/*
 * PRGIRegistration.com - Contact Page
 * Desktop: 768px and above, minimum explicit font size 14px.
 * Mobile: 767px and below, minimum explicit font size 13px.
 * Only one responsive breakpoint is used.
 */

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

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

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

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

.prgi-contact {
	--pc-navy: #071a33;
	--pc-navy-2: #123b67;
	--pc-red: #c8171e;
	--pc-red-dark: #950e15;
	--pc-yellow: #facc15;
	--pc-green: #25d366;
	--pc-blue: #2563eb;
	--pc-text: #4b6074;
	--pc-muted: #718397;
	--pc-soft: #f3f7fc;
	--pc-line: #dbe6f0;
	position: relative;
	overflow: hidden;
	color: var(--pc-text);
	font-family: inherit;
	font-size: 16px;
	line-height: 1.7;
}

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

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

.prgi-contact__hero {
	position: relative;
	isolation: isolate;
	overflow: hidden;
	padding: 54px 0 64px;
	background: linear-gradient(122deg, #06162c 0%, var(--pc-navy) 48%, #123f70 100%);
	color: #fff;
}

.prgi-contact__hero::after {
	content: "";
	position: absolute;
	z-index: -1;
	width: 530px;
	height: 530px;
	right: -205px;
	top: -265px;
	border: 92px solid rgba(250, 204, 21, .07);
	border-radius: 50%;
}

.prgi-contact__hero-pattern {
	position: absolute;
	z-index: -1;
	inset: 0;
	opacity: .14;
	background-image: radial-gradient(rgba(255, 255, 255, .8) 1px, transparent 1px);
	background-size: 26px 26px;
	mask-image: linear-gradient(90deg, #000, transparent 78%);
}

.prgi-contact__hero-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(350px, .85fr);
	align-items: center;
	gap: 72px;
}

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

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

.prgi-contact__eyebrow {
	display: inline-flex;
	margin: 0 0 14px;
	padding: 8px 13px;
	border: 1px solid rgba(250, 204, 21, .36);
	border-radius: 999px;
	background: rgba(250, 204, 21, .08);
	color: var(--pc-yellow);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: .1em;
}

.prgi-contact__hero h1 {
	max-width: 820px;
	margin: 0;
	color: #fff;
	font-size: clamp(42px, 4.35vw, 66px);
	font-weight: 850;
	line-height: 1.06;
	letter-spacing: -.04em;
}

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

.prgi-contact__lead {
	max-width: 760px;
	margin: 24px 0 0;
	color: #d4e2ee;
	font-size: 17px;
	line-height: 1.75;
}

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

.prgi-contact__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-contact__button:hover {
	transform: translateY(-2px);
}

.prgi-contact__button svg {
	width: 19px;
	height: 19px;
	flex: 0 0 19px;
}

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

.prgi-contact__button--yellow:hover {
	background: #ffe15c;
}

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

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

.prgi-contact__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-contact__hero-points span {
	display: flex;
	align-items: center;
	gap: 7px;
	color: #cbdbea;
	font-size: 14px;
	font-weight: 750;
}

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

.prgi-contact__hero-card {
	position: relative;
	overflow: hidden;
	padding: 37px;
	border: 1px solid rgba(255, 255, 255, .15);
	border-radius: 23px;
	background: linear-gradient(145deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .04));
	box-shadow: 0 28px 60px rgba(0, 0, 0, .27);
	backdrop-filter: blur(12px);
}

.prgi-contact__hero-card::after {
	content: "";
	position: absolute;
	width: 170px;
	height: 170px;
	right: -88px;
	top: -88px;
	border: 32px solid rgba(250, 204, 21, .08);
	border-radius: 50%;
}

.prgi-contact__hero-icon {
	width: 62px;
	height: 62px;
	display: grid;
	place-items: center;
	border-radius: 16px;
	background: var(--pc-yellow);
	color: var(--pc-navy);
	box-shadow: 0 13px 28px rgba(250, 204, 21, .16);
}

.prgi-contact__hero-icon svg {
	width: 31px;
	height: 31px;
}

.prgi-contact__hero-card > p {
	margin: 22px 0 7px;
	color: var(--pc-yellow);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: .08em;
}

.prgi-contact__hero-card h2 {
	margin: 0;
	color: #fff;
	font-size: 29px;
	font-weight: 850;
	line-height: 1.25;
}

