.thematic-map {
	padding-bottom: 50px;
	position: relative;
	background-image: url("../white_noise.html");
	padding-top: 70px;
}

.thematic-map .thematic-header {
	min-height: 70px;
	background-image: url("../jpg/blue_noise.jpg");
	display: flex;
	justify-content: center;
	align-items: center;
}

.thematic-map .thematic-header svg {
	max-width: 35px;
	max-height: 40px;
	margin-right: 15px;
}

.thematic-map .thematic-title {
	font-size: 18px;
	line-height: 24px;
	color: var(--white);
	text-transform: uppercase;
	font-family: var(--font-body);
	font-weight: bold;
	text-align: center;
	letter-spacing: 1.18px;
}

.thematic-map .stage {
	overflow: hidden;
}

.thematic-map .stage .map {
	display: none;
}

.thematic-map .stage .map-mobile {
	display: block;
}

.thematic-map .stage svg {
	/* max-height: 470px; */
	min-width: 375px;
}

.thematic-map .slider-cont .slide-title {
	font-family: var(--font-display);
	font-size: 18px;
	color: var(--dark-blue);
	margin-bottom: 8px;
	font-weight: 700;
}

.thematic-map .slider-cont .glide__arrows {
	position: absolute;
	top: calc(50vw - -10px);
	z-index: 1;
	max-width: 100px;
	display: flex;
	justify-content: space-between;
	width: 100%;
	transform: translateX(-50%);
	left: 50%;
}

@media (min-width: 475px) {
	.thematic-map .slider-cont .glide__arrows {
		top: calc(50vw - -12px);
	}	
}

.thematic-map .slider-cont .glide__arrows span {
	color: var(--white);
	font-family: var(--font-body);
	font-size: 17px;
}

.thematic-map .slider-cont .glide__arrow {
	background-color: transparent;
	padding: 0 6px;
}

.thematic-map .region-cont .img-cont {
	position: relative;
}

.thematic-map .img-cont .region-img {
	width: 100%;
	min-height: 230px;
}

.thematic-map .header-title {
	font-family: var(--font-display);
	color: var(--white);
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	bottom: 5px;
	transform: translateX(-50%);
	left: 50%;
	min-width: 338px;
}

