.omnisend-spacing-mv-8 {
	box-sizing: border-box;

	margin-bottom: 32px;
	margin-top: 32px;
}

.omnisend-spacing-mb-8 {
	box-sizing: border-box;
	margin-bottom: 32px;
}

.omnisend-spacing-mh-8 {
	box-sizing: border-box;
	margin-left: 32px;
	margin-right: 32px;
}

.omnisend-spacing-mr-4 {
	box-sizing: border-box;
	margin-right: 16px;
}

.omnisend-spacing-mt-4 {
	box-sizing: border-box;
	margin-top: 16px;
}

.omnisend-spacing-mt-6 {
	box-sizing: border-box;
	margin-top: 24px;
}

.omnisend-spacing-mv-16 {
	box-sizing: border-box;
	margin-bottom: 56px;
	margin-top: 56px;
}

.omnisend-spacing-mv-1 {
	box-sizing: border-box;
	margin-bottom: 4px;
	margin-top: 4px;
}

.omnisend-spacing-ml-12 {
	box-sizing: border-box;
	margin-left: 48px;
}

.omnisend-spacing-pv-6 {
	box-sizing: border-box;
	margin-top: 24px;
	margin-bottom: 24px;
}

.omnisend-paragraph-16 {
	margin: 0;
	font-weight: 400;
	color: #1e2423;
	font-family: Roboto;
	font-size: 16px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
}

.omnisend-h2 {
	margin: 0;
	color: #1e2423;
	font-family: Roboto;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	font-size: 32px;
	line-height: 40px;
}

.omnisend-h3 {
	margin: 0;
	font-size: 24px;
	color: #1e2423;
	font-family: Roboto;
	font-stretch: normal;
	font-style: normal;
	font-weight: 500;
	letter-spacing: normal;
	line-height: 32px;
}

.omnisend-paragraph-14 {
	margin: 0;
	font-weight: 300;
	color: #1e2423;
	font-family: Roboto;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
}

.omnisend-grid-column {
	box-sizing: border-box;
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.omnisend-flex-row {
	display: flex;
}


.omnisend-row-input-button {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-flow: wrap;
	flex-direction: row;
	margin: 0 auto;
	width: 100%;
	gap: 16px;
	align-items: flex-end;
}

.omnisend-link-button {
	background: none;
	font: inherit;
	align-items: center;
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	font-family: Roboto;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	gap: 8px;
	height: 40px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 24px;
	outline: none;
	padding: 8px 16px;
	position: relative;
	text-decoration: none;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	white-space: nowrap;
	border: 1px solid #35938f;
	color: #35938f;
	width: fit-content;
}

.omnisend-link-button {
	background: none;
	font: inherit;
	align-items: center;
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	font-family: Roboto;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	gap: 8px;
	height: 40px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 24px;
	outline: none;
	padding: 8px 16px;
	position: relative;
	text-decoration: none;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	white-space: nowrap;
	border: 1px solid #35938f;
	color: #35938f;
	width: fit-content;
}

.omnisend-step-number {
	align-items: center;
	background: #35938f;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-family: Roboto;
	font-size: 16px;
	height: 32px;
	justify-content: center;
	min-width: 32px;
	width: 32px;
}

.omnisend-divider {
	border-bottom: 1px solid #d8d8d8;
	flex: 1 1;
}

.omnisend-form-input {
	appearance: none;
	background-color: white;
	border: 1px solid #b6b6b6;
	border-radius: 8px;
	box-sizing: border-box;
	color: #1e2423;
	display: flex;
	font-family: Roboto;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	height: 40px;
	letter-spacing: normal;
	line-height: 24px;
	outline: none;
	padding: 8px 16px;
	position: relative;
	transition: border-color 0.1s linear;
	width: 100%;
}

.omnisend-form-field {
	display: flex;
	flex-grow: 8;
	flex-direction: column;
	max-width: 100%;
}

.omnisend-form-field > input {
	border-radius: 8px;
	border: 1px solid #b6b6b6;
	background: #fff;
}

.omnisend-form-field-button {
	box-sizing: border-box;
	max-width: 100%;
	flex: 0 1;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.omnisend-form-button-primary{
	background: none;
	font: inherit;
	align-items: center;
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	flex-wrap: nowrap;
	font-family: Roboto;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	font-weight: 400;
	gap: 8px;
	height: 40px;
	justify-content: center;
	letter-spacing: normal;
	line-height: 24px;
	outline: none;
	padding: 8px 16px;
	position: relative;
	transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out;
	white-space: nowrap;
	background-color: #35938f;
	border: 1px solid #35938f;
	color: #fff;
}

.omnisend-bullet-list li {
	margin-bottom: 8px;
	font-weight: 300;
	color: #1e2423;
	font-family: Roboto;
	font-size: 14px;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
}

.omnisend-bullet-list li:before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	margin-right: 16px;
	display: inline-block;
	background-color: #018482;
	vertical-align: middle;
}

.omnisend-connect {
	margin-top: 70px;
	margin-left: 70px;
	margin-right: 70px;
}

.omnisend-icon-wrapper {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-flow: wrap;
	flex-direction: row;
	margin: 0 auto;
	width: 100%;
	align-items: center;
}

.omnisend-help-wrapper {
	box-sizing: border-box;
	display: flex;
	flex: 0 1 auto;
	flex-flow: wrap;
	flex-direction: row;
	margin: 0 auto;
	width: 100%;
}

.omnisend-a {
	outline: none;
	text-decoration: none;
	transition: color 0.1s;
	align-items: center;
	/* display: flex; */
	gap: 8px;
	color: #35938f;
	font-family: Roboto;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
}
