@font-face {
  font-family: "Bw Gradual";
  src: url("/fonts/BwGradual-Medium.woff2") format("woff2"), url("/fonts/BwGradual-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Gradual";
  src: url("/fonts/BwGradual-Bold.woff2") format("woff2"), url("/fonts/BwGradual-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FT Lambert";
  src: url("/fonts/FTLambert-Light.woff2") format("woff2"), url("/fonts/FTLambert-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FT Lambert Book";
  src: url("/fonts/FTLambert-Book.woff2") format("woff2"), url("/fonts/FTLambert-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bw Gradual";
  src: url("/fonts/BwGradual-Regular.woff2") format("woff2"), url("/fonts/BwGradual-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FT Lambert";
  src: url("/fonts/FTLambert-Medium.woff2") format("woff2"), url("/fonts/FTLambert-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FT Lambert";
  src: url("/fonts/FTLambert-Thin.woff2") format("woff2"), url("/fonts/FTLambert-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FT Lambert Skeleton";
  src: url("/fonts/FTLambert-Skeleton.woff2") format("woff2"), url("/fonts/FTLambert-Skeleton.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FT Lambert";
  src: url("/fonts/FTLambert-Regular.woff2") format("woff2"), url("/fonts/FTLambert-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --header-height: 50px;
  --gap: 20px;
  --light: #e9d9c3;
  --red: #FF4438;
  --dark: #000000;
  --xxs: 5px;
  --xs: 10px;
  --s: 25px;
  --m: 50px;
  --l: 80px;
  --xl: 155px;
  --xxl: 155px;
  --icon: clamp(20px, 3vw, 40px) ;
}

body {
  font-size: 14px;
  background: var(--light);
  color: var(--dark);
  line-height: 1.25;
  margin: 0;
  padding: 0;
  font-family: "Bw Gradual";
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.02em;
}
body.dark {
  background: var(--dark);
  color: var(--light);
}

.dark {
  color: var(--dark);
  transition: color 0.8s;
}
.dark path {
  fill: currentColor;
}

.light {
  color: var(--light);
  transition: color 0.8s;
}
.light path {
  fill: currentColor;
}
.light .bg-light {
  background-color: var(--dark);
  color: var(--light);
}
.light .dark {
  color: var(--light);
}
.light .btn.btn_red {
  background-color: var(--dark);
  color: var(--light);
}
.light .popup:after {
  background-color: var(--dark);
}

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

.grid_1 {
  width: 8.33%;
}

.grid_2 {
  width: 16.67%;
}

.grid_3 {
  width: calc(25% - 15px);
}

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

.grid_5 {
  width: calc(42.27% - 20px);
  min-width: 350px;
}

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

.grid_7 {
  width: 57.73%;
  max-width: calc(100% - 370px);
}

.grid_8 {
  width: 66.67%;
}

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

.dev {
  transform: scale(0.5);
  transform-origin: top left;
  width: 1500px;
}

.dev-img {
  position: absolute;
  right: 0;
  transform: scale(0.5);
  transform-origin: right top;
  width: 1500px;
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: block;
  font-size: 12px;
}

.img {
  width: 100%;
}

button {
  border: none;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

h4 a {
  font-size: 0.6em;
}

p a {
  font-family: inherit;
}

.TWK {
  font-family: "Bw Gradual";
  font-weight: 500;
  letter-spacing: 0.02em;
}

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

.fit-h {
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
}

.h-fit {
  width: 100%;
  height: calc(100vh - var(--header-height) - var(--gap) * 2);
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.fitImg {
  width: 100%;
}

iframe {
  pointer-events: none;
}

.bg-iframe {
  position: relative;
  aspect-ratio: 16/9;
}

.bg-iframe iframe {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

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

@media (min-aspect-ratio: 16/9) {
  .bg-video iframe {
    height: 56.25vw;
  }
}
@media (max-aspect-ratio: 16/9) {
  .bg-video iframe {
    width: 177.78vh;
  }
}
textarea:focus,
input:focus,
select:focus {
  outline: none;
}

.a-hover:hover {
  color: var(--dark);
}

.light .a-hover:hover {
  color: #FF4438;
}

#icon-svg {
  display: none;
}
#icon-svg.show {
  display: block;
}

#icon {
  width: 72px;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#icon.hide {
  display: none;
}
#icon .v-line {
  width: 8px;
  background-color: #fff;
  height: 0;
  display: block;
  transition: height 0.8s;
}
#icon .v-line.v2 {
  transition-delay: 0.2s;
}
#icon .v-line.v3 {
  transition-delay: 0.4s;
}
#icon .o-line {
  position: absolute;
  height: 8px;
  background-color: #fff;
  width: 0;
  transition: width 1s;
  display: block;
  top: 36px;
  transition-delay: 0.4s;
  display: flex;
  justify-content: space-between;
}
#icon .o-line span {
  width: 8px;
  height: 8px;
  background-color: #000;
  display: block;
  opacity: 0;
  transition: opacity 0.8s;
  transition-delay: 1.2s;
}
#icon.animated .v-line {
  height: 100%;
}
#icon.animated .o-line {
  width: 100%;
}
#icon.animated .o-line span {
  opacity: 1;
}

.spnf {
  position: relative;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
}
.spnf span {
  display: flex;
  transform: translateX(-100%);
  transition: all 0.4s;
  z-index: 1;
  position: relative;
}
.spnf:after {
  background-color: currentColor;
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  content: "";
}
.spnf.animated {
  transition: all 0.4s;
}
.spnf.animated span {
  transform: translateX(0%);
  transition: none;
}
.spnf.animated:after {
  animation-name: spnSlide;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.spnfix {
  position: relative;
  overflow: hidden;
}
.spnfix .content {
  transform: scale(1.1);
  transition: transform 0.7s;
}
.spnfix:after {
  background-color: currentColor;
  position: absolute;
  top: 0;
  right: 0%;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  content: "";
}
.spnfix.animated .content {
  transform: translateX(0%);
}
.spnfix.animated:after {
  transition: transform 0.7s;
  transform: translateX(101%);
}

.dark .btn:hover {
  background-color: #FF4438 !important;
}

.abs-p {
  position: absolute;
}

#p1 {
  left: var(--gap);
}

#p2 {
  right: var(--gap);
}

