:root {
    --h1-base-font-size: 35px;
    --hero-h3-base-font-size: 18px;
    --h2-base-font-size: 38px;
    --h2-tagline-font-size: calc(var(--h2-base-font-size) - 14px);
    --body-font-size: 18px;
}
.mh-260 {
    height: 370px;
    max-height: 370px;
}
.mh-260.LE {
    height: auto;
    max-height: 370px;
}
#intro .column-with-gap,
#filmmakers .column-with-gap{
    gap: 10px;
}
.gold,
.bot{
    color: #bd9b68;
}
h1{
    margin-bottom: 5px;
    font-size: var(--h1-base-font-size);
}
.group-title{
    font-size: var(--h2-base-font-size);
}
.group-title .gold.smaller,
.group-title.smaller{
    font-size: calc(var(--h2-base-font-size) - 5px)!important;
}
.group-title .gold.smallest,
.group-title.smallest{
    font-size: calc(var(--h2-base-font-size) - 10px)!important;
}
.hero-section h3{
    font-size: var(--hero-h3-base-font-size);
}
.hero-section{
    background-image: url('/images/ls12000b/hero.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 300px;
}
.hero-section .container{
    position: relative;
    top: -70px;
}
#products-model .row,
#ambient .row,
#home-theatre .row{
    gap: 30px;
}
.separator{
    border-bottom: 1px solid #bd9b68;
}
#pro-uhd{
    background-image: url('/images/ls12000b/bg_epson-tiger.jpg');
    min-height: 930px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.text-on-image-container{
    position: relative;
}
.text-on-image-container img{
    min-height: 500px;
    object-fit: cover;
}
.text-on-image{
    position: absolute;
    bottom: 0;
    text-align: center;
}
/* .btn.btn-primary-inverse{
    color: #ffffff;
    margin: 0 auto;
} */
/* .btn.btn-primary-inverse::after {
    border-left: 10px solid #ffffff;
} */
#filmmakers h2,
.mid{
    font-size: 30px;
}
.spec-grid,
.spec-item{
    display: grid;
}
.spec-item{
    grid-template-rows: repeat(3, minmax(20px, max-content));
    align-content: center;
    justify-items: center;
    padding: 10px;
    text-transform: uppercase;
    border: 1px solid #6e6e6e;
    height: 260px;
}
#last img{
    min-height: 270px;
    object-fit: cover;
}
.footnotes{
    color: #afafaf;
}


@media screen and (min-width: 768px) {
    .blend,
    .blend-brown,
    .blend-bottom{
        position: relative;
    }
    .blend::before, 
    .blend::after,
    .blend-brown::before,
    .blend-brown::after,
    .blend-bottom::before,
    .blend-bottom::after{
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 50px;
        background: rgb(0,0,0);
        background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8855917366946778) 51%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
    }
    .blend-brown::before{
        background: rgb(28,28,28);
        background: -moz-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#1c1c1c",GradientType=1);
    }
    .blend-brown::after{
        background: rgb(28,28,28);
        background: -moz-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: -webkit-linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        background: linear-gradient(180deg, rgba(28,28,28,0) 0%, rgba(28,28,28,0.8855917366946778) 51%, rgba(28,28,28,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1c1c1c",endColorstr="#1c1c1c",GradientType=1);
    }
    .blend::before,
    .blend-brown::before{
        top: -25px;
    }
    .blend::after,
    .blend-brown::after,
    .blend-bottom::after{
        bottom: -25px;
    }
    .mh-260 {
        height: 500px;
        max-height: 500px;
    }
    #p-70 {
        width: 70%; 
        margin: 0 auto;
    }
}

