/* Manifesto Section Styling */
.manifesto-section {
    padding: 1.5rem 5rem 3.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

.earth-image {
    max-width: 60.625rem;
    max-height: 60.625rem;
    /* top: -2.5%; */
    top: -1.5rem;
    left: 0;
    z-index: -2;
}

.manifesto-bg-image-1 {
    background: radial-gradient(100% 100% at 50% 0%, rgba(0, 4, 255, 0.00) 43.44%, #0004FF 100%);
    width: 68.9375rem;
    height: 52.5rem;
    border-radius: 68.9375rem;
    /* top: 50%; */
    top: 12rem;
    left: -25%;
    /* filter: blur(60px); */
    filter: blur(360px);
    z-index: -1;
}

.manifesto-bg-image-2 {
    background: radial-gradient(100% 100% at 50% 0%, rgba(0, 4, 255, 0.00) 43.44%, #0004FF 100%);
    width: 68.9375rem;
    height: 52.5rem;
    border-radius: 68.9375rem;
    /* top: -12.5%; */
    top: -6rem;
    left: 60%;
    filter: blur(60px);
    z-index: -1;
}

/* .manifesto-content {
    max-height: 55rem;
} */

.manifesto-content .earth-bg {
    background: radial-gradient(100% 100% at 50% 0%, rgba(0, 4, 255, 0.00) 43.44%, #0004FF 100%);
    width: 68.9375rem;
    height: 52.5rem;
    border-radius: 68.9375rem;
    opacity: 0.3;
    filter: blur(60px);
    left: -20rem;
    bottom: -10rem;
}

.manifesto-content .states-container {
    width: 28.4425rem;
    padding-top: 8rem;
    padding-bottom: 2.5rem;
}

.states-cards .separator {
    background-color: #FFFFFF;
    width: 1.5px;
    height: 3.8125rem;
    border-radius: 1.5px;
    margin: 0 3.75rem;
    opacity: 0.2;
}

.states-card h4 {
    color: #FFFFFF;
    font-family: 'Sherika', sans-serif;
    font-size: 2.75rem;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 0.3125rem;
}

.states-card p {
    color: #FFFFFF;
    font-family: 'Sherika', sans-serif;
    font-size: 1.3125rem;
    font-weight: 500;
    line-height: normal;
    opacity: 0.7;
}

.states-container > .separator {
    background-color: #FFFFFF;
    width: 100%;
    height: 1.5px;
    border-radius: 1.5px;
    margin: 3.125rem auto;
    opacity: 0.2;
}

.states-table th {
    color: #FFFFFF;
    font-family: 'Sherika', sans-serif;
    font-size: 0.875rem;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.00875rem;
    opacity: 0.5;
    padding-bottom: 0.625rem;
}

.states-table tbody tr td {
    color: #FFFFFF;
    font-family: 'Sherika', sans-serif;
    font-weight: 500;
    line-height: normal;
    padding: 1.5625rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.states-table tbody tr td h6 {
    font-size: 1.3125rem;
    letter-spacing: -0.01313rem;
    margin-bottom: 0.625rem;
}

.states-table tbody tr td span {
    font-size: 1rem;
    letter-spacing: -0.01rem;
    opacity: 0.7;
}

@media (max-width: 992px) {
    .manifesto-section {
        padding: 1.5rem 3.5rem 0rem;
    }
}

@media (max-width: 768px) {
    .manifesto-section {
        padding: 1.25rem 3rem 0rem;
    }
}

@media (max-width: 576px) {
    .manifesto-section {
        padding: 1rem 2.5rem 0rem;
    }
}