/*!*****************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./production/src/style.scss ***!
  \*****************************************************************************************************************************************************************/
@charset "UTF-8";
html {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}
html.height-100 {
  height: 100%;
}

body {
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.height-100 body {
  height: 100%;
}
body.no-scroll {
  overflow-y: hidden;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.register {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 700px) {
  .register {
    padding-right: 0;
    padding-left: 0;
  }
}

.registration-form {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.registration-form.disable {
  opacity: 0.5;
}
.registration-form .flex {
  width: auto;
  margin-right: -30px;
  margin-left: -30px;
}
.registration-form .reg-col {
  width: 50%;
  margin-bottom: 30px;
  padding-right: 30px;
  padding-left: 30px;
}
.registration-form .reg-consent {
  width: 100%;
  padding-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
}
.registration-form .reg-disclaimer {
  text-align: center;
}
.registration-form .reg-submit {
  width: 100%;
  padding-top: 30px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}
@media only screen and (max-width: 700px) {
  .registration-form .flex {
    margin-right: 0;
    margin-left: 0;
  }
  .registration-form .reg-col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .registration-form .reg-consent {
    padding-top: 8px;
    padding-right: 0;
    padding-left: 0;
  }
  .registration-form .reg-submit {
    padding-right: 0;
    padding-left: 0;
  }
}

input,
select,
textarea,
button.submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 0;
  outline: none;
  border: 0;
}

input[type=text],
input[type=email],
textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding-top: 5px;
  background: transparent;
  border-bottom: 1px solid #ffffff;
  color: #234c5a;
  font-size: 16px;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
}
input[type=text].error,
input[type=email].error,
textarea.error {
  border-bottom-color: #f8a134;
}
textarea {
  resize: none;
}

.register-select-hidden {
  position: relative;
  height: 0;
  overflow: hidden;
}

.register-select {
  position: relative;
  white-space: nowrap;
}

.register-select-field {
  position: relative;
  width: 100%;
  height: 40px;
  padding-top: 10px;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
}
.register-select-field:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 9;
  top: 10px;
  right: 2px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.register-select-field.error {
  border-bottom-color: #f8a134;
}
.register-select-field.error:after {
  border-top-color: #f8a134;
  border-right-color: #f8a134;
}

.register-select-label {
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.has-value .register-select-label {
  -webkit-transform: translateY(-110%) scale(0.7);
          transform: translateY(-110%) scale(0.7);
}

.register-select-menu {
  display: none;
  position: absolute;
  z-index: 99;
  top: 40px;
  left: 0;
  width: 100%;
  max-height: 200px;
  background-color: #c3d6da;
  overflow: auto;
  -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.2);
}

.register-select-item {
  height: 40px;
  padding-top: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: #c7dbdf;
  border-bottom: 1px solid #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.register-select-item:hover:not(.is-selected) {
  background-color: #b0ccd2;
}
.register-select-item.is-selected {
  background-color: #234c5a;
  color: #ffffff;
}

.register-select-label,
.register-select-item,
.register-select-detail {
  color: #234c5a;
  font-size: 16px;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.02em;
}

.register-select-detail {
  color: #234c5a;
}

.qualifier {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.qualifier label {
  display: inline-block;
  position: relative;
  padding-top: 1px;
  padding-left: 28px;
  cursor: pointer;
  color: #234c5a;
  font-weight: 400;
  font-size: 11px;
  line-height: 1.3333333333em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.02em;
}

.custom-check {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  border: 1px solid #ffffff;
}
.custom-check .check {
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
}
.custom-check .check:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  opacity: 0;
}
.custom-check input[type=checkbox] {
  visibility: hidden;
}
.custom-check input[type=checkbox]:checked + .check:after {
  opacity: 1;
}

.qualifier.error .custom-check {
  border: 1px solid #f8a134;
}

.reg-disclaimer {
  max-width: 455px;
  margin-right: auto;
  margin-left: auto;
  color: #234c5a;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.3333333333em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
}

button.submit {
  display: inline-block;
  padding-bottom: 5px;
  background-color: transparent;
  border-bottom: 2px solid #f8a134;
  color: #234c5a;
  font-weight: 400;
  font-size: 28px;
  line-height: 1em;
  font-family: abril-fatface, Times, Geneva, serif;
}

::-webkit-input-placeholder { /* Safari, Chrome and Opera */
  color: #234c5a;
  font-size: 16px;
}

:-moz-placeholder { /* Firefox 18- */
  color: #234c5a;
  font-size: 16px;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #234c5a;
  font-size: 16px;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #234c5a;
  font-size: 16px;
}

::-ms-input-placeholder { /* Edge */
  color: #234c5a;
  font-size: 16px;
}

:-moz-placeholder-shown { /* Standard one last! */
  color: #234c5a;
  font-size: 16px;
}

:-ms-input-placeholder { /* Standard one last! */
  color: #234c5a;
  font-size: 16px;
}

:placeholder-shown { /* Standard one last! */
  color: #234c5a;
  font-size: 16px;
}

.no-touchevents button.submit {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
#recaptcha,
.grecaptcha-badge {
  visibility: hidden;
}

.app {
  position: relative;
  width: 100%;
}
.height-100 .app {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .app {
    padding-top: 50px;
  }
}

.section {
  position: relative;
  width: 100%;
}

.column {
  padding-right: 20px;
  padding-left: 20px;
}

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6,
.column-7 {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-1 {
  max-width: 610px;
}

.column-2 {
  max-width: 780px;
}

.column-3 {
  max-width: 910px;
}

.column-4 {
  max-width: 1050px;
}

.column-5 {
  max-width: 1140px;
}

.column-6 {
  max-width: 1366px;
}

.column-7 {
  max-width: 1920px;
}

.img-blk img {
  display: block;
  width: 100%;
  height: auto;
}

.img-inl img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-svg {
  position: relative;
}
.img-svg img,
.img-svg svg {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.col-lg-12 {
  width: 100%;
  float: left;
}

.col-lg-10 {
  width: 83.333333%;
  float: left;
}

.col-lg-9 {
  width: 75%;
  float: left;
}

.col-lg-8 {
  width: 66.666667%;
  float: left;
}

.col-lg-7 {
  width: 58.333333%;
  float: left;
}

.col-lg-6 {
  width: 50%;
  float: left;
}

.col-lg-5 {
  width: 41.666667%;
  float: left;
}

.col-lg-4 {
  position: relative;
  width: 33.333333%;
  float: left;
}

.col-lg-3 {
  width: 25%;
  float: left;
}

.col-lg-2 {
  width: 16.666667%;
  float: left;
}

@media only screen and (max-width: 768px) {
  .col-md-4 {
    width: 33.333333%;
    float: left;
  }
  .col-md-6 {
    width: 50%;
    float: left;
  }
  .col-md-8 {
    width: 66.666667%;
    float: left;
  }
  .col-md-9 {
    width: 75%;
    float: left;
  }
  .col-md-12 {
    width: 100%;
    float: none;
  }
}
@media only screen and (max-width: 700px) {
  .col-sm-12 {
    width: 100%;
    float: none;
  }
  .col-sm-4 {
    width: 33.333333%;
    float: left;
  }
}
.table {
  display: table;
}

.table-row {
  display: table-row;
}

.table-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.table.table-100 {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.table-reverse .table-cell:first-child {
  left: 50%;
}

.table-reverse .table-cell:last-child {
  left: -50%;
}

.cell-50 .table-cell {
  width: 50%;
}

.cell-txt {
  padding-top: 50px;
  padding-right: 20px;
  padding-bottom: 50px;
  padding-left: 20px;
}

.cell-txt-limit {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .table-md-block {
    display: block;
  }
  .table-md-block .table-row, .table-md-block .table-cell {
    display: block;
  }
  .table-reverse .table-cell:first-child {
    left: auto;
  }
  .table-reverse .table-cell:last-child {
    left: auto;
  }
  .cell-50 .table-cell {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  .cell-txt {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cel-lg-1 {
  width: 8.333333%;
}

.cel-lg-2 {
  width: 16.666667%;
}

.cel-lg-3 {
  width: 25%;
}

.cel-lg-4 {
  width: 33.333333%;
}

.cel-lg-5 {
  width: 41.666667%;
}

.is-tablet {
  display: none;
}

.is-mobile {
  display: none;
}

@media only screen and (max-width: 768px) {
  .no-tablet {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .no-mobile {
    display: none;
  }
  .is-mobile {
    display: block;
  }
}
.flex-inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media only screen and (max-width: 700px) {
  .flex-inline {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex.flex-100 {
  width: 100%;
}
.flex.flex-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.flex.eq-cols {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex-wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.flex.flex-justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex-align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex-cols {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex.flex-cols .row-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.flex.flex-cols .row-0 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.flex .cen-h {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}
.flex .col {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.flex .col-fl-8 {
  position: relative;
  width: 66.666667%;
}
.flex .col-fl-6 {
  position: relative;
  width: 50%;
}
.flex .col-fl-4 {
  position: relative;
  width: 33.333333%;
}
.flex .col-fl-70 {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.flex .col-fl-60 {
  position: relative;
  width: 60%;
}
.flex .col-fl-40 {
  position: relative;
  width: 40%;
}
.flex .col-fl-30 {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 325px;
      -ms-flex: 0 0 325px;
          flex: 0 0 325px;
}
.flex.has-cols .col-fl-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .flex .flex .col-fl-sd-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .flex .col-fl-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 275px;
        -ms-flex: 0 0 275px;
            flex: 0 0 275px;
  }
}
@media only screen and (max-width: 768px) {
  .flex .col-fl-md-12 {
    width: 100%;
  }
  .flex .col-fl-md-6 {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  .flex.flex-wrap-sm {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex.flex-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex .col-fl-30 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .flex .col-fl-sm-12 {
    width: 100%;
  }
}

h1,
h2 {
  color: #234c5a;
  font-weight: 400;
  line-height: 1.2em;
  font-family: abril-fatface, Times, Geneva, serif;
  letter-spacing: 0;
}

h1 {
  font-size: 50px;
}
@media only screen and (max-width: 990px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 700px) {
  h1 {
    font-size: 32px;
  }
}

.col-text h1:not(:last-child),
.row-title h1:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 700px) {
  .col-text h1,
  .row-title h1 {
    font-size: 32px;
  }
}

h2 {
  font-size: 32px;
}
@media only screen and (max-width: 700px) {
  h2 {
    font-size: 21px;
  }
}

.col-text h2 {
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  .col-text h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .col-text h2 {
    margin-bottom: 10px;
    font-size: 21px;
  }
}

p {
  color: #234c5a;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4444444444em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
}
p:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (max-width: 900px) {
  p {
    font-size: 16px;
  }
}

p.accent {
  font-weight: 600;
  line-height: 1.3333333333em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 990px) {
  p.accent {
    font-size: 14px;
  }
}

p.intro {
  font-size: 21px;
  line-height: 1.5em;
}
@media only screen and (max-width: 700px) {
  p.intro {
    font-size: 18px;
  }
}

/*li {
	margin-bottom: 10px;
	padding-left: 23px;

	&:before {
	    content: '\2014';
	    display: inline-block;
	    width: 23px;
	    margin-left: -23px;
	}
}*/
.link-arrow {
  position: relative;
  padding-right: 0.9em;
  color: #234c5a;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.link-arrow:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.35em;
  width: 0.6em;
  height: 0.6em;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: inherit;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: inherit;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.link-arrow-down {
  position: relative;
  padding-bottom: 0.9em;
  color: #234c5a;
  font-weight: 600;
  font-size: 18px;
  line-height: 1em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.link-arrow-down:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: inherit;
  border-right-width: 2px;
  border-right-style: solid;
  border-right-color: inherit;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.link-blk,
.tile-download {
  position: relative;
  display: inline-block;
  padding-top: 18px;
  padding-right: 30px;
  padding-bottom: 18px;
  padding-left: 30px;
  background-color: #234c5a;
  color: #f8a134;
  font-weight: 700;
  font-size: 16px;
  line-height: 1em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (max-width: 700px) {
  .link-blk,
  .tile-download {
    padding-top: 14px;
    padding-right: 25px;
    padding-bottom: 14px;
    padding-left: 25px;
    font-size: 12px;
  }
}

.tile-download {
  display: block;
  width: 100%;
  padding-top: 18px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  .tile-download {
    font-size: 11px;
  }
}

.disclaimer {
  color: #000000;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.2em;
  font-family: abril-fatface, Times, Geneva, serif;
  letter-spacing: 0;
}

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

b {
  font-weight: 700;
}

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

.is-color-1 {
  background-color: #234c5a;
}
.is-color-1 h1,
.is-color-1 h2,
.is-color-1 p.accent {
  color: #ffffff;
}
.is-color-1 p {
  color: #ffffff;
}
.is-color-1 .link-arrow {
  color: #ffffff;
}

.is-color-3 {
  background-color: #b0ccd2;
}

.is-color-4 {
  background-color: #c7dbdf;
}

.no-touchevents .link-arrow:after {
  -webkit-transition: right 0.2s linear;
  transition: right 0.2s linear;
}
.no-touchevents .link-arrow:hover:after {
  right: -5px;
}
.no-touchevents .link-arrow-down:after {
  -webkit-transition: bottom 0.2s linear;
  transition: bottom 0.2s linear;
}
.no-touchevents .link-arrow-down:hover:after {
  bottom: -5px;
}
.no-touchevents .link-blk {
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.no-touchevents .link-blk:hover {
  background-color: #f8a134;
  color: #234c5a;
}

.nav {
  position: absolute;
  z-index: 99;
  top: 0;
  left: 0;
  width: 600px;
  height: 202px;
}
.nav .nav-bar {
  padding-bottom: 33.6666666667%;
}
.nav .nav-bar .icon-nav-mobile {
  display: none;
}
.nav .nav-icon {
  top: 55px;
  left: 20px;
}
.nav .nav-logo {
  position: absolute;
  top: 25px;
  left: 70px;
  width: 155px;
  height: 75px;
}
.nav .nav-logo a {
  display: block;
}
@media only screen and (max-width: 990px) {
  .nav {
    width: 505px;
    height: 170px;
  }
  .nav .nav-icon {
    top: 40px;
    left: 10px;
  }
  .nav .nav-logo {
    position: absolute;
    top: 10px;
    left: 50px;
    width: 155px;
    height: 75px;
  }
  .nav .nav-logo a {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .nav {
    display: none;
  }
}

.nav-fixed {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  background-color: #234c5a;
}
.nav-fixed .col {
  position: relative;
}
.nav-fixed .nav-icon {
  top: 5px;
  left: 0px;
}
.nav-fixed .nav-logo {
  position: relative;
  left: 40px;
  width: 68px;
  height: 25px;
}
.nav-fixed .nav-logo a {
  display: block;
}
.nav-fixed .nav-register a {
  position: relative;
  display: inline-block;
  padding-top: 11px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  background-color: #f8a134;
  border: 1px solid #f8a134;
  color: #234c5a;
  font-weight: 700;
  font-size: 12px;
  line-height: 1em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .nav-fixed {
    display: block;
  }
}

.nav-icon {
  position: absolute;
  z-index: 999;
  width: 30px;
  height: 20px;
  cursor: pointer;
}
.nav-icon .barre {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #f8a134;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-icon .barre:nth-child(2) {
  top: 9px;
}
.nav-icon .barre:nth-child(3) {
  top: 18px;
}
.js-menu-nav .nav-icon .barre:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.js-menu-nav .nav-icon .barre:nth-child(2) {
  opacity: 0;
}
.js-menu-nav .nav-icon .barre:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.nav-menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #234c5a;
  text-align: center;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/production/src/images/graphics/nav-background.png);
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}
.nav-menu .flex {
  position: relative;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
}
.nav-menu .menu {
  position: relative;
}
.nav-menu ul {
  position: relative;
}
.nav-menu li:not(:last-child) {
  margin-bottom: 50px;
}
.nav-menu li a {
  position: relative;
  color: #234c5a;
  font-weight: 700;
  font-size: 24px;
  line-height: 1em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.nav-menu li.nav-blk:not(:last-child) {
  margin-bottom: 40px;
}
.nav-menu li.nav-blk a {
  display: inline-block;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  background-color: #f8a134;
}
.nav-menu .nav-menu-close {
  position: absolute;
  top: 20px;
  left: 17px;
  width: 25px;
  height: 22px;
  cursor: pointer;
}
.nav-menu .nav-menu-close .barre {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #234c5a;
}
.nav-menu .nav-menu-close .barre:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.nav-menu .nav-menu-close .barre:nth-child(2) {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 700px) {
  .nav-menu .nav-menu-close {
    top: 10px;
    left: 7px;
  }
}
.nav-menu .nav-mobile {
  display: none;
}
@media only screen and (max-width: 768px) {
  .nav-menu {
    -webkit-transform: translate(-100%, 0);
            transform: translate(-100%, 0);
  }
  .nav-menu .nav-mobile {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .nav-menu li:not(:last-child) {
    margin-bottom: 40px;
  }
  .nav-menu li a {
    position: relative;
    color: #234c5a;
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }
  .nav-menu li.nav-blk:not(:last-child) {
    margin-bottom: 30px;
  }
  .nav-menu li.nav-blk a {
    padding-top: 14px;
    padding-right: 24px;
    padding-bottom: 14px;
    padding-left: 24px;
  }
}

.js-menu .nav-menu {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.no-touchevents .nav-fixed .nav-register a {
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}
.no-touchevents .nav-fixed .nav-register a:hover {
  background-color: transparent;
  color: #f8a134;
}
.no-touchevents li:not(.nav-blk) a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.no-touchevents li:not(.nav-blk) a:hover {
  color: #f8a134;
}
.no-touchevents li.nav-blk a {
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.no-touchevents li.nav-blk a:hover {
  background-color: #234c5a;
  color: #f8a134;
}

.page-location li:not(:last-child) .nav-menu-location,
.page-interiors li:not(:last-child) .nav-menu-interiors,
.page-floorplans li:not(:last-child) .nav-menu-floorplans,
.page-amenities li:not(:last-child) .nav-menu-amenities,
.page-team li:not(:last-child) .nav-menu-team {
  opacity: 0.5;
}
.page-location li:not(:last-child) .nav-menu-location:hover,
.page-interiors li:not(:last-child) .nav-menu-interiors:hover,
.page-floorplans li:not(:last-child) .nav-menu-floorplans:hover,
.page-amenities li:not(:last-child) .nav-menu-amenities:hover,
.page-team li:not(:last-child) .nav-menu-team:hover {
  color: #234c5a;
}

.footer-register {
  background-color: #234c5a;
  background-image: url(images/production/src/images/graphics/footer-background.png);
  background-size: cover;
}
.footer-register .column-footer-register {
  position: relative;
  width: 100%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}
.footer-register h2 {
  margin-bottom: 20px;
}
.footer-register p:not(:last-child) {
  margin-bottom: 30px;
}
.footer-register .link-blk {
  padding-top: 18px;
  padding-right: 30px;
  padding-bottom: 18px;
  padding-left: 30px;
  background-color: #f8a134;
  color: #234c5a;
}
@media only screen and (max-width: 700px) {
  .footer-register .link-blk {
    padding-top: 14px;
    padding-right: 25px;
    padding-bottom: 14px;
    padding-left: 25px;
  }
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #234c5a;
}
footer .column {
  padding-right: 40px;
  padding-left: 40px;
}
footer .col-fl-footer:first-child {
  padding-right: 40px;
}
footer .col-fl-footer:first-child .col:first-child {
  padding-right: 40px;
}
footer .col-fl-footer:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
footer .col p {
  margin-bottom: 0;
  color: #ffffff;
}
footer .col p b {
  font-weight: 600;
}
footer .footer-text p {
  white-space: nowrap;
}
footer .col .footer-title {
  margin-bottom: 10px;
  text-transform: uppercase;
}
footer .col .footer-accent {
  margin-top: 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
footer .col .footer-accent .accent {
  color: #f8a134;
}
footer .footer-logos {
  text-align: right;
  margin-bottom: 25px;
}
footer .footer-logos span {
  display: inline-block;
  vertical-align: middle;
}
footer .footer-logos span:first-child {
  margin-right: 30px;
}
footer .footer-logos a {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
footer .footer-logos .footer-logo-rennie {
  width: 90px;
}
footer .disclaimer {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  text-align: right;
}
footer .disclaimer p {
  color: #b0ccd2;
  font-size: 8px;
}
@media only screen and (max-width: 1100px) {
  footer .column-7 > .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .col-fl-footer:first-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 50px;
    padding-right: 0;
  }
  footer .col-fl-footer:first-child > .flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .col-fl-footer:last-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  footer .footer-logos {
    text-align: center;
  }
  footer .disclaimer {
    margin-right: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 700px) {
  footer {
    padding-top: 50px;
    padding-bottom: 20px;
    text-align: center;
  }
  footer .column {
    padding-right: 20px;
    padding-left: 20px;
  }
  footer .col-fl-footer:first-child .flex {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  footer .col-fl-footer:first-child > .flex > .col:first-child {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  footer .col-fl-footer:first-child .col:first-child {
    padding-right: 0;
  }
  footer .col-fl-footer:first-child > .flex > .flex .col:first-child {
    margin-bottom: 20px;
  }
  footer .footer-text p {
    white-space: normal;
  }
  footer .footer-logos {
    text-align: center;
  }
  footer .footer-logos span:first-child {
    display: block;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.no-touchevents .footer-register .link-blk:hover {
  background-color: #234c5a;
  color: #f8a134;
}

.banner {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #b0ccd2;
  text-align: center;
}
.banner p {
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .banner p {
    font-size: 12px;
  }
}

html[lang=zh] .banner p {
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  html[lang=zh] .banner p {
    font-size: 12px;
  }
}

.section-hero {
  position: relative;
}
.section-hero .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #234c5a;
}
.section-hero .hero-background.is-color-2 {
  background-color: #8fb7be;
}
.section-hero .hero-background.is-color-3 {
  background-color: #b0ccd2;
}
.section-hero .hero-background.is-color-4 {
  background-color: #b0ccd2;
}
.section-hero .column-hero-text {
  padding-right: 135px;
  padding-left: 135px;
}
.section-hero .column-1 {
  padding-top: 75px;
  padding-bottom: 50px;
  text-align: center;
}
.section-hero p {
  margin-bottom: 40px;
}
@media only screen and (min-width: 1366px) {
  .section-hero .column {
    padding-right: 40px;
    padding-left: 40px;
  }
  .section-hero .column-5 {
    max-width: 1366px;
  }
}
@media only screen and (max-width: 900px) {
  .section-hero .column-hero-text {
    padding-right: 95px;
    padding-left: 95px;
  }
}
@media only screen and (max-width: 700px) {
  .section-hero .column-hero-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-hero .column-1 {
    padding-bottom: 30px;
  }
  .section-hero p {
    margin-bottom: 30px;
  }
}

.page-home .section-hero-image,
.page-gallery .section-hero-image {
  position: relative;
  z-index: 1;
  width: 100%;
  background-color: #b0ccd2;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
}
.page-home .section-hero-image:before,
.page-gallery .section-hero-image:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.3) 100%);
}
.page-home .section-hero-image:after,
.page-gallery .section-hero-image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.scroll {
  position: relative;
  width: 50px;
  height: 50px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.scroll:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.section-hero-image .scroll {
  position: absolute;
  z-index: 1;
  bottom: 20px;
  left: 50%;
  margin-left: -25px;
}
.section-hero-image .scroll:after {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .section-hero-image .scroll {
    bottom: 5px;
  }
}
.img-blk {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.img-blk img {
  display: block;
  width: 100%;
  height: auto;
}

.has-ani {
  will-change: transform;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.has-ani.has-ani-y {
  top: 100px;
}

.amenity-icon {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #234c5a;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.amenity-icon.is-animating:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  left: -7px;
  top: -7px;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  border: 3px solid #234c5a;
  -webkit-animation: icon 1s ease-out infinite;
          animation: icon 1s ease-out infinite;
}

.has-icons.is-color-2 .amenity-icon {
  background-color: #8fb7be;
}
.has-icons.is-color-2 .amenity-icon.is-animating:after {
  border-color: #8fb7be;
}

.has-icons.is-color-3 .amenity-icon {
  background-color: #b0ccd2;
}
.has-icons.is-color-3 .amenity-icon.is-animating:after {
  border-color: #b0ccd2;
}

@-webkit-keyframes icon {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}

@keyframes icon {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.map-text {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.map-text h3,
.map-text p {
  color: #234c5a;
}
.map-text h3 {
  margin-bottom: 5px;
}
.map-text p {
  margin-bottom: 0;
  font-size: 12px;
}
.map-text p:not(:last-child) {
  margin-bottom: 5px;
}
.map-text p b {
  text-transform: uppercase;
}

html[lang=zh] .map-text p {
  font-size: 14px;
}

.map-text {
  z-index: 1;
  width: 180px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
  padding-right: 20px;
  padding-left: 20px;
}
.map-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
}
.map-text.anchor-top {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.map-text.anchor-top:before {
  bottom: 0;
}
.map-text.anchor-bottom {
  margin-top: -30px;
  padding-top: 30px;
  padding-bottom: 20px;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.map-text.anchor-bottom:before {
  top: 0;
}
.map-text.anchor-left {
  margin-left: -20px;
}
.map-text.anchor-right {
  margin-left: 20px;
}
.map-text.anchor-top:after, .map-text.anchor-bottom:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -20px;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: #ffffff transparent transparent transparent;
  /*box-shadow: 0 0 15px rgba(0,0,0,1);*/
}
.map-text.anchor-top:after {
  top: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.map-text.anchor-bottom:after {
  bottom: -20px;
}
.map-text.anchor-top.anchor-left:after {
  left: 0;
  margin-left: 0;
}
.map-text.anchor-top.anchor-right:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
.map-text.anchor-bottom.anchor-left:after {
  left: 0;
  margin-left: 0;
}
.map-text.anchor-bottom.anchor-right:after {
  left: auto;
  right: 0;
  margin-left: 0;
}
@media only screen and (max-width: 700px) {
  .map-text .map-text {
    width: 75%;
    /*&.anchor-top:after,
    &.anchor-bottom:after {
    	display:none;
    }*/
  }
  .map-text .map-text p {
    font-size: 14px;
  }
}

.is-color-2 .map-text:before {
  background-color: #8fb7be;
}

.is-color-3 .map-text:before {
  background-color: #b0ccd2;
}

.matterport {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  background-color: rgba(0, 0, 0, 0.6);
}
.matterport .matterport-row {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.matterport iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 700px) {
  .matterport {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
}

.matterport-close {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.matterport-close .icon-close {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}
.matterport-close .icon-close .barre {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
}
.matterport-close .icon-close .barre:nth-child(1) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.matterport-close .icon-close .barre:nth-child(2) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 700px) {
  .matterport-close {
    width: 30px;
    height: 30px;
  }
}

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  padding-left: 40px;
  background-color: rgba(0, 0, 0, 0.6);
}
.popup .popup-row {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.popup .popup-banner {
  position: relative;
  display: inline-block;
  max-width: 600px;
  padding-top: 75px;
  padding-right: 75px;
  padding-bottom: 75px;
  padding-left: 75px;
  background-color: #ffffff;
}
.popup .img-blk {
  margin-bottom: 40px;
}
.popup p {
  margin-bottom: 0;
}
.popup a {
  display: inline-block;
}
.popup a.link-blk {
  color: #ffffff;
  font-size: 14px;
}
@media only screen and (max-width: 700px) {
  .popup {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .popup .popup-banner {
    padding-top: 50px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .popup .img-blk {
    margin-bottom: 40px;
  }
  .popup a.link-blk {
    color: #ffffff;
    font-size: 12px;
  }
}

.popup-close {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.popup-close .icon-close {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
}
.popup-close .icon-close .barre {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #234c5a;
}
.popup-close .icon-close .barre:nth-child(1) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.popup-close .icon-close .barre:nth-child(2) {
  top: calc(50% - 1px);
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 700px) {
  .popup-close {
    width: 30px;
    height: 30px;
  }
}

.standard-gallery {
  position: relative;
  z-index: 0;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.standard-gallery-item,
.standard-gallery-item .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height:100%;*/
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-position: 50% 50%;
  background-size: cover;
}

.fxRollX,
.fxRollX .image {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-timing-function: cubic-bezier(0.62, 0.12, 0.52, 0.94);
  animation-timing-function: cubic-bezier(0.62, 0.12, 0.52, 0.94);
  will-change: transform;
}

.fxRollX .image {
  background-origin: padding-box;
  background-clip: border-box;
}

.fxRollX {
  overflow: hidden;
}

.fxRollX.active,
.fxRollX.active .image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.fxRollX.navInNext {
  z-index: 10;
  -webkit-animation-name: rollInXNext;
  animation-name: rollInXNext;
}

.fxRollX.navInNext .image {
  -webkit-animation-name: rollInXPrev;
  animation-name: rollInXPrev;
}

.fxRollX.navOutNext {
  z-index: 9;
  -webkit-animation-name: rollOutXNext;
  animation-name: rollOutXNext;
}

.fxRollX.navOutNext .image {
  -webkit-animation-name: rollOutXPrev;
  animation-name: rollOutXPrev;
}

.fxRollX.navInPrev {
  z-index: 10;
  -webkit-animation-name: rollInXPrev;
  animation-name: rollInXPrev;
}

.fxRollX.navInPrev .image {
  -webkit-animation-name: rollInXNext;
  animation-name: rollInXNext;
}

.fxRollX.navOutPrev {
  z-index: 9;
  -webkit-animation-name: rollOutXPrev;
  animation-name: rollOutXPrev;
}

.fxRollX.navOutPrev .image {
  -webkit-animation-name: rollOutXNext;
  animation-name: rollOutXNext;
}

@-webkit-keyframes rollInXNext {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rollInXNext {
  from {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rollOutXNext {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes rollOutXNext {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes rollInXPrev {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes rollInXPrev {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes rollOutXPrev {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes rollOutXPrev {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.section-standard {
  padding-top: 150px;
  padding-bottom: 150px;
}
.section-standard .column-1.text-cen:not(:last-child) {
  padding-bottom: 125px;
}
@media only screen and (max-width: 900px) {
  .section-standard {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-standard .column-1.text-cen:not(:last-child) {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .section-standard {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .section-standard .column-1.text-cen:not(:last-child) {
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 700px) {
  .section-standard {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section-standard .column-1.text-cen:not(:last-child) {
    padding-bottom: 50px;
  }
}

.section-row > div:last-child {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 990px) {
  .section-row > div:last-child {
    padding-top: 75px;
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 900px) {
  .section-row > div:last-child {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .section-row > div:last-child {
    padding-top: 50px;
    padding-bottom: 75px;
  }
}
@media only screen and (max-width: 700px) {
  .section-row {
    padding-top: 0;
  }
  .section-row > div:last-child {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.flex .col-text,
.flex-inline .col-text {
  padding-right: 30px;
  padding-left: 30px;
}
.flex .col-text .text,
.flex-inline .col-text .text {
  max-width: 350px;
  margin-right: auto;
  margin-left: auto;
}
.flex .row-title,
.flex-inline .row-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-right: 30px;
  text-align: right;
}
.flex .row-title .title,
.flex-inline .row-title .title {
  display: inline-block;
  text-align: left;
  white-space: nowrap;
}
.flex .row-text,
.flex-inline .row-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 380px;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
  padding-left: 30px;
}
.flex .row-text .text,
.flex-inline .row-text .text {
  max-width: 350px;
  text-align: left;
}
.flex .col-image,
.flex-inline .col-image {
  padding-right: 100px;
}
.flex .col-image .image,
.flex-inline .col-image .image {
  position: relative;
}
.flex .col-image .image img,
.flex-inline .col-image .image img {
  display: block;
  width: 100%;
  height: auto;
}
.flex .col-image .image .inset-image,
.flex-inline .col-image .image .inset-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
  height: auto;
  -webkit-transform: translate(50%, 30%);
          transform: translate(50%, 30%);
}
.flex.flex-reverse .col-image,
.flex-inline.flex-reverse .col-image {
  padding-right: 0;
  padding-left: 100px;
}
@media only screen and (max-width: 990px) {
  .flex .col-image,
  .flex-inline .col-image {
    padding-right: 75px;
  }
  .flex .row-title,
  .flex-inline .row-title {
    padding-right: 20px;
  }
  .flex .row-text,
  .flex-inline .row-text {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 370px;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    padding-left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .flex .col-text,
  .flex-inline .col-text {
    padding-left: 30px;
  }
  .flex.flex-reverse .col-text,
  .flex-inline.flex-reverse .col-text {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .flex .col-text,
  .flex-inline .col-text {
    padding-top: 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .flex .col-text .text,
  .flex-inline .col-text .text {
    max-width: 100%;
    margin-right: 0;
  }
  .is-100 .flex .col-text,
  .is-100 .flex-inline .col-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .flex.flex-reverse .col-text,
  .flex-inline.flex-reverse .col-text {
    padding-right: 0;
    padding-left: 0;
  }
  .flex.flex-reverse .col-text .text,
  .flex-inline.flex-reverse .col-text .text {
    margin-left: 0;
  }
  .flex .col-image,
  .flex-inline .col-image {
    padding-right: 0;
    padding-left: 0;
  }
  .flex .col-image .image .inset-image,
  .flex-inline .col-image .image .inset-image {
    display: none;
  }
  .flex.flex-reverse .col-image,
  .flex-inline.flex-reverse .col-image {
    padding-right: 0;
  }
  .flex.has-rows,
  .flex-inline.has-rows {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .flex .row-title,
  .flex-inline .row-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: left;
  }
  .flex .row-title .title,
  .flex-inline .row-title .title {
    display: block;
    white-space: normal;
  }
  .flex .row-text,
  .flex-inline .row-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin-top: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .flex .row-text .text,
  .flex-inline .row-text .text {
    max-width: 100%;
  }
}

.section-cols .col-fl-4 {
  margin-bottom: 50px;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (max-width: 768px) {
  .section-cols .col-fl-4 {
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 700px) {
  .section-cols .col-fl-4 {
    margin-bottom: 20px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
}

.section-register {
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/production/src/images/graphics/register-background.png);
}
.section-register .register-text {
  position: relative;
  width: 100%;
  max-width: 490px;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
}
.section-register .register-text h1 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 900px) {
  .section-register {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 768px) {
  .section-register {
    padding-top: 50px;
  }
  .section-register .register-text {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .section-register .register-text {
    max-width: 100%;
  }
}

.page-home .section-hero img.is-mobile {
  display: none;
}
.page-home .section-hero .book {
  position: absolute;
  top: 180px;
  left: 90px;
  width: 12.4450951684%;
  max-width: 170px;
}
@media only screen and (max-width: 990px) {
  .page-home .section-hero .book {
    top: 150px;
    left: 90px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .section-hero .book {
    top: 10px;
    left: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .page-home .section-hero img.is-desktop {
    display: none;
  }
  .page-home .section-hero img.is-mobile {
    display: block;
  }
  .page-home .section-hero .popup {
    left: auto;
    right: 0;
    width: 47.5841874085%;
  }
  .page-home .section-hero .book {
    top: 10px;
    left: 10px;
    width: 18.3016105417%;
  }
}
@media only screen and (max-width: 450px) {
  .page-home .section-hero .book {
    top: 5px;
    left: 5px;
    width: 25.6222547584%;
  }
}
.page-home .home-banner img.is-mobile {
  display: none;
}
@media only screen and (max-width: 700px) {
  .page-home .home-banner img:not(.is-mobile) {
    display: none;
  }
  .page-home .home-banner img.is-mobile {
    display: block;
  }
}
.page-home .section-intro .accent {
  max-width: 300px;
}
.page-home .section-intro .col-text .text {
  max-width: 310px;
}
@media only screen and (max-width: 900px) {
  .page-home .section-intro .accent {
    max-width: 270px;
  }
  .page-home .section-intro .col-text .text {
    max-width: 275px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .section-intro .flex {
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media only screen and (max-width: 700px) {
  .page-home .section-intro .accent {
    max-width: 100%;
  }
  .page-home .section-intro .col-text .text {
    max-width: 100%;
  }
}
.page-home .section-location {
  padding-bottom: 200px;
}
@media only screen and (max-width: 900px) {
  .page-home .section-location {
    padding-bottom: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .page-home .section-location {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 700px) {
  .page-home .section-location {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .page-home .section-location .column {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  .page-home .section-interiors .row-title h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .page-home .section-interiors .row-title h1 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 700px) {
  .page-home .section-amenities {
    padding-top: 0;
  }
}

.page-location .section-intro {
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-location .section-intro .column-1 {
  max-width: 470px;
}
.page-location .section-intro h1 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .page-location .section-intro {
    padding-top: 100px;
    padding-top: 100px;
  }
  .page-location .section-intro .column-1 {
    max-width: 420px;
  }
}
@media only screen and (max-width: 768px) {
  .page-location .section-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.page-location .section-aerial .img-svg {
  padding-bottom: 67.037037037%;
}
.page-location .section-aerial .img-svg svg > g,
.page-location .section-aerial .img-svg #line-2b,
.page-location .section-aerial .img-svg #line-3b,
.page-location .section-aerial .img-svg #line-4b,
.page-location .section-aerial .img-svg #line-7b,
.page-location .section-aerial .img-svg #line-8b,
.page-location .section-aerial .img-svg #line-9b,
.page-location .section-aerial .img-svg #silva1-lineb,
.page-location .section-aerial .img-svg #silva2-lineb,
.page-location .section-aerial .img-svg #silva3-lineb,
.page-location .section-aerial .img-svg #line-11b {
  opacity: 0;
}
.page-location .section-aerial .aerial-mobile {
  display: none;
}
.page-location .section-aerial .column {
  display: none;
}
.page-location .section-aerial .column-4 {
  padding-top: 100px;
  padding-bottom: 110px;
}
.page-location .section-aerial p {
  font-size: 16px;
}
.page-location .section-aerial .flex {
  margin-right: -20px;
  margin-left: -20px;
}
.page-location .section-aerial .col-fl-4 {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 990px) {
  .page-location .section-aerial .column-4 {
    padding-top: 75px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 900px) {
  .page-location .section-aerial .img-svg {
    padding-bottom: 88.2926829268%;
  }
  .page-location .section-aerial .aerial-mobile {
    display: block;
  }
  .page-location .section-aerial .aerial {
    display: none;
  }
  .page-location .section-aerial .column {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .page-location .section-aerial .column-4 {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .page-location .section-aerial .column-4 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
}
.page-location .section-neighbourhood .images {
  position: relative;
  padding-bottom: 99.0895295903%;
}
.page-location .section-neighbourhood .location-food {
  position: absolute;
  z-index: 9;
  top: 13.3231240429%;
  left: 0;
  width: 23.3687405159%;
}
.page-location .section-neighbourhood .location-food .image {
  padding-bottom: 149.3506493506%;
}
.page-location .section-neighbourhood .location-shopping {
  position: absolute;
  top: 0;
  left: 32.7769347496%;
  width: 30.0455235205%;
}
.page-location .section-neighbourhood .location-shopping .image {
  padding-bottom: 133.8383838384%;
}
.page-location .section-neighbourhood .location-dining {
  position: absolute;
  top: 43.6447166922%;
  left: 6.9802731411%;
  width: 55.842185129%;
}
.page-location .section-neighbourhood .location-dining .image {
  padding-bottom: 100%;
}
.page-location .section-neighbourhood .location-biking {
  position: absolute;
  top: 0;
  left: 65.8573596358%;
  width: 30.3490136571%;
}
.page-location .section-neighbourhood .location-biking .image {
  padding-bottom: 156%;
}
.page-location .section-neighbourhood .location-cooking {
  position: absolute;
  top: 50.8422664625%;
  left: 65.8573596358%;
  width: 34.1426403642%;
}
.page-location .section-neighbourhood .location-cooking .image {
  padding-bottom: 108.6274509804%;
}
.page-location .section-map .col-fl-40 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.page-location .section-map .col-fl-40 .text {
  width: 100%;
  max-width: 310px;
  margin-right: auto;
  margin-left: auto;
}
.page-location .section-map .col-fl-40 h2 {
  margin-bottom: 20px;
}
.page-location .section-map .col-fl-40 p {
  margin-bottom: 50px;
}
.page-location .section-map .col-fl-40 .legend-silva {
  width: 24.5714285714%;
  max-width: 86px;
  margin-bottom: 30px;
}
.page-location .section-map .col-fl-40 .legend {
  width: 70%;
  max-width: 245px;
}
@media only screen and (min-width: 1920px) {
  .page-location .section-map {
    margin-bottom: 150px;
  }
}
@media only screen and (max-width: 990px) {
  .page-location .section-map .col-fl-40 p {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .page-location .section-map .col-fl-40 h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .page-location .section-map .col-fl-40 p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .page-location .section-map .col-fl-40 {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .page-location .section-map .col-fl-40 .text {
    max-width: 100%;
  }
  .page-location .section-map .col-fl-40 h2 {
    font-size: 21px;
  }
  .page-location .section-map .col-fl-40 p {
    font-size: 16px;
  }
}

.page-interiors .section-intro {
  padding-top: 150px;
  padding-bottom: 150px;
}
.page-interiors .section-intro h1 {
  margin-bottom: 20px;
}
.page-interiors .section-intro .accent {
  width: 100%;
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 900px) {
  .page-interiors .section-intro {
    padding-top: 100px;
    padding-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .page-interiors .section-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 700px) {
  .page-interiors .section-intro h1 {
    margin-bottom: 10px;
  }
  .page-interiors .section-intro .accent {
    max-width: 300px;
  }
}
.page-interiors .section-interiors .column-1 {
  max-width: 575px;
  margin-bottom: 100px;
}
.page-interiors .section-interiors .column-5:not(:last-child) {
  margin-bottom: 150px;
}
.page-interiors .section-interiors .column-5:last-child .column-1 {
  max-width: 535px;
  margin-bottom: 75px;
}
.page-interiors .section-interiors .video {
  margin-top: 75px;
}
@media only screen and (max-width: 900px) {
  .page-interiors .section-interiors .column-1 {
    margin-bottom: 75px;
  }
  .page-interiors .section-interiors .column-5:last-child .column-1 {
    margin-bottom: 50px;
  }
  .page-interiors .section-interiors .video {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-interiors .section-interiors .column-1 {
    margin-bottom: 50px;
  }
  .page-interiors .section-interiors .column-5:not(:last-child) {
    margin-bottom: 50px;
  }
  .page-interiors .section-interiors .column-5:last-child .column-1 {
    margin-bottom: 30px;
  }
  .page-interiors .section-interiors .video {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 700px) {
  .page-interiors .section-interiors .column-1 {
    margin-bottom: 50px;
  }
  .page-interiors .section-interiors .column-5:not(:last-child) {
    margin-bottom: 50px;
  }
  .page-interiors .section-interiors .column-5:last-child .column-1 {
    max-width: 100%;
    text-align: left;
  }
}
.page-interiors .section-features .column-3 {
  max-width: 970px;
}
.page-interiors .section-features h1 {
  max-width: 550px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
}
.page-interiors .section-features .flex {
  margin-bottom: 10px;
}
.page-interiors .section-features .link-blk {
  padding-top: 17px;
  padding-right: 29px;
  padding-bottom: 17px;
  padding-left: 29px;
  background-color: #f8a134;
  border: 1px solid #f8a134;
  color: #234c5a;
}
@media only screen and (max-width: 768px) {
  .page-interiors .section-features h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .page-interiors .section-features .flex {
    margin-bottom: 20px;
  }
  .page-interiors .section-features .link-blk {
    padding-top: 13px;
    padding-right: 24px;
    padding-bottom: 13px;
    padding-left: 24px;
  }
}
.page-interiors .interiors-kitchen .standard-gallery,
.page-interiors .interiors-kitchen .standard-gallery-item,
.page-interiors .interiors-kitchen .standard-gallery-item .image {
  padding-bottom: 47.3843821077%;
}
.page-interiors .interiors-kitchen .icon-one {
  top: 15%;
  left: 20%;
}
.page-interiors .interiors-kitchen .icon-two {
  top: 37%;
  left: 80%;
}
.page-interiors .interiors-kitchen .icon-three {
  top: 58%;
  left: 61%;
}
.page-interiors .interiors-kitchen .icon-four {
  top: 59%;
  left: 73%;
}
.no-touchevents .section-features .link-blk:hover {
  background-color: transparent;
  color: #f8a134;
}

.page-floorplans .app {
  background-color: #d5e4e7;
}
.page-floorplans .section-intro {
  padding-top: 150px;
  padding-bottom: 20px;
}
.page-floorplans .section-intro h1 {
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  .page-floorplans .section-intro {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .page-floorplans .section-intro {
    padding-top: 50px;
  }
}
.page-floorplans .floorplan-legends {
  margin-top: 50px;
  text-align: center;
}
.page-floorplans .floorplan-legend {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  .page-floorplans .floorplan-legend {
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .page-floorplans .floorplan-legend {
    margin-right: 10px;
    margin-left: 10px;
  }
}
.page-floorplans .floorplan-legend-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.page-floorplans .floorplan-legend-icon.silva1 {
  background-color: #ebe717;
}
.page-floorplans .floorplan-legend-icon.silva2 {
  background-color: #ec477a;
}
.page-floorplans .floorplan-legend-icon.silva3 {
  background-color: #f8a134;
}
.page-floorplans .floorplan-legend-text {
  display: inline-block;
  margin-top: 2px;
  vertical-align: middle;
  color: #234c5a;
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.page-floorplans .floorplan-filter {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  cursor: pointer;
  color: #234c5a;
  padding-top: 5px;
  padding-right: 10px;
  padding-bottom: 5px;
  padding-left: 10px;
  border: 1px solid #234c5a;
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.page-floorplans .floorplan-filter.is-active {
  background-color: #234c5a;
  color: #ffffff;
}
@media only screen and (max-width: 700px) {
  .page-floorplans .floorplan-filter {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.page-floorplans .floorplan-filter-title {
  margin-right: 20px;
  color: #234c5a;
  font-weight: 400;
  font-size: 14px;
  line-height: 1em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .page-floorplans .floorplan-filter-title {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.page-floorplans .row-floorplan-tiles {
  position: relative;
}
.page-floorplans .row-floorplan-tiles .column {
  padding-top: 75px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 900px) {
  .page-floorplans .row-floorplan-tiles .column {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .page-floorplans .row-floorplan-tiles .column {
    padding-top: 50px;
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 700px) {
  .page-floorplans .row-floorplan-tiles .column {
    padding-bottom: 30px;
  }
}
.page-floorplans .floorplan-tiles .flex {
  width: auto;
  margin-right: -20px;
  margin-left: -20px;
}
.page-floorplans .floorplan-tiles .col-fl-4 {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .page-floorplans .floorplan-tiles .flex {
    margin-right: -10px;
    margin-left: -10px;
  }
  .page-floorplans .floorplan-tiles .col-fl-4 {
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
}
.page-floorplans .floorplan-tile {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  cursor: pointer;
}
.page-floorplans .floorplan-tile a {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-floorplans .floorplan-tile-plan {
  position: relative;
  padding-bottom: 116.66667%;
}
.page-floorplans .floorplan-tile-img {
  position: absolute;
  top: 50px;
  right: 40px;
  bottom: 30px;
  left: 40px;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.page-floorplans .floorplan-tile-type {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #234c5a;
  font-size: 32px;
  line-height: 1em;
  font-weight: 700;
  font-family: abril-fatface, Times, Geneva, serif;
}
.page-floorplans .floorplan-tile-text {
  padding-top: 15px;
  padding-right: 18px;
  padding-bottom: 15px;
  padding-left: 18px;
  background-color: #234c5a;
  color: #ffffff;
  font-size: 12px;
  line-height: 1em;
  font-weight: 600;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.page-floorplans .floorplan-tile-text .table-cell:last-child {
  text-align: right;
}
.page-floorplans [data-plan^=silva1] .floorplan-tile-text {
  background-color: #ebe717;
  color: #234c5a;
}
.page-floorplans [data-plan^=silva2] .floorplan-tile-text {
  background-color: #ec477a;
}
.page-floorplans [data-plan^=silva3] .floorplan-tile-text {
  background-color: #f8a134;
}
.page-floorplans .floorplan-modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  overflow: auto;
}
.page-floorplans .floorplan-modal-tile {
  position: relative;
  width: 100%;
  height: 100%;
}
.page-floorplans .floorplan-modal-tile .flex {
  min-height: 100%;
}
@media only screen and (max-width: 768px) {
  .page-floorplans .floorplan-modal-tile {
    height: auto;
  }
  .page-floorplans .floorplan-modal-tile .flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    height: auto;
  }
}
.page-floorplans .floorplan-modal-specs {
  width: 325px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
}
.page-floorplans .floorplan-modal-specs .modal-specs {
  max-width: 200px;
}
.page-floorplans .floorplan-modal-specs h1 {
  margin-bottom: 10px;
  font-size: 50px;
}
.page-floorplans .floorplan-modal-specs h1.has-h2 {
  margin-bottom: 0;
}
.page-floorplans .floorplan-modal-specs h2 {
  margin-bottom: 15px;
}
.page-floorplans .floorplan-modal-specs .floorplan-phase,
.page-floorplans .floorplan-modal-specs .floorplan-type {
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.page-floorplans .floorplan-modal-specs .floorplan-specs {
  margin-bottom: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #b0ccd2;
  border-bottom: 1px solid #b0ccd2;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.page-floorplans .floorplan-modal-specs .floorplan-specs.has-ground {
  margin-bottom: 10px;
}
.page-floorplans .floorplan-modal-specs .floorplan-specs .table-cell:last-child {
  text-align: right;
}
.page-floorplans .floorplan-modal-specs .ground-floor {
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.5em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}
.page-floorplans .floorplan-modal-specs .ground-floor .table-cell:first-child {
  white-space: nowrap;
}
.page-floorplans .floorplan-modal-specs .ground-floor .table-cell:last-child {
  text-align: right;
}
.page-floorplans .floorplan-modal-specs .floorplan-suites {
  margin-bottom: 25px;
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
}
.page-floorplans .floorplan-modal-specs .floorplan-pdf a {
  display: inline-block;
  padding-top: 11px;
  padding-right: 14px;
  padding-bottom: 11px;
  padding-left: 14px;
  background-color: #f8a134;
  border: 1px solid #f8a134;
  color: #234c5a;
  font-weight: 700;
  font-size: 12px;
  line-height: 1em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
}
.page-floorplans .floorplan-modal-specs .floorplan-adapable {
  margin-top: 25px;
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5em;
  font-family: neue-haas-grotesk-display, Helvetica, Arial, sans-serif;
}
.page-floorplans .floorplan-modal-specs .floorplan-adapable b {
  font-weight: 600;
}
.page-floorplans .floorplan-modal-specs .floorplan-adapable ul {
  margin-top: 5px;
}
.page-floorplans .floorplan-modal-specs .floorplan-adapable li {
  margin-bottom: 5px;
  padding-left: 10px;
}
.page-floorplans .floorplan-modal-specs .floorplan-adapable li:before {
  content: "·";
  display: inline-block;
  width: 10px;
  margin-left: -10px;
}
@media only screen and (max-height: 768px) {
  .page-floorplans .floorplan-modal-specs .floorplan-adapable {
    display: none;
  }
}
@media only screen and (max-width: 990px) {
  .page-floorplans .floorplan-modal-specs {
    width: 295px;
  }
}
@media only screen and (max-width: 768px) {
  .page-floorplans .floorplan-modal-specs {
    width: 100%;
  }
  .page-floorplans .floorplan-modal-specs .modal-specs {
    max-width: 100%;
  }
  .page-floorplans .floorplan-modal-specs h1 {
    margin-bottom: 5px;
  }
  .page-floorplans .floorplan-modal-specs h1.has-h2 {
    margin-bottom: 0;
  }
  .page-floorplans .floorplan-modal-specs h2 {
    margin-bottom: 10px;
  }
  .page-floorplans .floorplan-modal-specs .floorplan-adapable {
    display: block;
  }
}
.page-floorplans .floorplan-modal [data-plan^=silva1] .floorplan-phase {
  color: #ebe717;
}
.page-floorplans .floorplan-modal [data-plan^=silva1] .floorplan-pdf a {
  background-color: #ebe717;
  border: 1px solid #ebe717;
}
.page-floorplans .floorplan-modal [data-plan^=silva2] .floorplan-phase {
  color: #ec477a;
}
.page-floorplans .floorplan-modal [data-plan^=silva2] .floorplan-pdf a {
  background-color: #ec477a;
  border: 1px solid #ec477a;
}
.page-floorplans .floorplan-modal [data-plan^=silva3] .floorplan-phase {
  color: #f8a134;
}
.page-floorplans .floorplan-modal [data-plan^=silva3] .floorplan-pdf a {
  background-color: #f8a134;
  border: 1px solid #f8a134;
}
.page-floorplans .floorplan-modal-plan {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.page-floorplans .floorplan-modal-plan .modal-plan {
  position: absolute;
  top: 40px;
  right: 100px;
  bottom: 40px;
  left: 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.page-floorplans .floorplan-modal-plan img {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .page-floorplans .floorplan-modal-plan .modal-plan {
    top: 100px;
    bottom: 100px;
  }
}
@media only screen and (max-width: 990px) {
  .page-floorplans .floorplan-modal-plan .modal-plan {
    right: 50px;
    left: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .page-floorplans .floorplan-modal-plan .modal-plan {
    right: 20px;
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-floorplans .floorplan-modal-plan {
    width: 100%;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
    text-align: center;
  }
  .page-floorplans .floorplan-modal-plan .modal-plan {
    display: none;
  }
  .page-floorplans .floorplan-modal-plan img {
    display: inline;
    width: 75%;
    height: auto;
  }
}
@media only screen and (max-width: 700px) {
  .page-floorplans .floorplan-modal-plan img {
    width: 100%;
  }
}
.page-floorplans .floorplan-modal-tile[data-plan=silva3-a2] .floorplan-modal-plan .modal-plan {
  right: 150px;
  left: 150px;
}
@media only screen and (max-width: 1150px) {
  .page-floorplans .floorplan-modal-tile[data-plan=silva3-a2] .floorplan-modal-plan .modal-plan {
    right: 100px;
    left: 100px;
  }
}
@media only screen and (max-width: 990px) {
  .page-floorplans .floorplan-modal-tile[data-plan=silva3-a2] .floorplan-modal-plan .modal-plan {
    right: 50px;
    left: 50px;
  }
}
@media only screen and (max-width: 900px) {
  .page-floorplans .floorplan-modal-tile[data-plan=silva3-a2] .floorplan-modal-plan .modal-plan {
    right: 20px;
    left: 20px;
  }
}
.page-floorplans .floorplan-modal-close {
  position: absolute;
  top: 20px;
  right: 17px;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
.page-floorplans .floorplan-modal-close .barre {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #234c5a;
}
.page-floorplans .floorplan-modal-close .barre:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.page-floorplans .floorplan-modal-close .barre:nth-child(2) {
  top: 9px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (max-width: 700px) {
  .page-floorplans .floorplan-modal-close {
    top: 10px;
    right: 7px;
  }
}

.no-touchevents .floorplan-tile {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.no-touchevents .floorplan-tile:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.no-touchevents .floorplan-tile:hover {
  /*box-shadow: 0 0 15px rgba(0,0,0,.2);*/
}
.no-touchevents .floorplan-tile:hover:after {
  opacity: 1;
}
.no-touchevents .floorplan-pdf a {
  -webkit-transition: color 0.2s linear, background-color 0.2s linear;
  transition: color 0.2s linear, background-color 0.2s linear;
}
.no-touchevents .floorplan-pdf a:hover {
  background-color: transparent;
  color: #f8a134;
}
.no-touchevents .floorplan-modal [data-plan^=silva1] .floorplan-pdf a:hover {
  background-color: transparent;
  color: #ebe717;
}
.no-touchevents .floorplan-modal [data-plan^=silva2] .floorplan-pdf a:hover {
  background-color: transparent;
  color: #ec477a;
}
.no-touchevents .floorplan-modal [data-plan^=silva3] .floorplan-pdf a:hover {
  background-color: transparent;
  color: #f8a134;
}

.page-amenities .section-intro h1 {
  margin-bottom: 20px;
}
.page-amenities .section-intro .accent {
  width: 100%;
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 990px) {
  .page-amenities .section-intro h1 {
    margin-bottom: 10px;
  }
  .page-amenities .section-intro .accent {
    max-width: 300px;
  }
}
.page-amenities .section-amenities {
  background-color: #d5e4e7;
}
.page-amenities .section-amenities .amenities-row {
  padding-top: 100px;
  padding-bottom: 150px;
}
.page-amenities .section-amenities .column-1 {
  margin-bottom: 100px;
}
.page-amenities .section-amenities .column-5:not(:last-child) {
  margin-bottom: 150px;
}
@media only screen and (max-width: 990px) {
  .page-amenities .section-amenities .amenities-row {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 900px) {
  .page-amenities .section-amenities .amenities-row {
    padding-bottom: 100px;
  }
  .page-amenities .section-amenities .column-1 {
    margin-bottom: 75px;
  }
  .page-amenities .section-amenities .column-5:not(:last-child) {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .page-amenities .section-amenities .amenities-row {
    padding-top: 50px;
    padding-bottom: 75px;
  }
  .page-amenities .section-amenities .column-1 {
    margin-bottom: 50px;
  }
  .page-amenities .section-amenities .column-5:not(:last-child) {
    margin-bottom: 75px;
  }
}
@media only screen and (max-width: 700px) {
  .page-amenities .section-amenities .amenities-row {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .page-amenities .section-amenities .column-1 {
    margin-bottom: 30px;
  }
  .page-amenities .section-amenities .column-5:not(:last-child) {
    margin-bottom: 50px;
  }
}
.page-amenities .section-gym .img-svg {
  padding-bottom: 21.5959004392%;
}
.page-amenities .section-gym .column-4 {
  padding-top: 100px;
  padding-bottom: 110px;
}
.page-amenities .section-gym h2 {
  font-size: 28px;
}
.page-amenities .section-gym p {
  font-size: 16px;
}
.page-amenities .section-gym .column-4 > .flex {
  margin-right: -20px;
  margin-left: -20px;
}
.page-amenities .section-gym .col-fl-4 {
  margin-bottom: 40px;
  padding-right: 20px;
  padding-left: 20px;
}
.page-amenities .section-gym .col-fl-4 .col:first-child {
  padding-right: 10px;
}
.page-amenities .section-gym .col-fl-4:nth-child(1) p {
  padding-right: 25px;
}
@media only screen and (max-width: 1090px) {
  .page-amenities .section-gym .column-4 {
    max-width: 680px;
  }
  .page-amenities .section-gym .col-fl-4 {
    width: 50%;
  }
}
@media only screen and (max-width: 990px) {
  .page-amenities .section-gym .column-4 {
    padding-top: 75px;
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .page-amenities .section-gym .column-4 {
    padding-top: 50px;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 700px) {
  .page-amenities .section-gym .column-4 {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .page-amenities .section-gym .col-fl-4 {
    width: 100%;
  }
  .page-amenities .section-gym .col-fl-4:nth-child(1) p {
    padding-right: 0;
  }
}

.page-team .section-intro {
  padding-top: 150px;
}
.page-team .section-intro h1 {
  margin-bottom: 20px;
}
.page-team .section-intro p {
  width: 100%;
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}
.page-team .section-intro .column-1,
.page-team .section-intro .column-3 {
  margin-bottom: 50px;
}
.page-team .logo-wanson {
  position: relative;
  width: 100%;
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 900px) {
  .page-team .section-intro {
    padding-top: 125px;
  }
}
@media only screen and (max-width: 768px) {
  .page-team .section-intro {
    padding-top: 50px;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 700px) {
  .page-team .section-intro h1 {
    margin-bottom: 10px;
  }
}

.section-team .column-2 {
  max-width: 750px;
}
.section-team .col-fl-6:not(:last-child) {
  margin-bottom: 100px;
}
.section-team .col-fl-6:nth-child(2n-1) {
  padding-right: 60px;
}
.section-team .col-fl-6:nth-child(2n) {
  padding-left: 60px;
}
.section-team .team-logo {
  height: 40px;
  margin-bottom: 30px;
}
.section-team .team-logo img {
  display: block;
  width: auto;
  height: 100%;
}
.section-team .team-logo-rennie {
  height: 30px;
}
.section-team .team-logo-height {
  height: 50px;
}
.section-team p {
  font-size: 16px;
}
.section-team b {
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .section-team .col-fl-6:not(:last-child) {
    margin-bottom: 75px;
  }
  .section-team .col-fl-6:nth-child(2n-1) {
    padding-right: 30px;
  }
  .section-team .col-fl-6:nth-child(2n) {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .section-team .col-fl-6:not(:last-child) {
    margin-bottom: 50px;
  }
  .section-team .col-fl-6:nth-child(2n-1) {
    padding-right: 0;
  }
  .section-team .col-fl-6:nth-child(2n) {
    padding-left: 0;
  }
  .section-team .team-logo {
    margin-bottom: 20px;
  }
  .section-team p {
    margin-bottom: 0;
  }
}

.page-thank-you .app {
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(images/production/src/images/graphics/register-background.png);
}
.page-thank-you .section-thank-you {
  height: 100%;
}
.page-thank-you .section-thank-you .column,
.page-thank-you .section-thank-you .column-1,
.page-thank-you .section-thank-you .flex {
  height: 100%;
}
.page-thank-you .section-thank-you .text {
  max-width: 480px;
}
.page-thank-you .section-thank-you h1 {
  margin-bottom: 20px;
}
.page-thank-you .section-thank-you .flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
