/*
Theme Name: Amory Tower
Author: Pollitt & Partners
Version: 1.0
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * 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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * 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;
}

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

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

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

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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Swiper 6.7.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 31, 2021
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}

:root{--swiper-theme-color:#007aff}

.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}

.swiper-container-vertical>.swiper-wrapper{flex-direction:column}

.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform;box-sizing:content-box}

.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px,0,0);transform:translate3d(0px,0,0)}

.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}

.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}

.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}

.swiper-container-pointer-events{touch-action:pan-y}

.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}

.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform, -webkit-transform}

.swiper-slide-invisible-blank{visibility:hidden}

.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}

.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}

.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}

.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}

.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}

.swiper-container-3d .swiper-slide-shadow-left{background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-3d .swiper-slide-shadow-right{background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-3d .swiper-slide-shadow-top{background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-3d .swiper-slide-shadow-bottom{background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}

.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}

/* easeInOutCubic */

/* easeInOutQuad */

.container,
.container-narrow,
.container-padding {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 480px) {

.container,
.container-narrow,
.container-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}
  }

@media (min-width: 768px) {

.container,
.container-narrow,
.container-padding {
    padding-left: 2rem;
    padding-right: 2rem
}
  }

@media (min-width: 992px) {

.container,
.container-narrow,
.container-padding {
    padding-left: 3rem;
    padding-right: 3rem
}
  }

.container,
.container-narrow {
  margin-left: auto;
  margin-right: auto;
}

.container {
  max-width: 1400px;
}

.container-narrow {
  max-width: 1200px;
}

/* Padding */

/* Margin */

* {
  box-sizing: border-box;
  vertical-align: baseline;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html,
body,
main {
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

html {
  font-size: 16px;
  /* font-size: 14px;

  @mixin fromXSmall {
    font-size: 15px;
  }

  @mixin fromSmall {
    font-size: 16px;
  } */
}

body {
  font-family: 'CeraPro-Regular', Helvetica, Arial, sans-serif;
  color: #003B59;
}

body.page-transitioning {
    /* Prevent scrolling during page transition */
    overflow: hidden;
  }

body.loaded::before {
      display: none;
    }

body::before {
    content: "";
    position: fixed;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #FFFFFF;
  }

img.cover,
  img.contain,
  video.cover,
  video.contain {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }

img.cover--fixed, img.contain--fixed, video.cover--fixed, video.contain--fixed {
      position: fixed;
    }

img.cover, video.cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

img.contain, video.contain {
    -o-object-fit: contain;
       object-fit: contain;
  }

/* ::selection {
  color: $white;
  background: $blue;
}

::-moz-selection {
  color: $white;
  background: $blue;
} */

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

.skip-link {
  display: none !important;
}

@font-face {
  font-family: 'CeraPro-Black';
  src: url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Black.eot');
  src:
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Black.eot#iefix') format('embedded-opentype'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Black.woff2') format('woff2'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Black.woff') format('woff'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'CeraPro-Bold';
  src: url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Bold.eot');
  src:
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Bold.eot#iefix') format('embedded-opentype'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Bold.woff2') format('woff2'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Bold.woff') format('woff'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'CeraPro-Medium';
  src: url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Medium.eot');
  src:
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Medium.eot#iefix') format('embedded-opentype'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Medium.woff2') format('woff2'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Medium.woff') format('woff'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'CeraPro-Regular';
  src: url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Regular.eot');
  src:
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Regular.eot#iefix') format('embedded-opentype'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Regular.woff2') format('woff2'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Regular.woff') format('woff'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'CeraPro-Light';
  src: url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Light.eot');
  src:
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Light.eot#iefix') format('embedded-opentype'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Light.woff2') format('woff2'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Light.woff') format('woff'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/CeraPro-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Joane-Bold';
  src: url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Bold.eot');
  src:
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Bold.eot#iefix') format('embedded-opentype'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Bold.woff2') format('woff2'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Bold.woff') format('woff'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Joane-Regular';
  src: url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Regular.eot');
  src:
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Regular.eot#iefix') format('embedded-opentype'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Regular.woff2') format('woff2'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Regular.woff') format('woff'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Joane-Light';
  src: url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Light.eot');
  src:
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Light.eot#iefix') format('embedded-opentype'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Light.woff2') format('woff2'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Light.woff') format('woff'),
    url('/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/fonts/Joane-Light.ttf') format('truetype');
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
figcaption,
time,
address,
.p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: normal;
  color: inherit;
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

/* h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  letter-spacing: 0.02rem;
} */

a,
span {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

dl,
ol,
ul {
  list-style-type: none;
}

strong {
  font-weight: inherit;
}

/* Families */

/* Font sizes */

/* @define-mixin line-height {
  line-height: 1.5 !important;
} */

body.error404 {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.error404 > * {
    max-width: 100%;
  }

body.error404 main {
    flex: 1;
    display: flex;
  }

.content-404 {
  flex: 1;
  position: relative;
  padding-top: calc(7rem * 1.25);
  padding-bottom: 7rem;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {

.content-404 {
    padding-top: calc(8rem * 1.25)
}
  }

@media (min-width: 992px) {

.content-404 {
    padding-top: calc(9rem * 1.25)
}
  }

@media (min-width: 768px) {

.content-404 {
    padding-bottom: 8rem
}
  }

@media (min-width: 992px) {

.content-404 {
    padding-bottom: 9rem
}
  }

.content-404 .container {
    width: 100%;
  }

.content-404 p {
    font-family: 'Joane-Light', "Times New Roman", Times, serif;
    font-size: 2rem;
    line-height: 1.3;
  }

@media (min-width: 480px) {

.content-404 p {
      font-size: 2.25rem;
      line-height: 1.25
  }
  }

@media (min-width: 768px) {

.content-404 p {
      font-size: 2.5rem;
      line-height: 1.25
  }
  }

@media (min-width: 992px) {

.content-404 p {
      font-size: 2.75rem;
      line-height: 1.2
  }
  }

.content-404 p span {
      white-space: nowrap;
    }

.lazyload,
.lazyloading,
.lazyloaded {
  will-change: opacity;
}

.lazyload,
.lazyloading {
	opacity: 0;
}

.lazyloaded {
	opacity: 1;
	transition: opacity 0.6s;
}

.text-mask-container .text-mask {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  }

.text-mask-container .word,
  .text-mask-container .char {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

.text-mask-container .word {
    white-space: nowrap;
  }

@media (min-width: 768px) {
      .splitting--introduction .char {
        -webkit-transform: translateY(100%);
                transform: translateY(100%);
        transition: 0.6s -webkit-transform;
        transition: 0.6s transform;
        transition: 0.6s transform, 0.6s -webkit-transform;
        will-change: transform;
      }

        .loaded .splitting--introduction .char {
          -webkit-transform: translateY(0);
                  transform: translateY(0);
        }
  }

/* .waypoint {
  &--skills {
    .char {
      opacity: 0;
      will-change: opacity;
      transition: 0.9s opacity;
    }

    &.in-view {
      .char {
        opacity: 0.99;
      }
    }
  }
} */

.book {
  position: fixed;
  z-index: 18;
  background-image: url("/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/images/book.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 4.375rem;
  height: 4.375rem;
  bottom: 1rem;
  right: 1rem;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  cursor: pointer;
}

@media (min-width: 480px) {

.book {
    width: calc((4.375rem + 6rem) / 2);
    height: calc((4.375rem + 6rem) / 2);
    bottom: 1.5rem;
    right: 1.5rem;
    -webkit-transform: translateX(15%);
            transform: translateX(15%)
}
  }

@media (min-width: 768px) {

.book {
    width: 6rem;
    height: 6rem;
    bottom: 2rem;
    right: 2rem;
    -webkit-transform: translateX(20%);
            transform: translateX(20%)
}
  }

@media (min-width: 992px) {

.book {
    bottom: 3rem;
    right: 3rem;
    -webkit-transform: translateX(25%);
            transform: translateX(25%)
}
  }

@media (min-width: 1400px) {

.book {
    -webkit-transform: translateX(0);
            transform: translateX(0)
}
  }

.page-contact .book {
    display: none;
  }

.burger {
  flex-shrink: 0;
  position: relative;
  width: 2.25rem;
  height: calc(2.25rem * 0.75);
  cursor: pointer;
}

@media (min-width: 480px) {

.burger {
    width: 2.625rem;
    height: calc(2.625rem * 0.75)
}
  }

@media (min-width: 768px) {

.burger {
    width: 3rem;
    height: calc(3rem * 0.75)
}
  }

@media (min-width: 992px) {

.burger {
    display: none
}
  }

.burger::before,
  .burger::after {
    content: "";
    will-change: transform, background-color;
    transition: 0.3s background-color 0s, 0.3s -webkit-transform;
    transition: 0.3s transform, 0.3s background-color 0s;
    transition: 0.3s transform, 0.3s background-color 0s, 0.3s -webkit-transform;
  }

.burger::before,
  .burger::after,
  .burger div {
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #003B59;
  }

.past-hero .burger::before:not(.page-home .burger::before), .past-hero .burger::after:not(.page-home .burger::after), .past-hero .burger div:not(.page-home .burger div) {
        transition: 0s background-color 0.3s;
      }

.page-building .burger::before,
    .page-lifestyle .burger::before,
    .page-apartments .burger::before,
    .page-building .burger::after,
    .page-lifestyle .burger::after,
    .page-apartments .burger::after,
    .page-building .burger div,
    .page-lifestyle .burger div,
    .page-apartments .burger div {
      background-color: #FFFFFF;
    }

.past-hero .burger::before,
    .past-heading .burger::before,
    .past-hero .burger::after,
    .past-heading .burger::after,
    .past-hero .burger div,
    .past-heading .burger div {
      background-color: #FFFFFF;
    }

.nav-open .burger::before, .nav-open .burger::after, .nav-open .burger div {
      background-color: #003B59;
    }

.burger::before {
    top: 0;
    -webkit-transform-origin: top right;
            transform-origin: top right;
  }

.nav-open .burger::before {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }

.burger div {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    will-change: opacity, background-color;
    transition: 0.3s opacity, 0.3s background-color 0s;
  }

.nav-open .burger div {
      opacity: 0;
    }

.burger::after {
    bottom: 0;
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }

.nav-open .burger::after {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }

.button--arrow {
    position: relative;
    /* display: inline-block; */
    font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
    font-size: 18px;
    padding-right: 1.75rem;
  }

.button--arrow svg {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate3d(0, -50%, 0);
              transform: translate3d(0, -50%, 0);
      width: 0.65rem;
      height: auto;
      will-change: transform;
      transition: 0.6s -webkit-transform;
      transition: 0.6s transform;
      transition: 0.6s transform, 0.6s -webkit-transform;
    }

@media (min-width: 768px) {
        .button--arrow:hover svg {
          -webkit-transform: translate3d(0.3rem, -50%, 0);
                  transform: translate3d(0.3rem, -50%, 0);
        }
  }

.button--box {
    display: inline-block;
    font-family: 'Joane-Light', "Times New Roman", Times, serif;
    padding: 0.625rem 1.25rem;
  }

@media (min-width: 768px) {
      .button--box:hover {
        background-color: transparent;
      }
  }

.button--box--brochure {
      text-align: center;
      background-color: #FE895E;
      color: #003B59;
      border: 1px solid #FE895E;
      will-change: background-color, color, border;
      transition: 0.3s background-color, 0.3s color, 0.3s border;
    }

/* span {
        position: relative;
        pointer-events: none;
        padding-right: 2rem;

        &::before {
          content: "";
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          right: 0;
          width: 0.8rem;
          height: 100%;
          background-image: url("/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/images/download.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
        }
      } */

@media (max-width: 374px) {

.button--box--brochure {
        display: block
    }
  }

@media (min-width: 768px) {
        .button--box--brochure:hover {
          color: #003B59;
          border: 1px solid #003B59;
          background-color: transparent;
        }
  }

.button--box--submit {
      cursor: pointer;
      background-color: #003B59;
      color: #FFFFFF;
      border: 1px solid #003B59;
      will-change: background-color, color, opacity;
      transition: 0.3s background-color, 0.3s color, 0.3s opacity;
    }

.button--box--submit:disabled {
        pointer-events: none;
        opacity: 0.25;
      }

.form-popup .button--box--submit {
        background-color: #FFFFFF;
        color: #003B59;
        border: 1px solid #FFFFFF;
      }

@media (min-width: 768px) {
          .form-popup .button--box--submit:hover {
            color: #FFFFFF;
            background-color: transparent;
          }
  }

.main-contact .button--box--submit {
        background-color: #003B59;
        color: #FFFFFF;
        border: 1px solid #003B59;
      }

@media (min-width: 768px) {
          .main-contact .button--box--submit:hover {
            color: #003B59;
            background-color: transparent;
          }
  }

.button--underline-form,
  .button--underline-floors-nav {
    position: relative;
    display: inline-block;
  }

.button--underline-form {
    padding-bottom: 0.1rem;
  }

.button--underline-form::before,
    .button--underline-form::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      will-change: transform;
      height: 1px;
    }

.form-popup .button--underline-form::before, .form-popup .button--underline-form::after {
        background-color: #FFFFFF;
      }

.page-contact .button--underline-form::before, .page-contact .button--underline-form::after {
        background-color: #003B59;
      }

.button--underline-form::before {
      -webkit-transform-origin: right;
              transform-origin: right;
      transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
      transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
      transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
    }

.button--underline-form::after {
      -webkit-transform-origin: left;
              transform-origin: left;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      transition: -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
      transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
      transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s, -webkit-transform 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.2s;
    }

@media (min-width: 768px) {
        .button--underline-form:hover::before {
          -webkit-transform: scaleX(0);
                  transform: scaleX(0);
        }

        .button--underline-form:hover::after {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1);
        }
  }

.button--underline-floors-nav {
    font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    padding-bottom: 0.15rem;
  }

.button--underline-floors-nav::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      will-change: transform;
      height: 2px;
      background-color: #FE895E;
      transition: -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
      transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
      transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.9s cubic-bezier(0.16, 1, 0.3, 1);
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
    }

.active .button--underline-floors-nav::before {
        -webkit-transform: scaleX(1);
                transform: scaleX(1);
      }

@media (min-width: 768px) {

.button--underline-floors-nav {
      font-size: 1.875rem
  }
        .button--underline-floors-nav:hover::before {
          -webkit-transform: scaleX(1);
                  transform: scaleX(1);
        }
  }

.caption {
  font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
}

footer {
  position: relative;
  padding: 3rem 0;
  background-color: #003B59;
  color: #FFFFFF;
}

@media (max-width: 479px) {

footer {
    padding-bottom: 7.5rem
}
  }

@media (max-width: 767px) {

footer {
    text-align: center
}
  }

@media (max-width: 767px) {

footer .container {
      max-width: calc(1400px * 0.3333)
  }
  }

@media (min-width: 768px) {

footer .container {
      max-width: calc(1400px * 0.75);
      display: flex;
      justify-content: center
  }
  }

@media (max-width: 767px) {

footer .top,
  footer .developers {
      margin-bottom: 3rem
  }
  }

@media (min-width: 768px) {

footer .top {
      width: 25%
  }
  }

footer .top img {
      width: 4.25rem;
      height: auto;
    }

@media (min-width: 768px) {

footer .top img {
        width: 2.875rem
    }
  }

@media (min-width: 768px) {

footer .bottom {
      width: 75%;
      display: flex;
      align-items: center
  }
  }

footer .bottom > div {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }

footer .bottom > div .developers {
        width: 66.66%;
      }

footer .bottom > div .developers ul {
          display: flex;
        }

@media (max-width: 374px) {

footer .bottom > div .developers ul {
            flex-wrap: wrap
        }
  }

@media (min-width: 375px) {

footer .bottom > div .developers ul {
            justify-content: space-between
        }
  }

footer .bottom > div .developers ul .image {
            width: 100%;
          }

@media (min-width: 375px) {

footer .bottom > div .developers ul .image {
              width: calc(40% - 0.5rem)
          }
  }

@media (min-width: 480px) {

footer .bottom > div .developers ul .image {
              width: 40%
          }
  }

@media (max-width: 374px) {

footer .bottom > div .developers ul .image--lbs {
                margin-bottom: 1.5rem
            }
  }

@media (min-width: 768px) {

footer .bottom > div .developers ul .image--lbs {
                width: 33.33%;
                min-width: 9rem
            }
  }

@media (min-width: 375px) {

footer .bottom > div .developers ul .image--xinyuan {
                width: calc(60% - 0.5rem)
            }
  }

@media (min-width: 480px) {

footer .bottom > div .developers ul .image--xinyuan {
                width: 60%
            }
  }

@media (min-width: 768px) {

footer .bottom > div .developers ul .image--xinyuan {
                flex-grow: 1
            }
  }

footer .bottom > div .agents {
        width: 33.33%;
      }

@media (max-width: 767px) {

footer .bottom > div .agents,
      footer .bottom > div .developers {
          width: 100%
      }
  }

footer .bottom > div h2 {
        font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        margin-bottom: 1.5rem;
      }

@media (min-width: 768px) {

footer .bottom > div h2 {
          margin-bottom: 0.5rem
      }
  }

footer .bottom > div .image {
        position: relative;
        height: 3.5rem;
      }

@media (min-width: 768px) {

footer .bottom > div .image img {
            -o-object-position: top left;
               object-position: top left
        }
  }

footer .bottom > div .pt {
        margin: 2.5rem auto 0;
      }

@media (min-width: 768px) {

footer .bottom > div .pt {
          margin: 2.5rem 0 0
      }
  }

footer .bottom > div .pt a {
          font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
          font-size: 0.9rem;
          line-height: 1.4;
          text-decoration: underline;
        }

footer .bottom > div .pt a:first-of-type {
            margin-right: 3rem;
          }

.form-popup {
  position: fixed;
  z-index: 19;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255,255,255, 0.85);
  will-change: opacity;
  transition: 0.45s opacity;
  opacity: 0;
  pointer-events: none;
  padding: calc(1rem * 0.5);
}

@media (min-width: 480px) {

.form-popup {
    padding: calc(1.5rem * 0.5)
}
  }

.form-popup-not-overflowing .form-popup {
    display: flex;
    align-items: center;
    justify-content: center;
  }

.form-popup-overflowing .form-popup {
    overflow-y: scroll;
  }

.form-popup-open .form-popup {
    opacity: 1;
    pointer-events: auto;
  }

.page-contact .form-popup {
    display: none;
  }

.form-popup .heading {
    display: inline-block;
    line-height: 1;
    margin-bottom: 1.25rem;
    color: #FFFFFF;
  }

@media (min-width: 768px) {

.form-popup .heading {
      margin-bottom: 1.5rem
  }
  }

.form-popup > div {
    max-width: calc(1400px * 0.75);
    padding: 1rem;
    background-color: #003B59;
    will-change: transform;
    opacity: 0.01;
    -webkit-transform: translate3d(0, 1rem, 0);
            transform: translate3d(0, 1rem, 0);
  }

.form-popup-overflowing .form-popup > div {
      margin: 0 auto;
    }

.form-popup-open .form-popup > div {
      transition: 0.6s opacity, 0.9s -webkit-transform;
      transition: 0.6s opacity, 0.9s transform;
      transition: 0.6s opacity, 0.9s transform, 0.9s -webkit-transform;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }

.form-popup-closed .form-popup > div {
      transition: 0s 0.45s;
    }

@media (min-width: 480px) {

.form-popup > div {
      padding: 1.5rem
  }
  }

.form {
  position: relative;
}

.form-popup .form {
    position: relative;
  }

.form-popup .form button {
      position: absolute;
      top: 0;
      right: 0;
      width: 1.75rem;
      height: 1.75rem;
      cursor: pointer;
    }

@media (max-width: 374px) {

.form-popup .form button {
        width: 1.5rem;
        height: 1.5rem
    }
  }

.form-popup .form button::before,
      .form-popup .form button::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 140%;
        border-radius: 2px;
        background-color: #FFFFFF;
      }

.form-popup .form button::before {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
      }

.form-popup .form button::after {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
      }

.main-contact .form {
    max-width: calc(1400px * 0.5);
  }

.form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

.form form > *:not(.button--box) {
        width: 100%;
      }

.form form input,
    .form form select,
    .form form textarea {
      border-radius: 0;
      color: #003B59;
    }

@media (max-width: 374px) {

.form-popup .form form input, .form-popup .form form textarea, .form-popup .form form select, .form-popup .form form label, .form-popup .form form .p, .form-popup .form form .wpcf7-not-valid-tip {
          font-size: 0.875rem
      }
  }

.form form input::-webkit-input-placeholder, .form form textarea::-webkit-input-placeholder {
        font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        color: #003B59;
      }

.form form input::-moz-placeholder, .form form textarea::-moz-placeholder {
        font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        color: #003B59;
      }

.form form input::-ms-input-placeholder, .form form textarea::-ms-input-placeholder {
        font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        color: #003B59;
      }

.form form input::placeholder, .form form textarea::placeholder {
        font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        color: #003B59;
      }

.form form input[type=text],
      .form form input[type=email],
      .form form input[type=tel] {
        width: 100%;
        display: block;
        padding: 1rem;
        background-color: #FFFFFF;
        margin-bottom: 1.25rem;
      }

@media (max-width: 374px) {

.form-popup .form form input[type=text], .form-popup .form form input[type=email], .form-popup .form form input[type=tel] {
            padding: 0.75rem;
            margin-bottom: 1rem
        }
  }

.page-contact .form form input[type=text], .page-contact .form form input[type=email], .page-contact .form form input[type=tel] {
          border: 1px solid #003B59;
        }

.form form input[type=submit] {
        order: 1;
      }

.page-contact .form form input[type=submit]:not(:disabled) ~ label .custom-checkbox {
                background-color: #003B59;
              }

.form form input[type=submit]:not(:disabled) ~ label .custom-checkbox::before {
                opacity: 1;
              }

.form form select,
    .form form textarea {
      width: 100%;
      background-color: #FFFFFF;
      padding: 1rem;
      margin-bottom: 1.25rem;
    }

@media (max-width: 374px) {

.form-popup .form form select, .form-popup .form form textarea {
          padding: 0.75rem;
          margin-bottom: 1rem
      }
  }

.page-contact .form form select, .page-contact .form form textarea {
        border: 1px solid #003B59;
      }

.form form .your-country,
    .form form .how-did-you-hear,
    .form form .interested-in {
      position: relative;
    }

.form form .your-country:before, .form form .how-did-you-hear:before, .form form .interested-in:before {
        content: "";
        position: absolute;
        z-index: 99;
        top: 0;
        right: 0;
        width: 3.25rem;
        height: calc(100% - 1.25rem);
        border-left: 1px solid #003B59;
        pointer-events: none;
        background-image: url("/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/images/arrow-down.svg");
        background-repeat: no-repeat;
        background-position: center;
        background-size: 35%;
      }

@media (max-width: 374px) {

.form-popup .form form .your-country:before, .form-popup .form form .how-did-you-hear:before, .form-popup .form form .interested-in:before {
            width: 2.5rem;
            height: calc(100% - 1rem)
        }
  }

.form form select {
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none;

      /* option {
        &[value=""] {
          color: red !important;
        }
      } */
    }

.form form select::-ms-expand {
        display: none;
      }

.form form textarea {
      height: 8rem;
      display: block;
      resize: none;
    }

@media (max-width: 374px) {

.form-popup .form form textarea {
          height: 6rem
      }
  }

.form form label {
      font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
      display: flex;
      margin-bottom: 2rem;
    }

.form-popup .form form label {
        color: #FFFFFF;
      }

.form form label .wpcf7-form-control-wrap {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
      }

.form form label .custom-checkbox,
      .form form label .p {
        cursor: pointer;
      }

.form form label .custom-checkbox {
        flex-shrink: 0;
        position: relative;
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        background-color: #FFFFFF;
      }

.page-contact .form form label .custom-checkbox {
          border: 1px solid #003B59;
        }

.form form label .custom-checkbox::before {
          content: "";
          position: absolute;
          top: 45%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg);
          width: 20%;
          height: 50%;
          opacity: 0;
        }

.form-popup .form form label .custom-checkbox::before {
            border-right: 3px solid #003B59;
            border-bottom: 3px solid #003B59;
          }

.page-contact .form form label .custom-checkbox::before {
            border-right: 3px solid #FFFFFF;
            border-bottom: 3px solid #FFFFFF;
          }

.form form label .p {
        position: relative;
        top: 0.1rem;
        padding-left: 1rem;
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
      }

/* Contact Form 7 */

.form form > .wpcf7-form-control-wrap {
      display: block;
      position: relative;
    }

.form form > .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        bottom: 1.25rem;
        left: 0;
        padding: 0 1rem;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #FE895E;
        line-height: 1rem;
        pointer-events: none;
        -webkit-animation: fade-in 0.6s;
                animation: fade-in 0.6s;
      }

@media (max-width: 767px) {

.form form > .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
          background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 1))
      }
  }

