
    .jumbotron .grid-wrapper {
        -moz-column-gap: 0;
             column-gap: 0;
    }

@media (min-width: 540px) {
            .jumbotron .hero-img {
                width: 200%;
            }
        }

.jumbotron .hero-img img {
            transform: translate(-53%, -52%);
        }

@media (min-width: 845px) {
                .jumbotron .hero-img img {
                    transform: translate(-60%, -52%);
                }
            }

/* Gradients */

.radial-gradient-blue {
    width: 530px;
    height: 530px;
    border-radius: 50%;
    left: -351px;
    top: 2506px;
    filter: blur(112.5px);
}

@media (min-width: 540px) {
        .radial-gradient-blue {
            left: -119px;
            top: 1592px;
        }
    }

@media (min-width: 845px) {
        .radial-gradient-blue {
            left: -119px;
            top: 1624px;
        }
    }

.radial-gradient-cyan {
    width: 530px;
    height: 530px;
    border-radius: 50%;
    left: 145px;
    top: 3318px;
    filter: blur(112.5px);
}

@media (min-width: 540px) {
        .radial-gradient-cyan {
            left: 951px;
            top: 1845px;
        }
    }

@media (min-width: 845px) {
        .radial-gradient-cyan {
            top: 1917px;
        }
    }

.radial-gradient-purple {
    width: 530px;
    height: 530px;
    left: -423px;
    top: 3554px;
    filter: blur(112.5px);
}

@media (min-width: 540px) {
        .radial-gradient-purple {
            left: -232px;
            top: 2753px;
        }
    }

@media (min-width: 845px) {
        .radial-gradient-purple {
            left: -232px;
            top: 2512px;
        }
    }

.radial-gradient-purple.md-hidden {
    width: 530px;
    height: 530px;
    left: 82px;
    top: 4731px;
    filter: blur(112.5px);
    border-radius: 50%;
}

@media (min-width: 540px) {
        .radial-gradient-purple.md-hidden {
            display: none;
        }
    }
.get-started {
    color: var(--neutrals-light-grey-96);
    border-radius: 32px;
    padding: 20px 24px;
    row-gap: 24px;
    -moz-column-gap: 12px;
    column-gap: 12px;
    align-items: baseline;
    margin-bottom: 32px;
}@media (min-width: 540px) {
        .get-started {
            padding: 28px 48px;
            -moz-column-gap: 24px;
                 column-gap: 24px;
            margin-bottom: 48px;
        }
    }@media (min-width: 845px) {
        .get-started {
            row-gap: 48px;
            -moz-column-gap: 32px;
                 column-gap: 32px;
        }
    }@media (min-width: 1248px) {
        .get-started {
            padding: 40px 108px;
            margin-bottom: 60px;
        }
    }.get-started h2 {
        color: inherit;
        text-transform: none;
    }.get-started p {
        color: inherit;
        margin-bottom: 34px;
    }@media (min-width: 540px) {
            .get-started p {
                margin-bottom: 28px;
            }
        }.get-started.get-started-blue {
        background: linear-gradient(128.87deg, #0b6cff 14.05%, #512bd4 89.3%);
    }.get-started.get-started-purple {
        background: linear-gradient(128.87deg, #512bd4 14.05%, #d600aa 89.3%);
    }
/* Grid solid card */

.grid-card-content h2 {
        color: var(--colors-white-inverse);
    }

.grid-card-content .subtitle {
        color: var(--colors-white-inverse);
    }

@media (min-width: 540px) {
            .grid-card-content .news-card {
                display: flex;
            }
        }

.grid-card-content .news-card .subtitle {
            color: var(--colors-white-inverse);
        }

.grid-card-content .news-card .desc {
            color: var(--colors-white-inverse);
            flex-grow: 1;
        }
.image-cards {
    text-align: center;
}@media (min-width: 540px) {.image-cards div {
            text-align: left;
    }
        }.image-cards h2,.image-cards h3 {
        color: var(--colors-white-inverse);
    }.image-cards h3 {
        font-family: var(--font-family-open);
    }@media (min-width: 540px) {
            .image-cards img {
                margin: 0;
            }
        }.image-cards p {
        color: var(--colors-white-inverse);
        flex-grow: 1;
    }
