body > .iss-header-quote {
	position: absolute;
	left: -9999px;
	opacity: 0;
	pointer-events: none;
}

.elementor-location-header .iss-header-quote {
	position: static;
	left: auto;
	opacity: 1;
	pointer-events: auto;
}

.iss-header-quote {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 8px;
	padding: 10px 16px;
	background: #ff634e;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	text-decoration: none !important;
	border-radius: 3px;
	white-space: nowrap;
	line-height: 1.2;
	align-self: center;
}

.iss-header-quote:hover,
.iss-header-quote:focus {
	background: #e24d39;
	color: #fff !important;
}

.iss-product-ctas {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	margin: 14px 0 18px;
	max-width: 100%;
}

.iss-btn-quote {
	display: none !important;
}

.iss-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 10px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-align: center;
	text-decoration: none !important;
	border-radius: 3px;
	line-height: 1.2;
}

.iss-btn-quote {
	background: #ff634e;
	color: #fff !important;
}

.iss-btn-quote:hover {
	background: #e24d39;
	color: #fff !important;
}

.iss-btn-demo {
	background: #181818;
	color: #fff !important;
}

.iss-btn-demo:hover {
	background: #000;
	color: #fff !important;
}

.iss-btn-wa {
	background: #25d366;
	color: #fff !important;
}

.iss-btn-wa:hover {
	background: #1ebe5d;
	color: #fff !important;
}

.iss-btn-call {
	background: #1b3a5f;
	color: #fff !important;
}

.iss-btn-call:hover {
	background: #12263f;
	color: #fff !important;
}

.iss-sticky-wrap {
	position: fixed;
	right: 16px;
	bottom: 16px;
	z-index: 9998;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.iss-sticky {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 16px;
	border-radius: 999px;
	color: #fff !important;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 14px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.22);
}

.iss-sticky-wa {
	background: #25d366;
}

.iss-sticky-wa:hover {
	background: #1ebe5d;
}

.iss-sticky-call {
	display: none;
	background: #1b3a5f;
}

.iss-sticky-call:hover {
	background: #12263f;
}

.iss-sticky-icon {
	display: flex;
}

@media (max-width: 767px) {
	.iss-sticky-wrap {
		left: 12px;
		right: 12px;
		bottom: 12px;
		flex-direction: row;
		justify-content: space-between;
	}

	.iss-sticky {
		flex: 1;
		justify-content: center;
	}

	.iss-sticky-call {
		display: flex;
	}

	.iss-product-ctas {
		grid-template-columns: 1fr;
		max-width: none;
	}

	.iss-header-quote {
		margin: 8px 0 0;
		width: auto;
		padding: 8px 12px;
		font-size: 12px;
	}

	body {
		padding-bottom: 76px;
	}
}
