<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#sectionBtn a {
    position: absolute;
}
#sectionBtn a span {
    position: absolute;
    top: calc(100% + 70px);
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
#sectionBtn a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#sectionBtn a span:nth-of-type(2) {
    top: calc(100% + 86px);
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
#sectionBtn a span:nth-of-type(3) {
    top: calc(100% + 102px);    
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.inline-all, .inline-all .carousel-inner, .inline-all .item.active {
    display: inline-block !important;
    vertical-align: bottom;
}
.inline-all .item.active {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 5px
}
#tv {
    min-width: 100% !important;
    min-height: 100% !important;
}
.cover-logo {
    max-width: 100%;
}
.cover-container {
    text-align: center;
}
.cover .content .issue-customize .text-danger {
    display: none;
}
.cover .content .issue-customize {
    line-height: normal;
}
.cover .content span {
    cursor: pointer;
}

.tv {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
}
.tv .screen {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    margin: auto;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.panel.page-box {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #404d5f;
    color: #fff;
    border: none;
    border-radius: 0px;
}
.panel.page-box .panel-footer {
	background-color:transparent;
	padding: 20px 15px;
	border:none;
}

.panel.page-box a.box-link, .panel.page-box .box-link a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    display: inline-block;
}

.panel a:hover {
    color: #444;
    text-decoration: none;
}

.panel.page-box:before {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: 0;
    background-color: rgba(0, 0, 0, 0.15);
}

.panel.page-box a.box-link:after, .panel.page-box .box-link a:after {
    width: 100%;
    height: 1px;
    background: #fff;
    content: '';
    display: block;
    margin: 5px 0 0;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.panel.page-box a.box-link:hover:after, .panel.page-box .box-link a:hover:after {
    width: 10%;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.panel.page-box .panel-body, .panel.page-box .panel-footer {
    position: relative;
    z-index: 1;
}

.panel.page-box .panel-body {
	padding-bottom:10px;
	height: 250px;
	overflow: auto;
}
.panel-body::-webkit-scrollbar {width: 5px;}
.panel-body::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);}
.panel-body::-webkit-scrollbar-thumb {background-color: #404d5f;outline: 1px solid #404d5f;}

.panel-heading {
	margin: 0px; padding: 0px;
}

.text-primary {
    color: #43b9f6!important;
}

.panel.page-box .panel-body .panel-heading p.lead{
    margin: 0px;
}
.panel.page-box .panel-body div.content p{
    line-height: 2em;
    padding-left: 1em;
    padding-right: 1em;
}</pre></body></html>