.wysiwyg {
	text-align: center;
	margin: .0520833333rem 0
}

@media(max-width: 1020px) {
	.wysiwyg {
		margin: 64px 0
	}
}

.wysiwyg--sign-bgr {
	position: relative
}

@media(min-width: 1021px) {

	.wysiwyg--sign-bgr:before,
	.wysiwyg--sign-bgr:after {
		content: "";
		display: block;
		position: absolute;
		top: .0208333333rem;
		max-width: 40%
	}

	.wysiwyg--sign-bgr:before {
		background-size: contain;
		background-position: center;
		left: 0;
		width: .1713541667rem;
		height: .184375rem
	}

	@supports(aspect-ratio: 329/354) {
		.wysiwyg--sign-bgr:before {
			aspect-ratio: 329/354;
			height: auto
		}
	}

	.wysiwyg--sign-bgr:after {
		background-size: contain;
		background-position: center;
		right: 0;
		width: .2041666667rem;
		height: .184375rem
	}

	@supports(aspect-ratio: 392/354) {
		.wysiwyg--sign-bgr:after {
			aspect-ratio: 392/354;
			height: auto
		}
	}
}

.wysiwyg__sign {
	width: .0302083333rem;
	height: auto;
	display: block;
	max-width: 100%;
	margin: 0 auto .0166666667rem
}

.wysiwyg__copy {
	width: .375rem;
	margin: 0 auto;
	max-width: 100%
}

.wysiwyg--container-small .wysiwyg__copy {
	width: .3125rem
}

.wysiwyg .h1,
.wysiwyg .h2,
.wysiwyg .h3,
.wysiwyg .h4,
.wysiwyg .h5,
.wysiwyg .h6,
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg h5,
.wysiwyg h6 {

}

.wysiwyg a[href^="tel:"],
.wysiwyg a[href^="mailto:"] {
	position: relative;
	display: inline-block;
	padding-left: .0171875rem
}

.wysiwyg a[href^="tel:"]:before,
.wysiwyg a[href^="mailto:"]:before {
	content: "";
	width: .0130208333rem;
	height: .0135416667rem;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
