/* Banner v2  */
.site-main__layout-banner-v2 {
    display: flex;
    min-height: calc(100vh - 130px)
}

.site-main__layout-banner-v2>.container-fluid {
    display: flex;
    align-items: center;
    width: 100%
}

.site-main__layout-banner-v2>.container-fluid>.container-fluid__in {
    width: 100%;
    padding-bottom: 70px
}

@media (max-width:991.98px) {
    .site-main__layout-banner-v2 {
        min-height: calc(100vh - 90px)
    }
}

.hero-v2__frame {
    position: relative;
    padding: clamp(8px, 1.5vw, 24px) 0 0 clamp(0px, 2.2vw, 32px);
    margin-bottom: clamp(56px, 10vw, 165px)
}

.hero-v2__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: clamp(28px, 4vw, 56px)
}

.hero-v2__col-title {
    flex: .95 1 380px;
    min-width: 0
}

.hero-v2__col-body {
    /* flex: 1.05 1 360px; */
    min-width: 0
}

.hero-v2__title {
    margin: 0;
    color: #fff;
    font-family: DIN1451, Arial, Helvetica, sans-serif;
    font-size: clamp(2.25rem, 5.2vw, 4.2rem);
    font-weight: 400;
    letter-spacing: .03em;
    line-height: 1.02;
    text-transform: uppercase;
    -webkit-text-stroke: 0
}

.hero-v2__title-line {
    display: block
}

@media (min-width:992px) {
    .hero-v2__title-line {
        white-space: nowrap
    }
}

.hero-v2__title .hero-v2__mark {
    background-color: #0ff;
    color: #232323;
    display: inline-block;
    padding: 0 .1em .04em;
    margin-left: .06em
}

.body.hero-v2__body {
    max-width: 545px;
    margin-left: auto;
    padding-top: clamp(4px, 3.5vw, 210px)
}

.body.hero-v2__body p {
    margin: 0;
    /* font-size: 18px;
    line-height: 1.75; */
    color: #f0f0f0
}

.body.hero-v2__body mark {
    background: none;
    background-color: transparent;
    color: #0ff
}

@media (max-width:991px) {
    .body.hero-v2__body {
        margin-left: 0;
        padding-top: 0
    }
}

.hero-v2__stats {
    max-width: 1100px
}

.hero-v2__stats .text-stats {
    margin-bottom: 2px
}

.hero-v2__stats .hero-v2__stat-label {
    font-size: 14px;
    letter-spacing: .12em;
    color: #d8d8d8;
    margin-bottom: 0;
    text-transform: uppercase
}

@media (max-width:767px) {
    .hero-v2__stats .hero-v2__stat-label {
        font-size: 12px;
        letter-spacing: .08em
    }
}




/* Expertise Banner  */

.expertise-banner__wave,
.expertise-banner__media {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(clamp(150px, 20vw, 280px) + 90px);
    display: block;
    pointer-events: none;

    -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 22%);
    mask-image: linear-gradient(to bottom, transparent 0, #000 22%)
}

.expertise-banner__media {
    overflow: hidden
}

.expertise-banner__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(35, 35, 35, .92) 0%, rgba(35, 35, 35, .6) 40%, rgba(35, 35, 35, .3) 100%)
}

.expertise-banner__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center bottom;
    filter: grayscale(1)
}


.expertise-banner__wave .expertise-wave__band {
    animation: expertise-wave-pulse 5.2s ease-in-out infinite;
    animation-delay: calc(var(--i) * -0.65s)
}

@keyframes expertise-wave-pulse {

    0%,
    100% {
        opacity: .45
    }

    50% {
        opacity: 1
    }
}

@media (prefers-reduced-motion: reduce) {
    .expertise-banner__wave .expertise-wave__band {
        animation: none;
        opacity: .8
    }
}

.expertise-banner__in {
    position: relative;
    z-index: 1;
    padding-top: clamp(60px, 8.6vw, 110px);
    padding-bottom: clamp(150px, 20vw, 210px)
}

.expertise-banner__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: clamp(28px, 3.4vw, 52px)
}


.expertise-banner__col-title {
    flex: 1.08 1 340px;
    min-width: 0
}

.expertise-banner__col-body {
    flex: 1 1 330px;
    min-width: 0
}

@media (max-width:991.98px) {

    .expertise-banner__col-title,
    .expertise-banner__col-body {
        flex: 1 1 100%
    }
}

.expertise-banner__eyebrow {
    margin: 0 0 clamp(20px, 2.6vw, 32px);
    color: #0ff;
    font-family: DIN1451, Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: .22em;
    line-height: 1;
    text-transform: uppercase
}

