@media only screen and (min-width: 992px) {
    .col-auto.col-form {
        max-width: 702px;
        width: 44.09548%;
    }
}

.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, .gform-field-label, .gfield_required_text {
    width: 100%;
    font-size: var(--fs-20);
    margin-bottom: 12px;
    text-align: left;
    line-height: 1.59;
    color: var(--color-primary);
}
.ginput_container_consent {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}

label.gfield_consent_label {
    display: inline-block;
    font-size: var(--fs-16);
    margin-bottom: 0;
    color: #929292;
    flex: unset;
}
label.gfield_consent_label a { color: #929292 }
.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: 20px;
}
.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;
}

.gform_fields {}
.gfield--type-textarea {
    grid-column: 1 / -1; 
}
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="phone"],
.gform_wrapper textarea{
    width:100%;
    margin-bottom: clamp(15px, 3.148vh, 34px);    
    padding: 13px 22px;
    color: var(--color-primary);
    position: relative;
    font-size: var(--fs-16);
    height: 51px;
    border: solid 1px #8EA3BD;
    background: #ffffff;
}
.gform_wrapper textarea {
    resize:none;
    height: 135px;
}

.gform_wrapper .gform_wrapper .gform_wrapper textarea {
    resize:none;
    height: 100px;
    border-radius: 30px;
}
.ginput_container_consent input[type=checkbox] {
    width: clamp(20px, 1.458vw, 28px);
    height: clamp(20px, 1.458vw, 28px);
    aspect-ratio: 1/1;
    margin-right: clamp(10px, 0.781vw, 15px);
    border-radius: 6px; 
    border-color: #8EA3BD ;
}
.gfield--type-consent { width:100%; }
#gf_progressbar_wrapper_1, .gform_required_legend, .gfield--type-honeypot, .gfield--input-type-consent legend  { display: none; }

.gform_footer { text-align: center; }
.gform_footer .button {
    background: transparent;
    border-color: var(--color-primary);
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: .1em;
}

.gform_button:hover {
    color: var(--color-white);
}
@media only screen and (min-width: 767px) {
    .gform_fields {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto;
        column-gap: 26px;
        margin: 0 auto;
    }
    .ginput_container_consent {
        margin-bottom: 0;
    }
    .gform_wrapper textarea  {
        margin-bottom: 63px;
    }
    .gform_footer { margin-top: -45px; }
    .gform_footer { text-align: right; }
    label.gfield_consent_label {
        flex:  0 0 auto;
    }
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #929292;
    font-family: var(--font-main);
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #929292;
    font-family: var(--font-main);
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #929292;
    font-family: var(--font-main);
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    color: #929292;
    font-family: var(--font-main);
    opacity: 1;
}