@charset "UTF-8";
#map-section {
  /*!
  * Bootstrap v5.0.1 (https://getbootstrap.com/)
  * Copyright 2011-2021 The Bootstrap Authors
  * Copyright 2011-2021 Twitter, Inc.
  * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
  */
  /*# sourceMappingURL=bootstrap.min.css.map */
}
#map-section :root {
  --bs-blue:#0d6efd;
  --bs-indigo:#6610f2;
  --bs-purple:#6f42c1;
  --bs-pink:#d63384;
  --bs-red:#dc3545;
  --bs-orange:#fd7e14;
  --bs-yellow:#ffc107;
  --bs-green:#198754;
  --bs-teal:#20c997;
  --bs-cyan:#0dcaf0;
  --bs-white:#fff;
  --bs-gray:#6c757d;
  --bs-gray-dark:#343a40;
  --bs-primary:#0d6efd;
  --bs-secondary:#6c757d;
  --bs-success:#198754;
  --bs-info:#0dcaf0;
  --bs-warning:#ffc107;
  --bs-danger:#dc3545;
  --bs-light:#f8f9fa;
  --bs-dark:#212529;
  --bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient:linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
#map-section *, #map-section ::after, #map-section ::before {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  #map-section :root {
    scroll-behavior: smooth;
  }
}
#map-section body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
#map-section hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
#map-section hr:not([size]) {
  height: 1px;
}
#map-section .h1, #map-section .h2, #map-section .h3, #map-section .h4, #map-section .h5, #map-section .h6, #map-section h1, #map-section h2, #map-section h3, #map-section h4, #map-section h5, #map-section h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
#map-section .h1, #map-section h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  #map-section .h1, #map-section h1 {
    font-size: 2.5rem;
  }
}
#map-section .h2, #map-section h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  #map-section .h2, #map-section h2 {
    font-size: 2rem;
  }
}
#map-section .h3, #map-section h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  #map-section .h3, #map-section h3 {
    font-size: 1.75rem;
  }
}
#map-section .h4, #map-section h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  #map-section .h4, #map-section h4 {
    font-size: 1.5rem;
  }
}
#map-section .h5, #map-section h5 {
  font-size: 1.25rem;
}
#map-section .h6, #map-section h6 {
  font-size: 1rem;
}
#map-section p {
  margin-top: 0;
  margin-bottom: 1rem;
}
#map-section abbr[data-bs-original-title], #map-section abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
#map-section address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
#map-section ol, #map-section ul {
  padding-left: 2rem;
}
#map-section dl, #map-section ol, #map-section ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
#map-section ol ol, #map-section ol ul, #map-section ul ol, #map-section ul ul {
  margin-bottom: 0;
}
#map-section dt {
  font-weight: 700;
}
#map-section dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
#map-section blockquote {
  margin: 0 0 1rem;
}
#map-section b, #map-section strong {
  font-weight: bolder;
}
#map-section .small, #map-section small {
  font-size: 0.875em;
}
#map-section .mark, #map-section mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
#map-section sub, #map-section sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
#map-section sub {
  bottom: -0.25em;
}
#map-section sup {
  top: -0.5em;
}
#map-section a {
  color: #0d6efd;
  text-decoration: underline;
}
#map-section a:hover {
  color: #0a58ca;
}
#map-section a:not([href]):not([class]), #map-section a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
#map-section code, #map-section kbd, #map-section pre, #map-section samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}
#map-section pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
#map-section pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
#map-section code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
#map-section a > code {
  color: inherit;
}
#map-section kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
#map-section kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
#map-section figure {
  margin: 0 0 1rem;
}
#map-section img, #map-section svg {
  vertical-align: middle;
}
#map-section table {
  caption-side: bottom;
  border-collapse: collapse;
}
#map-section caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}
#map-section th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
#map-section tbody, #map-section td, #map-section tfoot, #map-section th, #map-section thead, #map-section tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
#map-section label {
  display: inline-block;
}
#map-section button {
  border-radius: 0;
}
#map-section button:focus:not(:focus-visible) {
  outline: 0;
}
#map-section button, #map-section input, #map-section optgroup, #map-section select, #map-section textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#map-section button, #map-section select {
  text-transform: none;
}
#map-section [role=button] {
  cursor: pointer;
}
#map-section select {
  word-wrap: normal;
}
#map-section select:disabled {
  opacity: 1;
}
#map-section [list]::-webkit-calendar-picker-indicator {
  display: none;
}
#map-section [type=button], #map-section [type=reset], #map-section [type=submit], #map-section button {
  -webkit-appearance: button;
}
#map-section [type=button]:not(:disabled), #map-section [type=reset]:not(:disabled), #map-section [type=submit]:not(:disabled), #map-section button:not(:disabled) {
  cursor: pointer;
}
#map-section ::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
#map-section textarea {
  resize: vertical;
}
#map-section fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
#map-section legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  #map-section legend {
    font-size: 1.5rem;
  }
}
#map-section legend + * {
  clear: left;
}
#map-section ::-webkit-datetime-edit-day-field, #map-section ::-webkit-datetime-edit-fields-wrapper, #map-section ::-webkit-datetime-edit-hour-field, #map-section ::-webkit-datetime-edit-minute, #map-section ::-webkit-datetime-edit-month-field, #map-section ::-webkit-datetime-edit-text, #map-section ::-webkit-datetime-edit-year-field {
  padding: 0;
}
#map-section ::-webkit-inner-spin-button {
  height: auto;
}
#map-section [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
#map-section ::-webkit-search-decoration {
  -webkit-appearance: none;
}
#map-section ::-webkit-color-swatch-wrapper {
  padding: 0;
}
#map-section ::file-selector-button {
  font: inherit;
}
#map-section ::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
#map-section output {
  display: inline-block;
}
#map-section iframe {
  border: 0;
}
#map-section summary {
  display: list-item;
  cursor: pointer;
}
#map-section progress {
  vertical-align: baseline;
}
#map-section [hidden] {
  display: none !important;
}
#map-section .lead {
  font-size: 1.25rem;
  font-weight: 300;
}
#map-section .display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #map-section .display-1 {
    font-size: 5rem;
  }
}
#map-section .display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #map-section .display-2 {
    font-size: 4.5rem;
  }
}
#map-section .display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #map-section .display-3 {
    font-size: 4rem;
  }
}
#map-section .display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #map-section .display-4 {
    font-size: 3.5rem;
  }
}
#map-section .display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #map-section .display-5 {
    font-size: 3rem;
  }
}
#map-section .display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #map-section .display-6 {
    font-size: 2.5rem;
  }
}
#map-section .list-unstyled {
  padding-left: 0;
  list-style: none;
}
#map-section .list-inline {
  padding-left: 0;
  list-style: none;
}
#map-section .list-inline-item {
  display: inline-block;
}
#map-section .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
#map-section .initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
#map-section .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
#map-section .blockquote > :last-child {
  margin-bottom: 0;
}
#map-section .blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
#map-section .blockquote-footer::before {
  content: "— ";
}
#map-section .img-fluid {
  max-width: 100%;
  height: auto;
}
#map-section .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}
#map-section .figure {
  display: inline-block;
}
#map-section .figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
#map-section .figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}
#map-section .container, #map-section .container-fluid, #map-section .container-lg, #map-section .container-md, #map-section .container-sm, #map-section .container-xl, #map-section .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  #map-section .container, #map-section .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  #map-section .container, #map-section .container-md, #map-section .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  #map-section .container, #map-section .container-lg, #map-section .container-md, #map-section .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  #map-section .container, #map-section .container-lg, #map-section .container-md, #map-section .container-sm, #map-section .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  #map-section .container, #map-section .container-lg, #map-section .container-md, #map-section .container-sm, #map-section .container-xl, #map-section .container-xxl {
    max-width: 1320px;
  }
}
#map-section .row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
#map-section .row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
#map-section .col {
  flex: 1 0 0%;
}
#map-section .row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
#map-section .row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
#map-section .row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
#map-section .row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
#map-section .row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
#map-section .row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
#map-section .row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
#map-section .col-auto {
  flex: 0 0 auto;
  width: auto;
}
#map-section .col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
#map-section .col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
#map-section .col-3 {
  flex: 0 0 auto;
  width: 25%;
}
#map-section .col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
#map-section .col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
#map-section .col-6 {
  flex: 0 0 auto;
  width: 50%;
}
#map-section .col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
#map-section .col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
#map-section .col-9 {
  flex: 0 0 auto;
  width: 75%;
}
#map-section .col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
#map-section .col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
#map-section .col-12 {
  flex: 0 0 auto;
  width: 100%;
}
#map-section .offset-1 {
  margin-left: 8.3333333333%;
}
#map-section .offset-2 {
  margin-left: 16.6666666667%;
}
#map-section .offset-3 {
  margin-left: 25%;
}
#map-section .offset-4 {
  margin-left: 33.3333333333%;
}
#map-section .offset-5 {
  margin-left: 41.6666666667%;
}
#map-section .offset-6 {
  margin-left: 50%;
}
#map-section .offset-7 {
  margin-left: 58.3333333333%;
}
#map-section .offset-8 {
  margin-left: 66.6666666667%;
}
#map-section .offset-9 {
  margin-left: 75%;
}
#map-section .offset-10 {
  margin-left: 83.3333333333%;
}
#map-section .offset-11 {
  margin-left: 91.6666666667%;
}
#map-section .g-0, #map-section .gx-0 {
  --bs-gutter-x:0;
}
#map-section .g-0, #map-section .gy-0 {
  --bs-gutter-y:0;
}
#map-section .g-1, #map-section .gx-1 {
  --bs-gutter-x:0.25rem;
}
#map-section .g-1, #map-section .gy-1 {
  --bs-gutter-y:0.25rem;
}
#map-section .g-2, #map-section .gx-2 {
  --bs-gutter-x:0.5rem;
}
#map-section .g-2, #map-section .gy-2 {
  --bs-gutter-y:0.5rem;
}
#map-section .g-3, #map-section .gx-3 {
  --bs-gutter-x:1rem;
}
#map-section .g-3, #map-section .gy-3 {
  --bs-gutter-y:1rem;
}
#map-section .g-4, #map-section .gx-4 {
  --bs-gutter-x:1.5rem;
}
#map-section .g-4, #map-section .gy-4 {
  --bs-gutter-y:1.5rem;
}
#map-section .g-5, #map-section .gx-5 {
  --bs-gutter-x:3rem;
}
#map-section .g-5, #map-section .gy-5 {
  --bs-gutter-y:3rem;
}
@media (min-width: 576px) {
  #map-section .col-sm {
    flex: 1 0 0%;
  }
  #map-section .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  #map-section .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  #map-section .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  #map-section .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #map-section .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  #map-section .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  #map-section .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #map-section .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  #map-section .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  #map-section .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #map-section .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #map-section .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #map-section .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  #map-section .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  #map-section .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  #map-section .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  #map-section .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  #map-section .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  #map-section .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  #map-section .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #map-section .offset-sm-0 {
    margin-left: 0;
  }
  #map-section .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  #map-section .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  #map-section .offset-sm-3 {
    margin-left: 25%;
  }
  #map-section .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  #map-section .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  #map-section .offset-sm-6 {
    margin-left: 50%;
  }
  #map-section .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  #map-section .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  #map-section .offset-sm-9 {
    margin-left: 75%;
  }
  #map-section .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  #map-section .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  #map-section .g-sm-0, #map-section .gx-sm-0 {
    --bs-gutter-x:0;
  }
  #map-section .g-sm-0, #map-section .gy-sm-0 {
    --bs-gutter-y:0;
  }
  #map-section .g-sm-1, #map-section .gx-sm-1 {
    --bs-gutter-x:0.25rem;
  }
  #map-section .g-sm-1, #map-section .gy-sm-1 {
    --bs-gutter-y:0.25rem;
  }
  #map-section .g-sm-2, #map-section .gx-sm-2 {
    --bs-gutter-x:0.5rem;
  }
  #map-section .g-sm-2, #map-section .gy-sm-2 {
    --bs-gutter-y:0.5rem;
  }
  #map-section .g-sm-3, #map-section .gx-sm-3 {
    --bs-gutter-x:1rem;
  }
  #map-section .g-sm-3, #map-section .gy-sm-3 {
    --bs-gutter-y:1rem;
  }
  #map-section .g-sm-4, #map-section .gx-sm-4 {
    --bs-gutter-x:1.5rem;
  }
  #map-section .g-sm-4, #map-section .gy-sm-4 {
    --bs-gutter-y:1.5rem;
  }
  #map-section .g-sm-5, #map-section .gx-sm-5 {
    --bs-gutter-x:3rem;
  }
  #map-section .g-sm-5, #map-section .gy-sm-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 768px) {
  #map-section .col-md {
    flex: 1 0 0%;
  }
  #map-section .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  #map-section .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  #map-section .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  #map-section .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #map-section .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  #map-section .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  #map-section .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #map-section .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  #map-section .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  #map-section .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #map-section .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #map-section .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #map-section .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  #map-section .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  #map-section .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  #map-section .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  #map-section .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  #map-section .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  #map-section .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  #map-section .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #map-section .offset-md-0 {
    margin-left: 0;
  }
  #map-section .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  #map-section .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  #map-section .offset-md-3 {
    margin-left: 25%;
  }
  #map-section .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  #map-section .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  #map-section .offset-md-6 {
    margin-left: 50%;
  }
  #map-section .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  #map-section .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  #map-section .offset-md-9 {
    margin-left: 75%;
  }
  #map-section .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  #map-section .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  #map-section .g-md-0, #map-section .gx-md-0 {
    --bs-gutter-x:0;
  }
  #map-section .g-md-0, #map-section .gy-md-0 {
    --bs-gutter-y:0;
  }
  #map-section .g-md-1, #map-section .gx-md-1 {
    --bs-gutter-x:0.25rem;
  }
  #map-section .g-md-1, #map-section .gy-md-1 {
    --bs-gutter-y:0.25rem;
  }
  #map-section .g-md-2, #map-section .gx-md-2 {
    --bs-gutter-x:0.5rem;
  }
  #map-section .g-md-2, #map-section .gy-md-2 {
    --bs-gutter-y:0.5rem;
  }
  #map-section .g-md-3, #map-section .gx-md-3 {
    --bs-gutter-x:1rem;
  }
  #map-section .g-md-3, #map-section .gy-md-3 {
    --bs-gutter-y:1rem;
  }
  #map-section .g-md-4, #map-section .gx-md-4 {
    --bs-gutter-x:1.5rem;
  }
  #map-section .g-md-4, #map-section .gy-md-4 {
    --bs-gutter-y:1.5rem;
  }
  #map-section .g-md-5, #map-section .gx-md-5 {
    --bs-gutter-x:3rem;
  }
  #map-section .g-md-5, #map-section .gy-md-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 992px) {
  #map-section .col-lg {
    flex: 1 0 0%;
  }
  #map-section .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  #map-section .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  #map-section .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  #map-section .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #map-section .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  #map-section .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  #map-section .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #map-section .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  #map-section .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  #map-section .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #map-section .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #map-section .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #map-section .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  #map-section .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  #map-section .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  #map-section .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  #map-section .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  #map-section .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  #map-section .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  #map-section .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #map-section .offset-lg-0 {
    margin-left: 0;
  }
  #map-section .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  #map-section .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  #map-section .offset-lg-3 {
    margin-left: 25%;
  }
  #map-section .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  #map-section .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  #map-section .offset-lg-6 {
    margin-left: 50%;
  }
  #map-section .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  #map-section .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  #map-section .offset-lg-9 {
    margin-left: 75%;
  }
  #map-section .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  #map-section .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  #map-section .g-lg-0, #map-section .gx-lg-0 {
    --bs-gutter-x:0;
  }
  #map-section .g-lg-0, #map-section .gy-lg-0 {
    --bs-gutter-y:0;
  }
  #map-section .g-lg-1, #map-section .gx-lg-1 {
    --bs-gutter-x:0.25rem;
  }
  #map-section .g-lg-1, #map-section .gy-lg-1 {
    --bs-gutter-y:0.25rem;
  }
  #map-section .g-lg-2, #map-section .gx-lg-2 {
    --bs-gutter-x:0.5rem;
  }
  #map-section .g-lg-2, #map-section .gy-lg-2 {
    --bs-gutter-y:0.5rem;
  }
  #map-section .g-lg-3, #map-section .gx-lg-3 {
    --bs-gutter-x:1rem;
  }
  #map-section .g-lg-3, #map-section .gy-lg-3 {
    --bs-gutter-y:1rem;
  }
  #map-section .g-lg-4, #map-section .gx-lg-4 {
    --bs-gutter-x:1.5rem;
  }
  #map-section .g-lg-4, #map-section .gy-lg-4 {
    --bs-gutter-y:1.5rem;
  }
  #map-section .g-lg-5, #map-section .gx-lg-5 {
    --bs-gutter-x:3rem;
  }
  #map-section .g-lg-5, #map-section .gy-lg-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1200px) {
  #map-section .col-xl {
    flex: 1 0 0%;
  }
  #map-section .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  #map-section .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  #map-section .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  #map-section .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #map-section .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  #map-section .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  #map-section .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #map-section .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  #map-section .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  #map-section .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #map-section .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #map-section .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #map-section .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  #map-section .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  #map-section .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  #map-section .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  #map-section .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  #map-section .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  #map-section .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  #map-section .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #map-section .offset-xl-0 {
    margin-left: 0;
  }
  #map-section .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  #map-section .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  #map-section .offset-xl-3 {
    margin-left: 25%;
  }
  #map-section .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  #map-section .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  #map-section .offset-xl-6 {
    margin-left: 50%;
  }
  #map-section .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  #map-section .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  #map-section .offset-xl-9 {
    margin-left: 75%;
  }
  #map-section .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  #map-section .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  #map-section .g-xl-0, #map-section .gx-xl-0 {
    --bs-gutter-x:0;
  }
  #map-section .g-xl-0, #map-section .gy-xl-0 {
    --bs-gutter-y:0;
  }
  #map-section .g-xl-1, #map-section .gx-xl-1 {
    --bs-gutter-x:0.25rem;
  }
  #map-section .g-xl-1, #map-section .gy-xl-1 {
    --bs-gutter-y:0.25rem;
  }
  #map-section .g-xl-2, #map-section .gx-xl-2 {
    --bs-gutter-x:0.5rem;
  }
  #map-section .g-xl-2, #map-section .gy-xl-2 {
    --bs-gutter-y:0.5rem;
  }
  #map-section .g-xl-3, #map-section .gx-xl-3 {
    --bs-gutter-x:1rem;
  }
  #map-section .g-xl-3, #map-section .gy-xl-3 {
    --bs-gutter-y:1rem;
  }
  #map-section .g-xl-4, #map-section .gx-xl-4 {
    --bs-gutter-x:1.5rem;
  }
  #map-section .g-xl-4, #map-section .gy-xl-4 {
    --bs-gutter-y:1.5rem;
  }
  #map-section .g-xl-5, #map-section .gx-xl-5 {
    --bs-gutter-x:3rem;
  }
  #map-section .g-xl-5, #map-section .gy-xl-5 {
    --bs-gutter-y:3rem;
  }
}
@media (min-width: 1400px) {
  #map-section .col-xxl {
    flex: 1 0 0%;
  }
  #map-section .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  #map-section .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  #map-section .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  #map-section .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #map-section .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  #map-section .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  #map-section .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #map-section .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  #map-section .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  #map-section .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  #map-section .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #map-section .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  #map-section .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  #map-section .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  #map-section .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  #map-section .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  #map-section .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  #map-section .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  #map-section .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  #map-section .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  #map-section .offset-xxl-0 {
    margin-left: 0;
  }
  #map-section .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  #map-section .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  #map-section .offset-xxl-3 {
    margin-left: 25%;
  }
  #map-section .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  #map-section .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  #map-section .offset-xxl-6 {
    margin-left: 50%;
  }
  #map-section .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  #map-section .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  #map-section .offset-xxl-9 {
    margin-left: 75%;
  }
  #map-section .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  #map-section .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  #map-section .g-xxl-0, #map-section .gx-xxl-0 {
    --bs-gutter-x:0;
  }
  #map-section .g-xxl-0, #map-section .gy-xxl-0 {
    --bs-gutter-y:0;
  }
  #map-section .g-xxl-1, #map-section .gx-xxl-1 {
    --bs-gutter-x:0.25rem;
  }
  #map-section .g-xxl-1, #map-section .gy-xxl-1 {
    --bs-gutter-y:0.25rem;
  }
  #map-section .g-xxl-2, #map-section .gx-xxl-2 {
    --bs-gutter-x:0.5rem;
  }
  #map-section .g-xxl-2, #map-section .gy-xxl-2 {
    --bs-gutter-y:0.5rem;
  }
  #map-section .g-xxl-3, #map-section .gx-xxl-3 {
    --bs-gutter-x:1rem;
  }
  #map-section .g-xxl-3, #map-section .gy-xxl-3 {
    --bs-gutter-y:1rem;
  }
  #map-section .g-xxl-4, #map-section .gx-xxl-4 {
    --bs-gutter-x:1.5rem;
  }
  #map-section .g-xxl-4, #map-section .gy-xxl-4 {
    --bs-gutter-y:1.5rem;
  }
  #map-section .g-xxl-5, #map-section .gx-xxl-5 {
    --bs-gutter-x:3rem;
  }
  #map-section .g-xxl-5, #map-section .gy-xxl-5 {
    --bs-gutter-y:3rem;
  }
}
#map-section .table {
  --bs-table-bg:transparent;
  --bs-table-accent-bg:transparent;
  --bs-table-striped-color:#212529;
  --bs-table-striped-bg:rgba(0, 0, 0, 0.05);
  --bs-table-active-color:#212529;
  --bs-table-active-bg:rgba(0, 0, 0, 0.1);
  --bs-table-hover-color:#212529;
  --bs-table-hover-bg:rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
#map-section .table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
#map-section .table > tbody {
  vertical-align: inherit;
}
#map-section .table > thead {
  vertical-align: bottom;
}
#map-section .table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
#map-section .caption-top {
  caption-side: top;
}
#map-section .table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
#map-section .table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
#map-section .table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
#map-section .table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
#map-section .table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg:var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
#map-section .table-active {
  --bs-table-accent-bg:var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
#map-section .table-hover > tbody > tr:hover {
  --bs-table-accent-bg:var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
