<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.crm-hub-header {
    padding: 0px;
}
.crm-hub-header-inner {
     padding: 190px 30px 140px;
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
}
.crm-hub-titlesec {
   max-width: 650px;
    display: block;
    margin: 0;
    text-align: left;
    color: #fff;
    padding-left: 120px;
}
.banner-illus{
    position: absolute;
    width: 530px;
    right: 60px;
    bottom: -90px;
}
.crm-hub-header h1 {
    width: 100%;
}
.video-box img {
    border-radius: 10px;
    box-shadow: 0 6px 13px 0 rgba(0, 0, 0, 0.1);
}
.video-box .zh-play-icon {
    z-index: 1;
    display: block;
    height: 90px;
    width: 90px;
    cursor: pointer;
    position: absolute;
    right: 90px;
    bottom: 70px;
    background: rgb(0, 0, 0);
    border-radius: 100%;
    margin: -32px auto 0px -32px;
}
.zh-play-icon::before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    left: 53%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: inline-block;
    z-index: 3;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid rgb(252, 109, 129);
    border-radius: 3px;
}
.zh-play-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 90px;
    height: 90px;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    animation: 1500ms ease-out 0s infinite normal none running pulse-border;
}
@keyframes pulse-border {
    0%{
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity:1 
    }100% {
        transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity:0
    }
}

@media only screen and (max-width: 1400px){
    .banner-illus {
    right: 30px;
}
.crm-hub-titlesec {
    padding-left: 60px;
}
}

@media only screen and (max-width: 1250px){
.crm-hub-header-inner {
     padding: 150px 0px 90px;
}
.crm-hub-titlesec {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 0px;
}
.banner-illus {
  display: none;
}
}

@media only screen and (max-width: 1250px){
    .crm-hub-header {
        padding: 0px;
    }
.crm-hub-header-inner {
     padding: 145px 0 70px;
}
}

@media only screen and (max-width: 992px){
.crm-hub-titlesec {
        margin: 0 25px;
    }
.video-box .zh-play-icon {
        height: 70px;
        right: 115px;
        width: 70px;
        bottom: 56px;
    }
.zh-play-icon::before {
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid rgb(252, 109, 129);
    }
.zh-play-icon::after {
        width: 70px;
        height: 70px;
    }
}
@media only screen and (max-width: 767px){
  .video-box .zh-play-icon {
        height: 35px;
        right: 60px;
        width: 35px;
        bottom: 50px;
    }
    .zh-play-icon::before {
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-left: 11px solid rgb(252, 109, 129);
    }
    .zh-play-icon::after {
        width: 35px;
        height: 35px;
    }
}</pre></body></html>