.estate_details {
  width: 100%;
  position: relative;
  display: block;
  padding: 160px 0 90px;
}
.estate_details--cnt {
  width: 85%;
  max-width: 1312px;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .estate_details--cnt {
    width: 90%;
  }
}
.estate_details--cnt .breadcrumbs {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .estate_details--cnt .breadcrumbs {
    margin-bottom: 20px;
  }
}
.estate_details--cnt .breadcrumbs ul {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  .estate_details--cnt .breadcrumbs ul {
    width: 100%;
    gap: 3px;
  }
}
.estate_details--cnt .breadcrumbs ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  line-height: 1;
}
.estate_details--cnt .breadcrumbs ul li a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 8px;
}
@media (max-width: 768px) {
  .estate_details--cnt .breadcrumbs ul li a {
    font-weight: 400;
    gap: 3px;
  }
}
.estate_details--cnt .breadcrumbs ul li a svg {
  width: 16px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  fill: none;
  stroke: var(--text);
}
.estate_details--cnt .breadcrumbs ul li p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-weight: 700;
  color: var(--primary);
  line-height: 1;
}
.estate_details--cnt .breadcrumbs .options {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 768px) {
  .estate_details--cnt .breadcrumbs .options {
    width: 100%;
    justify-content: space-between;
    gap: 15px;
  }
}
.estate_details--cnt .breadcrumbs .options .option_itm {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.estate_details--cnt .breadcrumbs .options .option_itm button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 500;
  gap: 5px;
  font-size: 0.9333333333em;
}
.estate_details--cnt .breadcrumbs .options .option_itm button i {
  color: var(--primary);
  font-size: 17px;
}
.estate_details--cnt .breadcrumbs .options .option_itm button svg {
  width: 19px;
  position: relative;
  display: block;
  fill: none;
  stroke: var(--primary);
}
.estate_details--cnt .breadcrumbs .options .option_itm ._message {
  width: 210px;
  position: absolute;
  display: block;
  background: var(--white);
  padding: 7px 15px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
  border-radius: 5px;
  top: calc(100% + 15px);
  left: -50%;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: var(--ease);
}
@media (max-width: 768px) {
  .estate_details--cnt .breadcrumbs .options .option_itm ._message {
    left: 0;
    z-index: 20;
  }
}
.estate_details--cnt .breadcrumbs .options .option_itm ._message::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--white);
  top: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (max-width: 768px) {
  .estate_details--cnt .breadcrumbs .options .option_itm ._message::before {
    left: 20px;
    right: unset;
  }
}
.estate_details--cnt .breadcrumbs .options .option_itm ._message p {
  width: 100%;
  position: relative;
  display: block;
  font-size: 0.8666666667em;
  font-weight: 600;
  margin-bottom: 5px;
}
.estate_details--cnt .breadcrumbs .options .option_itm ._message small {
  width: 100%;
  position: relative;
  display: block;
  font-size: 0.8em;
}
.estate_details--cnt .breadcrumbs .options .option_itm ._message._show {
  opacity: 1;
  visibility: visible;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate button svg {
  width: 19px;
  position: relative;
  display: block;
  stroke: var(--text);
  stroke-width: 2px;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate button._added svg {
  fill: var(--red);
  stroke: var(--red);
  stroke-width: 2px;
}
@media (max-width: 768px) {
  .estate_details--cnt .breadcrumbs .options .option_itm.save_estate {
    display: none;
  }
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip {
  width: 190px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  display: none;
  background: var(--white);
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
  border-radius: 5px;
  right: -10px;
  top: 34px;
  z-index: 5;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--white);
  top: -6px;
  right: 15px;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper button.close_comment {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper button.close_comment svg {
  width: 20px;
  position: relative;
  display: block;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper button.close_comment svg path {
  stroke-width: 42px;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-view {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment {
  width: 100%;
  position: relative;
  display: block;
  padding: 27px 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment small {
  width: 100%;
  position: relative;
  display: block;
  color: var(--secondary);
  opacity: 0.44;
  font-size: 0.8em;
  line-height: 121.4285714286%;
  font-weight: 600;
  margin-bottom: 5px;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment p {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 0.9333333333em;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options button {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.9333333333em;
  gap: 5px;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options button svg {
  width: 17px;
  position: relative;
  display: block;
  stroke: var(--primary);
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit {
  width: 100%;
  position: relative;
  display: block;
  padding: 27px 10px 10px;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  aspect-ratio: 1;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 7px;
  font-weight: 600;
  font-size: 0.9333333333em;
  resize: none;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea.placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--secondary);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
  padding: 10px 16px;
  font-size: 0.9333333333em;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  .estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button:hover {
    background: var(--secondary);
    color: var(--primary);
  }
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button.active {
  background: var(--secondary);
  color: var(--primary);
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete {
  width: 100%;
  position: relative;
  display: block;
  padding: 30px 15px;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete p {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 0.9333333333em;
  margin-bottom: 15px;
  text-align: center;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--secondary);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
  padding: 10px 16px;
  font-size: 0.9333333333em;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  .estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button:hover {
    background: var(--secondary);
    color: var(--primary);
  }
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button.active {
  background: var(--secondary);
  color: var(--primary);
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button.cancel {
  background: var(--white);
  border: 1px solid var(--primary);
  padding: 8px 16px;
}
.estate_details--cnt .breadcrumbs .options .option_itm.save_estate ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button:not(:last-child) {
  margin-bottom: 10px;
}
.estate_details--cnt .estate_details--content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.estate_details--cnt .estate_details--content .estate_info {
  width: calc(100% - 420px);
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info {
    width: 100%;
  }
}
.estate_details--cnt .estate_details--content .estate_info .gallery {
  width: 100%;
  position: relative;
  display: block;
  max-height: 465px;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .gallery {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 33.3333333333%);
  grid-template-rows: repeat(2, 230px);
  gap: 5px;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper {
    display: flex;
    grid-template-columns: unset;
    grid-template-rows: unset;
    gap: unset;
    overflow: unset;
    border-radius: unset;
  }
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm {
  width: 100%;
  position: relative;
  height: 100%;
  display: block;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm {
    height: -moz-fit-content;
    height: fit-content;
    aspect-ratio: 1;
    border-radius: 20px;
    overflow: hidden;
  }
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm .available {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  border-radius: 20px;
  padding: 10px;
  top: 15px;
  left: 15px;
  z-index: 1;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm .available span {
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  background: var(--primary);
  border-radius: 50%;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm .available p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-weight: 500;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm button.add_to_list {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  display: none;
  top: 18px;
  right: 15px;
  z-index: 1;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm button.add_to_list {
    display: block;
  }
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm button.add_to_list svg {
  width: 35px;
  position: relative;
  display: block;
  fill: var(--white);
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm iframe {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm a._play {
  width: 100%;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 2;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm a._play svg {
  width: 55px;
  height: 55px;
  position: relative;
  display: block;
  fill: var(--white);
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm picture img {
  height: 100%;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm button.see_photos {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 5px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  font-weight: 500;
  border-radius: 20px;
  padding: 10px;
  bottom: 15px;
  right: 15px;
  z-index: 1;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm button.see_photos svg {
  width: 19px;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  fill: var(--text);
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm ._mobile-box {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  display: none;
  padding: 0 15px;
  left: 0;
  bottom: 15px;
  z-index: 1;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm ._mobile-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm ._mobile-box .size {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--secondary);
  padding: 8px 12px;
  border-radius: 10px;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm ._mobile-box .size img {
  width: 18px;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm ._mobile-box .size p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-size: 1.1333333333em;
  line-height: 1;
  color: var(--white);
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm ._mobile-box .size p span {
  color: var(--primary);
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide .gallery_itm ._mobile-box .pages {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  bottom: 0;
  margin: 0;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 10px 16px;
  border-radius: 30px;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.estate_details--cnt .estate_details--content .estate_info .gallery .swiper-wrapper .swiper-slide:nth-child(3) {
  grid-column: 3;
  grid-row: 2;
}
.estate_details--cnt .estate_details--content .estate_info .location {
  width: 100%;
  position: relative;
  display: block;
  padding: 26px 0;
}
.estate_details--cnt .estate_details--content .estate_info .location ul {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 19px 40px;
}
.estate_details--cnt .estate_details--content .estate_info .location ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 7px;
}
.estate_details--cnt .estate_details--content .estate_info .location ul li svg {
  width: 30px;
  height: 30px;
  position: relative;
  display: block;
  fill: none;
}
.estate_details--cnt .estate_details--content .estate_info .location ul li svg circle {
  fill: var(--primary);
}
.estate_details--cnt .estate_details--content .estate_info .location ul li svg path {
  stroke: var(--text);
}
.estate_details--cnt .estate_details--content .estate_info .location ul li svg rect {
  stroke: var(--text);
}
.estate_details--cnt .estate_details--content .estate_info .location ul li svg.sell path, .estate_details--cnt .estate_details--content .estate_info .location ul li svg.house path {
  stroke: none;
  fill: var(--text);
}
.estate_details--cnt .estate_details--content .estate_info .property_name {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .property_name h1 {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.3333333333em;
  line-height: 130%;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .property_name h1 {
    width: 100%;
    font-size: 1.2em;
  }
}
.estate_details--cnt .estate_details--content .estate_info .price_code {
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 26px 0;
  border-bottom: 1px solid #dfdfdf;
  gap: 35px;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .price_code {
    gap: 10px;
  }
}
.estate_details--cnt .estate_details--content .estate_info .price_code .price {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .price_code .price small {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-size: 0.9333333333em;
  margin-bottom: 5px;
}
.estate_details--cnt .estate_details--content .estate_info .price_code .price h3 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  line-height: 1;
}
.estate_details--cnt .estate_details--content .estate_info .price_code .code {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .price_code .code h3 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  opacity: 0.5;
  line-height: 1;
}
.estate_details--cnt .estate_details--content .estate_info .price_code .size {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
  background: var(--secondary);
  padding: 8px 12px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .price_code .size {
    display: none;
  }
}
.estate_details--cnt .estate_details--content .estate_info .price_code .size img {
  width: 18px;
}
.estate_details--cnt .estate_details--content .estate_info .price_code .size p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-size: 1.1333333333em;
  line-height: 1;
  color: var(--white);
}
.estate_details--cnt .estate_details--content .estate_info .price_code .size p span {
  color: var(--primary);
}
.estate_details--cnt .estate_details--content .estate_info .details {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 26px 0;
  gap: 15px;
}
.estate_details--cnt .estate_details--content .estate_info .details ._info {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-right: 15px;
  border-right: 1px solid #dfdfdf;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .details ._info {
    padding-right: 0;
    border-right: none;
  }
}
.estate_details--cnt .estate_details--content .estate_info .details ._info ._info-itm {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  border-radius: 8px;
  background: #f2f2f2;
  gap: 4px;
}
.estate_details--cnt .estate_details--content .estate_info .details ._info ._info-itm svg {
  width: 18px;
  height: 18px;
  position: relative;
  display: block;
  fill: var(--primary);
}
.estate_details--cnt .estate_details--content .estate_info .details ._info ._info-itm small {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-size: 0.9333333333em;
}
.estate_details--cnt .estate_details--content .estate_info .details ._data {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.estate_details--cnt .estate_details--content .estate_info .details ._data ._data-itm {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.estate_details--cnt .estate_details--content .estate_info .details ._data ._data-itm span {
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  background: var(--primary);
  border-radius: 50%;
}
.estate_details--cnt .estate_details--content .estate_info .details ._data ._data-itm p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-weight: 500;
}
.estate_details--cnt .estate_details--content .estate_info .accordion {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 26px;
}
.estate_details--cnt .estate_details--content .estate_info .accordion .accordion_itm {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .accordion .accordion_itm button._toggler {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  background: var(--secondary);
  border-radius: 14px 14px 0px 0px;
}
.estate_details--cnt .estate_details--content .estate_info .accordion .accordion_itm button._toggler h6 {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  color: var(--primary);
}
.estate_details--cnt .estate_details--content .estate_info .accordion .accordion_itm button._toggler i {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  color: var(--primary);
  font-size: 1.1333333333em;
}
.estate_details--cnt .estate_details--content .estate_info .accordion .accordion_itm ._content {
  width: 100%;
  position: relative;
  display: block;
  padding: 30px 20px;
  background: var(--white);
  border-radius: 0px 0px 14px 14px;
}
.estate_details--cnt .estate_details--content .estate_info .accordion .accordion_itm ._content ul {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}
.estate_details--cnt .estate_details--content .estate_info .accordion .accordion_itm ._content ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 13px;
  border-radius: 8px;
  background: #f2f2f2;
  gap: 8px;
}
.estate_details--cnt .estate_details--content .estate_info .accordion .accordion_itm ._content ul li span {
  width: 12px;
  height: 12px;
  position: relative;
  display: block;
  background: var(--primary);
  border-radius: 50%;
}
.estate_details--cnt .estate_details--content .estate_info .accordion .accordion_itm ._content ul li p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-weight: 500;
}
.estate_details--cnt .estate_details--content .estate_info .accordion .accordion_itm ._content p {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .scheduler {
  width: 100%;
  position: relative;
  display: block;
  padding: 20px;
  border-radius: 14px;
  background: rgba(54, 65, 74, 0.05);
}
.estate_details--cnt .estate_details--content .estate_info .scheduler ._title {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.estate_details--cnt .estate_details--content .estate_info .scheduler ._title h6 {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.estate_details--cnt .estate_details--content .estate_info .scheduler ._title p {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .scheduler .dates {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .scheduler .dates ul {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .scheduler .dates ul {
    flex-wrap: unset;
    gap: 0;
  }
}
.estate_details--cnt .estate_details--content .estate_info .scheduler .dates ul li {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  line-height: 1;
}
.estate_details--cnt .estate_details--content .estate_info .scheduler .dates ul li button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 80px;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid var(--primary);
  background: var(--white);
  border-radius: 54px;
  padding: 20px 30px;
  gap: 4px;
  transition: var(--ease);
}
.estate_details--cnt .estate_details--content .estate_info .scheduler .dates ul li button p {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
}
.estate_details--cnt .estate_details--content .estate_info .scheduler .dates ul li button h5 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  line-height: 1;
}
@media not all and (pointer: coarse) {
  .estate_details--cnt .estate_details--content .estate_info .scheduler .dates ul li button:hover {
    background: var(--primary);
  }
}
.estate_details--cnt .estate_details--content .estate_info .interest_places {
  width: 100%;
  position: relative;
  display: block;
  padding: 26px 0 0;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places ._title {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .interest_places ._title {
    margin: 0 auto 20px;
  }
}
.estate_details--cnt .estate_details--content .estate_info .interest_places ._title h6 {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content {
    justify-content: center;
    gap: 20px 60px;
  }
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content button {
  width: 45px;
  height: 45px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  box-shadow: 0px 11px 13px rgba(0, 0, 0, 0.1607843137);
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content button {
    order: 2;
  }
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content button i {
  color: var(--primary);
  font-size: 1.8666666667em;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper {
  width: calc(100% - 120px);
  height: 230px;
  position: relative;
  padding-bottom: 80px;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper {
    width: 100%;
    height: 280px;
    order: 1;
    padding-bottom: 50px;
  }
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .has_tooltip {
  z-index: 5;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .place_itm {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .place_itm picture {
  width: 50px;
  height: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  background: var(--primary);
  border-radius: 50%;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .place_itm picture img {
  width: 25px;
  height: 25px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center center;
     object-position: center center;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .place_itm ._info {
  width: calc(100% - 64px);
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .place_itm ._info > small {
  width: 100%;
  position: relative;
  display: block;
  font-size: 0.7333333333em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .place_itm ._info p {
  width: 100%;
  position: relative;
  display: -webkit-box;
  font-size: 0.9333333333em;
  font-weight: 700;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .place_itm ._info p img {
  width: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  cursor: pointer;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .place_itm ._info span {
  width: 100%;
  position: relative;
  display: block;
  font-size: 0.9333333333em;
  font-weight: 700;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .place_itm ._info ._place-tooltip {
  width: 185px;
  position: absolute;
  display: none;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1607843137));
  border-radius: 8px;
  padding: 10px 15px;
  background: var(--white);
  z-index: 5;
  /* top: calc(100% + 10px); */
  bottom: -15px;
  right: 0;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .place_itm ._info ._place-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid var(--white);
  top: -8px;
}
.estate_details--cnt .estate_details--content .estate_info .interest_places .interest_places--content .interest_places--wrapper .place_itm ._info ._place-tooltip small {
  width: 100%;
  position: relative;
  display: block;
  font-size: 0.8em;
  font-weight: 500;
  line-height: 121.4285714286%;
}
.estate_details--cnt .estate_details--content .estate_info .map {
  width: 100%;
  position: relative;
  display: block;
  padding: 26px 0 0;
}
.estate_details--cnt .estate_details--content .estate_info .map ._title {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.estate_details--cnt .estate_details--content .estate_info .map ._title h6 {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .map .map_content {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 994/271;
  border-radius: 14px;
  overflow: hidden;
}
.estate_details--cnt .estate_details--content .estate_info .map .map_content button.open_map {
  width: 30px;
  height: 30px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
  top: 15px;
  right: 15px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.1607843137);
  z-index: 2;
}
.estate_details--cnt .estate_details--content .estate_info .map .map_content button.open_map svg {
  width: 17px;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_info .map .map_content .map_container {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_info .map .map_content {
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 390/431;
  }
}
.estate_details--cnt .estate_details--content .estate_contact {
  width: 400px;
  height: 465px;
  position: sticky;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  background: var(--secondary);
  border-radius: 20px;
  align-self: flex-start;
  padding: 70px 20px 30px;
  top: 130px;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_contact {
    position: fixed;
    bottom: 15px;
    top: unset;
    right: 0;
    left: 0;
    margin: auto;
    width: 90%;
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px;
    z-index: 10;
  }
}
.estate_details--cnt .estate_details--content .estate_contact .adviser {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_contact .adviser {
    display: none;
  }
}
.estate_details--cnt .estate_details--content .estate_contact .adviser ._photo {
  width: 90px;
  height: 90px;
  position: relative;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 12px;
}
.estate_details--cnt .estate_details--content .estate_contact .adviser ._photo picture {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_contact .adviser ._photo picture img {
  height: 100%;
}
.estate_details--cnt .estate_details--content .estate_contact .adviser h5 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: var(--white);
  margin-bottom: 3px;
}
.estate_details--cnt .estate_details--content .estate_contact .adviser p {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: var(--white);
  font-size: 1.0666666667em;
}
.estate_details--cnt .estate_details--content .estate_contact .adviser p a {
  color: var(--primary);
}
.estate_details--cnt .estate_details--content .estate_contact .links {
  width: 100%;
  position: relative;
  display: block;
}
.estate_details--cnt .estate_details--content .estate_contact .links h6 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  color: var(--white);
  margin-bottom: 15px;
  font-size: 0.9333333333em;
}
@media (max-width: 768px) {
  .estate_details--cnt .estate_details--content .estate_contact .links h6 {
    display: none;
  }
}
.estate_details--cnt .estate_details--content .estate_contact .links a {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--secondary);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
  margin-bottom: 12px;
}
.estate_details--cnt .estate_details--content .estate_contact .links a i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  .estate_details--cnt .estate_details--content .estate_contact .links a:hover {
    background: var(--secondary);
    color: var(--primary);
  }
}
.estate_details--cnt .estate_details--content .estate_contact .links a.active {
  background: var(--secondary);
  color: var(--primary);
}
.estate_details--cnt .estate_details--content .estate_contact .links a svg {
  width: 19px;
  height: 19px;
  position: relative;
  display: block;
  fill: var(--text);
  transition: var(--ease);
}
@media not all and (pointer: coarse) {
  .estate_details--cnt .estate_details--content .estate_contact .links a:hover svg {
    fill: var(--primary);
  }
}
.estate_details--cnt .estate_details--content .estate_contact .links button {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--secondary);
  color: var(--white);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
  border: 1px solid var(--primary);
}
.estate_details--cnt .estate_details--content .estate_contact .links button i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  .estate_details--cnt .estate_details--content .estate_contact .links button:hover {
    background: var(--white);
    color: var(--secondary);
  }
}
.estate_details--cnt .estate_details--content .estate_contact .links button.active {
  background: var(--white);
  color: var(--secondary);
}
.estate_details--cnt .estate_details--content .estate_contact .links button i {
  font-size: 17px;
  color: var(--primary);
}

.related {
  width: 100%;
  position: relative;
  padding: 6em 0;
  display: block;
}
@media (max-width: 575px) {
  .related {
    padding: 2.6666666667em 0;
  }
}
.related_cnt {
  width: 85%;
  max-width: 1312px;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .related_cnt {
    width: 90%;
  }
}
.related_cnt .related_title {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 40px;
}
.related_cnt .related_title h2 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  font-family: var(--font-ultra);
}
@media (max-width: 768px) {
  .related_cnt .related_title h2 {
    font-size: 2em;
  }
  .estate_details--cnt .estate_details--content .estate_contact .links a {
    margin-bottom: 0;
  }
}
.related_cnt .related_title h2 strong {
  color: var(--primary);
  font-family: inherit;
}
.related_cnt .related_content {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}
.related_cnt .related_content .estate_itm {
  width: calc(25% - 9px);
  position: relative;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  background: var(--white);
  border-radius: 14px;
  box-shadow: 0px 11px 13px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 768px) {
  .related_cnt .related_content .estate_itm {
    width: 100%;
  }
}
.related_cnt .related_content .estate_itm--media {
  width: 100%;
  position: relative;
  display: block;
  padding: 10px;
  margin-bottom: 5px;
}
.related_cnt .related_content .estate_itm--media ._top {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 20px;
  top: 0;
  left: 0;
  gap: 10px;
  z-index: 1;
}
.related_cnt .related_content .estate_itm--media ._top span {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  text-transform: uppercase;
  font-size: 0.8em;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  padding: 5px 9px;
  border-radius: 20px;
  transition: var(--ease);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons button {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons button svg {
  width: 25px;
  position: relative;
  display: block;
  fill: var(--white);
  transition: var(--ease);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons button.wishlist_button {
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1607843137));
}
@media not all and (pointer: coarse) {
  .related_cnt .related_content .estate_itm--media ._top ._buttons button.wishlist_button:hover svg {
    fill: var(--light-red);
  }
}
.related_cnt .related_content .estate_itm--media ._top ._buttons button.wishlist_button._added svg {
  fill: var(--red);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip {
  width: 190px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  display: none;
  background: var(--white);
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.1607843137));
  border-radius: 5px;
  right: -10px;
  top: 34px;
  z-index: 5;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip::before,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid var(--white);
  top: -6px;
  right: 15px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper button.close_comment,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper button.close_comment {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  display: block;
  top: 5px;
  right: 5px;
  z-index: 10;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper button.close_comment svg,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper button.close_comment svg {
  width: 20px;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper button.close_comment svg path,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper button.close_comment svg path {
  stroke-width: 42px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment {
  width: 100%;
  position: relative;
  display: block;
  padding: 27px 15px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment small,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment small {
  width: 100%;
  position: relative;
  display: block;
  color: var(--secondary);
  opacity: 0.44;
  font-size: 0.8em;
  line-height: 121.4285714286%;
  font-weight: 600;
  margin-bottom: 5px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment p,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._comment p {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 0.9333333333em;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options button,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options button {
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 0.9333333333em;
  gap: 5px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options button svg,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-view ._options button svg {
  width: 17px;
  position: relative;
  display: block;
  stroke: var(--primary);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit {
  width: 100%;
  position: relative;
  display: block;
  padding: 27px 10px 10px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  aspect-ratio: 1;
  border: 1px solid #707070;
  border-radius: 4px;
  padding: 7px;
  font-weight: 600;
  font-size: 0.9333333333em;
  resize: none;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea.placeholder,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea.placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea:-moz-placeholder,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea:-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea::-moz-placeholder,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea:-ms-input-placeholder,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea::-webkit-input-placeholder,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._textarea textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--secondary);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
  padding: 10px 16px;
  font-size: 0.9333333333em;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button i,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  .related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button:hover,
  .related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button:hover {
    background: var(--secondary);
    color: var(--primary);
  }
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button.active,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-edit form ._submit button.active {
  background: var(--secondary);
  color: var(--primary);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete {
  width: 100%;
  position: relative;
  display: block;
  padding: 30px 15px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete p,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete p {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 0.9333333333em;
  margin-bottom: 15px;
  text-align: center;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--secondary);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
  padding: 10px 16px;
  font-size: 0.9333333333em;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button i,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  .related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button:hover,
  .related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button:hover {
    background: var(--secondary);
    color: var(--primary);
  }
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button.active,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button.active {
  background: var(--secondary);
  color: var(--primary);
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button.cancel,
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button.cancel {
  background: var(--white);
  border: 1px solid var(--primary);
  padding: 8px 16px;
}
.related_cnt .related_content .estate_itm--media ._top ._buttons .comments ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button:not(:last-child),
.related_cnt .related_content .estate_itm--media ._top ._buttons .wishlist ._comments-tooltip ._comments-tooltip_wrapper ._comment-delete button:not(:last-child) {
  margin-bottom: 10px;
}
.related_cnt .related_content .estate_itm--media a {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--media picture {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 356/250;
  overflow: hidden;
  border-radius: 14px;
}
.related_cnt .related_content .estate_itm--media picture img {
  height: 100%;
}
.related_cnt .related_content .estate_itm--media iframe {
  width: 100%;
  position: relative;
  display: none;
  aspect-ratio: 356/250;
  overflow: hidden;
  border-radius: 14px;
  pointer-events: none;
}
.related_cnt .related_content .estate_itm--info {
  width: 100%;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--info h4 {
  width: 100%;
  position: relative;
  height: 40px;
  padding: 0 15px;
  font-size: 1.0666666667em;
  line-height: 122.2222222222%;
  margin-bottom: 7px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.related_cnt .related_content .estate_itm--info ._badges {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 15px;
  margin-bottom: 18px;
}
.related_cnt .related_content .estate_itm--info ._badges span {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  border: 1px solid var(--primary);
  border-radius: 21px;
  font-size: 0.8em;
  font-weight: 500;
  padding: 5px 9px;
}
.related_cnt .related_content .estate_itm--info ._price-size {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 15px 8px;
  border-bottom: 1px solid #dfdfdf;
}
.related_cnt .related_content .estate_itm--info ._price-size .price {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.related_cnt .related_content .estate_itm--info ._price-size .price svg {
  width: 16px;
  position: relative;
  display: block;
  fill: var(--primary);
}
.related_cnt .related_content .estate_itm--info ._price-size .price p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-size: 1.0666666667em;
  font-weight: 700;
}
.related_cnt .related_content .estate_itm--info ._price-size .size {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.related_cnt .related_content .estate_itm--info ._price-size .size img {
  width: 14px;
  position: relative;
  display: block;
}
.related_cnt .related_content .estate_itm--info ._price-size .size p {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-size: 0.9333333333em;
}
.related_cnt .related_content .estate_itm--info ._price-size .size p span {
  color: var(--primary);
}
.related_cnt .related_content .estate_itm--info ._info {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding: 18px 15px;
}
.related_cnt .related_content .estate_itm--info ._info ._info-itm {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
}
.related_cnt .related_content .estate_itm--info ._info ._info-itm svg {
  width: 18px;
  position: relative;
  display: block;
  fill: var(--primary);
}
.related_cnt .related_content .estate_itm--info ._info ._info-itm small {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: block;
  font-size: 0.8666666667em;
}
.related_cnt .related_content .estate_itm--info ._info ._estate-link {
  width: 100%;
  position: absolute;
  display: block;
  background: var(--white);
  visibility: hidden;
  opacity: 0;
  left: 0;
  padding: 0 15px;
  border-radius: 20px;
  z-index: 1;
  transition: var(--ease);
}
.related_cnt .related_content .estate_itm--info ._info ._estate-link a {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  padding: 12px 20px;
  border-radius: 23px;
  background: var(--primary);
  color: var(--secondary);
  font-weight: 500;
  gap: 5px;
  transition: var(--ease);
}
.related_cnt .related_content .estate_itm--info ._info ._estate-link a i {
  color: inherit;
}
@media not all and (pointer: coarse) {
  .related_cnt .related_content .estate_itm--info ._info ._estate-link a:hover {
    background: var(--secondary);
    color: var(--primary);
  }
}
.related_cnt .related_content .estate_itm--info ._info ._estate-link a.active {
  background: var(--secondary);
  color: var(--primary);
}
@media not all and (pointer: coarse) {
  .related_cnt .related_content .estate_itm:hover.property_videos .estate_itm--media picture {
    display: none;
  }
  .related_cnt .related_content .estate_itm:hover.property_videos .estate_itm--media iframe {
    display: block;
  }
  .related_cnt .related_content .estate_itm:hover .estate_itm--media ._top span {
    background: white;
  }
  .related_cnt .related_content .estate_itm:hover .estate_itm--info ._info ._estate-link {
    opacity: 1;
    visibility: visible;
  }
}
.related_cnt .related_content .estate_itm.property_videos._show-video .estate_itm--media picture {
  display: none;
}
.related_cnt .related_content .estate_itm.property_videos._show-video .estate_itm--media iframe {
  display: block;
}

.related_articles {
  width: 100%;
  position: relative;
  padding: 6em 0;
  display: block;
  background: var(--secondary);
  border-radius: 42px 42px 0 0;
  border-bottom: 1px solid var(--white);
}
@media (max-width: 575px) {
  .related_articles {
    padding: 2.6666666667em 0;
  }
}
.related_articles .related_articles--cnt {
  width: 85%;
  max-width: 1312px;
  position: relative;
  margin: 0 auto;
  display: block;
}
@media (max-width: 768px) {
  .related_articles .related_articles--cnt {
    width: 90%;
  }
}
.related_articles .related_articles--cnt .related_articles--title {
  width: 100%;
  position: relative;
  max-width: 630px;
  display: block;
  margin: 0 auto 40px;
}
.related_articles .related_articles--cnt .related_articles--title h2 {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  font-family: var(--font-ultra);
  color: var(--white);
}
@media (max-width: 768px) {
  .related_articles .related_articles--cnt .related_articles--title h2 {
    font-size: 2em;
  }
}
.related_articles .related_articles--cnt .related_articles--title h2 strong {
  color: var(--primary);
  font-family: inherit;
}
.related_articles .related_articles--cnt .related_articles--content {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 50px;
}
.related_articles .related_articles--cnt .related_articles--content .related_article--itm {
  width: calc(33.3333333333% - 10px);
  position: relative;
  display: block;
}
@media (max-width: 768px) {
  .related_articles .related_articles--cnt .related_articles--content .related_article--itm {
    width: 100%;
  }
}
.related_articles .related_articles--cnt .related_articles--content .related_article--itm .related_article--itm_wrapper {
  width: 100%;
  position: relative;
  display: block;
  padding: 17px;
  border-radius: 14px;
  background: var(--white);
}
.related_articles .related_articles--cnt .related_articles--content .related_article--itm .related_article--itm_wrapper .related_article--itm_image {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.related_articles .related_articles--cnt .related_articles--content .related_article--itm .related_article--itm_wrapper .related_article--itm_image picture {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 386/179;
  border-radius: 14px;
  overflow: hidden;
}
.related_articles .related_articles--cnt .related_articles--content .related_article--itm .related_article--itm_wrapper .related_article--itm_image picture img {
  height: 100%;
}
.related_articles .related_articles--cnt .related_articles--content .related_article--itm .related_article--itm_wrapper .related_article--itm_image span {
  width: 35px;
  height: 35px;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--primary);
  border-radius: 50%;
  top: 15px;
  right: 15px;
  z-index: 1;
}
.related_articles .related_articles--cnt .related_articles--content .related_article--itm .related_article--itm_wrapper .related_article--itm_image span i {
  font-size: 1.3333333333em;
}
.related_articles .related_articles--cnt .related_articles--content .related_article--itm .related_article--itm_wrapper .related_article--itm_text {
  width: 100%;
  position: relative;
  display: block;
}
.related_articles .related_articles--cnt .related_articles--content .related_article--itm .related_article--itm_wrapper .related_article--itm_text h5 {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.related_articles .related_articles--cnt .related_articles--content .related_article--itm .related_article--itm_wrapper .related_article--itm_text span {
  width: 100%;
  position: relative;
  display: block;
  font-weight: 700;
  text-decoration: underline;
}

.map_lightbox {
  width: 100%;
  height: 100dvh;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 101;
  visibility: hidden;
  opacity: 0;
  transition: var(--ease);
}
.map_lightbox--wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(54, 65, 74, 0.8784313725);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.map_lightbox--wrapper .map_lightbox--content {
  width: 90%;
  max-width: 1490px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.map_lightbox--wrapper .map_lightbox--content ._close {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.map_lightbox--wrapper .map_lightbox--content ._close button {
  width: 24px;
  height: 24px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
  border-radius: 50%;
}
.map_lightbox--wrapper .map_lightbox--content ._close button i {
  font-size: 1.2666666667em;
}
.map_lightbox--wrapper .map_lightbox--content .map_lightbox--container {
  width: 100%;
  position: relative;
  display: block;
  aspect-ratio: 16/7;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .map_lightbox--wrapper .map_lightbox--content .map_lightbox--container {
    aspect-ratio: 11/16;
  }
}
.map_lightbox._show {
  visibility: visible;
  opacity: 1;
}

.property_tooltip {
  width: 100%;
  max-width: 380px;
  position: relative;
  background: var(--white);
  padding: 15px;
  border-radius: 10px;
  filter: drop-shadow(0 5px 14px rgba(0, 0, 0, 0.2196078431));
  opacity: 0;
  visibility: hidden;
  transition: var(--ease);
}
.property_tooltip::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--white);
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.property_tooltip .property_tooltip--wrapper {
  width: 100%;
  position: relative;
  display: block;
}
.property_tooltip .property_tooltip--wrapper p {
  width: 100%;
  position: relative;
  display: block;
  font-size: 1.3333333333em;
  font-weight: 500;
}
.property_tooltip.show {
  opacity: 1;
  visibility: visible;
}