#p3 {
  left: var(--gap);
  bottom: var(--gap);
  transition: opacity 0.7s;
}

#p4 {
  transition: opacity 0.7s;
}

#enq {
  right: var(--gap);
  bottom: var(--gap);
  position: absolute;
  transition: opacity 0.7s;
}

#landing {
  transition: background 0.7s;
}
#landing.bg #enq,
#landing.bg #p3,
#landing.bg #p4 {
  opacity: 0;
}

#video {
  opacity: 0;
  transition: opacity 0.5s;
}
#video.animated {
  opacity: 1;
}

@keyframes spnSlide {
  0% {
    right: 100%;
  }
  50% {
    right: 0%;
    transform: translateX(0);
  }
  100% {
    right: 0%;
    transform: translateX(105%);
  }
}
.fullyvideo {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  left: 0;
  top: 0;
  z-index: 0;
}

@media screen and (max-aspect-ratio: 1920/1080) {
  .fullyvideo {
    height: 100vh;
    height: 100svh;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .fullyvideo {
    width: 100% !important;
  }
}
.bg-light {
  background-color: var(--light);
}

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

.fadeInUp {
  transition: opacity 0.8s, transform 0.8s, color 0.8s;
  opacity: 0;
  transform: translateY(15px);
}
.fadeInUp.animated {
  opacity: 1;
  transform: translateY(0);
}

.toFade {
  transition: opacity 0.8s, color 0.8s;
  opacity: 0;
}
.toFade.animated {
  opacity: 1;
}

.disable {
  opacity: 0.5;
  cursor: default;
}

section {
  position: relative;
}

.border-t {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  transition: width 1s;
  background-color: currentColor;
  display: block;
  height: 1px;
}
.border-t.animated {
  width: 100%;
}

.border-bl {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  transition: width 1s;
  background-color: currentColor;
  display: block;
  height: 1px;
}

.parnetFade {
  opacity: 0;
  transition: opacity 0.8s, color 0.8s;
}

.register.animated .parnetFade {
  opacity: 1;
}
.register.animated .border-bl {
  width: 100%;
}

.full-height {
  height: 100vh;
  height: 100svh;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: var(--gap);
  color: #fff;
  background-size: cover;
  background-color: var(--dark);
}

.has-banner .full-height {
  padding-top: 51px;
}

.full-width {
  width: 100%;
}

/* General */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

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

.col {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

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

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.gap {
  gap: 30px 20px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 33px;
}

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

.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100%;
}

.tac {
  text-align: center;
}

.ptxl {
  padding-top: 20vh;
}

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

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

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

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

.ptxxs {
  padding-top: var(--xxs);
}

.pbxl {
  padding-bottom: 20vh;
}

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

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

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

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

.pbxxs {
  padding-bottom: var(--xxs);
}

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

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

.border-b {
  border-bottom: 1px solid currentColor;
}

.uppercase {
  text-transform: uppercase;
}

.map-l {
  position: absolute;
  background-color: var(--dark);
  height: 30px;
  max-width: 30px;
  color: var(--light);
  border: 3px solid currentColor;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: 0.9;
  white-space: nowrap;
  overflow: hidden;
  transition: max-width 0.5s;
}
.map-l .spn-p {
  position: absolute;
  left: 0;
  width: 30px;
  height: 30px;
  top: 0;
  display: block;
  text-transform: uppercase;
}
.map-l .spn-p::before, .map-l .spn-p::after {
  position: absolute;
  display: block;
  background-color: currentColor;
  content: "";
}
.map-l .spn-p::after {
  width: 2px;
  height: 12px;
  top: 6px;
  left: 11px;
  transition: transform 0.3s;
}
.map-l .spn-p::before {
  width: 12px;
  height: 2px;
  top: 11px;
  left: 6px;
}
.map-l .spn-t {
  display: block;
  padding-left: 30px;
  padding-right: 8px;
  text-transform: uppercase;
  padding-top: 2px;
}
.map-l:hover {
  max-width: 300px;
}
.map-l:hover .spn-p::after {
  transform: scale(0);
}

.middle {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.middle.play {
  z-index: 5;
}

.middle-h {
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(0%, -50%);
}

.f20 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.f12 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.f14 {
  font-weight: 700;
  font-size: 14px;
}

.f16 {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.02em;
}

/* Headings */
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
  font-family: "FT Lambert Skeleton";
}

h1,
h2.big {
  font-size: clamp(36px, 80px, 5.5vw);
  line-height: 1.1;
}

h2,
h3 {
  font-size: clamp(18px, 2.04vw, 150px);
  line-height: 1.2;
  letter-spacing: 0.01em;
  text-align: center;
}

h3 {
  font-size: clamp(18px, 1.7vw, 100px);
}

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

.line {
  display: block;
  overflow: hidden;
}
.line .trn {
  opacity: 0;
  transition-duration: 1s;
  transition: opacity 1s, transform 1s;
  transform: translateY(80%);
  display: inline-block;
  vertical-align: 0%;
}

.animated .trn {
  opacity: 1;
  transform: translateY(-10%);
}

.delay1 {
  transition-delay: 0.1s !important;
}

.delay2 {
  transition-delay: 0.2s !important;
}

.delay3 {
  transition-delay: 0.3s !important;
}

.delay4 {
  transition-delay: 0.4s !important;
}

.delay5 {
  transition-delay: 0.5s !important;
}

.delay6 {
  transition-delay: 0.6s !important;
}

h4 {
  font-size: 32px;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  max-width: 630px;
  margin: auto;
}

.grid_4 h6,
.grid_3 h6 {
  margin: 0;
  text-align: left;
}

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

#message {
  opacity: 0;
  transition: opacity 0.5s;
}
#message.animated {
  opacity: 1;
}

