/* Emperial SEO refresh blocks */

.em-refresh-block {
	position: relative;
	margin: 80px 0;
	overflow: hidden;
	background: #fff;
}

.em-refresh-block *,
.em-refresh-block *::before,
.em-refresh-block *::after {
	box-sizing: border-box;
}

.em-refresh-heading {
	max-width: 1180px;
	margin: 0 0 45px;
}

.em-refresh-heading--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.em-refresh-heading--split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
	gap: 70px;
	align-items: end;
	max-width: none;
}

.em-refresh-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	color: var(--maincolor);
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	line-height: 16px;
	font-weight: 500;
	text-transform: uppercase;
}

.em-refresh-eyebrow::before {
	content: "";
	width: 22px;
	height: 22px;
	border: 1px solid var(--maincolor);
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 50%, var(--maincolor) 0 3px, transparent 4px),
		#fff;
}

.em-refresh-title {
	margin: 0;
	color: #000;
	font-family: 'emperial-serif', 'EmperialSerif', serif;
	font-size: 70px;
	line-height: 70px;
	font-weight: 400;
	letter-spacing: 0;
}

.em-refresh-title span,
.em-refresh-title mark {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	color: inherit;
	background: transparent;
}

.em-refresh-title strong,
.em-refresh-title em,
.em-refresh-title b,
.em-refresh-title i,
.em-refresh-title .em-word {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
}

.em-refresh-title mark,
.em-refresh-title > span:not(.em-word),
.em-refresh-title .em-title-accent,
.em-refresh-title .is-orange {
	color: var(--maincolor);
	background: transparent;
}

.em-refresh-lead {
	max-width: 790px;
	margin-top: 24px;
}

.em-refresh-lead,
.em-refresh-lead p,
.em-seo-highlight__side,
.em-seo-highlight__side p,
.em-seo-longform__body,
.em-seo-longform__body p,
.em-seo-longform__body li {
	color: var(--darkgrey);
	font-family: 'Outfit', sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-weight: 300;
}

.em-refresh-button-row {
	justify-content: center;
	margin-top: 35px;
}

.em-word {
	display: inline-block;
	will-change: transform, opacity;
}

/* Channel command center */

.em-channel-command-center {
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F7F8 100%) 0% 0% no-repeat padding-box;
}

.em-command-center {
	display: grid;
	grid-template-columns: minmax(0, .92fr) minmax(420px, .78fr);
	gap: 24px;
	align-items: stretch;
}

.em-command-center__channels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.em-command-center__channel,
.em-command-center__panel,
.em-seo-column-card,
.em-seo-longform,
.em-seo-highlight {
	border: 1px solid #DADADA;
	border-radius: 35px;
	background: #fff;
}

.em-pse-card {
	border-radius: 35px;
	background: #fff;
}

.em-command-center__channel {
	min-height: 260px;
	padding: 28px;
	transition: transform .25s ease, border-color .25s ease, background-color .25s ease;
	will-change: transform;
}

.em-command-center__channel.is-active,
.em-command-center__channel:hover {
	border-color: var(--maincolor);
	background-color: #FFF8F4;
	transform: translateY(-4px);
}

.em-command-center__channel-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 34px;
}

.em-command-center__channel-top span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: var(--maincolor);
	color: #fff;
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
}

.em-command-center__channel-top em {
	color: var(--maincolor);
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
}

.em-command-center__channel h3,
.em-pse-card h3,
.em-seo-column-card h3 {
	margin: 0;
	color: #000;
	font-family: 'EmperialSerif', sans-serif;
	font-size: 34px;
	line-height: 36px;
	font-weight: 400;
}

