:root {
  --purple-dark: #7a0046;
  --red-dark: #6b0000;
  --green-dark: #003e17;
  --blue-dark: #006689;
  --yellow-dark: #dea100;
  --primaty-purple: #9b3a73;
  --white: white;
  --body-color: #686351;
  --body-color-light: white;
  --red-light: #f26522;
  --green-light: #0db14b;
  --blue-light: #44c8f5;
  --yellow-light: #ffde14;
  --red-medium: #c61d23;
  --green-medium: #007037;
  --blue-medium: #009cd2;
  --yellow-medium: #fbba00;
  --purple-light: #bf6e99;
  --light-bg: #f6f6f6;
  --f1eacf-light: #f1eacf;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url("https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  z-index: 9999;
  background-color: #fff;
  width: 100%;
  position: sticky;
  inset: 0% auto auto 0%;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.navbar-logo-left-container.shadow-three.sec {
  z-index: 999;
  background-color: var(--purple-dark);
  height: 60px;
  padding-top: 0;
  position: sticky;
  top: 80px;
}

.navbar-logo-left-container.shadow-three.sec.red {
  background-color: var(--red-dark);
  position: relative;
  top: 0;
}

.navbar-logo-left-container.shadow-three.sec.green {
  background-color: var(--green-dark);
}

.navbar-logo-left-container.shadow-three.sec.blue {
  background-color: var(--blue-dark);
}

.navbar-logo-left-container.shadow-three.sec.yellow {
  background-color: var(--yellow-dark);
}

.container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container.iconscontainer {
  max-width: 1200px;
}

.container.propertydiv {
  margin-top: 50px;
}

.container.propertydiv.mt0 {
  margin-top: 0;
}

.container.ontainerlp {
  max-width: 520px;
}

.container.small {
  max-width: 1000px;
}

.container.containercxw {
  text-align: center;
  max-width: 1234px;
}

.container.containerxwg {
  text-align: center;
  max-width: 1255px;
}

.container.foundersection {
  max-width: 1122px;
}

.navbar-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #686351;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-family: Polysans Neutral, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.nav-link:hover {
  color: var(--primaty-purple);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--primaty-purple);
}

.nav-link.small.light {
  color: #f1eacf;
}

.nav-link.mmlink.pd0:hover, .nav-link.mmlink.pd0.w--current {
  color: var(--purple-dark);
}