.message {
  position: absolute;
  bottom: var(--gap);
  left: 0;
  width: 100%;
  z-index: 1;
  right: 0;
  margin: auto;
  padding: 0 20px;
}
.message .arrow {
  width: 10px;
  display: block;
  margin: 15px auto 0 auto;
}

.has-play .play {
  opacity: 0;
  transition: opacity 0.5s;
}
.has-play:hover .play {
  opacity: 1;
}

.container {
  position: relative;
  max-width: calc(100% - var(--gap) - var(--gap));
  margin: 0 auto;
}

.w966 {
  width: 966px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.artist {
  position: relative;
}

.artist::before {
  content: "Artist Impression";
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  display: block;
  line-height: 1;
  z-index: 2;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.02em;
}

.caption {
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  display: block;
  line-height: 1;
  z-index: 2;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.02em;
}

.abs-p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  padding-top: 20px !important;
}

.cap-s {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  text-align: left;
}
.cap-s h6 {
  text-align: left;
}

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

.w720 {
  width: 720px;
  max-width: 100%;
  margin: auto;
}

.max475 {
  max-width: 475px;
}

.max500 {
  max-width: 500px;
}

.max600 {
  max-width: 600px;
}

.max350 {
  width: 350px;
  text-align: left;
  max-width: 100%;
}

