<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mars-double-column-container{
    width: 100%;
    padding: 0 var(--container-space);
}

.mars-double-column-wrapper{
    display: flex;
    justify-content: space-between;
}

.mars-double-column-left{
    width: 35%;
}

.mars-double-column-left-sticky{
    position: sticky;
    top: 200px;
}

.mars-double-column-left-content{
    position: relative;
}

.mars-double-column-left-content svg{
    position: absolute;
    bottom: 0;  
    right: 0;
    transform: translateY(100%);
}

.mars-double-column-right{
    width: 60%;
}

.mars-double-column-right-content-item{
    margin-bottom: 3em;
}

.mars-double-column-right-content-item:last-child{
    margin-bottom: 0;
}

.mars-double-column-right-content-title{
    color: white;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
    line-height: 145%;
    text-transform: uppercase;
    font-size: var(--wp--preset--font-size--sub-title-xl);
}

.mars-double-column-right-content-title span.not-capital{
    text-transform: lowercase;
}

.mars-double-column-container li::marker{
    color: white;
}

@media (max-width:1024px){
    .mars-double-column-left{
        display: none;
    }

    .mars-double-column-right{
        width: 100%;
    }
}
</pre></body></html>