@charset "UTF-8";
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

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

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

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

.fancybox-bg {
  background: #fff;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 1;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  z-index: 99997; }

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

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

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

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

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

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

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

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

.fancybox-slide--next {
  z-index: 99995; }

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

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

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

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

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

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

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

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

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

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

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

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

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px; }

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

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

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

.fancybox-iframe {
  vertical-align: top; }

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

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

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px; }

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

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

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

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

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

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

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

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

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

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

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

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

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

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

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

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

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

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

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

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

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

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

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

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  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: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

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

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

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

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

.fancybox-thumbs-x > ul {
  overflow: hidden; }

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

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  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; }

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

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }

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

  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  border: none; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:active {
  opacity: 1; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 30%;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.07); }

.flickity-prev-next-button.previous {
  left: -20px;
  background: #fff url(../images/icon-arrow-left.svg) center center no-repeat; }

.flickity-prev-next-button.next {
  right: -20px;
  background: #fff url(../images/icon-arrow-right.svg) center center no-repeat; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
  background: #fff url(../images/icon-arrow-left.svg) center center no-repeat; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
  background: #fff url(../images/icon-arrow-right.svg) center center no-repeat; }

.flickity-prev-next-button .flickity-button-icon {
  display: none; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  line-height: 1.2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.container {
  position: relative;
  width: 100%;
  max-width: 1688px;
  margin: 0 auto;
  padding: 0 70px;
  box-sizing: border-box; }

/* For devices larger than 400px */
.row {
  width: 100%;
  display: flex; }
  .row.left [class*="col-"] {
    margin: 0; }

.col-1 {
  width: 8.33%; }

.col-2 {
  width: 16.66%; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33%; }

.col-5 {
  width: 41.66%; }

.col-6 {
  width: 50%; }

.col-7 {
  width: 58.33%; }

.col-8 {
  width: 66.66%; }

.col-9 {
  width: 75%; }

.col-10 {
  width: 83.33%; }

.col-11 {
  width: 91.66%; }

.col-12 {
  width: 100%; }

[class*="col-"] {
  padding: 0 16px;
  margin: 0 auto; }

@media (max-width: 1024px) {
  .container {
    padding: 0 30px;
    width: 100%; }

  [class*="col-"] {
    width: 100%;
    padding: 0 30px; } }
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  color: #555;
  text-align: center;
  text-decoration: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  box-sizing: border-box; }

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

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

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

input:focus::-webkit-input-placeholder {
  color: transparent !important; }

input:focus:-moz-placeholder {
  color: transparent !important; }

/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important; }

/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important; }

/* IE 10+ */
::-webkit-input-placeholder, header.dark.off-top ::-webkit-input-placeholder, header.dark .overlay-open ::-webkit-input-placeholder {
  color: #AAAAAA; }

:-moz-placeholder, header.dark.off-top :-moz-placeholder, header.dark .overlay-open :-moz-placeholder {
  color: #AAAAAA; }

::-moz-placeholder, header.dark.off-top ::-moz-placeholder, header.dark .overlay-open ::-moz-placeholder {
  color: #AAAAAA; }

:-ms-input-placeholder, header.dark.off-top :-ms-input-placeholder, header.dark .overlay-open :-ms-input-placeholder {
  color: #AAAAAA; }

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  margin: 0;
  padding: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }

th:first-child,
td:first-child {
  padding-left: 0; }

th:last-child,
td:last-child {
  padding-right: 0; }

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf:after, .content-inner:after {
  content: "";
  display: table;
  clear: both; }

/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
body {
  font-size: 19px;
  line-height: 27px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #0D2130;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.no-overflow {
    overflow-y: hidden !important;
    height: 100% !important; }

* {
  box-sizing: border-box; }

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-style: normal;
  font-family: proxima-sera, sans-serif; }

em {
  font-style: italic; }

strong {
  font-weight: 600; }

h1, .h1-style {
  font-family: proxima-sera, sans-serif;
  font-weight: 300;
  font-size: 55px;
  line-height: 60px;
  padding-bottom: 24px; }

h2, .h2-style {
  font-size: 55px;
  line-height: 60px;
  padding-bottom: 30px; }

h3, .h3-style {
  font-size: 33px;
  line-height: 38px;
  padding-bottom: 30px; }

p {
  margin: 0;
  padding-bottom: 30px; }

.with-rule-below {
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 20px;
  margin-bottom: 20px; }

p:last-child {
  padding: 0 !important; }

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

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  transition: color 0.4s ease;
  color: #ED424A;
  text-decoration: none; }

a:hover {
  color: #ED424A; }

p a {
  transition: color 0.4s ease;
  text-decoration: underline; }
  p a:hover {
    color: #ED424A; }

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button, input[type="submit"], input[type="reset"], .propertyhive-views a {
  display: inline-flex;
  position: relative;
  line-height: 1;
  align-items: center;
  transition: all ease 0.4s;
  color: #ED424A;
  font-size: 17px;
  text-decoration: none;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 5px;
  border: 1px solid #ED424A;
  text-transform: uppercase;
  text-align: center; }
  .button:hover, .button.active, input[type="submit"]:hover, input[type="submit"].active, input[type="reset"]:hover, input[type="reset"].active, .propertyhive-views a:hover, .propertyhive-views a.active {
    color: #fff;
    background: #ED424A; }
  .button.download, input[type="submit"].download, input[type="reset"].download, .propertyhive-views a.download {
    padding-left: 30px;
    position: relative; }
    .button.download:before, .button.download:after, input[type="submit"].download:before, input[type="submit"].download:after, input[type="reset"].download:before, input[type="reset"].download:after, .propertyhive-views a.download:before, .propertyhive-views a.download:after {
      position: absolute;
      display: block;
      content: '';
      width: 15px;
      height: 14px;
      top: 8px;
      left: 7px;
      transition: opacity ease 0.4s; }
    .button.download:before, input[type="submit"].download:before, input[type="reset"].download:before, .propertyhive-views a.download:before {
      background: url("../images/icon-download-red.svg"); }
    .button.download:after, input[type="submit"].download:after, input[type="reset"].download:after, .propertyhive-views a.download:after {
      background: url("../images/icon-download-white.svg");
      opacity: 0; }
    .button.download:hover:after, input[type="submit"].download:hover:after, input[type="reset"].download:hover:after, .propertyhive-views a.download:hover:after {
      opacity: 1; }

.tab-wrap {
  display: flex;
  flex-wrap: wrap; }
  .tab-wrap.small .tab-item, .tab-wrap.small li a {
    font-size: 14px;
    padding: 0 10px 0 0; }
    .tab-wrap.small .tab-item:before, .tab-wrap.small li a:before {
      font-size: 22px;
      margin: 0 8px 0 5px; }

.tab-item, .specialisms-wrap li a {
  padding: 3px 15px 3px 0;
  color: #ED424A;
  border: 1px solid #ED424A;
  border-radius: 5px;
  text-transform: uppercase;
  margin: 0 7px 7px 0;
  display: flex;
  transition: all ease 0.4s; }
  .tab-item:before, .specialisms-wrap li a:before {
    content: '+';
    font-size: 27px;
    margin: 0 10px 0 7px; }

a.tab-item:hover, a.tab-item.active, .specialisms-wrap li a:hover, .specialisms-wrap li.current_page_item a {
  background: #ED424A;
  color: #fff; }
  a.tab-item:hover:before, a.tab-item.active:before, .specialisms-wrap li a:hover:before, .specialisms-wrap li.current_page_item a:before {
    color: #fff; }

a.tab-item.active:before, .specialisms-wrap li.current_page_item a:before {
  font-size: 17px !important;
  line-height: 130%;
  content: '–'; }

.tab-wrap.sector .tab-item {
  padding: 2px 8px;
  color: #456E7D;
  border: 1px solid #456E7D;
  font-size: 16px;
  text-transform: none; }
  .tab-wrap.sector .tab-item:before {
    display: none; }

#default .copy ul {
  list-style: disc;
  padding-left: 15px;
  margin-bottom: 20px; }
  #default .copy ul li {
    margin-bottom: 5px;
    padding: 0; }
    #default .copy ul li:last-child {
      margin: 0; }
    #default .copy ul li:before {
      display: none; }

.copy-wrap ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px; }
  .copy-wrap ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 7px; }
    .copy-wrap ul li:before {
      content: '–';
      color: #ED424A;
      position: absolute;
      left: 0;
      top: 0; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%; }

.flex {
  display: flex;
  width: 100%; }

.rc {
  overflow: hidden;
  border-radius: 10px; }

.bg-video, .bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .bg-video video, .bg-image video {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.video-bg-auto video {
  width: auto;
  height: 100vh; }

.bg-image {
  background-size: cover;
  background-position: center center; }

.img-hover {
  display: block;
  overflow: hidden; }
  .img-hover img, .img-hover .bg-image {
    transition: transform ease-in-out 0.5s; }
  .img-hover:hover img, .img-hover:hover .bg-image {
    transform: scale(1.04); }

header {
  position: fixed;
  width: 100%;
  max-width: 1920px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 46px 50px 0 50px;
  z-index: 200; }
  header.reduced {
    pointer-events: none; }
    header.reduced .inner .logo .logo-white, header.reduced .inner .logo .logo-black, header.reduced .inner .logo .logomark {
      top: -125px; }
    header.reduced .inner .menu-header-menu-container {
      top: -125px; }
  header.home .inner .logo .logo-black {
    opacity: 0; }
  header.home .inner .logo .logo-white {
    opacity: 1; }
  header.home .inner .menu-header-menu-container ul li a {
    color: #fff; }
  header .inner {
    justify-content: space-between; }
    header .inner .logo {
      width: 245px;
      height: 79px;
      position: relative; }
      header .inner .logo .logo-black {
        opacity: 1; }
      header .inner .logo .logo-white {
        opacity: 0; }
      header .inner .logo div {
        position: absolute;
        top: 0;
        left: 0;
        width: 245px;
        height: 79px;
        transition: top ease 0.4s; }
    header .inner .menu-wrap {
      position: relative;
      display: flex;
      padding-top: 15px; }
      header .inner .menu-wrap #nav-trigger {
        display: block;
        position: relative;
        overflow: hidden;
        text-indent: -9999px;
        width: 63px;
        height: 40px;
        background: url("../images/menu-trigger.svg") 0 0 no-repeat;
        margin-left: 40px;
        pointer-events: auto; }
    header .inner .menu-header-menu-container {
      position: relative;
      top: 0;
      transition: top ease 0.4s; }
      header .inner .menu-header-menu-container ul {
        list-style: none;
        padding: 10px 0 0 0;
        margin: 0;
        display: flex; }
        header .inner .menu-header-menu-container ul li {
          position: relative;
          font-size: 19px;
          line-height: 1;
          margin-right: 35px; }
          header .inner .menu-header-menu-container ul li a {
            position: relative;
            display: inline-flex;
            color: #0D2130;
            transition: color 0.4s ease; }
            header .inner .menu-header-menu-container ul li a:after {
              position: absolute;
              right: 0;
              top: 1px;
              display: block;
              content: '';
              width: 20px;
              height: 20px;
              background-size: 20px;
              transition: all 0.4s ease; }
            header .inner .menu-header-menu-container ul li a:hover {
              color: #ED424A; }
              header .inner .menu-header-menu-container ul li a:hover:after {
                right: -3px;
                top: -2px; }
          header .inner .menu-header-menu-container ul li.current_page_item a, header .inner .menu-header-menu-container ul li.current-page-ancestor a {
            color: #ED424A; }
          header .inner .menu-header-menu-container ul li .sub-menu {
            position: absolute;
            top: 60px;
            left: -20px;
            background: #505955;
            padding: 20px;
            border-radius: 10px;
            flex-direction: column; }
            header .inner .menu-header-menu-container ul li .sub-menu li {
              margin: 0 0 20px 0; }
              header .inner .menu-header-menu-container ul li .sub-menu li:last-child {
                margin-bottom: 0; }

#nav-overlay {
  width: 358px;
  background: #ED424A;
  border-radius: 6px;
  padding: 50px 34px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  display: none;
  pointer-events: auto; }
  #nav-overlay .close {
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 31px;
    height: 30px;
    background: url("../images/icon-menu-close-v2.svg") 0 0 no-repeat;
    background-size: 31px auto; }
  #nav-overlay ul {
    display: block;
    list-style: none;
    margin: 160px 0 0 0;
    padding: 0;
    border-top: 1px solid #E2E2E2; }
    #nav-overlay ul li {
      border-bottom: 1px solid #E2E2E2;
      padding: 5px; }
      #nav-overlay ul li a {
        color: #F5F5F2;
        font-family: proxima-sera, sans-serif;
        font-size: 25px;
        font-weight: 300;
        line-height: 38px;
        /* 152% */
        transition: color ease 0.4s; }
        #nav-overlay ul li a:hover {
          color: #0D2130; }
      #nav-overlay ul li.current_page_item a {
        color: #0D2130; }

