.mc-gallery{margin:clamp(24px,3vw,40px) 0}.mc-gallery--slider .mc-gallery__stage{position:relative;border-radius:4px;overflow:hidden}.mc-gallery__track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;background:#f9f9f9;background:var(--color-gray, #f9f9f9)}.mc-gallery__track::-webkit-scrollbar{display:none}.mc-gallery__track.focus-visible{outline:2px solid var(--color-blue);outline-offset:-2px}.mc-gallery__track:focus-visible{outline:2px solid var(--color-blue);outline-offset:-2px}.mc-gallery__slide{position:relative;flex:0 0 100%;margin:0;aspect-ratio:3/2;scroll-snap-align:start;scroll-snap-stop:always}.mc-gallery__zoom{display:block;width:100%;height:100%;cursor:zoom-in}.mc-gallery__img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mc-gallery__media--contain{-o-object-fit:contain;object-fit:contain}.mc-gallery__caption{position:absolute;top:auto;right:0;bottom:0;left:0;padding:44px 96px 14px 16px;background:linear-gradient(to top, rgba(4, 8, 35, 0.78), rgba(4, 8, 35, 0));color:#fff;font-size:.875rem;line-height:1.45;pointer-events:none}.mc-gallery__nav,.mc-gallery__strip-toggle{position:absolute;display:grid;align-items:center;justify-items:center;place-items:center;width:42px;height:42px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.88);color:var(--color-blue);cursor:pointer;opacity:0;transition:opacity .2s ease,background-color .2s ease,color .2s ease}.mc-gallery__nav svg,.mc-gallery__strip-toggle svg{width:22px;height:22px}.mc-gallery__nav:hover,.mc-gallery__strip-toggle:hover{background:#fff;color:var(--color-orange)}.mc-gallery__nav.focus-visible,.mc-gallery__strip-toggle.focus-visible{opacity:1;outline:2px solid var(--color-orange);outline-offset:2px}.mc-gallery__nav:focus-visible,.mc-gallery__strip-toggle:focus-visible{opacity:1;outline:2px solid var(--color-orange);outline-offset:2px}.mc-gallery__nav{top:50%;translate:0 -50%}.mc-gallery__nav--prev{left:12px}.mc-gallery__nav--next{right:12px}.mc-gallery__strip-toggle{top:12px;right:12px;width:38px;height:38px}.mc-gallery__strip-toggle svg{width:18px;height:18px}.mc-gallery__strip-toggle[aria-expanded=true]{background:var(--color-blue);color:#fff}.mc-gallery__stage:hover .mc-gallery__nav,.mc-gallery__stage[focus-within] .mc-gallery__nav{opacity:1}.mc-gallery__stage:hover .mc-gallery__nav,.mc-gallery__stage:focus-within .mc-gallery__nav{opacity:1}.mc-gallery--slider:hover .mc-gallery__strip-toggle,.mc-gallery--slider[focus-within] .mc-gallery__strip-toggle{opacity:1}.mc-gallery--slider:hover .mc-gallery__strip-toggle,.mc-gallery--slider:focus-within .mc-gallery__strip-toggle{opacity:1}@media(hover: none){.mc-gallery__nav,.mc-gallery__strip-toggle{opacity:1}}.mc-gallery__counter{position:absolute;right:12px;bottom:12px;padding:4px 10px;border-radius:999px;background:rgba(4,8,35,.65);color:#fff;font-size:.8125rem;line-height:1.2;pointer-events:none}.mc-gallery__strip{display:flex;grid-gap:8px;gap:8px;margin-top:8px;overflow-x:auto;padding-bottom:4px}.mc-gallery__strip[hidden]{display:none}.mc-gallery__thumb{flex:0 0 auto;width:96px;height:64px;padding:0;border:2px solid rgba(0,0,0,0);border-radius:4px;overflow:hidden;background:none;cursor:pointer;opacity:.7;transition:opacity .2s ease,border-color .2s ease}.mc-gallery__thumb img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mc-gallery__thumb:hover{opacity:1}.mc-gallery__thumb.is-active{border-color:var(--color-orange);opacity:1}.mc-gallery__thumb.focus-visible{outline:2px solid var(--color-blue);outline-offset:1px}.mc-gallery__thumb:focus-visible{outline:2px solid var(--color-blue);outline-offset:1px}.mc-gallery--grid{display:grid;grid-gap:12px;gap:12px;grid-template-columns:repeat(2, 1fr)}.mc-gallery--grid .mc-gallery__item{margin:0}@media(min-width: 768px){.mc-gallery--grid.mc-gallery--cols-2{grid-template-columns:repeat(2, 1fr)}.mc-gallery--grid.mc-gallery--cols-3{grid-template-columns:repeat(3, 1fr)}.mc-gallery--grid.mc-gallery--cols-4{grid-template-columns:repeat(4, 1fr)}}.mc-gallery__link{display:block;aspect-ratio:3/2;border-radius:4px;overflow:hidden;background:#f9f9f9;background:var(--color-gray, #f9f9f9);cursor:zoom-in}.mc-gallery__link .mc-gallery__img{transition:transform .2s ease}.mc-gallery__link:hover .mc-gallery__img,.mc-gallery__link.focus-visible .mc-gallery__img{transform:scale(1.03)}.mc-gallery__link:hover .mc-gallery__img,.mc-gallery__link:focus-visible .mc-gallery__img{transform:scale(1.03)}.mc-gallery__link.focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}.mc-gallery__link:focus-visible{outline:2px solid var(--color-blue);outline-offset:2px}.mc-lightbox{width:100vw;height:100vh;max-width:none;max-height:none;border:0;margin:0;padding:0;overflow:hidden;background:rgba(0,0,0,0)}.mc-lightbox::backdrop{background:rgba(4,8,35,.92)}html.mc-lightbox-open,body.mc-lightbox-open{overflow:hidden}.mc-lightbox__inner{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;grid-gap:0;gap:0;overflow:hidden}.mc-lightbox__img{max-width:92vw;max-height:80vh;-o-object-fit:contain;object-fit:contain;border-radius:4px}.mc-lightbox__caption{position:absolute;left:50%;bottom:16px;z-index:2;max-width:80vw;padding:8px 12px;translate:-50% 0;border-radius:4px;background:rgba(4,8,35,.72);color:#fff;font-size:.9375rem;line-height:1.5;text-align:center}.mc-lightbox__caption:empty{display:none}.mc-lightbox__counter{position:absolute;top:16px;left:16px;color:rgba(255,255,255,.85);font-size:.875rem}.mc-lightbox__close,.mc-lightbox__nav{position:absolute;display:grid;align-items:center;justify-items:center;place-items:center;width:44px;height:44px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;transition:background-color .2s ease}.mc-lightbox__close svg,.mc-lightbox__nav svg{width:22px;height:22px}.mc-lightbox__close:hover,.mc-lightbox__nav:hover{background:rgba(255,255,255,.28)}.mc-lightbox__close.focus-visible,.mc-lightbox__nav.focus-visible{outline:2px solid var(--color-orange);outline-offset:2px}.mc-lightbox__close:focus-visible,.mc-lightbox__nav:focus-visible{outline:2px solid var(--color-orange);outline-offset:2px}.mc-lightbox__close{top:12px;right:12px}.mc-lightbox__nav{top:50%;translate:0 -50%}.mc-lightbox__nav--prev{left:12px}.mc-lightbox__nav--next{right:12px}@media(prefers-reduced-motion: reduce){.mc-gallery *,.mc-lightbox *{transition:none !important}}.mc-gallery--v2{--mc-gallery-media-background: var(--color-gray, #f9f9f9)}.mc-gallery--v2.mc-gallery--bg-transparent{--mc-gallery-media-background: transparent}.mc-gallery--v2 .mc-gallery__slide,.mc-gallery--v2 .mc-gallery__trigger{background:var(--mc-gallery-media-background)}.mc-gallery--v2 .mc-gallery__slide{display:grid;align-items:stretch;justify-items:stretch;place-items:stretch}.mc-gallery--v2.mc-gallery--ratio-16-9 .mc-gallery__slide,.mc-gallery--v2.mc-gallery--ratio-16-9 .mc-gallery__trigger{aspect-ratio:16/9}.mc-gallery--v2.mc-gallery--ratio-3-2 .mc-gallery__slide,.mc-gallery--v2.mc-gallery--ratio-3-2 .mc-gallery__trigger{aspect-ratio:3/2}.mc-gallery--v2.mc-gallery--ratio-4-3 .mc-gallery__slide,.mc-gallery--v2.mc-gallery--ratio-4-3 .mc-gallery__trigger{aspect-ratio:4/3}.mc-gallery--v2.mc-gallery--ratio-1-1 .mc-gallery__slide,.mc-gallery--v2.mc-gallery--ratio-1-1 .mc-gallery__trigger{aspect-ratio:1/1}.mc-gallery--v2.mc-gallery--ratio-auto .mc-gallery__slide,.mc-gallery--v2.mc-gallery--ratio-auto .mc-gallery__trigger{aspect-ratio:auto;min-height:min(60vh,560px)}.mc-gallery__trigger{position:relative;display:block;width:100%;height:100%;min-height:0;padding:0;overflow:hidden;border:0;border-radius:4px;background:#f9f9f9;background:var(--mc-gallery-media-background, var(--color-gray, #f9f9f9));color:#080f49;color:var(--color-blue, #080f49);cursor:zoom-in}.mc-gallery__trigger.focus-visible{outline:3px solid #e85d04;outline:3px solid var(--color-orange, #e85d04);outline-offset:3px}.mc-gallery__trigger:focus-visible{outline:3px solid #e85d04;outline:3px solid var(--color-orange, #e85d04);outline-offset:3px}.mc-gallery__trigger--youtube,.mc-gallery__trigger--video{cursor:pointer}.mc-gallery--v2 .mc-gallery__img,.mc-gallery__poster{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mc-gallery--v2 .mc-gallery__media--contain .mc-gallery__img,.mc-gallery--v2 .mc-gallery__media--contain .mc-gallery__poster{-o-object-fit:contain;object-fit:contain}.mc-gallery__play{position:absolute;left:50%;top:50%;width:clamp(48px,7vw,76px);height:clamp(48px,7vw,76px);translate:-50% -50%;color:rgba(4,8,35,.88);filter:drop-shadow(0 4px 12px rgba(0, 0, 0, 0.35));pointer-events:none;transition:color .2s ease,scale .2s ease}.mc-gallery__play svg{display:block;width:100%;height:100%}.mc-gallery__trigger--youtube:hover .mc-gallery__play,.mc-gallery__trigger--video:hover .mc-gallery__play{color:#e85d04;color:var(--color-orange, #e85d04);scale:1.06}.mc-gallery__video-fallback{display:grid;align-items:center;justify-items:center;place-items:center;width:100%;height:100%;min-height:180px;background:linear-gradient(135deg, #f1f2f4, #dfe3e8);background:linear-gradient(135deg, var(--color-gray, #f1f2f4), #dfe3e8);color:#080f49;color:var(--color-blue, #080f49)}.mc-gallery__video-fallback svg{width:clamp(64px,12vw,120px);height:auto;opacity:.72}.mc-gallery__thumb-fallback{display:grid;align-items:center;justify-items:center;place-items:center;width:100%;height:100%;background:#f1f2f4;background:var(--color-gray, #f1f2f4);color:#080f49;color:var(--color-blue, #080f49)}.mc-gallery--v2.mc-gallery--grid .mc-gallery__item{display:flex;min-width:0;flex-direction:column;grid-gap:6px;gap:6px}.mc-gallery--v2 .mc-gallery__grid-caption{padding:0 2px;color:inherit;font-size:.875rem;line-height:1.4}@media(min-width: 768px)and (max-width: 1023px){.mc-gallery--v2.mc-gallery--grid.mc-gallery--cols-3,.mc-gallery--v2.mc-gallery--grid.mc-gallery--cols-4{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 1024px){.mc-gallery--v2.mc-gallery--grid.mc-gallery--cols-2{grid-template-columns:repeat(2, minmax(0, 1fr))}.mc-gallery--v2.mc-gallery--grid.mc-gallery--cols-3{grid-template-columns:repeat(3, minmax(0, 1fr))}.mc-gallery--v2.mc-gallery--grid.mc-gallery--cols-4{grid-template-columns:repeat(4, minmax(0, 1fr))}}.mc-lightbox{height:100vh;height:var(--mc-lightbox-height, 100vh)}.mc-lightbox__media{display:grid;width:100%;height:100%;max-height:none;min-height:0;align-items:center;justify-items:center;place-items:center}.mc-lightbox__media .mc-lightbox__img,.mc-lightbox__poster{display:block;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:4px}.mc-lightbox__media .mc-lightbox__img{width:100%;height:100%;min-width:0;min-height:0;border-radius:0}@media(min-width: 125rem)and (min-height: 75rem){.mc-lightbox[open]{display:grid;align-items:center;justify-items:center;place-items:center}.mc-lightbox__inner{width:min(90vw,120rem);height:min(88vh,75rem);height:min(88dvh,75rem)}}.mc-lightbox__play-card{position:relative;display:grid;width:min(92vw,1280px);max-width:100%;height:100%;padding:0;align-items:center;justify-items:center;place-items:center;overflow:hidden;border:0;border-radius:4px;background:#0c102b;color:rgba(255,255,255,.92);cursor:pointer}.mc-lightbox__play-card.focus-visible{outline:3px solid #e85d04;outline:3px solid var(--color-orange, #e85d04);outline-offset:3px}.mc-lightbox__play-card:focus-visible{outline:3px solid #e85d04;outline:3px solid var(--color-orange, #e85d04);outline-offset:3px}.mc-lightbox__play-card .mc-lightbox__poster{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.mc-lightbox__video-fallback{display:grid;width:100%;height:100%;align-items:center;justify-items:center;place-items:center;background:linear-gradient(135deg, #111936, #29345d);font-size:clamp(1.25rem,3vw,2rem)}.mc-lightbox__play-icon{position:absolute;left:50%;top:50%;width:clamp(64px,9vw,96px);height:clamp(64px,9vw,96px);translate:-50% -50%;color:#e85d04;color:var(--color-orange, #e85d04);filter:drop-shadow(0 4px 14px rgba(0, 0, 0, 0.45))}.mc-lightbox__play-icon svg{display:block;width:100%;height:100%}.mc-lightbox__iframe,.mc-lightbox__video{width:min(92vw,1280px);max-width:100%;max-height:100%;border:0;border-radius:4px;background:#000}.mc-lightbox__iframe{aspect-ratio:16/9}.mc-lightbox__video{height:auto}@media(orientation: portrait){.mc-lightbox__iframe,.mc-lightbox__video,.mc-lightbox__play-card{width:94vw}}@media(orientation: landscape)and (max-height: 600px){.mc-lightbox__iframe,.mc-lightbox__video,.mc-lightbox__play-card{width:auto;height:calc(100vh - 132px);height:calc(var(--mc-lightbox-height, 100vh) - 132px);max-width:92vw;max-height:100%;aspect-ratio:16/9}.mc-lightbox__video{-o-object-fit:contain;object-fit:contain}}@media(max-width: 767px){.mc-lightbox__nav{top:auto;bottom:12px;translate:0}.mc-lightbox__caption{bottom:68px;max-width:calc(100vw - 96px);padding:8px 12px}}.mc-lightbox__video:-webkit-full-screen, .mc-lightbox__iframe:-webkit-full-screen{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0}.mc-lightbox__video:fullscreen,.mc-lightbox__iframe:fullscreen{width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0}

/*# sourceMappingURL=gallery.css.map*/