.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-ba3c4d3 *//* ==========================================================
     RESET / BASE
     ========================================================== */
  .gsp-header-shell,
  .gsp-header-shell *{
    box-sizing:border-box;
  }
  .gsp-header-shell,
  .gsp-header-shell *{
    font-family:"Inter","Segoe UI",Arial,sans-serif;
  }
  .gsp-header-shell{
    position:relative;
    z-index:9999;
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    margin-right:calc(50% - 50vw);
    color:#1C222B;
    background:#ffffff;
  }
  .gsp-header-shell a{
    color:inherit;
    text-decoration:none;
  }
  .gsp-header-shell ul{
    list-style:none;
    margin:0;
    padding:0;
  }

  /* ==========================================================
     ANNOUNCEMENT BAR
     ========================================================== */
  .gsp-announce{
    width:100%;
    height:42px;
    display:flex;
    align-items:center;
    position:relative;
    overflow:hidden;
    background:#0A1F3D;
    color:#C4D0E2;
    border-bottom:1px solid rgba(255,255,255,0.08);
    box-shadow:inset 0 -1px 0 rgba(255,255,255,.08);
  }
  .gsp-announce-track{
    display:flex;
    gap:70px;
    white-space:nowrap;
    padding-left:100%;
    animation:gspScrollLeft 58s linear infinite;
    font-family:Consolas, monospace;
    font-size:13.5px;
    font-weight:500;
    letter-spacing:.1px;
  }
  .gsp-announce-track span{
    display:inline-flex;
    align-items:center;
    gap:8px;
  }
  .gsp-announce-track b{
    color:#CFFF04;
    font-weight:700;
  }
  .gsp-dot{
    width:4px;
    height:4px;
    background:#CFFF04;
    border-radius:50%;
    display:inline-block;
  }
  @keyframes gspScrollLeft{
    from{ transform:translateX(0); }
    to{ transform:translateX(-100%); }
  }
  .gsp-announce-cta{
    position:absolute;
    right:40px;
    top:0;
    bottom:0;
    display:flex;
    align-items:center;
    padding-left:60px;
    background:linear-gradient(90deg, transparent, #0A1F3D 30%);
    font-family:Consolas, monospace;
    font-size:13px;
    font-weight:700;
  }
  .gsp-announce-cta a{
    color:#CFFF04;
    font-weight:700;
  }

  /* ==========================================================
     MAIN HEADER
     ========================================================== */
  .gsp-main-header{
    width:100%;
    position:sticky;
    top:0;
    z-index:9999;
    background:#ffffff;
    border-bottom:1px solid rgba(10,31,61,.06);
    box-shadow:0 1px 0 rgba(10,31,61,0.04);
    transition:box-shadow .25s ease, background .25s ease;
  }
  .gsp-main-header.gsp-is-scrolled{
    box-shadow:0 12px 35px rgba(10,31,61,.12);
  }
  .gsp-header-inner{
    max-width:1360px;
    margin:0 auto;
    padding:18px 28px;
    min-height:92px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
  }

  /* Logo */
  .gsp-logo{
    display:flex;
    align-items:center;
    flex-shrink:0;
  }
  .gsp-logo img{
    width:190px;
    height:auto;
    display:block;
    transition:transform .25s ease;
  }
  .gsp-logo:hover img{
    transform:translateY(-2px);
  }
  /* Guard against theme/Elementor CSS dimming or filtering the logo */
  .gsp-logo,
  .gsp-logo img{
    opacity:1 !important;
    filter:none !important;
    mix-blend-mode:normal !important;
  }

  /* ==========================================================
     MAIN NAVIGATION
     ========================================================== */
  .gsp-main-nav{
    display:flex;
    align-items:center;
    justify-content:center;
    flex:1;
  }
  .gsp-main-nav > ul{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:4px;
  }
  .gsp-main-nav > ul > li{
    position:relative;
  }
  .gsp-main-nav > ul > li > a{
    position:relative;
    display:flex;
    align-items:center;
    gap:6px;
    padding:16px 18px;
    font-size:17px;
    font-weight:700;
    letter-spacing:-0.01em;
    line-height:1;
    color:#0F1B2E;
    transition:color .2s ease;
  }
  .gsp-main-nav > ul > li > a::after{
    content:"";
    position:absolute;
    left:18px;
    right:18px;
    bottom:8px;
    height:3px;
    border-radius:20px;
    background:linear-gradient(90deg, #14417A, #CFFF04);
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .25s ease;
  }
  .gsp-main-nav > ul > li:hover > a{
    color:#14417A;
  }
  .gsp-main-nav > ul > li:hover > a::after{
    transform:scaleX(1);
  }
  .gsp-chev{
    font-size:10px;
    opacity:0.6;
  }

  /* ==========================================================
     MEGA MENU / DROPDOWN
     ========================================================== */
  .gsp-mega{
    position:absolute;
    top:100%;
    left:0;
    display:flex;
    gap:34px;
    background:#ffffff;
    border:1px solid rgba(10,31,61,.08);
    border-radius:14px;
    padding:24px;
    box-shadow:0 25px 60px rgba(10,31,61,.16);
    z-index:99999;
    /* Fade + slide, not display toggle, so the transition actually animates */
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    pointer-events:none;
    transition:opacity .22s ease, transform .22s ease, visibility .22s;
  }
  .gsp-main-nav li:hover .gsp-mega{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
    pointer-events:auto;
  }
  .gsp-mega-products{
    width:285px;
  }
  .gsp-mega-col{
    width:100%;
  }
  .gsp-mega-col h5{
    margin:0 0 14px;
    padding-bottom:12px;
    border-bottom:1px solid #E5EAF2;
    font-family:Consolas, monospace;
    font-size:13px;
    font-weight:800;
    color:#14417A;
    text-transform:uppercase;
    letter-spacing:1.5px;
  }
  .gsp-mega-col ul li{
    margin-bottom:2px;
  }
  .gsp-mega-col ul li a{
    display:block;
    padding:11px 13px;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    line-height:1.5;
    color:#1C222B;
    transition:background .2s ease, color .2s ease, transform .2s ease;
  }
  .gsp-mega-col ul li a:hover{
    background:#F3F7FB;
    color:#14417A;
    transform:translateX(3px);
  }

  /* "Who We Are" region grid */
  .gsp-mega-global{
    width:520px;
  }
  .gsp-mega-global-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:4px;
  }
  .gsp-mega-region{
    display:flex;
    gap:10px;
    align-items:flex-start;
    padding:10px;
    border-radius:8px;
    transition:background .2s ease;
  }
  .gsp-mega-region:hover{
    background:#F5F8FB;
  }
  .gsp-region-code{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#0A1F3D;
    color:#CFFF04;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:800;
    flex-shrink:0;
  }
  .gsp-region-text h6{
    margin:0;
    font-size:16px;
    font-weight:700;
    letter-spacing:-0.01em;
    color:#0A1F3D;
  }
  .gsp-region-text p{
    margin:2px 0 0;
    font-size:13.5px;
    line-height:1.45;
    color:#6B7684;
  }

  /* ==========================================================
     RIGHT SIDE — SEARCH / LANGUAGE
     ========================================================== */
  .gsp-header-right{
    display:flex;
    align-items:center;
    gap:14px;
    flex-shrink:0;
  }

  .gsp-icon-btn{
    width:48px;
    height:48px;
    min-width:48px;
    min-height:48px;
    padding:0;
    margin:0;
    border-radius:50%;
    border:1px solid #E3E8EF;
    background:#ffffff;
    color:#0A1F3D;
    display:flex;
    align-items:center;
    justify-content:center;
    line-height:1;
    overflow:hidden;
    cursor:pointer;
    box-shadow:0 5px 18px rgba(10,31,61,.06);
    transition:border-color .2s ease, background .2s ease, transform .2s ease;
  }
  .gsp-icon-btn:hover{
    border-color:#14417A;
    background:#F3F7FB;
    transform:translateY(-1px);
  }
  /* Search uses an inline SVG icon — Font Awesome is not used here */
  .gsp-icon-btn svg{
    width:21px;
    height:21px;
    display:block;
    stroke:#0A1F3D;
  }
  .gsp-icon-btn:hover svg{
    stroke:#14417A;
  }

  /* Search box */
  .gsp-search-wrap{
    position:relative;
    display:flex;
    align-items:center;
  }
  #gsp-search-check{
    display:none;
  }
  .gsp-search-box{
    position:absolute;
    top:52px;
    right:0;
    width:350px;
    display:none;
    background:#ffffff;
    border:1px solid #E3E8EF;
    border-radius:16px;
    padding:16px;
    box-shadow:0 25px 60px rgba(10,31,61,.18);
    z-index:99999;
  }
  #gsp-search-check:checked ~ .gsp-search-box{
    display:block;
  }
  .gsp-search-box form{
    display:flex;
    gap:8px;
    margin:0;
  }
  .gsp-search-box input{
    width:100%;
    height:46px;
    border:1px solid #E3E8EF;
    border-radius:8px;
    padding:0 12px;
    font-size:15px;
    outline:none;
  }
  .gsp-search-box input:focus{
    border-color:#14417A;
  }
  .gsp-search-box button{
    height:46px;
    border:0;
    border-radius:8px;
    background:#0A1F3D;
    color:#ffffff;
    padding:0 16px;
    font-size:14px;
    font-weight:700;
    cursor:pointer;
    white-space:nowrap;
  }
  .gsp-search-box button:hover{
    background:#14417A;
  }
  .gsp-search-close{
    display:block;
    margin-top:10px;
    font-size:12px;
    color:#6B7684;
    cursor:pointer;
    text-align:right;
  }

  /* Language switcher */
  .gsp-lang-switch{
    position:relative;
  }
  .gsp-lang-current{
    display:flex;
    align-items:center;
    gap:6px;
    height:44px;
    padding:0 18px;
    border:1px solid #E3E8EF;
    border-radius:22px;
    background:#ffffff;
    color:#1C222B;
    font-size:15px;
    font-weight:700;
    cursor:pointer;
    box-shadow:0 5px 18px rgba(10,31,61,.06);
    transition:border-color .2s ease, background .2s ease, transform .2s ease, padding .2s ease, width .2s ease;
  }
  .gsp-lang-current:hover{
    border-color:#14417A;
    background:#F3F7FB;
    transform:translateY(-1px);
  }
  .gsp-lang-drop{
    position:absolute;
    top:110%;
    right:0;
    width:150px;
    display:none;
    background:#ffffff;
    border:1px solid #E3E8EF;
    border-radius:12px;
    padding:6px;
    box-shadow:0 20px 50px rgba(10,31,61,.15);
    z-index:99999;
  }
  .gsp-lang-switch:hover .gsp-lang-drop{
    display:block;
  }
  .gsp-lang-drop a{
    display:flex;
    align-items:center;
    gap:8px;
    padding:10px 12px;
    border-radius:8px;
    font-size:14px;
    transition:background .2s ease, transform .2s ease;
  }
  .gsp-lang-drop a:hover{
    background:#F3F7FB;
    transform:translateX(2px);
  }

  /* ==========================================================
     MOBILE TOGGLE (checkbox hack — no JS needed)
     ========================================================== */
  .gsp-mobile-toggle{
    display:none;
    align-items:center;
    justify-content:center;
  }
  .gsp-mobile-toggle svg{
    display:block;
  }
  #gsp-mobile-menu-check{
    display:none;
  }

  /* ==========================================================
     RESPONSIVE
     ========================================================== */
  @media(min-width:1400px){
    .gsp-main-nav > ul > li > a{
      font-size:17.5px;
    }
  }

  @media(max-width:1100px){
    .gsp-header-inner{
      padding:16px 22px;
      min-height:82px;
      flex-wrap:wrap;
      gap:14px;
    }
    .gsp-logo img{
      width:165px;
    }
    .gsp-mobile-toggle{
      display:flex;
      width:42px;
      height:42px;
      border:1px solid #E3E8EF;
      border-radius:8px;
      color:#0A1F3D;
      cursor:pointer;
      margin-left:auto;
      background:#ffffff;
    }
    .gsp-main-nav{
      width:100%;
      display:none;
      order:5;
      margin-top:8px;
      flex:none;
      background:#fff;
      border-radius:14px;
      padding:14px;
      box-shadow:0 15px 40px rgba(10,31,61,.12);
    }
    #gsp-mobile-menu-check:checked ~ .gsp-main-nav{
      display:block;
    }
    .gsp-main-nav > ul{
      flex-direction:column;
      align-items:stretch;
      gap:0;
    }
    .gsp-main-nav > ul > li > a{
      justify-content:space-between;
      padding:16px 12px;
      font-size:17px;
      border-bottom:1px solid #E3E8EF;
    }
    .gsp-main-nav > ul > li > a::after{
      display:none;
    }
    .gsp-mega,
    .gsp-mega-products,
    .gsp-mega-global{
      position:static;
      width:100%;
      box-shadow:none;
      border:0;
      border-radius:8px;
      background:#F8FAFC;
      padding:14px;
      margin:6px 0 10px;
      /* On touch devices, fall back to a simple display toggle on tap/hover */
      opacity:1;
      visibility:visible;
      transform:none;
      display:none;
      flex-direction:column;
    }
    .gsp-main-nav li:hover .gsp-mega{
      display:flex;
    }
    .gsp-mega-col ul li a{
      font-size:16px;
    }
    .gsp-mega-global-grid{
      grid-template-columns:1fr;
    }
    .gsp-header-right{
      width:100%;
      order:6;
      margin-left:0;
      justify-content:flex-start;
    }
    .gsp-icon-btn{
      width:44px;
      height:44px;
      min-width:44px;
      min-height:44px;
    }
    .gsp-icon-btn svg{
      width:19px;
      height:19px;
    }
    .gsp-search-box{
      left:0;
      right:auto;
      width:300px;
    }
    .gsp-announce-cta{
      display:none;
    }
  }

  @media(max-width:600px){
    .gsp-announce{
      height:36px;
    }
    .gsp-announce-track{
      font-size:12px;
      gap:40px;
      animation-duration:64s;
    }
    .gsp-header-inner{
      min-height:72px;
    }
    .gsp-logo img{
      width:145px;
    }
    .gsp-main-nav > ul > li > a{
      font-size:17px;
      font-weight:700;
    }
    .gsp-search-box{
      width:280px;
    }
  }

  /* FIX: language switcher used to fully disappear here (display:none).
     Now it shrinks into a compact round icon instead, matching the
     search button, so it stays usable on the smallest phones. */
  @media(max-width:420px){
    .gsp-logo img{
      width:130px;
    }
    .gsp-lang-current{
      width:44px;
      height:44px;
      padding:0;
      justify-content:center;
      border-radius:50%;
      font-size:12.5px;
    }
    .gsp-lang-arrow{
      display:none;
    }
    .gsp-lang-drop{
      right:0;
      left:auto;
    }
    .gsp-search-box{
      width:260px;
    }
  }/* End custom CSS */