#page .site-content {
  --nnav-desktop-height: 0;
}

.zenh_vhero-block {
  width: 100%;
  height: 100dvh;
}
.zenh_vhero {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
/*
  .zenh_vhero:before {
    content: '';
    position: absolute;
    z-index: 5;
    height: 614px;
    width: min(calc(18% + 310px), 644px);
    left: 0;
    top: calc(50% + 48px);
    transform: translate(0, -50%);
    background: url(../images/hero-tail.svg) no-repeat right;
    background-size: auto 100%;
    pointer-events: none;
  }
*/
.zenh_vhero-video-container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.zenh_vhero-video-box {
  position: absolute;
  width: max(100vh / 9 * 16, 100vw);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.zenh_vhero-video-box:before {
  content: '';
  display:  block;
  padding-top: 56.25%;
}
.zenh_vhero-video {
  position: absolute;
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.zenh_vhero-title-box {
  width: 64%;
  left: 18%;
  position: absolute;
  z-index: 6;
  top: 50%;
  transform: translate(0, -50%);
}
.zenh_vhero-title {
  color: #FFF;
  text-shadow: 0 1px 27.1px rgba(58, 58, 58, 0.60);
  font-family: Nunito;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 75px;
}
.zenh_vhero-container {
  width: 1017px;
  max-width: 100%;
  position: absolute;
  bottom: -139px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 9;
  border-radius: 48px;
  border: 1px solid #E8E1D4;
  background: linear-gradient(0deg, #E0D5C3 0%, rgba(255, 254, 252, 0.30) 100%);
  backdrop-filter: blur(10.399999618530273px);
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20px, rgba(0, 0, 0, 1) 50px, rgba(0, 0, 0, 1) 100%);
}
.zenh_vhero-box {
  padding: 42px 48px 179px;
}
.zenh_vhero-box-info {
  color: #000;
  text-align: center;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.62);
  font-family: Nunito;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 26px;
}
.zenh_vhero-rating-container {}
.zenh_vhero-rating-box {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.zenh_vhero-rating {
  font-size: 0;
  white-space: nowrap;
}
.zenh_vhero-rating-bicon {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.zenh_vhero-rating-icon {
  vertical-align: middle;
}
.zenh_vhero-rating-label {
  color: #000;
  font-family: Nunito;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.zenh_vhero-rating-bbutton {}
.zenh_vhero-rating-button {
  color: #000;
  font-family: Nunito;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  padding: 20px 42px 20px;
  line-height: 24px;
  border: none;
  cursor: pointer;
  border-radius: 40px;
  position: relative;
  background: #22E243;
  transition: .2s all ease-in-out;
}
.zenh_vhero-rating-button:focus-visible {
  color: #FFF;
  background: #000;
}
.zenh_vhero-rating-button > span {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  vertical-align: middle;
  transition: .2s all ease-in-out;
}
.zenh_vhero-rating-button > span:before {
  content: '';
  width: 16px;
  height: 16px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
  background: url(../images/icons/phone.svg) no-repeat center / contain;
  transition: .2s all ease-in-out;
}
.zenh_vhero-rating-button:focus-visible > span:before {
  background-image: url(../images/icons/phone-white.svg);
}

@media (max-width: 1450px) {
  .zenh_vhero-title {
    font-size: 56px;
    line-height: 64px;
  }
}

@media screen and (min-width: 992px) {
  .zenh_vhero-rating-button:hover {
    color: #FFF;
    background: #000;
  }
  .zenh_vhero-rating-button:hover > span:before {
    background-image: url(../images/icons/phone-white.svg);
  }
}

@media screen and (max-width: 991px) {
  .zenh_vhero-block {
    /*
      bottom_offset (110px) + border_radius (50px) + addition_offset (20px) = 180px
    */
    --screen-height: calc(var(--mobile-height, 100svh) - var(--container-height, '0px') + 180px);

    height: var(--mobile-height, 100svh);
  }

  /*
    .zenh_vhero-block:before {
      content: '';
      position: absolute;
      z-index: 1;
      left: 0;
      width: 100%;
      bottom: -60px;
      height: calc(var(--container-height) - 110px + 60px);
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 70px, rgba(0, 0, 0, 1) calc(100% - 60px), #e0d5c3 100%);
    }
  */
  .zenh_vhero-block:after {
    content: '';
    position: absolute;
    background: #000;
    left: 0;
    top: -300px;
    height: 300px;
    width: 100%;
    z-index: 1;
  }

  .zenh_vhero-rating-button {
    padding: 20px;
    text-align: center;
    width: 100%;
  }

  .zenh_vhero-video-container {
    height: var(--screen-height);
  }
  .zenh_vhero-video-box:before {
    padding-top: 178%;
  }
  .zenh_vhero-video-box {
    width: max(var(--screen-height) / 16 * 9, 100vw);
  }
  .zenh_vhero-container {
    bottom: -110px;
    border-radius: 0;
    border: none;
    background: none;
    backdrop-filter: none;
    mask-image: none;
  }
  .zenh_vhero-container:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    top: -100px;
    bottom: 50px;
    background: linear-gradient(180deg, rgba(22, 22, 22, 0) 0%, rgba(15, 15, 15, .7) 110px, rgba(7, 7, 7, .96) 180px, rgba(0, 0, 0, 1) calc(100% - 110px), rgba(224, 213, 195, 1) 100%);
    z-index: 1;
  }
  .zenh_vhero-container:after {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    border-radius: 48px;
    border: 1px solid #E8E1D4;
    background: linear-gradient(0deg, #E0D5C3 0%, rgba(255, 254, 252, 0.30) 100%);
    backdrop-filter: blur(10.4px);
    mask-image: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 20px, rgba(0, 0, 0, 1) 50px, rgba(0, 0, 0, 1) 100%);
    z-index: 2;
  }
  .zenh_vhero-box {
    padding: 25px 22px 134px;
    padding-bottom: calc(110px + 24px * (1 - var(--bottom-ui, 0)));
    position: relative;
    z-index: 3;
  }
  .zenh_vhero-box-info {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 24px;
  }
  .zenh_vhero-rating-box {
    flex-wrap: wrap;
    gap: 19px 25px;
  }
  .zenh_vhero-rating {
    opacity: 0.8;
  }
  .zenh_vhero-rating-bbutton {
    order: -1;
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .zenh_vhero-title-box {
    bottom: calc(var(--container-height, 40svh) - 87px);
    transform: none;
    left: 20px;
    right: 20px;
    width: auto;
    top: auto;
    text-align: center;
    z-index: 16;
  }
  .zenh_vhero-title {
    font-size: 40px;
    line-height: 40px;
  }
  .zenh_vhero-title br {
    display: none;
  }
  .zenh_vhero:before {
    height: 193px;
    background-image: url(../images/hero-tail-mobile.svg);
    width: 164px;
    left: 0;
    top: auto;
    transform: none;
    bottom: 186px;
    z-index: 12;
  }
  .nnavbar-top-menu-container {
    padding: 75px 0 0;
  }
  .nnavbar-menu-block {
    height: calc(100dvh - 252px - 24px * (1 - var(--bottom-ui, 0)));
  }
  .nnavbar-submenu-block {
    bottom: 0;
  }
}