.underline {
  text-decoration: underline;
}

.vid-asp34 {
  aspect-ratio: 35/42;
  overflow: hidden;
}
.vid-asp34 iframe {
  position: absolute;
  width: 215%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.btn {
  width: -moz-max-content;
  width: max-content;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0;
       column-gap: 0;
  row-gap: 0;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.02em;
  font-weight: 700;
  height: 32px;
  padding: 2px 24px 0 24px;
  background-color: var(--dark);
  color: var(--light);
  line-height: 1;
  transition: all 0.8s;
  text-transform: uppercase;
  cursor: pointer;
}
.btn.btn-light {
  background-color: var(--light);
  color: var(--dark);
}
.btn:hover {
  background-color: var(--red);
}
.btn.btn_red {
  background-color: var(--red);
  color: var(--dark);
}
.btn.al-b {
  background-color: var(--dark);
  color: var(--light);
}

.bg .btn.btn-light {
  background-color: var(--dark);
  color: var(--light);
}
.bg .btn.btn-light:hover {
  background-color: var(--red);
}

header.active .btn.btn-light {
  background-color: var(--light);
  color: var(--dark);
}

footer {
  width: 100%;
  padding: 0px 0 20px 0;
}

.tel {
  font-size: 32px;
  font-weight: 700;
  line-height: 38.4px;
  letter-spacing: 0.05em;
}

.logos {
  -moz-column-gap: 25px;
       column-gap: 25px;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.links {
  gap: 10px;
  text-transform: uppercase;
}

.mob {
  display: none;
}

.hide {
  height: 0;
  overflow: hidden;
}

.inner {
  display: block;
}

.sps {
  display: block;
  height: 1em;
}

.read span::after {
  content: " MORE +";
}

.toggle {
  max-width: 360px;
}

.toggle.active .read span::after {
  content: "LESS";
}

.mob {
  display: none;
}

.spnf span.mob {
  display: none;
}

#map {
  height: calc(100vh - var(--header-height));
  width: 100%;
}

.map-link {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-bottom: 1em;
  text-transform: uppercase;
  display: block;
}

.map-link {
  padding: 10px 0;
  line-height: 1;
  margin-bottom: 0;
  position: relative;
}

.map-link:after, .map-link:before {
  background-color: var(--dark);
  position: absolute;
  display: block;
  content: "";
}

.map-link:after {
  width: 11px;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  height: 1px;
}

.map-link:before {
  width: 1px;
  right: 5px;
  top: 50%;
  transform: translate(0, -50%);
  height: 11px;
  transition: transform 0.4s;
}

.map-link.active::before {
  display: none;
}

.map-inner {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}
.map-inner p {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: left;
}
.map-inner p:last-child {
  padding-bottom: 10px;
}

.map-cat {
  border-top: 1px solid currentColor;
  position: relative;
  background-repeat: no-repeat;
  background-position: right 12px;
  background-size: 10px;
}

.map-cat::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.hh-icon {
  width: 45px;
  height: auto;
  margin: 0 auto 40px auto;
}

.has-banner header {
  top: 31px;
}

.hh-logo {
  z-index: 10;
}

#page-home header {
  opacity: 0;
}
#page-home header .hh-logo {
  opacity: 0;
  transition: opacity 0.5s;
}
#page-home header.animated {
  opacity: 1;
}
#page-home #bg {
  color: var(--dark);
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 0;
  background-color: var(--light);
  transition: transform 0.5s;
  transform: translateY(-100%);
}
#page-home #bg path {
  fill: currentColor;
  transition: 0.5s;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: var(--header-height);
  display: flex;
  z-index: 1000;
  padding: 0 var(--gap);
  color: #fff;
  transition: all 0.7s, color 0.5s;
  align-items: center;
  justify-content: space-between;
}
header a {
  position: relative;
  z-index: 6;
}
header a.active-page {
  color: var(--red);
}
header path {
  fill: currentColor;
}
header.bg {
  color: var(--dark);
  background-color: var(--light);
}
header.bg .hh-logo {
  opacity: 1 !important;
  z-index: 10;
}
header .btn {
  z-index: 6;
}
header.active {
  color: var(--light);
}

