
body {
    font-family: 'Montserrat', sans-serif;
    margin:0;
}

.cp_landing_section {
    position:relative;
    height:100vh;
    background-color:rgba(210,210,210,1);
    width:100%;
    display:flex;
    padding-top:200px;
    align-items: flex-start;
    justify-content: flex-start;
}

.cp_landing_title_solution {
    position: relative;
    transition:all 0.3s ease;
    width:200px;
    height:1em; 
}

.cp_landing_title_solution_list {
    position: absolute;
    left:0px;
    top:0px;
    width:300px;
    line-height: 1.2em;
    transition:all 0.3s ease;
    background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1), rgba(0,0,0,1), rgba(0,0,0,0), rgba(0,0,0,0));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cp_landing_title > div{
    display: inline-block;
    vertical-align: top;
}

div:has(> .cp_solution_ctl) {
    opacity: 0;
}

