<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.prevent_google{
    background:url(../assets/privacyControl.placeholder-map-1.jpg);
    background-size:cover;
    display:flex;
    margin:10px;
    padding:15px 50px;
    justify-content:center;
    align-items:center;
    text-align:center;
    min-height:290px;
    flex-direction: column;
}
    
.prevent_google p {
    font-size:12px
}
    
    
.prevent_google.contact{
    background:url(../assets/Light-Blue-blur.jpg);
    background-size:cover;
    display:flex;
    margin:10px;
    padding:15px 50px;
    justify-content:center;
    align-items:center;
    text-align:center;
    min-height:290px;
}

.prevent_google p {
    font-size:12px
}


.prevent_google.contact .formular{
    text-align:left;
}

.pdc_form form{
    display: none !important;
}

.prevent_google .map{
    width: 100%;
}</pre></body></html>