#map-section .table-primary {
  --bs-table-bg:#cfe2ff;
  --bs-table-striped-bg:#c5d7f2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bacbe6;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfd1ec;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bacbe6;
}
#map-section .table-secondary {
  --bs-table-bg:#e2e3e5;
  --bs-table-striped-bg:#d7d8da;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#cbccce;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#d1d2d4;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #cbccce;
}
#map-section .table-success {
  --bs-table-bg:#d1e7dd;
  --bs-table-striped-bg:#c7dbd2;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#bcd0c7;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#c1d6cc;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #bcd0c7;
}
#map-section .table-info {
  --bs-table-bg:#cff4fc;
  --bs-table-striped-bg:#c5e8ef;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#badce3;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#bfe2e9;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #badce3;
}
#map-section .table-warning {
  --bs-table-bg:#fff3cd;
  --bs-table-striped-bg:#f2e7c3;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#e6dbb9;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#ece1be;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #e6dbb9;
}
#map-section .table-danger {
  --bs-table-bg:#f8d7da;
  --bs-table-striped-bg:#eccccf;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfc2c4;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5c7ca;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfc2c4;
}
#map-section .table-light {
  --bs-table-bg:#f8f9fa;
  --bs-table-striped-bg:#ecedee;
  --bs-table-striped-color:#000;
  --bs-table-active-bg:#dfe0e1;
  --bs-table-active-color:#000;
  --bs-table-hover-bg:#e5e6e7;
  --bs-table-hover-color:#000;
  color: #000;
  border-color: #dfe0e1;
}
#map-section .table-dark {
  --bs-table-bg:#212529;
  --bs-table-striped-bg:#2c3034;
  --bs-table-striped-color:#fff;
  --bs-table-active-bg:#373b3e;
  --bs-table-active-color:#fff;
  --bs-table-hover-bg:#323539;
  --bs-table-hover-color:#fff;
  color: #fff;
  border-color: #373b3e;
}
#map-section .table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  #map-section .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  #map-section .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  #map-section .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  #map-section .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  #map-section .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
#map-section .form-label {
  margin-bottom: 0.5rem;
}
#map-section .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
#map-section .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}
#map-section .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}
#map-section .form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}
#map-section .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .form-control {
    transition: none;
  }
}
#map-section .form-control[type=file] {
  overflow: hidden;
}
#map-section .form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
#map-section .form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#map-section .form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
#map-section .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
#map-section .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
#map-section .form-control:disabled, #map-section .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
#map-section .form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .form-control::file-selector-button {
    transition: none;
  }
}
#map-section .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
#map-section .form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
#map-section .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
#map-section .form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
#map-section .form-control-plaintext.form-control-lg, #map-section .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}
#map-section .form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
#map-section .form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
#map-section .form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
  margin-inline-end: 0.5rem;
}
#map-section .form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
#map-section .form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
#map-section .form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}
#map-section textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
#map-section textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
#map-section textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}
#map-section .form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
#map-section .form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
#map-section .form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
#map-section .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
#map-section .form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#map-section .form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#map-section .form-select[multiple], #map-section .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
#map-section .form-select:disabled {
  background-color: #e9ecef;
}
#map-section .form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}
#map-section .form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}
#map-section .form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}
#map-section .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
#map-section .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
#map-section .form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
#map-section .form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
#map-section .form-check-input[type=radio] {
  border-radius: 50%;
}
#map-section .form-check-input:active {
  filter: brightness(90%);
}
#map-section .form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#map-section .form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#map-section .form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
#map-section .form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
#map-section .form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
#map-section .form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
#map-section .form-check-input:disabled ~ .form-check-label, #map-section .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.5;
}
#map-section .form-switch {
  padding-left: 2.5em;
}
#map-section .form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .form-switch .form-check-input {
    transition: none;
  }
}
#map-section .form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
#map-section .form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
#map-section .form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
#map-section .btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
#map-section .btn-check:disabled + .btn, #map-section .btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
#map-section .form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
#map-section .form-range:focus {
  outline: 0;
}
#map-section .form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#map-section .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#map-section .form-range::-moz-focus-outer {
  border: 0;
}
#map-section .form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
#map-section .form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
#map-section .form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
#map-section .form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
#map-section .form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
#map-section .form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
#map-section .form-range:disabled {
  pointer-events: none;
}
#map-section .form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
#map-section .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
#map-section .form-floating {
  position: relative;
}
#map-section .form-floating > .form-control, #map-section .form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
#map-section .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .form-floating > label {
    transition: none;
  }
}
#map-section .form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
#map-section .form-floating > .form-control::placeholder {
  color: transparent;
}
#map-section .form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
#map-section .form-floating > .form-control:focus, #map-section .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
#map-section .form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
#map-section .form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
#map-section .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
#map-section .form-floating > .form-control:focus ~ label, #map-section .form-floating > .form-control:not(:placeholder-shown) ~ label, #map-section .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
#map-section .form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
#map-section .input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
#map-section .input-group > .form-control, #map-section .input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
#map-section .input-group > .form-control:focus, #map-section .input-group > .form-select:focus {
  z-index: 3;
}
#map-section .input-group .btn {
  position: relative;
  z-index: 2;
}
#map-section .input-group .btn:focus {
  z-index: 3;
}
#map-section .input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
#map-section .input-group-lg > .btn, #map-section .input-group-lg > .form-control, #map-section .input-group-lg > .form-select, #map-section .input-group-lg > .input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
#map-section .input-group-sm > .btn, #map-section .input-group-sm > .form-control, #map-section .input-group-sm > .form-select, #map-section .input-group-sm > .input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
#map-section .input-group-lg > .form-select, #map-section .input-group-sm > .form-select {
  padding-right: 3rem;
}
#map-section .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), #map-section .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#map-section .input-group.has-validation > .dropdown-toggle:nth-last-child(n+4), #map-section .input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#map-section .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#map-section .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}
#map-section .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}
#map-section .is-valid ~ .valid-feedback, #map-section .is-valid ~ .valid-tooltip, #map-section .was-validated :valid ~ .valid-feedback, #map-section .was-validated :valid ~ .valid-tooltip {
  display: block;
}
#map-section .form-control.is-valid, #map-section .was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#map-section .form-control.is-valid:focus, #map-section .was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
#map-section .was-validated textarea.form-control:valid, #map-section textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
#map-section .form-select.is-valid, #map-section .was-validated .form-select:valid {
  border-color: #198754;
}
#map-section .form-select.is-valid:not([multiple]):not([size]), #map-section .form-select.is-valid:not([multiple])[size="1"], #map-section .was-validated .form-select:valid:not([multiple]):not([size]), #map-section .was-validated .form-select:valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#map-section .form-select.is-valid:focus, #map-section .was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
#map-section .form-check-input.is-valid, #map-section .was-validated .form-check-input:valid {
  border-color: #198754;
}
#map-section .form-check-input.is-valid:checked, #map-section .was-validated .form-check-input:valid:checked {
  background-color: #198754;
}
#map-section .form-check-input.is-valid:focus, #map-section .was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
#map-section .form-check-input.is-valid ~ .form-check-label, #map-section .was-validated .form-check-input:valid ~ .form-check-label {
  color: #198754;
}
#map-section .form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
#map-section .input-group .form-control.is-valid, #map-section .input-group .form-select.is-valid, #map-section .was-validated .input-group .form-control:valid, #map-section .was-validated .input-group .form-select:valid {
  z-index: 1;
}
#map-section .input-group .form-control.is-valid:focus, #map-section .input-group .form-select.is-valid:focus, #map-section .was-validated .input-group .form-control:valid:focus, #map-section .was-validated .input-group .form-select:valid:focus {
  z-index: 3;
}
#map-section .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
#map-section .invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
#map-section .is-invalid ~ .invalid-feedback, #map-section .is-invalid ~ .invalid-tooltip, #map-section .was-validated :invalid ~ .invalid-feedback, #map-section .was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
#map-section .form-control.is-invalid, #map-section .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#map-section .form-control.is-invalid:focus, #map-section .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
#map-section .was-validated textarea.form-control:invalid, #map-section textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
#map-section .form-select.is-invalid, #map-section .was-validated .form-select:invalid {
  border-color: #dc3545;
}
#map-section .form-select.is-invalid:not([multiple]):not([size]), #map-section .form-select.is-invalid:not([multiple])[size="1"], #map-section .was-validated .form-select:invalid:not([multiple]):not([size]), #map-section .was-validated .form-select:invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
#map-section .form-select.is-invalid:focus, #map-section .was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
#map-section .form-check-input.is-invalid, #map-section .was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
#map-section .form-check-input.is-invalid:checked, #map-section .was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
#map-section .form-check-input.is-invalid:focus, #map-section .was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
#map-section .form-check-input.is-invalid ~ .form-check-label, #map-section .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
#map-section .form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
#map-section .input-group .form-control.is-invalid, #map-section .input-group .form-select.is-invalid, #map-section .was-validated .input-group .form-control:invalid, #map-section .was-validated .input-group .form-select:invalid {
  z-index: 2;
}
#map-section .input-group .form-control.is-invalid:focus, #map-section .input-group .form-select.is-invalid:focus, #map-section .was-validated .input-group .form-control:invalid:focus, #map-section .was-validated .input-group .form-select:invalid:focus {
  z-index: 3;
}
#map-section .btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .btn {
    transition: none;
  }
}
#map-section .btn:hover {
  color: #212529;
}
#map-section .btn-check:focus + .btn, #map-section .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#map-section .btn.disabled, #map-section .btn:disabled, #map-section fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}
#map-section .btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#map-section .btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
#map-section .btn-check:focus + .btn-primary, #map-section .btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
#map-section .btn-check:active + .btn-primary, #map-section .btn-check:checked + .btn-primary, #map-section .btn-primary.active, #map-section .btn-primary:active, #map-section .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
#map-section .btn-check:active + .btn-primary:focus, #map-section .btn-check:checked + .btn-primary:focus, #map-section .btn-primary.active:focus, #map-section .btn-primary:active:focus, #map-section .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
#map-section .btn-primary.disabled, #map-section .btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#map-section .btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
#map-section .btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
#map-section .btn-check:focus + .btn-secondary, #map-section .btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
#map-section .btn-check:active + .btn-secondary, #map-section .btn-check:checked + .btn-secondary, #map-section .btn-secondary.active, #map-section .btn-secondary:active, #map-section .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
#map-section .btn-check:active + .btn-secondary:focus, #map-section .btn-check:checked + .btn-secondary:focus, #map-section .btn-secondary.active:focus, #map-section .btn-secondary:active:focus, #map-section .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
#map-section .btn-secondary.disabled, #map-section .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
#map-section .btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
#map-section .btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
#map-section .btn-check:focus + .btn-success, #map-section .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
#map-section .btn-check:active + .btn-success, #map-section .btn-check:checked + .btn-success, #map-section .btn-success.active, #map-section .btn-success:active, #map-section .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
#map-section .btn-check:active + .btn-success:focus, #map-section .btn-check:checked + .btn-success:focus, #map-section .btn-success.active:focus, #map-section .btn-success:active:focus, #map-section .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
#map-section .btn-success.disabled, #map-section .btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
#map-section .btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
#map-section .btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
#map-section .btn-check:focus + .btn-info, #map-section .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
#map-section .btn-check:active + .btn-info, #map-section .btn-check:checked + .btn-info, #map-section .btn-info.active, #map-section .btn-info:active, #map-section .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
#map-section .btn-check:active + .btn-info:focus, #map-section .btn-check:checked + .btn-info:focus, #map-section .btn-info.active:focus, #map-section .btn-info:active:focus, #map-section .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
#map-section .btn-info.disabled, #map-section .btn-info:disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
#map-section .btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
#map-section .btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
#map-section .btn-check:focus + .btn-warning, #map-section .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
#map-section .btn-check:active + .btn-warning, #map-section .btn-check:checked + .btn-warning, #map-section .btn-warning.active, #map-section .btn-warning:active, #map-section .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
#map-section .btn-check:active + .btn-warning:focus, #map-section .btn-check:checked + .btn-warning:focus, #map-section .btn-warning.active:focus, #map-section .btn-warning:active:focus, #map-section .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
#map-section .btn-warning.disabled, #map-section .btn-warning:disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
#map-section .btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#map-section .btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
#map-section .btn-check:focus + .btn-danger, #map-section .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
#map-section .btn-check:active + .btn-danger, #map-section .btn-check:checked + .btn-danger, #map-section .btn-danger.active, #map-section .btn-danger:active, #map-section .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
#map-section .btn-check:active + .btn-danger:focus, #map-section .btn-check:checked + .btn-danger:focus, #map-section .btn-danger.active:focus, #map-section .btn-danger:active:focus, #map-section .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
#map-section .btn-danger.disabled, #map-section .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#map-section .btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#map-section .btn-light:hover {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
#map-section .btn-check:focus + .btn-light, #map-section .btn-light:focus {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
#map-section .btn-check:active + .btn-light, #map-section .btn-check:checked + .btn-light, #map-section .btn-light.active, #map-section .btn-light:active, #map-section .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
#map-section .btn-check:active + .btn-light:focus, #map-section .btn-check:checked + .btn-light:focus, #map-section .btn-light.active:focus, #map-section .btn-light:active:focus, #map-section .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
#map-section .btn-light.disabled, #map-section .btn-light:disabled {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#map-section .btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
#map-section .btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
#map-section .btn-check:focus + .btn-dark, #map-section .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
#map-section .btn-check:active + .btn-dark, #map-section .btn-check:checked + .btn-dark, #map-section .btn-dark.active, #map-section .btn-dark:active, #map-section .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
#map-section .btn-check:active + .btn-dark:focus, #map-section .btn-check:checked + .btn-dark:focus, #map-section .btn-dark.active:focus, #map-section .btn-dark:active:focus, #map-section .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
#map-section .btn-dark.disabled, #map-section .btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
#map-section .btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd;
}
#map-section .btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#map-section .btn-check:focus + .btn-outline-primary, #map-section .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
#map-section .btn-check:active + .btn-outline-primary, #map-section .btn-check:checked + .btn-outline-primary, #map-section .btn-outline-primary.active, #map-section .btn-outline-primary.dropdown-toggle.show, #map-section .btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#map-section .btn-check:active + .btn-outline-primary:focus, #map-section .btn-check:checked + .btn-outline-primary:focus, #map-section .btn-outline-primary.active:focus, #map-section .btn-outline-primary.dropdown-toggle.show:focus, #map-section .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
#map-section .btn-outline-primary.disabled, #map-section .btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent;
}
#map-section .btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
#map-section .btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
#map-section .btn-check:focus + .btn-outline-secondary, #map-section .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
#map-section .btn-check:active + .btn-outline-secondary, #map-section .btn-check:checked + .btn-outline-secondary, #map-section .btn-outline-secondary.active, #map-section .btn-outline-secondary.dropdown-toggle.show, #map-section .btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
#map-section .btn-check:active + .btn-outline-secondary:focus, #map-section .btn-check:checked + .btn-outline-secondary:focus, #map-section .btn-outline-secondary.active:focus, #map-section .btn-outline-secondary.dropdown-toggle.show:focus, #map-section .btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(108, 117, 125, 0.5);
}
#map-section .btn-outline-secondary.disabled, #map-section .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
#map-section .btn-outline-success {
  color: #198754;
  border-color: #198754;
}
#map-section .btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
#map-section .btn-check:focus + .btn-outline-success, #map-section .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
#map-section .btn-check:active + .btn-outline-success, #map-section .btn-check:checked + .btn-outline-success, #map-section .btn-outline-success.active, #map-section .btn-outline-success.dropdown-toggle.show, #map-section .btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
#map-section .btn-check:active + .btn-outline-success:focus, #map-section .btn-check:checked + .btn-outline-success:focus, #map-section .btn-outline-success.active:focus, #map-section .btn-outline-success.dropdown-toggle.show:focus, #map-section .btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
#map-section .btn-outline-success.disabled, #map-section .btn-outline-success:disabled {
  color: #198754;
  background-color: transparent;
}
#map-section .btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
#map-section .btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
#map-section .btn-check:focus + .btn-outline-info, #map-section .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
#map-section .btn-check:active + .btn-outline-info, #map-section .btn-check:checked + .btn-outline-info, #map-section .btn-outline-info.active, #map-section .btn-outline-info.dropdown-toggle.show, #map-section .btn-outline-info:active {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
#map-section .btn-check:active + .btn-outline-info:focus, #map-section .btn-check:checked + .btn-outline-info:focus, #map-section .btn-outline-info.active:focus, #map-section .btn-outline-info.dropdown-toggle.show:focus, #map-section .btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
#map-section .btn-outline-info.disabled, #map-section .btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent;
}
#map-section .btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
#map-section .btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
#map-section .btn-check:focus + .btn-outline-warning, #map-section .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
#map-section .btn-check:active + .btn-outline-warning, #map-section .btn-check:checked + .btn-outline-warning, #map-section .btn-outline-warning.active, #map-section .btn-outline-warning.dropdown-toggle.show, #map-section .btn-outline-warning:active {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
#map-section .btn-check:active + .btn-outline-warning:focus, #map-section .btn-check:checked + .btn-outline-warning:focus, #map-section .btn-outline-warning.active:focus, #map-section .btn-outline-warning.dropdown-toggle.show:focus, #map-section .btn-outline-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
#map-section .btn-outline-warning.disabled, #map-section .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
#map-section .btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
#map-section .btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#map-section .btn-check:focus + .btn-outline-danger, #map-section .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
#map-section .btn-check:active + .btn-outline-danger, #map-section .btn-check:checked + .btn-outline-danger, #map-section .btn-outline-danger.active, #map-section .btn-outline-danger.dropdown-toggle.show, #map-section .btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
#map-section .btn-check:active + .btn-outline-danger:focus, #map-section .btn-check:checked + .btn-outline-danger:focus, #map-section .btn-outline-danger.active:focus, #map-section .btn-outline-danger.dropdown-toggle.show:focus, #map-section .btn-outline-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
#map-section .btn-outline-danger.disabled, #map-section .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
#map-section .btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
#map-section .btn-outline-light:hover {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#map-section .btn-check:focus + .btn-outline-light, #map-section .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
#map-section .btn-check:active + .btn-outline-light, #map-section .btn-check:checked + .btn-outline-light, #map-section .btn-outline-light.active, #map-section .btn-outline-light.dropdown-toggle.show, #map-section .btn-outline-light:active {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
#map-section .btn-check:active + .btn-outline-light:focus, #map-section .btn-check:checked + .btn-outline-light:focus, #map-section .btn-outline-light.active:focus, #map-section .btn-outline-light.dropdown-toggle.show:focus, #map-section .btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
#map-section .btn-outline-light.disabled, #map-section .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
#map-section .btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
#map-section .btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
#map-section .btn-check:focus + .btn-outline-dark, #map-section .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
#map-section .btn-check:active + .btn-outline-dark, #map-section .btn-check:checked + .btn-outline-dark, #map-section .btn-outline-dark.active, #map-section .btn-outline-dark.dropdown-toggle.show, #map-section .btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
#map-section .btn-check:active + .btn-outline-dark:focus, #map-section .btn-check:checked + .btn-outline-dark:focus, #map-section .btn-outline-dark.active:focus, #map-section .btn-outline-dark.dropdown-toggle.show:focus, #map-section .btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
#map-section .btn-outline-dark.disabled, #map-section .btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
#map-section .btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
#map-section .btn-link:hover {
  color: #0a58ca;
}
#map-section .btn-link.disabled, #map-section .btn-link:disabled {
  color: #6c757d;
}
#map-section .btn-group-lg > .btn, #map-section .btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
#map-section .btn-group-sm > .btn, #map-section .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
#map-section .fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .fade {
    transition: none;
  }
}
#map-section .fade:not(.show) {
  opacity: 0;
}
#map-section .collapse:not(.show) {
  display: none;
}
#map-section .collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .collapsing {
    transition: none;
  }
}
#map-section .dropdown, #map-section .dropend, #map-section .dropstart, #map-section .dropup {
  position: relative;
}
#map-section .dropdown-toggle {
  white-space: nowrap;
}
#map-section .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
#map-section .dropdown-toggle:empty::after {
  margin-left: 0;
}
#map-section .dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
#map-section .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
#map-section .dropdown-menu-start {
  --bs-position:start;
}
#map-section .dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
#map-section .dropdown-menu-end {
  --bs-position:end;
}
#map-section .dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  #map-section .dropdown-menu-sm-start {
    --bs-position:start;
  }
  #map-section .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  #map-section .dropdown-menu-sm-end {
    --bs-position:end;
  }
  #map-section .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  #map-section .dropdown-menu-md-start {
    --bs-position:start;
  }
  #map-section .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  #map-section .dropdown-menu-md-end {
    --bs-position:end;
  }
  #map-section .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  #map-section .dropdown-menu-lg-start {
    --bs-position:start;
  }
  #map-section .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  #map-section .dropdown-menu-lg-end {
    --bs-position:end;
  }
  #map-section .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  #map-section .dropdown-menu-xl-start {
    --bs-position:start;
  }
  #map-section .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  #map-section .dropdown-menu-xl-end {
    --bs-position:end;
  }
  #map-section .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  #map-section .dropdown-menu-xxl-start {
    --bs-position:start;
  }
  #map-section .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  #map-section .dropdown-menu-xxl-end {
    --bs-position:end;
  }
  #map-section .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
