/*
 * PRGIRegistration.com - Services Page
 * Desktop minimum text size: 14px
 * Mobile minimum text size: 13px
 */

body.prgireg-services-page #page,
body.prgireg-services-page .site.grid-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

body.prgireg-services-page #content,
body.prgireg-services-page .site-content {
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.prgireg-services-page #primary.prgi-services {
	float: none;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

.prgi-services,
.prgi-services * {
	box-sizing: border-box;
}

.prgi-services {
	--ps-navy: #081a33;
	--ps-navy-light: #123b67;
	--ps-red: #c5161d;
	--ps-red-dark: #8f0b11;
	--ps-yellow: #facc15;
	--ps-blue: #2563eb;
	--ps-green: #25d366;
	--ps-text: #4d6275;
	--ps-soft: #f3f8ff;
	--ps-line: #d8e6f0;
	position: relative;
	overflow: hidden;
	color: var(--ps-text);
	font-family: inherit;
	font-size: 16px;
}

.prgi-services svg {
	display: block;
	fill: currentColor;
}

.prgi-services__container {
	width: min(calc(100% - 48px), 1280px);
	margin-inline: auto;
}

.prgi-services__hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 54px 0 62px;
	background: linear-gradient(122deg, var(--ps-navy) 0%, #0d294b 58%, #123b67 100%);
	color: #fff;
}

.prgi-services__hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 520px;
	height: 520px;
	right: -190px;
	top: -250px;
	border: 90px solid rgba(250, 204, 21, .08);
	border-radius: 50%;
}

.prgi-services__hero-pattern {
	position: absolute;
	z-index: -1;
	inset: 0;
	opacity: .16;
	background-image: radial-gradient(rgba(255, 255, 255, .72) 1px, transparent 1px);
	background-size: 25px 25px;
	mask-image: linear-gradient(90deg, #000, transparent 75%);
}

.prgi-services__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.12fr) minmax(380px, .88fr);
	align-items: center;
	gap: 70px;
}

.prgi-services__breadcrumb {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 24px;
	color: #b8cce0;
	font-size: 14px;
	font-weight: 700;
}

.prgi-services__breadcrumb a {
	color: #fff;
	text-decoration: none;
}

.prgi-services__eyebrow,
.prgi-services__kicker {
	margin: 0 0 14px;
	color: var(--ps-red);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.prgi-services__eyebrow {
	display: inline-flex;
	padding: 8px 13px;
	border: 1px solid rgba(250, 204, 21, .36);
	border-radius: 999px;
	background: rgba(250, 204, 21, .08);
	color: var(--ps-yellow);
}

.prgi-services__hero h1 {
	max-width: 760px;
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 4.25vw, 66px);
	font-weight: 850;
	line-height: 1.06;
}

.prgi-services__hero h1 strong {
	display: block;
	margin-top: 8px;
	color: var(--ps-yellow);
	font-weight: 850;
}

.prgi-services__lead {
	max-width: 735px;
	margin: 24px 0 0;
	color: #d5e3ef;
	font-size: 17px;
	line-height: 1.75;
}

.prgi-services__hero-actions,
.prgi-services__cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 29px;
}