.expertise-banner__title {
    margin: 0;
    color: #fff;
    font-family: DIN1451, Arial, Helvetica, sans-serif;
    /* font-size: clamp(1.75rem, 3.2vw, 2.75rem); */
    font-weight: 400;
    letter-spacing: .02em;
    /* line-height: 1.14; */
    text-transform: uppercase;
    -webkit-text-stroke: 0;
    max-width: 500px;
    width: 100%;
}

.expertise-banner__title-line {
    display: block
}

.body.expertise-banner__body {
    max-width: 540px;
    margin-left: auto;
    padding-top: clamp(0px, 4.2vw, 50px)
}

.body.expertise-banner__body p {
    margin: 0;
    color: #ffffff;
    /* font-size: 18px;
    line-height: 1.7 */
}

.body.expertise-banner__body p+p {
    margin-top: 1em
}

.body.expertise-banner__body mark {
    background: none;
    background-color: transparent;
    color: #0ff
}

@media (max-width:991.98px) {
    .body.expertise-banner__body {
        margin-left: 0;
        padding-top: 0
    }
}


@media (max-width:991.98px) {
    .expertise-banner__in {
        padding-bottom: 150px
    }

    .expertise-banner__wave,
    .expertise-banner__media {
        height: 250px
    }
}


/* Our work Banner  */
.banner-v3__media {
    position: absolute;
    inset: 0;
    overflow: hidden
}

.banner-v3__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: grayscale(1);
    display: block
}

.banner-v3__media:after {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(90deg, rgba(35, 35, 35, .92) 0%, rgba(35, 35, 35, .72) 55%, rgba(35, 35, 35, .58) 100%); */
    background: linear-gradient(90deg, rgba(var(--bs-dark-rgb), .92) 0%, rgba(var(--bs-dark-rgb), .72) 55%, rgba(var(--bs-dark-rgb), .58) 100%);
}

.site-main__layout-our-workbanner>.container-fluid {
    position: relative
}

.banner-v3__in {
    position: relative;
    z-index: 1;
    padding-top: clamp(60px, 7.6vw, 140px);
    padding-bottom: clamp(60px, 7.6vw, 140px)
}

.banner-v3__grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: clamp(28px, 3vw, 44px)
}


.banner-v3__col-title {
    flex: 1 1 360px;
    min-width: 0
}

.banner-v3__col-body {
    flex: 1 1 360px;
    min-width: 0
}

#educationPage.site-main__layout-inner-pages-banner .inner-banner__media .inner-banner__overlay {
    width: 95%;
    left: -170px;
    bottom: -125px;
}

@media (max-width:991.98px) {

    .banner-v3__col-title,
    .banner-v3__col-body {
        flex: 1 1 100%
    }
}

.banner-v3__eyebrow {
    margin: 0 0 clamp(18px, 2.4vw, 34px);
    color: #0ff;
    font-family: DIN1451, Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: .22em;
    line-height: 1;
    text-transform: uppercase
}

.banner-v3__title {
    margin: 0;
    color: #fff;
    font-family: DIN1451, Arial, Helvetica, sans-serif;
    /* font-size: clamp(2rem, 3.35vw, 3rem); */
    font-weight: 400;
    letter-spacing: .02em;
    /* line-height: 1.12; */
    text-transform: uppercase;
    -webkit-text-stroke: 0;
    max-width: 500px;
    width: 100%;
}

.banner-v3__title-line {
    display: block
}


.banner-v3__panel {
    background-color: #000;
    padding: clamp(18px, 2vw, 26px) clamp(20px, 2.4vw, 32px);
    max-width: 560px;
    margin-left: auto
}

.banner-v3__panel p {
    margin: 0;
    color: #fff;
    /* font-size: 18px;
    line-height: 1.8 */
}

@media (max-width:991.98px) {
    .banner-v3__panel {
        margin-left: 0
    }
}


/* Solution Banner  */
.site-main__layout-solution-banner>.container-fluid {
    position: relative
}

.solution-banner__media {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 44%;
    overflow: hidden;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 18%);
    mask-image: linear-gradient(to right, transparent 0, #000 18%)
}

.solution-banner__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: right bottom;
}

.solution-banner__in {
    position: relative;
    z-index: 1
}

.solution-banner__text {
    max-width: 52%
}

.solution-banner__eyebrow {
    margin: 0 0 clamp(22px, 2.8vw, 36px);
    color: #0ff;
    font-family: DIN1451, Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: .22em;
    line-height: 1;
    text-transform: uppercase
}

