.block12094 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 20px 0;
}

.block12094 .wrapper {
    width: 100%;
    display: flex;
}

.block12094 .tile {
    width: calc(58.33333333% - 30px);
    padding: 0 15px;
}

.block12094 .tile:last-child {
    width: calc(41.66666667% - 30px);
}

.block12094 .title {
    font-weight: 400;
    font-size: 36px;
    /* text-transform: capitalize; */
    color: #111;
    margin: 0 15px 26px;
    width: calc(100% - 30px);

}

.block12094 .text {
    font-size: 16px;
    color: #878787;
    font-weight: 400;
    line-height: 1.625;
}

.block12094 .buttonBox {
    margin-top: 50px;
    display: flex;
    margin-left: 10px;
}

.block12094 .button {
    z-index: 2;
    /* margin-top: 0.7px; */
}

.block12094 .button,
.block12094 .button02 {
    display: inline-block;
    position: relative;
    transform: skewX(-20deg);
    transition: .3s;

}

.block12094 .button02 {
    border: solid 2px;
    margin-left: -2px;
    box-sizing: border-box;
}

.block12094 .button .backstage-componet,
.block12094 .button02 .backstage-componet {
    transform: skewX(20deg)
}

/* .block12094 .button02 .backstage-componet-bd::before {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    background: #fff;
    transition: .3s;
    transform: skewX(-20deg)
} */

.block12094 .button .backstage-componet-bd {
    padding: 0 55px;
    line-height: 50px;
    font-weight: 500;
    color: #fff;
    position: relative;
    transition: all 0.3s;
    white-space: nowrap;
}

.block12094 .button a,
.block12094 .button02 a {
    color: inherit;
    position: relative;
    white-space: nowrap;
}



.block12094 .button02 .backstage-componet-bd {
    padding: 0 55px;
    line-height: 50px;
    /* border: 2px solid #878244; */
    /* background: #878244; */
    font-weight: 500;
    color: #111;
    /* -webkit-clip-path: polygon(12% 0%, 100% 0, 89% 100%, 0% 100%);
    clip-path: polygon(12% 0%, 100% 0, 89% 100%, 0% 100%); */
    /* margin-left: -24px; */
    position: relative;
    transition: all 0.3s;
    white-space: nowrap;
}

/* .block12094 .button:hover .backstage-componet-bd {
    background: #111;
} */

.block12094 .button02:hover .backstage-componet-bd {
    color: #fff;
}

.block12094 .button02:hover .backstage-componet-bd::before {
    background: #878244;
}

.block12094 .left {
    margin-left: 40px;
    width: calc(100% - 40px);
}

.block12094 .textTile {
    /* background: rgb(0, 0, 0, 0.1);
    padding: 45px 65px;
    position: relative;
    display: flex;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%); */
    margin-top: -2px;

}

.block12094 .wra1 {
    border: solid 2px rgb(0, 0, 0, 0.1);
    padding: 45px 65px;
    position: relative;
    display: flex;
}

.block12094 .textTile:nth-child(2) .wra1 {
    border-width: 0 2px;
}

.block12094 .wra {
    background: rgb(0, 0, 0, 0.1);
    padding: 45px 65px;
    position: relative;
    display: flex;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
}

.block12094 .textTile:nth-child(2) .wra {
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
}

.block12094 .textTile:nth-child(2) .tileMask {
    clip-path: polygon(12% 0, 100% 0, 88% 100%, 0 100%);
    height: 100%;
    top: 0;
}


.block12094 .textTile:first-child {
    position: relative;
    z-index: 2;
}

.block12094 .tileMask {
    position: absolute;
    top: 2px;
    left: 2px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    /* border: solid 2px #eee; */
    box-sizing: border-box;
    clip-path: polygon(0 0, 88% 0, 100% 100%, 12% 100%);
    background: #fff;
}

.block12094 .leftWra {
    width: calc(65% - 10px);
    padding-left: 10px;
    position: relative;
    /* z-index: 3; */
}

.block12094 div[data-blocksEditor-type*="phoenix_blocks"].blocks-editor-active,
.block12094 div[data-blocksEditor-type*="phoenix_blocks"]:hover {
    z-index: 2;
}

.block12094 .imgBox .component-image-editor.backstage-component-editor {
    top: 0;
}

.block12094 .button .component-button-editor {
    transform: translate(-50%, -50%) skewX(20deg);
}

.block12094 .button02 .component-button-editor {
    transform: translate(-50%, -50%) skewX(20deg);
}

.block12094 .content {
    font-weight: 400;
    color: #111;
    font-size: 24px;
    margin: 0 0 10px;
    word-break: break-word;
}

.block12094 .but:hover {
    color: #111;
}

.block12094 .but {
    color: #878244;
    transition: .3s;
}

.block12094 .but .backstage-componet {
    color: inherit;
}

.block12094 .but .backstage-componet-bd {
    color: inherit;
    font-weight: 500;
}

.block12094 .but .backstage-componet-bd::after {
    content: "\e624";
    font-family: block-icon;
    font-style: normal;
    font-weight: 900;
}

.block12094 .but a {
    color: inherit;
}

.block12094 .rightWra {
    width: calc(45% - 10px);
    padding-right: 10px;
}

.block12094 .imgBox {
    width: 100%;
}

.block12094 .imgBox .backstage-componet {
    width: 100%;
}

.block12094 .imgBox .backstage-componet-bd {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    /* z-index: 2; */
}

.block12094 .imgBox img {
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.block12094 .button .backstage-blocksEditor-wrapLayer{
    transform: skewX(20deg);
}
.block12094 .button02 .backstage-blocksEditor-wrapLayer{
    transform: skewX(20deg);
}
@media screen and (max-width:1200px) {
    .block12094 .title {
        width: calc(100% - 20px);
        margin: 0 10px 26px;
    }

    .block12094 .tile {
        width: calc(54.33333333% - 20px);
        padding: 0 10px;
    }

    .block12094 .tile:last-child {
        width: calc(45.66666667% - 20px);
    }

}

@media screen and (max-width:900px) {
    .block12094 .wrapper {
        display: block;
        width: calc(100% - 20px);
        margin: 0 10px;
    }

    .block12094 .tile {
        width: 100%;
        padding: 0;
    }

    .block12094 .tile:last-child {
        width: 100%;
        margin-top: 50px;
    }

    .block12094 .textTile:nth-child(2) .wra{
        clip-path: none;
    }

    .block12094 .textTile .wra{
        clip-path: none;
    }

    .block12094 .tileMask {
        clip-path: none;
    }

    .block12094 .textTile:nth-child(2) .tileMask {
        clip-path: none;
    }

    .block12094 .left {
        margin-left: 0;
        width: 100%;
    }
}

@media screen and (max-width:700px) {
    .block12094 .title {
        text-align: center;

    }

    .block12094 .textTile .wra{
        padding: 30px;
    }

    .block12094 .text {
        text-align: center;
    }

    .block12094 .buttonBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
    }

    .block12094 .button,
    .block12094 .button02 {
        transform: none;
    }

    .block12094 .button .backstage-componet,
    .block12094 .button02 .backstage-componet {
        transform: none;
    }

    .block12094 .button .backstage-componet-bd {
        transform: none;
        text-align: center;
    }

    .block12094 .button02 .backstage-componet-bd {
        transform: none;
        margin-left: 0;
        text-align: center;
    }

    .block12094 .button02 {
        margin-top: 10px;
    }

    .block12094 .button02 .backstage-componet-bd::before {
        clip-path: none;
    }
}