.Navbar_nav__1oBjZ{position:fixed;top:0;left:0;right:0;height:var(--header-height);display:flex;align-items:center;z-index:1000;transition:all .3s ease;background:transparent;color:#fff}.Navbar_nav__1oBjZ.Navbar_scrolled__S0FMT{background:var(--card-bg);color:var(--text-color);box-shadow:0 2px 10px rgba(0,0,0,.1)}.Navbar_container__szo_H{display:flex;justify-content:space-between;align-items:center;width:100%}.Navbar_logo__YNqJh{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit}.Navbar_logoText__wC7B6{font-size:1.5rem;font-weight:800;white-space:nowrap}.Navbar_links__8A5d2{display:flex;align-items:center;gap:20px}.Navbar_links__8A5d2 a{font-weight:500;font-size:.95rem;transition:color .2s}.Navbar_links__8A5d2 a:hover{color:var(--secondary-color)}.Navbar_contactBtn__EEFnR{background:var(--primary-color);color:#fff!important;padding:8px 20px;border-radius:99px;transition:transform .2s!important}.Navbar_contactBtn__EEFnR:hover{transform:translateY(-2px)}.Navbar_mobileBtn___5eSg{display:none;background:none;border:none;color:inherit;cursor:pointer;z-index:1001}@media (max-width:768px){.Navbar_logoText__wC7B6{font-size:1rem}.Navbar_navbarLogo__mhKSY{max-height:32px}.Navbar_mobileBtn___5eSg{display:block}.Navbar_links__8A5d2{position:fixed;top:0;right:-100%;width:80%;height:100vh;background:var(--card-bg);flex-direction:column;justify-content:center;gap:24px;transition:right .3s cubic-bezier(.4,0,.2,1);box-shadow:-10px 0 30px rgba(0,0,0,.1);padding:40px}.Navbar_links__8A5d2.Navbar_active__v_AMp{right:0}.Navbar_links__8A5d2 a{color:var(--text-color);font-size:1.1rem;width:100%;text-align:center}.Navbar_links__8A5d2 .Navbar_contactBtn__EEFnR{width:100%;text-align:center;margin-top:20px}}.ScrollToTop_btn__UXpOz{position:fixed;bottom:32px;right:32px;z-index:999;width:48px;height:48px;border-radius:50%;background:var(--primary-color,#1e3a5f);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px rgba(0,0,0,.2);opacity:0;transform:translateY(16px);pointer-events:none;transition:opacity .3s ease,transform .3s ease,background .2s}.ScrollToTop_btn__UXpOz.ScrollToTop_show__V3wRY{opacity:1;transform:translateY(0);pointer-events:auto}.ScrollToTop_btn__UXpOz:hover{background:var(--secondary-color,#0ea5e9);box-shadow:0 6px 20px rgba(14,165,233,.4)}.CookieBanner_banner__dO24M{position:fixed;bottom:0;left:0;right:0;z-index:1000;background:#0f172a;color:#fff;padding:16px 24px;box-shadow:0 -4px 24px rgba(0,0,0,.25);animation:CookieBanner_slideUp__M8lpM .4s ease}@keyframes CookieBanner_slideUp__M8lpM{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.CookieBanner_inner__UOrjL{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.CookieBanner_text__aHPHN{display:flex;align-items:center;gap:12px;flex:1 1}.CookieBanner_icon__hv1EV{font-size:1.5rem;flex-shrink:0}.CookieBanner_text__aHPHN p{font-size:.92rem;color:#cbd5e1;line-height:1.6;margin:0}.CookieBanner_policyLink__JGeJc{color:#38bdf8;text-decoration:underline;white-space:nowrap}.CookieBanner_policyLink__JGeJc:hover{color:#7dd3fc}.CookieBanner_actions__pGYey{display:flex;gap:10px;flex-shrink:0}.CookieBanner_acceptBtn__DucYu,.CookieBanner_declineBtn__FZ6Pq{padding:9px 22px;border-radius:8px;font-size:.88rem;font-weight:600;cursor:pointer;border:none;transition:all .2s}.CookieBanner_declineBtn__FZ6Pq{background:transparent;border:1px solid hsla(0,0%,100%,.2);color:#94a3b8}.CookieBanner_declineBtn__FZ6Pq:hover{border-color:hsla(0,0%,100%,.4);color:#fff}.CookieBanner_acceptBtn__DucYu{background:#0ea5e9;color:#fff}.CookieBanner_acceptBtn__DucYu:hover{background:#0284c7;box-shadow:0 4px 12px rgba(14,165,233,.4)}@media (max-width:600px){.CookieBanner_inner__UOrjL{flex-direction:column;align-items:flex-start}.CookieBanner_actions__pGYey{width:100%}.CookieBanner_acceptBtn__DucYu,.CookieBanner_declineBtn__FZ6Pq{flex:1 1;text-align:center}}.Footer_footer__yl3k1{background:#0f172a;color:#fff;padding:80px 0 0}.Footer_footerGrid__n81vL{display:grid;grid-template-columns:1fr 1fr;grid-gap:60px;gap:60px;margin-bottom:60px}.Footer_footerLogo__TUmzQ{font-size:1.8rem;font-weight:850;letter-spacing:-.02em;background:linear-gradient(135deg,#fff 0,var(--secondary-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:20px}.Footer_footerDesc__JlBN_{opacity:.7;line-height:1.8;font-size:.95rem;color:#cbd5e1}.Footer_footerContact__J1LV7 h4{margin-bottom:28px;font-size:1.2rem;font-weight:700;color:#fff;position:relative;padding-bottom:12px}.Footer_footerContact__J1LV7 h4:after{content:"";position:absolute;bottom:0;left:0;width:40px;height:3px;background:var(--secondary-color);border-radius:2px}.Footer_footerContact__J1LV7 p{display:flex;align-items:flex-start;gap:12px;margin-bottom:16px;font-size:.95rem;color:#e2e8f0;line-height:1.6;transition:transform .2s}.Footer_footerContact__J1LV7 p:hover{transform:translateX(5px);color:#fff}.Footer_icon__dgf9c{color:var(--secondary-color);flex-shrink:0;margin-top:2px}.Footer_footerFullMap__zGn04{margin-bottom:40px}.Footer_footerMap__xCN4h{width:100%}.Footer_copyright__g3z6w{border-top:1px solid hsla(0,0%,100%,.05);padding:25px 0;display:flex;align-items:center;justify-content:center;gap:16px;text-align:center;color:#94a3b8;font-size:.85rem;flex-wrap:wrap}.Footer_copyrightLink__C4oN_{color:#94a3b8;text-decoration:none;font-weight:500;padding:4px 12px;border:1px solid hsla(0,0%,100%,.1);border-radius:99px;transition:all .2s}.Footer_copyrightLink__C4oN_:hover{color:#fff;border-color:hsla(0,0%,100%,.3)}@media (max-width:768px){.Footer_footerGrid__n81vL{grid-template-columns:1fr;gap:40px;text-align:center}.Footer_footerContact__J1LV7 h4:after{left:50%;transform:translateX(-50%)}.Footer_footerContact__J1LV7 p{justify-content:center}}.Gallery_wrapper__gxXVq{min-height:100vh;background:var(--bg-color)}.Gallery_pageHeader__FAVA4{background:linear-gradient(135deg,#1e3a8a,#312e81);color:#fff;padding:80px 0 50px;text-align:center}.Gallery_breadcrumb__3EBPl{display:flex;align-items:center;justify-content:center;gap:6px;font-size:.85rem;color:hsla(0,0%,100%,.7);margin-bottom:20px}.Gallery_breadcrumb__3EBPl a{color:hsla(0,0%,100%,.8);text-decoration:none;transition:color .2s}.Gallery_breadcrumb__3EBPl a:hover{color:#fff}.Gallery_headerIcon__XPbZ3{display:inline-flex;align-items:center;justify-content:center;width:64px;height:64px;background:hsla(0,0%,100%,.12);border-radius:16px;margin-bottom:16px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.Gallery_pageHeader__FAVA4 h1{font-size:2.2rem;font-weight:700;margin-bottom:10px}.Gallery_pageHeader__FAVA4 p{font-size:1rem;color:hsla(0,0%,100%,.75);max-width:500px;margin:0 auto}.Gallery_filterBar__S6u6o{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;padding:36px 0 24px}.Gallery_filterBtn__GMrV2{padding:8px 20px;border-radius:99px;border:1.5px solid var(--border-color);background:var(--card-bg);font-size:.875rem;font-weight:500;color:var(--text-muted);cursor:pointer;transition:all .2s}.Gallery_filterBtn__GMrV2:hover{border-color:#1e3a8a;color:#1e3a8a}.Gallery_filterBtn__GMrV2.Gallery_active__fPE0W{background:#1e3a8a;border-color:#1e3a8a;color:#fff}.Gallery_grid__emhdE{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:24px;gap:24px;padding-bottom:60px}.Gallery_card__l5Glr{position:relative;border-radius:12px;overflow:hidden;cursor:pointer;background:var(--gray-100);aspect-ratio:4/3;box-shadow:0 2px 10px rgba(0,0,0,.07);transition:transform .2s,box-shadow .2s}.Gallery_card__l5Glr:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.14)}.Gallery_card__l5Glr:focus{outline:2px solid #1e3a8a;outline-offset:2px}.Gallery_cardImg__eum_E{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.Gallery_card__l5Glr:hover .Gallery_cardImg__eum_E{transform:scale(1.06)}.Gallery_cardOverlay__ad_gM{position:absolute;inset:0;background:rgba(15,23,42,.55);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;opacity:0;transition:opacity .25s}.Gallery_card__l5Glr:hover .Gallery_cardOverlay__ad_gM{opacity:1}.Gallery_zoomIcon__kq_7q{color:#fff;filter:drop-shadow(0 2px 4px rgba(0,0,0,.4))}.Gallery_cardTitle__ldvf9{color:#fff;font-size:.85rem;font-weight:600;max-width:80%;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.5)}.Gallery_badge__adaay{position:absolute;top:10px;left:10px;background:rgba(30,58,138,.85);color:#fff;font-size:.72rem;font-weight:600;padding:3px 10px;border-radius:99px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.Gallery_gridSkeleton__hmzqP{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:16px;gap:16px;padding-bottom:60px}.Gallery_skeletonItem__OulZ8{aspect-ratio:4/3;border-radius:12px;background:linear-gradient(90deg,var(--gray-100) 25%,var(--gray-200) 50%,var(--gray-100) 75%);background-size:200% 100%;animation:Gallery_shimmer__wWgXe 1.5s infinite}@keyframes Gallery_shimmer__wWgXe{0%{background-position:200% 0}to{background-position:-200% 0}}.Gallery_empty__g4pds{text-align:center;padding:80px 20px;color:var(--text-muted)}.Gallery_emptyIcon__1_S2u{font-size:3.5rem;margin-bottom:16px}.Gallery_empty__g4pds h3{font-size:1.2rem;color:var(--text-color);margin-bottom:8px}.Gallery_resetBtn__uhTVa{margin-top:20px;padding:10px 24px;background:#1e3a8a;color:#fff;border-radius:8px;font-weight:600;cursor:pointer;transition:opacity .2s}.Gallery_resetBtn__uhTVa:hover{opacity:.85}.Gallery_albumGrid__PfP1p{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));grid-gap:24px;gap:24px;margin-top:30px}.Gallery_albumCard__uZHlz{background:var(--card-bg);border-radius:16px;overflow:hidden;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;color:inherit;border:1px solid var(--border-color)}.Gallery_albumCard__uZHlz:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.Gallery_albumImgWrapper__TPnT4{position:relative;aspect-ratio:16/10;background:var(--gray-100);overflow:hidden}.Gallery_albumImg__Slm_f{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.Gallery_albumCard__uZHlz:hover .Gallery_albumImg__Slm_f{transform:scale(1.1)}.Gallery_albumPlaceholder__ntYMg{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--text-muted);background:linear-gradient(135deg,var(--gray-100) 0,var(--gray-200) 100%)}.Gallery_albumOverlay__AZJyy{position:absolute;inset:0;background:rgba(30,58,138,.4);display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.Gallery_albumCard__uZHlz:hover .Gallery_albumOverlay__AZJyy{opacity:1}.Gallery_viewBtn__qFqV4{background:var(--card-bg);color:var(--primary-color);padding:8px 24px;border-radius:99px;font-weight:700;font-size:.9rem;box-shadow:0 4px 12px rgba(0,0,0,.2)}.Gallery_albumMeta__vTbfS{padding:20px}.Gallery_albumMeta__vTbfS h3{margin:0 0 8px;font-size:1.2rem;font-weight:700;color:var(--text-color)}.Gallery_albumMeta__vTbfS p{margin:0;font-size:.9rem;color:var(--text-muted);line-height:1.6;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden}@media (max-width:600px){.Gallery_pageHeader__FAVA4{padding:60px 0 40px}.Gallery_pageHeader__FAVA4 h1{font-size:1.6rem}.Gallery_gridSkeleton__hmzqP,.Gallery_grid__emhdE{grid-template-columns:repeat(2,1fr);gap:10px}}.Lightbox_overlay__0gxJH{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:1000;display:flex;align-items:center;justify-content:center;animation:Lightbox_fadeIn__RXOnb .2s ease;padding:20px}@keyframes Lightbox_fadeIn__RXOnb{0%{opacity:0}to{opacity:1}}.Lightbox_modal__zFljp{position:relative;display:flex;flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;animation:Lightbox_scaleIn__3TZN7 .2s ease}@keyframes Lightbox_scaleIn__3TZN7{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}.Lightbox_imageWrapper__9qDRb{display:flex;align-items:center;justify-content:center;max-height:75vh}.Lightbox_image__CZTMv{max-width:85vw;max-height:75vh;object-fit:contain;border-radius:8px;box-shadow:0 20px 60px rgba(0,0,0,.5)}.Lightbox_closeBtn__OIngA{position:fixed;top:20px;right:24px;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10}.Lightbox_closeBtn__OIngA:hover{background:hsla(0,0%,100%,.25)}.Lightbox_navBtn__Uz_vE{position:fixed;top:50%;transform:translateY(-50%);background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);color:#fff;border-radius:50%;width:52px;height:52px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10}.Lightbox_prevBtn__TfWep{left:16px}.Lightbox_nextBtn__VLl6f{right:16px}.Lightbox_navBtn__Uz_vE:hover{background:hsla(0,0%,100%,.25)}.Lightbox_caption__tL1zj{text-align:center;color:#fff;margin-top:16px;max-width:600px}.Lightbox_caption__tL1zj h3{font-size:1.1rem;font-weight:600;margin-bottom:4px}.Lightbox_caption__tL1zj p{font-size:.875rem;color:hsla(0,0%,100%,.7)}.Lightbox_counter__XTI_9{position:fixed;bottom:24px;left:50%;transform:translateX(-50%);background:rgba(0,0,0,.5);color:hsla(0,0%,100%,.8);padding:6px 16px;border-radius:99px;font-size:.85rem;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (max-width:600px){.Lightbox_navBtn__Uz_vE{width:40px;height:40px}.Lightbox_prevBtn__TfWep{left:8px}.Lightbox_nextBtn__VLl6f{right:8px}.Lightbox_image__CZTMv{max-width:95vw}}