.sfp-hotspot {
	max-width: 57rem;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}
.sfp-hotspot-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 0 0 0 40px;
}

.sfp-hotspot-hotspots {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.sfp-hotspot-hotspot {
	width: 32px;
	height: 32px;
	border-radius: 999px;
	border: 1px solid #404646;
	background: rgba(255,255,255,0.8);
	box-shadow: 0 0 0 4px rgba(255,255,255,0.4);
	position: absolute;
	transform: translate(-20px, -20px);
	z-index: 1000;
}
.sfp-hotspot-hotspot.active {
	z-index: 1001;
}

.sfp-hotspot-title {
	margin-top: 13px;
	transform: translate(0, -50%);
	text-align: center;
        color: #9a9a9a;
}

.sfp-hotspot-title path {
        fill: #9a9a9a;
}

.sfp-hotspot-title svg {
	width: 17px;
	height: 17px;
	margin-top: 0px;
	margin-left: 1px;
	transition: transform 0.3s;
}


.sfp-hotspot-text {
	border-radius: 8px 0 8px 8px;
	background: white;
	box-shadow: 0 3px 24px 0 rgba(0, 0, 0, 0.24);
	min-width: 300px;
	position: absolute;
	right: 9999px;
	padding: 20px 16px;
	opacity: 0;
	transition: opacity 0.3s;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	text-align: left;
	cursor: default;
}

.sfp-hotspot-text :last-child {
	margin-bottom: 0;
}

.sfp-hotspot-text p {
	font-size: 14px;
}
.sfp-hotspot-text h3 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.sfp-hotspot-text h2 {
	font-size: 22px;
	margin-bottom: 10px;
	line-height: 1.3;
}
.sfp-hotspot-text ul,
.sfp-hotspot-text ol {
	font-family: Akkurat-Light, sans-serif;

	margin-bottom: 10px;
	padding-left: 0;

}

.sfp-hotspot-text ol {
	padding-left: 15px;
}
.sfp-hotspot-text ol li {
	padding-left: 10px;
}
.sfp-hotspot-text ul {
	padding-left: 0;
	list-style-type: none;
}
.sfp-hotspot-text ul li {
	padding-left: 22px;
	position: relative;
	margin-left: 4px;
}
.sfp-hotspot-text ul li:before {
	content: "•";
	padding-right: .625rem;
	font-size: .75rem;
	position: absolute;
	left: 0;
}

.sfp-hotspot-text.left {
}
.sfp-hotspot-text.right {
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text {
	opacity: 1;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-bottom {
	top: 100%;
	bottom: auto;
}
.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-top {
	top: auto;
	bottom: 100%;
}
.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-right {
	left: 100%;
}
.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-left {
	right: 100%;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-bottom.left,
.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-top.left {
	left: 100%;
	right: auto;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-bottom.right,
.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-top.right {
	right: 100%;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-right.top,
.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-left.top {
	top: 100%;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-right.bottom,
.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-left.bottom {
	bottom: 100%;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-bottom.left,
.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-right.top {
	border-radius: 0 8px 8px 8px;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-bottom.right,
.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-left.top{
	border-radius: 8px 0 8px 8px;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-top.right,
.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-left.bottom {
	border-radius: 8px 8px 0 8px;
}


.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-top.left,
.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-right.bottom {
	border-radius: 8px 8px 8px 0;
}

.sfp-hotspot-hotspot.active svg {
	transform: rotate(45deg);
}

/** bottom direction */

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-bottom.h-center {
	left: 50%;
	right: auto;
	translate: -50%;
	top: calc(100% + 11px);
	border-radius: 8px;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-bottom.h-center::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: -22px;
	border-color: transparent transparent white transparent;
	border-width: 15px;
	border-style: solid;
	width: 15px;
	height: 5px;
	z-index: 2000;
	margin-left: -15px;
}
/** top direction */

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-top.h-center {
	left: 50%;
	right: auto;
	translate: -50%;
	bottom: calc(100% + 11px);
	border-radius: 8px;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-top.h-center::after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	top: calc(100% - 8px);
	border-color: white transparent transparent transparent;
	border-width: 15px;
	border-style: solid;
	width: 15px;
	height: 5px;
	z-index: 2000;
	margin-left: -15px;
}

/** right direction */

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-right.v-center {
	top: 50%;
	right: auto;
	translate: 0 -50%;
	left: calc(100% + 11px);
	border-radius: 8px;
	bottom: auto;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-right.v-center::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: calc(100% - 8px);
	border-color: transparent white transparent transparent;
	border-width: 15px;
	border-style: solid;
	width: 5px;
	height: 15px;
	z-index: 2000;
	margin-top: -15px;
}

/** left direction */

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-left.v-center {
	top: 50%;
	left: auto;
	translate: 0 -50%;
	right: calc(100% + 11px);
	border-radius: 8px;
	bottom: auto;
}

.sfp-hotspot-hotspot.active .sfp-hotspot-text.direction-left.v-center::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: calc(100% - 8px);
	border-color: transparent transparent transparent white;
	border-width: 15px;
	border-style: solid;
	width: 5px;
	height: 15px;
	z-index: 2000;
	margin-top: -15px;
}
