/*
Theme Name: Zeus
Author: Thornwood Digital
Version: 5.5
*/
@font-face {
	font-family: Oswald;
	src: url('../brand_assets/fonts/Oswald.woff2') format('woff2'), url('../brand_assets/fonts/Oswald.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}
@font-face {
	font-family: Open Sans;
	src: url('../brand_assets/fonts/OpenSans.woff2') format('woff2'), url('../brand_assets/fonts/OpenSans.ttf') format('truetype');
	font-weight: 100 900;
	font-style: normal;
}
/* MAIN
------------------------------------- */
html, body {
	height: auto;
	color: #111;
	font-size: 26px;
	line-height: 1.75;
	background: #fff;
	font-family: Open Sans, sans-serif;
	font-weight: 400;
}
p a {
	color: #F7B506;
}
h1, .blog #main h1 a {
	color: #2D1E0F;
	font-family: Oswald, sans-serif;
	font-size: 92px;
	line-height: 1.25;
	font-weight: 500;
	margin-bottom: 25px;
	text-transform: uppercase;
}
h1 span {
	font-weight: 700;
	color: #F7B506;
}
h2 {
	color: #2D1E0F;
	font-family: Oswald, sans-serif;
	font-size: 60px;
	line-height: 1.25;
	font-weight: 700;
	margin-bottom: 15px;
	text-transform: uppercase;
}
h2 span {
	color: #F7B506;
}
h3 {
	color: #2D1E0F;
	font-family: Oswald, sans-serif;
	font-size: 50px;
	line-height: 1.25;
	font-weight: 500;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.main-wrap strong, .main-wrap b {
	font-weight: bold;
	color: #F7B506;
}
.main-btn {
	display: inline-block;
	margin: 10px 0;
	padding: 7px 20px;
	text-decoration: none !important;
	cursor: pointer;
	color: #2D1E0F;
	font-family: Oswald;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	border-radius: 30px;
	background: #E2E2E2;
	position: relative;
	padding-right: 60px;
}
span.btn-arrow {
	position: absolute;
	padding: 7px;
	top: 0;
	border-radius: 30px;
	background: #2D1E0F;
	color: #fff;
	right: 0;
	width: 46px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.main-btn:hover {
	background: #F7B506;
	color: #fff;
}
.modal-dialog.vid {
	max-width: 90%;
}
.animate {
	opacity: 0;
	transform: translateY(20px); /* Slight offset for slide-up */
	transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}
.animate.show {
	opacity: 1;
	transform: translateY(0); /* Reset to natural position */
}
.modal-content h4.modal-title {
	color: #2D1E0F;
	font-size: 28px;
	font-weight: 700;
	font-family: 'Oswald';
	line-height: 1.5;
	margin-bottom: 5px;
}
.modal p {
	font-family: 'Open Sans', sans-serif;
	color: #2D1E0F;
	font-size: 20px;
}
.modal label {
	color: #2D1E0F;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
	font-weight: 500;
	margin-bottom: 25px;
	letter-spacing: 0;
}
.modal label input, .modal textarea {
	color: #2D1E0F;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px !important;
}
.modal input.wpcf7-form-control.wpcf7-submit {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 20px !important;
	padding: 10px;
	max-width: 200px;
}
.modal input.wpcf7-form-control.wpcf7-submit {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	font-size: 20px !important;
	padding: 10px;
	max-width: 200px;
	color: #2D1E0F;
	border-color: #2D1E0F;
}
.modal input.wpcf7-form-control.wpcf7-submit:hover {
	background: #F7B506;
	color: #2D1E0F;
}
input.wpcf7-submit {
	pointer-events: none;
}
input[type="checkbox"]:checked {
	background-color: #2D1E0F; /* Customize background color */
	border-color: #2D1E0F;
}
/* Style the checkbox directly */
input[type="checkbox"] {
	appearance: auto; /* Ensures it uses the browser's default styles */
	-webkit-appearance: auto; /* For Safari */
	width: 20px; /* Adjust the size */
	height: 20px;
	cursor: pointer;
	accent-color: #2D1E0F; /* Set the checkmark and border color */
}
/* Optional: Add hover or focus effects */
input[type="checkbox"]:hover {
	filter: brightness(0.9); /* Slight dimming on hover */
}
input[type="checkbox"]:focus {
	outline: 2px solid #2D1E0F; /* Visible focus outline */
	outline-offset: 2px;
}
/* Optional: Customize checked state */
input[type="checkbox"]:checked {
	accent-color: #2D1E0F; /* Change color when checked */
}
.wpcf7 form.sent .wpcf7-response-output {
	margin-top: 30px !important;
	border: none;
}
/* HEADER
------------------------------------- */
.header {
	box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.02);
	padding: 15px 0;
}
.menu-mobile > li > ul.sub-menu {
	margin-left: 15px;
	margin-top: 10px;
	border-left: 2px solid #000;
	padding-left: 10px;
}
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15;
	box-shadow: none;
	padding: 0;
}
.top {
	background: #2D1E0F;
	padding: 5px 0;
}
.top .container {
	display: flex;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.top p {
	color: #FFF;
	font-family: Oswald;
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	margin: 0;
}
.top .main-btn {
	padding-right: 20px;
}
.top a.transition {
	color: #FFF;
	font-family: Oswald;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.32px;
	text-transform: uppercase;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.top a.transition:hover {
	color: #f7b506;
}
.innerHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
}
.navbar .nav > li > a {
	padding: 10px 15px;
	height: 38px;
	color: #2D1E0F;
	font-family: Oswald;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.4px;
	text-transform: uppercase;
	transition: all .1s ease-in;
	-moz-transition: all .1s ease-in;
	-webkit-transition: all .1s ease-in;
	-o-transition: all .1s ease-in;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.navbar .nav > li > a:hover {
	font-weight: 700;
	color: #f7b506;
}
.modal-header .close {
	color: #2d1e0f;
	text-shadow: none;
}
.modal input.wpcf7-form-control.wpcf7-submit {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	height: auto;
	min-width: auto;
	max-width: none;
	color: #2D1E0F;
	font-family: Oswald;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: uppercase;
	border: none;
}
.modal input.wpcf7-form-control.wpcf7-submit:hover {
	background: none;
	color: #fff;
}
.modal p.main-btn {
	margin: 0 0 20px;
	display: flex;
	max-width: 125px;
	text-align: center;
}
.modal input.wpcf7-form-control.wpcf7-submit:hover {
	color: #2D1E0F;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
}
.modal form.wpcf7-form {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.navbar .nav li a:focus {
	color: #2D1E0F;
	font-weight: 700;
}
a {
	color: #F7B506;
	text-decoration: none;
}
/* BANNER
------------------------------------- */
.banner {
	position: relative;
	height: 900px;
	background: #F1F2F4 url(/brand_assets/woman1.webp) bottom right no-repeat;
	display: flex;
	align-items: end;
	justify-content: space-between;
	padding-bottom: 150px;
}
.banner h1.page-title {
	max-width: 880px;
}
.banner h1.page-title {
	max-width: 880px;
	margin-bottom: 10px;
}
.banner .main-btn:hover {
	background: #f7b506;
	color: #2D1E0F;
}
.banner p {
	color: #2D1E0F;
	font-family: Oswald;
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.6px;
	text-transform: uppercase;
	max-width: 880px;
}
.page-privacy-policy .banner h1.page-title {
	font-size: 80px;
}
/* TOP
------------------------------------- */
/* MAIN
------------------------------------- */
@media only screen and (min-width: 980px) {
	.container {
		max-width: 1740px;
		margin: 0 auto;
		width: 100%;
		padding: 0 30px;
	}
}
/* Sponsor Section */
.sponsor-section {
	padding: 80px 0;
	background: #F2F2F2;
}
.sponsor-section h2 {
	margin-bottom: 80px;
}
.sponsor-section .flex {
	gap: 100px;
}
.sponsor-section .flex {
	gap: 100px;
	align-items: start;
	justify-content: center;
	margin-bottom: 100px;
}
.sponsor-section a.main-btn {
	background: #f7b506;
	color: #fff;
}
.sponsor-section a.main-btn:hover {
	background: #2D1E0F;
}
.sponsor-section .sponsor {
	width: 50%;
}
.sponsor-section img {
	display: block;
	margin: 0 auto;
}
.sponsor-section img.maxheight {
	max-height: 130px;
}
.sponsor h3 {
	margin: 50px 0 35px;
}
.sponsor p {
	line-height: 1.5;
	margin: 5px 0 30px;
}
/* Unlock Potential */
.unlock-potential-section .flex {
	gap: 100px;
	align-items: center;
}
.unlock-content {
	width: 50%;
	position: relative;
}
.unlock-potential-section img.downarrows {
	top: 0;
}
.unlock-content p {
	line-height: 1.5;
	margin: 35px 0;
}
.banner .main-btn .btn-arrow {
	background: #f7b506;
	color: #2D1E0F;
}
.banner .main-btn {
	background: #fff;
}
/* Competition Rules */
.rules-section {
	position: relative;
	padding: 100px 0 150px;
	background: #F2F2F2;
	overflow: hidden;
}
.rules-section::after {
	content: "No Shortcuts, Just Success!";
	position: absolute;
	display: block;
	left: 0;
	right: 0;
	bottom: 0;
	color: rgba(70, 47, 23, 0.08);
	font-family: Oswald;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 12.4px;
	text-transform: uppercase;
	font-size: 6vw;
	text-align: center;
	line-height: 1;
}
.rule-column p {
	font-weight: 700;
	color: #2d1e0f;
	margin: 0;
}
ul.letter-list li {
	margin: 0;
	line-height: 1.5;
}
ul.letter-list {
	margin-bottom: 20px;
}
.rules-section h2 {
	margin-bottom: 30px;
}
.rules-section .flex {
	gap: 100px;
	margin-bottom: 50px;
}
.rule-column {
	width: 50%;
}
.rules-section .main-btn .btn-arrow {
	background: #f7b506;
	color: #2d1e0f;
}
.rules-section .main-btn {
	background: #fff;
}
.rules-section .main-btn:hover {
	background: #f7b506;
	color: #2d1e0f;
}
.rules-section .center {
	position: relative;
	z-index: 10;
}
.letter-list {
	list-style-type: lower-alpha;
}
/* Sign Up */
.signup-section {
	position: relative;
}
.signup-section .flex {
	gap: 50px;
	align-items: center;
}
.signup-section .box {
	width: 50%;
	position: relative;
}
.signup-section .box:nth-child(2) {
	text-align: right;
}
img.downarrows {
	position: relative;
	right: 23px;
	top: 200px;
}
.signup-section h2 {
	text-align: center;
	margin-bottom: 50px;
}
.page-form p {
	margin: 0 0 25px;
}
.page-form input, .page-form textarea, .page-form select {
	color: #2D1E0F;
	font-family: "Open Sans";
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 1.3px;
	border: 2px solid #2D1E0F;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	height: auto;
	min-width: auto;
	max-width: none;
	color: #2D1E0F;
	font-family: Oswald;
	font-size: 22px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 0.44px;
	text-transform: uppercase;
}
.page-form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
	background: none;
	color: #fff;
}
.page-form p.main-btn {
	margin: 0;
	display: flex;
	max-width: 150px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border: none;
}
span.wpcf7-list-item {
	margin-left: 5px;
}
span.consent {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
/* Winners */
.champions-section {
	position: relative;
	background: #F2F2F2;
	padding: 100px 0;
}
.champions-section .flex .champ {
	width: 50%;
}
.champions-section .flex {
	margin: 75px 0;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.champ {
	position: relative;
	overflow: hidden;
}
.champ h3 {
	position: absolute;
	bottom: 20px;
	color: #fff;
	background: #2d1e0f;
	padding: 5px 15px;
	margin: 0 auto;
	font-size: 40px;
	display: block;
	transform: translateX(-50%);
	left: 50%;
}
.champions-section .main-btn .btn-arrow {
	background: #f7b506;
	color: #2d1e0f;
}
.champions-section .main-btn:hover {
	background: #f7b506;
	color: #2d1e0f;
}
/* Marquee */
.marquee {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #F7B506;
	white-space: nowrap;
	padding: 12px 0;
}
/* Inner wrapper that holds the text */
.marquee-inner {
	display: inline-flex;
	animation: marquee 25s linear infinite; /* Smooth scrolling */
}
/* Text spans */
.marquee-inner span {
	display: inline-block;
	padding-right: 1.5rem; /* Space between repeated text */
	color: #FFF;
	font-family: Oswald, sans-serif;
	font-size: 52px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 6.24px;
	text-transform: uppercase;
}
/* Scrolling animation */
@keyframes marquee {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
/* Resources Section */
.resources-section {
	position: relative;
	padding: 100px 0;
}
.resources-section .container {
	max-width: 1540px;
}
.resources-section h2 {
	margin: 25px 0;
}
.resource-info {
	margin-bottom: 30px;
}
.resource-info strong {
	text-transform: uppercase;
	margin: 0;
	display: block;
}
.resource-info p {
	margin: 0;
	font-size: 24px;
	line-height: 1.5;
}
.resource-info p span {
	font-weight: 700;
	color: #f7b506;
}
.resources-section .container .flex > div {
	width: 50%;
}
.resources-section .flex {
	gap: 10px;
	align-items: center;
}
img.automargin {
	margin-left: auto;
	display: block;
}
/* Team Section */
.team-section {
	position: relative;
	background: #F2F2F2;
	padding: 100px 0;
}
.team-section p {
	line-height: 1.24;
	max-width: 1400px;
	margin: auto;
}
.team-section .flex {
	margin: 80px 0;
}
.team-section .flex > div {
	width: 50%;
}
.team-box {
	position: relative;
	overflow: hidden;
	max-width: 760px;
	max-height: 550px;
	margin: auto;
}
.team-box h3.transition {
	position: absolute;
	bottom: 20px;
	color: #fff;
	background: #2d1e0f;
	padding: 5px 15px;
	margin: 0 auto;
	font-size: 40px;
	display: block;
	transform: translateX(-50%);
	left: 50%;
}
.team-box:hover h3.transition {
	opacity: 0;
}
.team-info {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 5;
	background: rgb(27 27 27 / 80%);
	padding: 100px 50px;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.team-info h3 {
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 32px;
	margin: 0 auto 30px;
	font-weight: 400;
}
.team-info h2 {
	color: #fff;
	margin-bottom: 5px;
}
.team-info p {
	color: #fff;
	line-height: 1.5;
}
.team-box:hover .team-info {
	opacity: 1;
}
.team-info h3 span {
	font-style: italic;
	font-size: 28px;
}
.team-section .main-btn {
	background: #fff;
}
.team-section .main-btn .btn-arrow {
	background: #f8b405;
	color: #2d1e0f;
}
.team-section .main-btn:hover {
	background: #2d1e0f;
	color: #fff;
}
/* FOOTER
------------------------------------- */
footer {
	background: #fff;
	padding: 100px 0 80px;
	position: relative;
	width: 100%;
	clear: both;
	bottom: 0;
	z-index: 5;
}
.foot-social ul li, .social ul li {
	margin-right: 12px;
	max-width: 25px;
}
p.footer-cta {
	display: inline-block;
	margin-left: 30px;
}
.foot-social {
	margin-left: auto;
}
.attribution {
	padding: 0;
	background: none;
	display: inline-block;
	float: none;
	margin: 0;
	vertical-align: middle;
	color: #2D1E0F;
	text-align: center;
	font-family: Oswald;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: 0.48px;
	text-transform: uppercase;
}
.attribution a {
	color: #2D1E0F;
	text-decoration: underline;
}
#back-to-top {
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	background-color: #fff;
	color: #222;
	text-align: center;
	padding: 5px 10px;
	font-size: 30px;
	border-radius: 5px;
	text-decoration: none;
	z-index: 30;
	transition: opacity 0.3s ease-in-out;
	border: 1px solid #aaa;
	line-height: 1;
	cursor: pointer;
}
#back-to-top:hover {
	background-color: #222; /* Slightly darker for hover effect */
	color: #fff;
}
.grecaptcha-badge {
	opacity: 0;
}
p.footer-info {
	margin: 20px 0;
	text-transform: uppercase;
}
p.poweredby {
	margin: 25px 0 0;
	font-size: 16px;
}
span.divline {
	display: inline-block;
	margin: 0 20px;
}
	.sponsor-section img {
		width: 100%;
	}
/* INTERNAL PAGES
------------------------------------- */
/* MEDIA QUERIES
---------------------------------------------------------- */
@media (max-width: 1849px) {
	.banner h1.page-title {
		font-size: 85px;
	}
	.banner p {
		font-size: 35px;
	}
}
@media (max-width: 1749px) {
	.banner {
		background: #F1F2F4 url(/brand_assets/woman1.webp) 105% 100% no-repeat;
	}
}
@media (max-width: 1699px) {
	.banner {
		background: #F1F2F4 url(/brand_assets/woman1.webp) 125% 100% no-repeat;
	}
	.banner h1.page-title {
		font-size: 80px;
		line-height: 1.2;
		margin-bottom: 20px;
	}
	.unlock-potential-section img.downarrows {
		top: 50%;
	}
	img.downarrows {
		position: absolute;
		right: 30px;
		top: 50%;
		z-index: 5;
	}
}
@media (max-width: 1649px) {}
@media (max-width: 1599px) {
	.banner {
		background-position: 145% 125%;
	}
	.signup-section h2 {
		font-size: 55px;
	}
	.signup-section .box img {
		max-width: 600px;
		margin-left: auto;
		display: block;
	}
	.signup-section .box img.downarrows {
		right: -23px;
	}
	.team-box {
		max-width: 650px;
	}
	.team-info p {
		font-size: 22px;
	}
	.team-info h2 {
		font-size: 50px;
	}
	.team-info h3, .team-info h3 span {
		font-size: 23px;
	}
	.team-box h3.transition {
		font-size: 32px;
	}
}
@media (max-width: 1549px) {}
@media (max-width: 1499px) {
	.banner h1.page-title {
		font-size: 70px;
		line-height: 1.2;
		margin-bottom: 20px;
		max-width: 680px;
	}
	.banner p {
		font-size: 30px;
	}
	.banner {
		padding-bottom: 0;
		align-items: center;
		background-position: 155% 125%;
	}
	.unlock-potential-section {
		padding: 80px 0;
	}
	html, body {
		font-size: 24px;
	}
	.rules-section::after {
		font-size: 5.5vw;
	}
	.signup-section h2 {
		font-size: 50px;
	}
	.champ h3, .team-box h3.transition {
		font-size: 30px;
	}
	.resource-info p {
		font-size: 22px;
	}
	.team-section p {
		line-height: 1.24;
		max-width: 1000px;
		margin: auto;
	}
	.marquee-inner span {
		font-size: 40px;
	}
	.marquee {
		padding: 8px 0;
	}
	h2, .signup-section h2 {
		font-size: 50px;
	}
}
@media (max-width: 1449px) {}
@media (max-width: 1399px) {
	.banner {
		height: 750px;
		align-items: end;
		padding-bottom: 100px;
		background-size: 750px;
		background-position: 120% 100%;
	}
	html, body {
		font-size: 22px;
	}
	.team-section .flex {
		margin: 80px 0;
		gap: 50px;
	}
	.modal label {
		color: #2D1E0F;
		font-size: 18px;
		font-family: 'Open Sans', sans-serif;
		text-align: left;
		font-weight: 500;
		margin-bottom: 10px;
		letter-spacing: 0;
	}
	.modal-header {
		padding: 25px 24px 25px;
		border-bottom: none;
		background: #F7B506;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		text-align: center;
		color: #fff;
	}
	.attribution {
		font-size: 22px;
	}
	p.footer-info {
		font-size: 20px;
	}
	.champ h3, .team-box h3.transition {
		font-size: 28px;
	}
	.unlock-potential-section, .rules-section, .champions-section, .resources-section, .team-section, footer {
		padding: 70px 0;
	}
	.team-info p {
		font-size: 20px;
		line-height: 1.5;
	}
}
@media (max-width: 1349px) {}
@media (max-width: 1299px) {
	.banner h1.page-title {
		font-size: 60px;
		line-height: 1.2;
		margin-bottom: 20px;
		max-width: 570px;
	}
	.navbar .nav > li > a {
		font-size: 18px;
	}
	.marquee-inner span {
		font-size: 32px;
	}
	html, body, .resource-info p {
		font-size: 20px;
	}
}
@media (max-width: 1249px) {}
@media (max-width: 1199px) {
	#logo {
		display: inline-block;
		max-width: 280px;
	}
	.banner h1.page-title {
		font-size: 50px;
		max-width: 480px;
	}
	.banner p {
		font-size: 25px;
	}
	.banner {
		height: 750px;
		align-items: end;
		padding-bottom: 100px;
		background-size: 700px;
		background-position: 125% 100%;
	}
	h2, .signup-section h2 {
		font-size: 42px;
	}
	.page-form .col-md-6 {
		width: 100%;
		float: none;
	}
	.signup-section {
		padding: 70px 0;
	}
	.team-info p {
		font-size: 18px;
		line-height: 1.5;
	}
}
@media (max-width: 1149px) {}
@media (max-width: 1099px) {
	#wrapper {
		padding: 0;
	}
	.mobile-wrap {
		display: none;
	}
	.header {
		display: block;
	}
	.navarea.hidden-md-down {
		display: block !important;
	}
	.banner {
		height: 650px;
		align-items: end;
		padding-bottom: 100px;
		background-size: 600px;
		background-position: 125% 100%;
	}
	.banner p {
		font-size: 24px;
		letter-spacing: .5px;
	}
	.main-btn {
		font-size: 20px;
	}
	html, body, .resource-info p {
		font-size: 19px;
	}
	.rules-section::after {
		font-size: 5vw;
	}
}
@media (max-width: 1049px) {}
@media (max-width: 999px) {
	.signup-section .flex {
		flex-direction: column;
	}
	.signup-section .box {
		width: 60%;
		position: relative;
	}
	.container {
		width: 100%;
		padding: 0 30px;
	}
	.banner {
		background-size: 550px;
		background-position: 125% 100%;
	}
	.rules-section::after {
		font-size: 4vw;
	}
	.signup-section .box {
		width: 70%;
		position: relative;
	}
	.champ h3, .team-box h3.transition {
		font-size: 26px;
		display: inline-block;
		width: 65%;
	}
	.team-info h2 {
		font-size: 35px;
	}
	.team-info h3, .team-info h3 span {
		font-size: 18px;
	}
	.team-info {
		padding: 25px;
	}
	.team-info p {
		font-size: 19px;
		line-height: 1.4;
	}
	.resources-section .container .flex > div {
		width: 100%;
	}
	.resources-section .flex {
		flex-direction: column;
	}
	.signup-section .box img {
		max-width: 100%;
		margin-left: auto;
		display: block;
	}
	.sponsor h3 {
		font-size: 40px;
	}
}
@media (max-width: 949px) {}
@media (max-width: 899px) {
	.banner {
		background-size: 550px;
		background-position: 155% 100%;
	}
	.banner h1.page-title {
		font-size: 42px;
		max-width: 450px;
	}
	.banner p {
		font-size: 22px;
		letter-spacing: .5px;
	}
	h2, .signup-section h2 {
		font-size: 35px;
	}
	html, body, .resource-info p {
		font-size: 18px;
	}
	.champ h3, .team-box h3.transition {
		font-size: 24px;
		display: inline-block;
		width: 50%;
	}
	.signup-section .box:last-child {
		display: none;
	}
	.signup-section .box {
		width: 80%;
		position: relative;
	}
	img.automargin {
		max-width: 450px;
		margin: auto;
	}
	.team-section .flex > div {
		width: 100%;
		max-width: 600px;
	}
	.team-section .flex {
		flex-direction: column;
	}
	.team-info {
		padding: 85px 50px;
	}
	.attribution {
		font-size: 20px;
	}
	span.divline {
		display: inline-block;
		margin: 0 10px;
	}
	.navbar .nav > li > a {
		font-size: 18px;
		padding: 10px;
	}
	.main-btn {
		font-size: 19px;
	}
	.champions-section .flex {
		flex-direction: column;
	}
	.champions-section .flex .champ {
		width: 100%;
		max-width: 600px;
	}
	.unlock-potential-section .flex {
		flex-direction: column;
	}
	.unlock-content {
		width: 100%;
		position: relative;
		max-width: 650px;
	}
	.rules-section .flex {
		gap: 50px;
		margin-bottom: 50px;
	}
	.sponsor-section .flex .sponsor {
		width: 100%;
	}
	.sponsor-section .flex {
		flex-direction: column;
	}

}
@media (max-width: 849px) {}
@media (max-width: 799px) {
	.banner {
		background-size: 500px;
		background-position: 145% 100%;
	}
	.banner {
		background-size: 500px;
		background-position: 145% 100%;
	}
	.banner h1.page-title {
		font-size: 45px;
		max-width: 450px;
	}
	.top p {
		font-size: 18px;
	}
}
@media (max-width: 749px) {
	.banner {
		background-size: 400px;
		background-position: 125% 100%;
		height: 600px;
		padding-bottom: 50px;
	}
	.banner p {
		font-size: 24px;
		letter-spacing: .5px;
		max-width: 340px;
	}
	#logo {
		display: inline-block;
		max-width: 250px;
	}
	.innerHeader {
		gap: 30px;
	}
	#logo {
		display: inline-block;
		max-width: 250px;
	}
	.navbar .nav > li > a {
		font-size: 17px;
		padding: 10px;
	}
	html, body, .resource-info p {
		font-size: 17px;
	}
	.signup-section .box {
		width: 100%;
		position: relative;
	}
}
@media (max-width: 699px) {
	.innerHeader {
		flex-direction: column;
		gap: 0;
	}
	.top p {
		font-size: 15px;
	}
	.top a.transition {
		font-size: 14px;
	}
	#logo {
		display: inline-block;
		max-width: 250px;
		margin: 0;
	}
	.banner {
		/* background: #F1F2F6; */
		background-size: 340px;
	}
	.team-info p {
		font-size: 17px;
		line-height: 1.5;
	}
	.marquee-inner span {
		font-size: 26px;
	}
	h2, .signup-section h2 {
		font-size: 38px;
	}
}
@media (max-width: 649px) {}
@media (max-width: 599px) {
	.banner {
		/* background: #F1F2F6; */
		background-size: 280px;
	}
	.rule-column {
		width: 100%;
	}
	.rules-section .flex {
		gap: 0;
		flex-direction: column;
	}
	p.footer-info {
		font-size: 18px;
		margin: 40px 0;
	}
	span.divline {
		display: block;
		opacity: 0;
		height: 10px;
	}
	.rules-section::after {
		display: none;
	}
	h2, .signup-section h2 {
		font-size: 34px;
	}
	span.consent {
		font-size: 18px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 10px;
		display: inline;
	}
	span.wpcf7-list-item {
		margin-left: 0;
	}
	.champ h3, .team-box h3.transition {
		width: 55%;
	}
	img.automargin {
		max-width: 400px;
		margin: auto;
	}
	.banner h1.page-title {
		font-size: 40px;
		max-width: 380px;
	}
	.sponsor h3 {
		font-size: 30px;
	}
}
@media (max-width: 549px) {}
@media (max-width: 499px) {
	.banner h1.page-title {
		font-size: 38px;
		max-width: 380px;
	}
	.banner {
		background-size: 220px;
	}
	.main-btn {
		font-size: 15px;
	}
	.marquee-inner span {
		font-size: 26px;
		letter-spacing: 2px;
	}
	h2, .signup-section h2 {
		font-size: 31px;
	}
	.champ h3, .team-box h3.transition {
		width: 65%;
	}
	.team-info {
		padding: 20px 20px;
	}
	.team-info p {
		font-size: 16px;
		line-height: 1.4;
	}
	.top .container {
		display: flex;
		gap: 15px;
		justify-content: space-between;
		align-items: center;
	}
	select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
		font-size: 16px !important;
	}
	.modal-body {
		position: relative;
		padding: 30px 20px 10px;
		max-width: 400px;
		margin: auto;
	}
	.modal-dialog {
		margin: 0 15px;
	}
	.modal-content h4.modal-title {
		font-size: 23px;
	}
	.modal p {
		font-size: 17px;
	}
	.page-form input, .page-form textarea {
		font-size: 15px !important;
	}
	span.consent {
		font-size: 15px;
	}
	input[type="checkbox"] {
		padding: 6px;
	}
	.wpcf7 form .wpcf7-response-output {
		margin-top: 20px !important;
	}
	.marquee-inner {
		animation: marquee 20s linear infinite;
	}
	.navbar .nav > li > a {
		font-size: 15px;
		padding: 10px;
	}
	.top p, .top a.transition {
		font-size: 13px;
	}
	.banner .main-btn .btn-arrow, .main-btn .btn-arrow {
		width: 36px;
	}
	.main-btn {
		padding-right: 50px;
	}
}
@media (max-width: 425px) {
	.navbar .nav > li > a {
		font-size: 17px;
		padding: 7px;
	}
	.container {
		width: 100%;
		padding: 0 15px;
	}
	img.automargin {
		max-width: 100%;
		margin: auto;
	}
}
@media (max-width: 399px) {
	.top .container {
		gap: 5px;
		flex-direction: column;
	}
	.banner h1.page-title {
		font-size: 34px;
		max-width: 380px;
	}
	.banner p {
		font-size: 20px;
		letter-spacing: .5px;
		max-width: 340px;
	}
	.banner {
		background-size: 200px;
	}
	.navbar .nav > li > a {
		font-size: 16px;
		padding: 6px;
	}
	html, body, .resource-info p {
		font-size: 16px;
	}
	.champ h3, .team-box h3.transition {
		width: 80%;
	}
	.team-info h2 {
		font-size: 25px;
	}
	.team-info p {
		font-size: 16px;
		line-height: 1.2;
	}
	.attribution {
		font-size: 18px;
		line-height: 1.2;
		font-weight: 400;
		letter-spacing: 0;
	}
}
@media (max-width: 349px) {}