<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {background-color: #002abb;}

body {background: var(--ThemeStrongGradient);}

ol,
ul {list-style-position: inside;}
li::marker {font-weight: bold;}

.accent {
	color: white;
	font-family: 'Poppins', sans-serif;
	display: flex;
	flex-direction: column;
	position: relative;
}

.home_btn {
	font-family: 'Bahnschrift', sans-serif;
	font-weight: 600;
	font-size: 25px;
	position: absolute;
	left: 0;
	top: 0;
	margin: 32px 45px;
}

.home_btn span {font-weight: 300;}

.b {
	max-width: 1000px;
	margin: 0 auto;
}



.hierarchy {
	margin: 0 0 10px 3px;
	display: inline-block;
	list-style: none;
}

.hierarchy li {
	display: inline-block;
	opacity: 0.8;
	font-size: 20px;
}

.hierarchy li::after {
	padding: 0 5px;
	content: '&gt;';
	opacity: 0.5;
}

.hierarchy li:last-child::after {content: none;}

.hierarchy a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}



.title {
	padding: 130px 50px;
	text-align: center;
	min-width: 600px;
}

.title h1 {
	font-size: 40px;
	font-weight: 700;
}

.title p {
	margin-top: 20px;
	font-weight: 400;
	opacity: 0.8;
	font-size: 20px;
	margin-left: 3px;
}

.title_cont {
	display: flex;
	align-items: center;
}

.art {
	height: 146px;
	padding-left: 10px;
	filter: brightness(2);
	opacity: 0.5;
}

h1 {
	font-size: min(54px, 3.5vw) !important;
	line-height: 1.5em;
}

h2 {
	font-size: 25px;
	font-weight: 700;
	margin: 25px 0;
	color: #3569d5;
}

h2:first-child {margin-top: 0;}

h6 {
	color: dodgerblue;
	font-weight: 600;
	margin-top: 50px;
}

.s {
	font-weight: bold;
}

.n {
	display: flex;
	justify-content: space-between;
	background: rgba(255, 255, 255, 0.2);
	padding: 15px 50px;
	border-radius: 17px;
	margin-top: 20px;
}

.ni {
	font-family: 'Bahnschrift', sans-serif;
	color: var(--ThemeTextColor);
	appearance: none;
	list-style: none;
	display: flex;
	font-weight: 350;
}

.ni li {
	margin-right: 40px;

}

a {
	color: white;
}

.content {
	font-family: 'Poppins', sans-serif;
	max-width: 820px;
	width: 100%;
	color: #63698e;
	font-size: 18px;
	line-height: 40px;
	font-weight: 400;
	padding: 50px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 5px 10px 0 rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	word-wrap: break-word;
}

.content img {
	width: 300px;
	max-width: 90%;
	display: block;
	margin: 15px;
	padding: 10px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 5px 7px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 3px 7px -3px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
}

.content a {
	color: #3569d5;
	display: inline-flex;
	align-items: center;
}

.content a::after {
	font-family: 'Icons';
	padding-left: 5px;
}

.content a[target="_blank"]::after {
	content: '\F1C5';
	font-size: 16px;
}

.content a.doc::after {
	content: '\F38B';
	font-size: 18px;
}



/* Notes */
.content .note {
	box-shadow: 0 0 1px #00000047, 5px 5px 5px #0000001c;
	padding: 10px 20px;
	position: relative;
	margin-top: 20px;
	border-radius: 10px;
}

.content .note::before {
	font-weight: bold;
	margin-right: 3px;
	content: 'Note: ';
}

.content .note::after {
	background: var(--ThemeFilledColor);
	height: 100%;
	width: 5px;
	content: '';
	position: absolute;
	left: -15px;
	top: 0;
	border-radius: 5px;
}