.prgi-services__button {
	min-height: 53px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	padding: 13px 20px;
	border: 1px solid transparent;
	border-radius: 11px;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	text-align: center;
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.prgi-services__button:hover {
	transform: translateY(-2px);
}

.prgi-services__button svg {
	width: 19px;
	height: 19px;
}

.prgi-services__button--yellow {
	background: var(--ps-yellow);
	color: var(--ps-navy) !important;
	box-shadow: 0 13px 28px rgba(250, 204, 21, .18);
}

.prgi-services__button--yellow:hover {
	background: #ffe15d;
}

.prgi-services__button--outline {
	border-color: rgba(255, 255, 255, .27);
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
}

.prgi-services__button--outline:hover {
	background: rgba(255, 255, 255, .14);
}

.prgi-services__button--red {
	background: var(--ps-red);
	color: #fff !important;
	box-shadow: 0 12px 26px rgba(197, 22, 29, .22);
}

.prgi-services__button--navy {
	background: var(--ps-navy);
	color: #fff !important;
}

.prgi-services__button--whatsapp {
	background: var(--ps-green);
	color: #073d24 !important;
}

.prgi-services__hero-points {
	display: flex;
	flex-wrap: wrap;
	gap: 12px 22px;
	margin-top: 25px;
	padding-top: 22px;
	border-top: 1px solid rgba(255, 255, 255, .13);
}

.prgi-services__hero-points span {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #cbdbea;
	font-size: 14px;
	font-weight: 700;
}

.prgi-services__hero-points svg {
	width: 18px;
	height: 18px;
	padding: 3px;
	border-radius: 50%;
	background: var(--ps-yellow);
	color: var(--ps-navy);
}

.prgi-services__hero-visual {
	position: relative;
	width: 100%;
	max-width: 475px;
	justify-self: end;
	padding: 20px;
}

.prgi-services__image-card {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1 / 1.03;
	border: 7px solid rgba(255, 255, 255, .94);
	border-radius: 30px;
	background: radial-gradient(circle at 50% 30%, #fff, #dce9f5);
	box-shadow: 0 30px 75px rgba(0, 0, 0, .32);
	transform: rotate(1.2deg);
}

.prgi-services__image-card img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center bottom;
	padding: 15px 10px 0;
	filter: drop-shadow(0 18px 18px rgba(8, 26, 51, .25));
}

.prgi-services__floating-card {
	position: absolute;
	z-index: 3;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 11px 14px;
	border: 1px solid rgba(255, 255, 255, .76);
	border-radius: 13px;
	background: rgba(255, 255, 255, .95);
	color: var(--ps-navy);
	box-shadow: 0 15px 32px rgba(0, 0, 0, .2);
}

.prgi-services__floating-card > svg {
	width: 36px;
	height: 36px;
	padding: 8px;
	border-radius: 9px;
	background: #fff0f1;
	color: var(--ps-red);
}

.prgi-services__floating-card span {
	display: flex;
	flex-direction: column;
}

.prgi-services__floating-card b,
.prgi-services__floating-card small {
	font-size: 14px;
}

.prgi-services__floating-card small {
	margin-top: 2px;
	color: #6c8094;
}

.prgi-services__floating-card--top {
	right: -5px;
	top: 0;
}

.prgi-services__floating-card--bottom {
	left: -7px;
	bottom: 0;
}

.prgi-services__quick {
	position: relative;
	z-index: 3;
	background: #fff;
	border-bottom: 1px solid var(--ps-line);
	box-shadow: 0 9px 25px rgba(8, 26, 51, .06);
}

.prgi-services__quick-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.prgi-services__quick-grid > a {
	display: flex;
	align-items: center;
	gap: 11px;
	padding: 23px 20px;
	border-right: 1px solid var(--ps-line);
	color: var(--ps-navy) !important;
	text-decoration: none;
}

.prgi-services__quick-grid > a:last-child {
	border-right: 0;
}

.prgi-services__quick-grid > a > svg {
	width: 40px;
	height: 40px;
	padding: 9px;
	flex: none;
	border-radius: 11px;
	background: #fff0f1;
	color: var(--ps-red);
}

.prgi-services__quick-grid span {
	display: flex;
	flex-direction: column;
}

.prgi-services__quick-grid b,
.prgi-services__quick-grid small {
	font-size: 14px;
}

.prgi-services__quick-grid small {
	margin-top: 4px;
	color: #6f8396;
}

.prgi-services__section {
	padding: 76px 0;
	background: #fff;
}

.prgi-services__section--soft {
	background: var(--ps-soft);
}

.prgi-services__intro-grid {
	display: grid;
	grid-template-columns: .78fr 1.22fr;
	gap: 70px;
	margin-bottom: 38px;
}

.prgi-services__intro-grid h2,
.prgi-services__center-heading h2,
.prgi-services__checker-copy h2,
.prgi-services__digital-copy h2,
.prgi-services__faq-heading h2 {
	margin: 0;
	color: var(--ps-navy);
	font-size: clamp(31px, 3vw, 44px);
	font-weight: 850;
	line-height: 1.16;
	letter-spacing: -.03em;
}

.prgi-services__intro-copy p {
	margin: 0 0 17px;
	color: #52687c;
	font-size: 15px;
	line-height: 1.85;
}

.prgi-services__intro-copy p:last-child {
	margin-bottom: 0;
}

.prgi-services__intro-copy strong {
	color: var(--ps-navy);
}

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

.prgi-services__card {
	position: relative;
	overflow: hidden;
	min-height: 345px;
	display: flex;
	flex-direction: column;
	padding: 27px 24px;
	border: 1px solid var(--ps-line);
	border-radius: 19px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(8, 26, 51, .06);
	transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.prgi-services__card:hover {
	transform: translateY(-5px);
	border-color: #b9d1e2;
	box-shadow: 0 20px 43px rgba(8, 26, 51, .12);
}

.prgi-services__card-number {
	position: absolute;
	right: 18px;
	top: 10px;
	color: #edf3f8;
	font-size: 54px;
	font-weight: 900;
	line-height: 1;
}

.prgi-services__card-icon {
	position: relative;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
	background: #fff0f1;
	color: var(--ps-red);
}

.prgi-services__card:nth-child(3n+2) .prgi-services__card-icon {
	background: #edf4ff;
	color: var(--ps-blue);
}

.prgi-services__card:nth-child(3n) .prgi-services__card-icon {
	background: #fff8d6;
	color: #9a7100;
}

.prgi-services__card-icon svg {
	width: 26px;
	height: 26px;
}

.prgi-services__card h3 {
	position: relative;
	margin: 22px 0 0;
	color: var(--ps-navy);
	font-size: 20px;
	font-weight: 850;
	line-height: 1.32;
}

.prgi-services__card p {
	position: relative;
	margin: 12px 0 20px;
	color: #607589;
	font-size: 14px;
	line-height: 1.75;
}

.prgi-services__card > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	color: var(--ps-red) !important;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
}

.prgi-services__card > a svg {
	width: 17px;
	height: 17px;
}

.prgi-services__title-checker {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	overflow: hidden;
	border: 1px solid #d8e5ef;
	border-radius: 25px;
	background: #fff;
	box-shadow: 0 23px 55px rgba(8, 26, 51, .1);
}

.prgi-services__checker-copy {
	padding: 50px;
}

.prgi-services__checker-copy > p:not(.prgi-services__kicker) {
	margin: 16px 0 0;
	color: #5d7387;
	font-size: 15px;
	line-height: 1.78;
}

.prgi-services__checker-copy ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
	margin: 25px 0 28px;
	padding: 0;
	list-style: none;
}

