form input::-webkit-input-placeholder {
    color: #000;
}
form input:-moz-placeholder {
    color: #000;
}
form input::-ms-input-placeholder {
    color: #000;
}
form input:-ms-input-placeholder {
    color: #000;
}
form input:focus::-webkit-input-placeholder {
    color: #000;
}
form input:focus:-moz-placeholder {
    color: #000;
}
form input:focus::-ms-input-placeholder {
    color: #000;
}
form input:focus:-ms-input-placeholder {
    color: #000;
}
.no-overflow {
    overflow: hidden;
}
.right {
    float: right;
}
.hide {
    display: none;
}
@-webkit-keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes hvr-wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes hvr-wobble-vertical2 {
    8.32% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    16.6% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    25% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    33.4% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    41.75% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.hvr-wobble-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-vertical:active,
.hvr-wobble-vertical:focus,
.hvr-wobble-vertical:hover {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.bounce {
    -webkit-animation-name: hvr-wobble-vertical;
    animation-name: hvr-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.bounce-repeat {
    -webkit-animation-name: hvr-wobble-vertical2;
    animation-name: hvr-wobble-vertical2;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@-webkit-keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes hvr-wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-wobble-horizontal:active,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:hover {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-grow:active,
.hvr-grow:focus,
.hvr-grow:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.hover_pulse,
.hover_pulse2,
.hvr-pulse-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hover_pulse.active,
.hvr-pulse-grow:active,
.hvr-pulse-grow:focus,
.hvr-pulse-grow:hover {
    animation-name: hvr-pulse-grow;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.hover_pulse2.active {
    animation-iteration-count: 4;
}
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
.hvr-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.hvr-pulse:active,
.hvr-pulse:focus,
.hvr-pulse:hover {
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.overlay-scale {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
}
@-webkit-keyframes cont-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
@keyframes cont-pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.pulse {
    -webkit-animation-name: cont-pulse;
    animation-name: cont-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.hvr-rotate,
.hvr-rotate2 {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-rotate:hover {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.hvr-rotate2 {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.hvr-rotate2.active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
}
@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
} /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
html {
    box-sizing: border-box;
}
*,
:after,
:before {
    box-sizing: inherit;
}
body {
    background: #fff;
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px;
}
.clear--left {
    clear: left;
}
body {
    background-color: #73ba93;
}
body {
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
}
h2 {
    font-size: 51px;
}
h3 {
    font-size: 4em;
}
p {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-bottom: 10px;
}
p strong {
    font-weight: 600;
}
@media only screen and (min-width: 1024px) {
    p {
        font-size: 17px;
    }
}
ul li {
    letter-spacing: 1px;
}
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-slider * {
    outline: 0;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.fancybox-button {
    background: #3a5149;
    color: #fff;
}
.fancybox-slide {
    padding: 44px 0;
}
@media only screen and (min-width: 768px) {
    .fancybox-slide {
        padding: 44px;
    }
}
section {
    clear: both;
}
section#space {
    padding-top: 70px;
}
section .inner {
    margin: 0 auto;
    text-align: center;
}
section .inner figure {
    margin-bottom: 25px;
}
section .inner figcaption {
    font-size: 11px;
    letter-spacing: 2px;
    line-height: 1.4;
}
section .inner figcaption span {
    display: block;
}
section ul {
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
    width: 100%;
}
section ul li {
    font-size: 3em;
    margin-bottom: 5px;
}
.scrolling .header {
    margin-bottom: 70px;
}
@media only screen and (min-width: 768px) {
    section {
        clear: both;
    }
    section .inner figcaption span {
        display: inline;
    }
}
@media only screen and (min-width: 1024px) {
    section ul {
        margin-top: 0;
    }
    section ul li {
        font-size: 4em;
    }
}
header {
    display: inline-block;
    height: calc(var(--vh, 1vh) * 100);
    min-height: 620px;
    position: relative;
    width: 100%;
    z-index: 9999;
}
header .header__content {
    margin: 0 auto;
    padding: 0;
    padding-bottom: 120px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header h1 {
    background: url(/images/SVG/160_Old_St_Logo.svg) 0 0 no-repeat;
    background-size: 100% auto;
    height: 137.64px;
    margin: 30px;
    width: 300.81px;
    color: transparent;
    font: 0/0 a;
}
@media only screen and (min-width: 1200px) {
    header h1 {
        height: 256.82px;
        margin: 80px;
        width: 561.27px;
    }
}
header p {
    color: transparent;
    font: 0/0 a;
    background: url(/images/SVG/Intro_text.svg) 0 0 no-repeat;
    background-size: 100% auto;
    height: 114.81px;
    width: 316.19px;
}
@media only screen and (min-width: 1200px) {
    header p {
        background: url(/images/SVG/Intro_text.svg) 0 0 no-repeat;
        height: 167.08px;
        width: 759.6px;
    }
}
header .scroll-down {
    background: url(/images/SVG/Down_arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    height: 39px;
    position: absolute;
    width: 32px;
    bottom: 43px;
    right: 25px;
}
@media only screen and (min-width: 1200px) {
    header .scroll-down {
        right: 50px;
        bottom: 80px;
    }
}
footer {
    clear: both;
    padding: 70px 0;
    position: relative;
    text-align: center;
}
footer p {
    color: #fff;
    clear: both;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 auto 10px;
    max-width: 1390px;
    padding: 0 40px;
    width: 100%;
}
footer p a {
    color: #fff;
    text-decoration: none;
}
footer p a:hover {
    text-decoration: underline;
}
@media only screen and (min-width: 1024px) {
    footer {
        padding: 80px 0;
    }
}
.button--download {
    background: url(../images/SVGs/6-floor-symbol.svg) center top/85px auto no-repeat;
    color: #000;
    display: inline-block;
    font-size: 17px;
    margin-bottom: 50px;
    padding: 125px 0 60px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.button--download:hover {
    color: #3a5149;
}
.button--download:after {
    content: "";
    background: url(../images/SVGs/Arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    bottom: 0;
    height: 26.6px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 49.3px;
}
.download {
    background-size: 60px auto;
    background-position: center top;
    background-repeat: no-repeat;
    display: inline-block;
    padding-top: 90px;
    max-width: 475px;
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .download {
        background-size: 80px auto;
        padding-top: 130px;
    }
}
.download:hover p {
    color: #e38472;
}
.download p {
    border-top: 1px solid #e38472;
    padding-top: 10px !important;
    display: inline-block;
    font-weight: 600;
}
@media only screen and (min-width: 1024px) {
    .download p {
        padding-top: 20px !important;
    }
}
.download--pdf {
    background-image: url(../images/new/SVGs/PDF_ICON.svg);
}
.download--dwg {
    background-image: url(../images/new/SVGs/DWG_ICON.svg);
}
.mobile {
    display: block;
}
.desktop {
    display: none;
}
.content__text__featured {
    margin: 0 0 50px 0;
}
.content__links {
    line-height: 1.2;
    text-align: center;
    width: 100%;
}
.content__links a {
    color: #000;
    font-size: 40px;
    text-decoration: none;
}
.intro {
    margin: 0 auto 40px;
    max-width: 536px;
    padding: 0 10px;
    text-align: center;
}
@media only screen and (min-width: 1024px) {
    .intro {
        margin-bottom: 70px;
        padding: 0 20px;
    }
}
.intro p {
    padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
    .intro p {
        padding: 0;
    }
}
.terms {
    margin-bottom: 10px;
}
.terms p {
    font-size: 16px;
    margin-bottom: 20px;
}
.terms p span {
    color: #3a5149;
}
.content__cutting-edge {
    padding: 50px 40px;
}
.content--center {
    text-align: center;
}
.content--center p a {
    color: #000;
    text-decoration: none;
}
.content__contact {
    margin-bottom: 30px;
    margin-top: 20px;
    width: 250px;
}
.content__logo {
    margin: 0 auto;
}
.content__logo--1 {
    margin-top: 3px;
    width: 187px;
}
@media only screen and (min-width: 1024px) {
    .content__logo--1 {
        width: 283px;
    }
}
.content__logo--2 {
    margin-top: 3px;
    width: 125px;
}
.content__cols--50 {
    width: 100%;
    margin-bottom: 70px;
}
.content__cols--100 {
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;
}
.contact__details {
    max-width: 1600px;
    margin: 0 auto 50px;
}
.contact__details p {
    font-size: 20px;
    line-height: 2;
    margin-bottom: 70px;
    padding: 0;
    max-width: 400px;
}
.contact__details p a {
    color: #fff;
}
@media only screen and (min-width: 1470px) {
    .contact__details {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .contact__details .row {
        width: 75%;
        display: flex;
        gap: 40px
    }
    .contact__details p {
        border-top: 2px solid #fff;
        padding-top: 22px;
        width: 33.33333%;
    }
}
.logo-border {
    display: inline-block;
    max-width: 475px;
    padding-bottom: 70px;
    width: 100%;
}
.addresses {
    padding: 0 20px;
}
@media only screen and (min-width: 375px) {
    .content__cutting-edge h2 {
        height: 93px;
        width: 300px;
    }
    .content__tour {
        height: 38px;
        width: 300px;
    }
    .content__download {
        height: 93px;
        width: 250px;
    }
}
@media only screen and (min-width: 768px) {
    .margin--top--50-m {
        margin-bottom: 50px;
    }
    .content__contact {
        height: 125px;
        margin-bottom: 60px;
        width: 100%;
    }
    .content__cols--50 {
        display: inline-block;
        float: none;
        width: 540px;
    }
    .addresses {
        width: 100%;
        text-align: center;
        overflow: hidden;
    }
    .content__cutting-edge {
        padding: 100px 40px;
    }
    .content__cutting-edge h2 {
        height: 93px;
        margin-bottom: 50px;
        width: 412px;
    }
    .content__tour {
        height: 38px;
        margin-bottom: 70px;
        width: 402px;
    }
    .content__download {
        height: 93px;
        margin-bottom: 130px;
        width: 328px;
    }
    .addresses {
        padding: 0;
    }
}
@media only screen and (min-width: 1024px) {
    .content__download {
        width: 310px;
    }
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
}
.map {
    max-width: 755px;
    margin-bottom: 50px;
}
@media only screen and (min-width: 1024px) {
    .map {
        margin-bottom: 90px;
    }
}
.carousel__wrapper {
    position: relative;
}
.carousel {
    margin: 0 auto 80px auto;
    position: relative;
    max-width: 100%;
    width: 100%;
}
@media only screen and (min-width: 1024px) {
    .carousel {
        margin: 0 auto;
    }
}
.carousel img {
    margin: 0 auto;
    width: 100%;
}
.carousel p {
    display: none;
}
.carousel .intro {
    padding: 0;
}
.carousel ul.slick-dots {
    bottom: -52px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
}
.carousel ul.slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 11px;
}
.carousel ul.slick-dots li button {
    background: 0 0;
    border-radius: 100%;
    border: 2px solid #fff;
    display: block;
    height: 11px;
    opacity: 0.5;
    padding: 0;
    width: 11px;
    color: transparent;
    font: 0/0 a;
}
.carousel ul.slick-dots li.slick-active button {
    opacity: 1;
    background: #fff;
}
@media only screen and (min-width: 768px) {
    .carousel ul.slick-dots li {
        margin: 0 8px;
        width: 14px;
    }
    .carousel ul.slick-dots li button {
        height: 14px;
        width: 14px;
    }
}
@media only screen and (min-width: 768px) {
    .carousel ul.slick-dots {
        bottom: -11px;
    }
}
button.slick-arrow {
    display: none !important;
    border: none;
    cursor: pointer;
    position: absolute;
    color: transparent;
    font: 0/0 a;
    z-index: 9998;
    background: url(/images/SVG/Left_arrow_Carousel.svg) 0 0 no-repeat;
    background-size: 100% auto;
    bottom: 0;
    height: 38.26px;
    width: 19.86px;
}
@media only screen and (min-width: 768px) {
    button.slick-arrow {
        display: block !important;
        bottom: auto;
        top: 50%;
        transform: translateY(-50%);
    }
}
button.slick-arrow.slick-prev {
    left: 20px;
}
button.slick-arrow.slick-next {
    right: 20px;
    transform: rotate(-180deg);
}
button.slick-arrow.slick-disabled {
    cursor: default;
    opacity: 0.3;
    outline: 0;
}
.carousel--desktop {
    display: none;
}
@media only screen and (min-width: 768px) {
    .carousel--desktop {
        display: block;
    }
    .carousel--mobile {
        display: none;
    }
}
.bar {
    background-color: #55a177;
    height: 70px;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    top: -55px;
    top: 0;
    width: 100%;
    z-index: 9999;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.bar.visible {
    opacity: 1;
    top: 0;
    position: fixed;
}
.bar__logo {
    background: url(/images/SVG/160_Old_St_Logo.svg) 0 0 no-repeat;
    background-size: 100% auto;
    display: block;
    float: left;
    height: 50px;
    margin: 10px 0 0 30px;
    width: 109px;
    color: transparent;
    font: 0/0 a;
}
.nav--main {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 999999999;
    display: none;
    justify-content: center;
    align-items: center;
}
.nav--main ul {
    text-align: center;
}
.nav--main ul li {
    margin: 30px 0;
}
.downloads {
    display: flex;
    flex-direction: column;
    margin: 0 auto 50px;
    max-width: 1200px;
    padding-top: 30px;
}
@media only screen and (min-width: 768px) {
    .downloads {
        align-items: center;
        flex-direction: row;
    }
}
.title--download {
    background: url(/images/SVG/Download_Brochure.svg) center 0 no-repeat;
    display: inline-block;
    height: 148.25px;
    margin: 0 auto 70px;
    position: relative;
    width: 216.03px;
    color: transparent;
    font: 0/0 a;
}
@media only screen and (min-width: 1024px) {
    .title--download {
        height: 189.12px;
        width: 307.18px;
    }
}
.title--download-plans {
    background: url(/images/SVG/Download_Space_Plans.svg) center 0 no-repeat;
    display: inline-block;
    height: 144.53px;
    margin: 0 auto 70px;
    position: relative;
    width: 240.79px;
    color: transparent;
    font: 0/0 a;
}
@media only screen and (min-width: 1024px) {
    .title--download-plans {
        height: 184.37px;
        width: 307.18px;
    }
}
.btn-play-film {
    background: url(/images/SVG/Play_Film.svg) center 0 no-repeat;
    display: inline-block;
    height: 138.58px;
    margin: 0 auto 70px;
    position: relative;
    width: 138.58px;
    color: transparent;
    font: 0/0 a;
}
@media only screen and (min-width: 1024px) {
    .btn-play-film {
        height: 208px;
        width: 208px;
    }
}
