/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 16 2025 | 11:30:27 */
.customForm form {
	display: flex;
	flex-direction: column;
	gap: 2.4rem;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
}
/* 
.customForm select {
	display: none;
}
 */

.customForm .hs-input.hs-fieldtype-intl-phone {
    display: flex;
    gap: 10px;
}

.customForm .hs-fieldtype-intl-phone.hs-input:after{
	content:none !important;
}



.customForm select {
    border-radius: 10px;
    color: #fff;
    border: 1px solid #2d333b;
    font-size: 14px;
    width: 50px !important;
    line-height: normal !important;
}



.customForm label {
	display: none !important;
}


.customForm .hs_email label.hs-error-msg.hs-main-font-element:after {
	content: "Please enter your work email!";
	font-size: 12px !important;
	line-height: 20px;
}

.customForm .hs_firstname label.hs-error-msg.hs-main-font-element:after {
	content: "Please enter your name";
	font-size: 12px !important;
	line-height: 20px;
}

.customForm .hs_phone label.hs-error-msg.hs-main-font-element:after {
	content: "Please enter your phone number!";
	font-size: 12px !important;
	line-height: 20px;
}

.customForm .hs-form-field label.hs-error-msg {
	font-size: 0px !important;
}

.customForm label.hs-error-msg.hs-main-font-element {
	display: block !important;
	font-size: 12px;
	color: red;
	margin: 0;
	line-height: 130%;
	padding: 0;
}

.customForm ul.no-list.hs-error-msgs.inputs-list {
	padding: 0;
	margin: 0;
}

.customForm ul.no-list.hs-error-msgs.inputs-list li {
	display: block;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
}


.customForm input {
	border-radius: 10px !important;
	border: 1px solid rgba(87, 101, 122, 0.32) !important;
	background: transparent !important;
	font-size: 14px;
	color: #fff !important;
}

.customForm .input {
	border: none;
	width: 100% !important;
	padding: 0;
}

.customForm input.hs-button {
    width: 100%;
    text-align: center;
    border-radius: 8px !important;
    background: #1375E4 !important;
    border: none !important;
    color: #fff !important;
    padding: 12px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    transition: all 0.3s ease-in-out !important;
}
.customForm input.hs-button:hover {
    background: #0E58AB !important;
}


/* 
.customForm input.hs-button {
	border-radius: 12px !important;
	border: 1px solid #ffc055 !important;
	background: #ffc055 !important;
	box-shadow: 0px 2px 3px 0px rgba(233, 55, 55, 0.10) !important;
	color: #000 !important;
	width: 100%;
	text-align: center;
	padding: 12px 24px;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
}
 */
/* .customForm input.hs-button:hover {
	box-shadow: 0 1rem 1rem -0.5rem #ffc0557d !important;
	color: #000 !important;
	border: 1px solid #ffc055 !important;

}
 */
.customForm ::placeholder {
	color: #D6D6D6;
	font-size: 14px !important;
	font-weight: 400;
	line-height: 142% !important;
}

.customForm input:focus,
.customForm input:hover {
	color: #fff !important;
	border-color: #D6D6D6 !important;
}


/*  Newsletter Form*/
.NewsLetterForm form {
	display: flex;
	flex-direction: row;
	width: 100% !important;
	justify-content: space-between;
	gap: 8px;
}

.NewsLetterForm .hs_email.hs-email {
	width: 100%;
}

.NewsLetterForm .input input {
	border-radius: 8px !important;
	border: 1px solid rgba(87, 101, 122, 0.32) !important;
	background: #242424 !important;
	padding: 16px;
	height: 100%;
}

.NewsLetterForm input.hs-button {
	border-radius: 8px !important;
	background: #1375E4 !important;
	box-shadow: 0px 2px 3px 0px rgba(233, 55, 55, 0.10) !important;
	padding: 16px 24px;
	font-size: 18px !important;
	border-color: transparent !important;
	width: max-content;
}

.NewsLetterForm input.hs-button:hover {
	border-color: #fff !important;
}