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

.vbox-overlay {
  --vbox-tools-color:#fff;
  --vbox-title-background:#101010;
  --vbox-title-width:"auto";
  --vbox-title-radius:0;
  --vbox-share-background:#101010;
  --vbox-share-width:"auto";
  --vbox-share-radius:0;
  --vbox-padding:0;
  --vbox-max-width:100%;
}

.vbox-overlay *, .vbox-overlay :after, .vbox-overlay :before {
  -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: 999999;
}

.vbox-share, .vbox-title {
  line-height: 1;
  position: fixed;
  z-index: 98;
  text-align: center;
  margin: 0 auto;
  color: var(--vbox-tools-color);
}

.vbox-title {
  font-size: 12px;
  background-color: var(--vbox-title-background);
  width: var(--vbox-title-width);
  border-radius: var(--vbox-title-radius);
  padding: 12px 54px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.vbox-share {
  font-size: 24px;
  padding: 0 0.35em;
  background-color: var(--vbox-share-background);
  width: var(--vbox-share-width);
  border-radius: var(--vbox-share-radius);
}

.vbox-link-btn, button.vbox-link-btn, button.vbox-link-btn:active, button.vbox-link-btn:focus, button.vbox-link-btn:hover {
  border: none !important;
  background: 0 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  padding: 6px 12px;
  outline: 0;
  display: inline-block;
  cursor: pointer;
}

.vbox-share a {
  color: inherit !important;
  padding: 6px 12px;
  display: inline-block;
}

.vbox-share svg {
  z-index: 10;
  vertical-align: middle;
}

.vbox-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 6px 15px;
  color: #000;
  color: var(--vbox-tools-color);
  border: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-close:hover {
  opacity: 1;
}

.vbox-left-corner {
  cursor: pointer;
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  line-height: 1;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
  color: var(--vbox-tools-color);
}

.vbox-num {
  display: inline-block;
  padding: 12px 15px;
}

.vbox-left {
  left: 0;
}

.vbox-right {
  right: 0;
}

.vbox-top {
  top: 0;
}

.vbox-bottom {
  bottom: 0;
}

.vbox-next, .vbox-prev {
  position: fixed;
  top: 50%;
  margin-top: -15px;
  overflow: hidden;
  cursor: pointer;
  display: block;
  width: 45px;
  height: 45px;
  z-index: 99;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.vbox-next:hover, .vbox-prev:hover {
  opacity: 1;
}

.vbox-next span, .vbox-prev span {
  position: relative;
  width: 20px;
  height: 20px;
  border: 2px solid transparent;
  border-top-color: var(--vbox-tools-color);
  border-right-color: var(--vbox-tools-color);
  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;
}

.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%;
  padding: 30px 0;
}

.vbox-content {
  opacity: 0;
  text-align: center;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 4%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

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

.vbox-child {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  max-width: var(--vbox-max-width);
  text-align: initial;
  padding: var(--vbox-padding);
}

.vbox-child img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: block;
}

.vbox-fit .vbox-child img, .vbox-fit .vbox-child.venoratio {
  max-height: calc(100vh - 60px);
}

.vbox-inline, .venoratio {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.venoratio::before {
  display: block;
  padding-top: var(--vb-aspect-ratio);
  content: "";
}

.venoratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--vbox-padding);
}

.venoratio-1x1 {
  --vb-aspect-ratio:100%;
  max-width: min(var(--vbox-max-width), 100vh - 60px);
}

.venoratio-4x3.vbox-child.venoratio {
  --vb-aspect-ratio:calc(3 / 4 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 4 / 3);
}

.venoratio-16x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 16 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 16 / 9);
}

.venoratio-21x9.vbox-child.venoratio {
  --vb-aspect-ratio:calc(9 / 21 * 100%);
  max-width: min(var(--vbox-max-width), (100vh - 60px) * 21 / 9);
}

.venoratio-full {
  --vb-aspect-ratio:calc(100vh - 60px);
}

.vbox-grab .vbox-child img {
  cursor: grab;
}

.vbox-child > iframe {
  border: none !important;
}

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

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

.vbox-preloader {
  transform: translateZ(0);
}

.vbox-preloader .vbox-preloader-inner {
  opacity: 1;
  transition: opacity 0.2s;
}

.vbox-hidden {
  display: none;
}

.vbox-preloader.vbox-hidden .vbox-preloader-inner {
  opacity: 0;
}

.vbox-backdrop {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateZ(-1px);
  z-index: 0;
}

.vbox-tooltip {
  position: relative;
  display: inline-block;
}

.vbox-tooltip .vbox-tooltip-text {
  visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
  margin-bottom: 2px;
  font-family: sans-serif;
}

.vbox-top .vbox-tooltip .vbox-tooltip-text {
  bottom: auto;
  top: 100%;
  margin-bottom: 0;
  margin-top: 2px;
}

