k:root {
  --primary: #fff;
  --secondary: #000;
  --grey: #959595;
  --greyText: #6e6e6e;
  --borderColorGrey: #c2c2c2;
  --borderColorGraySecond: #9b9b9b;
  --borderColorGrayThird: #979797;
  --borderColorGrayFourth: #d7d7d7;
  --backgroundGrey: #f0f0f0;
  --overlay: rgba(0, 0, 0, 0.5);
  --blue: #5176ff;
  --greyBtn: #f0f0f0;
  --transparentBorder: transparent;
  --darkBlue: #30486c;
  --encodeArrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' fill='none'%3E%3Cpath d='M2.133 10.445 6.68 5.898c.093-.07.164-.257.164-.398a.665.665 0 0 0-.164-.398L2.133.555C2.039.485 1.852.39 1.734.39c-.14 0-.304.093-.398.164l-.54.539a.665.665 0 0 0-.163.398c0 .14.07.305.164.399L4.407 5.5.796 9.133a.612.612 0 0 0-.164.398c0 .117.07.305.164.399l.539.515c.094.094.258.188.398.188.118 0 .305-.094.399-.188Z' fill='%23000'/%3E%3C/svg%3E");
  --catGrey: #777;
  --realEstateBG: #f5f5f5;
  --realEstateCardBG2: #f5f6f7;
  --realEstateCardBG: #fff;
  --green: #7fbf59;
  --locationIcon: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7.667c0 4.666-6 8.666-6 8.666s-6-4-6-8.666a6 6 0 1 1 12 0Z' stroke='%238F90A6' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 9.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z' stroke='%238F90A6' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --lightGrey: #ddd;
  --loadMore: #ddd;
  --headerFooterBg: #f8f8f8;
  --headerFooterColor: #545454;
  --headerFooterColorv1: #545454;
  --headerFooterBorder: #d7d7d7;
  --captionText: #636363;
  --dateColor: #565656;
}
[data-theme='dark'] {
  --primary: #000;
  --secondary: #fff;
  --grey: #fff;
  --greyText: #fff;
  --borderColorGrey: #fff;
  --borderColorGraySecond: #fff;
  --borderColorGrayThird: #fff;
  --borderColorGrayFourth: #fff;
  --backgroundGrey: #2f2f2f;
  --overlay: rgba(0, 0, 0, 0.5);
  --blue: #fff;
  --greyBtn: #000;
  --transparentBorder: #3c3c3c;
  --darkBlue: #d6197d;
  --encodeArrow: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='11' fill='none'%3E%3Cpath d='M2.133 10.445 6.68 5.898c.093-.07.164-.257.164-.398a.665.665 0 0 0-.164-.398L2.133.555C2.039.485 1.852.39 1.734.39c-.14 0-.304.093-.398.164l-.54.539a.665.665 0 0 0-.163.398c0 .14.07.305.164.399L4.407 5.5.796 9.133a.612.612 0 0 0-.164.398c0 .117.07.305.164.399l.539.515c.094.094.258.188.398.188.118 0 .305-.094.399-.188Z' fill='%23fff'/%3E%3C/svg%3E");
  --catGrey: #fff;
  --realEstateBG: #000;
  --realEstateCardBG2: #232323;
  --realEstateCardBG: #232323;
  --green: #7fbf59;
  --locationIcon: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 7.667c0 4.666-6 8.666-6 8.666s-6-4-6-8.666a6 6 0 1 1 12 0Z' fill='%23fff' stroke='%238F90A6' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 9.667a2 2 0 1 0 0-4 2 2 0 0 0 0 4Z' fill='%23fff' stroke='%238F90A6' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  --lightGrey: #000;
  --loadMore: #fff;
  --headerFooterBg: #000;
  --headerFooterColor: #fff;
  --headerFooterColorv1: #e2e2e2;
  --headerFooterBorder: #484848;
  --captionText: #e2e2e2;
  --dateColor: #fff;
}
.related-to-deal {
  margin: 2.1875rem 0;
}
@media only screen and (max-width: 767px) {
  .related-to-deal {
    margin: 1.5625rem 0 0.9375rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .related-to-deal {
    margin: 1.5625rem 0 0.9375rem;
  }
}
.related-to-deal .limitedToolTip {
  color: #0070e8;
  font-size: 0.9375rem;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: -1.25rem;
}
.related-to-deal .cta-deals {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  left: 0;
  margin-top: 1.25rem;
  padding: 0.375rem 0.625rem;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (max-width: 767px) {
  .related-to-deal .cta-deals {
    font-size: 0.75rem;
    gap: 0.3125rem;
    margin-top: 0.625rem;
    padding: 0.375rem !important;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .related-to-deal .cta-deals {
    font-size: 0.75rem;
    gap: 0.3125rem;
    margin-top: 0.625rem;
    padding: 0.375rem !important;
  }
}
.related-to-deal .cta-deals svg {
  max-height: 1.75rem;
  max-width: 1.75rem;
}
@media only screen and (max-width: 767px) {
  .related-to-deal .cta-deals svg {
    max-height: 1.25rem;
    max-width: 1.25rem;
  }
}
@media only screen and (min-device-width: 360px) and (max-device-width: 767px) and (orientation: landscape) {
  .related-to-deal .cta-deals svg {
    max-height: 1.25rem;
    max-width: 1.25rem;
  }
}
.related-to-deal .ctaBlueBg {
  background-color: #0070e8;
  border-radius: 0.5rem;
  color: #fff;
}

.single__article--content img {
  width: 100%;
}

.limitedDeal img {
  height: auto;
  max-width: 100%;
}

.limitedDeal > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.limitedDeal .textContent {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
  height: 100%;
  margin-bottom: 1.25rem;
  position: relative;
}
.limitedDeal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 1.25rem;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.limitedDeal .itemTitle {
  color: var(--secondary);
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.35em;
  padding: 0.625rem 0.625rem 0.625rem 0;
  -webkit-text-decoration: underline solid transparent;
  text-decoration: underline solid transparent;
  text-decoration-color: transparent;
  text-decoration-thickness: 0.125rem !important;
  transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -webkit-transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -moz-transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -ms-transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: text-decoration-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

.limitedDeal .dealPrice {
  color: #838383;
  display: block;
  padding: 0.3125rem 0.625rem 0.3125rem 0;
}

.limitedDeal ins {
    color: #0070e8;
    font-weight: 700;
    margin-right: 0.625rem;
    text-decoration: none;
}

.liveSingleDescription {
    color: var(--secondary);
    font-weight: 400;
    line-height: 1.625rem;
    margin-top: 0.625rem;     
}

.liveSingleDescription strong {
    font-weight: 700 !important;
}

.liveSingleDescription p {
    line-height: 1.25em;
    margin-bottom: 1.25rem;
}

 .related-to-article {
    margin-bottom: 1.875rem;
    margin-top: 3.125rem;
}

 .related-to-article a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
}

.related-to-article a img {
    height: 7.5rem;
    max-height: 7.5rem;
    max-width: 9.375rem;
    min-height: 7.5rem;
    min-width: 9.375rem;
    width: 9.375rem;
    margin: 0;
    object-fit: cover;
}

.related-to-article a .content {
    margin-left: 0.5rem;
    margin-top: 0.0625rem;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
}

.related-to-article a .content .related-to-head-title {
    line-height: 1.5em;
    margin-bottom: 0.3125rem;
    color: var(--blue);
   font-weight: 400;
}

.related-to-article a strong {
    -webkit-text-decoration: underline solid transparent;
    text-decoration: underline solid transparent;
    text-decoration-color: transparent;
    text-decoration-thickness: 0.125rem!important;
    transition: text-decoration-color .3s ease-in-out,color .3s ease-in-out;
    -webkit-transition: text-decoration-color .3s ease-in-out,color .3s ease-in-out;
    -moz-transition: text-decoration-color .3s ease-in-out,color .3s ease-in-out;
    -ms-transition: text-decoration-color .3s ease-in-out,color .3s ease-in-out;
    -o-transition: text-decoration-color .3s ease-in-out,color .3s ease-in-out;
    font-weight: 800;
    color: var(--secondary);
    line-height: 1.25em;	
}

figure{
 width:100%;
 padding:0;
 margin:10px 0;
}

