@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500&display=swap");
.block--map {
  padding-top: 100px;
  padding-bottom: 120px;
}
.block--map .description p {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 42px;
  color: #292573;
  margin-bottom: 40px;
}
.block--map a.right-secondary-link {
  margin-bottom: 50px;
  target: window;
}
.block--map .map {
  padding-top: 50px;
}
.block--map .map svg path:not(#overig) {
  cursor: pointer;
}
.block--map .map svg path:not(#overig).active, .block--map .map svg path:not(#overig):hover {
  fill: #452473 !important;
  stroke: #452473 !important;
}
.block--map .map svg path:not(#overig)#Fill-13 {
  fill: #bfbed5 !important;
  stroke: #bfbed5 !important;
}
.block--map .region-country .region {
  display: none;
  border-top: 1px solid #d9d9d9;
  padding-top: 30px;
}
.block--map .region-country .region .region-name {
  text-transform: uppercase;
  font-weight: 700;
  color: #292573;
  line-height: 36px;
  font-size: 36px;
}
.block--map .region-country .region .number-count {
  text-transform: uppercase;
  font-weight: 700;
  color: #292573;
  font-size: 48px;
}
.block--map .region-country .region .number-count span {
  display: block;
  color: #9B9BA4;
  font-size: 14px;
}
.block--map .region-country .region .number-count.events {
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 30px;
}
.block--map .region-country .region .cta {
  margin-top: 15px;
}
.block--map .region-country .region .cta .go-button {
  background: url("../../img/arrows/right-white.svg") no-repeat center #fd7e14;
  width: 45px;
  position: relative;
  top: 19px;
  display: inline-block;
  margin-right: 10px;
  border-radius: 100%;
  height: 45px;
}
.block--map .region-country .region .cta a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.block--map .region-country .region .cta a :hover {
  text-decoration: none;
}
.block--map .region-country .region.active {
  display: block;
}

@media screen and (max-width: 767px) {
  .block--map {
    padding: 40px 0 45px 0;
  }
  .block--map .description p {
    font-size: 20px;
    line-height: 32px;
  }
  .block--map .map {
    margin-bottom: 40px;
    padding-top: 0;
  }
  .block--map .region-country .region .region-name {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 30px;
  }
  .block--map .region-country .region .number-count {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    margin-bottom: 30px;
  }
  .block--map .region-country .region .number-count span {
    font-size: 14px;
    font-weight: 600;
    line-height: 26px;
  }
  .block--map .region-country .region .cta {
    margin-top: -15px;
  }
}/*# sourceMappingURL=block--map.css.map */