:root {
	--black: #000;
	--black-rgb: 0,0,0;
	--camelback-mountain: #d4b889;
	--charcoal-grey: #383e4d;
	--cloudy-blue: #c5d3e0;
	--cool-grey: #a7a9b0;
	--cool-grey2: #90949c;
	--dark: #1a202c;
	--dark2: #222939;
	--dark2-rgb: 34,41,57;
	--dark3: #2d3443;
	--gunmetal: #4e5461;
	--leaf: #7a9c32;
	--light-grey-blue: #8cb2ce;
	--macaroni-and-cheese: #efbb34;
	--metallic-silver: #A7A9B0;
	--mid-blue: #1c6aa3;
	--midnight-express: #192436;
	--midnight-express2: #192437;
	--pale-grey: #f4f4f5;
	--sandstone: #caab72;
	--seaweed-green: #329c69;
	--silver: #d3d4d7;
	--silver-two: #e9eaeb;
	--steel-grey: #7a7f88;
	--twitter: #4ea6ea;
	--warm-purple: #9a329c;
	--white: #fff;
	--white-rgb: 255,255,255;
	--youtube: #e62703;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	width: 100%;
	min-width: 320px;
	min-height: 100%;
	padding: 0;
	margin: 0;
}
h2 {
	margin: 0;
}
body {
	background-color: var(--midnight-express) !important;
	color: #fff;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 400;
}
.inner {
	max-width: 1360px;
	width: 100%;
	margin: 0 auto;
	padding: 0 24px;
	position: relative;
}	
.content__steps {
	background-color: var(--dark);
	padding: 28px 0;
}
.content__steps .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-ms-flex-pack: distribute;
		justify-content: space-around;
}
.content__steps__step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: left;
		-ms-flex-pack: left;
			justify-content: left;
	gap: 16px;
}
.content__steps__step > img {
	width: 64px;
	height: 64px;
}
.content__steps__arrow-right {
	background: url("/upload/icons/icon-arrow-right.svg") no-repeat center;
	width: 24px;
	height: 24px;
}
.content__steps__step h2 {
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
	color: var(--sandstone);
	margin-bottom: 4px;
}
.content__steps__step p {
	color: var(--cool-grey);
}
.desk {
	display: block;
}
.mobi {
	display: none;
}

/* FOOTER NEW */

/* HOVER STATE FOR EVERY FRAMES */


/* END OF NEW SPONSORSHIP */
@media (max-width: 1023px){
	.inner {
		padding: 0 0px;
	}
	/* .content__banner {
		margin-top: -78px;
	} */
	.content__steps__step > img {
		width: 48px;
		height: 48px;
	}
	.content__steps__step h2 {
		font-size: 16px;
	}
	.content__steps__step p.desk {
		display: none;
	}
	.content__steps__step p.mobi {
		display: block;
	}

	/* SPONSORSHIP NEW */

	/* END OF NEW SPONSORSHIP */
}
@media (max-width: 767px) {

		/* FOOTER */
	
		/* FOR THE NEW SPONSORSHIP */
		/* END OF NEW SPONSORSHIP */

}
@media (max-width: 559px){
	body {
		font-size: 12px;
	}
	.content__steps .inner {
		text-align: center;
	}
	.content__steps__step {
		/* display: block; */
		gap: 5px
	}
	.content__steps__step > img {
		width: 24px;
		height: 24px;
		margin-bottom: 12px;
	}
	.content__steps__step h2 {
		font-size: 12px;
		margin-bottom: 8px;
	}
	.content__steps__step p.desk {
		/* display: block; */
	}
	.content__steps__step p.mobi {
		display: none;
	}
	.content__steps__step p {
		font-size: 14px;
	}
	.content__steps__arrow-right {
		-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
				transform: rotate(90deg);
		display: inline-block;
		margin: 16px 0;
		width: 16px;
		height: 16px;
		background-size: contain;
		position: relative;
		left: -1px;
	}
}

@media screen and (max-width: 768px) {
	.logo {
		width: 125px;
	}

	.article-body {
		line-height: 2;
		margin-bottom: 30px;
		font-size: 0.9rem;
   }
	.article-body img, .article-body video, .article-body iframe {
		max-width: 100%;
		width: auto;
		margin-bottom: 10px;
   }
	
}

.article-header .breadcrumb {
	background-color: transparent;
	padding: 0;
	font-size: 1.25rem;
}
.article-header .breadcrumb .breadcrumb-item a {
	text-decoration: none;
	font-weight: 600;
	color: black;
}

.article-header .breadcrumb .breadcrumb-item a:hover {
	text-decoration: underline;
}

.article-header .breadcrumb .active {
	text-decoration: none;
	font-weight: 400 ;
}
.article-header .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
	font-weight: 400;
	content: var(--bs-breadcrumb-divider, ">");
   /* rtl: var(--bs-breadcrumb-divider, "/") */
}




a {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: underline;
}
.footer {
	color: white;
	margin-top: 0px;
}
.footer a {
	color: var(--sandstone);
	text-decoration: none;
}
.banner {
	background-color: #222939;
}
.footer-socials a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-left: 2px;
	margin-right: 2px;
	text-align: center;
	float: left;
	color: white;

}

.card{
	background: #fff;
}

.page-header{
	padding: 1.5rem;
}
.content-section{
	padding: 1.5rem;
	color: black;
}


