.brands{align-items:center;display:flex}.brands--full{min-height:calc(100vh - var(--announcement-height) - var(--countdown-height))}.brands--medium{min-height:max(32vw,60vh)}.brands{background-color:rgb(var(--color-background))}.brands__left-side{align-items:flex-start;display:flex;flex-direction:column;gap:.8rem;justify-content:space-between}@media screen and (min-width:1100px){.brands__left-side{flex-direction:row;gap:2.4rem}}.brands__left-side--left{flex-direction:column;gap:.8rem;justify-content:flex-start}.brands__left-side--left .brands__items,.brands__left-side--left .brands__top--large+.brands__items,.brands__left-side--left .brands__top--medium+.brands__items{justify-content:flex-start;margin-left:0}@media screen and (min-width:1360px){.brands__left-side--left .brands__items,.brands__left-side--left .brands__top--large+.brands__items,.brands__left-side--left .brands__top--medium+.brands__items{max-width:calc(100vw - 60rem);width:98rem}}.brands__left-side--left .brands__top{text-align:left}.brands__left-side--left .brands__items{align-items:flex-start}@media screen and (min-width:576px){.brands__left-side--left .brands__items{align-items:center}}.brands__left-side--left .brands__items-wrapper{justify-content:flex-start}.brands__top{width:100%}@media screen and (min-width:1100px){.brands__top{min-width:13.4rem;text-align:left;width:13.4rem}}.brands__top--medium{min-width:29.2rem;width:29.2rem}.brands__top--large{min-width:31.5rem;width:31.5rem}.brands__subtitle{margin:0}.brands__subtitle+.brands__content{margin-top:1rem}.brands__subtitle_center{display:block;text-align:center}.brands__title{margin-bottom:0;margin-top:0}.brands__items{display:flex;padding-bottom:1rem;width:100%}@media screen and (min-width:1100px){.brands__items{justify-content:center}}.brands__items:hover .brands__item{opacity:.5}.brands__items:hover .brands__item:hover{opacity:1}.brands__items::-webkit-scrollbar{height:.2rem}.brands__items::-webkit-scrollbar-thumb{background-color:rgb(var(--color-border));border-radius:2rem}.brands__items-wrapper{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:1.6rem 1.6rem;grid-column:span 2;padding-bottom:0;width:min(100%,73.7rem)}@media screen and (min-width:1100px){.brands__items-wrapper{justify-content:center}}.brands__item{align-items:center;display:flex;height:auto;justify-content:center;position:relative;text-decoration:none;transition:opacity var(--duration-default)}.brands__item:not(:last-child):after{background:rgba(0,0,0,.302);border-radius:50%;content:"";display:block;height:4px;margin-left:1.6rem;transform:translateY(50%);width:4px}.brands__item:last-child{margin-right:2rem}@media screen and (max-width:989px){.brands__item img{width:var(--width-adapt)}}.brands__images{border-radius:var(--border-radius-media);min-width:13.4rem;overflow:hidden;position:relative;width:13.4rem}.brands__images--landscape{aspect-ratio:10/7}.brands__images--portrait{aspect-ratio:10/13}.brands__images--square{aspect-ratio:1/1}.brands__images--medium{min-width:29.2rem;width:29.2rem}.brands__images--large{min-width:31.5rem;width:31.5rem}.brands__image{display:block;height:100%;object-fit:cover}.brands__image--dark{display:none}.brands__image-wrapper{inset:0;position:absolute;width:100%}.brands__image-wrapper>*{height:100%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%}.brands__content{align-items:flex-start;display:flex;flex-direction:column;gap:2.4rem;justify-content:space-between}@media screen and (min-width:1100px){.brands__content{align-items:center;flex-direction:row}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}