#map-section .dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
#map-section .dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
#map-section .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
#map-section .dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
#map-section .dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
#map-section .dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
#map-section .dropend .dropdown-toggle::after {
  vertical-align: 0;
}
#map-section .dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
#map-section .dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
#map-section .dropstart .dropdown-toggle::after {
  display: none;
}
#map-section .dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
#map-section .dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
#map-section .dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
#map-section .dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
#map-section .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
#map-section .dropdown-item:focus, #map-section .dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef;
}
#map-section .dropdown-item.active, #map-section .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #0d6efd;
}
#map-section .dropdown-item.disabled, #map-section .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
#map-section .dropdown-menu.show {
  display: block;
}
#map-section .dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
#map-section .dropdown-item-text {
  display: block;
  padding: 0.25rem 1rem;
  color: #212529;
}
#map-section .dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
#map-section .dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
#map-section .dropdown-menu-dark .dropdown-item:focus, #map-section .dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
#map-section .dropdown-menu-dark .dropdown-item.active, #map-section .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd;
}
#map-section .dropdown-menu-dark .dropdown-item.disabled, #map-section .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
#map-section .dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
#map-section .dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
#map-section .dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}
#map-section .btn-group, #map-section .btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
#map-section .btn-group-vertical > .btn, #map-section .btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
#map-section .btn-group-vertical > .btn-check:checked + .btn, #map-section .btn-group-vertical > .btn-check:focus + .btn, #map-section .btn-group-vertical > .btn.active, #map-section .btn-group-vertical > .btn:active, #map-section .btn-group-vertical > .btn:focus, #map-section .btn-group-vertical > .btn:hover, #map-section .btn-group > .btn-check:checked + .btn, #map-section .btn-group > .btn-check:focus + .btn, #map-section .btn-group > .btn.active, #map-section .btn-group > .btn:active, #map-section .btn-group > .btn:focus, #map-section .btn-group > .btn:hover {
  z-index: 1;
}
#map-section .btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#map-section .btn-toolbar .input-group {
  width: auto;
}
#map-section .btn-group > .btn-group:not(:first-child), #map-section .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
#map-section .btn-group > .btn-group:not(:last-child) > .btn, #map-section .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#map-section .btn-group > .btn-group:not(:first-child) > .btn, #map-section .btn-group > .btn:nth-child(n+3), #map-section .btn-group > :not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#map-section .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
#map-section .dropdown-toggle-split::after, #map-section .dropend .dropdown-toggle-split::after, #map-section .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}
#map-section .dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
#map-section .btn-group-sm > .btn + .dropdown-toggle-split, #map-section .btn-sm + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
#map-section .btn-group-lg > .btn + .dropdown-toggle-split, #map-section .btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
#map-section .btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
#map-section .btn-group-vertical > .btn, #map-section .btn-group-vertical > .btn-group {
  width: 100%;
}
#map-section .btn-group-vertical > .btn-group:not(:first-child), #map-section .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
#map-section .btn-group-vertical > .btn-group:not(:last-child) > .btn, #map-section .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#map-section .btn-group-vertical > .btn-group:not(:first-child) > .btn, #map-section .btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#map-section .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#map-section .nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .nav-link {
    transition: none;
  }
}
#map-section .nav-link:focus, #map-section .nav-link:hover {
  color: #0a58ca;
}
#map-section .nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}
#map-section .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
#map-section .nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#map-section .nav-tabs .nav-link:focus, #map-section .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
#map-section .nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
#map-section .nav-tabs .nav-item.show .nav-link, #map-section .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
#map-section .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#map-section .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 0.25rem;
}
#map-section .nav-pills .nav-link.active, #map-section .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0d6efd;
}
#map-section .nav-fill .nav-item, #map-section .nav-fill > .nav-link {
  flex: 1 1 auto;
  text-align: center;
}
#map-section .nav-justified .nav-item, #map-section .nav-justified > .nav-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
#map-section .nav-fill .nav-item .nav-link, #map-section .nav-justified .nav-item .nav-link {
  width: 100%;
}
#map-section .tab-content > .tab-pane {
  display: none;
}
#map-section .tab-content > .active {
  display: block;
}
#map-section .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#map-section .navbar > .container, #map-section .navbar > .container-fluid, #map-section .navbar > .container-lg, #map-section .navbar > .container-md, #map-section .navbar > .container-sm, #map-section .navbar > .container-xl, #map-section .navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
#map-section .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
#map-section .navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
#map-section .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
#map-section .navbar-nav .dropdown-menu {
  position: static;
}
#map-section .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
#map-section .navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
#map-section .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .navbar-toggler {
    transition: none;
  }
}
#map-section .navbar-toggler:hover {
  text-decoration: none;
}
#map-section .navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}
#map-section .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
#map-section .navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  #map-section .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #map-section .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  #map-section .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #map-section .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #map-section .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  #map-section .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #map-section .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  #map-section .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #map-section .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  #map-section .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #map-section .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #map-section .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  #map-section .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #map-section .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  #map-section .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #map-section .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  #map-section .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #map-section .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #map-section .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  #map-section .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #map-section .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  #map-section .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #map-section .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  #map-section .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #map-section .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #map-section .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  #map-section .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #map-section .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  #map-section .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  #map-section .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  #map-section .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  #map-section .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  #map-section .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  #map-section .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  #map-section .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
#map-section .navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
#map-section .navbar-expand .navbar-nav {
  flex-direction: row;
}
#map-section .navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
#map-section .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
#map-section .navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
#map-section .navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
#map-section .navbar-expand .navbar-toggler {
  display: none;
}
#map-section .navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
#map-section .navbar-light .navbar-brand:focus, #map-section .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}
#map-section .navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
#map-section .navbar-light .navbar-nav .nav-link:focus, #map-section .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}
#map-section .navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
#map-section .navbar-light .navbar-nav .nav-link.active, #map-section .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
#map-section .navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
#map-section .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#map-section .navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
#map-section .navbar-light .navbar-text a, #map-section .navbar-light .navbar-text a:focus, #map-section .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
#map-section .navbar-dark .navbar-brand {
  color: #fff;
}
#map-section .navbar-dark .navbar-brand:focus, #map-section .navbar-dark .navbar-brand:hover {
  color: #fff;
}
#map-section .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
#map-section .navbar-dark .navbar-nav .nav-link:focus, #map-section .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}
#map-section .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
#map-section .navbar-dark .navbar-nav .nav-link.active, #map-section .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
#map-section .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
#map-section .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#map-section .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
#map-section .navbar-dark .navbar-text a, #map-section .navbar-dark .navbar-text a:focus, #map-section .navbar-dark .navbar-text a:hover {
  color: #fff;
}
#map-section .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
#map-section .card > hr {
  margin-right: 0;
  margin-left: 0;
}
#map-section .card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
#map-section .card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
#map-section .card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
#map-section .card > .card-header + .list-group, #map-section .card > .list-group + .card-footer {
  border-top: 0;
}
#map-section .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
#map-section .card-title {
  margin-bottom: 0.5rem;
}
#map-section .card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}
#map-section .card-text:last-child {
  margin-bottom: 0;
}
#map-section .card-link:hover {
  text-decoration: none;
}
#map-section .card-link + .card-link {
  margin-left: 1rem;
}
#map-section .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
#map-section .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
#map-section .card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
#map-section .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
#map-section .card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}
#map-section .card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
#map-section .card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}
#map-section .card-img, #map-section .card-img-bottom, #map-section .card-img-top {
  width: 100%;
}
#map-section .card-img, #map-section .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
#map-section .card-img, #map-section .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
#map-section .card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  #map-section .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  #map-section .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  #map-section .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  #map-section .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  #map-section .card-group > .card:not(:last-child) .card-header, #map-section .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  #map-section .card-group > .card:not(:last-child) .card-footer, #map-section .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  #map-section .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  #map-section .card-group > .card:not(:first-child) .card-header, #map-section .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  #map-section .card-group > .card:not(:first-child) .card-footer, #map-section .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
#map-section .accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .accordion-button {
    transition: none;
  }
}
#map-section .accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
#map-section .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
#map-section .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .accordion-button::after {
    transition: none;
  }
}
#map-section .accordion-button:hover {
  z-index: 2;
}
#map-section .accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#map-section .accordion-header {
  margin-bottom: 0;
}
#map-section .accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#map-section .accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
#map-section .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
#map-section .accordion-item:not(:first-of-type) {
  border-top: 0;
}
#map-section .accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#map-section .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
#map-section .accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#map-section .accordion-body {
  padding: 1rem 1.25rem;
}
#map-section .accordion-flush .accordion-collapse {
  border-width: 0;
}
#map-section .accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
#map-section .accordion-flush .accordion-item:first-child {
  border-top: 0;
}
#map-section .accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
#map-section .accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
#map-section .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
#map-section .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
#map-section .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
#map-section .breadcrumb-item.active {
  color: #6c757d;
}
#map-section .pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
#map-section .page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .page-link {
    transition: none;
  }
}
#map-section .page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
#map-section .page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
#map-section .page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
#map-section .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#map-section .page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}
#map-section .page-link {
  padding: 0.375rem 0.75rem;
}
#map-section .page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
#map-section .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
#map-section .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
#map-section .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
#map-section .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
#map-section .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
#map-section .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
#map-section .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}
#map-section .badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
#map-section .badge:empty {
  display: none;
}
#map-section .btn .badge {
  position: relative;
  top: -1px;
}
#map-section .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
#map-section .alert-heading {
  color: inherit;
}
#map-section .alert-link {
  font-weight: 700;
}
#map-section .alert-dismissible {
  padding-right: 3rem;
}
#map-section .alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
#map-section .alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
#map-section .alert-primary .alert-link {
  color: #06357a;
}
#map-section .alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
#map-section .alert-secondary .alert-link {
  color: #34383c;
}
#map-section .alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
#map-section .alert-success .alert-link {
  color: #0c4128;
}
#map-section .alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
#map-section .alert-info .alert-link {
  color: #04414d;
}
#map-section .alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
#map-section .alert-warning .alert-link {
  color: #523e02;
}
#map-section .alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
#map-section .alert-danger .alert-link {
  color: #6a1a21;
}
#map-section .alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
#map-section .alert-light .alert-link {
  color: #4f5050;
}
#map-section .alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
#map-section .alert-dark .alert-link {
  color: #101214;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
#map-section .progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}
#map-section .progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .progress-bar {
    transition: none;
  }
}
#map-section .progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}
#map-section .progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
#map-section .list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}
#map-section .list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
#map-section .list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
#map-section .list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
#map-section .list-group-item-action:focus, #map-section .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
#map-section .list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}
#map-section .list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
#map-section .list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
#map-section .list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
#map-section .list-group-item.disabled, #map-section .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
#map-section .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
#map-section .list-group-item + .list-group-item {
  border-top-width: 0;
}
#map-section .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
#map-section .list-group-horizontal {
  flex-direction: row;
}
#map-section .list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
#map-section .list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
#map-section .list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
#map-section .list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
#map-section .list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  #map-section .list-group-horizontal-sm {
    flex-direction: row;
  }
  #map-section .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  #map-section .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  #map-section .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  #map-section .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  #map-section .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  #map-section .list-group-horizontal-md {
    flex-direction: row;
  }
  #map-section .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  #map-section .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  #map-section .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  #map-section .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  #map-section .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  #map-section .list-group-horizontal-lg {
    flex-direction: row;
  }
  #map-section .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  #map-section .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  #map-section .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  #map-section .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  #map-section .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  #map-section .list-group-horizontal-xl {
    flex-direction: row;
  }
  #map-section .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  #map-section .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  #map-section .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  #map-section .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  #map-section .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  #map-section .list-group-horizontal-xxl {
    flex-direction: row;
  }
  #map-section .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  #map-section .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  #map-section .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  #map-section .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  #map-section .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