@media (max-width: 479px) {

.form form > .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
          background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1) 33.33%, rgba(255, 255, 255, 1))
      }
  }

@media (max-width: 374px) {

.form-popup .form form > .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
            bottom: 1rem;
            padding: 0 0.75rem
            /* right: 0.75rem;
            left: 0.75rem; */
        }
  }

@media (min-width: 768px) {
        .form-popup .form form .first-name, .form-popup .form form .last-name, .form-popup .form form .your-country, .form-popup .form form .how-did-you-hear, .form-popup .form form .your-phone, .form-popup .form form .interested-in {
          width: calc(50% - (1.5rem * 0.5));
        }
  }

.form form .your-country .wpcf7-not-valid-tip, .form form .how-did-you-hear .wpcf7-not-valid-tip, .form form .interested-in .wpcf7-not-valid-tip {
        padding-right: 4.25rem;
      }

@media (max-width: 374px) {

.form-popup .form form .your-country .wpcf7-not-valid-tip, .form-popup .form form .how-did-you-hear .wpcf7-not-valid-tip, .form-popup .form form .interested-in .wpcf7-not-valid-tip {
            padding-right: 3.25rem
        }
  }

.form form .ajax-loader,
    .form form .wpcf7-spinner {
      display: none;
    }

/* .wpcf7-not-valid {
      background-color: red !important;
    } */

.form form .wpcf7-response-output {
      position: absolute;
      bottom: 1.25rem;
      -webkit-transform: translateY(50%);
              transform: translateY(50%);
      right: 0;
      width: calc(100% - 7rem);
      border: none;
      text-align: right;
      padding: 0;
      margin: 0;
      font-size: 0.9rem;
      line-height: 1.4;
      -webkit-animation: fade-in 0.6s;
              animation: fade-in 0.6s;
    }

.form-popup .form form .wpcf7-response-output {
        color: #FFFFFF;
      }

@media (min-width: 375px) {

.form form .wpcf7-response-output {
        font-size: 1rem;
        line-height: 1.4
    }
  }

.form form.invalid .wpcf7-response-output {
        color: #FE895E;
      }

@-webkit-keyframes fade-in {
  from {opacity: 0}
  to {opacity: 0.99}
}

@keyframes fade-in {
  from {opacity: 0}
  to {opacity: 0.99}
}

main::after {
    background-image: linear-gradient(#9CCDD2, #FFFFFF);
  }

@media (max-width: 991px) {
    nav::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      left: 0;
      height: 100%;
      pointer-events: none;
      background-image: linear-gradient(#9CCDD2, #FFFFFF);
    }
  }

.main-team::before, .main-contact::before, .main-privacy::before, .main-terms::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      left: 0;
      height: 100vh;
      pointer-events: none;
      background-image: linear-gradient(#9CCDD2, #FFFFFF);
      opacity: 0.6;
    }

.introduction::before, .popup div::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    background-image: linear-gradient(#003B59, #77AAB5);
    /* opacity: 0.9; */
  }

.highlights .text::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      right: 0;
      left: 0;
      height: 100%;
      pointer-events: none;
      background-image: linear-gradient(#9CCDD2, #FFFFFF);
      opacity: 0.6;
    }

.gallery--apartments::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: -2.5rem;
      right: 0;
      left: 0;
      height: 100%;
      pointer-events: none;
      background-image: linear-gradient(#9CCDD2, #FFFFFF);
      opacity: 0.6;
    }

.gradient-group {
  position: relative;
}

.gradient-group::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    background-image: linear-gradient(#9CCDD2, #FFFFFF);
    opacity: 0.6;
  }

.gradient-group--offset::before {
      top: -2.5rem;
    }

.content-404::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    height: 100%;
    pointer-events: none;
    background-image: linear-gradient(#9CCDD2, #FFFFFF);
    opacity: 0.6;
  }

h1 {
  position: relative;
  z-index: 1;
}

@media (min-width: 992px) {

.page-home h1 {
      pointer-events: none
  }
  }

.page-home.nav-open h1 {
    pointer-events: none;
  }

h1 a {
    position: relative;
    display: block;
  }

h1 a svg {
      display: block;
      fill: #003B59;
      will-change: opacity, fill;
      transition: 0.3s opacity, 0.6s fill;

      /* &:not(.page-home &) {
        .past-hero & {
          fill: $darkBlue;
        }

        .past-floors-nav & {
          fill: $white;
        }
      } */
    }

h1 a svg.vertical {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: 20vh;
      }

@media (min-width: 375px) {

h1 a svg.vertical {
          height: 21vh
      }
  }

@media (min-width: 480px) {

h1 a svg.vertical {
          height: 22vh
      }
  }

@media (min-width: 992px) {

h1 a svg.vertical {
          height: 25vh
      }
  }

h1 a svg.vertical:not(.page-home h1 a svg.vertical) {
          display: none;
        }

.past-home-hero h1 a svg.vertical,
        .nav-open h1 a svg.vertical {
          opacity: 0;
          pointer-events: none;
        }

h1 a svg.horizontal {
        width: 13rem;
        height: auto;
      }

.page-home h1 a svg.horizontal {
          fill: #003B59;
          opacity: 0;
          pointer-events: none;
        }

@media (max-width: 991px) {

.page-home.past-hero h1 a svg.horizontal {
            fill: #FFFFFF
        }
  }

.past-home-hero h1 a svg.horizontal,
        .nav-open h1 a svg.horizontal {
          opacity: 1;
          pointer-events: none;
        }

.past-heading h1 a svg.horizontal {
          fill: #FFFFFF;
        }

.past-first-highlight h1 a svg.horizontal {
          fill: #003B59;
        }

.nav-open h1 a svg.horizontal {
          fill: #003B59 !important;
        }

.page-building h1 a svg,
      .page-lifestyle h1 a svg,
      .page-apartments h1 a svg {
        fill: #FFFFFF;
      }

header {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  will-change: transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  height: 3rem;
}

@media (min-width: 480px) {

header {
    height: 4rem
}
  }

.scrolling-down.past-hero header,
  .scrolling-down.past-heading header,
  .floors-nav-active header {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }

header::before,
  header::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    left: 0;
    pointer-events: none;

    /* .page-transitioning & {
      opacity: 0 !important;
    } */
  }

header::before {
    bottom: 0;
    will-change: opacity;
    transition: 0.6s opacity;
    opacity: 0;
    background-color: #003B59;

    /* .past-floors-nav & {
      opacity: 0;
    } */

    /* .scrolling-down & {
      opacity: 0;
    } */
  }

.past-hero header::before,
    .past-heading header::before {
      transition: 0.6s opacity 0.6s;
      opacity: 0.99;
    }

/* &::after {
    bottom: -1px;
    background-color: $darkBlue;
    will-change: opacity;
    transition: 0.3s opacity;
    opacity: 0;

    .past-floors-nav.page-apartments & {
      opacity: 1;
    }
  } */

header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

.heading {
  font-family: 'Joane-Light', "Times New Roman", Times, serif;
  line-height: 1.2;
}

.heading--1 {
    font-size: 3.125rem;
    letter-spacing: calc(-3.125rem * 0.02);
  }

@media (min-width: 768px) {

.heading--1 {
      font-size: 4.375rem;
      letter-spacing: calc(-4.375rem * 0.02)
  }
  }

@media (min-width: 992px) {

.heading--1 {
      font-size: 5.625rem;
      letter-spacing: calc(-5.625rem * 0.02)
  }
  }

.page-home .heading--1 {
      font-size: 1.5rem;
      letter-spacing: calc(-1.5rem * 0.02);
    }

@media (min-width: 375px) {

.page-home .heading--1 {
        font-size: 1.75rem;
        letter-spacing: calc(-1.75rem * 0.02)
    }
  }

@media (min-width: 480px) {

.page-home .heading--1 {
        font-size: 2rem;
        letter-spacing: calc(-2rem * 0.02)
    }
  }

@media (min-width: 768px) {

.page-home .heading--1 {
        font-size: 2.25rem;
        letter-spacing: calc(-2.25rem * 0.02)
    }

        .page-home .heading--1 br {
          display: none;
        }
  }

@media (min-width: 992px) {

.page-home .heading--1 {
        font-size: 2.5rem;
        letter-spacing: calc(-2.5rem * 0.02)
    }
  }

@media (min-width: 1200px) {

.page-home .heading--1 {
        font-size: 2.75rem;
        letter-spacing: calc(-2.75rem * 0.02)
    }
  }

.heading--2 {
    font-size: 2.375rem;
    letter-spacing: calc(-2.375rem * 0.02);
  }

@media (min-width: 768px) {

.heading--2 {
      font-size: 2.75rem;
      letter-spacing: calc(-2.75rem * 0.02)
  }
  }

@media (min-width: 992px) {

.heading--2 {
      font-size: 3.125rem;
      letter-spacing: calc(-3.125rem * 0.02)
  }
  }

@media (min-width: 768px) {

.page-home .heading--2 {
        font-size: 3.0625rem;
        letter-spacing: calc(-3.0625rem * 0.03)
    }
  }

@media (min-width: 992px) {

.page-home .heading--2 {
        font-size: 3.75rem;
        letter-spacing: calc(-3.75rem * 0.03)
    }
  }

.heading--3 {
    font-size: 2.375rem;
    letter-spacing: calc(-2.375rem * 0.02);
  }

@media (min-width: 768px) {

.heading--3 {
      font-size: 2.75rem;
      letter-spacing: calc(-2.75rem * 0.02)
  }
  }

@media (min-width: 992px) {

.heading--3 {
      font-size: 3.125rem;
      letter-spacing: calc(-3.125rem * 0.02)
  }
  }

@media (max-width: 767px) {

.heading--3--availability {
        font-size: 1.75rem;
        letter-spacing: calc(-1.75rem * 0.02)
    }
  }

.heading--3.margin {
      margin-bottom: 1rem;
    }

.heading--3.margin-responsive {
      margin-bottom: 1rem;
    }

@media (min-width: 768px) {

.heading--3.margin-responsive {
        margin-bottom: 2rem
    }
  }

@media (min-width: 992px) {

.heading--3.margin-responsive {
        margin-bottom: 3rem
    }
  }

.heading--4 {
    font-size: 1.75rem;
    letter-spacing: calc(-1.75rem * 0.02);
  }

.heading--5 {
    font-size: 1.5rem;
    letter-spacing: calc(-1.5rem * 0.02);
  }

@media (max-width: 374px) {

.form-popup .heading--5 {
        font-size: 1.3rem
    }
  }

.icon {
  width: 5rem;
  height: auto;
  margin-bottom: 0.6875rem;
}

@media (min-width: 768px) {

.icon {
    margin-bottom: calc((0.6875rem + 1.25rem) / 2)
}
  }

@media (min-width: 992px) {

.icon {
    margin-bottom: 1.25rem
}
  }

.page-home .icon {
    margin-bottom: 1rem;
  }

@media (min-width: 768px) {

.page-home .icon {
      margin-bottom: 1.5rem
  }
  }

@media (min-width: 992px) {

.page-home .icon {
      margin-bottom: 2rem
  }
  }

.icon--margin-small {
    margin-bottom: 0.75rem;
  }

.image-container {
  position: relative;
}

.image-container::before {
    content: "";
    display: block;
  }

.inner-caption {
  position: absolute;
  bottom: 0.5rem;
  right: 0.75rem;
  color: #FFFFFF;
  text-align: right;
}

#lightbox {
  position: fixed;
  z-index: 29;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  /* background-color: rgba($white, 0.85); */
  background-color: #FFFFFF;
  will-change: opacity;
  transition: 0.45s opacity;
  opacity: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

#lightbox::before,
  #lightbox::after {
    content: "";
    position: absolute;
    top: calc(3rem * 0.5);
    right: 1rem;
    background-color: #003B59;
    width: 2.25rem;
    height: 2px;
    cursor: pointer;
    will-change: transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

@media (min-width: 480px) {

#lightbox::before,
  #lightbox::after {
      top: calc(4rem * 0.5);
      right: 1.5rem;
      width: 2.625rem
  }
  }

@media (min-width: 768px) {

#lightbox::before,
  #lightbox::after {
      right: 2rem;
      width: 3rem
  }
  }

@media (min-width: 992px) {

#lightbox::before,
  #lightbox::after {
      right: 3rem
  }
  }

#lightbox img {
    max-width: 100%;
    max-height: 100%;
    will-change: transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    -webkit-animation: img 0.45s;
            animation: img 0.45s;
  }

@media (min-width: 768px) {

#lightbox img {
      -webkit-transform-origin: left;
              transform-origin: left
  }
  }

#lightbox.active {
    opacity: 1;
    pointer-events: auto;
  }

#lightbox.active::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }

#lightbox.active::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }

#lightbox.active img {
      -webkit-transform: scale(1);
              transform: scale(1);
    }

@-webkit-keyframes img {
  from {-webkit-transform: scale(0.95);transform: scale(0.95)}
  to {-webkit-transform: scale(1);transform: scale(1)}
}

@keyframes img {
  from {-webkit-transform: scale(0.95);transform: scale(0.95)}
  to {-webkit-transform: scale(1);transform: scale(1)}
}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
}

@media (max-width: 991px) {

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    /* max-height: -webkit-fill-available; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none;
    opacity: 0;
    will-change: opacity;
    transition: 0.3s opacity

    /* .resizing & {
      display: none;
    } */
}

    .nav-open nav {
      pointer-events: auto !important;
      opacity: 1;
    }

    nav li {
      line-height: 1.2;
      color: #003B59;
      will-change: opacity;
    }

      nav li:not(:last-of-type) {
        margin-bottom: 0.5rem;
      }

      .nav-closed nav li {
        transition: 0s opacity 0.3s !important;
        opacity: 0;
      }

      .nav-open nav li {
        transition: 1.2s opacity;
        opacity: 0.99;
        pointer-events: auto !important;
      }
        .nav-open nav li a {
          pointer-events: auto !important;
        }
  }