.prgi-services__checker-copy li {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--ps-navy);
	font-size: 14px;
	font-weight: 700;
}

.prgi-services__checker-copy li svg,
.prgi-services__feature-grid span svg {
	width: 20px;
	height: 20px;
	padding: 3px;
	flex: none;
	border-radius: 50%;
	background: #e8f8ee;
	color: #18834a;
}

.prgi-services__checker-note {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 45px;
	background: linear-gradient(145deg, var(--ps-navy), var(--ps-navy-light));
	color: #fff;
	text-align: center;
}

.prgi-services__checker-note > div {
	width: 88px;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 25px;
	background: rgba(255, 255, 255, .09);
}

.prgi-services__checker-note > div svg {
	width: 46px;
	height: 46px;
}

.prgi-services__checker-note > p {
	margin: 0;
	color: var(--ps-yellow);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .1em;
}

.prgi-services__checker-note h3 {
	max-width: 360px;
	margin: 13px 0 0;
	color: #fff;
	font-size: 26px;
	line-height: 1.35;
}

.prgi-services__checker-note > span {
	max-width: 350px;
	margin-top: 14px;
	color: #d4e2ef;
	font-size: 14px;
	line-height: 1.7;
}

.prgi-services__digital {
	display: grid;
	grid-template-columns: .92fr 1.08fr;
	align-items: center;
	gap: 70px;
}

