@font-face {
  font-family: 'CircularStdMedium';
  src: url("/fonts/CircularStdMedium.eot");
  src: url("/fonts/CircularStdMedium.eot") format("embedded-opentype"), url("/fonts/CircularStdMedium.woff2") format("woff2"), url("/fonts/CircularStdMedium.woff") format("woff"), url("/fonts/CircularStdMedium.ttf") format("truetype"), url("/fonts/CircularStdMedium.svg#CircularStdMedium") format("svg");
}

@font-face {
  font-family: 'CircularStdBook';
  src: url("/fonts/CircularStdBook.eot");
  src: url("/fonts/CircularStdBook.eot") format("embedded-opentype"), url("/fonts/CircularStdBook.woff2") format("woff2"), url("/fonts/CircularStdBook.woff") format("woff"), url("/fonts/CircularStdBook.ttf") format("truetype"), url("/fonts/CircularStdBook.svg#CircularStdBook") format("svg");
}

.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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 23.5%;
  margin-right: 1.5%;
}

.grid_3:last-child {
  margin-right: 0;
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 41.67%;
}

.grid_6 {
  width: 48.5%;
  margin-right: 3%;
}

.grid_6:nth-child(2n) {
  margin-right: 0;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10,
.flex-slider-holder {
  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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

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

a.head {
  font-family: 'CircularStdMedium';
}

img {
  border: none;
  max-width: 100%;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -o-object-fit: cover;
     object-fit: cover;
}

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

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

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

body {
  padding: 0;
  margin: 0;
  font-family: 'CircularStdBook';
  font-weight: normal;
  font-size: 16px;
  font-size: clamp(14px, 0.78vw, 16px);
  line-height: 1.25em;
  text-align: left;
  color: #383638;
  height: 100%;
}

.img {
  width: 100%;
  margin: 0;
  display: block;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  font-family: 'CircularStdMedium';
  font-weight: normal;
}

h1 {
  font-size: 62px;
  font-size: clamp(32px, 3vw, 62px);
  line-height: 1em;
  text-align: left;
  color: #383638;
  margin-bottom: 25px;
}

#page-home h1 {
  font-size: 56px;
  font-size: clamp(28px, 2.6vw, 56px);
  line-height: 1em;
  text-align: left;
}

#page-home header #logo {
  opacity: 0;
}

#page-home header.visible #logo {
  opacity: 1;
}

h2 {
  font-size: 32px;
  font-size: clamp(24px, 1.45vw, 32px);
  line-height: 1.05em;
  text-align: left;
  color: #383638;
  -webkit-transform: translateX(-4px);
          transform: translateX(-4px);
}

h2.big {
  font-size: 62px;
  line-height: 1em;
  text-align: left;
  color: #fff;
}

h2.big.dark {
  color: #383638;
}

h2 .role {
  display: block;
  font-size: 0.5em;
  padding: 25px 0;
}

p {
  text-align: left;
  color: #383638;
  padding-bottom: 1.2em;
}

p.head {
  font-family: 'CircularStdMedium';
}

.quote {
  font-family: 'CircularStdMedium';
  font-size: 32px;
  font-size: clamp(24px, 1.45vw, 32px);
  line-height: 1.125em;
  text-align: left;
  color: #383638;
}

.quote span {
  display: block;
  font-size: 16px;
  line-height: 20px;
  text-align: left;
  color: #383638;
  margin-top: 25px;
}

.btn {
  display: inline-block;
  font-family: 'CircularStdMedium';
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.14em;
  text-align: center;
  color: #383638;
  padding: 9px 10px 6px 10px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 30px;
  text-transform: uppercase;
  position: relative;
}

.btn span:first-child {
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  width: 100%;
  background-color: #FFD44F;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.btn span:last-child {
  position: relative;
  display: block;
  z-index: 2;
}

.btn:hover span {
  height: 100%;
}

/* Navigation */
header {
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 30px 50px;
  border-bottom: 1px solid transparent;
  /* nav-toggle */
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

header a {
  font-family: 'CircularStdBook';
  font-size: 18px;
  color: #F6F6F6;
  text-decoration: underline;
  min-width: 105px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

header a.enq-desktop {
  border-bottom: 1px solid #F6F6F6;
}

header a.no-link {
  cursor: auto;
}

header #logo {
  width: 200px;
  opacity: 1;
  transition: 0.5s opacity;
  -webkit-transition: 0.5s opacity;
  -moz-transition: 0.5s opacity;
  -ms-transition: 0.5s opacity;
  -o-transition: 0.5s opacity;
  pointer-events: none;
}

header #logo .cls-1 {
  fill: #f6f6f6;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

header.visible {
  background-color: #F6F6F6;
  border-bottom: 1px solid #383638;
}

header.visible #logo {
  opacity: 1;
  pointer-events: initial;
}