.thematic-map .content-wrapper .region-footer {
	position: relative;
	top: -2px;
	background-image: url(../jpg/blue_noise.jpg);
	min-height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.thematic-map .content-wrapper .region-content {
	max-width: 335px;
	margin: 0 auto;
}

.thematic-map .content-wrapper .header-link-cont {
	margin: 25px auto 22px;
	text-align: center;
}

.thematic-map .content-wrapper .header-link {
	border-bottom: 4px solid #b2e4e1;
}

.thematic-map .content-wrapper .header-link-cont i {
	color: var(--dark-blue);
	font-size: 18px;
	margin-right: 7px;
}

.thematic-map .content-wrapper .header-link-cont a {
	text-align: center;
	width: 100%;
	font-family: var(--font-body);
	font-style: italic;
	font-size: 16px;
	line-height: 24px;
	color: var(--dark-blue);
}

.thematic-map .content-wrapper .region-content .region-desc {
	text-align: center;
	margin-bottom: 30px;
	white-space: normal;
}

.thematic-map .content-wrapper .more-info-link {
	max-height: 50px;
	text-transform: uppercase;
	color: var(--white);
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 0.7px;
	padding: 15px 33px 15px 20px;
	background-color: var(--green);
	font-family: var(--font-body);
	font-weight: 700;
	margin: 0 auto;
	max-width: 250px;
	display: block;
	margin-bottom: 35px;
	position: relative;
}

.thematic-map .region-content .more-info-link span {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	border-bottom: 1px solid var(--white);
	width: 12px;
	display: inline-block;
}

.thematic-map .region-content .more-info-link span::after {
	content: '';
	display: inline-block;
	height: 6px;
	width: 6px;
	background-color: var(--white);	
	border-radius: 50%;
	opacity: 0;
	position: absolute;
	right: -6px;
	transform: translateY(-45%);
}

.thematic-map .widget-regional-content .glide__slides .region-img-cont {
	position: relative;
	margin-bottom: 20px;
}

.thematic-map .widget-regional-content .glide__slides .region-img-cont img {
	width: 100%;
}

.thematic-map .widget-regional-content .glide__slides .region-img {
	margin-right: 0;
}

.thematic-map .widget-regional-content .region-img-title {
	color: var(--white);
	font-size: 16px;
	letter-spacing: 0.8px;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: var(--font-body);
	z-index: 5;
	white-space: normal;
}

.thematic-map .widget-regional-content .glide__arrows {
	display: none;
}

.thematic-map .widget-regional-content .glide__bullets {
	margin-left: 3px;
}

.thematic-map .widget-regional-content .glide__bullet {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	background-color: var(--white);
	border: 1px solid var(--dark-blue);
	display: inline-block;
	padding: 0;
	margin-right: 4px;
	margin-left: 1px;
}

.thematic-map .widget-regional-content .glide__bullet--active,
.thematic-map .widget-regional-content .glide__bullet--active:focus {
	background-color: var(--dark-blue);
	transform: scale(1);
}

.thematic-map .region-cont .img-cont {
	background: transparent linear-gradient(0deg, #273443 0%, #27344300 50%) 0% 0% no-repeat padding-box;
}

.thematic-map .region-cont .img-cont img {
	position: relative;
	z-index: -1;
}

.thematic-map .widget-regional-content .glide__slides .region-img-cont picture::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.3;
	width: 100%;
	height: 100%;
}

.thematic-map text.stdk5.stdk6.stdk7.stdk8 {
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
}

@media (min-width: 40em) {
	.thematic-map .slider-cont .glide__arrows {
		top: calc(50vw - -6px);
	}
}


@media (min-width: 54em) {
	.thematic-map {
		display: flex;
		padding-bottom: 80px;
	}

	.thematic-map .left-wrapper {
		min-width: 45%;
	}

	.thematic-map .right-wrapper {
		flex: 1;
		min-width: 55%;
		margin-left: -5%;
	}

	.thematic-map .slider-cont {
		opacity: 0;
	}

	.thematic-map .slider-cont.glide--slider {
		opacity: 1;
	}

	.thematic-map .slide-img {
		width: 100%;
		position: relative;
		z-index: -1;
	}

	.thematic-map .thematic-title {
		font-size: 26px;
		letter-spacing: 2.6px;
	}

	.thematic-map .thematic-header svg {
		max-width: 45px;
		max-height: 51px;
	}

	.thematic-map .stage .map-mobile {
		display: block;
		min-width: 520px;
	}

	.thematic-map .stage .map {
		display: none;
	}

	.thematic-map .stage {
		max-height: 1440px;
		overflow: hidden;
	}

	.thematic-map .thematic-header {
		min-height: 100px;
		max-width: 960px;
	}

	.thematic-map .slider-cont {
		position: relative;
		top: 67px;
	}

	.thematic-map .header-title {
		font-size: 36px;
		font-weight: 700;
		text-align: left;
		left: 3%;
		transform: translateX(0);
		bottom: 66px;
	}

	.thematic-map .content-wrapper .region-footer {
		display: none;
	}

	.thematic-map .region-cont .img-cont {
		display: inline-block;
	}

	.thematic-map .slider-cont .glide__arrows {
		top: calc(27.5vw - 50px);
		left: 3%;
		transform: translateX(0);
	}

	.thematic-map .content-wrapper .region-content {
		max-width: none;
	}

	.thematic-map .content-wrapper .region-content .header-link-cont, .thematic-map .content-wrapper .region-content .region-desc {
		max-width: 460px;
		margin-left: 95px;
	}

	.thematic-map .content-wrapper .region-content .header-link-cont {
		margin: 25px 0px 22px 95px;
	}

	.thematic-map .content-wrapper .header-link-cont {
		text-align: left;
	}

	.thematic-map .content-wrapper .header-link-cont a {
		font-size: 20px;
	}

	.thematic-map .content-wrapper .region-content .region-desc {
		text-align: left;
		font-size: 20px;
	}

	.thematic-map .content-wrapper .more-info-link {
		margin-left: 95px;
		transition: background-color 0.3s, max-width 0.3s;
		transition-timing-function: ease-in-out;
	}

	.thematic-map .region-content .more-info-link span {
		transition: width 0.3s, right 0.6s;
		transition-timing-function: ease-in-out;
	}

	.thematic-map .region-content .more-info-link span::after {
		transition: opacity 0.3s;
		transition-timing-function: ease-in-out;
	}

	.thematic-map .content-wrapper .more-info-link:hover {
		background-color: var(--teal);
		max-width: 274px;
	}

	.thematic-map .region-content .more-info-link:hover span {
		width: 25px;
		right: 25px;
	}

	.thematic-map .region-content .more-info-link:hover span::after {
		opacity: 1;
	}

	.thematic-map .widget-regional-content .glide__slides .region-img-cont picture::before {
		background-color: #00A69C;
		opacity: 80%;
		position: absolute;
		top: -100%;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		display: inline-block;
		transition: top 0.3s ease-in-out;
		z-index: 5;
	}

	.thematic-map .widget-regional-content .glide__slides .region-img-cont .vertical-line {
		position: absolute;
		width: 1px;
		border-right: 1px solid var(--white);
		height: 40px;
		right: 50%;
		top: -100%;
		z-index: 10;
		opacity: 0;
		transition: top 0.3s, opacity 0.3s;
		transition-timing-function: ease-in-out;
	}

	.thematic-map .widget-regional-content .glide__slides .region-img-cont .vertical-line::after {
		content: '';
		border-radius: 50%;
		background-color: #fff;
		width: 5px;
		height: 5px;
		position: absolute;
		top: 100%;
		transform: translateX(-50%);
	}

	.thematic-map .widget-regional-content .glide__slides .region-img-cont:hover picture::before {
		top: 0;
	}

	.thematic-map .widget-regional-content .glide__slides .region-img-cont:hover .vertical-line {
		top: 0;
		opacity: 1;
	}

	.thematic-map .widget-regional-content .glide__slides .region-img-cont {
		position: relative;
	}

	.thematic-map .widget-regional-content .glide__slides .region-img {
		position: relative;
		z-index: -1;
	}

	.thematic-map .slider-cont .slide-title {
		font-size: 24px;
	}

	.thematic-map .widget-regional-content .slider-cont {
		top: 0;
	}

	.thematic-map .widget-regional-content .slide-img {
		max-height: 280px;
		object-fit: cover;
	}

	.thematic-map .widget-regional-content .glide__bullet:not(:nth-child(2n+1)) {
		display: none;
	}
}

@media (min-width: 64em) {
	.thematic-map .stage .map-mobile {
		display: none;
	}

	.thematic-map .stage .map {
		display: block;
		min-width: 720px;
	}

	.thematic-map .stage .map svg {
		max-height: calc(735px + (1307 - 735) * ((100vw - 1120px) / (1920 - 1120)));
	}

	.thematic-map .left-wrapper {
		margin-left: -1.5%;
	}

	.thematic-map .widget-regional-content .region-img-title {
		font-size: calc(16px + (20 - 16) * ((100vw - 1025px) / (1448 - 1025)));
		line-height: 1.125em;
	}
}

@media (min-width: 70em) {
	.thematic-map .left-wrapper {
		margin-left: 0;
	}

	.thematic-map .content-wrapper .region-content .header-link-cont, .thematic-map .content-wrapper .region-content .region-desc {
		max-width: 560px;
		margin-left: 150px;
	}

	.thematic-map .content-wrapper .more-info-link {
		margin-left: 150px;
	}
}

@media (min-width: 90.5rem) {
	.thematic-map .stage .map {
		min-width: 960px;
		padding-bottom: 50px;
	}

	.thematic-map .widget-regional-content .region-img-title {
		font-size: 20px;
	}

	.thematic-map .content-wrapper .region-content .header-link-cont, .thematic-map .content-wrapper .region-content .region-desc {
		max-width: 560px;
		margin-left: 175px;
	}

	.thematic-map .content-wrapper .more-info-link {
		margin-left: 175px;
	}

	.thematic-map .content-wrapper .region-content .header-link-cont {
		margin: 25px 0px 22px 175px;
	}
}

@media (min-width: 100em) {
	.thematic-map .stage .map svg {
		
	}
}

@media (min-width: 120em) {
	.thematic-map {
		max-width: 1920px;
		margin: 0 auto;
	}
	.thematic-map .stage .map svg {
		max-height: none;
	}

	.thematic-map .slider-cont .glide__arrows {
		top: 475px;
	}
}