@import url("https://use.typekit.net/uhc5gsq.css");
@font-face {
  font-family: "Love";
  src: url("/fonts/Love.eot");
  src: url("/fonts/Love.eot") format("embedded-opentype"), url("/fonts/Love.woff2") format("woff2"), url("/fonts/Love.woff") format("woff"), url("/fonts/Love.ttf") format("truetype"), url("/fonts/Love.svg#Love") format("svg");
}
@font-face {
  font-family: "RidleyGroteskBold";
  src: url("/fonts/RidleyGroteskBold.eot");
  src: url("/fonts/RidleyGroteskBold.eot") format("embedded-opentype"), url("/fonts/RidleyGroteskBold.woff2") format("woff2"), url("/fonts/RidleyGroteskBold.woff") format("woff"), url("/fonts/RidleyGroteskBold.ttf") format("truetype"), url("/fonts/RidleyGroteskBold.svg#RidleyGroteskBold") format("svg");
}
@font-face {
  font-family: "RidleyGroteskSemiBold";
  src: url("/fonts/RidleyGroteskSemiBold.eot");
  src: url("/fonts/RidleyGroteskSemiBold.eot") format("embedded-opentype"), url("/fonts/RidleyGroteskSemiBold.woff2") format("woff2"), url("/fonts/RidleyGroteskSemiBold.woff") format("woff"), url("/fonts/RidleyGroteskSemiBold.ttf") format("truetype"), url("/fonts/RidleyGroteskSemiBold.svg#RidleyGroteskSemiBold") format("svg");
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}

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

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0 100px;
  position: relative;
  zoom: 1;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block;
}

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

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

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

* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}

/* FlexSlider Default Theme
*********************************/
.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

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

.flexslider .slides {
  zoom: 1;
}

.carousel li {
  margin-right: 5px;
}

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 66px;
  height: 20px;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  background-size: 66px 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.flex-direction-nav .flex-prev {
  left: 0;
  background-image: url(/images/buttons/prev-b.svg);
}

.flex-direction-nav .flex-next {
  right: 0;
  background-image: url(/images/buttons/next-b.svg);
  transform: translateY(-50%) rotate(180deg);
}

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

/* Control Nav */
.flex-control-nav {
  display: none;
  position: absolute;
  text-align: center;
  bottom: 10px;
  z-index: 5;
  height: 12px;
  width: 100%;
}

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

.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: transparent;
  cursor: pointer;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  text-indent: -9999px;
}

.flex-control-paging li a:hover {
  background: #FFFFFF;
}

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

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

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

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}

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

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

.li-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slide-cover {
  width: calc(33.33% - 33.33px);
}

/* ------ venobox.css --------*/
.vbox-overlay *,
.vbox-overlay *:before,
.vbox-overlay *:after {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}

.vbox-overlay {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1040;
  transform: translateZ(1000px);
  transform-style: preserve-3d;
  background: #000 !important;
}

/* ----- navigation ----- */
.vbox-title {
  width: 100%;
  height: 40px;
  float: left;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 40px;
  overflow: hidden;
  position: fixed;
  display: none;
  left: 0;
  z-index: 1050;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 5px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 0;
  line-height: 1;
  text-align: center;
  z-index: 1050;
  background: none !important;
}

a {
  outline: none;
}

.vbox-close:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 30px;
  transform: rotate(45deg);
  transform-origin: center;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.vbox-close:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 3px;
  height: 30px;
  transform: rotate(-45deg);
  transform-origin: center;
  -webkit-transform: rotate(-45deg);
  -webkit-transform-origin: center;
  background: #fff;
}

.vbox-num {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  padding: 6px 10px;
  display: none;
  z-index: 1050;
}

/* ----- navigation ARROWS ----- */
.vbox-next,
.vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 1050;
}

.vbox-next span,
.vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: #b6b6b6;
  border-right-color: #b6b6b6;
  text-indent: -100px;
  position: absolute;
  top: 8px;
  display: block;
}

.vbox-prev {
  left: 15px;
}

.vbox-next {
  right: 15px;
}

.vbox-prev span {
  left: 10px;
  transform: rotate(-135deg);
}

.vbox-next span {
  transform: rotate(45deg);
  right: 10px;
}