.solution-banner__title {
    margin: 0 0 clamp(22px, 2.4vw, 30px);
    color: #fff;
    font-family: DIN1451, Arial, Helvetica, sans-serif;
    /* font-size: clamp(1.75rem, 3.2vw, 2.75rem); */
    font-weight: 400;
    letter-spacing: .02em;
    /* line-height: 1.1; */
    text-transform: uppercase;
    -webkit-text-stroke: 0;
    max-width: 500px;
    width: 100%;
}

.solution-banner__title-line {
    display: block
}

.body.solution-banner__body {
    max-width: 520px
}

.body.solution-banner__body p {
    margin: 0;
    color: #fff;
    /* font-size: 18px;
    line-height: 1.6 */
}

.body.solution-banner__body p+p {
    margin-top: 1em
}

.body.solution-banner__body mark {
    background: none;
    background-color: transparent;
    color: #0ff
}

@media (max-width:991.98px) {
    .solution-banner__text {
        max-width: none
    }

    .solution-banner__media {
        width: auto;
        height: auto;
        max-width: 85%;
        margin-top: 40px;
        -webkit-mask-image: linear-gradient(to bottom, transparent 0, #000 16%);
        mask-image: linear-gradient(to bottom, transparent 0, #000 150%)
    }

    .solution-banner__img {
        object-position: right bottom
    }
}


/* Global Banner  */
.site-main__layout-default-global-banner>.container-fluid {
    position: relative
}

.global-banner__in {
    position: relative;
    z-index: 1
}

.global-banner__title {
    margin-bottom: clamp(24px, 3.2vw, 30px)
}

.global-banner__media {
    position: absolute;
    top: 0;
    bottom: -130px;
    right: 10%;
    width: 38%;
    pointer-events: none
}

.global-banner__img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    object-position: center;

}

@media (max-width:991.98px) {
    .global-banner__media {
        bottom: 0;
    }

    .global-banner__img {
        object-position: bottom;
    }
}

@media (max-width:991.98px) {
    .global-banner__media {
        right: 0;
        width: 62%
    }

    .global-banner__img {
        opacity: .3;
    }
}



/* Inner page  */
.inner-banner__title {
    margin-bottom: clamp(20px, 2.4vw, 32px)
}

.inner-banner__media {
    position: relative;
    max-width: 500px;
    width: 100%;
}

.inner-banner__img {
    width: 100%;
    height: auto;
    display: block
}

.inner-banner__overlay {
    position: absolute;
    bottom: -98px;
    width: 80%;
    height: auto;
    display: block;
    pointer-events: none
}

.inner-banner__overlay--left {
    left: -135px;
}

.inner-banner__overlay--right {
    right: -115px;
    bottom: -65px;
}

.site-main__layout-inner-pages-banner .container-fluid__in {
    overflow: visible;
}

.site-main__layout-inner-pages-banner .body {
    padding-right: 100px;
}

@media (max-width:1340.98px) {
    .inner-banner__media {
        max-width: 400px;
    }

    .inner-banner__overlay--left {
        left: -90px;
    }
    .inner-banner__overlay--right {
        right: -85px;
    }
}

@media (max-width:991.98px) {

    .inner-banner__overlay--left {
        left: -60px !important;
        bottom: -55px !important;
        width: 180px !important;
    }

    .inner-banner__overlay--right {
        right: -5%
    }

    .inner-banner__media {
        margin-top: 20px;
    }

    .site-main__layout-inner-pages-banner .justify-content-end {
        justify-content: flex-start !important;
    }

    .site-main__layout-inner-pages-banner .body {
        padding-right: 0;
    }

}


/* Solution Inner banner  */

.solution-inner__title {
    margin-bottom: clamp(20px, 2.4vw, 32px)
}

.solution-inner__title .solution-inner__mark {
    background-color: #0ff;
    color: #232323;
    display: inline;
    padding: 0 .1em .04em;
    margin-left: .06em;
    line-height: 1.4;
}

.solution-inner__img {
    width: 100%;
    height: auto;
    display: block
}

.solution-inner__imgblock .solution-inner__img {
    max-width: 600px;
}

.solution-inner__imgblock {
    display: flex;
    justify-content: flex-end;
}


@media (max-width:991.98px) {
    .solution-inner__imgblock {
        justify-content: flex-start;
        margin-top: 20px;
    }

}



@media (max-width:767.98px) {
.hero-v2__title, .banner-v3__title, .solution-banner__title, .expertise-banner__title, .global-banner__title{line-height:1.25;}
.banner-v3__eyebrow, .expertise-banner__eyebrow, .solution-banner__eyebrow {line-height: 1.2;}
}