section.form:after, section.form:before {
    content: '';
    background: linear-gradient(360deg, #0A1932 0%, rgba(10, 25, 50, 0.87) 50.64%, #0A1932 100%);
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: -1;
}
section.form:before {
    background: transparent url(../../assets/images/bg-form.webp) no-repeat center center / cover scroll;
}
section.form .lfs-lead {
    margin-bottom: 22px;
}
section.form h2:not(h2.web-heading--contact) {
    color: var(--color-white)!important;
    max-width: 17ch;
    margin-inline: auto;
}
.form-content { 
    flex: 1 1 auto;   
}
.web-info-map, .map, .map iframe {
    width: 100%;
    height: 100%;
}
.gform_heading {
    color: var(--color-main);
    margin-bottom: 55px;
    text-align: center;
}
.gform_heading h2 {
    margin-bottom: 12px;
}
.gform_description {
    font-size: var(--fs-18);
    max-width: 64ch;
    margin-left: auto;
    margin-right: auto;
}
.web-info-map {
    flex: 0 0 auto;   
    width: 100%;
}
.map iframe {
    max-height: 438px;
    min-height: 438px;
    margin-top: 26px;
}
@media only screen and (min-width: 767px) {
    .web-info-map {
        max-width: clamp(400px, 38.281vw, 735px);
        margin-right: clamp(30px, 9.531vw, 183px);
    }
}

/*PAGE CONTACT*/
body.page-id-95 .form-heading {
    text-align: left;
}
.form-heading p {
    font-size: var(--fs-20);
    font-family: var(--font-secondary);
}
.gform_wrapper label, .gform-field-label, .gfield_required_text {
    width: 100%;
    font-size: var(--fs-18);
    margin-bottom: 6px;
    font-weight: 500;
    line-height: 1.67;
    display: none;
}
.ginput_container_consent {
    display: flex;
    margin-bottom: 0;
    align-items: center;
    font-size: clamp(12px, 0.781vw, 15px);
    font-family: var(--font-secondary);
} 
.ginput_container_consent input {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    background: rgba(217, 217, 217, 1);
}
.ginput_container_consent label {
    margin-bottom: 0;
    margin-left: 19px;
    line-height: 1.5;
}

label.gfield_consent_label {
    display: inline-block;
    font-size: clamp(12px, 0.781vw, 15px);
}
label.gfield_consent_label a {
    color: inherit;
}
.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 {
    gap: 20px;
    display: grid;
    margin-bottom: 20px;
}
.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: 0;    
    padding: 15px 21px;
    border: none;
    color: var(--color-main);
    position: relative;
    font-size: var(--fs-18);
    line-height: 1.8;
    background: var(--color-white);
    border-radius: 0;
    overflow: hidden;
    font-family: var(--font-secondary);
}
.gform_wrapper textarea {
/*    margin-bottom: 37px;*/
    resize:none;
    height: 159px;
}

#gf_progressbar_wrapper_1, .gform_required_legend, .gfield--type-consent legend, .gfield--type-honeypot { display: none; }

.gform-footer {
    text-align: center;
}

@media only screen and (min-width: 767px) {
    .gform_fields {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto auto;
        gap: 25px;
        margin: 0 auto 20px;
    }
}
@media only screen and (max-width: 767px) {}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(30, 51, 88, .50);
    font-size: var(--fs-18);
    font-family: var(--font-secondary);
    opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
    color: rgba(30, 51, 88, .50);
    font-size: var(--fs-18);
    font-family: var(--font-secondary);
    opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
    color: rgba(30, 51, 88, .50);
    font-size: var(--fs-18);
    font-family: var(--font-secondary);
    opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
    color: rgba(30, 51, 88, .50);
    font-size: var(--fs-18);
    font-family: var(--font-secondary);
    opacity: 1;
}