:root {
	--pn-primary: #B19F94;
	--pn-main-nav-color: #d7cec8;
}
.subnavi-arrow::before, .subnavi-arrow-back::before {
	background: url(../Images/chevron-right-lighttaupe.svg) center no-repeat;
	background-size: contain;
}
#service-nav a::after {
	background: url("../Images/chevron-right-taupe.svg") center no-repeat;
	background-size: contain;
}
.btn-primary.arrow-right:hover::before {
	background: url(../Images/arrow-right-taupe.svg) center no-repeat;
	background-size: contain;
}
.btn-primary.inverted.arrow-right::before {
	background: url(../Images/arrow-right-taupe.svg) center no-repeat;
	background-size: contain;
}

.pn-header-illustration {
	z-index: 2;
	right: -19%;
	width: 75%;
}
.pn-header .select-text::after {
	background: url(../Images/chevron-right-taupe.svg) calc(100% - 10px) center no-repeat transparent;
	background-size: contain;
}
.gallery-backward, .gallery-forward {
	background: url(../Images/arrow-gallery-taupe.svg) center no-repeat;
	background-size: contain;
}

@media (min-width: 767px) and (max-width: 1400px)  {
	.pn-header-illustration {
		width: 60%;
	}
}