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


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

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

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

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

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

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

.req_h3 {
  background-color: transparent;
  color: #0056a8;
  font-size: 1.6em;
  font-weight: 600;
}

.sample_request {
  margin-top: 2em;
  padding: 1em 2em;
  border-style: solid;
  border-width: 1px;
  border-color: #d5ebfc;
  border-radius: 1em;
  background-color: #fff;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.09);
}

.req_submit_btn {
  padding: 0.7em 2em;
  border-radius: 3em;
  background-color: #0056a8;
  box-shadow: 0 6px 12px 0 rgba(0, 86, 168, 0.2);
  font-size: 1em;
}

.req_h4 {
  margin-top: 0.6em;
  margin-bottom: 0.8em;
  padding-bottom: 0.8em;
  border-bottom: 1px solid rgba(136, 203, 255, 0.5);
  color: #0056a8;
  font-size: 1.2em;
  font-weight: 600;
}

.req_txt_field {
  padding-top: 1em;
  padding-bottom: 1em;
  border-style: solid;
  border-width: 1px;
  border-color: #d5ebfc;
  border-radius: 3em;
}

.req_txt_field.req_state_field {
  width: 95%;
}

.req_label {
  font-size: 1em;
  font-weight: 500;
}

.req_checkbox_label {
  color: #0056a8;
  font-size: 1em;
  line-height: 1.25em;
}

.req_checkbox_container {
  margin-top: 0.7em;
  margin-bottom: 1.4em;
  padding-top: 0.9em;
  padding-bottom: 0.8em;
  border-top: 1px solid rgba(136, 203, 255, 0.5);
  border-bottom: 1px solid rgba(136, 203, 255, 0.5);
}

.req_checkbox_field {
  padding-top: 2px;
  padding-bottom: 2px;
}

.req_p {
  font-size: 1em;
  line-height: 1.5em;
}

@media screen and (min-width: 1920px) {
  .req_checkbox {
    border-style: solid;
    border-width: 1px;
    border-color: #d5ebfc;
    color: #d5ebfc;
  }
}

@media screen and (max-width: 991px) {
  .req_txt_field.req_state_field {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .req_txt_field.req_state_field {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .req_h3 {
    font-size: 1.6em;
    line-height: 1.25em;
  }

  .sample_request {
    margin-top: 0em;
    margin-right: 0.25em;
    margin-left: 0.25em;
    padding: 0.5em 1.5em;
  }

  .req_submit_btn {
    width: 100%;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
  }

  .req_txt_field {
    color: #002759;
  }

  .req_txt_field.req_state_field {
    width: 100%;
  }

  .req_label {
    font-size: 0.95em;
  }

  .req_checkbox_label {
    font-size: 0.9em;
    line-height: 1.25em;
  }

  .req_checkbox_container {
    margin-bottom: 1em;
  }
}
.section_products {
  margin-bottom: 4em;
  padding-bottom: 4em;
}