@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* site wide variables (colours, font sizes) */
@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Light.woff2") format("woff2"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'DM Serif Display';
  src: url("../fonts/DMSerifDisplay-Regular.woff2") format("woff2"), url("../fonts/DMSerifDisplay-Regular.woff") format("woff"), url("../fonts/DMSerifDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

/* site wide variables (colours, fonts) */
/*--------------------------------------------------
	!Collection of common classes
	and SASS mixins
-------------------------------------------------- */
/*	--------------------------------------------------
	!Common Classes
-------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased; }

h1, h2, h3, h4, h5 {
  max-width: 100%; }

input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

table,
table * {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

.main-wrapper:after,
.pakery-grid:after,
.gform_fields:after,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

@media (max-width: 991px) {
  .sub-menu:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; } }

* html .clearfix {
  height: 1%; }

.main-wrapper,
.pakery-grid,
.gform_fields,
.clearfix {
  display: block; }

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* mixin (@include font-size(??); , @include svg_img("../images/??");) and common classes (.clearfix, .img-replacment) */
html {
  font-size: 62.5%;
  font-family: "Inter", serif;
  font-weight: 300;
  margin-top: 0 !important;
  visibility: visible;
  overflow-x: hidden; }
  html#BTT {
    margin-top: 0 !important; }
  html.menu-open {
    overflow: hidden; }
    html.menu-open body {
      overflow: hidden; }