.vbox-tooltip-inner {
  padding: 5px 10px;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 6px;
  font-size: 10px;
}

.vbox-tooltip:hover .vbox-tooltip-text {
  visibility: visible;
  opacity: 1;
}

.vbox-overlay {
  --sk-size:40px;
  --sk-color:#333;
}

.sk-center {
  margin: auto;
}

.sk-plane {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  animation: sk-plane 1.2s infinite ease-in-out;
}

@keyframes sk-plane {
  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-chase {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  animation: sk-chase-dot 2s infinite ease-in-out both;
}

.sk-chase-dot:before {
  content: "";
  display: block;
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3) {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
  animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-chase-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

@keyframes sk-chase {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot {
  100%, 80% {
    transform: rotate(360deg);
  }
}
@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4);
  }
  0%, 100% {
    transform: scale(1);
  }
}
.sk-bounce {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-bounce-dot {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--sk-color);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.sk-bounce-dot:nth-child(2) {
  animation-delay: -1s;
}

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
  }
  45%, 55% {
    transform: scale(1);
  }
}
.sk-wave {
  width: var(--sk-size);
  height: var(--sk-size);
  display: flex;
  justify-content: space-between;
}

.sk-wave-rect {
  background-color: var(--sk-color);
  height: 100%;
  width: 15%;
  animation: sk-wave 1.2s infinite ease-in-out;
}

.sk-wave-rect:nth-child(1) {
  animation-delay: -1.2s;
}

.sk-wave-rect:nth-child(2) {
  animation-delay: -1.1s;
}

.sk-wave-rect:nth-child(3) {
  animation-delay: -1s;
}

.sk-wave-rect:nth-child(4) {
  animation-delay: -0.9s;
}

.sk-wave-rect:nth-child(5) {
  animation-delay: -0.8s;
}