.prgi-contact__hero-card > span {
	display: block;
	margin-top: 12px;
	color: #cbdbea;
	font-size: 15px;
	line-height: 1.65;
}

.prgi-contact__hero-card > a {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 23px;
	padding: 14px 15px;
	border-radius: 11px;
	background: var(--pc-green);
	color: #073d24 !important;
	text-decoration: none;
}

.prgi-contact__hero-card > a > svg {
	width: 33px;
	height: 33px;
	flex: 0 0 33px;
}

.prgi-contact__hero-card > a span {
	display: grid;
	gap: 2px;
}

.prgi-contact__hero-card > a small {
	font-size: 14px;
	font-weight: 850;
	line-height: 1.2;
}

.prgi-contact__hero-card > a strong {
	font-size: 19px;
	line-height: 1.2;
}

.prgi-contact__quick {
	position: relative;
	z-index: 3;
	background: #fff;
	box-shadow: 0 12px 30px rgba(7, 26, 51, .07);
}

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

.prgi-contact__quick-grid > a,
.prgi-contact__quick-item {
	min-width: 0;
	min-height: 108px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 21px 22px;
	border-right: 1px solid var(--pc-line);
	color: var(--pc-navy);
	text-decoration: none;
	transition: background-color .2s ease;
}

.prgi-contact__quick-grid > :first-child {
	border-left: 1px solid var(--pc-line);
}

.prgi-contact__quick-grid > a:hover {
	background: var(--pc-soft);
}

.prgi-contact__quick-grid > a > div,
.prgi-contact__quick-item > div {
	width: 48px;
	height: 48px;
	display: grid;
	place-items: center;
	flex: 0 0 48px;
	border-radius: 12px;
	background: #fff0f0;
	color: var(--pc-red);
}

.prgi-contact__quick-grid > a:first-child > div {
	background: #e7f9ee;
	color: #128447;
}

.prgi-contact__quick-grid svg {
	width: 24px;
	height: 24px;
}

.prgi-contact__quick-grid span {
	min-width: 0;
	display: grid;
	gap: 3px;
}

.prgi-contact__quick-grid small {
	color: var(--pc-muted);
	font-size: 14px;
	font-weight: 850;
	line-height: 1.3;
	letter-spacing: .05em;
}

.prgi-contact__quick-grid strong {
	overflow-wrap: anywhere;
	font-size: 15px;
	line-height: 1.4;
}

.prgi-contact__section {
	position: relative;
	padding: 88px 0;
	background: #fff;
}

.prgi-contact__section--soft {
	background: var(--pc-soft);
}

.prgi-contact__main-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 340px;
	align-items: start;
	gap: 34px;
}

.prgi-contact__form-panel {
	padding: 36px;
	border: 1px solid var(--pc-line);
	border-radius: 21px;
	background: #fff;
	box-shadow: 0 18px 48px rgba(7, 26, 51, .09);
}

.prgi-contact__section-head {
	max-width: 800px;
	margin-bottom: 29px;
}

.prgi-contact__section-head--center {
	margin-inline: auto;
	text-align: center;
}

.prgi-contact__section-head > p {
	margin: 0 0 8px;
	color: var(--pc-red);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: .1em;
}

.prgi-contact__section-head h2 {
	margin: 0;
	color: var(--pc-navy);
	font-size: clamp(30px, 3vw, 43px);
	font-weight: 850;
	line-height: 1.16;
	letter-spacing: -.03em;
}

.prgi-contact__section-head > span {
	display: block;
	margin-top: 13px;
	font-size: 15px;
	line-height: 1.7;
}

.prgi-contact__section-head > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 20px;
	color: var(--pc-red);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

.prgi-contact__section-head > a svg {
	width: 18px;
	height: 18px;
}

.prgi-contact__alert {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	margin-bottom: 21px;
	padding: 16px 17px;
	border: 1px solid;
	border-radius: 11px;
	font-size: 14px;
}

.prgi-contact__alert > svg {
	width: 25px;
	height: 25px;
	flex: 0 0 25px;
	padding: 4px;
	border-radius: 50%;
}

.prgi-contact__alert strong,
.prgi-contact__alert span {
	display: block;
}

.prgi-contact__alert span {
	margin-top: 3px;
}

