*{
	margin: 0%;
	padding: 0%;
}
body{
	width: 100%;
	height: 100%;
	position: absolute;
}
a{
	text-decoration: none;
	color: unset;
}

/**********Header**********/
header{
	width: 100%;
	height: 70%;
	float: left;
}
.header-1{
	height: auto;
}
header .div-1{
	width: 90%;
	padding: 1% 5%;
	background-color: rgb(110, 0, 0);
	display: grid;
	grid-template-columns: 35% 25%;
	grid-column-gap: 40%;
}
header .div-1 section{
	width: 100%;
	margin: auto;
	float: left;
	display: grid;
	grid-template-columns: 23% 77%;
}
header .div-1 section img{
	width: calc(60% - 2px);
	height: 3vw;
	padding-right: 20%;
	margin-right: 20%;
	border-right: 2px solid white;
	object-fit: cover;
	object-position: top;
}
header .div-1 section h2{
	width: 90%;
	margin: auto;
	margin-left: 0%;
	font-family: "Poppins", serif;
	font-size: 3.4vw;
	font-weight: normal;
	line-height: 0;
	letter-spacing: 0.4vw;
	color: white;
}
header .div-1 section h1{
	grid-column-start: 1;
	grid-column-end: 3;
	font-family: "Poppins", serif;
	font-size: 1.3vw;
	font-weight: normal;
	color: white;
}
header .div-1 ul{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 5%;
}
header .div-1 ul li{
	width: auto;
	float: left;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 1vw;
	font-weight: bold;
	color: white;
}


header .div-2{
	width: 90%;
	padding: 1% 5%;
	background-color: rgb(10, 50, 70);
	float: left;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
}
header .div-2 ul{
	width: 60%;
	float: left;
	display: grid;
	grid-template-columns: auto auto
		auto auto auto;
	grid-column-gap: 5%;
}
header .div-2 ul li{
	width: 100%;
	padding: 1% 0%;
	list-style: disc;
	list-style-position: inside;
	text-align: ;
	font-family: sans-serif;
	font-size: 1vw;
	font-weight: bold;
	color: white;
}
header .div-2 ul li a:hover{
	text-transform: uppercase;
}
header .div-2 .p-1{
	width: 20%;
	float: right;
	text-align: right;
	font-family: sans-serif;
	font-size: 1.2vw;
	color: whitesmoke;
}

header .div-3{
	width: 100%;
	height: 81%;
	float: left;
	overflow: hidden;
	background-color: rgb(110, 0, 0);
}
header .div-3 .sub-1{
	width: 65%;
	height: 150%;
	margin-top: -10%;
	background-color: rgb(110, 0, 0);	
	background-imag: repeating-linear-gradient(
	  45deg,
	  rgb(110, 0, 0),
	  rgb(125, 20, 20) 2vw
	);
	float: left;
	position: relative;
	z-index: 1;
	display: grid;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	transform: rotate(10deg);
}
header .div-3 .sub-1 section{
	width: 80%;
	margin: auto;
	transform: rotate(-10deg);
}
header .div-3 .sub-1 section h2{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-weight: norma;
	font-size: 6.9vw;
	line-height: 1.2;
	color: white;
	-webkit-text-strok: 1px rgba(0, 0, 0, 0.3);
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3),-5px -5px 5px rgba(255, 255, 255, 0.1);
	animatio: hh3 3s alternate;
	transition: 3s;
}
header .div-3 .sub-1 section .bbottom{
	width: calc(100% - 6px);
	margin-top: ;
	float: left;
	border: 3px solid rgb(110, 0, 0);
	border-radius: 100px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3),-3px -3px 3px rgba(255, 255, 255, 0.1);
}
header .div-3 .sub-1 section .p-1{
	width: 100%;
	margin-top: 2%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 1.6vw;
	font-weight: normal;
	color: white;
	animatio: hp1 3s alternate;
	transition: 3s;
}