@keyframes sk-wave {
  0%, 100%, 40% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
.sk-pulse {
  width: var(--sk-size);
  height: var(--sk-size);
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-pulse 1.2s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

@keyframes sk-pulse {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.sk-flow {
  width: calc(var(--sk-size) * 1.3);
  height: calc(var(--sk-size) * 1.3);
  display: flex;
  justify-content: space-between;
}

.sk-flow-dot {
  width: 25%;
  height: 25%;
  background-color: var(--sk-color);
  border-radius: 50%;
  animation: sk-flow 1.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0s infinite both;
}

.sk-flow-dot:nth-child(1) {
  animation-delay: -0.3s;
}

.sk-flow-dot:nth-child(2) {
  animation-delay: -0.15s;
}

@keyframes sk-flow {
  0%, 100%, 80% {
    transform: scale(0.3);
  }
  40% {
    transform: scale(1);
  }
}
.sk-swing {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  animation: sk-swing 1.8s infinite linear;
}

.sk-swing-dot {
  width: 45%;
  height: 45%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-swing-dot 2s infinite ease-in-out;
}

.sk-swing-dot:nth-child(2) {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes sk-swing {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes sk-swing-dot {
  0%, 100% {
    transform: scale(0.2);
  }
  50% {
    transform: scale(1);
  }
}
.sk-circle {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

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

.sk-circle-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle 1.2s infinite ease-in-out both;
}

.sk-circle-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle {
  0%, 100%, 80% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.sk-circle-fade {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

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

.sk-circle-fade-dot:before {
  content: "";
  display: block;
  width: 15%;
  height: 15%;
  background-color: var(--sk-color);
  border-radius: 100%;
  animation: sk-circle-fade 1.2s infinite ease-in-out both;
}

.sk-circle-fade-dot:nth-child(1) {
  transform: rotate(30deg);
}

.sk-circle-fade-dot:nth-child(2) {
  transform: rotate(60deg);
}

.sk-circle-fade-dot:nth-child(3) {
  transform: rotate(90deg);
}

.sk-circle-fade-dot:nth-child(4) {
  transform: rotate(120deg);
}

.sk-circle-fade-dot:nth-child(5) {
  transform: rotate(150deg);
}

.sk-circle-fade-dot:nth-child(6) {
  transform: rotate(180deg);
}

.sk-circle-fade-dot:nth-child(7) {
  transform: rotate(210deg);
}

.sk-circle-fade-dot:nth-child(8) {
  transform: rotate(240deg);
}

.sk-circle-fade-dot:nth-child(9) {
  transform: rotate(270deg);
}

.sk-circle-fade-dot:nth-child(10) {
  transform: rotate(300deg);
}

.sk-circle-fade-dot:nth-child(11) {
  transform: rotate(330deg);
}

.sk-circle-fade-dot:nth-child(1):before {
  animation-delay: -1.1s;
}

.sk-circle-fade-dot:nth-child(2):before {
  animation-delay: -1s;
}

.sk-circle-fade-dot:nth-child(3):before {
  animation-delay: -0.9s;
}

.sk-circle-fade-dot:nth-child(4):before {
  animation-delay: -0.8s;
}

.sk-circle-fade-dot:nth-child(5):before {
  animation-delay: -0.7s;
}

.sk-circle-fade-dot:nth-child(6):before {
  animation-delay: -0.6s;
}

.sk-circle-fade-dot:nth-child(7):before {
  animation-delay: -0.5s;
}

.sk-circle-fade-dot:nth-child(8):before {
  animation-delay: -0.4s;
}

.sk-circle-fade-dot:nth-child(9):before {
  animation-delay: -0.3s;
}

.sk-circle-fade-dot:nth-child(10):before {
  animation-delay: -0.2s;
}

.sk-circle-fade-dot:nth-child(11):before {
  animation-delay: -0.1s;
}

@keyframes sk-circle-fade {
  0%, 100%, 39% {
    opacity: 0;
    transform: scale(0.6);
  }
  40% {
    opacity: 1;
    transform: scale(1);
  }
}
.sk-grid {
  width: var(--sk-size);
  height: var(--sk-size);
}

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

.sk-grid-cube:nth-child(1) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(2) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(3) {
  animation-delay: 0.4s;
}

.sk-grid-cube:nth-child(4) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(5) {
  animation-delay: 0.2s;
}

.sk-grid-cube:nth-child(6) {
  animation-delay: 0.3s;
}

.sk-grid-cube:nth-child(7) {
  animation-delay: 0s;
}

.sk-grid-cube:nth-child(8) {
  animation-delay: 0.1s;
}

.sk-grid-cube:nth-child(9) {
  animation-delay: 0.2s;
}

@keyframes sk-grid {
  0%, 100%, 70% {
    transform: scale3D(1, 1, 1);
  }
  35% {
    transform: scale3D(0, 0, 1);
  }
}
.sk-fold {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
  transform: rotateZ(45deg);
}

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

.sk-fold-cube:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--sk-color);
  animation: sk-fold 2.4s infinite linear both;
  transform-origin: 100% 100%;
}

.sk-fold-cube:nth-child(2) {
  transform: scale(1.1) rotateZ(90deg);
}

.sk-fold-cube:nth-child(4) {
  transform: scale(1.1) rotateZ(180deg);
}

.sk-fold-cube:nth-child(3) {
  transform: scale(1.1) rotateZ(270deg);
}

.sk-fold-cube:nth-child(2):before {
  animation-delay: 0.3s;
}

.sk-fold-cube:nth-child(4):before {
  animation-delay: 0.6s;
}

.sk-fold-cube:nth-child(3):before {
  animation-delay: 0.9s;
}

@keyframes sk-fold {
  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;
  }
}
.sk-wander {
  width: var(--sk-size);
  height: var(--sk-size);
  position: relative;
}

.sk-wander-cube {
  background-color: var(--sk-color);
  width: 20%;
  height: 20%;
  position: absolute;
  top: 0;
  left: 0;
  --sk-wander-distance:calc(var(--sk-size) * 0.75);
  animation: sk-wander 2s ease-in-out -2s infinite both;
}

.sk-wander-cube:nth-child(2) {
  animation-delay: -0.5s;
}

.sk-wander-cube:nth-child(3) {
  animation-delay: -1s;
}

@keyframes sk-wander {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: translateX(var(--sk-wander-distance)) rotate(-90deg) scale(0.6);
  }
  50% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-179deg);
  }
  50.1% {
    transform: translateX(var(--sk-wander-distance)) translateY(var(--sk-wander-distance)) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(var(--sk-wander-distance)) rotate(-270deg) scale(0.6);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@font-face {
  font-family: "Items";
  src: url("/fonts/Items-Regular.woff2") format("woff2"), url("/fonts/Items-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABCDiatype-Medium";
  src: url("/fonts/ABCDiatype-Medium.woff2") format("woff2"), url("/fonts/ABCDiatype-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABCDiatype-Light";
  src: url("/fonts/ABCDiatype-Light.woff2") format("woff2"), url("/fonts/ABCDiatype-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "ABCDiatype-Regular";
  src: url("/fonts/ABCDiatype-Regular.woff2") format("woff2"), url("/fonts/ABCDiatype-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --items: "items";
  --ABCDiatype-Light: "ABCDiatype-Light";
  --ABCDiatype-Regular: "ABCDiatype-Regular";
  --ABCDiatype-Medium: "ABCDiatype-Medium";
  --header-height: 80px;
  --light: #ffffff;
  --white: #ffffff;
  --purple: #551587;
  --light-purple: #E4DAE7;
  --gray: #373737;
  --black: #000000;
  --white: #ffffff;
  --xlarge: 140px;
  --large: 96px;
  --medium: 48px;
  --small: 24px;
  --xsmall: 12px;
}

html {
  height: 100%;
}

body {
  font-family: var(--ABCDiatype-Light);
  font-size: 16px;
  line-height: 1.3em;
  color: var(--black);
  margin: 0;
  padding: 0;
  height: 100vh;
  height: 100svh;
  font-weight: 300;
}

.fullyvideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

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

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: 25%;
}

.grid_4 {
  width: 33.33%;
}

.grid_5 {
  width: 40%;
  width: calc(40% - 20px);
  margin-right: 20px;
}

.grid_6 {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.grid_6:nth-child(2n) {
  margin-right: 0;
}

.half {
  width: 50%;
  padding-right: 20px;
  position: relative;
}

.grid_7 {
  width: 58.33%;
}

.grid_8 {
  width: 66%;
}

.grid_9 {
  width: 75%;
}

.grid_10 {
  width: 83.33%;
}

.grid_11 {
  width: 91.67%;
}

.grid_12 {
  width: 100%;
}

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

.toFade {
  opacity: 0;
  transition: opacity 0.7s;
}
.toFade.animated {
  opacity: 1;
}

.toSlide {
  height: 1em;
  overflow: hidden;
}
.toSlide span {
  display: block;
  transform: translateY(110%);
  transition: transform 1s;
  line-height: 1;
}
.toSlide.animated span {
  transform: translateY(0%);
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.container.small {
  max-width: 800px;
}
@media screen and (max-width: 1340px) {
  .container {
    max-width: 100%;
    padding-left: var(--medium);
    padding-right: var(--medium);
  }
}

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

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

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

.mb-bottom {
  margin-bottom: var(--medium);
}

section {
  position: relative;
}
section.landing {
  overflow: hidden;
}
section.landing img.banner {
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
section.landing:has(.fullyvideo) {
  height: 100svh;
}

#discalimer {
  padding: 60px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.7s;
  display: none;
  position: fixed;
  top: 0;
  padding: 30px 10px;
  overflow-y: scroll;
  height: 100%;
  left: 0;
  width: 100%;
  font-size: 16px;
  text-align: center;
  z-index: 1000;
  background-color: var(--black);
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
}
#discalimer .inner {
  position: relative;
  width: 900px;
  margin: auto;
  max-width: 100%;
}
#discalimer .inner .close {
  top: -25px;
  right: 0px;
}
#discalimer h3 {
  color: var(--white);
  margin-bottom: 10px;
}
#discalimer p {
  color: var(--white);
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  font-family: var(--items);
  font-weight: 400;
  color: var(--black);
  line-height: 100%;
  position: relative;
}

h1 {
  text-align: center;
  /* intro head */
  font-size: 40px;
  /* 40px */
}

h2 {
  text-align: center;
  /* intro head */
  font-size: 40px;
  /* 40px */
}

p.small {
  font-size: 0.8em;
}

h2.special {
  margin-bottom: -0.5em;
  z-index: 2;
}

h2.special2 {
  margin-bottom: -1.5em;
  z-index: 2;
}

h3 {
  font-size: 24px;
}

.banner {
  font-size: 127px;
  font-size: clamp(40px, 6.8vw, 100px);
}
.banner span {
  font-family: var(--ABCDiatype-Light);
  display: block;
  letter-spacing: -2px;
}
.banner.medium {
  font-size: clamp(34px, 4.5vw, 80px);
}

.btn {
  text-transform: uppercase;
  text-align: center;
  color: var(--purple);
  background-color: var(--light-purple);
  font-family: var(--ABCDiatype-Medium);
  margin: 0 auto;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  width: -moz-max-content;
  width: max-content;
  padding: 15px 30px;
  min-width: 200px;
}

/* Navigation */
header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 var(--medium);
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  height: var(--header-height);
}
header._bg {
  background-color: var(--white);
}
header #logo {
  z-index: 2;
  margin: auto;
  width: 300px;
  position: absolute;
  left: 0;
  right: 0;
}
header #logo svg {
  width: 100%;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
}
header .enq {
  color: var(--white);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 120px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--white);
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
header._bg #nav-toggle span {
  border-bottom: 1px solid var(--purple);
}
header._bg .enq {
  color: var(--purple);
  border: 1px solid var(--purple);
}
header._bg #logo svg path {
  fill: var(--purple) !important;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

