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

header {
  margin-bottom: 25px;
}

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

p {
  margin: 0 0 1rem;
}

a {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  opacity: 0.75;
}

.formkit-wrapper {
  min-height: 100vh;
  position: relative;
}

.formkit-bg-color {
  height: 100%;
  position: absolute;
  width: 100%;
}

.formkit-bg-image {
  background-position: center center;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}

.formkit-image-container {
  height: 298px;
  position: absolute;
  z-index: 0;
}

.formkit-image-container img {
  left: -128px;
  position: absolute;
  top: -178px;
}

.formkit-record-insert img {
  border-radius: 50%;
  height: 164px;
  left: 25px;
  max-width: inherit !important;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -22px;
  width: 164px;
  z-index: -1;
}

.formkit-record {
  max-width: 470px;
  min-width: 470px;
}

.formkit-hole {
  background: #f3f6f9;
  border-radius: 50%;
  height: 13px;
  left: 101px;
  position: absolute;
  top: 54px;
  width: 13px;
  box-shadow: inset 0px 1px 6px 2px rgba(0, 0, 0, 0.5);
}

.formkit-content-container {
  max-width: 620px;
  padding: 250px 24px 40px;
  position: relative;
  z-index: 0;
}

.formkit-logo {
  display: inherit;
  max-height: 30px;
  max-width: 90px;
  margin-bottom: 24px;
}

.formkit-logo img {
  -o-object-fit: cover;
     object-fit: cover;
}

.formkit-preheading {
  font-size: 13px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.formkit-heading {
  font-family: var(--headings-font-family);
  font-size: 44px;
  line-height: 1.1;
  margin-bottom: 26px;
}

.formkit-heading h1 {
  margin-bottom: 0;
}

.formkit-content {
  font-size: 17px;
  margin-bottom: 36px;
}

.formkit-input {
  background: inherit;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-bottom: 28px;
  padding-left: 0;
  padding-top: 0;
}

.formkit-field [data-group="dropdown"] {
  margin-bottom: 28px;
}

.formkit-field [data-group="dropdown"] .formkit-select {
  background: inherit;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding-left: 0;
  padding-top: 0;
}

[data-group="checkboxes"] {
  margin-bottom: 28px;
}

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

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

.formkit-checkboxes label {
  color: inherit !important;
  font-size: 17px;
}

.formkit-submit {
  font-size: 14px;
  margin-bottom: 28px;
  margin-top: 10px;
  text-transform: uppercase;
  width: 100%;
}

.formkit-submit span {
  padding: 20px 24px;
}

.formkit-disclaimer {
  font-size: 12px;
  opacity: 0.6;
}

.formkit-powered-by-container {
  display: -webkit-box;
  display: flex;
  padding-top: 12px;
  width: 100%;
}

.formkit-powered-by-container a {
  display: inherit;
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

@media screen and (min-width: 600px) {
  .formkit-image-container {
    display: -webkit-box;
    display: flex;
    width: 100%;
  }
}

@media screen and (min-width: 850px) {
  .formkit-wrapper {
    display: -webkit-box;
    display: flex;
    overflow-x: hidden;
  }

  .formkit-image-container {
    height: 100vh;
    -webkit-box-ordinal-group: 3;
            order: 2;
    overflow: hidden;
    right: -5%;
    width: auto;
    width: 65%;
  }

  .formkit-inherit {
    position: relative;
  }

  .formkit-fixed {
    position: fixed;
  }

  .formkit-record {
    max-width: 1130px;
    min-width: 1130px;
  }

  .formkit-image-container img {
    bottom: -130px;
    height: 1130px;
    left: inherit;
    position: absolute;
    top: calc((1130px - 100vh) / -2);
    width: 1130px;
  }

  .formkit-record-insert {
    height: 100vh;
    position: absolute;
  }

  .formkit-record-insert img {
    height: 387px;
    left: inherit;
    position: relative;
    right: -373px;
    top: calc(50% - 192px);
    width: 387px;
    z-index: 1;
  }

  .formkit-hole-relative {
    position: relative;
    width: 100%;
  }

  .formkit-hole {
    height: 30px;
    left: inherit;
    position: inherit;
    right: -551px;
    top: calc(50% + -15px);
    width: 30px;
    z-index: 1;
  }

  .formkit-content-container {
    margin-right: auto;
    max-width: 475px;
    padding-bottom: 60px;
    padding-top: 56px !important;
    width: 40%;
  }

  .formkit-logo {
    margin-bottom: 110px;
  }

  .formkit-preheading {
    font-size: 13px;
    margin-bottom: 22px;
    text-transform: uppercase;
  }

  .formkit-preheading h2 {
    margin-bottom: 0;
  }

  .formkit-heading {
    color: var(--heading-color) !important;
    max-width: none;
    min-height: auto;
  }

  .formkit-content {
    margin-bottom: 56px;
  }
}

@media screen and (min-width: 1100px) {
  .formkit-content-container {
    max-width: 500px;
    padding: 56px 24px 60px 125px;
  }
}

@media screen and (min-width: 1500px) {
  .formkit-image-container img {
    right: -210px;
  }

  .formkit-record-insert {
    position: absolute;
    right: 0;
  }

  .formkit-record-insert img {
    position: absolute;
    right: 160px;
  }

  .formkit-hole {
    position: absolute;
    right: 337px;
  }
}
