<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mapbox {
	position: relative;
	width: -webkit-fit-content;
}

.mapbox img {
	width: 100%;
}

.spanbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: rgba(0, 0, 0, 0.5); */
}

div[class^=dotbox] {
	position: absolute;
}

div[class^=dotbox] .dotname {
	font-size: 12px;
	width: 40px;
	margin-right: 20px;
	padding-bottom: 10px;
}

div[class^=dotbox] .dot span {
	display: block;
	background-color: #DC0809;
	border-radius: 50%;
	margin: auto;
	position: absolute;
}

div[class^=dotbox] .dot .dotspan {
	width: 8px;
	height: 8px;
	bottom: 0;
	left: 0;
}



.plus-1 {
	opacity: 0.5;
	width: 20px;
	height: 20px;
	bottom: -5px;
	left: -5px;-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.plus-2 {
	opacity: 0.2;
	width: 30px;
	height: 30px;
	bottom: -10px;
	left: -10px;-webkit-animation: warn 2s ease-out both;
	-moz-animation: warn 2s ease-out both;
	-o-animation: warn 2s ease-out both;
	animation: warn 2s ease-out both;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

@-webkit-keyframes warn {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-moz-keyframes warn {
	0% {
		-moz-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-moz-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@-o-keyframes warn {
	0% {
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

@keyframes warn {
	0% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		-o-transform: scale(0);
		transform: scale(0);
		opacity: 1
	}

	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
		opacity: 0
	}
}

.plus-1 {
	-webkit-animation-delay: .4s;
	-moz-animation-delay: .4s;
	-o-animation-delay: .4s;
	animation-delay: .4s
}



.plus-2 {
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	animation-delay: 1.2s
}

.dotbox-1 {
	top: 168px;
	left: 194px;
}
.dotbox-2 {
	top: 220px;
	left: 210px;
}
.dotbox-3 {
	top: 438px;
	left: 390px;
}
.dotbox-4 {
	top: 167px;
	left: 555px;
}

.dotbox-5{
	top: 306px;
	left: 811px;
}
.dotbox-6 {
	top: 157px;
	left: 849px;
}
.dotbox-7 {
	top: 254px;
	left: 910px;
}
.logopart{
	margin-top: 50px;
}
.logopart img{
	padding: 5px;
	margin: 30px 0 0 0;
}

@media (max-width: 414px) {
.logopart{
	padding: 0 10px;
}
.mapbox {
    width: 320px;
    margin: 20px auto 0px auto;
}
.dotbox-1 {
    top: 28px;
    left: 50px;
}

.dotbox-2 {
    top: 48px;
    left: 58px;
}
.dotbox-3 {
    top: 100px;
    left: 102px;
}
.dotbox-4 {
    top: 27px;
    left: 143px;
}

.dotbox-5{
	    top: 64px;
	    left: 214px;
}
.dotbox-6 {
    top: 23px;
    left: 229px;
}
.dotbox-7 {
    top: 53px;
    left: 243px;
}
.logopart {
    margin-top: 15px;
}
.logopart img {
    margin: 0px 0 0 0;
}
}</pre></body></html>