#map-section .list-group-flush {
  border-radius: 0;
}
#map-section .list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
#map-section .list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
#map-section .list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff;
}
#map-section .list-group-item-primary.list-group-item-action:focus, #map-section .list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6;
}
#map-section .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}
#map-section .list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5;
}
#map-section .list-group-item-secondary.list-group-item-action:focus, #map-section .list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce;
}
#map-section .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}
#map-section .list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd;
}
#map-section .list-group-item-success.list-group-item-action:focus, #map-section .list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7;
}
#map-section .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}
#map-section .list-group-item-info {
  color: #055160;
  background-color: #cff4fc;
}
#map-section .list-group-item-info.list-group-item-action:focus, #map-section .list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3;
}
#map-section .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}
#map-section .list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd;
}
#map-section .list-group-item-warning.list-group-item-action:focus, #map-section .list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9;
}
#map-section .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}
#map-section .list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
#map-section .list-group-item-danger.list-group-item-action:focus, #map-section .list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4;
}
#map-section .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
#map-section .list-group-item-light {
  color: #636464;
  background-color: #fefefe;
}
#map-section .list-group-item-light.list-group-item-action:focus, #map-section .list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5;
}
#map-section .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}
#map-section .list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
#map-section .list-group-item-dark.list-group-item-action:focus, #map-section .list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf;
}
#map-section .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}
#map-section .btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
#map-section .btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
#map-section .btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  opacity: 1;
}
#map-section .btn-close.disabled, #map-section .btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}
#map-section .btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
#map-section .toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}
#map-section .toast:not(.showing):not(.show) {
  opacity: 0;
}
#map-section .toast.hide {
  display: none;
}
#map-section .toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
#map-section .toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}
#map-section .toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
#map-section .toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
#map-section .toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
#map-section .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
#map-section .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
#map-section .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  #map-section .modal.fade .modal-dialog {
    transition: none;
  }
}
#map-section .modal.show .modal-dialog {
  transform: none;
}
#map-section .modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
#map-section .modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
#map-section .modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
#map-section .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
#map-section .modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
#map-section .modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}
#map-section .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
#map-section .modal-backdrop.fade {
  opacity: 0;
}
#map-section .modal-backdrop.show {
  opacity: 0.5;
}
#map-section .modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
#map-section .modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
#map-section .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
#map-section .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
#map-section .modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
#map-section .modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  #map-section .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  #map-section .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  #map-section .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  #map-section .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  #map-section .modal-lg, #map-section .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  #map-section .modal-xl {
    max-width: 1140px;
  }
}
#map-section .modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
#map-section .modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
#map-section .modal-fullscreen .modal-header {
  border-radius: 0;
}
#map-section .modal-fullscreen .modal-body {
  overflow-y: auto;
}
#map-section .modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  #map-section .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  #map-section .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  #map-section .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  #map-section .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  #map-section .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  #map-section .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  #map-section .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  #map-section .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  #map-section .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  #map-section .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  #map-section .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  #map-section .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  #map-section .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  #map-section .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  #map-section .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  #map-section .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  #map-section .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  #map-section .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  #map-section .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  #map-section .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  #map-section .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  #map-section .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  #map-section .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  #map-section .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  #map-section .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
#map-section .tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
#map-section .tooltip.show {
  opacity: 0.9;
}
#map-section .tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
#map-section .tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
#map-section .bs-tooltip-auto[data-popper-placement^=top], #map-section .bs-tooltip-top {
  padding: 0.4rem 0;
}
#map-section .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, #map-section .bs-tooltip-top .tooltip-arrow {
  bottom: 0;
}
#map-section .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, #map-section .bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}
#map-section .bs-tooltip-auto[data-popper-placement^=right], #map-section .bs-tooltip-end {
  padding: 0 0.4rem;
}
#map-section .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, #map-section .bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
#map-section .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, #map-section .bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}
#map-section .bs-tooltip-auto[data-popper-placement^=bottom], #map-section .bs-tooltip-bottom {
  padding: 0.4rem 0;
}
#map-section .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, #map-section .bs-tooltip-bottom .tooltip-arrow {
  top: 0;
}
#map-section .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, #map-section .bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}
#map-section .bs-tooltip-auto[data-popper-placement^=left], #map-section .bs-tooltip-start {
  padding: 0 0.4rem;
}
#map-section .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, #map-section .bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
#map-section .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, #map-section .bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}
#map-section .tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}
#map-section .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
#map-section .popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
#map-section .popover .popover-arrow::after, #map-section .popover .popover-arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
#map-section .bs-popover-auto[data-popper-placement^=top] > .popover-arrow, #map-section .bs-popover-top > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
#map-section .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, #map-section .bs-popover-top > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
#map-section .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, #map-section .bs-popover-top > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
#map-section .bs-popover-auto[data-popper-placement^=right] > .popover-arrow, #map-section .bs-popover-end > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
#map-section .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, #map-section .bs-popover-end > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
#map-section .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, #map-section .bs-popover-end > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
#map-section .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, #map-section .bs-popover-bottom > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
#map-section .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, #map-section .bs-popover-bottom > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
#map-section .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, #map-section .bs-popover-bottom > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
#map-section .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, #map-section .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}
#map-section .bs-popover-auto[data-popper-placement^=left] > .popover-arrow, #map-section .bs-popover-start > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
#map-section .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, #map-section .bs-popover-start > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
#map-section .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, #map-section .bs-popover-start > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
#map-section .popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
#map-section .popover-header:empty {
  display: none;
}
#map-section .popover-body {
  padding: 1rem 1rem;
  color: #212529;
}
#map-section .carousel {
  position: relative;
}
#map-section .carousel.pointer-event {
  touch-action: pan-y;
}
#map-section .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#map-section .carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
#map-section .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .carousel-item {
    transition: none;
  }
}
#map-section .carousel-item-next, #map-section .carousel-item-prev, #map-section .carousel-item.active {
  display: block;
}
#map-section .active.carousel-item-end, #map-section .carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}
#map-section .active.carousel-item-start, #map-section .carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}
#map-section .carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
#map-section .carousel-fade .carousel-item-next.carousel-item-start, #map-section .carousel-fade .carousel-item-prev.carousel-item-end, #map-section .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
#map-section .carousel-fade .active.carousel-item-end, #map-section .carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .carousel-fade .active.carousel-item-end, #map-section .carousel-fade .active.carousel-item-start {
    transition: none;
  }
}
#map-section .carousel-control-next, #map-section .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .carousel-control-next, #map-section .carousel-control-prev {
    transition: none;
  }
}
#map-section .carousel-control-next:focus, #map-section .carousel-control-next:hover, #map-section .carousel-control-prev:focus, #map-section .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
#map-section .carousel-control-prev {
  left: 0;
}
#map-section .carousel-control-next {
  right: 0;
}
#map-section .carousel-control-next-icon, #map-section .carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
#map-section .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
#map-section .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#map-section .carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
#map-section .carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
#map-section .carousel-indicators .active {
  opacity: 1;
}
#map-section .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
#map-section .carousel-dark .carousel-control-next-icon, #map-section .carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100);
}
#map-section .carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
#map-section .carousel-dark .carousel-caption {
  color: #000;
}
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
#map-section .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
  animation: 0.75s linear infinite spinner-border;
}
#map-section .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
#map-section .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
  animation: 0.75s linear infinite spinner-grow;
}
#map-section .spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .spinner-border, #map-section .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
  }
}
#map-section .offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #map-section .offcanvas {
    transition: none;
  }
}
#map-section .offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
#map-section .offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}
#map-section .offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
#map-section .offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}
#map-section .offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
#map-section .offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
#map-section .offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}
#map-section .offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
#map-section .offcanvas.show {
  transform: none;
}
#map-section .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
#map-section .link-primary {
  color: #0d6efd;
}
#map-section .link-primary:focus, #map-section .link-primary:hover {
  color: #0a58ca;
}
#map-section .link-secondary {
  color: #6c757d;
}
#map-section .link-secondary:focus, #map-section .link-secondary:hover {
  color: #565e64;
}
#map-section .link-success {
  color: #198754;
}
#map-section .link-success:focus, #map-section .link-success:hover {
  color: #146c43;
}
#map-section .link-info {
  color: #0dcaf0;
}
#map-section .link-info:focus, #map-section .link-info:hover {
  color: #3dd5f3;
}
#map-section .link-warning {
  color: #ffc107;
}
#map-section .link-warning:focus, #map-section .link-warning:hover {
  color: #ffcd39;
}
#map-section .link-danger {
  color: #dc3545;
}
#map-section .link-danger:focus, #map-section .link-danger:hover {
  color: #b02a37;
}
#map-section .link-light {
  color: #f8f9fa;
}
#map-section .link-light:focus, #map-section .link-light:hover {
  color: #f9fafb;
}
#map-section .link-dark {
  color: #212529;
}
#map-section .link-dark:focus, #map-section .link-dark:hover {
  color: #1a1e21;
}
#map-section .ratio {
  position: relative;
  width: 100%;
}
#map-section .ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
#map-section .ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#map-section .ratio-1x1 {
  --bs-aspect-ratio:100%;
}
#map-section .ratio-4x3 {
  --bs-aspect-ratio:calc(3 / 4 * 100%);
}
#map-section .ratio-16x9 {
  --bs-aspect-ratio:calc(9 / 16 * 100%);
}
#map-section .ratio-21x9 {
  --bs-aspect-ratio:calc(9 / 21 * 100%);
}
#map-section .fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
#map-section .fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
#map-section .sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  #map-section .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  #map-section .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  #map-section .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  #map-section .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  #map-section .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
#map-section .visually-hidden, #map-section .visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
#map-section .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
#map-section .text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#map-section .align-baseline {
  vertical-align: baseline !important;
}
#map-section .align-top {
  vertical-align: top !important;
}
#map-section .align-middle {
  vertical-align: middle !important;
}
#map-section .align-bottom {
  vertical-align: bottom !important;
}
#map-section .align-text-bottom {
  vertical-align: text-bottom !important;
}
#map-section .align-text-top {
  vertical-align: text-top !important;
}
#map-section .float-start {
  float: left !important;
}
#map-section .float-end {
  float: right !important;
}
#map-section .float-none {
  float: none !important;
}
#map-section .overflow-auto {
  overflow: auto !important;
}
#map-section .overflow-hidden {
  overflow: hidden !important;
}
#map-section .overflow-visible {
  overflow: visible !important;
}
#map-section .overflow-scroll {
  overflow: scroll !important;
}
#map-section .d-inline {
  display: inline !important;
}
#map-section .d-inline-block {
  display: inline-block !important;
}
#map-section .d-block {
  display: block !important;
}
#map-section .d-grid {
  display: grid !important;
}
#map-section .d-table {
  display: table !important;
}
#map-section .d-table-row {
  display: table-row !important;
}
#map-section .d-table-cell {
  display: table-cell !important;
}
#map-section .d-flex {
  display: flex !important;
}
#map-section .d-inline-flex {
  display: inline-flex !important;
}
#map-section .d-none {
  display: none !important;
}
#map-section .shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
#map-section .shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
#map-section .shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
#map-section .shadow-none {
  box-shadow: none !important;
}
#map-section .position-static {
  position: static !important;
}
#map-section .position-relative {
  position: relative !important;
}
#map-section .position-absolute {
  position: absolute !important;
}
#map-section .position-fixed {
  position: fixed !important;
}
#map-section .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
#map-section .top-0 {
  top: 0 !important;
}
#map-section .top-50 {
  top: 50% !important;
}
#map-section .top-100 {
  top: 100% !important;
}
#map-section .bottom-0 {
  bottom: 0 !important;
}
#map-section .bottom-50 {
  bottom: 50% !important;
}
#map-section .bottom-100 {
  bottom: 100% !important;
}
#map-section .start-0 {
  left: 0 !important;
}
#map-section .start-50 {
  left: 50% !important;
}
#map-section .start-100 {
  left: 100% !important;
}
#map-section .end-0 {
  right: 0 !important;
}
#map-section .end-50 {
  right: 50% !important;
}
#map-section .end-100 {
  right: 100% !important;
}
#map-section .translate-middle {
  transform: translate(-50%, -50%) !important;
}
#map-section .translate-middle-x {
  transform: translateX(-50%) !important;
}
#map-section .translate-middle-y {
  transform: translateY(-50%) !important;
}
#map-section .border {
  border: 1px solid #dee2e6 !important;
}
#map-section .border-0 {
  border: 0 !important;
}
#map-section .border-top {
  border-top: 1px solid #dee2e6 !important;
}
#map-section .border-top-0 {
  border-top: 0 !important;
}
#map-section .border-end {
  border-right: 1px solid #dee2e6 !important;
}
#map-section .border-end-0 {
  border-right: 0 !important;
}
#map-section .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
#map-section .border-bottom-0 {
  border-bottom: 0 !important;
}
#map-section .border-start {
  border-left: 1px solid #dee2e6 !important;
}
#map-section .border-start-0 {
  border-left: 0 !important;
}
#map-section .border-primary {
  border-color: #0d6efd !important;
}
#map-section .border-secondary {
  border-color: #6c757d !important;
}
#map-section .border-success {
  border-color: #198754 !important;
}
#map-section .border-info {
  border-color: #0dcaf0 !important;
}
#map-section .border-warning {
  border-color: #ffc107 !important;
}
#map-section .border-danger {
  border-color: #dc3545 !important;
}
#map-section .border-light {
  border-color: #f8f9fa !important;
}
#map-section .border-dark {
  border-color: #212529 !important;
}
#map-section .border-white {
  border-color: #fff !important;
}
#map-section .border-1 {
  border-width: 1px !important;
}
#map-section .border-2 {
  border-width: 2px !important;
}
#map-section .border-3 {
  border-width: 3px !important;
}
#map-section .border-4 {
  border-width: 4px !important;
}
#map-section .border-5 {
  border-width: 5px !important;
}
#map-section .w-25 {
  width: 25% !important;
}
#map-section .w-50 {
  width: 50% !important;
}
#map-section .w-75 {
  width: 75% !important;
}
#map-section .w-100 {
  width: 100% !important;
}
#map-section .w-auto {
  width: auto !important;
}
#map-section .mw-100 {
  max-width: 100% !important;
}
#map-section .vw-100 {
  width: 100vw !important;
}
#map-section .min-vw-100 {
  min-width: 100vw !important;
}
#map-section .h-25 {
  height: 25% !important;
}
#map-section .h-50 {
  height: 50% !important;
}
#map-section .h-75 {
  height: 75% !important;
}
#map-section .h-100 {
  height: 100% !important;
}
#map-section .h-auto {
  height: auto !important;
}
#map-section .mh-100 {
  max-height: 100% !important;
}
#map-section .vh-100 {
  height: 100vh !important;
}
#map-section .min-vh-100 {
  min-height: 100vh !important;
}
#map-section .flex-fill {
  flex: 1 1 auto !important;
}
#map-section .flex-row {
  flex-direction: row !important;
}
#map-section .flex-column {
  flex-direction: column !important;
}
#map-section .flex-row-reverse {
  flex-direction: row-reverse !important;
}
#map-section .flex-column-reverse {
  flex-direction: column-reverse !important;
}
#map-section .flex-grow-0 {
  flex-grow: 0 !important;
}
#map-section .flex-grow-1 {
  flex-grow: 1 !important;
}
#map-section .flex-shrink-0 {
  flex-shrink: 0 !important;
}
#map-section .flex-shrink-1 {
  flex-shrink: 1 !important;
}
#map-section .flex-wrap {
  flex-wrap: wrap !important;
}
#map-section .flex-nowrap {
  flex-wrap: nowrap !important;
}
#map-section .flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
#map-section .gap-0 {
  gap: 0 !important;
}
#map-section .gap-1 {
  gap: 0.25rem !important;
}
#map-section .gap-2 {
  gap: 0.5rem !important;
}
#map-section .gap-3 {
  gap: 1rem !important;
}
#map-section .gap-4 {
  gap: 1.5rem !important;
}
#map-section .gap-5 {
  gap: 3rem !important;
}
#map-section .justify-content-start {
  justify-content: flex-start !important;
}
#map-section .justify-content-end {
  justify-content: flex-end !important;
}
#map-section .justify-content-center {
  justify-content: center !important;
}
#map-section .justify-content-between {
  justify-content: space-between !important;
}
#map-section .justify-content-around {
  justify-content: space-around !important;
}
#map-section .justify-content-evenly {
  justify-content: space-evenly !important;
}
#map-section .align-items-start {
  align-items: flex-start !important;
}
#map-section .align-items-end {
  align-items: flex-end !important;
}
#map-section .align-items-center {
  align-items: center !important;
}
#map-section .align-items-baseline {
  align-items: baseline !important;
}
#map-section .align-items-stretch {
  align-items: stretch !important;
}
#map-section .align-content-start {
  align-content: flex-start !important;
}
#map-section .align-content-end {
  align-content: flex-end !important;
}
#map-section .align-content-center {
  align-content: center !important;
}
#map-section .align-content-between {
  align-content: space-between !important;
}
#map-section .align-content-around {
  align-content: space-around !important;
}
#map-section .align-content-stretch {
  align-content: stretch !important;
}
#map-section .align-self-auto {
  align-self: auto !important;
}
#map-section .align-self-start {
  align-self: flex-start !important;
}
#map-section .align-self-end {
  align-self: flex-end !important;
}
#map-section .align-self-center {
  align-self: center !important;
}
#map-section .align-self-baseline {
  align-self: baseline !important;
}
#map-section .align-self-stretch {
  align-self: stretch !important;
}
#map-section .order-first {
  order: -1 !important;
}
#map-section .order-0 {
  order: 0 !important;
}
#map-section .order-1 {
  order: 1 !important;
}
#map-section .order-2 {
  order: 2 !important;
}
#map-section .order-3 {
  order: 3 !important;
}
#map-section .order-4 {
  order: 4 !important;
}
#map-section .order-5 {
  order: 5 !important;
}
#map-section .order-last {
  order: 6 !important;
}
#map-section .m-0 {
  margin: 0 !important;
}
#map-section .m-1 {
  margin: 0.25rem !important;
}
#map-section .m-2 {
  margin: 0.5rem !important;
}
#map-section .m-3 {
  margin: 1rem !important;
}
#map-section .m-4 {
  margin: 1.5rem !important;
}
#map-section .m-5 {
  margin: 3rem !important;
}
#map-section .m-auto {
  margin: auto !important;
}
#map-section .mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
#map-section .mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
#map-section .mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
#map-section .mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
#map-section .mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
#map-section .mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
#map-section .mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
#map-section .my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
#map-section .my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
#map-section .my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
#map-section .my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
#map-section .my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
#map-section .my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
#map-section .my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
#map-section .mt-0 {
  margin-top: 0 !important;
}
#map-section .mt-1 {
  margin-top: 0.25rem !important;
}
#map-section .mt-2 {
  margin-top: 0.5rem !important;
}
#map-section .mt-3 {
  margin-top: 1rem !important;
}
#map-section .mt-4 {
  margin-top: 1.5rem !important;
}
#map-section .mt-5 {
  margin-top: 3rem !important;
}
#map-section .mt-auto {
  margin-top: auto !important;
}
#map-section .me-0 {
  margin-right: 0 !important;
}
#map-section .me-1 {
  margin-right: 0.25rem !important;
}
#map-section .me-2 {
  margin-right: 0.5rem !important;
}
#map-section .me-3 {
  margin-right: 1rem !important;
}
#map-section .me-4 {
  margin-right: 1.5rem !important;
}
#map-section .me-5 {
  margin-right: 3rem !important;
}
#map-section .me-auto {
  margin-right: auto !important;
}
#map-section .mb-0 {
  margin-bottom: 0 !important;
}
#map-section .mb-1 {
  margin-bottom: 0.25rem !important;
}
#map-section .mb-2 {
  margin-bottom: 0.5rem !important;
}
#map-section .mb-3 {
  margin-bottom: 1rem !important;
}
#map-section .mb-4 {
  margin-bottom: 1.5rem !important;
}
#map-section .mb-5 {
  margin-bottom: 3rem !important;
}
#map-section .mb-auto {
  margin-bottom: auto !important;
}
#map-section .ms-0 {
  margin-left: 0 !important;
}
#map-section .ms-1 {
  margin-left: 0.25rem !important;
}
#map-section .ms-2 {
  margin-left: 0.5rem !important;
}
#map-section .ms-3 {
  margin-left: 1rem !important;
}
#map-section .ms-4 {
  margin-left: 1.5rem !important;
}
#map-section .ms-5 {
  margin-left: 3rem !important;
}
#map-section .ms-auto {
  margin-left: auto !important;
}
#map-section .p-0 {
  padding: 0 !important;
}
#map-section .p-1 {
  padding: 0.25rem !important;
}
#map-section .p-2 {
  padding: 0.5rem !important;
}
#map-section .p-3 {
  padding: 1rem !important;
}
#map-section .p-4 {
  padding: 1.5rem !important;
}
#map-section .p-5 {
  padding: 3rem !important;
}
#map-section .px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
#map-section .px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
#map-section .px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
#map-section .px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
#map-section .px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
#map-section .px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
#map-section .py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#map-section .py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
#map-section .py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
#map-section .py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
#map-section .py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
#map-section .py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
#map-section .pt-0 {
  padding-top: 0 !important;
}
#map-section .pt-1 {
  padding-top: 0.25rem !important;
}
#map-section .pt-2 {
  padding-top: 0.5rem !important;
}
#map-section .pt-3 {
  padding-top: 1rem !important;
}
#map-section .pt-4 {
  padding-top: 1.5rem !important;
}
#map-section .pt-5 {
  padding-top: 3rem !important;
}
#map-section .pe-0 {
  padding-right: 0 !important;
}
#map-section .pe-1 {
  padding-right: 0.25rem !important;
}
#map-section .pe-2 {
  padding-right: 0.5rem !important;
}
#map-section .pe-3 {
  padding-right: 1rem !important;
}
#map-section .pe-4 {
  padding-right: 1.5rem !important;
}
#map-section .pe-5 {
  padding-right: 3rem !important;
}
#map-section .pb-0 {
  padding-bottom: 0 !important;
}
#map-section .pb-1 {
  padding-bottom: 0.25rem !important;
}
#map-section .pb-2 {
  padding-bottom: 0.5rem !important;
}
#map-section .pb-3 {
  padding-bottom: 1rem !important;
}
#map-section .pb-4 {
  padding-bottom: 1.5rem !important;
}
#map-section .pb-5 {
  padding-bottom: 3rem !important;
}
#map-section .ps-0 {
  padding-left: 0 !important;
}
#map-section .ps-1 {
  padding-left: 0.25rem !important;
}
#map-section .ps-2 {
  padding-left: 0.5rem !important;
}
#map-section .ps-3 {
  padding-left: 1rem !important;
}
#map-section .ps-4 {
  padding-left: 1.5rem !important;
}
#map-section .ps-5 {
  padding-left: 3rem !important;
}
#map-section .font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
#map-section .fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
#map-section .fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
#map-section .fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
#map-section .fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
#map-section .fs-5 {
  font-size: 1.25rem !important;
}
#map-section .fs-6 {
  font-size: 1rem !important;
}
#map-section .fst-italic {
  font-style: italic !important;
}
#map-section .fst-normal {
  font-style: normal !important;
}
#map-section .fw-light {
  font-weight: 300 !important;
}
#map-section .fw-lighter {
  font-weight: lighter !important;
}
#map-section .fw-normal {
  font-weight: 400 !important;
}
#map-section .fw-bold {
  font-weight: 700 !important;
}
#map-section .fw-bolder {
  font-weight: bolder !important;
}
#map-section .lh-1 {
  line-height: 1 !important;
}
#map-section .lh-sm {
  line-height: 1.25 !important;
}
#map-section .lh-base {
  line-height: 1.5 !important;
}
#map-section .lh-lg {
  line-height: 2 !important;
}
#map-section .text-start {
  text-align: left !important;
}
#map-section .text-end {
  text-align: right !important;
}
#map-section .text-center {
  text-align: center !important;
}
#map-section .text-decoration-none {
  text-decoration: none !important;
}
#map-section .text-decoration-underline {
  text-decoration: underline !important;
}
#map-section .text-decoration-line-through {
  text-decoration: line-through !important;
}
#map-section .text-lowercase {
  text-transform: lowercase !important;
}
#map-section .text-uppercase {
  text-transform: uppercase !important;
}
#map-section .text-capitalize {
  text-transform: capitalize !important;
}
#map-section .text-wrap {
  white-space: normal !important;
}
#map-section .text-nowrap {
  white-space: nowrap !important;
}
#map-section .text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
#map-section .text-primary {
  color: #0d6efd !important;
}
#map-section .text-secondary {
  color: #6c757d !important;
}
#map-section .text-success {
  color: #198754 !important;
}
#map-section .text-info {
  color: #0dcaf0 !important;
}
#map-section .text-warning {
  color: #ffc107 !important;
}
#map-section .text-danger {
  color: #dc3545 !important;
}
#map-section .text-light {
  color: #f8f9fa !important;
}
#map-section .text-dark {
  color: #212529 !important;
}
#map-section .text-white {
  color: #fff !important;
}
#map-section .text-body {
  color: #212529 !important;
}
#map-section .text-muted {
  color: #6c757d !important;
}
#map-section .text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
#map-section .text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
#map-section .text-reset {
  color: inherit !important;
}
#map-section .bg-primary {
  background-color: #0d6efd !important;
}
#map-section .bg-secondary {
  background-color: #6c757d !important;
}
#map-section .bg-success {
  background-color: #198754 !important;
}
#map-section .bg-info {
  background-color: #0dcaf0 !important;
}
#map-section .bg-warning {
  background-color: #ffc107 !important;
}
#map-section .bg-danger {
  background-color: #dc3545 !important;
}
#map-section .bg-light {
  background-color: #f8f9fa !important;
}
#map-section .bg-dark {
  background-color: #212529 !important;
}
#map-section .bg-body {
  background-color: #fff !important;
}
#map-section .bg-white {
  background-color: #fff !important;
}
#map-section .bg-transparent {
  background-color: transparent !important;
}
#map-section .bg-gradient {
  background-image: var(--bs-gradient) !important;
}
#map-section .user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}
#map-section .user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}
#map-section .user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}
#map-section .pe-none {
  pointer-events: none !important;
}
#map-section .pe-auto {
  pointer-events: auto !important;
}
#map-section .rounded {
  border-radius: 0.25rem !important;
}
#map-section .rounded-0 {
  border-radius: 0 !important;
}
#map-section .rounded-1 {
  border-radius: 0.2rem !important;
}
#map-section .rounded-2 {
  border-radius: 0.25rem !important;
}
#map-section .rounded-3 {
  border-radius: 0.3rem !important;
}
#map-section .rounded-circle {
  border-radius: 50% !important;
}
#map-section .rounded-pill {
  border-radius: 50rem !important;
}
#map-section .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
#map-section .rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
#map-section .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
#map-section .rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}
#map-section .visible {
  visibility: visible !important;
}
#map-section .invisible {
  visibility: hidden !important;
}
@media (min-width: 576px) {
  #map-section .float-sm-start {
    float: left !important;
  }
  #map-section .float-sm-end {
    float: right !important;
  }
  #map-section .float-sm-none {
    float: none !important;
  }
  #map-section .d-sm-inline {
    display: inline !important;
  }
  #map-section .d-sm-inline-block {
    display: inline-block !important;
  }
  #map-section .d-sm-block {
    display: block !important;
  }
  #map-section .d-sm-grid {
    display: grid !important;
  }
  #map-section .d-sm-table {
    display: table !important;
  }
  #map-section .d-sm-table-row {
    display: table-row !important;
  }
  #map-section .d-sm-table-cell {
    display: table-cell !important;
  }
  #map-section .d-sm-flex {
    display: flex !important;
  }
  #map-section .d-sm-inline-flex {
    display: inline-flex !important;
  }
  #map-section .d-sm-none {
    display: none !important;
  }
  #map-section .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  #map-section .flex-sm-row {
    flex-direction: row !important;
  }
  #map-section .flex-sm-column {
    flex-direction: column !important;
  }
  #map-section .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  #map-section .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  #map-section .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  #map-section .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  #map-section .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  #map-section .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  #map-section .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  #map-section .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  #map-section .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #map-section .gap-sm-0 {
    gap: 0 !important;
  }
  #map-section .gap-sm-1 {
    gap: 0.25rem !important;
  }
  #map-section .gap-sm-2 {
    gap: 0.5rem !important;
  }
  #map-section .gap-sm-3 {
    gap: 1rem !important;
  }
  #map-section .gap-sm-4 {
    gap: 1.5rem !important;
  }
  #map-section .gap-sm-5 {
    gap: 3rem !important;
  }
  #map-section .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  #map-section .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  #map-section .justify-content-sm-center {
    justify-content: center !important;
  }
  #map-section .justify-content-sm-between {
    justify-content: space-between !important;
  }
  #map-section .justify-content-sm-around {
    justify-content: space-around !important;
  }
  #map-section .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  #map-section .align-items-sm-start {
    align-items: flex-start !important;
  }
  #map-section .align-items-sm-end {
    align-items: flex-end !important;
  }
  #map-section .align-items-sm-center {
    align-items: center !important;
  }
  #map-section .align-items-sm-baseline {
    align-items: baseline !important;
  }
  #map-section .align-items-sm-stretch {
    align-items: stretch !important;
  }
  #map-section .align-content-sm-start {
    align-content: flex-start !important;
  }
  #map-section .align-content-sm-end {
    align-content: flex-end !important;
  }
  #map-section .align-content-sm-center {
    align-content: center !important;
  }
  #map-section .align-content-sm-between {
    align-content: space-between !important;
  }
  #map-section .align-content-sm-around {
    align-content: space-around !important;
  }
  #map-section .align-content-sm-stretch {
    align-content: stretch !important;
  }
  #map-section .align-self-sm-auto {
    align-self: auto !important;
  }
  #map-section .align-self-sm-start {
    align-self: flex-start !important;
  }
  #map-section .align-self-sm-end {
    align-self: flex-end !important;
  }
  #map-section .align-self-sm-center {
    align-self: center !important;
  }
  #map-section .align-self-sm-baseline {
    align-self: baseline !important;
  }
  #map-section .align-self-sm-stretch {
    align-self: stretch !important;
  }
  #map-section .order-sm-first {
    order: -1 !important;
  }
  #map-section .order-sm-0 {
    order: 0 !important;
  }
  #map-section .order-sm-1 {
    order: 1 !important;
  }
  #map-section .order-sm-2 {
    order: 2 !important;
  }
  #map-section .order-sm-3 {
    order: 3 !important;
  }
  #map-section .order-sm-4 {
    order: 4 !important;
  }
  #map-section .order-sm-5 {
    order: 5 !important;
  }
  #map-section .order-sm-last {
    order: 6 !important;
  }
  #map-section .m-sm-0 {
    margin: 0 !important;
  }
  #map-section .m-sm-1 {
    margin: 0.25rem !important;
  }
  #map-section .m-sm-2 {
    margin: 0.5rem !important;
  }
  #map-section .m-sm-3 {
    margin: 1rem !important;
  }
  #map-section .m-sm-4 {
    margin: 1.5rem !important;
  }
  #map-section .m-sm-5 {
    margin: 3rem !important;
  }
  #map-section .m-sm-auto {
    margin: auto !important;
  }
  #map-section .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #map-section .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #map-section .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #map-section .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #map-section .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #map-section .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #map-section .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #map-section .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #map-section .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #map-section .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #map-section .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #map-section .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #map-section .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #map-section .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #map-section .mt-sm-0 {
    margin-top: 0 !important;
  }
  #map-section .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  #map-section .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  #map-section .mt-sm-3 {
    margin-top: 1rem !important;
  }
  #map-section .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  #map-section .mt-sm-5 {
    margin-top: 3rem !important;
  }
  #map-section .mt-sm-auto {
    margin-top: auto !important;
  }
  #map-section .me-sm-0 {
    margin-right: 0 !important;
  }
  #map-section .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  #map-section .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  #map-section .me-sm-3 {
    margin-right: 1rem !important;
  }
  #map-section .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  #map-section .me-sm-5 {
    margin-right: 3rem !important;
  }
  #map-section .me-sm-auto {
    margin-right: auto !important;
  }
  #map-section .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  #map-section .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  #map-section .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  #map-section .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  #map-section .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  #map-section .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  #map-section .mb-sm-auto {
    margin-bottom: auto !important;
  }
  #map-section .ms-sm-0 {
    margin-left: 0 !important;
  }
  #map-section .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  #map-section .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  #map-section .ms-sm-3 {
    margin-left: 1rem !important;
  }
  #map-section .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  #map-section .ms-sm-5 {
    margin-left: 3rem !important;
  }
  #map-section .ms-sm-auto {
    margin-left: auto !important;
  }
  #map-section .p-sm-0 {
    padding: 0 !important;
  }
  #map-section .p-sm-1 {
    padding: 0.25rem !important;
  }
  #map-section .p-sm-2 {
    padding: 0.5rem !important;
  }
  #map-section .p-sm-3 {
    padding: 1rem !important;
  }
  #map-section .p-sm-4 {
    padding: 1.5rem !important;
  }
  #map-section .p-sm-5 {
    padding: 3rem !important;
  }
  #map-section .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #map-section .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #map-section .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #map-section .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #map-section .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #map-section .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #map-section .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #map-section .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #map-section .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #map-section .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #map-section .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #map-section .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #map-section .pt-sm-0 {
    padding-top: 0 !important;
  }
  #map-section .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  #map-section .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  #map-section .pt-sm-3 {
    padding-top: 1rem !important;
  }
  #map-section .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  #map-section .pt-sm-5 {
    padding-top: 3rem !important;
  }
  #map-section .pe-sm-0 {
    padding-right: 0 !important;
  }
  #map-section .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  #map-section .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  #map-section .pe-sm-3 {
    padding-right: 1rem !important;
  }
  #map-section .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  #map-section .pe-sm-5 {
    padding-right: 3rem !important;
  }
  #map-section .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  #map-section .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  #map-section .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  #map-section .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  #map-section .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  #map-section .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  #map-section .ps-sm-0 {
    padding-left: 0 !important;
  }
  #map-section .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  #map-section .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  #map-section .ps-sm-3 {
    padding-left: 1rem !important;
  }
  #map-section .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  #map-section .ps-sm-5 {
    padding-left: 3rem !important;
  }
  #map-section .text-sm-start {
    text-align: left !important;
  }
  #map-section .text-sm-end {
    text-align: right !important;
  }
  #map-section .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  #map-section .float-md-start {
    float: left !important;
  }
  #map-section .float-md-end {
    float: right !important;
  }
  #map-section .float-md-none {
    float: none !important;
  }
  #map-section .d-md-inline {
    display: inline !important;
  }
  #map-section .d-md-inline-block {
    display: inline-block !important;
  }
  #map-section .d-md-block {
    display: block !important;
  }
  #map-section .d-md-grid {
    display: grid !important;
  }
  #map-section .d-md-table {
    display: table !important;
  }
  #map-section .d-md-table-row {
    display: table-row !important;
  }
  #map-section .d-md-table-cell {
    display: table-cell !important;
  }
  #map-section .d-md-flex {
    display: flex !important;
  }
  #map-section .d-md-inline-flex {
    display: inline-flex !important;
  }
  #map-section .d-md-none {
    display: none !important;
  }
  #map-section .flex-md-fill {
    flex: 1 1 auto !important;
  }
  #map-section .flex-md-row {
    flex-direction: row !important;
  }
  #map-section .flex-md-column {
    flex-direction: column !important;
  }
  #map-section .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  #map-section .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  #map-section .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  #map-section .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  #map-section .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  #map-section .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  #map-section .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  #map-section .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  #map-section .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #map-section .gap-md-0 {
    gap: 0 !important;
  }
  #map-section .gap-md-1 {
    gap: 0.25rem !important;
  }
  #map-section .gap-md-2 {
    gap: 0.5rem !important;
  }
  #map-section .gap-md-3 {
    gap: 1rem !important;
  }
  #map-section .gap-md-4 {
    gap: 1.5rem !important;
  }
  #map-section .gap-md-5 {
    gap: 3rem !important;
  }
  #map-section .justify-content-md-start {
    justify-content: flex-start !important;
  }
  #map-section .justify-content-md-end {
    justify-content: flex-end !important;
  }
  #map-section .justify-content-md-center {
    justify-content: center !important;
  }
  #map-section .justify-content-md-between {
    justify-content: space-between !important;
  }
  #map-section .justify-content-md-around {
    justify-content: space-around !important;
  }
  #map-section .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  #map-section .align-items-md-start {
    align-items: flex-start !important;
  }
  #map-section .align-items-md-end {
    align-items: flex-end !important;
  }
  #map-section .align-items-md-center {
    align-items: center !important;
  }
  #map-section .align-items-md-baseline {
    align-items: baseline !important;
  }
  #map-section .align-items-md-stretch {
    align-items: stretch !important;
  }
  #map-section .align-content-md-start {
    align-content: flex-start !important;
  }
  #map-section .align-content-md-end {
    align-content: flex-end !important;
  }
  #map-section .align-content-md-center {
    align-content: center !important;
  }
  #map-section .align-content-md-between {
    align-content: space-between !important;
  }
  #map-section .align-content-md-around {
    align-content: space-around !important;
  }
  #map-section .align-content-md-stretch {
    align-content: stretch !important;
  }
  #map-section .align-self-md-auto {
    align-self: auto !important;
  }
  #map-section .align-self-md-start {
    align-self: flex-start !important;
  }
  #map-section .align-self-md-end {
    align-self: flex-end !important;
  }
  #map-section .align-self-md-center {
    align-self: center !important;
  }
  #map-section .align-self-md-baseline {
    align-self: baseline !important;
  }
  #map-section .align-self-md-stretch {
    align-self: stretch !important;
  }
  #map-section .order-md-first {
    order: -1 !important;
  }
  #map-section .order-md-0 {
    order: 0 !important;
  }
  #map-section .order-md-1 {
    order: 1 !important;
  }
  #map-section .order-md-2 {
    order: 2 !important;
  }
  #map-section .order-md-3 {
    order: 3 !important;
  }
  #map-section .order-md-4 {
    order: 4 !important;
  }
  #map-section .order-md-5 {
    order: 5 !important;
  }
  #map-section .order-md-last {
    order: 6 !important;
  }
  #map-section .m-md-0 {
    margin: 0 !important;
  }
  #map-section .m-md-1 {
    margin: 0.25rem !important;
  }
  #map-section .m-md-2 {
    margin: 0.5rem !important;
  }
  #map-section .m-md-3 {
    margin: 1rem !important;
  }
  #map-section .m-md-4 {
    margin: 1.5rem !important;
  }
  #map-section .m-md-5 {
    margin: 3rem !important;
  }
  #map-section .m-md-auto {
    margin: auto !important;
  }
  #map-section .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #map-section .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #map-section .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #map-section .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #map-section .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #map-section .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #map-section .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #map-section .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #map-section .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #map-section .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #map-section .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #map-section .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #map-section .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #map-section .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #map-section .mt-md-0 {
    margin-top: 0 !important;
  }
  #map-section .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  #map-section .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  #map-section .mt-md-3 {
    margin-top: 1rem !important;
  }
  #map-section .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  #map-section .mt-md-5 {
    margin-top: 3rem !important;
  }
  #map-section .mt-md-auto {
    margin-top: auto !important;
  }
  #map-section .me-md-0 {
    margin-right: 0 !important;
  }
  #map-section .me-md-1 {
    margin-right: 0.25rem !important;
  }
  #map-section .me-md-2 {
    margin-right: 0.5rem !important;
  }
  #map-section .me-md-3 {
    margin-right: 1rem !important;
  }
  #map-section .me-md-4 {
    margin-right: 1.5rem !important;
  }
  #map-section .me-md-5 {
    margin-right: 3rem !important;
  }
  #map-section .me-md-auto {
    margin-right: auto !important;
  }
  #map-section .mb-md-0 {
    margin-bottom: 0 !important;
  }
  #map-section .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  #map-section .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  #map-section .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  #map-section .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  #map-section .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  #map-section .mb-md-auto {
    margin-bottom: auto !important;
  }
  #map-section .ms-md-0 {
    margin-left: 0 !important;
  }
  #map-section .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  #map-section .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  #map-section .ms-md-3 {
    margin-left: 1rem !important;
  }
  #map-section .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  #map-section .ms-md-5 {
    margin-left: 3rem !important;
  }
  #map-section .ms-md-auto {
    margin-left: auto !important;
  }
  #map-section .p-md-0 {
    padding: 0 !important;
  }
  #map-section .p-md-1 {
    padding: 0.25rem !important;
  }
  #map-section .p-md-2 {
    padding: 0.5rem !important;
  }
  #map-section .p-md-3 {
    padding: 1rem !important;
  }
  #map-section .p-md-4 {
    padding: 1.5rem !important;
  }
  #map-section .p-md-5 {
    padding: 3rem !important;
  }
  #map-section .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #map-section .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #map-section .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #map-section .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #map-section .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #map-section .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #map-section .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #map-section .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #map-section .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #map-section .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #map-section .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #map-section .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #map-section .pt-md-0 {
    padding-top: 0 !important;
  }
  #map-section .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  #map-section .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  #map-section .pt-md-3 {
    padding-top: 1rem !important;
  }
  #map-section .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  #map-section .pt-md-5 {
    padding-top: 3rem !important;
  }
  #map-section .pe-md-0 {
    padding-right: 0 !important;
  }
  #map-section .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  #map-section .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  #map-section .pe-md-3 {
    padding-right: 1rem !important;
  }
  #map-section .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  #map-section .pe-md-5 {
    padding-right: 3rem !important;
  }
  #map-section .pb-md-0 {
    padding-bottom: 0 !important;
  }
  #map-section .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  #map-section .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  #map-section .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  #map-section .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  #map-section .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  #map-section .ps-md-0 {
    padding-left: 0 !important;
  }
  #map-section .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  #map-section .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  #map-section .ps-md-3 {
    padding-left: 1rem !important;
  }
  #map-section .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  #map-section .ps-md-5 {
    padding-left: 3rem !important;
  }
  #map-section .text-md-start {
    text-align: left !important;
  }
  #map-section .text-md-end {
    text-align: right !important;
  }
  #map-section .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  #map-section .float-lg-start {
    float: left !important;
  }
  #map-section .float-lg-end {
    float: right !important;
  }
  #map-section .float-lg-none {
    float: none !important;
  }
  #map-section .d-lg-inline {
    display: inline !important;
  }
  #map-section .d-lg-inline-block {
    display: inline-block !important;
  }
  #map-section .d-lg-block {
    display: block !important;
  }
  #map-section .d-lg-grid {
    display: grid !important;
  }
  #map-section .d-lg-table {
    display: table !important;
  }
  #map-section .d-lg-table-row {
    display: table-row !important;
  }
  #map-section .d-lg-table-cell {
    display: table-cell !important;
  }
  #map-section .d-lg-flex {
    display: flex !important;
  }
  #map-section .d-lg-inline-flex {
    display: inline-flex !important;
  }
  #map-section .d-lg-none {
    display: none !important;
  }
  #map-section .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  #map-section .flex-lg-row {
    flex-direction: row !important;
  }
  #map-section .flex-lg-column {
    flex-direction: column !important;
  }
  #map-section .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  #map-section .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  #map-section .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  #map-section .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  #map-section .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  #map-section .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  #map-section .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  #map-section .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  #map-section .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #map-section .gap-lg-0 {
    gap: 0 !important;
  }
  #map-section .gap-lg-1 {
    gap: 0.25rem !important;
  }
  #map-section .gap-lg-2 {
    gap: 0.5rem !important;
  }
  #map-section .gap-lg-3 {
    gap: 1rem !important;
  }
  #map-section .gap-lg-4 {
    gap: 1.5rem !important;
  }
  #map-section .gap-lg-5 {
    gap: 3rem !important;
  }
  #map-section .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  #map-section .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  #map-section .justify-content-lg-center {
    justify-content: center !important;
  }
  #map-section .justify-content-lg-between {
    justify-content: space-between !important;
  }
  #map-section .justify-content-lg-around {
    justify-content: space-around !important;
  }
  #map-section .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  #map-section .align-items-lg-start {
    align-items: flex-start !important;
  }
  #map-section .align-items-lg-end {
    align-items: flex-end !important;
  }
  #map-section .align-items-lg-center {
    align-items: center !important;
  }
  #map-section .align-items-lg-baseline {
    align-items: baseline !important;
  }
  #map-section .align-items-lg-stretch {
    align-items: stretch !important;
  }
  #map-section .align-content-lg-start {
    align-content: flex-start !important;
  }
  #map-section .align-content-lg-end {
    align-content: flex-end !important;
  }
  #map-section .align-content-lg-center {
    align-content: center !important;
  }
  #map-section .align-content-lg-between {
    align-content: space-between !important;
  }
  #map-section .align-content-lg-around {
    align-content: space-around !important;
  }
  #map-section .align-content-lg-stretch {
    align-content: stretch !important;
  }
  #map-section .align-self-lg-auto {
    align-self: auto !important;
  }
  #map-section .align-self-lg-start {
    align-self: flex-start !important;
  }
  #map-section .align-self-lg-end {
    align-self: flex-end !important;
  }
  #map-section .align-self-lg-center {
    align-self: center !important;
  }
  #map-section .align-self-lg-baseline {
    align-self: baseline !important;
  }
  #map-section .align-self-lg-stretch {
    align-self: stretch !important;
  }
  #map-section .order-lg-first {
    order: -1 !important;
  }
  #map-section .order-lg-0 {
    order: 0 !important;
  }
  #map-section .order-lg-1 {
    order: 1 !important;
  }
  #map-section .order-lg-2 {
    order: 2 !important;
  }
  #map-section .order-lg-3 {
    order: 3 !important;
  }
  #map-section .order-lg-4 {
    order: 4 !important;
  }
  #map-section .order-lg-5 {
    order: 5 !important;
  }
  #map-section .order-lg-last {
    order: 6 !important;
  }
  #map-section .m-lg-0 {
    margin: 0 !important;
  }
  #map-section .m-lg-1 {
    margin: 0.25rem !important;
  }
  #map-section .m-lg-2 {
    margin: 0.5rem !important;
  }
  #map-section .m-lg-3 {
    margin: 1rem !important;
  }
  #map-section .m-lg-4 {
    margin: 1.5rem !important;
  }
  #map-section .m-lg-5 {
    margin: 3rem !important;
  }
  #map-section .m-lg-auto {
    margin: auto !important;
  }
  #map-section .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #map-section .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #map-section .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #map-section .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #map-section .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #map-section .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #map-section .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #map-section .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #map-section .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #map-section .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #map-section .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #map-section .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #map-section .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #map-section .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #map-section .mt-lg-0 {
    margin-top: 0 !important;
  }
  #map-section .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  #map-section .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  #map-section .mt-lg-3 {
    margin-top: 1rem !important;
  }
  #map-section .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  #map-section .mt-lg-5 {
    margin-top: 3rem !important;
  }
  #map-section .mt-lg-auto {
    margin-top: auto !important;
  }
  #map-section .me-lg-0 {
    margin-right: 0 !important;
  }
  #map-section .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  #map-section .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  #map-section .me-lg-3 {
    margin-right: 1rem !important;
  }
  #map-section .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  #map-section .me-lg-5 {
    margin-right: 3rem !important;
  }
  #map-section .me-lg-auto {
    margin-right: auto !important;
  }
  #map-section .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  #map-section .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  #map-section .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  #map-section .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  #map-section .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  #map-section .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  #map-section .mb-lg-auto {
    margin-bottom: auto !important;
  }
  #map-section .ms-lg-0 {
    margin-left: 0 !important;
  }
  #map-section .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  #map-section .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  #map-section .ms-lg-3 {
    margin-left: 1rem !important;
  }
  #map-section .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  #map-section .ms-lg-5 {
    margin-left: 3rem !important;
  }
  #map-section .ms-lg-auto {
    margin-left: auto !important;
  }
  #map-section .p-lg-0 {
    padding: 0 !important;
  }
  #map-section .p-lg-1 {
    padding: 0.25rem !important;
  }
  #map-section .p-lg-2 {
    padding: 0.5rem !important;
  }
  #map-section .p-lg-3 {
    padding: 1rem !important;
  }
  #map-section .p-lg-4 {
    padding: 1.5rem !important;
  }
  #map-section .p-lg-5 {
    padding: 3rem !important;
  }
  #map-section .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #map-section .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #map-section .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #map-section .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #map-section .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #map-section .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #map-section .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #map-section .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #map-section .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #map-section .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #map-section .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #map-section .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #map-section .pt-lg-0 {
    padding-top: 0 !important;
  }
  #map-section .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  #map-section .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  #map-section .pt-lg-3 {
    padding-top: 1rem !important;
  }
  #map-section .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  #map-section .pt-lg-5 {
    padding-top: 3rem !important;
  }
  #map-section .pe-lg-0 {
    padding-right: 0 !important;
  }
  #map-section .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  #map-section .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  #map-section .pe-lg-3 {
    padding-right: 1rem !important;
  }
  #map-section .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  #map-section .pe-lg-5 {
    padding-right: 3rem !important;
  }
  #map-section .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  #map-section .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  #map-section .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  #map-section .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  #map-section .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  #map-section .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  #map-section .ps-lg-0 {
    padding-left: 0 !important;
  }
  #map-section .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  #map-section .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  #map-section .ps-lg-3 {
    padding-left: 1rem !important;
  }
  #map-section .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  #map-section .ps-lg-5 {
    padding-left: 3rem !important;
  }
  #map-section .text-lg-start {
    text-align: left !important;
  }
  #map-section .text-lg-end {
    text-align: right !important;
  }
  #map-section .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  #map-section .float-xl-start {
    float: left !important;
  }
  #map-section .float-xl-end {
    float: right !important;
  }
  #map-section .float-xl-none {
    float: none !important;
  }
  #map-section .d-xl-inline {
    display: inline !important;
  }
  #map-section .d-xl-inline-block {
    display: inline-block !important;
  }
  #map-section .d-xl-block {
    display: block !important;
  }
  #map-section .d-xl-grid {
    display: grid !important;
  }
  #map-section .d-xl-table {
    display: table !important;
  }
  #map-section .d-xl-table-row {
    display: table-row !important;
  }
  #map-section .d-xl-table-cell {
    display: table-cell !important;
  }
  #map-section .d-xl-flex {
    display: flex !important;
  }
  #map-section .d-xl-inline-flex {
    display: inline-flex !important;
  }
  #map-section .d-xl-none {
    display: none !important;
  }
  #map-section .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  #map-section .flex-xl-row {
    flex-direction: row !important;
  }
  #map-section .flex-xl-column {
    flex-direction: column !important;
  }
  #map-section .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  #map-section .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  #map-section .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  #map-section .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  #map-section .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  #map-section .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  #map-section .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  #map-section .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  #map-section .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #map-section .gap-xl-0 {
    gap: 0 !important;
  }
  #map-section .gap-xl-1 {
    gap: 0.25rem !important;
  }
  #map-section .gap-xl-2 {
    gap: 0.5rem !important;
  }
  #map-section .gap-xl-3 {
    gap: 1rem !important;
  }
  #map-section .gap-xl-4 {
    gap: 1.5rem !important;
  }
  #map-section .gap-xl-5 {
    gap: 3rem !important;
  }
  #map-section .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  #map-section .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  #map-section .justify-content-xl-center {
    justify-content: center !important;
  }
  #map-section .justify-content-xl-between {
    justify-content: space-between !important;
  }
  #map-section .justify-content-xl-around {
    justify-content: space-around !important;
  }
  #map-section .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  #map-section .align-items-xl-start {
    align-items: flex-start !important;
  }
  #map-section .align-items-xl-end {
    align-items: flex-end !important;
  }
  #map-section .align-items-xl-center {
    align-items: center !important;
  }
  #map-section .align-items-xl-baseline {
    align-items: baseline !important;
  }
  #map-section .align-items-xl-stretch {
    align-items: stretch !important;
  }
  #map-section .align-content-xl-start {
    align-content: flex-start !important;
  }
  #map-section .align-content-xl-end {
    align-content: flex-end !important;
  }
  #map-section .align-content-xl-center {
    align-content: center !important;
  }
  #map-section .align-content-xl-between {
    align-content: space-between !important;
  }
  #map-section .align-content-xl-around {
    align-content: space-around !important;
  }
  #map-section .align-content-xl-stretch {
    align-content: stretch !important;
  }
  #map-section .align-self-xl-auto {
    align-self: auto !important;
  }
  #map-section .align-self-xl-start {
    align-self: flex-start !important;
  }
  #map-section .align-self-xl-end {
    align-self: flex-end !important;
  }
  #map-section .align-self-xl-center {
    align-self: center !important;
  }
  #map-section .align-self-xl-baseline {
    align-self: baseline !important;
  }
  #map-section .align-self-xl-stretch {
    align-self: stretch !important;
  }
  #map-section .order-xl-first {
    order: -1 !important;
  }
  #map-section .order-xl-0 {
    order: 0 !important;
  }
  #map-section .order-xl-1 {
    order: 1 !important;
  }
  #map-section .order-xl-2 {
    order: 2 !important;
  }
  #map-section .order-xl-3 {
    order: 3 !important;
  }
  #map-section .order-xl-4 {
    order: 4 !important;
  }
  #map-section .order-xl-5 {
    order: 5 !important;
  }
  #map-section .order-xl-last {
    order: 6 !important;
  }
  #map-section .m-xl-0 {
    margin: 0 !important;
  }
  #map-section .m-xl-1 {
    margin: 0.25rem !important;
  }
  #map-section .m-xl-2 {
    margin: 0.5rem !important;
  }
  #map-section .m-xl-3 {
    margin: 1rem !important;
  }
  #map-section .m-xl-4 {
    margin: 1.5rem !important;
  }
  #map-section .m-xl-5 {
    margin: 3rem !important;
  }
  #map-section .m-xl-auto {
    margin: auto !important;
  }
  #map-section .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #map-section .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #map-section .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #map-section .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #map-section .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #map-section .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #map-section .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #map-section .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #map-section .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #map-section .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #map-section .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #map-section .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #map-section .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #map-section .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #map-section .mt-xl-0 {
    margin-top: 0 !important;
  }
  #map-section .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  #map-section .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  #map-section .mt-xl-3 {
    margin-top: 1rem !important;
  }
  #map-section .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  #map-section .mt-xl-5 {
    margin-top: 3rem !important;
  }
  #map-section .mt-xl-auto {
    margin-top: auto !important;
  }
  #map-section .me-xl-0 {
    margin-right: 0 !important;
  }
  #map-section .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  #map-section .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  #map-section .me-xl-3 {
    margin-right: 1rem !important;
  }
  #map-section .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  #map-section .me-xl-5 {
    margin-right: 3rem !important;
  }
  #map-section .me-xl-auto {
    margin-right: auto !important;
  }
  #map-section .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  #map-section .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  #map-section .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  #map-section .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  #map-section .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  #map-section .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  #map-section .mb-xl-auto {
    margin-bottom: auto !important;
  }
  #map-section .ms-xl-0 {
    margin-left: 0 !important;
  }
  #map-section .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  #map-section .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  #map-section .ms-xl-3 {
    margin-left: 1rem !important;
  }
  #map-section .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  #map-section .ms-xl-5 {
    margin-left: 3rem !important;
  }
  #map-section .ms-xl-auto {
    margin-left: auto !important;
  }
  #map-section .p-xl-0 {
    padding: 0 !important;
  }
  #map-section .p-xl-1 {
    padding: 0.25rem !important;
  }
  #map-section .p-xl-2 {
    padding: 0.5rem !important;
  }
  #map-section .p-xl-3 {
    padding: 1rem !important;
  }
  #map-section .p-xl-4 {
    padding: 1.5rem !important;
  }
  #map-section .p-xl-5 {
    padding: 3rem !important;
  }
  #map-section .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #map-section .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #map-section .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #map-section .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #map-section .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #map-section .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #map-section .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #map-section .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #map-section .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #map-section .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #map-section .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #map-section .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #map-section .pt-xl-0 {
    padding-top: 0 !important;
  }
  #map-section .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  #map-section .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  #map-section .pt-xl-3 {
    padding-top: 1rem !important;
  }
  #map-section .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  #map-section .pt-xl-5 {
    padding-top: 3rem !important;
  }
  #map-section .pe-xl-0 {
    padding-right: 0 !important;
  }
  #map-section .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  #map-section .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  #map-section .pe-xl-3 {
    padding-right: 1rem !important;
  }
  #map-section .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  #map-section .pe-xl-5 {
    padding-right: 3rem !important;
  }
  #map-section .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  #map-section .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  #map-section .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  #map-section .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  #map-section .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  #map-section .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  #map-section .ps-xl-0 {
    padding-left: 0 !important;
  }
  #map-section .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  #map-section .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  #map-section .ps-xl-3 {
    padding-left: 1rem !important;
  }
  #map-section .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  #map-section .ps-xl-5 {
    padding-left: 3rem !important;
  }
  #map-section .text-xl-start {
    text-align: left !important;
  }
  #map-section .text-xl-end {
    text-align: right !important;
  }
  #map-section .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  #map-section .float-xxl-start {
    float: left !important;
  }
  #map-section .float-xxl-end {
    float: right !important;
  }
  #map-section .float-xxl-none {
    float: none !important;
  }
  #map-section .d-xxl-inline {
    display: inline !important;
  }
  #map-section .d-xxl-inline-block {
    display: inline-block !important;
  }
  #map-section .d-xxl-block {
    display: block !important;
  }
  #map-section .d-xxl-grid {
    display: grid !important;
  }
  #map-section .d-xxl-table {
    display: table !important;
  }
  #map-section .d-xxl-table-row {
    display: table-row !important;
  }
  #map-section .d-xxl-table-cell {
    display: table-cell !important;
  }
  #map-section .d-xxl-flex {
    display: flex !important;
  }
  #map-section .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  #map-section .d-xxl-none {
    display: none !important;
  }
  #map-section .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  #map-section .flex-xxl-row {
    flex-direction: row !important;
  }
  #map-section .flex-xxl-column {
    flex-direction: column !important;
  }
  #map-section .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  #map-section .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  #map-section .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  #map-section .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  #map-section .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  #map-section .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  #map-section .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  #map-section .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  #map-section .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  #map-section .gap-xxl-0 {
    gap: 0 !important;
  }
  #map-section .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  #map-section .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  #map-section .gap-xxl-3 {
    gap: 1rem !important;
  }
  #map-section .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  #map-section .gap-xxl-5 {
    gap: 3rem !important;
  }
  #map-section .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  #map-section .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  #map-section .justify-content-xxl-center {
    justify-content: center !important;
  }
  #map-section .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  #map-section .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  #map-section .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  #map-section .align-items-xxl-start {
    align-items: flex-start !important;
  }
  #map-section .align-items-xxl-end {
    align-items: flex-end !important;
  }
  #map-section .align-items-xxl-center {
    align-items: center !important;
  }
  #map-section .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  #map-section .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  #map-section .align-content-xxl-start {
    align-content: flex-start !important;
  }
  #map-section .align-content-xxl-end {
    align-content: flex-end !important;
  }
  #map-section .align-content-xxl-center {
    align-content: center !important;
  }
  #map-section .align-content-xxl-between {
    align-content: space-between !important;
  }
  #map-section .align-content-xxl-around {
    align-content: space-around !important;
  }
  #map-section .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  #map-section .align-self-xxl-auto {
    align-self: auto !important;
  }
  #map-section .align-self-xxl-start {
    align-self: flex-start !important;
  }
  #map-section .align-self-xxl-end {
    align-self: flex-end !important;
  }
  #map-section .align-self-xxl-center {
    align-self: center !important;
  }
  #map-section .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  #map-section .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  #map-section .order-xxl-first {
    order: -1 !important;
  }
  #map-section .order-xxl-0 {
    order: 0 !important;
  }
  #map-section .order-xxl-1 {
    order: 1 !important;
  }
  #map-section .order-xxl-2 {
    order: 2 !important;
  }
  #map-section .order-xxl-3 {
    order: 3 !important;
  }
  #map-section .order-xxl-4 {
    order: 4 !important;
  }
  #map-section .order-xxl-5 {
    order: 5 !important;
  }
  #map-section .order-xxl-last {
    order: 6 !important;
  }
  #map-section .m-xxl-0 {
    margin: 0 !important;
  }
  #map-section .m-xxl-1 {
    margin: 0.25rem !important;
  }
  #map-section .m-xxl-2 {
    margin: 0.5rem !important;
  }
  #map-section .m-xxl-3 {
    margin: 1rem !important;
  }
  #map-section .m-xxl-4 {
    margin: 1.5rem !important;
  }
  #map-section .m-xxl-5 {
    margin: 3rem !important;
  }
  #map-section .m-xxl-auto {
    margin: auto !important;
  }
  #map-section .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  #map-section .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  #map-section .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  #map-section .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  #map-section .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  #map-section .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  #map-section .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  #map-section .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  #map-section .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  #map-section .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  #map-section .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  #map-section .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  #map-section .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  #map-section .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  #map-section .mt-xxl-0 {
    margin-top: 0 !important;
  }
  #map-section .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  #map-section .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  #map-section .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  #map-section .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  #map-section .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  #map-section .mt-xxl-auto {
    margin-top: auto !important;
  }
  #map-section .me-xxl-0 {
    margin-right: 0 !important;
  }
  #map-section .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  #map-section .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  #map-section .me-xxl-3 {
    margin-right: 1rem !important;
  }
  #map-section .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  #map-section .me-xxl-5 {
    margin-right: 3rem !important;
  }
  #map-section .me-xxl-auto {
    margin-right: auto !important;
  }
  #map-section .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  #map-section .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  #map-section .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  #map-section .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  #map-section .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  #map-section .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  #map-section .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  #map-section .ms-xxl-0 {
    margin-left: 0 !important;
  }
  #map-section .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  #map-section .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  #map-section .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  #map-section .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  #map-section .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  #map-section .ms-xxl-auto {
    margin-left: auto !important;
  }
  #map-section .p-xxl-0 {
    padding: 0 !important;
  }
  #map-section .p-xxl-1 {
    padding: 0.25rem !important;
  }
  #map-section .p-xxl-2 {
    padding: 0.5rem !important;
  }
  #map-section .p-xxl-3 {
    padding: 1rem !important;
  }
  #map-section .p-xxl-4 {
    padding: 1.5rem !important;
  }
  #map-section .p-xxl-5 {
    padding: 3rem !important;
  }
  #map-section .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  #map-section .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  #map-section .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  #map-section .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  #map-section .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  #map-section .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  #map-section .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  #map-section .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  #map-section .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  #map-section .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  #map-section .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  #map-section .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  #map-section .pt-xxl-0 {
    padding-top: 0 !important;
  }
  #map-section .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  #map-section .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  #map-section .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  #map-section .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  #map-section .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  #map-section .pe-xxl-0 {
    padding-right: 0 !important;
  }
  #map-section .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  #map-section .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  #map-section .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  #map-section .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  #map-section .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  #map-section .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  #map-section .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  #map-section .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  #map-section .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  #map-section .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  #map-section .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  #map-section .ps-xxl-0 {
    padding-left: 0 !important;
  }
  #map-section .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  #map-section .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  #map-section .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  #map-section .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  #map-section .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  #map-section .text-xxl-start {
    text-align: left !important;
  }
  #map-section .text-xxl-end {
    text-align: right !important;
  }
  #map-section .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  #map-section .fs-1 {
    font-size: 2.5rem !important;
  }
  #map-section .fs-2 {
    font-size: 2rem !important;
  }
  #map-section .fs-3 {
    font-size: 1.75rem !important;
  }
  #map-section .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  #map-section .d-print-inline {
    display: inline !important;
  }
  #map-section .d-print-inline-block {
    display: inline-block !important;
  }
  #map-section .d-print-block {
    display: block !important;
  }
  #map-section .d-print-grid {
    display: grid !important;
  }
  #map-section .d-print-table {
    display: table !important;
  }
  #map-section .d-print-table-row {
    display: table-row !important;
  }
  #map-section .d-print-table-cell {
    display: table-cell !important;
  }
  #map-section .d-print-flex {
    display: flex !important;
  }
  #map-section .d-print-inline-flex {
    display: inline-flex !important;
  }
  #map-section .d-print-none {
    display: none !important;
  }
}

