/* ===== BASE ====== */
/* CONTAINER'S MAX WIDTH */
/* FONTS */
/* FONT-SIZE */
:root {
  --fontSize-regular: 1.125rem;
  --fontSize-xxlarge: 4.875rem;
  --fontSize-xxlarge-02: 4.25rem;
  --fontSize-xlarge: 3.625rem;
  --fontSize-xlarge-02: 2.375rem;
  --fontSize-large: 1.75rem;
  --fontSize-medium: 1.375rem;
  --fontSize-small: 0.875rem;
  --fontSize-xsmall: 0.5rem;
}
@media (max-width: 640px) {
  :root {
    --fontSize-regular: 0.875rem;
    --fontSize-xlarge: 2.375rem;
    --fontSize-large: 2rem;
    --fontSize-medium: 1.125rem;
    --fontSize-small: 0.875rem;
    --fontSize-xsmall: 0.5rem;
  }
}

/* LINE HEIGHT */
/* COLORS */
/* BRANDS COLOR */
/* STATUS COLOR */
/* FOR SPACING (MARGIN AND PADDING) */
/* IMAGE SPRITE */
/* ICONS */
/* ====== HOMEPAGE (hp) ===== */
/* BANNER */
@media (max-width: 991px) {
  .hp-banner .bnnr-announcement {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .hp-banner .bnnr-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .hp-banner .bnnr-property {
    margin: 0 0 20px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .hp-banner .bnnr-property .info {
    display: none;
  }

  .hp-banner .bnnr-cta .button--primary {
    margin-top: 15px;
    padding: 0;
    background-color: transparent;
    color: #ffffff;
    border: 0;
  }
}
/* SEARCH PROPERTY */
@media (max-width: 767px) {
  .hp-search {
    display: none;
  }
}
/* RECOMMENDED */
.hp-recommended {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .hp-recommended {
    padding-top: 30px;
  }
}
@media (max-width: 480px) {
  .hp-recommended .sec-header h2 {
    max-width: 80%;
  }
}
.hp-recommended .owl-carousel.hide {
  display: none;
}

/* SITE PROGRESS */
.hp-progress {
  position: relative;
  padding-top: 70px;
}
.hp-progress .owl-carousel.hide {
  display: none;
}
@media (max-width: 991px) {
  .hp-progress {
    padding-top: 45px;
  }
}
.hp-progress .owl-nav button {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media (max-width: 640px) {
  .hp-progress .card-item .asset .property-info {
    padding: 20px 15px;
  }
}

/* NEWS AND UPDATE */
.hp-news {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media (max-width: 991px) {
  .hp-news {
    padding-top: 40px;
    padding-bottom: 45px;
  }
}
@media (max-width: 640px) {
  .hp-news .main-with-mini-sidecard > li:first-of-type.card-item:not(.card-side) > .asset {
    min-height: 336px;
  }
}

@media (max-width: 640px) {
  .hp-news > .container > .sec-header {
    width: 100%;
    max-width: unset;
  }
  .hp-news > .container > .sec-header .view-more span {
    display: none;
  }
}

.hp-news .communities-highlights {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #c9c9c9;
}
@media (max-width: 991px) {
  .hp-news .communities-highlights {
    margin-top: 20px;
    padding-top: 45px;
  }
}
@media (max-width: 640px) {
  .hp-news .communities-highlights {
    margin-top: 45px;
  }
}

.hp-news .communities-highlights .sec-header {
  padding: 0 0 30px;
}
@media (max-width: 640px) {
  .hp-news .communities-highlights .sec-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: unset;
  }
  .hp-news .communities-highlights .sec-header .logo {
    width: 100%;
    max-width: 180px;
    margin: 0;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .hp-news .communities-highlights .sec-header h3 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 10px;
    width: 80%;
    font-size: var(--fontSize-xlarge);
    line-height: 1.11;
  }
  .hp-news .communities-highlights .sec-header .view-more {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .hp-news .communities-highlights .sec-header .view-more span {
    display: none;
  }
}

.hp-news .communities-highlights .cardlist--carousel .card-item {
  background-color: #eeeeee;
  padding: 15px;
}
@media (max-width: 767px) {
  .hp-news .communities-highlights .cardlist--carousel .card-item .info {
    min-height: 100px;
  }
}

/* THROUGH THE YEARS */
.hp-years {
  position: relative;
  padding-top: 20px;
}
.hp-years::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 1px;
  width: 1120px;
  background-color: #c9c9c9;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 1500px) {
  .hp-years {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .hp-years {
    overflow: unset;
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .hp-years {
    padding-top: 20px;
  }
}
.hp-years .hp-years-large-text {
  font-size: min(12vw, 173px);
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  color: rgba(155, 187, 239, 0.2);
}
@media (max-width: 1499px) {
  .hp-years .hp-years-large-text {
    font-size: 12vw;
  }
}
@media (min-width: 1500px) {
  .hp-years .hp-years-large-text {
    font-size: 160px;
    white-space: nowrap;
  }
}
.hp-years .hp-years-container {
  position: relative;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .hp-years .hp-years-container {
    overflow: unset;
    padding-top: 30px;
  }
}
@media (max-width: 640px) {
  .hp-years .hp-years-container {
    padding-top: 10px;
  }
}
.hp-years .hp-years-container > figure {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}
@media (max-width: 1280px) {
  .hp-years .hp-years-container > figure {
    right: unset;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .hp-years .hp-years-container > figure {
    top: unset;
    bottom: 0;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
  }
}
@media (max-width: 767px) {
  .hp-years .hp-years-container > figure img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.hp-years .hp-years-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}
@media (max-width: 991px) {
  .hp-years .hp-years-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.hp-years .info {
  width: 35%;
}
@media (max-width: 991px) {
  .hp-years .info {
    width: 100%;
  }
}
.hp-years .info .content--body {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .hp-years .info .content--body p {
    max-width: unset;
  }
}
.hp-years .numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 40px;
  text-align: center;
  width: 60%;
}
@media (max-width: 991px) {
  .hp-years .numbers {
    width: 100%;
    padding-left: 0;
  }
}
.hp-years .numbers > li, .hp-years .numbers > div {
  width: 33.333333%;
}
.hp-years .numbers > li:nth-child(4), .hp-years .numbers > li:nth-child(5), .hp-years .numbers > li:nth-child(6), .hp-years .numbers > div:nth-child(4), .hp-years .numbers > div:nth-child(5), .hp-years .numbers > div:nth-child(6) {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .hp-years .numbers > li:nth-child(4), .hp-years .numbers > li:nth-child(5), .hp-years .numbers > li:nth-child(6), .hp-years .numbers > div:nth-child(4), .hp-years .numbers > div:nth-child(5), .hp-years .numbers > div:nth-child(6) {
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .hp-years .numbers > li, .hp-years .numbers > div {
    width: 50%;
    margin-top: 30px;
  }
}
.hp-years .numbers .total {
  font-family: "Fira Sans", Helvetica, Arial, sans-serif;
  font-size: 4.33rem;
  font-weight: 700;
  color: #53a700;
}
@media (max-width: 991px) {
  .hp-years .numbers .total {
    font-size: 3.625rem;
  }
}
@media (max-width: 767px) {
  .hp-years .numbers .total {
    font-size: 2.75rem;
  }
}
.hp-years .numbers .description {
  font-weight: 700;
  text-transform: uppercase;
}

/* JOURNEY */
.hp-journey {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .hp-journey {
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .hp-journey {
    padding-top: 100px;
  }
}
@media (max-width: 640px) {
  .hp-journey .sec-header {
    max-width: 100%;
  }
}

/* WHY BELIEVE */
.hp-why {
  position: relative;
  min-height: 400px;
  margin-top: 50px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1500px) {
  .hp-why {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .hp-why {
    min-height: unset;
    padding-top: 15px;
  }
}
.hp-why .container {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .hp-why .container {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
    transform: unset;
  }
}
.hp-why > figure img {
  position: absolute;
  height: 155%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
@media (max-width: 991px) {
  .hp-why > figure img {
    position: relative;
    top: unset;
    left: unset;
    height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: -150px;
  }
}
@media (max-width: 480px) {
  .hp-why > figure img {
    margin-top: -50px;
  }
}
.hp-why .info {
  max-width: 400px;
}
.hp-why .info > p {
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .hp-why {
    margin-top: 100px;
  }
}

/*  BUILD TRUST */
.hp-trust {
  padding-top: 60px;
}
@media (max-width: 991px) {
  .hp-trust {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .hp-trust {
    padding-top: 0;
  }
}
@media (max-width: 640px) {
  .hp-trust .sec-header {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .hp-trust .card-side {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.hp-trust .card-side .asset {
  max-height: 88px;
  min-height: unset;
  max-width: 100px;
}
@media (max-width: 991px) {
  .hp-trust .card-side .asset {
    margin-top: 0;
  }
}
@media (max-width: 991px) {
  .hp-trust .card-side .asset {
    min-width: 50px;
    max-height: 50px;
    max-width: 50px;
  }
}
.hp-trust .card-side .asset img {
  min-height: unset;
  min-width: unset;
  -o-object-fit: contain;
     object-fit: contain;
}
.hp-trust .card-side .info {
  padding: 0 0 0 13px;
}
.hp-trust .card-side .info h2 {
  margin-top: 0;
}
.hp-trust .cardlist-grid {
  grid-gap: 32px;
}
@media (max-width: 640px) {
  .hp-trust ul.cardlist-03 li:not(:last-of-type) .card-side {
    margin: 0 0 30px;
  }
}

/* CONTACT */
.pl-contact {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .pl-contact {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .pl-contact {
    padding-bottom: 50px;
  }
}
@media (max-width: 640px) {
  .pl-contact .sec-header {
    max-width: 100%;
  }
}