#interactive-map-container 
{
position:  relative;
margin-bottom: -150px;
}
#interactive-map-container svg 
{
width: 100%;
height: auto;
}
#interactive-map-container svg text 
{
font-family: 'Tungsten Medium';
}
#interactive-map-container text 
{
pointer-events: none;
}
#interactive-map-modal
{
position: absolute;
background: white;
width: 180px;
height: 180px;
border-radius: 20px;
box-shadow: 0px 20px 20px #0000001f;
display: flex;
justify-content: center;
align-items: center;
visibility: hidden;
z-index: 10;
}
#interactive-map-modal:after
{
content: '';
position: absolute;
width: 0px;
height: 0px;
bottom: -15px;
margin-left: -25px;
left: 50%;
border-top: solid 25px white;
border-left: solid 25px transparent;
border-right: solid 25px transparent;
}
.interactive-map-modal-icon
{
max-width: 100px;
max-height: 100px;
object-fit: contain;
}
.interactive-map-fragment:hover
{
fill: #04AEEF; cursor: pointer;
}
#interactive-map-button-levelP,
#interactive-map-button-level0,
#interactive-map-button-level1 
{
background: none;
font-size: 60px;
font-family: 'Tungsten Medium';
border-radius: 0px;
text-transform: uppercase;
}
#interactive-map-button-levelP span,
#interactive-map-button-level0 span,
#interactive-map-button-level1 span
{
color: #B1B1B1;
}
#interactive-map-button-levelP.interactive-map-level-active span,
#interactive-map-button-level0.interactive-map-level-active span,
#interactive-map-button-level1.interactive-map-level-active span
{
color: #00AEEF;
border-bottom: 5px solid #00AEEF;
} 
#interactive-map-button-container 
{
position: absolute;
}
div#interactive-map-modal-container 
{
display: flex;
flex-direction: column;
justify-content: space-evenly;
height: 100%;
}
@media only screen and (max-width: 850px) {
#interactive-map-button-container
{
position: unset;
margin-bottom: -25px;
}
#interactive-map-button-container > .fusion-column-wrapper.fusion-flex-justify-content-flex-end.fusion-content-layout-row
{
justify-content: center;
}
#interactive-map-button-levelP,
#interactive-map-button-level0,
#interactive-map-button-level1 
{
font-size: 40px;
}
}