.formkit-page {
  font-family: var(--body-font-family);
}

p {
  margin: 10px 0;
}

.formkit-container {
  width: 100%;
  max-width: 860px;
  padding: 40px;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  display: -webkit-box;
  display: flex;
}

.formkit-page-header {
  padding: 60px 0;
  padding-bottom: 200px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  border-bottom: 1px solid;
}

.formkit-header,
.formkit-header h1 {
  margin: 0;
}

.formkit-subheader {
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-family: var(--headings-font-family);
}

.formkit-subheader * {
  font-family: var(--headings-font-family);
}

.formkit-content {
  padding-top: 30px;
  padding-bottom: 60px;
}

.formkit-content-header {
  margin-top: 0;
  margin-bottom: 20px;
}

.formkit-content-subheader {
  line-height: 1.6;
  margin: 25px 0 40px 0;
}

.formkit-form-background {
  position: absolute !important;
  z-index: 1 !important;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.formkit-form {
  padding: 40px;
  padding-bottom: 25px;
  background: rgb(246, 246, 246);
  text-align: center;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.formkit-form * {
  font-family: var(--form-font-family);
  z-index: 2;
}

.formkit-form-header {
  margin: 0 0 30px 0;
  position: relative;
}

.formkit-fields {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}

.formkit-field {
  -webkit-box-flex: 1;
          flex: 1 0 auto;
}

[data-stacked="true"] .formkit-field {
  -webkit-box-flex: 1;
          flex: 1 1 100%;
  margin-bottom: 1rem;
}

[data-group="checkboxes"] {
  text-align: left;
  margin-left: 2px;
}

[data-group="checkboxes"] legend {
  color: inherit !important;
}

.formkit-checkboxes {
  background: transparent !important;
  color: inherit !important;
}

.formkit-checkboxes label {
  color: inherit !important;
}

.formkit-input {
  padding: 11px 12px 10px;
}

[data-stacked="false"] .formkit-submit {
  margin: auto auto auto 20px;
}

.formkit-disclaimer {
  position: relative;
  z-index: 7;
}

.formkit-video {
  background: #fff;
  box-shadow: 0 2px 15px 0 rgba(210, 214, 220, 0.5);
  padding: 20px;
  margin-top: -255px;
  margin-bottom: 20px;
  width: 100%;
}

.formkit-video img {
  width: 100%;
}

.formkit-powered-by-convertkit-container {
  margin: 0;
  padding: 20px 0;
}
