.ugs-hdr{--ugs-hdr-fg:#ffffff;--ugs-hdr-fg-scrolled:#1a1410;--ugs-hdr-bg:transparent;--ugs-hdr-bg-scrolled:#ffffff;--ugs-hdr-shadow:0 2px 14px rgba(0, 0, 0, .08);--ugs-hdr-panel-bg:#ffffff;--ugs-hdr-panel-ink:#1a1410;--ugs-hdr-panel-sub:#5c4a40;--ugs-hdr-panel-line:#eee3da;--ugs-hdr-drop-bg:#ffffff;--ugs-hdr-drop-ink:#1a1410;--ugs-hdr-drop-hover:#f4ede7;--ugs-hdr-overlay:rgba(20, 8, 4, .5);--ugs-hdr-badge-bg:#2a0c00;--ugs-hdr-badge-fg:#ffffff;--ugs-hdr-pad-y:31px;--ugs-hdr-pad-x:42px;--ugs-hdr-pad-y-scrolled:18px;--ugs-hdr-max:1440px;--ugs-hdr-nav-gap:28px;--ugs-hdr-icon-gap:22px;--ugs-hdr-icon-size:24px;--ugs-hdr-icon-glyph:18px;--ugs-hdr-z:1000;--ugs-hdr-sans:"Urbanist", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;--ugs-hdr-speed:.35s;position:fixed;top:0;left:0;width:100%;z-index:var(--ugs-hdr-z);padding:var(--ugs-hdr-pad-y) var(--ugs-hdr-pad-x);background:var(--ugs-hdr-bg);font-family:var(--ugs-hdr-sans);color:var(--ugs-hdr-fg);box-sizing:border-box;transition:background-color var(--ugs-hdr-speed) ease,box-shadow var(--ugs-hdr-speed) ease,padding var(--ugs-hdr-speed) ease;--ugs-hdr-serif:"Instrument Serif", "Times New Roman", Times, serif}.ugs-hdr--solid{--ugs-hdr-fg:var(--ugs-hdr-fg-scrolled);--ugs-hdr-bg:var(--ugs-hdr-bg-scrolled);box-shadow:var(--ugs-hdr-shadow)}.ugs-hdr--static{position:relative}.ugs-hdr.is-scrolled,.ugs-hdr.is-mega-open{background:var(--ugs-hdr-bg-scrolled);box-shadow:var(--ugs-hdr-shadow);color:var(--ugs-hdr-fg-scrolled)}.ugs-hdr.is-scrolled{padding-block:var(--ugs-hdr-pad-y-scrolled)}.ugs-hdr :where(*,*::before,*::after){box-sizing:border-box}.ugs-hdr :where(ul,li,p){margin:0;padding:0}.ugs-hdr :where(ul){list-style:none}.ugs-hdr :where(a){color:inherit;text-decoration:none}.ugs-hdr :where(img,svg){display:block;max-width:100%}.ugs-hdr :where(button){font:inherit;color:inherit;background:none;border:0;cursor:pointer}.ugs-hdr__inner{max-width:var(--ugs-hdr-max);margin-inline:auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.ugs-hdr__logo{display:flex;flex-direction:column;gap:2px;line-height:1;flex:0 0 auto;text-decoration:none}.ugs-hdr__logo-img{width:auto;height:auto}.ugs-hdr__logo-img--scrolled{display:none}.ugs-hdr.is-scrolled .ugs-hdr__logo-img--scrolled,.ugs-hdr.is-mega-open .ugs-hdr__logo-img--scrolled,.ugs-hdr--solid .ugs-hdr__logo-img--scrolled{display:block}.ugs-hdr.is-scrolled .ugs-hdr__logo-img--default,.ugs-hdr.is-mega-open .ugs-hdr__logo-img--default,.ugs-hdr--solid .ugs-hdr__logo-img--default{display:none}.ugs-hdr__logo-name{font-weight:700;font-size:24px;letter-spacing:1.5px;text-transform:uppercase;color:var(--ugs-hdr-fg);transition:color var(--ugs-hdr-speed) ease;font-family:var(--ugs-hdr-ff-logoname,inherit)}.ugs-hdr__logo-sub{font-weight:500;font-size:9px;letter-spacing:3.5px;text-transform:uppercase;color:var(--ugs-hdr-fg);transition:color var(--ugs-hdr-speed) ease;font-family:var(--ugs-hdr-ff-logosub,inherit)}.ugs-hdr.is-scrolled .ugs-hdr__logo-name,.ugs-hdr.is-mega-open .ugs-hdr__logo-name,.ugs-hdr.is-scrolled .ugs-hdr__logo-sub,.ugs-hdr.is-mega-open .ugs-hdr__logo-sub{color:var(--ugs-hdr-fg-scrolled)}.ugs-hdr__nav{flex:1 1 auto;display:flex;justify-content:center}.ugs-hdr__list{display:flex;align-items:center;gap:var(--ugs-hdr-nav-gap)}.ugs-hdr__link{font-family:var(--ugs-hdr-ff-link,var(--ugs-hdr-sans));font-weight:400;font-size:16px;line-height:26px;letter-spacing:-.02em;color:var(--ugs-hdr-fg);text-decoration:none;display:inline-flex;align-items:center;gap:7px;padding:4px 0;white-space:nowrap;transition:color var(--ugs-hdr-speed) ease,opacity .2s ease}.ugs-hdr__link:hover{opacity:.75}.ugs-hdr__link:focus-visible{outline:2px solid currentColor;outline-offset:3px}.ugs-hdr.is-scrolled .ugs-hdr__link,.ugs-hdr.is-mega-open .ugs-hdr__link{color:var(--ugs-hdr-fg-scrolled)}.ugs-hdr__arrow{width:8px;height:5px;flex:0 0 auto;transition:transform .25s ease}.ugs-hdr__arrow path{fill:currentColor}.ugs-hdr__item{position:relative}.ugs-hdr__item--has-sub:hover>.ugs-hdr__link .ugs-hdr__arrow,.ugs-hdr__item--has-sub:focus-within>.ugs-hdr__link .ugs-hdr__arrow{transform:rotate(180deg)}.ugs-hdr__submenu{position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%) translateY(8px);background:var(--ugs-hdr-drop-bg);min-width:200px;padding:10px 0;border-radius:6px;box-shadow:0 12px 32px rgb(0 0 0 / .14);opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.ugs-hdr__item--has-sub:hover>.ugs-hdr__submenu,.ugs-hdr__item--has-sub:focus-within>.ugs-hdr__submenu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.ugs-hdr__submenu a{display:block;padding:10px 22px;font-family:var(--ugs-hdr-ff-submenu,var(--ugs-hdr-sans));font-weight:400;font-size:16px;line-height:26px;letter-spacing:-.02em;color:var(--ugs-hdr-drop-ink);text-decoration:none;white-space:nowrap;transition:background-color .2s ease}.ugs-hdr__submenu a:hover,.ugs-hdr__submenu a:focus-visible{background:var(--ugs-hdr-drop-hover)}.ugs-hdr__nav .menu-item{position:relative}.ugs-hdr__nav .menu-item>a{font-family:var(--ugs-hdr-ff-wpnav,var(--ugs-hdr-sans));font-weight:400;font-size:16px;line-height:26px;letter-spacing:-.02em;color:var(--ugs-hdr-fg);display:inline-flex;align-items:center;gap:7px;padding:4px 0;white-space:nowrap;transition:color var(--ugs-hdr-speed) ease,opacity .2s ease}.ugs-hdr__nav .menu-item>a:hover{opacity:.75}.ugs-hdr.is-scrolled .ugs-hdr__nav .menu-item>a,.ugs-hdr.is-mega-open .ugs-hdr__nav .menu-item>a{color:var(--ugs-hdr-fg-scrolled)}.ugs-hdr__nav .sub-menu{position:absolute;top:calc(100% + 18px);left:50%;transform:translateX(-50%) translateY(8px);background:var(--ugs-hdr-drop-bg);min-width:200px;padding:10px 0;border-radius:6px;box-shadow:0 12px 32px rgb(0 0 0 / .14);opacity:0;visibility:hidden;transition:opacity .25s ease,transform .25s ease,visibility .25s ease}.ugs-hdr__nav .menu-item-has-children:hover>.sub-menu,.ugs-hdr__nav .menu-item-has-children:focus-within>.sub-menu{opacity:1;visibility:visible;transform:translateX(-50%) translateY(0)}.ugs-hdr__nav .sub-menu a{display:block;padding:10px 22px;font-size:16px;line-height:26px;letter-spacing:-.02em;color:var(--ugs-hdr-drop-ink)!important;white-space:nowrap;opacity:1;transition:background-color .2s ease;font-family:var(--ugs-hdr-ff-wpsub,inherit)}.ugs-hdr__nav .sub-menu a:hover{background:var(--ugs-hdr-drop-hover)}.ugs-hdr__icons{flex:0 0 auto;display:flex;align-items:center;gap:var(--ugs-hdr-icon-gap)}.ugs-hdr__icon{position:relative;width:var(--ugs-hdr-icon-size);height:var(--ugs-hdr-icon-size);padding:0;display:flex;align-items:center;justify-content:center;color:var(--ugs-hdr-fg);transition:color var(--ugs-hdr-speed) ease,opacity .2s ease}.ugs-hdr__icon:hover{opacity:.75}.ugs-hdr__icon:focus-visible{outline:2px solid currentColor;outline-offset:4px}.ugs-hdr.is-scrolled .ugs-hdr__icon,.ugs-hdr.is-mega-open .ugs-hdr__icon{color:var(--ugs-hdr-fg-scrolled)}.ugs-hdr__icon svg{width:var(--ugs-hdr-icon-glyph);height:var(--ugs-hdr-icon-glyph);fill:none;stroke:currentColor;stroke-width:1.5px;stroke-linecap:round;stroke-linejoin:round}.ugs-hdr__icon i{font-size:var(--ugs-hdr-icon-glyph);line-height:1}.ugs-hdr__badge{position:absolute;top:-6px;right:-8px;min-width:16px;height:16px;padding:0 4px;border-radius:999px;background:var(--ugs-hdr-badge-bg);color:var(--ugs-hdr-badge-fg);font-size:10px;font-weight:600;line-height:16px;text-align:center;font-family:var(--ugs-hdr-ff-badge,inherit)}.ugs-hdr__toggle{display:none}@media (max-width:900px){.ugs-hdr{--ugs-hdr-pad-y:20px;--ugs-hdr-pad-x:20px;--ugs-hdr-pad-y-scrolled:14px}.ugs-hdr__logo-name{font-size:20px;letter-spacing:1px}.ugs-hdr__logo-sub{font-size:8px;letter-spacing:2.5px}.ugs-hdr__nav{display:none}.ugs-hdr__icons .ugs-hdr__icon:not(.ugs-hdr__toggle){display:none}.ugs-hdr__toggle{display:flex;width:var(--ugs-hdr-icon-size);height:var(--ugs-hdr-icon-size);align-items:center;justify-content:center;color:var(--ugs-hdr-fg);transition:color var(--ugs-hdr-speed) ease}.ugs-hdr.is-scrolled .ugs-hdr__toggle,.ugs-hdr.is-mega-open .ugs-hdr__toggle{color:var(--ugs-hdr-fg-scrolled)}.ugs-hdr__toggle svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round}}.ugs-hdr-overlay{position:fixed;inset:0;background:var(--ugs-hdr-overlay,rgb(20 8 4 / .5));opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;z-index:1100}.ugs-hdr-overlay.is-open{opacity:1;visibility:visible}.ugs-hdr-panel{position:fixed;top:0;right:0;height:100%;width:82%;max-width:340px;background:var(--ugs-hdr-panel-bg,#ffffff);color:var(--ugs-hdr-panel-ink,#1a1410);z-index:1200;transform:translateX(100%);transition:transform .35s ease;display:flex;flex-direction:column;padding:28px 28px 40px;overflow-y:auto;font-family:var(--ugs-hdr-ff-mpanel,var(--ugs-hdr-sans,"Urbanist",sans-serif));box-sizing:border-box}.ugs-hdr-panel.is-open{transform:translateX(0)}.ugs-hdr-panel--left{right:auto;left:0;transform:translateX(-100%)}.ugs-hdr-panel--left.is-open{transform:translateX(0)}.ugs-hdr-panel :where(ul,li,p){margin:0;padding:0}.ugs-hdr-panel :where(ul){list-style:none}.ugs-hdr-panel :where(a){color:inherit;text-decoration:none}.ugs-hdr-panel :where(button){font:inherit;color:inherit;background:none;border:0;cursor:pointer}.ugs-hdr-panel :where(svg,img){display:block}.ugs-hdr-panel__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.ugs-hdr-panel__name{font-weight:700;font-size:18px;letter-spacing:1.2px;text-transform:uppercase;color:var(--ugs-hdr-panel-ink,#1a1410);font-family:var(--ugs-hdr-ff-panelname,inherit)}.ugs-hdr-panel__close{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:var(--ugs-hdr-panel-ink,#1a1410)}.ugs-hdr-panel__close svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.6px;fill:none;stroke-linecap:round}.ugs-hdr-panel__list{display:flex;flex-direction:column}.ugs-hdr-panel__list>li{border-bottom:1px solid var(--ugs-hdr-panel-line,#eee3da)}.ugs-hdr-panel__link{width:100%;display:flex;align-items:center;justify-content:space-between;text-align:left;padding:16px 2px;font-size:16px;line-height:26px;letter-spacing:-.02em;color:var(--ugs-hdr-panel-ink,#1a1410);font-family:var(--ugs-hdr-ff-panellink,inherit)}.ugs-hdr-panel__link .ugs-hdr__arrow{transition:transform .25s ease}.ugs-hdr-panel__item.is-open>.ugs-hdr-panel__link .ugs-hdr__arrow{transform:rotate(180deg)}.ugs-hdr-panel__sub{padding:0 0 12px 12px;max-height:0;overflow:hidden;transition:max-height .3s ease}.ugs-hdr-panel__item.is-open>.ugs-hdr-panel__sub{max-height:400px}.ugs-hdr-panel__sub a{display:block;padding:9px 0;font-size:16px;line-height:26px;letter-spacing:-.02em;color:var(--ugs-hdr-panel-sub,#5c4a40);font-family:var(--ugs-hdr-ff-panelsub,inherit)}.ugs-hdr-panel__icons{display:flex;gap:20px;margin-top:28px}.ugs-hdr-panel__icons .ugs-hdr__icon{color:var(--ugs-hdr-panel-ink,#1a1410);width:22px;height:22px;display:flex}.ugs-hdr-panel__icons .ugs-hdr__icon svg{width:20px;height:20px}.elementor-editor-active .ugs-hdr,.elementor-editor-preview .ugs-hdr{position:relative}@media (prefers-reduced-motion:reduce){.ugs-hdr *,.ugs-hdr-panel,.ugs-hdr-overlay{transition-duration:.01ms!important}}.ugs-hdr button,.ugs-hdr-panel button{background-color:transparent!important;background-image:none!important;border:0 none!important;border-radius:0!important;box-shadow:none!important;text-shadow:none!important;text-transform:none!important;color:inherit!important}.ugs-hdr a,.ugs-hdr-panel a{text-decoration:none!important}.ugs-hdr .ugs-hdr__logo-name,.ugs-hdr .ugs-hdr__logo-sub,.ugs-hdr .ugs-hdr__link,.ugs-hdr .ugs-hdr__nav .menu-item>a,.ugs-hdr .ugs-hdr__icon,.ugs-hdr .ugs-hdr__toggle{color:var(--ugs-hdr-fg)!important}.ugs-hdr.is-scrolled .ugs-hdr__logo-name,.ugs-hdr.is-mega-open .ugs-hdr__logo-name,.ugs-hdr.is-scrolled .ugs-hdr__logo-sub,.ugs-hdr.is-mega-open .ugs-hdr__logo-sub,.ugs-hdr.is-scrolled .ugs-hdr__link,.ugs-hdr.is-mega-open .ugs-hdr__link,.ugs-hdr.is-scrolled .ugs-hdr__nav .menu-item>a,.ugs-hdr.is-mega-open .ugs-hdr__nav .menu-item>a,.ugs-hdr.is-scrolled .ugs-hdr__icon,.ugs-hdr.is-mega-open .ugs-hdr__icon,.ugs-hdr.is-scrolled .ugs-hdr__toggle,.ugs-hdr.is-mega-open .ugs-hdr__toggle,.ugs-hdr--solid .ugs-hdr__logo-name,.ugs-hdr--solid .ugs-hdr__logo-sub,.ugs-hdr--solid .ugs-hdr__link,.ugs-hdr--solid .ugs-hdr__nav .menu-item>a,.ugs-hdr--solid .ugs-hdr__icon,.ugs-hdr--solid .ugs-hdr__toggle{color:var(--ugs-hdr-fg-scrolled)!important}.ugs-hdr .ugs-hdr__icon>svg,.ugs-hdr .ugs-hdr__toggle>svg{fill:none!important;stroke:currentColor!important}.ugs-hdr .ugs-hdr__glyph,.ugs-hdr .ugs-hdr__glyph i{color:inherit!important}.ugs-hdr .ugs-hdr__glyph--fill svg,.ugs-hdr .ugs-hdr__glyph--fill svg *{fill:currentColor!important;stroke:none!important}.ugs-hdr .ugs-hdr__glyph--stroke svg,.ugs-hdr .ugs-hdr__glyph--stroke svg *{fill:none!important;stroke:currentColor!important}.ugs-hdr .ugs-hdr__arrow path{fill:currentColor!important}.ugs-hdr .ugs-hdr__badge[hidden]{display:none!important}.ugs-hdr .ugs-hdr__badge{background-color:var(--ugs-hdr-badge-bg)!important;color:var(--ugs-hdr-badge-fg)!important;border-radius:999px!important}.ugs-hdr .ugs-hdr__submenu,.ugs-hdr .ugs-hdr__nav .sub-menu{background-color:var(--ugs-hdr-drop-bg)!important}.ugs-hdr .ugs-hdr__submenu a,.ugs-hdr .ugs-hdr__nav .sub-menu a{color:var(--ugs-hdr-drop-ink)!important}.ugs-hdr .ugs-hdr__submenu a:hover,.ugs-hdr .ugs-hdr__nav .sub-menu a:hover{background-color:var(--ugs-hdr-drop-hover)!important}.ugs-hdr-panel{background-color:var(--ugs-hdr-panel-bg,#fff)!important}.ugs-hdr-panel .ugs-hdr-panel__name,.ugs-hdr-panel .ugs-hdr-panel__close,.ugs-hdr-panel .ugs-hdr-panel__link,.ugs-hdr-panel .ugs-hdr-panel__icons .ugs-hdr__icon{color:var(--ugs-hdr-panel-ink,#1a1410)!important}.ugs-hdr-panel .ugs-hdr-panel__sub a,.ugs-hdr-panel .sub-menu a{color:var(--ugs-hdr-panel-sub,#5c4a40)!important}.ugs-hdr-panel .ugs-hdr-panel__list>li,.ugs-hdr-panel .menu-item{border-bottom:1px solid var(--ugs-hdr-panel-line,#eee3da)!important}.ugs-hdr-panel .ugs-hdr-panel__sub li,.ugs-hdr-panel .sub-menu li{border-bottom:0 none!important}.ugs-hdr-panel .ugs-hdr-panel__close>svg,.ugs-hdr-panel .ugs-hdr__icon>svg{fill:none!important;stroke:currentColor!important}.ugs-hdr-panel .ugs-hdr__glyph,.ugs-hdr-panel .ugs-hdr__glyph i{color:inherit!important}.ugs-hdr-panel .ugs-hdr__glyph--fill svg,.ugs-hdr-panel .ugs-hdr__glyph--fill svg *{fill:currentColor!important;stroke:none!important}.ugs-hdr-panel .ugs-hdr__glyph--stroke svg,.ugs-hdr-panel .ugs-hdr__glyph--stroke svg *{fill:none!important;stroke:currentColor!important}.ugs-hdr-panel .ugs-hdr__arrow path{fill:currentColor!important}.ugs-hdr__glyph{display:flex;align-items:center;justify-content:center;width:var(--ugs-hdr-icon-glyph);height:var(--ugs-hdr-icon-glyph);line-height:1;color:inherit}.ugs-hdr__glyph svg,.ugs-hdr__glyph img{width:100%;height:100%;display:block;object-fit:contain}.ugs-hdr__glyph i{font-size:var(--ugs-hdr-icon-glyph);line-height:1;color:inherit}.ugs-hdr__glyph--fill svg,.ugs-hdr__glyph--fill svg *{fill:currentColor;stroke:none}.ugs-hdr__glyph--stroke svg,.ugs-hdr__glyph--stroke svg *{fill:none;stroke:currentColor}.ugs-hdr__glyph--as-is svg,.ugs-hdr__glyph--as-is svg *{fill:revert-layer;stroke:revert-layer}.ugs-hdr-panel__icons .ugs-hdr__glyph{width:20px;height:20px}.ugs-hdr-panel__icons .ugs-hdr__glyph i{font-size:20px}.ugs-hdr-panel .ugs-hdr-panel__close{position:relative;display:inline-flex!important;align-items:center;justify-content:center;flex:0 0 auto;width:var(--ugs-hdr-close-box,32px)!important;height:var(--ugs-hdr-close-box,32px)!important;min-width:0!important;min-height:0!important;margin:0 0 0 auto!important;padding:0!important;overflow:visible!important;opacity:1!important;visibility:visible!important;line-height:1!important;font-size:0!important;cursor:pointer;color:var(--ugs-hdr-close-ink,var(--ugs-hdr-panel-ink,#1a1410))!important;background-color:var(--ugs-hdr-close-bg,transparent)!important;border-radius:var(--ugs-hdr-close-radius,0)!important;transform:translate(var(--ugs-hdr-close-x,0),var(--ugs-hdr-close-y,0));transition:color .2s ease,background-color .2s ease}.ugs-hdr-panel .ugs-hdr-panel__close:hover,.ugs-hdr-panel .ugs-hdr-panel__close:focus-visible{color:var(--ugs-hdr-close-ink-hover,var(--ugs-hdr-close-ink,var(--ugs-hdr-panel-ink,#1a1410)))!important;background-color:var(--ugs-hdr-close-bg-hover,var(--ugs-hdr-close-bg,transparent))!important}.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph{display:flex!important;flex:0 0 auto;width:var(--ugs-hdr-close-glyph,20px)!important;height:var(--ugs-hdr-close-glyph,20px)!important;opacity:1!important;visibility:visible!important}.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph>svg,.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph>img{display:block!important;width:100%!important;height:100%!important;max-width:none!important;overflow:visible}.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph i{font-size:var(--ugs-hdr-close-glyph,20px)!important;line-height:1!important;color:inherit!important}.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--default svg,.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--default svg *{fill:none!important;stroke:currentColor!important;stroke-width:var(--ugs-hdr-close-stroke,1.6px)!important;stroke-linecap:round}.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--stroke svg,.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--stroke svg *{stroke-width:var(--ugs-hdr-close-stroke,1.6px)!important}.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--auto svg{color:inherit}.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--auto svg :is(path,circle,rect,polygon,ellipse):not([fill="none"]){fill:currentColor!important}.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--auto svg[fill="none"] :is(path,circle,rect,polygon,ellipse):not([fill]),.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--auto svg [fill="none"] :is(path,circle,rect,polygon,ellipse):not([fill]){fill:none!important}.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--auto svg :is(line,polyline),.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--auto svg [stroke]:not([stroke="none"]),.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--auto svg[stroke]:not([stroke="none"]) *,.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--auto svg [stroke]:not([stroke="none"]) *{stroke:currentColor!important}.ugs-hdr-panel .ugs-hdr-panel__close .ugs-hdr__glyph--auto svg :is(line,polyline){stroke-width:var(--ugs-hdr-close-stroke,1.6px);stroke-linecap:round}.ugs-hdr__toggle .ugs-hdr__glyph{width:22px;height:22px}.ugs-hdr__toggle .ugs-hdr__glyph i{font-size:22px}@property --ugs-hdr-mega-ink{syntax:"<color>";inherits:true;initial-value:#1a1410}@property --ugs-hdr-mega-head-fg{syntax:"<color>";inherits:true;initial-value:#6b5b52}@property --ugs-hdr-mega-link-fg{syntax:"<color>";inherits:true;initial-value:#1a1410}@property --ugs-hdr-mega-link-hover{syntax:"<color>";inherits:true;initial-value:#2a0c00}@property --ugs-hdr-mega-bg{syntax:"<color>";inherits:true;initial-value:#fff}@property --ugs-hdr-mega-line{syntax:"<color>";inherits:true;initial-value:#ede5da}@property --ugs-hdr-mega-card-bg{syntax:"<color>";inherits:true;initial-value:#f7f5f2}.ugs-hdr__item--has-mega{position:static}.ugs-hdr-mega{color:#1a1410;background:#fff;position:absolute;top:100%;left:0;right:0;z-index:60;background:var(--ugs-hdr-mega-bg,#ffffff);color:var(--ugs-hdr-mega-ink,#1a1410);border-top:1px solid var(--ugs-hdr-mega-line,#ede5da);box-shadow:0 18px 40px rgb(20 8 4 / .08);opacity:0;visibility:hidden;transform:translateY(-6px);transition:opacity .22s ease,transform .22s ease,visibility .22s ease}.ugs-hdr-mega[hidden]{display:none}.ugs-hdr-mega.is-open{opacity:1;visibility:visible;transform:translateY(0)}.ugs-hdr-mega__inner{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,var(--ugs-hdr-mega-cards-w,1fr));gap:var(--ugs-hdr-mega-gap,48px);align-items:start;max-width:var(--ugs-hdr-max,1400px);margin-inline:auto;padding:var(--ugs-hdr-mega-pad-y,40px) var(--ugs-hdr-pad,40px)}.ugs-hdr-mega--links-only .ugs-hdr-mega__inner{grid-template-columns:minmax(0,1fr)}.ugs-hdr-mega__cols{display:grid;grid-template-columns:repeat(var(--ugs-hdr-mega-cols,2),minmax(0,1fr));gap:var(--ugs-hdr-mega-col-gap,40px)}.ugs-hdr-mega__col{min-width:0}.ugs-hdr-panel__wp{display:block}.ugs-hdr-mega__head{margin:0 0 var(--ugs-hdr-mega-head-gap,18px);font-family:var(--ugs-hdr-mega-ff-head,var(--ugs-hdr-ff-megahead,var(--ugs-hdr-sans)));font-weight:400;font-size:var(--ugs-hdr-mega-head-size,12px);line-height:1.4;letter-spacing:.12em;text-transform:uppercase;color:#6b5b52;color:var(--ugs-hdr-mega-head-fg,#6b5b52)}.ugs-hdr-mega__links{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:var(--ugs-hdr-mega-link-gap,14px)}.ugs-hdr-mega__link{display:flex;align-items:center;gap:12px;font-family:var(--ugs-hdr-mega-ff-link,var(--ugs-hdr-ff-megalink,var(--ugs-hdr-sans)));font-size:var(--ugs-hdr-mega-link-size,15px);line-height:1.3;color:#1a1410;color:var(--ugs-hdr-mega-link-fg,#1a1410);text-decoration:none;transition:opacity .18s ease,color .18s ease}.ugs-hdr-mega__link:hover{color:#2a0c00;color:var(--ugs-hdr-mega-link-hover,#2a0c00);opacity:.75}.ugs-hdr-mega__link:focus-visible{outline:2px solid currentColor;outline-offset:3px}.ugs-hdr-mega__icon{width:var(--ugs-hdr-mega-icon,40px);height:var(--ugs-hdr-mega-icon,40px);flex:0 0 auto;display:block}.ugs-hdr-mega__icon img{width:100%;height:100%;object-fit:contain;display:block}.ugs-hdr-mega__cards{display:grid;grid-template-columns:repeat(var(--ugs-hdr-mega-card-cols,2),minmax(0,1fr));gap:var(--ugs-hdr-mega-card-gap,24px);padding-left:var(--ugs-hdr-mega-gap,48px);border-left:1px solid var(--ugs-hdr-mega-line,#ede5da)}.ugs-hdr-mega--links-only .ugs-hdr-mega__cards{display:none}.ugs-hdr-mega__card{display:block;text-decoration:none;color:inherit}.ugs-hdr-mega__card-media{display:block;aspect-ratio:var(--ugs-hdr-mega-card-ratio,1 / 1);overflow:hidden;background:var(--ugs-hdr-mega-card-bg,#f7f5f2)}.ugs-hdr-mega__card-media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s ease}.ugs-hdr-mega__card:hover .ugs-hdr-mega__card-media img{transform:scale(1.04)}.ugs-hdr-mega__card-title{display:block;margin-top:12px;font-family:var(--ugs-hdr-mega-ff-card,var(--ugs-hdr-ff-megacard,var(--ugs-hdr-serif,"Instrument Serif",serif)));font-size:var(--ugs-hdr-mega-card-size,16px);line-height:1.3;color:#1a1410;color:var(--ugs-hdr-mega-ink,#1a1410)}.ugs-hdr-mega__close{position:absolute;top:14px;right:var(--ugs-hdr-pad,40px);width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:0;cursor:pointer;color:#1a1410;color:var(--ugs-hdr-mega-ink,#1a1410)}.ugs-hdr-mega__close svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.4px;stroke-linecap:round}.ugs-hdr-mega__close:focus-visible{outline:2px solid currentColor;outline-offset:2px}.ugs-hdr.is-mega-open{--ugs-hdr-fg:var(--ugs-hdr-fg-scrolled);--ugs-hdr-bg:var(--ugs-hdr-bg-scrolled);background:var(--ugs-hdr-bg-scrolled);color:var(--ugs-hdr-fg-scrolled);box-shadow:none;padding-block:var(--ugs-hdr-pad-y)}.ugs-hdr.is-scrolled.is-mega-open{padding-block:var(--ugs-hdr-pad-y-scrolled)}@media (max-width:900px){.ugs-hdr-mega{display:none!important}}.ugs-hdr .ugs-hdr-mega__link,.ugs-hdr .ugs-hdr-mega__card,.ugs-hdr .ugs-hdr-mega__card-title{color:var(--ugs-hdr-mega-ink,#1a1410)!important;text-decoration:none!important}.ugs-hdr .ugs-hdr-mega__col{min-width:0}.ugs-hdr-panel__wp{display:block}.ugs-hdr-mega__head{color:var(--ugs-hdr-mega-head-fg,#6b5b52)!important}.ugs-hdr .ugs-hdr-mega__close{background-color:transparent!important;border:0 none!important;color:#1a1410!important;color:var(--ugs-hdr-mega-ink,#1a1410)!important}.ugs-hdr .ugs-hdr-mega__close svg{fill:none!important;stroke:currentColor!important}.ugs-hdr__edit-note{position:relative;z-index:90;margin:0;padding:10px 16px;background:#fff;border:1px dashed rgb(42 12 0 / .35);font-family:var(--ugs-hdr-ff-editnote,var(--ugs-hdr-sans));font-size:12px;line-height:18px;color:#2a0c00}.ugs-hdr-mega.ugs-hdr-mega--dir{background:var(--ugs-hdr-dir-bg,#ffffff);color:var(--ugs-hdr-dir-link,#1a1a1a);border-top:1px solid var(--ugs-hdr-dir-border,transparent);box-shadow:var(--ugs-hdr-dir-shadow,none);overflow-y:auto;overscroll-behavior:contain;max-height:var(--ugs-hdr-mega-max,80vh)}.ugs-hdr-mega--dir .ugs-hdr-mega__inner.ugs-hdr-dir{display:flex;align-items:flex-start;gap:var(--ugs-hdr-dir-gap,40px);max-width:var(--ugs-hdr-dir-max,1440px);margin-inline:auto;padding:var(--ugs-hdr-dir-pad-top,16px) var(--ugs-hdr-pad-x,42px) var(--ugs-hdr-dir-pad-bottom,24px);box-sizing:border-box}.ugs-hdr-dir__cols{display:flex;flex-wrap:wrap;align-items:flex-start;column-gap:var(--ugs-hdr-dir-col-gap,20px);row-gap:var(--ugs-hdr-dir-row-gap,24px);flex:1 1 auto;min-width:0}.ugs-hdr-dir__col{display:flex;flex-direction:column;flex:0 0 var(--ugs-hdr-dir-col-w,160px);width:var(--ugs-hdr-dir-col-w,160px);max-width:100%;min-width:0;margin:0;padding:0}.ugs-hdr .ugs-hdr-dir__head{margin:0 0 var(--ugs-hdr-dir-head-gap,4px);padding:0;font-family:var(--ugs-hdr-dir-ff-head,var(--ugs-hdr-ff-dirhead,var(--ugs-hdr-sans)));font-size:11px;line-height:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ugs-hdr-dir-head,#1a1a1a)!important;overflow-wrap:anywhere}.ugs-hdr .ugs-hdr-dir__head--ghost{visibility:hidden}.ugs-hdr-dir__links{display:flex;flex-direction:column;gap:var(--ugs-hdr-dir-link-gap,4px);margin:0;padding:0;list-style:none}.ugs-hdr-dir__links li{display:block;margin:0;padding:0;list-style:none;line-height:0}.ugs-hdr .ugs-hdr-dir__link{display:flex;width:fit-content;align-items:center;gap:8px;max-width:100%;padding:0;font-family:var(--ugs-hdr-dir-ff-link,var(--ugs-hdr-ff-dirlink,var(--ugs-hdr-sans)));font-size:14px;line-height:20px;font-weight:400;letter-spacing:0;text-transform:none;color:var(--ugs-hdr-dir-link,#1a1a1a)!important;background:transparent!important;text-decoration:none!important;transition:color .18s ease}.ugs-hdr-dir__link-text{overflow-wrap:anywhere}.ugs-hdr .ugs-hdr-dir__link:hover,.ugs-hdr .ugs-hdr-dir__link:focus-visible{color:var(--ugs-hdr-dir-link-hover,#b5764a)!important}.ugs-hdr .ugs-hdr-dir__link:hover .ugs-hdr-dir__link-text{text-decoration:var(--ugs-hdr-dir-link-deco,none);text-underline-offset:3px}.ugs-hdr .ugs-hdr-dir__link:focus-visible{outline:1px solid currentColor;outline-offset:2px}.ugs-hdr-dir__icon{display:block;flex:0 0 auto;width:var(--ugs-hdr-dir-icon,20px);height:var(--ugs-hdr-dir-icon,20px)}.ugs-hdr-dir__icon img{display:block;width:100%;height:100%;object-fit:contain}.ugs-hdr-dir__features{display:flex;align-items:flex-start;gap:var(--ugs-hdr-dir-feats-gap,24px);flex:0 1 auto;margin-left:auto;min-width:0}.ugs-hdr-dir__feature{display:flex;flex-direction:column;align-items:flex-start;gap:var(--ugs-hdr-dir-feat-gap,8px);flex:0 1 var(--ugs-hdr-dir-feat-w,420px);width:var(--ugs-hdr-dir-feat-w,420px);min-width:220px;max-width:100%}.ugs-hdr .ugs-hdr-dir__eyebrow{margin:0;font-family:var(--ugs-hdr-dir-ff-eyebrow,var(--ugs-hdr-ff-dirhead,var(--ugs-hdr-sans)));font-size:11px;line-height:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ugs-hdr-dir-eyebrow,#1a1a1a)!important}.ugs-hdr .ugs-hdr-dir__media{display:block;width:100%;overflow:hidden;aspect-ratio:var(--ugs-hdr-dir-ratio,auto);border-radius:var(--ugs-hdr-dir-img-radius,0);background:var(--ugs-hdr-dir-img-bg,#f2f2f2);line-height:0;text-decoration:none!important}.ugs-hdr .ugs-hdr-dir__media img{display:block;width:100%;height:100%;max-width:100%;object-fit:cover;border-radius:0;transition:transform .5s ease}@media (hover:hover){.ugs-hdr a.ugs-hdr-dir__media:hover img{transform:scale(1.03)}}.ugs-hdr .ugs-hdr-dir__title{margin:0;font-family:var(--ugs-hdr-dir-ff-title,var(--ugs-hdr-ff-megacard,var(--ugs-hdr-serif,serif)));font-size:16px;line-height:22px;color:var(--ugs-hdr-dir-title,#1a1a1a)!important}.ugs-hdr .ugs-hdr-dir__text{margin:0;font-family:var(--ugs-hdr-dir-ff-text,var(--ugs-hdr-ff-dirtext,var(--ugs-hdr-sans)));font-size:12px;line-height:16px;font-weight:400;color:var(--ugs-hdr-dir-text,#1a1a1a)!important;overflow-wrap:anywhere}.ugs-hdr .ugs-hdr-dir__btn,.ugs-hdr-panel .ugs-hdr-pmega__btn{display:inline-flex;align-items:center;justify-content:center;max-width:100%;min-height:var(--ugs-hdr-dir-btn-h,48px);margin-top:var(--ugs-hdr-dir-btn-top,4px);padding:0 var(--ugs-hdr-dir-btn-pad,20px)!important;box-sizing:border-box;background:var(--ugs-hdr-dir-btn-bg,#2b2b2b)!important;color:var(--ugs-hdr-dir-btn-fg,#ffffff)!important;border:0!important;border-radius:var(--ugs-hdr-dir-btn-radius,4px)!important;box-shadow:none!important;font-family:var(--ugs-hdr-dir-ff-btn,var(--ugs-hdr-ff-dirbtn,var(--ugs-hdr-sans)));font-size:14px;line-height:20px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;text-align:center;text-decoration:none!important;transition:background-color .2s ease,color .2s ease}.ugs-hdr .ugs-hdr-dir__btn span,.ugs-hdr-panel .ugs-hdr-pmega__btn span{padding-top:1px;font:inherit;letter-spacing:inherit}.ugs-hdr .ugs-hdr-dir__btn:hover,.ugs-hdr .ugs-hdr-dir__btn:focus-visible,.ugs-hdr-panel .ugs-hdr-pmega__btn:hover{background:var(--ugs-hdr-dir-btn-bg-h,#000000)!important;color:var(--ugs-hdr-dir-btn-fg-h,#ffffff)!important}.ugs-hdr .ugs-hdr-dir__btn:focus-visible{outline:2px solid var(--ugs-hdr-dir-btn-bg,#2b2b2b);outline-offset:2px}.ugs-hdr-mega--no-close .ugs-hdr-mega__close{display:none!important}.ugs-hdr-mega--dir .ugs-hdr-mega__close{top:8px}.ugs-hdr__item--mega-directory>.ugs-hdr__link{position:relative}.ugs-hdr__item--mega-directory>.ugs-hdr__link::after{content:"";position:absolute;left:0;right:0;bottom:calc(-1 * var(--ugs-hdr-dir-active-off, 8px));height:var(--ugs-hdr-dir-active-w,2px);background:var(--ugs-hdr-dir-active,#b5764a);transform:scaleX(0);transform-origin:center;transition:transform .22s ease;pointer-events:none}.ugs-hdr__item--mega-directory>.ugs-hdr__link[aria-expanded="true"]::after{transform:scaleX(1)}@media (max-width:1440px){.ugs-hdr-mega--dir-hide-1440 .ugs-hdr-dir__features{display:none}}@media (max-width:1280px){.ugs-hdr-mega--dir-hide-1280 .ugs-hdr-dir__features{display:none}.ugs-hdr-dir__feature{flex-basis:min(var(--ugs-hdr-dir-feat-w, 420px), 34vw);width:min(var(--ugs-hdr-dir-feat-w, 420px), 34vw)}.ugs-hdr-dir__features .ugs-hdr-dir__feature+.ugs-hdr-dir__feature{display:none}}@media (max-width:1024px){.ugs-hdr-mega--dir .ugs-hdr-mega__inner.ugs-hdr-dir{padding-inline:var(--ugs-hdr-pad-x,24px)}}.ugs-hdr-panel .ugs-hdr-pmega{display:flex;flex-direction:column;gap:var(--ugs-hdr-pm-group-gap,18px);padding:0}.ugs-hdr-panel .ugs-hdr-pmega>:last-child{margin-bottom:16px}.ugs-hdr-panel__item--mega.is-open>.ugs-hdr-pmega{max-height:none}.ugs-hdr-panel .ugs-hdr-pmega__all{display:inline-block;align-self:flex-start;padding:4px 0 2px!important;font-family:var(--ugs-hdr-pm-ff-head,var(--ugs-hdr-ff-dirhead,var(--ugs-hdr-ff-panelsub,inherit)));font-size:12px;line-height:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ugs-hdr-pm-all,#1a1410)!important;border-bottom:1px solid currentColor;text-decoration:none!important}.ugs-hdr-pmega__group{display:flex;flex-direction:column;gap:6px;min-width:0}.ugs-hdr-panel .ugs-hdr-pmega__head{margin:0;font-family:var(--ugs-hdr-pm-ff-head,var(--ugs-hdr-ff-dirhead,inherit));font-size:11px;line-height:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ugs-hdr-pm-head,#1a1410)!important}.ugs-hdr-panel .ugs-hdr-pmega__links{display:grid;grid-template-columns:repeat(var(--ugs-hdr-pm-cols,1),minmax(0,1fr));column-gap:16px;row-gap:var(--ugs-hdr-pm-link-gap,6px);margin:0;padding:0;list-style:none}.ugs-hdr-panel .ugs-hdr-pmega__links li{margin:0;padding:0;list-style:none;min-width:0}.ugs-hdr-panel .ugs-hdr-pmega__links a{display:block;padding:4px 0;font-family:var(--ugs-hdr-pm-ff-link,var(--ugs-hdr-ff-dirlink,var(--ugs-hdr-ff-panelsub,inherit)));font-size:15px;line-height:22px;letter-spacing:0;color:var(--ugs-hdr-pm-link,#5c4a40)!important;text-decoration:none!important;overflow-wrap:anywhere}.ugs-hdr-pmega__features{display:flex;flex-direction:column;gap:20px}.ugs-hdr-pmega__feature{display:flex;flex-direction:column;align-items:flex-start;gap:8px;min-width:0}.ugs-hdr-panel .ugs-hdr-pmega__eyebrow{margin:0;font-family:var(--ugs-hdr-pm-ff-head,var(--ugs-hdr-ff-dirhead,inherit));font-size:11px;line-height:16px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--ugs-hdr-pm-head,#1a1410)!important}.ugs-hdr-panel .ugs-hdr-pmega__media{display:block;width:100%;overflow:hidden;aspect-ratio:var(--ugs-hdr-dir-ratio,auto);border-radius:var(--ugs-hdr-dir-img-radius,0);background:var(--ugs-hdr-dir-img-bg,#f2f2f2);line-height:0}.ugs-hdr-panel .ugs-hdr-pmega__media img{display:block;width:100%;height:100%;object-fit:cover}.ugs-hdr-panel .ugs-hdr-pmega__title{margin:0;font-size:15px;line-height:20px;color:var(--ugs-hdr-pm-text,#1a1410)!important}.ugs-hdr-panel .ugs-hdr-pmega__text{margin:0;font-family:var(--ugs-hdr-pm-ff-text,var(--ugs-hdr-ff-dirtext,inherit));font-size:13px;line-height:18px;color:var(--ugs-hdr-pm-text,#1a1410)!important}.ugs-hdr-panel .ugs-hdr-pmega__btn{width:100%}.ugs-hdr-panel .ugs-hdr-panel__sub.ugs-hdr-pmega a.ugs-hdr-pmega__btn,.ugs-hdr-panel .ugs-hdr-panel__sub.ugs-hdr-pmega a.ugs-hdr-pmega__btn:hover{color:var(--ugs-hdr-dir-btn-fg,#ffffff)!important}.ugs-hdr-panel .ugs-hdr-panel__sub.ugs-hdr-pmega a.ugs-hdr-pmega__all{color:var(--ugs-hdr-pm-all,#1a1410)!important}.ugs-hdr-panel .ugs-hdr-panel__sub.ugs-hdr-pmega .ugs-hdr-pmega__links a{color:var(--ugs-hdr-pm-link,#5c4a40)!important}.ugs-hdr-panel .ugs-hdr-panel__sub.ugs-hdr-pmega a.ugs-hdr-pmega__media{padding:0!important}@media (max-width:900px){.ugs-hdr--mbar-search .ugs-hdr__icons .ugs-hdr__icon--search,.ugs-hdr--mbar-account .ugs-hdr__icons .ugs-hdr__icon--account,.ugs-hdr--mbar-cart .ugs-hdr__icons .ugs-hdr__icon--cart,.ugs-hdr--mbar-wishlist .ugs-hdr__icons .ugs-hdr__icon--wishlist{display:flex!important}.ugs-hdr--mbar-search .ugs-hdr__icons,.ugs-hdr--mbar-account .ugs-hdr__icons,.ugs-hdr--mbar-cart .ugs-hdr__icons,.ugs-hdr--mbar-wishlist .ugs-hdr__icons{gap:var(--ugs-hdr-mbar-gap,12px)}}