@font-face {
  font-family: "PxGrotesk-Light";
  src: url("/fonts/PxGrotesk-Light.eot");
  src: url("/fonts/PxGrotesk-Light.eot?#iefix") format("embedded-opentype"), url("/fonts/PxGrotesk-Light.woff2") format("woff2"), url("/fonts/PxGrotesk-Light.woff") format("woff"), url("/fonts/PxGrotesk-Light.ttf") format("truetype"), url("/fonts/PxGrotesk-Light.svg#PxGrotesk-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "BradfordMonoLL-Regular";
  src: url("/fonts/BradfordMonoLL-Regular.eot");
  src: url("/fonts/BradfordMonoLL-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/BradfordMonoLL-Regular.woff2") format("woff2"), url("/fonts/BradfordMonoLL-Regular.woff") format("woff"), url("/fonts/BradfordMonoLL-Regular.ttf") format("truetype"), url("/fonts/BradfordMonoLL-Regular.svg#BradfordMonoLL-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PxGrotesk-Black";
  src: url("/fonts/PxGrotesk-Black.eot");
  src: url("/fonts/PxGrotesk-Black.eot?#iefix") format("embedded-opentype"), url("/fonts/PxGrotesk-Black.woff2") format("woff2"), url("/fonts/PxGrotesk-Black.woff") format("woff"), url("/fonts/PxGrotesk-Black.ttf") format("truetype"), url("/fonts/PxGrotesk-Black.svg#PxGrotesk-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "PxGrotesk-Regular";
  src: url("/fonts/PxGrotesk-Regular.eot");
  src: url("/fonts/PxGrotesk-Regular.eot?#iefix") format("embedded-opentype"), url("/fonts/PxGrotesk-Regular.woff2") format("woff2"), url("/fonts/PxGrotesk-Regular.woff") format("woff"), url("/fonts/PxGrotesk-Regular.ttf") format("truetype"), url("/fonts/PxGrotesk-Regular.svg#PxGrotesk-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: block;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  border: 0;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 5;
  overflow: hidden;
  cursor: pointer;
  color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

.flex-direction-nav .flex-prev {
  left: 20px;
  background-image: url(/images/icons/prev.svg);
}

.flex-direction-nav .flex-next {
  right: 20px;
  text-align: right;
  background-image: url(/images/icons/next.svg);
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: relative;
  text-align: center;
  z-index: 2;
  margin-top: 20px;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: none;
  cursor: pointer;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  font-size: 0;
  color: transparent;
  background: black;
}

.flex-control-paging li a.flex-active {
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.clear,
* html .clearfix,
*:first-child + html .clearfix {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: calc(33.33% - 40px);
}

.grid_5 {
  width: 41.67%;
}

.new_grid_5 {
  width: 46.5%;
}

.grid_6 {
  width: 50%;
}
.grid_6:nth-child(2) {
  margin-right: 0;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
  position: relative;
}

a {
  text-decoration: none;
  cursor: pointer;
}

img {
  border: none;
  max-width: 100%;
  display: block;
}

a,
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

textarea:focus,
input:focus,
select:focus {
  outline: none;
}

/* General */
html {
  height: 100%;
}

body {
  font-size: 16px;
  line-height: 1.2em;
  background: #ECE8E1;
  margin: 0;
  padding: 0;
  color: #564A2D;
}
body.no_scroll {
  overflow: hidden;
}

p {
  font-family: "PxGrotesk-Light";
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
}
p a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: center;
  text-decoration: none;
  color: inherit;
}
p.name {
  font-family: "BradfordMonoLL-Regular";
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: center;
  text-transform: uppercase;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}

h1 {
  font-family: "BradfordMonoLL-Regular";
  font-size: 24px;
  line-height: 1.27em;
  text-align: center;
  text-transform: uppercase;
  color: #564A2D;
}

h2 {
  font-family: "BradfordMonoLL-Regular";
  font-size: 24px;
  line-height: 1.27em;
  text-align: center;
  text-transform: uppercase;
  color: #564A2D;
}

/* Navigation */
header {
  position: relative;
  top: 0;
  opacity: 1;
  padding: 30px 0 0;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
header .main-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 40px 20px;
}
header .main-logo span {
  display: block;
  width: 36%;
}
header .main-logo span img {
  width: 100%;
}
header .main-logo span:last-child {
  width: 60%;
}

menu {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  list-style: none;
  padding: 10px 30px;
  border-top: 1px solid #564A2D;
  border-bottom: 1px solid #564A2D;
}
menu li {
  text-align: center;
}
menu li a {
  font-family: "BradfordMonoLL-Regular";
  color: #564A2D;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

#header-simulator {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 20px 0 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 12;
  background: #ECE8E1;
  opacity: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
#header-simulator.show {
  opacity: 1;
}
#header-simulator > div {
  padding: 0 30px 20px;
}

/* nav_toggle */
#nav_toggle {
  position: relative;
  cursor: pointer;
  width: 18px;
  height: 12px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}
#nav_toggle span {
  cursor: pointer;
  height: 1px;
  width: 100%;
  display: block;
  transition: all 0.6s ease-in-out;
  background-color: #ffffff;
  transition-delay: 0;
}
#nav_toggle span:nth-child(2) {
  transition-delay: 0.6s;
}
#nav_toggle.active {
  justify-content: center;
}

