:root{--es-bg:#1a1a2e;--es-bg-scroll:#12122a;--es-accent:#e94560;--es-accent-hover:#ff6b81;--es-text:#ffffff;--es-text-muted:rgba(255,255,255,0.72);--es-border:rgba(255,255,255,0.08);--es-shadow:0 4px 24px rgba(0,0,0,0.45);--es-transition:0.25s ease;--es-header-h:70px;--es-header-h-sm:60px;--es-radius:6px}#es-custom-header *,#es-custom-header *::before,#es-custom-header *::after{box-sizing:border-box;margin:0;padding:0}.site-header.ast-primary-header-bar,.site-header,#masthead,.ast-site-header-wrap,.main-header-bar,.main-header-bar-wrap{display:none!important;height:0!important;overflow:hidden!important}.learndash-wrapper .site-header,.learndash-wrapper #masthead{display:block!important;height:auto!important}#es-custom-header{position:fixed!important;top:0!important;left:0!important;width:100%!important;height:var(--es-header-h);background:var(--es-bg)!important;border-bottom:1px solid var(--es-border);box-shadow:var(--es-shadow);z-index:999999!important;transition:background var(--es-transition),height var(--es-transition),box-shadow var(--es-transition);font-family:inherit!important}#es-custom-header.es-scrolled{height:var(--es-header-h-sm);background:var(--es-bg-scroll)!important;box-shadow:0 6px 30px rgb(0 0 0 / .6)}#es-custom-header .es-header-inner{max-width:1280px;margin:0 auto;height:100%;display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 28px;gap:24px}#es-custom-header .es-logo{flex-shrink:0;display:flex;align-items:center;text-decoration:none!important}#es-custom-header .es-logo img{height:42px;width:auto;display:block;transition:opacity var(--es-transition),height var(--es-transition)}#es-custom-header.es-scrolled .es-logo img{height:36px}#es-custom-header .es-logo:hover img{opacity:.82}#es-custom-header .es-search-wrap{display:flex;align-items:center;justify-content:center;width:100%}#es-custom-header .es-search-form{display:flex;align-items:center;width:100%;max-width:420px;background:rgb(255 255 255 / .07);border:1px solid var(--es-border);border-radius:24px;overflow:hidden;transition:background var(--es-transition),border-color var(--es-transition)}#es-custom-header .es-search-form:focus-within{background:rgb(255 255 255 / .12);border-color:rgb(255 255 255 / .22)}#es-custom-header .es-search-form input[type="text"],#es-custom-header .es-search-form input[type="search"]{flex:1;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;color:var(--es-text)!important;font-size:0.875rem!important;padding:8px 14px!important;min-width:0;font-family:inherit!important}#es-custom-header .es-search-form input::placeholder{color:var(--es-text-muted)}#es-custom-header .es-search-form button{background:transparent!important;border:none!important;cursor:pointer;display:flex;align-items:center;justify-content:center;min-width:44px;min-height:44px;padding:0 10px;color:var(--es-text-muted);transition:color var(--es-transition)}#es-custom-header .es-search-form button:hover,#es-custom-header .es-search-form button:focus-visible{color:var(--es-text)}#es-custom-header .es-search-form svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}#es-custom-header .es-nav{display:flex;align-items:center;list-style:none!important;gap:2px;margin:0!important;padding:0!important}#es-custom-header .es-nav li{position:relative;list-style:none!important}#es-custom-header .es-nav li a{display:inline-flex;align-items:center;padding:8px 13px;min-height:44px;color:var(--es-text-muted)!important;text-decoration:none!important;font-size:0.9rem!important;font-weight:500!important;letter-spacing:.02em;border-radius:var(--es-radius);transition:color var(--es-transition),background var(--es-transition);white-space:nowrap;font-family:inherit!important}#es-custom-header .es-nav li a:hover,#es-custom-header .es-nav li a:focus-visible{color:var(--es-text)!important;background:rgb(255 255 255 / .07)}#es-custom-header .es-nav li.es-active>a{color:var(--es-text)!important;background:rgb(233 69 96 / .14);border-bottom:2px solid var(--es-accent);padding-bottom:6px}#es-custom-header .es-nav li.es-has-dropdown>a::after{content:"";display:inline-block;width:0;height:0;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:4px solid currentColor;margin-left:6px;opacity:.7;transition:transform var(--es-transition)}#es-custom-header .es-nav li.es-has-dropdown:hover>a::after,#es-custom-header .es-nav li.es-has-dropdown.es-dropdown-open>a::after{transform:rotate(180deg)}#es-custom-header .es-dropdown{display:none;position:absolute;top:calc(100% + 8px);right:-60px;width:580px;background:#1e1e38;border:1px solid var(--es-border);border-radius:10px;box-shadow:0 12px 40px rgb(0 0 0 / .55);padding:20px 24px 18px;z-index:1000000;animation:esDropIn 0.18s ease forwards}@keyframes esDropIn{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}#es-custom-header .es-nav li.es-has-dropdown:hover .es-dropdown,#es-custom-header .es-nav li.es-has-dropdown:focus-within .es-dropdown{display:block}#es-custom-header .es-nav li.es-has-dropdown.es-dropdown-open .es-dropdown{display:block}#es-custom-header .es-nav li.es-has-dropdown>a::before{content:"";position:absolute;bottom:-8px;left:0;width:100%;height:8px}#es-custom-header .es-dropdown-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--es-border)}#es-custom-header .es-dropdown-header span{font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--es-accent)}#es-custom-header .es-dropdown-header a.es-view-all{font-size:0.8rem!important;color:var(--es-text-muted)!important;text-decoration:none!important;padding:0!important;background:none!important;border-radius:0!important;min-height:auto!important;transition:color var(--es-transition)}#es-custom-header .es-dropdown-header a.es-view-all:hover{color:var(--es-accent)!important;background:none!important}#es-custom-header .es-dropdown-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:4px 10px;list-style:none!important;margin:0!important;padding:0!important}#es-custom-header .es-dropdown-grid li{list-style:none!important}#es-custom-header .es-dropdown-grid li a{display:flex!important;align-items:center!important;gap:7px;padding:7px 9px!important;min-height:36px!important;color:var(--es-text-muted)!important;font-size:0.835rem!important;font-weight:400!important;border-radius:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-decoration:none!important;transition:background var(--es-transition),color var(--es-transition);letter-spacing:0;border-bottom:none!important}#es-custom-header .es-dropdown-grid li a:hover{background:rgb(233 69 96 / .12)!important;color:var(--es-text)!important}#es-custom-header .es-dropdown-grid li a .es-dot{width:6px;height:6px;border-radius:50%;background:var(--es-accent);flex-shrink:0;opacity:.7}#es-custom-header .es-dropdown-footer{margin-top:14px;padding-top:12px;border-top:1px solid var(--es-border);text-align:center}#es-custom-header .es-dropdown-footer a{display:inline-flex!important;align-items:center;gap:6px;font-size:0.84rem!important;font-weight:600!important;color:var(--es-accent)!important;text-decoration:none!important;padding:8px 20px!important;border-radius:20px;border:1px solid rgb(233 69 96 / .35);background:rgb(233 69 96 / .08);transition:background var(--es-transition),border-color var(--es-transition);min-height:44px!important}#es-custom-header .es-dropdown-footer a:hover{background:rgb(233 69 96 / .18)!important;border-color:rgb(233 69 96 / .6);color:var(--es-accent-hover)!important}#es-custom-header .es-mobile-search-row{display:none!important}#es-custom-header .es-hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;cursor:pointer;padding:8px;border-radius:var(--es-radius);background:rgb(255 255 255 / .07);border:1px solid var(--es-border);flex-shrink:0;transition:background var(--es-transition)}#es-custom-header .es-hamburger:hover,#es-custom-header .es-hamburger:focus-visible{background:rgb(255 255 255 / .14);outline:none}#es-custom-header .es-hamburger span{display:block;height:2px;background:var(--es-text);border-radius:2px;transition:transform 0.3s ease,opacity 0.3s ease}#es-custom-header.es-menu-open .es-hamburger span:nth-child(1){transform:translateY(7px) rotate(45deg)}#es-custom-header.es-menu-open .es-hamburger span:nth-child(2){opacity:0}#es-custom-header.es-menu-open .es-hamburger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}body{padding-top:var(--es-header-h)!important}body.learndash-course-page-template,body.ld-topic-page-template,body.ld-lesson-page-template,body.single-sfwd-lessons,body.single-sfwd-topic{padding-top:0!important}@media (max-width:1024px){#es-custom-header .es-dropdown{width:420px;right:0}#es-custom-header .es-dropdown-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){#es-custom-header .es-header-inner{grid-template-columns:auto 1fr auto;gap:12px;padding:0 20px}#es-custom-header .es-header-inner>nav{overflow:hidden;min-width:0}#es-custom-header .es-search-wrap{display:none}#es-custom-header .es-hamburger{display:flex}#es-custom-header .es-nav{display:none;position:absolute;top:var(--es-header-h);left:0;width:100%;flex-direction:column;align-items:stretch;gap:0;background:var(--es-bg-scroll);border-top:1px solid var(--es-border);padding:8px 0 20px;box-shadow:0 8px 24px rgb(0 0 0 / .55);z-index:999998;max-height:calc(100vh - var(--es-header-h));overflow-y:auto;-webkit-overflow-scrolling:touch}#es-custom-header.es-scrolled .es-nav{top:var(--es-header-h-sm);max-height:calc(100vh - var(--es-header-h-sm))}#es-custom-header.es-menu-open .es-nav{display:flex}#es-custom-header .es-nav li a{padding:12px 24px!important;border-radius:0!important;font-size:1rem!important;border-bottom:none!important;min-height:48px!important}#es-custom-header .es-nav li.es-active>a{border-bottom:none!important;border-left:3px solid var(--es-accent);padding-left:21px!important;background:rgb(233 69 96 / .1)}#es-custom-header .es-mobile-search-row{display:flex!important;padding:12px 20px 4px;order:-1}#es-custom-header .es-mobile-search-row .es-search-form{max-width:100%;width:100%}#es-custom-header .es-dropdown{display:none!important}#es-custom-header .es-nav li.es-has-dropdown>a::after{display:none!important}#es-custom-header .es-nav li.es-has-dropdown>a::before{display:none!important}#es-custom-header .es-nav li.es-active>a{padding-bottom:12px!important}}@media (max-width:380px){:root{--es-header-h:62px;--es-header-h-sm:54px}#es-custom-header .es-header-inner{padding:0 14px;gap:8px}#es-custom-header .es-logo img{height:34px}#es-custom-header.es-scrolled .es-logo img{height:28px}#es-custom-header .es-hamburger{width:40px;height:40px}}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo,.learndash-wrapper .ld-focus .ld-focus-header{background:#1a1a2e!important}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions,.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{border-left:none!important;border-right:none!important}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{border-left:none!important;border-right:none!important}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{text-align:center!important}