/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.SearchToolbar {
  -ms-flex-line-pack: center;
      align-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  height: auto;
  padding: 15px 15px;
  width: 100%; }
  .SearchToolbar__buffer {
    display: none;
    width: 100%; }
  .SearchToolbar__container {
    -ms-flex-line-pack: center;
        align-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%; }
  .SearchToolbar__prompt {
    cursor: pointer;
    min-height: 62px;
    padding: 20px 0 0; }
    @media (max-width: 767px) {
      .SearchToolbar__prompt {
        padding-left: 15px; } }
    .SearchToolbar__prompt .Icon {
      background-size: 12px 12px; }
  .SearchToolbar__location {
    margin-right: 5px;
    width: calc(100% - 100px); }
    @media (min-width: 768px) {
      .SearchToolbar__location {
        width: 350px; } }
  .SearchToolbar__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .SearchToolbar__filters {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .SearchToolbar__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%; }
    .SearchToolbar__buttons .Button {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      font-size: 1rem; }
  .SearchToolbar.is-sticky {
    padding: 0; }
  .SearchToolbar.is-sticky .SearchToolbar__container {
    background-color: #f8f9f9;
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
    left: 0;
    padding: 15px 15px;
    position: fixed;
    top: 0;
    top: 65px;
    z-index: 2; }
  .SearchToolbar.is-sticky .SearchToolbar__buffer {
    display: block; }
  @media (max-width: 1023px) {
    .SearchToolbar__actions {
      overflow: scroll; } }
  @media (max-width: 767px) {
    .SearchToolbar.is-sticky.is-inactive .SearchToolbar__container {
      -webkit-transform: translateY(-100%);
              transform: translateY(-100%);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; }
    .SearchToolbar.is-sticky.is-active .SearchToolbar__container {
      -webkit-transform: translateY(0%);
              transform: translateY(0%);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out; } }

.SliderNavButton--next, .SliderNavButton--previous {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(246, 245, 241, 0.8);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 79px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px; }

.SliderNavButton--next {
  border-radius: 5px 0 0 5px;
  right: 0; }

.SliderNavButton--previous {
  border-radius: 0 5px 5px 0;
  left: 0; }

.SliderNavButton__icon {
  background-size: contain;
  display: block;
  height: 15px;
  overflow: hidden;
  width: 15px; }

.disable-slider-animations * {
  -webkit-transition: none;
  transition: none; }

.SliderWrapper__related {
  padding: 0 40px; }

.SliderWrapper .frame {
  overflow: hidden;
  position: relative;
  white-space: nowrap; }

.SliderWrapper .slides {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0; }

