/* jumbotron */

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

.jumbotron .hero-img img {
            transform: translate(-76%, -44%);
        }

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

/* Arrow link container */

.arrow-link-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

/* Tech Empower */

.tech-empower h2 {
        color: var(--colors-white-inverse);
    }

.tech-empower p {
        color: var(--colors-white-inverse);
    }

.tech-empower .sub-heading {
        color: var(--colors-white-inverse);
    }

/* Grid card */

@media (min-width: 845px) {
            .grid-card-content .followers {
                text-align: left;
            }
        }

.grid-card-content .followers a {
            color: var(--colors-white-inverse);
            -webkit-text-decoration: underline;
            text-decoration: underline;
        }

@media (min-width: 1248px) {

section.grid-card.grid-card-content {
        padding-top: 80px;
        padding-bottom: 80px;
}
    }

/* Customer images */

.customers-logos .fading-bg {
        width: 30px;
    }

@media (min-width: 540px) {
            .customers-logos .fading-bg {
                width: 100px;
            }
        }

@media (min-width: 1248px) {
            .customers-logos .fading-bg {
                width: 200px;
            }
        }

.customers-logos .scroll-wrapper {
        overflow-x: hidden;
        gap: 8px;
    }

@media (min-width: 1248px) {
            .customers-logos .scroll-wrapper {
                gap: 20px;
            }
        }

.customers-logos .scroll-wrapper div {
            background: var(--neutrals-light-white);
            border: 2px solid var(--neutrals-additionals-grey-90);
            padding: 8px 10px;
            border-radius: 12px;
        }

@media (min-width: 540px) {
                .customers-logos .scroll-wrapper div {
                    border-radius: 20px;
                }
            }

@media (min-width: 1248px) {
                .customers-logos .scroll-wrapper div {
                    padding: 17px 24px;
                }
            }

.customers-logos .scroll-wrapper div img {
                height: 25px;
            }

@media (min-width: 540px) {
                    .customers-logos .scroll-wrapper div img {
                        height: 36px;
                    }
                }

@media (min-width: 1248px) {
                    .customers-logos .scroll-wrapper div img {
                        height: 40px;
                    }
                }
.app-types {
    align-items: stretch;
}.app-types a.card {
        padding: 20px;
        background-color: var(--colors-media-card-bg);
        border-radius: 20px;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,0.03922);
        display: flex;
        flex-direction: column;
        align-self: stretch;
        border-width: 2px;
        border-style: solid;
    }.app-types a.card:hover {
            background-color: var(--colors-media-card-hover);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10196);
        }.app-types a.card:active {
            background-color: var(--colors-media-card-active);
            box-shadow: 0 2px 4px 0 rgba(0,0,0,0);
        }.app-types a.card p.heading {
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
            background-clip: text;
            margin-bottom: .25rem;
        }.app-types a.card p.heading + p {
            color: var(--colors-text-inverse);
        }.app-types .purple-primary {
        border-color: var(--colors-media-purple-primary-border);
    }.app-types .magenta-primary {
        border-color: var(--colors-media-magenta-primary-border);
    }.app-types .flamingo-primary {
        border-color: var(--colors-media-flamingo-primary-border);
    }.app-types .blue-primary {
        border-color: var(--colors-media-blue-primary-border);
    }
.cards-transparent {
    align-items: stretch;
}.cards-transparent h2 {
        color: var(--colors-text-white-inverse);
    }.cards-transparent p {
        color: var(--colors-white-inverse);
        margin-bottom: 12px;
        flex-grow: 1;
    }
.carousel {
    position: relative;
}

.carousel .card {
        transform: scale(0.5);
        z-index: -20;
        max-height: 580px;
        border-radius: 32px;
        transition: transform 0.5s cubic-bezier(0, 0, 0.2, 1);
        transform-style: preserve-3d;
        opacity: 0;
        display: flex;
        grid-row: 1 / 1;
        grid-column: 2 / 12;
        height: 140px;
        background-size: cover;
    }