menu {
  position: fixed;
  top: 0;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  margin: 0 auto;
  padding: var(--header-height) var(--large) var(--small) var(--large);
  z-index: 999;
  background-image: url(/images/CoolGradient.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
  width: 50%;
  overflow: hidden;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transition: all 1000ms cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /* easeInOutExpo */
}
menu li {
  transition: all 1000ms cubic-bezier(1, 0, 0, 1);
  /*easeInOutExpo*/
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  /*easeInOutExpo*/
  opacity: 0;
  transform: translateX(-200%);
  -webkit-transform: translateX(-200%);
  -moz-transform: translateX(-200%);
  -ms-transform: translateX(-200%);
  -o-transform: translateX(-200%);
}
menu li a {
  color: #FFF;
  font-family: var(--items);
  font-size: clamp(32px, 4.5vw, 60px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
menu li a.active-page {
  font-family: var(--ABCDiatype-Medium);
}
menu.active_nav {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}
menu.active_nav li {
  opacity: 1;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
}

/* nav-toggle */
#nav-toggle {
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#nav-toggle span {
  cursor: pointer;
  height: 1px;
  width: 100%;
  border-bottom: 1px solid var(--white);
  display: block;
}

#nav-toggle.active {
  justify-content: center;
}
#nav-toggle.active span:nth-child(2) {
  border-color: transparent !important;
}
#nav-toggle.active span:first-child {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
#nav-toggle.active span:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

