.hero-section {
    width: 100%;
    display: flex;
    background: #fff;
    padding: 100px 16px 40px;
    border-radius: 0 0 48px 48px;
    justify-content: center;
    box-sizing: border-box;
}

.pricing-plans-ai-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 23px;
    background: linear-gradient(122.3deg, #577CFF 16.51%, #FF75F9 93.76%);
    padding: 6px 15px;
    gap: 4px;
    box-sizing: border-box;
    max-width: 226px;
}

.pricing-plans-ai-badge p {
    color: #ffffff;
}

.hero-section .hero-section-wrapper {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    max-width: 1432px;
    width: -webkit-fill-available;
}

#hero-image-container {
    position: relative;
    display: flex;
    flex-basis: 50%;
    background: linear-gradient(122.3deg, #D5DEFF 16.51%, #FFDDFE 93.76%);
    border-radius: 32px;
    max-width: 700px;
    width: 100%;
    aspect-ratio: 1 / 1;
}

.hero-loading-logo svg {
    margin-bottom: 8px;
}

.hero-loading-logo p {
    display: flex;
    justify-content: center;
    font-size: 20px;
    line-height: 24px;
}

.hero-loading-logo {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.hero-image-betaai-cont {
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    overflow: hidden;
    position: absolute;
    right: 9%;
    left: 4px;
    max-height: 82%;
    top: 50%;
    transform: translateY(-50%);
    height: fit-content;
    width: fit-content;
    z-index: 2;
}
video.hero-image-betaai {
    max-width: calc(100% - 4px);
}

.heading-wrapper {
    display: flex;
    flex-direction: column;
    padding: 24px 0;
    font-style: normal;
    font-weight: 400;
    max-width: 100%;
}

.play-button svg {
    margin-left: 6px;
}


.purchase-button svg {
    margin-right: 6px;
}

.heading-wrapper .note {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    color: #919199;
}

.heading-wrapper p.hero-description {
    font-size: 20px;
    line-height: 24px;
    color: #56565B;
}

.heading-wrapper h1 {
    font-size: 40px;
    line-height: 40px;
    color: #313134;
    padding: 8px 0;
    font-weight: 400;
}

.hero-buttons {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 24px 0;
    margin-bottom: 48px;
}

.large-button {
    padding: 12px 32px 12px 28px;
    font-size: 20px;
    line-height: 24px;
}

#learn-button {
    border: 1px solid #C4C4CE;
    margin-right: 8px;
}


.hero-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.play-button {
    padding-top: 11px;
    padding-bottom: 11px;
    margin-left: 0;
    margin-top: 16px;
    border: 1px solid #C4C4CE;
    font-family: RMNeue;
    color: #000000;
}

.play-button {

}

.play-button div {
    display: flex;
    align-items: center;
}

.play-button svg {
    display: inline-block;
    margin-left: 6px;
}

.play-button span {
    display: inline-block;
    margin-left: 4px;
}

.customers-logos {
    gap: 20px;
    display: flex;
    justify-content: space-between;
}

.customers-logos img {
    max-height: 24px;
}

.customers-note {
    margin: 0 0 20px 0;
}

.dbi-logo {
    width: auto;
    height: 20px;
}
.university-of-oregon-logo {
    width: auto;
    height: 20px;
    display: none;
}
.kindustry-logo {
    width: auto;
    height: 20px;
    display: none;
}
.mila-logo {
    width: auto;
    height: 20px;
}
.nextai-logo {
    width: auto;
    height: 20px;
}

@media only screen and (min-width: 500px) {
    .kindustry-logo {
        display: flex;
    }
}

@media only screen and (min-width: 768px) {
    .heading-wrapper {
        padding: 24px 0;
    }
}

@media only screen and (min-width: 992px) {
    .hero-section {
        padding: 156px 40px 40px;
        margin: 0 -40px 0 -40px;
    }

    .hero-section .hero-section-wrapper {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        flex-grow: 1;
    }

    .heading-wrapper {
        flex: 50%;
        max-width: 50%;
        padding-bottom: 0;
        margin-right: 16px;
        height: 100%;
        padding-top: 24px;
        box-sizing: border-box;
    }

    #hero-image-container {
        margin-left: 16px;
    }

    .heading-wrapper h1 {
        font-size: 40px;
        line-height: 52px;
        color: #313134;
        padding: 24px 0;
    }

    .hero-buttons {
        margin-bottom: 80px;
    }

    .ai-addons .play-button {
        margin-top: 0;
    }

    .customers-logos {
        justify-content: flex-start;
    }

    .customers-logos img {
        max-height: unset;
    }

    .oregon-logo {
        display: flex;
    }
    .dbi-logo {
        width: auto;
        height: 28px;
    }
    .university-of-oregon-logo {
        width: auto;
        height: 28px;
    }
    .kindustry-logo {
        width: auto;
        height: 28px;
    }
    .mila-logo {
        width: auto;
        height: 28px;
    }
    .nextai-logo {
        width: auto;
        height: 28px;
    }
}

@media only screen and (min-width: 1200px) {
    .heading-wrapper h1 {
        font-size: 64px;
        line-height: 64px;
        color: #313134;
        padding: 24px 0;
    }

    .play-button {
        margin-left: 16px;
    }

    .hero-buttons {
        margin-bottom: 126px;
    }

    .customers-logos {
        gap: 32px;
    }
}

@media only screen and (min-width: 1200px) {
    .hero-buttons {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .hero-buttons #product-view {
        margin-left: 16px;
        margin-top: 0;
    }
}