.SliderWrapper li.js_slide {
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: top;
  width: 100%; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
/* --------------------
 $ BREAKPOINTS
 -------------------- */
.SRPPropertyCard {
  padding: 10px;
  text-decoration: none; }
  .SRPPropertyCard .SRPPropertyCard__sliderNavButton {
    border-radius: 50%;
    height: 40px;
    margin: 0 10px;
    opacity: 0;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    width: 40px; }
  @media (max-width: 1023px) {
    .SRPPropertyCard .SRPPropertyCard__sliderNavButton {
      opacity: 1; } }
  .SRPPropertyCard__carousel {
    height: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%; }
    @media (min-width: 1024px) {
      .SRPPropertyCard__carousel {
        border-radius: 5px;
        height: 100%; } }
  .SRPPropertyCard .SRPPropertyCard__slider .js_slide {
    padding: 0; }
  .SRPPropertyCard__slider {
    height: 100%;
    width: 100%; }
    @media (min-width: 1024px) {
      .SRPPropertyCard__slider {
        height: 100%; } }
  .SRPPropertyCard a {
    color: inherit;
    padding-right: 5px;
    text-decoration: none;
    width: 100%; }
  .SRPPropertyCard__contentWrapper {
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .SRPPropertyCard__contentWrapper:hover {
      -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.9);
              box-shadow: 0 2px 8px rgba(0, 0, 0, 0.9); }
  .SRPPropertyCard__header {
    height: 190px;
    position: relative;
    width: 100%; }
    .SRPPropertyCard__header .FavouriteIcon {
      left: 12px;
      position: absolute;
      top: 13px; }
    .deleted .SRPPropertyCard__header:after {
      background-color: rgba(255, 255, 255, 0.8);
      content: "";
      display: block;
      height: 190px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1; }
    .deleted .SRPPropertyCard__header .FavouriteIcon {
      z-index: 2; }
  .SRPPropertyCard__slide {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
    .SRPPropertyCard__slide img {
      cursor: pointer;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      width: 100%; }
    .SRPPropertyCard__slide--fullwidth img {
      -o-object-fit: cover;
         object-fit: cover; }
  .SRPPropertyCard__image {
    background-color: whitesmoke;
    border-radius: 5px;
    height: 190px;
    margin: 0;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    width: 100%; }
    .SRPPropertyCard__image:after {
      background-color: rgba(0, 0, 0, 0);
      content: "";
      display: block;
      height: 190px;
      left: 0;
      overflow: hidden;
      position: absolute;
      top: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 100%; }
    .inPopup .SRPPropertyCard__image {
      border-radius: 5px 5px 0 0; }
    .SRPPropertyCard__image > img {
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      display: block;
      height: 190px;
      image-rendering: auto;
      -o-object-fit: cover;
         object-fit: cover;
      -webkit-transform: translateZ(0);
              transform: translateZ(0);
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      width: 100%; }
      .deleted .SRPPropertyCard__image > img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
  .SRPPropertyCard__contact {
    bottom: -16px;
    position: absolute;
    right: 8px; }
    @media (min-width: 1024px) {
      .SRPPropertyCard__contact {
        opacity: 0;
        -webkit-transform: translateY(10px);
                transform: translateY(10px);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; } }
  .SRPPropertyCard__button {
    background-color: #e30613;
    background-position: 7px 8px;
    background-repeat: no-repeat;
    border-radius: 40px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
    cursor: pointer;
    display: inline-block;
    height: 40px;
    margin-left: 10px;
    overflow: hidden;
    width: 40px; }
    .SRPPropertyCard__button:hover {
      background-color: #ea454e; }
    .deleted .SRPPropertyCard__button {
      display: none; }
    .exclusive .SRPPropertyCard__button {
      background-color: #dbb132;
      color: #fff; }
      .exclusive .SRPPropertyCard__button:hover {
        background-color: #f2be23; }
    .SRPPropertyCard__button.contact--white {
      background-size: auto;
      display: none; }
    .SRPPropertyCard__button.telephone--white {
      background-position: center center; }
    .SRPPropertyCard__button.email--white {
      background-position: center center; }
    @media (min-width: 1024px) {
      .SRPPropertyCard__button.contact--white {
        display: block; }
        .deleted .SRPPropertyCard__button.contact--white {
          display: none; }
      .SRPPropertyCard__button.telephone--white, .SRPPropertyCard__button.email--white {
        display: none; } }
  .SRPPropertyCard__content {
    color: #404040;
    font-size: 0.875rem;
    line-height: 1.8em;
    padding: 10px;
    white-space: normal; }
    .inPopup .SRPPropertyCard__content {
      padding: 10px; }
    .SRPPropertyCard__content > span {
      display: block; }
    .deleted .SRPPropertyCard__content {
      opacity: 0.2; }
    .SRPPropertyCard__content__wrapper-rooms-htb {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
  .SRPPropertyCard__type {
    color: #626468;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-style: italic; }
  .SRPPropertyCard__title {
    -webkit-box-orient: vertical;
    color: #e30613;
    display: -webkit-box;
    font-weight: bold;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    word-break: break-word; }
    .exclusive .SRPPropertyCard__title {
      color: #dbb132; }
    .deleted .SRPPropertyCard__title {
      color: #626468; }
  .SRPPropertyCard__address {
    display: block;
    font-size: 0.9375rem; }
  .SRPPropertyCard__metrics {
    list-style: none;
    padding: 0;
    white-space: normal; }
    .SRPPropertyCard__metrics .PropertyMetric {
      margin-bottom: 6px; }
  .SRPPropertyCard__labels {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: absolute;
    right: 8px;
    top: 2px; }
  .SRPPropertyCard__deleted-notice {
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
            box-shadow: 0 1px 4px 0 rgba(177, 178, 180, 0.8);
    font-size: 0.875rem;
    font-weight: bold;
    left: -1%;
    margin: 0;
    padding: 12px 5px;
    position: absolute;
    text-align: center;
    top: 90px;
    width: 102%;
    z-index: 2; }
  .SRPPropertyCard.inPopup {
    padding-bottom: 0; }
  .SRPPropertyCard.deleted .PropertyLabel {
    background-color: #fff; }
  @media (min-width: 1024px) {
    .SRPPropertyCard:hover .SRPPropertyCard__image > img {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
    .SRPPropertyCard:hover .SRPPropertyCard__image:after {
      background-color: rgba(0, 0, 0, 0.1); }
    .SRPPropertyCard:hover .SRPPropertyCard__sliderNavButton {
      opacity: 1; }
    .SRPPropertyCard:hover .SRPPropertyCard__contact {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

.SRPPropertyCard--full {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .SRPPropertyCard--full .SRPPropertyCard__header {
    height: auto;
    max-width: 450px; }
  .SRPPropertyCard--full .SRPPropertyCard__image {
    height: auto; }
    .SRPPropertyCard--full .SRPPropertyCard__image > img {
      height: auto; }
  .SRPPropertyCard--full .SRPPropertyCard__contact {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .SRPPropertyCard--full .SRPPropertyCard__content {
    font-size: 1.0625rem;
    padding: 0 30px; }
  .SRPPropertyCard--full .SRPPropertyCard__title {
    display: block;
    font-size: 2rem;
    margin: 0.5em 0; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.FirstHomesIcon {
  background-image: url(/prefix/_next/static/images/First_homes-3b6ee2ae9959a087904dc75a15eab1ab.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }
  .FirstHomesIcon--small {
    background-size: 45px;
    height: 45px;
    width: 45px; }
  .FirstHomesIcon--large {
    background-size: 70px;
    height: 70px;
    width: 70px; }
  .FirstHomesIcon.question-mark {
    cursor: pointer;
    position: relative; }
    .FirstHomesIcon.question-mark:before {
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
              box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
      color: #141414;
      content: "?";
      font-size: 1rem;
      font-weight: 600;
      height: 22px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 22px; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.OfferIcon {
  background-image: url(/prefix/_next/static/images/Offer_sticker3-5580733de02bccb514dd1c33c5f9c40e.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }
  .OfferIcon--small {
    background-size: 45px;
    height: 45px;
    width: 45px; }
  .OfferIcon--large {
    background-size: 70px;
    height: 70px;
    width: 70px; }
  .OfferIcon.question-mark {
    cursor: pointer;
    position: relative; }
    .OfferIcon.question-mark:before {
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
              box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
      color: #141414;
      content: "?";
      font-size: 1rem;
      font-weight: 600;
      height: 22px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 22px; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.DepositUnlockedIcon {
  background-image: url(/prefix/_next/static/images/Deposit_unlock_sticker-a3a9abf8d9f1edd440878df002814b03.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }
  .DepositUnlockedIcon--small {
    background-size: 45px;
    height: 45px;
    width: 45px; }
  .DepositUnlockedIcon--large {
    background-size: 70px;
    height: 70px;
    width: 70px; }
  .DepositUnlockedIcon.question-mark {
    cursor: pointer;
    position: relative; }
    .DepositUnlockedIcon.question-mark:before {
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
              box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
      color: #141414;
      content: "?";
      font-size: 1rem;
      font-weight: 600;
      height: 22px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 22px; }

/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.DepositBoostIcon {
  background-image: url(/prefix/_next/static/images/Deposit_Boost_sticker-a4dfd358118fac67df13ac10f3d6b64e.png);
  background-position: center center;
  background-repeat: no-repeat;
  display: block; }
  .DepositBoostIcon--small {
    background-size: 45px;
    height: 45px;
    width: 45px; }
  .DepositBoostIcon--large {
    background-size: 70px;
    height: 70px;
    width: 70px; }
  .DepositBoostIcon.question-mark {
    cursor: pointer;
    position: relative; }
    .DepositBoostIcon.question-mark:before {
      background-color: #fff;
      border-radius: 50%;
      -webkit-box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
              box-shadow: 0 1px 4px 0 rgba(75, 75, 75, 0.9);
      color: #141414;
      content: "?";
      font-size: 1rem;
      font-weight: 600;
      height: 22px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 22px; }

/* --------------------
 $ BREAKPOINTS
 -------------------- */
/* Fonts */
/* Dimensions */
/* Colour Palette */
/* Social Palette */
/* Default styles */
/* typography */
/* for consistent margins, padding etc */
/* For consistent z-indexing */
.PDPPropertiesCarousel__property-card {
  width: 100%; }

@media (max-width: 575px) {
  .PDPPropertiesCarousel .SliderNavButton--previous,
  .PDPPropertiesCarousel .SliderNavButton--next {
    display: none; } }

.PDPPropertiesCarousel__slider__related .js_slide {
  display: inline-block;
  margin: 0;
  padding: 0 30px 0 0;
  position: relative;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 992px) {
    .PDPPropertiesCarousel__slider__related .js_slide {
      width: 25%; } }

