.formkit-page {
  line-height: 1.5;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  font-family: var(--body-font-family);
  min-height: 100vh;
  position: relative;
}

header {
  margin-bottom: 25px;
}

h1 {
  font-family: var(--headings-font-family);
  line-height: inherit;
  margin: inherit;
}

.formkit-heading-primary {
  font-size: calc(28px + (44 - 28) * ((100vw - 400px) / (1000 - 400)));
  line-height: 1.25;
}
@media screen and (min-width: 1200px) {
  .formkit-heading-primary {
    font-size: 44px;
  }
}

.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 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 940px;
  min-height: 100vh;
  padding: 60px 0;
  position: relative;
  width: 96%;
  z-index: 2;
}

.formkit-main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 800px) {
  .formkit-main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

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

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

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

.formkit-content a:not(.link):not(.platform) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  color: inherit;
  text-decoration: none;
}

.formkit-content a:not(.link):not(.platform):hover {
  opacity: 0.75;
}

.formkit-card {
  flex-shrink: 0;
  margin: 10px auto 0;
  width: 100%;
}

@media screen and (min-width: 800px) {
  .formkit-card {
    margin-left: 50px;
    margin-top: 15px;
    width: 380px;
  }
}

@media screen and (min-width: 1200px) {
  .formkit-card {
    margin-left: 100px;
  }
}

.formkit-fields,
.formkit-field {
  margin-bottom: 15px;
}

.formkit-input,
select.formkit-select {
  -webkit-appearance: none;
  border-width: 1px;
}

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

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

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

.formkit-submit {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  margin: 0;
  text-transform: uppercase;
  width: 100%;
}

.formkit-submit span {
  padding: 13px 15px 12px !important;
}

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

.formkit-powered-by-convertkit-container {
  bottom: 0;
  position: absolute;
  margin-bottom: 30px;
}
