@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:wght@200..900&display=swap");

.source-sans-3-light {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.source-sans-3-regular {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.source-sans-3-medium {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

#pz-globe-wrapper {
  font-family: "Source Sans 3", Arial, Helvetica, sans-serif !important;
  font-size: 14px !important;
  font-weight: 300 !important;
  font-optical-sizing: auto !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* .tooltip {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 2;
  background-color: white;
  padding: 20px;
  border-radius: 5px;
  display: none;
} */
#pz-globe-wrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 500px;
  max-height: 750px;
  display: block;
}

#pz-globe-wrapper .globe-gradient {
  position: absolute;
  width: 100%;
  height: 35%;
  bottom: 0;
  left: 0;
  z-index: 7;
  pointer-events: none;
  background: linear-gradient(
    0deg,
    #ede9ea 44.01%,
    rgba(237, 233, 234, 0) 100%
  );
}

#pz-globe-wrapper .tooltip {
  position: absolute;
  background-color: white;
  color: #330a12;
  padding: 1.5rem 1.25rem 2rem;
  border-radius: 0;
  font-size: 14px;
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  box-shadow: 5px 20px 50px -15px rgba(34, 10, 18, 0.2);
  max-width: 250px;
}

#pz-globe-wrapper .close-btn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  color: #822a3a;
  font-size: 20px;
  cursor: pointer;
  padding: 10px;
  line-height: 16px;
}

#pz-globe-wrapper .tooltip .location {
  font-size: 18px;
  font-size: 1.25rem;
  line-height: 1.563rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 0.5rem;
  color: #330a12;
}

#pz-globe-wrapper .tooltip .title {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25rem;
  margin: 0 0 0.5rem;
  font-style: normal;
  font-weight: 400;
  color: #822a3a;
}

#pz-globe-wrapper .tooltip .address,
#pz-globe-wrapper .tooltip .contacts {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.313rem;
}

#pz-globe-wrapper .tooltip .contacts a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #822a3a;
  text-decoration: none;
}

#pz-globe-wrapper .tooltip .contacts a:hover {
  color: #822a3a;
}

#pz-globe-wrapper .tooltip .contacts > svg {
  width: 16px;
  height: 16px;
}

#pz-globe-wrapper .tooltip .contacts {
  border-top: 1px solid #e9e9e9;
  padding-top: 1rem;
  margin: 1rem 0 0;
}

#pz-globe-wrapper .tooltip .pinpoint {
  position: absolute;
  bottom: -1.1rem;
  left: 50%;
  margin-left: -1.094rem;
  position: absolute;
  text-align: center;
  width: 2.188rem;
}