/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js!./scss/style.scss ***!
  \**************************************************************************************************************************************/
.c-interactiveMap {
  --x-40-map: max(22px + (40 - 22) * ((100vw - 500px) / (1440 - 500)), 22px);
  --y-30-map: 30px;
  --y-20-map: 20px;
  --fz-35-map: 3.5rem;
  --fz-22-map: 2.2rem;
  --fz-20-map: 2rem;
  --fz-17-map: 1.7rem;
  --fz-15-map: 1.5rem;
  --font-family-map: arial;
  --primary-color-map: #888888;
  --secondary-color-map: #222222;
  --text-color-map: #222222;
  --text-color-map-hover: rgba(34, 34, 34, 0.7);
  --color-closed: #dd3c34;
  --color-open: #73bf71;
  --color-partial: #f1bb38;
  --color-other: #0082c6;
  --accessibility-color-map: #fff;
  --accessibility-bg-color-map: rgb(var(--rgb-turquoise));
  --mobile-tab-height: 70px;
}
.c-interactiveMap button {
  appearance: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  font-family: var(--font-family-map);
}

.c-interactiveMap {
  --sidebar-width: 380px;
  --scrollbar-color: #d3d3d3;
  --scrollbar-color-hover: #555;
  --mobile-thumb-height: 30px;
  position: relative;
  display: flex;
  height: calc(var(--vh-map, 1vh) * 100);
  max-height: calc(var(--vh-map, 1vh) * 100);
  overflow: hidden;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-interactiveMap {
    flex-direction: column-reverse;
  }
}
.c-interactiveMap__nav {
  background-color: white;
  width: var(--sidebar-width);
  display: flex;
  flex-direction: column;
  transition: height 300ms ease, border-radius 300ms ease, box-shadow 300ms ease;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (min-width: 769px) {
  .c-interactiveMap__nav {
    height: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__nav {
    width: 100%;
    position: fixed;
    height: 70px;
    z-index: 3;
    border-radius: var(--mobile-thumb-height) var(--mobile-thumb-height) 0 0;
  }
}
.c-interactiveMap__nav.is-fullscreen {
  border-radius: 0;
  box-shadow: none;
}
.c-interactiveMap__nav.dragging {
  transition: border-radius 300ms ease, box-shadow 300ms ease;
}
.c-interactiveMap__nav-drag {
  display: none;
  position: relative;
  height: var(--mobile-thumb-height);
  width: 100%;
  flex-shrink: 0;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.c-interactiveMap__nav-drag::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 4px;
  transform: translate3d(-50%, -50%, 0);
  background-color: var(--scrollbar-color);
  border-radius: 4px;
  transition: background-color 300ms ease;
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__nav-drag {
    display: block;
  }
}
.c-interactiveMap__nav-drag:hover::after {
  background-color: var(--scrollbar-color-hover);
}
.c-interactiveMap__logo-container {
  padding: 0 var(--x-40-map);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__logo-container {
    display: none;
  }
}
.c-interactiveMap__logo {
  max-width: 115px;
  max-height: 100px;
}
.c-interactiveMap__panels {
  height: 100%;
  position: relative;
}
.c-interactiveMap__panel {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: var(--x-40-map);
  padding-right: calc(var(--x-40-map) - 14px);
  padding-bottom: var(--x-40-map);
  overflow-y: scroll;
  transition: transform 300ms ease, opacity 300ms ease;
  opacity: 0;
  transform: translate(-40px, 0);
  pointer-events: none;
}
.c-interactiveMap__panel[data-panel-active] {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: all;
}
.c-interactiveMap__panel::-webkit-scrollbar {
  width: 14px;
}
.c-interactiveMap__panel::-webkit-scrollbar-track {
  border: solid 5px transparent;
  margin-bottom: var(--x-40-map);
}
.c-interactiveMap__panel::-webkit-scrollbar-thumb {
  border-radius: 14px;
  box-shadow: inset 0 0 10px 10px var(--scrollbar-color);
  border: solid 5px transparent;
  overflow: hidden;
  cursor: pointer;
}
.c-interactiveMap__panel::-webkit-scrollbar-thumb:hover {
  box-shadow: inset 0 0 10px 10px var(--scrollbar-color-hover);
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__panel {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__nav:not(.is-fullscreen) .c-interactiveMap__panel {
    overflow-y: hidden;
    padding-right: var(--x-40-map);
  }
}
.c-interactiveMap__panel-mobile-buttons {
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, 30px);
  pointer-events: none;
  transition: opacity 300ms ease, transform 300ms ease;
  background-color: white;
}
.c-interactiveMap__panel-mobile-buttons::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(0deg, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__panel-mobile-buttons {
    display: block;
  }
}
.c-interactiveMap__nav.is-fullscreen .c-interactiveMap__panel-mobile-buttons {
  opacity: 1;
  transform: translate(0, 0);
  pointer-events: all;
}
.c-interactiveMap__mobile-title {
  text-align: center;
  font-size: var(--fz-20-map);
  font-weight: 600;
  position: absolute;
  top: -10px;
  left: var(--x-40-map);
  right: var(--x-40-map);
  pointer-events: none;
  opacity: 0;
  display: none;
  transform: translate(0, 50%);
  transition: opacity 300ms ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.2em;
  color: var(--text-color-map);
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__mobile-title {
    display: block;
  }
}
.c-interactiveMap__nav:not(.is-fullscreen) .c-interactiveMap__mobile-title {
  opacity: 1;
}
.c-interactiveMap__nav.dragging .c-interactiveMap__mobile-title {
  opacity: 0;
}
.c-interactiveMap__main {
  width: calc(100% - var(--sidebar-width));
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__main {
    width: 100%;
    flex-grow: 1;
    padding-bottom: 60px;
  }
}
.c-interactiveMap__ui-top-right {
  position: absolute;
  top: var(--x-40-map);
  right: var(--x-40-map);
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__ui-top-right {
    display: none;
  }
}
.c-interactiveMap__quit-button {
  width: 60px;
  height: 60px;
}
.c-interactiveMap__ui-bottom-right {
  position: absolute;
  bottom: 30px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__ui-bottom-right {
    bottom: auto;
    top: 10px;
    right: 10px;
  }
}
.c-interactiveMap__center-on-location.is-hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__zoom {
    display: none;
  }
}
.c-interactiveMap__ui-bottom-left {
  position: absolute;
  bottom: 30px;
  left: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__ui-bottom-left {
    bottom: auto;
    top: 10px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__cookies-button {
    order: -1;
  }
}
.c-interactiveMap__layers {
  position: relative;
}
.c-interactiveMap__layers::after {
  content: "";
  width: 0;
  position: absolute;
  right: 100%;
  height: 100%;
  top: 0;
}
.c-interactiveMap__layers:hover::after {
  width: 10px;
}
.c-interactiveMap__layers-popup {
  position: absolute;
  right: 100%;
  bottom: 0;
  pointer-events: none;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__layers-popup {
    bottom: auto;
    top: 0;
  }
}
.c-interactiveMap__container {
  height: 100%;
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__container a[title="Open this area in Google Maps (opens a new window)"] {
    bottom: 10px !important;
    position: relative;
  }
  .c-interactiveMap__container > div > .gm-style > div:last-child > div:first-child > * {
    bottom: 16px !important;
    position: relative;
  }
}
.c-interactiveMap__mobile-header {
  display: none;
  position: relative;
  z-index: 3;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 768px) {
  .c-interactiveMap__mobile-header {
    display: block;
  }
}
.c-interactiveMap__nav-drag:focus-visible {
  outline: 2px solid var(--accessibility-color-map);
  border-radius: 30px 30px 0 0;
  background: var(--accessibility-bg-color-map);
}
.c-interactiveMap__nav-drag:focus-visible::after {
  background-color: var(--accessibility-color-map);
}

.no-overscroll {
  overscroll-behavior: none;
}

.gm-style iframe + div {
  border: none !important;
}

.c-map-pin {
  --size: 26px;
  --bg-color: var(--primary-color-map);
  --bg-color-hover: var(--bg-color) linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(0,0,0,0.2) 100%);
  --bg-color-active: rgb(var(--secondary-color-map));
  --border-color: white;
  --border-width: 3px;
  --icon-size: 16px;
  --icon-color: white;
}
.c-map-pin--cluster {
  --size: 40px;
}
.c-map-pin--with-icon {
  --size: 32px;
}

.c-map-pin {
  position: absolute;
  transform: translate(-50%, -50%);
}
.c-map-pin__bullet {
  height: var(--size);
  width: var(--size);
  display: block;
}
.c-map-pin__bullet::before, .c-map-pin__bullet::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease, background-color 0.3s ease;
  pointer-events: none;
}
.c-map-pin__bullet::before {
  height: 100%;
  width: 100%;
  background-color: var(--border-color);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
}
.c-map-pin__bullet::after {
  height: calc(100% - var(--border-width) * 2);
  width: calc(100% - var(--border-width) * 2);
  background-color: var(--bg-color);
}
.c-map-pin__inner {
  position: relative;
  height: var(--size);
  width: var(--size);
  display: block;
  border: 0;
  cursor: pointer;
}
.c-map-pin__inner::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  z-index: 1;
}
.c-map-pin__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--icon-size);
  height: var(--icon-size);
  z-index: 99;
}
.c-map-pin__icon--stroke {
  fill: none;
  stroke-width: 1.5;
  stroke: var(--icon-color);
}
.c-map-pin__icon--fill {
  fill: var(--icon-color);
  stroke-width: 0;
  stroke: transparent;
}
.c-map-pin__popup {
  position: absolute;
  left: 50%;
  top: calc(100% + 15px);
  transition: opacity 300ms ease, transform 300ms ease;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 20px);
}
.c-map-pin__popup--kml {
  transform: translate(-50%, calc(50% - 20px));
}
.c-map-pin--show-popup {
  z-index: 99999;
}
.c-map-pin--show-popup .c-map-pin__popup {
  opacity: 1;
  pointer-events: all;
  transform: translate(-50%, 0);
}
.c-map-pin--show-popup .c-map-pin__popup--kml {
  transform: translate(-50%, -50%);
}
.c-map-pin--closed .c-map-pin__inner::after, .c-map-pin--open .c-map-pin__inner::after, .c-map-pin--partial .c-map-pin__inner::after, .c-map-pin--other .c-map-pin__inner::after {
  content: "";
}
.c-map-pin--closed .c-map-pin__inner::after {
  background-color: var(--color-closed);
}
.c-map-pin--open .c-map-pin__inner::after {
  background-color: var(--color-open);
}
.c-map-pin--partial .c-map-pin__inner::after {
  background-color: var(--color-partial);
}
.c-map-pin--other .c-map-pin__inner::after {
  background-color: var(--color-other);
}
.c-map-pin__count {
  position: absolute;
  z-index: 5;
  color: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 15px;
  font-weight: 600;
}
.c-map-pin:hover .c-map-pin__bullet::after {
  background: var(--bg-color-hover);
}
.c-map-pin__bullet:hover::after {
  transform: translate(-50%, -50%) scale(0.9);
}
.c-map-pin--show-popup .c-map-pin__bullet::after, .c-map-pin--show-popup .c-map-pin__bullet:hover::after {
  background: var(--bg-color-hover);
}
.c-map-pin--active {
  pointer-events: none;
}
.c-map-pin--active .c-map-pin__bullet::after, .c-map-pin--active .c-map-pin__bullet:hover::after, .c-map-pin--show-popup .c-map-pin__bullet::after, .c-map-pin--show-popup .c-map-pin__bullet:hover::after, .c-map-pin--show-popup:hover .c-map-pin__bullet::after {
  background-color: var(--bg-color-active);
}
.c-map-pin__bullet:has(:focus-visible)::before {
  background: var(--accessibility-color-map);
}
.c-map-pin__bullet:has(:focus-visible)::after {
  background: var(--accessibility-bg-color-map);
}
.c-map-pin__inner:focus-visible {
  outline: none;
}
.c-map-pin__inner:focus-visible .c-map-pin__icon--stroke {
  stroke: var(--accessibility-color-map);
}
.c-map-pin__inner:focus-visible .c-map-pin__icon--fill {
  fill: var(--accessibility-color-map);
}
.c-map-pin__inner:focus-visible .c-map-pin__count {
  color: var(--accessibility-color-map);
}

