.elementor-862 .elementor-element.elementor-element-6b0002e{--display:flex;--padding-top:30px;--padding-bottom:30px;--padding-left:25px;--padding-right:25px;}#elementor-popup-modal-862{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-862 .dialog-message{width:640px;height:auto;}#elementor-popup-modal-862 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS */.ginput_container{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
}

.ginput_container input::placeholder{
    color:black!important;
}

.ginput_container input{
    height: 50px;
    background-color: white;
    color: black;
    border: 1px solid #D2A235;
    border-radius: 15px;
}


.gform_button{
  background: #D2A235!important;
  border-color: #D2A235;
  color: black;
  font-weight: 700;
  padding: 10px;
  margin: 10px 0 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  width: 100%;
  text-transform: uppercase;
  font-style: normal;
  border-radius: 15px;
  box-shadow: 0 0 1em #D2A235;
  transition: transform .2s!important;
}

.gform_button:hover{
  background: #F2D79A!important;
  border-color: #F2D79A;
  color:black!important;
  box-shadow: 0 0 1em #F2D79A;
  transform: scale(1.1);
  
}

.gfield_select {
    height: 50px;
    background-color: white;
    color: black;
    border: 1px solid #D2A235;
    border-radius: 15px;
}

.gform_required_legend {
    display: none;
}

.gfield_label{
    display: none;
}

@media only screen and (max-width: 767px) {
    .gform_button{
        font-size: 13px;
    }
}

.gform_submission_error.hide_summary {
    color: red;
    font-size: 16px;
    font-weight: 500;
}

.gfield_validation_message {
    color: red;
}/* End custom CSS */