<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.icw .title-header {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 8px;        
    background: linear-gradient(135deg, rgba(0, 169, 79, 1) 0%, rgba(3, 96, 94, 1) 62%, rgba(26, 43, 50, 1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 8px 0;
}
.icw .title-header.c-white {    
    background: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icw .des-header {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #333;
    margin-bottom: 0 !important;
    line-height: 1.5;
}

.icw .des-header26 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #333;
    margin-bottom: 0 !important;
    line-height: 1.5;
}


.icw .title-header .nw,
.icw .des-header .nw {
    display: inline !important;
}

/* .icw .greenBG {
    background: linear-gradient(45deg, #00A94F, #03605E, #1A2B32);
    background-size: 400% 100%;
    background-position: 0 0;
}

.icw .text-g,
.icw .text-g span {
    background-clip: text;
    color: transparent;
    animation: AnimationName 10s linear infinite; */
    /* margin: 8px 0 !important;
    font-weight: 600 !important;
} */

.icw .crop-box {
    padding: 48px 0 24px;
}

.nw {
    white-space: nowrap !important;
}

.icw .crop-icon-title {
    max-width: 32px;
    width: 100%;
    margin: 0 !important;
    position: relative;
    top: -4px;
    vertical-align: top;
}

.icw .line-header {
    max-width: 17px;
    width: 100%;
    margin: 0 !important;
    position: relative;
    top: 3px;
    vertical-align: top;
}

@keyframes AnimationName {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: 100% 0%
    }
}

@media screen and (min-width:768px) {
    .icw .title-header {
        font-size: 42px;
    }

    .icw .des-header {
        font-size: 20px;
    }

    .icw .des-header26 {
        font-size: 26px;
    }

    .icw .crop-box {
        padding: 64px 0 32px;
    }

    .icw .crop-icon-title {
        max-width: 50px;
    }

    .icw .line-header {
        max-width: 22px;
        width: 100%;
    }
}

@media screen and (max-width:767px) {
    .icw .f-24-mb {
        font-size: 24px;
    }
}</pre></body></html>