#nav-toggle.active span:last-child {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}

/* enquiry */
#enquire {
  position: relative;
  background: #F8F4F8;
  width: 100%;
}

.close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 16px;
}

#closeBg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  display: none;
  opacity: 0;
  transition: opacity 0.7s;
  z-index: 2;
}

input,
select {
  margin: 0 auto 10px auto;
  padding: 15px 0 5px 0;
  color: var(--black);
  width: 100%;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0 none;
  border-bottom: 1px solid var(--black);
  text-align: left;
  color: #000;
  font-family: var(--ABCDiatype-Light);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

select {
  text-align-last: inherit;
  text-align: inherit;
  -ms-text-align-last: inherit;
  -moz-text-align-last: inherit;
  text-align-last: inherit;
  background-image: url(/images/buttons/arrow-down.svg);
  background-position: right center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
}
select option {
  color: var(--black);
  background: #fff;
}

.b_submit {
  cursor: pointer;
  border: none;
  margin: 0;
  width: 150px;
  min-width: initial;
  opacity: 1;
}

.tel {
  font-size: 26px;
  color: var(--purple);
  margin-bottom: 30px;
  display: block;
  font-family: "Items";
}

.privacy {
  font-size: 10px;
  line-height: 1.5em;
}
.privacy a {
  font-weight: 500;
  text-decoration: underline;
}

.chk_holder {
  margin: 10px auto;
  position: relative;
}

#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;
  font-family: inherit;
  display: inline;
  margin: auto;
}

#chkInternational + label:before {
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid;
  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;
  border-right: 2px solid;
  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: var(--black);
  opacity: 1;
}

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

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

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

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

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

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

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

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

/*footer*/
footer {
  width: 100%;
  padding: var(--medium) var(--medium) var(--small) var(--medium);
  margin: auto;
  position: relative;
}
footer * {
  font-size: 12px;
}

.deicorp {
  display: block;
  width: 137px;
}

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

ul.token-input-list-project li input {
  width: 100% !important;
}

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;
  white-space: nowrap;
  list-style: none;
  display: inline-block;
}

div.token-input-dropdown-project {
  position: absolute;
  width: 100%;
  background-color: #fff;
  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: #fff;
  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: #fff;
}

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

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

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

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

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

.fully-bg-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* Define keyframes for the marquee animation */
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* Apply the marquee animation to the .marquee elements */
.marquee {
  white-space: nowrap;
  overflow: hidden;
  /*Change10stoadjustthespeed*/
  animation: marquee 40s linear infinite;
  -webkit-animation: marquee 40s linear infinite;
}

.icons {
  height: 60px;
  margin: 0 auto auto;
}
.icons + p {
  padding-top: var(--xsmall);
  font-size: 12px;
}

#responsive .slides img {
  height: 70svh;
}
#responsive .slides .slides-content {
  box-sizing: border-box;
  display: none;
}