.c-map-location-pin {
  --size: 20px;
  --center-size: 14px;
  --bg-color: rgb(var(--secondary-color-map));
  --border-color: white;
  --border-width: 2px;
  position: absolute;
  transform: translate(-50%, -50%);
}
.c-map-location-pin__bullet {
  position: relative;
  width: var(--size);
  height: var(--size);
}
.c-map-location-pin__pin {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--center-size);
  height: var(--center-size);
  background-color: var(--bg-color);
  border: var(--border-width) solid var(--border-color);
  border-radius: 50%;
  z-index: 2;
}
.c-map-location-pin__pulse {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--bg-color);
  border-radius: 50%;
  opacity: 0.8;
  animation: pulse 2s ease-out infinite;
  z-index: 1;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0.8;
  }
  70% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(2);
    opacity: 0;
  }
}
.c-map-categories {
  --text-color: var(--text-color-map);
  --text-color-hover: var(--text-color-map-hover);
  --lines-color: rgba(0,0,0,0.2);
}
.is-fullscreen .c-map-categories {
  pointer-events: all;
}

@media screen and (max-width: 768px) {
  .c-map-categories {
    pointer-events: none;
    padding-top: 10px;
  }
}
.c-map-categories__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 0;
  border-bottom: 1px solid var(--lines-color);
  width: 100%;
}
.c-map-categories__text {
  display: block;
  font-size: var(--fz-20-map);
  line-height: 1.3em;
  font-weight: 500;
  color: rgb(var(--text-color));
  transition: color 300ms ease;
  padding-right: 30px;
  text-align: left;
}
.c-map-categories__item:hover .c-map-categories__text {
  color: var(--text-color-hover);
}
.c-map-categories__arrow {
  width: 15px;
  height: 15px;
  fill: rgb(var(--text-color));
  transition: fill 300ms ease;
  flex-shrink: 0;
}
.c-map-categories__item:hover .c-map-categories__arrow {
  fill: var(--text-color-hover);
}
.c-map-categories__item:focus-visible {
  outline: 5px solid var(--accessibility-bg-color-map);
  outline-offset: 0;
  background-color: var(--accessibility-bg-color-map);
  border-bottom: 1px solid transparent;
}
.c-map-categories__item:focus-visible .c-map-categories__text {
  color: var(--accessibility-color-map);
}
.c-map-categories__item:focus-visible .c-map-categories__arrow {
  fill: var(--accessibility-color-map);
}