header .div-3 .sub-2{
	width: 40%;
	height: 150%;
	margin-top: -20%;
	margin-right: -5%;
	background-color: rgb(10, 50, 70);
	float: left;
	display: grid;
	transform: rotate(10deg);	
	background-image: repeating-linear-gradient(
	  45deg,
	  rgb(10, 50, 70),
	  rgb(5, 45, 65) 5vw
	);
}
header .div-3 .sub-2 .center{
	width: 75%;
	margin: auto;
	margin-left: 7%;
	float: left;
	transform: rotate(-10deg);
	display: grid;
}
header .div-3 .sub-2 .center button{
	width: auto;
	padding: 2.5% 15%;
	margin: auto;
	margin-top: 50%;
	background-color: white;
	border: none;
	border-radius: 100px;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 
		-3px -3px 3px rgba(255, 255, 255, 0.2);
	font-family: "Poppins", serif;
	font-size: 2vw;
	font-weight: bold;
	color: rgb(35, 45, 45 / 1.0);
	text-shado: -2px -2px 2px rgba(0, 0, 0, 0.3), 
		2px 2px 2px rgba(255, 255, 255, 0.2);
}
.body{
	width: 80%;
	padding-bottom: 3%;
	margin: 3% 10%;
	float: left;
}
/**********Inscription**********/
.details{
	width: 100%;
	float: left;
}
.details .docx{
	width: 100%;
	float: left;
}
.details .docx h3{
	width: 100%;
	margin-bottom: 1%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
	font-weight: normal;
}
	margin-bottom: 1%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
	font-weight: normal;
}

.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: "Poppins", serif;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.1vw;
	font-weight: bold;
}

.succes h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
}
.details .docx section{
	width: 98%;
	padding: 1%;
	float: left;
	color: rgb(35, 43, 43);
}
.details .docx section:nth-child(even){
	border-block: 1px solid rgb(110, 0, 0);
}
.details .docx section:nth-child(odd){
	background-color: rgba(110, 0, 0, 0.2);
}
.details .docx section h4{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 1.1vw;
}
.details .docx section p{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 1vw;
	color: deepgray;
}
.details .steps{
	width: 100%;
	margin-top: 3%;
	float: left;
	display: grid;
	grid-template-columns: 47.5% 47.5%;
	grid-column-gap: 5%;
}
.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: "Poppins", serif;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.1vw;
	font-weight: bold;
}

.succes h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
}
.details .steps section h4{
	width: 100%;
	float: left;
	font-size: 1.1vw;
}
.details button{
	width: auto;
	padding: 1% 10%;
	margin-top: 1%;
	background-color: rgb(110, 0, 0);
	border: none;
	border-radius: 100px;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 
		-3px -3px 3px rgba(255, 255, 255, 0.2);
	font-family: "Poppins", serif;
	font-size: 1.5vw;
	font-weight: bold;
	color: white;
	text-shado: -2px -2px 2px rgba(0, 0, 0, 0.3), 
		2px 2px 2px rgba(255, 255, 255, 0.2);
}

.steps-param{
	width: 100%;
	margin-top: 0%;
	margin-bottom: 5%;
	float: left;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap: 4%;
}
.steps-param h2{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: 3%;
	font-family: "Poppins", serif;
	font-size: 2vw;
	color: rgb(35, 45, 45 / 1.0);
}
.steps-param section{
	width: 100;
}
.steps-param section strong{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: %;
	float: left;
	text-align: center;
	font-family: "Poppins", serif;
	font-size: 1.1vw;
	color: rgb(35, 45, 45 / 1.0);
}
.steps-param section p{
	width: calc(100% - 4px);
	margin-top: ;
	float: left;
	border: 2px solid rgb(110, 0, 0);
	border-radius: 100px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3),-3px -3px 3px rgba(255, 255, 255, 0.1);
}

.page{
	width: 100%;
	float: left;
}

