
.oa-cta-force-row {
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  flex-wrap:nowrap !important;
  width:max-content !important;
  max-width:none !important;
}

.oa-try-us-button {
  background:#62d6ff !important;
  background-color:#62d6ff !important;
  border-color:#62d6ff !important;
  color:#041016 !important;
  white-space:nowrap !important;
  flex:0 0 auto !important;
  margin:0 !important;
}

.oa-try-us-button * {
  color:#041016 !important;
}

@media (max-width:767px) {
  .oa-cta-force-row {
    gap:6px !important;
  }
}
