/* Solution page Banner UI */
.banner-grid-wrapper {
    padding: 56px 0;
    background: linear-gradient(103.66deg, #001632 -14.36%, #254876 66.2%, #7C899A 119.36%);
}

.banner-grid-wrapper .exl-shell {
        padding: 0 68px;
    }

.grid-card-caption {
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
}

.banner-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 24px;
    padding-top: 24px;
}

.banner-grid-card {
    height: 170px;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-radius: 14px;
    background-color: rgba(0, 0, 0, 0.15);
}

.banner-grid-card h2 {
    color: #FB4E0B;
    display: inline-flex;
    align-items: baseline;
    margin: 0;
}

.banner-grid-card-subtext {
    font-size: 40px;
    line-height: 36px;
    font-weight: 300;
    margin-right: 10px;
}

.banner-grid-card-value {
    font-size: 72px;
    font-weight: 300;
    margin: 0;
    line-height: 54px;
}

.banner-grid-card p {
  font-size: 22px;
    line-height: 22px;
    color: #D9CFC8;
    padding-top: 20px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-grid-wrapper .exl-shell {
        padding: 0 60px !important;
        max-width: 100% !important;
        margin: 0 auto !important;
    }
}

@media screen and (max-width: 1199px) {
    .banner-grid-wrapper .exl-shell {
        padding: 0 24px !important;
    }
}

@media screen and (max-width: 1024px) {
    .banner-grid {
        gap: 24px;
    }

    .banner-grid-card {
        height: 100px;
        padding: 20px 16px;
    }

    .banner-grid-card-subtext {
        font-size: 20px;
        line-height: 16px;;
    }

    .banner-grid-card-value {
        font-size: 40px;
        line-height: 28px;
    }

    .banner-grid-card p {
        font-size: 14px;
        line-height: 14px;
        color: #D9CFC8;
        padding-top: 10px;
    }
}

@media screen and (max-width: 991px) {
  .banner-grid {
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
    .banner-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }

    .banner-grid-card-subtext {
        margin-right: 4px;
    }

    .grid-card-caption {
        font-size: 18px;
    }
}

.solution-exl-hero .exl-btn, .industry-exl-hero .exl-btn{
    background: linear-gradient(89deg, #F74D0C 1.1%, #FFA82B 212.29%);
    border: 1px solid var(--Orange, #FB4E0B);
    color: #fff;
    text-transform: uppercase;

}

.solution-exl-hero .exl-hero-copy h1, .industry-exl-hero .exl-hero-copy h1 {
    font-size: 64px;
    line-height: 52px;
}
.industry-exl-hero, .solution-exl-hero{
    padding: 80px 0;
}
.industry-exl-hero, .solution-exl-hero{
    min-height: 500px;
    height:auto;
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1024px) {
    .solution-exl-hero .exl-hero-copy h1, .industry-exl-hero .exl-hero-copy h1 {
        font-size: 44px;
    }

    .industry-exl-hero, .solution-exl-hero{
        padding: 40px 0;
    }
}

@media screen and (max-width: 767px) {
    .industry-exl-hero .exl-shell, .solution-exl-hero .exl-shell{
        padding: 0 20px !important;
    }

    .banner-grid-wrapper{
        background-size: cover;
        background-repeat: no-repeat;
    }

}
.video-slide{
    background-color: #ddd;
}