.elementor-1858 .elementor-element.elementor-element-05d8cf5{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:50px;--padding-bottom:50px;--padding-left:50px;--padding-right:50px;}#elementor-popup-modal-1858{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1858 .dialog-message{width:100vw;height:100vh;align-items:flex-start;}#elementor-popup-modal-1858 .dialog-close-button{display:flex;}#elementor-popup-modal-1858 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}@media(min-width:768px){.elementor-1858 .elementor-element.elementor-element-05d8cf5{--content-width:960px;}}@media(max-width:1024px){.elementor-1858 .elementor-element.elementor-element-05d8cf5{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}@media(max-width:767px){.elementor-1858 .elementor-element.elementor-element-05d8cf5{--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS */.gform_required_legend{
    display: none;
}
.gform_wrapper input{
     border: 1px solid #3BBEED;
     border-radius: 8px;
    color: #303D4D;
}

.gform_title{
   margin-bottom: 40px; 
}

.gform_wrapper input[type="submit"] {
    min-width: 136px;
    min-height: 48px;
    padding: 15px;
    cursor: pointer;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    color: #303D4D;
    background-color: #3BBEED;
    border: 1px solid #3BBEED;
    border-radius: 8px;
    transition: all 0.3s;
}

.gform_wrapper input[type="submit"]:hover {
    color: #FFFFFF;
    background-color: #303D4D;
    border-color: #303D4D;
    transition: all 0.3s;
}/* End custom CSS */