@-webkit-keyframes spin{to{transform:rotate(360deg)}}@keyframes spin{to{transform:rotate(360deg)}}.tf-v1-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.75);transition:opacity 0.25s ease-in-out;z-index:10001;display:flex;align-items:center;justify-content:center}.tf-v1-popup .tf-v1-iframe-wrapper{position:relative;transition:opacity 0.25s ease-in-out;min-width:360px;min-height:360px}.tf-v1-popup .tf-v1-iframe-wrapper iframe{width:100%;height:100%;border:none;overflow:hidden;border-radius:8px}.tf-v1-popup .tf-v1-close{position:absolute;font-size:32px;line-height:24px;width:24px;height:24px;text-align:center;cursor:pointer;opacity:0.75;transition:opacity 0.25s ease-in-out;text-decoration:none;color:#000;top:-34px;right:0}.tf-v1-popup .tf-v1-close:hover{opacity:1}@media (min-width: 481px){.tf-v1-popup .tf-v1-close{color:#fff !important}}.tf-v1-popup .tf-v1-spinner{border:3px solid #aaa;font-size:40px;width:1em;height:1em;border-radius:0.5em;box-sizing:border-box;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite;border-top-color:#fff;position:absolute;top:50%;left:50%;margin:-20px 0 0 -20px}@media (max-width: 480px){.tf-v1-popup{width:100% !important;height:100% !important;width:100vw !important;height:100vh !important;max-height:-webkit-fill-available;max-height:-moz-available;max-height:stretch}.tf-v1-popup .tf-v1-iframe-wrapper{position:relative;transition:opacity 0.25s ease-in-out;min-width:100%;min-height:100%}.tf-v1-popup .tf-v1-iframe-wrapper iframe{border-radius:0}.tf-v1-popup .tf-v1-close{position:absolute;font-size:32px;line-height:24px;width:24px;height:24px;text-align:center;cursor:pointer;opacity:0.75;transition:opacity 0.25s ease-in-out;text-decoration:none;color:#000;top:6px;right:8px}.tf-v1-popup .tf-v1-close:hover{opacity:1}}@media (max-width: 480px) and (min-width: 481px){.tf-v1-popup .tf-v1-close{color:#fff !important}}

@charset "UTF-8";
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

ul {
  margin: 0; }

/*! Lity - v1.6.6 - 2016-07-05
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity .3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial,Helvetica,sans-serif;
  opacity: 0;
  transition: opacity .3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important; }

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform .3s ease; }

.lity-loading .lity-content, .lity-closed .lity-content {
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial,Baskerville,monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active {
  top: 1px; }

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

.lity-iframe .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

/*
Modified button placement by Potion Software
*/
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: 25px;
  z-index: 100; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: 25px; }
  .slick-prev:before {
    content: "\2190"; }
    [dir="rtl"] .slick-prev:before {
      content: "\2192"; }

.slick-next {
  right: 25px;
  z-index: 100; }
  [dir="rtl"] .slick-next {
    left: 25px;
    right: auto; }
  .slick-next:before {
    content: "\2192"; }
    [dir="rtl"] .slick-next:before {
      content: "\2190"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2022";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

html.swipebox {
  overflow: hidden !important; }

#swipebox-overlay img {
  border: none !important; }

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

#swipebox-slider {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none; }

#swipebox-slider .slide {
  background: url(37654de607971b65eac7.gif) no-repeat center center;
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block; }

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px; }

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle; }

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative; }

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0; }

#swipebox-action, #swipebox-caption {
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%; }

#swipebox-action {
  bottom: -50px; }

#swipebox-action.visible-bars {
  bottom: 0; }

#swipebox-action.force-visible-bars {
  bottom: 0 !important; }

#swipebox-caption {
  top: -50px;
  text-align: center; }

#swipebox-caption.visible-bars {
  top: 0; }

#swipebox-caption.force-visible-bars {
  top: 0 !important; }

#swipebox-action #swipebox-prev, #swipebox-action #swipebox-next,
#swipebox-action #swipebox-close {
  background-image: url(864fee396ba61b69adca.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 0; }

#swipebox-action #swipebox-close {
  background-position: 15px 12px;
  left: 40px; }

#swipebox-action #swipebox-prev {
  background-position: -32px 13px;
  right: 100px; }

#swipebox-action #swipebox-next {
  background-position: -78px 13px;
  right: 40px; }

#swipebox-action #swipebox-prev.disabled,
#swipebox-action #swipebox-next.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3; }

#swipebox-slider.rightSpring {
  -moz-animation: rightSpring 0.3s;
  -webkit-animation: rightSpring 0.3s; }

#swipebox-slider.leftSpring {
  -moz-animation: leftSpring 0.3s;
  -webkit-animation: leftSpring 0.3s; }

@-webkit-keyframes rightSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0px; } }

@-webkit-keyframes leftSpring {
  0% {
    margin-left: 0px; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0px; } }

@media screen and (max-width: 800px) {
  #swipebox-action #swipebox-close {
    left: 0; }
  #swipebox-action #swipebox-prev {
    right: 60px; }
  #swipebox-action #swipebox-next {
    right: 0; } }

/* Skin 
--------------------------*/
#swipebox-overlay {
  background: #0d0d0d; }

#swipebox-action, #swipebox-caption {
  text-shadow: 1px 1px 1px black;
  background-color: #0d0d0d;
  background-image: linear-gradient(#0d0d0d, #000000);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95; }

#swipebox-action {
  border-top: 1px solid rgba(255, 255, 255, 0.2); }

#swipebox-caption {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif; }

.lity-iframe .lity-container {
  max-width: none;
  width: 90%; }

.careerContent p:not(last-child), .listingContent p:not(last-child) {
  margin-bottom: 1rem; }

/* Custom CSS File for Buyers to Modify */
/*  property detail slider variation 2
-------------------------------------------------------------------------*/
.listing-layout h4 {
  margin-bottom: 12px; }

#overview .map-wrap {
  border-width: 0; }

#overview .property-item h4.additional-title, #overview .property-item h4 a.additional-title {
  font-size: 24px;
  margin-top: 30px; }

#overview .property-item .features {
  border-width: 0; }

#overview .property-item .features h4, #overview .property-item .features h4 a, #overview .property-item h4 .features a {
  border-width: 0;
  background: #222;
  color: #fff; }

#overview .property-video img {
  max-width: 100%; }

#overview .property-item .title {
  color: #fff;
  width: auto; }

#overview .property-item ul.additional-details {
  list-style: none;
  margin: 0;
  border-top: 1px solid #f1f1f1; }

#overview .property-item ul.additional-details li {
  font-size: 14px;
  padding: 12px 5px 12px 10px;
  border-bottom: 1px solid #eee;
  margin: 0; }
  @media (max-width: 767px) {
    #overview .property-item ul.additional-details li {
      font-size: 12px; } }
  #overview .property-item ul.additional-details li span {
    color: #777; }

#overview .property-item ul.additional-details li:hover {
  background-color: #f1f1f1; }

#overview .property-item ul.additional-details li strong {
  display: inline-block;
  font-weight: 700;
  color: #394041;
  margin-right: 10px; }

#property-slider-two-wrapper {
  padding: 19px 19px 3px;
  background-color: #fff; }
  @media (max-width: 499px) {
    #property-slider-two-wrapper {
      padding: 0; } }

#property-slider-two .flex-direction-nav a {
  display: block;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  z-index: 150;
  cursor: pointer; }

#property-slider-two .flex-direction-nav a.flex-prev {
  background: no-repeat 0px 0px;
  left: 20px; }

#property-slider-two .flex-direction-nav a.flex-prev:hover {
  background-position: bottom; }

#property-slider-two .flex-direction-nav a.flex-next {
  background: no-repeat 0px 0px;
  right: 20px; }

#property-slider-two .flex-direction-nav a.flex-next:hover {
  background-position: bottom; }

#property-slider-two .flex-direction-nav .flex-disabled {
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: default; }

#property-carousel-two {
  padding: 0 28px; }

#property-carousel-two .slides li {
  margin: 10px 10px 10px 0; }

#property-carousel-two .slides li img {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70); }

#property-carousel-two .slides li:hover img, #property-carousel-two .slides li.flex-active-slide img {
  opacity: 1;
  filter: alpha(opacity=100); }

#property-carousel-two .flex-direction-nav a {
  opacity: 1;
  background-color: #4dc7ec;
  background-image: url(1be9e6044e715265cadc.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 8px 11px;
  height: 40px;
  width: 40px; }

#property-carousel-two .flex-direction-nav a:hover {
  background-color: #1fb9e7; }

#property-carousel-two .flex-direction-nav a.flex-prev {
  background-image: url(a0dec0c8c008e262d95a.png);
  left: 0; }

#property-carousel-two .flex-direction-nav a.flex-next {
  background-image: url(1be9e6044e715265cadc.png);
  right: 0; }

#property-carousel-two .flex-direction-nav .flex-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: default; }

.real-btn {
  background-color: #222;
  border-radius: 3px; }

.real-btn:hover, .btn-blue:hover, .btn-grey:hover, .real-btn.current, .current.btn-blue, .current.btn-grey {
  background-color: #222222; }

#overview .property-item .price {
  background-color: #222; }

.arrow-text {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center; }
  .arrow-text:hover svg {
    transform: translateX(6px); }
  .arrow-text svg {
    margin-left: 0.5rem;
    transition: all 0.5s ease;
    width: 1rem; }
  .arrow-text.bold {
    background: linear-gradient(to right, black, rgba(0, 0, 0, 0.84));
    color: #fff;
    display: inline-flex;
    padding: 1rem 1.5rem; }
    .arrow-text.bold span {
      font-size: 1.15rem; }
      .arrow-text.bold span + svg {
        margin-left: 1.5rem;
        width: 1.3rem; }

.ball-clip-rotate > div {
  border-radius: 100%;
  margin: 2px;
  border: 2px solid black;
  border-bottom-color: transparent;
  height: 22px;
  width: 22px;
  background: 0 0 !important;
  display: inline-block;
  -webkit-animation: rotate .75s 0s linear infinite;
  animation: rotate .75s 0s linear infinite; }

@-webkit-keyframes rotate {
  0% {
    transform: rotate(0) scale(1); }
  100% {
    transform: rotate(360deg) scale(1); } }

@keyframes rotate {
  0% {
    transform: rotate(0) scale(1); }
  100% {
    transform: rotate(360deg) scale(1); } }

.bordered-list li {
  padding: 0 8px;
  position: relative; }
  .bordered-list li:first-child {
    padding-left: 0 !important; }
  .bordered-list li:last-child {
    padding-right: 0 !important; }
  @media (min-width: 1024px) {
    .bordered-list li {
      padding: 0 12px; } }

.bordered-list li:not(:last-child):after {
  background: rgba(0, 0, 0, 0.4);
  content: '';
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 1px; }

.bordered-list.bordered-list__large li {
  padding: 0 8px; }
  @media (min-width: 640px) {
    .bordered-list.bordered-list__large li {
      padding: 0 12px; } }
  @media (min-width: 1024px) {
    .bordered-list.bordered-list__large li {
      padding: 0 16px; } }

.bordered-text:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.05) 100%);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%; }

.absolute-center {
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute; }

.center {
  width: 100%;
  overflow: visible;
  margin: 0 auto;
  padding: 0 24px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  z-index: 2; }

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

.u-hide {
  display: none !important; }

@media (min-width: 1200px) {
  .left-large {
    float: left; } }

.max-overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.5s ease;
  width: 100%; }

@media (min-width: 1200px) {
  .right-large {
    float: right; } }

.relative {
  position: relative; }

.table-center {
  display: table; }

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

.u-table {
  display: table; }

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

