.team-cards-carousel{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}.team-cards-carousel.large .slider{width:60%}.team-cards-carousel .slider{width:50%;display:flex;overflow:visible}@media(max-width:380px){.team-cards-carousel .slider{width:50%}}@media(min-width:767px){.team-cards-carousel .slider{width:50%}}.team-cards-carousel .slider .slider-slide{overflow:visible;width:100%}.team-cards-carousel .slider .slider-slide .card{max-width:100%;cursor:pointer;border-radius:16px}.team-cards-carousel .slider .slider-slide .card.faker{box-shadow:0 0 12px #f36c05}.team-cards-carousel .slider .slider-slide .card.doran{box-shadow:0 0 12px #ea5555}.team-cards-carousel .slider .slider-slide .card.keria{box-shadow:0 0 12px #31adff}.team-cards-carousel .slider .slider-slide .card.oner{box-shadow:0 0 12px #4bc33e}.team-cards-carousel .slider .slider-slide .card.gumayusi{box-shadow:0 0 12px #8122cb}.team-cards-carousel .share-button{all:unset;width:auto;display:flex;justify-content:stretch;align-items:stretch;background:var(--shimmer),#ffffff26;padding:1px;cursor:pointer;border-radius:100px;transition:filter .2s ease-in-out,transform .2s ease-in-out}.team-cards-carousel .share-button:hover{filter:brightness(1.2)}.team-cards-carousel .share-button .button-content{width:100%;text-align:center;background:#555;color:#fff;font-size:16px;line-height:100%;font-weight:500;border-radius:100px;padding:10px 16px;display:flex;align-items:center;justify-content:center;gap:4px}.team-cards-carousel .share-button.muted{background:none}.team-cards-carousel .share-button.muted .button-content{background:none;color:#fff}