.gtc{position:relative;width:100%;height:var(--app-height,100vh)}
.gtc-cover{position:fixed;top:0;left:0;width:100%;height:var(--app-height,100vh);background-color:#fff;z-index:-1}
.gtc-cover.active{opacity:0}
.gtc-cover-img{position:relative;background-color:#f5f5f5;overflow:hidden}
.gtc-cover-img_img{background-position:center center;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transform:scale(1);transition:transform .1s linear}
@media all and (max-width:1024px){.gtc-cover-img_img{display:none}
}
.gtc-cover-img_img_tablet{background-position:center center;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transform:scale(1);transition:transform .1s linear;display:none;height:100%}
@media all and (max-width:1024px){.gtc-cover-img_img_tablet{display:block}
}
.gtc-cover-img_img_mobile{background-position:center center;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;transform:scale(1);transition:transform .1s linear;display:none;height:100%}
@media all and (max-width:767px){.gtc-cover-img_img_tablet{display:none}
.gtc-cover-img_img_mobile{display:block}
}
.gtc-cover-img_dim{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;background-color:#000}
.gtc-cover-img video{width:100%;height:100%;object-fit:cover}
.gtc-title{word-break:keep-all;word-wrap:break-word}
.gtc-title-wrap{position:absolute;width:100%;left:0;bottom:0;padding:6.4rem 0;opacity:0}
.gtc-title-clone{bottom:initial;top:0;opacity:1 !important;z-index:-1}
.gtc-title-clone_w{z-index:1}
.gtc-title-clone_w .gtc-title,.gtc-title-clone_w .gtc-subtitle{color:#fff}
.gtc-title-clone_w .gtc-title li::after,.gtc-title-clone_w .gtc-subtitle li::after{background:rgba(255,255,255,.3)}
.gtc-subtitle{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;margin-bottom:1.2rem;color:#666}
.gtc-subtitle li{display:inline-block;position:relative;display:inline-block;padding-right:2.5rem}
@media all and (max-width:1024px){.gtc-subtitle li{padding-right:1.5rem}
}
.gtc-subtitle li::after{content:"";display:block;position:absolute;top:50%;transform:translateY(-50%);width:.1rem;height:1.2rem;background:#00000045;right:1.2rem}
@media all and (max-width:1024px){.gtc-subtitle li::after{right:.7rem}
}
.gtc-subtitle li:first-of-type{padding-right:2.5rem}
@media all and (max-width:1024px){.gtc-subtitle li:first-of-type{padding-right:1.5rem}
}
.gtc-subtitle li:first-of-type::after{right:1.2rem}
@media all and (max-width:1024px){.gtc-subtitle li:first-of-type::after{right:.7rem}
}
.gtc-subtitle li:last-of-type{padding-right:0}
.gtc-subtitle li:last-of-type::after{display:none}
@media all and (max-width:1024px){.gtc-title-wrap{padding:4rem 0}
.gtc-subtitle{margin-bottom:.8rem}
}