.provider-card{animation:slide-up .2s ease-out 0s 1 normal both running;border-radius:8px;position:relative;display:flex;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;padding:24px 20px 36px;height:100%;background:var(--color-dark-grey-3);min-height:120px;transition:all .2s ease 0s}.provider-card img{display:block;width:100%;max-height:60px;object-fit:contain}.provider-card .games-count{position:absolute;bottom:12px;color:var(--color-light-grey-3);font-size:12px;font-style:normal}.provider-card .provider-name-fallback{color:var(--color-light-grey-1);font-size:14px;font-weight:600;text-align:center;padding:8px;word-break:break-word}.provider-card:first-of-type{animation-delay:0s}.provider-card:nth-of-type(2){animation-delay:15ms}.provider-card:nth-of-type(3){animation-delay:.03s}.provider-card:nth-of-type(4){animation-delay:45ms}.provider-card:nth-of-type(5){animation-delay:.06s}.provider-card:nth-of-type(6){animation-delay:75ms}.provider-card:nth-of-type(7){animation-delay:.09s}.provider-card:nth-of-type(8){animation-delay:.105s}.provider-card:nth-of-type(9){animation-delay:.12s}.provider-card:nth-of-type(10){animation-delay:.135s}.provider-card:nth-of-type(n+11){animation-delay:.15s}