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

.vbox-overlay * {
  backface-visibility: visible;
}

.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-color: #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: -1px;
  right: 0;
  width: 50px;
  height: 40px;
  padding: 6px;
  display: block;
  background-position: 10px center;
  overflow: hidden;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  z-index: 1050;
}

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

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

.vbox-container img {
  max-width: 100%;
  height: auto;
}

.figlio {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: 100%;
  text-align: initial;
}

img.figlio {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.vbox-content.swipe-left {
  margin-left: -200px !important;
}

.vbox-content.swipe-right {
  margin-left: 200px !important;
}

.animated {
  webkit-transition: margin 300ms ease-out;
  transition: margin 300ms ease-out;
}

.animate-in {
  opacity: 1;
}

.animate-out {
  opacity: 0;
}

/* ---------- preloader ----------
 * SPINKIT 
 * http://tobiasahlin.com/spinkit/
-------------------------------- */
.sk-double-bounce, .sk-rotating-plane {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-rotating-plane {
  background-color: #333;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.sk-double-bounce {
  position: relative;
}

.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #333;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-child, .sk-spinner-pulse, .sk-three-bounce .sk-child {
  background-color: #333;
  border-radius: 100%;
}

.sk-double-bounce .sk-double-bounce2 {
  animation-delay: -1s;
}
@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.sk-wave .sk-rect {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-wave .sk-rect1 {
  animation-delay: -1.2s;
}

.sk-wave .sk-rect2 {
  animation-delay: -1.1s;
}

.sk-wave .sk-rect3 {
  animation-delay: -1s;
}

.sk-wave .sk-rect4 {
  animation-delay: -0.9s;
}

.sk-wave .sk-rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-waveStretchDelay {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-wandering-cubes .sk-cube {
  background-color: #333;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}

.sk-chasing-dots, .sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-wandering-cubes .sk-cube2 {
  animation-delay: -0.9s;
}
@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.sk-spinner-pulse {
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-chasing-dots {
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear;
}

.sk-chasing-dots .sk-child {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  animation: sk-chasingDotsBounce 2s infinite ease-in-out;
}

.sk-chasing-dots .sk-dot2 {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}
@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center;
}

.sk-three-bounce .sk-child {
  width: 20px;
  height: 20px;
  display: inline-block;
  animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-circle .sk-child:before, .sk-fading-circle .sk-circle:before {
  display: block;
  border-radius: 100%;
  content: "";
  background-color: #333;
}

.sk-three-bounce .sk-bounce1 {
  animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce2 {
  animation-delay: -0.16s;
}
@keyframes sk-three-bounce {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleBounceDelay {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}

.sk-cube-grid .sk-cube {
  width: 33.33%;
  height: 33.33%;
  background-color: #333;
  float: left;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  animation-delay: 0ms;
}

.sk-cube-grid .sk-cube8 {
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  animation-delay: 0.2s;
}
@keyframes sk-cubeGridScaleDelay {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  margin: 0 auto;
  width: 15%;
  height: 15%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}
@keyframes sk-circleFadeDelay {
  0%, 100%, 39% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  transform: scale(1.1);
}

.sk-folding-cube .sk-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  animation: sk-foldCubeAngle 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-folding-cube .sk-cube2 {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-folding-cube .sk-cube3 {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-folding-cube .sk-cube4 {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-folding-cube .sk-cube2:before {
  animation-delay: 0.3s;
}

.sk-folding-cube .sk-cube3:before {
  animation-delay: 0.6s;
}

.sk-folding-cube .sk-cube4:before {
  animation-delay: 0.9s;
}
@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    transform: perspective(140px) rotateX(0);
    opacity: 1;
  }
  100%, 90% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

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

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

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}

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

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

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

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

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides {
  zoom: 1;
}

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

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

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

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

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}

.flex-direction-nav .flex-prev {
  background-image: url(/images/icons/arrow-left.svg);
  left: 50px;
  border: 2px solid transparent;
}

.flex-direction-nav .flex-next {
  background-image: url(/images/icons/arrow-right.svg);
  right: 50px;
  text-align: right;
  border: 2px solid transparent;
}

.flex-direction-nav .flex-prev:hover {
  border-color: var(--black);
}

.flex-direction-nav .flex-next:hover {
  border-color: var(--black);
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

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

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

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
}

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

.flex-control-paging li a {
  width: 8px;
  height: 8px;
  display: block;
  background: var(--black);
  border: 1px solid var(--black);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  color: transparent;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.flex-control-paging li a:hover {
  background: var(--light-gray);
}

.flex-control-paging li a.flex-active {
  background: var(--light-gray);
  cursor: default;
}

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

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

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

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

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

.no-arrow .flex-direction-nav a {
  display: none !important;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 1000px) {
  .flex-direction-nav a {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
  .flex-control-nav {
    bottom: 3px;
  }
  .flex-direction-nav .flex-next {
    background-image: url(/images/icons/right-arrow-mob.svg);
    right: 0;
    background-size: auto;
  }
  .flex-direction-nav .flex-prev {
    background-image: url(/images/icons/left-arrow-mob.svg);
    left: 0;
    background-size: auto;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

@font-face {
  font-family: "CircularStdMedium";
  src: url("/fonts/CircularStdMedium.eot");
  src: url("/fonts/CircularStdMedium.eot") format("embedded-opentype"), url("/fonts/CircularStdMedium.woff2") format("woff2"), url("/fonts/CircularStdMedium.woff") format("woff"), url("/fonts/CircularStdMedium.ttf") format("truetype"), url("/fonts/CircularStdMedium.svg#CircularStdMedium") format("svg");
}
@font-face {
  font-family: "CircularStdBook";
  src: url("/fonts/CircularStdBook.eot");
  src: url("/fonts/CircularStdBook.eot") format("embedded-opentype"), url("/fonts/CircularStdBook.woff2") format("woff2"), url("/fonts/CircularStdBook.woff") format("woff"), url("/fonts/CircularStdBook.ttf") format("truetype"), url("/fonts/CircularStdBook.svg#CircularStdBook") format("svg");
}
:root {
  --xlarge: clamp(80px, 9vw, 150px);
  --large: 80px;
  --medium: 40px;
  --small: 20px;
  --orange: #FDDDC3;
  --blue: #D1DDD7;
  --green: #E7EDE1;
  --black: #000000;
  --white: #ffffff;
  --yellow: #FFD44F;
  --light-gray: #F6F6F6;
  --header-height: 80px;
}

.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: 23.5%;
  margin-right: 1.5%;
}

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

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 41.67%;
}

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

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

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66.67%;
}

.grid_9 {
  width: 75%;
}

.grid_10,
.flex-slider-holder {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

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

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

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

img {
  border: none;
  max-width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

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 {
  padding: 0;
  margin: 0;
  font-family: "CircularStdBook";
  font-weight: normal;
  font-size: 16px;
  font-size: clamp(14px, 0.78vw, 16px);
  line-height: 1.25em;
  text-align: left;
  color: var(--black);
}

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

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

h1 {
  font-size: 44px;
  line-height: 1.25em;
  text-align: left;
  color: var(--black);
  text-transform: initial;
}
h1 span {
  font-family: "CircularStdBook";
  font-size: 18px;
  line-height: initial;
  padding-bottom: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding-left: 2px;
}

#page-home h1 {
  font-size: 30px;
}

h2 {
  font-size: 32px;
  font-size: clamp(24px, 1.45vw, 32px);
  line-height: 1.05em;
  text-align: left;
  color: var(--black);
}
h2 .big,
h2 .large {
  font-size: 62px;
  line-height: 1em;
  text-align: left;
  color: var(--white);
}
h2 .big.dark,
h2 .large.dark {
  color: var(--black);
}
h2.medium {
  font-size: 20px;
}
h2 .role {
  display: block;
  font-size: 0.7em;
  padding: var(--small) 0;
  text-transform: uppercase;
}

#page-amenity #variable-width h2 {
  padding: 0 var(--small);
}

h4 {
  font-family: "CircularStdMedium";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-align: left;
}

p {
  text-align: left;
  color: var(--black);
  font-weight: 100;
}

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

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

.btn {
  display: inline-block;
  font-family: "CircularStdBook";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.07em;
  text-align: center;
  color: var(--black);
  width: -moz-max-content;
  width: max-content;
  position: relative;
  padding: 10px 30px;
  background: var(--black);
  color: var(--white);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.btn.fadeIn {
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.readmore {
  text-decoration: underline;
  margin-top: auto;
}

#videoPlay {
  display: block;
  width: 60px;
  max-width: calc(100% - 320px);
}

/* Navigation */
header {
  margin: 0 auto;
  width: 100%;
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 0 var(--medium);
  background-color: transparent;
  height: var(--header-height);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
header a {
  font-family: "CircularStdBook";
  font-size: 16px;
  color: var(--white);
}
header .main-logo {
  position: absolute;
  width: 160px;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
header .contact-us {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  top: 50%;
  right: var(--small);
  z-index: 3;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  text-transform: initial;
}
header .nav-toggle {
  display: none;
}
header nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 12;
  z-index: 1;
  max-width: 1000px;
}
header nav menu {
  list-style: none;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  min-width: 320px;
  max-width: 100%;
}
header nav menu li {
  margin: 0 10px;
}
header._bg {
  background-color: var(--light-gray);
}
header._bg a {
  color: var(--black);
}
header._bg .main-logo svg * {
  fill: var(--black);
}
header._bg .contact-us {
  color: var(--white);
}

.banner {
  background-color: var(--white);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.register input option,
.register select option {
  padding: 7px 5px;
  background: var(--black);
  color: var(--light-gray);
  text-align-last: left;
  text-align: left;
  -ms-text-align-last: left;
  -moz-text-align-last: left;
  text-align-last: left;
}

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

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

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

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

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

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

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

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

.register input:-webkit-input-placeholder,
.register textarea:-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
}

.register input::-webkit-input-placeholder,
.register textarea::-webkit-input-placeholder {
  color: var(--black);
  opacity: 1;
}

.register input:-moz-placeholder,
.register textarea:-moz-placeholder {
  color: var(--black);
  opacity: 1;
}

.register input::-moz-placeholder,
.register textarea::-moz-placeholder {
  color: var(--black);
  opacity: 1;
}

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

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

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

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

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

.privacy {
  font-size: 10px;
}

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

/*footer*/
footer {
  position: relative;
  width: 100%;
  padding: var(--medium);
  border-top: rgba(0, 0, 0, 0.2) 1px solid;
}
footer p,
footer a {
  font-size: 12px;
  text-align: left;
  color: var(--black);
}
footer #footer-logo {
  display: flex;
}
footer #footer-logo a {
  padding-right: 10px;
}
footer #footer-logo a img {
  max-width: 100%;
}

/* 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 #525252;
  clear: both;
}

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

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

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

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

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: var(--light-gray);
  overflow-x: hidden;
  cursor: default;
  font-size: 11px;
  z-index: 13;
  color: var(--black);
}

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: var(--light-gray);
  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: var(--light-gray);
}

div.token-input-dropdown-project ul li.token-input-dropdown-item2-project {
  background-color: var(--light-gray);
}

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: var(--light-gray);
}

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

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

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

main {
  display: block;
  position: relative;
  width: 100%;
  background-color: var(--light-gray);
}

section {
  display: block;
  position: relative;
  width: 100%;
  background-color: var(--light-gray);
}

.container {
  display: block;
  position: relative;
  width: 100%;
  margin: auto;
  padding-left: var(--large);
  padding-right: var(--large);
}
.container.medium {
  max-width: 1000px;
}
.container.large {
  max-width: 1280px;
}

#landing,
.landing {
  height: 100vh;
  height: 100svh;
  background-image: url(/images/home/home-banner.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
#landing #fullyvideo,
.landing #fullyvideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(/images/home/bg.jpg) no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
#landing .column,
.landing .column {
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 2;
}
#landing .column h2,
.landing .column h2 {
  font-size: 60px;
}

.landing h1 {
  padding-left: var(--large);
  display: flex;
  justify-content: center;
}

.fullyvideo {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  background-size: cover !important;
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.content-video {
  width: 100%;
  display: block;
}

.iframe-video {
  width: 100%;
  aspect-ratio: 16/9;
}

#player {
  width: 100%;
  aspect-ratio: 16/9;
}

.artist {
  font-family: "CircularStdBook";
  display: inline-block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: var(--light-gray);
  z-index: 2;
  font-size: 12px;
  line-height: 1em;
}

.tell {
  font-family: "CircularStdBook";
  display: block;
  color: var(--black);
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 5px;
}

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

.sticky {
  position: sticky;
  top: var(--xlarge);
}

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

.preloader {
  display: flex;
  position: fixed;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: calc(100% + 1px);
  top: 0;
  left: 0;
  z-index: 999;
  background-color: var(--yellow);
  overflow: hidden;
}
.preloader img {
  display: block;
  width: 500px;
  max-width: 60%;
  opacity: 0;
  padding-bottom: var(--medium);
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
}
.preloader h2 {
  text-align: center;
  transition: 0.7s;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -ms-transition: 0.7s;
  -o-transition: 0.7s;
  opacity: 0;
  transition-delay: 0.25s;
}
.preloader h2:last-child {
  transition-delay: 0.5s;
}
.preloader.active img,
.preloader.active h2 {
  opacity: 1;
}

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

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

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

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

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

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

.tagline {
  display: block;
  z-index: 2;
  margin: 0 auto;
  color: var(--white);
  font-family: "CircularStdMedium";
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2em;
  text-align: center;
}

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

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

#pop-up {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  padding: 10vh 6vw;
  overflow: hidden;
  overflow-y: visible;
  z-index: 99;
  display: none;
}

#pop-up h2 {
  padding-bottom: 30px;
  padding-top: 30px;
}

#pop-up h2:first-child {
  padding-top: 0;
}

#pop-up .flex {
  width: 100%;
  background-color: rgb(255, 255, 255);
}

#pop-up ul {
  list-style: decimal;
  padding-left: 24px;
}

#close {
  display: block;
  width: 100%;
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  background-color: var(--white);
}

#close span {
  display: block;
  width: -moz-max-content;
  width: max-content;
  text-decoration: underline;
  margin: auto;
  text-align: center;
  font-size: 14px;
  padding: 10px;
}

.gap30 {
  gap: 0 30px;
}

#page-news .gap30 {
  gap: 30px;
}
#page-news .grid_4 {
  width: calc(33.3333333333% - 30px);
}

.wmc {
  width: -moz-max-content;
  width: max-content;
}

.aspect2by3 {
  aspect-ratio: 2/3;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect3by2 {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.aspect1by1 {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}

#page-lifestyle .flex-viewport,
#page-design .flex-viewport {
  overflow: visible !important;
}
#page-lifestyle .flex-viewport li img,
#page-design .flex-viewport li img {
  padding: 0 var(--small);
}

.news-headline {
  min-height: 4em;
}

#page-news.details p,
#page-news.details li,
#page-news.details ul,
#page-news.details h2 {
  margin-bottom: 10px;
}
#page-news.details h2 {
  font-family: "CircularStdMedium";
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  text-align: left;
}
#page-news.details h2 strong {
  font-weight: inherit !important;
}

#page-news.details ul,
#page-news.details ol {
  list-style-type: disc;
  padding-left: 1em;
}

.map-cat {
  border-top: 1px solid var(--black);
  position: relative;
  font-family: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: left;
  color: var(--black);
  margin-bottom: 10px;
}
.map-cat .map-link {
  font-size: 14px;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0.15em;
  margin-bottom: 1em;
  text-transform: uppercase;
  display: block;
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 0;
  background-image: url(/images/svg/plus.svg);
  background-repeat: no-repeat;
  background-position: right 12px;
}
.map-cat .map-link.active {
  background-image: url(/images/svg/minus.svg);
}
.map-cat .map-inner {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}

.amenities-tiles {
  width: calc(20% - 20px);
  margin-right: 25px;
  margin-bottom: 25px;
}
.amenities-tiles:nth-child(5n) {
  margin-right: 0;
}

#variable-width .variableWidth {
  width: auto;
  height: 60vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  padding: 0 var(--small);
}
#variable-width button {
  text-decoration: none;
  display: block;
  width: 54px;
  height: 54px;
  margin: 0 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
#variable-width button.slick-next {
  background-image: url(/images/icons/arrow-right.svg);
  right: 50px;
  text-align: right;
}
#variable-width button.slick-prev {
  background-image: url(/images/icons/arrow-left.svg);
  left: 50px;
  text-align: right;
}

.variableWidth + h4 {
  padding: 10px 20px;
  font-size: 16px;
}

.v-line {
  width: 1px;
  height: auto;
  border-right: 1px solid var(--black);
}

.parallax {
  position: relative;
  height: 75vh;
  overflow: hidden;
}

.parallax img {
  width: 100%;
  height: calc(100% + 200px);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /*Startposition*/
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  /*Smoothtransition*/
  transition: transform 0.05s ease;
  -webkit-transition: transform 0.05s ease;
  -moz-transition: transform 0.05s ease;
  -ms-transition: transform 0.05s ease;
  -o-transition: transform 0.05s ease;
}

.article-source {
  font-size: 16px;
}

.underline {
  text-decoration: underline;
}

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

/*----------------------------*/
.row-gap-medium {
  row-gap: var(--medium);
}

.column-gap-medium {
  -moz-column-gap: var(--medium);
       column-gap: var(--medium);
}

.mba {
  margin-bottom: auto;
}

.mta {
  margin-top: auto;
}

.row {
  display: flex;
  position: relative;
}

.row-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.wrap {
  flex-wrap: wrap;
}

.column {
  display: flex;
  flex-flow: column;
  position: relative;
}

.fullwidth,
.full-width {
  width: 100%;
}

.fullheight,
.full-height {
  height: 100%;
}

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

.pbxl {
  padding-bottom: var(--xlarge);
}

.ptxl {
  padding-top: var(--xlarge);
}

.pbl {
  padding-bottom: var(--large);
}

.ptl {
  padding-top: var(--large);
}

.ptm {
  padding-top: var(--medium);
}

.pbm {
  padding-bottom: var(--medium);
}

.pbm2 {
  padding-bottom: var(--medium);
}

.pts {
  padding-top: var(--small);
}

.pbs {
  padding-bottom: var(--small);
}

.row,
.flex {
  display: flex;
}

.space-between {
  justify-content: space-between;
}

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

.flex-start {
  justify-content: flex-start;
}

.justify-center {
  justify-content: center;
}

.bg-orange {
  background-color: var(--orange);
}

.orange {
  color: var(--orange);
}

.bg-blue {
  background-color: var(--blue);
}

.blue {
  color: var(--blue);
}

.bg-green {
  background-color: var(--green);
}

.green {
  color: var(--green);
}

.white {
  color: var(--white);
}

.black {
  color: var(--black);
}

.justmobile,
.just-mobile {
  display: none;
}

.ma {
  margin: auto;
}

.mla {
  margin-left: auto;
}

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

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

.uppercase {
  text-transform: uppercase;
}

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

.my-video-links {
  font-family: "CircularStdBook";
  font-size: 20px;
  font-weight: 100;
  line-height: 1em;
  color: var(--white);
  border: 1px solid var(--white);
  padding: 6px 18px;
}

@media screen and (max-width: 1440px) {
  .container {
    padding-left: var(--medium);
    padding-right: var(--medium);
  }
  .landing h1 {
    padding-left: var(--medium);
  }
  .amenities-tiles {
    width: calc(25% - 30px);
    margin-right: 40px;
    margin-bottom: 40px;
  }
  .amenities-tiles:nth-child(5n) {
    margin-right: 40px;
  }
  .amenities-tiles:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1100px) {
  .amenities-tiles {
    width: calc(25% - 15px);
    margin-right: 20px;
    margin-bottom: 40px;
  }
  .amenities-tiles:nth-child(5n) {
    margin-right: 20px;
  }
  .amenities-tiles:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --xlarge: clamp(80px, 9vw, 150px);
    --large: 60px;
    --medium: 30px;
    --small: 14px;
    --header-height: 60px;
  }
  .justdesktop {
    display: none;
  }
  .justmobile {
    display: block;
  }
  .container {
    padding-left: var(--small);
    padding-right: var(--small);
  }
  .landing h1 {
    padding-left: var(--small);
  }
  .grid_6,
  .grid_4,
  .grid_5,
  .grid_8,
  .grid_7,
  .grid_3,
  .g3 {
    width: 100%;
    margin-right: 0;
  }
  .amenities-tiles {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 40px;
  }
  .m-mb {
    margin-bottom: clamp(75px, 9vw, 150px);
  }
  .m-pb {
    padding-bottom: clamp(75px, 9vw, 150px);
  }
  .m-pbm {
    padding-bottom: 40px;
  }
  .pbm2 {
    padding-bottom: clamp(75px, 9vw, 150px);
  }
  h2,
  p {
    max-width: 100% !important;
  }
  .sticky {
    position: initial;
    top: initial;
    margin-bottom: initial;
  }
  footer .row:last-child img {
    margin: 0 0 10px 0;
  }
  footer .row:last-child .grid_6:first-child {
    padding-bottom: 0;
  }
  footer .head {
    padding-bottom: var(--medium);
  }
  footer {
    padding: var(--large) var(--small) var(--medium);
  }
  footer .details {
    display: flex;
    flex-direction: column;
    padding-bottom: var(--medium);
  }
  footer #footer-logo {
    flex-direction: column;
  }
  footer #footer-logo a {
    margin-bottom: var(--small);
  }
  header {
    background-color: var(--black);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .main-logo {
    height: -moz-max-content;
    height: max-content;
    margin: auto;
    padding: 10px;
  }
  header .contact-us {
    position: fixed;
    width: -moz-max-content;
    width: 100%;
    top: initial;
    right: 0;
    z-index: 3;
    text-transform: initial;
    border-radius: 0;
    bottom: 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  header a {
    color: var(--black);
  }
  header nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--white);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transform: translate(100%);
    -webkit-transform: translate(100%);
    -moz-transform: translate(100%);
    -ms-transform: translate(100%);
    -o-transform: translate(100%);
  }
  header nav menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
  header nav menu:last-child {
    margin-bottom: 0;
  }
  header nav menu li {
    margin-bottom: 30px;
  }
  header nav menu li a {
    font-size: 18px;
    font-weight: bold;
  }
  header nav menu li:last-child {
    margin-bottom: 0;
  }
  header .nav-toggle {
    display: block;
    position: absolute;
    right: var(--small);
    z-index: 3;
    color: white;
  }
  header.active_nav .nav-toggle {
    color: black;
  }
  header.active_nav nav {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
  }
  header.active_nav .nav-toggle:before {
    content: "";
  }
  header.active_nav .nav-toggle:after {
    content: "Close";
  }
  header .nav-toggle {
    display: block;
    position: absolute;
    right: var(--small);
  }
  header .nav-toggle:before {
    content: "Menu";
  }
  #page-news .gap30 {
    gap: 0;
  }
  #page-news .grid_4 {
    width: 100%;
  }
  #landing .main-logo {
    max-width: calc(100% - 40px);
  }
  .landing > .row h1,
  #landing > .row h1 {
    display: flex;
    justify-content: center;
  }
  .preloader h2 {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #landing .column h2,
  .landing .column h2 {
    font-size: 28px;
  }
  .tagline {
    font-size: 24px;
  }
  #page-home h1 {
    font-size: 26px;
  }
  .m-pt0 {
    padding-top: 0 !important;
  }
  h1 {
    font-size: 24px;
  }
  .landing {
    height: 50vh;
  }
  #map-cats {
    padding-left: 20px;
    padding-right: 20px;
  }
  #videoPlay img {
    width: 40px;
  }
  .m-mbm {
    margin-bottom: var(--medium);
  }
  .m-column {
    flex-direction: column;
  }
  .m-column-reverse {
    flex-direction: column-reverse;
  }
  #variable-width button.slick-prev {
    left: 10px;
  }
  #variable-width button.slick-next {
    right: 10px;
  }
  #variable-width .variableWidth {
    height: 60vw;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #page-amenity #variable-width .variableWidth {
    padding: 0 2px 0 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #page-amenity h2 {
    padding: 0 2px;
  }
  #page-amenity h2 .role {
    display: block;
    font-size: 10px;
    padding: var(--small) 0;
    text-transform: uppercase;
    max-width: 98%;
    line-height: 1.1;
  }
  .parallax {
    height: 60vw;
  }
}/*# sourceMappingURL=style.css.map */