.sh-offert {
	font-family: "azo-sans-web", "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif !important;
	color: #1a1a1a !important;
	line-height: 1.6 !important;
	display: flex !important;
	justify-content: center !important;
}

.sh-offert *,
.sh-offert *::before,
.sh-offert *::after {
	box-sizing: border-box !important;
}

.sh-offert__inner {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	width: 100% !important;
	max-width: 560px !important;
	background: #fff !important;
	border: 1px solid #e6e6e6 !important;
	border-radius: 8px !important;
	box-shadow: 0 18px 50px -28px rgba(1, 96, 58, .4) !important;
	padding: 40px !important;
  margin: 80px 0 !important;
}

.sh-offert__title {
	font-size: 30px !important;
	line-height: 1.2 !important;
	font-weight: 700 !important;
	color: #01603a !important;
	margin: 0 0 8px !important;
}

.sh-offert__lead {
	color: #6b6b6b !important;
	font-size: 17px !important;
	margin: 0 0 28px !important;
}

[data-stage="form"] .sh-offert__title,
[data-stage="form"] .sh-offert__lead {
	text-align: center !important;
}

[data-stage="thanks"] .sh-offert__title {
	margin-bottom: 18px !important;
}

[data-stage="thanks"] .sh-offert__lead {
	font-size: 15px !important;
}

.sh-offert__field {
	margin-bottom: 18px !important;
}

.sh-offert__field label {
	display: block !important;
	font-size: 14px !important;
	font-weight: 600 !important;
}

.sh-offert__field input {
	display: block !important;
	width: 100% !important;
	margin-top: 6px !important;
	padding: 13px 14px !important;
	font: inherit !important;
	font-size: 16px !important;
	color: #1a1a1a !important;
	background: #f8f8f8 !important;
	border: 1px solid #e6e6e6 !important;
	border-radius: 6px !important;
	transition: border-color .15s, box-shadow .15s, background .15s !important;
}

.sh-offert__field input:focus {
	outline: none !important;
	background: #fff !important;
	border-color: #6aaf22 !important;
	box-shadow: 0 0 0 3px rgba(106, 175, 34, .18) !important;
}

.sh-offert__field.is-invalid input {
	background: #fff !important;
	border-color: #c0392b !important;
}

.sh-offert__error {
	display: none !important;
	margin-top: 6px !important;
	font-size: 13px !important;
	color: #c0392b !important;
}

.sh-offert__field.is-invalid .sh-offert__error {
	display: block !important;
}

.sh-offert__req {
	color: #999999 !important;
	font-weight: 700 !important;
}

.sh-offert__required-note {
	margin: 0 0 18px !important;
	font-size: 11px !important;
	color: #1a1a1a !important;
}

.sh-offert__disclaimer {
	margin: 12px 0 0 !important;
	font-size: 11px !important;
	color: #777777 !important;
	text-align: center !important;
}

/* Honeypot – dolt för människor, men ifyllt av bots. */
.sh-offert__hp {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.sh-offert__send-error {
	margin: 0 0 14px !important;
	font-size: 14px !important;
	color: #c0392b !important;
}

.sh-offert__btn {
	display: block !important;
	width: 100% !important;
	padding: 15px 24px !important;
	font: inherit !important;
	font-size: 16px !important;
	font-weight: 500 !important;
	color: #fff !important;
	background: #6aaf22 !important;
	border: 0 !important;
	border-radius: 25px !important;
	text-transform: uppercase !important;
	letter-spacing: .03em !important;
	cursor: pointer !important;
	transition: background .15s, transform .08s !important;
}

.sh-offert__btn:hover {
	background: #9acc30 !important;
}

.sh-offert__btn:active {
	transform: translateY(1px) !important;
}

.sh-offert__link {
	display: inline-block !important;
	width: auto !important;
	margin-top: 16px !important;
	padding: 0 !important;
	font: inherit !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	color: #01603a !important;
	background: none !important;
	border: 0 !important;
	text-decoration: underline !important;
	cursor: pointer !important;
}

.sh-offert__link:hover {
	color: #6aaf22 !important;
}

.sh-offert__stage {
	display: none !important;
}

.sh-offert__stage.is-active {
	display: block !important;
}

.sh-offert__stage--center {
	text-align: center !important;
}

.sh-offert__icon {
	display: block !important;
	width: 126px !important;
	height: 126px !important;
	margin: 0 auto 16px !important;
}

.sh-offert__loading-text {
	font-size: 22px !important;
	font-weight: 500 !important;
	color: #1a1a1a !important;
}

.sh-offert__dots::after {
	content: '' !important;
	animation: sh-offert-dots 1.2s steps(4, end) infinite !important;
}

@keyframes sh-offert-dots {
	0% {
		content: '';
	}
	25% {
		content: '.';
	}
	50% {
		content: '..';
	}
	75% {
		content: '...';
	}
	100% {
		content: '';
	}
}

.sh-offert__result-eyebrow {
	margin: 0 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	letter-spacing: .06em !important;
	color: #6b6b6b !important;
}

.sh-offert__price {
	margin: 24px 0 0 !important;
	font-size: 46px !important;
	font-weight: 700 !important;
	color: #01603a !important;
	line-height: 1.05 !important;
}

.sh-offert__price-vat {
	font-size: 18px !important;
	font-weight: 600 !important;
	color: #6b6b6b !important;
}

.sh-offert__price-inc {
	margin: 6px 0 0 !important;
	font-size: 15px !important;
	color: #6b6b6b !important;
}

.sh-offert__apartments {
	display: inline-block !important;
	margin: 38px 0 40px !important;
	padding: 5px 12px !important;
	font-size: 13px !important;
	color: #6b6b6b !important;
	background: #f1f5ec !important;
	border-radius: 999px !important;
}

.sh-offert__apartments strong {
	font-weight: 700 !important;
	color: #01603a !important;
}

@media (max-width: 600px) {
	.sh-offert__inner {
		padding: 26px 20px !important;
	}
	.sh-offert__title {
		font-size: 25px !important;
	}
	.sh-offert__price {
		font-size: 36px !important;
	}
}

.sh-offert__field input {
	height: 50px !important;
}
