@import url(https://fonts.googleapis.com/css?family=Comfortaa:300,400,500,600,700|Muli:300,400,600,700,800,900|Poppins:300,400,500,600,700,800,900|Ubuntu:300,400,500,700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

a {
  color: #333333;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

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

figure {
  margin: 0;
  padding: 0; }

.hidden {
  display: none; }

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  position: relative; }

body {
  font-family: "Muli", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  color: #333333;
  min-height: 60rem;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0 !important; }

#root {
  width: 100%;
  height: 100%;
  position: relative; }

.master {
  margin-top: 6.3rem;
  position: relative;
  width: 100%;
  height: 100%; }

.container,
.container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.col {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative; }

.no--gutters {
  margin-right: 0;
  margin-left: 0; }
  .no--gutters > .col {
    padding-right: 0;
    padding-left: 0; }

.flex-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-100 {
  -webkit-box-flex: 100%;
  -moz-box-flex: 100%;
  -webkit-flex: 100%;
  -ms-flex: 100%;
  flex: 100%; }

.with-top-bar {
  padding-top: 3.9rem; }

@media screen and (min-width: 576px) {
  .container {
    max-width: 54rem; } }

@media screen and (min-width: 768px) {
  .container {
    max-width: 72rem; } }

@media screen and (min-width: 992px) {
  .container {
    max-width: 96rem; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 120rem; } }

@media screen and (max-width: 767.98px) {
  .with-top-bar:not(.list) {
    padding-top: 2.5rem; } }