.c-map-subcategories {
  --text-color: var(--text-color-map);
  --text-color-hover: var(--text-color-map-hover);
  --lines-color: rgba(0,0,0,0.2);
  --icon-size: 26px;
}
@media screen and (max-width: 768px) {
  .c-map-subcategories {
    padding-top: 40px;
  }
}
.c-map-subcategories__back {
  margin-bottom: var(--y-20-map);
}
.c-map-subcategories__title {
  margin-bottom: var(--y-30-map);
}
.c-map-subcategories__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
}
.c-map-subcategories__icon {
  width: var(--icon-size);
  height: var(--icon-size);
  transition: stroke 300ms ease, fill 300ms ease;
  margin-right: 20px;
  flex-shrink: 0;
}
.c-map-subcategories__icon--stroke {
  fill: none;
  stroke: rgb(var(--text-color));
  stroke-width: 1.5;
}
.c-map-subcategories__item:hover .c-map-subcategories__icon--stroke {
  stroke: var(--text-color-hover);
}
.c-map-subcategories__icon--fill {
  fill: rgb(var(--text-color));
  stroke: transparent;
  stroke-width: 0;
}
.c-map-subcategories__item:hover .c-map-subcategories__icon--fill {
  fill: var(--text-color-hover);
}
.c-map-subcategories__text {
  font-size: var(--fz-17-map);
  line-height: 1.3em;
  font-weight: 500;
  color: rgb(var(--text-color));
  transition: color 300ms ease;
  padding-right: 30px;
  flex-grow: 1;
  text-align: left;
}
.c-map-subcategories__item:hover .c-map-subcategories__text {
  color: var(--text-color-hover);
}
.c-map-subcategories__arrow {
  width: 13px;
  height: 13px;
  fill: rgb(var(--text-color));
  transition: fill 300ms ease;
  flex-shrink: 0;
}
.c-map-subcategories__item:hover .c-map-subcategories__arrow {
  fill: var(--text-color-hover);
}
.c-map-subcategories__item:focus-visible {
  outline: 5px solid var(--accessibility-bg-color-map);
  outline-offset: 0;
  background-color: var(--accessibility-bg-color-map);
}
.c-map-subcategories__item:focus-visible .c-map-subcategories__icon--stroke {
  stroke: var(--accessibility-color-map);
}
.c-map-subcategories__item:focus-visible .c-map-subcategories__icon--fill {
  fill: var(--accessibility-color-map);
}
.c-map-subcategories__item:focus-visible .c-map-subcategories__text {
  color: var(--accessibility-color-map);
}
.c-map-subcategories__item:focus-visible .c-map-subcategories__arrow {
  fill: var(--accessibility-color-map);
}

.c-map-back-button {
  --color: var(--text-color-map-hover);
  --color-hover: var(--text-color-map);
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.c-map-back-button__arrow {
  height: 12px;
  width: 12px;
  fill: var(--color);
  transform: rotate(180deg);
  transition: fill 0.3s ease;
}
.c-map-back-button:hover .c-map-back-button__arrow {
  fill: var(--color-hover);
}
.c-map-back-button__text {
  font-size: var(--fz-15-map);
  font-weight: 600;
  color: var(--color);
  margin-left: 10px;
  transition: color 0.3s ease;
}
.c-map-back-button:hover .c-map-back-button__text {
  color: var(--color-hover);
}
.c-map-back-button:focus-visible {
  outline: none;
  background-color: var(--accessibility-bg-color-map);
}
.c-map-back-button:focus-visible .c-map-back-button__arrow {
  fill: var(--accessibility-color-map);
}
.c-map-back-button:focus-visible .c-map-back-button__text {
  color: var(--accessibility-color-map);
}

.c-map-title {
  --color: var(--text-color-map);
}
.c-map-title__text {
  font-weight: 600;
  font-size: var(--fz-22-map);
  color: var(--color);
  line-height: 1.3em;
}

.c-map-subtitle {
  --color: var(--text-color-map);
}
.c-map-subtitle__text {
  font-weight: 600;
  font-size: var(--fz-15-map);
  color: var(--color);
  line-height: 1.3em;
}

.c-map-locations {
  --text-color: var(--text-color-map);
  --text-color-hover: var(--text-color-map-hover);
}
@media screen and (max-width: 768px) {
  .c-map-locations {
    padding-top: 40px;
  }
}
.c-map-locations__back {
  margin-bottom: var(--y-20-map);
}
.c-map-locations__title {
  margin-bottom: var(--y-30-map);
}
.c-map-locations__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  width: 100%;
}
.c-map-locations__text {
  font-size: var(--fz-17-map);
  line-height: 1.3em;
  font-weight: 500;
  color: rgb(var(--text-color));
  transition: color 300ms ease;
  padding-right: 30px;
  text-align: left;
  flex-grow: 1;
}
.c-map-locations__text::after {
  display: inline-block;
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  vertical-align: super;
  margin-left: 3px;
}
.c-map-locations__text--open::after {
  background-color: var(--color-open);
}
.c-map-locations__item:hover .c-map-locations__text {
  color: var(--text-color-hover);
}
.c-map-locations__item--open .c-map-locations__text::after, .c-map-locations__item--closed .c-map-locations__text::after, .c-map-locations__item--partial .c-map-locations__text::after, .c-map-locations__item--other .c-map-locations__text::after {
  content: "";
}
.c-map-locations__item--open .c-map-locations__text::after {
  background-color: var(--color-open);
}
.c-map-locations__item--closed .c-map-locations__text::after {
  background-color: var(--color-closed);
}
.c-map-locations__item--partial .c-map-locations__text::after {
  background-color: var(--color-partial);
}
.c-map-locations__item--other .c-map-locations__text::after {
  background-color: var(--color-other);
}
.c-map-locations__arrow {
  width: 13px;
  height: 13px;
  fill: rgb(var(--text-color));
  transition: fill 300ms ease;
  flex-shrink: 0;
}
.c-map-locations__item:hover .c-map-locations__arrow {
  fill: var(--text-color-hover);
}
.c-map-locations__item:focus-visible {
  outline: 5px solid var(--accessibility-bg-color-map);
  outline-offset: 0;
  background-color: var(--accessibility-bg-color-map);
}
.c-map-locations__item:focus-visible .c-map-locations__text {
  color: var(--accessibility-color-map);
}
.c-map-locations__item:focus-visible .c-map-locations__arrow {
  fill: var(--accessibility-color-map);
}

.c-map-location-detail {
  --image-ratio: 56.66666666666667%;
  --paragraph-font-size: var(--fz-15-map);
  --paragraph-line-height: 1.5em;
  --color: var(--text-color-map);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-map-location-detail {
    margin-top: 40px;
  }
}
.c-map-location-detail__share {
  position: absolute;
  right: 0;
  top: 0;
}
.c-map-location-detail__back {
  margin-bottom: var(--y-20-map);
}
.c-map-location-detail__title {
  margin-bottom: var(--y-30-map);
}
.c-map-location-detail__subtitle {
  margin-bottom: 10px;
}
.c-map-location-detail__subtitle--no-bottom-padding {
  margin-bottom: 0;
}
.c-map-location-detail__content .s-cms-content p, .c-map-location-detail__content .s-cms-content li {
  color: var(--color);
}
.c-map-location-detail__picture {
  width: 100%;
  padding-bottom: var(--image-ratio);
  position: relative;
  margin-bottom: var(--y-20-map);
}
.c-map-location-detail__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
}
.c-map-location-detail__status {
  margin-bottom: var(--y-20-map);
}
.c-map-location-detail__introduction {
  margin-bottom: var(--y-30-map);
}
.c-map-location-detail__location {
  margin-bottom: var(--y-20-map);
}
.c-map-location-detail__buttons {
  margin-bottom: var(--y-30-map);
}
.c-map-location-detail__schedule {
  margin-bottom: var(--y-30-map);
}
.c-map-location-detail__description {
  margin-bottom: var(--y-30-map);
}
.c-map-location-detail__related {
  margin-bottom: var(--y-30-map);
}
.c-map-location-detail *:last-child {
  margin-bottom: 0;
}

.c-map-status-card {
  --border-color: rgba(0, 0, 0, 0.2);
  --color: rgba(var(--text-color-map), 1);
  --font-size: 13px;
  --top-border-width: 5px;
}
.c-map-status-card--closed {
  --status-color: var(--color-closed);
}
.c-map-status-card--open {
  --status-color: var(--color-open);
}
.c-map-status-card--partial {
  --status-color: var(--color-partial);
}
.c-map-status-card--other {
  --status-color: var(--color-other);
}

.c-map-status-card {
  padding: calc(15px + var(--top-border-width)) 15px 15px 15px;
  border: var(--border-color) 1px solid;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  color: var(--color);
  font-size: var(--font-size);
}
.c-map-status-card::before {
  content: "";
  position: absolute;
  height: var(--top-border-width);
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  background-color: var(--status-color);
}
.c-map-status-card__desc {
  font-weight: 600;
}
.c-map-status-card__note {
  font-style: italic;
  margin-top: 8px;
  line-height: 1.3em;
}