footer {
  display: block;
  position: relative;
  width: 100%;
}
footer * {
  color: #ECE8E1;
}
footer p {
  font-size: 14px;
  line-height: 1em;
}
footer p.title {
  text-transform: uppercase;
  font-size: 18px;
}
footer .logos-holder {
  max-width: 1070px;
  margin: auto;
}
footer .logos-holder a {
  width: -moz-max-content;
  width: max-content;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .tpa {
  font-family: "PxGrotesk-Light";
  font-size: 12px;
  line-height: 1.17em;
  display: flex;
  align-items: center;
  text-align: center;
  margin: auto;
}
footer .draw-line {
  position: absolute;
}
footer .draw-line.left {
  border-top: 1px solid #ffffff;
}
footer .draw-line.right {
  border-top: 1px solid #ffffff;
}
footer .draw-line.down {
  border-left: 1px solid #ffffff;
}

/* enquiry */
#enq {
  position: relative;
  z-index: 1;
}

.register form {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

input,
label,
select {
  padding: 10px 0;
  width: 100%;
  color: #ECE8E1;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #ECE8E1;
  font-family: "PxGrotesk-Light";
  font-size: 12px;
  line-height: 1.17em;
  text-align: center;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
}
input option,
label option,
select option {
  padding: 10px 0;
  background: #ECE8E1;
  color: #000;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
}
input.b_submit,
label.b_submit,
select.b_submit {
  width: 100%;
  border: 0 none;
  border-bottom: 1px solid #ECE8E1;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  text-align: center;
  padding: 12px 0;
  color: #564A2D;
  background-color: #ECE8E1;
  cursor: pointer;
  font-family: "PxGrotesk-Regular";
  font-weight: 400;
}

label {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
}

.privacy {
  font-size: 10px;
  color: #ECE8E1;
  border-bottom: 1px solid #ECE8E1;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
  line-height: 10px;
}

.chk_holder {
  margin: 0 0 12px 0;
  color: #ECE8E1;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ECE8E1;
}

#chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  cursor: pointer;
  display: inline-block;
  line-height: 25px;
  width: 20px;
  text-align: center;
}

#chkInternational + label {
  padding: 2px 0 12px 22px;
  position: relative;
  text-align: center;
  display: block;
  color: #ECE8E1;
  text-align: left;
  font-family: "PxGrotesk-Light";
  font-size: 12px;
  line-height: 1.17em;
  display: inline-block;
  margin: auto;
  width: -moz-max-content;
  width: max-content;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 16px;
  height: 16px;
  top: calc(50% - 6px);
  border: 1px solid #ECE8E1;
  content: "";
  display: block;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

#chkInternational + label:after {
  position: absolute;
  left: 0;
  width: 5px;
  height: 11px;
  top: calc(50% - 6px);
  left: 6px;
  transform: translateY(-60%) rotate(45deg) scale(0);
  border-bottom: 2px solid #ECE8E1;
  border-right: 2px solid #ECE8E1;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}

#chkInternational:checked + label:after {
  transform: translateY(-60%) rotate(45deg) scale(1);
}

input:-webkit-input-placeholder,
textarea:-webkit-input-placeholder {
  color: #ECE8E1;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #ECE8E1;
  opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ECE8E1;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #ECE8E1;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #ECE8E1;
  opacity: 1;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 0 12px 0;
  max-width: 100%;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  clear: both;
}

