/* ==========================================================================
   Teams section — migrated from web.archive.org/web/20241227140412/https://multiplayr.gg/
   (.Teams_teams__HKJd8 cards, React CSS-module class names preserved)
   ========================================================================== */

#teams {
	--mp-primaryGrad: linear-gradient(90deg, #b7fd20, #d7ef59);
	--whiteColor: #fff;
	/* --headingFontFamily: 'Changa', sans-serif; */
	--color-text: #fff;
	--color-secondary: transparent;
}

/* ---------- Section heading (Heading component) ---------- */
#teams .heading-margin {
	display: block;
	margin-bottom: 60px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 70px;
	position: relative;
	z-index: 10;
}
#teams .heading-title {
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#teams .heading-title span {
	-webkit-text-fill-color: transparent;
	background: var(--mp-primaryGrad);
	-webkit-background-clip: text;
	background-clip: text;
	display: inline-block;
	font-family: var(--headingFontFamily);
	font-size: 18px;
	font-weight: 600;
	letter-spacing: .1em;
	margin-bottom: .2rem;
	text-transform: uppercase;
}
#teams .heading-title h2 {
	color: var(--whiteColor);
	font-family: var(--headingFontFamily);
	font-size: 55px;
	text-transform: capitalize;
	width: auto;
	padding: 0;
}
#teams .heading-title h2 {
	font-size: 30px;
	/* font-weight: 700; */
	line-height: 35px;
	text-align: center;
}
@media (min-width: 1024px) {
	#teams .heading-title span {
		font-size: 25px;
		letter-spacing: .05em;
	}
	#teams .heading-title h2 {
		font-size: 55px;
		line-height: 60px;
	}
}

/* ---------- Teams container ---------- */
#teams .Teams_Container__D3Puz {
	color: var(--color-text);
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 10%;
	margin-right: 10%;
	z-index: 10;
}
#teams .Teams_teams__HKJd8 {
	justify-content: space-between;
	margin-top: 40px;
	width: 100%;
}

/* ---------- Team card ---------- */
#teams .TeamCard_TeamItem__Rrk19 {
	margin: 10px;
}
#teams .TeamCard_container__WyOeB {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	height: 250px;
	margin-bottom: 20px;
	margin-right: 0;
	padding: 18px 24px;
	transition: background .5s ease;
	width: 100%;
	z-index: 10;
	box-sizing: border-box;
}
#teams .TeamCard_container__WyOeB:hover {
	background: rgba(255, 255, 255, 0.3);
}
@media (min-width: 426px) and (max-width: 767px) {
	#teams .TeamCard_container__WyOeB {
		align-items: center;
		border-radius: 20px;
		height: 250px;
		margin: 10px;
		padding: 18px 24px;
	}
}
#teams .TeamCard_image__dTTQb {
	margin-bottom: 10px;
	align-items: center;
	background-color: var(--color-secondary);
	border-color: #fff;
	border-radius: 100%;
	border-width: 1px;
	border-style: solid;
	display: flex;
	height: 110px;
	justify-content: center;
	width: 110px;
	overflow: hidden;
	flex: 0 0 auto;
}
#teams .TeamCard_image__dTTQb img {
	align-items: center;
	border-radius: 100%;
	mix-blend-mode: color-burn;
	object-fit: fill;
	width: 140px;
	max-width: none;
}
#teams .TeamCard_title__ChHCm {
	font-size: 20px;
	font-weight: 750;
	margin: 0;
}
#teams .TeamCard_description__SDJCC {
	font-size: 13px;
	font-weight: 500;
	margin-top: 2px;
	color: #fff;
	text-align: center;
}
/* Social row hidden on request (original site displayed it) */
#teams .TeamCard_social__Rz4wz {
	display: none;
}
#teams .TeamCard_social__Rz4wz i {
	margin: 10px 5px;
}
#teams .TeamCard_social__Rz4wz a {
	color: #fff;
}
#teams .TeamCard_social__Rz4wz a:hover {
	color: #b7fd20;
}