.prgi-contact__alert ul {
	margin: 8px 0 0;
	padding-left: 20px;
}

.prgi-contact__alert--success {
	border-color: #a9dfbd;
	background: #ecfbf2;
	color: #126136;
}

.prgi-contact__alert--success > svg {
	background: #1d9e55;
	color: #fff;
}

.prgi-contact__alert--error {
	border-color: #edb5b7;
	background: #fff0f0;
	color: #8b171c;
}

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

.prgi-contact__field {
	min-width: 0;
}

.prgi-contact__field--wide {
	grid-column: 1 / -1;
}

.prgi-contact__field label {
	display: block;
	margin-bottom: 7px;
	color: var(--pc-navy);
	font-size: 14px;
	font-weight: 850;
	line-height: 1.4;
}

.prgi-contact__field label b {
	color: var(--pc-red);
}

.prgi-contact__field input,
.prgi-contact__field select,
.prgi-contact__field textarea {
	width: 100%;
	min-height: 52px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #cddbe7;
	border-radius: 10px;
	outline: 0;
	background: #fbfdff;
	color: var(--pc-navy);
	font-family: inherit;
	font-size: 14px;
	line-height: 1.5;
	transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.prgi-contact__field textarea {
	min-height: 145px;
	resize: vertical;
}

.prgi-contact__field input:focus,
.prgi-contact__field select:focus,
.prgi-contact__field textarea:focus {
	border-color: var(--pc-blue);
	background: #fff;
	box-shadow: 0 0 0 4px rgba(37, 99, 235, .09);
}

.prgi-contact__field input::placeholder,
.prgi-contact__field textarea::placeholder {
	color: #8191a0;
	opacity: 1;
}

.prgi-contact__field > small {
	display: block;
	margin-top: 6px;
	color: var(--pc-muted);
	font-size: 14px;
	line-height: 1.45;
}

.prgi-contact__hp {
	position: absolute !important;
	left: -9999px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.prgi-contact__consent {
	display: grid;
	grid-template-columns: 20px 1fr;
	align-items: start;
	gap: 9px;
	margin-top: 19px;
	color: #5b6f81;
	font-size: 14px;
	line-height: 1.55;
	cursor: pointer;
}

.prgi-contact__consent input {
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	accent-color: var(--pc-red);
}

.prgi-contact__submit {
	min-height: 55px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	margin-top: 21px;
	padding: 13px 22px;
	border: 0;
	border-radius: 11px;
	background: linear-gradient(135deg, var(--pc-red), var(--pc-red-dark));
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.35;
	cursor: pointer;
	box-shadow: 0 13px 28px rgba(200, 23, 30, .2);
	transition: transform .2s ease, box-shadow .2s ease;
}

.prgi-contact__submit:hover {
	transform: translateY(-2px);
	box-shadow: 0 18px 33px rgba(200, 23, 30, .28);
}

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

.prgi-contact__sidebar {
	position: sticky;
	top: 28px;
	display: grid;
	gap: 17px;
}

.prgi-contact__prepare-card,
.prgi-contact__checker-card,
.prgi-contact__office-card {
	position: relative;
	overflow: hidden;
	padding: 27px;
	border-radius: 18px;
	box-shadow: 0 14px 36px rgba(7, 26, 51, .09);
}

.prgi-contact__prepare-card {
	background: linear-gradient(145deg, var(--pc-navy), var(--pc-navy-2));
	color: #cbdbea;
}

.prgi-contact__prepare-card::after {
	content: "";
	position: absolute;
	width: 150px;
	height: 150px;
	right: -76px;
	top: -76px;
	border: 29px solid rgba(250, 204, 21, .08);
	border-radius: 50%;
}

.prgi-contact__prepare-card > div,
.prgi-contact__checker-card > div,
.prgi-contact__office-card > div {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: var(--pc-yellow);
	color: var(--pc-navy);
}

.prgi-contact__prepare-card > div svg,
.prgi-contact__checker-card > div svg,
.prgi-contact__office-card > div svg {
	width: 27px;
	height: 27px;
}

.prgi-contact__prepare-card > p,
.prgi-contact__checker-card > p,
.prgi-contact__office-card > p {
	margin: 19px 0 6px;
	color: var(--pc-yellow);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: .07em;
}

.prgi-contact__prepare-card h2,
.prgi-contact__checker-card h2,
.prgi-contact__office-card h2 {
	margin: 0;
	color: #fff;
	font-size: 23px;
	font-weight: 850;
	line-height: 1.3;
}

.prgi-contact__prepare-card ul {
	display: grid;
	gap: 7px;
	margin: 18px 0 0;
	padding: 16px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .13);
	list-style: none;
}

.prgi-contact__prepare-card li {
	position: relative;
	padding-left: 18px;
	font-size: 14px;
	line-height: 1.5;
}

.prgi-contact__prepare-card li::before {
	content: "";
	position: absolute;
	left: 0;
	top: .65em;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: var(--pc-yellow);
}

.prgi-contact__checker-card {
	border: 1px solid #ecd98e;
	background: linear-gradient(145deg, #fff8dc, #fff);
}

.prgi-contact__checker-card > p {
	color: var(--pc-red);
}

.prgi-contact__checker-card h2,
.prgi-contact__office-card h2 {
	color: var(--pc-navy);
}

.prgi-contact__checker-card > span,
.prgi-contact__office-card > span {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.62;
}

.prgi-contact__checker-card > a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: 15px;
	color: var(--pc-red);
	font-size: 14px;
	font-weight: 900;
	text-decoration: none;
}

.prgi-contact__checker-card > a svg {
	width: 18px;
	height: 18px;
}

.prgi-contact__office-card {
	border: 1px solid var(--pc-line);
	background: #fff;
}

.prgi-contact__office-card > p {
	color: var(--pc-red);
}

.prgi-contact__office-card > div {
	background: #eaf2ff;
	color: var(--pc-blue);
}

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

.prgi-contact__service-grid article {
	position: relative;
	overflow: hidden;
	padding: 28px 24px;
	border: 1px solid var(--pc-line);
	border-radius: 17px;
	background: #fff;
	box-shadow: 0 12px 31px rgba(7, 26, 51, .06);
	transition: transform .2s ease, box-shadow .2s ease;
}

.prgi-contact__service-grid article:hover {
	transform: translateY(-5px);
	box-shadow: 0 20px 42px rgba(7, 26, 51, .11);
}

.prgi-contact__service-grid article > div {
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
	border-radius: 14px;
	background: #fff0f0;
	color: var(--pc-red);
}

.prgi-contact__service-grid article > div svg {
	width: 27px;
	height: 27px;
}

.prgi-contact__service-grid h3 {
	margin: 19px 0 0;
	color: var(--pc-navy);
	font-size: 21px;
	font-weight: 850;
	line-height: 1.32;
}

.prgi-contact__service-grid p {
	margin: 10px 0 0;
	font-size: 14px;
	line-height: 1.68;
}

.prgi-contact__faq-grid {
	display: grid;
	grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr);
	align-items: start;
	gap: 60px;
}

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

