.Gallery_page__fuhqG{display:flex;flex-direction:column;align-items:center}.Gallery_container__07a82{min-height:100vh;width:100%;background:rgb(249,249,249);padding:2rem 1rem}@media (max-width:768px){.Gallery_container__07a82{padding:1rem .5rem}}.Gallery_hero__fmHGd{text-align:center;margin-bottom:3rem}@media (max-width:768px){.Gallery_hero__fmHGd{margin-top:120px}}.Gallery_hero__fmHGd .Gallery_title__fk6d4{font-size:30px;font-weight:800;background-color:black;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}@media (max-width:768px){.Gallery_hero__fmHGd .Gallery_title__fk6d4{font-size:30px}}.Gallery_hero__fmHGd .Gallery_subtitle__m_YsA{font-size:24px!important;color:black;margin:0 auto}@media (max-width:768px){.Gallery_hero__fmHGd .Gallery_subtitle__m_YsA{font-size:24px}}.Gallery_controls__4SVSO{max-width:1400px;margin:0 auto 3rem;display:flex;justify-content:space-between;align-items:center;gap:2rem;color:black}@media (max-width:768px){.Gallery_controls__4SVSO{flex-direction:column}}.Gallery_categories__JyhCv{display:flex;gap:.5rem;flex-wrap:wrap}@media (max-width:768px){.Gallery_categories__JyhCv{justify-content:center;display:none}}.Gallery_categoryBtn__RsI0V{display:flex;align-items:center;gap:.5rem;padding:1rem 1.5rem;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.05);color:black;border-radius:0;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);font-weight:500}.Gallery_categoryBtn__RsI0V:hover{background:rgba(255,255,255,.1);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.Gallery_categoryBtn__RsI0V.Gallery_active__fPE0W{background:#DC2522;border-color:transparent;color:white;transform:translateY(-2px)}.Gallery_categoryIcon__4wK_r,.Gallery_categoryName__7R_oh{font-size:18px}.Gallery_layoutControls__l3rYQ{display:flex;gap:.5rem}@media (max-width:768px){.Gallery_layoutControls__l3rYQ{display:none}}.Gallery_layoutBtn__y50LS{width:45px;height:45px;border:1px solid rgba(255,255,255,.2);background:#DC2522;color:white;border-radius:0;cursor:pointer;transition:all .3s ease;font-size:18px;display:flex;align-items:center;justify-content:center}.Gallery_layoutBtn__y50LS:hover{background:rgba(19,19,19,.1);transform:scale(1.05)}.Gallery_layoutBtn__y50LS.Gallery_active__fPE0W{background:rgb(220,220,220);border-color:transparent;color:black}.Gallery_categories4__Y3BHV{position:fixed;display:inline-block;bottom:0;width:100%;display:flex;justify-content:center;text-align:center}@media (min-width:768px){.Gallery_categories4__Y3BHV{display:none}}.Gallery_dropdown4__xJwzu{position:absolute;background:rgb(104,0,0);margin-top:-140px;z-index:1000;min-width:200px;box-shadow:0 2px 5px rgba(0,0,0,.1)}.Gallery_categoryBtn4__2tv16{padding:8px 12px;cursor:pointer;background-color:white;color:black;border:none;text-align:center;width:100%}.Gallery_active4__c_HGK{background-color:#ffffff;color:black;text-align:center;display:flex;align-items:center;justify-content:center}.Gallery_galleryWrapper__lx6pC{max-width:1400px;margin:0 auto;min-height:400px}.Gallery_loader__m4jmD{display:flex;flex-direction:column;align-items:center;justify-content:center;height:400px;color:rgba(255,255,255,.8)}.Gallery_loader__m4jmD .Gallery_spinner__pEFaY{width:50px;height:50px;border:3px solid rgba(255,255,255,.1);border-top-color:#a78bfa;border-radius:50%;animation:Gallery_spin__JUBfl 1s linear infinite;margin-bottom:1rem}@keyframes Gallery_spin__JUBfl{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Gallery_gallery__Xn9_J{display:grid;grid-gap:1.5rem;gap:1.5rem}.Gallery_gallery__Xn9_J.Gallery_grid__emhdE{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}@media (max-width:768px){.Gallery_gallery__Xn9_J.Gallery_grid__emhdE{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}.Gallery_gallery__Xn9_J.Gallery_grid__emhdE .Gallery_imageCard__Ovv6f{aspect-ratio:4/3}.Gallery_gallery__Xn9_J.Gallery_masonry__8eA9N{column-count:4;column-gap:1.5rem}@media (max-width:1200px){.Gallery_gallery__Xn9_J.Gallery_masonry__8eA9N{column-count:3}}@media (max-width:768px){.Gallery_gallery__Xn9_J.Gallery_masonry__8eA9N{column-count:2}}@media (max-width:480px){.Gallery_gallery__Xn9_J.Gallery_masonry__8eA9N{column-count:1}}.Gallery_gallery__Xn9_J.Gallery_masonry__8eA9N .Gallery_imageCard__Ovv6f{page-break-inside:avoid;break-inside:avoid;margin-bottom:1.5rem}.Gallery_imageCard__Ovv6f{opacity:0;animation:Gallery_fadeInUp__KM1_E .6s ease forwards;cursor:pointer}.Gallery_imageCard__Ovv6f:hover .Gallery_imageWrapper__u_Z1t{transform:translateY(-8px);box-shadow:0 25px 50px rgba(0,0,0,.4)}.Gallery_imageCard__Ovv6f:hover .Gallery_overlay___x5ba{opacity:1}.Gallery_imageCard__Ovv6f:hover .Gallery_image__XK13V{transform:scale(1.05)}@keyframes Gallery_fadeInUp__KM1_E{to{opacity:1;transform:translateY(0)}}.Gallery_imageWrapper__u_Z1t{position:relative;border-radius:0;overflow:hidden;background:rgba(255,255,255,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);transition:all .4s cubic-bezier(.4,0,.2,1)}.Gallery_image__XK13V{width:100%;height:100%;object-fit:cover;transition:transform .4s cubic-bezier(.4,0,.2,1)}.Gallery_overlay___x5ba{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(47,47,47,.9),rgba(0,0,0,.8));opacity:0;transition:all .3s ease;display:flex;align-items:center;justify-content:center;padding:2rem}.Gallery_overlayContent__tdF_S{text-align:center;color:white;transform:translateY(20px);transition:transform .3s ease}.Gallery_imageCard__Ovv6f:hover .Gallery_overlayContent__tdF_S{transform:translateY(0)}.Gallery_imageTitle__vwlzl{font-size:24px;font-weight:700;margin-bottom:.5rem;background:linear-gradient(135deg,#ffffff,#a78bfa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Gallery_imageDescription__RmUwB{font-size:18px;line-height:1.7;opacity:.9;margin-bottom:1.5rem}.Gallery_viewButton__qOAFZ{padding:.8rem 1.5rem;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.1);color:white;border-radius:0;cursor:pointer;transition:all .3s ease;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Gallery_viewButton__qOAFZ:hover{background:rgba(255,255,255,.2);transform:scale(1.05)}.Gallery_lightbox__lv_Rd{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.95);display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);animation:Gallery_fadeIn__zUcjN .3s ease}@keyframes Gallery_fadeIn__zUcjN{0%{opacity:0}to{opacity:1}}.Gallery_lightboxContent__gv_NP{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.Gallery_closeBtn__A_JVj{position:absolute;top:-50px;right:0;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:white;width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:18px;z-index:10;transition:all .3s ease}.Gallery_closeBtn__A_JVj:hover{background:rgba(255,255,255,.2);transform:scale(1.1)}.Gallery_navBtn__c1Z_O{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:white;width:50px;height:50px;border-radius:50%;cursor:pointer;font-size:30px;z-index:10;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.Gallery_navBtn__c1Z_O:hover{background:rgba(255,255,255,.2);transform:translateY(-50%) scale(1.1)}.Gallery_navBtn__c1Z_O.Gallery_prevBtn__rDAH2{left:-70px}.Gallery_navBtn__c1Z_O.Gallery_nextBtn__J_hE3{right:-70px}@media (max-width:768px){.Gallery_navBtn__c1Z_O.Gallery_prevBtn__rDAH2{left:10px}.Gallery_navBtn__c1Z_O.Gallery_nextBtn__J_hE3{right:10px}}.Gallery_imageContainer__3DEnS{display:flex;flex-direction:column;align-items:center;text-align:center}.Gallery_lightboxImage__aR16m{max-width:100%;max-height:70vh;object-fit:contain;border-radius:0;box-shadow:0 25px 50px rgba(0,0,0,.5)}.Gallery_imageInfo__uaSns{margin-top:2rem;color:white;max-width:600px}.Gallery_imageInfo__uaSns h2{font-size:24px;margin-bottom:.5rem;background:linear-gradient(135deg,#ffffff,#a78bfa);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.Gallery_imageInfo__uaSns p{font-size:18px;line-height:1.7;opacity:.9}.Navbar_main___9mUfQ{display:flex;width:100%;max-width:1940px;position:relative;z-index:999}@media only screen and (max-width:1000px){.Navbar_main___9mUfQ{display:none}}.Navbar_box___Lyf87{display:flex;max-width:1940px;width:100%;align-items:center;background-color:rgb(255,255,255);height:80px;padding:40px}.Navbar_main_child__sojg_{width:100%;display:flex;width:100vw;align-items:center;gap:4rem;justify-content:flex-start}.Navbar_main_child__sojg_ ul{display:flex;color:black;gap:2rem}.Navbar_main_child__sojg_ ul li{list-style-type:none}.Navbar_main_child__sojg_ ul li:hover{color:#DC2522}.Navbar_active__v_AMp{color:#DC2522;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:4px}.Navbar_phone__b7RoJ{width:240px;align-items:center;display:flex;justify-content:flex-end;gap:.4rem;color:black}.Navbar_phone__b7RoJ .Navbar_icon__SKORA{color:#DC2522}.Navbar_dropdown__BQP9B{position:relative}.Navbar_dropdown__BQP9B:hover{cursor:pointer}.Navbar_dropdownBtn___syQA{cursor:pointer;padding:0;font:inherit;color:inherit;background:none;border:none}.Navbar_dropdownMenu__rJ7aZ{display:none;position:absolute;padding:20px 0;left:0;min-height:200px;top:100%;min-width:280px;background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.07);z-index:10;overflow:hidden}.Navbar_dropdown__BQP9B:hover .Navbar_dropdownMenu__rJ7aZ{display:block}.Navbar_dropdownItem__fQJUN{display:block;padding:12px 20px;color:#333;text-decoration:none;transition:background .15s;font-size:1rem}.Navbar_dropdownItem__fQJUN:hover{background:#f6f6f6;color:#DC2522}.Navbar_subActive__tm_Wg{display:flex;flex-direction:column;color:#DC2522;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:4px}.PhoneNavbar_main___ZStHy{width:100%;background-color:white;box-shadow:0 2px 4px rgba(0,0,0,.1);position:relative;z-index:999;display:none;position:fixed}@media (max-width:1000px){.PhoneNavbar_main___ZStHy{display:block;flex-direction:row;justify-content:space-between;align-items:center}}.PhoneNavbar_box___7HtOg{margin:0 auto;padding:1rem 1.5rem;display:flex;flex-direction:column;align-items:flex-start}@media (min-width:1000px){.PhoneNavbar_box___7HtOg{flex-direction:row;justify-content:space-between;align-items:center}}.PhoneNavbar_main_child__HKavr{display:flex;width:100%;justify-content:space-between;align-items:center;max-height:200px;overflow-y:scroll;-webkit-overflow-scrolling:touch}.PhoneNavbar_menuIcon__fU0CZ{display:none;color:black;cursor:pointer}@media (max-width:1000px){.PhoneNavbar_menuIcon__fU0CZ{display:block}}.PhoneNavbar_navLinks__EVr0B{display:flex;gap:1.5rem;list-style:none}@media (max-width:1000px){.PhoneNavbar_navLinks__EVr0B{display:none;flex-direction:column;background-color:#ffffff;position:absolute;top:90px;left:0;right:0;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.1);z-index:999}}.PhoneNavbar_navLinks__EVr0B.PhoneNavbar_open__PI5_g{display:flex}.PhoneNavbar_submenuItem__Jz_oF{text-decoration:none;color:#333;font-weight:500;transition:color .3s}.PhoneNavbar_active__ZlWvp{color:#DC2522;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:4px}.PhoneNavbar_phone__Eg3MB{margin-top:2rem;display:flex;align-items:center;gap:.5rem;font-weight:500;color:#333;text-decoration:none}@media (min-width:1000px){.PhoneNavbar_phone__Eg3MB{margin-top:0}}.PhoneNavbar_phone__Eg3MB .PhoneNavbar_icon__53A9g{font-size:1.2rem;color:#DC2522}.PhoneNavbar_flex__iQ7iU{display:flex;gap:2rem}.PhoneNavbar_dropdown__0BvXg{display:flex;flex-direction:column;color:black;gap:1rem;padding-left:20px;padding-top:20px}.PhoneNavbar_arrow__sQTua{display:inline-block;margin-left:8px;transition:transform .3s ease}.PhoneNavbar_arrowOpen__4YB7Q{transform:rotate(180deg)}@media (min-width:768px){.PhoneNavbar_arrow__sQTua{display:none}}.PhoneNavbar_dropdown__0BvXg{position:relative}.PhoneNavbar_dropdownBtn__Ix_wo{cursor:pointer;padding:0;font:inherit;color:inherit;background:none;border:none}.PhoneNavbar_dropdown__0BvXg:hover .PhoneNavbar_dropdownMenu__7I_1w{display:block}.PhoneNavbar_dropdownItem__FkeCy{display:block;padding:12px 10px;color:#333;text-decoration:none;transition:background .15s;font-size:1rem}.PhoneNavbar_dropdownItem__FkeCy:hover{background:#f6f6f6;color:#1e64c8}.PhoneNavbar_subActive__2lALj{display:flex;flex-direction:column;color:#DC2522;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:4px}.Footer_page__gKcSS{display:flex;width:100%;background-color:#F6F3F3;max-width:1940px;padding:40px;justify-content:space-around}@media only screen and (max-width:1000px){.Footer_page__gKcSS{flex-direction:column;align-items:center}}.Footer_img_ft__UpGQj{margin-right:40px}@media only screen and (max-width:1000px){.Footer_img_ft__UpGQj{margin-bottom:40px;margin-right:0}}.Footer_footer_element__bPbFx{display:flex;color:rgb(0,0,0);padding:4px;width:100%;justify-content:flex-start;gap:8rem;border-radius:4px;flex-wrap:wrap}@media only screen and (max-width:1000px){.Footer_footer_element__bPbFx{flex-direction:column;align-items:center;text-align:center;gap:4rem}}.Footer_footer_element__bPbFx .Footer_FE_child__R_ObL{display:flex;gap:1rem;flex-direction:column}.Footer_footer_element__bPbFx .Footer_FE_child__R_ObL ul{display:flex;flex-direction:column;color:black;gap:1rem}.Footer_footer_element__bPbFx .Footer_FE_child__R_ObL ul li{list-style-type:none}.Footer_box_contact__3Ytkd{display:flex;flex-direction:column;gap:1rem}.Footer_contactLinks__9nzB1{display:flex;align-items:center;gap:.4rem}.Footer_contactLinks__9nzB1 .Footer_iconContact__tsUbf{color:#DC2522}.Footer_active__PGIPs{color:#DC2522;text-decoration:underline;text-decoration-thickness:3px;text-underline-offset:4px}.Footer_credits__97eHo{text-align:center;padding:10px}.Footer_credits__97eHo a{color:#DC2522}