#bg {
  color: var(--dark);
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  width: 100%;
  z-index: 0;
  background-color: var(--light);
  transition: transform 0.5s;
  transform: translateY(-100%);
}
#bg path {
  fill: currentColor;
  transition: 0.5s;
}

#switch {
  right: 195px;
  height: 18px;
  width: 30px;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 30px;
}
#switch:after {
  position: absolute;
  left: 2px;
  width: 12px;
  height: 12px;
  background-color: currentColor;
  top: 2px;
  content: "";
  display: block;
  border-radius: 50%;
  transition: left 0.5s;
}
#switch.active {
  color: var(--light);
}
#switch.active:after {
  left: 14px;
}

#nav-toggle {
  z-index: 7;
  position: relative;
  display: flex;
  justify-content: flex-start;
  gap: 5px;
  align-items: center;
  transition: color 0.5s;
}
#nav-toggle:hover {
  color: var(--red);
}
#nav-toggle .de-active {
  display: none;
}
#nav-toggle.active .t-active {
  display: none;
}
#nav-toggle.active .de-active {
  display: flex;
}

.ham {
  width: 15px;
  height: 2px;
  background-color: currentColor;
  display: block;
  position: relative;
  background-color: currentColor;
}
.ham::before, .ham::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: -4px;
  background: currentColor;
  transition: transform 0.3s, width 0.3s;
}
.ham::after {
  top: 4px;
}

#nav-toggle.active .ham:after {
  top: 4px;
  transform-origin: left bottom;
  transform: rotate(45deg) translate(-4px, -3px);
  width: 8px;
}
#nav-toggle.active .ham::before {
  transform-origin: left bottom;
  transform: rotate(-45deg) translate(-2.5px, 3.5px);
  width: 8px;
}

#banner {
  background-color: var(--dark);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  padding: 7px 25px;
  color: var(--light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 700;
  transition: opacity 0.3s;
  opacity: 0;
}
#banner .close {
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
#banner .close svg {
  display: block;
  width: 100%;
  height: auto;
}
#banner.animated {
  opacity: 1;
}

.logo-full {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 354px;
  max-width: calc(100% - 200px);
  top: 30px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.5s;
}
.logo-full.animated {
  opacity: 1;
}

