body.mercatto-diag-on .elementor-1367 {
  display: none !important;
}

.md-page {
  --md-lime: #d2fe00;
  --md-ink: #6f05ff;
  --md-white: #ffffff;
  font-family: Sora, "Segoe UI", sans-serif;
  color: var(--md-white);
  -webkit-font-smoothing: antialiased;
}

.md-launch {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 48px;
  padding: 8px 12.9vw;
  background: var(--md-lime);
  color: var(--md-ink);
}

.md-launch p {
  margin: 0;
  font-family: Sora, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
}

.md-hero {
  position: relative;
  min-height: 900px;
  overflow: hidden;
  background: #1a0a12;
}

.md-hero__bg,
.md-hero__bg picture,
.md-hero__bg img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.md-hero__bg img {
  object-fit: cover;
  object-position: right center;
}

.md-hero__inner {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  max-width: 724px;
  padding: 151px 0 80px 12.9vw;
}

.md-hero__title {
  margin: 0 0 28px;
  color: var(--md-white);
  font-family: Sora, "Segoe UI", sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 62px;
  letter-spacing: -0.02em;
}

.md-hero__title strong {
  font-weight: 800;
}

.md-hero__lead {
  margin: 0 0 40px;
  max-width: 723px;
  color: var(--md-white);
  font-family: Sora, "Segoe UI", sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.38;
}

.md-hero__btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 477px;
  min-height: 104px;
  padding: 18px 36px;
  border-radius: 52px;
  background: var(--md-lime);
  color: var(--md-ink);
  text-decoration: none;
  text-align: center;
  transition: transform 0.2s ease, filter 0.2s ease;
}

.md-hero__btn:hover,
.md-hero__btn:focus-visible {
  color: var(--md-ink);
  filter: brightness(1.06);
  transform: scale(1.03);
}

.md-hero__btn-title {
  font-family: Sora, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.15;
}

.md-hero__btn-sub {
  margin-top: 4px;
  font-family: Sora, "Segoe UI", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.15;
}

@media (max-width: 767px) {
  .md-launch {
    justify-content: flex-end;
    min-height: 48px;
    padding: 6px 16px 6px 36px;
  }

  .md-launch p {
    font-size: 12px;
    line-height: 1.25;
    text-align: right;
  }

  .md-hero {
    min-height: 673px;
  }

  .md-hero__inner {
    max-width: none;
    padding: 65px 36px 80px;
  }

  .md-hero__title {
    margin-bottom: 22px;
    font-size: 38px;
    line-height: 35px;
  }

  .md-hero__lead {
    margin-bottom: 28px;
    max-width: 315px;
    font-size: 16px;
    line-height: 1.35;
  }

  .md-hero__btn {
    min-width: 0;
    width: 328px;
    max-width: 100%;
    min-height: 72px;
    padding: 12px 20px;
  }

  .md-hero__btn-title {
    font-size: 16px;
  }

  .md-hero__btn-sub {
    font-size: 14px;
  }
}