.em-command-center__channel p,
.em-pse-card p,
.em-seo-column-card p {
	margin: 16px 0 0;
	color: var(--darkgrey);
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.em-command-center__progress {
	height: 5px;
	margin-top: 28px;
	border-radius: 999px;
	background: #EFEFEF;
	overflow: hidden;
}

.em-command-center__progress span {
	display: block;
	width: var(--em-progress);
	height: 100%;
	border-radius: inherit;
	background: var(--maincolor);
	transform-origin: left center;
}

.em-command-center__panel {
	padding: 30px;
	background:
		linear-gradient(180deg, #FFFFFF 0%, #F7F7F8 100%),
		#fff;
}

.em-command-center__panel-bar {
	display: flex;
	align-items: center;
	gap: 8px;
	padding-bottom: 22px;
	border-bottom: 1px solid #DADADA;
}

.em-command-center__panel-bar span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #DADADA;
}

.em-command-center__panel-bar span:first-child {
	background: var(--maincolor);
}

.em-command-center__panel-bar strong {
	margin-left: auto;
	color: var(--darkgrey);
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	line-height: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.em-command-center__chart {
	display: flex;
	align-items: flex-end;
	gap: 14px;
	height: 250px;
	margin-top: 34px;
	padding: 26px;
	border: 1px solid #DADADA;
	border-radius: 30px;
	background: #fff;
}

.em-command-center__chart span {
	flex: 1;
	height: var(--h);
	border-radius: 999px 999px 8px 8px;
	background: linear-gradient(180deg, #FF8B55 0%, var(--maincolor) 100%);
	transform-origin: bottom center;
}

.em-command-center__metrics {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	margin-top: 18px;
	border: 1px solid #DADADA;
	border-radius: 25px;
	background: #DADADA;
	overflow: hidden;
}

.em-command-center__metrics div {
	padding: 20px 18px;
	background: #fff;
}

.em-command-center__metrics strong,
.em-command-center__metrics span {
	display: block;
}

.em-command-center__metrics strong {
	color: var(--maincolor);
	font-family: 'EmperialSerif', sans-serif;
	font-size: 42px;
	line-height: 42px;
	font-weight: 400;
}

.em-command-center__metrics span {
	margin-top: 8px;
	color: var(--darkgrey);
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.em-command-center__panel .button-border-wrapper {
	justify-content: center;
	margin-top: 24px;
}

/* Problem solution effect */

.em-pse-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.em-pse-card {
	min-height: 150px;
	padding: 35px 25px;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F7F8 100%) 0% 0% no-repeat padding-box;
}

.em-pse-card__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 38px;
}

.em-pse-card__top span {
	color: var(--maincolor);
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.em-pse-card__top strong {
	color: rgba(255, 77, 0, .16);
	font-family: 'EmperialSerif', sans-serif;
	font-size: 76px;
	line-height: 62px;
	font-weight: 400;
}

/* SEO editorial columns */

.em-seo-editorial-columns {
	background: #fff;
}

.em-seo-columns-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.em-seo-column-card {
	padding: 30px;
	min-height: 285px;
}

.em-seo-column-card span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	margin-bottom: 42px;
	border: 1px solid var(--maincolor);
	border-radius: 50%;
	color: var(--maincolor);
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
}

/* SEO longform */

.em-seo-longform-content {
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F7F8 100%) 0% 0% no-repeat padding-box;
}

.em-seo-longform {
	display: grid;
	grid-template-columns: 370px minmax(0, 1fr);
	gap: 70px;
	padding: 45px;
	background: #fff;
}

.em-seo-longform__side {
	position: sticky;
	top: 120px;
	align-self: start;
	padding: 30px;
	border-radius: 30px;
	background: #F7F7F8;
}

.em-seo-longform__side h3 {
	margin: 0;
	color: #000;
	font-family: 'EmperialSerif', sans-serif;
	font-size: 34px;
	line-height: 36px;
	font-weight: 400;
}

.em-seo-longform__side ul {
	display: grid;
	gap: 12px;
	margin: 28px 0 0;
	padding: 0;
	list-style: none;
}

.em-seo-longform__side li {
	position: relative;
	padding-left: 24px;
	color: var(--darkgrey);
	font-family: 'Outfit', sans-serif;
	font-size: 15px;
	line-height: 21px;
	font-weight: 400;
}

.em-seo-longform__side li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--maincolor);
}

.em-seo-longform__content .em-refresh-title {
	max-width: 860px;
}

.em-seo-longform__body {
	max-width: 900px;
	margin-top: 35px;
	padding-top: 34px;
	border-top: 1px solid #DADADA;
}

.em-seo-longform__body h2,
.em-seo-longform__body h3,
.em-seo-longform__body h4 {
	margin: 32px 0 14px;
	color: #000;
	font-family: 'EmperialSerif', sans-serif;
	font-weight: 400;
}

.em-seo-longform__body h2 { font-size: 44px; line-height: 48px; }
.em-seo-longform__body h3 { font-size: 36px; line-height: 40px; }
.em-seo-longform__body h4 { font-size: 28px; line-height: 32px; }

.em-seo-longform__body p {
	margin: 0 0 18px;
}

.em-seo-longform__body ul,
.em-seo-longform__body ol {
	margin: 20px 0;
	padding-left: 25px;
}

/* SEO highlight strip */

.em-seo-highlight {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 470px);
	gap: 70px;
	align-items: end;
	padding: 45px;
	background:
		linear-gradient(180deg, #FFFFFF 0%, #F7F7F8 100%),
		#fff;
}

.em-seo-highlight .em-refresh-title {
	max-width: 880px;
}

.em-seo-highlight__side .wyswig p {
	margin: 0;
}

.em-seo-highlight__badges {
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	margin-top: 28px;
}

.em-seo-highlight__badges span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 14px;
	border-radius: 999px;
	background: #FFEFE8;
	color: var(--maincolor);
	font-family: 'Outfit', sans-serif;
	font-size: 13px;
	line-height: 13px;
	font-weight: 500;
}

/* Boosted increasing revenues */

.em-revenue-boosted-section {
	margin: 75px 0;
}

.em-revenue-boosted__heading {
	margin-bottom: 30px;
}

.em-revenue-boosted__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 16px;
	color: var(--maincolor);
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	text-transform: uppercase;
}

.em-revenue-boosted__eyebrow::before {
	content: "";
	width: 22px;
	height: 22px;
	border: 1px solid var(--maincolor);
	border-radius: 50%;
	background:
		radial-gradient(circle at 50% 50%, var(--maincolor) 0 3px, transparent 4px),
		#fff;
}

.em-revenue-boosted__heading .section-title-arrow {
	margin-bottom: 0;
}

.em-revenue-boosted__heading .section-title-arrow h2,
.em-revenue-boosted__heading .section-title-arrow h3,
.em-revenue-boosted__heading .section-title-arrow h4 {
	margin: 0;
	color: #000;
	font-family: 'Outfit', sans-serif;
	font-size: 26px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 0;
}

.em-revenue-boosted {
	display: grid;
	grid-template-columns: minmax(360px, .82fr) minmax(0, 1fr);
	gap: 18px;
	align-items: stretch;
}

.em-revenue-boosted__item {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 238px;
	padding: 26px;
	border: 1px solid #DADADA;
	border-radius: 30px;
	overflow: hidden;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F7F8 100%) 0% 0% no-repeat padding-box;
	transition: border-color .25s ease, transform .25s ease, background-color .25s ease;
}

.em-revenue-boosted__item.is-featured {
	grid-column: 1;
	grid-row: 1 / span 6;
	min-height: 100%;
	padding: 36px 42px;
	background: var(--maincolor);
	border-color: var(--maincolor);
}

.em-revenue-boosted__item:not(.is-featured) {
	grid-column: 2;
	min-height: 142px;
	padding: 22px 24px;
}

.em-revenue-boosted__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	margin-bottom: auto;
}

.em-revenue-boosted__kicker {
	position: relative;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 13px;
	border: 1px solid rgba(255, 77, 0, .22);
	border-radius: 999px;
	background: #fff;
	color: var(--maincolor);
	font-family: 'Outfit', sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.em-revenue-boosted__item.is-featured .em-revenue-boosted__kicker {
	border-color: rgba(255, 255, 255, .32);
	background: rgba(255, 255, 255, .16);
	color: #fff;
}

.em-revenue-boosted__number {
	position: absolute;
	right: -10px;
	bottom: -8px;
	z-index: 0;
	color: #000;
	font-family: 'Outfit', sans-serif;
	font-size: 150px;
	line-height: 112px;
	font-weight: 600;
	opacity: .035;
	pointer-events: none;
	user-select: none;
}

.em-revenue-boosted__item.is-featured .em-revenue-boosted__number {
	right: -16px;
	bottom: -10px;
	color: #fff;
	font-size: 260px;
	line-height: 185px;
	opacity: .1;
}

.em-revenue-boosted__content {
	position: relative;
	z-index: 2;
	margin-top: 64px;
}

.em-revenue-boosted__item.is-featured .em-revenue-boosted__content {
	margin-top: 128px;
	max-width: 680px;
}

.em-revenue-boosted__item:not(.is-featured) .em-revenue-boosted__content {
	margin-top: 34px;
	max-width: 760px;
}

.em-revenue-boosted__content h3 {
	margin: 0;
	color: #000;
	font-family: 'Outfit', sans-serif;
	font-size: 23px;
	line-height: 28px;
	font-weight: 400;
}

.em-revenue-boosted__content p {
	margin: 16px 0 0;
	color: var(--darkgrey);
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.em-revenue-boosted__item.is-featured .em-revenue-boosted__content h3,
.em-revenue-boosted__item.is-featured .em-revenue-boosted__content p {
	color: #fff;
}

.em-revenue-boosted__item.is-featured .em-revenue-boosted__content h3 {
	font-size: 30px;
	line-height: 36px;
}

.em-revenue-boosted__item.is-featured .em-revenue-boosted__content p {
	font-size: 19px;
	line-height: 28px;
	font-weight: 300;
}

.em-revenue-boosted__cta {
	justify-content: center;
	margin-top: 75px;
}

.em-revenue-boosted__note {
	max-width: 560px;
	margin: 15px auto 0;
	color: #000;
	font-family: 'Outfit', sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	text-align: center;
}

@media screen and (max-width: 1180px) {
	.em-refresh-heading--split,
	.em-command-center,
	.em-seo-longform,
	.em-seo-highlight {
		grid-template-columns: 1fr;
		gap: 38px;
	}

	.em-seo-longform__side {
		position: static;
	}

	.em-revenue-boosted {
		grid-template-columns: 1fr;
	}

	.em-revenue-boosted__item,
	.em-revenue-boosted__item.is-featured,
	.em-revenue-boosted__item:not(.is-featured) {
		grid-column: auto;
		grid-row: auto;
		min-height: 0;
		background: transparent linear-gradient(180deg, #FFFFFF 0%, #F7F7F8 100%) 0% 0% no-repeat padding-box;
	}

	.em-revenue-boosted__item.is-featured {
		padding: 28px 30px;
	}

	.em-revenue-boosted__item.is-featured .em-revenue-boosted__kicker {
		border-color: rgba(255, 77, 0, .22);
		background: #fff;
		color: var(--maincolor);
	}

	.em-revenue-boosted__number,
	.em-revenue-boosted__item.is-featured .em-revenue-boosted__number {
		right: -10px;
		bottom: -8px;
		color: #000;
		font-size: 150px;
		line-height: 112px;
		opacity: .035;
	}

	.em-revenue-boosted__content,
	.em-revenue-boosted__item.is-featured .em-revenue-boosted__content,
	.em-revenue-boosted__item:not(.is-featured) .em-revenue-boosted__content {
		max-width: none;
		margin-top: 44px;
	}

	.em-revenue-boosted__item.is-featured .em-revenue-boosted__content h3,
	.em-revenue-boosted__item.is-featured .em-revenue-boosted__content p {
		color: #000;
	}

	.em-revenue-boosted__item.is-featured .em-revenue-boosted__content h3,
	.em-revenue-boosted__content h3 {
		font-size: 23px;
		line-height: 28px;
	}

	.em-revenue-boosted__item.is-featured .em-revenue-boosted__content p,
	.em-revenue-boosted__content p {
		font-size: 16px;
		line-height: 24px;
	}
}

@media screen and (max-width: 900px) {
	.em-refresh-block {
		margin: 60px 0;
	}

	.em-refresh-title {
		font-size: 54px;
		line-height: 56px;
	}

	.em-command-center__channels,
	.em-pse-grid,
	.em-seo-columns-grid {
		grid-template-columns: 1fr;
	}

	.em-command-center__panel {
		padding: 20px;
	}

	.em-command-center__metrics {
		grid-template-columns: 1fr;
	}

	.em-pse-card {
		min-height: 0;
	}

	.em-revenue-boosted__cta {
		margin-top: 45px;
	}
}

@media screen and (max-width: 600px) {
	.em-refresh-block {
		margin: 50px 0;
	}

	.em-refresh-heading {
		margin-bottom: 32px;
	}

	.em-refresh-title {
		font-size: 42px;
		line-height: 44px;
	}

	.em-refresh-lead,
	.em-refresh-lead p,
	.em-seo-highlight__side,
	.em-seo-highlight__side p,
	.em-seo-longform__body,
	.em-seo-longform__body p,
	.em-seo-longform__body li {
		font-size: 16px;
		line-height: 24px;
	}

	.em-command-center__channel,
	.em-pse-card,
	.em-seo-column-card,
	.em-seo-longform,
	.em-seo-highlight {
		border-radius: 26px;
	}

	.em-command-center__channel,
	.em-pse-card,
	.em-seo-column-card {
		padding: 24px;
	}

	.em-command-center__chart {
		height: 210px;
		padding: 18px;
	}

	.em-seo-longform,
	.em-seo-highlight {
		padding: 24px;
	}

	.em-seo-longform__side {
		padding: 24px;
		border-radius: 22px;
	}

	.em-revenue-boosted-section {
		margin: 55px 0;
	}

	.em-revenue-boosted__heading .section-title-arrow h2,
	.em-revenue-boosted__heading .section-title-arrow h3,
	.em-revenue-boosted__heading .section-title-arrow h4 {
		font-size: 24px;
		line-height: 29px;
	}

	.em-revenue-boosted__item {
		border-radius: 22px;
	}

	.em-revenue-boosted__item,
	.em-revenue-boosted__item.is-featured,
	.em-revenue-boosted__item:not(.is-featured) {
		padding: 24px;
	}

	.em-revenue-boosted__number {
		font-size: 128px;
		line-height: 92px;
	}

	.em-revenue-boosted__content,
	.em-revenue-boosted__item.is-featured .em-revenue-boosted__content,
	.em-revenue-boosted__item:not(.is-featured) .em-revenue-boosted__content {
		margin-top: 36px;
	}

	.em-pse-card__top {
		margin-bottom: 28px;
	}

	.em-pse-card__top strong {
		font-size: 58px;
		line-height: 48px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.em-word,
	.em-command-center__channel,
	.em-pse-card {
		transition: none;
		will-change: auto;
	}
}

/* Revenue boosted: interactive card fan */

.em-revenue-boosted-section .section-max-width {
	position: relative;
}

.em-revenue-boosted-section .em-revenue-boosted__heading {
	max-width: 760px;
	margin-bottom: 28px;
}

.em-revenue-boosted-section .em-revenue-boosted {
	position: relative;
	display: block;
	min-height: 620px;
	padding: 0;
	background: transparent;
	overflow: visible;
}

.em-revenue-boosted__stage {
	position: relative;
	height: 620px;
	perspective: 1400px;
	overflow: visible;
}

.em-revenue-boosted__stage .em-revenue-boosted__item {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	width: min(360px, 28vw);
	min-width: 292px;
	height: 430px;
	min-height: 0;
	padding: 28px;
	border: 1px solid rgba(0, 0, 0, .08);
	border-radius: 28px;
	background: #F7F7F8;
	box-shadow: 0 28px 80px rgba(0, 0, 0, .12);
	cursor: default;
	outline: none;
	overflow: hidden;
	transform-origin: 50% 82%;
	will-change: transform;
}

.em-revenue-boosted__stage .em-revenue-boosted__item:focus-visible {
	box-shadow:
		0 0 0 3px rgba(255, 77, 0, .8),
		0 28px 80px rgba(0, 0, 0, .12);
}

.em-revenue-boosted__stage .em-revenue-boosted__item--tone-1 {
	background: #FFFFFF;
}

.em-revenue-boosted__stage .em-revenue-boosted__item--tone-2 {
	background: #FFF1EA;
}

.em-revenue-boosted__stage .em-revenue-boosted__item--tone-3 {
	background: #F1F1F2;
}

.em-revenue-boosted__stage .em-revenue-boosted__item--tone-4 {
	background: #FFFFFF;
}

.em-revenue-boosted__stage .em-revenue-boosted__card-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin: 0 0 52px;
}

.em-revenue-boosted__stage .em-revenue-boosted__kicker {
	min-height: 34px;
	padding: 0 13px;
	border: 1px solid rgba(0, 0, 0, .12);
	border-radius: 999px;
	background: rgba(255, 255, 255, .6);
	color: #000;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
}

.em-revenue-boosted__stage .em-revenue-boosted__number {
	right: 22px;
	bottom: 116px;
	color: #000;
	font-size: 136px;
	line-height: 100px;
	font-weight: 600;
	opacity: .1;
}

.em-revenue-boosted__stage .em-revenue-boosted__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: flex-end;
	max-width: none;
	margin: 0;
}

.em-revenue-boosted__stage .em-revenue-boosted__content h3 {
	margin: 0;
	color: #000;
	font-family: 'Outfit', sans-serif;
	font-size: 33px;
	line-height: 36px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0;
}

.em-revenue-boosted__stage .em-revenue-boosted__content p {
	margin: 24px 0 0;
	color: #000;
	font-family: 'Outfit', sans-serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
}

.em-revenue-boosted-section .em-revenue-boosted__cta {
	margin-top: 44px;
}

.em-revenue-boosted-section .em-revenue-boosted__note {
	margin-top: 14px;
}

@media screen and (max-width: 1180px) {
	.em-revenue-boosted-section .em-revenue-boosted {
		min-height: 0;
		padding: 0;
		background: transparent;
		overflow: visible;
	}

	.em-revenue-boosted__stage {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
		height: auto;
		perspective: none;
		overflow: visible;
	}

	.em-revenue-boosted__stage .em-revenue-boosted__item {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		min-width: 0;
		height: auto;
		min-height: 360px;
		transform: none !important;
	}
}

@media screen and (max-width: 700px) {
	.em-revenue-boosted-section .em-revenue-boosted {
		padding: 18px;
		border-radius: 28px;
	}

	.em-revenue-boosted__stage {
		grid-template-columns: 1fr;
	}

	.em-revenue-boosted__stage .em-revenue-boosted__item {
		min-height: 330px;
		padding: 24px;
		border-radius: 24px;
	}

	.em-revenue-boosted__stage .em-revenue-boosted__content h3 {
		font-size: 28px;
		line-height: 31px;
	}

	.em-revenue-boosted__stage .em-revenue-boosted__content p {
		font-size: 15px;
		line-height: 23px;
	}
}