.prgi-services__digital-panel {
	position: relative;
	padding: 20px;
	border-radius: 25px;
	background: linear-gradient(145deg, var(--ps-navy), #134676);
	box-shadow: 0 25px 60px rgba(8, 26, 51, .18);
}

.prgi-services__browser {
	display: flex;
	align-items: center;
	gap: 8px;
	height: 48px;
	padding: 0 16px;
	border-radius: 13px 13px 0 0;
	background: #e9f0f6;
}

.prgi-services__browser > span {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #ef4444;
}

.prgi-services__browser > span:nth-child(2) {
	background: #f59e0b;
}

.prgi-services__browser > span:nth-child(3) {
	background: #22c55e;
}

.prgi-services__browser b {
	margin-left: auto;
	color: var(--ps-navy);
	font-size: 14px;
	letter-spacing: .08em;
}

.prgi-services__digital-screen {
	min-height: 345px;
	padding: 23px;
	border-radius: 0 0 13px 13px;
	background: #fff;
}

.prgi-services__digital-lead {
	height: 145px;
	border-radius: 12px;
	background: linear-gradient(135deg, #dce9f5, #bfd3e5);
}

.prgi-services__digital-lines {
	display: grid;
	gap: 9px;
	margin-top: 18px;
}

.prgi-services__digital-lines i {
	display: block;
	height: 12px;
	border-radius: 99px;
	background: #e7eef4;
}

.prgi-services__digital-lines i:nth-child(2) {
	width: 78%;
}

.prgi-services__digital-lines i:nth-child(3) {
	width: 55%;
}

.prgi-services__digital-boxes {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-top: 19px;
}

.prgi-services__digital-boxes span {
	height: 72px;
	border-radius: 9px;
	background: #eef4f8;
}

.prgi-services__digital-copy > p:not(.prgi-services__kicker) {
	margin: 16px 0 0;
	color: #5a7185;
	font-size: 15px;
	line-height: 1.8;
}

.prgi-services__feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 18px;
	margin-top: 23px;
}

.prgi-services__feature-grid span {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--ps-navy);
	font-size: 14px;
	font-weight: 700;
}

.prgi-services__notice {
	margin: 23px 0;
	padding: 15px 17px;
	border-left: 4px solid var(--ps-yellow);
	border-radius: 0 10px 10px 0;
	background: #fff8dc;
	color: #655a32;
	font-size: 14px;
	line-height: 1.7;
}

.prgi-services__notice strong {
	color: var(--ps-navy);
}

.prgi-services__center-heading {
	max-width: 830px;
	margin: 0 auto 37px;
	text-align: center;
}

.prgi-services__center-heading > p:last-child {
	max-width: 720px;
	margin: 15px auto 0;
	color: #60768a;
	font-size: 15px;
	line-height: 1.75;
}

.prgi-services__steps {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}

.prgi-services__steps article {
	position: relative;
	padding: 26px 22px;
	border-top: 5px solid var(--ps-red);
	border-radius: 5px 5px 17px 17px;
	background: #fff;
	box-shadow: 0 11px 30px rgba(8, 26, 51, .07);
}

.prgi-services__steps article:nth-child(even) {
	border-color: var(--ps-yellow);
}

.prgi-services__steps b {
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 11px;
	background: var(--ps-navy);
	color: #fff;
	font-size: 14px;
}

.prgi-services__steps h3 {
	margin: 18px 0 0;
	color: var(--ps-navy);
	font-size: 19px;
	line-height: 1.35;
}

.prgi-services__steps p {
	margin: 11px 0 0;
	color: #62778b;
	font-size: 14px;
	line-height: 1.72;
}

.prgi-services__center-action {
	margin-top: 29px;
	text-align: center;
}

.prgi-services__center-action a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: var(--ps-red) !important;
	font-size: 14px;
	font-weight: 850;
	text-decoration: none;
}

.prgi-services__center-action svg {
	width: 18px;
	height: 18px;
}

.prgi-services__faq-layout {
	display: grid;
	grid-template-columns: .72fr 1.28fr;
	align-items: start;
	gap: 58px;
}

.prgi-services__faq-heading {
	position: sticky;
	top: 115px;
}

.prgi-services__faq-heading > p:not(.prgi-services__kicker) {
	margin: 16px 0 0;
	color: #60768b;
	font-size: 15px;
	line-height: 1.75;
}

.prgi-services__whatsapp {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin-top: 24px;
	padding: 12px 15px;
	border-radius: 12px;
	background: #e9fff1;
	color: #0b7139 !important;
	text-decoration: none;
}

.prgi-services__whatsapp > svg {
	width: 34px;
	height: 34px;
	color: var(--ps-green);
}

.prgi-services__whatsapp span {
	display: flex;
	flex-direction: column;
}

.prgi-services__whatsapp small,
.prgi-services__whatsapp strong {
	font-size: 14px;
}

.prgi-services__whatsapp strong {
	margin-top: 3px;
}

.prgi-services__faq-list {
	display: grid;
	gap: 11px;
}

.prgi-services__faq-list details {
	overflow: hidden;
	border: 1px solid var(--ps-line);
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 20px rgba(8, 26, 51, .045);
}

