.Navbar-module__nuAbfa__navbarWrapper{z-index:1000;padding:1.5rem 0;transition:all .4s;position:fixed;top:38px;left:0;right:0}.Navbar-module__nuAbfa__scrolled{padding:1rem 0}.Navbar-module__nuAbfa__navContainer{justify-content:center;max-width:1280px;margin:0 auto;padding:0 1.5rem;display:flex}.Navbar-module__nuAbfa__navInner{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fffffff2;border:1px solid #ffffff80;border-radius:20px;justify-content:space-between;align-items:center;width:100%;padding:.5rem 1.5rem;transition:all .4s;display:flex;box-shadow:0 10px 30px -10px #0000001a}.Navbar-module__nuAbfa__scrolled .Navbar-module__nuAbfa__navInner{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffe6;border-color:#ffffff80;padding:.5rem 1.5rem;box-shadow:0 10px 30px -10px #0000001a}.Navbar-module__nuAbfa__logo{color:var(--primary);align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:800;text-decoration:none;display:flex}.Navbar-module__nuAbfa__scrolled .Navbar-module__nuAbfa__logo{color:var(--primary)}.Navbar-module__nuAbfa__desktopMenu{align-items:center;gap:2rem;display:flex}.Navbar-module__nuAbfa__navItem{position:relative}.Navbar-module__nuAbfa__navLink{color:var(--text-main);cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;padding:.5rem 0;font-family:Outfit,sans-serif;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s;display:flex;position:relative}.Navbar-module__nuAbfa__navLink:after{content:"";background:var(--secondary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__nuAbfa__navLink:hover{color:var(--secondary)}.Navbar-module__nuAbfa__navLink:hover:after{width:100%}.Navbar-module__nuAbfa__scrolled .Navbar-module__nuAbfa__navLink{color:var(--text-main)}.Navbar-module__nuAbfa__scrolled .Navbar-module__nuAbfa__navLink:hover{color:var(--primary)}.Navbar-module__nuAbfa__chevron{transition:transform .3s}.Navbar-module__nuAbfa__chevronOpen{transform:rotate(180deg)}.Navbar-module__nuAbfa__dropdown{z-index:1001;padding-top:.5rem;position:absolute;top:100%;left:0}.Navbar-module__nuAbfa__dropdown:before{content:"";height:.5rem;position:absolute;top:0;left:0;right:0}.Navbar-module__nuAbfa__dropdown>div{background:#fff;border-radius:12px;min-width:220px;padding:.5rem;animation:.2s ease-out Navbar-module__nuAbfa__dropdownFadeIn;box-shadow:0 10px 40px #00000026}@keyframes Navbar-module__nuAbfa__dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__nuAbfa__dropdownLink{color:var(--text-main);border-radius:8px;padding:.75rem 1rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Navbar-module__nuAbfa__dropdownLink:hover{background:var(--primary-light);color:var(--primary)}.Navbar-module__nuAbfa__mobileDropdown{background:#154aa208;padding-left:1rem}.Navbar-module__nuAbfa__mobileDropdownLink{color:var(--text-main);border-left:2px solid #0000;padding:.75rem 1.5rem;font-family:Outfit,sans-serif;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Navbar-module__nuAbfa__mobileDropdownLink:hover{color:var(--primary);border-left-color:var(--secondary);background:#154aa20d}.Navbar-module__nuAbfa__mobileToggle{cursor:pointer;z-index:1001;color:var(--secondary);background:0 0;border:none;padding:.5rem;transition:color .3s;display:none;position:relative}.Navbar-module__nuAbfa__mobileToggle button{cursor:pointer;color:inherit;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.Navbar-module__nuAbfa__scrolled .Navbar-module__nuAbfa__mobileToggle{color:var(--secondary)}@media (max-width:1024px){.Navbar-module__nuAbfa__desktopMenu{display:none}.Navbar-module__nuAbfa__mobileToggle{display:block}}.Navbar-module__nuAbfa__mobileMenu{z-index:1000;background:#fff;flex-direction:column;width:320px;max-width:85vw;animation:.3s ease-out forwards Navbar-module__nuAbfa__slideIn;display:flex;position:fixed;top:0;bottom:0;right:0;overflow-y:auto;transform:translate(100%);box-shadow:-10px 0 50px #00000026}@keyframes Navbar-module__nuAbfa__slideIn{to{transform:translate(0)}}.Navbar-module__nuAbfa__mobileMenuHeader{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);color:#fff;border-bottom:1px solid #fff3;justify-content:space-between;align-items:flex-start;padding:2rem 1.5rem 1.5rem;display:flex}.Navbar-module__nuAbfa__mobileMenuHeaderContent{flex:1}.Navbar-module__nuAbfa__mobileMenuHeader h3{color:#fff;margin:0;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.Navbar-module__nuAbfa__mobileMenuHeader p{opacity:.9;color:#ffffffe6;margin:.5rem 0 0;font-size:.85rem}.Navbar-module__nuAbfa__closeButton{cursor:pointer;color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.Navbar-module__nuAbfa__closeButton:hover{background:#fff3;transform:rotate(90deg)}.Navbar-module__nuAbfa__mobileMenuContent{flex:1;padding:1rem 0}.Navbar-module__nuAbfa__mobileLink{color:var(--text-main);text-align:left;cursor:pointer;background:0 0;border:none;border-left:3px solid #0000;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex;position:relative}.Navbar-module__nuAbfa__mobileLink:before{content:"";background:linear-gradient(90deg,var(--primary-light)0%,transparent 100%);width:0;transition:width .3s;position:absolute;top:0;bottom:0;left:0}.Navbar-module__nuAbfa__mobileLink:hover,.Navbar-module__nuAbfa__mobileLink:active{color:var(--primary);border-left-color:var(--secondary);background:#154aa20d}.Navbar-module__nuAbfa__mobileLink:hover:before{width:100%}.Navbar-module__nuAbfa__mobileMenuFooter{background:#f8fafc;border-top:1px solid #e2e8f0;padding:1.5rem}.Navbar-module__nuAbfa__mobileMenuFooter p{color:var(--text-muted);text-align:center;margin:0;font-size:.8rem}.Navbar-module__nuAbfa__menuOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;background:#00000080;animation:.3s ease-out Navbar-module__nuAbfa__fadeIn;position:fixed;inset:0}@keyframes Navbar-module__nuAbfa__fadeIn{0%{opacity:0}to{opacity:1}}
.Footer-module__EZoWya__footer{color:#fff;background:linear-gradient(#0f172a 0%,#1e293b 100%);padding-top:0;position:relative}.Footer-module__EZoWya__skyline{width:100%;height:120px;margin-bottom:-1px;position:relative}.Footer-module__EZoWya__container{max-width:1280px;margin:0 auto;padding:3rem 1.5rem 2rem}.Footer-module__EZoWya__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__EZoWya__column{flex-direction:column;display:flex}.Footer-module__EZoWya__columnTitle{color:#fff;border-bottom:2px solid #7cad004d;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.25rem;font-weight:700}.Footer-module__EZoWya__content{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__secretariatInfo{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__EZoWya__nameBlock{flex-direction:column;gap:.25rem;display:flex}.Footer-module__EZoWya__doctorName{color:#fff;margin:0;font-size:1.125rem;font-weight:700}.Footer-module__EZoWya__designation{color:#94a3b8;font-size:.875rem;font-style:italic}.Footer-module__EZoWya__clinicInfo{flex-direction:column;gap:.5rem;display:flex}.Footer-module__EZoWya__clinicName{color:#7cad00;font-size:1rem}.Footer-module__EZoWya__address{color:#cbd5e1;font-size:.9rem;font-style:normal;line-height:1.6}.Footer-module__EZoWya__contactInfo{flex-direction:column;gap:.75rem;display:flex}.Footer-module__EZoWya__phoneLink,.Footer-module__EZoWya__emailLink,.Footer-module__EZoWya__websiteLink{color:#cbd5e1;align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .3s;display:inline-flex}.Footer-module__EZoWya__phoneLink:hover,.Footer-module__EZoWya__emailLink:hover,.Footer-module__EZoWya__websiteLink:hover{color:#7cad00}.Footer-module__EZoWya__linksList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__linksList li{margin:0}.Footer-module__EZoWya__link{color:#cbd5e1;align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:all .3s;display:inline-flex}.Footer-module__EZoWya__link:hover{color:#7cad00;transform:translate(4px)}.Footer-module__EZoWya__linkArrow{color:#7cad00;font-size:1.25rem;font-weight:700}.Footer-module__EZoWya__pcoInfo{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__EZoWya__logoWrapper{align-items:center;display:flex}.Footer-module__EZoWya__pcoLogo{border-radius:8px;padding:.5rem}.Footer-module__EZoWya__pcoDetails{flex-direction:column;gap:1rem;display:flex}.Footer-module__EZoWya__pcoName{color:#fff;font-size:1rem;display:block}.Footer-module__EZoWya__pcoAddress{color:#cbd5e1;align-items:flex-start;gap:.75rem;font-size:.9rem;line-height:1.6;display:flex}.Footer-module__EZoWya__pcoAddress p{margin:0}.Footer-module__EZoWya__pcoContacts{flex-direction:column;gap:.75rem;display:flex}.Footer-module__EZoWya__pcoPhone,.Footer-module__EZoWya__pcoEmail,.Footer-module__EZoWya__pcoWebsite{color:#cbd5e1;align-items:center;gap:.5rem;font-size:.9rem;text-decoration:none;transition:color .3s;display:inline-flex}.Footer-module__EZoWya__pcoPhone:hover,.Footer-module__EZoWya__pcoEmail:hover,.Footer-module__EZoWya__pcoWebsite:hover{color:#7cad00}.Footer-module__EZoWya__copyright{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__EZoWya__copyrightText{color:#94a3b8;align-items:center;gap:.25rem;margin:0;font-size:.875rem;display:flex}.Footer-module__EZoWya__copyrightIcon{font-size:1rem}.Footer-module__EZoWya__managedBy{color:#94a3b8;align-items:center;gap:.5rem;font-size:.875rem;display:flex}.Footer-module__EZoWya__managedByLink{color:#7cad00;font-weight:600;text-decoration:none;transition:color .3s}.Footer-module__EZoWya__managedByLink:hover{color:#84cc16}@media (max-width:1024px){.Footer-module__EZoWya__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Footer-module__EZoWya__skyline{height:80px}.Footer-module__EZoWya__container{padding:2rem 1rem 1.5rem}.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__EZoWya__copyright{text-align:center;flex-direction:column}}@media (max-width:480px){.Footer-module__EZoWya__columnTitle{font-size:1.125rem}.Footer-module__EZoWya__doctorName{font-size:1rem}}
.Hero-module__Z8hQ_W__hero{color:#fff;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__background{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__heroImage{object-fit:cover;opacity:1;width:100%;height:100%;transition:opacity .9s,transform 10s ease-out;position:absolute;top:0;left:0}.Hero-module__Z8hQ_W__heroImage:not(.Hero-module__Z8hQ_W__activeImage){opacity:0}.Hero-module__Z8hQ_W__activeImage{opacity:1;transform:scale(1.05)}.Hero-module__Z8hQ_W__sliderButton{z-index:20;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0f2c5973;border:1px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;transition:all .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Hero-module__Z8hQ_W__sliderButton:hover{background:#154aa2c7;border-color:#ffffffa6}.Hero-module__Z8hQ_W__previousButton{left:2rem}.Hero-module__Z8hQ_W__nextButton{right:2rem}.Hero-module__Z8hQ_W__sliderDots{z-index:20;justify-content:center;gap:.65rem;display:flex;position:absolute;bottom:2rem;left:0;right:0}.Hero-module__Z8hQ_W__sliderDot{cursor:pointer;background:#ffffff40;border:1px solid #ffffffb3;border-radius:50%;width:10px;height:10px;padding:0;transition:all .25s}.Hero-module__Z8hQ_W__activeDot{background:#00d289;background:var(--secondary,#00d289);border-color:var(--secondary,#00d289);border-radius:999px;width:28px}@media (max-width:1024px){.Hero-module__Z8hQ_W__hero{aspect-ratio:16/9;height:auto;min-height:auto}.Hero-module__Z8hQ_W__heroImage{object-fit:cover;object-position:center}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{aspect-ratio:16/9;min-height:auto}.Hero-module__Z8hQ_W__sliderButton{width:36px;height:36px}.Hero-module__Z8hQ_W__previousButton{left:.5rem}.Hero-module__Z8hQ_W__nextButton{right:.5rem}.Hero-module__Z8hQ_W__sliderDots{bottom:.75rem}}@media (max-width:480px){.Hero-module__Z8hQ_W__hero{aspect-ratio:4/3}.Hero-module__Z8hQ_W__sliderDots{bottom:.5rem}}
.Popup-module__Z641Ba__overlay{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#0f2c5966;justify-content:center;align-items:center;padding:1rem;animation:.4s ease-out forwards Popup-module__Z641Ba__fadeIn;display:flex;position:fixed;inset:0}.Popup-module__Z641Ba__popup{text-align:center;border-top:6px solid var(--secondary,#00d289);background:#fff;border-radius:24px;width:100%;max-width:480px;padding:3rem 2.5rem;animation:.5s cubic-bezier(.16,1,.3,1) forwards Popup-module__Z641Ba__slideUp;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0f2c5940,inset 0 0 0 1px #ffffff1a}.Popup-module__Z641Ba__closeButton{cursor:pointer;color:#64748b;z-index:10;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:1.25rem;right:1.25rem}.Popup-module__Z641Ba__closeButton:hover{color:#ef4444;background:#fee2e2;transform:rotate(90deg)}.Popup-module__Z641Ba__content{flex-direction:column;gap:1.5rem;display:flex}.Popup-module__Z641Ba__badge{color:var(--secondary,#00d289);text-transform:uppercase;letter-spacing:1.5px;background:#00d2891a;border-radius:999px;margin:0 auto;padding:.5rem 1.25rem;font-size:.875rem;font-weight:800;display:inline-block}.Popup-module__Z641Ba__title{color:var(--primary,#0f2c59);margin:0;font-size:1.5rem;font-weight:700;line-height:1.3}.Popup-module__Z641Ba__highlight{color:var(--secondary,#00d289);font-weight:900}.Popup-module__Z641Ba__pricing{background:#f8fafc;border:2px dashed #cbd5e1;border-radius:20px;margin-top:.5rem;padding:1.75rem;position:relative}.Popup-module__Z641Ba__originalPrice{color:#64748b;justify-content:center;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:1.25rem;font-weight:700;-webkit-text-decoration:line-through #ef4444;text-decoration:line-through #ef4444;text-decoration-thickness:2px;display:flex}.Popup-module__Z641Ba__cross{opacity:.8;font-size:.9rem;text-decoration:none}.Popup-module__Z641Ba__discountLabel{color:var(--primary,#0f2c59);margin-bottom:.25rem;font-size:1.125rem;font-weight:700}.Popup-module__Z641Ba__newPrice{color:var(--secondary,#00d289);letter-spacing:-1px;justify-content:center;align-items:baseline;gap:.5rem;font-size:3.5rem;font-weight:900;line-height:1;display:flex}.Popup-module__Z641Ba__only{color:#64748b;letter-spacing:0;font-size:1.25rem;font-weight:700}.Popup-module__Z641Ba__registerButton{background:var(--primary,#0f2c59);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:999px;margin-top:.5rem;padding:1.25rem 2rem;font-size:1.125rem;font-weight:800;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-block;box-shadow:0 10px 25px -5px #0f2c5966}.Popup-module__Z641Ba__registerButton:hover{background:var(--secondary,#00d289);transform:translateY(-3px)scale(1.02);box-shadow:0 15px 35px -5px #00d28966}@keyframes Popup-module__Z641Ba__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Popup-module__Z641Ba__slideUp{0%{opacity:0;transform:translateY(50px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:480px){.Popup-module__Z641Ba__popup{padding:2.5rem 1.5rem}.Popup-module__Z641Ba__newPrice{font-size:2.75rem}.Popup-module__Z641Ba__title{font-size:1.25rem}}
﻿.page-module__E0kJGG__page{--background:#fafafa;--foreground:#fff;--text-primary:#000;--text-secondary:#666;--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2;--button-secondary-border:#ebebeb;min-height:100vh;font-family:var(--font-geist-sans);background-color:var(--background);justify-content:center;align-items:center;display:flex}.page-module__E0kJGG__deferSection{content-visibility:auto;contain-intrinsic-size:1px 900px}.page-module__E0kJGG__main{background-color:var(--foreground);flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;max-width:800px;min-height:100vh;padding:120px 60px;display:flex}.page-module__E0kJGG__intro{text-align:left;flex-direction:column;align-items:flex-start;gap:24px;display:flex}.page-module__E0kJGG__intro h1{letter-spacing:-2.4px;text-wrap:balance;max-width:320px;color:var(--text-primary);font-size:40px;font-weight:600;line-height:48px}.page-module__E0kJGG__intro p{text-wrap:balance;max-width:440px;color:var(--text-secondary);font-size:18px;line-height:32px}.page-module__E0kJGG__intro a{color:var(--text-primary);font-weight:500}.page-module__E0kJGG__ctas{flex-direction:row;gap:16px;width:100%;max-width:440px;font-size:14px;display:flex}.page-module__E0kJGG__ctas a{cursor:pointer;border:1px solid #0000;border-radius:128px;justify-content:center;align-items:center;width:fit-content;height:40px;padding:0 16px;font-weight:500;transition:all .2s;display:flex}a.page-module__E0kJGG__primary{background:var(--text-primary);color:var(--background);gap:8px}a.page-module__E0kJGG__secondary{border-color:var(--button-secondary-border)}@media (hover:hover) and (pointer:fine){a.page-module__E0kJGG__primary:hover{background:var(--button-primary-hover);border-color:#0000}a.page-module__E0kJGG__secondary:hover{background:var(--button-secondary-hover);border-color:#0000}}@media (max-width:600px){.page-module__E0kJGG__main{padding:48px 24px}.page-module__E0kJGG__intro{gap:16px}.page-module__E0kJGG__intro h1{letter-spacing:-1.92px;font-size:32px;line-height:40px}}@media (prefers-color-scheme:dark){.page-module__E0kJGG__logo{filter:invert()}.page-module__E0kJGG__page{--background:#000;--foreground:#000;--text-primary:#ededed;--text-secondary:#999;--button-primary-hover:#ccc;--button-secondary-hover:#1a1a1a;--button-secondary-border:#1a1a1a}}
.ThemeMarquee-module__hKhtuq__marqueeWrapper{background:linear-gradient(135deg,#154aa2 0%,#1e5bb8 50%,#7cad00 100%);width:100%;padding:1.25rem 0;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.ThemeMarquee-module__hKhtuq__marqueeWrapper:before{content:"";z-index:1;background:linear-gradient(90deg,#7cad00 0%,#95cfeb 50%,#154aa2 100%);height:3px;position:absolute;top:0;left:0;right:0}.ThemeMarquee-module__hKhtuq__marqueeWrapper:after{content:"";z-index:1;background:linear-gradient(90deg,#154aa2 0%,#95cfeb 50%,#7cad00 100%);height:3px;position:absolute;bottom:0;left:0;right:0}.ThemeMarquee-module__hKhtuq__marqueeContainer{width:100%;position:relative;overflow:hidden}.ThemeMarquee-module__hKhtuq__marqueeContent{white-space:nowrap;align-items:center;gap:3rem;animation:40s linear infinite ThemeMarquee-module__hKhtuq__marquee;display:flex}.ThemeMarquee-module__hKhtuq__marqueeContent:hover{animation-play-state:paused}@keyframes ThemeMarquee-module__hKhtuq__marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.ThemeMarquee-module__hKhtuq__marqueeItem{color:#fff;align-items:center;gap:.5rem;padding:0 1.5rem;font-size:1.05rem;font-weight:600;display:inline-flex;position:relative}.ThemeMarquee-module__hKhtuq__marqueeItem:after{content:"";background:#fff6;border-radius:50%;width:4px;height:4px;position:absolute;top:50%;right:-1.5rem;transform:translateY(-50%)}.ThemeMarquee-module__hKhtuq__icon{color:#95cfeb;flex-shrink:0}@media (max-width:768px){.ThemeMarquee-module__hKhtuq__marqueeWrapper{padding:1rem 0}.ThemeMarquee-module__hKhtuq__marqueeItem{padding:0 1rem;font-size:.95rem}.ThemeMarquee-module__hKhtuq__marqueeContent{gap:2rem}.ThemeMarquee-module__hKhtuq__icon{width:14px;height:14px}}@media (max-width:480px){.ThemeMarquee-module__hKhtuq__marqueeItem{padding:0 .75rem;font-size:.875rem}.ThemeMarquee-module__hKhtuq__marqueeContent{gap:1.5rem}}
.WelcomeMessage-module__KCX1Lq__section{background:linear-gradient(#fff 0%,#f8fafc 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}.WelcomeMessage-module__KCX1Lq__container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.WelcomeMessage-module__KCX1Lq__decorativeShapes{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;right:0}.WelcomeMessage-module__KCX1Lq__blueShape{background:linear-gradient(135deg,#154aa21f 0%,#154aa20d 50%,#0000 100%);border-radius:40% 60% 50% 50%/60% 40%;width:400px;height:500px;position:absolute;top:-50px;right:-100px;transform:rotate(-15deg)}.WelcomeMessage-module__KCX1Lq__greenShape{background:linear-gradient(225deg,#7cad0026 0%,#7cad000f 50%,#0000 100%);border-radius:50% 50% 40% 60%/40% 60%;width:300px;height:400px;position:absolute;top:100px;right:50px;transform:rotate(25deg)}.WelcomeMessage-module__KCX1Lq__content{background:#fff;border:1px solid #154aa21a;border-radius:20px;padding:3rem 2.5rem 0;position:relative;overflow:hidden;box-shadow:0 10px 40px #00000014}.WelcomeMessage-module__KCX1Lq__headingWrapper{text-align:left;margin-bottom:2.5rem}.WelcomeMessage-module__KCX1Lq__mainHeading{letter-spacing:.02em;margin-bottom:1.25rem;font-family:Outfit,Inter,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.2}.WelcomeMessage-module__KCX1Lq__dividerContainer{width:100%;max-width:200px;margin-top:1.25rem;position:relative;overflow:visible}.WelcomeMessage-module__KCX1Lq__divider{background:linear-gradient(90deg,#154aa2 0%,#95cfeb 50%,#7cad00 100%);border-radius:10px;height:4px;position:relative;overflow:hidden}.WelcomeMessage-module__KCX1Lq__dividerDot{transform-origin:50%;background:#7cad00;border-radius:50%;width:12px;height:12px;position:absolute;top:-4px;right:-8px;box-shadow:0 0 0 3px #7cad0033}.WelcomeMessage-module__KCX1Lq__welcomeContent{flex-direction:column;gap:.85rem;padding-bottom:0;display:flex}.WelcomeMessage-module__KCX1Lq__introText{color:#1e293b;margin:0 0 .75rem;font-size:1.125rem;font-weight:400;line-height:1.8}.WelcomeMessage-module__KCX1Lq__bodyText{color:#475569;text-align:justify;margin:0 0 .75rem;font-size:1rem;line-height:1.8}.WelcomeMessage-module__KCX1Lq__closingText{color:#475569;margin:0 0 .75rem;font-size:1rem;line-height:1.8}.WelcomeMessage-module__KCX1Lq__highlight{color:#154aa2;font-weight:700}.WelcomeMessage-module__KCX1Lq__theme{color:#7cad00;font-style:italic;font-weight:600}.WelcomeMessage-module__KCX1Lq__regards{color:#64748b;margin:.75rem 0 .5rem;font-size:1rem}.WelcomeMessage-module__KCX1Lq__signature{border-top:2px solid #e2e8f0;margin-top:1rem;margin-bottom:0;padding-top:1.5rem;padding-bottom:0}.WelcomeMessage-module__KCX1Lq__signerName{color:#1e293b;margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.WelcomeMessage-module__KCX1Lq__signerTitle{color:#154aa2;margin-bottom:.25rem;font-size:1rem;font-weight:600}.WelcomeMessage-module__KCX1Lq__signerOrg{color:#64748b;font-size:.95rem;font-weight:500}.WelcomeMessage-module__KCX1Lq__skylineWrapper{justify-content:center;align-items:center;width:calc(100% + 5rem);margin:0 -2.5rem -1px;line-height:0;display:flex;overflow:hidden}.WelcomeMessage-module__KCX1Lq__skylineImage{opacity:.9;object-fit:contain;vertical-align:bottom;width:100%;max-width:100%;height:auto;display:block}@media (max-width:1024px){.WelcomeMessage-module__KCX1Lq__blueShape{width:300px;height:400px;right:-80px}.WelcomeMessage-module__KCX1Lq__greenShape{width:250px;height:350px}}@media (max-width:768px){.WelcomeMessage-module__KCX1Lq__section{padding:3rem 1rem}.WelcomeMessage-module__KCX1Lq__content{padding:2rem 1.5rem 0}.WelcomeMessage-module__KCX1Lq__mainHeading{font-size:2rem}.WelcomeMessage-module__KCX1Lq__blueShape,.WelcomeMessage-module__KCX1Lq__greenShape{opacity:.5}.WelcomeMessage-module__KCX1Lq__blueShape{width:250px;height:350px}.WelcomeMessage-module__KCX1Lq__greenShape{width:200px;height:300px}.WelcomeMessage-module__KCX1Lq__bodyText,.WelcomeMessage-module__KCX1Lq__closingText{text-align:left}.WelcomeMessage-module__KCX1Lq__skylineWrapper{width:calc(100% + 3rem);margin-left:-1.5rem;margin-right:-1.5rem}.WelcomeMessage-module__KCX1Lq__skylineImage{object-fit:cover;width:100%;max-width:100%;height:auto}}@media (max-width:480px){.WelcomeMessage-module__KCX1Lq__content{padding:1.5rem 1.25rem 0}.WelcomeMessage-module__KCX1Lq__mainHeading{font-size:1.75rem}.WelcomeMessage-module__KCX1Lq__introText{font-size:1rem}.WelcomeMessage-module__KCX1Lq__blueShape,.WelcomeMessage-module__KCX1Lq__greenShape{opacity:.3;width:200px;height:250px}.WelcomeMessage-module__KCX1Lq__skylineWrapper{width:calc(100% + 2.5rem);margin-left:-1.25rem;margin-right:-1.25rem}.WelcomeMessage-module__KCX1Lq__skylineImage{object-fit:cover;width:100%;max-width:100%;height:auto}}
.Partners-module__Hzpy8G__partnersSection{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:4rem 0}.Partners-module__Hzpy8G__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.Partners-module__Hzpy8G__header{text-align:center;margin-bottom:3rem}.Partners-module__Hzpy8G__title{color:var(--text-main);margin-bottom:1.25rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:600;line-height:1.2}.Partners-module__Hzpy8G__highlight{color:var(--primary)}.Partners-module__Hzpy8G__dividerContainer{width:100%;max-width:200px;margin:1.25rem auto 0;position:relative;overflow:visible}.Partners-module__Hzpy8G__divider{background:linear-gradient(90deg,#154aa2 0%,#95cfeb 50%,#7cad00 100%);border-radius:10px;height:4px;position:relative;overflow:hidden}.Partners-module__Hzpy8G__dividerDot{transform-origin:50%;background:#7cad00;border-radius:50%;width:12px;height:12px;position:absolute;top:-4px;right:-8px;box-shadow:0 0 0 3px #7cad0033}.Partners-module__Hzpy8G__scrollContainer{width:100%;padding:1rem 0;position:relative;overflow:hidden;-webkit-mask:linear-gradient(90deg,#0000,#fff 20% 80%,#0000);mask:linear-gradient(90deg,#0000,#fff 20% 80%,#0000)}.Partners-module__Hzpy8G__logoStrip{align-items:center;gap:2rem;width:fit-content;animation:30s linear infinite Partners-module__Hzpy8G__scroll;display:flex}.Partners-module__Hzpy8G__logoStrip:hover{animation-play-state:paused}@keyframes Partners-module__Hzpy8G__scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.Partners-module__Hzpy8G__logoItem{background:#fafafa;border:1px solid #e2e8f0;border-radius:12px;flex:none;justify-content:center;align-items:center;width:200px;height:120px;padding:1rem;transition:all .3s;display:flex}.Partners-module__Hzpy8G__logoItem:hover{border-color:var(--primary);background:#f1f5f9;transform:translateY(-2px);box-shadow:0 4px 12px #154aa21a}.Partners-module__Hzpy8G__logo{object-fit:contain;filter:grayscale(20%);max-width:100%;max-height:100%;transition:filter .3s}.Partners-module__Hzpy8G__logoItem:hover .Partners-module__Hzpy8G__logo{filter:grayscale(0%)}@media (max-width:768px){.Partners-module__Hzpy8G__partnersSection{padding:3rem 0}.Partners-module__Hzpy8G__title{font-size:1.75rem}.Partners-module__Hzpy8G__logoStrip{gap:1.5rem;padding-left:1rem;padding-right:1rem}.Partners-module__Hzpy8G__logoItem{width:160px;height:100px;padding:.75rem}}@media (max-width:480px){.Partners-module__Hzpy8G__logoStrip{gap:1rem}.Partners-module__Hzpy8G__logoItem{width:140px;height:90px;padding:.5rem}}
.OrganizingTeam-module__hO38kq__section{background:linear-gradient(#fff 0%,#f8fafc 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}.OrganizingTeam-module__hO38kq__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#154aa214 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-100px}.OrganizingTeam-module__hO38kq__section:after{content:"";pointer-events:none;background:radial-gradient(circle,#7cad000f 0%,#0000 70%);border-radius:50%;width:350px;height:350px;position:absolute;bottom:-80px;left:-80px}.OrganizingTeam-module__hO38kq__container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.OrganizingTeam-module__hO38kq__headingWrapper{text-align:left;margin-bottom:3rem}.OrganizingTeam-module__hO38kq__mainHeading{letter-spacing:.02em;margin-bottom:1.25rem;font-family:Outfit,Inter,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.2}.OrganizingTeam-module__hO38kq__dividerContainer{width:100%;max-width:200px;margin-top:1.25rem;position:relative;overflow:visible}.OrganizingTeam-module__hO38kq__divider{background:linear-gradient(90deg,#154aa2 0%,#95cfeb 50%,#7cad00 100%);border-radius:10px;height:4px;position:relative;overflow:hidden}.OrganizingTeam-module__hO38kq__dividerDot{transform-origin:50%;background:#7cad00;border-radius:50%;width:12px;height:12px;position:absolute;top:-4px;right:-8px;box-shadow:0 0 0 3px #7cad0033}.OrganizingTeam-module__hO38kq__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem;display:grid}.OrganizingTeam-module__hO38kq__card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:16px;padding:2rem 1.5rem 1.75rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000f}.OrganizingTeam-module__hO38kq__card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001f}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__blue:hover{border-color:#154aa24d}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__blue .OrganizingTeam-module__hO38kq__avatar{background:#154aa2}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__green:hover{border-color:#7cad004d}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__green .OrganizingTeam-module__hO38kq__avatar{background:#7cad00}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__teal:hover{border-color:#95cfeb66}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__teal .OrganizingTeam-module__hO38kq__avatar{background:#95cfeb}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__purple:hover{border-color:#64748b4d}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__purple .OrganizingTeam-module__hO38kq__avatar{background:#64748b}.OrganizingTeam-module__hO38kq__cornerShape{opacity:.06;border-radius:50%;width:80px;height:80px;transition:all .3s;position:absolute;top:-20px;right:-20px}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__blue .OrganizingTeam-module__hO38kq__cornerShape{background:#154aa2}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__green .OrganizingTeam-module__hO38kq__cornerShape{background:#7cad00}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__teal .OrganizingTeam-module__hO38kq__cornerShape{background:#95cfeb}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__purple .OrganizingTeam-module__hO38kq__cornerShape{background:#64748b}.OrganizingTeam-module__hO38kq__card:hover .OrganizingTeam-module__hO38kq__cornerShape{opacity:.12;transform:scale(1.2)}.OrganizingTeam-module__hO38kq__accentLine{height:3px;transition:all .3s;position:absolute;bottom:0;left:0;right:0}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__blue .OrganizingTeam-module__hO38kq__accentLine{background:linear-gradient(90deg,#154aa2 0%,#95cfeb 100%)}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__green .OrganizingTeam-module__hO38kq__accentLine{background:linear-gradient(90deg,#7cad00 0%,#a3e635 100%)}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__teal .OrganizingTeam-module__hO38kq__accentLine{background:linear-gradient(90deg,#95cfeb 0%,#60a5fa 100%)}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__purple .OrganizingTeam-module__hO38kq__accentLine{background:linear-gradient(90deg,#64748b 0%,#94a3b8 100%)}.OrganizingTeam-module__hO38kq__card:hover .OrganizingTeam-module__hO38kq__accentLine{height:4px}.OrganizingTeam-module__hO38kq__avatarWrapper{width:clamp(150px,14vw,190px);height:clamp(150px,14vw,190px);margin:0 auto 1.25rem;position:relative}.OrganizingTeam-module__hO38kq__avatar{border:3px solid #fff;border-radius:50%;width:100%;height:100%;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026}.OrganizingTeam-module__hO38kq__card:hover .OrganizingTeam-module__hO38kq__avatar{transform:scale(1.08)}.OrganizingTeam-module__hO38kq__photoPlaceholder{color:#fff;background:linear-gradient(135deg,#154aa2 0%,#95cfeb 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__blue .OrganizingTeam-module__hO38kq__photoPlaceholder{background:linear-gradient(135deg,#154aa2 0%,#95cfeb 100%)}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__green .OrganizingTeam-module__hO38kq__photoPlaceholder{background:linear-gradient(135deg,#7cad00 0%,#a3e635 100%)}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__teal .OrganizingTeam-module__hO38kq__photoPlaceholder{background:linear-gradient(135deg,#95cfeb 0%,#60a5fa 100%)}.OrganizingTeam-module__hO38kq__card.OrganizingTeam-module__hO38kq__purple .OrganizingTeam-module__hO38kq__photoPlaceholder{background:linear-gradient(135deg,#64748b 0%,#94a3b8 100%)}.OrganizingTeam-module__hO38kq__avatar img{object-fit:cover;width:100%;height:100%}.OrganizingTeam-module__hO38kq__viewMoreWrapper{justify-content:center;margin-top:3rem;display:flex}.OrganizingTeam-module__hO38kq__viewMoreBtn{color:#154aa2;background:#fff;border:2px solid #154aa2;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #154aa21a}.OrganizingTeam-module__hO38kq__viewMoreBtn:hover{color:#fff;background:#154aa2;transform:translateY(-2px);box-shadow:0 8px 20px #154aa240}.OrganizingTeam-module__hO38kq__viewMoreBtn svg{transition:transform .3s}.OrganizingTeam-module__hO38kq__viewMoreBtn:hover svg{transform:translate(4px)}.OrganizingTeam-module__hO38kq__content{z-index:2;position:relative}.OrganizingTeam-module__hO38kq__name{color:#0f172a;margin-bottom:.375rem;font-size:1.125rem;font-weight:700;line-height:1.3}.OrganizingTeam-module__hO38kq__role{text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-size:.75rem;font-weight:600}@media (max-width:768px){.OrganizingTeam-module__hO38kq__section{padding:3rem 1rem}.OrganizingTeam-module__hO38kq__mainHeading{font-size:2rem}.OrganizingTeam-module__hO38kq__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.OrganizingTeam-module__hO38kq__card{padding:1.5rem 1.25rem}.OrganizingTeam-module__hO38kq__avatarWrapper{width:140px;height:140px}.OrganizingTeam-module__hO38kq__name{font-size:1rem}.OrganizingTeam-module__hO38kq__role{font-size:.7rem}}@media (max-width:480px){.OrganizingTeam-module__hO38kq__mainHeading{font-size:1.75rem}.OrganizingTeam-module__hO38kq__grid{grid-template-columns:1fr}}
.Faculty-module__c-K3oG__section{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 50%,#f8fafc 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}.Faculty-module__c-K3oG__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#95cfeb26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:-150px;transform:translateY(-50%)}.Faculty-module__c-K3oG__section:after{content:"";pointer-events:none;background:radial-gradient(circle,#7cad001a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:20%;right:-100px}.Faculty-module__c-K3oG__decorativeSquare{pointer-events:none;z-index:1;background:linear-gradient(135deg,#154aa20d 0%,#0000 100%);width:100px;height:100px;position:absolute;bottom:10%;right:5%;transform:rotate(45deg)}.Faculty-module__c-K3oG__container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.Faculty-module__c-K3oG__headingWrapper{text-align:left;margin-bottom:3rem}.Faculty-module__c-K3oG__mainHeading{letter-spacing:.02em;margin-bottom:1.25rem;font-family:Outfit,Inter,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.2}.Faculty-module__c-K3oG__dividerContainer{width:100%;max-width:200px;margin-top:1.25rem;position:relative;overflow:visible}.Faculty-module__c-K3oG__divider{background:linear-gradient(90deg,#154aa2 0%,#95cfeb 50%,#7cad00 100%);border-radius:10px;height:4px;position:relative;overflow:hidden}.Faculty-module__c-K3oG__dividerDot{transform-origin:50%;background:#7cad00;border-radius:50%;width:12px;height:12px;position:absolute;top:-4px;right:-8px;box-shadow:0 0 0 3px #7cad0033}.Faculty-module__c-K3oG__grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem;margin-top:2rem;display:grid}.Faculty-module__c-K3oG__card{background:#fff;border:1px solid #154aa214;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}.Faculty-module__c-K3oG__card:hover{border-color:var(--secondary);background:#f8fafc;transform:translateY(-3px);box-shadow:0 6px 16px #7cad0026}.Faculty-module__c-K3oG__facultyIcon{color:#fff;background:linear-gradient(135deg,#154aa2 0%,#95cfeb 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Faculty-module__c-K3oG__card:hover .Faculty-module__c-K3oG__facultyIcon{background:linear-gradient(135deg,#7cad00 0%,#a3e635 100%);transform:scale(1.1)}.Faculty-module__c-K3oG__facultyName{color:#0f172a;font-size:1rem;font-weight:600;line-height:1.4}.Faculty-module__c-K3oG__viewMoreWrapper{justify-content:center;margin-top:3rem;display:flex}.Faculty-module__c-K3oG__viewMoreBtn{color:#154aa2;background:#fff;border:2px solid #154aa2;border-radius:12px;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #154aa21a}.Faculty-module__c-K3oG__viewMoreBtn:hover{color:#fff;background:#154aa2;transform:translateY(-2px);box-shadow:0 8px 20px #154aa240}.Faculty-module__c-K3oG__viewMoreBtn svg{transition:transform .3s}.Faculty-module__c-K3oG__viewMoreBtn:hover svg{transform:translate(4px)}@media (max-width:768px){.Faculty-module__c-K3oG__section{padding:3rem 1rem}.Faculty-module__c-K3oG__headingWrapper{margin-bottom:2rem}.Faculty-module__c-K3oG__mainHeading{font-size:1.75rem;line-height:1.3}.Faculty-module__c-K3oG__dividerContainer{max-width:150px}.Faculty-module__c-K3oG__divider{height:3px}.Faculty-module__c-K3oG__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem}.Faculty-module__c-K3oG__card{padding:.875rem 1.25rem}.Faculty-module__c-K3oG__facultyIcon{width:36px;height:36px}.Faculty-module__c-K3oG__facultyName{font-size:.95rem}.Faculty-module__c-K3oG__viewMoreBtn{padding:.75rem 1.5rem;font-size:.95rem}}@media (max-width:480px){.Faculty-module__c-K3oG__section{padding:2.5rem 1rem}.Faculty-module__c-K3oG__mainHeading{font-size:1.5rem}.Faculty-module__c-K3oG__dividerContainer{max-width:120px}.Faculty-module__c-K3oG__grid{grid-template-columns:1fr;gap:1rem}.Faculty-module__c-K3oG__card{padding:.75rem 1rem}.Faculty-module__c-K3oG__facultyIcon{width:36px;height:36px}.Faculty-module__c-K3oG__facultyName{font-size:.9rem}.Faculty-module__c-K3oG__viewMoreBtn{justify-content:center;width:100%}}@media (max-width:360px){.Faculty-module__c-K3oG__mainHeading{font-size:1.35rem}.Faculty-module__c-K3oG__card{padding:.625rem .875rem}.Faculty-module__c-K3oG__facultyIcon{width:32px;height:32px}.Faculty-module__c-K3oG__facultyName{font-size:.85rem}}
.InternationalFaculty-module__XaDmMq__section{background:var(--background);padding:4rem 2rem}.InternationalFaculty-module__XaDmMq__container{width:100%;max-width:1200px;margin:0 auto}.InternationalFaculty-module__XaDmMq__headingWrapper{text-align:center;margin-bottom:3rem}.InternationalFaculty-module__XaDmMq__categoryTitle{margin:0;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.InternationalFaculty-module__XaDmMq__titleBlue{color:var(--primary)}.InternationalFaculty-module__XaDmMq__titleGreen{color:var(--secondary)}.InternationalFaculty-module__XaDmMq__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.InternationalFaculty-module__XaDmMq__card{cursor:pointer;background:#fff;border:2px solid #0000;border-radius:16px;flex-direction:column;align-items:center;gap:1rem;padding:1.25rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.InternationalFaculty-module__XaDmMq__card:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary-light)50%,var(--secondary)100%);height:3px;transition:transform .3s;position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.InternationalFaculty-module__XaDmMq__card:hover:before{transform:scaleX(1)}.InternationalFaculty-module__XaDmMq__card:hover{border-color:var(--primary-light);transform:translateY(-5px)}.InternationalFaculty-module__XaDmMq__imageSection{flex-shrink:0;position:relative}.InternationalFaculty-module__XaDmMq__imageRing{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)50%,var(--secondary)100%);border-radius:50%;width:100px;height:100px;padding:3px;transition:all .3s}.InternationalFaculty-module__XaDmMq__card:hover .InternationalFaculty-module__XaDmMq__imageRing{background:linear-gradient(135deg,var(--secondary)0%,#a3e635 50%,var(--primary)100%);transform:scale(1.05)}.InternationalFaculty-module__XaDmMq__facultyImage{object-fit:cover;border:3px solid #fff;border-radius:50%;width:100%;height:100%}.InternationalFaculty-module__XaDmMq__flagBadge{border:2px solid var(--primary-light);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .3s;display:flex;position:absolute;bottom:-5px;right:-5px;box-shadow:0 2px 8px #00000026}.InternationalFaculty-module__XaDmMq__card:hover .InternationalFaculty-module__XaDmMq__flagBadge{border-color:var(--secondary);transform:scale(1.1)}.InternationalFaculty-module__XaDmMq__flagImage{object-fit:cover;border-radius:50%;width:24px;height:24px}.InternationalFaculty-module__XaDmMq__infoSection{text-align:center;width:100%}.InternationalFaculty-module__XaDmMq__facultyName{color:var(--text-main);margin:0 0 .5rem;font-size:1rem;font-weight:700;line-height:1.3;transition:color .3s}.InternationalFaculty-module__XaDmMq__card:hover .InternationalFaculty-module__XaDmMq__facultyName{color:var(--primary)}.InternationalFaculty-module__XaDmMq__viewProfileBtn{color:var(--primary);border:1px solid var(--primary);cursor:pointer;background:0 0;border-radius:20px;width:100%;margin-top:.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:all .3s}.InternationalFaculty-module__XaDmMq__card:hover .InternationalFaculty-module__XaDmMq__viewProfileBtn{background:var(--primary);color:#fff}.InternationalFaculty-module__XaDmMq__countryTag{color:#64748b;background:linear-gradient(135deg,#f1f5f9 0%,#e2e8f0 100%);border-radius:20px;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:all .3s;display:inline-flex}.InternationalFaculty-module__XaDmMq__card:hover .InternationalFaculty-module__XaDmMq__countryTag{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);color:#fff}.InternationalFaculty-module__XaDmMq__countryFlagIcon{object-fit:cover;border-radius:3px;width:16px;height:16px}.InternationalFaculty-module__XaDmMq__countryName{white-space:nowrap}@media (max-width:1200px){.InternationalFaculty-module__XaDmMq__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width:900px){.InternationalFaculty-module__XaDmMq__grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width:768px){.InternationalFaculty-module__XaDmMq__section{padding:3rem 1.5rem}.InternationalFaculty-module__XaDmMq__headingWrapper{margin-bottom:2rem}.InternationalFaculty-module__XaDmMq__categoryTitle{font-size:clamp(1.5rem,6vw,2rem)}.InternationalFaculty-module__XaDmMq__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.InternationalFaculty-module__XaDmMq__card{padding:1rem}.InternationalFaculty-module__XaDmMq__imageRing{width:90px;height:90px}.InternationalFaculty-module__XaDmMq__flagBadge{width:32px;height:32px}.InternationalFaculty-module__XaDmMq__flagImage{width:20px;height:20px}.InternationalFaculty-module__XaDmMq__facultyName{font-size:.95rem}.InternationalFaculty-module__XaDmMq__countryTag{padding:.3rem .65rem;font-size:.75rem}.InternationalFaculty-module__XaDmMq__countryFlagIcon{width:14px;height:14px}}@media (max-width:480px){.InternationalFaculty-module__XaDmMq__section{padding:2.5rem 1rem}.InternationalFaculty-module__XaDmMq__container{max-width:100%;padding:0}.InternationalFaculty-module__XaDmMq__grid{grid-template-columns:repeat(2,1fr);gap:.875rem}.InternationalFaculty-module__XaDmMq__card{padding:.875rem}.InternationalFaculty-module__XaDmMq__imageRing{width:80px;height:80px}.InternationalFaculty-module__XaDmMq__flagBadge{width:28px;height:28px;bottom:-3px;right:-3px}.InternationalFaculty-module__XaDmMq__flagImage{width:18px;height:18px}.InternationalFaculty-module__XaDmMq__facultyName{font-size:.85rem}.InternationalFaculty-module__XaDmMq__countryTag{padding:.25rem .5rem;font-size:.7rem}.InternationalFaculty-module__XaDmMq__countryFlagIcon{width:12px;height:12px}}@media (max-width:360px){.InternationalFaculty-module__XaDmMq__section{padding:2rem .75rem}.InternationalFaculty-module__XaDmMq__grid{gap:.75rem}.InternationalFaculty-module__XaDmMq__card{padding:.75rem}.InternationalFaculty-module__XaDmMq__imageRing{width:70px;height:70px}.InternationalFaculty-module__XaDmMq__flagBadge{width:26px;height:26px}.InternationalFaculty-module__XaDmMq__flagImage{width:16px;height:16px}.InternationalFaculty-module__XaDmMq__facultyName{font-size:.8rem}.InternationalFaculty-module__XaDmMq__countryTag{padding:.2rem .4rem;font-size:.65rem}}.InternationalFaculty-module__XaDmMq__modalBackdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999;background:#0009;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.InternationalFaculty-module__XaDmMq__modalContent{background:#fff;border-radius:20px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003}.InternationalFaculty-module__XaDmMq__modalCloseBtn{cursor:pointer;width:36px;height:36px;color:var(--text-main);z-index:10;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 8px #0000001a}.InternationalFaculty-module__XaDmMq__modalCloseBtn:hover{color:var(--primary);background:#f1f5f9;transform:scale(1.05)}.InternationalFaculty-module__XaDmMq__modalHeader{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border-bottom:1px solid #e2e8f0;align-items:center;gap:1.5rem;padding:2rem 2rem 1.5rem;display:flex}.InternationalFaculty-module__XaDmMq__modalImageContainer{flex-shrink:0;width:80px;height:80px;position:relative}.InternationalFaculty-module__XaDmMq__modalImage{object-fit:cover;border:3px solid #fff;border-radius:50%;width:100%;height:100%;box-shadow:0 4px 12px #0000001a}.InternationalFaculty-module__XaDmMq__modalFlagBadge{background:#fff;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;display:flex;position:absolute;bottom:-5px;right:-5px;box-shadow:0 2px 4px #0000001a}.InternationalFaculty-module__XaDmMq__modalFlag{object-fit:cover;border-radius:50%;width:20px;height:20px}.InternationalFaculty-module__XaDmMq__modalTitleSection{flex-direction:column;gap:.5rem;display:flex}.InternationalFaculty-module__XaDmMq__modalName{color:var(--text-main);margin:0;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.InternationalFaculty-module__XaDmMq__modalScrollArea{flex:1;padding:1.5rem 2rem 2rem;overflow-y:auto}.InternationalFaculty-module__XaDmMq__detailGroup{margin-bottom:1.5rem}.InternationalFaculty-module__XaDmMq__detailGroup:last-child{margin-bottom:0}.InternationalFaculty-module__XaDmMq__detailLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--primary);margin-bottom:.5rem;font-size:.85rem;font-weight:700}.InternationalFaculty-module__XaDmMq__detailValue{color:var(--text-main);opacity:.9;font-size:.95rem;line-height:1.6}.InternationalFaculty-module__XaDmMq__detailList{color:var(--text-main);opacity:.9;margin:0;padding-left:1.25rem;font-size:.95rem;line-height:1.6}.InternationalFaculty-module__XaDmMq__detailList li{margin-bottom:.25rem}@media (max-width:600px){.InternationalFaculty-module__XaDmMq__modalHeader{text-align:center;flex-direction:column;gap:1rem;padding:1.5rem}.InternationalFaculty-module__XaDmMq__modalScrollArea{padding:1.5rem}}
.faculty-module__mf5fHG__hero{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);justify-content:center;align-items:center;min-height:40vh;padding-top:118px;display:flex;position:relative;overflow:hidden}.faculty-module__mf5fHG__hero:before{content:"";z-index:1;background-image:radial-gradient(circle at 20% 30%,#95cfeb26 0%,#0000 50%),radial-gradient(circle at 80% 70%,#7cad001f 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.faculty-module__mf5fHG__hero:after{content:"";z-index:1;opacity:.5;background-image:linear-gradient(45deg,#ffffff08 25%,#0000 25%),linear-gradient(-45deg,#ffffff08 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff08 75%),linear-gradient(-45deg,#0000 75%,#ffffff08 75%);background-position:0 0,0 30px,30px -30px,-30px 0;background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.faculty-module__mf5fHG__heroContent{text-align:center;color:#fff;z-index:10;max-width:800px;margin:0 auto;padding:2.5rem 2rem;position:relative}.faculty-module__mf5fHG__heroTitle{background:linear-gradient(#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.faculty-module__mf5fHG__heroSubtitle{color:#cbd5e1;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.faculty-module__mf5fHG__facultySection{background:var(--background);padding:5rem 2rem}.faculty-module__mf5fHG__container{max-width:1200px;margin:0 auto}.faculty-module__mf5fHG__facultyCategory{margin-bottom:4rem}.faculty-module__mf5fHG__categoryTitle{text-align:center;margin-bottom:3rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,4vw,2.5rem);font-weight:800}.faculty-module__mf5fHG__titleBlue{color:var(--primary)}.faculty-module__mf5fHG__titleGreen{color:var(--secondary)}.faculty-module__mf5fHG__facultyGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem;display:grid}.faculty-module__mf5fHG__facultyCard{background:#fff;border:1px solid #154aa214;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 8px #0000000a}.faculty-module__mf5fHG__facultyCard:hover{border-color:var(--secondary);background:#f8fafc;transform:translateY(-3px);box-shadow:0 6px 16px #7cad0026}.faculty-module__mf5fHG__facultyIcon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.faculty-module__mf5fHG__facultyCard:hover .faculty-module__mf5fHG__facultyIcon{background:linear-gradient(135deg,var(--secondary)0%,#a3e635 100%);transform:scale(1.1)}.faculty-module__mf5fHG__facultyName{color:var(--text-main);font-size:1rem;font-weight:600;line-height:1.4}@media (max-width:768px){.faculty-module__mf5fHG__hero{min-height:35vh}.faculty-module__mf5fHG__heroContent{padding:2rem 1.5rem}.faculty-module__mf5fHG__heroTitle{font-size:clamp(2rem,8vw,2.5rem)}.faculty-module__mf5fHG__heroSubtitle{font-size:clamp(.9rem,3vw,1rem)}.faculty-module__mf5fHG__facultySection{padding:3rem 1.5rem}.faculty-module__mf5fHG__facultyGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.faculty-module__mf5fHG__facultyCard{padding:.875rem 1.25rem}.faculty-module__mf5fHG__categoryTitle{margin-bottom:2rem;font-size:clamp(1.5rem,6vw,2rem)}}@media (max-width:480px){.faculty-module__mf5fHG__hero{min-height:30vh;padding-top:108px}.faculty-module__mf5fHG__heroContent{padding:1.5rem 1rem}.faculty-module__mf5fHG__heroTitle{font-size:1.75rem}.faculty-module__mf5fHG__heroSubtitle{font-size:.85rem}.faculty-module__mf5fHG__facultySection{padding:2.5rem 1rem}.faculty-module__mf5fHG__facultyGrid{grid-template-columns:1fr}.faculty-module__mf5fHG__facultyCard{padding:.75rem 1rem}.faculty-module__mf5fHG__facultyIcon{width:36px;height:36px}.faculty-module__mf5fHG__facultyName{font-size:.9rem}}
.iaa-executive-module__71nLIa__hero{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);justify-content:center;align-items:center;min-height:40vh;padding-top:118px;display:flex;position:relative;overflow:hidden}.iaa-executive-module__71nLIa__hero:before{content:"";z-index:1;background-image:radial-gradient(circle at 20% 30%,#95cfeb26 0%,#0000 50%),radial-gradient(circle at 80% 70%,#7cad001f 0%,#0000 50%);position:absolute;inset:0}.iaa-executive-module__71nLIa__hero:after{content:"";opacity:.5;z-index:1;background-image:linear-gradient(45deg,#ffffff08 25%,#0000 25%),linear-gradient(-45deg,#ffffff08 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff08 75%),linear-gradient(-45deg,#0000 75%,#ffffff08 75%);background-position:0 0,0 30px,30px -30px,-30px 0;background-size:60px 60px;position:absolute;inset:0}.iaa-executive-module__71nLIa__heroContent{text-align:center;color:#fff;z-index:10;max-width:900px;margin:0 auto;padding:2.5rem 2rem;position:relative}.iaa-executive-module__71nLIa__heroTitle{background:linear-gradient(#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2.4rem,5vw,3.5rem);font-weight:800}.iaa-executive-module__71nLIa__heroSubtitle{color:#cbd5e1;margin:0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.iaa-executive-module__71nLIa__executiveSection{background:var(--background);padding:4.25rem 2rem}.iaa-executive-module__71nLIa__container{max-width:1200px;margin:0 auto}.iaa-executive-module__71nLIa__headingWrap{text-align:center;margin-bottom:2.25rem}.iaa-executive-module__71nLIa__sectionTitle{color:var(--primary);margin:0 0 .75rem;font-size:clamp(2rem,4vw,2.8rem);font-weight:800}.iaa-executive-module__71nLIa__sectionSubtitle{color:var(--text-muted);margin:0;font-size:1rem}.iaa-executive-module__71nLIa__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;display:grid}.iaa-executive-module__71nLIa__card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:16px;padding:2rem 1.5rem 1.75rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000f}.iaa-executive-module__71nLIa__card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001f}.iaa-executive-module__71nLIa__card.iaa-executive-module__71nLIa__blue:hover{border-color:#154aa24d}.iaa-executive-module__71nLIa__card.iaa-executive-module__71nLIa__blue .iaa-executive-module__71nLIa__avatar{background:#154aa2}.iaa-executive-module__71nLIa__cornerShape{opacity:.06;border-radius:50%;width:80px;height:80px;transition:all .3s;position:absolute;top:-20px;right:-20px}.iaa-executive-module__71nLIa__card.iaa-executive-module__71nLIa__blue .iaa-executive-module__71nLIa__cornerShape{background:#154aa2}.iaa-executive-module__71nLIa__card:hover .iaa-executive-module__71nLIa__cornerShape{opacity:.12;transform:scale(1.2)}.iaa-executive-module__71nLIa__avatarWrapper{width:clamp(150px,14vw,190px);height:clamp(150px,14vw,190px);margin:0 auto 1.25rem;position:relative}.iaa-executive-module__71nLIa__avatar{border:3px solid #fff;border-radius:50%;width:100%;height:100%;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026}.iaa-executive-module__71nLIa__card:hover .iaa-executive-module__71nLIa__avatar{transform:scale(1.08)}.iaa-executive-module__71nLIa__accentLine{height:3px;transition:all .3s;position:absolute;bottom:0;left:0;right:0}.iaa-executive-module__71nLIa__card.iaa-executive-module__71nLIa__blue .iaa-executive-module__71nLIa__accentLine{background:linear-gradient(90deg,#154aa2 0%,#95cfeb 100%)}.iaa-executive-module__71nLIa__card:hover .iaa-executive-module__71nLIa__accentLine{height:4px}.iaa-executive-module__71nLIa__content{z-index:2;position:relative}.iaa-executive-module__71nLIa__name{color:#0f172a;margin:0 0 .375rem;font-size:1.125rem;font-weight:700;line-height:1.3}.iaa-executive-module__71nLIa__role{text-transform:uppercase;letter-spacing:.1em;color:#64748b;margin:0;font-size:.75rem;font-weight:600}@media (max-width:768px){.iaa-executive-module__71nLIa__hero{min-height:35vh}.iaa-executive-module__71nLIa__heroContent{padding:2rem 1.5rem}.iaa-executive-module__71nLIa__executiveSection{padding:3.2rem 1.35rem}.iaa-executive-module__71nLIa__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.iaa-executive-module__71nLIa__card{padding:1.5rem 1.25rem}.iaa-executive-module__71nLIa__avatarWrapper{width:140px;height:140px}.iaa-executive-module__71nLIa__name{font-size:1rem}.iaa-executive-module__71nLIa__role{font-size:.7rem}}@media (max-width:480px){.iaa-executive-module__71nLIa__hero{min-height:30vh;padding-top:108px}.iaa-executive-module__71nLIa__heroTitle{font-size:1.85rem}.iaa-executive-module__71nLIa__heroSubtitle{font-size:.9rem}.iaa-executive-module__71nLIa__executiveSection{padding:2.5rem 1rem}.iaa-executive-module__71nLIa__grid{grid-template-columns:1fr}}
.organizing-team-module__kYosOG__hero{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);justify-content:center;align-items:center;min-height:40vh;padding-top:118px;display:flex;position:relative;overflow:hidden}.organizing-team-module__kYosOG__hero:before{content:"";z-index:1;background-image:radial-gradient(circle at 20% 30%,#95cfeb26 0%,#0000 50%),radial-gradient(circle at 80% 70%,#7cad001f 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.organizing-team-module__kYosOG__hero:after{content:"";z-index:1;opacity:.5;background-image:linear-gradient(45deg,#ffffff08 25%,#0000 25%),linear-gradient(-45deg,#ffffff08 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff08 75%),linear-gradient(-45deg,#0000 75%,#ffffff08 75%);background-position:0 0,0 30px,30px -30px,-30px 0;background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.organizing-team-module__kYosOG__heroContent{text-align:center;color:#fff;z-index:10;max-width:800px;margin:0 auto;padding:2.5rem 2rem;position:relative}.organizing-team-module__kYosOG__heroTitle{background:linear-gradient(#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.organizing-team-module__kYosOG__heroSubtitle{color:#cbd5e1;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.organizing-team-module__kYosOG__committeeSection{background:var(--background);padding:5rem 2rem}.organizing-team-module__kYosOG__container{max-width:1200px;margin:0 auto}.organizing-team-module__kYosOG__grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.organizing-team-module__kYosOG__card{text-align:center;background:#fff;border:1px solid #0000000d;border-radius:16px;padding:2rem 1.5rem 1.75rem;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000f}.organizing-team-module__kYosOG__card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #0000001f}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__blue:hover{border-color:#154aa24d}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__blue .organizing-team-module__kYosOG__avatar{background:#154aa2}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__green:hover{border-color:#7cad004d}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__green .organizing-team-module__kYosOG__avatar{background:#7cad00}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__teal:hover{border-color:#95cfeb66}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__teal .organizing-team-module__kYosOG__avatar{background:#95cfeb}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__purple:hover{border-color:#64748b4d}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__purple .organizing-team-module__kYosOG__avatar{background:#64748b}.organizing-team-module__kYosOG__cornerShape{opacity:.06;border-radius:50%;width:80px;height:80px;transition:all .3s;position:absolute;top:-20px;right:-20px}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__blue .organizing-team-module__kYosOG__cornerShape{background:#154aa2}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__green .organizing-team-module__kYosOG__cornerShape{background:#7cad00}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__teal .organizing-team-module__kYosOG__cornerShape{background:#95cfeb}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__purple .organizing-team-module__kYosOG__cornerShape{background:#64748b}.organizing-team-module__kYosOG__card:hover .organizing-team-module__kYosOG__cornerShape{opacity:.12;transform:scale(1.2)}.organizing-team-module__kYosOG__accentLine{height:3px;transition:all .3s;position:absolute;bottom:0;left:0;right:0}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__blue .organizing-team-module__kYosOG__accentLine{background:linear-gradient(90deg,#154aa2 0%,#95cfeb 100%)}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__green .organizing-team-module__kYosOG__accentLine{background:linear-gradient(90deg,#7cad00 0%,#a3e635 100%)}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__teal .organizing-team-module__kYosOG__accentLine{background:linear-gradient(90deg,#95cfeb 0%,#60a5fa 100%)}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__purple .organizing-team-module__kYosOG__accentLine{background:linear-gradient(90deg,#64748b 0%,#94a3b8 100%)}.organizing-team-module__kYosOG__card:hover .organizing-team-module__kYosOG__accentLine{height:4px}.organizing-team-module__kYosOG__avatarWrapper{width:clamp(150px,14vw,190px);height:clamp(150px,14vw,190px);margin:0 auto 1.25rem;position:relative}.organizing-team-module__kYosOG__avatar{border:3px solid #fff;border-radius:50%;width:100%;height:100%;transition:transform .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000026}.organizing-team-module__kYosOG__card:hover .organizing-team-module__kYosOG__avatar{transform:scale(1.08)}.organizing-team-module__kYosOG__photoPlaceholder{color:#fff;background:linear-gradient(135deg,#154aa2 0%,#95cfeb 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__blue .organizing-team-module__kYosOG__photoPlaceholder{background:linear-gradient(135deg,#154aa2 0%,#95cfeb 100%)}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__green .organizing-team-module__kYosOG__photoPlaceholder{background:linear-gradient(135deg,#7cad00 0%,#a3e635 100%)}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__teal .organizing-team-module__kYosOG__photoPlaceholder{background:linear-gradient(135deg,#95cfeb 0%,#60a5fa 100%)}.organizing-team-module__kYosOG__card.organizing-team-module__kYosOG__purple .organizing-team-module__kYosOG__photoPlaceholder{background:linear-gradient(135deg,#64748b 0%,#94a3b8 100%)}.organizing-team-module__kYosOG__content{z-index:2;position:relative}.organizing-team-module__kYosOG__name{color:#0f172a;margin-bottom:.375rem;font-size:1.125rem;font-weight:700;line-height:1.3}.organizing-team-module__kYosOG__role{text-transform:uppercase;letter-spacing:.1em;color:#64748b;font-size:.75rem;font-weight:600}.organizing-team-module__kYosOG__additionalMembers{background:#fff;border:1px solid #154aa214;border-radius:20px;padding:3rem;box-shadow:0 4px 12px #0000000f}.organizing-team-module__kYosOG__membersList{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.organizing-team-module__kYosOG__textMember{background:#f8fafc;border:1px solid #154aa214;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:all .3s;display:flex}.organizing-team-module__kYosOG__textMember:hover{border-color:var(--primary-light);background:#fff;transform:translate(5px)}.organizing-team-module__kYosOG__textIcon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.organizing-team-module__kYosOG__textMember span{color:var(--text-main);font-size:1rem;font-weight:600}.organizing-team-module__kYosOG__sectionTitle{margin:3rem 0 2rem}.organizing-team-module__kYosOG__sectionTitle h2{color:var(--primary);text-align:center;padding-bottom:1rem;font-size:2rem;font-weight:700;position:relative}.organizing-team-module__kYosOG__sectionTitle h2:after{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--secondary)100%);border-radius:2px;width:80px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.organizing-team-module__kYosOG__horizontalDivider{background:#7cad00;width:100%;height:2px;margin:2.5rem 0}.organizing-team-module__kYosOG__committeeBoard{background:radial-gradient(circle at 22% 42%,#7cad0038 0 1px,transparent 2px),radial-gradient(circle at 78% 22%,#95cfeb38 0 1px,transparent 2px),linear-gradient(135deg,var(--primary)0%,#123f88 48%,#0a1f42 100%);background-size:18px 18px,22px 22px,auto;border:1px solid #95cfeb59;border-radius:2px;grid-template-columns:repeat(4,minmax(0,1fr));gap:2.5rem 3rem;margin-top:4rem;padding:2.75rem 3rem;display:grid;box-shadow:0 18px 36px #154aa238}.organizing-team-module__kYosOG__boardGroup{min-width:0}.organizing-team-module__kYosOG__boardColumn{flex-direction:column;gap:2.25rem;min-width:0;display:flex}.organizing-team-module__kYosOG__boardTitle{color:#9fe12b;margin:0 0 .45rem;font-size:1rem;font-weight:800;line-height:1.25}.organizing-team-module__kYosOG__boardList{margin:0;padding:0;list-style:none}.organizing-team-module__kYosOG__boardMember{color:#fff;text-transform:uppercase;text-shadow:0 1px 2px #00000059;overflow-wrap:anywhere;font-size:.95rem;font-weight:800;line-height:1.45}@media (max-width:768px){.organizing-team-module__kYosOG__hero{min-height:35vh}.organizing-team-module__kYosOG__heroContent{padding:2rem 1.5rem}.organizing-team-module__kYosOG__heroTitle{font-size:clamp(2rem,8vw,2.5rem)}.organizing-team-module__kYosOG__heroSubtitle{font-size:clamp(.9rem,3vw,1rem)}.organizing-team-module__kYosOG__committeeSection{padding:3rem 1.5rem}.organizing-team-module__kYosOG__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem}.organizing-team-module__kYosOG__card{padding:1.5rem 1.25rem}.organizing-team-module__kYosOG__avatarWrapper{width:140px;height:140px}.organizing-team-module__kYosOG__name{font-size:1rem}.organizing-team-module__kYosOG__role{font-size:.7rem}.organizing-team-module__kYosOG__additionalMembers{padding:2rem 1.5rem}.organizing-team-module__kYosOG__membersList{grid-template-columns:1fr;gap:1rem}.organizing-team-module__kYosOG__committeeBoard{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;padding:2rem}.organizing-team-module__kYosOG__boardTitle{font-size:.95rem}.organizing-team-module__kYosOG__boardMember{font-size:.9rem}}@media (max-width:480px){.organizing-team-module__kYosOG__hero{min-height:30vh;padding-top:108px}.organizing-team-module__kYosOG__heroContent{padding:1.5rem 1rem}.organizing-team-module__kYosOG__heroTitle{font-size:1.75rem}.organizing-team-module__kYosOG__heroSubtitle{font-size:.85rem}.organizing-team-module__kYosOG__grid{grid-template-columns:1fr}.organizing-team-module__kYosOG__additionalMembers{padding:1.5rem 1rem}.organizing-team-module__kYosOG__textMember{padding:.875rem 1rem}.organizing-team-module__kYosOG__committeeBoard{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem 1rem}}
.workshop-module__ds-yna__hero{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);justify-content:center;align-items:center;min-height:32vh;padding-top:118px;display:flex;position:relative;overflow:hidden}.workshop-module__ds-yna__hero:before{content:"";z-index:1;background-image:radial-gradient(circle at 20% 30%,#95cfeb29 0%,#0000 50%),radial-gradient(circle at 80% 70%,#7cad001f 0%,#0000 50%);position:absolute;inset:0}.workshop-module__ds-yna__hero:after{content:"";z-index:1;opacity:.45;background-image:linear-gradient(45deg,#ffffff0a 25%,#0000 25%),linear-gradient(-45deg,#ffffff0a 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff0a 75%),linear-gradient(-45deg,#0000 75%,#ffffff0a 75%);background-position:0 0,0 30px,30px -30px,-30px 0;background-size:60px 60px;position:absolute;inset:0}.workshop-module__ds-yna__heroContent{text-align:center;color:#fff;z-index:10;max-width:840px;margin:0 auto;padding:2.5rem 2rem;position:relative}.workshop-module__ds-yna__heroTitle{background:linear-gradient(#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2rem,4.5vw,3rem);font-weight:800}.workshop-module__ds-yna__heroSubtitle{color:#cbd5e1;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.workshop-module__ds-yna__section{background:var(--background);padding:4.5rem 2rem}.workshop-module__ds-yna__container{flex-direction:column;gap:2rem;max-width:1100px;margin:0 auto;display:flex}.workshop-module__ds-yna__fadeInUp,.workshop-module__ds-yna__fadeInLeft,.workshop-module__ds-yna__fadeInRight{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1)}.workshop-module__ds-yna__fadeInUp{transform:translateY(40px)}.workshop-module__ds-yna__fadeInLeft{transform:translate(-40px)}.workshop-module__ds-yna__fadeInRight{transform:translate(40px)}.workshop-module__ds-yna__fadeInUp.workshop-module__ds-yna__visible,.workshop-module__ds-yna__fadeInLeft.workshop-module__ds-yna__visible,.workshop-module__ds-yna__fadeInRight.workshop-module__ds-yna__visible{opacity:1;transform:translate(0)}.workshop-module__ds-yna__visible .workshop-module__ds-yna__benefitItem,.workshop-module__ds-yna__visible .workshop-module__ds-yna__moduleCard,.workshop-module__ds-yna__visible .workshop-module__ds-yna__scheduleItem{opacity:0;animation:.6s cubic-bezier(.4,0,.2,1) forwards workshop-module__ds-yna__slideInUp}@keyframes workshop-module__ds-yna__slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.workshop-module__ds-yna__card{box-shadow:var(--shadow-md);background:#fff;border:1px solid #154aa214;border-radius:20px;padding:2.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.workshop-module__ds-yna__card:hover{border-color:#7cad004d;transform:translateY(-5px);box-shadow:0 15px 35px #154aa21f}.workshop-module__ds-yna__cardTitle{color:var(--primary);border-bottom:3px solid var(--secondary);margin:0 0 1.75rem;padding-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:700}.workshop-module__ds-yna__highlight{color:var(--secondary)}.workshop-module__ds-yna__intro{color:var(--text-muted);margin:0;font-size:1rem;line-height:1.7}.workshop-module__ds-yna__benefitsGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;display:grid}.workshop-module__ds-yna__benefitItem{border-left:3px solid var(--secondary);background:linear-gradient(135deg,#154aa208 0%,#95cfeb08 100%);border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.workshop-module__ds-yna__benefitItem:hover{background:linear-gradient(135deg,#154aa214 0%,#95cfeb14 100%);transform:translate(8px)scale(1.02);box-shadow:0 4px 15px #154aa226}.workshop-module__ds-yna__benefitIcon{color:var(--secondary);flex-shrink:0;margin-top:2px}.workshop-module__ds-yna__benefitItem span{color:var(--text-main);font-size:.95rem;line-height:1.6}.workshop-module__ds-yna__modulesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.workshop-module__ds-yna__moduleCard{background:linear-gradient(135deg,#154aa20a 0%,#95cfeb0a 100%);border:2px solid #154aa21a;border-radius:16px;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative}.workshop-module__ds-yna__moduleCard:hover{border-color:var(--secondary);transform:translateY(-8px)scale(1.02);box-shadow:0 15px 40px #154aa233}.workshop-module__ds-yna__moduleCard:hover .workshop-module__ds-yna__moduleNumber{transform:rotate(360deg)scale(1.1);box-shadow:0 6px 20px #7cad0066}.workshop-module__ds-yna__moduleNumber{background:var(--secondary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:Outfit,sans-serif;font-size:1.25rem;font-weight:700;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:-15px;left:20px;box-shadow:0 4px 12px #7cad004d}.workshop-module__ds-yna__moduleTitle{color:var(--primary);margin:.5rem 0 .75rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700}.workshop-module__ds-yna__moduleDescription{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.workshop-module__ds-yna__scheduleGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.workshop-module__ds-yna__scheduleItem{background:linear-gradient(135deg,#154aa20d 0%,#95cfeb0d 100%);border:1px solid #154aa21a;border-radius:12px;align-items:center;gap:1rem;padding:1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex}.workshop-module__ds-yna__scheduleItem:hover{border-color:var(--secondary);transform:translateY(-5px)scale(1.03);box-shadow:0 10px 25px #154aa226}.workshop-module__ds-yna__scheduleItem:hover .workshop-module__ds-yna__scheduleIcon{color:var(--primary);transform:rotate(360deg)}.workshop-module__ds-yna__scheduleIcon{color:var(--secondary);flex-shrink:0;transition:all .6s cubic-bezier(.4,0,.2,1)}.workshop-module__ds-yna__scheduleContent{flex:1}.workshop-module__ds-yna__scheduleSession{color:var(--primary);margin:0 0 .25rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700}.workshop-module__ds-yna__scheduleTime{color:var(--text-muted);margin:0;font-size:.95rem}.workshop-module__ds-yna__tableWrapper{margin-bottom:1.5rem;overflow-x:auto}.workshop-module__ds-yna__table{border-collapse:collapse;width:100%;font-size:.95rem}.workshop-module__ds-yna__table thead{background:linear-gradient(135deg,var(--primary)0%,#0f3a82 100%);color:#fff}.workshop-module__ds-yna__table th{text-align:left;padding:1rem;font-family:Outfit,sans-serif;font-weight:600}.workshop-module__ds-yna__table tbody tr{border-bottom:1px solid #f1f5f9;transition:background .2s}.workshop-module__ds-yna__table tbody tr:hover{background:#154aa208}.workshop-module__ds-yna__table td{color:var(--text-main);padding:1rem}.workshop-module__ds-yna__feeCell{color:var(--secondary);font-weight:600}.workshop-module__ds-yna__importantNote{border-left:4px solid var(--secondary);background:linear-gradient(135deg,#7cad0014 0%,#95cfeb14 100%);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.25rem;display:flex}.workshop-module__ds-yna__importantNote svg{color:var(--secondary);flex-shrink:0;margin-top:2px}.workshop-module__ds-yna__importantNote p{color:var(--text-main);margin:0 0 .5rem;font-size:.95rem;line-height:1.6}.workshop-module__ds-yna__importantNote p:last-child{margin-bottom:0}.workshop-module__ds-yna__twoColumnGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.workshop-module__ds-yna__venueInfo{background:linear-gradient(135deg,#154aa20d 0%,#95cfeb0d 100%);border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.workshop-module__ds-yna__venueIcon{color:var(--secondary);flex-shrink:0}.workshop-module__ds-yna__venueName{color:var(--primary);margin:0 0 .25rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700}.workshop-module__ds-yna__venueLocation{color:var(--text-muted);margin:0;font-size:.95rem}.workshop-module__ds-yna__conferenceInfo{flex-direction:column;gap:1rem;display:flex}.workshop-module__ds-yna__conferenceSubtitle{color:var(--text-muted);margin:0 0 .5rem;font-size:.95rem;font-style:italic}.workshop-module__ds-yna__infoItem{color:var(--text-main);align-items:flex-start;gap:.75rem;font-size:.95rem;display:flex}.workshop-module__ds-yna__infoItem svg{color:var(--secondary);flex-shrink:0;margin-top:2px}.workshop-module__ds-yna__themeBox{border-left:3px solid var(--secondary);color:var(--text-main);background:linear-gradient(135deg,#7cad0014 0%,#95cfeb14 100%);border-radius:8px;margin-top:.5rem;padding:1rem;font-size:.95rem}.workshop-module__ds-yna__ctaCard{background:linear-gradient(135deg,var(--primary)0%,#0f3a82 100%);text-align:center;border:1px solid #95cfeb33;border-radius:20px;padding:3rem 2.5rem;box-shadow:0 10px 30px #154aa233}.workshop-module__ds-yna__ctaTitle{color:#fff;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.workshop-module__ds-yna__ctaDescription{color:#cbd5e1;max-width:700px;margin:0 auto 2rem;font-size:1.05rem;line-height:1.7}.workshop-module__ds-yna__ctaButton{background:var(--secondary);color:#fff;border-radius:12px;justify-content:center;align-items:center;padding:1rem 2.5rem;font-family:Outfit,sans-serif;font-size:1.05rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 15px #7cad004d}.workshop-module__ds-yna__ctaButton:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.workshop-module__ds-yna__ctaButton:hover:before{width:300px;height:300px}.workshop-module__ds-yna__ctaButton:hover{background:var(--secondary-hover);transform:translateY(-5px)scale(1.05);box-shadow:0 10px 30px #7cad0080}.workshop-module__ds-yna__contactInfo{background:linear-gradient(135deg,#154aa20d 0%,#95cfeb0d 100%);border-radius:12px;justify-content:center;align-items:center;gap:1rem;padding:1.5rem;display:flex}.workshop-module__ds-yna__contactInfo svg{color:var(--secondary);flex-shrink:0}.workshop-module__ds-yna__contactDetails{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.workshop-module__ds-yna__contactDetails a{color:var(--primary);font-size:1.05rem;font-weight:600;text-decoration:none;transition:color .2s}.workshop-module__ds-yna__contactDetails a:hover{color:var(--secondary)}.workshop-module__ds-yna__separator{color:var(--text-muted)}@media (max-width:768px){.workshop-module__ds-yna__hero{min-height:28vh;padding-top:108px}.workshop-module__ds-yna__heroContent{padding:2rem 1.5rem}.workshop-module__ds-yna__section{padding:3rem 1.5rem}.workshop-module__ds-yna__card{padding:1.75rem}.workshop-module__ds-yna__cardTitle{font-size:1.5rem}.workshop-module__ds-yna__benefitsGrid,.workshop-module__ds-yna__modulesGrid,.workshop-module__ds-yna__scheduleGrid{grid-template-columns:1fr}.workshop-module__ds-yna__ctaCard{padding:2.5rem 1.75rem}.workshop-module__ds-yna__ctaTitle{font-size:1.75rem}.workshop-module__ds-yna__contactInfo{text-align:center;flex-direction:column}.workshop-module__ds-yna__contactDetails{flex-direction:column;gap:.5rem}.workshop-module__ds-yna__separator{display:none}}@media (max-width:480px){.workshop-module__ds-yna__hero{min-height:25vh}.workshop-module__ds-yna__heroTitle{font-size:1.6rem}.workshop-module__ds-yna__heroSubtitle{font-size:.95rem}.workshop-module__ds-yna__section{padding:2.25rem 1rem}.workshop-module__ds-yna__card{padding:1.4rem}.workshop-module__ds-yna__cardTitle{font-size:1.35rem}.workshop-module__ds-yna__moduleCard{padding:1.5rem}.workshop-module__ds-yna__ctaCard{padding:2rem 1.4rem}.workshop-module__ds-yna__ctaTitle{font-size:1.5rem}.workshop-module__ds-yna__ctaDescription{font-size:.95rem}.workshop-module__ds-yna__ctaButton{padding:.875rem 2rem;font-size:1rem}}
.message-module__uDHGtq__hero{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);justify-content:center;align-items:center;min-height:40vh;padding-top:118px;display:flex;position:relative;overflow:hidden}.message-module__uDHGtq__hero:before{content:"";z-index:1;background-image:radial-gradient(circle at 20% 30%,#95cfeb26 0%,#0000 50%),radial-gradient(circle at 80% 70%,#7cad001f 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.message-module__uDHGtq__hero:after{content:"";z-index:1;opacity:.5;background-image:linear-gradient(45deg,#ffffff08 25%,#0000 25%),linear-gradient(-45deg,#ffffff08 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff08 75%),linear-gradient(-45deg,#0000 75%,#ffffff08 75%);background-position:0 0,0 30px,30px -30px,-30px 0;background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.message-module__uDHGtq__heroContent{text-align:center;color:#fff;z-index:10;max-width:800px;margin:0 auto;padding:2.5rem 2rem;position:relative}.message-module__uDHGtq__heroTitle{background:linear-gradient(#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.message-module__uDHGtq__heroSubtitle{color:#cbd5e1;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.message-module__uDHGtq__messageSection{background:var(--background);padding:5rem 2rem}.message-module__uDHGtq__container{max-width:1400px;margin:0 auto}.message-module__uDHGtq__contentGrid{grid-template-columns:380px 1fr;align-items:start;gap:4rem;display:grid}.message-module__uDHGtq__leftColumn{flex-direction:column;gap:2rem;display:flex;position:sticky;top:100px}.message-module__uDHGtq__imageCard{background:#fff;border:1px solid #154aa21a;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a}.message-module__uDHGtq__imageWrapper{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);width:100%;height:450px;position:relative}.message-module__uDHGtq__imageCaption{text-align:center;background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);color:#fff;padding:1.5rem}.message-module__uDHGtq__imageCaption h3{color:#fff;margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:700}.message-module__uDHGtq__imageCaption p{opacity:.9;margin:.25rem 0;font-size:.95rem}.message-module__uDHGtq__conference{font-weight:600;color:var(--secondary)!important;opacity:1!important}.message-module__uDHGtq__infoBox{background:#fff;border:1px solid #154aa214;border-radius:16px;padding:2rem;box-shadow:0 4px 12px #0000000d}.message-module__uDHGtq__infoBox h4{color:var(--primary);margin:0 0 1.5rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700}.message-module__uDHGtq__infoItem{color:var(--text-main);align-items:center;gap:1rem;padding:.75rem 0;font-size:.95rem;display:flex}.message-module__uDHGtq__infoItem svg{color:var(--secondary);flex-shrink:0}.message-module__uDHGtq__rightColumn{background:#fff;border:1px solid #154aa214;border-radius:20px;padding:3rem;box-shadow:0 4px 12px #0000000d}.message-module__uDHGtq__messageContent{font-family:Plus Jakarta Sans,sans-serif}.message-module__uDHGtq__greeting{color:var(--primary);margin:0 0 1.5rem;font-size:1.2rem;font-weight:600}.message-module__uDHGtq__paragraph{color:var(--text-main);text-align:justify;margin:0 0 1.5rem;font-size:1.05rem;line-height:1.8}.message-module__uDHGtq__paragraph strong{color:var(--primary);font-weight:700}.message-module__uDHGtq__theme{color:var(--secondary);font-style:italic;font-weight:600}.message-module__uDHGtq__closing{color:var(--text-main);margin:2rem 0 1rem;font-size:1.05rem}.message-module__uDHGtq__signature{border-top:2px solid #154aa21a;margin-top:2rem;padding-top:2rem}.message-module__uDHGtq__signatureName{color:var(--primary);margin:0 0 .25rem;font-family:Outfit,sans-serif;font-size:1.2rem;font-weight:700}.message-module__uDHGtq__signatureTitle{color:var(--text-muted);margin:0 0 .25rem;font-size:1rem}.message-module__uDHGtq__signatureConf{color:var(--secondary);margin:0;font-size:.95rem;font-weight:600}@media (max-width:1024px){.message-module__uDHGtq__contentGrid{grid-template-columns:1fr;gap:3rem}.message-module__uDHGtq__leftColumn{flex-direction:row;gap:2rem;position:static}.message-module__uDHGtq__imageCard,.message-module__uDHGtq__infoBox{flex:1}}@media (max-width:768px){.message-module__uDHGtq__hero{min-height:35vh}.message-module__uDHGtq__messageSection{padding:3rem 1.5rem}.message-module__uDHGtq__leftColumn{flex-direction:column}.message-module__uDHGtq__rightColumn{padding:2rem}.message-module__uDHGtq__paragraph{text-align:left;font-size:1rem}}@media (max-width:480px){.message-module__uDHGtq__hero{min-height:30vh;padding-top:108px}.message-module__uDHGtq__heroTitle{font-size:1.75rem}.message-module__uDHGtq__heroSubtitle{font-size:.9rem}.message-module__uDHGtq__messageSection{padding:2rem 1rem}.message-module__uDHGtq__imageWrapper{height:300px}.message-module__uDHGtq__rightColumn{padding:1.5rem}.message-module__uDHGtq__paragraph{font-size:.95rem;line-height:1.7}.message-module__uDHGtq__greeting{font-size:1.1rem}}
.policy-module__VZhB-a__hero{background:var(--gradient-primary);justify-content:center;align-items:center;min-height:32vh;padding-top:118px;display:flex;position:relative;overflow:hidden}.policy-module__VZhB-a__hero:before{content:"";z-index:1;background-image:radial-gradient(circle at 20% 30%,#95cfeb29 0%,#0000 50%),radial-gradient(circle at 80% 70%,#7cad001f 0%,#0000 50%);position:absolute;inset:0}.policy-module__VZhB-a__hero:after{content:"";z-index:1;opacity:.45;background-image:linear-gradient(45deg,#ffffff0a 25%,#0000 25%),linear-gradient(-45deg,#ffffff0a 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff0a 75%),linear-gradient(-45deg,#0000 75%,#ffffff0a 75%);background-position:0 0,0 30px,30px -30px,-30px 0;background-size:60px 60px;position:absolute;inset:0}.policy-module__VZhB-a__heroContent{text-align:center;color:#fff;z-index:10;max-width:840px;margin:0 auto;padding:2.5rem 2rem;position:relative}.policy-module__VZhB-a__heroTitle{background:linear-gradient(#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2.2rem,4.5vw,3.2rem);font-weight:800}.policy-module__VZhB-a__heroSubtitle{color:#cbd5e1;font-size:clamp(1rem,2vw,1.15rem);line-height:1.6}.policy-module__VZhB-a__abstractHero{min-height:40vh}.policy-module__VZhB-a__section{background:var(--background);padding:4.5rem 2rem}.policy-module__VZhB-a__container{max-width:1100px;margin:0 auto}.policy-module__VZhB-a__card{box-shadow:var(--shadow-md);background:#fff;border:1px solid #154aa214;border-radius:20px;padding:2.5rem}.policy-module__VZhB-a__cardTitle{color:var(--primary);border-bottom:3px solid var(--secondary);margin:0 0 1.5rem;padding-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:700}.policy-module__VZhB-a__highlight{color:var(--secondary)}.policy-module__VZhB-a__intro{color:var(--text-muted);margin:0 0 1.5rem;font-size:1rem;line-height:1.7}.policy-module__VZhB-a__block{margin-top:1.5rem}.policy-module__VZhB-a__blockTitle{color:var(--primary);border-left:4px solid var(--secondary);background:linear-gradient(135deg,#154aa20d 0%,#95cfeb0d 100%);border-radius:12px;align-items:center;gap:.5rem;margin:0 0 1rem;padding:.75rem 1rem;font-size:1.1rem;font-weight:700;display:flex}.policy-module__VZhB-a__blockTitle svg{color:var(--secondary)}.policy-module__VZhB-a__list{margin:0;padding:0;list-style:none}.policy-module__VZhB-a__list li{color:var(--text-main);border-bottom:1px solid #f1f5f9;padding:.75rem 0 .75rem 1.5rem;font-size:.95rem;line-height:1.6;position:relative}.policy-module__VZhB-a__list li:last-child{border-bottom:none}.policy-module__VZhB-a__list li:before{content:"";background:var(--secondary);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.policy-module__VZhB-a__note{color:var(--text-muted);margin-top:1.25rem;font-size:.95rem;line-height:1.6}.policy-module__VZhB-a__link{color:var(--primary);font-weight:600;text-decoration:underline}@media (max-width:768px){.policy-module__VZhB-a__hero{min-height:28vh}.policy-module__VZhB-a__abstractHero{min-height:35vh}.policy-module__VZhB-a__section{padding:3rem 1.5rem}.policy-module__VZhB-a__card{padding:1.75rem}.policy-module__VZhB-a__cardTitle{font-size:1.35rem}}@media (max-width:480px){.policy-module__VZhB-a__hero{padding-top:108px}.policy-module__VZhB-a__abstractHero{min-height:30vh}.policy-module__VZhB-a__heroTitle{font-size:1.8rem}.policy-module__VZhB-a__heroSubtitle{font-size:.95rem}.policy-module__VZhB-a__section{padding:2.25rem 1rem}.policy-module__VZhB-a__card{padding:1.4rem}.policy-module__VZhB-a__list li{font-size:.88rem}}
.registration-module__1paJga__hero{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);justify-content:center;align-items:center;min-height:40vh;padding-top:118px;display:flex;position:relative;overflow:hidden}.registration-module__1paJga__hero:before{content:"";z-index:1;background-image:radial-gradient(circle at 20% 30%,#95cfeb26 0%,#0000 50%),radial-gradient(circle at 80% 70%,#7cad001f 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.registration-module__1paJga__hero:after{content:"";z-index:1;opacity:.5;background-image:linear-gradient(45deg,#ffffff08 25%,#0000 25%),linear-gradient(-45deg,#ffffff08 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff08 75%),linear-gradient(-45deg,#0000 75%,#ffffff08 75%);background-position:0 0,0 30px,30px -30px,-30px 0;background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.registration-module__1paJga__heroContent{text-align:center;color:#fff;z-index:10;max-width:800px;margin:0 auto;padding:2.5rem 2rem;position:relative}.registration-module__1paJga__heroTitle{background:linear-gradient(#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.registration-module__1paJga__heroSubtitle{color:#cbd5e1;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.registration-module__1paJga__registrationSection{background:var(--background);padding:5rem 2rem}.registration-module__1paJga__container{max-width:1400px;margin:0 auto}.registration-module__1paJga__topGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.registration-module__1paJga__bottomGrid{grid-template-columns:1fr;gap:2rem;margin-top:2rem;display:grid}.registration-module__1paJga__card{background:#fff;border:1px solid #154aa214;border-radius:20px;padding:2.5rem;box-shadow:0 4px 12px #0000000d}.registration-module__1paJga__cardTitle{color:var(--primary);border-bottom:3px solid var(--secondary);margin:0 0 1.5rem;padding-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700}.registration-module__1paJga__cardTitle .registration-module__1paJga__highlight{color:var(--secondary)}.registration-module__1paJga__includeList{margin:0;padding:0;list-style:none}.registration-module__1paJga__includeList li{color:var(--text-main);border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:1rem;padding:.875rem 0;font-size:.95rem;line-height:1.6;display:flex}.registration-module__1paJga__includeList li:last-child{border-bottom:none}.registration-module__1paJga__includeList li svg{color:var(--secondary);flex-shrink:0;margin-top:2px}.registration-module__1paJga__bankDetails{flex-direction:column;gap:1rem;display:flex}.registration-module__1paJga__bankItem{background:#f8fafc;border:1px solid #154aa214;border-radius:12px;flex-direction:column;gap:.25rem;padding:1rem;display:flex}.registration-module__1paJga__bankLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.registration-module__1paJga__bankValue{color:var(--primary);font-size:1.05rem;font-weight:700}.registration-module__1paJga__pointsList{margin:0;padding:0;list-style:none}.registration-module__1paJga__pointsList li{color:var(--text-main);border-bottom:1px solid #f1f5f9;align-items:flex-start;gap:.875rem;padding:.875rem 0;font-size:.95rem;line-height:1.6;display:flex}.registration-module__1paJga__pointsList li:last-child{border-bottom:none}.registration-module__1paJga__pointsList li svg{color:var(--primary);flex-shrink:0;margin-top:2px}.registration-module__1paJga__chartsSection{margin:0 0 2rem}.registration-module__1paJga__sectionTitle{color:var(--primary);text-align:center;margin:0 0 1.5rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.registration-module__1paJga__sectionTitle .registration-module__1paJga__highlight{color:var(--secondary)}.registration-module__1paJga__tableCard{background:#fff;border:1px solid #154aa214;border-radius:20px;margin-bottom:2rem;padding:2rem;overflow:hidden;box-shadow:0 4px 12px #0000000d}.registration-module__1paJga__tableTitle{color:#fff;background:linear-gradient(90deg,var(--primary)0%,#0a1f42 100%);text-align:center;margin:-2rem -2rem 1.5rem;padding:1rem 2rem;font-size:1.25rem;font-weight:700}.registration-module__1paJga__tableWrapper{overflow-x:auto}.registration-module__1paJga__table{border-collapse:collapse;width:100%;font-size:.9rem}.registration-module__1paJga__table thead{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);color:#fff}.registration-module__1paJga__table th{text-align:center;border:1px solid #fff3;padding:1rem .75rem;font-size:.875rem;font-weight:600;line-height:1.4}.registration-module__1paJga__table td{text-align:center;color:var(--text-main);border:1px solid #e2e8f0;padding:1rem .75rem}.registration-module__1paJga__table tbody tr:nth-child(2n){background:#f8fafc}.registration-module__1paJga__table tbody tr:hover{background:#154aa208}.registration-module__1paJga__table td:first-child{text-align:left;color:var(--primary);font-weight:600}.registration-module__1paJga__registerBtn{background:linear-gradient(135deg,var(--secondary)0%,#8fc600 100%);color:var(--text-main);white-space:nowrap;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.registration-module__1paJga__registerBtn:hover{background:linear-gradient(135deg,#8fc600 0%,var(--secondary)100%);transform:translateY(-2px);box-shadow:0 4px 12px #7cad004d}.registration-module__1paJga__policySection{margin-bottom:2rem}.registration-module__1paJga__policySection:last-child{margin-bottom:0}.registration-module__1paJga__policySubtitle{color:var(--primary);border-left:4px solid var(--secondary);background:linear-gradient(135deg,#154aa20d 0%,#95cfeb0d 100%);border-radius:12px;align-items:center;gap:.5rem;margin:0 0 1rem;padding:.75rem 1rem;font-size:1.1rem;font-weight:700;display:flex}.registration-module__1paJga__policySubtitle svg{color:var(--secondary)}.registration-module__1paJga__policyList{margin:0;padding:0;list-style:none}.registration-module__1paJga__policyList li{color:var(--text-main);border-bottom:1px solid #f1f5f9;padding:.75rem 0 .75rem 1.5rem;font-size:.95rem;line-height:1.6;position:relative}.registration-module__1paJga__policyList li:last-child{border-bottom:none}.registration-module__1paJga__policyList li:before{content:"";background:var(--secondary);border-radius:50%;width:6px;height:6px;position:absolute;top:50%;left:0;transform:translateY(-50%)}@media (max-width:1024px){.registration-module__1paJga__topGrid{grid-template-columns:1fr}.registration-module__1paJga__table{font-size:.85rem}.registration-module__1paJga__table th,.registration-module__1paJga__table td{padding:.75rem .5rem}}@media (max-width:768px){.registration-module__1paJga__hero{min-height:35vh}.registration-module__1paJga__registrationSection{padding:3rem 1.5rem}.registration-module__1paJga__card,.registration-module__1paJga__tableCard{padding:1.5rem}.registration-module__1paJga__cardTitle{font-size:1.3rem}.registration-module__1paJga__sectionTitle{font-size:1.5rem}.registration-module__1paJga__tableTitle{margin:-1.5rem -1.5rem 1rem;padding:.875rem 1.5rem;font-size:1.1rem}.registration-module__1paJga__table{font-size:.8rem}.registration-module__1paJga__table th,.registration-module__1paJga__table td{padding:.625rem .375rem;font-size:.75rem}}@media (max-width:480px){.registration-module__1paJga__hero{min-height:30vh;padding-top:108px}.registration-module__1paJga__heroTitle{font-size:1.75rem}.registration-module__1paJga__heroSubtitle{font-size:.9rem}.registration-module__1paJga__registrationSection{padding:2rem 1rem}.registration-module__1paJga__card,.registration-module__1paJga__tableCard{padding:1.25rem}.registration-module__1paJga__cardTitle{font-size:1.2rem}.registration-module__1paJga__includeList li,.registration-module__1paJga__pointsList li,.registration-module__1paJga__policyList li{font-size:.875rem}.registration-module__1paJga__table{font-size:.7rem}.registration-module__1paJga__table th,.registration-module__1paJga__table td{padding:.5rem .25rem}}
.scientific-module__AFbDjG__hero{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);justify-content:center;align-items:center;min-height:40vh;padding-top:118px;display:flex;position:relative;overflow:hidden}.scientific-module__AFbDjG__hero:before{content:"";z-index:1;background-image:radial-gradient(circle at 20% 30%,#95cfeb26 0%,#0000 50%),radial-gradient(circle at 80% 70%,#7cad001f 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.scientific-module__AFbDjG__hero:after{content:"";z-index:1;opacity:.5;background-image:linear-gradient(45deg,#ffffff08 25%,#0000 25%),linear-gradient(-45deg,#ffffff08 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff08 75%),linear-gradient(-45deg,#0000 75%,#ffffff08 75%);background-position:0 0,0 30px,30px -30px,-30px 0;background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.scientific-module__AFbDjG__heroContent{text-align:center;color:#fff;z-index:10;max-width:800px;margin:0 auto;padding:2.5rem 2rem;position:relative}.scientific-module__AFbDjG__heroTitle{background:linear-gradient(#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.scientific-module__AFbDjG__heroSubtitle{color:#cbd5e1;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.scientific-module__AFbDjG__contentSection{background:var(--background);padding:5rem 2rem;position:relative;overflow:hidden}.scientific-module__AFbDjG__contentSection:before{content:"";z-index:0;background:radial-gradient(circle,#154aa214 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;left:-150px}.scientific-module__AFbDjG__contentSection:after{content:"";z-index:0;background:radial-gradient(circle,#7cad000f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-150px;right:-100px}.scientific-module__AFbDjG__container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.scientific-module__AFbDjG__contentGrid{grid-template-columns:1fr 1fr;gap:4rem;display:grid}.scientific-module__AFbDjG__leftColumn,.scientific-module__AFbDjG__rightColumn{background:#fff;border:1px solid #154aa214;border-radius:20px;padding:3rem;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000000d}.scientific-module__AFbDjG__leftColumn:before{content:"";z-index:0;background:linear-gradient(135deg,#154aa20d 0%,#0000 70%);border-radius:50%;width:150px;height:150px;position:absolute;top:-30px;right:-30px}.scientific-module__AFbDjG__rightColumn:before{content:"";z-index:0;background:linear-gradient(135deg,#7cad000a 0%,#0000 70%);border-radius:50%;width:180px;height:180px;position:absolute;bottom:-40px;left:-40px}.scientific-module__AFbDjG__section{z-index:1;margin-bottom:3rem;position:relative}.scientific-module__AFbDjG__section:last-child{margin-bottom:0}.scientific-module__AFbDjG__sectionTitle{color:var(--primary);border-bottom:3px solid var(--secondary);margin:0 0 1.5rem;padding-bottom:.75rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;display:inline-block;position:relative}.scientific-module__AFbDjG__sectionTitle .scientific-module__AFbDjG__highlight{color:var(--secondary)}.scientific-module__AFbDjG__sectionTitle:after{content:"";background:var(--primary);width:60px;height:3px;position:absolute;bottom:-3px;left:0}.scientific-module__AFbDjG__list{z-index:1;margin:0;padding:0;list-style:none;position:relative}.scientific-module__AFbDjG__list li{color:var(--text-main);border-bottom:1px solid #f1f5f9;padding:.75rem 0 .75rem 2rem;font-size:1rem;line-height:1.6;transition:all .3s;position:relative}.scientific-module__AFbDjG__list li:hover{background:#154aa205;padding-left:2.25rem}.scientific-module__AFbDjG__list li:last-child{border-bottom:none}.scientific-module__AFbDjG__list li:before{content:"";background:linear-gradient(135deg,var(--secondary)0%,var(--primary)100%);border-radius:50%;width:8px;height:8px;transition:all .3s;position:absolute;top:50%;left:.5rem;transform:translateY(-50%)}.scientific-module__AFbDjG__list li:hover:before{transform:translateY(-50%)scale(1.3);box-shadow:0 0 8px #7cad0066}@media (max-width:1024px){.scientific-module__AFbDjG__contentGrid{grid-template-columns:1fr;gap:2rem}}@media (max-width:768px){.scientific-module__AFbDjG__hero{min-height:35vh}.scientific-module__AFbDjG__contentSection{padding:3rem 1.5rem}.scientific-module__AFbDjG__leftColumn,.scientific-module__AFbDjG__rightColumn{padding:2rem}.scientific-module__AFbDjG__sectionTitle{font-size:1.3rem}.scientific-module__AFbDjG__list li{padding-left:1.75rem;font-size:.95rem}}@media (max-width:480px){.scientific-module__AFbDjG__hero{min-height:30vh;padding-top:108px}.scientific-module__AFbDjG__heroTitle{font-size:1.75rem}.scientific-module__AFbDjG__heroSubtitle{font-size:.9rem}.scientific-module__AFbDjG__contentSection{padding:2rem 1rem}.scientific-module__AFbDjG__leftColumn,.scientific-module__AFbDjG__rightColumn{padding:1.5rem}.scientific-module__AFbDjG__section{margin-bottom:2rem}.scientific-module__AFbDjG__sectionTitle{font-size:1.2rem}.scientific-module__AFbDjG__list li{font-size:.9rem}}
.venue-module__Rp6G5G__hero{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);justify-content:center;align-items:center;min-height:40vh;padding-top:118px;display:flex;position:relative;overflow:hidden}.venue-module__Rp6G5G__hero:before{content:"";z-index:1;background-image:radial-gradient(circle at 20% 30%,#95cfeb26 0%,#0000 50%),radial-gradient(circle at 80% 70%,#7cad001f 0%,#0000 50%);width:100%;height:100%;position:absolute;top:0;left:0}.venue-module__Rp6G5G__hero:after{content:"";z-index:1;opacity:.5;background-image:linear-gradient(45deg,#ffffff08 25%,#0000 25%),linear-gradient(-45deg,#ffffff08 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#ffffff08 75%),linear-gradient(-45deg,#0000 75%,#ffffff08 75%);background-position:0 0,0 30px,30px -30px,-30px 0;background-size:60px 60px;width:100%;height:100%;position:absolute;top:0;left:0}.venue-module__Rp6G5G__heroContent{text-align:center;color:#fff;z-index:10;max-width:800px;margin:0 auto;padding:2.5rem 2rem;position:relative}.venue-module__Rp6G5G__heroTitle{background:linear-gradient(#fff 0%,#e2e8f0 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 1rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,5vw,3.5rem);font-weight:800}.venue-module__Rp6G5G__heroSubtitle{color:#cbd5e1;font-size:clamp(1rem,2vw,1.2rem);line-height:1.6}.venue-module__Rp6G5G__venueSection{background:var(--background);padding:5rem 2rem;position:relative;overflow:hidden}.venue-module__Rp6G5G__venueSection:before{content:"";z-index:0;background:radial-gradient(circle,#95cfeb14 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;right:-150px}.venue-module__Rp6G5G__container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.venue-module__Rp6G5G__venueCard{background:#fff;border:1px solid #154aa21a;border-radius:24px;margin-bottom:4rem;padding:3rem;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.venue-module__Rp6G5G__venueCard:before{content:"";z-index:0;background:linear-gradient(135deg,#154aa20d 0%,#0000 70%);border-radius:50%;width:200px;height:200px;position:absolute;top:-50px;left:-50px}.venue-module__Rp6G5G__venueHeader{text-align:center;z-index:1;margin-bottom:3rem;position:relative}.venue-module__Rp6G5G__venueName{color:var(--primary);margin:0 0 .5rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.venue-module__Rp6G5G__venueTagline{color:var(--text-muted);margin:0;font-size:1.1rem}.venue-module__Rp6G5G__venueInfo{z-index:1;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid;position:relative}.venue-module__Rp6G5G__infoItem{background:linear-gradient(135deg,#f8fafc 0%,#fff 100%);border:1px solid #154aa214;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.venue-module__Rp6G5G__infoItem:hover{border-color:var(--primary-light);transform:translateY(-5px);box-shadow:0 8px 20px #154aa21a}.venue-module__Rp6G5G__infoIcon{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);color:#fff;border-radius:12px;flex-shrink:0;width:40px;height:40px;padding:8px}.venue-module__Rp6G5G__infoItem h4{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin:0 0 .25rem;font-size:.875rem;font-weight:600}.venue-module__Rp6G5G__infoItem p{color:var(--text-main);margin:0;font-size:1.1rem;font-weight:600}.venue-module__Rp6G5G__featuresSection{margin-bottom:4rem}.venue-module__Rp6G5G__sectionTitle{color:var(--primary);text-align:center;margin:0 0 2.5rem;font-family:Outfit,sans-serif;font-size:2rem;font-weight:800}.venue-module__Rp6G5G__sectionTitle .venue-module__Rp6G5G__highlight{color:var(--secondary)}.venue-module__Rp6G5G__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;display:grid}.venue-module__Rp6G5G__featureCard{text-align:center;background:#fff;border:1px solid #154aa214;border-radius:20px;padding:2rem;transition:all .3s}.venue-module__Rp6G5G__featureCard:hover{border-color:var(--primary-light);transform:translateY(-8px);box-shadow:0 12px 30px #154aa21f}.venue-module__Rp6G5G__featureIcon{background:linear-gradient(135deg,var(--primary)0%,#0a1f42 100%);color:#fff;border-radius:16px;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1.25rem;transition:all .3s;display:flex}.venue-module__Rp6G5G__featureCard:hover .venue-module__Rp6G5G__featureIcon{transform:scale(1.1)rotate(5deg)}.venue-module__Rp6G5G__featureTitle{color:var(--text-main);margin:0 0 .5rem;font-size:1.1rem;font-weight:700}.venue-module__Rp6G5G__featureDescription{color:var(--text-muted);margin:0;font-size:.95rem;line-height:1.6}.venue-module__Rp6G5G__gallerySection{margin-bottom:2rem}.venue-module__Rp6G5G__gallery{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;display:grid}.venue-module__Rp6G5G__galleryItem{border:2px solid #0000;border-radius:20px;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #0000001a}.venue-module__Rp6G5G__galleryItem:hover{border-color:var(--primary-light);transform:translateY(-8px);box-shadow:0 12px 30px #154aa226}.venue-module__Rp6G5G__imageWrapper{background:linear-gradient(135deg,#f8fafc 0%,#e2e8f0 100%);width:100%;height:300px;position:relative}.venue-module__Rp6G5G__imageWrapper:after{content:"";opacity:0;background:linear-gradient(#0000 0%,#0000004d 100%);transition:opacity .3s;position:absolute;inset:0}.venue-module__Rp6G5G__galleryItem:hover .venue-module__Rp6G5G__imageWrapper:after{opacity:1}@media (max-width:768px){.venue-module__Rp6G5G__hero{min-height:35vh}.venue-module__Rp6G5G__venueSection{padding:3rem 1.5rem}.venue-module__Rp6G5G__venueCard{margin-bottom:3rem;padding:2rem}.venue-module__Rp6G5G__venueName{font-size:1.5rem}.venue-module__Rp6G5G__venueTagline{font-size:1rem}.venue-module__Rp6G5G__venueInfo{grid-template-columns:1fr;gap:1.5rem}.venue-module__Rp6G5G__sectionTitle{margin-bottom:2rem;font-size:1.5rem}.venue-module__Rp6G5G__featuresGrid,.venue-module__Rp6G5G__gallery{grid-template-columns:1fr;gap:1.5rem}.venue-module__Rp6G5G__imageWrapper{height:250px}}@media (max-width:480px){.venue-module__Rp6G5G__hero{min-height:30vh;padding-top:108px}.venue-module__Rp6G5G__heroTitle{font-size:1.75rem}.venue-module__Rp6G5G__heroSubtitle{font-size:.9rem}.venue-module__Rp6G5G__venueSection{padding:2rem 1rem}.venue-module__Rp6G5G__venueCard{padding:1.5rem}.venue-module__Rp6G5G__venueName{font-size:1.3rem}.venue-module__Rp6G5G__infoItem{padding:1.25rem}.venue-module__Rp6G5G__featureCard{padding:1.5rem}.venue-module__Rp6G5G__imageWrapper{height:220px}}
.EventVenue-module__890E0W__section{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 50%,#f8fafc 100%);padding:5rem 1.5rem;position:relative;overflow:hidden}.EventVenue-module__890E0W__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#95cfeb26 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:50%;left:-150px;transform:translateY(-50%)}.EventVenue-module__890E0W__section:after{content:"";pointer-events:none;background:radial-gradient(circle,#7cad001a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:20%;right:-100px}.EventVenue-module__890E0W__container{z-index:10;max-width:1200px;margin:0 auto;position:relative}.EventVenue-module__890E0W__headingWrapper{text-align:left;margin-bottom:3rem}.EventVenue-module__890E0W__mainHeading{letter-spacing:.02em;margin-bottom:1.25rem;font-family:Outfit,Inter,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.2}.EventVenue-module__890E0W__dividerContainer{width:100%;max-width:200px;margin-top:1.25rem;position:relative;overflow:visible}.EventVenue-module__890E0W__divider{background:linear-gradient(90deg,#154aa2 0%,#95cfeb 50%,#7cad00 100%);border-radius:10px;height:4px;position:relative;overflow:hidden}.EventVenue-module__890E0W__dividerDot{transform-origin:50%;background:#7cad00;border-radius:50%;width:12px;height:12px;position:absolute;top:-4px;right:-8px;box-shadow:0 0 0 3px #7cad0033}.EventVenue-module__890E0W__contentGrid{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;display:grid}.EventVenue-module__890E0W__venueCard{background:#fff;border:1px solid #154aa21a;border-radius:20px;padding:2.5rem;transition:all .3s;box-shadow:0 8px 24px #00000014}.EventVenue-module__890E0W__venueCard:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001f}.EventVenue-module__890E0W__cardHeader{border-bottom:2px solid #f1f5f9;margin-bottom:2rem;padding-bottom:1.5rem}.EventVenue-module__890E0W__venueName{color:#154aa2;margin-bottom:.5rem;font-size:1.75rem;font-weight:700;line-height:1.3}.EventVenue-module__890E0W__venueTagline{color:#64748b;font-size:1rem;font-weight:500}.EventVenue-module__890E0W__infoList{flex-direction:column;gap:1.5rem;margin-bottom:2rem;display:flex}.EventVenue-module__890E0W__infoItem{align-items:flex-start;gap:1rem;display:flex}.EventVenue-module__890E0W__iconWrapper{color:#fff;background:linear-gradient(135deg,#154aa2 0%,#2563eb 100%);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .3s;display:flex}.EventVenue-module__890E0W__infoItem:hover .EventVenue-module__890E0W__iconWrapper{transform:scale(1.1)rotate(5deg)}.EventVenue-module__890E0W__infoContent{flex-direction:column;flex:1;gap:.25rem;display:flex}.EventVenue-module__890E0W__infoLabel{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:600}.EventVenue-module__890E0W__infoValue{color:#0f172a;font-size:1rem;font-weight:600;line-height:1.5}.EventVenue-module__890E0W__actionButtons{gap:1rem;margin-top:2rem;display:flex}.EventVenue-module__890E0W__primaryBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#154aa2 0%,#2563eb 100%);border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #154aa240}.EventVenue-module__890E0W__primaryBtn:hover{text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 20px #154aa259}.EventVenue-module__890E0W__secondaryBtn{color:#154aa2;cursor:pointer;background:#fff;border:2px solid #154aa2;border-radius:12px;flex:1;padding:.875rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.EventVenue-module__890E0W__secondaryBtn:hover{color:#fff;background:#154aa2;transform:translateY(-2px)}.EventVenue-module__890E0W__mapCard{background:#fff;border:1px solid #154aa21a;border-radius:20px;height:100%;min-height:500px;position:relative;overflow:hidden;box-shadow:0 8px 24px #00000014}.EventVenue-module__890E0W__mapWrapper{width:100%;height:100%;position:relative}.EventVenue-module__890E0W__mapWrapper iframe{display:block}.EventVenue-module__890E0W__mapOverlay{z-index:10;background:#fff;border-radius:8px;padding:.625rem 1rem;position:absolute;top:1rem;left:1rem;box-shadow:0 4px 12px #00000026}.EventVenue-module__890E0W__mapLabel{color:#154aa2;align-items:center;gap:.5rem;font-size:.875rem;font-weight:600;display:flex}.EventVenue-module__890E0W__aboutVenue{background:#fff;border:1px solid #7cad001a;border-radius:20px;padding:2.5rem;box-shadow:0 8px 24px #00000014}.EventVenue-module__890E0W__aboutTitle{color:#154aa2;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.EventVenue-module__890E0W__aboutText{color:#475569;margin-bottom:2rem;font-size:1rem;line-height:1.8}.EventVenue-module__890E0W__features{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;display:grid}.EventVenue-module__890E0W__feature{background:linear-gradient(135deg,#f0f9ff 0%,#e0f2fe 100%);border:1px solid #154aa21a;border-radius:10px;align-items:center;gap:.75rem;padding:.875rem 1rem;transition:all .3s;display:flex}.EventVenue-module__890E0W__feature:hover{border-color:#154aa24d;transform:translate(4px)}.EventVenue-module__890E0W__featureIcon{color:#fff;background:linear-gradient(135deg,#7cad00 0%,#84cc16 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:700;display:flex}.EventVenue-module__890E0W__feature span{color:#0f172a;font-size:.9rem;font-weight:600}@media (max-width:1024px){.EventVenue-module__890E0W__contentGrid{grid-template-columns:1fr}.EventVenue-module__890E0W__mapCard{min-height:400px}}@media (max-width:768px){.EventVenue-module__890E0W__section{padding:3rem 1rem}.EventVenue-module__890E0W__mainHeading{font-size:2rem}.EventVenue-module__890E0W__venueCard{padding:2rem 1.5rem}.EventVenue-module__890E0W__venueName{font-size:1.5rem}.EventVenue-module__890E0W__actionButtons{flex-direction:column}.EventVenue-module__890E0W__aboutVenue{padding:2rem 1.5rem}.EventVenue-module__890E0W__features{grid-template-columns:1fr}}@media (max-width:480px){.EventVenue-module__890E0W__mainHeading{font-size:1.75rem}.EventVenue-module__890E0W__venueCard{padding:1.5rem 1.25rem}.EventVenue-module__890E0W__venueName{font-size:1.25rem}.EventVenue-module__890E0W__infoItem{gap:.75rem}.EventVenue-module__890E0W__iconWrapper{width:36px;height:36px}.EventVenue-module__890E0W__aboutTitle{font-size:1.25rem}.EventVenue-module__890E0W__aboutText{font-size:.95rem}}
