.ff-form-wrap {
	position: relative;
}

.ff-honeypot {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
}

.ff-form-wrap--hidden {
	display: none;
}

.ff-form-wrap--hidden.is-open {
	display: block;
	position: fixed;
	inset: 0;
	z-index: 100000;
}

.ff-modal__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.ff-modal__dialog {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	max-width: 720px;
	max-height: 90vh;
	overflow: auto;
	background: #fff;
	border-radius: 8px;
	padding: 36px 24px;
	box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
	width: 700px;

}
.ff-modal__dialog {
	@media (max-width: 992px) {
		max-width: 100%;
		height: 100%;
		border-radius: 0;
	}
}


.ff-modal__close {
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	background: transparent;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #50575e;
}

.ff-form__row {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 0;
}

.ff-form__column {
	flex: 1 1 0;
    min-width: 0;
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.ff-field {
    margin-bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.ff-field__label {
		color: #555;
	font-family: 'Roboto', sans-serif;
	/* font-size: 10px; */
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	text-indent: 0;
	overflow: visible;
}

.ff-field__required {
	color: #d63638;
	margin-left: 2px;
}

.ff-form__body .ff-input {
    display: flex;
    padding: 8px 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    color: #555;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
	box-sizing: border-box;
	border: 1px solid #E8E8E8;
	background: #FFF;
	width: 100%;
	min-height: 36px;
	border-radius: 0;
	font-family: Roboto;
}

.ff-form__body select.ff-input {
	display: block;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-right: calc(1rem + 18px + 8px);
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M4.5 6.75L9 11.25L13.5 6.75' stroke='%23BBBBBB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 1rem center;
	background-size: 18px 18px;
	cursor: pointer;
}

.ff-form__body select.ff-input::-ms-expand {
	display: none;
}

.ff-range {
	width: 100%;
}

.ff-range__track-wrap {
	position: relative;
	width: 100%;
	padding-top: 36px;
}

.ff-input--range {
	display: block;
	width: 100%;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	height: 28px;
	-webkit-appearance: none;
	appearance: none;
}

.ff-input--range::-webkit-slider-runnable-track {
	height: 6px;
	border-radius: 999px;
	background: #dcdcde;
}

.ff-input--range::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 18px;
	height: 18px;
	margin-top: -6px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #F68B2F;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.ff-input--range::-moz-range-track {
	height: 6px;
	border: 0;
	border-radius: 999px;
	background: #dcdcde;
}

.ff-input--range::-moz-range-thumb {
	width: 18px;
	height: 18px;
	border: 2px solid #fff;
	border-radius: 50%;
	background: #F68B2F;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}

.ff-range__value {
	position: absolute;
	top: 0;
	left: 0;
	transform: translateX(-50%);
	min-width: 2em;
	padding: 4px 10px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	background: #1d2327;
	color: #fff;
	border-radius: 4px;
	pointer-events: none;
	white-space: nowrap;
}

.ff-range__value::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -4px;
	transform: translateX(-50%);
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #1d2327;
}

.ff-star-rating {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    gap: 6px;
}

.ff-star-rating__stars {
	display: inline-flex;
	align-items: center;
	gap: 4px;
}

.ff-star-rating__star {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #c3c4c7;
	font-size: 28px;
	line-height: 1;
	cursor: pointer;
	transition: color 0.15s ease, transform 0.15s ease;
}

.ff-star-rating__star:hover,
.ff-star-rating__star.is-hover,
.ff-star-rating__star.is-active {
	color: #F68B2F;
}

.ff-star-rating__star:focus-visible {
	outline: 2px solid #F68B2F;
	outline-offset: 2px;
}

textarea.ff-input {
	min-height: 100px;
	resize: vertical;
}

.ff-checkbox {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
	cursor: pointer;
}

.ff-form__body .ff-checkbox input[type="checkbox"],
.ff-checkbox input[type="checkbox"] {
	margin: 0;
	flex-shrink: 0;
	flex: 0 0 18px;
	display: inline-block;
	width: 18px;
	height: 18px;
	min-height: 0;
	padding: 0;
	align-self: center;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	border: 2px solid #dcdcde;
	border-radius: 4px;
	background-color: #fff;
	background-image: none;
}

.ff-form__body .ff-checkbox input[type="checkbox"]:checked,
.ff-checkbox input[type="checkbox"]:checked {
	background-color: #F68B2F;
	border-color: #F68B2F;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1 5.5L4.5 9L11 1.5' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 10px 8px;
}

.ff-form__body .ff-checkbox input[type="checkbox"]:focus-visible,
.ff-checkbox input[type="checkbox"]:focus-visible {
	outline: 2px solid #F68B2F;
	outline-offset: 2px;
}

.ff-checkbox__text {
	flex: 1;
	min-width: 0;
}

.ff-checkbox__text a {
	color: #F68B2F;
}

.ff-checkbox--consent {
}

.ff-checkbox--consent .ff-checkbox__text {
	color: #1d2327;
	line-height: 1.5;
}

.ff-checkbox--consent .ff-checkbox__text a {
	color: #F68B2F;
	text-decoration: underline;
}

.ff-checkbox--consent .ff-checkbox__text a:hover,
.ff-checkbox--consent .ff-checkbox__text a:focus {
	color: #d97706;
}

.ff-checkbox--consent .ff-checkbox__text strong,
.ff-checkbox--consent .ff-checkbox__text b {
	font-weight: 600;
}

.ff-field--content {
	/* margin-bottom: 1.25em; */
}

.ff-content {
	font-size: inherit;
	line-height: 1.6;
	color: inherit;
}

.ff-content p {
	margin: 0 0 0.75em;
}

.ff-content p:last-child {
	margin-bottom: 0;
}

.ff-content a {
	color: inherit;
	text-decoration: underline;
}

.ff-content a:hover,
.ff-content a:focus {
	text-decoration: none;
}

.ff-content strong,
.ff-content b {
	font-weight: 600;
}

.ff-file-upload__row {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.ff-file-upload__choose {
	cursor: pointer;
	transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.ff-input--file {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.ff-file-upload__empty {
	margin: 8px 0 0;
	font-size: 14px;
	color: #646970;
}

.ff-file-upload__empty[hidden] {
	display: none !important;
}

.ff-file-upload__hint {
	margin: 8px 0 0;
	font-size: 13px;
	line-height: 1.5;
	color: #646970;
}

.ff-file-upload__list {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ff-file-upload__list[hidden] {
	display: none !important;
}

.ff-file-upload__list--horizontal {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	flex-direction: row;
}

.ff-file-upload__list--horizontal .ff-file-upload__item {
	flex: 0 1 auto;
	max-width: 100%;
}

.ff-file-upload__item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	border: 1px solid #E8E8E8;
	border-radius: 6px;
	background: #fff;
}

.ff-file-upload__item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	color: #F68B2F;
}

.ff-file-upload__item-name {
	flex: 1;
	min-width: 0;
	font-size: 14px;
	line-height: 1.4;
	color: #1d2327;
	word-break: break-all;
}

.ff-file-upload__item-remove {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 32px;
	height: 32px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 4px;
	background: transparent;
	color: #d63638;
	cursor: pointer;
	transition: color 0.15s ease, background 0.15s ease;
}

.ff-file-upload__item-remove .ff-icon {
	display: block;
	width: 18px;
	height: 18px;
}

.ff-file-upload__item-remove:hover,
.ff-file-upload__item-remove:focus {
	color: #b32d2e;
	background: #fcf0f1;
}

.ff-file-upload__item-remove:focus-visible {
	outline: 2px solid #d63638;
	outline-offset: 1px;
}

.ff-radio-group {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ff-choice-group--multiple {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.ff-choice-group--layout-horizontal {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 12px;
}

.ff-choice-group--layout-horizontal .ff-radio,
.ff-choice-group--layout-horizontal .ff-checkbox--choice {
	flex: 0 1 auto;
}

.ff-checkbox--choice {
	padding: 8px 16px;
	border: 1px solid #E8E8E8;
	background: #fff;
}

.ff-checkbox--choice:has(input:checked) {
	border-color: #F68B2F;
	background: #f68b2f36;
}

.ff-radio {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    cursor: pointer;
    justify-content: flex-start;
}

.ff-form__body .ff-radio input[type="radio"],
.ff-radio input[type="radio"] {
	margin: 0;
	flex-shrink: 0;
	flex: 0 0 18px;
	display: inline-block;
	width: 18px;
	height: 18px;
	min-height: 0;
	padding: 0;
	align-self: flex-start;
	cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	border: 2px solid #dcdcde;
	border-radius: 50%;
	background-color: #fff;
	background-image: none;
}

.ff-form__body .ff-radio input[type="radio"]:checked,
.ff-radio input[type="radio"]:checked {
	border-color: #F68B2F;
	background-color: #F68B2F;
	box-shadow: inset 0 0 0 3.5px #fff;
}

.ff-form__body .ff-radio input[type="radio"]:focus-visible,
.ff-radio input[type="radio"]:focus-visible {
	outline: 2px solid #F68B2F;
	outline-offset: 2px;
}

.ff-radio__text {
	flex: 1;
	min-width: 0;
}

.ff-submit {
	cursor: pointer;
}

.ff-submit.ff-submit--inactive,
.ff-submit:disabled {
	opacity: 0.7;
	cursor: not-allowed;
}

.ff-form {
	position: relative;
}

.ff-form__preloader[hidden] {
	display: none !important;
}

.ff-form__preloader {
	display: none;
	position: absolute;
	inset: 0;
	z-index: 5;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	background: rgba(255, 255, 255, 0.82);
	border-radius: 4px;
}

.ff-form.is-submitting .ff-form__preloader {
	display: flex;
}

.ff-spinner {
	width: 36px;
	height: 36px;
	border: 3px solid #c3c4c7;
	border-top-color: #F68B2F;
	border-radius: 50%;
	animation: ff-spin 0.8s linear infinite;
}

.ff-form__preloader-text {
	font-size: 14px;
	color: #50575e;
}

@keyframes ff-spin {
	to {
		transform: rotate(360deg);
	}
}

.ff-form__messages:empty {
	display: none;
}

.ff-form__messages:not(:empty) {
	display: block;
	margin-bottom: 16px;
}

.ff-form__messages.is-success {
	padding: 12px 16px;
	background: #edfaef;
	border: 1px solid #00a32a;
	border-radius: 4px;
	color: #1e4620;
}

.ff-form__messages.is-error {
	padding: 12px 16px;
	background: #fcf0f1;
	border: 1px solid #d63638;
	border-radius: 4px;
	color: #3c1013;
}

.ff-field.has-error .ff-input {
	border-color: #d63638;
}

.ff-field.has-error .ff-file-upload__choose {
	border-color: #d63638;
	color: #b32d2e;
}

.ff-field__error {
	margin-top: 6px;
	font-size: 13px;
	color: #d63638;
	text-indent: 0;
	overflow: visible;
}

.ff-form.is-submitting {
	pointer-events: none;
}

.ff-form__body{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
}

.ff-form.is-submitting .ff-form__body {
	opacity: 0.45;
}

.ff-form__extra {
	margin-top: 12px;
}

body.ff-modal-open {
	overflow: hidden;
}

.ff-turnstile-widget {
	display: none !important;
	height: 0;
	overflow: hidden;
}

@media (max-width: 992px) {
	.ff-form__row {
		flex-direction: column;
	}

	.ff-form__column {
		width: 100% !important;
	}

	.ff-modal__dialog {
		margin: 0;
		max-height: 100vh;
		border-radius: 0;
	}
}

.ff-open-form.button, .ff-submit, .ff-file-upload__choose{
	display: flex;
	height: 44px;
	min-width: 160px;
	min-height: 44px;
	padding: 0 32px;
	justify-content: center;
	align-items: center;
	background: #F68B2F;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	&:hover, &:focus, &:active{
		background: #000;
	}
}
.ff-field.ff-field--submit{
    align-items: flex-start;
}
.ff-field__control .ff-radio{
    display: flex;
    align-items: center;
}