footer {
  background: #0D2130;
  color: #D9D9D9; }
  footer h2 {
    font-family: proxima-nova, sans-serif;
    color: #fff;
    font-size: 17px;
    line-height: 100%;
    letter-spacing: 0.01em;
    text-transform: uppercase; }
  footer p, footer li {
    font-size: 16px;
    line-height: 22px; }
    footer p a, footer li a {
      color: #D9D9D9; }
      footer p a:hover, footer li a:hover {
        color: #ED424A; }
  footer .top {
    border-bottom: 1px solid #456E7D; }
    footer .top .left {
      padding: 70px 70px 70px calc((100vw - 1550px) / 2);
      border-right: 1px solid #456E7D;
      width: 40%; }
      footer .top .left .location {
        width: 60%; }
      footer .top .left .sitemap {
        width: 40%; }
        footer .top .left .sitemap ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          footer .top .left .sitemap ul li {
            margin-bottom: 10px; }
    footer .top .right {
      padding: 70px calc((100vw - 1550px) / 2) 70px 70px;
      width: 60%;
      justify-content: space-between; }
      footer .top .right .signup {
        width: calc(100% - 344px);
        max-width: 480px; }
      footer .top .right .contact {
        width: 244px; }
        footer .top .right .contact a {
          text-decoration: none; }
        footer .top .right .contact .footer-logo {
          margin-top: 60px; }
  footer .bottom {
    justify-content: space-between;
    padding: 30px 0 50px 0; }
    footer .bottom .left {
      width: 40%;
      padding: 0 20px 0 calc((100vw - 1550px) / 2);
      align-items: center;
      justify-content: space-between; }
      footer .bottom .left .rics-logo {
        width: 148px; }
      footer .bottom .left p {
        width: calc(100% - 180px);
        padding: 0 10px 2px 0; }
    footer .bottom .right {
      padding: 0 calc((100vw - 1550px) / 2) 0 60px;
      width: 60%;
      justify-content: space-between;
      align-items: center; }
      footer .bottom .right ul {
        display: flex;
        list-style: none;
        margin: 0;
        padding: 0; }
        footer .bottom .right ul li {
          margin: 0 10px; }
          footer .bottom .right ul li.current_page_item a {
            color: #ED424A; }

.fs-s1 .flex-direction-nav, .fs-s2 .flex-direction-nav {
  position: absolute;
  width: 100%;
  height: 33px;
  top: 50%;
  left: 0;
  transform: translateY(-50%); }
  .fs-s1 .flex-direction-nav .flex-nav-prev, .fs-s1 .flex-direction-nav .flex-nav-next, .fs-s2 .flex-direction-nav .flex-nav-prev, .fs-s2 .flex-direction-nav .flex-nav-next {
    position: absolute;
    width: 19px;
    height: 33px; }
    .fs-s1 .flex-direction-nav .flex-nav-prev a, .fs-s1 .flex-direction-nav .flex-nav-next a, .fs-s2 .flex-direction-nav .flex-nav-prev a, .fs-s2 .flex-direction-nav .flex-nav-next a {
      display: block;
      width: 19px;
      height: 33px;
      transition: opacity ease 0.4s;
      pointer-events: auto;
      text-indent: -9999px; }
      .fs-s1 .flex-direction-nav .flex-nav-prev a.flex-disabled, .fs-s1 .flex-direction-nav .flex-nav-next a.flex-disabled, .fs-s2 .flex-direction-nav .flex-nav-prev a.flex-disabled, .fs-s2 .flex-direction-nav .flex-nav-next a.flex-disabled {
        opacity: 0;
        pointer-events: none; }
  .fs-s1 .flex-direction-nav .flex-nav-prev, .fs-s2 .flex-direction-nav .flex-nav-prev {
    left: 0; }
    .fs-s1 .flex-direction-nav .flex-nav-prev a, .fs-s2 .flex-direction-nav .flex-nav-prev a {
      background: url("../images/icon-flex-left.svg") 0 0 no-repeat; }
  .fs-s1 .flex-direction-nav .flex-nav-next, .fs-s2 .flex-direction-nav .flex-nav-next {
    right: 0; }
    .fs-s1 .flex-direction-nav .flex-nav-next a, .fs-s2 .flex-direction-nav .flex-nav-next a {
      background: url("../images/icon-flex-right.svg") 0 0 no-repeat; }

.fs-s2 .flex-direction-nav .flex-nav-prev {
  left: -60px; }
.fs-s2 .flex-direction-nav .flex-nav-next {
  right: -60px; }

.bg-red {
  background: #ED424A;
  color: #fff; }

.bg-blue {
  background: #456E7D;
  color: #fff; }

.bg-white {
  background: #fff; }

.bg-cream {
  background: #F5F5F2; }

.clr-black {
  color: #0D2130; }

.rc-5 {
  display: block;
  overflow: hidden;
  border-radius: 5px; }

.rc-10 {
  display: block;
  overflow: hidden;
  border-radius: 10px; }

.image-gradient {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%); }

#search-property-overlay {
  background: #F5F5F2;
  position: fixed;
  top: 100dvh;
  width: 90%;
  left: 5%;
  height: calc(100dvh - 200px);
  overflow-y: auto;
  border-radius: 10px;
  padding: 78px 84px;
  transition: top ease 0.4s; }
  #search-property-overlay.show {
    top: 200px; }
  #search-property-overlay .inner .heading {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #search-property-overlay .inner .heading h2 {
      padding: 0; }
    #search-property-overlay .inner .heading .close {
      display: block;
      text-indent: -9999px;
      overflow: hidden;
      width: 31px;
      height: 30px;
      background: url("../images/icon-menu-close-red.svg") 0 0 no-repeat;
      background-size: 31px auto; }
  #search-property-overlay .inner .search-bar {
    margin: 60px 0 20px 0; }
    #search-property-overlay .inner .search-bar form {
      position: relative;
      width: calc(66.66% - 14px);
      border: 1px solid red;
      border-radius: 5px;
      padding: 10px;
      display: flex;
      justify-content: space-between; }
      #search-property-overlay .inner .search-bar form .control-keyword {
        width: 100%; }
      #search-property-overlay .inner .search-bar form input[type="text"] {
        padding: 0;
        font-family: proxima-sera, sans-serif;
        font-size: 33.685px;
        font-weight: 300;
        line-height: 38px;
        background: transparent;
        border: none;
        outline: 0; }
      #search-property-overlay .inner .search-bar form input[type="submit"] {
        background: #ED424A;
        color: #ffffff; }
  #search-property-overlay .inner .content-wrap {
    justify-content: space-between; }
    #search-property-overlay .inner .content-wrap .overlay-properties {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      width: calc(66.66% - 14px); }
      #search-property-overlay .inner .content-wrap .overlay-properties .property-card {
        width: calc(50% - 14px);
        margin-bottom: 40px; }
    #search-property-overlay .inner .content-wrap .popular-searches {
      width: calc(33.33% - 14px); }
      #search-property-overlay .inner .content-wrap .popular-searches h3 {
        font-family: proxima-nova, sans-serif;
        font-size: 19px;
        font-style: normal;
        font-weight: 400;
        line-height: 100.28%;
        border-top: 1px solid #B9B9B9;
        padding: 5px 0 25px 0; }

.property-card, .properties .type-property {
  display: block; }
  .property-card .image-wrap, .properties .type-property .image-wrap {
    position: relative;
    aspect-ratio: 492 / 328;
    margin-bottom: 30px; }
  .property-card .copy-wrap, .properties .type-property .copy-wrap {
    color: #0D2130; }
    .property-card .copy-wrap h3, .properties .type-property .copy-wrap h3 {
      color: #456E7D;
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #E2E2E2; }
    .property-card .copy-wrap .flex, .properties .type-property .copy-wrap .flex {
      justify-content: space-between; }
      .property-card .copy-wrap .flex .copy, .properties .type-property .copy-wrap .flex .copy {
        padding-right: 20px; }
      .property-card .copy-wrap .flex p, .properties .type-property .copy-wrap .flex p {
        padding: 0 20px 0 0; }
      .property-card .copy-wrap .flex .button, .properties .type-property .copy-wrap .flex .button {
        height: fit-content;
        pointer-events: none; }

.properties .type-property .copy-wrap {
  margin-top: 30px; }
  .properties .type-property .copy-wrap h3 {
    color: #0D2130; }

.hero-block {
  position: relative;
  height: 100dvh; }
  .hero-block .container {
    height: 100%; }
  .hero-block .image-gradient {
    height: 100%; }
  .hero-block .inner {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 200px 0 48px 0; }
    .hero-block .inner .copy-wrap {
      position: absolute;
      bottom: 50px;
      left: 0;
      width: 100%; }
      .hero-block .inner .copy-wrap .copy {
        position: relative;
        padding: 0 0 0 40px;
        width: 60%;
        max-width: 900px; }
        .hero-block .inner .copy-wrap .copy .scroll-wrap {
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 11px;
          display: flex;
          align-content: flex-end; }
          .hero-block .inner .copy-wrap .copy .scroll-wrap:before {
            display: block;
            content: '';
            height: calc(100% - 60px);
            width: 1px;
            background: #fff;
            position: absolute;
            top: 0;
            left: 5px; }
          .hero-block .inner .copy-wrap .copy .scroll-wrap .scroll-icon {
            margin-top: auto; }
        .hero-block .inner .copy-wrap .copy h1 {
          color: #ffffff;
          font-size: 55px;
          line-height: 1em;
          margin-bottom: 160px; }
        .hero-block .inner .copy-wrap .copy .animated-search-link {
          border: 1px solid #ED424A;
          border-radius: 10px;
          padding: 16px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          cursor: pointer; }
          .hero-block .inner .copy-wrap .copy .animated-search-link .title-cycle {
            position: relative;
            min-height: 38px;
            width: 100%; }
            .hero-block .inner .copy-wrap .copy .animated-search-link .title-cycle .title {
              position: absolute;
              top: 0;
              left: 0; }
          .hero-block .inner .copy-wrap .copy .animated-search-link p {
            padding: 0;
            color: #FFF;
            font-family: proxima-sera, sans-serif;
            font-size: 33.685px;
            font-weight: 300;
            line-height: 38px; }
          .hero-block .inner .copy-wrap .copy .animated-search-link a.button {
            background: #ED424A;
            color: #ffffff; }
    .hero-block .inner .scroll {
      position: absolute;
      bottom: 80px;
      left: 0; }

.faqs-wrap {
  padding-top: 30px; }
  .faqs-wrap .faq {
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(143, 136, 132, 0.5); }
    .faqs-wrap .faq a.faq-trigger {
      display: block;
      padding-left: 150px;
      position: relative;
      transition: all ease 0.4s;
      font-family: proxima-sera, sans-serif;
      font-size: 33.685px;
      font-weight: 300;
      line-height: 34px;
      color: #0D2130; }
      .faqs-wrap .faq a.faq-trigger:after {
        position: absolute;
        content: '+';
        color: #ED424A;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 40px;
        line-height: 40px;
        font-weight: 300;
        left: 0;
        top: -5px;
        width: 40px;
        height: 40px;
        transition: all ease 0.4s; }
    .faqs-wrap .faq.open a.faq-trigger:after {
      content: '–';
      top: -8px; }
    .faqs-wrap .faq.initial .content {
      display: block; }
    .faqs-wrap .faq .content {
      display: none;
      padding: 30px 20% 70px 0; }
    .faqs-wrap .faq:last-child {
      margin-bottom: 0; }

.featured-properties {
  padding: 70px 0; }
  .featured-properties .property-wrap {
    margin: 70px 0 0 0; }
    .featured-properties .property-wrap .carousel-cell {
      width: 492px;
      padding: 0 10px; }
    .featured-properties .property-wrap .flickity-prev-next-button.previous {
      left: calc((100vw - 1528px) / 2); }
    .featured-properties .property-wrap .flickity-prev-next-button.next {
      right: calc((100vw - 1528px) / 2); }
  .featured-properties .property-wrap {
    position: relative; }

.car-gradient {
  position: absolute;
  top: 0;
  width: calc((100vw - 1528px) / 2);
  height: 100%;
  pointer-events: none; }
  .car-gradient.left {
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
    left: 0; }
  .car-gradient.right {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    right: 0; }

.clients-block {
  padding: 70px 0;
  /* addition of center for when logos are static */ }
  .clients-block h2 {
    text-align: center; }
  .clients-block .logo-gallery ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex; }
    .clients-block .logo-gallery ul li {
      padding: 20px 30px;
      width: 300px; }
  .clients-block .logo-gallery {
    width: 100vw;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    pointer-events: none; }
  .clients-block .logo-gallery.lg2.anim_strip {
    justify-content: flex-end; }
  .clients-block .client-block .logo-gallery.static_strip {
    justify-content: center; }

.contact-block {
  padding: 70px 0; }
  .contact-block p {
    font-family: proxima-sera, sans-serif;
    font-weight: 300;
    font-size: 55px;
    line-height: 55px;
    max-width: 910px;
    padding-bottom: 70px; }

/* Home */
#home.page-content {
  padding: 0; }
#home .meet-block {
  padding: 100px 0; }
  #home .meet-block .inner {
    justify-content: space-between;
    align-items: center; }
    #home .meet-block .inner .left {
      width: calc(45% - 45px); }
      #home .meet-block .inner .left .copy {
        max-width: 500px; }
    #home .meet-block .inner .right {
      width: calc(55% - 45px); }
      #home .meet-block .inner .right .image-wrap {
        position: relative;
        aspect-ratio: 886 / 590; }
#home .what-we-do {
  padding: 70px 0; }
  #home .what-we-do .inner {
    justify-content: space-between; }
    #home .what-we-do .inner .left {
      width: calc(50% - 45px);
      border-top: 1px solid #B9B9B9;
      padding: 40px 0 0 0; }
      #home .what-we-do .inner .left .image-wrap {
        position: relative;
        margin-top: 60px;
        aspect-ratio: 1344 / 992; }
    #home .what-we-do .inner .right {
      width: calc(50% - 45px);
      border-top: 1px solid #B9B9B9;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #home .what-we-do .inner .right .faqs-wrap .faq .content {
        padding-bottom: 20px; }
      #home .what-we-do .inner .right .faqs-wrap .faq .content .copy {
        padding-left: 150px; }

/* Property Hive resets */
#container {
  max-width: none; }

/* Property Search */
#property-search .main-content {
  background: #F5F5F2;
  padding: 300px 0 100px 0; }
  #property-search .main-content h1 {
    border-top: 1px solid #B9B9B9;
    padding-bottom: 100px; }
  #property-search .main-content .propertyhive-result-count {
    display: none; }
  #property-search .main-content .property-search-form {
    display: none; }
    #property-search .main-content .property-search-form.dw-prop-search {
      display: flex; }
    #property-search .main-content .property-search-form .form-fields-wrap {
      display: flex;
      justify-content: space-between;
      width: calc(100% - 150px); }
      #property-search .main-content .property-search-form .form-fields-wrap .control {
        width: 18%;
        padding: 0; }
        #property-search .main-content .property-search-form .form-fields-wrap .control.control-address_keyword {
          width: 25%; }
      #property-search .main-content .property-search-form .form-fields-wrap input[type="text"] {
        width: 100%;
        padding: 0 0 3px 0;
        text-transform: uppercase;
        background: transparent;
        border: none;
        outline: 0;
        border-radius: 0;
        border-bottom: 1px solid #ED424A; }
    #property-search .main-content .property-search-form .form-actions-wrap {
      width: 150px;
      text-align: right; }
      #property-search .main-content .property-search-form .form-actions-wrap input[type="reset"] {
        display: none; }
    #property-search .main-content .property-search-form label {
      display: none; }
  #property-search .main-content .result-sort-wrap {
    display: flex;
    justify-content: space-between;
    margin: 60px 0 0 0;
    font-size: 16px;
    text-transform: uppercase; }
    #property-search .main-content .result-sort-wrap .propertyhive-result-count {
      display: block; }
    #property-search .main-content .result-sort-wrap .select2-container .select2-selection--single .select2-selection__rendered {
      padding-right: 0;
      width: 250px; }
    #property-search .main-content .result-sort-wrap .select2-results__option:hover {
      background: #ED424A; }
  #property-search .main-content .select2-container--default .select2-selection--single {
    background-color: #F5F5F2;
    border: 0;
    border-bottom: 1px solid #ED424A;
    border-radius: 0;
    color: #0D2130; }
  #property-search .main-content .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #0D2130;
    line-height: 24px !important;
    padding-left: 0; }
  #property-search .main-content .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #0D2130;
    padding-bottom: 5px; }
  #property-search .main-content .select2-container--default .select2-selection--single .select2-selection__arrow {
    background: url("../images/icon-select-dd.svg") center center no-repeat; }
    #property-search .main-content .select2-container--default .select2-selection--single .select2-selection__arrow b {
      display: none; }
