.amlgs-carousel-wrap{--amlgs-speed:30s;--amlgs-logo-height:70px;--amlgs-gap:56px;width:100%;overflow:hidden}.amlgs-card-frame{background:#fff;border:1px solid rgba(195,143,28,.22);border-radius:28px;padding:28px;box-shadow:0 20px 55px rgba(0,0,0,.06)}.amlgs-heading{text-align:center;margin:0 auto 24px;max-width:760px}.amlgs-heading h2{margin:0 0 8px;font-size:clamp(26px,4vw,42px);line-height:1.05}.amlgs-heading p{margin:0;color:#666;font-size:16px}.amlgs-viewport{position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent);mask-image:linear-gradient(90deg,transparent,#000 9%,#000 91%,transparent)}.amlgs-track{display:flex;width:max-content;gap:var(--amlgs-gap);align-items:center;will-change:transform;animation-duration:var(--amlgs-speed);animation-timing-function:linear;animation-iteration-count:infinite}.amlgs-scroll-left{animation-name:amlgsScrollLeft}.amlgs-scroll-right{animation-name:amlgsScrollRight}.amlgs-pause-hover:hover .amlgs-track{animation-play-state:paused}.amlgs-logo-item{display:flex;align-items:center;justify-content:center;min-width:max-content}.amlgs-logo-item a{display:inline-flex;align-items:center;justify-content:center;transition:transform .25s ease,opacity .25s ease}.amlgs-logo-item a:hover{transform:translateY(-2px);opacity:.86}.amlgs-logo-item img{height:var(--amlgs-logo-height);width:auto;max-width:240px;object-fit:contain;display:block;transition:filter .3s ease,opacity .3s ease,transform .3s ease}.amlgs-grayscale .amlgs-logo-item img{filter:grayscale(1);opacity:.72}.amlgs-grayscale .amlgs-logo-item:hover img{filter:grayscale(0);opacity:1;transform:scale(1.03)}.amlgs-empty{padding:14px;border:1px dashed #c9a14a;border-radius:14px;background:#fffaf0}@keyframes amlgsScrollLeft{from{transform:translateX(0)}to{transform:translateX(calc(-50% - (var(--amlgs-gap)/2)))}}@keyframes amlgsScrollRight{from{transform:translateX(calc(-50% - (var(--amlgs-gap)/2)))}to{transform:translateX(0)}}@media(prefers-reduced-motion:reduce){.amlgs-track{animation:none;flex-wrap:wrap;width:auto;justify-content:center}.amlgs-viewport{-webkit-mask-image:none;mask-image:none}}@media(max-width:640px){.amlgs-card-frame{padding:22px 16px;border-radius:22px}.amlgs-logo-item img{max-width:180px}.amlgs-viewport{-webkit-mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent);mask-image:linear-gradient(90deg,transparent,#000 5%,#000 95%,transparent)}}
