/* Images */
/* Spacings */

.img-products-and-services {
  max-width: 467px;
}
.img-products-and-services:after {
  padding-bottom: 78.58672377%;
}
.img-global-networks-maps {
  max-width: 950px;
}
.img-global-networks-maps:after {
  padding-bottom: 38.42105263%;
}
.img-user-satisfaction {
  max-width: 780px;
}
.img-user-satisfaction:after {
  padding-bottom: 66.15384615%;
}
.img-g2-best-software-awards {
  max-width: 1200px;
}
.img-g2-best-software-awards:after {
  padding-bottom: 52.33333333%;
}
.img-flag {
  height: 24px;
  width: 36px;
  border: 1px solid #cccccc;
}
.image-caption {
  font-style: italic;
  margin-top: var(--spacing-lg, 0.75rem);
  margin-bottom: 0;
}
.partner-info li:not(:last-child) {
  margin-bottom: var(--spacing-md, 0.5rem);
}
.partner-info .partner-link .material-icons-outlined {
  margin-left: 5px;
}
#map-wrapper {
  height: 460px;
}
#map-canvas {
  width: 100%;
  height: 100%;
}
.google-map-infobox {
  display: block;
  width: 240px;
  text-align: left;
  height: auto;
  background: #333b43;
  color: #fff;
  padding: var(--spacing-2xl, 1.25rem);
  box-sizing: border-box;
  margin-bottom: var(--spacing-2xl, 1.25rem);
  font-size: var(--font-size-sm, 0.875rem);
  line-height: var(--line-height-sm, 1.25rem);
  border-radius: 0px;
  -webkit-box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.6);
  box-shadow: 0 8px 12px -6px rgba(0, 0, 0, 0.6);
}
.google-map-infobox h5 {
  color: #fff;
}
.google-map-infobox p {
  margin: 0;
  padding: 4px 0;
  line-height: 20px;
}
.google-map-infobox b,
.google-map-infobox .google-map-container strong {
  color: #fff;
}
.google-map-infobox a {
  color: #bad632;
}
.google-map-infobox a:hover {
  color: #fff;
}

