.open_league_container {
	background: url('../images/open_league/open_league_bg.png');
	background-size: cover;
}
.open_league_content {
padding: 70px 0 140px 0;
}
.open_legue_title {
	color: #FFF;
  text-align: center;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 54px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.open_legue_subtitle {
color: #FFF;
text-align: center;
margin: 0 auto;
font-size: 23px;
font-style: normal;
font-weight: 400;
line-height: 28.693px;
margin-bottom: 15px;
max-width: 540px;
}

	.open_legue_for_partners {
		margin-bottom: 30px;
	}
.open_league_img_box {
	position: relative;
	padding-top: 60px;
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}
.open_legue_for_users,
.open_legue_for_partners {
	position: absolute;
	top: 0;
	transform: translate(-50%);
	left: 50%;
	width: 100%;
	background: linear-gradient(95deg, #017EA3 -2.47%, #61276C 95.1%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-align: center;
	font-family: Inter;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
  margin-bottom: 15px;
  z-index: 1;
	}
	.open_legue_for_partners {
		background: linear-gradient(95deg, #017EA3 -2.47%, #d533f4 95.1%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
	}
.open_league_img_box img {
	height: 470px;
	margin: 0 -14px;
	transition: transform 0.4s ease;
}
@media(min-width: 1000px) {
	.open_league_img_box img:hover {
    transform: scale(1.08);		
		z-index: 2;
		transition: transform 0.4s ease;
	}
}
.open_league_list {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 33px;
	list-style: none;
	margin: 0 auto;
	margin-bottom: 60px;
	padding: 0;
	padding-top: 60px;
	max-width: 900px;
}
.open_league_item {
	display: flex;
	align-items: center;
	gap: 28px;
}
.open_league_item span {
color: #FFF;
font-size: 40px;
font-style: normal;
font-weight: 800;
line-height: 28px; 
}
.open_league_item p {
	color: #FFF;
	font-size: 23px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	}

	.open_league_btn_box {
	display: flex;
	justify-content: center;
	}

	.open_league_form_btn {
		color: #FFF;
		font-family: Arial;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%;
		padding: 15px;
		border-radius: 15px;
		position: relative;
		background: linear-gradient(95deg, #017EA3 -2.47%, #61276C 95.1%);
		overflow: hidden;
		cursor: pointer;
	}
	.open_league_form_btn2 {
		color: #FFF;
		font-family: Arial;
		font-size: 20px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%;
		padding: 15px;
		border-radius: 15px;
		position: relative;
		background: linear-gradient(95deg, #017EA3 -2.47%, #61276C 95.1%);
		overflow: hidden;
		cursor: pointer;
		min-width: 180px; 
		text-align: center; 
		margin-bottom: 30px;
	}
	
	
	@media( min-width: 1000px) {
		.open_league_form_btn::before {
			content: "Submit an application";
			position: absolute;
			display: flex;
			justify-content: center;
			align-items: center;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: linear-gradient(95deg, #61276C -2.47%, #017EA3 95.1%);
			transition: opacity 0.7s ease;
			z-index: 1;
			opacity: 0;
			cursor: pointer;
		}
		
		.open_league_form_btn:hover::before {
			opacity: 1;
		}
		
		.open_league_form_btn span {
			position: relative;
			z-index: 2;
		}
		
	}
	@media( min-width: 1000px) {
		.open_league_form_btn2::before {
			content: "Participate";
			position: absolute;
			display: flex;
			justify-content: center;
			align-items: center;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: linear-gradient(95deg, #61276C -2.47%, #017EA3 95.1%);
			transition: opacity 0.7s ease;
			z-index: 1;
			opacity: 0;
			cursor: pointer;
		}
		
		.open_league_form_btn2:hover::before {
			opacity: 1;
		}
		
		.open_league_form_btn2 span {
			position: relative;
			z-index: 2;
		}
		
	}

@media(max-width: 999px) {
	.open_league_img_box img {
		height: 460px;
		margin: 0 -14px;
		transition: transform 0.4s ease;
	}
	.open_league_img_box img:nth-of-type(2) {
		transform: scale(1.08);
	}
	
	.open_legue_subtitle {
		font-size: 21px;
		max-width: 460px;
	}
	.open_league_item p {
		font-size: 20px;
	}
	.open_league_item span {
		font-size: 32px;
	}
	.open_league_item {
		gap: 18px;
	}
	.open_league_list {
		gap: 26px;
		max-width: 80%;
	}
	.open_league_img_box {
		display: flex;
		justify-content: center;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.open_league_img_box img {
		height: auto;
    width: 26vw;
	}
	.open_legue_for_users,
	.open_legue_for_partners {
		font-size: 26px;
	}
}
@media(max-width: 768px) {
	.open_legue_title {
    font-size: 42px;
  }
	.open_legue_subtitle {
    font-size: 18px;
    max-width: 390px;
  }
	.open_league_list {
    gap: 20px;
    max-width: 90%;
  }
}
@media(max-width: 500px) {
	.open_legue_title {
    font-size: 34px;
    line-height: 152%;
  }
	.open_legue_subtitle {
    font-size: 16px;
    max-width: 350px;
  }
	.open_league_img_box img {
    width: 33vw;
  }
	.open_league_img_box {
		margin-bottom: 35px;
	}
	.open_league_item p {
    font-size: 16px;
  }
	.open_league_item span {
    font-size: 30px;
  }

	.open_league_list {
    gap: 15px;
  }
	.open_legue_for_users,
	.open_legue_for_partners {
		font-size: 24px;
	}

}
@media(max-width: 378px) {
	.open_league_content {
    padding: 46px 0 90px 0;
  }
	.open_legue_title {
    font-size: 30px;
    line-height: 152%;
  }
	.open_legue_subtitle {
    font-size: 15px;
    max-width: 87vw;
  }
	.open_league_img_box img {
    width: 35vw;
  }
	.open_league_img_box {
    margin-bottom: 30px;
  }
	.open_league_item p {
    font-size: 14px;
    line-height: 156%;
  }
	.open_league_item span {
    font-size: 28px;
  }
	.open_legue_for_users,
	.open_legue_for_partners {
		font-size: 22px;
	}
}