.c-map-location-button {
  --color: var(--text-color-map);
  --color-hover: var(--text-color-map-hover);
  --icon-size: 20px;
  --font-size: var(--fz-15-map);
  border-bottom: 1px solid var(--color);
  display: flex;
  align-items: center;
  padding: var(--y-20-map) 0;
}
.c-map-location-button__icon {
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: 10px;
  transition: stroke 300ms ease, fill 300ms ease;
  flex-shrink: 0;
}
.c-map-location-button__icon--stroke {
  fill: none;
  stroke: var(--color);
  stroke-width: 1.5;
}
.c-map-location-button:hover .c-map-location-button__icon--stroke {
  stroke: var(--color-hover);
}
.c-map-location-button__icon--fill {
  fill: var(--color);
  stroke: transparent;
  stroke-width: 0;
}
.c-map-location-button:hover .c-map-location-button__icon--fill {
  fill: var(--color-hover);
}
.c-map-location-button__text {
  font-size: var(--font-size);
  font-weight: 600;
  color: rgb(var(--color));
  transition: color 300ms ease;
}
.c-map-location-button:hover .c-map-location-button__text {
  color: var(--color-hover);
}
.c-map-location-button:focus-visible {
  outline: none;
  color: var(--accessibility-color-map);
  background-color: var(--accessibility-bg-color-map);
}
.c-map-location-button:focus-visible .c-map-location-button__icon--stroke {
  stroke: var(--accessibility-color-map);
}
.c-map-location-button:focus-visible .c-map-location-button__icon--fill {
  fill: var(--accessibility-color-map);
}
.c-map-location-button:focus-visible .c-map-location-button__text {
  color: var(--accessibility-color-map);
}

.c-map-related {
  --icon-size: 20px;
  --color: var(--text-color-map);
  --color-hover: var(--text-color-map-hover);
  --font-size: var(--fz-15-map);
  display: flex;
  border-bottom: 1px solid var(--color);
  padding: var(--y-20-map) 0;
  color: var(--color);
  transition: color 300ms ease;
}
.c-map-related:hover {
  color: var(--color-hover);
}
.c-map-related__icon {
  width: var(--icon-size);
  height: var(--icon-size);
  margin-right: 10px;
  flex-shrink: 0;
  transition: stroke 300ms ease, fill 300ms ease;
}
.c-map-related__icon--stroke {
  fill: none;
  stroke: var(--color);
  stroke-width: 1.5;
}
.c-map-related:hover .c-map-related__icon--stroke {
  stroke: var(--color-hover);
}
.c-map-related__icon--fill {
  fill: var(--color);
  stroke: transparent;
  stroke-width: 0;
}
.c-map-related:hover .c-map-related__icon--fill {
  fill: var(--color-hover);
}
.c-map-related__content {
  font-size: var(--fz-15);
  line-height: 1.5em;
}
.c-map-related__title {
  font-weight: 600;
  display: block;
}
.c-map-related__date {
  margin-bottom: 5px;
  display: block;
}
.c-map-related:focus-visible {
  outline: none;
  color: var(--accessibility-color-map);
  background-color: var(--accessibility-bg-color-map);
}
.c-map-related:focus-visible .c-map-related__icon {
  stroke: var(--accessibility-color-map) !important;
}

.c-map-popup {
  --popup-width: 320px;
  --picture-width: 80px;
  --border-radius: 8px;
  --color: rgb(var(--secondary-color-map));
  width: var(--popup-width);
  max-width: 92vw;
  display: block;
}
.c-map-popup__inner {
  display: flex;
  align-items: stretch;
  border-radius: var(--border-radius);
  overflow: hidden;
  justify-content: space-between;
  background-color: white;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  transition: box-shadow 300ms ease;
  color: var(--color);
  width: 100%;
  text-align: left;
  cursor: pointer;
  z-index: 0;
  transform: translateZ(0);
}
.c-map-popup__inner:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.3);
}
.c-map-popup__close {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  transform: translate(50%, -50%);
}
.c-map-popup__content {
  display: block;
  padding: 15px;
  min-width: 0;
  flex-grow: 1;
}
.c-map-popup__category {
  display: block;
  font-size: 13px;
  line-height: 1.3em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.c-map-popup__title {
  display: block;
  font-size: var(--fz-15-map);
  margin-top: 2px;
  font-weight: 600;
  line-height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 25px;
  position: relative;
}
.c-map-popup__title-arrow {
  fill: var(--color);
  height: 13px;
  width: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.c-map-popup__picture {
  width: var(--picture-width);
  flex-shrink: 0;
  position: relative;
}
.c-map-popup__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}
.c-map-popup__inner:focus-visible {
  outline: 2px solid var(--accessibility-color-map);
  background-color: var(--accessibility-bg-color-map);
}
.c-map-popup__inner:focus-visible .c-map-popup__category {
  color: var(--accessibility-color-map);
}
.c-map-popup__inner:focus-visible .c-map-popup__title-text {
  color: var(--accessibility-color-map);
}
.c-map-popup__inner:focus-visible .c-map-popup__title-arrow {
  fill: var(--accessibility-color-map);
}

.c-map-mobile-header {
  padding-left: var(--x-40-map);
}
.c-map-mobile-header__grid {
  display: flex;
  justify-content: space-between;
}
.c-map-mobile-header__logo-container {
  padding-top: 20px;
  padding-bottom: 20px;
  flex-grow: 1;
}
.c-map-mobile-header__logo {
  width: 77px;
  height: 19px;
  fill: black;
}
.c-map-mobile-header__quit-button {
  width: 60px;
}

.c-map-button {
  --button-color: white;
  --button-border-color: rgb(var(--secondary-color-map));
  --button-background-color: rgb(var(--secondary-color-map));
}
.c-map-button--secondary {
  --button-color: rgb(34,34,34);
  --button-border-color: rgba(0, 0, 0, 0.20);
  --button-background-color: transparent;
}
.c-map-button--secondary[disabled] {
  --button-color: rgba(0, 0, 0, 0.20);
  --button-border-color: rgba(0, 0, 0, 0.20);
}

.c-map-button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 15px;
  border-radius: 50px;
  font-weight: 600;
  line-height: 1.3em;
  font-size: var(--fz-15-map);
  color: var(--button-color);
  border: 1px solid var(--button-border-color);
  background-color: var(--button-background-color);
}
.c-map-button:focus-visible {
  outline: 2px solid var(--accessibility-color-map);
  outline-offset: -2px;
  background-color: var(--accessibility-bg-color-map);
  color: var(--accessibility-color-map);
}

.c-map-panel-buttons {
  width: 100%;
  padding-left: var(--x-40-map);
  padding-right: var(--x-40-map);
  padding-bottom: var(--x-40-map);
}
.c-map-panel-buttons__items {
  display: flex;
  width: 100%;
  gap: 10px;
}
.c-map-panel-buttons__item {
  flex-grow: 1;
}

.c-map-reset-button {
  --button-color: var(--text-color-map);
  --button-color-hover: var(--text-color-map-hover);
  --button-background-color: white;
  --button-background-color-hover: white;
  --button-height: 60px;
  display: flex;
  position: relative;
  height: var(--button-height);
  align-items: center;
  justify-content: center;
  padding: 15px 35px;
  font-weight: 600;
  line-height: 1.3em;
  font-size: var(--fz-15-map);
  color: var(--button-color);
  opacity: 1;
  transition: opacity 300ms ease, color 300ms ease;
}
.c-map-reset-button:hover {
  color: var(--button-color-hover);
}
.c-map-reset-button span {
  position: relative;
  z-index: 2;
}
.c-map-reset-button[disabled] {
  opacity: 0;
  pointer-events: none;
}
.c-map-reset-button::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--button-background-color);
  border-radius: var(--button-height);
  transition: background-color 300ms ease;
  z-index: 1;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
}
.c-map-reset-button:hover::after {
  background-color: var(--button-background-color-hover);
}
.c-map-reset-button:focus-visible {
  outline: none;
  color: var(--accessibility-color-map);
}
.c-map-reset-button:focus-visible::after {
  outline: 2px solid var(--accessibility-color-map);
  background-color: var(--accessibility-bg-color-map);
}

