@charset "UTF-8";
.map .tooltip__instructors {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.map .tooltip__country {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 680;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

@font-face {
  font-family: "Florencesans";
  src: url("../fonts/florencesans.ttf") format("ttf");
  font-weight: 400;
  font-display: swap;
}
.map .container.two-columns:first-child {
  align-items: end;
}
.map .content-wrapper__text p .link {
  display: inline;
}
.map .badge {
  width: fit-content;
  flex-direction: column;
  align-items: flex-start;
  font-size: 14px;
  line-height: 20px;
  gap: 18px;
}
.map .badge ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.map .badge li {
  display: flex;
  gap: 6px;
}
.map .badge li::before {
  content: "•";
}
.map .map-designations {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.map .map-designations--members,
.map .map-designations--observers {
  display: flex;
  gap: 6px;
  align-items: center;
}
.map .map-designations--members::before,
.map .map-designations--observers::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
}
.map .map-designations--members::before {
  background-color: #1E338D;
}
.map .map-designations--observers::before {
  background-color: #939DC9;
}
.map .svg-map {
  position: relative;
  margin-top: 48px;
}
.map .svg-map svg {
  position: relative;
  width: 100%;
  height: auto;
}
.map .svg-map svg path {
  fill: #D2D6E8;
}
.map .svg-map svg .member path {
  fill: #1E338D;
}
.map .svg-map svg .observer path {
  fill: #939DC9;
}
.map .svg-map a.member:hover path,
.map .svg-map a.observer:hover path {
  transition: fill 0.3s;
  fill: #132356;
}
.map .svg-tooltip {
  position: fixed;
  max-width: 300px;
  pointer-events: none;
  z-index: 1000;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 0.15s ease, transform 0.15s ease;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.map .svg-tooltip.visible {
  opacity: 1;
  transform: translateY(0);
}
.map .tooltip__header {
  display: flex;
  align-items: center;
  gap: 12px;
}
.map .tooltip__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.map .tooltip__country {
  font-size: 28px;
}
.map .tooltip__flag {
  min-width: 36px;
  width: 100%;
  height: 36px;
  border: 1px solid #D2D6E8;
  border-radius: 36px;
  flex: 0 1;
}
.map .tooltip__flag img {
  width: 100%;
  height: auto;
}
.map .tooltip__status {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
  padding: 4px 6px;
  font-size: 12px;
  line-height: 1;
  border-radius: 4px;
  background-color: #EFF1F4;
  color: #132356;
}
.map .tooltip__status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
}
.map .tooltip__status--member::before {
  background-color: #1E338D;
}
.map .tooltip__status--observer::before {
  background-color: #939DC9;
}
.map .tooltip__association {
  font-size: 14px;
  line-height: 1.4;
}
.map .tooltip__instructors {
  font-size: 16px;
}

/*# sourceMappingURL=map.css.map */
