/**
 * Process page layout fixes.
 *
 * @package AriawellTheme
 */

:root {
	--color-primary: #2589f3;
	--color-neutral-5: #666666;
	--color-neutral-8: #2a2d43;
}

body.ms-process {
	background: #fff;
	opacity: 1 !important;
}

body.ms-process #header {
	position: sticky;
}

body.ms-process #footer {
	margin-top: 0;
	background: #f5f5f5;
}

body.ms-process #main-content {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.ms-process .container.wrap-medium {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.ms-process .main-contents-inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

body.ms-process .process--progress > .default-container {
	padding: 120px 20px 120px;
}

body.ms-process #support.default-container {
	padding-top: 0;
	padding-bottom: 120px;
}

body.ms-process .process--progress .default-container.forensics {
	padding-top: 80px;
	padding-bottom: 120px;
}

#progress .forensics .main-contents-inner {
	max-width: 1320px;
}

@media all and (max-width: 1023px) {
	body.ms-process .process--progress > .default-container {
		padding-top: 70px;
	}
}

@media all and (max-width: 660px) {
	body.ms-process .process--progress > .default-container {
		padding-bottom: 80px;
	}

	body.ms-process #support.default-container {
		padding-bottom: 80px;
	}

	body.ms-process .process--progress .default-container.forensics {
		padding-top: 80px;
		padding-bottom: 80px;
	}
}
