.home-guest-payments-carousel{flex-direction:row;width:100%;height:max-content;display:flex;position:relative;overflow:hidden}.home-guest-payments-carousel__content{z-index:1;min-width:var(--min-width);min-height:var(--min-height);animation:scrollX var(--duration)linear 0s infinite;flex-direction:row;flex:none;align-items:center;animation-direction:normal;animation-play-state:running;display:flex}.home-guest-payments-carousel__content--centered{justify-content:center;width:100%;animation:none}.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{visibility:hidden;white-space:nowrap;width:auto;height:auto;display:flex;position:absolute;overflow:visible}@keyframes scrollX{0%{transform:translate(0%)}to{transform:translate(-100%)}}.home-guest-payments{padding:var(--spacing-xs)0;background:linear-gradient(84deg,var(--color-vip-3)0%,var(--color-vip-1)100%);box-shadow:inset 0 0 90px #00000080}.desktop .home-guest-payments{padding:var(--spacing-m)0}.home-guest-payments__payment-image{width:93px;height:62px}.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{object-fit:cover;width:100%;height:100%}