<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*==================  GOOGLE MAP  ======================*/
.map {
  margin-top: 10px;
}
.map_model {
  height: 1300px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 1300px;
  }
}
@media (max-width: 767px) {
  .map_model {
    height: 1300px;
  }
}
.map_locations {
  display: none;
}

.map a {

}

.map_desc img {
 border-radius: 3px;
    float: left;
    height: 100px;
    margin: 5px 10px 0 0;
    width: 100px;
}

.map_desc h2 {
  float: left;
  font-size: 16px !important;
  margin: 0;
  width: 180px;
  line-height:19px;
  color: #999999;
  letter-spacing:0px;
  
}

.map_desc p {
  float: left;
  font-size: 13px;
  margin: 0;
}

div.map_desc {
    width:300px;
}</pre></body></html>