@media screen and (min-width: 992px) {
    .mh-260 {
        height: 750px;
        max-height: 750px;
    }
    #products-model .eal-col{
        padding: 30px 50px 30px 10px;
        border: 1px solid #6e6e6e;
    }
    #products-model .row-cols-xl-2>* {
        width: 50%;
    }
    #products-model .row{
        gap: unset;
    }
    #ambient.eal-col{
        padding: 30px 50px 30px 10px;
        border: 1px solid #6e6e6e;
    }
    #ambient .row-cols-xl-2>* {
        width: 50%;
    }
    #ambient .row{
        gap: unset;
    }
    #pro-uhd .group-container{
        top: -80px;
        position: relative;
    }
    #home-theatre .eal-col{
        border: 1px solid #6e6e6e;
    }
    .caption{
        padding: 30px;
    }
    .spec-grid{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1024px) {
    #intro .half-content,
    #attendance .half-content,
    #why-epson .half-content,
    #engines .half-content,
    #interpolation .half-content,
    #no-compromise .group-container,
    #hybrid-workspaces .group-container,
    #collaboration-connectivity .group-container,
    #screening-rooms .group-container{
        padding: 50px 0;
    }
    #screening-rooms .group-container{
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media screen and (min-width: 1200px) {

    #pro-uhd .group-container {
        top: -55px;
    }
    #pro-uhd .group-container{
        margin: auto;
        text-align: center;
    }
    .half-content .group-container{
        max-width: 400px;
    }
    .half-content.right .group-container{
        margin-left: auto;
    }
    #intro .half-content, #attendance .half-content, #why-epson .half-content, #engines .half-content, #interpolation .half-content {
        padding: unset;
    }
    #intro{
        background-color: black;
        background-image: url('/images/Rental-staging/bg_rental-and-staging_hero.jpg');
        background-repeat: no-repeat;
        background-position: center;
        /* background-size: contain; */
        object-fit: cover;
    }
    #experience{
        min-height: 600px;
        background-image: url('/images/Rental-staging/bg_rental-and-staging_video_au.jpg');
        background-size: cover;
    }
    #edge{
        min-height: 600px;
        background-image: url('/images/Rental-staging/rental-staging_edge-blending-map.jpg');
        background-size: cover;
    }
    #difference{
        min-height: 700px;
        background-image: url('/images/Rental-staging/rental-staging_3lcd_v2.jpg');
        background-size: cover;
    }
    #lenses{
        min-height: 700px;
        background-image: url('/images/Rental-staging/rental-staging_next-gen-lenses.jpg');
        background-size: cover;
    }
    #attendance{
        min-height: 750px;
        background-image: url('/images/hybrid-working-solutions/meeting-attendance.jpg');
        background-size: cover;
    }
    #why-epson{
        min-height: 700px;
        background-image: url('/images/Rental-staging/rental-staging_why-epson.jpg');
        background-size: cover;
    }
    #engines{
        min-height: 800px;
        background-image: url('/images/Rental-staging/rental-staging_sealed-optical.jpg');
        background-size: cover;
    }
    /* #interpolation{
        min-height: 500px;
        background-image: url('/images/ls12000b/4k-frame.jpg');
        background-size: cover;
    } */
    #screening-rooms .text-on-image{
        bottom: -25px;
        left: 34%;
    }
}

