#utHP,#utF{
  --mx:1200px;
  --px:clamp(16px,3vw,24px);
  --i:#111827;
  --m:#6b7280;
  --l:rgba(17,24,39,.1);
  --r:18px;
}

#utHP .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:44px;
  padding:0 16px;
  border-radius:12px;
  font-weight:800;
  text-decoration:none;
  white-space:nowrap;
}

#utHP .c,
#utF .card{
  background:#fff;
  border:1px solid var(--l);
  border-radius:var(--r);
  box-shadow:var(--sh);
}

#utHP .tile{
  display:block;
  text-decoration:none;
  color:inherit;
  border:1px solid var(--l);
  border-radius:18px;
  background:#fff;
  box-shadow:var(--sh);
  overflow:hidden;
}