.content-holder {
  width: 500px;
  max-width: 100%;
  margin: auto;
  padding-top: var(--small);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-holder .slides-content {
  display: flex;
  flex-direction: column;
  display: none;
}
.content-holder .slides-content * {
  text-align: center;
}

.slides {
  position: relative;
}

.artist {
  position: absolute;
  bottom: 10px;
  left: 20px;
  text-transform: uppercase;
  z-index: 2;
  color: var(--white);
  font-size: 10px;
  line-height: 100%;
}
.artist.right {
  left: auto;
  right: 20px;
}

.slick-arrow {
  width: 40px;
  height: 40px;
  background: transparent;
  left: 0;
  top: 50%;
  color: transparent;
  font-size: 0px;
  z-index: 2;
  cursor: pointer;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.slick-prev,
.btnPrev.white {
  background-image: url(/images/svg/arrow-left.svg) !important;
  margin-right: 7px;
}

.slick-next,
.btnNext.white {
  background-image: url(/images/svg/arrow-right.svg) !important;
  margin-left: 7px;
}

.slider-nav {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: var(--large);
  z-index: 2;
}

.plus {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  transition-delay: 0.5s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.plus .shape {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  background-color: var(--light-purple);
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: var(--xsmall);
}
.plus .shape::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  border: 1px solid var(--purple);
}
.plus .shape::before {
  content: "";
  position: absolute;
  width: 1;
  height: 15px;
  border: 1px solid var(--purple);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.plus .title {
  color: var(--light);
  font-family: var(--items);
  font-size: 24px;
  font-style: normal;
  text-transform: uppercase;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.plus .details {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: calc(-50% - 20px);
  width: -moz-max-content;
  width: max-content;
  max-width: 300px;
  margin: auto;
  color: var(--purple);
  background-color: var(--light-purple);
  padding: var(--xsmall);
  pointer-events: none;
  z-index: 2;
  -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
          clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -ms-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.plus .details .title {
  color: var(--purple);
  padding-bottom: var(--xsmall);
}
.plus.the-view {
  top: 21%;
  left: 60%;
}
.plus.the-residences {
  top: 35%;
  left: 29%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.plus.the-residences .shape {
  margin-right: 0;
  margin-left: var(--xsmall);
}
.plus.the-residences > .row {
  flex-direction: row-reverse;
}
.plus.the-residences .details {
  left: auto;
  right: -50%;
}
.plus.the-design {
  top: 53.5%;
  left: 60%;
}
.plus.the-podium {
  top: 83%;
  left: 73%;
}
.plus.the-connection {
  top: 89%;
  left: 37%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
}
.plus.the-connection .shape {
  margin-right: 0;
  margin-left: var(--xsmall);
}
.plus.the-connection > .row {
  flex-direction: row-reverse;
}
.plus.the-connection .details {
  left: auto;
  right: -50%;
}
.plus:hover .shape {
  opacity: 0;
}
.plus:hover .row .title {
  opacity: 0;
}
.plus:hover .details {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  pointer-events: initial;
}

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

img.lazy-fade.fadeIn {
  transition-delay: 0s !important;
  opacity: 1;
}

.banner.lazy-fade,
h1.lazy-fade {
  transition-delay: 0s;
  transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
}
.banner.lazy-fade.fadeIn,
h1.lazy-fade.fadeIn {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.z2 {
  z-index: 2;
}

.pano {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pano .panoImage {
  width: calc(100% + 400px);
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  max-width: initial;
  position: relative;
}
.pano .flag {
  position: absolute;
  z-index: 2;
  top: 25%;
  left: 25.5%;
  width: 200px;
}

.group {
  position: relative;
}

.slider-holder {
  overflow: hidden;
}

.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: -moz-max-content;
  width: max-content;
  display: block;
  list-style: none;
}
.slick-dots li {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.slick-dots li.slick-active {
  display: inline-block;
  width: 66px;
}
.slick-dots a,
.slick-dots .total {
  font-family: var(--items);
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  color: var(--white);
}
.slick-dots .total {
  font-family: var(--Items);
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  font-family: var(--items);
  font-style: normal;
  font-weight: 400;
  color: var(--white);
  height: -moz-max-content;
  height: max-content;
  margin-top: auto;
  display: inline-block;
}

.arrows {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  right: var(--medium);
}
.arrows .btnPrev,
.arrows .btnPrev2 {
  background-image: url(/images/svg/arrow-left-black.svg);
  margin-right: 7px;
}
.arrows .btnNext,
.arrows .btnNext2 {
  background-image: url(/images/svg/arrow-right-black.svg);
  margin-left: 7px;
}
.arrows.team-slider {
  bottom: var(--xsmall);
  right: 20px;
}
.arrows.projects-team {
  position: relative;
  right: auto;
  bottom: auto;
  justify-content: flex-start;
  margin-top: var(--small);
}

.p-text-top {
  font-family: "Items";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(50px, 9vw, 140px);
  line-height: 100%;
  background: linear-gradient(90deg, #D5C6E9 0%, #6B85E0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 2;
  margin-bottom: -0.5em;
  z-index: 2;
  position: relative;
}

.p-text-bottom {
  font-family: "Items";
  font-style: normal;
  font-weight: 400;
  font-size: clamp(50px, 9vw, 140px);
  line-height: 100%;
  background: linear-gradient(90deg, #D5C6E9 0%, #6B85E0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  z-index: 2;
  margin-top: -0.5em;
  z-index: 2;
  position: relative;
}

.no-dots .slick-dots {
  display: none !important;
}

.bt1w {
  border-top: 1px solid var(--white);
}

.iconsholder span {
  border: 1px solid var(--white);
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: var(--xsmall);
  width: 100px;
}
.iconsholder span img {
  width: 60px;
  height: 60px;
  margin: auto;
}
.iconsholder p {
  text-align: center;
  line-height: 1;
}

.greaterthan {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid var(--white);
  margin-top: 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 20px;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}

.history-details-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history-details-holder > div {
  color: var(--white);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.history-details-holder > div span.uppercase {
  font-family: var(--items);
  display: flex;
  padding: var(--xsmall) 0;
}

.variable-dots-position {
  position: relative;
}
.variable-dots-position .slick-dots {
  bottom: initial !important;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
}

.distance {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  color: var(--white);
}
.distance .number {
  color: var(--white);
  text-align: center;
  font-family: var(--items);
  font-size: 120px;
  line-height: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
}

.cat,
.sub-cat {
  list-style: none;
  padding-right: 20px;
}

.sub-cat {
  padding: var(--xsmall) 0;
  border-top: 1px solid var(--white);
}
.sub-cat li {
  color: var(--white);
  font-family: var(--items);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 28.8px */
  background-image: url(/images/svg/select-open.svg);
  background-position: 96% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
}
.sub-cat li .color {
  display: flex;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
}
.sub-cat:first-child {
  border-top: 0 none;
  padding-top: 0;
}
.sub-cat.active li {
  background-image: url(/images/svg/select-close.svg);
  cursor: default;
}
.sub-cat.active + .cat {
  height: initial;
}

.cat {
  height: 0;
  overflow: hidden;
}
.cat li {
  color: var(--white);
  font-family: var(--ABCDiatype-Light);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 20.8px */
}
.cat li:last-child {
  padding-bottom: var(--xsmall);
}

#map-details {
  padding-left: var(--medium);
}
#map-details > div {
  max-width: 100%;
}

#back-to-top {
  margin: var(--xsmall) 0 var(--xsmall) auto;
}

#map-holder {
  background: linear-gradient(to top, rgb(120, 100, 161) 0%, rgb(125, 144, 210) 49%, rgb(203, 202, 220) 89%, rgb(215, 213, 224) 100%);
}

.map-holder svg {
  width: 100% !important;
  height: auto !important;
}
.map-holder svg #shopping,
.map-holder svg #cafes,
.map-holder svg #education,
.map-holder svg #leisure,
.map-holder svg #pets {
  opacity: 0;
}
.map-holder.shopping svg #shopping {
  opacity: 1;
}
.map-holder.cafes svg #cafes {
  opacity: 1;
}
.map-holder.education svg #education {
  opacity: 1;
}
.map-holder.leisure svg #leisure {
  opacity: 1;
}
.map-holder.pets svg #pets {
  opacity: 1;
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 150px;
  /* Adjust size as needed */
  height: 150px;
  /* Adjust size as needed */
  pointer-events: none;
  /* Make sure the cursor doesn't interfere with other elements */
  z-index: 10000;
  /* Ensure it appears above all other elements */
  display: none;
  /* Hide by default */
}
.custom-cursor svg {
  width: 100px;
  height: 100px;
}

.pano {
  cursor: none;
}

#preloader {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
}
#preloader img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#preloader h2 {
  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%);
  display: none;
}

