.wpcf7-form .raven-field-group {
	padding-left: calc(40px / 2);
	padding-right: calc(40px / 2);
	margin-bottom: 20px;
}

.wpcf7-form .raven-field-group p,
.wpcf7-form .raven-field-group label,
.wpcf7-form .raven-field-group p .wpcf7-form-control-wrap {
  width: 100%;
}
.wpcf7-form .raven-field-group p {
  margin: 0 !important;
}
.wpcf7-form .raven-field-group p input {
  margin-top: 3px;
}
.wpcf7-form .raven-field-group .wpcf7-not-valid-tip {
  font-size: 70% !important;
}

.wpcf7-form .raven-form {
	margin-left: calc(-40px / 2);
	margin-right: calc(-40px / 2);
}

.wpcf7-form .raven-form__indicators {
	padding-left: calc(40px / 2);
	padding-right: calc(40px / 2);
}

.wpcf7-form .raven-field-label {
	font-family: var(--e-global-typography-a4181bf-font-family), Sans-serif;
	font-size: var(--e-global-typography-a4181bf-font-size);
	font-weight: var(--e-global-typography-a4181bf-font-weight);
	line-height: var(--e-global-typography-a4181bf-line-height);
	letter-spacing: var(--e-global-typography-a4181bf-letter-spacing);
	word-spacing: var(--e-global-typography-a4181bf-word-spacing);
}

.wpcf7-form .raven-field,
.wpcf7-form select.raven-field {
	background-color: var(--e-global-color-accent);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: var(--e-global-color-text);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
	padding: 5px 5px 5px 5px;
}