.prgi-contact__faq {
	overflow: hidden;
	border: 1px solid var(--pc-line);
	border-radius: 13px;
	background: #fff;
	box-shadow: 0 8px 24px rgba(7, 26, 51, .045);
}

.prgi-contact__faq summary {
	display: grid;
	grid-template-columns: 38px minmax(0, 1fr) 18px;
	align-items: center;
	gap: 12px;
	padding: 18px 19px;
	color: var(--pc-navy);
	font-size: 15px;
	font-weight: 850;
	line-height: 1.48;
	cursor: pointer;
	list-style: none;
}

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

.prgi-contact__faq summary > span {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border-radius: 9px;
	background: #fff0f0;
	color: var(--pc-red);
	font-size: 14px;
}

.prgi-contact__faq summary i,
.prgi-contact__faq summary i::after {
	position: absolute;
	width: 15px;
	height: 2px;
	border-radius: 99px;
	background: var(--pc-red);
}

.prgi-contact__faq summary i {
	position: relative;
}

.prgi-contact__faq summary i::after {
	content: "";
	transform: rotate(90deg);
	transition: transform .2s ease;
}

.prgi-contact__faq[open] summary {
	background: #fffaf0;
}

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

.prgi-contact__faq > div {
	padding: 0 20px 20px 69px;
}

.prgi-contact__faq > div p {
	margin: 0;
	font-size: 14px;
	line-height: 1.75;
}

.prgi-contact__cta {
	padding: 63px 0;
	background: var(--pc-soft);
}

