
body.ns-homepage {
    background: #dedede;
    color: black;
}

.primary-cta {
    background: linear-gradient(
        #ffffff 10%,
        #ffffffc7 60%,
        #ffffffab 90%);
    width: 13rem;
    color: black;
    padding: 1rem 1rem;
    text-decoration: none;
    border-radius: .2rem 0.25rem;
    border: 1px solid black;
    box-shadow: 0 20px 45px -15px black;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

.icon {
    font-size: 2.3rem;
}

main {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}

footer {
    /* width: 100%; */
    color: white;
    background: gray;
    /* padding: 3rem ; */
    display: block;
}

.footer-container {
    padding: 2rem auto;
    max-width: 1024px;
}

.hero-card {
    width: 100%;
    height: 100vh;
    background-size: 150%;
    text-decoration: none;
    background-position: 50% 30%;
    background-color: #5b6861;
    color: white;
}

.hero-ctas {
    margin-top: 5rem;
    display: flex;
    gap: 2rem;
}


.deck-meta {
    font-size: 3rem;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    height: 100%;
    text-decoration: none;
    backdrop-filter: blur(40px);
    width: 100%;
    color: inherit;
    text-decoration: none;
}

.deck-meta strong {
    font-size: 14rem;
    letter-spacing: -0.65rem;
}

section {
    max-width: 1030px;
    margin: auto;
    font-size: 2rem;
    line-height: 1.6;
    height: unset;
    display: block;
}