.prgi-services__faq-list summary {
	position: relative;
	display: grid;
	grid-template-columns: 37px minmax(0, 1fr) 20px;
	align-items: center;
	gap: 11px;
	min-height: 66px;
	padding: 12px 17px;
	color: var(--ps-navy);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.45;
	cursor: pointer;
	list-style: none;
}

.prgi-services__faq-list summary::-webkit-details-marker {
	display: none;
}

.prgi-services__faq-list summary > span {
	width: 34px;
	height: 34px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9px;
	background: #fff0f1;
	color: var(--ps-red);
	font-size: 14px;
}

.prgi-services__faq-list summary i {
	position: relative;
	width: 14px;
	height: 14px;
}

.prgi-services__faq-list summary i::before,
.prgi-services__faq-list summary i::after {
	content: "";
	position: absolute;
	left: 1px;
	top: 6px;
	width: 12px;
	height: 2px;
	background: var(--ps-navy);
	transition: transform .2s ease;
}

.prgi-services__faq-list summary i::after {
	transform: rotate(90deg);
}

.prgi-services__faq-list details[open] summary i::after {
	transform: rotate(0);
}

.prgi-services__faq-list details > div {
	padding: 0 22px 20px 66px;
}

.prgi-services__faq-list details p {
	margin: 0;
	padding-top: 14px;
	border-top: 1px solid #edf2f6;
	color: #60758a;
	font-size: 14px;
	line-height: 1.78;
}

.prgi-services__disclosure {
	padding: 42px 0;
	border-block: 1px solid #eed87b;
	background: #fff8d8;
}

.prgi-services__disclosure-inner {
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 22px;
}

.prgi-services__disclosure-inner > div {
	width: 67px;
	height: 67px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 18px;
	background: var(--ps-yellow);
	color: var(--ps-navy);
}

.prgi-services__disclosure-inner > div svg {
	width: 36px;
	height: 36px;
}

.prgi-services__disclosure-inner strong {
	color: var(--ps-navy);
	font-size: 20px;
}

.prgi-services__disclosure-inner p {
	max-width: 1020px;
	margin: 8px 0 0;
	color: #685e37;
	font-size: 14px;
	line-height: 1.75;
}

.prgi-services__cta {
	padding: 57px 0;
	background: linear-gradient(120deg, var(--ps-red), var(--ps-red-dark));
	color: #fff;
}

.prgi-services__cta-inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 36px;
}

.prgi-services__cta p {
	margin: 0 0 9px;
	color: var(--ps-yellow);
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .1em;
}

.prgi-services__cta h2 {
	margin: 0;
	color: #fff;
	font-size: 32px;
	line-height: 1.25;
}

.prgi-services__cta span {
	display: block;
	margin-top: 9px;
	color: #ffe2e4;
	font-size: 14px;
	line-height: 1.65;
}

.prgi-services__cta-actions {
	margin-top: 0;
}

.prgi-services__cta-actions .prgi-services__button svg {
	width: 20px;
	height: 20px;
}

