#site-content .gform_required_legend {
	display: none;
}

#site-content input,
#site-content textarea,
#site-content select {
	border: 1px solid var(--wp--preset--color--mid-blue);
	border-radius: 32px;
	font-family: inherit;
	padding: 8px 16px;
	line-height: 1.5;
	font-size: var(--wp--preset--font-size--body);
	color: var(--wp--preset--color--grey);
}

#site-content select {
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M0.353516 0.353516L6.12891 6.12848L9.01639 3.241L11.9039 0.353516' stroke='%2327A6AD'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: calc(100% - 16px) 50%;
	background-size: 13px 7px;
}

#site-content textarea {
	border-radius: 20px;
}

#site-content .gfield--input-type-text label,
#site-content .gfield--input-type-email label,
#site-content .gfield--input-type-tel label,
#site-content .gfield--input-type-url label,
#site-content .gfield--input-type-number label,
#site-content .gfield--input-type-date label,
#site-content .gfield--input-type-time label,
#site-content .gfield--input-type-datetime-local label,
#site-content .gfield--input-type-datetime label,
#site-content .gfield--input-type-select label {
	opacity: 0;
	visibility: hidden;
	height: 0px;
	width: 0px;
	overflow: hidden;
	pointer-events: none;
	position: absolute;
}

#site-content .gform_wrapper.gravity-theme .gform_fields {
	row-gap: 20px;
}

#site-content .gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
}

#site-content button[type='submit'] {
	cursor: pointer;
	display: flex;
	gap: 8px;
	background-color: transparent;
	border-radius: 40px;
	border-color: var(--wp--preset--color--mid-blue);
	border-width: 1px;
	color: #272911;
	font-family: var(--wp--preset--font-family--montserrat);
	font-size: var(--wp--preset--font-size--body);
	font-style: normal;
	font-weight: 500;
	line-height: inherit;
	padding-top: 16px;
	padding-right: 24px;
	padding-bottom: 16px;
	padding-left: 24px;
	text-decoration: none;
	text-transform: none;
}

#site-content button[type='submit']::after {
	position: relative;
	top: 2px;
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='13' viewBox='0 0 18 13' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.7197 0.21967C11.0126 -0.0732233 11.4874 -0.0732233 11.7803 0.21967L17.1389 5.57825C17.5099 5.94925 17.5099 6.55075 17.1389 6.92175L11.7803 12.2803C11.4874 12.5732 11.0126 12.5732 10.7197 12.2803C10.4268 11.9874 10.4268 11.5126 10.7197 11.2197L14.9393 7H0.75C0.335786 7 0 6.66421 0 6.25C0 5.83579 0.335786 5.5 0.75 5.5H14.9393L10.7197 1.28033C10.4268 0.987437 10.4268 0.512563 10.7197 0.21967Z' fill='%23002230'/%3E%3C/svg%3E");
	height: 13px;
	width: 18px;
}
