@keyframes gp-runner-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-33.333%);
  }
}
.global-presence-block {
  background-color: #FFFFFF;
  position: relative;
  z-index: 10;
}
.global-presence-block__header {
  padding-top: clamp(48px, 4.44vw, 64px);
  padding-bottom: 0;
  overflow: hidden;
}
.global-presence-block__label-wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.global-presence-block__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f09620;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 6px;
}
.global-presence-block__runner {
  overflow: hidden;
  white-space: nowrap;
}
.global-presence-block__runner-track {
  display: inline-flex;
  white-space: nowrap;
  animation: gp-runner-scroll 60s linear infinite;
}
.global-presence-block__runner-text {
  font-family: "Integral CF", "Helvetica Neue", sans-serif;
  font-size: clamp(48px, 6.67vw, 96px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  color: #231f20;
  white-space: nowrap;
  flex-shrink: 0;
}
.global-presence-block__map {
  position: relative;
  height: clamp(300px, 46.3vw, 667px);
  margin-top: 2rem;
  overflow: hidden;
  background: radial-gradient(ellipse 60% 55% at 78% 15%, rgba(210, 232, 242, 0.85) 0%, transparent 60%), linear-gradient(150deg, #4d93b3 0%, #6aaec9 40%, #9fcad5 100%);
}
.global-presence-block__globe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.global-presence-block__card-wrap {
  position: absolute;
  z-index: 2;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
}
.global-presence-block__card {
  pointer-events: auto;
}
.global-presence-block__card-inner {
  position: relative;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-radius: 24px 24px 24px 24px;
  padding: clamp(24px, 2.78vw, 40px);
  width: clamp(260px, 38.06vw, 548px);
}
.global-presence-block__card-title {
  font-family: "Integral CF", "Helvetica Neue", sans-serif;
  font-size: clamp(20px, 2.22vw, 32px);
  font-weight: 400;
  line-height: 1.1;
  text-transform: uppercase;
  color: #231f20;
  margin-bottom: 12px;
}
.global-presence-block__card-body {
  font-family: "Inter", -apple-system, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  margin-bottom: 28px;
}
.global-presence-block__card-cta {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  background-color: #231f20;
  color: #fff;
  font-family: "Inter", -apple-system, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  text-decoration: none;
  padding: 4px 4px 4px 16px;
  border-radius: 16px;
  transition: opacity 0.2s ease;
}
.global-presence-block__card-cta:hover, .global-presence-block__card-cta:focus {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.global-presence-block__card-cta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 31px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 13px;
  flex-shrink: 0;
}

/*# sourceMappingURL=global-presence-block.css.map */