.thematic-map {
    position: relative;
    margin-bottom: 20px;
}

.thematic-map .map-desktop {
    display: none;
}

.thematic-map .map-mobile {
    display: block;
}

.thematic-map .map-text {
    margin: 0 15px;
	margin-bottom: 10px;
}

.thematic-map .map-title {
    font-size: 35px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.thematic-map .map-desc {
    font-size: 14px;
    line-height: 24px;
    font-family: itc-avant-garde-gothic-pro, sans-serif;
}

.thematic-map .stage {
    position: relative;
}

.thematic-map .map-mobile .map-inset {
    height: 112px;
    width: 112px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
}

.thematic-map .map-north {
    position: absolute;
    bottom: 20px;
    width: 30px;
    height: 30px;
    right: 30%;
    z-index: 9;
}

.thematic-map .map-card {
    max-width: 345px;   
	min-height: 433px;
    margin: 0 auto;
}

.thematic-map .map-card .map-card-img {
    border-top-left-radius: 17.5px;
    border-top-right-radius: 30px;
}

.thematic-map .card-bg {
    border-top-left-radius: 17.5px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 17.5px;
    border-bottom-left-radius: 30px;
    background-color: #00838A;
    width: 340px;   
    min-height: 433px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.thematic-map .map-card .map-card-content {
    background-color: #00838A;
    border-bottom-right-radius: 17.5px;
    border-bottom-left-radius: 30px;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 35px;
}

.thematic-map .map-card .map-card-content * {
    font-family: itc-avant-garde-gothic-pro, sans-serif;
    color: white;
}

.thematic-map .map-card .map-card-content h3 {
    font-size: 19px;
    font-weight: 700;
    line-height: 23px;
    margin-top: 0;
    margin-bottom: 10px;
}

.thematic-map .map-card .map-card-content p {
	font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    white-space: normal;
}

.thematic-map .map-card .map-card-content a {
    text-align: right;
    margin-top: 15px;
    display: block;
}

.thematic-map .slider-cont {
    position: relative;
}

.thematic-map .slider-cont .glide__arrows button {
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.thematic-map .slider-cont .glide__arrows {
    min-width: 365px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translateX(-50%);
}

.thematic-map .slider-cont .glide__arrows img {
    width: 19px;
    height: 40px;
}


.thematic-map .glide__slides {
  	transition: none !important;
}


.thematic-map .glide__slides > div {
	opacity: 0;
	transition: opacity 300ms ease-in-out;
	
}

.thematic-map .glide__slides > div.glide__slide--active {
	opacity: 1;
}

.thematic-map svg .transition {
    transition: fill 300ms ease-in-out;
}

.thematic-map svg .pointer {
    cursor: pointer;
}

@media (min-width: 40em) {
    .thematic-map {
        max-width: 600px;
        margin: 0 auto;
    }

    .thematic-map .map-mobile {
        display: none;
    }

    .thematic-map .map-desktop {
        display: block;
        position: relative;
        max-width: 1000px;
        margin: 0 auto;
    }

    .thematic-map .map-text {
        max-width: none;
        margin: 0 20px;
    }

    .thematic-map .map-desktop .map-inset {
        height: 120px;
        width: 120px;
        position: absolute;
        top: -30px;
        right: 20px;
        z-index: 9;
    }

    .thematic-map .map-north {
        left: 80px;
        width: 65px;
        height: 65px;
        top: 180px;
        z-index: 9;
    }

    .thematic-map .slider-cont {
        bottom: 0px;
        max-width: 600px;
    }

    .thematic-map .map-card {
        max-width: 600px;
    }

    .thematic-map .card-bg {
        border-top-left-radius: 20px;
        border-top-right-radius: 37.5px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 37.5px;
        background-color: #00838A;
        height: 390px;
        width: 600px;
        bottom: 0px;
        position: absolute;
        left: 0;
        transform: translateX(0%);
    }

    .thematic-map .map-card .map-card-img {
        border-top-left-radius: 20px;
        border-top-right-radius: 37.5px;
    }
    
    .thematic-map .map-card .map-card-content {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 37.5px;
    }

    .thematic-map .slider-cont .glide__arrows {
        min-width: 630px;
        margin-left: 0;
        top: 65%;
    }
}

@media (min-width: 64em) {
    .thematic-map {
        max-width: 1000px;
        margin: 0 auto;
    }

    .thematic-map .map-text {
        max-width: 690px;
        margin-left: 0;
    }

    .thematic-map .map-title {
        font-size: 55px;
    }

    .thematic-map .map-desc {
        font-size: 16px;
    }

    .thematic-map .map-desktop .map-inset {
        height: 230px;
        width: 230px;
        position: absolute;
        top: -70px;
        right: 40px;
        z-index: 9;
    }

    .thematic-map .slider-cont {
        position: absolute;
        bottom: 0px;
        max-width: 260px;
        margin-left: 15px;
    }

    .thematic-map .map-card {
        max-width: 260px;
    }

    .thematic-map .card-bg {
        border-top-left-radius: 20px;
        border-top-right-radius: 37.5px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 37.5px;
        background-color: #00838A;
        height: 380px;
        width: 260px;
        bottom: 0px;
        margin-left: 15px;
        position: absolute;
    }

    .thematic-map .map-card .map-card-img {
        border-top-left-radius: 20px;
        border-top-right-radius: 37.5px;
    }
    
    .thematic-map .map-card .map-card-content {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 37.5px;
    }

    .thematic-map .slider-cont .glide__arrows {
        min-width: 295px;
        margin-left: 0;
        top: 65%;
    }
}

@media (min-width: 90em) {
    .thematic-map {
        max-width: 1400px;
        margin: 0 auto;
    }

    .thematic-map .map-desktop {
        max-width: 1400px;
    }

    .thematic-map .map-desktop .map-inset {
        height: 280px;
        width: 280px;
    }

    .thematic-map .map-north {
        left: 80px;
        width: 85px;
        height: 85px;
        top: 200px;
        z-index: 9;
    }

    .thematic-map .slider-cont {
        position: absolute;
        bottom: 70px;
        max-width: 420px;
        margin-left: 0;
    }

    .thematic-map .map-card {
        max-height: 440px;
        max-width: 420px;
    }

    .thematic-map .card-bg {
        border-top-left-radius: 20px;
        border-top-right-radius: 37.5px;
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 37.5px;
        background-color: #00838A;
        height: 415px;
        width: 420px;
        bottom: 70px;
        position: absolute;
        margin-left: 0;
    }

    .thematic-map .slider-cont .glide__arrows {
        min-width: 455px;
        margin-left: 0;
        top: 65%;
    }
}