:root {
  --primary-color: #000000;
  --r2m-color: #FF7F00;
} 
header.sticky {
  background-color: #000;
}
header.sticky .nav-item a {
  color: #fff !important;
}
header .navbar-btn a {
  background: #FF7F00 !important;
}
#pricing .ud-section-title p,
#pricing .ud-section-title span,
#pricing .ud-section-title h2 {
  display: none;
}
#pricing .ud-section-title h2:before {
  content: "Route 2 Market Solutions";
  display: block;
}
#pricing .ud-section-title:before {
  content: "Route 2 Market Solutions";
  font-weight: bold;
  font-size: 2.5rem;
  color: var(--r2m-color);
  display: block;
}
#pricing .ud-section-title:after {
  content: "Create an account today to get access to everything you need to succeed in chatbot marketing.";
  font-size: 1.25rem;
  color: #000;
}
#pricing_container .ud-pricing-footer .ud-border-btn {
  background-color: var(--r2m-color);
  color: #fff;
  border: 1px solid var(--r2m-color);
  border-radius: 10px;
}