.stngh-global-header,.stngh-global-header *{box-sizing:border-box}.stngh-global-header{width:100%;background:var(--stngh-gh-bg,#fff);border-bottom:1px solid var(--stngh-gh-border,#e7eef8);box-shadow:var(--stngh-gh-shadow,0 10px 28px rgb(15 31 53 / .06));z-index:9998}.stngh-global-header.stngh-gh-sticky{position:sticky;top:0}.admin-bar .stngh-global-header.stngh-gh-sticky{top:32px}.stngh-global-header__inner{width:100%;max-width:var(--stngh-gh-max-width,1240px);min-height:var(--stngh-gh-min-height,90px);margin:0 auto;padding:14px var(--stngh-gh-padding-x,28px);display:flex;align-items:center;justify-content:space-between;gap:28px}.stngh-global-header__logo{display:inline-flex;align-items:center;justify-content:flex-start;flex:0 0 auto;line-height:0;text-decoration:none!important}.stngh-global-header__logo img{display:block!important;width:var(--stngh-gh-logo-desktop,210px)!important;max-width:var(--stngh-gh-logo-desktop,210px)!important;height:auto!important}.stngh-global-header__nav{display:flex;align-items:center;justify-content:flex-end;gap:var(--stngh-gh-menu-gap,8px);flex-wrap:nowrap}.stngh-global-header__nav a{display:inline-flex;align-items:center;gap:7px;padding:11px 13px;border-radius:999px;color:var(--stngh-gh-text,#0f1f35)!important;text-decoration:none!important;font-size:var(--stngh-gh-menu-font-size,15px);font-weight:800;letter-spacing:.02em;white-space:nowrap;line-height:1;transition:background .18s ease,color .18s ease,transform .18s ease}.stngh-global-header__nav a:hover,.stngh-global-header__nav a:focus-visible{color:var(--stngh-gh-accent,#0b7dd8)!important;background:rgb(11 125 216 / .09);transform:translateY(-1px);outline:none}.stngh-global-header__icon{display:none}.stngh-global-header__toggle{display:none;width:48px;height:48px;border:1px solid rgb(15 31 53 / .10);border-radius:14px;background:#fff;box-shadow:0 10px 24px rgb(15 31 53 / .10);cursor:pointer;padding:0;align-items:center;justify-content:center;flex-direction:column;gap:5px}.stngh-global-header__toggle span{width:22px;height:2px;border-radius:999px;background:var(--stngh-gh-text,#0f1f35);display:block;transition:transform .2s ease,opacity .2s ease}.stngh-global-header.is-open .stngh-global-header__toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.stngh-global-header.is-open .stngh-global-header__toggle span:nth-child(2){opacity:0}.stngh-global-header.is-open .stngh-global-header__toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width:782px){.admin-bar .stngh-global-header.stngh-gh-sticky{top:46px}}@media (max-width:767px){.stngh-global-header{position:relative}.stngh-global-header__inner{min-height:78px;padding:13px 18px;gap:16px}.stngh-global-header__logo img{width:var(--stngh-gh-logo-mobile,170px)!important;max-width:var(--stngh-gh-logo-mobile,170px)!important}.stngh-global-header__toggle{display:inline-flex;flex:0 0 auto}.stngh-global-header__nav{position:absolute;top:calc(100% + 10px);right:16px;width:var(--stngh-gh-mobile-menu-width,260px);min-width:var(--stngh-gh-mobile-menu-width,260px);max-width:calc(100vw - 32px);display:none;flex-direction:column;align-items:stretch;gap:0;background:rgb(255 255 255 / .97);border:1px solid rgb(15 31 53 / .10);border-radius:20px;overflow:hidden;box-shadow:0 24px 56px rgb(15 31 53 / .18);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:99999}.stngh-global-header.is-open .stngh-global-header__nav{display:flex}.stngh-global-header__nav a{width:100%;justify-content:flex-start;border-radius:0;padding:17px 20px;border-bottom:1px solid rgb(15 31 53 / .08);font-size:16px;line-height:1.2;overflow:visible;text-overflow:clip}.stngh-global-header__nav a:last-child{border-bottom:none}.stngh-global-header__icon{display:inline-flex;align-items:center;justify-content:center;width:24px;min-width:24px;font-size:17px;line-height:1}}@media (max-width:380px){.stngh-global-header__inner{padding-left:14px;padding-right:14px}}:root{--stngh-gh-bg:#ffffff;--stngh-gh-text:#0f1f35;--stngh-gh-accent:#0b7dd8;--stngh-gh-border:#e7eef8;--stngh-gh-logo-desktop:147px;--stngh-gh-logo-mobile:119px;--stngh-gh-max-width:1240px;--stngh-gh-min-height:90px;--stngh-gh-padding-x:28px;--stngh-gh-menu-gap:8px;--stngh-gh-menu-font-size:15px;--stngh-gh-mobile-menu-width:260px;--stngh-gh-shadow:0 10px 28px rgba(15,31,53,.06)}