.cta .input-group {
  margin-bottom: .5rem; }
.cta .form-control {
  color: #333;
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  border-right-width: 0; }
  .cta .form-control::placeholder {
    font-style: italic; }
.cta .input-group-round {
  border-radius: 30px; }
  .cta .input-group-round .btn {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; }

.cta-title {
  font-size: 2.4rem;
  letter-spacing: -.01em;
  font-weight: 600; }

.cta-heading {
  margin-bottom: 2.5rem; }
  .cta-heading .cta-title {
    margin-bottom: .3rem; }

.cta-desc {
  font-size: 1.6rem; }

.cta-horizontal {
  padding: 4.5rem 3rem 4.5rem; }
  .cta-horizontal .cta-title {
    font-size: 2.2rem;
    margin-bottom: .8rem;
    letter-spacing: -.01em;
    font-weight: 600; }
  .cta-horizontal .cta-desc {
    color: #666;
    font-size: 1.4rem;
    font-weight: 400; }

.cta .btn:not(.btn-block) {
  min-width: 160px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.4rem; }