.page .form{
	width: 62%;
	float: left;
	display: grid;
	grid-template-columns: 45% 45%;
	grid-column-gap: 10%;
}
.page .form .lab-1,
.page .form .lab-2,
.page .form .lab-3{
	width: 100%;
	margin-bottom: 15%;
	font-family: "Poppins", serif;
}
.page .form .lab-2{
	display: grid;
	grid-template-columns: 45% 45%;
	grid-column-gap: 10%;
}
.page .form .lab-3{
	display: grid;
	grid-template-columns: 20% 45% 25%;
	grid-column-gap: 5%;
}
.page .form .lab-1 span,
.page .form .lab-2 p,
.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.1vw;
	font-weight: bold;
}
	margin-bottom: 1%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
	font-weight: normal;
}

.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: "Poppins", serif;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.1vw;
	font-weight: bold;
}

.succes h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
}
.page .form label input,
.page .form label select{
	background-color: transparent;
	font-size: 1vw;
}
.page .form .lab-1 input{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: unset;
	border-bottom: 2px solid rgb(0, 0, 0);
	outline: none;
}
.page .form .lab-2 p{
	grid-column-start: 1;
	grid-column-end: 3;
}
.page .form .lab-2 label{
	width: 100%;
	float: left;
}
.page .form .lab-2 label input{
	margin-top: 3%;
	float: left;
}
.page .form .lab-2 label span{
	float: right;
	font-size: 1vw;
}
.page .form .lab-3 p{
	grid-column-start: 1;
	grid-column-end: 4;
}
.page .form .lab-3 label{
	width: 100%;
	height: 100%;
	display: grid;
}
.page .form .lab-3 label span{
	width: 100%;
	float: left;
}
.page .form .lab-3 label input,
.page .form .lab-3 label select{
	width: 100%;
	float: left;
	border: unset;
	border-bottom: 2px solid rgb(0, 0, 0);
	outline: none;
}
.page .form button{
	width: 50%;
	padding: 3% 5%;
	background-color: rgb(110, 0, 0);
	border: none;
	outline: none;
	font-family: "Poppins", serif;
	font-size: 1.1vw;
	font-weight: bold;
	color: white;
}

.page ul{
	width: 29%;
	padding: 2%;
	margin-left: 5%;
	background-color: rgb(110, 0, 0);
	float: left;
}
.page ul h3{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	border-bottom: 1px solid white;
	font-family: "Poppins", serif;
	font-size: 2vw;
	color: white;
}
.page ul li{
	width: 100%;
	padding-block: 2%;
	margin-bottom: 2%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed;
	font-family: "Poppins", serif;
	font-size: 1vw;
}
.page ul li strong{
	width: 100%;
	float: left;
}
.page ul li span{
	width: 100%;
	float: left;
}

.succes{
	width: 100%;
	float: left;
}
.succes h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
}
	margin-bottom: 1%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
	font-weight: normal;
}

.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: "Poppins", serif;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.1vw;
	font-weight: bold;
}

.succes h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
}
.succes p{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 1.2vw;
}
.succes a{
	width: auto;
	padding: 1.5% 5%;
	margin-top: 5%;
	background-color: rgb(110, 0, 0);
	float: left;
	border-radius: 100px;
	font-family: "Poppins", serif;
	font-size: 1.2vw;
	font-weight: bold;
	color: white;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}