.svh70 {
  height: 70vh;
  height: 70svh;
  -o-object-position: left;
     object-position: left;
}

.variable-width.fullbleed .slick-list {
  overflow: visible !important;
}

.container:has(.variable-width) {
  -webkit-clip-path: inset(0 -100% 0 0);
          clip-path: inset(0 -100% 0 0);
}

.purpl-gradient {
  background: linear-gradient(179deg, rgb(239, 225, 222) 0%, rgb(143, 160, 212) 60%, rgb(129, 114, 171) 100%);
}
.purpl-gradient.fadeIn {
  opacity: 0.7;
}

#thank {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #F8F4F8;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
#thank * {
  text-align: center !important;
}

/*--------------------------------------*/
/*--------------------------------------*/
/*--------------------------------------*/
.bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg.bottom {
  background-position: bottom;
}
.bg.top {
  background-position: top;
}
.bg.righ {
  background-position: right;
}
.bg.left {
  background-position: left;
}

.ofh {
  overflow: hidden;
}

.dl {
  background-color: rgba(0, 0, 0, 0.2);
}

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

.uppercase {
  text-transform: uppercase;
}

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

.col,
.column {
  display: flex;
  flex-direction: column;
  position: relative;
}

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

.wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.absolute.center-center {
  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%);
}
.absolute.top {
  top: 0;
}
.absolute.left {
  left: 0;
}
.absolute.right {
  right: 0;
}

.grad {
  width: 50%;
}

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

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

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

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

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

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

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

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

.ptxs {
  padding-top: var(--xsmall);
}

.pbxs {
  padding-bottom: var(--xsmall);
}

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

.mla {
  margin-left: auto;
}

.mra {
  margin-right: auto;
}

.mta {
  margin-top: auto;
}

.ma {
  margin: auto;
}

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

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

.full-svh {
  height: 100vh;
  height: 100svh;
}

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

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

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

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

.mb0 {
  margin-bottom: 0;
}

.pb0 {
  padding-bottom: 0;
}

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

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

.just-mobile {
  display: none;
}