@media (min-width: 992px) {

nav ul {
      display: flex
  }
  }

nav li {
    font-family: 'Joane-Regular', "Times New Roman", Times, serif;
    font-size: 2.75rem;
    letter-spacing: calc(-2.75rem * 0.02);
  }

@media (min-width: 375px) {

nav li {
      font-size: 3rem;
      letter-spacing: calc(-3rem * 0.02)
  }
  }

@media (min-width: 480px) {

nav li {
      font-size: 3.5rem;
      letter-spacing: calc(-3.5rem * 0.02)
  }
  }

@media (min-width: 768px) {

nav li {
      font-size: 4rem;
      letter-spacing: calc(-4rem * 0.02)
  }
  }

@media (min-width: 992px) {

nav li {
      font-size: 1.125rem;
      letter-spacing: calc(-1.125rem * 0.02);
      will-change: color, text-shadow;
      transition: 0.6s color 0s, 0.6s text-shadow 0s !important

      /* .past-floors-nav & {
        color: $white;
        text-shadow: 0 0 0.25rem rgba($black, 0.2);
      } */
  }

      nav li:not(:last-of-type) {
        margin-right: 3rem;
      }

      .page-building nav li,
      .page-lifestyle nav li,
      .page-apartments nav li {
        color: #FFFFFF;
        text-shadow: 0 0 0.25rem rgba(0,0,0, 0.2);
      }

      .past-home-hero nav li,
      .past-hero nav li,
      .past-heading nav li {
        color: #FFFFFF;
        text-shadow: 0 0 0.25rem rgba(0,0,0, 0.2);
      }
  }

/* @import '/web/20220109021721cs_/https://amorytower.com/wp-content/themes/amorytower/components/_page-transitions'; */

.panzoom {
  top: 0;
  right: 0;
  left: 0;
}

.choice .panzoom,
  .connected .panzoom,
  .development .panzoom {
    position: absolute;
  }

.choice .panzoom::before {
      content: "";
      display: block;
    }

.connected .panzoom,
  .development .panzoom {
    bottom: 0;
  }

.choice .panzoom::before {
      padding-bottom: 142%;
    }

.floor-type .panzoom {
    height: 100%;
  }

.panzoom:active {
    cursor: -webkit-grabbing !important;
    cursor: grabbing !important;
  }

.panzoom.passive {
    cursor: auto !important;
    -webkit-user-select: auto !important;
       -moz-user-select: auto !important;
        -ms-user-select: auto !important;
            user-select: auto !important;
    touch-action: auto !important;
  }

.zoom-in,
.zoom-out {
  position: absolute;
  right: 0.5rem;
  cursor: pointer;
  width: 2.25rem;
  height: 2.25rem;
  border: 1px solid #003B59;
  background-color: #FFFFFF;
}

@media (min-width: 992px) {

.zoom-in,
.zoom-out {
    right: 1rem
}
  }

.zoom-in::before,
  .zoom-in::after,
  .zoom-out::before,
  .zoom-out::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 66.66%;
    height: 2px;
    border-radius: 2px;
    background-color: #003B59;
  }

.zoom-in {
  bottom: 4.25rem;
}

@media (min-width: 992px) {

.choice .zoom-in {
      bottom: auto;
      top: 1rem
  }
  }

.zoom-in::before {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

.zoom-in::after {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }

.zoom-out {
  bottom: 1rem;
}

@media (min-width: 992px) {

.choice .zoom-out {
      bottom: auto;
      top: 4.25rem
  }
  }

.zoom-out::before,
  .zoom-out::after {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

.popup {
  position: fixed;
  z-index: 19;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255,255,255, 0.85);
  will-change: opacity;
  transition: 0.45s opacity 1s;
  opacity: 0;
  pointer-events: none;
}

.popup:not(.page-home .popup) {
    display: none;
  }

.loaded .popup {
    opacity: 1;
  }

.popup-closed .popup {
    transition: 0.3s opacity;
    opacity: 0;
  }

.popup div {
    position: relative;
    padding: 5.125rem 1rem;
    text-align: center;
    will-change: transform;
    opacity: 0.01;
    -webkit-transform: translate3d(0, 1rem, 0);
            transform: translate3d(0, 1rem, 0);
    pointer-events: auto;
  }

.popup-closed .popup div {
      pointer-events: none;
    }

@media (min-width: 375px) {

.popup div {
      padding: 5.125rem 2rem
  }
  }

@media (min-width: 480px) {

.popup div {
      padding: 5.125rem 3rem
  }
  }

@media (max-width: 767px) {

.popup div {
      width: 535px
  }
  }

@media (min-width: 768px) {

.popup div {
      padding: 5.125rem 6.5rem
  }
  }

.loaded .popup div {
      transition: 0.6s opacity 1s, 0.9s -webkit-transform 1s;
      transition: 0.6s opacity 1s, 0.9s transform 1s;
      transition: 0.6s opacity 1s, 0.9s transform 1s, 0.9s -webkit-transform 1s;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }

.popup div > span {
      color: #FFFFFF;
    }

@media (max-width: 479px) {
        .popup div > span br {
          display: none;
        }
  }

@media (min-width: 480px) {

.popup div > span {
        white-space: nowrap
    }
  }

.popup div > span span {
        white-space: nowrap;
      }

.popup div button {
      position: absolute;
      top: 1.5rem;
      right: 1.5rem;
      width: 1.5rem;
      height: 1.5rem;
      cursor: pointer;
    }

.popup div button::before,
      .popup div button::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2px;
        height: 140%;
        border-radius: 2px;
        background-color: #FFFFFF;
      }

.popup div button::before {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
      }

.popup div button::after {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg);
      }

@media screen {
  .preload {
    position: absolute;
    left: -999rem;
    top: -999rem;
    height: 1px;
    width: 1px;
  }

    .preload img {
      display: block;
    }
}

@media print {
  .preload,
  .preload img {
    visibility: hidden;
    display: none;
  }
}

.main-home {
  position: relative;
}

@media (max-width: 991px) {

.main-home {
    /* Hide cloned footer */
}
    .main-home footer {
      display: none;
    }
  }

@media (min-width: 992px) {

.main-home {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: scroll

    /* Hide original footer (the cloned one is displayed) */
}

    .safari .main-home,
    .over-highlights .main-home {
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
    }

    .main-home .hero,
    .main-home .introduction {
      scroll-snap-align: none;
    }

      .safari .main-home .hero, .safari .main-home .introduction {
        scroll-snap-align: start;
      }

    .main-home .highlights {
      scroll-snap-align: start;
      scroll-snap-stop: always;
    }

    .main-home footer {
      scroll-snap-align: end;
    }
    .main-home ~ footer {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      pointer-events: none;
    }
  }

span.spacer {
  display: block;
}

