.step-bg1{
	background:linear-gradient(90deg, rgba(20,20,20,1) 0%, rgba(40,40,40,1) 100%);
}
.step-i1{
	position:absolute;
	border-radius:inherit;
	height:100%;
	width:100%;
	object-fit:cover;
	object-position:center;
	top:0;
	left:0;
}
.step-m1{
	padding-top:8rem;
	padding-bottom:8rem;
}
.step-m2{
	margin-bottom:5rem;
}
.step-m3{
	margin-top:1rem;
	margin-bottom:3rem;
}
.step-e1{
	display:grid;
	grid-template-columns:repeat(4, 1fr);
	grid-gap:1.5rem;
	padding-bottom:6rem;
}
.step-e2{
	padding:2rem;
	border-radius:2rem;
	border:dotted rgba(255,255,255,0.7) 2px;
	background-color:rgba(255,255,255,0);
	transition:all 0.3s;
	color:white;
	align-content:flex-start;
}
.step-e2:hover{
	border:dotted rgba(255,255,255,0) 2px;
	background-color:var(--c4);
}
.step-e3{
	width:5rem;
	height:5rem;
	border-radius:50%;
	background-color:rgba(255,255,255,0);
	transition:all 0.3s;
	color:white;
	margin-bottom:2rem;
}
.step-e2:hover .step-e3{
	background-color:rgba(255,255,255,1);
}
.step-e3 img{
	width:70%;
	height:70%;
}
.step-e3 p{
	position:absolute;
	top:-0.8rem;
	left:-0.8rem;
}
.step-e4::placeholder{
	font-family:'Montserrat-Regular';
}
.step-e5{
	padding:1.3rem 2.5rem;
	font-size:1.3rem;
	color:white;
	border-radius:3rem;
	background-color:rgba(255,255,255,0.1);
	outline:none;
	border:0;
	transition:all 0.3s;
	min-height:5rem;
}
.step-e5:hover, .step-e5:focus{
	background-color:rgba(255,255,255,0.2);
}
.step-e6{
	padding:0.6rem 1rem;
	border-radius:3rem;
	background-color:var(--c4);
	color:white;
	font-size:1.2rem;
	border:0;
	box-shadow:0 1rem 1rem -0.5rem var(--c4);
	transition:all 0.2s;
	top:0;
	min-height:5rem;
}
.step-e6:hover{
	top:-0.4rem;
	box-shadow:0 2rem 1.5rem -1.3rem var(--c4);
}
.step-e7{
	overflow:hidden;
}
.step-e7::after{
	content:'';
	display:block;
	width:30px;
	height:300px;
	margin-left:60px;
	background:linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
	position:absolute;
	top:-100px;
	z-index:100;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	transition:all 0.1s;
	animation:step-a3 infinite ease-in-out 5s;
	animation-delay:0.05s;
}
.step-e8{
	/*used*/
}
.step-e9{
	/*used*/
}
@keyframes step-a1{
	0%{
		box-shadow:0 0 0 0 var(--c5);
	}
	30%{
		box-shadow:0 0 0 0.6rem rgba(255,255,255,0);
	}
	100%{
		box-shadow:0 0 0 0.6rem rgba(255,255,255,0);
	}
}
@keyframes step-a2{
	0%{
		box-shadow:0 0 0 0 var(--c3);
	}
	20%{
		box-shadow:0 0 0 0.4rem rgba(255,255,255,0);
	}
	100%{
		box-shadow:0 0 0 0.4rem rgba(255,255,255,0);
	}
}
@keyframes step-a3{
	0% { left:-60px; margin-left:0px; }
	20% { left:110%; margin-left:80px; }
	100% { left:110%; margin-left:80px; } 
}

@media screen and (max-width:1300px){
	.step-e1{
		grid-gap:1rem;
	}
}

@media screen and (max-width:1200px){
	.step-e1{
		grid-template-columns:repeat(2, 1fr);
	}
}

@media screen and (max-width:1000px){
	.step-e8{
		margin-top:2rem;
	}
}

@media screen and (max-width:800px){
	.step-m1{
		padding-top:5rem;
		padding-bottom:5rem;
	}
	.step-m2{
		margin-bottom:3rem;
	}
}

@media screen and (max-width:650px){
	.step-e5{
		padding:1.3rem 2rem;
		font-size:1.2rem;
	}
	.step-e9{
		margin-top:2rem;
	}
}

@media screen and (max-width:600px){
	.step-e5{
		padding:1.3rem 2rem;
		font-size:1.2rem;
	}
	.step-e1{
		grid-template-columns:repeat(1, 1fr);
	}
}