header.visible #logo .cls-1 {
  fill: #383638;
}

header.visible a {
  color: #383638;
}

header.active_nav {
  background-color: #CFDFD7;
  border-bottom: 0;
}

header.active_nav a {
  color: #fff;
}

header.active_nav #logo .cls-1 {
  fill: #fff;
}

header.mouseIn {
  background-color: transparent;
  border-bottom: none;
}

header.mouseIn #logo {
  opacity: 1;
  pointer-events: initial;
}

header.mouseIn #logo .cls-1 {
  fill: #fff;
}

header.mouseIn a {
  color: #fff;
}

header .nav-toggle span {
  display: none;
}

header .nav-toggle span:first-child {
  display: block;
}

header .nav-toggle.active_nav span {
  display: none;
}

header .nav-toggle.active_nav span:last-child {
  display: block;
}

nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #CFDFD7;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 12;
  padding: 40px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 0;
  pointer-events: none;
}

nav ul {
  list-style: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

nav ul li span {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

nav ul li span:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

nav ul li:hover span {
  opacity: 1;
}

nav ul li a {
  font-family: 'CircularStdMedium';
  font-weight: normal;
  font-size: 36px;
  line-height: 1.17em;
  text-align: left;
  color: #fff;
}

nav.active_nav {
  opacity: 1;
  pointer-events: initial;
}

#page-architecture nav ul li a.architecture {
  color: #FFD44F;
  opacity: 1 !important;
}

#page-apartments nav ul li a.apartments {
  color: #FFD44F;
}

#page-lifestyle nav ul li a.lifestyle {
  color: #FFD44F;
}

#page-amenity nav ul li a.amenity {
  color: #FFD44F;
}

#page-opportunity nav ul li a.opportunity {
  color: #FFD44F;
}

#page-team nav ul li a.team {
  color: #FFD44F;
}

#page-contact nav ul li a.contact {
  color: #FFD44F;
}

/* enquiry */
.register input,
.register select {
  font-family: 'CircularStdBook';
  font-size: 16px;
  margin: 0 auto;
  padding: 1px 0 12px 0;
  width: 100%;
  color: #383638;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid #383638;
  text-align: left;
  margin-bottom: 25px;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  text-align-last: left;
}

.register input option,
.register select option {
  padding: 7px 5px;
  background: #383638;
  color: #F6F6F6;
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  text-align-last: left;
}

.register input.b_submit,
.register select.b_submit {
  width: 150px;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  text-align-last: center;
  border-bottom: 0 none;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px 0;
  z-index: 2;
  position: relative;
}

.register .submit-holder {
  padding: 0 0 0 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}

.register .submit-holder span {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #FFD44F;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  z-index: 0;
}

.register .submit-holder:hover span {
  height: 100%;
}

.register .chk_holder {
  margin: 10px auto 0 auto;
  font-family: 'CircularStdBook';
  font-size: 16px;
  margin: 0 auto;
  padding: 5px 0;
}

.register #chkInternational {
  border: 0 none;
  clip: rect(0px, 0px, 0px, 0px);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  color: #F6F6F6;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 25px;
  width: 20px;
  text-align: left;
}

.register #chkInternational + label {
  background: url("/images/buttons/uncheck.png") no-repeat left center;
  color: #F6F6F6;
  padding: 2px 0 2px 26px;
}

.register #chkInternational:checked + label {
  background: url(/images/buttons/check.png) no-repeat left center;
}

.register input:-webkit-input-placeholder,
.register textarea:-webkit-input-placeholder {
  color: #383638;
  opacity: 1;
}

.register input::-webkit-input-placeholder,
.register textarea::-webkit-input-placeholder {
  color: #383638;
  opacity: 1;
}

.register input:-moz-placeholder,
.register textarea:-moz-placeholder {
  color: #383638;
  opacity: 1;
}

.register input::-moz-placeholder,
.register textarea::-moz-placeholder {
  color: #383638;
  opacity: 1;
}

.register input:focus::-webkit-input-placeholder,
.register textarea:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

.register input:focus:-moz-placeholder,
.register textarea:focus:-moz-placeholder {
  opacity: 0.5;
}

.register input:focus::-moz-placeholder,
.register textarea:focus::-moz-placeholder {
  opacity: 0.5;
}

.register input:focus:-ms-input-placeholder,
.register textarea:focus:-ms-input-placeholder {
  opacity: 0.5;
}

