.logo-strip{background:#fff!important}.logo-strip__rail{display:grid;grid-auto-flow:column;grid-auto-columns:max-content;gap:2rem;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;padding:.25rem 1rem;user-select:none;-webkit-user-select:none;touch-action:pan-x;position:relative;z-index:1}@media(max-width:768px){.logo-strip__rail{padding:2rem 2rem}}.logo-strip__rail::-webkit-scrollbar{display:none}.logo-strip__rail.snap{scroll-snap-type:x mandatory}.logo-strip__item{display:inline-flex;align-items:center;justify-content:center;scroll-snap-align:start;padding:.25rem 0}.logo-strip__item img{height:50px;width:auto;max-width:180px;opacity:1;transition:opacity .2s ease,transform .2s ease}@media(min-width:768px){.logo-strip__item img{height:150px}}.logo-strip__item:hover img,.logo-strip__item:focus img{opacity:.7;transform:translateY(-1px)}.logo-strip__rail.dragging{cursor:grabbing}.arrow-border{--arrow-size:14px;--border-height:28px;--arrow-gap:10px;position:absolute;left:0;right:0;height:var(--border-height);overflow:hidden;pointer-events:none;z-index:2;background:linear-gradient(to right,rgba(255,255,255,1),rgba(255,255,255,0)),linear-gradient(to left,rgba(255,255,255,1),rgba(255,255,255,0));background-repeat:no-repeat;background-size:48px 100%,48px 100%}.arrow-border--top{top:0;transform:translateY(-20%)}.arrow-border--bottom{bottom:0;transform:translateY(20%)}.arrow-border__track{height:100%;width:100%;will-change:background-position;padding:0 24px;opacity:.85;background-repeat:repeat-x;background-position:0 50%;background-size:calc(var(--arrow-size) + var(--arrow-gap)) var(--arrow-size);background-image:url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2014'%3E%3Cpolyline%20points='12,1%207,7%2012,13'%20fill='none'%20stroke='%23172FA7'%20stroke-width='2.6'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E")}