#property-search .propertyhive-ordering {
  display: none; }
  #property-search .propertyhive-ordering.dw-ordering {
    display: block; }
#property-search .propertyhive-views ul {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  display: flex; }
  #property-search .propertyhive-views ul li.active a {
    color: #fff;
    background: #ED424A; }
  #property-search .propertyhive-views ul a {
    margin-right: 20px; }
#property-search ul.properties {
  clear: none;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 30px);
  margin-left: -15px; }
  #property-search ul.properties li {
    width: calc(33.33% - 30px);
    margin: 15px !important;
    padding: 0; }
    #property-search ul.properties li:nth-child(3n+1) {
      clear: none !important;
      margin-left: 0; }
  #property-search ul.properties li.search-tool-promo {
    width: calc(66.66% - 30px);
    border-bottom: 1px solid #E2E2E2;
    border-top: 1px solid #E2E2E2;
    padding: 30px 0; }
    #property-search ul.properties li.search-tool-promo p {
      max-width: 90%; }
    #property-search ul.properties li.search-tool-promo .button {
      margin-top: 30px; }
#property-search .propertyhive-pagination {
  margin: 60px 0 0 0;
  text-align: center; }
  #property-search .propertyhive-pagination ul {
    display: flex;
    background: #fff;
    border-radius: 30px;
    padding: 10px 20px;
    width: fit-content;
    margin: 0 auto; }
    #property-search .propertyhive-pagination ul li {
      margin: 0 5px; }
      #property-search .propertyhive-pagination ul li span.current {
        display: inline-block;
        padding: 0 8px;
        color: #ED424A;
        font-weight: 600; }
      #property-search .propertyhive-pagination ul li a {
        padding: 0 8px;
        color: #cfd3d6; }
        #property-search .propertyhive-pagination ul li a:hover {
          color: #ED424A; }
        #property-search .propertyhive-pagination ul li a.prev, #property-search .propertyhive-pagination ul li a.next {
          display: block;
          width: 36px;
          text-indent: -9999px;
          overflow: hidden;
          height: 26px; }
        #property-search .propertyhive-pagination ul li a.prev {
          background: url("../images/icon-paging-left.svg") center center no-repeat; }
        #property-search .propertyhive-pagination ul li a.next {
          background: url("../images/icon-paging-right.svg") center center no-repeat; }
#property-search .contact-block {
  background: #fff; }

.select2-results__option {
  background: #F5F5F2;
  font-size: 16px;
  border-bottom: 1px solid #B9B9B9;
  text-transform: uppercase; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--sortby .select2-results__option--highlighted.select2-results__option--selectable {
  background: #ED424A;
  color: #fff; }

.select2-container--sortby {
  width: 250px;
  text-align: right; }
  .select2-container--sortby.select2-container--open .select2-dropdown {
    width: 250px !important;
    left: 0; }

.properties-map-popup {
  border: 1px solid #ED424A !important;
  border-radius: 5px !important; }

.properties-map-popup .title-close {
  padding: 4px 13px;
  background: #ED424A !important; }

.properties-map-popup .properties .property .image img {
  border: none !important;
  border-radius: 5px !important;
  padding: 0 !important; }

.properties-map-popup .properties .property .details .summary {
  display: none !important; }

/* Property Single */
.property-single {
  padding: 300px 0 100px 0; }
  .property-single .back-to-search {
    display: inline-block;
    color: #B9B9B9;
    margin-bottom: 15px; }
    .property-single .back-to-search:before {
      content: '<';
      margin-right: 10px; }
    .property-single .back-to-search:hover {
      color: #ED424A; }
  .property-single .intro-wrap {
    padding: 20px 0 50px 0;
    border-top: 1px solid #B9B9B9;
    justify-content: space-between; }
    .property-single .intro-wrap h1 {
      width: calc(50% - 50px);
      padding: 0; }
    .property-single .intro-wrap h2 {
      width: calc(50% - 50px);
      color: #ED424A;
      padding: 0;
      text-align: right; }
  .property-single .image-wrap {
    position: relative;
    aspect-ratio: 432 / 247; }
  .property-single .main-wrap {
    background: #F5F5F2;
    padding: 90px 0 100px 0; }
    .property-single .main-wrap .inner {
      justify-content: space-between; }
      .property-single .main-wrap .inner h2 {
        font-size: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #B9B9B9;
        margin-bottom: 15px; }
    .property-single .main-wrap .left {
      width: calc(50% - 50px); }
      .property-single .main-wrap .left .highlights-block {
        margin-bottom: 60px; }
        .property-single .main-wrap .left .highlights-block h2 {
          margin-bottom: 8px; }
        .property-single .main-wrap .left .highlights-block h4 {
          display: none; }
        .property-single .main-wrap .left .highlights-block ul {
          list-style: none;
          padding: 0;
          margin: 0; }
          .property-single .main-wrap .left .highlights-block ul li {
            padding: 8px 0;
            border-bottom: 1px solid #B9B9B9; }
            .property-single .main-wrap .left .highlights-block ul li:first-child {
              padding-top: 0; }
      .property-single .main-wrap .left .details-block {
        margin-bottom: 60px; }
        .property-single .main-wrap .left .details-block h4 {
          display: none; }
    .property-single .main-wrap .right {
      width: calc(50% - 50px); }
      .property-single .main-wrap .right .downloads-block {
        margin-bottom: 60px; }
      .property-single .main-wrap .right .brokers-block .brokers-wrap {
        flex-wrap: wrap; }
      .property-single .main-wrap .right .brokers-block .member-wrap {
        width: calc(50% - 36px);
        margin-right: 36px;
        margin-bottom: 50px; }
        .property-single .main-wrap .right .brokers-block .member-wrap .image-wrap {
          aspect-ratio: 1;
          margin-bottom: 15px; }
        .property-single .main-wrap .right .brokers-block .member-wrap .copy-wrap h3 {
          font-size: 22px;
          line-height: 28px;
          padding-bottom: 5px;
          margin-bottom: 5px; }
        .property-single .main-wrap .right .brokers-block .member-wrap .copy-wrap p {
          font-size: 16px;
          line-height: 22px; }
          .property-single .main-wrap .right .brokers-block .member-wrap .copy-wrap p.title {
            padding-bottom: 20px; }
        .property-single .main-wrap .right .brokers-block .member-wrap .contacts p {
          padding-bottom: 0; }
        .property-single .main-wrap .right .brokers-block .member-wrap .contacts span {
          display: inline-block;
          width: 20px;
          color: #ED424A; }
        .property-single .main-wrap .right .brokers-block .member-wrap .contacts a {
          color: #0D2130; }
          .property-single .main-wrap .right .brokers-block .member-wrap .contacts a:hover {
            color: #ED424A; }
  .property-single .image-carousel {
    position: relative;
    background: #F5F5F2;
    padding-bottom: 60px; }
    .property-single .image-carousel .carousel-cell {
      width: 70%;
      padding: 0 17px; }
      .property-single .image-carousel .carousel-cell a {
        display: block;
        aspect-ratio: 1198.00 / 798.35;
        position: relative; }
    .property-single .image-carousel .flickity-prev-next-button.previous {
      top: 50%;
      left: calc((100vw - 1528px) / 2); }
    .property-single .image-carousel .flickity-prev-next-button.next {
      top: 50%;
      right: calc((100vw - 1528px) / 2); }
  .property-single .map-wrap {
    background: #F5F5F2; }
    .property-single .map-wrap .acf-map {
      width: 100%;
      height: 650px; }
  .property-single .video-block {
    padding: 100px 0;
    background: #F5F5F2; }
    .property-single .video-block .video-wrap {
      overflow: hidden;
      position: relative;
      display: block;
      aspect-ratio: 1550 / 813;
      background: #0D2130; }
      .property-single .video-block .video-wrap .bg-image {
        width: 102%;
        height: 102%;
        top: -1%;
        left: -1%;
        filter: blur(4px);
        -webkit-filter: blur(4px);
        opacity: 0.8; }
      .property-single .video-block .video-wrap .heading {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        max-width: 660px;
        text-align: center; }

#about .intro-block {
  padding: 300px 0 0 0;
  background: #F5F5F2; }
  #about .intro-block .inner {
    width: 66%;
    border-top: 1px solid #B9B9B9;
    padding: 20px 0 0 0; }
    #about .intro-block .inner h1 {
      padding: 0; }
#about .meet-block {
  padding: 100px 0; }
  #about .meet-block .inner {
    justify-content: space-between;
    align-items: flex-end; }
    #about .meet-block .inner .left {
      width: calc(43.3%); }
      #about .meet-block .inner .left p {
        width: 70%; }
    #about .meet-block .inner .right {
      width: calc(54.7%); }
#about .what-we-do {
  padding: 70px 0; }
  #about .what-we-do .inner {
    justify-content: space-between; }
    #about .what-we-do .inner .left {
      width: calc(54.7%); }
    #about .what-we-do .inner .right {
      width: calc(43.3%);
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #about .what-we-do .inner .right h2, #about .what-we-do .inner .right p {
        padding-left: 25%; }
      #about .what-we-do .inner .right .button {
        margin-left: 25%; }
#about .supporting-block {
  padding: 100px 0; }
  #about .supporting-block .inner {
    justify-content: space-between;
    align-items: center; }
    #about .supporting-block .inner .left {
      width: calc(43.3%); }
      #about .supporting-block .inner .left .copy p {
        width: 70%; }
      #about .supporting-block .inner .left .button {
        border-color: #F5F5F2;
        color: #F5F5F2; }
        #about .supporting-block .inner .left .button:hover {
          border-color: #ED424A; }
    #about .supporting-block .inner .right {
      width: calc(43.3%); }
#about .careers-block {
  padding: 100px 0; }
  #about .careers-block .inner {
    flex-direction: column;
    justify-content: space-between; }
    #about .careers-block .inner .image-wrap {
      width: 75%;
      margin-bottom: 100px; }
    #about .careers-block .inner .copy-wrap {
      width: 32%;
      margin-left: auto; }
    #about .careers-block .inner .left {
      width: calc(43.3%); }
      #about .careers-block .inner .left .copy p {
        width: 70%; }
      #about .careers-block .inner .left .button {
        border-color: #F5F5F2;
        color: #F5F5F2; }
        #about .careers-block .inner .left .button:hover {
          border-color: #ED424A; }
    #about .careers-block .inner .right {
      width: calc(43.3%); }
#about .services-block {
  padding-bottom: 70px; }
  #about .services-block .intro-wrap {
    padding: 100px 0 60px 0;
    width: calc(43.3%); }
  #about .services-block .services-wrap {
    position: relative; }
    #about .services-block .services-wrap .carousel-cell {
      width: 370px;
      padding: 0 10px; }
    #about .services-block .services-wrap .service .image-wrap {
      position: relative;
      aspect-ratio: 350 / 407; }
    #about .services-block .services-wrap .service h3 {
      color: #0D2130;
      padding: 30px 0; }
    #about .services-block .services-wrap .service .link-arrow {
      display: block;
      width: 67px;
      height: 7px;
      background: url(../images/icon-link-arrow.svg) 0 0 no-repeat;
      background-size: 100%; }
    #about .services-block .services-wrap .flickity-prev-next-button {
      top: 45%; }
    #about .services-block .services-wrap .flickity-prev-next-button.previous {
      left: calc(((100vw - 1548px) / 2) - 20px); }
    #about .services-block .services-wrap .flickity-prev-next-button.next {
      right: calc(((100vw - 1548px) / 2) - 20px); }

#team {
  background: #F5F5F2; }
  #team .intro-block {
    padding: 300px 0 120px 0; }
    #team .intro-block .inner {
      border-top: 1px solid #B9B9B9;
      padding: 20px 0 0 0;
      justify-content: space-between; }
      #team .intro-block .inner h1 {
        padding: 0 0 30px 0; }
      #team .intro-block .inner .copy-wrap {
        width: 40%;
        max-width: 450px; }
      #team .intro-block .inner .team-search {
        width: 55%; }
        #team .intro-block .inner .team-search form {
          position: relative;
          width: 100%;
          border: 1px solid red;
          border-radius: 5px;
          padding: 10px;
          display: flex;
          justify-content: space-between; }
          #team .intro-block .inner .team-search form .search-text-reset {
            position: relative;
            width: calc(100% - 100px); }
          #team .intro-block .inner .team-search form input[type="text"] {
            padding: 0;
            font-family: proxima-sera, sans-serif;
            font-size: 33.685px;
            font-weight: 300;
            line-height: 40px;
            background: transparent;
            border: none;
            outline: 0;
            width: 100%; }
          #team .intro-block .inner .team-search form #search-reset {
            display: none;
            position: absolute;
            top: 0;
            right: 20px;
            width: 40px;
            height: 40px;
            text-indent: -9999px;
            overflow: hidden;
            background: url("../images/icon-mobile-nav-on.svg") 0 0 no-repeat;
            background-size: 100%;
            z-index: 10; }
          #team .intro-block .inner .team-search form input[type="submit"] {
            background: #ED424A;
            color: #ffffff;
            width: 90px; }
        #team .intro-block .inner .team-search .specialisms-wrap {
          justify-content: space-between;
          margin-top: 40px; }
          #team .intro-block .inner .team-search .specialisms-wrap h3 {
            font-family: proxima-nova, sans-serif;
            font-size: 19px;
            font-style: normal;
            font-weight: 400;
            line-height: 100.28%;
            border-top: 1px solid #B9B9B9;
            padding: 5px 0 25px 0;
            width: calc(40% - 17px); }
          #team .intro-block .inner .team-search .specialisms-wrap .tab-wrap {
            width: calc(60% - 17px);
            list-style: none;
            margin: 0;
            padding: 0; }
  #team .team-block {
    padding-bottom: 60px; }
    #team .team-block .inner {
      flex-wrap: wrap;
      width: calc(100% + 34px);
      margin-left: -17px; }
    #team .team-block .team-item {
      display: block;
      width: calc(33.33% - 34px);
      margin: 0 17px 60px 17px; }
      #team .team-block .team-item .image-wrap {
        display: block;
        aspect-ratio: 1;
        position: relative; }
        #team .team-block .team-item .image-wrap .plus {
          position: absolute;
          top: 20px;
          left: 20px;
          width: 27px;
          height: 27px;
          background: url("../images/icon-team-plus.svg") 0 0 no-repeat;
          z-index: 10; }
      #team .team-block .team-item .tab-wrap.specialism .tab-item {
        font-size: 16px;
        padding: 2px 8px;
        text-transform: none; }
        #team .team-block .team-item .tab-wrap.specialism .tab-item:before {
          display: none; }
      #team .team-block .team-item .copy-wrap .top {
        justify-content: space-between;
        border-bottom: 1px solid #B9B9B9;
        padding: 30px 0 20px 0;
        margin-bottom: 15px; }
        #team .team-block .team-item .copy-wrap .top h3 {
          padding: 0; }
        #team .team-block .team-item .copy-wrap .top .contact-wrap {
          display: flex;
          align-items: center; }
          #team .team-block .team-item .copy-wrap .top .contact-wrap a {
            display: block;
            width: 23px;
            height: 23px;
            border: 1px solid #ED424A;
            border-radius: 2px;
            text-indent: -9999px;
            overflow: hidden; }
            #team .team-block .team-item .copy-wrap .top .contact-wrap a.linkedin {
              background-image: url("../images/icon-social-linkedin.svg");
              background-position: center center;
              background-repeat: no-repeat;
              background-size: 14px;
              margin-right: 10px; }
            #team .team-block .team-item .copy-wrap .top .contact-wrap a.email {
              background-image: url("../images/icon-social-email.svg");
              background-position: center center;
              background-repeat: no-repeat;
              background-size: 14px auto; }
      #team .team-block .team-item .copy-wrap p.job-title {
        padding-bottom: 15px; }

