@-webkit-keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #0080ff;
  }
  100% {
    box-shadow: 0px 0px 0px 7px rgba(52, 106, 180, 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0px 0px 0px 0px #0080ff;
  }
  100% {
    box-shadow: 0px 0px 0px 7px rgba(52, 106, 180, 0);
  }
}


#map {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.gdot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-animation: gr-pulse 1.5s infinite ease-out;
  animation: gr-pulse 1.5s infinite ease-out;
  background: #0080ff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
}

.gdot:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
}

.gdot:nth-child(odd) {
  -webkit-animation: pulse-gr 1.5s infinite ease-out 0.3s;
  animation: pulse-gr 1.5s infinite ease-out 0.3s;
}

.gdot-1 {
  top: 42%;
  left: 69%;
}

.gdot-2 {
  top: 45%;
  left: 76.5%;
}

.gdot-3 {
  top: 40%;
  left: 72.5%;
}

.gdot-4 {
  top: 63.5%;
  left: 19%;
}

.gdot-5 {
  top: 19%;
  left: 43.5%;
}

.gdot-6 {
  top: 65%;
  left: 27%;
}

.gdot-7 {
  top: 51%;
  left: 46%;
}

.gdot-8 {
  top: 36%;
  left: 65%;
}

.gdot-9 {
  top: 35%;
  left: 78%;
}

.gdot-10 {
  top: 18.5%;
  left: 46.25%;
}

.gdot-11 {
  top: 56.5%;
  left: 18%;
}

.gdot-12 {
  top: 51%;
  left: 22%;
}

.gdot-13 {
  top: 44%;
  left: 18%;
}

.gdot-14 {
  top: 28%;
  left: 54%;
}

.gdot-15 {
  top: 39.5%;
  left: 19%;
}

.gdot-16 {
  top: 26.5%;
  left: 48.5%;
}

.gdot-17 {
  top: 28%;
  left: 43%;
}

.gdot-18 {
  top: 35%;
  left: 56%;
}

.gdot-19 {
  top: 53%;
  left: 77.25%;
}

.gdot-20 {
  top: 13%;
  left: 47%;
}

.gdot-21 {
  top: 13%;
  left: 50.5%;
}

.gdot-22 {
  top: 23%;
  left: 44%;
}

.gdot-23 {
  top: 59%;
  left: 83.5%;
}

.gdot-24 {
  top: 51%;
  left: 42%;
}

.gdot-25 {
  top: 30%;
  left: 50.5%;
}

.gdot-26 {
  top: 76%;
  left: 21.5%;
}

.gdot-27 {
  top: 40%;
  left: 83%;
}

.gdot-28 {
  top: 29%;
  left: 76%;
}

.gdot-29 {
  top: 30.5%;
  left: 86.5%;
}

.gdot-30 {
  top: 50.5%;
  left: 56.5%;
}

.gdot-31 {
  top: 47.5%;
  left: 38.5%;
}

.gdot-32 {
  top: 51.5%;
  left: 43.5%;
}

.gdot-33 {
  top: 30.5%;
  left: 83.5%;
}

.gdot-34 {
  top: 40%;
  left: 11%;
}

.gdot-35 {
  top: 22%;
  left: 54%;
}

.gdot-36 {
  top: 45%;
  left: 14.5%;
}

.gdot-37 {
  top: 48%;
  left: 79%;
}

.gdot-38 {
  top: 52%;
  left: 19.5%;
}

.gdot-39 {
  top: 51%;
  left: 22%;
}

.gdot-40 {
  top: 80%;
  left: 24%;
}

.gdot-41 {
  top: 37%;
  left: 70%;
}

.gdot-42 {
  top: 19%;
  left: 16%;
}

.gdot-43 {
  top: 20%;
  left: 45.5%;
}

.gdot-44 {
  top: 15%;
  left: 48.5%;
}

.gdot-45 {
  top: 19%;
  left: 42%;
}

.gdot-46 {
  top: 23%;
  left: 62.5%;
}

.gdot-47 {
  top: 57.5%;
  left: 47%;
}

.gdot-48 {
  top: 17%;
  left: 47%;
}

.gdot-49 {
  top: 42%;
  left: 74.5%;
}

.gdot-50 {
  top: 33.5%;
  left: 55%;
}

.gdot-51 {
  top: 40%;
  left: 58%;
}

.gdot-52 {
  top: 23%;
  left: 47%;
}

.gdot-53 {
  top: 23%;
  left: 45.5%;
}

.gdot-54 {
  top: 52%;
  left: 41%;
}

@media (min-width: 768px) {
  .gdot {
    width: 16px;
    height: 16px;
  }

  .gdot:before {
    width: 4px;
    height: 4px;
  }

  @-webkit-keyframes gr-pulse {
    0% {
      box-shadow: 0px 0px 0px 0px #346ab4;
    }
    100% {
      box-shadow: 0px 0px 0px 10px rgba(57, 182, 74, 0);
    }
  }
  @keyframes gr-pulse {
    0% {
      box-shadow: 0px 0px 0px 0px #346ab4;
    }
    100% {
      box-shadow: 0px 0px 0px 10px rgba(57, 182, 74, 0);
    }
  }
}
.cie-num-bg {
  width: 100%;
  color: #fff;
  text-align: center;
  background-size: cover;
  min-height: 50em;
  background-position: left top;
}

.map-key {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 80%;
  margin: 0 auto;
  padding: 0 3em;
  padding: 0 3em 5em;
  grid-gap: 3em;
}