@media screen and (min-width: 1900px) {
    h1{
        font-size: calc(var(--h1-base-font-size) + 70px);
    }
    #news p{
        font-size: 16px;
    }
    #news h2{
        font-size: 32px;
    }
    #support p{
        font-size: 16px;
    }
    #support h2{
        font-size: 32px;
    }
    #hybrid-working-solution p{
        font-size: 16px;
    }
    #hybrid-working-solution h2{
        font-size: 32px;
    }
    .collaborationC p{
        font-size: 16px;
    }
    .collaborationC h2{
        font-size: 32px;
    }
    /* p{
        font-size: 22px;
    } */
    .group-title,
    /* h2{
        font-size: calc(var(--h2-base-font-size) + 50px);
    } */
    .group-title .gold.smaller{
        font-size: calc(var(--h2-base-font-size) + 15px)!important;
    }
    .group-title.smaller{
        font-size: calc(var(--h2-base-font-size) + 25px)!important;
    }
    .group-title .gold.smallest{
        font-size: calc(var(--h2-base-font-size) + 5px)!important;
    }
    .group-title.smallest{
        font-size: calc(var(--h2-base-font-size) + 10px)!important;
    }
    .half-content .group-container{
        max-width: 600px;
    }
    .hero-section{
        min-height: 715px;
    }
    .hero-section h3{
        font-size: calc(var(--hero-h3-base-font-size) + 10px);
    }
    .hero-section .container {
        top: -170px;
    }
    #intro{
        background-size: cover;
        /* background-position-x: -175px; */
    }
    #intro .half-content{
        padding: unset;
    }
    #products-model .eal-col{
        padding: 50px 50px 50px 50px;
    }
    #ambient .eal-col {
        padding: 50px 50px 50px 50px;
    }
    #pro-uhd {
        min-height: 1600px;
    }
    #experience{
        min-height: 605px;
    }
    #edge{
        min-height: 605px;
    }
    #difference {
        min-height: 700px;
    }
    #lenses {
        min-height: 700px;
    }
    #attendance{
        min-height: 750px;
    }
    #why-epson{
        min-height: 650px;
    }
    #engines{
        min-height: 770px;
    }
    #interpolation{
        min-height: 775px;
    }
    #screening-rooms .group-container{
        padding: 50px 0;
    }
    #screening-rooms .text-on-image{
        bottom: 30px;
        left: 34%;
    }
    #filmmakers img{
        width: 50%;
        margin: auto;
    }
    #filmmakers .column-with-gap {
        gap: 30px;
    }
    #filmmakers h2{
        font-size: 50px;
    }
    .caption{
        padding: 50px;
    }
    #specs h2{
        font-size: 70px;
    }
    .spec-grid{
        grid-template-columns: repeat(4, 1fr);
    }
    .mid{
        font-size: 40px;
        text-align: center;
    }
    .splide__pagination {
        bottom: 40px;
    }
    #last img{
        max-height: 500px;
        object-position: bottom;
    }

}
.table-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.table-wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    scroll-behavior: smooth;
    position: relative;
    border: 1px solid #ccc;
}
table {
    width: 100%;
    border-collapse: collapse; 
}
th, td {
    border-right: 1px solid #ccc;
    padding: 8px;
    text-align: center;
    /* min-width: 150px; */
}
.fixed-col {
    position: sticky;
    left: 0;
    background: white;
    z-index: 2;
}

/* button {
    position: absolute;
    top: 50%;
    background-color: #007bff;
    color: white;
    border: none;
    padding: 10px;
    z-index: 10;
    cursor: pointer;
    pointer-events: auto;
    margin: 0 5px;
}
#prevBtn {
    left: 5px;
}
#nextBtn {
    right: 5px;
} */

tbody tr:nth-child(odd) {
    background-color: rgb(241, 243, 245);
}
tbody tr:nth-child(even) {
    background-color: rgb(247, 250, 253);
}
tbody tr:nth-child(odd) .fixed-col {
    background-color: rgb(241, 243, 245);
}
tbody tr:nth-child(even) .fixed-col {
    background-color: rgb(247, 250, 253);
}

/* th {
    background-color: #f4f4f4;
    font-weight: bold;
} */
/* tbody tr:nth-child(odd) {
    background-color: #f9f9f9;
} */
/* tbody tr:hover {
    background-color: #6e6e6e;
} */
/* tbody tr:last-child td:first-child {
    visibility: hidden;
} */

@media screen and (min-width: 768px) {
    th, td {
        width: 20%;
    }
}

@media screen and (max-width: 767px) {


    th:nth-child(1), td:nth-child(1) {
        width: 20%;
    }
    th:nth-child(n+2), td:nth-child(n+2) {
        width: 10%;
    }
}


@media screen and (min-width: 768px) {
    .project-model img {
        width: 60%;
    }
}

.square::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    
    margin-right: 8px;
    vertical-align: middle;
}
.square.with-square-01::before {
    background-color: #0b177b;
}
.square.with-square-02::before {
    background-color: #000000;
}
.square.with-square-03::before {
    background-color: #6275ee;
}
.square.with-square-04::before {
    background-color: #7a7a7a;
}

/*video*/