/* Tip */
.content .note.tip::after {background: #22d757;}
.content .note.tip::before {content: 'Tip: ';}

/* Important Note */
.content .note.important::after {background: var(--ThemeMangoColor);}
.content .note.important::before {content: 'Important Note: ';}

/* Premium Feature */
.content .note.premium::after {background: #02c4ff;}
.content .note.premium::before {content: 'Premium Feature: ';}






.main {
	background: white;
	min-height: 100vh;
	border-radius: 0 120px 120px 0;
	display: flex;
	justify-content: start;
	flex-direction: column;
	align-items: center;
	padding: 100px 50px;
	row-gap: 100px;
}




.section-splitter {
	font-family: 'Poppins';
	font-size: 25px;
	font-weight: 700;
	color: #3569d5;
	display: flex;
	white-space: nowrap;
	align-items: center;
	margin-bottom: 50px;
}

.section-splitter::after {
	content: '';
	display: block;
	width: 100%;
	height: 2px;
	background-color: currentColor;
	opacity: 0.5;
	margin-left: 20px;
}




/* Search Bar */

.search-bar {
	border-radius: 10px;
	background: rgba(255,255,255,0.35);
	/*border: 2px solid white;*/
	display: flex;
	align-items: center;
	padding: 7px 20px;
	margin-top: 60px;
	color: white;
	position: relative;
}

.search-bar::before {
	font-family: 'Icons';
	font-size: 18px;
	content: '\F52A';
	display: flex;
	text-align: center;
	margin: 0 auto;
	align-items: center;
	margin-right: 1em;
}

.search-bar input {
	width: 100%;
	background: none;
	border: none;
	outline: none;
	font-family: 'Poppins';
	font-size: 18px;
	line-height: 1em;
	font-weight: 200;
	color: currentColor;
	caret-color: currentColor;
}

.search-results-cont {
	display: flex;
	flex-direction: column;
	background: white;
	border-radius: 10px;
	position: absolute;
	z-index: 30;
	bottom: -10px;
	transform: translateY(100%);
	width: 100%;
	left: 0;
	overflow: hidden;
	padding: 10px;
	box-shadow: 0 10px 10px -4px #0000002e;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.28);
	color: #0053ec;
}

.search-results li {margin-bottom: 5px;}

.search-results-entry {
	display: block;
	color: currentColor;
	text-align: left;
	padding: 5px 20px;
	border-radius: 10px;
}

.search-results-entry:hover,
.search-results-entry:focus {
	background: #f1f0ff;
	border: none;
	outline: none;
}

.search-all-btn {
	font: inherit;
	font-weight: bold;
	background: none;
	text-align: left;
	padding: 5px 20px;
	display: flex;
	align-items: center;
}

.search-all-btn::after {
	font-family: 'Icons';
	font-weight: 900;
	margin-left: 10px;
	content: '\F138';
	font-size: 18px;
}

/* End Search Bar */





.main_cont {
	justify-content: space-between;
	display: flex;
	max-width: 1200px;
	width: 100%;
}

.related_cont {
	font-family: 'Bahnschrift', sans-serif;
	color: #989ea2;
	margin-left: 50px;
	box-sizing: content-box;
	align-self: flex-start;
	min-width: 200px;
	max-width: 250px;
	height: 100%;
}

.related_cont h2 {
	font-size: 20px;
	margin-bottom: 30px;
}

.related_cont a {color: #517295; transition: 100ms;}
.related_cont a:hover {color: var(--ThemeFilledDarkColor);}

.related_cont ul {height: 100%;}

.related_cont li {
	margin-top: 25px;
	background: white;
	border-radius: 15px;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.18);
	overflow: hidden;
}

.related_cont li:last-child {
	position: sticky;
	top: 50px;
}

.related_cont img {
	width: 100%;
	height: 120px;
	object-fit: cover;
}

.related_article_title {
	padding: 10px 20px 15px 20px;
}

.notification_banner {
	border-bottom: 1px solid #ffffff7a;
}

footer .email_list_form button {color: #0040e4;}


.psuedo-curve {
	fill: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 120px;
}

.accent::after,
footer::after {
	content: '';
	position: absolute;
	left: 0;
	mask-image: url('/assets/curve.svg');
	mask-position: center;
	mask-size: contain;
	width: 120px;
	height: 120px;
	background: white;
}

.accent::after {bottom: 0;}
footer::after {top: 0; transform: rotate(90deg);}



/* Article Entries */

.article-list {
}

.article-list li {
	font-family: 'Poppins', 'Arial', sans-serif;
	display: flex;
	align-items: center;
	margin-bottom: 35px;
	padding: 30px 40px;
	border-radius: 30px;
	box-shadow: 0 0 0 1px rgba(0,0,0,0.05), 0 3px 7px 0 rgba(0,0,0,0.1);
}

.article-list img {
	max-height: 125px;
	border-radius: 15px;
	box-shadow: 0 5px 7px -3px rgba(0,0,0,0.2);
	object-fit: cover;
}

.article-entry-text {
	padding: 20px;
	font-weight: bold;
	margin-left: 20px;
}

.article-entry-text h4 {
	font-size: 20px;
	color: #4a4a4a;
	opacity: 0.8;
}

.article-entry-text h4:hover {opacity: 1;}

.article-entry-text p {
	color: #c0c0c0;
	font-size: 18px;
	margin-top: 10px;
}




.article-list li {
	padding: 20px;
	border-radius: 15px;
}

.article-list img {
	max-height: 85px;
}

.article-entry-text {
	padding: 0;
	margin-left: 35px;
}

.article-entry-text p {
	color: #aeaeae;
	font-weight: 600;
	margin-top: 5px;
}

/* End Article Entries */



/* Code Blocks Style */

.code-block {
	display: block;
	border-radius: 10px;
	font-family: monospace;
	line-height: 1.1em;
	margin-top: 15px;
	position: relative;
	overflow: hidden;
}

.code-copy-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	margin: 10px;
	border-radius: 10px;
	display: block;
	background: none;
	opacity: 0.7;
	transition: background 100ms, color 100ms;
}

.code-copy-btn:hover {
	opacity: 1;
	background: #ddd;
	background: #cee3ff;
}

.code-copy-btn:hover::after {color: #007aff;}

.code-copy-btn::after {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-family: 'Icons';
	content: '\F71D';
	color: #939eaa;
	transition: inherit;
}

.code-copy-btn.copied::after {
	content: '\F272';
	font-size: 1.3em;
}

.code-block .hljs {
	background: #f2f2f2;
	color: #656788;
	padding: 1.5em 1em;
	border-radius: 10px;
}

.code-block .hljs-keyword,
.code-block .hljs-symbol {font-weight: 600;}

.code-block .hljs-keyword {color: #c05fdb;}
.code-block .hljs-symbol {color: #259fe8;}
.code-block .hljs-string {color: #32b71f;}

.code-block .hljs-comment {
	font-style: italic;
	color: #abb6c1;
}

/* End Code Blocks */





@media (max-width: 1000px) {
	.title {
		padding: 100px 50px;
		min-width: unset;
	}

	.content {
		box-shadow: none;
		padding: 0;
	}

	.main {padding: 100px 20px;}

	.main_cont {
		flex-direction: column;
		align-items: center;
	}

	.related_cont {
		margin: 100px auto 0 auto !important;
		text-align: center;
	}

	h1 {font-size: min(54px, 7vw) !important;}

	body::before {background: var(--ThemeStrongGradient);}

	.section-splitter {
		justify-content: center;
		white-space: normal;
	}
	.section-splitter::after {display: none;}

	.article-entry-text {margin-left: 20px;}

	.article-list img {
		height: 65px;
		width: 65px;
	}

	.article-entry-text h4 {font-size: 18px}
	.article-entry-text p {font-size: 12px;}
	.article-list li {margin-bottom: 20px};
}
</pre></body></html>