/*
 * Mapplic - Custom Interactive Map Plugin by @sekler
 * Version 7.0.1
 * https://www.mapplic.com/
 */
/* STYLES */
.mapplic-element {
  position: relative;
  overflow: hidden;
  font-size: 0;
  height: 420px;
}

.mapplic-element input,
.mapplic-element button,
.mapplic-element a,
.mapplic-element a:active {
  outline: none;
  box-shadow: none;
  text-decoration: none !important;
}

.mapplic-element a:focus {
  outline: none;
}

.mapplic-element > * {
  opacity: 1;
  transition: opacity 0.4s;
}

.mapplic-element.mapplic-loading > * {
  opacity: 0;
}

.mapplic-element strong {
  color: #333;
}

/* Preloader & Error */
.mapplic-element.mapplic-loading {
  background: url(../../mapplic/../assets/images/loader.gif) no-repeat center;
}

.mapplic-element.mapplic-error {
  background: url(../../mapplic/../assets/images/error-icon.png) no-repeat center;
}

/* Scrollbars */
/* Firefox */
.mapplic-element * {
  scrollbar-width: thin;
  scrollbar-color: #ddd #fdfdfd;
}

/* Chrome, Edge, and Safari */
.mapplic-element *::-webkit-scrollbar {
  width: 12px;
}

.mapplic-element *::-webkit-scrollbar-track {
  background-color: #fdfdfd;
}

.mapplic-element *::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 20px;
  border: 3px solid #fdfdfd;
  box-sizing: border-box;
}

.mapplic-element .mapplic-tooltip * {
  scrollbar-color: #ddd #fff;
}

.mapplic-element .mapplic-tooltip *::-webkit-scrollbar-track {
  background-color: #fff;
}

.mapplic-element .mapplic-tooltip *::-webkit-scrollbar-thumb {
  border: 3px solid #fff;
}