/* ------- inline window ------ */
.vbox-inline {
  width: 420px;
  height: 315px;
  height: 70vh;
  padding: 10px;
  background: #fff;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}

/* ------- Video & iFrames window ------ */
.venoframe {
  max-width: 100%;
  width: 100%;
  border: none;
  width: 100%;
  height: 260px;
  height: 70vh;
}

.venoframe.vbvid {
  height: 260px;
}

iframe.venoframe.vbvid.figlio {
  background-color: #000000 !important;
}

@media (min-width: 768px) {
  .venoframe,
  .vbox-inline {
    width: 90%;
    height: 360px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 640px;
    height: 360px;
  }
}
@media (min-width: 992px) {
  .venoframe,
  .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
  .venoframe.vbvid {
    width: 960px;
    height: 540px;
  }
}
@media (min-width: 1200px) {
  .venoframe.vbvid {
    width: 1200px;
    height: 672px;
  }
  /* 
  Please do NOT edit this part! 
  or at least read this note: http://i.imgur.com/7C0ws9e.gif
  */
  .vbox-open {
    overflow: hidden;
  }
  .vbox-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
    z-index: 20;
    max-height: 100%;
  }
  .vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 20px 10px;
  }
}
.fancySlider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 50px;
       column-gap: 50px;
  position: relative;
}
.fancySlider .click_me {
  width: 66px;
  height: 14px;
  border: none;
  position: absolute;
  top: calc(50% - 1px);
  overflow: hidden;
  box-shadow: none;
  background: none;
  z-index: 3;
  cursor: pointer;
}
.fancySlider .click_me svg {
  width: 100%;
  height: auto;
}
.fancySlider .click_me.left {
  left: 0;
}
.fancySlider .click_me.right {
  right: 0;
  transform: rotate(180deg);
}
.fancySlider .wrapper {
  position: absolute;
  display: none;
}
.fancySlider > div {
  position: relative;
  overflow: hidden;
}
.fancySlider > div:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #FFFFFF;
  z-index: 3;
  transform: scale3d(1.1, 1.1, 1.1);
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
}
.fancySlider > div.left:before, .fancySlider > div.right:before {
  transition-delay: 0.5s;
}
.fancySlider > div.left .next {
  left: 0;
}
.fancySlider > div.right .next {
  right: 0;
}
.fancySlider > div.center {
  padding: 0;
}
.fancySlider > div.center .next {
  width: 100%;
}
.fancySlider > div img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.fancySlider > div .next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform-origin: right;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  transition-duration: 0s;
  -o-object-fit: cover;
     object-fit: cover;
}
.fancySlider > div .next.show {
  transition-duration: 1s;
  opacity: 1;
}
.fancySlider > div .current.hide {
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  transition-delay: 0.2s;
  opacity: 0;
}
.fancySlider.show > div:before {
  top: 100%;
  transform: scale3d(1, 1, 1);
}

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

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

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

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

.grid_5 {
  width: 41.67%;
}

.new_grid_5 {
  width: 46.5%;
}

.grid_6 {
  width: 50%;
  width: calc(50% - 20px);
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

.grid {
  display: grid;
}
.grid.three {
  grid-template-columns: repeat(3, 1fr);
}
.grid.two {
  grid-template-columns: repeat(2, 1fr);
}
.grid.four {
  grid-template-columns: repeat(4, 1fr);
}
.grid.five {
  grid-template-columns: repeat(5, auto);
}

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

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

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

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

/* General */
body {
  font-family: "balto";
  font-weight: 400;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
  line-height: 132%;
  letter-spacing: 0.45px;
  color: #8C8C85;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body.no_scroll {
  overflow: hidden;
  height: 100%;
}

.over_auto {
  overflow: auto;
}

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

p {
  text-align: center;
  margin: 0;
  max-width: 100%;
  line-height: 132%;
  letter-spacing: 0.03em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  text-align: left;
  font-family: "RidleyGroteskSemiBold";
}

h1,
.h1 {
  color: #8C8C85;
  text-align: center;
  font-family: "Love";
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 90%; /* 55.8px */
  text-transform: uppercase;
}

h2 {
  color: #8C8C85;
  text-align: center;
  font-size: 15px;
  font-style: normal;
  line-height: 130%; /* 19.5px */
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
h2 sup {
  font-size: 12px;
  position: relative;
  top: 3px;
}
h2.fs15 {
  font-size: 13px;
  line-height: 1.5;
}
h2.ls2 {
  letter-spacing: 0.2em;
}

h3 {
  font-size: 13px;
  font-style: normal;
  line-height: 140%; /* 19.5px */
  letter-spacing: 2.6px;
  text-transform: uppercase;
  text-align: center;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

.p20 {
  padding: 20px;
}

.pl130 {
  padding-left: 130px;
  padding-left: 7vw;
}

.pl120 {
  padding-left: 6.5vw;
}

.pr120 {
  padding-right: 6.5vw;
}

.pr40 {
  padding-right: 40px;
}

.pl100 {
  padding-left: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pr130 {
  padding-right: 130px;
  padding-right: 7vw;
}

.plr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.plr150 {
  padding-left: 150px;
  padding-right: 150px;
}

.plr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.plr40 {
  padding-left: 40px;
  padding-right: 40px;
}

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

.pt180 {
  padding-top: 180px;
}

.pt160 {
  padding-top: 160px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb120 {
  padding-bottom: 120px;
}

.pb130 {
  padding-bottom: 130px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb60 {
  padding-bottom: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb200 {
  padding-bottom: 200px;
}

.pt20 {
  padding-top: 20px;
}

.pt200 {
  padding-top: 200px;
}

.pt220 {
  padding-top: 11.5vw;
}

.pt240 {
  padding-top: 12.5vw;
}

.pb240 {
  padding-bottom: 12.5vw;
}

.pb220 {
  padding-bottom: 11.5vw;
}

nav {
  padding: 0;
}

/* nav_toggle */
#nav_toggle {
  cursor: pointer;
  width: 30px;
  display: none;
  height: 24px;
}

#nav_toggle span,
#nav_toggle span:after,
#nav_toggle span:before {
  cursor: pointer;
  height: 2px;
  width: 30px;
  background: #FFFFFF;
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  transition: all 0.6s ease-in-out;
}

#nav_toggle span:before {
  top: -10px;
}

#nav_toggle span:after {
  bottom: -10px;
}

#nav_toggle.active span {
  background-color: transparent !important;
}

#nav_toggle.active span:after,
#nav_toggle.active span:before {
  background: #FFFFFF;
  top: 0;
}

#nav_toggle.active span:before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#nav_toggle.active span:after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: a rotate(-45deg);
}

