/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

/* All variables for customization */
:root {
    --color-primary: #FFD23C;
    --color-secondary: #F9A63A;
    --color-tertiary: #EE4045;
    --color-tertiary-alt: #ffd23c;
    --color-grey: #F3F3F3;
    --color-white: #FFF;
    --color-black: #000000;
    --color-semidark: #847F7F;
    --color-darkgrey: #e1e1e1;
    --color-shadow:  rgba(0, 0, 0, 0.4);
    --color-shadow-alt: rgba(0, 0, 0, 0.82);
    --color-light: rgba(255, 255, 255, 0.6);
    --color-light-alt: rgba(255, 255, 255, 0.2);
    --color-banner: rgba(255, 255, 255, 0.7);
    --color-font: #000;
    --color-transparent: transparent;
		

    --font-heading: "Poppins", Helvetica, sans-serif;
    --font-body: "Poppins", Helvetica, sans-serif;
    --font-code: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    --font-pre: "Courier 10 Pitch", Courier, monospace;
    --font-bold: 500;
    --font-bolder: 600;
    --font-normal: 400;
    --font-lighter: 300;
    --font-black: bolder;
    --font-heading-size: 18px;
    --font-heading-size-lg: 36px;
    --font-heading-size-md: 28px;
    --font-body-size: 16px;
    --font-body-size-sm: 14px;
    --font-body-size-lg: 20px;
    --font-body-size-xs: 12px;
    --font-body-size-mini: 9px; 
    --font-jumbo: 40px;
}
*, *:before, *:after {
  box-sizing: border-box;
}  
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
} 


/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}


/* custom grid */
/*
# General
# single elements / general tags style
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  scroll-padding-top: 156px;
  max-width: 100vw;
  overflow-x: hidden;
}

body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: "Poppins", Helvetica, sans-serif;
  font-weight: 300;
  color: #000000;
}
body.body--full {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  body {
    font-size: 14px;
    max-width: 100vw;
    overflow-x: hidden;
  }
}

*,
*:before,
*:after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: none;
}
*:focus, *:focus-within,
*:before:focus,
*:before:focus-within,
*:after:focus,
*:after:focus-within {
  outline: none;
}

a {
  text-decoration: none;
}

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

figure {
  margin: 1em 0;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul, li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

embed,
iframe,
object {
  max-width: 100%;
}

input, select {
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}

.copy-clipboard {
  position: relative;
  z-index: 1;
}
.copy-clipboard::after {
  display: block;
  width: 100%;
  height: auto;
  padding: 2px 10px;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(132, 127, 127, 0.18);
  color: white;
  border-radius: 5px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  content: "Copied to clipboard";
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
.copy-clipboard--copied::after {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s ease-in, opacity 0.3s ease-in;
}


/* Grids */
/*
# Grid
# Base of all used Grid system
*/
.grid {
  display: grid;
}
.grid--1 {
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 767.98px) {
  .grid--1 {
    grid-template-columns: 1fr;
  }
}
.grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767.98px) {
  .grid--2 {
    grid-template-columns: 1fr;
  }
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767.98px) {
  .grid--3 {
    grid-template-columns: 1fr;
  }
}
.grid--4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767.98px) {
  .grid--4 {
    grid-template-columns: 1fr;
  }
}
.grid--5 {
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 767.98px) {
  .grid--5 {
    grid-template-columns: 1fr;
  }
}
.grid--6 {
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 767.98px) {
  .grid--6 {
    grid-template-columns: 1fr;
  }
}
.grid--7 {
  grid-template-columns: repeat(7, 1fr);
}
@media (max-width: 767.98px) {
  .grid--7 {
    grid-template-columns: 1fr;
  }
}
.grid--8 {
  grid-template-columns: repeat(8, 1fr);
}
@media (max-width: 767.98px) {
  .grid--8 {
    grid-template-columns: 1fr;
  }
}
.grid--9 {
  grid-template-columns: repeat(9, 1fr);
}
@media (max-width: 767.98px) {
  .grid--9 {
    grid-template-columns: 1fr;
  }
}
.grid--10 {
  grid-template-columns: repeat(10, 1fr);
}
@media (max-width: 767.98px) {
  .grid--10 {
    grid-template-columns: 1fr;
  }
}
.grid--11 {
  grid-template-columns: repeat(11, 1fr);
}
@media (max-width: 767.98px) {
  .grid--11 {
    grid-template-columns: 1fr;
  }
}
.grid--12 {
  grid-template-columns: repeat(12, 1fr);
}
@media (max-width: 767.98px) {
  .grid--12 {
    grid-template-columns: 1fr;
  }
}
.grid--40-60 {
  grid-template-columns: 40% 60%;
}
@media (max-width: 767.98px) {
  .grid--40-60 {
    grid-template-columns: 1fr;
  }
}
.grid--65-35 {
  grid-template-columns: 65% 35%;
}
@media (max-width: 767.98px) {
  .grid--65-35 {
    grid-template-columns: 1fr;
  }
}
.grid--60-40 {
  grid-template-columns: 60% 40%;
}
@media (max-width: 767.98px) {
  .grid--60-40 {
    grid-template-columns: 1fr;
  }
}
.grid--45-55 {
  grid-template-columns: 45% 55%;
}
@media (max-width: 767.98px) {
  .grid--45-55 {
    grid-template-columns: 1fr;
  }
}
.grid--75-25 {
  grid-template-columns: 75% 25%;
}
@media (max-width: 767.98px) {
  .grid--75-25 {
    grid-template-columns: 1fr;
  }
}
.grid--25-75 {
  grid-template-columns: 25% 75%;
}
@media (max-width: 767.98px) {
  .grid--25-75 {
    grid-template-columns: 1fr;
  }
}
.grid--70-30 {
  grid-template-columns: 70% 30%;
}
@media (max-width: 767.98px) {
  .grid--70-30 {
    grid-template-columns: 1fr;
  }
}
.grid--gap-1 {
  gap: 0.5em;
}
.grid--gap-2 {
  gap: 1em;
}
.grid--gap-3 {
  gap: 1.5em;
}
.grid--gap-4 {
  gap: 2em;
}
.grid--gap-5 {
  gap: 2.5em;
}