li.token-input-input-token-project {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
  margin-bottom: 0;
}

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100% !important;
  margin-bottom: 0;
}

li.token-input-token-project p {
  display: inline;
  padding: 0;
  margin: 0 5px 0 0;
  line-height: 20px;
  font-size: 11px;
}

li.token-input-token-project {
  overflow: hidden;
  height: 25px;
  margin: 0;
  padding: 2px 5px;
  background-color: #ccc;
  color: #000;
  cursor: default;
  border: 1px solid #ECE8E1;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #ECE8E1;
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: #000000;
}

div.token-input-dropdown-project ul {
  margin: 0;
  padding: 0;
  display: block !important;
  max-height: 205px;
}

div.token-input-dropdown-project ul li {
  background-color: #ECE8E1;
  font-size: 14px;
  padding: 3px;
  margin: 0;
  list-style-type: none;
  font-weight: 100 !important;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item-project {
  background-color: #ECE8E1;
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: #ECE8E1;
}

div.token-input-dropdown-project ul li em {
  font-weight: bold;
  font-style: normal;
}

div.token-input-dropdown-project ul li.token-input-selected-dropdown-item-project {
  background-color: #ccc;
  color: #ECE8E1;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0 auto;
  padding: 0;
  position: relative;
  text-align: left;
  top: 0;
}

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: left;
  color: #f00d0d;
}

* {
  -moz-text-size-adjust: none;
       text-size-adjust: none;
  -webkit-text-size-adjust: none;
}

#preloader {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background-color: #ECE8E1;
  z-index: 100;
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  padding: 40px;
  transition: 1s;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
}
#preloader .intro-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 80px);
  display: flex;
  opacity: 0;
}
#preloader .intro-logo span {
  display: block;
  width: 36%;
}
#preloader .intro-logo span img {
  width: 100%;
}
#preloader .intro-logo span:last-child {
  width: 60%;
}
#preloader lottie-player {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  margin: auto;
  width: auto !important;
  height: 40vh !important;
}
#preloader .dark-page {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #C6A271;
  z-index: 1;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
#preloader.hide {
  opacity: 0;
  pointer-events: none;
}

section {
  position: relative;
  overflow: hidden;
}
section.landing {
  height: 100%;
}

.container {
  width: calc(100% - 60px);
  margin-right: auto;
  margin-left: auto;
}
.container.small {
  max-width: 500px;
}

main {
  position: relative;
}

#enq_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: auto;
  font-family: "PxGrotesk-Light";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  background-color: #564A2D;
  color: #ECE8E1;
  z-index: 8;
  width: 164px;
  height: 40px;
}

.badge {
  position: relative;
  margin: auto;
  max-width: 60%;
  width: 200px;
}

.dark-gif {
  width: 150px;
  margin: auto;
}

#enq {
  z-index: 8;
}

.lazy-fade {
  transition: 1.5s;
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  -ms-transition: 1.5s;
  -o-transition: 1.5s;
  opacity: 0;
}
.lazy-fade.fadeIn {
  opacity: 1;
}

.flex-container {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 10px;
  z-index: 2;
}
.flex-container p {
  color: #ECE8E1;
  font-size: 12px;
}
.flex-container p.artist {
  position: absolute;
  left: 40px;
}

lottie-player {
  width: auto !important;
  height: 40vh !important;
}

#thank {
  padding: 100px 20px;
}
#thank * {
  color: #ECE8E1;
}

video {
  display: block;
}

.draw-line {
  position: absolute;
  transition: 1.5s linear;
  -webkit-transition: 1.5s linear;
  -moz-transition: 1.5s linear;
  -ms-transition: 1.5s linear;
  -o-transition: 1.5s linear;
}
.draw-line.left {
  left: 0;
  width: 50%;
  border-top: 1px solid #564A2D;
  -webkit-clip-path: inset(0 0 0 100%);
          clip-path: inset(0 0 0 100%);
}
.draw-line.right {
  right: 0;
  width: 50%;
  border-top: 1px solid #564A2D;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.draw-line.down {
  top: 0;
  width: 1px;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border-left: 1px solid #564A2D;
  -webkit-clip-path: inset(0 0 100% 0);
          clip-path: inset(0 0 100% 0);
}
.draw-line.top {
  top: 0;
}
.draw-line.bottom {
  bottom: 0;
}

