.quote-hero #gf_progressbar_wrapper_18 {
	display: flex;
	align-items: center;
	gap: 24px;
	border-radius: 0;
	margin-bottom: 24px;
}

.quote-hero #gf_progressbar_wrapper_18 .gf_progressbar_title, .quote-hero #gf_progressbar_wrapper_18 .gf_progressbar {
	display: none;
}

.quote-hero .gfcp-ring {
	position: relative;
	width: 92px;
	height: 92px;
	flex: none;
}

.quote-hero .gfcp-ring svg {
	width: 100%;
	height: 100%;
	transform: rotate(-90deg);
}

.quote-hero .gfcp-ring circle {
	fill: none;
	stroke-width: 8;
}

.quote-hero .gfcp-ring .gfcp-track {
	stroke: #5c7a99;
	opacity: .55;
}

.quote-hero .gfcp-ring .gfcp-fill {
	stroke: #f6d64a;
	stroke-linecap: round;
	transition: stroke-dashoffset .5s ease;
}

.quote-hero .gfcp-ring-label {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #eef3f8;
	font-weight: 400;
}

.quote-hero .gfcp-ring-label .gfcp-step {
	font-size: 13px;
	letter-spacing: .3px;
	margin-bottom: 2px;
}

.quote-hero .gfcp-ring-label .gfcp-count {
	font-size: 22px;
	font-weight: 700;
}

.quote-hero .gfcp-title {
	color: #fff;
	font-style: italic;
	font-weight: 900;
	font-size: 20px;
	line-height: 1.2;
}