/* Map container */
.mapplic-container {
  display: inline-block;
  position: relative;
  height: 100%;
}

.mapplic-map {
  transform-origin: 0 0;
}

/* Map layer */
.mapplic-layer img {
  width: 100%;
}

.mapplic-map .mapplic-map-image {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Animation and stuff */
.mapplic-layer {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0;
  transition: transform 0.3s, opacity 0.3s;
}

.mapplic-layer.mapplic-visible {
  visibility: visible;
  opacity: 1;
}

.mapplic-layer.mapplic-hidden {
  pointer-events: none;
  visibility: hidden;
}

.mapplic-layer.mapplic-layer-up {
  transform: translateY(-100px);
}

.mapplic-layer.mapplic-layer-down {
  transform: translateY(100px);
}

/* Hand cursor */
.mapplic-map.mapplic-zoomable .mapplic-map-image {
  cursor: url(../../mapplic/../assets/images/openhand.cur), default;
}

.mapplic-map.mapplic-zoomable.mapplic-dragging .mapplic-map-image {
  cursor: url(../../mapplic/../assets/images/closedhand.cur), move;
}

/* Marker types */
.mapplic-pin {
  background-color: #fb7575;
  background-image: none;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 6px;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.1) inset;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 0;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  margin-top: -6px;
  position: absolute;
  transform-origin: 50% 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapplic-pin:before {
  box-sizing: content-box !important;
}

.mapplic-pin.hide {
  display: none;
}

.mapplic-pin.mapplic-active {
  display: block !important;
}

.mapplic-pin.pin-label {
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.mapplic-pin.pin-text {
  background: transparent !important;
  border-radius: 0;
  color: #666;
}

.mapplic-pin {
  background-color: #dd3333;
  border-color: #dd3333;
  background-image: none;
  background-size: contain;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 21px;
  font-size: 12px;
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  transform-origin: 50% 50%;
}

.mapplic-pin.pin-square {
  background-color: #0071A1;
  border-color: #0071A1;
  border-radius: 0;
}

.mapplic-pin.pin-square.pin-bordered:before {
  border-radius: 0;
}

.mapplic-pin.pin-rounded {
  background-color: #6b9b26;
  border-color: #6b9b26;
  border-radius: 4px;
}

.mapplic-pin.pin-rounded.pin-bordered:before {
  border-radius: 7px;
}

.mapplic-pin.pin-sm {
  margin: -5px 0 0 -5px;
  font-size: 0;
  width: 10px;
  height: 10px;
}

.mapplic-pin.pin-sm.pin-rounded {
  border-radius: 3px;
}

.mapplic-pin.pin-lg {
  margin: -14px 0 0 -14px;
  font-size: 15px;
  line-height: 30px;
  width: 28px;
  height: 28px;
  box-sizing: border-box;
}

.mapplic-pin.pin-bordered {
  background-color: white !important;
  background-image: none;
  color: #333 !important;
  line-height: 18px;
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
}

.mapplic-pin.pin-bordered:before {
  border-color: inherit;
  border-style: solid;
  border-radius: 50%;
  border-width: 3px;
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -3px;
  top: -3px;
}

.mapplic-pin.pin-triangle {
  margin-top: -20px;
  transform-origin: 50% 140%;
}

.mapplic-pin.pin-triangle:before {
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 2px;
}

/* classic */
.mapplic-pin.pin-classic {
  background-color: #f23543;
  background-image: none;
  border-color: #f23543;
  border-radius: 10px;
  line-height: 22px !important;
  width: 20px;
  height: 20px;
  margin-top: -22px;
  margin-left: -10px;
  transform-origin: 50% 140%;
}

.mapplic-pin.pin-classic:before {
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: inherit;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 2px;
}

.mapplic-pin.pin-marker {
  background-color: #fcac2b;
  border-color: #fcac2b;
  background-image: none;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  line-height: 20px;
  margin-top: -9px;
  margin-left: -9px;
  transform-origin: 50% 50%;
}

.mapplic-pin.pin-marker:before {
  border-color: inherit;
  border-style: solid;
  border-width: 6px;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0.2;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -6px;
  top: -6px;
}

.mapplic-pin.pin-disk {
  background-color: white !important;
  background-image: none;
  border-color: #f19819;
  border-radius: 8px;
  color: #333 !important;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  transform-origin: 50% 50%;
}

.mapplic-pin.pin-disk:before {
  border-color: inherit;
  border-style: solid;
  border-width: 3px;
  border-radius: 16px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: -3px;
  top: -3px;
}

.mapplic-pin.pin-ribbon {
  background-color: #46b450;
  background-image: none;
  border-color: #46b450;
  border-radius: 2px 2px 2px 0;
  height: 16px;
  line-height: 16px;
  min-width: 10px;
  width: auto;
  padding: 0 3px;
  margin-left: -8px;
  margin-top: -20px;
  transform-origin: 8px 20px;
}

.mapplic-pin.pin-ribbon:after {
  border-style: solid;
  border-width: 0 8px 4px 0;
  border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0px;
}

.mapplic-pin.pin-ribbon:before {
  border-style: solid;
  border-width: 0 8px 4px 0;
  border-color: inherit;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  content: "";
  display: block;
  position: absolute;
  top: 16px;
  left: 0px;
}

.mapplic-pin.pin-dot {
  background-color: transparent !important;
  background-image: none;
  border-color: #29afa1;
  border-radius: 0;
  color: #333 !important;
  height: 16px;
  line-height: 16px;
  font-size: 11px;
  min-width: 10px;
  width: auto;
  padding: 0 3px;
  margin-left: 4px;
  margin-top: -8px;
  transform-origin: -4px 8px;
}

.mapplic-pin.pin-dot:before {
  border-color: inherit;
  border-style: solid;
  border-width: 3px;
  border-radius: 12px;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  top: 5px;
  left: -7px;
}

.mapplic-pin.pin-image {
  background-size: 32px;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  font-size: 0 !important;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  transform-origin: 50%;
}

.mapplic-pin.pin-icon {
  background-size: 16px;
  background-color: transparent;
  border: none;
  border-radius: 0;
  font-size: 0 !important;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  transform-origin: 50%;
}

.mapplic-pin.pin-circle {
  background: none !important;
  border: 2px solid #fb7575;
  width: 8px;
  height: 8px;
  margin-left: -6px;
  margin-top: -6px;
  transform-origin: 50% 50%;
}

.mapplic-pin.pin-transparent {
  background-image: none;
  background-color: #795ecd;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  opacity: 0.5 !important;
  transform-origin: 50% 50%;
}

.mapplic-pin.pin-md {
  border-radius: 50%;
  margin-left: -10px;
  margin-top: -10px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}

.mapplic-pin.pin-pulse {
  background-color: #007CBA;
}

.mapplic-pin.pin-pulse:before {
  content: "";
  border: 2px solid #888;
  border-radius: 30px;
  height: inherit;
  width: inherit;
  top: -2px;
  left: -2px;
  position: absolute;
  animation: pulsate 1.8s ease-out;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  opacity: 0;
  box-sizing: content-box;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    -webkit-transform: scale(1.6, 1.6);
    opacity: 0;
  }
}
/* Minimap */
.mapplic-minimap {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  margin: 12px;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  overflow: hidden;
  transition: opacity 0.4s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mapplic-minimap-layer {
  line-height: 0;
}

.mapplic-minimap img {
  width: 100%;
}

.mapplic-minimap-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.mapplic-minimap .mapplic-minimap-active {
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
}

.mapplic-minimap-background {
  width: 140px !important;
  -webkit-filter: blur(2px);
}

/* UI Buttons */
.mapplic-button {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  border: none !important;
  border-radius: 0;
  cursor: pointer;
  width: 28px;
  height: 28px;
  padding: 0;
  position: relative;
  transition: background-color 0.2s;
}

.mapplic-element .mapplic-button:focus,
.mapplic-button:hover,
.mapplic-button:focus {
  background-color: #fff;
}

.mapplic-container > .mapplic-button {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  position: absolute;
  margin: 12px;
}

.mapplic-icon {
  box-sizing: content-box;
  fill: #222;
  width: 16px;
  height: 16px;
  margin: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

/* Clear Button */
.mapplic-clear-button {
  background-size: 16px 16px;
  display: none;
  font-size: 0;
  bottom: 69px;
  right: 0;
}

/* Zoom Buttons */
.mapplic-zoom-buttons {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
  margin: 12px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.mapplic-zoom-buttons button {
  display: block;
}

.mapplic-zoom-buttons button:disabled {
  background-color: #eee;
  cursor: default;
}

button.mapplic-zoomin-button {
  background-size: 10px 10px;
  border-bottom: 1px solid #eee;
}

button.mapplic-zoomout-button {
  background-size: 10px 10px;
}

/* Fullscreen */
.mapplic-fullscreen {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  z-index: 99980;
}

.mapplic-fullscreen-button {
  background-size: 14px 14px;
  top: 0;
  left: 0;
}

.mapplic-fullscreen-button .mapplic-icon-fullscreen-exit,
.mapplic-fullscreen .mapplic-fullscreen-button .mapplic-icon-fullscreen {
  display: none;
}

.mapplic-fullscreen .mapplic-fullscreen-button .mapplic-icon-fullscreen-exit {
  display: block;
}

.mapplic-fullscreen .mapplic-container {
  width: 80%;
}

.mapplic-fullscreen .mapplic-sidebar {
  width: 20%;
}

/* Levels */
.mapplic-levels {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
  position: absolute;
  top: 0;
  right: 0;
  margin: 12px;
}

.mapplic-levels > * {
  display: block;
  box-sizing: border-box;
}

.mapplic-levels-select {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #2f3435;
  margin: 0;
  padding: 8px;
  margin-right: 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  outline: none;
  -webkit-appearance: none;
}

.mapplic-levels button {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 4px;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  height: 50%;
  width: 20px;
  position: absolute;
  right: 0;
}

.mapplic-levels .mapplic-levels-down {
  bottom: 0;
}

.mapplic-levels .mapplic-icon {
  width: 8px;
  height: 4px;
  margin: 0;
  margin-left: -4px;
  margin-top: -2px;
  left: 50%;
  top: 50%;
}

.mapplic-levels button:disabled {
  background-color: #eee;
  cursor: default;
}

.mapplic-levels {
  display: none;
}

/* new switcher */
.mapplic-level-switcher {
  position: absolute;
  margin: 12px;
  width: 140px;
}

.mapplic-level-switcher button {
  background-color: #db232a !important;
  border-radius: 100px !important;
  color: #fff !important;
  cursor: pointer !important;
  display: block !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 20px !important;
  padding: 4px 10px !important;
  text-align: center !important;
  user-select: none !important;
  width: 100% !important;
  height: 30px !important;
  border: none !important;
  transition: transform 0.2s !important;
  position: relative !important;
  margin-bottom: 1px !important;
  box-shadow: 0 15px 34px 0 rgba(0, 0, 0, 0.18) !important;
  text-transform: uppercase !important;
}

.mapplic-level-switcher button.mapplic-selected {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.06) !important;
  background-color: #08c93a !important;
  color: #fff !important;
  transform: scale(1.15) !important;
  z-index: 100 !important;
}

/* SIDEBAR */
.mapplic-sidebar {
  height: 100%;
  padding: 12px;
  position: relative;
  box-sizing: border-box;
}

.mapplic-sidebar-right .mapplic-sidebar {
  float: right;
  overflow-x: hidden;
}

.mapplic-sidebar-right .mapplic-container {
  float: none;
}

.mapplic-sidebar > * {
  pointer-events: auto;
}

.mapplic-container {
  float: right;
}

/* toggle */
.mapplic-sidebar-toggle {
  border-radius: 50%;
  top: 50%;
  left: 0;
  margin: 0 !important;
  transition: opacity 0.2s;
}

.mapplic-dynamic-sidebar:not(.mapplic-portrait) .mapplic-container {
  transition: width 0.4s;
}

.mapplic-portrait .mapplic-sidebar-toggle {
  display: none;
}

.mapplic-sidebar-right .mapplic-sidebar-toggle {
  left: auto;
  right: 0;
  transform: rotate(180deg);
}

.mapplic-sidebar-toggle,
.mapplic-sidebar-toggle:hover,
.mapplic-element .mapplic-sidebar-toggle:focus,
.mapplic-element .mapplic-sidebar-toggle:active {
  background-color: rgba(0, 0, 0, 0.2);
}

.mapplic-hidden-sidebar .mapplic-sidebar-toggle {
  margin: 0 12px !important;
}

.mapplic-sidebar-toggle .mapplic-icon-sidebar {
  fill: #fff;
  transition: transform 0.4s;
}

.mapplic-hidden-sidebar .mapplic-sidebar-toggle .mapplic-icon-sidebar {
  transform: rotate(180deg);
}

.mapplic-sidebar {
  transition: margin 0.4s, opacity 0.4s;
}

.mapplic-hidden-sidebar .mapplic-container {
  width: 100%;
}

.mapplic-element.mapplic-hidden-sidebar:not(.mapplic-portrait) .mapplic-sidebar {
  margin-left: -30%;
  opacity: 0;
}

.mapplic-sidebar-right.mapplic-hidden-sidebar:not(.mapplic-portrait) .mapplic-sidebar {
  margin-left: 0;
  margin-right: -30%;
}

/* tags row */
.mapplic-sidebar.mapplic-sidebar-tagsrow .mapplic-filter-tags {
  display: block;
}

.mapplic-sidebar.mapplic-sidebar-tagsrow .mapplic-sidebar-header {
  max-height: 110px;
}

.mapplic-sidebar.mapplic-sidebar-tagsrow .mapplic-list-container {
  top: 122px;
}

/* dim */
.mapplic-sidebar-dim {
  background-color: #000;
  opacity: 0;
  position: absolute;
  top: 12px;
  right: 12px;
  left: 12px;
  bottom: 12px;
  transition: opacity 0.2s;
  z-index: 1;
  pointer-events: none;
}

.mapplic-sidebar-header-opened.mapplic-sidebar-filterable .mapplic-sidebar-dim {
  opacity: 0.1;
  pointer-events: auto;
}

/* search */
.mapplic-sidebar-header {
  background-color: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 16px 20px;
  position: absolute;
  right: 12px;
  left: 12px;
  z-index: 2;
  max-height: 80px;
  transition: max-height 0.2s;
}

.mapplic-sidebar.mapplic-sidebar-header-opened.mapplic-sidebar-filterable .mapplic-sidebar-header {
  max-height: 80%;
}

.mapplic-sidebar-header > .mapplic-icon {
  margin-left: 20px;
  margin-top: 32px;
}

.mapplic-search-input {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box;
  border-radius: 0;
  font-size: 22px !important;
  font-family: inherit;
  line-height: 22px;
  width: 100%;
  height: 48px !important;
  margin: 0 !important;
  padding: 0 50px 0 30px !important;
}

.mapplic-search-input::placeholder {
  opacity: 0.5;
  font-weight: 400;
}

input.mapplic-search-input:focus {
  outline: none;
}

.mapplic-search-input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

.mapplic-search-clear {
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center;
  box-shadow: none;
  border: none;
  cursor: pointer;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 22px;
  right: 8px;
  width: 34px;
  height: 34px;
}

.mapplic-search-clear:hover,
.mapplic-search-clear:focus {
  background-color: transparent !important;
}

.mapplic-search-toggle {
  background: transparent;
  border-radius: 50% !important;
  box-shadow: none;
  border: none;
  cursor: pointer;
  display: none;
  position: absolute;
  margin: 0;
  padding: 4px;
  top: 24px;
  right: 20px;
  width: 34px;
  height: 34px;
  transition: background-color 0.2s;
}

.mapplic-search-toggle:hover,
.mapplic-search-toggle:focus {
  background-color: transparent;
}

.mapplic-sidebar-filterable .mapplic-search-toggle {
  display: block;
}

.mapplic-search-toggle .mapplic-icon {
  margin: 9px;
}

.mapplic-sidebar-header-opened.mapplic-sidebar-filterable .mapplic-search-toggle {
  background-color: #f4f4f4;
}

.mapplic-icon.mapplic-icon-cross {
  width: 8px;
  height: 8px;
  padding: 8px;
}

/* Search Disabled */
.mapplic-sidebar-nosearch .mapplic-list-container {
  top: 12px;
}

/* Tags */
.mapplic-filter-tags {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  display: none;
  margin: 10px 0;
}

.mapplic-tag {
  background-color: #aaa;
  border-radius: 12px;
  border: none;
  color: rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
  cursor: pointer;
  font-size: 9px;
  line-height: 20px;
  font-weight: 600;
  margin-right: 6px;
  padding: 0 8px;
  display: inline-block;
}

.mapplic-tag > span {
  background-image: url(../../mapplic/../assets/images/cross.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 6px;
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 6px;
  opacity: 0.4;
}

/* Sidebar list */
.mapplic-list-container {
  background-color: #fdfdfd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  overflow-y: auto;
  position: absolute;
  bottom: 12px;
  top: 92px;
  right: 12px;
  left: 12px;
  padding: 0;
  margin: 0;
  transition: top 0.2s;
  -webkit-overflow-scrolling: touch;
}

.mapplic-list-container li {
  margin: 0 !important;
  display: table-row;
}

.mapplic-list-container div {
  font-weight: 400 !important;
}

.mapplic-list-container .mapplic-dir-item a {
  padding: 5px 0px 5px 18px;
  display: table;
  width: 100%;
}

/* Filters */
.mapplic-filter {
  margin: 10px -20px -10px -20px;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.2s;
}

.mapplic-sidebar-header-opened.mapplic-sidebar-filterable .mapplic-filter {
  opacity: 1;
}

.mapplic-filter > ul {
  padding: 0 !important;
  margin: 0 !important;
}

.mapplic-filter h5 {
  color: #aaa;
  font-size: 10px;
  margin: 5px 20px;
  font-weight: 400;
}

.mapplic-list-category > a {
  border-radius: 4px;
  box-sizing: border-box;
  color: #2f3434 !important;
  display: block;
  margin: 6px 10px;
  margin-bottom: 0;
  padding: 10px;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background-color 0.2s;
}

.mapplic-list-category > a:hover,
.mapplic-list-category > a:focus {
  background-color: #f8f8f8;
}

.mapplic-list-category h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  margin: 0;
}

.mapplic-list-category h4.mapplic-margin {
  margin-top: 9px;
}

.mapplic-about {
  color: #aaa;
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
}

/* Thumbnail */
.mapplic-list-category .mapplic-thumbnail {
  background-color: #aaa;
  border: 2px solid transparent;
  border-radius: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
}

.mapplic-list-category .mapplic-thumbnail-placeholder {
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

.mapplic-thumbnail {
  border-radius: 0px;
  box-shadow: none !important;
  margin-right: 10px;
  float: left;
  width: 50px;
  height: 50px;
  object-fit: cover;
}

.mapplic-thumbnail-placeholder {
  background-color: #eee;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
  padding: 8px 4px;
  width: 50px;
  height: 50px;
  text-align: center;
}

.mapplic-list-category > a .mapplic-list-count {
  color: #aaa;
  font-size: 12px;
  font-weight: normal;
  margin-left: 4px;
  opacity: 0.5;
}

.mapplic-dir-item[data-location=init] {
  display: none !important;
}

.mapplic-dir-item > a {
  padding: 10px 20px 10px 18px;
  text-decoration: none;
  transition: border, background-color 0.1s;
}

.mapplic-dir-item > a > div:nth-of-type(5), .mapplic-dir-item > a > div:nth-of-type(2) {
  text-align: end;
}

.mapplic-dir-item > a > div:nth-of-type(3) {
  text-align: center;
}

.mapplic-sidebar .mapplic-dir-item > a:hover,
.mapplic-sidebar .mapplic-dir-item > a:focus,
.mapplic-sidebar .mapplic-dir-item.mapplic-active > a {
  background-color: #f4f4f4;
}

.mapplic-sidebar .mapplic-dir-item:hover > .checkbox {
  background-color: #f4f4f4;
}

.mapplic-dir-item.mapplic-active > .checkbox {
  background-color: #f4f4f4;
}

/* Directory */
.mapplic-dir > h3 {
  border-bottom: 2px solid #fafafa;
  font-size: 32px;
  line-height: 60px;
  font-weight: 300;
  margin: 20px 0;
  padding-bottom: 0;
}

.mapplic-dir > h3 > span {
  border-bottom: 2px solid #888;
  display: inline-block;
  font-weight: 600;
  margin-bottom: -2px;
}

.mapplic-dir ul {
  padding-left: 0;
  list-style: none;
}

.mapplic-dir.mapplic-dir-results {
  margin-top: 40px;
  display: none;
}

.mapplic-dir-results-clear {
  background-color: #fafafa;
  border: none;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  font-weight: bold;
  font-size: 12px;
  margin-left: 20px;
  padding: 10px 12px;
  outline: none;
  vertical-align: middle;
  transition: background-color 0.2s;
}

.mapplic-dir-results-clear .mapplic-icon-cross {
  padding: 0;
  margin: 0 0 0 6px;
  position: static;
  transition: transform 0.4s;
}

.mapplic-dir-results-clear:hover .mapplic-icon-cross {
  transform: rotate(180deg);
}

.mapplic-dir-results-clear:hover,
.mapplic-dir-results-clear:active {
  background-color: #eee;
}

.mapplic-dir.mapplic-dir-horizontal ul {
  max-width: 100%;
  white-space: nowrap;
  overflow-x: auto;
  margin-bottom: 40px;
}

.mapplic-dir.mapplic-dir-horizontal .mapplic-dir-item {
  white-space: normal;
  display: inline-block;
}

.mapplic-dir-item a {
  display: block;
  padding: 12px 0;
  transition: background-color 0.2s, padding 0.2s;
  box-sizing: border-box;
  text-decoration: none !important;
  line-height: 0 !important;
}

.mapplic-dir-item a:focus {
  outline: none;
}

.mapplic-dir-item a::after {
  content: "";
  clear: both;
  display: table;
  overflow: auto;
}

.mapplic-dir-item a:hover,
.mapplic-dir-item a:focus,
.mapplic-dir-item.mapplic-active > a {
  background-color: #fafafa;
}

.mapplic-dir-item.mapplic-active > a {
  border-color: inherit;
}

.mapplic-dir-item div {
  color: #747474;
  font-size: 14px;
  font-weight: 600;
  line-height: 10px !important;
  display: table-cell;
  min-width: 50px;
  width: 25%;
}
@media only screen and (max-width: 1200px) {
  .mapplic-dir-item div {
    min-width: 45px;
  }
}
@media only screen and (max-width: 440px) {
  .mapplic-dir-item div {
    min-width: 45px;
  }
}
.mapplic-dir-item div .header-tooltip {
  position: relative;
  cursor: default;
}
.mapplic-dir-item div .header-tooltip::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 20px;
  left: 25px;
  visibility: hidden;
  opacity: 0;
  padding: 3px;
  background-color: #EEEEEE;
  color: #747474;
  z-index: 1;
  transition: opacity 0.3s, visibility 0.3s;
  font-size: 10px;
  font-style: normal;
  width: 85px;
}
.mapplic-dir-item div .header-tooltip:hover::after {
  visibility: visible;
  opacity: 1;
}
.mapplic-dir-item div:nth-of-type(1) {
  width: 10%;
}
@media only screen and (max-width: 991px) {
  .mapplic-dir-item div:nth-of-type(1) {
    width: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .mapplic-dir-item div:nth-of-type(1) {
    width: 60px;
  }
}
@media only screen and (max-width: 440px) {
  .mapplic-dir-item div:nth-of-type(1) {
    width: 13%;
  }
}
.mapplic-dir-item div:nth-of-type(2) {
  width: 15%;
}
@media only screen and (min-width: 991px) and (max-width: 1200px) {
  .mapplic-dir-item div:nth-of-type(2) {
    padding-right: 8px;
  }
}
@media only screen and (max-width: 991px) {
  .mapplic-dir-item div:nth-of-type(2) {
    width: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .mapplic-dir-item div:nth-of-type(2) {
    width: 50px;
  }
}
@media only screen and (max-width: 440px) {
  .mapplic-dir-item div:nth-of-type(2) {
    width: 10%;
  }
}
.mapplic-dir-item div:nth-of-type(3) {
  width: 10%;
}
@media only screen and (max-width: 991px) {
  .mapplic-dir-item div:nth-of-type(3) {
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .mapplic-dir-item div:nth-of-type(3) {
    width: 65px;
  }
}
@media only screen and (max-width: 440px) {
  .mapplic-dir-item div:nth-of-type(3) {
    width: 13%;
  }
}
.mapplic-dir-item div:nth-of-type(4) {
  width: 15%;
  text-align: center;
}
@media only screen and (max-width: 991px) {
  .mapplic-dir-item div:nth-of-type(4) {
    width: 110px;
  }
}
@media only screen and (max-width: 767px) {
  .mapplic-dir-item div:nth-of-type(4) {
    width: 75px;
  }
}
@media only screen and (max-width: 440px) {
  .mapplic-dir-item div:nth-of-type(4) {
    width: 13%;
  }
}
.mapplic-dir-item div:nth-of-type(5) {
  width: 45%;
}
@media only screen and (max-width: 991px) {
  .mapplic-dir-item div:nth-of-type(5) {
    width: 140px;
  }
}
@media only screen and (max-width: 440px) {
  .mapplic-dir-item div:nth-of-type(5) {
    width: 44%;
  }
}

.filter-headers-container {
  width: 100% !important;
  border-left: 3px solid white;
}
@media only screen and (max-width: 991px) {
  .filter-headers-container {
    border-left: 5px solid white;
  }
}

.mapplic-dir-grid ul {
  margin: 0 -20px;
}

.mapplic-dir-grid .mapplic-dir-item {
  margin-bottom: 20px;
  text-align: center;
}

.mapplic-dir-grid.mapplic-dir-columns .mapplic-dir-item {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.mapplic-dir-grid .mapplic-dir-item div {
  font-size: 16px;
  margin-bottom: 10px;
}

.mapplic-dir-grid .mapplic-dir-item a {
  padding: 20px;
}

.mapplic-dir-grid .mapplic-thumbnail {
  margin-bottom: 12px;
  float: none;
  width: 100%;
  min-height: 180px;
}

.mapplic-dir-grid .mapplic-thumbnail-placeholder {
  line-height: 160px;
  font-weight: bold;
  font-size: 42px;
}

@media screen and (max-width: 992px) {
  .mapplic-dir-grid.mapplic-dir-columns .mapplic-dir-item {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  .mapplic-dir-grid.mapplic-dir-columns .mapplic-dir-item {
    width: 50%;
  }
}
/* dir view */
.mapplic-dir-view {
  position: relative;
}

.mapplic-dir-view button {
  position: absolute;
  right: 30px;
  top: 0;
}

/* dir search */
.mapplic-dir-search {
  border: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 36px;
  outline: none;
  padding: 12px 0;
  transition: padding 0.2s;
}

.mapplic-dir-search::placeholder {
  color: #ccc;
  font-weight: normal !important;
}

.mapplic-dir-search:focus {
  background-color: #fafafa;
  padding: 12px 20px;
}

.mapplic-dir-filter {
  border: none;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  padding: 22px 0;
  transition: padding 0.2s;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.mapplic-dir-filter:focus {
  background-color: #fafafa;
  padding: 22px 20px;
}

/* Tooltip */
.mapplic-tooltip {
  display: none;
  position: absolute;
  transform-origin: 0 0;
  padding-bottom: 30px;
  pointer-events: none;
}

.mapplic-tooltip:after {
  content: "";
  border-color: #fff transparent transparent transparent !important;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -7px;
  margin-top: -33px; /* SHIFT */
}

.mapplic-tooltip-wrap {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  max-width: 300px;
  min-width: 120px;
  pointer-events: auto;
  transform: translate(-50%, -100%);
  margin-top: -32px; /* SHIFT */
  transition: transform 0.1s;
}

.mapplic-tooltip-bottom .mapplic-tooltip-wrap {
  transform: translate(-50%, 0);
  margin-top: 17px; /* SHIFT */
}

.mapplic-tooltip-bottom.mapplic-tooltip:after {
  border-color: transparent transparent #fff transparent !important;
  border-width: 0 7px 8px 7px;
  margin-top: 10px;
}

.mapplic-tooltip-body {
  padding: 16px;
}

.mapplic-tooltip-body:focus {
  outline: none;
}

.mapplic-tooltip-body::after {
  content: "";
  clear: both;
  display: table;
}

.mapplic-tooltip img {
  max-width: 100%;
}

.mapplic-tooltip-title {
  color: #333;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 12px 0 0 !important;
}

.mapplic-hovertip,
.mapplic-hovertip > .mapplic-tooltip-wrap {
  pointer-events: none;
}

.mapplic-hovertip > .mapplic-tooltip-wrap {
  min-width: 20px;
  padding: 6px 14px;
}

.mapplic-hovertip .mapplic-tooltip-title {
  margin: 0 !important;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.mapplic-tooltip-content {
  margin-top: 10px;
  margin-bottom: 6px;
  max-height: 160px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mapplic-tooltip .mapplic-thumbnail {
  border-radius: 50% !important;
  width: 48px;
  height: 48px;
  margin-right: 12px;
}

.mapplic-tooltip-description,
.mapplic-tooltip p {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}

.mapplic-tooltip p {
  margin-top: 0;
  margin-bottom: 6px !important;
}

.mapplic-tooltip-description p:last-child {
  margin: 0;
}

.mapplic-popup-link {
  background-color: #888;
  border-radius: 4px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1) !important;
  color: #fff !important;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  float: right;
  margin-top: 4px;
  padding: 4px 8px;
  text-decoration: none;
  transition: background-color 0.2s, box-shadow 0.2s;
}

.mapplic-popup-link:hover {
  background-color: #666;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
}

.mapplic-tooltip-close {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 36px;
  top: 0;
  padding: 0;
  margin: 0;
  opacity: 0.5;
  z-index: 100;
  transition: opacity 0.2s;
}

.mapplic-tooltip-close:hover {
  opacity: 1;
}

.mapplic-tooltip-close .mapplic-icon {
  background-color: #fff;
  border-radius: 50%;
}

/* Lightbox */
.mapplic-lightbox-title {
  color: #333;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 20px;
}

.mapplic-lightbox {
  background-color: #fff;
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
}

.mapplic-lightbox:after {
  content: "";
  display: block;
  clear: both;
}

.mapplic-popup-image {
  outline: none;
}

.mfp-bg {
  z-index: 99981 !important;
}

.mfp-wrap {
  z-index: 99982 !important;
}

.mfp-content {
  z-index: 99983 !important;
}

/* Lightbox animation */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Toggle */
.mapplic-toggle {
  display: block;
  cursor: pointer;
  font-size: 14px;
  position: relative;
  margin: 6px 0;
  min-width: 20px;
  min-height: 20px;
}

.mapplic-toggle > .mapplic-toggle-circle {
  background-color: #aaa;
  border-radius: 50%;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 18px;
  height: 18px;
  transform-origin: center;
  transform: scale(0);
  transition: 0.2s;
}

.mapplic-toggle:before {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 50%;
  box-sizing: content-box;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
}

.mapplic-toggle > input {
  display: none;
}

.mapplic-toggle > input:checked + span {
  transform: scale(0.7);
}

.mapplic-list-category {
  position: relative;
}

.mapplic-list-category .mapplic-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -10px;
  box-sizing: border-box;
}

/* Legend */
.mapplic-legend {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 12px;
  padding: 0 8px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mapplic-legend-label {
  display: block;
  font-size: 14px;
  font-weight: normal;
  margin: 6px 0;
  padding-left: 28px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}

.mapplic-legend-key {
  background-color: #aaa;
  border: 2px solid #fff;
  border-radius: 50%;
  box-sizing: content-box;
  display: inline-block;
  height: 16px;
  width: 16px;
  position: absolute;
  left: 8px;
}

/* Reveal */
.mapplic-revealed {
  visibility: visible !important;
}

/* Portrait mode */
.mapplic-portrait.mapplic-element {
  height: auto !important;
}

.mapplic-portrait .mapplic-container,
.mapplic-portrait .mapplic-sidebar {
  float: none;
  width: 100% !important;
}

.mapplic-portrait .mapplic-sidebar {
  min-height: 600px;
  max-height: 1000px;
  position: relative;
}

.mapplic-portrait .mapplic-tooltip {
  max-width: 240px;
}

.mapplic-portrait .mapplic-minimap-background {
  width: 100px !important;
}

/* Map */
.mapplic-map svg {
  width: 100%;
  height: 100%;
}

.mapplic-element svg a {
  cursor: pointer;
}

.mapplic-clickable:not(g),
g.mapplic-clickable > * {
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.mapplic-map-image *[id^=MNOINT],
.mapplic-map-image *[id^=nopointer] {
  pointer-events: none;
}

[id^=MLOC] .mapplic-clickable,
[id^=landmark] .mapplic-clickable {
  cursor: pointer;
}

/* Developer tools */
.mapplic-coordinates {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333;
  position: absolute;
  margin: 10px;
  margin-left: -80px;
  padding: 4px 6px;
  font-size: 14px;
  top: 0;
  left: 50%;
  pointer-events: none;
}

/* IE workaround */
@media all and (-ms-high-contrast: none) {
  .mapplic-zoomout-button {
    background: #fff url(../../mapplic/../assets/images/ie/minus.svg) no-repeat center !important;
  }
  .mapplic-zoomin-button {
    background: #fff url(../../mapplic/../assets/images/ie/plus.svg) no-repeat center !important;
  }
  .mapplic-clear-button {
    background: #fff url(../../mapplic/../assets/images/ie/reset.svg) no-repeat center !important;
  }
  .mapplic-fullscreen-button {
    background: #fff url(../../mapplic/../assets/images/ie/fullscreen.svg) no-repeat center !important;
  }
  .mapplic-fullscreen .mapplic-fullscreen-button {
    background: #fff url(../../mapplic/../assets/images/ie/fullscreen-exit.svg) no-repeat center !important;
  }
  .mapplic-levels .mapplic-levels-up {
    background: #fff url(../../mapplic/../assets/images/ie/arrow-up.svg) no-repeat center !important;
  }
  .mapplic-levels .mapplic-levels-down {
    background: #fff url(../../mapplic/../assets/images/ie/arrow-down.svg) no-repeat center !important;
  }
  .mapplic-search-clear {
    background: #fff url(../../mapplic/../assets/images/ie/cross.svg) no-repeat center !important;
  }
}
/* Accessibility */
.mapplic-accessible.mapplic-element input:focus,
.mapplic-accessible.mapplic-element button:focus,
.mapplic-accessible.mapplic-element a:focus,
.mapplic-accessible.mapplic-element select:focus,
.mapplic-accessible.mapplic-element *[aria-modal=true] {
  z-index: 1000;
  outline: solid rgba(0, 115, 170, 0.15);
  outline-offset: 2px;
}

.mapplic-accessible.mapplic-element input.mapplic-search-input:focus {
  outline: solid rgba(0, 115, 170, 0.15);
  outline-offset: 6px;
}

.mapplic-accessible.mapplic-element input:focus {
  outline-offset: 6px;
}

.mapplic-accessible.mapplic-element select:focus {
  position: relative;
}

/* SKINS */
/* mapplic-booking */
.mapplic-booking .mapplic-active,
.mapplic-booking .mapplic-active > * {
  fill: #A8D865;
}

.mapplic-booking .unavailable,
.mapplic-booking .unavailable > * {
  fill: #F7B332;
  opacity: 1;
  cursor: default;
}

/* INTERACTIVE ELEMENTS */
/* clickable elements */
.mapplic-clickable:not(g),
g.mapplic-clickable > * {
  transition: fill 0.2s;
}

/* hovered elements */
/* active elements */
/* Default Style */
.defaultstyle.mapplic-clickable:not(g), g.defaultstyle.mapplic-clickable > * {
  fill: #70899C;
}

.defaultstyle.mapplic-highlight:not(g), g.defaultstyle.mapplic-highlight > *, .defaultstyle.mapplic-clickable:not(g):hover, g.defaultstyle.mapplic-clickable:hover > * {
  fill: #596D7E;
}

.defaultstyle.mapplic-active:not(g), g.defaultstyle.mapplic-active > * {
  fill: #4D5E6D !important;
}

/* Init shape */
[id^=MLOC] > #init, [id^=landmark] > #init, svg > #items > #init {
  visibility: hidden;
}

/* Highlight */
.mapplic-filtered .mapplic-pin {
  opacity: 0.4 !important;
}

.mapplic-filtered .mapplic-pin.mapplic-highlight {
  display: block !important;
  opacity: 1 !important;
}

.mapplic-filtered svg [id^=MLOC] > *,
.mapplic-filtered svg [id^=landmark] > * {
  opacity: 0.4 !important;
}

.mapplic-filtered .mapplic-clickable.mapplic-highlight {
  opacity: 1 !important;
}

/* CUSTOM STYLES */
.mapplic-image,
.mapplic-tooltip-wrap {
  max-width: 300px !important;
}

/* tooltip width */
.mapplic-tooltip-content {
  max-height: 160px;
}

/* tooltip height */
.mapplic-image {
  height: 160px !important;
  object-fit: cover;
}

/* example custom pin */
.mapplic-pin.my-new-pin { /* replace 'my-new-pin' with the name of your pin */
  background-image: url(../assets/images/my-new-pin.png); /* define the path to image file */
  background-size: 20px 30px;
  width: 20px;
  height: 30px;
  margin-left: -10px; /* negative margins are used for */
  margin-top: -15px; /* defining the pin's origin */
}

body {
  font-family: "Montserrat", sans-serif;
  color: #747474;
}

.fill-red > *, .fill-red {
  fill: rgba(219, 35, 42, 0.6) !important;
}

.fill-red-faded > *, .fill-red-faded {
  fill: rgba(219, 35, 42, 0.5) !important;
}

#map-section {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
#map-section .mapplic-tooltip-wrap, #map-section .mapplic-tooltip-wrap svg {
  box-sizing: initial;
}
#map-section .map-container .mapplic-sidebar {
  background-color: #fff;
}
#map-section .map-container .mapplic-sidebar ul {
  list-style: none;
  font-size: 20px;
  margin-bottom: 0;
  display: table;
  padding-left: 0;
}
#map-section .map-container .mapplic-sidebar ul .list-name {
  font-weight: bold;
  font-size: 16px;
}
#map-section .map-container .mapplic-sidebar ul li {
  position: relative;
  overflow: hidden;
}
#map-section .map-container .mapplic-sidebar ul li:not(.list-header, .divider, .list-name) {
  background-color: #eeeeee;
}
#map-section .map-container .mapplic-sidebar ul li:after {
  content: "";
  margin-bottom: 5px;
  position: relative;
  height: 0;
  width: 100%;
  display: block;
}
#map-section .map-container .mapplic-sidebar ul li .checkbox {
  vertical-align: middle;
  display: table-cell;
  min-width: inherit;
  width: inherit;
}
#map-section .map-container .mapplic-sidebar ul li .checkbox label {
  cursor: pointer;
  vertical-align: top;
}
#map-section .map-container .mapplic-sidebar ul li .checkbox label:after {
  content: "";
  display: table;
  clear: both;
}
#map-section .map-container .mapplic-sidebar ul li .checkbox label input[type=checkbox] {
  display: none;
}
#map-section .map-container .mapplic-sidebar ul li .checkbox label input[type=checkbox] + .cr {
  width: 18px;
  height: 18px;
  background-color: #fdfdfd;
}
#map-section .map-container .mapplic-sidebar ul li .checkbox label input[type=checkbox] + .cr > .cr-icon {
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease-in;
  color: red;
  pointer-events: none;
}
#map-section .map-container .mapplic-sidebar ul li .checkbox label input[type=checkbox]:checked + .cr > .cr-icon {
  transform: scale(1);
  opacity: 1;
}
#map-section .map-container .mapplic-sidebar ul li .checkbox label input[type=checkbox]:disabled + .cr {
  opacity: 0.5;
}
#map-section .map-container .mapplic-sidebar ul li .checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid #747474;
  width: 20px;
  height: 20px;
  float: left;
}
#map-section .map-container .mapplic-sidebar ul li .checkbox .cr .cr-icon {
  position: absolute;
  font-size: 0.8em;
  line-height: 0;
  top: 0;
  left: 0;
}
#map-section .map_description h2, #map-section .compare_description h2 {
  font-family: "Montserrat", sans-serif;
  color: #747474;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 30px;
}
#map-section .map_description p, #map-section .compare_description p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
}
#map-section .lot_list_container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
#map-section .lot_list_container .lot_list {
  width: 100%;
  height: 100%;
  max-height: 500px;
  overflow-y: auto;
}
#map-section .lot_list_container .lot_list ul {
  background-color: #fdfdfd;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
  margin: 0;
  line-height: 200%;
  list-style: none;
  font-size: 20px;
}
#map-section .lot_list_container .lot_list ul li {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
  transition: 0.3s;
}
#map-section .lot_list_container .lot_list ul li:hover {
  background-color: #f4f4f4;
  padding-left: 31px;
}
#map-section .lot_list_container .lot_list ul li:hover div.lot_status_color {
  width: 9px;
}
#map-section .lot_list_container .lot_list ul li div.lot_status_color {
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  transition: 0.3s;
}
#map-section .lot_list_container .lot_list ul li div.compare_limit_alert {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  height: 100%;
  align-items: center;
  display: flex;
}
#map-section .lot_list_container .lot_list ul li div.compare_limit_alert p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: red;
}
#map-section .compare_btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 14.09px;
  border-radius: 30px;
  background-color: #db232a;
  color: #fdfdfd;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-right: 0;
  height: 50px;
  width: 250px;
}
#map-section .compare_btn:hover {
  background-color: #b02a37;
  color: #f0f0f0;
}
#map-section .compare_btn:focus {
  outline: none;
  box-shadow: none;
}
#map-section .nem-elerheto.mapplic-clickable:not(g),
#map-section g.nem-elerheto.mapplic-clickable > * {
  opacity: 1 !important;
}
#map-section .map-container {
  position: relative;
  padding: 0;
}
#map-section .map-container .mapplic-portrait .mapplic-tooltip {
  max-width: unset;
}
#map-section .map-container .mapplic-tooltip-body {
  border: 5px solid #9cde3e;
  position: relative;
  /*&:before {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    background: #9cde3e;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    width: 20px;
    height: 20px;
  }*/
}
#map-section .map-container .mapplic-tooltip-title {
  font-size: 22px;
  color: #464536;
}
#map-section .map-container .mapplic-tooltip-description,
#map-section .map-container .mapplic-tooltip p {
  font-size: 18px;
  color: #464536;
  line-height: 1.2;
}
#map-section .map-container .mapplic-tooltip-description a.styled_button,
#map-section .map-container .mapplic-tooltip p a.styled_button,
#polygonModal .modal-content a.styled_button {
  color: #fff;
  height: auto !important;
  font-size: 0.8em;
  border-radius: 2px;
  line-height: 2.2em;
  background: #2b2b2b;
  padding: 0.4em 2.2em;
  display: inline-block !important;
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
#map-section .map-container .mapplic-tooltip-description a.styled_button:hover,
#map-section .map-container .mapplic-tooltip p a.styled_button:hover,
#polygonModal .modal-content a.styled_button:hover {
  color: #fff;
  background-color: #9cde3e;
}
#map-section .map-container .mapplic-image,
#map-section .map-container .mapplic-tooltip-wrap {
  max-width: max(25vw, 400px) !important;
}
#map-section .map-container .mapplic-tooltip-content {
  max-height: 220px !important;
}
#map-section #map_filters_sidebar {
  padding: 0;
  display: flex;
}
#map-section #map_filters_sidebar .description {
  width: 100%;
}
#map-section #map_filters_sidebar .activeMapArea {
  z-index: 500 !important;
}
#map-section #map_filters_sidebar h2 {
  color: #464536;
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 30px;
  display: flex;
  width: 100%;
}
#map-section #map_filters_sidebar p {
  color: #747474;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 20px;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #map-section #map_filters_sidebar p {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar p {
    font-size: 16px;
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  #map-section #map_filters_sidebar p {
    padding-right: 10px;
    font-size: 12px;
  }
}
#map-section #map_filters_sidebar #map_styles h3 {
  color: #747474;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #map-section #map_filters_sidebar #map_styles h3 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar #map_styles h3 {
    font-size: 18px;
    justify-content: center;
  }
}
#map-section #map_filters_sidebar #map_filters {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #map-section #map_filters_sidebar #map_filters {
    flex-flow: row wrap;
  }
}
#map-section #map_filters_sidebar #map_filters .filter_level_selector_div {
  display: flex;
  flex-flow: column;
  width: 228px;
  margin: 5px auto;
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #map-section #map_filters_sidebar #map_filters .filter_level_selector_div {
    margin: 0px;
  }
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar #map_filters .filter_level_selector_div {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar #map_filters .filter_level_selector_div .filter_title {
    text-align: center;
    font-size: 16px;
  }
}
#map-section #map_filters_sidebar #map_filters .filter_level_selector_div .filter_title_level_selector {
  color: #747474;
  font-size: 16px;
}
@media only screen and (max-width: 991px) {
  #map-section #map_filters_sidebar #map_filters .filter_level_selector_div .filter_title_level_selector {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar #map_filters .filter_level_selector_div .filter_title_level_selector {
    font-size: 18px;
  }
}
#map-section #map_filters_sidebar #map_filters .filter_level_selector_div .level_selector_column {
  width: 100%;
}
#map-section #map_filters_sidebar #map_filters .filter_level_selector_div .level_selector_column .mapplicLevelSwitcherImgSmall {
  width: 228px;
  height: 171px;
}
#map-section #map_filters_sidebar #map_filters .filter_column {
  display: flex;
  flex-flow: column;
  margin-top: 5px;
  margin-bottom: 15px;
}
#map-section #map_filters_sidebar #map_filters .filter_column h3 {
  color: #747474;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 10px;
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  #map-section #map_filters_sidebar #map_filters .filter_column h3 {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar #map_filters .filter_column h3 {
    font-size: 18px;
    justify-content: center;
  }
}
#map-section #map_filters_sidebar #map_filters .filter_column .filter_description {
  color: #464536;
  font-size: 13px;
  line-height: 1;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
  width: 100%;
}
#map-section #map_filters_sidebar #map_filters .filter_box {
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-flex;
}
#map-section #map_filters_sidebar #map_filters .filter_box #filer_availability_18:before {
  border: 2px solid rgba(8, 201, 58, 0.8);
}
#map-section #map_filters_sidebar #map_filters .filter_box #filer_availability_18 {
  color: rgba(8, 201, 58, 0.8);
}
#map-section #map_filters_sidebar #map_filters .filter_box #filer_availability_19:before {
  border: 2px solid rgba(219, 35, 42, 0.8);
}
#map-section #map_filters_sidebar #map_filters .filter_box #filer_availability_19 {
  color: rgba(219, 35, 42, 0.8);
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar #map_filters .filter_box {
    width: 100%;
    justify-content: center;
  }
}
#map-section #map_filters_sidebar #map_filters .filter_box .filter-tooltip-icon {
  background-image: url("../../../wp-content/themes/netezis-child/img/info_52_52-min.png");
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: cover;
  background-position: center;
  margin-left: 2px;
  position: relative;
  top: -3px;
}
#map-section #map_filters_sidebar #map_filters .filter_box .filter-tooltip-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 25px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  padding: 3px;
  background-color: #EEEEEE;
  color: #747474;
  z-index: 1;
  transition: opacity 0.3s, visibility 0.3s;
  font-size: 10px;
  font-style: normal;
  width: 190px;
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar #map_filters .filter_box .filter-tooltip-icon::after {
    left: unset;
    right: 0;
  }
}
#map-section #map_filters_sidebar #map_filters .filter_box .filter-tooltip-icon:hover::after {
  visibility: visible;
  opacity: 1;
}
#map-section #map_filters_sidebar #map_filters .filter_box label {
  cursor: pointer;
  display: flex;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  padding-left: 25px;
  padding-right: 3px;
  font-weight: normal;
}
@media only screen and (max-width: 991px) {
  #map-section #map_filters_sidebar #map_filters .filter_box label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar #map_filters .filter_box label {
    font-size: 16px;
    justify-content: center;
  }
}
#map-section #map_filters_sidebar #map_filters .filter_box label:before {
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  background: #fff;
  display: inline-flex;
  position: absolute;
  border: 1px solid #747474;
}
#map-section #map_filters_sidebar #map_filters .filter_box label:after {
  content: "";
  opacity: 0;
  left: 0;
  margin-top: 3px;
  margin-left: 3px;
  width: 10px;
  height: 10px;
  background: #474536;
  position: absolute;
  transition: 0.2s;
}
#map-section #map_filters_sidebar #map_filters .filter_box input[type=radio] {
  display: none;
}
#map-section #map_filters_sidebar #map_filters .filter_box input[type=radio]:checked + label:after {
  opacity: 1;
}
#map-section #map_filters_sidebar #map_styles {
  display: flex;
  flex-flow: column;
  width: 20%;
  margin-top: 5px;
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar #map_styles {
    width: 50%;
  }
}
#map-section #map_filters_sidebar #map_styles .map_style {
  width: 33.3333333333%;
  display: inline-flex;
  margin: 5px 0;
  padding-right: 3px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar #map_styles .map_style {
    width: 100%;
    justify-content: center;
  }
}
#map-section #map_filters_sidebar #map_styles .map_style .map_style_color {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#map-section #map_filters_sidebar #map_styles .map_style .map_style_title {
  font-size: 16px;
  color: #747474;
  width: calc(100% - 60px);
}
@media only screen and (max-width: 991px) {
  #map-section #map_filters_sidebar #map_styles .map_style .map_style_title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  #map-section #map_filters_sidebar #map_styles .map_style .map_style_title {
    font-size: 16px;
    width: auto;
  }
}

