body.mgroup-page-site {
	--mgroup-v2-ink: #12211b;
	--mgroup-v2-muted: #59665f;
	--mgroup-v2-green: #11734c;
	--mgroup-v2-soft: #eef6f1;
	--mgroup-v2-pad: clamp(22px, 6vw, 92px);
	background: #fff;
	color: var(--mgroup-v2-ink);
}

body.mgroup-page-site .main-navigation .primary-menu-container > ul > li > a,
body.mgroup-page-site .main-navigation ul.menu > li > a,
body.mgroup-page-site .header-navigation ul.menu > li > a {
	font-size: 18px;
	font-weight: 650;
	padding-left: 18px;
	padding-right: 18px;
}

body.mgroup-page-site .entry-header,
body.mgroup-page-site .entry-hero,
body.mgroup-page-site .page-header,
body.mgroup-page-site .kadence-breadcrumbs,
body.mgroup-page-site .content-title-style-above .entry-header,
body.mgroup-page-site h1.entry-title {
	display: none !important;
}

body.mgroup-page-site .site,
body.mgroup-page-site .site-main,
body.mgroup-page-site .content-area,
body.mgroup-page-site .content-container,
body.mgroup-page-site .entry-content-wrap,
body.mgroup-page-site .entry-content,
body.mgroup-page-site .content-bg,
body.mgroup-page-site #inner-wrap,
body.mgroup-page-site article.entry {
	background: #fff !important;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	max-width: none;
	padding: 0;
}

.mgroup-subpage,
.mgroup-subpage * {
	box-sizing: border-box;
}

.mgroup-subpage {
	background: #fff;
	color: var(--mgroup-v2-ink);
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0;
	margin: 0;
	max-width: none;
	overflow: hidden;
	padding: 0 0 90px;
	width: 100%;
}

.mgroup-subpage h1,
.mgroup-subpage h2,
.mgroup-subpage h3,
.mgroup-subpage p {
	letter-spacing: 0;
}

.mgroup-subpage a {
	color: inherit;
	text-decoration: none;
}

.mgroup-subpage-hero {
	align-items: center;
	display: grid;
	gap: clamp(46px, 8vw, 130px);
	grid-template-columns: 1.08fr .92fr;
	margin: 0;
	max-width: none;
	min-height: 610px;
	padding: 76px var(--mgroup-v2-pad) 94px;
}

.mgroup-subpage-hero-copy {
	max-width: 760px;
}

.mgroup-subpage .mgroup-kicker {
	color: var(--mgroup-v2-green);
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 24px;
	text-transform: uppercase;
}

.mgroup-subpage-hero h1 {
	color: var(--mgroup-v2-ink);
	font-size: clamp(58px, 7vw, 104px);
	font-weight: 450;
	line-height: .98;
	margin: 0;
	max-width: 820px;
}

.mgroup-subpage-hero h1 strong,
.mgroup-subpage .mgroup-section-head h2 strong,
.mgroup-subpage .mgroup-panel h2 strong {
	color: var(--mgroup-v2-green);
	font-weight: inherit;
}

.mgroup-subpage-hero .mgroup-lead {
	color: var(--mgroup-v2-muted);
	font-size: 19px;
	line-height: 1.62;
	margin: 34px 0 0;
	max-width: 650px;
}

.mgroup-subpage-hero-visual {
	align-items: center;
	display: flex;
	justify-content: center;
	min-width: 0;
}

