.pmcg-corporate-page {
	background: #fff;
	color: #10233f;
}

.pmcg-corporate-page .container {
	max-width: 1280px;
	width: 94%;
}

.pmcg-corporate-page h1,
.pmcg-corporate-page h2,
.pmcg-corporate-page h3 {
	font-family: Raleway, Helvetica, Arial, sans-serif;
}

.pmcg-corporate-hero {
	background:
		linear-gradient(90deg, rgba(5, 24, 49, 0.98) 0%, rgba(5, 24, 49, 0.88) 42%, rgba(5, 24, 49, 0.26) 100%),
		var(--pmcg-corporate-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 74px 0 34px;
}

.pmcg-corporate-hero__content {
	max-width: 690px;
}

.pmcg-corporate-hero h1 {
	color: #fff;
	font-size: clamp(2.35rem, 4.2vw, 4.55rem);
	font-weight: 900;
	line-height: 1.02;
	margin: 0;
}

.pmcg-corporate-hero h1 span {
	color: #ff7900;
}

.pmcg-corporate-hero__content > p:not(.pmcg-eyebrow) {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.04rem;
	line-height: 1.72;
	margin: 22px 0 0;
	max-width: 600px;
}

.pmcg-corporate-hero__trust {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 42px;
	max-width: 850px;
}

.pmcg-corporate-hero__trust div {
	align-items: center;
	display: grid;
	gap: 4px 12px;
	grid-template-columns: 42px 1fr;
}

.pmcg-corporate-hero__trust i {
	align-items: center;
	color: #ff7900;
	display: inline-flex;
	font-size: 2rem;
	grid-row: span 2;
	justify-content: center;
}

.pmcg-corporate-hero__trust strong {
	color: #fff;
	font-size: 0.82rem;
	font-weight: 900;
}

.pmcg-corporate-hero__trust span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.72rem;
	line-height: 1.25;
}

.pmcg-corporate-section {
	padding: 42px 0;
}

.pmcg-corporate-heading {
	margin: 0 auto 30px;
	max-width: 840px;
	text-align: center;
}

.pmcg-corporate-heading h2 {
	color: #071d3a;
	font-size: clamp(1.6rem, 2.4vw, 2.3rem);
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-corporate-heading h2::after {
	background: #ff7900;
	content: "";
	display: block;
	height: 3px;
	margin: 12px auto 0;
	width: 42px;
}

.pmcg-corporate-heading p {
	color: #52657b;
	line-height: 1.68;
	margin: 16px auto 0;
	max-width: 760px;
}

.pmcg-corporate-solutions__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pmcg-corporate-solutions article {
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.09);
	border-radius: 16px;
	box-shadow: 0 18px 38px rgba(9, 31, 61, 0.06);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	padding: 18px;
}

.pmcg-corporate-solutions__head {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 48px 1fr;
	min-height: 68px;
}

.pmcg-corporate-solutions__head i {
	align-items: center;
	background: #071d3a;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.45rem;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.pmcg-corporate-solutions article:nth-child(even) .pmcg-corporate-solutions__head i {
	background: #ff7900;
}

.pmcg-corporate-solutions h3 {
	color: #071d3a;
	font-size: 0.95rem;
	font-weight: 900;
	line-height: 1.28;
	margin: 0;
}

.pmcg-corporate-solutions img {
	aspect-ratio: 1.42 / 1;
	border-radius: 10px;
	display: block;
	margin-top: 14px;
	object-fit: cover;
	width: 100%;
}

.pmcg-corporate-solutions p {
	color: #52657b;
	font-size: 0.83rem;
	line-height: 1.62;
	margin: 18px 0 0;
}

.pmcg-corporate-solutions a {
	align-items: center;
	color: #ff7900;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	gap: 8px;
	margin-top: auto;
	padding-top: 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.pmcg-corporate-method {
	padding-top: 18px;
}

.pmcg-corporate-method__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	position: relative;
}

.pmcg-corporate-method__grid div {
	position: relative;
	text-align: center;
}

.pmcg-corporate-method__grid div + div::before {
	background: rgba(255, 121, 0, 0.45);
	content: "";
	height: 2px;
	left: -50%;
	position: absolute;
	top: 38px;
	width: 100%;
	z-index: 0;
}

.pmcg-corporate-method i {
	align-items: center;
	background: #071d3a;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.8rem;
	height: 76px;
	justify-content: center;
	position: relative;
	width: 76px;
	z-index: 1;
}

.pmcg-corporate-method strong {
	color: #071d3a;
	display: block;
	font-size: 0.86rem;
	font-weight: 900;
	margin-top: 18px;
	text-transform: uppercase;
}

.pmcg-corporate-method span {
	color: #52657b;
	display: block;
	font-size: 0.78rem;
	line-height: 1.55;
	margin: 8px auto 0;
	max-width: 190px;
}

.pmcg-corporate-benefits {
	padding: 20px 0 42px;
}

.pmcg-corporate-benefits__card {
	background:
		linear-gradient(90deg, rgba(5, 24, 49, 0.98) 0%, rgba(5, 24, 49, 0.94) 58%, rgba(5, 24, 49, 0.58) 100%),
		var(--pmcg-corporate-benefits-image);
	background-position: center;
	background-size: cover;
	border-radius: 16px;
	box-shadow: 0 22px 52px rgba(7, 29, 58, 0.16);
	color: #fff;
	padding: 34px;
}

.pmcg-corporate-benefits h2 {
	color: #fff;
	font-size: 1.45rem;
	font-weight: 900;
	margin: 0 0 26px;
	text-transform: uppercase;
}

