﻿

/*LeftImage WhiteAngle RightContent(liwarc) Hero Image*/
@media (orientation: portrait) {
    .left-image-white-angle-right-content-hero {
        min-height: unset !important;
    }
}

.left-image-white-angle-right-content-hero {
    /* min-height: 75vh; */
    max-height: 489.5px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(90deg,rgba(203,240,245,1) 50%,rgba(250,252,253,1) 100%);
    flex-wrap: nowrap;
}

.liwarc-right-col {
    margin: auto;
}

.left-image-white-angle-right-content-hero::before {
    content: "";
    background-image: url("/-/media/Feature/Page Content/images/banner-bg-webp.webp");
    background-size: 70%;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.25;
}

.variant-filled-image .variant-hero-image .liwarc-left-image {
    height: 100%;
    filter: drop-shadow(15px 0px 0px #fff);
}

    .variant-filled-image .variant-hero-image .liwarc-left-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-mask: linear-gradient( 290deg,transparent 27%, #fff 27%) top right;
        -webkit-mask-size: 2000px 1940px;
        -webkit-mask-repeat: no-repeat;
        mask: linear-gradient( 290deg,transparent 27%, #fff 27%) top right;
        mask-size: 2000px 2000px;
        mask-repeat: no-repeat;
    }

.variant-centered-image .variant-hero-image .liwarc-left-image {
    background-color: #f7f7f7;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-mask: linear-gradient( 290deg,transparent 27%, #fff 27%) top right;
    -webkit-mask-size: 2000px 2000px;
    -webkit-mask-repeat: no-repeat;
    mask: linear-gradient( 290deg,transparent 27%, #fff 27%) top right;
    mask-size: 2000px 2000px;
    mask-repeat: no-repeat;
}

.variant-centered-image .variant-hero-image .liwarc-left-col {
    filter: drop-shadow(15px 0px 0px #fff);
}

.variant-centered-image .variant-hero-image .liwarc-left-image img {
    width: 50%;
    height: 75%;
    object-fit: contain;
    margin-left: 15%;
}

.liwarc-right-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    width: 82%;
    margin: 0 auto;
    justify-content: center
}

    .liwarc-right-content h1 {
        font-size: 38px;
        font-family: var(--font-noto);
        padding-bottom: 1rem;
        color: #002f6d;
    }

    .liwarc-right-content p {
        font-size: 24px;
        color: #888888;
    }

@media (max-width: 1536px) {
    .left-image-white-angle-right-content-hero {
        /*min-height: 75vh;*/
        max-height: 489.5px;
        overflow: hidden;
    }

    .liwarc-right-content h1 {
        font-size: 32px;
    }

    .liwarc-right-content p {
        font-size: 20px;
    }
}

@media (max-width: 1366px) {
    .left-image-white-angle-right-content-hero {
        max-height: 400px;
        overflow: hidden;
    }

    .liwarc-right-content h1 {
        font-size: 25px;
        line-height: 36px;
    }

    .liwarc-right-content p {
        font-size: 16px;
    }
    .md-m-west-banner.variant-filled-image .variant-hero-image .liwarc-left-image {
        filter: none;
    }
        .md-m-west-banner.variant-filled-image .variant-hero-image .liwarc-left-image img {
            object-fit: contain;
        }
}

@media (max-width: 1199.98px) {
    .left-image-white-angle-right-content-hero {
        max-height: 350px;
        overflow: hidden;
    }

    .liwarc-right-content {
        width: 80%;
    }

        .liwarc-right-content h1 {
            font-size: 30px;
        }

        .liwarc-right-content p {
            font-size: 16px;
        }
}

@media (max-width: 991.98px) {
    .left-image-white-angle-right-content-hero {
        min-height: 300px;
    }

    .liwarc-right-content {
        width: 90%;
    }

        .liwarc-right-content h1 {
            font-size: 24px;
        }

        .liwarc-right-content p {
            font-size: 14px;
        }
}

@media (max-width: 767.98px) {
    .left-image-white-angle-right-content-hero {
        min-height: 250px;
    }

    .liwarc-left-col {
        display: none
    }

    .liwarc-right-col {
        width: 100%;
        max-width: 100%;
        flex: 1;
    }
}