.contact-icons-wrap {
  display: flex;
  align-items: center; }
  .contact-icons-wrap a {
    display: block;
    width: 23px;
    height: 23px;
    border: 1px solid #ED424A;
    border-radius: 2px;
    text-indent: -9999px;
    overflow: hidden; }
    .contact-icons-wrap a.linkedin {
      background-image: url("../images/icon-social-linkedin.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 14px;
      margin-right: 10px; }
    .contact-icons-wrap a.email {
      background-image: url("../images/icon-social-email.svg");
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 14px auto; }

#team-overlay-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none; }

#team-overlay {
  position: fixed;
  top: 120px;
  right: -100%;
  width: 1060px;
  height: calc(100vh - 240px);
  background: #F5F5F2;
  border-radius: 10px;
  padding: 120px 60px 60px 60px;
  box-shadow: 0 4px 8.3px 0 rgba(0, 0, 0, 0.08);
  transition: right ease 0.4s;
  pointer-events: none;
  z-index: 50; }
  #team-overlay.open {
    opacity: 1;
    pointer-events: auto;
    right: calc(((100vw - 1820px) / 2)); }
  #team-overlay .inner {
    height: 100%;
    overflow-y: auto; }
  #team-overlay .close {
    position: absolute;
    top: 60px;
    right: 50px;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../images/icon-menu-close-red.svg") 0 0 no-repeat;
    background-size: 100%;
    z-index: 10; }
  #team-overlay .intro h2 {
    font-weight: 300;
    padding-bottom: 20px; }
    #team-overlay .intro h2 strong {
      font-weight: 400; }
  #team-overlay .member-wrap {
    justify-content: space-between;
    padding-top: 40px;
    border-top: 1px solid #E2E2E2; }
    #team-overlay .member-wrap .left {
      width: 302px;
      font-size: 14px;
      line-height: 18px; }
    #team-overlay .member-wrap .right {
      width: 486px;
      padding-right: 30px;
      line-height: 24px; }
      #team-overlay .member-wrap .right p {
        padding-bottom: 20px; }
    #team-overlay .member-wrap .image-wrap {
      position: relative;
      aspect-ratio: 1;
      margin-bottom: 20px; }
    #team-overlay .member-wrap .contacts p {
      font-size: 14px;
      line-height: 18px;
      padding-bottom: 0; }
    #team-overlay .member-wrap .contacts span {
      display: inline-block;
      width: 20px;
      color: #ED424A; }
    #team-overlay .member-wrap .contact-icons-wrap {
      padding-bottom: 20px;
      margin-bottom: 20px;
      margin-top: 20px;
      border-bottom: 1px solid #E2E2E2; }
    #team-overlay .member-wrap .specialisms .tab-item {
      padding: 2px 8px; }
      #team-overlay .member-wrap .specialisms .tab-item:before {
        display: none; }
    #team-overlay .member-wrap .specialisms p {
      padding-bottom: 10px; }
    #team-overlay .member-wrap .tab-item {
      text-transform: none; }
    #team-overlay .member-wrap .sectors-wrap {
      margin-top: 15px; }
      #team-overlay .member-wrap .sectors-wrap p {
        padding-bottom: 10px; }

#what-we-do .intro-block {
  padding: 300px 0 0 0;
  background: #F5F5F2; }
  #what-we-do .intro-block .inner {
    width: 66%;
    border-top: 1px solid #B9B9B9;
    padding: 20px 0 90px 0; }
#what-we-do .services-block {
  padding: 60px 0; }
  #what-we-do .services-block .inner {
    display: flex;
    justify-content: space-between; }
  #what-we-do .services-block h2 {
    padding-bottom: 60px; }
  #what-we-do .services-block .faqs-wrap {
    width: calc(50% - 50px); }
    #what-we-do .services-block .faqs-wrap .faq {
      border: none;
      margin: 0;
      padding: 0; }
      #what-we-do .services-block .faqs-wrap .faq a.faq-trigger {
        padding-left: 50px;
        border-bottom: 1px solid rgba(143, 136, 132, 0.5);
        padding-bottom: 30px;
        margin-bottom: 30px; }
      #what-we-do .services-block .faqs-wrap .faq .content {
        padding: 0 0 70px 0; }
        #what-we-do .services-block .faqs-wrap .faq .content .flex {
          justify-content: space-between;
          flex-direction: column; }
        #what-we-do .services-block .faqs-wrap .faq .content .image-wrap {
          width: 100%;
          height: fit-content;
          margin-bottom: 50px; }
        #what-we-do .services-block .faqs-wrap .faq .content .copy-wrap {
          width: 100%; }
      #what-we-do .services-block .faqs-wrap .faq:last-child .content {
        padding-bottom: 0; }
#what-we-do .sectors-block {
  padding: 60px 0 100px 0;
  background: #456E7D; }
  #what-we-do .sectors-block h2 {
    text-align: center;
    padding-bottom: 60px; }
  #what-we-do .sectors-block .sectors-wrap .sector {
    color: #ffffff;
    overflow: hidden;
    flex: 1 1 0%;
    transition: all 0.4s ease;
    min-width: 0;
    margin-left: 20px;
    position: relative; }
    #what-we-do .sectors-block .sectors-wrap .sector:first-child {
      margin-left: 0; }
    #what-we-do .sectors-block .sectors-wrap .sector:hover {
      flex: 0 0 550px;
      min-width: 550px; }
      #what-we-do .sectors-block .sectors-wrap .sector:hover .gradient {
        opacity: 0.8; }
      #what-we-do .sectors-block .sectors-wrap .sector:hover .copy-wrap .bottom {
        opacity: 1; }
    #what-we-do .sectors-block .sectors-wrap .sector .gradient {
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: linear-gradient(29deg, #0D2130 40%, rgba(41, 103, 150, 0) 80.71%);
      background-blend-mode: multiply;
      transition: opacity 0.4s ease; }
    #what-we-do .sectors-block .sectors-wrap .sector .cs-inner {
      width: 550px;
      height: 480px;
      position: relative;
      padding: 40px 34px; }
    #what-we-do .sectors-block .sectors-wrap .sector .copy-wrap {
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      height: 100%; }
      #what-we-do .sectors-block .sectors-wrap .sector .copy-wrap .bottom {
        opacity: 0;
        transition: opacity 0.4s ease; }
        #what-we-do .sectors-block .sectors-wrap .sector .copy-wrap .bottom .copy {
          width: 80%; }
        #what-we-do .sectors-block .sectors-wrap .sector .copy-wrap .bottom h3 {
          padding-bottom: 10px; }
        #what-we-do .sectors-block .sectors-wrap .sector .copy-wrap .bottom a.button {
          color: #fff; }
#what-we-do .case-studies-block {
  padding: 100px 0 70px 0; }
  #what-we-do .case-studies-block h2 {
    text-align: center;
    padding-bottom: 60px; }
  #what-we-do .case-studies-block .case-studies {
    position: relative; }
    #what-we-do .case-studies-block .case-studies .carousel-cell {
      width: 40%;
      padding: 0 10px;
      opacity: 0.4;
      transition: opacity 0.4s ease; }
      #what-we-do .case-studies-block .case-studies .carousel-cell.is-selected {
        opacity: 1; }
    #what-we-do .case-studies-block .case-studies .case-study {
      display: block; }
      #what-we-do .case-studies-block .case-studies .case-study .image-wrap {
        position: relative;
        aspect-ratio: 651 / 683; }
      #what-we-do .case-studies-block .case-studies .case-study h3 {
        color: #0D2130;
        padding: 30px 0 10px 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #E2E2E2; }
      #what-we-do .case-studies-block .case-studies .case-study p {
        color: #0D2130;
        max-width: 80%; }
      #what-we-do .case-studies-block .case-studies .case-study:hover .button {
        background: #ED424A;
        color: #fff; }
    #what-we-do .case-studies-block .case-studies .flickity-prev-next-button {
      top: 45%; }
    #what-we-do .case-studies-block .case-studies .flickity-prev-next-button.previous {
      left: calc(((100vw - 1548px) / 2) - 20px); }
    #what-we-do .case-studies-block .case-studies .flickity-prev-next-button.next {
      right: calc(((100vw - 1548px) / 2) - 20px); }

#single-cs {
  background: #F5F5F2;
  padding-top: 300px; }
  #single-cs h1 {
    padding: 15px 0 60px 0;
    border-top: 1px solid #B9B9B9;
    font-size: 34px;
    line-height: 38px; }
  #single-cs .main-image {
    position: relative;
    aspect-ratio: 1744.00 / 1166.38; }
  #single-cs .main-copy {
    padding: 100px 0 170px 0; }
    #single-cs .main-copy .inner {
      justify-content: space-between; }
    #single-cs .main-copy .teaser {
      width: calc(60% - 50px); }
    #single-cs .main-copy .copy {
      padding-top: 10px;
      width: calc(40% - 50px); }
  #single-cs .image-carousel {
    position: relative; }
    #single-cs .image-carousel .carousel-cell {
      width: 70%;
      padding: 0 20px; }
      #single-cs .image-carousel .carousel-cell .image-wrap {
        position: relative;
        aspect-ratio: 1198.00 / 798.35; }
    #single-cs .image-carousel .flickity-prev-next-button {
      top: 50%; }
    #single-cs .image-carousel .flickity-prev-next-button.previous {
      left: calc(((100vw - 1548px) / 2) - 20px); }
    #single-cs .image-carousel .flickity-prev-next-button.next {
      right: calc(((100vw - 1548px) / 2) - 20px); }
  #single-cs .quote-block {
    padding: 90px 0; }
    #single-cs .quote-block .quote-wrap {
      max-width: 540px; }
    #single-cs .quote-block blockquote {
      padding: 0 0 30px 0;
      margin: 0 0 15px 0;
      border-bottom: 1px solid #E2E2E2; }
      #single-cs .quote-block blockquote p {
        font-family: proxima-sera, sans-serif;
        font-size: 40px;
        line-height: 48px;
        font-style: normal;
        font-weight: 300; }
    #single-cs .quote-block p.name {
      font-weight: 600;
      padding: 0; }
    #single-cs .quote-block p.title {
      padding: 0; }
  #single-cs .summary-block {
    background: #456E7D;
    padding: 50px 0 70px 0;
    color: #fff; }
    #single-cs .summary-block h2 {
      border-bottom: 1px solid #fff;
      padding-bottom: 20px;
      margin-bottom: 30px; }
    #single-cs .summary-block .summary-wrap {
      justify-content: space-between; }
    #single-cs .summary-block .left {
      width: calc(55% - 50px);
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      #single-cs .summary-block .left .copy-wrap {
        font-family: proxima-sera, sans-serif;
        font-size: 30px;
        line-height: 39px;
        font-style: normal;
        font-weight: 300; }
      #single-cs .summary-block .left .stats-wrap .stat {
        width: 33.33%;
        padding-right: 50px; }
        #single-cs .summary-block .left .stats-wrap .stat p.large {
          font-family: proxima-sera, sans-serif;
          font-size: 55px;
          line-height: 1;
          font-weight: 300;
          padding-bottom: 20px; }
    #single-cs .summary-block .right {
      width: calc(40% - 50px);
      justify-content: flex-end; }
    #single-cs .summary-block .member-wrap {
      width: 50%;
      max-width: 231px;
      margin-left: 36px; }
      #single-cs .summary-block .member-wrap .image-wrap {
        position: relative;
        aspect-ratio: 1; }
      #single-cs .summary-block .member-wrap .copy-wrap {
        padding: 20px 0 0 0; }
        #single-cs .summary-block .member-wrap .copy-wrap h3 {
          font-size: 22px;
          line-height: 30px;
          padding-bottom: 10px;
          margin-bottom: 10px; }
        #single-cs .summary-block .member-wrap .copy-wrap p.title {
          font-size: 16px; }
        #single-cs .summary-block .member-wrap .copy-wrap p {
          padding-bottom: 0;
          font-size: 14px;
          line-height: 22px; }
        #single-cs .summary-block .member-wrap .copy-wrap .contacts {
          padding-top: 20px; }
          #single-cs .summary-block .member-wrap .copy-wrap .contacts p {
            display: flex; }
            #single-cs .summary-block .member-wrap .copy-wrap .contacts p span {
              width: 20px; }
            #single-cs .summary-block .member-wrap .copy-wrap .contacts p a {
              color: #fff;
              text-decoration: none; }
              #single-cs .summary-block .member-wrap .copy-wrap .contacts p a:hover {
                text-decoration: underline; }
  #single-cs .next-up-block {
    padding: 90px 0; }
    #single-cs .next-up-block .inner {
      justify-content: space-between;
      align-items: center; }
    #single-cs .next-up-block .copy-wrap {
      width: calc(50% - 50px); }
      #single-cs .next-up-block .copy-wrap .title {
        max-width: 465px; }
      #single-cs .next-up-block .copy-wrap p.next {
        position: relative;
        color: #ED424A;
        font-family: proxima-sera, sans-serif;
        font-size: 22px;
        font-weight: 300;
        line-height: 41px;
        border-bottom: 1px solid #ED424A;
        padding-bottom: 5px; }
        #single-cs .next-up-block .copy-wrap p.next:after {
          content: '';
          display: block;
          position: absolute;
          bottom: -5px;
          right: -1px;
          width: 5px;
          height: 8px;
          background: url("../images/icon-next-up.svg") 0 0 no-repeat; }
      #single-cs .next-up-block .copy-wrap h3 {
        padding: 15px 0 0 0; }
        #single-cs .next-up-block .copy-wrap h3 a {
          color: #0D2130; }
          #single-cs .next-up-block .copy-wrap h3 a:hover {
            color: #ED424A; }
    #single-cs .next-up-block .image-wrap {
      position: relative;
      width: calc(50% - 50px);
      aspect-ratio: 784/627; }

