:root{--cedars-nav-gold:#c5a47e;--cedars-nav-gold-bright:#d7b98e;--cedars-nav-black:#101318;--cedars-nav-black-soft:#15191e;--cedars-nav-white:#fff}body.cedars-navigation-active .site-header,body.cedars-navigation-active header#masthead,body.cedars-navigation-active .ast-primary-header-bar,body.cedars-navigation-active .main-header-bar-wrap,body.cedars-navigation-active .ast-mobile-header-wrap{display:none !important}body.cedars-navigation-active{padding-top:92px}.cedars-nav,.cedars-nav *,.cedars-nav *:before,.cedars-nav *:after{box-sizing:border-box}.cedars-nav{position:relative;z-index:99990;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.cedars-nav__bar{position:fixed;top:0;left:0;right:0;z-index:99992;height:92px;border-bottom:1px solid rgba(197,164,126,.22);background:rgba(16,19,24,.98);box-shadow:0 10px 30px rgba(0,0,0,.08)}.admin-bar .cedars-nav__bar{top:32px}.cedars-nav__inner{width:min(1400px, calc(100% - 64px));height:100%;margin:0 auto;display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(54px,1fr);align-items:center;gap:32px}.cedars-nav__brand{display:inline-flex;align-items:center;justify-self:start;min-width:0;text-decoration:none}.cedars-nav__logo-image{display:block;width:auto;max-width:215px;max-height:62px;object-fit:contain}.cedars-nav__desktop{display:flex;align-items:center;justify-content:center;gap:3px;height:100%}.cedars-nav__desktop-group{position:relative;height:100%;display:flex;align-items:center}.cedars-nav__desktop-link{position:relative;display:inline-flex;align-items:center;gap:8px;height:100%;padding:0 15px;border:0;background:0 0;color:var(--cedars-nav-gold);font:inherit;font-size:11px;font-weight:700;line-height:1;letter-spacing:.7px;text-transform:uppercase;text-decoration:none;white-space:nowrap;cursor:pointer;transition:color .22s ease}.cedars-nav__desktop-link:after{content:"";position:absolute;left:15px;right:15px;bottom:20px;height:1px;background:var(--cedars-nav-gold-bright);transform:scaleX(0);transform-origin:left center;transition:transform .22s ease}.cedars-nav__desktop-link:hover,.cedars-nav__desktop-link:focus-visible,.cedars-nav__desktop-group.is-open>.cedars-nav__desktop-link{color:#fff}.cedars-nav__desktop-link:hover:after,.cedars-nav__desktop-link:focus-visible:after,.cedars-nav__desktop-group.is-open>.cedars-nav__desktop-link:after{transform:scaleX(1)}.cedars-nav__chevron{width:6px;height:6px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg) translateY(-2px);transition:transform .22s ease}.cedars-nav__desktop-group.is-open .cedars-nav__chevron{transform:rotate(225deg) translate(-1px,-1px)}.cedars-nav__dropdown{position:absolute;top:calc(100% - 8px);left:50%;z-index:10;width:285px;padding:22px;border:1px solid rgba(197,164,126,.25);background:#0d1014;box-shadow:0 24px 50px rgba(0,0,0,.3);opacity:0;visibility:hidden;transform:translate(-50%,10px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.cedars-nav__desktop-group:hover .cedars-nav__dropdown,.cedars-nav__desktop-group.is-open .cedars-nav__dropdown{opacity:1;visibility:visible;transform:translate(-50%,0)}.cedars-nav__dropdown-label{margin-bottom:13px;padding-bottom:13px;border-bottom:1px solid rgba(255,255,255,.11);color:var(--cedars-nav-gold);font-size:9px;font-weight:700;letter-spacing:1.45px;text-transform:uppercase}.cedars-nav__dropdown a{display:flex;align-items:center;min-height:42px;padding:9px 5px;border-bottom:1px solid rgba(255,255,255,.08);color:rgba(255,255,255,.76);font-size:13px;line-height:1.4;text-decoration:none;transition:color .2s ease,padding-left .2s ease}.cedars-nav__dropdown a:last-child{border-bottom:0}.cedars-nav__dropdown a:hover,.cedars-nav__dropdown a:focus-visible{padding-left:10px;color:var(--cedars-nav-gold-bright)}.cedars-nav__menu-button{display:none;justify-self:end;align-items:center;gap:11px;min-height:46px;padding:0 15px;border:1px solid rgba(197,164,126,.38);background:0 0;color:var(--cedars-nav-gold);cursor:pointer}.cedars-nav__menu-label{font-size:9px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase}.cedars-nav__menu-icon{position:relative;width:20px;height:14px}.cedars-nav__menu-icon span{position:absolute;left:0;width:20px;height:1px;background:currentColor}.cedars-nav__menu-icon span:first-child{top:3px}.cedars-nav__menu-icon span:last-child{bottom:3px}.cedars-nav__overlay{position:fixed;inset:0;z-index:99993;background:rgba(7,9,12,.62);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.cedars-nav__drawer{position:fixed;top:0;right:0;z-index:99994;width:min(440px,100vw);height:100dvh;display:grid;grid-template-rows:auto 1fr auto;background:var(--cedars-nav-black);color:#fff;transform:translateX(100%);transition:transform .3s cubic-bezier(.22,.61,.36,1);box-shadow:-20px 0 60px rgba(0,0,0,.2)}.admin-bar .cedars-nav__drawer{top:32px;height:calc(100dvh - 32px)}.cedars-nav.is-open .cedars-nav__overlay{opacity:1;visibility:visible}.cedars-nav.is-open .cedars-nav__drawer{transform:translateX(0)}.cedars-nav__drawer-head{min-height:82px;padding:0 28px;border-bottom:1px solid rgba(197,164,126,.18);display:flex;align-items:center;justify-content:space-between}.cedars-nav__drawer-logo{display:block;width:auto;max-width:190px;max-height:55px;object-fit:contain}.cedars-nav__drawer-close{position:relative;width:42px;height:42px;border:1px solid rgba(197,164,126,.38);background:0 0;color:var(--cedars-nav-gold);cursor:pointer}.cedars-nav__drawer-close span{position:absolute;top:50%;left:50%;width:18px;height:1px;background:currentColor}.cedars-nav__drawer-close span:first-child{transform:translate(-50%,-50%) rotate(45deg)}.cedars-nav__drawer-close span:last-child{transform:translate(-50%,-50%) rotate(-45deg)}.cedars-nav__drawer-body{min-height:0;overflow-y:auto;padding:22px 28px 28px;overscroll-behavior:contain}.cedars-nav__mobile-primary,.cedars-nav__mobile-toggle{width:100%;min-height:62px;display:flex;align-items:center;justify-content:space-between;border:0;border-bottom:1px solid rgba(255,255,255,.11);padding:0;background:0 0;color:#fff;font:inherit;font-family:Georgia,"Times New Roman",serif;font-size:22px;line-height:1.25;text-align:left;text-decoration:none;cursor:pointer}.cedars-nav__mobile-plus{position:relative;width:18px;height:18px;flex:0 0 18px}.cedars-nav__mobile-plus:before,.cedars-nav__mobile-plus:after{content:"";position:absolute;top:50%;left:50%;background:var(--cedars-nav-gold);transform:translate(-50%,-50%);transition:transform .22s ease}.cedars-nav__mobile-plus:before{width:16px;height:1px}.cedars-nav__mobile-plus:after{width:1px;height:16px}.cedars-nav__mobile-group.is-open .cedars-nav__mobile-plus:after{transform:translate(-50%,-50%) rotate(90deg)}.cedars-nav__mobile-submenu{overflow:hidden;max-height:0;transition:max-height .28s ease}.cedars-nav__mobile-group.is-open .cedars-nav__mobile-submenu{max-height:280px}.cedars-nav__mobile-submenu a{display:block;padding:12px 0 12px 18px;border-bottom:1px solid rgba(255,255,255,.07);color:rgba(255,255,255,.66);font-size:13px;line-height:1.45;text-decoration:none;transition:color .2s ease,padding-left .2s ease}.cedars-nav__mobile-submenu a:hover,.cedars-nav__mobile-submenu a:focus-visible{padding-left:24px;color:var(--cedars-nav-gold-bright)}.cedars-nav__drawer-footer{padding:24px 28px 28px;border-top:1px solid rgba(197,164,126,.18);background:#0d1014}.cedars-nav__drawer-meta{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:18px;color:rgba(255,255,255,.48);font-size:9px;font-weight:700;letter-spacing:1.1px;text-transform:uppercase}.cedars-nav__drawer-meta a{color:var(--cedars-nav-gold);text-decoration:none}.cedars-nav__drawer-cta{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 18px;background:var(--cedars-nav-gold);color:#111;font-size:10px;font-weight:700;letter-spacing:1.05px;text-transform:uppercase;text-decoration:none}@media (max-width:1180px){body.cedars-navigation-active{padding-top:80px}.cedars-nav__bar{height:80px}.cedars-nav__inner{width:calc(100% - 42px);grid-template-columns:1fr auto;gap:20px}.cedars-nav__desktop{display:none}.cedars-nav__menu-button{display:inline-flex}.cedars-nav__logo-image{max-width:190px;max-height:54px}}@media (max-width:782px){.admin-bar .cedars-nav__bar{top:46px}.admin-bar .cedars-nav__drawer{top:46px;height:calc(100dvh - 46px)}}@media (max-width:680px){body.cedars-navigation-active{padding-top:72px}.cedars-nav__bar{height:72px}.cedars-nav__inner{width:calc(100% - 28px);gap:12px}.cedars-nav__logo-image{max-width:158px;max-height:46px}.cedars-nav__menu-button{min-height:42px;padding:0 12px}.cedars-nav__drawer{width:100vw}.cedars-nav__drawer-head,.cedars-nav__drawer-body,.cedars-nav__drawer-footer{padding-left:22px;padding-right:22px}.cedars-nav__mobile-primary,.cedars-nav__mobile-toggle{min-height:58px;font-size:20px}}body.cedars-nav-locked{overflow:hidden !important}@media (prefers-reduced-motion:reduce){.cedars-nav *,.cedars-nav *:before,.cedars-nav *:after{transition:none !important;animation:none !important}}