.list-header > div {
  display: table;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media only screen and (max-width: 991px) {
  .list-header > div {
    display: inline-block;
  }
}
.list-header > div div:nth-of-type(5) {
  width: 50px;
  padding-left: 35px;
}
@media only screen and (min-width: 767px) {
  .list-header > div div:nth-of-type(5) {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .map-container .mapplic-sidebar {
    max-width: 400px;
  }
  .map-container .mapplic-sidebar ul {
    width: 97%;
  }
  .mapplic-level-switcher {
    left: 0;
    top: 0;
  }
  .mapplic-list-container div {
    font-size: 16px;
  }
  .mapplic-container {
    width: 65%;
  }
  .mapplic-container .flip-back-button {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    margin: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 6px;
    border: none;
    color: #222;
    font-weight: bold;
    background-color: #fff;
  }
  .mapplic-sidebar {
    width: 35%;
  }
  #map_filters_sidebar {
    max-width: 100%;
  }
  #map_filters_sidebar #map_filters .filter_column {
    width: calc((100% - 228px) / 4);
  }
  #map_filters_sidebar #map_filters .filter_column .layerImg {
    position: absolute;
    width: 20%;
    z-index: -999;
  }
  #map_filters_sidebar #map_filters .filter_column #mapplicLevelSwitcherImgSmall {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
  }
  #map_filters_sidebar #map_filters .filter_column .emptyLayer {
    z-index: 500;
    opacity: 0;
  }
  #map_filters_sidebar #map_filters .filter_column .popOut {
    z-index: 500;
  }
  .compare_btn_container {
    text-align: end;
    padding: 0 !important;
    margin-top: 20px !important;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1400px) {
  .map-container .mapplic-sidebar {
    max-width: 400px;
  }
  .map-container .mapplic-sidebar ul {
    width: 96%;
  }
  .mapplic-level-switcher {
    right: 0;
    top: 0;
  }
  .mapplic-list-container div {
    font-size: 15px;
  }
  .mapplic-container {
    width: 65%;
  }
  .mapplic-container .flip-back-button {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    margin: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 6px;
    border: none;
    color: #222;
    font-weight: bold;
    background-color: #fff;
  }
  .mapplic-sidebar {
    width: 35%;
  }
  #map_filters_sidebar {
    max-width: 100%;
  }
  #map_filters_sidebar #map_filters .filter_column {
    width: 20%;
  }
}
@media only screen and (max-width: 1400px) and (min-width: 768px) and (max-width: 1200px) {
  #map_filters_sidebar #map_filters .filter_column {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1400px) {
  #map_filters_sidebar #map_filters .filter_column .layerImg {
    position: absolute;
    width: 20%;
    z-index: -999;
  }
}
@media only screen and (max-width: 1400px) {
  #map_filters_sidebar #map_filters .filter_column #mapplicLevelSwitcherImgSmall {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
  }
}
@media only screen and (max-width: 1400px) {
  #map_filters_sidebar #map_filters .filter_column .emptyLayer {
    z-index: 500;
    opacity: 0;
  }
}
@media only screen and (max-width: 1400px) {
  #map_filters_sidebar #map_filters .filter_column .popOut {
    z-index: 500;
  }
}
@media only screen and (max-width: 1400px) {
  .compare_btn_container {
    text-align: end;
    margin-top: 20px !important;
    margin-bottom: 30px;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 1200px) {
  .mapplic-list-container div {
    font-size: 12px;
  }
  .mapplic-sidebar {
    width: calc(35% + 24px);
  }
  .mapplic-container {
    width: calc(65% - 24px);
  }
  .mapplic-container .flip-back-button {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    margin: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 6px;
    border: none;
    color: #222;
    font-weight: bold;
    background-color: #fff;
  }
}
@media only screen and (max-width: 992px) {
  #map_filters_sidebar {
    max-width: inherit;
  }
  .map-container .mapplic-sidebar {
    margin: 0 auto;
    margin-top: 170px;
    max-width: 90%;
  }
  .map-container .mapplic-sidebar .mapplic-list-container div {
    font-size: 20px;
  }
  .compare_btn_container {
    text-align: center;
    margin-top: 20px !important;
    margin-bottom: 30px;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 992px) {
  .map-container .mapplic-sidebar {
    margin-top: 30px;
  }
  .map-container .mapplic-container {
    overflow: hidden;
  }
  .map-container .mapplic-container .flip-back-button {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
    margin: 12px;
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 6px;
    border: none;
    color: #222;
    font-weight: bold;
    background-color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  #map_filters_sidebar #map_filters {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  #map_filters_sidebar #map_filters .filter_column {
    width: 50%;
    margin-left: 0 !important;
  }
  #map_filters_sidebar #map_filters .filter_box {
    width: revert;
  }
  .map-container .mapplic-list-container div {
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 575px) {
  .mapplic-sidebar {
    max-width: 100% !important;
  }
  .mapplic-sidebar .mapplic-list-container div {
    font-size: 13px !important;
  }
}
@media only screen and (max-width: 991px) {
  #map-section .map-container {
    margin: 0;
  }
  #map-section #map_filters_sidebar #map_filters .filter_box {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #map-section .mapplic-tooltip-description,
  #map-section .mapplic-tooltip p {
    font-size: 14px;
  }
  #map-section .mapplic-portrait .mapplic-tooltip {
    max-width: 300px;
  }
}
@media only screen and (max-width: 499px) {
  #map-section #map_filters_sidebar #map_styles .map_style {
    width: 100%;
  }
}
/*Projekt oldalon a flip efekthez tartozik ez a rész*/
.flip_plugin_container {
  transform-style: preserve-3d;
}
.flip_plugin_container .flip_plugin_box {
  position: relative;
  height: 1200px;
  transform-style: preserve-3d;
  perspective: 1000px;
  cursor: pointer;
}
.flip_plugin_container .flip_plugin_box .flip_plugin_image_body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transition: 1.2s ease;
}
.flip_plugin_container .flip_plugin_box .flip_plugin_image_body .flip_plugin_image_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 75%;
  transform-style: preserve-3d;
}
.flip_plugin_container .flip_plugin_box .flip_plugin_image_body .flip_plugin_image_container .mapplicLevelSwitcherImg {
  z-index: 499;
}
.flip_plugin_container .flip_plugin_box .flip_plugin_image_body .flip_plugin_image_container .layerImg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.flip_plugin_container .flip_plugin_box .flip_plugin_image_body .flip_plugin_image_container .emptyLayer {
  z-index: 500;
  opacity: 0;
}
.flip_plugin_container .flip_plugin_box .flip_plugin_image_body .flip_plugin_image_container .popOut {
  z-index: 500;
}
.flip_plugin_container .flip_plugin_box .flip_plugin_image_body .flip_plugin_image_container .activeMapArea {
  z-index: 500;
}
.flip_plugin_container .flip_plugin_box .flip_plugin_image_body .flip_plugin_image_container img {
  width: 100%;
  object-fit: cover;
  position: relative;
  z-index: 499;
}
.flip_plugin_container .flip_plugin_box .flip_plugin_image_body .flip_plugin_image_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  backface-visibility: hidden;
  transform-style: unset;
  transform: rotateY(180deg);
}
.flip_plugin_container .flip_plugin_box .flip_plugin_image_body .flip_plugin_image_content div {
  transform-style: preserve-3d;
}

