:root {
  --solid-beige: #F6F5F2;
}

.solve-dynamic-map-new {
  padding: 0;
}
.solve-dynamic-map-new .image-left {
  overflow: hidden;
  position: relative;
}
.solve-dynamic-map-new .image-left .controls {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 5;
  width: 100%;
  padding: 0 0.5rem 1rem 0.5rem;
  height: auto;
}
.solve-dynamic-map-new .image-left .controls:before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}
.solve-dynamic-map-new .image-left .controls .arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  position: relative;
  z-index: 5;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.solve-dynamic-map-new .image-left .controls .swiper-button-next,
.solve-dynamic-map-new .image-left .controls .swiper-button-prev {
  height: 1.4rem;
  width: 1.4rem;
  cursor: pointer;
}
.solve-dynamic-map-new .image-left .controls .swiper-button-next svg path,
.solve-dynamic-map-new .image-left .controls .swiper-button-prev svg path {
  fill: white;
  opacity: 0.4;
}
.solve-dynamic-map-new .image-left .controls .swiper-button-next svg:hover path,
.solve-dynamic-map-new .image-left .controls .swiper-button-prev svg:hover path {
  fill: white;
  opacity: 1;
}
.solve-dynamic-map-new .image-left .controls .swiper-button-prev svg {
  -webkit-transform: rotateZ(-90deg);
          transform: rotateZ(-90deg);
}
.solve-dynamic-map-new .image-left .controls .swiper-button-next svg {
  -webkit-transform: rotateZ(90deg);
          transform: rotateZ(90deg);
}
.solve-dynamic-map-new .image-left .controls .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.4rem;
  position: relative;
  z-index: 5;
}
.solve-dynamic-map-new .image-left .controls .swiper-pagination .swiper-pagination-bullet {
  height: 0.5rem;
  width: 0.5rem;
  display: inline-block;
  background: var(--wp--preset--color--white);
  opacity: 0.4;
  border-radius: 50%;
  cursor: pointer;
}
.solve-dynamic-map-new .image-left .controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--wp--preset--color--white);
  opacity: 1;
}
.solve-dynamic-map-new .properties-filters {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 42.5%;
          flex: 0 1 42.5%;
  min-height: 30vh;
  padding: 4rem 2rem;
  background-color: var(--wp--preset--color--teal);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1250px) {
  .solve-dynamic-map-new .properties-filters {
    padding: 6rem 4rem 6rem 4vw;
  }
}
.solve-dynamic-map-new .properties-filters .properties-filters-are-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solve-dynamic-map-new .properties-filters .properties-filters-are-links .filter-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.62rem 1.88rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2rem;
}
.solve-dynamic-map-new .properties-filters .properties-filters-are-links .checkbox-item {
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 1.75rem */
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  cursor: pointer;
}
.solve-dynamic-map-new .properties-filters .properties-filters-are-links .checkbox-item input {
  display: none;
}
.solve-dynamic-map-new .properties-filters .properties-filters-are-links .checkbox-item-is-link {
  cursor: pointer;
}
.solve-dynamic-map-new .properties-filters .properties-filters-are-links .checkbox-item-is-link:hover {
  color: var(--wp--preset--color--gold);
}
.solve-dynamic-map-new .properties-filters .map-text-content {
  color: #fff;
  margin-bottom: 1.88rem;
}
.solve-dynamic-map-new .properties-filters .map-text-content p {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 300;
}
.solve-dynamic-map-new .properties-filters .map-text-content h2 {
  color: #fff;
}
.solve-dynamic-map-new .map-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 57.5%;
          flex: 0 1 57.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.solve-dynamic-map-new .map-right .acf-map {
  height: 50vh;
  margin-bottom: 0;
}
@media (min-width: 1250px) {
  .solve-dynamic-map-new .map-right .acf-map {
    height: auto;
  }
}
.solve-dynamic-map-new .map-right .acf-map .content-right {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.solve-dynamic-map-new .map-right .acf-map .content-wrapper {
  margin: auto 0;
}
.solve-dynamic-map-new .map-right .acf-map .btn {
  -ms-flex-item-align: unset;
      -ms-grid-row-align: unset;
      align-self: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: var(--wp--preset--color--teal);
  font-size: 1.05rem;
}
.solve-dynamic-map-new .map-right .acf-map .btn:hover {
  background-color: var(--wp--preset--color--gold);
}
.solve-dynamic-map-new .map-text-content p:last-of-type {
  margin-bottom: 0;
}