:root{--mytheme-header-height: 100px;--mytheme-adminbar-offset: 0px}body{padding-top:var(--mytheme-header-height)}body.has-mobile-menu-open{overflow:hidden}.global-header{position:fixed;top:0;left:0;z-index:1000;width:100%;height:var(--mytheme-header-height);background-color:#fff;border-bottom:1px solid hsla(0,0%,100%,.1);box-shadow:0 2px 12px rgba(0,0,0,.06)}.global-header .content{width:94%;height:100%;margin:0 auto;display:flex;align-items:center;gap:20px}.global-header .header-logo{flex:0 0 auto;min-width:0}.global-header .custom-logo-link{display:flex;max-width:280px}.global-header .custom-logo{display:block;width:100%;height:auto}.global-header .menu-toggle,.global-header .menu-close{border:none;background:rgba(0,0,0,0);padding:0;color:#333;cursor:pointer;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.global-header .menu-toggle{display:none}.global-header .menu-toggle-icon,.global-header .menu-close-icon{width:30px;height:30px;display:block;fill:currentColor}.global-header .header-main{flex:1 1 auto;min-width:0;display:flex;align-items:center}.global-header .mobile-panel-head{display:none}.global-header .primary-navigation{flex:1 1 auto;min-width:0}.global-header .primary-menu,.global-header .sub-menu{margin:0;padding:0;list-style:none}.global-header .primary-menu{display:flex;justify-content:space-between;align-items:center;margin:0 2vw;height:100%}.global-header .menu-item{position:relative;display:block;flex:1 1 0}.global-header .menu-item>a{color:#333;display:flex;align-items:center;justify-content:center;height:100%;text-align:center;text-decoration:none;font-size:21px;font-weight:700;line-height:1.2;transition:color .3s ease}.global-header .menu-item>a:hover{color:#31a4e1}.global-header .submenu-toggle{display:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.global-header .menu-toggle:focus,.global-header .menu-close:focus,.global-header .submenu-toggle:focus,.global-header .menu-toggle:focus-visible,.global-header .menu-close:focus-visible,.global-header .submenu-toggle:focus-visible{outline:none;box-shadow:none}.global-header .sub-menu{z-index:1002;position:absolute;top:100%;left:50%;width:100%;min-width:180px;transform:translateX(-50%);overflow:hidden;background-color:#f5f5f5;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.global-header .menu-item:hover>.sub-menu{opacity:1;visibility:visible}.global-header .sub-menu .menu-item{width:100%;height:42px;border-bottom:1px solid rgba(0,0,0,.06)}.global-header .sub-menu .menu-item:last-child{border-bottom:none}.global-header .sub-menu .menu-item>a{height:42px;justify-content:center;font-size:16px;font-weight:400;line-height:42px;color:#666;padding:0 12px;box-sizing:border-box;position:relative;overflow:hidden}.global-header .sub-menu .menu-item>a:hover{color:#fff;background:linear-gradient(to right, #008dd4, #01559c)}.global-header .search-form{width:260px;height:40px;display:flex;flex:0 0 auto}.global-header .search-input{width:100%;height:100%;padding:0 16px;box-sizing:border-box;outline:none;border:1px solid #d8d8d8;border-right:none}.global-header .search-button{flex:0 0 100px;max-width:38%;border:none;color:#fff;background:linear-gradient(to right, #008dd4, #01559c);font-size:17px;cursor:pointer}@media(min-width: 1025px){.global-header .header-main{height:100%;align-items:center}.global-header .primary-navigation{height:100%;align-self:stretch;flex:1 1 auto;min-width:0}.global-header .primary-menu{width:100%;height:100%;align-items:stretch;justify-content:space-between;gap:0;margin:0}.global-header .menu-item{height:100%;flex:1 1 0;min-width:0}.global-header .menu-item>a{white-space:nowrap;padding:0}.global-header .search-form{flex:0 0 260px;margin:0 0 0 16px;align-self:center}.global-header .sub-menu{z-index:2;padding-left:0;width:100%;max-height:0;overflow:hidden;transition:max-height .3s ease;position:absolute;display:flex;flex-direction:column;align-items:center;left:0;top:100%;transform:none;min-width:0;opacity:1;visibility:visible}.global-header .menu-item:hover>.sub-menu{max-height:500px}}body.admin-bar .global-header{top:var(--mytheme-adminbar-offset, 32px)}@media(max-width: 1024px){:root{--mytheme-header-height: 72px}.global-header{box-shadow:none}.global-header .content{width:100%;padding-left:15px;margin:0;box-sizing:border-box;justify-content:space-between;gap:0}.global-header .custom-logo-link{max-width:150px}.global-header .menu-toggle{width:54px;height:var(--mytheme-header-height);display:inline-flex;align-items:center;justify-content:center;margin-right:3px;color:#333}.global-header .header-main{display:none;position:fixed;top:var(--mytheme-adminbar-offset, 0px);left:0;width:100%;height:calc(100vh - var(--mytheme-adminbar-offset, 0px));z-index:1005;background:#f2f2f2;overflow-y:auto}.global-header.menu-open .header-main{display:block}.global-header .mobile-panel-head{display:flex;justify-content:space-between;align-items:center;width:100%;height:var(--mytheme-header-height);position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid #ddd;padding-left:15px;box-sizing:border-box}.global-header .mobile-panel-brand{min-width:0;max-width:calc(100% - 70px)}.global-header .mobile-panel-brand .custom-logo-link{max-width:150px;display:flex}.global-header .mobile-panel-brand .custom-logo{width:100%;height:auto}.global-header .mobile-panel-brand .mobile-brand-title{color:#222;font-size:20px;line-height:1.2;text-decoration:none;display:block}.global-header .menu-close{width:54px;height:var(--mytheme-header-height);display:inline-flex;align-items:center;justify-content:center;margin-right:3px;color:#31a4e1}.global-header .menu-close-icon{width:26px;height:26px}.global-header .primary-navigation{overflow:visible}.global-header .primary-menu{display:block;width:100%;background:#f2f2f2;position:relative;z-index:1;margin:0;padding:0 20px;box-sizing:border-box;border-top:1px solid #ddd}.global-header .menu-item{width:100%;border-bottom:1px solid rgba(0,0,0,.05);line-height:50px;font-size:14px}.global-header .menu-item>a{height:auto;min-height:50px;display:inline-flex;align-items:center;justify-content:flex-start;text-align:left;font-size:14px;font-weight:400;line-height:50px;color:#333;width:100%;padding:0}.global-header .menu-item.menu-item-has-children>a{width:100%;padding-right:42px;box-sizing:border-box}.global-header .submenu-toggle{width:30px;height:30px;margin:0;border:none;background:rgba(0,0,0,0);color:#333;padding:0;display:inline-flex;align-items:center;justify-content:center;transition:transform .5s ease;cursor:pointer;position:absolute;right:3px;top:10px}.global-header .submenu-toggle svg{width:16px;height:16px;fill:currentColor}.global-header .menu-item.is-open>.submenu-toggle{transform:rotate(90deg)}.global-header .sub-menu{position:static;width:100%;min-width:0;transform:none;opacity:1;visibility:visible;display:block;max-height:0;overflow:hidden;transition:max-height .3s ease;border:none;background:rgba(0,0,0,0);padding-left:0;padding-right:0;clear:both}.global-header .sub-menu .menu-item{border-bottom:1px solid rgba(0,0,0,.04);padding-left:30px;box-sizing:border-box}.global-header .sub-menu .menu-item>a{line-height:42px;min-height:42px;height:auto;font-size:14px;color:#333;background:rgba(0,0,0,0);width:100%;justify-content:flex-start;text-align:left}.global-header .sub-menu .menu-item.menu-item-has-children>a{width:100%;padding-right:42px;box-sizing:border-box}.global-header .sub-menu .menu-item>a:hover{color:#31a4e1;background:rgba(0,0,0,0)}.global-header .search-form{display:none}}@media(max-width: 768px){:root{--mytheme-header-height: 60px}.global-header .custom-logo-link{max-width:130px}.global-header .mobile-panel-brand .custom-logo-link{max-width:130px}}@media(max-width: 782px){body.admin-bar .global-header{top:var(--mytheme-adminbar-offset, 46px)}}/*# sourceMappingURL=header.css.map */