.flex {
  display: flex;
}
@media (max-width: 767.98px) {
  .flex {
    flex-wrap: wrap;
  }
}
.flex--wrap {
  flex-wrap: wrap;
}
.flex--center {
  justify-content: center;
  align-items: center;
}
.flex--row {
  flex-direction: row;
}
.flex--column {
  flex-direction: column;
}
.flex--row-reverse {
  flex-direction: row-reverse;
}
.flex--column-reverse {
  flex-direction: column-reverse;
}
.flex--inherit {
  flex-direction: inherit;
}
.flex .flex__item.flex--1 {
  width: 8.33%;
  max-width: 8.33%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--1 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--2 {
  width: 16.66%;
  max-width: 16.66%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--2 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--3 {
  width: 25%;
  max-width: 25%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--3 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--4 {
  width: 33.33%;
  max-width: 33.33%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--4 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--5 {
  width: 41.66%;
  max-width: 41.66%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--5 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--6 {
  width: 50%;
  max-width: 50%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--6 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--7 {
  width: 58.33%;
  max-width: 58.33%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--7 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--8 {
  width: 66.66%;
  max-width: 66.66%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--8 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--9 {
  width: 75%;
  max-width: 75%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--9 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--10 {
  width: 83.33%;
  max-width: 83.33%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--10 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--11 {
  width: 91.66%;
  max-width: 91.66%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--11 {
    width: 100%;
    max-width: 100%;
  }
}
.flex .flex__item.flex--12 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .flex .flex__item.flex--12 {
    width: 100%;
    max-width: 100%;
  }
}
.flex--1 > .flex__item {
  width: 8.33%;
  max-width: 8.33%;
  flex: 0 0 auto;
}
.flex--2 > .flex__item {
  width: 16.66%;
  max-width: 16.66%;
  flex: 0 0 auto;
}
.flex--3 > .flex__item {
  width: 25%;
  max-width: 25%;
  flex: 0 0 auto;
}
.flex--4 > .flex__item {
  width: 33.33%;
  max-width: 33.33%;
  flex: 0 0 auto;
}
.flex--5 > .flex__item {
  width: 41.66%;
  max-width: 41.66%;
  flex: 0 0 auto;
}
.flex--6 > .flex__item {
  width: 50%;
  max-width: 50%;
  flex: 0 0 auto;
}
.flex--7 > .flex__item {
  width: 58.33%;
  max-width: 58.33%;
  flex: 0 0 auto;
}
.flex--8 > .flex__item {
  width: 66.66%;
  max-width: 66.66%;
  flex: 0 0 auto;
}
.flex--9 > .flex__item {
  width: 75%;
  max-width: 75%;
  flex: 0 0 auto;
}
.flex--10 > .flex__item {
  width: 83.33%;
  max-width: 83.33%;
  flex: 0 0 auto;
}
.flex--11 > .flex__item {
  width: 91.66%;
  max-width: 91.66%;
  flex: 0 0 auto;
}
.flex--12 > .flex__item {
  width: 100%;
  max-width: 100%;
  flex: 0 0 auto;
}
.flex__item {
  flex: 0 0 auto;
}
.flex__item--grow-fill {
  flex: 1 0 auto !important;
  width: auto !important;
  max-width: 100% !important;
}
.row-fluid [class*='span'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* floating bar section */
.section-floatbar {
  position: relative;
  z-index: 1;
}
.section-floatbar::before {
  position: absolute;
  right: calc(100% - 50px);
  top: -30px;
  width: 2px;
  height: 150px;
  content: "";
  background-image: linear-gradient(180deg,#ffd23c 0%,#f9a63a 42.19%,#ee4045 100%);
  z-index: 2;
  transition: top .3s ease-in;
}
.section-floatbar.section--viewed::before, .section--viewed .section-floatbar::before {
  top: calc(100% - 75px);
  transition: top .6s ease-in;
}
.section-floatbar.section-floatbar--right::before {
  right: 50px;
}
.section-floatbar.section-floatbar--bottom::before {
  right: calc(100% - 32px);
  top: unset;
  bottom: -21px;
  height: 42px;
  transition: bottom .3s ease-in;
}
.section-floatbar.section-floatbar--bottom:hover::before {
  bottom: calc(100% - 21px);
  transition: bottom .2s ease-in;
}
.os-scrollbar-track {
  background-color: #aeaeae !important;
  width: 1px !important;
  opacity: 1 !important;
}

.os-scrollbar-handle {
  background-color: #000000 !important;
  width: 5px !important;
  border-radius: 50px !important;
  left: -150% !important;
  overflow: hidden !important;
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 0;
}
.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

/* All font-related styles including heading and text variation */

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #ccc;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/* custom */
/* Text component */
h1,
.h1,
.heading-big {
  color: #000000;
  font-size: 36px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

.section-heading,
.heading--section,
.heading--section-mini {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 15px;
  color: var(--color-font);
}
@media (max-width: 767.98px) {
  .section-heading,
  .heading--section,
  .heading--section-mini {
    font-size: 24px;
  }
}

.heading--section {
  margin-bottom: 32px;
}
.heading--section-mini {
  font-size: 16px;
}
.heading--semantic {
  position: absolute;
  top: -99999px;
  left: -99999px;
}

.heading--sm,
.heading--section-sm {
  font-size: 18px;
}

/* Font modifier */
.font--mini {
  font-size: 9px;
}

.font--sm {
  font-size: 14px;
}

.font--md {
  font-size: 16px;
}

.font--lg {
  font-size: 20px;
}

.font--bold {
  font-weight: 500;
}

.font--lighter {
  font-weight: 100;
}

.font--bolder {
  font-weight: 500;
}

.font--black {
  font-weight: 600;
}

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

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

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

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

.text--decor-none {
  text-decoration: none;
}

.text--decor-underline {
  text-decoration: underline;
}

.text--decor-overline {
  text-decoration: overline;
}

.text--decor-line-through {
  text-decoration: line-through;
}
strong,
b {
  font-weight: 500;
}

/*
# Site Typography
# Font base and font midifier
*/
/* Font families */
@font-face {
  font-family: "Poppins";
  src: url("")
      format("woff2"),
    url("")
      format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("")
      format("woff2"),
    url("")
      format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("")
      format("woff2"),
    url("")
      format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("")
      format("woff2"),
    url("")
      format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("")
      format("woff2"),
    url("")
      format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("")
      format("woff2"),
    url("")
      format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("")
      format("woff2"),
    url("")
      format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
/* All buttons component base */

button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  border-color: #d0d0d0;
  color: #e6e6e6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* custom */
.button,
button.button {
  display: inline-block;
  width: auto;
  min-width: 128px;
  height: 32px;
  line-height: 32px;
  padding: 0 30px;
  text-align: center;
  border: 1px solid;
  border-radius: 3px;
  cursor: pointer;
  color: #000000;
}
.button--black,
button.button--black {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--black:hover,
button.button--black:hover {
  background-color: transparent;
  color: #000000;
}
.button--black:hover > [class^="img-icon"],
button.button--black:hover > [class^="img-icon"] {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.button--transparent,
button.button--transparent {
  background-color: transparent;
  color: #000000;
  border-color: #e1e1e1;
}
.button--transparent:hover,
button.button--transparent:hover {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--transparent:hover > [class^="img-icon"],
button.button--transparent:hover > [class^="img-icon"] {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.button--outline,
button.button--outline {
  border-color: #000000;
}
.button--outline:hover,
button.button--outline:hover {
  background-color: #000000;
  color: #fff;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.button--outline:hover > [class^="img-icon"],
button.button--outline:hover > [class^="img-icon"] {
  filter: invert(1);
  -webkit-filter: invert(1);
}
.button--blank,
button.button--blank {
  border-color: transparent;
  background-color: transparent;
}
.button--blank:hover,
button.button--blank:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}
.button--underline,
button.button--underline {
  border: 0;
  padding: 0;
  min-width: unset;
  border-bottom: 1px solid #000000;
  opacity: 0.7;
  line-height: 1.4;
  height: auto;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}
.button--underline:hover,
button.button--underline:hover {
  opacity: 1;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}
.button--lg,
button.button--lg {
  height: 46px;
  line-height: 46px;
}
.button--fill,
button.button--fill {
  width: 100%;
  max-width: 100%;
}
.button > [class^="img-icon"],
button.button > [class^="img-icon"] {
  margin-left: 8px;
  margin-bottom: -0.1em;
}
.widget-span .button, .widget-span button.button {
  height: auto;
  line-height: 1.5;
  padding-top: 5px;
  padding-bottom: 5px; 
}

.input {
  height: 32px;
  line-height: 32px;
}

select {
  cursor: pointer;
}

@media (max-width: 992px) {
  .button {
    height: auto;
    line-height: 1.1;
    padding: 10px 20px;
  }
}
/* Forms and inputs component base */

/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* firefox placeholder fix */
::placeholder {
  color: black;
  opacity: 1;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type="text"],
form input[type="email"],
form input[type="password"],
form input[type="tel"],
form input[type="number"],
form input[type="file"],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: var(--color-black, #000) !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type="checkbox"],
form input[type="radio"] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content: "\01F4C5";
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #fff;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #fff;
}

/* Inputs - file picker */

form input[type="file"] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #ef6b51;
}

.hs-input.invalid.error {
  border-color: #ef6b51;
}

.hs-error-msg {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type="submit"],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* custom */
/*
# Form element's style
# Base of all used Form elements
*/
::placeholder {
  color: #847f7f;
}

.form input[type="text"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="email"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="phone"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="password"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="range"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="file"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="date"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="datetime-local"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="search"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="tel"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="time"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="week"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="url"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form input[type="number"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
.form textarea {
  min-height: 60px;
  padding: 3px 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
  resize: none;
  display: block;
}
.form [class*="__field"] {
  margin-bottom: 16px;
}

.checkbox {
  padding-left: 20px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  color: var(--color-font);
}
.checkbox__label {
  padding-left: 10px;
  cursor: pointer;
}
.checkbox__label::before,
.checkbox__label::after {
  cursor: pointer;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.checkbox__label::after {
  opacity: 0;
  content: "";
  background-color: #000000;
  color: white;
  z-index: 2;
  background-image: url();
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}
.checkbox input:checked + .checkbox__label::after {
  opacity: 1 !important;
}
.checkbox input {
  display: none;
  height: 0;
}
.checkbox ::selection {
  background-color: transparent;
}

input.checkbox {
  display: none;
}

.radio--button .radio__label {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: transparent;
  color: #000000;
  border: 1px solid #f3f3f3;
}
.radio--button .radio__label:hover {
  background-color: #000000;
  color: #fff;
  border-color: #000000;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.radio--button input {
  display: none;
}
.radio--button input:checked + .radio__label {
  background-color: #000000;
  color: #fff;
}
.radio ::selection {
  background-color: transparent;
}

.range-slider {
  position: relative;
  z-index: 1;
  background-color: #e1e1e1;
  height: 2px;
  width: 280px;
}
@media (max-width: 767.98px) {
  .range-slider {
    width: 100%;
  }
}
.range-slider__value {
  width: 53%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 10%;
  background-color: #000000;
}
.range-slider__min,
.range-slider__max {
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  left: 10%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.range-slider__max {
  left: unset;
  right: 0;
  right: 35%;
}

.input-box--floating-placeholder {
  position: relative;
  z-index: 3;
}
.input-box--floating-placeholder::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  font-size: 1em;
  color: #000000;
  content: attr(data-placeholder);
  display: none;
}
.input-box--floating-placeholder input {
  padding-right: 35px !important;
}

.nice-select {
  border-radius: 0;
  border: 1px solid #e1e1e1;
  width: 100%;
  min-width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
  height: 32px;
  line-height: 32px;
}
.nice-select:hover,
.nice-select:focus,
.nice-select.open {
  border-color: #e1e1e1 !important;
}
.nice-select .nice-select-dropdown {
  width: 100%;
  border-radius: 0;
  margin-top: 0;
  box-shadow: 1px 1px 4px rgba(132, 127, 127, 0.18);
}
.nice-select .list {
  margin: 0;
}
.nice-select .option,
.nice-select .option.selected {
  font-weight: 300;
}

.select-multiple {
  position: relative;
  z-index: 1;
  width: 100%;
  z-index: 2;
}
.select-multiple__button {
  display: block;
  cursor: pointer;
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
  color: #847f7f;
  position: relative;
}
.select-multiple__button::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.select-multiple__container {
  padding: 20px 10px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  width: 100%;
  max-height: 0;
  overflow-y: hidden;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in,
    visibility 0.1s 0.3s;
  display: flex;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
}
.select-multiple__container > * {
  cursor: pointer;
}
.select-multiple__container .checkbox__label::before,
.select-multiple__container .checkbox__label::after {
  border-color: #e1e1e1;
}
.select-multiple--active .select-multiple__container {
  max-height: 300px;
  opacity: 1;
  overflow-y: auto;
  visibility: visible;
  transition: max-height 0.3s ease-in, opacity 0.3s ease-in,
    visibility 0.1s 0.3s;
}
.input-box--floating-placeholder::after {
  opacity: 0;
  visibility: hidden;
}

.ljha-integration .property-search__form.form select, .site-header .ljha-integration .quicksearch select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Layer_1' x='0px' y='0px' viewBox='0 0 407.437 407.437' style='enable-background:new 0 0 407.437 407.437%3B' xml:space='preserve'%3E%3Cpolygon points='386.258 91.567 203.718 273.512 21.179 91.567 0 112.815 203.718 315.87 407.437 112.815 '/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E") no-repeat !important;
  background-position: calc(100% - 0.7em) center !important;
  background-size: 1em !important;
  background-color: white !important;
}


/* Hubspot's Form */
form.hs-form .hs-form-field {
}
form.hs-form .hs_recaptcha .input,
form.hs-form .hs-fieldtype-booleancheckbox .input {
  height: unset;
  line-height: unset;
}
form.hs-form .hs-form-field label {
  display: none;
}
form.hs-form .hs-form-field .inputs-list label {
  display: inline-block;
}
form.hs-form .hs-form-field label.hs-form-booleancheckbox-display {
  display: flex;
  flex-wrap: wrap;
}
form.hs-form .hs-form-field label.hs-form-booleancheckbox-display > * {
  flex: 0 0 auto;
  width: auto;
}
form.hs-form .hs-form-field label.hs-form-booleancheckbox-display > span {
  max-width: calc(100% - 40px);
  margin-left: 12px;
}
form.hs-form input[type="text"],
form.hs-form select,
form.hs-form input[type="password"],
form.hs-form input[type="phone"],
form.hs-form input[type="email"],
form.hs-form input[type="tel"] {
  height: 32px;
  line-height: 32px;
  padding: 0 7px;
  border: 1px solid #e1e1e1;
  width: 100%;
  font-family: "Poppins", Helvetica, sans-serif;
}
form.hs-form .hs-button {
  height: unset;
  line-height: 1.2;
  font-size: 1em;
  background-color: var(--color-black);
  color: var(--color-white);
  padding: 16px 32px;
}
form.hs-form .hs-button:hover {
  border: 1px solid var(--color-black);
}
.multiple-keywords__selection:empty {
    display: none;
}
form.hs-form .input {
  height: unset;
  line-height: unset;
}
form.hs-form .hs-form-radio input {
  height: auto;
}
form.hs-form .hs-form-radio .hs-input {
  margin-bottom: 0;
}

.hero-form__form .hbspt-form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: #000000;
  color: #fff;
  border-color: #000000;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -moz-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -ms-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
}
.hero-form__form .hbspt-form .hs-button:hover,
.hero-form__form .hbspt-form .hs-button.button--black:hover {
  background-color: transparent;
  color: #000000;
}
.hbspt-form .form {
  padding: 0;
  background-color: transparent;
}
.news-list__button-more .button {
  height: auto;
}

.listing-results__form__selection {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
.listing-results__form__selection .selection__item {
  padding: 4px;
  background-color: var(--color-grey);
  font-size: 14px;
  margin-right: 6px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.listing-results__form__selection .selection__item [class*="img-icon"] {
  width: 0.7em;
  height: 0.7em;
  margin-left: 5px;
  cursor: pointer;
}
.property-search__form.form select::placeholder, .property-search__form.form input[type=text]::placeholder {
  color: black;
}

.hero-form__form .hs-form .input input:not([type="checkbox"]):not([type="radio"]), .hero-form__form .hs-form .input textarea {
  width: 100% !important;
}
.hero-form__form .hs-form .input textarea {
  border: 1px solid rgb(225, 225, 225);
}
@media (max-width: 768px) {
  div.hero-form__form {
    max-width: 100%;
  }
  div.hero-form__form input[type=submit] {
    max-width: 100%;
    width: 100%;
  }
}
.property-search__form .form__arrow {
  pointer-events: none !important;
  touch-action: none !important;
} 
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
/*
# Tabs element's style
# Base of all used Tabs elements
*/
.tabs {
  position: relative;
  z-index: 1;
}
.tabs__border {
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: 0;
  z-index: 3;
  display: block;
  background-image: linear-gradient(90deg, #FFD23C 0%, #F9A63A 42.19%, #EE4045 100%);
  opacity: 1;
  transition: left 0.42s, opacity 0.1s ease-in;
}
.tabs__nav {
  margin-bottom: 46px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: nowrap;
}
@media (max-width: 767.98px) {
  .tabs__nav {
    flex-wrap: wrap;
  }
}
.tabs__item {
  color: #000000;
  font-weight: 500;
  padding-bottom: 5px;
  margin-right: 64px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.tabs__item::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: -50%;
  display: block;
  background-color: #bbbbbb;
  opacity: 0;
  transition: left 2s, opacity 0.1s ease-in;
}
.tabs__item:hover::after {
  left: 0;
  opacity: 0;
  transition: left 0.3s ease-in, opacity 0.1s ease-in;
}
.tabs__item.tabs__item--active:hover::after {
  opacity: 0;
}
.tabs__item:not(.tabs__item--active):hover::after {
  background-color: #bbbbbb;
  background-image: none;
  opacity: 1;
}
.tabs__item:not([class*="--active"]):hover {
  border-color: #FFD23C;
}
.tabs__item:last-child {
  margin-right: 0;
}
@media (max-width: 767.98px) {
  .tabs__item {
    width: 50%;
    margin-right: 0;
  }
}
.tabs__panel {
  opacity: 1;
  visibility: visible;
  transition: visibility 0.1s ease-in, opacity 0.5s ease-in;
}
.tabs__panel:not(.tabs__panel--active) {
  position: absolute;
  height: 0;
  width: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.1s 0.3s ease-in, opacity 0.3s ease-in;
}
.tabs__item:not(.tabs__item--active):hover::after {
  background-color: transparent;
  visibility: hidden;
}
.tabs__item::after {
  display: none !important;
}
/*
# Icons
# Custom image icons (SVG) for pages
*/
[class*=img-icon] {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.img-icon--menu {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/menu.svg");
}
.img-icon--search {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/search.svg");
}
.img-icon--search-white {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/search-alt.svg");
}
.img-icon--filter {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/filter.svg");
}
.img-icon--filter-white {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/filter-white.svg");
}
.img-icon--reset {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/reset.svg");
}
.img-icon--bed {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/bed.svg");
}
.img-icon--bath {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/bath.svg");
}
.img-icon--car {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/car.svg");
}
.img-icon--floor {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/area.svg");
}
.img-icon--land {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/area.svg");
}
.img-icon--close {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/close.svg");
}
.img-icon--close-bold {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/close-bold.svg");
}
.img-icon--email {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/email.svg");
}
.img-icon--people {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/people.svg");
}
.img-icon--favourite {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/favourite.svg");
}
.img-icon--favourite-alt {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/favourite-white.svg");
}
.img-icon--share {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/share.svg");
}
.img-icon--link {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/link.svg");
}
.img-icon--flag {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/flag.svg");
}
.img-icon--calendar {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/calendar.svg");
}
.img-icon--house {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/house.svg");
}
.img-icon--description {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/description.svg");
}
.img-icon--gallery {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/gallery.svg");
}
.img-icon--map {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/map.svg");
}
.img-icon--video {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/video.svg");
}
.img-icon--virtual-tour {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/virtual-tour.svg");
}
.img-icon--favourite {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/favourite-outline.svg");
}
.img-icon--brochure {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/brochure.svg");
}
.img-icon--floorplan {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/floorplan.svg");
}
.img-icon--angle-down-black {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/angle-down-black.svg");
}
.img-icon--diamond {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/diamond.svg");
}
.img-icon--arrow-right {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/arrow-right.svg");
}
.img-icon--people-white {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/people-white.svg");
}
.img-icon--facebook {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/facebook.svg");
}
.img-icon--twitter {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/x.svg") !important;
}
.img-icon--linkedin {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/linkedin.svg");
}
.img-icon--youtube {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/youtube.svg");
}
.img-icon--instagram {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/instagram.svg");
}
.img-icon--google {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/google.svg");
}
.img-icon--microsoft {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/microsoft.svg");
}
.img-icon--apple {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/apple.svg");
}
.img-icon--brand {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/brand.svg");
}
.img-icon--header-more {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/header-more.svg");
}
.img-icon--plus {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/plus.svg");
}
.img-icon--minus {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/minus.svg");
}
.img-icon--agent-login {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/agent-login.svg");
}
.img-icon--phone {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/phone.svg");
}
.img-icon--connect {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/connect.svg");
}
.img-icon--map-pin {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/map-pin.svg");
}
.img-icon--arrow {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/arrow-right.svg");
  filter: invert(1);
}
/* Listing item component base */

/* loader */
.listings__item--loader figure,
.listings__item--loader .listings__item__overview > * {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 1em;
  display: block;
}
.listings__item--loader .listings__item__overview > * {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
.listings__item--loader .listings__item__overview > *:first-child {
  width: 80%;
}
.listings__item--loader figure::before,
.listings__item--loader .listings__item__overview > *::before,
.listings__item--loader figure::after,
.listings__item--loader .listings__item__overview > *::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-darkgrey);
}

.listings__item--loader figure::after,
.listings__item--loader .listings__item__overview > *::after {
  width: 20%;
  background-color: var(--color-light);
  transform: skewX(-27deg);
  filter: blur(7px);
  animation: loaderRight 0.7s linear infinite;
}
/*
# Slider
# base for all slider
*/
.slider *::selection {
  background-color: transparent;
}
.slider.tns-carousel {
  display: flex;
  gap: 0;
}
.tns-outer {
  position: relative;
  z-index: 1;
}
.tns-outer:hover {
  cursor: url(//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/arrow-right.svg) 4 5, auto;
}
.tns-controls {
  display: none;
}
.tns-controls button[data-controls*=prev] {
  display: none;
}
.tns-controls button[data-controls*=next] {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(100% + 50px);
  width: 48px;
  height: 25px;
  font-size: 48px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .tns-controls button[data-controls*=next] {
    left: unset;
    right: 10px;
    display: none;
  }
}
.tns-nav button {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #000000;
  opacity: 0.3;
  cursor: pointer;
  margin-right: 16px;
  border-radius: 50%;
}
.tns-nav button.tns-nav-active, .tns-nav button:hover {
  opacity: 1;
}

.testimonial-slider__title::before {
  background-image: //21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/quote.png;
}

.tns-controls {
  display: block !important;
}
.tns-controls .img-icon--arrow-left {
  background-image: ;
}
.tns-controls button {
  width: 25px !important;
  height: 25px !important;
  font-size: 16px !important;
  background-color: transparent !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  border: 0 !important;
  top: 50% !important;
  left: -25px !important;
  position: absolute !important;
  transform: translateY(-50%) !important;
}
.tns-controls button[data-controls*='next'] {
  left: unset !important;
  right: -25px !important;
}
.slider-btn--hidden .tns-controls button[data-controls*='prev'], .slider-btn--hidden .tns-controls button[data-controls*='next'] {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden;
}
/* Popup component base */

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: 15;
  background-color: rgba(255, 255, 255, 0.8);
}
.popup:not(.open) {
  display: none;
}
.popup--open {
  display: flex !important;
}
.popup__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 978px;
  width: 100%;
  margin: auto;
  background-color: #fff;
  padding: 36px;
  position: relative;
}
.popup--padded {
  padding-top: 50px;
  padding-bottom: 50px;
}
.popup--center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  display: inherit;
}
.popup--video .popup__wrapper {
  position: relative;
  z-index: 1;
  height: 0;
  padding-bottom: 56.25%;
  padding-bottom: 550.125px;
}
.popup--video .popup__wrapper .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .popup__close {
    background-color: white;
    z-index: 2;
  }
}

.copy-clipboard {
  position: relative;
  z-index: 1;
}
.copy-clipboard::after {
  display: block;
  width: 100%;
  height: auto;
  padding: 2px 10px;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 2px 2px 3px rgba(132, 127, 127, 0.18);
  color: white;
  border-radius: 5px;
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  transform: translateX(-50%);
  content: "Copied to clipboard";
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
}
.copy-clipboard--copied::after {
  visibility: visible;
  opacity: 1;
  transition: visibility 0.1s ease-in, opacity 0.3s ease-in;
}

/* google map style */
.gmap .gm-style .gm-style-iw-c,
.gmap .gm-style .gm-style-iw-d {
  padding: 0;
}
.gmap .gm-style .gm-style-iw-d {
  overflow: unset !important;
}
.gmap .gmap__info__wrapper {
  padding: 20px;
}
.popup__wrapper.office-group-popup-share__wrapper {
  max-width: 40vw;
  position: relative;
  padding-top: 100px;
}

/* Slot effects with animation handler */

.slot {
  position: relative;
  z-index: 1;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 0.2em;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.slot__item {
  position: relative;
  z-index: 1;
  color: #fff !important;
  visibility: hidden;
  overflow: hidden;
}
.slot span {
  background-image: linear-gradient(to right, #ffd23c 10%, #ee4045 70%);
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: 4px;
  text-align: center;
  min-width: 0.35em !important;
}
.slot__panel {
  color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  visibility: visible;
  z-index: 2;
}
.slot--play .slot__panel {
  animation: slotUp 1.5s ease-in forwards;
}

@keyframes slotUp {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-100% + 1em));
  }
}
.hubdb-ebook .banner-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 96px 30px;
}
.hubdb-ebook .banner-cta__wrapper {
  width: 70%;
  background-color: rgba(255,255,255,.9);
  padding: 64px;
  display: flex;
  flex-direction: column;
}
.hubdb-ebook .banner-cta__heading.heading--section {
  text-align: center;
  margin-bottom: 24px;
  line-height: 1.1;
  padding: 0 10%;
}
.hubdb-ebook .banner-cta__caption {
  text-align: center;
  margin-bottom: 0;
  line-height: 1.1;
}
.hubdb-ebook .banner-cta__caption p:last-child {
  margin-bottom: 0;
}
.hubdb-ebook .banner-cta__button.button {
  height: unset;
  line-height: unset;
  padding: 16px 32px;
  width: auto;
  max-width: max-content;
  margin: 48px auto 0;
  font-size: 14px;
}


@media (max-width: 991.98px) {
  .hubdb-ebook .banner-cta__wrapper {
    width: 100%;
    max-width: 100%;
    padding: 30px;
  }
  .hubdb-ebook .banner-cta__heading.heading--section {
    padding: 0;
  }
  .hubdb-ebook .banner-cta__button {
    margin-top: 20px;
  }
}
/* base section */
.hubdb-ebook .article-column {
  width: 100%; 
  margin: 0 0;
  padding: 96px 30px;
}
.hubdb-ebook .article-column__wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1112px;
  margin: 0 auto;
}
.hubdb-ebook .article-column__header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
.hubdb-ebook .article-column__heading.heading--section {
  margin-bottom: 48px;
  text-align: center;
  line-height: 1;
}
.hubdb-ebook .article-column__caption {
  margin-bottom: 48px;
  text-align: center;
  line-height: 1;
}
.hubdb-ebook .article-tabs__tabnav.tabs__nav {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  margin-bottom: 0;
}
.hubdb-ebook .article-tabs__header .tabs__item:not(:last-child) {
  margin-right: 40px;
}


/* news list */
.hubdb-ebook .article-column__heading + .article-tabs__container > .news-list {
  padding-top: 0
}
.hubdb-ebook .news-list.news-list--tabs {
  padding: 0 0 40px !important; 
}
.hubdb-ebook .news-list__heading {
  display: block;
}
.hubdb-ebook .news-list__wrapper {
  width: 100%;
  display: block;
}
.hubdb-ebook .news-list__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.hubdb-ebook .news-list__item {
  position: relative;
  z-index: 1;
  background: white;
  padding-top: 56.25%;
  box-shadow: 0 0 14px rgb(132 127 127 / 18%);
}
.hubdb-ebook .news-list__item--hoverable .news-list__item__img {
  width: 100%;
  height: 0;
  padding-bottom: 110%;
  position: relative;
  z-index: 1;
  background-color: var(--color-darkgrey);
  margin: 0;
  
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  padding-bottom: 0;
  transition: height 0.3s ease-in, padding-bottom 0.3s ease-in;
}
.hubdb-ebook .news-list__item--hoverable .news-list__item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  display: block;
}
.hubdb-ebook .news-list__item--hoverable:hover .news-list__item__img {
  height: auto;
  padding-bottom: 56.25%;
  transition: height 0.3s ease-in;
  height: 0;
  padding-bottom: 56.25%;
}
.hubdb-ebook .news-list__item__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding: 20px 22px;
  color: #FFF;
}
.hubdb-ebook .news-list__item--hoverable .news-list__item__caption {
  font-size: 28px;
}
.hubdb-ebook .news-list__item--hoverable .news-list__item__wrapper {
  padding: 32px 27px;
  background-color: var(--color-white);
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 15vh;
}
.hubdb-ebook .news-list__item__info {
  font-size: 12px;
  color: #847F7F;
  margin-bottom: 16px;
}
.hubdb-ebook .news-list__item__info a {
  color: #847F7F;
}
.hubdb-ebook .news-list__item__title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 16px;
}
.hubdb-ebook .news-list__item__overview {
  font-size: 14px;
  margin-bottom: 16px;
}
.hubdb-ebook .news-list__item__link {
  color: #847F7F;
  font-size: 14px;
  border-bottom: 1px solid #847F7F;
  min-width: unset;
  width: max-content;
  display: inline-flex;
  padding: 0;
  height: auto;
  line-height: 1.4;
}
.hubdb-ebook .news-list__item__tags {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
}
.hubdb-ebook .news-list__item__tag {
  background-color: var(--color-light);
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  color: var(--color-font);
}
.hubdb-ebook .news-list__item__tag:not(:last-child) {
  margin-right: 8px;
}
.hubdb-ebook .news-list__no-item {
  width: 100%;
  text-align: center;
  grid-column-start: 1;
  grid-column-end: 4;
}
.hubdb-ebook .news-list__button-more {
  text-align: center;
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1112px) {
  .hubdb-ebook .article-column .article-tabs__wrapper.container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .hubdb-ebook .article-column .article-tabs__wrapper.container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .hubdb-ebook .article-column .news-list__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .hubdb-ebook .article-column .news-list__list {
    grid-template-columns: 1fr;
  }
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Styling of Site's Header and it's components */

/* Header DND sections */

.header .dnd-section {
  padding: 0;
}

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}
.header__logo--main img {
  max-height: 26px;
}
.site-header__logo {
  display: flex;
}
.site-header__office {
  font-size: 22px;
  margin-left: 20px;
  font-weight: 400;
  margin-top: -4px;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
  margin-right: auto;
}
.header__logo--main .logo-company-name {
  max-height: 26px;
  margin-bottom: 5px;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}

.header__search .hs-search-field__input {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  height: 45px;
  padding: 0 0.7rem;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #fff;
  border: 2px solid #d1d6dc;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #d1d6dc;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494a52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #ced4db;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494a52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #ced4db;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
}

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #f8fafc;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}

/* custom Header style */
.site-header {
}
.site-header__container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.site-header__container.content-wrapper {
  max-width: 100%;
}
.site-header__navigation {
  margin-left: auto;
}
.site-header__menu {
  display: flex;
  align-items: center;
}
.site-header__menu .menu__item {
  margin: 0 19px;
}
.site-header__menu .menu__item a {
  color: var(--color-font);
}
.site-header__menu .menu__item__login {
  font-size: 20px;
}

/*
# Header
# base for all header element and site's header
*/
.site-header {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 24px 50px 24px;
  background-color: #fff;
  width: 100%;
  min-height: 70px;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 767.98px) {
  .site-header {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100vw;
  }
}
.site-header__brand {
  max-height: 29px;
  width: auto;
}
.site-header__title {
  margin-left: 20px;
  font-size: 24px;
  line-height: 36px;
}
@media (max-width: 767.98px) {
  .site-header__title {
    font-size: 14px;
    display: none;
  }
}
.site-header__menu {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: start;
  flex-wrap: nowrap;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .site-header__menu {
    display: none;
  }
}
.site-header__menu .menu__item {
  position: relative;
  z-index: 1;
}
.site-header__menu .menu__item > a {
  display: block;
  padding: 0;
  font-weight: 500;
  color: #000000;
}
.site-header__menu .menu__item.menu__item--active .menu__sub {
  height: auto;
  width: auto;
  min-width: 150px;
  opacity: 1;
}
.site-header__menu .menu__item:hover > a {
  color: #847f7f;
}
.site-header__menu .menu__item:hover .menu__sub {
  height: auto;
  width: auto;
  min-width: 210px;
  opacity: 1;
}
.site-header__menu .menu__item--login {
  margin: 10px 19px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.site-header__menu .menu__item--login span {
  width: 25px;
  height: 25px;
  display: block;
}
.site-header__menu .menu__sub {
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.site-header__menu .menu__sub .menu__sub__item {
  display: block;
  width: 100%;
  padding: 8px 16px;
  color: #847f7f;
  white-space: nowrap;
}
.site-header__menu .menu__sub .menu__sub__item:hover {
  background-color: #e1e1e1;
}
.site-header .header-search {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
@media (max-width: 767.98px) {
  .site-header .header-search {
    margin-left: auto;
  }
}
.site-header .header-search__icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #000000;
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/search.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 19px;
}
.site-header .header-search__container {
  display: block;
  width: 100vw;
  position: fixed;
  top: 88px;
  left: 0;
  background-color: #f3f3f3;
  visibility: hidden;
  opacity: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .site-header .header-search__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-header .header-search--active .header-search__container {
  visibility: visible;
  opacity: 1;
}
.site-header .quicksearch {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
@media (max-width: 767.98px) {
  .site-header .quicksearch {
    flex-wrap: wrap;
  }
}
.site-header .quicksearch > *:not(:last-child) {
  margin-right: 16px;
  background-color: #fff;
  height: 32px;
  line-height: 32px;
}
.site-header .quicksearch input,
.site-header .quicksearch select {
  border: 0;
  height: 32px;
  padding-left: 8px;
  padding-right: 8px;
  padding-top: 0;
  padding-bottom: 0;
}
.site-header .quicksearch__keywords {
  flex: 1 0 auto;
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__keywords {
    width: 100%;
    margin-bottom: 10px;
  }
}
.site-header .quicksearch__keywords__selection {
  width: auto;
  max-width: 40%;
  overflow-x: auto;
  font-size: 14px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.site-header .quicksearch__keywords__selection::-webkit-scrollbar {
  display: none;
}
.site-header .quicksearch__keywords__selection .selection__item {
  background-color: #f3f3f3;
  height: calc(90% - 8px);
  margin: auto 8px;
  position: relative;
  z-index: 1;
  padding: 0 24px 0 8px;
  line-height: 1.4;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  white-space: nowrap;
}
.site-header
  .quicksearch__keywords__selection
  .selection__item
  [class^="img-icon"] {
  margin-left: 8px;
  height: 8px;
  width: 8px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.site-header
  .quicksearch__keywords__selection
  .selection__item
  [class^="img-icon"]:hover {
  opacity: 0.6;
}
.site-header .quicksearch__keywords__text {
  width: calc(100% - 230px);
  max-width: calc(100% - 230px);
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__category {
    width: calc(50% - 8px);
    margin-bottom: 10px;
  }
}
.site-header .quicksearch__type {
  min-width: 128px;
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__type {
    width: calc(50% - 8px);
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__filter {
    display: none;
  }
}

.site-header .quicksearch__filter__container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f3f3f3;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 20px;
}
.site-header .quicksearch__filter .filter__label {
  margin-right: 16px;
  width: 340px;
  max-width: 340px;
  white-space: nowrap;
}
.site-header .quicksearch__filter .filter__range-slider {
  margin-right: 35px;
}
.site-header .quicksearch__filter .range-slider {
  position: relative;
  z-index: 1;
  background-color: #847f7f;
  height: 2px;
  width: 280px;
}
.site-header .quicksearch__filter .range-slider__value {
  width: 53%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 10%;
  background-color: #000000;
}
.site-header .quicksearch__filter .range-slider__min,
.site-header .quicksearch__filter .range-slider__max {
  background-color: #000000;
  position: absolute;
  top: 50%;
  left: 0;
  left: 10%;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.site-header .quicksearch__filter .range-slider__max {
  left: unset;
  right: 0;
  right: 35%;
}
.site-header .quicksearch__filter .filter__bbc {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 35px;
}
.site-header .quicksearch__filter .filter__bbc > [class^="filter__"] {
  width: 128px;
}
.site-header
  .quicksearch__filter
  .filter__bbc
  > [class^="filter__"]:nth-child(2) {
  margin: 0 35px;
}
.site-header .quicksearch__filter .filter__suburb {
  font-size: 14px;
  line-height: 1.1;
}
.site-header .quicksearch__filter--expand .quicksearch__filter__container {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -ms-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__filter-advanced {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  .site-header .quicksearch__filter-advanced .button {
    width: 100%;
  }
  .property-search {
    display: none;
  }
  .property-search__form > * {
    margin-bottom: 16px;
  }
}
@media (max-width: 767.98px) {
  .site-header .quicksearch__button {
    margin-top: 4px;
    width: 100%;
  }
  .site-header .quicksearch__button .button {
    width: 100%;
  }
}
.site-header__sidenav {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.site-header__sidenav .sidenav__icon {
  display: block;
  width: 20px;
  height: 20px;
  color: #000000;
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/menu.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px 19px;
  cursor: pointer;
  opacity: 0.7;
}
@media (max-width: 767.98px) {
  .site-header__sidenav .sidenav__icon {
    margin: 10px 0;
  }
}
.site-header__sidenav .sidenav__container {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 11;
  width: 478px;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  padding: 25px 50px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: transform 0.2s ease-in, visibility 0.1s 0.2s, opacity 0.1s 0.2s;
  -webkit-transition: transform 0.2s ease-in, visibility 0.1s 0.2s,
    opacity 0.1s 0.2s;
  -moz-transition: transform 0.2s ease-in, visibility 0.1s 0.2s,
    opacity 0.1s 0.2s;
  -ms-transition: transform 0.2s ease-in, visibility 0.1s 0.2s,
    opacity 0.1s 0.2s;
  -o-transition: transform 0.2s ease-in, visibility 0.1s 0.2s, opacity 0.1s 0.2s;
}
.site-header__sidenav .find-agent__form {
  padding: 0;
  display: flex;
  margin-bottom: 30px;
}
.site-header__sidenav .find-agent__button.button {
    min-width: unset;
    padding: 0 15px;
}
.site-header__sidenav .find-agent__button.button span {
  filter: invert(1);
  margin-left: 0;
}
.site-header__sidenav .find-agent__button.button:hover span {
  filter: invert(0);
}
.site-header__sidenav .heading--section {
  font-size: 20px;
  margin-bottom: 0;
}
.site-header__sidenav p {
  margin-bottom: 0;
}
.sidenav__container section:not(:last-child) {
  margin-bottom: 30px;
}
.site-header__sidenav .sidenav__overview-panel.tabs__panel:not(.tabs__panel--active):first-child:last-child {
  position: static;
  overflow: auto;
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-header__sidenav .sidenav__container {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .site-header__sidenav .sidenav__container {
    width: 100%;
    flex-wrap: nowrap;
  }
}
.site-header__sidenav .sidenav__container a {
  color: #000000;
}
.site-header__sidenav .sidenav__container .sidenav__header {
  padding-bottom: 21px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 48px;
}
.site-header__sidenav
  .sidenav__container
  .sidenav__header
  .sidenav__header__link {
  color: #000000;
}
.site-header__sidenav .sidenav__container .sidenav__search {
  margin-bottom: 50px;
}
.site-header__sidenav .sidenav__container .sidenav__search__input {
  border: 1px solid #847f7f;
  height: 36px;
  line-height: 36px;
  padding: 0 34px;
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/search-alt.svg");
  background-repeat: no-repeat;
  background-size: 1em;
  background-position: 12px center;
  background-blend-mode: difference;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .site-header__sidenav .sidenav__container .sidenav__menu__item {
    margin-bottom: 0;
    font-weight: 500;
  }
}
.site-header__sidenav .sidenav__container .sidenav__menu__item > a {
  font-size: 28px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  left: -50%;
  display: block;
  background-image: linear-gradient(
    90deg,
    #ffd23c 0%,
    #f9a63a 42.19%,
    #ee4045 100%
  );
  opacity: 0;
  transition: left 2s, opacity 0.1s ease-in;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item--active a::after,
.site-header__sidenav .sidenav__container .sidenav__menu__item:hover a::after {
  left: 0;
  opacity: 1;
  transition: left 0.3s ease-in, opacity 0.3s ease-in;
}
.site-header__sidenav
  .sidenav__container
  .sidenav__menu__item:not(.sidenav__menu__item--active):hover
  a::after {
  background-image: none;
  background-color: #bbbbbb;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item .menu__sub {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  flex-wrap: nowrap;
  height: 0;
  transform-origin: center top;
  transform: scaleY(0);
  transition: height 0.3s ease-in, transform 0.3s ease-in;
}
.site-header__sidenav
  .sidenav__container
  .sidenav__menu__item
  .menu__sub__item {
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 8px;
  font-size: 18px;
}
.site-header__sidenav
  .sidenav__container
  .sidenav__menu__item--expand
  .menu__sub {
  overflow: visible;
  height: auto;
  transform: scaleY(1);
  transition: height 0.3s ease-in, transform 0.3s ease-in;
}
.site-header__sidenav .sidenav__container .sidenav__menusub {
  margin-top: 16px;
}
.site-header__sidenav .sidenav__container .sidenav__menusub__item {
  font-size: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .site-header__sidenav .sidenav__container .sidenav__menusub {
    display: none;
  }
}
.site-header__sidenav .sidenav__container .sidenav__footer-links {
  margin-top: auto;
}
.site-header__sidenav .sidenav__container .sidenav__footer-links__heading {
  font-size: 18px;
  font-weight: 500;
}
.site-header__sidenav .sidenav__overview {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 164px;
  background-color: #f3f3f3;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: calc(100% - 478px);
  overflow-y: auto;
  transform: translateX(100vw);
  transition: transform 0.3s ease-in;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-header__sidenav .sidenav__overview {
    width: calc(100% - 400px);
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) {
  .site-header__sidenav .sidenav__overview {
    padding-top: 210px;
  }
}
.site-header__sidenav .sidenav__overview-search {
  margin-bottom: 164px;
  display: flex;
  align-items: center;
  width: 100%;
  display: none;
}
.site-header__sidenav .sidenav__overview-search .input {
  border: 1px solid transparent;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  margin-right: 16px;
}
.site-header__sidenav .sidenav__overview-search .button {
  padding: 0 12px;
  height: 36px;
  line-height: 36px;
}
.site-header__sidenav .sidenav__overview-links {
  display: none;
  width: 100%;
}
.site-header__sidenav .sidenav__overview-links.active {
  display: grid;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-header__sidenav .sidenav__overview-links.active {
    display: flex;
    flex-direction: column;
  }
}
.site-header .header-search--active .header-search__container {
  visibility: visible;
  opacity: 1;
}
.site-header__sidenav .sidenav__overview-links__heading {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  color: var(--color-font);
}
.site-header__sidenav .sidenav__overview-links__item {
  margin-bottom: 10px;
}
.site-header__sidenav .sidenav__overview-links__item a {
  opacity: 0.6;
  color: #000000;
  font-size: 14px;
}
.site-header__sidenav .sidenav__overview-links__item a:hover {
  opacity: 1;
}
.site-header__sidenav .sidenav__overview-links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-right: 10px;
}
.site-header__sidenav--expand .sidenav__icon {
  position: relative;
  z-index: 12;
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/close.svg");
  margin-top: 0;
  margin-right: 0;
}
.site-header__sidenav--expand::before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vw;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}
.site-header__sidenav--expand .sidenav__container {
  display: flex;
  visibility: visible;
  opacity: 1;
  transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transition: transform 0.2s ease-in;
  -webkit-transition: transform 0.2s ease-in;
  -moz-transition: transform 0.2s ease-in;
  -ms-transition: transform 0.2s ease-in;
  -o-transition: transform 0.2s ease-in;
}
.site-header__sidenav--expand .sidenav__overview {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: transform 0.2s ease-in;
}
.sidenav__overview-nav.tabs__nav {
  margin-bottom: 50px;
}
.sidenav__overview-nav.tabs__nav .tabs__item,
.sidenav__overview-nav.tabs__nav .tabs__item:hover,
.sidenav__overview-nav.tabs__nav .tabs__item {
  font-weight: 300;
}

.sidenav__footer-links__item {
  margin-bottom: 16px;
}
.sidenav__footer-offices {
  margin-top: auto;
}

/* header submenu mobile */
@media (min-width: 768px) {
  .sidenav__overview-mobile {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .sidenav__overview-mobile {
    margin: 30px 0;
  }
  .sidenav__overview-mobile .sidenav__overview-nav.tabs__nav .tabs__item {
    width: 100%;
    font-weight: 500;
  }
  .sidenav__overview-mobile
    .sidenav__overview-nav.tabs__nav
    .tabs__item.tabs__item--active {
    color: var(--color-secondary);
  }
  .sidenav__overview-mobile .tabs__border {
    display: none !important;
  }
}

.hs-tools-menu.hs-collapsed {
  display: none !important;
}
.breadcrumb__divider {
  display: inline-block;
  width: 1px;
  height: 1em;
  background: var(--color-font);
  margin: 0 0.3em;
}
.nice-select {
  width: 100%;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item > a::after { display: none !important; }

.filter-results__fields--bbc.form [class*="__field"] {
  margin-bottom: 0;
}
.filter-results__category {
  margin-bottom: 32px;
}

.ljha-integration[data-origin="land-au"] .filter-results__fields--bbc {
  grid-template-columns: 100%;
}
.ljha-integration[data-origin="land-au"]
  .filter-results__fields--bbc.form
  [class*="__field"] {
  padding-left: 0;
}
.ljha-integration[data-origin="commercial-au"] .filter-results__fields--bbc {
  grid-template-columns: 25% 37.5% 37.5%;
}

.ljha-integration[data-origin="commercial-au"]
  .filter-results__fields--bbc.form
  .filter__bed,
.ljha-integration[data-origin="commercial-au"]
  .filter-results__fields--bbc.form
  .filter__bath {
  display: none;
}
.ljha-integration[data-origin="commercial-au"]
  .filter-results__fields--bbc
  .filter-results__field {
  width: 100%;
}
.ljha-integration[data-origin="commercial-au"]
  .filter-results__fields--bbc
  .filter__car {
  grid-column: 1 / span 3;
}
.site-header .quicksearch__filter .filter__bbc>[class^="filter__"]:nth-child(2) {
  margin: auto;
}
.office-group__slider__item__content {
  cursor: pointer;
}
.office-group__slider__item__content .img-icon--arrow {
  position: absolute;
  right: 15px;
  bottom: 3px;
  font-size: 50px;
}
.office-group__slider__item__buttons {
  opacity: 0;
  transform: rotateY(179deg);
  transition: opacity .5s ease-in, transform .5s ease-in;
}
.office-group__slider__item__content:hover .office-group__slider__item__buttons {
  opacity: 1;
  transform: rotateY(0deg);
  transition: opacity .5s ease-in, transform .5s ease-in;
}

/* Floating Hubspot Banner */
body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper {
    margin-top: auto;
}

body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper .site-header {
    top: 92px;
}

body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper .site-header .header-search__container {
    top: 179px;
}
body.hs-web-interactives-top-banner-open .hero-form.hero-form--nonlibs {
  padding-top: 0;
  min-height: calc(95vh - 10px);
}
body.hs-web-interactives-top-banner-open .agent-office-results {
  padding-top: 30px;
}
body.hs-web-interactives-top-banner-open .property-header .breadcrumb {
  top: auto;
  position: fixed;
}
body.hs-web-interactives-top-banner-open .breadcrumb-office-agent {
  top: unset;
  transform: translateY(-4px);
}
body.hs-web-interactives-top-banner-open .breadcrumb-office {
  top: unset;
  transform: translateY(0);
}
body.hs-web-interactives-top-banner-open .body-container--office-team-group .breadcrumb-office-agent {
    transform: translateY(-54px)
}
body.hs-web-interactives-top-banner-open .hero-form {
  padding-top: 0;
}
body.hs-web-interactives-top-banner-open main.body-container-wrapper {
  padding-top: 97px;
}
@media (max-width: 1024px) {
  html.body--noscroll div#hs-web-interactives-top-anchor {
    z-index: 1 !important;
  }
  .body--noscroll body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper .site-header {
      top: 0 !important;
  }
  body.hs-web-interactives-top-banner-open .breadcrumb-office {
    top: unset;
    transform: translateY(0);
  }
  body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper .site-header {
    top: auto;
  }
  body.hs-web-interactives-top-banner-open main.body-container-wrapper header.property-header__agentoffice.property-header {
    top: auto;
  }
  body.hs-web-interactives-top-banner-open .agent-office-results {
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .site-header__sidenav .sidenav__container .sidenav__header {
    margin-bottom: calc(48px + 84px);
  }
  body.hs-web-interactives-top-banner-open #hs-web-interactives-top-push-anchor ~ .body-wrapper .site-header {
    top: auto;
  }
  body.hs-web-interactives-top-banner-open .hero-gallery__content {
    padding-bottom: 30%; 
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .sidenav__overview-panel.grid--3 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  html.body--noscroll {
    max-height: 100vh;
    overflow: hidden !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  body.hs-web-interactives-top-banner-open main.body-container-wrapper {
    padding-top: 50px;
  }
  body.hs-web-interactives-top-banner-open .breadcrumb-office {
    top: unset;
    transform: translateY(38%);
  }
  .header__logo--main img[src*="ommercial"] {
    max-width: 47vw;
    transform: translateY(-25%);
  }
}
@media (max-width: 991.98px) {
  .header-search__icon.img-icon--search {
    position: relative;
  }
  .header-search__icon.img-icon--search::before {
    content: "Search";
    display: inline-block;
    position: absolute;
    word-break: keep-all;
    top: 50%;
    right: calc(100% + 12px);
    transform: translateY(-50%);
  }
  .header-search--active .header-search__icon.img-icon--search::before {
    display: none;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}


/* layout spacing */
.parsection-article-column + .parsection-card-icon__module section {
    padding-top: 0;
}
.widget-span ul:not([class]) {
  list-style-position: outside;
  margin-left: 1.2em;
}

/* Container with crop function */
.container-crop {
  max-height: 12.5em;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .container-crop {
    max-height: unset !important;
  }
}
.container-crop__toggle {
  display: inline-block;
  margin-top: 1em;
}
.container-crop__toggle::before {
  content: attr(data-label-more);
}
@media (max-width: 767.98px) {
  .container-crop__toggle {
    display: none !important;
  }
}
.container-crop--expand {
  max-height: unset !important;
}
.container-crop--expand + .container-crop__toggle::before {
  content: attr(data-label-less);
}.container-crop {
  max-height: 12.5em;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .container-crop {
    max-height: unset !important;
  }
}
.container-crop__toggle {
  display: inline-block;
  margin-top: 5px;
  color: var(--color-semidark);
  text-decoration: underline;
  margin-bottom: 1em;
}
.container-crop__toggle::before {
  content: attr(data-label-more);
}
@media (max-width: 767.98px) {
  .container-crop__toggle {
    display: none !important;
  }
}
.container-crop--expand {
  max-height: unset !important;
}
.container-crop--expand + .container-crop__toggle::before {
  content: attr(data-label-less);
}

[class*="column-image"] a:not(.button), .section-generic a:not(.button) {
  font-weight: 600;
  color: var(--color-font);
  text-decoration: none;
}
[class*="column-image"] a:not(.button):hover, .section-generic a:not(.button):hover {
  color: var(--color-font);
}
[class*="column-image"] a:not(.button):visited, .section-generic a:not(.button):visited {
  font-weight: 600;
  color: var(--color-font);
  text-decoration: none;
}
/*
# Footer
# Base for all footer elements and site's footer
*/
.site-footer {
  padding: 4.25rem 0 0px;
  background-color: #F3F3F3;
}
@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 30px;
    background-color: #FFF;
  }
}
.site-footer__head {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: flex-end;
  flex-wrap: nowrap;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .site-footer__head {
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-footer__head {
    align-items: center;
  }
}
.site-footer__brand {
  height: 20px;
  width: auto;
}
.site-footer__brand img {
  height: 100%;
  width: auto;
  object-fit: contain;
}
@media (max-width: 767.98px) {
  .site-footer__brand {
    height: auto;
    order: 1;
    text-align: center;
    margin-bottom: 20px;
    justify-content: center;
    padding-right: 0;
    display: flex;
  }
  .site-footer__brand img {
    display: block;
    min-height: 30px;
    max-height: 30px;
    width: auto;
  }
}
.site-footer .footer__category {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 8px 0;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  z-index: 1;
}
.site-footer .footer__category .tabs__border {
  bottom: -1px;
}
@media (max-width: 767.98px) {
  .site-footer__head .tns-outer {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
  .site-footer__head .tns-controls {
    display: block;
  }
  .site-footer__head .tns-controls button[data-controls*="next"], .site-footer__head .tns-controls button[data-controls*="prev"] {
    display: inline-block;
    z-index: 3;
  }
  .site-footer__head .tns-controls button[data-controls*="prev"] {
    left: 0 !important;
  }
  .site-footer__head .tns-controls button[data-controls*="next"] {
    right: 0 !important;
  }
  .site-footer__head .tns-controls .img-icon--arrow-left, .site-footer__head .tns-controls .img-icon--arrow-right {
    opacity: 1;
  }
  .site-footer__head .tns-inner {
    background-color: var(--color-grey);
  }
  .flex .footer__category.flex__item.flex--8 {
    max-width: inherit;
  }
  .flex .footer__category .footer__category__item {
    text-align: center;
  }
  .site-footer__head.flex .site-footer__brand {
    padding-top: 20px;
  }
  .site-footer .footer__category::-webkit-scrollbar {
    background-color: transparent;
    width: 0;
    height: 0;
  }
  .site-footer .footer__category .tabs__border {
    display: none !important;
  }
  nav.site-footer__credits a:not(:last-child) {
    padding-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-footer .footer__category__item.flex__item {
    width: auto;
    max-width: unset;
    margin-right: 11px;
  }
}
.site-footer .footer__category__item > a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #000000;
}
.site-footer .footer__category__item > a::after {
  display: none;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(90deg, #FFD23C 0%, #F9A63A 42.19%, #EE4045 100%);
  position: absolute;
  bottom: -5px;
  left: -50%;
  content: "";
  opacity: 0;
}
@media (max-width: 767.98px) {
  .site-footer .footer__category__item > a {
    font-size: 18px;
  }
}
.site-footer .footer__category__item--active, .site-footer .footer__category__item:hover {
  font-weight: 500;
  position: relative;
}
.site-footer .footer__category__item--active > a::after, .site-footer .footer__category__item:hover > a::after {
  left: 0;
  opacity: 1;
  transition: left 0.3s ease-in, opacity 0.3s ease-in;
  background-image: none;
  background-color: #c8c8c8;
}
.site-footer .footer__category__item>a::after, .site-footer .footer__category__item:hover>a::after {
  display: none !important;
}
@media (max-width: 767.98px) {
  .site-footer .footer__category__item--active > a::after, .site-footer .footer__category__item:hover > a::after {
    display: none;
  }
}
.site-footer .footer__category__item > a {
  display: inline-block;
  position: relative;
  z-index: 1;
  color: #000000;
}
@media (max-width: 767.98px) {
  .site-footer .footer__category__item {
    margin-bottom: 0;
  }
}
.site-footer .footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  border-bottom: 1px solid #E5E5E5;
  padding: 8px 0;
}
@media (max-width: 767.98px) {
  .site-footer .footer__social {
    text-align: center;
    justify-content: center;
    border-bottom: 0;
    order: 2;
  }
}
.site-footer .footer__social > a {
  width: 12px;
  height: 12px;
  margin: 0 8px;
}
.site-footer .footer__social > a:last-child {
  margin-right: 0;
}
.site-footer .footer__social [class^=social__icon] {
  width: 100%;
  height: 100%;
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/facebook.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.site-footer .footer__social .social__icon--facebook {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/facebook.svg");
}
.site-footer .footer__social .social__icon--instagram {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/instagram.svg");
}
.site-footer .footer__social .social__icon--twitter {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/x.svg");
}
.site-footer .footer__social .social__icon--linkedin {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/linkedin.svg");
}
.site-footer .footer__social .social__icon--youtube {
  background-image: url("//21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/youtube.svg");
}
.site-footer__body {
  padding-top: 32px;
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 767.98px) {
  .site-footer__body {
    margin-bottom: 8px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.site-footer__body .footer__panel:not(.footer__panel--active) {
  display: none;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-footer__body .footer__panel {
    flex-wrap: wrap;
  }
}
.site-footer__body .footer__menu {
  list-style: none;
  margin: 0;
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .site-footer__body .footer__menu.flex__item.flex--2 {
    width: 33.33%;
    max-width: 33.33%;
  }
}
.site-footer__body .footer__menu__heading, .site-footer__body .footer__menu > p.footer__menu__heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 16px;
  display: block;
}
.site-footer__body .footer__menu__item, .site-footer__body .footer__menu > p {
  display: block;
  width: 100%;
  margin-bottom: 8px;
  font-size: 14px;
  padding-right: 10px;
}
@media (max-width: 767.98px) {
  .site-footer__body .footer__menu__item, .site-footer__body .footer__menu > p {
    padding-right: 0;
  }
}
.site-footer__body .footer__menu__item a, .site-footer__body .footer__menu > p a {
  color: #000000;
}
.site-footer__body .footer__menu__item a:hover, .site-footer__body .footer__menu > p a:hover {
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .site-footer__body .footer__menu {
    margin-bottom: 20px;
    text-align: center;
    max-height: 30px;
    overflow: hidden;
    transition: max-height 0.3s ease-in;
  }
  .site-footer__body .footer__menu--expand {
    max-height: 200rem;
    transition: max-height 0.3s ease-in;
  }
}
.site-footer__credits {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
  width: 100%;
  margin-top: 26px;
  border-top: 1px solid rgba(132, 127, 127, 0.18);
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .site-footer__credits {
    padding-left: 30px;
    padding-right: 30px;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.site-footer__credits a {
  color: #000000;
  padding: 0 12px;
}
.site-footer__credits a:first-child {
  padding-left: 0;
}
@media (min-width: 1112px) {
  .site-footer .flex .site-footer__brand.flex__item.flex--2 {
    align-self: center;
  }
}
@media (max-width: 767.98px) {
  .site-footer__credits a {
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    width: 100%;
  }
  .site-footer__credits a:not(:last-child) {
    padding-right: 10px;
  }
  .site-footer__credits a:first-child {
    width: 100%;
    flex: 1 0 auto;
    display: block;
  }
}

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

.pagination__link {
  display: inline-flex;
  margin: 0 0.35rem;
}

.pagination__link,
.pagination__link:hover,
.pagination__link:focus,
.pagination__link:active {
  text-decoration: none;
}

.pagination__link--disabled {
  cursor: default;
  pointer-events: none;
}

.pagination__link--disabled .pagination__link-text {
  color: #B0C1D4 !important;
}

.pagination__link--first,
.pagination__link--prev {
  margin-right: 0.7rem;
}

.pagination__link--first {
  margin-left: 0;
}

.pagination__link--number {
  border: 2px solid transparent;
  border-radius: 6px;
  margin: 0 0.175rem;
  padding: 0.25rem 0.4rem;
}

.pagination__link--number:hover,
.pagination__link--number:focus,
.pagination__link--active {
  border-color: #B0C1D4;
}

.pagination__link--last,
.pagination__link--next {
  margin-left: 0.7rem;
}

.pagination__link--last {
  margin-right: 0;
}

.pagination__link-icon svg,
.pagination__link-icon svg {
  height: 16px;
  margin: 0 0.3rem;
  width: 16px;
}
.ebook-list__pagination {
  margin-top: 64px;
}
.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: ;
}
.ebook-list__pagination .pagination__link--disabled .pagination__link-icon svg,
.ebook-list__pagination .pagination__link--disabled .pagination__link-icon svg {
  fill: #B0C1D4 !important;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}


.devdebug {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px;
  background-color: rgb(176, 217, 230);
  border: 1px solid rgb(65, 149, 175);
}
.devdebug::before {
  content: "Developer Debug";
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px dotted;
}
.devdebug p {
  margin-bottom: 0;
}
.site-header__sidenav .sidenav__container .sidenav__menu__item.sidenav__menu__item--active > a::after {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 2px;
  display: block !important;
  background-image: linear-gradient(90deg, #FFD23C 0%, #F9A63A 42.19%, #EE4045 100%);
  transition: left 2s, opacity 0.1s ease-in;
  left: 0;
  opacity: 1;
}
.site-footer .footer__social .social__icon--youtube {
  transform: translateY(12%);
}
@media (min-width: 1000px) and (max-width: 1119.98px) {
  .site-footer .footer__category {
    padding-left: 30px;
  }
  .site-footer .footer__social {
    padding-right: 26px;
  }
}
@media (min-width: 1112px) {
  div.property-header__buttons {
    display: none;
  }
  .property-header .property-header__cta .img-icon--header-more {
    display: none;
  }
  div.listing-results.grid--75-25 {
    grid-template-columns: minmax(0, 74%) minmax(0, 26%);
  }
  header.property-header {
    padding-right: 8%;
    padding-left: 8%;
  }
  div.property-header__wrapper {
    padding-right: 0;
  }
  .site-header .quicksearch .multiple-keywords {
    height: 32px;
  }
  .site-header .quicksearch div.multiple-keywords:not(.multiple-keywords--oversize) {
    padding-left: 2px;
  }
  .site-header .quicksearch div.multiple-keywords__selection {
    max-width: 80%;
  }
  .property-search__form.form .property-search__keywords:not(.multiple-keywords--oversize) {
    padding-left: 4px;
  }
  .multiple-keywords__selection, .multiple-categories__selection, .multiple-features__selection, .multiple-tags__selection {
    padding: 0 !important;
  }
  .article-tabs__container .news-list {
    padding-top: 0;
  }
  section.card-icon__module, section.news-list, section.article-column {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  section.banner-cta {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .property-search__form.form .property-search__keywords {
    border-radius: 3px;
  }
  div.simplesearch__button button {
    height: 31px;
  }
  .site-footer .footer__category {
    padding-left: 30px;
  }
  /*  evenly submenu  */
  .site-footer .footer__panel {
    padding-left: 0px;
    justify-content: space-between;
  }
  .site-footer .footer__social {
    padding-right: 19px;
  }
  .site-footer__body .footer__menu:nth-of-type(1) {
    margin-right: 30px;
  }
  .site-footer__body .footer__menu:nth-of-type(6) {
    width: 16.66%;
    max-width: calc(16.66% - 30px);
  }
  .flex .site-footer__brand.flex__item.flex--2 {
    width: auto;
  }
  .site-footer .flex .footer__category.flex__item.flex--8 {
    justify-content: flex-start;
  }
  .site-footer .footer__category__item>a {
    margin-right: 75px;
  }
  .site-footer .flex .footer__category__item.flex__item.flex--3 {
    width: auto;
  }
  .listings.listings--grid:not([class*=grid--]) {
    padding-left: 7px;
  }
}
@media (min-width: 992px) {
  .breadcrumb__share--mobile {
    display: none !important;
  }
  .property-header .img-icon--header-more {
    background-image: url(//20789747.fs1.hubspotusercontent-na1.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/minus.svg);
    position: relative;
  }
  .property-header .img-icon--header-more::before {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(//20789747.fs1.hubspotusercontent-na1.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/minus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in;
  }
  div.property-header__buttons {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1112px) {
  section.testimonial-slider {
    padding: 84px 106px 120px;
  }
  section.testimonial-slider .tns-nav button:last-child {
    position: relative;
    transform: translateY(-12%);
  }
  section.testimonial-slider .tns-nav button:last-child::after {
    content: "";
    width: 24px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 20px;
    display: inline-block;
    margin-left: 20px;
    position: absolute;
    top: -3px;
    left: 100%;
    background-image: url(https://21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/arrow-right.svg) !important;
  }
  .ljha-search-result.listings.listings--grid {
    grid-template-columns: repeat(2, 1fr) !important;
    padding-right: 40px;
    padding-left: 7px;
  }
}
@media (max-width: 1112px) {
  .resources-nav__wrapper {
    flex-direction: column;
  }
  .resources-nav__search {
    margin: 20px auto 10px;
  }
  section.hero-form {
    padding-left: 30px;
    padding-right: 30px;
  }
  .column-image-icon__wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  .property-listings__wrapper.container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .site-header .header-search--active .header-search__icon {
    z-index: 2;
    position: relative;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg width='25' height='19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1l17 17M4 18L21 1' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E);
  }
  .listing-results__list.grid--3 {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
  .property-header__cta span.img-icon--header-more {
    position: relative;
  }
  .property-header .img-icon--header-more, .property-header .img-icon--header-more::before {
    background-image: url(//20789747.fs1.hubspotusercontent-na1.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/minus.svg);
  }
  .property-header .img-icon--header-more::before {
    content: "";
    width: 32px;
    height: 32px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50% center;
    position: absolute;
    top: 0px;
    left: 0px;
    transform-origin: center center;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in 0s;
  }
  .property-header__buttons {
    display: none;
  }
  .testimonial-slider .tns-controls button[data-controls*=next] {
    display: none;
  }
  .site-header .header-search:not(.header-search--active) .quicksearch__filter.morefilter {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  div.news-list__list {
    grid-template-columns: repeat(2, 1fr);
  }
  section.column-image-icon--offset .column-image-icon__content {
    padding: 96px 40px 80px;
  }
  section.testimonial-slider {
    padding: 84px 50px 120px;
  }
  div.listing-results.grid.grid--75-25 {
    display: grid;
    width: 100%;
    gap: 30px;
    padding: 0 30px;
    grid-template-columns: minmax(0, 60%) minmax(0, 40%);
  }
  section.listing-results__list.grid--3 {
    grid-template-columns: minmax(0, 1fr);
    padding-right: 40px;
  }
  div.news-list__list.news-list__list--6.news-list__list--default {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
  }
  div.article-tabs__tabnav.tabs__nav .tabs__item {
    margin-left: 20px !important;
    marign-right: 20px !important;
  }
  div.property-listings__panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 991.98px) {
  .ljha-search-result.listings.listings--grid {
    grid-template-columns: repeat(1, 1fr) !important;
    padding-right: 40px;
    padding-left: 7px;
  }
  .site-header__sidenav .sidenav__overview-links__heading {
    margin-top: 20px;
  }
  .site-header .header-search .quicksearch__filter__container {
    flex-direction: column;
    padding: 0 30px 30px;
  }
  .site-header .header-search .quicksearch__filter .filter__label {
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    margin-bottom: 6px;
  }
  .site-header .header-search .quicksearch__filter .filter__range-slider {
    margin-right: 0;
    width: 100%;
  }
  .site-header .header-search .quicksearch__filter .range-slider {
    width: 100%;
  }
  .site-header .header-search .quicksearch__filter .filter__bbc {
    margin-right: 0;
    margin-top: 20px;
    width: 100%;
    flex-wrap: wrap;
  }
  .site-header .header-search .quicksearch__filter .filter__bbc > [class^=filter__] {
    width: 100%;
    margin-right: 0;
    margin-left: 0px !important;
    margin-bottom: 10px;
  }
  div.floating-navigation {
    display: none;
  }
  a.floating-navigation__item {
    font-size: 14px;
  }
  .body-container--home .property-search {
    display: none;
  }
  .body-container--home .section-generic.text-center {
    text-align: left;
  }
  .property-search {
    top: calc(50% + 132px);
  }
  .property-search__form button.property-search__submit {
    margin-right: 0;
    margin-top: 17px;
  }
  .breadcrumb__share--mobile {
    display: block;
    text-align: left;
    padding-left: 0;
  }
  body .embed-video.container-wrapper {
    padding: 0;
  }
  body .find-agent {
    text-align: left;
  }
  .find-agent .find-agent__form {
    width: 100%;
  }
  
  section.article-column {
    padding: 30px 30px;
  }
  section.article-column .news-list {
    padding: 5px 0;
  }
  .column-image .column-image__thumbnail {
    order: 1;
  }
  .column-image .column-image__content {
    order: 2;
    padding-top: 20px;
  }
  .article-tabs .tns-controls {
    display: block !important;
  }
  .article-tabs .tns-controls button[data-controls*=prev], .article-tabs .tns-controls button[data-controls*=next] {
    display: inline-block;
  }
  .article-tabs__tabnav.tabs__nav {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: auto;
    flex-wrap: nowrap;
    width: auto;
    text-align: center;
    order: 3;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
    padding: 10px 0px 4px;
  }
  .article-tabs__tabnav.tabs__nav .tabs__item {
    margin: 0 !important;
    font-size: 18px;
    color: var(--color-font);
    font-weight: 400!important;
    flex: 0 0 auto;
  }
  .hero-form__content {
    text-align: left;
  }
  .hero-form .hero-form__content__heading, .hero-form  .hero-form__content__heading * {
    max-width: 100%;
    text-align: left;
  }
  .news-list__list.news-list__list--default, .article-column .news-list__list {
    grid-template-columns: unset;
    display: flex;
  }
  .tabs-link-circular__tabnav.tabs__nav {
    
  }
  .hero-form__grid.grid {
    display: flex;
    flex-direction: column;
  }
  .hero-form__content__subheading, .hero-form__content__subheading p {
    text-align: left !important;
  }
  .form__heading, .appraisal-form__caption, .hero-form__form__subheading {
    text-align: left;
  }
  .news-list__item--hoverable:hover .news-list__item__img {
    height: 100% !important;
    padding-bottom: 0 !important;
  }
  div.listing-results.grid--75-25 {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0;
    padding: 0 30px;
    grid-template-columns: unset;
  }
  .property-header .property-header__wrapper {
    padding-left: 30px;
    padding-right: 30px;
    justify-content: flex-start;
  }
  .property-header .breadcrumb {
    max-width: 100%;
    width: 100%;
  }
  .property-header .property-header__buttons {
    display: none;
  }
  .property-header .property-header__cta {
    padding-top: 0px;
    width: 100%;
  }
  .property-header__cta span.img-icon--header-more {
    margin-left: auto;
  }
  .listing-results .os-content {
    padding-right: 0 !important;
    padding-top: 170px !important;
  }
  .listing-results .listing-results__list {
    gap: 30px;
  }
  .listing-results .listing-results__content {
    order: 1;
    padding-right: 0;
    min-height: unset;
    padding-top: 80px;
  }
  .listing-results .listing-results__sidebar {
    order: 2;
  }
  .listing-results__sidebar .listing-results__sidebar__view {
    justify-content: center;
  }
  .libtabs__item::after {
    content: attr(data-label) !important;
    max-width: max-content;
    overflow: hidden;
    color: transparent !important;
  }
  .property-listings .property-listings__tab-item.libtabs__item--active ~ .property-listings__tab-item.libtabs__item--active::after,
  .article-tabs__tabnav.tabs__nav .tabs__item.libtabs__item--active ~  .article-tabs__tabnav.tabs__nav .tabs__item.libtabs__item--active::after{
    display: none !important;
  }
  
  .listing-results__sidebar .listing-results__category>.panels__item.panels__item--show {
    display: inline-block;
  }
  .listing-results__sidebar .listing-results__form.form {
    padding-left: 0;
    padding-bottom: 100px;
  }
  .listing-results__sidebar .nice-select {
    width: 100%;
  }
  .listing-results__map .gmap__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .selling-guides .selling-guides__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .body-container--blog-post .article-column .news-list__list:not(.tns-slider) {
    opacity: 0;
  }
  .body-container--blog-post .article-column .news-list__list {
    display: flex;
    gap: 0;
  }
  .body-container--blog-post .news-list__item {
    padding-top: 10%;
  }
  .breadcrumb .breadcrumb__current__page {
    white-space: unset;
  }
  .breadcrumb .breadcrumb__section {
    margin-bottom: 0;
  }
  .article-column--blog .news-list__item.news-list__item--hoverable {
    padding-top: 0 !important;
  }
  .property-listings .tns-outer .tns-controls {
    display: none !important;
  }
  .property-listings .tns-outer:nth-child(1) .tns-controls {
    display: block !important;
  }
  .property-listings .property-listings__wrapper .property-listings__tab-nav.libtabs__nav {
    margin-bottom: 10px;
  }
  header.property-header {
    position: fixed;
  }
  
  /*  mobile header search  */
  .site-header .header-search--active .header-search__icon {
    z-index: 2;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='19' viewBox='0 0 25 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 1L21 18' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 18L21 0.999999' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .site-header .quicksearch::before {
    content: "Search";
    display: block;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .site-header .header-search:not(.header-search--active) .header-search__container {
    top: 0 !important;
    transform: translateX(100%);
    transition: transform .3s ease-in, visibility 1s .3s, opacity 1s .3s;
  }
  .site-header .header-search__container {
    top: 0 !important;
    left: 0 !important;
    width: 100%;
    height: 100% !important;
    background-color: white !important;
    padding-top: 24% !important;
    transform: translateX(0%);
    transition: transform .3s ease-in;
  }
  .site-header .quicksearch > *:not(:last-child) {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .site-header .quicksearch input, .site-header .quicksearch select {
    border: 1px solid var(--color-darkgrey) !important;
    border-radius: 0 !important;
  }
  .site-header .quicksearch .multiple-keywords input {
    border: 0 !important;
    margin-left: 0 !important;
    padding-right: 27px;
  }
  .site-header .quicksearch .multiple-keywords {
    border: 1px solid var(--color-darkgrey);
  }
  .site-header .quicksearch__keywords__text.multiple-keywords--oversize:not(:hover) .multiple-keywords__selection {
    visibility: visible;
    opacity: 1;
  }
  .site-header .quicksearch__filter {
    height: auto !important;
  }
  .site-header .quicksearch__filter.morefilter > .button {
    display: none !important;
  }
  .site-header .quicksearch__filter__container {
    position: static !important;
    transform: none !important;
    opacity: 1;
    visibility: visible;
    padding: 0 !important;
    background-color: transparent;
  }
  .site-header .header-search .quicksearch__filter .filter__bbc > [class^="filter__"] {
    margin-bottom: 20px !important;
  }
  .site-header .quicksearch__filter .filter__suburb {
    width: 100%;
  }
  .awards-slider__slider.slider:not(.tns-slider) .awards-slider__slider__item {
    width: 33.33%;
    max-width: 33.33%;
  }
  section.testimonial-slider {
    background-color: var(--color-grey);
  }
  section.testimonial-slider .tns-nav {
    left: 90px;
  }
  .tns-nav button:last-child {
    position: relative;
    transform: translateY(-30%);
  }
  section.testimonial-slider .tns-nav button:last-child {
    position: relative;
    transform: translateY(-12%);
  }
  .tns-nav button:last-child::after {
    content: "";
    width: 24px;
    height: 23px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(https://21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/arrow-right.svg) !important;
    font-size: 20px;
    display: inline-block;
    margin-left: 20px;
    position: absolute;
    top: -3px;
    left: calc(100%);
  }
  .tns-controls .img-icon--arrow-right, .tns-controls .img-icon--arrow-left {
    opacity: .3;
  }
  form.resources-nav__search {
    padding-left: 40px;
  }
  .selling-guides__map {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  div.selling-guides__map__container {
    display: block;
    height: auto;
  }
}

/* inject tablet */
@media (min-width: 992px) and (max-width: 1112px) {
  section.column-image-icon--left .column-image-icon__content {
    padding-left: 30px;
  }
  div.blog-post--ebook .hero-form .hero-form__grid {
    padding-left: 50px;
    padding-right: 50px;
  }
  div.blog-post--ebook .hero-form .hero-form__grid .hero-form__content {
    padding-right: 30px;
  }
  article.blog-post {
    padding-left: 30px;
    padding-right: 30px;
  }
  .article-tabs__header, .article-tabs__caption {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  footer.site-footer .footer__category {
    justify-content: space-between;
  }
  footer.site-footer .footer__category__item.flex__item {
    width: fit-content;
  }
}
@media (min-width: 768px) and (max-width: 1112px) {
  .container-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
  div.column-image__content{
    padding-left: 30px;
  }
  .column-image .column-image__content {
    order: 1;
    padding-left: 0;
  }
  .column-image .column-image__thumbnail {
    order: 2;
  }
  .article-column .news-list .news-list__item, .ebook-column .ebook-list .ebook-list__item {
    padding-top: 0;
  }
  .article-column .news-list__item__overview, .ebook-column .ebook-list__item__overview {
    height: 0;
    overflow: hidden;
  }
  .article-column .news-list__item--hoverable .news-list__item__wrapper, .ebook-column .ebook-list__item--hoverable .ebook-list__item__wrapper {
    min-height: unset;
    padding-bottom: 29vw;
  }
  .article-column .news-list__list, .ebook-column .ebook-list__list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    display: grid;
  }
  .article-column .news-list__item--hoverable .news-list__item__caption, .ebook-column .ebook-list__item--hoverable .ebook-list__item__caption {
    font-size: 24px;
  }
  .ebook-list__item--hoverable:hover .ebook-list__item__img, .news-list__item--hoverable:hover .news-list__item__img {
    height: 100% !important;
    padding-bottom: 0px !important;
  }
  .property-header .property-header__cta {
    justify-content: flex-end;
  }
  .property-header__cta span.img-icon--header-more {
    display: none !important;
  }
  .news-list__list.news-list__list--default, .article-column .news-list__list {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
  }
}

/* mobile */
@media (max-width: 767.98px) {
  .site-header .header-search--active .header-search__container {
    max-height: 100vh;
    overflow-y: auto;
  }
  .property-header .property-header__cta {
    padding-top: 0;
  }
  header.property-header .breadcrumb {
    display: none;
  }
  .property-header .img-icon--header-more {
    background-image: url(//20789747.fs1.hubspotusercontent-na1.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/minus.svg);
    position: relative;
  }
  .property-header .img-icon--header-more::before {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease-in;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(//20789747.fs1.hubspotusercontent-na1.net/hubfs/20789747/raw_assets/public/ljh-nerang/images/module-icons/minus.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    transform-origin: center;
    transform: rotate(-90deg);
    transition: transform 0.3s ease-in;
  }
  section.property-listings .tns-outer:not(:first-child) {
    position: static;
  }
  .property-listings .property-listings__wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .property-listings .property-listings__tab-nav {
    overflow-x: auto;
    flex-wrap: nowrap;
    width: auto;
    justify-content: flex-start !important;
    text-align: center;
    order: 3;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 10px 0 4px;
  }
  .property-listings .property-listings__tab-nav .tabs__border {
    display: none;
    opacity: 0;
  }
  .property-listings .property-listings__tab-item {
    margin: 0;
  }
  .property-listings .tns-outer:not(:first-child) {
    box-shadow: 0 2px 10px rgba(0,0,0,.2)
  }
  .property-listings .listings__item {
    box-shadow: none !important;
  }
  section.listing-results__map .gmap__wrapper {
    height: calc(100vh - 150px);
  }
  .article-tabs .news-list__list {
    display: flex;
    gap: 0;
    grid-template-columns: unset;
  }
  .hubdb-ebook .article-column .news-list__list:not(.tns-slider) {
    opacity: 0;
  }
  .article-tabs .news-list__item {
    padding-top: 39vw; 
  }
  .news-list__wrapper .tns-controls, .news-list__wrapper .tns-controls {
    display: block;
  }
  .site-header .header-search__container {
    min-height: 100vh !important;
  }
  .news-list__wrapper .tns-controls button[data-controls*=prev], .news-list__wrapper .tns-controls button[data-controls*=next],
  .awards-slider__wrapper .tns-controls button[data-controls*="next"], .awards-slider__wrapper .tns-controls button[data-controls*="prev"]{
    display: inline-block;
  }
  section.awards-slider .tns-controls .img-icon--arrow-right {
    background-image: url(https://21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/angle-right.svg) !important;
    font-size: 20px;
  }
  section.awards-slider .tns-controls .img-icon--arrow-left {
    background-image: url(https://21262656.fs1.hubspotusercontent-na1.net/hubfs/21262656/raw_assets/public/ljh/images/module-icons/angle-left.svg) !important;
    font-size: 20px;
  }
  .section-circle .section-circle__buttons__item {
    padding-bottom: 65.8vw;
  }
  .section-circle .section-circle__buttons__label {
    position: relative;
    padding-bottom: calc(65.8vw / 2);
    padding-top: calc(65.8vw / 2);
  }
  .hero-form__grid {
    max-width: 100%;
  }
  .breadcrumb__share, .breadcrumb__share~.button {
    display: none;
  }
  .site-header .header-search__container .quicksearch__filter {
    display: inline-flex;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .site-header .header-search__container .quicksearch__filter .button {
    width: 100%;
  }
  .quicksearch__filter-advanced {
    display: none;
  }
  .resources-nav .resources-nav__links {
    justify-content: flex-start;
    overflow-x: auto;
    flex-wrap: nowrap;
    width: auto;
    justify-content: flex-start !important;
    flex-wrap: nowrap;
    width: auto;
    justify-content: flex-start!important;
    text-align: center;
    order: 3;
    overflow-x: auto;
    display: flex;
    flex-direction: row;
    position: relative;
    z-index: 1;
    background-color: transparent;
    padding: 10px 10px 4px;
  }
  .resources-nav .resources-nav__link {
    margin: 0 8px;
    font-size: 18px;
    color: var(--color-font);
    font-weight: 400!important;
    max-width: 100%;
    flex: 0 0 auto;
  }
  .selling-guides__mobile-cta {
    width: 100%;
  }
  .selling-guides__mobile-cta .button {
    width: 100%;
  }
  .breadcrumb .button.breadcrumb__share {
    display: none;
  }
  .checkbox__label {
    text-align: left;
  }
  .hero-gallery__content {
    padding: 20px;
  }
  section#hero-form-appraisal {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hero-form__grid {
    display: flex;
    flex-direction: column; 
  }
  .hero-form__grid.grid {
    grid-template-columns: unset;
    
  }
  .hero-form__grid .hero-form__content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .hero-form__grid .hero-form__form {
    width: 100%;
  }
  .hero-form__form input[type=submit] {
    max-width: 100%;
  }
  .hero-form__grid.container-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .awards-slider__slider.slider:not(.tns-slider) .awards-slider__slider__item {
    width: 100%;
    max-width: 100%; 
  }
  span.faq__list__item__label__text {
    max-width: 65%;
  }
  .property-listings .property-listings__tab-item.libtabs__item--active {
    position: relative;
  }
  .property-listings .property-listings__tab-item.libtabs__item--active::after {
    display: block !important;
    background: linear-gradient(90deg, #ffd23c 0%, #f9a63a 42.19%, #ee4045 100%);
    content: attr(data-label);
    position: absolute;
    top: calc(100% + 0px);
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    display: block !important;
    opacity: 1 !important;
    overflow: hidden;
    color: transparent !important;
  }
  div.breadcrumb {
    display: none !important;
  }
  .blog-post, .blog-header__inner, .blog-related-posts {
    padding: calc(140px) 0 12px !important;
  }
  .news-list__item.news-list__item--hoverable {
    padding-top: 0;
    height: 105vw;
  }
  .hubdb-ebook .article-column .news-list__list {
    gap: 0;
    grid-template-columns: unset;
  }
  .article-column .tns-inner {
    padding: 20px 0;
  }
  .news-list__item--hoverable .news-list__item__wrapper {
    height: 0;
    overflow: hidden;
  }
  
  /*  sidebar  */
  .listing-results .listing-results__content {
    padding-top: 100px;
  }
  .listing-results .listing-results__sidebar {
    position: fixed;
    background: white;
    z-index: 2;
    width: 100vw;
    margin: 0;
    left: 0;
    top: 136px;
    padding: 30px;
    max-height: calc(100vh - 136px);
    overflow-y: auto;
  }
  .listing-results .listing-results__category {
    margin-bottom: 0;
  }
  .listing-results__sidebar .listing-results__sidebar__view {
    justify-content: flex-end;
  }
  .listing-results__sidebar:not(.listing-results__sidebar--open) {
    transform: translateX(100%);  
    transition: transform .3s ease-in;
  }
  .listing-results__sidebar.listing-results__sidebar--open {
    transform: translateX(0);
    transition: transform .3s ease-in;
  }
  .resources-nav .resources-nav__links, .resources-nav {
    display: none;
  }
  .news-list__wrapper .tns-controls button[data-controls*="next"], .news-list__wrapper .tns-controls button[data-controls*="prev"] {
    display:none;
  }
  .article-tabs__tabnav.tabs__nav .tabs__item.tabs__item--active::after {
    background: linear-gradient(90deg, rgb(255, 210, 60), rgb(249, 166, 58) 42.19%, rgb(238, 64, 69));
    content: attr(data-label);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    display: block !important;
    opacity: 1 !important;
    max-width: max-content;
    overflow: hidden;
    color: transparent !important;
  }
  form input[type=text], form input[type=email], form input[type=password], form input[type=tel], form input[type=number], form input[type=file], form select, form textarea {
    font-size: 16px !important;
  }
  form select, form textarea {
    -webkit-appearance: none;
  }
  .tns-slider > .libtabs__item {
    position: relative;
  }
  .tns-slider * {
    backface-visibility: hidden;
  }
  .property-listings .property-listings__tab-item, .article-tabs .article-tabs__tabnav__item {
    display: inline-flex !important;
    color: black !important;
    justify-content: center;
    margin-bottom: 15px;
    white-space: no-wrap;
  }
  .article-tabs .tns-outer {
    width: 100%;
  }
  .property-listings .property-listings__wrapper .property-listings__tab-nav.libtabs__nav {
    margin-bottom: -14px;
  }
  .property-listings .tns-outer:first-child {
    margin-bottom: 20px;
  }
  .listing-results__list.grid--3 {
    grid-template-columns: unset;
  }
  .search-query .search-query__form.form .form__field {
    margin-bottom: 10px;
    margin-top: 8px;
  }
  .blog-listings__panels .news-list--listings .news-list__list {
    display: flex;
    gap: 0;
  }
  .blog-listings__panels .news-list__item.news-list__item--hoverable {
    margin-bottom: 36px;
  }
  .blog-listings__panels .news-list__item--hoverable .news-list__item__caption {
    padding-right: 10px;
  }
  .grid.column-list__wrapper {
    gap: 28px;
  }
  .link-list {
    text-align: center;
  }
  .site-header__container.content-wrapper {
    padding: 0;
  }
  .site-header__container .header__logo--main {
    margin-left: -15px;
  }
  .site-header .header-search--active .header-search__container {
    padding-bottom: 100px;
  }
  .site-header__sidenav .sidenav__container .sidenav__footer-links {
    margin-bottom: 25vw;
  }
  .ljha-search-result.listings.listings--grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: unset;
    padding-right: 0;
    padding: 5px;
  }
  .ljha-search-result.listings.listings--grid .listings__item {
    margin-bottom: 20px;
    width: 100% !important;
    max-width: 100% !important;
  }
}