p {
  margin-bottom: 0px;
}

a {
  color: #f9b623;
  text-decoration: underline;
}

.body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-height: 100vh;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #464a4c;
  font-family: 'Open Sans', sans-serif;
}

.proposal {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #464a4c;
}

.form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.html-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.lottie-animation {
  width: 150px;
}

.logo {
  padding-top: 10px;
}

.brand {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 100%;
  height: auto;
  padding: 1.5rem 2rem 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-bottom: 1px solid #e1e5e6;
  background-color: #edf1f2;
  text-align: center;
}

.welcome {
  width: 100%;
  padding: 1rem 2rem 2rem;
  border-bottom: 1px solid #e1e5e6;
  text-align: center;
}

.footer {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem 2rem 2rem;
  border-style: solid;
  border-width: 1px;
  border-color: #e1e5e6;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
}

.intro {
  color: #525659;
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
}

.main {
  display: block;
  width: auto;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.flex {
  display: block;
  margin-top: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.label {
  margin-bottom: 0px;
  color: #525659;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.label.highlight {
  color: #f7a801;
}

.label.small-print {
  margin-top: 0px;
  font-size: 14px;
  line-height: 20px;
}

.scroll {
  display: block;
  overflow: visible;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  box-shadow: inset 0 -40px 30px -10px rgba(0, 0, 0, 0.05);
}

.credit {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  width: 100%;
  padding: 1rem;
  background-color: #464a4c;
  text-align: center;
}

.date {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.price {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #525659;
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
}

.button {
  margin-top: 1rem;
  padding: 10px 15px;
  border-bottom: 2px solid #996801;
  border-radius: 5px;
  background-color: #f7a801;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button.disabled {
  opacity: 0.3;
}

.signbox {
  width: 100%;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #edf1f2;
}

.signbox.hide {
  display: none;
}

.lottie-animation-2 {
  width: 100%;
}

.success {
  color: #f8ab00;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

.proposal-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.proposal-link.button {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 10px 15px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-bottom: 2px solid #996801;
  border-radius: 5px;
  line-height: 30px;
}

.image {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.paragraph {
  margin-top: 10px;
}

.edit {
  margin-top: 20px;
}

.signing {
  display: block;
  margin-top: 20px;
}

.button-text {
  color: #fff;
  text-decoration: none;
}

.html-embed-2 {
  width: auto;
  height: auto;
  max-width: 800px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-right: 20px;
  padding-left: 20px;
}

.heading {
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
}

.lottie-animation-3 {
  width: 200px;
  margin-right: auto;
  margin-left: auto;
}

.heading-2 {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .proposal {
    display: none;
  }
}

