.elementor-10984 .elementor-element.elementor-element-58eb812{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10984 .elementor-element.elementor-element-4cd57b6{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 40px) 0px;}/* Start custom CSS for shortcode, class: .elementor-element-91810ee */.wpcf7-form {
    display: flex;
    flex-direction: column; 
    gap: 20px;
}

.wpcf7 .row {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
}

.wpcf7 .col-6 {
	width: 49%;
	flex: 1;
	padding-inline: 0px;
}

.wpcf7 label {
	width: 100%;
	font-family: "Raleway", sans-serif;
	font-size: 18px;
	color: black;
	margin-bottom: 10px;
	cursor: pointer;
	
	& sup {
		color: crimson;
	}
}

.wpcf7 input,
.wpcf7 select,
.wpcf7 textarea {
	width: 100% !important;
	margin-top: 10px;
	background: #eaeaea;
	color: var(--e-global-color-text);
	border: none;
	border-radius: 0px;
	resize: vertical;
	padding: 10px;
}

.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
	outline: 1px solid black;
}

.wpcf7 select {
	border: none;
	outline: none;
	cursor: pointer;
}

.wpcf7 select option {
	background-color: white;
	border: none;
	outline: none;
	cursor: pointer;
}

.wpcf7 input[type="submit"] {
    background: var(--e-global-color-7fa9401);
    color: #fff;
	transition: background 0.4s ease;
	cursor: pointer;
}/* End custom CSS */