.gallery_heroSection__wjnlC{position:relative;min-height:360px;padding-top:120px;padding-bottom:40px;overflow:hidden;font-family:Manrope,sans-serif}.gallery_heroGradient__h0d8t{position:absolute;inset:0;z-index:0;background:linear-gradient(180deg,#e2e2e2 0,#e2e2e2 18%,#ffffff 45%,#ffffff)}.gallery_heroContent__rAls4{position:relative;z-index:2;text-align:center;color:rgb(98,97,97);padding:18px 20px;font-family:Manrope,sans-serif}.gallery_heroTitle__jRqg0{margin:0;font-size:56px;font-weight:700;letter-spacing:-.6px;color:#002b6b}.gallery_heroSubtitle__e84Rn{margin-top:8px;opacity:.95;font-size:20px}.gallery_toggleWrapper___1xnI{margin-top:18px;display:flex;justify-content:center}.gallery_togglePillar__L4AZe{position:relative;width:340px;background:rgba(0,43,107,.85);border-radius:999px;display:grid;grid-template-columns:1fr 1fr;gap:0;padding:4px;box-shadow:0 8px 28px rgba(2,8,23,.28)}.gallery_toggleOption__RBceE{text-align:center;padding:10px 12px;color:rgba(255,255,255,1);font-weight:700;cursor:pointer;user-select:none;z-index:2;transition:color .2s ease-in-out}.gallery_toggleOption__RBceE:hover{color:#ffffff}.gallery_active__WgakY{color:#002b6b!important}.gallery_toggleIndicator__4bfec{position:absolute;top:2px;bottom:2px;width:calc(50% - 4px);background:white;border-radius:999px;z-index:1;box-shadow:0 8px 24px rgba(2,8,23,.22)}.gallery_categoryNav__MctoT{display:flex;justify-content:center;flex-wrap:wrap;gap:20px;margin-top:36px;margin-bottom:36px;font-family:Manrope,sans-serif;width:100%}.gallery_categoryItem__913rj{position:relative;font-size:20px;font-weight:600;color:#1f2b7b;cursor:pointer;white-space:nowrap;padding:6px 2px}.gallery_categoryItem__913rj>span{position:relative;display:inline-block;padding:2px 0}.gallery_categoryItem__913rj:not(:last-child):after{content:"•";margin-left:14px;color:#2aa7ff;font-weight:700}.gallery_categoryItem__913rj>span:after,.gallery_categoryItem__913rj>span:before{content:"";position:absolute;left:0;right:0;height:2px;transform:scaleX(0);transition:transform 1s cubic-bezier(.34,1.56,.64,1)}.gallery_categoryItem__913rj>span:before{top:-6px;background:linear-gradient(90deg,#1f2b7b,#2aa7ff 50%,#00e5ff);transform-origin:left center}.gallery_categoryItem__913rj>span:after{bottom:-6px;background:linear-gradient(90deg,#1f2b7b,#2aa7ff 50%,#00e5ff);transform-origin:right center}.gallery_categoryItem__913rj:hover>span:after,.gallery_categoryItem__913rj:hover>span:before{transform:scaleX(1.08)}.gallery_active__WgakY>span:after,.gallery_active__WgakY>span:before{transform:scaleX(1)}.gallery_sharedContainer___jZ3W{max-width:1600px;margin:0 auto;padding:0 10px}.gallery_gridSection__XKPat{margin-top:20px;margin-bottom:60px}.gallery_grid__yo_Zx{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));gap:16px}.gallery_card__hQP14{height:350px;overflow:hidden}.gallery_media__vef4r{width:100%;height:100%;object-fit:cover;display:block;background-color:#fff}.gallery_videoWrapper__MOb_h{position:relative;width:100%;height:100%}.gallery_playButton__TYBeo{position:absolute;top:50%;left:50%;width:68px;height:68px;background:rgba(255,255,255,.9);border-radius:50%;transform:translate(-50%,-50%);cursor:pointer;display:flex;align-items:center;justify-content:center;pointer-events:none;transition:transform .25s ease,opacity .3s ease;z-index:10}.gallery_playButton__TYBeo:before{content:"";width:0;height:0;border-left:20px solid #002b6b;border-top:12px solid transparent;border-bottom:12px solid transparent;margin-left:6px}.gallery_videoWrapper__MOb_h:hover .gallery_playButton__TYBeo{transform:translate(-50%,-50%) scale(1.15)}.gallery_videoWrapper__MOb_h.gallery_playing__uI9ov .gallery_playButton__TYBeo{opacity:0;transform:translate(-50%,-50%) scale(.5);pointer-events:none}.gallery_cardMeta__SNInZ{padding:12px}.gallery_cardTitle__CW8af{font-weight:700;color:#0b2d6b;font-size:1rem;margin-bottom:6px}.gallery_cardCats__o57yG{display:flex;gap:8px;flex-wrap:wrap}.gallery_catChip__ZSGZg{font-size:.82rem;color:#0b3c8c;padding:6px 8px;border-radius:999px}.gallery_skeletonCard__5PbVU{border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(9,18,56,.04)}.gallery_skelMedia__aR7H_{height:180px;background-size:200% 100%;animation:gallery_shimmer__5aHFs 1.2s linear infinite}.gallery_skelText__xBWLu{height:48px;margin:12px;background:#f4f8ff;border-radius:8px}@keyframes gallery_shimmer__5aHFs{0%{background-position:200% 0}to{background-position:-200% 0}}.gallery_emptyState__M7mjm{text-align:center;padding:48px;color:#475569}.gallery_emptyHint__Roa3h{margin-top:8px;opacity:.8}.gallery_lightboxBackdrop__t0fY_{position:fixed;inset:0;background:rgba(2,8,23,.7);display:flex;align-items:center;justify-content:center;z-index:1200}.gallery_lightboxInner__jRXzq{background:white;border-radius:12px;padding:16px;max-height:85%;display:flex;flex-direction:column;gap:12px}.gallery_lightboxMedia__t_5mg{width:100%;max-height:70vh;object-fit:contain;border-radius:8px}.gallery_lightboxInner__jRXzq{position:relative;max-width:90%;max-height:90%}.gallery_closeBtn__2pbiY{position:absolute;top:12px;right:12px;width:36px;height:36px;border:none;border-radius:50%;background:rgba(0,0,0,.7);color:#fff;font-size:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:.2s ease}.gallery_closeBtn__2pbiY:hover{background:rgba(0,0,0,.9)}.gallery_viewMoreWrapper__2XjEP{display:flex;justify-content:center;margin-top:40px}.gallery_viewMoreBtn__HdjJb{padding:6px 22px;font-size:16px;font-weight:600;color:#ffffff;background:#012760;border:none;border-radius:999px;cursor:pointer;box-shadow:0 10px 30px rgba(0,43,107,.25);transition:transform .25s ease,box-shadow .25s ease}.gallery_viewMoreBtn__HdjJb:hover{transform:translateY(-2px);box-shadow:0 14px 36px rgba(0,43,107,.35);background:#2c8ce7}.gallery_viewMoreBtn__HdjJb:active{transform:translateY(0);box-shadow:0 8px 20px rgba(0,43,107,.2)}@media (max-width:900px){.gallery_heroSection__wjnlC{height:560px}.gallery_heroTitle__jRqg0{font-size:2rem}.gallery_card__hQP14{height:auto}.gallery_heroContent__rAls4{margin-top:150px}.gallery_media__vef4r{width:100%;height:auto;aspect-ratio:auto;object-fit:contain;background:#000}}@media (max-width:520px){.gallery_heroSection__wjnlC{height:550px}.gallery_togglePillar__L4AZe{width:280px}.gallery_heroContent__rAls4{margin-top:250px;margin-bottom:100px}.gallery_grid__yo_Zx{grid-template-columns:1fr;gap:16px}.gallery_categoryPills__rFeOV{gap:6px;padding:0 10px;justify-content:flex-start;overflow-x:auto;white-space:nowrap;-webkit-overflow-scrolling:touch}.gallery_pill__4UgoO{flex:0 0 auto;padding:8px 18px;font-size:14px}}.gallery_card__hQP14{opacity:0;transform:translateY(20px);animation:gallery_cardFadeUp__g73ru .6s ease-out forwards}.gallery_card__hQP14:first-child{animation-delay:.05s}.gallery_card__hQP14:nth-child(2){animation-delay:.1s}.gallery_card__hQP14:nth-child(3){animation-delay:.15s}.gallery_card__hQP14:nth-child(4){animation-delay:.2s}.gallery_card__hQP14:nth-child(5){animation-delay:.25s}.gallery_card__hQP14:nth-child(6){animation-delay:.3s}@keyframes gallery_cardFadeUp__g73ru{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.gallery_card__hQP14:hover{transform:translateY(-6px) scale(1.02);transition:.3s ease;box-shadow:0 20px 40px rgba(0,0,0,.15)}.gallery_card__hQP14:hover .gallery_media__vef4r{transform:scale(1.05);transition:.5s ease}.gallery_media__vef4r{transition:.5s ease}