.soluxa-form  {
	background: #fff;
	position: relative;
}

.soluxa-form .sub-title {
	display: inline-flex;
	gap: 12px;
	margin-bottom: clamp(32px, 4vw, 48px);
}

.soluxa-form .wrap-status .sub-title p {
	font-family: "Geist Mono", monospace;
	font-size: 13px !important;
	font-weight: 500;
	line-height: 1;
	color: #5f6266;
	letter-spacing: 1.82px;
	text-transform: uppercase;
}
#frm_submit_entry_10 .soluxa-form .wrap-status > p {
	max-width: 578px;
}
.soluxa-form .wrap-status > p {
	font-size: 15px !important;
	line-height: 23px;
	max-width: 326px;
	margin-bottom: clamp(28px, 3.5vw, 40px);
}

.soluxa-form .sub-title .wrap {
	position: relative;
	width: 23px;
	height: 23px;
	flex-shrink: 0;
}

.soluxa-form .sub-title .orbit {
	position: absolute;
	inset: 0;
	border: 1px solid #d1d4d8;
	border-radius: 50%;
	animation: orbit 5.5s linear infinite;
}

.soluxa-form .sub-title .orbit::after {
	content: "";
	position: absolute;
	top: -2.5px;
	left: 50%;
	width: 5px;
	height: 5px;
	margin-left: -2.5px;
	background: #030c1d;
	border-radius: 50%;
	box-shadow: 0 0 6px 1px color-mix(in oklch, #030c1d 50%, transparent);
}

@keyframes orbit {
	to {
		transform: rotate(360deg);
	}
}

.soluxa-form .title {
	font-size: clamp(30px, 4.5vw, 48px) !important;
    line-height: 1.02;
    color: #030c1d;
    margin-bottom: 14px;
}

.soluxa-form .frm_fields_container {
	column-gap: 32px;
}

.soluxa-form select,
.soluxa-form textarea,
.soluxa-form input {
	width: 100%;
	border: none;
	outline: none;
	border-bottom: 1px solid #d1d4d8;
	padding: 9px 0px;
}

.soluxa-form input:focus,
.soluxa-form textarea:focus,
.soluxa-form select:focus {
	border-color: #030c1d;
}

.soluxa-form textarea {
	min-height: 117px;
}

.soluxa-form .frm_form_field select {
    opacity: 0;
    transition: opacity 0.2s ease;
}

.soluxa-form .frm_form_field select.is-ready {
    opacity: 1;
}


.soluxa-form .frm_form_field {
    position: relative;
    padding-top: 24px;
}
.soluxa-form .wrap-status {
	padding-top: 0px;
}

.soluxa-form .custom-file {
	padding-top: clamp(28px, 3.5vw, 40px);
}
.soluxa-form .custom-file .frm_small_text {
	display: none !important;
}

.soluxa-form .custom-file .frm-svg-icon {
	display: none !important;
}

.soluxa-form .custom-file .frm_small_text {
	display: none !important;
}

.soluxa-form .custom-file .dz-message::before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.8 5.2 5.9 10.1a1.9 1.9 0 0 0 2.7 2.7l5.2-5.2a3.3 3.3 0 0 0-4.7-4.7L3.5 8.5a4.8 4.8 0 0 0 6.8 6.8l4.1-4.1' stroke='currentColor' stroke-width='1.3' stroke-linecap='round'/%3E%3C/svg%3E");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	margin-right: 8px;
}

.soluxa-form .custom-file .dz-message.needsclick {
	font-family: "Geist Mono", monospace;
	padding: 12px 20px;
	border: 1px solid #d1d4d8;
	max-width: fit-content;
	transition: 0.3s all ease-in;
}

.soluxa-form .custom-file .dz-message.needsclick button {
	font-family: "Geist Mono", monospace !important;
	color: #030c1d !important;
	font-weight: 500 !important;
	letter-spacing: 1.56px;
	font-size: 13px !important;
	line-height: 20px !important;
	text-transform: uppercase;
}
.soluxa-form .custom-file .dz-message.needsclick:hover {
	border-color: #030c1d !important;
    background: #fff !important;
}

.soluxa-form .frm_form_field label.frm_primary_label {
    position: absolute;
    left: 0;
    top: 32px;
    font-size: 16px;
    pointer-events: none;
    transition: transform .4s cubic-bezier(0.16, 1, 0.3, 1), font-size .4s cubic-bezier(0.16, 1, 0.3, 1), color .3s;
    transform-origin: left top;
    z-index: 2;
}

.soluxa-form .custom-file .frm_description {
	margin-top: 12px;
    font-size: 14px;
    line-height: 22px;
}

.soluxa-form .frm_form_field.is-active label.frm_primary_label {
    transform: translateY(-22px);
	font-size: 12px;
}

.soluxa-form .frm_button_submit {
	border: none;
	background: transparent;
	font-size: clamp(18px, 2vw, 26px);
	font-weight: 600;
	line-height: 40px;
	color: #030c1d;
	width: 100%;
	letter-spacing: -0.015em;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 0;
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.soluxa-form .frm_button_submit::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: rgb(3, 12, 29);
	transform: scaleX(1);
	transform-origin: left;
}

.soluxa-form .frm_button_submit::before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M1 11 11 1M4.2 1H11v6.8' stroke='%23030c1d' stroke-width='1.4'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	order: 2;
	transition: transform 0.35s ease; 
}

.soluxa-form .frm_button_submit:hover::before {
	transform: translate(0.28em, -0.28em);
}

.soluxa-form .frm_button_submit:hover::after {
	animation: border-run 0.6s ease forwards;
}

@keyframes border-run {
	0% {
		transform: scaleX(1);
		transform-origin: right;
	}
	50% {
		transform: scaleX(0);
		transform-origin: right;
	}
	50.01% {
		transform: scaleX(0);
		transform-origin: left;
	}
	100% {
		transform: scaleX(1);
		transform-origin: left;
	}
}

.soluxa-form .note-contact {
	display: flex;
    align-items: center;
    gap: 32px;
	padding-top: 25px;
	border-top: 1px solid #d1d4d8;
	margin-top: clamp(32px, 4.8vw, 84px);
}

.soluxa-form .note-contact a {
	font-size: 20px;
    line-height: 31px;
    font-weight: 600;
	color: #030c1d !important;
}

.soluxa-form .form-error-msg {
    color: rgb(255, 154, 138);
    font-size: 14px;
    margin-top: 16px;
    display: none;
}
.soluxa-form .form-error-msg.show {
    display: block;
}