body .gform_wrapper {
  margin-top: 4rem;
}
body .gform_wrapper .gfield input[type=text],
body .gform_wrapper .gfield input[type=email],
body .gform_wrapper .gfield input[type=tel],
body .gform_wrapper .gfield input[type=number],
body .gform_wrapper .gfield select,
body .gform_wrapper .gfield textarea {
  border: 1px solid #226690;
  border-radius: 8px;
  color: #226690;
  font-family: "Lato";
  font-size: 17px;
  font-weight: 400;
  height: 100%;
  line-height: 26px;
  padding: 23.5px 30px;
}
body .gform_wrapper .gfield input[type=text]::-webkit-input-placeholder, body .gform_wrapper .gfield input[type=email]::-webkit-input-placeholder, body .gform_wrapper .gfield input[type=tel]::-webkit-input-placeholder, body .gform_wrapper .gfield input[type=number]::-webkit-input-placeholder, body .gform_wrapper .gfield select::-webkit-input-placeholder, body .gform_wrapper .gfield textarea::-webkit-input-placeholder {
  color: #226690;
}
body .gform_wrapper .gfield input[type=text]::-moz-placeholder, body .gform_wrapper .gfield input[type=email]::-moz-placeholder, body .gform_wrapper .gfield input[type=tel]::-moz-placeholder, body .gform_wrapper .gfield input[type=number]::-moz-placeholder, body .gform_wrapper .gfield select::-moz-placeholder, body .gform_wrapper .gfield textarea::-moz-placeholder {
  color: #226690;
}
body .gform_wrapper .gfield input[type=text]:-ms-input-placeholder, body .gform_wrapper .gfield input[type=email]:-ms-input-placeholder, body .gform_wrapper .gfield input[type=tel]:-ms-input-placeholder, body .gform_wrapper .gfield input[type=number]:-ms-input-placeholder, body .gform_wrapper .gfield select:-ms-input-placeholder, body .gform_wrapper .gfield textarea:-ms-input-placeholder {
  color: #226690;
}
body .gform_wrapper .gfield input[type=text]::-ms-input-placeholder, body .gform_wrapper .gfield input[type=email]::-ms-input-placeholder, body .gform_wrapper .gfield input[type=tel]::-ms-input-placeholder, body .gform_wrapper .gfield input[type=number]::-ms-input-placeholder, body .gform_wrapper .gfield select::-ms-input-placeholder, body .gform_wrapper .gfield textarea::-ms-input-placeholder {
  color: #226690;
}
body .gform_wrapper .gfield input[type=text]::placeholder,
body .gform_wrapper .gfield input[type=email]::placeholder,
body .gform_wrapper .gfield input[type=tel]::placeholder,
body .gform_wrapper .gfield input[type=number]::placeholder,
body .gform_wrapper .gfield select::placeholder,
body .gform_wrapper .gfield textarea::placeholder {
  color: #226690;
}
body .gform_wrapper .gfield .gfield_label,
body .gform_wrapper .gfield .gfield_description {
  color: #226690;
  margin-bottom: 1rem !important;
}
body .gform_wrapper .gfield .gfield_description {
  font-size: 0.8rem;
}
body .gform_wrapper .gfield .ginput_container .gfield_checkbox,
body .gform_wrapper .gfield .ginput_container .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
body .gform_wrapper .gfield .ginput_container .gfield_checkbox .gchoice,
body .gform_wrapper .gfield .ginput_container .gfield_radio .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  color: #226690;
}
body .gform_wrapper .gfield .ginput_container .gfield_checkbox .gchoice input,
body .gform_wrapper .gfield .ginput_container .gfield_radio .gchoice input {
  margin-right: 1rem;
  margin-bottom: 0;
  border-color: #226690;
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
body .gform_wrapper .gfield .gravity-select-parent {
  width: 100% !important;
}
body .gform_wrapper .gfield .gravity-select-parent .select-arrow {
  display: none;
}
body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
}
body .gform_wrapper.gravity-theme .ginput_container_date {
  position: relative;
}
body .gform_wrapper.gravity-theme .ginput_container_date .ui-datepicker-trigger {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
body .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
  padding-right: 40px;
}
body .gform_wrapper.gravity-theme .ginput_container_address span:not(.ginput_full):not(:last-of-type):not(:nth-last-of-type(2)) {
  margin-bottom: 15px;
}
body .gform_wrapper.gravity-theme .ginput_container_address .ginput_full {
  margin-bottom: 15px;
}
@media (min-width: 641px) {
  body .gform_wrapper.gravity-theme .ginput_container_address .ginput_right {
    padding-left: 7.5px;
  }
}
@media (min-width: 641px) {
  body .gform_wrapper.gravity-theme .ginput_container_address .ginput_left {
    padding-right: 7.5px;
  }
}
body .gform_wrapper.gravity-theme .gsection {
  border: 0 none;
}
body .gform_wrapper.gravity-theme .gsection .gsection_title {
  margin-bottom: 0;
}
body .gform_wrapper.gravity-theme .gform_footer .button {
  background: transparent;
  border: 4px double #226690;
  color: #226690;
  font-size: 20px;
  line-height: 62px;
  padding: 0;
  text-transform: none;
  width: 100%;
  border-radius: 8px;
}
body .gform_wrapper.gravity-theme .gform_footer .button:hover {
  background-color: #226690;
  color: #fff;
}
@media (min-width: 641px) {
  body .gform_wrapper.gravity-theme .gform_footer .button {
    max-width: 50%;
    margin-left: auto;
    display: block;
  }
}
@media (min-width: 992px) {
  body .gform_wrapper.gravity-theme .gform_footer .button {
    max-width: 33%;
  }
}

.obj-holder-buttons .obj-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.obj-holder-buttons .obj-buttons .obj-button {
  width: 100%;
}
.obj-holder-buttons .obj-buttons .obj-button .obj-btn {
  width: 100%;
  text-align: center;
}
@media (min-width: 641px) {
  .obj-holder-buttons .obj-buttons .obj-button {
    max-width: 18rem;
  }
}
@media (min-width: 641px) {
  .obj-holder-buttons .obj-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}