#contact {
  padding: 300px 0 0 0;
  background: #F5F5F2; }
  #contact .contact-wrap .inner {
    justify-content: space-between;
    border-top: 1px solid #B9B9B9;
    padding: 20px 0 220px 0; }
    #contact .contact-wrap .inner .left {
      width: 38.5%;
      max-width: 500px; }
      #contact .contact-wrap .inner .left .address {
        padding: 80px 0 20px 0;
        border-bottom: 1px solid #B9B9B9;
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 20px; }
      #contact .contact-wrap .inner .left .social-wrap {
        display: flex;
        justify-content: space-between;
        font-size: 16px;
        line-height: 20px; }
        #contact .contact-wrap .inner .left .social-wrap a {
          color: #0D2130;
          text-decoration: none; }
          #contact .contact-wrap .inner .left .social-wrap a:hover {
            color: #ED424A; }
        #contact .contact-wrap .inner .left .social-wrap .socials {
          display: flex;
          align-items: center;
          height: fit-content; }
          #contact .contact-wrap .inner .left .social-wrap .socials a {
            display: block;
            text-indent: -9999px;
            overflow: hidden;
            margin-left: 15px; }
            #contact .contact-wrap .inner .left .social-wrap .socials a.linkedin {
              width: 18px;
              height: 18px;
              background: url("../images/icon-social-linkedin.svg") 0 0 no-repeat; }
            #contact .contact-wrap .inner .left .social-wrap .socials a.instagram {
              width: 18px;
              height: 18px;
              background: url("../images/icon-social-instagram.svg") 0 0 no-repeat; }
            #contact .contact-wrap .inner .left .social-wrap .socials a.x {
              width: 20px;
              height: 18px;
              background: url("../images/icon-social-x.svg") 0 0 no-repeat; }
    #contact .contact-wrap .inner .right {
      width: 54.32%;
      padding-top: 20px; }
  #contact .map-block .acf-map {
    width: 100%;
    height: 800px; }
  #contact .map-block .acf-map img {
    max-width: inherit !important; }

.contact-form-wrap {
  background: #fff; }
  .contact-form-wrap .inner {
    justify-content: space-between;
    padding: 90px 0 110px 0; }
    .contact-form-wrap .inner .left {
      width: 38.5%; }
    .contact-form-wrap .inner .right {
      width: 54.32%; }
      .contact-form-wrap .inner .right h2 {
        font-size: 33.6px;
        line-height: 38px; }

.contact-form-wrap .form-wrap, footer .form-wrap {
  max-width: 670px; }
  .contact-form-wrap .form-wrap input[type="email"], .contact-form-wrap .form-wrap input[type="number"], .contact-form-wrap .form-wrap input[type="tel"], .contact-form-wrap .form-wrap input[type="text"], .contact-form-wrap .form-wrap textarea, .contact-form-wrap .form-wrap select, .contact-form-wrap .form-wrap .select2-container .select2-selection--single .select2-selection__rendered, footer .form-wrap input[type="email"], footer .form-wrap input[type="number"], footer .form-wrap input[type="tel"], footer .form-wrap input[type="text"], footer .form-wrap textarea, footer .form-wrap select, footer .form-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    border: 0;
    border-bottom: solid 1px #E2E2E2;
    outline: 0;
    box-shadow: none;
    border-radius: 0;
    font-family: proxima-nova, sans-serif;
    font-size: 19px;
    padding: 0;
    background: transparent; }
  .contact-form-wrap .form-wrap textarea, footer .form-wrap textarea {
    min-height: 32px;
    min-block-size: 0 !important;
    max-height: 32px; }
    .contact-form-wrap .form-wrap textarea:focus, footer .form-wrap textarea:focus {
      max-height: none; }
  .contact-form-wrap .form-wrap .gform-theme--framework .gform-field-label--type-inline, footer .form-wrap .gform-theme--framework .gform-field-label--type-inline {
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    color: #B9B9B9;
    line-height: 16px; }
  .contact-form-wrap .form-wrap .gform_validation_errors, footer .form-wrap .gform_validation_errors {
    display: none; }
  .contact-form-wrap .form-wrap .gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme--framework .gfield_description:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #ED424A; }
  .contact-form-wrap .form-wrap .gform-theme--foundation .gform_fields, footer .form-wrap .gform-theme--foundation .gform_fields {
    row-gap: 15px; }
  .contact-form-wrap .form-wrap .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-form-wrap .form-wrap .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    border-color: #B9B9B9; }
    .contact-form-wrap .form-wrap .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, .contact-form-wrap .form-wrap .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, footer .form-wrap .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus, footer .form-wrap .gform-theme--framework input[type=radio]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):focus {
      outline: none; }
  .contact-form-wrap .form-wrap .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before, footer .form-wrap .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: #B9B9B9; }
  .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    border: 1px solid #ED424A;
    background: transparent;
    font-size: 15px;
    line-height: 1;
    text-transform: uppercase;
    color: #ED424A;
    padding: 5px 12px;
    outline: none;
    box-shadow: none;
    min-height: inherit; }
    .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, .contact-form-wrap .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
      background: #ED424A;
      color: #ffffff; }
  .contact-form-wrap .form-wrap textarea::-webkit-input-placeholder, .contact-form-wrap .form-wrap input::-webkit-input-placeholder, footer .form-wrap textarea::-webkit-input-placeholder, footer .form-wrap input::-webkit-input-placeholder {
    color: #B9B9B9; }
  .contact-form-wrap .form-wrap textarea:-moz-placeholder, .contact-form-wrap .form-wrap input:-moz-placeholder, footer .form-wrap textarea:-moz-placeholder, footer .form-wrap input:-moz-placeholder {
    color: #B9B9B9; }
  .contact-form-wrap .form-wrap textarea::-moz-placeholder, .contact-form-wrap .form-wrap input::-moz-placeholder, footer .form-wrap textarea::-moz-placeholder, footer .form-wrap input::-moz-placeholder {
    color: #B9B9B9; }
  .contact-form-wrap .form-wrap textarea:-ms-input-placeholder, .contact-form-wrap .form-wrap input:-ms-input-placeholder, footer .form-wrap textarea:-ms-input-placeholder, footer .form-wrap input:-ms-input-placeholder {
    color: #B9B9B9; }

footer .form-wrap input[type="email"], footer .form-wrap input[type="number"], footer .form-wrap input[type="tel"], footer .form-wrap input[type="text"], footer .form-wrap textarea, footer .form-wrap select, footer .form-wrap .select2-container .select2-selection--single .select2-selection__rendered {
  border-bottom: solid 1px #456E7D;
  font-size: 16px; }
footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
  border: none;
  color: #D9D9D9;
  margin-left: auto;
  padding: 0;
  transition: color ease 0.4s; }
  footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover, footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)):hover {
    background: transparent;
    color: #ED424A; }

#enquiry-overlay, #subscribe-overlay, #register-overlay, .leasing-overlay {
  display: none;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 99; }
  #enquiry-overlay .container, #subscribe-overlay .container, #register-overlay .container, .leasing-overlay .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(100dvh - 80px); }
  #enquiry-overlay .close, #subscribe-overlay .close, #register-overlay .close, .leasing-overlay .close {
    position: absolute;
    top: 30px;
    right: 30px;
    padding-right: 30px;
    background: url(../images/icon-close.svg) right center no-repeat;
    z-index: 10; }
  #enquiry-overlay .inner, #subscribe-overlay .inner, #register-overlay .inner, .leasing-overlay .inner {
    width: 100%;
    max-width: 1166px;
    margin: 0 auto;
    height: 100%;
    overflow-y: auto;
    padding: 40px; }
    #enquiry-overlay .inner .intro-wrap, #subscribe-overlay .inner .intro-wrap, #register-overlay .inner .intro-wrap, .leasing-overlay .inner .intro-wrap {
      max-width: 760px;
      margin: 0 auto 30px auto;
      text-align: center; }
      #enquiry-overlay .inner .intro-wrap h2, #subscribe-overlay .inner .intro-wrap h2, #register-overlay .inner .intro-wrap h2, .leasing-overlay .inner .intro-wrap h2 {
        font-weight: 500; }
  #enquiry-overlay input[type="email"], #enquiry-overlay input[type="number"], #enquiry-overlay input[type="tel"], #enquiry-overlay input[type="text"], #enquiry-overlay textarea, #enquiry-overlay select, #enquiry-overlay .select2-container .select2-selection--single .select2-selection__rendered, #subscribe-overlay input[type="email"], #subscribe-overlay input[type="number"], #subscribe-overlay input[type="tel"], #subscribe-overlay input[type="text"], #subscribe-overlay textarea, #subscribe-overlay select, #subscribe-overlay .select2-container .select2-selection--single .select2-selection__rendered, #register-overlay input[type="email"], #register-overlay input[type="number"], #register-overlay input[type="tel"], #register-overlay input[type="text"], #register-overlay textarea, #register-overlay select, #register-overlay .select2-container .select2-selection--single .select2-selection__rendered, .leasing-overlay input[type="email"], .leasing-overlay input[type="number"], .leasing-overlay input[type="tel"], .leasing-overlay input[type="text"], .leasing-overlay textarea, .leasing-overlay select, .leasing-overlay .select2-container .select2-selection--single .select2-selection__rendered {
    border: 0;
    outline: 0;
    box-shadow: none;
    border-radius: 0; }
  #enquiry-overlay textarea, #subscribe-overlay textarea, #register-overlay textarea, .leasing-overlay textarea {
    min-height: 200px; }
  #enquiry-overlay select, #enquiry-overlay .select2-container .select2-selection--single .select2-selection__rendered, #subscribe-overlay select, #subscribe-overlay .select2-container .select2-selection--single .select2-selection__rendered, #register-overlay select, #register-overlay .select2-container .select2-selection--single .select2-selection__rendered, .leasing-overlay select, .leasing-overlay .select2-container .select2-selection--single .select2-selection__rendered {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url(../images/icon-dd.svg);
    background-position: right 10px center;
    background-size: 17px auto;
    background-repeat: no-repeat; }
  #enquiry-overlay input[type="checkbox"], #subscribe-overlay input[type="checkbox"], #register-overlay input[type="checkbox"], .leasing-overlay input[type="checkbox"] {
    border-radius: 0; }
  #enquiry-overlay .select2-container--default .select2-selection--single, #subscribe-overlay .select2-container--default .select2-selection--single, #register-overlay .select2-container--default .select2-selection--single, .leasing-overlay .select2-container--default .select2-selection--single {
    border: none;
    border-radius: 0;
    min-height: 38px; }
  #enquiry-overlay .select2-container .select2-selection--single .select2-selection__rendered, #subscribe-overlay .select2-container .select2-selection--single .select2-selection__rendered, #register-overlay .select2-container .select2-selection--single .select2-selection__rendered, .leasing-overlay .select2-container .select2-selection--single .select2-selection__rendered {
    min-height: 38px;
    line-height: 38px; }
  #enquiry-overlay .select2-selection__arrow, #subscribe-overlay .select2-selection__arrow, #register-overlay .select2-selection__arrow, .leasing-overlay .select2-selection__arrow {
    display: none; }
  #enquiry-overlay .gform-theme--foundation .gform_fields, #subscribe-overlay .gform-theme--foundation .gform_fields, #register-overlay .gform-theme--foundation .gform_fields, .leasing-overlay .gform-theme--foundation .gform_fields {
    column-gap: 20px;
    row-gap: 20px; }
  #enquiry-overlay .gform_required_legend, #subscribe-overlay .gform_required_legend, #register-overlay .gform_required_legend, .leasing-overlay .gform_required_legend {
    margin-bottom: 20px; }
  #enquiry-overlay .gform_description, #subscribe-overlay .gform_description, #register-overlay .gform_description, .leasing-overlay .gform_description {
    padding: 0; }
  #enquiry-overlay textarea::-webkit-input-placeholder, #enquiry-overlay input::-webkit-input-placeholder, #subscribe-overlay textarea::-webkit-input-placeholder, #subscribe-overlay input::-webkit-input-placeholder, #register-overlay textarea::-webkit-input-placeholder, #register-overlay input::-webkit-input-placeholder, .leasing-overlay textarea::-webkit-input-placeholder, .leasing-overlay input::-webkit-input-placeholder {
    color: rgba(46, 62, 59, 0.5); }
  #enquiry-overlay textarea:-moz-placeholder, #enquiry-overlay input:-moz-placeholder, #subscribe-overlay textarea:-moz-placeholder, #subscribe-overlay input:-moz-placeholder, #register-overlay textarea:-moz-placeholder, #register-overlay input:-moz-placeholder, .leasing-overlay textarea:-moz-placeholder, .leasing-overlay input:-moz-placeholder {
    color: rgba(46, 62, 59, 0.5); }
  #enquiry-overlay textarea::-moz-placeholder, #enquiry-overlay input::-moz-placeholder, #subscribe-overlay textarea::-moz-placeholder, #subscribe-overlay input::-moz-placeholder, #register-overlay textarea::-moz-placeholder, #register-overlay input::-moz-placeholder, .leasing-overlay textarea::-moz-placeholder, .leasing-overlay input::-moz-placeholder {
    color: rgba(46, 62, 59, 0.5); }
  #enquiry-overlay textarea:-ms-input-placeholder, #enquiry-overlay input:-ms-input-placeholder, #subscribe-overlay textarea:-ms-input-placeholder, #subscribe-overlay input:-ms-input-placeholder, #register-overlay textarea:-ms-input-placeholder, #register-overlay input:-ms-input-placeholder, .leasing-overlay textarea:-ms-input-placeholder, .leasing-overlay input:-ms-input-placeholder {
    color: rgba(46, 62, 59, 0.5); }
  #enquiry-overlay textarea:focus::-webkit-input-placeholder, #subscribe-overlay textarea:focus::-webkit-input-placeholder, #register-overlay textarea:focus::-webkit-input-placeholder, .leasing-overlay textarea:focus::-webkit-input-placeholder {
    color: rgba(46, 62, 59, 0); }
  #enquiry-overlay textarea:focus:-moz-placeholder, #subscribe-overlay textarea:focus:-moz-placeholder, #register-overlay textarea:focus:-moz-placeholder, .leasing-overlay textarea:focus:-moz-placeholder {
    color: rgba(46, 62, 59, 0); }
  #enquiry-overlay textarea:focus::-moz-placeholder, #subscribe-overlay textarea:focus::-moz-placeholder, #register-overlay textarea:focus::-moz-placeholder, .leasing-overlay textarea:focus::-moz-placeholder {
    color: rgba(46, 62, 59, 0); }
  #enquiry-overlay textarea:focus:-ms-input-placeholder, #subscribe-overlay textarea:focus:-ms-input-placeholder, #register-overlay textarea:focus:-ms-input-placeholder, .leasing-overlay textarea:focus:-ms-input-placeholder {
    color: rgba(46, 62, 59, 0); }
  #enquiry-overlay button, #subscribe-overlay button, #register-overlay button, .leasing-overlay button {
    display: inline-flex;
    position: relative;
    line-height: 1;
    align-items: center;
    transition: all ease 0.4s;
    color: #456E7D;
    font-size: 14px;
    letter-spacing: -2%;
    text-decoration: none;
    width: fit-content;
    padding: 6px 10px;
    background: transparent;
    border: 1px solid #456E7D;
    border-radius: 5px; }
    #enquiry-overlay button:hover, #enquiry-overlay button.active, #subscribe-overlay button:hover, #subscribe-overlay button.active, #register-overlay button:hover, #register-overlay button.active, .leasing-overlay button:hover, .leasing-overlay button.active {
      color: #fff;
      background: #456E7D; }
  #enquiry-overlay .gform-theme--foundation .gform_footer, #subscribe-overlay .gform-theme--foundation .gform_footer, #register-overlay .gform-theme--foundation .gform_footer, .leasing-overlay .gform-theme--foundation .gform_footer {
    justify-content: center; }
  #enquiry-overlay .gform-theme--framework .gform_validation_errors, #enquiry-overlay .gform-theme--framework .gform_validation_errors:focus, #subscribe-overlay .gform-theme--framework .gform_validation_errors, #subscribe-overlay .gform-theme--framework .gform_validation_errors:focus, #register-overlay .gform-theme--framework .gform_validation_errors, #register-overlay .gform-theme--framework .gform_validation_errors:focus, .leasing-overlay .gform-theme--framework .gform_validation_errors, .leasing-overlay .gform-theme--framework .gform_validation_errors:focus {
    border-radius: 0 !important;
    border: 0 !important;
    outline: 0 !important; }
  #enquiry-overlay .select2-container--default .select2-selection--single, #subscribe-overlay .select2-container--default .select2-selection--single, #register-overlay .select2-container--default .select2-selection--single, .leasing-overlay .select2-container--default .select2-selection--single {
    position: relative; }