.button-group,
#remote-print .downloads-link{
    margin-bottom: 25px;
}
.downloads-link .icon img{
    width: 60px;
}
.downloads-link{
    gap: 20px;
}
.downloads-link .links a{
    display: block;
}
.links{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
.blue{
    color: #10218b;
}
.epson-connect-cta{
    display: flex;
    gap: 20px;
}
.sub-title{
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}
.card-body ul{
    padding-left: 17px;
}
.hiw{
    margin-bottom: 20px;
}
.left-caption-right-image .caption-image {
    width: 50px;
}
.left-caption .group-container > div > *{
    margin-bottom: 0;
}
.left-caption .group-container .copy,
.left-caption .button-group{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.left-caption .group-container.d-flex.flex-column {
    gap: 20px;
}
.btn-play {
    background: #fff;
    border: 0;
    height: 70px;
    line-height: 40px;
    opacity: .8;
    width: 70px;
    padding: 0;
    margin: 0;
    z-index: 1;
    position: absolute;
    right: calc(50% - 20px);
    top: calc(50% - 20px);
}
.btn-play:before {
    color: #969696;
    content: "\e072";
    display: block;
    font-family: Glyphicons Halflings, sans-serif;
    font-size: 30px;
    height: 70px;
    line-height: 40px;
    opacity: 1;
    text-align: center;
    width: 70px;
    -webkit-transform: none;
    transform: none;
    position: relative;
    top: 16px;
}
.btn-play:hover {
    background: #9ddfff;
}
.btn-play:hover::before {
    color: #07156c;
}
#intro .right-image{
    min-height: 400px;
}
#intro .left-caption-right-image .right-image {
    object-position: right;
}
#app-video{
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
}
.video-image-container{
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200% auto;
    position: relative;
    height: 100%;
}
.video-image-container::before{
    content: "";
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}
.inner-video-image-container{
    position: relative;
    display: block;
    overflow: hidden;
    text-align: left;
}
.video-image,
.inner-video-image-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-image{
    object-fit: cover;
    height: 100%;
    overflow: hidden;
}
#mobile-app .button-group{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#key-features .row{
    justify-content: space-between;
}
.nav-pills[aria-orientation='vertical']{
    gap: 10px;
}
.nav-pills[aria-orientation='vertical'] .nav-link.active, 
.nav-pills[aria-orientation='vertical'] .show>.nav-link {
    color: #ffffff;
    background-color: #10218b;
}
.nav-pills[aria-orientation='vertical'] .nav-link{
    background-color: #dfdfdf;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all .125s ease-in;
}
.nav-pills[aria-orientation='vertical'] .nav-link:not(.active){
    color: #10218b;
}
.nav-pills[aria-orientation='vertical'] .nav-link:not(.active):hover{
    background-color: #d6daf4;
}
.video-image-with-button{
    position: relative;
}
.steps{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: min-content;
    column-gap: 20px;
    row-gap: 20px;
}
.screens.steps{
    grid-template-columns: 1fr;
}
.step{
    background-color: #ffffff;
    box-shadow: 0 0 10px 0 rgb(16 33 139 / 15%);
    min-height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
}
.step-header{
    width: 100%;
    text-align: center;
    background-color: #10218b;
    border-radius: 10px 10px 0 0;
    color: white;
    padding: 15px 0;
    font-size: 20px;
}
.step-body,
.step-caption{
    padding-left: 15px;
    padding-right: 15px;
}
.step-body{
    min-height: 300px;
}
.step-caption{
    padding-bottom: 15px;
    padding-top: 15px;
}
.tab-pane-container:not(:last-of-type){
    margin-bottom: 50px;
}
.functions.steps .step-body img{
    height: 440px;
    object-fit: cover;
}
.functions .step-body{
    padding: 20px 0;
}
.feature-levels{
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.feature-level .title{
    font-size: 20px;
    color: #ffffff;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    background: #0B72B7;
    background: linear-gradient(to right, #0B72B7 0%, #0E76B9 13%, #1883C1 40%, #2292C9 67%, #2A9ED0 100%);
    background-repeat: no-repeat;
    background-size: 100%;
    padding-right: 30px;
    padding-left: 25px;
    grid-column-start: span 2;
}
.feature-level{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 20px;
}
.feature-level .grid-item{
    min-height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.feature-level .feature{
    align-items: center;
    border: 2px solid #10218b;
    color: #10218b;
    background-color: #c2c2c269;
    font-size: 18px;
    padding: 0 10px;
    text-align: center;
}
.tab-content{
    padding: 30px 20px 0 20px;
}

@media screen and (min-width: 570px) {

}

@media screen and (min-width: 768px) {
    .btn-play {
        height: 90px;
        width: 90px;
    }
    .btn-play:before {
        font-size: 40px;
        height: 90px;
        width: 90px;
        top: 25px;
    }



}

@media screen and (min-width: 992px) {
    #scan-cloud-features .splide__list{
        gap: 40px;
    }
    #intro{
        padding-bottom: 20px;
    }
    .video-image-container::before {
        padding-top: 60%;
    }
    #app-video{
        padding-bottom: 30px;
    }
    #key-features > .container{
        border-top: 1px solid #dbdbdb;
        padding-top: 10px;
    }
    #key-features .left .nav-link{
        text-align: left;
    }
    #key-features .row > .left{
        padding-right: 10px;
    }
    #key-features .row > .right{
        padding-left: 10px;
        padding-top: 15px;
    }
    .step-body {
        min-height: 440px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .tab-pane-container{
        gap: 30px;
    }
    .tab-pane-container .left{
        width: 60%;
    }
    .tab-pane-container:not(:last-of-type){
        margin-bottom: 70px;
    }
    #v-pills-monitor img{
        width: 50%;
    }
    
    .feature-level .grid-item{
        min-height: 100px;
    }
    
}