body {
  color: #464746;
  background-color: #ffffff;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.51549em;
  font-weight: 300;
  position: relative;
  overflow-x: hidden;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  @media (max-width: 991px) {
    body {
      font-size: 15px;
      font-size: 1.5rem; } }
  body::-webkit-scrollbar {
    display: none; }
  body * {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    body *::-webkit-scrollbar {
      display: none; }

#wpadminbar {
  display: none; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
blockquote,
pre,
table,
li {
  color: #464746;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 1.5em;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.58333em; }
  @media (max-width: 991px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    address,
    blockquote,
    pre,
    table,
    li {
      font-size: 15px;
      font-size: 1.5rem; } }
  h1 sub,
  h1 sup,
  h2 sub,
  h2 sup,
  h3 sub,
  h3 sup,
  h4 sub,
  h4 sup,
  h5 sub,
  h5 sup,
  h6 sub,
  h6 sup,
  p sub,
  p sup,
  address sub,
  address sup,
  blockquote sub,
  blockquote sup,
  pre sub,
  pre sup,
  table sub,
  table sup,
  li sub,
  li sup {
    font-size: 60%; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a,
  p a,
  address a,
  blockquote a,
  pre a,
  table a,
  li a {
    font-size: inherit;
    text-decoration: underline;
    font-weight: inherit;
    color: #464746; }
    h1 a:hover,
    h2 a:hover,
    h3 a:hover,
    h4 a:hover,
    h5 a:hover,
    h6 a:hover,
    p a:hover,
    address a:hover,
    blockquote a:hover,
    pre a:hover,
    table a:hover,
    li a:hover {
      color: #b6a899;
      text-decoration: underline; }
  h1 strong,
  h2 strong,
  h3 strong,
  h4 strong,
  h5 strong,
  h6 strong,
  p strong,
  address strong,
  blockquote strong,
  pre strong,
  table strong,
  li strong {
    font-weight: 700;
    color: inherit; }
  h1 em,
  h2 em,
  h3 em,
  h4 em,
  h5 em,
  h6 em,
  p em,
  address em,
  blockquote em,
  pre em,
  table em,
  li em {
    color: #464746; }

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  color: #323e48;
  font-family: "DM Serif Display", serif;
  margin-bottom: .45em;
  font-weight: 400; }
  h1 em,
  h2 em,
  h3 em,
  h4 em,
  h5 em,
  h6 em,
  blockquote em {
    font-style: normal;
    color: #464746; }

h1 {
  font-size: 59px;
  font-size: 5.9rem;
  line-height: 1.22505em;
  letter-spacing: -.01em; }
  @media (max-width: 991px) {
    h1 {
      font-size: 39.7331px;
      font-size: 3.97331rem; } }

h2 {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.16173em;
  letter-spacing: -.01em;
  margin-bottom: 1em; }
  @media (max-width: 991px) {
    h2 {
      font-size: 32px;
      font-size: 3.2rem; } }
  h2 + hr {
    margin-top: -1.2em; }

h3 {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.40339em;
  letter-spacing: .01em; }
  @media (max-width: 991px) {
    h3 {
      font-size: 20px;
      font-size: 2rem; } }

h4 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.40339em; }
  @media (max-width: 991px) {
    h4 {
      font-size: 18.5px;
      font-size: 1.85rem; } }

h5 {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.40339em; }
  @media (max-width: 991px) {
    h5 {
      font-size: 17px;
      font-size: 1.7rem; } }

h6 {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
  text-transform: uppercase;
  font-family: "Inter", serif;
  color: #8e959a;
  font-weight: 500;
  letter-spacing: .12em;
  margin-bottom: 3.2em; }
  @media (max-width: 991px) {
    h6 {
      font-size: 13px;
      font-size: 1.3rem; } }
  h6 + h2 {
    margin-bottom: .7em; }

p {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.51549em; }
  p a {
    font-weight: 400; }
  @media (max-width: 991px) {
    p {
      font-size: 15px;
      font-size: 1.5rem; } }

mark {
  background-color: #cdcfd1;
  font-weight: 700;
  -webkit-box-shadow: 0.05em 0 0 #cdcfd1, -0.05em 0 0 #cdcfd1;
          box-shadow: 0.05em 0 0 #cdcfd1, -0.05em 0 0 #cdcfd1; }

strong {
  font-weight: 700; }

blockquote {
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.49034em;
  letter-spacing: normal;
  font-family: "DM Serif Display", serif;
  margin: 0 auto 1em;
  font-weight: 400;
  position: relative;
  padding: 0;
  font-style: normal;
  color: #464746;
  background-image: url(../images/quote.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 66px;
  letter-spacing: .01em; }
  @media (max-width: 991px) {
    blockquote {
      font-size: 20px;
      font-size: 2rem;
      padding-top: 45px; } }
  blockquote + .by {
    text-transform: uppercase;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .13em;
    width: 100%; }
    @media (max-width: 991px) {
      blockquote + .by {
        font-size: 12px;
        font-size: 1.2rem; } }
  blockquote p {
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    margin-bottom: 0 !important; }

a {
  font-size: inherit;
  color: #464746;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    color: #b6a899;
    text-decoration: none; }

hr {
  border: 0;
  width: 48px;
  height: 2px;
  margin: 1.74em auto 1.74em;
  background-color: #b6a899; }

address {
  font-style: normal;
  font-size: 17px;
  font-size: 1.7rem;
  color: #464746;
  font-weight: 300;
  margin-bottom: 2.1em; }

ol,
ul,
dl {
  margin: 0;
  padding-left: 0;
  list-style-position: inside;
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: 14px; }
  ol li,
  ol dt,
  ol dd,
  ul li,
  ul dt,
  ul dd,
  dl li,
  dl dt,
  dl dd {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.70833em;
    margin-bottom: 0; }
    @media (max-width: 991px) {
      ol li,
      ol dt,
      ol dd,
      ul li,
      ul dt,
      ul dd,
      dl li,
      dl dt,
      dl dd {
        font-size: 15px;
        font-size: 1.5rem; } }
    ol li a,
    ol dt a,
    ol dd a,
    ul li a,
    ul dt a,
    ul dd a,
    dl li a,
    dl dt a,
    dl dd a {
      font-size: inherit; }
  ol dd,
  ul dd,
  dl dd {
    margin-bottom: 20px; }

.acf_content ol,
.acf_content ul,
.acf_content dl,
main ol,
main ul,
main dl {
  font-size: 17px;
  font-size: 1.7rem; }
  @media (max-width: 991px) {
    .acf_content ol,
    .acf_content ul,
    .acf_content dl,
    main ol,
    main ul,
    main dl {
      font-size: 15px;
      font-size: 1.5rem; } }

ul {
  list-style-position: inside;
  padding-left: 0; }
  ul.no-bullet {
    list-style: none; }
    ul.no-bullet li {
      padding-left: 0; }
      ul.no-bullet li:before {
        display: none; }
  ul ul li:before {
    background-color: transparent; }
  ul li {
    padding-left: 1.7em;
    list-style: none;
    position: relative;
    margin-bottom: -.005em; }
    .blue ul li:before {
      background-color: #ededed; }
    .blue ul li li {
      background-color: transparent;
      border: 1px solid #ededed; }
    ul li:before {
      content: '';
      position: absolute;
      left: .85em;
      top: .7em;
      width: .35em;
      height: .35em;
      border-radius: 24px;
      display: inline-block;
      background-color: #464746;
      border: 1px solid #464746; }
    ul li li:before {
      background-color: transparent;
      border: 1px solid #464746; }

ul.filter-items,
ul.woocommerce-PaymentMethods,
ul.woocommerce-shipping-methods,
ul.woocommerce-order-overview,
ul.wc_payment_methods,
ul.select2-results__options,
.woocommerce-MyAccount-navigation ul,
ul.woocommerce-error,
ul.matching-items,
ul.post-categories,
ul.tabs,
ul.small-menu,
ul.main-menu,
ul.footer-menu,
ul.sub-menu,
ul.g_fields,
ul.slick-dots,
ul.social-menu,
ul.flex,
ul.slick {
  list-style: none;
  padding-left: 0;
  padding-top: 0; }
  ul.filter-items > li,
  ul.woocommerce-PaymentMethods > li,
  ul.woocommerce-shipping-methods > li,
  ul.woocommerce-order-overview > li,
  ul.wc_payment_methods > li,
  ul.select2-results__options > li,
  .woocommerce-MyAccount-navigation ul > li,
  ul.woocommerce-error > li,
  ul.matching-items > li,
  ul.post-categories > li,
  ul.tabs > li,
  ul.small-menu > li,
  ul.main-menu > li,
  ul.footer-menu > li,
  ul.sub-menu > li,
  ul.g_fields > li,
  ul.slick-dots > li,
  ul.social-menu > li,
  ul.flex > li,
  ul.slick > li {
    padding-left: 0;
    margin-bottom: 0; }
    ul.filter-items > li:before, ul.filter-items > li:after,
    ul.woocommerce-PaymentMethods > li:before,
    ul.woocommerce-PaymentMethods > li:after,
    ul.woocommerce-shipping-methods > li:before,
    ul.woocommerce-shipping-methods > li:after,
    ul.woocommerce-order-overview > li:before,
    ul.woocommerce-order-overview > li:after,
    ul.wc_payment_methods > li:before,
    ul.wc_payment_methods > li:after,
    ul.select2-results__options > li:before,
    ul.select2-results__options > li:after,
    .woocommerce-MyAccount-navigation ul > li:before,
    .woocommerce-MyAccount-navigation ul > li:after,
    ul.woocommerce-error > li:before,
    ul.woocommerce-error > li:after,
    ul.matching-items > li:before,
    ul.matching-items > li:after,
    ul.post-categories > li:before,
    ul.post-categories > li:after,
    ul.tabs > li:before,
    ul.tabs > li:after,
    ul.small-menu > li:before,
    ul.small-menu > li:after,
    ul.main-menu > li:before,
    ul.main-menu > li:after,
    ul.footer-menu > li:before,
    ul.footer-menu > li:after,
    ul.sub-menu > li:before,
    ul.sub-menu > li:after,
    ul.g_fields > li:before,
    ul.g_fields > li:after,
    ul.slick-dots > li:before,
    ul.slick-dots > li:after,
    ul.social-menu > li:before,
    ul.social-menu > li:after,
    ul.flex > li:before,
    ul.flex > li:after,
    ul.slick > li:before,
    ul.slick > li:after {
      display: none; }

ol:not(.pagination) {
  list-style-position: outside;
  padding-left: 0px;
  counter-reset: section; }
  ol:not(.pagination) li {
    padding-left: 1.25em;
    list-style: none;
    position: relative; }
    ol:not(.pagination) li:before {
      counter-increment: section;
      content: counter(section, upper-roman) ".";
      position: absolute;
      right: calc(100% - .6em); }
    ol:not(.pagination) li ol:not(.pagination) {
      padding-left: 1.05em;
      margin-bottom: 2px; }

table {
  width: 100%;
  background-color: transparent; }

table,
table tr,
table th,
table td {
  border: none;
  border-collapse: collapse;
  padding: 6.8px 5px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.51549em;
  line-height: 1.2;
  vertical-align: middle;
  text-align: center;
  font-weight: 300;
  color: #464746; }
  @media (max-width: 991px) {
    table,
    table tr,
    table th,
    table td {
      font-size: 15px;
      font-size: 1.5rem; } }
  table tr,
  table tr tr,
  table th tr,
  table td tr {
    height: auto !important;
    padding: 0; }
  table th,
  table tr th,
  table th th,
  table td th {
    padding: 11px 5px;
    font-weight: 300;
    font-family: "Inter", serif;
    background-color: #323e48;
    color: #ededed; }
  table a,
  table tr a,
  table th a,
  table td a {
    border-bottom: 1px solid #464746;
    letter-spacing: .002em;
    line-height: 1.35;
    display: inline-block;
    padding-top: .08em;
    padding-bottom: .08em; }
    table a:hover, table a:focus-visible,
    table tr a:hover,
    table tr a:focus-visible,
    table th a:hover,
    table th a:focus-visible,
    table td a:hover,
    table td a:focus-visible {
      color: #b6a899;
      border-bottom-color: #b6a899; }
  table th,
  table td,
  table tr th,
  table tr td,
  table th th,
  table th td,
  table td th,
  table td td {
    width: auto !important;
    height: auto !important; }

html#BTT body table {
  margin-bottom: 1em;
  border: none;
  padding: 10px 0; }
  @media (max-width: 1332px) {
    html#BTT body table {
      margin-bottom: 1.7em; } }
  html#BTT body table thead th {
    border: 1px solid #323e48; }
  html#BTT body table tbody td {
    border-bottom: 1px solid #323e48;
    border-right: 1px solid #323e48; }
    html#BTT body table tbody td:first-of-type {
      border-left: 1px solid #323e48;
      text-align: left; }

.wp-caption .wp-caption-text {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #464746; }
  @media (max-width: 768px) {
    .wp-caption .wp-caption-text {
      padding-left: 22px; } }
  .wp-caption .wp-caption-text:last-of-type:last-of-type {
    margin-bottom: 0;
    padding-top: 14px; }

svg,
p.p-img a,
.wp-caption,
video,
img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block; }
  svg.alignnone,
  p.p-img a.alignnone,
  .wp-caption.alignnone,
  video.alignnone,
  img.alignnone {
    margin: 2.45em 0 3.15em; }
  svg.alignright,
  p.p-img a.alignright,
  .wp-caption.alignright,
  video.alignright,
  img.alignright {
    float: right;
    margin: 2.45em 0 3.15em 2.45em; }
  svg.alignleft,
  p.p-img a.alignleft,
  .wp-caption.alignleft,
  video.alignleft,
  img.alignleft {
    float: left;
    margin: 2.45em 2.45em 3.15em 0; }
  svg.aligncenter,
  p.p-img a.aligncenter,
  .wp-caption.aligncenter,
  video.aligncenter,
  img.aligncenter {
    clear: both;
    display: block;
    margin: 2.45em auto 3.15em; }

a img.alignright {
  float: right;
  margin: 2.45em 0 3.15em 2.45em; }

a img.alignleft {
  float: left;
  margin: 2.45em 2.45em 3.15em 0; }

a img.aligncenter {
  clear: both;
  display: block;
  margin: 2.45em auto 3.15em; }

::-moz-selection {
  background: #42515f;
  color: white; }

::selection {
  background: #42515f;
  color: white; }

::-moz-selection {
  background: #42515f;
  color: white; }

.fieldset {
  margin-bottom: 0; }
  .fieldset .field {
    position: relative;
    padding-bottom: 1px; }
  .fieldset div.mage-error[generated] {
    position: absolute;
    bottom: 5px; }

.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
input[name][name][name]:focus-visible,
textarea[name][name][name]:focus-visible,
select[name][name][name]:focus-visible {
  border-color: #b6a899 !important; }

.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
input.mage-error:focus-visible,
select.mage-error:focus-visible,
textarea.mage-error:focus-visible,
.wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid,
li.gfield.error input,
.gfield_error input,
.gfield_error select,
.gfield_error .dk-select,
.gfield_error textarea,
input.mage-error,
select.mage-error,
textarea.mage-error {
  border-color: #c30007 !important; }

div.mage-error[generated] {
  color: #c30007;
  position: absolute;
  margin-top: 4px;
  line-height: 1.1em;
  padding-top: 2px;
  padding-left: 14px;
  background-image: url(../images/error-arrow.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: -2px;
  text-align: left; }

.browsehappy {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 999999999;
  background-color: white;
  margin-bottom: 0;
  width: 540px;
  margin-left: -270px;
  text-align: center;
  padding: 4px 2px;
  font-size: 13px;
  color: black;
  border-radius: 0 0 4px 4px;
  line-height: 13px;
  font-weight: 300; }
  .browsehappy span {
    background-image: url(../images/browserhappy-cross.png);
    background-repeat: no-repeat;
    height: 13px;
    width: 13px;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%; }
    .browsehappy span:hover {
      background-color: #f96059;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .browsehappy strong {
    font-weight: 700; }
  .browsehappy a {
    color: #c30007;
    text-decoration: none;
    font-weight: 300; }
    .browsehappy a:hover {
      color: #c30007;
      text-decoration: underline; }

.ta {
  display: table;
  width: 100%;
  height: 1px; }

.tc {
  display: table-cell;
  vertical-align: middle; }

.waypoint {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .flex.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .flex.top {
    -ms-flex-item-align: start;
        align-self: flex-start; }
  .flex.bottom {
    -ms-flex-item-align: end;
        align-self: flex-end; }
  .flex.no-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

pre {
  font-size: 10px;
  font-size: 1rem; }

.container, .propertyhive #container {
  width: 100%;
  padding-right: 6.5px;
  padding-left: 6.5px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container, .propertyhive #container {
      max-width: 1343px; } }
  @media (min-width: 769px) {
    .container, .propertyhive #container {
      max-width: 1344px; } }
  @media (min-width: 992px) {
    .container, .propertyhive #container {
      max-width: 1345px; } }
  @media (min-width: 1346px) {
    .container, .propertyhive #container {
      max-width: 1346px; } }

.container-fluid {
  width: 100%;
  padding-right: 6.5px;
  padding-left: 6.5px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -6.5px;
  margin-left: -6.5px;
  max-width: none; }
  .row.no-padding {
    padding: 0; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 6.5px;
  padding-left: 6.5px; }
  .no-padding.col-1, .no-padding.col-2, .no-padding.col-3, .no-padding.col-4, .no-padding.col-5, .no-padding.col-6, .no-padding.col-7, .no-padding.col-8, .no-padding.col-9, .no-padding.col-10, .no-padding.col-11, .no-padding.col-12, .no-padding.col,
  .no-padding.col-auto, .no-padding.col-sm-1, .no-padding.col-sm-2, .no-padding.col-sm-3, .no-padding.col-sm-4, .no-padding.col-sm-5, .no-padding.col-sm-6, .no-padding.col-sm-7, .no-padding.col-sm-8, .no-padding.col-sm-9, .no-padding.col-sm-10, .no-padding.col-sm-11, .no-padding.col-sm-12, .no-padding.col-sm,
  .no-padding.col-sm-auto, .no-padding.col-md-1, .no-padding.col-md-2, .no-padding.col-md-3, .no-padding.col-md-4, .no-padding.col-md-5, .no-padding.col-md-6, .no-padding.col-md-7, .no-padding.col-md-8, .no-padding.col-md-9, .no-padding.col-md-10, .no-padding.col-md-11, .no-padding.col-md-12, .no-padding.col-md,
  .no-padding.col-md-auto, .no-padding.col-lg-1, .no-padding.col-lg-2, .no-padding.col-lg-3, .no-padding.col-lg-4, .no-padding.col-lg-5, .no-padding.col-lg-6, .no-padding.col-lg-7, .no-padding.col-lg-8, .no-padding.col-lg-9, .no-padding.col-lg-10, .no-padding.col-lg-11, .no-padding.col-lg-12, .no-padding.col-lg,
  .no-padding.col-lg-auto, .no-padding.col-xl-1, .no-padding.col-xl-2, .no-padding.col-xl-3, .no-padding.col-xl-4, .no-padding.col-xl-5, .no-padding.col-xl-6, .no-padding.col-xl-7, .no-padding.col-xl-8, .no-padding.col-xl-9, .no-padding.col-xl-10, .no-padding.col-xl-11, .no-padding.col-xl-12, .no-padding.col-xl,
  .no-padding.col-xl-auto {
    padding: 0; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 769px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1346px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 769px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1346px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.container-fluid.no-padding,
.container.no-padding,
.propertyhive .no-padding#container {
  padding-left: 0;
  padding-right: 0; }

/* adapted boostap 4 grid*/
header[role="banner"] {
  z-index: 50;
  width: 100%;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-perspective: 999999px;
          perspective: 999999px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent; }
  @media (max-width: 991px) {
    header[role="banner"] {
      z-index: 111;
      margin-bottom: -1px; } }

#site-logo {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
  width: 175.4015px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  margin-top: 50px;
  margin-bottom: -34px; }
  @media (max-width: 991px) {
    #site-logo {
      width: 153.4312px;
      margin: 0; } }
  .dark body:not(.scroll-up):not(.scroll-down) #site-logo svg g * {
    fill: #323e48; }
  #site-logo svg g * {
    fill: #ffffff; }
  #site-logo svg #Group_78 {
    fill: #b6a899 !important; }
  #site-logo svg,
  #site-logo img {
    display: block;
    width: 100%; }
    #site-logo svg:nth-of-type(2),
    #site-logo img:nth-of-type(2) {
      display: none; }
    @media (max-width: 991px) {
      #site-logo svg:nth-of-type(1),
      #site-logo img:nth-of-type(1) {
        display: none; }
      #site-logo svg:nth-of-type(2),
      #site-logo img:nth-of-type(2) {
        display: block; } }

.menu-top-outer {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  @media (max-width: 991px) {
    .menu-open .menu-top-outer {
      background-color: #323e48; } }
  @media (max-width: 991px) {
    .menu-top-outer {
      padding-top: 37px;
      padding-bottom: 37px;
      min-height: 100px; } }
  .menu-top-outer .col-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .menu-top-outer .right,
  .menu-top-outer .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 370px; }
    @media (max-width: 991px) {
      .menu-top-outer .right,
      .menu-top-outer .left {
        width: auto;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .menu-top-outer .right .btn-con,
        .menu-top-outer .left .btn-con {
          display: none; } }
  .menu-top-outer .right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

@media (max-width: 1500px) and (min-width: 992px) {
  .menu-top-outer .right .btn {
    font-size: 14px !important;
    font-size: 1.4rem !important;
    min-width: 144px;
    padding: 5px 5px; } }
    .menu-top-outer .right .spacer {
      height: 48px;
      width: 1px;
      background-color: #ffffff;
      margin-left: 32px;
      opacity: .6; }
      @media (max-width: 991px) {
        .menu-top-outer .right .spacer {
          margin-left: 19px;
          height: 34px; } }
      .dark body:not(.scroll-up):not(.scroll-down) .menu-top-outer .right .spacer {
        background-color: #848b91; }
    .menu-top-outer .right a {
      color: white;
      font-weight: 500;
      font-size: 16px;
      font-size: 1.6rem;
      letter-spacing: .08em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .dark body:not(.scroll-up):not(.scroll-down) .menu-top-outer .right a {
        color: #323e48; }
        .dark body:not(.scroll-up):not(.scroll-down) .menu-top-outer .right a svg * {
          fill: #323e48; }
        .dark body:not(.scroll-up):not(.scroll-down) .menu-top-outer .right a:hover, .dark body:not(.scroll-up):not(.scroll-down) .menu-top-outer .right a:focus-visible {
          color: #b6a899; }
          .dark body:not(.scroll-up):not(.scroll-down) .menu-top-outer .right a:hover *, .dark body:not(.scroll-up):not(.scroll-down) .menu-top-outer .right a:focus-visible * {
            fill: #b6a899; }
      .menu-top-outer .right a svg * {
        fill: white;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .menu-top-outer .right a:hover, .menu-top-outer .right a:focus-visible {
        color: #b6a899; }
        .menu-top-outer .right a:hover *, .menu-top-outer .right a:focus-visible * {
          fill: #b6a899; }
      .menu-top-outer .right a + a {
        margin-left: 19px; }
      .menu-top-outer .right a span {
        margin-left: 11px;
        display: block; }
        @media (max-width: 991px) {
          .menu-top-outer .right a span {
            display: none; } }
  @media (max-width: 991px) {
    .menu-top-outer .left {
      display: none; } }
  .menu-top-outer .left .btn.small {
    min-width: 283px; }
    .dark body:not(.scroll-up):not(.scroll-down) .menu-top-outer .left .btn.small {
      color: #323e48 !important; }
      .dark body:not(.scroll-up):not(.scroll-down) .menu-top-outer .left .btn.small svg * {
        fill: #323e48 !important; }

.menu-bottom-outer {
  position: absolute;
  top: 0%;
  right: 0;
  width: 551.5px;
  width: calc(551.5px + ((100vw - 1333px)/2));
  background-color: white;
  height: 100vh;
  z-index: 2;
  padding: 188px 7.5px 51px 0;
  padding: 98px 7.5px 51px 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-image: url(../images/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: bottom 18px left 525px; }
  @media (min-width: 1359px) {
    .menu-bottom-outer {
      padding-right: calc((100vw - 1333px)/2); } }
  @media (max-width: 1358px) {
    .menu-bottom-outer {
      width: 551.5px;
      max-width: 100%;
      background-position: bottom 18px right 16px; } }
  @media (max-width: 991px) {
    .menu-bottom-outer {
      padding: 100px 7.5px 51px 0;
      padding: 78px 7.5px 51px 0; } }
  .menu-bottom-outer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100vw;
    max-width: 100vw;
    background-color: rgba(13, 33, 43, 0);
    pointer-events: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .menu-open .menu-bottom-outer:before {
      background-color: rgba(13, 33, 43, 0.85);
      pointer-events: auto; }
  .menu-open .menu-bottom-outer {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%); }
  .menu-bottom-outer .col-12 {
    max-height: calc(100vh - 188px - 51px);
    max-height: calc(100vh - 98px - 51px);
    overflow: auto;
    padding: 0; }
    @media (max-width: 991px) {
      .menu-bottom-outer .col-12 {
        max-height: calc(100vh - 78px - 51px); } }

@media (min-width: 1301px) {
  .mob-only.mob-only {
    display: none; } }

.mob-only.mob-only .social-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.burger {
  height: 33px;
  width: 33px;
  border-radius: 0;
  line-height: 33px;
  padding: 0;
  -webkit-perspective: 900000px;
  perspective: 900000px;
  z-index: 1;
  pointer-events: auto;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-left: 98px;
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .07em; }
  @media (min-width: 1359px) {
    .burger {
      margin-right: 9px; } }
  @media (max-width: 991px) {
    .burger {
      font-size: 14px;
      font-size: 1.4rem;
      margin-left: 19px;
      height: 24px;
      width: 24px;
      line-height: 24px; } }
  .burger:before {
    content: 'MENU';
    position: absolute;
    top: 50%;
    right: calc(100% + 18px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: auto;
    max-width: initial; }
    @media (max-width: 991px) {
      .burger:before {
        display: none;
        right: calc(100% + 5px); } }
  .dark.dark.dark:not(.menu-open) body:not(.scroll-up):not(.scroll-down) .burger:before {
    color: #323e48; }
  @media (max-width: 991px) {
    .burger {
      display: block;
      margin-bottom: 0; } }
  .burger:hover {
    cursor: pointer; }
  .burger .line1 {
    width: 33px;
    max-width: 100%;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    top: 15px;
    left: 50%;
    border-radius: 0px;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-position: center center; }
    .dark.dark.dark:not(.menu-open) body:not(.scroll-up):not(.scroll-down) .burger .line1 {
      background-color: #323e48; }
    @media (max-width: 991px) {
      .burger .line1 {
        width: 24px;
        height: 2.5px;
        top: 10.75px; } }
    .burger .line1:before, .burger .line1:after {
      width: 33px;
      max-width: 100%;
      height: 3px;
      position: absolute;
      content: '';
      left: 0px;
      border-radius: 0px;
      -webkit-transform-origin: center center;
          -ms-transform-origin: center center;
              transform-origin: center center;
      background-position: center center;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
      .dark.dark.dark:not(.menu-open) body:not(.scroll-up):not(.scroll-down) .burger .line1:before, .dark.dark.dark:not(.menu-open) body:not(.scroll-up):not(.scroll-down) .burger .line1:after {
        background-color: #323e48; }
      @media (max-width: 991px) {
        .burger .line1:before, .burger .line1:after {
          width: 24px;
          height: 2.5px;
          border-radius: 0px; } }
    .burger .line1:before {
      -webkit-transform: translateY(-11px);
          -ms-transform: translateY(-11px);
              transform: translateY(-11px);
      background-color: #ffffff; }
      @media (max-width: 991px) {
        .burger .line1:before {
          -webkit-transform: translateY(-7.5px);
              -ms-transform: translateY(-7.5px);
                  transform: translateY(-7.5px); } }
    .burger .line1:after {
      -webkit-transform: translateY(11px);
          -ms-transform: translateY(11px);
              transform: translateY(11px);
      background-color: #ffffff; }
      @media (max-width: 991px) {
        .burger .line1:after {
          -webkit-transform: translateY(7.5px);
              -ms-transform: translateY(7.5px);
                  transform: translateY(7.5px); } }
  .burger.close:before {
    -webkit-transition: color .1s .25s;
    -o-transition: color .1s .25s;
    transition: color .1s .25s; }
  .burger.close .line1 {
    background-color: #ffffff;
    -webkit-transition: visibility .1s .2s, background-color .1s .2s;
    -o-transition: visibility .1s .2s, background-color .1s .2s;
    transition: visibility .1s .2s, background-color .1s .2s; }
    .burger.close .line1:before {
      -webkit-transform: translateY(-11px);
          -ms-transform: translateY(-11px);
              transform: translateY(-11px);
      background-color: #ffffff;
      visibility: visible;
      -webkit-animation: before .5s linear;
              animation: before .5s linear;
      -webkit-transition: all 0.5s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      -o-transition: all 0.5s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      transition: all 0.5s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s; }
      @media (max-width: 991px) {
        .burger.close .line1:before {
          -webkit-transform: translateY(-7.5px);
              -ms-transform: translateY(-7.5px);
                  transform: translateY(-7.5px);
          -webkit-animation: beforeM .5s linear;
                  animation: beforeM .5s linear; } }
    .burger.close .line1:after {
      -webkit-transform: translateY(11px);
          -ms-transform: translateY(11px);
              transform: translateY(11px);
      background-color: #ffffff;
      visibility: visible;
      -webkit-animation: after .5s linear;
              animation: after .5s linear;
      -webkit-transition: all 0.5s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      -o-transition: all 0.5s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s;
      transition: all 0.5s 0s, visibility 0.1s 0.25s, background-color 0.1s 0.25s; }
      @media (max-width: 991px) {
        .burger.close .line1:after {
          -webkit-transform: translateY(7.5px);
              -ms-transform: translateY(7.5px);
                  transform: translateY(7.5px);
          -webkit-animation: afterM .5s linear;
                  animation: afterM .5s linear; } }

@-webkit-keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px); } }

@keyframes before {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px); } }

@-webkit-keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px); } }

@keyframes after {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px); } }

@-webkit-keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px); } }

@keyframes beforeM {
  0% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px); } }

@-webkit-keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px); } }

@keyframes afterM {
  0% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); }
  33% {
    -webkit-transform: rotate(0deg) translateY(0);
            transform: rotate(0deg) translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px); } }
  .burger.open {
    z-index: 112; }
    .burger.open:before {
      color: #323e48;
      -webkit-transition: color .1s .25s;
      -o-transition: color .1s .25s;
      transition: color .1s .25s; }
      @media (max-width: 991px) {
        .burger.open:before {
          display: block; } }
    .burger.open .line1 {
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: visibility .1s .25s, background-color .1s .25s;
      -o-transition: visibility .1s .25s, background-color .1s .25s;
      transition: visibility .1s .25s, background-color .1s .25s;
      background-color: transparent; }
      .dark.dark.dark:not(.menu-open) body:not(.scroll-up):not(.scroll-down) .burger.open .line1 {
        background-color: #323e48; }
      .burger.open .line1:before {
        -webkit-transform: rotate(45deg) translateY(0);
            -ms-transform: rotate(45deg) translateY(0);
                transform: rotate(45deg) translateY(0);
        background-color: #323e48;
        visibility: visible;
        -webkit-animation: before-open .5s linear;
                animation: before-open .5s linear;
        -webkit-transition: visibility .1s .25s, background-color .1s .25s;
        -o-transition: visibility .1s .25s, background-color .1s .25s;
        transition: visibility .1s .25s, background-color .1s .25s; }
        @media (max-width: 991px) {
          .burger.open .line1:before {
            -webkit-animation: before-openM .5s linear;
                    animation: before-openM .5s linear; } }
      .burger.open .line1:after {
        -webkit-transform: rotate(-45deg) translateY(0);
            -ms-transform: rotate(-45deg) translateY(0);
                transform: rotate(-45deg) translateY(0);
        background-color: #323e48;
        visibility: visible;
        -webkit-animation: after-open .5s linear;
                animation: after-open .5s linear;
        -webkit-transition: visibility .1s .25s, background-color .1s .25s;
        -o-transition: visibility .1s .25s, background-color .1s .25s;
        transition: visibility .1s .25s, background-color .1s .25s; }
        @media (max-width: 991px) {
          .burger.open .line1:after {
            -webkit-animation: after-openM .5s linear;
                    animation: after-openM .5s linear; } }

@-webkit-keyframes before-open {
  0% {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@keyframes before-open {
  0% {
    -webkit-transform: translateY(-11px);
            transform: translateY(-11px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@-webkit-keyframes after-open {
  0% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

@keyframes after-open {
  0% {
    -webkit-transform: translateY(11px);
            transform: translateY(11px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

@-webkit-keyframes before-openM {
  0% {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@keyframes before-openM {
  0% {
    -webkit-transform: translateY(-7.5px);
            transform: translateY(-7.5px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(45deg) translateY(0);
            transform: rotate(45deg) translateY(0); } }

@-webkit-keyframes after-openM {
  0% {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

@keyframes after-openM {
  0% {
    -webkit-transform: translateY(7.5px);
            transform: translateY(7.5px); }
  33% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  66% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  100% {
    -webkit-transform: rotate(-45deg) translateY(0);
            transform: rotate(-45deg) translateY(0); } }

#mainMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .hide-menu #mainMenu {
    display: none; }

@media (min-width: 992px) {
  #mainMenu .main-menu .current-menu-ancestor:not(.menu-item-object-custom) > a,
  #mainMenu .main-menu .current-page-ancestor:not(.menu-item-object-custom) > a,
  #mainMenu .main-menu .current-menu-parent > a,
  #mainMenu .main-menu .current_page_parent:not(.menu-item-object-custom) > a,
  #mainMenu .main-menu .current-menu-item:not(.menu-item-object-custom) > a {
    color: #464746; } }

ul.small-menu.small-menu,
ul.main-menu.main-menu {
  margin: 0;
  padding: 0;
  font-size: 0px;
  font-size: 0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right; }
  ul.small-menu.small-menu li,
  ul.main-menu.main-menu li {
    font-size: 0px;
    font-size: 0rem;
    line-height: 1;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: right; }
    @media (min-width: 992px) {
      ul.small-menu.small-menu li:hover.menu-item-has-children:after, ul.small-menu.small-menu li:hover.menu-item-has-children:before,
      ul.main-menu.main-menu li:hover.menu-item-has-children:after,
      ul.main-menu.main-menu li:hover.menu-item-has-children:before {
        background-color: #b6a899; }
      ul.small-menu.small-menu li:hover > a,
      ul.main-menu.main-menu li:hover > a {
        color: #b6a899; } }
    ul.small-menu.small-menu li.menu-item-has-children,
    ul.main-menu.main-menu li.menu-item-has-children {
      padding-left: 50px;
      background-repeat: no-repeat;
      background-position: right 19px top 16px;
      position: relative;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      ul.small-menu.small-menu li.menu-item-has-children:after, ul.small-menu.small-menu li.menu-item-has-children:before,
      ul.main-menu.main-menu li.menu-item-has-children:after,
      ul.main-menu.main-menu li.menu-item-has-children:before {
        content: '';
        position: absolute;
        top: 27.5px;
        left: 0px;
        -webkit-transform: translateY(-50%) rotate(0deg);
            -ms-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg);
        width: 18px;
        height: 2px;
        background-color: #323e48;
        -webkit-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        display: block;
        border-radius: 0px;
        border: none; }
        @media (max-width: 991px) {
          ul.small-menu.small-menu li.menu-item-has-children:after, ul.small-menu.small-menu li.menu-item-has-children:before,
          ul.main-menu.main-menu li.menu-item-has-children:after,
          ul.main-menu.main-menu li.menu-item-has-children:before {
            top: 15.5px; } }
      ul.small-menu.small-menu li.menu-item-has-children:before,
      ul.main-menu.main-menu li.menu-item-has-children:before {
        -webkit-transform: translateY(-50%) rotate(-90deg);
            -ms-transform: translateY(-50%) rotate(-90deg);
                transform: translateY(-50%) rotate(-90deg); }
      ul.small-menu.small-menu li.menu-item-has-children.open:before,
      ul.main-menu.main-menu li.menu-item-has-children.open:before {
        -webkit-transform: translateY(-50%) rotate(0deg);
            -ms-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg); }
      ul.small-menu.small-menu li.menu-item-has-children.open .sub-menu,
      ul.main-menu.main-menu li.menu-item-has-children.open .sub-menu {
        pointer-events: auto !important; }
      ul.small-menu.small-menu li.menu-item-has-children.open > .sub-menu,
      ul.main-menu.main-menu li.menu-item-has-children.open > .sub-menu {
        max-height: 1000px;
        position: relative;
        pointer-events: auto; }
        ul.small-menu.small-menu li.menu-item-has-children.open > .sub-menu:after,
        ul.main-menu.main-menu li.menu-item-has-children.open > .sub-menu:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          max-width: 100%;
          opacity: .4;
          visibility: visible; }
      ul.small-menu.small-menu li.menu-item-has-children .sub-menu,
      ul.main-menu.main-menu li.menu-item-has-children .sub-menu {
        position: static;
        opacity: 1;
        visibility: visible;
        background-color: transparent;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: calc(100% + 50px);
        max-width: calc(100% + 50px);
        max-height: 0;
        margin-left: -50px;
        overflow: hidden;
        margin-bottom: 0; }
        ul.small-menu.small-menu li.menu-item-has-children .sub-menu li:last-of-type,
        ul.main-menu.main-menu li.menu-item-has-children .sub-menu li:last-of-type {
          border-bottom: none; }
        ul.small-menu.small-menu li.menu-item-has-children .sub-menu a,
        ul.main-menu.main-menu li.menu-item-has-children .sub-menu a {
          font-size: 20px;
          font-size: 2rem;
          padding-right: 25px; }
          @media (max-width: 991px) {
            ul.small-menu.small-menu li.menu-item-has-children .sub-menu a,
            ul.main-menu.main-menu li.menu-item-has-children .sub-menu a {
              font-size: 15px;
              font-size: 1.5rem;
              padding-right: 10px; } }
    ul.small-menu.small-menu li > a,
    ul.main-menu.main-menu li > a {
      font-size: 29px;
      font-size: 2.9rem;
      width: auto;
      color: #464746;
      line-height: 1.5em;
      text-decoration: none !important;
      font-weight: 400;
      position: relative;
      font-family: "DM Serif Display", serif;
      position: relative;
      padding: 5.5px 0;
      overflow: hidden;
      z-index: 2;
      letter-spacing: -.01em; }
      @media (min-width: 992px) {
        ul.small-menu.small-menu li > a:hover, ul.small-menu.small-menu li > a:focus-visible,
        ul.main-menu.main-menu li > a:hover,
        ul.main-menu.main-menu li > a:focus-visible {
          color: #b6a899; } }
      @media (max-width: 991px) {
        ul.small-menu.small-menu li > a,
        ul.main-menu.main-menu li > a {
          font-size: 19.6667px;
          font-size: 1.96667rem;
          padding: 1.28px 0; } }

ul.main-menu.main-menu {
  margin-bottom: 46px;
  margin-bottom: 23px; }

ul.small-menu.small-menu li.menu-item-has-children:after, ul.small-menu.small-menu li.menu-item-has-children:before {
  top: 16.5px;
  width: 18px;
  height: 2px; }
  @media (max-width: 991px) {
    ul.small-menu.small-menu li.menu-item-has-children:after, ul.small-menu.small-menu li.menu-item-has-children:before {
      top: 12px; } }

ul.small-menu.small-menu li.menu-item-has-children .sub-menu a {
  font-size: 14px;
  font-size: 1.4rem; }
  @media (max-width: 991px) {
    ul.small-menu.small-menu li.menu-item-has-children .sub-menu a {
      font-size: 12px;
      font-size: 1.2rem; } }

@media (min-width: 992px) {
  ul.small-menu.small-menu li:hover > a {
    color: #323e48; } }

ul.small-menu.small-menu li > a {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Inter", serif;
  text-transform: uppercase;
  color: #b6a899;
  font-weight: 600;
  padding: 3.3px 0;
  letter-spacing: .075em; }
  @media (max-width: 991px) {
    ul.small-menu.small-menu li > a {
      font-size: 14.3333px;
      font-size: 1.43333rem;
      padding: .9px 0; } }

#site-logo {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  #site-logo svg {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: auto;
    margin-right: auto; }

.scroll-down header[role=banner] {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.scroll-up header[role=banner] {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  background-color: #323e48; }
  @media (min-width: 767px) {
    .scroll-up header[role=banner] #site-logo {
      margin: 2rem auto; }
      .scroll-up header[role=banner] #site-logo svg {
        max-width: 50%;
        margin: 0 auto; } }

footer {
  position: relative;
  background-color: #323e48;
  background-position: 50% 0; }
  footer * {
    color: white; }
  footer .footer-top-outer {
    padding: 69px 0 0;
    border-top: 10px solid #b6a899;
    text-align: center; }
    @media (max-width: 991px) {
      footer .footer-top-outer {
        padding: 50px 0 0; } }
    footer .footer-top-outer p {
      text-transform: uppercase;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500;
      letter-spacing: .13em;
      margin-bottom: 0.8em; }
      @media (max-width: 991px) {
        footer .footer-top-outer p {
          font-size: 12px;
          font-size: 1.2rem; } }
    footer .footer-top-outer .links {
      font-size: 14px;
      font-size: 1.4rem;
      letter-spacing: .13em;
      color: #8e959a;
      margin-bottom: 0.65em;
      text-transform: uppercase; }
      @media (max-width: 991px) {
        footer .footer-top-outer .links {
          font-size: 12px;
          font-size: 1.2rem; } }
      footer .footer-top-outer .links a {
        color: white;
        font-weight: 500; }
        footer .footer-top-outer .links a:hover, footer .footer-top-outer .links a:focus-visible {
          color: #b6a899; }
    footer .footer-top-outer #footer-logo {
      display: block;
      height: auto;
      max-width: 100%;
      margin: -19px auto 19px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      z-index: 1;
      width: 139.4686px;
      z-index: 50;
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
      @media (max-width: 991px) {
        footer .footer-top-outer #footer-logo {
          margin: 19px auto 19px;
          width: 110px; } }
      footer .footer-top-outer #footer-logo svg,
      footer .footer-top-outer #footer-logo img {
        display: block;
        width: 100%; }
    footer .footer-top-outer .social-menu {
      padding-top: 1em; }
      @media (max-width: 768px) {
        footer .footer-top-outer .social-menu {
          padding-top: 0; } }
  footer .footer-middle-outer {
    padding: 36px 0 26px; }
    footer .footer-middle-outer .footer-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 auto;
      font-size: 16px;
      font-size: 1.6rem;
      line-height: 1.125;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      footer .footer-middle-outer .footer-menu li {
        font-size: 14px;
        font-size: 1.4rem;
        line-height: 1.25;
        padding: 0 14px;
        margin-bottom: 14px; }
        footer .footer-middle-outer .footer-menu li + li {
          border-left: 1px solid #8e959a; }
        footer .footer-middle-outer .footer-menu li a {
          font-size: 14px;
          font-size: 1.4rem;
          line-height: 1.25;
          font-weight: 500;
          text-decoration: none;
          color: #ffffff;
          display: block;
          text-transform: uppercase;
          letter-spacing: .12em; }
          @media (max-width: 991px) {
            footer .footer-middle-outer .footer-menu li a {
              font-size: 12px;
              font-size: 1.2rem; } }
          footer .footer-middle-outer .footer-menu li a:hover, footer .footer-middle-outer .footer-menu li a:focus-visible {
            color: #b6a899 !important; }
  footer .footer-bottom-outer {
    background-color: #47515a;
    padding: 17px 0;
    text-align: center; }
    footer .footer-bottom-outer .copy {
      color: #8e959a;
      font-size: 15px;
      font-size: 1.5rem; }
      @media (max-width: 991px) {
        footer .footer-bottom-outer .copy {
          font-size: 12px;
          font-size: 1.2rem; } }
      footer .footer-bottom-outer .copy a {
        color: white; }
        footer .footer-bottom-outer .copy a:hover, footer .footer-bottom-outer .copy a:focus-visible {
          color: #b6a899; }

button:focus-visible,
.btn:focus-visible {
  outline: none; }

.btn-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -5px;
  max-width: calc(100% + 5px + 5px);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .btn-con .btn {
    margin: 0 5px 10px; }
    .btn-con .btn:last-of-type {
      margin-bottom: 0; }
  .btn-con.btn-con-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .btn-con.btn-con-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .btn-con.btn-con-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.btn, *[type="submit"],
.submit-con [type="submit"] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  font-size: 14px !important;
  font-size: 1.4rem !important;
  text-decoration: none !important;
  line-height: 1.5em;
  border: 2px solid #b6a899;
  color: #ededed !important;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: "Inter", serif;
  position: relative;
  border-radius: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background-color: #b6a899;
  min-width: 199px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  letter-spacing: .12em; }
  .btn svg *, *[type="submit"] svg *, .submit-con [type="submit"] svg * {
    fill: white !important; }
  .btn svg + span, *[type="submit"] svg + span, .submit-con [type="submit"] svg + span {
    margin-left: 10px; }
  .btn:hover, .btn:focus-visible, :hover[type="submit"], :focus-visible[type="submit"] {
    outline: none;
    background-color: #323e48;
    border-color: #323e48;
    color: #ffffff !important; }
  @media (max-width: 991px) {
    .btn, *[type="submit"],
    .submit-con [type="submit"] {
      font-size: 16px !important;
      font-size: 1.6rem !important;
      min-width: 200px; } }
  .btn.disabled, .btn:disabled, .disabled[type="submit"], :disabled[type="submit"] {
    opacity: .5;
    pointer-events: none; }

.btn.transparent {
  background-color: transparent;
  border-color: #b6a899;
  color: #ffffff !important; }
  .btn.transparent:hover, .btn.transparent:focus-visible {
    background-color: #b6a899;
    border-color: #b6a899;
    color: #ffffff !important; }

.btn.blue-outline {
  border-color: #323e48;
  background-color: transparent;
  color: #323e48 !important; }
  .btn.blue-outline:hover, .btn.blue-outline:focus-visible {
    background-color: #47515a;
    border-color: #47515a;
    color: #ffffff !important; }

.btn.blue {
  background-color: #323e48;
  border-color: #323e48;
  color: #ffffff !important; }
  .btn.blue:hover, .btn.blue:focus-visible {
    background-color: #47515a;
    border-color: #47515a;
    color: #ffffff !important; }

.btn.big {
  padding: 19px 35px; }

.btn.small {
  padding: 13px 10px 13px 5px;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  letter-spacing: .08em; }

::-webkit-input-placeholder {
  font-size: 17px;
  font-size: 1.7rem;
  color: #b7bbbf; }
  @media (max-width: 991px) {
    ::-webkit-input-placeholder {
      font-size: 15px;
      font-size: 1.5rem; } }

:-moz-placeholder {
  /* Firefox 18- */
  font-size: 17px;
  font-size: 1.7rem;
  color: #b7bbbf; }
  @media (max-width: 991px) {
    :-moz-placeholder {
      font-size: 15px;
      font-size: 1.5rem; } }

::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 17px;
  font-size: 1.7rem;
  color: #b7bbbf; }
  @media (max-width: 991px) {
    ::-moz-placeholder {
      font-size: 15px;
      font-size: 1.5rem; } }

:-ms-input-placeholder {
  font-size: 17px;
  font-size: 1.7rem;
  color: #b7bbbf; }
  @media (max-width: 991px) {
    :-ms-input-placeholder {
      font-size: 15px;
      font-size: 1.5rem; } }

form {
  margin: 0 auto;
  width: auto;
  display: block;
  margin-bottom: 0; }
  form:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  * html form {
    height: 1%; }

input,
input.input-text,
textarea,
select {
  display: block;
  padding: 16px 26px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #b7bbbf;
  font-family: "Inter", serif;
  width: 100%;
  max-width: 100%;
  margin-bottom: 36px;
  border: 2px solid #f0f1f2;
  background-color: #f0f1f2;
  border-radius: 0;
  line-height: 1em;
  line-height: 1.2932em;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (max-width: 991px) {
    input,
    input.input-text,
    textarea,
    select {
      font-size: 15px;
      font-size: 1.5rem; } }

textarea {
  height: 160px;
  min-height: 160px;
  min-width: 100%; }
  @media (max-width: 768px) {
    textarea {
      height: 221.5px;
      min-height: 221.5px; } }

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none; }

input:focus-visible,
input.input-text:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: none;
  -webkit-transition: color 0.5s ease, background-color 0.5s ease;
  -o-transition: color 0.5s ease, background-color 0.5s ease;
  transition: color 0.5s ease, background-color 0.5s ease; }

[type="file"] {
  border: none;
  padding: 0; }

select {
  padding-right: 40px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  line-height: 53.98px;
  height: 57.98px;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0; }
  @media (max-width: 991px) {
    select {
      line-height: 51.38px;
      height: 55.38px; } }
  select::-ms-expand {
    display: none; }
  select option {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #464746; }

legend,
label {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.2;
  font-family: "Inter", serif;
  margin-bottom: 16px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
  color: #464746; }
  @media (max-width: 991px) {
    legend,
    label {
      font-size: 15px;
      font-size: 1.5rem; } }
  legend .gfield_required,
  label .gfield_required {
    display: none; }
  legend + .small,
  label + .small {
    margin-top: -21px;
    margin-bottom: 1.655em; }

*[type="submit"],
.submit-con [type="submit"] {
  font-size: 15px !important;
  font-size: 1.5rem !important;
  margin-top: .8em;
  padding: 18px 10px;
  letter-spacing: .08em; }

.submit-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.input-radio,
.input-checkbox {
  position: relative;
  display: inline-block;
  margin-bottom: 5px; }
  .input-radio:before,
  .input-checkbox:before {
    content: '';
    display: block;
    position: absolute; }

input[type="radio"],
input[type="checkbox"] {
  display: none; }
  input[type="radio"] + span,
  input[type="radio"] + .wpcf7-list-item-label,
  input[type="radio"] + label,
  input[type="checkbox"] + span,
  input[type="checkbox"] + .wpcf7-list-item-label,
  input[type="checkbox"] + label {
    padding-left: 45px !important;
    position: relative;
    cursor: pointer;
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 31px;
    display: inline-block;
    margin-bottom: 5px;
    font-style: normal;
    color: #464746;
    font-weight: 400;
    text-transform: none;
    text-align: left !important; }
    @media (max-width: 991px) {
      input[type="radio"] + span,
      input[type="radio"] + .wpcf7-list-item-label,
      input[type="radio"] + label,
      input[type="checkbox"] + span,
      input[type="checkbox"] + .wpcf7-list-item-label,
      input[type="checkbox"] + label {
        font-size: 15px;
        font-size: 1.5rem; } }
    input[type="radio"] + span a,
    input[type="radio"] + .wpcf7-list-item-label a,
    input[type="radio"] + label a,
    input[type="checkbox"] + span a,
    input[type="checkbox"] + .wpcf7-list-item-label a,
    input[type="checkbox"] + label a {
      font-weight: 500;
      color: #464746;
      text-decoration: underline; }
      input[type="radio"] + span a:hover, input[type="radio"] + span a:focus-visible,
      input[type="radio"] + .wpcf7-list-item-label a:hover,
      input[type="radio"] + .wpcf7-list-item-label a:focus-visible,
      input[type="radio"] + label a:hover,
      input[type="radio"] + label a:focus-visible,
      input[type="checkbox"] + span a:hover,
      input[type="checkbox"] + span a:focus-visible,
      input[type="checkbox"] + .wpcf7-list-item-label a:hover,
      input[type="checkbox"] + .wpcf7-list-item-label a:focus-visible,
      input[type="checkbox"] + label a:hover,
      input[type="checkbox"] + label a:focus-visible {
        color: #b6a899; }
    input[type="radio"] + span:before,
    input[type="radio"] + .wpcf7-list-item-label:before,
    input[type="radio"] + label:before,
    input[type="checkbox"] + span:before,
    input[type="checkbox"] + .wpcf7-list-item-label:before,
    input[type="checkbox"] + label:before {
      position: absolute;
      content: "";
      width: 31px;
      height: 31px;
      left: 5px;
      top: 0px;
      border-radius: 31px;
      border: 1px solid #f0f1f2;
      background-color: #f0f1f2; }
    input[type="radio"] + span:after,
    input[type="radio"] + .wpcf7-list-item-label:after,
    input[type="radio"] + label:after,
    input[type="checkbox"] + span:after,
    input[type="checkbox"] + .wpcf7-list-item-label:after,
    input[type="checkbox"] + label:after {
      position: absolute;
      content: "";
      width: 19px;
      height: 19px;
      left: 11px;
      top: 6px;
      border-radius: 31px;
      border: 1px solid #b6a899;
      background-color: #b6a899;
      opacity: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  input[type="radio"]:checked + label:after,
  input[type="radio"]:checked + .wpcf7-list-item-label:after,
  input[type="radio"]:checked + span:after,
  input[type="radio"] + label.checked:after,
  input[type="checkbox"]:checked + label:after,
  input[type="checkbox"]:checked + .wpcf7-list-item-label:after,
  input[type="checkbox"]:checked + span:after,
  input[type="checkbox"] + label.checked:after {
    opacity: 1; }

input[type="radio"] + span:before, input[type="radio"] + span:after,
input[type="radio"] + .wpcf7-list-item-label:before,
input[type="radio"] + .wpcf7-list-item-label:after,
input[type="radio"] + label:before,
input[type="radio"] + label:after {
  border-radius: 31px; }

.send-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 3px 0 0; }

.wpcf7 {
  position: relative; }
  .wpcf7 .col {
    position: static; }
  .wpcf7 h3 {
    width: 100%; }
  .wpcf7 .your-consent {
    padding-top: 10px; }
  .wpcf7 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1px 0 1px; }
    .wpcf7 form .field-p {
      margin-bottom: 0; }
    .wpcf7 form.sent .wpcf7-list-item label {
      opacity: 1; }
    .wpcf7 form.sent label,
    .wpcf7 form.sent .wpcf7-form-control-wrap,
    .wpcf7 form.sent input[type="submit"],
    .wpcf7 form.sent button,
    .wpcf7 form.sent .num-button {
      pointer-events: none;
      opacity: .2;
      -webkit-transition: .4s;
      -o-transition: .4s;
      transition: .4s; }
    .wpcf7 form label span {
      color: #c30007; }
    .wpcf7 form .wpcf7-form-control-wrap {
      display: block;
      width: 100%; }
    .wpcf7 form > div {
      width: 100%; }
    .wpcf7 form .form-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .wpcf7 form .small,
    .wpcf7 form .medium,
    .wpcf7 form .large {
      position: relative; }
    .wpcf7 form .small {
      width: 32%;
      width: calc(33.333% - (13px/2));
      width: calc(33.333% - 15px); }
      @media (max-width: 768px) {
        .wpcf7 form .small {
          width: calc(50% - (13px/2));
          width: calc(50% - 15px); }
          .wpcf7 form .small + .small + .small {
            width: 100%; } }
      @media (max-width: 575px) {
        .wpcf7 form .small {
          width: 100%; } }
    .wpcf7 form .medium {
      width: calc(50% - (13px/2));
      width: calc(50% - 15px); }
      @media (max-width: 768px) {
        .wpcf7 form .medium {
          width: 100%; } }
    .wpcf7 form .large {
      width: 100%; }
    .wpcf7 form .has-label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .wpcf7 form .has-label label {
        width: 100px; }
      .wpcf7 form .has-label .wpcf7-form-control-wrap {
        width: calc(100% - 100px); }
    .wpcf7 form .btn-con {
      position: static;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .wpcf7 form span.wpcf7-not-valid-tip {
      position: absolute;
      background-color: transparent;
      color: #c30007 !important;
      font-size: 12px;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 14px;
      width: auto;
      bottom: -14px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      left: 0px;
      display: none; }
      @media (max-width: 1332px) {
        .wpcf7 form span.wpcf7-not-valid-tip {
          font-size: 10px;
          font-size: 1rem;
          bottom: -12px; } }
    .wpcf7 form .wpcf7-acceptance,
    .wpcf7 form .wpcf7-checkbox,
    .wpcf7 form .wpcf7-radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 36px; }
      .wpcf7 form .wpcf7-acceptance label,
      .wpcf7 form .wpcf7-checkbox label,
      .wpcf7 form .wpcf7-radio label {
        margin-bottom: 16px; }
      .wpcf7 form .wpcf7-acceptance .wpcf7-list-item-label,
      .wpcf7 form .wpcf7-checkbox .wpcf7-list-item-label,
      .wpcf7 form .wpcf7-radio .wpcf7-list-item-label {
        margin-right: 32px;
        margin-right: 13px; }
    .wpcf7 form .wpcf7-list-item {
      display: block;
      margin: 0; }
      .wpcf7 form .wpcf7-list-item .wpcf7-list-item-label {
        margin-bottom: 0; }
      .wpcf7 form .wpcf7-list-item:last-of-type label {
        margin-bottom: 0; }
      .wpcf7 form .wpcf7-list-item label {
        margin-bottom: 18px;
        text-align: left; }
  .wpcf7 .wpcf7-spinner {
    background-color: #c30007;
    display: none !important; }
  .wpcf7 .wpcf7-form.submitting {
    position: relative; }
    .wpcf7 .wpcf7-form.submitting [type="submit"],
    .wpcf7 .wpcf7-form.submitting .wpcf7-form-control-wrap {
      pointer-events: none;
      opacity: .2; }
    .wpcf7 .wpcf7-form.submitting:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(0deg);
          -ms-transform: translate(-50%, -50%) rotate(0deg);
              transform: translate(-50%, -50%) rotate(0deg);
      width: 20px;
      height: 20px;
      -webkit-animation-name: loading-rotate;
              animation-name: loading-rotate;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-duration: 3.6s;
              animation-duration: 3.6s;
      -webkit-transform-origin: 50% 50%;
          -ms-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      border: 2px solid #b6a899;
      border-radius: 0 10px 10px 10px;
      border-width: 1px;
      z-index: 1; }

@-webkit-keyframes loading-rotate {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
    border-width: 1px; }
  99.999% {
    -webkit-transform: translate(-50%, -50%) rotate(359.999deg);
            transform: translate(-50%, -50%) rotate(359.999deg);
    border-width: 10px; } }

@keyframes loading-rotate {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
    border-width: 1px; }
  99.999% {
    -webkit-transform: translate(-50%, -50%) rotate(359.999deg);
            transform: translate(-50%, -50%) rotate(359.999deg);
    border-width: 10px; } }
  .wpcf7 div.wpcf7-response-output.wpcf7-response-output.wpcf7-response-output,
  .wpcf7 div.wpcf7-mail-sent-ok,
  .wpcf7 div.wpcf7-validation-errors,
  .wpcf7 div.wpcf7-acceptance-missing {
    margin: .5em 0 0;
    border: 2px solid #c30007;
    background-color: rgba(255, 255, 255, 0.15);
    color: #c30007;
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.4em;
    padding: 10px 5px;
    border-radius: 0px;
    font-weight: 500; }
  .wpcf7 .sent div.wpcf7-response-output.wpcf7-response-output.wpcf7-response-output {
    color: #1ea400;
    border-color: #1ea400; }
  .wpcf7 div.wpcf7-mail-sent-ok {
    background-color: #1ea400;
    border-color: #1ea400; }
  .wpcf7 .LV_validation_message {
    display: none; }

.re ~ .res {
  display: none; }

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }
  .swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
        touch-action: pan-x; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto; }

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15); }

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none; }

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999; }

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after); }

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before); }

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after); }

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center; }

.swiper {
  max-height: 0;
  overflow: hidden;
  max-width: none; }
  .swiper.swiper-initialized {
    max-height: 9999px; }
  .swiper *:not(img):not(.container) {
    max-width: none; }

.swiper-button-next,
.swiper-button-prev {
  width: 37.764px;
  height: 37.764px;
  border-radius: 0;
  background-color: #b6a899;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (max-width: 991px) {
    .swiper-button-next,
    .swiper-button-prev {
      width: 30px;
      height: 30px; } }
  .swiper-button-next.swiper-button-disabled,
  .swiper-button-prev.swiper-button-disabled {
    pointer-events: none;
    opacity: .35; }
  .swiper-button-next svg,
  .swiper-button-prev svg {
    max-width: 100% !important; }
    .swiper-button-next svg *,
    .swiper-button-prev svg * {
      fill: #ffffff;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
  .swiper-button-next:hover, .swiper-button-next:focus-visible,
  .swiper-button-prev:hover,
  .swiper-button-prev:focus-visible {
    background-color: #323e48; }
    .swiper-button-next:hover svg *, .swiper-button-next:focus-visible svg *,
    .swiper-button-prev:hover svg *,
    .swiper-button-prev:focus-visible svg * {
      fill: #ffffff; }

.swiper-button-prev {
  left: 0; }

.swiper-button-next {
  right: 0; }

.swiper-scrollbar {
  height: 5px;
  background-color: #8e959a;
  position: relative;
  bottom: -60px; }
  @media (max-width: 991px) {
    .swiper-scrollbar {
      bottom: -71px; } }
  .swiper-scrollbar .swiper-scrollbar-drag {
    height: 5px;
    background-color: #ffffff;
    position: absolute;
    left: 0;
    top: 0px; }

body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.925;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  -o-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  -o-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: none;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

.matchHeight {
  margin-bottom: 0; }

.lazy-loader {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: white;
  z-index: 9999; }
  .lazy-loader.loaded {
    opacity: 0;
    display: none; }

.main-wrapper {
  padding-top: 0;
  padding-bottom: 0px;
  width: 100%; }

.page-wrapper {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  position: relative;
  -webkit-transition: .25s;
  -o-transition: .25s;
  transition: .25s;
  height: auto;
  padding-top: 0;
  bottom: 0; }

.full-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }

.breadcrumb-con {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2em;
  margin-bottom: 50px;
  color: #464746;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  @media (max-width: 768px) {
    .breadcrumb-con {
      margin-bottom: 30px; } }
  .breadcrumb-con span {
    color: white;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2em;
    display: inline-block; }
    @media (max-width: 768px) {
      .breadcrumb-con span {
        font-size: 12px;
        font-size: 1.2rem; } }
  .breadcrumb-con a {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .015em;
    line-height: 1.2em;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: #c30007;
    font-weight: 400;
    margin-right: .2em;
    position: relative;
    display: inline-block; }
    @media (max-width: 768px) {
      .breadcrumb-con a {
        font-size: 12px;
        font-size: 1.2rem; } }
    .breadcrumb-con a:after {
      content: '/';
      display: inline-block;
      margin-left: .4em;
      color: #464746; }
    .breadcrumb-con a:hover, .breadcrumb-con a:focus-visible {
      color: #c30007;
      text-decoration: none; }
  .breadcrumb-con > a {
    margin-left: 0; }
  .breadcrumb-con .breadcrumb_last {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .015em;
    line-height: 1.2em;
    color: #464746;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    position: relative; }
    @media (max-width: 768px) {
      .breadcrumb-con .breadcrumb_last {
        font-size: 12px;
        font-size: 1.2rem; } }

.pagination-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.pagination.pagination.pagination {
  margin-bottom: 0;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4.25em; }
  .pagination.pagination.pagination .pagination-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .pagination.pagination.pagination div {
    text-align: center;
    margin: 0 7px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 45px;
    position: relative;
    z-index: 1; }
    .pagination.pagination.pagination div:not(.prev):not(.next).active {
      pointer-events: none; }
      .pagination.pagination.pagination div:not(.prev):not(.next).active a {
        background-color: #323e48;
        font-weight: 600;
        line-height: 45px; }
    .pagination.pagination.pagination div:not(.prev):not(.next) span,
    .pagination.pagination.pagination div:not(.prev):not(.next) a {
      font-size: 15px;
      font-size: 1.5rem;
      line-height: 45px;
      width: 45px;
      height: 45px;
      background-color: #b6a899;
      display: block;
      color: #ffffff;
      font-weight: 600;
      padding: 0; }
      .pagination.pagination.pagination div:not(.prev):not(.next) span:hover, .pagination.pagination.pagination div:not(.prev):not(.next) span:focus-visible,
      .pagination.pagination.pagination div:not(.prev):not(.next) a:hover,
      .pagination.pagination.pagination div:not(.prev):not(.next) a:focus-visible {
        text-decoration: none;
        background-color: #323e48; }
    .pagination.pagination.pagination div:not(.prev):not(.next).ellipse {
      color: #464746;
      font-weight: 600; }
    .pagination.pagination.pagination div.next a, .pagination.pagination.pagination div.prev a {
      font-size: 0px;
      font-size: 0rem;
      background-color: #b6a899;
      line-height: 45px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      color: #ffffff;
      text-decoration: none;
      background-position: 50% 37%;
      background-repeat: no-repeat;
      width: 45px;
      height: 45px; }
      .pagination.pagination.pagination div.next a:hover, .pagination.pagination.pagination div.next a:focus-visible, .pagination.pagination.pagination div.prev a:hover, .pagination.pagination.pagination div.prev a:focus-visible {
        text-decoration: none; }
    .pagination.pagination.pagination div.next a {
      background-image: url(../images/slide-next.svg);
      background-position: 52% 50%; }
      .pagination.pagination.pagination div.next a:hover, .pagination.pagination.pagination div.next a:focus-visible {
        background-color: #323e48; }
    .pagination.pagination.pagination div.prev a {
      background-image: url(../images/slide-prev.svg);
      background-position: 48% 50%; }
      .pagination.pagination.pagination div.prev a:hover, .pagination.pagination.pagination div.prev a:focus-visible {
        background-color: #323e48; }

.social-menu {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .social-menu a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 33px;
    height: 33px;
    min-width: 33px;
    border-radius: 33px;
    display: block;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    background-color: #8e959a;
    padding: 0;
    font-weight: 100;
    margin: 0 9px; }
    @media (max-width: 400px) {
      .social-menu a {
        margin: 0 10px; } }
    .social-menu a:first-of-type {
      margin-left: 0; }
    .social-menu a:last-of-type {
      margin-right: 0; }
    .social-menu a:hover, .social-menu a:focus-visible {
      background-color: #b6a899; }
      .social-menu a:hover i, .social-menu a:focus-visible i {
        color: #ffffff !important; }
    .social-menu a i {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 33px;
      min-width: 33px;
      display: block;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .social-menu a.facebook:hover i, .social-menu a.facebook:focus-visible i {
      color: #3b5999 !important; }
    .social-menu a.twitter:hover i, .social-menu a.twitter:focus-visible i {
      color: #55acee !important; }
    .social-menu a.linkedin:hover i, .social-menu a.linkedin:focus-visible i {
      color: #007bb5 !important; }
    .social-menu a.pinterest:hover i, .social-menu a.pinterest:focus-visible i {
      color: #cb2027 !important; }
    .social-menu a.instagram:hover i, .social-menu a.instagram:focus-visible i {
      color: #8a3ab9 !important; }

.waypoint {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  will-change: transform; }
  body.ie .waypoint {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s; }
  .waypoint.animate {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

.link {
  text-transform: uppercase;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2em;
  display: inline-block;
  position: relative;
  font-weight: 500;
  letter-spacing: .12em;
  padding-bottom: .85em;
  padding-top: .85em; }
  .link:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 2px;
    left: 2px;
    height: 2px;
    background-color: #b6a899; }
  .link:hover, .link:focus-visible {
    color: #b6a899; }

.image-hero-section,
.hero-section {
  position: relative;
  background-color: #323e48;
  text-align: center; }
  .image-hero-section:before,
  .hero-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#323e48), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(top, #323e48 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to bottom, #323e48 0%, rgba(255, 255, 255, 0) 100%);
    height: 223px;
    opacity: .43;
    z-index: 9; }
  .image-hero-section:after,
  .hero-section:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #464746;
    opacity: 0.7;
    top: 0;
    left: 0;
    z-index: 8;
    mix-blend-mode: multiply; }
  .image-hero-section .container, .image-hero-section .propertyhive #container, .propertyhive .image-hero-section #container,
  .hero-section .container,
  .hero-section .propertyhive #container,
  .propertyhive .hero-section #container {
    position: relative;
    z-index: 9; }
  .image-hero-section *,
  .hero-section * {
    color: white; }
  .image-hero-section .text *,
  .hero-section .text * {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
  .image-hero-section .row,
  .hero-section .row {
    padding-top: 196px;
    padding-bottom: 75px;
    min-height: 695px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991px) {
      .image-hero-section .row,
      .hero-section .row {
        padding-top: 116px;
        min-height: 600px; } }
    @media (max-width: 768px) {
      .image-hero-section .row,
      .hero-section .row {
        min-height: 450px; } }

.image-hero-section h1 {
  margin-bottom: 0; }

.text-hero-section {
  position: relative;
  background-color: #323e48;
  text-align: center; }
  .text-hero-section.white {
    background-color: white; }
    .text-hero-section.white * {
      color: #323e48; }
    .text-hero-section.white .text * {
      text-shadow: none; }
    .text-hero-section.white .row {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      min-height: 456px; }
      @media (max-width: 991px) {
        .text-hero-section.white .row {
          min-height: 375px; } }
      @media (max-width: 768px) {
        .text-hero-section.white .row {
          min-height: 300px; } }
  .text-hero-section * {
    color: white; }
  .text-hero-section .text * {
    text-shadow: 0 0 15px rgba(0, 0, 0, 0.25); }
  .text-hero-section .row {
    padding-top: 196px;
    padding-bottom: 22px;
    min-height: 556px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 991px) {
      .text-hero-section .row {
        padding-top: 116px;
        min-height: 500px; } }
    @media (max-width: 768px) {
      .text-hero-section .row {
        min-height: 350px; } }

.blue-intro-section {
  background-color: #323e48;
  padding-top: 116px;
  padding-bottom: 89px;
  text-align: center; }
  .blue-intro-section.bg-White {
    background-color: #fff; }
    .blue-intro-section.bg-White * {
      color: #323e48; }
    .blue-intro-section.bg-White h6 {
      color: #8e959a; }
  @media (max-width: 991px) {
    .blue-intro-section {
      padding-top: 89px;
      padding-bottom: 89px; } }
  @media (max-width: 768px) {
    .blue-intro-section {
      padding-top: 54px;
      padding-bottom: 54px; } }
  .blue-intro-section .container, .blue-intro-section .propertyhive #container, .propertyhive .blue-intro-section #container {
    max-width: 890px; }
  .blue-intro-section h1,
  .blue-intro-section h2,
  .blue-intro-section h3,
  .blue-intro-section h4,
  .blue-intro-section h5,
  .blue-intro-section h6 {
    margin-right: auto;
    margin-left: auto; }
  .blue-intro-section * {
    color: white; }
  .blue-intro-section h6 {
    color: #8e959a; }
    .blue-intro-section h6 + h2 {
      width: 830px; }

.block-links-section {
  padding-top: 54px;
  padding-bottom: 54px; }
  .block-links-section * {
    color: white; }
  .block-links-section .col-6,
  .block-links-section .col-12 {
    margin-bottom: 13px; }
    .block-links-section .col-6 .inner,
    .block-links-section .col-12 .inner {
      height: 289px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 33px 44px;
      text-decoration: none; }
      @media (max-width: 991px) {
        .block-links-section .col-6 .inner,
        .block-links-section .col-12 .inner {
          padding: 15px 15px; } }
      .block-links-section .col-6 .inner h3,
      .block-links-section .col-12 .inner h3 {
        margin-bottom: 0;
        padding-right: 40px;
        position: relative;
        z-index: 3;
        pointer-events: none;
        background-image: url(../images/arrow-right-white.svg);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        width: 100%; }
        @media (max-width: 991px) {
          .block-links-section .col-6 .inner h3,
          .block-links-section .col-12 .inner h3 {
            padding-right: 25px; } }
      .block-links-section .col-6 .inner a,
      .block-links-section .col-12 .inner a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .block-links-section .col-6 .inner a:hover:after, .block-links-section .col-6 .inner a:focus-visible:after,
        .block-links-section .col-12 .inner a:hover:after,
        .block-links-section .col-12 .inner a:focus-visible:after {
          background-color: rgba(50, 62, 72, 0.78); }
        .block-links-section .col-6 .inner a:before,
        .block-links-section .col-12 .inner a:before {
          content: '';
          position: absolute;
          right: 0;
          left: 0;
          bottom: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
          background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
          height: 191px;
          opacity: .8; }
        .block-links-section .col-6 .inner a:after,
        .block-links-section .col-12 .inner a:after {
          content: '';
          position: absolute;
          right: 0;
          left: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(50, 62, 72, 0);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }
  @media (max-width: 768px) {
    .block-links-section .col-6 + .col-6 + .col-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 460px) {
    .block-links-section .col-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }
  @media (max-width: 991px) {
    .block-links-section .col-6:last-of-type:nth-of-type(odd),
    .block-links-section .col-12:last-of-type:nth-of-type(odd) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.block-links-section + .text-with-image-section {
  padding-top: 0; }

.our-team-section + .text-with-image-section {
  padding-bottom: 94px; }
  @media (max-width: 768px) {
    .our-team-section + .text-with-image-section {
      padding-bottom: 54px; } }

.text-with-image-section {
  padding-top: 69px;
  padding-bottom: 69px; }
  @media (max-width: 768px) {
    .text-with-image-section {
      padding-top: 54px;
      padding-bottom: 54px; } }
  .text-with-image-section .col-12 * {
    max-width: 100%; }
  @media (min-width: 769px) {
    .text-with-image-section.left .image {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  @media (min-width: 769px) {
    .text-with-image-section.left .image .img-con {
      float: none; } }
  @media (min-width: 769px) {
    .text-with-image-section.left .text {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      padding-right: 56px;
      padding-left: 6.5px; } }
  @media (min-width: 769px) {
    .text-with-image-section .image {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 48.5%;
              flex: 0 0 48.5%;
      max-width: 48.5%; } }
  .text-with-image-section .image .img-con {
    height: 496px; }
    @media (min-width: 1333px) {
      .text-with-image-section .image .img-con {
        width: calc(100% + ((100vw - 1333px)/2));
        max-width: calc(100% + ((100vw - 1333px)/2)); } }

@media (max-width: 1332px) and (min-width: 769px) {
  .text-with-image-section .image .img-con {
    width: calc(100% + 13px);
    max-width: calc(100% + 13px); } }
    @media (min-width: 769px) {
      .text-with-image-section .image .img-con {
        float: right; } }
    @media (max-width: 768px) {
      .text-with-image-section .image .img-con {
        margin-left: -13px;
        width: calc(100% + 26px);
        max-width: calc(100% + 26px);
        height: auto;
        padding-top: 76%; } }
  .text-with-image-section .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .text-with-image-section .text {
    text-align: center;
    padding-top: 14px; }
    @media (max-width: 768px) {
      .text-with-image-section .text {
        padding-top: 1.5em; } }
    @media (min-width: 769px) {
      .text-with-image-section .text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 51.5%;
                flex: 0 0 51.5%;
        max-width: 51.5%;
        padding-left: 56px; } }
    .text-with-image-section .text .inner {
      margin: 0 auto;
      width: 560px;
      width: 543px; }
  .text-with-image-section .btn-con {
    margin-top: 2.5em; }

.quotes-section {
  min-height: 413px;
  padding-top: 55px;
  padding-bottom: 45px;
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 768px) {
    .quotes-section {
      padding-top: 54px;
      padding-bottom: 54px; } }
  .quotes-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(182, 168, 153, 0.95); }
  .quotes-section blockquote {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
    max-width: calc(100% - 80px) !important; }
  .quotes-section * {
    color: white; }
  .quotes-section .swiper-button-next,
  .quotes-section .swiper-button-prev {
    background-color: transparent; }
    .quotes-section .swiper-button-next svg *,
    .quotes-section .swiper-button-prev svg * {
      fill: #464746;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    .quotes-section .swiper-button-next:hover svg *, .quotes-section .swiper-button-next:focus-visible svg *,
    .quotes-section .swiper-button-prev:hover svg *,
    .quotes-section .swiper-button-prev:focus-visible svg * {
      fill: #ffffff; }
  .quotes-section .quote-slide .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 313px; }
  .quotes-section .quote-slide .inner {
    width: 100%; }

.latest-news-and-articles-section {
  padding-top: 62px;
  padding-bottom: 95px; }
  .latest-news-and-articles-section .container, .latest-news-and-articles-section .propertyhive #container, .propertyhive .latest-news-and-articles-section #container {
    max-width: 1340px; }
  .latest-news-and-articles-section .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.35em; }
    @media (max-width: 768px) {
      .latest-news-and-articles-section .title {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .latest-news-and-articles-section .title h2 {
          width: 100%; } }
    .latest-news-and-articles-section .title h2 {
      margin-bottom: 0; }
  .latest-news-and-articles-section .link {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .08em; }
  .latest-news-and-articles-section .latest-slide {
    overflow: visible; }
    .latest-news-and-articles-section .latest-slide .swiper-button-next,
    .latest-news-and-articles-section .latest-slide .swiper-button-prev {
      top: auto;
      bottom: -42px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .latest-news-and-articles-section .latest-slide .swiper-button-prev {
      right: 42px;
      left: auto; }
      @media (max-width: 991px) {
        .latest-news-and-articles-section .latest-slide .swiper-button-prev {
          right: 34px; } }
    .latest-news-and-articles-section .latest-slide .swiper-button-next {
      right: 0; }
    .latest-news-and-articles-section .latest-slide .swiper-scrollbar {
      bottom: -27px;
      width: calc(100% - 123px);
      background-color: #cdcfd1; }
      @media (max-width: 991px) {
        .latest-news-and-articles-section .latest-slide .swiper-scrollbar {
          bottom: -30px;
          width: calc(100% - 68px); } }
      .latest-news-and-articles-section .latest-slide .swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #323e48; }
  @media (min-width: 769px) {
    .latest-news-and-articles-section .n-item {
      margin-bottom: 18px; }
      .latest-news-and-articles-section .n-item .img-con {
        margin-bottom: 1.55em; }
      .latest-news-and-articles-section .n-item .date {
        margin-bottom: .7em; } }

.our-values-section {
  padding-top: 59px;
  padding-bottom: 59px; }
  .our-values-section.hide .swiper-scrollbar,
  .our-values-section.hide .swiper-button-next,
  .our-values-section.hide .swiper-button-prev {
    display: none; }
  .our-values-section.hide .text-side-side {
    margin-bottom: 33px; }
  .our-values-section .container, .our-values-section .propertyhive #container, .propertyhive .our-values-section #container {
    position: relative; }
    .our-values-section .container:before, .our-values-section .propertyhive #container:before, .propertyhive .our-values-section #container:before {
      content: '';
      position: absolute;
      top: -61px;
      left: 4px;
      right: 4px;
      bottom: -55px;
      background-color: #323e48;
      border-radius: 10.5227px; }
  .our-values-section * {
    color: white; }
  .our-values-section .title {
    text-align: center;
    margin-bottom: 1.4em; }
  .our-values-section .swiper-slide {
    height: auto !important; }
  @media (max-width: 768px) {
    .our-values-section .nav-slide {
      height: 271px; } }
  .our-values-section .nav-slide h2 {
    margin-bottom: 0;
    cursor: pointer; }
  .our-values-section .nav-side-side {
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 992px) {
      .our-values-section .nav-side-side {
        padding-right: 30px;
        padding-left: 90px; } }
    @media (min-width: 1333px) {
      .our-values-section .nav-side-side {
        padding-right: 90px; } }
    .our-values-section .nav-side-side .swiper-slide {
      opacity: .25; }
      @media (max-width: 1332px) {
        .our-values-section .nav-side-side .swiper-slide h2 {
          font-size: 31px;
          font-size: 3.1rem; } }
      @media (max-width: 768px) {
        .our-values-section .nav-side-side .swiper-slide {
          text-align: center; }
          .our-values-section .nav-side-side .swiper-slide h2 {
            font-size: 26px;
            font-size: 2.6rem; } }
    .our-values-section .nav-side-side .swiper-slide-thumb-active {
      opacity: 1; }
  .our-values-section .text-side-side {
    text-align: center;
    margin-bottom: 85px;
    padding-right: 15px;
    padding-left: 15px; }
    @media (min-width: 769px) {
      .our-values-section .text-side-side {
        border-left: 2px solid #8e959a; } }
    @media (min-width: 992px) {
      .our-values-section .text-side-side {
        padding-right: 55px;
        padding-left: 55px; } }
    @media (min-width: 1201px) {
      .our-values-section .text-side-side {
        padding-right: 110px;
        padding-left: 110px; } }
    .our-values-section .text-side-side .swiper-scrollbar {
      width: calc(1333px - 205px - 90px);
      max-width: calc(1333px - 205px - 90px);
      margin-left: calc(100px - 90px - 157%); }
      @media (max-width: 1358px) {
        .our-values-section .text-side-side .swiper-scrollbar {
          width: calc(100vw - 205px - 90px);
          max-width: calc(100vw - 205px - 90px);
          margin-left: calc(100px - 90px - 50vw - 26px); } }
      @media (max-width: 991px) {
        .our-values-section .text-side-side .swiper-scrollbar {
          width: calc(100vw - 120px);
          max-width: calc(100vw - 120px);
          margin-left: calc(100px - 65px - 50vw - 26px); } }
      @media (max-width: 768px) {
        .our-values-section .text-side-side .swiper-scrollbar {
          margin-left: 5px; } }
    .our-values-section .text-side-side .swiper-button-next,
    .our-values-section .text-side-side .swiper-button-prev {
      top: auto;
      bottom: -98px; }
      .our-values-section .text-side-side .swiper-button-next:hover, .our-values-section .text-side-side .swiper-button-next:focus-visible,
      .our-values-section .text-side-side .swiper-button-prev:hover,
      .our-values-section .text-side-side .swiper-button-prev:focus-visible {
        background-color: #47515a; }
    .our-values-section .text-side-side .swiper-button-next {
      right: -25px; }
      @media (max-width: 991px) {
        .our-values-section .text-side-side .swiper-button-next {
          right: 4px; } }
    .our-values-section .text-side-side .swiper-button-prev {
      left: auto;
      right: 27px; }
      @media (max-width: 991px) {
        .our-values-section .text-side-side .swiper-button-prev {
          right: 38px; } }
    .our-values-section .text-side-side .text-slide {
      overflow: visible; }
    .our-values-section .text-side-side .swiper-wrapper {
      pointer-events: none; }
    .our-values-section .text-side-side .swiper-slide {
      opacity: 0;
      -webkit-transition: 0s;
      -o-transition: 0s;
      transition: 0s; }
    .our-values-section .text-side-side .swiper-slide-active {
      opacity: 1;
      -webkit-transition: .3s .3s;
      -o-transition: .3s .3s;
      transition: .3s .3s; }
    .our-values-section .text-side-side p {
      font-family: "DM Serif Display", serif;
      font-size: 23px;
      font-size: 2.3rem;
      line-height: 1.49034em;
      letter-spacing: .01em; }
      @media (max-width: 991px) {
        .our-values-section .text-side-side p {
          font-size: 20px;
          font-size: 2rem; } }
    .our-values-section .text-side-side .swiper-slide {
      height: 313px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 768px) {
        .our-values-section .text-side-side .swiper-slide {
          height: auto; } }
    .our-values-section .text-side-side .inner {
      margin-top: 1em; }
      .our-values-section .text-side-side .inner *:last-child {
        margin-bottom: 0; }

.our-team-section {
  padding-top: 85px;
  padding-bottom: 28px; }
  @media (max-width: 768px) {
    .our-team-section {
      padding-top: 54px; } }
  .our-team-section .title-con {
    margin-bottom: 1.1em; }
    @media (max-width: 768px) {
      .our-team-section .title-con {
        margin-bottom: 3.1em; } }
    .our-team-section .title-con h2 {
      padding-right: 91px; }
      @media (max-width: 991px) {
        .our-team-section .title-con h2 {
          padding-right: 68px; } }
      @media (max-width: 768px) {
        .our-team-section .title-con h2 {
          padding-right: 0; } }
  .our-team-section .team-slide {
    overflow: visible; }
    .our-team-section .team-slide .inner {
      width: 100%;
      text-align: center; }
    .our-team-section .team-slide .img-con {
      width: 100%;
      padding-top: 107.5%;
      margin-bottom: 1.6em; }
    .our-team-section .team-slide .role {
      color: #8e959a;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 500;
      text-transform: uppercase; }
    .our-team-section .team-slide h3 {
      margin-bottom: .3em; }
    .our-team-section .team-slide .swiper-button-next,
    .our-team-section .team-slide .swiper-button-prev {
      top: -107px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      @media (max-width: 768px) {
        .our-team-section .team-slide .swiper-button-next,
        .our-team-section .team-slide .swiper-button-prev {
          top: -58px; } }
    .our-team-section .team-slide .swiper-button-prev {
      right: 43px;
      left: auto; }
      @media (max-width: 991px) {
        .our-team-section .team-slide .swiper-button-prev {
          right: 34px; } }
    .our-team-section .team-slide .swiper-button-next {
      right: 0; }

.text-with-side-section {
  padding-top: 71px;
  padding-bottom: 57px; }
  @media (max-width: 768px) {
    .text-with-side-section {
      padding-top: 54px;
      padding-bottom: 54px; } }
  .text-with-side-section.right .col-md-4 hr {
    margin-right: 0;
    margin-left: 0; }
  .text-with-side-section.right .col-md-4 h2 + hr {
    margin-top: -.5em; }
  @media (min-width: 992px) {
    .text-with-side-section .col-md-4 {
      padding-right: 90px; } }
  @media (min-width: 769px) {
    .text-with-side-section .col-md-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 39.63333%;
              flex: 0 0 39.63333%;
      max-width: 39.63333%; } }
  .text-with-side-section .col-md-8 {
    padding-top: .5em; }
    @media (min-width: 992px) {
      .text-with-side-section .col-md-8 {
        padding-right: 50px; } }
    @media (min-width: 769px) {
      .text-with-side-section .col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60.36667%;
                flex: 0 0 60.36667%;
        max-width: 60.36667%; } }

.recent-developments-and-investments-section {
  padding-top: 70px;
  padding-bottom: 62px;
  min-height: 600px;
  background-color: #ededed; }
  @media (max-width: 768px) {
    .recent-developments-and-investments-section {
      padding-top: 54px;
      padding-bottom: 54px; } }
  .recent-developments-and-investments-section .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.56em; }
    @media (max-width: 768px) {
      .recent-developments-and-investments-section .title {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .recent-developments-and-investments-section .title h2 {
          width: 100%; } }
    .recent-developments-and-investments-section .title h2 {
      margin-bottom: 0; }
  .recent-developments-and-investments-section .link {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .08em; }

.brass-text-section {
  background-color: #b6a899;
  padding-top: 78px;
  padding-bottom: 60px;
  text-align: center; }
  @media (max-width: 768px) {
    .brass-text-section {
      padding-top: 54px;
      padding-bottom: 54px; } }
  .brass-text-section * {
    color: white; }
  .brass-text-section h2 {
    margin-bottom: .2em; }
  .brass-text-section .btn {
    margin-top: 1.2em; }
  .brass-text-section h3,
  .brass-text-section h4,
  .brass-text-section h5 {
    color: #323e48; }

.form-section {
  padding-top: 68px;
  padding-bottom: 30px; }
  @media (max-width: 991px) {
    .form-section {
      padding-top: 54px; } }
  .form-section .text {
    text-align: center;
    margin-bottom: .95em; }
  .form-section .container, .form-section .propertyhive #container, .propertyhive .form-section #container {
    max-width: 894px; }
  .form-section.brass {
    background-color: #b6a899;
    padding-top: 73px;
    padding-bottom: 25px; }
    @media (max-width: 991px) {
      .form-section.brass {
        padding-top: 54px; } }
    .form-section.brass .wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
    .form-section.brass input:focus-visible,
    .form-section.brass textarea:focus-visible,
    .form-section.brass select:focus-visible,
    .form-section.brass input[name][name][name]:focus-visible,
    .form-section.brass textarea[name][name][name]:focus-visible,
    .form-section.brass select[name][name][name]:focus-visible {
      border-color: #988a7c !important; }
    .form-section.brass .wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid:focus-visible,
    .form-section.brass input.mage-error:focus-visible,
    .form-section.brass select.mage-error:focus-visible,
    .form-section.brass textarea.mage-error:focus-visible,
    .form-section.brass .wpcf7-not-valid.wpcf7-not-valid.wpcf7-not-valid,
    .form-section.brass li.gfield.error input,
    .form-section.brass .gfield_error input,
    .form-section.brass .gfield_error select,
    .form-section.brass .gfield_error .dk-select,
    .form-section.brass .gfield_error textarea,
    .form-section.brass input.mage-error,
    .form-section.brass select.mage-error,
    .form-section.brass textarea.mage-error {
      border-color: #c30007 !important; }
    .form-section.brass .text {
      margin-bottom: .45em; }
      .form-section.brass .text * {
        color: white; }
    .form-section.brass .wpcf7-form.submitting:before {
      border-color: #323e48; }
    .form-section.brass form ::-webkit-input-placeholder {
      color: #ffffff; }
    .form-section.brass form :-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff; }
    .form-section.brass form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff; }
    .form-section.brass form :-ms-input-placeholder {
      color: #ffffff; }
    .form-section.brass form label {
      color: white; }
    .form-section.brass form input[type="radio"] + span,
    .form-section.brass form input[type="radio"] + .wpcf7-list-item-label,
    .form-section.brass form input[type="radio"] + label,
    .form-section.brass form input[type="checkbox"] + span,
    .form-section.brass form input[type="checkbox"] + .wpcf7-list-item-label,
    .form-section.brass form input[type="checkbox"] + label {
      color: white; }
      .form-section.brass form input[type="radio"] + span:before,
      .form-section.brass form input[type="radio"] + .wpcf7-list-item-label:before,
      .form-section.brass form input[type="radio"] + label:before,
      .form-section.brass form input[type="checkbox"] + span:before,
      .form-section.brass form input[type="checkbox"] + .wpcf7-list-item-label:before,
      .form-section.brass form input[type="checkbox"] + label:before {
        border-color: #a3978a;
        background-color: #a3978a; }
      .form-section.brass form input[type="radio"] + span:after,
      .form-section.brass form input[type="radio"] + .wpcf7-list-item-label:after,
      .form-section.brass form input[type="radio"] + label:after,
      .form-section.brass form input[type="checkbox"] + span:after,
      .form-section.brass form input[type="checkbox"] + .wpcf7-list-item-label:after,
      .form-section.brass form input[type="checkbox"] + label:after {
        border-color: #ffffff;
        background-color: #ffffff; }
      .form-section.brass form input[type="radio"] + span a:hover, .form-section.brass form input[type="radio"] + span a:focus-visible,
      .form-section.brass form input[type="radio"] + .wpcf7-list-item-label a:hover,
      .form-section.brass form input[type="radio"] + .wpcf7-list-item-label a:focus-visible,
      .form-section.brass form input[type="radio"] + label a:hover,
      .form-section.brass form input[type="radio"] + label a:focus-visible,
      .form-section.brass form input[type="checkbox"] + span a:hover,
      .form-section.brass form input[type="checkbox"] + span a:focus-visible,
      .form-section.brass form input[type="checkbox"] + .wpcf7-list-item-label a:hover,
      .form-section.brass form input[type="checkbox"] + .wpcf7-list-item-label a:focus-visible,
      .form-section.brass form input[type="checkbox"] + label a:hover,
      .form-section.brass form input[type="checkbox"] + label a:focus-visible {
        color: white; }
    .form-section.brass form [type="submit"] {
      background-color: #323e48;
      border-color: #323e48; }
    .form-section.brass input,
    .form-section.brass input.input-text,
    .form-section.brass textarea,
    .form-section.brass select {
      border-color: #a3978a;
      background-color: #a3978a;
      color: white; }
    .form-section.brass option {
      color: #464746; }

.our-offices-section {
  padding-top: 58px;
  padding-bottom: 96px; }
  @media (max-width: 768px) {
    .our-offices-section {
      padding-top: 54px; } }
  .our-offices-section .title {
    text-align: center;
    margin-bottom: -.4em; }
  .our-offices-section .office-slide {
    overflow: visible; }
    .our-offices-section .office-slide .swiper-button-next,
    .our-offices-section .office-slide .swiper-button-prev {
      top: auto;
      bottom: -42px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
      @media (max-width: 991px) {
        .our-offices-section .office-slide .swiper-button-next,
        .our-offices-section .office-slide .swiper-button-prev {
          bottom: -44px; } }
    .our-offices-section .office-slide .swiper-button-prev {
      right: 52px;
      left: auto; }
      @media (max-width: 991px) {
        .our-offices-section .office-slide .swiper-button-prev {
          right: 34px; } }
    .our-offices-section .office-slide .swiper-button-next {
      right: 0; }
    .our-offices-section .office-slide .swiper-scrollbar {
      bottom: -27px;
      width: calc(100% - 133px);
      background-color: #cdcfd1; }
      @media (max-width: 991px) {
        .our-offices-section .office-slide .swiper-scrollbar {
          bottom: -31px;
          width: calc(100% - 68px); } }
      .our-offices-section .office-slide .swiper-scrollbar .swiper-scrollbar-drag {
        background-color: #323e48; }
  .our-offices-section h3 {
    margin-bottom: 1em; }
  .our-offices-section .info {
    font-weight: 500; }
    .our-offices-section .info a {
      font-weight: 500; }
      .our-offices-section .info a[href^="mailto:"] {
        color: #b6a899;
        text-decoration: underline; }
        .our-offices-section .info a[href^="mailto:"]:hover, .our-offices-section .info a[href^="mailto:"]:focus-visible {
          color: #a18f7b; }
    .our-offices-section .info:last-of-type {
      margin-bottom: 1.6em; }
  .our-offices-section address {
    line-height: 1.5;
    margin-bottom: 1.6em; }
  .our-offices-section .acf-map {
    width: 100%;
    height: 216px;
    margin-bottom: 2.2em;
    background-color: #ededed; }
    .our-offices-section .acf-map * {
      max-width: none; }
    .our-offices-section .acf-map [target="_blank"],
    .our-offices-section .acf-map .gm-style-cc,
    .our-offices-section .acf-map .gmnoprint,
    .our-offices-section .acf-map .gm-fullscreen-control {
      display: none !important; }
    .our-offices-section .acf-map img {
      max-width: inherit !important; }

.news-section {
  padding-top: 40px;
  padding-bottom: 75px; }
  .news-section .filter-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 7.9em; }
    @media (max-width: 991px) {
      .news-section .filter-con {
        margin-bottom: 5em; } }
    @media (max-width: 768px) {
      .news-section .filter-con {
        margin-bottom: 2.5em; } }
    .news-section .filter-con select {
      width: auto;
      min-width: 396px;
      color: #464746;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .news-section .filter-con select {
          min-width: 0; } }
  .news-section .container, .news-section .propertyhive #container, .propertyhive .news-section #container {
    max-width: 1366px; }
  @media (min-width: 769px) {
    .news-section .container, .news-section .propertyhive #container, .propertyhive .news-section #container,
    .news-section .col-12 {
      padding-right: 17.5px;
      padding-left: 17.5px; }
    .news-section .row {
      margin-right: -17.5px;
      margin-left: -17.5px; } }
  .news-section .n-item {
    margin-bottom: 38px; }
  .news-section .f-item {
    margin-bottom: 50px; }

.f-item .inner {
  width: 100%;
  position: relative;
  position: relative;
  padding-top: 45.4%;
  min-height: 447.64px; }
  .f-item .inner > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    letter-spacing: .01em; }
    .f-item .inner > a:hover ~ .text h2, .f-item .inner > a:focus-visible ~ .text h2 {
      color: #b6a899; }
    .f-item .inner > a:hover ~ .back, .f-item .inner > a:focus-visible ~ .back {
      background-color: rgba(50, 62, 72, 0.78); }
  .f-item .inner .back {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(50, 62, 72, 0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .f-item .inner .cats {
    position: absolute;
    top: 44px;
    left: 46px;
    right: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 991px) {
      .f-item .inner .cats {
        top: 15px;
        left: 15px;
        right: 15px; } }
    .f-item .inner .cats a {
      background-color: white;
      margin-right: 11.5px;
      margin-bottom: 11.5px;
      font-weight: 500;
      padding: 9px 23px;
      font-size: 14px;
      font-size: 1.4rem;
      text-transform: uppercase;
      position: relative;
      z-index: 3;
      color: #464746;
      letter-spacing: .12em;
      -webkit-box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.1); }
      @media (max-width: 991px) {
        .f-item .inner .cats a {
          padding: 7px 9px;
          font-size: 12px;
          font-size: 1.2rem; } }
      @media (max-width: 768px) {
        .f-item .inner .cats a {
          padding: 4px 9px; } }
      .f-item .inner .cats a:hover, .f-item .inner .cats a:focus-visible {
        background-color: #b6a899; }

.f-item .text {
  position: absolute;
  bottom: 48px;
  width: 443px;
  max-width: calc(100% - 46px - 46px);
  left: 46px;
  background-color: white;
  padding: 40px 50px 47px;
  -webkit-box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.1);
  z-index: 2;
  pointer-events: none; }
  @media (max-width: 991px) {
    .f-item .text {
      bottom: 15px;
      left: 15px;
      padding: 9px 9px;
      max-width: calc(100% - 15px - 15px); } }
  @media (max-width: 768px) {
    .f-item .text {
      padding: 9px 9px; } }
  .f-item .text h2 {
    margin-bottom: 0;
    line-height: 1.105;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

.f-item .date {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #8e959a;
  font-weight: 500;
  margin-bottom: 2.75em; }
  @media (max-width: 991px) {
    .f-item .date {
      margin-bottom: 1em;
      font-size: 12px;
      font-size: 1.2rem; } }

.n-item .inner {
  width: 100%;
  position: relative; }
  .n-item .inner > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    letter-spacing: .01em; }
    .n-item .inner > a:hover ~ h3, .n-item .inner > a:focus-visible ~ h3 {
      color: #b6a899; }
    .n-item .inner > a:hover ~ .img-con:after, .n-item .inner > a:focus-visible ~ .img-con:after {
      background-color: rgba(50, 62, 72, 0.78); }

.n-item h3 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

.n-item .thumbnail {
  position: relative; }
  .n-item .thumbnail img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%; }
  .n-item .thumbnail span {
    position: absolute;
    top: 23px;
    left: 23px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background-color: white;
    margin-right: 11.5px;
    margin-bottom: 11.5px;
    font-weight: 500;
    padding: 9px 23px;
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    z-index: 3;
    color: #464746;
    letter-spacing: .12em;
    -webkit-box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.1);
    pointer-events: none; }
    @media (max-width: 991px) {
      .n-item .thumbnail span {
        padding: 7px 9px;
        font-size: 12px;
        font-size: 1.2rem; } }
    @media (max-width: 768px) {
      .n-item .thumbnail span {
        padding: 4px 9px; } }

.n-item .img-con {
  position: relative;
  padding-top: 61.9%;
  margin-bottom: 1.7em;
  background-color: #b6a899; }
  .n-item .img-con:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(50, 62, 72, 0);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .n-item .img-con .cats {
    position: absolute;
    top: 23px;
    left: 23px;
    right: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media (max-width: 991px) {
      .n-item .img-con .cats {
        top: 15px;
        left: 15px;
        right: 15px; } }
    .n-item .img-con .cats a {
      background-color: white;
      margin-right: 11.5px;
      margin-bottom: 11.5px;
      font-weight: 500;
      padding: 9px 23px;
      font-size: 14px;
      font-size: 1.4rem;
      text-transform: uppercase;
      position: relative;
      z-index: 3;
      color: #464746;
      letter-spacing: .12em;
      -webkit-box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.1);
              box-shadow: 0 0 11.5px rgba(0, 0, 0, 0.1); }
      @media (max-width: 991px) {
        .n-item .img-con .cats a {
          padding: 7px 9px;
          font-size: 12px;
          font-size: 1.2rem; } }
      @media (max-width: 768px) {
        .n-item .img-con .cats a {
          padding: 4px 9px; } }
      .n-item .img-con .cats a:hover, .n-item .img-con .cats a:focus-visible {
        background-color: #b6a899; }

.n-item .date {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #8e959a;
  font-weight: 500;
  margin-bottom: 1em; }
  @media (max-width: 991px) {
    .n-item .date {
      font-size: 12px;
      font-size: 1.2rem; } }

.news-article-section {
  padding-top: 60px;
  padding-bottom: 66px; }
  @media (max-width: 768px) {
    .news-article-section {
      padding-top: 54px;
      padding-bottom: 54px; } }
  @media (max-width: 991px) {
    .news-article-section {
      padding-top: 54px;
      padding-bottom: 54px; } }
  .news-article-section .container, .news-article-section .propertyhive #container, .propertyhive .news-article-section #container {
    max-width: 1284px; }
  .news-article-section .info {
    font-size: 14px;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #8e959a;
    font-weight: 500;
    margin-bottom: 1.4em;
    letter-spacing: .13em; }
    @media (max-width: 991px) {
      .news-article-section .info {
        font-size: 12px;
        font-size: 1.2rem; } }
    .news-article-section .info a {
      text-decoration: underline;
      color: #b6a899; }
      .news-article-section .info a:hover, .news-article-section .info a:focus-visible {
        color: #323e48; }
      .news-article-section .info a + a:before {
        content: ', '; }
  @media (min-width: 769px) {
    .news-article-section .text {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 74.86667%;
              flex: 0 0 74.86667%;
      max-width: 74.86667%;
      padding-right: 103px;
      position: relative; }
      .news-article-section .text:before {
        content: '';
        position: absolute;
        top: -24px;
        bottom: 5px;
        right: 45px;
        width: .5px;
        background-color: #c7c7c7; } }
  .news-article-section .share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.95em; }
    @media (max-width: 768px) {
      .news-article-section .share {
        margin-top: 1.5em;
        margin-bottom: 1.5em; } }
    .news-article-section .share h3 {
      margin-bottom: 0;
      margin-right: 2.6em;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        .news-article-section .share h3 {
          margin-right: 12.5px; } }
    .news-article-section .share .btn {
      min-width: 0;
      padding: 13.5px 24px;
      font-size: 15px !important;
      font-size: 1.5rem !important;
      font-weight: 600;
      letter-spacing: .09em;
      margin-right: 1.9em;
      margin-top: 5px;
      margin-bottom: 5px; }
      @media (max-width: 768px) {
        .news-article-section .share .btn {
          padding: 13.5px 13.5px;
          min-width: 48px;
          margin-right: 12.5px; } }
      .news-article-section .share .btn:last-of-type {
        margin-right: 0; }
      .news-article-section .share .btn svg {
        width: auto;
        height: 17px; }
        .news-article-section .share .btn svg + span {
          margin-left: 17px; }
          @media (max-width: 768px) {
            .news-article-section .share .btn svg + span {
              display: none; } }
  .news-article-section .recent {
    padding-top: .3em; }
    @media (min-width: 769px) {
      .news-article-section .recent {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25.13333%;
                flex: 0 0 25.13333%;
        max-width: 25.13333%; } }
    @media (min-width: 1340px) {
      .news-article-section .recent {
        padding-right: 0; } }
    .news-article-section .recent h2 {
      margin-bottom: .62em; }
    .news-article-section .recent .n-item {
      margin-bottom: 56px; }
      .news-article-section .recent .n-item:last-of-type {
        margin-bottom: 0; }
      .news-article-section .recent .n-item .cats {
        display: none; }
      .news-article-section .recent .n-item .img-con {
        margin-bottom: 1em; }
      .news-article-section .recent .n-item .date {
        margin-bottom: .45em; }

.areas-we-cover-section {
  padding-top: 58px;
  padding-bottom: 38px; }
  @media (max-width: 768px) {
    .areas-we-cover-section {
      padding-top: 54px; } }
  .areas-we-cover-section * {
    color: white; }
  .areas-we-cover-section .awc-item {
    margin-bottom: 17px; }
    .areas-we-cover-section .awc-item .inner {
      height: 289px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding: 33px 44px;
      text-decoration: none; }
      @media (max-width: 991px) {
        .areas-we-cover-section .awc-item .inner {
          padding: 15px 15px; } }
      .areas-we-cover-section .awc-item .inner h3 {
        margin-bottom: 0;
        padding-right: 40px;
        position: relative;
        z-index: 3;
        pointer-events: none;
        background-image: url(../images/arrow-right-white.svg);
        background-repeat: no-repeat;
        background-position: 100% 50%;
        width: 100%; }
        @media (max-width: 991px) {
          .areas-we-cover-section .awc-item .inner h3 {
            padding-right: 25px; } }
      .areas-we-cover-section .awc-item .inner a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .areas-we-cover-section .awc-item .inner a:hover:after, .areas-we-cover-section .awc-item .inner a:focus-visible:after {
          background-color: rgba(50, 62, 72, 0.78); }
        .areas-we-cover-section .awc-item .inner a:before {
          content: '';
          position: absolute;
          right: 0;
          left: 0;
          bottom: 0;
          background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(black));
          background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
          background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
          height: 191px;
          opacity: .8; }
        .areas-we-cover-section .awc-item .inner a:after {
          content: '';
          position: absolute;
          right: 0;
          left: 0;
          top: 0;
          bottom: 0;
          background-color: rgba(50, 62, 72, 0);
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s; }

.standard-text-section {
  padding-top: 58px;
  padding-bottom: 43px; }
  @media (max-width: 768px) {
    .standard-text-section {
      padding-top: 54px; } }
  .standard-text-section .container, .standard-text-section .propertyhive #container, .propertyhive .standard-text-section #container {
    max-width: 1050px; }
  .standard-text-section h2 {
    margin-bottom: 0.7em; }
  .standard-text-section h3 {
    margin-bottom: 1.1em; }
  .standard-text-section p + h3 {
    margin-top: 1.7em; }

.brass-box-section {
  padding-bottom: 68px; }
  @media (max-width: 768px) {
    .brass-box-section {
      padding-bottom: 54px; } }
  .brass-box-section .container, .brass-box-section .propertyhive #container, .propertyhive .brass-box-section #container {
    max-width: 1334px;
    text-align: center; }
  .brass-box-section .row {
    background-color: #b6a899;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 330px;
    padding-top: 33px;
    padding-bottom: 25px; }
  .brass-box-section h1,
  .brass-box-section h2 {
    color: white; }
  .brass-box-section h2 {
    margin-bottom: .2em; }
  .brass-box-section .btn-con {
    margin-top: 1.6em; }

.properties-in-section {
  padding-top: 70px;
  padding-bottom: 62px;
  min-height: 687px;
  background-color: #ededed; }
  .properties-in-section .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 2.56em; }
    @media (max-width: 768px) {
      .properties-in-section .title {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .properties-in-section .title h2 {
          width: 100%; } }
    .properties-in-section .title h2 {
      margin-bottom: 0; }
  .properties-in-section .link {
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: .08em;
    margin-right: 107px; }

.content-image-box .container, .content-image-box .propertyhive #container, .propertyhive .content-image-box #container {
  width: calc(100% - 13px); }

.content-image-box__box {
  background-color: #323e48;
  border-radius: 10.5227px;
  overflow: hidden; }
  @media (max-width: 768px) {
    .content-image-box__box .col-content {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; } }
  .content-image-box__box .text {
    padding: 90px 20px;
    max-width: 450px;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 768px) {
      .content-image-box__box .text {
        padding: 60px 20px; } }
    .content-image-box__box .text * {
      color: white; }
    .content-image-box__box .text .btn-con {
      padding-top: 20px; }
      .content-image-box__box .text .btn-con .btn:hover {
        border-color: #b6a899 !important; }
  .content-image-box__box .img-wrap {
    height: 100%;
    width: 100%; }
    .content-image-box__box .img-wrap .bg-img {
      height: 100%;
      width: 100%;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: 50% 50%; }
      @media (max-width: 768px) {
        .content-image-box__box .img-wrap .bg-img {
          padding-bottom: 66%; } }

.development-listings {
  padding: 80px 0;
  background-color: #F0F0F0; }
  .development-listings h2 {
    text-align: center;
    margin-bottom: 45px; }
  .development-listings .row {
    margin: 0 -15px; }
    .development-listings .row .col-12 {
      padding: 0 15px;
      margin-bottom: 30px; }
  .development-listings .development-item {
    height: 100%; }
    .development-listings .development-item-link {
      display: block;
      height: 100%;
      background-color: #fff; }
      .development-listings .development-item-link:hover .img-wrap:before {
        opacity: 1; }
      .development-listings .development-item-link .img-wrap {
        height: 260px;
        overflow: hidden;
        position: relative;
        z-index: 10; }
        .development-listings .development-item-link .img-wrap img {
          -o-object-fit: cover;
             object-fit: cover;
          min-width: 100%;
          min-height: 100%;
          height: 260px;
          width: auto; }
      .development-listings .development-item-link .text-wrap {
        padding: clamp(20px, 2.5vw, 30px);
        background-color: #fff; }
        .development-listings .development-item-link .text-wrap .text * {
          font-weight: 400; }
        .development-listings .development-item-link .text-wrap .text h3 {
          font-weight: 600; }
        .development-listings .development-item-link .text-wrap .dev-info li {
          list-style: none;
          padding-left: 0;
          font-weight: 600; }
          .development-listings .development-item-link .text-wrap .dev-info li:before {
            display: none; }
          .development-listings .development-item-link .text-wrap .dev-info li span {
            font-weight: 400; }

.fancybox-bg {
  background-color: #323e48 !important; }

.container, .propertyhive #container {
  width: calc(100% - 13px); }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.propertyhive .page-wrapper {
  background: #F3F3F4; }

body.single-property {
  background: #323e48; }
  body.single-property .page-wrapper {
    background: transparent; }

.propertyhive .propertyhive-pagination {
  -webkit-text-emphasis: center;
          text-emphasis: center;
  padding-bottom: 90px; }
  .propertyhive .propertyhive-pagination ul.page-numbers {
    text-align: center; }
    .propertyhive .propertyhive-pagination ul.page-numbers li {
      list-style: none;
      padding-left: 0;
      margin: 4px; }
      .propertyhive .propertyhive-pagination ul.page-numbers li:before {
        display: none; }
      .propertyhive .propertyhive-pagination ul.page-numbers li .page-numbers {
        text-decoration: none;
        display: block;
        padding-bottom: 3px; }
        .propertyhive .propertyhive-pagination ul.page-numbers li .page-numbers.current {
          border-bottom: 1px solid #b6a899; }

.propertyhive .toggle-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
  @media (max-width: 992px) {
    .propertyhive .toggle-group {
      display: none; } }
  .propertyhive .toggle-group .icon-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Inter", serif;
    font-weight: 600;
    color: #323E48;
    -webkit-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    transition: ease-in-out all 0.4s;
    opacity: 0.5;
    letter-spacing: 0.08em; }
    .propertyhive .toggle-group .icon-toggle rect {
      -webkit-transition: ease-in-out all 0.4s;
      -o-transition: ease-in-out all 0.4s;
      transition: ease-in-out all 0.4s; }
    .propertyhive .toggle-group .icon-toggle svg rect {
      fill: #323E48; }
    .propertyhive .toggle-group .icon-toggle.active-toggle {
      opacity: 1; }
    .propertyhive .toggle-group .icon-toggle svg {
      margin-right: 15px; }
  .propertyhive .toggle-group .toggle-switcher {
    width: 80px;
    border: solid 2px #323e48;
    border-radius: 30px;
    height: 37px;
    position: relative;
    margin: 0 20px;
    cursor: pointer; }
    .propertyhive .toggle-group .toggle-switcher .toggler {
      -webkit-transition: ease-in-out all 0.4s;
      -o-transition: ease-in-out all 0.4s;
      transition: ease-in-out all 0.4s;
      position: absolute;
      border-radius: 100%;
      background: #323e48;
      top: 5px;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 23px;
      width: 23px; }
      .propertyhive .toggle-group .toggle-switcher .toggler.left {
        -webkit-transform: translateX(-100%);
            -ms-transform: translateX(-100%);
                transform: translateX(-100%); }
      .propertyhive .toggle-group .toggle-switcher .toggler.right {
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%); }

.propertyhive .actions-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 70px; }
  @media (max-width: 992px) {
    .propertyhive .actions-wrapper {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  @media (max-width: 600px) {
    .propertyhive .actions-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .propertyhive .actions-wrapper .propertyhive-result-count, .propertyhive .actions-wrapper select {
    margin-bottom: 0; }
  .propertyhive .actions-wrapper form {
    margin: 0; }
  .propertyhive .actions-wrapper select {
    background-color: transparent;
    background-image: url("../images/chevron-down.svg");
    border: none;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "Inter", serif;
    letter-spacing: 0.120em;
    font-weight: 500;
    color: #323e48; }
    .propertyhive .actions-wrapper select option::nth-word(1) {
      display: none; }

.propertyhive .availability-badge {
  position: absolute;
  background: white;
  padding: 5px 24px;
  z-index: 9;
  left: 30px;
  top: 30px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Inter", serif;
  letter-spacing: 0.120em;
  font-weight: 500; }

.propertyhive .properties {
  list-style: none !important;
  margin: 0 !important;
  padding-bottom: 90px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0; }
  .propertyhive .properties li.property {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    float: none !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 34px !important; }
    .propertyhive .properties li.property .thumb-slider {
      display: block;
      width: 100%;
      height: 100%; }
      .propertyhive .properties li.property .thumb-slider .slick-list {
        height: 100%; }
      .propertyhive .properties li.property .thumb-slider .slick-track {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: 100%; }
      .propertyhive .properties li.property .thumb-slider .slick-slide {
        height: inherit !important; }
      .propertyhive .properties li.property .thumb-slider .slick-arrow {
        position: absolute;
        z-index: 100;
        opacity: 1;
        top: unset;
        bottom: 30px;
        width: 37px;
        height: 37px;
        background-color: #ffffff;
        color: #ffffff;
        background-position: center center;
        background-repeat: no-repeat;
        text-indent: -99999999px;
        font-size: 0;
        line-height: 0;
        border: none; }
        .propertyhive .properties li.property .thumb-slider .slick-arrow:before {
          content: "";
          color: #323e48;
          font-size: 22px;
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          left: 0;
          right: 0;
          margin: 0 auto;
          text-align: center; }
        .propertyhive .properties li.property .thumb-slider .slick-arrow.slick-prev {
          right: 62px;
          left: unset;
          background-image: url("../images/chevron-left.svg"); }
        .propertyhive .properties li.property .thumb-slider .slick-arrow.slick-next {
          right: 20px;
          background-image: url("../images/chevron-right.svg"); }
    .propertyhive .properties li.property .thumb-slide a {
      display: block;
      width: 100%; }
    .propertyhive .properties li.property .thumb-slide img {
      -o-object-fit: cover;
         object-fit: cover; }
  .propertyhive .properties li {
    padding-top: 0 !important; }
  .propertyhive .properties img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover; }
  .propertyhive .properties .thumbnail {
    width: 30% !important;
    float: none !important; }
  .propertyhive .properties .details {
    width: 70% !important;
    float: none !important; }
    .propertyhive .properties .details .summary {
      margin-top: 25px;
      margin-bottom: 25px; }
    .propertyhive .properties .details .residential-details {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style: none;
      padding: 0;
      margin: 0;
      margin-bottom: 0px; }
      .propertyhive .properties .details .residential-details li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-transform: uppercase;
        padding: 0;
        font-weight: 500;
        color: #8E959A;
        font-size: 14px;
        letter-spacing: 0.120em; }
        .propertyhive .properties .details .residential-details li:not(:first-of-type) {
          margin-left: 25px; }
        .propertyhive .properties .details .residential-details li svg {
          margin-right: 15px; }
        .propertyhive .properties .details .residential-details li:before {
          content: unset !important; }
  .propertyhive .properties li {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
    padding: 0; }
    .propertyhive .properties li:before, .propertyhive .properties li:after {
      content: unset !important; }
  .propertyhive .properties .actions {
    display: none; }
  .propertyhive .properties .price {
    font-size: clamp(18px, 1.5vw, 23px);
    color: #B6A899;
    font-family: "DM Serif Display", serif; }
  @media (max-width: 992px) {
    .propertyhive .properties {
      grid-template-columns: repeat(1, 1fr); }
      .propertyhive .properties .thumbnail, .propertyhive .properties .details {
        float: none !important;
        width: 100% !important; }
        .propertyhive .properties .thumbnail img, .propertyhive .properties .details img {
          width: 100%;
          height: 260px !important;
          -o-object-fit: cover;
             object-fit: cover; }
      .propertyhive .properties li {
        padding: 0; }
        .propertyhive .properties li:before, .propertyhive .properties li:after {
          content: unset !important; }
      .propertyhive .properties .details {
        padding: 20px;
        padding: clamp(20px, 2.5vw, 30px); }
        .propertyhive .properties .details .residential-details {
          display: none; }
        .propertyhive .properties .details h3 {
          max-width: 26ch; }
      .propertyhive .properties .summary {
        display: none; }
      .propertyhive .properties li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: auto !important;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .propertyhive .properties li .details {
          padding: 30px;
          padding: clamp(20px, 2.5vw, 50px); } }

.propertyhive .details {
  background: white;
  text-transform: capitalize; }
  .propertyhive .details h3 a {
    text-decoration: none; }

.propertyhive .thumbnail {
  position: relative; }

.propertyhive .properties-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0;
  margin-left: -17px !important;
  margin-right: -17px !important; }
  .propertyhive .properties-grid .thumbnail, .propertyhive .properties-grid .details {
    float: none !important;
    width: 100% !important; }
    .propertyhive .properties-grid .thumbnail img, .propertyhive .properties-grid .details img {
      width: 100%;
      height: 260px !important;
      -o-object-fit: cover;
         object-fit: cover; }
    .propertyhive .properties-grid .thumbnail a, .propertyhive .properties-grid .details a {
      display: block;
      width: 100%; }
  .propertyhive .properties-grid .thumb-slider {
    display: block;
    width: 100%;
    height: 260px !important; }
    .propertyhive .properties-grid .thumb-slider .slick-list {
      height: 100%; }
    .propertyhive .properties-grid .thumb-slider .slick-track {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      height: 100%; }
    .propertyhive .properties-grid .thumb-slider .slick-slide {
      height: inherit !important; }
  .propertyhive .properties-grid .thumb-slide a {
    display: block;
    width: 100%; }
  .propertyhive .properties-grid .thumb-slide img {
    -o-object-fit: cover;
       object-fit: cover; }
  .propertyhive .properties-grid li.property {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 17px;
    height: auto !important;
    margin-bottom: 34px !important; }
    @media (max-width: 767px) {
      .propertyhive .properties-grid li.property {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%; } }
    @media (max-width: 562px) {
      .propertyhive .properties-grid li.property {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .propertyhive .properties-grid li {
    padding: 0; }
    .propertyhive .properties-grid li:before, .propertyhive .properties-grid li:after {
      content: unset !important; }
  .propertyhive .properties-grid .details {
    padding: 20px;
    padding: clamp(20px, 2.5vw, 30px); }
    .propertyhive .properties-grid .details .residential-details {
      display: none; }
    .propertyhive .properties-grid .details h3 {
      max-width: 26ch; }
  .propertyhive .properties-grid .summary {
    display: none; }

.propertyhive .properties-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto !important; }
  .propertyhive .properties-list li .details {
    padding: 30px;
    padding: clamp(20px, 2.5vw, 50px); }

.propertyhive .details-beds {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  color: #8E959A;
  letter-spacing: 0.120em;
  display: block;
  margin-bottom: 15px; }

.ph-infinite-scroll-button {
  text-align: center;
  padding-bottom: 80px; }
  .ph-infinite-scroll-button a {
    cursor: pointer;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: solid 2px #b6a899; }

.properties-grid .properties li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.properties-grid .properties li .details {
  height: 100%; }

.autocomplete-results ul li:before {
  content: unset; }

.grecaptcha-badge {
  display: none !important; }

.propertyhive .property-search-form {
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35px;
  z-index: 9;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px 8px 12px 8px;
  margin-bottom: 70px; }
  .propertyhive .property-search-form select {
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    text-align: left;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #323E48;
    font-weight: 900;
    text-align: center;
    padding: 0;
    padding-left: 10px;
    padding-right: 31px;
    background-position: right -17px top 50%; }
    @media (max-width: 1330px) {
      .propertyhive .property-search-form select {
        font-size: 10px; } }
    @media (max-width: 1200px) {
      .propertyhive .property-search-form select {
        min-width: 180px; } }
    @media (max-width: 767px) {
      .propertyhive .property-search-form select {
        font-size: 14px; } }
  .propertyhive .property-search-form .control-address_keyword {
    position: relative; }
    .propertyhive .property-search-form .control-address_keyword .current-location {
      right: 10px !important;
      width: 18px !important;
      top: 50% !important;
      bottom: auto !important;
      -webkit-transform: translateY(-50%) !important;
          -ms-transform: translateY(-50%) !important;
              transform: translateY(-50%) !important; }
  .propertyhive .property-search-form [name="address_keyword"] {
    height: 45px;
    line-height: 45px;
    padding: 0;
    padding-left: 10px;
    padding-right: 31px;
    border: none;
    background-color: transparent;
    margin-bottom: 0; }
    @media (max-width: 1330px) {
      .propertyhive .property-search-form [name="address_keyword"] {
        font-size: 10px; } }
    @media (max-width: 1200px) {
      .propertyhive .property-search-form [name="address_keyword"] {
        min-width: 180px; } }
    @media (max-width: 767px) {
      .propertyhive .property-search-form [name="address_keyword"] {
        font-size: 14px; } }
  .propertyhive .property-search-form .control {
    border-right: solid 1px #D6D8DA; }
    @media (max-width: 767px) {
      .propertyhive .property-search-form .control {
        border: none; } }
  @media (min-width: 768px) {
    .propertyhive .property-search-form .control-minimum_bedrooms,
    .propertyhive .property-search-form .control-maximum_bedrooms {
      -webkit-box-flex: 0 !important;
          -ms-flex: 0 1 10% !important;
              flex: 0 1 10% !important; } }
  .propertyhive .property-search-form input[type=submit] {
    margin: 0;
    background-image: url("../images/search.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 28px;
    text-indent: -9999px;
    line-height: 0;
    font-size: 0;
    display: block;
    background-color: transparent;
    min-width: unset !important;
    border: none;
    padding: 0;
    width: 65px;
    margin-left: auto;
    margin-right: 0; }
    @media (max-width: 540px) {
      .propertyhive .property-search-form input[type=submit] {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        height: 65px; } }

.propertyhive .control-department {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  vertical-align: middle;
  padding: 0px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 20px !important; }
  @media (max-width: 1200px) {
    .propertyhive .control-department {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .propertyhive .control-department {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  @media (max-width: 380px) {
    .propertyhive .control-department {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .propertyhive .control-department label {
    position: relative;
    padding-left: 30px;
    margin-right: 10px; }
    .propertyhive .control-department label:last-of-type {
      margin-right: 0; }
    .propertyhive .control-department label:before {
      content: "";
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #D6D8DA;
      width: 20px;
      height: 20px;
      left: 0;
      border-radius: 100%; }
    .propertyhive .control-department label:has(input:checked):before {
      border: solid 4px #D6D8DA;
      background: #323e48; }

.propertyhive label {
  margin-bottom: 0;
  color: #323E48;
  font-family: "DM Serif Display", serif;
  letter-spacing: -0.010em;
  font-size: clamp(16px, 20px, 23px);
  display: inline-block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  .propertyhive label input {
    width: 0%;
    margin: 0;
    border: none;
    line-height: 0;
    font-size: 0; }

.propertyhive .control:not(.control-department) {
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .propertyhive .control:not(.control-department) label {
    display: none; }

.hero-search {
  background: #323e48; }
  .hero-search .property-search-form {
    margin-bottom: -34px; }

.propertyhive .property-top {
  display: grid;
  grid-template-columns: 50% 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px; }
  .propertyhive .property-top .desc {
    padding-left: 30px; }
    .propertyhive .property-top .desc h1 {
      font-size: 45px;
      font-size: 4.5rem;
      font-size: clamp(30px, 4vw, 4.5rem);
      line-height: 1.5; }
    .propertyhive .property-top .desc .single-price {
      font-size: 45px;
      font-size: 4.5rem;
      font-family: "DM Serif Display", serif;
      color: #B6A899;
      font-size: clamp(30px, 4vw, 4.5rem);
      line-height: 1.5; }
  .propertyhive .property-top .imageslider img {
    width: 100%;
    max-height: 500px;
    -o-object-fit: cover;
       object-fit: cover; }

.propertyhive .container-inner {
  margin: 0 auto;
  margin-top: 28rem;
  width: 100%;
  background: white;
  margin-bottom: 45px; }

.propertyhive .flexslider {
  border-radius: 0; }

.propertyhive .property-tabs .property-tabs__headings .tab-heading div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.propertyhive .property-tabs .property-tabs__headings {
  color: white; }
  .propertyhive .property-tabs .property-tabs__headings .tab-heading {
    padding: 26px 60px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.120em;
    font-size: 14px;
    cursor: pointer; }
    @media (max-width: 1500px) {
      .propertyhive .property-tabs .property-tabs__headings .tab-heading {
        padding: 30px; } }
    @media (max-width: 1056px) {
      .propertyhive .property-tabs .property-tabs__headings .tab-heading {
        padding: 20px; } }
    @media (max-width: 992px) {
      .propertyhive .property-tabs .property-tabs__headings .tab-heading {
        padding: 15px; } }
    @media (max-width: 767px) {
      .propertyhive .property-tabs .property-tabs__headings .tab-heading {
        max-width: 50%;
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%; }
        .propertyhive .property-tabs .property-tabs__headings .tab-heading div {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; }
          .propertyhive .property-tabs .property-tabs__headings .tab-heading div span {
            display: none; }
          .propertyhive .property-tabs .property-tabs__headings .tab-heading div svg {
            margin: 0;
            margin-bottom: 5px; } }
    .propertyhive .property-tabs .property-tabs__headings .tab-heading.active-tab {
      background: white;
      color: #323e48;
      border-radius: 7px 7px 0 0; }
      .propertyhive .property-tabs .property-tabs__headings .tab-heading.active-tab svg * {
        fill: #323e48; }
  .propertyhive .property-tabs .property-tabs__headings svg {
    margin-right: 15px; }

.propertyhive .property-tabs .property-tabs__content {
  background: white; }
  .propertyhive .property-tabs .property-tabs__content .tab-content:not(.active-tab) {
    display: none; }

.single-property .type-property .top-wrapper {
  margin-top: 285px;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 50% 50%;
  background: white; }
  @media (max-width: 992px) {
    .single-property .type-property .top-wrapper {
      margin-top: 150px;
      grid-template-columns: 1fr;
      display: block; } }
  .single-property .type-property .top-wrapper .details-beds {
    margin-bottom: 35px;
    display: block; }

.single-property .type-property .images {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative; }
  .single-property .type-property .images #slider {
    margin-bottom: 0; }
    .single-property .type-property .images #slider .flex-prev {
      right: 62px;
      left: unset;
      background-image: url("../images/chevron-left.svg"); }
    .single-property .type-property .images #slider .flex-next {
      right: 20px;
      background-image: url("../images/chevron-right.svg"); }
    .single-property .type-property .images #slider ul.flex-direction-nav a {
      opacity: 1;
      top: unset;
      bottom: 30px;
      width: 37px;
      height: 37px;
      background-color: #ffffff;
      color: #ffffff;
      background-position: center center;
      background-repeat: no-repeat;
      text-indent: -99999999px;
      font-size: 0;
      line-height: 0; }
      .single-property .type-property .images #slider ul.flex-direction-nav a:before {
        content: "";
        color: #323e48;
        font-size: 22px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center; }
    .single-property .type-property .images #slider .slides:after {
      content: unset !important; }
    .single-property .type-property .images #slider .slides li:before {
      content: unset !important; }
    .single-property .type-property .images #slider .slides li img {
      height: 500px !important;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 767px) {
        .single-property .type-property .images #slider .slides li img {
          height: auto !important;
          -o-object-fit: unset;
             object-fit: unset; } }
  .single-property .type-property .images #carousel {
    margin-bottom: 0;
    border-top-width: 1px; }
    .single-property .type-property .images #carousel .flex-direction-nav {
      display: none; }
  .single-property .type-property .images #carousel .slides > li {
    width: 223px !important; }
    @media (max-width: 767px) {
      .single-property .type-property .images #carousel .slides > li {
        width: 150px !important; } }
    .single-property .type-property .images #carousel .slides > li:before, .single-property .type-property .images #carousel .slides > li:after {
      content: unset !important; }
    .single-property .type-property .images #carousel .slides > li img {
      width: 100%;
      height: 170px !important;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 767px) {
        .single-property .type-property .images #carousel .slides > li img {
          height: 120px !important; } }
  .single-property .type-property .images .flex-direction-nav li:before, .single-property .type-property .images .flex-direction-nav li:after {
    content: unset !important; }

.single-property .entry-summary {
  padding-top: 60px;
  padding-top: clamp(30px, 2.5vw, 60px);
  padding-left: 30px;
  padding-left: clamp(30px, 2.5vw, 64px);
  padding-right: 30px;
  padding-right: clamp(30px, 2.5vw, 45px);
  padding-bottom: 60px;
  padding-bottom: clamp(30px, 2.5vw, 60px); }

.single-property h1 {
  font-size: 45px;
  font-size: 4.5rem;
  margin-bottom: 30px;
  max-width: 25ch;
  font-size: clamp(30px, 4vw, 4.5rem); }
  @media (max-width: 992px) {
    .single-property h1 {
      max-width: 100%; } }

.single-property .single-price {
  font-size: 45px;
  font-size: 4.5rem;
  font-family: "DM Serif Display", serif;
  color: #B6A899;
  margin-bottom: 30px;
  display: block;
  font-size: clamp(30px, 4vw, 4.5rem); }

.single-property .residential-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 40px; }
  .single-property .residential-details li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-transform: uppercase;
    padding: 0;
    font-weight: 500;
    color: #8E959A;
    font-size: 14px;
    letter-spacing: 0.120em; }
    .single-property .residential-details li:not(:first-of-type) {
      margin-left: 25px; }
    .single-property .residential-details li svg {
      margin-right: 15px; }
    .single-property .residential-details li:before {
      content: unset !important; }

.single-property .description {
  border-top: solid 1px rgba(114, 114, 113, 0.2);
  padding-top: 40px;
  max-width: 47ch; }
  @media (max-width: 992px) {
    .single-property .description {
      max-width: 100%; } }
  .single-property .description p {
    margin-bottom: 50px; }

.single-property .booking-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .single-property .booking-actions .btn {
    margin-right: 40px; }
    @media (max-width: 494px) {
      .single-property .booking-actions .btn {
        margin-right: 0;
        width: 100%;
        margin-bottom: 15px; } }
  .single-property .booking-actions a.tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .single-property .booking-actions a.tel svg {
      margin-right: 16px; }
    .single-property .booking-actions a.tel span {
      color: #323e48;
      font-family: "DM Serif Display", serif;
      font-size: clamp(22px, 4.5vw, 45px); }

.single-property .full-bleed {
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 100vmax #ffffff;
          box-shadow: 0 0 0 100vmax #ffffff;
  -webkit-clip-path: inset(0 -100vmax);
          clip-path: inset(0 -100vmax); }

.single-property .property-tabs {
  margin-top: 47px; }
  .single-property .property-tabs__headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 992px) {
      .single-property .property-tabs__headings {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .single-property .property-tabs__headings .share-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media (max-width: 992px) {
        .single-property .property-tabs__headings .share-wrapper {
          display: none; } }
      .single-property .property-tabs__headings .share-wrapper span {
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 0.120em;
        text-transform: uppercase; }
      .single-property .property-tabs__headings .share-wrapper svg {
        margin: 0; }
  .single-property .property-tabs__content {
    padding-top: 30px;
    padding-top: clamp(30px, 5vw, 60px);
    padding-bottom: 30px;
    padding-bottom: clamp(30px, 5vw, 70px); }
    .single-property .property-tabs__content .full-description {
      display: grid;
      grid-template-columns: 70% calc(30% - 88px);
      gap: 88px; }
      @media (max-width: 1200px) {
        .single-property .property-tabs__content .full-description {
          grid-template-columns: 70% calc(30% - 44px);
          gap: 44px; } }

.single-property .interested-cta {
  background: #b6a899;
  padding: 30px;
  padding: clamp(30px, 5vw, 50px);
  position: relative; }
  .single-property .interested-cta svg {
    position: absolute;
    top: 0;
    right: 40px;
    opacity: 0.5; }
  .single-property .interested-cta p {
    color: #FFFFFF; }
  .single-property .interested-cta a:first-of-type {
    margin-right: 25px; }
  @media (max-width: 767px) {
    .single-property .interested-cta {
      padding-top: 75px; }
      .single-property .interested-cta a {
        width: 100%; }
        .single-property .interested-cta a:first-of-type {
          margin: 0;
          margin-bottom: 15px; } }
  .single-property .interested-cta h3 {
    color: white;
    font-size: 45px;
    font-size: 4.5rem;
    font-size: clamp(30px, 3vw, 4.5rem);
    letter-spacing: -0.010em; }

.single-property .custom-list li:before {
  width: 3px;
  height: 3px;
  border-radius: 24px;
  display: inline-block;
  background-color: #b6a899;
  left: 0; }

.single-property .custom-list li:not(:last-child) {
  margin-bottom: 20px; }

.single-property .required-info {
  display: grid;
  grid-template-columns: 70% 30%;
  grid-template-columns: 70% calc(30% - 88px);
  gap: 88px; }
  @media (max-width: 1200px) {
    .single-property .required-info {
      grid-template-columns: 70% calc(30% - 44px);
      gap: 44px; } }
  .single-property .required-info .epcs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px; }

.single-property .map-view {
  display: grid;
  grid-template-columns: 25% 75%;
  gap: 88px;
  overflow: hidden; }
  .single-property .map-view .office-telephone-number {
    margin-top: 36px; }
  .single-property .map-view .btn {
    margin-top: 40px; }

.single-property .floorplans .full {
  max-width: 80%;
  margin: 0 auto; }
  .single-property .floorplans .full img {
    margin: 0 auto; }

.similar-properties {
  background-color: #F0F0F0;
  padding: 70px 0 50px; }
  .similar-properties .thumb-slider {
    display: block;
    width: 100%;
    height: 100%; }
    .similar-properties .thumb-slider .slick-list {
      height: 100%; }
    .similar-properties .thumb-slider .slick-track {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      height: 100%; }
    .similar-properties .thumb-slider .slick-slide {
      height: inherit !important; }
    .similar-properties .thumb-slider .slick-arrow {
      position: absolute;
      z-index: 100;
      opacity: 1;
      top: unset;
      bottom: 30px;
      width: 37px;
      height: 37px;
      background-color: #ffffff;
      color: #ffffff;
      background-position: center center;
      background-repeat: no-repeat;
      text-indent: -99999999px;
      font-size: 0;
      line-height: 0;
      border: none;
      display: block !important; }
      .similar-properties .thumb-slider .slick-arrow:before {
        content: "";
        color: #323e48;
        font-size: 22px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center; }
      .similar-properties .thumb-slider .slick-arrow.slick-prev {
        right: 62px;
        left: unset;
        background-image: url("../images/chevron-left.svg"); }
      .similar-properties .thumb-slider .slick-arrow.slick-next {
        right: 20px;
        background-image: url("../images/chevron-right.svg"); }
  .similar-properties .thumb-slide a {
    display: block;
    width: 100%; }
  .similar-properties .thumb-slide img {
    -o-object-fit: cover;
       object-fit: cover; }

@media (max-width: 767px) {
  .property-tabs__content .tab-content {
    gap: 40px !important;
    grid-template-columns: 1fr !important; } }

.property_actions {
  display: none; }

.similar-slider {
  overflow: hidden; }
  .similar-slider .thumbnail img {
    width: 100%;
    height: 260px !important;
    -o-object-fit: cover;
       object-fit: cover; }
  .similar-slider .details {
    margin: 0;
    padding: 30px; }
    .similar-slider .details h3 {
      max-width: 26ch; }
  .similar-slider li {
    padding: 0; }
  .similar-slider li:before {
    content: unset; }
  .similar-slider .price {
    font-size: clamp(18px, 1.5vw, 23px);
    color: #B6A899;
    font-family: "DM Serif Display", serif; }
  .similar-slider .summary, .similar-slider .residential-details, .similar-slider .actions {
    display: none; }
  .similar-slider .details-beds {
    display: block;
    margin-bottom: 15px; }

.similar-properties .view-all {
  cursor: pointer;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: solid 2px #b6a899;
  margin-right: 30px; }

.similar-properties__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 43px; }
  @media (max-width: 540px) {
    .similar-properties__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .similar-properties__header h2 {
    margin-bottom: 0; }

.similar-properties .misc-wrapper {
  margin-left: auto;
  margin-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (max-width: 540px) {
    .similar-properties .misc-wrapper {
      margin: 0;
      margin-top: 2rem;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; } }

.similar-properties .button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .similar-properties .button-wrapper div {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0; }
    .similar-properties .button-wrapper div:first-of-type {
      margin-right: 4px; }

.property-enquiry-form.property-enquiry-form.property-enquiry-form.property-enquiry-form label {
  display: block;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: "Inter", serif;
  margin-bottom: 16px;
  color: #464746; }

.posts-slider {
  overflow: hidden; }
  .posts-slider .img-con {
    margin-bottom: 0; }
  .posts-slider__wrapper {
    background: #ffffff;
    padding: 30px; }

.recent-developments-and-investments-section .title {
  width: 100%;
  display: block; }

.recent-investments__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 540px) {
    .recent-investments__header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .recent-investments__header h2 {
    margin-bottom: 0; }
  .recent-investments__header .link {
    margin-right: 30px; }
  .recent-investments__header .misc-wrapper {
    margin-left: auto;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 540px) {
      .recent-investments__header .misc-wrapper {
        margin: 0;
        margin-top: 2rem;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%; } }

.the-button-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .the-button-wrapper div {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: relative;
    top: 0;
    left: 0;
    right: 0; }
    .the-button-wrapper div:first-of-type {
      margin-right: 4px; }

.text-hero-form {
  position: relative;
  background-color: #323e48;
  text-align: center;
  padding: 280px 0 0; }
  .text-hero-form__top-panel {
    max-width: 920px;
    margin: 0 auto 60px; }
  .text-hero-form__title {
    font-size: 59px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
    line-height: 1.2;
    margin: 0 0 30px;
    letter-spacing: -0.01em; }
  .text-hero-form__text * {
    font-family: "DM Serif Display", serif; }
  .text-hero-form__text p, .text-hero-form__text li, .text-hero-form__text a {
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
    line-height: 1.5;
    letter-spacing: -0.01em; }
  .text-hero-form__bottom-panel {
    position: relative; }
    .text-hero-form__bottom-panel::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      right: 50%;
      width: 100vw;
      height: 50%;
      margin-left: -50vw;
      margin-right: -50vw;
      background-color: #ffffff; }
  .text-hero-form__form-wrap {
    padding: 45px 70px 52px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
    border-radius: 22px;
    max-width: 1156px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  .text-hero-form__form-title {
    font-size: 45px;
    font-weight: 400;
    color: #323e48;
    text-align: center;
    letter-spacing: -0.01em;
    margin: 0 0 35px; }
  .text-hero-form form .small {
    width: calc(33.333% - 28px); }
  .text-hero-form .form .small br {
    display: none; }
  .text-hero-form .form label {
    text-align: left; }
  .text-hero-form .form input::-webkit-input-placeholder {
    color: #8E959A;
    opacity: 1; }
  .text-hero-form .form input::-moz-placeholder {
    color: #8E959A;
    opacity: 1; }
  .text-hero-form .form input:-ms-input-placeholder {
    color: #8E959A;
    opacity: 1; }
  .text-hero-form .form input::-ms-input-placeholder {
    color: #8E959A;
    opacity: 1; }
  .text-hero-form .form input::placeholder {
    color: #8E959A;
    opacity: 1; }
  .text-hero-form .form .bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .text-hero-form .form .bottom-wrap .large {
    padding-right: 20px; }
  .text-hero-form .form .bottom-wrap .wpcf7-form-control,
  .text-hero-form .form .bottom-wrap p {
    margin: 0; }
  .text-hero-form .form .bottom-wrap label,
  .text-hero-form .form .bottom-wrap label span {
    font-size: 16px; }
  .text-hero-form .form .bottom-wrap input[type="submit"] {
    min-width: 141px;
    padding: 11px 10px; }
  @media screen and (max-width: 1200px) {
    .text-hero-form__form-wrap {
      padding: 45px 50px 52px;
      max-width: 1156px; }
    .text-hero-form form .small {
      width: calc(33.333% - 15px); }
    .text-hero-form .form .bottom-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .text-hero-form .form .bottom-wrap .large {
      padding: 0;
      margin: 0 0 40px; } }
  @media screen and (max-width: 991px) {
    .text-hero-form {
      padding: 145px 0 0; } }
  @media screen and (max-width: 960px) {
    .text-hero-form__title {
      font-size: 3.2rem; }
    .text-hero-form__text p, .text-hero-form__text li, .text-hero-form__text a {
      font-size: 15px; }
    .text-hero-form__form-title {
      font-size: 26px; }
    .text-hero-form__form-wrap {
      padding: 40px 24px;
      border-radius: 8px; }
    .text-hero-form form .small {
      width: 100%; }
    .text-hero-form .form .bottom-wrap label,
    .text-hero-form .form .bottom-wrap label span {
      font-size: 15px; } }
  @media screen and (max-width: 600px) {
    .text-hero-form__form-wrap {
      padding: 32px 14px; } }

.single-current-development .addtoany_share_save_container {
  display: none !important; }

.image_slider {
  position: relative;
  background-color: #F0F0F0;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (min-width: 1600px) {
    .image_slider .swiper-button-prev {
      left: 100px; } }
  @media screen and (min-width: 1600px) {
    .image_slider .swiper-button-next {
      right: 100px; } }
  .image_slider--item a {
    display: block;
    padding-bottom: 56.25%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    .image_slider--item a:hover:before {
      opacity: 1; }
    .image_slider--item a:before {
      content: '';
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 10;
      background-color: rgba(50, 62, 72, 0.84);
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-image: url("../images/search-white.svg");
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s;
      opacity: 0;
      position: none; }

.table {
  padding-bottom: 50px; }
  .table_main {
    position: relative;
    overflow: auto;
    width: 100%; }
  .table .tablepress {
    margin-bottom: 0 !important; }
    .table .tablepress thead tr th {
      background-color: #323e48;
      color: #fff;
      padding: 15px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .table .tablepress thead tr th {
          padding: 10px; } }
    .table .tablepress tbody {
      border: 2px solid #F0F0F0;
      border-top: none !important; }
      .table .tablepress tbody tr td {
        padding: 15px;
        text-align: center !important;
        border: none !important; }
        @media screen and (max-width: 767px) {
          .table .tablepress tbody tr td {
            padding: 10px; } }
      .table .tablepress tbody tr.odd td {
        background-color: #F0F0F0; }

/*# sourceMappingURL=maps/style.css.map */
