/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 15 2025 | 09:59:09 */
.hsf-newsletter-content {
	position: relative;
}
.hsf-newsletter-content .legal-consent-container .hs-form-booleancheckbox-display p {
	color: #A4A3A6;
	font-size: 12px;
}
.hsf-newsletter-content .legal-consent-container .hs-form-booleancheckbox-display p a {
	color: #A4A3A6;
	font-weight: 600;
}
.hsf-newsletter-content .legal-consent-container ul.inputs-list {
	padding-left: 0px;
}
.hsf-newsletter-content .legal-consent-container ul.inputs-list li {
	list-style: none;
}
.hsf-newsletter-content .legal-consent-container ul.inputs-list li input {
	margin-top: 5px;
}
.hsf-newsletter-content .input .hs-input {
	border-radius: 50px;
	font-size: 16px;
	padding: 12px 24px;
	background-color: #ffffff;
	color: #1B1820;
	border: 0px;
	width: 95%;
}
.hsf-newsletter-content input ::placeholder {
	color: #ffffff;
}
.hsf-newsletter-content .hs-button {
	border-radius: 50px;
	font-size: 16px;
	padding: 12px 84px 10px 24px;
	background-color: #1B1820;
	border: 0px;
	font-weight: 600;
	background-image: url('/wp-content/uploads/2022/12/button-arrow-icon.svg');
	background-repeat: no-repeat;
	background-position: 88% center;
	text-align: left;
	width: 100%;
	color: #ffffff
}
.hsf-newsletter-content .actions {
	width: 100%;
}
.hsf-newsletter-content .hs_email {
	width: 70%;
	margin-top: 5px;
}
.hsf-newsletter-content .hs_submit {
	transition: all .25s;
	position: absolute;
	top: 6px;
	right: 0;
	width: 30%;
	min-width: 150px;
}
.hsf-newsletter-content .hs-button:hover {
	background-color: #c7b5d3;
}
/* Error Message */
.hsf-newsletter-content .hs-error-msgs {
	margin: 0px !important;
	padding: 0;
	list-style: none;
}

.hsf-newsletter-content .hs-error-msg {
	color: #1B1820
}

.hsf-newsletter-content .hs-error-msgs li {
	color: #ffffff !important;
	position: relative;
	font-size: 12px;
}
.legal-consent-container .hs-form-booleancheckbox-display>span {
	margin-left: 25px !important;
	line-height: 13px;
	color: #A4A3A6
}
.hsf-newsletter-content .input .hs-form-booleancheckbox-display .hs-input {
	width: inherit;
}
@media screen and (max-width: 770px) {
	.hsf-newsletter-content .hs_email {
		width: 60%;
	}
	.hsf-newsletter-content .hs_submit {
		width: 40%;
		min-width: 135px;
	}
}
.hsf-newsletter-content .hs_submit:hover {
 	width: 30.5%;
}
.hsf-newsletter-content .hs-button[type="submit"]:hover {
	min-width: 160px;
	background-color: #8B4AFF;
}