/***************650px***************/
@media only screen and (max-width: 650px) {



/**********Header**********/
header{
	width: 100%;
	height: 55%;
	float: left;
	background-color: rgba(0, 0, 0, 1.0);
}
.header-page{
	height: auto;
}
header .div-1{
	width: 90%;
	padding: 1% 5%;
	background-color: rgb(110, 0, 0);
	display: grid;
	grid-template-columns: 35% 50%;
	grid-column-gap: 15%;
}
header .div-1 section{
	width: 100%;
	margin: auto;
	float: left;
	display: grid;
	grid-template-columns: 50% 50%;
}
header .div-1 section img{
	width: calc(70% - 2px);
	height: 7vw;
	margin: auto;
	padding-right: 15%;
	margin-right: 15%;
	border-right: 2px solid white;
	object-fit: cover;
}
header .div-1 section h2{
	width: 90%;
	margin: auto;
	margin-left: 0%;
	font-family: "Poppins", serif;
	font-size: 8vw;
	font-weight: normal;
	line-height: 0;
	letter-spacing: 0.4vw;
	color: white;
}
header .div-1 section h1{
	grid-column-start: 1;
	grid-column-end: 3;
	font-family: "Poppins", serif;
	font-size: 2.7vw;
	font-weight: normal;
	color: white;
}
header .div-1 ul{
	width: 100%;
	margin: auto;
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 5%;
}
header .div-1 ul li{
	width: auto;
	float: left;
	list-style: none;
	text-align: right;
	font-family: sans-serif;
	font-size: 2.5vw;
	font-weight: bold;
	color: white;
}


header .div-2{
	width: 90%;
	padding: 1% 5%;
	background-color: rgb(10, 50, 70);
	float: left;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	position: relative;
	z-index: 2;
}
header .div-2 ul{
	width: 100%;
	margin-top: 0%;
	float: left;
	display: grid;
	grid-template-columns: auto auto
		auto auto;
	grid-column-gap: 5%;
}
header .div-2 ul li{
	width: 100%;
	padding: 5% 0%;
	list-style: none;
	list-style-position: inside;
	text-align: ;
	font-family: sans-serif;
	font-size: 3.5vw;
	font-weight: bold;
	color: white;
}
header .div-2 ul li a:hover{
	text-transform: uppercase;
}
header .div-2 .p-1{
	width: 100%;
	margin-top: 2%;
	float: right;
	text-align: right;
	font-family: sans-serif;
	font-size: 3vw;
	color: goldenrod;
	display: none;
}


header .div-3{
	width: 100%;
	height: 80%;
	float: left;
	overflow: hidden;
	background-color: rgb(110, 0, 0);
}
header .div-3 .sub-1{
	width: 60%;
	height: 150%;
	margin-top: -20%;
	background-color: rgb(110, 0, 0);	
	background-imag: repeating-linear-gradient(
	  45deg,
	  rgb(110, 0, 0),
	  rgb(125, 20, 20) 2vw
	);
	float: left;
	position: relative;
	z-index: 1;
	display: grid;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
	transform: rotate(10deg);
}
header .div-3 .sub-1 section{
	width: 80%;
	margin: auto;
	transform: rotate(-10deg);
}
header .div-3 .sub-1 section h2{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-weight: norma;
	font-size: 6.9vw;
	line-height: 1.2;
	color: white;
	-webkit-text-strok: 1px rgba(0, 0, 0, 0.3);
	text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3),-5px -5px 5px rgba(255, 255, 255, 0.1);
	animatio: hh3 3s alternate;
	transition: 3s;
}
header .div-3 .sub-1 section .bbottom{
	width: calc(100% - 6px);
	margin-top: ;
	float: left;
	border: 3px solid rgb(110, 0, 0);
	border-radius: 100px;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3),-3px -3px 3px rgba(255, 255, 255, 0.1);
}
header .div-3 .sub-1 section .p-1{
	width: 100%;
	margin-top: 2%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 1.6vw;
	font-weight: normal;
	color: white;
	animatio: hp1 3s alternate;
	transition: 3s;
}


header .div-3 .sub-2{
	width: 45%;
	height: 150%;
	margin-top: -30%;
	margin-right: -5%;
	background-color: rgb(10, 50, 70);
	float: left;
	display: grid;
	transform: rotate(10deg);	
	background-image: repeating-linear-gradient(
	  45deg,
	  rgb(10, 50, 70),
	  rgb(5, 45, 65) 5vw
	);
}
header .div-3 .sub-2 .center{
	width: 75%;
	margin: auto;
	margin-left: 7%;
	float: left;
	transform: rotate(-10deg);
	display: grid;
}
header .div-3 .sub-2 .center button{
	width: auto;
	padding: 2.5% 15%;
	margin: auto;
	margin-top: 50%;
	background-color: white;
	border: none;
	border-radius: 100px;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 
		-3px -3px 3px rgba(255, 255, 255, 0.2);
	font-family: "Poppins", serif;
	font-size: 4vw;
	font-weight: bold;
	color: rgb(35, 45, 45 / 1.0);
	text-shado: -2px -2px 2px rgba(0, 0, 0, 0.3), 
		2px 2px 2px rgba(255, 255, 255, 0.2);
}
.body{
	width: 90%;
	padding-bottom: 3%;
	margin: 7% 5%;
	float: left;
}
/**********Inscription**********/
.details{
	width: 100%;
	margin-top: 0%;
	float: left;
}
.details .docx{
	width: 100%;
	float: left;
}
.details .docx h3{
	width: 100%;
	margin-bottom: 1%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 5vw;
	font-weight: normal;
}


.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: "Poppins", serif;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 4vw;
	font-weight: bold;
}

.succes h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
}
.details .docx section{
	width: 98%;
	padding: 1%;
	float: left;
	color: rgb(35, 43, 43);
}
.details .docx section:nth-child(even){
	border-block: 1px solid rgb(110, 0, 0);
}
.details .docx section:nth-child(odd){
	background-color: rgba(110, 0, 0, 0.2);
}
.details .docx section h4{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 4vw;
}
.details .docx section p{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 3vw;
	color: deepgray;
}
.details .steps{
	width: 100%;
	margin-top: 10%;
	float: left;
	display: unset;
}
.details .steps section{
	width: 100%;
	height: auto;
	float: left;
	margin-top: -5%;
	margin-bottom: 5%;
	font-family: "Poppins", serif;
	font-size: 3vw;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 3vw;
	font-weight: bold;
}

.succes h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 3vw;
}
.details .steps section h4{
	width: 100%;
	float: left;
	font-size: 4vw;
}
.details button{
	width: auto;
	padding: 3% 15%;
	margin-top: 1%;
	background-color: rgb(110, 0, 0);
	border: none;
	border-radius: 100px;
	outline: none;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3), 
		-3px -3px 3px rgba(255, 255, 255, 0.2);
	font-family: "Poppins", serif;
	font-size: 4vw;
	font-weight: bold;
	color: white;
	text-shado: -2px -2px 2px rgba(0, 0, 0, 0.3), 
		2px 2px 2px rgba(255, 255, 255, 0.2);
}

.steps-param{
	width: 100%;
	margin-top: 0%;
	margin-bottom: 5%;
	float: left;
	display: grid;
	grid-template-columns: 22% 22% 22% 22%;
	grid-column-gap: 4%;
}
.steps-param h2{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: 3%;
	font-family: "Poppins", serif;
	font-size: 5vw;
	color: rgb(35, 45, 45 / 1.0);
}
.steps-param section{
	width: 100;
	margin-bottom: 20%;
}
.steps-param section strong{
	grid-column-start: 1;
	grid-column-end: 5;
	width: 100%;
	margin-bottom: %;
	float: left;
	text-align: center;
	font-family: "Poppins", serif;
	font-size: 4vw;
	color: rgb(35, 45, 45 / 1.0);
	display: none;
}
.steps-param section p{
	width: calc(100% - 4px);
	margin-top: ;
	float: left;
	border: 2px solid rgb(110, 0, 0);
	border-radius: 100px;
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3),-3px -3px 3px rgba(255, 255, 255, 0.1);
}

.page{
	width: 100%;
	float: left;
}