.select2-dropdown {
  border: 0 !important;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4)) !important; }

#subscribe-overlay {
  width: auto;
  height: auto;
  padding: 40px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.4)); }
  #subscribe-overlay .container {
    height: auto;
    width: 100%;
    padding: 0; }
  #subscribe-overlay .content-wrap {
    max-width: 400px;
    margin: 0 auto; }
  #subscribe-overlay .inner .logo {
    margin-bottom: 30px; }
  #subscribe-overlay .inner .intro-wrap {
    text-align: left;
    margin-bottom: 30px; }

#default p, #default li {
  font-size: 19px;
  line-height: 23px; }
#default .intro-wrap {
  background: #F5F5F2;
  padding: 300px 0 100px 0; }
  #default .intro-wrap .inner {
    border-top: 1px solid #B9B9B9; }
    #default .intro-wrap .inner .copy {
      width: 50%; }
      #default .intro-wrap .inner .copy h1 {
        color: #0D2130;
        padding: 10px 0 40px 0; }
#default .copy-wrap {
  background: #FFFFFF;
  padding: 80px 0 100px 0; }
  #default .copy-wrap ul {
    margin-bottom: 20px;
    padding: 0 0 0 15px; }
  #default .copy-wrap p {
    padding-bottom: 20px; }
#default h2 {
  font-size: 22px;
  line-height: 26px;
  padding: 5px 0 20px 0; }

#page-404 .intro-wrap {
  background: #F5F5F2;
  padding: 300px 0 100px 0; }
  #page-404 .intro-wrap .home-link {
    display: inline-block;
    color: #B9B9B9;
    margin-bottom: 15px; }
    #page-404 .intro-wrap .home-link:before {
      content: '<';
      margin-right: 10px; }
    #page-404 .intro-wrap .home-link:hover {
      color: #ED424A; }
  #page-404 .intro-wrap .inner {
    border-top: 1px solid #B9B9B9;
    justify-content: space-between; }
    #page-404 .intro-wrap .inner .copy {
      width: 50%;
      padding-top: 20px; }
    #page-404 .intro-wrap .inner .title {
      width: 50%;
      text-align: right;
      max-width: 680px;
      padding-top: 20px; }
      #page-404 .intro-wrap .inner .title h3 {
        color: #ED424A; }
#page-404 .copy-wrap .inner {
  justify-content: space-between; }
#page-404 .copy-wrap .image-wrap {
  width: calc(40%); }
#page-404 .copy-wrap .copy {
  width: calc(50%); }

#form-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(13, 33, 48, 0.7);
  padding: 200px 0 100px;
  z-index: 10; }
  #form-overlay .inner {
    height: calc(100vh - 300px);
    border-radius: 5px;
    background: #F5F5F2;
    box-shadow: 0 4px 15.6px 0 rgba(0, 0, 0, 0.06);
    position: relative;
    padding: 80px 16%;
    overflow: auto; }
    #form-overlay .inner .close {
      position: absolute;
      top: 40px;
      right: 40px;
      display: block;
      text-indent: -9999px;
      overflow: hidden;
      width: 40px;
      height: 40px;
      background: url("../images/icon-menu-close-red.svg") 0 0 no-repeat;
      background-size: 40px auto; }
    #form-overlay .inner .form-wrap {
      border-top: 1px solid #B9B9B9;
      padding: 10px 0 0 0;
      max-width: 800px;
      margin: 0 auto; }
      #form-overlay .inner .form-wrap h2 {
        font-size: 33px;
        line-height: 40px; }

#gform_wrapper_3 {
  /* Buttonize Radio & Checkbox Fields */ }
  #gform_wrapper_3 h2 {
    padding-bottom: 20px; }
  #gform_wrapper_3.gform-theme--foundation .gform_fields {
    row-gap: 10px; }
  #gform_wrapper_3.gform-theme--framework .gf_progressbar .percentbar_blue {
    background-color: #ED424A; }
  #gform_wrapper_3 input[type="email"], #gform_wrapper_3 input[type="number"], #gform_wrapper_3 input[type="tel"], #gform_wrapper_3 input[type="text"], #gform_wrapper_3 textarea {
    border: solid 1px #B9B9B9;
    outline: 0;
    box-shadow: none;
    border-radius: 5px;
    font-family: proxima-nova, sans-serif;
    font-size: 16px;
    padding: 0;
    background: transparent;
    color: #B9B9B9;
    padding: 8px 10px 5px 10px; }
  #gform_wrapper_3 textarea::-webkit-input-placeholder, #gform_wrapper_3 input::-webkit-input-placeholder {
    color: #B9B9B9; }
  #gform_wrapper_3 textarea:-moz-placeholder, #gform_wrapper_3 input:-moz-placeholder {
    color: #B9B9B9; }
  #gform_wrapper_3 textarea::-moz-placeholder, #gform_wrapper_3 input::-moz-placeholder {
    color: #B9B9B9; }
  #gform_wrapper_3 textarea:-ms-input-placeholder, #gform_wrapper_3 input:-ms-input-placeholder {
    color: #B9B9B9; }
  #gform_wrapper_3.gform_wrapper .gfield.buttonized .gfield_radio .gchoice, #gform_wrapper_3.gform_wrapper .gfield.buttonized .gfield_checkbox .gchoice {
    position: relative;
    text-align: center; }
  #gform_wrapper_3.gform_wrapper .gfield.buttonized input[type="radio"], #gform_wrapper_3.gform_wrapper .gfield.buttonized input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
  #gform_wrapper_3.gform_wrapper .gfield.buttonized .gfield_radio label, #gform_wrapper_3.gform_wrapper .gfield.buttonized .gfield_checkbox label {
    display: block !important;
    position: relative;
    max-width: 100%;
    padding: 5px 10px 5px 10px;
    font-size: 16px;
    border: 1px solid #ED424A;
    cursor: pointer;
    border-radius: 5px;
    margin: 0; }
  #gform_wrapper_3.gform_wrapper .gfield.buttonized input[type="radio"]:focus + label, #gform_wrapper_3.gform_wrapper .gfield.buttonized input[type="checkbox"]:focus + label {
    background: #ED424A;
    color: #fff; }
  #gform_wrapper_3.gform_wrapper .gfield.buttonized input[type="radio"]:checked + label, #gform_wrapper_3.gform_wrapper .gfield.buttonized input[type="checkbox"]:checked + label {
    background: #ED424A;
    color: #fff; }
  #gform_wrapper_3.gform_wrapper .gfield.buttonized .gfield_radio label::before, #gform_wrapper_3.gform_wrapper .gfield.buttonized .gfield_checkbox label::before {
    display: none; }
  #gform_wrapper_3.gform_wrapper .gfield.buttonized .gfield_radio, #gform_wrapper_3.gform_wrapper .gfield.buttonized .gfield_checkbox {
    display: flex;
    flex-direction: row; }
  #gform_wrapper_3.gform-theme--foundation input[type="button"], #gform_wrapper_3.gform-theme--foundation button {
    display: inline-flex;
    position: relative;
    line-height: 1;
    align-items: center;
    transition: all ease 0.4s;
    color: #ED424A;
    font-size: 16px;
    text-decoration: none;
    width: fit-content;
    padding: 6px 10px;
    background: transparent;
    border: 1px solid #ED424A;
    border-radius: 5px; }
    #gform_wrapper_3.gform-theme--foundation input[type="button"]:hover, #gform_wrapper_3.gform-theme--foundation input[type="button"].active, #gform_wrapper_3.gform-theme--foundation button:hover, #gform_wrapper_3.gform-theme--foundation button.active {
      color: #fff;
      background: #ED424A; }
  #gform_wrapper_3.gform-theme--foundation label, #gform_wrapper_3.gform-theme--foundation .gform-field-label {
    font-size: 19px;
    font-weight: 500;
    color: #ED424A; }
  #gform_wrapper_3 .gform_page_footer {
    justify-content: flex-end; }

.mobile-only, .sdgs-wrap-mobile {
  display: none; }

.desktop-only {
  display: block; }

.desktop-only-flex {
  display: flex; }

#nav-trigger {
  position: relative;
  color: #ffffff;
  cursor: pointer;
  transition: transform .5s ease;
  width: 24px;
  display: none;
  height: 18px;
  z-index: 12;
  margin: 0 0 0 36px; }
  #nav-trigger .menu {
    background: #ffffff;
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    transition: background .5s ease;
    width: 24px; }
    #nav-trigger .menu:after, #nav-trigger .menu:before {
      background: #ffffff;
      content: "";
      display: block;
      height: 2px;
      position: absolute;
      transition: transform .3s ease,top .3s ease,bottom .3s ease;
      width: 24px; }
    #nav-trigger .menu:before {
      top: -8px; }
    #nav-trigger .menu:after {
      bottom: -8px;
      top: auto; }
  #nav-trigger.open .menu {
    background: 0 0;
    transition: none; }
  #nav-trigger.open .menu:before {
    transform: rotate(45deg);
    width: 24px;
    top: 0; }
  #nav-trigger.open .menu:after {
    top: 12px;
    width: 24px;
    bottom: auto;
    transform: translateY(-12px) rotate(-45deg); }

@media only screen and (max-width: 1920px) {
  #team-overlay.open {
    right: 50px; } }
@media only screen and (max-width: 1734px) {
  footer .top .left, footer .bottom .left {
    padding-left: 70px; }

  footer .top .right, footer .bottom .right {
    padding-right: 70px; } }
@media only screen and (max-width: 1699px) {
  .featured-properties .car-gradient.left, .featured-properties .car-gradient.right {
    width: 150px; }

  .featured-properties .property-wrap .flickity-prev-next-button.previous, #what-we-do .case-studies-block .case-studies .flickity-prev-next-button.previous, #single-cs .image-carousel .flickity-prev-next-button.previous, .property-single .image-carousel .flickity-prev-next-button.previous, #about .services-block .services-wrap .flickity-prev-next-button.previous {
    left: 50px; }

  .featured-properties .property-wrap .flickity-prev-next-button.next, #what-we-do .case-studies-block .case-studies .flickity-prev-next-button.next, #single-cs .image-carousel .flickity-prev-next-button.next, .property-single .image-carousel .flickity-prev-next-button.next, #about .services-block .services-wrap .flickity-prev-next-button.next {
    right: 50px; } }
@media only screen and (max-width: 1169px) {
  #team-overlay {
    width: calc(100% - 100px); } }