.u-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0; }
  .u-video-wrapper img {
    bottom: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
  .u-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@-webkit-keyframes sk-slide {
  0% {
    transform: scale(0, 0);
    transform-origin: bottom right; }
  100% {
    transform: scale(100, 100); } }

@keyframes sk-slide {
  0% {
    transform: scale(0, 0);
    transform-origin: bottom right; }
  100% {
    transform: scale(100, 100); } }

@-webkit-keyframes sk-slide-off {
  0% {
    transform: scale(100, 100);
    transform-origin: bottom right; }
  100% {
    transform: scale(0, 0); } }

@keyframes sk-slide-off {
  0% {
    transform: scale(100, 100);
    transform-origin: bottom right; }
  100% {
    transform: scale(0, 0); } }

@-webkit-keyframes animateColor {
  0% {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.2);
    color: #000; }
  100% {
    background: rgba(38, 108, 175, 0.7);
    border-color: white;
    color: #fff; } }

@keyframes animateColor {
  0% {
    background: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.2);
    color: #000; }
  100% {
    background: rgba(38, 108, 175, 0.7);
    border-color: white;
    color: #fff; } }

@keyframes notificationBounce {
  0%, 2%, 7%, 100% {
    transform: translateY(0); }
  1% {
    transform: translateY(-15px); }
  5% {
    transform: translateY(-10px); } }

@-webkit-keyframes notificationBounce {
  0%, 2%, 7%, 100% {
    transform: translateY(0); }
  1% {
    transform: translateY(-15px); }
  5% {
    transform: translateY(-10px); } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    transform: translate3D(0, -80px, 0); }
  100% {
    opacity: 1;
    transform: translate3D(0, 0, 0); } }

@keyframes slide {
  0% {
    opacity: 0;
    transform: translate3D(0, -80px, 0); }
  100% {
    opacity: 1;
    transform: translate3D(0, 0, 0); } }

@-webkit-keyframes fadeAndSlide {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

@keyframes fadeAndSlide {
  0% {
    opacity: 0;
    transform: translate3d(-50%, 0, 0); }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }

.canAnimate .fade-and-slide {
  opacity: 0;
  -webkit-animation-name: fadeAndSlide;
          animation-name: fadeAndSlide;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
          animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s; }

.canAnimate .animate {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
          animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s; }

.canAnimate .animate-color {
  /* make things invisible upon start */
  -webkit-animation-name: animateColor;
          animation-name: animateColor;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
          animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s; }

.canAnimate .fade-in {
  opacity: 0;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
          animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.canAnimate .slide {
  opacity: 0;
  /* make things invisible upon start */
  transform: translate3D(0, -40px, 0);
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
          animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s; }

.slide-in {
  opacity: 0;
  /* make things invisible upon start */
  transform: translate3D(0, -80px, 0);
  transition: all 0.4s cubic-bezier(0.1, 0.21, 0, 1.06); }
  .slide-in.-animated {
    opacity: 1;
    /* make things invisible upon start */
    transform: translate3D(0, 0, 0); }

.nav-active .burger > span:nth-child(1) {
  bottom: 0;
  transform: rotate(-45deg); }

.nav-active .burger > span:nth-child(2) {
  display: none;
  transform: rotate(45deg); }

.nav-active .burger > span:nth-child(3) {
  bottom: auto;
  margin-top: -1px;
  top: 50%;
  transform: rotate(45deg); }

.burger {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  opacity: 1;
  position: relative;
  transition: all 0.2s cubic-bezier(0.1, 0.21, 0, 1.06);
  vertical-align: middle;
  width: 20px;
  z-index: 105; }
  @media (min-width: 1024px) {
    .burger {
      display: none; } }
  .burger span {
    background: #000;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.2s cubic-bezier(0.1, 0.21, 0, 1.06);
    width: 100%; }
    .burger span:nth-child(2) {
      margin-top: -1px;
      top: 50%; }
    .burger span:nth-child(3) {
      bottom: 0;
      top: auto; }

.btn {
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  padding: 6px 18px;
  text-align: center;
  transition: all 0.5s ease; }
  .btn.-large {
    font-size: 12px;
    padding: 9px 18px 8px; }
    @media screen and (min-width: 480px) {
      .btn.-large {
        font-size: 20px;
        padding: 13px 32px 12px; } }
  .btn.-no-bg {
    background: rgba(255, 255, 255, 0);
    border: 2px solid #fff;
    padding: 4px 18px;
    transition: all 0.5s ease; }
    .btn.-no-bg.-large {
      font-size: 12px;
      padding: 7px 18px 6px; }
      @media screen and (min-width: 480px) {
        .btn.-no-bg.-large {
          font-size: 20px;
          padding: 11px 32px 10px; } }
    .btn.-no-bg:hover {
      background: white;
      color: #222222; }
    .btn.-no-bg.-primary {
      background: rgba(34, 34, 34, 0);
      border: 2px solid #222222;
      color: #222222;
      transition: all 0.5s ease; }
      .btn.-no-bg.-primary:hover {
        background: #222222;
        color: #fff; }
  .btn.-no-border {
    border-width: 0 !important; }
  .btn.-primary {
    background: #222222; }
  .btn.-secondary {
    background: #fff;
    color: #222222; }
  .btn.-next svg {
    margin: 0 0 2px 6px;
    width: 6px;
    vertical-align: middle; }

.checkbox {
  align-items: center;
  display: flex; }
  .checkbox .check {
    border: 1px solid black;
    height: 12px;
    margin-right: 0.3rem;
    position: relative;
    width: 12px; }
    .checkbox .check:before {
      content: "";
      height: 6px;
      left: 2px;
      position: absolute;
      top: 2px;
      width: 6px; }
  .checkbox label {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-left: 1rem; }
    .checkbox label label {
      margin: 0; }
  .checkbox input {
    opacity: 0;
    position: absolute;
    right: 100000px; }
  .checkbox input:checked + label > .check:before {
    background: black; }
  .checkbox label > span {
    color: black;
    text-transform: capitalize; }
  .checkbox > span {
    color: rgba(0, 0, 0, 0.4);
    text-transform: capitalize; }

body {
  background-color: #fff; }

body, html {
  height: 100%; }

.main-next {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  width: 100%; }

.main-next__body {
  flex: 1; }

.dropdown {
  align-items: center;
  cursor: pointer;
  display: flex;
  position: relative; }
  .dropdown label {
    color: black;
    font-size: 12px;
    margin: 0 0 0 0.5rem;
    pointer-events: none;
    text-transform: capitalize; }
    @media (min-width: 640px) {
      .dropdown label {
        font-size: 14px; } }
    .dropdown label.-default {
      opacity: 0.7; }
  .dropdown span {
    color: rgba(0, 0, 0, 0.4);
    text-transform: capitalize; }
  .dropdown > .dd__svg-prefix {
    height: 1rem;
    opacity: 0.6;
    width: 1rem; }
  .dropdown .dropdown__arrow {
    margin-left: 0.5rem;
    transition: all 0.2s ease;
    width: 0.75rem; }
    .dropdown .dropdown__arrow path {
      fill: rgba(0, 0, 0, 0.5); }
  .dropdown .dropdown__icon {
    margin: 0;
    width: 1rem; }
    .dropdown .dropdown__icon path {
      fill: #000; }
  .dropdown.active .dropdown__arrow {
    transform: rotate(180deg); }
  .dropdown.active .dropdown__menu {
    display: block; }

.dropdown__menu {
  display: none;
  left: 0;
  max-width: 100vw;
  padding: 0.5rem 1rem;
  position: absolute;
  text-align: left;
  top: 40px;
  z-index: 999; }
  .dropdown__menu li, .dropdown__menu span {
    text-transform: capitalize; }
  .dropdown__menu li {
    padding: 0.25rem 0; }
  .dropdown__menu .input {
    align-items: center;
    display: flex; }
    .dropdown__menu .input div {
      position: relative; }
    .dropdown__menu .input input {
      background: transparent;
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      border-radius: 0;
      margin-bottom: 0.5rem;
      padding: 4px 0 4px 15px;
      max-width: 100px; }
      .dropdown__menu .input input:focus {
        border-bottom: 1px solid black;
        outline: none; }
    .dropdown__menu .input label {
      margin: 0 0.5rem 0.4rem 0; }
    .dropdown__menu .input span {
      bottom: 12px;
      position: absolute;
      left: 0; }

input, textarea {
  border-radius: 3px;
  border-width: 0;
  height: auto; }
  input:not([type=checkbox]), textarea:not([type=checkbox]) {
    -webkit-appearance: none; }
  input.-chars2, textarea.-chars2 {
    width: 55px; }
  input.-chars4, textarea.-chars4 {
    width: 70px; }

.input-checkbox {
  align-items: center;
  display: flex; }
  .input-checkbox input {
    margin-left: 16px;
    width: auto; }

input, textarea, select {
  font-size: 14px;
  line-height: 1.5;
  padding: 9px 15px; }
  @media (min-width: 640px) {
    input, textarea, select {
      font-size: 14px; } }

input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em; }

input[type=checkbox] {
  display: none; }

input[type=checkbox] + label:before {
  background: white;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
  content: "\2714";
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-right: 0.5rem;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
  text-align: center; }

input[type=checkbox] + label:active:before {
  transform: scale(0); }

input[type=checkbox]:checked + label:before {
  background-color: MediumSeaGreen;
  border-color: MediumSeaGreen;
  color: #fff; }

input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa; }

input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb; }

.line-link {
  border-bottom: 1px solid rgba(34, 34, 34, 0.4);
  color: #222;
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 12px 0;
  padding-bottom: 2px;
  text-transform: uppercase;
  transition: all 0.4s ease; }
  .line-link.-phone {
    opacity: 0.7; }
  .line-link.-mail {
    opacity: 0.8; }
  .line-link:hover {
    border-bottom: 1px solid #222222; }

.select {
  cursor: pointer;
  position: relative;
  z-index: 99; }
  .select label {
    min-width: 30px;
    text-align: left;
    transition: all 0.5s ease; }
    .select label.-default {
      opacity: 0.6; }
  .select select {
    left: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 3; }
  .select.-edge .select__dropdown {
    left: auto;
    right: -20px; }

.select__dropdown::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #F5F5F5; }

.select__dropdown::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5; }

.select__dropdown::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #aaa; }

.select__dropdown {
  background: #fff;
  border: 1px solid #eee;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  left: 0;
  max-height: 200px;
  max-width: 80vw;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0.65rem 0;
  position: absolute;
  text-align: left;
  top: 100%; }
  .select__dropdown > li {
    cursor: pointer;
    padding: 0.4rem 1rem 0.4rem 1.5rem; }
    .select__dropdown > li.active {
      font-weight: 600; }
    .select__dropdown > li:hover {
      background: #eee; }

.circle {
  align-items: center;
  background: #fff;
  border-radius: 1000px;
  cursor: pointer;
  display: flex;
  height: 30px;
  justify-content: center;
  margin-right: 16px;
  transition: all 0.4s ease;
  width: 30px; }
  .circle:hover {
    transform: translate(0, -1px); }
  .circle svg {
    max-height: 15px;
    width: 15px; }
  .circle .white {
    fill: #222; }
  .circle span {
    color: #222; }
  .circle.-dark {
    background: #222; }
    .circle.-dark .white {
      fill: #fff; }
    .circle.-dark span {
      color: #fff; }
  .circle.-grey {
    background: #eeeeee; }
    .circle.-grey .white {
      fill: #555555; }
    .circle.-grey span {
      color: #555555; }

.circle__box {
  align-items: center;
  display: flex;
  margin: 0 12px 12px 0; }

.dragger .card-member {
  margin-right: 1rem;
  min-width: 200px;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .dragger .card-member {
      min-width: 260px; } }
  @media (min-width: 1636px) {
    .dragger .card-member {
      max-width: calc(1600px + (100vw - 1600)); } }

.content-lre__bg {
  background-size: cover !important;
  background-position: center !important; }

.flickity-prev-next-button {
  align-items: center;
  background: #000 !important;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  display: flex;
  height: 46px !important;
  justify-content: center !important;
  position: absolute;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: background 0.2s ease;
  width: 46px !important; }
  @media (max-width: 767px) {
    .flickity-prev-next-button {
      display: none; } }
  .flickity-prev-next-button svg {
    fill: #fff !important;
    opacity: 1 !important;
    width: 18px !important; }
  .flickity-prev-next-button.next {
    right: 0.5rem !important; }
  .flickity-prev-next-button.previous {
    left: 0.5rem !important; }
  @media (min-width: 1024px) {
    .flickity-prev-next-button.next {
      right: 1rem !important; }
    .flickity-prev-next-button.previous {
      left: 1rem !important; } }
  .flickity-prev-next-button:disabled {
    opacity: 0.25 !important;
    cursor: pointer !important; }

.flickity__cover {
  background: rgba(255, 255, 255, 0.7);
  height: calc(100% + 1px);
  position: absolute;
  pointer-events: none;
  right: -10000px;
  top: 0;
  width: 10000px;
  z-index: 10; }

.flickity__wrapper {
  position: relative; }
  .flickity__wrapper .flickity-slider > *:first-child {
    margin: 0 8px 0 0; }
  .flickity__wrapper .flickity-slider > *:not(:first-child), .flickity__wrapper .flickity-slider:not(:last-child) {
    margin: 0 8px; }
  .flickity__wrapper .flickity-slider > *:last-child {
    margin: 0 0 0 8px; }

.slider-team a {
  width: calc(100% - 8px); }
  @media (min-width: 400px) {
    .slider-team a {
      width: calc(50% - 12px); } }
  @media (min-width: 768px) {
    .slider-team a {
      width: calc(25% - 12px); } }
  @media (min-width: 1024px) {
    .slider-team a {
      width: calc(20% - 16px); }
  .slider-team .flickity-slider > *:first-child {
    margin: 0 10px 0 0; }
  .slider-team .flickity-slider > *:not(:first-child), .slider-team .flickity-slider:not(:last-child) {
    margin: 0 10px; }
  .slider-team .flickity-slider > *:last-child {
    margin: 0 0 0 10px; } }

.banner {
  background: #222;
  left: 0;
  padding: 36px 18px 12px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999; }
  @media (min-width: 500px) {
    .banner {
      padding: 12px 18px 2px; } }
  .banner a {
    background: #fff;
    border-radius: 3px;
    color: #222222;
    display: inline-block;
    padding-bottom: 2px;
    font-size: 11px;
    margin: 9px 0 0 4px;
    padding: 4px 12px;
    position: relative;
    top: -1px; }
    @media (min-width: 600px) {
      .banner a {
        margin: 2px 0 0 4px; } }
  .banner p, .banner h2 {
    color: #fff; }
  .banner h5, .banner h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
    margin-top: 0; }
  .banner p {
    font-size: 12px; }
  .banner > h2 {
    color: #fff;
    font-size: 16px; }
    @media screen and (min-width: 360px) {
      .banner > h2 {
        font-size: 30px; } }
    @media screen and (min-width: 768px) {
      .banner > h2 {
        font-size: 32px; } }
    @media screen and (min-width: 1260px) {
      .banner > h2 {
        font-size: 42px; } }

.banner__close {
  color: #fff;
  cursor: pointer;
  padding: 0 1rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
  z-index: 5;
  right: 6px;
  top: 6px; }
  .banner__close > span {
    font-size: 24px;
    position: relative;
    top: -3px;
    vertical-align: middle; }
  @media (min-width: 500px) {
    .banner__close {
      right: 12px;
      top: 24px; }
      .banner__close > span {
        font-size: 36px; } }

.btn-grp .btn {
  margin: 6px; }

.btn-grp.-left .btn {
  margin: 0 12px 0 0; }

.cover {
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  @media (min-width: 600px) {
    .cover {
      background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%); } }

.input-grp.-special {
  left: -6000px;
  position: absolute; }

.input-grp__unit {
  font-size: 14px;
  margin-left: 3px;
  opacity: 0.7; }
  .input-grp__unit.-before {
    margin: 0 3px 0 0; }

.loader:before,
.loader:after,
.loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #222;
  font-size: 10px;
  margin: 0 auto 40px;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 3.5em; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

.overlay {
  background: rgba(62, 68, 73, 0.7);
  bottom: 0;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
  .overlay.-centered-text {
    align-items: center;
    justify-content: center; }

.search-bar {
  max-width: 840px;
  position: relative; }
  .search-bar.-has-text .search-bar__close {
    opacity: 1;
    visibility: visible; }
  .search-bar.-searching .search-icon {
    display: none; }
  .search-bar.-searching .search-bar__searching {
    display: block; }
  .search-bar .search-icon, .search-bar .search-bar__searching {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translate(0, -50%);
    width: 22px;
    z-index: 2; }
    .search-bar .search-icon .search-path, .search-bar .search-bar__searching .search-path {
      fill: rgba(0, 0, 0, 0.8); }
  .search-bar input {
    border-radius: 0;
    color: rgba(0, 0, 0, 0.7);
    max-width: 860px;
    padding: 12px calc(22px + 2rem) 12px 1rem;
    width: 100%;
    z-index: 1; }
    .search-bar input:focus {
      outline: 0; }
  .search-bar.search-header {
    width: 100%; }
    .search-bar.search-header .search-icon {
      left: 0;
      right: auto;
      width: 16px; }
      @media (min-width: 1024px) {
        .search-bar.search-header .search-icon {
          left: 16px;
          width: 22px; } }
    .search-bar.search-header .search-bar__searching {
      left: 0;
      right: auto; }
      .search-bar.search-header .search-bar__searching > div {
        height: 16px;
        width: 16px; }
      @media (min-width: 1024px) {
        .search-bar.search-header .search-bar__searching {
          left: 14px; }
          .search-bar.search-header .search-bar__searching > div {
            height: 22px;
            width: 22px; } }
    .search-bar.search-header input {
      font-size: 16px;
      padding: 12px 30px 12px 24px; }
      @media (min-width: 1024px) {
        .search-bar.search-header input {
          font-size: 18px;
          padding: 12px 12px 12px calc(30px + 2rem); } }
  .search-bar .search-results {
    top: 40px; }
  .search-bar .search-bar__searching {
    display: none;
    margin-top: 3px;
    right: 14px;
    width: auto; }

.search-bar__close {
  color: #fff;
  cursor: pointer;
  font-size: 2.5rem;
  opacity: 0;
  right: -2rem;
  position: absolute;
  text-shadow: rgba(0, 0, 0, 0.5);
  top: 50%;
  transform: translate(0, -50%);
  visibility: hidden;
  transition: all 0.3s ease; }

.search-bar__field {
  position: relative; }

.search.-dark .search-bar input {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 0.6); }

.search.-dark .search-bar svg .search-path {
  fill: rgba(255, 255, 255, 0.5); }

.search.-dark .search-bar__searching > div {
  border-color: white;
  border-bottom-color: transparent;
  height: 16px;
  right: 4px;
  width: 16px; }

.search.-embedded .search-bar input {
  background: transparent;
  font-size: 12px;
  padding: 2px 30px 6px 6px; }

.search.-embedded .search-bar svg {
  right: 6px;
  bottom: 10px;
  width: 14px; }
  @media (min-width: 640px) {
    .search.-embedded .search-bar svg {
      width: 17px; } }

.search.-embedded .search-bar__searching {
  margin-top: 1px;
  right: 4px; }

.search-results {
  background: #fff;
  max-height: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 1rem 0;
  position: absolute;
  text-align: left;
  top: 60px;
  width: 100%;
  z-index: 9; }
  .search-results h4 {
    color: rgba(0, 0, 0, 0.4);
    font-size: 10px;
    font-weight: normal;
    margin: 0 0 0.25rem 1rem;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .search-results h4 {
        font-size: 14px; } }
  .search-results .sr__results + h4 {
    margin-top: 1rem; }

.sr__results a:hover {
  background: rgba(0, 0, 0, 0.05); }

.sr__results.-agents, .sr__results.-teams {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
  .sr__results.-agents a, .sr__results.-teams a {
    align-items: center;
    display: flex;
    padding: 0.5rem 1rem; }
  .sr__results.-agents div, .sr__results.-teams div {
    height: 70px;
    overflow: hidden;
    position: relative;
    width: 70px; }
    @media screen and (min-width: 768px) {
      .sr__results.-agents div, .sr__results.-teams div {
        height: 90px;
        width: 90px; } }
  .sr__results.-agents img, .sr__results.-teams img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .sr__results.-agents li, .sr__results.-teams li {
    width: 100%; }
    @media screen and (min-width: 500px) {
      .sr__results.-agents li, .sr__results.-teams li {
        width: auto; } }
  .sr__results.-agents p, .sr__results.-teams p {
    font-size: 14px;
    margin: 0 1rem; }
    @media screen and (max-width: 639px) {
      .sr__results.-agents p, .sr__results.-teams p {
        font-size: 12px;
        margin: 0 0.5rem; } }

.sr__results.-properties > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin: 4px 0;
  padding: 0.5rem; }
  @media screen and (min-width: 768px) {
    .sr__results.-properties > li {
      border-width: 0;
      padding: 0 0.5rem; }
      .sr__results.-properties > li > a {
        display: flex; } }
  .sr__results.-properties > li > a {
    display: block;
    padding: 0.2rem 0.5rem; }
    @media screen and (min-width: 768px) {
      .sr__results.-properties > li > a {
        display: flex; } }
  .sr__results.-properties > li p {
    margin: 0;
    text-overflow: ellipsis; }
    @media screen and (min-width: 768px) {
      .sr__results.-properties > li p.-city {
        padding-left: 0.5rem;
        max-width: 80px; }
      .sr__results.-properties > li p.-street {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        padding-right: 0.5rem;
        max-width: 100px; } }
  .sr__results.-properties > li span {
    color: rgba(0, 0, 0, 0.7); }
    .sr__results.-properties > li span + span {
      color: black; }
  @media screen and (min-width: 1024px) {
    .sr__results.-properties > li p, .sr__results.-properties > li span {
      font-size: 14px; } }

.search-results__address > p {
  display: inline;
  font-size: 13px; }
  .search-results__address > p:first-child:after {
    content: ','; }

@media screen and (min-width: 768px) {
  .search-results__address {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    margin-right: 0.5rem;
    padding-right: 0.5rem; } }

.search-results__details > p {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  display: inline;
  font-size: 11px;
  padding: 0 0.25rem; }
  @media screen and (min-width: 768px) {
    .search-results__details > p {
      padding: 0 0.5rem; } }
  .search-results__details > p:first-child {
    padding-left: 0; }
  .search-results__details > p:last-child {
    padding-right: 0;
    border-width: 0; }

.search.-dark .search-results h4 {
  font-size: 14px; }

.search.-dark .sr__results.-listings a {
  padding: 0.5rem 1rem; }

.search.-dark .sr__results.-listings p, .search.-dark .sr__results.-listings span {
  font-size: 13px; }

.search.-dark .sr__results.-listings ul {
  display: block; }
  .search.-dark .sr__results.-listings ul li {
    border: none;
    margin: 0;
    padding: 0.1rem 0; }
    @media (min-width: 768px) {
      .search.-dark .sr__results.-listings ul li.-city p, .search.-dark .sr__results.-listings ul li.-streets p {
        width: 200px; } }

.search.-dark .sr__results.-agents div, .search.-dark .sr__results.-teams div {
  height: 58px;
  min-width: 58px;
  width: 58px; }

.search.-dark .sr__results.-agents p, .search.-dark .sr__results.-teams p {
  margin: 0 0.5rem; }

.article {
  margin: 0 auto 0;
  position: relative;
  z-index: 4; }
  @media screen and (min-width: 768px) {
    .article {
      max-width: 800px; } }
  @media screen and (min-width: 1180px) {
    .article {
      font-size: 18px; } }
  .article h2 {
    margin-top: 24px; }
  .article p {
    color: #787F8C;
    font-size: 13px;
    margin-bottom: 24px;
    text-align: justify; }
    @media screen and (min-width: 499px) {
      .article p {
        font-size: 16px; } }
    @media screen and (min-width: 768px) {
      .article p {
        font-size: 20px; } }

@media (max-width: 767px) {
  .article-columns p + p {
    margin-top: 1rem; } }

@media (min-width: 768px) {
  .article-columns {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    -moz-column-fill: auto;
         column-fill: auto;
    max-width: 720px; } }

.contextual {
  background: black;
  left: 0;
  overflow: auto;
  position: absolute;
  max-height: 300px;
  max-width: 100%;
  padding: 1rem;
  width: 300px; }
  .contextual li {
    color: #fff;
    cursor: pointer;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    text-align: left; }
    .contextual li:hover {
      background: rgba(255, 255, 255, 0.1); }

.form-box {
  background: #fff;
  margin: 0 auto;
  max-width: 487px;
  padding-top: 1rem; }
  @media (min-width: 487px) {
    .form-box {
      min-width: 400px; } }
  .form-box .btn {
    width: 100%; }
  .form-box .dropdown {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.25);
    padding: 1rem 0.75rem 1rem 0.5rem; }
    .form-box .dropdown label {
      font-size: 14px;
      flex: 1; }
  .form-box .input-grp {
    margin: 0 0 18px 0; }
    .form-box .input-grp div.-error {
      color: red;
      font-size: 14px;
      margin-top: 6px; }
  .form-box input:not([type=checkbox]), .form-box textarea, .form-box select {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0;
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 15px;
    width: 100%; }
    @media (min-width: 640px) {
      .form-box input:not([type=checkbox]), .form-box textarea, .form-box select {
        font-size: 14px; } }
  .form-box p {
    color: #434343;
    font-size: 16px;
    font-weight: 500;
    text-align: center; }
  .form-box textarea {
    padding: 12px 15px; }
  .form-box header {
    padding: 24px 0 12px; }
    .form-box header > h3 {
      font-size: 24px;
      font-weight: 600;
      margin: 0;
      text-align: center; }

.form-box__main {
  background: #fff;
  padding: 24px;
  position: relative; }
  @media (min-width: 640px) {
    .form-box__main {
      padding: 12px 48px 24px 48px; } }

.form-box__success {
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 10;
  height: 100%;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  align-items: center;
  justify-content: center; }
  .form-box__success p {
    font-size: 30px;
    margin: 128px 0 12px; }

@media (max-width: 1199px) {
  .full-nav {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left;
    top: 0;
    transition: all 0.5s ease-in-out;
    visibility: hidden;
    width: 100%; } }

@media screen and (max-width: 1199px) {
  .full-nav .app-nav__list {
    padding: 48px 0;
    position: relative; }
  .full-nav .app-nav__list a {
    color: rgba(255, 255, 255, 0.8); } }

.full-nav__close {
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  font-size: 56px;
  position: absolute;
  right: 20px;
  top: 0;
  z-index: 10; }
  @media screen and (min-width: 1200px) {
    .full-nav__close {
      display: none; } }

body.nav-active .full-nav {
  opacity: 1;
  visibility: visible; }

.lightbox {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.95);
  display: none;
  opacity: 0;
  overflow-y: scroll;
  /* has to be scroll, not auto */
  -webkit-overflow-scrolling: touch;
  position: fixed;
  visibility: hidden;
  z-index: 100;
  transition: all 0.5s ease; }
  @media (min-width: 1200px) {
    .lightbox {
      background: rgba(0, 0, 0, 0.7); }
      .lightbox.-dark {
        background: rgba(0, 0, 0, 0.5); } }
  .lightbox.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease; }
    .lightbox.active .lightbox__close {
      display: block; }
    .lightbox.active .slide-in {
      opacity: 1;
      /* make things invisible upon start */
      transform: translate3D(0, 0, 0); }
  .lightbox.-show {
    display: block; }

.lightbox__overlay {
  background: #000;
  display: none;
  opacity: 0.8;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute; }

.lightbox__close {
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  padding: 0 1rem;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: 100%;
  z-index: 5; }
  @media (min-width: 1200px) {
    .lightbox__close {
      right: 24px;
      top: 24px;
      width: auto; } }
  .lightbox__close > span {
    font-size: 44px;
    position: relative;
    top: -3px;
    vertical-align: middle; }

.lightbox__content {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 4; }
  .lightbox__content article {
    margin: 0 24px;
    max-width: 700px; }

.lightbox__title {
  color: #fff;
  font-size: 24px;
  text-align: center; }
  @media (min-width: 1200px) {
    .lightbox__title {
      font-size: 48px; } }

.modal {
  background: rgba(42, 48, 56, 0.9);
  display: none;
  position: fixed;
  height: 100%;
  width: 100%; }

.pagination {
  margin-bottom: 1rem;
  margin-top: 1rem;
  text-align: center; }
  .pagination a {
    color: rgba(0, 0, 0, 0.6); }
  .pagination a, .pagination span {
    border-radius: 100%;
    font-size: 18px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center; }
  .pagination li {
    display: inline-block;
    margin: 0 6px; }
    .pagination li.disabled {
      pointer-events: none; }
    .pagination li:first-child, .pagination li:last-child {
      opacity: 0.5; }
      .pagination li:first-child a, .pagination li:first-child span, .pagination li:last-child a, .pagination li:last-child span {
        color: transparent;
        opacity: 0; }
      .pagination li:first-child:hover, .pagination li:last-child:hover {
        opacity: 1; }
    .pagination li:first-child {
      background: url("/img/chevron-small-left-dark.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 7px; }
    .pagination li:last-child {
      background: url("/img/chevron-small-right-dark.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 7px; }
  .pagination li:not(:first-child):not(:last-child):hover a, .pagination li:not(:first-child):not(:last-child):hover span {
    color: #000; }
  .pagination li:not(:first-child):not(:last-child).active a, .pagination li:not(:first-child):not(:last-child).active span {
    background: #000;
    color: #fff; }

.property-tabs {
  margin: 1rem 0 3rem; }
  .property-tabs ul {
    display: flex;
    justify-content: center;
    margin: 0 0 0.5rem 0; }
  .property-tabs a {
    color: rgba(34, 34, 34, 0.7);
    font-size: 1.3rem;
    font-weight: 500;
    margin: 0 1rem 1rem;
    text-transform: uppercase; }
    .property-tabs a.active {
      border-bottom: 2px solid #222;
      color: #222; }
    .property-tabs a:hover {
      color: #222; }

.section {
  padding: 32px 24px; }
  @media (min-width: 768px) {
    .section {
      padding: 48px 36px; } }
  @media (min-width: 1280px) {
    .section {
      padding: 72px 48px; } }
  .section:not(.let-overflow) {
    overflow: hidden; }

.section-content-space__cols a {
  border-bottom: 1px solid #ccc;
  display: inline-block;
  padding-bottom: 1px;
  transition: all 0.3s ease; }
  .section-content-space__cols a:hover {
    border-color: black; }

.section-rich li {
  list-style-type: disc;
  margin: 16px 0; }

.section-rich ul {
  margin-left: 16px; }

.wrapper {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
  width: 100%;
  z-index: 2; }

.action-bar {
  align-items: flex-end;
  bottom: 10px;
  display: flex;
  padding: 18px 24px;
  position: fixed;
  right: 66px;
  z-index: 20; }

.a-b__bubble {
  background: #f4f4f4;
  border-radius: 8px;
  opacity: 0;
  padding: 8px 12px;
  position: absolute;
  right: 82px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 1s ease;
  visibility: hidden;
  width: 200px; }
  @media (max-width: 370px) {
    .a-b__bubble {
      width: 155px; } }
  .a-b__bubble.active {
    opacity: 1;
    visibility: visible; }
  .a-b__bubble:after {
    content: "";
    position: absolute;
    right: -18px;
    top: calc(50% - 10px);
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 10px;
    border-color: transparent transparent transparent #f4f4f4;
    border-left-style: solid; }
  .a-b__bubble p {
    font-size: 10px;
    margin: 0; }
    @media (min-width: 375px) {
      .a-b__bubble p {
        font-size: 11px; } }
    @media (min-width: 600px) {
      .a-b__bubble p {
        font-size: 14px;
        font-weight: 600; } }

.a-b__chat {
  position: relative; }

.a-b__chat-circle {
  background: #222;
  border: 2px solid #222222;
  border-radius: 1000px;
  box-shadow: 0px 1px 8px black;
  cursor: pointer;
  height: 70px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  width: 70px;
  z-index: 22; }
  .a-b__chat-circle img {
    left: 50%;
    margin-left: -50px;
    position: absolute;
    top: 0;
    width: 100px; }
  .a-b__chat-circle .active {
    transform: translate3d(0, 100px, 0); }

.a-b__contact {
  align-items: center;
  background: #000;
  border-radius: 1000px;
  box-shadow: 0px 1px 8px black;
  display: flex;
  justify-content: center;
  height: 50px;
  margin-left: 12px;
  transition: all 0.3s ease;
  width: 50px;
  z-index: 21; }
  .a-b__contact svg {
    width: 20px; }
    .a-b__contact svg .white {
      transition: all 0.3s ease; }
  .a-b__contact:hover {
    background: #fff;
    transform: translate3d(0, -1px, 0); }
    .a-b__contact:hover svg .white {
      fill: #222; }

.a-b__chat-notifications {
  display: none; }
  .a-b__chat-notifications.active {
    -webkit-animation: notificationBounce 4s infinite;
    animation: notificationBounce 4s infinite;
    align-items: center;
    background: white;
    border-radius: 1000px;
    color: #222;
    display: flex;
    font-family: 'Fakt', sans-serif;
    font-weight: bold;
    height: 26px;
    justify-content: center;
    position: absolute;
    right: -4px;
    top: -8px;
    text-align: center;
    width: 26px;
    z-index: 23; }

.agent__logo {
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  z-index: 1; }

.agent__page {
  background: #fff; }
  .agent__page > div {
    padding: 60px 24px;
    margin: auto;
    max-width: 1200px; }
    @media (min-width: 720px) {
      .agent__page > div {
        align-items: center;
        display: flex;
        padding: 60px 48px; } }

.agent__page-box {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }

.agent__page-content {
  flex-grow: 1;
  position: relative; }
  @media (min-width: 720px) {
    .agent__page-content {
      padding-left: 48px; } }

.agent__page-content-inner {
  z-index: 2; }
  .agent__page-content-inner h1 {
    margin: 0; }
    @media (max-width: 1000px) {
      .agent__page-content-inner h1 {
        font-size: 38px; } }
  .agent__page-content-inner h2 {
    font-weight: 200;
    margin: 0 0 18px; }
  .agent__page-content-inner p {
    margin-bottom: 14px; }
  .agent__page-content-inner .line-link {
    margin: 0 24px 12px 0; }

.agent__page-img {
  min-width: 300px; }
  @media (max-width: 719px) {
    .agent__page-img {
      margin-bottom: 36px; } }
  .agent__page-img > div {
    height: 300px;
    overflow: hidden;
    width: 300px; }
  .agent__page-img img {
    border-radius: 300px;
    width: 100%; }

.listing-layout.-agent {
  background: #eee; }

.agent_2021__page h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 38px;
  margin: 2rem 0 0; }
  @media (min-width: 500px) {
    .agent_2021__page h1 {
      font-size: 24px;
      line-height: 36px; } }

.agent_2021__page h2 {
  font-size: 20px; }

.agent_2021__page h1, .agent_2021__page h2, .agent_2021__page h3, .agent_2021__page h4 {
  text-transform: initial; }

.agent_2021__page .flickity img {
  height: 280px; }

.agent_2021__page .phone, .agent_2021__page .-mail {
  color: #777; }

.agent-page__divider {
  border-top-color: rgba(0, 0, 0, 0.1);
  border-top-width: 2px; }

.agent_2021__page-subtitle {
  font-weight: 400;
  margin-top: -4px; }

.agent_2021__page-img {
  height: 220px;
  margin-top: -200px;
  width: 220px; }
  .agent_2021__page-img img {
    border: 4px solid white;
    border-radius: 100%;
    filter: grayscale(100%);
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }

@media (max-width: 1023px) {
  .agent_2021__page-info {
    margin-bottom: 2rem; } }

@media (min-width: 1024px) {
  .agent_2021__page-info {
    flex: 0 0 auto;
    margin-left: 2rem;
    margin-right: 2rem;
    width: 240px; } }

@media (min-width: 1200px) {
  .agent_2021__page-info {
    margin-right: 3rem; } }

.agent_2021__page-info .circle__box {
  margin-top: 2rem; }

.agent_2021__page-info .line-link {
  font-size: 13px;
  opacity: 1; }

.agent_2021__page-info h2 {
  font-size: 16px;
  margin-bottom: 10px; }

.agent_2021__page-info .phone {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 4px 0; }

.agent_2021__page-info-block {
  margin: 2rem 0 0;
  width: 100%; }
  .agent_2021__page-info-block p {
    font-size: 14px;
    line-height: 22px; }
  @media (min-width: 640px) {
    .agent_2021__page-info-block:not(.-large) {
      padding-right: 2rem;
      width: 50%; } }
  @media (min-width: 1024px) {
    .agent_2021__page-info-block.-large, .agent_2021__page-info-block:not(.-large) {
      padding: 0;
      width: 100%; } }

@media (max-width: 1023px) {
  .agent_2021__page-info-flex {
    display: flex;
    flex-wrap: wrap; } }

.agent_2021__page-info-licenses {
  padding-left: 1rem; }
  .agent_2021__page-info-licenses li {
    position: relative;
    margin-bottom: 6px; }
    .agent_2021__page-info-licenses li p {
      font-size: 14px;
      margin: 0; }
    .agent_2021__page-info-licenses li:before {
      background: rgba(0, 0, 0, 0.1);
      border-radius: 100%;
      content: "";
      height: 8px;
      left: -1rem;
      position: absolute;
      top: calc(50% - 4px);
      width: 8px; }

@media (max-width: 1023px) {
  .agent_2021__page-info-logolist {
    display: flex;
    flex-wrap: wrap; } }

.agent_2021__page-info-logolist img {
  filter: grayscale(100%);
  margin-right: 0.75rem;
  width: 100px; }

.agent_2021__page-info-logolist li {
  align-items: center;
  display: flex;
  list-style-type: none;
  margin: 0 0 1rem; }
  @media (min-width: 640px) {
    .agent_2021__page-info-logolist li {
      padding-right: 1rem;
      width: 50%; } }
  @media (min-width: 900px) {
    .agent_2021__page-info-logolist li {
      width: 33.3333333%; } }
  @media (min-width: 1024px) {
    .agent_2021__page-info-logolist li {
      padding: 0;
      width: 100%; } }

.agent_2021__page-info-logolist span {
  font-size: 14px;
  line-height: 18px; }

.agent_2021__page-qa {
  margin-top: -1.5rem; }
  .agent_2021__page-qa h3 {
    padding: 0 1rem; }

.agent_2021__page-qa-block {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
  padding: 2rem 1rem 0; }
  @media (min-width: 720px) {
    .agent_2021__page-qa-block {
      padding: 2rem 4rem 0.5rem 0; } }
  .agent_2021__page-qa-block p {
    margin: 0 0 1.5rem; }
  .agent_2021__page-qa-block .-title {
    font-weight: 600;
    margin-bottom: 1rem; }

.agent_2021__page-slideshow {
  background: black; }

.agent_2021__page-wrapper {
  margin: 0 auto;
  max-width: 1220px;
  padding: 4rem 20px 0; }
  @media (min-width: 1024px) {
    .agent_2021__page-wrapper {
      display: flex; } }

@media (max-width: 1024px) {
  .nav-active .app-header {
    background: #fff;
    height: 100vh;
    overflow: auto; } }

.app-header .wrapper {
  position: static; }

@media (max-width: 1024px) {
  .app-header__nav {
    display: none;
    height: 48px;
    position: fixed;
    top: 48px;
    transition: all 0.5s cubic-bezier(0.1, 0.21, 0, 1.06); }
  .nav-active .app-header__nav {
    display: block;
    height: calc(100vh - 48px); } }

.app-header {
  top: 0;
  width: 100%;
  z-index: 99; }
  @media (max-width: 1023px) {
    .app-header .search-bar {
      background: #f9f9f9 !important;
      max-width: 600px;
      padding-left: 0.75rem;
      width: 86vw; } }
  @media (min-width: 1024px) {
    .app-header .search-bar {
      max-width: none !important;
      width: 100% !important; } }
  @media (max-width: 1023px) {
    .app-header input {
      background: #f9f9f9 !important; }
    .app-header .search-bar .search-results {
      left: 0 !important;
      top: 48px !important; } }
  .app-header .search-bar__field .js-close {
    top: 50%;
    transform: translateY(-50%); }

@media screen and (min-width: 768px) {
  body.-home:not(.-scrollPast) .app-nav .search-bar, body.-properties:not(.-scrollPast) .app-nav .search-bar {
    opacity: 0;
    visibility: hidden; } }

.app-nav {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
          animation-timing-function: cubic-bezier(0.1, 0.21, 0, 1.06);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
  display: flex;
  flex-wrap: wrap;
  opacity: 0;
  padding: 1rem 0 1rem 5vw;
  transition: all 0.5s cubic-bezier(0.1, 0.21, 0, 1.06);
  z-index: 4; }
  @media screen and (min-width: 768px) {
    .app-nav {
      align-items: center;
      display: flex;
      justify-content: space-between;
      flex: 1;
      padding: 1rem; } }
  .app-nav .search {
    order: 2; }
    @media (min-width: 768px) {
      .app-nav .search {
        display: none; } }
    @media (min-width: 1024px) {
      .app-nav .search {
        display: block;
        order: 1; } }
  .app-nav .search-bar {
    margin: 1rem 0 2rem 0; }
    @media screen and (min-width: 768px) {
      .app-nav .search-bar {
        margin: 0 0 0 0; } }
    .app-nav .search-bar input {
      background: transparent;
      border-bottom: 1px solid rgba(255, 255, 255, 0.6);
      color: rgba(255, 255, 255, 0.6);
      font-size: 12px;
      padding: 2px 34px 6px 6px;
      max-width: 80vw;
      width: 300px; }
      @media screen and (min-width: 768px) {
        .app-nav .search-bar input {
          width: 200px; }
        .app-nav .search-bar input {
          width: 248px; } }
    .app-nav .search-bar svg {
      right: 6px;
      top: 48%;
      width: 17px; }
      .app-nav .search-bar svg .search-path {
        fill: rgba(255, 255, 255, 0.5); }
    .app-nav .search-bar .search-results {
      max-height: none;
      position: static;
      max-width: 80vw;
      width: 300px; }
      @media screen and (min-width: 768px) {
        .app-nav .search-bar .search-results {
          max-height: 246px;
          max-width: 80vw;
          position: absolute;
          width: 820px; } }
    .app-nav .search-bar .search-bar__close {
      font-size: 2rem;
      margin-top: -1px;
      right: -1.5rem; }
    .app-nav .search-bar .sk-fading-circle {
      right: 6px; }
    .app-nav .search-bar .sk-fading-circle .sk-circle:before {
      background-color: rgba(255, 255, 255, 0.8); }
  .app-nav .sr__results.-agents img {
    height: auto; }

.app-nav__list-box {
  order: 1;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .app-nav__list-box {
      align-items: center;
      display: flex;
      width: auto; } }

.app-nav__list {
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .app-nav__list {
      align-items: center;
      display: flex;
      height: 100%;
      text-align: center; } }
  .app-nav__list.-social {
    display: flex; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .app-nav__list.-social {
        display: none; } }
    @media screen and (min-width: 1024px) {
      .app-nav__list.-social {
        margin-left: 0.5rem; }
        .app-nav__list.-social > li {
          padding: 0 12px; }
          .app-nav__list.-social > li:last-child {
            padding-right: 0; } }
  .app-nav__list > li {
    list-style-type: none;
    display: block;
    margin: 12px 24px 12px 0;
    text-transform: uppercase; }
    @media screen and (min-width: 768px) {
      .app-nav__list > li {
        display: inline-block;
        margin: 0;
        padding: 0 9px; } }
    @media screen and (min-width: 1024px) {
      .app-nav__list > li {
        padding: 0 11px; } }
    @media screen and (min-width: 1400px) {
      .app-nav__list > li {
        padding: 0 18px; } }
    .app-nav__list > li.active a {
      border-bottom: 2px solid #fff;
      display: inline-block;
      opacity: 1;
      padding-bottom: 3px; }
    .app-nav__list > li.active span {
      opacity: 1; }
    .app-nav__list > li.-new > a {
      opacity: 1; }
    .app-nav__list > li > a {
      position: relative; }
    .app-nav__list > li > a, .app-nav__list > li span {
      color: #fff;
      font-size: 16px;
      opacity: 1;
      transition: all 0.5 ease; }
      @media screen and (min-width: 768px) {
        .app-nav__list > li > a, .app-nav__list > li span {
          color: white;
          font-size: 11px; } }
      @media screen and (min-width: 1400px) {
        .app-nav__list > li > a, .app-nav__list > li span {
          font-size: 13px; } }
      @media (min-width: 768px) {
        .app-nav__list > li > a:hover, .app-nav__list > li span:hover {
          color: white; } }
      .app-nav__list > li > a.btn, .app-nav__list > li span.btn {
        display: inline; }
        @media screen and (max-width: 767px) {
          .app-nav__list > li > a.btn, .app-nav__list > li span.btn {
            border-width: 0;
            color: #222; } }
      .app-nav__list > li > a.fa, .app-nav__list > li span.fa {
        font-size: 18px; }
      .app-nav__list > li > a.app-nav__new, .app-nav__list > li span.app-nav__new {
        font-size: 10px;
        opacity: 1; }
    @media screen and (min-width: 768px) {
      .app-nav__list > li.-fb {
        display: inline-block; } }
    .app-nav__list > li.-fr {
      transition: all 0.5s ease; }
    .app-nav__list > li.-login {
      margin-top: 48px;
      position: relative;
      transition: all 0.5s ease; }
      @media screen and (min-width: 768px) {
        .app-nav__list > li.-login {
          margin-top: 0;
          position: absolute;
          right: 35px;
          top: -33px; }
          .app-nav__list > li.-login:after {
            content: "|";
            color: #fff;
            opacity: 0.7;
            position: absolute;
            right: 3px;
            top: 0; }
          .app-nav__list > li.-login > a {
            font-size: 12px; } }
    .app-nav__list > li.app-nav__desk {
      display: none; }
      @media screen and (min-width: 768px) {
        .app-nav__list > li.app-nav__desk {
          display: inline-block; } }

.app-nav__new {
  background: #fff;
  border-radius: 10px;
  color: #222 !important;
  font-size: 10px;
  margin-right: 6px;
  padding: 3px 6px;
  position: relative;
  top: -5px; }
  @media screen and (min-width: 768px) {
    .app-nav__new {
      margin: 0 3px 0 0;
      top: -2px; } }

.app-footer {
  background: #000;
  overflow: hidden;
  padding: 36px 24px 24px; }
  .app-footer p, .app-footer a, .app-footer li, .app-footer span, .app-footer strong {
    color: rgba(255, 255, 255, 0.7);
    transition: all 0.4s ease; }

.a-f__circle {
  background: #fff;
  color: #000;
  cursor: pointer;
  border-radius: 60px;
  font-size: 32px !important;
  height: 40px;
  line-height: 37px !important;
  margin: 0 24px 0 0;
  opacity: 0.5;
  text-align: center;
  vertical-align: middle;
  width: 40px;
  opacity: 0.7;
  transition: opacity 0.5s ease; }
  .a-f__circle:hover {
    opacity: 1; }

.a-f__address {
  margin-right: 4rem;
  max-width: 190px; }
  @media (max-width: 579px) {
    .a-f__address {
      margin-bottom: 2rem;
      width: 50%; } }
  .a-f__address a {
    display: block;
    font-size: 12px;
    line-height: 1.85; }
    .a-f__address a:hover {
      color: white; }
  .a-f__address p {
    display: block;
    font-weight: 300;
    margin-bottom: 9px;
    text-transform: uppercase; }

.a-f__addesses {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
  margin-right: -3rem; }

.a-f__bottom {
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  padding: 15px 0 0;
  width: 100%; }

.a-f__contact {
  padding-bottom: 36px; }
  @media (max-width: 579px) {
    .a-f__contact {
      padding: 0 0 24px; } }

.a-f__copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  margin: 0; }
  @media (min-width: 500px) {
    .a-f__copyright {
      font-size: 12px; } }

.a-f__inner {
  margin: 0 auto;
  max-width: 100%;
  width: 1648px; }

.a-f__lang {
  margin-left: 24px; }

.a-f__logo {
  display: block;
  margin-bottom: 16px; }
  .a-f__logo > img {
    height: 15px;
    width: auto; }

.a-f__map {
  height: 150px;
  position: relative;
  width: 100%; }
  @media (min-width: 950px) {
    .a-f__map {
      height: 120px;
      width: auto; } }
  @media (min-width: 1200px) {
    .a-f__map {
      height: 100%; } }
  @media (max-width: 1199px) {
    .a-f__map {
      grid-column: 1/3; } }

.a-f__map-inner {
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute; }
  @media (min-width: 769px) {
    .a-f__map-inner {
      display: none; } }

.a-f__map-overlay {
  height: 100%;
  position: relative;
  width: 100%; }

.a-f__top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px; }
  .a-f__top a.-contact {
    align-items: center;
    display: flex;
    margin-bottom: 12px; }
    .a-f__top a.-contact img {
      color: #fff;
      opacity: 0.7;
      margin-right: 12px;
      transition: all 0.4s ease;
      width: 12px; }
    .a-f__top a.-contact span {
      font-size: 12px; }
    .a-f__top a.-contact:hover span {
      color: white; }
    .a-f__top a.-contact:hover img {
      opacity: 1; }
  .a-f__top a.-email {
    margin-bottom: 16px; }
  .a-f__top ul {
    display: flex; }
    .a-f__top ul li {
      margin-right: 16px; }
      .a-f__top ul li a:hover {
        color: white; }

ul.featured-properties {
  display: flex;
  flex-wrap: wrap; }
  ul.featured-properties li {
    float: none;
    padding-left: 24px;
    padding-right: 24px;
    margin-left: 0; }
    ul.featured-properties li > div {
      margin: auto;
      width: 100%; }
    @media (min-width: 440px) {
      ul.featured-properties li {
        width: 50%; } }
    @media (min-width: 720px) {
      ul.featured-properties li {
        width: 33.3333333%; } }
    @media (min-width: 768px) {
      ul.featured-properties li {
        width: 50%; } }
    @media (min-width: 980px) {
      ul.featured-properties li {
        width: 100%; } }
    ul.featured-properties li h4 a {
      font-size: 16px;
      font-weight: 500; }
    ul.featured-properties li img {
      width: 100%; }
    ul.featured-properties li .price {
      color: #222; }

@media (max-width: 499px) {
  .sidebar .widget {
    width: 100%;
    max-width: 440px; } }

.widget {
  background: #fff;
  margin-bottom: 24px;
  overflow: hidden; }
  .widget .center-inline {
    clear: both;
    padding: 36px 0 24px 0; }
  .widget .form-box {
    background: #fff;
    margin: 0 24px;
    min-width: 0;
    max-width: none; }
    .widget .form-box input, .widget .form-box textarea, .widget .form-box select {
      background: #f4f4f4; }
    .widget .form-box .input-grp:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 640px) {
      .widget .form-box .input-grp {
        float: left;
        padding: 0 12px;
        width: 50%; } }
    @media screen and (min-width: 980px) {
      .widget .form-box .input-grp {
        float: none;
        padding: 0;
        width: 100%; } }
  .widget p {
    margin-bottom: 0; }
    .widget p > a {
      border-bottom: 1px solid #ddd; }
  .widget .title {
    background: #222222;
    color: #fff;
    line-height: 48px;
    text-align: center; }
    @media screen and (min-width: 980px) {
      .widget .title {
        font-size: 16px;
        padding: 0 11px 0 16px;
        text-align: left; } }
    @media screen and (min-width: 1200px) {
      .widget .title {
        font-size: 21px; } }

.widget__btn {
  display: block;
  font-size: 14px;
  margin: 18px 0;
  padding: 10px 16px;
  text-transform: uppercase; }

.widget .agent-info {
  padding: 0 15px 0;
  color: #394041; }
  .widget .agent-info p {
    opacity: 0.9;
    font-size: 14px; }

.widget .agent-info img {
  height: auto;
  width: 100%; }

.widget .agent-info ul.contacts-list {
  color: #394041;
  border-bottom: 1px solid #dedede;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 0; }

.widget .agent-info ul.contacts-list li {
  border-top: 1px solid #dedede;
  border-bottom: none;
  font-size: 14px;
  padding: 7px 0 7px 22px;
  text-transform: capitalize; }
  @media (min-width: 1200px) {
    .widget .agent-info ul.contacts-list li {
      font-size: 16px; } }

.widget .agent-info ul.contacts-list li.office {
  background: url(db0ca217d2a677761a7e.png) no-repeat left center;
  border-top: none; }

.widget .agent-info ul.contacts-list li.mobile {
  background: url(12a459c1b290d919606e.png) no-repeat left center; }

.widget .agent-info ul.contacts-list li.fax {
  background: url(2522021e4ef767e14937.png) no-repeat left center; }

.aside {
  margin: 0 auto;
  max-width: 100%;
  width: 400px; }

.aside__agent {
  margin-bottom: 36px;
  position: relative;
  text-align: center;
  width: 100%; }
  .aside__agent > img, .aside__agent p {
    vertical-align: middle; }
  @media (min-width: 980px) {
    .aside__agent {
      text-align: left; }
      .aside__agent > img {
        margin-bottom: 0; } }

.aside__agent-contact {
  bottom: 12px;
  position: absolute;
  text-align: right;
  right: 12px; }
  .aside__agent-contact h3 {
    font-size: 16px;
    font-weight: 500;
    margin: 0; }
  .aside__agent-contact h4 {
    font-size: 12px;
    margin: 0; }
  @media (min-width: 400px) {
    .aside__agent-contact h3 {
      font-size: 20px; }
    .aside__agent-contact h4 {
      font-size: 16px; } }
  .aside__agent-contact img {
    margin-bottom: 6px;
    width: 40px; }

.aside__agent-pic {
  width: 100%; }

.aside__agent-text {
  display: inline-block;
  right: 0;
  position: absolute;
  top: 32%;
  width: 160px;
  vertical-align: middle; }
  .aside__agent-text h4 {
    font-size: 16px;
    margin: 6px 0 0 0;
    text-align: left; }
  .aside__agent-text p {
    color: #666;
    font-size: 11px;
    margin-top: 5px;
    text-align: left; }
  @media (min-width: 400px) {
    .aside__agent-text {
      width: 175px; }
      .aside__agent-text h4 {
        font-size: 20px; }
      .aside__agent-text p {
        font-size: 15px; } }

.collective__agents {
  padding-top: 0; }
  .collective__agents .agents__wrap {
    justify-content: center;
    margin-bottom: 24px;
    margin: 0 auto;
    max-width: 1030px; }

@media (min-width: 1024px) {
  .collective__agents .agents__wrap {
    max-width: 1030px; }
  .collective__agents .company-agent {
    width: 33.3333%; } }

@media (min-width: 1400px) {
  .collective__agents .agents__wrap {
    max-width: none; }
  .collective__agents .company-agent {
    max-width: none;
    width: 26.66667%; } }

.collective__agent-headshot {
  display: inline-block;
  height: 300px;
  width: 300px; }

.collective__contact {
  font-weight: 600;
  margin: 2rem 0 -2rem; }
  .collective__contact span {
    display: inline-block;
    font-weight: normal;
    margin: 0 0.25rem; }

.collective__splash {
  display: flex;
  padding-top: 0;
  align-items: flex-end;
  min-height: 330px; }
  @media screen and (min-width: 1200px) {
    .collective__splash {
      background-attachment: fixed;
      min-height: 500px; } }
  @media screen and (min-width: 768px) {
    .collective__splash {
      min-height: calc(100vh - 62px); } }
  .collective__splash .splash__inner {
    margin: 0 auto;
    max-width: calc(700px - 24px);
    text-align: center; }
    .collective__splash .splash__inner li a {
      color: #fff; }
    .collective__splash .splash__inner h1 {
      font-size: 1.7rem;
      font-weight: 500;
      margin: 0 auto 0.5rem;
      text-transform: none; }
      @media (min-width: 640px) {
        .collective__splash .splash__inner h1 {
          font-size: 2.6rem; } }
    .collective__splash .splash__inner p {
      margin: 0 auto 2rem; }

.collective__blurb {
  padding: 2rem 0;
  text-align: center; }
  .collective__blurb > div {
    padding: 0 1rem; }
  .collective__blurb h2 {
    text-transform: initial; }
    @media (max-width: 500px) {
      .collective__blurb h2 {
        font-size: 23px; } }
    @media (min-width: 640px) {
      .collective__blurb h2 {
        white-space: pre-line; } }
  .collective__blurb p {
    margin: 0 auto 1rem;
    max-width: 800px;
    transform: translateY(10px);
    transition: all 0.6s ease; }
  .collective__blurb .arrow-text {
    color: black;
    margin-top: 3rem; }
    .collective__blurb .arrow-text svg path {
      fill: black; }

.company__filters {
  align-items: top;
  display: flex;
  margin-bottom: 2.6rem;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .company__filters {
      justify-content: center;
      overflow: visible; } }
  .company__filters li {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    flex: 0 0 auto;
    height: 24px;
    margin: 1rem 1rem 0; }
    .company__filters li.active {
      font-weight: bold; }
    .company__filters li.active, .company__filters li:hover {
      border-bottom: 1px solid black; }

.company__header {
  margin: 0 auto 2rem;
  padding: 0 12px;
  max-width: 700px;
  text-align: center; }
  .company__header p {
    white-space: pre-wrap; }
  .company__header.-teams {
    max-width: 100%; }
  .company__header .agents__search {
    justify-content: center;
    margin: 2rem 0.5rem 2rem; }
    .company__header .agents__search .dropdown, .company__header .agents__search .search-bar input {
      background: #fff; }

.agents__search {
  align-items: center;
  display: flex;
  margin: 0 0.5rem; }
  @media screen and (max-width: 499px) {
    .agents__search {
      flex-direction: column; } }
  .agents__search .select {
    background: #eee;
    margin-right: 1rem;
    padding: 12px 18px 12px 1rem; }
    @media screen and (max-width: 499px) {
      .agents__search .select {
        margin: 0 0 1rem; } }
    .agents__search .select label {
      font-weight: 600; }
    .agents__search .select select {
      background: #eee;
      padding: 15px 0.5rem;
      min-width: 150px; }
      @media screen and (max-width: 499px) {
        .agents__search .select select {
          min-width: 300px; } }
  .agents__search .search-bar input {
    background: #eee;
    min-width: 300px;
    width: 100%; }
    @media screen and (min-width: 600px) {
      .agents__search .search-bar input {
        min-width: 400px; } }
    @media screen and (min-width: 720px) {
      .agents__search .search-bar input {
        min-width: 500px; } }
  .agents__search .search-results {
    display: none; }

.agents__wrap {
  display: flex;
  flex-wrap: wrap; }
  .agents__wrap.-less-than-three {
    justify-content: center; }
  @media (min-width: 1024px) {
    .agents__wrap.-three {
      justify-content: center; } }

.agents__title {
  margin: 36px 0 0; }
  .agents__title h2, .agents__title h4 {
    border-bottom: 1px solid black;
    font-weight: 400;
    line-height: 1;
    margin: 0 24px 24px;
    padding-bottom: 12px;
    text-align: left; }

.listing-layout.agents {
  background-color: #eee; }
  @media (min-width: 720px) {
    .listing-layout.agents {
      padding: 36px calc(2rem - 24px); } }

.company-agent {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0 12px;
  margin-bottom: 24px;
  width: 100%; }
  @media (max-width: 640px) {
    .company-agent.-team .company-agent__wrap {
      padding-bottom: calc(50% - 12px); }
      .company-agent.-team .company-agent__wrap figure, .company-agent.-team .company-agent__wrap img {
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  @media (min-width: 640px) {
    .company-agent {
      width: 50%; } }
  @media (min-width: 720px) {
    .company-agent {
      width: 33.33333%; } }
  @media (min-width: 1024px) {
    .company-agent {
      width: 25%; } }
  @media (min-width: 1400px) {
    .company-agent {
      width: calc(100% / 6); } }
  @media (min-width: 640px) {
    .company-agent.-wide {
      width: 100%; } }
  @media (min-width: 720px) {
    .company-agent.-wide {
      width: 66.66666%; } }
  @media (min-width: 1024px) {
    .company-agent.-wide {
      width: 50%; } }
  @media (min-width: 1400px) {
    .company-agent.-wide {
      width: calc(100% / 3); } }
  .company-agent.-wide .company-agent__wrap {
    padding-bottom: calc(50% - 12px); }
  .company-agent.-wide figure, .company-agent.-wide img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .company-agent > div {
    margin: 0 auto;
    width: 100%; }

.company-agent__box {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4px; }
  .company-agent__box h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    margin: 3px 12px 8px 0;
    text-align: center;
    width: 100%; }
  .company-agent__box p {
    font-size: 12px;
    margin-bottom: 8px;
    text-align: center;
    text-transform: uppercase;
    width: 100%; }

.company-agent__contact {
  align-items: center;
  display: none;
  justify-content: center;
  margin: 0 !important; }
  .company-agent__contact .circle.-phone svg {
    max-height: 16px;
    width: 12px; }
  .company-agent__contact .circle:last-child {
    margin-right: 0; }
  .company-agent__contact .circle__box {
    margin: 0; }
  .company-agent__contact .line-link {
    margin-bottom: 0;
    margin-right: 1rem; }

.company-agent__team-icon.-team {
  height: 64px;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px; }

.company-agent__wrap {
  overflow: hidden;
  margin: 0 auto 16px;
  padding-bottom: 90%;
  position: relative;
  width: 90%; }
  .company-agent__wrap figure {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    position: absolute;
    width: 100%; }
    .company-agent__wrap figure img {
      border-width: 0;
      margin: auto;
      width: 100%; }

.contact-img-wrap .contact {
  background-size: cover; }
  @media (max-width: 800px) {
    .contact-img-wrap .contact {
      background-image: url(/images/bg-mob.jpg); } }
  @media (min-width: 801px) {
    .contact-img-wrap .contact {
      background-image: url(/images/bg.jpg); } }

.contact {
  position: relative; }

.contact__content {
  background: rgba(255, 255, 255, 0.7);
  background-attachment: fixed;
  overflow: hidden;
  width: 100%;
  z-index: 2; }
  .contact__content.-lb {
    background: transparent; }
    .contact__content.-lb .contact__text a, .contact__content.-lb .contact__text p, .contact__content.-lb .contact__text span {
      color: #434343; }
  .contact__content .form-box {
    box-shadow: 0 2px 40px rgba(0, 0, 0, 0.2);
    margin: 12px auto 36px; }
  .contact__content h2 {
    margin: 24px auto; }

.contact__gmap {
  height: 250px;
  position: relative;
  width: 100%;
  z-index: 3; }
  @media (min-width: 640px) {
    .contact__gmap {
      height: 400px; } }

.contact__gmap-overlay {
  bottom: 0;
  display: block;
  height: 250px;
  position: absolute;
  width: 100%;
  z-index: 4; }
  @media (min-width: 640px) {
    .contact__gmap-overlay {
      height: 400px; } }
  @media (min-width: 769px) {
    .contact__gmap-overlay {
      display: none; } }

.contact__logo {
  margin-top: -45px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 200px; }

.contact__text {
  text-align: center; }
  .contact__text h3 {
    color: white;
    margin: 0 0 24px 0;
    text-transform: uppercase; }
  .contact__text ul {
    margin: 0 auto 48px;
    max-width: 600px; }
    @media (min-width: 900px) {
      .contact__text ul {
        margin: auto;
        max-width: none;
        width: auto; } }
  .contact__text li {
    margin: 0 30px 24px;
    text-align: left; }
    @media (min-width: 480px) {
      .contact__text li {
        display: inline-block;
        margin: 0 12px 24px; } }
    @media (min-width: 900px) {
      .contact__text li {
        display: inline-block; } }
    .contact__text li a {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .contact__text li a:hover {
        border-bottom: 1px solid #222; }
    .contact__text li a, .contact__text li p {
      display: block;
      font-size: 14px;
      margin-left: 30px; }
      @media (min-width: 640px) {
        .contact__text li a, .contact__text li p {
          font-size: 16px; } }
    .contact__text li p {
      font-size: 14px; }
      .contact__text li p:hover {
        text-decoration: none; }
      @media (min-width: 640px) {
        .contact__text li p {
          font-size: 16px; } }
    .contact__text li span {
      float: left;
      opacity: 0.6;
      margin-top: 4px; }
    .contact__text li:last-child {
      margin-bottom: 0; }
    .contact__text li.-desk {
      display: none; }
      @media screen and (min-width: 640px) {
        .contact__text li.-desk {
          display: inline-block; }
      .contact__text li.-mob {
        display: none; } }

.development .agents__wrap .company-agent {
  width: 100% !important; }
  @media (min-width: 640px) {
    .development .agents__wrap .company-agent {
      width: 50% !important; } }
  @media (min-width: 720px) {
    .development .agents__wrap .company-agent {
      width: 33.33333% !important; } }
  .development .agents__wrap .company-agent figure {
    float: none;
    width: 100%; }

.development .props__amenities li {
  margin: 0 0 1rem 0;
  width: 100%; }
  @media (min-width: 440px) {
    .development .props__amenities li {
      margin: 0 2rem 1rem 0;
      width: auto; } }

.development .props__avail-left {
  margin-bottom: 1rem; }

.development .props__avail-row {
  padding: 1rem 0 0; }
  @media (max-width: 499px) {
    .development .props__avail-row {
      display: block; } }

.development .props__avail-right > div {
  margin-bottom: 1rem; }

.development .props__col {
  margin-left: 1.5rem; }
  @media (min-width: 680px) {
    .development .props__col {
      margin-left: 0;
      min-width: 120px; } }
  @media (min-width: 1340px) {
    .development .props__col {
      min-width: 128px;
      text-align: center; } }

.development .props__content {
  padding: 0; }

.development .props__bathrooms {
  display: flex;
  flex: 1 0 auto;
  width: 100%; }
  @media (min-width: 680px) {
    .development .props__bathrooms {
      flex: 0 0 auto;
      justify-content: flex-end;
      width: auto; } }

.props__availabilities {
  margin-bottom: 30px;
  margin-top: 12px; }
  .props__availabilities header {
    background: #eee;
    padding: 1.5rem 0 1.5rem 0.5rem;
    text-align: center;
    text-transform: uppercase; }

.props__avail-left {
  margin-left: 1.5rem;
  margin-right: 2rem; }
  @media (min-width: 500px) {
    .props__avail-left {
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .props__avail-left {
      margin-right: none; } }

.props__avail-right {
  flex: 1; }
  @media (min-width: 680px) {
    .props__avail-right {
      display: flex; } }

.email-confirm {
  align-items: center;
  display: flex;
  height: 100%;
  height: 100vh;
  position: relative;
  z-index: 5; }

.email-confirm__check {
  border: 5px solid #555;
  border-radius: 300px;
  line-height: 17vw;
  margin: 0 auto 40px;
  text-align: center;
  height: 100px;
  width: 100px;
  height: 12vw;
  width: 12vw; }
  .email-confirm__check .fa-check {
    font-size: 8vw; }
  @media (max-width: 900px) {
    .email-confirm__check {
      width: 100px;
      height: 100px; }
      .email-confirm__check .fa-check {
        font-size: 60px;
        line-height: 95px; } }

.email-confirm__content {
  background: rgba(255, 255, 255, 0.9);
  padding: 36px;
  width: 100%;
  max-width: 800px; }
  .email-confirm__content h3 {
    font-size: 2.1rem; }
  .email-confirm__content h4 {
    font-size: 1.8rem;
    margin-top: -16px; }
  .email-confirm__content h4.-secondary {
    font-size: 1.3rem;
    margin-top: 30px; }

.hero-unit {
  background-color: black;
  background-position: center;
  background-size: cover;
  height: 100vh;
  position: relative;
  transition: all 0.5s cubic-bezier(0.1, 0.21, 0, 1.06);
  width: 100%; }
  @media (min-width: 1024px) {
    .hero-unit {
      background-attachment: fixed; } }
  @media screen and (max-width: 639px) {
    .hero-unit .center {
      padding: 0 12px; } }
  .hero-unit .search-bar {
    margin: 1.5rem auto 0; }
    @media (max-width: 639px) {
      .hero-unit .search-bar .search-bar__close {
        font-size: 2rem;
        right: 0;
        top: -1rem; } }
  .hero-unit .search-results {
    max-height: calc(50vh - 110px);
    top: 48px; }
    @media screen and (min-width: 1200px) {
      .hero-unit .search-results {
        max-height: calc(50vh - 130px); } }
  .hero-unit.-secondary {
    height: auto;
    padding-top: 72px; }
  .hero-unit h1, .hero-unit h3 {
    color: #fff;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
  .hero-unit h1 {
    font-size: 24px; }
    @media screen and (min-width: 360px) {
      .hero-unit h1 {
        font-size: 30px; } }
    @media screen and (min-width: 768px) {
      .hero-unit h1 {
        font-size: 42px; } }
    @media screen and (min-width: 1200px) {
      .hero-unit h1 {
        font-size: 64px; } }
  .hero-unit h3 {
    color: #ddd;
    display: none;
    font-size: 16px;
    margin: 0 24px;
    text-transform: capitalize; }
    @media screen and (min-width: 360px) {
      .hero-unit h3 {
        font-size: 14px; } }
    @media screen and (min-width: 768px) {
      .hero-unit h3 {
        display: block;
        font-size: 16px; } }
    @media screen and (min-width: 1260px) {
      .hero-unit h3 {
        font-size: 18px; } }
  .hero-unit .btn {
    margin-top: 16px; }
    @media screen and (min-width: 360px) {
      .hero-unit .btn {
        margin-top: 36px; } }
    .hero-unit .btn.-ribbon {
      background: #ED0677;
      box-shadow: 0 1px 9px rgba(0, 0, 0, 0.1);
      text-shadow: 0 1px 9px rgba(0, 0, 0, 0.3); }
      .hero-unit .btn.-ribbon:hover {
        background: #bb055e; }
  .hero-unit img.-ribbon {
    margin-bottom: 12px;
    max-width: 80%;
    width: 240px; }
    @media (min-width: 1800px) {
      .hero-unit img.-ribbon {
        width: 300px; } }

.hero-unit__overlay {
  align-items: center;
  background: rgba(23, 28, 35, 0.3);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s cubic-bezier(0.1, 0.21, 0, 1.06); }
  .hero-unit__overlay.playing {
    background: rgba(23, 28, 35, 0.5); }
  .hero-unit__overlay > div {
    padding: 1rem; }

.hero-unit__play {
  height: 56px;
  margin: 24px auto 0;
  opacity: 0.7;
  width: 56px; }
  .hero-unit__play:hover {
    opacity: 1; }
  .hero-unit__play span {
    font-size: 22px;
    left: 1px;
    position: relative; }

.hero-unit__secondary {
  bottom: 18px;
  color: #fff;
  position: absolute;
  text-align: center;
  width: 100%; }
  @media screen and (min-width: 640px) {
    .hero-unit__secondary {
      bottom: 24px; } }
  .hero-unit__secondary .fa {
    color: #fff; }
  .hero-unit__secondary .i-b {
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.5s cubic-bezier(0.1, 0.21, 0, 1.06); }
    .hero-unit__secondary .i-b:hover {
      opacity: 1; }
  .hero-unit__secondary p {
    color: #fff;
    display: block;
    font-size: 14px;
    margin: 0;
    text-transform: uppercase; }
    @media screen and (min-width: 640px) {
      .hero-unit__secondary p {
        font-size: 20px; } }

.hero-unit__video {
  /*  making the video fullscreen  */
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  height: auto;
  z-index: -100; }
  @media (max-width: 1024px) {
    .hero-unit__video {
      display: none; } }

.home__hero h3 {
  font-weight: 400; }

.home__hero-content {
  position: relative;
  z-index: 4; }

.home__hero-content-link {
  color: white; }

.home__hero-link {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 3; }

.home-listings h3 {
  text-align: center; }

.home-parallax-props {
  will-change: transform;
  transform: translateY(var(--ty));
  transition: transform .1s ease; }
  .home-parallax-props + section {
    position: relative;
    z-index: 3; }

.home__rates {
  background: #eee;
  padding: 72px 0; }
  @media (max-width: 439px) {
    .home__rates .container {
      width: 320px; } }
  .home__rates .section__subtitle img {
    height: 33px;
    margin-top: 12px;
    vertical-align: middle; }
    @media (min-width: 342px) {
      .home__rates .section__subtitle img {
        margin-left: 12px;
        margin-top: 0; } }

.home__tiles {
  border-color: white;
  border-style: solid;
  border-width: 0 1px 0 1px; }
  @media (min-width: 900px) {
    .home__tiles {
      display: flex; } }

.home__tiles-box {
  border-color: white;
  border-style: solid;
  border-width: 0 1px 2px 1px;
  background-position: center;
  background-size: cover !important;
  position: relative; }
  @media (min-width: 900px) {
    .home__tiles-box {
      width: 50%; } }
  .home__tiles-box .cover {
    background: rgba(34, 34, 34, 0.7);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.home__tiles-content {
  padding: 2rem;
  position: relative;
  z-index: 2; }
  @media (min-width: 540px) {
    .home__tiles-content {
      padding: 4rem; } }
  @media (min-width: 1024px) {
    .home__tiles-content {
      padding: 6rem 4rem; } }
  @media (min-width: 1200px) {
    .home__tiles-content {
      padding: 8rem 4rem; } }
  @media (min-width: 1400px) {
    .home__tiles-content {
      padding: 8rem 6rem; } }
  .home__tiles-content h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0.25rem 0 1rem;
    text-transform: capitalize; }
    @media (min-width: 540px) {
      .home__tiles-content h2 {
        font-size: 1.4rem; } }
  .home__tiles-content h2, .home__tiles-content p {
    color: #fff; }
  .home__tiles-content p {
    margin-bottom: 1.5rem; }
  .home__tiles-content span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.8rem;
    text-transform: uppercase; }

.property-items > h2 {
  margin-bottom: 48px;
  margin-top: 0; }
  @media screen and (min-width: 640px) {
    .property-items > h2 {
      font-size: 36px; } }

.property-items .property-item {
  background: #fff; }

.property-items__disclaimer {
  clear: both;
  font-style: italic; }
  @media screen and (min-width: 768px) {
    .property-items__disclaimer {
      padding-top: 24px; } }

.property-grid .property-item {
  padding: 24px; }
  .property-grid .property-item .detail {
    float: none;
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .property-grid .property-item .detail {
        float: right;
        width: 240px; } }
  .property-grid .property-item figure {
    float: none;
    margin: 0;
    width: 100%; }
    @media screen and (min-width: 1200px) {
      .property-grid .property-item figure {
        float: left;
        margin: 0 0 20px 0;
        width: 252px; } }
    .property-grid .property-item figure figcaption {
      background: rgba(62, 68, 73, 0.7);
      font-size: 14px;
      padding: 4px 12px; }
  @media screen and (min-width: 640px) {
    .property-grid .property-item h4 a {
      font-size: 16px; } }
  @media screen and (min-width: 768px) {
    .property-grid .property-item h4 a {
      font-size: 18px; } }
  .property-grid .property-item h4 a:hover {
    color: #222222; }
  .property-grid .property-item img {
    width: 100%; }
  .property-grid .property-item .price {
    background-color: #222222; }
  .property-grid .property-item .property-meta {
    background: #fff;
    border-width: 0;
    margin: 0;
    padding: 6px 0 0 0;
    text-align: center; }
    .property-grid .property-item .property-meta > span {
      border-width: 0;
      margin-right: 0;
      padding: 0 12px 12px; }
      @media screen and (min-width: 1200px) {
        .property-grid .property-item .property-meta > span {
          padding: 0 12px; } }

.home-about, .home-video {
  background: #222;
  padding: 24px 0 48px 0;
  position: relative; }
  .home-about h2, .home-video h2 {
    color: #fff;
    font-size: 24px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .home-about h2, .home-video h2 {
        font-size: 36px; }
    .home-about, .home-video {
      padding: 48px 0; } }

.home-about__content {
  font-size: 13px;
  margin: 48px auto;
  max-width: 800px;
  padding: 0 24px;
  position: relative;
  text-align: justify;
  z-index: 4; }
  @media screen and (min-width: 499px) {
    .home-about__content {
      font-size: 18px; } }
  @media screen and (min-width: 768px) {
    .home-about__content {
      font-size: 20px; } }
  .home-about__content p {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 24px; }
  @media screen and (min-width: 768px) {
    .home-about__content {
      padding: 0;
      width: 100%; } }

.home-about__img {
  background-size: cover;
  height: 250px;
  right: 0;
  top: 0; }
  @media screen and (min-width: 768px) {
    .home-about__img {
      height: 100%;
      position: absolute;
      width: 50%; } }

.home-about__img-overlay {
  height: 250px;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .home-about__img-overlay {
      background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
      height: 100%;
      width: 50%; } }

.home__developments {
  background: #F5F5F5;
  padding: 68px 0; }
  .home__developments.property-grid .flex {
    justify-content: center; }
  @media (min-width: 1200px) {
    .home__developments.property-grid .property-item {
      max-width: 848px;
      width: 50%; } }
  .home__developments.property-grid .property-item figure > a {
    padding-bottom: 50%; }
  .home__developments.property-grid .property-item a h4 {
    font-weight: 600;
    font-size: 1.6rem;
    margin: -.15rem 0 0.5rem; }
  .home__developments.property-grid .property-item a span {
    color: rgba(0, 0, 0, 0.5);
    font-weight: 600;
    font-size: 0.9rem;
    text-transform: uppercase; }
  .home__developments.property-grid .property-item p {
    font-size: 1rem; }
    @media (min-width: 1200px) {
      .home__developments.property-grid .property-item p {
        font-size: 1.1rem; } }
  .home__developments .border-bg {
    border-top: 2px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 48px;
    position: relative;
    text-align: center; }
    .home__developments .border-bg h3 {
      background: #f5f5f5;
      font-size: 1.4rem;
      font-weight: normal;
      left: 50%;
      margin: 0;
      padding: 0 8px;
      position: absolute;
      text-transform: capitalize;
      top: -1px;
      transform: translate(-50%, -50%);
      white-space: nowrap; }
      @media (min-width: 800px) {
        .home__developments .border-bg h3 {
          font-size: 1.8rem; } }

.home-video h2 a, .home-video h4 a {
  color: #fff;
  transition: opacity 0.3s ease; }
  .home-video h2 a:hover, .home-video h4 a:hover {
    color: #fff; }

.home-video h2 span, .home-video h4 span {
  background: #d95f39;
  border-radius: 100px;
  padding: 6px 12px; }

.home-video .property-item {
  height: auto !important; }

.home-video .u-video-wrapper {
  margin: 0 0 12px 0;
  padding-bottom: 55%; }

.instagram {
  padding: 48px 0 0;
  text-align: center; }

.-no-pad-bottom + .instagram {
  padding: 48px 0 0; }

.instagram__account {
  display: block;
  font-size: 18px; }

.instagram__icon {
  height: 60px;
  margin: 0 auto 12px;
  width: 60px; }
  .instagram__icon > span {
    font-size: 28px; }

.instagram__logo {
  margin: 0 auto 4px;
  opacity: 0.8;
  width: 52px; }

#instafeed {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1696px;
  padding: 48px 0; }
  #instafeed a {
    display: block;
    margin: 0 24px 48px;
    position: relative;
    height: calc(100vw - 48px);
    max-height: 400px;
    max-width: 400px;
    width: calc(100vw - 48px); }
    @media (min-width: 640px) {
      #instafeed a {
        height: calc(50vw - 36px);
        margin: 0 12px 24px;
        width: calc(50vw - 36px); } }
    @media (min-width: 1000px) {
      #instafeed a {
        height: calc(24.5vw - 24px);
        width: calc(24.5vw - 24px); } }
  #instafeed a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative; }

.instagram-container .crt-logo {
  display: none !important; }

.instagram-container .crt-widget.crt-widget-branded {
  padding-bottom: 0 !important; }

.crt-post-hover {
  display: none !important; }

.lisitng-grid-layout {
  border-width: 0; }
  .lisitng-grid-layout .main {
    margin-top: 0; }
  .lisitng-grid-layout .title-heading {
    background: #222222;
    line-height: 48px;
    min-height: 0;
    position: static;
    width: 100%; }
    @media screen and (max-width: 979px) {
      .lisitng-grid-layout .title-heading {
        text-align: center; } }

.list-container {
  padding: 30px 25px 0; }

.listing .flickity {
  outline: 0;
  position: relative; }
  .listing .flickity img {
    display: block;
    height: 375px;
    max-width: none;
    min-width: 200px;
    transition: all 0.4s ease;
    transition: opacity 0.4s;
    opacity: 0;
    width: auto; }
    .listing .flickity img.flickity-lazyloaded, .listing .flickity img.flickity-lazyerror {
      opacity: 1; }

.flick {
  display: block; }
  .flick a {
    display: block; }

.flickity-button.flickity-prev-next-button {
  background: rgba(34, 34, 34, 0.6);
  border-width: 0;
  height: calc(100% - 4px);
  position: absolute;
  width: 40px; }
  .flickity-button.flickity-prev-next-button:disabled {
    opacity: 0.6; }
  .flickity-button.flickity-prev-next-button:not(:disabled) {
    cursor: pointer; }
  @media (min-width: 640px) {
    .flickity-button.flickity-prev-next-button {
      width: 60px; } }
  .flickity-button.flickity-prev-next-button.next, .flickity-button.flickity-prev-next-button.previous {
    top: 2px;
    transform: none; }
  .flickity-button.flickity-prev-next-button.next {
    right: 0; }
  .flickity-button.flickity-prev-next-button.previous {
    left: 0; }
  .flickity-button.flickity-prev-next-button svg {
    fill: #fff;
    opacity: 0.75;
    width: 24px; }
  .flickity-button.flickity-prev-next-button:hover:not(:disabled) svg {
    opacity: 1; }

.listing.-secondary {
  background: #eee; }

.listing .table {
  border-color: #eee; }
  .listing .table th {
    padding: 12px 8px; }
  .listing .table td {
    font-size: 14px;
    padding: 8px 8px; }
  .listing .table td, .listing .table th {
    border-color: #eee; }

.listing .u-video-wrapper {
  padding-bottom: 56.25%; }

.listing__print-img {
  display: none; }

.listing__map {
  height: 360px;
  max-width: none; }

.listing__unit {
  align-items: center;
  background: #f5f5f5;
  display: flex; }
  .listing__unit:nth-child(even) {
    background: #fff; }
  .listing__unit h5 {
    font-size: 18px;
    margin: 0 2rem 0 0;
    padding: 10px; }
  .listing__unit strong {
    display: block;
    font-size: 20px;
    padding-top: 4px; }
  .listing__unit svg {
    margin-right: 0.5rem;
    width: 1.5rem; }

.listing__unit-beds {
  align-items: flex-end;
  display: flex;
  height: 18px;
  margin: 0 0.5rem; }

.flexslider__video-thumb {
  width: 100%;
  text-align: center;
  background: #444;
  height: 75px;
  justify-content: center;
  color: #fff;
  display: flex; }
  .flexslider__video-thumb .fa {
    align-self: center;
    color: #fff;
    justify-content: center; }

.flex-direction-nav a {
  margin-top: -20px;
  top: 50%; }

.listing__images {
  position: relative; }

#overview {
  position: relative; }
  @media (max-width: 499px) {
    #overview {
      padding: 12px 24px; } }
  #overview .property-item__corner:after {
    border-width: 0 0 100px 100px;
    opacity: 1 !important; }
  #overview .property-item__corner span {
    font-size: 16px !important;
    padding: 13px 0 0 5px; }
  #overview .u-video-wrapper {
    padding-bottom: 57.5%; }

@media (max-width: 499px) {
  #overview .property-item .features .arrow-bullet-list li a {
    font-size: 14px; }
  #overview .property-item .price {
    margin: 0; } }

#overview .property-item .price span {
  background-color: #222;
  color: #fff;
  padding: 8px 10px 10px 14px; }

#overview .property-item .price .status-label {
  background-color: #fff;
  color: #222; }

#overview .property-item .wrap {
  background: #222; }

#overview .property-item .property-meta {
  background: #eee;
  border-width: 0; }

#overview .property-item .property-meta span {
  padding: 12px 0; }
  @media (max-width: 767px) {
    #overview .property-item .property-meta span {
      border-width: 0;
      padding: 12px 18px 12px 18px;
      text-align: left; } }

#overview .property-item .property-meta span.printer-icon, #overview .property-item .property-meta span.floor-plan-icon, #overview .property-item .property-meta span.fb-icon {
  background-color: #eee;
  background-position: 18px 15px;
  border-width: 0;
  padding: 14px 12px 0 41px; }
  @media (max-width: 767px) {
    #overview .property-item .property-meta span.printer-icon, #overview .property-item .property-meta span.floor-plan-icon, #overview .property-item .property-meta span.fb-icon {
      padding: 12px 12px 12px 41px; } }

#overview .property-video {
  border-width: 0; }

@media (max-width: 499px) {
  #overview .map-wrap, #overview .property-video {
    padding: 16px 0; } }

#overview .share-label, #overview .common-label, #overview .video-label, #overview .map-label {
  background-color: #222;
  padding: 9px 17px 8px 14px; }

#overview .share-networks {
  background-color: #eee;
  border-width: 0; }
  #overview .share-networks a i {
    margin-right: 6px; }
  #overview .share-networks .share-label {
    padding-top: 15px; }
    @media (min-width: 768px) {
      #overview .share-networks .share-label {
        margin-right: 24px; } }
  #overview .share-networks span {
    border-width: 0; }

#overview .share-networks a [class^="fa-"], #overview .share-networks a [class*=" fa-"] {
  margin: 0 9px 0 12px; }

#property-carousel-two .flex-direction-nav a {
  background-color: #222; }

#property-carousel-two .slides > li {
  display: none; }

.listing__banner {
  color: #3e4449;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 12px;
  text-align: left;
  width: 100%; }
  @media (min-width: 600px) {
    .listing__banner {
      font-size: 18px;
      margin: 0 -1px 0 0; } }

.listing__header h4 {
  color: #fff;
  line-height: 48px;
  width: auto; }

.listing__header .price {
  color: #222222; }

#listing__gmap {
  height: 300px;
  width: 100%; }
  @media (max-width: 500px) {
    #listing__gmap {
      height: 250px; } }

.listing__list {
  border-top: 1px solid #f1f1f1;
  list-style: none; }
  .listing__list li {
    border-bottom: 1px solid #eee;
    font-size: 14px;
    margin: 0;
    padding: 12px 5px 12px 10px;
    transition: background 0.2s ease; }
    .listing__list li:hover {
      background: #f1f1f1; }
  .listing__list span {
    color: #777;
    font-size: 14px; }
  .listing__list strong {
    color: #394041;
    display: inline-block;
    font-weight: 700;
    margin-right: 10px; }

.props-next__total {
  bottom: 24px;
  max-width: calc(1600px + 96px); }
  .props-next__total > div {
    z-index: 999; }

.listing .table-responsive {
  overflow: auto;
  text-align: left; }
  .listing .table-responsive table {
    min-width: 600px;
    width: 100%; }
  .listing .table-responsive tr {
    border-bottom: 1px solid #eee; }

@media (min-width: 768px) and (max-width: 980px) {
  .listings {
    margin-top: 48px; } }

@media (min-width: 1200px) {
  .listings {
    margin-top: 48px; } }

.listings .listing-layout .property-item {
  padding: 12px; }
  @media (max-width: 1199px) {
    .listings .listing-layout .property-item .detail {
      width: 100%; } }
  .listings .listing-layout .property-item h4 a {
    font-weight: 500; }
    @media (min-width: 768px) {
      .listings .listing-layout .property-item h4 a {
        font-size: 24px; } }
  .listings .listing-layout .property-item .price {
    margin-right: 0; }
  .listings .listing-layout .property-item .property-meta {
    border-width: 0; }
    @media (max-width: 499px) {
      .listings .listing-layout .property-item .property-meta {
        padding: 0;
        text-align: left; } }
    .listings .listing-layout .property-item .property-meta span {
      border-width: 0; }
      @media (max-width: 499px) {
        .listings .listing-layout .property-item .property-meta span {
          padding-left: 0; } }

.lisitng-grid-layout .pagination {
  padding-bottom: 15px; }

.listings-grid {
  margin-top: 48px; }
  .listings-grid .listing-layout .property-item {
    padding-bottom: 24px; }
    @media (max-width: 1199px) {
      .listings-grid .listing-layout .property-item .detail {
        width: 100%; } }
    .listings-grid .listing-layout .property-item h4 a {
      font-weight: 500; }
    .listings-grid .listing-layout .property-item .price {
      margin-right: 0; }
    .listings-grid .listing-layout .property-item .property-meta {
      border-width: 0; }
      @media (max-width: 499px) {
        .listings-grid .listing-layout .property-item .property-meta {
          padding: 0;
          text-align: left; } }
      .listings-grid .listing-layout .property-item .property-meta span {
        border-width: 0; }
        @media (max-width: 499px) {
          .listings-grid .listing-layout .property-item .property-meta span {
            padding-left: 0; } }

.lisitng-grid-layout .pagination {
  padding-bottom: 15px; }

@media (min-width: 499px) and (max-width: 1199px) {
  .property-grid .property-item {
    margin: 0 0 0 30px;
    width: 196px; } }

@media (max-width: 499px) {
  .property-grid .property-item span {
    font-size: 14px; } }

.listings__long {
  background: #ffffff;
  padding: 2rem 0 0; }
  @media (min-width: 720px) {
    .listings__long {
      padding: 2rem calc(2rem - 24px) 0; } }
  .listings__long li {
    margin-bottom: 36px;
    overflow: hidden;
    padding: 0 12px;
    width: 100%; }
    .listings__long li:hover .listings__long-content {
      transform: translateY(0); }
    @media (min-width: 720px) {
      .listings__long li {
        width: 50%; } }
    @media (min-width: 1024px) {
      .listings__long li {
        width: 33.3333333%; } }
    @media (min-width: 1280px) {
      .listings__long li {
        width: 25%; } }
    .listings__long li a {
      display: block;
      margin: 0 auto;
      position: relative;
      width: 100%; }
      @media (max-width: 1399px) {
        .listings__long li a {
          max-width: 330px; } }
  .listings__long ul {
    display: flex;
    flex-wrap: wrap; }

.listings__long-content {
  background: rgba(0, 0, 0, 0.65);
  bottom: 0;
  left: 0;
  padding: 0.75rem;
  position: absolute;
  transition: 0.5s transform cubic-bezier(0.23, 1, 0.32, 1);
  width: 100%; }
  @media (min-width: 600px) {
    .listings__long-content {
      transform: translateY(100%); } }
  @media (min-width: 720px) {
    .listings__long-content {
      min-height: 94px; } }
  @media (min-width: 1679px) {
    .listings__long-content {
      min-height: 0; } }
  .listings__long-content h3, .listings__long-content strong {
    color: #fff; }
  .listings__long-content h3 {
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0; }
  .listings__long-content strong {
    font-size: 1rem; }

.listings__long-img {
  background-position: center !important;
  background-size: cover !important;
  overflow: hidden;
  padding-bottom: 120%;
  width: 100%; }
  @media (min-width: 1400px) {
    .listings__long-img {
      height: 440px; } }

.onboard-numbers {
  background: #000;
  position: relative;
  text-align: center; }
  .onboard-numbers h2, .onboard-numbers h3, .onboard-numbers p, .onboard-numbers span {
    color: #fff; }
  .onboard-numbers h2, .onboard-numbers h3, .onboard-numbers p {
    text-transform: uppercase !important; }
  .onboard-numbers h3 {
    font-weight: 600;
    font-size: 1.5em;
    margin: 0 0 0.25rem;
    line-height: 1; }
  .onboard-numbers h4 {
    margin-top: 0; }
  .onboard-numbers li {
    margin-bottom: 3rem;
    text-align: center; }
    @media (min-width: 500px) {
      .onboard-numbers li {
        border-left: 2px solid rgba(255, 255, 255, 0.4);
        margin: 0 2rem 2rem;
        padding: 0 1rem 4rem;
        text-align: left;
        width: calc(50% - 4rem); } }
    @media (min-width: 720px) {
      .onboard-numbers li {
        margin: 0 1rem 2rem;
        width: calc(33.3333333% - 2rem); } }
    @media (min-width: 1200px) {
      .onboard-numbers li {
        padding: 0 3rem 4rem 1rem;
        width: auto; } }
    @media (min-width: 1600px) {
      .onboard-numbers li {
        padding: 0 4rem 4rem 1rem; } }
    .onboard-numbers li p {
      color: rgba(255, 255, 255, 0.7);
      font-size: 1.25rem; }
      @media (min-width: 1200px) {
        .onboard-numbers li p {
          font-size: 1rem; } }
      @media (min-width: 1400px) {
        .onboard-numbers li p {
          font-size: 1.15rem; } }
  .onboard-numbers span {
    font-weight: 500; }
  .onboard-numbers ul {
    margin-top: 3rem; }
    @media (min-width: 500px) {
      .onboard-numbers ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center; } }
    @media (min-width: 1200px) {
      .onboard-numbers ul {
        flex-wrap: nowrap;
        justify-content: center;
        max-width: 1600px;
        margin: 3rem auto 0; } }

.onboard-numbers-bg {
  background-image: url("/images/world-map.svg");
  background-position: center center !important;
  background-repeat: no-repeat;
  background-size: contain;
  left: 8%;
  height: 84%;
  opacity: 0.1;
  position: absolute;
  top: 8%;
  width: 84%; }
  @media (max-width: 767px) {
    .onboard-numbers-bg {
      background-position: 34% center !important;
      background-size: cover;
      height: 62%;
      left: 0;
      top: 15%;
      width: 100%; } }

.onboard-people {
  background: rgba(0, 0, 0, 0.4);
  padding: 4rem 1rem; }
  @media (min-width: 640px) {
    .onboard-people {
      padding: 4rem 2rem; } }
  @media (min-width: 1024px) {
    .onboard-people {
      padding: 12rem 4rem; } }
  .onboard-people h2 {
    text-align: center; }
    .onboard-people h2 + p {
      text-align: center;
      width: 100%; }
  .onboard-people p {
    line-height: 1.5;
    margin-bottom: 2rem; }
    @media (min-width: 800px) {
      .onboard-people p {
        width: calc(50% - 2rem); } }

.onboard-perks {
  padding: 0 1rem 4rem; }
  @media (min-width: 640px) {
    .onboard-perks {
      padding: 2rem 2rem 4rem; } }
  @media (min-width: 1024px) {
    .onboard-perks {
      padding: 2rem 4rem 4rem; } }
  .onboard-perks h3 {
    font-weight: 600; }
  .onboard-perks .wrapper > p {
    line-height: 1.5;
    margin: 0 auto;
    max-width: 800px;
    text-align: center; }
  .onboard-perks ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4rem;
    text-align: center; }
    @media (min-width: 640px) {
      .onboard-perks ul {
        margin-right: -2rem; } }
    @media (min-width: 1024px) {
      .onboard-perks ul {
        margin-right: -3rem; } }
    .onboard-perks ul h4 {
      font-size: 1.4rem;
      font-weight: 600;
      margin-top: 0; }
    .onboard-perks ul li {
      margin-bottom: 2rem;
      position: relative; }
      @media (min-width: 640px) {
        .onboard-perks ul li {
          margin-right: 2rem;
          text-align: left;
          width: calc(50% - 2rem); } }
      @media (min-width: 1024px) {
        .onboard-perks ul li {
          margin-right: 3rem;
          width: calc(33.3333333% - 3rem); } }
    .onboard-perks ul svg {
      left: 0;
      position: absolute;
      top: 0;
      width: 4rem; }
      .onboard-perks ul svg .cls-1 {
        fill: rgba(0, 0, 0, 0.1); }

.onboard-testimonials {
  padding: 3rem 1rem 2rem;
  text-align: center; }
  @media (min-width: 640px) {
    .onboard-testimonials {
      padding: 3rem 2rem 2rem; } }
  .onboard-testimonials p em {
    text-transform: uppercase; }
  .onboard-testimonials li {
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 1rem;
    position: relative;
    text-align: left;
    width: 100%; }
    @media (min-width: 720px) {
      .onboard-testimonials li {
        margin: 0 0.5rem 1rem;
        width: calc(50% - 1rem); } }
    @media (min-width: 1150px) {
      .onboard-testimonials li {
        margin: 0 0.5rem 1rem;
        width: calc(33.3333333% - 1rem); } }
    @media (min-width: 1024px) {
      .onboard-testimonials li:hover .ot__content {
        opacity: 1;
        visibility: visible; } }
  .onboard-testimonials ul {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem 0 3rem; }
    @media (min-width: 640px) {
      .onboard-testimonials ul {
        margin: 2rem -1rem 3rem; } }
    @media (min-width: 1400px) {
      .onboard-testimonials ul {
        margin-left: auto;
        margin-right: auto; } }

.ot__content {
  background: #000;
  padding: 3rem 2rem 2rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .ot__content {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: space-between;
      opacity: 0;
      position: absolute;
      left: 0;
      padding: 2rem;
      top: 0;
      transition: all 0.3s ease;
      visibility: hidden; } }
  @media (min-width: 1300px) {
    .ot__content {
      padding: 4rem 3rem 3rem; } }
  .ot__content p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 1rem; }
    @media (min-width: 1024px) {
      .ot__content p {
        font-size: 1rem; } }
    @media (min-width: 1500px) {
      .ot__content p {
        font-size: 1.2rem; } }
  .ot__content p, .ot__content span, .ot__content strong {
    color: #fff;
    display: block; }
  .ot__content strong {
    margin-bottom: 0.25rem; }
  .ot__content svg {
    left: 0.75rem;
    position: absolute;
    top: 0.75rem;
    width: 2rem; }
    @media (min-width: 1024px) {
      .ot__content svg {
        left: 0.5rem;
        top: 0.5rem;
        width: 1.5rem; } }
    @media (min-width: 1300px) {
      .ot__content svg {
        left: 1.5rem;
        top: 1.5rem;
        width: 2rem; } }

.ot__img {
  overflow: hidden;
  padding-bottom: 75%;
  position: relative; }
  @media (min-width: 600px) {
    .ot__img {
      padding-bottom: 50%; } }
  @media (min-width: 1024px) {
    .ot__img {
      padding-bottom: calc(100% - 1rem); } }
  .ot__img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

.open-houses__empty {
  font-size: 1.5rem;
  margin: 0 auto;
  max-width: 736px;
  padding: 7rem 1rem;
  text-transform: uppercase; }
  .open-houses__empty > span {
    display: block;
    font-weight: 200; }

@media print {
  body {
    padding-top: 0; }
  .action-bar, .agents__wrap li:not(:first-child), .app-footer, .app-header, .company-agent__contact, .fb_reset, .featured-properties, .icon-area, .icon-bath, .icon-bed, .prop__header .-social, .slick__properties, .u-video-wrapper {
    display: none !important; }
  .agents__wrap {
    position: absolute;
    right: 1rem;
    top: 1rem;
    width: auto !important; }
  .company-agent {
    min-width: 190px !important;
    width: 190px !important; }
  .company-agent__box h4 {
    margin: 10px 0 2px; }
    .company-agent__box h4 a {
      font-size: 12px; }
    .company-agent__box h4 + p {
      font-size: 9px !important; }
  .company-agent__team-icon.-team {
    height: 48px;
    width: 48px; }
  .company-agent__wrap {
    height: 155px !important;
    width: 160px !important; }
  .listing__gmap img {
    max-width: auto !important; }
  .listing__location {
    display: none; }
  .listing__print-img {
    display: block;
    width: 400px; }
  .props__sidebar {
    position: static !important; }
  .print-only {
    display: inline-block !important;
    margin-right: 4px; }
  .prop__header > div {
    display: block !important;
    padding: 24px calc(190px + 2rem) 24px 24px !important; }
  .prop__header .-right {
    justify-content: flex-start !important;
    text-align: left !important; } }

.prop {
  background: #fff; }
  .prop .agents__wrap li {
    min-width: 250px;
    width: calc(100% - 24px) !important; }
    .prop .agents__wrap li p {
      font-size: 14px; }
  .prop .props__availabilities .property-grid .property-item {
    width: 100%; }
    @media (min-width: 640px) {
      .prop .props__availabilities .property-grid .property-item {
        width: 50%; } }
  .prop .property-grid .property-item {
    width: 100%; }
    @media (min-width: 640px) {
      .prop .property-grid .property-item {
        width: 50%; } }
    @media (min-width: 900px) {
      .prop .property-grid .property-item {
        width: 33.3333333%; } }
    .prop .property-grid .property-item p {
      font-size: 14px; }

.props__amenities {
  display: flex;
  flex-wrap: wrap; }
  .props__amenities > li {
    margin-bottom: 1rem;
    width: 33%; }

.props__sqft {
  flex: 0 0 auto; }

.props__avail-row {
  align-content: center;
  align-items: center;
  border-bottom: 2px solid #eee;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0; }
  @media (min-width: 1200px) {
    .props__avail-row {
      flex-wrap: nowrap; } }
  .props__avail-row > div {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap; }
  .props__avail-row a {
    border-bottom: 1px solid #ddd;
    padding-bottom: 2px; }
    .props__avail-row a:hover {
      border-bottom: 1px solid black; }

.props__avail-status {
  background: green;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-right: 1.5rem;
  padding: 6px;
  text-transform: uppercase; }

.props__total, .props__img-expand {
  background: #222;
  bottom: 24px;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px 12px;
  pointer-events: none;
  position: absolute;
  right: 48px;
  text-transform: uppercase;
  z-index: 6; }
  @media (min-width: 640px) {
    .props__total, .props__img-expand {
      right: 76px; } }
  .props__total p, .props__img-expand p {
    color: #fff;
    font-size: 14px;
    margin: 0; }

.props__img-expand.swipebox {
  align-items: center;
  border-width: 0;
  display: flex;
  right: 48px;
  pointer-events: auto;
  right: auto;
  z-index: 10; }
  @media (min-width: 640px) {
    .props__img-expand.swipebox {
      right: 76px; } }
  .props__img-expand.swipebox .fa {
    color: #fff;
    font-size: 13px; }
  .props__img-expand.swipebox p {
    margin-right: 8px; }

.props__content {
  flex: 1;
  margin: 24px 0;
  padding: 0 24px; }
  @media (min-width: 1100px) {
    .props__content {
      padding: 0 48px 0 24px; } }
  .props__content .property-item p {
    font-size: 16px;
    line-height: 1.4; }
    @media (min-width: 1000px) {
      .props__content .property-item p {
        font-size: 18px; } }
  .props__content .u-video-wrapper {
    margin-bottom: 18px; }

.prop__header {
  border-bottom: 2px solid #eee; }
  .prop__header > div {
    margin: auto;
    max-width: 1400px;
    padding: 24px 24px 24px; }
    @media (min-width: 800px) {
      .prop__header > div {
        display: flex;
        justify-content: space-between;
        padding: 24px 24px 16px; } }
  .prop__header .print-only {
    display: none; }
  .prop__header .-right {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 8px; }
    @media (min-width: 800px) {
      .prop__header .-right {
        flex-direction: column;
        justify-content: space-between;
        margin-top: 0;
        min-width: 200px;
        text-align: right; } }
  .prop__header h2, .prop__header h3, .prop__header h4, .prop__header p {
    margin: 0; }
  .prop__header h2 {
    font-weight: 400;
    font-size: 26px; }
    @media (min-width: 640px) {
      .prop__header h2 {
        font-size: 40px; } }
  .prop__header h4 {
    font-size: 26px;
    font-weight: 400;
    margin-bottom: 10px; }
    .prop__header h4 span {
      font-size: 18px;
      opacity: 0.7; }
    @media (min-width: 800px) {
      .prop__header h4 {
        margin-bottom: 0; } }
  .prop__header img {
    max-height: 80px; }
  .prop__header p {
    font-size: 14px; }
    @media (min-width: 800px) {
      .prop__header p {
        font-size: 16px; } }
  .prop__header .-specs {
    display: flex;
    margin: 6px 0 12px; }
    @media (min-width: 800px) {
      .prop__header .-specs {
        margin: 8px 0; } }
    @media (min-width: 1200px) {
      .prop__header .-specs {
        margin: 8px 0 6px; } }
    .prop__header .-specs div {
      align-items: center;
      display: flex;
      margin-right: 18px; }
    .prop__header .-specs i {
      margin-right: 6px; }
    .prop__header .-specs span {
      font-size: 14px; }
  .prop__header .-social {
    display: flex;
    margin-bottom: 0; }
    @media (min-width: 800px) {
      .prop__header .-social {
        justify-content: flex-end; } }
    .prop__header .-social a {
      align-items: center;
      display: flex;
      font-size: 16px; }
      .prop__header .-social a i {
        color: #3b5998;
        font-size: 16px;
        margin-right: 8px; }
      .prop__header .-social a svg {
        margin-right: 8px;
        max-height: 16px;
        width: 16px; }
      .prop__header .-social a.-map {
        margin-left: 24px; }
  .prop__header .icon-area {
    background: url(64eec500442fcfb05c51.png);
    height: 16px;
    width: 16px; }
  .prop__header .icon-bath {
    background: url(9075c4540dd353c8b5b2.png);
    height: 19px;
    width: 19px; }
  .prop__header .icon-bed {
    background: url(ed9b37d215fa468174b2.png);
    height: 14px;
    width: 21px; }
  .prop__header svg {
    color: rgba(62, 68, 73, 0.7);
    margin-right: 0.5rem; }
    .prop__header svg.bath-icon {
      width: 1.5rem; }
    .prop__header svg.bed-icon {
      width: 1.8rem; }

.props__info {
  flex: 0 0 auto; }

.prop__info-header {
  align-items: center;
  display: flex;
  margin: -0.75rem 0 2rem 0; }
  .prop__info-header h4 {
    font-size: 1.2rem;
    margin: 0 2.5rem 0 0;
    text-transform: uppercase; }
  .prop__info-header span {
    white-space: pre; }

.props__main {
  margin: auto;
  max-width: 1400px; }
  @media (min-width: 1100px) {
    .props__main {
      display: flex;
      justify-content: space-between; } }

.prop__open-house {
  background: #222;
  display: inline-block;
  margin: 3px 0 6px;
  padding: 9px 30px; }
  .prop__open-house > span {
    color: #fff;
    text-transform: uppercase; }

.props__sidebar {
  padding: 24px 0; }
  @media (min-width: 1100px) {
    .props__sidebar {
      border-left: 2px solid #eee;
      min-width: 378px;
      width: 378px; } }
  .props__sidebar .agents__wrap {
    display: flex;
    justify-content: center;
    max-width: none;
    width: 100%; }
    .props__sidebar .agents__wrap .company-agent {
      width: auto; }
      @media (min-width: 1100px) {
        .props__sidebar .agents__wrap .company-agent {
          padding: 0;
          width: 100%; } }
    .props__sidebar .agents__wrap .circle {
      background: #222; }
      .props__sidebar .agents__wrap .circle span {
        color: #fff; }
      .props__sidebar .agents__wrap .circle svg .white {
        fill: #fff; }
  .props__sidebar .featured-properties {
    margin: 0;
    padding: 0;
    width: 100%; }
    .props__sidebar .featured-properties .property-item {
      width: 100%; }
      @media (min-width: 640px) {
        .props__sidebar .featured-properties .property-item {
          width: 50%; } }
      @media (min-width: 900px) {
        .props__sidebar .featured-properties .property-item {
          width: 33.3333333%; } }
      @media (min-width: 1100px) {
        .props__sidebar .featured-properties .property-item {
          width: 100%; } }

.properties {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  padding: 12px 24px 0; }

.properties__map {
  padding: 190px 0 200px;
  position: relative;
  text-align: center; }
  .properties__map:hover .properties__banner {
    opacity: 0;
    visibility: hidden; }
  .properties__map .loader-wrap {
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    display: flex;
    height: 100%;
    justify-content: center;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 19; }
    .properties__map .loader-wrap > div {
      border-width: 3px;
      height: 50px;
      width: 50px; }

#properties__gmap {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }

.properties__banner {
  background: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 6px 12px;
  position: relative;
  transition: all 0.4s ease;
  z-index: 2; }
  .properties__banner > h2 {
    font-weight: normal;
    margin: 0; }

.properties__search {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2; }
  .properties__search .dropdown {
    background: #f9f9f9;
    padding: 0.35rem 0.5rem !important; }
    .properties__search .dropdown label {
      margin-left: 3px !important;
      white-space: nowrap; }
  .properties__search .dropdown__menu {
    background: white; }
    .properties__search .dropdown__menu .input input + span {
      color: rgba(0, 0, 0, 0.7); }
  @media screen and (min-width: 600px) {
    .properties__search .dropdown.-filters {
      display: none; } }
  @media (min-width: 640px) and (max-width: 1024px) {
    .properties__search .search {
      margin-right: 2rem; } }
  .properties__search .search input {
    background: #f9f9f9 !important;
    padding: 8px 36px 8px 12px !important; }
  .properties__search .search svg {
    right: 10px !important; }
  @media screen and (max-width: 599px) {
    .properties__search .search .search-bar {
      margin: 0 auto; }
      .properties__search .search .search-bar input {
        font-size: 16px; } }
  .properties__search .search, .properties__search .dropdown.-sort {
    order: 2;
    z-index: 4; }
  @media screen and (min-width: 1030px) {
    .properties__search .search-bar input {
      width: 260px; } }
  .properties__search .search-results {
    display: none; }
  @media screen and (max-width: 599px) {
    .properties__search select {
      font-size: 16px; } }

.properties__search-filters {
  align-items: center;
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  order: 3; }
  @media (min-width: 640px) {
    .properties__search-filters {
      display: flex; } }
  @media (min-width: 1024px) {
    .properties__search-filters {
      order: initial; } }
  .properties__search-filters .checkbox, .properties__search-filters .dropdown {
    margin: 0.35rem 0.5rem;
    padding: 0; }
    @media (min-width: 1420px) {
      .properties__search-filters .checkbox, .properties__search-filters .dropdown {
        margin: 0 0.75rem; } }
  .properties__search-filters .checkbox {
    margin-bottom: 0; }

.properties__search-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative; }
  @media (max-width: 360px) {
    .properties__search-inner {
      justify-content: center; } }
  @media (min-width: 640px) {
    .properties__search-inner {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .properties__search-inner > div {
    margin-right: 0.5rem;
    margin-bottom: 1rem; }
    .properties__search-inner > div + div {
      margin-left: 0.5rem;
      margin-right: 0; }
  @media (min-width: 1024px) {
    .properties__search-inner {
      flex-wrap: nowrap;
      justify-content: space-between; } }

.properties__municipality-search {
  margin-left: 6px;
  position: relative; }
  .properties__municipality-search .contextual {
    top: 117%; }

.property-item p {
  font-size: 12px; }

.property-grid.-dark .property-item h4, .property-grid.-dark p, .property-grid.-dark a {
  color: #fff; }

.property-grid.-dark .property-item span {
  color: #fff;
  opacity: 0.9; }

.property-grid.-dark h4 a:hover {
  color: #fff; }

@media (max-width: 710px) {
  .property-grid .list-container {
    margin: 0; } }

.property-grid .property-item {
  height: auto;
  margin: 0 0 48px;
  min-height: 0;
  padding: 0 12px;
  position: relative;
  width: 100%; }
  .property-grid .property-item figcaption {
    background: rgba(62, 68, 73, 0.7);
    font-size: 14px;
    padding: 4px 12px;
    position: absolute;
    right: 0;
    color: white;
    font-size: 13px; }
  .property-grid .property-item header strong {
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px; }
  .property-grid .property-item h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
    text-transform: none; }
    @media (min-width: 440px) {
      .property-grid .property-item h4 {
        padding-right: 10px; } }
    .property-grid .property-item h4 span {
      color: #666;
    color: #666;
    font-weight: 500; }
  .property-grid .property-item.-video {
    margin-bottom: 24px;
    padding-bottom: 24px; }
  @media (min-width: 640px) {
    .property-grid .property-item.-wide {
      width: 50%; } }
  @media (min-width: 1200px) {
    .property-grid .property-item.-wide {
      width: 33%; } }
  .property-grid .property-item.-wide figure a {
    padding-bottom: 52.03%; }
  @media (min-width: 640px) {
    .property-grid .property-item {
      width: 50%; } }
  @media (min-width: 1200px) {
    .property-grid .property-item {
      width: 25%; }
      .property-grid .property-item h4, .property-grid .property-item h4 a {
        font-size: 16px; } }
  @media (min-width: 1280px) {
    .property-grid .property-item h4, .property-grid .property-item h4 a {
      font-size: 18px; } }
  .property-grid .property-item.active:before {
    background: #222;
    content: '';
    height: 110%;
    left: -5%;
    position: absolute;
    top: -5%;
    width: 110%;
    z-index: 1; }
  .property-grid .property-item.active h4, .property-grid .property-item.active p, .property-grid .property-item.active a, .property-grid .property-item.active span {
    color: #fff;
    position: relative;
    z-index: 2; }
  .property-grid .property-item h4 {
    margin-bottom: 12px; }
  .property-grid .property-item .link {
    font-weight: 500;
    text-transform: lowercase;
    font-size: 14px; }
    .property-grid .property-item .link > span {
      font-size: 10px;
      opacity: 0.7;
      display: inline-block;
      margin-left: 3px;
      text-transform: uppercase; }
    @media (min-width: 1400px) {
      .property-grid .property-item .link {
        font-size: 16px; } }
  .property-grid .property-item figure > a {
    display: block;
    padding-bottom: 56.25%;
    position: relative;
    z-index: 1; }
  .property-grid .property-item figure {
    margin: 0 0 18px 0;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .property-grid .property-item figure figcaption {
      bottom: 0;
      z-index: 4; }
    .property-grid .property-item figure img {
      left: 0;
      position: absolute;
      top: 50%;
      transform: translate3d(0, -50%, 0);
      transition: opacity 2s cubic-bezier(0.1, 0.21, 0, 1.06);
      width: 100%;
      z-index: 1; }
      .property-grid .property-item figure img.active {
        opacity: 1;
        z-index: 4; }
      .property-grid .property-item figure img.inactive {
        opacity: 0; }
  .property-grid .property-item .overlay {
    pointer-events: none; }
  .property-grid .property-item .overlay__text {
    color: rgba(255, 255, 255, 0.95);
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase; }

.property-grid .property-item span {
  color: #222222; }

.property-item__banner {
  background: rgba(255, 255, 255, 0.85);
  color: #444;
  font-size: 14px;
  font-weight: 600;
  padding: 12px;
  pointer-events: none;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 3; }

.property-item__corner {
  position: absolute;
  left: 0;
  pointer-events: none;
  text-align: center;
  top: 0;
  z-index: 3; }
  .property-item__corner:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 90px 90px;
    border-color: transparent transparent transparent #3e4449;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0; }
  .property-item__corner span {
    color: #fff !important;
    display: inline-block;
    font-size: 13px !important;
    line-height: 1.2;
    position: relative;
    padding: 17px 0 0 7px;
    transform: rotate(-45deg);
    text-align: center;
    z-index: 3; }

.property-item__info {
  align-items: center;
  display: flex;
  justify-content: space-between; }
  .property-item__info > div {
    align-items: center;
    display: flex; }
  .property-item__info .icon-bed {
    background: url(ed9b37d215fa468174b2.png); }
  .property-item__info .icon-bath {
    background: url(9075c4540dd353c8b5b2.png); }
  .property-item__info span {
    align-items: center;
    display: flex;
    font-size: 12px; }
    .property-item__info span i {
      color: #222222;
      margin-right: 6px;
      width: 20px; }
    .property-item__info span + span {
      margin-left: 18px; }
    .property-item__info span svg {
      color: rgba(62, 68, 73, 0.7);
      margin-right: 0.5rem; }
      .property-item__info span svg.bath-icon {
        width: 1.3rem; }
      .property-item__info span svg.bed-icon {
        width: 1.5rem; }

.property-item__sold-banner {
  bottom: 0;
  left: 0;
  background: rgba(62, 68, 73, 0.7);
  color: rgba(255, 255, 255, 0.95);
  font-size: 2rem;
  font-weight: bold;
  padding: 6px 12px 6px 0;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
  width: 100%;
  z-index: 1; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.properties-grid__list {
  min-height: 280px; }
  .properties-grid__list > div {
    width: 100%; }

.properties-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 24px;
  overflow: hidden; }
  .properties-list article {
    margin-bottom: 24px;
    position: relative;
    width: 100%; }
    @media (min-width: 480px) {
      .properties-list article {
        margin-bottom: 0;
        padding: 24px; } }
    @media (min-width: 900px) {
      .properties-list article {
        width: 50%; } }
    @media (min-width: 1800px) {
      .properties-list article {
        width: 33.3333333%; } }
  .properties-list figure {
    overflow: hidden;
    position: relative;
    margin: 0; }
    .properties-list figure iframe {
      display: block; }
    .properties-list figure img {
      bottom: 0;
      display: block;
      min-height: 100%;
      left: 0;
      width: 100%; }

.property-grid .property-item h4 {
  margin-bottom: 6px; }

.properties-list__content {
  bottom: 0;
  color: #ddd;
  display: block;
  overflow: hidden;
  padding: 12px;
  width: 100%; }
  .properties-list__content:hover .properties-list__cta .fa {
    left: 6px; }
  .properties-list__content.-black {
    position: relative; }
    .properties-list__content.-black h4 {
      color: #fff; }
    .properties-list__content.-black p {
      color: #aaa; }
  .properties-list__content.-light {
    background: transparent;
    padding: 24px 0; }
    .properties-list__content.-light h3, .properties-list__content.-light h4 {
      color: #444;
      float: none; }
  @media (min-width: 600px) {
    .properties-list__content {
      padding: 24px; } }
  .properties-list__content h3, .properties-list__content h4, .properties-list__content p {
    margin: 0; }
  .properties-list__content h3 {
    color: #fff;
    float: left;
    font-size: 14px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .properties-list__content h3 > span {
      color: #fff;
      display: block;
      font-size: 12px;
      opacity: 0.7;
      overflow: hidden;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    @media (min-width: 480px) {
      .properties-list__content h3 {
        font-size: 20px; }
        .properties-list__content h3 > span {
          font-size: 16px; } }
  .properties-list__content h4 {
    color: #444;
    margin: 12px 0; }
  .properties-list__content p span + span {
    margin-left: 12px; }
  .properties-list__content .properties-list__desc {
    color: #666;
    font-size: 18px;
    margin-top: 8px; }
    @media (min-width: 700px) {
      .properties-list__content .properties-list__desc {
        text-align: justify; } }

.properties-list__cta {
  background: #444;
  clear: both;
  color: #fff;
  margin-top: 15px;
  text-transform: uppercase; }
  .properties-list__cta .fa {
    position: relative;
    left: 4px;
    transition: all 0.5s ease; }

.properties-list__img {
  display: block;
  padding-bottom: 66%; }
  .properties-list__img > img {
    position: absolute;
    transition: opacity 2s cubic-bezier(0.1, 0.21, 0, 1.06);
    z-index: 1; }
    .properties-list__img > img.active {
      opacity: 1;
      z-index: 4; }
    .properties-list__img > img.inactive {
      opacity: 0; }

.properties-list__price {
  color: #eee;
  float: right;
  font-size: 12px; }
  @media (min-width: 480px) {
    .properties-list__price {
      font-size: 21px; } }

.properties-list__price + p {
  clear: both;
  display: none;
  margin-top: 40px; }
  @media (min-width: 1320px) {
    .properties-list__price + p {
      display: block; } }

.properties-list__status {
  background: rgba(0, 0, 0, 0.6);
  padding: 6px 12px;
  color: #fff;
  font-size: 12px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 6; }
  @media (min-width: 720px) {
    .properties-list__status {
      font-size: 16px;
      padding: 12px 6px;
      width: 130px; } }

.properties-list__wrap {
  position: relative; }

.reviews {
  background: linear-gradient(45deg, #000 0%, #333 100%);
  padding: 48px 0;
  text-align: center; }
  .reviews > div {
    padding: 0 1rem; }
  .reviews h2 {
    margin: 0 1rem 2.5rem; }
  .reviews h2, .reviews h6, .reviews p {
    color: #fff; }
  .reviews h6 {
    font-size: 1rem; }
  .reviews p {
    font-size: 1rem !important;
    margin: 0 auto 1rem;
    max-width: 800px;
    transform: translateY(10px);
    transition: all 0.6s ease; }
    @media (min-width: 600px) {
      .reviews p {
        font-size: 1rem !important;
        opacity: 0; } }
  .reviews .slick-dots li.slick-active button:before {
    color: white; }
  .reviews .slick-dots li button:before {
    color: rgba(255, 255, 255, 0.6);
    font-size: 30px; }
  .reviews .slick-container, .reviews .slick-list, .reviews .slick-track {
    height: auto; }
  .reviews .slick-dots {
    left: 1rem;
    width: calc(100% - 2rem);
    z-index: 29; }
  .reviews.animate-scroll p {
    opacity: 1;
    transform: translateY(0); }
  .reviews.animate-scroll .reviews__stars svg {
    opacity: 1;
    transform: scale3d(1, 1, 1); }

.review {
  width: 100vw; }
  @media (min-width: 600px) {
    .review {
      width: 100%; } }

.reviews__stars {
  display: flex;
  justify-content: center;
  margin-bottom: 1.75rem; }
  .reviews__stars svg {
    margin: 0 0.5rem;
    width: 1.5rem; }
    @media (min-width: 600px) {
      .reviews__stars svg {
        opacity: 0;
        transform: scale3d(2, 2, 2);
        transition: all 0.6s ease-in-out; } }

#sk-messenger-button {
  display: none !important; }

#sk-img-upload {
  opacity: 0; }

@media (min-width: 400px) and (max-width: 768px) {
  #sk-holder #sk-container, #sk-holder #sk-container.sk-appear {
    right: 10px !important; } }

#sk-holder #sk-container {
  overflow: visible !important;
  z-index: 25 !important; }
  #sk-holder #sk-container.sk-init, #sk-holder #sk-container.sk-close {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all 0.4s ease-in-out; }
  #sk-holder #sk-container .input-group input[type=email] {
    border-bottom: 1px solid #ddd;
    margin-bottom: 12px;
    padding-bottom: 0 !important; }

#sk-holder #sk-container #sk-conversation .connect-notification {
  background: #fff;
  padding: 21px 42px 16px !important;
  position: fixed !important;
  top: 95px; }

#sk-holder #sk-container .sk-settings .settings-wrapper .input-group i.before-icon {
  left: -15px !important; }

@media (max-width: 640px) {
  #sk-holder #sk-container #sk-conversation {
    overflow: visible !important;
    margin-top: 0; }
    #sk-holder #sk-container #sk-conversation .sk-messages-container {
      overflow-x: hidden;
      overflow-y: scroll; } }

#sk-holder #sk-container, #sk-holder #sk-container.sk-appear, #sk-holder #sk-container.sk-appear #sk-wrapper {
  height: 380px !important;
  max-height: 100% !important;
  width: 100% !important; }
  @media (min-width: 400px) {
    #sk-holder #sk-container, #sk-holder #sk-container.sk-appear, #sk-holder #sk-container.sk-appear #sk-wrapper {
      height: 480px !important;
      width: 350px !important; } }

#sk-holder #sk-container #sk-header {
  background: #000 !important;
  border-radius: 8px 8px 0 0 !important;
  border-bottom: none !important; }

#sk-holder #sk-container #sk-wrapper {
  height: 380px !important;
  max-height: 100% !important;
  width: 100% !important; }
  @media (min-width: 400px) {
    #sk-holder #sk-container #sk-wrapper {
      height: 480px !important;
      width: 350px !important; } }

#sk-holder #sk-container #sk-settings-header, #sk-holder #sk-container #sk-settings-header .settings-content > div {
  background-color: #000 !important;
  color: gray; }

#sk-holder #sk-container .sk-settings {
  z-index: 27 !important; }

#sk-holder #sk-container #sk-conversation .sk-intro-section .intro-text, #sk-holder #sk-container #sk-conversation .sk-intro-section .app-name {
  color: #fff !important;
  font-family: "Fakt" !important;
  margin-left: 0 !important; }

#sk-holder #sk-container #sk-conversation .sk-intro-section .intro-text {
  font-size: 12px !important;
  font-weight: 600 !important;
  margin-top: 6px !important; }

#sk-holder #sk-container #sk-conversation .sk-intro-section .app-name {
  font-size: 15px !important; }

#sk-holder #sk-container #sk-wrapper #sk-conversation .sk-intro-section {
  background: #000;
  min-height: 60px;
  position: fixed;
  text-align: center;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.3s ease;
  width: 100% !important;
  z-index: 26; }
  @media (min-width: 400px) {
    #sk-holder #sk-container #sk-wrapper #sk-conversation .sk-intro-section {
      width: 350px !important; } }

#sk-holder #sk-container #sk-conversation .sk-intro-section .app-icon {
  border: 2px solid #000;
  border-radius: 1000px !important;
  float: none !important;
  height: 70px !important;
  left: calc(50% - 35px);
  position: absolute;
  top: -68px;
  width: 70px !important; }

#sk-holder #sk-container #sk-conversation .sk-intro-section {
  padding: 8px 18px 14px !important;
  border: none !important;
  margin-top: -8px !important; }

#sk-holder #sk-container .sk-channel.sk-channel-visible {
  z-index: 29 !important; }

#sk-holder #sk-container #sk-conversation .sk-intro-section .available-channels {
  display: none; }

@media (min-height: 648px) and (min-width: 1200px) {
  #sk-holder #sk-container .content-wrapper {
    height: 480px !important;
    width: 350px !important; } }

#sk-holder #sk-container #sk-conversation .sk-messages, #sk-holder #sk-container #sk-conversation {
  background: #f4f4f4 !important; }

#sk-holder #sk-container #sk-conversation .sk-row.sk-right-row .sk-msg, #sk-holder #sk-container #sk-conversation .sk-row.sk-right-row .sk-msg-image {
  background: #fff !important;
  color: #000 !important; }

#sk-holder #sk-container #sk-conversation .sk-row.sk-left-row .sk-msg-wrapper .sk-msg, #sk-holder #sk-container #sk-conversation .sk-row.sk-left-row .sk-msg-wrapper .sk-msg-image {
  background: #dbe9ff !important;
  color: #000 !important; }

#sk-holder #sk-container #sk-footer {
  background: #000 !important; }

#sk-holder #sk-container .input {
  padding: 0 8px !important; }

#sk-holder #sk-container #sk-conversation .sk-from {
  color: #000 !important;
  font-size: 11px !important; }

#sk-holder #sk-container #sk-footer .send.active {
  color: #fff !important; }

#sk-holder #sk-container #sk-footer .image-upload:hover {
  color: #fff !important; }

#sk-holder .sk-tab-display.sk-appear, #sk-holder .sk-button-display {
  bottom: 0 !important; }

#sk-messenger-button {
  display: none; }

#sk-holder #sk-container #sk-footer .image-upload form {
  display: none !important; }

#sk-holder #sk-container #sk-conversation .sk-row.sk-right-row .sk-msg a.link {
  color: #1a0dab !important; }

#sk-holder #sk-container #sk-conversation .sk-row.sk-right-row .sk-msg a.link:visited {
  color: #609 !important; }

#sk-holder .sk-button-display.sk-appear {
  opacity: 0;
  -webkit-animation: sk-appear-button-frames 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
          animation: sk-appear-button-frames 0.4s cubic-bezier(0.62, 0.28, 0.23, 0.99);
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; }

@-webkit-keyframes sk-appear-button-frames {
  0% {
    opacity: 0;
    transform: scale(0); }
  1% {
    opacity: 0;
    transform: scale(0.1); }
  to {
    display: block;
    opacity: 1;
    transform: scale(1); } }

@keyframes sk-appear-button-frames {
  0% {
    opacity: 0;
    transform: scale(0); }
  1% {
    opacity: 0;
    transform: scale(0.1); }
  to {
    display: block;
    opacity: 1;
    transform: scale(1); } }

.slick__item {
  position: relative; }
  .slick__item .cover {
    background: #222;
    position: absolute;
    opacity: 0.1;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: opacity 0.4s ease; }
  .slick__item a {
    display: block;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%; }
    .slick__item a:focus {
      outline: none; }
    .slick__item a:hover .cover {
      opacity: 0; }
  .slick__item img {
    height: 100%;
    min-width: 100%; }

.slick__properties, .slick-container, .slick-list, .slick-track {
  height: 290px; }
  @media (min-width: 1000px) {
    .slick__properties, .slick-container, .slick-list, .slick-track {
      height: 340px; } }
  @media (min-width: 1500px) {
    .slick__properties, .slick-container, .slick-list, .slick-track {
      height: 390px; } }

.slick__properties {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 0 48px;
  position: relative; }
  .slick__properties .slick-disabled {
    opacity: 0; }
  .slick__properties .slick-arrow {
    background: rgba(34, 34, 34, 0.6);
    height: calc(100% - 4px);
    width: 40px;
    z-index: 5; }
    @media (min-width: 640px) {
      .slick__properties .slick-arrow {
        width: 60px; } }
    .slick__properties .slick-arrow:before {
      font-family: FontAwesome;
      font-size: 48px; }
  .slick__properties .slick-next, .slick__properties .slick-prev {
    top: 2px;
    transform: none; }
  .slick__properties .slick-next {
    right: 0; }
    .slick__properties .slick-next:before {
      content: "\F105"; }
  .slick__properties .slick-prev {
    left: 0; }
    .slick__properties .slick-prev:before {
      content: "\F104"; }
  .slick__properties .slick__banner {
    display: inline-block;
    margin: auto;
    text-align: center;
    transition: all 0.4s ease;
    z-index: 2; }
    .slick__properties .slick__banner h1 {
      background: rgba(34, 34, 34, 0.8);
      color: #fff;
      font-size: 24px;
      margin: 0;
      padding: 8px 18px 4px; }
      @media (min-width: 640px) {
        .slick__properties .slick__banner h1 {
          font-size: 36px; } }
      @media (min-width: 720px) {
        .slick__properties .slick__banner h1 {
          font-size: 48px; } }
  .slick__properties .slick-container {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .slick__properties .slick-track {
    left: 0;
    position: absolute;
    top: 0; }

.slick__properties:hover .slick__banner {
  opacity: 0;
  visibility: hidden; }

.swipebox {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff; }

body.-videos .splash__inner {
  max-width: 440px; }

.splash {
  background-size: cover;
  background-position: center;
  padding: 10% 30px;
  position: relative; }
  .splash.-flex {
    align-content: center;
    align-items: center;
    display: flex;
    justify-content: center; }
    .splash.-flex .btn, .splash.-flex img {
      position: relative;
      z-index: 3; }
    .splash.-flex .btn {
      font-weight: 600;
      margin: 12px 0 0 0; }
    .splash.-flex img {
      height: 80px;
      margin-right: 24px;
      margin-top: 12px; }
    .splash.-flex .props__total {
      position: absolute;
      bottom: 24px;
      right: 24px;
      z-index: 999; }
  .splash .splash__cover {
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
    .splash .splash__cover.-dark {
      background: rgba(0, 0, 0, 0.4); }
  .splash .splash__textbox {
    background: rgba(255, 255, 255, 0.8);
    padding: 24px 24px 12px;
    position: relative;
    margin: auto;
    max-width: 500px;
    width: 100%;
    z-index: 3; }
    @media (min-width: 720px) {
      .splash .splash__textbox {
        margin-right: 0;
        padding: 36px 48px 24px; } }
    @media (min-width: 1200px) {
      .splash .splash__textbox {
        max-width: 700px;
        width: 50%; } }
    .splash .splash__textbox .btn {
      margin: 0 12px 12px 0; }
      .splash .splash__textbox .btn .fa {
        position: relative;
        left: 4px;
        transition: all 0.5s ease; }
      .splash .splash__textbox .btn:hover .fa {
        left: 6px; }
    .splash .splash__textbox h2 {
      font-size: 30px;
      font-weight: 200;
      margin: 0 0 8px; }
      @media (min-width: 640px) {
        .splash .splash__textbox h2 {
          font-size: 30px; } }
      @media (min-width: 1200px) {
        .splash .splash__textbox h2 {
          font-size: 38px;
          margin: 0 0 6px; } }
    .splash .splash__textbox p {
      margin-bottom: 18px; }

.splash__chevron-down {
  height: 20px;
  margin-top: -10px; }

.splash__header {
  background-size: cover !important;
  background-position: center !important;
  padding: 24px;
  position: relative;
  text-align: center; }
  @media (min-width: 640px) {
    .splash__header {
      padding: 48px; } }
  .splash__header .splash__cover {
    background: rgba(34, 34, 34, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2; }
  .splash__header .splash__image {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute; }
  .splash__header .splash__inner {
    position: relative;
    z-index: 4; }
    .splash__header .splash__inner h1, .splash__header .splash__inner p {
      color: #fff;
      z-index: 10; }
    .splash__header .splash__inner h1 {
      margin: 0;
      text-transform: uppercase; }
      @media (max-width: 500px) {
        .splash__header .splash__inner h1 {
          font-size: 30px;
          margin-bottom: 12px; } }
    .splash__header .splash__inner p {
      opacity: 0.8;
      margin-left: auto;
      margin-right: auto;
      max-width: none;
      white-space: pre-line; }
      .splash__header .splash__inner p.-centris {
        opacity: 0.6; }
      .splash__header .splash__inner p.-subtitle {
        font-size: 18px;
        margin-bottom: 24px; }
    .splash__header .splash__inner sup {
      font-size: 14px; }
      @media (min-width: 640px) {
        .splash__header .splash__inner sup {
          font-size: 20px; } }
  .splash__header .splash__logo {
    display: block;
    margin: 0 auto 10px;
    max-width: 70vw; }
    @media (min-width: 400px) {
      .splash__header .splash__logo {
        max-width: 340px; } }
  .splash__header.-listing {
    padding: 60px 24px 24px; }
    @media (min-width: 640px) {
      .splash__header.-listing {
        padding: 60px 48px 24px; } }
  .splash__header.-office, .splash__header.-onboard, .splash__header.-team {
    display: flex;
    padding-top: 0;
    align-items: flex-end;
    min-height: calc(100vh - 108px);
    padding: 8rem 1rem 6rem; }
    @media (min-width: 640px) {
      .splash__header.-office, .splash__header.-onboard, .splash__header.-team {
        min-height: calc(100vh - 62px);
        padding: 10rem 2rem 2rem; } }
    .splash__header.-office .splash__cover, .splash__header.-onboard .splash__cover, .splash__header.-team .splash__cover {
      background: linear-gradient(45deg, black 7%, rgba(0, 0, 0, 0.08) 100%); }
      @media (min-width: 640px) {
        .splash__header.-office .splash__cover, .splash__header.-onboard .splash__cover, .splash__header.-team .splash__cover {
          background: linear-gradient(45deg, rgba(0, 0, 0, 0.8) 8%, rgba(34, 34, 34, 0) 60%); } }
    .splash__header.-office .splash__inner, .splash__header.-onboard .splash__inner, .splash__header.-team .splash__inner {
      margin: 0 auto;
      text-align: center; }
      .splash__header.-office .splash__inner a, .splash__header.-onboard .splash__inner a, .splash__header.-team .splash__inner a {
        color: #fff; }
      .splash__header.-office .splash__inner h1, .splash__header.-onboard .splash__inner h1, .splash__header.-team .splash__inner h1 {
        font-size: 1.7rem;
        font-weight: 500;
        margin: 0 auto 0.5rem;
        text-transform: uppercase; }
        @media (min-width: 640px) {
          .splash__header.-office .splash__inner h1, .splash__header.-onboard .splash__inner h1, .splash__header.-team .splash__inner h1 {
            font-size: 2.2rem; } }
      .splash__header.-office .splash__inner p, .splash__header.-onboard .splash__inner p, .splash__header.-team .splash__inner p {
        margin: 0 auto 2rem;
        max-width: calc(700px - 24px); }
      .splash__header.-office .splash__inner em, .splash__header.-onboard .splash__inner em, .splash__header.-team .splash__inner em {
        color: #fff;
        display: block;
        margin-bottom: 1.5rem; }
  .splash__header.-office:not(.-team) {
    padding-bottom: 4rem; }
    .splash__header.-office:not(.-team) .splash__inner {
      margin: 0;
      text-align: left; }
      .splash__header.-office:not(.-team) .splash__inner h1 {
        margin-bottom: 0; }
      .splash__header.-office:not(.-team) .splash__inner p {
        margin: 0;
        max-width: 460px; }
  .splash__header.-onboard {
    padding: 8rem 1rem 2rem; }
    @media (min-width: 640px) {
      .splash__header.-onboard .splash__inner h1 {
        font-size: 2.6rem; } }

.splash__social {
  align-items: center;
  bottom: 2rem;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  z-index: 3; }
  .splash__social li {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 1000px;
    height: 32px;
    margin: 0 0.5rem;
    position: relative;
    width: 32px; }
    .splash__social li a {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
    .splash__social li span {
      color: rgba(0, 0, 0, 0.8);
      font-size: 20px; }
    .splash__social li:hover {
      background: white; }

.splash__team {
  position: relative;
  background-size: cover;
  background-position: center; }
  .splash__team .splash__cover {
    background: rgba(255, 255, 255, 0.8);
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    position: absolute; }
  .splash__team .splash__inner {
    margin: auto;
    max-width: 1200px;
    padding: 48px 24px;
    position: relative;
    z-index: 2; }
    @media (min-width: 720px) {
      .splash__team .splash__inner {
        align-items: center;
        display: flex;
        padding: 60px 48px 50px; } }
  .splash__team .splash__team-logo {
    margin: 0 auto 24px;
    max-width: 300px; }
    @media (min-width: 720px) {
      .splash__team .splash__team-logo {
        margin: 0;
        max-width: none;
        width: 36%; } }
    @media (min-width: 1024px) {
      .splash__team .splash__team-logo {
        width: 30%; } }
    .splash__team .splash__team-logo img {
      width: 100%; }
  .splash__team .splash__team-text {
    position: relative; }
    @media (min-width: 720px) {
      .splash__team .splash__team-text {
        padding-left: 48px;
        width: 64%; } }
    @media (min-width: 1024px) {
      .splash__team .splash__team-text {
        width: 70%; } }
    .splash__team .splash__team-text > div {
      position: relative;
      z-index: 3; }
    .splash__team .splash__team-text h1 {
      margin-top: 0; }
    .splash__team .splash__team-text p {
      font-size: 14px; }
    .splash__team .splash__team-text .circle__box {
      margin-top: 18px; }
    @media (min-width: 720px) {
      .splash__team .splash__team-text .agent__logo {
        top: -20px; } }

.splash__cover-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.85) 100%);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

.splash-next:not(.short) {
  min-height: calc(100vh - 132px); }
  @media (min-width: 1024px) {
    .splash-next:not(.short) {
      min-height: calc(100vh - 56px); } }

.splash-next.short {
  padding: 96px 24px; }
  @media (min-width: 768px) {
    .splash-next.short {
      padding: 20% 36px; } }
  @media (min-width: 1280px) {
    .splash-next.short {
      padding: 17% 48px; } }
  @media (min-width: 1400px) {
    .splash-next.short {
      padding: 15% 48px; } }
  @media (min-width: 1600px) {
    .splash-next.short {
      padding: 13% 48px; } }

@media (min-width: 768px) {
  .splash-profile {
    max-height: calc(100vh - 48px);
    min-height: calc(100vh - 48px); } }

@media (min-width: 1024px) {
  .splash-profile {
    max-height: calc(100vh - 56px);
    min-height: calc(100vh - 56px); } }

.splash-profile__image-container {
  position: relative; }
  @media (min-width: 768px) {
    .splash-profile__image-container {
      position: static; } }

.splash-profile__social {
  max-width: calc(1600px + 96px); }

.team {
  padding-top: 72px; }
  .team .agents__wrap {
    justify-content: center; }

.tips {
  background: #fff;
  padding: 2rem 1rem 1rem; }
  @media (min-width: 800px) {
    .tips {
      padding: 5rem 4rem 3rem; } }
  .tips h4 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 1rem; }
  .tips li {
    margin: 0 0 2rem;
    text-align: center; }
    @media (min-width: 800px) {
      .tips li {
        margin: 0 1rem 2rem;
        text-align: left;
        width: calc(33.3333333% - 2rem); } }
    @media (min-width: 1024px) {
      .tips li {
        margin: 0 2rem 2rem;
        width: calc(33.3333333% - 4rem); } }
    .tips li p {
      font-size: 14px;
      line-height: 1.75;
      margin-bottom: 0; }
  .tips ul {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 800px) {
      .tips ul {
        margin: 0 -1rem; } }
    @media (min-width: 1024px) {
      .tips ul {
        margin: 0 -2rem; } }

.videos > article:nth-of-type(2n+1) {
  clear: both; }

.videos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0.5rem; }
  .videos article {
    margin-bottom: 2rem;
    width: 100%; }
    @media (min-width: 800px) {
      .videos article {
        width: 50%; } }
    @media (min-width: 1200px) {
      .videos article {
        width: 25%; } }
  @media (max-width: 1800px) {
    .videos.-show-3 article:nth-child(n+4) {
      display: none; } }
  .videos.-show-3 article:nth-child(n+4) {
    display: none; }
  .videos.-show-all article {
    display: block !important; }
  .videos h4 {
    font-size: 16px;
    margin: 0 0 10px 0;
    text-transform: none; }
    @media (min-width: 440px) {
      .videos h4 {
        padding-right: 10px; } }
    .videos h4 span {
      color: #666; }
  .videos header strong {
    color: #777;
    display: block;
    font-size: 12px;
    font-weight: normal;
    margin-bottom: 4px; }
  @media (max-width: 400px) {
    .videos header {
      flex-wrap: wrap; } }
  .videos .properties-list__cta {
    margin: 6px 24px 0 0; }
    @media (max-width: 400px) {
      .videos .properties-list__cta {
        margin-top: 12px; } }
  .videos .property-item__info {
    justify-content: initial;
    align-items: flex-start;
    margin-top: 12px; }
    @media (max-width: 400px) {
      .videos .property-item__info {
        margin: 6px 0 12px 0; } }

.videos__content {
  flex: 1;
  min-width: calc(320px - 2rem);
  padding: 0 0.5rem; }

.videos__wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap; }
  .videos__wrap figure {
    margin: 0 0.5rem 1rem;
    overflow: hidden;
    width: 100%; }
    .videos__wrap figure img {
      width: 100%; }

.video__desc {
  font-size: 12px; }

.video__prop-link {
  border-bottom: 1px solid #777;
  color: #777;
  display: inline-block;
  font-size: 14px;
  padding-bottom: 2px;
  text-transform: uppercase;
  transition: all 0.3s ease; }
  .video__prop-link span {
    transition: all 0.3s ease; }
  .video__prop-link:hover {
    border-color: #333;
    color: #222; }
    .video__prop-link:hover span {
      transform: translateX(2px); }

.onboard h2, .onboard h3, .onboard h4, .onboard h5, .onboard h6 {
  text-transform: none; }

.onboard h2 {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase; }

.onboard .splash__header {
  background-position: center center !important;
  background-size: cover !important; }
  @media (min-width: 1000px) {
    .onboard .splash__header {
      background-attachment: fixed; } }
  .onboard .splash__header h1 {
    padding-bottom: 1rem; }

.onboard-bg {
  background-position: center !important;
  background-size: cover !important;
  position: relative; }
  @media (min-width: 1000px) {
    .onboard-bg {
      background-attachment: fixed; } }
  .onboard-bg h2, .onboard-bg p {
    color: #fff; }

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

.onboard-footer {
  background: #eee;
  padding: 3rem 0 4rem; }
  .onboard-footer p {
    margin: -0.5rem 0 2rem; }

.leading .splash__cover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, rgba(34, 34, 34, 0) 60%) !important; }

.leading .splash__header {
  background-size: cover !important;
  background-position: 50% bottom !important; }
  @media (min-width: 1000px) {
    .leading .splash__header {
      background-attachment: fixed; } }

.leading .onboard-bg {
  align-content: center;
  background-attachment: none;
  display: flex;
  justify-content: center;
  padding: 10rem 0; }

.leading .onboard-footer {
  background: black;
  padding: 3rem;
  width: 80vw;
  max-width: 400px; }
  .leading .onboard-footer .arrow-text {
    background: white;
    color: black; }
  .leading .onboard-footer h2 {
    color: white;
    margin-top: 0;
    white-space: pre-line; }
  .leading .onboard-footer p {
    color: white; }
  @media (max-width: 441px) {
    .leading .onboard-footer .arrow-text span, .leading .onboard-footer p {
      font-size: 12px; } }

.leading__logo {
  background-color: #fff;
  background-image: url("/images/world-map-dark.svg");
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 4rem 1rem; }
  @media (min-width: 800px) {
    .leading__logo {
      padding: 5rem 4rem 3rem; } }
  .leading__logo.-home {
    background-color: #eee; }
    @media (min-width: 800px) {
      .leading__logo.-home {
        padding: 5rem 4rem; } }
  .leading__logo img {
    margin: 0 auto 2rem;
    max-width: 80vw; }
    @media (min-width: 800px) {
      .leading__logo img {
        flex: 0 0 auto;
        margin: 0 4rem 0 0;
        width: calc(36% - 4rem); } }
  .leading__logo p {
    font-size: 18px;
    margin: 0; }

@media (max-width: 799px) {
  .leading__logo-text {
    text-align: center; } }

@media (min-width: 800px) {
  .leading__logo .wrapper {
    align-items: center;
    display: flex; } }

.leading__tabs {
  background: #fff;
  padding: 2rem 1rem 1rem; }
  @media (min-width: 800px) {
    .leading__tabs {
      padding: 5rem 4rem 3rem; } }
  .leading__tabs:before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
    content: '';
    display: block;
    height: 1px;
    position: relative;
    top: -2rem;
    width: 100%; }
    @media (min-width: 800px) {
      .leading__tabs:before {
        top: -4rem; } }
  .leading__tabs h4 {
    font-weight: 600;
    font-size: 22px;
    margin: 0 0 1rem; }
  .leading__tabs li {
    margin: 0 0 2rem;
    text-align: center; }
    @media (min-width: 800px) {
      .leading__tabs li {
        margin: 0 1rem 2rem;
        text-align: left;
        width: calc(33.3333333% - 2rem); } }
    @media (min-width: 1024px) {
      .leading__tabs li {
        margin: 0 2rem 2rem;
        width: calc(33.3333333% - 4rem); } }
    .leading__tabs li p {
      font-size: 14px;
      line-height: 1.75;
      margin-bottom: 0; }
  .leading__tabs ul {
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 800px) {
      .leading__tabs ul {
        margin: 0 -1rem; } }
    @media (min-width: 1024px) {
      .leading__tabs ul {
        margin: 0 -2rem; } }

.mthinkspink {
  background-size: cover; }
  .mthinkspink .hero-unit__overlay {
    background: rgba(23, 28, 35, 0.7); }
  .mthinkspink main {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }

.mthinkspink-modal {
  background: rgba(187, 5, 94, 0.95);
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  opacity: 0;
  position: fixed;
  text-align: center;
  transform: translate3d(0, -200px, 0);
  transition: all 0.3s ease;
  visibility: hidden;
  z-index: 31; }
  @media (min-width: 768px) {
    .mthinkspink-modal {
      bottom: 20%;
      left: 10%;
      right: 10%;
      top: 20%;
      margin: 0 auto;
      max-width: 800px; } }
  .mthinkspink-modal.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible; }
  .mthinkspink-modal h2, .mthinkspink-modal p {
    color: #fff;
    font-weight: 400;
    padding: 0 24px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2); }
  .mthinkspink-modal .lightbox__close {
    display: block;
    color: #fff;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .mthinkspink-modal .lightbox__close {
        margin-top: 1rem;
        position: static; } }
  .mthinkspink-modal p {
    font-size: 22px;
    margin-bottom: 2rem; }

.mbcm15 {
  align-items: center;
  display: flex;
  height: 100vh;
  overflow: hidden;
  min-height: 60%; }
  @media (max-width: 1199px) {
    .mbcm15 {
      height: auto;
      min-height: 1000px; } }
  .mbcm15 .contact__content {
    background: transparent;
    padding: 80px 0 80px;
    position: relative;
    z-index: 3; }
    @media (max-width: 1199px) {
      .mbcm15 .contact__content {
        padding: 80px 18px 80px; } }
    .mbcm15 .contact__content .btn {
      background: #ED0677;
      border: 0;
      border-radius: 6px;
      margin-top: 0; }
  .mbcm15 .form-box {
    margin: 12px auto 36px;
    padding-top: 0;
    position: relative; }
    @media (min-width: 1050px) {
      .mbcm15 .form-box {
        margin: 12px 18px 0; } }
    @media (min-width: 1200px) {
      .mbcm15 .form-box {
        margin: 12px 18px; } }
  .mbcm15 .form-box header {
    background: #ED0677;
    padding: 24px 0; }
    .mbcm15 .form-box header h3 {
      color: #fff;
      display: block; }

.mbcm15__text {
  margin: 0 18px 12px;
  max-width: 600px;
  text-align: center; }
  @media (min-width: 1200px) {
    .mbcm15__text {
      text-align: left;
      width: 600px; } }
  .mbcm15__text a {
    color: #fff; }
  .mbcm15__text h4 {
    color: #fff;
    font-size: 20px; }
    @media (min-width: 1050px) {
      .mbcm15__text h4 {
        font-size: 28px; } }
  .mbcm15__text h5 {
    font-size: 16px; }
    @media (min-width: 1050px) {
      .mbcm15__text h5 {
        font-size: 18px; } }
  .mbcm15__text img {
    display: block;
    margin: 0 auto 24px; }
  .mbcm15__text p {
    color: #fff; }

.mbcm15__divider {
  background: #fff;
  display: inline-block;
  height: 3px;
  margin: 0 0 12px;
  width: 30px; }

.page-ig {
  align-items: center;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  position: relative; }
  @media (min-width: 768px) {
    .page-ig {
      min-height: 100vh; } }
  .page-ig video {
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    z-index: 1; }

.page-ig__cover {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  z-index: 2; }

.page-ig__links {
  display: flex;
  flex-direction: column;
  max-width: 500px;
  padding: 5rem 1rem 5rem;
  position: relative;
  width: 100%;
  z-index: 3; }
  .page-ig__links a {
    border: 2px solid #ffffff;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 1rem;
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease; }
    .page-ig__links a:hover {
      background: #ffffff;
      color: #000000; }

/*! tailwindcss v2.2.4 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

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

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

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

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

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

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

body {
	margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

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

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted;
}

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
	font-size: 1em; /* 2 */
}

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

small {
	font-size: 80%;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

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

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

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

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

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

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

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

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

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

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
	box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

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

progress {
	vertical-align: baseline;
}

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

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

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

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

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

::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

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

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

/*
Add the correct display in Chrome and Safari.
*/

summary {
	display: list-item;
}/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Fakt; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #a1a1aa;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a1a1aa;
}

button,
[role="button"] {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
	border-color: rgba(0,0,0, 0.1);
	--tw-shadow: 0 0 #0000;
	--tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
	--tw-ring-offset-width: 0px;
	--tw-ring-offset-color: #fff;
	--tw-ring-color: rgba(59, 130, 246, 0.5);
	--tw-ring-offset-shadow: 0 0 #0000;
	--tw-ring-shadow: 0 0 #0000;
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
	--tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.container {
	width: 100%;
}
@media (min-width: 375px) {

	.container {
		max-width: 375px;
	}
}
@media (min-width: 440px) {

	.container {
		max-width: 440px;
	}
}
@media (min-width: 640px) {

	.container {
		max-width: 640px;
	}
}
@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}
@media (min-width: 1024px) {

	.container {
		max-width: 1024px;
	}
}
@media (min-width: 1280px) {

	.container {
		max-width: 1280px;
	}
}
@media (min-width: 1536px) {

	.container {
		max-width: 1536px;
	}
}
@media (min-width: 1700px) {

	.container {
		max-width: 1700px;
	}
}
.pointer-events-none {
	pointer-events: none;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.top-0 {
	top: 0px;
}
.left-0 {
	left: 0px;
}
.left-1\/2 {
	left: 50%;
}
.bottom-0 {
	bottom: 0px;
}
.top-\[48px\] {
	top: 48px;
}
.top-\[96px\] {
	top: 96px;
}
.top-1\/2 {
	top: 50%;
}
.right-1\.5 {
	right: 0.375rem;
}
.top-1\.5 {
	top: 0.375rem;
}
.right-1 {
	right: 0.25rem;
}
.top-1 {
	top: 0.25rem;
}
.left-1\.5 {
	left: 0.375rem;
}
.left-1 {
	left: 0.25rem;
}
.bottom-3 {
	bottom: 0.75rem;
}
.right-0 {
	right: 0px;
}
.right-2 {
	right: 0.5rem;
}
.bottom-\[32px\] {
	bottom: 32px;
}
.z-10 {
	z-index: 10;
}
.z-\[2\] {
	z-index: 2;
}
.z-\[3\] {
	z-index: 3;
}
.z-\[1\] {
	z-index: 1;
}
.z-\[999\] {
	z-index: 999;
}
.z-20 {
	z-index: 20;
}
.order-2 {
	order: 2;
}
.order-1 {
	order: 1;
}
.col-span-6 {
	grid-column: span 6 / span 6;
}
.col-span-12 {
	grid-column: span 12 / span 12;
}
.my-4 {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.mx-auto {
	margin-left: auto;
	margin-right: auto;
}
.mb-4 {
	margin-bottom: 1rem;
}
.mr-4 {
	margin-right: 1rem;
}
.mb-6 {
	margin-bottom: 1.5rem;
}
.mb-2 {
	margin-bottom: 0.5rem;
}
.mb-8 {
	margin-bottom: 2rem;
}
.mt-4 {
	margin-top: 1rem;
}
.mr-2 {
	margin-right: 0.5rem;
}
.mt-6 {
	margin-top: 1.5rem;
}
.-mt-8 {
	margin-top: -2rem;
}
.-mb-4 {
	margin-bottom: -1rem;
}
.mt-8 {
	margin-top: 2rem;
}
.mb-1 {
	margin-bottom: 0.25rem;
}
.mb-3 {
	margin-bottom: 0.75rem;
}
.mr-5 {
	margin-right: 1.25rem;
}
.mr-12 {
	margin-right: 3rem;
}
.mt-1 {
	margin-top: 0.25rem;
}
.mr-6 {
	margin-right: 1.5rem;
}
.mt-2 {
	margin-top: 0.5rem;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.flex {
	display: flex;
}
.inline-flex {
	display: inline-flex;
}
.table {
	display: table;
}
.grid {
	display: grid;
}
.contents {
	display: contents;
}
.hidden {
	display: none;
}
.h-6 {
	height: 1.5rem;
}
.h-8 {
	height: 2rem;
}
.h-full {
	height: 100%;
}
.h-\[100px\] {
	height: 100px;
}
.h-4 {
	height: 1rem;
}
.h-3 {
	height: 0.75rem;
}
.h-16 {
	height: 4rem;
}
.h-\[200px\] {
	height: 200px;
}
.h-\[755px\] {
	height: 755px;
}
.h-12 {
	height: 3rem;
}
.h-\[calc\(100vh-100px\)\] {
	height: calc(100vh - 100px);
}
.max-h-screen {
	max-height: 100vh;
}
.max-h-\[130px\] {
	max-height: 130px;
}
.max-h-\[500px\] {
	max-height: 500px;
}
.max-h-\[300px\] {
	max-height: 300px;
}
.min-h-\[44px\] {
	min-height: 44px;
}
.w-full {
	width: 100%;
}
.w-2 {
	width: 0.5rem;
}
.w-6 {
	width: 1.5rem;
}
.w-\[400px\] {
	width: 400px;
}
.w-\[100px\] {
	width: 100px;
}
.w-3 {
	width: 0.75rem;
}
.w-5 {
	width: 1.25rem;
}
.w-auto {
	width: auto;
}
.min-w-\[300px\] {
	min-width: 300px;
}
.min-w-\[230px\] {
	min-width: 230px;
}
.max-w-\[620px\] {
	max-width: 620px;
}
.max-w-\[920px\] {
	max-width: 920px;
}
.max-w-\[200px\] {
	max-width: 200px;
}
.max-w-\[100\%\] {
	max-width: 100%;
}
.max-w-none {
	max-width: none;
}
.max-w-full {
	max-width: 100%;
}
.max-w-\[800px\] {
	max-width: 800px;
}
.max-w-\[1200px\] {
	max-width: 1200px;
}
.max-w-\[600px\] {
	max-width: 600px;
}
.max-w-\[400px\] {
	max-width: 400px;
}
.max-w-\[60\%\] {
	max-width: 60%;
}
.max-w-\[650px\] {
	max-width: 650px;
}
.max-w-\[500px\] {
	max-width: 500px;
}
.flex-none {
	flex: none;
}
.flex-1 {
	flex: 1 1 0%;
}
.flex-grow {
	flex-grow: 1;
}
.-translate-x-1\/2 {
	--tw-translate-x: -50%;
	transform: var(--tw-transform);
}
.-translate-y-1\/2 {
	--tw-translate-y: -50%;
	transform: var(--tw-transform);
}
.transform {
	transform: var(--tw-transform);
}
.cursor-pointer {
	cursor: pointer;
}
.grid-cols-12 {
	grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
	flex-direction: column;
}
.flex-col-reverse {
	flex-direction: column-reverse;
}
.flex-wrap {
	flex-wrap: wrap;
}
.items-start {
	align-items: flex-start;
}
.items-center {
	align-items: center;
}
.justify-start {
	justify-content: flex-start;
}
.justify-end {
	justify-content: flex-end;
}
.justify-center {
	justify-content: center;
}
.justify-between {
	justify-content: space-between;
}
.gap-4 {
	gap: 1rem;
}
.gap-2 {
	gap: 0.5rem;
}
.gap-3 {
	gap: 0.75rem;
}
.gap-5 {
	gap: 1.25rem;
}
.gap-1 {
	gap: 0.25rem;
}
.gap-x-4 {
	-moz-column-gap: 1rem;
	     column-gap: 1rem;
}
.gap-y-8 {
	row-gap: 2rem;
}
.gap-x-6 {
	-moz-column-gap: 1.5rem;
	     column-gap: 1.5rem;
}
.gap-y-6 {
	row-gap: 1.5rem;
}
.gap-y-4 {
	row-gap: 1rem;
}
.overflow-auto {
	overflow: auto;
}
.overflow-hidden {
	overflow: hidden;
}
.rounded-full {
	border-radius: 9999px;
}
.border-2 {
	border-width: 2px;
}
.border {
	border-width: 1px;
}
.border-b {
	border-bottom-width: 1px;
}
.border-t {
	border-top-width: 1px;
}
.border-black {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-gray-200 {
	border-color: rgba(0,0,0, 0.1);
}
.border-white {
	--tw-border-opacity: 1;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-300 {
	border-color: rgba(0,0,0, 0.2);
}
.bg-black {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-100 {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}
.bg-white {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-white-300 {
	background-color: rgba(255,255,255, 0.6);
}
.bg-opacity-20 {
	--tw-bg-opacity: 0.2;
}
.bg-cover {
	background-size: cover;
}
.bg-center {
	background-position: center;
}
.object-contain {
	-o-object-fit: contain;
	   object-fit: contain;
}
.object-cover {
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-4 {
	padding: 1rem;
}
.p-3 {
	padding: 0.75rem;
}
.px-4 {
	padding-left: 1rem;
	padding-right: 1rem;
}
.py-1 {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
}
.px-6 {
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}
.py-8 {
	padding-top: 2rem;
	padding-bottom: 2rem;
}
.py-3 {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}
.py-\[3px\] {
	padding-top: 3px;
	padding-bottom: 3px;
}
.py-1\.5 {
	padding-top: 0.375rem;
	padding-bottom: 0.375rem;
}
.px-3 {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
.py-2 {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}
.py-10 {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}
.px-8 {
	padding-left: 2rem;
	padding-right: 2rem;
}
.py-4 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.py-12 {
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.px-\[24px\] {
	padding-left: 24px;
	padding-right: 24px;
}
.pb-8 {
	padding-bottom: 2rem;
}
.pl-6 {
	padding-left: 1.5rem;
}
.pr-3 {
	padding-right: 0.75rem;
}
.pr-4 {
	padding-right: 1rem;
}
.pt-2 {
	padding-top: 0.5rem;
}
.pt-8 {
	padding-top: 2rem;
}
.pb-2 {
	padding-bottom: 0.5rem;
}
.pt-4 {
	padding-top: 1rem;
}
.pb-24 {
	padding-bottom: 6rem;
}
.pt-5 {
	padding-top: 1.25rem;
}
.pt-16 {
	padding-top: 4rem;
}
.pb-\[100\%\] {
	padding-bottom: 100%;
}
.pb-\[62\%\] {
	padding-bottom: 62%;
}
.pb-\[65\%\] {
	padding-bottom: 65%;
}
.pb-4 {
	padding-bottom: 1rem;
}
.pr-5 {
	padding-right: 1.25rem;
}
.pl-4 {
	padding-left: 1rem;
}
.pt-1 {
	padding-top: 0.25rem;
}
.pb-3 {
	padding-bottom: 0.75rem;
}
.pb-12 {
	padding-bottom: 3rem;
}
.pb-\[24px\] {
	padding-bottom: 24px;
}
.pb-\[56\.25\%\] {
	padding-bottom: 56.25%;
}
.text-center {
	text-align: center;
}
.text-sm {
	font-size: 14px;
	line-height: 1.4;
}
.text-xs {
	font-size: 12px;
	line-height: 1.5;
}
.text-2xl {
	font-size: 24px;
	line-height: 1.2;
}
.text-base {
	font-size: 16px;
	line-height: 1.4;
}
.text-\[20px\] {
	font-size: 20px;
}
.text-lg {
	font-size: 18px;
	line-height: 1.4;
}
.text-\[14px\] {
	font-size: 14px;
}
.text-xl {
	font-size: 20px;
	line-height: 1.4;
}
.text-2xs {
	font-size: 10px;
	line-height: 1.5;
}
.text-3xl {
	font-size: 32px;
	line-height: 1.2;
}
.text-\[15px\] {
	font-size: 15px;
}
.font-semibold {
	font-weight: 600;
}
.font-medium {
	font-weight: 500;
}
.font-normal {
	font-weight: 400;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
.leading-4 {
	line-height: 1rem;
}
.text-gray {
	color: rgba(0,0,0, 0.8);
}
.text-white {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-black {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-white-300 {
	color: rgba(255,255,255, 0.6);
}
.text-white-200 {
	color: rgba(255,255,255, 0.8);
}
.opacity-60 {
	opacity: 0.6;
}
.opacity-70 {
	opacity: 0.7;
}
.opacity-100 {
	opacity: 1;
}
.opacity-80 {
	opacity: 0.8;
}
.outline-none {
	outline: 2px solid transparent;
	outline-offset: 2px;
}
.grayscale {
	--tw-grayscale: grayscale(100%);
	filter: var(--tw-filter);
}
.filter {
	filter: var(--tw-filter);
}
.transition {
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
	transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-duration: 150ms;
}


.arrow-btn:hover span {
  color: #000000;
}

.arrow-btn:hover svg {
  fill: #000000;
  transform: translateX(2px);
}

.careerBody ul li {
  list-style-type: disc;
  margin-left: 18px;
}

@media (max-width: 1024px) {
  .nav-active .banner-next, .nav-active .chat-btn, .nav-active .chat-box {
    display: none!important;
  }
}

@media (min-width: 640px) {
  .careersSplash .splashBtn {
    display: none;
  }
}

.cardProperty.active img {
	border-width: 2px;
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
	--tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
	box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  z-index:1;
}

.cardProperty img {
  transition: opacity 2s cubic-bezier(.1,.21,0,1.06);
}

.cardProperty img.active {
  opacity:1;
  z-index:4;
}
.cardProperty img.inactive {
  opacity: 0;
}

.mapCluster {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
  background: rgba(0,0,0, 0.1);
  border-radius: 100%;
}

.mapCluster:after {
  background: black;
  border-radius: 100%;
  content: '';
  height: 42px;
  left: 50%;
  margin: -21px 0 0 -21px;
  position: absolute;
  top: 50%;
  width: 42px;
}

.mapCluster img { display: none; }
.mapCluster span { color: white; font-size: 12px; position: relative; z-index: 3; }

.mapMarker, .mapMarkerWhite {
  background: black;
  display: block;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 9999px;
}

.mapMarkerWhite {
  background: white;
}

/* Brokers Page */

.brokers-search input {
  background: #f9f9f9;
}

.brokers-teams .card-member div {
  margin: 0!important;
}

.brokers-teams .card-member div:last-child {
  display: none;
}

/* Listing Page Agent Sticky */

@media (min-width: 1024px) {
  .listing-agent:first-child {
    position: sticky;
    top: 3rem;
  }
}

/* Listing Page Toggle Functionality */

.toggleContainer {
  max-height: 160px;
}

.toggleWrapper.-show .toggleContainer > div  {
  background: linear-gradient(0deg, #ffffff 0%, rgba(255,255,255,0) 100%);
}

.toggleWrapper:not(.-show) .toggleButton, .toggleWrapper.-active .toggleButton, .toggleWrapper.-active .toggleContainer > div {
  display: none;
}

.toggleWrapper.-active .toggleContainer {
  max-height: none;
}

.toggleButton:hover svg {
  fill: white;
}

/* Footer Nav */

.footer-nav-next a {
  transition: opacity 0.3s ease;
}

.footer-nav-next a:not(.footer-lre):after {
  background: #fff;
  bottom: 0;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  transition: transform 0.3s ease;
  transform: translateX(-100%);
  width: 100%;
}

.footer-nav-next a:hover:after, .footer-nav-next a.-active:after {
  background: #fff;
  left: 0;
  transform: translateX(0);
}

/* Nav */

.nav-next a:after {
  background: #000;
  bottom: 0;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  transition: transform 0.3s ease;
  transform: translateX(-100%);
  width: 100%;
}

.nav-next a:hover:after, .nav-next a.-active:after {
  left: 0;
  transform: translateX(0);
}

/* Draggable slider */

.dragger {
  margin-left: auto;
}

:root {
  --max: calc(100vw - 1600);
}

@media (min-width: 1648px) {
  .dragger {
    max-width: calc(1600px + ((100vw - 1700px) * 0.5));
  }
}

/* Slick Split settings */

.slider-next .slick-list, .slider-next .slick-track {
  height: 100%!important;
}

/* Slick settings */

.slider-next:not(.slider-split) .slick-track, .slider-next:not(.slider-split) .slick-list {
  height: auto!important;
}

.slider-next:not(.slider-split) .slick-list {
  overflow: visible!important;
}

.slick-slide, .slick-slide > div {
  height: 100%;
}

.slider-next:not(.slider-split) .slick-slide:not(.slick-active) {
  opacity: 0.5;
}

.slider-next .slick-arrow {
  align-items: center;
  background: #000;
  border-radius: 100%;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  display: flex;
  height: 42px;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  z-index: 99;
}

.slider-next .slick-arrow.slick-disabled {
  opacity: 0.25;
  cursor: pointer;
}

.slider-next .slick-arrow.-prev {
  left: 1rem;
}

.slider-next .slick-arrow.-next {
  right: 1rem;
}

.slider-next .slick-arrow svg {
  fill: #fff;
  width: 9px;
}

/* Slick Careers settings */

.slider-team .card-member {
  padding: 0 8px;
}

@media (max-width: 400px) {
  .slider-team .slick-slide {
    width: 60vw;
  }
}

/* Slick Spaces Settings */

.slider-spaces .slick-slide {
  width: 80vw;
}

@media (min-width: 480px) and (max-width: 767px) {
  .slider-spaces .slick-slide {
    width: 60vw;
  }
}

.vimeo-iframe {
  width: 100vw;
  height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
  min-height: 100vh;
  min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.last\:mr-0:last-child {
	margin-right: 0px;
}

.hover\:border-black:hover {
	--tw-border-opacity: 1;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.hover\:bg-white:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.hover\:bg-black:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
	--tw-bg-opacity: 1;
	background-color: rgba(249, 249, 249, var(--tw-bg-opacity));
}

.hover\:text-black:hover {
	--tw-text-opacity: 1;
	color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover {
	--tw-text-opacity: 1;
	color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:opacity-100:hover {
	opacity: 1;
}

@media (min-width: 375px) {

	.\32xs\:col-span-6 {
		grid-column: span 6 / span 6;
	}

	.\32xs\:text-xs {
		font-size: 12px;
		line-height: 1.5;
	}

	.\32xs\:text-lg {
		font-size: 18px;
		line-height: 1.4;
	}

	.\32xs\:text-sm {
		font-size: 14px;
		line-height: 1.4;
	}

	.\32xs\:text-base {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media (max-width: 439px) {

	.xs-max\:ml-4 {
		margin-left: 1rem;
	}
}

@media (min-width: 440px) {

	.xs\:col-span-4 {
		grid-column: span 4 / span 4;
	}

	.xs\:col-span-6 {
		grid-column: span 6 / span 6;
	}

	.xs\:mb-0 {
		margin-bottom: 0px;
	}

	.xs\:h-\[180px\] {
		height: 180px;
	}

	.xs\:w-\[180px\] {
		width: 180px;
	}

	.xs\:w-4 {
		width: 1rem;
	}

	.xs\:min-w-\[300px\] {
		min-width: 300px;
	}

	.xs\:items-end {
		align-items: flex-end;
	}

	.xs\:text-sm {
		font-size: 14px;
		line-height: 1.4;
	}

	.xs\:text-2xl {
		font-size: 24px;
		line-height: 1.2;
	}

	.xs\:text-lg {
		font-size: 18px;
		line-height: 1.4;
	}

	.xs\:text-base {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media (max-width: 639px) {

	.sm-max\:mt-2 {
		margin-top: 0.5rem;
	}

	.sm-max\:mt-4 {
		margin-top: 1rem;
	}

	.sm-max\:mb-2 {
		margin-bottom: 0.5rem;
	}

	.sm-max\:text-center {
		text-align: center;
	}
}

@media (min-width: 640px) {

	.sm\:col-span-4 {
		grid-column: span 4 / span 4;
	}

	.sm\:col-span-6 {
		grid-column: span 6 / span 6;
	}

	.sm\:mb-8 {
		margin-bottom: 2rem;
	}

	.sm\:mb-0 {
		margin-bottom: 0px;
	}

	.sm\:mr-4 {
		margin-right: 1rem;
	}

	.sm\:block {
		display: block;
	}

	.sm\:flex {
		display: flex;
	}

	.sm\:h-\[200px\] {
		height: 200px;
	}

	.sm\:h-20 {
		height: 5rem;
	}

	.sm\:h-8 {
		height: 2rem;
	}

	.sm\:h-4 {
		height: 1rem;
	}

	.sm\:w-\[200px\] {
		width: 200px;
	}

	.sm\:w-1\/2 {
		width: 50%;
	}

	.sm\:w-8 {
		width: 2rem;
	}

	.sm\:max-w-\[290px\] {
		max-width: 290px;
	}

	.sm\:flex-row {
		flex-direction: row;
	}

	.sm\:items-start {
		align-items: flex-start;
	}

	.sm\:justify-between {
		justify-content: space-between;
	}

	.sm\:border-b {
		border-bottom-width: 1px;
	}

	.sm\:border-none {
		border-style: none;
	}

	.sm\:border-white-300 {
		border-color: rgba(255,255,255, 0.6);
	}

	.sm\:py-2 {
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}

	.sm\:px-6 {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.sm\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.sm\:pb-14 {
		padding-bottom: 3.5rem;
	}

	.sm\:pt-0 {
		padding-top: 0px;
	}

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

	.sm\:text-base {
		font-size: 16px;
		line-height: 1.4;
	}

	.sm\:text-3xl {
		font-size: 32px;
		line-height: 1.2;
	}

	.sm\:text-sm {
		font-size: 14px;
		line-height: 1.4;
	}

	.sm\:text-2xs {
		font-size: 10px;
		line-height: 1.5;
	}

	.sm\:text-xs {
		font-size: 12px;
		line-height: 1.5;
	}

	.sm\:text-4xl {
		font-size: 36px;
		line-height: 1.2;
	}

	.sm\:text-xl {
		font-size: 20px;
		line-height: 1.4;
	}

	.sm\:text-\[19px\] {
		font-size: 19px;
	}
}

@media (min-width: 768px) {

	.md\:absolute {
		position: absolute;
	}

	.md\:relative {
		position: relative;
	}

	.md\:sticky {
		position: sticky;
	}

	.md\:top-16 {
		top: 4rem;
	}

	.md\:right-0 {
		right: 0px;
	}

	.md\:top-0 {
		top: 0px;
	}

	.md\:-right-0\.5 {
		right: -0.125rem;
	}

	.md\:-right-0 {
		right: 0px;
	}

	.md\:bottom-\[48px\] {
		bottom: 48px;
	}

	.md\:order-3 {
		order: 3;
	}

	.md\:col-span-4 {
		grid-column: span 4 / span 4;
	}

	.md\:col-span-6 {
		grid-column: span 6 / span 6;
	}

	.md\:my-8 {
		margin-top: 2rem;
		margin-bottom: 2rem;
	}

	.md\:mb-0 {
		margin-bottom: 0px;
	}

	.md\:mr-3 {
		margin-right: 0.75rem;
	}

	.md\:block {
		display: block;
	}

	.md\:flex {
		display: flex;
	}

	.md\:grid {
		display: grid;
	}

	.md\:h-16 {
		height: 4rem;
	}

	.md\:h-full {
		height: 100%;
	}

	.md\:max-h-\[600px\] {
		max-height: 600px;
	}

	.md\:w-\[225px\] {
		width: 225px;
	}

	.md\:w-1\/2 {
		width: 50%;
	}

	.md\:min-w-\[37vw\] {
		min-width: 37vw;
	}

	.md\:max-w-\[420px\] {
		max-width: 420px;
	}

	.md\:flex-1 {
		flex: 1 1 0%;
	}

	.md\:items-end {
		align-items: flex-end;
	}

	.md\:gap-8 {
		gap: 2rem;
	}

	.md\:gap-y-12 {
		row-gap: 3rem;
	}

	.md\:px-9 {
		padding-left: 2.25rem;
		padding-right: 2.25rem;
	}

	.md\:py-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.md\:py-16 {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}

	.md\:px-8 {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.md\:py-12 {
		padding-top: 3rem;
		padding-bottom: 3rem;
	}

	.md\:px-\[36px\] {
		padding-left: 36px;
		padding-right: 36px;
	}

	.md\:pb-12 {
		padding-bottom: 3rem;
	}

	.md\:pr-12 {
		padding-right: 3rem;
	}

	.md\:pl-9 {
		padding-left: 2.25rem;
	}

	.md\:pb-\[80\%\] {
		padding-bottom: 80%;
	}

	.md\:pr-4 {
		padding-right: 1rem;
	}

	.md\:pb-16 {
		padding-bottom: 4rem;
	}

	.md\:pl-0 {
		padding-left: 0px;
	}

	.md\:pr-16 {
		padding-right: 4rem;
	}

	.md\:text-justify {
		text-align: justify;
	}

	.md\:text-base {
		font-size: 16px;
		line-height: 1.4;
	}

	.md\:text-2xl {
		font-size: 24px;
		line-height: 1.2;
	}

	.md\:text-sm {
		font-size: 14px;
		line-height: 1.4;
	}

	.md\:text-xl {
		font-size: 20px;
		line-height: 1.4;
	}

	.md\:text-xs {
		font-size: 12px;
		line-height: 1.5;
	}

	.md\:text-lg {
		font-size: 18px;
		line-height: 1.4;
	}
}

@media (max-width: 1023px) {

	.lg-max\:order-1 {
		order: 1;
	}

	.lg-max\:order-3 {
		order: 3;
	}

	.lg-max\:order-2 {
		order: 2;
	}

	.lg-max\:mb-2 {
		margin-bottom: 0.5rem;
	}

	.lg-max\:mt-4 {
		margin-top: 1rem;
	}

	.lg-max\:mt-6 {
		margin-top: 1.5rem;
	}

	.lg-max\:mb-3 {
		margin-bottom: 0.75rem;
	}

	.lg-max\:\!block {
		display: block !important;
	}

	.lg-max\:hidden {
		display: none;
	}

	.lg-max\:w-full {
		width: 100%;
	}

	.lg-max\:pt-4 {
		padding-top: 1rem;
	}
}

@media (min-width: 1024px) {

	.lg\:absolute {
		position: absolute;
	}

	.lg\:sticky {
		position: sticky;
	}

	.lg\:left-1\/2 {
		left: 50%;
	}

	.lg\:top-1\/2 {
		top: 50%;
	}

	.lg\:top-\[236px\] {
		top: 236px;
	}

	.lg\:right-2 {
		right: 0.5rem;
	}

	.lg\:top-0 {
		top: 0px;
	}

	.lg\:col-span-3 {
		grid-column: span 3 / span 3;
	}

	.lg\:col-span-8 {
		grid-column: span 8 / span 8;
	}

	.lg\:col-span-4 {
		grid-column: span 4 / span 4;
	}

	.lg\:col-start-3 {
		grid-column-start: 3;
	}

	.lg\:col-start-4 {
		grid-column-start: 4;
	}

	.lg\:mx-2 {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}

	.lg\:mb-12 {
		margin-bottom: 3rem;
	}

	.lg\:mr-2 {
		margin-right: 0.5rem;
	}

	.lg\:mb-0 {
		margin-bottom: 0px;
	}

	.lg\:block {
		display: block;
	}

	.lg\:flex {
		display: flex;
	}

	.lg\:grid {
		display: grid;
	}

	.lg\:h-8 {
		height: 2rem;
	}

	.lg\:h-6 {
		height: 1.5rem;
	}

	.lg\:h-full {
		height: 100%;
	}

	.lg\:h-\[100px\] {
		height: 100px;
	}

	.lg\:h-20 {
		height: 5rem;
	}

	.lg\:w-full {
		width: 100%;
	}

	.lg\:w-\[100px\] {
		width: 100px;
	}

	.lg\:w-\[250px\] {
		width: 250px;
	}

	.lg\:max-w-\[770px\] {
		max-width: 770px;
	}

	.lg\:max-w-\[700px\] {
		max-width: 700px;
	}

	.lg\:-translate-x-1\/2 {
		--tw-translate-x: -50%;
		transform: var(--tw-transform);
	}

	.lg\:-translate-y-1\/2 {
		--tw-translate-y: -50%;
		transform: var(--tw-transform);
	}

	.lg\:transform {
		transform: var(--tw-transform);
	}

	.lg\:grid-cols-12 {
		grid-template-columns: repeat(12, minmax(0, 1fr));
	}

	.lg\:flex-row {
		flex-direction: row;
	}

	.lg\:items-center {
		align-items: center;
	}

	.lg\:gap-8 {
		gap: 2rem;
	}

	.lg\:gap-12 {
		gap: 3rem;
	}

	.lg\:gap-x-12 {
		-moz-column-gap: 3rem;
		     column-gap: 3rem;
	}

	.lg\:gap-x-9 {
		-moz-column-gap: 2.25rem;
		     column-gap: 2.25rem;
	}

	.lg\:gap-x-8 {
		-moz-column-gap: 2rem;
		     column-gap: 2rem;
	}

	.lg\:px-\[48px\] {
		padding-left: 48px;
		padding-right: 48px;
	}

	.lg\:pr-24 {
		padding-right: 6rem;
	}

	.lg\:pr-3 {
		padding-right: 0.75rem;
	}

	.lg\:pr-8 {
		padding-right: 2rem;
	}

	.lg\:pb-24 {
		padding-bottom: 6rem;
	}

	.lg\:text-lg {
		font-size: 18px;
		line-height: 1.4;
	}

	.lg\:text-\[16px\] {
		font-size: 16px;
	}

	.lg\:text-4xl {
		font-size: 36px;
		line-height: 1.2;
	}

	.lg\:text-sm {
		font-size: 14px;
		line-height: 1.4;
	}

	.lg\:text-xs {
		font-size: 12px;
		line-height: 1.5;
	}

	.lg\:text-\[48px\] {
		font-size: 48px;
	}

	.lg\:text-3xl {
		font-size: 32px;
		line-height: 1.2;
	}

	.lg\:text-base {
		font-size: 16px;
		line-height: 1.4;
	}

	.lg\:text-xl {
		font-size: 20px;
		line-height: 1.4;
	}
}

@media (min-width: 1280px) {

	.xl\:top-\[256px\] {
		top: 256px;
	}

	.xl\:bottom-\[72px\] {
		bottom: 72px;
	}

	.xl\:col-span-2 {
		grid-column: span 2 / span 2;
	}

	.xl\:col-span-6 {
		grid-column: span 6 / span 6;
	}

	.xl\:mx-4 {
		margin-left: 1rem;
		margin-right: 1rem;
	}

	.xl\:mr-16 {
		margin-right: 4rem;
	}

	.xl\:h-8 {
		height: 2rem;
	}

	.xl\:h-\[120px\] {
		height: 120px;
	}

	.xl\:h-24 {
		height: 6rem;
	}

	.xl\:max-h-\[800px\] {
		max-height: 800px;
	}

	.xl\:w-\[350px\] {
		width: 350px;
	}

	.xl\:w-\[300px\] {
		width: 300px;
	}

	.xl\:w-\[120px\] {
		width: 120px;
	}

	.xl\:w-6 {
		width: 1.5rem;
	}

	.xl\:max-w-\[90\%\] {
		max-width: 90%;
	}

	.xl\:max-w-\[700px\] {
		max-width: 700px;
	}

	.xl\:max-w-\[600px\] {
		max-width: 600px;
	}

	.xl\:flex-nowrap {
		flex-wrap: nowrap;
	}

	.xl\:gap-16 {
		gap: 4rem;
	}

	.xl\:gap-x-4 {
		-moz-column-gap: 1rem;
		     column-gap: 1rem;
	}

	.xl\:gap-y-8 {
		row-gap: 2rem;
	}

	.xl\:p-8 {
		padding: 2rem;
	}

	.xl\:px-12 {
		padding-left: 3rem;
		padding-right: 3rem;
	}

	.xl\:py-20 {
		padding-top: 5rem;
		padding-bottom: 5rem;
	}

	.xl\:py-24 {
		padding-top: 6rem;
		padding-bottom: 6rem;
	}

	.xl\:py-48 {
		padding-top: 12rem;
		padding-bottom: 12rem;
	}

	.xl\:py-\[64px\] {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.xl\:pl-12 {
		padding-left: 3rem;
	}

	.xl\:pr-4 {
		padding-right: 1rem;
	}

	.xl\:pb-\[72\%\] {
		padding-bottom: 72%;
	}

	.xl\:pr-12 {
		padding-right: 3rem;
	}

	.xl\:text-xl {
		font-size: 20px;
		line-height: 1.4;
	}

	.xl\:text-sm {
		font-size: 14px;
		line-height: 1.4;
	}

	.xl\:text-lg {
		font-size: 18px;
		line-height: 1.4;
	}

	.xl\:text-2xl {
		font-size: 24px;
		line-height: 1.2;
	}

	.xl\:text-base {
		font-size: 16px;
		line-height: 1.4;
	}
}

@media (min-width: 1536px) {

	.\32xl\:top-\[296px\] {
		top: 296px;
	}

	.\32xl\:col-span-3 {
		grid-column: span 3 / span 3;
	}

	.\32xl\:h-\[160px\] {
		height: 160px;
	}

	.\32xl\:w-\[160px\] {
		width: 160px;
	}

	.\32xl\:pb-\[68\%\] {
		padding-bottom: 68%;
	}

	.\32xl\:pl-\[calc\(\(100vw-1600px\)\/2\)\] {
		padding-left: calc((100vw - 1600px) / 2);
	}
}
