footer {
    margin-top: 0;
}

.entry-content {
    margin-top: 0 !important;
}

h2 {
    font-weight: 600;
}

.content-width {
    padding: 3rem 4rem !important;

    @media (max-width: 768px) {
        padding: 3rem 1rem !important;
    }
}

.content-width-blog {
    padding: 3rem 4rem !important;
    max-width: 1050px;
    margin: 0 auto;

    @media (max-width: 768px) {
        padding: 3rem 1rem !important;
    }
}

.homepage-hero {
    @media (max-width: 768px) {
        align-content: space-between;
        padding-top: 8rem !important;
    }
}

.cover-block {
    padding: 3rem 4rem !important;

    @media (max-width: 768px) {
        padding: 8rem 1rem 3rem !important;
        display: flex !important;
        flex-direction: column-reverse;
        justify-content: space-between;

        .bb\:block-overlay {
            background: black !important;
        }

        .wp-block-group {
            position: unset;

            .wp-block-image {
                position: absolute;
                bottom: 2rem;
                right: 1rem;
            }
        }
    }

    h1 {
        max-width: 1050px;
    }
}

.cta-cover {
    padding: 6rem 4rem !important;

    .wp-block-buttons {
        margin-top: 8rem !important;
    }

    @media (max-width: 768px) {
        padding: 3rem 1rem !important;

        .bb\:block-overlay {
            background: black !important;
        }

        .wp-block-buttons {
            margin-top: 12rem !important;
        }
    }
}

.empty-column {
    @media (max-width: 768px) {
        display: none;
    }
}

.countup {
    font-size: 6rem;
    font-weight: 500;
    white-space: nowrap;
}

.countup-text {
    padding-top: 2rem;
}

.maxwidth-700 {
    max-width: 700px;
}

.capsules {
    @media (max-width: 768px) {
        flex-direction: column;
        align-items: flex-start;
    }

    .wp-block-paragraph {
        padding: 1rem 2rem;
        border-radius: 500px;
        background-color: rgba(17, 17, 17, 0.5);
        border: 1px solid var(--wp--preset--color--highlight);
        color: white;
    }
}

.page-label {
    padding: 0.5rem 1rem;
    border-radius: 500px;
    background-color: rgba(17, 17, 17, 0.5);
    border: 1px solid var(--wp--preset--color--highlight);
    color: white;
    width: fit-content !important;
}

.background-cta {
    .wp-block-buttons {
        margin-top: 8rem;
    }

    @media (max-width: 768px) {
        .wp-block-buttons {
            margin-top: 0;
        }
    }
}

.button {
    background-color: var(--wp--preset--color--highlight);
    color: var(--wp--preset--color--contrast);
    font-size: var(--wp--preset--font-size--small);
    padding: 1rem 2rem;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.hidden {
    display: none !important;
}

.hide-for-mobile {
    @media (max-width: 768px) {
        display: none !important;
    }
}

.show-for-mobile {
    @media (min-width: 768px) {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .mobile-align-left {
        justify-content: flex-start !important;
    }

    .mobile-no-margin {
        margin: 0 !important;
    }

    .mobile-no-padding {
        padding: 0 !important;
    }

    .mobile-no-padding-bottom {
        padding-bottom: 0 !important;
    }

    .mobile-flex-reverse {
        flex-direction: column-reverse !important;
    }

    .timeline {
        gap: 8px !important;

        .wp-block-column {
            display: flex;

            .wp-block-group {
                flex-direction: column;
                width: 64px;

                img {
                    transform: rotate(270deg);
                }

                hr {
                    border-width: 0 1px 0 0;
                }
            }

            p {
                flex: 1;
                margin-bottom: 3rem;
            }
        }
    }
}
