/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 27 2026 | 10:39:50 */

.form-brochure{
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.form-brochure input{
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
}

 .gform_button{
    background-color: rgb(37, 55, 70) !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: Avenir !important;
    border-color: rgb(37, 55, 70) !important;
    border-width: 2px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-top: 30px !important;
    padding: 20px 80px !important;
    max-width: 50%;
}

.gfield-choice-input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #253746;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

.gfield-choice-input[type="radio"]:checked::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #253746;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