@media (min-width: 540px) {
            .carousel .card {
                height: 369px;
            }
        }

@media (min-width: 845px) {
            .carousel .card {
                height: 580px;
            }
        }

.carousel .card-next,.carousel .card-prev {
        display: flex;
        grid-row: 1 / 1;
        z-index: -10;
        opacity: 0.5;
    }

.carousel .card-prev {
        grid-column: 1 / 8;
        transform: scale(0.85) translate3d(-14.9%, 0, 0);
    }

.carousel .card-center {
        opacity: 1;
        z-index: 0;
        transform: scale(1);
    }

.carousel .card-next {
        grid-column: 5 / 13;
        transform: scale(0.85) translate3d(14.9%, 0, 0);
    }

.carousel .card-prev > figcaption,.carousel .card-next > figcaption {
        display: none;
    }

.carousel .indicator-group {
        grid-column: span 12 / span 12;
        margin-top: 1rem;
        display: flex;
        justify-content: center;
        -moz-column-gap: 1rem;
             column-gap: 1rem;
    }

.carousel .indicator {
        border-color: var(--colors-grey);
        border-width: 2px;
        background: transparent;
        border-radius: 9999px;
        padding: 0.25rem;
        cursor: pointer;
    }

.carousel .controller {
        display: flex;
        justify-content: center;
        grid-column: span 12 / span 12;
        background: transparent;
        border: none;
    }

.carousel .controller svg {
            fill: var(--colors-white-inverse);
        }

.carousel .current {
        background-color: var(--colors-grey);
    }

.carousel .mobile-fig-caption {
        grid-row: 2/2;
        grid-column: 1/7;
    }

@media (min-width: 540px) {
            .carousel .mobile-fig-caption {
                display: none;
            }
        }

.carousel .carousel-prev,.carousel .carousel-next {
        position: absolute;
        bottom: -18px;
        z-index: 10;
        background: transparent;
        border: none;
        background-image: none;
    }

.carousel .carousel-prev svg,.carousel .carousel-next svg {
            fill: var(--colors-white-inverse);
        }

@media (min-width: 540px) {
            .carousel .carousel-prev,.carousel .carousel-next {
                top: 43%;
                bottom: auto;
            }
        }

.carousel .carousel-prev {
        left: 10px;

    }

.carousel .carousel-next {
        right: 10px;
    }

.carousel figcaption {
        align-self: center;
        width: 46%;
        margin-left: 60px;
    }

@media (min-width: 845px) {
            .carousel figcaption {
                width: 36%;
                margin-left: 108px;
            }
        }

.carousel figcaption div {
            display: flex;
            flex-direction: column;
            gap: 0.75rem;
            background-color: var(--colors-white-gray);
            padding: 1.5rem;
            border-radius: 20px;
            color: var(--colors-white-inverse);
        }

@media (min-width: 540px) {
                .carousel figcaption div {
                    padding: 1rem;
                    gap: .5rem;
                }
            }

@media (min-width: 845px) {
                .carousel figcaption div {
                    padding: 1rem;
                    gap: 1rem;
                    padding: 2rem;
                }
            }

.carousel figcaption div p {
                font-weight: var(--font-normal);
            }

@media (min-width: 845px) {
                    .carousel figcaption div p {
                        font-weight: var(--font-semibold);
                    }
                }

@media (max-width: 539px) {
        .carousel .card {
            border-radius: 20px;
        }

        .carousel .card-prev {
            grid-column: 2 / 8;
            transform: scale(0.8) translate3d(-28%, 0, 0);
        }

        .carousel .card-next {
            grid-column: 5 / 12;
            transform: scale(0.8) translate3d(28%, 0, 0);
        }

        .carousel .card-center > figcaption {
            display: none;
        }

        .carousel .mobile-fig-caption {
            grid-column: 2 / 12;
        }
}
.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;
    }
h2.section-title {
    color: var(--colors-white-inverse);
}