.draw-line.fadeIn {
  -webkit-clip-path: inset(0 0 0 0) !important;
          clip-path: inset(0 0 0 0) !important;
}

.btn {
  font-family: "Px Grotesk";
  font-size: 14px;
  line-height: 22px;
  background-color: #564A2D;
  padding: 5px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}

.marquee {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  overflow: hidden;
}
.marquee > .flex {
  width: -moz-max-content;
  width: max-content;
}
.marquee > .flex .grid_3 {
  width: calc((100vw - 150px) / 4);
  margin-right: 30px;
}
.marquee > .flex .grid_3 img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/4;
}

#page-home .page-home,
#page-residences .page-residences,
#page-location .page-location,
#page-team .page-team {
  border-bottom: 1px solid #564A2D;
}

.artist {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-family: "PxGrotesk-Light";
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
  z-index: 2;
}

.quote {
  font-family: "BradfordMonoLL-Regular";
  font-size: 20px;
  line-height: 1.2em;
  text-transform: uppercase;
  width: 350px;
  max-width: 100%;
  text-align: left;
}
.quote span {
  font-family: "PxGrotesk-Light";
  font-size: 14px;
  line-height: 18px;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  text-transform: initial;
}

#map + .grid_6 {
  padding-left: 30px;
}

.map-cat {
  font-family: "BradfordMonoLL-Regular";
  font-size: 16px;
  line-height: 1.75em;
  letter-spacing: 0em;
  text-align: left;
  color: #564A2D;
  text-transform: uppercase;
  border-bottom: 1px solid #564A2D;
  margin-bottom: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}
.map-cat .inner-poi {
  font-family: "PxGrotesk-Light";
  font-size: 14px;
  line-height: 1.57em;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15px 0;
}

.gm-style .gm-style-iw-c,
.gm-style-iw-d,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track,
.gm-style .gm-style-iw-d::-webkit-scrollbar-track-piece {
  background: #ECE8E1 !important;
}

.gm-ui-hover-effect {
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border: 0 none !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.gm-style .gm-style-iw-tc::after {
  background: #ECE8E1 !important;
}

.info img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 200px;
  margin-bottom: 4px;
}
.info p {
  text-align: left;
  font-size: 14px;
  line-height: 1.2em;
}

.aerial-points {
  padding: 15px 0 0 0;
  font-family: "PxGrotesk-Regular";
  font-size: 14px;
  line-height: 1.25em;
  letter-spacing: 0em;
  text-align: left;
}

.enq-round {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  max-width: 7.5vw;
  width: 120px;
}
.enq-round img {
  width: 100%;
}

.chair {
  max-width: 20vw;
}

.rotate-element {
  transform: rotate(0deg);
}

img.w350 {
  width: 50%;
}

.pop-up-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  width: 80px;
}

/*---------------------*/
.ofh {
  overflow: hidden;
}

.greenWhite {
  color: #ECE8E1;
}

.bg-greenWhite {
  background-color: #ECE8E1;
}

.sandyBrown {
  color: #C6A271;
}

.bg-sandyBrown {
  background-color: #C6A271;
}

.judgeGrey {
  color: #564A2D;
}

.bg-judgeGrey {
  background-color: #564A2D;
}

