.landing-layout-flex {
	display:flex;
	flex-wrap: nowrap;
	/*overflow: hidden;*/
	flex-direction: column;
}

@media (min-width: 1000px) {

	.landing-layout-flex {
		flex-direction: row;
	}

	.landing-layout-flex.sidebar-right {
		flex-direction: row-reverse;
	}

	.landing-layout-flex.without-left {
		flex-direction: row-reverse;
	}

	.g-width-25x--lg {
		width: 25% !important;
	}

	.g-width-75x--lg {
		width: 75% !important;
	}
}


.g-pt-30 {
	padding-top: 2.14286rem !important;
}
.g-px-50 {
	padding-left: 3.57143rem !important;
	padding-right: 3.57143rem !important;
}
.g-py-30 {
	padding-top: 2.14286rem !important;
	padding-bottom: 2.14286rem !important;
}
.g-px-50 {
	padding-left: 3.57143rem !important;
	padding-right: 3.57143rem !important;
}