
.layout--66cb85ee392f9 > .layout__region--contact {
	grid-area: contact;
}

.layout--66cb85ee392f9 > .layout__region--body {
	grid-area: body;
}

.layout--66cb85ee392f9 {
	display: grid;
	grid-template-areas: "contact" "body";
}

/* breakpoint: rollgut.large */
@media all and (width > 992px) {
	.layout--66cb85ee392f9 {
		grid-template-areas: "body contact";
		grid-template-columns: 1fr 30rem;
	}
}