#compare_popup {
  /* HTML5 display-role reset for older browsers */
  /* --------------------------------

  Primary style

  -------------------------------- */
  /* --------------------------------

  Main Components

  -------------------------------- */
  /*.cd-features-list li.rate {
    !* rating stars *!
    padding: 21px 0;
  }
  .cd-features-list li.rate span {
    display: inline-block;
    height: 22px;
    width: 110px;
    background: url(../img/cd-star.svg);
    color: transparent;
  }*/
  /* --------------------------------

  No JS

  -------------------------------- */
}
#compare_popup html, #compare_popup body, #compare_popup div, #compare_popup span, #compare_popup applet, #compare_popup object, #compare_popup iframe,
#compare_popup h1, #compare_popup h2, #compare_popup h3, #compare_popup h4, #compare_popup h5, #compare_popup h6, #compare_popup p, #compare_popup blockquote, #compare_popup pre,
#compare_popup a, #compare_popup abbr, #compare_popup acronym, #compare_popup address, #compare_popup big, #compare_popup cite, #compare_popup code,
#compare_popup del, #compare_popup dfn, #compare_popup em, #compare_popup img, #compare_popup ins, #compare_popup kbd, #compare_popup q, #compare_popup s, #compare_popup samp,
#compare_popup small, #compare_popup strike, #compare_popup strong, #compare_popup sub, #compare_popup sup, #compare_popup tt, #compare_popup var,
#compare_popup b, #compare_popup u, #compare_popup i, #compare_popup center,
#compare_popup dl, #compare_popup dt, #compare_popup dd, #compare_popup ol, #compare_popup ul, #compare_popup li,
#compare_popup fieldset, #compare_popup form, #compare_popup label, #compare_popup legend,
#compare_popup table, #compare_popup caption, #compare_popup tbody, #compare_popup tfoot, #compare_popup thead, #compare_popup tr, #compare_popup th, #compare_popup td,
#compare_popup article, #compare_popup aside, #compare_popup canvas, #compare_popup details, #compare_popup embed,
#compare_popup figure, #compare_popup figcaption, #compare_popup footer, #compare_popup header, #compare_popup hgroup,
#compare_popup menu, #compare_popup nav, #compare_popup output, #compare_popup ruby, #compare_popup section, #compare_popup summary,
#compare_popup time, #compare_popup mark, #compare_popup audio, #compare_popup video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Montserrat", sans-serif;
}
#compare_popup article, #compare_popup aside, #compare_popup details, #compare_popup figcaption, #compare_popup figure,
#compare_popup footer, #compare_popup header, #compare_popup hgroup, #compare_popup menu, #compare_popup nav, #compare_popup section, #compare_popup main {
  display: block;
}
#compare_popup body {
  line-height: 1;
}
#compare_popup ol, #compare_popup ul {
  list-style: none;
}
#compare_popup blockquote, #compare_popup q {
  quotes: none;
}
#compare_popup blockquote:before, #compare_popup blockquote:after,
#compare_popup q:before, #compare_popup q:after {
  content: "";
  content: none;
}
#compare_popup table {
  border-collapse: collapse;
  border-spacing: 0;
}
#compare_popup *, #compare_popup *::after, #compare_popup *::before {
  box-sizing: border-box;
}
#compare_popup sup {
  vertical-align: super;
  font-size: smaller;
}
#compare_popup html {
  font-size: 62.5%;
}
#compare_popup a {
  color: #9dc997;
  text-decoration: none;
}
#compare_popup img {
  max-width: 100%;
}
#compare_popup h1 {
  font-size: 22px;
  text-align: center;
  padding: 15px;
}
#compare_popup .center-outer {
  width: 100%;
  text-align: center;
}
#compare_popup .center-inner {
  display: inline-block;
  margin: 0 auto;
}
#compare_popup .features .top-info {
  display: flex;
  align-items: center;
}
#compare_popup .features .cd-features-list li {
  display: flex;
  align-items: center;
}
#compare_popup .product .top-info {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 1170px) {
  #compare_popup h1 {
    font-size: 32px;
    font-weight: 300;
  }
}
#compare_popup .cd-products-comparison-table {
  margin-bottom: 6em;
}
#compare_popup .cd-products-comparison-table::after {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: "mobile";
}
#compare_popup .cd-products-comparison-table header {
  padding: 0 5% 25px;
}
#compare_popup .cd-products-comparison-table header::after {
  clear: both;
  content: "";
  display: table;
}
#compare_popup .cd-products-comparison-table h2 {
  float: left;
  font-weight: bold;
}
#compare_popup .cd-products-comparison-table .actions {
  float: right;
}
#compare_popup .cd-products-comparison-table .reset, #compare_popup .cd-products-comparison-table .filter {
  font-size: 14px;
}
#compare_popup .cd-products-comparison-table .reset {
  color: #404042;
  text-decoration: underline;
}
#compare_popup .cd-products-comparison-table .filter {
  padding: 0.6em 1.5em;
  color: #ffffff;
  background-color: #cccccc;
  border-radius: 3px;
  margin-left: 1em;
  cursor: not-allowed;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#compare_popup .features .cd-features-list li, #compare_popup .cd-products-table .features .top-info {
  border-left-width: 1px;
}
#compare_popup .cd-products-comparison-table .filter.active {
  background-color: #9dc997;
}
#compare_popup .no-touch .cd-products-comparison-table .filter.active:hover {
  background-color: #a7cea1;
}
@media only screen and (min-width: 1170px) {
  #compare_popup .cd-products-comparison-table {
    margin-bottom: 8em;
  }
  #compare_popup .cd-products-comparison-table::after {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
  #compare_popup .cd-products-comparison-table header {
    padding: 0 5% 40px;
  }
  #compare_popup .cd-products-comparison-table h2 {
    font-size: 24px;
  }
  #compare_popup .cd-products-comparison-table .reset, #compare_popup .cd-products-comparison-table .filter {
    font-size: 16px;
  }
  #compare_popup .cd-products-comparison-table .filter {
    padding: 0.6em 2em;
    margin-left: 1.6em;
  }
}
#compare_popup .cd-products-table {
  position: relative;
  overflow: hidden;
}
#compare_popup .cd-products-table .features {
  /* fixed left column - product properties list */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 120px;
  border-style: solid;
  border-color: #e6e6e6;
  border-top-width: 1px;
  border-bottom-width: 1px;
  background-color: #fafafa;
  opacity: 0.95;
}
#compare_popup .cd-products-table .features::after {
  /* color gradient on the right of .features -  visible while scrolling inside the .cd-products-table */
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 4px;
  height: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}
@media only screen and (min-width: 1170px) {
  #compare_popup .cd-products-table .features {
    width: 210px;
  }
}
#compare_popup .cd-products-table.scrolling .features::after {
  opacity: 1;
}
#compare_popup .cd-products-wrapper {
  overflow-x: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#compare_popup .cd-products-wrapper::-webkit-scrollbar {
  display: none;
}
#compare_popup .cd-products-columns {
  /* products list wrapper */
  width: 1200px;
  margin-left: 120px;
  border-style: solid;
  border-color: #e6e6e6;
  border-top-width: 1px;
  border-bottom-width: 1px;
}
#compare_popup .cd-products-columns::after {
  clear: both;
  content: "";
  display: table;
}
@media only screen and (min-width: 1170px) {
  #compare_popup .cd-products-columns {
    width: 2480px;
    margin-left: 210px;
  }
}
#compare_popup .cd-products-columns .product {
  position: relative;
  float: left;
  width: 150px;
  text-align: center;
  -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
#compare_popup .filtering .cd-products-columns .product:not(.selected) {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#compare_popup .no-product-transition .cd-products-columns .product.selected {
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -moz-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
#compare_popup .filtered .cd-products-columns .product:not(.selected) {
  position: absolute;
}
@media only screen and (min-width: 1170px) {
  #compare_popup .cd-products-columns .product {
    width: calc((100vw - 210px) / 5);
    max-width: 310px;
  }
}
#compare_popup .cd-features-list li {
  font-size: 14px;
  padding: 25px 40px;
  border-color: #e6e6e6;
  border-style: solid;
  border-top-width: 1px;
  border-right-width: 1px;
  height: 72px;
}
@media only screen and (min-width: 1170px) {
  #compare_popup {
    /*  .cd-features-list li.rate {
        padding: 22px 0;
      }*/
  }
  #compare_popup .cd-features-list li {
    font-size: 16px;
  }
}
#compare_popup .features .cd-features-list li,
#compare_popup .cd-products-table .features .top-info {
  /* fixed left column - items */
  font-size: 12px;
  font-weight: bold;
  /* set line-height value equal to font-size of text inside product cells */
  line-height: 14px;
  padding: 25px 10px;
  text-align: left;
}
@media only screen and (min-width: 1170px) {
  #compare_popup .features .cd-features-list li,
  #compare_popup .cd-products-table .features .top-info {
    text-transform: uppercase;
    line-height: 16px;
    padding: 25px 20px;
    letter-spacing: 1px;
  }
}
#compare_popup .features .cd-features-list li {
  /* truncate text with dots */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#compare_popup .cd-products-table .top-info {
  position: relative;
  height: 72px;
  width: 150px;
  text-align: center;
  border-color: #e6e6e6;
  border-style: solid;
  border-right-width: 1px;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  background: #ffffff;
}
#compare_popup .cd-products-table .top-info::after {
  /* color gradient below .top-info -  visible when .top-info is fixed */
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 4px;
  width: 100%;
  background-color: transparent;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.06), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.06), transparent);
  opacity: 0;
}
#compare_popup .cd-products-table .top-info h3 {
  font-weight: bold;
  font-size: 14px;
}
#compare_popup .cd-products-table .top-info img {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#compare_popup .cd-products-table .top-info h3, #compare_popup .cd-products-table .top-info img {
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
@media only screen and (min-width: 1170px) {
  #compare_popup .cd-products-table .top-info {
    /*height: 280px;*/
    width: calc((100vw - 210px) / 5);
    max-width: 310px;
  }
  #compare_popup .cd-products-table .top-info h3 {
    font-size: 16px;
  }
}
#compare_popup .cd-products-table .features .top-info {
  /* models */
  width: 120px;
  cursor: auto;
  background: #fafafa;
}
@media only screen and (min-width: 1170px) {
  #compare_popup .cd-products-table .features .top-info {
    width: 210px;
  }
}
@-webkit-keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes cd-bounce {
  0% {
    -moz-transform: scale(1);
  }
  60% {
    -moz-transform: scale(1.6);
  }
  100% {
    -moz-transform: scale(1.5);
  }
}
@keyframes cd-bounce {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
  }
  100% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media only screen and (min-width: 1170px) {
  #compare_popup .cd-products-table.top-fixed .cd-products-columns > li,
  #compare_popup .cd-products-table.top-scrolling .cd-products-columns > li,
  #compare_popup .cd-products-table.top-fixed .features,
  #compare_popup .cd-products-table.top-scrolling .features {
    padding-top: 70px; /*ide kell jönni*/
  }
  #compare_popup .cd-products-table.top-fixed .top-info,
  #compare_popup .cd-products-table.top-scrolling .top-info { /*fixed beállításai*/
    height: 100px;
    position: fixed;
    top: 0;
  }
  #compare_popup .no-cssgradients .cd-products-table.top-fixed .top-info, #compare_popup .no-cssgradients .cd-products-table.top-scrolling .top-info {
    border-bottom: 1px solid #e6e6e6;
  }
  #compare_popup .cd-products-table.top-fixed .top-info::after,
  #compare_popup .cd-products-table.top-scrolling .top-info::after {
    opacity: 1;
  }
  #compare_popup .cd-products-table.top-fixed .top-info h3,
  #compare_popup .cd-products-table.top-scrolling .top-info h3 {
    /*    -webkit-transform: translateY(-116px);
        -moz-transform: translateY(-116px);
        -ms-transform: translateY(-116px);
        -o-transform: translateY(-116px);
        transform: translateY(-116px);*/
  }
  #compare_popup .cd-products-table.top-fixed .top-info img,
  #compare_popup .cd-products-table.top-scrolling .top-info img {
    -webkit-transform: translateY(-62px) scale(0.4);
    -moz-transform: translateY(-62px) scale(0.4);
    -ms-transform: translateY(-62px) scale(0.4);
    -o-transform: translateY(-62px) scale(0.4);
    transform: translateY(-62px) scale(0.4);
  }
  #compare_popup .cd-products-table.top-scrolling .top-info {
    position: absolute;
  }
}
#compare_popup .cd-table-navigation a {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 15px;
  -webkit-transform: translateY(55px);
  -moz-transform: translateY(55px);
  -ms-transform: translateY(55px);
  -o-transform: translateY(55px);
  transform: translateY(55px);
  /* replace text with image */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
  height: 60px;
  width: 40px;
  background: rgba(64, 64, 66, 0.8) url("../../images/cd-arrow.svg") no-repeat center center;
  border-radius: 3px;
  -webkit-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
  -moz-transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, -moz-transform 0.3s;
  transition: background-color 0.3s, opacity 0.3s, visibility 0.3s, transform 0.3s;
}
#compare_popup .cd-table-navigation a.inactive {
  opacity: 0;
  visibility: hidden;
}
#compare_popup .cd-table-navigation a.prev {
  left: 120px;
  right: auto;
  -webkit-transform: translateY(55px) translateX(15px) rotate(180deg);
  -moz-transform: translateY(55px) translateX(15px) rotate(180deg);
  -ms-transform: translateY(55px) translateX(15px) rotate(180deg);
  -o-transform: translateY(55px) translateX(15px) rotate(180deg);
  transform: translateY(55px) translateX(15px) rotate(180deg);
}
#compare_popup .no-touch .cd-table-navigation a:hover {
  background-color: #404042;
}
@media only screen and (min-width: 1170px) {
  #compare_popup .cd-table-navigation a {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
  }
  #compare_popup .cd-table-navigation a.prev {
    left: 210px;
    -webkit-transform: translateY(100px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(100px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(100px) translateX(15px) rotate(180deg);
    -o-transform: translateY(100px) translateX(15px) rotate(180deg);
    transform: translateY(100px) translateX(15px) rotate(180deg);
  }
  #compare_popup .top-fixed .cd-table-navigation a {
    position: fixed;
  }
  #compare_popup .top-fixed .cd-table-navigation a, #compare_popup .top-scrolling .cd-table-navigation a {
    -webkit-transform: translateY(65px) translateX(-150px);
    -moz-transform: translateY(65px) translateX(-150px);
    -ms-transform: translateY(65px) translateX(-150px);
    -o-transform: translateY(65px) translateX(-150px);
    transform: translateY(65px) translateX(-150px);
  }
  #compare_popup .top-fixed .cd-table-navigation a.prev, #compare_popup .top-scrolling .cd-table-navigation a.prev {
    -webkit-transform: translateY(65px) translateX(15px) rotate(180deg);
    -moz-transform: translateY(65px) translateX(15px) rotate(180deg);
    -ms-transform: translateY(65px) translateX(15px) rotate(180deg);
    -o-transform: translateY(65px) translateX(15px) rotate(180deg);
    transform: translateY(65px) translateX(15px) rotate(180deg);
  }
}
#compare_popup .no-js .actions {
  display: none;
}
#compare_popup .no-js .cd-products-table .top-info {
  height: 145px;
}
@media only screen and (min-width: 1170px) {
  #compare_popup .no-js .cd-products-table .top-info {
    height: 248px;
  }
}
#compare_popup .close {
  position: absolute;
  right: 32px;
  top: 14px;
  width: 32px;
  height: 32px;
  opacity: 0.7;
  cursor: pointer;
  z-index: 3;
}
#compare_popup .close:hover {
  opacity: 1;
}
#compare_popup .close:before, #compare_popup .close:after {
  position: absolute;
  left: 15px;
  content: "";
  height: 33px;
  width: 2px;
  background-color: #333;
}
#compare_popup .close:before {
  transform: rotate(45deg);
}
#compare_popup .close:after {
  transform: rotate(-45deg);
}

#compare_popup {
  z-index: 1000000000000000000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fdfdfd;
  display: none;
  overflow: auto;
}
#compare_popup .comparison_desktop_container {
  background-color: #fff;
  padding: 15px;
}

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