.phorte-audience-218 {
	--phorte-audience-section-bg: #ffffff;
	--phorte-audience-text: #181818;
	--phorte-audience-copy: #596579;
	--phorte-audience-title-size: 32px;
	--phorte-audience-title-size-tablet: 30px;
	--phorte-audience-title-size-mobile: 28px;
	--phorte-audience-body-size: 15px;
	--phorte-audience-body-size-tablet: 14px;
	--phorte-audience-body-size-mobile: 14px;
	--phorte-audience-gap: 32px;
	--phorte-audience-gap-tablet: 24px;
	--phorte-audience-gap-mobile: 16px;
	--phorte-audience-section-padding: 56px;
	--phorte-audience-section-padding-tablet: 52px;
	--phorte-audience-section-padding-mobile: 44px;
	box-sizing: border-box;
	padding: var(--phorte-audience-section-padding) 0;
	color: var(--phorte-audience-text);
	background: var(--phorte-audience-section-bg);
	font-family: var(--e-global-typography-text-font-family, Poppins), sans-serif;
}

.phorte-audience-218 {
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
}
.phorte-audience-218__inner { width: 100% !important; max-width: none !important; margin: 0 !important; }

.phorte-audience-218 *,
.phorte-audience-218 *::before,
.phorte-audience-218 *::after {
	box-sizing: border-box;
}

.phorte-audience-218__inner {
	display: grid;
	width: min(1220px, calc(100% - 40px));
	margin: 0 auto;
	grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr);
	align-items: start;
	gap: var(--phorte-audience-gap);
}

.phorte-audience-218__title {
	min-width: 0;
	margin: 0;
	color: var(--phorte-audience-text) !important;
	font-size: var(--phorte-audience-title-size);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
}

.phorte-audience-218__copy,
.phorte-audience-218__copy p {
	min-width: 0;
	color: var(--phorte-audience-copy) !important;
	font-size: var(--phorte-audience-body-size);
	font-weight: 600;
	line-height: 1.9;
}

.phorte-audience-218__copy {
	margin: 0;
}

.phorte-audience-218__copy p {
	margin: 0 0 12px;
}

.phorte-audience-218__copy p:last-child {
	margin-bottom: 0;
}

.phorte-audience-218--immersive {
	--phorte-audience-section-bg: #100303;
	--phorte-audience-text: #ffffff;
	--phorte-audience-copy: rgba(255, 255, 255, .70);
}

.phorte-audience-218--immersive,
.phorte-audience-218--standard,
.phorte-audience-218--commerce,
.phorte-audience-218--figma {
	background: var(--phorte-audience-section-bg) !important;
}

.phorte-audience-218--commerce {
	--phorte-audience-section-bg: #fff7f7;
	--phorte-audience-text: #181818;
	--phorte-audience-copy: #596579;
}

.phorte-audience-218--figma {
	--phorte-audience-section-bg: #f5f6f8;
	--phorte-audience-text: #181818;
	--phorte-audience-copy: #596579;
}

.phorte-audience-218--no-title .phorte-audience-218__copy {
	grid-column: 1 / -1;
}

@media (max-width: 900px) {
	.phorte-audience-218 {
		padding: var(--phorte-audience-section-padding-tablet) 0;
	}

	.phorte-audience-218__inner {
		grid-template-columns: minmax(200px, .7fr) minmax(0, 1.3fr);
		gap: var(--phorte-audience-gap-tablet);
	}

	.phorte-audience-218__title {
		font-size: var(--phorte-audience-title-size-tablet);
	}

	.phorte-audience-218__copy,
	.phorte-audience-218__copy p {
		font-size: var(--phorte-audience-body-size-tablet);
	}
}

@media (max-width: 767px) {
	.phorte-audience-218 {
		padding: var(--phorte-audience-section-padding-mobile) 0;
	}

	.phorte-audience-218__inner {
		width: calc(100% - 32px);
		grid-template-columns: 1fr;
		gap: var(--phorte-audience-gap-mobile);
	}

	.phorte-audience-218__title {
		font-size: var(--phorte-audience-title-size-mobile);
	}

	.phorte-audience-218__copy,
	.phorte-audience-218__copy p {
		font-size: var(--phorte-audience-body-size-mobile);
	}

	.phorte-audience-218--no-title .phorte-audience-218__copy {
		grid-column: auto;
	}
}
