    
    /*corrections*/
    body.page-template-default{
        background-size: cover; 
        background-color: black;
    }
    
    .bodyForm .list {
        color: #cfcfcf;
        font-weight: 500;
        line-height: 1.5;
    }
    
    .bodyForm input[type="radio"]{
        accent-color: #F7A699;
        scale: 1.2;
    }
    
    .bodyForm h5{
        color: #cfcfcf;
        margin: 0;
    }
    
    .bodyForm h4{
        color: white;
        margin: 0;
    }
    
    .bodyForm ul{
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .limit-text{
        display: -webkit-box;
        -webkit-line-clamp: var(--lines, 1); /* number of lines to show */
                line-clamp: var(--lines, 1); 
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    
    
    /*general*/
    .logoVPRO{
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 70px;
        max-width: 70px;
        height: 70px;
        max-height: 70px;
        transform: translate(-50%, -50%);
    }
    
    .logoVPRO > SVG{
        width: 100%;
        scale: 1.3;
    }
    
    .bodyForm .title{
        font-size: 1.2em;
        font-weight: 600;
        color: white;
        margin-bottom: 10px; 
    }
    
    
    
    
    