.cfhf-b94cdbb2-wrapper {
	background-color: #000000;
	padding: 40px 20px;
	border-radius: 8px;
	box-sizing: border-box;
}

.cfhf-b94cdbb2-title {
	color: #FFFFFF;
	margin: 0 0 24px 0;
	text-align: center;
}

.cfhf-b94cdbb2-placeholder,
.cfhf-b94cdbb2-editor-notice {
	color: #999999;
	text-align: center;
	font-size: 14px;
	padding: 20px 0;
	margin: 0;
}

.cfhf-b94cdbb2-form .hs-form {
	max-width: 100%;
}

.cfhf-b94cdbb2-form .hs-form input[type="text"],
.cfhf-b94cdbb2-form .hs-form input[type="email"],
.cfhf-b94cdbb2-form .hs-form input[type="tel"],
.cfhf-b94cdbb2-form .hs-form input[type="number"],
.cfhf-b94cdbb2-form .hs-form textarea,
.cfhf-b94cdbb2-form .hs-form select {
	width: 100%;
	padding: 10px 6px;
	border: 1px solid #444444;
	border-radius: 4px;
	background-color: #1a1a1a;
	color: #FFFFFF;
	font-size: 14px;
	box-sizing: border-box;
}

.cfhf-b94cdbb2-form .hs-form input[type="text"]:focus,
.cfhf-b94cdbb2-form .hs-form input[type="email"]:focus,
.cfhf-b94cdbb2-form .hs-form input[type="tel"]:focus,
.cfhf-b94cdbb2-form .hs-form input[type="number"]:focus,
.cfhf-b94cdbb2-form .hs-form textarea:focus,
.cfhf-b94cdbb2-form .hs-form select:focus {
	border-color: #61CE70;
	outline: none;
}

.cfhf-b94cdbb2-form .hs-form label {
	color: #CCCCCC;
	font-size: 13px;
	margin-bottom: 4px;
	display: block;
}

.cfhf-b94cdbb2-form .hs-form .hs-button {
	background-color: #61CE70;
	color: #000000;
	border: none;
	padding: 12px 28px;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	transition: background-color 0.2s ease;
}

.cfhf-b94cdbb2-form .hs-form .hs-button:hover {
	background-color: #4fb85d;
}
