.programs-page{min-height:100vh;background-color:#090e17}.programs-nav-header{display:flex;flex-direction:column;width:100%;padding:16px var(--page-gutter);position:fixed;top:0;left:0;right:0;z-index:1000;background-color:#090e17;overflow:hidden}.programs-nav-header:before{left:-200px;background-color:#fe5621;opacity:.35}.programs-nav-header:after,.programs-nav-header:before{content:"";position:absolute;top:-150px;width:400px;height:400px;border-radius:50%;filter:blur(150px);pointer-events:none}.programs-nav-header:after{right:-200px;background-color:#6b2f9c;opacity:.5}.programs-nav-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:var(--content-max-width);margin:0 auto;position:relative}.programs-nav-menu-wrapper{position:absolute;left:50%;transform:translateX(-50%)}.programs-nav-logo-link{display:flex;align-items:center;gap:8px;text-decoration:none;min-width:140px;margin-left:100px}.programs-nav-logo-img{width:52px;height:52px}.programs-nav-menu{display:flex;align-items:center;gap:48px;list-style:none;margin:0;padding:0}.programs-nav-menu li{list-style:none}.programs-nav-link{font-family:Inter,Helvetica;font-weight:500;color:#fff;font-size:16px;text-decoration:none;transition:color .2s ease;white-space:nowrap}.programs-nav-link-active,.programs-nav-link:hover{color:#fe5621}.programs-nav-cta-btn{padding:15px 32px 14px;background:#fe5621;border-radius:100px;border:none;font-family:Inter,Helvetica;font-weight:500;color:#090e17;font-size:16px;cursor:pointer;transition:background-color .2s ease;min-width:150px;text-align:center;margin-left:100px}.programs-nav-cta-btn:hover{background:#e54d1d;transform:translateY(-2px);box-shadow:0 4px 12px rgba(254,86,33,.3)}.programs-nav-cta-btn:active{transform:translateY(0);box-shadow:none}.programs-hero{position:relative;width:100%;min-height:600px;background-color:#031021;padding-top:148px;padding-bottom:60px;display:flex;flex-direction:column;align-items:center;overflow:hidden}.programs-hero-bg-image{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center 35%;object-position:center 35%;z-index:0}.programs-hero-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,rgba(3,16,33,.6),rgba(3,16,33,.75));z-index:1}.programs-hero-content{position:relative;z-index:2;display:flex;flex-direction:column;width:938px;max-width:calc(100% - 80px);align-items:center;gap:16px}.programs-hero-badge-box{display:inline-flex;align-items:center;padding:4px 8px;background-color:rgba(254,86,33,.1);border-radius:6px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.programs-hero-badge-text{font-family:Inter,Helvetica;font-weight:500;color:#fe5621;font-size:14px;letter-spacing:-.5px;line-height:21px}.programs-hero-title{width:586px;max-width:100%;font-family:Inter,Helvetica;font-weight:600;font-size:64px;text-align:center;letter-spacing:-3px;line-height:73px;margin:0}.programs-title-white{color:#fff}.programs-title-orange{color:#fe5621}.programs-hero-subtitle{font-family:Inter,Helvetica;font-weight:400;color:#fff;font-size:16px;text-align:center;letter-spacing:-.16px;line-height:27px;max-width:610px;margin:0}.programs-content-section{background-color:#f9f9fb;padding:60px var(--page-gutter) 80px;width:100%}.programs-content-section>*{max-width:var(--content-max-width);margin-left:auto;margin-right:auto}.programs-search-filter-bar{display:flex;align-items:center;gap:8px;width:100%;margin-bottom:24px}.programs-search-input-wrapper{position:relative;flex:1;height:56px;background-color:#fff;border-radius:16px;overflow:hidden;border:1px solid #e7e7e7}.programs-search-icon{position:absolute;top:50%;left:16px;transform:translateY(-50%);width:20px;height:20px;color:#7a808d}.programs-search-input{width:100%;height:100%;padding:0 16px 0 44px;border:none;outline:none;font-family:Inter,Helvetica;font-weight:400;font-size:16px;color:#1a1a2e;background:transparent}.programs-search-input::-moz-placeholder{color:#7a808d}.programs-search-input::placeholder{color:#7a808d}.programs-search-input:focus{outline:none}.programs-filter-button{display:flex;align-items:center;justify-content:center;gap:8px;width:119px;height:56px;background-color:#101c2c;border-radius:16px;border:none;cursor:pointer;transition:background-color .2s ease;font-family:Inter,Helvetica;font-weight:400;font-size:16px;color:#fff;letter-spacing:-.32px}.programs-filter-button:hover{background:#2a2a3e}.programs-filter-button.active{background:#2d1b69}.programs-search-clear{position:absolute;right:14px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:22px;color:#7a808d;cursor:pointer;padding:0 4px;line-height:1}.programs-search-clear:hover{color:#333}.programs-filter-button-wrapper{position:relative}.programs-filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;border-radius:10px;background:#e86833;color:#fff;font-size:12px;font-weight:600;padding:0 6px}.programs-filter-panel{position:absolute;top:calc(100% + 8px);right:0;width:360px;background:#fff;border-radius:16px;border:1px solid #e7e7e7;box-shadow:0 12px 40px rgba(0,0,0,.12);padding:24px;z-index:100}.programs-filter-panel .filter-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;gap:8px}.programs-filter-panel .filter-panel-title{font-family:Bricolage Grotesque,sans-serif;font-size:18px;font-weight:700;color:#1a1a1a}.programs-filter-panel .filter-panel-clear{background:none;border:none;font-size:13px;color:#e86833;font-weight:600;cursor:pointer;font-family:inherit}.programs-filter-panel .filter-panel-clear:hover{text-decoration:underline}.programs-filter-panel .filter-panel-section{margin-bottom:20px}.programs-filter-panel .filter-panel-label{font-size:13px;font-weight:600;color:#555;text-transform:uppercase;letter-spacing:.5px;margin-bottom:10px}.programs-filter-panel .filter-panel-sort-options{display:grid;grid-template-columns:1fr 1fr;gap:8px}.programs-filter-panel .filter-sort-option{padding:8px 14px;border:1px solid #e7e7e7;border-radius:8px;background:#fff;font-size:14px;font-weight:500;color:#555;cursor:pointer;transition:all .15s;font-family:inherit;text-align:center}.programs-filter-panel .filter-sort-option:hover{border-color:#ccc;color:#1a1a1a}.programs-filter-panel .filter-sort-option.active{background:#2d1b69;color:#fff;border-color:#2d1b69}.programs-filter-panel .filter-panel-topics{display:flex;flex-wrap:wrap;gap:8px}.programs-filter-panel .filter-topic-chip{padding:6px 14px;border:1px solid #e7e7e7;border-radius:20px;background:#fff;font-size:13px;font-weight:500;color:#555;cursor:pointer;transition:all .15s;font-family:inherit}.programs-filter-panel .filter-topic-chip:hover{border-color:#ccc;color:#1a1a1a}.programs-filter-panel .filter-topic-chip.active{background:#f3f0f8;color:#6b3fa0;border-color:#6b3fa0}.programs-filter-panel .filter-panel-apply{width:100%;padding:12px;background:#101c2c;color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:background .2s;font-family:inherit;margin-top:4px}.programs-filter-panel .filter-panel-apply:hover{background:#1a2a3e}.programs-active-filters{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:16px}.programs-active-filter-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:#f3f0f8;color:#6b3fa0;border-radius:20px;font-size:13px;font-weight:500}.programs-active-filter-chip button{background:none;border:none;color:#6b3fa0;font-size:16px;cursor:pointer;padding:0;line-height:1;font-weight:700}.programs-active-filter-chip button:hover{color:#4a2875}.programs-clear-all-link{background:none;border:none;color:#e86833;font-size:13px;font-weight:600;cursor:pointer;font-family:inherit}.programs-clear-all-link:hover{text-decoration:underline}.programs-results-info{font-size:14px;color:#7a808d;margin-bottom:20px}.programs-no-results{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center;color:#888}.programs-no-results svg{color:#ccc;margin-bottom:16px}.programs-no-results h3{font-family:Bricolage Grotesque,sans-serif;font-size:22px;font-weight:700;color:#1a1a1a;margin-bottom:8px}.programs-no-results p{font-size:15px;color:#666;margin-bottom:20px}.programs-no-results-clear{padding:10px 24px;background:#2d1b69;color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;font-family:inherit}.programs-no-results-clear:hover{background:#3d2b7a}.programs-filter-tabs{display:flex;gap:32px;border-bottom:1px solid #e0e0e0;margin-bottom:40px;width:100%;padding-bottom:0}.programs-filter-tab{background:none;border:none;font-family:Inter,Helvetica;font-size:14px;font-weight:500;color:#666d80;padding:12px 0;cursor:pointer;position:relative;transition:color .2s ease}.programs-filter-tab.active,.programs-filter-tab:hover{color:#1a1a2e}.programs-filter-tab.active:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:2px;background:#fe5621}.programs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%;margin-top:0!important;padding-top:0!important}.programs-grid .frame-wrapper-2{width:100%;min-height:480px}.events-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;width:100%;margin-top:24px}.event-card{background:linear-gradient(135deg,#1a1525,#3d1f5c);backdrop-filter:blur(9.05px) brightness(100%);-webkit-backdrop-filter:blur(9.05px) brightness(100%);border-radius:32px;overflow:hidden;position:relative;width:100%;height:100%;display:flex;flex-direction:column}.event-card:before{content:"";position:absolute;inset:0;padding:1px;border-radius:32px;background:linear-gradient(135deg,hsla(0,0%,100%,.3),rgba(107,47,156,.5));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;-webkit-mask-composite:xor;pointer-events:none}.event-card-inner{display:flex;flex-direction:column;height:100%}.event-image-container{position:relative;width:100%;overflow:hidden;flex-shrink:0;aspect-ratio:3/1}.event-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;background-color:#1a1525}.event-card-body{display:flex;flex-direction:column;flex:1;padding:0}.event-credits-row{padding:16px 20px 12px;justify-content:space-between}.event-credits-left,.event-credits-row{display:flex;align-items:center;gap:8px}.event-credit-badge{background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;padding:4px 10px;border-radius:4px;font-family:Inter,Helvetica;font-size:11px;font-weight:600;text-transform:uppercase}.event-credits-text{color:#ff6b35;font-family:Inter,Helvetica;font-size:12px;font-weight:500}.event-badge-free{background:linear-gradient(135deg,#6b2f9c,#4a1f70);color:#fff;padding:6px 14px;border-radius:100px;font-family:Inter,Helvetica;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.event-details{display:flex;flex-direction:column;gap:6px;padding:0 20px 12px}.event-detail-item{display:flex;align-items:center;gap:8px;color:#a6aebb;font-family:Inter,Helvetica;font-size:12px;font-weight:400}.event-detail-item svg{flex-shrink:0;color:#a6aebb}.event-view-details-btn{display:flex;align-items:center;justify-content:center;gap:8px;background:#fe5621;color:#fff;padding:14px 24px;margin:auto 20px 20px;border:none;border-radius:8px;font-family:Inter,Helvetica;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.event-view-details-btn:hover{background:#e54d1d;transform:translateY(-2px);box-shadow:0 4px 12px rgba(254,86,33,.3)}.event-view-details-btn:active{transform:translateY(0);box-shadow:none}@media (max-width:1400px){.events-grid,.programs-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.events-grid,.programs-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.programs-grid{grid-template-columns:1fr;gap:20px;justify-items:center;max-width:360px;margin:0 auto}.programs-grid .frame-wrapper-2{min-height:auto;width:100%;max-width:360px}.events-grid{grid-template-columns:1fr;gap:20px;justify-items:center;max-width:360px;margin:0 auto}.event-card{width:100%;max-width:360px}}@media (max-width:768px){.programs-content-section{padding:40px 20px}.events-grid{grid-template-columns:1fr}.programs-hero{min-height:400px;padding-top:100px;padding-bottom:40px;justify-content:flex-start}.programs-hero-content{max-width:calc(100% - 40px);gap:12px}.programs-hero-title{font-size:32px;line-height:1.2;letter-spacing:-1px;width:100%}.programs-title-orange,.programs-title-white{display:inline}.programs-hero-subtitle{font-size:14px;line-height:1.5;padding:0 10px}.programs-search-filter-bar{flex-direction:row;gap:12px}.programs-search-input-wrapper{flex:1;min-width:0}.programs-search-input{padding:12px 12px 12px 44px;font-size:14px}.programs-search-icon{left:14px;width:18px;height:18px}.programs-filter-button{padding:12px 16px;flex-shrink:0}.programs-filter-button span{display:inline}.programs-filter-tabs{display:grid;grid-template-columns:1fr 1fr;gap:0;padding-bottom:0;margin-bottom:24px;width:100%;border-bottom:none}.programs-filter-tab{white-space:nowrap;padding:10px 8px;font-size:12px;text-align:center;border-bottom:1px solid #e0e0e0}.programs-filter-tab.active:after{bottom:-1px}.programs-nav-menu{display:none}}@media (min-width:769px) and (max-width:1024px){.programs-hero{min-height:auto;padding:120px 40px 60px}.programs-hero-title{font-size:38px}.programs-hero-subtitle{font-size:16px;max-width:500px}.programs-content-section{padding:60px 40px}.programs-grid{grid-template-columns:repeat(2,1fr);gap:24px}.frame-wrapper-2{width:100%}.programs-filter-tabs{gap:16px;flex-wrap:wrap;justify-content:center}.programs-filter-tab{padding:10px 20px;font-size:14px}.programs-hero-title{font-size:32px}.programs-filter-panel{width:calc(100vw - 40px);right:-16px}}