.yarl__fullsize{height:100%;width:100%}.yarl__relative{position:relative}.yarl__portal{bottom:0;left:0;opacity:0;overflow:hidden;position:fixed;right:0;top:0;transition:opacity var(--yarl__fade_animation_duration,.25s) var(--yarl__fade_animation_timing_function,ease);z-index:var(--yarl__portal_zindex,9999)}.yarl__portal_open{opacity:1}.yarl__container{background-color:var(--yarl__container_background_color,var(--yarl__color_backdrop,#000));bottom:0;left:0;outline:none;overflow:hidden;overscroll-behavior:var(--yarl__controller_overscroll_behavior,contain);position:absolute;right:0;top:0;touch-action:var(--yarl__controller_touch_action,none);-webkit-user-select:none;-moz-user-select:none;user-select:none}.yarl__carousel{align-content:center;align-items:stretch;display:flex;flex:0 0 auto;height:100%;justify-content:center;opacity:var(--yarl__pull_opacity,1);transform:translate(var(--yarl__swipe_offset,0),var(--yarl__pull_offset,0));width:calc(100% + (var(--yarl__carousel_slides_count) - 1)*(100% + var(--yarl__carousel_spacing_px, 0)*1px + var(--yarl__carousel_spacing_percent, 0)*1%))}.yarl__carousel_with_slides{-moz-column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%);column-gap:calc(var(--yarl__carousel_spacing_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_spacing_percent, 0)*1%)}.yarl__flex_center{align-content:center;align-items:center;display:flex;justify-content:center}.yarl__slide{flex:1;overflow:hidden;padding:calc(var(--yarl__carousel_padding_px, 0)*1px + 100/(var(--yarl__carousel_slides_count)*100 + (var(--yarl__carousel_slides_count) - 1)*var(--yarl__carousel_spacing_percent, 0))*var(--yarl__carousel_padding_percent, 0)*1%);position:relative}[dir=rtl] .yarl__slide{--yarl__direction:-1}.yarl__slide_image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain;touch-action:var(--yarl__controller_touch_action,none);-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.yarl__slide_image_cover{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.yarl__slide_image_loading{opacity:0}@media screen and (min-width:800px){.yarl__slide_wrapper:not(.yarl__slide_wrapper_interactive) .yarl__slide_image{-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0);-webkit-transform-style:preserve-3d}}.yarl__slide_placeholder{left:50%;line-height:0;position:absolute;top:50%;transform:translateX(-50%) translateY(-50%)}.yarl__slide_loading{animation:yarl__delayed_fadein 1s linear;color:var(--yarl__slide_icon_loading_color,var(--yarl__color_button,hsla(0,0%,100%,.8)))}.yarl__slide_loading line{animation:yarl__stroke_opacity 1s linear infinite}.yarl__slide_loading line:first-of-type{animation-delay:-1.875s}.yarl__slide_loading line:nth-of-type(2){animation-delay:-1.75s}.yarl__slide_loading line:nth-of-type(3){animation-delay:-1.625s}.yarl__slide_loading line:nth-of-type(4){animation-delay:-1.5s}.yarl__slide_loading line:nth-of-type(5){animation-delay:-1.375s}.yarl__slide_loading line:nth-of-type(6){animation-delay:-1.25s}.yarl__slide_loading line:nth-of-type(7){animation-delay:-1.125s}.yarl__slide_loading line:nth-of-type(8){animation-delay:-1s}.yarl__slide_error{color:var(--yarl__slide_icon_error_color,red);height:var(--yarl__slide_icon_error_size,48px);width:var(--yarl__slide_icon_error_size,48px)}@media (prefers-reduced-motion){.yarl__portal,.yarl__slide{transition:unset}.yarl__slide_loading,.yarl__slide_loading line{animation:unset}}.yarl__toolbar{bottom:auto;display:flex;justify-content:flex-end;left:auto;padding:var(--yarl__toolbar_padding,8px);position:absolute;right:0;top:0}[dir=rtl] .yarl__toolbar{bottom:auto;left:0;right:auto;top:0}.yarl__icon{height:var(--yarl__icon_size,32px);width:var(--yarl__icon_size,32px)}.yarl__button{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--yarl__button_background_color,transparent);border:var(--yarl__button_border,0);color:var(--yarl__color_button,hsla(0,0%,100%,.8));cursor:pointer;filter:var(--yarl__button_filter,drop-shadow(2px 2px 2px rgba(0,0,0,.8)));line-height:0;margin:var(--yarl__button_margin,0);outline:none;padding:var(--yarl__button_padding,8px);-webkit-tap-highlight-color:transparent}.yarl__button:focus{color:var(--yarl__color_button_active,#fff)}.yarl__button:focus:not(:focus-visible){color:var(--yarl__color_button,hsla(0,0%,100%,.8))}.yarl__button:focus-visible{color:var(--yarl__color_button_active,#fff)}@media (hover:hover){.yarl__button:focus-visible:hover,.yarl__button:focus:hover,.yarl__button:hover{color:var(--yarl__color_button_active,#fff)}}.yarl__button:disabled{color:var(--yarl__color_button_disabled,hsla(0,0%,100%,.4));cursor:default}.yarl__navigation_next,.yarl__navigation_prev{padding:var(--yarl__navigation_button_padding,24px 16px);position:absolute;top:50%;transform:translateY(-50%)}.yarl__navigation_prev{left:0}[dir=rtl] .yarl__navigation_prev{left:unset;right:0;transform:translateY(-50%) rotate(180deg)}.yarl__navigation_next{right:0}[dir=rtl] .yarl__navigation_next{left:0;right:unset;transform:translateY(-50%) rotate(180deg)}.yarl__no_scroll{height:100%;overflow:hidden;overscroll-behavior:none}@keyframes yarl__delayed_fadein{0%{opacity:0}80%{opacity:0}to{opacity:1}}@keyframes yarl__stroke_opacity{0%{stroke-opacity:1}to{stroke-opacity:.125}}.GallerySection_gallerySection__p317S{padding:var(--space-2xl) var(--space-md);position:relative;min-height:400px;overflow-x:hidden;background:transparent}.GallerySection_galleryNavLeft__9_BaT{position:absolute!important;left:-80px;top:45%;transform:translateY(-50%);z-index:30}.GallerySection_galleryNavRight__UJYuN{position:absolute!important;right:-80px;top:45%;transform:translateY(-50%);z-index:30}@media (max-width:1400px){.GallerySection_galleryNavLeft__9_BaT{left:-70px}.GallerySection_galleryNavRight__UJYuN{right:-70px}}@media (max-width:1200px){.GallerySection_galleryNavLeft__9_BaT{left:-60px}.GallerySection_galleryNavRight__UJYuN{right:-60px}}@media (max-width:1024px){.GallerySection_galleryNavLeft__9_BaT{left:-20px}.GallerySection_galleryNavRight__UJYuN{right:-20px}}@media (max-width:768px){.GallerySection_galleryNavLeft__9_BaT,.GallerySection_galleryNavRight__UJYuN{display:none}}.GallerySection_container__4Nj4m{max-width:1400px;margin:0 auto}.GallerySection_header__iSYkS{text-align:center;margin-bottom:var(--space-xl);position:relative;z-index:2}.GallerySection_badge__F92Vs{display:inline-flex;align-items:center;gap:var(--space-2xs);padding:var(--space-2xs) var(--space-sm);border-radius:9999px;background-color:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-secondary);margin-bottom:var(--space-md);font-size:var(--text-sm)}.GallerySection_badgeIcon__9dxq8{font-size:1.2em;color:var(--highlight-color)}.GallerySection_badgeText__yaYfm{font-weight:500;color:var(--text-primary)}.GallerySection_title__EQbyC{font-family:var(--font-display);font-size:var(--text-4xl);font-weight:700;color:var(--text-primary);margin-bottom:var(--space-sm)}.GallerySection_highlight__l_0dh{color:var(--highlight-color)}.GallerySection_subtitle__gTRWF{font-size:var(--text-lg);color:var(--text-secondary);max-width:700px;margin:0 auto;opacity:.9}.GallerySection_galleryWrapper__JeH1y{position:relative;min-height:calc(70vh + .5rem);margin-bottom:2.5rem}.GallerySection_masonryGrid__93YbS{position:absolute;top:0;left:0;width:100%;height:100%;--columns:3;display:grid;grid-template-columns:repeat(var(--columns),1fr);grid-auto-rows:minmax(280px,35vh);gap:.5rem}.GallerySection_masonryItem__JqMtP{position:relative;overflow:hidden;cursor:pointer;border-radius:12px;border:2px solid hsla(0,0%,100%,.8);box-shadow:0 4px 20px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.06),inset 0 1px 0 hsla(0,0%,100%,.9);transition:all .4s cubic-bezier(.4,0,.2,1);background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.GallerySection_masonryItem__JqMtP .GallerySection_image__k0G76{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .5s cubic-bezier(.4,0,.2,1);filter:brightness(1) contrast(1.05) saturate(1.1)}.GallerySection_masonryItem__JqMtP:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px rgba(0,0,0,.12),0 8px 16px rgba(0,0,0,.08),0 0 0 1px rgba(34,197,94,.1),inset 0 1px 0 #fff,0 0 30px rgba(34,197,94,.08);border-color:rgba(34,197,94,.3)}.GallerySection_masonryItem__JqMtP:hover .GallerySection_image__k0G76{transform:scale(1.08);filter:brightness(1.1) contrast(1.1) saturate(1.2)}.GallerySection_overlay__PnMp6{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(0,0,0,.3),rgba(34,197,94,.2) 50%,rgba(0,0,0,.4));display:flex;align-items:center;justify-content:center;opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.GallerySection_masonryItem__JqMtP:hover .GallerySection_overlay__PnMp6{opacity:1}.GallerySection_overlayText__w3NUd{color:#fff;font-size:1.2rem;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.5);padding:.5rem 1rem;background:hsla(0,0%,100%,.15);border-radius:20px;border:1px solid hsla(0,0%,100%,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transform:translateY(10px);transition:all .3s ease}.GallerySection_masonryItem__JqMtP:hover .GallerySection_overlayText__w3NUd{transform:translateY(0)}.GallerySection_navButton__Lgho4{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;display:flex;align-items:center;justify-content:center;z-index:10}.GallerySection_navButton__Lgho4:hover{transform:translateY(-50%) scale(1.06)}.GallerySection_navButton__Lgho4:disabled{opacity:.4;cursor:not-allowed;transform:translateY(-50%)}.GallerySection_prevButton__AbRlz{left:-14px}.GallerySection_nextButton__8QQkE{right:-14px}.GallerySection_paginationArrows__7u_M2{display:flex;justify-content:center;align-items:center;gap:var(--space-lg)}.GallerySection_arrowButton__9MsUx{width:44px;height:44px;border-radius:50%;border:2px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 15px rgba(0,0,0,.1)}.GallerySection_arrowButton__9MsUx:hover{background:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.4);box-shadow:0 6px 20px rgba(0,0,0,.15);transform:scale(1.1)}.GallerySection_arrowButton__9MsUx.GallerySection_disabled__8jqyp{opacity:.3;cursor:not-allowed;background:hsla(0,0%,100%,.05);border-color:hsla(0,0%,100%,.1)}.GallerySection_pageCounter__oH0sn{display:flex;align-items:baseline;gap:2px;background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);border-radius:12px;padding:8px 16px;color:#fff;font-weight:500;min-width:70px;justify-content:center}.GallerySection_currentPage__O4Te6{font-size:18px;font-weight:700;color:var(--highlight-color)}.GallerySection_totalPages__3eEsi{font-size:14px;color:hsla(0,0%,100%,.7)}.GallerySection_mobileScrollContainer__ZshkM{width:100%;display:flex;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;padding:0 7.5%;will-change:auto}.GallerySection_mobileScrollContainer__ZshkM::-webkit-scrollbar{display:none}.GallerySection_mobileScrollItem__dsCbd{position:relative;overflow:hidden;cursor:pointer;border-radius:12px;border:2px solid hsla(0,0%,100%,.8);box-shadow:0 4px 20px rgba(0,0,0,.08),0 2px 8px rgba(0,0,0,.06),inset 0 1px 0 hsla(0,0%,100%,.9);transition:transform .3s cubic-bezier(.4,0,.2,1);background:hsla(0,0%,100%,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);flex-shrink:0;height:60vh;min-height:320px;max-height:500px;touch-action:manipulation;will-change:auto}.GallerySection_mobileScrollItem__dsCbd:active{transform:scale(.98)}.GallerySection_mobileScrollItem__dsCbd .GallerySection_image__k0G76{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s ease;border-radius:10px;transform:translateZ(0);will-change:transform;image-rendering:-webkit-optimize-contrast}.GallerySection_progressContainer__ONb_B{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1.5rem;padding:1rem 0}.GallerySection_progressBar__6WJfX{flex:1;max-width:200px;height:4px;background:hsla(0,0%,100%,.2);border-radius:2px;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.GallerySection_progressFill__FQVh2{height:100%;background:linear-gradient(90deg,rgba(34,197,94,.9),rgba(16,185,129,.8));transition:width .3s ease;border-radius:2px}.GallerySection_progressText__q6otm{color:hsla(0,0%,100%,.9);font-size:.9rem;font-weight:500;min-width:60px;text-align:center}.GallerySection_centered__NG_VG{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#fff}.GallerySection_spinner__HJwR6{width:48px;height:48px;border:4px solid hsla(0,0%,100%,.2);border-top-color:#fff;border-radius:50%;animation:GallerySection_spin__Y4roz 1s linear infinite;margin:0 auto 1rem}.GallerySection_error__9sO9W{color:#ff4d4d;font-size:1.1rem}@keyframes GallerySection_spin__Y4roz{to{transform:rotate(1turn)}}@media (max-width:1024px){.GallerySection_masonryGrid__93YbS{--columns:2;grid-auto-rows:minmax(280px,32vh)}.GallerySection_navButton__Lgho4{width:48px;height:48px}.GallerySection_title__EQbyC{font-size:2.5rem}.GallerySection_subtitle__gTRWF{font-size:1.1rem}}@media (max-width:768px){.GallerySection_gallerySection__p317S{padding:clamp(2rem,6vh,4rem) 1rem}.GallerySection_container__4Nj4m{padding:0 .5rem}.GallerySection_title__EQbyC{font-size:clamp(1.75rem,6vw,2.25rem);margin-bottom:.75rem}.GallerySection_subtitle__gTRWF{font-size:clamp(.9rem,3vw,1.05rem);padding:0 1rem}.GallerySection_galleryWrapper__JeH1y{min-height:350px;margin-bottom:2rem;position:relative;overflow:visible}.GallerySection_masonryGrid__93YbS{display:none}.GallerySection_mobileScrollContainer__ZshkM{padding:0;gap:0}.GallerySection_mobileScrollItem__dsCbd{width:85%;margin-right:5%;height:55vh;min-height:300px;max-height:400px}.GallerySection_mobileScrollItem__dsCbd:last-child{margin-right:7.5%}.GallerySection_overlayText__w3NUd{font-size:1.1rem;font-weight:600;text-shadow:0 2px 8px rgba(0,0,0,.5)}.GallerySection_navButton__Lgho4,.GallerySection_paginationArrows__7u_M2,.GallerySection_paginationDots__LKt2f{display:none}.GallerySection_progressContainer__ONb_B{margin-top:1.5rem;padding:1rem 0}.GallerySection_progressBar__6WJfX{max-width:150px;height:3px}.GallerySection_progressText__q6otm{font-size:.85rem;min-width:50px}.GallerySection_centered__NG_VG{color:#fff;padding:2rem}.GallerySection_spinner__HJwR6{width:40px;height:40px;border-width:3px}.GallerySection_error__9sO9W{font-size:1rem;padding:1rem}}@media (max-width:480px){.GallerySection_gallerySection__p317S{padding:clamp(1.5rem,5vh,3rem) .75rem}.GallerySection_container__4Nj4m{padding:0 .25rem}.GallerySection_title__EQbyC{font-size:clamp(1.5rem,7vw,2rem);margin-bottom:.5rem}.GallerySection_subtitle__gTRWF{font-size:clamp(.85rem,3.5vw,1rem);padding:0 .5rem}.GallerySection_badge__F92Vs{padding:.4rem .8rem;font-size:.75rem;margin-bottom:1rem}.GallerySection_galleryWrapper__JeH1y{min-height:280px;margin-bottom:1.5rem}.GallerySection_masonryGrid__93YbS{display:none}.GallerySection_mobileScrollItem__dsCbd{height:50vh;min-height:280px;max-height:350px}.GallerySection_overlayText__w3NUd{font-size:1rem}.GallerySection_navButton__Lgho4,.GallerySection_paginationArrows__7u_M2,.GallerySection_paginationDots__LKt2f{display:none}.GallerySection_progressContainer__ONb_B{margin-top:1rem;padding:.75rem 0}.GallerySection_progressBar__6WJfX{max-width:120px;height:3px}.GallerySection_progressText__q6otm{font-size:.8rem;min-width:45px}.GallerySection_centered__NG_VG{padding:1.5rem}.GallerySection_spinner__HJwR6{width:36px;height:36px}}@media (max-width:360px){.GallerySection_gallerySection__p317S{padding:clamp(1rem,4vh,2rem) .5rem}.GallerySection_title__EQbyC{font-size:clamp(1.25rem,8vw,1.75rem)}.GallerySection_subtitle__gTRWF{font-size:clamp(.8rem,4vw,.95rem);padding:0 .25rem}.GallerySection_galleryWrapper__JeH1y{min-height:250px;margin-bottom:1rem}.GallerySection_masonryGrid__93YbS{display:none}.GallerySection_mobileScrollItem__dsCbd{height:45vh;min-height:250px;max-height:300px}.GallerySection_overlayText__w3NUd{font-size:.9rem}.GallerySection_navButton__Lgho4,.GallerySection_paginationArrows__7u_M2,.GallerySection_paginationDots__LKt2f{display:none}.GallerySection_progressContainer__ONb_B{margin-top:.75rem;padding:.5rem 0}.GallerySection_progressBar__6WJfX{max-width:100px;height:2px}.GallerySection_progressText__q6otm{font-size:.75rem;min-width:40px}.GallerySection_centered__NG_VG{padding:1rem}.GallerySection_spinner__HJwR6{width:32px;height:32px;border-width:2px}.GallerySection_error__9sO9W{font-size:.9rem}}