/* complex pages, not for simple pages tpl */
/* generals */
body .site-main {
	padding-top: var(--wp--custom--layout--page-padding-top);
}
/* home */
/* hero hp */
.row-top-hero > .wp-block-group {
	min-height: calc(100svh - var(--wp--custom--layout--page-padding-top));
}
.row-top-hero > .wp-block-group > .wp-block-group:first-child {
	max-width: 840px;
}
@media(max-width: 781px) {
	.row-top-hero .hp-hero-bottom, .row-top-hero .hp-hero-bottom > div {
		justify-content: center;
		align-items: center;
	}
}
@media(max-width: 781px) {
	[class*="mobile-reverse"] {
		flex-flow: column-reverse;
	}
}
/* set image with parallax fx to 0, before they play */
.wp-block-image[class*="is-style-parallax"] img {
	opacity: .2;
}