/*! , Compiled at 2025-09-26 10:40:09 */
@media screen {
  .stylizedMap {
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    bottom: 0;
    aspect-ratio: 0.81155015;
  }
  .stylizedMap .mapPoi {
    position: absolute;
    /* exact coordinates are set by using calculated inline styles */
    display: block;
    height: 48px;
    width: 30px;
  }
  .stylizedMap > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
  }
  .stylizedMap .mapPoi::before {
    content: '';
    display: block;
    height: 100%;
    width: 100%;
    transform: translate(-50%, -100%);
    background: url('../images/objects/mapMarker.79dc898b.svg') 0 0 no-repeat;
    background-size: contain;
  }
}
@media screen and (min-width: 1000.1px) {
  .stylizedMap {
    width: calc(13.02083333%);
  }
}
@media screen and (max-width: 1000px) {
  .stylizedMap {
    width: calc(20%);
  }
}
@media screen and (max-width: 800px) {
  .stylizedMap {
    width: calc(32.77777778%);
  }
}
