<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: 'spaces-icon-font';
  src: url('/wp-content/plugins/ecs-spaces/public/fonts/spaces-icon-font.ttf?vdvebz') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^='spaces__icon'], [class*='spaces__icon'] {
  font-family: 'spaces-icon-font' !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: never;
  text-transform: none;
}
.spaces__icon-phone::before {
  content: '';
}
.spaces__icon-email::before {
  content: '';
}
.spaces__icon-camera::before {
  content: '';
}
.spaces__icon-tour::before {
  content: '';
}
.spaces__icon-plan::before {
  content: '';
}
.spaces__icon-map::before {
  content: '';
}
.spaces__icon-list::before {
  content: '';
}
.spaces__icon-full-screen::before {
  content: '';
}
.spaces__icon-bed::before {
  content: '';
}
.spaces__icon-bath::before {
  content: '';
}
.spaces__icon-area::before {
  content: '';
}
.spaces__icon-close::before {
  content: '';
}
.spaces__icon-arrow::before {
  content: '';
}
.spaces__icon-filters::before {
  content: '';
}
.spaces__icon-play::before {
  content: '';
}
.spaces__accordion, .spaces__accordion .accordion {
  border-bottom: 1px solid #e4e4e4;
  max-width: 100%;
}
.spaces__accordion .accordion {
  margin: 1em 0 0;
  padding: 0;
}
.spaces__accordion .title, .spaces__accordion .accordion .title {
  cursor: pointer;
}
.spaces__accordion .title:not(.ui) {
  color: rgba(0, 0, 0, 0.87);
  display: flex;
  font-weight: bold;
  justify-content: space-between;
  padding: 40px 0;
  text-transform: uppercase;
}
.spaces__accordion .title ~ .content, .spaces__accordion .accordion .title ~ .content {
  display: none;
}
.spaces__accordion:not(.styled) .title ~ .content:not(.ui), .spaces__accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
  padding-bottom: 40px;
}
.spaces__accordion .title .dropdown.icon, .spaces__accordion .accordion .title .dropdown.icon {
  display: inline-block;
  float: none;
  font-size: 1em;
  height: 1em;
  margin: 0 0.25rem 0 0;
  opacity: 1;
  padding: 0;
  transform: none;
  transition: transform 0.1s ease, opacity 0.1s ease;
  vertical-align: baseline;
  width: 1.25em;
}
.spaces__accordion.menu .item .title {
  display: block;
  padding: 0;
}
.spaces__accordion.menu .item .title &gt; .dropdown.icon {
  float: right;
  margin: 0.21425em 0 0 1em;
  transform: rotate(180deg);
}
.spaces__accordion .header .dropdown.icon {
  font-size: 1em;
  margin: 0 0.25rem 0 0;
}
.spaces__accordion .active.title .dropdown.icon, .spaces__accordion .accordion .active.title .dropdown.icon {
  transform: rotate(90deg);
}
.spaces__accordion.menu .item .active.title &gt; .dropdown.icon {
  transform: rotate(90deg);
}
.spaces__accordion .active.content, .spaces__accordion .accordion .active.content {
  display: block;
}
.spaces__accordion-trigger {
  font-weight: lighter;
}
.spaces_select {
  background-color: #fff;
  border: solid 1px #adadad;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
.spaces_select:hover {
  border-color: #be5a13;
}
.spaces_select.open, .spaces_select:active, .spaces_select:focus {
  border-color: #be5a13;
}
.spaces_select::after {
  border-bottom: 2px solid #adadad;
  border-right: 2px solid #adadad;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.spaces_select.open:after {
  transform: rotate(-135deg);
}
.spaces_select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.spaces_select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}
.spaces_select.disabled:after {
  border-color: #cccccc;
}
.spaces_select.wide {
  width: 100%;
}
.spaces_select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.spaces_select.right {
  float: right;
}
.spaces_select.right .list {
  left: auto;
  right: 0;
}
.spaces_select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.spaces_select.small:after {
  height: 4px;
  width: 4px;
}
.spaces_select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.spaces_select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  left: 0;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: scale(0.75) translateY(-21px);
  transform-origin: 50% 0;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.spaces_select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.spaces_select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.spaces_select .option.focus, .spaces_select .option.selected.focus, .spaces_select .option:hover {
  background-color: #f6f6f6;
}
.spaces_select .option.selected {
  font-weight: bold;
}
.spaces_select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}
.no-csspointerevents .spaces_select .list {
  display: none;
}
.no-csspointerevents .spaces_select.open .list {
  display: block;
}
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-family: 'San Francisco', sans-serif;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  touch-action: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}
.datepicker-container::before, .datepicker-container::after {
  border: 5px solid transparent;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.datepicker-dropdown {
  border: 1px solid #e4e4e4;
  box-shadow: 0 3px 6px #e4e4e4;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}
.datepicker-inline {
  position: static;
}
.datepicker-top-left, .datepicker-top-right {
  border-top-color: #be5a13;
}
.datepicker-top-left::before, .datepicker-top-left::after, .datepicker-top-right::before, .datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}
.datepicker-top-left::before, .datepicker-top-right::before {
  border-bottom-color: #be5a13;
}
.datepicker-top-left::after, .datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}
.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #be5a13;
}
.datepicker-bottom-left::before, .datepicker-bottom-left::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}
.datepicker-bottom-left::before, .datepicker-bottom-right::before {
  border-top-color: #be5a13;
}
.datepicker-bottom-left::after, .datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}
.datepicker-top-right::before, .datepicker-top-right::after, .datepicker-bottom-right::before, .datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}
.datepicker-panel &gt; ul {
  margin: 0;
  padding: 0;
  width: 102%;
}
.datepicker-panel &gt; ul::before, .datepicker-panel &gt; ul::after {
  content: '';
  display: table;
}
.datepicker-panel &gt; ul::after {
  clear: both;
}
.datepicker-panel &gt; ul &gt; li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}
.datepicker-panel &gt; ul &gt; li:hover {
  background-color: #be5a13;
  color: #fff;
}
.datepicker-panel &gt; ul &gt; li.muted, .datepicker-panel &gt; ul &gt; li.muted:hover {
  color: #e4e4e4;
}
.datepicker-panel &gt; ul &gt; li.highlighted {
  background-color: #e4e4e4;
  color: #fff;
}
.datepicker-panel &gt; ul &gt; li.highlighted:hover {
  background-color: #be5a13;
  color: #fff;
}
.datepicker-panel &gt; ul &gt; li.picked, .datepicker-panel &gt; ul &gt; li.picked:hover {
  background-color: #be5a13;
  color: #fff;
  font-weight: 700;
}
.datepicker-panel &gt; ul &gt; li.disabled, .datepicker-panel &gt; ul &gt; li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}
.datepicker-panel &gt; ul &gt; li.disabled.highlighted, .datepicker-panel &gt; ul &gt; li.disabled:hover.highlighted {
  background-color: #adadad;
}
.datepicker-panel &gt; ul &gt; li[data-view="years prev"], .datepicker-panel &gt; ul &gt; li[data-view="year prev"], .datepicker-panel &gt; ul &gt; li[data-view="month prev"], .datepicker-panel &gt; ul &gt; li[data-view="years next"], .datepicker-panel &gt; ul &gt; li[data-view="year next"], .datepicker-panel &gt; ul &gt; li[data-view="month next"], .datepicker-panel &gt; ul &gt; li[data-view="next"] {
  font-size: 18px;
}
.datepicker-panel &gt; ul &gt; li[data-view="years current"], .datepicker-panel &gt; ul &gt; li[data-view="year current"], .datepicker-panel &gt; ul &gt; li[data-view="month current"] {
  width: 150px;
}
.datepicker-panel &gt; ul[data-view="years"] &gt; li, .datepicker-panel &gt; ul[data-view="months"] &gt; li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}
.datepicker-panel &gt; ul[data-view="week"] &gt; li, .datepicker-panel &gt; ul[data-view="week"] &gt; li:hover {
  background-color: #fff;
  cursor: default;
}
.datepicker-hide {
  display: none;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.spacesbox-active {
  height: auto;
}
.spacesbox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.spacesbox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.spacesbox-container * {
  box-sizing: border-box;
}
.spacesbox-outer, .spacesbox-inner, .spacesbox-bg, .spacesbox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.spacesbox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.spacesbox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.spacesbox-is-open .spacesbox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.spacesbox-infobar, .spacesbox-toolbar, .spacesbox-caption, .spacesbox-navigation .spacesbox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.spacesbox-show-infobar .spacesbox-infobar, .spacesbox-show-toolbar .spacesbox-toolbar, .spacesbox-show-caption .spacesbox-caption, .spacesbox-show-nav .spacesbox-navigation .spacesbox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.spacesbox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.spacesbox-toolbar {
  right: 0;
  top: 0;
}
.spacesbox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.spacesbox-is-open .spacesbox-stage {
  overflow: hidden;
}
.spacesbox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.spacesbox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.spacesbox-is-sliding .spacesbox-slide, .spacesbox-slide--previous, .spacesbox-slide--current, .spacesbox-slide--next {
  display: block;
}
.spacesbox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.spacesbox-slide--image::before {
  display: none;
}
.spacesbox-slide--html {
  padding: 6px;
}
.spacesbox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.spacesbox-slide--image .spacesbox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.spacesbox-can-zoomOut .spacesbox-content {
  cursor: zoom-out;
}
.spacesbox-can-zoomIn .spacesbox-content {
  cursor: zoom-in;
}
.spacesbox-can-swipe .spacesbox-content, .spacesbox-can-pan .spacesbox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.spacesbox-is-grabbing .spacesbox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.spacesbox-container [data-selectable='true'] {
  cursor: text;
}
.spacesbox-image, .spacesbox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.spacesbox-spaceball {
  z-index: 1;
}
.spacesbox-slide--video .spacesbox-content, .spacesbox-slide--map .spacesbox-content, .spacesbox-slide--pdf .spacesbox-content, .spacesbox-slide--iframe .spacesbox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.spacesbox-slide--video .spacesbox-content {
  background: #000;
}
.spacesbox-slide--map .spacesbox-content {
  background: #e5e3df;
}
.spacesbox-slide--iframe .spacesbox-content {
  background: #fff;
}
.spacesbox-video, .spacesbox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.spacesbox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.spacesbox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.spacesbox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.spacesbox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.spacesbox-button, .spacesbox-button:visited, .spacesbox-button:link {
  color: #ccc;
}
.spacesbox-button:hover {
  color: #fff;
}
.spacesbox-button:focus {
  outline: none;
}
.spacesbox-button.spacesbox-focus {
  outline: 1px dotted;
}
.spacesbox-button[disabled], .spacesbox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.spacesbox-button div {
  height: 100%;
}
.spacesbox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.spacesbox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.spacesbox-button--play svg:nth-child(2), .spacesbox-button--fsenter svg:nth-child(2) {
  display: none;
}
.spacesbox-button--pause svg:nth-child(1), .spacesbox-button--fsexit svg:nth-child(1) {
  display: none;
}
.spacesbox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.spacesbox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.spacesbox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.spacesbox-slide--html .spacesbox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.spacesbox-slide--image.spacesbox-is-scaling .spacesbox-content {
  overflow: hidden;
}
.spacesbox-is-scaling .spacesbox-close-small, .spacesbox-is-zoomable.spacesbox-can-pan .spacesbox-close-small {
  display: none;
}
/* Navigation arrows */
.spacesbox-navigation .spacesbox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.spacesbox-navigation .spacesbox-button div {
  padding: 7px;
}
.spacesbox-navigation .spacesbox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.spacesbox-navigation .spacesbox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.spacesbox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .spacesbox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.spacesbox-caption--separate {
  margin-top: -50px;
}
.spacesbox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.spacesbox-caption a, .spacesbox-caption a:link, .spacesbox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.spacesbox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.spacesbox-loading {
  animation: spacesbox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes spacesbox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.spacesbox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.spacesbox-fx-slide.spacesbox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.spacesbox-fx-slide.spacesbox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.spacesbox-fx-slide.spacesbox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.spacesbox-fx-fade.spacesbox-slide--previous, .spacesbox-fx-fade.spacesbox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.spacesbox-fx-fade.spacesbox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.spacesbox-fx-zoom-in-out.spacesbox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.spacesbox-fx-zoom-in-out.spacesbox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.spacesbox-fx-zoom-in-out.spacesbox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.spacesbox-fx-rotate.spacesbox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.spacesbox-fx-rotate.spacesbox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.spacesbox-fx-rotate.spacesbox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.spacesbox-fx-circular.spacesbox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.spacesbox-fx-circular.spacesbox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.spacesbox-fx-circular.spacesbox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.spacesbox-fx-tube.spacesbox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.spacesbox-fx-tube.spacesbox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.spacesbox-fx-tube.spacesbox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media (max-height: 576px) {
  .spacesbox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .spacesbox-slide--image {
    padding: 6px 0;
  }
  .spacesbox-close-small {
    right: -6px;
  }
  .spacesbox-slide--image .spacesbox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .spacesbox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .spacesbox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.spacesbox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.spacesbox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.spacesbox-share p {
  margin: 0;
  padding: 0;
}
.spacesbox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.spacesbox-share__button:visited, .spacesbox-share__button:link {
  color: #fff;
}
.spacesbox-share__button:hover {
  text-decoration: none;
}
.spacesbox-share__button--fb {
  background: #3b5998;
}
.spacesbox-share__button--fb:hover {
  background: #344e86;
}
.spacesbox-share__button--pt {
  background: #bd081d;
}
.spacesbox-share__button--pt:hover {
  background: #aa0719;
}
.spacesbox-share__button--tw {
  background: #1da1f2;
}
.spacesbox-share__button--tw:hover {
  background: #0d95e8;
}
.spacesbox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.spacesbox-share__button svg path {
  fill: #fff;
}
.spacesbox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.spacesbox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.spacesbox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.spacesbox-show-thumbs .spacesbox-thumbs {
  display: block;
}
.spacesbox-show-thumbs .spacesbox-inner {
  right: 212px;
}
.spacesbox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.spacesbox-thumbs-x .spacesbox-thumbs__list {
  overflow: hidden;
}
.spacesbox-thumbs-y .spacesbox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.spacesbox-thumbs-y .spacesbox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.spacesbox-thumbs-y .spacesbox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.spacesbox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.spacesbox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.spacesbox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.spacesbox-thumbs__list a.spacesbox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media (max-width: 576px) {
  .spacesbox-thumbs {
    width: 110px;
  }
  .spacesbox-show-thumbs .spacesbox-inner {
    right: 110px;
  }
  .spacesbox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
[data-spaces-tooltip] {
  position: relative;
}
[data-spaces-tooltip]::before, [data-spaces-tooltip]::after {
  backface-visibility: hidden;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(0, 0, 0);
  transform-origin: top;
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  will-change: transform;
  z-index: 10;
}
[data-spaces-tooltip]::before {
  background-size: 100% auto !important;
  content: '';
}
[data-spaces-tooltip]::after {
  background: rgba(17, 17, 17, 0.9);
  box-sizing: content-box;
  color: #fff;
  content: attr(data-spaces-tooltip);
  display: block;
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  padding: 16px 32px;
  text-transform: var(--microtip-text-transform, none);
  white-space: pre;
}
@media (min-width: 1024px) {
  [data-spaces-tooltip]:hover::before, [data-spaces-tooltip]:hover::after {
    opacity: 1;
    pointer-events: auto;
  }
}
[data-spaces-tooltip][data-microtip-position|="top"]::before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  height: 6px;
  margin-bottom: 5px;
  width: 18px;
}
[data-spaces-tooltip][data-microtip-position|="top"]::after {
  margin-bottom: 11px;
}
[data-spaces-tooltip][data-microtip-position|="top"]::before {
  bottom: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
[data-spaces-tooltip][data-microtip-position|="top"]:hover::before {
  transform: translate3d(-50%, -5px, 0);
}
[data-spaces-tooltip][data-microtip-position|="top"]::after {
  bottom: 100%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}
[data-spaces-tooltip][data-microtip-position="top"]:hover::after {
  transform: translate3d(-50%, -5px, 0);
}
[data-spaces-tooltip][data-microtip-position="top-left"]::after {
  bottom: 100%;
  transform: translate3d(calc(-100% + 16px), 0, 0);
}
[data-spaces-tooltip][data-microtip-position="top-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), -5px, 0);
}
[data-spaces-tooltip][data-microtip-position="top-right"]::after {
  bottom: 100%;
  transform: translate3d(calc(0% + -16px), 0, 0);
}
[data-spaces-tooltip][data-microtip-position="top-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), -5px, 0);
}
[data-spaces-tooltip][data-microtip-position|="bottom"]::before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  height: 6px;
  margin-bottom: 0;
  margin-top: 5px;
  width: 18px;
}
[data-spaces-tooltip][data-microtip-position|="bottom"]::after {
  margin-top: 11px;
}
[data-spaces-tooltip][data-microtip-position|="bottom"]::before {
  bottom: auto;
  left: 50%;
  top: 100%;
  transform: translate3d(-50%, -10px, 0);
}
[data-spaces-tooltip][data-microtip-position|="bottom"]:hover::before, [data-spaces-tooltip][data-microtip-position|="bottom"].tip-displayed::before {
  transform: translate3d(-50%, 0, 0);
}
[data-spaces-tooltip][data-microtip-position|="bottom"]::after {
  left: 50%;
  top: 100%;
  transform: translate3d(-50%, -10px, 0);
}
[data-spaces-tooltip][data-microtip-position="bottom"]:hover::after, [data-spaces-tooltip].tip-displayed::after {
  transform: translate3d(-50%, 0, 0);
}
[data-spaces-tooltip][data-microtip-position="bottom-left"]::after {
  top: 100%;
  transform: translate3d(calc(-100% + 16px), -10px, 0);
}
[data-spaces-tooltip][data-microtip-position="bottom-left"]:hover::after {
  transform: translate3d(calc(-100% + 16px), 0, 0);
}
[data-spaces-tooltip][data-microtip-position="bottom-right"]::after {
  top: 100%;
  transform: translate3d(calc(0% + -16px), -10px, 0);
}
[data-spaces-tooltip][data-microtip-position="bottom-right"]:hover::after {
  transform: translate3d(calc(0% + -16px), 0, 0);
}
[data-spaces-tooltip][data-microtip-position="left"]::before, [data-spaces-tooltip][data-microtip-position="left"]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  transform: translate3d(10px, -50%, 0);
}
[data-spaces-tooltip][data-microtip-position="left"]::before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  height: 18px;
  margin-bottom: 0;
  margin-right: 5px;
  width: 6px;
}
[data-spaces-tooltip][data-microtip-position="left"]::after {
  margin-right: 11px;
}
[data-spaces-tooltip][data-microtip-position="left"]:hover::before, [data-spaces-tooltip][data-microtip-position="left"]:hover::after, [data-spaces-tooltip][data-microtip-position="left"].tip-displayed::before, [data-spaces-tooltip][data-microtip-position="left"].tip-displayed::after {
  transform: translate3d(0, -50%, 0);
}
[data-spaces-tooltip][data-microtip-position="right"]::before, [data-spaces-tooltip][data-microtip-position="right"]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  transform: translate3d(-10px, -50%, 0);
}
[data-spaces-tooltip][data-microtip-position="right"]::before {
  background: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E') no-repeat;
  height: 18px;
  margin-bottom: 0;
  margin-left: 5px;
  width: 6px;
}
[data-spaces-tooltip][data-microtip-position="right"]::after {
  margin-left: 11px;
}
[data-spaces-tooltip][data-microtip-position="right"]:hover::before, [data-spaces-tooltip][data-microtip-position="right"]:hover::after {
  transform: translate3d(0, -50%, 0);
}
[data-spaces-tooltip][data-microtip-size="small"]::after {
  white-space: initial;
  width: 80px;
}
[data-spaces-tooltip][data-microtip-size="medium"]::after {
  white-space: initial;
  width: 150px;
}
[data-spaces-tooltip][data-microtip-size="large"]::after {
  white-space: initial;
  width: 260px;
}
.spaces__color-primary {
  color: #be5a13;
}
.spaces__color-secondary {
  color: #11181f;
}
.spaces__color-tertiary {
  color: #3cbedb;
}
.spaces__color-highlight {
  color: #11181f;
}
.spaces__color-grey-1 {
  color: #f9f9f9;
}
.spaces__color-grey-2 {
  color: #e4e4e4;
}
.spaces__color-grey-3 {
  color: #adadad;
}
.spaces__color-grey-4 {
  color: #545454;
}
.spaces__color-grey-5 {
  color: #1d1e21;
}
[class^='spaces__label'], [class*='spaces__label'] {
  font-family: San Francisco, sans-serif;
}
.spaces__label-xl {
  font-size: 32px;
}
.spaces__label-l {
  font-size: 20px;
}
.spaces__label-m {
  font-size: 14px;
}
.spaces__label-s {
  font-size: 12px;
}
.spaces__label-xs {
  font-size: 9px;
}
[class^='spaces__paragraph'], [class*='spaces__paragraph'] {
  line-height: 24px;
}
.spaces__paragraph-xl {
  font-size: 32px;
}
.spaces__paragraph-l {
  font-size: 20px;
}
.spaces__paragraph-m {
  font-size: 14px;
}
.spaces__paragraph-s {
  font-size: 12px;
}
.spaces__paragraph-xs {
  font-size: 9px;
}
.spaces__bold {
  font-weight: 700;
}
[class^='spaces__button'] {
  border: 2px solid #e4e4e4;
  border-radius: 2px;
  color: #1d1e21;
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 16px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 0.3s ease-in-out;
  white-space: nowrap;
}
[class^='spaces__button'] [class^='spaces__icon'] {
  margin-right: 8px;
}
[class^='spaces__button']:hover, [class^='spaces__button']:focus {
  border-color: rgba(0, 0, 0, 0.4);
  outline: 0;
}
.spaces__button-primary {
  background-color: #be5a13;
  border: 2px solid #be5a13;
  color: #fff;
}
.spaces__button-primary-inverted {
  background-color: #fff;
  border: 2px solid #be5a13;
  color: #be5a13;
}
.spaces__button.spaces__active {
  background-color: #be5a13;
  border: 2px solid #be5a13;
  color: #fff;
}
.spaces__button.spaces__disabled {
  border: 2px solid #e4e4e4;
}
[class^='spaces__link'] {
  text-decoration: none;
}
[class^='spaces__link']:focus {
  border: 1px dotted #1d1e21;
}
[class^='spaces__figure'] {
  margin: 0;
}
[class^='spaces__anchor'] {
  text-decoration: none;
}
.spaces__ul {
  margin: 0;
  padding: 0;
}
.spaces__anchor {
  color: #adadad;
  text-decoration: none;
}
.spaces__anchor.spaces__active {
  color: #be5a13;
}
.spaces__date {
  border: 0 !important;
  font-size: 14px;
  height: 50%;
  padding: 0 !important;
  width: 75%;
}
.spaces__date:focus {
  outline: 0;
}
[class^='spaces__badge'] {
  background-color: #f9f9f9;
  border-radius: 2px;
  color: #adadad;
  cursor: pointer;
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.9px;
  padding: 6px 8px 4px;
  text-transform: uppercase;
}
.spaces__badge-secondary {
  background-color: #11181f;
  color: #1d1e21;
}
.spaces__badge-tertiary {
  background-color: #3cbedb;
  color: #fff;
}
.spaces__badge-featured {
  background-color: #3cbedb;
  color: #fff;
  display: none;
  left: 10px;
  position: absolute;
  top: 10px;
}
.spaces__badge-special {
  background-color: #11181f;
  color: #fff;
  display: none;
  left: 85px;
  position: absolute;
  top: 10px;
}
.spaces__hidden {
  display: none;
}
.spaces__disabled {
  cursor: not-allowed;
}
.spaces__tt-none {
  text-transform: none;
}
.spaces__tt-upper {
  text-transform: uppercase;
}
.spaces___text-center {
  text-align: center;
}
.spaces___text-left {
  text-align: left;
}
.spaces___text-right {
  text-align: right;
}
.spaces__header {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.spaces__control {
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin: 0 8px 35px;
  padding-bottom: 25px;
  padding-top: 60px;
}
@media (min-width: 1024px) {
  .spaces__control {
    flex-direction: row;
    justify-content: space-between;
  }
}
.spaces__control-filters {
  display: none;
  flex-direction: column;
  justify-content: center;
}
.spaces__control-filters.toggled {
  display: inline-flex;
}
@media (min-width: 1024px) {
  .spaces__control-filters {
    display: inline-flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
.spaces__control-filters &gt; div {
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .spaces__control-filters &gt; div {
    margin-right: 10px;
  }
}
.spaces__control-filters [class^='spaces__button'] {
  padding: 13px;
}
.spaces__control-filters__filter {
  text-align: center;
}
.spaces__control-tabs {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .spaces__control-tabs {
    border-left: 1px solid #e4e4e4;
    flex-direction: row;
    padding-left: 30px;
  }
}
.spaces__control-tabs__tab:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 1024px) {
  .spaces__control-tabs__tab:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.spaces__control-tabs [class^="spaces__button"] {
  padding: 8px 16px;
}
.spaces__control-lease-date {
  border: 0;
  width: 125px;
}
.spaces__control .spaces__select {
  width: 100%;
}
@media (min-width: 1024px) {
  .spaces__control .spaces__select {
    width: unset;
  }
}
.spaces__control .spaces__movein {
  width: 100%;
}
@media (min-width: 1024px) {
  .spaces__control .spaces__movein {
    width: 150px;
  }
}
@media (min-width: 1024px) {
  .spaces__control .spaces__mft {
    display: none;
  }
}
.spaces__movein {
  background-color: #fff;
  border: solid 1px #adadad;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  position: relative;
  text-align: left;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 150px;
}
.spaces__movein:hover, .spaces__movein:focus-within {
  border-color: #be5a13;
}
.spaces__movein.has_date::after {
  align-items: center;
  color: #adadad;
  content: '';
  display: flex;
  font-family: 'spaces-icon-font';
  font-size: 10px;
  height: 15px;
  position: absolute;
  right: 12px;
  top: 12px;
  width: 12px;
}
.spaces__status {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin: 0 8px 45px;
}
@media (min-width: 1024px) {
  .spaces__status {
    flex-direction: row;
    justify-content: space-between;
  }
}
.spaces__status &gt; div:not(:last-child) {
  margin-bottom: 20px;
}
.spaces__status-sort {
  align-items: center;
  display: none;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .spaces__status-sort {
    display: flex;
    flex-direction: row;
  }
}
.spaces__status-sort.toggled {
  display: flex;
}
@media (min-width: 1024px) {
  .spaces__status-sort__control {
    margin-left: 10px;
  }
}
.spaces__status-sort__label {
  display: inline-block;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .spaces__status-sort__label {
    margin-bottom: 0;
  }
}
.spaces__sort {
  align-items: center;
  background-color: #e4e4e4;
  display: flex;
  height: 37px;
}
.spaces__status-no-results {
  background-color: #f9f9f9;
  padding: 32px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.spaces__plan {
  border: 1px solid #e4e4e4;
  border-radius: 2px;
  box-sizing: border-box;
  margin: 8px;
  max-width: calc(100% - 16px);
  position: relative;
  width: 100%;
}
.spaces__plan::before {
  background-color: #be5a13;
  content: '';
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  transition: height 0.3s ease-in-out;
  width: 100%;
  z-index: 99;
}
@media (min-width: 992px) {
  .spaces__plan {
    max-width: calc(25% - 16px);
  }
}
.spaces__plan:hover::before, .spaces__plan:focus::before, .spaces__plan:focus-within::before {
  height: 4px;
}
.spaces__plan.featured .spaces__badge-featured {
  display: inline-flex;
}
.spaces__plan.special .spaces__badge-special {
  display: inline-flex;
}
.spaces__plan__figure {
  position: relative;
}
.spaces__plan__info {
  background-color: #f9f9f9;
  border-top: 1px solid #e4e4e4;
  color: #545454;
  padding: 24px;
}
.spaces__plan__name {
  color: #1d1e21;
  display: inline-block;
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 8px;
}
.spaces__plan__availability {
  color: #545454;
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 24px;
}
.spaces__plan__attributes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.spaces__unit {
  background-color: #fff;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
}
.spaces__unit:focus-within {
  border-color: #be5a13;
}
.spaces__unit.spaces__focused {
  border-color: #be5a13;
}
@media (min-width: 1024px) {
  .spaces__unit {
    flex-direction: row;
  }
}
.spaces__unit-column {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  padding: 16px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
.spaces__unit-column:not(:last-of-type) {
  border-bottom: 1px solid #e4e4e4;
}
@media (min-width: 1024px) {
  .spaces__unit-column {
    padding: 16px 24px;
  }
  .spaces__unit-column:not(:last-of-type) {
    border-bottom: 0;
    border-right: 1px solid #e4e4e4;
  }
}
.spaces__unit-column__label {
  color: #adadad;
  display: block;
  font-size: 9px;
  font-weight: bold;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.spaces__unit-availability {
  justify-content: space-between;
  text-align: left;
}
.spaces__unit-number {
  background-color: #e4e4e4;
  position: relative;
  width: 100%;
}
@media (min-width: 1024px) {
  .spaces__unit-number {
    background-color: unset;
    width: max-content;
  }
}
.spaces__unit-number-special {
  left: 10px;
  position: absolute !important;
}
@media (min-width: 1024px) {
  .spaces__unit-number-special {
    left: 15px;
    top: -10px;
  }
}
.spaces__unit-plan-info .spaces__plan__attributes {
  justify-content: space-between;
  margin-bottom: 0;
  width: 100%;
}
.spaces__unit-plan-info .spaces__label-icon {
  margin-right: 0;
}
.spaces__unit-detail-controls {
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .spaces__unit-detail-controls {
    padding: 16px 13px;
  }
}
.spaces__unit-availability [data-spaces-control] {
  display: inline-block;
  margin-right: 20px;
}
.spaces__unit-availability .spaces__select {
  border: 0;
  color: #be5a13;
  padding-left: 0;
}
.spaces__unit-availability .spaces__select::after {
  border-bottom: 2px solid #be5a13;
  border-right: 2px solid #be5a13;
  margin-top: -6px;
}
.spaces__detail {
  width: 100%;
}
.spaces__detail-content-container {
  align-items: flex-start;
  border-bottom: 1px solid #e4e4e4;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  width: 100%;
}
@media (min-width: 992px) {
  .spaces__detail-content-container {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.spaces__detail-header {
  padding: 50px 0;
}
.spaces__detail-figure {
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  position: relative;
}
.spaces__detail-figure__badges {
  bottom: 16px;
  left: 16px;
  position: absolute;
  text-decoration: none;
}
.spaces__detail-content {
  margin: 0 25px;
  max-width: calc(100% - 50px);
}
@media (min-width: 992px) {
  .spaces__detail-content {
    margin-left: 54px;
    margin-right: 0;
    max-width: calc(60% - 54px);
  }
}
.spaces__detail-name {
  margin: 16px 0;
}
.spaces__detail-description {
  margin-bottom: 16px;
  max-width: 450px;
}
.spaces__detail-visuals {
  display: flex;
  flex-direction: column;
  margin: 0 25px;
  max-width: calc(100% - 50px);
  width: 100%;
}
@media (min-width: 992px) {
  .spaces__detail-visuals {
    margin-left: 0;
    margin-right: 54px;
    max-width: calc(40% - 54px);
  }
}
.spaces__detail-controls__share {
  display: flex;
  margin-bottom: 40px;
}
.spaces__detail-controls__share [class^='spaces__button'] {
  width: 216px;
}
.spaces__detail-controls__share [class^='spaces__button']:last-child {
  margin-left: 8px;
}
.spaces__detail-controls__view {
  display: flex;
  margin-bottom: 16px;
}
.spaces__detail-controls__view [class^='spaces__button'] {
  width: 100%;
}
.spaces__detail-overview {
  border-top: 1px solid #e4e4e4;
}
.spaces__detail-overview .spaces__plan__attributes {
  margin-bottom: 0;
}
.spaces__detail-overview .spaces__label-icon__icon {
  margin: 0 8px 4px 0;
}
.spaces__detail-starting-at {
  margin-bottom: 25px;
}
.spaces__detail-starting-at__label {
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.spaces__detail-amenities .spaces__accordion {
  margin-bottom: 40px;
  max-width: 512px;
}
.spaces__detail-amenities__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 16px;
}
.spaces__detail-amenities__list .spaces__li {
  list-style: disc;
  margin-bottom: 24px;
  width: 50%;
}
.spaces__detail-list {
  padding-bottom: 80px;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .spaces__detail-list {
    margin: 0;
  }
}
.spaces__detail-map {
  padding-bottom: 80px;
  padding-top: 60px;
}
@media (min-width: 992px) {
  .spaces__detail-map {
    margin: 0;
  }
}
.spaces__detail-list__status {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  width: 100%;
}
.spaces__detail-list__status-view .spaces__anchor:first-child {
  margin-right: 10px;
}
.spaces__detail-list__status-count__unavailable {
  display: block;
  margin-bottom: 40px;
}
.spaces__detail.has_tour .spaces__detail-controls__view [class^='spaces__button'] {
  width: 216px;
}
.spaces__detail.has_tour .spaces__detail-controls__view [class^='spaces__button']:last-child {
  margin-left: 8px;
}
.spaces__link-return {
  text-transform: uppercase;
}
.spaces__link-return::before {
  content: '';
  display: inline-block;
  font-family: 'spaces-icon-font';
  margin-right: 16px;
  transition: margin 0.3s ease-in-out;
}
.spaces__link-return:hover::before, .spaces__link-return:focus::before {
  margin-right: 8px;
}
body.single-spaces-property {
  margin: 0;
  padding: 0;
}
.spaces__override {
  display: flex;
  justify-content: center;
}
.spaces__container {
  margin: 0 15px;
  max-width: 1088px;
  width: calc(100% - 30px);
}
@media (min-width: 992px) {
  .spaces__container {
    margin: 0 auto;
    width: 100%;
  }
}
.spaces__tab {
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) {
  .spaces__tab {
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.spaces__img {
  display: block;
  max-width: 100%;
}
.spaces__label-icon {
  display: flex;
  flex-direction: row;
  font-size: 14px;
  margin-right: 16px;
}
.spaces__label-icon__icon {
  color: #adadad;
  margin: 0 8px 4px 4px;
}
.spaces__disclaimer {
  padding: 50px 0;
  text-align: center;
}
.spaces__realpage {
  width: 100%;
}
.spaces__sightmap {
  min-height: 100vh;
  width: 100%;
}
.spaces__placeholder {
  margin: 0 auto;
  max-width: 1088px;
  width: 100%;
}
.spaces__lease-date {
  color: #be5a13;
  font-size: 16px;
  width: 90px;
}
.spaces__lease-date::after {
  border-bottom: 2px solid #be5a13;
  border-right: 2px solid #be5a13;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.spaces__lease-term-container {
  font-family: San Francisco, sans-serif;
  max-width: calc(1088px - 50%);
  padding: 44px 44px 0;
  text-align: center;
  width: 100%;
}
@media (min-width: 992px) {
  .spaces__lease-term-container {
    min-width: 375px;
  }
}
.spaces__lease-term-container__section {
  margin-bottom: 20px;
}
.spaces__lease-term-container .spaces__date {
  color: #be5a13;
  text-align: center;
  text-transform: uppercase;
}
.spaces__lease-term-container .datepicker-inline {
  margin: 0 auto;
}
.spaces__lease-term-container .spaces__select .list {
  max-height: 150px;
  overflow-y: scroll;
}
.spaces__lease-term-container__heading {
  border-bottom: 1px solid #adadad;
  color: #adadad;
  padding-bottom: 10px;
  text-transform: uppercase;
}
.spaces__opener {
  position: relative;
}
.spaces__opener::after {
  border-bottom: 2px solid #be5a13;
  border-right: 2px solid #be5a13;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: -14px;
  top: 40%;
  transform: rotate(45deg);
  transform-origin: 66% 66%;
  transition: all 0.15s ease-in-out;
  width: 5px;
}
.spaces__opener.open::after {
  transform: rotate(-135deg);
}
.spaces__control-filters__custom {
  max-width: calc(1088px - 50%);
  padding: 44px 24px;
  width: 100%;
}
.spaces__control-filters__custom .spaces__control-filters__filter {
  width: 100%;
}
.spaces__select-embed {
  border: 0;
  height: 0;
  padding: 0;
  width: 100%;
}
.spaces__select-embed::after {
  display: none;
}
.spaces__select-embed ul.list {
  border: 0;
  box-shadow: none;
  margin: 0;
  opacity: 1;
  pointer-events: auto;
  position: relative;
  transform: scale(1) translateY(0);
  width: 100%;
}
.spaces__select-embed li.option {
  align-items: center;
  display: flex;
  padding: 0;
}
.spaces__select-embed li.option::before {
  border: 1px solid #adadad;
  content: '';
  display: inline-flex;
  height: 20px;
  margin-right: 20px;
  width: 20px;
}
.spaces__select-embed li.option.selected::before {
  background-color: #be5a13;
}
.spaces__select-embed li.option[data-value="*"] {
  display: none;
}
.spaces__select-embed .current {
  display: none;
}
.spaces__custom-filter__lable {
  border-top: 1px solid #adadad;
  box-sizing: border-box;
  display: block;
  margin: 0 -24px;
  padding-left: 24px;
  padding-top: 15px;
}
.spaces__mft i.spaces__icon-filters {
  margin: 0;
}
.spaces-unavailble__heading {
  padding: 0 16px;
}
.spaces-unavailble__plans {
  display: flex;
  position: relative;
  width: 100%;
}
</pre></body></html>