.gh-header-menu{position:relative;} .gh-nav.gh-nav--inline{display:flex;align-items:center;gap:16px;margin:0;padding:0;}
.gh-nav.gh-nav--inline > li{list-style:none;position:relative;}
.gh-nav.gh-nav--inline > li > a{display:inline-flex;align-items:center;text-decoration:none;border:solid transparent 0;transition:color .2s ease,background-color .2s ease,border-color .2s ease,opacity .2s ease;} .gh-nav.gh-nav--inline li.menu-item-has-children{position:relative;}
.gh-nav.gh-nav--inline li .sub-menu{position:absolute;left:0;top:100%;z-index:9999;display:none;margin:12px 0 0 0;padding:8px 0;min-width:240px;background:#111;border:0;box-shadow:0 10px 30px rgba(0,0,0,.15);} 
.gh-nav.gh-nav--inline li:hover > .sub-menu{display:block;}
.gh-nav.gh-nav--inline li .sub-menu li{list-style:none;}
.gh-nav.gh-nav--inline li .sub-menu a{display:block;padding:10px 16px;text-decoration:none;border:solid transparent 0;} .gh-burger-toggle{display:inline-flex;align-items:center;justify-content:center;gap:.6rem;cursor:pointer;background:transparent;border:0;padding:.5rem;line-height:1;color:currentColor;}
.gh-burger-box{position:relative;width:24px;height:18px;display:inline-block;}
.gh-burger-bar{position:absolute;left:0;right:0;height:2px;background:currentColor;border-radius:1px;transform-origin:50% 50%;transition:transform .3s ease,opacity .2s ease,top .3s ease;}
.gh-burger-bar:nth-child(1){top:0;}
.gh-burger-bar:nth-child(2){top:8px;}
.gh-burger-bar:nth-child(3){top:16px;} .gh-overlay.is-open + .gh-burger-toggle .gh-burger-bar,
.gh-burger-toggle[aria-expanded="true"] .gh-burger-bar{ } .gh-burger-toggle[aria-expanded="true"] .gh-burger-bar:nth-child(1){transform:translateY(8px) rotate(45deg);}
.gh-burger-toggle[aria-expanded="true"] .gh-burger-bar:nth-child(2){opacity:0;}
.gh-burger-toggle[aria-expanded="true"] .gh-burger-bar:nth-child(3){transform:translateY(-8px) rotate(-45deg);} .gh-burger-toggle[aria-expanded="true"]{position:fixed;top:16px;right:16px;z-index:100000;color:#fff;}
.gh-burger-toggle[aria-expanded="true"] .gh-burger-bar{background-color:currentColor;} .admin-bar .gh-burger-toggle[aria-expanded="true"]{top:calc(16px + 32px);}
@media screen and (max-width:782px){
.admin-bar .gh-burger-toggle[aria-expanded="true"]{top:calc(16px + 46px);}
} .gh-overlay{position:fixed;inset:0;z-index:99999;display:grid;place-items:center;background:rgba(0,0,0,.96);color:#fff;opacity:0;pointer-events:none;}
.gh-overlay.is-open{opacity:1;pointer-events:auto;}
.gh-overlay .gh-overlay-inner{position:relative;width:min(92vw,920px);max-height:92vh;display:flex;flex-direction:column;gap:24px;align-items:center;padding:24px;} .gh-nav.gh-nav--overlay{margin:0;padding:0;text-align:center;}
.gh-nav.gh-nav--overlay > li{list-style:none;}
.gh-nav.gh-nav--overlay a{display:inline-block;text-decoration:none;padding:10px 0;transition:color .2s ease,background-color .2s ease;border:solid transparent 0;} .gh-nav.gh-nav--overlay li.menu-item-has-children > a{position:relative;}
.gh-nav.gh-nav--overlay li.menu-item-has-children > a:after{content:"";display:inline-block;margin-left:.5em;width:.55em;height:.55em;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg) translateY(-10%);transition:transform .25s ease;}
.gh-nav.gh-nav--overlay li.menu-item-has-children.open > a:after{transform:rotate(45deg) translateY(10%);} 
.gh-nav.gh-nav--overlay .sub-menu{overflow:hidden;max-height:0;transition:max-height .35s ease;will-change:max-height;margin:0;padding:0;}
.gh-nav.gh-nav--overlay .sub-menu li{list-style:none;}
.gh-nav.gh-nav--overlay .sub-menu a{display:block;padding:.5rem 0;}  .gh-overlay.effect-fade{transition:opacity var(--ghOverlaySpeed,.5s) ease;} .gh-overlay.effect-slide{opacity:1;transform:translateY(-100%);transition:transform var(--ghOverlaySpeed,.5s) ease;}
.gh-overlay.effect-slide.is-open{transform:translateY(0);}   html.gh-overlay-open{overflow:hidden;} .gh-menu-normal, .gh-menu-burger{display:inline-flex;align-items:center;} .gh-hide-all{display:none !important;}