.block--home-hero {
    position: relative;
    overflow: hidden;
}

.text-bg{
    & mark{
        /* &:after { */
            background-image: url(./vector-svg.svg);
            background-repeat: no-repeat;
            background-size: 100%;
            background-position: 100% 106%;
            padding-bottom: 10px;
            /* display: block; */
            /* position: absolute; */
            /* height: 12px; */
            /* left: 0; */
            /* bottom: -4px; */
            /* z-index: 0; */
        /* } */
    }
}
.block--home-hero--main {
    position: relative;
    min-height: 840px;
    background-color: #26273A;
    color: #ffffff;
    padding-top: 160px;
    transition: padding 0.4s ease;
    /* height: 860px; */
}

@media screen and (max-width: 640px) {
    .block--home-hero--main {
        padding-top: 64px;
        min-height: 640px;
        padding-bottom: 80px;
        /* height: 860px; */
    }
}

.block--home-hero--content-block {
    position: relative;
    grid-column: 1 / 9;
    border-radius: 0 20px 0 0;
    padding: 48px 48px 0px 48px;
    min-height: 150px;
    color: white;
    z-index: 1;
}

@media screen and (max-width: 1280px) {
    .block--home-hero--content-block {
        grid-column: 1 / 10;
    }
}

@media screen and (max-width: 768px) {
    .block--home-hero--content-block {
        grid-column: 1 / 13;
        padding: 56px 24px;
    }
}

@media screen and (max-width: 640px) {
    .block--home-hero--content-block {
        grid-column: 1 / 11;
        padding: 24px 24px 24px 16px
    }
}


.block--home-hero--content-inner {
    position: relative;
    color: #ffffff;
    z-index: 2;
}

.block--home-hero--content-inner h1 mark, .block--home-hero--content-inner h2 mark {
    font-family: var(--wp--preset--font-family--third-rail);
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0.92px;
    text-transform: uppercase;
}

.block--home-hero--content-block::before {
    position: absolute;
    border-radius: 0 40px 0 0;
    content: '';
    inset: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    background: var(--wp--preset--color--sw-white);    
    z-index: 1;
}


@media screen and (max-width: 640px) {
    .block--home-hero--content-block::before {
        border-radius: 0 20px 0 0;
    }
}

.block--home-hero--content-block .block--home-hero--top-left-corner {
    position: absolute;
    top: 2px;
    left: 0;
    transform: translateY(-100%);
    z-index: 1;
}

@media screen and (max-width: 640px) {
    .block--home-hero--content-block .block--home-hero--top-left-corner {
        display: none;
    }
}

.block--home-hero--content-block .block--home-hero--bottom-right-corner {
    position: absolute;
    bottom: -1px;
    right: 1px;
    transform: translateX(100%);
    z-index: 1;
}

@media screen and (max-width: 640px) {
    .block--home-hero--content-block .block--home-hero--top-left-corner {
        height: 32px;
        width: 32px;
    }
    
    .block--home-hero--content-block .block--home-hero--bottom-right-corner {
        height: 32px;
        width: 32px;
    }
}

.site-page-decoration {
    position: absolute;
    bottom: 0;
}

.block--home-hero--bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.block--home-hero--bg::before {
    position: absolute;
    content: '';
    inset: 0;
    z-index: 0;
    background: linear-gradient(270deg, rgba(154, 153, 255, 0.00) 0%, rgba(27, 28, 48, 0.70) 100%);
    background-blend-mode: multiply;
}

@media screen and (max-width: 640px) {
    .block--home-hero--bg {
        position: absolute;
        inset: 0;
        z-index: 0;
        overflow: hidden;
        border-radius: 0 0 0px 0;
    }
}

.block--home-hero--bg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}

.block--home-hero--bg video {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: brightness(0.4);
}

.yeah-yeah {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    display: flex;
}

.yeah-yeah--corner {
    margin-right: -1px;
}

.yeah-yeah--inner {
    position: relative;
    padding: 40px 24px 22px 24px;
    z-index: 2;
    min-width: 300px;
    background-color: #1B1C30;
    max-height: 107px;
    display: grid;
    gap: 8px;
    grid-template-columns: auto 123px;
}

.yeah-yeah--inner span {
    font-size: 15px;
    color: var(--wp--preset--color--smoke-grey);
}

.yeah-yeah--bg {
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.yeah-yeah--bg svg {
    height: calc(100% + 2px);
}