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

.zenh_mchero-block {
  width: 100%;
  height: 100dvh;
}
.zenh_mchero {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.zenh_mchero-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.zenh_mchero-desktop-img {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.zenh_mchero-desktop-img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.zenh_mchero-content {
  position: absolute;
  z-index: 6;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1314px;
  max-width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.zenh_mchero-title-box {
  flex: 1;
}
.zenh_mchero-mc-logo {
  display: block;
  margin-bottom: 56px;
}
.zenh_mchero-card {
  display: block;
  margin-top: 56px;
  margin-bottom: 14px;
}
.zenh_mchero-title {
  color: #FFF;
  font-family: 'MarkForMC', sans-serif;
  font-size: 56px;
  font-style: normal;
  font-weight: 350;
  line-height: 100%;
  letter-spacing: -1.44px;
}
.zenh_mchero-ambassador {
  width: 248.957px;
  flex-shrink: 0;
  margin-top: 20px;
  color: #FFF;
  font-family: 'MarkForMC', sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 111%;
  letter-spacing: -0.675px;
}
.zenh_mchero-ambassador-name {
  font-weight: 500;
  letter-spacing: -1.08px;
}

.zenh_mchero-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_mchero-box {
  padding: 42px 48px 179px;
}
.zenh_mchero-box-info {
  color: #000;
  text-align: center;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.62);
  font-family: 'MarkForMC', sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 26px;
}
.zenh_mchero-rating-container {}
.zenh_mchero-rating-box {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
}
.zenh_mchero-rating {
  font-size: 0;
  white-space: nowrap;
}
.zenh_mchero-rating-bicon {
  margin-right: 4px;
  display: inline-block;
  vertical-align: middle;
}
.zenh_mchero-rating-icon {
  vertical-align: middle;
}
.zenh_mchero-rating-label {
  color: #000;
  font-family: 'MarkForMC', sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.zenh_mchero-rating-bbutton {}
.zenh_mchero-rating-button {
  color: #000;
  font-family: 'MarkForMC', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  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_mchero-rating-button:focus-visible {
  color: #FFF;
  background: #000;
}
.zenh_mchero-rating-button > span {
  display: inline-block;
  padding-left: 24px;
  position: relative;
  vertical-align: middle;
  transition: .2s all ease-in-out;
}
.zenh_mchero-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_mchero-rating-button:focus-visible > span:before {
  background-image: url(../images/icons/phone-white.svg);
}

@media (max-width: 1100px) and (min-width: 992px) {
  .zenh_mchero-ambassador {
    font-size: 23px;
    width: unset;
  }
}

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

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

@media screen and (max-width: 991px) {
  .zenh_mchero-block {
    --screen-height: calc(var(--mobile-height, 100svh) - var(--container-height, '0px') + 180px);
    height: var(--mobile-height, 100svh);
  }
  .zenh_mchero-block:after {
    content: '';
    position: absolute;
    background: #000;
    left: 0;
    top: -300px;
    height: 300px;
    width: 100%;
    z-index: 1;
  }

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

  .zenh_mchero-container {
    bottom: -110px;
    border-radius: 0;
    border: none;
    background: none;
    backdrop-filter: none;
    mask-image: none;
  }
  .zenh_mchero-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_mchero-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_mchero-box {
    padding: 25px 22px 134px;
    padding-bottom: calc(110px + 24px * (1 - var(--bottom-ui, 0)));
    position: relative;
    z-index: 3;
  }
  .zenh_mchero-box-info {
    margin-bottom: 17px;
    font-size: 16px;
    line-height: 24px;
  }
  .zenh_mchero-rating-box {
    flex-wrap: wrap;
    gap: 19px 25px;
  }
  .zenh_mchero-rating {
    opacity: 0.8;
  }
  .zenh_mchero-rating-bbutton {
    order: -1;
    width: 100%;
    min-width: 100%;
    text-align: center;
  }
  .zenh_mchero-content {
    top: 0;
    left: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 12svh 20px 0;
  }
  .zenh_mchero-mc-logo {
    margin-bottom: 14px;
  }
  .zenh_mchero-card {
    display: none;
  }
  .zenh_mchero-title-box {
    width: 100%;
    order: 1;
  }
  .zenh_mchero-title {
    font-size: 28px;
    line-height: 100%;
  }
  .zenh_mchero-ambassador {
    width: auto;
    margin-top: 0;
    order: 2;
    position: absolute;
    bottom: calc(var(--container-height, 0px) + -79px);
    left: 20px;
    right: 20px;
    top: auto;
    font-size: 16px;
  }
  .zenh_mchero-ambassador-br {
    display: none;
  }
  .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;
  }
}