.prgi-contact__cta-box {
	position: relative;
	overflow: hidden;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 50px;
	padding: 44px 48px;
	border-radius: 22px;
	background: linear-gradient(120deg, var(--pc-navy), #103b6b);
	color: #cbdbea;
	box-shadow: 0 25px 60px rgba(7, 26, 51, .2);
}

.prgi-contact__cta-box::after {
	content: "";
	position: absolute;
	width: 260px;
	height: 260px;
	right: -120px;
	top: -130px;
	border: 50px solid rgba(250, 204, 21, .08);
	border-radius: 50%;
}

.prgi-contact__cta-box > div {
	position: relative;
	z-index: 1;
}

.prgi-contact__cta-box > div > p {
	margin: 0 0 9px;
	color: var(--pc-yellow);
	font-size: 14px;
	font-weight: 900;
	line-height: 1.4;
	letter-spacing: .08em;
}

.prgi-contact__cta h2 {
	max-width: 780px;
	margin: 0;
	color: #fff;
	font-size: clamp(29px, 2.8vw, 41px);
	font-weight: 850;
	line-height: 1.18;
	letter-spacing: -.03em;
}

.prgi-contact__cta-box > div > span {
	display: block;
	max-width: 760px;
	margin-top: 13px;
	font-size: 15px;
	line-height: 1.7;
}

.prgi-contact__cta-actions {
	min-width: 275px;
	flex-direction: column;
	margin-top: 0;
}

.prgi-contact__cta-phone {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 11px;
	padding: 11px 15px;
	border: 1px solid rgba(255, 255, 255, .18);
	border-radius: 11px;
	background: rgba(255, 255, 255, .08);
	color: #fff !important;
	text-decoration: none;
}

.prgi-contact__cta-phone > svg {
	width: 30px;
	height: 30px;
	color: var(--pc-green);
}

.prgi-contact__cta-phone span {
	display: grid;
	gap: 2px;
}

.prgi-contact__cta-phone small {
	color: #bdd0e1;
	font-size: 14px;
	font-weight: 850;
	line-height: 1.2;
}

.prgi-contact__cta-phone strong {
	font-size: 18px;
	line-height: 1.2;
}

.prgi-contact__disclaimer {
	padding: 20px 0;
	border-top: 1px solid var(--pc-line);
	background: #f8fafc;
	color: #65788a;
	font-size: 14px;
	line-height: 1.65;
}

.prgi-contact__disclaimer strong {
	color: var(--pc-navy);
}

@media (max-width: 767px) {
	body.prgireg-contact-page #page,
	body.prgireg-contact-page #content,
	body.prgireg-contact-page .site-content,
	body.prgireg-contact-page #primary.prgi-contact {
		width: 100%;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.prgi-contact {
		font-size: 14px;
	}

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

	.prgi-contact__hero {
		padding: 31px 0 43px;
	}

	.prgi-contact__hero-grid,
	.prgi-contact__main-grid,
	.prgi-contact__faq-grid,
	.prgi-contact__cta-box {
		grid-template-columns: 1fr;
		gap: 32px;
	}

	.prgi-contact__breadcrumb {
		margin-bottom: 18px;
		font-size: 13px;
	}

	.prgi-contact__eyebrow {
		margin-bottom: 11px;
		font-size: 13px;
	}

	.prgi-contact__hero h1 {
		font-size: clamp(34px, 10vw, 47px);
		line-height: 1.08;
	}

	.prgi-contact__lead {
		margin-top: 18px;
		font-size: 15px;
		line-height: 1.7;
	}

	.prgi-contact__hero-actions,
	.prgi-contact__cta-actions {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 22px;
	}

	.prgi-contact__button {
		width: 100%;
		min-height: 50px;
		padding: 12px 15px;
		font-size: 13px;
	}

	.prgi-contact__hero-points {
		display: grid;
		grid-template-columns: 1fr;
		gap: 9px;
		margin-top: 20px;
		padding-top: 18px;
	}

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

	.prgi-contact__hero-card {
		padding: 27px 21px;
		border-radius: 18px;
	}

	.prgi-contact__hero-card > p,
	.prgi-contact__hero-card > span,
	.prgi-contact__hero-card > a small {
		font-size: 13px;
	}

	.prgi-contact__hero-card h2 {
		font-size: 25px;
	}

	.prgi-contact__hero-card > a strong {
		font-size: 17px;
	}

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

	.prgi-contact__quick-grid > a,
	.prgi-contact__quick-item,
	.prgi-contact__quick-grid > :first-child {
		min-height: 97px;
		gap: 9px;
		padding: 14px 10px;
		border: 0;
		border-right: 1px solid var(--pc-line);
		border-bottom: 1px solid var(--pc-line);
	}

	.prgi-contact__quick-grid > :nth-child(even) {
		border-right: 0;
	}

	.prgi-contact__quick-grid > a > div,
	.prgi-contact__quick-item > div {
		width: 39px;
		height: 39px;
		flex-basis: 39px;
	}

	.prgi-contact__quick-grid svg {
		width: 20px;
		height: 20px;
	}

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

	.prgi-contact__section {
		padding: 57px 0;
	}

	.prgi-contact__form-panel {
		padding: 23px 16px;
		border-radius: 16px;
	}

	.prgi-contact__section-head {
		margin-bottom: 23px;
	}

	.prgi-contact__section-head > p,
	.prgi-contact__section-head > span,
	.prgi-contact__section-head > a {
		font-size: 13px;
	}

	.prgi-contact__section-head h2 {
		font-size: clamp(27px, 8vw, 35px);
	}

	.prgi-contact__alert,
	.prgi-contact__field label,
	.prgi-contact__field input,
	.prgi-contact__field select,
	.prgi-contact__field textarea,
	.prgi-contact__field > small,
	.prgi-contact__consent {
		font-size: 13px;
	}

	.prgi-contact__fields {
		grid-template-columns: 1fr;
		gap: 15px;
	}

	.prgi-contact__field--wide {
		grid-column: auto;
	}

	.prgi-contact__submit {
		width: 100%;
		min-height: 52px;
		font-size: 13px;
	}

	.prgi-contact__sidebar {
		position: static;
	}

	.prgi-contact__prepare-card,
	.prgi-contact__checker-card,
	.prgi-contact__office-card {
		padding: 24px 20px;
		border-radius: 16px;
	}

	.prgi-contact__prepare-card > p,
	.prgi-contact__checker-card > p,
	.prgi-contact__office-card > p,
	.prgi-contact__prepare-card li,
	.prgi-contact__checker-card > span,
	.prgi-contact__office-card > span,
	.prgi-contact__checker-card > a {
		font-size: 13px;
	}

	.prgi-contact__prepare-card h2,
	.prgi-contact__checker-card h2,
	.prgi-contact__office-card h2 {
		font-size: 21px;
	}

	.prgi-contact__service-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.prgi-contact__service-grid article {
		padding: 20px 14px;
		border-radius: 14px;
	}

	.prgi-contact__service-grid article > div {
		width: 46px;
		height: 46px;
	}

	.prgi-contact__service-grid article > div svg {
		width: 23px;
		height: 23px;
	}

	.prgi-contact__service-grid h3 {
		font-size: 17px;
	}

	.prgi-contact__service-grid p {
		font-size: 13px;
	}

	.prgi-contact__faq summary {
		grid-template-columns: 34px minmax(0, 1fr) 16px;
		gap: 9px;
		padding: 15px 13px;
		font-size: 14px;
	}

	.prgi-contact__faq summary > span {
		width: 32px;
		height: 32px;
		font-size: 13px;
	}

	.prgi-contact__faq > div {
		padding: 0 14px 17px 56px;
	}

	.prgi-contact__faq > div p {
		font-size: 13px;
	}

	.prgi-contact__cta {
		padding: 45px 0;
	}

	.prgi-contact__cta-box {
		padding: 29px 21px;
		border-radius: 17px;
	}

	.prgi-contact__cta-box > div > p,
	.prgi-contact__cta-box > div > span {
		font-size: 13px;
	}

	.prgi-contact__cta h2 {
		font-size: clamp(27px, 8vw, 35px);
	}

	.prgi-contact__cta-actions {
		min-width: 0;
		margin-top: 0;
	}

	.prgi-contact__cta-phone small {
		font-size: 13px;
	}

	.prgi-contact__cta-phone strong {
		font-size: 17px;
	}

	.prgi-contact__disclaimer {
		font-size: 13px;
	}
}