@media only screen and (max-width: 1099px) {
  body {
    font-size: 17px;
    line-height: 23px; }

  #default p, #default li, #gform_wrapper_3.gform-theme--foundation label, #gform_wrapper_3.gform-theme--foundation .gform-field-label {
    font-size: 16px;
    line-height: 20px; }

  h1, .h1-style {
    font-size: 35px;
    line-height: 40px; }

  h2, .h2-style, .contact-block p, #single-cs .quote-block blockquote p {
    font-size: 35px;
    line-height: 40px; }

  #single-cs h1 {
    font-size: 30px;
    line-height: 34px; }

  h3, .h3-style, #single-cs .summary-block .left .copy-wrap, .property-single .main-wrap .inner h2, .contact-form-wrap .inner .right h2, #form-overlay .inner .form-wrap h2, #form-overlay .inner .form-wrap h2 {
    font-size: 25px;
    line-height: 30px; }

  #default h2, #single-cs .next-up-block .copy-wrap p.next {
    font-size: 20px;
    line-height: 24px; }

  .hero-block .inner .copy-wrap .copy h1 {
    font-size: 40px; }

  .button, input[type="submit"] {
    font-size: 15px; }

  .featured-properties .property-wrap .flickity-prev-next-button.previous, #what-we-do .case-studies-block .case-studies .flickity-prev-next-button.previous, #single-cs .image-carousel .flickity-prev-next-button.previous, .property-single .image-carousel .flickity-prev-next-button.previous, #about .services-block .services-wrap .flickity-prev-next-button.previous {
    left: 30px; }

  .featured-properties .property-wrap .flickity-prev-next-button.next, #what-we-do .case-studies-block .case-studies .flickity-prev-next-button.next, #single-cs .image-carousel .flickity-prev-next-button.next, .property-single .image-carousel .flickity-prev-next-button.next, #about .services-block .services-wrap .flickity-prev-next-button.next {
    right: 30px; }

  header {
    padding: 26px 30px 27px 30px;
    transition: background ease 0.4s; }

  header .inner .logo {
    width: 147px;
    height: 47px; }

  header .inner .logo div {
    width: 147px;
    height: 47px; }

  header .inner .menu-wrap {
    padding-top: 0; }

  .menu-header-menu-container {
    display: none; }

  header .inner .menu-wrap #nav-trigger {
    width: 40px;
    height: 40px;
    background: url(../images/icon-mobile-nav-off.svg) 0 0 no-repeat;
    margin-left: 0; }

  header .inner .menu-wrap #nav-trigger:after {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../images/icon-mobile-nav-on.svg) 0 0 no-repeat;
    opacity: 0;
    transition: opacity ease 0.4s; }

  header.menu-open {
    background: #ffffff; }

  header.menu-open .menu-wrap #nav-trigger:after {
    opacity: 1; }

  header.menu-open .inner .logo .logo-black {
    opacity: 1; }

  #nav-overlay {
    width: 100vw;
    height: calc(100dvh - 96px);
    border-radius: 0;
    right: -30px;
    padding: 50px 34px;
    top: 74px; }

  #nav-overlay .close {
    display: none; }

  footer .top .left {
    padding: 50px 30px; }

  footer .top .right {
    padding: 50px 30px; }

  footer .bottom .left {
    padding-left: 30px; }

  footer .bottom .right {
    padding: 0 30px 0 20px; }

  footer .top .right .contact .footer-logo {
    width: 150px; }

  .hero-block .inner .copy-wrap .copy .animated-search-link {
    padding: 10px; }

  .hero-block .inner .copy-wrap .copy .animated-search-link p {
    font-size: 25px; }

  .hero-block .inner .copy-wrap .copy h1 {
    margin-bottom: 60px; }

  .hero-block .inner .copy-wrap .copy {
    width: 80%; }

  #home .meet-block {
    padding: 50px 0; }

  #home .meet-block .inner .left {
    width: calc(45% - 15px); }

  #home .meet-block .inner .right {
    width: calc(55% - 15px); }

  #home .what-we-do {
    padding: 50px 0; }

  #home .what-we-do .inner .left {
    width: calc(50% - 15px); }

  #home .what-we-do .inner .right {
    width: calc(50% - 15px); }

  #home .what-we-do .inner .right .faqs-wrap .faq .content .copy {
    padding-left: 50px; }

  .featured-properties {
    padding: 50px 0; }

  .featured-properties .property-wrap .flickity-prev-next-button.previous {
    left: 30px; }

  .featured-properties .property-wrap .flickity-prev-next-button.next {
    right: 30px; }

  .clients-block {
    padding: 50px 0; }

  .clients-block .logo-gallery ul li {
    width: 220px;
    padding: 15px 20px; }

  .faqs-wrap .faq a.faq-trigger {
    padding-left: 50px;
    font-size: 24px;
    line-height: 28px; }

  .contact-block {
    padding: 50px 0; }

  #search-property-overlay {
    padding: 50px;
    width: calc(100% - 60px);
    left: 30px; }

  #search-property-overlay .inner .search-bar form input[type="text"] {
    font-size: 25px; }

  .property-card .copy-wrap .flex p, .properties .type-property .copy-wrap .flex p {
    padding: 0 0 20px 0; }

  #property-search .main-content {
    padding: 200px 0 50px 0; }

  #property-search .main-content h1 {
    padding-bottom: 50px; }

  .properties .type-property .copy-wrap {
    margin-top: 15px; }

  .property-card .copy-wrap .flex, .properties .type-property .copy-wrap .flex {
    display: block; }

  .property-card .copy-wrap .flex .copy, .properties .type-property .copy-wrap .flex .copy {
    padding: 0 0 15px 0; }

  .property-card .copy-wrap h3, .properties .type-property .copy-wrap h3 {
    font-size: 22px;
    line-height: 26px;
    padding-bottom: 10px;
    margin-bottom: 10px; }

  #property-search .propertyhive-pagination {
    margin: 30px 0 0 0; }

  .property-single {
    padding: 200px 0 50px 0; }

  .property-single .main-wrap {
    padding: 50px 0; }

  .property-single .image-carousel {
    padding-bottom: 50px; }

  .property-single .map-wrap .acf-map {
    height: 450px; }

  .property-single .video-block {
    padding: 50px 0; }

  .property-single .main-wrap .left, .property-single .main-wrap .right {
    width: calc(50% - 15px); }

  .property-single .main-wrap .left .details-block, .property-single .main-wrap .right .downloads-block {
    margin: 0 0 30px 0; }

  #about .intro-block {
    padding: 200px 0 0 0; }

  #about .meet-block, #about .what-we-do, #about .supporting-block, #about .careers-block {
    padding: 50px 0; }

  #about .careers-block .inner .image-wrap {
    margin-bottom: 50px; }

  #about .meet-block .inner .left, #about .what-we-do .inner .left {
    width: calc(50% - 15px); }

  #about .meet-block .inner .right, #about .what-we-do .inner .right {
    width: calc(50% - 15px); }

  #about .services-block .intro-wrap {
    padding: 50px 0 30px 0; }

  #team .intro-block {
    padding: 200px 0 60px 0; }

  #team .intro-block .inner .team-search form input[type="text"] {
    width: calc(100% - 100px);
    font-size: 25px; }

  #team .intro-block .inner .team-search .specialisms-wrap h3 {
    font-size: 15px; }

  #team .team-block {
    padding-bottom: 0; }

  #team .team-block .team-item {
    margin-bottom: 50px; }

  #team-overlay {
    width: calc(100% - 60px);
    padding: 30px;
    height: calc(100vh - 200px); }

  #team-overlay.open {
    right: 30px; }

  #team-overlay .close {
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px; }

  #team-overlay .member-wrap {
    border-top: none; }

  #team-overlay .member-wrap .left {
    width: 280px; }

  #team-overlay .member-wrap .right {
    width: calc(100% - 300px); }

  #what-we-do .intro-block {
    padding: 200px 0 0 0; }

  #what-we-do .intro-block .inner {
    padding-bottom: 26px; }

  #what-we-do .services-block h2 {
    padding-bottom: 30px; }

  #what-we-do .services-block {
    padding: 50px 0; }

  #what-we-do .faqs-wrap {
    padding-top: 20px; }

  #what-we-do .services-block .faqs-wrap {
    width: calc(50% - 20px); }

  #what-we-do .services-block .faqs-wrap .faq a.faq-trigger {
    padding-left: 45px;
    padding-bottom: 20px;
    margin-bottom: 20px; }

  #what-we-do .services-block .faqs-wrap .faq .content {
    padding: 0 0 50px 0; }

  #what-we-do .services-block .faqs-wrap .faq .content .image-wrap {
    margin-bottom: 30px; }

  #what-we-do .sectors-block {
    padding: 50px 0; }

  #what-we-do .sectors-block .sectors-wrap .sector .cs-inner {
    height: 400px; }

  #what-we-do .sectors-block h2 {
    padding-bottom: 30px; }

  #what-we-do .case-studies-block {
    padding: 50px 0; }

  #what-we-do .case-studies-block h2 {
    padding-bottom: 30px; }

  #single-cs {
    padding-top: 200px; }

  #single-cs .main-image {
    aspect-ratio: 3 / 2; }

  #single-cs .main-copy {
    padding: 50px 0; }

  #single-cs .main-copy .teaser {
    width: calc(45% - 15px); }

  #single-cs .main-copy .copy {
    width: calc(50% - 15px);
    padding-top: 0; }

  #single-cs .quote-block {
    padding: 50px 0; }

  #single-cs .quote-block .quote-wrap {
    max-width: none;
    width: 75%; }

  #single-cs .summary-block {
    padding: 50px 0; }

  #single-cs .summary-block .left {
    width: calc(65% - 50px); }

  #single-cs .summary-block .left .stats-wrap .stat p.large {
    font-size: 40px; }

  #single-cs .next-up-block {
    padding: 50px 0; }

  #contact {
    padding: 200px 0 0 0; }

  #contact .map-block .acf-map {
    height: 500px; }

  #contact .contact-wrap .inner {
    padding: 20px 0 50px 0; }

  .contact-form-wrap .inner {
    padding: 50px 0; }

  .contact-form-wrap .form-wrap input[type="email"], .contact-form-wrap .form-wrap input[type="number"], .contact-form-wrap .form-wrap input[type="tel"], .contact-form-wrap .form-wrap input[type="text"], .contact-form-wrap .form-wrap textarea, .contact-form-wrap .form-wrap select, .contact-form-wrap .form-wrap .select2-container .select2-selection--single .select2-selection__rendered, footer .form-wrap input[type="email"], footer .form-wrap input[type="number"], footer .form-wrap input[type="tel"], footer .form-wrap input[type="text"], footer .form-wrap textarea, footer .form-wrap select, footer .form-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 16px; }

  #form-overlay .inner {
    padding: 80px 50px 50px 50px; }

  #form-overlay .inner .close {
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    background-size: 30px auto; }

  #default .intro-wrap {
    padding: 200px 0 50px 0; }

  #default .intro-wrap .inner .copy {
    width: 75%; }

  #default .copy-wrap {
    padding: 50px 0; }

  #page-404 .intro-wrap {
    padding: 200px 0 50px 0; } }
@media only screen and (max-width: 959px) {
  body {
    font-size: 16px;
    line-height: 22px; }

  #default p, #default li, #search-property-overlay .inner .content-wrap .popular-searches h3, .tab-item {
    font-size: 15px;
    line-height: 19px; }

  h1, .h1-style {
    font-size: 26px;
    line-height: 30px; }

  h2, .h2-style, .contact-block p, #single-cs .quote-block blockquote p {
    font-size: 24px;
    line-height: 28px; }

  h3, .h3-style, #single-cs h1, #single-cs .summary-block .left .copy-wrap, .property-single .main-wrap .inner h2, .contact-form-wrap .inner .right h2, #form-overlay .inner .form-wrap h2, #form-overlay .inner .form-wrap h2 {
    font-size: 22px;
    line-height: 26px; }

  .faqs-wrap .faq a.faq-trigger {
    font-size: 20px;
    line-height: 24px; }

  #default h2, #single-cs .next-up-block .copy-wrap p.next {
    font-size: 18px;
    line-height: 22px; }

  .hero-block .inner .copy-wrap .copy h1 {
    font-size: 35px; }

  .hero-block .inner .copy-wrap .copy .animated-search-link p {
    font-size: 22px; }

  h2 {
    padding-bottom: 20px; }

  .with-rule-below {
    padding-bottom: 10px;
    margin-bottom: 10px; }

  .flickity-prev-next-button {
    width: 40px;
    height: 40px; }

  .flickity-prev-next-button.previous, .flickity-prev-next-button.next {
    background-size: 20px auto; }

  footer .top {
    flex-direction: column; }

  footer .top .left {
    width: 100%;
    padding: 30px;
    border: none;
    justify-content: space-between; }

  footer .top .left .location, footer .top .left .sitemap {
    width: calc(50% - 15px); }

  footer .top .right {
    width: 100%;
    padding: 0 30px 30px 30px; }

  footer .top .right .signup {
    width: calc(50% - 15px);
    max-width: none; }

  footer .top .right .contact {
    width: calc(50% - 15px); }

  footer .top .right .contact .footer-logo {
    margin-top: 30px; }

  footer .bottom {
    flex-direction: column;
    padding-bottom: 30px; }

  footer .bottom .left {
    width: 100%;
    padding: 0 30px 30px 30px; }

  footer .bottom .right {
    width: 100%;
    padding: 0 30px 0 20px; }

  #home .meet-block, #home .what-we-do, .featured-properties, .clients-block, .contact-block, .property-single .main-wrap, .property-single .video-block, #about .meet-block, #about .what-we-do, #about .supporting-block, #about .careers-block, #what-we-do .services-block, #what-we-do .sectors-block, #what-we-do .case-studies-block, .contact-form-wrap .inner, #default .copy-wrap {
    padding: 30px 0; }

  .featured-properties .property-wrap {
    margin-top: 30px; }

  .faqs-wrap {
    padding-top: 15px; }

  .faqs-wrap .faq {
    padding-bottom: 15px;
    margin-bottom: 15px; }

  .faqs-wrap .faq a.faq-trigger:after {
    height: 32px;
    line-height: 32px; }

  .faqs-wrap .faq .content {
    padding: 20px 15% 30px 0; }

  .contact-block p {
    padding-bottom: 30px; }

  #search-property-overlay {
    padding: 30px; }

  #search-property-overlay .inner .search-bar {
    margin: 30px 0 20px 0; }

  #search-property-overlay .inner .search-bar form input[type="text"] {
    font-size: 20px; }

  #search-property-overlay .inner .search-bar form {
    padding: 5px;
    width: 100%; }

  #search-property-overlay .inner .content-wrap {
    flex-direction: column; }

  #search-property-overlay .inner .content-wrap .popular-searches {
    order: 0;
    width: 100%;
    margin-bottom: 30px; }

  #search-property-overlay .inner .content-wrap .overlay-properties {
    width: 100%;
    order: 1; }

  #search-property-overlay .inner .content-wrap .popular-searches h3 {
    padding-bottom: 15px; }

  #property-search .main-content {
    padding: 160px 0 30px; }

  #property-search .main-content h1 {
    padding-bottom: 30px; }

  #property-search .main-content .property-search-form .form-fields-wrap {
    flex-wrap: wrap;
    width: 100%; }

  #property-search .control {
    margin-bottom: 10px; }

  #property-search .main-content .property-search-form .form-fields-wrap .control.control-address_keyword {
    width: 100%; }

  #property-search .main-content .property-search-form .form-fields-wrap .control {
    width: calc(50% - 15px); }

  #property-search .main-content .property-search-form .form-actions-wrap {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    padding-bottom: 10px; }

  #property-search .main-content .result-sort-wrap {
    margin: 30px 0 0 0; }

  .property-single {
    padding: 160px 0 30px; }

  .property-single .image-carousel {
    padding-bottom: 30px; }

  .property-single .main-wrap .inner h2 {
    padding-bottom: 15px; }

  #about .intro-block {
    padding: 160px 0 0 0; }

  #about .services-block {
    padding-bottom: 30px; }

  #team .intro-block {
    padding: 160px 0 30px; }

  #team .team-block .team-item .copy-wrap .top {
    padding: 20px 0 15px 0;
    margin-bottom: 15px;
    flex-direction: column; }

  #team .team-block .team-item .copy-wrap .top h3 {
    padding-bottom: 10px; }

  #team .team-block .team-item {
    margin-bottom: 30px; }

  #team .intro-block .inner .team-search form {
    padding: 5px; }

  #team .intro-block .inner .team-search .specialisms-wrap {
    margin: 20px 0 0 0;
    flex-direction: column; }

  #team .intro-block .inner .team-search .specialisms-wrap h3 {
    width: 100%;
    padding-bottom: 15px; }

  #team .intro-block .inner .team-search .specialisms-wrap .tab-wrap {
    width: 100%; }

  #team-overlay .member-wrap .right {
    line-height: 22px; }

  #what-we-do .intro-block {
    padding: 160px 0 0 0; }

  #single-cs {
    padding-top: 160px; }

  #single-cs h1 {
    font-size: 22px;
    line-height: 26px;
    padding: 5px 0 20px 0; }

  #single-cs .main-copy {
    padding: 30px 0; }

  #single-cs .main-copy .inner {
    flex-direction: column; }

  #single-cs .main-copy .teaser {
    width: 100%;
    padding-bottom: 30px; }

  #single-cs .main-copy .copy {
    width: 100%; }

  #single-cs .image-carousel .carousel-cell, .property-single .image-carousel .carousel-cell {
    width: 80%;
    padding: 0 10px; }

  #single-cs .quote-block {
    padding: 30px 0; }

  #single-cs .summary-block {
    padding: 30px 0; }

  #single-cs .summary-block .summary-wrap {
    flex-direction: column; }

  #single-cs .summary-block .left {
    width: 100%;
    margin-bottom: 30px; }

  #single-cs .summary-block .left .copy-wrap {
    padding-bottom: 30px; }

  #single-cs .summary-block .right {
    width: 100%;
    justify-content: flex-start; }

  #single-cs .summary-block .member-wrap:first-child {
    margin-left: 0; }

  #single-cs .next-up-block {
    padding: 30px 0; }

  #single-cs .next-up-block .copy-wrap {
    width: calc(50% - 15px); }

  #single-cs .next-up-block .image-wrap {
    width: calc(50% - 15px); }

  #contact {
    padding: 160px 0 0 0; }

  #default .intro-wrap {
    padding: 160px 0 30px 0; }

  #page-404 .intro-wrap {
    padding: 160px 0 30px 0; }

  #form-overlay {
    padding: 80px 0 40px; }

  #form-overlay .inner {
    padding: 80px 30px 30px 30px;
    height: calc(100vh - 120px); } }
