/* ---- FRONT-END ---- */
#rig-worldmap-border-top-wrapper {
	position: relative;
	top: 1px;
	height: auto;
	width: 100%;
	max-width: 100%;
	z-index: -1;
}

#rig-worldmap-border-top-wrapper img {
	height: auto;
	width: 100%;
	max-width: 100%;
	transform: rotateY(180deg);
}

#rig-worldmap-wrapper {
	position: relative;
}

#rig-worldmap-wrapper .container #rig-worldmap-map-content-wrapper svg {
	position: relative;
	margin-top: -10%;
}

#rig-worldmap-wrapper .container #rig-worldmap-map-content-wrapper svg g.map-location {
	position: relative;
	z-index: 10;
}

#rig-worldmap-wrapper .container #rig-worldmap-map-content-wrapper svg g.map-location:hover {
	cursor: pointer;
}

#rig-worldmap-wrapper .container #rig-worldmap-map-content-wrapper svg g.active {
	fill: #001E53;
}

#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper {
	position: relative;
}
#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper {
	position: absolute;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	top: 4%;
	left: -4%;
	
}

#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul {
	list-style: none;
	padding: 50px 0;
}

#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li {
	display: flex;
	flex-direction: row;
	align-content: center;
	font-size: clamp( 16px, 1.21951vw, 20px);
	font-weight: 500;
	height: 60px;
	line-height: 30px;
	padding: 20px 0;
}

#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li:hover {
	cursor: pointer;
}

#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li::before {
	position: relative;
	display: inline-block;
	content: '';
	height: 30px;
	width: 30px;
	border: 1px solid #001E53;
	border-radius: 15px;
	margin-right: 20px;
	transition: all .3s ease-in-out;
}

#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li.active::before {
	background-color: #001E53;
	transition: all .3s ease-in-out;
}






@media( max-width: 767px ) {
	
					#rig-worldmap-border-top-wrapper {
						position: relative;
						top: 1px;
						height: auto;
						width: 100%;
						max-width: 100%;
						z-index: -1;
					}

					#rig-worldmap-border-top-wrapper img {
						height: auto;
						width: 100%;
						max-width: 100%;
						transform: rotateY(180deg);
					}

					#rig-worldmap-wrapper {
						position: relative;
					}

	#rig-worldmap-wrapper .container #rig-worldmap-map-content-wrapper svg {
		position: relative;
		margin-top: -30%;
		max-width: 100%;
	}

					#rig-worldmap-wrapper .container #rig-worldmap-map-content-wrapper svg g.active {
						fill: #001E53;
					}

					#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper {
						position: relative;
					}
	#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		top: 0;
		left: 0;
		margin-top: -100px;

	}

	#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul {
		list-style: none;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		column-gap: 30px;
		padding: 0 0;
	}

	#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li {
		display: flex;
		flex-direction: row;
		align-content: center;
		font-size: 16px;
		font-weight: 500;
		height: 40px;
		line-height: 20px;
		padding: 10px 0;
	}

					#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li:hover {
						cursor: pointer;
					}

	#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li::before {
		position: relative;
		display: inline-block;
		content: '';
		height: 16px;
		width: 16px;
		border: 1px solid #001E53;
		border-radius: 8px;
		margin-right: 10px;
		transition: all .3s ease-in-out;
	}

					#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li.active::before {
						background-color: #001E53;
						transition: all .3s ease-in-out;
					}

	
}



@media only screen
  and (min-width: 768px) 
  and (max-width: 1200px) 
  and (orientation: portrait) {
					#rig-worldmap-border-top-wrapper {
						position: relative;
						top: 1px;
						height: auto;
						width: 100%;
						max-width: 100%;
						z-index: -1;
					}

					#rig-worldmap-border-top-wrapper img {
						height: auto;
						width: 100%;
						max-width: 100%;
						transform: rotateY(180deg);
					}

					#rig-worldmap-wrapper {
						position: relative;
					}

	#rig-worldmap-wrapper .container #rig-worldmap-map-content-wrapper svg {
		position: relative;
		margin-top: -20%;
		max-width: 100%;
	}

					#rig-worldmap-wrapper .container #rig-worldmap-map-content-wrapper svg g.active {
						fill: #001E53;
					}

					#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper {
						position: relative;
					}
	#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		top: 50px;
		left: 0;
		margin-top: -100px;

	}

	#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul {
		list-style: none;
		columns: 2;
		-webkit-columns: 2;
		-moz-columns: 2;
		column-gap: 30px;
		padding: 0 0;
	}

	#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li {
		display: flex;
		flex-direction: row;
		align-content: center;
		font-size: 16px;
		font-weight: 500;
		height: 40px;
		line-height: 20px;
		padding: 10px 0;
	}

					#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li:hover {
						cursor: pointer;
					}

	#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li::before {
		position: relative;
		display: inline-block;
		content: '';
		height: 16px;
		width: 16px;
		border: 1px solid #001E53;
		border-radius: 8px;
		margin-right: 10px;
		transition: all .3s ease-in-out;
	}

					#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li.active::before {
						background-color: #001E53;
						transition: all .3s ease-in-out;
					}
}



@media only screen
  and (min-width: 768px) 
  and (max-width: 1200px) 
  and (orientation: landscape) {
	  #rig-worldmap-wrapper .container #rig-worldmap-map-content-wrapper svg {
		  max-width: 100%;
	  }
	  
	  #rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper {
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 100%;
		top: 0;
		left: -75px;
		margin-top: -350px;

	}

	#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul {
		list-style: none;
		padding: 0 0;
	}

	#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li {
		display: flex;
		flex-direction: row;
		align-content: center;
		font-size: 16px;
		font-weight: 500;
		height: 40px;
		line-height: 20px;
		padding: 10px 0;
	}

					#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li:hover {
						cursor: pointer;
					}

	#rig-worldmap-wrapper #rig-worldmap-map-content-wrapper #rig-worldmap-image-content-list-wrapper ul li::before {
		position: relative;
		display: inline-block;
		content: '';
		height: 16px;
		width: 16px;
		border: 1px solid #001E53;
		border-radius: 8px;
		margin-right: 10px;
		transition: all .3s ease-in-out;
	}
}





/* ---- PREVIEW BACK-END ---- */
#text-wrapper {
	padding: 35px 0;
}