/* ================================= !CONTENTS

	!FONTS 				(@font-face, icon-fonts, etc.)
	!RESET 	 			(Print Styles, Normalize, Chrome Prompt, etc.)
	!UTILITY 			(Clearfix, Alignment, Containers, etc.)
	!TYPE 				(Links, Selection, Headings, Body, etc.)
	!BASE 				(Base Element Styling, Forms, Tables, etc.)
	!PLUGINS 			(Plugin CSS)

	!BASE 				(Body, HTML, wrappers, etc.)
	!HEADER
		!NAVIGATION
	!FOOTER
	!OBJECTS 			(Buttons, forms, re-usable parts, etc.)
	!PAGES
		!HOME
	!JS

=========================================== */
/* ================================ !IMPORTS */
@font-face {
  font-family: 'Freight Disp Pro Book Italic';
  src: url('../fonts/32697F_0_0.eot');
  src: url('../fonts/32697F_0_0.eot?#iefix') format('embedded-opentype'), url('../fonts/32697F_0_0.woff2') format('woff2'), url('../fonts/32697F_0_0.woff') format('woff'), url('../fonts/32697F_0_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Brandon Grotesque Bold';
  src: url('../fonts/32697F_1_0.eot');
  src: url('../fonts/32697F_1_0.eot?#iefix') format('embedded-opentype'), url('../fonts/32697F_1_0.woff2') format('woff2'), url('../fonts/32697F_1_0.woff') format('woff'), url('../fonts/32697F_1_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Brandon Grotesque Regular';
  src: url('../fonts/32697F_2_0.eot');
  src: url('../fonts/32697F_2_0.eot?#iefix') format('embedded-opentype'), url('../fonts/32697F_2_0.woff2') format('woff2'), url('../fonts/32697F_2_0.woff') format('woff'), url('../fonts/32697F_2_0.ttf') format('truetype');
}
@font-face {
  font-family: 'Brandon Grotesque Medium';
  src: url('../fonts/32697F_3_0.eot');
  src: url('../fonts/32697F_3_0.eot?#iefix') format('embedded-opentype'), url('../fonts/32697F_3_0.woff2') format('woff2'), url('../fonts/32697F_3_0.woff') format('woff'), url('../fonts/32697F_3_0.ttf') format('truetype');
}
/*=================================== !VARIABLES*/
/* =================== !COLOURS */
/* =================== !GRID */
/* =================== !MEDIA-QUERIES  */
/* =================== !SPEEDS */
/* =================== !EASINGS */
/* Swift Out */
/* =================== !FONT-STACKS */
/* ================================ !RESETS */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}
body {
  line-height: 1;
  background: #fff;
}
blockquote {
  quotes: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul {
  list-style-type: none;
}
address {
  font-style: normal;
}
a:hover,
a:active,
input,
textarea,
select,
button {
  outline: 0;
}
svg {
  width: 100%;
  height: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
input:first-line,
select:first-line {
  display: inline-block;
}
html,
button,
input,
select,
textarea {
  font-family: inherit;
  color: #222;
  font-size: 100%;
  line-height: 1;
}
label,
button,
input,
select,
textarea,
option {
  vertical-align: baseline;
  *vertical-align: middle;
  cursor: pointer;
  border-radius: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  *overflow: visible;
}
input[type="text"]:active,
input[type="text"]:focus,
textarea:active,
textarea:focus {
  cursor: text;
}
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea {
  background-clip: padding-box;
}
button[disabled],
input[disabled] {
  cursor: default;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
[hidden] {
  display: none;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
.broser-outdated {
  margin: 1em 0;
  background-color: #b00;
  color: #fff;
  padding: 1em 0;
  text-align: center;
}
.broser-outdated a {
  color: #fff;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  a[href^="#"]:after {
    content: "";
  }
  img {
    max-width: 100% !important;
  }
}
/* ================================ !UTILITY */
/* =================== !CLEARS */
.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.clear {
  clear: both;
}
.clear-left {
  clear: left;
}
.clear-right {
  clear: right;
}
/* =================== !ALIGNMENT */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.justify {
  text-align: justify;
}
.justify:after {
  content: "";
  display: inline-block;
  height: 0;
  width: 100%;
}
.alignleft {
  float: left;
}
.alignleftimg {
  margin: 0.5rem 2.4rem 1.2rem 0;
}
.alignright {
  float: right;
}
.alignrightimg {
  margin: 0.5rem 0 1.2rem 2.4rem;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.aligncenterimg {
  margin: 0.5rem auto 2.4rem;
}
/* =================== !GRID */
.w8 {
  width: 8.33%;
}
.w10 {
  width: 10%;
}
.w12 {
  width: 12.5%;
}
.w16 {
  width: 16.66666667%;
}
.w18 {
  width: 18.75%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.w23 {
  width: 23.34%;
}
.w26 {
  width: 26.66%;
}
.w30 {
  width: 30%;
}
.w33 {
  width: 33.33%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w66 {
  width: 66.66%;
}
.w75 {
  width: 75%;
}
.w80 {
  width: 80%;
}
.w100 {
  width: 100%;
}
.grid {
  font-size: 0;
}
.grid--pulled {
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
.grid > * {
  font-size: medium;
}
.grid__column {
  display: inline-block;
  vertical-align: top;
}
.grid__column--padded {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.iframe__container {
  position: relative;
  padding-top: 56.25%;
}
@media (max-width: 1024px) {
  .iframe__container {
    display: none;
  }
}
.vimeo__player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
/* ================================ !TYPOGRAPHY */
/* =================== !LINKS */
a {
  color: #30377C;
  text-decoration: none;
  outline: 0;
  transition: color 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
a:hover,
a:focus {
  color: #d4e5f7;
}
em {
  font-family: 'Freight Disp Pro Book Italic', Arial, sans-serif;
}
/* =================== !BASE-TYPE */
html {
  font-size: 62.5%;
}
body {
  font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
  color: #30377C;
  font-size: 1.6rem;
  line-height: 1.5;
}
/* =================== !HEADINGS */
h1,
h2,
h3,
h4,
h5,
h6,
.property-item__sale,
.pricing__list-head span {
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-bottom: 2.4rem;
  text-transform: uppercase;
}
h1.low,
h2.low,
h3.low,
h4.low,
h5.low,
h6.low {
  font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
  text-transform: none;
}
h1 > *:last-child,
h2 > *:last-child,
h3 > *:last-child,
h4 > *:last-child,
h5 > *:last-child,
h6 > *:last-child {
  padding-bottom: 0;
}
h1,
.h1 {
  font-size: 3.5rem;
}
h1.lrg,
.h1.lrg {
  font-size: 4rem;
}
@media (max-width: 768px) {
  h1.lrg,
  .h1.lrg {
    font-size: 3.5rem;
  }
}
h1.page-title,
.h1.page-title {
  font-size: 5.2rem;
  padding-bottom: 0;
}
h1.page-title.lrg,
.h1.page-title.lrg {
  font-size: 7.2rem;
}
@media (max-width: 1024px) {
  h1.page-title.lrg,
  .h1.page-title.lrg {
    font-size: 6rem;
  }
}
@media (max-width: 768px) {
  h1.page-title.lrg,
  .h1.page-title.lrg {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  h1.page-title.lrg,
  .h1.page-title.lrg {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  h1.page-title,
  .h1.page-title {
    font-size: 4rem;
  }
}
@media (max-width: 480px) {
  h1.page-title,
  .h1.page-title {
    font-size: 3rem;
  }
}
@media (max-width: 768px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: 3.3rem;
}
h2.page-subtitle,
.h2.page-subtitle {
  font-family: 'Freight Disp Pro Book Italic', Arial, sans-serif;
  letter-spacing: 0.01em;
  padding-bottom: 0;
  padding-top: 2.4rem;
  text-transform: none;
}
h3,
.h3 {
  font-size: 2.8rem;
  letter-spacing: 0.01em;
}
h3.heavy,
.h3.heavy,
h3--heavy,
.h3--heavy {
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 2.2rem;
  }
}
h4,
.h4,
.property-item__sale {
  font-size: 2rem;
}
h5,
.h5,
.pricing__list-head span {
  font-size: 1.8rem;
  letter-spacing: 0.12em;
}
h6,
.h6 {
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  margin-top: 4.4rem;
}
p {
  line-height: 1.6;
  padding-bottom: 2.4rem;
}
hr {
  border-bottom: 0;
  border-color: #D5D5D5;
  margin: 0 auto;
  max-width: 34rem;
  opacity: 0.5;
}
.f--exclusive {
  background-color: #3280A2;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  letter-spacing: 0.2em;
  line-height: 1;
  padding: 1rem;
  text-transform: uppercase;
}
.f--up {
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.f--center {
  text-align: center;
}
.btn {
  background-color: transparent;
  border: 0.1rem solid #30377C;
  border-radius: 0.4rem;
  color: #30377C;
  display: table;
  font-family: 'Brandon Grotesque Medium', Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 2.4rem;
  padding: 2rem 5rem 1.8rem 2.8rem;
  position: relative;
  text-transform: uppercase;
  transition: background-color 0.25s cubic-bezier(0.55, 0, 0.1, 1), color 0.25s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  vertical-align: top;
  width: auto;
}
.btn--large {
  padding: 2.5rem 7.2rem 2.3rem 3.8rem;
}
.btn--large:before,
.btn--large:after {
  right: 3.6rem;
}
@media (max-width: 768px) {
  .btn--large {
    padding: 2rem 5rem 1.8rem 2.8rem;
  }
}
.btn:before,
.btn:after {
  background-image: url('../images/icon-btn-arrow-blue.svg');
  content: "";
  height: 1.3rem;
  position: absolute;
  right: 2.6rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  width: 0.6rem;
}
.btn:before {
  background-image: url('../images/icon-btn-arrow.svg');
  opacity: 0;
}
.btn:hover {
  background-color: #30377C;
  color: #fff;
}
.btn:hover:before {
  opacity: 1;
}
.btn:hover:after {
  opacity: 0;
}
.btn.opac {
  border-color: #fff;
  color: #fff;
}
.btn.opac:before {
  display: none;
}
.btn.opac:after {
  background-image: url('../images/icon-btn-arrow.svg');
}
.btn.opac:hover {
  background-color: transparent;
  opacity: 0.5;
}
.btn.opac:hover:after {
  opacity: 1;
}
.btn.blue {
  background-color: #30377C;
  border: none;
  color: #fff;
}
.btn.blue:before {
  display: none;
}
.btn.blue:after {
  background-image: url('../images/icon-btn-arrow.svg');
}
.btn.blue:hover {
  background-color: #292f6a;
}
.btn.blue:hover:after {
  opacity: 1;
}
.btn.centered {
  margin: 0 auto;
}
/* =================== !ARTICLES */
article blockquote {
  font-style: italic;
  padding: 2.4rem;
  margin-bottom: 2.4rem;
}
article blockquote > p {
  margin-bottom: 0;
}
article ul,
article ol {
  padding-left: 2.4rem;
  margin: 2.4rem 0;
  list-style-position: outside;
  list-style-type: disc;
}
article ol {
  list-style-type: decimal;
}
article li {
  margin: 1.2rem 0;
}
/* =================== !WORDPRESS */
.wp-caption {
  max-width: 100% !important;
  margin-bottom: 2.4rem;
}
.wp-caption > a {
  display: block;
}
.wp-caption-text {
  text-align: center;
  font-size: 80%;
  margin: 0.5rem 0;
}
/* ================================ !BASE STYLES */
/* =================== !SELECTION */
::-moz-selection {
  background: #ACE;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #ACE;
  color: #fff;
  text-shadow: none;
}
/* =================== !FORMS */
.field {
  position: relative;
}
.field--select label {
  display: inline-block;
  font-size: 1.5rem;
  padding-left: 0;
  text-align: left;
}
label,
textarea,
[type="text"],
[type="email"],
[type="tel"],
[type="url"],
[type="number"],
[type="date"],
[type="password"],
[type="search"],
.field__label,
.field__input {
  border: none;
  border-radius: 0.4rem;
  color: #30377C;
  font-family: 'Brandon Grotesque Medium', Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  padding: 2rem 3.6rem 1.8rem 3.6rem;
  position: relative;
  text-transform: uppercase;
  vertical-align: top;
  width: 100%;
  -webkit-appearance: none;
}
label.low,
textarea.low,
[type="text"].low,
[type="email"].low,
[type="tel"].low,
[type="url"].low,
[type="number"].low,
[type="date"].low,
[type="password"].low,
[type="search"].low,
.field__label.low,
.field__input.low {
  font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
  letter-spacing: 0;
  text-transform: none;
}
@media (max-width: 768px) {
  label,
  textarea,
  [type="text"],
  [type="email"],
  [type="tel"],
  [type="url"],
  [type="number"],
  [type="date"],
  [type="password"],
  [type="search"],
  .field__label,
  .field__input {
    padding: 1.5rem 2rem 1.2rem 2rem;
  }
}
[type="search"] {
  border-radius: 0 !important;
}
textarea {
  resize: none;
}
textarea,
.field--textarea label {
  min-height: 10rem;
}
.field__label {
  pointer-events: none;
  position: absolute;
  transition: 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 2;
}
.field__label.is-focused {
  opacity: 0;
}
.field__input {
  background-color: #fff;
}
label.error {
  color: inherit;
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
  padding: 0;
  position: relative;
  right: 0;
  text-align: right;
}
.field--range {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.field__range {
  width: 100%;
  margin-bottom: 2.4rem;
}
.field__range .noUi-handle {
  border-radius: 50%;
  background-color: #fff;
}
.field__range.noUi-horizontal {
  height: 1px;
}
.field__range .noUi-connects {
  background-color: #D5D5D5;
  overflow: visible;
}
.field__range .noUi-connects:before,
.field__range .noUi-connects:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #D5D5D5;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.field__range .noUi-connects:after {
  right: auto;
  left: 0;
}
.field__range .noUi-connect {
  height: 3px;
  margin-top: -1px;
  background-color: #fff;
}
.field__range-min {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.field__range-max {
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}
.field__range-min,
.field__range-max {
  display: inline-block;
  font-size: 1.4rem;
  color: #D5D5D5;
  color: #B1B1B0;
}
/* =================== !BUTTONS */
.button {
  display: inline-block;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid currentColor;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.08em;
  padding: 1.4rem 2.4rem 1.2rem;
  border-radius: 4px;
  line-height: 1;
}
.button:hover,
.button:focus {
  background-color: #30377C;
  color: #fff;
}
.button--has-icon {
  padding-left: 5rem;
}
.button--has-icon svg {
  display: inline-block;
  width: 4px;
  height: 7px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 2rem;
}
.button--has-icon polygon {
  fill: currentColor;
}
/* =================== !TABLES */
/* ================================= !CONTENTS

    CSS used for plugins, adding here means it's
    easily overwritten in main.less.

    !NOUISLIDER
    !PIKADAY
    !FANCY-SELECT
    !LIGHT-SLIDER
    !LEAFLET
    !FONT-AWESOME
    !FLATPICKR

=========================================== */
/* ================================ !NOUISLIDER */
/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 20px;
  height: 20px;
  left: 50%;
  transform: translateX(-50%);
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: 0;
  left: auto;
  outline: 0;
  cursor: pointer;
  transition: transform 0.05s linear, background 0.1s linear;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle.noUi-handle-lower {
  right: -20px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle:hover {
  background: #A4C6D3;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
}
.noUi-connects {
  background: #000;
}
.noUi-connect {
  background: #000;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  cursor: default;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
/* ================================ !PIKADAY */
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #30377C;
  background: #fff;
  font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
  margin-top: -0.4rem;
  padding-top: 0.4rem;
}
/*
clear child float (pika-lendar), using the famous micro clearfix hack
http://nicolasgallagher.com/micro-clearfix-hack/
*/
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single {
  *zoom: 1;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-single thead {
  border-bottom: #D5D5D5 solid 1px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  color: #30377C;
  margin: 0;
  padding: 5px 3px;
  font-size: 1.2rem;
  font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
  text-transform: uppercase;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  font-size: 0;
  width: 10px;
  height: 30px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url('../images/icon-slide-left-blue.svg');
  *left: 0;
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url('../images/icon-slide-right-blue.svg');
  *right: 0;
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: 0.2;
}
.pika-select {
  display: inline-block;
  *display: inline;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.28571429%;
  padding: 0;
}
.pika-table th {
  color: #30377C;
  font-size: 1rem;
  line-height: 25px;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 8px 5px 3px;
  position: relative;
  font-size: 1rem;
  line-height: 15px;
  text-align: center;
  background: transparent;
  transition: color 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.pika-button:before {
  background-color: #30377C;
  border-radius: 50%;
  content: "";
  height: 2rem;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  width: 2rem;
  z-index: -1;
}
.pika-button:hover {
  color: #fff;
  box-shadow: none;
}
.pika-button:hover:before {
  opacity: 1;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-selected .pika-button {
  color: #fff;
}
.is-selected .pika-button:before {
  opacity: 1;
}
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: 0.3;
}
/* styling for abbr */
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}
/* =========================================== */
/* ================================ !FANCY-SELECT */
div.fancy-select {
  color: #30377C;
  display: inline-block;
  font-family: 'Brandon Grotesque Medium', Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
div.fancy-select.disabled {
  opacity: 0.5;
}
div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}
div.fancy-select div.trigger {
  background-color: #fff;
  border-radius: 0.4rem;
  color: #30377C;
  cursor: pointer;
  overflow: hidden;
  padding: 2.5rem 6.2rem 2.3rem 2.6rem;
  position: relative;
  text-overflow: ellipsis;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  white-space: nowrap;
  width: 100%;
}
div.fancy-select div.trigger:after {
  content: "";
  background-image: url('../images/icon-arrow-d.svg');
  display: block;
  height: 0.6rem;
  opacity: 0.5;
  position: absolute;
  right: 1.6rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  width: 1.3rem;
}
div.fancy-select:hover div.trigger:after {
  opacity: 1;
}
div.fancy-select div.trigger.open {
  box-shadow: none;
}
div.fancy-select div.trigger.open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
div.fancy-select ul.options {
  background: #fff;
  height: auto !important;
  left: 0;
  list-style: none;
  margin: 0;
  max-height: 40rem;
  opacity: 0;
  overflow: auto;
  position: absolute;
  padding: 0;
  padding-top: 0.4rem;
  top: 40px;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1), top 0.25s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  visibility: hidden;
  width: 100%;
  z-index: -1;
}
div.fancy-select ul.options:before {
  border-top: 1px solid #E2E2E2;
  content: "";
  height: 0;
  position: absolute;
  top: 0.4rem;
  width: 100%;
}
@media (max-width: 768px) {
  div.fancy-select ul.options {
    z-index: 10;
  }
}
div.fancy-select ul.options.open {
  opacity: 1;
  top: 95%;
  top: calc(100% - .4rem);
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1), top 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  visibility: visible;
  z-index: 222;
}
div.fancy-select ul.options.overflowing {
  bottom: 40px;
  top: auto;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1), bottom 0.25s cubic-bezier(0.55, 0, 0.1, 1), visibility 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
div.fancy-select ul.options.overflowing.open {
  bottom: 50px;
  top: auto;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1), bottom 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
div.fancy-select ul.options li {
  color: #30377C;
  cursor: pointer;
  line-height: 1.2;
  padding: 1.2rem 3.6rem 1rem;
  transition: all 0.25s/2 cubic-bezier(0.55, 0, 0.1, 1);
}
div.fancy-select ul.options li.selected {
  background-color: #30377C !important;
  color: #fff !important;
}
@media (max-width: 768px) {
  div.fancy-select ul.options li.selected {
    background-color: transparent !important;
    color: #30377C !important;
  }
}
div.fancy-select ul.options li.hover {
  background: #30377C;
  color: #fff;
}
/* ================================ //  */
/* ================================ !LIGHT-SLIDER */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  transition-property: height, -webkit-transform;
  transition-property: transform,height;
  transition-property: transform, height, -webkit-transform;
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  transition-delay: 0s;
  transition-duration: inherit !important;
  transition-property: opacity;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  font-size: 1.2rem;
  left: 50%;
  margin-left: 8rem;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 2.4rem;
}
@media (max-width: 880px) {
  .lSSlideOuter .lSPager.lSpg {
    left: 0;
    top: 42rem;
  }
}
@media (max-width: 768px) {
  .lSSlideOuter .lSPager.lSpg {
    margin-left: 2.4rem;
  }
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li:first-child {
  padding-left: 0;
}
.lSSlideOuter .lSPager.lSpg > li:last-of-type {
  padding-right: 0;
}
.lSSlideOuter .lSPager.lSpg > li a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  transition: color 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 99;
}
.lSSlideOuter .lSPager.lSpg > li a:before {
  content: "0";
}
.lSSlideOuter .lSPager.lSpg > li a:after {
  content: ".";
}
.lSSlideOuter .lSPager.lSpg > li:hover a {
  color: #222757;
  text-decoration: underline;
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  color: #30377C;
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  text-decoration: underline;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url('../img/controls.png');
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* ================================ //  */
/* ================================ !LEAFLET */
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-map-pane svg,
.leaflet-map-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;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: 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;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-drag {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-tile {
  -webkit-filter: inherit;
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  box-sizing: border-box;
  z-index: 800;
}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.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: 400;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 400;
  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;
  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 {
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
/* cursors */
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-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;
}
/* 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 {
  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);
}
.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: #A4C6D3;
}
.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:last-child {
  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;
}
/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-control-zoom-out {
  font-size: 20px;
}
.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px;
}
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px;
}
/* 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/layers.png);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/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;
  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/marker-icon.png);
}
/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  display: none;
  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;
  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;
  width: 20rem;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: -1px;
  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);
  -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.6rem;
  right: 0.6rem;
  border: none;
  text-align: center;
  width: 10px;
  height: 10px;
  font-size: 0;
  background-image: url('../images/icon-close-white.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.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;
}
/* ================================ //  */
/* ================================ !FLATPICKR */
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}
.flatpickr-months {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  left: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
      /*rtl:begin:ignore*/
  /*
      */
  right: 0;
  /*
      /*rtl:end:ignore*/
  /*
      */
}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-ms-clear {
  display: none;
}
.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}
.flatpickr-days:focus {
  outline: 0;
}
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}
.flatpickr-day.today {
  border-color: #959ea9;
}
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}
.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}
.flatpickr-day.hidden {
  visibility: hidden;
}
.rangeMode .flatpickr-day {
  margin-top: 1px;
}
.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}
.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}
.flatpickr-input[readonly] {
  cursor: pointer;
}
@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/* ================================ //  */
/* ================================ !FONT-AWESOME */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  font-display: swap;
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
#mfPreviewBar {
  /* Remove*/
  display: none !important;
}
/* ================================ !BASE */
body {
  width: 100%;
  transition: opacity 0.5s 0.2s linear;
}
body.loaded {
  opacity: 1 !important;
}
@media (min-width: 1025px) {
  body.enquiry-open {
    overflow: hidden;
  }
}
.site-wrap {
  background-color: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.wrap {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.wrap--inset {
  padding-left: 10.8rem;
  padding-right: 10.8rem;
}
@media (max-width: 1024px) {
  .wrap--inset {
    padding-left: 7.2rem;
    padding-right: 7.2rem;
  }
}
@media (max-width: 768px) {
  .wrap--inset {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.container {
  max-width: 126.8rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.container--no-padding,
.container.grid {
  padding-left: 0;
  padding-right: 0;
}
.container--narrow {
  max-width: 80rem;
}
/* ================================ !HEADER */
.main-nav {
  display: inline-block;
  height: auto;
  pointer-events: none;
  position: relative;
  text-transform: uppercase;
  top: 3.2em;
  width: calc(50% - 8.65rem);
  z-index: 2;
}
.main-nav li {
  display: inline-block;
}
.main-nav li a {
  cursor: pointer;
  font-size: 1.3rem;
  letter-spacing: 0.15em;
  pointer-events: all;
  position: relative;
}
.main-nav li a:before {
  background-color: #A4C6D3;
  bottom: -0.2rem;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: width 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  width: 0;
  user-select: none;
  pointer-events: none;
}
.main-nav li a:hover {
  color: #30377C;
}
.main-nav li a:hover:before {
  width: 100%;
}
@media (max-width: 1240px) {
  .main-nav li a span {
    display: none;
  }
}
@media (max-width: 1024px) {
  .main-nav li a span {
    display: inline;
  }
}
.main-nav li.menu-item-has-children {
  pointer-events: all;
  padding: 0 0 20px;
}
.main-nav li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  user-select: auto;
  pointer-events: auto;
}
.main-nav li.menu-item-has-children:hover .sub-menu li a {
  user-select: auto;
  pointer-events: auto;
}
.main-nav li .sub-menu {
  position: absolute;
  right: 0;
  top: 40px;
  width: calc(100vw - 21.6rem);
  padding: 5.2rem 0;
  opacity: 0;
  transition: opacity 0.3s;
  user-select: none;
  pointer-events: none;
}
.main-nav li .sub-menu:before {
  content: ' ';
  position: absolute;
  background: white;
  top: 0;
  left: -10.8rem;
  width: 100vw;
  height: 100%;
}
.main-nav li .sub-menu li {
  position: relative;
  display: block;
  margin: 0 0 3rem auto;
  text-align: right;
}
.main-nav li .sub-menu li:last-child {
  margin: 0 0 0 auto;
}
.main-nav li .sub-menu li a {
  font-size: 2.8rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
  user-select: none;
  pointer-events: none;
  transition: color 0.3s;
}
.main-nav li .sub-menu li a:hover {
  color: #d4e5f7;
}
.main-nav li .sub-menu li a:before {
  display: none;
}
@media (max-width: 1024px) {
  .main-nav li .sub-menu li a {
    font-size: 2.2rem;
  }
}
.main-nav--left {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.main-nav--right {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
@media (max-width: 1024px) {
  .main-nav--right {
    display: inline-block;
  }
}
@media (max-width: 1024px) {
  .main-nav {
    top: 4.8em;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .main-nav {
    display: none;
  }
}
.main-nav .search-form {
  margin: 0;
  width: 18rem;
  top: -0.2rem;
  margin-left: 32px;
  pointer-events: auto;
}
.main-nav .search-form input[type="search"] {
  padding: 0;
  height: 3rem;
  color: #30377C;
  border-bottom: 1px solid #30377C;
}
.main-nav .search-form input[type="search"]::placeholder {
  color: #30377C;
}
.main-nav .search-form input[type="submit"] {
  width: 2rem;
  height: 2.5rem;
}
@media screen and (max-width: 1350px) {
  .main-nav .search-form {
    display: none;
  }
}
.main-nav__menu {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  gap: 32px;
}
.main-nav__menu#menu-main-menu-left {
  justify-content: start;
}
@media (max-width: 1024px) {
  .main-nav__menu#menu-main-menu-left {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.main-nav__menu#menu-main-menu-right {
  justify-content: end;
}
@media (max-width: 1024px) {
  .main-nav__menu#menu-main-menu-right {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 1024px) {
  .main-nav__menu {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.menu-item--subnav a {
  padding-right: 1rem;
  position: relative;
}
.menu-item--subnav a:after {
  content: "+";
  height: 0.6rem;
  line-height: 0.9;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0.1rem;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  width: 0.6rem;
}
.is-open.menu-item--subnav a:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.site-header {
  background-color: #fff;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 10.2rem;
  position: relative;
  z-index: 451;
}
@media screen and (max-width: 1500px) {
  .site-header {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 768px) {
  .site-header {
    height: 8rem;
  }
}
.site-header__logo {
  display: inline-block;
  height: 4.8rem;
  margin: 2.7rem 0 0;
  width: 17.3rem;
}
@media (max-width: 1024px) {
  .site-header__logo {
    height: 3.5rem;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 2rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 12.7rem;
  }
}
.site-header__touch-menu-icon {
  bottom: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
}
.site-header__touch-menu-icon div {
  position: absolute;
  height: 2.4rem;
  left: 2.4rem;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.site-header__touch-menu-icon span {
  background-color: #A4C6D3;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.site-header__touch-menu-icon span:nth-child(2) {
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: left 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.site-header__touch-menu-icon span:nth-child(3) {
  bottom: 0;
}
.site-header__touch-menu-icon.is-open span:nth-child(2) {
  left: 0;
}
@media (max-width: 768px) {
  .site-header__touch-menu-icon {
    display: block;
  }
}
/* =================== !NAVIGATION */
/* ================================ !FOOTER */
.pre-footer {
  background-color: #282842;
  color: rgba(255, 255, 255, 0.2);
  font-family: 'Brandon Grotesque Medium', Arial, sans-serif;
  font-size: 1.2rem;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  letter-spacing: 0.12em;
  line-height: 1;
  padding-bottom: 5.2rem;
  padding-top: 8rem;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.pre-footer:before {
  background-color: #282842;
  background-image: url('../images/pattern-tiles.jpg');
  background-position: center center;
  background-repeat: repeat;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.pre-footer a {
  color: rgba(255, 255, 255, 0.4);
}
.pre-footer a:hover {
  color: #A4C6D3;
}
@media (max-width: 830px) {
  .pre-footer {
    display: block;
    padding-bottom: 4.4rem;
    padding-top: 4.4rem;
  }
}
.pre-footer.is-fixed {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}
@media (max-width: 1024px) {
  .pre-footer.is-fixed {
    position: relative;
  }
}
.no-flexbox .pre-footer.is-fixed {
  position: relative !important;
}
.pre-footer__nav {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.pre-footer__nav li {
  padding: 0.8rem 0;
}
@media (max-width: 830px) {
  .pre-footer__nav {
    display: inline-block;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    width: 40%;
  }
}
@media (max-width: 480px) {
  .pre-footer__nav {
    width: 100%;
  }
}
.pre-footer__logo {
  display: block;
  height: 11rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 24rem;
}
.pre-footer__logo path {
  fill: rgba(255, 255, 255, 0.4);
}
@media (max-width: 830px) {
  .pre-footer__logo {
    height: 8.2rem;
    margin-bottom: 2.4rem;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    top: 0;
    -webkit-transform: translateX(-50%) translateY(0);
    -ms-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
    width: 18rem;
  }
}
.pre-footer__contact {
  text-align: right;
}
.pre-footer__contact a {
  display: block;
  margin-bottom: 3.6rem;
}
.pre-footer__contact a.num-link,
.pre-footer__contact a.email-link {
  font-size: 1.6rem;
  text-transform: lowercase;
}
@media (max-width: 830px) {
  .pre-footer__contact a.num-link,
  .pre-footer__contact a.email-link {
    font-size: 1.2rem;
  }
}
.pre-footer__contact a.social-link {
  display: inline-block;
  font-size: 2.4rem;
  margin-left: 2.4rem;
}
@media (max-width: 830px) {
  .pre-footer__contact a.social-link {
    margin-left: 0;
    margin-right: 2.4rem;
  }
}
@media (max-width: 830px) {
  .pre-footer__contact a {
    margin-bottom: 0;
    padding: 0.8rem 0;
  }
}
@media (max-width: 830px) {
  .pre-footer__contact {
    display: inline-block;
    float: right;
    vertical-align: top;
    width: 40%;
  }
}
@media (max-width: 480px) {
  .pre-footer__contact {
    float: none;
    text-align: left;
    width: 100%;
  }
}
.pre-footer__cards {
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 830px) {
  .pre-footer__cards {
    padding-top: 20px;
  }
}
@media (max-width: 480px) {
  .pre-footer__cards {
    justify-content: flex-start;
  }
}
.pre-footer__cards img {
  margin-left: 4px;
  margin-right: 4px;
  width: 23px;
  height: 18px;
}
.footer-fix-wrap {
  bottom: 0;
  left: 0;
  position: relative;
  right: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .footer-fix-wrap {
    position: relative;
  }
}
.site-footer {
  color: #999;
  font-family: 'Brandon Grotesque Medium', Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 4.4rem 2.4rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 960px) {
  .site-footer {
    text-align: left;
  }
}
.site-footer .copyright {
  line-height: 1.8;
}
@media (max-width: 960px) {
  .site-footer .copyright {
    display: block;
    padding-top: 2.4rem;
  }
}
.site-footer.is-fixed {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  background-color: #fff;
  z-index: 1;
}
@media (max-width: 1024px) {
  .site-footer.is-fixed {
    position: relative;
  }
}
.no-flexbox .site-footer.is-fixed {
  position: relative;
}
.footer-nav {
  display: inline-block;
  margin-right: 5.2rem;
}
.footer-nav li {
  display: inline-block;
  margin-right: 5.2rem;
}
.footer-nav li a {
  color: #999;
}
.footer-nav li a:hover {
  color: #A4C6D3;
}
@media (max-width: 768px) {
  .footer-nav li {
    display: block;
    padding: 0.8rem 0;
  }
}
/* ================================ !OBJECTS */
/* ================ !CALLBACK */
.callback-outer {
  padding: 25px;
}
.callback {
  text-align: center;
  max-width: 92.8rem;
  margin: 0 auto;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 5px;
  color: #fff;
  background-color: #30377C;
}
.callback:hover,
.callback.callback--active {
  border-color: #D5D5D5;
  color: #30377C;
  background-color: transparent;
}
.callback__trigger {
  margin-top: 0;
  padding: 1.3rem;
  padding-bottom: 1rem;
  font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
  display: block;
  cursor: pointer;
  color: #fff;
  background-color: #30377C;
  border-radius: 5px;
}
@media (max-width: 480px) {
  .callback__trigger {
    font-size: 1.1rem;
  }
}
.callback__trigger:hover,
.callback--active .callback__trigger {
  color: #30377C;
  background-color: transparent;
}
.callback__trigger svg {
  display: inline-block;
  width: auto;
  height: 12px;
  position: relative;
  margin: 0 2vw;
  transform: rotate(90deg);
  transition: all 0.35s ease;
}
@media (max-width: 580px) {
  .callback__trigger svg {
    left: auto;
    margin-left: 2rem;
  }
}
.callback--active .callback__trigger svg {
  transform: rotate(-90deg);
}
.callback__trigger polygon {
  fill: currentColor;
}
.callback__body {
  height: 0;
  overflow: hidden;
  padding-left: 5.5rem;
  padding-right: 5.5rem;
  text-align: left;
}
@media (max-width: 680px) {
  .callback__body {
    padding-left: 1.3rem;
    padding-right: 1.3rem;
  }
}
.callback__column {
  padding-top: 4rem;
}
@media (max-width: 680px) {
  .callback__column {
    width: 100%;
    padding-top: 2rem;
  }
  .callback__column br {
    display: none;
  }
}
.callback__content h4 {
  padding-bottom: 0;
  margin-bottom: 1.3rem;
}
.callback__form label {
  padding: 0;
  color: currentColor;
  display: block;
  margin-bottom: 0.5rem;
}
.callback__form input,
.callback__form .trigger {
  padding: 1.2rem !important;
  border: 1px solid #D5D5D5;
}
.callback__form br {
  display: none;
}
.callback__form p {
  padding-bottom: 0;
}
.callback__form form > div {
  padding-bottom: 1.2rem;
}
.callback__form .btn {
  margin-top: 1.2rem;
  display: block;
  width: 100%;
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.callback__form div.wpcf7-response-output {
  margin: 0;
  margin-bottom: 2rem;
  border: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .callback__form .grid__column {
    width: 100%;
  }
  .callback__form .grid__column:first-child {
    padding-bottom: 1.2rem;
  }
}
.callback__form div.fancy-select ul.options {
  max-height: 10rem;
}
/* ================ !BLOG-FEED */
.blog-feed {
  padding-top: 7rem;
  padding-bottom: 13rem;
  position: relative;
}
@media (max-width: 480px) {
  .blog-feed {
    padding-top: 4.5rem;
    background-color: #F8FAFB;
  }
}
.blog-feed .lSSlideOuter .lSPager.lSpg {
  font-size: 0;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.4rem;
  margin: auto;
}
.blog-feed .lSSlideOuter .lSPager.lSpg li {
  padding: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: inline-block;
  margin: 0 9px;
  transition: 0.2s ease;
}
.blog-feed .lSSlideOuter .lSPager.lSpg li:hover,
.blog-feed .lSSlideOuter .lSPager.lSpg li.active {
  background-color: currentColor;
  transform: scale(1.7);
}
.blog-feed__post {
  display: block;
}
.blog-feed__post:hover {
  color: inherit;
}
.blog-feed__post img {
  display: block;
  width: 100%;
  margin-bottom: 4.5rem;
}
.blog-feed__title {
  margin-bottom: 6rem;
  padding-bottom: 0;
  line-height: 1;
}
.blog-feed__heading {
  padding-bottom: 0;
  margin-bottom: 3rem;
}
.blog-feed__date {
  display: block;
  margin-bottom: 3.5rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
/* ================ !MODAL */
.s--modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background-color: #30377C;
  color: #fff;
  padding: 4.8rem;
  box-shadow: 0 0 2000px 2000px rgba(0, 0, 0, 0.4);
  z-index: 800;
  display: none;
  opacity: 0;
  pointer-events: none;
}
.modal__close {
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 13px;
  height: 11px;
  cursor: pointer;
  transition: 0.2s linear;
}
.modal__close:hover {
  opacity: 0.5;
}
/* Header Bar*/
.header-bar {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 42rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .header-bar {
    height: auto;
  }
}
.header-bar--search {
  height: 65rem;
  overflow: visible;
  display: block;
}
@media only screen and (max-width: 1300px) {
  .header-bar--search {
    height: 55rem;
    min-height: 55rem !important;
  }
}
@media (max-width: 768px) {
  .header-bar--search {
    height: auto;
  }
}
.header-bar--contact {
  height: 54.5rem;
}
@media (max-width: 1024px) {
  .header-bar--contact {
    height: 42rem;
  }
}
@media (max-width: 768px) {
  .header-bar--contact {
    height: auto;
  }
}
.header-bar--property-gallery {
  height: 66.74vw;
  max-height: calc(100vh - 18.9rem);
  display: block;
}
.header-bar--property-gallery li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .header-bar--property-gallery {
    height: 42rem;
    padding: 0;
  }
}
.header-bar .lSSlideOuter,
.header-bar .lSSlideWrapper,
.header-bar .lightSlider,
.header-bar ul {
  height: 100% !important;
  padding-bottom: 0 !important;
}
.header-bar li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}
.header-bar li img {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
body.home .header-bar__content {
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 768px) {
  body.home .header-bar__content {
    top: unset;
    transform: translateX(-50%) translateY(0);
  }
}
.header-bar__content {
  color: #fff;
  max-width: 100rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}
.header-bar__content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .header-bar__content .page-subtitle {
    font-size: 2.8rem;
  }
}
.header-bar--contact .header-bar__content {
  top: 30%;
  top: calc(50% - 6.25rem);
  position: absolute;
}
@media (max-width: 1024px) {
  .header-bar--contact .header-bar__content {
    top: 50%;
  }
}
@media (max-width: 768px) {
  .header-bar__content {
    padding-bottom: 8rem;
    padding-top: 8rem;
    position: relative;
    top: 0;
    max-width: 60rem;
  }
}
@media (max-width: 480px) {
  .header-bar__content {
    padding-bottom: 3.6rem;
    padding-top: 3.6rem;
  }
}
@media (max-width: 768px) {
  .header-bar__wrap {
    padding: 0;
  }
}
.header-bar__content--video.is-hidden {
  opacity: 0;
}
.header-bar__video {
  background-color: #fff;
  background-size: cover !important;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.header-bar__video video {
  transition: opacity 0.7s cubic-bezier(0.55, 0, 0.1, 1);
}
.header-bar__video video.is-hidden {
  opacity: 0;
}
@media (max-width: 768px) {
  .header-bar__video video {
    display: none;
  }
}
.no-objectfit .header-bar__video video {
  display: none;
}
.header-bar__video div {
  background-size: cover !important;
}
.header-bar__bg {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  width: 100%;
}
/* With Slider*/
.header-bar__slider-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  z-index: 10;
}
.header-bar__slider-arrow--left {
  left: 4.8rem;
}
@media (max-width: 768px) {
  .header-bar__slider-arrow--left {
    left: 2.4rem;
  }
}
.header-bar__slider-arrow--right {
  right: 4.8rem;
}
@media (max-width: 768px) {
  .header-bar__slider-arrow--right {
    right: 2.4rem;
  }
}
.header-bar__slider-arrow.is-hidden {
  display: none;
}
@media (max-width: 768px) {
  .header-bar__slider-arrow {
    width: 1.2rem;
  }
}
/* Submenus*/
.main-submenu,
.locations-submenu {
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  transition: visibility 0s;
  z-index: 450;
}
.main-submenu.is-hidden,
.locations-submenu.is-hidden {
  pointer-events: none;
  transition: visibility 0s 0.6s;
  visibility: hidden;
}
.locations-submenu__locations {
  position: relative;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.1s;
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.1s, -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.1s;
  z-index: 450;
}
.is-hidden .locations-submenu__locations {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.locations-submenu__locations a {
  font-size: 0;
}
.locations-submenu__locations a:hover .locations-submenu__location:before {
  opacity: 0.63;
}
.locations-submenu__location {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20vw;
  position: relative;
}
.locations-submenu__location:before {
  background-color: #000;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0.23;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  will-change: transform;
  z-index: 2;
}
.locations-submenu__location-name {
  color: #fff;
  font-family: 'Brandon Grotesque Medium', Arial, sans-serif;
  font-size: 1.4rem;
  left: 0;
  letter-spacing: 0.12em;
  line-height: 1.2;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  z-index: 4;
}
.main-submenu__background,
.locations-submenu__background {
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 10.2rem;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 46;
}
.is-hidden .main-submenu__background,
.is-hidden .locations-submenu__background {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.1s;
}
.main-submenu__background.is-scrolled,
.locations-submenu__background.is-scrolled {
  top: 0;
}
@media (max-width: 768px) {
  .main-submenu__background,
  .locations-submenu__background {
    top: 8rem;
  }
}
/* Submenu only*/
.main-submenu {
  text-align: right;
}
.main-submenu__wrap {
  background-color: #fff;
  opacity: 1;
  padding-bottom: 5.2rem;
  padding-top: 5.2rem;
  position: relative;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.1s;
  z-index: 47;
}
.is-hidden .main-submenu__wrap {
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 768px) {
  .main-submenu__wrap {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
  }
}
.main-submenu__secondary-nav li {
  margin-bottom: 3rem;
}
.main-submenu__secondary-nav li.hide-desktop {
  display: none;
}
@media (max-width: 768px) {
  .main-submenu__secondary-nav li.hide-desktop {
    display: block;
  }
}
@media (max-width: 768px) {
  .main-submenu__secondary-nav li {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
}
.main-submenu__tertiary-nav {
  padding-bottom: 4.4rem;
}
.main-submenu__tertiary-nav li {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.12em;
  padding-left: 2.4rem;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .main-submenu__tertiary-nav li {
    display: block;
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 768px) {
  .main-submenu__tertiary-nav {
    padding-bottom: 2.4rem;
  }
}
.main-submenu__contact {
  padding-bottom: 2.4rem;
}
.main-submenu__contact li {
  font-size: 1.7rem;
  letter-spacing: 0.12em;
  padding-bottom: 2.4rem;
}
.main-submenu__contact li span {
  display: inline-block;
  padding-right: 0.4rem;
  text-transform: uppercase;
}
.main-submenu__contact li:last-of-type {
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .main-submenu__contact {
    display: none;
  }
}
.main-submenu__social li {
  display: inline-block;
  font-size: 2.6rem;
  padding-left: 2.4rem;
}
/* General Search Form*/
.search-form {
  position: relative;
  margin-bottom: 5.2rem;
}
.search-form [type="search"],
.search-form [type="submit"] {
  height: 5.6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 768px) {
  .search-form [type="search"],
  .search-form [type="submit"] {
    height: 4rem;
  }
}
.search-form [type="search"] {
  background-color: transparent;
  border-bottom: 2px solid #30377C;
  color: #30377C;
  max-width: 100%;
  padding: 1.4rem 4.8rem 1rem 2.4rem;
  position: relative;
  transition: border-bottom-color 0.5s cubic-bezier(0.55, 0, 0.1, 1), color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  width: 30rem;
  z-index: 1;
}
.search-form [type="search"]:hover,
.search-form [type="search"]:focus {
  border-color: #A4C6D3;
  color: #A4C6D3;
}
@media (max-width: 768px) {
  .search-form [type="search"] {
    padding: 1rem 4.8rem 0.6rem 0.6rem;
  }
}
.search-form [type="submit"] {
  background-color: transparent;
  background-image: url('../images/icon-search.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75%;
  border: none;
  bottom: 0.2rem;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  width: 3.5rem;
  z-index: 2;
}
.search-form [type="submit"]:hover,
.search-form [type="submit"]:focus {
  opacity: 0.2;
}
@media (max-width: 768px) {
  .search-form [type="submit"] {
    background-size: 50%;
  }
}
@media (max-width: 768px) {
  .search-form {
    margin-top: 2.4rem;
  }
}
/* 50/50 Elements*/
.fifty-fifty-elements--home {
  padding-top: 5.2rem;
}
.fifty-fifty-elements h1 {
  padding-bottom: 5.2rem;
}
.fifty-fifty-element:nth-of-type(even) .fifty-fifty-element__column:nth-of-type(1) {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
@media (max-width: 620px) {
  .fifty-fifty-element:nth-of-type(even) .fifty-fifty-element__column:nth-of-type(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
}
.fifty-fifty-element__column {
  max-height: 52rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 620px) {
  .fifty-fifty-element__column {
    width: 100%;
  }
}
.no-flexbox  {
  float: left;
  height: 52rem;
}
.fifty-fifty-element__exclusive {
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 2.4rem;
}
.fifty-fifty-element__image {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
.fifty-fifty-element__wrap {
  left: 0;
  padding: 2.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 620px) {
  .fifty-fifty-element__wrap {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fifty-fifty-element__prefix {
  font-size: 1.3rem;
  padding-bottom: 1rem;
}
@media (max-width: 900px) {
  .fifty-fifty-element__prefix {
    display: none;
  }
}
@media (max-width: 620px) {
  .fifty-fifty-element__prefix {
    display: block;
  }
}
.fifty-fifty-element__title {
  color: #30377C !important;
  padding-bottom: 0.8rem;
  position: relative;
}
@media (max-width: 768px) {
  .fifty-fifty-element__title {
    font-size: 2rem;
  }
}
.fifty-fifty-element__suffix {
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 3.6rem;
}
.fifty-fifty-element__suffix--fancy {
  font-size: 2.2rem;
  font-family: 'Freight Disp Pro Book Italic', Arial, sans-serif;
}
@media (max-width: 1024px) {
  .fifty-fifty-element__suffix {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 900px) {
  .fifty-fifty-element__suffix {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .fifty-fifty-element__suffix {
    margin-bottom: 0;
  }
}
@media (max-width: 620px) {
  .fifty-fifty-element__suffix {
    margin-bottom: 2.4rem;
  }
}
a.fifty-fifty-element__suffix {
  position: relative;
}
a.fifty-fifty-element__suffix:before {
  background-color: #A4C6D3;
  bottom: 0.2rem;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: width 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  width: 0;
}
a.fifty-fifty-element__suffix:hover {
  color: #30377C;
}
a.fifty-fifty-element__suffix:hover:before {
  width: 100%;
}
.fifty-fifty-element__link {
  margin: 0 auto;
}
.fifty-fifty-element__link.btn {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .fifty-fifty-element__link.btn {
    display: none;
  }
}
@media (max-width: 620px) {
  .fifty-fifty-element__link.btn {
    display: table;
  }
}
/* Property Search Form*/
.property-search {
  padding-top: 5.2rem;
  position: relative;
  z-index: 46;
}
.property-search .btn {
  background-color: #30377C;
  border: none;
  border-radius: 0.4rem;
  color: #fff;
  margin-bottom: 0;
  transition: background-color 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  width: 100%;
}
.property-search .btn:after {
  background-image: url('../images/icon-btn-arrow.svg');
}
.property-search .btn:hover {
  background-color: #292f6a;
  color: #fff;
  opacity: 1;
}
.property-search .btn:hover:after {
  opacity: 1;
}
@media (max-width: 480px) {
  .property-search {
    padding-top: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .property-search__location-input {
    width: 29%;
  }
}
@media (max-width: 768px) {
  .property-search__location-input {
    z-index: 5;
  }
}
@media (max-width: 1024px) {
  .property-search__property-input {
    width: 29%;
  }
}
@media (max-width: 768px) {
  .property-search__property-input {
    z-index: 4;
  }
}
@media (max-width: 1024px) {
  .property-search__bedroom-input {
    width: 22%;
  }
}
@media (max-width: 768px) {
  .property-search__bedroom-input {
    z-index: 3;
  }
}
@media (max-width: 1024px) {
  .property-search__submit {
    width: 15%;
  }
  .property-search__submit .btn {
    padding-left: 0;
    padding-right: 0;
  }
  .property-search__submit .btn:before,
  .property-search__submit .btn:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .property-search__submit {
    width: 100%;
    z-index: 2;
  }
  .property-search__submit .btn {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
}
@media (max-width: 960px) {
  .property-search__location-input div.fancy-select div.trigger,
  .property-search__property-input div.fancy-select div.trigger,
  .property-search__bedroom-input div.fancy-select div.trigger {
    padding-left: 2.4rem;
    padding-right: 4.8rem;
  }
  .property-search__location-input div.fancy-select div.trigger:after,
  .property-search__property-input div.fancy-select div.trigger:after,
  .property-search__bedroom-input div.fancy-select div.trigger:after {
    right: 2.4rem;
  }
}
@media (max-width: 768px) {
  .property-search__location-input div.fancy-select div.trigger,
  .property-search__property-input div.fancy-select div.trigger,
  .property-search__bedroom-input div.fancy-select div.trigger {
    padding-bottom: 1.7rem;
    padding-left: 2.4rem;
    padding-right: 4.8rem;
    padding-top: 2rem;
  }
  .property-search__location-input div.fancy-select div.trigger:after,
  .property-search__property-input div.fancy-select div.trigger:after,
  .property-search__bedroom-input div.fancy-select div.trigger:after {
    right: 2.4rem;
  }
}
@media (max-width: 960px) {
  .property-search__location-input div.fancy-select ul.options li,
  .property-search__property-input div.fancy-select ul.options li,
  .property-search__bedroom-input div.fancy-select ul.options li {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media (max-width: 768px) {
  .property-search__location-input div.fancy-select ul.options li,
  .property-search__property-input div.fancy-select ul.options li,
  .property-search__bedroom-input div.fancy-select ul.options li {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media (max-width: 960px) {
  .property-search__location-input .property-filters__btn,
  .property-search__property-input .property-filters__btn,
  .property-search__bedroom-input .property-filters__btn {
    padding-left: 2.4rem;
    padding-right: 4.8rem;
  }
  .property-search__location-input .property-filters__btn:after,
  .property-search__property-input .property-filters__btn:after,
  .property-search__bedroom-input .property-filters__btn:after {
    right: 2.4rem;
  }
}
@media (max-width: 768px) {
  .property-search__location-input .property-filters__btn,
  .property-search__property-input .property-filters__btn,
  .property-search__bedroom-input .property-filters__btn {
    height: auto;
    padding-bottom: 1.7rem;
    padding-left: 2.4rem;
    padding-right: 4.8rem;
    padding-top: 2rem;
  }
  .property-search__location-input .property-filters__btn:after,
  .property-search__property-input .property-filters__btn:after,
  .property-search__bedroom-input .property-filters__btn:after {
    right: 2.4rem;
  }
}
@media (max-width: 768px) {
  .property-search__location-input,
  .property-search__property-input,
  .property-search__bedroom-input {
    position: static;
    width: 100%;
    height: 56px;
  }
}
/* Enquiry Form*/
.datepicker {
  background-image: url('../images/icon-calendar.svg');
  background-position: center right 2.4rem;
  background-size: 2rem;
  background-repeat: no-repeat;
}
.property__enquiry-form {
  background-color: #30377C;
  color: #fff;
  left: 2.4rem;
  padding: 8rem;
  position: fixed;
  right: 2.4rem;
  text-align: center;
  top: 0;
  -webkit-transform: translateY(0%) perspective(600px) rotateY(0deg) translateZ(0);
  transform: translateY(0%) perspective(600px) rotateY(0deg) translateZ(0);
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s, transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s, transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s, -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s;
  will-change: opacity;
  z-index: 999;
  height: 100%;
  overflow: auto;
}
.property__enquiry-form.is-hidden {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(-100%) perspective(600px) rotateX(10deg) translateZ(0);
  transform: translateY(-100%) perspective(600px) rotateX(10deg) translateZ(0);
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1), transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1), transform 0.5s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 1024px) {
  .property__enquiry-form.is-hidden {
    max-height: 0 !important;
    opacity: 1;
    transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.property__enquiry-form h1 {
  font-size: 3rem;
}
@media (max-width: 768px) {
  .property__enquiry-form h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .property__enquiry-form .field {
    width: 100%;
  }
}
.property__enquiry-form .field__row {
  font-size: 0;
  margin-bottom: 7.2rem;
  position: relative;
  z-index: 1;
}
.property__enquiry-form .field__row:first-of-type {
  z-index: 2;
}
@media (max-width: 768px) {
  .property__enquiry-form .field__row:first-of-type {
    margin-bottom: 2.4rem;
  }
}
.property__enquiry-form .field__row:last-of-type {
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .property__enquiry-form .field__row:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) and (max-height: 788px) {
  .property__enquiry-form .field__row {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .property__enquiry-form .field__row {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 768px) {
  .property__enquiry-form .field__row {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .property__enquiry-form .field--select {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .property__enquiry-form .field--select {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .property__enquiry-form div.fancy-select div.trigger {
    padding: 1.5rem 2rem 1.2rem 2rem;
  }
  .property__enquiry-form div.fancy-select div.trigger:after {
    right: 2rem;
  }
}
.property__enquiry-form .field__input,
.property__enquiry-form .field__label {
  padding: 2.3rem 3.6rem 2.1rem 3.6rem;
}
@media (max-width: 768px) {
  .property__enquiry-form .field__input,
  .property__enquiry-form .field__label {
    padding: 1.5rem 2rem 1.2rem 2rem;
  }
}
@media (max-width: 768px) {
  .property__enquiry-form .field {
    margin-bottom: 2.4rem;
  }
  .property__enquiry-form .field--select,
  .property__enquiry-form .field.datepicker {
    margin-bottom: 0;
  }
}
.property__enquiry-form label {
  text-align: left;
}
.property__enquiry-form label.error {
  left: 2.4rem;
  position: absolute;
  right: 2.4rem;
}
@media (max-width: 768px) {
  .property__enquiry-form label.error {
    left: 0;
    position: relative;
    text-align: right;
  }
}
.property__enquiry-form .select__label {
  color: #fff;
  padding-right: 0;
}
.property__enquiry-form textarea {
  text-transform: none;
}
.property__enquiry-form button {
  margin: 0 auto;
  min-width: 25rem;
}
@media (min-width: 1025px) and (max-height: 688px) {
  .property__enquiry-form {
    padding: 4.4rem 8rem;
  }
}
@media (min-width: 1025px) and (max-height: 611px) {
  .property__enquiry-form {
    padding: 2.4rem 8rem;
  }
}
@media (max-width: 1024px) {
  .property__enquiry-form {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
    left: 0;
    max-height: 80rem;
    overflow: hidden;
    padding: 0;
    position: relative;
    right: 0;
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s;
    z-index: 9;
  }
}
@media (max-width: 768px) {
  .property__enquiry-form {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 1024px) {
  .property__enquiry-form-inner {
    padding: 4.8rem;
  }
}
@media (max-width: 768px) {
  .property__enquiry-form-inner {
    padding: 2.4rem;
  }
}
.property__enquiry-form div.wpcf7-mail-sent-ok {
  border: 0;
  font-size: 3.3rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 2rem;
}
.property__enquiry-form div.wpcf7-mail-sent-ok.page-subtitle {
  font-family: 'Freight Disp Pro Book Italic', Arial, sans-serif;
  letter-spacing: 0.01em;
  padding-bottom: 0;
  padding-top: 2.4rem;
  text-transform: none;
}
@media (max-width: 490px) {
  .property__enquiry-form div.wpcf7-mail-sent-ok {
    font-size: 2.5rem;
  }
}
.property__enquiry-form .g-recaptcha {
  float: left;
}
@media (max-width: 490px) {
  .property__enquiry-form .g-recaptcha {
    float: none;
    display: inline-block;
  }
}
.property__enquiry-form .btn {
  float: right;
}
@media (max-width: 490px) {
  .property__enquiry-form .btn {
    float: none;
    margin-top: 1rem;
  }
}
.property__enquiry-form-background {
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 0;
  pointer-events: all;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 998;
}
.property__enquiry-form-background.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s;
}
@media (max-width: 1024px) {
  .property__enquiry-form-background {
    display: none;
  }
}
.enquiry-form__close {
  cursor: pointer;
  height: 3rem;
  position: absolute;
  right: 8rem;
  top: 8rem;
  width: 3rem;
}
@media (max-width: 1024px) {
  .enquiry-form__close {
    height: 2rem;
    right: 4.8rem;
    top: 4.8rem;
    width: 2rem;
  }
}
@media (max-width: 768px) {
  .enquiry-form__close {
    height: 1.4rem;
    right: 2.4rem;
    top: 2.4rem;
    width: 1.4rem;
  }
}
button.property-mobile-enquiry-btn {
  border-radius: 3px 3px 0 0;
  bottom: 0;
  display: none;
  left: 50%;
  margin-bottom: 0;
  padding: 1.5rem 2rem 1.2rem 2rem;
  position: fixed;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: -webkit-transform 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
  transition: transform 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
  transition: transform 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0.5s, -webkit-transform 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0.5s;
  width: auto;
  width: calc(100% - 4.8rem);
  height: 6vh;
  z-index: 10;
}
@media (max-width: 768px) {
  button.property-mobile-enquiry-btn {
    display: block;
  }
  .enquiry-open button.property-mobile-enquiry-btn {
    -webkit-transform: translateX(-50%) translateY(100%);
    -ms-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    transition: -webkit-transform 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    transition: transform 0.25s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  }
}
/* Comment Form*/
.required-message,
.comment-reply-title {
  background-color: #30377C;
  border: 0.1rem solid #30377C;
  border-radius: 0.4rem;
  color: #fff;
  display: table;
  font-family: 'Brandon Grotesque Medium', Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 2.4rem;
  padding: 2rem 5rem 1.8rem 2.8rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.25s cubic-bezier(0.55, 0, 0.1, 1), color 0.25s cubic-bezier(0.55, 0, 0.1, 1), opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  vertical-align: top;
  width: 100%;
}
.required-message:hover,
.comment-reply-title:hover {
  background-color: #292f6a;
}
.required-message.is-hidden,
.comment-reply-title.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.comment-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.8rem;
}
.comment-form .field__label,
.comment-form .field__input {
  font-size: 1.8rem;
  line-height: 1.2;
  padding: 2.2rem 2rem 1.8rem 2rem;
}
.comment-form .field__input {
  border: solid 1px #D5D5D5;
  border-radius: 0.4rem;
  font-size: 1.8rem;
  padding: 2rem 2rem 1.8rem 2rem;
}
.comment-form .form-submit {
  margin-bottom: 0;
  text-align: right;
  width: 100%;
}
.comment-form .form-submit .submit {
  background-color: transparent;
  border: 0.1rem solid #30377C;
  border-radius: 0.4rem;
  color: #30377C;
  display: inline-block;
  font-family: 'Brandon Grotesque Medium', Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 2.4rem;
  margin-top: 2.4rem;
  padding: 2rem 8rem 1.8rem 8rem;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.25s cubic-bezier(0.55, 0, 0.1, 1), color 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  vertical-align: top;
  width: auto;
}
.comment-form .form-submit .submit:hover {
  background-color: #30377C;
  color: #fff;
}
@media (max-width: 768px) {
  .comment-form .form-submit .submit {
    margin-bottom: 0;
  }
}
.comment-notes {
  width: 100%;
}
.comment-form-rating {
  display: inline-block;
  padding-right: 2.4rem;
  position: relative;
  width: 50%;
}
.comment-form-rating .field__input {
  border: none;
  font-size: 1.8rem;
  left: 12rem;
  padding-left: 2rem;
  padding-top: 1.4rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 480px) {
  .comment-form-rating .field__input {
    display: block;
    left: auto;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
  }
}
@media (max-width: 1120px) {
  .comment-form-rating {
    padding: 2rem 0;
    width: 100%;
  }
}
.comment-form-author {
  display: inline-block;
  padding: 2.4rem 0;
  padding-left: 2.4rem;
  width: 50%;
}
@media (max-width: 1120px) {
  .comment-form-author {
    padding-left: 0;
    width: 100%;
  }
}
.comment-form-email {
  padding-bottom: 2.4rem;
  width: 100%;
}
.comment-body-input {
  width: 100%;
}
.comment-form-url {
  display: none;
}
/* Comment List & Ratings*/
.comments {
  list-style-type: none;
  padding: 0;
}
.comment {
  border-top: solid #D5D5D5 1px;
  margin: 0;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
}
.comment p {
  font-size: 1.8rem;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 600px) {
  .comment__details,
  .comment__content {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .comment__content {
    padding-top: 2.4rem;
  }
}
.comment__author {
  font-size: 1.8rem;
}
.comment__date {
  font-size: 1.2rem;
}
.comment__author,
.comment__date {
  display: block;
}
.comment__rating {
  display: block;
}
.comment__rating span {
  background-image: url('../images/icon-rating-star.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.2rem;
  margin-right: -0.4rem;
  width: 1.6rem;
}
.commentrating {
  background-image: url('../images/icon-rating-star-empty.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 1.8rem;
  padding: 0;
  text-indent: -999px;
  width: 2.4rem;
}
.commentrating.is-active,
.commentrating.is-over {
  background-image: url('../images/icon-rating-star.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.commentratingbox {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.commentratingbox input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
@media (max-width: 480px) {
  .commentratingbox {
    display: block;
    position: relative;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
/* Newsletter Form*/
.newsletter-sign-up {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #2c315a;
  color: #fff;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  position: relative;
  z-index: 3;
}
.newsletter-sign-up h2 {
  line-height: 1;
  margin-bottom: -0.8rem;
  padding-bottom: 0;
  position: relative;
}
@media (max-width: 930px) {
  .newsletter-sign-up h2 {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 480px) {
  .newsletter-sign-up h2 {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }
}
.newsletter-sign-up h2.form-sent {
  text-align: center;
}
.newsletter-sign-up .field {
  width: 50%;
}
.newsletter-sign-up .field .field__input,
.newsletter-sign-up .field .field__label {
  border-radius: 0;
  color: rgba(255, 255, 255, 0.2);
  font-size: 2rem;
  padding: 2.4rem 0;
}
@media (max-width: 768px) {
  .newsletter-sign-up .field .field__input,
  .newsletter-sign-up .field .field__label {
    font-size: 1.5rem;
  }
}
.newsletter-sign-up .field [type="email"] {
  background-color: transparent;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  transition: border-bottom-color 0.5s cubic-bezier(0.55, 0, 0.1, 1), color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.newsletter-sign-up .field [type="email"]:hover,
.newsletter-sign-up .field [type="email"]:focus {
  border-bottom-color: #fff;
  color: #fff;
}
@media (max-width: 930px) {
  .newsletter-sign-up .field [type="email"] {
    text-align: center;
  }
}
.newsletter-sign-up .field label.error {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: -1.5rem;
}
@media (max-width: 768px) {
  .newsletter-sign-up .field label.error {
    top: -2rem;
  }
}
@media (max-width: 1240px) {
  .newsletter-sign-up .field {
    width: 40%;
  }
}
@media (max-width: 930px) {
  .newsletter-sign-up .field {
    margin-bottom: 2.4rem;
    text-align: center;
    width: 100%;
  }
}
.newsletter-sign-up .btn {
  margin-bottom: 0;
}
@media (max-width: 930px) {
  .newsletter-sign-up .btn {
    margin: 0 auto;
  }
}
.newsletter-sign-up.is-fixed {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
}
@media (max-width: 1024px) {
  .newsletter-sign-up.is-fixed {
    position: relative;
  }
}
.no-flexbox .newsletter-sign-up.is-fixed {
  position: relative;
}
/* Social Share*/
.social-share {
  border-bottom: #D5D5D5 solid 1px;
  border-left: #D5D5D5 solid 1px;
}
.social-share li:last-of-type a {
  border-right: 0;
}
.social-share a {
  border-right: #D5D5D5 solid 1px;
  display: block;
  padding: 2.4rem 0 1rem;
  text-align: center;
}
.social-share .icon-mail i {
  margin-right: 0.6rem;
}
@media (max-width: 1024px) {
  .social-share .icon-mail span:last-of-type {
    display: none;
  }
}
.single-social-share {
  padding-top: 2.4rem;
  text-align: center;
}
.single-social-share a {
  font-size: 2rem;
  margin: 0 2.4rem;
}
/* Information Panel*/
.more-information-panel {
  background-color: #30377C;
  color: #fff;
  padding-bottom: 7.2rem;
  padding-top: 7.2rem;
  text-align: center;
}
.more-information-panel p {
  font-size: 2.1rem;
}
.more-information-panel .btn {
  display: inline-block;
  margin-bottom: 0;
}
.more-information-panel__number {
  color: #fff;
  display: inline-block;
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  font-size: 2.6rem;
  margin-bottom: 4.4rem;
}
.more-information-panel__number:hover {
  color: #D5D5D5;
}
/* Related Properties*/
.related-properties {
  background-color: rgba(173, 207, 220, 0.1);
  background-color: #eaf5f9;
  padding-bottom: 12rem;
  padding-top: 7.2rem;
  position: relative;
  text-align: center;
}
.related-properties h2 {
  font-size: 2.6rem;
  margin-bottom: 2.4rem;
}
.related-properties h1,
.related-properties h3 {
  margin-bottom: 2.4rem;
}
.related-properties .btn {
  margin: 2.4rem auto 0;
}
@media (max-width: 768px) {
  .related-properties .btn {
    margin-bottom: 4.4rem;
  }
}
@media (max-width: 768px) {
  .related-properties {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}
.related-properties__slider-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
  z-index: 10;
}
.related-properties__slider-arrow--left {
  left: 4.8rem;
}
@media (max-width: 1024px) {
  .related-properties__slider-arrow--left {
    left: 2.4rem;
  }
}
@media (max-width: 768px) {
  .related-properties__slider-arrow--left {
    -webkit-transform: translateX(-250%);
    -ms-transform: translateX(-250%);
    transform: translateX(-250%);
  }
}
.related-properties__slider-arrow--right {
  right: 4.8rem;
}
@media (max-width: 1024px) {
  .related-properties__slider-arrow--right {
    right: 2.4rem;
  }
}
@media (max-width: 768px) {
  .related-properties__slider-arrow--right {
    -webkit-transform: translateX(150%);
    -ms-transform: translateX(150%);
    transform: translateX(150%);
  }
}
.related-properties__slider-arrow.is-hidden {
  display: none;
}
@media (max-width: 768px) {
  .related-properties__slider-arrow {
    bottom: 2.4rem;
    left: 50%;
    right: auto;
    top: auto;
    width: 1.2rem;
  }
}
/* ================================ !PAGES */
/* Locations*/
.content-builder__block h3 {
  font-size: 3.3rem;
  padding-bottom: 5.2rem;
}
@media (max-width: 768px) {
  .content-builder__block h3 {
    font-size: 2rem;
    padding-bottom: 2.4rem;
  }
}
.content-builder__basic,
.content-builder__page-link {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.content-builder__basic h2,
.content-builder__page-link h2 {
  padding-bottom: 5.2rem;
}
@media (max-width: 768px) {
  .content-builder__basic h2,
  .content-builder__page-link h2 {
    font-size: 2rem;
    padding-bottom: 2.4rem;
  }
}
.content-builder__basic p,
.content-builder__page-link p {
  font-size: 2rem;
}
.content-builder__content-image.is-even .content-image__image {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.content-image__text {
  background-color: rgba(173, 207, 220, 0.1);
  background-image: url('../images/pattern-transparent.png');
  background-repeat-x: no-repeat;
  background-size: 25rem;
  min-height: 50rem;
  overflow: hidden;
  padding: 8rem;
}
@media (max-width: 1024px) {
  .content-image__text {
    background-image: none;
    padding: 5.2rem 2.4rem;
    padding-left: 2.4rem;
  }
}
@media (max-width: 768px) {
  .content-image__text {
    height: auto;
    width: 100%;
  }
}
.is-even .content-image__text {
  background-position: right center;
}
.content-image__image {
  min-height: 50rem;
  overflow: hidden;
  position: relative;
}
.content-image__image img {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .content-image__image {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    height: 35rem;
    min-height: 0;
    width: 100%;
  }
}
.content-builder__multi-content {
  background-color: rgba(173, 207, 220, 0.1);
}
.content-builder__multi-content .flex {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media (max-width: 1024px) {
  .content-builder__multi-content .flex {
    display: block;
  }
}
.multi-content__nav {
  background-image: url('../images/pattern-transparent.png');
  background-repeat-x: no-repeat;
  background-size: 25rem;
  font-size: 1.2rem;
  min-height: 50rem;
  padding: 8rem 2.4rem;
}
@media (max-width: 1240px) {
  .multi-content__nav {
    padding: 5.2rem 2.4rem;
    width: 30%;
  }
}
@media (max-width: 1024px) {
  .multi-content__nav {
    min-height: 0;
    padding: 4.4rem 2.4rem;
    text-align: center;
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .multi-content__content {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .multi-content__content {
    width: 100%;
  }
}
.multi-content__text {
  min-height: 50rem;
  padding: 8rem;
}
.multi-content__text h3 {
  font-size: 2.6rem;
  padding-bottom: 2.4rem;
}
@media (max-width: 1240px) {
  .multi-content__text {
    padding: 5.2rem 4.4rem;
    padding-left: 0;
  }
}
@media (max-width: 1024px) {
  .multi-content__text {
    min-height: 0;
    padding: 5.2rem 2.4rem;
    padding-left: 2.4rem;
  }
}
@media (max-width: 768px) {
  .multi-content__text {
    width: 100%;
  }
}
.multi-content__image {
  min-height: 50rem;
  overflow: hidden;
  position: relative;
}
.multi-content__image img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
@media (max-width: 768px) {
  .multi-content__image {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    min-height: 0;
    height: 20rem;
    width: 100%;
  }
}
.page-id-91 .multi-content__image {
  min-height: 75rem;
}
.page-id-91 .multi-content__image img {
  object-fit: cover;
  object-position: 50% 0px;
}
@media (max-width: 768px) {
  .page-id-91 .multi-content__image {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    min-height: 0;
    height: 50rem;
    width: 100%;
  }
}
/*FAQs*/
.faqs {
  background: #eaf5f9;
  padding: 60px 0;
  position: relative;
}
.faqs h2 {
  text-align: center;
  margin: 0 auto;
}
.faqs .details {
  position: relative;
  max-width: 1180px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
.faqs .details + .details {
  margin: 10px auto 0;
}
.faqs .details[open] .summary svg {
  transform: rotate(270deg);
}
.faqs .summary {
  background: #2c315a;
  position: relative;
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  font-weight: normal;
  color: #ffffff;
  font-size: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 25px 60px 20px 25px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .faqs .summary {
    font-size: 1.4rem;
    padding: 15px 60px 12px 15px;
  }
}
.faqs .summary svg {
  position: absolute;
  top: calc(50% - 5px);
  right: 32px;
  height: 12px;
  width: auto;
  display: block;
  transform: rotate(90deg);
  transition: transform 0.35s;
}
@media (max-width: 1024px) {
  .faqs .summary svg {
    right: 20px;
  }
}
.faqs p {
  font-size: 2rem;
  border-left: 2px solid #2c315a;
  border-right: 2px solid #2c315a;
  border-bottom: 2px solid #2c315a;
  line-height: 1.6;
  padding: 25px 23px 23px;
}
@media (max-width: 1024px) {
  .faqs p {
    font-size: 1.4rem;
    padding: 15px 13px 13px;
  }
}
/* News*/
.pagination {
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  padding: 8rem 2.4rem;
  text-align: center;
  text-transform: uppercase;
}
.pagination .page-numbers {
  padding: 0 2.4rem;
}
@media (max-width: 768px) {
  .pagination .page-numbers {
    display: none;
  }
  .pagination .page-numbers.prev,
  .pagination .page-numbers.next {
    display: inline-block;
  }
}
.pagination .current {
  opacity: 0.2;
}
@media (max-width: 768px) {
  .pagination {
    padding: 4.4rem 2.4rem;
  }
}
/* Single News*/
.post-single__content-wrap {
  background-color: rgba(173, 207, 220, 0.1);
  padding: 8rem;
  position: relative;
}
.post-single__content-wrap h1 {
  padding-bottom: 0.4rem;
  text-align: center;
}
@media (max-width: 880px) {
  .post-single__content-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .post-single__content-wrap {
    padding: 8rem 2.4rem 5.2rem;
  }
}
.post-single__back-link {
  display: inline-block;
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  font-size: 1.3rem;
  left: 2.4rem;
  position: absolute;
  top: 2.4rem;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.post-single__back-link:before {
  background-image: url('../images/icon-slide-left-blue.svg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 1rem;
  width: 2rem;
}
.post-single__back-link:hover {
  color: #30377C;
  opacity: 0.6;
}
@media (max-width: 768px) {
  .post-single__back-link {
    font-size: 1.2rem;
    left: 48%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.post-single__image-wrap {
  max-height: 100vh;
}
@media (max-width: 880px) {
  .post-single__image-wrap {
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
}
.post-single__main-content {
  margin: 0 auto;
  max-width: 50rem;
  padding-top: 4.4rem;
}
.post-single__image {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
}
/* Related News*/
.related-posts {
  position: relative;
}
.post-single__related-posts {
  padding-bottom: 0 !important;
}
.related-post__content-wrap {
  background-color: rgba(173, 207, 220, 0.1);
  padding: 8rem;
}
.related-post__content-wrap h1 {
  padding-bottom: 0.4rem;
}
.related-post__content-wrap .post-meta {
  padding-bottom: 2.4rem;
}
.related-post__content-wrap p {
  padding-bottom: 2.4rem;
}
@media (max-width: 880px) {
  .related-post__content-wrap {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .related-post__content-wrap {
    padding-left: 2.4rem;
    padding-bottom: 5.2rem;
  }
}
.related-post__image-wrap {
  position: relative;
}
@media (max-width: 880px) {
  .related-post__image-wrap {
    height: 40rem;
    width: 100%;
  }
}
.related-post__image {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  width: 100%;
}
.related-post____link.btn {
  margin-bottom: 0;
}
.related-posts__slider-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.2rem;
  z-index: 50;
}
.related-posts__slider-arrow--right {
  right: 4.8rem;
}
@media (max-width: 1024px) {
  .related-posts__slider-arrow--right {
    right: 2.4rem;
  }
}
.related-posts__slider-arrow.is-hidden {
  display: none;
}
@media (max-width: 880px) {
  .related-posts__slider-arrow {
    top: 76%;
  }
}
/* ================ !PRICING MODAL/FILTERS */
.price-modal {
  text-align: center;
  padding-top: 2.4rem;
  line-height: 1;
  max-width: 45rem;
}
@media (max-width: 768px) {
  .price-modal {
    max-width: 90%;
    padding-left: 2.4rem;
    padding-right: 2.4rem;
    padding-bottom: 2.4rem;
  }
}
.price-modal label {
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  padding-bottom: 3rem;
  letter-spacing: 0.06em;
  color: #fff;
}
.price-modal__title {
  display: block;
  font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
  padding-bottom: 0;
  margin-bottom: 8rem;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.08em;
}
@media (max-width: 768px) {
  .price-modal__title {
    margin-bottom: 4rem;
  }
}
.price-modal__apply {
  margin: 6.5rem 2rem 0;
  font-size: 2rem;
  font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: 0.06em;
  cursor: pointer;
  transition: 0.1s linear;
}
@media (max-width: 768px) {
  .price-modal__apply {
    margin-top: 3rem;
    font-size: 1.6rem;
  }
}
.price-modal__apply:hover {
  color: #A4C6D3;
}
/* Property Filters*/
.properties__property-filters {
  border-bottom: 1px solid #D5D5D5;
  border-top: 1px solid #D5D5D5;
  position: relative;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 402;
}
.properties__property-filters.is-visible {
  opacity: 1;
}
.property-filters__filter {
  border-right: 1px solid #D5D5D5;
  line-height: 0;
  height: 6rem;
  width: 16.66666667%;
}
@media (max-width: 1024px) {
  .property-filters__filter {
    width: 100%;
    border-right: 0;
    order: 1;
    height: 0;
    overflow: hidden;
  }
}
.property-filters__filter div.fancy-select div.trigger {
  border-radius: 0;
}
.property-filters__filter .trigger:hover {
  background-color: #FAFAFA;
}
.property-filters__filter:last-of-type {
  border-right: none;
}
@media (max-width: 768px) {
  .property-filters__filter--location,
  .property-filters__filter--type,
  .property-filters__filter--bedrooms {
    width: 100%;
  }
}
@media (max-width: 1240px) {
  .property-filters__filter--map,
  .property-filters__filter--filters {
    width: 16.5%;
  }
}
@media (max-width: 1024px) {
  .property-filters__filter--map,
  .property-filters__filter--filters {
    border-right: 0;
    width: 17.5%;
  }
}
@media (max-width: 768px) {
  .property-filters__filter--map,
  .property-filters__filter--filters {
    border-right: 1px solid #D5D5D5;
    display: inline-block;
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .property-filters__filter--filters {
    order: 0;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .property-filters__filter div.fancy-select div.trigger {
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: border-bottom 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    padding-left: 2.4rem;
  }
  .property-filters__filter div.fancy-select div.trigger:after {
    opacity: 1;
    right: 2.4rem;
  }
  .property-filters__filter div.fancy-select div.trigger:hover {
    background-color: #fff;
  }
  .property-filters__filter div.fancy-select div.trigger.open {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .property-filters__filter div.fancy-select ul.options {
    font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
    background-color: rgba(173, 207, 220, 0.1);
    max-height: 0;
    opacity: 1;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    top: 0;
    transition: max-height 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    visibility: visible;
    z-index: 1;
  }
  .property-filters__filter div.fancy-select ul.options li {
    padding: 0.6rem 2.4rem 0.6rem 4.8rem;
    position: relative;
  }
  .property-filters__filter div.fancy-select ul.options li.selected {
    background-color: transparent;
    color: #30377C;
  }
  .property-filters__filter div.fancy-select ul.options li.selected:after {
    background-color: #30377C;
  }
  .property-filters__filter div.fancy-select ul.options li:before {
    border: 0.1rem solid #30377C;
    border-radius: 50%;
    content: "";
    height: 1rem;
    left: 2.4rem;
    opacity: 0.4;
    position: absolute;
    top: 42%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1rem;
  }
  .property-filters__filter div.fancy-select ul.options li:after {
    background-color: transparent;
    border-radius: 50%;
    content: "";
    height: 0.6rem;
    left: 2.7rem;
    opacity: 0.4;
    position: absolute;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: background-color 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    width: 0.6rem;
  }
  .property-filters__filter div.fancy-select ul.options li:hover {
    background-color: transparent;
    color: #30377C;
  }
  .property-filters__filter div.fancy-select ul.options li:first-child {
    margin-top: 2.4rem;
  }
  .property-filters__filter div.fancy-select ul.options li:last-child {
    margin-bottom: 2.4rem;
  }
  .property-filters__filter div.fancy-select ul.options:before {
    display: none;
  }
  .property-filters__filter div.fancy-select ul.options.open {
    max-height: 40rem;
  }
}
.property-filters__filter--facilities {
  display: none;
}
@media (max-width: 1024px) {
  .property-filters__filter--facilities {
    display: block;
  }
}
.property-filters__filter--submit {
  display: none;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .property-filters__filter--submit {
    display: block;
  }
}
.property-filters__filter--submit .property-filters__filters-btn {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
}
.property-filters__box {
  height: 0;
  overflow: hidden;
}
.property-filters__box ul {
  padding: 1rem 2.4rem;
}
@media (max-width: 768px) {
  .property-filters__box > span {
    display: block;
    line-height: 1.2;
    padding: 1rem 2.4rem;
    opacity: 1;
    transform: none;
    position: static;
    pointer-events: visible;
  }
}
.property-filters__box .icon-checkbox__box {
  stroke: #30377C;
}
.property-filters__box .icon-checkbox__tick,
.property-filters__box .icon-checkbox__minus {
  fill: #30377C;
}
@media (min-width: 769px) {
  .property__type-input div.fancy-select {
    position: initial;
  }
  .property__type-input div.fancy-select ul.options {
    left: 0;
    right: 0;
  }
  .property__type-input div.fancy-select ul.options li {
    border-bottom: #D5D5D5 solid 1px;
    border-right: #D5D5D5 solid 1px;
    display: inline-block;
    padding: 3.6rem;
    text-align: center;
    width: 25%;
    position: relative;
  }
  .property__type-input div.fancy-select ul.options li:last-of-type {
    border-right: 0;
  }
  .property__type-input div.fancy-select ul.options li:hover {
    background-color: rgba(0, 0, 0, 0.025);
    color: #30377C;
  }
}
.property__type-input [data-raw-value]:before {
  content: "";
  display: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 4.4rem;
  margin: 0 auto 2.4rem;
  width: 4.4rem;
}
.property__type-input [data-raw-value]:first-child:before,
.property__type-input [data-raw-value="2"]:before,
.property__type-input [data-raw-value="3"]:before,
.property__type-input [data-raw-value="4"]:before,
.property__type-input [data-raw-value="56"]:before {
  display: block;
}
@media (max-width: 1024px) {
  .property__type-input [data-raw-value]:first-child:before,
  .property__type-input [data-raw-value="2"]:before,
  .property__type-input [data-raw-value="3"]:before,
  .property__type-input [data-raw-value="4"]:before,
  .property__type-input [data-raw-value="56"]:before {
    display: none;
  }
}
.property__type-input [data-raw-value]:first-child:before {
  background-image: url('../images/icon-filter-all.svg');
}
.property__type-input [data-raw-value="2"]:before {
  background-image: url('../images/icon-filter-villa.svg');
}
.property__type-input [data-raw-value="3"]:before {
  background-image: url('../images/icon-filter-apartment.svg');
}
.property__type-input [data-raw-value="4"]:before {
  background-image: url('../images/icon-filter-resort.svg');
}
.property__type-input [data-raw-value="56"]:before {
  background-image: url('../images/icon-filter-townhouse.svg');
}
.property-filters__price-btn,
.property-filters__btn,
.property-filters__map-btn,
.property-filters__filters-btn {
  background-color: #fff;
  color: #30377C;
  cursor: pointer;
  font-family: 'Brandon Grotesque Medium', Arial, sans-serif;
  font-size: 1.2rem;
  height: 6rem;
  letter-spacing: 0.12em;
  line-height: 1;
  overflow: hidden;
  padding: 2.5rem 2.6rem;
  position: relative;
  text-transform: uppercase;
  transition: all 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  white-space: nowrap;
  width: 100%;
}
.property-filters__price-btn:hover,
.property-filters__btn:hover,
.property-filters__map-btn:hover,
.property-filters__filters-btn:hover {
  background-color: #FAFAFA;
}
@media (max-width: 1024px) {
  .property-filters__price-btn,
  .property-filters__btn,
  .property-filters__map-btn,
  .property-filters__filters-btn {
    padding-left: 2.4rem;
  }
}
.property-filters__map-btn {
  padding-left: 5.8rem;
}
@media (max-width: 768px) {
  .property-filters__map-btn {
    padding-left: 0;
  }
}
.property-filters__map-btn.is-active .property-filters__map-icon {
  opacity: 1;
}
.property-filters__map-btn.is-active .property-filters__map-icon--show {
  opacity: 0;
}
.property-filters__filters-btn {
  padding-left: 6.6rem;
}
.property-filters__filters-btn.is-open {
  background-color: #30377C;
  color: #fff;
}
@media (max-width: 1024px) {
  .property-filters__filters-btn {
    text-align: right;
  }
  .property-filters__filters-btn .property-filters__filters-icon {
    position: relative;
    left: auto;
    top: -2px;
    transform: none;
    vertical-align: middle;
  }
  .property-filters__filters-btn .property-filters__filters-text {
    vertical-align: middle;
  }
}
@media (max-width: 768px) {
  .property-filters__filters-btn {
    padding-right: 2.4rem;
  }
}
.property-filters__btn {
  text-align: left;
}
.property-filters__btn:after {
  content: "";
  background-image: url(../images/icon-arrow-d.svg);
  display: block;
  height: 0.6rem;
  opacity: 0.5;
  position: absolute;
  right: 2.6rem;
  top: 48%;
  transform: translateY(-50%);
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  width: 1.3rem;
}
.property-search .property-filters__btn {
  border-radius: 4px;
}
.property-filters__filters-btn--map {
  background-color: #30377C;
  height: 5rem;
  padding: 0;
  position: absolute;
  pointer-events: all;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  width: 5rem;
  z-index: 99;
  display: none;
}
.property-filters__filters-btn--map:hover {
  background-color: #30377C;
}
.property-filters__filters-btn--map.is-fixed {
  position: fixed;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.property-filters__filters-btn--map.is-absolute {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media (max-width: 1024px) {
  .property-filters__filters-btn--map {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width: 768px) {
  .property-filters__filters-btn--map {
    display: none;
  }
}
.property-filters__map-icon,
.property-filters__map-icon--show {
  display: inline-block;
  height: 1.1rem;
  left: 3.6rem;
  margin-right: 1rem;
  opacity: 0;
  position: absolute;
  top: 48%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  width: 1rem;
}
@media (max-width: 768px) {
  .property-filters__map-icon,
  .property-filters__map-icon--show {
    display: none;
  }
}
.property-filters__map-icon--show {
  height: 1.6rem;
  opacity: 1;
  width: 1.2rem;
}
.property-filters__filters-icon {
  display: inline-block;
  height: 1.8rem;
  left: 3.6rem;
  margin-right: 1rem;
  position: absolute;
  top: 48%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 2.4rem;
}
.property-filters__filters-icon line,
.property-filters__filters-icon circle {
  stroke: #30377C;
  transition: stroke 0.25s cubic-bezier(0.55, 0, 0.1, 1), fill 0.25s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.25s linear;
  transition: stroke 0.25s cubic-bezier(0.55, 0, 0.1, 1), fill 0.25s cubic-bezier(0.55, 0, 0.1, 1), transform 0.25s linear;
  transition: stroke 0.25s cubic-bezier(0.55, 0, 0.1, 1), fill 0.25s cubic-bezier(0.55, 0, 0.1, 1), transform 0.25s linear, -webkit-transform 0.25s linear;
}
.property-filters__filters-icon circle {
  fill: #fff;
}
.is-open .property-filters__filters-icon line,
.is-open .property-filters__filters-icon circle {
  stroke: #fff;
}
.is-open .property-filters__filters-icon circle {
  fill: #30377C;
}
.is-open .property-filters__filters-icon .icon-filters__nub {
  -webkit-transform: translateX(1rem);
  -ms-transform: translateX(1rem);
  transform: translateX(1rem);
}
.is-open .property-filters__filters-icon .icon-filters__nub:nth-of-type(2) {
  -webkit-transform: translateX(-1rem);
  -ms-transform: translateX(-1rem);
  transform: translateX(-1rem);
}
.is-open .property-filters__filters-icon .icon-filters__nub:nth-of-type(3) {
  -webkit-transform: translateX(0.4rem);
  -ms-transform: translateX(0.4rem);
  transform: translateX(0.4rem);
}
.properties__column--filters .property-filters__filters-icon {
  left: 50%;
}
.properties__column--filters .property-filters__filters-icon line,
.properties__column--filters .property-filters__filters-icon circle {
  stroke: #fff;
}
.properties__column--filters .property-filters__filters-icon circle {
  fill: #30377C;
}
.property-filters__filters-close {
  display: inline-block;
  height: 1.1rem;
  right: 2.4rem;
  margin-right: 1rem;
  position: absolute;
  top: 48%;
  -webkit-transform: translateX(50%) translateY(-50%);
  -ms-transform: translateX(50%) translateY(-50%);
  transform: translateX(50%) translateY(-50%);
  width: 1rem;
}
.property-filters__filters-close polygon {
  fill: #fff;
}
@media (max-width: 768px) {
  .property-filters__filters-close {
    display: none;
  }
}
.properties__main-wrap {
  position: relative;
}
/* Property Filter Slide*/
.properties__column--filters {
  bottom: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 401;
}
@media (max-width: 1024px) {
  .properties__column--filters {
    overflow: visible !important;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .properties__column--filters {
    width: 100%;
  }
}
.properties__filter-slide {
  background-color: #30377C;
  color: #fff;
  width: 33vw;
  min-height: 100%;
  max-height: 100vh;
  pointer-events: all;
  transition: transform 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  position: absolute;
  right: 0;
}
@media (max-width: 768px) {
  .properties__filter-slide {
    background-color: #fff;
    color: #30377C;
    max-height: none;
    display: none;
  }
}
.properties__filter-slide h5 {
  font-size: 1.5rem;
}
.properties__filter-slide.is-hidden {
  transform: translateX(100%);
}
.properties__filter-slide div.fancy-select {
  font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
}
.properties__filter-slide div.fancy-select div.trigger {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  padding: 1.7rem 2.4rem 1.5rem;
  transition: border-bottom 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.properties__filter-slide div.fancy-select div.trigger:after {
  opacity: 1;
  right: 2.4rem;
}
.properties__filter-slide div.fancy-select div.trigger:hover {
  background-color: #fff;
}
.properties__filter-slide div.fancy-select div.trigger.open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.properties__filter-slide div.fancy-select ul.options {
  background-color: rgba(173, 207, 220, 0.1);
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  padding-top: 0;
  position: relative;
  top: 0;
  transition: max-height 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  visibility: visible;
  z-index: 1;
}
.properties__filter-slide div.fancy-select ul.options li {
  padding: 0.6rem 2.4rem 0.6rem 4.8rem;
  position: relative;
}
.properties__filter-slide div.fancy-select ul.options li.selected {
  background-color: transparent;
  color: #30377C;
}
.properties__filter-slide div.fancy-select ul.options li.selected:after {
  background-color: #30377C;
}
.properties__filter-slide div.fancy-select ul.options li:before {
  border: 0.1rem solid #30377C;
  border-radius: 50%;
  content: "";
  height: 1rem;
  left: 2.4rem;
  opacity: 0.4;
  position: absolute;
  top: 42%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
}
.properties__filter-slide div.fancy-select ul.options li:after {
  background-color: transparent;
  border-radius: 50%;
  content: "";
  height: 0.6rem;
  left: 2.7rem;
  opacity: 0.4;
  position: absolute;
  top: 44%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: background-color 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  width: 0.6rem;
}
.properties__filter-slide div.fancy-select ul.options li:hover {
  background-color: transparent;
  color: #30377C;
}
.properties__filter-slide div.fancy-select ul.options li:first-child {
  margin-top: 2.4rem;
}
.properties__filter-slide div.fancy-select ul.options li:last-child {
  margin-bottom: 2.4rem;
}
.properties__filter-slide div.fancy-select ul.options:before {
  display: none;
}
.properties__filter-slide div.fancy-select ul.options.open {
  max-height: 40rem;
}
.properties__filter-slide .property-filters__filter {
  height: auto;
}
.properties__filter-slide-block {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 2.4rem 2.4rem 4.8rem;
  position: relative;
}
.properties__filter-slide-block h5 {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  display: block;
  transition: border-bottom 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.properties__filter-slide-block h5:after {
  content: ":";
}
@media (max-width: 768px) {
  .properties__filter-slide-block h5 {
    font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
    font-size: 1.2rem;
    line-height: 1;
    padding: 1.7rem 2.4rem 1.5rem;
    position: relative;
    width: 100%;
  }
  .properties__filter-slide-block h5:after {
    content: "";
    background-image: url('../images/icon-arrow-d.svg');
    display: block;
    height: 0.6rem;
    position: absolute;
    right: 2.4rem;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.3rem;
  }
}
@media (max-width: 768px) {
  .properties__filter-slide-block {
    padding: 0;
  }
  .properties__filter-slide-block.is-active h5 {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .properties__filter-slide-block.is-active h5:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
.filter-slide__list li {
  cursor: pointer;
  float: left;
  position: relative;
  width: 50%;
}
@media (max-width: 480px) {
  .filter-slide__list li {
    width: 100%;
  }
}
.filter-slide__list li svg {
  height: 1.5rem;
  left: 0;
  position: absolute;
  top: 0.6rem;
  opacity: 0.4;
  width: 1.5rem;
}
@media (max-width: 768px) {
  .filter-slide__list li svg {
    top: 1.1rem;
  }
  .filter-slide__list li svg rect {
    stroke: #30377C;
  }
  .filter-slide__list li svg .icon-checkbox__tick,
  .filter-slide__list li svg .icon-checkbox__minus {
    fill: #30377C;
  }
}
.filter-slide__list li.is-available {
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 769px) {
  .filter-slide__list li.is-available:hover .icon-checkbox__tick {
    opacity: 1;
  }
}
.filter-slide__list li.is-active svg,
.filter-slide__list li.is-active .icon-checkbox__tick {
  opacity: 1;
}
@media (min-width: 769px) {
  .filter-slide__list li.is-active:hover .icon-checkbox__tick {
    opacity: 0;
  }
  .filter-slide__list li.is-active:hover .icon-checkbox__minus {
    opacity: 1;
  }
}
@media (max-width: 360px) {
  .filter-slide__list li {
    padding-left: 4.8rem;
    padding-right: 2.4rem;
    width: 100%;
  }
  .filter-slide__list li:first-child {
    margin-top: 2.4rem;
  }
  .filter-slide__list li:last-child {
    margin-bottom: 2.4rem;
  }
}
.filter-slide__list .icon-checkbox__box,
.filter-slide__list .icon-checkbox__tick,
.filter-slide__list .icon-checkbox__minus {
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.filter-slide__list .icon-checkbox__tick,
.filter-slide__list .icon-checkbox__minus {
  opacity: 0;
}
@media (max-width: 768px) {
  .filter-slide__list {
    background-color: rgba(173, 207, 220, 0.1);
    overflow: hidden;
    transition: max-height 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  }
  .is-active .filter-slide__list {
    max-height: 100rem;
  }
}
.filter-slide__list label {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
  padding: 0;
  display: inline-block;
  position: static;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 300;
  padding-left: 3.1rem;
}
@media (max-width: 768px) {
  .filter-slide__list label {
    color: #30377C;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.filter-slide__list label:hover .icon-checkbox__tick {
  opacity: 1;
}
.filter-slide__list [type="checkbox"] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.filter-slide__list [type="checkbox"]:checked + label svg,
.filter-slide__list [type="checkbox"]:checked + label .icon-checkbox__tick {
  opacity: 1;
}
.filter-slide__list [type="checkbox"]:checked + label:hover .icon-checkbox__tick {
  opacity: 0;
}
.filter-slide__list [type="checkbox"]:checked + label:hover .icon-checkbox__minus {
  opacity: 1;
}
/* Properties Map*/
.properties__column--map.is-hidden {
  width: 0%;
}
@media (max-width: 768px) {
  .properties__column--map.is-hidden {
    max-height: 0;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .properties__column--map {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .properties__column--map {
    height: 60vh;
    max-height: 60vh;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    position: relative;
    transition: max-height 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    width: 100%;
  }
}
.properties__map-wrap.is-fixed {
  position: fixed;
  top: 0;
  width: 33.333334%;
}
@media (max-width: 1024px) {
  .properties__map-wrap.is-fixed {
    width: 50%;
  }
}
.properties__map-wrap.is-absolute {
  bottom: 0;
  position: absolute;
  top: auto;
  width: 100%;
}
.properties__map-wrap,
.properties__map {
  height: 100vh;
  max-height: 100%;
}
.map__icon span {
  background-color: #30377C;
  font-size: 10px;
  white-space: nowrap;
  height: 3rem;
  color: white;
  display: block;
  padding: 0.5em;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 3rem;
}
.map__icon span:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #30377C transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
}
.map__icon svg {
  height: 1.6rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 1.6rem;
}
/* Property List*/
.properties__head {
  background-color: #F8FAFB;
  padding-top: 4rem;
  padding-bottom: 1.3rem;
}
.properties__heading {
  line-height: 1;
  padding-bottom: 0;
  margin-bottom: 2rem;
}
.expandable-detail {
  background: #ddebf0;
  max-width: 1180px;
  position: relative;
  width: 100%;
  margin: 20px auto;
  border-radius: 5px;
  padding: 30px 30px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .expandable-detail {
    padding: 20px 20px 0;
  }
}
.expandable-detail[data-expandable-detail="hidden"] {
  cursor: pointer;
  max-height: 180px;
  padding: 30px;
}
@media (max-width: 1024px) {
  .expandable-detail[data-expandable-detail="hidden"] {
    padding: 20px;
    max-height: 140px;
  }
}
.expandable-detail[data-expandable-detail="hidden"]:before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(180deg, rgba(221, 235, 240, 0) 0%, #ddebf0 50%, #ddebf0 100%);
}
@media (max-width: 1024px) {
  .expandable-detail[data-expandable-detail="hidden"]:before {
    height: 90px;
  }
}
.expandable-detail[data-expandable-detail="hidden"] .read-more {
  display: block;
}
.expandable-detail[data-expandable-detail="hidden"] .read-more .arrow {
  transform: rotate(90deg);
}
.expandable-detail .read-more {
  position: absolute;
  display: none;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3rem;
  text-transform: uppercase;
  text-align: center;
  user-select: none;
}
.expandable-detail .read-more .arrow {
  position: absolute;
  height: 12px;
  top: 1px;
  width: auto;
  display: block;
  transform: rotate(-90deg);
  transition: transform 0.35s;
}
.expandable-detail .read-more .arrow.left {
  left: -30px;
}
.expandable-detail .read-more .arrow.right {
  right: -30px;
}
.expandable-detail p {
  font-size: 2rem;
}
@media (max-width: 1024px) {
  .expandable-detail p {
    font-size: 1.6rem;
  }
}
.loader {
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  pointer-events: all;
  position: fixed;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1), visibility 0 cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 999;
}
.loader img {
  height: 7rem;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 7rem;
}
.loader .loader--content {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
}
.loader .loader--content img {
  position: static;
  margin: 0 auto;
  left: 0;
  top: 0 !important;
  margin-bottom: 4vh;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0%) translateY(0);
  transform: translateX(0) translateY(0);
}
.loader.is-hidden {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1), visibility 0 cubic-bezier(0.55, 0, 0.1, 1) 0.25s;
  visibility: hidden;
}
.properties__property-items .loader {
  position: fixed;
}
.properties__property-items .loader img {
  top: 10rem;
}
.properties__property-items .loader.page-loaded {
  width: 0;
  opacity: 0;
  transition: opacity 0.35s ease, width 0.1s 0.4s linear;
}
.properties__column--listing {
  width: 100%;
}
.properties__column {
  overflow: hidden;
}
.related-property-items__item-wrap {
  text-align: left;
}
@media (max-width: 1024px) {
  .property-items__item-wrap {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .property-items__item-wrap {
    width: 100%;
  }
}
.property-item__type-icon {
  display: none;
}
.properties__property-items {
  background-color: rgba(173, 207, 220, 0.1);
  min-height: 100vh;
  min-height: calc(100vh + 60rem);
  padding-bottom: 2.4rem;
  padding-top: 2.4rem;
  position: relative;
}
.is-full-width .properties__property-items .w50 {
  width: 33.33%;
}
@media (max-width: 1024px) {
  .is-full-width .properties__property-items .w50 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .is-full-width .properties__property-items .w50 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .properties__property-items {
    min-height: 100vh;
  }
}
.related-property-items__property-item,
.property-items__property-item {
  background-color: #fff;
  border-bottom: solid 0.1rem #D4D4D4;
  margin-bottom: 2.4rem;
}
.is-selected .related-property-items__property-item,
.is-selected .property-items__property-item {
  box-shadow: #A4C6D3 0px 0px 5px;
}
@media (max-width: 768px) {
  .is-selected .related-property-items__property-item,
  .is-selected .property-items__property-item {
    box-shadow: none;
  }
}
.popup .related-property-items__property-item,
.popup .property-items__property-item {
  border-bottom: none;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .popup .related-property-items__property-item img,
  .popup .property-items__property-item img {
    display: none;
  }
  .related-property-items__property-item img,
  .property-items__property-item img {
    height: auto;
    width: 100%;
  }
}
.item__image {
  position: relative;
  overflow: hidden;
}
.property-item__sale {
  position: absolute;
  top: 0;
  left: 100%;
  text-transform: uppercase;
  line-height: 1.3;
  background-color: #fff;
  transform: translateX(-50%) rotate(45deg) translate(-15px, 70px);
  text-align: center;
  white-space: nowrap;
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 15px;
  pointer-events: none;
}
@media (max-width: 480px) {
  .property-item__sale {
    transform: translateX(-50%) rotate(45deg) translate(-15px, 60px);
  }
}
.property-item__sale:before {
  content: "";
  position: absolute;
  bottom: 95%;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: inherit;
}
.header-bar .property-item__sale {
  z-index: 22;
  transform: translateX(-50%) rotate(45deg) translate(-35px, 96px) scale(1.3);
}
@media (max-width: 768px) {
  .header-bar .property-item__sale {
    transform: translateX(-50%) rotate(45deg) translate(-25px, 76px) scale(1.3);
  }
}
@media (max-width: 480px) {
  .header-bar .property-item__sale {
    transform: translateX(-50%) rotate(45deg) translate(-23px, 55px) scale(1);
  }
}
.header-bar .property-item__sale span {
  font-size: 12px;
  text-transform: none;
  display: block;
  letter-spacing: 0;
}
.property-item__details {
  overflow: hidden;
  padding: 2.4rem;
  padding-bottom: 1.7rem;
  position: relative;
}
.property-item__details h3 {
  max-width: 80%;
  max-width: calc(100% - 8.5rem);
  padding-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .property-item__details h3 {
    font-size: 2.4rem;
  }
}
.popup .property-item__details {
  padding-bottom: 2.4rem;
  text-align: center;
}
.popup .property-item__details h3 {
  font-size: 2.2rem;
  max-width: 100%;
}
.property-item__location {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-bottom: 2.4rem;
}
.popup .property-item__location {
  margin-bottom: 1rem;
  text-align: center;
  width: 100%;
}
.property-item__exclusive {
  background-color: #3280A2;
  font-size: 0.8rem;
  padding: 0.7rem 0.7rem 0.5rem;
  position: absolute;
  right: 2.4rem;
  top: 2.4rem;
}
.popup .property-item__exclusive {
  background-image: url('../images/icon-star.svg');
  background-position: top 0.4rem center;
  background-repeat: no-repeat;
  background-size: 0.8rem;
  bottom: -0.4rem;
  font-size: 0;
  height: 2rem;
  right: -1.4rem;
  top: auto;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 4rem;
}
@media (max-width: 900px) {
  .property-item__exclusive {
    background-image: url('../images/icon-star.svg');
    background-position: top 0.4rem center;
    background-repeat: no-repeat;
    background-size: 0.8rem;
    bottom: -0.4rem;
    font-size: 0;
    height: 2rem;
    right: -1.4rem;
    top: auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 4rem;
  }
}
.property-item__rating {
  float: right;
  font-size: 1.2rem;
  margin-top: 0.2rem;
  text-transform: uppercase;
}
.popup .property-item__rating {
  display: block;
  float: none;
}
.property-item__icons {
  color: #AFAFAE;
  font-size: 0;
}
.property-item__icons svg circle,
.property-item__icons svg ellipse,
.property-item__icons svg line,
.property-item__icons svg path,
.property-item__icons svg polygon,
.property-item__icons svg polyline,
.property-item__icons svg rect {
  stroke: #AFAFAE;
}
.property-item__icon-wrap {
  display: inline-block;
}
.property-item__icon-wrap span {
  font-size: 1.2rem;
  padding-left: 0.6rem;
  vertical-align: text-bottom;
}
@media (max-width: 768px) {
  .property-item__icon-wrap span {
    padding-left: 0.4rem;
  }
}
.popup .property-item__icon-wrap {
  display: none;
}
.property-item__icon {
  display: inline-block;
  height: 2rem;
  position: relative;
  top: -0.2rem;
  width: 2.2rem;
}
@media (max-width: 768px) {
  .property-item__icon {
    height: 1.6rem;
    top: -0.1rem;
    width: 1.8rem;
  }
}
.property-item__type {
  width: 50%;
}
@media (max-width: 768px) {
  .property-item__type {
    font-size: 0.9rem;
    width: 40%;
  }
}
.property-item__bedrooms,
.property-item__bathrooms,
.property-item__guests {
  text-align: right;
  width: 16.66%;
}
@media (max-width: 768px) {
  .property-item__bedrooms,
  .property-item__bathrooms,
  .property-item__guests {
    font-size: 0.9rem;
    width: 20%;
  }
}
.property-item__no-results {
  padding-top: 2.4rem;
}
/* Single Property*/
.property__rating {
  display: inline-block;
  position: relative;
}
.property__rating .property__rating-stars {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.property__rating .property__rating-stars > span {
  background-image: url('../images/icon-rating-star.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 2rem;
  display: inline-block;
  float: left;
  height: 1.7rem;
  width: 2rem;
}
.property__rating .property__rating-stars > span.partial--25 {
  width: 0.75rem;
}
.property__rating .property__rating-stars > span.partial--5 {
  width: 1rem;
}
.property__rating .property__rating-stars > span.partial--75 {
  width: 1.5rem;
}
.property__rating > span {
  background-image: url('../images/icon-rating-star-empty.svg');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 2rem;
  display: inline-block;
  color: transparent;
  float: left;
  height: 1.7rem;
  width: 2rem;
}
@media (max-width: 1024px) {
  .property__main-content-column {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .property__main-content-column {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
.property__more-price {
  padding-top: 3.6rem;
}
@media (max-width: 768px) {
  .property__more-price {
    padding-right: 150px;
  }
}
.property__more-information-column {
  position: relative;
}
@media (max-width: 1024px) {
  .property__more-information-column {
    width: 40%;
  }
}
@media (max-width: 768px) {
  .property__more-information-column {
    display: none;
  }
}
.property__more-information.is-fixed {
  position: fixed;
  top: 6.5rem;
  width: 26.75%;
  width: calc(42.26244rem - 2.4rem);
}
@media (max-width: 1280px) {
  .property__more-information.is-fixed {
    width: 33.33%;
    width: calc(33.33% - 2.4rem);
  }
}
@media (max-width: 1024px) {
  .property__more-information.is-fixed {
    width: 40%;
    width: calc(40% - 2.4rem);
  }
}
.property__more-information.is-absolute {
  bottom: 13rem;
  left: 2.4rem;
  position: absolute;
  right: 2.4rem;
}
.property__desktop-tabs-wrap {
  height: 6.7rem;
}
@media (max-width: 768px) {
  .property__desktop-tabs-wrap {
    height: 0;
  }
}
.property__desktop-tabs {
  background-color: #fff;
  border-bottom: solid 1px #D5D5D5;
  height: 6.7rem;
  position: relative;
  transition: -webkit-transform 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.25s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 401;
}
.property__desktop-tabs ul {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 80rem;
  padding: 2.4rem 0;
}
.property__desktop-tabs li {
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  padding: 0 2.4rem;
}
.property__desktop-tabs li.is-active {
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
}
@media (max-width: 768px) {
  .property__desktop-tabs {
    display: none;
  }
}
.property__desktop-tabs.is-fixed {
  left: 2.4rem;
  position: fixed;
  right: 2.4rem;
  top: 0;
}
.property__desktop-tabs.is-absolute {
  left: 2.4rem;
  position: fixed;
  right: 2.4rem;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.property__accordion-section-mobile-heading {
  background-color: #30377C;
  border-bottom: solid 1px #282D5F;
  color: #fff;
  display: none;
  font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
  padding: 1.7rem 2.4rem 1.5rem;
  position: relative;
  text-transform: uppercase;
  width: 100%;
}
.property__accordion-section-mobile-heading:after {
  content: "";
  background-image: url('../images/icon-arrow-d-white.svg');
  display: block;
  height: 0.6rem;
  position: absolute;
  right: 2.4rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
}
.property__accordion-section-mobile-heading.is-active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 768px) {
  .property__accordion-section-mobile-heading {
    display: block;
  }
}
.property__main-content,
.property__more-information {
  padding-bottom: 3.6rem;
  padding-top: 3.6rem;
}
@media (max-width: 768px) {
  .property__main-content,
  .property__more-information {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .property__main-content .wrap,
  .property__more-information .wrap {
    padding: 0;
  }
}
.more-information__sidebar {
  border: solid 1px #D5D5D5;
  padding: 3.6rem;
}
.more-information__sidebar p {
  min-width: 17.8rem;
  padding-bottom: 2.4rem;
  width: 50%;
}
.more-information__sidebar button {
  display: block;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
@media (max-width: 1024px) {
  .more-information__sidebar button {
    font-size: 1rem;
  }
}
@media (max-width: 1060px) {
  .more-information__sidebar {
    padding: 2.4rem;
  }
}
.sidebar__number {
  display: inline-block;
  font-size: 3rem;
  padding-bottom: 2.4rem;
}
@media (max-width: 1240px) {
  .sidebar__number {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .sidebar__number {
    font-size: 2.1rem;
  }
}
.property__accordion {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.property__accordion-section {
  left: 0;
  margin: 0;
  opacity: 1;
  pointer-events: all;
  position: relative;
  right: 0;
  top: 0;
  transition: opacity 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s;
}
.property__accordion-section.is-hidden {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 768px) {
  .property__accordion-section.is-hidden {
    opacity: 1;
    pointer-events: all;
    position: relative;
  }
}
.property__accordion-section--inner {
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1);
  max-height: auto;
}
@media (max-width: 768px) {
  .is-hidden .property__accordion-section--inner {
    max-height: 0 !important;
  }
}
.property__accordion-section--wrap .property__more-price {
  padding-left: 0;
  padding-top: 0.5rem;
}
@media (max-width: 768px) {
  .property__accordion-section--wrap {
    padding: 2.4rem;
  }
}
.property__details h1 {
  padding: 0;
}
@media (max-width: 768px) {
  .property__details h1 {
    padding-right: 150px;
  }
}
@media (max-width: 768px) {
  .property__details .details__block:first-of-type {
    margin-top: 2.4rem;
  }
}
.details__block {
  border-bottom: solid 1px #D5D5D5;
  margin-top: 3.6rem;
  padding-bottom: 3.6rem;
}
.details__block:last-of-type {
  border-bottom: 0;
}
@media (max-width: 768px) {
  .details__block .grid__column {
    width: 100%;
  }
}
.details__heading {
  display: table;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0.3rem;
}
@media (max-width: 768px) {
  .details__heading {
    margin-bottom: 2.4rem;
  }
}
.details__rating {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .details__rating {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 768px) {
  .details__rating {
    float: right;
    margin-top: -100px;
  }
}
.details__location {
  display: inline-block;
  font-size: 1.5rem;
  letter-spacing: 0;
  margin-bottom: 0.6rem;
}
@media (max-width: 768px) {
  .details__location {
    font-size: 1.2rem;
  }
}
.details__icons {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  text-align: center;
}
.details__icons li {
  padding: 0 2.4rem;
}
@media (max-width: 1024px) {
  .details__icons li {
    padding: 2.4rem;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .details__icons li {
    padding: 0.4rem;
  }
}
@media (max-width: 768px) {
  .details__icons {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
.details__icons-icon {
  height: 3.8rem;
  left: 50%;
  margin-bottom: 2.4rem;
  position: relative;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 4.5rem;
}
@media (max-width: 768px) {
  .details__icons-icon {
    margin-bottom: 0.6rem;
    width: 3.2rem;
  }
}
.details__facilities {
  list-style-type: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.details__facilities li {
  padding-left: 5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .details__facilities li {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .details__facilities li {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .details__facilities li {
    padding-left: 3.4rem;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .details__facilities {
    font-size: 1.2rem;
  }
}
.details__facilities-icon {
  display: inline-block;
  height: auto;
  left: 0;
  margin-right: 0.8rem;
  position: absolute;
  top: -0.4rem;
  width: auto;
}
@media (max-width: 768px) {
  .details__facilities-icon {
    top: -0.5rem;
    width: 2.4rem;
  }
}
/* Pricing Graph*/
.pricing__graph-block {
  margin-bottom: 7.2rem;
  position: relative;
}
@media (max-width: 1024px) {
  .pricing__graph-block {
    display: none;
  }
}
.pricing__graph {
  border-bottom: #D5D5D5 solid 0.1rem;
  font-size: 0;
}
.pricing__graph-space {
  display: inline-block;
  height: 4rem;
  width: 8%;
}
.graph__end {
  background-color: #D5D5D5;
  bottom: -1rem;
  display: inline-block;
  height: 1rem;
  margin-left: -0.1rem;
  position: absolute;
  width: 0.1rem;
}
.graph__year {
  display: inline-block;
  font-size: 0;
}
.graph__year:before {
  background-color: #A4C6D3;
  bottom: -1rem;
  content: "";
  height: 1rem;
  left: 0;
  position: absolute;
  width: 0.1rem;
}
.graph__year-title {
  bottom: -2.4rem;
  font-size: 1.2rem;
  margin-left: -3.3rem;
  position: absolute;
}
@media (max-width: 1024px) {
  .graph__year-title {
    font-size: 1rem;
    margin-left: -2.8rem;
  }
}
.graph__period-wrap {
  display: inline-block;
  height: 25rem;
  margin-left: 0.7%;
  margin-right: 0.7%;
  position: relative;
  width: 5.6%;
}
.graph__period {
  background-color: #e0eaee;
  bottom: 0;
  cursor: pointer;
  font-size: 1rem;
  left: 0;
  height: 100%;
  position: absolute;
  right: 0;
  transition: background-color 0.25s cubic-bezier(0.55, 0, 0.1, 1), height 0.5s linear 0.5s;
  width: 100%;
}
.graph__period:hover {
  background-color: #A4C6D3;
}
.graph__period:hover .graph__period-details {
  opacity: 1;
  top: -1rem;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0.25s, top 0.25s cubic-bezier(0.55, 0, 0.1, 1) 0.25s;
}
.is-hidden .graph__period {
  height: 0%;
  transition: background-color 0.25s cubic-bezier(0.55, 0, 0.1, 1), height 0.25s linear;
}
.graph__period-details {
  background-color: #30377C;
  color: #fff;
  left: 0.1rem;
  opacity: 0;
  padding: 0.6rem 1rem;
  pointer-events: none;
  position: absolute;
  top: 0rem;
  -webkit-transform: translateX(-100%) translateY(-100%);
  -ms-transform: translateX(-100%) translateY(-100%);
  transform: translateX(-100%) translateY(-100%);
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1), top 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  width: auto;
}
.graph__period-details:after {
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-right: 1rem solid #30377C;
  bottom: -1rem;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}
.graph__period-details span {
  display: block;
  white-space: nowrap;
  width: auto;
}
/* Pricing List*/
.pricing__list {
  padding-bottom: 7.2rem;
}
@media (max-width: 1024px) {
  .pricing__list {
    padding-top: 2.4rem;
  }
}
@media (max-width: 768px) {
  .pricing__list {
    padding-bottom: 2.4rem;
  }
}
.pricing__list-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pricing__list-head h5,
.pricing__list-head span {
  letter-spacing: 0;
  padding-bottom: 0.4rem;
  width: 20%;
}
@media (max-width: 768px) {
  .pricing__list-head h5,
  .pricing__list-head span {
    width: 33%;
  }
}
.pricing__list-head span {
  font-size: 1.6rem;
  margin-right: 0;
  margin-left: auto;
  padding-left: 10px;
  text-transform: none;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .pricing__list-head span {
    width: 33%;
  }
}
@media (max-width: 360px) {
  .pricing__list-head span {
    font-size: 1.1rem;
  }
}
.pricing__list-head span:last-child {
  margin-left: 60px;
  letter-spacing: 1px;
}
@media (max-width: 1024px) {
  .pricing__list-head span:last-child {
    margin-left: 0;
  }
}
.list__year {
  list-style-type: none;
  margin-top: 0;
  padding: 0;
}
.list__period {
  border-top: 1px #D5D5D5 solid;
  font-size: 1.5rem;
  margin: 0;
  padding: 0.8rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .list__period {
    font-size: 1.4rem;
  }
}
@media (max-width: 360px) {
  .list__period {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  .list__period span {
    width: 33%;
  }
}
.list__period-price {
  margin-left: auto;
  margin-right: 0;
  width: 20%;
  padding-left: 10px;
}
.list__period-price:last-child {
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .list__period-price:last-child {
    margin-left: 0;
  }
}
.list__period-price--previous {
  opacity: 0.4;
}
/* Buy Property Link*/
.property__buy-property-link {
  margin-bottom: 8rem;
  max-width: 86rem;
}
@media (max-width: 768px) {
  .property__buy-property-link {
    margin-bottom: -2.4rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}
.buy-property-link__text {
  background-color: rgba(173, 207, 220, 0.1);
  padding: 3.6rem;
}
.buy-property-link__text .btn {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .buy-property-link__text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .buy-property-link__text {
    padding: 2.4rem;
  }
}
.buy-property-link__image {
  overflow: hidden;
  position: relative;
}
.buy-property-link__image img {
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  width: 100%;
}
@media (max-width: 1024px) {
  .buy-property-link__image {
    display: none;
  }
}
/* Property Map*/
.property__map {
  min-height: 45rem;
}
/* Single Location*/
.location__desktop-tabs-wrap {
  height: 6.7rem;
  margin-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .location__desktop-tabs-wrap {
    display: none;
  }
}
.location__desktop-tabs {
  background-color: #fff;
  border-bottom: solid 1px #D5D5D5;
  height: 6.7rem;
  overflow: hidden;
  position: relative;
  transition: -webkit-transform 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  transition: transform 0.25s cubic-bezier(0.55, 0, 0.1, 1), -webkit-transform 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: 46;
}
.location__desktop-tabs ul {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 100%;
}
.location__desktop-tabs li {
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  padding: 2.4rem;
}
.location__desktop-tabs li.is-active {
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
}
.location__desktop-tabs li a:focus {
  color: #30377C;
}
.location__desktop-tabs li a:hover {
  color: #d4e5f7;
}
@media (max-width: 768px) {
  .location__desktop-tabs {
    display: none;
  }
}
.location__desktop-tabs.is-fixed {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.location__desktop-tabs.is-absolute {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Contact*/
.contact-forms {
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 6;
}
.contact-forms li {
  width: 100%;
}
.contact-forms li h5 {
  background-color: #30377C;
  border-bottom: solid 1px #282842;
  color: #fff;
  display: none;
  font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  padding: 1.7rem 2.4rem 1.5rem;
  position: relative;
}
@media (max-width: 1024px) {
  .contact-forms li h5 {
    display: block;
  }
}
.contact-forms li h5:after {
  content: "";
  background-image: url('../images/icon-arrow-d-white.svg');
  display: block;
  height: 0.6rem;
  position: absolute;
  right: 2.4rem;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.3rem;
}
.contact-forms li h5.is-active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.contact-forms.mobile--only {
  display: none;
}
@media (max-width: 1024px) {
  .contact-forms.mobile--only {
    display: block;
  }
}
.contact-forms__nav {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 50;
}
.contact-forms__nav h3 {
  font-size: 1.8rem;
  padding-bottom: 0;
}
@media (max-width: 1300px) {
  .contact-forms__nav {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .contact-forms__nav {
    display: none;
  }
}
.contact-forms__nav-item {
  cursor: pointer;
  padding-bottom: 3rem;
  padding-left: 7.4rem;
  padding-top: 4rem;
  position: relative;
  transition: background 0.25s cubic-bezier(0.55, 0, 0.1, 1), color 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.contact-forms__nav-item div {
  display: inline-block;
  height: 3rem;
  left: 1.7rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3rem;
}
.contact-forms__nav-item div path,
.contact-forms__nav-item div line,
.contact-forms__nav-item div circle,
.contact-forms__nav-item div rect,
.contact-forms__nav-item div polyline {
  transition: all cubic-bezier(0.55, 0, 0.1, 1) 0.25s;
}
@media (max-width: 1160px) {
  .contact-forms__nav-item div {
    height: 2.2rem;
    width: 2.2rem;
  }
}
.contact-forms__nav-item:after {
  background-image: url('../images/icon-close-white.svg');
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 1rem;
  opacity: 0;
  position: absolute;
  right: 2.4rem;
  top: 54%;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1rem;
}
@media (max-width: 1130px) {
  .contact-forms__nav-item:after {
    bottom: 1rem;
    right: 50%;
    top: auto;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
}
@media (max-width: 1024px) {
  .contact-forms__nav-item:after {
    display: none;
  }
}
.contact-forms__nav-item:hover,
.contact-forms__nav-item.is-active {
  background-color: #30377C;
  color: #fff;
}
.contact-forms__nav-item:hover path,
.contact-forms__nav-item.is-active path,
.contact-forms__nav-item:hover line,
.contact-forms__nav-item.is-active line,
.contact-forms__nav-item:hover polyline,
.contact-forms__nav-item.is-active polyline,
.contact-forms__nav-item:hover rect,
.contact-forms__nav-item.is-active rect,
.contact-forms__nav-item:hover circle,
.contact-forms__nav-item.is-active circle {
  stroke: #fff;
}
.contact-forms__nav-item.is-active:after {
  opacity: 1;
}
.contact-forms__nav-item,
.contact-forms__details {
  padding-left: 7.2rem;
}
@media (max-width: 1160px) {
  .contact-forms__nav-item,
  .contact-forms__details {
    padding-left: 5rem;
  }
}
.contact-forms-wrap {
  min-height: 0;
  overflow: hidden;
  position: relative;
}
.contact-forms__details-wrap {
  left: 0;
  position: relative;
  right: 0;
  transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s;
  z-index: 5;
  max-height: 340px !important;
}
.contact-forms__details-wrap.is-hidden {
  max-height: 0 !important;
  transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 1024px) {
  .contact-forms__details-wrap {
    max-height: 498px !important;
  }
}
@media (max-width: 768px) {
  .contact-forms__details-wrap {
    max-height: 837px !important;
  }
}
@media (max-width: 1300px) {
  .contact-forms__details-wrap {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}
.contact-forms__details {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
.contact-forms__details p,
.contact-forms__details a {
  font-size: 1.8rem;
}
.contact-forms__details li {
  font-size: 1.8rem;
  padding-bottom: 2.4rem;
}
@media (max-width: 1024px) {
  .contact-forms__details {
    padding-bottom: 4.8rem;
    padding-left: 2.4rem;
    padding-top: 4.8rem;
    text-align: center;
    width: 50%;
  }
}
@media (max-width: 768px) {
  .contact-forms__details {
    width: 100%;
  }
}
.contact-forms__form {
  background-color: #30377C;
  color: #fff;
  left: 0;
  overflow: hidden;
  right: 0;
  top: 0;
  transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0.25s;
}
.contact-forms__form.is-hidden {
  max-height: 0 !important;
  transition: max-height 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
@media (max-width: 1024px) {
  .contact-forms__form.is-hidden {
    border-bottom: 0;
    opacity: 1;
    position: relative;
  }
}
@media (max-width: 1024px) {
  .contact-forms__form {
    border-bottom: solid 1px #282842;
    transition: max-height 0.25s cubic-bezier(0.55, 0, 0.1, 1);
  }
}
.contact-forms__form > .wrap {
  padding-bottom: 8rem;
  padding-top: 8rem;
}
@media (max-width: 1024px) {
  .contact-forms__form > .wrap {
    padding-bottom: 2.4rem;
    padding-top: 2.4rem;
  }
}
.contact-forms__form h3 {
  padding-bottom: 5.2rem;
}
.contact-forms__form .select__label {
  color: #fff;
}
@media (max-width: 768px) {
  .contact-forms__form .field {
    width: 100%;
  }
}
.contact-forms__form .field__row {
  font-size: 0;
  margin-bottom: 3.6rem;
  position: relative;
  z-index: 1;
}
.contact-forms__form .field__row:first-of-type {
  z-index: 2;
}
@media (max-width: 768px) {
  .contact-forms__form .field__row:first-of-type {
    margin-bottom: 2.4rem;
  }
}
.contact-forms__form .field__row:last-of-type {
  margin-bottom: 3.6rem;
}
@media (max-width: 768px) {
  .contact-forms__form .field__row:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) and (max-height: 788px) {
  .contact-forms__form .field__row {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .contact-forms__form .field__row {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 768px) {
  .contact-forms__form .field__row {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .contact-forms__form .field--select {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .contact-forms__form .field--select {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contact-forms__form div.fancy-select div.trigger {
    padding: 1.5rem 2rem 1.2rem 2rem;
  }
  .contact-forms__form div.fancy-select div.trigger:after {
    right: 2rem;
  }
}
.contact-forms__form .field__input,
.contact-forms__form .field__label {
  padding: 2.3rem 3.6rem 2.1rem 3.6rem;
}
@media (max-width: 768px) {
  .contact-forms__form .field__input,
  .contact-forms__form .field__label {
    padding: 1.5rem 2rem 1.2rem 2rem;
  }
}
@media (max-width: 768px) {
  .contact-forms__form .field {
    margin-bottom: 2.4rem;
  }
  .contact-forms__form .field--select,
  .contact-forms__form .field.datepicker {
    margin-bottom: 0;
  }
}
.contact-forms__form label {
  text-align: left;
}
.contact-forms__form label.error {
  left: 2.4rem;
  position: absolute;
  right: 2.4rem;
}
@media (max-width: 768px) {
  .contact-forms__form label.error {
    left: 0;
    position: relative;
    text-align: right;
  }
}
.contact-forms__form .select__label {
  color: #fff;
}
.contact-forms__form textarea {
  text-transform: none;
}
.contact-forms__form button {
  margin: 0 auto;
  min-width: 25rem;
}
/* News Filters*/
.archive__filters {
  margin: 0 auto;
  max-width: 80rem;
  padding-bottom: 4.4rem;
  padding-top: 2.4rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 1024px) {
  .archive__filters {
    max-width: 64rem;
  }
}
@media (max-width: 620px) {
  .archive__filters {
    padding-bottom: 0;
    padding-top: 0;
  }
}
.archive__filters .filter__all {
  display: block;
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  font-size: 2rem;
  line-height: 1;
  padding: 2.5rem 3.6rem 2.3rem 3.6rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .archive__filters .filter__all {
    font-size: 1.6rem;
    padding: 2rem 3.6rem 1.8rem 3.6rem;
  }
}
@media (max-width: 620px) {
  .archive__filters .filter__all {
    border-bottom: solid 1px #D5D5D5;
    border-top: solid 1px #D5D5D5;
    font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
    font-size: 1.2rem;
    height: 4.5rem;
    letter-spacing: 0.12em;
    line-height: 1;
    padding: 1.7rem 2.4rem 1.5rem;
    position: relative;
    text-transform: uppercase;
    width: 100%;
  }
}
.archive__filters div.fancy-select div.trigger {
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  font-size: 2rem;
}
.archive__filters div.fancy-select div.trigger:after {
  background-repeat: no-repeat;
  background-size: contain;
  height: 0.8rem;
  opacity: 1;
  width: 1.8rem;
}
@media (max-width: 1024px) {
  .archive__filters div.fancy-select div.trigger:after {
    height: 0.6rem;
    width: 1.2rem;
  }
}
@media (max-width: 620px) {
  .archive__filters div.fancy-select div.trigger:after {
    content: "";
    display: block;
    height: 0.6rem;
    position: absolute;
    right: 2.4rem;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .archive__filters div.fancy-select div.trigger {
    font-size: 1.6rem;
    padding: 2rem 3.6rem 1.8rem 3.6rem;
  }
}
@media (max-width: 620px) {
  .archive__filters div.fancy-select div.trigger {
    border-bottom: solid 1px #D5D5D5;
    border-radius: 0;
    font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
    font-size: 1.2rem;
    letter-spacing: 0.12em;
    line-height: 1;
    padding: 1.7rem 2.4rem 1.5rem;
    position: relative;
    text-transform: uppercase;
    width: 100%;
  }
  .archive__filters div.fancy-select div.trigger.open:after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
  }
}
.archive__filters div.fancy-select ul.options:before {
  display: none;
}
.archive__filters div.fancy-select ul.options li {
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  font-size: 1.8rem;
  padding: 2rem 3.6rem 1.8rem;
}
@media (max-width: 1024px) {
  .archive__filters div.fancy-select ul.options li {
    font-size: 1.2rem;
  }
}
@media (max-width: 620px) {
  .archive__filters div.fancy-select ul.options li {
    font-family: 'Brandon Grotesque Regular', Arial, sans-serif;
    padding: 1.7rem 2.4rem 1.5rem;
  }
}
@media (max-width: 620px) {
  .archive__filters div.fancy-select ul.options {
    background-color: rgba(173, 207, 220, 0.1);
    max-height: 0;
    opacity: 1;
    overflow: hidden;
    padding-top: 0;
    position: relative;
    top: 0;
    transition: max-height 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    visibility: visible;
    z-index: 1;
  }
}
.archive__filters div.fancy-select ul.options.open {
  max-height: 40rem;
}
.filter__grid-column {
  line-height: 0;
}
@media (max-width: 620px) {
  .filter__grid-column {
    padding: 0;
    width: 100%;
  }
}
.filters__heading {
  display: block;
  font-size: 1.2rem;
  text-align: center;
}
@media (max-width: 620px) {
  .filters__heading {
    display: none;
  }
}
/* Sitemap*/
.pagenav {
  font-size: 0;
}
.pagenav ul {
  font-size: initial;
}
/* =================== !HOME */
.introduction-text {
  padding-bottom: 7.2rem;
  padding-top: 9.6rem;
}
.introduction-text p {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .introduction-text {
    padding-bottom: 2.4rem;
    padding-top: 4.8rem;
  }
}
.about-real-alarve {
  background-color: rgba(173, 207, 220, 0.1);
  padding-bottom: 12rem;
  padding-top: 12rem;
}
.about-real-alarve .btn {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .about-real-alarve {
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}
.post-single .about-real-alarve {
  background-color: transparent;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .post-single .about-real-alarve {
    padding-bottom: 0;
    padding-top: 6rem;
  }
}
.home-reviews {
  padding: 35px 0;
}
@media (max-width: 1024px) {
  .home-reviews {
    text-align: center;
  }
}
.home-reviews .container {
  max-width: 1100px;
}
@media (max-width: 1024px) {
  .home-reviews .feefowidget-feefo-logo {
    margin-top: -10px !important;
  }
}
.about-real-alarve2 {
  background-color: rgba(173, 207, 220, 0.1);
}
.about-real-alarve__content {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .about-real-alarve__content {
    font-size: 1.6rem;
  }
}
.post-single .about-real-alarve__content {
  font-size: 2.6rem;
}
@media (max-width: 768px) {
  .post-single .about-real-alarve__content {
    font-size: 2rem;
  }
}
.about-real-alarve__key-facts {
  padding-bottom: 5.2rem;
  padding-top: 5.2rem;
}
@media (max-width: 768px) {
  .about-real-alarve__key-facts {
    padding-bottom: 0;
  }
}
@media (max-width: 480px) {
  .about-real-alarve__key-facts {
    padding-bottom: 2.4rem;
  }
}
@media (max-width: 768px) {
  .about-real-alarve__key-fact {
    padding-bottom: 5.2rem;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .about-real-alarve__key-fact {
    padding-bottom: 4.4rem;
    width: 100%;
  }
}
.key-facts__icon {
  margin-bottom: 2.4rem;
}
.key-facts__description {
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
}
@media (max-width: 480px) {
  .key-facts__description {
    font-size: 1rem;
  }
}
/* =================== !JS */
.js-clear-filters {
  bottom: 18px;
  color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  font-size: 11px;
  left: 50%;
  letter-spacing: 0.2em;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: color 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.js-clear-filters:hover {
  color: #fff;
}
@media (max-width: 768px) {
  .js-clear-filters {
    bottom: auto;
    color: #30377C;
    left: auto;
    opacity: 0;
    pointer-events: none;
    right: 2rem;
    top: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 99;
  }
  .js-clear-filters:hover {
    color: #30377C;
  }
  .is-active .js-clear-filters {
    opacity: 1;
    pointer-events: all;
  }
}
.js-image-fixed.is-fixed {
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  width: 50%;
}
.js-image-fixed.is-absolute {
  bottom: 0;
  height: 100vh;
  position: absolute;
  right: 0;
  top: auto;
}
.js-multi-content-nav li {
  cursor: pointer;
  margin-bottom: 0.6rem;
}
.js-multi-content-nav li span {
  display: inline-block;
  padding-left: 2.4rem;
  position: relative;
}
.js-multi-content-nav li span num {
  left: 0;
  position: absolute;
}
.js-multi-content-nav li span:after {
  background-color: #30377C;
  bottom: 0.3rem;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  transition: opacity 0.25s cubic-bezier(0.55, 0, 0.1, 1), bottom 0.25s cubic-bezier(0.55, 0, 0.1, 1);
}
.js-multi-content-nav li.is-active {
  font-family: 'Brandon Grotesque Bold', Georgia, sans-serif;
}
.js-multi-content-nav li.is-active span:after {
  opacity: 1;
}
.js-multi-content-nav li:hover span:after {
  opacity: 1;
}
.singlevillasend {
  display: inline-block;
  padding-left: 5rem;
}
.mobile__only {
  display: none;
}
@media (max-width: 1024px) {
  .mobile__only {
    display: block;
  }
}
@media (max-width: 1024px) {
  .mobile__hide {
    display: none;
  }
}
.bg--darkblue {
  background-color: #30377C;
  padding: 6vh 0 0;
}
.bg--darkblue h3 {
  color: #fff;
}
.bg--darkblue .w33 {
  width: 100%;
}
.bg--darkblue .w33 input {
  margin-bottom: 2rem;
}


.content-builder__basic img {
		width: 100%;
		height: auto;
		object-fit: cover;
		margin: 50px 0;
	}