.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-90 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px;
}

.mt-m160 {
	margin-top: -160px;
}
.mt-m70 {
	margin-top: -70px;
}
.mt-m60 {
	margin-top: -60px;
}
.mt-m36 {
	margin-top: -36px;
}
.mt-m38 {
	margin-top: -38px;
}
.mt-m120 {
	margin-top: -120px;
}
.mt-m130 {
	margin-top: -130px;
}
.mt-m40 {
	margin-top: -40px;
}
.mt-m45 {
	margin-top: -45px;
}
.mt-m50 {
	margin-top: -50px;
}
.mt-m10 {
	margin-top: -10px;
}

.mb-80 {
	margin-bottom: 80px;
}

.w-95 {
	width: 95%;
}
.w-90 {
	width: 90%;
}
.w-85 {
	width: 85%;
}
.w-324 {
	width: 324px;
}
.w-622 {
	width: 622px;
}

.bg-gray {
	background-color: #F3F3F3;
	padding-top: 30px;
}

.z1 {
	margin-top: -50px;
    z-index: -1;
    position: relative;
}
.z2 {
	margin-top: -300px;
    z-index: -1;
    position: relative;
}
.z3 {
	margin-top: -190px;
    z-index: 1;
    position: relative;
}
.z4 {
    z-index: 5;
    position: relative;
}

footer {
	width: 100%;
	background-color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 50px 0 20px;
	margin-top: 0px;
}

footer a {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	text-decoration: underline 1px #fff;
	margin-bottom: 20px;
}

footer p {
	font-size: 24px;
	color: #fff;
	font-weight: 300;
}


.cta_box {
	background-color: #FFFFFF;
	padding-bottom: 24px;
}

.bg {
	width: 100%;
	background-image: url(https://noe-p.com/wp-content/uploads/2024/06/img-8-min.png);
	background-size: contain;
    background-repeat: repeat-y;
    padding-bottom: 100px;
}

.content_form {
	width: 100%;
	background-color: #F5F5F5;
	padding: 50px 50px 32px;
	box-sizing: border-box;
}

.content_form2 {
	width: 100%;
	background-color: #F5F5F5;
	padding: 60px 50px 120px;
}

.content_form h2 {
	width: 100%;
	height: 100px;
	background-color: #E53A3A;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 40px !important;
	color: #fff;
	font-weight: bold !important;
	margin-bottom: 100px !important;
}

.input_unit {
	width: 100% !important;
	display: flex !important;
	flex-direction: column;
	margin: 0 !important;
	align-items: flex-start;
}
.input_unit:not(:last-child) {
	margin-bottom: 60px !important;
}

.my_left {
	padding: 0 !important;
	width: auto !important;
	text-align: left !important;
}

.form_input_label {
	font-size: 32px;
	position: relative;
}

.my_column.my_left label:first-child:after {
	width: 82px !important;
	height: 50px !important;
	background-color: #FF1235 !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	font-size: 24px !important;
	border-radius: 0 !important;
	font-weight: 400 !important;
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
	right: -100px;
}

.my_right {
	padding: 0 !important;
	width: 100% !important;
	margin-top: 30px !important;
}


form.myForm input[type="text"] {
	width: 100% !important;
	border: solid 1px #ECECEC !important;
	background-color: #fff !important;
	font-size: 28px !important;
	padding: 50px 30px !important;
	box-sizing: border-box;
}

form.myForm input[type="image"] {
	width: 100% !important;
	margin-top: 8px !important;
}