.register select {
  background-image: url(/images/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 100% 50%;
}

.privacy {
  font-size: 10px;
}

.privacy a {
  color: inherit;
  text-decoration: underline;
}

/*footer*/
footer {
  display: block;
  position: relative;
  width: 100%;
  padding: 50px 20px;
  border-top: rgba(0, 0, 0, 0.5) 1px solid;
}

footer p,
footer a {
  font-size: 14px;
  text-align: left;
  color: #383638;
}

footer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .row:last-child img {
  padding: 0 20px 0 0;
  width: 84px;
}

footer .row .grid_6 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .row.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

footer .row.flex-start.details > div {
  margin-right: 5%;
}

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  text-align-last: left;
  text-align: -moz-left;
  text-align: -webkit-left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border-bottom: 1px solid #525252;
  clear: both;
}

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

ul.token-input-list-project li input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 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: #383638;
  cursor: default;
  border: 1px solid #525252;
  font-size: 12px;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

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

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: #F6F6F6;
  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: #F6F6F6;
}

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

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: #F6F6F6;
}

/* Parsley-error */
ul.parsley-errors-list.filled,
ul.parsley-errors-list {
  font-size: 10px;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  height: 0;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}

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

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

main {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #F6F6F6;
}

section {
  display: block;
  position: relative;
  width: 100%;
  background-color: #F6F6F6;
}

.container {
  display: block;
  position: relative;
  width: calc(100% - 100px);
  margin: auto;
}

#landing {
  height: 100%;
  background-image: url(/images/home/home-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#landing .video_hero_holder {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#landing .video_hero_holder #bgvid {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url(/images/home/bg.jpg) no-repeat;
  background-size: cover;
}

#landing .main-logo {
  display: block;
  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%);
  width: 720px;
  max-width: 60%;
}

#landing::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#first {
  height: 100%;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}

#first::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#first .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 100px);
  height: 100%;
  margin: auto;
}

#first .row h1 {
  z-index: 2;
}

#first h1 {
  color: #fff;
}

.artist {
  font-family: 'CircularStdBook';
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #F6F6F6;
  z-index: 2;
  font-size: 12px;
  line-height: 1em;
}

.tell {
  font-family: 'CircularStdBook';
  display: block;
  color: #383638;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}

.tell span {
  display: inline-block;
  width: 120px;
}

#cursor {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  z-index: 1000;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#cursor:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  z-index: 10;
  pointer-events: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: rgba(255, 212, 79, 0.5);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

#cursor.scale:after {
  transform: translate(-50%, -50%) scale(2);
  -webkit-transform: translate(-50%, -50%) scale(2);
  -moz-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  -o-transform: translate(-50%, -50%) scale(2);
}

#cursor.view:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 25px;
  width: 120px;
  z-index: 10;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  color: #F6F6F6;
  font-size: 12px;
  letter-spacing: 0.1em;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  margin-bottom: 100px;
}

.fadeIn,
.transform {
  opacity: 0;
  transition: 1.5s ease;
  -webkit-transition: 1.5s ease;
  -moz-transition: 1.5s ease;
  -ms-transition: 1.5s ease;
  -o-transition: 1.5s ease;
}

.fadeIn.animated,
.transform.animated {
  opacity: 1;
}

.preloader {
  display: block;
  position: fixed;
  width: 100%;
  height: calc(100% + 1px);
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #FFD44F;
  overflow-y: scroll;
}

.preloader img {
  display: block;
  position: absolute;
  top: calc(100px + 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%);
  width: 720px;
  max-width: 60%;
  transition: 0.5s ease-out;
  -webkit-transition: 0.5s ease-out;
  -moz-transition: 0.5s ease-out;
  -ms-transition: 0.5s ease-out;
  -o-transition: 0.5s ease-out;
  opacity: 0;
}

.preloader.active img {
  top: 50%;
  opacity: 1;
}

.ratio69by49 {
  aspect-ratio: 69/49;
}

.ratio44by67 {
  aspect-ratio: 44/67;
}

.space {
  display: block;
  height: 10px;
}

.mpi {
  color: #383638;
  font-family: "Circular Std";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25em;
  margin-left: 30px;
  margin-right: 0;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #383638;
}

#map-point-holder {
  width: 100%;
}

#map-point-holder * {
  width: 100%;
}

.tagline {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
  width: 340px;
  z-index: 2;
  margin: auto;
  color: #FFFFFF;
  font-family: 'CircularStdMedium';
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-align: center;
}

.name {
  display: inline-block;
  width: 130px;
}