.container,
.container-fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.row {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.col {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  position: relative; }

@media screen and (min-width: 576px) {
  .container {
    max-width: 54rem; } }

@media screen and (min-width: 768px) {
  .container {
    max-width: 72rem; } }

@media screen and (min-width: 992px) {
  .container {
    max-width: 96rem; } }

@media screen and (min-width: 1200px) {
  .container {
    max-width: 114rem; } }

.margin--top--xxl {
  margin-top: 3rem; }

.margin--bottom--xxl {
  margin-bottom: 3rem; }

.margin--top--m {
  margin-top: 1.5rem; }

.margin--bottom--m {
  margin-bottom: 1.5rem; }

.padding--top--xxl {
  padding-top: 3rem; }

.padding--bottom--xxl {
  padding-bottom: 3rem; }

.padding--top--m {
  padding-top: 1.5rem; }

.padding--bottom--m {
  padding-bottom: 1.5rem; }

.padding--bottom--l {
  padding-bottom: 2rem; }

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

.padding--bottom--s {
  padding-bottom: 1rem; }

.flex-1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-basis--25 {
  max-width: calc(25% - 3rem);
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%; }

.flex-basis--30 {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-basis: 30%;
  flex-basis: 30%; }

.flex-basis--40 {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-basis: 40%;
  flex-basis: 40%; }

.flex-basis--70 {
  -webkit-flex-basis: 70%;
  -moz-flex-basis: 70%;
  -ms-flex-basis: 70%;
  flex-basis: 70%; }

.justify-content-center {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.justify-content-space-between {
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.justify-content-space-evenly {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly; }

.justify-content-flex-start {
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start; }

.justify-content-flex-end {
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end; }

.align-items--center {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }

.nowrap {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

@media screen and (max-width: 767.98px) {
  .flex-basis--25 {
    max-width: calc(50% - 3rem);
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  color: #333333;
  text-align: center; }

h1 {
  color: white;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase; }
  h1 span {
    display: block;
    padding: 1rem 5rem;
    background: #000; }

h2 {
  font-size: 2.6rem;
  font-weight: 600;
  text-align: left;
  font-family: "Comfortaa", cursive; }

h3 {
  font-size: 3rem;
  font-weight: 600;
  font-family: "Comfortaa", cursive;
  padding-bottom: 1rem;
  text-align: left;
  position: relative; }
  h3:after {
    content: "";
    background: #000;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 25%;
    height: 0.4rem; }

h4 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  text-align: left; }

h5 {
  font-size: 1.6rem;
  text-align: left;
  font-family: "Comfortaa", cursive;
  font-weight: 400; }

h6 {
  font-family: "Comfortaa", cursive;
  font-size: 2rem;
  font-weight: 600;
  text-align: left;
  color: #000; }

button {
  cursor: pointer;
  background: transparent;
  border: none; }
  button:focus {
    outline: 0; }

button:disabled {
  pointer-events: none;
  cursor: not-allowed; }

.btn {
  padding: 1rem 2.5rem;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  font-weight: 600;
  cursor: pointer;
  border: 0.1rem solid #000;
  width: 100%;
  height: auto;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn:hover {
    color: white;
    background: #000; }

.btn--properties {
  color: #e1b01c; }
  .btn--properties:hover {
    color: #000; }

.btn--search {
  background: #000;
  border: 0.1rem solid #000;
  color: white; }
  .btn--search:hover {
    background: white;
    color: #000; }

.btn-form {
  width: auto; }
  .btn-form:hover {
    border-color: #000;
    background: #000;
    color: white; }

.read-more,
.read-less {
  display: block;
  padding: 1rem 0;
  color: #777777;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative; }

.read-more:after {
  content: "";
  height: 10rem;
  background: linear-gradient(to bottom, transparent, #fff);
  right: 0;
  bottom: 3rem;
  left: 0;
  position: absolute;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.btn-toggleSearch {
  width: 100%;
  background: #d3d3d3;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 1.2rem;
  display: none;
  z-index: 9999;
  top: 8.5rem;
  right: 0;
  left: 0;
  position: fixed;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 5rem; }

.btn-toggleContactForm {
  width: 100%;
  background: #d3d3d3;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 1.2rem;
  display: none;
  z-index: 9999;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 5rem; }

@media screen and (max-width: 991.98px) {
  .btn-toggleContactForm {
    display: block; } }

@media screen and (max-width: 767.98px) {
  .btn-toggleSearch {
    display: block; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  background-color: white !important;
  -webkit-box-shadow: 0 0 0 2.2rem white inset !important;
  box-shadow: 0 0 0 2.2rem white inset !important;
  -webkit-text-fill-color: #333333 !important;
  -webkit-transition: all 0ms ease;
  -moz-transition: all 0ms ease;
  -o-transition: all 0ms ease;
  -ms-transition: all 0ms ease;
  transition: all 0ms ease; }

input:-internal-autofill-previewed,
input:-internal-autofill-selected,
textarea:-internal-autofill-previewed,
textarea:-internal-autofill-selected,
select:-internal-autofill-previewed,
select:-internal-autofill-selected {
  background-color: white !important;
  background-image: none !important;
  color: #333333 !important; }

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333333;
  opacity: 1;
  /* Firefox */ }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #333333; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #333333; }

.form-group {
  text-align: left;
  margin-bottom: 1.5rem;
  position: relative; }
  .form-group.no-input {
    margin-bottom: 0;
    border: none;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }
  .form-group label {
    text-transform: uppercase;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem; }
  .form-group span {
    background-color: transparent; }

.form-control {
  border: none;
  padding: 0;
  outline: 0;
  width: 100%;
  color: #333333;
  font-weight: 400;
  background: transparent;
  border: none;
  border-bottom: 0.2rem solid #a9a9a9;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input.form-control,
textarea.form-control {
  padding: 0.2rem 0.5rem;
  min-height: 4.5rem;
  cursor: pointer; }
  input.form-control:hover,
  textarea.form-control:hover {
    border-bottom: 0.2rem solid black; }

textarea {
  resize: none; }

select {
  background: transparent;
  border: none;
  outline: none; }
  select option {
    color: #333333; }

.react-select-container .form-select__control {
  background: transparent;
  border-color: transparent;
  border-radius: 0;
  border-bottom: 0.2rem solid #585858;
  cursor: pointer;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .react-select-container .form-select__control:hover {
    border-color: transparent;
    border-bottom: 0.2rem solid black; }

.react-select-container .form-select__control--is-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.react-select-container .form-select__value-container {
  padding: 0.2rem 0.5rem; }

.react-select-container .form-select__single-value {
  color: #333333; }

.react-select-container .form-select__placeholder {
  color: #333333; }

.react-select-container .form-select__indicator {
  color: #333333;
  padding-right: 0.5rem; }
  .react-select-container .form-select__indicator:hover {
    color: #000; }

.react-select-container:focus {
  outline: none; }

.form-group-checkbox {
  margin-top: 1rem; }
  .form-group-checkbox label {
    padding-left: 2.2rem;
    text-transform: unset;
    font-weight: 400;
    letter-spacing: unset;
    color: #333333; }
  .form-group-checkbox input {
    min-height: unset;
    width: unset;
    height: unset;
    top: 0;
    left: 0;
    position: absolute; }

.form-group-radio {
  padding-right: 3rem; }
  .form-group-radio label {
    padding-left: 3rem;
    text-transform: unset;
    letter-spacing: unset;
    font-size: unset;
    font-weight: 400;
    color: #333333;
    white-space: nowrap; }
  .form-group-radio input {
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute; }
    .form-group-radio input ~ .checkmark {
      background-color: #d3d3d3;
      border-radius: 50%;
      width: 1.5rem;
      height: 1.5rem;
      top: 0;
      left: 0;
      position: absolute; }
      .form-group-radio input ~ .checkmark:after {
        content: "";
        display: none;
        background: white;
        border-radius: 50%;
        width: 0.5rem;
        height: 0.5rem;
        top: 0.5rem;
        left: 0.5rem;
        position: absolute; }
    .form-group-radio input:checked ~ .checkmark {
      background-color: #000; }
      .form-group-radio input:checked ~ .checkmark:after {
        display: block; }

.form-feedback {
  padding: 0 1rem;
  background: #e1b01c;
  color: black;
  border: 1px solid #000;
  font-size: 1.1rem;
  font-weight: 500;
  right: 0;
  position: absolute;
  border-radius: 0.3rem; }

.form-order-by {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline; }
  .form-order-by label {
    margin-right: 1rem; }
  .form-order-by .form-group {
    width: 15rem; }
    .form-order-by .form-group span {
      background-color: transparent; }

.section-title h1 span {
  color: black;
  background: transparent;
  padding: 0;
  font-size: 1.8rem; }

.about-us-wrapper {
  line-height: 1.6; }

.colab-wrapper {
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly; }
  .colab-wrapper .colab-card {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    max-width: fit-content;
    cursor: pointer;
    margin-bottom: 10rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .colab-wrapper .colab-card .colab-card--info {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      -ms-align-items: flex-start;
      align-items: flex-start;
      width: 28rem;
      height: 12rem;
      right: 16rem;
      bottom: 1rem;
      position: absolute;
      color: black;
      padding-left: 1rem;
      background: white;
      border: 0.1rem solid #808080; }
      .colab-wrapper .colab-card .colab-card--info > div {
        margin-top: 0.5rem;
        line-height: 1.6; }
      .colab-wrapper .colab-card .colab-card--info .colab-card__name {
        font-size: 1.8rem;
        border-bottom: 0.1rem solid #d3d3d3;
        width: 90%; }
      .colab-wrapper .colab-card .colab-card--info .colab-card__number svg,
      .colab-wrapper .colab-card .colab-card--info .colab-card__email svg {
        margin-right: 1.2rem; }
    .colab-wrapper .colab-card img {
      max-height: 30rem; }

@media screen and (max-width: 767.98px) {
  .colab-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms-align-content: center;
    align-content: center;
    width: 100%;
    height: 100%; }
    .colab-wrapper .colab-card--info {
      right: 0 !important; } }

@media screen and (max-width: 991.98px) {
  .colab-wrapper .colab-card--info {
    right: -1rem !important; } }

.page-header {
  width: 100%;
  z-index: 99999;
  top: 0;
  position: fixed; }
  .page-header.scrolled {
    background: white; }

.page-header-top {
  background: white;
  padding: 1rem 0;
  position: relative; }
  .page-header-top > .container > .row {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .page-header-top > .container > .row .header-languages .notranslate {
      top: 1rem;
      left: 8rem;
      position: absolute; }
      .page-header-top > .container > .row .header-languages .notranslate .languages-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        justify-content: space-between;
        -ms-flex-pack: space-between; }
        .page-header-top > .container > .row .header-languages .notranslate .languages-list .languages-item {
          margin-right: 1rem;
          cursor: pointer; }
          .page-header-top > .container > .row .header-languages .notranslate .languages-list .languages-item img {
            border-radius: 20%; }
          .page-header-top > .container > .row .header-languages .notranslate .languages-list .languages-item:hover {
            opacity: 0.2; }
    .page-header-top > .container > .row .navbar-item a {
      color: black;
      font-size: 1.4rem;
      text-transform: uppercase;
      margin-left: 2rem; }
      .page-header-top > .container > .row .navbar-item a:hover {
        color: #e1b01c;
        border-bottom: 0.2rem solid; }

body > .skiptranslate {
  display: none; }

#google_translate_element {
  display: none; }

.goog-tooltip {
  display: none !important; }
  .goog-tooltip:hover {
    display: none !important; }

.goog-text-highlight {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important; }

.page-header__brand a {
  display: block; }

.page-header__brand img {
  height: 6.5rem; }

.page-header__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .page-header__social > a {
    padding: 0 1rem; }
    .page-header__social > a > svg {
      color: black;
      font-size: 2.3rem; }
      .page-header__social > a > svg:hover {
        color: #e1b01c; }

.page-header__contacts {
  height: 100%;
  position: relative; }
  .page-header__contacts > .row {
    height: 100%; }
    .page-header__contacts > .row > .col {
      display: flex; }
  .page-header__contacts a {
    height: 100%;
    font-size: 1.2rem;
    color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .page-header__contacts a svg {
      font-size: 2.2rem; }
    .page-header__contacts a > span {
      margin-left: 1rem; }
      .page-header__contacts a > span > span {
        display: block; }

.navbar {
  top: 2rem;
  right: -20rem;
  position: relative; }
  .navbar > .container > .row {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }

.navbar__toggle {
  display: none;
  cursor: pointer;
  top: -2rem;
  right: 1rem;
  position: absolute;
  width: 3rem;
  height: 2.5rem;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .navbar__toggle span {
    display: block;
    background: black;
    left: 0;
    position: absolute;
    width: 100%;
    height: 0.5rem;
    border-radius: 0.9rem;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; }
    .navbar__toggle span:nth-child(1) {
      top: 0px; }
    .navbar__toggle span:nth-child(2), .navbar__toggle span:nth-child(3) {
      top: 0.9rem; }
    .navbar__toggle span:nth-child(4) {
      top: 1.8rem; }

@media screen and (max-width: 767.98px) {
  .navbar {
    right: -5rem; }
  .navbar__toggle {
    display: block; }
    .navbar__toggle.toggled {
      display: block;
      top: 9rem; }
      .navbar__toggle.toggled span:nth-child(1), .navbar__toggle.toggled span:nth-child(4) {
        width: 0%;
        left: 50%;
        top: -10rem; }
      .navbar__toggle.toggled span:nth-child(2) {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: -9.8rem; }
      .navbar__toggle.toggled span:nth-child(3) {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: -9.8rem; }
  .page-header__contacts {
    display: none; }
  .navbar {
    display: none; }
    .navbar > .container > .row {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      text-align: center;
      padding: 1rem;
      top: 4rem;
      left: -25rem;
      position: absolute;
      background: white;
      width: 650%; }
      .navbar > .container > .row > .col {
        border-bottom: 1px solid rgba(230, 230, 230, 0.7);
        padding: 2rem; }
        .navbar > .container > .row > .col a {
          color: black; }
      .navbar > .container > .row .navbar-item a:hover {
        padding: 0;
        color: #71646a; }
    .navbar.toggled {
      display: block; } }

@media screen and (max-width: 991.98px) {
  .navbar {
    right: -1rem !important; }
  .page-header-top .navbar-item a {
    margin-left: -1rem !important;
    text-shadow: none !important; } }

@media screen and (max-width: 1199.98px) {
  .navbar {
    right: -11rem; } }

@media screen and (max-width: 575.98px) {
  .navbar {
    position: initial; } }

@media (width: 1024px) {
  .page-header-top .header-languages .notranslate {
    top: 1.5rem !important;
    left: -2rem !important; }
    .page-header-top .header-languages .notranslate img {
      width: 22px !important;
      height: 17px !important; } }

@media (width: 768px) {
  .page-header-top .header-languages .notranslate {
    top: -2.5rem !important;
    left: 37.5rem !important; }
    .page-header-top .header-languages .notranslate img {
      width: 22px !important;
      height: 17px !important; } }

@media (max-width: 425px) {
  .page-header-top .header-languages .notranslate {
    top: 2rem !important;
    left: 1rem !important; } }
  @media (max-width: 425px) and (width: 375px) {
    .page-header-top .header-languages .notranslate {
      left: -3rem !important; } }
  @media (max-width: 425px) and (width: 320px) {
    .page-header-top .header-languages .notranslate {
      left: -6rem !important; } }

@media (max-width: 425px) {
    .page-header-top .header-languages .notranslate img {
      width: 20px !important;
      height: 20px !important; } }

.Toastify__toast-container {
  z-index: 99999 !important; }
  .Toastify__toast-container svg {
    font-size: 2.5rem;
    padding-right: 0.5rem; }

.cookieConsent {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: white;
  font-size: 1.2rem;
  z-index: 9999;
  bottom: 0;
  position: fixed; }
  .cookieConsent > div {
    padding: 0.8rem 1rem 0.5rem 2.5rem;
    display: inline-block; }
    .cookieConsent > div > a {
      color: #000; }
  .cookieConsent > button {
    border: 1px solid #000;
    padding: 0.5rem 1.5rem;
    background: #f8f9fa;
    float: right;
    margin: 0.5rem 2.5rem 0.5rem 1rem;
    border-radius: 0.3rem; }

.section-breadcrumbs {
  background: #71646a;
  text-transform: uppercase;
  font-size: 1.2rem;
  letter-spacing: 0.4rem;
  color: white; }
  .section-breadcrumbs a,
  .section-breadcrumbs button {
    color: #d3d3d3;
    padding-right: 1rem;
    position: relative; }
    .section-breadcrumbs a:first-child,
    .section-breadcrumbs button:first-child {
      margin-right: 1rem; }
    .section-breadcrumbs a:after,
    .section-breadcrumbs button:after {
      content: "";
      background: #d3d3d3;
      top: 50%;
      right: 0;
      position: absolute;
      width: 1px;
      height: 1.2rem;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -o-transition: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .section-breadcrumbs span {
    display: inline-block;
    padding-left: 1rem; }

@media screen and (max-width: 1399.98px) {
  .section-breadcrumbs {
    font-size: 1rem; }
    .section-breadcrumbs a {
      font-size: 1rem; } }

@media screen and (max-width: 991.98px) {
  .section-breadcrumbs {
    font-size: 1rem; }
    .section-breadcrumbs .section-wrapper {
      padding: 1.5rem 0; }
    .section-breadcrumbs a {
      font-size: 1rem; } }

.loader-ellipsis {
  margin: auto;
  width: 6.4rem;
  height: 6.4rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .loader-ellipsis div {
    background: #000;
    top: 2.7rem;
    position: absolute;
    width: 1.1rem;
    height: 1.1rem;
    border-radius: 50%;
    -o-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    -moz-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
    animation-timing-function: cubic-bezier(0, 1, 1, 0); }
    .loader-ellipsis div:nth-child(1) {
      left: 0.6rem;
      -o-animation: loader-ellipsis-1 0.6s infinite;
      -moz-animation: loader-ellipsis-1 0.6s infinite;
      -webkit-animation: loader-ellipsis-1 0.6s infinite;
      animation: loader-ellipsis-1 0.6s infinite; }
    .loader-ellipsis div:nth-child(2) {
      left: 0.6rem;
      -o-animation: loader-ellipsis-2 0.6s infinite;
      -moz-animation: loader-ellipsis-2 0.6s infinite;
      -webkit-animation: loader-ellipsis-2 0.6s infinite;
      animation: loader-ellipsis-2 0.6s infinite; }
    .loader-ellipsis div:nth-child(3) {
      left: 2.6rem;
      -o-animation: loader-ellipsis-2 0.6s infinite;
      -moz-animation: loader-ellipsis-2 0.6s infinite;
      -webkit-animation: loader-ellipsis-2 0.6s infinite;
      animation: loader-ellipsis-2 0.6s infinite; }
    .loader-ellipsis div:nth-child(4) {
      left: 4.5rem;
      -o-animation: loader-ellipsis-3 0.6s infinite;
      -moz-animation: loader-ellipsis-3 0.6s infinite;
      -webkit-animation: loader-ellipsis-3 0.6s infinite;
      animation: loader-ellipsis-3 0.6s infinite; }

@-webkit-keyframes loader-ellipsis-1 {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes loader-ellipsis-1 {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes loader-ellipsis-1 {
  0% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes loader-ellipsis-3 {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes loader-ellipsis-3 {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes loader-ellipsis-3 {
  0% {
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-webkit-keyframes loader-ellipsis-2 {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -moz-transform: translate(19px, 0);
    -o-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

@-moz-keyframes loader-ellipsis-2 {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -moz-transform: translate(19px, 0);
    -o-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

@keyframes loader-ellipsis-2 {
  0% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -moz-transform: translate(19px, 0);
    -o-transform: translate(19px, 0);
    -ms-transform: translate(19px, 0);
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0); } }

.page-footer {
  color: white;
  line-height: 1.6; }
  .page-footer a {
    display: block;
    color: black; }
  .page-footer .container > .row {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    justify-content: space-around;
    -ms-flex-pack: space-around; }
    .page-footer .container > .row > .col {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }

.page-footer-top {
  background-color: #212121;
  color: #777777;
  border-bottom: 0.1rem solid #585858; }
  .page-footer-top a {
    padding-bottom: 0.5rem;
    font-size: 1.4rem;
    color: #777777; }
    .page-footer-top a svg {
      font-size: 2.5rem; }
    .page-footer-top a:hover {
      color: white; }
  .page-footer-top .contacts-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .page-footer-top .contacts-wrapper .icon {
      margin-bottom: 1rem; }
      .page-footer-top .contacts-wrapper .icon:nth-child(2), .page-footer-top .contacts-wrapper .icon:nth-child(3) {
        margin-left: 1rem; }
  .page-footer-top .contacts-wrapper div {
    font-size: 1.4rem;
    padding-bottom: 0.5rem; }

.page-footer-top__title {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  color: white; }

.page-footer-bottom {
  background: #212121; }
  .page-footer-bottom a {
    display: block;
    color: #9e9e9e; }
    .page-footer-bottom a:hover {
      color: white; }

.footer-copyright {
  color: #9e9e9e;
  font-size: 1.2rem;
  white-space: nowrap; }

.footer-powered > a {
  text-align: right;
  color: #9e9e9e;
  font-size: 1.2rem; }

@media screen and (max-width: 1199.98px) {
  .page-footer-top .contacts-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (max-width: 991.98px) {
  .page-footer-top .container .row,
  .page-footer-bottom .container .row {
    text-align: center;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
  .page-footer-top .container .social-wrapper {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .footer-copyright {
    white-space: normal; } }

.section-banner {
  min-height: 25rem;
  padding-top: 33rem;
  position: relative;
  margin-top: 8rem; }
  .section-banner > .container > .row {
    width: 100%; }
    .section-banner > .container > .row > .col {
      width: calc(100% - 3rem); }

.banner-wrapper {
  max-width: 100%;
  height: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  overflow: hidden;
  background-position: center;
  background-size: cover; }
  .banner-wrapper .page-banner_image {
    max-width: 100%;
    height: 100%;
    position: relative; }
    .banner-wrapper .page-banner_image li > a {
      display: block; }
    .banner-wrapper .page-banner_image img {
      position: relative;
      max-width: 2000px;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center; }

@media screen and (max-width: 1399.98px) {
  .section-banner {
    padding-top: 18rem; } }

@media screen and (max-width: 1199.98px) {
  .section-banner {
    padding-top: 6rem; } }

@media screen and (max-width: 767.98px) {
  .section-banner {
    padding-top: 0; }
    .section-banner > .container > .row {
      width: 100%; }
      .section-banner > .container > .row > .col {
        padding: 0;
        width: 100%; }
    .section-banner .banner-wrapper {
      top: 5.5rem; }
    .section-banner .alice-carousel__dots {
      display: none; } }

.property-item__thumbnail {
  position: relative; }
  .property-item__thumbnail > a {
    display: block;
    padding-bottom: 66.76470588%;
    background: #fbfbfb;
    position: relative; }
    .property-item__thumbnail > a .img {
      background-color: #000;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }

.property-item__label {
  background: #e1b01c;
  letter-spacing: 0.1rem;
  padding: 0 1.5rem;
  color: white;
  font-weight: 600;
  width: 21rem;
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  overflow-wrap: break-word; }
  .property-item__label span {
    display: block;
    padding: 0.5rem 0;
    margin: auto; }

.property-item__energy {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 5rem;
  height: 6rem; }
  .property-item__energy.energy-1 {
    background-image: url("/images/energy/aplus.png"); }
  .property-item__energy.energy-2 {
    background-image: url("/images/energy/a.png"); }
  .property-item__energy.energy-3 {
    background-image: url("/images/energy/b.png"); }
  .property-item__energy.energy-4 {
    background-image: url("/images/energy/bminus.png"); }
  .property-item__energy.energy-5 {
    background-image: url("/images/energy/c.png"); }
  .property-item__energy.energy-6 {
    background-image: url("/images/energy/d.png"); }
  .property-item__energy.energy-7 {
    background-image: url("/images/energy/e.png"); }
  .property-item__energy.energy-8 {
    background-image: url("/images/energy/f.png"); }
  .property-item__energy.energy-9 {
    background-image: url("/images/energy/g.png"); }
  .property-item__energy.energy-11 {
    background-image: url("/images/energy/is.png"); }

.property-item__purpose {
  background: #e1b01c;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  padding: 0.7rem 1.5rem;
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
  right: 0;
  bottom: 0;
  position: absolute; }

.property-item__purpose__high {
  top: 0;
  right: 0;
  position: absolute; }

.property-item__reference {
  background: #333333;
  padding: 0.7rem 1.5rem;
  color: #e1b01c !important;
  text-transform: uppercase;
  position: absolute;
  bottom: -0.7rem !important;
  left: 0 !important; }

.property-item__title {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Muli", sans-serif;
  margin-bottom: 0.5rem; }

.property-item__location svg {
  padding-left: 0.5rem; }

.property-item__resume {
  font-size: 1.4rem;
  line-height: 2.2rem;
  margin-top: 1rem; }

.property-item__price {
  color: #e1b01c;
  text-align: right;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.5rem; }

.property-item-info {
  border-bottom: 1px solid #d3d3d3;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  font-weight: 400; }

.property-item__features {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .property-item__features .icon {
    margin: auto;
    background-image: url(/images/backgrounds/property.png);
    background-repeat: no-repeat;
    background-size: 90%;
    width: 3rem;
    height: 3rem; }
  .property-item__features .area {
    background-position: 0 -58px; }
  .property-item__features .bathRooms {
    background-position: 0 -25px; }
  .property-item__features .bedrooms {
    background-position: 0 -84px; }
  .property-item__features .garages {
    background-position: 0 5px; }

.property-item__features-item {
  padding: 1rem 1.5rem;
  position: relative; }
  .property-item__features-item > div {
    white-space: nowrap; }
    .property-item__features-item > div:last-child {
      font-size: 1.2rem; }
      .property-item__features-item > div:last-child span {
        font-size: 1.2rem;
        font-weight: 500; }
  .property-item__features-item:not(:first-child):after {
    content: "";
    width: 1px;
    background: #d3d3d3;
    top: 1.4rem;
    bottom: 1.4rem;
    left: 0;
    position: absolute; }

.properties-highlights {
  background: white; }

.properties-highlights__list > .container > .row {
  width: 100%; }

.properties-highlights__list .property-card {
  padding: 0 1.5rem; }

.properties-highlights__list .property-item__description {
  line-height: 1.6; }

.properties-highlights__list .property-item__title {
  margin-bottom: 0; }

.properties-highlights__list .property-item__price {
  margin-top: 0;
  top: -2.2rem;
  position: relative; }

.properties-highlights__list .property-item__features {
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }

.properties-highlights__list .property-item__features-item {
  padding: 0 1.5rem; }
  .properties-highlights__list .property-item__features-item .icon-description > span:first-child {
    padding-right: 0.5rem; }

.properties-highlights__list .property-item__resume,
.properties-highlights__list .property-item__reference {
  display: none; }

.properties-highlights__list .property-item__energy {
  top: -7rem;
  right: 1rem;
  position: absolute; }

.properties-filter {
  top: -5.5rem;
  position: relative; }
  .properties-filter .form-filters {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    box-shadow: 0.1rem 0.2rem 0.5rem #a9a9a9; }

.numbers__list > .container > .row,
.explore-portugal__list > .container > .row {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow: hidden; }

.numbers__list .alice-carousel,
.explore-portugal__list .alice-carousel {
  width: 114rem; }
  .numbers__list .alice-carousel .alice-carousel__wrapper,
  .explore-portugal__list .alice-carousel .alice-carousel__wrapper {
    width: 100%;
    overflow: hidden !important;
    vertical-align: middle !important; }
    .numbers__list .alice-carousel .alice-carousel__wrapper .alice-carousel__stage,
    .explore-portugal__list .alice-carousel .alice-carousel__wrapper .alice-carousel__stage {
      width: 100%; }
      .numbers__list .alice-carousel .alice-carousel__wrapper .alice-carousel__stage .alice-carousel__stage-item,
      .explore-portugal__list .alice-carousel .alice-carousel__wrapper .alice-carousel__stage .alice-carousel__stage-item {
        height: 100%;
        vertical-align: middle; }
        .numbers__list .alice-carousel .alice-carousel__wrapper .alice-carousel__stage .alice-carousel__stage-item img,
        .explore-portugal__list .alice-carousel .alice-carousel__wrapper .alice-carousel__stage .alice-carousel__stage-item img {
          height: 100%;
          width: 114rem; }

.explore-portugal__card {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 20rem;
  margin-bottom: 3rem; }
  .explore-portugal__card .explore-portugal__description {
    color: #333;
    font-size: 1.8rem;
    font-weight: 600;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    position: relative;
    width: 100%;
    height: 100%; }
    .explore-portugal__card .explore-portugal__description span {
      z-index: 1;
      background: #e1b01c;
      padding: 1rem; }
      .explore-portugal__card .explore-portugal__description span:hover {
        background: #333;
        color: #e1b01c; }
    .explore-portugal__card .explore-portugal__description:before {
      content: "";
      background: #050404;
      opacity: 0.2;
      filter: alpha(opacity=20);
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute; }

.explore-portugal__card--lisboa {
  background-image: url(/images/backgrounds/Lisboa.jpg); }

.explore-portugal__card--aveiro {
  background-image: url(/images/backgrounds/Aveiro.jpg); }

.explore-portugal__card--braga {
  background-image: url(/images/backgrounds/Braga.jpg); }

.explore-portugal__card--porto {
  background-image: url(/images/backgrounds/Porto.jpg); }

.welcome--text {
  line-height: 1.6;
  letter-spacing: 0.05rem;
  font-size: 1.6rem; }

.sell-card__image {
  background-image: url(/images/backgrounds/sell.jpg); }

.rent-card__image {
  background-image: url(/images/backgrounds/rent.jpg); }

.rent-card__image,
.sell-card__image {
  height: 25rem; }
  .rent-card__image .explore-portugal__description span,
  .sell-card__image .explore-portugal__description span {
    top: 22rem;
    left: -1rem;
    position: absolute; }
  .rent-card__image .explore-portugal__description:hover:before,
  .sell-card__image .explore-portugal__description:hover:before {
    opacity: 0.3;
    filter: alpha(opacity=30);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease; }

.news-carousel__list > .container > .row {
  width: 100%; }

@media (width: 1440px) {
  .properties-filter {
    top: -6.5rem;
    position: relative; }
  .section-banner {
    padding-top: 18rem; } }

@media screen and (max-width: 1199.98px) {
  .explore-portugal__list img,
  .numbers__list img {
    width: 96rem !important; }
  .rent-card__image,
  .sell-card__image {
    height: 23rem; }
    .rent-card__image .explore-portugal__description span,
    .sell-card__image .explore-portugal__description span {
      top: 20rem; }
  .properties-filter {
    top: -4.5rem;
    position: relative; } }

@media screen and (max-width: 991.98px) {
  .explore-portugal__list img,
  .numbers__list img {
    width: 72rem !important; }
  .properties-filter {
    top: -11.5rem;
    position: relative; }
  .rent-card__image,
  .sell-card__image {
    height: 17rem; }
    .rent-card__image .explore-portugal__description span,
    .sell-card__image .explore-portugal__description span {
      top: 15rem; } }

@media screen and (max-width: 767.98px) {
  .rent-card__image,
  .sell-card__image {
    height: 20rem; }
    .rent-card__image .explore-portugal__description span,
    .sell-card__image .explore-portugal__description span {
      top: 17rem; }
  .explore-portugal__list > .container > .row,
  .numbers__list > .container > .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden; }
    .explore-portugal__list > .container > .row img,
    .numbers__list > .container > .row img {
      width: 37rem !important; } }

.gallery-left-control,
.gallery-right-control {
  top: 50%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transition: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }
  .gallery-left-control svg,
  .gallery-right-control svg {
    font-size: 1.8rem;
    color: black;
    text-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3); }

.gallery-left-control {
  left: -2.5rem; }

.gallery-right-control {
  right: -2.5rem; }

.alice-carousel__dots {
  margin-top: 1rem; }

.alice-carousel__dots-item {
  width: 1.2rem;
  height: 1.2rem; }
  .alice-carousel__dots-item.__active {
    background-color: #000; }
  .alice-carousel__dots-item:hover {
    background-color: #333333; }

.gallery-left-control,
.gallery-right-control {
  top: 45%;
  background: transparent;
  font-size: 1.8rem;
  text-align: center;
  line-height: 3rem;
  width: 3rem;
  height: 3rem;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-radius: 0.3rem;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .gallery-left-control:hover,
  .gallery-right-control:hover {
    opacity: 1;
    filter: alpha(opacity=100); }
  .gallery-left-control svg,
  .gallery-right-control svg {
    color: black; }

.property-gallery-left svg,
.property-gallery-right svg {
  color: white; }

.building-left-control svg,
.building-right-control svg {
  color: white; }

.building-detail .property-gallery .gallery-left-control,
.building-detail .property-gallery .gallery-right-control {
  background: transparent;
  box-shadow: none; }
  .building-detail .property-gallery .gallery-left-control svg,
  .building-detail .property-gallery .gallery-right-control svg {
    color: white; }

@media screen and (max-width: 1199.98px) {
  .gallery-left-control,
  .gallery-right-control {
    display: none; } }

.properties-filter form {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end; }

.properties-filter .form-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.properties-filter .form-group {
  margin-right: 1.3rem;
  margin-bottom: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.properties-filter .form-control {
  border: none;
  border-bottom: 0.2rem solid;
  border-radius: 0; }

.properties-filter .form-body__main {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.properties-filter .form-select__control {
  border: none;
  border-bottom: 0.2rem solid #585858;
  border-radius: 0; }
  .properties-filter .form-select__control:hover {
    border-bottom: 0.2rem solid black; }

.properties-filter .form-select__value-container {
  padding-left: 0; }

.properties-filter .form-select__single-value {
  padding-left: 0;
  margin: 0; }

.properties-filter .form-select__placeholder {
  margin: 0; }

.properties-filter .form-select__indicators {
  padding-right: 0; }
  .properties-filter .form-select__indicators span {
    background-color: transparent; }

.form-body__extra {
  padding-top: 3rem;
  display: none; }
  .form-body__extra > .row {
    margin: 0;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    align-items: flex-end; }
  .form-body__extra.active {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

.form-extra {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  cursor: pointer; }
  .form-extra svg {
    padding-left: 1rem; }
  .form-extra:hover {
    color: #000; }

@media screen and (max-width: 767.98px) {
  .properties-filter {
    padding-bottom: 0; }
    .properties-filter form {
      background: #f8f9fa; }
  .properties-filter,
  .section-properties-list {
    background: transparent; }
    .properties-filter form.form-filters,
    .section-properties-list form.form-filters {
      display: none;
      overflow: auto;
      z-index: 9999;
      top: 13.1rem;
      right: 0;
      bottom: 0;
      left: -1.5rem;
      position: fixed; }
      .properties-filter form.form-filters.active,
      .section-properties-list form.form-filters.active {
        display: block;
        background: white; }
    .properties-filter .form-body__main,
    .section-properties-list .form-body__main {
      padding: 3rem 3rem 0;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .properties-filter .form-body__extra,
    .section-properties-list .form-body__extra {
      padding: 0 3rem 3rem;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
    .properties-filter .form-footer,
    .section-properties-list .form-footer {
      padding: 0 3rem 3rem; }
    .properties-filter .form-group,
    .section-properties-list .form-group {
      margin-right: 0;
      margin-bottom: 1.5rem; }
  .properties-list-filter {
    padding: 0; } }

.section-properties-list .section-list > .container > .row {
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .section-properties-list .section-list > .container > .row .properties-list-filter {
    top: 3rem; }
    .section-properties-list .section-list > .container > .row .properties-list-filter span {
      background-color: transparent; }

.section-properties-list .section-list .form-filters {
  width: 20rem;
  padding: 2.5rem; }
  .section-properties-list .section-list .form-filters .form-control,
  .section-properties-list .section-list .form-filters .form-select__control {
    background: white;
    border-radius: 0;
    border-color: transparent;
    border-style: none;
    border-width: 0;
    border-bottom: 0.2rem solid #585858; }
    .section-properties-list .section-list .form-filters .form-control:hover,
    .section-properties-list .section-list .form-filters .form-select__control:hover {
      border-bottom: 0.2rem solid black; }

.section-properties-list .form-footer .form-extra {
  display: none;
  color: #333333; }

.section-properties-list .btn--search {
  border: 0.1rem solid #000;
  color: white; }
  .section-properties-list .btn--search:hover {
    background: white;
    color: #000; }

.section-properties-list .form-body__extra {
  padding-top: 0;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .section-properties-list .form-body__extra .form-group {
    width: 100%; }

.properties-list-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .properties-list-wrapper.property-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
    .properties-list-wrapper.property-row .property-card {
      width: 100%; }
    .properties-list-wrapper.property-row .property-item {
      padding: 1.5rem 0;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      .properties-list-wrapper.property-row .property-item:hover {
        background: #f8f9fa; }
    .properties-list-wrapper.property-row .property-item__thumbnail {
      -webkit-flex-basis: 40%;
      -moz-flex-basis: 40%;
      -ms-flex-basis: 40%;
      flex-basis: 40%; }
    .properties-list-wrapper.property-row .property-item__reference {
      font-size: 1.4rem;
      color: #777777;
      bottom: -2.5rem;
      left: 0;
      position: absolute; }
    .properties-list-wrapper.property-row .property-item__description {
      padding: 0 1.5rem;
      -webkit-flex-basis: 70%;
      -moz-flex-basis: 70%;
      -ms-flex-basis: 70%;
      flex-basis: 70%; }
    .properties-list-wrapper.property-row .property-item__features-item .icon-description {
      text-align: center; }
      .properties-list-wrapper.property-row .property-item__features-item .icon-description > span:first-child {
        padding-right: 0.5rem; }
  .properties-list-wrapper.property-column {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
    .properties-list-wrapper.property-column .property-card {
      max-width: 33.3%;
      -webkit-flex-basis: 33.3%;
      -moz-flex-basis: 33.3%;
      -ms-flex-basis: 33.3%;
      flex-basis: 33.3%; }
    .properties-list-wrapper.property-column .property-item {
      padding: 0 1.5rem; }
    .properties-list-wrapper.property-column .property-item__description {
      padding: 1rem 0;
      background: white; }
    .properties-list-wrapper.property-column .property-item__resume {
      font-size: 1.3rem;
      line-height: 2.2rem;
      margin-top: 0.5rem; }
    .properties-list-wrapper.property-column .property-item__features {
      margin-top: 0.5rem; }
    .properties-list-wrapper.property-column .property-item__features-item {
      padding: 0;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .properties-list-wrapper.property-column .property-item__features-item .icon-description {
        text-align: center; }
        .properties-list-wrapper.property-column .property-item__features-item .icon-description > span {
          font-size: 1.1rem;
          display: blocK; }

.properties-fav.property-row .property-item__thumbnail {
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%; }

.list-actions {
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.list-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .list-grid label {
    margin-right: 1rem;
    cursor: pointer; }

@media screen and (max-width: 991.98px) {
  .section-properties-list .section-list > .container > .row .properties-list-filter {
    top: 4rem; }
  .section-properties-list .section-list .form-filters {
    width: auto;
    padding: 0; }
  .properties-list-wrapper.property-column .property-card {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; } }

@media screen and (max-width: 767.98px) {
  .list-grid {
    display: none; }
  .list-actions > .row {
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: flex-end;
    margin-right: 0; }
  .properties-list-wrapper.property-column .property-card {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; }
  .properties-fav.property-row .property-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .properties-fav.property-row .property-item .property-item__reference {
      bottom: 0 !important; } }

.section-property-navigation {
  color: black; }
  .section-property-navigation > .container > .row {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between; }
    .section-property-navigation > .container > .row > .col {
      position: relative;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      align-items: center; }
  .section-property-navigation span {
    color: #000;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    position: relative; }
  .section-property-navigation svg {
    color: #000;
    font-size: 2rem; }
  .section-property-navigation .counter {
    font-size: 1.2rem; }
  .section-property-navigation a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .section-property-navigation a span {
      padding-left: 1.5rem; }
      .section-property-navigation a span:not(:last-child):after {
        content: "";
        background: #d3d3d3;
        top: 50%;
        right: -0.8rem;
        position: absolute;
        width: 1px;
        height: 1.5rem;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transition: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
  .section-property-navigation button {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center; }
    .section-property-navigation button span {
      padding: 0 1.5rem; }

@media screen and (max-width: 767.98px) {
  .section-property-navigation button > span {
    display: none; } }

.section-contact-form .container .row > .col {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.section-contact-form .container .row > .address-contact h4 {
  margin-top: 0; }

@media screen and (max-width: 767.98px) {
  .contact-request-contact .form-body .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .contact-request-contact .form-footer button {
    max-width: 100%; }
  .announce-form .form-body .row {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .announce-form .form-footer button {
    max-width: 100%; } }

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center; }
  .pagination a {
    line-height: 3.2rem;
    text-align: center;
    color: #777777;
    font-weight: 500;
    border-radius: 0.4rem;
    width: 3.2rem;
    height: 3.2rem; }
    .pagination a:not(:last-child) {
      margin-right: 0.5rem; }
    .pagination a.active {
      color: black; }
    .pagination a:hover {
      color: #333; }
    .pagination a.disabled {
      cursor: not-allowed; }

.property-detail--mod {
  border-bottom: 0.1rem solid #a9a9a9;
  display: block; }

.property-detail__column {
  width: calc(100% - 10rem); }
  .property-detail__column .property-item__features {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center; }
    .property-detail__column .property-item__features .icon-description > span:first-child {
      padding-right: 0.5rem; }
  .property-detail__column .property-item__energy {
    right: 1.5rem;
    position: absolute; }

.property-contacts__column {
  width: 35rem; }

.property-detail__reference {
  font-size: 1.4rem;
  color: #777777; }

.property-detail__price {
  font-weight: 600;
  font-size: 4rem;
  color: #e1b01c; }

.property-detail__social {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1rem 1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 25%;
  top: -4rem;
  position: relative;
  background: #e1b01c;
  color: black; }
  .property-detail__social ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative; }
    .property-detail__social ul:first-child {
      padding-right: 3rem; }
      .property-detail__social ul:first-child:after {
        content: "";
        background: black;
        width: 1px;
        top: 0.5rem;
        right: 2rem;
        bottom: 0.5rem;
        position: absolute; }
    .property-detail__social ul > li {
      font-size: 2.5rem;
      margin-right: 1.5rem;
      cursor: pointer; }
      .property-detail__social ul > li:hover {
        color: white; }

.property-gallery {
  position: relative; }
  .property-gallery .alice-carousel > div:first-child {
    width: 100%; }
  .property-gallery .alice-carousel__wrapper {
    width: 100%;
    padding-bottom: 60%;
    background: white; }
  .property-gallery .alice-carousel__slide-info {
    top: -5.5rem;
    right: 0;
    background: transparent;
    font-size: 1.6rem;
    font-weight: 600; }
    .property-gallery .alice-carousel__slide-info span {
      padding-left: 0.5rem;
      color: #333333; }
  .property-gallery .alice-carousel__stage {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
  .property-gallery li {
    text-align: center;
    background: #f8f9fa; }
  .property-gallery img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; }
  .property-gallery .gallery-left-control,
  .property-gallery .gallery-right-control {
    top: 45%;
    background: black;
    font-size: 1.8rem;
    text-align: center;
    line-height: 3rem;
    width: 3rem;
    height: 3rem;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
    border-radius: 0.3rem;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .property-gallery .gallery-left-control:hover,
    .property-gallery .gallery-right-control:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  .property-gallery .gallery-left-control {
    left: 1.5rem; }
  .property-gallery .gallery-right-control {
    right: 1.5rem; }

.rc-collapse {
  background: transparent;
  border: none;
  line-height: 2.2rem; }
  .rc-collapse > .rc-collapse-item {
    border: none; }
    .rc-collapse > .rc-collapse-item .rc-collapse-header {
      font-weight: 400;
      font-size: 1.6rem;
      padding: 1rem 1.5rem 1rem 0; }
      .rc-collapse > .rc-collapse-item .rc-collapse-header svg {
        padding: 0 1.5rem;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        transition: all 0.2s ease;
        color: #e1b01c; }
        .rc-collapse > .rc-collapse-item .rc-collapse-header svg.up {
          -moz-transform: rotate(180deg);
          -o-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .rc-collapse > .rc-collapse-item .rc-collapse-header:focus {
        border: none;
        outline: none; }
      .rc-collapse > .rc-collapse-item .rc-collapse-header:hover svg {
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }

.rc-collapse-content > .rc-collapse-content-box {
  margin-top: 5px; }
  .rc-collapse-content > .rc-collapse-content-box > ul {
    padding-left: 3.5rem; }
    .rc-collapse-content > .rc-collapse-content-box > ul > li {
      font-weight: 500; }
      .rc-collapse-content > .rc-collapse-content-box > ul > li > ul {
        padding-left: 1.5rem; }
        .rc-collapse-content > .rc-collapse-content-box > ul > li > ul > li {
          font-weight: 400; }

.property-video {
  width: 135%;
  height: 50rem; }

.property-detail__map {
  padding-bottom: 1.5rem;
  position: relative; }
  .property-detail__map .leaflet-map {
    position: relative;
    width: 135%;
    height: 32.5rem; }
  .property-detail__map .leaflet-container {
    width: 100%;
    height: 100%; }

.property-detail-form {
  padding: 0.5rem;
  background: white; }
  .property-detail-form .form-control {
    background: white; }

.property-detail-agency {
  padding: 3rem;
  text-align: center; }

.property-detail-form__header,
.property-detail-agency__header {
  font-size: 2rem;
  font-family: "Comfortaa", cursive;
  text-align: center; }

.property-detail-agency__image {
  width: 100%;
  height: 7rem; }
  .property-detail-agency__image img {
    object-fit: contain;
    width: 100%;
    height: 100%; }

.property-detail-agency__name {
  font-size: 2.2rem;
  font-weight: 500; }

.property-detail-agency__location span {
  display: block; }

.property-detail-agency__contact {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1rem 1.5rem;
  color: black;
  background: #e1b01c;
  text-align: center; }
  .property-detail-agency__contact svg {
    padding-right: 1rem; }

@media screen and (min-width: 1400px) {
  .property-gallery .alice-carousel__wrapper {
    padding-bottom: 75%; } }

@media screen and (max-width: 1199.98px) {
  .property-detail__social {
    width: 25%; } }

@media screen and (max-width: 991.98px) {
  .property-detail__social {
    top: 0;
    background: transparent;
    color: #333333; }
  .property-detail-form__header,
  .property-detail-agency__header {
    display: block;
    padding-top: 4rem; }
  .property-video {
    width: 100%; }
  .property-detail__map .leaflet-map {
    width: 100%;
    height: 32.5rem; }
  .property-detail-form {
    display: none;
    z-index: 9999;
    overflow: auto;
    top: 8rem;
    right: 0;
    bottom: 5rem;
    left: 0;
    position: fixed; }
    .property-detail-form.active {
      display: block; }
  .property-detail-row {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .property-detail__column,
  .property-contacts__column {
    width: 100%; } }

@media screen and (max-width: 991.98px) {
  .property-detail__social ul li:hover {
    color: #e1b01c; } }

.property-detail-print h1,
.property-detail-print h2 {
  text-align: left; }

.property-detail-print h1 > svg {
  font-size: 1.4rem; }

.property-detail-print .date {
  width: 100%;
  text-align: right; }

.property-detail-print .contact-agency .agency-description .agency-section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .property-detail-print .contact-agency .agency-description .agency-section .agency-info {
    vertical-align: top;
    display: inline-block;
    margin: 1rem 1rem 0.5rem 0;
    height: 12.5rem; }
  .property-detail-print .contact-agency .agency-description .agency-section .agency-image {
    display: inline-block;
    margin: 0; }

.property-detail-print .info-wrapper {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.property-detail-print .section-wrapper-print {
  width: 65.5rem;
  padding: 1rem 0;
  margin: 0 auto;
  position: relative; }

.property-detail-print .section-property-info {
  width: 100%;
  position: relative; }

.property-detail-print .gallery-print {
  height: 26.3rem;
  padding: 2rem 0 0 0; }
  .property-detail-print .gallery-print > .col {
    height: 100%; }
    .property-detail-print .gallery-print > .col > .row {
      height: 50%; }
      .property-detail-print .gallery-print > .col > .row > .col {
        background-size: 80% auto;
        background-position: center center;
        background-image: url(/images/logo.png);
        background-repeat: no-repeat;
        width: 100%;
        height: 100%; }
  .property-detail-print .gallery-print img {
    width: 100%;
    height: 100%; }

.property-detail-print .property-features .feature .featureChild {
  padding-left: 1.5rem; }
  .property-detail-print .property-features .feature .featureChild .featureChildChild {
    padding-left: 1.5rem; }

.property-detail-print .info-item {
  background: #f8f9fa;
  padding: 1rem;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0; }
  .property-detail-print .info-item:after {
    display: none; }
  .property-detail-print .info-item:last-child {
    margin-right: 0; }
  .property-detail-print .info-item > div:last-child {
    font-size: 1.8rem; }
    .property-detail-print .info-item > div:last-child span {
      color: #777777;
      font-size: 1.4rem; }

.property-detail-print footer {
  padding: 0 0 1rem;
  border: none; }
  .property-detail-print footer > span:first-child {
    text-align: left; }
  .property-detail-print footer > span:last-child {
    text-align: right;
    float: right; }

.SuggestFormModal {
  pointer-events: none;
  overflow: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center; }
  .SuggestFormModal .contact-request-wrapper {
    width: 30rem;
    pointer-events: auto;
    background: #f8f9fa;
    text-align: center;
    padding: 3rem;
    z-index: 2;
    position: relative; }
  .SuggestFormModal .form-control {
    background: white; }

.Overlay {
  z-index: 99999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed; }
  .Overlay:before {
    content: "";
    background: black;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0.3;
    filter: alpha(opacity=30); }
  .Overlay .close {
    top: 1rem;
    right: 1.5rem;
    position: absolute; }

@media screen and (max-width: 767.98px) {
  .SuggestFormModal {
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start; }
    .SuggestFormModal .contact-request-wrapper {
      width: 100%;
      height: 100%; } }

.subsidiaries-list-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }

.subsidiary-card {
  width: 100%; }

.subsidiary-item {
  padding: 1.5rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.subsidiary-item__thumbnail {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-basis: 20%;
  flex-basis: 20%;
  position: relative; }
  .subsidiary-item__thumbnail > div {
    display: block;
    padding-bottom: 66.76470588%;
    background: #fbfbfb;
    position: relative; }
    .subsidiary-item__thumbnail > div .img {
      background-color: #000;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 70%;
      height: 60%;
      top: 5rem;
      left: 4rem;
      position: absolute; }

.subsidiary-item__description {
  padding: 0 1.5rem;
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-basis: 60%;
  flex-basis: 60%; }

.subsidiary-item__title {
  font-weight: 700;
  font-size: 2rem;
  font-family: "Muli", sans-serif;
  margin-bottom: 0.5rem; }

.subsidiary-item__subtitle {
  font-weight: 500;
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #777777; }

.subsidiary-item__address {
  font-size: 1.3rem;
  margin-top: 1rem;
  line-height: 1.6; }
  .subsidiary-item__address span {
    display: block; }

.subsidiary-item__ami {
  font-size: 1.2rem; }

.subsidiary-item__address--contact {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .subsidiary-item__address--contact .icon {
    width: 2rem;
    text-align: left;
    color: #777777; }
  .subsidiary-item__address--contact .description.bold {
    font-weight: 500;
    font-size: 1.5rem; }

@media screen and (max-width: 991.98px) {
  .subsidiary-card {
    width: 100%; } }

@media screen and (max-width: 767.98px) {
  .subsidiary-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .subsidiary-item__description {
    padding: 1rem 0; }
  .subsidiary-item__thumbnail > div .img {
    height: 60%;
    top: 0;
    left: 6rem; } }

.section-list h3:after {
  width: 5%;
  height: 0.4rem; }

.agents-list-wrapper {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.agent-card {
  margin-bottom: 3rem;
  max-width: 25%;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-basis: 25%;
  flex-basis: 25%; }

.agent-item {
  padding: 0 1.5rem;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.agent-item__thumbnail {
  position: relative; }
  .agent-item__thumbnail > div {
    display: block;
    padding-bottom: 99%;
    background: white;
    position: relative; }
    .agent-item__thumbnail > div .img {
      background-color: white;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center center;
      width: 100%;
      height: 100%;
      top: 0;
      left: -0.3rem;
      position: absolute; }

.agent-item__description {
  padding: 0.5rem 1rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid;
  background: white;
  width: 23.5rem; }

.agent-item__title {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #808080;
  font-weight: 500;
  font-size: 1.8rem;
  position: relative;
  text-align: center; }
  .agent-item__title:before {
    content: "";
    background: #808080;
    width: 7.7rem;
    height: 0.1rem;
    bottom: -0.1rem;
    left: 0;
    position: absolute; }

.agent-item__contacts {
  position: relative;
  left: -7px; }

.agent-item__contacts--contact {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-overflow: ellipsis; }
  .agent-item__contacts--contact .icon {
    width: 2rem;
    text-align: left;
    color: #777777; }
  .agent-item__contacts--contact .description.bold {
    font-weight: 500;
    font-size: 1.5rem; }

@media screen and (max-width: 991.98px) {
  .agent-card {
    max-width: 33%;
    -webkit-flex-basis: 33%;
    -moz-flex-basis: 33%;
    -ms-flex-basis: 33%;
    flex-basis: 33%; } }

@media screen and (max-width: 767.98px) {
  .agent-card {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; } }

@media screen and (max-width: 767.98px) {
  .agent-card {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; } }

.no-match {
  text-align: center; }
  .no-match svg {
    font-size: 4rem; }
  .no-match span {
    padding-left: 1rem;
    margin-top: 1.5rem;
    font-size: 1.8rem; }

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.leaflet-tile::selection {
  background: transparent; }

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast; }

.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important; }

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y; }

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom; }

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none; }

.leaflet-container {
  -webkit-tap-highlight-color: transparent; }

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4); }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800; }

.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-pane {
  z-index: 400; }

.leaflet-tile-pane {
  z-index: 200; }

.leaflet-overlay-pane {
  z-index: 400; }

.leaflet-shadow-pane {
  z-index: 500; }

.leaflet-marker-pane {
  z-index: 600; }

.leaflet-tooltip-pane {
  z-index: 650; }

.leaflet-popup-pane {
  z-index: 700; }

.leaflet-map-pane canvas {
  z-index: 100; }

.leaflet-map-pane svg {
  z-index: 200; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity; }

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-interactive {
  cursor: pointer; }

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none; }

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078a8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px; }

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(/images/leaflet/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(/images/leaflet/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(/images/leaflet/marker-icon.png); }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); }

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto; }

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px; }

.leaflet-tooltip-top {
  margin-top: -6px; }

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px; }

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff; }

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff; }

.leaflet-tooltip-left {
  margin-left: -6px; }

.leaflet-tooltip-right {
  margin-left: 6px; }

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px; }

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff; }

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
  z-index: 999999; }
  #nprogress:before {
    content: "";
    background: black;
    z-index: 999999;
    opacity: 0.2;
    filter: alpha(opacity=20);
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 0.3rem; }
  #nprogress .bar {
    background: #e1b01c;
    z-index: 999999;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 0.3rem; }
  #nprogress .peg {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    right: 0;
    position: absolute;
    width: 10rem;
    height: 100%;
    -moz-transform: rotate(3deg) translate(0px, -4px);
    -o-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
    -webkit-box-shadow: 0 0 1rem #e1b01c;
    -moz-box-shadow: 0 0 1rem #e1b01c;
    box-shadow: 0 0 1rem #e1b01c;
    -webkit-box-shadow: 0 0 0.5rem #e1b01c;
    -moz-box-shadow: 0 0 0.5rem #e1b01c;
    box-shadow: 0 0 0.5rem #e1b01c; }
  #nprogress .spinner {
    display: block;
    z-index: 999999;
    top: 50%;
    left: 50%;
    position: fixed; }
  #nprogress .spinner-icon {
    box-sizing: border-box;
    border: solid 0.2rem transparent;
    border-top-color: #ff0000;
    border-left-color: #ff0000;
    border-radius: 50%;
    -o-animation: nprogress-spinner 400ms linear infinite;
    -moz-animation: nprogress-spinner 400ms linear infinite;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
    width: 5rem;
    height: 5rem; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }
  .nprogress-custom-parent .spinner,
  .nprogress-custom-parent .bar {
    position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes nprogress-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.section-no-results {
  text-align: center; }
  .section-no-results svg {
    color: #e1b01c;
    margin-bottom: 1rem;
    font-size: 5rem; }

.section-recruitment-page h2 {
  text-align: left;
  line-height: 6rem;
  font-size: 5rem; }
  .section-recruitment-page h2 span {
    font-size: 7rem;
    display: block;
    font-weight: 600; }

.section-recruitment-page img {
  max-height: 42rem; }

.section-recruitment-page p {
  font-size: 1.8rem; }
  .section-recruitment-page p span {
    font-weight: 600; }

.rc-collapse {
  background: transparent !important;
  border-bottom: none !important;
  border: 1px solid transparent !important; }

.rc-collapse-anim-active {
  transition: height 0.2s ease-out; }

.rc-collapse > .rc-collapse-item {
  border-top: 1px solid transparent !important; }

.rc-collapse > .rc-collapse-item:first-child {
  border-top: none; }

.rc-collapse > .rc-collapse-item > .rc-collapse-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 22px;
  padding: 10px 16px;
  color: #666;
  cursor: pointer; }

.rc-collapse > .rc-collapse-item > .rc-collapse-header .arrow {
  display: inline-block;
  content: " ";
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #666;
  vertical-align: middle;
  margin-right: 8px; }

.rc-collapse > .rc-collapse-item > .rc-collapse-header .rc-collapse-extra {
  margin: 0 16px 0 auto; }

.rc-collapse > .rc-collapse-item-disabled > .rc-collapse-header {
  cursor: not-allowed;
  color: #999;
  background-color: #f3f3f3; }

.rc-collapse-content {
  overflow: hidden;
  color: #666;
  padding: 0 16px;
  background-color: #fff; }

.rc-collapse-content > .rc-collapse-content-box {
  margin-top: 16px;
  margin-bottom: 16px; }

.rc-collapse-content-inactive {
  display: none; }

.rc-collapse-item:last-child > .rc-collapse-content {
  border-radius: 0 0 3px 3px; }

.rc-collapse > .rc-collapse-item-active > .rc-collapse-header .arrow {
  position: relative;
  top: 2px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #666;
  margin-right: 6px; }

.building-card {
  max-width: 33.3%;
  -webkit-flex-basis: 33.3%;
  -moz-flex-basis: 33.3%;
  -ms-flex-basis: 33.3%;
  flex-basis: 33.3%; }

.building-item {
  padding: 0 1.5rem 3rem;
  position: relative; }

.building-item__thumbnail {
  position: relative; }
  .building-item__thumbnail > a {
    display: block;
    padding-bottom: 66.76470588%;
    background: #fbfbfb;
    position: relative; }
    .building-item__thumbnail > a .img {
      background-color: #000;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute; }

.building-item__description {
  padding: 1rem 0;
  background: white; }

.building-item__title {
  font-weight: 700;
  font-size: 1.8rem;
  font-family: "Muli", sans-serif;
  margin-bottom: 0.5rem; }

.building-item__location {
  font-size: 1.3rem; }
  .building-item__location svg {
    padding-left: 0.5rem; }

.building-item__condition {
  background: #333333;
  font-size: 1.2rem;
  letter-spacing: 0.3rem;
  padding: 0.7rem 1.5rem;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  right: 1.5rem;
  bottom: 1.5rem;
  position: absolute; }

.building-feature__title {
  font-size: 1.8rem;
  font-weight: 500; }

.building-feature__description {
  padding-left: 1.5rem; }

.buildings-list-wrapper {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 991.98px) {
  .buildings-list-wrapper .building-card {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-basis: 50%;
    flex-basis: 50%; } }

@media screen and (max-width: 767.98px) {
  .buildings-list-wrapper .building-card {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%; } }

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em; }

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em; }

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em; }

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0; }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0; }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }

.Toastify__toast--rtl {
  direction: rtl; }

.Toastify__toast--default {
  background: #fff;
  color: #aaa; }

.Toastify__toast--info {
  background: #3498db; }

.Toastify__toast--success {
  background: #07bc0c; }

.Toastify__toast--warning {
  background: #f1c40f; }

.Toastify__toast--error {
  background: #e74c3c; }

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.Toastify__close-button--default {
  color: #000;
  opacity: 0.3; }

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards; }

.Toastify__progress-bar--controlled {
  transition: transform .2s; }

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right; }

.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes Toastify__zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }

