.home-guest-payments-carousel{display:flex;position:relative;overflow:hidden;flex-direction:row;width:100%;height:max-content}.home-guest-payments-carousel__content{flex:0 0 auto;min-width:var(--min-width);min-height:var(--min-height);z-index:1;display:flex;flex-direction:row;align-items:center;animation:scrollX var(--duration) linear 0s infinite;animation-play-state:running;animation-direction:normal}.home-guest-payments-carousel__content--centered{animation:none;justify-content:center;width:100%}.home-guest-payments-carousel__content:not(:first-of-type)>*:first-of-type{margin-left:var(--spacing-xl)}.mobile .home-guest-payments-carousel__content:not(:first-of-type)>*:first-of-type{margin-left:var(--spacing-m)}.home-guest-payments-carousel__measure-box{position:absolute;visibility:hidden;width:auto;height:auto;white-space:nowrap;overflow:visible;display:flex}@keyframes scrollX{0%{transform:translateX(0%)}100%{transform:translateX(-100%)}}
.home-guest-payments{background:linear-gradient(84deg, var(--color-vip-3) 0%, var(--color-vip-1) 100%);box-shadow:0px 0px 90px 0px rgba(0,0,0,.5) inset;padding:var(--spacing-xs) 0}.desktop .home-guest-payments{padding:var(--spacing-m) 0}.home-guest-payments__payment-image{height:62px;width:93px}.home-guest-payments__payment-image:not(:last-of-type){margin-right:var(--spacing-xl)}.mobile .home-guest-payments__payment-image:not(:last-of-type){margin-right:var(--spacing-m)}.home-guest-payments__payment-image img{height:100%;width:100%;object-fit:cover}
