.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.pageframe {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px #00111a;
  border-radius: 2px;
  flex-flow: column;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-top: 2px;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  display: flex;
  position: static;
  box-shadow: 2px 2px 5px 2px #0003;
}

.form {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 98%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.form-block {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
  top: 0;
}

.div-page {
  z-index: 10;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
}

.field-label {
  display: flex;
}

.inputtext {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  overflow-wrap: normal;
  border-bottom: 1px solid #000;
  border-radius: 0;
  flex-flow: column;
  align-items: center;
  width: 13%;
  height: 24px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  font-size: 100%;
  line-height: 24px;
  display: flex;
  transform: translate(0);
}

.value {
  opacity: 1;
  text-align: center;
  border: 1px solid #000;
  border-radius: 2px;
  width: 13%;
  height: 24px;
  margin-bottom: 0;
  padding: 0;
  font-size: 80%;
  line-height: 0;
  box-shadow: 2px 2px 5px 2px #0003;
}

.div-block-3 {
  width: 80%;
}

.button {
  color: #101050;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  background-color: #0000;
  border: 1px #000;
  border-style: none solid;
  border-radius: 0;
  flex-flow: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 0;
  margin: 0 auto;
  padding: 0 8px;
  font-family: Open Sans, sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  flex-flow: column;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.iframe {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 540px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  line-height: 100%;
  display: flex;
}

.code-embed {
  flex-flow: row;
  width: 80%;
  display: flex;
}

.code-embed-2 {
  border: 1px solid #00111a;
  border-radius: 2px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 180px;
  max-height: 300px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: 2px 2px 5px 2px #0003, 2px 2px 5px 2px #0003;
}

.image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-2 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 8px;
  flex: 0 auto;
  width: 80%;
  max-width: none;
  height: auto;
  max-height: 40px;
  margin: 10px auto 60px;
  font-size: 14px;
  display: block;
  overflow: clip;
}

.text-block {
  color: #aaa;
  text-align: center;
  flex-flow: column;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block.pageid {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 18px;
  margin-left: 150px;
  font-size: 100%;
  line-height: 0;
}

.text-block.foot {
  height: auto;
  font-size: 100%;
  line-height: 3vh;
}

.button-2 {
  margin-left: auto;
  margin-right: auto;
}

.pagebtn {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  outline-offset: 0px;
  color: #101050;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  outline: 3px #101050;
  flex-flow: column;
  align-items: stretch;
  width: 100px;
  height: 30px;
  margin: 20px auto 10px;
  padding: 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: static;
}

.pagebtn.w--current {
  border-top-style: none;
  border-top-width: 1px;
  font-weight: 800;
}

.columns {
  width: 100%;
  height: 596px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.column {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #bbb;
  background-image: url('../images/green.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  height: 580px;
  padding-left: 0;
  display: flex;
}

.column-2 {
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  height: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 100%;
  line-height: 100%;
  display: flex;
}

.section {
  width: auto;
  margin-top: 60px;
}

.section-2 {
  flex-flow: wrap;
  display: flex;
}

.navbar {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  font-size: 100%;
  line-height: 100%;
  display: flex;
}

.section-3 {
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle, #101060, #fff);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18px;
  display: flex;
  position: static;
}

.pagetitla {
  color: #aaa;
  text-align: center;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
}

.code-embed-3 {
  text-align: center;
  width: 1020px;
  height: auto;
}

.image-3 {
  mix-blend-mode: multiply;
  flex: 0 auto;
  width: auto;
  height: 20px;
  margin-right: 60px;
  padding-right: 0;
}

.button-3 {
  color: #101050;
  text-align: center;
  text-shadow: 0 1px 1px #0003;
  background-color: #0000;
  border: 1px #000;
  border-style: none solid;
  border-radius: 0;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 30px;
  margin: 10px auto;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
}

.section-4 {
  flex: 0 auto;
  width: auto;
  height: 90vh;
  margin-top: 20px;
  margin-bottom: 0;
  display: block;
  position: static;
}

.column-3 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #bbb;
  background-image: url('../images/kingLake2.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-flow: column;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #00111a;
  border-radius: 2px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  box-shadow: 2px 2px 5px 2px #0003;
}

.image-4 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: #0000;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 40px;
  margin: 10px auto 60px;
  font-size: 14px;
  display: block;
  overflow: clip;
}

.code-loan-sw {
  text-align: center;
  width: 1020px;
  height: auto;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #00111a;
  border-radius: 2px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 100%;
  max-height: none;
  margin: 0 auto 2px;
  display: block;
  position: static;
  overflow: auto;
  box-shadow: 2px 2px 5px 2px #0003;
}

.section-5 {
  width: auto;
  margin-top: 60px;
}

.button-4 {
  background-color: #101050;
  border-radius: 2px;
  flex-flow: wrap;
  flex: 1;
  place-content: stretch center;
  align-items: center;
  width: 100px;
  height: 30px;
  margin: 20px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 100%;
  line-height: 30px;
  text-decoration: none;
  display: flex;
  box-shadow: 2px 2px 5px 2px #0003;
}

.div-input {
  z-index: 10;
  text-align: center;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  height: 80px;
  min-height: 85px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
  position: sticky;
}

.column-4 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #bbb;
  background-image: url('../images/green.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  height: 580px;
  padding-left: 0;
  display: flex;
}

.div-table-2 {
  flex-flow: wrap;
  width: 95%;
  height: 310px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-5 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 8px;
  flex: 0 auto;
  width: 80%;
  max-width: none;
  height: auto;
  max-height: 40px;
  margin: 10px auto 60px;
  font-size: 14px;
  display: block;
  overflow: clip;
}

.section-6 {
  -webkit-text-fill-color: inherit;
  background-image: radial-gradient(circle, #101060, #fff);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-5 {
  flex-flow: row;
  width: 80%;
  display: flex;
}

.radiobtn {
  margin-top: 0;
}

.logos-title-large {
  background-color: #eee;
  border-bottom: 1px solid #e4ebf3;
  width: 100%;
  max-width: none;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  line-height: 25px;
  display: block;
  position: static;
}

.forminput {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.inputtext-2 {
  opacity: 1;
  text-align: left;
  letter-spacing: normal;
  white-space: normal;
  word-break: normal;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 35px;
  margin: 0 auto;
  padding-left: 2px;
  font-size: 100%;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.inputfield {
  color: #202050;
  text-align: left;
  background-color: #eee;
  border: 1px solid #000;
  border-style: solid none;
  width: 100%;
  height: 40px;
  margin: 0 auto 5px;
  padding: 0 0 0 10px;
  font-size: 100%;
  line-height: 20px;
}

.radiotxt {
  font-size: 20px;
  font-weight: 700;
}

.radiotxt.p {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 100%;
  line-height: 15px;
}

.div-block-6 {
  padding-top: 10px;
  display: flex;
}

.inputtitle {
  color: #aaa;
  text-align: center;
  background-color: #202050;
  width: 100%;
  margin: 0 auto 5px;
  padding-left: 0;
  font-size: 15px;
}

.div-block-7 {
  display: flex;
}

.formblock2 {
  width: 30%;
  margin-left: 20px;
  display: flex;
}

.formradio1 {
  width: 55%;
  height: 100%;
  padding-left: 40px;
  line-height: 100%;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  height: 80%;
  margin-top: 40px;
  margin-left: 20px;
  display: grid;
}

.button-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 35px;
  margin-top: 60px;
  margin-left: 20px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: static;
}

.form-block-audio {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: wrap;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: auto;
  margin: 5px auto 0;
  display: flex;
}

.heading-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 5px 0 0;
  padding-left: 10px;
  padding-right: 0;
  font-size: 15px;
  display: block;
}

.formradio2 {
  width: 100%;
}

.output {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #aaa;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 40px;
  display: block;
  overflow: clip;
}

.radio {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-4 {
  width: 100%;
  margin-left: 10px;
  margin-right: auto;
}

.div-block-9 {
  height: 100px;
  margin-top: 10px;
  padding-top: 10px;
  display: flex;
}

.div-block-10 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 360px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: auto;
  margin: 0 20px;
  display: flex;
}

.button-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 35px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: static;
}

.column-5 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #bbb;
  background-image: url('../images/green.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  height: 100vh;
  padding-left: 0;
  display: flex;
}

.form-5 {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.image-6 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 40px;
  margin: 10px auto 60px;
  font-size: 14px;
  display: block;
  overflow: clip;
}

.section-7 {
  background-image: url('../images/green.png');
  background-position: 0 0;
  background-size: auto;
  width: auto;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #00111a;
  border-radius: 2px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 300px;
  max-height: 80vh;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  box-shadow: 2px 2px 5px 2px #0003;
}

.column-6 {
  background-image: none;
}

.div-table-3 {
  width: 95%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inputtext-3 {
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 15%;
  height: 30%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  transform: translate(0);
}

.button-7 {
  background-color: #101050;
  border-radius: 2px;
  flex: 0 auto;
  height: 30px;
  margin: 20px auto;
  display: block;
  box-shadow: 2px 2px 5px 2px #0003;
}

.pagebtn-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  outline-offset: 0px;
  color: #101050;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  outline: 3px #101050;
  flex-flow: column;
  align-items: stretch;
  width: 100px;
  height: 30px;
  margin: 20px auto 10px;
  padding: 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: static;
}

.form-block-3 {
  z-index: 10;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: sticky;
  top: 0;
}

.value-2 {
  opacity: 1;
  text-align: right;
  border: 1px solid #000;
  border-radius: 2px;
  width: 15%;
  height: 30%;
  margin-bottom: 8px;
  box-shadow: 2px 2px 5px 2px #0003;
}

.column-7 {
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  background-color: #bbb;
  background-image: url('../images/green.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: column;
  height: 100vh;
  padding-left: 0;
  display: flex;
}

.form-6 {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: 100%;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: static;
}

.image-7 {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: multiply;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 8px;
  flex: 0 auto;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: 40px;
  margin: 10px auto 60px;
  font-size: 14px;
  display: block;
  overflow: clip;
}

.section-8 {
  background-image: url('../images/green.png');
  background-position: 0 0;
  background-size: auto;
  width: auto;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #00111a;
  border-radius: 2px;
  flex-flow: row;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 300px;
  max-height: 80vh;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  box-shadow: 2px 2px 5px 2px #0003;
}

.column-8 {
  background-image: none;
}

.div-table-4 {
  width: 95%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inputtext-4 {
  border-bottom: 1px solid #000;
  border-radius: 0;
  width: 15%;
  height: 30%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 20px;
  transform: translate(0);
}

.button-8 {
  background-color: #101050;
  border-radius: 2px;
  flex: 0 auto;
  height: 30px;
  margin: 20px auto;
  display: block;
  box-shadow: 2px 2px 5px 2px #0003;
}

.pagebtn-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  opacity: 1;
  outline-offset: 0px;
  color: #101050;
  text-align: center;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom-width: 1px;
  border-radius: 0;
  outline: 3px #101050;
  flex-flow: column;
  align-items: stretch;
  width: 100px;
  height: 30px;
  margin: 20px auto 10px;
  padding: 10px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  display: flex;
  position: static;
}

.section-9 {
  height: 600px;
}

.code-embed-7 {
  height: 400px;
  margin-top: 10px;
}

.code-embed-8 {
  height: 300px;
  margin-top: 10px;
}

.div-block-15 {
  height: 450px;
  margin-top: 10px;
}

.text-block-2 {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  min-height: 20px;
  margin-left: 5px;
  margin-right: auto;
  display: flex;
}

.forminput-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 95%;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  display: block;
}

.form-block-pension {
  width: 25%;
}

@media screen and (max-width: 991px) {
  .pageframe {
    margin-top: 0;
  }

  .value {
    color: #101050;
  }

  .button {
    font-size: 100%;
  }

  .iframe {
    justify-content: flex-start;
    align-items: center;
    height: 540px;
    margin-top: 10px;
  }

  .code-embed-2 {
    max-height: 80vh;
  }

  .image-2 {
    width: 80%;
  }

  .pagebtn {
    align-items: center;
    width: 100px;
  }

  .columns {
    flex-flow: wrap;
    height: 600px;
    display: flex;
  }

  .column {
    align-items: center;
    display: flex;
  }

  .column-2 {
    justify-content: flex-start;
    align-items: stretch;
    height: auto;
    line-height: 36px;
  }

  .section {
    width: 95%;
  }

  .navbar {
    flex-flow: row;
  }

  .section-4 {
    width: 95%;
    height: 100vh;
  }

  .column-3 {
    align-items: center;
    height: 100%;
    display: flex;
  }

  .image-4 {
    width: 80%;
  }

  .div-block-5 {
    height: 100%;
  }

  .section-5 {
    width: 95%;
  }

  .button-4 {
    text-indent: 0;
    text-transform: uppercase;
    white-space: normal;
    flex-flow: column;
    flex: 1;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 100%;
    font-style: normal;
    line-height: 100%;
  }

  .column-4 {
    align-items: center;
    display: flex;
  }

  .div-table-2 {
    height: 320px;
  }

  .image-5 {
    width: 80%;
  }

  .radiobtn {
    margin-top: 0;
  }

  .inputtext-2 {
    margin-bottom: 5px;
  }

  .radiotxt.p {
    margin-bottom: 0;
    line-height: 15px;
  }

  .form-block-audio {
    height: 100%;
    margin-top: 0;
  }

  .div-block-10 {
    height: 380px;
  }

  .column-5 {
    align-items: center;
    display: flex;
  }

  .image-6 {
    width: auto;
  }

  .pagebtn-2 {
    align-items: center;
    width: auto;
  }

  .column-7 {
    align-items: center;
    display: flex;
  }

  .image-7 {
    width: auto;
  }

  .pagebtn-3 {
    align-items: center;
    width: auto;
  }

  .section-9 {
    height: 100%;
  }

  .forminput-copy {
    height: 100%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pageframe {
    flex-flow: column;
    flex: 1;
    height: 20%;
    margin-top: 0;
    display: flex;
  }

  .form {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    aspect-ratio: 2.39;
    flex-flow: column wrap;
    place-content: stretch flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .form-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    height: 100%;
    display: flex;
  }

  .inputtext {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    flex: 1;
    order: 0;
    place-content: stretch center;
    align-self: auto;
    align-items: center;
    width: 15%;
    height: 18px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 2px;
    line-height: 10px;
    display: flex;
  }

  .value {
    text-align: center;
    height: 15px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 100%;
    line-height: 12px;
    display: block;
  }

  .button {
    flex-flow: row;
    height: 15px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 100%;
    line-height: 12px;
    display: flex;
  }

  .body {
    height: auto;
  }

  .iframe {
    flex-flow: column;
    flex: 1;
    height: 260px;
    margin-top: 5px;
  }

  .code-embed-2 {
    flex-flow: column;
    order: 0;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 95%;
    height: 180px;
    max-height: none;
    margin: 3px auto;
    padding: 5px;
  }

  .image-2 {
    flex: 0 auto;
    width: 100px;
    height: auto;
    margin: 0 auto;
  }

  .text-block.pageid {
    height: 15px;
    margin-left: 100px;
    margin-right: auto;
    font-size: 12px;
    line-height: 0;
  }

  .pagebtn {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 20px;
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 100%;
    line-height: 60%;
    display: flex;
  }

  .pagebtn.w--current {
    margin-left: auto;
    margin-right: auto;
    font-weight: 800;
  }

  .columns {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 290px;
    display: flex;
  }

  .column {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 8vh;
    display: flex;
  }

  .column-2 {
    background-image: none;
    background-size: auto;
    flex-flow: column;
    place-content: flex-start;
    align-items: center;
    height: 280px;
    margin-top: 0;
    display: flex;
  }

  .section {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-top: 0;
    display: flex;
  }

  .navbar {
    width: 100%;
    height: 20px;
    margin-top: 2px;
    margin-left: 0;
    margin-right: 0;
    font-size: 90%;
    line-height: 4vh;
  }

  .section-3 {
    float: none;
    flex-flow: row;
    align-content: stretch;
    height: 12px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 0;
    display: flex;
    position: static;
  }

  .image-3 {
    height: 18px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    line-height: 1px;
    display: inline-block;
  }

  .section-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 9vh;
    margin-top: 0;
    display: flex;
  }

  .column-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    line-height: 25px;
    display: flex;
  }

  .image-4 {
    flex: 0 auto;
    width: 100px;
    height: auto;
    margin: 0 auto;
  }

  .code-loan-sw {
    width: 100%;
  }

  .div-block-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    display: flex;
  }

  .section-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-top: 0;
    display: flex;
  }

  .button-4 {
    box-sizing: border-box;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: justify;
    object-fit: fill;
    flex-flow: wrap;
    flex: 1;
    place-content: stretch center;
    align-items: center;
    width: 15%;
    height: 22px;
    margin: 0 2px;
    padding: 0 2px;
    font-size: 60%;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    display: flex;
  }

  .div-input {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 45px;
    min-height: 0;
    max-height: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-4 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 8vh;
    display: flex;
  }

  .div-table-2 {
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 225px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    font-size: 100%;
    line-height: 15px;
  }

  .image-5 {
    flex: 0 auto;
    width: 100px;
    height: auto;
    margin: 0 auto;
  }

  .radiobtn {
    height: 15px;
    margin-top: 0;
  }

  .logos-title-large {
    height: 86vh;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 0 20px;
  }

  .forminput {
    flex-flow: column;
    flex: 1;
    justify-content: center;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    line-height: 100%;
    display: block;
    overflow: visible;
  }

  .inputtext-2 {
    box-sizing: border-box;
    aspect-ratio: auto;
    text-align: left;
    -webkit-text-stroke-color: #bbb;
    text-shadow: 0 0 1px #0003;
    object-fit: fill;
    justify-content: center;
    align-items: stretch;
    width: 95%;
    height: 25px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    font-size: 90%;
    line-height: 15px;
    display: flex;
  }

  .inputfield {
    text-align: left;
    border: 1px solid #000;
    border-style: solid none;
    width: 95%;
    height: 25px;
    margin: 0 auto 2px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    font-size: 90%;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
  }

  .radiotxt.p {
    text-shadow: 0 0 1px #0003;
    width: 100%;
    height: 15px;
    margin-bottom: 0;
    font-size: 85%;
    line-height: 15px;
    display: flex;
  }

  .inputtitle {
    color: #aaa;
    text-align: center;
    -webkit-text-stroke-color: #101050;
    text-overflow: clip;
    background-image: linear-gradient(#101050, #101050);
    width: 95%;
    height: 25px;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 90%;
    font-weight: 400;
    line-height: 25px;
    text-decoration: none;
  }

  .formblock2 {
    flex-flow: wrap;
    align-content: stretch;
    align-items: center;
    width: 40%;
    height: 70px;
    margin-bottom: 0;
  }

  .formradio1 {
    flex-flow: column;
    justify-content: space-around;
    width: 55%;
    height: 50px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .form-block-audio {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: space-between;
    width: 45%;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
  }

  .heading-2 {
    width: 100%;
    height: 30px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .formradio2 {
    flex-flow: column;
    justify-content: center;
    height: 80px;
    display: flex;
  }

  .output {
    border: 1px solid #000;
    width: 95%;
    height: 25px;
    min-height: 0;
    margin-bottom: 2px;
    margin-left: auto;
    margin-right: auto;
    font-size: 90%;
    line-height: 20px;
    display: block;
  }

  .radio {
    height: 20px;
    margin-bottom: 0;
    line-height: 25px;
  }

  .div-block-9 {
    flex-flow: wrap;
    place-content: center;
    align-items: center;
    width: 90%;
    height: 70px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: flex;
  }

  .div-block-10 {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: 240px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-11 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 40%;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button-6 {
    width: auto;
    height: 30px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 100%;
    line-height: 100%;
  }

  .column-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 10vh;
    display: flex;
  }

  .form-5 {
    width: 95%;
  }

  .image-6 {
    width: 20%;
    margin: 0 auto;
  }

  .column-7 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: 10vh;
    display: flex;
  }

  .form-6 {
    width: 95%;
  }

  .image-7 {
    width: 20%;
    margin: 0 auto;
  }

  .section-9 {
    box-sizing: border-box;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: flex-end;
    align-items: flex-start;
    width: 80%;
    height: 150px;
    line-height: 10px;
    display: flex;
    position: static;
  }

  .body-3 {
    flex-flow: column;
    display: flex;
  }

  .code-embed-6 {
    margin-bottom: 0;
    padding: 5px;
  }

  .section-10 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 10px;
    padding-bottom: 2px;
  }

  .div-block-14 {
    width: 100%;
    height: auto;
  }

  .div-block-15 {
    width: 100%;
    height: auto;
    min-height: 180px;
    margin-top: 5px;
    line-height: 90%;
  }

  .text-block-2 {
    min-height: 10px;
    margin-left: 2px;
    margin-right: 0;
    line-height: 10px;
  }

  .forminput-copy {
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    height: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .pageframe {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .form {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    justify-content: center;
    align-items: flex-end;
    width: 310px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-bottom: 0;
  }

  .div-page {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }

  .inputtext {
    text-align: center;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 15%;
    height: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
  }

  .value {
    text-align: center;
    width: 15%;
    height: 18px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 12px;
    line-height: 0;
  }

  .value.date {
    font-size: 10px;
  }

  .button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #101050;
    text-align: center;
    -webkit-text-stroke-width: 0px;
    text-indent: 0;
    text-overflow: clip;
    background-color: #0000;
    flex-flow: wrap;
    flex: 1;
    place-content: center;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 90%;
    font-style: normal;
    font-weight: 300;
    line-height: 20px;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .body {
    flex-flow: column;
    height: 540px;
    display: flex;
  }

  .iframe {
    flex-flow: wrap;
    flex: 0 auto;
    align-items: center;
    width: 100%;
    height: 580px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .code-embed-2 {
    width: 95%;
    height: 180px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-2 {
    text-align: center;
    width: 80px;
    height: 10px;
    margin: 2px 5px 0;
    box-shadow: 2px 2px 5px #0003;
  }

  .text-block {
    flex-flow: column;
    flex: 1;
    height: 20px;
    margin-top: 0;
    margin-left: 75px;
    margin-right: auto;
    display: block;
  }

  .text-block.pageid {
    text-align: center;
    overflow-wrap: normal;
    object-fit: fill;
    flex-flow: column;
    align-self: stretch;
    height: 18px;
    margin-left: 60px;
    margin-right: 0;
    font-size: 80%;
    line-height: 0;
    text-decoration: none;
    display: flex;
  }

  .text-block.foot {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    line-height: 14px;
    display: flex;
  }

  .pagebtn {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: 2;
    color: #101050;
    text-align: center;
    object-fit: fill;
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 12px;
    margin: 0 auto;
    padding: 1px 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 0;
  }

  .pagebtn.w--current {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-style: none none solid;
    border-width: 1px;
    flex-flow: row;
    width: auto;
    margin: 4px 0 0;
    padding-bottom: 2px;
    text-decoration: none;
    position: static;
  }

  .columns {
    flex-flow: wrap;
    align-content: stretch;
    height: auto;
    margin-bottom: 5px;
  }

  .column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .column-2 {
    flex-flow: column;
    align-items: center;
    height: 560px;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .section {
    flex-flow: wrap;
    display: flex;
  }

  .navbar {
    flex-flow: row;
    height: 30px;
    margin-top: 0;
    font-size: 100%;
    line-height: 100%;
  }

  .section-3 {
    text-align: center;
    flex-flow: wrap;
    align-content: stretch;
    width: 100%;
    height: 18px;
    margin-top: 0;
    font-size: 12px;
    line-height: 15px;
    display: flex;
  }

  .image-3 {
    mix-blend-mode: multiply;
    width: auto;
    height: 15px;
    margin-right: 10px;
  }

  .button-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #101050;
    text-align: center;
    background-color: #0000;
    flex-flow: wrap;
    flex: 1;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 30px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 10px;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .section-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: auto;
    width: 100%;
    height: 7vh;
    margin-left: 2px;
    margin-right: 2px;
    display: flex;
  }

  .column-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block-4 {
    width: 100%;
    height: 100%;
    margin-top: 10px;
  }

  .image-4 {
    text-align: center;
    width: 80px;
    height: 10px;
    margin: 2px 5px 0;
    box-shadow: 2px 2px 5px #0003;
  }

  .div-block-5 {
    justify-content: space-between;
    width: 100%;
    height: 100%;
    margin: 2px auto 0;
  }

  .section-5 {
    flex-flow: wrap;
    display: flex;
  }

  .button-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    background-color: #101050;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 25px;
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 20px;
    text-decoration: none;
    display: block;
    position: static;
  }

  .div-input {
    width: 100%;
    height: 60px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-table-2 {
    width: 95%;
    height: 320px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
  }

  .image-5 {
    text-align: center;
    width: 80px;
    height: 10px;
    margin: 2px 5px 0;
    box-shadow: 2px 2px 5px #0003;
  }

  .section-6 {
    text-align: center;
    flex-flow: wrap;
    font-size: 12px;
    display: flex;
  }

  .code-embed-5 {
    width: auto;
  }

  .radiobtn {
    height: 18px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .logos-title-large {
    background-color: #bbb0;
    margin-top: 0;
    padding: 10px;
  }

  .forminput {
    flex: none;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .inputtext-2 {
    text-shadow: 0 0 1px #0003;
    flex-flow: column;
    flex: none;
    order: 0;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: 25px;
    margin-top: 2px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    font-size: 90%;
    display: flex;
  }

  .inputfield {
    flex: none;
    order: 0;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 25px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form-3 {
    width: 100%;
    display: block;
  }

  .radiotxt {
    float: left;
    color: #101050;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 120px;
    height: 20px;
    margin-bottom: 0;
    font-weight: 400;
    display: flex;
    position: static;
  }

  .radiotxt.p {
    text-shadow: 0 0 1px #0003;
    justify-content: flex-start;
    align-items: center;
    width: 140px;
    height: 18px;
    margin-bottom: 0;
    margin-left: 5px;
    padding-left: 5px;
    font-size: 12px;
    display: flex;
  }

  .div-block-6 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-left: 10px;
    margin-right: auto;
    padding-top: 0;
    padding-left: 20px;
    display: flex;
  }

  .inputtitle {
    color: #bbb;
    text-align: left;
    background-color: #101050;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
    margin: 5px auto 0;
    padding-left: 0;
    font-size: 15px;
    display: flex;
    position: relative;
    box-shadow: 2px 2px 5px 2px #0003;
  }

  .div-block-7 {
    display: block;
  }

  .formblock2 {
    text-align: left;
    background-color: #fff;
    flex-flow: column;
    flex: 1;
    place-content: flex-start center;
    align-self: auto;
    align-items: center;
    width: 50%;
    height: 70px;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 40px;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .formradio1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 70px;
    margin-bottom: 0;
    margin-left: 50px;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .div-block-8 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    width: 90%;
    margin-top: 10px;
    margin-left: 10px;
    font-weight: 700;
    display: grid;
  }

  .button-5 {
    border-radius: 2px;
    width: 80px;
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;
    padding-left: 10px;
    font-weight: 700;
    box-shadow: 2px 2px 5px 2px #0003;
  }

  .form-block-audio {
    flex-flow: row;
    width: 90%;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-2 {
    text-shadow: 0 0 1px #0003;
    width: 120%;
    height: 35px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1px;
    padding-left: 2px;
  }

  .formradio2 {
    background-color: #0000;
    flex-flow: column;
    width: 80%;
    margin-left: 10px;
    display: flex;
  }

  .output {
    border-radius: 2px;
    justify-content: center;
    place-items: center;
    width: 100%;
    height: 25px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    font-size: 100%;
    line-height: 25px;
    display: flex;
    box-shadow: 2px 2px 5px 2px #0003;
  }

  .radio {
    float: left;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 18px;
    margin-top: 3px;
    margin-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .form-4 {
    flex-flow: wrap;
    width: 100%;
    margin-left: 20px;
    display: flex;
  }

  .div-block-9 {
    background-image: none;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 70px;
    margin-top: 3px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .div-block-10 {
    flex-flow: wrap;
    flex: 1;
    order: 0;
    place-content: flex-start center;
    align-items: center;
    width: 100%;
    height: 540px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .div-block-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    width: 92%;
    height: 100px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
    display: grid;
  }

  .button-6 {
    border-radius: 2px;
    flex-flow: row;
    width: 90%;
    height: 30px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px;
    font-weight: 700;
    box-shadow: 2px 2px 5px 2px #0003;
  }

  .column-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-6 {
    text-align: center;
    width: 80px;
    height: 20px;
    margin: 2px 5px 0;
    box-shadow: 2px 2px 5px #0003;
  }

  .div-block-12 {
    width: 100%;
    height: 100%;
  }

  .div-table-3 {
    width: 95%;
    height: 200px;
  }

  .inputtext-3 {
    text-align: center;
    width: 18%;
    height: 30px;
    padding-top: 5px;
    padding-left: 0;
    font-size: 13px;
  }

  .button-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    background-color: #101050;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 30px;
    margin: 0 0 0 auto;
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 10px;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .pagebtn-2 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    color: #101050;
    text-align: center;
    object-fit: fill;
    background-color: #0000;
    justify-content: flex-start;
    align-items: stretch;
    width: 60px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
  }

  .form-block-3 {
    text-align: left;
    width: 100%;
    margin-left: 0;
    padding-bottom: 10px;
  }

  .value-2 {
    text-align: center;
    width: 18%;
    height: 30px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    font-size: 14px;
  }

  .column-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .form-6 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .image-7 {
    text-align: center;
    width: 80px;
    height: 20px;
    margin: 2px 5px 0;
    box-shadow: 2px 2px 5px #0003;
  }

  .div-block-13 {
    width: 100%;
    height: 100%;
  }

  .div-table-4 {
    width: 95%;
    height: 200px;
  }

  .inputtext-4 {
    text-align: center;
    width: 18%;
    height: 30px;
    padding-top: 5px;
    padding-left: 0;
    font-size: 13px;
  }

  .button-8 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    background-color: #101050;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 18%;
    height: 30px;
    margin: 0 0 0 auto;
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 10px;
    text-decoration: none;
    display: flex;
    position: static;
  }

  .pagebtn-3 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    color: #101050;
    text-align: center;
    object-fit: fill;
    background-color: #0000;
    justify-content: flex-start;
    align-items: stretch;
    width: 60px;
    height: 20px;
    margin-top: 2px;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    font-size: 15px;
    font-weight: 300;
    line-height: 20px;
  }

  .section-9 {
    border-bottom-width: 5px;
    height: 20px;
  }

  .body-2, .body-3 {
    height: 650px;
  }

  .code-embed-6 {
    font-size: 100%;
    line-height: 100%;
  }

  .section-10 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 30px;
    margin-top: 0;
    padding-bottom: 0;
  }

  .div-block-14 {
    height: 30px;
    min-height: auto;
    line-height: 20px;
  }

  .div-block-15 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    height: 85%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .text-block-2 {
    flex: 0 auto;
    width: 20%;
    margin-left: 5px;
    line-height: 12px;
  }

  .forminput-copy {
    flex-flow: wrap;
    flex: none;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .form-block-pension {
    width: 40%;
    margin-left: 5px;
    margin-right: 5px;
  }
}

#w-node-da9cb9e8-643b-ad0c-a7bd-7f4f77d5bc7e-22a40a1c {
  grid-area: 1 / 1 / 2 / 2;
  align-self: auto;
}

@media screen and (max-width: 479px) {
  #w-node-da9cb9e8-643b-ad0c-a7bd-7f4f77d5bc6b-22a40a1c {
    justify-self: auto;
  }

  #Sen.w-node-da9cb9e8-643b-ad0c-a7bd-7f4f77d5bc6d-22a40a1c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-da9cb9e8-643b-ad0c-a7bd-7f4f77d5bc7e-22a40a1c {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-da9cb9e8-643b-ad0c-a7bd-7f4f77d5bc6b-13b7a49e, #w-node-b32a6eaa-e769-bd0a-4d29-965af6ec61e7-13b7a49e {
    justify-self: auto;
  }

  #Balance_L.w-node-b32a6eaa-e769-bd0a-4d29-965af6ec61e9-13b7a49e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_29af8164-0433-4211-0a82-ef8b50bf3ab6-13b7a49e {
    justify-self: auto;
  }

  #SalaryAvg_N.w-node-_29af8164-0433-4211-0a82-ef8b50bf3ab8-13b7a49e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