.amenities {
  padding-top: calc(7rem * 0.625);
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {

.amenities {
    padding-top: calc(8rem * 0.625)
}
  }

@media (min-width: 992px) {

.amenities {
    padding-top: calc(9rem * 0.625)
}
  }

@media (min-width: 480px) {

.amenities {
    padding-bottom: 1.5rem
}
  }

@media (min-width: 768px) {

.amenities {
    padding-bottom: 2rem
}
  }

@media (min-width: 992px) {

.amenities {
    padding-bottom: 3rem
}
  }

@media (min-width: 1200px) {

.amenities {
    padding-bottom: 4.5rem
}
  }

@media (min-width: 1400px) {

.amenities {
    padding-bottom: 6rem
}
  }

@media (min-width: 992px) {

.amenities {
    padding-top: calc(7rem * 0.25)
}
    @media (min-width: 768px) {

.amenities {
    padding-top: calc(8rem * 0.25)
}
  }
    @media (min-width: 992px) {

.amenities {
    padding-top: calc(9rem * 0.25)
}
  }
  }

@media (max-width: 991px) {

.amenities .container {
      padding-bottom: 0.75rem
  }
  }

.amenities p {
    font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
    margin-bottom: 3rem;
    max-width: calc(1400px * 0.4);
  }

.amenities .items {
    position: relative;
    top: 2rem;
    margin-top: -2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

.amenities .items li {
      width: 50%;
      text-align: center;
      margin-bottom: 2rem;
    }

@media (min-width: 480px) {

.amenities .items li {
        width: 33.33%
    }
  }

@media (min-width: 768px) {

.amenities .items li {
        width: 25%
    }
  }

@media (min-width: 992px) {

.amenities .items li {
        width: 20%
    }
  }

@media (min-width: 1200px) {

.amenities .items li {
        width: 16.66%
    }
  }

/* @mixin fromXXLarge {
        width: 16.66%;
      } */

.amenities .items li span {
        width: 83.33%;
        display: inline-block;
        font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
      }

.choice {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  overflow: hidden;
}

@media (min-width: 480px) {

.choice {
    padding-top: 1.5rem
}
  }

@media (min-width: 768px) {

.choice {
    padding-top: 2rem
}
  }

@media (min-width: 992px) {

.choice {
    padding-top: 3rem
}
  }

@media (min-width: 1200px) {

.choice {
    padding-top: 4.5rem
}
  }

@media (min-width: 1400px) {

.choice {
    padding-top: 6rem
}
  }

@media (min-width: 480px) {

.choice {
    padding-bottom: 1.5rem
}
  }

@media (min-width: 768px) {

.choice {
    padding-bottom: 2rem
}
  }

@media (min-width: 992px) {

.choice {
    padding-bottom: 3rem
}
  }

@media (min-width: 1200px) {

.choice {
    padding-bottom: 4.5rem
}
  }

@media (min-width: 1400px) {

.choice {
    padding-bottom: 6rem
}
  }

@media (min-width: 992px) {

.choice .container {
      display: flex
  }
  }

@media (min-width: 992px) {

.choice .text,
  .choice .image {
      width: 50%
  }
  }

.choice .text {
    padding-bottom: 1.5rem;
  }

@media (min-width: 480px) {

.choice .text {
    padding-bottom: 1.5rem
  }
  }

@media (min-width: 768px) {

.choice .text {
    padding-bottom: 2rem
  }
  }

@media (min-width: 992px) {

.choice .text {
    padding-bottom: 3rem
  }
  }

@media (min-width: 992px) {

.choice .text {
      padding-right: 3rem
  }
  }

@media (min-width: 1200px) {

.choice .text {
      width: 45%
  }
  }

@media (min-width: 1400px) {

.choice .text {
      width: 42.5%
  }
  }

@media (max-width: 991px) {
        .choice .text--top ul {
          display: none;
        }
  }

@media (min-width: 992px) {

.choice .text--bottom {
        display: none
    }
  }

.choice .text p {
      font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
      margin-bottom: 1.5rem;
    }

@media (min-width: 480px) {

.choice .text p {
    margin-bottom: 1.5rem
    }
  }

@media (min-width: 768px) {

.choice .text p {
    margin-bottom: 2rem
    }
  }

@media (min-width: 992px) {

.choice .text p {
    margin-bottom: 3rem
    }
  }

@media (min-width: 1200px) {

.choice .text p {
    margin-bottom: 4.5rem
    }
  }

@media (min-width: 1400px) {

.choice .text p {
    margin-bottom: 6rem
    }
  }

@media (max-width: 991px) {

.choice .text p {
        max-width: calc(1400px * 0.3333)
    }
  }

.choice .text li {
      font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
      font-size: 1.25rem;
      line-height: 1.35;
      cursor: pointer;
      display: flex;
    }

.choice .text li:not(:last-of-type) {
        margin-bottom: 1.5rem;
      }

@media (min-width: 768px) {

.choice .text li:not(:last-of-type) {
          margin-bottom: 1.75rem
      }
  }

@media (min-width: 992px) {

.choice .text li:not(:last-of-type) {
          margin-bottom: 2rem
      }
  }

.bars.choice .text li.bars::before {
            background-color: #FE895E;
          }

.retail.choice .text li.retail::before {
            background-color: #FE895E;
          }

.arts.choice .text li.arts::before {
            background-color: #FE895E;
          }

.fitness.choice .text li.fitness::before {
            background-color: #FE895E;
          }

.professional.choice .text li.professional::before {
            background-color: #FE895E;
          }

.choice .text li::before {
        position: relative;
        bottom: 0.3rem;
        content: "";
        display: inline-block;
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        border: 1px solid #FE895E;
        -webkit-transform: translateY(20%);
                transform: translateY(20%);
        margin-right: 1.25rem;
        will-change: background;
        transition: background 0.3s;
      }

.choice .image {
    position: relative;
  }

.choice .image::before {
      content: "";
      display: block;
      padding-bottom: 100%;
    }

@media (max-width: 991px) {

.choice .image {
      margin-bottom: 1.5rem
  }
      @media (min-width: 480px) {

.choice .image {
    margin-bottom: 1.5rem
  }
  }
      @media (min-width: 768px) {

.choice .image {
    margin-bottom: 2rem
  }
  }
      @media (min-width: 992px) {

.choice .image {
    margin-bottom: 3rem
  }
  }
  }

@media (min-width: 768px) {
      .choice .image::before {
        padding-bottom: 115%;
      }
  }

@media (min-width: 1200px) {

.choice .image {
      width: 55%
  }
  }

@media (min-width: 1400px) {

.choice .image {
      width: 57.5%
  }
  }

.choice .image .category {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      will-change: opacity;
      transition: opacity 0.3s;
      opacity: 0;
      pointer-events: none;
    }

.choice .image .category > span {
        position: absolute;
        width: 3%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        cursor: pointer;
      }

.choice .image .category > span::before {
          content: "";
          display: block;
          padding-bottom: 100%;
        }

.choice .image .category > span:hover,
        .choice .image .category > span:active {
          z-index: 1;
        }

.choice .image .category > span:hover .name, .choice .image .category > span:active .name {
            opacity: 1;
          }

.choice .image .category > span .name {
          position: absolute;
          bottom: 100%;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          padding: 0.5rem 0.5rem 0.45rem;
          border-radius: 3px;
          background-color: #FE895E;
          white-space: nowrap;
          font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
          font-size: 0.875rem;
          line-height: 0.875rem;
          text-transform: uppercase;
          pointer-events: none;
          will-change: opacity;
          opacity: 0;
        }

.choice .image .category > span .name::before,
          .choice .image .category > span .name::after {
            content: "";
            position: absolute;
          }

.choice .image .category > span .name::before {
            top: 100%;
            left: 50%;
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%);
            width: 2px;
            height: 25%;
            background-color: #FE895E;
          }

.choice .image .category > span .name::after {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            border-radius: inherit;
            border: 1px solid #003B59;
          }

.choice .image .category > span .name.left-align {
            -webkit-transform: translateX(-16.66%);
                    transform: translateX(-16.66%);
          }

.choice .image .category > span .name.left-align::before {
              left: 16.66%;
            }

.choice .image .category > span .name.right-align {
            -webkit-transform: translateX(-83.33%);
                    transform: translateX(-83.33%);
          }

.choice .image .category > span .name.right-align::before {
              left: 83.33%;
            }

.choice .image .category > span .number {
          position: absolute;
          top: 50%;
          left: 50%;
          width: 100%;
          border-radius: 50%;
          -webkit-transform: translate(-50%, -50%) scale(0.6);
                  transform: translate(-50%, -50%) scale(0.6);
          border-radius: 50%;
          font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
          font-size: 1.5vw;
          line-height: 1.5vw;
          color: #FFFFFF;
          display: flex;
          align-items: center;
          justify-content: center;
        }

@media (min-width: 992px) {

.choice .image .category > span .number {
            font-size: 0.75vw;
            line-height: 0.75vw
        }
  }

@media (min-width: 1400px) {

.choice .image .category > span .number {
            font-size: 0.7rem;
            line-height: 0.7rem
        }
  }

.choice .image .category > span .number::before {
            content: "";
            display: block;
            padding-bottom: 100%;
          }

.bars.choice .image .category.bars {
          opacity: 1;
          pointer-events: auto;
        }

.choice .image .category.bars .number {
          background-color: #7EB801;
        }

/* Roka */

.choice .image .category.bars > span:nth-of-type(1) {
            top: 19.4%;
            left: 46.1%;
          }

/* The Ivy */

.choice .image .category.bars > span:nth-of-type(2) {
            top: 21.8%;
            left: 45.65%;
          }

/* Boisdale */

.choice .image .category.bars > span:nth-of-type(3) {
            top: 19.85%;
            left: 30%;
          }

/* Shake Shack */

.choice .image .category.bars > span:nth-of-type(4) {
            top: 20.6%;
            left: 45.9%;
          }

/* Iberica */

.choice .image .category.bars > span:nth-of-type(5) {
            top: 14.9%;
            left: 34.5%;
          }

/* Big Easy */

.choice .image .category.bars > span:nth-of-type(6) {
            top: 16.1%;
            left: 34.25%;
          }

/* Notes Coffee Roasters */

.choice .image .category.bars > span:nth-of-type(7) {
            top: 28.3%;
            left: 43.95%;
          }

/* Rocket */

.choice .image .category.bars > span:nth-of-type(8) {
            top: 22.05%;
            left: 62.5%;
          }

/* Rum & Sugar */

.choice .image .category.bars > span:nth-of-type(9) {
            top: 9.4%;
            left: 33.6%;
          }

/* Cafe Brera */

.choice .image .category.bars > span:nth-of-type(10) {
            top: 21.2%;
            left: 31.4%;
          }

/* 28 West Bar */

.choice .image .category.bars > span:nth-of-type(11) {
            top: 18.7%;
            left: 6.5%;
          }

/* Bokan 38 Bar & 39 Rooftop */

.choice .image .category.bars > span:nth-of-type(12) {
            top: 39.6%;
            left: 25.3%;
          }

/* Goodman */

.choice .image .category.bars > span:nth-of-type(13) {
            top: 38.3%;
            left: 48.1%;
          }

/* Capeesh Sky Bar */

.choice .image .category.bars > span:nth-of-type(14) {
            top: 49.7%;
            left: 50.3%;
          }

/* Bella Cosa */

.choice .image .category.bars > span:nth-of-type(15) {
            top: 40.8%;
            left: 69%;
          }

/* The Gun, Docklands */

.choice .image .category.bars > span:nth-of-type(16) {
            top: 34.45%;
            left: 93.7%;
          }

/* The Tooke Arms */

.choice .image .category.bars > span:nth-of-type(17) {
            top: 55.15%;
            left: 15.3%;
          }

/* Smoke Lab */

.choice .image .category.bars > span:nth-of-type(18) {
            top: 59.6%;
            left: 45%;
          }

/* Lotus Chinese Restaurant */

.choice .image .category.bars > span:nth-of-type(19) {
            top: 60.2%;
            left: 56.4%;
          }

/* Bubble Tea */

.choice .image .category.bars > span:nth-of-type(20) {
            top: 15.2%;
            left: 54%;
          }

/* Yuhoki Japanese Restaurant */

.choice .image .category.bars > span:nth-of-type(21) {
            top: 42.35%;
            left: 67.45%;
          }

/* Hazev */

.choice .image .category.bars > span:nth-of-type(22) {
            top: 37.85%;
            left: 44.3%;
          }

/* Lebanese Street Food */

.choice .image .category.bars > span:nth-of-type(23) {
            top: 37.1%;
            left: 39%;
          }

/* Bengal Quay Restaurant */

.choice .image .category.bars > span:nth-of-type(24) {
            top: 40.15%;
            left: 37.7%;
          }

/* Tworuba Bar Canary Wharf */

.choice .image .category.bars > span:nth-of-type(25) {
            top: 41.25%;
            left: 42.8%;
          }

/* Cinnamon Restaurant */

.choice .image .category.bars > span:nth-of-type(26) {
            top: 40.75%;
            left: 40.8%;
          }

/* The Athenian */

.choice .image .category.bars > span:nth-of-type(27) {
            top: 28.6%;
            left: 49%;
          }

/* Le Pain Quotidien */

.choice .image .category.bars > span:nth-of-type(28) {
            top: 29%;
            left: 41.3%;
          }

/* Carluccio's */

.choice .image .category.bars > span:nth-of-type(29) {
            top: 23.15%;
            left: 41.4%;
          }

/* Grandstand Bar */

.choice .image .category.bars > span:nth-of-type(30) {
            top: 21.55%;
            left: 43.9%;
          }

/* Iberica La Terraza */

.choice .image .category.bars > span:nth-of-type(31) {
            top: 17.4%;
            left: 28.7%;
          }

/* The Pagination */

.choice .image .category.bars > span:nth-of-type(32) {
            top: 15.75%;
            left: 28.9%;
          }

/* Mousetail Coffee Stories */

.choice .image .category.bars > span:nth-of-type(33) {
            top: 8.9%;
            left: 29.3%;
          }

/* Pizza Pilgrims */

.choice .image .category.bars > span:nth-of-type(34) {
            top: 8.6%;
            left: 27.25%;
          }

/* Burger & Lobster */

.choice .image .category.bars > span:nth-of-type(35) {
            top: 9.15%;
            left: 31.5%;
          }

.retail.choice .image .category.retail {
          opacity: 1;
          pointer-events: auto;
        }

.choice .image .category.retail .number {
          background-color: #FF5C6E;
        }

/* Goldsmiths */

.choice .image .category.retail > span:nth-of-type(1) {
            top: 20.75%;
            left: 47.5%;
          }

/* Tiffany & Co. */

.choice .image .category.retail > span:nth-of-type(2) {
            top: 18.8%;
            left: 41.2%;
          }

/* Paul Smith */

.choice .image .category.retail > span:nth-of-type(3) {
            top: 18.65%;
            left: 39.5%;
          }

/* Billingsgate Market */

.choice .image .category.retail > span:nth-of-type(4) {
            top: 14%;
            left: 71.9%;
          }

/* Zara */

.choice .image .category.retail > span:nth-of-type(5) {
            top: 17.5%;
            left: 30.5%;
          }

/* Massimo Dutti */

.choice .image .category.retail > span:nth-of-type(6) {
            top: 17.73%;
            left: 32.2%;
          }

/* Cabot Place */

.choice .image .category.retail > span:nth-of-type(7) {
            top: 20.05%;
            left: 31.7%;
          }

/* Canada Place */

.choice .image .category.retail > span:nth-of-type(8) {
            top: 21.4%;
            left: 55.75%;
          }

/* Jubilee Place */

.choice .image .category.retail > span:nth-of-type(9) {
            top: 30.1%;
            left: 48.4%;
          }

/* Jaeger */

.choice .image .category.retail > span:nth-of-type(10) {
            top: 17.9%;
            left: 33.85%;
          }

/* Aquascutum */

.choice .image .category.retail > span:nth-of-type(11) {
            top: 18.7%;
            left: 30.25%;
          }

/* Hugo Boss */

.choice .image .category.retail > span:nth-of-type(12) {
            top: 17.4%;
            left: 50.3%;
          }

/* Hackett */

.choice .image .category.retail > span:nth-of-type(13) {
            top: 15.15%;
            left: 23.6%;
          }

/* Dunhill */

.choice .image .category.retail > span:nth-of-type(14) {
            top: 18.45%;
            left: 37.85%;
          }

/* Aspinal of London */

.choice .image .category.retail > span:nth-of-type(15) {
            top: 20.25%;
            left: 33.4%;
          }

/* Oliver Bonas */

.choice .image .category.retail > span:nth-of-type(16) {
            top: 29.9%;
            left: 46.7%;
          }

/* Montblanc */

.choice .image .category.retail > span:nth-of-type(17) {
            top: 19.75%;
            left: 39.25%;
          }

/* The White Company */

.choice .image .category.retail > span:nth-of-type(18) {
            top: 31.95%;
            left: 46.4%;
          }

/* Church's */

.choice .image .category.retail > span:nth-of-type(19) {
            top: 19.95%;
            left: 40.9%;
          }

/* Thomas Pink */

.choice .image .category.retail > span:nth-of-type(20) {
            top: 21%;
            left: 39%;
          }

/* Jo Malone */

.choice .image .category.retail > span:nth-of-type(21) {
            top: 21.15%;
            left: 40.75%;
          }

/* Waitrose */

.choice .image .category.retail > span:nth-of-type(22) {
            top: 22.65%;
            left: 56.45%;
          }

/* Bang and Olufsen */

.choice .image .category.retail > span:nth-of-type(23) {
            top: 21%;
            left: 29.7%;
          }

/* Penhaligon's */

.choice .image .category.retail > span:nth-of-type(24) {
            top: 18.9%;
            left: 31.95%;
          }

/* Reiss */

.choice .image .category.retail > span:nth-of-type(25) {
            top: 19.05%;
            left: 33.6%;
          }

/* Rituals */

.choice .image .category.retail > span:nth-of-type(26) {
            top: 14.8%;
            left: 32.8%;
          }

/* Watches of Switzerland */

.choice .image .category.retail > span:nth-of-type(27) {
            top: 19%;
            left: 42.85%;
          }

/* Asda Superstore */

.choice .image .category.retail > span:nth-of-type(28) {
            top: 71.4%;
            left: 69.5%;
          }

.arts.choice .image .category.arts {
          opacity: 1;
          pointer-events: auto;
        }

.choice .image .category.arts .number {
          background-color: #A01DB0;
        }

/* Museum of London Docklands */

.choice .image .category.arts > span:nth-of-type(1) {
            top: 7.25%;
            left: 24.3%;
          }

/* Mudchute Park & Farm */

.choice .image .category.arts > span:nth-of-type(2) {
            top: 78.1%;
            left: 73.2%;
          }

/* Everyman Cinema */

.choice .image .category.arts > span:nth-of-type(3) {
            top: 14.05%;
            left: 45.4%;
          }

/* Cineworld Cinema */

.choice .image .category.arts > span:nth-of-type(4) {
            top: 4.35%;
            left: 23.9%;
          }

.fitness.choice .image .category.fitness {
          opacity: 1;
          pointer-events: auto;
        }

.choice .image .category.fitness .number {
          background-color: #E79B00;
        }

/* Fortitude Fitness */

.choice .image .category.fitness > span:nth-of-type(1) {
            top: 8.45%;
            left: 12.2%;
          }

/* Luminis Beauty Spa */

.choice .image .category.fitness > span:nth-of-type(2) {
            top: 13.9%;
            left: 4.55%;
          }

/* Third Space */

.choice .image .category.fitness > span:nth-of-type(3) {
            top: 21.2%;
            left: 57.9%;
          }

/* Tiller Leisure Centre */

.choice .image .category.fitness > span:nth-of-type(4) {
            top: 63.6%;
            left: 31.05%;
          }

/* Docklands Sailing Centre */

.choice .image .category.fitness > span:nth-of-type(5) {
            top: 75%;
            left: 20.85%;
          }

/* Sweat By BXR */

.choice .image .category.fitness > span:nth-of-type(6) {
            top: 13.75%;
            left: 43.05%;
          }

/* Nuffield Health */

.choice .image .category.fitness > span:nth-of-type(7) {
            top: 15.35%;
            left: 25.3%;
          }

/* Nuffield Medical Centre */

.choice .image .category.fitness > span:nth-of-type(8) {
            top: 41.6%;
            left: 52.4%;
          }

/* Flexology Studio */

.choice .image .category.fitness > span:nth-of-type(9) {
            top: 20.65%;
            left: 53.75%;
          }

/* Bikram Yoga */

.choice .image .category.fitness > span:nth-of-type(10) {
            top: 38.65%;
            left: 38.5%;
          }

.professional.choice .image .category.professional {
          opacity: 1;
          pointer-events: auto;
        }

.choice .image .category.professional .number {
          background-color: #1779FF;
        }

/* Morgan Stanley */

.choice .image .category.professional > span:nth-of-type(1) {
            top: 27.95%;
            left: 30.9%;
          }

/* Credit Suisse */

.choice .image .category.professional > span:nth-of-type(2) {
            top: 15.55%;
            left: 27.05%;
          }

/* HSBC HQ */

.choice .image .category.professional > span:nth-of-type(3) {
            top: 20.15%;
            left: 42.65%;
          }

/* KPMG */

.choice .image .category.professional > span:nth-of-type(4) {
            top: 19.4%;
            left: 54.95%;
          }

/* Barclays HQ */

.choice .image .category.professional > span:nth-of-type(5) {
            top: 23.25%;
            left: 62.3%;
          }

/* Clifford Chance World HQ */

.choice .image .category.professional > span:nth-of-type(6) {
            top: 27.15%;
            left: 52.4%;
          }

/* Citigroup HQ */

.choice .image .category.professional > span:nth-of-type(7) {
            top: 25.95%;
            left: 49.6%;
          }

/* Shell */

.choice .image .category.professional > span:nth-of-type(8) {
            top: 30.8%;
            left: 42.25%;
          }

/* JP Morgan Chase European HQ */

.choice .image .category.professional > span:nth-of-type(9) {
            top: 28.3%;
            left: 36.5%;
          }

.club {
  padding-top: 1.5rem;
}

@media (min-width: 480px) {

.club {
    padding-top: 1.5rem
}
  }

@media (min-width: 768px) {

.club {
    padding-top: 2rem
}
  }

@media (min-width: 992px) {

.club {
    padding-top: 3rem
}
  }

@media (min-width: 1200px) {

.club {
    padding-top: 4.5rem
}
  }

@media (min-width: 1400px) {

.club {
    padding-top: 6rem
}
  }

.club p {
    font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
  }

@media (max-width: 991px) {
      .club .container > .heading {
        margin-bottom: 1.5rem;
      }
        @media (min-width: 480px) {
      .club .container > .heading {
    margin-bottom: 1.5rem
      }
  }
        @media (min-width: 768px) {
      .club .container > .heading {
    margin-bottom: 2rem
      }
  }
        @media (min-width: 992px) {
      .club .container > .heading {
    margin-bottom: 3rem
      }
  }
        @media (min-width: 1200px) {
      .club .container > .heading {
    margin-bottom: 4.5rem
      }
  }
        @media (min-width: 1400px) {
      .club .container > .heading {
    margin-bottom: 6rem
      }
  }

        .club .container > .heading br {
          display: none;
        }
  }

.club .container > div {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: flex-end;
    }

.club .container .image {
      width: 100%;
    }

@media (max-width: 767px) {

.club .container .image {
        margin-bottom: 1.5rem
    }
        @media (min-width: 480px) {

.club .container .image {
    margin-bottom: 1.5rem
    }
  }
        @media (min-width: 768px) {

.club .container .image {
    margin-bottom: 2rem
    }
  }
        @media (min-width: 992px) {

.club .container .image {
    margin-bottom: 3rem
    }
  }
        @media (min-width: 1200px) {

.club .container .image {
    margin-bottom: 4.5rem
    }
  }
        @media (min-width: 1400px) {

.club .container .image {
    margin-bottom: 6rem
    }
  }
  }

@media (min-width: 768px) {

.club .container .image {
        width: 50%
    }
  }

.club .container .image img {
        width: 100%;
      }

.club .container .text {
      width: 100%;
    }

@media (min-width: 768px) {

.club .container .text {
        width: 50%;
        padding-left: 3rem
    }
  }

@media (min-width: 1200px) {

.club .container .text {
        width: 33.33%
    }
  }

@media (min-width: 1200px) {

.club .container .text {
        width: 29.5%
    }
  }

.connected {
  padding-top: 1.5rem;
}

@media (min-width: 480px) {

.connected {
    padding-top: 1.5rem
}
  }

@media (min-width: 768px) {

.connected {
    padding-top: 2rem
}
  }

@media (min-width: 992px) {

.connected {
    padding-top: 3rem
}
  }

@media (min-width: 1200px) {

.connected {
    padding-top: 4.5rem
}
  }

@media (min-width: 1400px) {

.connected {
    padding-top: 6rem
}
  }

.connected .paragraph,
  .connected li,
  .connected span {
    font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
  }

.connected .paragraph,
  .connected span {
    max-width: calc(1400px * 0.45);
  }

.connected .paragraph {
    margin-bottom: 1.5rem;
  }

@media (min-width: 480px) {

.connected .paragraph {
    margin-bottom: 1.5rem;
  }
  }

@media (min-width: 768px) {

.connected .paragraph {
    margin-bottom: 2rem;
  }
  }

@media (min-width: 992px) {

.connected .paragraph {
    margin-bottom: 3rem;
  }
  }

.connected ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0.5rem;
  }

.connected ul li {
      width: 50%;
      padding: 0 0.75rem 0.75rem 0;
    }

@media (min-width: 768px) {

.connected ul li {
        width: 33.33%;
        padding: 0 1rem 1rem 0
    }
  }

@media (min-width: 992px) {

.connected ul li {
        width: 25%;
        padding: 0 1rem 1.25rem 0
    }
  }

@media (min-width: 1200px) {

.connected ul li {
        width: 20%;
        padding: 0 1rem 1.5rem 0
    }
  }

@media (min-width: 1400px) {

.connected ul li {
        width: 16.66%
    }
  }

.connected ul li p {
        color: #FE895E;
      }

.connected .image {
    position: relative;
    border: 1px solid #003B59;
    margin-bottom: 1rem;
  }

.connected .image::before {
      content: "";
      display: block;
      padding-bottom: 49.34%;
    }

.connected span {
    display: block;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #000000;
  }

.contact {
  padding-top: calc(7rem * 1.25);
  padding-bottom: calc(7rem * 0.625);
}

@media (min-width: 768px) {

.contact {
    padding-top: calc(8rem * 1.25)
}
  }

@media (min-width: 992px) {

.contact {
    padding-top: calc(9rem * 1.25)
}
  }

@media (min-width: 768px) {

.contact {
    padding-bottom: calc(8rem * 0.625)
}
  }

@media (min-width: 992px) {

.contact {
    padding-bottom: calc(9rem * 0.625)
}
  }

@media (min-width: 992px) {

.contact {
    padding-bottom: 1.5rem
}
    @media (min-width: 480px) {

.contact {
    padding-bottom: 1.5rem
}
  }
    @media (min-width: 768px) {

.contact {
    padding-bottom: 2rem
}
  }
    @media (min-width: 992px) {

.contact {
    padding-bottom: 3rem
}
  }
    @media (min-width: 1200px) {

.contact {
    padding-bottom: 4.5rem
}
  }
    @media (min-width: 1400px) {

.contact {
    padding-bottom: 6rem
}
  }
  }

@media (min-width: 992px) {

.contact .container {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap
  }
  }

.contact .container > .heading {
      width: 100%;
      margin-bottom: calc(7rem * 0.375);
    }

@media (min-width: 768px) {

.contact .container > .heading {
    margin-bottom: calc(8rem * 0.375);
    }
  }

@media (min-width: 992px) {

.contact .container > .heading {
    margin-bottom: calc(9rem * 0.375);
    }
  }

@media (min-width: 992px) {

.contact .container .top,
    .contact .container .bottom {
        width: calc(50% - 1.5rem)
    }
  }

.contact .container .top .heading {
        margin-bottom: 1.5rem;
      }

@media (max-width: 991px) {

.contact .container .bottom {
        display: none
    }
  }

.contact .container .text {
      padding-bottom: 1.5rem;
    }

@media (min-width: 480px) {

.contact .container .text {
    padding-bottom: 1.5rem
    }
  }

@media (min-width: 768px) {

.contact .container .text {
    padding-bottom: 2rem
    }
  }

@media (min-width: 992px) {

.contact .container .text {
    padding-bottom: 3rem
    }
  }

@media (max-width: 991px) {

.contact .container .text {
        margin-bottom: 1.5rem
    }
        @media (min-width: 480px) {

.contact .container .text {
    margin-bottom: 1.5rem
    }
  }
        @media (min-width: 768px) {

.contact .container .text {
    margin-bottom: 2rem
    }
  }
        @media (min-width: 992px) {

.contact .container .text {
    margin-bottom: 3rem
    }
  }
        @media (min-width: 1200px) {

.contact .container .text {
    margin-bottom: 4.5rem
    }
  }
        @media (min-width: 1400px) {

.contact .container .text {
    margin-bottom: 6rem
    }
  }
  }

.contact .container .text img {
        width: 11rem;
        height: auto;
        margin-bottom: 1.5rem;
      }

.contact .container .text > div {
        margin-bottom: 3rem;
      }

@media (min-width: 992px) {

.contact .container .text > div {
          display: flex;
          flex-wrap: wrap
      }
  }

.contact .container .text > div address,
        .contact .container .text > div a,
        .contact .container .text > div p {
          font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        }

.contact .container .text > div a {
          display: table;
        }

@media (max-width: 991px) {

.contact .container .text > div > div:nth-of-type(1) {
              margin-bottom: 1.5rem
          }
  }

@media (min-width: 992px) {

.contact .container .text > div > div:nth-of-type(1) {
              margin-right: 3rem
          }
  }

.contact .container .image {
      position: relative;
      height: calc(100% - 1.25rem - 1.5rem - 2rem - 2.5rem);
    }

.development {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 480px) {

.development {
    padding-top: 1.5rem
}
  }

@media (min-width: 768px) {

.development {
    padding-top: 2rem
}
  }

@media (min-width: 992px) {

.development {
    padding-top: 3rem
}
  }

@media (min-width: 1200px) {

.development {
    padding-top: 4.5rem
}
  }

@media (min-width: 1400px) {

.development {
    padding-top: 6rem
}
  }

@media (min-width: 480px) {

.development {
    padding-bottom: 1.5rem
}
  }

@media (min-width: 768px) {

.development {
    padding-bottom: 2rem
}
  }

@media (min-width: 992px) {

.development {
    padding-bottom: 3rem
}
  }

.development .image {
    position: relative;
    /* border: 1px solid $darkBlue; */
    margin-bottom: 1.5rem;
  }

@media (min-width: 480px) {

.development .image {
    margin-bottom: 1.5rem
  }
  }

@media (min-width: 768px) {

.development .image {
    margin-bottom: 2rem
  }
  }

@media (min-width: 992px) {

.development .image {
    margin-bottom: 3rem
  }
  }

.development .image::before {
      content: "";
      display: block;
      padding-bottom: 44.98%;
    }

.development a {
    margin-bottom: 1.5rem;
  }

.floor-type {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  /* To shift content down from nav height when page scrolling to anchors */
  margin-top: -6rem;
}

@media (min-width: 480px) {

.floor-type {
    padding-top: 1.5rem
}
  }

@media (min-width: 768px) {

.floor-type {
    padding-top: 2rem
}
  }

@media (min-width: 992px) {

.floor-type {
    padding-top: 3rem
}
  }

@media (min-width: 480px) {

.floor-type {
    padding-bottom: 1.5rem
}
  }

@media (min-width: 768px) {

.floor-type {
    padding-bottom: 2rem
}
  }

@media (min-width: 992px) {

.floor-type {
    padding-bottom: 3rem
}
  }

@media (min-width: 375px) {

.floor-type {
    margin-top: -7rem
}
  }

@media (min-width: 992px) {

.floor-type {
    margin-top: -4.5rem
}
  }

.floor-type::before {
    content: "";
    display: block;
    height: 8rem;
  }

@media (min-width: 992px) {

.floor-type::before {
      height: 5rem
  }
  }

.floor-type:last-of-type {
    padding-bottom: calc(7rem * 0.75);
  }

@media (min-width: 768px) {

.floor-type:last-of-type {
    padding-bottom: calc(8rem * 0.75);
  }
  }

@media (min-width: 992px) {

.floor-type:last-of-type {
    padding-bottom: calc(9rem * 0.75);
  }
  }

@media (min-width: 768px) {

.floor-type .top {
      display: flex
  }
  }

.floor-type .top > div {
      width: 100%;
    }

@media (max-width: 767px) {

.floor-type .top > div {
        margin-bottom: 3rem
    }
  }

.floor-type .top > div:nth-of-type(1) {
        position: relative;
        overflow: hidden;
      }

/* &::before {
          content: "";
          position: absolute;
          z-index: 2;
          bottom: 0;
          right: 0;
          width: 2rem;
          height: 2rem;
          pointer-events: none;
          background-image: url("/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/images/full-screen.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;

          @mixin fromMedium {
            width: 2.375rem;
            height: 2.375rem;
          }

          @mixin fromLarge {
            width: 2.75rem;
            height: 2.75rem;
          }
        } */

.floor-type .top > div:nth-of-type(1).padding-bottom {
          padding-bottom: 2.25rem;

          /* &::before {
            bottom: 2.25rem;
          } */
        }

@media (min-width: 768px) {

.floor-type .top > div:nth-of-type(1) {
          width: 66.66%
      }
  }

.floor-type .top > div:nth-of-type(1) img {
          width: 100%;
        }

@media (min-width: 768px) {

.floor-type .top > div:nth-of-type(2) {
          width: 33.33%;
          padding-left: 3rem
      }
  }

.floor-type .top > div:nth-of-type(2) li:not(:last-of-type) {
            margin-bottom: 1.5rem;
          }

@media (min-width: 768px) {

.floor-type .top > div:nth-of-type(2) li:not(:last-of-type) {
              margin-bottom: 2rem
          }
  }

.floor-type .top > div:nth-of-type(2) li .subheading {
            font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
            margin-bottom: 0.25rem;
          }

.floor-type .top > div:nth-of-type(2) li p {
            font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
          }

@media (min-width: 768px) {

.floor-type .availability {
      margin-top: 1.5rem
  }
      @media (min-width: 480px) {

.floor-type .availability {
    margin-top: 1.5rem
  }
  }
      @media (min-width: 768px) {

.floor-type .availability {
    margin-top: 2rem
  }
  }
      @media (min-width: 992px) {

.floor-type .availability {
    margin-top: 3rem
  }
  }
      @media (min-width: 1200px) {

.floor-type .availability {
    margin-top: 4.5rem
  }
  }
      @media (min-width: 1400px) {

.floor-type .availability {
    margin-top: 6rem
  }
  }
  }

@media (min-width: 1200px) {

.floor-type .availability--small {
        display: none
    }
  }

.floor-type .availability--small .items .dropdown {
          position: relative;
          /* margin-bottom: 2.5rem; */
          border-top: 1px solid #003B59;
          border-bottom: 1px solid #003B59;
          will-change: margin;
          transition: 0.3s margin;
        }

.floor-type .availability--small .items .dropdown:not(:first-of-type) {
            margin-top: -1px;
          }

.floor-type .availability--small .items .dropdown:nth-of-type(odd) {
            background-color: rgba(156,205,210, 0.3);
          }

.floor-type .availability--small .items .dropdown .item-heading {
            position: relative;
            padding: 0.75rem 3.5rem 0.75rem 0.5rem;
            cursor: pointer;
            font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
          }

.floor-type .availability--small .items .dropdown .item-heading::before {
              content: "";
              position: absolute;
              top: 50%;
              right: 0.5rem;
              -webkit-transform: translate3d(0, -50%, 0);
                      transform: translate3d(0, -50%, 0);
              width: 1rem;
              height: 1rem;
              will-change: transform;
              transition: 0.3s;
              background-image: url("/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/images/dropdown-arrow.svg");
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
            }

.floor-type .availability--small .items .dropdown .item-body {
            position: absolute;
            top: calc(100% - 1.5rem);
            right: 0;
            left: 0;
            padding-top: 2.5rem;
            opacity: 0.99;
            -webkit-transform: translate3d(0, 1rem, 0);
                    transform: translate3d(0, 1rem, 0);
            will-change: opacity, transform;
            transition: 0.3s;
            text-align: center;
          }

.floor-type .availability--small .items .dropdown .item-body ul {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
            }

/* @mixin toLarge {
                flex-wrap: wrap;
              } */

.floor-type .availability--small .items .dropdown .item-body ul li {
                width: 50%;
                padding: 0 1rem 2rem;
              }

@media (min-width: 480px) {

.floor-type .availability--small .items .dropdown .item-body ul li {
                  width: 33.33%
              }
  }

@media (min-width: 768px) {

.floor-type .availability--small .items .dropdown .item-body ul li {
                  width: 20%
              }
  }

/* width: 100%;
                  padding-top: 1rem; */

.floor-type .availability--small .items .dropdown .item-body ul li.virtual-tour a {
                    display: block;
                    font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
                    text-decoration: underline;
                  }

.floor-type .availability--small .items .dropdown .item-body ul li span {
                  display: block;
                }

.floor-type .availability--small .items .dropdown .item-body ul li span:nth-of-type(1) {
                    font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
                    margin-bottom: 0.5rem;
                  }

.floor-type .availability--small .items .dropdown .item-body ul li span:nth-of-type(2) {
                    font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
                  }

.floor-type .availability--small .items .dropdown .item-body ul li span:nth-of-type(2).status {
                      text-transform: capitalize;
                    }

.floor-type .availability--small .items .dropdown.closed {
            margin-bottom: 0 !important;
          }

.floor-type .availability--small .items .dropdown.closed .item-heading::before {
                -webkit-transform: translate3d(0, -50%, 0) rotate(-180deg);
                        transform: translate3d(0, -50%, 0) rotate(-180deg);
              }

.floor-type .availability--small .items .dropdown.closed .item-body {
              opacity: 0;
              pointer-events: none;
              -webkit-transform: translate3d(0, 0, 0);
                      transform: translate3d(0, 0, 0);
              transition: 0.15s;
            }

@media (max-width: 1199px) {

.floor-type .availability--large {
        display: none
    }
  }

.floor-type .availability--large .availability-row {
        display: flex;
        border-bottom: 1px solid #003B59;
        font-size: 0.875rem;
      }

.floor-type .availability--large .availability-row--headings {
          padding-bottom: 0.75rem;
        }

.floor-type .availability--large .availability-row--headings span {
            font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
          }

.floor-type .availability--large .availability-row--item {
          padding: 0.75rem 0;
        }

.floor-type .availability--large .availability-row--item:nth-of-type(odd) {
            background-color: rgba(156,205,210, 0.3);
          }

.floor-type .availability--large .availability-row--item span {
            font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
          }

.floor-type .availability--large .availability-row--item .availability-row__status {
            text-transform: capitalize;
          }

.floor-type .availability--large .availability-row span:not(:last-of-type) {
            padding-right: 0.25rem;
          }

.floor-type .availability--large .availability-row__level {
          flex: 0.625;
          padding-left: 0.5rem;
        }

.floor-type .availability--large .availability-row__unit {
          flex: 0.75;
        }

.floor-type .availability--large .availability-row__status {
          flex: 1;
        }

.floor-type .availability--large .availability-row__bedrooms {
          flex: 1;
        }

.floor-type .availability--large .availability-row__bathrooms {
          flex: 1;
        }

.floor-type .availability--large .availability-row__aspect {
          flex: 1;
        }

.floor-type .availability--large .availability-row__internal {
          flex: 1.25;
        }

.floor-type .availability--large .availability-row__balcony {
          flex: 1.25;
        }

.floor-type .availability--large .availability-row__winter {
          flex: 1.25;
        }

.floor-type .availability--large .availability-row__terrace {
          flex: 1.25;
        }

.floor-type .availability--large .availability-row__asking {
          flex: 1;
        }

.floor-type .availability--large .availability-row__virtual {
          flex: 1.25;
          text-align: center;
          font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
        }

.floor-type .availability--large .availability-row__virtual a {
            text-decoration: underline;
          }

.floors-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 4;
  color: #FFFFFF;
  background-color: #003B59;
  will-change: transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
  height: 6rem;
}

@media (min-width: 375px) {

.floors-nav {
    height: 7rem
}
  }

@media (min-width: 992px) {

.floors-nav {
    height: 4.5rem
}
  }

.past-floors-nav .floors-nav {
    -webkit-transform: translate3d(0, calc(3rem * 0.8333), 0);
            transform: translate3d(0, calc(3rem * 0.8333), 0);
  }

@media (min-width: 480px) {

.past-floors-nav .floors-nav {
      -webkit-transform: translate3d(0, calc(4rem * 0.8333), 0);
              transform: translate3d(0, calc(4rem * 0.8333), 0)
  }
  }

.scrolling-down .floors-nav,
  .floors-nav-active .floors-nav {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }

.floors-nav > .container {
    width: 100%;
    height: 100%;
    display: flex;
    align-content: center;
    will-change: transform;
    transition: 0.3s -webkit-transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
  }

@media (max-width: 991px) {

.floors-nav > .container {
      flex-wrap: wrap
  }
  }

@media (min-width: 992px) {

.floors-nav > .container {
      align-items: center
  }
  }

@media (max-width: 991px) {

.floors-nav > .container .heading,
    .floors-nav > .container ul {
        height: 50%;
        align-items: center
    }
  }

.floors-nav > .container .heading {
      line-height: 1;
      white-space: nowrap;
    }

@media (max-width: 991px) {

.floors-nav > .container .heading {
        display: flex;
        width: 100%
    }
  }

@media (max-width: 991px) {

.floors-nav > .container .heading a {
          -webkit-transform: translateY(12.5%);
                  transform: translateY(12.5%)
      }
  }

.floors-nav > .container ul {
      display: flex;
      white-space: nowrap;
      margin: 0 -1rem;
      -ms-overflow-style: none; /* IE and Edge */
      scrollbar-width: none;
    }

/* Chrome, Safari and Opera */

.floors-nav > .container ul::-webkit-scrollbar {
        display: none;
      }

/* Firefox */

@media (min-width: 480px) {

.floors-nav > .container ul {
        margin: 0 -1.5rem
    }
  }

@media (min-width: 768px) {

.floors-nav > .container ul {
        margin: 0 -2rem
    }
  }

@media (max-width: 991px) {

.floors-nav > .container ul {
        overflow-x: scroll;
        -webkit-transform: translateY(-12.5%);
                transform: translateY(-12.5%)
    }
  }

@media (min-width: 992px) {

.floors-nav > .container ul {
        padding: 0;
        margin: 0
    }
  }

.floors-nav > .container ul li {
        margin-right: 1.5rem;
      }

@media (min-width: 375px) {

.floors-nav > .container ul li {
          margin-right: 2rem
      }
  }

@media (min-width: 480px) {

.floors-nav > .container ul li {
          margin-right: 3rem
      }
  }

@media (min-width: 992px) {

.floors-nav > .container ul li {
          margin-left: 3rem;
          margin-right: 0
      }
  }

@media (min-width: 1200px) {

.floors-nav > .container ul li {
          margin-left: 6rem
      }
  }

.floors-nav > .container ul li:first-of-type {
          padding-left: 1rem;
        }

@media (min-width: 480px) {

.floors-nav > .container ul li:first-of-type {
            padding-left: 1.5rem
        }
  }

@media (min-width: 768px) {

.floors-nav > .container ul li:first-of-type {
            padding-left: 2rem
        }
  }

@media (min-width: 992px) {

.floors-nav > .container ul li:first-of-type {
            padding-left: 0
        }
  }

.floors-nav > .container ul li:last-of-type {
          padding-right: 1rem;
        }

@media (min-width: 480px) {

.floors-nav > .container ul li:last-of-type {
            padding-right: 1.5rem
        }
  }

@media (min-width: 768px) {

.floors-nav > .container ul li:last-of-type {
            padding-right: 2rem
        }
  }

@media (min-width: 992px) {

.floors-nav > .container ul li:last-of-type {
            padding-right: 0
        }
  }

/* Prev */

.floors-nav > .container ul li a::before {
            -webkit-transform-origin: right;
                    transform-origin: right;
          }

/* Active */

.floors-nav > .container ul li.active a::before {
              -webkit-transform-origin: right;
                      transform-origin: right;
            }

.scrolling-down .floors-nav > .container ul li.active a::before {
                -webkit-transform-origin: left;
                        transform-origin: left;
              }

/* Next */

.floors-nav > .container ul li.active ~ li a::before {
                -webkit-transform-origin: left;
                        transform-origin: left;
              }

.gallery {
  padding-top: 1.5rem;
}

@media (min-width: 480px) {

.gallery {
    padding-top: 1.5rem
}
  }

@media (min-width: 768px) {

.gallery {
    padding-top: 2rem
}
  }

@media (min-width: 992px) {

.gallery {
    padding-top: 3rem
}
  }

@media (min-width: 1200px) {

.gallery {
    padding-top: 4.5rem
}
  }

@media (min-width: 1400px) {

.gallery {
    padding-top: 6rem
}
  }

@media (max-width: 991px) {

.gallery--building {
      padding-bottom: 1.5rem
  }
      @media (min-width: 480px) {

.gallery--building {
    padding-bottom: 1.5rem
  }
  }
      @media (min-width: 768px) {

.gallery--building {
    padding-bottom: 2rem
  }
  }
      @media (min-width: 992px) {

.gallery--building {
    padding-bottom: 3rem
  }
  }
      @media (min-width: 1200px) {

.gallery--building {
    padding-bottom: 4.5rem
  }
  }
      @media (min-width: 1400px) {

.gallery--building {
    padding-bottom: 6rem
  }
  }
  }

.gallery--building .top {
      margin-bottom: 1.5rem;
    }

@media (min-width: 480px) {

.gallery--building .top {
    margin-bottom: 1.5rem
    }
  }

@media (min-width: 768px) {

.gallery--building .top {
    margin-bottom: 2rem
    }
  }

@media (min-width: 992px) {

.gallery--building .top {
    margin-bottom: 3rem
    }
  }

@media (min-width: 1200px) {

.gallery--building .top {
    margin-bottom: 4.5rem
    }
  }

@media (min-width: 1400px) {

.gallery--building .top {
    margin-bottom: 6rem
    }
  }

@media (min-width: 992px) {

.gallery--building .top {
        display: flex
    }
  }

@media (min-width: 992px) {

.gallery--building .top .text,
      .gallery--building .top .image-container {
          width: 50%
      }
  }

@media (max-width: 991px) {

.gallery--building .top .text {
          padding-bottom: 0.75rem;
          margin-bottom: 1.5rem
      }
          @media (min-width: 480px) {

.gallery--building .top .text {
    margin-bottom: 1.5rem
      }
  }
          @media (min-width: 768px) {

.gallery--building .top .text {
    margin-bottom: 2rem
      }
  }
          @media (min-width: 992px) {

.gallery--building .top .text {
    margin-bottom: 3rem
      }
  }
          @media (min-width: 1200px) {

.gallery--building .top .text {
    margin-bottom: 4.5rem
      }
  }
          @media (min-width: 1400px) {

.gallery--building .top .text {
    margin-bottom: 6rem
      }
  }
  }

@media (min-width: 992px) {

.gallery--building .top .text {
          order: 1;
          padding-left: 3rem
      }
  }

@media (min-width: 1200px) {

.gallery--building .top .text {
          width: 45%
      }
  }

@media (min-width: 1400px) {

.gallery--building .top .text {
          width: 42.5%
      }
  }

@media (max-width: 991px) {

.gallery--building .top .text .heading {
            max-width: calc(1400px * 0.5)
        }
  }

@media (min-width: 992px) {
            .gallery--building .top .text .heading br {
              display: none;
            }
  }

.gallery--building .top .text p {
          font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        }

@media (max-width: 991px) {

.gallery--building .top .text p {
            max-width: calc(1400px * 0.3333)
        }
  }

@media (min-width: 992px) {

.gallery--building .top .text p {
            max-width: calc(1400px * 0.29)
        }
  }

.gallery--building .top .image-container::before {
          padding-bottom: 75%;
        }

@media (min-width: 1200px) {

.gallery--building .top .image-container {
          width: 55%
      }
  }

@media (min-width: 1400px) {

.gallery--building .top .image-container {
          width: 57.5%
      }
  }

.gallery--building .bottom {
      margin-bottom: 1.5rem;
    }

@media (min-width: 480px) {

.gallery--building .bottom {
    margin-bottom: 1.5rem
    }
  }

@media (min-width: 768px) {

.gallery--building .bottom {
    margin-bottom: 2rem
    }
  }

@media (min-width: 992px) {

.gallery--building .bottom {
    margin-bottom: 3rem
    }
  }

@media (min-width: 1200px) {

.gallery--building .bottom {
    margin-bottom: 4.5rem
    }
  }

@media (min-width: 1400px) {

.gallery--building .bottom {
    margin-bottom: 6rem
    }
  }

.gallery--building .bottom .image-container::before {
          padding-bottom: 50%;
        }

@media (min-width: 992px) {

.gallery--building .bottom .image-container {
          width: 83.33%;
          margin-left: auto
      }
  }

.gallery--building .bottom-new .image-container::before {
          padding-bottom: 75%;
        }

@media (min-width: 992px) {

.gallery--building .bottom-new .image-container {
          width: 50%
      }
  }

@media (min-width: 1200px) {

.gallery--building .bottom-new .image-container {
          width: 55%
      }
  }

@media (min-width: 1400px) {

.gallery--building .bottom-new .image-container {
          width: 57.5%
      }
  }

.gallery--apartments {
    position: relative;
    padding-bottom: 1.5rem;
  }

@media (min-width: 480px) {

.gallery--apartments {
    padding-bottom: 1.5rem
  }
  }

@media (min-width: 768px) {

.gallery--apartments {
    padding-bottom: 2rem
  }
  }

@media (min-width: 992px) {

.gallery--apartments {
    padding-bottom: 3rem
  }
  }

@media (min-width: 1200px) {

.gallery--apartments {
    padding-bottom: 4.5rem
  }
  }

@media (min-width: 1400px) {

.gallery--apartments {
    padding-bottom: 6rem
  }
  }

.gallery--apartments .top,
    .gallery--apartments .middle {
      margin-bottom: 1.5rem;
    }

@media (min-width: 480px) {

.gallery--apartments .top,
    .gallery--apartments .middle {
    margin-bottom: 1.5rem;
    }
  }

@media (min-width: 768px) {

.gallery--apartments .top,
    .gallery--apartments .middle {
    margin-bottom: 2rem;
    }
  }

@media (min-width: 992px) {

.gallery--apartments .top,
    .gallery--apartments .middle {
    margin-bottom: 3rem;
    }
  }

@media (min-width: 1200px) {

.gallery--apartments .top,
    .gallery--apartments .middle {
    margin-bottom: 4.5rem;
    }
  }

@media (min-width: 1400px) {

.gallery--apartments .top,
    .gallery--apartments .middle {
    margin-bottom: 6rem;
    }
  }

