:root {
	--rpp-red: #C71F2D;
	--rpp-ink: #111317;
	--rpp-paper: #F7F4EF;
	--rpp-muted: #66707A;
}
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
	margin: 0;
	background: #FFFFFF;
	color: var(--rpp-ink);
	font-family: "Manrope", sans-serif;
	overflow-x: hidden;
}
.elementor-widget-container { width: 100%; }
.elementor-33 {
	position: relative;
	z-index: 1000;
	height: 0;
	min-height: 0;
}
.elementor-34 { position: relative; z-index: 30; }
.elementor-33 > .elementor-element {
	position: fixed !important;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
	width: min(1160px, calc(100vw - 32px)) !important;
	z-index: 1000;
	min-height: 0 !important;
}
.admin-bar .elementor-33 > .elementor-element { top: 50px; }
.elementor-33 > .elementor-element > .e-con-inner {
	min-height: 0 !important;
	align-items: center !important;
}
.elementor-33 .rpp-native-logo-widget img {
	display: block;
	width: 270px !important;
	height: auto !important;
	max-height: 70px !important;
	object-fit: contain;
	object-position: center center;
	border-radius: 8px;
}
.rpp-native-nav-button .elementor-button,
.rpp-native-footer .rpp-native-nav-button .elementor-button {
	justify-content: flex-start;
}
.rpp-native-menu .elementor-button,
.rpp-native-footer .rpp-native-nav-button .elementor-button {
	background: transparent !important;
	box-shadow: none !important;
}
.rpp-native-phone-button .elementor-button {
	white-space: nowrap;
}
.elementor-heading-title,
.elementor-widget-text-editor,
.elementor-button {
	overflow-wrap: anywhere;
}
.rpp-native-hero .elementor-background-overlay {
	pointer-events: none;
}
.rpp-native-hero > .e-con-inner,
.rpp-native-page-hero > .e-con-inner {
	position: relative;
	z-index: 1;
}
.rpp-native-footer .elementor-button {
	box-shadow: none;
}
@media (max-width: 767px) {
	.elementor:not(.elementor-33):not(.elementor-34) .e-con > .e-con-inner > .e-con {
		width: 100% !important;
		flex-basis: 100% !important;
		max-width: 100% !important;
	}
	.elementor-33 > .elementor-element {
		top: 10px;
		width: calc(100vw - 24px) !important;
	}
	.admin-bar .elementor-33 > .elementor-element { top: 56px; }
	.elementor-33 .rpp-native-logo-widget img {
		width: 190px !important;
		height: auto !important;
		max-height: 52px !important;
	}
	.rpp-native-menu {
		width: 100% !important;
	}
	.rpp-native-menu > .e-con-inner,
	.rpp-native-menu {
		display: grid !important;
		grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 4px !important;
	}
	.rpp-native-nav-button .elementor-button {
		justify-content: center;
		font-size: 11px;
		padding-left: 4px;
		padding-right: 4px;
	}
	.rpp-native-phone-button,
	.rpp-native-phone-button .elementor-button {
		width: 100%;
	}
}
/* RPP privacy menu motion patch start */
.elementor-33 > .elementor-element {
	width: min(1160px, calc(100vw - 48px)) !important;
}
.elementor-33 > .elementor-element > .e-con-inner {
	gap: 18px !important;
	overflow: visible !important;
}
.elementor-33 .rpp-native-phone-button {
	flex: 0 0 auto !important;
	max-width: 190px !important;
}
.elementor-33 .rpp-native-phone-button .elementor-button {
	width: 100%;
	background: #111317 !important;
	color: #ffffff !important;
	box-shadow: 0 14px 30px rgba(17,19,23,.18);
}
.elementor-33 .rpp-mobile-menu-widget {
	display: none;
}
.elementor-widget-button .elementor-button {
	transition: transform .36s cubic-bezier(.22,.9,.18,1), box-shadow .36s cubic-bezier(.22,.9,.18,1), background-color .36s cubic-bezier(.22,.9,.18,1);
}
.elementor-widget-button .elementor-button:hover {
	transform: translateY(-2px);
}
.elementor-16 .e-con.e-child,
.elementor-17 .e-con.e-child,
.elementor-18 .e-con.e-child {
	transition: transform .45s cubic-bezier(.22,.9,.18,1), box-shadow .45s cubic-bezier(.22,.9,.18,1);
}
.elementor-16 .e-con.e-child:hover,
.elementor-17 .e-con.e-child:hover,
.elementor-18 .e-con.e-child:hover {
	transform: translateY(-3px);
}
@media (max-width: 767px) {
	.elementor-33 > .elementor-element {
		width: calc(100vw - 24px) !important;
	}
	.elementor-33 > .elementor-element > .e-con-inner {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto !important;
		gap: 10px !important;
		align-items: center !important;
	}
	.elementor-33 .elementor-element-61b93c91 {
		grid-column: 1;
		width: auto !important;
	}
	.elementor-33 .elementor-element-4dc126e8 {
		display: none !important;
	}
	.elementor-33 .rpp-mobile-menu-widget {
		display: block;
		grid-column: 2;
		grid-row: 1;
		width: 52px !important;
	}
	.elementor-33 .rpp-native-phone-button {
		grid-column: 1 / -1;
		max-width: none !important;
		width: 100% !important;
	}
	.rpp-mobile-disclosure summary {
		list-style: none;
		width: 52px;
		height: 48px;
		border-radius: 15px;
		background: #111317;
		display: grid;
		place-items: center;
		cursor: pointer;
		box-shadow: 0 14px 30px rgba(17,19,23,.18);
	}
	.rpp-mobile-disclosure summary::-webkit-details-marker,
	.rpp-mobile-disclosure summary::marker {
		display: none;
	}
	.rpp-burger {
		width: 22px;
		display: grid;
		gap: 5px;
	}
	.rpp-burger span {
		display: block;
		height: 2px;
		border-radius: 20px;
		background: #fff;
		transition: transform .36s cubic-bezier(.22,.9,.18,1), opacity .36s cubic-bezier(.22,.9,.18,1);
	}
	.rpp-mobile-panel {
		display: none;
	}
	.rpp-mobile-disclosure[open] summary {
		position: fixed;
		top: 18px;
		right: 18px;
		z-index: 10005;
		background: #ffffff;
	}
	.rpp-mobile-disclosure[open] .rpp-burger span {
		background: #111317;
	}
	.rpp-mobile-disclosure[open] .rpp-burger span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}
	.rpp-mobile-disclosure[open] .rpp-burger span:nth-child(2) {
		opacity: 0;
	}
	.rpp-mobile-disclosure[open] .rpp-burger span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}
	.rpp-mobile-disclosure[open] .rpp-mobile-panel {
		position: fixed;
		inset: 0;
		z-index: 10004;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 16px;
		padding: 86px 24px 44px;
		background: rgba(17,19,23,.94);
		backdrop-filter: blur(14px);
	}
	.rpp-mobile-panel a {
		width: min(310px, 100%);
		padding: 18px 20px;
		border-radius: 18px;
		text-align: center;
		text-decoration: none;
		color: #ffffff;
		background: rgba(255,255,255,.08);
		font: 900 22px/1 "Manrope", sans-serif;
		transform: translateY(12px);
		opacity: 0;
		animation: rpp-menu-link-in .48s cubic-bezier(.22,.9,.18,1) forwards;
	}
	.rpp-mobile-panel a:nth-child(2) { animation-delay: .05s; }
	.rpp-mobile-panel a:nth-child(3) { animation-delay: .1s; }
	.rpp-mobile-panel a:nth-child(4) { animation-delay: .15s; }
	.rpp-mobile-panel .rpp-mobile-call {
		background: #C71F2D;
	}
}
@keyframes rpp-menu-link-in {
	to { transform: translateY(0); opacity: 1; }
}
/* RPP privacy menu motion patch end */
/* RPP fixed mobile overlay patch start */
.elementor-33 > .elementor-element {
	left: max(24px, calc((100vw - 1160px) / 2)) !important;
	right: max(24px, calc((100vw - 1160px) / 2)) !important;
	width: auto !important;
	transform: none !important;
}
@media (max-width: 767px) {
	.elementor-33 > .elementor-element {
		left: 12px !important;
		right: 12px !important;
		width: auto !important;
		transform: none !important;
	}
}
/* RPP fixed mobile overlay patch end */
/* RPP legal pages patch start */
.rpp-legal-copy h2 {
	margin: 38px 0 12px;
	color: #111317;
	font: 900 26px/1.12 "Manrope", sans-serif;
	letter-spacing: -0.03em;
}
.rpp-legal-copy h2:first-child {
	margin-top: 0;
}
.rpp-legal-copy p {
	margin: 0 0 18px;
}
.rpp-legal-copy ul,
.rpp-legal-copy ol {
	margin: 0 0 24px 22px;
	padding: 0;
}
.rpp-legal-copy li {
	margin: 0 0 10px;
	padding-left: 4px;
}
.rpp-legal-copy a {
	color: #C71F2D;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}
.rpp-legal-copy strong {
	color: #111317;
	font-weight: 900;
}
@media (max-width: 767px) {
	.rpp-legal-copy h2 {
		font-size: 23px;
		margin-top: 30px;
	}
	.rpp-legal-copy ul,
	.rpp-legal-copy ol {
		margin-left: 18px;
	}
}
/* RPP legal pages patch end */