.c-map-close-button {
  --size: 22px;
  height: var(--size);
  width: var(--size);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-map-close-button::before, .c-map-close-button::after {
  content: "";
  position: absolute;
  transform: scale(1);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  transition: transform 300ms ease;
}
.c-map-close-button::before {
  background-color: white;
}
.c-map-close-button::after {
  background-color: black;
  margin: 2px;
}
.c-map-close-button:hover::after {
  transform: scale(0.9);
}
.c-map-close-button__x {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.c-map-close-button__x::before, .c-map-close-button__x::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 2px;
  width: 10px;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: white;
}
.c-map-close-button__x::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.c-map-close-button:focus-visible {
  outline: none;
}
.c-map-close-button:focus-visible::before {
  background-color: var(--accessibility-color-map);
}
.c-map-close-button:focus-visible::after {
  background-color: var(--accessibility-bg-color-map);
}
.c-map-close-button:focus-visible .c-map-close-button__x::before, .c-map-close-button:focus-visible .c-map-close-button__x::after {
  background-color: var(--accessibility-color-map);
}

.c-map-quit-button {
  --background-color: rgb(var(--secondary-color-map));
  --background-color-hover: rgb(var(--secondary-color-map));
  --icon-color: white;
  --icon-color-hover: rgba(255,255,255,0.6);
  --icon-size: 20px;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-map-quit-button::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  transition: background-color 300ms ease;
  background-color: var(--background-color);
}
.c-map-quit-button:hover::after {
  background-color: var(--background-color-hover);
}
.c-map-quit-button--mobile::after {
  border-radius: 0;
}
.c-map-quit-button__icon {
  width: var(--icon-size);
  height: var(--icon-size);
  fill: var(--icon-color);
  transition: fill 300ms ease;
  position: relative;
  z-index: 2;
}
.c-map-quit-button:hover .c-map-quit-button__icon {
  fill: var(--icon-color-hover);
}
.c-map-quit-button:focus-visible {
  outline: none;
}
.c-map-quit-button:focus-visible::after {
  outline: 2px solid var(--accessibility-color-map);
  background-color: var(--accessibility-bg-color-map);
}
.c-map-quit-button:focus-visible .c-map-quit-button__icon {
  fill: var(--accessibility-color-map);
}

.c-map-ui-button {
  --icon-size: 15px;
  --button-size: 45px;
  --icon-color: var(--text-color-map);
  --icon-color-hover: var(--text-color-map-hover);
  --background-color: white;
  --separation-color: rgba(0, 0, 0, 0.20);
  border-radius: 8px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  background-color: var(--background-color);
  opacity: 1;
}
.c-map-ui-button__inner {
  width: var(--button-size);
  height: var(--button-size);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.c-map-ui-button__inner:not(:first-child)::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  left: 10px;
  right: 10px;
  top: 0;
  background-color: var(--separation-color);
}
.c-map-ui-button__inner[disabled] {
  display: none;
}
.c-map-ui-button__icon {
  width: var(--icon-size);
  height: var(--icon-size);
  fill: var(--icon-color);
  transition: fill 300ms ease;
}
.c-map-ui-button__inner:hover .c-map-ui-button__icon {
  fill: var(--icon-color-hover);
}
.c-map-ui-button__inner:focus-visible {
  outline: 2px solid var(--accessibility-color-map);
  background-color: var(--accessibility-bg-color-map);
  border-radius: 8px;
}
.c-map-ui-button__inner:focus-visible .c-map-ui-button__icon {
  fill: var(--accessibility-color-map);
}

.c-map-share-button {
  --button-size: 20px;
  --icon-size: 15px;
  --color: var(--text-color-map);
  --color-hover: var(--text-color-map-hover);
  display: flex;
  width: var(--button-size);
  height: var(--button-size);
  align-items: center;
  justify-content: center;
}
.c-map-share-button__icon {
  display: flex;
  width: var(--icon-size);
  height: var(--icon-size);
  fill: var(--color);
  transition: fill 300ms ease;
}
.c-map-share-button:hover .c-map-share-button__icon {
  fill: var(--color-hover);
}
.c-map-share-button:focus-visible {
  outline: none;
  background-color: var(--accessibility-bg-color-map);
}
.c-map-share-button:focus-visible .c-map-share-button__icon {
  fill: var(--accessibility-color-map);
}

.c-map-cookies-button {
  --icon-size: 18px;
  --button-size: 45px;
  --icon-color: white;
  --icon-color-hover: rgba(255,255,255,0.6);
  --background-color: rgb(var(--secondary-color-map));
  display: flex;
  justify-content: center;
  align-items: center;
  width: var(--button-size);
  height: var(--button-size);
  background-color: var(--background-color);
  border-radius: 8px;
  overflow: hidden;
}
.c-map-cookies-button__icon {
  width: var(--icon-size);
  height: var(--icon-size);
  fill: var(--icon-color);
  transition: fill 300ms ease;
}
.c-map-cookies-button:hover .c-map-cookies-button__icon {
  fill: var(--icon-color-hover);
}
.c-map-cookies-button:focus-visible {
  outline: 2px solid var(--accessibility-color-map);
  background-color: var(--accessibility-bg-color-map);
}
.c-map-cookies-button:focus-visible .c-map-cookies-button__icon {
  fill: var(--accessibility-color-map);
}

.c-map-info-popup {
  --icon-color: rgb(255,255,255);
  --icon-color-hover: rgba(255,255,255,0.6);
  --background-color: rgb(var(--secondary-color-map));
  --title-color: rgb(255,255,255);
  --text-color: rgba(255,255,255,0.6);
  --separation-color: rgba(255, 255, 255, 0.2);
  --collapsed-width: 45px;
  --collapsed-icon-size: 18px;
  --content-padding: 20px;
  --expanded-width: 215px;
  position: relative;
  display: block;
  border-radius: 8px;
  background-color: var(--background-color);
  color: var(--text-color);
  font-size: 13px;
  line-height: 1.3em;
}
.c-map-info-popup__open {
  position: absolute;
  width: var(--collapsed-width);
  height: var(--collapsed-width);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms ease;
  border-radius: 8px;
}
.c-map-info-popup--collapsed .c-map-info-popup__open {
  opacity: 1;
  pointer-events: all;
}
.c-map-info-popup__open-icon {
  width: var(--collapsed-icon-size);
  height: var(--collapsed-icon-size);
  fill: var(--icon-color);
  transition: fill 500ms ease;
}
.c-map-info-popup__open:hover .c-map-info-popup__open-icon {
  fill: var(--icon-color-hover);
}
.c-map-info-popup__content {
  display: block;
  width: var(--expanded-width);
  overflow: hidden;
  opacity: 1;
  transition: opacity 500ms ease, height 500ms ease, width 500ms ease;
}
.c-map-info-popup--collapsed .c-map-info-popup__content {
  width: var(--collapsed-width);
  height: var(--collapsed-width) !important;
  opacity: 0;
  pointer-events: none;
}
.c-map-info-popup__inner {
  display: block;
  padding: var(--content-padding);
  width: var(--expanded-width);
  opacity: 1;
  transition: opacity 600ms ease;
  will-change: transform;
}
.c-map-info-popup--collapsed .c-map-info-popup__inner {
  opacity: 0;
}
.c-map-info-popup__title {
  display: block;
  color: var(--title-color);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.c-map-info-popup__surtitle {
  display: block;
  font-style: italic;
  margin-bottom: 3px;
}
.c-map-info-popup__legend {
  display: block;
}
.c-map-info-popup__legend-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 2px;
}
.c-map-info-popup__legend-item {
  width: calc(50% - 2px);
  display: flex;
  align-items: center;
}
.c-map-info-popup__legend-bullet {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--color-other);
  margin-right: 9px;
}
.c-map-info-popup__legend-bullet--closed {
  background-color: var(--color-closed);
}
.c-map-info-popup__legend-bullet--open {
  background-color: var(--color-open);
}
.c-map-info-popup__legend-bullet--partial {
  background-color: var(--color-partial);
}
.c-map-info-popup__legend-bullet--other {
  background-color: var(--color-other);
}
.c-map-info-popup__legend-state {
  display: block;
}
.c-map-info-popup__bottom {
  display: block;
  border-top: 1px solid var(--separation-color);
  margin-top: 20px;
  padding-top: 20px;
}
.c-map-info-popup__close {
  position: absolute;
  top: 5px;
  right: 0;
  transform: translate(50%, 0);
  transition: opacity 400ms ease;
  opacity: 1;
}
.c-map-info-popup--collapsed .c-map-info-popup__close {
  opacity: 0;
  pointer-events: none;
}
.c-map-info-popup__open:focus-visible {
  outline: 2px solid var(--accessibility-color-map);
  background-color: var(--accessibility-bg-color-map);
}
.c-map-info-popup__open:focus-visible .c-map-info-popup__open-icon {
  fill: var(--accessibility-color-map);
}