input,
label,
textarea,
select {
  font-size: 13px;
  font-family: "balto";
  font-weight: 400;
  font-style: normal;
  margin: 0 auto;
  padding: 15px;
  width: 100%;
  color: #FFFFFF;
  border: 0 none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border-bottom: 1px solid;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
  -ms-text-align-last: center;
  margin-bottom: 10px;
  display: block;
  letter-spacing: 0.39px;
  line-height: 130%;
}

.b_submit.btn {
  text-decoration: none;
  margin: 20px 0;
}

label {
  font-family: "RidleyGroteskSemiBold";
  font-size: 20px;
  border: none;
  margin-bottom: 0;
  text-transform: uppercase;
}

textarea {
  height: 100px;
  max-width: 100%;
}

.b_submit {
  border: none;
  text-decoration: underline;
}

select option {
  padding: 10px 0;
  background: #8C8C85;
  color: #FFFFFF;
  -moz-text-align-last: center;
       text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
}

.privacy {
  font-size: 14px;
}

.chk_holder {
  margin: 0 auto 10px auto;
  color: #FFFFFF;
}

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

#chkInternational + label {
  padding: 2px 0 2px 26px;
  position: relative;
  text-align: center;
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 1px;
  font-family: inherit;
  text-transform: uppercase;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #FFFFFF;
  content: "";
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

