.mc-hs-form {
	position: relative;
}

.mc-hs-form .hs-form {
	font-family: 'Inter', Sans-Serif;
	font-size: 14px;
	font-weight: 500;
}

.mc-hs-form .hs-form a {
	color: var(--mc-blue);
	font-weight: inherit;
	text-decoration: none;
}

.mc-hs-form .hs-form a:focus,
.mc-hs-form .hs-form a:hover {
	text-decoration: underline;
}

.mc-hs-form .hs-form fieldset.form-columns-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.mc-hs-form .hs-form fieldset.form-columns-2 .hs-form-field {
	float: none;
	width: 50%;
}

.mc-hs-form .hs-form ::-webkit-input-placeholder {
	color: #bfbfbf;
}

.mc-hs-form .hs-form :-moz-placeholder {
	/* Firefox 18- */
	color: #bfbfbf;
}

.mc-hs-form .hs-form ::-moz-placeholder {
	/* Firefox 19+ */
	color: #bfbfbf;
}

.mc-hs-form .hs-form :-ms-input-placeholder {
	color: #bfbfbf;
}

.mc-hs-form .hs-form .hs-input.is-placeholder {
	color: #bfbfbf;
}

.mc-hs-form .hs-form > .hs-form-field:not(:last-child) {
	margin-bottom: 10px;
}

.mc-hs-form .hs-form .hs-form-field > label {
	display: block;
	font-family: inherit;
	font-size: 14px;
	line-height: 1.4;
	font-weight: 500;
	cursor: pointer;
	margin: 0 0 8px;
	color: var(--mc-blue);
}

.mc-hs-form .hs-form fieldset {
	max-width: none !important;
	margin: 0 -10px !important;
}

.mc-hs-form .hs-form .hs-form-required {
	display: none !important;
}

.mc-hs-form .hs-form fieldset .field,
.mc-hs-form .hs-form .hs-richtext {
	padding: 10px !important;
}

.mc-hs-form .hs-form fieldset .input {
	margin: 0 !important;
}

.mc-hs-form .hs-form fieldset .legal-consent-container,
.mc-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span {
	font-size: 10px;
	line-height: 1.4;
}

.mc-hs-form .hs-form .hs-input,
.mc-hs-form .hs-form select.hs-input.value-selected,
.mc-hs-form .hs-form select.hs-input option {
	color: var(--mc-blue);
}

.mc-hs-form .hs-form .hs-input {
	display: block;
	width: 100% !important;
	height: 40px;
	padding: 0 15px;
	background: #fff;
	font-family: inherit;
	font-weight: 500;
	color: #000;
	background-color: #f6f8fa;
	border: 1px solid #cdd6e1;
	font-size: 12px;
	font-weight: 500;

	-webkit-outline: none;
	-moz-outline: none;
	outline: none;
}

.mc-hs-form .hs-form .hs-input[type='number'] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
}

.mc-hs-form .hs-form .hs-input::-webkit-outer-spin-button,
.mc-hs-form .hs-form .hs-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

.mc-hs-form .hs-form select.hs-input {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;

	padding-right: 30px;
	background: #fff url('/wp-content/themes/hello-elementor-child/assets/images/chevron-down.svg') calc(100% - 14px) center no-repeat;
	color: var(--mc-blue);

	-webkit-background-size: 11px auto;
	-moz-background-size: 11px auto;
	background-size: 11px auto;
}

.mc-hs-form .hs-form .hs-input:focus {
	border-color: var(--mc-yellow);
}

.mc-hs-form .hs-form .hs-input.invalid {
	border-color: #b30000;
}

.mc-hs-form .hs-form textarea.hs-input {
	width: 100%;
	height: 80px;
	min-height: 80px;
	padding-top: 13px;
	padding-bottom: 13px;
	resize: vertical;
}

.mc-hs-form .hs-form .hs-error-msgs,
.mc-hs-form .hs-form .hs-error-msgs label {
	font-size: 12px !important;
	font-weight: 400 !important;
	text-transform: none !important;
}

.mc-hs-form .hs-form .hs-form-field .hs-error-msgs {
	padding: 5px 0 0 !important;
}

.mc-hs-form .hs-form .hs-form-field .hs-error-msgs,
.mc-hs-form .hs-form .hs-form-field .hs-error-msgs label,
.mc-hs-form .hs-form .hs-form-field .hs-error-msgs a {
	font-family: inherit;
	color: #b30000 !important;
}

.mc-hs-form .hs-form .hs-error-msgs label {
	margin: 0;
	padding: 0;
}

.mc-hs-form .hs-form .hs_error_rollup .hs-error-msgs {
	font-size: 12px !important;
	padding: 3px 10px !important;
	margin-bottom: 5px !important;
	border: 1px solid #b30000 !important;
	background: #750000 !important;
}

