
.madnify-infographic-interactive {
	position: relative;
}
.madnify-infographic-nodes {
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
.madnify-infographic-node {
	position:absolute;
	transform: translate(-50%, -50%);
	cursor: pointer;
}
.madnify-infographic-node::before {
	content: "";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border-color: inherit;
	border-style: solid;
	border-width: 5px;
	border-radius: 50%;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	background-size: contain;
}
.madnify-infographic-node-title {
	position: absolute;
	color: white;
	padding: 2px 5px;
	border-radius:4px;
	font-weight:600;
	white-space:nowrap;
	margin:5px 0px;
}
.madnify-infographic-node-title::before {
	content:"";
	position:absolute;
	border-color: inherit;
	border-style: solid;
	border-width: 10px;

}
[pos-y="top"][pos-x="left"] .madnify-infographic-node-title {
	top:100%;
	left:50%;
	border-top-left-radius: 0;
}
[pos-y="top"][pos-x="left"] .madnify-infographic-node-title::before {
	left:0;
	bottom:100%;
	border-right-color:transparent;
	border-top-color:transparent;
}

[pos-y="top"][pos-x="center"] .madnify-infographic-node-title {
	top:100%;
	left:50%;
	transform:translateX(-50%);
}
[pos-y="top"][pos-x="center"] .madnify-infographic-node-title::before {
	bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-width: 20px;
}

[pos-y="top"][pos-x="right"] .madnify-infographic-node-title {
	top:100%;
	right:50%;
	border-top-right-radius:0;
}
[pos-y="top"][pos-x="right"] .madnify-infographic-node-title::before {
	right:0;
	bottom:100%;
	border-left-color:transparent;
	border-top-color:transparent;
}

[pos-y="bottom"][pos-x="left"] .madnify-infographic-node-title {
	bottom:100%;
	left:50%;
	border-bottom-left-radius:0;
}
[pos-y="bottom"][pos-x="left"] .madnify-infographic-node-title::before {
	top:100%;
	left:0;
	border-bottom-color: transparent;
	border-right-color: transparent;
}

[pos-y="bottom"][pos-x="center"] .madnify-infographic-node-title {
	bottom:100%;
	left:50%;
	transform:translateX(-50%);
}
[pos-y="bottom"][pos-x="center"] .madnify-infographic-node-title::before {
	top:100%;
	left:50%;
	transform:translateX(-50%);
	border-bottom-color: transparent;	
	border-left-color: transparent;	
	border-right-color: transparent;
	border-width: 20px;
}

[pos-y="bottom"][pos-x="right"] .madnify-infographic-node-title {
	bottom:100%;
	right:50%;
	border-bottom-right-radius: 0;
}
[pos-y="bottom"][pos-x="right"] .madnify-infographic-node-title::before {
	top:100%;
	right:0;
	border-left-color: 	transparent;
	border-bottom-color: transparent;	
}
.madnify-infographic-node:not(:hover):not(:focus) > .madnify-infographic-node-title {
	display:none;
}
.madnify-infographic-content {
	margin-bottom: 30px;
}

@media(max-width:767px) {
	.madnify-infographic-content {
		text-align:center;
	}
}

@media(min-width:768px) {
	.madnify-infographic {
		display:flex;
		justify-content: center;
	}
	.madnify-infographic-content {
		width:25%;
		padding-right:30px;
	}
	.madnify-infographic-interactive {
		width:75%;
	}
}

@media(max-width:1010px) {
	.madnify-infographic {
		flex-direction:column;
		justify-content: center;
		align-items: center;
	}
	.madnify-infographic-content {
		width:100%;
		padding-right:30px;
		text-align: center;
	}
	.madnify-infographic-interactive {
		width:100%;
	}
}

/*@media(min-width:768px) {
	.madnify-infographic-content {
		width:33%;
	}
	.madnify-infographic-interactive {
		width:66%;
	}
}*/

.madnify-infographic.infographic-6137 {
    display: block;
}

.madnify-infographic-content {
    width: 100%;
    text-align: center;
}

.madnify-infographic-interactive {
    width: 100%;
}