.home-customer-case-brand{position:relative;overflow:hidden;width:80%;margin:0 auto;padding:0;background-color:#fff}.home-customer-case-brand .brand-carousel{position:relative;width:100%;overflow:hidden}.home-customer-case-brand .brand-row{position:relative;width:100%;margin:10px 0;height:60px}.home-customer-case-brand .brand-container{display:flex;align-items:center;animation:scroll-left linear infinite;white-space:nowrap;will-change:transform}.home-customer-case-brand .brand-container.reverse{animation-name:scroll-right}.home-customer-case-brand .brand-container-dislocation{animation:scroll-left-dislocation linear infinite}.home-customer-case-brand .brand-item{flex:0 0 auto;width:140px;height:60px;display:flex;align-items:center;justify-content:center;border-radius:4px;background-color:#fff;margin-right:10px;transition:transform .3s ease}.home-customer-case-brand .brand-item:hover{transform:translateY(-5px)}.home-customer-case-brand .brand-item img{width:100%;object-fit:contain}.home-customer-case-brand .gradient-mask{position:absolute;top:0;width:150px;height:100%;z-index:2;pointer-events:none}.home-customer-case-brand .gradient-mask.left-mask{left:0;background:linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0))}.home-customer-case-brand .gradient-mask.right-mask{right:0;background:linear-gradient(270deg,#fff 0,hsla(0,0%,100%,0))}@keyframes scroll-left{0%{transform:translateX(0)}to{transform:translateX(-100%)}}@keyframes scroll-left-dislocation{0%{transform:translateX(5%)}to{transform:translateX(-95%)}}@keyframes scroll-right{0%{transform:translateX(-100%)}to{transform:translateX(0)}}