
.layout--685bd2f56c135 > .layout__region--text {
	grid-area: text;
}

.layout--685bd2f56c135 > .layout__region--deco {
	grid-area: deco;
}

.layout--685bd2f56c135 {
	display: grid;
	grid-template-areas: "text";
}

.layout--685bd2f56c135 > .layout__region--deco {
	display: none;
}

/* breakpoint: rollgut.large */
@media all and (width > 992px) {
	.layout--685bd2f56c135 {
		grid-template-areas: "text deco";
		grid-template-columns: max(66cqw, 40rem) 1fr;
	}
	
	.layout--685bd2f56c135 > .layout__region--deco {
		display: block;
	}
}
