body {
	--wp--preset--color--transparent: transparent;
	background-image: url("../images/light-noise.jpg");
	background-size: 1920px 1200px;
	background-repeat: repeat;
}

.editor-styles-wrapper {
	text-align: center;
}

/*.wp-block-heading {
	--wp--custom--spacing--block-gap-override: 100px;
}*/

.wp-block-group:where(.has-background) {
	isolation: isolate;
	padding: 1rem var(--wp--custom--spacing--padding--site);
	position: relative;
}

.wp-block-group:where(.has-background:not(.has-transparent-background-color))::before {
	background-image: url("../images/light-noise.jpg");
/*	background-size: 1920px 1200px;*/
	block-size: 100%;
	content: "";
	inline-size: 100%;
	inset-block-start: 0;
	inset-inline-start: 0;
	mix-blend-mode: multiply;
	mix-blend-mode: color-burn;
	position: absolute;
	z-index: -1;
}

.wp-block-group:where(.has-background.alignfull) {
	padding-block: 100px;
}

.wp-block-group:where(.alignfull.has-background) + .wp-block-group:where(.alignfull.has-background) {
	margin-block-start: 0;
}

:where(.wp-block-group).has-contrast-background-color {
	--_heading-text-color: currentColor;
	color: var(--wp--preset--color--base);
}

.alignfull {
	margin-inline: calc(-1 * var(--wp--custom--spacing--padding--site));
}

.wp-block-heading:where(.has-gargantuan-font-size) {
	line-height: 1;
	text-transform: uppercase;
}

div.wpforms-container {
	margin-block-end: 0;
	text-align: initial;
}

div.wpforms-container .wpforms-form {
	background-color: var(--wp--preset--color--white);
	border: 2px solid;
	padding: var(--wp--preset--spacing--large);
}

div.wpforms-container .wpforms-field-label {
	font-weight: 500;
}