.hvg-carousel{--hvg-ratio:3/2;--hvg-fit:cover;--hvg-per-view:1;--hvg-gap:16px;--hvg-radius:6px;--hvg-max-width:100%;--hvg-navy:#26364a;--hvg-gold:#bd9a4a;--hvg-surface:#ffffff;--hvg-letterbox:#eff1f4;position:relative;width:100%;max-width:var(--hvg-max-width);margin-inline:auto;box-sizing:border-box}.hvg-carousel *,.hvg-carousel *::before,.hvg-carousel *::after{box-sizing:border-box}.hvg-carousel__stage{position:relative}.hvg-carousel__viewport{overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;border-radius:var(--hvg-radius);outline-offset:3px}.hvg-carousel__viewport::-webkit-scrollbar{display:none}.hvg-carousel__viewport:focus-visible{outline:2px solid var(--hvg-gold)}.hvg-carousel__track{display:flex;gap:var(--hvg-gap);margin:0;padding:0;list-style:none}.hvg-carousel__track::before,.hvg-carousel__track::after{content:none}.hvg-carousel{--hvg-pv:var(--hvg-per-view, 1)}.hvg-carousel__slide{flex:0 0 calc((100% - (var(--hvg-pv) - 1) * var(--hvg-gap)) / var(--hvg-pv));min-width:0;margin:0;padding:0;list-style:none;scroll-snap-align:start;scroll-snap-stop:always}.hvg-carousel__slide::marker{content:none}.hvg-carousel__figure{margin:0;padding:0}.hvg-carousel__frame{display:block;position:relative;width:100%;aspect-ratio:var(--hvg-ratio);margin:0;padding:0;border:0;overflow:hidden;border-radius:var(--hvg-radius);background:var(--hvg-letterbox)}button.hvg-carousel__frame{cursor:zoom-in;appearance:none;-webkit-appearance:none}@supports not (aspect-ratio:3 / 2){.hvg-carousel__frame{height:0;padding-bottom:66.6667%}}.hvg-carousel .hvg-carousel__image{position:absolute;inset:0;display:block;width:100%;height:100%;max-width:none;object-fit:var(--hvg-fit);object-position:center;transition:transform 0.5s ease}.hvg-carousel__frame--zoom:hover .hvg-carousel__image,.hvg-carousel__frame--zoom:focus-visible .hvg-carousel__image{transform:scale(1.03)}.hvg-carousel__frame--zoom:focus-visible{outline:3px solid var(--hvg-gold);outline-offset:2px}.hvg-carousel__zoom-hint{position:absolute;right:12px;bottom:12px;display:grid;place-items:center;width:36px;height:36px;border-radius:50%;color:var(--hvg-navy);background:rgb(255 255 255 / .9);opacity:0;transform:translateY(6px);transition:opacity 0.25s ease,transform 0.25s ease;pointer-events:none}.hvg-carousel__frame--zoom:hover .hvg-carousel__zoom-hint,.hvg-carousel__frame--zoom:focus-visible .hvg-carousel__zoom-hint{opacity:1;transform:translateY(0)}.hvg-carousel__caption{margin:10px 2px 0;font-size:.9rem;line-height:1.4;color:var(--hvg-navy);text-align:center}.hvg-carousel__nav{position:absolute;top:50%;z-index:3;display:grid;place-items:center;width:46px;height:46px;padding:0;border:0;border-radius:50%;color:var(--hvg-navy);background:rgb(255 255 255 / .94);box-shadow:0 2px 12px rgb(0 0 0 / .18);cursor:pointer;transform:translateY(-50%);transition:background 0.2s ease,color 0.2s ease,opacity 0.2s ease}.hvg-carousel__nav:hover:not([disabled]){color:#fff;background:var(--hvg-navy)}.hvg-carousel__nav:focus-visible{outline:3px solid var(--hvg-gold);outline-offset:2px}.hvg-carousel__nav--prev{left:12px}.hvg-carousel__nav--next{right:12px}.hvg-carousel__nav[disabled]{opacity:0;pointer-events:none}.hvg-carousel__dots{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px}.hvg-carousel--has-thumbs .hvg-carousel__dots{display:none}.hvg-carousel__counter{margin-top:12px;font-size:.85rem;font-variant-numeric:tabular-nums;letter-spacing:.14em;text-align:center;color:currentColor;opacity:.75}.hvg-carousel__counter b{font-weight:700;color:var(--hvg-gold)}.hvg-carousel__dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgb(38 54 74 / .25);cursor:pointer;transition:background 0.2s ease,transform 0.2s ease,width 0.2s ease}.hvg-carousel__dot:hover{background:rgb(38 54 74 / .5)}.hvg-carousel__dot[aria-current="true"]{width:26px;border-radius:5px;background:var(--hvg-gold)}.hvg-carousel__dot:focus-visible{outline:2px solid var(--hvg-gold);outline-offset:3px}.hvg-carousel__thumbs{display:flex;justify-content:flex-start;gap:10px;margin-top:16px;padding:2px 2px 4px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%)}.hvg-carousel__thumbs::-webkit-scrollbar{display:none}.hvg-carousel__thumbs--fits{justify-content:center;-webkit-mask-image:none;mask-image:none}.hvg-carousel__thumb{position:relative;flex:0 0 104px;height:70px;padding:0;border:0;border-radius:4px;overflow:hidden;cursor:pointer;opacity:.72;transition:opacity 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease}.hvg-carousel__thumb:hover{opacity:1;transform:translateY(-2px)}.hvg-carousel__thumb[aria-current="true"]{opacity:1;box-shadow:0 0 0 2px var(--hvg-gold)}.hvg-carousel__thumb:focus-visible{outline:2px solid var(--hvg-gold);outline-offset:2px}.hvg-carousel .hvg-carousel__thumb-image{display:block;width:100%;height:100%;object-fit:cover}.hvg-lightbox{position:fixed;inset:0;z-index:999999;display:flex;align-items:center;justify-content:center;padding:24px;background:rgb(16 22 31 / .94);opacity:0;visibility:hidden;transition:opacity 0.25s ease,visibility 0.25s ease}.hvg-lightbox.is-open{opacity:1;visibility:visible}.hvg-lightbox__image{max-width:min(94vw, 1600px);max-height:84vh;object-fit:contain;border-radius:4px;box-shadow:0 12px 48px rgb(0 0 0 / .5)}.hvg-lightbox__caption{position:absolute;left:50%;bottom:26px;max-width:80vw;color:#f2f4f7;font-size:.95rem;text-align:center;transform:translateX(-50%)}.hvg-lightbox__btn{position:absolute;display:grid;place-items:center;width:48px;height:48px;padding:0;border:0;border-radius:50%;color:#fff;background:rgb(255 255 255 / .12);cursor:pointer;transition:background 0.2s ease}.hvg-lightbox__btn:hover{background:rgb(255 255 255 / .26)}.hvg-lightbox__btn:focus-visible{outline:3px solid var(--hvg-gold,#bd9a4a);outline-offset:2px}.hvg-lightbox__btn--close{top:20px;right:20px}.hvg-lightbox__btn--prev{top:50%;left:20px;transform:translateY(-50%)}.hvg-lightbox__btn--next{top:50%;right:20px;transform:translateY(-50%)}@media (max-width:1024px){.hvg-carousel{--hvg-pv:min(var(--hvg-per-view, 1), 2)}}@media (max-width:767px){.hvg-carousel{--hvg-pv:1;--hvg-gap:10px}.hvg-carousel__nav{width:38px;height:38px}.hvg-carousel__thumb{flex:0 0 78px;height:54px}.hvg-carousel__nav--prev{left:6px}.hvg-carousel__nav--next{right:6px}.hvg-lightbox__btn--prev{left:8px}.hvg-lightbox__btn--next{right:8px}}@media (prefers-reduced-motion:reduce){.hvg-carousel__viewport{scroll-behavior:auto}.hvg-carousel__image,.hvg-carousel__zoom-hint,.hvg-lightbox{transition:none}.hvg-carousel__frame--zoom:hover .hvg-carousel__image{transform:none}}.hvg-carousel:not(.is-ready) .hvg-carousel__nav{opacity:0}