.page-header .left{
    background: linear-gradient(60deg, var(--theme-lavender), var(--theme-navy) 67%);
}

div.page-header-back{
    background: linear-gradient(to right top, var(--theme-lavender), #20275a, var(--theme-navy)) center/400% auto;
}

section.building{
    padding-top: calc(140 * var(--rpx-50));
    padding-bottom: calc(200 * var(--rpx-50));
    background-color: #fafbfd;
}

section.building .brick-list{
    --brick-color: #fff;
    --brick-color-shift: #fff;
}

section.building .arr::before{
    filter: url(#black-overlay);
    width: calc(14em / 16);
    height: calc(13em / 16);
}

.building .section-title{
    text-align: center;
    margin-bottom: calc(67 * var(--rpx-50));
}

section.building .brick:hover{
    color: var(--theme-navy);
}

section.building .brick:hover .icon{
    filter: url(#navy-overlay)
}
section.building .brick:hover .arr::before{
    filter: url(#navy-overlay)
}

.impulse .left{
    background-color: #e6e9f3;
}

section.pano{
    padding-top: calc(150 * var(--rpx-50));
    padding-bottom: calc(160 * var(--rpx-50));
}

.pano .section-title{
    text-align: center;
}

.pano .tab-ctn{
    margin-top: calc(64 * var(--rpx-50));
}

.tab-header .tab{
    background-color: #e6e9f3;
    color: var(--theme-navy);
}

.tab-header .tab:hover{
    background-color: var(--theme-lightskyblue);
}

.tab-header .tab.active{
    background: linear-gradient(to right, var(--theme-navy), var(--theme-lavender));
    color: #fff;
}

.tab-header .tab::after{
    border-top-color: #48488e;
}

.tab-header .tab:not(.active)+.tab:not(.active){
    border-left: rgba(0, 0, 0, .1);
}

.pano .row1{
    height: calc(120 * var(--rpx));
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
}

.pano .row1 .checkbox{
    display: flex;
    align-items: center;

    flex: 0 0 auto;
    font-size: calc(18rem / 16);
    cursor: pointer;
    line-height: 1.5em;
    padding: .67em 1em;
    border-radius: calc(5 * var(--rpx));
    font-weight: lighter;
}

.pano .row1 .checkbox:hover{
    background-color: var(--theme-lightskyblue);
}

.pano .row1 .checkbox::before{
    content: "";
    width: calc(30em / 18);
    height: calc(30em / 18);
    flex: 0 0 auto;
    margin-right: .5em;
    background-color: #e6e9f3;
    border-radius: 50%;
}

.pano .row1 .checkbox.checked::before{
    content: "";
    background: url("../images/global/icon_tick.svg") center/50% auto no-repeat var(--theme-beige);
}

.pano .row2{
    height: calc(120 * var(--rpx));
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: lighter;
    gap: calc(12em / 16);
}

.pano .row2 .left{
    flex: 0 0 auto;
    line-height: 1.5em;
    padding: .67em 0;
}

.pano .row2 .right{
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pano .row2 .right .option{
    cursor: pointer;
    line-height: 1.5em;
    padding: .67em 1em;
    border-radius: calc(5 * var(--rpx));
}
.pano .row2 .right .option:hover{
    background-color: var(--theme-lightskyblue);
}

.pano .row2 .right .option.active{
    text-decoration: underline;
    color: var(--theme-beige);
    font-weight: bold;
}

.pano-ctn{
    --border: 1px solid #e5e5e5;
    border-top: var(--border);
    border-bottom: var(--border);
    position: relative;
}

.pano-ctn .top{
    display: flex;
    align-items: stretch;
}

.pano-ctn .left{
    width: calc(400 * var(--rpx));
    flex: 0 0 auto;
    border-right: var(--border);
}

.pano-ctn .right{
    flex: 0 0 calc(100% - 400 * var(--rpx));
}

.pano-ctn .bottom{
    height: calc(120 * var(--rpx-75));
    display: flex;
}

.pano-ctn .bottom .pin-spacer{
    pointer-events: none;
}

.pano-ctn .bottom .right{
    position: absolute;
    z-index: 280;
    width: calc(100% - 400 * var(--rpx));
    height: calc(120 * var(--rpx-75) - 1px);
    right: 0;
    top: 0;
    display: flex;
    -webkit-backdrop-filter: saturate(190%) blur(8px);
    backdrop-filter: saturate(190%) blur(8px);
    background: rgba(255, 255, 255, 0.9);
}

.pano-ctn .stage{
    width: calc(100% / 3);
    position: relative;
    z-index: 201;
    border-right: var(--border);
}

.pano-ctn .stage:last-child{
    border-right: none;
}

.ind-tl{
    mix-blend-mode: darken;
    border-bottom: var(--border);
    position: relative;
    z-index: 205;
}

.stage-row{
    width: 100%;
    top: 0;
    left: 0;
    z-index: 201;

    display: flex;
}

.stage{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: var(--serif-font);
    font-weight: bold;

    min-height: calc(90 * var(--rpx));
}

.stage .text{
    font-size: calc(24 * var(--rpx-75));
}
.stage .desc{
    font-size: calc(16 * var(--rpx-75));
}

.industry-list.placeholder{
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
}

.industry-list .ind{
    border-bottom: var(--border);
}

.industry-list .ind-title{
    height: calc(90 * var(--rpx));
    position: relative;

    display: flex;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
    transition: .6s cubic-bezier(0.15, 1, 0.336, 1);
}

.industry-list .ind.active .ind-title{
    height: calc(120 * var(--rpx));
    font-weight: bold;
}

.industry-list .ind-title:hover{
    background: linear-gradient(to right, #fff, var(--theme-lightskyblue));
}

.industry-list .ind-icon{
    width: calc(50 * var(--rpx));
    height: calc(50 * var(--rpx));
    flex: 0 0 auto;
    background-color: #e6e9f3;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-right: calc(18 * var(--rpx));
    transition: .6s cubic-bezier(0.15, 1, 0.336, 1);
}

.industry-list .ind.active .ind-icon{
    width: calc(100 * var(--rpx));
    height: calc(100 * var(--rpx));
}

.industry-list .ind-icon img{
    width: 80%;
    height: 80%;
}

.industry-list .dark .ind-icon{
    background: linear-gradient(to left top, var(--theme-lavender), var(--theme-navy) 80%);
}

.industry-list .dark .ind-icon img{
    filter: url(#white-overlay);
}

.industry-list .ind-name{
    flex: 1 1 auto;
    font-size: calc(20 * var(--rpx-75));
    line-height: calc(24em / 20);
    padding-right: calc(60 * var(--rpx));
}

.industry-list .ind-title::after{
    content: "";
    position: absolute;
    width: calc(21 * var(--rpx));
    height: calc(21 * var(--rpx));
    top: 0;
    bottom: 0;
    margin: auto;
    right: calc(20 * var(--rpx));
    background: url("../images/global/icon_plus.svg") center/contain no-repeat;
    transition: .6s cubic-bezier(0.15, 1, 0.336, 1);
}

.industry-list .ind.active .ind-title::after{
    background-image: url("../images/global/icon_minus.svg");
}

.ind-info{
    overflow: hidden;
    height: 0;
    margin-left: calc(-10 * var(--rpx));
}

.ind-info-inner{
    padding-top: calc(10 * var(--rpx));
    padding-bottom: calc(20 * var(--rpx));
    margin-left: calc(10 * var(--rpx));
    width: calc(100% - 30 * var(--rpx));
}

 .ind-info-panel{
    background-color: #fff;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    padding: calc(20 * var(--rpx));
    transition: .3s;
    transform: translateY(2%) scale(.98);
    opacity: 0;
}

.ind.active .ind-info-panel{
    transform: none;
    opacity: 1;
    transition: .6s .1s;
}

.ind-figure{
    color: var(--theme-navy);
    border-left: 2px solid var(--theme-navy);
    padding-left: .5em;
    font-size: 1rem;
    margin-bottom: calc(28 * var(--rpx));
}

.ind-fig-title{
    font-weight: bold;
    margin-bottom: .5em;
    line-height: 1em;
}

.ind-fig-desc{
    font-weight: lighter;
    line-height: 1em;
}

.ind-desc{
    border-left: 2px solid transparent;
    padding-left: calc(8 * var(--rpx));
    color: #000;
}

.ind-desc-item{
    margin-bottom: calc(8 * var(--rpx));
}

.ind-desc-title{
    font-weight: lighter;
    line-height: 1.4;
}

.ind-desc-value{
    font-weight: bold;
    line-height: 1.4;
    font-size: calc(28 * var(--rpx));
}

.industry-timeline-list{
    position: relative;
    overflow: hidden;
}

.plx-timeline-back{
    position: absolute;
    width: calc(100% + 1px);
    height: auto;
    right: 0;
    top: 0;
    mix-blend-mode: multiply;
    z-index: 210;
    pointer-events: none;
}

.tl-bar{
    position: absolute;
    width: calc(100% - 70 * var(--rpx));
    height: 100%;
    left: calc(50 * var(--rpx));
    top: 0;
    bottom: 0;
    mix-blend-mode: darken;
    z-index: 220;
}

.tl-start{
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 240;
}

.tl-start::before{
    content: "";
    position: absolute;
    left: calc(-20 * var(--rpx-75));
    top: calc(-20 * var(--rpx-75));
    width: calc(40 * var(--rpx-75));
    height: calc(40 * var(--rpx-75));
    background: url("../images/premiervista_techvista/icon_gear.svg") center/contain no-repeat;
    z-index: 245;
}

.tl-start::after{
    content: "";
    position: absolute;
    top: calc(-25 * var(--rpx-75));
    height: calc(50 * var(--rpx-75));
    width: 100vw;
    right: calc(-30 * var(--rpx-75));
    background-color: #fff;
    z-index: 242;
}

.tl-line{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #333a89;
    z-index: 220;
}

.tl-line::after{
    content: "";
    background: url("data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nOHB4JyBoZWlnaHQ9JzEycHgnPjxwYXRoIGZpbGwtcnVsZT0nZXZlbm9kZCcgZmlsbD0ncmdiKDUxLCA1OCwgMTM3KScgZD0nTS0wLjAwMCwtMC4wMDEgTDguMDAwLDUuOTk5IEwtMC4wMDAsMTEuOTk5IEwyLjEwMDAsNS45OTkgTC0wLjAwMCwtMC4wMDEgWicvPjwvc3ZnPg==") center/contain no-repeat;
    position: absolute;
    width: 8px;
    height: 12px;
    right: -2px;
    top: -5px;
}

.tl-year{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    z-index: 220;
}


.tl-year .year-dot{
    width: calc(30 * var(--rpx-75));
    height: calc(30 * var(--rpx-75));
    border-radius: 50%;
    border: calc(10 * var(--rpx-75)) solid #fff;
    position: absolute;
    left: calc(-15 * var(--rpx-75));
    top: calc(-15 * var(--rpx-75));
    background-color: #000;
}

.tl-year .year-value{
    font-weight: bold;
    color: #000;
    left: 0;
    top: 0;
    position: absolute;
    transform: translate(-50%, calc(8 * var(--rpx-75)));
    transition: .8s cubic-bezier(0.15, 1, 0.336, 1);
}

.tl-year .year-desc{
    line-height: 1.5em;
    font-weight: lighter;
    color: var(--theme-navy);
    text-align: center;
    width: calc(250 * var(--rpx-75));
    position: absolute;
    left: 0;
    bottom: calc(24 * var(--rpx-75));
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.tl-year.flip .year-desc{
    bottom: auto;
    top: calc(24 * var(--rpx-75));
}

.ind-tl.active .tl-year.flip .year-value{
    transform: translate(-50%, calc(-100% - 8 * var(--rpx-75)));
}

.ind-tl.active .tl-year .year-desc{
    opacity: 1;
    visibility: visible;
}

.option.mobile-option{
    display: none;
    position: relative;
}

.pano .row2 .right select{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.btn-scroll-right{
    display: none;
}

@media (max-width: 1440px) {
    .tl-year .year-desc{
        font-size: calc(14rem / 16);
    }
}

@media (max-width: 750px) {
    .pano .row1{
        height: auto;
        justify-content: flex-start;
        overflow: auto;
        flex-wrap: wrap;
    }
    .pano .row1 .checkbox{
        width: 50%;
        padding: .5em;
        font-size: calc(14rem / 16);
        justify-content: flex-start;
    }
    .pano .row2{
        height: auto;
        font-size: calc(14rem / 16);
        justify-content: flex-start;
        overflow: auto;
        padding-left: .5em;
    }
    .pano .row2 .right{
        flex: 0 0 auto;
    }
    .pano .row2 .right .option{
        display: none;
        padding: .5em .75em;
        font-size: calc(14rem / 16);
    }

    .pano .row2 .right .option.mobile-option{
        display: block;
    }

    .pano-ctn-outer{
        display: block;
        width: 100%;
        overflow: auto;
        position: relative;
    }

    .pano-ctn{
        width: calc(1600 * var(--rpx));
        height: auto;
    }

    .tl-start::after{
        width: calc(1600 * var(--rpx));
    }

    .btn-scroll-right{
        display: block;
        position: absolute;
        top: 0;
        height: calc(100% - 120 * var(--rpx-75));
        margin: auto;
        right: 0;
        z-index: 320;
        width: calc(90 * var(--rpx));
        background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    }

    .btn-scroll-right::after{
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: -1px;
        margin: auto;
        width: calc(30 * var(--rpx));
        height: calc(30 * var(--rpx));
        background: url("../images/global/icon_angle_right.svg") center/contain no-repeat;
        filter: url(#blue-overlay);
    }

}
