.uks-gallery{--navy:#0b2b53;--navy2:#153f73;--yellow:#f4c400;--white:#fff;--radius:18px;--shadow:0 18px 50px rgba(9,34,64,.14);width:100%;margin:28px 0;color:#10233f;outline:none}.uks-gallery *{box-sizing:border-box}.uks-gallery__header{margin-bottom:14px}.uks-gallery__header h2{margin:0 0 5px;font-size:clamp(24px,3vw,38px);line-height:1.12;color:var(--navy)}.uks-gallery__header p{margin:0;color:#627083;font-size:16px}.uks-gallery__shell{display:grid;gap:14px;min-width:0}.uks-gallery--thumbs-right .uks-gallery__shell{grid-template-columns:minmax(0,1fr) 118px}.uks-gallery__stage{position:relative;overflow:hidden;border-radius:var(--radius);background:#081a2f;box-shadow:var(--shadow);aspect-ratio:16/9;min-width:0}.uks-gallery__slides,.uks-gallery__slide{position:absolute;inset:0}.uks-gallery__slide{margin:0;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .45s ease,transform .5s ease;transform:translateX(18px);display:grid;place-items:center;background:#081a2f}.uks-gallery__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;transform:none;z-index:2}.uks-gallery__slide img{position:relative;z-index:1;width:100%;height:100%;object-fit:contain;object-position:center;display:block;user-select:none;-webkit-user-drag:none;cursor:zoom-in}.uks-gallery--fit-cover .uks-gallery__slide img{object-fit:cover}.uks-gallery__slide figcaption{position:absolute;z-index:3;left:18px;right:18px;bottom:18px;max-width:min(650px,calc(100% - 36px));padding:14px 16px;border-radius:12px;background:linear-gradient(90deg,rgba(6,28,55,.90),rgba(6,28,55,.66));color:#fff;font-weight:600;backdrop-filter:blur(6px)}.uks-gallery__nav,.uks-gallery__fullscreen{position:absolute;z-index:5;width:48px;height:48px;padding:0;border:0;color:#fff;background:rgba(5,24,46,.82);backdrop-filter:blur(5px);cursor:pointer;display:grid;place-items:center;transition:transform .18s ease,background .18s ease,box-shadow .18s ease;box-shadow:0 6px 18px rgba(0,0,0,.12)}.uks-gallery__nav svg,.uks-gallery__fullscreen svg{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:2.25;stroke-linecap:round;stroke-linejoin:round}.uks-gallery__nav{top:50%;transform:translateY(-50%);border-radius:50%}.uks-gallery__nav:hover{background:var(--navy);transform:translateY(-50%) scale(1.06)}.uks-gallery__nav--prev{left:16px}.uks-gallery__nav--next{right:16px}.uks-gallery__fullscreen{right:16px;top:16px;border-radius:14px}.uks-gallery__fullscreen:hover{background:var(--navy);transform:scale(1.06)}.uks-gallery__icon--close{display:none!important}.uks-gallery.is-fullscreen .uks-gallery__icon--expand{display:none}.uks-gallery.is-fullscreen .uks-gallery__icon--close{display:block!important}.uks-gallery__count{position:absolute;z-index:5;top:16px;left:16px;background:rgba(5,24,46,.82);color:#fff;padding:8px 12px;border-radius:999px;font-weight:700;font-size:13px;backdrop-filter:blur(5px)}.uks-gallery__thumbs{display:flex;gap:10px;overflow-x:auto;padding:3px 2px 7px;scrollbar-width:none;scroll-snap-type:x proximity;-webkit-overflow-scrolling:touch}.uks-gallery__thumbs::-webkit-scrollbar{display:none}.uks-gallery--thumbs-right .uks-gallery__thumbs{flex-direction:column;overflow-y:auto;overflow-x:hidden;max-height:calc((100vw - 60px)*.5625);padding:2px 4px}.uks-gallery__thumb{position:relative;flex:0 0 118px;height:78px;padding:0;border:2px solid transparent;background:#fff;cursor:pointer;overflow:hidden;scroll-snap-align:start;transition:transform .18s ease,border-color .18s ease,opacity .18s ease;opacity:.78}.uks-gallery__thumb:hover{opacity:1;transform:translateY(-1px)}.uks-gallery__thumb.is-active{opacity:1;border-color:var(--yellow);box-shadow:0 0 0 2px rgba(244,196,0,.15)}.uks-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.uks-gallery--style-modern .uks-gallery__thumb{border-radius:12px}.uks-gallery--style-square .uks-gallery__thumb{border-radius:2px;aspect-ratio:1/1;height:auto;flex-basis:92px}.uks-gallery--style-minimal .uks-gallery__thumb{border-radius:8px;opacity:.56;filter:saturate(.7)}.uks-gallery--style-minimal .uks-gallery__thumb.is-active{opacity:1;filter:none}.uks-gallery--style-caption .uks-gallery__thumb{height:96px;border-radius:10px}.uks-gallery--style-caption .uks-gallery__thumb span{position:absolute;left:0;right:0;bottom:0;background:rgba(5,24,46,.82);color:#fff;font-size:11px;padding:5px 6px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.uks-gallery--transition-fade .uks-gallery__slide{transform:none}.uks-gallery--transition-zoom .uks-gallery__slide{transform:scale(1.045)}.uks-gallery--transition-zoom .uks-gallery__slide.is-active{transform:scale(1)}.uks-gallery--transition-flip .uks-gallery__slides{perspective:1200px}.uks-gallery--transition-flip .uks-gallery__slide{transform:rotateY(12deg) scale(.98);transform-origin:center}.uks-gallery--transition-flip .uks-gallery__slide.is-active{transform:rotateY(0) scale(1)}.uks-gallery--transition-cube .uks-gallery__slides{perspective:1200px}.uks-gallery--transition-cube .uks-gallery__slide{transform:rotateY(-18deg) translateX(4%);transform-origin:left center}.uks-gallery--transition-cube .uks-gallery__slide.is-active{transform:rotateY(0) translateX(0)}.uks-gallery--transition-kenburns .uks-gallery__slide.is-active img{animation:uksKenBurns 7s ease-out both}@keyframes uksKenBurns{from{transform:scale(1)}to{transform:scale(1.05)}}html.uks-gallery-no-scroll,body.uks-gallery-no-scroll{overflow:hidden!important}.uks-gallery.is-fullscreen,.uks-gallery:fullscreen,.uks-gallery:-webkit-full-screen{width:100vw!important;height:100vh!important;height:100dvh!important;max-width:none!important;max-height:none!important;margin:0!important;padding:16px!important;background:#041321!important;color:#fff;display:flex!important;flex-direction:column!important;overflow:hidden!important;border:0!important;border-radius:0!important}.uks-gallery.uks-gallery--fullscreen-fallback{position:fixed!important;inset:0!important;z-index:2147483646!important}.uks-gallery.is-fullscreen .uks-gallery__header{display:none}.uks-gallery.is-fullscreen .uks-gallery__shell{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(0,1fr) auto;gap:12px;flex:1;min-height:0;height:100%;width:100%}.uks-gallery.is-fullscreen.uks-gallery--thumbs-none .uks-gallery__shell{grid-template-rows:minmax(0,1fr)}.uks-gallery.is-fullscreen.uks-gallery--thumbs-right .uks-gallery__shell{grid-template-columns:minmax(0,1fr) 132px;grid-template-rows:minmax(0,1fr)}.uks-gallery.is-fullscreen .uks-gallery__stage{width:100%;height:100%;min-height:0;aspect-ratio:auto;box-shadow:none;border-radius:14px;background:#020a12}.uks-gallery.is-fullscreen .uks-gallery__slide{background:#020a12}.uks-gallery.is-fullscreen .uks-gallery__slide img{object-fit:contain!important;cursor:zoom-out}.uks-gallery.is-fullscreen .uks-gallery__thumbs{min-height:0;max-height:100%;padding-bottom:2px}.uks-gallery.is-fullscreen.uks-gallery--thumbs-bottom .uks-gallery__thumbs{height:92px}.uks-gallery.is-fullscreen.uks-gallery--thumbs-right .uks-gallery__thumbs{height:100%;max-height:none}.uks-gallery.is-fullscreen .uks-gallery__nav,.uks-gallery.is-fullscreen .uks-gallery__fullscreen{background:rgba(5,24,46,.9)}@media(max-width:780px){.uks-gallery{margin:20px 0}.uks-gallery--thumbs-right .uks-gallery__shell{grid-template-columns:1fr}.uks-gallery--thumbs-right .uks-gallery__thumbs{flex-direction:row;overflow-x:auto;overflow-y:hidden;max-height:none}.uks-gallery__stage{border-radius:14px;aspect-ratio:4/3}.uks-gallery__nav,.uks-gallery__fullscreen{width:44px;height:44px}.uks-gallery__nav svg,.uks-gallery__fullscreen svg{width:22px;height:22px}.uks-gallery__nav--prev{left:10px}.uks-gallery__nav--next{right:10px}.uks-gallery__fullscreen{top:10px;right:10px;border-radius:12px}.uks-gallery__count{top:10px;left:10px}.uks-gallery__slide figcaption{left:10px;right:10px;bottom:10px;max-width:calc(100% - 20px);padding:11px 12px;font-size:14px}.uks-gallery__thumb{flex-basis:94px;height:64px}.uks-gallery--style-caption .uks-gallery__thumb{height:82px}.uks-gallery.is-fullscreen,.uks-gallery:fullscreen,.uks-gallery:-webkit-full-screen{padding:8px!important}.uks-gallery.is-fullscreen.uks-gallery--thumbs-right .uks-gallery__shell{grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto}.uks-gallery.is-fullscreen.uks-gallery--thumbs-right .uks-gallery__thumbs{flex-direction:row;overflow-x:auto;overflow-y:hidden;height:68px;max-height:68px}.uks-gallery.is-fullscreen.uks-gallery--thumbs-bottom .uks-gallery__thumbs{height:68px}.uks-gallery.is-fullscreen .uks-gallery__stage{border-radius:10px}.uks-gallery.is-fullscreen .uks-gallery__slide figcaption{bottom:8px}}

/* 1.0.2: a definite image viewport, independent of intrinsic grid size and theme CSS. */
.uks-gallery.is-fullscreen .uks-gallery__shell{min-width:0!important;min-height:0!important;overflow:hidden!important}
.uks-gallery.is-fullscreen .uks-gallery__stage{position:relative!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;overflow:hidden!important;aspect-ratio:auto!important}
.uks-gallery.is-fullscreen .uks-gallery__slides,
.uks-gallery.is-fullscreen .uks-gallery__slide{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;border:0!important;display:block!important;box-sizing:border-box!important;overflow:hidden!important;transform:none!important;perspective:none!important}
.uks-gallery.is-fullscreen .uks-gallery__slide img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;border:0!important;box-sizing:border-box!important;display:block!important;object-fit:contain!important;object-position:50% 50%!important;transform:none!important;animation:none!important;aspect-ratio:auto!important}
.uks-gallery.is-fullscreen .uks-gallery__thumb{flex-shrink:0}
@media(prefers-reduced-motion:reduce){.uks-gallery__slide{transition:none!important}.uks-gallery__slide img{animation:none!important}}

/* Definite image box also in the embedded gallery. */
.uks-gallery .uks-gallery__slide{min-width:0;min-height:0;padding:0!important;border:0!important}
.uks-gallery .uks-gallery__slide img{position:absolute!important;inset:0!important;display:block!important;width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;border:0!important;object-fit:contain;object-position:center!important}
.uks-gallery.uks-gallery--fit-cover .uks-gallery__slide img{object-fit:cover}
.uks-gallery .uks-gallery__thumb img{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;object-fit:cover!important;object-position:center!important}
.uks-gallery.uks-gallery--thumbs-right .uks-gallery__thumb{flex:0 0 78px}
@media(max-width:780px){.uks-gallery.uks-gallery--thumbs-right .uks-gallery__thumb{flex:0 0 94px}}

.lider-news-featured .uks-featured-gallery{width:100%;min-width:0}.lider-news-featured .uks-featured-gallery>.uks-gallery{margin:0}.lider-news-featured .uks-featured-gallery .uks-gallery__thumbs img{width:100%!important;height:100%!important;object-fit:cover!important}
