.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.site-body {
  background-color: #0e1b15;
}

.section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-bottom: auto;
  display: flex;
}

.header {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90px;
  margin-bottom: auto;
  display: flex;
  position: absolute;
}

.image {
  width: 300px;
}

.footer {
  flex-flow: column;
  align-items: center;
  height: 80px;
  margin-top: auto;
  display: flex;
}

.container {
  width: 50px;
  margin-top: 40px;
  margin-left: 20px;
}

.container-2 {
  width: 50px;
  margin-top: 40px;
  margin-right: 20px;
}

.link {
  color: #91c499;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.link-block {
  width: 50px;
}

.section-2 {
  justify-content: center;
  width: 100vw;
  margin-top: auto;
  display: flex;
}

.container-3 {
  margin-top: auto;
}

.container-4 {
  width: 50px;
  max-width: none;
  margin-bottom: 20px;
  margin-left: 20px;
}

.link-block-2 {
  color: #91c499;
  width: 50px;
}

.container-5 {
  max-width: none;
  margin-right: 20px;
}

.cell {
  outline-offset: 0px;
  outline: 1px solid #91c499;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block {
  color: #fff;
  text-align: center;
  font-family: pf-videotext, sans-serif;
  font-size: 23px;
  line-height: 30px;
}

.text-block.list {
  color: #91c499;
  font-size: 20px;
}

.heading {
  color: #fff;
  text-align: center;
  flex-flow: column;
  max-width: 400px;
  font-family: pf-videotext, sans-serif;
  font-size: 30px;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  min-width: 700px;
  max-width: 800px;
  padding-top: 0;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  flex-flow: column;
  justify-content: center;
  min-height: 90vh;
  max-height: none;
  margin-bottom: 140px;
  display: flex;
}

.section-4 {
  margin-bottom: 220px;
}

.container-7 {
  width: 80px;
}

.image-2 {
  margin-top: 10px;
  margin-bottom: auto;
}

.container-8 {
  margin-top: 60px;
  margin-bottom: auto;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  justify-content: center;
  padding-bottom: 0;
  font-family: pf-videotext, sans-serif;
  font-size: 20px;
  line-height: 40px;
  display: flex;
}

.text-block-2.footer {
  color: #91c499;
  height: auto;
}

.text-block-2.thanks {
  color: #91c499;
  padding-bottom: 0;
}

.link-2 {
  color: #91c499;
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-top: 13px;
  font-family: pf-videotext, sans-serif;
  font-size: 20px;
  display: flex;
  position: static;
}

.code-embed {
  width: 55px;
}

.container-9 {
  color: #91c499;
  flex-flow: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.custom-link {
  color: #91c499;
  margin-bottom: 9px;
  font-family: pf-videotext, sans-serif;
  font-size: 20px;
  -webkit-text-decoration: underline #91c499;
  text-decoration: underline #91c499;
}

.custom-link:hover {
  color: #d5ebd8;
}

.container-10 {
  width: 80px;
}

.text-field {
  color: #91c499;
  background-color: #0e1b15;
  border: 1px solid #91c499;
  border-radius: 1px;
  min-width: 50px;
  max-width: 300px;
  font-family: pf-videotext, sans-serif;
}

.text-field-2 {
  outline-offset: 0px;
  background-color: #0e1b15;
  outline: 3px #d9d9d9;
}

.field-label {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: pf-videotext, sans-serif;
  font-size: 12px;
}

.form-block {
  margin-top: 41px;
}

.submit-button {
  color: #0e1b15;
  text-align: center;
  text-transform: uppercase;
  background-color: #91c499;
  flex: 0 auto;
  margin-top: 31px;
  font-family: pf-videotext, sans-serif;
  font-size: 20px;
  display: block;
}

.form {
  flex-flow: column;
  max-width: 420px;
  display: flex;
}

.container-11 {
  justify-content: center;
  display: flex;
}

.div-block {
  width: 10px;
}

.textarea {
  background-color: #0e1b15;
  border: 1px solid #91c499;
  border-radius: 1px;
  height: auto;
  min-height: 100px;
}

.checkbox-label {
  color: #91c499;
  font-family: pf-videotext, sans-serif;
}

.checkbox {
  color: #91c499;
  background-color: #0e1b15;
  border: 1px solid #91c499;
  margin-left: 0;
  margin-right: 5px;
  padding-top: 10px;
  padding-right: 0;
  line-height: 1.5;
}

.checkbox-field {
  flex-flow: row;
  justify-content: center;
  padding-left: 0;
  display: flex;
}

.container-12 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.div-block-2 {
  width: 10px;
}

.checkbox-field-2 {
  padding-left: 0;
}

.section-5 {
  height: 100vh;
}

.quick-stack-2 {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 479px) {
  .section {
    flex-flow: column;
    justify-content: center;
    height: 100vh;
    margin: auto;
    display: flex;
    position: static;
  }

  .header {
    margin-bottom: auto;
    top: 0;
  }

  .header.contact {
    position: relative;
  }

  .image {
    width: 70%;
    margin: auto;
  }

  .container {
    width: 50px;
  }

  .container.contact, .container.portal {
    margin-left: auto;
  }

  .container-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .link {
    text-align: center;
  }

  .section-2 {
    margin-bottom: auto;
    position: absolute;
    bottom: 0;
  }

  .container-3 {
    justify-content: center;
    align-items: center;
    max-width: 80%;
    margin-bottom: auto;
    display: flex;
    position: absolute;
    top: 45%;
    bottom: auto;
  }

  .heading {
    max-width: none;
    font-size: 25px;
  }

  .quick-stack {
    min-width: 90vw;
    max-width: none;
  }

  .section-3 {
    margin-top: 220px;
  }

  .text-block-2 {
    text-align: left;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    font-size: 15px;
    line-height: 25px;
  }

  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11 {
    flex-flow: column;
    margin-bottom: 12px;
  }

  .textarea {
    color: #91c499;
    font-family: pf-videotext, sans-serif;
  }

  .container-12 {
    margin-bottom: 10px;
  }
}