@media screen and (min-width: 1024px) {
    #intro .left-caption-right-image .right-image{
        object-position: center;
    }
    .left-caption .btn.btn-primary-inverse,
    .right-caption .btn.btn-primary-inverse{
        color: #ffffff;
    }
    
    .left-caption .btn.btn-primary-inverse::after,
    .right-caption .btn.btn-primary-inverse::after{
        border-left: 10px solid #ffffff;
    }
    .tab-content {
        padding: unset;
    }
}

@media screen and (min-width: 1200px) {
    .right-caption-left-image .left-image {
        object-position: center;
    }
    .left-caption-right-image .right-image {
        object-position: center;
    }
    .right-caption .group-container, .left-caption .group-container {
        max-width: 545px;
    }
    #intro {
        padding-bottom: 0;
    }
    #app-video{
        min-height: 645px;
        padding-bottom: 0;
        justify-content: flex-end;
    }
    .video-image-container{
        background-size: cover;
        position: absolute;
        width: 100%;
    }
    .video-image-container::before{
        display: none;
    }
    .video-image img{
        object-fit: cover;
        height: 100%;
    }
    #app-video .copy-container{
        z-index: 99;
        color: #ffffff;
        padding-bottom: 40px;
    }
    .btn-play{
        top: 230px;
    }
    #intro .right-image {
        min-height: 600px;
    }
    .screens.steps{
        grid-template-columns: repeat(3, 1fr);
    }
    .feature-level {
        grid-template-columns: repeat(5, 1fr);
    }
    .feature-level .title {
        grid-row-end: span 2;
    }
}

@media screen and (min-width: 1400px) {
    .right-caption-left-image .left-image {
        object-position: right;
    }
    .left-caption-right-image .right-image {
        object-position: left;
    }
    .right-caption .group-container, .left-caption .group-container {
        max-width: 540px;
    }
    .steps{
        grid-template-columns: repeat(4, 1fr);
        column-gap: 40px;
    }
    .feature-level{
        grid-template-columns: 1.5fr repeat(5, 1fr);
    }
}

@media screen and (min-width: 1920px) {

}

.splide__arrow {
    height: 3em;
    width: 3em;
}

.splide__arrow svg {
    height: 6em;
    width: 6em;
}

.splide__pagination__page.is-active {
    background: #10218b;
    transform: scale(1.6);
    opacity: 1;
}


.card h5 {
    font-size: 24px;
}
.card h5 {
    color: #10218b;
    margin: 20px 0;
}