@media only screen and (max-width: 767px) {
  .tablet-desktop-only {
    display: none; }

  .mobile-only {
    display: block; }

  p {
    padding-bottom: 20px; }

  .copy-wrap ul {
    margin-bottom: 20px; }

  .button, input[type="submit"], .tab-item, .select2-results__option {
    font-size: 14px; }

  .hero-block .inner .copy-wrap .copy h1 {
    font-size: 30px; }

  #nav-overlay ul {
    margin: 60px 0 0 0; }

  footer h2 {
    padding-bottom: 10px; }

  footer .top .left {
    flex-direction: column; }

  footer .top .left .location {
    width: 100%;
    margin: 30px 0 0 0; }

  footer .top .left .sitemap {
    display: none; }

  footer .top .right {
    flex-direction: column; }

  footer .top .right .signup {
    width: 100%; }

  footer .top .right .signup p {
    padding-bottom: 15px; }

  footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn)) > button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), footer .form-wrap .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    margin-left: 0; }

  footer h2 {
    font-size: 16px; }

  footer p, footer li {
    font-size: 14px;
    line-height: 18px; }

  footer .bottom {
    flex-direction: column;
    padding: 20px 0 30px 0; }

  footer .bottom .left {
    order: 3;
    padding: 20px 30px 0 30px; }

  footer .bottom, footer .bottom .right {
    flex-direction: column; }

  footer .bottom .right {
    padding: 0; }

  footer .bottom .right ul {
    order: 1;
    width: 100%;
    border-bottom: 1px solid #456E7D;
    padding: 0 30px 20px 30px; }

  footer .bottom ul li:first-child {
    margin-left: 0; }

  footer p.copyright {
    order: 2;
    border-bottom: 1px solid #456E7D;
    width: 100%;
    padding: 20px 30px !important; }

  footer .bottom .left .rics-logo {
    width: 100px; }

  footer .bottom .left p {
    width: calc(100% - 120px); }

  .hero-block .inner .copy-wrap .copy {
    width: 100%; }

  #home .meet-block .inner, #home .what-we-do .inner {
    flex-direction: column; }

  #home .meet-block .inner .left, #home .what-we-do .inner .left {
    width: 100%;
    padding-bottom: 30px; }

  #home .meet-block .inner .right, #home .what-we-do .inner .right {
    width: 100%; }

  #home .what-we-do .inner .left .image-wrap {
    margin-top: 0; }

  .featured-properties .property-wrap .carousel-cell {
    width: 80%; }

  #search-property-overlay .inner .content-wrap {
    flex-direction: column; }

  #property-search .main-content .property-search-form, #property-search .main-content .result-sort-wrap {
    font-size: 14px;
    line-height: 20px; }

  #property-search ul.properties li, #property-search ul.properties li.search-tool-promo {
    width: calc(50% - 20px);
    margin: 10px !important; }

  .property-single .main-wrap .inner {
    flex-direction: column; }

  .property-single .main-wrap .left {
    width: 100%;
    margin-bottom: 30px; }

  .property-single .main-wrap .right {
    width: 100%; }

  table {
    width: 100%; }

  th, td {
    padding: 6px 8px;
    font-size: 14px;
    line-height: 18px; }

  .property-single .intro-wrap {
    padding: 15px 0 30px 0;
    flex-direction: column; }

  .property-single .intro-wrap h1 {
    width: 100%;
    padding-bottom: 10px; }

  .property-single .intro-wrap h2 {
    width: 100%;
    text-align: left; }

  .property-single .map-wrap .acf-map {
    height: 350px; }

  .property-single .intro-wrap h2 br {
    display: none; }

  #about .intro-block .inner {
    width: 100%; }

  #about .meet-block .inner, #about .what-we-do .inner, #about .supporting-block .inner {
    flex-direction: column; }

  #about .meet-block .inner .left p {
    width: 100%; }

  #about .meet-block .inner .left, #about .supporting-block .inner .left, #about .careers-block .inner .copy-wrap {
    width: 100%;
    order: 1; }

  #about .meet-block .inner .right, #about .supporting-block .inner .right, #about .careers-block .inner .image-wrap {
    width: 100%;
    order: 0;
    margin-bottom: 30px; }

  #about .what-we-do .inner .left {
    width: 100%;
    margin-bottom: 30px; }

  #about .what-we-do .inner .right {
    width: 100%; }

  #about .what-we-do .inner .right h2, #about .what-we-do .inner .right p {
    padding-left: 0; }

  #about .what-we-do .inner .right .button {
    margin-left: 0; }

  #about .services-block .intro-wrap {
    padding: 30px 0;
    width: 100%; }

  #about .careers-block .inner .copy-wrap br {
    display: none; }

  #team .team-block .inner {
    width: 100%;
    margin: 0;
    justify-content: space-between; }

  #team .team-block .team-item {
    width: calc(50% - 10px);
    margin: 0 0 30px 0; }

  #team .intro-block .inner .team-search form input[type="text"] {
    font-size: 20px; }

  #team .intro-block .inner {
    flex-direction: column; }

  #team .intro-block .inner .copy-wrap {
    width: 100%;
    margin-bottom: 20px;
    max-width: none; }

  #team .intro-block .inner .team-search {
    width: 100%; }

  #team-overlay .member-wrap {
    flex-direction: column; }

  #team-overlay .member-wrap .left {
    width: 100%;
    margin-bottom: 20px; }

  #team-overlay .member-wrap .right {
    width: 100%; }

  #team-overlay .member-wrap .contact-icons-wrap {
    margin-bottom: 20px; }

  #what-we-do .intro-block .inner {
    width: 100%; }

  #what-we-do .intro-block .inner h1 {
    padding: 0; }

  #what-we-do .services-block .inner {
    flex-direction: column; }

  #what-we-do .services-block .faqs-wrap {
    width: 100%; }

  #what-we-do .services-block .faqs-wrap .faq .content {
    padding: 0 0 30px; }

  #what-we-do .services-block .faqs-wrap .faq a.faq-trigger {
    padding-left: 50px; }

  #what-we-do .services-block .faqs-wrap .faq .content .flex {
    flex-direction: column; }

  #what-we-do .services-block .faqs-wrap .faq .content .image-wrap {
    width: 100%;
    margin-bottom: 20px; }

  #what-we-do .services-block .faqs-wrap .faq .content .copy-wrap {
    width: 100%; }

  #what-we-do .sectors-block .sectors-wrap .sector {
    margin-left: 10px; }

  #what-we-do .sectors-block .sectors-wrap .sector .cs-inner {
    padding: 30px; }

  #what-we-do .case-studies-block .case-studies .carousel-cell {
    width: 80%; }

  #single-cs .summary-block .left .stats-wrap {
    flex-direction: column; }

  #single-cs .summary-block .left .stats-wrap .stat {
    width: 100%;
    padding: 0 0 20px 0; }

  #single-cs .summary-block .left .stats-wrap .stat p.large {
    padding-bottom: 5px; }

  #single-cs .next-up-block .inner {
    flex-direction: column; }

  #single-cs .next-up-block .copy-wrap {
    width: 100%;
    margin-bottom: 20px; }

  #single-cs .next-up-block .image-wrap {
    width: 100%; }

  #contact .contact-wrap .inner {
    flex-direction: column;
    padding-bottom: 30px; }

  #contact .contact-wrap .inner .left {
    width: 100%;
    max-width: none;
    margin-bottom: 30px; }

  #contact .contact-wrap .inner .left .address {
    padding: 20px 0; }

  #contact .contact-wrap .inner .right {
    width: 100%;
    padding: 0; }

  #contact .map-block .acf-map {
    height: 320px; }

  .contact-form-wrap .inner {
    flex-direction: column; }

  .contact-form-wrap .inner .left {
    width: 100%;
    margin-bottom: 30px; }

  .contact-form-wrap .inner .right {
    width: 100%; }

  .contact-form-wrap .form-wrap input[type="email"], .contact-form-wrap .form-wrap input[type="number"], .contact-form-wrap .form-wrap input[type="tel"], .contact-form-wrap .form-wrap input[type="text"], .contact-form-wrap .form-wrap textarea, .contact-form-wrap .form-wrap select, .contact-form-wrap .form-wrap .select2-container .select2-selection--single .select2-selection__rendered, footer .form-wrap input[type="email"], footer .form-wrap input[type="number"], footer .form-wrap input[type="tel"], footer .form-wrap input[type="text"], footer .form-wrap textarea, footer .form-wrap select, footer .form-wrap .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 15px; }

  #default .intro-wrap .inner .copy {
    width: 100%; }

  #default .intro-wrap .inner .copy h1 {
    padding-bottom: 20px; }

  #default h2 {
    padding-bottom: 10px; }

  #page-404 .intro-wrap .inner {
    flex-direction: column; }

  #page-404 .intro-wrap .inner .copy {
    order: 1;
    width: 100%;
    padding: 0; }

  #page-404 .intro-wrap .inner .title {
    order: 0;
    width: 100%;
    max-width: none;
    text-align: left;
    padding-bottom: 20px; }

  #page-404 .intro-wrap .inner .title h3 {
    padding: 0; } }
@media only screen and (max-width: 600px) {
  #what-we-do .sectors-block .sectors-wrap {
    flex-direction: column; }

  #what-we-do .sectors-block .sectors-wrap .sector {
    flex: 0;
    margin: 0 0 20px 0; }

  #what-we-do .sectors-block .sectors-wrap .sector .cs-inner {
    height: auto;
    width: 100%; }

  #what-we-do .sectors-block .sectors-wrap .sector .copy-wrap .bottom {
    opacity: 1; }

  #what-we-do .sectors-block .sectors-wrap .sector .copy-wrap .bottom .copy {
    width: 100%; }

  #what-we-do .sectors-block .sectors-wrap .sector .gradient {
    opacity: 1; }

  #what-we-do .sectors-block .sectors-wrap .sector:hover {
    flex: auto;
    min-width: inherit; }

  #what-we-do .sectors-block .sectors-wrap .sector .cs-inner .bg-image {
    opacity: 0.5; } }
@media only screen and (max-width: 500px) {
  .hero-block .inner .copy-wrap .copy {
    padding: 0 0 0 30px; }

  .hero-block .inner .copy-wrap .copy h1 {
    margin-bottom: 30px; }

  .hero-block .inner .copy-wrap .copy .animated-search-link {
    flex-direction: column;
    align-items: flex-end; }

  .hero-block .inner .copy-wrap .copy .animated-search-link .title-cycle {
    margin-bottom: 5px; }

  #single-cs .summary-block .right, .property-single .main-wrap .right .brokers-block .brokers-wrap {
    flex-direction: column; }

  #single-cs .summary-block .member-wrap, .property-single .main-wrap .right .brokers-block .member-wrap {
    width: 100%;
    max-width: none;
    margin: 0 0 30px 0; }

  #single-cs .summary-block .member-wrap:last-child, .property-single .main-wrap .right .brokers-block .member-wrap:last-child {
    margin: 0; }

  #single-cs .summary-block .member-wrap .image-wrap, .property-single .main-wrap .right .brokers-block .member-wrap .image-wrap {
    width: 70%; }

  th, td {
    padding: 3px 4px;
    font-size: 12px;
    line-height: 15px; }

  #about .services-block .services-wrap .carousel-cell {
    width: 80%; }

  #team .team-block .team-item {
    width: 100%; }

  #property-search .main-content .property-search-form, #property-search .main-content .result-sort-wrap {
    flex-direction: column; }

  #property-search .main-content .property-search-form .form-actions-wrap {
    margin: 10px 0 0 0;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0; }

  .select2-container--sortby {
    text-align: left;
    margin-top: 10px; }

  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0; } }