/* ==========================================================================
   slick carousel (core + theme, extracted from the archived bundle)
   ========================================================================== */
#teams .slick-slider {
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	box-sizing: border-box;
	touch-action: pan-y;
	-webkit-user-select: none;
	user-select: none;
	-khtml-user-select: none;
}
#teams .slick-list, #teams .slick-slider {
	display: block;
	position: relative;
}
#teams .slick-list {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#teams .slick-list:focus {
	outline: none;
}
#teams .slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
#teams .slick-slider .slick-list,
#teams .slick-slider .slick-track {
	transform: translateZ(0);
}
#teams .slick-track {
	display: block;
	left: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 0;
}
#teams .slick-track:after, #teams .slick-track:before {
	content: "";
	display: table;
}
#teams .slick-track:after {
	clear: both;
}
#teams .slick-loading .slick-track {
	visibility: hidden;
}
#teams .slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir=rtl] #teams .slick-slide {
	float: right;
}
#teams .slick-slide img {
	display: block;
}
#teams .slick-slide.slick-loading img {
	display: none;
}
#teams .slick-slide.dragging img {
	pointer-events: none;
}
#teams .slick-initialized .slick-slide {
	display: block;
}
#teams .slick-loading .slick-slide {
	visibility: hidden;
}
#teams .slick-vertical .slick-slide {
	border: 1px solid transparent;
	display: block;
	height: auto;
}
#teams .slick-arrow.slick-hidden {
	display: none;
}

/* slick theme */
#teams .slick-next, #teams .slick-prev {
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
}
#teams .slick-next, #teams .slick-next:focus, #teams .slick-next:hover,
#teams .slick-prev, #teams .slick-prev:focus, #teams .slick-prev:hover {
	background: transparent;
	color: transparent;
	outline: none;
}
#teams .slick-next:focus:before, #teams .slick-next:hover:before,
#teams .slick-prev:focus:before, #teams .slick-prev:hover:before {
	opacity: 1;
}
#teams .slick-next.slick-disabled:before, #teams .slick-prev.slick-disabled:before {
	opacity: .25;
}
#teams .slick-next:before, #teams .slick-prev:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
}
#teams .slick-prev {
	left: -25px;
}
[dir=rtl] #teams .slick-prev {
	left: auto;
	right: -25px;
}
#teams .slick-prev:before {
	content: "←";
}
[dir=rtl] #teams .slick-prev:before {
	content: "→";
}
#teams .slick-next {
	right: -25px;
}
[dir=rtl] #teams .slick-next {
	left: -25px;
	right: auto;
}
#teams .slick-next:before {
	content: "→";
}
[dir=rtl] #teams .slick-next:before {
	content: "←";
}
#teams .slick-dotted.slick-slider {
	margin-bottom: 30px;
}
#teams .slick-dots {
	bottom: -25px;
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
#teams .slick-dots li {
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	position: relative;
}
#teams .slick-dots li, #teams .slick-dots li button {
	cursor: pointer;
	height: 20px;
	width: 20px;
}
#teams .slick-dots li button {
	background: transparent;
	border: 0;
	color: transparent;
	display: block;
	font-size: 0;
	line-height: 0;
	outline: none;
	padding: 5px;
}
#teams .slick-dots li button:focus, #teams .slick-dots li button:hover {
	outline: none;
}
#teams .slick-dots li button:focus:before, #teams .slick-dots li button:hover:before {
	opacity: 1;
}
#teams .slick-dots li button:before {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	content: "•";
	font-family: slick;
	font-size: 6px;
	height: 20px;
	left: 0;
	line-height: 20px;
	opacity: .25;
	position: absolute;
	text-align: center;
	top: 0;
	width: 20px;
}
#teams .slick-dots li.slick-active button:before {
	color: #fff;
	opacity: .75;
}