.page .form{
	width: 100%;
	float: left;
	display: grid;
	grid-template-columns: 45% 45%;
	grid-column-gap: 10%;
}
.page .form .lab-1,
.page .form .lab-2,
.page .form .lab-3{
	width: 100%;
	margin-bottom: 15%;
	font-family: "Poppins", serif;
}
.page .form .lab-2,
.page .form .lab-3{
	width: 100%;
	margin-bottom: 10%;
	font-family: "Poppins", serif;
}
.page .form .lab-2{
	grid-column-start: 1;
	grid-column-end: 3;
	display: grid;
	grid-template-columns: 40% 40%;
	grid-column-gap: 20%;
}
.page .form .lab-3{
	grid-column-start: 1;
	grid-column-end: 3;
	display: grid;
	grid-template-columns: 20% 45% 25%;
	grid-column-gap: 5%;
}
.page .form .lab-1 span,
.page .form .lab-2 p,
.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 4vw;
	font-weight: bold;
}

.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: "Poppins", serif;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 3vw;
	font-weight: bold;
}

.succes h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
}
.page .form label input,
.page .form label select{
	background-color: transparent;
	font-size: 3vw;
}
.page .form .lab-1 input{
	width: 100%;
	margin-top: 1%;
	float: left;
	border: unset;
	border-bottom: 2px solid rgb(0, 0, 0);
	outline: none;
}
.page .form .lab-2 p{
	grid-column-start: 1;
	grid-column-end: 3;
}
.page .form .lab-2 label{
	width: 100%;
	float: left;
}
.page .form .lab-2 label input{
	margin-top: 3%;
	float: left;
}
.page .form .lab-2 label span{
	float: right;
	font-size: 3vw;
}
.page .form .lab-3 p{
	grid-column-start: 1;
	grid-column-end: 4;
}
.page .form .lab-3 label{
	width: 100%;
	height: 100%;
	display: grid;
	font-size: 3vw;
}
.page .form .lab-3 label span{
	width: 100%;
	float: left;
}
.page .form .lab-3 label input,
.page .form .lab-3 label select{
	width: 100%;
	float: left;
	border: unset;
	border-bottom: 2px solid rgb(0, 0, 0);
	outline: none;
}
.page .form button{
	width: 100%;
	padding: 5% 10%;
	margin-top: 15%;
	background-color: rgb(110, 0, 0);
	border: none;
	outline: none;
	font-family: "Poppins", serif;
	font-size: 3.5vw;
	font-weight: bold;
	color: white;
}

.page ul{
	width: 29%;
	padding: 2%;
	margin-left: 5%;
	background-color: rgb(110, 0, 0);
	float: left;
	display: none;
}
.page ul h3{
	width: 100%;
	margin-bottom: 3%;
	float: left;
	border-bottom: 1px solid white;
	font-family: "Poppins", serif;
	font-size: 2vw;
	color: white;
}
.page ul li{
	width: 100%;
	padding-block: 2%;
	margin-bottom: 2%;
	float: left;
	list-style: none;
	border-bottom: 1px dashed;
	font-family: "Poppins", serif;
	font-size: 1vw;
}
.page ul li strong{
	width: 100%;
	float: left;
}
.page ul li span{
	width: 100%;
	float: left;
}

.succes{
	width: 100%;
	float: left;
}
.succes h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 2vw;
}


.details .steps section{
	width: 100%;
	height: 100%;
	margin-bottom: 10%;
	font-family: "Poppins", serif;
}

.page .form .lab-3 p{
	width: 100%;
	float: left;
	font-size: 1.1vw;
	font-weight: bold;
}

.succes h3{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 5vw;
}
.succes p{
	width: 100%;
	float: left;
	font-family: "Poppins", serif;
	font-size: 4vw;
}
.succes a{
	width: auto;
	padding: 2% 15%;
	margin-top: 5%;
	background-color: rgb(110, 0, 0);
	float: left;
	border-radius: 100px;
	font-family: "Poppins", serif;
	font-size: 4vw;
	font-weight: bold;
	color: white;
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}
.page .form .lab-3 p{
	font-size: 4vw;
}










}