.g10 {
  gap: 10px;
  align-items: center;
  justify-content: center;
}

#nav {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  opacity: 0;
  transition: opacity 0.7s;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #000;
  color: var(--light);
  justify-content: center;
  align-items: center;
  z-index: 1;
}
#nav li {
  list-style: none;
}
#nav li a {
  text-transform: uppercase;
  font-size: clamp(3vw, 64px, 8vh);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.construction-link {
  display: none;
  font-weight: 700;
  font-size: 14px;
  padding-left: 30px;
  letter-spacing: 0.04em;
}

#page-home .construction-link {
  display: block;
}

label {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
}

input,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  border: none;
  font-family: "Bw Gradual";
  font-size: 12px;
  padding: 18px 0 8px 0;
  line-height: 1;
  resize: none;
  width: 100%;
  display: block;
  width: 100%;
  text-transform: uppercase;
  border-radius: 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--light);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

body.light input:-webkit-autofill,
body.light input:-webkit-autofill:hover,
body.light input:-webkit-autofill:focus,
body.light input:-webkit-autofill:active {
  -webkit-text-fill-color: var(--dark);
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.b_submit {
  width: -moz-max-content !important;
  width: max-content !important;
}

.thx {
  height: 100%;
  width: 100;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

option {
  color: var(--dark);
}

.form-row {
  position: relative;
}

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

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

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

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

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

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

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

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

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

.check-holder {
  position: relative;
  padding-bottom: 10px;
  width: 125px;
}

.check-holder input {
  opacity: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
  top: 0;
}

.check-holder input:checked + label:after {
  background-color: currentColor;
}

.check-holder label {
  padding-left: 20px;
  position: relative;
  width: 100%;
  text-align: left;
}

.check-holder label:before {
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid currentColor;
  content: "";
  display: block;
}

.check-holder label:after {
  position: absolute;
  left: 3px;
  width: 8px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  border-radius: 5px;
}

.token-input-list-project {
  list-style: none;
}

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

.token-input-dropdown-project {
  background: var(--light);
}

.parsley-errors-list {
  list-style: none;
  position: absolute;
  bottom: 0px;
  font-size: 10px;
}

.privacy {
  font-weight: 400;
  letter-spacing: 0;
  text-decoration: underline;
}

#thank_enq h2 {
  text-align: left;
}

.post-holder {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.check-field {
  width: 126px;
}

.post-field {
  width: calc(100% - 130px);
}

.token-input-list-project {
  font-size: 12px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider div {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-dots {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  display: flex;
  gap: 5px;
  justify-content: center;
}
.slick-dots li {
  list-style: none;
}
.slick-dots li.slick-active button {
  background-color: #fff;
}
.slick-dots button {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
  background-color: transparent;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

.slick-arrow {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  height: 100%;
  cursor: pointer;
  z-index: 4;
  font-size: 0;
  background: transparent;
}
.slick-arrow.slick-next {
  left: 50%;
}

.pop-slider .slick-arrow {
  top: auto;
  bottom: 0;
  right: -150px;
  transform: none;
}
.pop-slider .slick-arrow.slick-prev {
  left: auto;
  right: -100px;
}

.counter {
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.counter span {
  min-width: 1em;
  display: inline-block;
  text-align: center;
}

.w720 .slide .slide-holder img {
  width: auto;
  max-width: 720px;
}

.pop-link {
  cursor: pointer;
}
.pop-link .content img {
  transition: transform 0.5s;
}
.pop-link:hover .red {
  color: var(--dark);
}
.pop-link:hover img {
  transform: scale(1.04);
}

.dark .pop-link:hover .red {
  color: #FF4438;
}

.popup {
  position: fixed;
  top: var(--header-height);
  z-index: 999;
  width: 100%;
  height: calc(100vh - var(--header-height));
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
}
.popup .container {
  position: relative;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
  transition-delay: 0.5s;
}
.popup:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light);
  content: "";
  display: block;
  z-index: 1;
  transform: translateY(-100%);
  transition: transform 0.5s;
}
.popup.active {
  opacity: 1;
  pointer-events: initial;
}
.popup.active .container {
  opacity: 1;
  transition-delay: 0;
}
.popup.active:after {
  transform: translateY(0);
}
.popup .container {
  padding: var(--gap) 0;
  height: 100%;
}
.popup .slide img {
  width: 48vw;
  height: calc(100vh - var(--header-height) - var(--gap) - var(--gap));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: 48vw;
}

.control {
  display: flex;
  align-self: stretch;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: column;
}
.has-banner .control {
  padding-top: 20px;
}

body.light .slick-arrow {
  color: var(--light);
}

.ao-slider .slick-arrow {
  color: var(--dark);
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  transform: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 var(--gap);
}
.ao-slider .slick-arrow.slick-next {
  left: 50%;
  padding: 0 var(--gap) 0 0;
  justify-content: flex-end;
  right: auto;
}

/* ------ 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 {
  background: #000 !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999999;
}

#page-team .vbox-overlay {
  background: #000 !important;
}

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

.vbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  display: block;
  text-align: center;
  cursor: pointer;
  font-size: 0;
  z-index: 50;
}

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

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

.vbox-left {
  cursor: pointer;
  position: fixed;
  left: 0;
  height: 40px;
  overflow: hidden;
  line-height: 28px;
  font-size: 12px;
  z-index: 99;
  display: flex;
  align-items: center;
}

.vbox-num {
  display: inline-block;
  margin: 6px 0 6px 15px;
}

/* ----- Social share ----- */
.vbox-share {
  line-height: 28px;
  font-size: 12px;
  overflow: hidden;
  position: fixed;
  left: 0;
  z-index: 98;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
}

.vbox-share svg {
  max-height: 28px;
  width: 28px;
  z-index: 10;
  margin-left: 12px;
  margin-top: 6px;
  margin-bottom: 6px;
  vertical-align: middle;
}

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

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

.venoframe.vbvid {
  width: 80vw;
  height: 44vw;
}

@media (min-width: 992px) {
  .venoframe, .vbox-inline {
    max-width: 1200px;
    width: 80%;
    height: 540px;
    height: 70vh;
  }
}
/* 
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 0;
}

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

.vbox-figlio {
  max-width: 100%;
  text-align: initial;
  background: transparent !important;
}

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

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

/* ---------- 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;
  }
}
@media (max-width: 768px) {
  .venoframe.vbvid {
    width: 100%;
    height: 56vw;
  }
}
@media screen and (max-width: 1368px) {
  h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  :root {
    --header-height: 40px;
    --l: 40px;
    --xl: 100px;
    --gap:15px ;
  }
  .row {
    flex-wrap: wrap;
  }
  .grid_3 {
    width: calc(50% - 10px);
  }
  .line {
    display: inline;
  }
  .line .trn {
    display: inline;
  }
  .spnf span.mob {
    display: inline;
  }
  .desk {
    display: none;
  }
  #switch {
    right: var(--gap);
  }
  h2 {
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
  }
  h4 {
    font-size: 24px;
  }
  h6 {
    font-size: 14px;
    line-height: 22px;
  }
  .mob {
    display: block;
  }
  .call {
    position: fixed;
    bottom: 12px;
    left: var(--gap);
    z-index: 99;
    color: #fff;
    font-weight: 700;
  }
  .p-holder {
    display: flex;
    gap: 10px;
    padding: 5px 0;
  }
  .p-holder .middle-h, .p-holder .abs-p {
    position: relative;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
  }
  .full-height {
    justify-content: flex-end;
    padding-bottom: 80px;
    height: calc(100vh - 50px);
    height: calc(100svh - 50px);
  }
  #banner {
    font-size: 12px;
  }
  .register {
    padding: 0 var(--gap);
  }
  #enquire .register {
    padding: 60px 0 0 0;
  }
  #p4 {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #logo {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: calc(100% - 140px);
  }
  .hh-logo {
    width: 150px;
  }
  .hh-logo svg {
    height: auto;
    width: 100%;
    display: block;
  }
  .t-active, .de-active {
    display: none;
  }
  #nav li a {
    font-size: clamp(3vw, 38px, 6vh);
  }
  .has-banner #logo {
    top: 45px;
  }
  .has-banner header {
    top: 26px;
  }
  body.light #call {
    color: var(--dark);
  }
  .w720 {
    max-width: 100%;
  }
  .w720 .slide .slide-holder img {
    width: auto;
    max-width: calc(100vw - 10px);
  }
  .grid_6, .grid_4, .grid_3 {
    width: 100%;
  }
  .top-logo {
    width: 200px;
  }
  .enq {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 32px;
    background-color: var(--dark);
    color: var(--red);
  }
  .phone {
    position: fixed;
    left: var(--gap);
    bottom: 7px;
    z-index: 50;
  }
  h5, .f20 {
    font-size: 16px;
  }
  h3 {
    font-size: 24px;
  }
  .grid_5 {
    width: 100%;
    min-width: 50px;
  }
  .logos {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
  }
  .logos img, .logos svg {
    margin: auto;
    max-height: 5vw;
    width: auto;
  }
  .links {
    padding: 30px 0 35px;
    width: 100%;
  }
  .h-fit {
    height: 110vw;
    padding-bottom: 30px;
  }
  .popup .container {
    height: auto;
    padding-bottom: 30px;
  }
  .popup .slide img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .control {
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }
  .popup {
    overflow-y: scroll;
  }
  .popup .counter {
    display: none;
  }
  .popup .prev {
    display: none;
  }
  .popup .next {
    display: none;
  }
  .popup .slider .slide {
    position: relative;
    margin-bottom: 10px;
    width: 100% !important;
  }
  .popup .slider .slide .slide-holder {
    width: auto;
  }
  .top-slider {
    padding-bottom: 60px;
  }
  .slider1.prev, .slider1.next {
    top: auto;
    transform: none;
    bottom: 19px;
  }
  .pop-slider .slick-arrow {
    bottom: -30px;
    right: 0;
  }
  .pop-slider .slick-arrow.slick-prev {
    right: 90px;
  }
  #mapImg img {
    width: 100%;
    height: calc(100vw - 30px);
    -o-object-fit: cover;
       object-fit: cover;
  }
  .map-l {
    display: none;
  }
  .block-m {
    display: block;
  }
  .inline-m {
    display: inline;
  }
  .inline-m * {
    display: inline;
  }
  .gap-m {
    gap: 60px;
  }
  footer {
    padding: 0px 0 40px 0;
  }
  .top-slider {
    max-width: 100%;
  }
  .top-slider h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gap-n {
    gap: 0;
  }
  #fix-m {
    position: fixed;
    z-index: 7;
    bottom: 0;
    background-color: #000;
    height: 50px;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #enqBnt {
    background-color: var(--light) !important;
    color: var(--dark) !important;
  }
  #call {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 5;
  }
  #call path {
    fill: var(--light) !important;
  }
  .tel {
    font-size: 26px;
  }
  .mb30 {
    margin-bottom: 25px;
  }
  .has-play .play {
    opacity: 1;
  }
  .map-link, .f20 {
    font-size: 16px;
  }
  .f16 {
    font-size: 15px;
  }
  .grid_7 {
    width: 100%;
    max-width: 100%;
  }
  #map {
    height: 100vw;
  }
  .featurs h3 {
    max-width: 300px;
  }
  .btn {
    font-size: 13px;
  }
  .logos {
    display: block;
    padding-bottom: 0;
  }
  .logos svg {
    display: block;
    margin: 15px auto;
  }
  .logos svg.desk {
    display: none;
  }
  .abadeen-logo {
    width: 260px !important;
    height: auto !important;
  }
  #page-home .construction-link {
    display: none;
  }
}