.c-map-layers-popup {
  --background-color: white;
  --images-size: 45px;
  --active-color: rgb(var(--secondary-color-map));
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-map-layers-popup {
    padding-top: 0;
  }
}
.c-map-layers-popup__inner {
  background-color: var(--background-color);
  border-radius: 8px;
  height: 100%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  width: 0%;
  opacity: 0;
  transition: width 500ms ease, opacity 500ms ease;
  pointer-events: all;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .c-map-layers-popup__inner {
    margin-top: 0;
  }
}
.c-map-layers-popup__list {
  display: flex;
  gap: 10px;
  padding: 10px;
  transform: translate(30px, 0);
  opacity: 0;
  transition: transform 500ms ease 150ms, opacity 500ms ease 150ms;
}
.c-map-layers-popup__item {
  position: relative;
}
.c-map-layers-popup__item::before, .c-map-layers-popup__item::after {
  content: "";
  position: absolute;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: border 300ms ease;
  z-index: 2;
}
.c-map-layers-popup__item::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.c-map-layers-popup__item::after {
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
}
.c-map-layers-popup__item:focus-visible {
  outline: 5px solid var(--accessibility-bg-color-map);
  border-radius: 5px;
  outline-offset: 0;
}
.c-map-layers-popup__item:hover::before, .c-map-layers-popup__item.active::before {
  border: 2px solid var(--active-color);
}
.c-map-layers-popup__item.active::after {
  border: 2px solid var(--background-color);
}
.c-map-layers-popup__tooltip {
  position: absolute;
  bottom: calc(100% + 15px);
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 8px;
  background-color: var(--active-color);
  color: white;
  font-size: 13px;
  padding: 3px 10px;
  opacity: 0;
  transition: opacity 300ms ease;
}
@media screen and (max-width: 768px) {
  .c-map-layers-popup__tooltip {
    display: none;
  }
}
.c-map-layers-popup__tooltip::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--active-color);
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.c-map-layers-popup__item:hover .c-map-layers-popup__tooltip, .c-map-layers-popup__item:focus-visible .c-map-layers-popup__tooltip {
  opacity: 1;
}
.c-map-layers-popup__image {
  display: block;
  width: var(--images-size);
  height: var(--images-size);
  border-radius: 5px;
  transition: border 300ms ease;
  will-change: transform;
}

.c-interactiveMap__layers:hover .c-map-layers-popup__inner,
.c-interactiveMap__layers.open .c-map-layers-popup__inner {
  width: 100%;
  opacity: 1;
}
.c-interactiveMap__layers:hover .c-map-layers-popup__list,
.c-interactiveMap__layers.open .c-map-layers-popup__list {
  transform: none;
  opacity: 1;
}

html.touch .c-interactiveMap__layers:hover:not(.open) .c-map-layers-popup__inner {
  width: 0%;
  opacity: 0;
}
html.touch .c-interactiveMap__layers:hover:not(.open) .c-map-layers-popup__list {
  transform: translate(30px, 0);
  opacity: 0;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,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SXRvQkk7RUFDSTtBSndvQlI7QUlyb0JJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FKdW9CUjtBSXBvQkk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FKc29CUjtBSW5vQkk7RUFDSTtFQUNBO0VBQ0E7QUpxb0JSO0FJbm9CSTtFQUNJO0FKcW9CUjtBSWxvQkk7RUFDSTtFQUNBO0VBQ0E7QUpvb0JSO0FJbG9CSTtFQUNJO0FKb29CUjtBSWpvQkk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FKbW9CUjtBSWpvQkk7RUFDSTtBSm1vQlI7QUlob0JJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBSmtvQlI7QUkvbkJJO0VBQ0k7QUppb0JSO0FJN25CSTtFQUNJO0VBQ0E7RUFDQTtBSituQlI7QUk3bkJJO0VBQ0k7QUorbkJSO0FJN25CSTtFQUNJO0FKK25CUjtBSTduQkk7RUFDSTtBSituQlI7QUk3bkJJO0VBQ0k7QUorbkJSOztBSy90QkE7RUFDSTtFQUNBO0VBRUE7RUFDQTtFQUNBO0FMaXVCSjtBSy90Qkk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FMaXVCUjtBSzl0Qkk7RUFDSTtBTGd1QlI7QUs3dEJJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBTCt0QlI7QUs3dEJJO0VBQ0k7QUwrdEJSO0FLM3RCSTtFQUNJO0VBQ0E7QUw2dEJSO0FLM3RCSTtFQUNJO0FMNnRCUjtBSzN0Qkk7RUFDSTtBTDZ0QlI7O0FNcndCQTtFQUNJO0FOd3dCSjtBTXR3Qkk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtBTnd3QlI7O0FPL3dCQTtFQUNJO0FQa3hCSjtBT2h4Qkk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtBUGt4QlI7O0FRenhCQTtFQUVJO0VBQ0E7QVIyeEJKO0FRenhCSTtFQUxKO0lBTVE7RVI0eEJOO0FBQ0Y7QVExeEJJO0VBQ0k7QVI0eEJSO0FRenhCSTtFQUNJO0FSMnhCUjtBUXh4Qkk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVIweEJSO0FRdnhCSTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QVJ5eEJSO0FRdnhCUTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FSeXhCWjtBUXR4QlE7RUFDSTtBUnd4Qlo7QVFyeEJJO0VBQ0k7QVJ1eEJSO0FRbnhCSTtFQUlJO0FSa3hCUjtBUS93Qkk7RUFDSTtBUml4QlI7QVE5d0JJO0VBQ0k7QVJneEJSO0FRN3dCSTtFQUNJO0FSK3dCUjtBUTV3Qkk7RUFDSTtBUjh3QlI7QVEzd0JJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBUjZ3QlI7QVExd0JJO0VBQ0k7QVI0d0JSO0FReHdCSTtFQUNJO0VBQ0E7RUFDQTtBUjB3QlI7QVF4d0JJO0VBQ0k7QVIwd0JSO0FReHdCSTtFQUNJO0FSMHdCUjs7QVM5MkJBO0VBRUk7RUFFQTtFQUNBO0VBRUE7RUFFQTtBVDYyQko7QVMzMkJJO0VBWEo7SUFZUTtFVDgyQk47QUFDRjtBUzUyQkk7RUFDSTtFQUNBO0VBQ0E7QVQ4MkJSO0FTMzJCSTtFQUNJO0FUNjJCUjtBUzEyQkk7RUFDSTtBVDQyQlI7QVN6MkJJO0VBQ0k7QVQyMkJSO0FTejJCUTtFQUNJO0FUMjJCWjtBU3IyQlk7RUFDSTtBVHUyQmhCO0FTbDJCSTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0FUbzJCUjtBU2oyQkk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBVG0yQlI7QVNoMkJJO0VBQ0k7QVRrMkJSO0FTLzFCSTtFQUNJO0FUaTJCUjtBUzkxQkk7RUFDSTtBVGcyQlI7QVM3MUJJO0VBQ0k7QVQrMUJSO0FTNTFCSTtFQUNJO0FUODFCUjtBUzMxQkk7RUFDSTtBVDYxQlI7QVMxMUJJO0VBQ0k7QVQ0MUJSO0FTeDFCSTtFQUNJO0FUMDFCUjs7QVV0N0JBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7QVZ5N0JKO0FVdjdCSTtFQUFZO0FWMDdCaEI7QVV6N0JJO0VBQVU7QVY0N0JkO0FVMzdCSTtFQUFhO0FWODdCakI7QVU3N0JJO0VBQVc7QVZnOEJmOztBVTc3QkE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBVmc4Qko7QVU5N0JJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBVmc4QlI7QVU3N0JJO0VBQ0k7QVYrN0JSO0FVNTdCSTtFQUNJO0VBQ0E7RUFDQTtBVjg3QlI7O0FXcitCQTtFQUVJO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7QVhzK0JKO0FXcCtCSTtFQUNJO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7QVhxK0JSO0FXbCtCSTtFQUNJO0VBQ0E7RUFDQTtBWG8rQlI7QVdsK0JJO0VBQ0k7QVhvK0JSO0FXaitCSTtFQUNJO0VBQ0E7RUFDQTtBWG0rQlI7QVdqK0JJO0VBQ0k7QVhtK0JSO0FXaCtCSTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0FYaytCUjtBV2grQkk7RUFDSTtBWGsrQlI7QVc5OUJJO0VBQ0k7RUFDQTtFQUNBO0FYZytCUjtBVzk5Qkk7RUFDSTtBWGcrQlI7QVc5OUJJO0VBQ0k7QVhnK0JSO0FXOTlCSTtFQUNJO0FYZytCUjs7QVk5aENBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FaZ2lDSjtBWTloQ0k7RUFDSTtBWmdpQ1I7QVk3aENJO0VBQ0k7RUFDQTtFQUVBO0VBQ0E7RUFDQTtBWjhoQ1I7QVkzaENJO0VBQ0k7RUFDQTtFQUNBO0FaNmhDUjtBWTNoQ0k7RUFDSTtBWjZoQ1I7QVkxaENJO0VBQ0k7RUFDQTtFQUNBO0FaNGhDUjtBWTFoQ0k7RUFDSTtBWjRoQ1I7QVl6aENJO0VBQ0k7RUFDQTtBWjJoQ1I7QVl4aENJO0VBQ0k7RUFDQTtBWjBoQ1I7QVl2aENJO0VBQ0k7RUFDQTtBWnloQ1I7QVl0aENJO0VBQ0k7RUFDQTtFQUNBO0Fad2hDUjtBWXJoQ0k7RUFDSTtBWnVoQ1I7O0FheGxDQTtFQUVJO0VBQ0E7RUFDQTtFQUVBO0VBRUE7RUFDQTtFQUNBO0Fid2xDSjtBYXRsQ0k7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBRUE7RUFHQTtFQUNBO0Fib2xDUjtBYWxsQ1E7RUFDSTtBYm9sQ1o7QWFobENJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0Fia2xDUjtBYS9rQ0k7RUFDSTtFQUNBO0VBQ0E7RUFDQTtBYmlsQ1I7QWE5a0NJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FiZ2xDUjtBYTdrQ0k7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBYitrQ1I7QWE1a0NJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QWI4a0NSO0FhM2tDSTtFQUNJO0VBQ0E7RUFDQTtBYjZrQ1I7QWExa0NJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FiNGtDUjtBYXhrQ0k7RUFDSTtFQUNBO0FiMGtDUjtBYXhrQ0k7RUFDSTtBYjBrQ1I7QWF4a0NJO0VBQ0k7QWIwa0NSO0FheGtDSTtFQUNJO0FiMGtDUjs7QWMxckNBO0VBRUk7QWQ0ckNKO0FjMXJDSTtFQUNJO0VBQ0E7QWQ0ckNSO0FjenJDSTtFQUNJO0VBQ0E7RUFDQTtBZDJyQ1I7QWN4ckNJO0VBQ0k7RUFDQTtFQUNBO0FkMHJDUjtBY3ZyQ0k7RUFDSTtBZHlyQ1I7O0FlL3NDQTtFQUNJO0VBQ0E7RUFDQTtBZmt0Q0o7QWVodENJO0VBQ0k7RUFDQTtFQUNBO0Fma3RDUjtBZS9zQ0k7RUFDSTtFQUNBO0FmaXRDUjs7QWU3c0NBO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0FmK3NDSjtBZTdzQ0k7RUFDSTtFQUNBO0VBQ0E7RUFDQTtBZitzQ1I7O0FnQm52Q0E7RUFDSTtFQUVBO0VBQ0E7RUFDQTtBaEJxdkNKO0FnQm52Q0k7RUFDSTtFQUNBO0VBQ0E7QWhCcXZDUjtBZ0JsdkNJO0VBQ0k7QWhCb3ZDUjs7QWlCbHdDQTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QWpCb3dDSjtBaUJsd0NJO0VBQ0k7QWpCb3dDUjtBaUJqd0NJO0VBQ0k7RUFDQTtBakJtd0NSO0FpQmh3Q0k7RUFDSTtFQUNBO0FqQmt3Q1I7QWlCL3ZDSTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBakJpd0NSO0FpQjl2Q0k7RUFDSTtBakJnd0NSO0FpQjV2Q0k7RUFDSTtFQUNBO0FqQjh2Q1I7QWlCN3ZDUTtFQUNJO0VBQ0E7QWpCK3ZDWjs7QWtCMXpDQTtFQUNJO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBbEI0ekNKO0FrQjF6Q0k7RUFFSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QWxCMnpDUjtBa0J4ekNJO0VBQ0k7QWxCMHpDUjtBa0J2ekNJO0VBQ0k7RUFDQTtBbEJ5ekNSO0FrQnR6Q0k7RUFDSTtBbEJ3ekNSO0FrQnJ6Q0k7RUFDSTtFQUNBO0VBQ0E7RUFDQTtBbEJ1ekNSO0FrQnR6Q1E7RUFFSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FsQnV6Q1o7QWtCcHpDUTtFQUNJO0FsQnN6Q1o7QWtCanpDSTtFQUNJO0FsQm16Q1I7QWtCanpDSTtFQUNJO0FsQm16Q1I7QWtCanpDSTtFQUNJO0FsQm16Q1I7QWtCaHpDUTtFQUVJO0FsQml6Q1o7O0FtQnYzQ0E7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FuQnkzQ0o7QW1CdjNDSTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FuQnkzQ1I7QW1CdDNDSTtFQUNJO0FuQnczQ1I7QW1CcDNDUTtFQUNJO0FuQnMzQ1o7QW1CajNDSTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBbkJtM0NSO0FtQmgzQ0k7RUFDSTtBbkJrM0NSO0FtQjkyQ0k7RUFDSTtBbkJnM0NSO0FtQi8yQ1E7RUFDSTtFQUNBO0FuQmkzQ1o7QW1COTJDSTtFQUNJO0FuQmczQ1I7O0FvQjU2Q0E7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFHQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QXBCNjZDSjtBb0IzNkNJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0FwQjY2Q1I7QW9CMzZDUTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QXBCNjZDWjtBb0IxNkNRO0VBQ0k7QXBCNDZDWjtBb0J4NkNJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7QXBCMDZDUjtBb0J4NkNJO0VBQ0k7QXBCMDZDUjtBb0J0NkNJO0VBQ0k7RUFDQTtFQUNBO0FwQnc2Q1I7QW9CcjZDSTtFQUNJO0FwQnU2Q1I7O0FxQmorQ0E7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QXJCbStDSjtBcUJqK0NJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBckJtK0NSO0FxQmgrQ0k7RUFDSTtBckJrK0NSO0FxQjk5Q0k7RUFDSTtFQUNBO0FyQmcrQ1I7QXFCOTlDSTtFQUNJO0FyQmcrQ1I7O0FzQjkvQ0E7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBdEJnZ0RKO0FzQjkvQ0k7RUFDSTtFQUNBO0VBQ0E7RUFDQTtBdEJnZ0RSO0FzQjcvQ0k7RUFDSTtBdEIrL0NSO0FzQjMvQ0k7RUFDSTtFQUNBO0F0QjYvQ1I7QXNCMy9DSTtFQUNJO0F0QjYvQ1I7O0F1QjloREE7RUFFSTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7RUFFQTtFQUNBO0VBRUE7RUFDQTtFQUVBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0F2QjRoREo7QXVCMWhESTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0F2QjRoRFI7QXVCMWhESTtFQUNJO0VBQ0E7QXZCNGhEUjtBdUJ6aERJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7QXZCMmhEUjtBdUJ4aERJO0VBQ0k7QXZCMGhEUjtBdUJ2aERJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBdkJ5aERSO0F1QnZoREk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtBdkJ5aERSO0F1QnRoREk7RUFDSTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QXZCd2hEUjtBdUJ0aERJO0VBQ0k7QXZCd2hEUjtBdUJyaERJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0F2QnVoRFI7QXVCcGhESTtFQUNJO0VBQ0E7RUFDQTtBdkJzaERSO0F1Qm5oREk7RUFDSTtBdkJxaERSO0F1QmxoREk7RUFDSTtFQUNBO0VBQ0E7QXZCb2hEUjtBdUJqaERJO0VBQ0k7RUFDQTtFQUNBO0F2Qm1oRFI7QXVCaGhESTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBdkJraERSO0F1QmhoRFE7RUFBWTtBdkJtaERwQjtBdUJsaERRO0VBQVU7QXZCcWhEbEI7QXVCcGhEUTtFQUFhO0F2QnVoRHJCO0F1QnRoRFE7RUFBVztBdkJ5aERuQjtBdUJ0aERJO0VBQ0k7QXZCd2hEUjtBdUJyaERJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7QXZCdWhEUjtBdUJwaERJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0F2QnNoRFI7QXVCcGhESTtFQUNJO0VBQ0E7QXZCc2hEUjtBdUJsaERJO0VBQ0k7RUFDQTtBdkJvaERSO0F1QmpoREk7RUFDSTtBdkJtaERSOztBd0I3cURBO0VBQ0k7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0VBQ0E7QXhCK3FESjtBd0I3cURJO0VBVko7SUFXUTtFeEJnckROO0FBQ0Y7QXdCOXFESTtFQUNJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFFQTtBeEIrcURSO0F3QjdxRFE7RUFaSjtJQWFRO0V4QmdyRFY7QUFDRjtBd0I3cURJO0VBQ0k7RUFDQTtFQUNBO0VBRUE7RUFDQTtFQUNBO0F4QjhxRFI7QXdCM3FESTtFQUNJO0F4QjZxRFI7QXdCM3FEUTtFQUVJO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBeEI0cURaO0F3QnpxRFE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtBeEIycURaO0F3QnhxRFE7RUFDSTtFQUNBO0VBQ0E7RUFDQTtBeEIwcURaO0F3QnZxRFE7RUFDSTtFQUNBO0VBQ0E7QXhCeXFEWjtBd0JycURJO0VBRUk7QXhCc3FEUjtBd0JucURJO0VBQ0k7QXhCcXFEUjtBd0JscURJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtBeEJvcURSO0F3QmxxRFE7RUFiSjtJQWNRO0V4QnFxRFY7QUFDRjtBd0JucURRO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0VBQ0E7QXhCcXFEWjtBd0JscURJO0VBRUk7QXhCbXFEUjtBd0JocURJO0VBQ0k7RUFDQTtFQUNBO0VBQ0E7RUFDQTtFQUNBO0F4QmtxRFI7O0F3QjFwRFE7O0VBQ0k7RUFDQTtBeEI4cERaO0F3QjNwRFE7O0VBQ0k7RUFDQTtBeEI4cERaOztBd0J2cERRO0VBQ0k7RUFDQTtBeEIwcERaO0F3QnZwRFE7RUFDSTtFQUNBO0F4QnlwRFosQyIsInNvdXJjZXMiOlsid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLnNjc3MiLCJ3ZWJwYWNrOi8vYmxhbmtvLW1hcC8uL3Njc3Mvc3R5bGUuc2NzcyIsIndlYnBhY2s6Ly9ibGFua28tbWFwLy4vc2Nzcy9jb21wb25lbnRzL21hcC1waW4uc2NzcyIsIndlYnBhY2s6Ly9ibGFua28tbWFwLy4vc2Nzcy9jb21wb25lbnRzL21hcC1sb2NhdGlvbi1waW4uc2NzcyIsIndlYnBhY2s6Ly9ibGFua28tbWFwLy4vc2Nzcy9jb21wb25lbnRzL21hcC1jYXRlZ29yaWVzLnNjc3MiLCJ3ZWJwYWNrOi8vYmxhbmtvLW1hcC8uL3Njc3MvY29tcG9uZW50cy9tYXAtc3ViY2F0ZWdvcmllcy5zY3NzIiwid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLWJhY2stYnV0dG9uLnNjc3MiLCJ3ZWJwYWNrOi8vYmxhbmtvLW1hcC8uL3Njc3MvY29tcG9uZW50cy9tYXAtdGl0bGUuc2NzcyIsIndlYnBhY2s6Ly9ibGFua28tbWFwLy4vc2Nzcy9jb21wb25lbnRzL21hcC1zdWJ0aXRsZS5zY3NzIiwid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLWxvY2F0aW9ucy5zY3NzIiwid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLWxvY2F0aW9uLWRldGFpbC5zY3NzIiwid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLXN0YXR1cy1jYXJkLnNjc3MiLCJ3ZWJwYWNrOi8vYmxhbmtvLW1hcC8uL3Njc3MvY29tcG9uZW50cy9tYXAtbG9jYXRpb24tYnV0dG9uLnNjc3MiLCJ3ZWJwYWNrOi8vYmxhbmtvLW1hcC8uL3Njc3MvY29tcG9uZW50cy9tYXAtcmVsYXRlZC5zY3NzIiwid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLXBvcHVwLnNjc3MiLCJ3ZWJwYWNrOi8vYmxhbmtvLW1hcC8uL3Njc3MvY29tcG9uZW50cy9tYXAtbW9iaWxlLWhlYWRlci5zY3NzIiwid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLWJ1dHRvbi5zY3NzIiwid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLXBhbmVsLWJ1dHRvbnMuc2NzcyIsIndlYnBhY2s6Ly9ibGFua28tbWFwLy4vc2Nzcy9jb21wb25lbnRzL21hcC1yZXNldC1idXR0b24uc2NzcyIsIndlYnBhY2s6Ly9ibGFua28tbWFwLy4vc2Nzcy9jb21wb25lbnRzL21hcC1jbG9zZS1idXR0b24uc2NzcyIsIndlYnBhY2s6Ly9ibGFua28tbWFwLy4vc2Nzcy9jb21wb25lbnRzL21hcC1xdWl0LWJ1dHRvbi5zY3NzIiwid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLXVpLWJ1dHRvbi5zY3NzIiwid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLXNoYXJlLWJ1dHRvbi5zY3NzIiwid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLWNvb2tpZXMtYnV0dG9uLnNjc3MiLCJ3ZWJwYWNrOi8vYmxhbmtvLW1hcC8uL3Njc3MvY29tcG9uZW50cy9tYXAtaW5mby1wb3B1cC5zY3NzIiwid2VicGFjazovL2JsYW5rby1tYXAvLi9zY3NzL2NvbXBvbmVudHMvbWFwLWxheWVycy1wb3B1cC5zY3NzIl0sIm5hbWVzIjpbXSwic291cmNlUm9vdCI6IiJ9*/