.vclm{--vclm-bg:#f5f5f5;--vclm-accent:#c83b06;--vclm-width:170px;--vclm-height:150px;--vclm-gap:65px;background:var(--vclm-bg);padding:44px 24px 28px;text-align:center;font-family:Arial,Helvetica,sans-serif;min-width:0}
.vclm,.vclm *{box-sizing:border-box}
.vclm .vclm__heading{display:table;margin:0 auto 28px;padding:7px 15px;border-radius:99px;background:var(--vclm-accent);color:#fff;font-family:inherit;font-size:15px;font-weight:800;line-height:1.2;letter-spacing:1.1px;text-transform:uppercase}
.vclm .vclm__viewport{max-width:1460px;margin:auto;overflow-x:auto;padding:5px 0}
.vclm[data-fade=yes] .vclm__viewport{mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}
.vclm .vclm__track{display:flex;width:max-content;direction:ltr}
.vclm .vclm__group{display:flex;align-items:center;flex:none;gap:var(--vclm-gap);padding-right:var(--vclm-gap)}
.vclm .vclm__item{display:flex;align-items:center;justify-content:center;flex:0 0 var(--vclm-width);width:var(--vclm-width);height:var(--vclm-height)}
.vclm .vclm__item a{display:flex;align-items:center;justify-content:center;width:100%;height:100%;text-decoration:none;color:inherit}
.vclm .vclm__item img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border:0;border-radius:0;margin:0;box-shadow:none}
.vclm .vclm__placeholder{font-size:22px;font-weight:700;color:#555}
.vclm .vclm__pause{display:none;margin:14px auto 0;padding:5px 12px;border:1px solid #aaa;border-radius:99px;background:transparent;color:#555;font:12px/1.4 Arial,Helvetica,sans-serif;cursor:pointer}
.vclm.vclm--ready .vclm__pause{display:table}
.vclm.vclm--ready .vclm__viewport{overflow:hidden}
.vclm.vclm--ready .vclm__track{animation:vclm-scroll var(--vclm-duration,30s) linear infinite}
.vclm[data-direction=right] .vclm__track{animation-direction:reverse}
.vclm[data-hover=yes]:hover .vclm__track,.vclm.vclm--paused .vclm__track{animation-play-state:paused}
.vclm .vclm__item a:focus-visible,.vclm .vclm__pause:focus-visible{outline:2px solid var(--vclm-accent);outline-offset:-2px}
.vclm.vclm--ready:focus-within .vclm__track{animation:none;transform:none}
.vclm.vclm--ready:focus-within .vclm__viewport{overflow-x:auto;mask-image:none;-webkit-mask-image:none}
.vclm:focus-within [data-vclm-clone]{display:none}
@keyframes vclm-scroll{to{transform:translateX(calc(-1 * var(--vclm-distance)))}}
@media(max-width:767px){.vclm{--vclm-width:110px;--vclm-height:85px;--vclm-gap:28px;padding:30px 12px 20px}.vclm .vclm__heading{font-size:12px;margin-bottom:22px}}
@media(prefers-reduced-motion:reduce){.vclm.vclm--ready .vclm__track{animation:none}.vclm [data-vclm-clone]{display:none}.vclm .vclm__pause{display:none!important}.vclm.vclm--ready .vclm__viewport{overflow-x:auto;mask-image:none;-webkit-mask-image:none}}
