<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: mace;
    src: url(./../../../../assets/iconfont/fonts/mace.eot);
    src: url(./../../../../assets/iconfont/fonts/mace.eot?#iefix) format("embedded-opentype"),url(./../../../../assets/iconfont/fonts/mace.woff) format("woff"),url(./../../../../assets/iconfont/fonts/mace.ttf) format("truetype"),url(./../../../../assets/iconfont/fonts/mace.svg#mace) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

.mace-youtube {
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    background-color: #000
}

.mace-youtube img {
    width: 100%;
    position: absolute;
    top: -16.84%;
    left: 0;
    opacity: .7;
    cursor: pointer
}

.yt-imgv2 .mace-youtube img {opacity: inherit;}

.mace-youtube iframe {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.mace-youtube .mace-play-button {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    cursor: pointer
}

.mace-youtube .mace-play-button:before {
    display: block;
    font-size: 70px;
    line-height: 1;
    font-family: mace;
    content: "\e010";
    text-shadow: 0 10px 20px rgba(0,0,0,.2);
    color: #fff
}
</pre></body></html>