<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    /*
    background: #7BB42F;
    background-size: unset !important;
    */

    font-family: "Inter";
}

.container {
    padding-top: 0;
}

.content-area ul {
    list-style-image: url("../../../uploads/2022/07/Vector-2.png");
    padding-left: 35px;
}

.content-area li {
    list-style: none;
    padding:2px;
}

.content-area li:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../../../uploads/2022/07/Vector-2.png");
    background-repeat: no-repeat;
    padding-right: 5px;
    position: absolute;
    margin-left: -25px;
}

.nanoboost p {
    font-size: 20px;
    line-height: 28px;
}

.nanoboost ul {
    font-size: 20px;
    line-height: 28px;
}

.container {
    margin-top: 10em;
}</pre></body></html>