/* Token Style */
ul.token-input-list-project {
  border: none;
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  text-align: left;
  -moz-text-align-last: 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 #FFFFFF;
  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 {
  color: #FFFFFF;
  cursor: default;
  font-size: 16px;
  list-style: none;
  display: inline-block;
}

li.token-input-token-project p {
  display: inline-block;
  padding: 7px 0;
  margin: 0 5px 0 0;
}

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

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

div.token-input-dropdown-project ul li {
  background-color: #000000;
  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: #000000;
}

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

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

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

ul.parsley-errors-list.filled li,
ul.parsley-errors-list li {
  padding: 0;
  text-align: center;
  color: #f00d0d;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

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

.bold {
  font-family: "RidleyGroteskSemiBold";
}

.book {
  font-family: "balto";
  font-weight: 300;
  font-style: normal;
}

.ls2 {
  letter-spacing: 2px;
}

.fs60 {
  font-size: 60px;
}

.fs50 {
  font-size: 50px;
}

.fs40 {
  font-size: 40px;
}

.fs36 {
  font-size: 36px;
}

.fs32 {
  font-size: 32px;
}

.fs20 {
  font-size: 20px;
}

.fs22 {
  font-size: 22px;
}

.fs24 {
  font-size: 24px;
}

.fs28 {
  font-size: 28px;
}

.fs16 {
  font-size: 16px;
}

.fs15 {
  font-size: 15px;
}

.fs18 {
  font-size: 18px;
}

.fs14 {
  font-size: 14px;
}

.fs11 {
  font-size: 11px;
}

.fs10 {
  font-size: 10px;
}

.fs12 {
  font-size: 12px;
}

.mt40 {
  margin-top: 40px;
}

.mt30 {
  margin-top: 30px;
}

.mt20 {
  margin-top: 20px;
}

.mtb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb150 {
  margin-bottom: 150px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb200 {
  margin-bottom: 200px;
}

.mr20 {
  margin-right: 20px;
}

.mr40 {
  margin-right: 40px;
}

.ml40 {
  margin-left: 40px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex.justify_start {
  justify-content: flex-start;
}
.flex.align_start {
  align-items: flex-start;
}
.flex.align_end {
  align-items: flex-end;
}
.flex.align_stretch {
  align-items: stretch;
}
.flex .col {
  flex-direction: column;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.justify_center {
  justify-content: center;
}
.flex.col_reverse {
  flex-direction: column-reverse;
}
.flex.row_reverse {
  flex-direction: row-reverse;
}

.col_gap_10 {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.col_gap_20 {
  -moz-column-gap: 20px;
       column-gap: 20px;
}

.col_gap_30 {
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.col_gap_40 {
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.col_gap_50 {
  -moz-column-gap: 50px;
       column-gap: 50px;
}

.col_gap_80 {
  -moz-column-gap: 80px;
       column-gap: 80px;
}

.row_gap_20 {
  row-gap: 20px;
}

.row_gap_30 {
  row-gap: 30px;
}

.row_gap_40 {
  row-gap: 40px;
}

.row_gap_50 {
  row-gap: 50px;
}

.row_gap_100 {
  row-gap: 100px;
}

.uppercase {
  text-transform: uppercase;
}

.center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.in_block {
  display: inline-block;
}

.left_align {
  text-align: left;
}

.right_align {
  text-align: right;
}

.float_right {
  margin-right: 0;
  margin-left: auto;
  display: block;
}

.wow {
  visibility: hidden;
}

.wow.animated {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeIn;
  visibility: visible;
}
.wow.animated.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
    filter: blur(3px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}
.mob {
  display: none;
}

.w1680 {
  width: 1680px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1465 {
  width: 1465px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1385 {
  width: 1385px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1360 {
  width: 1360px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1200 {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1150 {
  width: 1150px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1120 {
  width: 1120px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1100 {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w1060 {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w980 {
  width: 980px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w700 {
  width: 700px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w840 {
  width: 840px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w820 {
  width: 820px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w580 {
  width: 580px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w525 {
  width: 525px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 525px;
  width: 100%;
}

.w575 {
  width: 575px;
  margin-left: auto;
  margin-right: auto;
  max-width: 575px;
  width: 100%;
}

.w440 {
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w400 {
  width: 400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w410 {
  width: 424px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w420 {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w460 {
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w770 {
  width: 770px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w800 {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w650 {
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w600 {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w200 {
  width: 200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w235 {
  width: 235px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w880 {
  width: 880px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w620 {
  width: 620px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w675 {
  width: 675px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.w340 {
  width: 340px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.mb25 {
  margin-bottom: 25px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml_auto {
  margin-left: auto;
}

.mb50 {
  margin-bottom: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

.max_w580 {
  max-width: 580px;
  width: calc(100% - 40px);
}

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

.relate {
  position: relative;
}

.static {
  position: static;
}

.pt100 {
  padding-top: 100px;
}

.pt170 {
  padding-top: 170px;
}

.pb160 {
  padding-bottom: 160px;
}

.pb10 {
  padding-bottom: 10px;
}

.pt150 {
  padding-top: 150px;
  padding-top: 8vw;
}

.pt80 {
  padding-top: 80px;
  padding-top: 5vw;
}

.pb190 {
  padding-bottom: 190px;
}

.pt30 {
  padding-top: 30px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.pl50 {
  padding-left: 50px;
}

.pr70 {
  padding-right: 70px;
}

.pt50 {
  padding-top: 50px;
}

.ptb50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.ptb120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.ml50vw {
  margin-left: 50vw;
}

.pl150 {
  padding-left: 150px;
  padding-left: 8vw;
}

.pr150 {
  padding-right: 150px;
  padding-right: 8vw;
}

.b50 {
  bottom: 50px;
}

.r100 {
  right: 100px;
}

.l100 {
  left: 100px;
}

.mr0 {
  margin-right: 0;
}

.ml_auto {
  margin-left: auto;
}

.ml0 {
  margin-left: 0;
}

.mr10 {
  margin-right: 10px;
}

.mr150 {
  margin-right: 8vw !important;
}

.mr50vw {
  margin-right: 50vw !important;
}

.mlr_auto {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.m0 {
  margin: 0;
}

.white {
  color: #FFFFFF;
}

.lazy_load {
  display: block;
}

.block {
  display: block;
}

.inBlock {
  display: inline-block;
}

.mb180 {
  margin-bottom: 180px;
}

.pl60 {
  padding-left: 60px;
}

.pl40 {
  padding-left: 40px;
}

.pl30 {
  padding-left: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pr190 {
  padding-right: 10vw;
}

.pl225 {
  padding-left: 11.5vw;
}

.pl200 {
  padding-left: 200px;
}

.pr200 {
  padding-right: 200px;
}

.pt120 {
  padding-top: 120px;
}

.pb30 {
  padding-bottom: 30px;
}

.pr20 {
  padding-right: 20px;
}

.pr60 {
  padding-right: 60px;
}

.pt130 {
  padding-top: 130px;
}

.pb150 {
  padding-bottom: 150px;
}

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

.bg_img {
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.fullVh {
  height: 100vh;
}

.object_cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.ipad {
  display: none;
}

.med {
  font-family: "balto";
  font-weight: 300;
  font-style: normal;
}

.bg iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .bg iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .bg iframe {
    width: 177.78vh;
  }
}
.fully-video {
  position: relative;
  width: 100%;
}
.fully-video .bg-video {
  position: absolute;
  height: 100vw;
  width: 135vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  background-size: cover;
}
@media screen and (orientation: portrait) {
  .fully-video .bg-video {
    height: 100vh;
    width: 185vh;
  }
}

.bb {
  border-bottom: 1px solid;
}

.bt {
  border-top: 1px solid;
}

.bw2 {
  border-width: 2px;
}

.bg_black {
  background: #000000;
}
.bg_black * {
  color: #FFFFFF;
}

.bg_white {
  background: #FFFFFF;
}

.tab {
  display: none !important;
}

.overlay {
  position: relative;
}
.overlay::after {
  content: "";
  position: absolute;
  background: #000000;
  opacity: 0.2;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.z1 {
  z-index: 1;
}

.z4 {
  z-index: 4;
}

.fullH {
  height: 100%;
}

ul.dash {
  list-style: none;
}
ul.dash li {
  padding-left: 20px;
  position: relative;
}
ul.dash li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  margin: auto;
  width: 5px;
  height: 1px;
  background: #FFFFFF;
}

ul.bullet {
  list-style-type: disc;
  padding-left: 20px;
}

@keyframes bounce {
  0% {
    bottom: 0;
  }
  30% {
    bottom: -15px;
  }
}
.select_arrow {
  position: relative;
}
.select_arrow:after {
  right: 20px;
  top: 15px;
  margin: auto;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
  position: absolute;
  z-index: -1;
  content: "";
}

.z2 {
  z-index: 2;
}

.maxW {
  max-width: 100%;
}

.col_gap_50 .grid_6 {
  width: calc(50% - 25px);
}

.ls2 {
  letter-spacing: 2.4px;
}

.fs13 {
  font-size: 13px;
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}

.fs13 {
  font-weight: 400;
  line-height: 160%; /* 20.8px */
  letter-spacing: 0.39px;
}

.fs22 {
  line-height: 130%; /* 28.6px */
  letter-spacing: 4.4px;
}

.bg_grey {
  background: #8C8C85;
}
.bg_grey p,
.bg_grey h2 {
  color: #FFFFFF;
}

.btn {
  color: #FFFFFF;
  background: #8C8C85;
  font-family: "RidleyGroteskSemiBold";
  letter-spacing: 2.4px;
  text-transform: uppercase;
  padding: 10px 15px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 12px;
  line-height: 1;
}

.bg_grey .btn {
  background: #FFFFFF;
  color: #8C8C85;
}

span.wow {
  display: block;
}

.link {
  display: inline-block;
  border-bottom: 1px solid;
  color: #8C8C85;
}

#scroll_btn {
  position: absolute;
  width: 10px;
  height: 10px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
#scroll_btn:after {
  position: absolute;
  content: "";
  bottom: 0;
  top: 0;
  width: 10px;
  height: 10px;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  transform: rotate(45deg);
}

.num {
  font-family: "RidleyGroteskSemiBold";
  font-size: 13px;
}

header {
  position: fixed;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 15;
  top: 0;
  transition: all 0.4s ease;
  opacity: 0;
}
header.show {
  opacity: 1;
}
header.show .btn {
  background: #FFFFFF;
  color: #8C8C85;
}
header.bg_white {
  background: #FFFFFF;
  box-shadow: 0px 10px 7px -5px rgba(140, 140, 133, 0.15);
  -webkit-box-shadow: 0px 10px 7px -5px rgba(140, 140, 133, 0.15);
  -moz-box-shadow: 0px 10px 7px -5px rgba(140, 140, 133, 0.15);
}
header.bg_white nav ul a {
  color: #8C8C85;
}
header.bg_white nav ul a:not(.btn)::after {
  background: #8C8C85;
}
header.bg_white .btn {
  color: #FFFFFF;
  background: #8C8C85;
}
header.bg_white .logo svg path {
  fill: #8C8C85;
}
header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
header svg {
  width: 178px;
  height: auto;
}
header .num {
  color: #8C8C85;
}
header .btn {
  margin: 0;
  width: 154px;
  line-height: 1;
  font-size: 12px;
  padding: 10px 15px;
}
header nav ul {
  list-style: none;
}
header nav ul a {
  color: #FFFFFF;
  font-family: "RidleyGroteskSemiBold";
  font-size: 12px;
  font-style: normal;
  line-height: 22px; /* 169.231% */
  letter-spacing: 0.16em;
  text-transform: uppercase;
  position: relative;
}
header nav ul a:not(.btn)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 1px;
  background: #FFFFFF;
  width: 0;
  transition: all 0.3s ease;
}
header nav ul a:not(.btn):hover:after {
  width: 100%;
}

#page-home header .logo {
  opacity: 0;
}
#page-home header.show .logo {
  transition-delay: 0.5s;
  opacity: 1;
}

body {
  position: relative;
  text-align: center;
}
body#page-thankyou {
  padding: 0;
}
body#page-thankyou #enquire {
  min-height: 100vh;
}

#banner {
  background-color: #8C8C85;
  text-transform: uppercase;
  text-align: center;
  padding: 8px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 14;
  opacity: 0;
  transition: opacity 0.5s;
}
#banner p {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.16em;
}

.closeX {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: 0.16em;
}

.closeX::after {
  display: block;
  content: "CLOSE";
}

.abs #banner {
  opacity: 1;
}

#page-home header {
  top: 33px;
  transition: top 0.3s;
}

#page-lifestyle header nav #nav li a.lifestyle:after,
#page-curators header nav #nav li a.curators:after,
#page-vision header nav #nav li a.vision:after,
#page-interiors header nav #nav li a.interiors:after,
#page-home header nav #nav li a.home:after {
  width: 100%;
}

.artist {
  position: relative;
}

.artist:after {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
  font-size: 8px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
  font-family: "RidleyGroteskSemiBold";
  content: "ARTIST IMPRESSION";
  line-height: 1;
}

#preloader {
  width: 100%;
  height: 100vh;
  background: #C4C4BD;
  opacity: 1;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}

#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #C4C4BD;
  overflow: hidden;
  top: 0;
  bottom: 0;
  z-index: 2;
}
#hero .caption {
  bottom: 50px;
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
#hero .caption h2 {
  color: #FFFFFF;
  line-height: 130%;
  letter-spacing: 2.4px;
  font-size: 15px;
}
#hero .caption h2 span {
  display: block;
}
#hero .caption h2 span.d1 {
  animation-delay: 0.1s;
}
#hero .caption h2 span.d2 {
  animation-delay: 0.2s;
}
#hero .bg {
  width: 100%;
  height: 100%;
  background-size: cover;
}

#page-home #hero {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#page-home #hero .bg {
  transition: all 2s cubic-bezier(0.45, 0, 0.55, 1);
  overflow: hidden;
  position: relative;
  background: #C4C4BD;
  width: 40vw;
  height: 45vh;
  border-left: 10vw solid #C4C4BD;
  border-right: 10vw solid #C4C4BD;
}
#page-home #hero .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #C4C4BD;
  width: 100%;
  height: 100%;
  transition: all 1s cubic-bezier(0.45, 0, 0.55, 1);
  transition-delay: 1s;
  z-index: 2;
}
#page-home #hero .bg video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  height: 120%;
  width: auto;
}
#page-home.t1 #hero .bg::after {
  top: 100%;
}
#page-home.t2 #hero .bg {
  width: 100%;
  height: 100%;
  border-left-width: 0;
  border-right-width: 0;
}

#logo {
  z-index: 3;
  z-index: 2;
  opacity: 0;
  transition: all 2s cubic-bezier(0.45, 0, 0.55, 1);
  height: auto;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  max-width: calc(100% - 80px);
  top: calc(50vh - 115px);
  z-index: 3;
}
#logo.grey {
  display: none !important;
}
#logo.grey path {
  fill: #8C8C85;
}

body.t1 #logo {
  opacity: 1;
}

body.t2 #logo {
  top: 50px;
  width: 178px;
}

.flex-hb {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
}

#logo.abs {
  visibility: hidden;
  transition-delay: 0.5s;
  transition-duration: 0s;
}

#content {
  background: #FFFFFF;
}

#central_logo {
  width: 150px;
  display: block;
}

#popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  overflow: auto;
  display: none;
  background: rgba(196, 196, 189, 0.85);
}
#popup .flex {
  width: 100%;
  height: 100%;
}
#popup .flex .container {
  width: 900px;
  max-width: 100%;
}
#popup .close_btn {
  width: 10px;
  position: absolute;
  top: 40px;
  right: 40px;
  z-index: 2;
}

#playvideo, .playBtn {
  letter-spacing: 3px;
  font-family: "RidleyGroteskSemiBold";
  -moz-column-gap: 15px;
       column-gap: 15px;
  width: 200px;
}

#enquire {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 18;
  overflow: auto;
  padding: 140px 0;
  transform: translateY(-100%);
  transition: all 0.6s ease;
}
#enquire.flex {
  height: 100vh;
  justify-content: center;
}
#enquire.fullH {
  padding-top: 160px;
  display: block;
  height: 100vh;
}
#enquire .close_enq {
  font-size: 13px;
  font-family: "RidleyGroteskSemiBold";
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid;
  position: absolute;
  top: 30px;
  display: block;
  width: 58px;
  left: 0;
  right: 0;
  margin: auto;
}
#enquire.show {
  transform: translateY(0);
}

.line {
  width: 100%;
  height: 1px;
  background: #FFFFFF;
}

.fullyvideo {
  display: block;
  position: absolute;
  z-index: 0;
  min-height: 100%;
  min-width: 100%;
}

.word_wrap span {
  opacity: 0;
  visibility: hidden;
  top: 20px;
  position: relative;
  transition-timing-function: ease;
}
.word_wrap.animated span {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.parallax-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.parallax-container img {
  max-height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.parallax-container.no_para {
  background: none !important;
}
.parallax-container.no_para img {
  opacity: 1 !important;
}

.parallax-mirror img {
  left: 0;
}

img.parallax-slider {
  /* content:url(/images/1.jpg)!important; */
  -o-object-fit: cover;
     object-fit: cover;
}

#reg_btn {
  display: none;
}

section {
  position: relative;
  background-color: #fff;
  z-index: 2;
}

.parallax-container {
  background-color: transparent;
}

.parallex {
  position: fixed;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  top: 0;
  left: 0;
  transform-origin: center center;
}
.parallex.active-ele {
  z-index: 1;
}

.fake {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  top: 0;
  left: 0;
}

.holder {
  position: relative;
  height: calc(100vh - 92px);
  min-height: 40vw;
  background: transparent;
  background-size: 0;
}

.innerHolder {
  position: relative;
  overflow: hidden;
}

.in-ancher {
  width: 0;
  display: block;
  position: absolute;
  z-index: 11;
  opacity: 0;
}

.h-ancher {
  display: block;
}

.toFadeInUp {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.47, 0.185, 0.25, 1);
  transform: translateY(15px);
}
.toFadeInUp.animated {
  opacity: 1;
  transform: translateY(0);
}

.to-span span {
  display: inline-block;
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.47, 0.185, 0.25, 1);
  transform: translateY(15px);
}
.to-span.animated span {
  opacity: 1;
  transform: translateY(0);
}
.to-span b {
  display: block;
  margin-bottom: 1em;
}