.wpcf7-form .raven-field::placeholder {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

.wpcf7-form .raven-field:focus {
	background-color: var(--e-global-color-text);
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

.wpcf7-form .raven-field:focus::placeholder {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
}

.wpcf7-form .raven-field-select-arrow {
	font-size: 20px;
	right: 13px;
}

.wpcf7-form .raven-field-select-arrow>svg,
.wpcf7-form svg.raven-field-select-arrow {
	width: 20px;
	height: 20px;
}

.wpcf7-form .raven-submit-button {
	height: 50px;
	margin: 20px 0px 0px 0px;
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var(--e-global-color-primary);
	border-radius: 0px 0px 0px 0px;
}

.wpcf7-form .raven-submit-button,
.wpcf7-form .raven-submit-button>span {
	font-family: var(--e-global-typography-47a9c70-font-family), Sans-serif;
	font-size: var(--e-global-typography-47a9c70-font-size);
	font-weight: var(--e-global-typography-47a9c70-font-weight);
	line-height: var(--e-global-typography-47a9c70-line-height);
	letter-spacing: var(--e-global-typography-47a9c70-letter-spacing);
	word-spacing: var(--e-global-typography-47a9c70-word-spacing);
}

.wpcf7-form .raven-submit-button:not(.step-button-prev) {
	color: var(--e-global-color-primary);
	background-color: var(--e-global-color-5d01fb7);
	background-image: var(--e-global-color-5d01fb7);
}

.wpcf7-form .raven-submit-button:hover,
.wpcf7-form .raven-submit-button:hover span {
	font-family: var(--e-global-typography-47a9c70-font-family), Sans-serif;
	font-size: var(--e-global-typography-47a9c70-font-size);
	font-weight: var(--e-global-typography-47a9c70-font-weight);
	line-height: var(--e-global-typography-47a9c70-line-height);
	letter-spacing: var(--e-global-typography-47a9c70-letter-spacing);
	word-spacing: var(--e-global-typography-47a9c70-word-spacing);
}

.wpcf7-form .raven-submit-button:not(.step-button-prev):hover {
	color: var(--e-global-color-secondary);
	background-color: var(--e-global-color-primary);
	background-image: var(--e-global-color-primary);
}

.wpcf7-form .raven-submit-button:hover {
	border-style: solid;
	border-width: 2px 2px 2px 2px;
	border-color: var(--e-global-color-primary);
}

.wpcf7-form {
	font-family: var(--e-global-typography-accent-font-family), Sans-serif;
	font-size: var(--e-global-typography-accent-font-size);
	font-weight: var(--e-global-typography-accent-font-weight);
	line-height: var(--e-global-typography-accent-line-height);
	--raven-form-steps-indicators-spacing: 20px;
	--raven-form-steps-indicator-padding: 30px;
	--raven-form-steps-indicator-inactive-secondary-color: #ffffff;
	--raven-form-steps-indicator-active-secondary-color: #ffffff;
	--raven-form-steps-indicator-completed-secondary-color: #ffffff;
	--raven-form-steps-divider-width: 1px;
	--raven-form-steps-divider-gap: 10px;
}

.wpcf7-form .raven-form-success .raven-form-response {
	color: var(--e-global-color-8c9cbd9);
}

.wpcf7-form .raven-form-error .raven-form-response {
	color: var(--e-global-color-84c9944);
}

.wpcf7-form .raven-form .raven-form-text {
	color: var(--e-global-color-primary);
}

@media(min-width:768px) {
	.elementor-5931 .elementor-element.elementor-element-3b67210b {
		--width: 60%;
	}
}

@media(max-width:1300px) and (min-width:768px) {
	.elementor-5931 .elementor-element.elementor-element-3b67210b {
		--width: 100%;
	}
}

@media(min-width:2400px) {
	.wpcf7-form .raven-field-label {
		font-size: var(--e-global-typography-a4181bf-font-size);
		line-height: var(--e-global-typography-a4181bf-line-height);
		letter-spacing: var(--e-global-typography-a4181bf-letter-spacing);
		word-spacing: var(--e-global-typography-a4181bf-word-spacing);
	}

	.wpcf7-form .raven-field::placeholder {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-field {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-field:focus::placeholder {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-field:focus {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-submit-button,
	.wpcf7-form .raven-submit-button>span {
		font-size: var(--e-global-typography-47a9c70-font-size);
		line-height: var(--e-global-typography-47a9c70-line-height);
		letter-spacing: var(--e-global-typography-47a9c70-letter-spacing);
		word-spacing: var(--e-global-typography-47a9c70-word-spacing);
	}

	.wpcf7-form .raven-submit-button:hover,
	.wpcf7-form .raven-submit-button:hover span {
		font-size: var(--e-global-typography-47a9c70-font-size);
		line-height: var(--e-global-typography-47a9c70-line-height);
		letter-spacing: var(--e-global-typography-47a9c70-letter-spacing);
		word-spacing: var(--e-global-typography-47a9c70-word-spacing);
	}

	.wpcf7-form {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}
}

@media(max-width:1300px) {
	.wpcf7-form .raven-field-label {
		font-size: var(--e-global-typography-a4181bf-font-size);
		line-height: var(--e-global-typography-a4181bf-line-height);
		letter-spacing: var(--e-global-typography-a4181bf-letter-spacing);
		word-spacing: var(--e-global-typography-a4181bf-word-spacing);
	}

	.wpcf7-form .raven-field::placeholder {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-field {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-field:focus::placeholder {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-field:focus {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-submit-button,
	.wpcf7-form .raven-submit-button>span {
		font-size: var(--e-global-typography-47a9c70-font-size);
		line-height: var(--e-global-typography-47a9c70-line-height);
		letter-spacing: var(--e-global-typography-47a9c70-letter-spacing);
		word-spacing: var(--e-global-typography-47a9c70-word-spacing);
	}

	.wpcf7-form .raven-submit-button:hover,
	.wpcf7-form .raven-submit-button:hover span {
		font-size: var(--e-global-typography-47a9c70-font-size);
		line-height: var(--e-global-typography-47a9c70-line-height);
		letter-spacing: var(--e-global-typography-47a9c70-letter-spacing);
		word-spacing: var(--e-global-typography-47a9c70-word-spacing);
	}

	.wpcf7-form {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}
}

@media(max-width:767px) {
	.wpcf7-form .raven-field-label {
		font-size: var(--e-global-typography-a4181bf-font-size);
		line-height: var(--e-global-typography-a4181bf-line-height);
		letter-spacing: var(--e-global-typography-a4181bf-letter-spacing);
		word-spacing: var(--e-global-typography-a4181bf-word-spacing);
	}

	.wpcf7-form .raven-field::placeholder {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-field {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-field:focus::placeholder {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-field:focus {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}

	.wpcf7-form .raven-submit-button,
	.wpcf7-form .raven-submit-button>span {
		font-size: var(--e-global-typography-47a9c70-font-size);
		line-height: var(--e-global-typography-47a9c70-line-height);
		letter-spacing: var(--e-global-typography-47a9c70-letter-spacing);
		word-spacing: var(--e-global-typography-47a9c70-word-spacing);
	}

	.wpcf7-form .raven-submit-button:hover,
	.wpcf7-form .raven-submit-button:hover span {
		font-size: var(--e-global-typography-47a9c70-font-size);
		line-height: var(--e-global-typography-47a9c70-line-height);
		letter-spacing: var(--e-global-typography-47a9c70-letter-spacing);
		word-spacing: var(--e-global-typography-47a9c70-word-spacing);
	}

	.wpcf7-form {
		font-size: var(--e-global-typography-accent-font-size);
		line-height: var(--e-global-typography-accent-line-height);
	}
}