.formkit-page {
  line-height: 1.5;
  font-family: var(--body-font-family);
  min-height: 100vh;
  position: relative;
}

h1,
h2 {
  line-height: inherit;
  margin: inherit;
}

.formkit-heading-primary {
  font-family: var(--headings-font-family);
  font-size: calc(28px + (48 - 28) * ((100vw - 400px) / (1000 - 400)));
  line-height: 1.1;
  margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
  .formkit-heading-primary {
    font-size: 48px;
  }
}

.formkit-heading-secondary {
  font-size: calc(16px + (24 - 16) * ((100vw - 400px) / (1000 - 400)));
  line-height: 1.25;
}

@media screen and (min-width: 1200px) {
  .formkit-heading-secondary {
    font-size: 24px;
  }
}

.formkit-background {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.formkit-container {
  margin: 0 auto;
  max-width: 1150px;
  padding: 40px 0 60px;
  position: relative;
  width: 96%;
  z-index: 2;
}

@media screen and (min-width: 800px) {
  .formkit-container {
    -webkit-box-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: nowrap;
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .formkit-container > * {
    margin: 0 4.5%;
    max-width: 480px;
  }
}

.formkit-image {
  margin-bottom: 40px;
  text-align: center;
}

.formkit-image img {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
}

@media screen and (min-width: 800px) {
  .formkit-image {
    margin-top: 10px;
    text-align: left;
  }
}

.formkit-content {
  font-size: calc(16px + (18 - 16) * ((100vw - 400px) / (1000 - 400)));
  margin: 20px 0 30px;
}

@media screen and (min-width: 800px) {
  .formkit-content {
    font-size: 18px;
  }
}

.formkit-content p {
  margin-bottom: 15px;
}

.formkit-card {
  margin-bottom: 20px;
}

.formkit-field {
  margin: 20px 0;
}

.formkit-input,
select.formkit-select {
  border-width: 2px;
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}

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

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

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

[data-group="checkboxes"] [data-group="checkbox"] label::before {
  top: 5px !important;
}

.formkit-submit {
  display: block;
  text-transform: uppercase;
  width: 100%;
}

.formkit-submit span {
  padding: 16px 24px !important;
}

.formkit-disclaimer {
  margin: 15px auto 0;
  max-width: 90%;
  text-align: center;
}

.formkit-copyright {
  text-align: center;
}

@media screen and (min-width: 800px) {
  .formkit-copyright {
    position: absolute;
    bottom: 20px;
    text-align: left;
  }

  .formkit-powered-by-convertkit-container {
    position: absolute;
    bottom: 20px;
    right: 2px;
  }
}

.formkit-copyright p {
  margin-bottom: 0;
}