.mc-hs-form .hs-form .hs_error_rollup .hs-error-msgs,
.mc-hs-form .hs-form .hs_error_rollup .hs-error-msgs label,
.mc-hs-form .hs-form .hs_error_rollup .hs-error-msgs a {
	color: #fff !important;
}

.mc-hs-form .hs-form .legal-consent-container .field.hs-form-field {
	margin: 0;
}

.mc-hs-form .hs-form .inputs-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.mc-hs-form .hs-form .hs-richtext {
	color: var(--mc-blue);
}

.mc-hs-form .hs-form .hs-richtext p,
.mc-hs-form .hs-form .hs-richtext span {
	color: inherit !important;
}

.mc-hs-form .hs-form .hs-richtext p {
	margin: 0;
}

.mc-hs-form .hs-form .hs-richtext a {
	color: var(--mc-pink);
	text-decoration: underline;
}

.mc-hs-form .hs-form-booleancheckbox-display {
	display: block;
	margin: 0;
	line-height: 1.2;
}

.mc-hs-form .hs-form-booleancheckbox-display [type='checkbox'] {
	position: absolute;
	z-index: -9999;
	width: 0 !important;
	height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;

	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.mc-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span {
	position: relative;
	display: block;
	margin: 0;
	padding-left: 25px;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.4;
	font-weight: normal;
	letter-spacing: 0;
	text-transform: none;
}

.mc-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span:before,
.mc-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 1px;
	width: 16px;
	height: 16px;
	border: 1px solid transparent;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.mc-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span:before {
	background: #fff;
	border-color: #bfbec9;
}

.mc-hs-form .hs-form-booleancheckbox-display [type='checkbox'] + span:after {
	background: url('/wp-content/themes/hello-elementor-child/assets/images/check-black.svg') 50% no-repeat;

	-webkit-background-size: 85% auto;
	-moz-background-size: 85% auto;
	background-size: 85% auto;
}

.mc-hs-form .hs-form-booleancheckbox-display [type='checkbox']:not(:checked) + span:after {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
}

.mc-hs-form .hs-form-booleancheckbox-display [type='checkbox']:disabled + span:before {
	box-shadow: none;
	border-color: #bbb;
	background-color: #ddd;
}

.mc-hs-form .hs-form .hs-button {
	min-height: 40px;
	padding: 0 25px;
	font-size: inherit;
	font-weight: inherit;
	text-transform: none;
}

.mc-hs-form .legal-consent-container .hs-richtext,
.mc-hs-form .legal-consent-container .hs-form-booleancheckbox-display {
	font-size: 12px;
	line-height: 1.5;
	padding-bottom: 10px !important;
}

.mc-hs-form .legal-consent-container .hs-richtext {
	padding-top: 0 !important;
}

.mc-hs-form .hs-submit {
	padding-top: 20px;
}

.mc-hs-form .submitted-message {
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 40px;
	text-align: center;
}

.mc-hs-form .submitted-message > *,
.mc-hs-form .submitted-message:after {
	position: relative;
	z-index: 100;
}

.mc-hs-form .submitted-message h3 {
	font-size: 28px;
	line-height: 36px;
	font-weight: 600;
	color: #fff;
	margin: 16px 0 16px;
}

.mc-hs-form .submitted-message p {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

.mc-hs-form .submitted-message:before {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url('/wp-content/uploads/2025/05/v2_Thanks-for-downloading.png');
}

.mc-hs-form .submitted-message:after {
	margin: 40px 0 0;
	display: inline-block;
	width: 105px;
	height: 60px;
	min-height: 60px;
	content: '';
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='105' height='61' fill='none' viewBox='0 0 105 61'%3E%3Cpath fill='%23fff' d='M30.718 60.24.04 31.21 28.9.694l5.252 4.93L10.22 30.927l25.468 24.1-4.969 5.212ZM75.848 60.624l-5.273-4.91 24.257-25.85-25.39-24.42 5.01-5.17L104.954 29.6 75.848 60.624ZM52.673 50.25c-6.753 0-12.247-5.475-12.247-12.203h5.154c0 3.898 3.18 7.067 7.093 7.067 3.912 0 7.092-3.17 7.092-7.067h5.155c0 6.728-5.495 12.202-12.247 12.202Z'/%3E%3Cpath fill='%23fff' d='M71.876 20.773H56.79v5.65h15.087v-5.65ZM41.72 29.978c3.538 0 6.406-2.858 6.406-6.383 0-3.526-2.868-6.384-6.407-6.384-3.538 0-6.407 2.858-6.407 6.384 0 3.525 2.869 6.383 6.407 6.383Z'/%3E%3C/svg%3E");
}

@media only screen and (max-width: 480px) {
	.mc-hs-form .hs-form fieldset.form-columns-2 .hs-form-field {
		width: 100%;
	}
}
