<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.word-carousel-container{
    overflow: hidden;
}
.word-carousel-row-wrapper {
    display: flex;
    align-items: center;
}
.word-carousel{
    
    /* display: flex;
    align-items: center;
    gap: 0.5em; */
}

.word-carousel a {
    font-size: 66px;
    padding: 0 3vw;
    font-weight: bold;
}

.mot{
    color: white;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 66px;
    font-family: 'Poppins',sans-serif;
    font-weight: 500 !important;
}

.mot.is-char-reverted-container{
    display: flex;
    text-transform: none;
}

.capital{
    color: #ED7744;
}

@media only screen and (max-width: 576px) { 
    .word-carousel a {
        font-size: 20px;
    }
    
}</pre></body></html>