.gform_heading {
    color: var(--color-main);
    margin-bottom: 0;
}
h3.gform_title {
    font-size: var(--fs-60);
    margin-bottom: 14px;
    font-weight: 400;
}
.gform_description {
    font-size: var(--fs-20);
}
/*.gform_wrapper label, */
.gfield_required_text, legend.gfield_label_before_complex {
    display: none; 
}
.form-case .gform_wrapper label, .form-case .gform_wrapper legend, .gform-field-label {
    display: block;
    color: var(--color-white);
    margin-bottom: 10px;
    font-size: var(--fs-18);
    line-height: 1.54;
    font-weight: 300;
}
.page-contact .gform-field-label, .page-contact .gform-field-label a {
    color: var(--color-main);
}
.form-case.bg-blue .gform_wrapper label, .form-case.bg-blue .gform_wrapper legend {
    color: var(--color-white);
}
.ginput_container_consent {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}
label.gfield_consent_label {
    display: inline-block;
    font-size: clamp(12px, 0.781vw, 15px);
    font-weight: 300;
}
.gform_wrapper ul{
    list-style-type:none;
    margin:0 -15px;
    padding:0;
    overflow: hidden;
}
.gform_wrapper ul li{
    padding:0 15px;
}
.gform_wrapper .validation_error{
    background: #FFE1E1 none repeat scroll 0 0;
    padding: 10px;
    border: solid 2px #9A6262;
    color: #9A6262;
    margin-bottom:10px;
}
.gform_submission_error {
    color: #f6283b!important;
    font-size: 22px;
}
.gform_wrapper .validation_message{
/*    color: #ffcfcf;*/
    font-size: 11px;
    line-height: 11px;
    margin-bottom: 10px;
    color: #f6283b;
}
.gform_confirmation_wrapper{
    background: #DFFFDE none repeat scroll 0 0;
    color: #276F26;
    border: solid 2px #276F26;
    padding: 10px;
}
.gform_wrapper .gf_left_half,
.gform_wrapper .gf_right_half{
    float:left;
    width:50%;
}
.gform_wrapper .gf_left_third,
.gform_wrapper .gf_middle_third,
.gform_wrapper .gf_right_third
{
    float:left;
    width:33.33333%;
}
.gfield {
    flex:  1 1 auto;
    margin: 0 8.5px;

}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="phone"],
.gform_wrapper textarea {
    width:100%;
    margin-bottom: 22px;    
    padding: 17px 21px;
    height: 62px;
    border: none;
    border-radius: 0;
    color: var(--color-main);
    position: relative;
    font-size: var(--fs-18);
    background: #EDF0F9;

}
.gform_wrapper textarea{
    margin-bottom: 29px;
    resize:none;
    height: 104px;
}
.page-contact .gform_wrapper input[type="text"],
.page-contact .gform_wrapper input[type="email"],
.page-contact .gform_wrapper input[type="phone"],
.page-contact .gform_wrapper textarea {
    background: #fff;
    border: 1px solid #92AAE6;
}
.gfield--type-honeypot {
    display: none;
}
.ginput_container_consent {
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}
.gfield_consent_label { margin-bottom:0; }
#input_1_7_1 {
    width: 20px;
    height: 20px;
}
#field_1_7 {
    display: flex;
    align-items: center;
    column-gap: 11.239583%;
}
#field_1_7 #field_submit {
    flex: 0 0 auto;
}
#field_1_7 #field_submit .button {
    background: transparent; 
    border-color: #fff ;
}
.page-contact #field_1_7 #field_submit .button {
    color: var(--color-secondary);
    border: solid 1px var(--color-secondary);
}
.page-contact #field_1_7 #field_submit .button:hover {
    color: var(--color-white);
    border: solid 1px var(--color-white);
}
#field_1_7 #field_submit .button:hover {
    background: var(--color-highlight);
}

@media only screen and (max-width: 1200px) {
    #field_1_7 {
        flex-direction: column;
        gap: 25px;
    }
}
@media only screen and (max-width: 768px) {
    .fc-group {
        flex-direction: column;
    }
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    opacity:1;
    color: #9B9B9B;
}
::-moz-placeholder { /* Firefox 19+ */
    opacity:1;
    color: #9B9B9B;
}
:-ms-input-placeholder { /* IE 10+ */
    opacity:1;
    color: #9B9B9B;
}
:-moz-placeholder { /* Firefox 18- */
    opacity:1;
    color: #9B9B9B;
}