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