section.block-hero-page{
    border: none;
    padding: 2rem 0;
}
.block-hero-page.block-hero-page-invert .inner-hero-page .column:nth-child(1){
    order: 2;
}
.claim{
    padding: 0.5rem 1.125rem;
    background-color: var(--wp--preset--color--blue-baby);
    border-radius: 20px;
}
.claim .inner-claim{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.375rem 0;
}
.claim .inner-claim > *:nth-child(1){
    margin-right: 6px;
}
.claim .inner-claim > *:nth-child(2){
    margin-left: 6px;
}
.inner-hero-page{
    display: flex;
    align-items: stretch;
}
.inner-hero-page.inner-center{
    align-items: center;
}
.block-hero-page.block-hero-page-invert .inner-hero-page.inner-center{
    align-items: center;
}
.inner-hero-page .column{
    flex-grow: 1;
    flex-shrink: 1;
}
.inner-hero-page .column:nth-child(1){
    flex: 0 1 45.5%;
    max-width: 528px;
    margin-right: 1rem;
}
.block-hero-page.block-hero-page-invert .inner-hero-page .column:nth-child(1){
    margin-right: 0;
    margin-left: 1rem;
}
.inner-hero-page .column:nth-child(2){
    flex: 0 1 51.5%;
    max-width: 600px;
    margin-left: 1rem;
}
.block-hero-page.block-hero-page-invert .inner-hero-page .column:nth-child(2){
    margin-right: 1rem;
    margin-left: 0;
}
.block-hero-page{
    position: relative;
    z-index: 1;
}
.block-hero-page .inner-hero-page{
    position: relative;
    z-index: 2;
}
.block-hero-page.alignfull .inner-hero-page{
    max-width: var(--wp--custom--layout--content-size);
    margin-left: auto;
    margin-right: auto;
}
.block-hero-page .video{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%);
}
.block-hero-page .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
@media (max-width: 919px) {
    .inner-hero-page{
        display: block;
    }
    .inner-hero-page .column:nth-child(1){
        max-width: 100%;
        margin-right: 0;
    }
    .inner-hero-page .column:nth-child(2){
        max-width: 100%;
        margin-left: 0;
        margin-top: 2rem;
    }
    .block-hero-page.block-hero-page-invert .inner-hero-page .column:nth-child(1),
    .block-hero-page.block-hero-page-invert .inner-hero-page .column:nth-child(2){
        margin-left: 0;
        margin-right: 0;
    }
    .block-hero-page .wp-block-buttons.is-layout-flex{
        display: grid;
        width: 100%;
        grid-gap: 8px;
    }
    .claim .inner-claim{
        padding: 0;
    }
}