#pcp-preloader {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f2f1ee;
	transition: opacity 0.6s ease, visibility 0.6s ease;
}

#pcp-preloader.pcp-hidden {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.pcp-inner {
	text-align: center;
	max-width: 480px;
	padding: 0 20px;
}

.pcp-logo {
	width: auto;
	max-width: 260px;
	height: auto;
	margin: 0 auto 28px;
	display: block;
}

/* Porto exposes its Theme Options fonts as CSS vars (--porto-body-ff,
   --porto-h1-ff, etc). Fall back to inherit so this still looks sane
   anywhere those vars aren't set (e.g. inside a page builder preview). */
.pcp-quote {
	font-family: var( --porto-body-ff, inherit );
	font-style: italic;
	font-size: 20px;
	line-height: 1.5;
	color: #4a4a4a;
	margin: 0 0 24px;
}

.pcp-rule {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 30px;
}

.pcp-rule span {
	width: 60px;
	height: 1px;
	background: #b9ac8f;
}

.pcp-rule i {
	width: 6px;
	height: 6px;
	background: #b9ac8f;
	transform: rotate(45deg);
}

.pcp-media {
	margin-bottom: 30px;
}

.pcp-media video {
	max-width: 320px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	display: block;
}

.pcp-progress-track {
	width: 100%;
	height: 2px;
	background: #d8d3c8;
	margin-bottom: 14px;
}

.pcp-progress-bar {
	width: 0%;
	height: 100%;
	background: #b9ac8f;
	transition: width 0.2s ease;
}

.pcp-status {
	font-family: var( --porto-body-ff, inherit );
	letter-spacing: 3px;
	font-size: 12px;
	color: #8a8a8a;
	text-transform: uppercase;
}

@media (max-width: 600px) {
	.pcp-quote {
		font-size: 16px;
	}
	.pcp-logo {
		max-width: 190px;
	}
}
