/*!
 * Bootstrap Reboot v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Montserrat:wght@200;400;500;700&display=swap");

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.container-fluid {
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
    padding-right: 0px;
}
.home.translucent-header header:not(.reduced) {
	/*background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0) 100%);*/
	box-shadow: none;
}
header .logo img {
	max-height: 100px;
	vertical-align: top;
	width: auto;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6,
h5,
h4,
h3,
h2,
h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem!important;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}

a:hover {
  color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr
    /* rtl:ignore */
  ;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}

legend+* {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::-webkit-file-upload-button {
  font: inherit;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}


.input-group {
  margin-bottom: 20px;
  display: block;
}

.input:focus {
  outline: none;
  -webkit-appearance: none;
}

label,
.label {
  padding: 0;
  line-height: inherit;
  white-space: normal;
  text-align: inherit;
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 6px;
  width: auto;
  font-size: 16px;
  font-weight: normal;
}

.form-control,
input,
textarea,
select {
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  width: 100%;
  color: #fff;
  font-weight: 400;
  padding: 0 18px 0 18px;
  font-size: 18px !important;
  outline: none;
  border-radius: 1px;
  font-family: "Montserrat", sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#sicmForm179771 .form-control--is-focused,
#sicmForm179771 .form-control:focus,
#sicmForm179771 input--is-focused,
#sicmForm179771 input:focus,
#sicmForm179771 textarea--is-focused,
#sicmForm179771 textarea:focus,
#sicmForm179771 select--is-focused,
#sicmForm179771 select:focus {
  border: none;
  border-bottom: 1px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
}

#sicmForm179771 textarea,
#sicmForm179771 .textarea,
#sicmForm179771 textarea.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  height: 80px;
}

::-webkit-input-placeholder {
  font-size: 18px !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

::-moz-placeholder {
  font-size: 18px !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

:-ms-input-placeholder {
  font-size: 18px !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

input:-moz-placeholder {
  font-size: 18px !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.form-control::-webkit-input-placeholder {
  font-size: 18px !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.form-control:-moz-placeholder {
  font-size: 18px !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.form-control:-ms-input-placeholder {
  font-size: 18px !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

.form-control:-moz-placeholder {
  font-size: 18px !important;
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
}

#sicmForm179771 .form-control,
#sicmForm179771 select.select,
#sicmForm179771 select,
#sicmForm179771 input:not([type=checkbox]):not([type=radio]),
#sicmForm179771 input[type=text],
#sicmForm179771 input[type=tel],
#sicmForm179771 input[type=email],
#sicmForm179771 input[type=password] {
  height: 40px;
  line-height: 40px;
  color: #fff;
}

#sicmForm179771 .input-group>.app-tooltip__icon {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}
#sicmForm179771{color:#fff;}

#sicmForm179771 .input-group>label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
  margin-bottom: 0;
}

/* Change autocomplete styles in WebKit */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #000;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

a {
  text-decoration: none;
  cursor: pointer;
}

.btn {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  min-height: 46px;
  border-radius: 1px;
  border: 1px solid transparent !important;
  outline: 0;
  padding: 6px 25px;
  line-height: 1;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: background 0.36s ease;
  -o-transition: background 0.36s ease;
  transition: background 0.36s ease;
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 767px) {
  .btn {
    min-height: 40px;
    font-size: 16px;
  }
}

.btn:focus {
  outline: 0;
}

.btn.btn--link {
  text-decoration: underline;
  padding: 0;
}

.btn.btn--gold {
  color: #fff;
  background: #131313;
}

.btn.btn--gold:hover {
  background: #000;
}

.btn.btn--link-dark {
  color: #091F38;
}

.si-content-area .title,
.title {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
}

.si-content-area .title--h1,
.title--h1 {
  font-size: 100px!important;
  line-height: 1;
}

@media (max-width: 1023px) {

  .si-content-area .title--h1,
  .title--h1 {
    font-size: 80px!important;
  }
}

@media (max-width: 767px) {

  .si-content-area .title--h1,
  .title--h1 {
    font-size: 50px!important;
  }
}

@media (max-width: 600px) {

  .si-content-area .title--h1,
  .title--h1 {
    font-size: 40px!important;
  }
}

.si-content-area .title--h2,
.title--h2 {
  font-size: 48px;
  line-height: 1.1;
  letter-spacing: 0.03em;
  font-weight: bolder;
}

@media (max-width: 1200px) {

  .si-content-area .title--h2,
  .title--h2 {
    font-size: 42px;
  }
}

@media (max-width: 1023px) {

  .si-content-area .title--h2,
  .title--h2 {
    font-size: 30px;
  }
}

.si-content-area .title--h3,
.title--h3 {
  font-size: 25px;
}

@media (max-width: 1200px) {

  .si-content-area .title--h3,
  .title--h3 {
    font-size: 20px;
  }
}

.si-content-area .title--h4,
.title--h4 {
  font-size: 22px;
}

@media (max-width: 767px) {

  .si-content-area .title--h4,
  .title--h4 {
    font-size: 18px;
  }
}

.si-content-area .title--h5,
.title--h5 {
  font-size: 12px;
}

body.home .si-content-area p,
body.home .si-section p,
body.home .p {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}

.si-content-area p--big,
.si-content-area p--bigger,
.si-section p--big,
.si-section p--bigger,
.p--big,
.p--bigger {
  font-size: 18px;
}

@media (max-width: 1366px) {

  .si-content-area p,
  .si-section p,
  .p {
    font-size: 16px;
  }
}

.mb-4 {
  margin-bottom: 25px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 15px !important;
}

.mb-2 {
  margin-bottom: 10px !important;
}

.mb-1 {
  margin-bottom: 5px !important;
}

.custom_content .container,
.container {
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

.row {
  margin-left: -20px;
  margin-right: -20px;
}

.row>* {
  padding-left: 20px;
  padding-right: 20px;
}

.custom_content *,
.container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom_content *:focus,
.custom_content *:active,
.container *:focus,
.container *:active {
  outline: none !important;
}

.custom_content ul,
.container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.highlight {
  color: #091F38;
}

html,
body {
  width: 100%;
  min-height: -webkit-fill-available;
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  width: 100%;
  max-width: 100% !important;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
  font-weight: normal;
}

.si-section--bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover !important;
  background-position: center;
  opacity: 0.9;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  object-fit: cover;
  object-position: center;
}

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

.section-header {
  margin-bottom: 20px;
  border: none;
  background: transparent;
}

.section-header--custom {
  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;
  gap: 10px;
}

.section-header--custom:before,
.section-header--custom:after {
  position: relative;
  display: block;
  content: "";
  width: calc(100% + 40px);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 3px;
  background: #131313;
}

.section-header--custom:before {
  margin-left: -20px;
}

.section-header--custom:after {
  margin-right: -20px;
}

.section-header--custom .title{
	background: #000;
	text-align: center;
	color: #fff !important;
	/* 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;
	font-weight: 400;
	letter-spacing: 0.04em;
	padding: 8px 22px;
	border-radius: 1px;
	text-transform: uppercase;
}
.huflDf {

    display: none;
}
.section-header--custom .title--h2 {
  font-size: 36px;
  line-height: 1.2;
  letter-spacing: unset;
}

@media (max-width: 1023px) {
  .section-header--custom .title--h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .section-header--custom .title--h2 {
    font-size: 26px;
  }
}

@media (max-width: 600px) {
  .section-header--custom .title--h2 {
    font-size: 24px;
  }
}

.si-section--row-5x5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.si-section--row-5x5.--align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.si-section--row-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-self: flex-start;
}

.si-section-item__cover {
  position: relative;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

picture {
  display: block;
}

.--upper {
  text-transform: uppercase;
}

.--lite {
  font-weight: 300!important;
}

body.home .si-bgp--center,
.si--body .si-bgp--center {
  border: none;
}

body.home .si-bgp--center:before,
.si--body .si-bgp--center:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-height: 280px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(85%, rgba(9, 31, 56, 0.98)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(9, 31, 56, 0.98) 85%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(9, 31, 56, 0.98) 85%);
  position: absolute;
  top: 0;
  left: 0;
}

body.home .si-bgp--center .intro,
.si--body .si-bgp--center .intro {
  display: none !important;
}

@media (max-width: 1023px) {

  body.home .si-bgp--center .intro__buttons,
  .si--body .si-bgp--center .intro__buttons {
    max-width: 600px;
    margin: 0 auto;
  }
}

body.home .header.js-site-header,
.si--body .header.js-site-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: transparent !important;
  padding: 8px 20px 35px;
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: auto !important;
  min-height: unset !important;
}

@media (max-width: 993px) {

  body.home .header.js-site-header,
  .si--body .header.js-site-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: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

body.home .header.js-site-header .header__bg.js-hero-image,
.si--body .header.js-site-header .header__bg.js-hero-image {
  display: none !important;
}

body.home .header.js-site-header .navigation,
.si--body .header.js-site-header .navigation {
  margin: 0;
  padding: 0;
  width: 100%;
}

@media (max-width: 993px) {

  body.home .header.js-site-header .navigation,
  .si--body .header.js-site-header .navigation {
    display: block;
    width: 100%;
  }
}

body.home .header.js-site-header .navigation__navbar,
.si--body .header.js-site-header .navigation__navbar {
  height: auto;
  min-height: unset;
}

body.home .header.js-site-header .navigation__top,
.si--body .header.js-site-header .navigation__top {
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0;
  padding: 0;
  gap: 4px 20px;
}

body.home .header.js-site-header .navigation__top:after,
.si--body .header.js-site-header .navigation__top:after {
  position: static;
  display: block !important;
  height: 1px;
  margin: 0;
  padding: 0;
  opacity: 0;
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

@media (max-width: 993px) {

  body.home .header.js-site-header .navigation__top,
  .si--body .header.js-site-header .navigation__top {
    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;
  }

  body.home .header.js-site-header .navigation__top:after,
  .si--body .header.js-site-header .navigation__top:after {
    display: none !important;
  }

  body.home .header.js-site-header .navigation__top .navigation__top-contact,
  .si--body .header.js-site-header .navigation__top .navigation__top-contact {
    display: none !important;
  }
}

body.home .header.js-site-header .logo,
.si--body .header.js-site-header .logo {
  -webkit-box-ordinal-group: unset;
  -ms-flex-order: unset;
  order: unset;
}

@media (max-width: 993px) {

  body.home .header.js-site-header .logo,
  .si--body .header.js-site-header .logo {
    display: inline-block;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin: 16px auto 6px auto;
  }
}

body.home .header.js-site-header .logo__img,
.si--body .header.js-site-header .logo__img {
  height: 50px;
  width: auto;
}

body.home .header.js-site-header .navigation__top-auth,
.si--body .header.js-site-header .navigation__top-auth {
  border: none;
  height: auto;
  line-height: 1;
  padding: 0;
  margin: 0 15px 0 0;
}

body.home .header.js-site-header .navigation__top-auth>a,
.si--body .header.js-site-header .navigation__top-auth>a {
  font-size: 16px;
  font-weight: 300;
}

body.home .header.js-site-header .lang__flag,
.si--body .header.js-site-header .lang__flag {
  top: 0;
}

body.home .header.js-site-header .lang,
.si--body .header.js-site-header .lang {
  height: auto;
  line-height: 1;
  position: relative;
  vertical-align: middle;
  padding: 0;
  margin: 0;
}

body.home .header.js-site-header .lang .lang__button,
.si--body .header.js-site-header .lang .lang__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 12px;
  margin: 0;
  gap: 4px;
  color: #000;
  background: #fff;
  width: auto;
  height: 36px;
  border-radius: 4px;
  line-height: 1;
}

body.home .header.js-site-header .lang__list,
.si--body .header.js-site-header .lang__list {
  top: 36px;
}

body.home .header.js-site-header .header-phone,
.si--body .header.js-site-header .header-phone {
  font-weight: bolder;
  line-height: 1;
  font-size: 22px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  background: transparent;
  padding: 0;
  margin: 0;
  text-shadow: none;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  height: 40px;
  min-height: unset;
}

@media (max-width: 767px) {

  body.home .header.js-site-header .header-phone,
  .si--body .header.js-site-header .header-phone {
    font-size: 16px;
  }
}

body.home .header.js-site-header #dynamic-nav,
.si--body .header.js-site-header #dynamic-nav {
  height: auto;
}

body.home .header.js-site-header #dynamic-nav .dynamic-menu-item>a,
.si--body .header.js-site-header #dynamic-nav .dynamic-menu-item>a {
  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;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  padding: 5px 16px;
  line-height: 1.2;
  text-transform: uppercase;
}
header.dynamic .dynamic-nav-container{height:100px;}
header.dynamic.reduced .dynamic-nav-container{height: 65px;}
body.home .header.js-site-header #dynamic-nav .dynamic-menu-item .dropdown_menu,
.si--body .header.js-site-header #dynamic-nav .dynamic-menu-item .dropdown_menu {
  top: 40px;
}

body.home .header.js-site-header #dynamic-nav .dynamic-menu-item .dropdown_menu .dropdown li a,
.si--body .header.js-site-header #dynamic-nav .dynamic-menu-item .dropdown_menu .dropdown li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  height: 40px;
  line-height: 1.2;
  padding: 5px 16px;
  text-transform: none;
}

body.home .header.js-site-header .nav-menu,
.si--body .header.js-site-header .nav-menu {
  margin: 0;
  padding: 0;
  top: auto;
  bottom: 0;
}

@media (max-width: 993px) {

  body.home .header.js-site-header .nav-menu,
  .si--body .header.js-site-header .nav-menu {
    top: unset;
    bottom: unset;
    left: 0;
    right: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }

  body.home .header.js-site-header .nav-menu .header-phone,
  .si--body .header.js-site-header .nav-menu .header-phone {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

body.home .header.js-site-header .nav-menu .js-navbar-toggle,
.si--body .header.js-site-header .nav-menu .js-navbar-toggle {
  margin: 0 auto 0 0;
}

body.home .section.section--content>.container,
body.home .section.section--content>.content,
body.home .inner>.container,
body.home .inner>.content,
.si--body .section.section--content>.container,
.si--body .section.section--content>.content,
.si--body .inner>.container,
.si--body .inner>.content {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding: 0 !important;
}

body.home .section.section--content>.container>img,
body.home .section.section--content>.content>img,
body.home .inner>.container>img,
body.home .inner>.content>img,
.si--body .section.section--content>.container>img,
.si--body .section.section--content>.content>img,
.si--body .inner>.container>img,
.si--body .inner>.content>img {
  display: none;
}

body.home .section.section--content>.container .content__container.si-site-container.si-site-container--full,
body.home .section.section--content>.content .content__container.si-site-container.si-site-container--full,
body.home .inner>.container .content__container.si-site-container.si-site-container--full,
body.home .inner>.content .content__container.si-site-container.si-site-container--full,
.si--body .section.section--content>.container .content__container.si-site-container.si-site-container--full,
.si--body .section.section--content>.content .content__container.si-site-container.si-site-container--full,
.si--body .inner>.container .content__container.si-site-container.si-site-container--full,
.si--body .inner>.content .content__container.si-site-container.si-site-container--full {
  padding: 0;
  margin: 0;
  max-width: unset !important;
  width: 100% !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

body.home .si-content-area h2:after,
body.home .si-content-area h3:after,
.si--body .si-content-area h2:after,
.si--body .si-content-area h3:after {
  display: none;
}

body.home .intro__buttons,
.si--body .intro__buttons {
  max-width: 100% !important;
}

#home46952 .page,
#page47022 .page {
  padding-bottom: 0;
}

#home46952 .si-bgp--center,
#page47022 .si-bgp--center {
  position: static;
  min-height: unset;
}

#home46952 #pageComponent179816,
#home46952 #pageComponent179877,
#home46952 #pageComponent179878,
#home46952 .home-quick-search,
#home46952 .featured,
#home46952 .section--testimonials,
#home46952 .section--reviews,
#home46952 .section--fma,
#home46952 .section--agents,
#home46952 .header__bg.js-hero-image,
#home46952 > div.dark-banner,
#home46952 > section.chart.padding.js-chart-listings-stats,
#home46952 > section.blog.padding,
#home46952 > section.communities.link-effect.dark,
#page47022 #pageComponent179771,
#page47022 #pageComponent351063,
#page47022 #pageComponent351132,
#page47022 .section.section--stats,
#page47022 .section--testimonials,
#page47022 .section--reviews,
#page47022 .section--fma,
#page47022 .section--agents,
#page47022 .header__bg.js-hero-image {
  display: none !important;
}
#home46952 .about .box {
	background-color: #fff;
	box-shadow: none!important;
	margin: -100px auto 10px;
	padding: 0;
	position: relative;
	width:100%!important;
}
#home46952 .about .bg {
	display: none;
}

.btn.navigation__top-contact {
  display: none;
}

@media (min-width: 576px) {
  .btn.navigation__top-contact {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

video {
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 2;
  padding: 0;
  margin: 0 0 -6px 0;
}

@media (min-width: 1023px) {
  video {
    position: absolute;
    height: 100%;
    margin: 0;
  }
}

.video-wrapper {
  line-height: 1;
  border-top: 3px solid #131313;
  z-index: 2;
}

@media (min-width: 1023px) {
  .video-wrapper {
    position: static;
    border: none;
  }
}

.video-wrapper .embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
  height: 0;
}

@media (min-width: 1023px) {
  .video-wrapper .embed-responsive.embed-responsive-16by9 {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0;
  }
}
@media (max-width: 870px){
     .video-wrapper {
    display: none;
}
}


.si-section--hero-screen {
  position: relative;
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 700px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #091F38;
    height: 90vh;
    min-height: 700px!important;
}

@media (max-width: 767px) {
  .si-section--hero-screen {
    padding-top: 0px;
    min-height: unset;
    justify-content: center!important;
  }
}

.si-section--hero-screen .si-section--bg {
  opacity: 1;
  z-index: 1;
}

.si-section--hero-screen .container {
  position: relative;
  z-index: 3;
}

.si-section--hero-screen .container .title--h1 {
  font-weight: 500;
  line-height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 50px;
  color: #fff;
  /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.4); */
}

@media (max-width: 1023px) {
  .si-section--hero-screen .container .title--h1 {
    line-height: 1;
  }
}

.si-section--hero-screen .container .title--h1 .highlight {
  font-weight: bold;
  color: #fff;
}

.si-section--hero-screen .container .intro__buttons {
  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;
  gap: 10px;
}

@media (max-width: 1023px) {
  .si-section--hero-screen .container .intro__buttons {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .si-section--hero-screen .container .intro__buttons {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .si-section--hero-screen .container .intro__buttons .btn {
    width: 100%;
  }
}

.si-section--hero-screen .hero-screen--content {
  padding-bottom: 80px;
}

@media (max-width: 1023px) {
  .si-section--hero-screen .hero-screen--content {
    text-align: center;
  }
}

.statnumbers {
  padding: 40px 0;
}

.statnumbers .title--h3 {
  text-align: center;
  margin-bottom: 22px;
}

.statnumbers .key-numbers--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: 5px -20px;
}

@media (max-width: 1023px) {
  .statnumbers .key-numbers--list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.statnumbers .key-numbers--item {
  position: relative;
  width: 100%;
  max-width: 300px;
  margin: 5px 20px;
  padding: 0 10px;
}

.statnumbers .key-numbers--item .title--h4 {
  padding-top: 8px;
}

.statnumbers .key-numbers--item:after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  top: -14px;
  background: #131313;
}

@media (min-width: 1023px) {
  .statnumbers .key-numbers--item:after {
    width: 1px;
    height: 94%;
    right: -20px;
    top: 2%;
  }
}

@media (min-width: 1023px) {
  .statnumbers .key-numbers--item:last-child:after {
    display: none;
  }
}

@media (max-width: 1023px) {
  .statnumbers .key-numbers--item {
    width: calc(50% - 40px);
    padding: 0;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .statnumbers .key-numbers--item:nth-child(1):after,
  .statnumbers .key-numbers--item:nth-child(2):after {
    display: none;
  }
}

.statnumbers .key-numbers--val {
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  font-size: 54px;
  line-height: 1;
}

@media (max-width: 1200px) {
  .statnumbers .key-numbers--val {
    font-size: 44px;
  }
}

@media (max-width: 767px) {
  .statnumbers .key-numbers--val {
    font-size: 32px;
  }

}

.si-section--blog {
  padding: 50px 0 90px 0;
  color: #fff;
  background: #000;
}


.si-section--blog .blog--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 1200px) {
  .si-section--blog .blog--wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.si-section--blog .blog--grid--header {
  max-width: 300px;
  min-width: 300px;
  margin-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}

@media (max-width: 1200px) {
  .si-section--blog .blog--grid--header {
    min-width: unset;
    max-width: unset;
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
  }
}

.si-section--blog .blog--grid--header-rm {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	padding: 5px 22px;
	border: 1px solid #515151 !important;
	border-radius: 1px;
	color: #fff;
}

.si-section--blog .blog--grid--header-rm:hover {
  background: #131313;
  color: #fff;
}

.si-section--blog .blog--grid--header .btn-bar {
  padding-top: 25px;
}

.si-section--blog .blog--grid--header .title--h2 {
  color: #fff;
  line-height: 1;
  margin-bottom: 5px;
  text-align: left;
}

.si-section--blog .blog--grid--header .title--h3 {
  font-weight: 300;
}

.si-section--blog .blog--grid {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
}

@media (max-width: 1023px) {
  .si-section--blog .blog--grid {
    grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  }
}

@media (max-width: 767px) {
  .si-section--blog .blog--grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}

.si-section--blog .blog-grid--item {
  position: relative;
  width: 100%;
  padding: 20px 20px 30px 20px;
  color: #fff;
  /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8); */
}

/* @media (max-width: 1023px) {
  .si-section--blog .blog-grid--item:nth-child(1) {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: -2;
    grid-column-end: -1;
  }
} */

.si-section--blog .blog-grid--item .si-section--bg {
position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Lowest layer */
    opacity: 0.7;
    object-fit: cover;
}
.si-section--blog .blog-grid--item .blog--grid-item__content {
    position: relative; /* Required for z-index to work */
    z-index: 2;         /* Higher than the bg layer */
}
.si-section--blog .blog-grid--item:hover .si-section--bg {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.si-section--blog .blog-grid--item__content {
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 20px;
}

.si-section--blog .blog-grid--item .p--bold {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  margin-bottom: 18px;
  color: #fff;
}

.si-section--blog .blog-grid--item .title--h3 {
  margin-bottom: 12px;
  font-weight: bolder;
  font-size: 20px;
}

.si-section--blog .blog-grid--item .blog--descr {
  color: #fff;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.si-section--blog .blog-grid--item .blog--descr-wrapper {
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 22px;
}

.si-section--blog .blog-grid--item .blog--read-more {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  letter-spacing: 0.05em;
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
  /* position: absolute; */
  left: 0;
  bottom: 0;
}

.si-section--featured-listing,
.si--custom-element.featured-listing {
  padding: 50px 0 0 0;
}

.si-section--featured-listing .featured-listing--list,
.si--custom-element.featured-listing .featured-listing--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: -20px;
  margin-right: -20px;
    grid-gap: 1px;
}

@media (max-width: 1200px) {

  .si-section--featured-listing .featured-listing--list,
  .si--custom-element.featured-listing .featured-listing--list {
    gap: 15px;
  }
}

@media (max-width: 1023px) {

  .si-section--featured-listing .featured-listing--list,
  .si--custom-element.featured-listing .featured-listing--list {
    gap: 20px;
  }
}

@media (max-width: 640px) {

  .si-section--featured-listing .featured-listing--list,
  .si--custom-element.featured-listing .featured-listing--list {
    gap: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
}

.si-section--featured-listing .featured-listing--item_main-link,
.si--custom-element.featured-listing .featured-listing--item_main-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: transparent;
  z-index: 4;
}

.si-section--featured-listing .featured-listing--item,
.si--custom-element.featured-listing .featured-listing--item {
  position: relative;
  /* display: none; */
  width: 49%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
  min-height: 340px;
  background: #000;
  color: #fff;
  overflow: hidden;
}

.si-section--featured-listing .featured-listing--item.updated,
.si--custom-element.featured-listing .featured-listing--item.updated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* @media (max-width: 1200px) {

  .si-section--featured-listing .featured-listing--item,
  .si--custom-element.featured-listing .featured-listing--item {
    width: calc(33.33% - 10px);
    background: #091F38;
  }
} */

@media (max-width: 1023px) {

  .si-section--featured-listing .featured-listing--item,
  .si--custom-element.featured-listing .featured-listing--item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 640px) {

  .si-section--featured-listing .featured-listing--item,
  .si--custom-element.featured-listing .featured-listing--item {
    width: 100%;
  }
}

.si-section--featured-listing .featured-listing--item .btn-bar,
.si--custom-element.featured-listing .featured-listing--item .btn-bar {
  padding-top: 20px;
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0.2;
  visibility: hidden;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

@media (max-width: 1200px) {

  .si-section--featured-listing .featured-listing--item .btn-bar,
  .si--custom-element.featured-listing .featured-listing--item .btn-bar {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: unset;
  }
}

.si-section--featured-listing .featured-listing--item .btn-bar a,
.si--custom-element.featured-listing .featured-listing--item .btn-bar a {
  color: #fff;
  border-radius: 1px;
  text-decoration: underline;
  letter-spacing: 2px;
}

.si-section--featured-listing .featured-listing--item-back,
.si--custom-element.featured-listing .featured-listing--item-back {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.si-section--featured-listing .featured-listing--item-back .si-section--bg,
.si--custom-element.featured-listing .featured-listing--item-back .si-section--bg {
  opacity: 0.6;
}

@media (max-width: 1200px) {

  .si-section--featured-listing .featured-listing--item-back .si-section--bg,
  .si--custom-element.featured-listing .featured-listing--item-back .si-section--bg {
    opacity: 1;
  }
}

.si-section--featured-listing .featured-listing--item-front,
.si--custom-element.featured-listing .featured-listing--item-front {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 16px 10px;
  color: #fff;
  /* text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.4); */
  background: transparent;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

@media (max-width: 1200px) {

  .si-section--featured-listing .featured-listing--item-front,
  .si--custom-element.featured-listing .featured-listing--item-front {
    /* position: relative; */
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: unset;
  }
}

.si-section--featured-listing .featured-listing--item-front a,
.si--custom-element.featured-listing .featured-listing--item-front a {
  color: #fff;
}

.si-section--featured-listing .featured-listing--item-content,
.si--custom-element.featured-listing .featured-listing--item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -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: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid transparent;
  padding: 15px;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.si-section--featured-listing .featured-listing--item-price,
.si--custom-element.featured-listing .featured-listing--item-price {
  width: 100%;
  margin-bottom: 20px;
  font-size: 34px;
  text-align: right;
  line-height: 1;
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
    text-align: center;
}

@media (max-width: 1200px) {

  .si-section--featured-listing .featured-listing--item-price,
  .si--custom-element.featured-listing .featured-listing--item-price {
    text-align: center;
  }
}

@media (max-width: 1023px) {

  .si-section--featured-listing .featured-listing--item-price,
  .si--custom-element.featured-listing .featured-listing--item-price {
    font-size: 28px;
  }
}

.si-section--featured-listing .featured-listing--item-address,
.si--custom-element.featured-listing .featured-listing--item-address {
  position: relative;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
  -webkit-transform: translateY(130%);
  -ms-transform: translateY(130%);
  transform: translateY(130%);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

@media (max-width: 1200px) {

  .si-section--featured-listing .featured-listing--item-address,
  .si--custom-element.featured-listing .featured-listing--item-address {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: unset;
  }
}

@media (max-width: 1023px) {

  .si-section--featured-listing .featured-listing--item-address,
  .si--custom-element.featured-listing .featured-listing--item-address {
    font-size: 16px;
  }
}

.si-section--featured-listing .featured-listing--item-data-list,
.si--custom-element.featured-listing .featured-listing--item-data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 22px;
  text-align: center;
  opacity: 0.8;
  -webkit-transform: translateY(40px);
  -ms-transform: translateY(40px);
  transform: translateY(40px);
  -webkit-transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

@media (max-width: 1200px) {

  .si-section--featured-listing .featured-listing--item-data-list,
  .si--custom-element.featured-listing .featured-listing--item-data-list {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: unset;
  }
}

.si-section--featured-listing .featured-listing--item-data-list .count,
.si--custom-element.featured-listing .featured-listing--item-data-list .count {
  font-size: 36px;
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
  letter-spacing: 1px;
}

@media (max-width: 1200px) {

  .si-section--featured-listing .featured-listing--item-data-list .count,
  .si--custom-element.featured-listing .featured-listing--item-data-list .count {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {

  .si-section--featured-listing .featured-listing--item-data-list .count,
  .si--custom-element.featured-listing .featured-listing--item-data-list .count {
    font-size: 28px;
  }
}

.si-section--featured-listing .featured-listing--item-data-list .title,
.si--custom-element.featured-listing .featured-listing--item-data-list .title {
  font-weight: 400;
  font-size: 18px;
}

@media (max-width: 1023px) {

  .si-section--featured-listing .featured-listing--item-data-list .title,
  .si--custom-element.featured-listing .featured-listing--item-data-list .title {
    font-size: 15px;
  }
}

.si-section--featured-listing .featured-listing--item:hover .btn-bar,
.si--custom-element.featured-listing .featured-listing--item:hover .btn-bar {
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.si-section--featured-listing .featured-listing--item:hover .featured-listing--item-front,
.si--custom-element.featured-listing .featured-listing--item:hover .featured-listing--item-front {
  background: rgba(0, 0, 0, 0.8);
}

.si-section--featured-listing .featured-listing--item:hover .featured-listing--item-price,
.si--custom-element.featured-listing .featured-listing--item:hover .featured-listing--item-price {
  text-align: center;
}

.si-section--featured-listing .featured-listing--item:hover .featured-listing--item-content,
.si--custom-element.featured-listing .featured-listing--item:hover .featured-listing--item-content {
  border-color: #fff;
}

.si-section--featured-listing .featured-listing--item:hover .featured-listing--item-address,
.si--custom-element.featured-listing .featured-listing--item:hover .featured-listing--item-address {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.si-section--featured-listing .featured-listing--item:hover .featured-listing--item-data-list,
.si--custom-element.featured-listing .featured-listing--item:hover .featured-listing--item-data-list {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.si-section--featured-listing .featured-listing--view-all,
.si--custom-element.featured-listing .featured-listing--view-all {
  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;
  text-align: center;
  min-height: 65px;
  /* background: rgba(9, 31, 56, 0.1); */
  margin: 0 -20px;
  padding: 0 20px;
}

.si-section--featured-listing .featured-listing--view-all .btn-link,
.si--custom-element.featured-listing .featured-listing--view-all .btn-link {
  font-size: 18px;
  color: #091F38;
  font-weight: 500;
  gap: 10px;
}

.si-section--featured-listing .featured-listing--view-all .btn-link i,
.si--custom-element.featured-listing .featured-listing--view-all .btn-link i {
  line-height: 1;
}

.si-section--featured-listing .featured-listing--view-all .btn-link svg,
.si--custom-element.featured-listing .featured-listing--view-all .btn-link svg {
  position: relative;
  top: -2px;
  height: 22px;
}

.si-section--featured-listing .si-container.si-filter,
.si-section--featured-listing .si-container.si-property-stats,
.si--custom-element.featured-listing .si-container.si-filter,
.si--custom-element.featured-listing .si-container.si-property-stats {
  display: none;
}

.si-section--featured-listing .js-lw-panel .tab-content.si-container.si-listings,
.si--custom-element.featured-listing .js-lw-panel .tab-content.si-container.si-listings {
  margin: 0;
  padding: 0;
}

.si-section--featured-listing .js-lw-panel .tab-content.si-container.si-listings .si-listings-gallery .si-row,
.si--custom-element.featured-listing .js-lw-panel .tab-content.si-container.si-listings .si-listings-gallery .si-row {
  margin: 0;
  padding: 0;
}

.si-section--featured-listing .js-lw-panel .si-listings-column,
.si--custom-element.featured-listing .js-lw-panel .si-listings-column {
  height: unset !important;
  margin: 0;
  padding: 0;
}

.si-section--featured-listing .si-listing,
.si--custom-element.featured-listing .si-listing {
  border: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
}

.si-section--featured-listing .si-listing .js-listing-detail,
.si--custom-element.featured-listing .si-listing .js-listing-detail {
  position: relative;
  display: block;
}

.si-section--featured-listing .si-listing .si-listing__photo,
.si--custom-element.featured-listing .si-listing .si-listing__photo {
  width: 100%;
  display: block;
}

.si-section--featured-listing .si-listing .si-listing__photo-img,
.si--custom-element.featured-listing .si-listing .si-listing__photo-img {
  display: block;
}

.si-section--featured-listing .si-listing .si-listing__photo-price,
.si--custom-element.featured-listing .si-listing .si-listing__photo-price {
  font-family: "Montserrat", sans-serif;
}

.si-section--featured-listing .si-listing .si-listing__photo .si-listing__photo-count,
.si-section--featured-listing .si-listing .si-listing__photo .si-listing__like,
.si--custom-element.featured-listing .si-listing .si-listing__photo .si-listing__photo-count,
.si--custom-element.featured-listing .si-listing .si-listing__photo .si-listing__like {
  display: none;
}

.si-section--meet-team {
  padding: 50px 0;
}

@media (max-width: 1200px) {
  .si-section--meet-team .si-section--row-5x5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
  }
}

.si-section--meet-team .si-section--row-5x5 .si-section--row-item__cover {
  width: 100%;
}

@media (min-width: 1201px) {
  .si-section--meet-team .si-section--row-5x5 .si-section--row-item__cover {
    max-width: 40%;
    width: 50%;
  }
}

.si-section--meet-team .meet-team--picture {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  line-height: 1;
}

/* .si-section--meet-team .meet-team--picture:after {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-rendering: auto;
  color: #fff;
  content: "\f04b";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: normal normal normal 16px/1 FontAwesome;
  font-size: 22px;
  line-height: 1;
  height: 45px;
  width: 70px;
  border-radius: 12px;
  background: red;
  opacity: 0.8;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
} */

.si-section--meet-team .meet-team--picture:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 1200px) {
  .si-section--meet-team .meet-team--picture {
    margin-bottom: 26px;
  }
}

.si-section--meet-team .meet-team--content {
  padding: 0 40px;
}

@media (max-width: 767px) {
  .si-section--meet-team .meet-team--content {
    padding: 0;
  }
}

.si-section--meet-team .meet-team--content .title--h2 {
  margin-bottom: 20px;
}

.si-section--meet-team .meet-team--content p {
  margin-bottom: 8px;
}

.si-section--meet-team .meet-team--content .btn-bar {
  padding-top: 25px;
}

.si-section--cta {
  padding: 0 0 50px 0;
}

.si-section--cta .cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 5px;
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 640px) {
  .si-section--cta .cta-list {
    margin: 0 -20px;
    flex-wrap: wrap;
  }
}

.si-section--cta .cta-list--item {
  flex: 1 1 100%;
  /* background: #000; */
}
/* @media (max-width: 400px) {
  .si-section--cta .cta-list--item {
    flex: auto;
  }
} */
/* .si-section--cta .cta-list--item .si-section--bg {
  opacity: 0.7;
} */

.si-section--cta .cta-list--link {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.si-section--cta .cta-list--content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 33.33vh;
  min-height: 300px;
  padding: 15px;
}

@media (min-width: 1023px) {
  .si-section--cta .cta-list--content {
    height: 80vh;
    max-height: 480px;
  }
}

@media (max-width: 1023px) {
  .si-section--cta .cta-list--content {
    min-height: 200px;
  }
}

@media (max-width: 640px) {
  .si-section--cta .cta-list--content {
    height: auto;
  }
}

.si-section--cta .cta-list--content .title {
  position: relative;
  z-index: 5;
  color: #fff;
  font-weight: 500;
  /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7); */
  pointer-events: none;
}

@media (max-width: 640px) {
  .si-section--cta .cta-list--content .title {
    font-size: 20px;
  }
}

.si-section--cta .cta-list--content:before,
.si-section--cta .cta-list--content:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 2;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.si-section--cta .cta-list--content:after {
  background: transparent;
  border: 3px solid #fff;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}

@media (max-width: 640px) {
  .si-section--cta .cta-list--content:after {
    width: calc(100% - 25px);
    height: calc(100% - 25px);
  }
}

.si-section--cta .cta-list--content:hover:before,
.si-section--cta .cta-list--content:hover:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.si-section--cta .cta-list--content:hover:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.si-section--cta-sold {
  padding: 30px 0;
}

.si-section--cta-sold hr {
  margin: 0 -20px;
  padding: 0;
  opacity: 1;
  border: none;
  background: transparent;
  /* border-top: 4px solid #131313; */
}

.si-section--cta-sold .cta-list {
  gap: 0px;
  position: relative;
}

@media (max-width: 767px) {
  .si-section--cta-sold .cta-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.si-section--cta-sold .cta-list--content {
  position: relative;
  height: 90vh;
  max-height: 600px;
}

@media (max-width: 1023px) {
  .si-section--cta-sold .cta-list--content {
    min-height: 35vh;
  }
}

@media (max-width: 900px) {
  .si-section--cta-sold .cta-list--content {
    min-height: 25vh;
    height: auto;
  }
}

.si-section--cta-sold .cta-list--content:before,
.si-section--cta-sold .cta-list--content:after {
  display: none;
}

.si-section--cta-sold .cta-list--content:before {
  display: block;
  background: rgba(0, 0, 0, 0.4);
  z-index: 5;
  pointer-events: none;
}

.si-section--cta-sold .cta-list--content .si-section--bg {
  opacity: 1;
}

.si-section--cta-sold .cta-list--content .title {
  position: relative;
  display: inline-block;
  padding: 5px;
  /* border-bottom: 3px solid #131313; */
  -webkit-transition: all 0.22s ease;
  -o-transition: all 0.22s ease;
  transition: all 0.22s ease;
  z-index: 10;
}

@media (max-width: 767px) {
  .si-section--cta-sold .cta-list--item {
    width: 100%;
    margin: 0;
  }
}

.si-section--cta-sold .cta-list--item:hover .title {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.si-section--presentation .presentation {
  margin-left: -25px;
  margin-right: -25px;
}

.si-section--presentation .presentation--item {
  margin: 5px;
  position: relative;
  background: #091F38;
}

.si-section--presentation .presentation--item img {
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.7;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.si-section--presentation .presentation--item-link {
  position: relative;
  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;
  text-align: center;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-height: 340px;
  color: #fff;
}

.si-section--presentation .presentation--item-link:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(9, 31, 56, 0.4);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.si-section--presentation .presentation--item-link .presentation--item-title {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  text-align: center;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  padding: 0 22px;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); */
  z-index: 2;
  -webkit-transition: all 0.66s ease;
  -o-transition: all 0.66s ease;
  transition: all 0.66s ease;
}

@media (max-width: 1023px) {
  .si-section--presentation .presentation--item-link .presentation--item-title {
    font-size: 18px;
  }
}

.si-section--presentation .presentation--item-link:hover {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.si-section--presentation .presentation--item-link:hover .presentation--item-title {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.si-section--presentation .presentation--item-link:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.si-section--presentation .presentation--item.slick-active.slick-center .presentation--item-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.si-section--presentation .presentation--item.slick-active.slick-center .presentation--item-link .presentation--item-title {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.si-section--presentation .presentation--item.slick-active.slick-center .presentation--item-link:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.si-section--community {
  padding: 30px 0;
}

.si-section--community .community--list-toggler {
  position: absolute;
  right: 0;
  top: 0;
}

.si-section--community .community--list-toggler-list {
  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;
  gap: 14px;
}

@media (min-width: 389px) {
  .si-section--community .community--list-toggler-list {
    padding: 0 12px;
  }
}

.si-section--community .community--list-toggler-item {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 1px;
  border: 5px solid #000;
  background: #000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

.si-section--community .community--list-toggler-item.active {
  border: 5px solid  #000;
  background: #fff;
}

.si-section--community .community--list-toggler-item:hover {
  border: 5px solid #000;
  background: #fff;
}

.si-section--community .community--list {
  padding-top: 44px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 389px) {
  .si-section--community .community--list {
    margin: 0 -12px;
  }
}

.si-section--community .community--item {
  position: relative;
  width: calc(33.33% - 10px);
  min-height: 33.33vh;
  height: auto;
  margin: 5px;
  background: #000;
}
.si-section--community .community--item.community--item-last {
  position: relative;
  width: calc(50% - 10px);
  min-height: 33.33vh;
  height: auto;
  margin: 5px;
  background: #000;
  aspect-ratio: 2/1;
}

.si-section--community .community--item.hidden-item {
  display: none;
}

.si-section--community .community--item.shoved-item {
  display: block;
}

.community--item-content {
  position: relative;
  overflow: hidden;
}

.community--item-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}

.community--item-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
  pointer-events: none;
}

.community--item-cover-link {
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .si-section--community .community--item.shoved-item--additional {
    display: none;
  }
}

@media (min-width: 1200px) {
  .si-section--community .community--item {
    aspect-ratio: 1/1;
  }
}

@media (max-width: 1023px) {
  .si-section--community .community--item {
    width: calc(50% - 10px);
    height: 26.5vh;
  }

  .si-section--community .community--item.community--item-last {
    aspect-ratio: 1/1;
  }
}

@media (max-width: 767px) {
  .si-section--community .community--item.community--item-last,
  .si-section--community .community--item {
    height: 18vh;
    min-height: 220px;
  }
  .si-content-area img,
  .community--item-img{
    height: 100%!important;
    margin: 0!important;
  }
}

@media (max-width: 600px) {
  .si-section--community .community--item.community--item-last,
  .si-section--community .community--item {
    height: 16vh;
    min-height: 150px;
  }

}

@media (max-width: 400px) {
  .si-section--community .community--item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .si-section--community .community--item.community--item-last {
    width: 100%;
  }
}

.si-section--community .community--item .si-section--bg {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .si-section--community .community--item .si-section--bg {
    opacity: 0.5;
  }
}

.si-section--community .community--item:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.si-section--community .community--item:hover:before {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.si-section--community .community--item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px;
}

.si-section--community .community--item-header:before {
  display: none;
}

@media (max-width: 1023px) {
  .si-section--community .community--item-header {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
    width: 100%;
    height: auto;
    min-height: unset;
    padding: 12px 5px 0 5px;
    margin-left: 0;
    margin-right: 0;
  }
}

.si-section--community .community--item-header .title {
  margin-bottom: 12px;
}

@media (min-width: 1023px) {
  .si-section--community .community--item-header .title {
    font-size: 32px;
  }
}

@media (min-width: 767px) {
  .si-section--community .community--item-header .p {
    font-size: 26px;
    font-weight: 300;
    line-height: 1.3;
  }
}

.si-section--community .community--item-header .btn-bar {
  padding-top: 25px;
}

.si-section--community .community--item-cover-link {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2;
  color: #fff;
  /* text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); */
  z-index: 2;
}

@media (max-width: 767px) {
  .si-section--community .community--item-cover-link {
    font-size: 16px;
  }
}

.si-section--community .community--item-cover-link .--upper {
  font-size: 18px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  .si-section--community .community--item-cover-link .--upper {
    font-size: 14px;
  }
}

.si-section--community .community--item-title {
  font-weight: 500;
}

.si-section--form {
  position: relative;
  padding: 60px 0;
  border-top: 4px solid #131313;
  background: #000;
  color: #fff;
  min-height: 100vh;
  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;
}

.si-section--form .custom-form--title {
  text-align: center;
  margin-bottom: 22px;
  font-weight: 400;
  font-size: 50px;
}

@media (max-width: 767px) {
  .si-section--form .custom-form--title {
    font-size: 36px;
  }
}

.si-section--form .custom-form--title .bigger {
  font-size: 80px;
  font-weight: bolder;
}

@media (max-width: 767px) {
  .si-section--form .custom-form--title .bigger {
    font-size: 50px;
  }
}

.si-section--form .p {
  text-align: center;
  font-size: 25px;
  color: #fff!important;
  font-weight: 300;
}

@media (max-width: 767px) {
  .si-section--form .p {
    font-size: 20px;
  }
}

.si-section--form .si-section--bg {
  opacity: 0.3;
}

.si-section--form .custom-form--wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 40px;
  z-index: 2;
}

@media (max-width: 900px) {
  .si-section--form .custom-form--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .si-section--form .custom-form--wrapper {
    padding: 0;
    border: none;
  }
}

.si-section--form .custom-form--item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .si-section--form .custom-form--item {
    width: 100%;
    max-width: 100%;
  }
}

.si-section--form .custom-form--item .js-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 740px;
  margin: 20px -20px;
}

.si-section--form .custom-form--item .js-contact-form .form-group {
  margin: 0 20px 30px 20px;
  display: block;
  float: none !important;
  width: calc(50% - 40px);
  max-width: 100%;
}

@media (max-width: 660px) {
  .si-section--form .custom-form--item .js-contact-form .form-group {
    width: calc(100% - 40px);
  }
}

.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block {
  position: relative;
  padding-top: 10px;
}

.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block .control-label {
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -1;
}

.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block input:focus+.control-label,
.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block input:focus+.si-error-msg+.control-label,
.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block textarea:focus+.control-label,
.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block textarea:focus+.si-error-msg+.control-label,
.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block input.has-val+.control-label,
.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block input.has-val+.si-error-msg+.control-label,
.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block textarea.has-val+.si-error-msg+.control-label,
.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block textarea.has-val+.control-label {
  top: -5px;
  font-size: 12px;
}

.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block-phone .control-label {
  top: 12px;
  left: 78px;
}

.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block-phone input:focus+.control-label,
.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block-phone textarea:focus+.control-label,
.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block-phone input.has-val+.control-label,
.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block-phone textarea.has-val+.control-label {
  top: -16px;
  left: 0;
}

.si-section--form .custom-form--item .js-contact-form .form-group .form-group--block-phone.has-val .control-label {
  top: -16px;
  left: 0;
}

.si-section--form .custom-form--item .js-contact-form .form-group .control-label {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 8px;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  margin-bottom: -1px;
  letter-spacing: 1px;
}

.si-section--form .custom-form--item .js-contact-form .form-group .control-label .req {
  font-weight: bold;
  font-size: 20px;
  color: red;
  position: relative;
  bottom: -2px;
}

.si-section--form .custom-form--item .js-contact-form .form-group.si-form__full {
  text-align: center;
}

.si-section--form .custom-form--item .js-contact-form .form-group.si-form__full .si-btn.si-btn--secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: normal;
  color: #000;
  background: #fff;
  border-radius: 1px;
  line-height: 1;
  letter-spacing: 6px;
  padding: 4px 22px;
  min-width: 150px;
  height: 46px;
  border: none;
}

.si-section--form .custom-form--item .js-contact-form .form-group.si-form__full .si-btn.si-btn--secondary:hover {
  background: #000;
  color:#fff;
}

.si-section--form .custom-form--item .js-contact-form .form-group.w100,
.si-section--form .custom-form--item .js-contact-form .form-group.btn-bar {
  width: calc(100% - 40px);
}

.si-section--form .custom-form--item .js-contact-form .form-group.btn-bar {
  margin-bottom: 0;
  padding-top: 25px;
}

.si-section--form .custom-form--item .js-contact-form .si-captcha-disclaimer.js-user-consent-disclaimer,
.si-section--form .custom-form--item .js-contact-form .si-captcha-disclaimer {
  display: none;
}

.si-section--social {
  position: relative;
  padding-bottom: 50px;
  /*border-bottom: 3px solid #131313;*/
  margin-top:30px;
}
.si-section--presentation{padding-bottom:50px;}
.si-section--social .section-header--custom {
  margin-top: -30px;
  margin-bottom: 40px;
  gap: 0;
}

@media (min-width: 1023px) {
  .si-section--social .section-header--custom {
    margin-top: -33px;
  }
}

.si-section--social .section-header--custom .title {
  font-style: italic;
  font-weight: bolder;
  border: 3px solid #131313;
}

.si-section--social .eapps-instagram-feed-title {
  display: none !important;
}

.si-section--social-youtube {
  padding: 20px 0 50px 0;
}

.si-section--social-review {
  position: relative;
  padding: 66px 0;
  width: 100%;
  max-width: 100%;
}

.si-section--social-review .wrap-youtube-slider {
  width: 100%;
  max-width: 100%;
  display: inline-block;
  margin: 0 auto;
}

.si-section--social-review .wrap-youtube-slider .yottie-widget {
  margin-left: auto;
  margin-right: auto;
}

.si-section--social-review .si-section--bg {
  opacity: 0.4;
}

.si-section--social-review .container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.si-section--social-review .section-header {
  text-align: center;
}

.si-section--social-review .section-header .quote {
  height: 100px;
  margin-bottom: 12px;
}

.si-section--social-review .WidgetTitle__Container-sc-173f1y-0 {
  display: none !important;
}

/* footer.footer {
  position: relative;
  background: url("") no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 4px solid #131313;
  padding-top: 50px;
}

footer.footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

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

footer.footer .footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  width: 100%;
  margin: 0 0 30px 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

footer.footer .footer__social>a {
  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;
  padding: 0;
  line-height: 1;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #091F38;
}

footer.footer .footer__social>a i {
  font-size: 20px;
}

footer.footer .footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  gap: 30px;
}

footer.footer .footer__content .si-phone-link.footer__phone {
  display: none;
}

footer.footer .footer__content .si-phone-link.footer__phone:nth-child(8) {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  font-weight: bold;
  opacity: 1;
  color: #fff;
}

footer.footer .footer__column,
footer.footer .footer__contact {
  width: 100%;
  max-width: 100%;
  display: none;
}

footer.footer .footer--cistom-content {
  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;
  gap: 10px;
  margin-bottom: 20px;
}

@media (max-width: 1023px) {
  footer.footer .footer--cistom-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

footer.footer .footer--cistom-content .cat-list--item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
}

footer.footer .footer--cistom-content .cat-list--item .p {
  font-size: 18px;
  color: #fff;
}

@media (max-width: 767px) {
  footer.footer .footer--cistom-content .cat-list--item .p {
    font-size: 14px;
  }
}

footer.footer .footer__sep,
footer.footer .footer__column.footer__column--two-col,
footer.footer .footer__copyright-links {
  display: none;
}

footer.footer>.container,
footer.footer .footer__bar {
  position: relative;
  z-index: 2;
}

footer.footer .footer__bar {
  background: transparent;
  text-align: center;
  padding-bottom: 22px;
}

footer.footer .footer__bar:nth-child(1) {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
  background: #fff;
  color: #000;
  padding: 12px 0;
}

footer.footer .footer__bar:nth-child(1) .footer__nav {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 15px;
}

footer.footer .footer__bar:nth-child(1) .footer__nav-item {
  padding: 0;
  margin: 0;
  line-height: 1;
}

footer.footer .footer__bar:nth-child(1) .footer__nav-item .footer__nav-link {
  color: #131313;
  font-size: 14px;
  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;
  min-height: 40px;
}

footer.footer .footer__bar .footer__copyright-text {
  margin-bottom: 6px;
}

footer.footer .footer__bar .footer__disclaimer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
} */

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

.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.9;
  -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-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  -o-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  -o-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

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

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

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

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

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

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

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

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

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

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

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

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

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

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

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

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

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

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

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

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

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

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.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);
}

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

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

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

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  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;
}

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

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

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

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

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.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: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

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

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

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

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

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.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 {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

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

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

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

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

.fancybox-thumbs-y .fancybox-thumbs__list::-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 .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 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);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

body.home #pageComponent517182, body.home #pageComponent180432, body.home #pageComponent180752 {
	display: none;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

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

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.cbKsUG,
div > div > div > div.WidgetBackground__Content-sc-6ca35f7a-2.jhdeAs.es-widget-background-content.WidgetBackground__ContentContainer-sc > div > div.WidgetTitle__Container-sc-b66386bb-0.cbKsUG.es-widget-title-container,
div.si-container.si-property-stats,
.main-content .top-strip,
.lfCQiA {
	display: none;
}
.si-section.si-section--featured-listing > div > div.featured-listing--list > div > div.featured-listing--item-front > div.featured-listing--item-content > h3,
#sicmForm179771 input[type=tel],
#Phone179771::placeholder {
  color: #fff!important;
}
#sicmForm179771 input[type=email]::placeholder,
#Email179771::placeholder {
  color: #fff!important;
}
#sicmForm179771 textarea.form-control{
  min-height: 150px;
}
@media (max-width:769px) {
  .si-section--meet-team .meet-team--content .title--h2 {
   margin: 0 0 20px;
  }
  .si-section--featured-listing, .si--custom-element.featured-listing,
  .si-section--social-review,
  .si-section--meet-team{
    padding: 0;
  }
}
.cbKsUG{
  display: none;
}

.si-section--hero-screen {
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

#background-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#background-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.si-section--hero-screen > .si-section--bg {
  z-index: 0;
}

.si-section--hero-screen > .container {
  position: relative;
  z-index: 2;
}
.section--featured-listings{
  position: absolute;
  top: 0;
  z-index: -3;
  opacity: 0;
}
header{
  background: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -0%);
  z-index: 3;
}
.home header{
  min-height: unset!important;
}
@media (max-width: 991px) {
    header.si-bgp--center .header__bg {
        display: none!important;
    }
    .si-section--hero-screen .hero-screen--content{
      padding:0;
    }
}