.elementor-724 .elementor-element.elementor-element-feafd4b{--display:flex;--padding-top:35px;--padding-bottom:35px;--padding-left:35px;--padding-right:35px;}.elementor-724 .elementor-element.elementor-element-feafd4b:not(.elementor-motion-effects-element-type-background), .elementor-724 .elementor-element.elementor-element-feafd4b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}#elementor-popup-modal-724{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-724 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-724 .dialog-close-button{display:flex;}#elementor-popup-modal-724 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for container, class: .elementor-element-feafd4b */.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.form-group {
  flex: 1;
  min-width: 48%;
  margin-right: 2%;
}

.form-group:last-child {
  margin-right: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea, .wpcf7 select{
  width: 100%;
  padding: 10px;
  border: 1px solid white;
  border-radius: 0px;
  font-size: 13px;
  box-sizing: border-box;
}

.wpcf7 textarea {
  height: 95px;
}

.wpcf7 input[type="submit"] {
  width: 50%;
  padding: 10px 15px;
  background-color: #bf9e64;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 15px;
  cursor: pointer;
}

.wpcf7 input[type="submit"]:hover {
  background-color: #bf9e64;
}


.wpcf7 input[type="file"] {
  width: 100%;
  padding: 6.5px;
  border: 1px solid white;
  border-radius: 0px;
  font-size: 13px;
  box-sizing: border-box;
  background: black;
}

.wpcf7 input[type="file"] {
  line-height: 1.5;
}/* End custom CSS */