    
    /*corrections*/
    body.page-template-default{
        background-size: cover; 
        background-color: black;
    }
    
    .list {
        color: #cfcfcf;
        font-weight: 500;
    }
    
    .list input[type="radio"]{
        accent-color: #F7A699;
        scale: 1.2;
    }
    
    .list h5{
        color: #cfcfcf;
    }
    
    .list h4{
        color: white;
    }
    
    ul{
        list-style: none;
    }
    
    .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{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
    }
    
    .logoVPRO > SVG{
        width: 100%;
        scale: 1.3;
    }