<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* FEATURES SECTION */

section.our-features {
    padding: 60px 40px;
    background-color: #171619;
}

.features-head {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.features-head h1 {
    color: #FFFFFF;
    text-align: center;
    font-family: Syne;
    font-size: 40px;
    font-weight: 800;
    max-width: 1024px;
}

.features-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

.features-body h3, .features-body p {
    color: #FFFFFF;
}

.indvfeaturecontent {
    padding: 36px 32px;
    border-radius: 16px;
    border: 2px solid #FF9900;
    max-width: 648px;
    width: fit-content;
    transition: 0.5s;
}

.ifcontent-head h3 {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    line-height: 110%;
    margin-bottom: 28px;
}

.ifcontent-body {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
}

.ifcontent-body img {
    width: 180px;
    border-radius: 4px;
}

.ifcontent-body p {
    max-width: 320px;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 152.4%;
}

.feature-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 500px;
    width: fit-content;
    gap: 14px 16px;
}

.featurebutton p {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 0;
    width: 240px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

.featurebutton.active p {
    background-color: #FF9900;
    border: 1px solid #FF9900;
    transition: 0.5s;
}

.abouthero-tool {
    margin-top: 64px;
}

@media (max-width: 1240px) {
    .features-head h1 {
        font-size: 36px;
        font-weight: 800;
        max-width: 1024px;
    }

    .features-body {
        display: flex;
        gap: 32px;
        flex-direction: column-reverse;
    }
}

@media (max-width: 1024px) {
    .features-head {
        margin-bottom: 32px;
    }

    .features-head h1 {
        font-size: 36px;
        font-weight: 700;
    }
}

@media (max-width: 720px) {
    section.our-features {
        padding: 54px 24px;
    }

    .features-head {
        margin-bottom: 28px;
    }

    .features-head h1 {
        font-size: 32px;
        font-weight: 700;
    }

    .features-body {
        gap: 24px;
    }

    .indvfeaturecontent {
        padding: 24px 24px;
        border-radius: 12px;
        border: 2px solid #FF9900;
        max-width: 648px;
        width: fit-content;
        transition: 0.5s;
    }

    .ifcontent-head h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .ifcontent-body {
        gap: 20px;
    }
    
    .ifcontent-body img {
        width: 160px;
        border-radius: 4px;
    }
    
    .ifcontent-body p {
        font-size: 14px;
    }
    
    .feature-buttons {
        gap: 12px 12px;
    }
    
    .featurebutton p {
        font-size: 13px;
        padding: 12px 0;
    }
}

@media (max-width: 480px) {
    .ifcontent-body {
        flex-direction: column;
    }

    .ifcontent-body img {
        width: 100%;
        border-radius: 4px;
    }
}



/* MISSION STATEMENT */

section.mission-statement {
    padding: 72px 40px;
}

.mission {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;
}

.mission h2 {
    color: #FF9900;
    font-size: 60px;
    font-weight: 800;
    margin-top: -16px;
}

.mission h5 {
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    max-width: 950px;
}

@media (max-width: 720px) {
    section.mission-statement {
        padding: 64px 24px 54px 24px;
    }
    
    .mission {
        gap: 8px;
    }
    
    .mission h2 {
        font-size: 48px;
        margin-top: -12px;
    }
    
    .mission h5 {
        font-size: 20px;
    }
}




/* ELECTORAL REVOLUTION */

section.electoral-revolution {
    padding: 0 40px;
}

@media (max-width: 720px) {
    section.electoral-revolution {
        padding: 0 24px;
    }
}



/* FAQ */

#faq-about {
    padding-top: 0px;
    padding-bottom: 80px;
}

@media (max-width: 720px) {
    #faq-about {
        padding-bottom: 60px;
    }
}</pre></body></html>