<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --bs-font-sans-serif: "helvetica neue","Helvetica","Arial",sans-serif;
    --bs-body-color: #111;
}


p {
	font-family: var(--bs-font-sans-serif);
	margin-bottom: 26px;
}

.navbar {
	margin-bottom: 40px;
}

.navbar .fa,
.navbar .fab {
	margin-right: .25rem;
	font-size: 1rem
}

.container{
    max-width:1100px;
    margin:0 auto;/*make it centered*/
}

#home .navbar,
#help .navbar {
	background: #375ee3;
	background: linear-gradient(145deg, #375ee3 0%, #6543e0 80%);
	transition: box-shadow 200ms ease-in
}

.navbar-brand {
	font-weight: 600;
	letter-spacing: -0.02em;
}

.navbar-brand svg {
	fill: #cb1628;
	width: 2.5em;
	margin-right: 0.2em;
}

.search-button {
	background-color: #cb1628;
	border: 0px;
	padding-top: 4px;
}

.search-button svg {
	fill: var(--bs-white);
}

.breadcrumb-item a {
	color: var(--bs-gray);
	font-size: 0.9em;
	text-decoration: none;
}

.breadcrumb-item + .breadcrumb-item::before {
        content: "";
}

.right-caret {
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #000000;
    display: inline-block;
    height: 0;
    margin: 0em 0.2em 0em 0.2em;
    opacity: 0.3;
    width: 0;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
	font-size: 2.3em;
	margin-bottom: 19px;
}

h2 {
	font-size: 1.8em;
	margin: 30px 0px 20px 0px;
}

h3 {
	font-size: 1.4em;
	margin: 27px 0px 17px 0px;
}

.block-title {
    margin-top: 0;
    margin-bottom: 18px;
    line-height: 29px;
    position: relative;
    overflow: hidden;
    text-align: left;
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
}

.block-title span {
	background-color: white;
    padding-right: 15px;
}

.block-title:after {
	content:"";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 0.5em;
    border-top: 4px solid var(--bs-gray-200);
    z-index: -1;
}

hr {
	margin-bottom: 30px;
	border: 1px solid var(--bs-gray-200);
	opacity: 1;
}

.category-header a{
    color: var(--bs-dark-gray);
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
}

.category-header a:hover{
	color: var(--bs-red);
}

.updated-container {
	margin: 10px 0px 16px 0px;
}

.calendar-icon {
	fill: var(--bs-dark-gray);
}

.updated-date {
	color: var(--bs-dark-gray);
    font-size: 0.8em;
}

.img-fluid {
	margin-bottom:  17px;
}

.category-page img {
	width: 100%;
	margin-bottom: 0.5em;
}

.category-page p {
	margin-bottom: 0px;
}

.category-page a {
	color: var(--bs-body-color);
	text-decoration: none;
}

.category-page .category-channel-name {
	font-size: 1.1em;
	font-weight: 700;
}

.category-page .channel-selection:hover a{
	color: var(--bs-red);
}

.category-page .category-subscribers {
	font-size: 0.9em;
	font-weight: 400;
	margin-bottom: 1em;
}

.page-link {
	color: var(--bs-body-color);
}

.page-link:hover {
	color: var(--bs-red);
}

.social-network {
    position: relative;
    display: inline-block;
    margin: 0 4px 7px 0px;
    min-width: 40px;
    font-size: 0.8em;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    border-radius: 2px;
    border: 1px solid var(--bs-gray-200);
}

.social-button-icon {
	display: inline-block;
    position: relative;
	padding-left: 14px;
	padding-right: 14px;
}

.social-button-text:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    width: 1px;
    height: 16px;
    background-color: #000;
    opacity: .2;
    z-index: 1;
}

.social-button-text {
	display: inline-block;
    position: relative;
	margin-left: -6px;
    padding-left: 12px;
    padding-right: 17px;
    line-height: 40px;
    font-weight: 600;
}

.social-facebook {
	color: #516eab;
}

.social-facebook-svg{
	fill: #516eab;
}

.social-twitter {
	color: #29c5f6;
}

.social-twitter-svg{
	fill: #29c5f6;
}

.social-pinterest {
	color: #ca212a;
}

.social-pinterest-svg{
	fill: #ca212a;
}


.box-grid {
	padding: 0px;
	margin-bottom: 1em;
}

.box-container {
	position: relative;
	padding-bottom: calc(var(--bs-gutter-x) * .5);
}
.box-image-container span {
	width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center center;
}

.box-image-container span:after {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(0,rgba(0,0,0,.7),rgba(0,0,0,.3) 35%,transparent 50%,transparent);
    background: linear-gradient(0,rgba(0,0,0,.7),rgba(0,0,0,.3) 35%,transparent 50%,transparent);
}

.box-image-container a {
	padding-bottom: 120%;
	display: block;
    position: relative;
}

.box-meta-container {
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 30px 10px;


    margin-bottom: 0px;
    z-index: 1;
    border: 0px solid rgb(234, 234, 234);
    min-height: 0px;
}