#page-contact header {
  background-color: #F6F6F6;
  border-bottom: 1px solid #383638;
  opacity: 1;
}

#page-contact header.active_nav {
  background-color: #CFDFD7;
  border: none;
}

#page-contact header.active_nav a {
  color: #F6F6F6;
}

#page-contact header.active_nav.mouseIn {
  background-color: transparent;
}

#page-contact header.active_nav.mouseIn a {
  color: #F6F6F6;
}

#page-contact header.active_nav #logo .cls-1 {
  fill: #fff;
}

#page-contact header a {
  color: #383638;
}

#page-contact header #logo {
  opacity: 1;
}

#page-contact header #logo .cls-1 {
  fill: #383638;
}

#b-sign {
  width: 100%;
  transform: translateY(3px);
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -o-transform: translateY(3px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #383638;
  font-family: "Circular Std";
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.25em;
  margin-left: 30px;
  margin-right: 0;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #383638;
}

#b-sign img {
  width: 24px;
  display: inline-block;
}

/*----------------------------*/
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

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

.pbl {
  padding-bottom: clamp(75px, 9vw, 150px);
}

.ptl {
  padding-top: clamp(75px, 9vw, 150px);
}

.pbm {
  padding-bottom: 40px;
}

.pbm2 {
  padding-bottom: 80px;
}

.pbs {
  padding-bottom: 25px;
}

.space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.bg-orange {
  background-color: #FDDDC3;
}

.bg-blue {
  background-color: #D1DDD7;
}

.bg-green {
  background-color: #E7EDE1;
}

.justmobile {
  display: none;
}

.ma {
  margin: auto;
}

.mla {
  margin-left: auto;
}

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

.uppercase {
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .container {
    width: calc(100% - 60px);
  }
  #first .row {
    width: calc(100% - 60px);
  }
  header {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 1000px) {
  #cursor:after {
    background-color: transparent;
  }
  .container {
    width: calc(100% - 40px);
  }
  nav {
    padding: 20px;
  }
  nav ul li {
    margin-bottom: 10px;
  }
  nav ul li a {
    font-size: 24px;
  }
  .tagline {
    bottom: 100px;
  }
  .justdesktop {
    display: none;
  }
  .justmobile {
    display: block;
  }
  .row {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #first .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 40px);
  }
  #first .row h1 {
    margin-top: auto;
    margin-bottom: auto;
    width: 100%;
  }
  .grid_6,
  .grid_4,
  .grid_5,
  .grid_8,
  .grid_7,
  .grid_3 {
    width: 100%;
    margin-right: 0;
  }
  .grid_6:first-child,
  .grid_4:first-child,
  .grid_5:first-child,
  .grid_8:first-child,
  .grid_7:first-child,
  .grid_3:first-child {
    padding-bottom: clamp(75px, 9vw, 150px);
  }
  .m-mb {
    margin-bottom: clamp(75px, 9vw, 150px);
  }
  .m-pb {
    padding-bottom: clamp(75px, 9vw, 150px);
  }
  .pbm2 {
    padding-bottom: clamp(75px, 9vw, 150px);
  }
  h2,
  p {
    max-width: 100% !important;
  }
  .sticky {
    position: initial;
    top: initial;
    margin-bottom: initial;
  }
  footer .row:last-child img {
    padding: 0;
    width: 120px;
    margin: 0 0 30px 0;
  }
  footer .row:last-child .grid_6:first-child {
    padding-bottom: 0;
  }
  footer p.head {
    padding-bottom: 5px;
    padding-top: 15px;
  }
  header {
    padding: 20px;
    top: auto;
    bottom: 0;
  }
  header .header-logo-holder {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    margin: auto;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
  }
  header.visible {
    border-bottom: 0;
    border-top: 1px solid rgba(56, 54, 56, 0.3);
  }
  header.visible .header-logo-holder {
    background-color: #F6F6F6;
  }
  header.visible.active_nav {
    border: 0;
  }
  header.visible.active_nav .header-logo-holder {
    background-color: #CFDFD7;
  }
  img.pbm {
    padding-bottom: 0;
  }
  #landing .main-logo {
    max-width: calc(100% - 40px);
  }
  .preloader img {
    max-width: calc(100% - 40px);
  }
  .center-align {
    text-align: left;
  }
  .btn span:first-child {
    height: 100%;
  }
  .m-pt0 {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
  h1 br {
    display: none;
  }
  #page-home h1 {
    font-size: 36px;
  }
  p {
    padding-bottom: 0;
  }
}
/*# sourceMappingURL=style.css.map */