.pmcg-corporate-benefits__grid {
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pmcg-corporate-benefits__grid div {
	border-right: 1px solid rgba(255, 255, 255, 0.18);
	padding-right: 18px;
}

.pmcg-corporate-benefits__grid div:last-child {
	border-right: 0;
	padding-right: 0;
}

.pmcg-corporate-benefits i {
	color: #ff7900;
	font-size: 2.35rem;
}

.pmcg-corporate-benefits strong {
	color: #fff;
	display: block;
	font-size: 0.88rem;
	font-weight: 900;
	margin-top: 16px;
}

.pmcg-corporate-benefits span {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 0.78rem;
	line-height: 1.5;
	margin-top: 8px;
}

.pmcg-corporate-clients {
	padding: 8px 0 38px;
}

.pmcg-corporate-clients .pmcg-replica-clients {
	max-width: none;
	padding: 0;
	text-align: center;
}

.pmcg-corporate-clients .pmcg-replica-clients h2 {
	font-size: clamp(1.45rem, 2.2vw, 2.05rem);
	margin-bottom: 26px;
	text-transform: uppercase;
}

.pmcg-corporate-clients .pmcg-replica-client-row {
	justify-content: center;
}

.pmcg-corporate-final-cta {
	padding: 0 0 44px;
}

.pmcg-corporate-final-cta__card {
	align-items: center;
	background: #f8fafc;
	border: 1px solid rgba(9, 31, 61, 0.07);
	border-radius: 18px;
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr auto;
	padding: 28px 34px;
}

.pmcg-corporate-final-cta__card > div:first-child {
	align-items: center;
	display: grid;
	gap: 4px 18px;
	grid-template-columns: auto 1fr;
}

.pmcg-corporate-final-cta__card i.fa-calendar {
	align-items: center;
	border: 2px solid rgba(255, 121, 0, 0.28);
	border-radius: 999px;
	color: #ff7900;
	display: inline-flex;
	font-size: 1.85rem;
	grid-row: span 2;
	height: 62px;
	justify-content: center;
	width: 62px;
}

.pmcg-corporate-final-cta h2 {
	color: #071d3a;
	font-size: 1.35rem;
	font-weight: 900;
	margin: 0;
}

.pmcg-corporate-final-cta p {
	color: #52657b;
	margin: 0;
}

@media (max-width: 1199px) {
	.pmcg-corporate-solutions__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pmcg-corporate-method__grid,
	.pmcg-corporate-benefits__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pmcg-corporate-method__grid div + div::before {
		display: none;
	}

	.pmcg-corporate-benefits__grid div {
		border-right: 0;
	}
}

@media (max-width: 991px) {
	.pmcg-corporate-hero {
		padding: 64px 0 38px;
	}

	.pmcg-corporate-hero__trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-corporate-final-cta__card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.pmcg-corporate-hero {
		background:
			linear-gradient(180deg, rgba(5, 24, 49, 0.98) 0%, rgba(5, 24, 49, 0.91) 58%, rgba(5, 24, 49, 0.68) 100%),
			var(--pmcg-corporate-hero-image);
		background-position: 62% center;
	}

	.pmcg-corporate-solutions__grid,
	.pmcg-corporate-method__grid,
	.pmcg-corporate-benefits__grid {
		grid-template-columns: 1fr;
	}

	.pmcg-corporate-section {
		padding: 34px 0;
	}

	.pmcg-corporate-benefits__card,
	.pmcg-corporate-final-cta__card {
		padding: 24px;
	}

	.pmcg-corporate-benefits {
		padding-bottom: 34px;
	}

	.pmcg-corporate-benefits__grid div {
		border-bottom: 1px solid rgba(255, 255, 255, 0.16);
		padding-bottom: 18px;
		text-align: center;
	}

	.pmcg-corporate-benefits__grid div:last-child {
		border-bottom: 0;
		padding-bottom: 0;
	}

	.pmcg-corporate-final-cta__card > div:first-child {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.pmcg-corporate-final-cta__card i.fa-calendar {
		margin: 0 auto;
	}
}

@media (max-width: 480px) {
	.pmcg-corporate-hero__trust {
		grid-template-columns: 1fr;
	}

	.pmcg-corporate-hero__trust div {
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 14px;
		padding: 14px;
	}
}

.pmcg-about-page {
	background: #fff;
	color: #10233f;
}

.pmcg-about-page .container {
	max-width: 1280px;
	width: 94%;
}

.pmcg-about-page h1,
.pmcg-about-page h2,
.pmcg-about-page h3 {
	font-family: Raleway, Helvetica, Arial, sans-serif;
}

.pmcg-about-hero {
	background:
		linear-gradient(90deg, rgba(5, 24, 49, 0.98) 0%, rgba(5, 24, 49, 0.86) 43%, rgba(5, 24, 49, 0.3) 100%),
		var(--pmcg-about-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 80px 0 76px;
}

.pmcg-about-hero__content {
	max-width: 690px;
}

.pmcg-about-hero h1 {
	color: #fff;
	font-size: clamp(2.35rem, 4.2vw, 4.5rem);
	font-weight: 900;
	line-height: 1.02;
	margin: 0;
}

.pmcg-about-hero h1 span {
	color: #ff7900;
}

.pmcg-about-hero__content > p:not(.pmcg-eyebrow) {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1.04rem;
	line-height: 1.72;
	margin: 22px 0 0;
	max-width: 610px;
}

.pmcg-about-section {
	padding: 42px 0;
}

.pmcg-about-heading {
	margin: 0 auto 28px;
	max-width: 820px;
	text-align: center;
}

.pmcg-about-heading--left {
	margin-left: 0;
	text-align: left;
}

.pmcg-about-heading h2 {
	color: #071d3a;
	font-size: clamp(1.58rem, 2.4vw, 2.25rem);
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-about-heading h2::after {
	background: #ff7900;
	content: "";
	display: block;
	height: 3px;
	margin: 12px auto 0;
	width: 42px;
}

.pmcg-about-heading--left h2::after {
	margin-left: 0;
}

.pmcg-about-essence__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmcg-about-essence article {
	align-items: flex-start;
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 16px;
	box-shadow: 0 18px 40px rgba(9, 31, 61, 0.06);
	display: grid;
	gap: 18px;
	grid-template-columns: auto 1fr;
	padding: 30px;
}

.pmcg-about-essence i {
	align-items: center;
	background: #f3f6fb;
	border-radius: 999px;
	color: #071d3a;
	display: inline-flex;
	font-size: 1.65rem;
	height: 58px;
	justify-content: center;
	width: 58px;
}

.pmcg-about-essence h3 {
	color: #071d3a;
	font-size: 1rem;
	font-weight: 900;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.pmcg-about-essence p,
.pmcg-about-history p,
.pmcg-about-team p {
	color: #52657b;
	font-size: 0.94rem;
	line-height: 1.72;
	margin: 0;
}

.pmcg-about-stats {
	padding: 14px 0 30px;
}

.pmcg-about-stats__grid {
	background: #f7f8fb;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 16px;
	box-shadow: 0 20px 42px rgba(9, 31, 61, 0.06);
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.pmcg-about-stats__grid div {
	align-items: center;
	border-left: 1px solid rgba(9, 31, 61, 0.08);
	display: grid;
	gap: 4px 18px;
	grid-template-columns: auto 1fr;
	padding: 26px 30px;
}

.pmcg-about-stats__grid div:first-child {
	border-left: 0;
}

.pmcg-about-stats i {
	color: #071d3a;
	font-size: 2.25rem;
	grid-row: span 2;
}

.pmcg-about-stats strong {
	color: #ff7900;
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 1;
}

.pmcg-about-stats span {
	color: #52657b;
	font-size: 0.82rem;
	font-weight: 700;
}

.pmcg-about-history {
	padding-top: 28px;
}

.pmcg-about-history__grid {
	align-items: center;
	display: grid;
	gap: 52px;
	grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.pmcg-about-history__image img {
	border-radius: 12px;
	box-shadow: 0 24px 52px rgba(9, 31, 61, 0.14);
	display: block;
	width: 100%;
}

.pmcg-about-history__content p + p {
	margin-top: 16px;
}

.pmcg-about-team {
	background: #fff;
}

.pmcg-about-team__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pmcg-about-team article {
	background: #f8fafc;
	border: 1px solid rgba(9, 31, 61, 0.07);
	border-radius: 16px;
	padding: 28px 24px;
	text-align: center;
}

.pmcg-about-team img {
	aspect-ratio: 1;
	border-radius: 999px;
	box-shadow: 0 16px 34px rgba(9, 31, 61, 0.12);
	display: block;
	margin: 0 auto 18px;
	object-fit: cover;
	width: min(145px, 72%);
}

.pmcg-about-team h3 {
	color: #071d3a;
	font-size: 1rem;
	font-weight: 900;
	margin: 0;
}

.pmcg-about-team strong {
	color: #ff7900;
	display: block;
	font-size: 0.76rem;
	margin: 6px 0 12px;
}

.pmcg-about-team a {
	align-items: center;
	background: #071d3a;
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	height: 26px;
	justify-content: center;
	margin-top: 16px;
	text-decoration: none;
	width: 26px;
}

.pmcg-about-visual-section {
	background: #fff;
	padding: 24px 0;
}

.pmcg-about-visual-section--pmp {
	padding-top: 10px;
}

.pmcg-about-visual {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}

.pmcg-about-visual img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	width: 100%;
}

.pmcg-about-results {
	background: #fff;
	padding-top: 30px;
}

.pmcg-about-results__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmcg-about-results article {
	background: #f8fafc;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 18px;
	box-shadow: 0 18px 40px rgba(9, 31, 61, 0.06);
	padding: 30px;
	text-align: center;
}

.pmcg-about-results h3 {
	color: #071d3a;
	font-size: 1.05rem;
	font-weight: 900;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.pmcg-about-results p {
	color: #52657b;
	font-size: 0.94rem;
	line-height: 1.72;
	margin: 0;
}

.pmcg-about-international-section,
.pmcg-about-experts-section {
	background: #fff;
	padding: 24px 0;
}

.pmcg-about-international {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 24px 62px rgba(7, 29, 58, 0.08);
	overflow: hidden;
	padding: 30px;
}

.pmcg-about-international__header {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1.05fr) minmax(420px, 0.95fr);
	margin-bottom: 26px;
}

.pmcg-about-international h2 {
	color: #071d3a;
	font-size: clamp(2.35rem, 4.6vw, 4.2rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 0.96;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-about-international h2 span {
	display: block;
}

.pmcg-about-international h2::after {
	background: #ff7900;
	content: "";
	display: block;
	height: 3px;
	margin-top: 18px;
	width: 48px;
}

.pmcg-about-international__header p {
	color: #263c57;
	font-size: 1rem;
	line-height: 1.56;
	margin: 18px 0 0;
	max-width: 660px;
}

.pmcg-about-international__logos {
	background: rgba(248, 250, 252, 0.94);
	border-radius: 16px;
	padding: 0 0 10px;
}

.pmcg-about-international__logos > strong {
	align-items: center;
	background: #071d3a;
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 0.86rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.04em;
	line-height: 1.1;
	margin: 0 auto 10px;
	max-width: 340px;
	min-height: 34px;
	text-align: center;
	text-transform: uppercase;
	transform: translateY(-10px);
}

.pmcg-about-international__logos > div {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	padding: 0 14px;
}

.pmcg-about-international__logos article {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 8px;
	box-shadow: 0 12px 24px rgba(7, 29, 58, 0.06);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 118px;
	padding: 18px 10px 12px;
	text-align: center;
}

.pmcg-about-international__logos img {
	display: block;
	height: 54px;
	margin: 0 auto 12px;
	max-width: 132px;
	object-fit: contain;
	width: 100%;
}

.pmcg-about-international__logos b {
	background: #7342a2;
	color: #fff;
	display: block;
	font-size: 0.86rem;
	font-weight: 900;
	margin: 0 auto 4px;
	max-width: 112px;
	padding: 4px 8px;
}

.pmcg-about-international__logo-card--scrumstudy b {
	background: #1168a8;
}

.pmcg-about-international__logo-card--certiprof b {
	background: #19a5aa;
}

.pmcg-about-international__grid {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pmcg-about-international__grid article {
	align-items: start;
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.06);
	border-radius: 16px;
	box-shadow: 0 16px 36px rgba(7, 29, 58, 0.07);
	display: grid;
	gap: 6px 14px;
	grid-template-columns: 58px 1fr;
	grid-template-rows: minmax(48px, auto) 1fr;
	min-height: 154px;
	padding: 22px;
}

.pmcg-about-international__grid article > div {
	align-items: center;
	background: #071d3a;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.55rem;
	grid-row: 1 / span 2;
	height: 54px;
	justify-content: center;
	align-self: start;
	margin-top: 2px;
	width: 54px;
}

.pmcg-about-international__grid article:nth-child(even) > div {
	background: #ff7900;
}

.pmcg-about-international__grid h3 {
	align-self: start;
	color: #071d3a;
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.12;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-about-international__grid h3::after {
	background: #ff7900;
	content: "";
	display: block;
	height: 2px;
	margin-top: 8px;
	width: 42px;
}

.pmcg-about-international__grid p {
	align-self: start;
	color: #293d57;
	font-size: 0.82rem;
	grid-column: 2;
	line-height: 1.45;
	margin: 0;
}

.pmcg-about-international__benefits {
	border-top: 1px solid rgba(9, 31, 61, 0.07);
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 24px;
	padding-top: 18px;
}

.pmcg-about-international__benefits article {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 54px 1fr;
}

.pmcg-about-international__benefits i {
	color: #071d3a;
	font-size: 2.1rem;
	text-align: center;
}

.pmcg-about-international__benefits h4 {
	color: #071d3a;
	font-size: 0.78rem;
	font-weight: 900;
	margin: 0 0 4px;
	text-transform: uppercase;
}

.pmcg-about-international__benefits p {
	color: #52657b;
	font-size: 0.73rem;
	line-height: 1.4;
	margin: 0;
}

.pmcg-about-experts {
	background: #f8fafc;
	border-radius: 20px;
	box-shadow: inset 0 0 0 1px rgba(9, 31, 61, 0.05);
	padding: 34px 28px;
}

.pmcg-about-experts__heading {
	margin: 0 auto 28px;
	max-width: 820px;
	text-align: center;
}

.pmcg-about-experts h2 {
	color: #071d3a;
	font-size: clamp(2rem, 4vw, 3.2rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-about-experts h2 span {
	display: inline-block;
}

.pmcg-about-experts__heading p {
	color: #52657b;
	font-size: 0.96rem;
	line-height: 1.5;
	margin: 22px auto 0;
	max-width: 760px;
}

.pmcg-about-experts__heading strong {
	color: #071d3a;
	font-weight: 900;
}

.pmcg-about-experts__grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pmcg-about-experts__grid article {
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 16px;
	box-shadow: 0 18px 38px rgba(7, 29, 58, 0.07);
	min-height: 360px;
	padding: 30px 24px 22px;
	text-align: center;
}

.pmcg-about-experts__icon {
	align-items: center;
	background: radial-gradient(circle at 35% 25%, #1f5f8f 0%, #071d3a 62%, #031327 100%);
	border: 7px solid #fff;
	border-radius: 999px;
	box-shadow: 0 0 0 2px rgba(255, 121, 0, 0.78), 0 16px 32px rgba(7, 29, 58, 0.18);
	color: #fff;
	display: inline-flex;
	font-size: 3rem;
	height: 128px;
	justify-content: center;
	margin: 0 auto 22px;
	position: relative;
	width: 128px;
}

.pmcg-about-experts__icon::before {
	background: #ff7900;
	border-radius: 999px;
	content: "";
	height: 10px;
	left: -11px;
	position: absolute;
	top: 55px;
	width: 10px;
}

.pmcg-about-experts__grid h3 {
	color: #071d3a;
	font-size: 1.02rem;
	font-weight: 900;
	line-height: 1.15;
	margin: 0;
	min-height: 48px;
	text-transform: uppercase;
}

.pmcg-about-experts__grid h3::after {
	background: #ff7900;
	content: "";
	display: block;
	height: 3px;
	margin: 12px auto 18px;
	width: 52px;
}

.pmcg-about-experts__grid p {
	color: #52657b;
	font-size: 0.84rem;
	line-height: 1.56;
	margin: 0;
}

.pmcg-about-experts__grid article > span {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.12);
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(7, 29, 58, 0.1);
	color: #071d3a;
	display: inline-flex;
	font-size: 1.15rem;
	height: 46px;
	justify-content: center;
	margin-top: 24px;
	width: 46px;
}

.pmcg-about-proof {
	background: #fff;
	padding-top: 24px;
}

.pmcg-about-proof__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
}

.pmcg-about-partners,
.pmcg-about-testimonial {
	border-radius: 16px;
	min-height: 248px;
	padding: 26px;
}

.pmcg-about-partners {
	background: #f8fafc;
	border: 1px solid rgba(9, 31, 61, 0.07);
}

.pmcg-about-partners__grid {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmcg-about-partners__grid div {
	align-items: center;
	background: #fff;
	border-radius: 12px;
	display: flex;
	height: 86px;
	justify-content: center;
	padding: 14px;
}

.pmcg-about-partners img {
	display: block;
	height: auto;
	max-height: 58px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.pmcg-about-testimonial {
	background: #071d3a;
	color: #fff;
	position: relative;
	text-align: center;
}

.pmcg-about-testimonial .pmcg-eyebrow {
	color: #ff7900;
	display: block;
	font-size: 0.76rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.pmcg-about-testimonial .pmcg-replica-feedback-track {
	min-height: 104px;
}

.pmcg-about-testimonial .pmcg-replica-feedback-slide {
	border: 0;
	display: grid;
	gap: 14px;
	grid-template-columns: 32px 1fr;
	margin: 0;
	opacity: 0;
	position: absolute;
	transition: opacity 0.25s ease;
}

.pmcg-about-testimonial .pmcg-replica-feedback-slide.is-active {
	opacity: 1;
	position: relative;
}

.pmcg-about-testimonial .pmcg-replica-feedback-slide > span {
	color: rgba(255, 255, 255, 0.35);
	font-family: Georgia, serif;
	font-size: 3.8rem;
	line-height: 0.85;
}

.pmcg-about-testimonial .pmcg-replica-feedback-slide p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.88rem;
	line-height: 1.58;
	margin: 0;
	text-align: left;
}

.pmcg-about-testimonial .pmcg-replica-feedback-slide cite {
	color: #fff;
	display: block;
	font-style: normal;
	font-weight: 900;
	grid-column: 2;
	margin-top: 8px;
	text-align: left;
}

.pmcg-about-testimonial .pmcg-replica-feedback-slide small {
	color: rgba(255, 255, 255, 0.68);
	display: block;
	font-size: 0.75rem;
	font-weight: 700;
	margin-top: 3px;
}

.pmcg-about-testimonial .pmcg-replica-slider-ui {
	margin-top: 18px;
}

.pmcg-about-final-cta {
	padding: 4px 0 44px;
}

.pmcg-about-final-cta__card {
	align-items: center;
	background: #fff6ed;
	border: 1px solid rgba(255, 121, 0, 0.16);
	border-radius: 18px;
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr auto;
	padding: 28px 34px;
}

.pmcg-about-final-cta__card > div:first-child {
	align-items: center;
	display: grid;
	gap: 4px 18px;
	grid-template-columns: auto 1fr;
}

.pmcg-about-final-cta__card i.fa-users {
	align-items: center;
	background: #ff7900;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.8rem;
	grid-row: span 2;
	height: 62px;
	justify-content: center;
	width: 62px;
}

.pmcg-about-final-cta h2 {
	color: #071d3a;
	font-size: 1.35rem;
	font-weight: 900;
	margin: 0;
}

.pmcg-about-final-cta p {
	color: #52657b;
	margin: 0;
}

@media (max-width: 1024px) {
	.pmcg-about-essence__grid,
	.pmcg-about-history__grid,
	.pmcg-about-results__grid,
	.pmcg-about-proof__grid,
	.pmcg-about-final-cta__card {
		grid-template-columns: 1fr;
	}

	.pmcg-about-team__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-about-international__header,
	.pmcg-about-international__grid,
	.pmcg-about-experts__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-about-international__benefits {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-about-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-about-stats__grid div:nth-child(odd) {
		border-left: 0;
	}
}

@media (max-width: 767px) {
	.pmcg-about-hero {
		background:
			linear-gradient(180deg, rgba(5, 24, 49, 0.98) 0%, rgba(5, 24, 49, 0.9) 58%, rgba(5, 24, 49, 0.66) 100%),
			var(--pmcg-about-hero-image);
		background-position: 62% center;
		padding: 64px 0 58px;
	}

	.pmcg-about-section {
		padding: 34px 0;
	}

	.pmcg-about-international-section,
	.pmcg-about-experts-section {
		padding: 18px 0;
	}

	.pmcg-about-visual-section {
		padding: 18px 0;
	}

	.pmcg-about-essence article,
	.pmcg-about-results article,
	.pmcg-about-stats__grid div,
	.pmcg-about-final-cta__card > div:first-child {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.pmcg-about-essence i,
	.pmcg-about-final-cta__card i.fa-users {
		margin: 0 auto;
	}

	.pmcg-about-stats__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-about-stats__grid div {
		border-left: 0;
		border-top: 1px solid rgba(9, 31, 61, 0.08);
		padding: 22px 16px;
	}

	.pmcg-about-stats__grid div:nth-child(-n+2) {
		border-top: 0;
	}

	.pmcg-about-team__grid,
	.pmcg-about-partners__grid {
		grid-template-columns: 1fr;
	}

	.pmcg-about-international,
	.pmcg-about-experts {
		padding: 24px 18px;
	}

	.pmcg-about-international__header,
	.pmcg-about-international__grid,
	.pmcg-about-international__benefits,
	.pmcg-about-experts__grid {
		grid-template-columns: 1fr;
		text-align: center;
	}

	.pmcg-about-international h2::after,
	.pmcg-about-international__grid h3::after {
		margin-left: auto;
		margin-right: auto;
	}

	.pmcg-about-international__logos > div {
		grid-template-columns: 1fr;
	}

	.pmcg-about-international__grid article,
	.pmcg-about-international__benefits article {
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		justify-items: center;
	}

	.pmcg-about-international__grid article > div {
		grid-row: auto;
		margin-top: 0;
	}

	.pmcg-about-international__grid p {
		grid-column: auto;
	}

	.pmcg-about-partners,
	.pmcg-about-testimonial,
	.pmcg-about-final-cta__card {
		padding: 24px;
	}
}

@media (max-width: 480px) {
	.pmcg-about-stats__grid,
	.pmcg-about-team__grid {
		grid-template-columns: 1fr;
	}

	.pmcg-about-stats__grid div:nth-child(2) {
		border-top: 1px solid rgba(9, 31, 61, 0.08);
	}
}
.pmcg-home {
	background: #f5f7fb;
	color: #213044;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.pmcg-home h1,
.pmcg-home h2,
.pmcg-home h3 {
	color: #071d3a;
	font-family: Raleway, Helvetica, Arial, sans-serif;
	letter-spacing: -0.03em;
}

.pmcg-hero {
	background:
		linear-gradient(90deg, rgba(5, 24, 49, 0.98) 0%, rgba(5, 24, 49, 0.9) 42%, rgba(5, 24, 49, 0.52) 100%),
		var(--pmcg-hero-image, linear-gradient(135deg, #081f3d, #0c3c63));
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	padding: 96px 0 82px;
	position: relative;
}

.pmcg-hero__slides {
	inset: 0;
	position: absolute;
	z-index: 0;
}

.pmcg-hero__slide {
	animation: pmcgHeroSlide calc(var(--pmcg-slide-count, 1) * 6s) infinite;
	animation-delay: calc(var(--pmcg-slide-index, 0) * 6s);
	background:
		linear-gradient(90deg, rgba(5, 24, 49, 0.98) 0%, rgba(5, 24, 49, 0.88) 44%, rgba(5, 24, 49, 0.45) 100%),
		var(--pmcg-hero-image, linear-gradient(135deg, #081f3d, #0c3c63));
	background-position: center;
	background-size: cover;
	inset: 0;
	opacity: 0;
	position: absolute;
	transform: scale(1.03);
}

.pmcg-hero__slide:only-child {
	animation: none;
	opacity: 1;
	transform: none;
}

@keyframes pmcgHeroSlide {
	0% {
		opacity: 0;
		transform: scale(1.03);
	}

	4%,
	30% {
		opacity: 1;
		transform: scale(1);
	}

	36%,
	100% {
		opacity: 0;
		transform: scale(1.08);
	}
}

.pmcg-hero::after {
	background: radial-gradient(circle at 72% 18%, rgba(255, 124, 28, 0.34), transparent 28%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.pmcg-hero .container {
	position: relative;
	z-index: 2;
}

.pmcg-hero__grid {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1.12fr) minmax(280px, 0.58fr);
}

.pmcg-eyebrow {
	color: #f47b20;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.pmcg-hero h1 {
	color: #fff;
	font-size: clamp(2.4rem, 5.4vw, 4.9rem);
	font-weight: 900;
	line-height: 0.98;
	margin: 0;
	max-width: 780px;
}

.pmcg-hero__copy {
	min-height: 330px;
	position: relative;
}

.pmcg-hero__copy-slide {
	animation: pmcgHeroCopy calc(var(--pmcg-slide-count, 1) * 6s) infinite;
	animation-delay: calc(var(--pmcg-slide-index, 0) * 6s);
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.pmcg-hero__copy-slide:only-child {
	animation: none;
	opacity: 1;
	position: relative;
}

@keyframes pmcgHeroCopy {
	0% {
		opacity: 0;
		transform: translateY(18px);
	}

	5%,
	28% {
		opacity: 1;
		transform: translateY(0);
	}

	34%,
	100% {
		opacity: 0;
		transform: translateY(-10px);
	}
}

.pmcg-hero__lead {
	color: rgba(255, 255, 255, 0.9);
	font-size: 1.16rem;
	line-height: 1.7;
	margin: 24px 0 0;
	max-width: 640px;
}

.pmcg-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 30px;
}

.pmcg-button {
	align-items: center;
	border-radius: 999px;
	display: inline-flex;
	font-weight: 800;
	justify-content: center;
	min-height: 48px;
	padding: 13px 24px;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.2s ease;
}

.pmcg-button:hover {
	text-decoration: none;
	transform: translateY(-2px);
}

.pmcg-button--primary {
	background: #f47b20;
	box-shadow: 0 18px 32px rgba(244, 123, 32, 0.34);
	color: #fff;
}

.pmcg-button--primary:hover {
	background: #ff8d32;
	color: #fff;
}

.pmcg-button--ghost {
	border: 1px solid rgba(255, 255, 255, 0.42);
	color: #fff;
}

.pmcg-button--ghost:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.pmcg-button--ghost-dark {
	border: 1px solid rgba(7, 29, 58, 0.16);
	color: #071d3a;
}

.pmcg-button--ghost-dark:hover {
	background: rgba(7, 29, 58, 0.06);
	color: #071d3a;
}

.pmcg-link {
	color: #071d3a;
	display: inline-flex;
	font-weight: 900;
	margin-top: 18px;
	text-decoration: none;
}

.pmcg-link:hover {
	color: #f47b20;
	text-decoration: none;
}

.pmcg-hero__trust {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 38px;
	max-width: 720px;
}

.pmcg-hero__dots {
	display: flex;
	gap: 10px;
	margin-top: 26px;
}

.pmcg-hero__dots button {
	animation: pmcgHeroDot calc(var(--pmcg-slide-count, 1) * 6s) infinite;
	animation-delay: calc(var(--pmcg-slide-index, 0) * 6s);
	background: rgba(255, 255, 255, 0.28);
	border: 0;
	border-radius: 999px;
	display: block;
	height: 4px;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 42px;
}

.pmcg-hero__dots button::before {
	background: #f47b20;
	content: "";
	display: block;
	height: 100%;
	transform: scaleX(0);
	transform-origin: left;
}

.pmcg-hero__dots button::before {
	animation: pmcgHeroDotFill calc(var(--pmcg-slide-count, 1) * 6s) infinite;
	animation-delay: calc(var(--pmcg-slide-index, 0) * 6s);
}

.pmcg-hero-carousel--interactive .pmcg-hero__slide,
.pmcg-hero-carousel--interactive .pmcg-hero__copy-slide,
.pmcg-hero-carousel--interactive .pmcg-hero__dots button,
.pmcg-hero-carousel--interactive .pmcg-hero__dots button::before {
	animation: none;
}

.pmcg-hero-carousel--interactive .pmcg-hero__slide,
.pmcg-hero-carousel--interactive .pmcg-hero__copy-slide {
	opacity: 0;
	pointer-events: none;
	transform: scale(1.03);
	transition: opacity 0.45s ease, transform 0.6s ease;
}

.pmcg-hero-carousel--interactive .pmcg-hero__copy-slide {
	transform: translateY(14px);
}

.pmcg-hero-carousel--interactive .pmcg-hero__slide.is-active,
.pmcg-hero-carousel--interactive .pmcg-hero__copy-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	transform: none;
}

.pmcg-hero-carousel--interactive .pmcg-hero__dots button.is-active {
	background: rgba(255, 255, 255, 0.42);
}

.pmcg-hero-carousel--interactive .pmcg-hero__dots button.is-active::before {
	transform: scaleX(1);
}

@keyframes pmcgHeroDot {
	0%,
	36%,
	100% {
		background: rgba(255, 255, 255, 0.28);
	}

	4%,
	30% {
		background: rgba(255, 255, 255, 0.42);
	}
}

@keyframes pmcgHeroDotFill {
	0% {
		transform: scaleX(0);
	}

	30% {
		transform: scaleX(1);
	}

	36%,
	100% {
		transform: scaleX(0);
	}
}

.pmcg-hero__trust span {
	border-left: 3px solid #f47b20;
	color: rgba(255, 255, 255, 0.86);
	font-weight: 800;
	padding: 8px 0 8px 14px;
}

.pmcg-hero__panel {
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 28px;
	backdrop-filter: blur(14px);
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.25);
	padding: 18px;
}

.pmcg-hero__panel-inner {
	background: #fff;
	border-radius: 22px;
	padding: 34px;
}

.pmcg-hero__panel span {
	color: #f47b20;
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pmcg-hero__panel strong {
	color: #071d3a;
	display: block;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1;
	margin: 12px 0;
}

.pmcg-hero__panel p {
	color: #506176;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0;
}

.pmcg-section {
	padding: 76px 0;
}

.pmcg-section__heading {
	margin-bottom: 34px;
	max-width: 720px;
}

.pmcg-section__heading--center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.pmcg-section__heading h2 {
	font-size: clamp(2rem, 3.6vw, 3.25rem);
	font-weight: 900;
	line-height: 1.05;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-section__heading p:not(.pmcg-eyebrow) {
	color: #5e6e81;
	font-size: 1.05rem;
	line-height: 1.75;
	margin: 16px 0 0;
}

.pmcg-card-grid {
	display: grid;
	gap: 22px;
}

.pmcg-card-grid--services {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pmcg-card-grid--about {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmcg-card {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(13, 35, 61, 0.08);
	min-height: 100%;
	padding: 28px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.pmcg-card:hover {
	box-shadow: 0 28px 70px rgba(13, 35, 61, 0.14);
	transform: translateY(-5px);
}

.pmcg-card__icon {
	align-items: center;
	background: rgba(244, 123, 32, 0.12);
	border-radius: 18px;
	color: #f47b20;
	display: inline-flex;
	font-size: 1.85rem;
	height: 58px;
	justify-content: center;
	margin-bottom: 22px;
	width: 58px;
}

.pmcg-card h3,
.pmcg-feature-item h3 {
	font-size: 1.18rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 13px;
}

.pmcg-card p,
.pmcg-feature-item p,
.pmcg-testimonial p {
	color: #5e6e81;
	line-height: 1.72;
	margin: 0;
}

.pmcg-projects {
	background: #f5f7fb;
}

.pmcg-training-layout {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmcg-training-card {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 50px rgba(13, 35, 61, 0.08);
	overflow: hidden;
}

.pmcg-training-card--featured {
	background: #fff;
	color: #213044;
	grid-column: auto;
}

.pmcg-training-card__image {
	display: block;
	overflow: hidden;
}

.pmcg-training-card__image img {
	aspect-ratio: 16 / 9;
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform 0.25s ease;
	width: 100%;
}

.pmcg-training-card:hover .pmcg-training-card__image img {
	transform: scale(1.04);
}

.pmcg-training-card__body {
	padding: 26px;
}

.pmcg-training-card__body span {
	color: #f47b20;
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.pmcg-training-card__body h3 {
	font-size: 1.42rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 12px;
}

.pmcg-training-card__body h3 a {
	color: inherit;
	text-decoration: none;
}

.pmcg-training-card__body p {
	color: #5e6e81;
	line-height: 1.72;
	margin: 0;
}

.pmcg-training-card--featured .pmcg-training-card__body p,
.pmcg-training-card--featured .pmcg-link {
	color: #5e6e81;
}

.pmcg-training-card--featured h3,
.pmcg-training-card--featured h3 a {
	color: #071d3a;
}

.pmcg-features {
	background: linear-gradient(180deg, #f5f7fb 0%, #fff 100%);
	color: #213044;
}

.pmcg-features h2,
.pmcg-features h3 {
	color: #071d3a;
}

.pmcg-features .pmcg-section__heading h2 {
	font-size: clamp(1.75rem, 2.8vw, 2.55rem);
}

.pmcg-features .pmcg-section__heading p:not(.pmcg-eyebrow),
.pmcg-features .pmcg-feature-item p {
	color: #5e6e81;
}

.pmcg-feature-layout {
	display: grid;
	gap: 54px;
	grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1fr);
}

.pmcg-section__heading--sticky {
	align-self: start;
	position: sticky;
	top: 110px;
}

.pmcg-feature-list {
	display: grid;
	gap: 18px;
}

.pmcg-feature-item {
	align-items: flex-start;
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 22px;
	box-shadow: 0 18px 50px rgba(13, 35, 61, 0.08);
	display: grid;
	gap: 20px;
	grid-template-columns: auto 1fr;
	padding: 24px;
}

.pmcg-feature-item .pmcg-card__icon {
	background: rgba(244, 123, 32, 0.18);
	margin: 0;
}

.pmcg-about {
	background: #fff;
}

.pmcg-services {
	background:
		linear-gradient(135deg, rgba(7, 29, 58, 0.96), rgba(7, 29, 58, 0.88)),
		linear-gradient(135deg, #071d3a, #0d3f66);
	color: #fff;
}

.pmcg-services h2,
.pmcg-services h3 {
	color: #fff;
}

.pmcg-services .pmcg-section__heading p:not(.pmcg-eyebrow),
.pmcg-services .pmcg-service-card p {
	color: rgba(255, 255, 255, 0.74);
}

.pmcg-services .pmcg-service-card {
	background: rgba(255, 255, 255, 0.08);
	border-color: rgba(255, 255, 255, 0.13);
	box-shadow: 0 22px 60px rgba(0, 0, 0, 0.14);
}

.pmcg-about-card {
	overflow: hidden;
	padding: 0;
}

.pmcg-about-card__image {
	display: block;
	overflow: hidden;
}

.pmcg-about-card__image img {
	aspect-ratio: 16 / 10;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.pmcg-about-card h3,
.pmcg-about-card p {
	padding-left: 28px;
	padding-right: 28px;
}

.pmcg-about-card h3 {
	margin-top: 24px;
}

.pmcg-about-card p {
	padding-bottom: 28px;
}

.pmcg-proof {
	background: #fff;
}

.pmcg-proof__grid {
	align-items: start;
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr;
}

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

.pmcg-testimonial {
	background: #071d3a;
	border-radius: 22px;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 28px;
}

.pmcg-testimonial p {
	color: rgba(255, 255, 255, 0.84);
}

.pmcg-testimonial__author {
	align-items: center;
	display: grid;
	gap: 14px;
	grid-template-columns: auto 1fr;
	margin-top: 24px;
}

.pmcg-testimonial__author img {
	border: 3px solid rgba(244, 123, 32, 0.5);
	border-radius: 50%;
	height: 58px;
	object-fit: cover;
	width: 58px;
}

.pmcg-testimonial__author strong,
.pmcg-testimonial__author span {
	display: block;
}

.pmcg-testimonial__author strong {
	color: #fff;
}

.pmcg-testimonial__author span {
	color: #f47b20;
	font-size: 0.88rem;
	font-weight: 800;
	margin-top: 3px;
}

.pmcg-clients {
	background: linear-gradient(135deg, #f5f7fb 0%, #fff 100%);
	border-radius: 24px;
	padding: 34px;
}

.pmcg-clients h3 {
	font-size: 1.75rem;
	font-weight: 900;
	margin: 0 0 26px;
	text-align: center;
}

.pmcg-client-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmcg-client-logo {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 22px;
	display: flex;
	justify-content: center;
	min-height: 140px;
	padding: 28px;
}

.pmcg-client-logo img {
	filter: grayscale(1);
	max-height: 86px;
	max-width: 230px;
	opacity: 0.9;
	transition: filter 0.2s ease, opacity 0.2s ease;
}

.pmcg-client-logo:hover img {
	filter: grayscale(0);
	opacity: 1;
}

.pmcg-events {
	background:
		linear-gradient(135deg, rgba(7, 29, 58, 0.95), rgba(7, 29, 58, 0.86)),
		linear-gradient(135deg, #071d3a, #0d3f66);
	color: #fff;
}

.pmcg-events h2 {
	color: #fff;
}

.pmcg-events .pmcg-section__heading p:not(.pmcg-eyebrow) {
	color: rgba(255, 255, 255, 0.78);
}

.pmcg-event-shell {
	align-items: start;
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(260px, 0.62fr) minmax(0, 1fr);
}

.pmcg-event-content {
	background: #fff;
	border-radius: 26px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.18);
	color: #213044;
	min-height: 220px;
	overflow: hidden;
	padding: 28px;
}

.pmcg-event-content .ect-list-post,
.pmcg-event-content .ect-grid-event-area,
.pmcg-event-content .ect-simple-event {
	border-radius: 18px;
}

.pmcg-event-empty {
	align-items: center;
	background: #f5f7fb;
	border: 1px dashed rgba(7, 29, 58, 0.22);
	border-radius: 20px;
	display: grid;
	min-height: 180px;
	padding: 28px;
}

.pmcg-event-empty strong {
	color: #071d3a;
	font-size: 1.4rem;
	font-weight: 900;
}

.pmcg-event-empty p {
	color: #5e6e81;
	margin: 8px 0 0;
}

.pmcg-contact {
	background: #f5f7fb;
	padding-top: 30px;
}

.pmcg-contact__card {
	align-items: stretch;
	background: #fff;
	border-radius: 28px;
	box-shadow: 0 24px 70px rgba(13, 35, 61, 0.1);
	display: grid;
	gap: 28px;
	grid-template-columns: 1fr;
	padding: 36px;
}

.pmcg-contact__heading {
	text-align: center;
}

.pmcg-contact__heading h2 {
	font-size: clamp(2rem, 3.3vw, 3rem);
	font-weight: 900;
	margin: 0;
}

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

.pmcg-contact-item {
	background: #f5f7fb;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 22px;
	display: flex;
	flex-direction: column;
	min-height: 190px;
	padding: 26px;
}

.pmcg-contact-item span {
	align-items: center;
	background: rgba(244, 123, 32, 0.12);
	border-radius: 18px;
	color: #f47b20;
	display: inline-flex;
	font-size: 1.35rem;
	height: 52px;
	justify-content: center;
	margin-bottom: 20px;
	width: 52px;
}

.pmcg-contact-item h3 {
	font-size: 1.15rem;
	font-weight: 900;
	margin: 0 0 10px;
}

.pmcg-contact-item p,
.pmcg-contact-item a {
	color: #5e6e81;
	font-weight: 700;
	line-height: 1.6;
	margin: 0;
	text-decoration: none;
	word-break: break-word;
}

.pmcg-contact-item a:hover {
	color: #f47b20;
	text-decoration: none;
}

.pmcg-contact__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: flex-end;
}

@media (max-width: 1199px) {
	.pmcg-card-grid--services {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-testimonial-list,
	.pmcg-contact__items {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.pmcg-hero {
		padding: 76px 0 64px;
	}

	.pmcg-hero__grid,
	.pmcg-feature-layout,
	.pmcg-proof__grid,
	.pmcg-event-shell,
	.pmcg-contact__card {
		grid-template-columns: 1fr;
	}

	.pmcg-training-layout {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-training-card--featured {
		grid-column: span 2;
	}

	.pmcg-section__heading--sticky {
		position: static;
	}

	.pmcg-contact__actions {
		justify-content: flex-start;
	}
}

@media (max-width: 767px) {
	.pmcg-section {
		padding: 58px 0;
	}

	.pmcg-card-grid--services,
	.pmcg-card-grid--about,
	.pmcg-training-layout,
	.pmcg-testimonial-list,
	.pmcg-contact__items {
		grid-template-columns: 1fr;
	}

	.pmcg-training-card--featured {
		grid-column: auto;
	}

	.pmcg-hero__trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-feature-item {
		grid-template-columns: 1fr;
	}

	.pmcg-contact__card,
	.pmcg-card,
	.pmcg-clients,
	.pmcg-event-content,
	.pmcg-testimonial {
		padding: 24px;
	}

	.pmcg-about-card {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.pmcg-hero__trust {
		grid-template-columns: 1fr;
	}

	.pmcg-actions {
		display: flex;
		flex-wrap: nowrap;
		gap: 10px;
	}

	.pmcg-actions .pmcg-button {
		flex: 1 1 0;
		font-size: 0.72rem;
		min-height: 44px;
		padding: 11px 12px;
		text-align: center;
	}

	.pmcg-contact__actions {
		display: flex;
		flex-wrap: wrap;
	}
}

#header-section {
	background: #fff;
	box-shadow: 0 12px 34px rgba(7, 29, 58, 0.08);
	position: relative;
	z-index: 100;
}

.site-header {
	background: rgba(255, 255, 255, 0.98);
	border: 0;
	line-height: 78px;
	min-height: 78px;
}

.site-header.header-fixed {
	box-shadow: 0 12px 34px rgba(7, 29, 58, 0.1);
}

.site-header .container {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.site-branding {
	align-items: center;
	display: flex;
	float: none;
	min-height: 78px;
	padding: 8px 0;
}

.site-branding .site-logo-div,
.site-branding .has-logo-img {
	line-height: 1;
}

.site-branding img,
.site-branding .custom-logo {
	display: block;
	max-height: 56px;
	width: auto;
}

.site-branding .site-title,
.site-branding .site-description,
.site-branding .site-text-logo {
	display: none !important;
}

.header-right-wrapper {
	align-items: center;
	display: flex;
	float: none;
	justify-content: flex-end;
	min-height: 78px;
}

.main-navigation .onepress-menu {
	align-items: center;
	display: flex;
	float: none;
	gap: 18px;
}

.main-navigation .onepress-menu > li {
	float: none;
}

.main-navigation .onepress-menu > li > a {
	color: #071d3a;
	font-size: 0.74rem;
	font-weight: 700;
	letter-spacing: 0.018em;
	line-height: 1;
	padding: 31px 0 29px;
	position: relative;
	text-transform: uppercase;
	transition: color 0.2s ease;
}

.main-navigation .onepress-menu > li > a::after {
	display: none;
}

.main-navigation .onepress-menu > li > a:hover,
.main-navigation .onepress-menu > li.current-menu-item > a,
.main-navigation .onepress-menu > li.current_page_item > a {
	color: #f47b20;
	text-decoration: none;
}

.main-navigation .onepress-menu > li.pmcg-menu-account > a {
	color: #071d3a;
	font-weight: 700;
	padding: 31px 0 29px;
}

.main-navigation .onepress-menu > li.pmcg-menu-account > a:hover,
.main-navigation .onepress-menu > li.pmcg-menu-account.current-menu-item > a,
.main-navigation .onepress-menu > li.pmcg-menu-account.current_page_item > a {
	color: #f47b20;
}

.pmcg-menu-cart {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-width: 1em;
}

.pmcg-menu-cart i {
	font-size: 1.05rem;
	line-height: 1;
}

.pmcg-menu-cart span {
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.onepress-menu ul {
	border: 0;
	border-radius: 18px;
	box-shadow: 0 22px 54px rgba(7, 29, 58, 0.14);
	overflow: hidden;
}

.onepress-menu ul li a {
	color: #071d3a;
	font-size: 0.84rem;
	font-weight: 800;
	padding: 13px 18px;
}

.onepress-menu ul li a:hover,
.onepress-menu ul li.current-menu-item > a {
	background: #f8fafc;
	color: #f47b20;
}

#nav-toggle {
	color: transparent;
	font-size: 0;
	font-weight: 900;
	height: 44px;
	line-height: 44px;
	width: 44px;
}

#nav-toggle span,
#nav-toggle span::before,
#nav-toggle span::after {
	background: #071d3a;
}

.pmcg-site-footer {
	display: none;
}

.site-footer {
	background:
		linear-gradient(135deg, rgba(7, 29, 58, 0.98), rgba(7, 29, 58, 0.92)),
		linear-gradient(135deg, #071d3a, #0d3f66);
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.95rem;
}

.site-footer a {
	color: rgba(255, 255, 255, 0.86);
	text-decoration: none;
	transition: color 0.2s ease;
}

.site-footer a:hover {
	color: #f47b20;
	text-decoration: none;
}

.site-footer .footer-widgets {
	background: transparent;
	padding: 58px 0 40px;
}

.site-footer .footer-widgets .widget-title {
	color: #fff;
	font-size: 0.95rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.site-footer .footer-widgets .widget,
.site-footer .footer-widgets p,
.site-footer .footer-widgets li {
	color: rgba(255, 255, 255, 0.72);
	line-height: 1.75;
}

.site-footer .footer-connect {
	padding: 58px 0;
}

.site-footer .footer-connect .row {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
	justify-content: center;
	margin-left: 0;
	margin-right: 0;
}

.site-footer .footer-connect .row > [class*="col-"] {
	flex: none;
	margin-left: 0;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: auto;
}

.site-footer .footer-subscribe {
	background: rgba(255, 255, 255, 0.08);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 24px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.16);
	margin: 0 auto 34px;
	max-width: none;
	padding: 28px;
}

.site-footer .pmcg-footer-newsletter-fallback .row {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1.4fr) minmax(260px, 0.6fr);
}

.site-footer .pmcg-footer-newsletter-fallback .footer-subscribe {
	max-width: none;
	width: 100%;
}

.site-footer .pmcg-footer-social-fallback {
	text-align: center;
}

.pmcg-back-to-top {
	bottom: 28px;
	position: fixed;
	right: 28px;
	z-index: 999;
}

.pmcg-back-to-top a {
	align-items: center;
	background: #f47b20;
	border-radius: 10px;
	box-shadow: 0 14px 26px rgba(0, 0, 0, 0.2);
	color: #fff;
	display: flex;
	font-size: 2rem;
	height: 54px;
	justify-content: center;
	transform: rotate(45deg);
	width: 54px;
}

.pmcg-back-to-top a i {
	transform: rotate(-45deg);
}

.pmcg-back-to-top a:hover {
	background: #ff8d32;
	color: #fff;
}

.site-footer .footer-connect .follow-heading {
	color: #fff;
	font-size: clamp(1.35rem, 2.5vw, 1.9rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.08;
	margin-bottom: 22px;
	text-transform: none;
}

.site-footer .footer-connect form {
	align-items: center;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 999px;
	display: grid;
	gap: 10px;
	grid-template-columns: 1fr auto;
	margin: 0 auto;
	max-width: 780px;
	padding: 7px;
}

.site-footer .footer-connect .subs_input {
	background: transparent;
	border: 0;
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	font-size: 0.98rem;
	min-height: 48px;
	padding: 0 16px;
	width: 100%;
}

.site-footer .footer-connect .subs_input::placeholder {
	color: rgba(255, 255, 255, 0.66);
}

.site-footer .footer-connect .subs_input:focus {
	background: transparent;
	box-shadow: none;
	outline: 0;
}

.site-footer .footer-connect .subs-button {
	background: #f47b20;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 16px 30px rgba(244, 123, 32, 0.28);
	color: #fff;
	font-weight: 900;
	min-height: 48px;
	padding: 0 22px;
	text-transform: uppercase;
	transition: background 0.2s ease, transform 0.2s ease;
	width: auto;
}

.site-footer .footer-connect .subs-button:hover {
	background: #ff8d32;
	transform: translateY(-1px);
}

.site-footer .footer-social-icons {
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 999px;
	display: flex;
	gap: 10px;
	justify-content: center;
	padding: 8px;
}

.site-footer .footer-social a {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.15rem;
	height: 42px;
	justify-content: center;
	transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
	width: 42px;
}

.site-footer .footer-social a:hover {
	background: #f47b20;
	color: #fff;
	transform: translateY(-2px);
}

.site-footer .site-info {
	background: rgba(0, 0, 0, 0.18);
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	color: rgba(255, 255, 255, 0.72);
	font-weight: 700;
	padding: 28px 0;
}

.site-footer .site-info a {
	color: #fff;
	font-weight: 900;
}

.site-footer .site-info a:hover {
	color: #f47b20;
	text-decoration: none;
}

.site-footer .site-info a[href*="famethemes"],
.site-footer .site-info a[href*="onepress"] {
	display: none !important;
}

.site-footer .site-info .sep {
	display: none !important;
}

.site-footer .btt a {
	background: #f47b20;
	color: #fff;
}

.site-footer .btt a:hover {
	background: #fff;
	color: #071d3a;
}

@media screen and (max-width: 1139px) {
	.site-header,
	.site-branding,
	.header-right-wrapper {
		line-height: 68px;
		min-height: 68px;
	}

	.site-branding img,
	.site-branding .custom-logo {
		max-height: 48px;
	}

	.main-navigation .onepress-menu {
		display: none;
	}

	.onepress-menu.onepress-menu-mobile {
		display: block;
		float: none;
		gap: 0;
	}

	.onepress-menu.onepress-menu-mobile > li > a {
		border-radius: 0;
		font-size: 0.82rem;
		line-height: 1.4;
		padding: 14px 20px;
	}

	.onepress-menu.onepress-menu-mobile > li > a::after {
		display: none;
	}

	.onepress-menu.onepress-menu-mobile > li.pmcg-menu-account > a {
		border-radius: 0;
		box-shadow: none;
		color: #071d3a;
		margin-left: 0;
	}

	.onepress-menu.onepress-menu-mobile > li.current-menu-item > a,
	.onepress-menu.onepress-menu-mobile > li.current_page_item > a,
	.onepress-menu.onepress-menu-mobile > li.pmcg-menu-account.current-menu-item > a,
	.onepress-menu.onepress-menu-mobile > li.pmcg-menu-account.current_page_item > a {
		color: #f47b20;
	}
}

.pmcg-site-footer {
	background: #071d3a;
	color: rgba(255, 255, 255, 0.76);
	padding: 54px 0 24px;
}

.pmcg-site-footer__grid {
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(0, 1.2fr) minmax(180px, 0.5fr) minmax(220px, 0.6fr);
}

.pmcg-site-footer h2,
.pmcg-site-footer h3 {
	color: #fff;
	font-weight: 900;
	margin: 0 0 16px;
}

.pmcg-site-footer h2 {
	font-size: 1.6rem;
}

.pmcg-site-footer h3 {
	font-size: 0.95rem;
	letter-spacing: 0.07em;
	text-transform: uppercase;
}

.pmcg-site-footer p {
	line-height: 1.75;
	margin: 0;
	max-width: 460px;
}

.pmcg-site-footer a {
	color: rgba(255, 255, 255, 0.76);
	display: table;
	margin: 8px 0;
	text-decoration: none;
}

.pmcg-site-footer a:hover {
	color: #f47b20;
	text-decoration: none;
}

.pmcg-site-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-top: 36px;
	padding-top: 22px;
}

.pmcg-training-hero {
	background:
		linear-gradient(90deg, rgba(5, 24, 49, 0.98), rgba(5, 24, 49, 0.64)),
		var(--pmcg-hero-image, linear-gradient(135deg, #071d3a, #0d3f66));
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 92px 0;
}

.pmcg-training-hero--simple {
	background:
		radial-gradient(circle at 82% 18%, rgba(244, 123, 32, 0.26), transparent 28%),
		linear-gradient(135deg, #071d3a, #0d3f66);
	padding: 74px 0;
}

.pmcg-training-hero__content {
	max-width: 820px;
}

.pmcg-training-hero h1 {
	color: #fff;
	font-size: clamp(2.3rem, 4.8vw, 4.4rem);
	font-weight: 900;
	line-height: 1;
	margin: 0;
}

.pmcg-training-hero__content > p:not(.pmcg-eyebrow) {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1.12rem;
	line-height: 1.75;
	margin: 24px 0 0;
	max-width: 720px;
}

.pmcg-training-detail {
	background: #f5f7fb;
}

.pmcg-training-detail__grid {
	align-items: start;
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1fr) 340px;
}

.pmcg-training-content {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 28px;
	box-shadow: 0 22px 60px rgba(13, 35, 61, 0.08);
	color: #33445a;
	font-size: 1rem;
	line-height: 1.8;
	padding: 38px;
}

.pmcg-training-content--simple {
	margin: 0 auto;
	max-width: 940px;
}

.pmcg-training-content h1,
.pmcg-training-content h2,
.pmcg-training-content h3,
.pmcg-training-content h4 {
	color: #071d3a;
	font-weight: 900;
}

.pmcg-training-content a {
	color: #f47b20;
	font-weight: 800;
}

.pmcg-training-aside {
	display: grid;
	gap: 18px;
	position: sticky;
	top: 104px;
}

.pmcg-aside-card {
	background: #071d3a;
	border-radius: 24px;
	box-shadow: 0 22px 60px rgba(13, 35, 61, 0.16);
	color: rgba(255, 255, 255, 0.82);
	padding: 28px;
}

.pmcg-aside-card span {
	color: #f47b20;
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.pmcg-aside-card h2 {
	color: #fff;
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 18px;
}

.pmcg-aside-card a {
	color: #fff;
	display: block;
	font-weight: 800;
	margin-top: 10px;
	text-decoration: none;
}

.pmcg-related-card {
	background: #fff;
	color: #213044;
}

.pmcg-related-card ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pmcg-related-card li + li {
	border-top: 1px solid rgba(7, 29, 58, 0.08);
	margin-top: 10px;
	padding-top: 10px;
}

.pmcg-related-card a {
	color: #071d3a;
}

.pmcg-training-cta {
	background: #fff;
	padding-top: 20px;
}

.pmcg-standard-page {
	background: #f5f7fb;
}

.pmcg-standard-hero {
	background:
		linear-gradient(90deg, rgba(5, 24, 49, 0.98), rgba(5, 24, 49, 0.72)),
		linear-gradient(135deg, #071d3a, #0d3f66);
	color: #fff;
	overflow: hidden;
	padding: 78px 0;
	position: relative;
}

.pmcg-standard-hero::after {
	background: radial-gradient(circle at 78% 24%, rgba(244, 123, 32, 0.28), transparent 28%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.pmcg-standard-hero .container {
	position: relative;
	z-index: 2;
}

.pmcg-standard-hero h1 {
	color: #fff;
	font-size: clamp(2.3rem, 4.8vw, 4.3rem);
	font-weight: 900;
	line-height: 1;
	margin: 0;
	max-width: 780px;
}

.pmcg-standard-hero p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 1.08rem;
	line-height: 1.72;
	margin: 22px 0 0;
	max-width: 650px;
}

.pmcg-standard-content {
	background: #f5f7fb;
}

.pmcg-standard-content__card {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 30px;
	box-shadow: 0 22px 70px rgba(13, 35, 61, 0.08);
	color: #33445a;
	font-size: 1rem;
	line-height: 1.82;
	padding: 40px;
}

.pmcg-standard-content__card h1,
.pmcg-standard-content__card h2,
.pmcg-standard-content__card h3,
.pmcg-standard-content__card h4,
.pmcg-standard-content__card h5,
.pmcg-standard-content__card h6 {
	color: #071d3a;
	font-weight: 900;
	line-height: 1.16;
}

.pmcg-standard-content__card a {
	color: #f47b20;
	font-weight: 800;
}

.pmcg-standard-content__card img {
	border-radius: 22px;
}

.pmcg-standard-content__card table {
	border-collapse: collapse;
	width: 100%;
}

.pmcg-standard-content__card th,
.pmcg-standard-content__card td {
	border: 1px solid rgba(7, 29, 58, 0.1);
	padding: 12px 14px;
}

.pmcg-standard-content__card th {
	background: #f8fafc;
	color: #071d3a;
	font-weight: 900;
}

.pmcg-woocommerce,
.pmcg-woocommerce-page #content {
	background: #f5f7fb;
}

.pmcg-shop-hero {
	background:
		radial-gradient(circle at 94% 28%, rgba(255, 121, 0, 0.16), transparent 18%),
		linear-gradient(90deg, rgba(5, 24, 49, 0.98), rgba(5, 24, 49, 0.88)),
		linear-gradient(135deg, #071d3a, #0b345f 64%, #f47b20);
	color: #fff;
	overflow: hidden;
	padding: 34px 0 30px;
	position: relative;
}

.pmcg-shop-hero::after {
	background: radial-gradient(circle at 78% 24%, rgba(244, 123, 32, 0.28), transparent 28%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.pmcg-shop-hero--compact {
	padding: 68px 0;
}

.pmcg-shop-hero .container {
	position: relative;
	z-index: 2;
}

.pmcg-shop-hero__grid {
	align-items: center;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 0.85fr) minmax(520px, 1.15fr);
}

.pmcg-shop-hero h1 {
	color: #fff;
	font-size: clamp(2.35rem, 5vw, 4.4rem);
	font-weight: 900;
	line-height: 1;
	margin: 0;
	max-width: 780px;
}

.pmcg-shop-hero p {
	color: rgba(255, 255, 255, 0.84);
	font-size: 0.95rem;
	line-height: 1.55;
	margin: 12px 0 0;
	max-width: 650px;
}

.pmcg-shop-hero__features {
	align-items: center;
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(3, minmax(0, 1fr)) 86px;
}

.pmcg-shop-hero__features > div:not(.pmcg-shop-hero__cart-mark) {
	align-items: center;
	display: grid;
	gap: 10px;
	grid-template-columns: 42px 1fr;
}

.pmcg-shop-hero__features i {
	color: rgba(255, 255, 255, 0.9);
	font-size: 2rem;
	text-align: center;
}

.pmcg-shop-hero__features strong {
	color: #fff;
	display: block;
	font-size: 0.82rem;
	font-weight: 900;
	margin-bottom: 3px;
}

.pmcg-shop-hero__features span {
	color: rgba(255, 255, 255, 0.74);
	display: block;
	font-size: 0.72rem;
	line-height: 1.32;
}

.pmcg-shop-hero__cart-mark i {
	color: rgba(255, 255, 255, 0.1);
	font-size: 5rem;
}

.pmcg-shop-hero__card {
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 30px;
	box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
	padding: 32px;
}

.pmcg-shop-hero__card span {
	color: #f47b20;
	display: block;
	font-size: 0.78rem;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-bottom: 12px;
	text-transform: uppercase;
}

.pmcg-shop-hero__card strong {
	color: #fff;
	display: block;
	font-size: 2.1rem;
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
}

.pmcg-shop-hero__card p {
	font-size: 0.95rem;
	margin-top: 16px;
}

.pmcg-shop-hero__card a {
	color: #fff;
	display: inline-flex;
	font-weight: 900;
	margin-top: 22px;
	text-decoration: none;
}

.pmcg-shop-content {
	background: #f5f7fb;
	padding: 26px 0 18px;
}

.pmcg-shop-content > .container {
	background: #fff;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.pmcg-shop-content .woocommerce {
	background: #fff;
}

.pmcg-shop-category-filter {
	display: flex;
	justify-content: center;
	margin-bottom: -34px;
	pointer-events: none;
	position: relative;
	z-index: 2;
}

.pmcg-shop-category-filter form {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.12);
	border-radius: 4px;
	display: grid;
	grid-template-columns: 34px minmax(180px, 1fr);
	min-width: 270px;
	pointer-events: auto;
}

.pmcg-shop-category-filter span {
	align-items: center;
	border-right: 1px solid rgba(7, 29, 58, 0.08);
	color: #7b8796;
	display: flex;
	height: 34px;
	justify-content: center;
}

.pmcg-shop-category-filter select {
	background: #fff;
	border: 0;
	color: #7b8796;
	font-size: 0.78rem;
	height: 34px;
	padding: 0 10px;
	width: 100%;
}

.pmcg-shop-content .woocommerce-products-header,
.pmcg-shop-content .page-title {
	display: none;
}

.pmcg-shop-content .woocommerce-result-count,
.pmcg-shop-content .woocommerce-ordering {
	color: #5f6f83;
	font-weight: 700;
	margin-bottom: 24px;
}

.pmcg-shop-content .woocommerce-result-count {
	font-size: 0.8rem;
}

.pmcg-shop-content .woocommerce-ordering {
	float: right;
}

.pmcg-shop-content .woocommerce-ordering select,
.pmcg-shop-content .woocommerce form .form-row input.input-text,
.pmcg-shop-content .woocommerce form .form-row textarea,
.pmcg-shop-content .woocommerce form .form-row select,
.pmcg-shop-content .select2-container--default .select2-selection--single {
	background: #f8fafc;
	border: 1px solid rgba(7, 29, 58, 0.12);
	border-radius: 4px;
	color: #213044;
	min-height: 34px;
	padding: 6px 12px;
}

.pmcg-shop-content .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #213044;
	line-height: 24px;
	padding-left: 0;
}

.pmcg-shop-content ul.products {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0;
	padding: 0;
}

.pmcg-shop-content ul.products::before,
.pmcg-shop-content ul.products::after {
	display: none;
}

.pmcg-shop-content ul.products li.product,
.pmcg-shop-content .woocommerce ul.products li.product,
.pmcg-shop-content .woocommerce-page ul.products li.product {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(13, 35, 61, 0.06);
	clear: none;
	display: flex;
	flex-direction: column;
	float: none;
	margin: 0;
	overflow: hidden;
	padding: 0 0 12px;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	width: auto;
}

.pmcg-shop-content ul.products li.product.first,
.pmcg-shop-content ul.products li.product.last {
	clear: none;
	float: none;
}

.pmcg-shop-content ul.products.columns-1 li.product,
.pmcg-shop-content ul.products.columns-2 li.product,
.pmcg-shop-content ul.products.columns-3 li.product,
.pmcg-shop-content ul.products.columns-4 li.product,
.pmcg-shop-content ul.products.columns-5 li.product,
.pmcg-shop-content ul.products.columns-6 li.product {
	clear: none;
	float: none;
	margin: 0;
	width: auto;
}

.pmcg-shop-content ul.products li.product:hover,
.pmcg-shop-content .woocommerce ul.products li.product:hover,
.pmcg-shop-content .woocommerce-page ul.products li.product:hover {
	box-shadow: 0 26px 58px rgba(13, 35, 61, 0.12);
	transform: translateY(-4px);
}

.pmcg-shop-content ul.products li.product a img,
.pmcg-shop-content .woocommerce ul.products li.product a img {
	aspect-ratio: 1 / 1.1;
	background: #f5f7fb;
	border-radius: 8px 8px 0 0;
	margin: 0 0 10px;
	object-fit: cover;
	width: 100%;
}

.pmcg-shop-content ul.products li.product .woocommerce-loop-product__title,
.pmcg-shop-content .woocommerce ul.products li.product .woocommerce-loop-product__title {
	color: #071d3a;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.35;
	padding: 0 12px;
}

.pmcg-shop-content ul.products li.product .price,
.pmcg-shop-content .woocommerce ul.products li.product .price {
	color: #071d3a;
	font-size: 0.95rem;
	font-weight: 900;
	margin-top: auto;
	padding: 0 12px;
}

.pmcg-shop-content ul.products li.product .star-rating,
.pmcg-shop-content .woocommerce ul.products li.product .star-rating {
	color: #f47b20;
	font-size: 0.72rem;
	margin: 7px 12px;
}

.pmcg-shop-content .woocommerce span.onsale {
	background: #f47b20;
	border-radius: 999px;
	font-size: 0.62rem;
	font-weight: 900;
	left: auto;
	line-height: 1;
	min-height: auto;
	padding: 7px 9px;
	right: -7px;
	top: -7px;
}

.pmcg-shop-content .woocommerce a.button,
.pmcg-shop-content .woocommerce button.button,
.pmcg-shop-content .woocommerce input.button,
.pmcg-shop-content .woocommerce #respond input#submit,
.pmcg-shop-content .woocommerce a.button.alt,
.pmcg-shop-content .woocommerce button.button.alt,
.pmcg-shop-content .woocommerce input.button.alt,
.pmcg-shop-content ul.products li.product .button {
	align-items: center;
	background: #00bcd4;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 10px 20px rgba(0, 188, 212, 0.22);
	color: #fff;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	justify-content: center;
	letter-spacing: 0.03em;
	margin: 10px 12px 0;
	min-height: 38px;
	padding: 10px 14px;
	text-transform: uppercase;
	transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.pmcg-shop-content .woocommerce a.button:hover,
.pmcg-shop-content .woocommerce button.button:hover,
.pmcg-shop-content .woocommerce input.button:hover,
.pmcg-shop-content .woocommerce #respond input#submit:hover,
.pmcg-shop-content .woocommerce a.button.alt:hover,
.pmcg-shop-content .woocommerce button.button.alt:hover,
.pmcg-shop-content .woocommerce input.button.alt:hover,
.pmcg-shop-content ul.products li.product .button:hover {
	background: #071d3a;
	box-shadow: 0 12px 24px rgba(7, 29, 58, 0.2);
	color: #fff;
	transform: translateY(-1px);
}

.pmcg-shop-content .woocommerce nav.woocommerce-pagination ul {
	border: 0;
	display: flex;
	gap: 0;
	justify-content: center;
	margin-top: 34px;
}

.pmcg-shop-content .woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.pmcg-shop-content .woocommerce nav.woocommerce-pagination ul li a,
.pmcg-shop-content .woocommerce nav.woocommerce-pagination ul li span {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.16);
	border-left: 0;
	border-radius: 0;
	color: #00bcd4;
	display: inline-flex;
	font-weight: 900;
	height: 46px;
	justify-content: center;
	min-width: 54px;
	padding: 0 16px;
	text-decoration: none;
}

.pmcg-shop-content .woocommerce nav.woocommerce-pagination ul li:first-child a,
.pmcg-shop-content .woocommerce nav.woocommerce-pagination ul li:first-child span {
	border-left: 1px solid rgba(7, 29, 58, 0.16);
}

.pmcg-shop-content .woocommerce nav.woocommerce-pagination ul li span.current,
.pmcg-shop-content .woocommerce nav.woocommerce-pagination ul li a:hover {
	background: #071d3a;
	border-color: #071d3a;
	color: #fff;
}

.pmcg-shop-content .woocommerce .quantity {
	display: inline-flex;
	vertical-align: middle;
}

.pmcg-shop-content .woocommerce .quantity .qty {
	background: #f8fafc;
	border: 1px solid rgba(7, 29, 58, 0.14);
	border-radius: 4px;
	color: #071d3a;
	font-size: 1rem;
	font-weight: 900;
	height: 46px;
	min-width: 72px;
	padding: 0 10px;
	text-align: center;
}

.pmcg-shop-content .woocommerce div.product form.cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.pmcg-shop-content .woocommerce div.product form.cart .button.single_add_to_cart_button {
	background: #00bcd4;
	border-radius: 6px;
	box-shadow: 0 12px 24px rgba(0, 188, 212, 0.22);
	font-size: 0.88rem;
	margin: 0;
	min-height: 46px;
	padding: 13px 28px;
}

.pmcg-shop-content .woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
	background: #071d3a;
}

.pmcg-shop-content .woocommerce div.product form.cart table.variations {
	border: 0;
	margin: 0 0 16px;
	width: 100%;
}

.pmcg-shop-content .woocommerce div.product form.cart table.variations th,
.pmcg-shop-content .woocommerce div.product form.cart table.variations td {
	border: 0;
	display: block;
	padding: 0 0 10px;
}

.pmcg-shop-content .woocommerce div.product form.cart table.variations label {
	color: #071d3a;
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.pmcg-shop-content .woocommerce div.product form.cart table.variations select {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.12);
	border-radius: 0;
	color: #5f6f83;
	font-size: 1rem;
	min-height: 58px;
	padding: 0 18px;
	width: min(100%, 440px);
}

.pmcg-shop-content .woocommerce div.product form.cart .reset_variations {
	color: #00bcd4;
	font-weight: 800;
	margin-left: 16px;
	text-decoration: none;
}

.pmcg-shop-content .woocommerce div.product {
	align-items: start;
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 24px;
	box-shadow: 0 18px 52px rgba(13, 35, 61, 0.06);
	display: grid;
	gap: 34px;
	grid-template-columns: minmax(360px, 0.95fr) minmax(0, 1fr);
	padding: 30px;
}

.pmcg-shop-content .woocommerce div.product div.images,
.pmcg-shop-content .woocommerce div.product div.summary {
	float: none;
	margin: 0;
	width: auto;
}

.pmcg-shop-content .woocommerce div.product div.summary {
	background: #f8fbff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 20px;
	padding: 28px;
}

.pmcg-shop-content .woocommerce div.product div.summary::before,
.pmcg-shop-content .woocommerce div.product div.summary::after {
	display: none;
}

.pmcg-shop-content .woocommerce div.product div.images {
	background: #fff;
	border-radius: 20px;
	margin-bottom: 0;
	overflow: hidden;
}

.pmcg-shop-content .woocommerce div.product div.images img {
	border-radius: 20px;
	box-shadow: none;
}

.pmcg-shop-content .woocommerce div.product .product_title {
	color: #071d3a;
	font-size: clamp(2rem, 3.4vw, 3.3rem);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.05;
	margin-bottom: 18px;
}

.pmcg-shop-content .woocommerce div.product p.price,
.pmcg-shop-content .woocommerce div.product span.price {
	color: #071d3a;
	font-size: 1.7rem;
	font-weight: 900;
}

.pmcg-shop-content .woocommerce div.product p.price del,
.pmcg-shop-content .woocommerce div.product span.price del {
	color: #9a8b13;
	font-size: 1rem;
	opacity: 0.85;
}

.pmcg-shop-content .woocommerce div.product p.price ins,
.pmcg-shop-content .woocommerce div.product span.price ins {
	color: #9a8b13;
	text-decoration: underline;
}

.pmcg-shop-content .woocommerce div.product .product_meta {
	border-top: 1px solid rgba(7, 29, 58, 0.08);
	color: #405168;
	font-size: 0.92rem;
	margin-top: 22px;
	padding-top: 18px;
}

.pmcg-shop-content .woocommerce div.product .product_meta a {
	color: #00bcd4;
	font-weight: 800;
	text-decoration: none;
}

.pmcg-shop-content .woocommerce div.product .woocommerce-tabs,
.pmcg-shop-content .woocommerce div.product .related {
	grid-column: 1 / -1;
}

.pmcg-shop-content .woocommerce div.product .woocommerce-tabs {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 20px;
	box-shadow: 0 16px 42px rgba(13, 35, 61, 0.05);
	overflow: hidden;
}

.pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs {
	background: #f8fbff;
	border-bottom: 1px solid rgba(7, 29, 58, 0.08);
	margin: 0;
	padding: 0;
}

.pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs::before {
	display: none;
}

.pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	border-right: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #071d3a;
	border-color: #071d3a;
}

.pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #071d3a;
	font-size: 0.82rem;
	font-weight: 900;
	padding: 16px 20px;
	text-transform: none;
}

.pmcg-shop-content .woocommerce div.product .woocommerce-tabs .panel {
	color: #10233f;
	line-height: 1.65;
	margin: 0;
	padding: 28px;
}

.pmcg-shop-content .woocommerce div.product .woocommerce-tabs .panel h2,
.pmcg-shop-content .woocommerce div.product .related > h2 {
	color: #071d3a;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.pmcg-shop-content .woocommerce div.product .related {
	margin-top: 12px;
}

.pmcg-shop-content .woocommerce table.shop_table,
.pmcg-shop-content .woocommerce table.shop_table th,
.pmcg-shop-content .woocommerce table.shop_table td {
	border-color: rgba(7, 29, 58, 0.09);
}

.pmcg-shop-content .woocommerce table.shop_table {
	border-radius: 22px;
	overflow: hidden;
}

.pmcg-shop-content .woocommerce table.shop_table th {
	color: #071d3a;
	font-weight: 900;
	text-transform: uppercase;
}

.pmcg-shop-content form.checkout {
	display: grid;
	gap: 28px;
	grid-template-columns: minmax(0, 1fr) 420px;
}

.pmcg-shop-content form.checkout::before,
.pmcg-shop-content form.checkout::after {
	display: none;
}

.pmcg-shop-content .woocommerce-cart-form,
.pmcg-shop-content .cart-collaterals .cart_totals,
.pmcg-shop-content .woocommerce-checkout-review-order,
.pmcg-shop-content .woocommerce-billing-fields,
.pmcg-shop-content .woocommerce-shipping-fields,
.pmcg-shop-content .woocommerce-additional-fields,
.pmcg-shop-content .woocommerce-MyAccount-navigation,
.pmcg-shop-content .woocommerce-MyAccount-content,
.pmcg-woo-page-content {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 26px;
	box-shadow: 0 18px 52px rgba(13, 35, 61, 0.08);
	padding: 28px;
}

.pmcg-shop-content .woocommerce-billing-fields,
.pmcg-shop-content .woocommerce-shipping-fields,
.pmcg-shop-content .woocommerce-additional-fields {
	margin-bottom: 20px;
}

.pmcg-shop-content .woocommerce-billing-fields h3,
.pmcg-shop-content .woocommerce-shipping-fields h3,
.pmcg-shop-content .woocommerce-additional-fields h3,
.pmcg-shop-content #order_review_heading {
	color: #071d3a;
	font-size: 1.45rem;
	font-weight: 900;
	letter-spacing: -0.03em;
	margin: 0 0 22px;
}

.pmcg-shop-content #order_review_heading {
	background: #071d3a;
	border-radius: 22px 22px 0 0;
	color: #fff;
	margin: 0;
	padding: 24px 28px 0;
}

.pmcg-shop-content .woocommerce-checkout-review-order {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	position: sticky;
	top: 112px;
}

.pmcg-shop-content .woocommerce form .form-row {
	margin: 0 0 18px;
	padding: 0;
}

.pmcg-shop-content .woocommerce form .form-row label {
	color: #071d3a;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.pmcg-shop-content .woocommerce form .form-row input.input-text,
.pmcg-shop-content .woocommerce form .form-row textarea,
.pmcg-shop-content .woocommerce form .form-row select,
.pmcg-shop-content .select2-container--default .select2-selection--single {
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.pmcg-shop-content .woocommerce form .form-row input.input-text:focus,
.pmcg-shop-content .woocommerce form .form-row textarea:focus,
.pmcg-shop-content .woocommerce form .form-row select:focus,
.pmcg-shop-content .select2-container--default.select2-container--open .select2-selection--single {
	border-color: rgba(244, 123, 32, 0.55);
	box-shadow: 0 0 0 4px rgba(244, 123, 32, 0.12);
	outline: 0;
}

.pmcg-shop-content .woocommerce-checkout-review-order-table {
	background: #f8fafc;
	border: 0;
	border-radius: 20px;
	margin: 0 0 22px;
}

.pmcg-shop-content .woocommerce-checkout-review-order-table th,
.pmcg-shop-content .woocommerce-checkout-review-order-table td {
	border-color: rgba(7, 29, 58, 0.08);
	padding: 15px 16px;
}

.pmcg-shop-content .woocommerce-checkout-review-order-table tfoot .order-total th,
.pmcg-shop-content .woocommerce-checkout-review-order-table tfoot .order-total td {
	color: #071d3a;
	font-size: 1.12rem;
	font-weight: 900;
}

.pmcg-shop-content #payment {
	background: #f8fafc;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 22px;
}

.pmcg-shop-content #payment ul.payment_methods {
	border-bottom: 1px solid rgba(7, 29, 58, 0.08);
	padding: 20px;
}

.pmcg-shop-content #payment div.payment_box {
	background: #fff;
	border-radius: 18px;
	color: #506176;
	line-height: 1.7;
}

.pmcg-shop-content #payment div.payment_box::before {
	border-bottom-color: #fff;
}

.pmcg-shop-content #payment .place-order {
	padding: 20px;
}

.pmcg-shop-content #payment #place_order {
	background: #f47b20;
	box-shadow: 0 16px 34px rgba(244, 123, 32, 0.28);
	font-size: 0.92rem;
	min-height: 54px;
	width: 100%;
}

.pmcg-shop-content #payment #place_order:hover {
	background: #071d3a;
}

.pmcg-shop-content .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
}

.pmcg-shop-content .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pmcg-shop-content .woocommerce-MyAccount-navigation li a {
	border-bottom: 1px solid rgba(7, 29, 58, 0.08);
	color: #071d3a;
	display: block;
	font-weight: 900;
	padding: 13px 0;
	text-decoration: none;
}

.pmcg-shop-content .woocommerce-MyAccount-navigation li.is-active a,
.pmcg-shop-content .woocommerce-MyAccount-navigation li a:hover {
	color: #00bcd4;
}

.woocommerce-account .pmcg-shop-content > .container,
.woocommerce-account .pmcg-woo-page-content {
	background: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
}

.woocommerce-account .pmcg-shop-content .woocommerce {
	background: transparent;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
}

.woocommerce-account .pmcg-shop-content .woocommerce::before,
.woocommerce-account .pmcg-shop-content .woocommerce::after {
	display: none;
}

.woocommerce-account .pmcg-shop-content .woocommerce-MyAccount-navigation,
.woocommerce-account .pmcg-shop-content .woocommerce-MyAccount-content {
	float: none;
	margin: 0;
	width: auto;
}

.woocommerce-account .pmcg-shop-content .woocommerce-MyAccount-navigation {
	padding: 18px 24px;
}

.woocommerce-account .pmcg-shop-content .woocommerce-MyAccount-navigation li a {
	border-bottom: 1px solid rgba(7, 29, 58, 0.08);
	color: #071d3a;
	font-size: 0.92rem;
	padding: 15px 0;
}

.woocommerce-account .pmcg-shop-content .woocommerce-MyAccount-navigation li:last-child a {
	border-bottom: 0;
}

.woocommerce-account .pmcg-shop-content .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .pmcg-shop-content .woocommerce-MyAccount-navigation li a:hover {
	color: #00bcd4;
}

.woocommerce-account .pmcg-shop-content .woocommerce-MyAccount-navigation li.is-active a {
	background: rgba(0, 188, 212, 0.08);
	border-radius: 8px;
	padding-left: 12px;
	padding-right: 12px;
}

.woocommerce-account .main-navigation .onepress-menu > li.pmcg-menu-account > a,
.woocommerce-account .home .main-navigation .onepress-menu > li.pmcg-menu-account > a,
.woocommerce-account .page-template-page-home-redisenada .main-navigation .onepress-menu > li.pmcg-menu-account > a {
	background: #071d3a;
	box-shadow: 0 8px 18px rgba(7, 29, 58, 0.22);
}

.woocommerce-account .main-navigation .onepress-menu > li.pmcg-menu-account > a:hover {
	background: #00bcd4;
}

.woocommerce-account .pmcg-shop-content .woocommerce-MyAccount-content {
	color: #405168;
	line-height: 1.75;
	min-height: 260px;
}

.woocommerce-account .pmcg-shop-content .woocommerce-MyAccount-content p:first-child {
	margin-top: 0;
}

.pmcg-woo-flow-page,
.pmcg-account-page {
	background: #f4f8fd;
}

.pmcg-account-breadcrumb {
	background: #061a3d;
	color: rgba(255, 255, 255, 0.7);
	font-size: 0.78rem;
	font-weight: 800;
	padding: 12px 0;
}

.pmcg-account-breadcrumb .container {
	align-items: center;
	display: flex;
	gap: 8px;
}

.pmcg-account-breadcrumb a,
.pmcg-account-breadcrumb strong {
	color: #fff;
	text-decoration: none;
}

.pmcg-woo-flow-page .pmcg-shop-hero,
.pmcg-account-page .pmcg-shop-hero {
	background:
		radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.9), transparent 4%),
		radial-gradient(circle at 88% 58%, rgba(255, 255, 255, 0.65), transparent 5%),
		linear-gradient(90deg, rgba(244, 248, 253, 1) 0%, rgba(244, 248, 253, 0.96) 42%, rgba(220, 235, 252, 0.72) 100%),
		linear-gradient(135deg, #f7fbff, #dceafa);
	color: #071d3a;
	padding: 54px 0 42px;
}

.pmcg-woo-flow-page .pmcg-shop-hero::after,
.pmcg-account-page .pmcg-shop-hero::after {
	background:
		linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25)),
		radial-gradient(circle at 78% 35%, rgba(7, 29, 58, 0.08), transparent 13%);
}

.pmcg-woo-flow-page .pmcg-shop-hero__grid,
.pmcg-account-page .pmcg-shop-hero__grid {
	gap: 34px;
	grid-template-columns: minmax(280px, 0.55fr) minmax(0, 1fr);
}

.pmcg-woo-flow-page .pmcg-eyebrow,
.pmcg-account-page .pmcg-eyebrow {
	color: #ff7900;
	font-size: 0.86rem;
	margin-bottom: 8px;
}

.pmcg-woo-flow-page .pmcg-shop-hero h1,
.pmcg-account-page .pmcg-shop-hero h1 {
	color: #071d3a;
	font-size: clamp(2.35rem, 4vw, 3.5rem);
}

.pmcg-woo-flow-page .pmcg-shop-hero p,
.pmcg-account-page .pmcg-shop-hero p {
	color: #405168;
	font-size: 0.96rem;
	margin-top: 8px;
}

.pmcg-account-hero__features {
	align-self: end;
	display: grid;
	gap: 24px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 72px;
}

.pmcg-account-hero__features div {
	align-items: center;
	display: grid;
	gap: 8px 12px;
	grid-template-columns: 44px 1fr;
}

.pmcg-account-hero__features span {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.1);
	border-radius: 999px;
	color: #071d3a;
	display: inline-flex;
	font-size: 1.35rem;
	grid-row: span 2;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.pmcg-account-hero__features strong {
	color: #071d3a;
	display: block;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.25;
}

.pmcg-account-hero__features small {
	color: #6a788a;
	font-size: 0.74rem;
	font-weight: 700;
	line-height: 1.3;
}

.pmcg-woo-flow-page .pmcg-shop-content,
.pmcg-account-page .pmcg-shop-content {
	background: #f4f8fd;
	padding: 26px 0 18px;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce {
	background: transparent;
	display: block;
}

.woocommerce-account:not(.logged-in) .pmcg-woo-page-content {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-columns {
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column1,
.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column2 {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.1);
	border-radius: 18px;
	box-shadow: 0 18px 52px rgba(13, 35, 61, 0.06);
	float: none;
	margin: 0;
	padding: 30px;
	width: auto;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column1 h2,
.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column2 h2 {
	align-items: center;
	color: #071d3a;
	display: flex;
	font-size: 1.35rem;
	font-weight: 900;
	gap: 12px;
	margin: 0 0 22px;
	padding-bottom: 12px;
	position: relative;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column1 h2::before,
.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column2 h2::before {
	align-items: center;
	background: #071d3a;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 1rem;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column1 h2::before {
	content: "\f007";
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column2 h2::before {
	content: "\f234";
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column1 h2::after,
.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column2 h2::after {
	background: #ff7900;
	border-radius: 999px;
	bottom: 0;
	content: "";
	height: 4px;
	left: 54px;
	position: absolute;
	width: 48px;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce form.login,
.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce form.register {
	border: 0;
	margin: 0;
	padding: 0;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce form .form-row label {
	color: #263a56;
	font-size: 0.76rem;
	letter-spacing: 0;
	text-transform: none;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce form .form-row input.input-text {
	background: #fbfdff;
	border-color: rgba(7, 29, 58, 0.12);
	border-radius: 5px;
	font-size: 0.82rem;
	min-height: 44px;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce form .woocommerce-form-login__rememberme {
	color: #6a788a;
	font-size: 0.78rem;
	font-weight: 700;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .lost_password {
	float: right;
	font-size: 0.78rem;
	font-weight: 900;
	margin-top: -44px;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .lost_password a {
	color: #168bd8;
	text-decoration: none;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .woocommerce-form-login__submit,
.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .woocommerce-form-register__submit {
	border-radius: 5px;
	box-shadow: none;
	font-size: 0.78rem;
	min-height: 46px;
	width: 100%;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .woocommerce-form-login__submit {
	background: #ff7900;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .woocommerce-form-register__submit {
	background: #00bcd4;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .woocommerce-form-login__submit:hover,
.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .woocommerce-form-register__submit:hover {
	background: #071d3a;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .woocommerce-privacy-policy-text {
	color: #5f6f83;
	font-size: 0.8rem;
	line-height: 1.65;
}

.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .woocommerce-privacy-policy-text a {
	color: #168bd8;
	font-weight: 900;
}

.pmcg-cart-page .pmcg-woo-page-content,
.pmcg-checkout-page .pmcg-woo-page-content {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
}

.pmcg-cart-page .pmcg-shop-content .woocommerce,
.pmcg-checkout-page .pmcg-shop-content .woocommerce {
	background: transparent;
}

.woocommerce-cart .pmcg-shop-content .woocommerce {
	align-items: start;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 390px);
}

.woocommerce-cart .pmcg-shop-content .woocommerce::before,
.woocommerce-cart .pmcg-shop-content .woocommerce::after,
.woocommerce-cart .pmcg-shop-content .cart-collaterals::before,
.woocommerce-cart .pmcg-shop-content .cart-collaterals::after {
	display: none;
}

.woocommerce-cart .pmcg-shop-content .woocommerce-cart-form {
	align-self: start;
	grid-column: 1;
	grid-row: 1;
	margin-top: 0;
}

.woocommerce-cart .pmcg-shop-content .cart-collaterals {
	align-self: start;
	grid-column: 2;
	grid-row: 1;
	margin-top: 0;
	position: sticky;
	top: 96px;
	width: auto;
}

.woocommerce-cart .pmcg-shop-content table.shop_table,
.woocommerce-checkout .pmcg-shop-content table.shop_table {
	background: #fff;
	border: 0;
	border-radius: 18px;
	box-shadow: none;
	margin: 0;
	overflow: hidden;
}

.woocommerce-cart .pmcg-shop-content table.shop_table thead th,
.woocommerce-checkout .pmcg-shop-content table.shop_table thead th {
	background: #f7faff;
	color: #071d3a;
	font-size: 0.78rem;
	letter-spacing: 0.04em;
	padding: 16px;
}

.woocommerce-cart .pmcg-shop-content table.shop_table td,
.woocommerce-checkout .pmcg-shop-content table.shop_table td,
.woocommerce-cart .pmcg-shop-content table.shop_table th,
.woocommerce-checkout .pmcg-shop-content table.shop_table th {
	border-color: rgba(7, 29, 58, 0.08);
}

.woocommerce-cart .pmcg-shop-content table.cart img {
	border-radius: 10px;
	box-shadow: 0 8px 22px rgba(13, 35, 61, 0.08);
	width: 72px;
}

.woocommerce-cart .pmcg-shop-content table.cart td.product-name a {
	color: #071d3a;
	font-weight: 900;
	text-decoration: none;
}

.woocommerce-cart .pmcg-shop-content table.cart td.product-price,
.woocommerce-cart .pmcg-shop-content table.cart td.product-subtotal {
	color: #071d3a;
	font-weight: 900;
}

.woocommerce-cart .pmcg-shop-content table.cart td.actions {
	background: #f8fbff;
	padding: 18px;
}

.woocommerce-cart .pmcg-shop-content table.cart td.actions .coupon {
	display: flex;
	gap: 10px;
}

.woocommerce-cart .pmcg-shop-content table.cart td.actions .coupon .input-text {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.12);
	border-radius: 5px;
	min-height: 42px;
	min-width: 220px;
	padding: 8px 12px;
}

.woocommerce-cart .pmcg-shop-content .cart_totals h2 {
	background: #071d3a;
	border-radius: 18px 18px 0 0;
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
	margin: -28px -28px 22px;
	padding: 22px 28px;
}

.woocommerce-cart .pmcg-shop-content .cart_totals .shop_table {
	background: #f8fbff;
	margin-bottom: 20px;
}

.woocommerce-cart .pmcg-shop-content .cart_totals .order-total th,
.woocommerce-cart .pmcg-shop-content .cart_totals .order-total td {
	color: #071d3a;
	font-size: 1.08rem;
	font-weight: 900;
}

.woocommerce-cart .pmcg-shop-content .wc-proceed-to-checkout {
	padding: 0;
}

.woocommerce-cart .pmcg-shop-content .wc-proceed-to-checkout a.checkout-button {
	background: #00bcd4;
	border-radius: 5px;
	box-shadow: 0 14px 28px rgba(0, 188, 212, 0.24);
	font-size: 0.82rem;
	margin: 0;
	min-height: 50px;
	padding: 16px 18px;
	width: 100%;
}

.woocommerce-cart .pmcg-shop-content .wc-proceed-to-checkout a.checkout-button:hover {
	background: #071d3a;
}

.woocommerce-checkout .pmcg-shop-content .woocommerce-form-login,
.woocommerce-checkout .pmcg-shop-content .checkout_coupon,
.woocommerce-checkout .pmcg-shop-content .woocommerce-form-coupon-toggle .woocommerce-info {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 16px;
	box-shadow: 0 14px 38px rgba(13, 35, 61, 0.06);
	margin-bottom: 18px;
	padding: 18px 22px;
}

.woocommerce-checkout .pmcg-shop-content .woocommerce-form-coupon-toggle .woocommerce-info {
	border-top: 0;
	color: #405168;
}

.woocommerce-checkout .pmcg-shop-content .woocommerce-form-coupon-toggle .woocommerce-info a {
	color: #00bcd4;
	font-weight: 900;
	text-decoration: none;
}

.woocommerce-checkout .pmcg-shop-content form.checkout {
	align-items: start;
	display: grid;
	gap: 26px;
	grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
}

.woocommerce-checkout .pmcg-shop-content form.checkout::before,
.woocommerce-checkout .pmcg-shop-content form.checkout::after {
	display: none;
}

.woocommerce-checkout .pmcg-shop-content #customer_details {
	align-self: start;
	display: grid;
	gap: 22px;
	grid-column: 1;
	grid-row: 1;
	width: auto;
}

.woocommerce-checkout .pmcg-shop-content #customer_details::before,
.woocommerce-checkout .pmcg-shop-content #customer_details::after {
	display: none;
}

.woocommerce-checkout .pmcg-shop-content #customer_details .col-1,
.woocommerce-checkout .pmcg-shop-content #customer_details .col-2 {
	float: none;
	margin: 0;
	width: auto;
}

.woocommerce-checkout .pmcg-shop-content #order_review_heading {
	align-self: start;
	grid-column: 2;
	grid-row: 1;
	margin: 0;
	position: sticky;
	top: 96px;
	z-index: 2;
}

.woocommerce-checkout .pmcg-shop-content #order_review {
	align-self: start;
	grid-column: 2;
	grid-row: 1;
	margin-top: 72px;
	position: sticky;
	top: 164px;
	width: auto;
}

.woocommerce-checkout .pmcg-shop-content .woocommerce-billing-fields,
.woocommerce-checkout .pmcg-shop-content .woocommerce-shipping-fields,
.woocommerce-checkout .pmcg-shop-content .woocommerce-additional-fields,
.woocommerce-checkout .pmcg-shop-content .woocommerce-checkout-review-order {
	border-radius: 18px;
	box-shadow: 0 18px 52px rgba(13, 35, 61, 0.06);
	padding: 28px;
}

.woocommerce-checkout .pmcg-shop-content .woocommerce-billing-fields h3,
.woocommerce-checkout .pmcg-shop-content .woocommerce-shipping-fields h3,
.woocommerce-checkout .pmcg-shop-content .woocommerce-additional-fields h3 {
	align-items: center;
	display: flex;
	font-size: 1.28rem;
	gap: 10px;
}

.woocommerce-checkout .pmcg-shop-content .woocommerce-billing-fields h3::before,
.woocommerce-checkout .pmcg-shop-content .woocommerce-shipping-fields h3::before,
.woocommerce-checkout .pmcg-shop-content .woocommerce-additional-fields h3::before {
	align-items: center;
	background: #071d3a;
	border-radius: 999px;
	color: #fff;
	content: "\f044";
	display: inline-flex;
	font-family: FontAwesome;
	font-size: 0.9rem;
	height: 34px;
	justify-content: center;
	width: 34px;
}

.woocommerce-checkout .pmcg-shop-content #order_review_heading {
	background: #071d3a;
	border-radius: 18px 18px 0 0;
	font-size: 1.22rem;
	padding: 22px 24px;
}

.woocommerce-checkout .pmcg-shop-content .woocommerce-checkout-review-order {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	padding: 24px;
}

.woocommerce-checkout .pmcg-shop-content #payment {
	background: #fff;
	border-radius: 16px;
}

.woocommerce-checkout .pmcg-shop-content #payment #place_order {
	background: #00bcd4;
	border-radius: 5px;
	box-shadow: 0 16px 34px rgba(0, 188, 212, 0.24);
}

.woocommerce-checkout .pmcg-shop-content #payment #place_order:hover {
	background: #071d3a;
}

.woocommerce-checkout .pmcg-shop-content .woocommerce-order {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 20px;
	box-shadow: 0 18px 52px rgba(13, 35, 61, 0.06);
	padding: 30px;
}

.pmcg-woo-flow-page .pmcg-shop-content .woocommerce-message,
.pmcg-woo-flow-page .pmcg-shop-content .woocommerce-info,
.pmcg-woo-flow-page .pmcg-shop-content .woocommerce-error {
	border: 0;
	border-left: 4px solid #00bcd4;
	border-radius: 14px;
	box-shadow: 0 12px 34px rgba(13, 35, 61, 0.06);
	margin-bottom: 18px;
}

.pmcg-account-trust {
	background: #f4f8fd;
	padding: 0 0 34px;
}

.pmcg-account-trust__grid {
	background: #061a3d;
	border-radius: 12px;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	overflow: hidden;
}

.pmcg-account-trust__grid div {
	align-items: center;
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	display: grid;
	gap: 2px 14px;
	grid-template-columns: 48px 1fr;
	padding: 24px 26px;
}

.pmcg-account-trust__grid div:first-child {
	border-left: 0;
}

.pmcg-account-trust__grid span {
	color: #ff7900;
	font-size: 2rem;
	grid-row: span 2;
}

.pmcg-account-trust__grid strong {
	color: #fff;
	font-size: 0.84rem;
	font-weight: 900;
	line-height: 1.25;
}

.pmcg-account-trust__grid p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
}

.pmcg-shop-content .woocommerce-message,
.pmcg-shop-content .woocommerce-info,
.pmcg-shop-content .woocommerce-error {
	background: #fff;
	border-radius: 18px;
	box-shadow: 0 12px 34px rgba(13, 35, 61, 0.08);
	color: #213044;
}

.pmcg-shop-content .woocommerce-message {
	border-top-color: #f47b20;
}

.pmcg-shop-content .woocommerce-info {
	border-top-color: #071d3a;
}

.pmcg-woo-flow-page .pmcg-shop-content .woocommerce-message,
.pmcg-woo-flow-page .pmcg-shop-content .woocommerce-info,
.pmcg-woo-flow-page .pmcg-shop-content .woocommerce-error {
	border: 0;
	border-left: 4px solid #00bcd4;
	border-radius: 14px;
	box-shadow: 0 12px 34px rgba(13, 35, 61, 0.06);
	margin-bottom: 18px;
}

.pmcg-shop-trust {
	background: #f5f7fb;
	padding: 0 0 28px;
}

.pmcg-shop-trust__grid {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pmcg-shop-trust__grid div {
	align-items: center;
	background: #fff;
	border-left: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 0;
	display: grid;
	gap: 2px 14px;
	grid-template-columns: 48px 1fr;
	padding: 18px 22px;
}

.pmcg-shop-trust__grid div:first-child {
	border-left: 0;
}

.pmcg-shop-trust__grid span {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.1);
	border-radius: 999px;
	color: #071d3a;
	display: inline-flex;
	font-size: 1.35rem;
	grid-row: span 2;
	height: 42px;
	justify-content: center;
	width: 42px;
}

.pmcg-shop-trust__grid strong {
	color: #071d3a;
	font-size: 0.8rem;
	font-weight: 900;
}

.pmcg-shop-trust__grid p {
	color: #5f6f83;
	font-size: 0.72rem;
	line-height: 1.35;
	margin: 0;
}

.pmcg-shop-footer {
	padding-top: 40px;
}

.single-product .pmcg-shop-content .woocommerce div.product p.price,
.single-product .pmcg-shop-content .woocommerce div.product span.price {
	align-items: baseline;
	color: #071d3a;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.55rem;
	font-weight: 900;
	gap: 8px;
	margin: 18px 0 22px;
}

.single-product .pmcg-shop-content .woocommerce div.product p.price del,
.single-product .pmcg-shop-content .woocommerce div.product span.price del {
	color: #9a8b13;
	font-size: 1rem;
	font-weight: 700;
	opacity: 0.78;
}

.single-product .pmcg-shop-content .woocommerce div.product p.price ins,
.single-product .pmcg-shop-content .woocommerce div.product span.price ins {
	color: #9a8b13;
	font-weight: 900;
	text-decoration-thickness: 2px;
	text-underline-offset: 3px;
}

.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-product-details__short-description {
	background: #f8fbff;
	border-left: 4px solid #00bcd4;
	border-radius: 12px;
	color: #405168;
	font-size: 0.95rem;
	line-height: 1.65;
	margin: 18px 0 22px;
	padding: 18px 20px;
}

.single-product .pmcg-shop-content .woocommerce div.product form.cart {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 22px;
}

.single-product .pmcg-shop-content .woocommerce div.product form.cart .button.single_add_to_cart_button {
	background: #00bcd4;
	border: 0;
	border-radius: 6px;
	box-shadow: 0 12px 24px rgba(0, 188, 212, 0.22);
	color: #fff;
	font-size: 0.86rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	margin: 0;
	min-height: 46px;
	padding: 13px 28px;
	text-transform: uppercase;
}

.single-product .pmcg-shop-content .woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
	background: #071d3a;
	box-shadow: 0 14px 28px rgba(7, 29, 58, 0.22);
}

.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 16px;
	box-shadow: 0 14px 36px rgba(13, 35, 61, 0.05);
	overflow: hidden;
}

.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs {
	background: #f8fbff;
	border-bottom: 1px solid rgba(7, 29, 58, 0.08);
	margin: 0;
	padding: 0;
}

.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs::before,
.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs::after {
	display: none;
}

.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent;
	border: 0;
	border-right: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 0;
	margin: 0;
	padding: 0;
}

.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #071d3a;
}

.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #071d3a;
	font-size: 0.82rem;
	font-weight: 900;
	padding: 16px 20px;
}

.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff;
}

.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs .panel {
	color: #10233f;
	font-size: 0.95rem;
	line-height: 1.7;
	margin: 0;
	padding: 28px;
}

.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs .panel h2 {
	color: #071d3a;
	font-size: 1.2rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.woocommerce-cart .pmcg-shop-content .woocommerce-notices-wrapper:empty {
	display: none;
}

.woocommerce-cart .pmcg-shop-content .woocommerce-cart-form {
	grid-row: 1;
}

.woocommerce-cart .pmcg-shop-content .cart-collaterals {
	grid-row: 1;
}

@media (max-width: 1199px) {
	.pmcg-client-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-shop-hero__grid {
		grid-template-columns: 1fr;
	}

	.pmcg-shop-hero__features {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pmcg-shop-hero__cart-mark {
		display: none;
	}

	.pmcg-woo-flow-page .pmcg-shop-hero__grid,
	.pmcg-account-page .pmcg-shop-hero__grid,
	.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-columns {
		grid-template-columns: 1fr;
	}

	.pmcg-account-hero__features,
	.pmcg-account-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-shop-content ul.products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.site-footer .footer-connect .row {
		grid-template-columns: 1fr;
	}

	.site-footer .footer-subscribe {
		max-width: 760px;
	}

	.site-footer .footer-social {
		text-align: center;
	}

	.site-footer .footer-social-icons {
		margin-left: auto;
		margin-right: auto;
		max-width: max-content;
	}

	.pmcg-shop-hero__grid,
	.pmcg-shop-content form.checkout,
	.pmcg-training-detail__grid,
	.pmcg-site-footer__grid {
		grid-template-columns: 1fr;
	}

	.pmcg-shop-content .woocommerce-checkout-review-order {
		position: static;
	}

	.woocommerce-checkout .pmcg-shop-content form.checkout {
		grid-template-columns: 1fr;
	}

	.woocommerce-checkout .pmcg-shop-content #customer_details,
	.woocommerce-checkout .pmcg-shop-content #order_review_heading,
	.woocommerce-checkout .pmcg-shop-content #order_review {
		grid-column: auto;
		grid-row: auto;
		position: static;
	}

	.woocommerce-checkout .pmcg-shop-content #order_review {
		margin-top: 0;
	}

	.woocommerce-cart .pmcg-shop-content .woocommerce {
		grid-template-columns: 1fr;
	}

	.woocommerce-cart .pmcg-shop-content .woocommerce-cart-form,
	.woocommerce-cart .pmcg-shop-content .cart-collaterals {
		grid-column: auto;
		grid-row: auto;
		position: static;
	}

	.woocommerce-account .pmcg-shop-content .woocommerce {
		grid-template-columns: 1fr;
	}

	.pmcg-shop-content ul.products,
	.pmcg-shop-trust__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.single-product .pmcg-shop-content .woocommerce div.product .related ul.products,
	body.single-product.woocommerce div.product .related ul.products {
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}

	.pmcg-shop-content .woocommerce div.product {
		grid-template-columns: 1fr;
	}

	.pmcg-shop-trust__grid div:nth-child(odd) {
		border-left: 0;
	}

	.pmcg-account-hero__features {
		margin-top: 20px;
	}

	.pmcg-account-trust__grid div:nth-child(odd) {
		border-left: 0;
	}

	.pmcg-training-card--featured {
		grid-column: auto;
	}

	.pmcg-training-aside {
		position: static;
	}
}

@media (max-width: 767px) {
	.pmcg-client-grid {
		grid-template-columns: 1fr;
	}

	.site-footer .footer-subscribe {
		border-radius: 24px;
		padding: 24px;
		width: 100%;
	}

	.site-footer .footer-connect form {
		border-radius: 24px;
		grid-template-columns: 1fr;
		padding: 10px;
	}

	.site-footer .footer-connect .subs_input {
		text-align: center;
	}

	.site-footer .footer-connect .subs-button {
		width: 100%;
	}

	.site-footer .footer-social-icons {
		border-radius: 24px;
		flex-wrap: wrap;
		justify-content: center;
	}

	.pmcg-shop-content .woocommerce {
		padding: 18px;
	}

	.pmcg-shop-hero {
		padding: 30px 0;
	}

	.pmcg-shop-hero__features {
		gap: 18px;
		grid-template-columns: 1fr;
	}

	.pmcg-woo-flow-page .pmcg-shop-hero,
	.pmcg-account-page .pmcg-shop-hero {
		padding: 38px 0 32px;
	}

	.pmcg-account-hero__features,
	.pmcg-account-trust__grid {
		grid-template-columns: 1fr;
	}

	.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column1,
	.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .u-column2 {
		padding: 24px 20px;
	}

	.woocommerce-account:not(.logged-in) .pmcg-shop-content .woocommerce .lost_password {
		float: none;
		margin-top: 0;
	}

	.woocommerce-cart .pmcg-shop-content table.cart td.actions .coupon {
		flex-direction: column;
	}

	.woocommerce-cart .pmcg-shop-content table.cart td.actions .coupon .input-text {
		min-width: 0;
		width: 100%;
	}

	.woocommerce-cart .pmcg-shop-content .cart_totals h2 {
		margin: -24px -20px 20px;
		padding: 20px;
	}

	.woocommerce-checkout .pmcg-shop-content #order_review_heading {
		padding: 20px;
	}

	.woocommerce-checkout .pmcg-shop-content .woocommerce-billing-fields,
	.woocommerce-checkout .pmcg-shop-content .woocommerce-shipping-fields,
	.woocommerce-checkout .pmcg-shop-content .woocommerce-additional-fields,
	.woocommerce-checkout .pmcg-shop-content .woocommerce-checkout-review-order {
		padding: 22px 18px;
	}

	.woocommerce-checkout .pmcg-shop-content .woocommerce-order {
		padding: 24px 20px;
	}

	.pmcg-shop-content .woocommerce div.product form.cart {
		align-items: stretch;
		flex-direction: column;
	}

	.pmcg-shop-content .woocommerce div.product {
		padding: 18px;
	}

	.pmcg-shop-content .woocommerce div.product div.summary,
	.pmcg-shop-content .woocommerce div.product .woocommerce-tabs .panel,
	.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs .panel {
		padding: 20px;
	}

	.pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li {
		border-bottom: 1px solid rgba(7, 29, 58, 0.08);
		border-right: 0;
		display: block;
		width: 100%;
	}

	.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li {
		border-bottom: 1px solid rgba(7, 29, 58, 0.08);
		border-right: 0;
		display: block;
		width: 100%;
	}

	.pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li a,
	.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li a {
		display: block;
	}

	.pmcg-shop-content .woocommerce div.product form.cart .button.single_add_to_cart_button,
	.pmcg-shop-content .woocommerce .quantity .qty {
		width: 100%;
	}

	.pmcg-account-trust__grid div {
		border-left: 0;
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.pmcg-account-trust__grid div:first-child {
		border-top: 0;
	}

	.pmcg-shop-content ul.products,
	.pmcg-shop-content .woocommerce div.product,
	.pmcg-shop-trust__grid {
		grid-template-columns: 1fr;
	}

	body.single-product .pmcg-shop-content .woocommerce div.product .related ul.products,
	body.single-product.woocommerce div.product .related ul.products {
		grid-template-columns: 1fr !important;
	}

	.pmcg-shop-content .woocommerce-result-count,
	.pmcg-shop-content .woocommerce-ordering {
		float: none;
		width: 100%;
	}

	.pmcg-shop-content .woocommerce-ordering select {
		width: 100%;
	}

	.pmcg-shop-trust__grid div {
		border-left: 0;
		border-top: 1px solid rgba(9, 31, 61, 0.08);
	}

	.pmcg-shop-trust__grid div:first-child {
		border-top: 0;
	}

	.pmcg-training-content {
		padding: 24px;
	}

	.pmcg-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}
}

body.single-product .pmcg-shop-content .woocommerce div.product p.price,
body.single-product .pmcg-shop-content .woocommerce div.product span.price,
body.single-product.woocommerce div.product p.price,
body.single-product.woocommerce div.product span.price {
	align-items: baseline !important;
	color: #071d3a !important;
	display: flex !important;
	flex-wrap: wrap !important;
	font-size: 1.55rem !important;
	font-weight: 900 !important;
	gap: 8px !important;
	margin: 18px 0 22px !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product p.price del,
body.single-product .pmcg-shop-content .woocommerce div.product span.price del,
body.single-product.woocommerce div.product p.price del,
body.single-product.woocommerce div.product span.price del {
	color: #9a8b13 !important;
	font-size: 1rem !important;
	font-weight: 700 !important;
	opacity: 0.78 !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product p.price ins,
body.single-product .pmcg-shop-content .woocommerce div.product span.price ins,
body.single-product.woocommerce div.product p.price ins,
body.single-product.woocommerce div.product span.price ins {
	color: #9a8b13 !important;
	font-weight: 900 !important;
	text-decoration-thickness: 2px !important;
	text-underline-offset: 3px !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-product-details__short-description,
body.single-product.woocommerce div.product .woocommerce-product-details__short-description {
	background: #f8fbff !important;
	border-left: 4px solid #00bcd4 !important;
	border-radius: 12px !important;
	color: #405168 !important;
	font-size: 0.95rem !important;
	line-height: 1.65 !important;
	margin: 18px 0 22px !important;
	padding: 18px 20px !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product form.cart .button.single_add_to_cart_button,
body.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button {
	background: #00bcd4 !important;
	border: 0 !important;
	border-radius: 6px !important;
	box-shadow: 0 12px 24px rgba(0, 188, 212, 0.22) !important;
	color: #fff !important;
	font-size: 0.86rem !important;
	font-weight: 900 !important;
	letter-spacing: 0.03em !important;
	min-height: 46px !important;
	padding: 13px 28px !important;
	text-transform: uppercase !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product form.cart .button.single_add_to_cart_button:hover,
body.single-product.woocommerce div.product form.cart .button.single_add_to_cart_button:hover {
	background: #071d3a !important;
	box-shadow: 0 14px 28px rgba(7, 29, 58, 0.22) !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs,
body.single-product.woocommerce div.product .woocommerce-tabs {
	background: #fff !important;
	border: 1px solid rgba(7, 29, 58, 0.08) !important;
	border-radius: 16px !important;
	box-shadow: 0 14px 36px rgba(13, 35, 61, 0.05) !important;
	overflow: hidden !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs {
	background: #f8fbff !important;
	border-bottom: 1px solid rgba(7, 29, 58, 0.08) !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: transparent !important;
	border: 0 !important;
	border-right: 1px solid rgba(7, 29, 58, 0.08) !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li.active,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #071d3a !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li a,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	color: #071d3a !important;
	font-size: 0.82rem !important;
	font-weight: 900 !important;
	padding: 16px 20px !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.single-product.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
	color: #fff !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product .woocommerce-tabs .panel,
body.single-product.woocommerce div.product .woocommerce-tabs .panel {
	color: #10233f !important;
	font-size: 0.95rem !important;
	line-height: 1.7 !important;
	margin: 0 !important;
	padding: 28px !important;
}

body.single-product .pmcg-shop-content .woocommerce div.product .related ul.products,
body.single-product.woocommerce div.product .related ul.products {
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
}

.pmcg-contact-page,
.pmcg-blog-page {
	background: #f4f7fb;
	color: #071d3a;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.pmcg-contact-page .container,
.pmcg-blog-page .container {
	max-width: 1180px;
	width: 92%;
}

.pmcg-contact-hero {
	background:
		linear-gradient(90deg, rgba(2, 18, 43, 0.98) 0%, rgba(2, 18, 43, 0.92) 42%, rgba(2, 18, 43, 0.18) 100%),
		var(--pmcg-contact-banner),
		linear-gradient(135deg, #071d3a, #102c51);
	background-position: center;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	padding: 62px 0;
}

.pmcg-contact-hero__grid {
	align-items: center;
	display: grid;
	gap: 46px;
	grid-template-columns: minmax(0, 0.9fr) minmax(360px, 1.1fr);
}

.pmcg-contact-hero h1 {
	color: #fff;
	font-size: clamp(2.4rem, 4.8vw, 4.2rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1.05;
	margin: 0 0 18px;
}

.pmcg-contact-hero h1 span,
.pmcg-blog-hero h1 span {
	color: #ff7900;
}

.pmcg-contact-hero p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 1rem;
	line-height: 1.7;
	max-width: 560px;
}

.pmcg-contact-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.pmcg-contact-hero__actions a,
.pmcg-contact-final a,
.pmcg-contact-form-card button,
.pmcg-blog-subscribe button,
.pmcg-blog-suggest a {
	align-items: center;
	border-radius: 7px;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	letter-spacing: 0.02em;
	text-decoration: none;
	text-transform: uppercase;
}

.pmcg-contact-hero__actions a:first-child,
.pmcg-contact-form-card button,
.pmcg-contact-final a:first-child,
.pmcg-blog-subscribe button {
	background: #ff7900;
	color: #fff;
}

.pmcg-contact-hero__actions a {
	border: 1px solid rgba(255, 255, 255, 0.25);
	color: #fff;
	padding: 15px 22px;
}

.pmcg-contact-main {
	background: #fff;
	padding: 36px 0 0;
}

.pmcg-contact-main__grid,
.pmcg-contact-map-grid {
	display: grid;
	gap: 36px;
	grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
}

.pmcg-contact-map-grid--single {
	grid-template-columns: 1fr;
}

.pmcg-contact-section-title h2,
.pmcg-blog-featured h2,
.pmcg-blog-recent h2,
.pmcg-blog-sidebar h2 {
	color: #071d3a;
	font-size: 1.15rem;
	font-weight: 900;
	letter-spacing: 0.02em;
	margin: 0 0 16px;
	position: relative;
	text-transform: uppercase;
}

.pmcg-contact-section-title h2::after,
.pmcg-blog-featured h2::after,
.pmcg-blog-recent h2::after,
.pmcg-blog-sidebar h2::after {
	background: #ff7900;
	border-radius: 999px;
	bottom: -6px;
	content: "";
	height: 3px;
	left: 0;
	position: absolute;
	width: 38px;
}

.pmcg-contact-section-title p {
	color: #405168;
	font-size: 0.92rem;
	line-height: 1.7;
	margin: 0 0 24px;
}

.pmcg-contact-info__list {
	display: grid;
	gap: 0;
}

.pmcg-contact-info__item {
	align-items: center;
	border-bottom: 1px solid rgba(7, 29, 58, 0.08);
	display: grid;
	gap: 16px;
	grid-template-columns: 58px 1fr;
	padding: 18px 0;
}

.pmcg-contact-info__item > span,
.pmcg-contact-response > i,
.pmcg-contact-global span,
.pmcg-contact-final > div:first-child > i {
	align-items: center;
	background: #071d3a;
	border-radius: 9px;
	color: #fff;
	display: inline-flex;
	font-size: 1.55rem;
	height: 52px;
	justify-content: center;
	width: 52px;
}

.pmcg-contact-info__item strong {
	color: #071d3a;
	display: block;
	font-size: 0.86rem;
	font-weight: 900;
	text-transform: uppercase;
}

.pmcg-contact-info__item p,
.pmcg-contact-info__item a {
	color: #405168;
	font-size: 0.86rem;
	margin: 2px 0 0;
	text-decoration: none;
}

.pmcg-contact-response {
	align-items: center;
	border: 1px solid rgba(7, 29, 58, 0.18);
	border-radius: 10px;
	display: grid;
	gap: 14px;
	grid-template-columns: 54px 1fr;
	margin-top: 22px;
	padding: 16px;
}

.pmcg-contact-response p {
	color: #405168;
	font-size: 0.78rem;
	margin: 2px 0 0;
}

.pmcg-contact-form-card {
	background: #fff;
	border-left: 1px solid rgba(7, 29, 58, 0.08);
	padding-left: 36px;
}

.pmcg-contact-form-card form {
	display: grid;
	gap: 12px;
}

.pmcg-contact-form__row {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pmcg-contact-form-card label {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.1);
	border-radius: 8px;
	display: grid;
	grid-template-columns: 38px 1fr;
	min-height: 46px;
}

.pmcg-contact-form-card label i {
	color: #0b315d;
	text-align: center;
}

.pmcg-contact-form-card input,
.pmcg-contact-form-card select,
.pmcg-contact-form-card textarea {
	background: transparent;
	border: 0;
	color: #405168;
	font-size: 0.86rem;
	outline: 0;
	padding: 12px 12px 12px 0;
	width: 100%;
}

.pmcg-contact-form__textarea {
	align-items: start;
	min-height: 132px;
}

.pmcg-contact-form__textarea i {
	padding-top: 15px;
}

.pmcg-contact-form-card textarea {
	min-height: 128px;
	resize: vertical;
}

.pmcg-contact-form__check {
	border: 0 !important;
	display: flex !important;
	gap: 8px;
	min-height: auto !important;
}

.pmcg-contact-form__check input {
	width: auto;
}

.pmcg-contact-form__check span {
	color: #405168;
	font-size: 0.78rem;
}

.pmcg-contact-form-card button {
	border: 0;
	min-height: 50px;
}

.pmcg-contact-form-card .wpforms-container,
.pmcg-blog-subscribe .wpforms-container,
.pmcg-replica-newsletter .wpforms-container,
.site-footer .footer-connect .wpforms-container {
	margin: 0;
	width: 100%;
}

.pmcg-contact-form-card .wpforms-container .wpforms-form,
.pmcg-blog-subscribe .wpforms-container .wpforms-form,
.pmcg-replica-newsletter .wpforms-container .wpforms-form,
.site-footer .footer-connect .wpforms-container .wpforms-form {
	display: grid;
	gap: 12px;
}

.pmcg-contact-form-card .wpforms-field-container,
.pmcg-blog-subscribe .wpforms-field-container,
.pmcg-replica-newsletter .wpforms-field-container,
.site-footer .footer-connect .wpforms-field-container {
	display: grid;
	gap: 12px;
}

.pmcg-contact-form-card .wpforms-field,
.pmcg-blog-subscribe .wpforms-field,
.pmcg-replica-newsletter .wpforms-field,
.site-footer .footer-connect .wpforms-field {
	padding: 0;
}

.pmcg-contact-form-card .wpforms-field-label,
.pmcg-blog-subscribe .wpforms-field-label,
.pmcg-replica-newsletter .wpforms-field-label,
.site-footer .footer-connect .wpforms-field-label {
	color: #071d3a;
	font-size: 0.78rem;
	font-weight: 900;
	margin: 0 0 6px;
}

.pmcg-contact-form-card .wpforms-field input,
.pmcg-contact-form-card .wpforms-field select,
.pmcg-contact-form-card .wpforms-field textarea {
	background: #fff !important;
	border: 1px solid rgba(7, 29, 58, 0.1) !important;
	border-radius: 8px !important;
	color: #405168 !important;
	font-size: 0.86rem !important;
	min-height: 46px !important;
	padding: 12px 14px !important;
	width: 100% !important;
}

.pmcg-contact-form-card .wpforms-field textarea {
	min-height: 132px !important;
}

.pmcg-contact-form-card .wpforms-field-checkbox label,
.pmcg-contact-form-card .wpforms-field-gdpr-checkbox label {
	color: #405168;
	font-size: 0.78rem;
}

.pmcg-contact-form-card .wpforms-submit-container,
.pmcg-blog-subscribe .wpforms-submit-container,
.pmcg-replica-newsletter .wpforms-submit-container,
.site-footer .footer-connect .wpforms-submit-container {
	margin: 0;
	padding: 0;
}

.pmcg-contact-form-card .wpforms-submit {
	align-items: center !important;
	background: #ff7900 !important;
	border: 0 !important;
	border-radius: 7px !important;
	color: #fff !important;
	display: inline-flex !important;
	font-size: 0.8rem !important;
	font-weight: 900 !important;
	justify-content: center !important;
	letter-spacing: 0.02em !important;
	min-height: 50px !important;
	text-transform: uppercase !important;
	width: 100% !important;
}

.pmcg-contact-form-card .wpforms-submit:hover {
	background: #071d3a !important;
}

.pmcg-contact-map-grid {
	margin-top: 36px;
}

.pmcg-contact-map {
	border-radius: 8px;
	min-height: 300px;
	overflow: hidden;
}

.pmcg-contact-map iframe {
	border: 0;
	height: 100%;
	min-height: 300px;
	width: 100%;
}

.pmcg-contact-global {
	background: #f8fbff;
	border-radius: 10px;
	padding: 32px;
}

.pmcg-contact-global h3 {
	color: #071d3a;
	font-size: 1.2rem;
	font-weight: 900;
	margin: 14px 0 8px;
	text-transform: uppercase;
}

.pmcg-contact-global p {
	color: #405168;
	font-size: 0.92rem;
	line-height: 1.7;
}

.pmcg-contact-global__stats {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 24px;
}

.pmcg-contact-global__stats div {
	text-align: center;
}

.pmcg-contact-global__stats i {
	color: #ff7900;
	display: block;
	font-size: 1.55rem;
	margin-bottom: 8px;
}

.pmcg-contact-global__stats strong {
	color: #ff7900;
	display: block;
	font-size: 1.3rem;
	font-weight: 900;
}

.pmcg-contact-global__stats span {
	color: #405168;
	display: block;
	font-size: 0.72rem;
	line-height: 1.3;
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0;
}

.pmcg-contact-final {
	align-items: center;
	background: #071d3a;
	border-radius: 10px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin: 30px 0 0;
	padding: 20px 24px;
}

.pmcg-contact-final > div {
	align-items: center;
	display: flex;
	gap: 14px;
}

.pmcg-contact-final strong {
	display: block;
	font-size: 1.05rem;
	font-weight: 900;
}

.pmcg-contact-final p {
	color: rgba(255, 255, 255, 0.72);
	font-size: 0.8rem;
	margin: 2px 0 0;
}

.pmcg-contact-final a {
	border: 1px solid rgba(255, 255, 255, 0.26);
	color: #fff;
	padding: 13px 18px;
}

.pmcg-contact-footer {
	background: #061a3d;
	color: #fff;
	padding: 34px 0 18px;
}

.pmcg-contact-footer__grid {
	display: grid;
	gap: 30px;
	grid-template-columns: 1.35fr repeat(3, 1fr);
}

.pmcg-contact-footer h2,
.pmcg-contact-footer h3 {
	color: #fff;
	font-weight: 900;
	margin: 0 0 16px;
	text-transform: uppercase;
}

.pmcg-contact-footer h2 span {
	color: #ff7900;
	display: block;
	font-size: 0.9rem;
	letter-spacing: 0.18em;
}

.pmcg-contact-footer p,
.pmcg-contact-footer a {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 0.82rem;
	line-height: 1.7;
	margin: 0 0 8px;
	text-decoration: none;
}

.pmcg-contact-footer__bottom {
	align-items: center;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
	display: flex;
	justify-content: space-between;
	margin-top: 26px;
	padding-top: 16px;
}

.pmcg-contact-footer__bottom span,
.pmcg-contact-footer__bottom a {
	color: rgba(255, 255, 255, 0.62);
	font-size: 0.76rem;
	margin: 0;
}

.pmcg-contact-footer__bottom div {
	display: flex;
	gap: 18px;
}

.pmcg-blog-hero {
	background:
		linear-gradient(90deg, rgba(3, 20, 45, 0.98), rgba(3, 20, 45, 0.88) 45%, rgba(3, 20, 45, 0.3)),
		var(--pmcg-blog-banner),
		linear-gradient(135deg, #071d3a, #0f2748);
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: 64px 0;
}

.pmcg-blog-hero__grid {
	align-items: center;
	display: grid;
	gap: 44px;
	grid-template-columns: minmax(0, 1fr) 390px;
}

.pmcg-blog-hero h1 {
	color: #fff;
	font-size: clamp(2.2rem, 4.2vw, 3.9rem);
	font-weight: 900;
	letter-spacing: -0.05em;
	line-height: 1.05;
	margin: 0 0 16px;
	max-width: 760px;
}

.pmcg-blog-hero p {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.7;
	max-width: 660px;
}

.pmcg-blog-hero > .container > .pmcg-blog-hero__grid > div:first-child > p:first-child {
	color: #ff7900;
	font-size: 0.82rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.pmcg-blog-hero__filters {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 28px;
}

.pmcg-blog-hero__filters form {
	background: #fff;
	border-radius: 6px;
	display: grid;
	grid-template-columns: 1fr 44px;
	min-width: 290px;
	overflow: hidden;
}

.pmcg-blog-hero__filters input,
.pmcg-blog-hero__filters select {
	background: #fff;
	border: 0;
	color: #405168;
	min-height: 48px;
	padding: 0 16px;
}

.pmcg-blog-hero__filters button {
	background: #fff;
	border: 0;
	color: #071d3a;
}

.pmcg-blog-hero__filters form:last-child {
	display: block;
	min-width: 210px;
}

.pmcg-blog-content {
	background: #fff;
	padding: 34px 0;
}

.pmcg-blog-layout {
	align-items: start;
	display: grid;
	gap: 42px;
	grid-template-columns: minmax(0, 1fr) 300px;
}

.pmcg-blog-featured__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 22px;
}

.pmcg-blog-card,
.pmcg-blog-sidebar section,
.pmcg-blog-row,
.pmcg-blog-suggest > .container > div {
	background: #fff;
	border: 1px solid rgba(7, 29, 58, 0.08);
	border-radius: 8px;
	box-shadow: 0 12px 30px rgba(13, 35, 61, 0.05);
}

.pmcg-blog-card {
	overflow: hidden;
}

.pmcg-blog-card__image,
.pmcg-blog-row__image,
.pmcg-blog-popular > span {
	background:
		linear-gradient(135deg, rgba(7, 29, 58, 0.08), rgba(0, 188, 212, 0.08)),
		var(--pmcg-blog-image, linear-gradient(135deg, #dce7f3, #f8fbff));
	background-position: center;
	background-size: cover;
	display: block;
}

.pmcg-blog-card__image {
	aspect-ratio: 16 / 10;
	position: relative;
}

.pmcg-blog-card__image span {
	background: #071d3a;
	border-radius: 3px;
	bottom: 10px;
	color: #fff;
	font-size: 0.58rem;
	font-weight: 900;
	left: 10px;
	padding: 6px 8px;
	position: absolute;
	text-transform: uppercase;
}

.pmcg-blog-card > div {
	padding: 16px;
}

.pmcg-blog-card h3,
.pmcg-blog-row h3,
.pmcg-blog-popular strong {
	color: #071d3a;
	font-size: 0.96rem;
	font-weight: 900;
	line-height: 1.35;
	margin: 0 0 8px;
}

.pmcg-blog-card h3 a,
.pmcg-blog-row h3 a {
	color: inherit;
	text-decoration: none;
}

.pmcg-blog-card p,
.pmcg-blog-row p {
	color: #405168;
	font-size: 0.78rem;
	line-height: 1.55;
}

.pmcg-blog-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 12px;
}

.pmcg-blog-meta span {
	color: #5f6f83;
	font-size: 0.7rem;
	font-weight: 700;
}

.pmcg-blog-recent {
	margin-top: 38px;
}

.pmcg-blog-recent__list {
	display: grid;
	gap: 14px;
	margin-top: 22px;
}

.pmcg-blog-row {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 170px 1fr 42px;
	padding: 12px;
}

.pmcg-blog-row__image {
	aspect-ratio: 16 / 9;
	border-radius: 6px;
}

.pmcg-blog-row > div > span {
	color: #071d3a;
	display: block;
	font-size: 0.68rem;
	font-weight: 900;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.pmcg-blog-row__arrow {
	align-items: center;
	color: #071d3a;
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
	text-decoration: none;
}

.pmcg-blog-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 24px;
}

.pmcg-blog-pagination .page-numbers {
	align-items: center;
	border: 1px solid rgba(7, 29, 58, 0.12);
	border-radius: 5px;
	color: #071d3a;
	display: inline-flex;
	font-size: 0.8rem;
	font-weight: 900;
	height: 38px;
	justify-content: center;
	min-width: 38px;
	padding: 0 12px;
	text-decoration: none;
}

.pmcg-blog-pagination .current {
	background: #071d3a;
	color: #fff;
}

.pmcg-blog-sidebar {
	display: grid;
	gap: 24px;
}

.pmcg-blog-sidebar section {
	padding: 22px;
}

.pmcg-blog-category {
	align-items: center;
	color: #405168;
	display: flex;
	font-size: 0.82rem;
	justify-content: space-between;
	padding: 10px 0;
	text-decoration: none;
}

.pmcg-blog-category i {
	color: #0b315d;
	margin-right: 8px;
}

.pmcg-blog-popular {
	align-items: center;
	display: grid;
	gap: 12px;
	grid-template-columns: 70px 1fr;
	padding: 10px 0;
	text-decoration: none;
}

.pmcg-blog-popular > span {
	aspect-ratio: 1 / 0.8;
	border-radius: 6px;
}

.pmcg-blog-popular small {
	color: #5f6f83;
	display: block;
	font-size: 0.7rem;
	margin-top: 4px;
}

.pmcg-blog-subscribe {
	background: #071d3a !important;
	color: #fff;
}

.pmcg-blog-subscribe h2,
.pmcg-blog-subscribe p,
.pmcg-blog-subscribe small {
	color: #fff;
}

.pmcg-blog-subscribe form {
	display: grid;
	gap: 10px;
}

.pmcg-blog-subscribe input {
	border: 0;
	border-radius: 5px;
	min-height: 42px;
	padding: 0 12px;
}

.pmcg-blog-subscribe button {
	border: 0;
	min-height: 42px;
}

.pmcg-blog-subscribe small {
	display: block;
	font-size: 0.68rem;
	line-height: 1.5;
	margin-top: 14px;
	opacity: 0.72;
}

.pmcg-blog-subscribe .wpforms-field-label {
	color: #fff;
}

.pmcg-blog-subscribe .wpforms-field input,
.pmcg-blog-subscribe .wpforms-field select,
.pmcg-blog-subscribe .wpforms-field textarea {
	background: #fff !important;
	border: 0 !important;
	border-radius: 5px !important;
	color: #405168 !important;
	min-height: 42px !important;
	padding: 0 12px !important;
	width: 100% !important;
}

.pmcg-blog-subscribe .wpforms-submit {
	background: #ff7900 !important;
	border: 0 !important;
	border-radius: 7px !important;
	color: #fff !important;
	font-size: 0.8rem !important;
	font-weight: 900 !important;
	min-height: 42px !important;
	text-transform: uppercase !important;
	width: 100% !important;
}

.pmcg-replica-newsletter .wpforms-container .wpforms-form {
	grid-template-columns: minmax(0, 1fr) auto;
}

.pmcg-replica-newsletter .wpforms-field-container {
	display: block;
}

.pmcg-replica-newsletter .wpforms-field-label {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.76rem;
}

.pmcg-replica-newsletter .wpforms-field input {
	background: rgba(255, 255, 255, 0.12) !important;
	border: 1px solid rgba(255, 255, 255, 0.18) !important;
	border-radius: 999px !important;
	color: #fff !important;
	min-height: 50px !important;
	padding: 0 18px !important;
	width: 100% !important;
}

.pmcg-replica-newsletter .wpforms-submit {
	background: #ff7900 !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 0.82rem !important;
	font-weight: 900 !important;
	min-height: 50px !important;
	padding: 0 24px !important;
}

.site-footer .footer-connect .wpforms-container .wpforms-form {
	background: #fff;
	border-radius: 999px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 8px;
}

.site-footer .footer-connect .wpforms-field-container {
	display: block;
}

.site-footer .footer-connect .wpforms-field-label {
	display: none;
}

.site-footer .footer-connect .wpforms-field input {
	background: transparent !important;
	border: 0 !important;
	color: #071d3a !important;
	min-height: 44px !important;
	padding: 0 18px !important;
	width: 100% !important;
}

.site-footer .footer-connect .wpforms-submit {
	background: #ff7900 !important;
	border: 0 !important;
	border-radius: 999px !important;
	color: #fff !important;
	font-size: 0.82rem !important;
	font-weight: 900 !important;
	min-height: 44px !important;
	padding: 0 22px !important;
	text-transform: uppercase !important;
}

.pmcg-contact-form-card .wpforms-container-full,
.pmcg-contact-form-card .wpforms-container-full .wpforms-form {
	margin: 0 !important;
	width: 100% !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-form {
	display: block !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-container {
	display: grid !important;
	gap: 10px !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field {
	margin: 0 !important;
	padding: 0 !important;
	position: relative !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field:nth-child(n+3),
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-textarea,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox {
	grid-column: 1 / -1 !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field:not(.wpforms-field-checkbox):not(.wpforms-field-gdpr-checkbox) .wpforms-field-label {
	display: none !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field::before {
	color: #5d6f91;
	font-family: FontAwesome;
	font-size: 0.98rem;
	left: 14px;
	line-height: 1;
	position: absolute;
	top: 16px;
	z-index: 2;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field:nth-child(1)::before {
	content: "\f007";
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field:nth-child(2)::before {
	content: "\f1ad";
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field:nth-child(3)::before {
	content: "\f0e0";
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-phone::before {
	display: none !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field:nth-child(5)::before {
	content: "\f02b";
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field:nth-child(6)::before {
	content: "\f009";
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-textarea::before {
	content: "\f040";
}

.pmcg-contact-form-card .wpforms-container-full input[type="text"],
.pmcg-contact-form-card .wpforms-container-full input[type="email"],
.pmcg-contact-form-card .wpforms-container-full input[type="tel"],
.pmcg-contact-form-card .wpforms-container-full input[type="url"],
.pmcg-contact-form-card .wpforms-container-full input[type="number"],
.pmcg-contact-form-card .wpforms-container-full select,
.pmcg-contact-form-card .wpforms-container-full textarea {
	background: #fff !important;
	border: 1px solid rgba(7, 29, 58, 0.1) !important;
	border-radius: 6px !important;
	box-shadow: 0 4px 12px rgba(7, 29, 58, 0.04) !important;
	color: #405168 !important;
	font-size: 0.82rem !important;
	height: auto !important;
	line-height: 1.4 !important;
	min-height: 42px !important;
	padding: 11px 14px 11px 42px !important;
	width: 100% !important;
}

.pmcg-contact-form-card .wpforms-container-full textarea {
	min-height: 124px !important;
	padding-top: 13px !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-phone .iti,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-phone .wpforms-smart-phone-field {
	width: 100% !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-phone .iti {
	display: block !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-phone .iti__country-container {
	left: 0 !important;
	right: auto !important;
	width: auto !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-phone input[type="tel"] {
	padding-left: 76px !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-phone .iti__selected-country,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-phone .iti__selected-flag {
	background: transparent !important;
	border-radius: 6px 0 0 6px !important;
	min-height: 42px !important;
	padding-left: 12px !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox::before,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox::before {
	display: none !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox {
	display: block !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox input,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox input {
	appearance: none !important;
	background: #fff !important;
	border: 1px solid rgba(7, 29, 58, 0.28) !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	height: 18px !important;
	margin: 0 !important;
	min-height: 18px !important;
	padding: 0 !important;
	position: relative !important;
	width: 18px !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox input:checked,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox input:checked {
	background: #ff7900 !important;
	border-color: #ff7900 !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox input:checked::after,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox input:checked::after {
	color: #fff !important;
	content: "\f00c" !important;
	font-family: FontAwesome !important;
	font-size: 0.68rem !important;
	left: 3px !important;
	position: absolute !important;
	top: 1px !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox .wpforms-field-label,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox .wpforms-field-label,
.pmcg-blog-subscribe .wpforms-field-checkbox .wpforms-field-label,
.pmcg-blog-subscribe .wpforms-field-gdpr-checkbox .wpforms-field-label,
.pmcg-replica-newsletter .wpforms-field-checkbox .wpforms-field-label,
.pmcg-replica-newsletter .wpforms-field-gdpr-checkbox .wpforms-field-label,
.site-footer .footer-connect .wpforms-field-checkbox .wpforms-field-label,
.site-footer .footer-connect .wpforms-field-gdpr-checkbox .wpforms-field-label {
	display: none !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox ul,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox ul,
.pmcg-blog-subscribe .wpforms-field-checkbox ul,
.pmcg-blog-subscribe .wpforms-field-gdpr-checkbox ul,
.pmcg-replica-newsletter .wpforms-field-checkbox ul,
.pmcg-replica-newsletter .wpforms-field-gdpr-checkbox ul,
.site-footer .footer-connect .wpforms-field-checkbox ul,
.site-footer .footer-connect .wpforms-field-gdpr-checkbox ul {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox li,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox li {
	align-items: center !important;
	display: inline-flex !important;
	gap: 10px !important;
	justify-content: flex-start !important;
	margin: 0 !important;
	width: 100% !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox li label,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox li label,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox .wpforms-field-label-inline,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox .wpforms-field-label-inline {
	color: #2c425f !important;
	font-size: 0.82rem !important;
	font-weight: 900 !important;
	line-height: 1.35 !important;
	margin: 0 !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-field-checkbox li label a,
.pmcg-contact-form-card .wpforms-container-full .wpforms-field-gdpr-checkbox li label a {
	color: #ff7900 !important;
	font-weight: 900 !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-submit-container {
	margin: 12px 0 0 !important;
	padding: 0 !important;
}

.pmcg-contact-form-card .wpforms-container-full .wpforms-submit {
	background: #ff5b00 !important;
	border: 0 !important;
	border-radius: 6px !important;
	box-shadow: 0 12px 22px rgba(255, 91, 0, 0.22) !important;
	color: #fff !important;
	font-size: 0.84rem !important;
	font-weight: 900 !important;
	min-height: 48px !important;
	text-transform: uppercase !important;
	width: 100% !important;
}

.pmcg-replica-newsletter .wpforms-container-full,
.site-footer .footer-connect .wpforms-container-full {
	margin: 0 !important;
	width: 100% !important;
}

.pmcg-replica-newsletter .wpforms-container-full .wpforms-form,
.site-footer .footer-connect .wpforms-container-full .wpforms-form {
	align-items: center !important;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	display: grid !important;
	gap: 0 0 !important;
	grid-template-columns: minmax(0, 1fr) auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.pmcg-replica-newsletter .wpforms-container-full .wpforms-field-container,
.site-footer .footer-connect .wpforms-container-full .wpforms-field-container {
	display: block !important;
	min-width: 0 !important;
}

.pmcg-replica-newsletter .wpforms-container-full .wpforms-field,
.site-footer .footer-connect .wpforms-container-full .wpforms-field {
	margin: 0 !important;
	padding: 0 !important;
}

.pmcg-replica-newsletter .wpforms-container-full .wpforms-field-label,
.site-footer .footer-connect .wpforms-container-full .wpforms-field-label {
	display: none !important;
}

.pmcg-replica-newsletter .wpforms-container-full input[type="email"],
.site-footer .footer-connect .wpforms-container-full input[type="email"] {
	background: #fff !important;
	border: 0 !important;
	border-radius: 999px 0 0 999px !important;
	box-shadow: none !important;
	color: #071d3a !important;
	font-size: 0.88rem !important;
	height: 58px !important;
	min-height: 58px !important;
	padding: 0 22px !important;
	width: 100% !important;
}

.pmcg-replica-newsletter .wpforms-container-full .wpforms-submit-container,
.site-footer .footer-connect .wpforms-container-full .wpforms-submit-container {
	margin: 0 !important;
	padding: 0 !important;
}

.pmcg-replica-newsletter .wpforms-container-full .wpforms-submit,
.site-footer .footer-connect .wpforms-container-full .wpforms-submit {
	background: #ff7900 !important;
	border: 0 !important;
	border-radius: 0 999px 999px 0 !important;
	box-shadow: none !important;
	color: #fff !important;
	font-size: 0.78rem !important;
	font-weight: 900 !important;
	height: 58px !important;
	min-height: 58px !important;
	padding: 0 26px !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.pmcg-blog-subscribe .wpforms-field-checkbox,
.pmcg-blog-subscribe .wpforms-field-gdpr-checkbox,
.pmcg-replica-newsletter .wpforms-field-checkbox,
.pmcg-replica-newsletter .wpforms-field-gdpr-checkbox,
.site-footer .footer-connect .wpforms-field-checkbox,
.site-footer .footer-connect .wpforms-field-gdpr-checkbox {
	margin-top: 18px !important;
}

.pmcg-blog-subscribe .wpforms-field-checkbox li,
.pmcg-blog-subscribe .wpforms-field-gdpr-checkbox li,
.pmcg-replica-newsletter .wpforms-field-checkbox li,
.pmcg-replica-newsletter .wpforms-field-gdpr-checkbox li,
.site-footer .footer-connect .wpforms-field-checkbox li,
.site-footer .footer-connect .wpforms-field-gdpr-checkbox li {
	align-items: center !important;
	display: flex !important;
	gap: 9px !important;
	margin: 0 !important;
}

.pmcg-blog-subscribe .wpforms-field-checkbox input,
.pmcg-blog-subscribe .wpforms-field-gdpr-checkbox input,
.pmcg-replica-newsletter .wpforms-field-checkbox input,
.pmcg-replica-newsletter .wpforms-field-gdpr-checkbox input,
.site-footer .footer-connect .wpforms-field-checkbox input,
.site-footer .footer-connect .wpforms-field-gdpr-checkbox input {
	appearance: none !important;
	background: rgba(255, 255, 255, 0.98) !important;
	border: 1px solid rgba(255, 255, 255, 0.7) !important;
	border-radius: 4px !important;
	box-shadow: none !important;
	flex: 0 0 18px !important;
	height: 18px !important;
	margin: 0 !important;
	min-height: 18px !important;
	padding: 0 !important;
	position: relative !important;
	width: 18px !important;
}

.pmcg-blog-subscribe .wpforms-field-checkbox input:checked,
.pmcg-blog-subscribe .wpforms-field-gdpr-checkbox input:checked,
.pmcg-replica-newsletter .wpforms-field-checkbox input:checked,
.pmcg-replica-newsletter .wpforms-field-gdpr-checkbox input:checked,
.site-footer .footer-connect .wpforms-field-checkbox input:checked,
.site-footer .footer-connect .wpforms-field-gdpr-checkbox input:checked {
	background: #ff7900 !important;
	border-color: #ff7900 !important;
}

.pmcg-blog-subscribe .wpforms-field-checkbox input:checked::after,
.pmcg-blog-subscribe .wpforms-field-gdpr-checkbox input:checked::after,
.pmcg-replica-newsletter .wpforms-field-checkbox input:checked::after,
.pmcg-replica-newsletter .wpforms-field-gdpr-checkbox input:checked::after,
.site-footer .footer-connect .wpforms-field-checkbox input:checked::after,
.site-footer .footer-connect .wpforms-field-gdpr-checkbox input:checked::after {
	color: #fff !important;
	content: "\f00c" !important;
	font-family: FontAwesome !important;
	font-size: 0.68rem !important;
	left: 3px !important;
	position: absolute !important;
	top: 1px !important;
}

.pmcg-blog-subscribe .wpforms-field-checkbox li label,
.pmcg-blog-subscribe .wpforms-field-gdpr-checkbox li label,
.pmcg-replica-newsletter .wpforms-field-checkbox li label,
.pmcg-replica-newsletter .wpforms-field-gdpr-checkbox li label,
.site-footer .footer-connect .wpforms-field-checkbox li label,
.site-footer .footer-connect .wpforms-field-gdpr-checkbox li label {
	color: rgba(255, 255, 255, 0.9) !important;
	font-size: 0.72rem !important;
	font-weight: 700 !important;
	line-height: 1.35 !important;
	margin: 0 !important;
}

.pmcg-blog-subscribe .wpforms-field-checkbox li label a,
.pmcg-blog-subscribe .wpforms-field-gdpr-checkbox li label a,
.pmcg-replica-newsletter .wpforms-field-checkbox li label a,
.pmcg-replica-newsletter .wpforms-field-gdpr-checkbox li label a,
.site-footer .footer-connect .wpforms-field-checkbox li label a,
.site-footer .footer-connect .wpforms-field-gdpr-checkbox li label a {
	color: #fff !important;
	font-weight: 900 !important;
	text-decoration: underline !important;
	text-decoration-thickness: 1px !important;
	text-underline-offset: 2px !important;
}

.pmcg-replica-newsletter .wpforms-container-full .wpforms-form,
.site-footer .footer-connect .wpforms-container-full .wpforms-form {
	grid-template-areas:
		"field submit"
		"consent consent" !important;
}

.pmcg-replica-newsletter .wpforms-container-full .wpforms-field-container,
.site-footer .footer-connect .wpforms-container-full .wpforms-field-container {
	display: contents !important;
}

.pmcg-replica-newsletter .wpforms-container-full .wpforms-field-email,
.site-footer .footer-connect .wpforms-container-full .wpforms-field-email {
	grid-area: field !important;
}

.pmcg-replica-newsletter .wpforms-container-full .wpforms-submit-container,
.site-footer .footer-connect .wpforms-container-full .wpforms-submit-container {
	grid-area: submit !important;
}

.pmcg-replica-newsletter .wpforms-container-full .wpforms-field-checkbox,
.pmcg-replica-newsletter .wpforms-container-full .wpforms-field-gdpr-checkbox,
.site-footer .footer-connect .wpforms-container-full .wpforms-field-checkbox,
.site-footer .footer-connect .wpforms-container-full .wpforms-field-gdpr-checkbox {
	grid-area: consent !important;
	padding: 18px 4px 0 !important;
}

.pmcg-blog-suggest {
	background: #fff;
	padding: 0 0 30px;
}

.pmcg-blog-suggest > .container > div {
	align-items: center;
	display: grid;
	gap: 18px;
	grid-template-columns: 54px 1fr 220px;
	padding: 20px 24px;
}

.pmcg-blog-suggest i {
	color: #ff7900;
	font-size: 2rem;
}

.pmcg-blog-suggest strong {
	color: #071d3a;
	font-size: 1rem;
	font-weight: 900;
}

.pmcg-blog-suggest p {
	color: #405168;
	font-size: 0.82rem;
	margin: 3px 0 0;
}

.pmcg-blog-suggest a {
	border: 1px solid rgba(7, 29, 58, 0.2);
	color: #071d3a;
	padding: 14px 18px;
}

.pmcg-blog-footer {
	margin-top: 0;
}

@media (max-width: 1199px) {
	.pmcg-contact-hero__grid,
	.pmcg-blog-hero__grid,
	.pmcg-blog-layout {
		grid-template-columns: 1fr;
	}

	.pmcg-contact-main__grid,
	.pmcg-contact-map-grid {
		grid-template-columns: 1fr;
	}

	.pmcg-contact-form-card {
		border-left: 0;
		padding-left: 0;
	}
}

@media (max-width: 991px) {
	.pmcg-blog-featured__grid,
	.pmcg-contact-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-contact-final {
		align-items: flex-start;
		flex-direction: column;
	}

	.pmcg-contact-global__stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.pmcg-contact-hero,
	.pmcg-blog-hero {
		padding: 42px 0;
	}

	.pmcg-contact-hero h1,
	.pmcg-blog-hero h1 {
		font-size: 2.25rem;
	}

	.pmcg-contact-hero__actions,
	.pmcg-contact-final > div,
	.pmcg-contact-footer__bottom {
		align-items: stretch;
		flex-direction: column;
	}

	.pmcg-contact-form__row,
	.pmcg-contact-form-card .wpforms-container-full .wpforms-field-container,
	.pmcg-blog-featured__grid,
	.pmcg-contact-footer__grid,
	.pmcg-blog-row,
	.pmcg-blog-suggest > .container > div {
		grid-template-columns: 1fr;
	}

	.pmcg-contact-main {
		padding-top: 28px;
	}

	.pmcg-contact-global,
	.pmcg-contact-final,
	.pmcg-blog-sidebar section {
		padding: 22px;
	}

	.pmcg-contact-global__stats {
		grid-template-columns: 1fr;
	}

	.pmcg-blog-hero__filters,
	.pmcg-blog-hero__filters form,
	.pmcg-blog-hero__filters form:last-child {
		width: 100%;
	}

	.pmcg-blog-row__image {
		aspect-ratio: 16 / 10;
	}

	.pmcg-blog-row__arrow {
		justify-content: flex-start;
	}

	.pmcg-blog-suggest a {
		width: 100%;
	}

	.pmcg-replica-newsletter .wpforms-container .wpforms-form,
	.site-footer .footer-connect .wpforms-container .wpforms-form {
		border-radius: 24px;
		grid-template-columns: 1fr;
	}

	.pmcg-replica-newsletter .wpforms-container-full .wpforms-form,
	.site-footer .footer-connect .wpforms-container-full .wpforms-form {
		border-radius: 24px !important;
		grid-template-areas:
			"field"
			"submit"
			"consent" !important;
		grid-template-columns: 1fr !important;
	}

	.pmcg-replica-newsletter .wpforms-container-full input[type="email"],
	.site-footer .footer-connect .wpforms-container-full input[type="email"],
	.pmcg-replica-newsletter .wpforms-container-full .wpforms-submit,
	.site-footer .footer-connect .wpforms-container-full .wpforms-submit {
		border-radius: 999px !important;
		width: 100% !important;
	}

	.pmcg-replica-newsletter .wpforms-container-full .wpforms-submit,
	.site-footer .footer-connect .wpforms-container-full .wpforms-submit {
		margin-top: 8px !important;
	}

	.pmcg-replica-newsletter .wpforms-submit,
	.site-footer .footer-connect .wpforms-submit {
		width: 100% !important;
	}
}

.pmcg-home-replica {
	background: #fff;
	color: #10233f;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.pmcg-home-replica .container {
	max-width: 1280px;
	width: 94%;
}

.pmcg-home-replica h1,
.pmcg-home-replica h2,
.pmcg-home-replica h3 {
	font-family: Raleway, Helvetica, Arial, sans-serif;
}

.site-header {
	line-height: 72px;
	min-height: 72px;
}

.site-branding,
.header-right-wrapper {
	min-height: 72px;
}

.site-branding {
	padding: 5px 0;
}

.site-branding .custom-logo-link,
.site-branding .site-logo-div a {
	background: url("../images/pmcg-logo-full.png") center / contain no-repeat;
	display: inline-flex;
	height: 62px;
	width: 56px;
}

.site-branding img,
.site-branding .custom-logo {
	height: 62px;
	max-height: 62px;
	opacity: 0;
	width: 56px;
}

.main-navigation .onepress-menu > li.pmcg-menu-account > a,
.home .main-navigation .onepress-menu > li.pmcg-menu-account > a,
.page-template-page-home-redisenada .main-navigation .onepress-menu > li.pmcg-menu-account > a {
	background: #ff7900;
	border-radius: 8px;
	box-shadow: 0 8px 18px rgba(255, 121, 0, 0.25);
	color: #fff;
	line-height: 1;
	margin-left: 10px;
	padding: 14px 22px;
}

.main-navigation .onepress-menu > li.pmcg-menu-account > a:hover,
.home .main-navigation .onepress-menu > li.pmcg-menu-account > a:hover,
.page-template-page-home-redisenada .main-navigation .onepress-menu > li.pmcg-menu-account > a:hover {
	background: #f06f00;
	color: #fff;
}

.pmcg-replica-hero {
	background:
		linear-gradient(90deg, rgba(2, 20, 43, 0.98) 0%, rgba(2, 20, 43, 0.9) 35%, rgba(2, 20, 43, 0.2) 75%),
		var(--pmcg-replica-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	min-height: 365px;
	padding: 38px 0 27px;
	position: relative;
}

.pmcg-replica-hero__content {
	max-width: 675px;
}

.pmcg-replica-hero .pmcg-eyebrow {
	color: #ff7900;
	font-size: 0.78rem;
	margin-bottom: 8px;
}

.pmcg-replica-hero h1 {
	color: #fff;
	font-size: clamp(2.25rem, 4.2vw, 4.05rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 0.98;
	margin: 0;
}

.pmcg-replica-hero h1 span {
	color: #ff7900;
	display: block;
}

.pmcg-replica-hero__content > p:not(.pmcg-eyebrow) {
	color: rgba(255, 255, 255, 0.93);
	font-size: 1.03rem;
	line-height: 1.45;
	margin: 14px 0 0;
	max-width: 515px;
}

.pmcg-replica-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.pmcg-replica-actions--tight {
	gap: 10px;
	margin-top: 16px;
}

.pmcg-replica-pmp .pmcg-replica-actions--tight {
	display: flex;
	flex-wrap: nowrap;
}

.pmcg-replica-pmp .pmcg-replica-actions--tight .pmcg-replica-button {
	flex: 1 1 0;
	min-height: 38px;
	padding: 10px 12px;
	white-space: nowrap;
}

.pmcg-replica-pmp--certification .pmcg-replica-actions--tight {
	gap: 10px;
	margin-top: 14px;
	position: relative;
	z-index: 2;
}

.pmcg-replica-pmp--certification .pmcg-replica-actions--tight .pmcg-replica-button {
	border-radius: 8px;
	font-size: 0.66rem;
	min-height: 48px;
	padding: 9px 12px;
}

.pmcg-replica-pmp--certification .pmcg-replica-actions--tight .pmcg-replica-button--outline {
	align-items: center;
	background: rgba(2, 17, 36, 0.64);
	border: 1px solid rgba(255, 255, 255, 0.7);
	display: inline-flex;
	gap: 8px;
}

.pmcg-replica-pmp--certification .pmcg-replica-actions--tight .pmcg-replica-button--outline .fa-whatsapp {
	align-items: center;
	background: #25d366;
	border-radius: 50%;
	display: inline-flex;
	flex: 0 0 28px;
	font-size: 1.1rem;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.pmcg-replica-pmp--certification .pmcg-replica-actions--tight .pmcg-replica-button--outline span {
	display: grid;
	line-height: 1;
	text-align: left;
}

.pmcg-replica-pmp--certification .pmcg-replica-actions--tight .pmcg-replica-button--outline small {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.56rem;
	font-weight: 700;
	margin-top: 3px;
	text-transform: none;
}

.pmcg-replica-button {
	align-items: center;
	border-radius: 7px;
	display: inline-flex;
	font-size: 0.72rem;
	font-weight: 900;
	gap: 8px;
	justify-content: center;
	min-height: 38px;
	padding: 10px 17px;
	text-decoration: none;
	text-transform: uppercase;
}

.pmcg-replica-button:hover {
	text-decoration: none;
	transform: translateY(-1px);
}

.pmcg-replica-button--primary {
	background: #ff7900;
	box-shadow: 0 10px 22px rgba(255, 121, 0, 0.28);
	color: #fff;
}

.pmcg-replica-button--primary:hover {
	background: #f06f00;
	color: #fff;
}

.pmcg-replica-button--outline {
	background: rgba(255, 255, 255, 0.04);
	border: 1px solid rgba(255, 255, 255, 0.7);
	color: #fff;
}

.pmcg-replica-button--outline:hover {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.pmcg-replica-trust {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 27px;
	max-width: 720px;
}

.pmcg-replica-trust div {
	align-items: center;
	display: grid;
	gap: 3px 13px;
	grid-template-columns: 48px 1fr;
	min-height: 48px;
	padding: 0 18px;
	position: relative;
}

.pmcg-replica-trust div:first-child {
	padding-left: 0;
}

.pmcg-replica-trust div + div::before {
	background: rgba(255, 255, 255, 0.34);
	content: "";
	height: 44px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.pmcg-replica-trust i {
	color: #ff7900;
	font-size: 2.35rem;
	grid-row: span 2;
	line-height: 1;
	text-align: center;
}

.pmcg-replica-trust strong {
	color: #fff;
	font-size: 0.98rem;
	font-weight: 900;
	line-height: 1.08;
}

.pmcg-replica-trust span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.1;
}

.pmcg-replica-services {
	background: #fff;
	padding: 28px 0 24px;
}

.pmcg-replica-service-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pmcg-replica-service-card {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.09);
	border-radius: 6px;
	box-shadow: 0 12px 30px rgba(13, 35, 61, 0.06);
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 124px;
	padding: 18px 17px 15px;
	text-align: center;
}

.pmcg-replica-service-card > i {
	display: block;
	font-size: 2rem;
	margin-bottom: 11px;
}

.pmcg-replica-service-card--blue > i {
	color: #1168c9;
}

.pmcg-replica-service-card--orange > i {
	color: #ff7900;
}

.pmcg-replica-service-card--purple > i {
	color: #7d32b6;
}

.pmcg-replica-service-card--green > i {
	color: #11a45f;
}

.pmcg-replica-service-card h2 {
	color: #071d3a;
	font-size: 0.92rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.1;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.pmcg-replica-service-card p {
	color: #44566d;
	font-size: 0.78rem;
	line-height: 1.45;
	margin: 0 0 12px;
}

.pmcg-replica-service-card a,
.pmcg-replica-why > a {
	color: #0a315d;
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none;
}

.pmcg-replica-service-card a:hover,
.pmcg-replica-why > a:hover {
	color: #ff7900;
	text-decoration: none;
}

.pmcg-replica-showcase {
	background: #fff;
	padding: 8px 0 28px;
}

.pmcg-replica-showcase__grid {
	align-items: start;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1.76fr) minmax(220px, 0.58fr) minmax(0, 0.98fr);
}

.pmcg-replica-pmp,
.pmcg-replica-results {
	background: #031d3c;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(7, 29, 58, 0.14);
	color: #fff;
	min-height: 239px;
	overflow: hidden;
	position: relative;
}

.pmcg-replica-showcase__grid > .pmcg-replica-pmp {
	grid-row: 1 / span 2;
}

.pmcg-replica-pmp {
	background:
		linear-gradient(90deg, rgba(3, 24, 50, 0.98) 0%, rgba(3, 24, 50, 0.84) 43%, rgba(3, 24, 50, 0.16) 100%),
		var(--pmcg-replica-pmp-image);
	background-position: center;
	background-size: cover;
	padding: 22px 150px 22px 22px;
}

.pmcg-replica-pmp__copy > span,
.pmcg-replica-pmp .pmcg-eyebrow,
.pmcg-replica-results .pmcg-eyebrow {
	color: #ff7900;
	display: block;
	font-size: 0.7rem;
	font-weight: 900;
	margin: 0 0 7px;
	text-transform: uppercase;
}

.pmcg-replica-pmp h2,
.pmcg-replica-pmp h3 {
	color: #fff;
	font-weight: 900;
	letter-spacing: -0.035em;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-replica-pmp h2 {
	font-size: 1.55rem;
}

.pmcg-replica-pmp h3 {
	font-size: 0.95rem;
	letter-spacing: 0;
	margin-top: 3px;
	text-transform: none;
}

.pmcg-replica-pmp__lead {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.74rem;
	line-height: 1.45;
	margin: 8px 0 0;
	max-width: 320px;
}

.pmcg-replica-pmp ul {
	list-style: none;
	margin: 13px 0 0;
	padding: 0;
}

.pmcg-replica-pmp li {
	align-items: center;
	color: rgba(255, 255, 255, 0.86);
	display: flex;
	font-size: 0.76rem;
	gap: 8px;
	line-height: 1.3;
	margin-top: 5px;
}

.pmcg-replica-pmp li i,
.pmcg-replica-score i {
	color: #ff7900;
}

.pmcg-replica-score {
	align-items: center;
	color: rgba(255, 255, 255, 0.8);
	display: flex;
	font-size: 0.72rem;
	gap: 6px;
	margin-top: 10px;
}

.pmcg-replica-score strong {
	color: #fff;
}

.pmcg-replica-pmp__badge {
	align-items: start;
	display: flex;
	justify-content: center;
	position: absolute;
	right: 24px;
	top: 22px;
	z-index: 2;
}

.pmcg-replica-pmp__badge div {
	align-items: center;
	aspect-ratio: 1;
	background: radial-gradient(circle, #263f65 0%, #092240 62%, #03152d 100%);
	border: 4px solid #d89148;
	border-radius: 50%;
	box-shadow: 0 0 0 5px rgba(216, 145, 72, 0.16);
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	width: 116px;
}

.pmcg-replica-pmp__badge strong {
	color: #fff;
	font-size: 1.45rem;
	font-weight: 900;
	line-height: 1;
}

.pmcg-replica-pmp__badge span {
	color: #ffb15f;
	font-size: 0.62rem;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.pmcg-replica-pmp--image {
	aspect-ratio: 839 / 638;
	background: var(--pmcg-replica-pmp-image) center / cover no-repeat;
	min-height: 0;
	padding: 0;
}

.pmcg-replica-pmp__hotspot {
	display: block;
	position: absolute;
	z-index: 3;
}

.pmcg-replica-pmp__hotspot--dates {
	bottom: 3%;
	height: 9.5%;
	left: 2.5%;
	width: 32%;
}

.pmcg-replica-pmp__hotspot--whatsapp {
	bottom: 3%;
	height: 9.5%;
	left: 36%;
	width: 29%;
}

.pmcg-replica-pmp--certification {
	background:
		linear-gradient(90deg, rgba(2, 17, 36, 0.99) 0%, rgba(2, 17, 36, 0.94) 54%, rgba(2, 17, 36, 0.22) 100%),
		var(--pmcg-replica-pmp-image);
	background-position: center right;
	background-size: cover;
	min-height: 430px;
	padding: 20px 18px;
}

.pmcg-replica-pmp--certification .pmcg-replica-pmp__content {
	max-width: 68%;
	position: relative;
	z-index: 2;
}

.pmcg-replica-pmp--certification .pmcg-replica-pmp__content > span {
	color: #ff7900;
	display: block;
	font-size: 0.7rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.pmcg-replica-pmp--certification h2 {
	color: #fff;
	font-size: clamp(1.36rem, 1.92vw, 1.82rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-replica-pmp--certification h3 {
	color: #ff7900;
	font-size: clamp(0.86rem, 1.25vw, 1.05rem);
	font-weight: 900;
	line-height: 1.18;
	margin: 10px 0 0;
	max-width: 430px;
	text-transform: none;
}

.pmcg-replica-pmp--certification .pmcg-replica-pmp__lead {
	border-bottom: 1px solid rgba(255, 121, 0, 0.52);
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.7rem;
	line-height: 1.45;
	margin: 13px 0 0;
	max-width: 445px;
	padding-bottom: 12px;
}

.pmcg-replica-pmp__features {
	display: grid;
	gap: 12px 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 14px;
}

.pmcg-replica-pmp__features > div {
	align-items: flex-start;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	display: grid;
	gap: 2px 10px;
	grid-template-columns: 32px 1fr;
	padding-bottom: 10px;
}

.pmcg-replica-pmp__features i {
	align-items: center;
	border: 2px solid #ff7900;
	border-radius: 50%;
	color: #ff7900;
	display: flex;
	font-size: 0.92rem;
	grid-row: span 2;
	height: 28px;
	justify-content: center;
	width: 28px;
}

.pmcg-replica-pmp__features strong {
	color: #fff;
	font-size: 0.62rem;
	font-weight: 900;
	line-height: 1.22;
	text-transform: uppercase;
}

.pmcg-replica-pmp__features p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.58rem;
	line-height: 1.35;
	margin: 2px 0 0;
}

.pmcg-replica-pmp__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.pmcg-replica-pmp__button {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 0.78rem;
	font-weight: 900;
	gap: 10px;
	justify-content: center;
	min-height: 46px;
	padding: 10px 18px;
	text-decoration: none;
	text-transform: uppercase;
}

.pmcg-replica-pmp__button--primary {
	background: #ff7900;
	color: #fff;
}

.pmcg-replica-pmp__button--outline {
	background: rgba(2, 17, 36, 0.58);
	border: 1px solid rgba(255, 255, 255, 0.72);
	color: #fff;
}

.pmcg-replica-pmp__button--outline .fa {
	background: #25d366;
	border-radius: 50%;
	font-size: 1.15rem;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
}

.pmcg-replica-pmp__button--outline small {
	display: block;
	font-size: 0.66rem;
	font-weight: 700;
	line-height: 1;
	opacity: 0.82;
	text-transform: none;
}

.pmcg-replica-pmp__eligibility {
	align-items: center;
	border: 1px solid rgba(255, 121, 0, 0.8);
	border-radius: 12px;
	color: #fff;
	display: grid;
	gap: 9px;
	grid-template-columns: 30px 1fr;
	max-width: 190px;
	padding: 7px 9px;
	position: absolute;
	right: 18px;
	top: 18px;
	z-index: 2;
}

.pmcg-replica-pmp__eligibility i {
	align-items: center;
	background: rgba(255, 121, 0, 0.18);
	border-radius: 50%;
	box-shadow: 0 0 18px rgba(255, 121, 0, 0.55);
	color: #ff7900;
	display: flex;
	font-size: 1rem;
	height: 30px;
	justify-content: center;
	width: 30px;
}

.pmcg-replica-pmp__eligibility span {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.56rem;
	font-weight: 700;
	line-height: 1.35;
}

.pmcg-replica-pmp--solutions {
	background:
		linear-gradient(90deg, rgba(2, 17, 36, 0.99) 0%, rgba(2, 17, 36, 0.96) 44%, rgba(2, 17, 36, 0.56) 66%, rgba(2, 17, 36, 0.12) 100%),
		var(--pmcg-replica-pmp-image);
	background-position: 88% center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	min-height: 430px;
	padding: 26px 20px 22px;
}

.pmcg-replica-pmp--solutions .pmcg-replica-pmp__content {
	max-width: 64%;
	position: relative;
	z-index: 2;
}

.pmcg-replica-pmp--solutions .pmcg-replica-pmp__content > span {
	color: #ff7900;
	display: block;
	font-size: 0.72rem;
	font-weight: 900;
	letter-spacing: 0.09em;
	margin-bottom: 8px;
	text-transform: uppercase;
}

.pmcg-replica-pmp--solutions h2 {
	color: #fff;
	font-size: clamp(1.45rem, 2.05vw, 1.95rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.06;
	margin: 0;
	max-width: 470px;
	text-transform: uppercase;
}

.pmcg-replica-pmp--solutions h3 {
	color: #ff7900;
	font-size: clamp(0.92rem, 1.22vw, 1.12rem);
	font-weight: 900;
	line-height: 1.22;
	margin: 14px 0 0;
	max-width: 440px;
	text-transform: none;
}

.pmcg-replica-pmp--solutions .pmcg-replica-pmp__lead {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.72rem;
	line-height: 1.48;
	margin: 12px 0 0;
	max-width: 455px;
}

.pmcg-replica-solutions__features {
	display: grid;
	gap: 12px 18px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	margin-top: 20px;
	max-width: 540px;
}

.pmcg-replica-solutions__features > div {
	border-left: 1px solid rgba(255, 255, 255, 0.12);
	padding-left: 12px;
}

.pmcg-replica-solutions__features > div:nth-child(1),
.pmcg-replica-solutions__features > div:nth-child(4) {
	border-left: 0;
	padding-left: 0;
}

.pmcg-replica-solutions__features i {
	align-items: center;
	border: 1px solid #ff7900;
	border-radius: 50%;
	color: #ff7900;
	display: flex;
	font-size: 1.05rem;
	height: 42px;
	justify-content: center;
	margin-bottom: 8px;
	width: 42px;
}

.pmcg-replica-solutions__features strong {
	color: #fff;
	display: block;
	font-size: 0.68rem;
	font-weight: 900;
	letter-spacing: 0.03em;
	line-height: 1.18;
	text-transform: uppercase;
}

.pmcg-replica-solutions__features p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.62rem;
	line-height: 1.35;
	margin: 6px 0 0;
}

.pmcg-replica-pmp--solutions .pmcg-replica-actions--tight {
	gap: 12px;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

.pmcg-replica-pmp--solutions .pmcg-replica-actions--tight .pmcg-replica-button {
	border-radius: 8px;
	font-size: 0.68rem;
	min-height: 48px;
	padding: 10px 16px;
}

.pmcg-replica-pmp--solutions .pmcg-replica-actions--tight .pmcg-replica-button--primary {
	box-shadow: 0 12px 24px rgba(255, 121, 0, 0.28);
}

.pmcg-replica-pmp--solutions .pmcg-replica-actions--tight .pmcg-replica-button--outline {
	align-items: center;
	background: rgba(2, 17, 36, 0.62);
	border: 1px solid rgba(255, 255, 255, 0.72);
	display: inline-flex;
	gap: 8px;
}

.pmcg-replica-pmp--solutions .pmcg-replica-actions--tight .pmcg-replica-button--outline .fa-whatsapp {
	font-size: 1.3rem;
}

.pmcg-replica-pmp--solutions .pmcg-replica-actions--tight .pmcg-replica-button--outline span {
	display: grid;
	line-height: 1;
	text-align: left;
}

.pmcg-replica-pmp--solutions .pmcg-replica-actions--tight .pmcg-replica-button--outline small {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.56rem;
	font-weight: 700;
	margin-top: 4px;
	text-transform: none;
}

.pmcg-replica-why {
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(7, 29, 58, 0.07);
	padding: 23px 21px;
}

.pmcg-replica-why .pmcg-eyebrow {
	color: #071d3a;
	font-size: 0.78rem;
	letter-spacing: 0;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.pmcg-replica-why__item {
	display: grid;
	gap: 12px;
	grid-template-columns: 26px 1fr;
	margin-bottom: 13px;
}

.pmcg-replica-why__item i {
	color: #2472b9;
	font-size: 1.22rem;
	margin-top: 2px;
}

.pmcg-replica-why__item h3 {
	color: #071d3a;
	font-size: 0.8rem;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 2px;
}

.pmcg-replica-why__item p {
	color: #59687b;
	font-size: 0.68rem;
	line-height: 1.38;
	margin: 0;
}

.pmcg-replica-results {
	padding: 20px 20px;
	text-align: center;
}

.pmcg-replica-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 9px 0 16px;
	text-align: center;
}

.pmcg-replica-stats div {
	border-left: 1px solid rgba(255, 255, 255, 0.16);
	padding: 0 12px;
}

.pmcg-replica-stats div:first-child {
	border-left: 0;
	padding-left: 0;
}

.pmcg-replica-stats strong {
	color: #fff;
	display: block;
	font-size: clamp(1.25rem, 1.8vw, 1.55rem);
	font-weight: 900;
	line-height: 1;
	min-height: 1em;
}

.pmcg-replica-stats span {
	color: rgba(255, 255, 255, 0.82);
	display: block;
	font-size: 0.64rem;
	font-weight: 800;
	line-height: 1.25;
	margin-top: 7px;
}

.pmcg-replica-feedback-track {
	min-height: 86px;
	position: relative;
}

.pmcg-replica-feedback-slide {
	border: 0;
	display: grid;
	gap: 9px;
	grid-template-columns: 28px 1fr;
	left: 0;
	margin: 0;
	opacity: 0;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 0;
	transform: translateY(8px);
	transition: opacity 0.24s ease, transform 0.24s ease;
	width: 100%;
}

.pmcg-replica-feedback-slide.is-active {
	opacity: 1;
	pointer-events: auto;
	position: relative;
	transform: none;
}

.pmcg-replica-feedback-slide > span {
	color: rgba(255, 255, 255, 0.35);
	font-family: Georgia, serif;
	font-size: 3.4rem;
	line-height: 0.9;
}

.pmcg-replica-feedback-slide p {
	color: rgba(255, 255, 255, 0.86);
	font-size: 0.76rem;
	line-height: 1.48;
	margin: 0;
	text-align: left;
}

.pmcg-replica-feedback-slide cite {
	color: #fff;
	display: block;
	font-size: 0.76rem;
	font-style: normal;
	font-weight: 900;
	grid-column: 2;
	margin-top: 4px;
	text-align: left;
}

.pmcg-replica-feedback-slide cite small {
	color: rgba(255, 255, 255, 0.72);
	display: block;
	font-size: 0.68rem;
	font-weight: 700;
	margin-top: 2px;
}

.pmcg-replica-slider-ui {
	align-items: center;
	color: rgba(255, 255, 255, 0.65);
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.pmcg-replica-slider-ui > button {
	align-items: center;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, 0.68);
	display: inline-flex;
	height: 28px;
	justify-content: center;
	padding: 0;
	transition: color 0.2s ease, transform 0.2s ease;
	width: 28px;
}

.pmcg-replica-slider-ui > button:hover,
.pmcg-replica-slider-ui > button:focus {
	color: #fff;
	outline: 0;
	transform: translateY(-1px);
}

.pmcg-replica-slider-ui div {
	display: flex;
	gap: 6px;
}

.pmcg-replica-slider-ui div button {
	background: rgba(255, 255, 255, 0.45);
	border: 0;
	border-radius: 999px;
	display: block;
	height: 5px;
	padding: 0;
	transition: background 0.2s ease, width 0.2s ease;
	width: 5px;
}

.pmcg-replica-slider-ui div button.is-active {
	background: #fff;
	width: 18px;
}

.pmcg-replica-newsletter--showcase {
	align-self: start;
	grid-column: 2 / 4;
	grid-row: 2;
}

.pmcg-replica-newsletter--showcase .pmcg-replica-newsletter__card {
	padding: 16px 18px;
}

.pmcg-replica-bottom {
	background: #fff;
	padding: 18px 0 34px;
}

.pmcg-replica-bottom__grid {
	display: block;
}

.pmcg-replica-clients {
	background: #fff;
	margin: 0 auto;
	max-width: 980px;
}

.pmcg-replica-clients h2 {
	color: #0b2a50;
	font-size: 0.74rem;
	font-weight: 900;
	letter-spacing: 0.035em;
	line-height: 1.25;
	margin: 0 0 10px;
	text-align: center;
	text-transform: uppercase;
}

.pmcg-replica-client-row {
	align-items: center;
	display: grid;
	gap: 8px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	justify-content: center;
}

.pmcg-replica-client-row div {
	align-items: center;
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 8px;
	color: #1c2e45;
	display: flex;
	font-size: 1.05rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	min-height: 58px;
	opacity: 1;
	padding: 7px;
	text-align: center;
}

.pmcg-replica-newsletter--bottom {
	display: none;
}

.pmcg-replica-client-row img {
	display: block;
	filter: saturate(0.95);
	height: auto;
	max-height: 42px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.pmcg-replica-client-row div:nth-child(1) {
	font-family: Georgia, serif;
	font-style: italic;
}

.pmcg-replica-client-row div:nth-child(2) {
	font-family: "Courier New", monospace;
	font-size: 1.45rem;
	letter-spacing: -0.08em;
}

.pmcg-replica-client-row div:nth-child(4) {
	color: #5a6573;
	font-size: 0.9rem;
}

.pmcg-replica-client-row div:nth-child(5),
.pmcg-replica-client-row div:nth-child(6) {
	color: #d71920;
	font-size: 1rem;
}

.pmcg-replica-newsletter {
	background: #fff;
}

.pmcg-replica-newsletter__card {
	align-items: center;
	background: #06264b;
	border-radius: 8px;
	box-shadow: 0 16px 34px rgba(7, 29, 58, 0.13);
	color: #fff;
	display: grid;
	gap: 12px;
	grid-template-columns: minmax(170px, 0.82fr) minmax(320px, 1.18fr);
	min-height: 66px;
	padding: 12px 14px;
}

.pmcg-replica-newsletter__card > div {
	align-items: center;
	display: flex;
	gap: 10px;
}

.pmcg-replica-newsletter__card i {
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 4px;
	color: #fff;
	font-size: 1.05rem;
	padding: 7px 9px;
}

.pmcg-replica-newsletter__card p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.28;
	margin: 0;
}

.pmcg-replica-newsletter form {
	background: #fff;
	border-radius: 5px;
	display: grid;
	grid-template-columns: 1fr auto;
	padding: 3px;
}

.pmcg-replica-newsletter label {
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.pmcg-replica-newsletter input {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #10233f;
	font-size: 0.72rem;
	min-height: 36px;
	padding: 0 11px;
	width: 100%;
}

.pmcg-replica-newsletter input:focus {
	box-shadow: none;
	outline: 0;
}

.pmcg-replica-newsletter button {
	background: #ff7900;
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 0.68rem;
	font-weight: 900;
	padding: 0 13px;
	text-transform: uppercase;
}

.pmcg-replica-newsletter button:hover {
	background: #f06f00;
}

@media (max-width: 1199px) {
	.pmcg-replica-service-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pmcg-replica-bottom__grid {
		grid-template-columns: minmax(0, 1fr) minmax(470px, 1fr);
	}

	.pmcg-replica-showcase__grid {
		grid-template-columns: 1fr 1fr;
	}

	.pmcg-replica-showcase__grid > .pmcg-replica-pmp {
		grid-row: auto;
	}

	.pmcg-replica-newsletter--showcase {
		grid-column: 1 / -1;
		grid-row: auto;
	}

	.pmcg-replica-results {
		grid-column: 1 / -1;
	}
}

@media (max-width: 991px) {
	.pmcg-replica-hero {
		min-height: 0;
		padding: 54px 0 36px;
	}

	.pmcg-replica-trust,
	.pmcg-replica-client-row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-replica-trust div {
		grid-template-columns: 48px auto;
		justify-content: center;
		justify-items: center;
		padding: 12px;
		text-align: center;
	}

	.pmcg-replica-trust div:nth-child(3)::before {
		display: none;
	}

	.pmcg-replica-showcase__grid,
	.pmcg-replica-bottom__grid,
	.pmcg-replica-newsletter__card {
		grid-template-columns: 1fr;
	}

	.pmcg-replica-newsletter--showcase {
		display: none;
	}

	.pmcg-replica-newsletter--bottom {
		display: block;
		margin-top: 22px;
	}

	.pmcg-replica-services {
		padding: 34px 0 30px;
	}

	.pmcg-replica-showcase {
		padding: 12px 0 34px;
	}

	.pmcg-replica-bottom {
		padding: 4px 0 38px;
	}
}

@media (max-width: 767px) {
	.pmcg-replica-service-grid,
	.pmcg-replica-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-replica-service-grid,
	.pmcg-replica-showcase__grid,
	.pmcg-replica-bottom__grid {
		gap: 22px;
	}

	.pmcg-replica-service-card {
		min-height: 150px;
		padding: 22px 18px;
	}

	.pmcg-replica-service-card h2 {
		font-size: 1rem;
	}

	.pmcg-replica-service-card p,
	.pmcg-replica-service-card a {
		font-size: 0.9rem;
	}

	.pmcg-replica-stats {
		gap: 18px 0;
	}

	.pmcg-replica-pmp {
		background-image:
			linear-gradient(90deg, rgba(3, 24, 50, 0.98) 0%, rgba(3, 24, 50, 0.9) 52%, rgba(3, 24, 50, 0.38) 100%),
			var(--pmcg-replica-pmp-image);
		background-position: center;
		background-size: cover;
		min-height: 330px;
		padding: 24px;
	}

	.pmcg-replica-pmp--image {
		aspect-ratio: 839 / 638;
		background: var(--pmcg-replica-pmp-image) center / contain no-repeat;
		min-height: 0;
		padding: 0;
	}

	.pmcg-replica-pmp--certification {
		background:
			linear-gradient(90deg, rgba(2, 17, 36, 0.98) 0%, rgba(2, 17, 36, 0.92) 64%, rgba(2, 17, 36, 0.66) 100%),
			var(--pmcg-replica-pmp-image);
		min-height: 0;
		padding: 22px;
	}

	.pmcg-replica-pmp--certification .pmcg-replica-pmp__content {
		max-width: 100%;
	}

	.pmcg-replica-pmp--solutions {
		background:
			linear-gradient(90deg, rgba(2, 17, 36, 0.98) 0%, rgba(2, 17, 36, 0.92) 64%, rgba(2, 17, 36, 0.66) 100%),
			var(--pmcg-replica-pmp-image);
		min-height: 0;
		padding: 24px 22px;
	}

	.pmcg-replica-pmp--solutions .pmcg-replica-pmp__content {
		max-width: 100%;
	}

	.pmcg-replica-solutions__features {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: none;
	}

	.pmcg-replica-solutions__features > div,
	.pmcg-replica-solutions__features > div:nth-child(4) {
		border-left: 1px solid rgba(255, 255, 255, 0.12);
		padding-left: 12px;
	}

	.pmcg-replica-solutions__features > div:nth-child(odd) {
		border-left: 0;
		padding-left: 0;
	}

	.pmcg-replica-pmp__features {
		grid-template-columns: 1fr;
	}

	.pmcg-replica-pmp__eligibility {
		margin-top: 18px;
		max-width: none;
		position: static;
	}

	.pmcg-replica-pmp .pmcg-replica-actions--tight {
		display: grid;
	}

	.pmcg-replica-pmp .pmcg-replica-actions--tight .pmcg-replica-button {
		white-space: normal;
	}

	.pmcg-replica-pmp__badge {
		right: 18px;
		top: 18px;
		transform: scale(0.82);
		transform-origin: top right;
	}

	.pmcg-replica-pmp__copy {
		padding-top: 92px;
	}

	.pmcg-replica-stats div:nth-child(3) {
		border-left: 0;
		padding-left: 0;
	}

	.pmcg-replica-feedback-track {
		min-height: 150px;
	}

	.pmcg-replica-feedback-slide {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.pmcg-replica-feedback-slide p,
	.pmcg-replica-feedback-slide cite {
		grid-column: auto;
		text-align: center;
	}

	.pmcg-replica-feedback-slide p {
		font-size: 0.95rem;
	}

	.pmcg-replica-why__item h3 {
		font-size: 0.95rem;
	}

	.pmcg-replica-why__item p {
		font-size: 0.86rem;
		line-height: 1.5;
	}

	.pmcg-replica-pmp li,
	.pmcg-replica-score {
		font-size: 0.9rem;
	}

	.pmcg-replica-newsletter__card p,
	.pmcg-replica-newsletter input,
	.pmcg-replica-newsletter button {
		font-size: 0.86rem;
	}
}

@media (max-width: 520px) {
	.pmcg-replica-actions,
	.pmcg-replica-service-grid,
	.pmcg-replica-stats,
	.pmcg-replica-client-row,
	.pmcg-replica-newsletter form {
		grid-template-columns: 1fr;
	}

	.pmcg-replica-actions {
		display: grid;
	}

	.pmcg-replica-services {
		padding: 38px 0 34px;
	}

	.pmcg-replica-showcase {
		padding: 12px 0 38px;
	}

	.pmcg-replica-bottom {
		padding: 6px 0 42px;
	}

	.pmcg-replica-hero__content {
		text-align: center;
	}

	.pmcg-replica-hero__content > p:not(.pmcg-eyebrow) {
		font-size: 1rem;
		margin-left: auto;
		margin-right: auto;
	}

	.pmcg-replica-trust {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 26px;
	}

	.pmcg-replica-trust div {
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 14px;
		grid-template-columns: 1fr;
		min-height: 122px;
		padding: 16px 12px;
	}

	.pmcg-replica-trust i {
		grid-row: auto;
	}

	.pmcg-replica-trust strong {
		font-size: 1.05rem;
	}

	.pmcg-replica-trust span {
		font-size: 0.95rem;
	}

	.pmcg-replica-trust div + div::before {
		display: none;
	}

	.pmcg-replica-stats {
		grid-template-columns: 1fr;
	}

	.pmcg-replica-stats div,
	.pmcg-replica-stats div:first-child,
	.pmcg-replica-stats div:nth-child(3) {
		border-left: 0;
		padding: 14px 10px;
	}

	.pmcg-replica-stats div + div {
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}

	.pmcg-replica-newsletter button {
		min-height: 36px;
	}
}

.pmcg-consulting-page {
	background: #fff;
	color: #10233f;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.pmcg-consulting-page .container {
	max-width: 1280px;
	width: 94%;
}

.pmcg-consulting-page h1,
.pmcg-consulting-page h2,
.pmcg-consulting-page h3 {
	font-family: Raleway, Helvetica, Arial, sans-serif;
}

.pmcg-consulting-hero {
	background:
		linear-gradient(90deg, rgba(2, 20, 43, 0.98) 0%, rgba(2, 20, 43, 0.9) 39%, rgba(2, 20, 43, 0.18) 100%),
		var(--pmcg-consulting-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	min-height: 365px;
	padding: 42px 0 26px;
}

.pmcg-consulting-hero__content {
	max-width: 650px;
}

.pmcg-consulting-hero h1 {
	color: #fff;
	font-size: clamp(2.25rem, 4.1vw, 4rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin: 0;
	max-width: 620px;
}

.pmcg-consulting-hero h1 span {
	color: #ff7900;
	display: block;
}

.pmcg-consulting-hero__content > p:not(.pmcg-eyebrow) {
	color: rgba(255, 255, 255, 0.92);
	font-size: 1.02rem;
	line-height: 1.55;
	margin: 16px 0 0;
	max-width: 560px;
}

.pmcg-consulting-hero__trust {
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 26px;
	max-width: 650px;
}

.pmcg-consulting-hero__trust div {
	align-items: center;
	display: grid;
	gap: 2px 10px;
	grid-template-columns: 34px 1fr;
	padding: 0 14px;
	position: relative;
}

.pmcg-consulting-hero__trust div:first-child {
	padding-left: 0;
}

.pmcg-consulting-hero__trust div + div::before {
	background: rgba(255, 255, 255, 0.24);
	content: "";
	height: 36px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.pmcg-consulting-hero__trust i {
	color: #ff7900;
	font-size: 1.7rem;
	grid-row: span 2;
	text-align: center;
}

.pmcg-consulting-hero__trust strong {
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.1;
}

.pmcg-consulting-hero__trust span {
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.15;
}

.pmcg-consulting-section {
	padding: 34px 0;
}

.pmcg-consulting-heading {
	margin: 0 auto 30px;
	max-width: 820px;
	text-align: center;
}

.pmcg-consulting-heading h2 {
	color: #071d3a;
	font-size: clamp(1.7rem, 2.6vw, 2.35rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-consulting-heading p {
	color: #44566d;
	font-size: 0.98rem;
	line-height: 1.65;
	margin: 12px 0 0;
}

.pmcg-consulting-card-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pmcg-consulting-card {
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.09);
	border-radius: 10px;
	box-shadow: 0 18px 40px rgba(7, 29, 58, 0.06);
	display: grid;
	gap: 12px;
	grid-template-columns: 54px 1fr;
	min-height: 190px;
	padding: 28px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.pmcg-consulting-card:hover {
	box-shadow: 0 24px 55px rgba(7, 29, 58, 0.11);
	transform: translateY(-3px);
}

.pmcg-consulting-card > i {
	align-items: center;
	border: 2px solid rgba(7, 29, 58, 0.12);
	border-radius: 16px;
	color: #071d3a;
	display: inline-flex;
	font-size: 1.75rem;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.pmcg-consulting-card h3 {
	color: #071d3a;
	font-size: 1.02rem;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-consulting-card p,
.pmcg-consulting-card a {
	grid-column: 2;
}

.pmcg-consulting-card p {
	color: #44566d;
	font-size: 0.88rem;
	line-height: 1.58;
	margin: 0;
}

.pmcg-consulting-card a {
	color: #ff7900;
	font-size: 0.78rem;
	font-weight: 900;
	text-decoration: none;
	text-transform: uppercase;
}

.pmcg-consulting-method {
	padding-top: 6px;
}

.pmcg-consulting-method__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	position: relative;
}

.pmcg-consulting-step {
	position: relative;
	text-align: center;
}

.pmcg-consulting-step::before {
	background: rgba(7, 29, 58, 0.14);
	content: "";
	height: 1px;
	left: calc(-50% + 31px);
	position: absolute;
	top: 31px;
	width: calc(100% - 62px);
}

.pmcg-consulting-step:first-child::before {
	display: none;
}

.pmcg-consulting-step div {
	align-items: center;
	background: #071d3a;
	border-radius: 50%;
	box-shadow: 0 12px 28px rgba(7, 29, 58, 0.18);
	color: #fff;
	display: inline-flex;
	font-size: 1.45rem;
	height: 62px;
	justify-content: center;
	margin-bottom: 14px;
	position: relative;
	width: 62px;
	z-index: 2;
}

.pmcg-consulting-step strong {
	color: #ff7900;
	display: block;
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.pmcg-consulting-step p {
	color: #44566d;
	font-size: 0.82rem;
	line-height: 1.52;
	margin: 8px auto 0;
	max-width: 190px;
}

.pmcg-consulting-proof {
	padding: 12px 0 28px;
}

.pmcg-consulting-proof__grid {
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.pmcg-consulting-impact {
	background: #031d3c;
	border-radius: 10px;
	box-shadow: 0 18px 40px rgba(7, 29, 58, 0.13);
	color: #fff;
	padding: 26px;
}

.pmcg-consulting-impact__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 18px;
	text-align: center;
}

.pmcg-consulting-impact__grid div {
	border-left: 1px solid rgba(255, 255, 255, 0.14);
	padding: 0 14px;
}

.pmcg-consulting-impact__grid div:first-child {
	border-left: 0;
}

.pmcg-consulting-impact__grid i {
	color: rgba(255, 255, 255, 0.45);
	font-size: 2.05rem;
}

.pmcg-consulting-impact__grid strong {
	color: #fff;
	display: block;
	font-size: 1.8rem;
	font-weight: 900;
	margin-top: 14px;
}

.pmcg-consulting-impact__grid span {
	color: rgba(255, 255, 255, 0.78);
	display: block;
	font-size: 0.76rem;
	font-weight: 700;
	line-height: 1.35;
	margin-top: 6px;
}

.pmcg-consulting-testimonial {
	background: #f7f8fb;
	border-radius: 10px;
	box-shadow: 0 18px 40px rgba(7, 29, 58, 0.06);
	padding: 26px;
}

.pmcg-consulting-testimonial .pmcg-eyebrow {
	color: #071d3a;
}

.pmcg-consulting-testimonial .pmcg-replica-feedback-track {
	min-height: 128px;
	margin-top: 14px;
}

.pmcg-consulting-testimonial .pmcg-replica-feedback-slide {
	border: 0;
	display: grid;
	gap: 14px;
	grid-template-columns: 34px 1fr;
	margin: 0;
	padding: 0;
}

.pmcg-consulting-testimonial .pmcg-replica-feedback-slide > span {
	color: #071d3a;
	font-family: Georgia, serif;
	font-size: 4rem;
	line-height: 0.9;
}

.pmcg-consulting-testimonial .pmcg-replica-feedback-slide p {
	color: #213044;
	font-size: 0.94rem;
	line-height: 1.62;
	margin: 0;
}

.pmcg-consulting-testimonial .pmcg-replica-feedback-slide cite {
	color: #071d3a;
	display: block;
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 900;
	grid-column: 2;
}

.pmcg-consulting-testimonial .pmcg-replica-feedback-slide small {
	color: #607087;
	display: block;
	font-size: 0.78rem;
	font-weight: 700;
	margin-top: 2px;
}

.pmcg-replica-slider-ui--dark {
	color: rgba(7, 29, 58, 0.5);
}

.pmcg-replica-slider-ui--dark > button {
	color: rgba(7, 29, 58, 0.58);
}

.pmcg-replica-slider-ui--dark > button:hover,
.pmcg-replica-slider-ui--dark > button:focus {
	color: #071d3a;
}

.pmcg-replica-slider-ui--dark div button {
	background: rgba(7, 29, 58, 0.24);
}

.pmcg-replica-slider-ui--dark div button.is-active {
	background: #071d3a;
}

.pmcg-consulting-cta {
	padding: 0 0 28px;
}

.pmcg-consulting-cta__card {
	align-items: center;
	background:
		linear-gradient(90deg, rgba(3, 24, 50, 0.98), rgba(3, 24, 50, 0.86)),
		var(--pmcg-consulting-hero-image);
	background-position: center;
	background-size: cover;
	border-radius: 10px;
	box-shadow: 0 20px 46px rgba(7, 29, 58, 0.15);
	color: #fff;
	display: grid;
	gap: 20px;
	grid-template-columns: minmax(0, 1fr) auto;
	padding: 28px;
}

.pmcg-consulting-cta h2 {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 900;
	margin: 0 0 8px;
}

.pmcg-consulting-cta p {
	color: rgba(255, 255, 255, 0.86);
	line-height: 1.5;
	margin: 0;
}

.pmcg-consulting-trust {
	padding: 0 0 42px;
}

.pmcg-consulting-trust__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pmcg-consulting-trust__grid div {
	align-items: center;
	display: grid;
	gap: 3px 12px;
	grid-template-columns: 42px 1fr;
}

.pmcg-consulting-trust__grid i {
	align-items: center;
	border: 2px solid rgba(7, 29, 58, 0.1);
	border-radius: 50%;
	color: #071d3a;
	display: inline-flex;
	font-size: 1.3rem;
	grid-row: span 2;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.pmcg-consulting-trust__grid strong {
	color: #071d3a;
	font-size: 0.9rem;
	font-weight: 900;
}

.pmcg-consulting-trust__grid span {
	color: #52657b;
	font-size: 0.8rem;
	line-height: 1.35;
}

@media (max-width: 1199px) {
	.pmcg-consulting-card-grid,
	.pmcg-consulting-proof__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-consulting-method__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pmcg-consulting-step::before {
		display: none;
	}
}

@media (max-width: 991px) {
	.pmcg-consulting-hero {
		padding: 64px 0 46px;
	}

	.pmcg-consulting-hero__trust,
	.pmcg-consulting-trust__grid {
		gap: 14px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-consulting-hero__trust div {
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 14px;
		min-height: 92px;
		padding: 12px;
	}

	.pmcg-consulting-hero__trust div + div::before {
		display: none;
	}

	.pmcg-consulting-cta__card {
		grid-template-columns: 1fr;
	}

	.pmcg-consulting-testimonial .pmcg-replica-feedback-track {
		min-height: 150px;
	}
}

@media (max-width: 767px) {
	.pmcg-consulting-card-grid,
	.pmcg-consulting-proof__grid,
	.pmcg-consulting-method__grid {
		grid-template-columns: 1fr;
	}

	.pmcg-consulting-card {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.pmcg-consulting-card p,
	.pmcg-consulting-card a {
		grid-column: auto;
	}

	.pmcg-consulting-impact__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 0;
	}

	.pmcg-consulting-impact__grid div:nth-child(3) {
		border-left: 0;
	}
}

@media (max-width: 520px) {
	.pmcg-consulting-hero {
		padding: 54px 0 42px;
		text-align: center;
	}

	.pmcg-consulting-hero h1 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.pmcg-consulting-hero__content > p:not(.pmcg-eyebrow) {
		font-size: 1rem;
	}

	.pmcg-consulting-trust__grid,
	.pmcg-consulting-impact__grid {
		grid-template-columns: 1fr;
	}

	.pmcg-consulting-hero__trust {
		gap: 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		margin-top: 26px;
	}

	.pmcg-consulting-hero__trust div,
	.pmcg-consulting-trust__grid div {
		background: rgba(255, 255, 255, 0.08);
		border: 1px solid rgba(255, 255, 255, 0.12);
		border-radius: 14px;
		grid-template-columns: 1fr;
		justify-items: center;
		min-height: 122px;
		padding: 16px 12px;
		text-align: center;
	}

	.pmcg-consulting-trust__grid div {
		background: #fff;
		border-color: rgba(7, 29, 58, 0.08);
		padding: 18px;
	}

	.pmcg-consulting-hero__trust i,
	.pmcg-consulting-trust__grid i {
		grid-row: auto;
	}

	.pmcg-consulting-impact__grid div,
	.pmcg-consulting-impact__grid div:first-child,
	.pmcg-consulting-impact__grid div:nth-child(3) {
		border-left: 0;
		padding: 14px 10px;
	}

	.pmcg-consulting-impact__grid div + div {
		border-top: 1px solid rgba(255, 255, 255, 0.14);
	}
}

.pmcg-training-landing {
	background: #fff;
	color: #10233f;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.pmcg-training-landing .container {
	max-width: 1280px;
	width: 94%;
}

.pmcg-training-landing h1,
.pmcg-training-landing h2,
.pmcg-training-landing h3 {
	font-family: Raleway, Helvetica, Arial, sans-serif;
}

.pmcg-training-landing-hero {
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.9) 37%, rgba(255, 255, 255, 0.08) 100%),
		var(--pmcg-training-landing-hero-image);
	background-position: center;
	background-size: cover;
	color: #071d3a;
	min-height: 365px;
	padding: 42px 0 30px;
}

.pmcg-training-landing-hero__content {
	max-width: 650px;
}

.pmcg-training-landing-hero h1 {
	color: #071d3a;
	font-size: clamp(2.25rem, 4.2vw, 4.05rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1.02;
	margin: 0;
	max-width: 620px;
}

.pmcg-training-landing-hero h1 span {
	color: #ff7900;
}

.pmcg-training-landing-hero__content > p:not(.pmcg-eyebrow) {
	color: #344963;
	font-size: 1.02rem;
	line-height: 1.6;
	margin: 16px 0 0;
	max-width: 560px;
}

.pmcg-training-landing-trust {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 24px 0 0;
	max-width: 720px;
}

.pmcg-training-landing-trust div {
	align-items: center;
	display: grid;
	gap: 2px 10px;
	grid-template-columns: 34px 1fr;
}

.pmcg-training-landing-trust i {
	color: #071d3a;
	font-size: 1.55rem;
	grid-row: span 2;
	text-align: center;
}

.pmcg-training-landing-trust strong {
	color: #071d3a;
	font-size: 0.76rem;
	font-weight: 900;
	line-height: 1.15;
}

.pmcg-training-landing-trust span {
	color: #52657b;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.2;
}

.pmcg-replica-button--outline-dark {
	border-color: rgba(7, 29, 58, 0.2);
	color: #071d3a;
}

.pmcg-replica-button--outline-dark:hover {
	background: rgba(7, 29, 58, 0.06);
	color: #071d3a;
}

.pmcg-training-landing-section {
	padding: 34px 0;
}

.pmcg-training-heading {
	margin: 0 auto 28px;
	max-width: 840px;
	text-align: center;
}

.pmcg-training-heading h2 {
	color: #071d3a;
	font-size: clamp(1.65rem, 2.6vw, 2.35rem);
	font-weight: 900;
	letter-spacing: -0.035em;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-training-heading h2::after {
	background: #ff7900;
	content: "";
	display: block;
	height: 3px;
	margin: 12px auto 0;
	width: 42px;
}

.pmcg-training-area-grid {
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 10px;
	box-shadow: 0 16px 38px rgba(7, 29, 58, 0.05);
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pmcg-training-area-grid div {
	align-items: center;
	border-left: 1px solid rgba(9, 31, 61, 0.08);
	display: flex;
	flex-direction: column;
	gap: 12px;
	justify-content: center;
	min-height: 120px;
	padding: 18px;
	text-align: center;
}

.pmcg-training-area-grid div:first-child {
	border-left: 0;
}

.pmcg-training-area-grid i {
	color: #071d3a;
	font-size: 2rem;
}

.pmcg-training-area-grid strong {
	color: #071d3a;
	font-size: 0.86rem;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.pmcg-training-courses {
	padding-top: 22px;
}

.pmcg-training-course-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pmcg-training-course-card {
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.09);
	border-radius: 10px;
	box-shadow: 0 18px 40px rgba(7, 29, 58, 0.08);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.pmcg-training-course-card__head {
	align-items: center;
	background: #071d3a;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 112px;
	overflow: hidden;
	padding: 0;
	text-align: center;
}

.pmcg-training-course-card--scrum .pmcg-training-course-card__head {
	background: #f8fafc;
	color: #071d3a;
}

.pmcg-training-course-card--itil .pmcg-training-course-card__head {
	background: #fff;
	color: #071d3a;
}

.pmcg-training-course-card--pmp .pmcg-training-course-card__head {
	background: #fff;
}

.pmcg-training-course-card--cobit .pmcg-training-course-card__head {
	background: #f6fbff;
	color: #1e5f8f;
}

.pmcg-training-course-card--lean .pmcg-training-course-card__head {
	background: #f3fff7;
	color: #17833d;
}

.pmcg-training-course-card--ai .pmcg-training-course-card__head {
	background: #fff;
	color: #071d3a;
}

.pmcg-training-course-card__head strong {
	font-size: 1.35rem;
	font-weight: 900;
	line-height: 1;
}

.pmcg-training-course-card__head span {
	font-size: 0.78rem;
	font-weight: 800;
	margin-top: 6px;
}

.pmcg-training-course-card__head img {
	display: block;
	height: 100%;
	min-height: 112px;
	object-fit: contain;
	padding: 10px;
	width: 100%;
}

.pmcg-training-course-card--pmp .pmcg-training-course-card__head img,
.pmcg-training-course-card--scrum .pmcg-training-course-card__head img,
.pmcg-training-course-card--itil .pmcg-training-course-card__head img,
.pmcg-training-course-card--cobit .pmcg-training-course-card__head img,
.pmcg-training-course-card--lean .pmcg-training-course-card__head img,
.pmcg-training-course-card--ai .pmcg-training-course-card__head img {
	height: auto;
	max-height: 120px;
	min-height: 0;
	object-fit: contain;
	padding: 12px;
}

.pmcg-training-course-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 18px;
}

.pmcg-training-course-card h3 {
	color: #071d3a;
	font-size: 1rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 10px;
}

.pmcg-training-course-card p {
	color: #52657b;
	font-size: 0.82rem;
	line-height: 1.55;
	margin: 0 0 14px;
}

.pmcg-training-course-card ul {
	list-style: none;
	margin: 0 0 14px;
	padding: 0;
}

.pmcg-training-course-card li {
	align-items: center;
	color: #52657b;
	display: flex;
	font-size: 0.74rem;
	gap: 8px;
	margin-top: 7px;
}

.pmcg-training-course-card li i {
	color: #071d3a;
}

.pmcg-training-course-card a,
.pmcg-training-courses__more a {
	align-items: center;
	background: #ff7900;
	border-radius: 7px;
	color: #fff;
	display: inline-flex;
	font-size: 0.76rem;
	font-weight: 900;
	justify-content: center;
	min-height: 36px;
	padding: 9px 16px;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
}

.pmcg-training-course-card__body > a {
	margin-top: auto;
}

.pmcg-training-course-card a:hover,
.pmcg-training-courses__more a:hover {
	background: #f06f00;
	color: #fff;
	text-decoration: none;
}

.pmcg-training-courses__more {
	margin-top: 20px;
	text-align: center;
}

.pmcg-training-courses__more a {
	background: #ff7900;
	border: 0;
	color: #fff;
	gap: 8px;
	max-width: 280px;
}

.pmcg-training-why-grid {
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 10px;
	box-shadow: 0 16px 38px rgba(7, 29, 58, 0.05);
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
}

.pmcg-training-why-grid div {
	align-items: flex-start;
	border-left: 1px solid rgba(9, 31, 61, 0.08);
	display: grid;
	gap: 8px 14px;
	grid-template-columns: 42px 1fr;
	padding: 22px;
}

.pmcg-training-why-grid div:first-child {
	border-left: 0;
}

.pmcg-training-why-grid i {
	color: #071d3a;
	font-size: 1.85rem;
	grid-row: span 2;
}

.pmcg-training-why-grid strong {
	color: #071d3a;
	font-size: 0.86rem;
	font-weight: 900;
}

.pmcg-training-why-grid span {
	color: #52657b;
	font-size: 0.78rem;
	line-height: 1.42;
}

.pmcg-training-partners {
	padding-top: 14px;
}

.pmcg-training-partner-grid {
	align-items: center;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 10px;
	box-shadow: 0 16px 38px rgba(7, 29, 58, 0.05);
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	padding: 20px;
}

.pmcg-training-partner-grid div {
	align-items: center;
	background: #fff;
	color: #071d3a;
	display: flex;
	font-size: 1.1rem;
	font-weight: 900;
	justify-content: center;
	min-height: 70px;
	overflow: hidden;
	text-align: center;
}

.pmcg-training-partner-grid img {
	display: block;
	height: auto;
	max-height: 58px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.pmcg-training-final-cta {
	padding: 8px 0 42px;
}

.pmcg-training-final-cta__card {
	background: #031d3c;
	border-radius: 10px;
	box-shadow: 0 20px 46px rgba(7, 29, 58, 0.15);
	color: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: minmax(0, 1fr) minmax(220px, 0.6fr) minmax(220px, 0.6fr);
	padding: 30px;
}

.pmcg-training-final-cta h2 {
	color: #fff;
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 1.15;
	margin: 0 0 10px;
}

.pmcg-training-final-cta p {
	color: rgba(255, 255, 255, 0.82);
	line-height: 1.55;
	margin: 0;
}

.pmcg-training-final-cta__item {
	align-items: flex-start;
	color: #fff;
	display: grid;
	gap: 5px 14px;
	grid-template-columns: 48px 1fr;
	text-decoration: none;
}

.pmcg-training-final-cta__item:hover {
	color: #fff;
	text-decoration: none;
}

.pmcg-training-final-cta__item i {
	align-items: center;
	background: #ff7900;
	border-radius: 10px;
	display: inline-flex;
	font-size: 1.45rem;
	grid-row: span 2;
	height: 44px;
	justify-content: center;
	width: 44px;
}

.pmcg-training-final-cta__item .fa-whatsapp {
	background: #25d366;
}

.pmcg-training-final-cta__item strong {
	color: #fff;
	font-size: 0.86rem;
	font-weight: 900;
	text-transform: uppercase;
}

.pmcg-training-final-cta__item span {
	color: rgba(255, 255, 255, 0.76);
	font-size: 0.78rem;
	line-height: 1.45;
}

@media (max-width: 1199px) {
	.pmcg-training-course-grid,
	.pmcg-training-area-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pmcg-training-why-grid,
	.pmcg-training-partner-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.pmcg-training-landing-hero {
		background:
			linear-gradient(90deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.86) 50%, rgba(255, 255, 255, 0.25) 100%),
			var(--pmcg-training-landing-hero-image);
		padding: 58px 0 44px;
	}

	.pmcg-training-landing-trust {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-training-final-cta__card {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 767px) {
	.pmcg-training-course-grid,
	.pmcg-training-area-grid,
	.pmcg-training-why-grid,
	.pmcg-training-partner-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-training-area-grid div,
	.pmcg-training-why-grid div {
		border-left: 0;
	}
}

@media (max-width: 520px) {
	.pmcg-training-landing-hero {
		background:
			linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.82)),
			var(--pmcg-training-landing-hero-image);
		background-position: center;
		text-align: center;
	}

	.pmcg-training-landing-hero h1 {
		font-size: clamp(2rem, 10vw, 2.8rem);
	}

	.pmcg-training-landing-trust {
		gap: 12px;
	}

	.pmcg-training-landing-trust div {
		background: rgba(255, 255, 255, 0.84);
		border: 1px solid rgba(7, 29, 58, 0.08);
		border-radius: 14px;
		grid-template-columns: 1fr;
		justify-items: center;
		min-height: 122px;
		padding: 16px 12px;
		text-align: center;
	}

	.pmcg-training-landing-trust i {
		grid-row: auto;
	}

	.pmcg-training-course-grid,
	.pmcg-training-area-grid,
	.pmcg-training-why-grid,
	.pmcg-training-partner-grid {
		grid-template-columns: 1fr;
	}

	.pmcg-training-why-grid div,
	.pmcg-training-final-cta__item {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.pmcg-training-why-grid i,
	.pmcg-training-final-cta__item i {
		grid-row: auto;
	}
}

.pmcg-outsourcing-page {
	background: #fff;
	color: #10233f;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.pmcg-outsourcing-page .container {
	max-width: 1280px;
	width: 94%;
}

.pmcg-outsourcing-page h1,
.pmcg-outsourcing-page h2,
.pmcg-outsourcing-page h3 {
	font-family: Raleway, Helvetica, Arial, sans-serif;
}

.pmcg-outsourcing-hero {
	background:
		linear-gradient(90deg, rgba(3, 17, 36, 0.98) 0%, rgba(3, 17, 36, 0.9) 44%, rgba(3, 17, 36, 0.16) 100%),
		var(--pmcg-outsourcing-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	min-height: 455px;
	padding: 44px 0 28px;
	position: relative;
}

.pmcg-outsourcing-hero .container {
	min-height: 383px;
	position: relative;
}

.pmcg-outsourcing-hero__content {
	max-width: 620px;
}

.pmcg-outsourcing-hero h1 {
	color: #fff;
	font-size: clamp(2.4rem, 4.4vw, 4.4rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1;
	margin: 0;
}

.pmcg-outsourcing-hero h1 span {
	color: #ff7900;
	display: block;
}

.pmcg-outsourcing-hero__content > p:not(.pmcg-eyebrow) {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1rem;
	line-height: 1.65;
	margin: 20px 0 0;
	max-width: 580px;
}

.pmcg-outsourcing-hero__trust {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 38px;
	max-width: 760px;
}

.pmcg-outsourcing-hero__trust div {
	align-items: center;
	display: grid;
	gap: 3px 10px;
	grid-template-columns: 34px 1fr;
}

.pmcg-outsourcing-hero__trust i {
	color: #ff7900;
	font-size: 1.9rem;
	grid-row: span 2;
	text-align: center;
}

.pmcg-outsourcing-hero__trust strong {
	color: #fff;
	font-size: 0.78rem;
	font-weight: 900;
	line-height: 1.15;
}

.pmcg-outsourcing-hero__trust span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
}

.pmcg-outsourcing-hero__quote {
	background: rgba(5, 22, 48, 0.84);
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 12px;
	bottom: 54px;
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
	color: #fff;
	max-width: 285px;
	padding: 22px 24px;
	position: absolute;
	right: 0;
}

.pmcg-outsourcing-hero__quote i {
	color: rgba(255, 255, 255, 0.38);
	font-size: 1.55rem;
	margin-bottom: 8px;
}

.pmcg-outsourcing-hero__quote p {
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.88rem;
	font-weight: 800;
	line-height: 1.55;
	margin: 0;
}

.pmcg-outsourcing-section {
	padding: 24px 0;
}

.pmcg-outsourcing-heading {
	margin: 0 auto 22px;
	max-width: 820px;
	text-align: center;
}

.pmcg-outsourcing-heading h2,
.pmcg-outsourcing-numbers h2,
.pmcg-outsourcing-testimonial h2,
.pmcg-outsourcing-process h2 {
	color: #071d3a;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-outsourcing-heading p {
	color: #52657b;
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 12px auto 0;
}

.pmcg-outsourcing-talent__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pmcg-outsourcing-talent__grid article {
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 12px;
	box-shadow: 0 16px 34px rgba(7, 29, 58, 0.06);
	display: flex;
	flex-direction: column;
	min-height: 248px;
	padding: 22px 18px;
	text-align: center;
}

.pmcg-outsourcing-talent__grid i {
	align-items: center;
	border: 2px solid rgba(7, 29, 58, 0.12);
	border-radius: 999px;
	color: #071d3a;
	display: inline-flex;
	font-size: 2rem;
	height: 58px;
	justify-content: center;
	margin: 0 auto 18px;
	width: 58px;
}

.pmcg-outsourcing-talent__grid h3 {
	color: #071d3a;
	font-size: 0.85rem;
	font-weight: 900;
	line-height: 1.18;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-outsourcing-talent__grid strong {
	color: #ff7900;
	font-size: 0.68rem;
	font-weight: 900;
	margin-top: 4px;
	text-transform: uppercase;
}

.pmcg-outsourcing-talent__grid p {
	color: #52657b;
	font-size: 0.74rem;
	line-height: 1.55;
	margin: 16px 0 0;
}

.pmcg-outsourcing-talent__grid a {
	color: #ff7900;
	font-size: 0.72rem;
	font-weight: 900;
	margin-top: auto;
	padding-top: 14px;
	text-decoration: none;
	text-transform: uppercase;
}

.pmcg-outsourcing-modalities {
	padding-top: 8px;
}

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

.pmcg-outsourcing-modalities__grid article {
	align-items: center;
	background: #f8fafc;
	border: 1px solid rgba(9, 31, 61, 0.06);
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(7, 29, 58, 0.05);
	display: grid;
	gap: 18px;
	grid-template-columns: 78px 1fr;
	min-height: 118px;
	padding: 22px;
}

.pmcg-outsourcing-modalities__grid i,
.pmcg-outsourcing-process__steps i {
	align-items: center;
	background: #071d3a;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.85rem;
	height: 66px;
	justify-content: center;
	width: 66px;
}

.pmcg-outsourcing-modalities__grid h3 {
	color: #071d3a;
	font-size: 0.92rem;
	font-weight: 900;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.pmcg-outsourcing-modalities__grid p {
	color: #52657b;
	font-size: 0.78rem;
	line-height: 1.45;
	margin: 0;
}

.pmcg-outsourcing-split__grid,
.pmcg-outsourcing-proof__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
}

.pmcg-outsourcing-benefits {
	background:
		linear-gradient(90deg, rgba(3, 17, 36, 0.98) 0%, rgba(3, 17, 36, 0.9) 50%, rgba(3, 17, 36, 0.16) 100%),
		var(--pmcg-outsourcing-benefits-image);
	background-position: center;
	background-size: cover;
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(7, 29, 58, 0.12);
	color: #fff;
	min-height: 310px;
	padding: 28px;
}

.pmcg-outsourcing-benefits h2 {
	color: #ff7900;
	font-size: 1rem;
	font-weight: 900;
	margin: 0 0 18px;
	text-transform: uppercase;
}

.pmcg-outsourcing-benefits > div {
	display: grid;
	gap: 13px;
	max-width: 390px;
}

.pmcg-outsourcing-benefits > div > div {
	display: grid;
	gap: 2px 12px;
	grid-template-columns: 32px 1fr;
}

.pmcg-outsourcing-benefits i {
	color: #ff7900;
	font-size: 1.35rem;
	grid-row: span 2;
	text-align: center;
}

.pmcg-outsourcing-benefits strong {
	color: #fff;
	font-size: 0.82rem;
	font-weight: 900;
}

.pmcg-outsourcing-benefits span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.72rem;
	line-height: 1.4;
}

.pmcg-outsourcing-process,
.pmcg-outsourcing-numbers,
.pmcg-outsourcing-testimonial {
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.06);
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(7, 29, 58, 0.07);
	padding: 28px;
}

.pmcg-outsourcing-process__steps {
	align-items: start;
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin-top: 34px;
	position: relative;
	text-align: center;
}

.pmcg-outsourcing-process__steps div {
	position: relative;
}

.pmcg-outsourcing-process__steps div + div::before {
	background: rgba(255, 121, 0, 0.42);
	content: "";
	height: 1px;
	left: -50%;
	position: absolute;
	top: 33px;
	width: 100%;
	z-index: 0;
}

.pmcg-outsourcing-process__steps i {
	margin-bottom: 16px;
	position: relative;
	z-index: 1;
}

.pmcg-outsourcing-process__steps strong {
	color: #071d3a;
	display: block;
	font-size: 0.68rem;
	font-weight: 900;
	line-height: 1.25;
	text-transform: uppercase;
}

.pmcg-outsourcing-process__steps span {
	color: #52657b;
	display: block;
	font-size: 0.68rem;
	line-height: 1.4;
	margin-top: 8px;
}

.pmcg-outsourcing-numbers h2,
.pmcg-outsourcing-testimonial h2 {
	font-size: 1rem;
	margin-bottom: 22px;
	text-align: center;
}

.pmcg-outsourcing-numbers > div {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	text-align: center;
}

.pmcg-outsourcing-numbers > div > div {
	border-left: 1px solid rgba(9, 31, 61, 0.08);
	padding: 0 18px;
}

.pmcg-outsourcing-numbers > div > div:first-child {
	border-left: 0;
}

.pmcg-outsourcing-numbers i {
	color: #071d3a;
	font-size: 2rem;
	margin-bottom: 12px;
}

.pmcg-outsourcing-numbers strong {
	color: #ff7900;
	display: block;
	font-size: 1.7rem;
	font-weight: 900;
	line-height: 1;
}

.pmcg-outsourcing-numbers span {
	color: #52657b;
	display: block;
	font-size: 0.76rem;
	line-height: 1.35;
	margin-top: 8px;
}

.pmcg-outsourcing-testimonial {
	min-height: 254px;
}

.pmcg-outsourcing-testimonial .pmcg-replica-feedback-track {
	min-height: 112px;
}

.pmcg-outsourcing-testimonial .pmcg-replica-feedback-slide {
	display: grid;
	gap: 16px;
	grid-template-columns: 38px 1fr;
}

.pmcg-outsourcing-testimonial .pmcg-replica-feedback-slide > span {
	color: #071d3a;
	font-size: 3rem;
	line-height: 1;
	opacity: 0.92;
}

.pmcg-outsourcing-testimonial .pmcg-replica-feedback-slide p {
	color: #263c57;
	font-size: 0.9rem;
	line-height: 1.55;
	margin: 0;
}

.pmcg-outsourcing-testimonial cite {
	align-items: center;
	display: grid;
	gap: 2px 12px;
	grid-template-columns: 46px 1fr;
	margin-top: 16px;
}

.pmcg-outsourcing-testimonial cite img {
	border-radius: 999px;
	grid-row: span 2;
	height: 42px;
	object-fit: cover;
	width: 42px;
}

.pmcg-outsourcing-testimonial cite strong {
	color: #071d3a;
	font-size: 0.76rem;
	font-weight: 900;
}

.pmcg-outsourcing-testimonial cite small {
	color: #52657b;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.35;
}

.pmcg-outsourcing-testimonial .pmcg-replica-slider-ui--dark {
	color: #071d3a;
	margin-top: 12px;
}

.pmcg-outsourcing-final-cta {
	padding: 12px 0 42px;
}

.pmcg-outsourcing-final-cta__card {
	align-items: center;
	background: #071d3a;
	border-radius: 12px;
	box-shadow: 0 22px 52px rgba(7, 29, 58, 0.16);
	color: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr auto;
	padding: 26px 32px;
}

.pmcg-outsourcing-final-cta__card > div:first-child {
	align-items: center;
	display: grid;
	gap: 6px 18px;
	grid-template-columns: 54px 1fr;
}

.pmcg-outsourcing-final-cta__card > div:first-child i {
	color: #ff7900;
	font-size: 2.1rem;
	grid-row: span 2;
	text-align: center;
}

.pmcg-outsourcing-final-cta h2 {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
	margin: 0;
}

.pmcg-outsourcing-final-cta p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.88rem;
	margin: 0;
}

@media (max-width: 1199px) {
	.pmcg-outsourcing-talent__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pmcg-outsourcing-hero__quote {
		right: 3%;
	}
}

@media (max-width: 991px) {
	.pmcg-outsourcing-hero {
		background:
			linear-gradient(90deg, rgba(3, 17, 36, 0.98) 0%, rgba(3, 17, 36, 0.86) 60%, rgba(3, 17, 36, 0.42) 100%),
			var(--pmcg-outsourcing-hero-image);
	}

	.pmcg-outsourcing-hero__quote {
		margin-top: 28px;
		position: static;
	}

	.pmcg-outsourcing-modalities__grid,
	.pmcg-outsourcing-split__grid,
	.pmcg-outsourcing-proof__grid,
	.pmcg-outsourcing-final-cta__card {
		grid-template-columns: 1fr;
	}

	.pmcg-outsourcing-process__steps {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.pmcg-outsourcing-process__steps div + div::before {
		display: none;
	}
}

@media (max-width: 767px) {
	.pmcg-outsourcing-hero {
		background:
			linear-gradient(180deg, rgba(3, 17, 36, 0.98) 0%, rgba(3, 17, 36, 0.9) 70%, rgba(3, 17, 36, 0.74) 100%),
			var(--pmcg-outsourcing-hero-image);
		background-position: 62% center;
		padding: 58px 0 34px;
		text-align: center;
	}

	.pmcg-outsourcing-hero__content {
		margin: 0 auto;
	}

	.pmcg-outsourcing-hero__trust,
	.pmcg-outsourcing-talent__grid,
	.pmcg-outsourcing-numbers > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-outsourcing-hero__trust div,
	.pmcg-outsourcing-final-cta__card > div:first-child {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.pmcg-outsourcing-hero__trust i,
	.pmcg-outsourcing-final-cta__card > div:first-child i {
		grid-row: auto;
	}

	.pmcg-outsourcing-modalities__grid article,
	.pmcg-outsourcing-benefits > div > div,
	.pmcg-outsourcing-testimonial .pmcg-replica-feedback-slide {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.pmcg-outsourcing-benefits {
		background:
			linear-gradient(180deg, rgba(3, 17, 36, 0.98), rgba(3, 17, 36, 0.84)),
			var(--pmcg-outsourcing-benefits-image);
	}

	.pmcg-outsourcing-benefits i {
		grid-row: auto;
	}

	.pmcg-outsourcing-process__steps {
		grid-template-columns: 1fr;
	}

	.pmcg-outsourcing-numbers > div > div,
	.pmcg-outsourcing-numbers > div > div:first-child {
		border-left: 0;
		padding: 16px;
	}

	.pmcg-outsourcing-numbers > div > div:nth-child(n+3) {
		border-top: 1px solid rgba(9, 31, 61, 0.08);
	}
}

@media (max-width: 520px) {
	.pmcg-outsourcing-hero__trust,
	.pmcg-outsourcing-talent__grid,
	.pmcg-outsourcing-numbers > div {
		grid-template-columns: 1fr;
	}

	.pmcg-outsourcing-process,
	.pmcg-outsourcing-numbers,
	.pmcg-outsourcing-testimonial,
	.pmcg-outsourcing-benefits,
	.pmcg-outsourcing-final-cta__card {
		padding: 24px;
	}
}

.pmcg-conferences-page {
	background: #fff;
	color: #10233f;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.pmcg-conferences-page .container {
	max-width: 1280px;
	width: 94%;
}

.pmcg-conferences-page h1,
.pmcg-conferences-page h2,
.pmcg-conferences-page h3 {
	font-family: Raleway, Helvetica, Arial, sans-serif;
}

.pmcg-conferences-hero {
	background:
		linear-gradient(90deg, rgba(3, 17, 36, 0.98) 0%, rgba(3, 17, 36, 0.9) 45%, rgba(3, 17, 36, 0.16) 100%),
		var(--pmcg-conferences-hero-image);
	background-position: center;
	background-size: cover;
	color: #fff;
	min-height: 455px;
	padding: 44px 0 30px;
}

.pmcg-conferences-hero__content {
	max-width: 660px;
}

.pmcg-conferences-hero h1 {
	color: #fff;
	font-size: clamp(2.45rem, 4.4vw, 4.35rem);
	font-weight: 900;
	letter-spacing: -0.045em;
	line-height: 1;
	margin: 0;
}

.pmcg-conferences-hero h1 span {
	color: #ff7900;
	display: block;
}

.pmcg-conferences-hero__content > p:not(.pmcg-eyebrow) {
	color: rgba(255, 255, 255, 0.88);
	font-size: 1rem;
	line-height: 1.65;
	margin: 20px 0 0;
	max-width: 610px;
}

.pmcg-conferences-hero__trust {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 34px 0 28px;
	max-width: 800px;
}

.pmcg-conferences-hero__trust div {
	align-items: center;
	display: grid;
	gap: 3px 10px;
	grid-template-columns: 36px 1fr;
}

.pmcg-conferences-hero__trust i {
	color: #ff7900;
	font-size: 1.85rem;
	grid-row: span 2;
	text-align: center;
}

.pmcg-conferences-hero__trust strong {
	color: #fff;
	font-size: 0.76rem;
	font-weight: 900;
	line-height: 1.15;
}

.pmcg-conferences-hero__trust span {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1.2;
}

.pmcg-conferences-section {
	padding: 28px 0;
}

.pmcg-conferences-heading {
	margin: 0 auto 24px;
	max-width: 820px;
	text-align: center;
}

.pmcg-conferences-heading h2,
.pmcg-conferences-formats h2,
.pmcg-conferences-reasons h2,
.pmcg-conferences-testimonial h2 {
	color: #071d3a;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
}

.pmcg-conferences-heading p {
	color: #52657b;
	font-size: 0.92rem;
	line-height: 1.55;
	margin: 12px auto 0;
}

.pmcg-conferences-topics__grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(6, minmax(0, 1fr));
}

.pmcg-conferences-topics__grid article {
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 12px;
	box-shadow: 0 16px 34px rgba(7, 29, 58, 0.06);
	min-height: 214px;
	padding: 24px 18px;
	text-align: center;
}

.pmcg-conferences-topics__grid i {
	color: #071d3a;
	font-size: 2.45rem;
	margin-bottom: 18px;
}

.pmcg-conferences-topics__grid article:nth-child(even) i {
	color: #ff7900;
}

.pmcg-conferences-topics__grid h3 {
	color: #071d3a;
	font-size: 0.82rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 0 0 14px;
	text-transform: uppercase;
}

.pmcg-conferences-topics__grid p {
	color: #52657b;
	font-size: 0.74rem;
	line-height: 1.5;
	margin: 0;
}

.pmcg-conferences-formats__card {
	background:
		linear-gradient(90deg, rgba(248, 250, 252, 0) 0%, rgba(248, 250, 252, 0.08) 24%, rgba(248, 250, 252, 0.94) 36%, rgba(248, 250, 252, 0.96) 62%, rgba(248, 250, 252, 0.28) 76%, rgba(248, 250, 252, 0) 100%),
		var(--pmcg-conferences-formats-image);
	background-position: center;
	background-size: cover;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(7, 29, 58, 0.08);
	overflow: hidden;
	min-height: 315px;
}

.pmcg-conferences-formats__content {
	margin-left: 36%;
	max-width: 455px;
	padding: 34px 24px 34px 34px;
}

.pmcg-conferences-formats article {
	align-items: start;
	display: grid;
	gap: 14px;
	grid-template-columns: 54px 1fr;
	margin-top: 24px;
}

.pmcg-conferences-formats article i {
	align-items: center;
	background: #071d3a;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 1.45rem;
	height: 48px;
	justify-content: center;
	width: 48px;
}

.pmcg-conferences-formats h3 {
	color: #071d3a;
	font-size: 0.88rem;
	font-weight: 900;
	margin: 0 0 6px;
	text-transform: uppercase;
}

.pmcg-conferences-formats p {
	color: #52657b;
	font-size: 0.78rem;
	line-height: 1.5;
	margin: 0;
}

.pmcg-conferences-proof__grid {
	display: grid;
	gap: 22px;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.pmcg-conferences-reasons,
.pmcg-conferences-testimonial {
	background: #fff;
	border: 1px solid rgba(9, 31, 61, 0.08);
	border-radius: 14px;
	box-shadow: 0 18px 42px rgba(7, 29, 58, 0.07);
	padding: 28px;
}

.pmcg-conferences-reasons > div {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin-top: 26px;
	text-align: center;
}

.pmcg-conferences-reasons i {
	color: #071d3a;
	font-size: 2.2rem;
	margin-bottom: 14px;
}

.pmcg-conferences-reasons h3 {
	color: #071d3a;
	font-size: 0.76rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.pmcg-conferences-reasons p {
	color: #52657b;
	font-size: 0.72rem;
	line-height: 1.45;
	margin: 0;
}

.pmcg-conferences-testimonial {
	background: #071d3a;
	color: #fff;
	min-height: 286px;
}

.pmcg-conferences-testimonial h2 {
	color: #fff;
	font-size: 0.98rem;
	margin-bottom: 18px;
}

.pmcg-conferences-testimonial .pmcg-replica-feedback-track {
	min-height: 144px;
}

.pmcg-conferences-testimonial .pmcg-replica-feedback-slide {
	display: grid;
	gap: 16px;
	grid-template-columns: 42px 1fr;
}

.pmcg-conferences-testimonial .pmcg-replica-feedback-slide > span {
	color: #ff7900;
	font-size: 3.6rem;
	line-height: 1;
}

.pmcg-conferences-testimonial .pmcg-replica-feedback-slide p {
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.88rem;
	line-height: 1.55;
	margin: 0;
}

.pmcg-conferences-testimonial cite {
	align-items: center;
	display: grid;
	gap: 2px 12px;
	grid-template-columns: 48px 1fr;
	margin-top: 16px;
}

.pmcg-conferences-testimonial cite img {
	border-radius: 999px;
	grid-row: span 2;
	height: 44px;
	object-fit: cover;
	width: 44px;
}

.pmcg-conferences-testimonial cite strong {
	color: #ff7900;
	font-size: 0.76rem;
	font-weight: 900;
}

.pmcg-conferences-testimonial cite small {
	color: rgba(255, 255, 255, 0.74);
	font-size: 0.68rem;
	line-height: 1.35;
}

.pmcg-conferences-testimonial .pmcg-replica-slider-ui {
	margin-top: 12px;
}

.pmcg-conferences-clients {
	padding: 6px 0 30px;
}

.pmcg-conferences-final-cta {
	padding: 8px 0 42px;
}

.pmcg-conferences-final-cta__card {
	align-items: center;
	background: #071d3a;
	border-radius: 12px;
	box-shadow: 0 22px 52px rgba(7, 29, 58, 0.16);
	color: #fff;
	display: grid;
	gap: 24px;
	grid-template-columns: 1fr auto;
	padding: 26px 32px;
}

.pmcg-conferences-final-cta__card > div:first-child {
	align-items: center;
	display: grid;
	gap: 6px 18px;
	grid-template-columns: 54px 1fr;
}

.pmcg-conferences-final-cta__card > div:first-child i {
	color: #ff7900;
	font-size: 2.1rem;
	grid-row: span 2;
	text-align: center;
}

.pmcg-conferences-final-cta h2 {
	color: #fff;
	font-size: 1.25rem;
	font-weight: 900;
	margin: 0;
}

.pmcg-conferences-final-cta p {
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.88rem;
	margin: 0;
}

@media (max-width: 1199px) {
	.pmcg-conferences-topics__grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.pmcg-conferences-proof__grid,
	.pmcg-conferences-final-cta__card {
		grid-template-columns: 1fr;
	}

	.pmcg-conferences-reasons > div {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-conferences-formats__card {
		background:
			linear-gradient(180deg, rgba(248, 250, 252, 0.9), rgba(248, 250, 252, 0.97)),
			var(--pmcg-conferences-formats-image);
		background-position: center;
	}

	.pmcg-conferences-formats__content {
		margin-left: 0;
		max-width: none;
	}
}

@media (max-width: 767px) {
	.pmcg-conferences-hero {
		background:
			linear-gradient(180deg, rgba(3, 17, 36, 0.98) 0%, rgba(3, 17, 36, 0.9) 70%, rgba(3, 17, 36, 0.74) 100%),
			var(--pmcg-conferences-hero-image);
		background-position: 62% center;
		padding: 58px 0 34px;
		text-align: center;
	}

	.pmcg-conferences-hero__content {
		margin: 0 auto;
	}

	.pmcg-conferences-hero__trust,
	.pmcg-conferences-topics__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pmcg-conferences-hero__trust div,
	.pmcg-conferences-formats article,
	.pmcg-conferences-testimonial .pmcg-replica-feedback-slide,
	.pmcg-conferences-final-cta__card > div:first-child {
		grid-template-columns: 1fr;
		justify-items: center;
		text-align: center;
	}

	.pmcg-conferences-hero__trust i,
	.pmcg-conferences-final-cta__card > div:first-child i {
		grid-row: auto;
	}

	.pmcg-conferences-formats__card {
		min-height: 0;
	}
}

@media (max-width: 520px) {
	.pmcg-conferences-hero__trust,
	.pmcg-conferences-topics__grid,
	.pmcg-conferences-reasons > div {
		grid-template-columns: 1fr;
	}

	.pmcg-conferences-reasons,
	.pmcg-conferences-testimonial,
	.pmcg-conferences-formats__content,
	.pmcg-conferences-final-cta__card {
		padding: 24px;
	}
}