.box-meta-container a {
	padding: 0;
	bottom: 0;
    display: inline-block;
    background-color: initial;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.box-title a {
	margin: 10px 0 0;
    font-size: 15px!important;
    line-height: 1.2!important;
    font-weight: 500!important;
}

.channel-list {
	padding: 0px;
}

.channel-list a {
	color:  var(--bs-body-color);
	text-decoration: none;
}

.channel-list a:hover {
	color: var(--bs-red);
}

.channel-list .row {
	margin-bottom: calc(.5 * var(--bs-gutter-x));
}

.channel-list-image {
	padding-right: 0px;
}

.channel-list-image img {
	border-radius: 50%;
}

.channel-list-category {
	padding: 0;
    display: inline-block;
    background-color: initial;
    color: #000;
    font-size: 11px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}

.channel-list-name {
    font-size: 1em;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 1em;
}

.leaderboard-table img {
	width: 125px;
}

#home .navbar-brand .nav-link,
#help .navbar-brand .nav-link {
	display: inline-block;
	margin-right: -30px
}


.bs-docs-section {
	margin-top: 4em
}

.bs-docs-section .page-header h1 {
	padding: 2rem 0;
	font-size: 3rem
}

.bs-component {
	position: relative
}

.bs-component+.bs-component {
	margin-top: 1rem
}

.bs-component .card {
	margin-bottom: 1rem
}

.bs-component .modal {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
	z-index: 1;
	display: block
}

.bs-component .modal-dialog {
	width: 90%
}

.bs-component .popover {
	position: relative;
	display: inline-block;
	width: 220px;
	margin: 20px
}

.source-button {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	font-weight: 700
}

.source-button:hover {
	cursor: pointer
}

.bs-component:hover .source-button {
	display: block
}

#source-modal pre {
	max-height: calc(100vh - 11rem)
}

.nav-tabs {
	margin-bottom: 15px
}

.progress {
	margin-bottom: 10px
}

.back-to-top {
	margin-bottom: 2em;
}

.back-to-top a {
	color: var(--bs-gray-300);
	text-decoration: none;
}

.back-to-top a:hover {
	color:  var(--bs-white);
}

.back-to-top svg {
	height: 12px;
	width: 12px;
	fill: var(--bs-white);
	vertical-align: unset;
}

.footer-container {
	background-color: #232d35;
	padding: 2em 0;
}

.footer-container-legal {
	background-color: #11171c;
	color: var(--bs-gray-500);
	font-size: 0.8em;
	font-weight: 400;
    line-height: 1.2;
    padding: 1em 0px;
}

.footer-container-legal-text {
	padding: 0.5em 0;
}

.footer-container-legal a {
	color: var(--bs-gray-500);
	text-decoration: none;
}

.footer-container-legal a:hover {
	color: var(--bs-white);
}

#footer {
	margin: 0;
	color: var(--bs-gray-400);
}

#footer a {
	color: var(--bs-gray-400);
}

#footer ul {
	margin-bottom: 2em;
}

#footer li {
	margin-top: 0.5em
}

#footer li a {
	text-decoration: none;
}

#footer li a:hover {
	color:  var(--bs-white);;
}

#footer p {
	clear: left;
	margin-bottom: 0;
	line-height: 1.7em;
	margin-bottom: 1.7em;
}

.footer-logo {
	display: block;
	font-size: 1.7em;
	font-weight: 800;
	color: var(--bs-white);
	margin-bottom: 1em;
	
}

.footer-logo svg {
	fill: var(--bs-white);
	width: 2em;
	margin-right: 0.2em;
}

.footer-social-button {
	float: left;
	background-color: var(--bs-white);
	height: 3em;
	width: 3em;
	border-radius: 10%;
	padding-top: 0.6em;
	margin: 0 0.5em 1.5em;
}

.footer-social-button svg {
	fill: #232d35;
}

.block-title-wrap {
	border-bottom: 2px solid var(--bs-blue);
	margin-bottom: 1em;
}

.block-title-wrap h4 {
	font-size: 1.2em;
	line-height: 1;
	font-weight: 800;
	color:  var(--bs-white);
	margin-bottom: 1em;
}


.section-tout {
	padding: 6em 0 1em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	background-color: #eaf1f1;
	text-align: center
}

.section-tout .icon {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80px;
	height: 80px;
	margin: 0 auto 1rem;
	background: #375ee3;
	background: linear-gradient(145deg, #375ee3 0%, #6543e0 80%);
	border-radius: 50%;
	font-size: 2rem;
	color: rgba(255, 255, 255, 0.9)
}

.section-tout p {
	margin-bottom: 5em
}

.section-preview {
	padding: 4em 0
}

.section-preview .preview {
	margin-bottom: 4em;
	background-color: #eaf1f1
}

.section-preview .preview .image {
	position: relative
}

.section-preview .preview .image img {
	width: 100%;
	height: auto
}

.section-preview .preview .options {
	padding: 2em;
	border-top: 1px solid rgba(0, 0, 0, 0.125);
	text-align: center
}

.section-preview .preview .options p {
	margin-bottom: 2em
}

.section-preview .dropdown-menu {
	text-align: left
}

.section-preview .lead {
	margin-bottom: 2em
}

.bs-component&gt;.btn,
.bs-component&gt;.btn-toolbar&gt;.btn-group,
.bs-component&gt;.btn-group,
#home .section-preview .card .btn-group {
	margin-bottom: .25rem
}</pre></body></html>