.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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 {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.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;
}

.intro {
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  padding: 60px 40px;
  display: flex;
}

.intro.hero {
  min-height: 60vh;
  position: static;
}

.image {
  width: 420px;
  height: 500px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 20px;
  align-self: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: auto;
}

.body {
  font-family: Varela Round, sans-serif;
  font-weight: 400;
}

.container {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  left: -267px;
}

.heading {
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
}

.heading-2 {
  flex: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
}

.button {
  background-color: #435be8;
  border-radius: 20px;
  margin-top: 40px;
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}

.button.primary-color {
  background-color: #465fe9;
  border-radius: 15px;
  margin-top: 32px;
  padding: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
  font-weight: 400;
  box-shadow: 0 15px 20px 2px rgba(0, 0, 0, .2);
}

.button.primary-color.w--current {
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 10px 20px 3px rgba(0, 0, 0, .2);
}

.questions {
  text-align: center;
  background-color: #eef2f5;
  padding-top: 40px;
  padding-left: 25vw;
  padding-right: 25vw;
}

.text-block {
  font-size: 38px;
  line-height: 45px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 45px;
}

.text-block-3 {
  clear: none;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 0;
  padding-left: 105px;
  padding-right: 105px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
  display: flex;
  position: static;
  left: 118px;
  right: auto;
}

.text-block-4 {
  color: #435be8;
  background-color: rgba(0, 0, 0, 0);
  padding: 20px;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 48px;
  line-height: 40px;
}

.container-2 {
  background-color: #fff;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.text-block-5 {
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 2vh;
  font-weight: 500;
  line-height: 30px;
}

.section {
  background-color: #eef2f5;
  margin-top: 0;
  padding: 40px 10vw;
  font-family: Open Sans, sans-serif;
  font-weight: 400;
}

.container-3 {
  max-width: 1200px;
  background-color: #fff;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: stretch;
  padding: 60px 80px;
  display: flex;
}

.text-block-6 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 42px;
}

.grid {
  grid-column-gap: 68px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
}

.div-block-2 {
  align-items: center;
  margin-top: 40px;
  font-size: 2.2vh;
  line-height: 24px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  border-radius: 11px;
}

.div-block-3 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-start;
  margin-left: 10px;
  display: flex;
}