.mgroup-subpage-hero-visual > img,
.mgroup-subpage-hero-visual > .mgroup-v2-sculpture {
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mgroup-subpage-m-visual {
	overflow: hidden;
}

.mgroup-subpage-m-visual > img {
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: center;
}

.mgroup-subpage-logo {
	background: #f5f7f4;
	min-height: 390px;
	padding: clamp(34px, 6vw, 84px);
}

.mgroup-subpage-logo > img {
	max-height: 230px;
	max-width: 440px;
}

.mgroup-subpage > .mgroup-section,
.mgroup-subpage > .mgroup-cta,
.mgroup-subpage > .mgroup-disclaimer {
	margin: 0 auto;
	max-width: 1180px;
}

.mgroup-subpage > .mgroup-section {
	padding: 82px 0;
}

.mgroup-subpage > .mgroup-section + .mgroup-section {
	padding-top: 46px;
}

.mgroup-subpage .mgroup-section-head {
	align-items: flex-end;
	display: flex;
	gap: 34px;
	justify-content: space-between;
	margin: 0 0 38px;
}

.mgroup-subpage .mgroup-section-head .mgroup-kicker {
	margin: 0 0 8px;
}

.mgroup-subpage .mgroup-section-head h2,
.mgroup-subpage .mgroup-panel h2,
.mgroup-subpage .mgroup-cta h2,
.mgroup-subpage .mgroup-contact-panel h2 {
	color: var(--mgroup-v2-ink);
	font-size: clamp(38px, 5vw, 70px);
	font-weight: 430;
	line-height: 1.04;
	margin: 0;
}

.mgroup-subpage .mgroup-section-head h2,
.mgroup-subpage .mgroup-panel h2 {
	padding-top: 34px;
	position: relative;
}

.mgroup-subpage .mgroup-section-head h2::before,
.mgroup-subpage .mgroup-panel h2::before {
	background: var(--mgroup-v2-green);
	box-shadow: 9px 7px 0 rgba(202, 137, 36, .72);
	clip-path: polygon(50% 0, 100% 32%, 82% 100%, 18% 100%, 0 32%);
	content: "";
	height: 22px;
	left: 2px;
	position: absolute;
	top: 0;
	width: 13px;
}

.mgroup-subpage .mgroup-richtext {
	background: transparent;
	border: 0;
	border-radius: 0;
	margin-left: auto;
	max-width: 780px;
	padding: 0;
}

.mgroup-subpage .mgroup-richtext p,
.mgroup-subpage .mgroup-panel p,
.mgroup-subpage .mgroup-card p,
.mgroup-subpage .mgroup-cta p,
.mgroup-subpage .mgroup-contact-panel p {
	color: var(--mgroup-v2-muted);
	font-size: 18px;
	line-height: 1.68;
	margin: 18px 0 0;
}

.mgroup-subpage .mgroup-richtext p {
	font-size: clamp(22px, 2.4vw, 34px);
	line-height: 1.45;
}

.mgroup-subpage .mgroup-two-column {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mgroup-subpage .mgroup-panel {
	background: #f5f7f4;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	min-height: 330px;
	padding: clamp(34px, 4vw, 58px);
}

.mgroup-subpage .mgroup-panel h2 {
	font-size: clamp(34px, 3.6vw, 52px);
}

.mgroup-subpage .mgroup-card-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mgroup-subpage .mgroup-grid-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mgroup-subpage .mgroup-card {
	background: #f5f7f4;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	min-height: 390px;
	padding: 26px;
	transition: box-shadow .25s ease, transform .25s ease;
}

.mgroup-subpage .mgroup-card:hover,
.mgroup-subpage .mgroup-card:focus-within {
	box-shadow: 0 26px 64px rgba(18, 33, 27, .1);
	transform: translateY(-6px);
}

.mgroup-card-visual {
	align-items: center;
	display: flex;
	height: 170px;
	justify-content: center;
	margin-bottom: 28px;
	overflow: hidden;
	width: 100%;
}

.mgroup-card-visual .mgroup-v2-sculpture {
	border: 0;
	color: inherit;
	margin: 0;
	padding: 0;
	width: 100%;
}

.mgroup-card-logo {
	background: #fff;
	padding: 22px;
}

.mgroup-card-logo img {
	max-height: 122px;
	max-width: 230px;
	object-fit: contain;
}

.mgroup-subpage .mgroup-card h3 {
	color: var(--mgroup-v2-ink);
	font-size: 27px;
	font-weight: 500;
	line-height: 1.12;
	margin: 0;
}

.mgroup-subpage .mgroup-card p {
	font-size: 16px;
	margin: 16px 0 26px;
}

.mgroup-card-action {
	align-items: center;
	color: var(--mgroup-v2-green) !important;
	display: inline-flex !important;
	font-size: 14px;
	font-weight: 650;
	gap: 10px;
	margin-top: auto !important;
	padding: 8px 0 !important;
	width: max-content !important;
}

.mgroup-card-action span {
	border: 0 !important;
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	width: auto !important;
}

.mgroup-card-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 22px;
	margin-top: auto;
}

.mgroup-card-actions .mgroup-card-action {
	margin-top: 0 !important;
}

.mgroup-card-action-external {
	border-bottom: 1px solid var(--mgroup-crystal-silver);
	color: var(--mgroup-v2-ink) !important;
}

.mgroup-subpage-website {
	align-items: center;
	border: 1px solid var(--mgroup-crystal-line);
	color: var(--mgroup-v2-green) !important;
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	gap: 10px;
	margin-top: 28px;
	padding: 12px 16px;
}

.mgroup-subpage-website:hover,
.mgroup-subpage-website:focus {
	border-color: var(--mgroup-v2-green);
	color: var(--mgroup-v2-ink) !important;
}

.mgroup-directory-sector {
	display: grid;
	gap: clamp(48px, 8vw, 120px);
	grid-template-columns: minmax(250px, .66fr) minmax(0, 1.34fr);
}

.mgroup-directory-sector .mgroup-section-head {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0;
}

.mgroup-directory-sector .mgroup-section-head .mgroup-card-visual {
	height: auto;
	margin: 0 0 26px;
	max-width: 360px;
}

.mgroup-directory-sector .mgroup-section-head h2 {
	font-size: clamp(42px, 4.7vw, 66px);
}

.mgroup-directory-sector .mgroup-kicker {
	margin-bottom: -12px;
}

.mgroup-sector-intro {
	color: var(--mgroup-v2-muted);
	font-size: 17px;
	line-height: 1.62;
	margin: 22px 0 0;
	max-width: 430px;
}

.mgroup-directory-sector .mgroup-card-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mgroup-subpage .mgroup-cta,
.mgroup-subpage .mgroup-contact-panel {
	align-items: center;
	background: #f5f7f4;
	border-radius: 4px;
	color: var(--mgroup-v2-ink);
	display: flex;
	gap: 48px;
	justify-content: space-between;
	margin-top: 70px;
	padding: clamp(40px, 6vw, 78px);
}

.mgroup-subpage .mgroup-cta h2,
.mgroup-subpage .mgroup-cta p,
.mgroup-subpage .mgroup-contact-panel h2,
.mgroup-subpage .mgroup-contact-panel p {
	color: inherit;
}

.mgroup-subpage .mgroup-cta > div,
.mgroup-subpage .mgroup-contact-panel > :not(.mgroup-button) {
	max-width: 720px;
}

.mgroup-subpage .mgroup-button {
	background: var(--mgroup-v2-green);
	border: 0;
	border-radius: 4px;
	color: #fff;
	flex: 0 0 auto;
	min-height: 52px;
	padding: 14px 22px;
}

.mgroup-subpage .mgroup-button:hover,
.mgroup-subpage .mgroup-button:focus {
	background: #0d5a3c;
	color: #fff;
}

.mgroup-subpage .mgroup-contact-panel {
	align-items: flex-start;
	flex-direction: column;
	margin-bottom: 0;
}

.mgroup-subpage .mgroup-small-note {
	font-size: 14px;
	margin-top: 4px;
}

.mgroup-subpage .mgroup-disclaimer {
	background: #f5f7f4;
	border: 0;
	border-radius: 4px;
	color: var(--mgroup-v2-muted);
	font-size: 16px;
	line-height: 1.65;
	padding: 30px;
}

.mgroup-subpage .mgroup-product-grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mgroup-subpage .mgroup-product-card {
	background: #f5f7f4;
	border: 0;
	border-radius: 4px;
	box-shadow: none;
	overflow: hidden;
}

.mgroup-subpage .mgroup-product-image {
	align-items: center;
	background: #fff;
	display: flex;
	height: 260px;
	justify-content: center;
	padding: 28px;
}

.mgroup-subpage .mgroup-product-image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mgroup-subpage .mgroup-product-body {
	padding: 28px;
}

.mgroup-subpage .mgroup-product-category {
	color: var(--mgroup-v2-green);
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.mgroup-subpage .mgroup-product-card h3 {
	color: var(--mgroup-v2-ink);
	font-size: 28px;
	font-weight: 500;
	margin: 0;
}

.mgroup-subpage .mgroup-product-card .mgroup-product-body > p:last-child {
	color: var(--mgroup-v2-muted);
	line-height: 1.6;
	margin: 14px 0 0;
}

.mgroup-subpage .mgroup-placeholder,
.mgroup-subpage .mgroup-card-icon {
	display: none;
}

@media (max-width: 1240px) {
	.mgroup-subpage > .mgroup-section,
	.mgroup-subpage > .mgroup-cta,
	.mgroup-subpage > .mgroup-disclaimer {
		margin-left: var(--mgroup-v2-pad);
		margin-right: var(--mgroup-v2-pad);
	}

	.mgroup-subpage .mgroup-grid-5 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 920px) {
	.mgroup-subpage-hero {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.mgroup-subpage-hero-visual {
		margin-left: auto;
		max-width: 680px;
		width: 100%;
	}

	.mgroup-directory-sector {
		grid-template-columns: 1fr;
	}

	.mgroup-directory-sector .mgroup-section-head .mgroup-card-visual {
		max-width: 420px;
	}

	.mgroup-subpage .mgroup-card-grid,
	.mgroup-subpage .mgroup-product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 600px) {
	.mgroup-subpage {
		padding-bottom: 64px;
	}

	.mgroup-subpage-hero {
		gap: 42px;
		padding-bottom: 68px;
		padding-top: 58px;
	}

	.mgroup-subpage-hero h1 {
		font-size: 52px;
	}

	.mgroup-subpage-hero .mgroup-lead {
		font-size: 17px;
	}

	.mgroup-subpage-logo {
		min-height: 270px;
	}

	.mgroup-subpage > .mgroup-section {
		padding: 62px 0;
	}

	.mgroup-subpage > .mgroup-section + .mgroup-section {
		padding-top: 24px;
	}

	.mgroup-subpage .mgroup-section-head,
	.mgroup-subpage .mgroup-cta {
		align-items: flex-start;
		flex-direction: column;
	}

	.mgroup-subpage .mgroup-section-head h2,
	.mgroup-subpage .mgroup-cta h2,
	.mgroup-subpage .mgroup-contact-panel h2 {
		font-size: 42px;
	}

	.mgroup-subpage .mgroup-richtext p {
		font-size: 22px;
	}

	.mgroup-subpage .mgroup-two-column,
	.mgroup-subpage .mgroup-card-grid,
	.mgroup-subpage .mgroup-grid-5,
	.mgroup-directory-sector .mgroup-card-grid,
	.mgroup-subpage .mgroup-product-grid {
		grid-template-columns: 1fr;
	}

	.mgroup-subpage .mgroup-panel {
		min-height: 0;
	}

	.mgroup-subpage .mgroup-card {
		min-height: 360px;
	}

	.mgroup-subpage .mgroup-cta,
	.mgroup-subpage .mgroup-contact-panel {
		margin-top: 46px;
		padding: 34px 28px;
	}

	.mgroup-subpage .mgroup-button {
		width: 100%;
	}
}

/* Crystalline identity system shared by every managed MGroup page. */
body.mgroup-page-site {
	--mgroup-crystal-amber: #c8871a;
	--mgroup-crystal-line: #d8e0dc;
	--mgroup-crystal-silver: #aeb8b3;
}

.mgroup-v2-sculpture.mgroup-crystal-topic {
	aspect-ratio: 1 / 1;
	background-repeat: no-repeat;
	background-size: 200% 200%;
}

.mgroup-v2-sculpture.mgroup-crystal-commerce { background-image: url("../images/crystal/topics-commerce.png"); }
.mgroup-v2-sculpture.mgroup-crystal-values { background-image: url("../images/crystal/topics-values.png"); }
.mgroup-v2-sculpture.mgroup-crystal-group { background-image: url("../images/crystal/topics-group.png"); }
.mgroup-crystal-tl { background-position: 0 0; }
.mgroup-crystal-tr { background-position: 100% 0; }
.mgroup-crystal-bl { background-position: 0 100%; }
.mgroup-crystal-br { background-position: 100% 100%; }

.mgroup-subpage-hero {
	position: relative;
}

.mgroup-subpage-hero::before {
	border-left: 2px solid var(--mgroup-v2-green);
	border-top: 2px solid var(--mgroup-crystal-silver);
	content: "";
	height: 76px;
	left: var(--mgroup-v2-pad);
	pointer-events: none;
	position: absolute;
	top: 48px;
	width: 128px;
}

.mgroup-subpage-hero::after {
	background: var(--mgroup-crystal-amber);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	height: 15px;
	left: calc(var(--mgroup-v2-pad) + 2px);
	position: absolute;
	top: 50px;
	width: 15px;
}

.mgroup-subpage-hero-copy {
	padding-left: 26px;
	position: relative;
	z-index: 1;
}

.mgroup-subpage-hero-visual {
	background: #fff;
	border-bottom: 1px solid var(--mgroup-crystal-silver);
	border-left: 1px solid var(--mgroup-v2-green);
	min-height: 390px;
	padding: clamp(18px, 2.4vw, 34px);
	position: relative;
}

.mgroup-subpage-hero-visual::after,
.mgroup-subpage .mgroup-card::after,
.mgroup-subpage .mgroup-panel::after,
.mgroup-subpage .mgroup-product-card::after,
.mgroup-subpage .mgroup-cta::after,
.mgroup-subpage .mgroup-contact-panel::after {
	background: var(--mgroup-crystal-amber);
	bottom: 0;
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	content: "";
	height: 18px;
	position: absolute;
	right: 0;
	width: 18px;
}

.mgroup-subpage-hero-visual > .mgroup-crystal-topic {
	height: auto;
	max-width: 470px;
	width: 100%;
}

.mgroup-subpage-logo {
	background: #fff;
}

.mgroup-subpage .mgroup-section-head {
	padding-left: 28px;
	position: relative;
}

.mgroup-subpage .mgroup-section-head::before {
	border-left: 2px solid var(--mgroup-v2-green);
	border-top: 1px solid var(--mgroup-crystal-silver);
	content: "";
	height: 54px;
	left: 0;
	position: absolute;
	top: 0;
	width: 84px;
}

.mgroup-subpage .mgroup-section-head::after {
	background: var(--mgroup-crystal-amber);
	clip-path: polygon(0 0, 100% 0, 0 100%);
	content: "";
	height: 11px;
	left: 2px;
	position: absolute;
	top: 1px;
	width: 11px;
}

.mgroup-subpage .mgroup-section-head h2,
.mgroup-subpage .mgroup-panel h2 {
	padding-top: 24px;
}

.mgroup-subpage .mgroup-section-head h2::before,
.mgroup-subpage .mgroup-panel h2::before {
	display: none;
}

.mgroup-subpage .mgroup-panel,
.mgroup-subpage .mgroup-card,
.mgroup-subpage .mgroup-product-card,
.mgroup-subpage .mgroup-cta,
.mgroup-subpage .mgroup-contact-panel,
.mgroup-subpage .mgroup-disclaimer {
	background: #fff;
	border: 1px solid var(--mgroup-crystal-line);
	border-radius: 2px;
	box-shadow: 0 18px 48px rgba(18, 33, 27, .055);
	position: relative;
}

.mgroup-subpage .mgroup-panel::before,
.mgroup-subpage .mgroup-card::before,
.mgroup-subpage .mgroup-product-card::before,
.mgroup-subpage .mgroup-cta::before,
.mgroup-subpage .mgroup-contact-panel::before {
	background: var(--mgroup-v2-green);
	content: "";
	height: 2px;
	left: -1px;
	position: absolute;
	top: -1px;
	width: min(42%, 150px);
}

.mgroup-subpage .mgroup-card:hover,
.mgroup-subpage .mgroup-card:focus-within,
.mgroup-subpage .mgroup-product-card:hover,
.mgroup-subpage .mgroup-product-card:focus-within {
	border-color: var(--mgroup-crystal-silver);
	box-shadow: 0 28px 64px rgba(18, 33, 27, .09);
}

.mgroup-card-visual {
	background: #fbfcfb;
	border-bottom: 1px solid var(--mgroup-crystal-line);
	height: 190px;
	margin: -10px -10px 28px;
	padding: 10px;
	width: calc(100% + 20px);
}

.mgroup-card-visual .mgroup-crystal-topic {
	height: 100%;
	width: auto;
}

.mgroup-card-crystal-image img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mgroup-card-logo {
	background: #fff;
}

.mgroup-directory-sector .mgroup-section-head {
	border-left: 1px solid var(--mgroup-crystal-line);
	padding: 28px 0 0 28px;
}

.mgroup-directory-sector .mgroup-section-head .mgroup-card-visual {
	background: #fff;
	border: 0;
	margin: 0 0 18px;
	max-width: 420px;
	padding: 0;
	width: 100%;
}

.mgroup-directory-sector .mgroup-section-head .mgroup-card-visual .mgroup-v2-sculpture {
	width: 100%;
}

.mgroup-subpage .mgroup-button {
	border: 1px solid var(--mgroup-v2-green);
	box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .2);
}

.mgroup-subpage .mgroup-product-image {
	border-bottom: 1px solid var(--mgroup-crystal-line);
}

@media (max-width: 920px) {
	.mgroup-subpage-hero-visual {
		min-height: 320px;
	}
}

@media (max-width: 600px) {
	.mgroup-subpage-hero::before {
		height: 54px;
		top: 34px;
		width: 90px;
	}

	.mgroup-subpage-hero::after {
		top: 36px;
	}

	.mgroup-subpage-hero-copy {
		padding-left: 20px;
	}

	.mgroup-subpage-hero-visual {
		min-height: 250px;
		padding: 12px;
	}

	.mgroup-card-visual {
		height: 210px;
	}

	.mgroup-subpage .mgroup-section-head {
		padding-left: 22px;
	}
}

/* Approved complete section-title system. */
.mgroup-subpage-hero::before,
.mgroup-subpage-hero::after,
.mgroup-subpage .mgroup-section-head::before,
.mgroup-subpage .mgroup-section-head::after {
	display: none;
}

.mgroup-subpage-hero-copy {
	padding-left: 0;
}

.mgroup-subpage .mgroup-kicker {
	align-items: center;
	display: flex;
	margin-top: 0 !important;
	min-height: 28px;
	padding-left: 38px;
	position: relative;
}

.mgroup-subpage .mgroup-kicker::before {
	background: var(--mgroup-v2-green);
	clip-path: polygon(50% 0, 100% 30%, 82% 100%, 18% 100%, 0 30%);
	content: "";
	height: 27px;
	left: 0;
	position: absolute;
	top: 0;
	width: 20px;
}

.mgroup-subpage .mgroup-kicker::after {
	background: var(--mgroup-crystal-amber);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	content: "";
	height: 12px;
	left: 5px;
	position: absolute;
	top: 8px;
	width: 10px;
}

.mgroup-subpage .mgroup-section-head {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0;
	justify-content: flex-start;
	padding-left: 0;
}

.mgroup-subpage .mgroup-section-head .mgroup-kicker,
.mgroup-directory-sector .mgroup-kicker {
	margin: 0 0 18px !important;
}

.mgroup-subpage .mgroup-section-head h2,
.mgroup-subpage .mgroup-panel h2 {
	margin-top: 0 !important;
	padding-top: 0;
}

.mgroup-directory-sector .mgroup-section-head {
	border-left: 0;
	padding: 0;
}

.mgroup-subpage .mgroup-section-head > h2:first-child {
	padding-left: 38px;
	position: relative;
}

.mgroup-subpage .mgroup-section-head > h2:first-child::before {
	background: var(--mgroup-v2-green);
	clip-path: polygon(50% 0, 100% 30%, 82% 100%, 18% 100%, 0 30%);
	content: "";
	display: block;
	height: 27px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 20px;
}

.mgroup-subpage .mgroup-section-head > h2:first-child::after {
	background: var(--mgroup-crystal-amber);
	clip-path: polygon(50% 0, 100% 100%, 0 100%);
	content: "";
	height: 12px;
	left: 5px;
	position: absolute;
	top: 16px;
	width: 10px;
}

.mgroup-subpage > .mgroup-section {
	padding-bottom: 72px;
	padding-top: 72px;
}

@media (max-width: 600px) {
	.mgroup-subpage .mgroup-kicker,
	.mgroup-subpage .mgroup-section-head > h2:first-child {
		padding-left: 34px;
	}

	.mgroup-subpage > .mgroup-section {
		padding-bottom: 56px;
		padding-top: 56px;
	}
}
