/* One isolated navigation system for home, services, catalog and product pages. */
#fi-header{position:sticky;top:0;z-index:60;display:block;width:100%;padding:0;margin:0;min-height:0;background:#fff;border:0;border-bottom:1px solid #dce5ee;box-shadow:0 3px 15px #0f2b5b08;color:#0F2B5B;font:500 14px/1.4 Inter,Arial,sans-serif;letter-spacing:normal}
#fi-header *{box-sizing:border-box}
#fi-header a{color:inherit;text-decoration:none;letter-spacing:normal;white-space:nowrap}
#fi-header .fi-top{background:#0F2B5B;color:#fff}
#fi-header .fi-top-inner{max-width:1280px;min-height:46px;margin:0 auto;padding:5px 28px;display:flex;align-items:center;justify-content:space-between;gap:16px}
#fi-header .fi-language{display:flex;flex-direction:row;align-items:center;gap:3px;padding:2px;margin:0;border:1px solid #ffffff40;border-radius:8px;overflow:visible}
#fi-header .fi-language a{display:flex;align-items:center;justify-content:center;min-width:38px;min-height:30px;padding:4px 10px;border-radius:5px;background:transparent;font-size:12px;font-weight:700;color:#fff}
#fi-header .fi-language a[aria-current=page]{background:#fff;color:#0F2B5B}
#fi-header .fi-client{display:flex;align-items:center;gap:8px;min-height:34px;font-size:13px;font-weight:600;color:white}
#fi-header .fi-client:hover{text-decoration:underline;text-underline-offset:4px}
#fi-header .fi-main{max-width:1280px;min-height:84px;margin:0 auto;padding:12px 28px;display:flex;align-items:center;justify-content:space-between;gap:28px}
#fi-header .fi-brand{display:block;width:190px;flex-shrink:0}
#fi-header .fi-brand img{display:block;width:100%;height:auto;max-width:100%;margin:0}
#fi-header .fi-menu{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:18px;padding:0;margin:0;overflow:visible;background:transparent;border:0}
#fi-header .fi-menu a{display:flex;align-items:center;min-height:44px;padding:8px 0;border-bottom:2px solid transparent;font-size:14px;font-weight:500;color:#304965}
#fi-header .fi-menu a:hover,#fi-header .fi-menu a[aria-current=page]{color:#1264a6;border-bottom-color:#1E88E5;background:transparent}
#fi-header .fi-toggle{display:none;align-items:center;justify-content:center;flex-shrink:0;width:44px;height:44px;margin:0;padding:10px;border:1px solid #dce5ee;border-radius:10px;background:white;color:#0F2B5B;cursor:pointer}
#fi-header .fi-toggle svg{display:block;width:24px;height:24px}
#fi-header a:focus-visible,#fi-header button:focus-visible{outline:3px solid #1E88E5;outline-offset:3px}
@media(min-width:768px){#fi-header .fi-main{flex-wrap:nowrap}#fi-header .fi-menu{flex-wrap:nowrap;align-items:center}#fi-header .fi-menu a{flex:0 0 auto;height:44px;line-height:20px;white-space:nowrap;justify-content:center}}
html{scroll-padding-top:150px}
@media(min-width:768px) and (max-width:1023px){#fi-header .fi-main{gap:16px;padding:10px 20px;min-height:76px}#fi-header .fi-brand{width:150px}#fi-header .fi-menu{gap:12px}#fi-header .fi-menu a{font-size:12px}}
@media(max-width:767px){#fi-header .fi-top-inner{padding:5px 16px}#fi-header .fi-main{min-height:76px;gap:12px;padding:10px 16px;flex-wrap:wrap}#fi-header .fi-brand{width:164px}#fi-header .fi-toggle{display:flex}#fi-header .fi-menu{display:none;flex-basis:100%;flex-direction:column;align-items:stretch;gap:2px;max-height:calc(100dvh - 140px);overflow-y:auto;border-top:1px solid #e2eaf2;padding:10px 0 4px}#fi-header[data-open=true] .fi-menu{display:flex}#fi-header .fi-menu a{padding:12px 14px;min-height:46px;border:0;border-radius:8px;font-size:15px}#fi-header .fi-menu a:hover,#fi-header .fi-menu a[aria-current=page]{background:#edf5fd}html{scroll-padding-top:140px}}