@media (min-width: 992px) {

.gallery--apartments .top,
    .gallery--apartments .bottom {
        display: flex;
        align-items: flex-end
    }
  }

@media (min-width: 992px) {

.gallery--apartments .top .image-container, .gallery--apartments .bottom .image-container {
          width: 50%
      }
  }

@media (min-width: 1200px) {

.gallery--apartments .top .image-container, .gallery--apartments .bottom .image-container {
          width: 55%
      }
  }

@media (min-width: 1400px) {

.gallery--apartments .top .image-container, .gallery--apartments .bottom .image-container {
          width: 57.5%
      }
  }

@media (max-width: 991px) {

.gallery--apartments .top .text, .gallery--apartments .bottom .text {
          margin-top: 1rem;
          padding-bottom: 0.75rem
      }
  }

@media (min-width: 992px) {

.gallery--apartments .top .text, .gallery--apartments .bottom .text {
          width: 50%;
          padding-left: 3rem
      }
  }

@media (min-width: 1200px) {

.gallery--apartments .top .text, .gallery--apartments .bottom .text {
          width: 45%
      }
  }

@media (min-width: 1400px) {

.gallery--apartments .top .text, .gallery--apartments .bottom .text {
          width: 42.5%
      }
  }

.gallery--apartments .top .text .heading, .gallery--apartments .bottom .text .heading {
          font-family: 'CeraPro-Regular', Helvetica, Arial, sans-serif;
          font-size: 1.33rem;
          margin-bottom: 0.5rem;
        }

.gallery--apartments .top .text p, .gallery--apartments .bottom .text p {
          font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        }

.gallery--apartments .top .image-container::before {
          padding-bottom: 75%;
        }

.gallery--apartments .middle .image-container::before {
          padding-bottom: 50%;
        }

@media (min-width: 992px) {

.gallery--apartments .middle .image-container {
          width: 83.33%;
          margin-left: auto
      }
  }

.gallery--apartments .bottom .image-container::before {
          padding-bottom: 110%;
        }

@media (min-width: 768px) {

.gateway--portrait-view--small {
        display: none
    }
  }

@media (max-width: 767px) {

.gateway--portrait-view--large {
        display: none
    }
  }

@media screen and (orientation: landscape) {

.gateway--portrait-view {
      display: none
  }
    }

@media screen and (orientation: portrait) {

.gateway--landscape-view {
      display: none
  }
    }

.gateway .sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    height: 100vh;
    max-height: -webkit-fill-available;
  }

.gateway .container {
    height: 100%;
  }

@media screen and (orientation: landscape) {

.gateway .container {
      display: flex;
      justify-content: space-between
  }
    }

@media screen and (orientation: landscape) {

.gateway .text,
  .gateway .images {
      width: 50%
  }

      @media (min-width: 1200px) {

.gateway .text,
  .gateway .images {
        width: 45%
  }
  }

      @media (min-width: 1400px) {

.gateway .text,
  .gateway .images {
        width: 42.5%
  }
  }
    }

.gateway .text {
    padding-top: 1.5rem;
  }

@media (min-width: 480px) {

.gateway .text {
    padding-top: 1.5rem
  }
  }

@media (min-width: 768px) {

.gateway .text {
    padding-top: 2rem
  }
  }

@media (min-width: 992px) {

.gateway .text {
    padding-top: 3rem
  }
  }

@media (min-width: 1200px) {

.gateway .text {
    padding-top: 4.5rem
  }
  }

@media (min-width: 1400px) {

.gateway .text {
    padding-top: 6rem
  }
  }

@media screen and (orientation: portrait) {
      @media (min-width: 375px) {

.gateway .text {
        padding-top: calc(7rem * 0.625)
  }
        @media (min-width: 768px) {

.gateway .text {
    padding-top: calc(8rem * 0.625)
  }
  }
        @media (min-width: 992px) {

.gateway .text {
    padding-top: calc(9rem * 0.625)
  }
  }
  }

      @media (min-width: 768px) {

.gateway .text {
        padding-top: 1.5rem
  }
        @media (min-width: 480px) {

.gateway .text {
    padding-top: 1.5rem
  }
  }
        @media (min-width: 768px) {

.gateway .text {
    padding-top: 2rem
  }
  }
        @media (min-width: 992px) {

.gateway .text {
    padding-top: 3rem
  }
  }
        @media (min-width: 1200px) {

.gateway .text {
    padding-top: 4.5rem
  }
  }
        @media (min-width: 1400px) {

.gateway .text {
    padding-top: 6rem
  }
  }
  }
    }

@media screen and (orientation: landscape) {

.gateway .text {
      padding-left: 2rem
  }

      @media (min-width: 480px) {

.gateway .text {
        padding-left: 2.5rem
  }
  }

      @media (min-width: 768px) {

.gateway .text {
        padding-left: 3rem
  }
  }

      @media (min-width: 992px) {

.gateway .text {
        padding-top: 7rem
  }
        @media (min-width: 768px) {

.gateway .text {
    padding-top: 8rem
  }
  }
        @media (min-width: 992px) {

.gateway .text {
    padding-top: 9rem
  }
  }
  }
    }

.gateway .text p {
      font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
    }

@media screen and (orientation: portrait) {

.gateway .text p {
        max-width: calc(1400px * 0.3333)
    }
      }

@media screen and (orientation: portrait) {

.gateway .images {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 83.33vh;
      overflow: hidden
  }
    }

@media screen and (orientation: landscape) {

.gateway .images {
      position: relative
  }

      @media (min-width: 1200px) {

.gateway .images {
        left: 1.5rem
  }
  }

      @media (min-width: 1400px) {

.gateway .images {
        left: 3rem
  }
  }
    }

.gateway .images figure {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
    }

.gateway .images figure .image-container {
        position: absolute;
        top: 50%;
        left: 50%;
      }

@media screen and (orientation: portrait) {

.gateway .images figure .image-container.portrait {
            width: 75%;
            max-width: 33.33vh
        }
          }

@media screen and (orientation: landscape) {

.gateway .images figure .image-container.portrait {
            width: 100%;
            max-width: 50vh
        }
          }

.gateway .images figure .image-container.portrait::before {
            padding-bottom: 115%;
          }

@media screen and (orientation: portrait) {

.gateway .images figure .image-container.landscape {
            width: 83.33%;
            max-width: 50vh
        }
          }

@media screen and (orientation: landscape) {

.gateway .images figure .image-container.landscape {
            width: 100%;
            max-width: 66.66vh
        }
          }

.gateway .images figure .image-container.landscape::before {
            padding-bottom: 66.66%;
          }

.gateway .images figure .image-container .image {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
        }

.gateway .images figure figcaption {
        width: 66.66%;
        position: absolute;
        bottom: 1rem;
        left: 1rem;
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
      }

.gateway .images figure figcaption span {
          display: block;
        }

.gateway .images figure figcaption span:nth-of-type(1) {
            padding-right: 1rem;
          }

@media (min-width: 480px) {

.gateway .images figure figcaption {
          bottom: 1.5rem;
          left: 1.5rem
      }
  }

@media (min-width: 768px) {

.gateway .images figure figcaption {
          bottom: 2rem;
          left: 2rem
      }
  }

@media (min-width: 992px) {

.gateway .images figure figcaption {
          bottom: 3rem;
          left: 3rem
      }
  }

@media (max-width: 991px) {

.gym {
    padding-bottom: 0.75rem
}
  }

.gym > .image-container::before {
      padding-bottom: 66.66%;
    }

@media (min-width: 768px) {

.gym > .image-container::before {
        padding-bottom: 50%
    }
  }

@media (min-width: 992px) {

.gym > .image-container::before {
        padding-bottom: 40%
    }
  }

