/* Homepage changes requested for the local review build. */
#pricing,
#cases,
#why,
.uz-cases-more,
.uz-services-grid > .uz-card:nth-child(2),
.uz-nav a[href="#cases"],
.uz-footer a[href="#cases"],
.uz-actions a[href="#cases"] {
  display: none !important;
}

.uz-services-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.uz-services-grid > .uz-card:first-child {
  max-width: none;
}

.uz-logo-img {
  width: clamp(150px, 13vw, 190px) !important;
  mix-blend-mode: multiply;
}

/* Repair mojibake markers from the legacy compiled stylesheet. */
.uz-pain-list li::before {
  content: "\00d7" !important;
}

.uz-simple-list li::before {
  content: "\2192" !important;
}

.uz-plan ul li::before {
  content: "\2713" !important;
}