@media screen and (max-width: 1000px) {
  :root {
    --xlarge: 80px;
    --large: 80px;
    --medium: 40px;
    --small: 20px;
    --xsmall: 14px;
    --header-height: 50px;
  }
  .just-desktop {
    display: none !important;
  }
  .just-mobile {
    display: block;
  }
  .just-mobile.rowm,
  .just-mobile .column {
    display: flex;
  }
  body {
    font-size: 12px;
  }
  .grid_6,
  .grid_4,
  .grid_5,
  .grid_7,
  .grid_8,
  .grid_9,
  .grid_10,
  .grid_11 {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .svh70 {
    height: initial !important;
    width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  footer {
    text-align: center;
    flex-direction: column;
    padding: var(--xsmall);
  }
  footer > * {
    width: 100%;
    justify-content: center !important;
    align-items: center !important;
  }
  .m-gap20 {
    -moz-column-gap: var(--small);
         column-gap: var(--small);
  }
  .discalimer {
    font-size: 12px;
    margin-bottom: var(--small);
  }
  #h2 {
    margin-bottom: 1em;
  }
  .deicorp {
    position: relative;
    transform: none;
    margin: 0 0 var(--medium) 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
  .arrows {
    display: flex;
    justify-content: flex-start;
    position: relative;
    bottom: initial;
    right: initial;
    margin-top: var(--small);
  }
  .grid_3:has(.icons) {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: var(--small);
  }
  .grid_3:has(.icons):nth-child(2n) {
    margin-right: 0;
  }
  .deicorp-icons {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .history-details-holder .icons {
    margin-right: auto;
    margin-left: 0;
  }
  .history-details-holder > div {
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .slides-content {
    min-height: 140px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #responsive .slides img {
    width: 100vw;
    height: 100vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #responsive .slides img.object-fit-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
  }
  #responsive .slides img.object-fit-contain + .artist {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .plus .title {
    display: none;
  }
  .plus .details {
    width: 140px;
    left: -50%;
  }
  .plus.the-residences .details {
    right: -110%;
  }
  .container {
    padding-left: var(--small);
    padding-right: var(--small);
  }
  header {
    padding-left: var(--small);
    padding-right: var(--small);
    opacity: 1 !important;
  }
  header #logo {
    width: 180px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 8px;
  }
  header .enq {
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background-color: var(--white);
    color: var(--purple);
    font-weight: 700;
    font-size: 20px;
  }
  #nav-toggle {
    width: 30px;
    height: 20px;
  }
  menu {
    width: 100%;
  }
  menu li {
    margin-bottom: 1em;
  }
  #preloader {
    display: none;
  }
  h1 {
    font-size: 30px;
  }
  .btn {
    font-size: 12px;
    padding: 10px 20px;
    min-width: 120px;
  }
  .btn.b_submit {
    min-width: 100px;
    width: initial;
  }
  .group .absolute h2 {
    margin-top: auto;
  }
  .group .absolute .btn {
    margin-bottom: auto;
  }
  .group .slider-nav {
    bottom: var(--xlarge);
  }
  .slider-nav {
    bottom: var(--medium);
    left: 0;
    right: 0;
    margin: auto;
  }
  .m-aspect6by8 {
    aspect-ratio: 6/8;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-aspect4by3 {
    aspect-ratio: 4/3;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .m-special {
    margin-bottom: -0.5em !important;
    z-index: 2;
  }
  .arrows.team-slider {
    right: 0;
    top: 10px;
  }
  #map-details {
    padding: var(--small);
  }
  #map-details > div {
    width: 100%;
  }
  .pano {
    display: block;
    overflow: scroll;
  }
  .pano .flag {
    left: 17%;
    pointer-events: none;
  }
  .pano .panoImage {
    display: block;
    align-items: initial;
    justify-content: initial;
    height: 50vh;
  }
  .pano .panoImage img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .pano .panoImage img:first-child {
    width: 200%;
    max-width: 200%;
  }
  #enquire {
    z-index: 100;
  }
  .custom-cursor {
    display: none !important;
  }
  .joystick {
    position: absolute;
    left: var(--small);
    margin: auto;
    bottom: var(--medium);
    z-index: 2;
    pointer-events: none;
    width: 100px;
  }
  .slick-arrow {
    width: 20px;
    height: 20px;
  }
  #page-lifestyle .landing .banner {
    -o-object-position: 30%;
       object-position: 30%;
  }
  .iconsholder {
    width: 20%;
  }
  #service {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  #service .iconsholder {
    width: 20%;
    margin-bottom: var(--medium);
  }
  #service .iconsholder span {
    width: 100%;
  }
  #service .iconsholder span img {
    width: 50%;
    height: initial;
  }
  #service .greaterthan {
    width: 12%;
    transform: translateY(8.7vw);
    -webkit-transform: translateY(8.7vw);
    -moz-transform: translateY(8.7vw);
    -ms-transform: translateY(8.7vw);
    -o-transform: translateY(8.7vw);
  }
  .m-column {
    flex-direction: column;
  }
  .m-column-reverse {
    flex-direction: column-reverse;
  }
  .m-mbs {
    margin-bottom: var(--medium);
  }
  .m-mtm {
    margin-top: var(--medium);
  }
  .m-m0 {
    margin: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */