.Header-module__hBw1pG__header{width:100%;height:var(--header-height);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;background:#ffffffe6;border-bottom:1px solid #0000000d;align-items:center;transition:all .3s;display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__scrolled{box-shadow:0 4px 20px #0000000d}.Header-module__hBw1pG__container{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;height:100%;margin:0 auto;padding:0 20px;display:flex}.Header-module__hBw1pG__logo{color:var(--primary-color);align-items:center;gap:10px;font-size:1.5rem;font-weight:800;display:flex}.Header-module__hBw1pG__logo span{color:var(--text-primary)}.Header-module__hBw1pG__nav{align-items:center;gap:32px;height:100%;display:flex}.Header-module__hBw1pG__navLink{color:var(--text-secondary);font-size:.95rem;font-weight:500;transition:color .2s;position:relative}.Header-module__hBw1pG__navLink:hover,.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active{color:var(--primary-color)}.Header-module__hBw1pG__navLink:after{content:"";background:var(--secondary-color);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__navLink:hover:after,.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active:after{width:100%}.Header-module__hBw1pG__mobileMenuBtn{cursor:pointer;color:var(--text-primary);z-index:1002;background:0 0;border:none;padding:8px;font-size:1.5rem;transition:color .2s;display:none}.Header-module__hBw1pG__mobileMenuBtn:hover{color:var(--primary-color)}.Header-module__hBw1pG__navItem{align-items:center;height:100%;display:flex;position:relative}.Header-module__hBw1pG__dropdown{opacity:0;visibility:hidden;z-index:100;background:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:column;gap:4px;min-width:220px;padding:12px;transition:all .3s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%);box-shadow:0 10px 25px #0000001a}.Header-module__hBw1pG__navItem:hover .Header-module__hBw1pG__dropdown{opacity:1;visibility:visible}.Header-module__hBw1pG__dropdownItem{color:var(--text-secondary);border-radius:8px;padding:10px 16px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s}.Header-module__hBw1pG__dropdownItem:hover{color:var(--primary-color);background:#fdf2f2}.Header-module__hBw1pG__dropdownSeparator{background:#e5e7eb;height:1px;margin:8px 0}.Header-module__hBw1pG__dropdownHeader{color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px;margin-top:4px;padding:8px 16px;font-size:.75rem;font-weight:700}.Header-module__hBw1pG__dropdownSubItem{padding-left:32px;position:relative}.Header-module__hBw1pG__dropdownSubItem:before{content:"•";color:var(--text-secondary);position:absolute;left:20px}.Header-module__hBw1pG__nestedItems{flex-direction:column;gap:4px;display:flex}.Header-module__hBw1pG__nestedDropdownWrapper{position:relative}.Header-module__hBw1pG__nestedDropdownTrigger{cursor:default;justify-content:space-between;align-items:center;width:100%;position:relative;display:flex!important}.Header-module__hBw1pG__nestedDropdownTrigger:hover .Header-module__hBw1pG__nestedDropdown{opacity:1;visibility:visible}.Header-module__hBw1pG__nestedChevron{color:var(--primary-color);margin-left:auto;padding-left:8px;padding-right:8px;font-size:.7rem;transition:transform .3s;transform:rotate(-90deg)}.Header-module__hBw1pG__nestedDropdownWrapper:hover .Header-module__hBw1pG__nestedChevron{transform:rotate(-90deg)translate(2px)}.Header-module__hBw1pG__nestedDropdown{opacity:0;visibility:hidden;z-index:101;background:#fff;border:1px solid #0000000d;border-radius:12px;flex-direction:column;gap:4px;min-width:200px;margin-left:8px;padding:12px;transition:all .3s;display:flex;position:absolute;top:0;left:100%;box-shadow:0 10px 25px #0000001a}.Header-module__hBw1pG__nestedDropdownWrapper:hover .Header-module__hBw1pG__nestedDropdown{opacity:1;visibility:visible}.Header-module__hBw1pG__chevron{margin-left:6px;font-size:.7rem;transition:transform .3s}.Header-module__hBw1pG__navItem:hover .Header-module__hBw1pG__chevron{transform:rotate(180deg)}@media (max-width:768px){.Header-module__hBw1pG__nav{z-index:1001;background:#fff;flex-direction:column;gap:15px;width:280px;height:100vh;padding:100px 30px 30px;transition:right .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-4px 0 20px #0000001a}.Header-module__hBw1pG__nav.Header-module__hBw1pG__mobileMenuOpen{right:0}.Header-module__hBw1pG__navItem{flex-direction:column;align-items:flex-start;width:100%}.Header-module__hBw1pG__navLink{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;width:100%;padding:10px 0;font-size:1.1rem;display:flex}.Header-module__hBw1pG__navLink:after{display:none}.Header-module__hBw1pG__dropdown{box-shadow:none;opacity:1;visibility:visible;border:none;width:100%;padding:8px 0 8px 15px;display:none;position:static;transform:none}.Header-module__hBw1pG__dropdown.Header-module__hBw1pG__mobileVisible{display:flex}.Header-module__hBw1pG__dropdownItem{border-bottom:1px solid #f9fafb;padding:8px 0;font-size:1rem}.Header-module__hBw1pG__nestedDropdownWrapper{width:100%}.Header-module__hBw1pG__nestedDropdownTrigger{width:100%;padding:8px 0}.Header-module__hBw1pG__nestedChevron{transform:rotate(0)}.Header-module__hBw1pG__nestedDropdown{box-shadow:none;opacity:1;visibility:visible;background:0 0;border:none;width:100%;margin-left:0;padding-left:20px;position:static;top:auto;left:auto}.Header-module__hBw1pG__dropdownSubItem{padding-left:20px}.Header-module__hBw1pG__dropdownSubItem:before{left:8px}.Header-module__hBw1pG__mobileMenuBtn{display:block}}
.LanguageSelector-module__V7wBFG__wrapper{align-items:center;margin-left:20px;display:flex}.LanguageSelector-module__V7wBFG__pillContainer{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:50px;padding:3px;transition:all .3s;display:flex}.LanguageSelector-module__V7wBFG__pillBtn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:50px;align-items:center;gap:6px;padding:6px 12px;font-size:.8rem;font-weight:700;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.LanguageSelector-module__V7wBFG__pillBtn:hover{color:#374151}.LanguageSelector-module__V7wBFG__pillBtn.LanguageSelector-module__V7wBFG__active{color:var(--primary-color,#f26522);background-color:#fff;box-shadow:0 2px 4px #0000000d}.LanguageSelector-module__V7wBFG__flag{font-size:1.1rem;line-height:1}.LanguageSelector-module__V7wBFG__label{letter-spacing:.025em}@media (max-width:900px){.LanguageSelector-module__V7wBFG__wrapper{justify-content:center;margin-bottom:20px;margin-left:0}}
.Footer-module__S6Hkya__footer{color:#fff;background:#032038;padding:80px 0 32px}.Footer-module__S6Hkya__container{max-width:var(--max-width);margin:0 auto;padding:0 20px}.Footer-module__S6Hkya__content{grid-template-columns:1.5fr .8fr .8fr 2.3fr;gap:32px;margin-bottom:60px;display:grid}.Footer-module__S6Hkya__logo{filter:brightness(0)invert();margin-bottom:24px}.Footer-module__S6Hkya__address{color:#9ca3af;margin-top:24px;font-size:.9rem;font-style:normal;line-height:1.6}.Footer-module__S6Hkya__mapContainer{border:1px solid #ffffff1a;border-radius:8px;width:100%;height:200px;margin-top:16px;overflow:hidden}.Footer-module__S6Hkya__mapFrame{border:0;width:100%;height:100%}.Footer-module__S6Hkya__brand h3{color:#fff;margin-bottom:24px;font-size:1.5rem}.Footer-module__S6Hkya__brand p{color:#9ca3af;margin-bottom:24px;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__column h4{color:#fff;margin-bottom:24px;font-size:1.1rem}.Footer-module__S6Hkya__column ul{list-style:none}.Footer-module__S6Hkya__column li{margin-bottom:12px}.Footer-module__S6Hkya__column a{color:#9ca3af;font-size:.95rem;transition:color .2s}.Footer-module__S6Hkya__column a:hover{color:var(--secondary-color)}.Footer-module__S6Hkya__bottom{text-align:center;color:#6b7280;border-top:1px solid #ffffff1a;padding-top:32px;font-size:.9rem}@media (max-width:1024px){.Footer-module__S6Hkya__content{grid-template-columns:1fr 1fr 1fr;gap:40px}.Footer-module__S6Hkya__brand{grid-column:span 3}}@media (max-width:768px){.Footer-module__S6Hkya__content{grid-template-columns:1fr 1fr}.Footer-module__S6Hkya__brand{grid-column:span 2}}@media (max-width:600px){.Footer-module__S6Hkya__content{grid-template-columns:1fr}.Footer-module__S6Hkya__brand{grid-column:span 1}}.Footer-module__S6Hkya__socialLinks{gap:16px;margin-top:16px;display:flex}.Footer-module__S6Hkya__socialIcon{color:#9ca3af;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex}.Footer-module__S6Hkya__socialIcon:hover{color:var(--secondary-color);transform:translateY(-3px)}
.Hero-module__ZARIfG__hero{height:100vh;min-height:800px;padding-top:var(--header-height);background:linear-gradient(135deg,#fff5f5 0%,#f0f9ff 100%);align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__container{max-width:var(--max-width);z-index:2;width:100%;margin:0 auto;position:relative}.Hero-module__ZARIfG__grid{grid-template-columns:.1fr 1.9fr;align-items:center;gap:60px;display:grid}.Hero-module__ZARIfG__content{max-width:600px}.Hero-module__ZARIfG__tagline{color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:24px;font-size:.9rem;font-weight:700;display:block}.Hero-module__ZARIfG__title{color:var(--text-primary);margin-bottom:24px;font-size:3.6rem;font-weight:800;line-height:1.1}.Hero-module__ZARIfG__description{color:var(--text-secondary);margin-bottom:40px;font-size:1.1rem;line-height:1.7}.Hero-module__ZARIfG__ctaGroup{gap:16px;margin-top:10px;display:flex}.Hero-module__ZARIfG__buttonPrimary{background:var(--primary-color);color:#fff;border-radius:50px;justify-content:center;align-items:center;width:fit-content;padding:18px 36px;font-size:1.05rem;font-weight:700;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;box-shadow:0 4px 15px #eb535333}.Hero-module__ZARIfG__buttonPrimary:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 10px 25px #eb535359}.Hero-module__ZARIfG__sliderSide{aspect-ratio:4/3;width:100%;position:relative}.Hero-module__ZARIfG__sliderFrame{border-radius:30px;width:100%;height:100%;position:relative;overflow:hidden;box-shadow:0 20px 50px #0000001a}.Hero-module__ZARIfG__slide{background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__ZARIfG__sliderDots{z-index:10;gap:12px;display:flex;position:absolute;bottom:24px;left:50%;transform:translate(-50%)}.Hero-module__ZARIfG__dot{cursor:pointer;background:#fff6;border-radius:50%;width:10px;height:10px;transition:all .3s}.Hero-module__ZARIfG__activeDot{background:#fff;border-radius:10px;width:28px}.Hero-module__ZARIfG__navButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:10;background:#fff3;border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Hero-module__ZARIfG__navButton:hover{background:#fff6;transform:translateY(-50%)scale(1.1)}.Hero-module__ZARIfG__prevButton{left:20px}.Hero-module__ZARIfG__nextButton{right:20px}.Hero-module__ZARIfG__shape{filter:blur(80px);z-index:1;opacity:.6;border-radius:50%;position:absolute}.Hero-module__ZARIfG__shape1{background:#eb535326;width:600px;height:600px;top:-100px;right:-100px}.Hero-module__ZARIfG__shape2{background:#f9d92333;width:500px;height:500px;bottom:-50px;left:-100px}@media (max-width:1200px){.Hero-module__ZARIfG__title{font-size:3.8rem}}@media (max-width:1024px){.Hero-module__ZARIfG__grid{gap:40px}.Hero-module__ZARIfG__title{font-size:3.2rem}.Hero-module__ZARIfG__description{font-size:1.15rem}}@media (max-width:842px){.Hero-module__ZARIfG__grid{text-align:center;grid-template-columns:1fr}.Hero-module__ZARIfG__content{max-width:100%;margin:0 auto;padding:0 20px}.Hero-module__ZARIfG__ctaGroup{align-items:center;gap:15px}.Hero-module__ZARIfG__buttonPrimary{width:auto;margin:0 auto}.Hero-module__ZARIfG__hero{height:auto;min-height:auto;padding:140px 0 80px}.Hero-module__ZARIfG__sliderSide{max-width:600px;height:auto;margin:0 auto}}@media (max-width:480px){.Hero-module__ZARIfG__title{font-size:2.5rem}.Hero-module__ZARIfG__description{font-size:1.1rem}.Hero-module__ZARIfG__buttonPrimary{padding:16px 32px;font-size:1rem}}
.Ecosystem-module__S6Qboa__section{background-color:var(--background-color);padding:100px 0;overflow:hidden}.Ecosystem-module__S6Qboa__container{max-width:var(--max-width);text-align:center;margin:0 auto;padding:0 20px}.Ecosystem-module__S6Qboa__title{margin-bottom:60px;font-size:2.5rem}.Ecosystem-module__S6Qboa__marqueeWrapper{flex-direction:column;gap:40px;width:100%;margin:0 auto;padding:20px 0;display:flex;overflow:hidden}.Ecosystem-module__S6Qboa__marqueeRow{gap:40px;width:max-content;display:flex}.Ecosystem-module__S6Qboa__scrollLeft{animation:40s linear infinite Ecosystem-module__S6Qboa__scroll}.Ecosystem-module__S6Qboa__scrollRight{animation:40s linear infinite Ecosystem-module__S6Qboa__scroll-reverse}.Ecosystem-module__S6Qboa__partnerLogo{width:125px;height:125px;color:var(--text-secondary);background:#fff;border:1px solid #0000000d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:20px;font-size:.8rem;font-weight:600;display:flex;box-shadow:0 4px 10px #0000000d}@keyframes Ecosystem-module__S6Qboa__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes Ecosystem-module__S6Qboa__scroll-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.Ecosystem-module__S6Qboa__marqueeRow:hover{animation-play-state:paused}.Ecosystem-module__S6Qboa__viewMoreWrapper{justify-content:center;margin-top:60px;display:flex}.Ecosystem-module__S6Qboa__viewMoreBtn{color:var(--primary-color);align-items:center;gap:6px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Ecosystem-module__S6Qboa__viewMoreBtn:hover{opacity:.7;text-decoration:underline}.Ecosystem-module__S6Qboa__viewMoreBtn:after{content:"→";font-size:1.1rem;transition:transform .3s}.Ecosystem-module__S6Qboa__viewMoreBtn:hover:after{transform:translate(4px)}
.IncubatedStartup-module__hfXPBq__section{background-color:var(--background-color);padding:100px 0;overflow:hidden}.IncubatedStartup-module__hfXPBq__container{max-width:var(--max-width);text-align:center;margin:0 auto;padding:0 20px}.IncubatedStartup-module__hfXPBq__title{margin-bottom:60px;font-size:2.5rem}.IncubatedStartup-module__hfXPBq__marqueeWrapper{flex-direction:column;gap:40px;width:100%;margin:0 auto;padding:20px 0;display:flex;overflow:hidden}.IncubatedStartup-module__hfXPBq__marqueeRow{gap:40px;width:max-content;display:flex}.IncubatedStartup-module__hfXPBq__scrollLeft{animation:40s linear infinite IncubatedStartup-module__hfXPBq__scroll}.IncubatedStartup-module__hfXPBq__scrollRight{animation:40s linear infinite IncubatedStartup-module__hfXPBq__scroll-reverse}.IncubatedStartup-module__hfXPBq__startupLogo{width:125px;height:125px;color:var(--text-secondary);background:#fff;border:1px solid #0000000d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;padding:20px;font-size:.8rem;font-weight:600;display:flex;box-shadow:0 4px 10px #0000000d}@keyframes IncubatedStartup-module__hfXPBq__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes IncubatedStartup-module__hfXPBq__scroll-reverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.IncubatedStartup-module__hfXPBq__marqueeRow:hover{animation-play-state:paused}.IncubatedStartup-module__hfXPBq__viewMoreWrapper{justify-content:center;margin-top:60px;display:flex}.IncubatedStartup-module__hfXPBq__viewMoreBtn{color:var(--primary-color);align-items:center;gap:6px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.IncubatedStartup-module__hfXPBq__viewMoreBtn:hover{opacity:.7;text-decoration:underline}.IncubatedStartup-module__hfXPBq__viewMoreBtn:after{content:"→";font-size:1.1rem;transition:transform .3s}.IncubatedStartup-module__hfXPBq__viewMoreBtn:hover:after{transform:translate(4px)}
.EventCountdown-module__nCRHIG__section{color:#fff;background:linear-gradient(135deg,#111827 0%,#1f2937 100%);padding:80px 0;position:relative;overflow:hidden}.EventCountdown-module__nCRHIG__container{max-width:var(--max-width);z-index:2;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:40px;margin:0 auto;padding:0 20px;display:flex;position:relative}.EventCountdown-module__nCRHIG__content{flex:1;min-width:300px}.EventCountdown-module__nCRHIG__badge{color:#eb5353;background:#eb535333;border:1px solid #eb53534d;border-radius:50px;margin-bottom:20px;padding:6px 16px;font-size:.9rem;font-weight:600;display:inline-block}.EventCountdown-module__nCRHIG__title{color:#fff;margin-bottom:16px;font-size:2.5rem;font-weight:800;line-height:1.2}.EventCountdown-module__nCRHIG__description{color:#9ca3af;max-width:500px;margin-bottom:32px;font-size:1.1rem}.EventCountdown-module__nCRHIG__timer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;align-items:flex-start;gap:10px;padding:40px;display:flex}.EventCountdown-module__nCRHIG__timeBlock{text-align:center;min-width:100px}.EventCountdown-module__nCRHIG__number{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;background:linear-gradient(135deg,#fff 0%,#d1d5db 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:5rem;font-weight:800;line-height:1;display:block}.EventCountdown-module__nCRHIG__separator{color:#ffffff80;margin-top:-5px;font-size:5rem;font-weight:800;line-height:1}.EventCountdown-module__nCRHIG__label{color:#9ca3af;text-transform:uppercase;letter-spacing:1px;font-size:.9rem}.EventCountdown-module__nCRHIG__cta{color:#fff;cursor:pointer;background-color:#eb5353;border:none;border-radius:8px;align-items:center;gap:10px;margin-top:32px;padding:14px 32px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.EventCountdown-module__nCRHIG__cta:hover{background-color:#d93d3d;transform:translateY(-2px);box-shadow:0 4px 12px #eb53534d}@media (max-width:900px){.EventCountdown-module__nCRHIG__container{text-align:center;flex-direction:column}.EventCountdown-module__nCRHIG__content{flex-direction:column;align-items:center;display:flex}.EventCountdown-module__nCRHIG__title{font-size:2rem}.EventCountdown-module__nCRHIG__timer{justify-content:center;gap:4px;width:100%;padding:24px}.EventCountdown-module__nCRHIG__timeBlock{min-width:60px}.EventCountdown-module__nCRHIG__number{font-size:2rem}.EventCountdown-module__nCRHIG__separator{margin-top:0;font-size:2rem}.EventCountdown-module__nCRHIG__detailsList{justify-content:center}}.EventCountdown-module__nCRHIG__detailsList{color:#9ca3af;flex-wrap:wrap;align-items:center;gap:24px;margin-bottom:32px;display:flex}.EventCountdown-module__nCRHIG__detailItem{align-items:center;gap:12px;display:flex}.EventCountdown-module__nCRHIG__iconWrapper{color:#eb5353;background:#eb53531a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}
.Program-module__PdrfKq__main{padding-top:var(--header-height);min-height:100vh}.Program-module__PdrfKq__container{max-width:var(--max-width);margin:0 auto;padding:60px 20px 0}.Program-module__PdrfKq__programSection{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-bottom:100px;display:grid}.Program-module__PdrfKq__programSection:nth-child(2n){direction:rtl}.Program-module__PdrfKq__programSection:nth-child(2n) .Program-module__PdrfKq__content{direction:ltr}.Program-module__PdrfKq__image{background-color:#eee;background-position:50%;background-size:cover;border-radius:20px;width:100%;height:400px;box-shadow:0 20px 40px #0000001a}.Program-module__PdrfKq__preIncubationImg{background-image:url(/pre.jpeg)}.Program-module__PdrfKq__incubationImg{background-image:url(/incubation.jpeg)}.Program-module__PdrfKq__postIncubationImg{background-image:url(/post.jpeg)}.Program-module__PdrfKq__programTitle{color:var(--accent-color);margin-bottom:24px;font-size:2.5rem}.Program-module__PdrfKq__programText{color:var(--text-secondary);margin-bottom:32px;font-size:1.1rem;line-height:1.8}.Program-module__PdrfKq__features{margin-bottom:32px;list-style:none}.Program-module__PdrfKq__features li{align-items:center;gap:12px;margin-bottom:12px;font-weight:500;display:flex}.Program-module__PdrfKq__features li:before{content:"✓";color:var(--primary-color);font-weight:700}.Program-module__PdrfKq__ctaButton{background:var(--primary-color);color:#fff;border-radius:50px;padding:14px 28px;font-weight:600;transition:transform .2s;display:inline-block}.Program-module__PdrfKq__ctaButton:hover{transform:translateY(-2px);box-shadow:0 5px 15px #f265224d}@media (max-width:900px){.Program-module__PdrfKq__programSection{grid-template-columns:1fr;gap:40px;direction:ltr!important}}.Program-module__PdrfKq__programGrid{grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:40px;padding:80px 0;display:grid}.Program-module__PdrfKq__programCard{background:#fff;border-radius:24px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.Program-module__PdrfKq__programCard:hover{transform:translateY(-10px);box-shadow:0 20px 40px #0000001a}.Program-module__PdrfKq__cardImage{background-position:50%;background-size:cover;height:240px}.Program-module__PdrfKq__cardContent{flex-direction:column;flex:1;padding:32px;display:flex}.Program-module__PdrfKq__cardTitle{color:var(--text-primary);margin-bottom:16px;font-size:1.75rem;font-weight:800}.Program-module__PdrfKq__cardText{color:var(--text-secondary);flex:1;margin-bottom:30px;line-height:1.7}
.About-module__JpQrGa__main{padding-top:var(--header-height);min-height:100vh}.About-module__JpQrGa__container{max-width:var(--max-width);margin:0 auto;padding:60px 20px 0}.About-module__JpQrGa__section{padding:100px 0}.About-module__JpQrGa__grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;display:grid}.About-module__JpQrGa__text h2{color:var(--text-primary);margin-bottom:24px;font-size:2.5rem}.About-module__JpQrGa__text p{color:var(--text-secondary);margin-bottom:16px;font-size:1.05rem;line-height:1.8}.About-module__JpQrGa__image{background-color:#eee;background-position:50%;background-size:cover;border-radius:20px;height:400px}.About-module__JpQrGa__team{background-color:var(--surface-color)}.About-module__JpQrGa__teamGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:32px;margin-top:60px;display:grid}.About-module__JpQrGa__member{text-align:center}.About-module__JpQrGa__avatar{background-color:#ddd;background-position:50%;background-size:cover;border-radius:50%;width:150px;height:150px;margin:0 auto 20px}.About-module__JpQrGa__name{color:var(--text-primary);margin-bottom:4px;font-size:1.2rem}.About-module__JpQrGa__role{color:var(--primary-color);font-size:.9rem;font-weight:500}@media (max-width:768px){.About-module__JpQrGa__grid{grid-template-columns:1fr}}
.Events-module__Vsrv-q__main{padding-top:var(--header-height);background-color:var(--surface-color);min-height:100vh}.Events-module__Vsrv-q__container{max-width:var(--max-width);margin:0 auto;padding:60px 20px 120px}.Events-module__Vsrv-q__tabs{border-bottom:1px solid #0000001a;justify-content:center;gap:20px;margin-bottom:60px;padding-bottom:20px;display:flex}.Events-module__Vsrv-q__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;padding:10px 20px;font-size:1.1rem;font-weight:600;transition:all .2s;position:relative}.Events-module__Vsrv-q__tab:hover,.Events-module__Vsrv-q__tab.Events-module__Vsrv-q__active{color:var(--primary-color)}.Events-module__Vsrv-q__tab.Events-module__Vsrv-q__active:after{content:"";background-color:var(--primary-color);width:100%;height:3px;position:absolute;bottom:-21px;left:0}.Events-module__Vsrv-q__noEvents{text-align:center;color:var(--text-secondary);background:#fff;border-radius:12px;padding:60px;font-style:italic}.Events-module__Vsrv-q__eventList{flex-direction:column;gap:24px;display:flex}.Events-module__Vsrv-q__eventCard{background:#fff;border:1px solid #f0f0f0;border-radius:16px;min-height:180px;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 20px #0000000d}.Events-module__Vsrv-q__eventCard:hover{border-color:var(--primary-color);transform:translateY(-5px);box-shadow:0 12px 30px #0000001a}.Events-module__Vsrv-q__dateSide{text-align:center;background-color:#f9fafb;border-right:1px solid #f0f0f0;flex-direction:column;justify-content:center;align-items:center;min-width:120px;padding:30px;transition:background-color .3s;display:flex}.Events-module__Vsrv-q__eventCard:hover .Events-module__Vsrv-q__dateSide{background-color:#fff5f5}.Events-module__Vsrv-q__day{color:var(--primary-color);font-size:2rem;font-weight:800;line-height:1}.Events-module__Vsrv-q__month{color:#4b5563;text-transform:uppercase;letter-spacing:1px;margin-top:4px;font-size:.9rem;font-weight:600}.Events-module__Vsrv-q__content{flex-direction:column;flex:1;justify-content:center;padding:30px;display:flex}.Events-module__Vsrv-q__category{color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;margin-bottom:8px;font-size:.75rem;font-weight:700}.Events-module__Vsrv-q__eventTitle{color:#1a1a1a;margin-bottom:12px;font-size:1.5rem;font-weight:700;line-height:1.3}.Events-module__Vsrv-q__details{color:#6b7280;flex-wrap:wrap;gap:20px;margin-bottom:20px;font-size:.9rem;display:flex}.Events-module__Vsrv-q__details span{align-items:center;gap:8px;display:flex}.Events-module__Vsrv-q__registerBtn{background-color:var(--text-primary);color:#fff;border-radius:8px;align-self:flex-start;padding:10px 24px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .2s}.Events-module__Vsrv-q__registerBtn:hover{background-color:var(--primary-color);transform:scale(1.05)}.Events-module__Vsrv-q__posterSide{background-color:#f3f4f6;justify-content:center;align-items:center;width:360px;display:flex;position:relative;overflow:hidden}.Events-module__Vsrv-q__poster{object-fit:cover;width:100%;height:100%;transition:transform .5s;display:block}.Events-module__Vsrv-q__eventCard:hover .Events-module__Vsrv-q__poster{transform:scale(1.1)}.Events-module__Vsrv-q__posterPlaceholder{color:#9ca3af;background-color:#f3f4f6;justify-content:center;align-items:center;width:100%;height:100%;font-size:.8rem;font-style:italic;display:flex}@media (max-width:768px){.Events-module__Vsrv-q__eventCard{flex-direction:column;min-height:auto}.Events-module__Vsrv-q__dateSide{border-bottom:1px solid #f0f0f0;border-right:none;flex-direction:row;justify-content:flex-start;gap:12px;min-width:100%;padding:15px}.Events-module__Vsrv-q__day{font-size:1.5rem}.Events-module__Vsrv-q__month{margin-top:0}.Events-module__Vsrv-q__posterSide{order:-1;width:100%;height:200px}.Events-module__Vsrv-q__content{padding:24px}}
.Facilities-module__r7Yjga__main{padding-top:var(--header-height);min-height:100vh}.Facilities-module__r7Yjga__container{max-width:var(--max-width);margin:0 auto;padding:100px 20px}.Facilities-module__r7Yjga__grid{grid-template-columns:repeat(2,1fr);gap:40px;display:grid}@media (max-width:768px){.Facilities-module__r7Yjga__grid{grid-template-columns:1fr}}.Facilities-module__r7Yjga__card{border:1px solid #eee;border-radius:12px;transition:all .3s;overflow:hidden}.Facilities-module__r7Yjga__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.Facilities-module__r7Yjga__cardImage{background-color:#ddd;background-position:50%;background-size:cover;height:250px}.Facilities-module__r7Yjga__cardContent{padding:32px}.Facilities-module__r7Yjga__cardTitle{margin-bottom:12px;font-size:1.5rem}.Facilities-module__r7Yjga__price{color:var(--primary-color);margin-bottom:24px;font-size:1.25rem;font-weight:700;display:block}.Facilities-module__r7Yjga__amenities{color:var(--text-secondary);margin-bottom:32px;list-style:none}.Facilities-module__r7Yjga__amenities li{margin-bottom:8px;font-size:.95rem}.Facilities-module__r7Yjga__bookBtn{background:var(--text-primary);color:#fff;text-align:center;border-radius:6px;width:100%;padding:12px;font-weight:600;transition:background .2s;display:block}.Facilities-module__r7Yjga__bookBtn:hover{background:var(--primary-color)}
.News-module__AVcI4a__main{padding-top:var(--header-height);background-color:var(--surface-color);min-height:100vh}.News-module__AVcI4a__container{max-width:var(--max-width);margin:0 auto;padding:80px 20px}.News-module__AVcI4a__grid{grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:32px;display:grid}.News-module__AVcI4a__grid>div{height:100%}.News-module__AVcI4a__card{background:#fff;border-radius:12px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.News-module__AVcI4a__card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a}.News-module__AVcI4a__image{background-color:#eee;background-position:50%;background-size:cover;height:240px;position:relative}.News-module__AVcI4a__category{background:var(--primary-color);color:#fff;text-transform:uppercase;border-radius:4px;padding:4px 12px;font-size:.8rem;font-weight:600;position:absolute;top:16px;left:16px}.News-module__AVcI4a__content{flex-direction:column;flex:1;padding:24px;display:flex}.News-module__AVcI4a__meta{color:var(--text-secondary);align-items:center;gap:8px;margin-bottom:12px;font-size:.85rem;display:flex}.News-module__AVcI4a__cardTitle{color:var(--text-primary);margin-bottom:12px;font-size:1.25rem;line-height:1.4}.News-module__AVcI4a__snippet{color:var(--text-secondary);text-align:justify;flex:1;margin-bottom:24px;font-size:.95rem;line-height:1.6}.News-module__AVcI4a__readMore{color:var(--primary-color);align-self:flex-start;font-size:.95rem;font-weight:600;transition:color .2s}.News-module__AVcI4a__readMore:hover{text-decoration:underline}@media (max-width:768px){.News-module__AVcI4a__grid{grid-template-columns:1fr}}
.PageHero-module__DsQ9ba__hero{text-align:center;color:#fff;background-position:50%;background-size:cover;justify-content:center;align-items:center;min-height:400px;margin-bottom:60px;padding:120px 20px 80px;display:flex;position:relative}.PageHero-module__DsQ9ba__heroDefault{background:linear-gradient(135deg,#187498 0%,#104f66 100%)}.PageHero-module__DsQ9ba__overlay{z-index:1;background:#000000a6;width:100%;height:100%;position:absolute;top:0;left:0}.PageHero-module__DsQ9ba__content{z-index:2;max-width:800px;position:relative}.PageHero-module__DsQ9ba__title{margin-bottom:16px;font-size:3.5rem;font-weight:800;color:#fff!important}.PageHero-module__DsQ9ba__description{opacity:.95;font-size:1.25rem;line-height:1.6;color:#fff!important}@media (max-width:768px){.PageHero-module__DsQ9ba__title{font-size:2.5rem}.PageHero-module__DsQ9ba__hero{min-height:300px;padding-top:100px}}
.IncubatedStartups-module__oUFyZa__main{padding-top:var(--header-height);background-color:#f9fafb;min-height:100vh}.IncubatedStartups-module__oUFyZa__container{max-width:var(--max-width);margin:0 auto;padding:60px 20px 80px}.IncubatedStartups-module__oUFyZa__yearFilter{justify-content:center;gap:12px;margin-bottom:50px;display:flex}.IncubatedStartups-module__oUFyZa__yearTab{color:var(--text-secondary);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50px;padding:10px 24px;font-weight:600;transition:all .3s}.IncubatedStartups-module__oUFyZa__yearTab:hover{border-color:var(--primary-color);color:var(--primary-color)}.IncubatedStartups-module__oUFyZa__activeYear{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.IncubatedStartups-module__oUFyZa__focusFilter{flex-wrap:wrap;justify-content:center;gap:10px;margin-bottom:40px;display:flex}.IncubatedStartups-module__oUFyZa__focusTab{color:var(--text-secondary);cursor:pointer;background:#f9fafb;border:1px solid #e5e7eb;border-radius:30px;padding:6px 16px;font-size:.85rem;font-weight:500;transition:all .2s}.IncubatedStartups-module__oUFyZa__focusTab:hover{background:#f3f4f6;border-color:#d1d5db}.IncubatedStartups-module__oUFyZa__activeFocus{color:#fff;background:#374151;border-color:#374151}.IncubatedStartups-module__oUFyZa__grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}@media (max-width:1024px){.IncubatedStartups-module__oUFyZa__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.IncubatedStartups-module__oUFyZa__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:480px){.IncubatedStartups-module__oUFyZa__grid{grid-template-columns:1fr}}.IncubatedStartups-module__oUFyZa__card{height:100%;color:inherit;background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.IncubatedStartups-module__oUFyZa__card:hover{border-color:var(--primary-color);transform:translateY(-10px);box-shadow:0 20px 25px -5px #0000001a}.IncubatedStartups-module__oUFyZa__logoWrapper{background-color:#fff;border-bottom:1px solid #f3f4f6;justify-content:center;align-items:center;height:180px;padding:30px;display:flex;position:relative}.IncubatedStartups-module__oUFyZa__logo{object-fit:contain;max-width:100%;max-height:100%;transition:transform .3s}.IncubatedStartups-module__oUFyZa__card:hover .IncubatedStartups-module__oUFyZa__logo{transform:scale(1.05)}.IncubatedStartups-module__oUFyZa__content{text-align:center;flex-direction:column;flex:1;padding:24px;display:flex}.IncubatedStartups-module__oUFyZa__name{color:var(--text-primary);margin-bottom:8px;font-size:1.25rem;font-weight:700}.IncubatedStartups-module__oUFyZa__focus{color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px;font-size:.9rem;font-weight:600}.IncubatedStartups-module__oUFyZa__websiteBtn{color:var(--text-secondary);background-color:#f3f4f6;border-radius:10px;justify-content:center;align-items:center;gap:8px;margin-top:auto;padding:10px 20px;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.IncubatedStartups-module__oUFyZa__card:hover .IncubatedStartups-module__oUFyZa__websiteBtn{background-color:var(--primary-color);color:#fff}.IncubatedStartups-module__oUFyZa__loadingWrapper,.IncubatedStartups-module__oUFyZa__noDataWrapper{text-align:center;background:#fff;border-radius:20px;padding:100px 20px;box-shadow:0 4px 6px -1px #0000000d}.IncubatedStartups-module__oUFyZa__noDataIcon{color:#d1d5db;margin-bottom:20px;font-size:3rem}
.Mentors-module__wzstya__main{padding-top:var(--header-height);min-height:100vh}.Mentors-module__wzstya__container{max-width:var(--max-width);margin:0 auto;padding:60px 20px 80px}.Mentors-module__wzstya__tabContainer{justify-content:center;gap:16px;margin-bottom:60px;display:flex}.Mentors-module__wzstya__tab{color:var(--text-secondary);background:#fff;border:1px solid #e5e7eb;border-radius:50px;padding:12px 28px;font-size:1rem;font-weight:600;transition:all .3s}.Mentors-module__wzstya__tab:hover{border-color:var(--primary-color);color:var(--primary-color)}.Mentors-module__wzstya__activeTab{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.Mentors-module__wzstya__activeTab:hover{color:#fff;opacity:.9}.Mentors-module__wzstya__grid{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}@media (max-width:1024px){.Mentors-module__wzstya__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Mentors-module__wzstya__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Mentors-module__wzstya__grid{grid-template-columns:1fr}}.Mentors-module__wzstya__grid>div{height:100%}.Mentors-module__wzstya__card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:16px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.Mentors-module__wzstya__card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a}.Mentors-module__wzstya__imageWrapper{aspect-ratio:1;background-color:#f3f4f6;border-radius:50%;width:150px;margin:30px auto 0;position:relative;overflow:hidden}.Mentors-module__wzstya__mentorImage{object-fit:cover}.Mentors-module__wzstya__placeholderImage{color:#fff;background:linear-gradient(135deg,#f26522 0%,#ff9e22 100%);justify-content:center;align-items:center;width:100%;height:100%;font-size:3rem;font-weight:700;display:flex}.Mentors-module__wzstya__content{flex-direction:column;flex:1;padding:24px;display:flex}.Mentors-module__wzstya__name{color:var(--text-primary);margin-bottom:8px;font-size:1.25rem;font-weight:700}.Mentors-module__wzstya__expertise{color:var(--primary-color);margin-bottom:16px;font-size:.95rem;font-weight:600;display:block}.Mentors-module__wzstya__bio{color:var(--text-secondary);margin-top:auto;font-size:.9rem;line-height:1.6}@media (max-width:640px){.Mentors-module__wzstya__grid{gap:24px}}
.Partners-module__roI85a__main{background-color:#f9fafb;min-height:100vh}.Partners-module__roI85a__container{max-width:var(--max-width);margin:0 auto;padding:80px 20px}.Partners-module__roI85a__focusFilter{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:60px;display:flex}.Partners-module__roI85a__focusTab{color:var(--text-secondary);cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:50px;padding:10px 24px;font-size:.95rem;font-weight:600;transition:all .2s}.Partners-module__roI85a__focusTab:hover{border-color:var(--primary-color);color:var(--primary-color);background:snow}.Partners-module__roI85a__activeFocus{background:var(--primary-color);border-color:var(--primary-color);color:#fff!important}.Partners-module__roI85a__grid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.Partners-module__roI85a__collaborationsGrid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.Partners-module__roI85a__card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:20px;flex-direction:column;align-items:center;gap:20px;height:100%;padding:32px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008}.Partners-module__roI85a__collaborationCard{background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;height:100%;text-decoration:none;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #0000000d}.Partners-module__roI85a__collaborationCard:hover{border-color:#eb535333;transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a}.Partners-module__roI85a__collaborationBanner{background:#f3f4f6;width:100%;height:350px;overflow:hidden}.Partners-module__roI85a__bannerImg{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Partners-module__roI85a__collaborationCard:hover .Partners-module__roI85a__bannerImg{transform:scale(1.05)}.Partners-module__roI85a__collaborationContent{flex-direction:column;flex:1;padding:32px;display:flex}.Partners-module__roI85a__card:hover{border-color:#eb535333;transform:translateY(-8px);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.Partners-module__roI85a__logoWrapper{background:#fdfdfd;border-radius:16px;justify-content:center;align-items:center;width:140px;height:140px;padding:20px;transition:transform .3s;display:flex}.Partners-module__roI85a__card:hover .Partners-module__roI85a__logoWrapper{transform:scale(1.05)}.Partners-module__roI85a__logo{object-fit:contain;max-width:100%;max-height:100%}.Partners-module__roI85a__content{flex-direction:column;gap:8px;display:flex}.Partners-module__roI85a__name{color:#111827;margin:0;font-size:1.25rem;font-weight:700}.Partners-module__roI85a__focus{color:var(--text-secondary);font-size:.9rem;font-weight:500}.Partners-module__roI85a__loadingWrapper,.Partners-module__roI85a__noDataWrapper{text-align:center;color:var(--text-secondary);background:#fff;border-radius:24px;padding:100px 20px;box-shadow:0 4px 6px -1px #0000000d}.Partners-module__roI85a__noDataIcon{color:#e5e7eb;margin-bottom:24px;font-size:4rem}@media (max-width:1024px){.Partners-module__roI85a__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.Partners-module__roI85a__grid{grid-template-columns:repeat(2,1fr);gap:20px}.Partners-module__roI85a__container{padding:60px 20px}.Partners-module__roI85a__focusTab{padding:8px 20px;font-size:.9rem}.Partners-module__roI85a__collaborationsGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:640px){.Partners-module__roI85a__collaborationsGrid{grid-template-columns:1fr}}@media (max-width:480px){.Partners-module__roI85a__grid{grid-template-columns:1fr}}
.ProcessSlider-module__7OFuYW__sliderContainer{width:100%;margin-top:24px}.ProcessSlider-module__7OFuYW__sliderFrame{border-radius:16px;width:100%;height:400px;position:relative;overflow:hidden;box-shadow:0 10px 30px #0000001a}.ProcessSlider-module__7OFuYW__slide{background-position:50%;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.ProcessSlider-module__7OFuYW__navButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:10;background:#ffffff4d;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.ProcessSlider-module__7OFuYW__navButton:hover{background:#ffffff80;transform:translateY(-50%)scale(1.1)}.ProcessSlider-module__7OFuYW__prevButton{left:20px}.ProcessSlider-module__7OFuYW__nextButton{right:20px}.ProcessSlider-module__7OFuYW__sliderDots{z-index:10;gap:10px;display:flex;position:absolute;bottom:20px;left:50%;transform:translate(-50%)}.ProcessSlider-module__7OFuYW__dot{cursor:pointer;background:#ffffff80;border-radius:50%;width:10px;height:10px;transition:all .3s}.ProcessSlider-module__7OFuYW__activeDot{background:#fff;border-radius:10px;width:28px}.ProcessSlider-module__7OFuYW__emptyState{color:#6b7280;background:#f3f4f6;border-radius:16px;justify-content:center;align-items:center;width:100%;height:300px;font-size:1rem;display:flex}@media (max-width:768px){.ProcessSlider-module__7OFuYW__sliderFrame{height:300px}.ProcessSlider-module__7OFuYW__navButton{width:36px;height:36px}.ProcessSlider-module__7OFuYW__prevButton{left:10px}.ProcessSlider-module__7OFuYW__nextButton{right:10px}}