@media (max-width: 767px) {
	.prgi-services {
		font-size: 15px;
	}

	.prgi-services__container {
		width: min(calc(100% - 28px), 1280px);
	}

	.prgi-services__hero {
		padding: 36px 0 43px;
	}

	.prgi-services__hero-grid,
	.prgi-services__intro-grid,
	.prgi-services__title-checker,
	.prgi-services__digital,
	.prgi-services__faq-layout,
	.prgi-services__disclosure-inner,
	.prgi-services__cta-inner {
		grid-template-columns: 1fr;
	}

	.prgi-services__hero-grid {
		gap: 39px;
	}

	.prgi-services__breadcrumb,
	.prgi-services__eyebrow,
	.prgi-services__kicker {
		font-size: 13px;
	}

	.prgi-services__hero h1 {
		font-size: 30px;
	}

	.prgi-services__lead {
		font-size: 15px;
	}

	.prgi-services__hero-actions,
	.prgi-services__cta-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.prgi-services__button {
		width: 100%;
		font-size: 14px;
	}

	.prgi-services__hero-points {
		display: grid;
		gap: 10px;
	}

	.prgi-services__hero-points span {
		font-size: 13px;
	}

	.prgi-services__hero-visual {
		width: min(100%, 435px);
		justify-self: center;
		padding: 17px;
	}

	.prgi-services__floating-card {
		padding: 9px 10px;
	}

	.prgi-services__floating-card b,
	.prgi-services__floating-card small {
		font-size: 13px;
	}

	.prgi-services__floating-card--top {
		right: -3px;
	}

	.prgi-services__floating-card--bottom {
		left: -3px;
	}

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

	.prgi-services__quick-grid > a {
		align-items: flex-start;
		padding: 17px 12px;
	}

	.prgi-services__quick-grid > a:nth-child(2) {
		border-right: 0;
	}

	.prgi-services__quick-grid > a:nth-child(-n+2) {
		border-bottom: 1px solid var(--ps-line);
	}

	.prgi-services__quick-grid > a > svg {
		width: 36px;
		height: 36px;
		padding: 8px;
	}

	.prgi-services__quick-grid b,
	.prgi-services__quick-grid small {
		font-size: 13px;
	}

	.prgi-services__section {
		padding: 52px 0;
	}

	.prgi-services__intro-grid {
		gap: 27px;
		margin-bottom: 30px;
	}

	.prgi-services__intro-grid h2,
	.prgi-services__center-heading h2,
	.prgi-services__checker-copy h2,
	.prgi-services__digital-copy h2,
	.prgi-services__faq-heading h2 {
		font-size: 30px;
	}

	.prgi-services__intro-copy p,
	.prgi-services__checker-copy > p:not(.prgi-services__kicker),
	.prgi-services__digital-copy > p:not(.prgi-services__kicker),
	.prgi-services__center-heading > p:last-child,
	.prgi-services__faq-heading > p:not(.prgi-services__kicker) {
		font-size: 14px;
	}

	.prgi-services__cards,
	.prgi-services__steps,
	.prgi-services__feature-grid,
	.prgi-services__checker-copy ul {
		grid-template-columns: 1fr;
	}

	.prgi-services__card {
		min-height: 0;
		padding: 24px 21px;
	}

	.prgi-services__card h3 {
		font-size: 19px;
	}

	.prgi-services__card p,
	.prgi-services__card > a,
	.prgi-services__checker-copy li,
	.prgi-services__feature-grid span,
	.prgi-services__notice,
	.prgi-services__steps p,
	.prgi-services__center-action a {
		font-size: 13px;
	}

	.prgi-services__checker-copy,
	.prgi-services__checker-note {
		padding: 34px 23px;
	}

	.prgi-services__checker-note > p,
	.prgi-services__checker-note > span {
		font-size: 13px;
	}

	.prgi-services__checker-note h3 {
		font-size: 23px;
	}

	.prgi-services__digital {
		gap: 34px;
	}

	.prgi-services__digital-panel {
		padding: 12px;
	}

	.prgi-services__digital-screen {
		min-height: 280px;
		padding: 16px;
	}

	.prgi-services__digital-lead {
		height: 115px;
	}

	.prgi-services__browser b {
		font-size: 13px;
	}

	.prgi-services__steps h3 {
		font-size: 18px;
	}

	.prgi-services__faq-layout {
		gap: 31px;
	}

	.prgi-services__faq-heading {
		position: relative;
		top: auto;
	}

	.prgi-services__whatsapp small,
	.prgi-services__whatsapp strong {
		font-size: 13px;
	}

	.prgi-services__faq-list summary {
		grid-template-columns: 34px minmax(0, 1fr) 18px;
		padding: 11px 13px;
		font-size: 13px;
	}

	.prgi-services__faq-list summary > span {
		font-size: 13px;
	}

	.prgi-services__faq-list details > div {
		padding: 0 15px 17px;
	}

	.prgi-services__faq-list details p,
	.prgi-services__disclosure-inner p,
	.prgi-services__cta p,
	.prgi-services__cta span {
		font-size: 13px;
	}

	.prgi-services__disclosure {
		padding: 36px 0;
	}

	.prgi-services__disclosure-inner {
		text-align: center;
	}

	.prgi-services__disclosure-inner > div {
		margin-inline: auto;
	}

	.prgi-services__disclosure-inner strong {
		font-size: 19px;
	}

	.prgi-services__cta {
		padding: 44px 0;
	}

	.prgi-services__cta h2 {
		font-size: 27px;
	}

	.prgi-services__cta-actions {
		width: 100%;
		margin-top: 0;
	}
}