.white {
  color: #ECE8E1;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}
.full-height.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.flex {
  display: flex;
  position: relative;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.justify_center {
  justify-content: center;
}
.flex.align-center {
  align-items: center;
}
.flex.column {
  flex-direction: column;
}

.center-align {
  text-align: center;
}

.left-align {
  text-align: left;
}

.uppercase {
  text-transform: uppercase;
}

.mlra {
  margin-left: auto;
  margin-right: auto;
}

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mta {
  margin-top: auto;
}

.ptl {
  padding-top: 150px;
}

.pbl {
  padding-bottom: 150px;
}

.ptm {
  padding-top: 100px;
}

.pbm {
  padding-bottom: 100px;
}

.pts {
  padding-top: 30px;
}

.pbs {
  padding-bottom: 30px;
}

.plrs {
  padding-left: 30px;
  padding-right: 30px;
}

.mbs {
  margin-bottom: 40px;
}

.mbxs {
  margin-bottom: 10px;
}

.w500 {
  width: 500px;
  max-width: 100%;
}

.w350 {
  width: 350px;
  max-width: 100%;
}

.just-mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  .just-desktop {
    display: none;
  }
  .just-mobile {
    display: flex;
  }
  p {
    text-align: left;
  }
  h1 {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 20px;
    text-align: left;
  }
  h2 br {
    display: none;
  }
  .quote {
    font-size: 16px;
  }
  footer {
    padding-bottom: 50px;
  }
  footer p {
    text-align: center !important;
  }
  footer p.title {
    font-size: 14px;
  }
  .register h2 {
    text-align: center;
  }
  #header-simulator img {
    max-height: 20px;
  }
  #enq_btn {
    bottom: 0;
    width: 100%;
    font-size: 14px;
    height: auto;
    padding: 6px;
  }
  .flex-container p.artist {
    left: 20px;
  }
  .enq-round {
    display: none;
  }
  nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #C6A271;
    z-index: 100;
    height: 40px;
    padding: 0;
  }
  nav > a {
    font-family: "BradfordMonoLL-Regular" !important;
    color: #ffffff;
  }
  nav > a:first-child {
    margin-left: 10px;
  }
  nav > a:last-child {
    margin-right: 10px;
  }
  nav menu {
    display: flex;
    position: fixed;
    width: 100%;
    height: -moz-max-content;
    height: max-content;
    bottom: 35px;
    left: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 1px 0 0 0;
    border-bottom: 0;
    border-top: 1px solid #564A2D;
    background-color: #ECE8E1;
    display: none;
  }
  nav menu li {
    border-bottom: 1px solid #564A2D;
    background-color: #ECE8E1;
    width: 100%;
    padding: 10px;
    text-align: left;
  }
  nav .enq {
    color: #ffffff;
    text-align: center;
    font-family: "PxGrotesk-Regular";
    text-transform: uppercase;
    font-size: 16px;
  }
  #header-simulator,
  header {
    border-bottom: 1px solid #564A2D;
  }
  header {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
  }
  header .main-logo {
    padding-left: 0;
    padding-right: 0;
  }
  #header-simulator > div {
    padding-left: 10px;
    padding-right: 10px;
  }
  .draw-line {
    width: 100% !important;
  }
  .draw-line.down {
    display: none;
  }
  .grid_6 {
    width: 100%;
    margin-right: 0;
  }
  .marquee > .flex .grid_3 {
    width: 46vw;
    margin-right: 10px;
  }
  .container {
    width: calc(100% - 20px);
  }
  footer .logos-holder {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
  }
  footer .logos-holder a {
    margin-bottom: 30px;
  }
  footer .logos-holder a img {
    height: 24px;
    max-width: 150px;
  }
  .chair {
    margin-top: 100px;
    margin-bottom: 30px;
  }
  #map {
    height: 100vw;
  }
  .map-cat {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .hero {
    aspect-ratio: 320/339;
    -o-object-fit: cover;
       object-fit: cover;
  }
  img.w350 {
    width: 100%;
  }
  #map + .grid_6 {
    padding-left: 0;
  }
  video {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #preloader .intro-logo {
    width: calc(100% - 20px);
  }
  lottie-player {
    height: 30vh !important;
  }
  /*----------*/
  .ptl {
    padding-top: 50px;
  }
  .ptb {
    padding-bottom: 50px;
  }
  .m-full-width {
    width: 100% !important;
  }
  .mla {
    margin-left: 0;
  }
  .mra {
    margin-right: 0;
  }
  .m-column {
    flex-direction: column;
  }
  .plrs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .ptm {
    padding-top: 50px;
  }
  .pbm {
    padding-bottom: 50px;
  }
  .m-pt0 {
    padding-top: 0;
  }
  .m-pb0 {
    padding-bottom: 0;
  }
  .m-pbs {
    padding-bottom: 30px;
  }
  .m-pts {
    padding-top: 30px;
  }
  .m-mbs {
    margin-bottom: 30px;
  }
  .m-pbm {
    padding-bottom: 50px;
  }
  .m-ptm {
    padding-top: 50px;
  }
  .pbs {
    padding-bottom: 30px;
  }
  .pts {
    padding-top: 30px;
  }
  .m-pbxs {
    padding-bottom: 20px;
  }
  .draw-line.left {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */