html, body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Heebo, -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
}
body.cf-campaign-page {
	min-height: 100vh;
	overflow-x: hidden;
}
.cf-embed-wrap {
	min-height: 100vh;
	width: 100%;
	box-sizing: border-box;
}
.cf-embed-wrap iframe {
	width: 100%;
	border: 0;
	display: block;
	min-height: 100vh;
}
