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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

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

.contact_form_radio_button_label {
  color: #191b60;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 40px;
}

.field_label {
  color: #191b60;
  width: 100%;
  margin-bottom: 2%;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}

.contact_form_flex {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 4%;
  margin-bottom: 8%;
}

.contact_form_radio_button {
  -webkit-text-fill-color: inherit;
  background-color: #ffb901;
  background-clip: border-box;
  border: 0 #fff0;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10%;
}

.contact_form_radio_button.w--redirected-checked {
  background-image: url('../images/contact_radio_checked.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 40% 40%;
}

.contact_success_message {
  color: #191b60;
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 15%;
  padding-left: 10%;
  padding-right: 10%;
  font-size: 20px;
  line-height: 40px;
}

.container {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.contact_form {
  background-color: #fff;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 94%;
  margin-top: 3%;
  margin-bottom: 3%;
  padding-top: 3%;
  padding-left: 4%;
  padding-right: 4%;
}

.contact_form_radio_button_block {
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  margin-bottom: 0;
  padding-left: 4%;
  display: flex;
}

.text_field {
  color: #696969;
  border: 2px solid #ffb901;
  border-radius: 5px;
  width: 100%;
  height: 17%;
  margin-bottom: 5%;
  padding: 0% 2%;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
}

.contact_success_message_block {
  background-color: #fff19f;
  width: 100%;
  padding-left: 3%;
  padding-right: 3%;
}

.submit-button {
  color: #311e69;
  background-color: #fbd701;
  border-radius: 10px;
  width: 60%;
  margin-bottom: 12%;
  margin-left: 21%;
  padding-top: 5%;
  padding-bottom: 5%;
  font-size: 50px;
  font-weight: 800;
  line-height: 50px;
  display: block;
  position: relative;
}

.contact_form_block {
  background-color: #fff19f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.contact_form_block.google {
  background-color: #9fc7ff;
}

.dropdown {
  color: #696969;
  background-color: #fff;
  border: 2px solid #ffb901;
  border-radius: 5px;
  width: 100%;
  height: 17%;
  margin-bottom: 10%;
  padding: 0% 2%;
  font-size: 40px;
  line-height: 40px;
}

.checkbox-label {
  color: #191b60;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.checkbox {
  aspect-ratio: 1;
  object-fit: fill;
  width: 10%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 5%;
}

.checkbox_field {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2%;
  margin-bottom: 10%;
  padding-left: 30%;
  padding-right: 30%;
  display: flex;
}

.text-block {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

.div-block {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 10%;
  display: flex;
}

.div-block-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 32%;
  display: flex;
}

.text-block-2 {
  text-align: right;
}

.code-embed {
  width: 100%;
  padding-left: 6%;
}

.link {
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
}

@media screen and (max-width: 991px) {
  .contact_form_radio_button_label, .field_label {
    font-size: 30px;
    line-height: 30px;
  }

  .contact_form_radio_button {
    width: 45px;
    height: 45px;
  }

  .contact_success_message {
    font-size: 18px;
    line-height: 40px;
  }

  .text_field {
    font-size: 30px;
    line-height: 30px;
  }

  .submit-button {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .contact_form_radio_button_label, .field_label {
    font-size: 4.3vw;
    line-height: 4.3vw;
  }

  .contact_form_flex {
    height: 4%;
  }

  .contact_form_radio_button {
    width: 8vw;
    height: 8vw;
    font-size: 15vw;
    line-height: 15vw;
  }

  .contact_success_message {
    font-size: 3.2vw;
    line-height: 7vw;
  }

  .contact_form_radio_button_block {
    height: 100%;
  }

  .text_field {
    font-size: 4.3vw;
    line-height: 4.3vw;
  }

  .submit-button {
    font-size: 5vw;
    line-height: 5vw;
  }
}