.heading-3 {
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.text-block-7 {
  height: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.submit-button {
  background-color: #435be8;
  border: 1px #000;
  border-radius: 20px;
  margin-left: 10px;
  margin-right: 20px;
  display: block;
}

.form {
  flex-direction: column;
  display: flex;
}

.form-block {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.heading-4 {
  text-align: center;
}

.form-block-2 {
  margin-top: 22px;
}

.heading-18 {
  text-align: center;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 38px;
}

.form-2 {
  display: block;
}

.text-field-2, .text-field-2.afterburner {
  display: none;
}

.div-block-13 {
  justify-content: center;
  padding-top: 10px;
  display: flex;
}

.submit-button-2 {
  color: #fff;
  background-color: #435be8;
  border-radius: 10px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
}

.text-block-13 {
  text-align: center;
}

.section-7 {
  background-color: #eef2f5;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 20px;
  display: block;
}

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

.div-block-12 {
  flex-flow: row;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-18 {
  margin-left: 20px;
}

.container-12 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-19 {
  color: #1a1b1f;
  text-align: center;
  -webkit-text-stroke-color: #1a1b1f;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.afterburner {
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.div-block-14 {
  clear: none;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: stretch;
  margin-left: 0;
  margin-right: auto;
  display: flex;
  position: static;
}

.div-block-15 {
  margin-left: auto;
  margin-right: auto;
}

.text-block-20 {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.text-field-3 {
  height: 5vh;
  border-radius: 10px;
}

.input-field-form {
  height: 5vh;
  border-radius: 5px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.checkbox-label {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

.container-14 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  grid-template: "Area"
  / 1fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 9%;
  overflow: visible;
}

.checkbox-field {
  font-family: Montserrat, sans-serif;
}

.bold-text {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.checkbox {
  opacity: .8;
}

.column {
  object-fit: fill;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  overflow: visible;
}

.columns {
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 991px) {
  .intro {
    flex-direction: row;
  }

  .intro.hero {
    min-height: 70vh;
    padding-bottom: 40px;
  }

  .image {
    height: 400px;
    object-fit: cover;
    position: static;
  }

  .container {
    max-width: 100%;
    object-fit: contain;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    padding-top: 0;
    display: flex;
    position: static;
    left: auto;
  }

  .heading-2 {
    font-size: 65px;
    line-height: 65px;
  }

  .questions {
    padding-left: 10vw;
    padding-right: 10vw;
  }

  .text-block-2 {
    font-size: 35px;
  }

  .text-block-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    flex-direction: row;
    justify-content: flex-start;
    padding: 60px 55px;
    display: block;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .div-block-2 {
    margin-top: 30px;
  }

  .heading-18 {
    font-size: 35px;
  }

  .div-block-14 {
    flex-direction: column;
    align-items: stretch;
  }

  .text-block-20 {
    line-height: 25px;
  }

  .container-14 {
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    padding-right: 0;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .div-block-16 {
    object-fit: fill;
    object-position: 20% 20%;
    align-self: auto;
    position: static;
    left: auto;
    right: auto;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: center;
  }

  .container {
    align-items: stretch;
    padding-right: 0;
  }

  .heading {
    font-size: 22px;
  }

  .heading-2 {
    font-size: 55px;
    line-height: 60px;
  }

  .button.primary-color {
    width: 300px;
    white-space: normal;
    object-fit: fill;
    align-self: center;
    display: block;
    position: static;
    left: 83px;
  }

  .questions {
    padding-left: 40px;
    padding-right: 40px;
  }

  .text-block-2 {
    font-size: 30px;
    line-height: 42px;
  }

  .text-block-3 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 22px;
  }

  .text-block-5 {
    font-size: 20px;
  }

  .container-3 {
    padding: 40px;
  }

  .text-block-6 {
    text-align: left;
    font-size: 32px;
  }

  .grid {
    flex-direction: column;
    display: flex;
  }

  .text-block-7 {
    font-size: 16px;
  }

  .heading-18 {
    text-align: left;
    font-size: 30px;
  }

  .section-7 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-20 {
    font-size: 18px;
  }

  .checkbox-label {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .intro {
    margin-top: 0;
    padding: 20px 0 40px;
  }

  .image {
    width: 250px;
    height: 250px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .heading {
    font-size: 14px;
  }

  .heading-2 {
    align-self: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 35px;
    line-height: 37px;
  }

  .button.primary-color {
    width: 250px;
    margin-top: 25px;
    padding: 15px 10px;
    font-size: 16px;
    font-weight: 500;
  }

  .questions {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    font-size: 20px;
    line-height: 27px;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-block-4 {
    color: #465fe9;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
    font-size: 35px;
    line-height: 30px;
  }

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

  .text-block-5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .section {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    border-radius: 0;
    padding: 20px;
  }

  .text-block-6 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .div-block-2 {
    margin-top: 20px;
  }

  .image-4 {
    max-width: 100%;
  }

  .heading-3 {
    font-size: 16px;
  }

  .text-block-7 {
    white-space: normal;
    font-size: 14px;
  }

  .form-block-2 {
    margin-top: 5px;
  }

  .heading-18 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 22px;
  }

  .div-block-13 {
    justify-content: center;
    padding-top: 0;
    padding-left: 0;
  }

  .submit-button-2 {
    text-align: left;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    font-size: 14px;
  }

  .section-7 {
    margin-left: 0;
    margin-right: 0;
  }

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

  .text-block-18 {
    font-size: 12px;
  }

  .container-12 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .afterburner {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-20 {
    padding-top: 5px;
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
  }

  .input-field-form {
    height: 50px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

  .checkbox-label {
    font-size: 10px;
    line-height: 15px;
  }

  .container-13 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .checkbox {
    opacity: .8;
  }
}

#w-node-e698179d-db57-6880-3203-e54947dff1a7-5ae99d8a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}