#FormSection .timeBox {
  background: #00a29a;
  color: #fff;
  padding: 2.5rem 3rem 3rem;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  max-width: 720px;
  margin: 0 auto 5.0rem;
}

#FormSection .timeBox p b {
  font-size: 125%;
  font-weight: 900;
}

#FormSection .timeBox p.fcshow_note {
  font-size: 0.8rem;
  color: #fbfbfb;
  margin-top: 0.5rem;
}

.CtaSection.--ofmBg {
  background: #000D2B !important
}

.btnCompanyWrapper {
  margin: 1.875rem auto 0;
}

.btnCompany {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  background: #00a29a;
  border: 1px solid #00a29a;
  box-sizing: border-box;
  padding: 0.5rem 2.5rem;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition-duration: 0.3s;
}

a.btnCompany:hover {
  background: #fff;
  color: #00a29a;
}
a.btnCompany:hover:before {
  border-top: 2px solid #00a29a;
  border-right: 2px solid #00a29a;
}