.nav-link.custombtn {
  background-color: var(--primaty-purple);
  font-family: Polysans Bulky, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

.nav-link.custombtn:hover {
  color: #f1eacf;
}

.nav-link.custombtn.w--current {
  color: var(--body-color-light);
}

.nav-link.sec {
  color: var(--white);
  font-size: 15px;
  line-height: 18px;
}

.nav-link.sec.red {
  color: var(--red-light);
  font-size: 12px;
  line-height: 18px;
}

.nav-link.sec.green {
  color: var(--body-color-light);
}

.nav-link.sec.green:hover {
  color: var(--green-light);
}

.nav-link.sec.blue {
  color: var(--body-color-light);
}

.nav-link.sec.blue:hover {
  color: var(--blue-light);
}

.nav-link.sec.yellow {
  color: var(--body-color-light);
}

.nav-link.sec.yellow:hover {
  color: var(--yellow-light);
}

.nav-link.sec.redcolor:hover {
  color: var(--red-medium);
}

.nav-link.breadcrumb {
  color: #9b3a73;
  padding-left: 0;
}

.nav-link.breadcrumb.light {
  color: #bf6e99;
  font-size: 14px;
}

.nav-link.breadcrumb.light.red {
  color: var(--red-light);
  font-family: Polysans Slim, Arial, sans-serif;
  font-size: 14px;
}

.nav-link.breadcrumb.light.green {
  color: var(--green-light);
  font-family: Polysans Slim, Arial, sans-serif;
  font-size: 14px;
}

.nav-link.breadcrumb.light.blue {
  color: var(--blue-light);
}

.nav-link.breadcrumb.light.yellow {
  color: var(--yellow-light);
}

.nav-link.breadcrumbcurrent.light {
  font-family: Polysans Slim, Arial, sans-serif;
  font-size: 14px;
}

.nav-link.light {
  color: #f1eacf;
  font-size: 16px;
  line-height: 24px;
}

.nav-link.light.pdl0 {
  color: var(--white);
  margin-left: 0;
  padding-left: 0;
  font-family: Polysans Slim, Arial, sans-serif;
  font-size: 14px;
  line-height: 27px;
}

.nav-link.mmlink {
  padding-left: 0;
  font-size: 15px;
  line-height: 24px;
}

.nav-link.mmlink:hover {
  color: var(--primaty-purple);
}

.nav-link.mmlink.active {
  color: var(--primaty-purple);
  font-family: Polysans Median, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.nav-link.mmlink.active.w--current {
  color: var(--primaty-purple);
  font-family: Polysans Median, Arial, sans-serif;
  font-weight: 400;
}

.nav-link.mmlink.pd0:hover, .nav-link.mmlink.pd0.w--current {
  color: var(--purple-dark);
}

.nav-link.mmlink.pd0 {
  color: var(--body-color);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 15px;
  line-height: 30px;
}

.nav-link.mmlink.pd0:hover, .nav-link.mmlink.pd0.w--current {
  color: var(--purple-dark);
}

.nav-link.mmlink.pd0.active {
  color: var(--purple-dark);
  font-size: 15px;
  font-weight: 400;
}

.nav-link.mmlink.pd0.active.big {
  font-size: 18px;
}

.nav-link.hmenu {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}

.nav-link.drop {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown.ml0 {
  margin-left: 0;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle.sec {
  width: 180px;
  max-width: 100%;
}

.nav-dropdown-toggle.sec.red {
  color: var(--red-light);
}

.nav-dropdown-toggle.sec.com {
  width: 190px;
}

.nav-dropdown-toggle.sec.com.pl0 {
  display: block;
}

.nav-dropdown-toggle.pl0 {
  padding-left: 0;
}

.nav-dropdown-icon {
  color: var(--white);
  margin-right: 10px;
}

.nav-dropdown-icon.red {
  color: var(--red-light);
}

.nav-dropdown-icon.green {
  color: var(--green-light);
}

.nav-dropdown-icon.blue {
  color: var(--body-color-light);
}

.nav-dropdown-icon.yellow {
  color: var(--yellow-light);
}

.nav-dropdown-icon.hmenu {
  color: var(--white);
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three {
  border-radius: 0;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide {
  display: none;
}

.nav-dropdown-list.shadow-three.show {
  display: block;
}

.nav-dropdown-list.shadow-three.col {
  text-transform: uppercase;
}

.nav-dropdown-list.shadow-three.headernav {
  border-radius: 0;
  min-width: 250px;
}

.nav-dropdown-list.shadow-three.headernav.w--open {
  border-radius: 0;
  min-width: 250px;
  padding-left: 20px;
  inset: 40px auto auto 0%;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:hover {
  color: var(--purple-dark);
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--purple-dark);
}

.nav-dropdown-link.ph {
  color: #222;
  padding-left: 20px;
  padding-right: 20px;
}

.body {
  color: var(--body-color);
  padding-top: 0;
  font-family: Polysans Slim, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.body.pdt0 {
  padding-top: 0;
}

.text-block {
  color: #686351;
  font-size: 15px;
  line-height: 18px;
}

.text-block.sec {
  color: var(--white);
}

.text-block.sec.red {
  color: var(--red-light);
}

.text-block.sec.green, .text-block.sec.blue, .text-block.sec.yellow {
  color: var(--body-color-light);
}

.text-block.nav-link.hmenu.pl0.ml0 {
  margin-left: 0;
  padding-left: 0;
}

.hide {
  display: none;
}

.megamenubtn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  cursor: pointer;
  border: 0 solid #686351;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 50px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.icon {
  color: #686351;
}

.icon.headericon {
  font-size: 30px;
}

.residentialbtntxt {
  font-family: Polysans Bulky, Arial, sans-serif;
  font-weight: 400;
}

.bannercontent {
  width: 479px;
  max-width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.bannercontent.homebannercontent {
  width: 400px;
  padding-top: 140px;
  padding-bottom: 140px;
}

.bannercontent.about {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
}

.heading {
  color: #f1eacf;
  font-size: 56px;
  font-weight: 400;
  line-height: 60px;
}

.heading.xwglp.banner {
  color: #fff;
  width: 350px;
  max-width: 100%;
  font-family: Polysans Neutral, Arial, sans-serif;
}

.heading.xwglp.banner.cwgbannerheading.xcon {
  width: 520px;
}

.heading.bannerheading {
  margin-bottom: 20px;
  font-family: Polysans Neutral, Arial, sans-serif;
}

.heading.bannerheading.homebanner-heding.align-center.purpledark {
  color: var(--purple-dark);
}

.heading.bannerheading.homebanner-heding {
  color: #fff;
  margin-top: 0;
}

.heading.bannerheading.homebanner-heding.align-center {
  margin-bottom: 10px;
}

.heading.bannerheading.aboutbanner {
  color: var(--body-color-light);
  text-align: center;
  font-size: 56px;
  line-height: 60px;
}

.heading.bannerheading.aboutbanner.bannernewtext {
  margin-top: 0;
}

.paragraph {
  color: #686351;
  font-weight: 400;
}

.paragraph.bigpara {
  font-size: 21px;
  line-height: 30px;
}

.paragraph.bigpara.hbanner {
  color: var(--white);
  margin-bottom: 30px;
}

.paragraph.bigpara.hbanner.customw {
  width: 350px;
  max-width: 100%;
  font-family: Polysans Slim, Arial, sans-serif;
}

.paragraph.bigpara.hbanner.customw.tabh {
  margin-bottom: 10px;
}

.paragraph.bigpara.hbanner.customw.coltxt {
  width: auto;
  margin-top: 20px;
}

.paragraph.bigpara.hbanner.customw.xwgbannernew.xcon {
  width: 380px;
}

.paragraph.small.breadcrumb {
  text-align: center;
  font-size: 12px;
  line-height: 26px;
}

.paragraph.smallsubh {
  letter-spacing: 3.5px;
  font-size: 14px;
}

.paragraph.whitetext {
  color: var(--body-color-light);
}

.paragraph.xwgiconlisttxt {
  color: #0b2332;
  margin-bottom: 0;
  padding-left: 10px;
  position: relative;
}

.paragraph.xwgiconlisttxt.sam {
  color: #154432;
}

.paragraph.xwgiconlisttxt.cs {
  color: #151034;
}

.paragraph.xwgiconlisttxt.servicelist.xcon {
  color: var(--body-color-light);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.paragraph.formtxtwhite {
  color: var(--body-color-light);
}

.paragraph.light {
  color: #f1eacf;
  font-size: 18px;
}

.paragraph.light.helptxt {
  color: var(--white);
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph.light.helptxt.darktxt {
  color: #686351;
}

.paragraph.light.helptxt.mb0 {
  margin-bottom: 0;
}

.paragraph.light.helptxt.mb10 {
  margin-bottom: 10px;
}

.paragraph.light.helptxt.mb10.bold {
  font-family: Polysans Median, Arial, sans-serif;
}

.paragraph.light.localtabsinheading {
  color: var(--white);
  font-size: 21px;
  line-height: 24px;
}

.paragraph.light.small {
  color: var(--white);
  font-size: 12px;
  line-height: 24px;
}

.paragraph.light.small.mb15.xwgright {
  justify-content: flex-end;
  margin-bottom: 15px;
  display: flex;
}

.custombtn {
  background-color: var(--purple-dark);
  height: 50px;
  color: var(--white);
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding-left: 38px;
  padding-right: 38px;
  font-family: Polysans Median, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  display: inline-flex;
}

.custombtn:hover {
  background-color: var(--primaty-purple);
}

.custombtn.prop {
  border: 1px solid var(--purple-dark);
  color: var(--purple-dark);
  background-color: #0000;
  margin-top: 30px;
  font-weight: 400;
}

.custombtn.prop:hover {
  background-color: var(--purple-dark);
  color: var(--white);
}

.custombtn.prop.red {
  background-color: var(--red-medium);
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

.custombtn.prop.red:hover {
  background-color: var(--red-light);
}

.custombtn.prop.red.mt0, .custombtn.prop.red.mt20 {
  margin-top: 20px;
}

.custombtn.prop.red.mt20.green.teampopbtn:hover {
  background-color: var(--green-light);
}

.custombtn.prop.red.mt20.teampopbtn {
  border-color: var(--red-dark);
  width: 50px;
  color: var(--red-dark);
  background-color: #0000;
}

.custombtn.prop.red.mt20.teampopbtn:hover {
  background-color: var(--red-dark);
  color: var(--body-color-light);
}

.custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.green {
  border-color: var(--green-dark);
  color: var(--green-dark);
}

.custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.green:hover {
  background-color: var(--green-dark);
  color: var(--body-color-light);
}

.custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.blue {
  border-color: var(--blue-medium) var(--blue-medium) var(--blue-dark);
  color: var(--blue-dark);
}

.custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.blue:hover {
  background-color: var(--blue-dark);
  color: var(--body-color-light);
}

.custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.yellow {
  border-color: var(--yellow-dark);
  color: var(--yellow-dark);
}

.custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.yellow:hover {
  background-color: var(--yellow-dark);
  color: var(--body-color-light);
}

.custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.purple {
  border-color: var(--purple-dark);
  color: var(--purple-dark);
}

.custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.purple:hover {
  background-color: var(--purple-dark);
  color: var(--body-color-light);
}

.custombtn.prop.green {
  background-color: var(--green-medium);
}

.custombtn.prop.blue {
  background-color: var(--blue-medium);
}

.custombtn.prop.blue:hover {
  background-color: var(--blue-light);
}

.custombtn.prop.yellow {
  background-color: var(--yellow-medium);
}

.custombtn.prop.yellow:hover {
  background-color: var(--yellow-light);
}

.custombtn.prop.mt0 {
  margin-top: 0;
}

.custombtn.prop.mr20 {
  margin-right: 20px;
}

.custombtn.invert {
  border: 1px solid var(--purple-light);
  color: var(--purple-light);
  background-color: #0000;
}

.custombtn.invert:hover {
  background-color: var(--purple-light);
  color: var(--white);
}

.custombtn.invert.red {
  color: #f1eacf;
  background-color: #f26522;
  border-width: 0;
}

.custombtn.invert.red:hover {
  background-color: var(--red-dark);
}

.custombtn.invert.green {
  color: #f1eacf;
  background-color: #0db14b;
  border-width: 0;
}

.custombtn.invert.green:hover {
  background-color: var(--green-dark);
}

.custombtn.invert.blue {
  color: #f1eacf;
  background-color: #44c8f5;
  border-width: 0;
}

.custombtn.invert.blue:hover {
  background-color: var(--blue-dark);
}

.custombtn.invert.yellow {
  border-width: 0;
  border-color: var(--yellow-medium);
  background-color: var(--yellow-medium);
  color: var(--body-color-light);
}

.custombtn.invert.yellow:hover {
  border-color: var(--yellow-light);
  background-color: var(--yellow-dark);
}

.custombtn.invert.lfs {
  background-color: #fff;
  margin-top: 35px;
}

.custombtn.invert.lfs.lfsenquirebtn {
  color: var(--purple-dark);
}

.custombtn.invert.lfs.lfsenquirebtn:hover {
  border-color: var(--body-color-light);
  background-color: var(--purple-dark);
  color: var(--body-color-light);
}

.custombtn.invert.lfsnew {
  margin-top: 25px;
}

.custombtn.invert.formbtn {
  width: auto;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.custombtn.transparent {
  border: 1px solid var(--white);
  background-color: #0000;
}

.custombtn.transparent:hover {
  background-color: var(--white);
  color: var(--purple-dark);
}

.custombtn.transparent.dark {
  border-color: var(--purple-dark);
  color: var(--purple-dark);
}

.custombtn.transparent.dark:hover {
  background-color: var(--purple-dark);
  color: var(--white);
}

.custombtn.transparent.dark.mb25 {
  border-color: var(--purple-dark);
  color: var(--purple-dark);
  margin-bottom: 25px;
}

.custombtn.transparent.dark.mb25:hover {
  background-color: var(--purple-dark);
  color: var(--white);
}

.custombtn.transparent.dark.mb25.filterbtn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-decoration: none;
}

.custombtn.transparent.dark.mb25.filterbtn:hover {
  color: var(--primaty-purple);
  background-color: #0000;
}

.custombtn.transparent.dark.mb25.filterbtn.noborder {
  border-width: 0;
}

.custombtn.transparent.dark.mb25.filterbtn.noborder.closefilter {
  margin-bottom: 0;
}

.custombtn.transparent.dark.mb25.filterbtn.hide {
  display: none;
}

.custombtn.transparent.dark.mb25.red {
  border-color: var(--red-medium);
  color: var(--red-medium);
}

.custombtn.transparent.dark.mb25.red:hover {
  background-color: var(--red-medium);
  color: var(--body-color-light);
}

.custombtn.transparent.dark.mb25.green {
  border-color: var(--green-light);
  color: var(--green-light);
}

.custombtn.transparent.dark.mb25.green:hover {
  background-color: var(--green-light);
  color: var(--body-color-light);
}

.custombtn.transparent.dark.mb25.blue {
  border-color: var(--blue-light);
  color: var(--blue-light);
}

.custombtn.transparent.dark.mb25.blue:hover {
  background-color: var(--body-color-light);
  color: var(--blue-dark);
}

.custombtn.transparent.dark.mb25.yellow {
  border-color: var(--yellow-light);
  color: var(--white);
}

.custombtn.transparent.dark.mb25.yellow:hover {
  background-color: var(--body-color-light);
  color: var(--yellow-dark);
}

.custombtn.transparent.dark.xwgbtnnew {
  width: 225px;
}

.custombtn.transparent.mr20 {
  margin-right: 20px;
}

.custombtn.transparent.blue:hover {
  color: var(--blue-dark);
}

.custombtn.transparent.yellow:hover {
  color: var(--yellow-dark);
}

.custombtn.transparent.green:hover {
  color: var(--green-dark);
}

.custombtn.transparent.red:hover {
  color: var(--red-dark);
}

.custombtn.transparent.xwglpthbtn {
  margin-top: 30px;
}

.custombtn.transparent.xwglpthbtn:hover {
  color: #f6a9b4;
}

.custombtn.transparent.xwglpthbtn.sam:hover {
  color: #fbb133;
}

.custombtn.transparent.xwglpthbtn.cs:hover {
  color: #f0833b;
}

.custombtn.transparent.xwglpthbtn.xcon:hover {
  color: var(--purple-dark);
}

.custombtn.releasebtn {
  border: 1px solid var(--body-color);
  min-width: 150px;
  color: var(--primaty-purple);
  background-color: #0000;
  margin-bottom: 15px;
  font-family: Polysans Slim, Arial, sans-serif;
  text-decoration: none;
}

.custombtn.releasebtn.active {
  background-color: var(--primaty-purple);
  color: var(--body-color-light);
  -webkit-text-stroke-color: var(--primaty-purple);
}

.custombtn.mt20 {
  margin-top: 20px;
}

.custombtn.mt20.btnminw {
  width: 210px;
}

.custombtn.communitybtn {
  border: 1px solid var(--body-color);
  width: 210px;
  color: var(--primaty-purple);
  background-color: #0000;
  margin-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Polysans Slim, Arial, sans-serif;
  text-decoration: none;
}

.custombtn.communitybtn.active {
  background-color: var(--primaty-purple);
  color: var(--body-color-light);
  -webkit-text-stroke-color: var(--primaty-purple);
}

.custombtn.communitybtn.pagination {
  border-color: var(--purple-dark);
  color: var(--purple-dark);
}

.custombtn.communitybtn.pagination:hover {
  background-color: var(--purple-dark);
  color: var(--body-color-light);
}

.custombtn.communitybtn.bold {
  font-family: Polysans Bulky, Arial, sans-serif;
  font-size: 16px;
  line-height: 19px;
}

.custombtn.communitybtn.bold.mt20.wesove {
  border-color: var(--primaty-purple);
}

.custombtn.hllinkbtn {
  margin-top: 20px;
}

.custombtn.fhbpurplesec {
  margin-top: 30px;
}

.custombtn.fhbpurplesec.greenbtn {
  background-color: var(--green-medium);
}

.custombtn.fhbpurplesec.greenbtn:hover {
  background-color: var(--green-light);
}

.custombtn.fhbpurplesec.greenbtn.mr20 {
  margin-right: 20px;
}

.custombtn.fhbpurplesec.redbtn {
  background-color: var(--red-medium);
}

.custombtn.fhbpurplesec.redbtn:hover {
  background-color: var(--red-light);
}

.custombtn.fhbpurplesec.redbtn.mr20 {
  margin-right: 20px;
}

.custombtn.fhbpurplesec.yellowbtn {
  background-color: var(--yellow-medium);
}

.custombtn.fhbpurplesec.yellowbtn:hover {
  background-color: var(--yellow-light);
  color: var(--body-color);
}

.custombtn.fhbpurplesec.yellowbtn.mr20, .custombtn.fhbpurplesec.mr20 {
  margin-right: 20px;
}

.custombtn.fhbpurplesec.verdict.invert {
  border: 1px solid var(--primaty-purple);
  color: var(--purple-dark);
  -webkit-text-stroke-color: var(--purple-dark);
  background-color: #0000;
}

.custombtn.fhbpurplesec.verdict.invert:hover {
  background-color: var(--purple-dark);
  color: var(--body-color-light);
}

.custombtn.fhbpurplesec.border {
  border: 1px solid var(--primaty-purple);
  background-color: var(--primaty-purple);
}

.custombtn.fhbpurplesec.border:hover {
  border-color: var(--purple-light);
  background-color: var(--purple-light);
}

.custombtn.fa.fa-arrow-right {
  align-self: center;
  width: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.custombtn.fa.fa-arrow-right.popupshow {
  border: 1px solid var(--purple-dark);
  color: var(--purple-dark);
  background-color: #0000;
  justify-content: center;
  align-items: center;
}

.custombtn.fa.fa-arrow-right.popupshow:hover {
  background-color: var(--purple-dark);
  color: var(--white);
}

.custombtn.fa.fa-arrow-right.hlbtn {
  margin-left: auto;
  display: flex;
}

.custombtn.videobtn {
  height: 40px;
  padding: 5px 15px;
  position: absolute;
}

.custombtn.outline {
  border: 1px solid var(--purple-dark);
  color: var(--purple-dark);
  background-color: #0000;
}

.custombtn.outline:hover {
  background-color: var(--purple-dark);
  color: var(--body-color-light);
}

.custombtn.hide {
  display: none;
}

.custombtn.videocdnbtn {
  height: 40px;
  padding: 5px 15px;
  position: absolute;
}

.custombtn.whitebg {
  background-color: var(--body-color-light);
  color: var(--primaty-purple);
}

.custombtn.whitebg.colbtn1 {
  color: #f6a9b4;
  border: 1px solid #f6a9b4;
}

.custombtn.whitebg.colbtnxwglp {
  width: 200px;
  margin-bottom: auto;
}

.custombtn.whitebg.colbtnxwglp.colbtn2 {
  color: #fbb133;
  border: 1px solid #fbb133;
}

.custombtn.whitebg.colbtnxwglp.colbtn3 {
  color: #f0833b;
  border: 1px solid #f0833b;
}

.custombtn.xwgbtnnew {
  width: 225px;
}

.custombtn.whitebtn {
  background-color: var(--body-color-light);
  color: var(--purple-dark);
}

.custombtn.whitebtn.estatebtnnext {
  margin-top: 15px;
  padding-top: 0;
}

.custombtn.whitebtn.xcon {
  border: 1px solid var(--purple-dark);
  width: 200px;
  font-size: 16px;
  line-height: 24px;
}

.custombtn.floatingbtn {
  transform-origin: 100% 50px;
  transform: rotate(-90deg);
}

.custombtn.formbtn {
  background-color: var(--purple-dark);
  width: 198px;
}

.custombtn.formbtn:hover {
  background-color: var(--primaty-purple);
}

.custombtn.formbtn.ebtn {
  color: #002925;
  background-color: #fff3e7;
  border-radius: 0;
  width: 160px;
  height: 45px;
  font-family: Polysans Median, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.align-center {
  text-align: center;
}

.align-center.boldtag {
  font-family: Polysans Bulky, Arial, sans-serif;
}

.align-center.buyingbdb {
  margin-bottom: 30px;
}

.align-center.mt20 {
  margin-top: 20px;
  margin-bottom: 0;
}

.align-center.mediansubtext {
  font-family: Polysans Median, Arial, sans-serif;
}

.align-center.mediansubtext.mb30 {
  margin-bottom: 30px;
}

.align-center.bulkytxt {
  font-family: Polysans Bulky, Arial, sans-serif;
}

.secheading {
  font-size: 48px;
  line-height: 50px;
}

.secheading.align-center.mb-20 {
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Polysans Neutral, Arial, sans-serif;
  font-weight: 400;
}

.secheading.align-center.mb-20.community {
  margin-top: 0;
  font-size: 42px;
  line-height: 45px;
}

.secheading.align-center.mb-20.about {
  margin-top: 0;
  font-family: Polysans Slim, Arial, sans-serif;
  font-size: 42px;
  line-height: 45px;
}

.secheading.align-center.mb-20.about.cpx {
  color: var(--green-medium);
}

.secheading.align-center.mb-20.about.cpx.light {
  color: var(--green-light);
}

.secheading.align-center.mb-20.about.pdbheding, .secheading.align-center.mb-20.about.story {
  margin-bottom: 30px;
}

.secheading.align-center.glanceheading {
  margin-bottom: 20px;
  font-size: 64px;
  font-weight: 400;
  line-height: 73px;
}

.secheading.align-center.glanceheading.green {
  color: var(--green-medium);
}

.secheading.align-center.glanceheading.blue {
  color: var(--blue-medium);
}

.secheading.align-center.glanceheading.yellow {
  color: var(--yellow-medium);
}

.secheading.align-center.glanceheading.mobileheading.purple, .secheading.align-center.glanceheading.mobileheading.purplelight {
  color: var(--purple-light);
}

.secheading.small.filter {
  font-size: 21px;
  line-height: 30px;
}

.secheading.purple.small.yellow.bxw.align-center.mt0, .secheading.purple.small.yellow.bxw.align-center.yellowmain, .secheading.purple.small.align-center.redy-see-difference {
  margin-top: 0;
}

.secheading.purple.small.comsubh {
  color: #fff;
  text-align: center;
  text-align: center;
  font-family: Polysans Neutral, Arial, sans-serif;
  font-style: italic;
}

.secheading.red.small {
  color: var(--red-medium);
  font-family: Polysans Neutral, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

.secheading.red.small.mb-25 {
  margin-top: 0;
  margin-bottom: 25px;
}

.secheading.red.small.mb-25.green {
  color: var(--green-medium);
}

.secheading.red.small.mb-25.blue {
  color: var(--blue-medium);
}

.secheading.red.small.mb-25.yellow {
  color: var(--yellow-dark);
}

.secheading.red.small.mb-25.yellow.mt70 {
  margin-top: 70px;
}

.secheading.red.small.mb-25.mobileheading {
  color: var(--body-color);
}

.secheading.contentheading.about.small {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Polysans Neutral, Arial, sans-serif;
  font-size: 42px;
  font-weight: 400;
  line-height: 45px;
}

.secheading.contentheading.about.small.mt0 {
  text-align: left;
  margin-top: 0;
  line-height: 50px;
}

.secheading.contentheading.about.small.bordertop {
  border-top: 1px solid var(--body-color);
  padding-top: 10px;
}

.secheading.contentheading.about.small.ambitionheading {
  margin-top: 0;
}

.secheading.contentheading.about.small.xwgsecth {
  color: #f6a9b4;
}

.secheading.contentheading.about.small.xwgsecth.sam {
  color: #fbb133;
}

.secheading.contentheading.about.small.xwgsecth.sam.readytext {
  color: #f0b4aa;
  -webkit-text-stroke-color: #e7a59a;
}

.secheading.contentheading.about.small.xwgsecth.cs {
  color: #f0833b;
}

.secheading.contentheading.about.small.xwglpcolsnew {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 48px;
}

.secheading.contentheading.about.small.xcon {
  color: #c65c8c;
}

.secheading.contentheading.about.xconheading {
  color: #c65c8c;
  margin-top: 0;
  font-family: Polysans Neutral, Arial, sans-serif;
  font-weight: 400;
}

.secheading.purple {
  color: #9b3a73;
}

.secheading.purple.small.yellow.bxw.align-center.mt0, .secheading.purple.small.yellow.bxw.align-center.yellowmain, .secheading.purple.small.align-center.redy-see-difference {
  margin-top: 0;
}

.secheading.purple.small.comsubh {
  color: #fff;
  text-align: center;
  text-align: center;
  font-family: Polysans Neutral, Arial, sans-serif;
  font-style: italic;
}

.secheading.purple.align-center.mb25 {
  margin-bottom: 25px;
  font-weight: 400;
}

.secheading.purple.align-center.mb25.careertextheading {
  font-family: Polysans Neutral, Arial, sans-serif;
}

.secheading.purple.align-center.mb25.careertextheading.mt0 {
  color: var(--body-color);
  margin-top: 0;
}

.secheading.purple.small {
  font-size: 42px;
  font-weight: 400;
  line-height: 48px;
}

.secheading.purple.small.mb0 {
  color: var(--body-color);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Polysans Neutral, Arial, sans-serif;
  line-height: 50px;
}

.secheading.purple.small.mb0.red {
  margin-top: 0;
  padding-bottom: 5px;
}

.secheading.purple.small.mb0.green {
  color: var(--green-medium);
}

.secheading.purple.small.mb0.blue {
  color: var(--blue-medium);
}

.secheading.purple.small.mb0.yellow {
  color: var(--yellow-dark);
}

.secheading.purple.small.single {
  color: var(--body-color);
}

.secheading.purple.small.cpx {
  color: var(--green-medium);
  font-family: Polysans Median, Arial, sans-serif;
}

.secheading.purple.small.cpx.mb40 {
  margin-bottom: 40px;
}

.secheading.purple.small.cpx.align-center.italic {
  margin-top: 0;
  font-style: italic;
}

.secheading.purple.small.light {
  color: #fff;
}

.secheading.purple.small.blue.sxw {
  color: var(--blue-dark);
  font-family: Polysans Median, Arial, sans-serif;
}

.secheading.purple.small.blue.sxw.mobileheading {
  color: var(--blue-medium);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Polysans Neutral, Arial, sans-serif;
}

.secheading.purple.small.yellow.bxw {
  color: var(--yellow-dark);
  font-family: Polysans Neutral, Arial, sans-serif;
}

.secheading.purple.small.yellow.bxw.align-center.mt0, .secheading.purple.small.yellow.bxw.align-center.yellowmain, .secheading.purple.small.align-center.redy-see-difference {
  margin-top: 0;
}

.secheading.purple.small.align-center.bxw {
  color: var(--yellow-dark);
  font-family: Polysans Neutral, Arial, sans-serif;
}

.secheading.purple.small.align-center.bxw.partnernew {
  margin-top: 0;
}

.secheading.purple.small.red.mb20 {
  margin-bottom: 20px;
}

.secheading.purple.small.comsubh {
  color: #fff;
  text-align: center;
  text-align: center;
  font-family: Polysans Neutral, Arial, sans-serif;
  font-style: italic;
}

.secheading.purple.small.mb25 {
  color: var(--body-color);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Polysans Neutral, Arial, sans-serif;
}

.secheading.purple.small.mb25.green {
  color: var(--green-light);
}

.secheading.purple.small.mb25.yellow {
  color: var(--yellow-medium);
}

.secheading.purple.small.comsubh {
  color: #fff;
  text-align: center;
  text-align: center;
  font-family: Polysans Neutral, Arial, sans-serif;
  font-style: italic;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.pdt0 {
  padding-top: 0;
}

.section.pdt0.pb0, .section.pdt0.masterpalnsection {
  padding-bottom: 0;
}

.section.pdt0.ourteam-mainsection {
  padding-bottom: 40px;
}

.section.pdtb0 {
  padding-top: 0;
  padding-bottom: 0;
}

.section.pdtb0.communities {
  padding-bottom: 40px;
}

.section.pdtb0.xwglptop {
  align-items: center;
  display: flex;
}

.section.pdtb0.sectionxwglpbanner {
  position: relative;
}

.section.coming-soon {
  background-color: #5e2751;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.section.redbg {
  background-color: var(--red-dark);
  color: var(--red-medium);
}

.section.redbg.glance.green {
  background-color: var(--green-dark);
}

.section.redbg.glance.green.med {
  background-color: var(--green-medium);
  color: #fff;
  font-size: 18px;
}

.section.redbg.glance.blue {
  background-color: var(--blue-dark);
}

.section.redbg.glance.yellow {
  background-color: var(--yellow-dark);
}

.section.redbg.glance.purple {
  background-color: var(--purple-dark);
  color: var(--purple-dark);
}

.section.redbg.glance.purple.pdtb-small {
  padding-top: 30px;
  padding-bottom: 30px;
}

.section.pdb0 {
  padding-bottom: 0;
}

.section.pdb0.mapsectionpd {
  padding-top: 40px;
}

.section.brochurebanner {
  color: #fff3e7;
  background-color: #002925;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.section.brochurebanner.purplenew {
  color: #e3dbd8;
  background-color: #6d1b34;
}

.section.brochurebanner.purplenew.dark.backgroundx.aboutbanner {
  color: var(--body-color-light);
}

.section.lightbgnew {
  background-color: #fff3e7;
}

.section.lightbgnew.br {
  background-color: var(--body-color-light);
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.lightbgnew.br.xwg {
  background-color: var(--body-color-light);
  color: var(--body-color);
}

.section.lightbgnew.br.xwg.lp {
  background-color: var(--f1eacf-light);
}

.section.greenbg {
  background-color: #002925;
}

.section.greenbg.lighttxt {
  background-color: var(--green-medium);
  color: var(--green-light);
  padding-bottom: 50px;
}

.section.greenbg.lighttxt.pd50 {
  padding-top: 50px;
}

.section.greenbg.lighttxt.pd50.xwg {
  color: #e3dbd8;
  padding-bottom: 50px;
}

.section.greenbg.lighttxt.xwg {
  background-color: var(--primaty-purple);
  color: var(--purple-light);
  padding-bottom: 70px;
}

.section.pd0 {
  flex-flow: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.pd0.lightbgxwg {
  background-color: var(--body-color-light);
}

.section.pd0.lightbgcxw {
  background-color: #fff3e7;
}

.section.pdt50 {
  padding-top: 50px;
}

.section.lightbgxwg {
  background-color: var(--body-color-light);
}

.section.ourteamsection {
  padding-bottom: 40px;
}

.section.bgpurplelight {
  background-color: #efdae5;
  background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/6926f69a5889d0ccd99f5ac9_x_logo_mono_black_rgb%20(9).svg");
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
}

.section.bgpurplelight.green {
  background-color: var(--green-dark);
  background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/6928137a5efbb57340fc7850_Mask%20Group%2010.svg");
  border-bottom: 1px solid #fff;
}

.section.bgpurplelight.red {
  background-color: var(--red-dark);
}

.section.bgpurplelight.yellow {
  background-color: var(--yellow-dark);
}

.section.pdb70 {
  padding-bottom: 60px;
}

.section.pdb70.pdbclass {
  padding-bottom: 20px;
}

.section.yellowbglight {
  background-color: #fef3d3;
}

.section.wiselysection {
  padding-bottom: 40px;
}

.section.timelinebg {
  background-color: #f1eace;
}

.section.industrybanner {
  background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/6937e609e162950314349510_xwg_cta_banner_industrial.jpg");
  background-position: 50%;
  background-size: cover;
}

.section.industrybanner.salesxwise {
  background-color: var(--blue-dark);
  background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/6937e0c24efdf2f12f1491cd_xwg_cta_banner_sxw.jpg");
  background-size: cover;
}

.section.industrybanner.buildxwise {
  background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/6937e133ee298c52123609e9_xwg_cta_banner_bxw.jpg");
}

.section.industrybanner.wollert {
  background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/6937e5ee96f26542482a46cb_xwg_cta_banner_wollert.jpg");
}

.section.industrybanner.capitalxwise {
  background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/6937e63c99d3e06d2d0da4b7_xwg_cta_banner_cxw.jpg");
}

.section.industrybanner.landxwise {
  background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/6937e768678cf57802e4ac5c_xwg_cta_banner_lxw.jpg");
}

.section.pdb30 {
  padding-bottom: 30px;
}

.section.pdt40 {
  padding-top: 40px;
}

.section.xwglptop {
  padding-top: 25px;
  padding-bottom: 25px;
}

.section.xwglpth {
  color: var(--body-color-light);
  background-color: #0b2332;
  background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69e6f2beb5c8083dfb3149b5_thornhill_pattern_white.webp");
  background-repeat: no-repeat;
  background-size: 100%;
}

.section.xwglpth.samara {
  background-image: linear-gradient(287deg, #15443200, #154432), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69c60158feb0ab96aa291a15_LXR0001%20Samara%20Fraser%20Rise%20-%20Illustration.jpg");
  background-position: 0 0, 100% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.xwglpth.cs {
  background-color: #151034;
  background-image: none;
}

.section.xwglpth.cs.cobblebg {
  background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69c66cb48312ca3bc8d81e5d_gobble-bg.jpg");
  background-position: 0 0;
  background-size: auto;
}

.section.purplebgdark {
  background-color: var(--purple-dark);
}

.section.purplebgdark.xcon {
  color: var(--body-color-light);
}

.section.purplebgdark.xcon.plumpton {
  margin-top: 5px;
}

.section.pdb50 {
  padding-bottom: 50px;
}

.section.lightbg {
  background-color: var(--light-bg);
}

.section.lightbg.pattern {
  background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69e6fcaf6b837ab0d867ee4e_xwg_x_pattern_xwg_black.webp");
  background-position: 50%;
  background-size: contain;
}

.section.footer {
  background-color: var(--purple-dark);
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.abovezero.borderbottom {
  border-bottom-color: var(--purple-dark);
}

.formwrappermain {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.input-text {
  text-shadow: none;
  background-color: #fff0;
  border: 0 solid #000;
  border-bottom: 1px solid #7070705c;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 24px;
}

.input-text:active, .input-text:focus {
  border-bottom-color: var(--purple-dark);
}

.input-text::placeholder {
  color: #686351;
  opacity: 1;
}

.input-text.efield {
  color: #fff3e7;
  border-bottom-color: #fff3e7;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
  line-height: 14px;
}

.input-text.efield::placeholder {
  color: #fff3e7;
}

.input-text.light {
  border-bottom-color: var(--purple-light);
  color: var(--white);
}

.input-text.light::placeholder {
  color: var(--white);
}

.input-text.light.hiddeninput {
  z-index: 0;
  position: fixed;
  top: -999999px;
  left: -10000000px;
}

.input-text.light.small {
  height: 40px;
  padding-bottom: 10px;
  font-size: 12px;
}

.input-text.light.small.sel {
  height: 35px;
  line-height: 20px;
}

.input-text.textarea {
  min-height: 140px;
}

.input-text.textarea.light.small {
  min-height: 80px;
}

.checkboxwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.input-checklabel {
  font-size: 12px;
  line-height: 28px;
}

.input-checklabel.light {
  color: var(--white);
}

.formbtnwrapper {
  text-align: center;
  margin-top: 28px;
}

.footerlogo {
  width: 240px;
  margin-bottom: 20px;
}

.linklight {
  color: var(--white);
  border-bottom: 0 solid #000;
  text-decoration: none;
}

.footerheading {
  color: var(--primaty-purple);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Polysans Slim, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.footerheading.mb0 {
  margin-bottom: 0;
}

.footermenulist {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #f1eacf;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.socialicons {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  display: flex;
}

.sociallink {
  background-color: var(--primaty-purple);
  border-radius: 25px;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 35px;
  height: 35px;
  text-decoration: none;
  display: flex;
}

.footercols.bottom {
  margin-top: 50px;
}

.megamenu {
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  min-height: 70vh;
  margin-left: 0;
  padding: 5px 0 40px;
  position: static;
}

.megamenu.res {
  border-width: 0;
  border-radius: 0;
  padding-left: 22px;
}

.megamenu.container-small {
  min-height: 100vh;
}

.megamenuwrapper {
  z-index: 999;
  background-color: var(--white);
  opacity: 1;
  text-align: center;
  border-top: 1px solid #ccc;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  display: flex;
  position: fixed;
  inset: auto auto auto 0%;
}

.megamenuwrapper.dnone {
  display: none;
}

.megamenuwrapper.hide {
  height: 100%;
  display: none;
}

.megamenuwrapper.hide.dnone {
  display: block;
  position: fixed;
  top: auto;
}

.mmcolumns {
  height: 100%;
  margin-top: 20px;
  display: flex;
}

.mmmenulist.main {
  text-align: left;
}

.mmmenulist.mtcstm {
  margin-top: 30px;
}

.mmlinkwrapper {
  grid-column-gap: 2px;
  text-align: left;
  align-items: center;
  font-family: Polysans Neutral, Arial, sans-serif;
  font-size: 18px;
  display: flex;
}

.mmlinkwrapper.mb5 {
  margin-bottom: 5px;
}

.mmlinkwrapper.mb-15 {
  grid-column-gap: 0px;
  grid-row-gap: 5px;
  margin-bottom: 25px;
}

.mmlinkwrapper.hide {
  display: none;
}

.median {
  font-family: Polysans Median, Arial, sans-serif;
}

.median.mb30 {
  margin-bottom: 30px;
}

.socialicon {
  color: var(--purple-light);
  margin-bottom: 0;
  font-size: 20px;
  text-decoration: none;
}

.pagecontent.pdl20 {
  padding-left: 20px;
}

.pagecontent.pdr40 {
  padding-right: 40px;
}

.pagecontent.pdr20 {
  padding-right: 20px;
}

.pagecontent.pdr20.customwidth {
  width: 515px;
  max-width: 100%;
  padding-right: 0;
}

.pagecontent.pdr20.customwidth.large {
  width: 646px;
}

.pagecontent.pdr20.customwidth.large.left {
  text-align: left;
}

.footercolright {
  justify-content: flex-start;
  display: flex;
}

.menuheading {
  color: var(--body-color-light);
  font-family: Polysans Median, Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.menuheading.mt0 {
  color: var(--white);
  margin-top: 0;
}

.footerinfotxt {
  color: var(--white);
  font-size: 12px;
  line-height: 16px;
}

.footerinfotxt.xwgright {
  text-align: right;
  font-size: 12px;
  line-height: 18px;
}

.container-small {
  width: 100%;
  max-width: 1200px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-small.tim {
  max-width: 1270px;
}

.headermenu {
  background-color: var(--purple-dark);
}

.topmenuwrapper {
  flex-flow: column;
  justify-content: center;
  min-height: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.menubtninner {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid var(--body-color);
  align-items: center;
  padding-bottom: 10px;
}

.spanmm.fa.fa-angle-down {
  color: var(--purple-dark);
}

.logowrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.enquirebtnheader {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.headercols {
  align-items: center;
  display: flex;
}

.mmcol.borderright {
  border-right: 1px solid #ccc;
}

.mmcol.pl {
  padding-left: 80px;
}

.innerbanner.about {
  background-image: linear-gradient(#0003, #0003), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/692ff2f815879702d49586bf_mom-dad-kids-patio-lunch-with-smile-bonding-family-eating-together.jpg");
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.innerbanner.about.pt70 {
  padding-top: 70px;
}

.innerbanner.about.contact {
  background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/6937ff8953b407e5a3e35efa_priscilla-du-preez-g86airJZ4Gs-unsplash.webp");
  background-position: 0 0, 50%;
}

.innerbanner.about.offers {
  background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/6938001c113689c3cf1031c5_h-img-3.jpg");
  background-position: 0 0, 50%;
}

.innerbanner.about.offers.pagenotfound {
  background-image: linear-gradient(#0000004a, #0000004a), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69ca275cba0c68e6c8c82c28_pemacallan-melbourne-5076470%20copy.jpg");
}

.innerbanner.about.downloads {
  background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/6938017a569d29d6afe9a2cc_image%20(1).png");
  background-position: 0 0, 50% 0;
}

.innerbanner.about.contactpage {
  background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/693011e3d49af6cd62277f63_aerial-view-winding-road-crossing-colorful.jpg");
}

.innerbanner.about.contactpage.corcontact {
  background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69380eba5fe2a35881ec9e80_vision-img-4.jpg");
  background-position: 0 0, 50%;
}

.pl0 {
  padding-left: 0;
}

.contactpagelinks {
  color: var(--purple-dark);
  text-decoration: none;
}

.gtmtagdiv {
  position: absolute;
  inset: -10000000px auto auto -10000000px;
}

.hiddenfield {
  z-index: -1;
  opacity: 0;
  position: absolute;
  inset: -1000000000px auto auto -100000000000px;
}

.container-small.align-right {
  justify-content: flex-end;
  display: flex;
}

.container-small.align-right.xwglp {
  height: 100%;
  display: flex;
}

.container-small.fullheight {
  height: 100%;
}

.container-small.fullheight.flex {
  align-items: center;
  display: flex;
}

.container-small.xconbox {
  max-width: 750px;
}

@media screen and (min-width: 1280px) {
  .nav-dropdown-list.shadow-three.headernav.businesscom {
    min-width: 290px;
  }

  .nav-dropdown-list.shadow-three.headernav.com.w--open {
    top: 35px;
  }

  .megamenubtn.ind {
    width: 200px;
  }

  .heading.bannerheading.homebanner-heding.align-center {
    margin-bottom: 0;
  }

  .secheading.purple.small.light.align-center.mt0 {
    margin-top: 0;
  }

  .secheading.purple.small.comsubh {
    margin-top: 15px;
  }

  .section.xwglpth.samara {
    background-image: linear-gradient(287deg, #15443200, #154432 84%), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69c60158feb0ab96aa291a15_LXR0001%20Samara%20Fraser%20Rise%20-%20Illustration.jpg");
    background-position: 0 0, 100% 0;
  }

  .section.xwglpth.samara.samaragreensection {
    background-image: linear-gradient(287deg, #15443200, #154432 62%), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69c60158feb0ab96aa291a15_LXR0001%20Samara%20Fraser%20Rise%20-%20Illustration.jpg");
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-top: 2px solid #fff;
  }

  .section.xwglpth.cs.cobblebg {
    background-position: 27% 0;
  }

  .iconbox.xcon.borderleftquote {
    min-height: 130px;
  }

  .tabcoltxt.restabminheight.sam.cs {
    min-height: 570px;
  }

  .tabcoltxt.restabminheight.sam.cs.cxw.guide.csnew {
    min-height: 765px;
  }

  .tabcoltxt.restabminheight.sam.cs.cxw.guide.csnew.cobleheight {
    min-height: 640px;
  }

  .tabcoltxt.restabminheight.sam.cs.cxw.guide.csnew.cobleheight.eductiontab {
    min-height: 580px;
  }

  .tabcoltxt.sam {
    min-height: 500px;
  }

  .ccoltxt.big {
    font-size: 18px;
    line-height: 26px;
  }

  .ccoltxt.offer {
    font-size: 16px;
    line-height: 28px;
  }

  .fullwidthimg.aboutimgright {
    height: 330px;
  }

  .pagecontent.pdr50 {
    padding-right: 50px;
  }

  .pagecontent.pdr70 {
    padding-right: 70px;
  }

  .hlinfotxt {
    font-size: 15px;
  }

  .container-small {
    padding-left: 0;
    padding-right: 0;
  }

  .xwglpoverlay.overlaytext {
    margin-top: -90px;
  }

  .xwglpbanner_main.growbanner {
    min-height: 620px;
  }

  .floating-btn {
    top: 60%;
  }
}

@media screen and (min-width: 1440px) {
  .container.foundersection {
    max-width: 1000px;
  }

  .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .nav-link.small {
    font-size: 12px;
    line-height: 15px;
  }

  .nav-link.custombtn {
    padding-left: 38px;
    padding-right: 38px;
  }

  .nav-link.sec.red {
    font-size: 15px;
  }

  .nav-link.breadcrumb {
    padding-right: 5px;
  }

  .nav-link.breadcrumbcurrent {
    padding-left: 0;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.headernav.w--open {
    top: 40px;
  }

  .bannercontent {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .bannercontent.homebannercontent {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .custombtn.transparent {
    background-color: #0000;
    border: 1px solid #f1eacf;
  }

  .secheading.purple.small.cpx.mb40.align-center.mobileheading.italic, .secheading.purple.small.cpx.align-center.italic {
    font-style: italic;
  }

  .secheading.align-center.glanceheading {
    margin-top: 0;
  }

  .secheading.small {
    font-size: 42px;
    line-height: 48px;
  }

  .secheading.purple.small.cpx.mb40.align-center.mobileheading.italic, .secheading.purple.small.cpx.align-center.italic, .secheading.purple.small.cpx.mb40.align-center.mobileheading.italic, .secheading.purple.small.cpx.align-center.italic, .secheading.purple.small.cpx.mb40.align-center.mobileheading.italic, .secheading.purple.small.cpx.align-center.italic, .secheading.purple.small.cpx.mb40.align-center.mobileheading.italic, .secheading.purple.small.cpx.mb40.align-center.mobileheading.italic, .secheading.purple.small.cpx.mb40.align-center.mobileheading.italic, .secheading.purple.small.cpx.mb40.align-center.mobileheading.italic, .secheading.purple.small.cpx.align-center.italic, .secheading.purple.small.cpx.align-center.italic {
    font-style: italic;
  }

  .secheading.red {
    color: var(--red-medium);
  }

  .section.bgpurplelight {
    background-position: 70%;
  }

  .section.industrybanner {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.xwglpth.cs.cobblebg {
    background-position: 23% 0;
  }

  .iconssection.com.cap {
    margin-top: 90px;
  }

  .propcontentinner {
    padding-left: 85px;
    padding-right: 60px;
  }

  .colpd0.colimgcenter {
    background-size: 100% 100%;
  }

  .tabcolsnew {
    justify-content: flex-start;
    align-items: stretch;
  }

  .column.colleftnew {
    justify-content: center;
    align-items: flex-start;
    min-height: 450px;
  }

  .tabcoltxt {
    min-height: 0;
    padding-left: 85px;
  }

  .tabcoltxt.restabminheight {
    padding-left: 85px;
  }

  .tabcoltxt.sam {
    min-height: 500px;
  }

  .tabsectiontop.mediahub {
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    grid-column-gap: 200px;
    grid-row-gap: 200px;
    justify-content: space-between;
  }

  .mmmenulist.main {
    padding-left: 0;
  }

  .cheading.divisionbanner {
    margin-top: 150px;
    margin-bottom: 150px;
  }

  .communitycol {
    text-align: center;
  }

  .ccoltxt.big {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .iconcolheading.foundertitle {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .hidedesktop {
    display: none;
  }

  .divisiontab, .divisiontab.w--current {
    margin-right: 0;
  }

  .divisiontab.blue, .divisiontab.yellow, .divisiontab.purple {
    margin-left: 60px;
    margin-right: 0;
    padding-left: 0;
  }

  .divisiontab.green {
    margin-right: 0;
    padding-left: 60px;
  }

  .divisiontab.green.w--current {
    margin-left: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .divisiontab.blue, .divisiontab.yellow, .divisiontab.purple {
    margin-left: 60px;
    margin-right: 0;
    padding-left: 0;
  }

  .glancecount {
    font-size: 90px;
    line-height: 100px;
  }

  .glancecoltxt {
    font-size: 20px;
    line-height: 25px;
  }

  .glancecoltxt.slim {
    font-size: 16px;
  }

  .teamheading.pop {
    color: var(--purple-dark);
    margin-bottom: 0;
    font-family: Polysans Median, Arial, sans-serif;
    font-size: 32px;
    line-height: 49px;
  }

  .teamposition {
    min-height: auto;
  }

  .headingsectionright.new.flex.single {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: flex-end;
    align-items: center;
  }

  .fullwidthimg.communityright.thornhills {
    object-fit: cover;
    height: 210px;
  }

  .fullwidthimg.communityright.cobblesprings {
    height: 275px;
  }

  .fullwidthimg.aboutimgright {
    height: 340px;
  }

  .lfsdata.pricetxtnew {
    margin-top: 0;
  }

  .lfspopupwrapper {
    justify-content: center;
  }

  .lfspopupwrapper.hide {
    display: none;
  }

  .lfscontainer {
    display: block;
  }

  .lfsfilterdiv.lfspage.hide {
    display: none;
  }

  .filterinfo {
    display: block;
  }

  .pagecontent.pdr20.sxw {
    width: 700px;
    max-width: 100%;
  }

  .pagecontent.pdr20.cpxleft {
    width: 624px;
    max-width: 100%;
  }

  .brochurebannertext {
    bottom: 50px;
  }

  .hlmaindiv {
    font-size: 20px;
  }

  .hlimage {
    width: 100%;
  }

  .hltitle {
    font-size: 30px;
  }

  .hlinfocol {
    flex-flow: wrap;
    padding-left: 0;
    padding-right: 0;
  }

  .hlinfotxt {
    font-size: 14px;
    line-height: 20px;
  }

  .hlinfocols.single {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .hlinfocolnew {
    padding-left: 10px;
  }

  .hlifoimg {
    width: 25px;
    font-size: 19px;
  }

  .hlifoimg.iconsingle {
    width: 25px;
  }

  .teampopupnew {
    height: 100vh;
  }

  .popupimgteam {
    object-position: 50% 10%;
    width: 100%;
    height: 100%;
  }

  .teampoptitle {
    border-left: 4px solid var(--primaty-purple);
    margin-top: 0;
    padding-left: 25px;
  }

  .teampopcontent {
    padding: 50px 30px;
  }

  .teampoptitleinfo {
    font-family: Polysans Neutral, Arial, sans-serif;
    font-size: 25px;
    line-height: 48px;
  }

  .grid-3.valuesgrid {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .text-block-6 {
    font-weight: 400;
  }

  .cols-align-center {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .buttoncols {
    margin-top: 50px;
  }

  .fhbcoldiv {
    min-height: 280px;
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .fhbcoldiv.careers {
    min-height: 382px;
  }

  .smalltxtlxw.customwidth.ind {
    width: 580px;
  }

  .footerinfotxt.xwgright {
    font-size: 12px;
    line-height: 18px;
  }

  .foundercols {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
  }

  .foundercoltxt {
    font-size: 16px;
    line-height: 24px;
  }

  .foundercoltxt.mb25 {
    margin-bottom: 25px;
  }

  .container-small {
    padding-left: 0;
    padding-right: 0;
  }

  .lfspopupenquire {
    justify-content: center;
  }

  .lfspopupenquire.hide {
    display: none;
  }

  .absiconinfo {
    text-align: center;
    width: 160px;
  }

  .nav-link-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
    line-height: 18px;
  }

  .nav-link-2.breadcrumb {
    padding-right: 5px;
  }

  .nav-link-2.breadcrumbcurrent {
    padding-left: 0;
    padding-right: 5px;
  }

  .registerinterestpop {
    justify-content: center;
  }

  .registerinterestpop.hide {
    display: none;
  }

  .lightboxmain {
    height: 100%;
  }

  .teamcontactinfo {
    min-height: auto;
  }

  .registerinterestpop_xwg {
    justify-content: center;
  }

  .registerinterestpop_xwg.hide {
    display: none;
  }

  .lfscontainer_xwg {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .navbar-logo-left-container.shadow-three.sec {
    height: 75px;
    top: 100px;
  }

  .navbar-wrapper {
    height: 75px;
  }

  .nav-dropdown-toggle.sec {
    display: inline-block;
  }

  .nav-dropdown-list.shadow-three {
    border-radius: 0;
  }

  .nav-dropdown-list.shadow-three.headernav.w--open {
    top: 50px;
  }

  .bannercontent {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .bannercontent.homebannercontent {
    padding-top: 220px;
    padding-bottom: 220px;
  }

  .heading.bannerheading.homebanner-heding.align-center.lifesamaraheading {
    margin-bottom: 0;
  }

  .custombtn.floatingbtn.popupbtnxwg {
    justify-content: center;
    align-items: center;
  }

  .pdtb90 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .secheading.purple.small.comsubh.lifeheading {
    margin-top: 0;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.sectionlandsingal {
    padding-bottom: 90px;
  }

  .section.arcivesection {
    padding-bottom: 50px;
  }

  .column.colleftnew {
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .communitybanner.samara {
    padding-top: 180px;
  }

  .cheading {
    margin-top: 0;
  }

  .comminitybannercols {
    padding-top: 180px;
  }

  .glancecount {
    margin-bottom: 15px;
  }

  .brochurebannertext {
    bottom: 90px;
  }

  .hlinfotxt {
    font-size: 14px;
    line-height: 20px;
  }

  .fhbcoldiv {
    flex-flow: column;
    justify-content: center;
    display: block;
  }

  .filterdropdowninner {
    padding-left: 0;
  }

  .filterdropdowninner.pl0 {
    border-bottom: 1px solid #000;
  }

  .container-small {
    margin-left: auto;
    margin-right: auto;
  }

  .topmenuwrapper {
    min-height: 100px;
  }

  .lfsfiltercols {
    padding-bottom: 0;
  }

  .landsellingdiv {
    padding-top: 130px;
  }

  .floating-btn {
    top: 60%;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left-container.shadow-three.sec.red, .navbar-logo-left-container.shadow-three.sec.green, .navbar-logo-left-container.shadow-three.sec.blue, .navbar-logo-left-container.shadow-three.sec.yellow {
    display: block;
  }

  .navbar-logo-left-container.shadow-three.sec.red, .navbar-logo-left-container.shadow-three.sec.green, .navbar-logo-left-container.shadow-three.sec.blue, .navbar-logo-left-container.shadow-three.sec.yellow {
    display: block;
  }

  .navbar-logo-left-container.shadow-three.sec {
    display: none;
  }

  .navbar-logo-left-container.shadow-three.sec.red, .navbar-logo-left-container.shadow-three.sec.green, .navbar-logo-left-container.shadow-three.sec.blue, .navbar-logo-left-container.shadow-three.sec.yellow, .navbar-logo-left-container.shadow-three.sec.red, .navbar-logo-left-container.shadow-three.sec.green, .navbar-logo-left-container.shadow-three.sec.blue, .navbar-logo-left-container.shadow-three.sec.yellow {
    display: block;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: var(--purple-dark);
    flex-flow: row;
    justify-content: center;
  }

  .nav-menu-wrapper.cxw {
    background-color: var(--green-dark);
  }

  .nav-menu-wrapper.lxw {
    background-color: var(--red-dark);
  }

  .nav-menu-wrapper.sxw {
    background-color: var(--blue-dark);
  }

  .nav-menu-wrapper.bxw {
    background-color: var(--yellow-dark);
  }

  .nav-menu-two {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    background-color: #0000;
    border-radius: 0;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link.mmlink.pd0 {
    text-align: left;
    text-align: left;
  }

  .nav-link.custombtn {
    padding-left: 38px;
    padding-right: 38px;
    display: flex;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #0000;
  }

  .megamenubtn {
    text-align: center;
    flex: 0 auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .megamenubtn.ind {
    width: 200px;
  }

  .dark.backgroundx.resbanner.home {
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/699bf7b748882c5762ab701b_shutterstock_1979888120%20copy.jpg");
    background-position: 0 0, 50%;
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/699bf7b748882c5762ab701b_shutterstock_1979888120%20copy.jpg");
    background-position: 0 0, 50%;
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/699bf7b748882c5762ab701b_shutterstock_1979888120%20copy.jpg");
    background-position: 0 0, 50%;
    background-image: linear-gradient(to bottom, null, null), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/699bf7b748882c5762ab701b_shutterstock_1979888120%20copy.jpg");
    background-position: 0 0, 50%;
  }

  .heading.bannerheading.homebanner-heding {
    font-size: 42px;
    line-height: 48px;
  }

  .heading.xwglp.banner.cwgbannerheading {
    font-size: 43px;
    line-height: 46px;
  }

  .heading.xwglp.banner.cwgbannerheading.xcon.xconnecthome {
    width: 395px;
  }

  .paragraph.xwgiconlisttxt.sam.servicelist, .paragraph.xwgiconlisttxt.cs.servicelist, .paragraph.xwgiconlisttxt.servicelist {
    font-size: 14px;
    line-height: 20px;
  }

  .paragraph.bigpara.hbanner {
    font-size: 18px;
  }

  .paragraph.light.helptxt {
    width: 100%;
  }

  .paragraph.light.small.mb15.xwgright {
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: center;
  }

  .paragraph.xwgiconlisttxt.sam.servicelist, .paragraph.xwgiconlisttxt.cs.servicelist, .paragraph.xwgiconlisttxt.servicelist, .paragraph.xwgiconlisttxt.sam.servicelist, .paragraph.xwgiconlisttxt.sam.servicelist, .paragraph.xwgiconlisttxt.cs.servicelist, .paragraph.xwgiconlisttxt.cs.servicelist, .paragraph.xwgiconlisttxt.servicelist {
    font-size: 14px;
    line-height: 20px;
  }

  .custombtn {
    min-width: 195px;
  }

  .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right, .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.purple {
    min-width: auto;
  }

  .custombtn.fa.fa-arrow-right.popupshow, .custombtn.fa.fa-arrow-right.hlbtn {
    min-width: 50px;
    margin-bottom: 10px;
  }

  .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right, .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.purple {
    min-width: auto;
  }

  .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right, .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.purple {
    min-width: auto;
  }

  .custombtn.prop.red.mt20 {
    margin-top: 10px;
  }

  .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right, .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.purple, .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right, .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.purple, .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right, .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.purple, .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right, .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.purple, .custombtn.prop.red.mt20.teampopbtn.fa.fa-arrow-right.purple {
    min-width: auto;
  }

  .custombtn.prop.mr20 {
    margin-bottom: 15px;
  }

  .custombtn.transparent.dark {
    font-size: 14px;
  }

  .custombtn.releasebtn {
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .custombtn.communitybtn {
    text-align: center;
    width: 150px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 13px;
  }

  .custombtn.communitybtn.bold.mt20.nopage {
    height: 50px;
  }

  .custombtn.fa.fa-arrow-right.popupshow, .custombtn.fa.fa-arrow-right.hlbtn, .custombtn.fa.fa-arrow-right.popupshow, .custombtn.fa.fa-arrow-right.hlbtn, .custombtn.fa.fa-arrow-right.popupshow, .custombtn.fa.fa-arrow-right.hlbtn {
    min-width: 50px;
    margin-bottom: 10px;
  }

  .secheading.purple.small.cpx.mb40.mobileheading, .secheading.purple.small.light.whiteheading.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.blue.sxw.mobileheading, .secheading.purple.small.yellow.bxw {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.align-center.bxw.partnernew, .secheading.red.small.mb-25.yellow, .secheading.red.small.mb-25.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.align-center.mb-20 {
    font-size: 36px;
    line-height: 45px;
  }

  .secheading.align-center.mb-20.community {
    font-size: 30px;
    line-height: 40px;
  }

  .secheading.align-center.mb-20.about {
    font-size: 36px;
    line-height: 42px;
  }

  .secheading.align-center.glanceheading {
    font-size: 42px;
    line-height: 48px;
  }

  .secheading.align-center.glanceheading.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.cpx.mb40.mobileheading, .secheading.purple.small.light.whiteheading.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.blue.sxw.mobileheading, .secheading.purple.small.yellow.bxw {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.cpx.mb40.mobileheading, .secheading.purple.small.light.whiteheading.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.blue.sxw.mobileheading, .secheading.purple.small.yellow.bxw {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.mb25 {
    font-size: 30px;
    line-height: 45px;
  }

  .secheading.purple.small.mb0 {
    font-size: 36px;
    line-height: 45px;
  }

  .secheading.purple.small.mb0.red {
    font-size: 26px;
    line-height: 40px;
  }

  .secheading.purple.small.mb0.blue {
    font-size: 26px;
    line-height: 33px;
  }

  .secheading.purple.small.mb0.yellow {
    font-size: 30px;
    line-height: 40px;
  }

  .secheading.purple.small.single {
    font-size: 30px;
    line-height: 36px;
  }

  .secheading.purple.small.cpx.mb40.mobileheading, .secheading.purple.small.light.whiteheading.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.light.whiteheading.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.light.align-center.mt0 {
    margin-top: 0;
  }

  .secheading.purple.small.blue.sxw.mobileheading, .secheading.purple.small.yellow.bxw, .secheading.purple.small.yellow.bxw {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.align-center.redy-see-difference {
    font-size: 30px;
  }

  .secheading.purple.small.align-center.bxw.partnernew, .secheading.red.small.mb-25.yellow, .secheading.red.small.mb-25.mobileheading, .secheading.red.small.mb-25.yellow, .secheading.red.small.mb-25.mobileheading, .secheading.red.small.mb-25.yellow, .secheading.red.small.mb-25.mobileheading, .secheading.red.small.mb-25.yellow, .secheading.red.small.mb-25.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.contentheading.about.small {
    font-size: 32px;
    line-height: 38px;
  }

  .secheading.contentheading.about.xconheading, .secheading.contentheading.about.small {
    font-size: 32px;
    line-height: 38px;
  }

  .secheading.contentheading.about.xconheading, .secheading.contentheading.about.small {
    font-size: 32px;
    line-height: 38px;
  }

  .secheading.contentheading.about.small.mt0.growheading {
    line-height: 38px;
  }

  .secheading.contentheading.about.small.xcon {
    font-size: 26px;
    line-height: 32px;
  }

  .secheading.contentheading.about.xconheading {
    font-size: 32px;
    line-height: 38px;
  }

  .section {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .section.redbg.glance.green.med, .section.abovezero {
    padding-bottom: 60px;
  }

  .section.redbg.glance.green.med, .section.abovezero {
    padding-bottom: 60px;
  }

  .section.industrybanner {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section.xwglpth.samara.samaragreensection {
    background-image: linear-gradient(287deg, #15443200, #154432 42%), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69c60158feb0ab96aa291a15_LXR0001%20Samara%20Fraser%20Rise%20-%20Illustration.jpg");
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.xwglpth.cs.cobblebg {
    background-position: 92%;
  }

  .section.follosection {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .iconbox.xcon.withicon {
    margin-bottom: 20px;
  }

  .iconbox.xcon.withicon.lightbg {
    overflow-wrap: break-word;
    overflow-wrap: break-word;
    padding-left: 30px;
  }

  .propcontentinner {
    padding-left: 20px;
    padding-right: 20px;
  }

  .propertycols.rev {
    flex-flow: row;
    display: flex;
  }

  .container-2 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .helpdivinner, .helpdivinner.samara.loc {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.loc.lifestyle, .helpdivinner.samara.loc.lifestyle.thorn, .helpdivinner.samara.loc.lifestyle.cs, .helpdivinner.samara.loc.education, .helpdivinner.samara.loc.education.thorn, .helpdivinner.samara.loc.education.cs, .helpdivinner.samara.loc.investment, .helpdivinner.samara.loc.investment.thorn, .helpdivinner.samara.loc.investment.cs, .helpdivinner.samara.loc.thorn, .helpdivinner.samara.loc.cs {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.red.tab1.tab2, .helpdivinner.samara.red.tab1.tab2.green, .helpdivinner.samara.red.tab1.tab2.yellow, .helpdivinner.samara.red.tab1.tab3, .helpdivinner.samara.red.tab1.tab3.yellow, .helpdivinner.samara.red.tab1.green, .helpdivinner.samara.red.tab1.blue, .helpdivinner.samara.red.tab1.blue.tab3, .helpdivinner.samara.red.tab1.blue.tab2, .helpdivinner.samara.red.tab1.blue.tab4, .helpdivinner.samara.red.tab1.yellow, .helpdivinner.samara.red.tab1.lxw {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.wctab1, .helpdivinner.samara.wctab2, .helpdivinner.samara.wctab3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.aboutxtab, .helpdivinner.aboutxtab.careertab1, .helpdivinner.aboutxtab.businesspark, .helpdivinner.aboutxtab.businesstab2, .helpdivinner.aboutxtab.businesstab3, .helpdivinner.aboutxtab.careertab3, .helpdivinner.aboutlandtab {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.aboutxsales, .helpdivinner.aboutxbuild, .helpdivinner.xfactor, .helpdivinner.xfactor.home, .helpdivinner.land, .helpdivinner.land.home, .helpdivinner.build, .helpdivinner.build.home, .helpdivinner.houseland, .helpdivinner.support.home {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.loc {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.loc.lifestyle, .helpdivinner.samara.loc.lifestyle.thorn, .helpdivinner.samara.loc.lifestyle.cs, .helpdivinner.samara.loc.education, .helpdivinner.samara.loc.education.thorn, .helpdivinner.samara.loc.education.cs, .helpdivinner.samara.loc.investment, .helpdivinner.samara.loc.investment.thorn, .helpdivinner.samara.loc.investment.cs, .helpdivinner.samara.loc.thorn, .helpdivinner.samara.loc.cs {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.red.tab1.tab2, .helpdivinner.samara.red.tab1.tab2.green, .helpdivinner.samara.red.tab1.tab2.yellow, .helpdivinner.samara.red.tab1.tab3, .helpdivinner.samara.red.tab1.tab3.yellow, .helpdivinner.samara.red.tab1.green, .helpdivinner.samara.red.tab1.blue, .helpdivinner.samara.red.tab1.blue.tab3, .helpdivinner.samara.red.tab1.blue.tab2, .helpdivinner.samara.red.tab1.blue.tab4, .helpdivinner.samara.red.tab1.yellow, .helpdivinner.samara.red.tab1.lxw {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.wctab1, .helpdivinner.samara.wctab2, .helpdivinner.samara.wctab3, .helpdivinner.samara.loc {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.loc.lifestyle, .helpdivinner.samara.loc.lifestyle.thorn, .helpdivinner.samara.loc.lifestyle.cs, .helpdivinner.samara.loc.education, .helpdivinner.samara.loc.education.thorn, .helpdivinner.samara.loc.education.cs, .helpdivinner.samara.loc.investment, .helpdivinner.samara.loc.investment.thorn, .helpdivinner.samara.loc.investment.cs, .helpdivinner.samara.loc.thorn, .helpdivinner.samara.loc.cs, .helpdivinner.samara.loc.lifestyle, .helpdivinner.samara.loc.lifestyle.thorn, .helpdivinner.samara.loc.lifestyle.cs, .helpdivinner.samara.loc.lifestyle.thorn, .helpdivinner.samara.loc.lifestyle.cs, .helpdivinner.samara.loc.education, .helpdivinner.samara.loc.education.thorn, .helpdivinner.samara.loc.education.cs, .helpdivinner.samara.loc.education.thorn, .helpdivinner.samara.loc.education.cs, .helpdivinner.samara.loc.investment, .helpdivinner.samara.loc.investment.thorn, .helpdivinner.samara.loc.investment.cs, .helpdivinner.samara.loc.investment.thorn, .helpdivinner.samara.loc.investment.cs, .helpdivinner.samara.loc.thorn, .helpdivinner.samara.loc.cs {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.red {
    background-image: none;
  }

  .helpdivinner.samara.red.tab1.tab2, .helpdivinner.samara.red.tab1.tab2.green, .helpdivinner.samara.red.tab1.tab2.yellow, .helpdivinner.samara.red.tab1.tab3, .helpdivinner.samara.red.tab1.tab3.yellow, .helpdivinner.samara.red.tab1.green, .helpdivinner.samara.red.tab1.blue, .helpdivinner.samara.red.tab1.blue.tab3, .helpdivinner.samara.red.tab1.blue.tab2, .helpdivinner.samara.red.tab1.blue.tab4, .helpdivinner.samara.red.tab1.yellow, .helpdivinner.samara.red.tab1.lxw {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.red.tab1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.red.tab1.tab2, .helpdivinner.samara.red.tab1.tab2.green, .helpdivinner.samara.red.tab1.tab2.yellow, .helpdivinner.samara.red.tab1.tab3, .helpdivinner.samara.red.tab1.tab3.yellow, .helpdivinner.samara.red.tab1.green, .helpdivinner.samara.red.tab1.blue, .helpdivinner.samara.red.tab1.blue.tab3, .helpdivinner.samara.red.tab1.blue.tab2, .helpdivinner.samara.red.tab1.blue.tab4, .helpdivinner.samara.red.tab1.yellow, .helpdivinner.samara.red.tab1.lxw, .helpdivinner.samara.red.tab1.tab2, .helpdivinner.samara.red.tab1.tab2.green, .helpdivinner.samara.red.tab1.tab2.yellow, .helpdivinner.samara.red.tab1.tab2.green, .helpdivinner.samara.red.tab1.tab2.yellow, .helpdivinner.samara.red.tab1.tab3, .helpdivinner.samara.red.tab1.tab3.yellow, .helpdivinner.samara.red.tab1.tab3.yellow, .helpdivinner.samara.red.tab1.green, .helpdivinner.samara.red.tab1.blue, .helpdivinner.samara.red.tab1.blue.tab3, .helpdivinner.samara.red.tab1.blue.tab2, .helpdivinner.samara.red.tab1.blue.tab4, .helpdivinner.samara.red.tab1.blue.tab3, .helpdivinner.samara.red.tab1.blue.tab2, .helpdivinner.samara.red.tab1.blue.tab4, .helpdivinner.samara.red.tab1.yellow, .helpdivinner.samara.red.tab1.lxw {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.wctab1, .helpdivinner.samara.wctab2, .helpdivinner.samara.wctab3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.aboutxtab, .helpdivinner.aboutxtab.careertab1, .helpdivinner.aboutxtab.businesspark, .helpdivinner.aboutxtab.businesstab2, .helpdivinner.aboutxtab.businesstab3, .helpdivinner.aboutxtab.careertab3, .helpdivinner.aboutxtab.careertab1, .helpdivinner.aboutxtab.businesspark, .helpdivinner.aboutxtab.businesstab2, .helpdivinner.aboutxtab.businesstab3, .helpdivinner.aboutxtab.careertab3, .helpdivinner.aboutlandtab {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.aboutcaptab {
    background-image: none;
  }

  .helpdivinner.aboutxsales, .helpdivinner.aboutxbuild, .helpdivinner.xfactor, .helpdivinner.xfactor.home, .helpdivinner.xfactor.home, .helpdivinner.land, .helpdivinner.land.home, .helpdivinner.land.home, .helpdivinner.build, .helpdivinner.build.home, .helpdivinner.build.home, .helpdivinner.houseland, .helpdivinner.support.home, .helpdivinner.support.home {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .colimgright {
    text-align: left;
    flex: none;
    align-self: center;
  }

  .colpd0.colimgcenter {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
    display: none;
  }

  .tabcolsnew {
    flex-flow: column-reverse wrap;
    place-content: flex-start center;
    align-items: center;
    width: 100%;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .column.colleftnew.comantabheightnew {
    min-height: 450px;
  }

  .tabcoltxt {
    min-height: auto;
    padding-left: 20px;
    display: block;
  }

  .tabcoltxt.restabminheight, .tabcoltxt.restabminheight.sam.cs {
    min-height: auto;
  }

  .tabcoltxt.sam.th, .tabcoltxt.cs, .tabcoltxt.restabminheight, .tabcoltxt.restabminheight.sam.cs {
    min-height: auto;
  }

  .tabcoltxt.restabminheight.sam.cs {
    min-height: auto;
  }

  .tabcoltxt.restabminheight.sam.cs.cxw.guide {
    flex-flow: column;
    min-height: auto;
  }

  .tabcoltxt.sam.th, .tabcoltxt.cs {
    min-height: auto;
  }

  .helpsectionimg.desktopimg {
    display: none;
  }

  .helpsectionimg.tabmobimg, .tabsectiontop {
    display: block;
  }

  .menuicon {
    color: #9b3a73;
  }

  .menuicon.sec {
    color: #fff;
  }

  .communitybanner.samara.thornhill {
    background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/699c13b6ac35cdac38fd0fd9_shutterstock_187697900_th.jpg");
    background-position: 0 0, 50%;
  }

  .comminitybannercols {
    padding-top: 140px;
  }

  .communitycol {
    padding: 50px 10px;
  }

  .communitycol.dark.darkboxes {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hidedesktop {
    text-align: center;
    padding-top: 20px;
    padding-left: 20px;
    display: block;
  }

  .hidedesktop.fullwidthimg.customw {
    object-fit: cover;
    object-fit: cover;
    object-fit: cover;
    max-height: 250px;
  }

  .divisiontab, .divisiontab.w--current {
    margin-right: 20px;
  }

  .tabsdivinner.red.mapbg1, .tabsdivinner.green.mapbg2, .tabsdivinner.blue.mapbg3, .tabsdivinner.yellow.mapbg4, .tabsdivinner.red.mapbg1, .tabsdivinner.red.mapbg1, .tabsdivinner.green.mapbg2, .tabsdivinner.green.mapbg2, .tabsdivinner.blue.mapbg3, .tabsdivinner.blue.mapbg3, .tabsdivinner.yellow.mapbg4, .tabsdivinner.yellow.mapbg4 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-3 {
    max-width: 728px;
  }

  .testimonialcontent, .testimonialcontent.green, .testimonialcontent.green {
    font-size: 24px;
    line-height: 35px;
  }

  .glancecount {
    font-size: 50px;
    line-height: 56px;
  }

  .teamheading.red {
    font-size: 18px;
    line-height: 24px;
  }

  .teamheading.purpletext, .teamheading.red {
    font-size: 18px;
    line-height: 24px;
  }

  .teamheading.blue {
    font-size: 18px;
  }

  .teamheading.purpletext {
    font-size: 18px;
    line-height: 24px;
  }

  .teamposition {
    min-height: 38px;
    font-size: 14px;
    line-height: 18px;
  }

  .headingsectionright.new.flex.single {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
  }

  .contentmpsection {
    overflow: auto;
  }

  .headingcols.filters.hl.single {
    flex-flow: row;
  }

  .fullwidthimg.communityright.about {
    margin-bottom: 40px;
  }

  .grid-2, .grid-2.header {
    width: 900px;
  }

  .grid-2.header {
    width: 900px;
  }

  .grid-2.header.lfspage {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 900px;
    overflow: auto;
  }

  .grid-2.lfspage {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 900px;
  }

  .lfsdata.head {
    font-size: 16px;
  }

  .lfsdata.pricetxtnew {
    font-size: 20px;
    line-height: 30px;
  }

  .lfscoldiv {
    min-height: 60px;
  }

  .lfscoldiv.header {
    min-height: 30px;
  }

  .lfsfilterdiv.lfspage {
    width: 650px;
    max-width: 650px;
  }

  .pagecontent.pdr20.cpxleft.mt30 {
    margin-top: 30px;
  }

  .brcolinner, .brcolinner.three, .brcolinner.first, .brcolinner.four, .brcolinner.three, .brcolinner.first, .brcolinner.four {
    width: 100%;
  }

  .brstat {
    font-size: 40px;
    line-height: 50px;
  }

  .brstat.purple.darkp.small {
    font-size: 24px;
    line-height: 32px;
  }

  .brstatstxt {
    font-size: 18px;
    line-height: 24px;
  }

  .brstatstxt.purple.nominh {
    font-size: 16px;
    line-height: 22px;
  }

  .hltitle {
    font-size: 26px;
  }

  .hlprice {
    font-size: 16px;
    line-height: 24px;
  }

  .hlprice.priceformat.single, .hlprice.single, .hlprice.priceformat.single, .hlprice.priceformat.single, .hlprice.single {
    font-size: 20px;
  }

  .hlpricediv.single {
    margin-bottom: 0;
  }

  .hlinfotxt.single {
    font-size: 18px;
  }

  .hlinfocols.mb10.pl0 {
    flex-flow: row;
    display: flex;
  }

  .hlinfocols.mb10.pl0.hidemob {
    display: none;
  }

  .hlifoimg.iconsingle {
    width: 25px;
  }

  .floorplanimg {
    width: 100%;
    padding-top: 40px;
  }

  .tab-pane-tab-1 {
    position: relative;
    overflow: scroll;
  }

  .tabs-content {
    display: block;
  }

  .text-block-2, .text-block-3, .text-block-4, .text-block-5 {
    font-size: 18px;
  }

  .teamimg {
    height: 200px;
  }

  .pheading {
    font-size: 30px;
    line-height: 38px;
  }

  .grid-3.valuesgrid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .lfslistnew {
    width: 900px;
  }

  .lfslistnew.new {
    width: 100%;
  }

  .image {
    width: 80px;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    font-size: 20px;
  }

  .image-2 {
    width: 80px;
  }

  .cols-align-center.communitycols.about {
    flex-flow: column-reverse wrap;
  }

  .fhbcoldiv {
    padding-left: 30px;
    padding-right: 30px;
  }

  .fhbcoldiv.careers {
    min-height: 320px;
    margin-bottom: 30px;
  }

  .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
    font-size: 16px;
  }

  .careerlogocol {
    margin-bottom: 30px;
  }

  .careerlogocol.cxw {
    min-height: 200px;
  }

  .careersopenings {
    width: 800px;
    overflow: visible;
  }

  .openingcolheading {
    font-size: 16px;
    line-height: 28px;
  }

  .openingcolheading.txt {
    font-size: 16px;
    line-height: 30px;
  }

  .openingcols {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .openingcols.borderbottom {
    display: flex;
  }

  .careersopeningmain {
    overflow: auto;
  }

  .lottitle.main {
    font-size: 20px;
    line-height: 28px;
  }

  .lottitle.rel {
    font-size: 14px;
    line-height: 30px;
  }

  .lfsbtnnew {
    width: 25%;
  }

  .grid-4.filtediv.filtersection.houseland {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .grid-4.filtediv.filtersection.lfs {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .lotinfodiv {
    width: 70%;
  }

  .container-small {
    padding-left: 15px;
    padding-right: 15px;
  }

  .menubtninner {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .mmcol.pl {
    padding-left: 20px;
  }

  .lfsfiltercols {
    flex-flow: column;
    display: flex;
  }

  .lfspopupenquire {
    justify-content: flex-start;
  }

  .gridcommunity {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .gridcommunity.thethornhill {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .gridcommunity.readygrid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .custombtns.mt30 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hlinfodiv {
    padding-left: 15px;
    padding-right: 15px;
  }

  .registerinterestpop {
    justify-content: flex-start;
  }

  .hlicongrid.hideicondesk {
    grid-column-gap: 25px;
    grid-row-gap: 7px;
    grid-column-gap: 25px;
    grid-row-gap: 7px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    justify-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .revcolmob {
    flex-flow: column-reverse;
    display: flex;
  }

  .teamcontactinfo {
    min-height: 38px;
    font-size: 14px;
    line-height: 18px;
  }

  .xwglpoverlay {
    margin-top: -80px;
  }

  .xwgoverlaycol.topboxes {
    padding-left: 10px;
    padding-right: 10px;
  }

  .colitalic.handtext {
    font-size: 16px;
  }

  .absformdivxwglp {
    height: auto;
    display: block;
    position: absolute;
  }

  .registerinterestpop_xwg {
    justify-content: center;
    width: 350px;
  }

  .lfscontainer_xwg {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
  }

  .xwglpbanner_main {
    height: 600px;
    min-height: 600px;
  }

  .section-3 {
    position: relative;
  }

  .liststyle, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .wesolve, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .container.hidesm {
    display: none;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    text-align: left;
    border-radius: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 30px;
    display: block;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-link.drop {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown.sec.ml0 {
    text-align: left;
    text-align: left;
  }

  .nav-dropdown.ml0 {
    align-items: flex-start;
    margin-left: 10px;
    display: block;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-toggle.sec.red.pl0 {
    width: 100%;
    display: flex;
  }

  .nav-dropdown-toggle.pl0 {
    justify-content: space-between;
    display: flex;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-dropdown-list.shadow-three.headernav.w--open {
    top: 0;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .body {
    padding-top: 0;
  }

  .heading.bannerheading.aboutbanner {
    font-size: 42px;
  }

  .heading.bannerheading.homebanner-heding {
    font-size: 38px;
    line-height: 42px;
  }

  .heading.xwglp.banner {
    text-align: center;
    width: 100%;
    font-size: 36px;
    line-height: 42px;
  }

  .heading.xwglp.banner.cwgbannerheading.xcon.xconnecthome {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.bigpara.hbanner.customw {
    width: 100%;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.bigpara.hbanner.customw.xwgbannernew {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.bigpara.hbanner.customw.xcon {
    max-height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph.light.small.mb15.xwgright {
    justify-content: center;
  }

  .paragraph.xwgiconlisttxt {
    font-size: 16px;
  }

  .custombtn.transparent.dark.mb25.mobmb10 {
    margin-bottom: 10px;
  }

  .custombtn.transparent.xwglpthbtn {
    margin-top: 0;
  }

  .custombtn.releasebtn {
    margin-right: 10px;
  }

  .custombtn.communitybtn {
    width: 160px;
    height: 40px;
    margin-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 18px;
  }

  .secheading.purple.small.mb25, .secheading.purple.small.mb0 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.mb0.red, .secheading.purple.small.mb0.blue {
    font-size: 26px;
  }

  .secheading.purple.small.cpx.mb40.align-center.mobileheading, .secheading.purple.small.cpx.mb40.mobileheading, .secheading.purple.small.light.whiteheading.mobileheading, .secheading.purple.small.blue.sxw.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.blue.mobileheading, .secheading.red.small.mb-25.yellow {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25.mobileheading, .secheading.contentheading.about.small {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.contentheading.about.xconheading, .secheading.align-center.mb-20 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.align-center.mb-20 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.align-center.mb-20.community {
    font-size: 30px;
    line-height: 36px;
  }

  .secheading.align-center.mb-20.about {
    font-size: 36px;
    line-height: 42px;
  }

  .secheading.purple.small.mb25, .secheading.purple.small.mb0 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.mb0.red, .secheading.purple.small.mb0.blue {
    font-size: 26px;
  }

  .secheading.purple.small.cpx.mb40.align-center.mobileheading, .secheading.purple.small.cpx.mb40.mobileheading, .secheading.purple.small.light.whiteheading.mobileheading, .secheading.purple.small.blue.sxw.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.mb25, .secheading.purple.small.mb0 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.mb0.red, .secheading.purple.small.mb0.blue {
    font-size: 26px;
  }

  .secheading.purple.small.cpx.mb40.align-center.mobileheading, .secheading.purple.small.cpx.mb40.mobileheading, .secheading.purple.small.light.whiteheading.mobileheading, .secheading.purple.small.blue.sxw.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.mb25, .secheading.purple.small.mb0 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.mb0.red, .secheading.purple.small.mb0.blue, .secheading.purple.small.mb0.red, .secheading.purple.small.mb0.blue {
    font-size: 26px;
  }

  .secheading.purple.small.single {
    margin-top: 0;
    margin-bottom: 0;
  }

  .secheading.purple.small.cpx.mb40.align-center.mobileheading, .secheading.purple.small.cpx.mb40.mobileheading, .secheading.purple.small.cpx.mb40.align-center.mobileheading, .secheading.purple.small.cpx.mb40.mobileheading, .secheading.purple.small.cpx.mb40.align-center.mobileheading, .secheading.purple.small.cpx.mb40.align-center.mobileheading, .secheading.purple.small.cpx.mb40.mobileheading, .secheading.purple.small.light.whiteheading.mobileheading, .secheading.purple.small.light.whiteheading.mobileheading, .secheading.purple.small.light.whiteheading.mobileheading, .secheading.purple.small.blue.sxw.mobileheading, .secheading.purple.small.blue.sxw.mobileheading, .secheading.purple.small.blue.sxw.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.yellow.bxw {
    font-size: 36px;
    line-height: 42px;
  }

  .secheading.purple.align-center.mb25.careertextheading {
    margin-top: 0;
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.blue.mobileheading, .secheading.red.small.mb-25.yellow {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.blue.mobileheading, .secheading.red.small.mb-25.yellow {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25 {
    font-size: 36px;
    line-height: 42px;
  }

  .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.blue.mobileheading, .secheading.red.small.mb-25.yellow {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25.mobileheading, .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.blue.mobileheading, .secheading.red.small.mb-25.blue.mobileheading, .secheading.red.small.mb-25.yellow {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25.yellow.mt70 {
    font-size: 34px;
  }

  .secheading.red.small.mb-25.mobileheading, .secheading.contentheading.about.small {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.contentheading.about.xconheading, .secheading.contentheading.about.small {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.contentheading.about.xconheading, .secheading.contentheading.about.small {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.contentheading.about.small.mt0.growheading {
    line-height: 38px;
  }

  .secheading.contentheading.about.small.xcon {
    font-size: 24px;
    line-height: 30px;
  }

  .secheading.contentheading.about.xconheading {
    font-size: 30px;
    line-height: 38px;
  }

  .section, .section.lightbgnew.br {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.lightbgnew.br {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.abovezero.pdb0.xwg {
    padding-bottom: 0;
  }

  .section.pdb70 {
    padding-bottom: 40px;
  }

  .section.xwglpth {
    background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69c6947991c92e128da549fd_pattren.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .section.xwglpth.samara.samaragreensection {
    background-image: linear-gradient(287deg, #15443200, #154432 27%), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69c60158feb0ab96aa291a15_LXR0001%20Samara%20Fraser%20Rise%20-%20Illustration.jpg");
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.xwglpth.cs.cobblebg {
    background-image: url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69c68676fc62d9a0c5883b78_gobblephone.jpg");
    background-position: 100% 0;
  }

  .iconbox.xcon.withicon {
    margin-bottom: 20px;
  }

  .propcontentinner {
    padding: 20px 10px;
  }

  .propertycols {
    flex-flow: column;
  }

  .propertycols.rev {
    flex-flow: column-reverse;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .promoimg {
    margin-bottom: 15px;
  }

  .helptab {
    margin-right: 40px;
    font-size: 16px;
    line-height: 24px;
  }

  .helptab.w--current {
    margin-right: 40px;
  }

  .helpdivinner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara {
    background-image: none;
  }

  .helpdivinner.samara.loc.lifestyle {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.red.tab1.tab2, .helpdivinner.samara.loc.lifestyle, .helpdivinner.samara.loc.lifestyle {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.red.tab1 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.red.tab1.tab2 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .colimgright {
    padding-top: 10px;
  }

  .colpd0.colimgcenter {
    display: none;
  }

  .column.colleftnew, .column.colleftnew.comantabheightnew, .column.colleftnew, .column.colleftnew.comantabheightnew, .column.colleftnew.comantabheightnew {
    min-height: auto;
  }

  .tabcoltxt {
    padding-left: 10px;
    padding-right: 10px;
  }

  .socialicons.footer {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mob-align-center.xwg {
    text-align: center;
    text-align: center;
  }

  .communitybanner.samara {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/699c1190f1461c6de82e3d6e_shutterstock_2686671217_1.jpg");
    background-position: 0 0, 50%;
  }

  .communitybanner.samara.thornhill {
    background-image: linear-gradient(#0000, #0000), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/699c13b6ac35cdac38fd0fd9_shutterstock_187697900_th.jpg");
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .comminitybannercols {
    padding-top: 140px;
  }

  .comminitybannercols.pdt20 {
    padding-top: 20px;
  }

  .communitycol {
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .communitycol.dark {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .communitycol.dark.darllast {
    margin-bottom: 20px;
  }

  .ccoltxt.big {
    font-size: 18px;
    line-height: 26px;
  }

  .ccoltxt.offer {
    font-size: 16px;
    line-height: 28px;
  }

  .ccoltxt.small.abs {
    bottom: 25px;
  }

  .hidedesktop {
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .hidedesktop.hide {
    display: none;
  }

  .divisiontab {
    font-size: 16px;
    line-height: 24px;
  }

  .divisiontab.w--current {
    margin-right: 10px;
  }

  .tabsdivinner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .tabsdivinner.samara {
    background-image: none;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .testimonialcontent {
    font-size: 26px;
    line-height: 35px;
  }

  .testimonialcontent.green {
    font-size: 26px;
    line-height: 36px;
  }

  .glancecol.borderright {
    border-right-width: 0;
  }

  .teamheading.red, .teamheading.purpletext, .teamheading.red, .teamheading.purpletext {
    font-size: 21px;
    line-height: 28px;
  }

  .teamposition {
    min-height: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .headingsectionright {
    text-align: center;
  }

  .headingsectionright.new.flex {
    justify-content: center;
  }

  .headingsectionright.buttonsright {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    align-content: flex-start;
  }

  .headingcols.filters {
    display: block;
  }

  .fullwidthimg {
    vertical-align: baseline;
    object-fit: fill;
  }

  .grid-2, .grid-2.header {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-2.header {
    grid-column-gap: 5px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .grid-2.header.lfspage {
    grid-template-rows: auto;
  }

  .grid-2.lfspage {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .lfsdata.head {
    font-size: 14px;
  }

  .lfsdata.pricetxtnew {
    font-size: 24px;
    line-height: 28px;
  }

  .lfscoldiv {
    min-height: 35px;
  }

  .lfscoldiv.header {
    min-height: 32px;
    font-size: 18px;
  }

  .flexdiv.align-center.downloads.left {
    justify-content: flex-start;
  }

  .lfsfilterdiv.lfspage {
    width: 100%;
    max-width: 100%;
  }

  .pagecontent.pdr20.customwidth.large {
    text-align: left;
    text-align: left;
    text-align: left;
    text-align: left;
  }

  .downloadcols.med {
    display: block;
  }

  .brochurecol.borderright {
    border-right-width: 0;
  }

  .brcirclenew {
    margin-top: 50px;
  }

  .brabslogo3 {
    left: -4%;
  }

  .brabslogo4 {
    right: -37px;
  }

  .brcolstat.borderright.borderbottom {
    border-right-width: 0;
  }

  .brcolstat.borderright.borderleft {
    border-left-width: 0;
    border-right-width: 0;
  }

  .brcolstat.borderright.pur {
    border: 1px #000;
  }

  .brcolstat.hidemob {
    display: none;
  }

  .brcolsstats.mt40 {
    margin-top: 40px;
  }

  .brstatstxt.purple.nominh {
    min-height: auto;
  }

  .communityfilterwrap {
    flex: 0 auto;
    align-self: auto;
  }

  .innercommunitybtn {
    min-height: 36px;
  }

  .hlpricediv.single {
    margin-top: 0;
  }

  .hlinfocols {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .hlinfocols.single {
    width: 100%;
  }

  .hlinfocolnew.align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .floorplanimg {
    padding-top: 0;
  }

  .floorplanimgdiv {
    margin-top: 40px;
  }

  .columns {
    display: block;
  }

  .teamimg {
    height: 300px;
  }

  .teamimg.teampopbtn {
    height: 100%;
  }

  .pheading {
    font-size: 30px;
    line-height: 38px;
  }

  .grid-3.valuesgrid {
    grid-template-columns: 1fr 1fr;
  }

  .column-3, .column-4 {
    display: none;
  }

  .column-5 {
    padding-top: 20px;
  }

  .column-5.mobcenternew {
    text-align: center;
    text-align: center;
  }

  .cols-align-center.communitycols {
    display: block;
  }

  .cols-align-center.communitycols.about {
    display: flex;
  }

  .buttoncols {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .fhbcoldiv {
    min-height: auto;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .fhbcoldiv.mb0 {
    margin-bottom: 0;
  }

  .fhbcoldiv.careers, .careerlogocol.cxw, .careerlogocol.cxw {
    min-height: auto;
  }

  .lifeimg.media.fullwidthimg.new {
    height: auto;
  }

  .careerslifecol {
    margin-bottom: 30px;
  }

  .openingcols.borderbottom {
    display: flex;
  }

  .cxwwhycols.mobsingle {
    flex-flow: column;
  }

  .footerinfotxt.xwgright {
    text-align: center;
    text-align: center;
  }

  .lotimg.popupshow {
    height: auto;
  }

  .lottitle.main {
    font-size: 24px;
    line-height: 30px;
  }

  .lfsbtnnew {
    text-align: left;
    align-items: center;
    width: 25%;
    display: inline-flex;
  }

  .grid-4.filtediv.filtersection {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4.filtediv.filtersection.lfs, .grid-4.filtediv.filtersection {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4.filtediv.filtersection.lfs, .grid-4.filtediv.filtersection {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4.filtediv.filtersection.houseland {
    grid-template-columns: 1fr 1fr;
  }

  .grid-4.filtediv.filtersection.lfs {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .filterdropdowninner.hl {
    min-width: 150px;
  }

  .lotimgwrapper {
    height: auto;
  }

  .lfsfiltercols {
    display: block;
  }

  .teaminfo.mttpage {
    min-height: auto;
  }

  .gridcommunity.thethornhill, .gridcommunity.readygrid, .gridcommunity.thethornhill, .gridcommunity.readygrid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .mediaimg.new {
    min-height: auto;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .list-item-3 {
    display: block;
  }

  .section-2 {
    text-align: center;
  }

  .hlbtnpricediv {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .teamcontactinfo {
    min-height: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .landsellingdiv {
    padding-top: 90px;
  }

  .landsellingtext {
    padding-top: 12px;
  }

  .landsellingtextinner {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 28px;
  }

  .xwglpbanner {
    min-height: 450px;
  }

  .xwglpbanner.xwginner {
    min-height: 350px;
  }

  .overlayslidediv.xwglp {
    background-color: #0000;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .container-small.fullheight.flex {
    background-color: #0006;
  }

  .xwglpoverlay.overlaytext {
    padding-left: 20px;
    padding-right: 20px;
  }

  .colinfotxtlp {
    color: var(--body-color);
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .xwgbtnnewwrap {
    justify-content: center;
  }

  .absformdivxwglp {
    position: relative;
    top: -80px;
  }

  .registerinterestpop_xwg {
    width: 100%;
  }

  .lfscontainer_xwg {
    background-color: #7a0046;
  }

  .xwglpbanner_main.growbanner {
    background-color: #000;
    background-image: linear-gradient(#000, #fff), linear-gradient(#000 41%, #fff);
    height: 350px;
    min-height: 350px;
  }

  .list-item-4.liststyle, .list-item-5, .liststyle, .list-item-6, .list-item-7, .list-item-8, .list-item-9, .estatepopuptxt {
    font-size: 16px;
  }

  .btnflexnewlp {
    flex-flow: wrap;
  }

  .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-wrapper {
    background-color: #7a0046;
  }

  .nav-menu-two {
    text-align: left;
    flex-direction: column;
    padding-top: 0;
    display: block;
  }

  .nav-menu-two.cxw {
    background-color: var(--green-dark);
    background-color: var(--green-dark);
  }

  .nav-link.breadcrumb.light, .nav-link.breadcrumbcurrent.light {
    padding-top: 0;
  }

  .nav-link.custombtn {
    padding-left: 38px;
    padding-right: 38px;
  }

  .nav-link.breadcrumb.light, .nav-link.breadcrumbcurrent.light, .nav-link.breadcrumbcurrent.light {
    padding-top: 0;
  }

  .nav-link.hmenu {
    text-align: left;
    display: block;
  }

  .nav-link.drop {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown {
    align-items: flex-start;
    display: block;
  }

  .nav-dropdown.ml0 {
    text-align: left;
    text-align: left;
    align-items: flex-start;
    margin-left: 10px;
    display: block;
  }

  .nav-dropdown-toggle.pl0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .nav-dropdown-toggle.pl0.w--open {
    display: flex;
  }

  .nav-dropdown-list.shadow-three.headernav {
    object-fit: fill;
  }

  .nav-dropdown-list.shadow-three.headernav.w--open {
    margin-bottom: 10px;
    top: 15px;
  }

  .body {
    padding-top: 0;
  }

  .dark.backgroundx.resbanner.home {
    background-image: linear-gradient(#00000080, #00000080), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69e5f095f58bacbdbffa71b4_xwisegroup.webp");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .bannercontent {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .heading.bannerheading {
    font-size: 30px;
    line-height: 38px;
  }

  .heading.bannerheading.aboutbanner {
    font-size: 34px;
    line-height: 40px;
  }

  .heading.bannerheading.homebanner-heding.align-center.lifesamaraheading {
    font-size: 24px;
    line-height: 34px;
  }

  .heading.xwglp.banner.cwgbannerheading {
    font-size: 28px;
    line-height: 34px;
  }

  .heading.xwglp.banner.cwgbannerheading.xcon {
    width: 100%;
  }

  .heading.xwglp.banner.cwgbannerheading.xcon.xconnecthome {
    width: 100%;
    max-width: 395px;
  }

  .paragraph.bigpara.hbanner.customw, .paragraph.bigpara.hbanner.customw.xwgbannernew.xcon {
    width: 100%;
  }

  .paragraph.bigpara.hbanner.customw, .paragraph.bigpara.hbanner.customw.xwgbannernew.xcon {
    width: 100%;
  }

  .paragraph.bigpara.hbanner {
    font-size: 16px;
    line-height: 24px;
  }

  .paragraph.bigpara.hbanner.customw, .paragraph.bigpara.hbanner.customw.xwgbannernew.xcon, .paragraph.bigpara.hbanner.customw, .paragraph.bigpara.hbanner.customw.xwgbannernew.xcon, .paragraph.bigpara.hbanner.customw.xwgbannernew.xcon, .paragraph.bigpara.hbanner.customw.xwgbannernew.xcon {
    width: 100%;
  }

  .paragraph.light.small.mb15 {
    margin-bottom: 15px;
  }

  .paragraph.light.small.mb15.xwgright {
    flex-flow: wrap;
  }

  .paragraph.xwgiconlisttxt {
    font-size: 14px;
    line-height: 20px;
  }

  .custombtn {
    flex-flow: row;
    margin-top: 10px;
  }

  .custombtn.mt20.btnminw.new, .custombtn.communitybtn {
    width: 100%;
  }

  .custombtn.prop {
    margin-top: 10px;
  }

  .custombtn.transparent.xwglpthbtn {
    width: 100%;
  }

  .custombtn.releasebtn {
    min-width: 100%;
  }

  .custombtn.mt20.btnminw.new, .custombtn.communitybtn {
    width: 100%;
  }

  .custombtn.communitybtn.bold.mt20.nopage {
    margin-top: 10px;
    margin-right: 0;
  }

  .custombtn.hidemob {
    display: none;
  }

  .align-center {
    font-size: 16px;
  }

  .secheading.align-center.glanceheading.mobileheading, .secheading.purple.small.mb25, .secheading.purple.small.mb0 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.yellow {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.contentheading.about.small.mt0, .secheading.contentheading.about.small.mt0.growheading, .secheading.contentheading.about.small.xwglpcolsnew.growheading {
    line-height: 36px;
  }

  .secheading.align-center.mb-20 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.align-center.glanceheading.mobileheading, .secheading.align-center.mb-20 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.align-center.mb-20.community {
    font-size: 30px;
    line-height: 36px;
  }

  .secheading.align-center.mb-20.about {
    font-size: 30px;
    line-height: 40px;
  }

  .secheading.align-center.glanceheading {
    font-size: 36px;
    line-height: 42px;
  }

  .secheading.align-center.glanceheading.mobileheading, .secheading.purple.small.mb25, .secheading.purple.small.mb0 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.mb25, .secheading.purple.small.mb0 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.mb25, .secheading.purple.small.mb0 {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.mb0.red {
    font-size: 26px;
    line-height: 34px;
  }

  .secheading.purple.small.mb0.blue {
    font-size: 26px;
    line-height: 32px;
  }

  .secheading.purple.small.mb0.yellow {
    font-size: 28px;
    line-height: 32px;
  }

  .secheading.purple.small.single {
    font-size: 26px;
    line-height: 32px;
  }

  .secheading.purple.small.cpx.mb40.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.light.whiteheading.mobileheading {
    font-size: 36px;
  }

  .secheading.purple.small.blue.sxw.mobileheading {
    font-size: 30px;
    line-height: 40px;
  }

  .secheading.purple.small.yellow.bxw {
    font-size: 30px;
    line-height: 36px;
  }

  .secheading.purple.small.align-center {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.purple.small.comsubh.lifeheading {
    font-size: 24px;
    line-height: 34px;
  }

  .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.yellow {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.yellow {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25 {
    font-size: 36px;
    line-height: 42px;
  }

  .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.yellow {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25.mobileheading, .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.green.mobileheading, .secheading.red.small.mb-25.yellow {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.red.small.mb-25.yellow.mt70 {
    font-size: 30px;
  }

  .secheading.red.small.mb-25.mobileheading {
    font-size: 30px;
    line-height: 38px;
  }

  .secheading.contentheading.about.small {
    font-size: 30px;
    line-height: 36px;
  }

  .secheading.contentheading.about.small.mt0, .secheading.contentheading.about.small.mt0.growheading, .secheading.contentheading.about.small.xwglpcolsnew.growheading {
    line-height: 36px;
  }

  .secheading.contentheading.about.xconheading, .secheading.contentheading.about.small {
    font-size: 30px;
    line-height: 36px;
  }

  .secheading.contentheading.about.small.mt0, .secheading.contentheading.about.small.mt0.growheading, .secheading.contentheading.about.small.xwglpcolsnew.growheading {
    line-height: 36px;
  }

  .secheading.contentheading.about.xconheading, .secheading.contentheading.about.small {
    font-size: 30px;
    line-height: 36px;
  }

  .secheading.contentheading.about.small.mt0, .secheading.contentheading.about.small.mt0.growheading, .secheading.contentheading.about.small.xwglpcolsnew.growheading {
    line-height: 36px;
  }

  .secheading.contentheading.about.small.mt0, .secheading.contentheading.about.small.mt0.growheading, .secheading.contentheading.about.small.mt0.growheading, .secheading.contentheading.about.small.xwglpcolsnew.growheading, .secheading.contentheading.about.small.xwglpcolsnew.growheading {
    line-height: 36px;
  }

  .secheading.contentheading.about.small.xcon {
    font-size: 24px;
    line-height: 30px;
  }

  .secheading.contentheading.about.xconheading {
    font-size: 30px;
    line-height: 36px;
  }

  .section.footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section.greenbg.lighttxt.pd50.xwg {
    padding-bottom: 50px;
  }

  .section.ourteamsection {
    padding-bottom: 20px;
  }

  .section.bgpurplelight {
    background-position: 50%;
  }

  .section.xwglpth.samara.samaragreensection {
    background-image: linear-gradient(287deg, #15443200, #154432fc 27%, #154432), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/69c60158feb0ab96aa291a15_LXR0001%20Samara%20Fraser%20Rise%20-%20Illustration.jpg");
    background-position: 0 0, 100% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .section.xwglpth.cs.cobblebg {
    background-image: none;
    background-position: 0 0;
  }

  .iconcol {
    padding-left: 10px;
    padding-right: 10px;
  }

  .iconbox.xcon.withicon {
    margin-bottom: 20px;
  }

  .iconbox.xcon.withicon.lightbg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .propcontentinner {
    padding: 20px 10px 40px;
  }

  .container-2 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .helptab {
    margin-right: 20px;
    font-size: 12px;
    display: inline-block;
  }

  .helptab.w--current {
    margin-right: 20px;
  }

  .helpdivinner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.samara.red.tab1 {
    height: auto;
    min-height: auto;
    max-height: 100%;
  }

  .helpdivinner.samara.red.tab1.tab2 {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .helpdivinner.samara.red.tab1.tab3 {
    max-height: none;
  }

  .helpdivinner.aboutxtab.businesspark {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .helpdivinner.xfactor {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    display: inline-block;
  }

  .colimgright {
    align-self: center;
    min-height: 100%;
    max-height: 100%;
    padding-top: 10px;
  }

  .colpd0.colimgcenter {
    height: 100%;
    display: none;
  }

  .colpd0.colimgcenter.redx {
    min-height: auto;
    max-height: none;
  }

  .tabcolsnew {
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: auto;
    max-height: none;
    display: flex;
  }

  .column.colleftnew {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    line-height: 28;
    display: block;
    position: relative;
  }

  .column.colleftnew.comantabheightnew {
    min-height: 100%;
    display: flex;
  }

  .tabcoltxt {
    min-height: auto;
    padding-left: 0;
  }

  .tabcoltxt.restabminheight {
    padding-left: 0;
    padding-right: 10px;
    line-height: 28px;
    display: block;
    overflow: visible;
  }

  .tabcoltxt.sam.th {
    flex: 0 auto;
    height: 100%;
    min-height: 100%;
    max-height: 100%;
  }

  .footerheading {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .align-right.mob-align-left {
    text-align: left;
  }

  .align-right.mob-align-center {
    text-align: center;
  }

  .footermenulist {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    padding-left: 0;
  }

  .socialicons {
    justify-content: center;
  }

  .mob-align-center {
    text-align: center;
  }

  .megamenu.container-small {
    height: auto;
  }

  .megamenuwrapper {
    z-index: 99999999;
    height: 80vh;
    overflow: auto;
  }

  .megamenuwrapper.hide {
    top: 80px;
  }

  .mmcolumns {
    display: block;
  }

  .mmmenulist.main {
    display: flex;
  }

  .mmlinkwrapper.mb-15 {
    margin-bottom: 0;
  }

  .menuicon {
    color: #fff;
    font-size: 30px;
    line-height: 31px;
  }

  .menuicon.sec {
    color: #fff;
  }

  .communitybanner.samara.thornhill {
    background-image: linear-gradient(#00000040, #00000040), url("https://cdn.prod.website-files.com/6912dabde73565530b27b58b/699c13b6ac35cdac38fd0fd9_shutterstock_187697900_th.jpg");
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .communitybanner.samara.samarmobileview {
    padding-top: 80px;
  }

  .breadcrumb.list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .comminitybannercols {
    padding-top: 50px;
  }

  .hidedesktop {
    box-sizing: content-box;
    min-height: auto;
  }

  .faq-question {
    font-size: 18px;
    line-height: 24px;
  }

  .faq-answer {
    font-size: 16px;
    line-height: 24px;
  }

  .coming-sson-logo {
    width: 300px;
    height: 300px;
  }

  .comingsoontxt {
    font-size: 26px;
    line-height: 32px;
  }

  .comingsoonlogo {
    width: 75%;
  }

  .breadcrumbmenu {
    flex-flow: wrap;
  }

  .divisiontab {
    margin-right: 10px;
    font-size: 12px;
    display: inline-block;
  }

  .divisiontab.w--current {
    margin-right: 10px;
  }

  .tabsdivinner {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .tabsdivinner.red.mapbg1 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .container-3 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .testimonialcontent {
    font-size: 24px;
    line-height: 35px;
  }

  .testimonialcontent.green {
    font-size: 26px;
    line-height: 35px;
  }

  .elpheading {
    font-size: 32px;
    line-height: 36px;
  }

  .eformheading {
    font-size: 18px;
    line-height: 24px;
  }

  .elpfooter {
    margin-top: 70px;
  }

  .testimonialheading {
    line-height: 35px;
  }

  .teamheading.pop {
    font-size: 28px;
    line-height: 35px;
  }

  .headingsectionright {
    text-align: center;
  }

  .headingcols {
    display: block;
  }

  .fullwidthimg.mb30.xconimgrigghtone, .fullwidthimg.communityright.about {
    margin-bottom: 20px;
  }

  .fullwidthimg.communityright.about {
    margin-bottom: 20px;
  }

  .fullwidthimg.communityright.about.xcon {
    margin-bottom: 0;
    padding-top: 20px;
  }

  .fullwidthimg.mb30.xconimgrigghtone {
    margin-bottom: 20px;
  }

  .grid-2.header.lfspage {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .grid-2.lfspage {
    grid-column-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .lfsdata {
    font-size: 14px;
    line-height: 18px;
  }

  .lfsdata.head {
    font-family: Polysans Median, Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
  }

  .lfscoldiv {
    font-size: 18px;
  }

  .lfscoldiv.header {
    min-height: 32px;
  }

  .lfspopupwrapper {
    z-index: 9999;
    overflow: auto;
  }

  .lfscontainer {
    overflow: auto;
  }

  .lfscontainer.xwgpop {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lfspopheading {
    font-size: 32px;
    line-height: 40px;
  }

  .lfspopheading.enq {
    font-size: 28px;
    line-height: 36px;
  }

  .flexdiv.align-center.downloads {
    display: flex;
  }

  .pagecontent.pdr20 {
    padding-right: 0;
  }

  .downloadtitle {
    font-size: 15px;
    line-height: 22px;
  }

  .brochure-logo {
    width: 300px;
    height: 300px;
  }

  .brcolinner {
    margin-bottom: 30px;
  }

  .brcirclenew {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 320px;
    height: 320px;
    padding-top: 25px;
  }

  .brabslogo1 {
    position: static;
  }

  .brlogoimg {
    width: 125px;
  }

  .brlogoimg.cap {
    width: 170px;
  }

  .brabslogo2, .brabslogo3, .brabslogo4, .brabslogo5 {
    position: static;
  }

  .brlogocenter {
    width: 190px;
    display: block;
  }

  .brcwdesc {
    font-size: 20px;
  }

  .brcolstat.borderright.pur {
    border: 1px #000;
  }

  .footerlogobr {
    padding-left: 15px;
    padding-right: 15px;
  }

  .hltitle {
    font-size: 26px;
  }

  .hlprice.priceformat {
    font-size: 22px;
  }

  .hlprice.priceformat.pricetxt {
    font-size: 16px;
  }

  .hlprice.single {
    font-size: 20px;
    line-height: 30px;
  }

  .hlinfotxt.single {
    font-size: 14px;
  }

  .hlinfocols.single {
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    grid-column-gap: 17px;
    grid-row-gap: 17px;
    flex-flow: row;
    justify-content: center;
  }

  .hlinfocolnew.single {
    display: flex;
  }

  .hlifoimg.iconsingle {
    width: 18px;
  }

  .hlfullcontent {
    font-size: 16px;
  }

  .hlsinglebuttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .teamimg {
    height: 250px;
  }

  .popupimgteam {
    height: auto;
  }

  .teampopcontent {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pheading {
    font-size: 30px;
    line-height: 38px;
  }

  .grid-3.valuesgrid {
    grid-template-columns: 1fr;
  }

  .column-2 {
    display: block;
  }

  .column-3 {
    display: none;
  }

  .paragraph-3, .paragraph-4 {
    font-size: 16px;
  }

  .paragraph-5, .paragraph-6 {
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-7, .paragraph-8, .paragraph-9, .paragraph-10, .paragraph-11, .paragraph-12 {
    font-size: 16px;
  }

  .column-4 {
    display: none;
  }

  .text-block-6, .text-block-7, .text-block-8, .text-block-9 {
    font-size: 14px;
  }

  .column-5 {
    padding-top: 20px;
  }

  .fhbcoltxt {
    font-size: 15px;
    line-height: 28px;
  }

  .paragraph-13, .paragraph-14, .paragraph-15, .paragraph-16 {
    font-size: 16px;
  }

  .careerslifetxt {
    font-size: 16px;
    line-height: 26px;
  }

  .footercolright {
    flex-flow: column;
  }

  .lottitle.rel.small {
    line-height: 20px;
  }

  .lottitlemain {
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
  }

  .grid-4.filtediv.filtersection.houseland {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .filterdropdowninner {
    min-width: 130px;
  }

  .filterdropdowninner.hl {
    width: 100%;
    min-width: 150px;
  }

  .lotinfodiv {
    width: 70%;
  }

  .megamenubtnwrap {
    object-fit: fill;
  }

  .logowrap {
    display: flex;
  }

  .headercols {
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .headerlogo {
    width: 150px;
  }

  .hidemob {
    display: none;
  }

  .mmcol.borderright.pl, .mmcol.pl {
    padding-left: 10px;
  }

  .mmcol.borderright {
    border-right-width: 0;
  }

  .mmcol.borderright.pl, .mmcol.pl {
    padding-left: 10px;
  }

  .lfspopupenquire {
    z-index: 9999;
    overflow: auto;
  }

  .contactblock {
    margin-bottom: 10px;
  }

  .contactcolinfo {
    padding: 20px 15px;
  }

  .gridcommunity.thethornhill, .gridcommunity.readygrid, .gridcommunity.thethornhill, .gridcommunity.readygrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .text-block-10, .text-block-11, .text-block-12, .text-block-13 {
    font-size: 16px;
  }

  .registerinterestpop {
    z-index: 9999;
    overflow: auto;
  }

  .tab-pane-tab-3 {
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .hlicongrid.hideicondesk {
    grid-column-gap: 35px;
    grid-column-gap: 35px;
    justify-content: flex-start;
  }

  .landsellingdiv {
    padding-top: 50px;
  }

  .landsellingtextinner {
    font-size: 22px;
    line-height: 28px;
  }

  .overlayslidediv.xwglp.belongsection {
    padding-left: 20px;
    padding-right: 20px;
  }

  .xwgoverlaycol.topboxes {
    padding-left: 0;
    padding-right: 0;
  }

  .registerinterestpop_xwg {
    z-index: 9999;
    overflow: auto;
  }

  .lfscontainer_xwg {
    overflow: auto;
  }

  .xwglpbanner_main.growbanner {
    height: 350px;
    min-height: 350px;
  }

  .icon-26 {
    line-height: 28px;
    position: absolute;
    inset: 0% auto 0% 0%;
  }

  .list-item-4 {
    font-size: 16px;
  }

  .list-item-5 {
    font-size: 1px;
  }

  .liststyle {
    font-size: 16px;
  }

  .icon-27 {
    inset: 0% 0% 0% auto;
  }

  .enquirebtn {
    margin-bottom: 20px;
  }

  .estatepopuptxt {
    font-size: 16px;
    line-height: 26px;
  }

  .btnflexnewlp.new {
    flex-flow: wrap;
  }

  .list-item-10, .list-item-11, .list-item-12, .list-item-13, .list-item-14, .list-item-15, .list-item-16, .list-item-17, .list-item-18, .list-item-19, .list-item-20, .list-item-21, .list-item-22, .list-item-23, .list-item-24, .list-item-25, .list-item-26 {
    font-size: 16px;
  }

  .formscopeheading {
    font-size: 14px;
  }

  .scopelogo {
    width: 120px;
  }

  .useslist {
    padding-left: 20px;
  }

  .useslist.uselist-2 {
    margin-left: 0;
    padding-left: 20px;
  }

  .flex-block-2 {
    flex-flow: column;
  }
}
