:root {
  --blue1: #021d49;
  --white: #fff;
  --red: #fd0000;
  --white-2: white;
  --black: black;
  --light-blue: #0087af;
}

h1 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--blue1);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

li {
  padding-bottom: .2rem;
}

.top {
  z-index: 555555;
  background-color: var(--white);
  width: 100%;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
}

.image {
  width: 120px;
}

.body-maxus {
  font-family: Maxus, Arial, sans-serif;
  font-weight: 400;
}

.wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.content {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 100px;
  display: flex;
}

.contentin {
  width: 700px;
  padding-top: 50px;
}

.lp-h1 {
  color: var(--blue1);
  font-size: 40px;
  font-weight: 600;
  line-height: 45px;
}

.lp-h1._2 {
  color: var(--blue1);
  font-size: 31px;
  font-weight: 700;
  line-height: 38px;
}

.header {
  margin-bottom: 40px;
}

.form-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.lp-input {
  color: var(--blue1);
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  line-height: 16px;
}

.lp-input:focus {
  border-color: var(--blue1);
  color: #021d49;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
}

.lp-input:focus-visible {
  font-size: 17px;
}

.lp-input[data-wf-focus-visible] {
  font-size: 17px;
}

.lp-input.combo {
  color: #021d49;
  background-color: #fff;
  background-image: url('../images/Arrow-Down.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: 24px;
  font-size: 18px;
  font-weight: 400;
}

.lp-input.error {
  border-width: 2px;
  border-color: var(--red);
}

.lp-input.valid {
  background-image: url('../images/check.svg');
  background-position: 97%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 35px;
}

.label {
  color: #021d49;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
}

.submit {
  background-color: green;
  border-radius: 5px;
  width: 300px;
  height: 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  display: block;
}

.step {
  opacity: .1;
  flex-flow: column;
  margin-bottom: 20px;
  display: flex;
}

.step.active {
  opacity: 1;
}

.t1 {
  color: var(--blue1);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.topin {
  justify-content: flex-start;
  align-items: center;
  padding: 8px;
  display: flex;
}

.form-blk {
  width: auto;
}

.lp-img-row {
  justify-content: space-between;
  margin-bottom: 20px;
  display: flex;
}

.lp-img-row.last {
  margin-bottom: 0;
}

.lp-img-col1 {
  width: 49%;
  margin-right: 0;
  display: flex;
}

.lp-imgbutton {
  color: var(--blue1);
  border: 1px solid #ccc;
  border-radius: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
  position: relative;
}

.lp-imgbutton.active {
  border-width: 2px;
  border-color: var(--blue1);
  background-color: #00275f40;
}

.textbutton {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 15px 15px;
  display: flex;
}

.fw-choicecol {
  padding-left: 0;
  padding-right: 16px;
}

.fw-choicecol.last {
  padding-right: 0;
}

.lp-button {
  color: var(--blue1);
  border: 1px solid #ccc;
  border-radius: 5px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 60px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.lp-button.active {
  border-width: 2px;
  border-color: var(--blue1);
  background-color: #00275f40;
}

.lp-imgbutton-radio {
  z-index: 55555;
  border: 1px solid #ccc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 0;
  display: flex;
  position: absolute;
}

.lp-imgbutton-radio.active {
  border-width: 2px;
  border-color: var(--blue1);
}

.lp-button-radio-in {
  border-radius: 2px;
  width: 9px;
  height: 9px;
}

.lp-button-radio-in.active {
  background-color: var(--blue1);
}

.lp-button-radio {
  border: 1px solid #ccc;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  display: flex;
}

.lp-button-radio.active {
  border-width: 2px;
  border-color: var(--blue1);
}

.lp-img-col2 {
  width: 49%;
  margin-right: 0;
  display: flex;
}

.legal {
  color: var(--blue1);
  text-align: justify;
  margin-top: 20px;
  font-size: 12px;
  line-height: 15px;
}

.tag1 {
  background-color: var(--blue1);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px;
  font-size: 11px;
  line-height: 11px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.tag2 {
  border: 1px solid var(--blue1);
  background-color: var(--white);
  color: var(--blue1);
  text-transform: uppercase;
  border-radius: 3px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 6px;
  font-size: 11px;
  line-height: 11px;
  position: absolute;
  inset: 0% 0% auto auto;
}

@media screen and (max-width: 991px) {
  .contentin {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-wrapper {
    width: 90%;
  }

  .lp-input.combo {
    background-size: 22px;
  }

  .form-blk {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .header, .form-wrapper {
    width: 100%;
  }

  .lp-input {
    margin-bottom: 10px;
  }

  .lp-input.combo {
    background-size: 22px;
  }

  .lp-input.valid {
    background-image: url('../images/check.svg');
    background-position: 98%;
    background-repeat: no-repeat;
    background-size: auto;
  }

  .lp-img-col1 {
    width: 48%;
  }

  .fw-choicerow {
    flex-flow: column;
    display: flex;
  }

  .fw-choicecol {
    padding-right: 0;
  }

  .lp-button {
    margin-bottom: 10px;
  }

  .lp-img-col2 {
    width: 48%;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    position: static;
  }

  .content {
    position: relative;
  }

  .lp-input.combo {
    background-position: 95%;
    background-size: 19px;
  }

  .label {
    font-size: 18px;
    line-height: 19px;
  }

  .submit {
    width: 100%;
  }

  .t1 {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
  }

  .imgbutton {
    margin-top: 20px;
  }

  .textbutton {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .fw-choicecol {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .t2 {
    line-height: 16px;
  }

  .tag1, .tag2 {
    font-size: 9px;
    line-height: 9px;
  }
}


@font-face {
  font-family: 'Maxus';
  src: url('../fonts/07a54048a9278940-s.p.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maxus';
  src: url('../fonts/b94b0bc004fdaac4-s.p.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Maxus';
  src: url('../fonts/a06414626b66bb64-s.p.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}