.hvg{display:block;background:var(--hvg-bg);color:#172d31;padding:var(--hvg-padding) 0;letter-spacing:0}
.hvg__inner{max-width:1920px;margin:auto;padding:0 3%}
.hvg__heading{margin:0 0 30px;font:700 30px/1.4 var(--font-heading-family, sans-serif);letter-spacing:0}
.hvg__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 80px)/5);gap:20px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none;padding-bottom:4px}
.hvg__track::-webkit-scrollbar{display:none}
.hvg__card{min-width:0;scroll-snap-align:start}
.hvg__media{position:relative;aspect-ratio:9/16;border-radius:var(--hvg-radius);overflow:hidden;background:#e7ece9;isolation:isolate}
.hvg__media video{display:block;width:100%;height:100%;object-fit:cover;background:transparent}
.hvg__media video[controls]{object-fit:contain;background:#111}
.hvg__play{position:absolute;inset:0;margin:auto;width:60px;height:60px;display:grid;place-items:center;border:0;border-radius:50%;background:rgba(43,72,59,.5);color:white;cursor:pointer}
.hvg__play svg{width:26px;height:26px}
.hvg__play:hover{background:rgba(43,72,59,.75)}
.hvg [hidden]{display:none!important}
.hvg__product{display:flex;align-items:center;gap:12px;color:inherit;text-decoration:none;margin-top:16px;min-width:0;height:40px;font-size:14px}
.hvg__product img{width:40px;height:40px;border-radius:5px;object-fit:cover;flex:none}
.hvg__product>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}
.hvg__product i{display:grid;place-items:center;flex:none;width:32px;height:32px;border:1px solid #dbe0de;border-radius:50%}
.hvg__product svg{width:14px;height:14px}
.hvg__caption{margin:16px 0 0;font-size:14px}
.hvg__navigation{display:flex;align-items:center;gap:28px;margin-top:24px}
.hvg__rail{height:2px;flex:1;background:#dce1de;overflow:hidden}
.hvg__rail span{display:block;height:100%;background:#244d54;width:100%;transform-origin:left}
.hvg__arrows{display:flex;gap:12px}
.hvg__arrows button{display:grid;place-items:center;width:48px;height:48px;border:1px solid #d6dcd8;border-radius:50%;background:transparent;color:inherit;cursor:pointer}
.hvg__arrows svg{width:18px;height:18px}
.hvg__arrows [data-step="-1"] svg{transform:rotate(180deg)}
.hvg__arrows button:disabled{opacity:.35;cursor:default}
.hvg :focus-visible{outline:2px solid #244d54;outline-offset:3px}
.hvg__empty{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;border:1px dashed #9daea4;border-radius:var(--hvg-radius);font-size:18px;text-align:center}
.hvg__empty span{font-size:13px;margin-top:12px;line-height:1.7}
.hvg__error{position:absolute;bottom:8px;left:8px;right:8px;padding:8px;background:white;color:#9b3124;font-size:12px}
@media(max-width:1023px){.hvg__track{grid-auto-columns:calc((100% - 40px)/3)}}
@media(max-width:767px){.hvg{padding:32px 0}.hvg__inner{padding:0 18px}.hvg__heading{font-size:22px;margin-bottom:20px}.hvg__track{grid-auto-columns:64%;gap:14px}.hvg__product{gap:8px;font-size:13px;margin-top:12px}.hvg__play{width:52px;height:52px}.hvg__navigation{margin-top:24px}.hvg__arrows{display:none}.hvg__rail{height:3px}.hvg__product i{width:28px;height:28px}}
