/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 16 2026 | 13:36:34 */
/*  Gravity Forms Styling*/

.gfield_radio#input_1_9,
.gfield_radio#input_1_10 {
display:flex;
flex-direction:row !important;
gap:1rem;
}
#field_1_9 {
display: flex;
    flex-direction: column;
    gap: 0px;
}
#gfield_description_1_9 {
order:3;
margin-top:0px;
}
.gfield_checkbox#input_1_6 {
gap: 0.5rem;
    display: flex;
    flex-direction: column;
}
#gform_submit_button_1 {
background-color: #ffffff;
    color: #707a50;
    margin: 10px auto;
    float: none;
    font-size: 0.833vw;
    font-weight: 500;
    padding: 0.781vw 1.563vw;
    box-shadow: none;
    font-family: 'Karla', sans-serif;
    border-radius: 50px;
    border: 3px solid #707a50;
transition:all 250ms ease;
}
#gform_submit_button_1:hover {
background-color:#707a50;
    color:#ffffff;
    margin: 10px auto;
    float: none;
    font-size: 0.833vw;
    font-weight: 500;
    padding: 0.781vw 1.563vw;
    box-shadow: none;
    font-family: 'Karla', sans-serif;
    border-radius: 50px;
    border: 3px solid #707a50;
}
#gform_1 {
padding: 1rem;
    background: #f6f6f4;
    border-radius: 8px;
text-align:left;
}