.map-wrap{position:relative}.map,.map-wrap{width:100%;height:100%}.map{position:absolute}.unselectable{-webkit-user-select:none;-moz-user-select:none;user-select:none}.levelChangerContainer{display:flex;justify-content:center;align-items:center;border-radius:50px}.noBullet{list-style:none}.circle{box-sizing:border-box;border-radius:50%;width:40px;height:40px;display:flex;justify-content:center;align-items:center;background-color:rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px;font-weight:700}.backgroundDark{background-color:rgba(75,88,99,.5);color:white}.backgroundLight{background-color:rgba(254,255,255,.8);color:black}.backgroundLighter{background-color:rgba(254,255,255,.5);color:black}.middleContainer{padding-left:10px;padding-right:10px;min-width:80px}.cursorPointer{cursor:pointer}.levelList{padding-left:10px;padding-right:10px;max-height:20dvh;overflow-y:auto;display:inline-block;position:absolute;left:50%;transform:translate(-50%);min-width:50%;padding-bottom:5px;border-radius:0 0 15px 15px}.fatText{font-weight:700}.largeText{font-size:large}.hide{display:none}.borderRadiusRound{border-radius:50%}.levelText{text-align:center}#animatedMarker{animation:animatedMarker__ts .5s linear 1 normal forwards}@keyframes animatedMarker__ts{0%{transform:translate(32.403658px,31.703885px) scale(.5);animation-timing-function:ease-in}50%{transform:translate(32.403658px,31.703885px) scale(1.18);animation-timing-function:cubic-bezier(.5,.005,.495,1)}to{transform:translate(32.403658px,31.703885px) scale(1)}}#anotherAnimation{animation:anotherAnimation__ts .5s linear 1 normal forwards}@keyframes anotherAnimation__ts{0%{transform:translate(35px,35px) scale(1)}30%{transform:translate(35px,35px) scale(1)}to{transform:translate(35px,35px) scale(.5)}}#otherAnimation{animation-name:otherAnimation_f_p,otherAnimation_f_o;animation-duration:.5s;animation-fill-mode:forwards;animation-timing-function:linear;animation-direction:normal;animation-iteration-count:1}#secondAnimation{filter:drop-shadow(0 0 2px rgba(0,0,0,.2))}@keyframes otherAnimation_f_o{0%{fill-opacity:1}6%{fill-opacity:1}to{fill-opacity:1}}#forthAnimation_ts{animation:thirdAnimation .5s linear 1 normal forwards}@keyframes thirdAnimation{0%{transform:translate(15.897637px,15.897637px) scale(1)}14%{transform:translate(15.897637px,15.897637px) scale(1)}to{transform:translate(15.897637px,15.897637px) scale(.7)}}#forthAnimation{animation:innerCircle .5s linear 1 normal forwards}@keyframes innerCircle{0%{fill:rgb(255,255,255)}to{fill:rgb(255,255,255)}}#animatedMarker2{animation:buildUp .2s ease-out 1 forwards}@keyframes buildUp{0%{transform:scale(.1);opacity:0}to{transform:scale(1.2);opacity:1}}