/* source: public-shell-topnav-fix-3.0.197.css */
/* 3.0.197 definitive public topbar/navbar fix */

body:not([data-panel-role]) > .topbar.nv-static-topbar-shell{
  background:linear-gradient(90deg,#0a4661 0%,#0b5872 55%,#0f7f97 100%)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
}
body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__item,
body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__item .nv-static-topbar__text,
body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__mobile-call,
body:not([data-panel-role]) > .topbar.nv-static-topbar-shell a{color:#f7fcff!important}
body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__icon svg,
body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__mobile-call .nv-static-topbar__icon svg{fill:#9feaf3!important}
body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__social{
  width:32px!important;height:32px!important;border-radius:10px!important;
  background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.12)!important;
}
body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__social img{width:18px!important;height:18px!important}

body:not([data-panel-role]) > header.navbar{
  background:#fff!important;
  border-bottom:1px solid #dceaf1!important;
  box-shadow:0 14px 32px rgba(8,47,73,.05)!important;
}
body:not([data-panel-role]) > header.navbar .menu>li>a{
  color:#12324d!important;font-weight:800!important;
}
body:not([data-panel-role]) > header.navbar .menu>li>a.active,
body:not([data-panel-role]) > header.navbar .menu>li>a:hover{color:#0b85a0!important}
body:not([data-panel-role]) > header.navbar .nav-actions .btn{min-height:44px!important;border-radius:15px!important}

@media (min-width:921px){
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell{
    position:relative!important;top:auto!important;z-index:1100!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell > .container.topbar-inner.nv-static-topbar{
    width:min(calc(100% - 28px),1320px)!important;
    max-width:1320px!important;
    min-height:60px!important;
    margin-inline:auto!important;
    padding:12px 18px!important;
    display:grid!important;
    grid-template-columns:max-content 1fr max-content!important;
    align-items:center!important;
    direction:ltr!important;
    gap:18px!important;
  }
  body:not([data-panel-role]) .nv-static-topbar__socials{
    grid-column:1!important;
    justify-self:start!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    direction:rtl!important;
  }
  body:not([data-panel-role]) .nv-static-topbar__contacts{
    grid-column:3!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    gap:16px!important;
    direction:rtl!important;
    flex-wrap:wrap!important;
  }
  body:not([data-panel-role]) .nv-static-topbar__mobile-call{display:none!important}

  body:not([data-panel-role]) > header.navbar .container.nav-inner{
    width:min(calc(100% - 28px),1320px)!important;
    max-width:1320px!important;
    min-height:78px!important;
    margin-inline:auto!important;
    padding:0 18px!important;
    display:grid!important;
    grid-template-columns:max-content 1fr max-content!important;
    align-items:center!important;
    gap:22px!important;
  }
  body:not([data-panel-role]) > header.navbar .brand{
    justify-self:end!important;display:flex!important;align-items:center!important;margin:0!important;
  }
  body:not([data-panel-role]) > header.navbar .brand-logo,
  body:not([data-panel-role]) > header.navbar .brand-logo-image{
    width:min(220px,18vw)!important;height:56px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;
  }
  body:not([data-panel-role]) > header.navbar nav{display:block!important;position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;background:transparent!important;box-shadow:none!important;border:0!important}
  body:not([data-panel-role]) > header.navbar .menu{
    display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:center!important;gap:6px!important;
  }
  body:not([data-panel-role]) > header.navbar .menu>li>a{min-height:48px!important;padding:0 11px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
  body:not([data-panel-role]) > header.navbar .nav-actions{display:flex!important;align-items:center!important;gap:10px!important;justify-self:start!important}
  body:not([data-panel-role]) > header.navbar .mobile-toggle,
  body:not([data-panel-role]) > header.navbar #mobileToggle,
  body:not([data-panel-role]) .nv-mobile-topnav-overlay{display:none!important}
}

@media (max-width:920px){
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell{
    position:sticky!important;top:0!important;z-index:1400!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell > .container.topbar-inner.nv-static-topbar{
    width:100%!important;
    min-height:52px!important;
    padding:9px 12px!important;
    display:grid!important;
    grid-template-columns:38px 1fr auto!important;
    align-items:center!important;
    direction:ltr!important;
    gap:10px!important;
  }
  body:not([data-panel-role]) .nv-static-topbar__mobile-call{
    grid-column:1!important;
    justify-self:start!important;
    display:inline-flex!important;
    width:38px!important;height:38px!important;border-radius:12px!important;
    align-items:center!important;justify-content:center!important;
    background:rgba(255,255,255,.08)!important;border:1px solid rgba(255,255,255,.14)!important;
  }
  body:not([data-panel-role]) .nv-static-topbar__socials{
    grid-column:2!important;
    justify-self:center!important;
    display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;
    direction:rtl!important;
    min-width:0!important;
  }
  body:not([data-panel-role]) .nv-static-topbar__contacts{
    grid-column:3!important;
    justify-self:end!important;
    display:flex!important;align-items:center!important;
    direction:rtl!important;
  }
  body:not([data-panel-role]) .nv-static-topbar__item--hours,
  body:not([data-panel-role]) .nv-static-topbar__item--phone{display:none!important}
  body:not([data-panel-role]) .nv-static-topbar__item--address{
    display:inline-flex!important;align-items:center!important;gap:6px!important;
    font-size:.86rem!important;font-weight:800!important;white-space:nowrap!important;
  }
  body:not([data-panel-role]) .nv-static-topbar__item--address .nv-static-topbar__text{color:#fff!important}

  body:not([data-panel-role]) > header.navbar{
    position:sticky!important;top:52px!important;z-index:1395!important;
  }
  body:not([data-panel-role]) > header.navbar .container.nav-inner{
    width:100%!important;
    min-height:72px!important;
    padding:10px 12px!important;
    display:grid!important;
    grid-template-columns:44px 1fr!important;
    grid-template-areas:"toggle brand"!important;
    align-items:center!important;
    gap:12px!important;
  }
  body:not([data-panel-role]) > header.navbar .mobile-toggle,
  body:not([data-panel-role]) > header.navbar #mobileToggle{
    grid-area:toggle!important;
    justify-self:start!important;
    display:inline-flex!important;width:44px!important;height:44px!important;border-radius:14px!important;
    align-items:center!important;justify-content:center!important;
    background:#f2fbfe!important;border:1px solid #d8eaf2!important;box-shadow:none!important;
  }
  body:not([data-panel-role]) > header.navbar .brand{
    grid-area:brand!important;
    justify-self:end!important;display:flex!important;align-items:center!important;
    min-width:0!important;
  }
  body:not([data-panel-role]) > header.navbar .brand-logo,
  body:not([data-panel-role]) > header.navbar .brand-logo-image{
    width:min(190px,58vw)!important;height:52px!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;overflow:hidden!important;
  }
  body:not([data-panel-role]) > header.navbar .brand-logo img,
  body:not([data-panel-role]) > header.navbar .brand-logo-image img{object-position:right center!important}
  body:not([data-panel-role]) > header.navbar .nav-actions{display:none!important}

  body:not([data-panel-role]) .nv-mobile-topnav-overlay{
    position:fixed!important;inset:0!important;background:rgba(7,39,59,.42)!important;backdrop-filter:blur(3px)!important;
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;transition:opacity .2s ease, visibility .2s ease!important;z-index:1496!important;
  }
  body.nv-mobile-topnav-open:not([data-panel-role]) .nv-mobile-topnav-overlay{opacity:1!important;visibility:visible!important;pointer-events:auto!important}

  body:not([data-panel-role]) > header.navbar nav{
    position:fixed!important;
    top:124px!important;
    right:12px!important;
    left:12px!important;
    bottom:12px!important;
    background:linear-gradient(180deg,#ffffff 0%,#f7fbfe 100%)!important;
    border:1px solid #d8eaf3!important;
    border-radius:24px!important;
    box-shadow:0 24px 60px rgba(8,47,73,.22)!important;
    padding:14px!important;
    overflow:auto!important;
    opacity:0!important;visibility:hidden!important;pointer-events:none!important;
    transform:translateY(-10px)!important;
    transition:opacity .2s ease, visibility .2s ease, transform .2s ease!important;
    z-index:1498!important;
  }
  body.nv-mobile-topnav-open:not([data-panel-role]) > header.navbar nav,
  body.nv-mobile-topnav-open:not([data-panel-role]) > header.navbar nav[aria-hidden="false"],
  body:not([data-panel-role]) > header.navbar nav.is-open{
    opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important;
  }
  body:not([data-panel-role]) > header.navbar #menu,
  body:not([data-panel-role]) > header.navbar .menu{
    display:flex!important;flex-direction:column!important;align-items:stretch!important;gap:0!important;margin:0!important;padding:0!important;list-style:none!important;
  }
  body:not([data-panel-role]) > header.navbar .menu>li{width:100%!important;border-bottom:1px solid #edf4f7!important}
  body:not([data-panel-role]) > header.navbar .menu>li:last-child{border-bottom:none!important}
  body:not([data-panel-role]) > header.navbar .menu>li>a{
    display:flex!important;width:100%!important;min-height:50px!important;padding:10px 8px!important;
    align-items:center!important;justify-content:flex-start!important;text-align:right!important;
    color:#12324d!important;background:transparent!important;font-size:1rem!important;font-weight:800!important;border-radius:14px!important;
  }
  body:not([data-panel-role]) > header.navbar .menu>li>a.active,
  body:not([data-panel-role]) > header.navbar .menu>li>a:hover{background:#eef9fd!important;color:#0b85a0!important}
  body:not([data-panel-role]) > header.navbar .menu>li>a::after{display:none!important}

  body:not([data-panel-role]) > header.navbar .has-mega > a{position:relative!important;padding-inline-start:34px!important}
  body:not([data-panel-role]) > header.navbar .has-mega > a::before{
    content:''!important;position:absolute!important;left:12px!important;top:50%!important;width:10px!important;height:10px!important;
    border-left:2px solid #70879a!important;border-bottom:2px solid #70879a!important;transform:translateY(-60%) rotate(-45deg)!important;transition:transform .2s ease!important;
  }
  body:not([data-panel-role]) > header.navbar .has-mega.submenu-open > a::before{transform:translateY(-35%) rotate(135deg)!important}
  body:not([data-panel-role]) > header.navbar .has-mega .mega-menu{
    display:none!important;position:static!important;opacity:1!important;visibility:visible!important;transform:none!important;
    margin:0 0 12px!important;padding:12px!important;border:1px solid #e3eef4!important;border-radius:18px!important;background:#f8fcfe!important;box-shadow:none!important;
  }
  body:not([data-panel-role]) > header.navbar .has-mega.submenu-open .mega-menu{display:grid!important;gap:12px!important}
  body:not([data-panel-role]) > header.navbar .mega-col{padding:0!important}
  body:not([data-panel-role]) > header.navbar .mega-col strong{display:block!important;margin:0 0 8px!important;color:#10314f!important;font-size:.92rem!important}
  body:not([data-panel-role]) > header.navbar .mega-col a{
    display:block!important;padding:10px 12px!important;margin-bottom:6px!important;border-radius:12px!important;background:#fff!important;color:#4d687c!important;text-align:right!important;
  }
}

/* source: public-shell-topnav-fix-3.0.198.css */
/* 3.0.198 stronger mobile/desktop topbar + navbar fix */

/* Desktop */
@media (min-width:921px){
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell{
    position:relative!important;
    top:auto!important;
    z-index:1200!important;
    overflow:hidden!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell > .container.topbar-inner.nv-static-topbar{
    width:min(calc(100% - 24px),1320px)!important;
    max-width:1320px!important;
    min-height:60px!important;
    margin-inline:auto!important;
    padding:12px 18px!important;
    display:grid!important;
    grid-template-columns:max-content 1fr max-content!important;
    align-items:center!important;
    gap:18px!important;
    direction:ltr!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__socials{
    grid-column:1!important;
    justify-self:start!important;
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    direction:rtl!important;
    flex-wrap:nowrap!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__contacts{
    grid-column:3!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    gap:14px!important;
    direction:rtl!important;
    flex-wrap:nowrap!important;
    min-width:0!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__item{
    display:inline-flex!important;
    align-items:center!important;
    gap:6px!important;
    white-space:nowrap!important;
    font-size:.92rem!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__mobile-call{display:none!important}

  body:not([data-panel-role]) > header.navbar .container.nav-inner{
    width:min(calc(100% - 24px),1320px)!important;
    max-width:1320px!important;
    min-height:78px!important;
    margin-inline:auto!important;
    padding:0 18px!important;
    display:grid!important;
    grid-template-columns:max-content minmax(0,1fr) max-content!important;
    align-items:center!important;
    gap:20px!important;
  }
  body:not([data-panel-role]) > header.navbar .brand{
    justify-self:end!important;
  }
  body:not([data-panel-role]) > header.navbar .brand-logo,
  body:not([data-panel-role]) > header.navbar .brand-logo-image{
    width:min(220px,18vw)!important;
    height:56px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
  }
  body:not([data-panel-role]) > header.navbar nav{
    display:block!important;
    position:static!important;
    inset:auto!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
    background:transparent!important;
    border:none!important;
    box-shadow:none!important;
    padding:0!important;
    overflow:visible!important;
  }
  body:not([data-panel-role]) > header.navbar #menu,
  body:not([data-panel-role]) > header.navbar .menu{
    display:flex!important;
    flex-direction:row!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
  }
  body:not([data-panel-role]) > header.navbar .menu>li>a{
    min-height:48px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0 11px!important;
    white-space:nowrap!important;
  }
  body:not([data-panel-role]) > header.navbar .mobile-toggle,
  body:not([data-panel-role]) > header.navbar #mobileToggle,
  body:not([data-panel-role]) .nv-mobile-topnav-overlay{display:none!important}
}

/* Mobile */
@media (max-width:920px){
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell{
    position:sticky!important;
    top:0!important;
    z-index:1500!important;
    overflow:hidden!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell > .container.topbar-inner.nv-static-topbar{
    width:100%!important;
    min-height:52px!important;
    margin:0!important;
    padding:8px 12px!important;
    display:grid!important;
    grid-template-columns:1fr auto 1fr!important;
    align-items:center!important;
    gap:8px!important;
    direction:ltr!important;
    overflow:hidden!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__mobile-call{
    grid-column:1!important;
    justify-self:start!important;
    display:inline-flex!important;
    width:36px!important;
    height:36px!important;
    min-width:36px!important;
    min-height:36px!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:12px!important;
    background:rgba(255,255,255,.08)!important;
    border:1px solid rgba(255,255,255,.12)!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__mobile-call .nv-static-topbar__icon,
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__mobile-call .nv-static-topbar__icon svg{width:18px!important;height:18px!important}
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__socials{
    grid-column:2!important;
    justify-self:center!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:8px!important;
    flex-wrap:nowrap!important;
    direction:rtl!important;
    min-width:0!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__contacts{
    grid-column:3!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    min-width:0!important;
    max-width:100%!important;
    direction:rtl!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__item--hours,
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__item--phone{display:none!important}
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__item--address{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:5px!important;
    min-width:0!important;
    max-width:100%!important;
    font-size:.86rem!important;
    font-weight:800!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-decoration:none!important;
  }
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__item--address .nv-static-topbar__icon,
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__item--address .nv-static-topbar__icon svg{width:15px!important;height:15px!important;flex:0 0 15px!important}
  body:not([data-panel-role]) > .topbar.nv-static-topbar-shell .nv-static-topbar__item--address .nv-static-topbar__text{
    display:block!important;
    max-width:68px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
    color:#fff!important;
  }

  body:not([data-panel-role]) > header.navbar{
    position:sticky!important;
    top:52px!important;
    z-index:1499!important;
  }
  body:not([data-panel-role]) > header.navbar .container.nav-inner{
    width:100%!important;
    min-height:72px!important;
    margin:0!important;
    padding:10px 12px!important;
    display:grid!important;
    grid-template-columns:44px minmax(0,1fr)!important;
    grid-template-areas:'toggle brand'!important;
    align-items:center!important;
    gap:12px!important;
  }
  body:not([data-panel-role]) > header.navbar .mobile-toggle,
  body:not([data-panel-role]) > header.navbar #mobileToggle{
    grid-area:toggle!important;
    justify-self:start!important;
    position:relative!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:44px!important;
    height:44px!important;
    min-width:44px!important;
    min-height:44px!important;
    margin:0!important;
    padding:0!important;
    border-radius:14px!important;
    background:#f2fbfe!important;
    border:1px solid #d8eaf2!important;
    box-shadow:none!important;
  }
  body:not([data-panel-role]) > header.navbar .mobile-toggle .nv-menu-icon,
  body:not([data-panel-role]) > header.navbar #mobileToggle .nv-menu-icon{display:none!important}
  body:not([data-panel-role]) > header.navbar .mobile-toggle::before,
  body:not([data-panel-role]) > header.navbar #mobileToggle::before{
    content:''!important;
    width:20px!important;
    height:14px!important;
    background-repeat:no-repeat!important;
    background-position:center!important;
    background-size:20px 14px!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 14'%3E%3Cpath fill='%230b5872' d='M1 1h18v2H1zm0 5h18v2H1zm0 5h18v2H1z'/%3E%3C/svg%3E")!important;
  }
  body.nv-mobile-topnav-open:not([data-panel-role]) > header.navbar .mobile-toggle::before,
  body.nv-mobile-topnav-open:not([data-panel-role]) > header.navbar #mobileToggle::before{
    width:18px!important;
    height:18px!important;
    background-size:18px 18px!important;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='%230b5872' d='M4.22 2.81 10 8.59l5.78-5.78 1.41 1.41L11.41 10l5.78 5.78-1.41 1.41L10 11.41l-5.78 5.78-1.41-1.41L8.59 10 2.81 4.22z'/%3E%3C/svg%3E")!important;
  }
  body:not([data-panel-role]) > header.navbar .brand{
    grid-area:brand!important;
    justify-self:end!important;
    display:flex!important;
    align-items:center!important;
    min-width:0!important;
    margin:0!important;
  }
  body:not([data-panel-role]) > header.navbar .brand-logo,
  body:not([data-panel-role]) > header.navbar .brand-logo-image{
    width:min(190px,60vw)!important;
    height:52px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    overflow:hidden!important;
  }
  body:not([data-panel-role]) > header.navbar .brand-logo img,
  body:not([data-panel-role]) > header.navbar .brand-logo-image img{max-width:100%!important;height:auto!important;object-fit:contain!important;object-position:right center!important}
  body:not([data-panel-role]) > header.navbar .nav-actions{display:none!important}

  body:not([data-panel-role]) .nv-mobile-topnav-overlay{
    position:fixed!important;
    inset:0!important;
    background:rgba(7,39,59,.45)!important;
    backdrop-filter:blur(3px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:opacity .2s ease,visibility .2s ease!important;
    z-index:1596!important;
  }
  body.nv-mobile-topnav-open:not([data-panel-role]) .nv-mobile-topnav-overlay{opacity:1!important;visibility:visible!important;pointer-events:auto!important}

  body:not([data-panel-role]) > header.navbar nav{
    position:fixed!important;
    top:124px!important;
    right:10px!important;
    left:10px!important;
    bottom:10px!important;
    display:block!important;
    background:#fff!important;
    border:1px solid #d8eaf3!important;
    border-radius:24px!important;
    box-shadow:0 28px 64px rgba(8,47,73,.26)!important;
    padding:16px 14px 18px!important;
    overflow:auto!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transform:translateY(-10px)!important;
    transition:opacity .22s ease,visibility .22s ease,transform .22s ease!important;
    z-index:1598!important;
  }
  body.nv-mobile-topnav-open:not([data-panel-role]) > header.navbar nav,
  body:not([data-panel-role]) > header.navbar nav.is-open,
  body:not([data-panel-role]) > header.navbar nav[aria-hidden='false']{
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
  body:not([data-panel-role]) > header.navbar #menu,
  body:not([data-panel-role]) > header.navbar .menu{
    display:flex!important;
    flex-direction:column!important;
    align-items:stretch!important;
    gap:0!important;
    margin:0!important;
    padding:0!important;
    list-style:none!important;
    visibility:visible!important;
    opacity:1!important;
  }
  body:not([data-panel-role]) > header.navbar .menu>li{
    width:100%!important;
    display:block!important;
    border-bottom:1px solid #edf4f7!important;
    visibility:visible!important;
    opacity:1!important;
  }
  body:not([data-panel-role]) > header.navbar .menu>li:last-child{border-bottom:none!important}
  body:not([data-panel-role]) > header.navbar .menu>li>a,
  body:not([data-panel-role]) > header.navbar .menu>li>button{
    display:flex!important;
    width:100%!important;
    min-height:50px!important;
    padding:10px 8px!important;
    align-items:center!important;
    justify-content:flex-start!important;
    text-align:right!important;
    color:#12324d!important;
    background:transparent!important;
    font-size:1rem!important;
    font-weight:800!important;
    border-radius:14px!important;
    opacity:1!important;
    visibility:visible!important;
  }
  body:not([data-panel-role]) > header.navbar .menu>li>a:hover,
  body:not([data-panel-role]) > header.navbar .menu>li>a.active{background:#eef9fd!important;color:#0b85a0!important}
  body:not([data-panel-role]) > header.navbar .menu>li>a::after{display:none!important}
  body:not([data-panel-role]) > header.navbar .has-mega > a{position:relative!important;padding-inline-start:34px!important}
  body:not([data-panel-role]) > header.navbar .has-mega > a::before{
    content:''!important;
    position:absolute!important;
    left:12px!important;
    top:50%!important;
    width:10px!important;
    height:10px!important;
    border-left:2px solid #70879a!important;
    border-bottom:2px solid #70879a!important;
    transform:translateY(-60%) rotate(-45deg)!important;
    transition:transform .2s ease!important;
  }
  body:not([data-panel-role]) > header.navbar .has-mega.submenu-open > a::before{transform:translateY(-35%) rotate(135deg)!important}
  body:not([data-panel-role]) > header.navbar .has-mega .mega-menu{
    display:none!important;
    position:static!important;
    visibility:visible!important;
    opacity:1!important;
    transform:none!important;
    margin:0 0 12px!important;
    padding:12px!important;
    border:1px solid #e3eef4!important;
    border-radius:18px!important;
    background:#f8fcfe!important;
    box-shadow:none!important;
  }
  body:not([data-panel-role]) > header.navbar .has-mega.submenu-open .mega-menu{display:grid!important;gap:12px!important}
  body:not([data-panel-role]) > header.navbar .mega-col{padding:0!important}
  body:not([data-panel-role]) > header.navbar .mega-col strong{display:block!important;margin:0 0 8px!important;color:#10314f!important;font-size:.92rem!important}
  body:not([data-panel-role]) > header.navbar .mega-col a{
    display:block!important;
    padding:10px 12px!important;
    margin-bottom:6px!important;
    border-radius:12px!important;
    background:#fff!important;
    color:#4d687c!important;
    text-align:right!important;
  }
}