.slide-cover {
  position: relative;
  overflow: hidden;
}
.slide-cover img {
  position: relative;
  z-index: 1;
}
.slide-cover::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #FFFFFF;
  z-index: 3;
  transition: height 1s cubic-bezier(0.45, 0, 0.55, 1);
}
.slide-cover.slide-l-1::after {
  transition-delay: 0.3s;
}
.slide-cover.slide-l-2::after {
  transition-delay: 0.6s;
}

.animated .slide-cover::after {
  height: 0;
}

#enquire_on_footer {
  z-index: 9;
}

@media screen and (max-width: 1100px) {
  .plr150 {
    padding-left: 40px;
    padding-right: 40px;
  }
  header svg {
    width: 128px;
  }
  header .btn {
    width: 140px;
    font-size: 12px;
    padding: 5px 0;
  }
  header .col_gap_30 {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  header nav ul a {
    font-size: 12px;
    line-height: 20px;
  }
  body.t2 #logo {
    top: 25px;
    width: 128px;
  }
  body#page-home #hero .bg {
    border-left-width: 5vw;
    border-right-width: 5vw;
  }
}
@media screen and (max-width: 1000px) {
  .desk {
    display: none !important;
  }
  .tab {
    display: block !important;
  }
  .plr150 {
    padding-left: 40px;
    padding-right: 40px;
  }
  #logo {
    z-index: 6;
  }
  body.t2 #logo {
    top: 30px;
  }
  .parallex {
    display: none;
  }
  .holder {
    height: 60vw;
    opacity: 1;
    background-size: cover;
  }
  #reg_btn {
    display: block;
    width: 100%;
    padding: 10px 0;
    padding: 20px 0;
    position: fixed;
    bottom: 0;
    z-index: 8;
    left: 0;
    margin: 0 !important;
  }
  #reg_btn.hide {
    opacity: 0 !important;
  }
  body#page-home #hero .bg {
    border-left-width: 0;
    border-right-width: 0;
  }
  .to-span span {
    display: inline;
  }
  header .logo {
    position: static;
    transform: none;
  }
  header #nav_toggle {
    display: block;
    position: absolute;
    left: auto;
    right: 30px;
    transform: none;
    top: 0;
    bottom: 0;
    margin: auto;
    left: auto;
    width: 20px;
    height: 10px;
    z-index: 9;
  }
  header #nav_toggle:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    width: 30px;
    height: 20px;
    opacity: 0.5;
  }
  header #nav_toggle span {
    width: 100%;
    height: 1px;
    top: 5px;
  }
  header #nav_toggle span:after, header #nav_toggle span:before {
    width: 100%;
    height: 1px;
    top: -5px;
  }
  header #nav_toggle span::after {
    top: 5px;
  }
  header.active_nav #nav_toggle span,
  header.active_nav #nav_toggle span::before,
  header.active_nav #nav_toggle span::after, header.bg_white #nav_toggle span,
  header.bg_white #nav_toggle span::before,
  header.bg_white #nav_toggle span::after {
    background: #8C8C85;
  }
  header.active_nav {
    background: #FFFFFF;
  }
  header.active_nav .logo svg path {
    fill: #8C8C85;
  }
  header nav {
    position: fixed;
    top: 100px;
    left: 0;
    height: calc(100vh - 100px);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 9;
    transform: translateX(-100%);
    transition: all 0.6s ease;
    background: #8C8C85;
  }
  header nav ul {
    flex-direction: column;
    row-gap: 30px;
  }
  header nav ul div {
    flex-direction: column;
    row-gap: 30px;
  }
  header nav ul a {
    font-size: 20px;
    color: #FFFFFF !important;
  }
  header nav ul a:after {
    background: #FFFFFF !important;
  }
  header nav ul a.btn {
    display: none;
  }
  header.active_nav nav {
    transform: translateX(0);
  }
  .grid.two {
    grid-template-columns: 1fr;
  }
  #hero {
    z-index: 5;
  }
  #hero h2 {
    padding: 0 15px 85px;
  }
  #hero #scroll_btn {
    bottom: 70px;
  }
  #hero .caption {
    bottom: 0;
  }
  #hero .caption h2 span span {
    display: inline-block;
  }
  #hero .caption .btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #page-home header {
    top: 42px;
  }
  .flexslider {
    margin: 0 auto;
    padding: 0;
    max-width: 600px;
  }
  .flex-direction-nav a {
    width: 21px;
    height: 12px;
    background-size: cover;
  }
  .flex-control-nav {
    display: block;
  }
  .slide-l-1, .slide-l-2 {
    display: none;
  }
  .flex-direction-nav .flex-next {
    right: 5px;
    background-image: url(/images/buttons/next.svg);
    transform: translateY(-50%);
  }
  .flex-direction-nav .flex-prev {
    left: 5px;
    transform-origin: center;
    background-image: url(/images/buttons/next.svg);
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 760px) {
  html {
    height: 100%;
  }
  html body {
    font-weight: 300;
    height: 100%;
    font-size: 16px;
    font-style: normal;
    line-height: 132%; /* 17.16px */
    letter-spacing: 0.39px;
  }
  html body .col_gap_50 {
    row-gap: 40px;
  }
  html body .col_gap_50 .grid_6 {
    width: 100%;
  }
  html body #nav_toggle {
    right: 20px;
  }
  html body #hero .caption h2 span.sup {
    font-size: 8px;
    position: relative;
    top: -2px;
  }
  html body .fullyvideo {
    height: 100%;
    width: auto;
    min-width: initial;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  html body #logo {
    width: 320px;
    z-index: 4;
    top: calc(50vh - 110px);
    top: calc(50vh - 150px);
  }
  html body.t2 #logo {
    top: 56px;
  }
  html body#page-interiors .grid.two {
    row-gap: 40px;
  }
  html body #playvideo {
    font-size: 12px;
    font-style: normal;
    line-height: 140%; /* 16.8px */
    letter-spacing: 1.68px;
    text-transform: uppercase;
    -moz-column-gap: 10px;
         column-gap: 10px;
    justify-content: center;
  }
  html body #playvideo svg {
    width: 30px;
    height: 30px;
  }
  html body .parallax-holder .parallax {
    width: 150%;
    height: 150%;
    top: -100%;
  }
  html body .fs15 {
    font-size: 12px;
  }
  html body .ls2 {
    letter-spacing: 1.68px;
  }
  html body header {
    padding: 15px;
  }
  html body header nav {
    position: fixed;
    top: 102px;
    left: 0;
    height: calc(100vh - 102px);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 9;
    transform: translateX(-100%);
    transition: all 0.6s ease;
    position: fixed;
    top: 126px;
    left: 0;
    height: calc(100vh - 126px);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    z-index: 9;
    transform: translateX(-100%);
    transition: all 0.6s ease;
    top: 70px;
  }
  html body header nav ul {
    flex-direction: column;
    row-gap: 30px;
  }
  html body header nav ul {
    flex-direction: column;
    row-gap: 30px;
  }
  html body header nav ul {
    row-gap: 20px;
  }
  html body header nav ul div {
    row-gap: 20px;
  }
  html body header nav ul div a {
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: 1.68px;
    text-transform: uppercase;
  }
  html body header .btn,
  html body header .num {
    display: none;
  }
  html body .btn {
    font-size: 12px !important;
    font-style: normal;
    line-height: 140%; /* 16.8px */
    letter-spacing: 1.68px;
    text-transform: uppercase;
  }
  html body h1 {
    font-size: 42px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%; /* 37.8px */
    letter-spacing: 1.26px;
    text-transform: uppercase;
  }
  html body h2 {
    font-size: 12px;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 140%; /* 16.8px */
    letter-spacing: 1.68px;
    text-transform: uppercase;
  }
  html body h2 sup {
    font-size: 10px;
  }
  html body .w600,
  html body .w410,
  html body .w460 {
    max-width: calc(100% - 30px);
  }
  html body .row_gap_100 {
    row-gap: 50px;
  }
  html body .pb200 {
    padding-bottom: 120px;
  }
  html body .plr150 {
    padding-left: 15px;
    padding-right: 15px;
  }
  html body .pt120 {
    padding-top: 60px;
  }
  html body .pb120 {
    padding-bottom: 25px;
  }
  html body .mb100 {
    margin-bottom: 50px;
  }
  html body .mb120 {
    margin-bottom: 60px;
  }
  html body .mb40 {
    margin-bottom: 30px;
  }
  html body h2.mb40,
  html body p.mb40 {
    margin-bottom: 20px;
  }
  html body .mb30 {
    margin-bottom: 20px;
  }
  html body .ptb120 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  html body #logo {
    max-width: calc(100% - 30px);
  }
  html body .slide-cover {
    width: 100%;
  }
  html body #hero {
    height: 100%;
    z-index: 3;
  }
  html body #hero .caption h2 {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    line-height: 140%; /* 16.8px */
    letter-spacing: 1.68px;
    padding: 0 15px 65px;
    padding: 0 15px 85px;
    text-transform: uppercase;
  }
  html body #hero #scroll_btn {
    bottom: 50px;
    bottom: 70px;
  }
  html body #hero .caption {
    bottom: 0;
  }
  html body #hero .caption .btn {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 12px;
    font-style: normal;
    letter-spacing: 1.68px;
    text-transform: uppercase;
  }
  html body#page-home #hero .bg {
    width: 60vw;
    top: -50px;
  }
}
@media screen and (max-width: 760px) and (orientation: landscape) {
  html body#page-home #hero .bg {
    width: 20vw;
  }
}
@media screen and (max-width: 760px) {
  html body#page-home.t2 #hero .bg {
    top: 0;
  }
  html body .no_mob {
    display: none;
  }
  html body .mob {
    display: block;
  }
  html body .flex-control-nav {
    margin-top: 20px;
  }
  html body .flex-control-nav li a {
    width: 8px;
    height: 8px;
    border-width: 1px;
  }
  html body input,
  html body label,
  html body textarea,
  html body select {
    padding: 10px;
  }
  html body #enquire {
    padding-bottom: 60px;
  }
  html body .mb80 {
    margin-bottom: 60px;
  }
  html body #banner {
    padding: 5px;
  }
  html body #banner p {
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding-left: 10px;
  }
  html body .closeX {
    color: #fff;
    font-size: 9px;
    right: 20px;
  }
  html body .closeX::after {
    content: "X";
  }
  html body h3 {
    font-size: 12px;
    font-style: normal;
    line-height: 140%; /* 16.8px */
    letter-spacing: 1.68px;
    text-transform: uppercase;
  }
  html body .fs22 {
    font-size: 12px;
    font-style: normal;
    line-height: 140%; /* 16.8px */
    letter-spacing: 1.68px;
    text-transform: uppercase;
  }
  html body footer .w400 {
    width: calc(100% - 40px);
  }
}