/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
.grid-1 {
  width: 8.33333333%;
  width: calc( 8.33333333%  -  20px );
  margin-right: 20px;
}
.grid-2 {
  width: 16.66666667%;
  width: calc( 16.66666667%  -  20px );
  margin-right: 20px;
}
.grid-3 {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
}
.grid-4 {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
.grid-5 {
  width: 41.66666667%;
  width: calc( 41.66666667%  -  20px );
  margin-right: 20px;
}
.grid-6 {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
}
.grid-7 {
  width: 58.33333333%;
  width: calc( 58.33333333%  -  20px );
  margin-right: 20px;
}
.grid-8 {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
}
.grid-9 {
  width: 75%;
  width: calc( 75%  -  20px );
  margin-right: 20px;
}
.grid-10 {
  width: 83.33333333%;
  width: calc( 83.33333333%  -  20px );
  margin-right: 20px;
}
.grid-11 {
  width: 91.66666667%;
  width: calc( 91.66666667%  -  20px );
  margin-right: 20px;
}
.grid-12 {
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
}
.push-1 {
  margin-left: 8.33333333%;
}
.push-2 {
  margin-left: 16.66666667%;
}
.push-3 {
  margin-left: 25%;
}
.push-4 {
  margin-left: 33.33333333%;
}
.push-5 {
  margin-left: 41.66666667%;
}
.push-6 {
  margin-left: 50%;
}
.push-7 {
  margin-left: 58.33333333%;
}
.push-8 {
  margin-left: 66.66666667%;
}
.push-9 {
  margin-left: 75%;
}
.push-10 {
  margin-left: 83.33333333%;
}
.push-11 {
  margin-left: 91.66666667%;
}
.push-12 {
  margin-left: 100%;
}
@font-face {
  font-family: 'Untitled Sans Web';
  src: url('../fonts/UntitledSansWeb-Regular.woff2'), url('../fonts/UntitledSansWeb-Regular.woff'), url('../fonts/UntitledSansWeb-Regular.eot');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Untitled Sans Web';
  src: url('../fonts/UntitledSansWeb-RegularItalic.woff2'), url('../fonts/UntitledSansWeb-RegularItalic.woff'), url('../fonts/UntitledSansWeb-RegularItalic.eot');
  font-weight: normal;
  font-style: italic;
}
body.debug:after {
  content: '';
  position: fixed;
  left: 0;
  top: 0;
  padding: 0.5em;
  font-size: 0.5rem;
  z-index: 100;
}
@media (min-width: 1921px) {
  body.debug:after {
    content: 'xl – 1921px +';
    background: #ffc0cb;
  }
}
@media (min-width: 841px) and (max-width: 1280px) {
  body.debug:after {
    content: 'lg – 841px - 1280px';
    background: #ffd098;
  }
}
@media (min-width: 541px) and (max-width: 840px) {
  body.debug:after {
    content: 'md – 541px - 840px';
    background: #ffe066;
  }
}
@media (max-width: 540px) {
  body.debug:after {
    content: 'sm – 320px - 540px';
    background: #ffef33;
  }
}
@media (max-width: 320px) {
  body.debug:after {
    content: 'xs – 0 - 320px';
    background: #ffff00;
  }
}
.debug > * {
  outline: 1px solid hsla(0, 100%, 45%, 0.333);
}
.debug > * > * {
  outline: 1px solid hsla(30, 100%, 45%, 0.333);
}
.debug > * > * > * {
  outline: 1px solid hsla(60, 100%, 45%, 0.333);
}
.debug > * > * > * > * {
  outline: 1px solid hsla(90, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * {
  outline: 1px solid hsla(120, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * > * {
  outline: 1px solid hsla(150, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * > * > * {
  outline: 1px solid hsla(180, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(210, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(240, 100%, 45%, 0.333);
}
.debug > * > * > * > * > * > * > * > * > * > * {
  outline: 1px solid hsla(270, 100%, 45%, 0.333);
}
body.debug {
  background: linear-gradient(to bottom, #e10000, #e10000 1px, transparent 1px, transparent);
  background-size: 100% 1.22222222rem;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}
figure {
  margin: 0;
  padding: 0;
}
img,
video {
  display: block;
  width: 100%;
  height: auto;
}
inner {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
button {
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  /* for input */
  -webkit-user-select: none;
  /* for button */
  -moz-user-select: none;
  -ms-user-select: none;
  text-align: left;
}
button:focus {
  outline: none;
}
@media (min-width: 841px) {
  .mq-md-down-only {
    display: none!important;
  }
}
@media (max-width: 840px) {
  .mq-lg-up-only {
    display: none!important;
  }
}
body {
  background: #ffffff;
  color: #141414;
  position: relative;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  width: 100%;
  transition: 333ms all ease;
  transition-property: color, background;
}
body[data-slug="index"] {
  background: #e2deda;
}
body[data-theme="dark"] {
  background: #141414;
  color: #ffffff;
}
body[data-theme="dark"] main a {
  color: #ff2899;
}
body[data-theme="dark"] main a:hover {
  color: #f32835;
}
body[data-theme="dark"] .text-large a,
body[data-theme="dark"] .text-large button {
  color: #ffffff;
}
body[data-theme="dark"] .text-large a:hover,
body[data-theme="dark"] .text-large button:hover {
  color: #ff2899;
}
body[data-is-intro-sequence="true"] {
  color: transparent;
}
@media (max-width: 840px) {
  body[data-is-intro-sequence="true"] {
    color: white;
  }
}
body img {
  opacity: 1;
  transition: all 0.3s ease;
  transition-property: opacity;
}
@media (min-width: 841px) {
  [data-is-intro-sequence="true"] body img {
    opacity: 0;
  }
}
body[data-popup-open="true"] .site-header a,
body[data-page-bottom="true"] .site-header a,
body[data-popup-open="true"] .enquiry-content a,
body[data-page-bottom="true"] .enquiry-content a,
body[data-popup-open="true"] .site-header button,
body[data-page-bottom="true"] .site-header button,
body[data-popup-open="true"] .enquiry-content button,
body[data-page-bottom="true"] .enquiry-content button {
  color: #141414 !important;
}
body[data-popup-open="true"] .site-header a:hover,
body[data-page-bottom="true"] .site-header a:hover,
body[data-popup-open="true"] .enquiry-content a:hover,
body[data-page-bottom="true"] .enquiry-content a:hover,
body[data-popup-open="true"] .site-header button:hover,
body[data-page-bottom="true"] .site-header button:hover,
body[data-popup-open="true"] .enquiry-content button:hover,
body[data-page-bottom="true"] .enquiry-content button:hover {
  color: #ffffff !important;
}
body[data-popup-open="true"] .mobile-nav-trigger,
body[data-page-bottom="true"] .mobile-nav-trigger {
  color: #141414 !important;
}
body[data-popup-open="true"] .mobile-nav-trigger:hover,
body[data-page-bottom="true"] .mobile-nav-trigger:hover {
  color: #ffffff !important;
}
.logo-overlay {
  background-color: #141414;
  color: #141414;
  font-weight: bold;
  height: 100vh;
}
@media (max-width: 840px) {
  .text-area,
  .figure-area {
    margin-bottom: 3.66666667rem;
  }
}
.overlay-layer {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.overlay-layer.-red {
  background: #f32835;
}
.overlay-layer.-magneta {
  background: #ff2899;
}
.overlay-layer.-multiply {
  mix-blend-mode: multiply;
}
.overlay-layer.-screen {
  mix-blend-mode: screen;
}
@media (max-width: 840px) {
  .overlay-layer {
    display: none;
  }
}
.start-up {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: linear-gradient(#f32835, #ff2899);
  z-index: 100;
  transition: 333ms all ease-in-out;
  opacity: 1;
}
.start-up.-done {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 840px) {
  .start-up {
    display: none;
  }
}
.logotype-overlay {
  background-color: #141414;
  height: 100vh;
  width: 100vw;
  background-image: url(../media/fitzroy-overlay.svg);
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  transition: 3.33s background-color ease-in;
}
.logotype-overlay.see-through {
  background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 840px) {
  .logotype-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    opacity: 1;
    transition: 3.33s background-color ease-in, 0.33s opacity ease;
  }
}
@media (max-width: 840px) {
  .done .logotype-overlay {
    opacity: 0;
    pointer-events: none;
  }
}
.content-panel {
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 11;
}
@media (max-width: 840px) {
  .content-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
  }
}
.pin {
  position: absolute;
}
.pin.-top {
  top: 40px;
}
@media (max-width: 840px) {
  .pin.-top {
    top: 20px;
  }
}
.pin.-left {
  left: 40px;
}
@media (max-width: 840px) {
  .pin.-left {
    left: 20px;
  }
}
.pin.-right {
  right: 40px;
}
@media (max-width: 840px) {
  .pin.-right {
    right: 20px;
  }
}
.pin.-bottom {
  bottom: 40px;
}
@media (max-width: 840px) {
  .pin.-bottom {
    bottom: 20px;
  }
}
.introduction-text {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  margin-left: 16.66666667%;
  margin-top: 9.33333333rem;
}
@media (max-width: 840px) {
  .introduction-text {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
    margin-top: 4.88888889rem;
    margin-bottom: 4.88888889rem;
  }
}
.gradient-frame {
  width: 100%;
  height: 100vh;
  position: absolute;
}
.gradient {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(#f32835, #ff2899);
}
.index-view:before,
.index-view:after {
  display: table;
  content: "";
}
.index-view:after {
  clear: both;
}
.index-view:before {
  content: '';
  width: 100%;
  width: calc( 100%  -  20px );
  margin-right: 20px;
  height: 1px;
  display: block;
  background: currentColor;
  position: relative;
  top: -0.5rem;
}
@media (max-width: 840px) {
  .adjust-spacing-header {
    margin-top: 2.44444444rem;
  }
}
@media (max-width: 840px) {
  main {
    min-height: 100vh;
  }
}
@media (min-width: 541px) {
}
.flickity-viewport {
  z-index: 100;
}
.carousel-status {
  color: #ff2899;
  display: none;
  font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
}
.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: block;
  transition: 100ms opacity linear;
}
.carousel-overlay.-open {
  pointer-events: auto;
  opacity: 1;
  transition: 300ms opacity linear;
}
.carousel-overlay.-open > * {
  opacity: 1;
  transition-delay: 200ms;
}
.carousel-cell {
  width: 100%;
  height: 100vh;
  margin-right: 0%;
}
.carousel-cell:first-child figcaption {
  position: relative;
  width: 100%;
}
.carousel-cell:first-child figcaption:after {
  content: 'Swipe';
  position: fixed;
  right: 0;
  color: #979797;
  transition: all 0.3s ease;
}
[data-flickity-interacted="true"] .carousel-cell:first-child figcaption:after {
  opacity: 0;
}
@media (min-width: 841px) {
  .carousel-cell:first-child figcaption:after {
    display: none;
  }
}
.carousel-cell.is-selected {
  opacity: 1;
}
.carousel-cell figure {
  display: block;
  position: relative;
  height: auto;
  width: auto;
  margin: 0 auto;
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
  margin-left: 16.66666667%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 840px) {
  .carousel-cell figure {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
    top: 0%;
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/* no circle */
.flickity-button {
  background: transparent;
}
/* big previous & next buttons */
.flickity-prev-next-button {
  width: 1.22222222rem;
  height: 1.22222222rem;
  position: absolute;
  top: 50vh;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 15;
}
@media (max-width: 840px) {
  .flickity-prev-next-button {
    display: none;
  }
}
.flickity-prev-next-button svg {
  fill: #979797;
  transition: all 0.3s ease;
  transition-property: fill;
}
.flickity-prev-next-button:hover svg {
  fill: #ffffff;
}
.flickity-prev-next-button:active svg {
  fill: #ff2899;
}
.flickity-prev-next-button.previous {
  left: 8.33333333%;
}
.flickity-prev-next-button.next {
  right: 8.33333333%;
}
/* icon color */
.flickity-button-icon {
  fill: black;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
.carousel-title {
  position: absolute;
  left: 40px;
  bottom: 40px;
  margin: 0;
}
.carousel-overlay {
  height: 100%;
}
.inline-count {
  color: #979797;
  margin-right: 1em;
}
.enquiry-content inner {
  height: 100vh;
  position: relative;
}
.enquiry-form {
  width: 66.66666667%;
  margin-right: 0;
  margin-left: 16.66666667%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.enquiry-form .form-row {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: left;
}
.enquiry-form .form-row.-double-width {
  width: 75%;
  width: calc( 75%  -  20px );
  margin-right: 20px;
}
@media (max-width: 840px) {
  .enquiry-form .form-row {
    width: 100%;
  }
}
@media (max-width: 840px) {
  .enquiry-form {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    position: static;
    margin-left: 0%;
    top: auto;
    padding: 20vh 0;
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .enquiry-form:before,
  .enquiry-form:after {
    display: table;
    content: "";
  }
  .enquiry-form:after {
    clear: both;
  }
}
@media (max-width: 540px) {
  .enquiry-form {
    padding: 4.88888889rem 0;
  }
}
.form-row {
  margin-bottom: 2rem;
}
.form-row input,
.form-row select,
.form-row textarea {
  margin: 0;
  border: 0;
  padding: 0.5rem 0;
  width: 100%;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  font-size: 2rem;
  line-height: 1.16666667;
  letter-spacing: 0;
  word-spacing: 0;
}
@media (max-width: 840px) {
  .form-row input,
  .form-row select,
  .form-row textarea {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .form-row input,
  .form-row select,
  .form-row textarea {
    font-size: 2.25vw;
  }
}
.form-row input p,
.form-row select p,
.form-row textarea p {
  margin: 0 0 2.33333333rem;
}
@media (max-width: 840px) {
  .form-row {
    margin-bottom: 1rem;
  }
}
label {
  font-size: 1rem;
}
/* Remove the stupid outer glow in Webkit */
input:focus {
  outline: none!important;
}
/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Text Inputs
-----------------------------------------------*/
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  border-bottom: 1px solid currentColor;
}
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}
/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}
/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}
/* Buttons
-----------------------------------------------*/
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto;
  color: inherit;
  padding: 0.5rem 0;
  cursor: pointer;
  text-align: left;
  display: inline-block;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  border-bottom: 1px solid;
}
/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}
/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto;
  border: 1px solid currentColor;
}
/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html {
  font-size: 18px;
}
@media (max-width: 840px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1921px) {
  html {
    font-size: 1vw;
  }
}
body,
input,
textarea,
button {
  font-family: 'Untitled Sans Web', sans-serif;
  font-size: 1rem;
  line-height: 1.22222222;
  letter-spacing: 0;
  word-spacing: 0;
}
.text-large {
  font-size: 2rem;
  line-height: 1.16666667;
  letter-spacing: 0;
  word-spacing: 0;
}
@media (max-width: 840px) {
  .text-large {
    font-size: 1.5rem;
  }
}
@media (min-width: 1921px) {
  .text-large {
    font-size: 2.25vw;
  }
}
.text-large p {
  margin: 0 0 2.33333333rem;
}
.text-larger {
  font-size: 2rem;
  line-height: 1.22222222;
  letter-spacing: 0;
  word-spacing: 0;
}
@media (max-width: 840px) {
  .text-larger {
    font-size: 2.5rem;
  }
}
.text-larger p {
  margin: 0 0 2.33333333rem;
}
a,
button {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
  transition-property: color;
}
a:hover,
button:hover {
  color: #ff2899;
}
::selection {
  background: rgba(255, 255, 255, 0.2);
}
p {
  margin: 0 0 1.22222222rem;
}
p a {
  color: #ff2899;
}
p a:hover {
  color: #f32835;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.text-area h1 {
  margin-bottom: 4.66666667rem;
}
.chevron {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-left: 0.25rem;
  background: url('/assets/media/ui/arrow-down.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center right;
}
inner {
  width: 100%;
  padding-left: 40px;
  padding-right: 20px;
}
inner:before,
inner:after {
  display: table;
  content: "";
}
inner:after {
  clear: both;
}
@media (max-width: 540px) {
  inner {
    padding-left: 20px;
    padding-right: 0px;
  }
}
.light-panel {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #f32835;
}
.light-base {
  position: absolute;
  width: 200%;
  height: 200%;
  top: -50%;
  left: -50%;
  right: -50%;
  bottom: -50%;
  z-index: 1;
}
.light-base.-radial {
  background-image: radial-gradient(circle at 100% 0%, #f32835, rgba(243, 40, 53, 0));
  -webkit-animation: rotating 20s linear infinite;
  animation: rotating 20s linear infinite;
}
.light-base.-radial-2 {
  background-image: linear-gradient(#ff2899, rgba(255, 40, 153, 0));
  -webkit-animation: rotating-reverse 12s linear infinite;
  animation: rotating-reverse 12s linear infinite;
  opacity: 0.5;
}
.light-base.-under {
  opacity: 1;
  z-index: 5;
}
.light-base.-over {
  opacity: 1;
  z-index: 10;
}
@-webkit-keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotating-reverse {
  from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes rotating-reverse {
  from {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  to {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.site-header {
  padding: 1.83333333rem 0;
  z-index: 48;
  background: inherit;
  transition: 0s background ease;
  transition-delay: 0.5s;
}
[data-popup-open="true"] .site-header {
  pointer-events: none;
}
.site-header.bg-transparent {
  transition: 0.2s background ease;
  transition-delay: 0s;
  background: rgba(0, 0, 0, 0);
}
.site-header.-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.site-header inner:before,
.site-header inner:after {
  display: table;
  content: "";
}
.site-header inner:after {
  clear: both;
}
.site-header .header-col {
  display: block;
  float: left;
  width: 16.66666667%;
  width: calc( 16.66666667%  -  20px );
  margin-right: 20px;
}
@media (max-width: 840px) {
  .site-header .header-col {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (max-width: 840px) {
  .site-header .header-col.booking {
    display: none;
  }
}
@media (max-width: 540px) {
  #project-flow {
    margin-top: 1.22222222rem;
  }
}
.block {
  display: block;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 10;
  position: relative;
  min-height: 66vw;
}
@media (max-width: 840px) {
  .block {
    position: relative!important;
    height: auto!important;
    min-height: 0;
  }
}
@media (max-width: 540px) {
  .block img {
    -webkit-transform: none!important;
    transform: none!important;
  }
}
.block.-image-text {
  padding-top: 9.33333333rem;
}
@media (max-width: 840px) {
  .block.-image-text {
    padding-top: 0;
  }
}
.block.-image-text .figure-area {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  margin-left: 16.66666667%;
  float: left;
}
@media (max-width: 840px) {
  .block.-image-text .figure-area {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
    margin-left: 33.33333333%;
  }
}
.block.-image-text .text-area {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  margin-left: 8.33333333%;
  margin-right: 8.33333333%;
  float: right;
}
@media (max-width: 840px) {
  .block.-image-text .text-area {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
  }
}
@media (max-width: 540px) {
  .block.-image-text .text-area {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
  }
}
.block.-opening {
  padding-top: 9.33333333rem;
}
@media (max-width: 840px) {
  .block.-opening {
    padding-top: 0rem;
  }
}
.block.-opening .figure-area {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  margin-left: 16.66666667%;
  float: left;
}
@media (max-width: 840px) {
  .block.-opening .figure-area {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
    margin-left: 33.33333333%;
  }
}
.block.-opening .text-area {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  margin-left: 16.66666667%;
  float: left;
}
@media (max-width: 840px) {
  .block.-opening .text-area {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
  }
}
@media (max-width: 540px) {
  .block.-opening .text-area {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
  }
}
@media (min-width: 841px) {
  .block.-centered-image img {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
    margin-left: 16.66666667%;
    position: relative;
    top: 50vh;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 840px) {
  .block.-centered-image img {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.block.-floorplans {
  background: #dbd6d1;
  color: #141414;
}
.block.-floorplans figure {
  width: 66.66666667%;
  width: calc( 66.66666667%  -  20px );
  margin-right: 20px;
  margin-left: 16.66666667%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dbd6d1;
}
.block.-floorplans figure img {
  mix-blend-mode: multiply;
}
@media (max-width: 840px) {
  .block.-floorplans figure {
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 83.33333333%;
    width: calc( 83.33333333%  -  20px );
    margin-right: 20px;
    margin-left: 8.33333333%;
    position: relative;
    margin-top: 2.44444444rem;
    margin-bottom: 2.44444444rem;
  }
}
.block.-carousel {
  position: relative;
}
@media (max-width: 840px) {
  .block.-carousel {
    min-height: 80vw;
  }
}
@media (max-width: 540px) {
  .block.-carousel {
    min-height: 80vw;
  }
}
.block.-carousel .carousel,
.block.-carousel .flickity-slider {
  width: 100%;
  height: 100%;
  outline: none!important;
}
.block.-carousel .carousel-cell inner {
  height: 100%;
}
.block.-pinned-images {
  position: relative;
}
.block.-pinned-images .text-area {
  margin-top: 9.33333333rem;
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  margin-left: 16.66666667%;
  float: left;
}
@media (max-width: 840px) {
  .block.-pinned-images .text-area {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
    margin-top: 2.33333333rem;
  }
}
@media (max-width: 540px) {
  .block.-pinned-images .text-area {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.block.-pinned-images .text-area.-right {
  margin-left: 50%;
}
@media (max-width: 840px) {
  .block.-pinned-images .text-area.-right {
    margin-left: 33.33333333%;
  }
}
@media (max-width: 540px) {
  .block.-pinned-images .text-area.-right {
    margin-left: 0%;
  }
}
@media (max-width: 840px) {
  .block.-pinned-images .project-image {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
    margin-top: 3.66666667rem;
    margin-bottom: 3.66666667rem;
  }
}
@media (min-width: 841px) {
  .block.-pinned-images .project-image {
    position: absolute;
  }
}
@media (min-width: 841px) {
  .block.-pinned-images .project-image.-xsmall {
    width: 25%;
    width: calc( 25%  -  20px );
    margin-right: 20px;
    max-height: calc(100vh -  0px );
  }
}
@media (min-width: 841px) {
  .block.-pinned-images .project-image.-small {
    width: 33.33333333%;
    width: calc( 33.33333333%  -  20px );
    margin-right: 20px;
    max-height: calc(100vh -  0px );
  }
}
@media (min-width: 541px) {
  .block.-pinned-images .project-image.-medium {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
  }
}
@media (min-width: 541px) {
  .block.-pinned-images .project-image.-wide {
    width: 66.66666667%;
    width: calc( 66.66666667%  -  20px );
    margin-right: 20px;
  }
}
.block.-pinned-images .project-image.-pin-bottom-left {
  left: 0;
  bottom: 0;
}
.block.-pinned-images .project-image.-pin-bottom-right {
  margin-right: 0;
  right: 0;
  bottom: 0;
}
.block.-pinned-images .project-image.-pin-top-left {
  left: 0;
  top: 0;
}
.block.-pinned-images .project-image.-pin-top-right {
  margin-right: 0;
  right: 0;
  top: 0;
}
.block.-pinned-images .project-image.-pin-center-left {
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block.-pinned-images .project-image.-pin-center-right {
  margin-right: 0;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block.-pinned-images .project-image.-vertical-grid-top {
  top: 0;
  top: 40px;
}
.block.-pinned-images .project-image.-vertical-window-top {
  top: 0;
}
.block.-pinned-images .project-image.-vertical-center {
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block.-pinned-images .project-image.-vertical-window-bottom {
  bottom: 0;
}
.block.-pinned-images .project-image.-vertical-grid-bottom {
  bottom: 40px;
}
@media (min-width: 1921px) {
  .block.-pinned-images .project-image.-vertical-grid-bottom {
    bottom: 40px;
  }
}
.block.-pinned-images .project-image.-horizontal-window-left {
  left: 0;
}
.block.-pinned-images .project-image.-horizontal-grid-left {
  left: 40px;
}
@media (min-width: 1921px) {
  .block.-pinned-images .project-image.-horizontal-grid-left {
    left: 40px;
  }
}
.block.-pinned-images .project-image.-horizontal-center {
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.block.-pinned-images .project-image.-horizontal-window-right {
  right: 0;
}
.block.-pinned-images .project-image.-horizontal-grid-right {
  right: 40px;
  margin-right: 0;
}
@media (min-width: 1921px) {
  .block.-pinned-images .project-image.-horizontal-grid-right {
    right: 40px;
  }
}
@media (max-width: 840px) {
  .block.-pinned-images .project-image.-horizontal-grid-right {
    margin-left: 33.33333333%;
  }
}
#project-flow {
  padding-top: 0rem;
}
@media (max-width: 840px) {
  #project-flow {
    padding-top: 4.88888889rem;
  }
}
.animation-bg {
  background: linear-gradient(to right, #f32835, #ff2899);
  background: linear-gradient(70deg, #f32835, #ff2899);
  background-size: 250% 250%;
  animation: backgroundPulse 7s ease infinite;
}
@keyframes backgroundPulse {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.enquiry-bar-trigger {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  z-index: 40;
  cursor: pointer;
}
.enquiry-bar-trigger:hover .enquiry-tease {
  -ms-transform: translateY(0%) !important;
  -moz-transform: translateY(0%) !important;
  -webkit-transform: translateY(0%) !important;
  transform: translateY(0%) !important;
  color: black;
}
.enquiry-tease {
  background: linear-gradient(to right, #f32835, #ff2899);
  background: linear-gradient(70deg, #f32835, #ff2899);
  background-size: 250% 250%;
  animation: backgroundPulse 7s ease infinite;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  z-index: 40;
  color: transparent;
  cursor: pointer;
  pointer-events: none;
  -ms-transform: translateY(80%);
  -moz-transform: translateY(80%);
  -webkit-transform: translateY(80%);
  transform: translateY(80%);
  transition: 333ms all ease-in-out;
  transition-duration: 166ms;
}
@media (max-width: 840px) {
  .enquiry-tease {
    -ms-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    color: black;
  }
}
[data-near-bottom="true"] .enquiry-tease {
  color: transparent;
}
.enquiry-content {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 45;
  background: linear-gradient(to right, #f32835, #ff2899);
  background: linear-gradient(70deg, #f32835, #ff2899);
  background-size: 250% 250%;
  animation: backgroundPulse 7s ease infinite;
  color: #141414;
}
.enquiry-content a {
  color: #141414 !important;
}
.enquiry-content a:hover {
  color: #ffffff !important;
}
.enquiry-content input[type="submit"],
.enquiry-content button {
  border-bottom: none!important;
}
.enquiry-content input[type="submit"]:hover,
.enquiry-content button:hover {
  color: #ffffff !important;
}
.enquiry-content footer {
  position: absolute;
  bottom: 40px;
}
.enquiry-content footer p:last-child {
  margin-bottom: 0;
}
.enquiry-content.-pop-up {
  position: fixed;
  top: 0;
  left: 0;
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 45;
  transition: 333ms all ease-in-out;
  transition-property: transform;
}
.enquiry-content.-pop-up .pop-up-close {
  position: absolute;
  right: 40px;
  top: 40px;
  width: 40px;
  height: 40px;
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
}
.enquiry-content.-pop-up .pop-up-close:before,
.enquiry-content.-pop-up .pop-up-close:after {
  content: '';
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  top: 50%;
  left: 50%;
  background: currentColor;
}
.enquiry-content.-pop-up .pop-up-close:before {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
  transform: translate3d(-50%, -50%, 0) rotate(45deg);
}
.enquiry-content.-pop-up .pop-up-close:after {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}
@media (max-width: 840px) {
  .enquiry-content.-pop-up .pop-up-close {
    top: 1rem;
    display: block;
    width: 48px;
    height: 48px;
  }
  .enquiry-content.-pop-up .pop-up-close:before,
  .enquiry-content.-pop-up .pop-up-close:after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 1px;
    top: 50%;
    left: 50%;
    background: currentColor;
  }
  .enquiry-content.-pop-up .pop-up-close:before {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  .enquiry-content.-pop-up .pop-up-close:after {
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }
}
@media (max-width: 540px) {
  .enquiry-content.-pop-up .pop-up-close {
    right: 20px;
    padding-right: 0;
    margin-right: 0;
    top: 1rem;
  }
}
.enquiry-content.-pop-up.-visible {
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30%;
  min-width: 480px;
  height: 100%;
  z-index: 50;
  background: #232323;
  color: #ffffff;
  pointer-events: none;
  padding: 40px;
  transition: 333ms all ease-in-out;
}
@media (max-width: 840px) {
  .menu {
    opacity: 0;
    transition-property: opacity;
  }
}
@media (min-width: 841px) {
  .menu {
    -ms-transform: translateX(120%);
    -moz-transform: translateX(120%);
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
  }
}
[data-page-bottom="true"] .menu {
  background: #232323;
}
.menu a {
  color: #ffffff;
}
.menu a:hover {
  color: #ff2899;
}
.menu .current-time {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 1rem;
  font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
}
@media (max-width: 840px) {
  .menu .current-time {
    left: 20px;
    bottom: 20px;
  }
}
.menu .current-time .time-colon {
  opacity: 1;
  animation: blinker 1.2s step-start infinite;
}
.menu.-open {
  -ms-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 840px) {
  .menu {
    padding: 20px;
    min-width: 0;
    width: 100%;
  }
}
.mobile-nav-trigger {
  position: fixed;
  right: 40px;
  top: 1.5rem;
  padding-right: 40px;
  margin-right: -40px;
  cursor: pointer;
  z-index: 55;
  user-select: none;
}
@media (max-width: 840px) {
  .mobile-nav-trigger {
    top: 1rem;
  }
}
@media (max-width: 540px) {
  .mobile-nav-trigger {
    right: 20px;
    padding-right: 0;
    margin-right: 0;
    top: 1rem;
  }
}
[data-popup-open="true"] .mobile-nav-trigger {
  display: none;
}
@media (min-width: 841px) {
  .mobile-nav-trigger:hover .hamburger-nav {
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: all 0.2s ease;
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: width, transform, opacity, color;
  }
  .mobile-nav-trigger:hover .hamburger-nav:before,
  .mobile-nav-trigger:hover .hamburger-nav:after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 2px;
    top: 50%;
    background: currentColor;
    transition: all 0.2s ease;
  }
  .mobile-nav-trigger:hover .hamburger-nav:before {
    -ms-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .mobile-nav-trigger:hover .hamburger-nav:after {
    -ms-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  [data-menu-open="true"] .mobile-nav-trigger:hover .hamburger-nav {
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  [data-menu-open="true"] .mobile-nav-trigger:hover .hamburger-nav:before {
    -ms-transform: translateY(0px) rotate(-45deg);
    -moz-transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  [data-menu-open="true"] .mobile-nav-trigger:hover .hamburger-nav:after {
    -ms-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
.mobile-nav-trigger .hamburger-nav {
  display: block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  transition: all 0.2s ease;
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: width, transform, opacity, color;
  user-select: none;
}
.mobile-nav-trigger .hamburger-nav:before,
.mobile-nav-trigger .hamburger-nav:after {
  content: '';
  display: block;
  position: absolute;
  width: 48px;
  height: 2px;
  top: 50%;
  background: currentColor;
  transition: all 0.2s ease;
}
.mobile-nav-trigger .hamburger-nav:before {
  -ms-transform: translateY(-4px);
  -moz-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.mobile-nav-trigger .hamburger-nav:after {
  -ms-transform: translateY(4px);
  -moz-transform: translateY(4px);
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}
[data-menu-open="true"] .mobile-nav-trigger .hamburger-nav {
  -ms-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
[data-menu-open="true"] .mobile-nav-trigger .hamburger-nav:before {
  -ms-transform: translateY(0px) rotate(-45deg);
  -moz-transform: translateY(0px) rotate(-45deg);
  -webkit-transform: translateY(0px) rotate(-45deg);
  transform: translateY(0px) rotate(-45deg);
}
[data-menu-open="true"] .mobile-nav-trigger .hamburger-nav:after {
  -ms-transform: translateY(0px) rotate(45deg);
  -moz-transform: translateY(0px) rotate(45deg);
  -webkit-transform: translateY(0px) rotate(45deg);
  transform: translateY(0px) rotate(45deg);
}
@media (max-width: 840px) {
  .mobile-nav-trigger .hamburger-nav {
    display: block;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: all 0.2s ease;
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition-property: width, transform, opacity, color;
  }
  .mobile-nav-trigger .hamburger-nav:before,
  .mobile-nav-trigger .hamburger-nav:after {
    content: '';
    display: block;
    position: absolute;
    width: 48px;
    height: 1px;
    top: 50%;
    background: currentColor;
    transition: all 0.2s ease;
  }
  .mobile-nav-trigger .hamburger-nav:before {
    -ms-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  .mobile-nav-trigger .hamburger-nav:after {
    -ms-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  [data-menu-open="true"] .mobile-nav-trigger .hamburger-nav {
    -ms-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  [data-menu-open="true"] .mobile-nav-trigger .hamburger-nav:before {
    -ms-transform: translateY(0px) rotate(-45deg);
    -moz-transform: translateY(0px) rotate(-45deg);
    -webkit-transform: translateY(0px) rotate(-45deg);
    transform: translateY(0px) rotate(-45deg);
  }
  [data-menu-open="true"] .mobile-nav-trigger .hamburger-nav:after {
    -ms-transform: translateY(0px) rotate(45deg);
    -moz-transform: translateY(0px) rotate(45deg);
    -webkit-transform: translateY(0px) rotate(45deg);
    transform: translateY(0px) rotate(45deg);
  }
}
.nav-section {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 55;
  background: #ffffff;
  pointer-events: none;
  opacity: 0;
  transition: 333ms opacity ease;
  transition-delay: 167ms;
}
.nav-section inner {
  opacity: 0;
  transition: 333ms opacity ease;
  transition-delay: 0;
}
.nav-section.-open {
  pointer-events: auto;
  opacity: 1;
  transition-delay: 0ms;
}
.nav-section.-open inner {
  opacity: 1;
  transition-delay: 167ms;
  transition: 333ms opacity ease;
}
@media (max-width: 540px) {
  .nav-section .logo {
    display: none;
  }
}
.site-nav {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  margin-left: 50%;
  top: 0;
}
.site-nav a {
  position: relative;
}
@media (max-width: 540px) {
  .site-nav {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
    margin-left: 0%;
  }
}
figure {
  margin: 0;
  padding: 0;
}
figure figcaption {
  margin: 0;
  margin-top: 1rem;
}
.tabs-container {
  position: relative;
}
.tab-content {
  display: none;
}
.tab-content figcaption {
  display: none;
  text-align: center;
  margin-bottom: 2.44444444rem;
  margin-top: 1.22222222rem;
}
@media (max-width: 840px) {
  .tab-content figcaption {
    display: block;
  }
}
.tab-content.-current {
  display: block;
}
@media (max-width: 840px) {
  .tab-content {
    display: block;
  }
}
.tabs-control {
  position: absolute;
  padding: 1.22222222rem 0;
  left: 40px;
  right: 40px;
  bottom: 60px;
  text-align: center;
}
.tabs-control .tab-control-button {
  color: #141414;
  display: inline-block;
  margin: 0 1rem;
}
.tabs-control .tab-control-button.-active {
  color: #979797;
}
@media (max-width: 840px) {
  .tabs-control {
    display: none;
  }
}
.index-view {
  margin-bottom: 4.66666667rem;
}
.index-view:before,
.index-view:after {
  display: table;
  content: "";
}
.index-view:after {
  clear: both;
}
@media (max-width: 840px) {
  .index-view {
    margin-bottom: 2.44444444rem;
  }
}
.index-header-mobile {
  margin-bottom: 1rem;
  cursor: pointer;
}
.index-header-mobile:before,
.index-header-mobile:after {
  display: table;
  content: "";
}
.index-header-mobile:after {
  clear: both;
}
.index-header-mobile .col {
  width: 50%;
  width: calc( 50%  -  20px );
  margin-right: 20px;
  float: left;
}
.index-header-mobile .col:nth-child(2) {
  text-align: right;
}
.index-introduction {
  padding-top: 0.25rem;
  margin-top: 9.33333333rem;
  margin-bottom: 2.33333333rem;
}
.index-introduction:before,
.index-introduction:after {
  display: table;
  content: "";
}
.index-introduction:after {
  clear: both;
}
.index-introduction .title-col {
  width: 41.66666667%;
  width: calc( 41.66666667%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 840px) {
  .index-introduction .title-col {
    width: 100%;
    width: calc( 100%  -  20px );
    margin-right: 20px;
  }
}
.index-introduction .text-col {
  width: 58.33333333%;
  width: calc( 58.33333333%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 840px) {
  .index-introduction .text-col {
    display: none;
  }
}
.item {
  width: 100%;
  color: inherit;
  text-decoration: none;
  display: block;
  clear: both;
  position: relative;
}
.item.hidden {
  display: none;
}
.item .index-row-img {
  display: none;
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 840px) {
  .item .index-row-img {
    display: none!important;
  }
}
.item .index-row-img.orientation-landscape {
  width: 33.33333333%;
  width: calc( 33.33333333%  -  20px );
  margin-right: 20px;
}
.item .index-row-img.orientation-portrait {
  width: 25%;
  width: calc( 25%  -  20px );
  margin-right: 20px;
}
@media (max-width: 720px) {
  .heading {
    padding: 0!important;
  }
}
a.item:hover {
  color: #ff2899;
}
a.item:hover .index-row-img {
  display: block;
}
a.item:hover .td {
  position: relative;
}
.item:after {
  content: "";
  display: table;
  clear: both;
}
.td {
  width: 50%;
  display: block;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.td.-title {
  width: 41.66666667%;
  width: calc( 41.66666667%  -  20px );
  margin-right: 20px;
}
@media (max-width: 840px) {
  .td.-title {
    width: 75%;
    width: calc( 75%  -  20px );
    margin-right: 20px;
  }
}
.td.-address {
  width: 45.83333333%;
  width: calc( 45.83333333%  -  20px );
  margin-right: 20px;
}
@media (max-width: 840px) {
  .td.-address {
    display: none;
  }
}
.td.-organising-col {
  width: 12.5%;
  width: calc( 12.5%  -  20px );
  margin-right: 20px;
  text-align: right;
  font-feature-settings: 'tnum';
  -webkit-font-feature-settings: 'tnum';
  -moz-font-feature-settings: 'tnum';
}
@media (max-width: 840px) {
  .td.-organising-col {
    width: 25%;
    width: calc( 25%  -  20px );
    margin-right: 20px;
  }
}
.td.-distance {
  display: none;
}
[data-index-sort="distance"] .td.-distance {
  display: block;
}
.td.-letter {
  display: none;
  color: #979797;
  opacity: 1;
}
[data-index-sort="title"] .td.-letter {
  display: block;
}
.is-visible[data-letter="A"] [data-content="A"],
.is-visible[data-letter="B"] [data-content="B"],
.is-visible[data-letter="C"] [data-content="C"],
.is-visible[data-letter="D"] [data-content="D"],
.is-visible[data-letter="E"] [data-content="E"],
.is-visible[data-letter="F"] [data-content="F"],
.is-visible[data-letter="G"] [data-content="G"],
.is-visible[data-letter="H"] [data-content="H"],
.is-visible[data-letter="I"] [data-content="I"],
.is-visible[data-letter="J"] [data-content="J"],
.is-visible[data-letter="K"] [data-content="K"],
.is-visible[data-letter="L"] [data-content="L"],
.is-visible[data-letter="M"] [data-content="M"],
.is-visible[data-letter="N"] [data-content="N"],
.is-visible[data-letter="O"] [data-content="O"],
.is-visible[data-letter="P"] [data-content="P"],
.is-visible[data-letter="Q"] [data-content="Q"],
.is-visible[data-letter="R"] [data-content="R"],
.is-visible[data-letter="S"] [data-content="S"],
.is-visible[data-letter="T"] [data-content="T"],
.is-visible[data-letter="U"] [data-content="U"],
.is-visible[data-letter="V"] [data-content="V"],
.is-visible[data-letter="W"] [data-content="W"],
.is-visible[data-letter="X"] [data-content="X"],
.is-visible[data-letter="Y"] [data-content="Y"],
.is-visible[data-letter="Z"] [data-content="Z"] {
  opacity: 1;
}
.is-visible[data-letter="A"] ~ [data-letter="A"] [data-content="A"],
.is-visible[data-letter="B"] ~ [data-letter="B"] [data-content="B"],
.is-visible[data-letter="C"] ~ [data-letter="C"] [data-content="C"],
.is-visible[data-letter="D"] ~ [data-letter="D"] [data-content="D"],
.is-visible[data-letter="E"] ~ [data-letter="E"] [data-content="E"],
.is-visible[data-letter="F"] ~ [data-letter="F"] [data-content="F"],
.is-visible[data-letter="G"] ~ [data-letter="G"] [data-content="G"],
.is-visible[data-letter="H"] ~ [data-letter="H"] [data-content="H"],
.is-visible[data-letter="I"] ~ [data-letter="I"] [data-content="I"],
.is-visible[data-letter="J"] ~ [data-letter="J"] [data-content="J"],
.is-visible[data-letter="K"] ~ [data-letter="K"] [data-content="K"],
.is-visible[data-letter="L"] ~ [data-letter="L"] [data-content="L"],
.is-visible[data-letter="M"] ~ [data-letter="M"] [data-content="M"],
.is-visible[data-letter="N"] ~ [data-letter="N"] [data-content="N"],
.is-visible[data-letter="O"] ~ [data-letter="O"] [data-content="O"],
.is-visible[data-letter="P"] ~ [data-letter="P"] [data-content="P"],
.is-visible[data-letter="Q"] ~ [data-letter="Q"] [data-content="Q"],
.is-visible[data-letter="R"] ~ [data-letter="R"] [data-content="R"],
.is-visible[data-letter="S"] ~ [data-letter="S"] [data-content="S"],
.is-visible[data-letter="T"] ~ [data-letter="T"] [data-content="T"],
.is-visible[data-letter="U"] ~ [data-letter="U"] [data-content="U"],
.is-visible[data-letter="V"] ~ [data-letter="V"] [data-content="V"],
.is-visible[data-letter="W"] ~ [data-letter="W"] [data-content="W"],
.is-visible[data-letter="X"] ~ [data-letter="X"] [data-content="X"],
.is-visible[data-letter="Y"] ~ [data-letter="Y"] [data-content="Y"],
.is-visible[data-letter="Z"] ~ [data-letter="Z"] [data-content="Z"] {
  opacity: 0;
}
.filters-panel:before,
.filters-panel:after {
  display: table;
  content: "";
}
.filters-panel:after {
  clear: both;
}
@media (max-width: 840px) {
  .filters-panel {
    display: none;
  }
}
@media (max-width: 840px) {
  .filters-panel.is-visible-mobile {
    display: block!important;
  }
}
.filter-category {
  width: 41.66666667%;
  width: calc( 41.66666667%  -  20px );
  margin-right: 20px;
  float: left;
}
@media (max-width: 840px) {
  .filter-category {
    width: 50%;
    width: calc( 50%  -  20px );
    margin-right: 20px;
    float: left;
  }
}
@media (max-width: 840px) {
  .filter-category:nth-child(2) {
    text-align: right;
  }
}
.filter-button {
  cursor: pointer;
}
.filter-button.is-selected {
  color: #ff2899 !important;
}
