.customers-list-module{background:#f4f4f4;font-family:Open Sans,sans-serif;font-size:14px;padding:40px}.customers-list-module .filters{display:grid;grid-template-columns:repeat(3,1fr);margin:10px 0}.customers-list-module .filters select{background:#fff;border:2px solid transparent;box-shadow:none;transition:all .15s ease-in-out}.customers-list-module .filters .select{position:relative;width:100%}.customers-list-module .filters .select:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 24 24'%3E%3Cpath d='m12 13.171 4.95-4.95 1.414 1.415L12 16 5.636 9.636 7.05 8.222z'/%3E%3C/svg%3E");content:"";display:block;height:22px;pointer-events:none;position:absolute;right:10px;top:12px;width:22px}.customers-list-module .filters select:hover{box-shadow:0 1px 6px rgba(0,0,0,.1)}.customers-list-module .filters select:focus{border-color:#acacac;box-shadow:none}.customers-list-module .filters select:active{background:#eee;border-color:transparent;box-shadow:none}.customers-list-module .customers-list{display:grid;grid-template-columns:repeat(3,1fr)}.customers-list-module .customers-list .item{aspect-ratio:1/1;background-color:#fff;background-origin:content-box;background-position:50%;background-repeat:no-repeat;background-size:contain;padding:3vw;position:relative}.customers-list-module .customers-list .item .overlay{align-items:center;background:rgba(0,0,0,.75);color:#fff!important;display:flex;flex-direction:column;font-size:1em!important;gap:10px;inset:0;justify-content:center;opacity:0;padding:20px;position:absolute;text-align:center;transition:all .2s ease-in-out}.customers-list-module .customers-list .item:hover .overlay{opacity:1}.customers-list-module .customers-list .item .overlay>span:first-child{font-size:2em!important;font-weight:700}.customers-list-module .customers-list .item .overlay>span:nth-child(2),.customers-list-module .customers-list .item .overlay>span>p{color:#fff!important;font-family:Open Sans,sans-serif;font-size:1em!important;font-size:14px;line-height:1.5em!important}.customers-list-module .customers-loadMore{align-items:center;display:flex;justify-content:center;padding:20px;width:100%}@media screen and (max-width:1100px){.customers-list-module .customers-list,.customers-list-module .filters{grid-template-columns:repeat(2,1fr)}}@media screen and (max-width:750px){.customers-list-module .customers-list,.customers-list-module .filters{grid-template-columns:repeat(1,1fr)}}