/* Keep desktop hero CTAs at the same scale as the existing mobile control. */
body[data-static-page="index"] .layout-banner .banner-action[data-v-ff6783a4] {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 160px !important;
  width: auto !important;
  height: 48px !important;
  padding: 0 28px !important;
  margin-top: 46px !important;
  box-sizing: border-box !important;
  font-size: 16px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}
