#content #features,
#content .partner-feature {
	padding: 3vw 7vw 2vw 7vw;
}

#content .partner-feature .feature {
	display: flex;
}

#content #features .feature .feature-description,
#content .partner-feature .feature .feature-description {
	color: white;
	background-color: #113E41;
	font-family: 'Inter';
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 0.03em;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

#content #features .feature .feature-description div,
#content .partner-feature .feature .feature-description div {
	width: 60%;
}

#content .partner-feature .feature .feature-description img {
	width: 300px;
}

#content .partner-feature .feature .feature-description .agdirect-feature-logo {
	width: 200px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#content .partner-feature .feature .feature-description .partner-feature-terms {
	font-size: 12px;
	width: fit-content;
}

#content #features .feature .feature-image,
#content .partner-feature .feature .feature-image {
	width: 50%;
}

#content .feature-button-description {
	color: rgba(255, 255, 255, 0.8);
	font-family: Inter;
	font-size: 20px;
	font-weight: 100;
	letter-spacing: 0.03em;
	line-height: 26px;
	text-align: center;
	padding-top: 1vw;
}

#content .feature-button-wrapper {
	padding-top: 1vw;
}

#content .vulcan-youtube-videos {
	display: flex;
	padding: 5vw 7vw 0 7vw;
	justify-content: space-around;
}

#content .vulcan-youtube-videos .youtube-video {
	width: 49%;
	border: none;
	height: 19vw;
}

#form {
	background: #24272F;
	padding:  1vw 7vw 3vw 7vw;
}

#form h1 {
	color: #FFFFFF;
	font-family: Inter;
	font-size: 36px;
	font-weight: 700;
	line-height: 44px;
	letter-spacing: 0.025em;
	margin: 0;
	text-align: left;
	width: 100%;
}

#form h2 {
	color: #FFFFFF;
	font-family: Inter;
	font-size: 32px;
	font-weight: 600;
	line-height: 39px;
	letter-spacing: 0.025em;
	margin: 80px 0 50px 0;
	text-align: left;
}

#form .row, .row-single {
	display: flex;
	flex: 1;
	margin-bottom: 30px;
	width: 100%;
}

.row input:first-of-type {
	margin-right: 10px;
}

.row input:last-of-type {
	margin-left: 10px;
}

#formSubmitOrder {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

#formSubmitOrder h3 a {
	color: white;
	text-decoration: none;
}

#form input {
	background: #1C1E25;
	border: none;
	border-radius: 25px;
	color: #757D8E;
	flex: 1;
	font-family: Inter;
	font-size: 15px;
	font-weight: 400;
	height: 50px;
	line-height: 18px;
	letter-spacing: 0.025em;
	padding: 0 30px;
	text-align: left;
}

#form textarea {
	background: #1C1E25;
	border: none;
	border-radius: 25px;
	color: #757D8E;
	flex: 1;
	font-family: Inter;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	letter-spacing: 0.025em;
	padding: 17px 30px;
	text-align: left;
}

#form input[type=submit] {
	background: none;
	border: 2px solid #FFFFFF;
	border-radius: 40px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: 'Inter';
	font-size: 22px;
	font-weight: 100;
	height: 60px;
	text-align: center;
	width: 220px;
	transition: background 0.2s linear;
}

#form input[type=submit]:hover {
	background: #FFFFFF;
	color: #000000;
}

#form h3 {
	color: #FFFFFF;
	font-family: Inter;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.05em;
	margin: 0;
	padding: 30px 0;
	text-align: left;
}

#form .container-middle-button {
	margin: auto
}

#modal {
	align-items: center;
	display: none;
	height: 100vh;
	justify-content: center;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.mask {
	background: rgba(0, 0, 0, 0.5);
	height: 100vh;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.modalView {
	align-items: center;
	background: #9FAEA8;
	box-shadow: 4px 4px 10px 0px #00000080;
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: calc(100% - 250px);
	padding: 75px 100px 50px 100px;
	width: 500px;
	z-index: 150;
}

.modalView h1 {
	color: #FFFFFF;
	font-family: Inter;
	font-size: 20px;
	font-weight: 500;
	line-height: 27px;
	letter-spacing: 0.025em;
	margin: 0;
	text-align: center;
}

.modalView button {
	background: none;
	border: 1px solid #FFFFFF;
	border-radius: 25px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Inter;
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0.025em;
	margin-top: 30px;
	padding: 15px 50px;
	text-align: center;
	transition: background 0.2s linear;
}

.modalView button:hover {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	color: #9FAEA8;
}
