/** INTRO */
.layout-intro h1 {
    text-align: center;
}

.layout-intro a {
    min-width: 187px;
}
.layout-intro div:not(.home-intro__video) {
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.layout-intro .home-intro__video:first-of-type {
    display: none;
}
.layout-intro .home-intro__video {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    border: solid 8px var(--color-gray03);
    border-radius: 8px;
}
.layout-intro .home-intro__video > video {
    margin: 0;
    height: auto;
    width: auto;
    border-radius: 4px;
}
.layout-intro {
    margin-bottom: -80px;
}

.layout-industry .home-intro__data {
    margin-top: 28px;
}

/** clients */
body .site .industry-clients h3 {
    margin-bottom: 60px;
    font-size: 34px;
    font-weight: 600;
    line-height: 1.29;
}
.industry-clients .clients_carousel {
    margin-bottom: 0px;
}

/** I FOOTER */
.industry-footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    padding: 32px 120px;
}
body .site .industry-footer > h3 {
    font-size: 32px;
    line-height: 1.19;
    color: var(--color-core-white);
    margin: 0;
}
.industry-footer p {
    opacity: 0.7;
    font-size: 24px;
    line-height: 1.25;
    margin: 6.5px 0 0 0;
}
.industry-footer a {
    margin-left: auto;
}

.layout-industry #ox-use-cases .ox-use-cases__block.uc_model_block{
    overflow: hidden;
    position: relative;
    justify-content: flex-end;
}

.layout-industry #ox-use-cases .uc_model_block.ox-use-cases__block .landing_img_block{
    position: absolute;
    width: 50%;
    left: 0;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    z-index: 0;
}

.layout-industry #ox-use-cases .ox-use-cases__block.uc_model_block .text_section_flex{
    z-index: 1;
}

.layout-industry #ox-use-cases .ox-use-cases__block.uc_model_block iframe{
    width: 100%;
    height: 100%;
}

@media all and (max-width: 1309px) and (min-width: 910px) {
    .layout-intro .home-intro__video {
        width: 80%;
        height: auto;
    }
}



@media all and (max-width: 909px) {


    .industry-footer {
        height: auto;
        padding: 32px 20px;
    
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }
    .industry-footer p {
        margin-bottom: 32px;
    }
    .industry-footer a {
        width: 100%;
        margin: 0;
    }

    .layout-industry #ox-use-cases .uc_model_block.ox-use-cases__block .landing_img_block {
        position: relative;
        width: 90%;
    }


    .layout-intro h1 {
        text-align: left;
    }
    .layout-intro a {
        min-width: 100%;
        text-wrap: nowrap;
    }
    .layout-intro {
        margin-bottom: 0;
    }
    .layout-intro .home-intro__video:first-of-type {
        display: initial;
        margin-bottom: 30px;
        width: 100%;
    }
    .layout-intro div:not(.home-intro__video) {
        display: flex;
        flex-direction: column;
        row-gap: 15px;
        width: 100%;
        margin-bottom: 0;
    }

}