.gallery-block{background-color:#fff;padding-top:var(--block-padding-top,100px)}@media(max-width:767px){.gallery-block{padding-top:var(--block-padding-top,70px)}}.gallery-block{padding-bottom:var(--block-padding-bottom,100px)}@media(max-width:767px){.gallery-block{padding-bottom:var(--block-padding-bottom,70px)}}.gallery-block__viewport{--slider-gutter:64px}@media(min-width:768px)and (max-width:1149px){.gallery-block__viewport{--slider-gutter:32px}}@media(max-width:767px){.gallery-block__viewport{--slider-gutter:16px}}.gallery-block__viewport{position:relative;width:100vw;margin-left:calc(50% - 50vw);padding-left:max(var(--slider-gutter),50vw - 50%);padding-right:max(var(--slider-gutter),50vw - 50%);overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-padding-inline:max(var(--slider-gutter),50vw - 50%);scroll-behavior:smooth;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.gallery-block__viewport::-webkit-scrollbar{display:none}.gallery-block__viewport.-dragging{cursor:grabbing;-webkit-user-select:none;-moz-user-select:none;user-select:none}.gallery-block__viewport>ul{display:flex;flex-wrap:nowrap;gap:14px;margin:0;padding:0;list-style:none;width:-moz-max-content;width:max-content}.gallery-block__viewport>ul>li{flex:0 0 auto;height:440px;scroll-snap-align:start}@media(min-width:768px)and (max-width:1149px){.gallery-block__viewport>ul>li{height:360px}}@media(max-width:767px){.gallery-block__viewport>ul>li{height:280px}}.gallery-block__viewport>ul>li>figure{margin:0;height:100%;display:block}.gallery-block__viewport>ul>li>figure>button{display:block;padding:0;margin:0;border:0;background:#fff0;height:100%;cursor:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="28" height="28" viewBox="0 0 28 28"><circle cx="12" cy="12" r="9" fill="white" stroke="%231A7FD1" stroke-width="2.5"/><path d="M19 19 L26 26" stroke="%231A7FD1" stroke-width="3" stroke-linecap="round"/><path d="M8 12 L16 12 M12 8 L12 16" stroke="%231A7FD1" stroke-width="2" stroke-linecap="round"/></svg>') 12 12,zoom-in;color:inherit;font:inherit}.gallery-block__viewport>ul>li>figure>button>img{display:block;height:100%;width:auto;max-width:none;-o-object-fit:cover;object-fit:cover}.gallery-block__drag-hint{position:absolute;top:50%;left:73%;z-index:2;pointer-events:none;width:105px;height:105px;border-radius:50%;background:linear-gradient(147.5deg,#1A7FD1 10%,#223069 89%);color:#fff;display:flex;align-items:center;justify-content:center;opacity:0;animation:gallery-drag-hint-pulse 1.6s ease-in-out infinite;font-size:.875rem;line-height:1.1;letter-spacing:.02em;text-transform:uppercase;font-weight:500}@media(min-width:1150px){.gallery-block__drag-hint{font-size:1.125rem}}.gallery-block__drag-hint{transition:all .2s ease}@media(max-width:767px){.gallery-block__drag-hint{display:none}}@media(hover:none){.gallery-block__drag-hint{display:none}}@media(prefers-reduced-motion:reduce){.gallery-block__drag-hint{animation:none;transform:translate(-50%,-50%)}}.gallery-block__viewport.is-idle .gallery-block__drag-hint{opacity:1}@keyframes gallery-drag-hint-pulse{0%,100%{transform:translate(-50%,-50%)}50%{transform:translate(calc(-50% - 18px),-50%)}}.gallery-block__lightbox{position:fixed;inset:0;z-index:1000;background:rgb(0 0 0 / .92);display:flex;align-items:center;justify-content:center;padding:64px}@media(min-width:768px)and (max-width:1149px){.gallery-block__lightbox{padding:32px}}@media(max-width:767px){.gallery-block__lightbox{padding:16px}}.gallery-block__lightbox[hidden]{display:none}.gallery-block__lightbox>figure{margin:0;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.gallery-block__lightbox>figure>img{display:block;max-width:100%;max-height:calc(100vh - 128px);width:auto;height:auto;-o-object-fit:contain;object-fit:contain}@media(min-width:768px)and (max-width:1149px){.gallery-block__lightbox>figure>img{max-height:calc(100vh - 64px)}}@media(max-width:767px){.gallery-block__lightbox>figure>img{max-height:calc(100vh - 32px)}}.gallery-block__lightbox-close,.gallery-block__lightbox-prev,.gallery-block__lightbox-next{position:absolute;width:48px;height:48px;padding:0;border:0;border-radius:50%;background:hsl(0 0% 100% / .12);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.gallery-block__lightbox-close:hover,.gallery-block__lightbox-close:focus-visible,.gallery-block__lightbox-prev:hover,.gallery-block__lightbox-prev:focus-visible,.gallery-block__lightbox-next:hover,.gallery-block__lightbox-next:focus-visible{background:hsl(0 0% 100% / .24)}.gallery-block__lightbox-close[hidden],.gallery-block__lightbox-prev[hidden],.gallery-block__lightbox-next[hidden]{display:none}.gallery-block__lightbox-close{top:24px;right:24px}.gallery-block__lightbox-close::before,.gallery-block__lightbox-close::after{content:"";position:absolute;width:20px;height:2px;background:currentcolor}.gallery-block__lightbox-close::before{transform:rotate(45deg)}.gallery-block__lightbox-close::after{transform:rotate(-45deg)}.gallery-block__lightbox-prev,.gallery-block__lightbox-next{top:50%;transform:translateY(-50%)}.gallery-block__lightbox-prev::before,.gallery-block__lightbox-next::before{content:"";display:block;width:14px;height:14px;border-left:2px solid currentcolor;border-top:2px solid currentcolor}.gallery-block__lightbox-prev{left:24px}.gallery-block__lightbox-prev::before{transform:translateX(3px) rotate(-45deg)}.gallery-block__lightbox-next{right:24px}.gallery-block__lightbox-next::before{transform:translateX(-3px) rotate(135deg)}