/* FV Section */
.fv-main {
	position: relative;
	width: 100%;
}
.fv-main .fv-bg {
	width: 100% !important;
	display: block;
	position: relative;
	z-index: 1;
}
.fv-main .fv-top-cta-link {
	position: absolute;
	right: 2.1%;
	top: 4.5%;
	transform: translateY(-50%);
	width: 54%;
	display: block;
	z-index: 4;
}
.fv-main .fv-top-cta-link img {
	width: 100% !important;
	display: block;
}

/* Phone Carousel */
.fv-phone-carousel {
	position: absolute;
	top: 39.5%;
	left: 0;
	width: 100%;
	height: 36.9%;
	overflow: hidden;
	z-index: 2;
}
.fv-phone-track {
	display: flex;
	height: 100%;
	will-change: transform;
}
.fv-phone-carousel .fv-phone-track img {
	height: 100% !important;
	width: auto !important;
	max-width: none !important;
	display: block;
	flex-shrink: 0;
}

/* FV Footer Bar */
.fv-main .fv-footer-bar {
	position: absolute;
	top: 73.1%;
	left: 50%;
	transform: translateX(-50%);
	width: 94.4%;
	z-index: 3;
}

/* Mid-page FV Section (FV.png without header, 375x592) */
.fv-mid .fv-phone-carousel {
	top: 33.6%;
	height: 40.5%;
}
.fv-mid .fv-footer-bar {
	top: 70.4%;
}

.form_box {
	width: 100%;
	padding: 30px 0 100px;
}

.form_box .content_form {
	width: 90%;
	margin: 0 auto;
}

.form_box .content_form .flex,
.form_box .content_form .input_unit {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-top: 60px;
	gap: 30px 0;
}
.form_box .content_form .flex.nomargin {
	margin-top: 0px;
}

.content_form .input_unit .my_left.my_column {
	width: 100% !important;
	padding: 0 !important;
	text-align: left;
}

.content_form .input_unit .my_left.my_column label {
	font-size: 38px;
}

form.myForm .required .my_column.my_left label:first-child:after {
    width: auto !important;
    height: auto !important;
    margin-left: 20px !important;
    margin-right: 0px !important;
    padding-top: 8px !important;
    padding-bottom: 12px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
	font-size: 28px !important;
    font-weight: 400 !important;
}

.content_form .input_unit .my_right.my_column {
	width: 100% !important;
	padding: 0 !important;
}

.content_form .input_unit .my_right.my_column input,
.content_form .input_unit .my_right.my_column .form_input_input {
	width: 100% !important;
	background-color: #fff !important;
	padding: 40px 20px !important;
	border-radius: 5px !important;
	font-size: 32px;
}

.content_form .input_unit .my_right.my_column textarea {
	width: 100% !important;
	background-color: #fff !important;
	padding: 30px 20px !important;
	border-radius: 5px !important;
	font-size: 32px;
}

.content_form .input_unit .my_right.my_column button {
	font-size: 30px !important;
    background-color: #fff !important;
    border: solid 1px #000 !important;
    border-radius: 10px !important;
    padding: 10px 20px !important;
	margin-right: 20px !important;
}

.text_box {
	width: 100%;
	background-color: #e7f1ff;
	padding: 40px 0;
	margin-top: 20px;
}

.text_box p {
	font-size: 28px;
	line-height: 1.8;
}

.none_input {
	display: none !important;
}

.content_title h2 {
	font-size: 50px !important;
}

form.myForm div.submit {
	margin-top: 50px !important;
}

form.myForm div.submit input {
	width: 100%;
	outline: none;
	border: none;
	background-color: #039944;
	color: #fff;
	border-radius: 10px;
    font-weight: bold;
    font-size: 48px;
    padding: 30px 0;
    box-shadow: inset -10px -25px 25px rgba(0, 0, 0, .16);
	cursor: pointer;
}


.fixed_button {
	width: 100%;
	max-width: 750px;
    position: fixed;
    left: 50%;
    bottom: 0;
	transform: translateX(-50%);
	z-index: 100;
	transition: opacity .5s;
	opacity: 1;
	display: flex;
	justify-content: center;
	gap: 2px;
	padding: 8px 0;
	background: rgba(0, 0, 0, 0.35);
}
.fixed_button a {
	flex: 1;
	display: block;
}
.fixed_button a img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px;
}
.fixed_button.none {
	opacity: 0;
	pointer-events: none;
}


footer {
	width: 100%;
	background-color: #000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0 30px;
	margin-top: 0px;
}

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

@media only screen and (max-width: 800px) {
	.my_left {
		margin: 0 !important;
	}
}