.brands__border-top{border-top:.2rem solid rgb(var(--color-border))}.brands__border-bottom{border-bottom:.2rem solid rgb(var(--color-border))}.brands__items{overflow-y:hidden;overflow-x:auto;justify-content:space-between;gap:3.2rem;align-items:center;display:flex}.brands__items::-webkit-scrollbar{height:.4rem}.brands__items::-webkit-scrollbar-thumb{background-color:rgb(var(--color-border));border-radius:2rem;cursor:grab}@media screen and (hover:none)and (pointer:coarse)and (max-width:576px){.brands__items{scrollbar-width:none}.brands__items::-webkit-scrollbar{display:none}}.brands__item{justify-content:center;align-items:center;flex-basis:100%;display:flex}@media screen and (min-width:576px){.brands__item{flex-basis:auto;display:block}}.brands__item .brands__image{transition:opacity var(--duration-default);opacity:.7}.brands__item:hover .brands__image{opacity:1}.brands__image{height:auto;display:block}.brands__image--dark{display:none}.brands__placeholder{font-size:3.2rem;opacity:.7;line-height:1}