.Newsletter-module__IBGW2a__newsletterSection{padding:var(--space-xl) 0;background-color:#f8f9fa;border-top:1px solid #0000000d}.Newsletter-module__IBGW2a__container{max-width:800px;padding:0 var(--space-sm);text-align:center;margin:0 auto}.Newsletter-module__IBGW2a__newsletterSection h2{margin-bottom:1rem;font-size:2.5rem}.Newsletter-module__IBGW2a__newsletterSection p{opacity:.8;margin-bottom:2.5rem;font-size:1.1rem}.Newsletter-module__IBGW2a__form{background:#fff;border-radius:50px;flex-wrap:wrap;justify-content:center;gap:1rem;max-width:550px;margin:0 auto;padding:.5rem;display:flex;box-shadow:0 10px 30px #0000000d}.Newsletter-module__IBGW2a__input{border:none;border-radius:50px;outline:none;flex:1;min-width:200px;padding:1rem 1.5rem;font-size:1rem}.Newsletter-module__IBGW2a__submitBtn{background-color:var(--color-primary);color:#fff;cursor:pointer;transition:var(--transition-smooth);border:none;border-radius:50px;padding:1rem 2rem;font-weight:600}.Newsletter-module__IBGW2a__submitBtn:hover{filter:brightness(1.1);transform:translate(3px)}.Newsletter-module__IBGW2a__privacyText{opacity:.5;margin-top:1.5rem;font-size:.8rem}@media (max-width:576px){.Newsletter-module__IBGW2a__form{box-shadow:none;background:0 0;border-radius:0;flex-direction:column;padding:0}.Newsletter-module__IBGW2a__input{background:#fff;box-shadow:0 5px 15px #0000000d}}
.Gallery-module__rkF09a__galleryPage{padding-top:var(--space-xl);padding-bottom:var(--space-xl);background-color:var(--color-background);min-height:100vh}.Gallery-module__rkF09a__galleryHeader{text-align:center;margin-bottom:var(--space-xl)}.Gallery-module__rkF09a__headerLabel{color:var(--color-primary);text-transform:uppercase;letter-spacing:2px;margin-bottom:.75rem;font-size:.9rem;font-weight:700;display:inline-block}.Gallery-module__rkF09a__galleryHeader h1{color:var(--color-foreground);margin-bottom:var(--space-sm);font-size:3.5rem}.Gallery-module__rkF09a__galleryHeader p{color:var(--color-muted);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.Gallery-module__rkF09a__yearSection{margin-bottom:var(--space-xl)}.Gallery-module__rkF09a__yearTitle{color:var(--color-primary);border-bottom:3px solid var(--color-secondary);margin-bottom:var(--space-lg);padding-bottom:.5rem;font-size:2.5rem;display:inline-block}.Gallery-module__rkF09a__eventSection{margin-bottom:var(--space-lg);padding:var(--space-lg);background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000000d}.Gallery-module__rkF09a__eventTitle{color:var(--color-foreground);margin-bottom:var(--space-md);text-transform:capitalize;padding-left:1rem;font-size:1.5rem;position:relative}.Gallery-module__rkF09a__eventTitle:before{content:"";background:var(--color-secondary);border-radius:2px;width:4px;height:70%;position:absolute;top:50%;left:0;transform:translateY(-50%)}.Gallery-module__rkF09a__masonryGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;display:grid}.Gallery-module__rkF09a__masonryItem{aspect-ratio:4/3;cursor:pointer;background:#f0f0f0;border-radius:10px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 12px #00000014}.Gallery-module__rkF09a__masonryItem:hover{transform:translateY(-4px);box-shadow:0 12px 28px #0000001f}.Gallery-module__rkF09a__masonryItem img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.Gallery-module__rkF09a__masonryItem:hover img{transform:scale(1.05)}.Gallery-module__rkF09a__imageOverlay{opacity:0;background:#00000059;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.Gallery-module__rkF09a__masonryItem:hover .Gallery-module__rkF09a__imageOverlay{opacity:1}.Gallery-module__rkF09a__loadingContainer{padding:var(--space-lg);color:var(--color-muted);flex-direction:column;justify-content:center;align-items:center;display:flex}.Gallery-module__rkF09a__loadingSpinner{border:3px solid #0000001a;border-top-color:var(--color-primary);border-radius:50%;width:36px;height:36px;margin-bottom:1rem;animation:.8s linear infinite Gallery-module__rkF09a__spin}@keyframes Gallery-module__rkF09a__spin{to{transform:rotate(360deg)}}.Gallery-module__rkF09a__slideshowContainer{width:100%;height:60vh;min-height:400px;max-height:600px;margin-bottom:var(--space-xl);border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0003}.Gallery-module__rkF09a__slide{opacity:0;width:100%;height:100%;transition:opacity 1.2s ease-in-out;position:absolute;top:0;left:0}.Gallery-module__rkF09a__slide.Gallery-module__rkF09a__active{opacity:1}.Gallery-module__rkF09a__slide img{object-fit:cover;width:100%;height:100%}.Gallery-module__rkF09a__slideOverlay{padding:var(--space-lg) var(--space-xl);color:#fff;background:linear-gradient(#0000 0%,#000000bf 100%);position:absolute;bottom:0;left:0;right:0}.Gallery-module__rkF09a__slideOverlay h2{margin-bottom:.3rem;font-size:2rem}.Gallery-module__rkF09a__slideOverlay p{opacity:.85;font-size:1rem}.Gallery-module__rkF09a__slideshowControls{z-index:10;gap:8px;display:flex;position:absolute;bottom:18px;left:50%;transform:translate(-50%)}.Gallery-module__rkF09a__dot{cursor:pointer;background:#ffffff73;border:none;border-radius:50%;width:10px;height:10px;transition:background .3s,transform .2s}.Gallery-module__rkF09a__dot:hover{background:#ffffffb3;transform:scale(1.2)}.Gallery-module__rkF09a__dot.Gallery-module__rkF09a__active{background:#fff;transform:scale(1.2)}.Gallery-module__rkF09a__lightbox{-webkit-backdrop-filter:blur(8px);z-index:9999;background:#000000eb;justify-content:center;align-items:center;padding:2rem;animation:.25s ease-out Gallery-module__rkF09a__fadeIn;display:flex;position:fixed;inset:0}.Gallery-module__rkF09a__lightboxContent{flex-direction:column;align-items:center;max-width:90vw;max-height:85vh;display:flex;position:relative}.Gallery-module__rkF09a__lightboxImg{object-fit:contain;border-radius:12px;max-width:90vw;max-height:75vh;box-shadow:0 20px 50px #00000080}.Gallery-module__rkF09a__lightboxCaption{color:#fff;text-align:center;margin-top:1rem}.Gallery-module__rkF09a__lightboxCaption h4{color:#fff;margin-bottom:.2rem;font-size:1.25rem}.Gallery-module__rkF09a__lightboxCaption p{opacity:.75;font-size:.9rem}.Gallery-module__rkF09a__lightboxClose{color:#fff;cursor:pointer;z-index:10000;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;font-size:2.2rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:24px;right:28px}.Gallery-module__rkF09a__lightboxClose:hover{background:#ffffff4d;transform:scale(1.1)}.Gallery-module__rkF09a__lightboxNav{color:#fff;cursor:pointer;z-index:10001;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:2rem;transition:background .2s,transform .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.Gallery-module__rkF09a__lightboxNav:hover{background:#fff6;transform:translateY(-50%)scale(1.1)}.Gallery-module__rkF09a__lightboxPrev{left:-70px}.Gallery-module__rkF09a__lightboxNext{right:-70px}@media (max-width:768px){.Gallery-module__rkF09a__galleryHeader h1{font-size:2.5rem}.Gallery-module__rkF09a__yearTitle{font-size:2rem}.Gallery-module__rkF09a__masonryGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:.75rem}.Gallery-module__rkF09a__slideshowContainer{border-radius:12px;height:40vh;min-height:250px}.Gallery-module__rkF09a__slideOverlay h2{font-size:1.4rem}}
.Flipbook-module__K9h9ka__flipbookBackdrop{-webkit-backdrop-filter:blur(12px);z-index:3000;background-color:#0a0f1ed9;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;animation:.3s ease-out forwards Flipbook-module__K9h9ka__fadeIn;display:flex;position:fixed;top:0;left:0}.Flipbook-module__K9h9ka__flipbookContainer{background:linear-gradient(145deg,#1e293b,#0f172a);border-radius:24px;flex-direction:column;width:100%;max-width:1200px;height:90vh;animation:.35s cubic-bezier(.16,1,.3,1) forwards Flipbook-module__K9h9ka__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 80px #0009,0 0 0 1px #ffffff1a}.Flipbook-module__K9h9ka__topBar{color:#fff;z-index:10;background:#0f172ae6;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 1.75rem;display:flex}.Flipbook-module__K9h9ka__titleArea{align-items:center;gap:.75rem;display:flex}.Flipbook-module__K9h9ka__journalIcon{font-size:1.5rem}.Flipbook-module__K9h9ka__titleArea h3{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.Flipbook-module__K9h9ka__titleArea p{color:#94a3b8;margin:0;font-size:.8rem}.Flipbook-module__K9h9ka__topActions{align-items:center;gap:1rem;display:flex}.Flipbook-module__K9h9ka__openPdfBtn{color:#fff;background:#ffffff1f;border:1px solid #ffffff26;border-radius:50px;padding:.45rem 1rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .2s}.Flipbook-module__K9h9ka__openPdfBtn:hover{background:#ffffff40}.Flipbook-module__K9h9ka__closeBtn{color:#fca5a5;cursor:pointer;background:#ef444433;border:1px solid #ef44444d;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.2rem;transition:all .2s;display:flex}.Flipbook-module__K9h9ka__closeBtn:hover{color:#fff;background:#ef4444;transform:rotate(90deg)}.Flipbook-module__K9h9ka__stage{perspective:2000px;background:radial-gradient(circle,#1e293b 0%,#090d16 100%);flex:1;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:relative;overflow:hidden}.Flipbook-module__K9h9ka__bookWrapper{width:100%;max-width:960px;height:90%;max-height:650px;transform-style:preserve-3d;background:#0f172a;border-radius:12px;justify-content:center;align-items:center;display:flex;position:relative;box-shadow:0 20px 60px #00000080}.Flipbook-module__K9h9ka__bookSpread{background:#f8fafc;border-radius:8px;grid-template-columns:1fr 1fr;width:100%;height:100%;display:grid;position:relative;overflow:hidden;box-shadow:0 15px 35px #0006,inset 0 0 20px #0000001a}.Flipbook-module__K9h9ka__spineShadow{z-index:5;pointer-events:none;background:linear-gradient(90deg,#00000040 0%,#0000000d 40% 60%,#00000040 100%);width:30px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.Flipbook-module__K9h9ka__pageBox{-webkit-user-select:none;user-select:none;background:#fff;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.Flipbook-module__K9h9ka__leftPage{border-right:1px solid #cbd5e1}.Flipbook-module__K9h9ka__rightPage{border-left:1px solid #cbd5e1}.Flipbook-module__K9h9ka__pageCanvas{object-fit:contain;width:100%;height:100%;display:block}.Flipbook-module__K9h9ka__flipperSheet{width:50%;transform-style:preserve-3d;z-index:10;transition:transform .6s cubic-bezier(.645,.045,.355,1);position:absolute;top:0;bottom:0;box-shadow:0 10px 30px #0000004d}.Flipbook-module__K9h9ka__flipperSheetRight{transform-origin:0;right:0}.Flipbook-module__K9h9ka__flipperSheetLeft{transform-origin:100%;left:0}.Flipbook-module__K9h9ka__flipperFlippedRight{transform:rotateY(-180deg)}.Flipbook-module__K9h9ka__flipperFlippedLeft{transform:rotateY(180deg)}.Flipbook-module__K9h9ka__flipperFace{backface-visibility:hidden;background:#fff;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Flipbook-module__K9h9ka__flipperBack{transform:rotateY(180deg)}.Flipbook-module__K9h9ka__navBtn{width:54px;height:54px;color:var(--color-secondary);cursor:pointer;z-index:20;background:#fffffff2;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 10px 25px #0000004d}.Flipbook-module__K9h9ka__navBtn:hover:not(:disabled){background:var(--color-primary);color:#fff;transform:translateY(-50%)scale(1.1);box-shadow:0 15px 30px #c8486966}.Flipbook-module__K9h9ka__navBtn:disabled{opacity:.3;cursor:not-allowed}.Flipbook-module__K9h9ka__prevBtn{left:1.5rem}.Flipbook-module__K9h9ka__nextBtn{right:1.5rem}.Flipbook-module__K9h9ka__toolbar{color:#fff;background:#0f172af2;border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.5rem;display:flex}.Flipbook-module__K9h9ka__pageControls{align-items:center;gap:1rem;display:flex}.Flipbook-module__K9h9ka__pageSlider{width:140px;accent-color:var(--color-primary);cursor:pointer}.Flipbook-module__K9h9ka__pageCounter{color:#e2e8f0;min-width:100px;font-size:.9rem;font-weight:700}.Flipbook-module__K9h9ka__toolGroup{align-items:center;gap:.5rem;display:flex}.Flipbook-module__K9h9ka__toolBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:8px;align-items:center;gap:.35rem;padding:.4rem .85rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.Flipbook-module__K9h9ka__toolBtn:hover{background:#fff3}.Flipbook-module__K9h9ka__activeToolBtn{background:var(--color-primary)!important}.Flipbook-module__K9h9ka__loader{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.Flipbook-module__K9h9ka__spinner{border:4px solid #fff3;border-top-color:var(--color-primary);border-radius:50%;width:48px;height:48px;animation:1s linear infinite Flipbook-module__K9h9ka__spin}@keyframes Flipbook-module__K9h9ka__spin{to{transform:rotate(360deg)}}@keyframes Flipbook-module__K9h9ka__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Flipbook-module__K9h9ka__slideUp{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (max-width:850px){.Flipbook-module__K9h9ka__bookSpread{grid-template-columns:1fr}.Flipbook-module__K9h9ka__leftPage,.Flipbook-module__K9h9ka__spineShadow{display:none}.Flipbook-module__K9h9ka__topBar h3{font-size:1rem}.Flipbook-module__K9h9ka__navBtn{width:42px;height:42px;font-size:1.1rem}.Flipbook-module__K9h9ka__prevBtn{left:.5rem}.Flipbook-module__K9h9ka__nextBtn{right:.5rem}}
.Home-module__g21JLG__hero{background-color:var(--color-accent);min-height:60vh;padding:var(--space-lg) 0;align-items:center;display:flex;position:relative;overflow:hidden}.Home-module__g21JLG__heroContainer{max-width:1200px;padding:0 var(--space-sm);gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:center;margin:0 auto;display:grid}.Home-module__g21JLG__heroContent{color:var(--color-text-dark);text-align:left}.Home-module__g21JLG__heroEventPill{cursor:pointer;text-align:left;background:#fff;border:1px solid #c848694d;border-radius:50px;align-items:center;gap:.75rem;margin-bottom:1.5rem;padding:.4rem 1.1rem .4rem .6rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 18px #213e8c14}.Home-module__g21JLG__heroEventPill:hover{border-color:var(--color-primary);transform:translateY(-2px);box-shadow:0 8px 25px #c8486933}.Home-module__g21JLG__eventTag{background:linear-gradient(135deg, var(--color-primary), #d84e72);color:#fff;letter-spacing:.5px;text-transform:uppercase;border-radius:50px;padding:.25rem .75rem;font-size:.75rem;font-weight:700}.Home-module__g21JLG__eventText{color:var(--color-secondary);font-size:.92rem;font-weight:600}.Home-module__g21JLG__eventArrow{color:var(--color-primary);align-items:center;gap:.2rem;font-size:.9rem;font-weight:700;display:inline-flex}.Home-module__g21JLG__heroContent h1{color:var(--color-secondary);margin-bottom:1.5rem;font-size:clamp(2.5rem,4vw,4.5rem);line-height:1.15}.Home-module__g21JLG__heroContent p{color:var(--color-muted);margin-bottom:2.5rem;font-size:1.25rem;font-weight:400;line-height:1.8}.Home-module__g21JLG__heroImageWrapper{aspect-ratio:4/3;width:100%;position:relative}.Home-module__g21JLG__heroMainImage{object-fit:cover;width:90%;height:90%;box-shadow:20px 20px 0 var(--color-primary);border-radius:30px;margin-left:10%;display:block}.Home-module__g21JLG__heroBadge{background:#fff;border-radius:15px;align-items:center;gap:1rem;padding:1.5rem;animation:6s ease-in-out infinite Home-module__g21JLG__float;display:flex;position:absolute;bottom:5%;left:0;box-shadow:0 20px 40px #0000001a}.Home-module__g21JLG__heroBadgeIcon{background:var(--color-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.5rem;font-weight:700;display:flex}@keyframes Home-module__g21JLG__float{0%{transform:translateY(0)}50%{transform:translateY(-15px)}to{transform:translateY(0)}}@media (max-width:992px){.Home-module__g21JLG__heroContainer{text-align:center;grid-template-columns:1fr}.Home-module__g21JLG__heroContent{text-align:center}.Home-module__g21JLG__heroContent .Home-module__g21JLG__btnGroup{justify-content:center}.Home-module__g21JLG__heroMainImage{width:100%;box-shadow:10px 10px 0 var(--color-primary);margin-left:0}.Home-module__g21JLG__heroBadge{display:none}.Home-module__g21JLG__heroEventPill{margin:0 auto 1.5rem}}@media (max-width:600px){.Home-module__g21JLG__heroEventPill{border-radius:20px;flex-direction:column;gap:.4rem;padding:.6rem 1rem}}.Home-module__g21JLG__flipbookBackdrop{-webkit-backdrop-filter:blur(10px);z-index:3000;background-color:#0f172acc;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;display:flex;position:fixed;top:0;left:0}.Home-module__g21JLG__flipbookContainer{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:1100px;height:90vh;animation:.3s cubic-bezier(.16,1,.3,1) forwards Home-module__g21JLG__slideUp;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 70px #0006}.Home-module__g21JLG__flipbookHeader{background:var(--color-secondary);color:#fff;justify-content:space-between;align-items:center;padding:1.25rem 2rem;display:flex}.Home-module__g21JLG__flipbookHeader h3{color:#fff;align-items:center;gap:.6rem;margin:0;font-size:1.3rem;display:flex}.Home-module__g21JLG__flipbookFrame{background:#1e293b;border:none;flex:1;width:100%;height:100%}@keyframes Home-module__g21JLG__slideUp{0%{opacity:0;transform:translateY(20px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.Home-module__g21JLG__impactSection{padding:var(--space-xl) 0;background-color:var(--color-bg-light)}.Home-module__g21JLG__impactGrid{gap:var(--space-lg);text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));display:grid}.Home-module__g21JLG__impactItem h3{color:var(--color-primary);margin-bottom:.5rem;font-size:3rem}.Home-module__g21JLG__impactItem p{color:var(--color-secondary);text-transform:uppercase;letter-spacing:1px;font-weight:600}.Home-module__g21JLG__missionTeaser{padding:var(--space-xl) 0;background-color:#f8f9fa}.Home-module__g21JLG__missionContent{gap:var(--space-xl);grid-template-columns:1fr 1fr;align-items:center;display:grid}.Home-module__g21JLG__missionText h2{margin-bottom:1.5rem;font-size:2.5rem}.Home-module__g21JLG__missionText p{margin-bottom:1.5rem;font-size:1.1rem}.Home-module__g21JLG__missionImage{border-radius:20px;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}@media (max-width:768px){.Home-module__g21JLG__missionContent{grid-template-columns:1fr}}.Home-module__g21JLG__valuesSection{padding:var(--space-xl) 0;background:linear-gradient(135deg, var(--color-secondary) 0%, #1a2d6b 100%);color:#fff}.Home-module__g21JLG__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.Home-module__g21JLG__valueCard{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;background:#ffffff14;border:1px solid #ffffff1f;border-radius:20px;padding:2rem 1.5rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.Home-module__g21JLG__valueCard:hover{background:#ffffff26;transform:translateY(-8px);box-shadow:0 20px 40px #0003}.Home-module__g21JLG__valueIcon{margin-bottom:1rem;font-size:2.5rem;display:block}.Home-module__g21JLG__valueCard h3{color:#fff;margin-bottom:.75rem;font-size:1.3rem;font-weight:700}.Home-module__g21JLG__valueCard p{color:#fffc;font-size:.95rem;line-height:1.6}@media (max-width:768px){.Home-module__g21JLG__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.Home-module__g21JLG__valuesGrid{grid-template-columns:1fr}}