.gym .container {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

@media (min-width: 480px) {

.gym .container {
    padding-top: 1.5rem
  }
  }

@media (min-width: 768px) {

.gym .container {
    padding-top: 2rem
  }
  }

@media (min-width: 992px) {

.gym .container {
    padding-top: 3rem
  }
  }

@media (min-width: 480px) {

.gym .container {
    padding-bottom: 1.5rem
  }
  }

@media (min-width: 768px) {

.gym .container {
    padding-bottom: 2rem
  }
  }

@media (min-width: 992px) {

.gym .container {
    padding-bottom: 3rem
  }
  }

@media (min-width: 992px) {

.gym .container {
      display: flex;
      justify-content: space-between
  }
  }

@media (min-width: 992px) {

.gym .container .text,
    .gym .container .image-container {
        width: calc(50% - 1.5rem)
    }
  }

@media (max-width: 991px) {

.gym .container .text {
        margin-bottom: 1.5rem
    }
        @media (min-width: 480px) {

.gym .container .text {
    margin-bottom: 1.5rem
    }
  }
        @media (min-width: 768px) {

.gym .container .text {
    margin-bottom: 2rem
    }
  }
        @media (min-width: 992px) {

.gym .container .text {
    margin-bottom: 3rem
    }
  }
        @media (min-width: 1200px) {

.gym .container .text {
    margin-bottom: 4.5rem
    }
  }
        @media (min-width: 1400px) {

.gym .container .text {
    margin-bottom: 6rem
    }
  }
  }

@media (min-width: 992px) {

.gym .container .text {
        order: 1
    }
  }

.gym .container .text p {
        font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        max-width: calc(1400px * 0.3333);
      }

.gym .container .image-container::before {
        padding-bottom: 75%;
      }

@media (min-width: 992px) {
        .gym .container .image-container::before {
          padding-bottom: 83.33%;
        }
  }

.hero {
  position: relative;
  height: 100vh;
  max-height: -webkit-fill-available;
  overflow: hidden;
}

.hero .text {
    height: 100%;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

.main-lifestyle .hero .text,
    .main-apartments .hero .text {
      color: #FFFFFF;
      text-shadow: 0 0 1rem rgba(0,0,0, 0.15);
    }

.hero .text .container-narrow,
    .hero .text .container {
      width: 100%;
      position: relative;
    }

.hero .text .container-narrow {
      top: 25%;
    }

.main-home .hero .text .container-narrow {
        text-align: center;
        top: calc(20vh + (3rem / 2) - 0.4637rem);
        padding-left: calc(20vh * 0.2762 + 1rem);
        -webkit-transform: translateY(-90%);
                transform: translateY(-90%);
      }

@media (min-width: 375px) {

.main-home .hero .text .container-narrow {
          top: calc(21vh + (3rem / 2) - 0.4637rem);
          padding-left: calc(21vh * 0.2762 + 1rem)
      }
  }

@media (min-width: 480px) {

.main-home .hero .text .container-narrow {
          top: calc(22vh + (4rem / 2) - 0.4637rem);
          padding-left: 1.5rem
      }
  }

@media (max-width: 479px) {

.main-home .hero .text .container-narrow {
          padding-right: 0
      }
  }

@media (min-width: 768px) {

.main-home .hero .text .container-narrow {
          padding-left: 2rem;
          -webkit-transform: translateY(-80%);
                  transform: translateY(-80%)
      }
  }

@media (min-width: 992px) {

.main-home .hero .text .container-narrow {
          top: calc(25vh + (4rem / 2) - 0.4637rem);
          padding-left: 3rem
      }
  }

.hero .text .container {
      bottom: 1rem;
    }

@media (min-width: 480px) {

.hero .text .container {
        bottom: 1.5rem
    }
  }

@media (min-width: 768px) {

.hero .text .container {
        bottom: 2rem
    }
  }

@media (min-width: 992px) {

.hero .text .container {
        bottom: 3rem
    }
  }

.main-home .hero .text .container {
        display: none;
      }

.hero .text .container span {
        display: inline-block;
        font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
        font-size: 0.875rem;
        line-height: 0.7;
        white-space: nowrap;
        -webkit-transform-origin: top left;
                transform-origin: top left;
        -webkit-transform: translateY(100%) rotate(-90deg);
                transform: translateY(100%) rotate(-90deg);
      }

.highlights .text {
    padding: 2.75rem 0;
  }

.highlights .text .heading {
      margin-bottom: 1rem;
    }

.highlights .text p {
      font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
      max-width: calc(1400px * 0.275);
    }

.highlights .text p:first-of-type {
        margin-bottom: 1rem;
      }

.highlights .text p:not(:first-of-type) {
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
      }

.highlights .text p:last-of-type {
        margin-bottom: 1.5rem;
      }

@media (min-width: 992px) {

.highlights--small {
      display: none
  }
  }

.highlights--small .image-container::before {
        padding-bottom: 100%;
      }

.highlights--small .text {
      position: relative;
    }

.highlights--large {
    height: 100vh;
    display: flex;
  }

@media (max-width: 991px) {

.highlights--large {
      display: none
  }
  }

.highlights--large .text,
    .highlights--large .image {
      position: relative;
      width: 50%;
      height: 100%;
    }

.highlights--large .text {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }

.highlights--large .text .container-padding {
        width: 100%;
        max-width: calc(1400px * 0.5);
      }

.highlights__pagination {
    position: absolute;
    right: 0;
    left: 0;
    pointer-events: none;
  }

@media (max-width: 991px) {

.highlights__pagination {
      display: none
  }
  }

.highlights__pagination .sticky {
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      height: 100vh;
    }

.highlights__pagination .sticky div {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right: 1.5rem;
      }

.highlights__pagination .sticky div > span {
          display: block;
          width: 0.625rem;
          height: 0.625rem;
          border-radius: 50%;
          overflow: hidden;
          background-color: #FFFFFF;
        }

.highlights__pagination .sticky div > span:not(:last-of-type) {
            margin-bottom: 0.875rem;
          }

.highlights__pagination .sticky div > span span {
            display: block;
            height: 100%;
            background-color: #FE895E;
          }

/* @import '/web/20220109021721cs_/https://amorytower.com/wp-content/themes/amorytower/modules/_highlights'; */

.introduction {
  position: relative;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

@media (min-width: 480px) {

.introduction {
    padding-top: 1.5rem
}
  }

@media (min-width: 768px) {

.introduction {
    padding-top: 2rem
}
  }

@media (min-width: 992px) {

.introduction {
    padding-top: 3rem
}
  }

@media (min-width: 1200px) {

.introduction {
    padding-top: 4.5rem
}
  }

@media (min-width: 1400px) {

.introduction {
    padding-top: 6rem
}
  }

@media (min-width: 480px) {

.introduction {
    padding-bottom: 1.5rem
}
  }

@media (min-width: 768px) {

.introduction {
    padding-bottom: 2rem
}
  }

@media (min-width: 992px) {

.introduction {
    padding-bottom: 3rem
}
  }

@media (min-width: 1200px) {

.introduction {
    padding-bottom: 4.5rem
}
  }

@media (min-width: 1400px) {

.introduction {
    padding-bottom: 6rem
}
  }

@media (min-width: 480px) {

.introduction--home {
      text-align: center
  }
  }

.introduction--home .container {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }

.introduction--home p {
      max-width: calc(1400px * 0.75);
      margin: 0 auto;
      font-family: 'Joane-Light', "Times New Roman", Times, serif;
      font-size: 1.5rem;
      line-height: 1.35;
      color: #FFFFFF;
    }

.introduction--home p:not(:last-of-type) {
        margin-bottom: 0.75rem;
      }

@media (min-width: 480px) {

.introduction--home p:not(:last-of-type) {
          margin-bottom: 1rem
      }
  }

@media (min-width: 480px) {

.introduction--home p {
        font-size: 1.75rem;
        line-height: 1.3
    }
  }

.introduction--building .heading,
    .introduction--building p,
    .introduction--lifestyle .heading,
    .introduction--lifestyle p,
    .introduction--apartments .heading,
    .introduction--apartments p {
      color: #FFFFFF;
    }

@media (min-width: 992px) {

.introduction--building .heading,
    .introduction--building p,
    .introduction--lifestyle .heading,
    .introduction--lifestyle p,
    .introduction--apartments .heading,
    .introduction--apartments p {
        max-width: calc(1400px * 0.3)
    }
  }

.introduction--building p, .introduction--lifestyle p, .introduction--apartments p {
      font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
    }

@media (max-width: 991px) {

.introduction--building p, .introduction--lifestyle p, .introduction--apartments p {
        max-width: calc(1400px * 0.3333)
    }
  }

.introduction--lifestyle .image-container::before, .introduction--apartments .image-container::before {
        padding-bottom: 75%;
      }

.introduction--lifestyle .top, .introduction--apartments .top {
      margin-bottom: 1.5rem;
    }

@media (min-width: 480px) {

.introduction--lifestyle .top, .introduction--apartments .top {
    margin-bottom: 1.5rem
    }
  }

@media (min-width: 768px) {

.introduction--lifestyle .top, .introduction--apartments .top {
    margin-bottom: 2rem
    }
  }

@media (min-width: 992px) {

.introduction--lifestyle .top, .introduction--apartments .top {
    margin-bottom: 3rem
    }
  }

@media (min-width: 1200px) {

.introduction--lifestyle .top, .introduction--apartments .top {
    margin-bottom: 4.5rem
    }
  }

@media (min-width: 1400px) {

.introduction--lifestyle .top, .introduction--apartments .top {
    margin-bottom: 6rem
    }
  }

@media (min-width: 992px) {

.introduction--lifestyle .top, .introduction--apartments .top {
        display: flex
    }
  }

@media (min-width: 992px) {

.introduction--lifestyle .top .text,
      .introduction--lifestyle .top .image-container,
      .introduction--apartments .top .text,
      .introduction--apartments .top .image-container {
          width: 50%
      }
  }

@media (min-width: 992px) {

.introduction--lifestyle .top .text, .introduction--apartments .top .text {
          order: 1;
          padding-left: 3rem
      }
  }

@media (min-width: 1200px) {

.introduction--lifestyle .top .text, .introduction--apartments .top .text {
          width: 45%
      }
  }

@media (min-width: 1400px) {

.introduction--lifestyle .top .text, .introduction--apartments .top .text {
          width: 42.5%
      }
  }

@media (max-width: 991px) {

.introduction--lifestyle .top .image-container, .introduction--apartments .top .image-container {
          margin-bottom: 1.5rem
      }
          @media (min-width: 480px) {

.introduction--lifestyle .top .image-container, .introduction--apartments .top .image-container {
    margin-bottom: 1.5rem
      }
  }
          @media (min-width: 768px) {

.introduction--lifestyle .top .image-container, .introduction--apartments .top .image-container {
    margin-bottom: 2rem
      }
  }
          @media (min-width: 992px) {

.introduction--lifestyle .top .image-container, .introduction--apartments .top .image-container {
    margin-bottom: 3rem
      }
  }
          @media (min-width: 1200px) {

.introduction--lifestyle .top .image-container, .introduction--apartments .top .image-container {
    margin-bottom: 4.5rem
      }
  }
          @media (min-width: 1400px) {

.introduction--lifestyle .top .image-container, .introduction--apartments .top .image-container {
    margin-bottom: 6rem
      }
  }
  }

@media (min-width: 1200px) {

.introduction--lifestyle .top .image-container, .introduction--apartments .top .image-container {
          width: 55%
      }
  }

@media (min-width: 1400px) {

.introduction--lifestyle .top .image-container, .introduction--apartments .top .image-container {
          width: 57.5%
      }
  }

@media (min-width: 992px) {

.introduction--lifestyle .bottom figure, .introduction--apartments .bottom figure {
          display: flex;
          align-items: flex-end;
          justify-content: space-between
      }
  }

@media (min-width: 992px) {

.introduction--lifestyle .bottom figure .image-container, .introduction--apartments .bottom figure .image-container {
            order: 1;
            width: 50%
        }
  }

@media (min-width: 1200px) {

.introduction--lifestyle .bottom figure .image-container, .introduction--apartments .bottom figure .image-container {
            width: 55%
        }
  }

@media (min-width: 1400px) {

.introduction--lifestyle .bottom figure .image-container, .introduction--apartments .bottom figure .image-container {
            width: 57.5%
        }
  }

@media (max-width: 991px) {

.introduction--lifestyle .bottom figure figcaption, .introduction--apartments .bottom figure figcaption {
            margin-top: 1rem;
            margin-bottom: 0.75rem;
            max-width: calc(1400px * 0.3333)
        }
  }

@media (min-width: 992px) {

.introduction--lifestyle .bottom figure figcaption, .introduction--apartments .bottom figure figcaption {
            width: 30%
        }
  }

@media (min-width: 992px) {

.introduction--building .spacer {
        height: calc(9rem + 3rem)
    }
  }

@media (min-width: 1200px) {

.introduction--building .spacer {
        height: calc(12rem + 3rem)
    }
  }

@media (min-width: 1400px) {

.introduction--building .spacer {
        height: calc(15rem + 3rem)
    }
  }

@media (min-width: 992px) {

.introduction--building .top,
    .introduction--building .bottom {
        display: flex;
        justify-content: space-between
    }
  }

@media (max-width: 991px) {

.introduction--building .top {
        margin-bottom: 1.5rem
    }
        @media (min-width: 480px) {

.introduction--building .top {
    margin-bottom: 1.5rem
    }
  }
        @media (min-width: 768px) {

.introduction--building .top {
    margin-bottom: 2rem
    }
  }
        @media (min-width: 992px) {

.introduction--building .top {
    margin-bottom: 3rem
    }
  }
        @media (min-width: 1200px) {

.introduction--building .top {
    margin-bottom: 4.5rem
    }
  }
        @media (min-width: 1400px) {

.introduction--building .top {
    margin-bottom: 6rem
    }
  }
  }

@media (min-width: 992px) {

.introduction--building .top .text,
      .introduction--building .top .image-container {
          width: 50%
      }
  }

@media (max-width: 991px) {

.introduction--building .top .image-container {
          margin-bottom: 1.5rem
      }
          @media (min-width: 480px) {

.introduction--building .top .image-container {
    margin-bottom: 1.5rem
      }
  }
          @media (min-width: 768px) {

.introduction--building .top .image-container {
    margin-bottom: 2rem
      }
  }
          @media (min-width: 992px) {

.introduction--building .top .image-container {
    margin-bottom: 3rem
      }
  }
          @media (min-width: 1200px) {

.introduction--building .top .image-container {
    margin-bottom: 4.5rem
      }
  }
          @media (min-width: 1400px) {

.introduction--building .top .image-container {
    margin-bottom: 6rem
      }
  }
  }

.introduction--building .top .image-container::before {
          padding-bottom: 105%;
        }

@media (min-width: 1200px) {

.introduction--building .top .image-container {
          width: 55%
      }
  }

@media (min-width: 1400px) {

.introduction--building .top .image-container {
          width: 57.5%
      }
  }

@media (min-width: 992px) {

.introduction--building .top .text {
          padding-left: 3rem
      }
  }

@media (min-width: 1200px) {

.introduction--building .top .text {
          width: 45%
      }
  }

@media (min-width: 1400px) {

.introduction--building .top .text {
          width: 42.5%
      }
  }

@media (min-width: 992px) {

.introduction--building .bottom {
        align-items: flex-end;
        margin-top: -9rem
    }
  }

@media (min-width: 1200px) {

.introduction--building .bottom {
        margin-top: -12rem
    }
  }

@media (min-width: 1400px) {

.introduction--building .bottom {
        margin-top: -15rem
    }
  }

.introduction--building .bottom .image-container::before {
          padding-bottom: 125%;
        }

@media (max-width: 991px) {

.introduction--building .bottom .image-container {
          margin-bottom: 1.5rem
      }
          @media (min-width: 480px) {

.introduction--building .bottom .image-container {
    margin-bottom: 1.5rem
      }
  }
          @media (min-width: 768px) {

.introduction--building .bottom .image-container {
    margin-bottom: 2rem
      }
  }
          @media (min-width: 992px) {

.introduction--building .bottom .image-container {
    margin-bottom: 3rem
      }
  }
          @media (min-width: 1200px) {

.introduction--building .bottom .image-container {
    margin-bottom: 4.5rem
      }
  }
          @media (min-width: 1400px) {

.introduction--building .bottom .image-container {
    margin-bottom: 6rem
      }
  }
  }

@media (min-width: 992px) {

.introduction--building .bottom .image-container {
          order: 1;
          width: calc(50% - 3rem)
      }
  }

@media (min-width: 1200px) {

.introduction--building .bottom .image-container {
          width: calc(45% - 3rem)
      }
  }

@media (min-width: 1400px) {

.introduction--building .bottom .image-container {
          width: calc(42.5% - 3rem)
      }
  }

@media (min-width: 992px) {
        .introduction--apartments .bottom .image-container {
          width: 75%;
          margin-left: auto;
        }

          .introduction--apartments .bottom .image-container::before {
            padding-bottom: 55%;
          }
  }

@media (max-width: 991px) {

.lounge {
    padding-bottom: 0.75rem
}
  }

.lounge > .image-container::before {
      padding-bottom: 66.66%;
    }

@media (min-width: 768px) {

.lounge > .image-container::before {
        padding-bottom: 50%
    }
  }

@media (min-width: 992px) {

.lounge > .image-container::before {
        padding-bottom: 40%
    }
  }

.lounge .top {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

@media (min-width: 480px) {

.lounge .top {
    padding-top: 1.5rem
  }
  }

@media (min-width: 768px) {

.lounge .top {
    padding-top: 2rem
  }
  }

@media (min-width: 992px) {

.lounge .top {
    padding-top: 3rem
  }
  }

@media (min-width: 480px) {

.lounge .top {
    padding-bottom: 1.5rem
  }
  }

@media (min-width: 768px) {

.lounge .top {
    padding-bottom: 2rem
  }
  }

@media (min-width: 992px) {

.lounge .top {
    padding-bottom: 3rem
  }
  }

@media (min-width: 992px) {

.lounge .top {
      display: flex;
      justify-content: space-between
  }
  }

@media (min-width: 992px) {

.lounge .top .text,
    .lounge .top .image-container {
        width: calc(50% - 1.5rem)
    }
  }

@media (max-width: 991px) {

.lounge .top .text {
        margin-bottom: 1.5rem
    }
        @media (min-width: 480px) {

.lounge .top .text {
    margin-bottom: 1.5rem
    }
  }
        @media (min-width: 768px) {

.lounge .top .text {
    margin-bottom: 2rem
    }
  }
        @media (min-width: 992px) {

.lounge .top .text {
    margin-bottom: 3rem
    }
  }
        @media (min-width: 1200px) {

.lounge .top .text {
    margin-bottom: 4.5rem
    }
  }
        @media (min-width: 1400px) {

.lounge .top .text {
    margin-bottom: 6rem
    }
  }
  }

@media (min-width: 992px) {

.lounge .top .text {
        order: 1
    }
  }

.lounge .top .text p {
        font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        max-width: calc(1400px * 0.3333);
      }

.lounge .top .image-container::before {
        padding-bottom: 75%;
      }

@media (min-width: 992px) {
        .lounge .top .image-container::before {
          padding-bottom: 83.33%;
        }
  }

.lounge .middle {
    padding-bottom: 1.5rem;
  }

@media (min-width: 480px) {

.lounge .middle {
    padding-bottom: 1.5rem
  }
  }

@media (min-width: 768px) {

.lounge .middle {
    padding-bottom: 2rem
  }
  }

@media (min-width: 992px) {

.lounge .middle {
    padding-bottom: 3rem
  }
  }

.lounge .middle .image-container::before {
        padding-bottom: 75%;
      }

@media (min-width: 992px) {
        .lounge .middle .image-container::before {
          padding-bottom: 50%;
        }
  }

.lounge .bottom {
    padding-bottom: 1.5rem;
  }

@media (min-width: 480px) {

.lounge .bottom {
    padding-bottom: 1.5rem
  }
  }

@media (min-width: 768px) {

.lounge .bottom {
    padding-bottom: 2rem
  }
  }

@media (min-width: 992px) {

.lounge .bottom {
    padding-bottom: 3rem
  }
  }

@media (min-width: 992px) {

.lounge .bottom {
      display: flex;
      justify-content: space-between
  }
  }

.lounge .bottom .image-container::before {
        padding-bottom: 75%;
      }

@media (max-width: 991px) {

.lounge .bottom .image-container:nth-of-type(1) {
          margin-bottom: 1.5rem
      }
          @media (min-width: 480px) {

.lounge .bottom .image-container:nth-of-type(1) {
    margin-bottom: 1.5rem
      }
  }
          @media (min-width: 768px) {

.lounge .bottom .image-container:nth-of-type(1) {
    margin-bottom: 2rem
      }
  }
          @media (min-width: 992px) {

.lounge .bottom .image-container:nth-of-type(1) {
    margin-bottom: 3rem
      }
  }
          @media (min-width: 1200px) {

.lounge .bottom .image-container:nth-of-type(1) {
    margin-bottom: 4.5rem
      }
  }
          @media (min-width: 1400px) {

.lounge .bottom .image-container:nth-of-type(1) {
    margin-bottom: 6rem
      }
  }
  }

@media (min-width: 992px) {

.lounge .bottom .image-container {
        width: calc(50% - 1.5rem)
    }

        .lounge .bottom .image-container::before {
          padding-bottom: 83.33%;
        }
  }

.pool--top .image-container::before {
        padding-bottom: 66.66%;
      }

@media (min-width: 768px) {

.pool--top .image-container::before {
          padding-bottom: 50%
      }
  }

@media (min-width: 992px) {

.pool--top .image-container::before {
          padding-bottom: 40%
      }
  }

@media (max-width: 991px) {

.pool--bottom {
      padding-bottom: 0.75rem
  }
  }

.pool--bottom .container {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

@media (min-width: 480px) {

.pool--bottom .container {
    padding-top: 1.5rem
    }
  }

@media (min-width: 768px) {

.pool--bottom .container {
    padding-top: 2rem
    }
  }

@media (min-width: 992px) {

.pool--bottom .container {
    padding-top: 3rem
    }
  }

@media (min-width: 480px) {

.pool--bottom .container {
    padding-bottom: 1.5rem
    }
  }

@media (min-width: 768px) {

.pool--bottom .container {
    padding-bottom: 2rem
    }
  }

@media (min-width: 992px) {

.pool--bottom .container {
    padding-bottom: 3rem
    }
  }

@media (min-width: 992px) {

.pool--bottom .container {
        display: flex;
        justify-content: space-between
    }
  }

@media (min-width: 992px) {

.pool--bottom .text,
    .pool--bottom .image-container {
        width: calc(50% - 1.5rem)
    }
  }

@media (max-width: 991px) {

.pool--bottom .text {
        margin-bottom: 1.5rem
    }
        @media (min-width: 480px) {

.pool--bottom .text {
    margin-bottom: 1.5rem
    }
  }
        @media (min-width: 768px) {

.pool--bottom .text {
    margin-bottom: 2rem
    }
  }
        @media (min-width: 992px) {

.pool--bottom .text {
    margin-bottom: 3rem
    }
  }
        @media (min-width: 1200px) {

.pool--bottom .text {
    margin-bottom: 4.5rem
    }
  }
        @media (min-width: 1400px) {

.pool--bottom .text {
    margin-bottom: 6rem
    }
  }
  }

.pool--bottom .text p {
        font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        max-width: calc(1400px * 0.3333);
      }

.pool--bottom .image-container::before {
        padding-bottom: 75%;
      }

.privacy-terms {
  padding-top: calc(7rem * 1.25);
  padding-bottom: calc(7rem * 0.625);
}

@media (min-width: 768px) {

.privacy-terms {
    padding-top: calc(8rem * 1.25)
}
  }

@media (min-width: 992px) {

.privacy-terms {
    padding-top: calc(9rem * 1.25)
}
  }

@media (min-width: 768px) {

.privacy-terms {
    padding-bottom: calc(8rem * 0.625)
}
  }

@media (min-width: 992px) {

.privacy-terms {
    padding-bottom: calc(9rem * 0.625)
}
  }

@media (min-width: 992px) {

.privacy-terms {
    padding-bottom: 1.5rem
}
    @media (min-width: 480px) {

.privacy-terms {
    padding-bottom: 1.5rem
}
  }
    @media (min-width: 768px) {

.privacy-terms {
    padding-bottom: 2rem
}
  }
    @media (min-width: 992px) {

.privacy-terms {
    padding-bottom: 3rem
}
  }
    @media (min-width: 1200px) {

.privacy-terms {
    padding-bottom: 4.5rem
}
  }
    @media (min-width: 1400px) {

.privacy-terms {
    padding-bottom: 6rem
}
  }
  }

.privacy-terms .container > * {
      max-width: calc(1400px * 0.75);
    }

.privacy-terms * {
    font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
  }

.privacy-terms *:not(:last-of-type) {
      margin-bottom: 1rem;
    }

@media (min-width: 480px) {

.privacy-terms *:not(:last-of-type) {
        margin-bottom: 1.25rem
    }
  }

@media (min-width: 768px) {

.privacy-terms *:not(:last-of-type) {
        margin-bottom: 1.5rem
    }
  }

.privacy-terms h2 {
    font-family: 'Joane-Light', "Times New Roman", Times, serif;
    font-size: 2.75rem;
    line-height: 1.2;
    margin-bottom: 2rem;
  }

@media (min-width: 480px) {

.privacy-terms h2 {
      font-size: 3rem;
      line-height: 1.2;
      margin-bottom: 2.5rem
  }
  }

@media (min-width: 768px) {

.privacy-terms h2 {
      font-size: 3.5rem;
      line-height: 1.15;
      margin-bottom: 3rem
  }
  }

.privacy-terms strong {
    font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.35;
  }

.rooms--top .image-container::before {
        padding-bottom: 66.66%;
      }

@media (min-width: 768px) {

.rooms--top .image-container::before {
          padding-bottom: 50%
      }
  }

@media (min-width: 992px) {

.rooms--top .image-container::before {
          padding-bottom: 40%
      }
  }

@media (max-width: 991px) {

.rooms--bottom {
      padding-bottom: 0.75rem
  }
  }

.rooms--bottom .container {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
    }

@media (min-width: 480px) {

.rooms--bottom .container {
    padding-top: 1.5rem
    }
  }

@media (min-width: 768px) {

.rooms--bottom .container {
    padding-top: 2rem
    }
  }

@media (min-width: 992px) {

.rooms--bottom .container {
    padding-top: 3rem
    }
  }

@media (min-width: 480px) {

.rooms--bottom .container {
    padding-bottom: 1.5rem
    }
  }

@media (min-width: 768px) {

.rooms--bottom .container {
    padding-bottom: 2rem
    }
  }

@media (min-width: 992px) {

.rooms--bottom .container {
    padding-bottom: 3rem
    }
  }

@media (min-width: 992px) {

.rooms--bottom .container {
        display: flex;
        justify-content: space-between
    }
  }

@media (min-width: 992px) {

.rooms--bottom .text,
    .rooms--bottom .image-container {
        width: calc(50% - 1.5rem)
    }
  }

@media (max-width: 991px) {

.rooms--bottom .text {
        margin-bottom: 1.5rem
    }
        @media (min-width: 480px) {

.rooms--bottom .text {
    margin-bottom: 1.5rem
    }
  }
        @media (min-width: 768px) {

.rooms--bottom .text {
    margin-bottom: 2rem
    }
  }
        @media (min-width: 992px) {

.rooms--bottom .text {
    margin-bottom: 3rem
    }
  }
        @media (min-width: 1200px) {

.rooms--bottom .text {
    margin-bottom: 4.5rem
    }
  }
        @media (min-width: 1400px) {

.rooms--bottom .text {
    margin-bottom: 6rem
    }
  }
  }

.rooms--bottom .text p {
        font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        max-width: calc(1400px * 0.3333);
      }

.rooms--bottom .image-container::before {
        padding-bottom: 75%;
      }

@media (min-width: 992px) {
        .rooms--bottom .image-container::before {
          padding-bottom: 83.33%;
        }
  }

.space {
  padding-top: 1.5rem;
}

@media (min-width: 480px) {

.space {
    padding-top: 1.5rem
}
  }

@media (min-width: 768px) {

.space {
    padding-top: 2rem
}
  }

@media (min-width: 992px) {

.space {
    padding-top: 3rem
}
  }

@media (min-width: 1200px) {

.space {
    padding-top: 4.5rem
}
  }

@media (min-width: 1400px) {

.space {
    padding-top: 6rem
}
  }

@media (min-width: 992px) {

.space .container {
      display: flex;
      align-items: flex-start;
      justify-content: space-between
  }
  }

@media (min-width: 992px) {

.space .text,
  .space .image-container {
      width: calc(50% - 1.5rem)
  }
  }

.space .text {
    margin-bottom: 1.5rem;
  }

@media (min-width: 480px) {

.space .text {
    margin-bottom: 1.5rem
  }
  }

@media (min-width: 768px) {

.space .text {
    margin-bottom: 2rem
  }
  }

@media (min-width: 992px) {

.space .text {
    margin-bottom: 3rem
  }
  }

.space .text .paragraph {
      font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
      max-width: calc(1400px * 0.35);
      margin-bottom: 1.5rem;
    }

@media (min-width: 480px) {

.space .text .paragraph {
    margin-bottom: 1.5rem;
    }
  }

@media (min-width: 768px) {

.space .text .paragraph {
    margin-bottom: 2rem;
    }
  }

@media (min-width: 992px) {

.space .text .paragraph {
    margin-bottom: 3rem;
    }
  }

.space .text .details-container {
      position: relative;
      right: 2px;
      overflow: hidden;
      margin-bottom: 1.5rem;
    }

.space .text .details {
      position: relative;
      left: 2px;
      margin: -1.5rem -1.5rem -1.25rem;
      display: flex;
      flex-wrap: wrap;
    }

.space .text .details li {
        position: relative;
        padding: 1.5rem 0 1.25rem;
        width: 16.66%;
        text-align: center;
        border-right: 1px solid #003B59;
        width: 50%;
      }

@media (min-width: 480px) {

.space .text .details li {
          width: 33.33%
      }
  }

@media (min-width: 992px) {

.space .text .details li {
          width: 50%
      }
  }

@media (min-width: 1200px) {

.space .text .details li {
          width: 33.33%
      }
  }

.space .text .details li::before,
        .space .text .details li span:nth-of-type(2) {
          max-width: 12rem;
        }

.space .text .details li::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          width: calc(100% - 3rem);
          height: 1px;
          background-color: #003B59;
        }

.space .text .details li img {
          width: 5rem;
          height: auto;
          margin-bottom: 0.75rem;
        }

.space .text .details li span:nth-of-type(1) {
            display: block;
            font-family: 'Joane-Regular', "Times New Roman", Times, serif;
            font-size: 2.25rem;
            line-height: 1.25;
            margin-bottom: 0.25rem;
          }

.space .text .details li span:nth-of-type(2) {
            display: inline-block;
            width: calc(100% - 3rem);
            font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
          }

.space .text .disclaimer {
      max-width: calc(1400px * 0.35);
    }

@media (max-width: 991px) {

.space .text .disclaimer {
        padding-bottom: 1rem
    }
  }

.space .text .disclaimer p {
        font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        font-size: 0.75rem;
      }

.space .text .disclaimer p:not(:last-of-type) {
          margin-bottom: 0.25rem;
        }

.space .image-container::before {
      padding-bottom: 133.33%;
    }

.specification {
  padding-top: 1.5rem;
}

@media (min-width: 480px) {

.specification {
    padding-top: 1.5rem
}
  }

@media (min-width: 768px) {

.specification {
    padding-top: 2rem
}
  }

@media (min-width: 992px) {

.specification {
    padding-top: 3rem
}
  }

@media (min-width: 1200px) {

.specification {
    padding-top: 4.5rem
}
  }

@media (min-width: 1400px) {

.specification {
    padding-top: 6rem
}
  }

@media (min-width: 992px) {

.specification .container > div {
        display: flex
    }
  }

@media (min-width: 992px) {

.specification .heading,
  .specification .paragraph {
      max-width: calc(1400px * 0.29)
  }
  }

@media (min-width: 992px) {

.specification .text {
      width: 50%;
      padding-right: 3rem
  }
  }

@media (min-width: 1200px) {

.specification .text {
      width: 45%
  }
  }

@media (min-width: 1400px) {

.specification .text {
      width: 42.5%
  }
  }

.specification .paragraph {
    font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
  }

@media (max-width: 991px) {

.specification .paragraph {
      max-width: calc(1400px * 0.3333);
      margin-bottom: 1.5rem
  }
      @media (min-width: 480px) {

.specification .paragraph {
    margin-bottom: 1.5rem
  }
  }
      @media (min-width: 768px) {

.specification .paragraph {
    margin-bottom: 2rem
  }
  }
      @media (min-width: 992px) {

.specification .paragraph {
    margin-bottom: 3rem
  }
  }
      @media (min-width: 1200px) {

.specification .paragraph {
    margin-bottom: 4.5rem
  }
  }
      @media (min-width: 1400px) {

.specification .paragraph {
    margin-bottom: 6rem
  }
  }
  }

@media (min-width: 992px) {

.specification .items {
      width: 50%
  }
  }

@media (min-width: 1200px) {

.specification .items {
      width: 55%
  }
  }

@media (min-width: 1400px) {

.specification .items {
      width: 57.5%
  }
  }

.specification .items .dropdown {
      position: relative;
      /* margin-bottom: 2.5rem; */
      will-change: margin;
      transition: 0.3s margin;
    }

.specification .items .dropdown:not(:first-of-type) {
        border-top: 1px solid #003B59;
      }

.specification .items .dropdown:first-of-type .item-heading {
          padding-top: 0;
        }

.specification .items .dropdown:first-of-type .item-heading::before {
            top: calc(50% - 0.5rem);
          }

.specification .items .dropdown .item-heading {
        position: relative;
        padding: 1rem 3rem 1rem 0;
        cursor: pointer;
        font-family: 'CeraPro-Medium', Helvetica, Arial, sans-serif;
        font-size: 1.125rem;
      }

.specification .items .dropdown .item-heading::before {
          content: "";
          position: absolute;
          top: 50%;
          right: 0;
          -webkit-transform: translate3d(0, -50%, 0);
                  transform: translate3d(0, -50%, 0);
          width: 1rem;
          height: 1rem;
          will-change: transform;
          transition: 0.3s;
          background-image: url("/web/20220109021721im_/https://amorytower.com/wp-content/themes/amorytower/images/dropdown-arrow.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: contain;
        }

.specification .items .dropdown .item-body {
        position: absolute;
        top: calc(100% - 1.5rem);
        right: 0;
        left: 0;
        padding: 0.75rem 0;
        opacity: 0.99;
        -webkit-transform: translate3d(0, 1rem, 0);
                transform: translate3d(0, 1rem, 0);
        will-change: opacity, transform;
        transition: 0.3s;
      }

.specification .items .dropdown .item-body > * {
          max-width: calc(1400px * 0.4);
        }

.specification .items .dropdown .item-body * {
          font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
        }

.specification .items .dropdown .item-body ul {
          list-style-type: disc;
          padding-left: 1.05rem;
        }

.specification .items .dropdown .item-body ul li:not(:last-of-type) {
              margin-bottom: 0.25rem;
            }

.specification .items .dropdown.closed {
        margin-bottom: 0 !important;
      }

.specification .items .dropdown.closed .item-heading::before {
            -webkit-transform: translate3d(0, -50%, 0) rotate(-180deg);
                    transform: translate3d(0, -50%, 0) rotate(-180deg);
          }

.specification .items .dropdown.closed .item-body {
          opacity: 0;
          pointer-events: none;
          -webkit-transform: translate3d(0, 0, 0);
                  transform: translate3d(0, 0, 0);
          transition: 0.15s;
        }

.team {
  padding-top: calc(7rem * 1.25);
  padding-bottom: 1.5rem;
}

@media (min-width: 768px) {

.team {
    padding-top: calc(8rem * 1.25)
}
  }

@media (min-width: 992px) {

.team {
    padding-top: calc(9rem * 1.25)
}
  }

@media (min-width: 480px) {

.team {
    padding-bottom: 1.5rem
}
  }

@media (min-width: 768px) {

.team {
    padding-bottom: 2rem
}
  }

@media (min-width: 992px) {

.team {
    padding-bottom: 3rem
}
  }

@media (min-width: 1200px) {

.team {
    padding-bottom: 4.5rem
}
  }

@media (min-width: 1400px) {

.team {
    padding-bottom: 6rem
}
  }

.team .heading {
    margin-bottom: 4rem;
  }

@media (min-width: 768px) {

.team .heading {
      margin-bottom: calc((4rem + 6.25rem) / 2)
  }
  }

@media (min-width: 992px) {

.team .heading {
      margin-bottom: 6.25rem
  }
  }

@media (min-width: 992px) {

.team .top,
  .team .bottom {
      display: flex;
      flex-wrap: wrap;
      align-items: flex-start
  }
  }

@media (max-width: 991px) {

.team .top {
      padding-bottom: 1.5rem
  }
      @media (min-width: 480px) {

.team .top {
    padding-bottom: 1.5rem
  }
  }
      @media (min-width: 768px) {

.team .top {
    padding-bottom: 2rem
  }
  }
      @media (min-width: 992px) {

.team .top {
    padding-bottom: 3rem
  }
  }
      @media (min-width: 1200px) {

.team .top {
    padding-bottom: 4.5rem
  }
  }
      @media (min-width: 1400px) {

.team .top {
    padding-bottom: 6rem
  }
  }
  }

.team .bottom {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

@media (min-width: 480px) {

.team .bottom {
    padding-top: 1.5rem;
  }
  }

@media (min-width: 768px) {

.team .bottom {
    padding-top: 2rem;
  }
  }

@media (min-width: 992px) {

.team .bottom {
    padding-top: 3rem;
  }
  }

@media (min-width: 1200px) {

.team .bottom {
    padding-top: 4.5rem;
  }
  }

@media (min-width: 1400px) {

.team .bottom {
    padding-top: 6rem;
  }
  }

@media (min-width: 480px) {

.team .bottom {
    padding-bottom: 1.5rem;
  }
  }

@media (min-width: 768px) {

.team .bottom {
    padding-bottom: 2rem;
  }
  }

@media (min-width: 992px) {

.team .bottom {
    padding-bottom: 3rem;
  }
  }

@media (max-width: 991px) {

.team .text {
      margin-bottom: 1.5rem
  }
      @media (min-width: 480px) {

.team .text {
    margin-bottom: 1.5rem
  }
  }
      @media (min-width: 768px) {

.team .text {
    margin-bottom: 2rem
  }
  }
      @media (min-width: 992px) {

.team .text {
    margin-bottom: 3rem
  }
  }
      @media (min-width: 1200px) {

.team .text {
    margin-bottom: 4.5rem
  }
  }
      @media (min-width: 1400px) {

.team .text {
    margin-bottom: 6rem
  }
  }
  }

@media (min-width: 992px) {

.team .text {
      width: 50%;
      padding-right: 2rem;
      margin-bottom: 0
  }
  }

@media (min-width: 1200px) {

.team .text {
      width: 40%;
      padding-right: 3rem
  }
  }

@media (min-width: 1400px) {

.team .text {
      width: 33.33%
  }
  }

.team .text .logo {
      height: auto;
      margin-bottom: 1.75rem;
    }

@media (min-width: 768px) {

.team .text .logo {
        margin-bottom: 2rem
    }
  }

@media (min-width: 992px) {

.team .text .logo {
        margin-bottom: 2.5rem
    }
  }

.team .text .logo--1 {
        width: 7rem;
      }

@media (min-width: 768px) {

.team .text .logo--1 {
          width: 8.25rem
      }
  }

.team .text .logo--2 {
        width: 14rem;
      }

@media (min-width: 768px) {

.team .text .logo--2 {
          width: 15.3125rem
      }
  }

.team .text p {
      max-width: calc(1400px * 0.3333);
      font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
    }

.team .text p:not(:last-of-type) {
        margin-bottom: 1.75rem;
      }

@media (min-width: 992px) {

.team .lbs-images,
  .team .xinyuan-images {
      width: 50%
  }
  }

@media (min-width: 1200px) {

.team .lbs-images,
  .team .xinyuan-images {
      width: 60%
  }
  }

@media (min-width: 1400px) {

.team .lbs-images,
  .team .xinyuan-images {
      width: 66.66%
  }
  }

.team .lbs-images {
    position: relative;
    top: 1rem;
    margin-top: -1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

@media (min-width: 1200px) {

.team .lbs-images {
      top: 2rem;
      margin-top: -2rem
  }
  }

.team .lbs-images li {
      width: 100%;
      margin-bottom: 1rem;
    }

@media (min-width: 480px) {

.team .lbs-images li {
        width: calc(50% - 0.5rem)
    }
  }

@media (min-width: 768px) {

.team .lbs-images li {
        width: calc(50% - 0.75rem)
    }
  }

@media (min-width: 1200px) {

.team .lbs-images li {
        width: calc(50% - 1.5rem);
        margin-bottom: 2rem
    }
  }

.team .xinyuan-images .image-container:not(:last-of-type) {
        margin-bottom: 1rem;
      }

@media (min-width: 1200px) {

.team .xinyuan-images .image-container:not(:last-of-type) {
          margin-bottom: 2rem
      }
  }

.team .image-container::before {
      padding-bottom: 66.66%;
    }

.team .image-container::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 33.33%;
      background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
    }

.team .item-heading {
    position: absolute;
    z-index: 1;
    bottom: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    font-family: 'CeraPro-Light', Helvetica, Arial, sans-serif;
    color: #FFFFFF;
  }

.availability-10-or-less .swiper-container--availability .swiper-wrapper {
        -webkit-transform: translate3d(0, 0, 0) !important;
                transform: translate3d(0, 0, 0) !important;
      }

.availability-10-or-less .swiper-container--availability .swiper-button,
      .availability-10-or-less .swiper-container--availability .swiper-pagination {
        display: none;
      }

.swiper-container--availability .swiper-pagination {
      padding-top: 1rem;
      text-align: center;
    }

.swiper-container--availability .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        position: relative;
        font-family: 'Joane-Regular', "Times New Roman", Times, serif;
        font-size: 1.25rem;
        padding: 0.15rem 0.5rem;
        cursor: pointer;
      }

@media (min-width: 375px) {

.swiper-container--availability .swiper-pagination .swiper-pagination-bullet {
          font-size: 1.5rem;
          padding: 0.15rem 0.625rem
      }
  }

@media (min-width: 480px) {

.swiper-container--availability .swiper-pagination .swiper-pagination-bullet {
          font-size: 1.75rem;
          padding: 0.15rem 0.75rem
      }
  }

.swiper-container--availability .swiper-pagination .swiper-pagination-bullet::before {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 2px;
          background-color: #FE895E;
          will-change: transform, opacity;
          transition: 0.3s;
          -webkit-transform: scaleX(0);
                  transform: scaleX(0);
          opacity: 0;
        }

.swiper-container--availability .swiper-pagination .swiper-pagination-bullet-active::before {
            -webkit-transform: scaleX(1);
                    transform: scaleX(1);
            opacity: 0.99;
          }

@media (min-width: 768px) {
            .swiper-container--availability .swiper-pagination .swiper-pagination-bullet:hover::before {
              -webkit-transform: scaleX(1);
                      transform: scaleX(1);
              opacity: 0.99;
            }
  }

.carousel {
  overflow: hidden;
  padding-bottom: 2.5rem;
}

.carousel .swiper-container {
    overflow: visible;
  }

.carousel .swiper-container .swiper-slide::before,
      .carousel .swiper-container .swiper-slide::after {
        content: "";
      }

.carousel .swiper-container .swiper-slide::before {
        display: block;
        padding-bottom: 75%;
      }

@media (min-width: 480px) {

.carousel .swiper-container .swiper-slide::before {
          padding-bottom: 66.66%
      }
  }

@media (min-width: 768px) {

.carousel .swiper-container .swiper-slide::before {
          padding-bottom: 50%
      }
  }

.carousel .swiper-container .swiper-slide::after {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(rgba(0,0,0, 0), rgba(0,0,0, 0.5));
        height: calc(1rem * 2.5);
      }

@media (min-width: 480px) {

.carousel .swiper-container .swiper-slide::after {
          height: calc(1.5rem * 2.5)
      }
  }

@media (min-width: 768px) {

.carousel .swiper-container .swiper-slide::after {
          height: calc(2rem * 2.5)
      }
  }

@media (min-width: 992px) {

.carousel .swiper-container .swiper-slide::after {
          height: calc(3rem * 2.5)
      }
  }

.carousel .swiper-container .swiper-slide figcaption {
        position: absolute;
        z-index: 1;
        left: 0;
        right: 0;
        color: #FFFFFF;
        text-align: center;
        bottom: calc(1rem * 0.5);

        /* @mixin fromLarge {
          bottom: calc($gutterFour * 0.5);
        } */
      }

@media (min-width: 480px) {

.carousel .swiper-container .swiper-slide figcaption {
          bottom: calc(1.5rem * 0.5)
      }
  }

@media (min-width: 768px) {

.carousel .swiper-container .swiper-slide figcaption {
          bottom: calc(2rem * 0.5)
      }
  }

.carousel .swiper-container .swiper-button {
      position: absolute;
      z-index: 1;
      top: 50%;
      width: 1.25rem;
      height: 1.25rem;
      border-radius: 50%;
      background-color: #FE895E;
      cursor: pointer;
    }

@media (min-width: 768px) {

.carousel .swiper-container .swiper-button {
        width: 2.3125rem;
        height: 2.3125rem
    }
  }

.carousel .swiper-container .swiper-button::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 33.33%;
        height: 33.33%;
      }

.carousel .swiper-container .swiper-button-prev {
        left: 1rem;
      }

.carousel .swiper-container .swiper-button-prev::before {
          -webkit-transform: translate(-25%, -50%) rotate(45deg);
                  transform: translate(-25%, -50%) rotate(45deg);
          border-left: 1px solid #003B59;
          border-bottom: 1px solid #003B59;
        }

@media (min-width: 768px) {

.carousel .swiper-container .swiper-button-prev::before {
            border-left: 2px solid #003B59;
            border-bottom: 2px solid #003B59
        }
  }

.carousel .swiper-container .swiper-button-next {
        right: 1rem;
      }

.carousel .swiper-container .swiper-button-next::before {
          -webkit-transform: translate(-75%, -50%) rotate(45deg);
                  transform: translate(-75%, -50%) rotate(45deg);
          border-top: 1px solid #003B59;
          border-right: 1px solid #003B59;
        }

@media (min-width: 768px) {

.carousel .swiper-container .swiper-button-next::before {
            border-top: 2px solid #003B59;
            border-right: 2px solid #003B59
        }
  }

.carousel .swiper-container .swiper-pagination {
      position: absolute;
      z-index: 1;
      bottom: -2.5rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

.carousel .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 0.75rem;
        height: 0.75rem;
        border-radius: 50%;
        background-color: rgba(255,255,255, 0.75);
        cursor: pointer;
        will-change: background-color;
        transition: background-color 0.3s;
      }

@media (min-width: 768px) {

.carousel .swiper-container .swiper-pagination-bullet {
          width: 0.625rem;
          height: 0.625rem
      }
  }

.carousel .swiper-container .swiper-pagination-bullet-active {
          background-color: #FE895E;
        }

.carousel .swiper-container .swiper-pagination-bullet:not(:last-of-type) {
          margin-right: 1rem;
        }

@media (min-width: 768px) {

.carousel .swiper-container .swiper-pagination-bullet:not(:last-of-type) {
            margin-right: 0.875rem
        }
  }

.swiper-container--floor-plans {
    overflow: visible;
  }

.swiper-container--floor-plans .swiper-button {
      position: absolute;
      z-index: 1;
      top: 50%;
      width: 0.875rem;
      height: 0.875rem;
      cursor: pointer;
      opacity: 0.99;
      will-change: opacity;
      transition: 0.6s opacity;
    }

@media (min-width: 768px) {

.swiper-container--floor-plans .swiper-button {
        width: 2.0625rem;
        height: 2.0625rem
    }
  }

.swiper-container--floor-plans .swiper-button::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 65%;
        height: 65%;
      }

.swiper-container--floor-plans .swiper-button-prev {
        left: 0;
      }

.swiper-container--floor-plans .swiper-button-prev::before {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg);
          border-left: 2px solid #003B59;
          border-bottom: 2px solid #003B59;
        }

.swiper-container--floor-plans .swiper-button-next {
        right: 0;
      }

.swiper-container--floor-plans .swiper-button-next::before {
          -webkit-transform: translate(-50%, -50%) rotate(45deg);
                  transform: translate(-50%, -50%) rotate(45deg);
          border-top: 2px solid #003B59;
          border-right: 2px solid #003B59;
        }

.swiper-container--floor-plans .swiper-button-disabled {
        opacity: 0;
        pointer-events: none;
      }

.swiper-container--floor-plans .swiper-pagination {
      position: absolute;
      z-index: 1;
      bottom: -2.25rem;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
    }

.swiper-container--floor-plans .swiper-pagination-bullet {
        display: inline-block;
        width: 0.75rem;
        height: 0.75rem;
        border-radius: 50%;
        border: 1px solid #003B59;
        cursor: pointer;
        will-change: background-color;
        transition: background-color 0.3s;
      }

@media (min-width: 768px) {

.swiper-container--floor-plans .swiper-pagination-bullet {
          width: 0.625rem;
          height: 0.625rem
      }
  }

.swiper-container--floor-plans .swiper-pagination-bullet-active {
          background-color: #003B59;
        }

.swiper-container--floor-plans .swiper-pagination-bullet:not(:last-of-type) {
          margin-right: 1rem;
        }

@media (min-width: 768px) {

.swiper-container--floor-plans .swiper-pagination-bullet:not(:last-of-type) {
            margin-right: 0.75rem
        }
  }

/* * {
    border: 1px dashed red;
  } */

.local .popup {
    display: none;
  }

/*
     FILE ARCHIVED ON 02:17:21 Jan 09, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:19:32 Nov 07, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.488
  exclusion.robots: 0.018
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 9.58
  LoadShardBlock: 87.578 (3)
  PetaboxLoader3.datanode: 67.093 (4)
  PetaboxLoader3.resolve: 87.081 (2)
  load_resource: 101.211
*/