.home-service-map {
  box-sizing: border-box;
  position: relative;
  padding: 80px 15px 49px;
  overflow: hidden;
  color: var(--color-white);
  background: #101214;
  font-family: Roboto, Arial, sans-serif;
}
.home-service-map *,
.home-service-map *::before,
.home-service-map *::after {
  box-sizing: border-box;
}
.home-service-map__header {
  width: 100%;
  max-width: 1368px;
  margin: 0 auto;
  margin-bottom: 46px;
  text-align: center;
}
.home-service-map__eyebrow, .home-service-map__title, .home-service-map__description {
  margin-top: 0;
  text-align: center;
}
.home-service-map__eyebrow {
  margin-bottom: 0;
  color: var(--color-base);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}
.home-service-map__title {
  margin-bottom: 8px;
  color: var(--color-white);
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}
.home-service-map__description {
  margin-bottom: 0;
  color: #5c5c5c;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}
.home-service-map__map-region, .home-service-map__map-frame {
  width: 100%;
}
.home-service-map__map-frame {
  position: relative;
  max-width: 1218px;
  margin: 0 auto;
  overflow: hidden;
  background: #1f1f1f;
}
.home-service-map__canvas {
  width: 100%;
  height: 450px;
  background: #1f1f1f;
}
.home-service-map__status {
  position: absolute;
  inset: 0;
  display: grid;
  min-height: 100%;
  padding: 24px;
  place-items: center;
  color: #f5f5f5;
  background: rgba(16, 18, 20, 0.88);
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.home-service-map[data-map-state=ready] .home-service-map__status {
  display: none;
}
.home-service-map .gm-style .gm-style-iw-c,
.home-service-map .gm-style .gm-style-iw-d {
  color: #101214;
}

@media (max-width: 767.98px) {
  .home-service-map {
    padding: 32px 0 0;
    background: #242424;
  }
  .home-service-map__header {
    margin-bottom: 32px;
    padding: 0 15px;
  }
  .home-service-map__eyebrow {
    color: var(--color-base);
    font-size: 14px;
    line-height: 22.4px;
  }
  .home-service-map__title {
    max-width: 312px;
    margin-right: auto;
    margin-left: auto;
    font-size: 32px;
    font-weight: 500;
    line-height: 38.4px;
    text-transform: none;
  }
  .home-service-map__map-region {
    padding: 14px 15px;
  }
  .home-service-map__map-frame {
    max-width: 360px;
  }
}

/*# sourceMappingURL=components-section-location-service-map-style-b811720551d2.f238de66224a3a606be2.css.map */