/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #000;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: hidden;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

html.splash,
html.splash body,
html.splash .splash{
	height: 100%;
	min-height: 100%;
}
html.splash body {
	background-image: url("/resources/img/noise.png");
}
@import url("https://fonts.googleapis.com/css?family=Open+Sans:700,300,400");
html.splash .splash {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
	font-family: "Open Sans", sans-serif;
}
html.splash .container {
	width: 700px;
}
html.splash .spacey-quote {
	padding: 20px;
	margin-bottom: 40px;
}
html.splash .spacey-quote.pushRightForCenter{
	/* I hope to find a good alternative sometime.... */
	position: relative;
	left:100px;
}
html.splash .line {
	font-size: 40px;
	font-style: italic;
}
html.splash .line-right {
	text-align: right;
}
html.splash .error,
html.splash .success {
	text-align: center;
}
html.splash form {
	margin: 0 auto;
	width: 150px;
	text-align: center;
}
html.splash input,
html.splash button {
	display: inline-block;
	margin-top: 10px;
}
html.splash label.singleLined{
	white-space:nowrap;
}
html.splash img {
	margin-top: 20px;
}

/* banners */
#banners .content {
	padding: 15px 0;
	width: 970px;
}
#banners .content h2 {
	padding: 3px 15px;
}
#banners .content p {
	padding: 5px 15px;
}
#banners .content div.banner_small {
	float: left; color: #ffffff; background: #000000; text-align: center; line-height: 12px; padding: 1px 0 3px 0; margin-bottom: 5px; margin-left: 15px;
}
#banners .content div.banner_small img {
	cursor: pointer; width: 300px; display: block; height: 37px; margin-bottom: 3px;
}
#banners .content div.banner {
	color: #ffffff; background: #000000; text-align: center; overflow: hidden; margin-top: 15px; width: 970px; padding: 1px 0 5px 0; height: 140px;
}
#banners .content div.banner img {
	cursor: pointer; display: block; height: 120px; width: 980px; margin-bottom: 5px;
}

.browse_filter a { color: #0099cc; }

.browse_filter ul {
	padding: 0;
}

.browse_filter ul li {
	display: inline-block;
	margin: 5px;
	vertical-align: top;
}

.browse_filter ul li ul li {
	margin: 4px 5px 0;
}

.browse_filter ul li.tags {
	width: 220px;
	margin-left: 130px;
}

.browse_filter ul li.tags ul li {
	width: 46px;
}

.browse_filter ul li.category {
	width: 420px;
}

.browse_filter ul li.category ul li {
	width: 120px;
}

.browse_filter ul li.search {
	width: 700px;
	height: 50px;
	margin-left: 130px;
}

.browse_filter input[type=text] {
	font-size: 1.2em;
	margin: 5px 0;
	background: no-repeat 3px 5px url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M992.262%20871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926%2057.256-67.068%2091.842-154.078%2091.842-249.176%200-212.078-171.922-384-384-384-212.076%200-384%20171.922-384%20384s171.922%20384%20384%20384c95.098%200%20182.108-34.586%20249.176-91.844-1%2021.662%209.36%2048.478%2031.926%2073.552l206.294%20242.552c35.322%2039.246%2093.022%2042.554%20128.22%207.356s31.892-92.898-7.354-128.22zM384%20640c-141.384%200-256-114.616-256-256s114.616-256%20256-256%20256%20114.616%20256%20256-114.614%20256-256%20256z%22%20fill%3D%22%23aaaaaa%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	padding: 2px 0 2px 20px;
	width: 510px;
	border: 1px solid #aaaaaa;
}
.browse_filter input[type=submit] {
	font-size: 1.2em;
	border: 1px solid #aaa;
	background-color: #eee;
	padding: 2px 15px;
}

.browse_filter ul li.searchcloud {
	width: 940px;
}

.browse_filter input[type=checkbox] {
	vertical-align: middle;
}

.browse_filter a.help {
	display: inline-block;
	width: 14px;
	height: 14px;
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M448%20704h128v128h-128zM704%20256c35.346%200%2064%2028.654%2064%2064v192l-192%20128h-128v-64l192-128v-64h-320v-128h384zM512%2096c-111.118%200-215.584%2043.272-294.156%20121.844s-121.844%20183.038-121.844%20294.156c0%20111.118%2043.272%20215.584%20121.844%20294.156s183.038%20121.844%20294.156%20121.844c111.118%200%20215.584-43.272%20294.156-121.844s121.844-183.038%20121.844-294.156c0-111.118-43.272-215.584-121.844-294.156s-183.038-121.844-294.156-121.844zM512%200v0c282.77%200%20512%20229.23%20512%20512s-229.23%20512-512%20512c-282.77%200-512-229.23-512-512s229.23-512%20512-512z%22%20fill%3D%22%230099cc%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}


html.blocked body{
	display: flex;
	flex-direction: column;
	font: 20px Arial;
}
html.blocked .loadingHidden{
	display: none;
}

html.blocked h2{
	font-size: 22px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	vertical-align:middle;
}
html.blocked h2.sale{
	background: url(img/6a7a814ec756b3e4a57f474318c30930_kings_sale.png);
}
html.blocked .sponsors{
	margin-top: 20px;
	background-color: rgb(230,230,230);
	
	padding-bottom: 30px;
}
html.blocked h5.sponsor{
	color: rgb(150,150,150);
	
}
html.blocked .topSaleImage{
	align-self: center;
}

html.blocked .middle{
	background-color: rgb(245, 245, 245);
}

html.blocked .center{
	margin: 25px auto;
}
html.blocked button{
	cursor:pointer;
}

html.blocked .button1{
	border-radius: 7px;
	border:0;
	padding: 10px;
	font-size: 25px;
	vertical-align:center;
	color: white;
	background-color:rgb(29, 189, 242);
}
html.blocked .button2{
	margin-left: 10px;
	border:0;
	border-radius: 7px;
	padding: 10px;
	font-size: 25px;
	background-color:white;
	color:rgb(29, 189, 242);;
}

html.blocked .sponsors h2.title{
	margin: 10px;
	text-align:left;
}
html.blocked .sponsors .margin{
	width: 1175px;
	margin: 20px auto;
}
html.blocked .sponsors .body{
	font-size: 18px;
	margin-left: 10px;
}
html.blocked .helpers{
	display: flex;
	margin-left: 50px;
}

html.blocked .helper1{
	margin-left: 30px;
	margin-right: 30px;
}
html.blocked .helper2{
	margin-left: 30px;
	margin-right: 30px;
	box-shadow: 10px;
}


@media (min-width: 1920px) {
	.dango {
		background-image: url(img/cirno_ice.png);
		background-repeat: no-repeat;
		background-size: 260px 353px;
		background-position: 20px 20px;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 300px;
		height: 393px;
	}
	.heart {
		background: url(img/cirno.png) no-repeat;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 300px;
		height: 393px;
	}
    body {
	    background-image: url(img/Christmas_Tree.png);
	    background-size: 334px 420px;
	    background-repeat: no-repeat;
	    background-position: bottom right 130px;
	    background-attachment: fixed;
    }
}

@media (min-width: 1366px) and (max-width: 1919px) {
	.dango {
		background-image: url(img/cirno_ice.png);
		background-repeat: no-repeat;
		background-size: 130px 177px;
		background-position: 10px 10px;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 150px;
		height: 197px;
	}
	.heart {
		background: url(img/cirno.png) no-repeat;
		background-size: 150px 197px;
		position: fixed;
		right: 0;
		bottom: 0;
		width: 150px;
		height: 197px;
	}
	body {
		background-image: url(img/Christmas_Tree.png);
		background-size: 167px 210px;
		background-repeat: no-repeat;
		background-position: bottom right 65px;
		background-attachment: fixed;
	}
}

﻿
p {
	padding-top: 5px;
	padding-bottom: 5px;
}

div.pager {
	text-align: center; padding: 5px;
}
div.pager a {
	color:#0099cc;
}
div.pager a.selected {
	color:#000000;
}

#tab_outer {
	background: #dddddd;
	float: left;
	width: 930px;
	padding: 5px;
}
#tab_menu {
	float: left;
	width: 170px;
}
#tab_menu ul {
	padding: 0;
}
#tab_content {
	float: left;
	width: 760px;
	background: #ffffff;
	min-height: 50px;
}
#userdetails #tab_content {
	min-height: 320px;
}
#settings #tab_content {
	min-height: 190px;
}
#tab_content div {
	margin: 5px;
}
#tab_content div div {
	margin: 0;
}
#tab_menu ul {
	margin-top: 30px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#tab_menu ul li{
	margin-left: 0;
	font-size: 110%;
}
#tab_menu ul li a {
	background: #eeeeee;
	display: block;
	padding: 5px 5px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
#tab_menu ul li.selected a{
	background: #ffffff;
	color: #854c9e;
	font-weight: bold;
}
#tab_menu ul li a:hover {
	color: #854c9e;
	background: #cccccc;
}

/* details */

#details #tab_content {
	min-height: 190px;
}
#details #statistics table {
	display: inline-table;
	vertical-align: top;
}
#details #statistics table td:first-child {
	text-align: right;
	width: 25%;
}
#details #filelist,
#details #attachments,
#details #peerlist,
#details #related { display: none; }
#details #filelist { position: relative; }
#details #filelist span.crchash { font-size: 9px; text-transform: uppercase; color: #009900; font-weight: bold; font-family: monospace; }
#details #filelist ul li { list-style-type: none; margin-left: 0; padding: 2px 0; }
#details #filelist ul li span.filesize{ position: absolute; right: 5px; color: #555555; }
#details #filelist ul li img{ margin-left: 0; vertical-align: bottom; }
#details #filelist ul { position: relative; padding: 0; margin: 0; }
#details #filelist ul li ul{ margin-left: 20px; margin-top: 2px;}
#details #filelist li.folder { background-color:#ffffdd; border:1px solid #ffff99; }
#details #filelist li.error { background-color: #ffdddd; }

#container {
	display: none;
	border: 1px solid #555555;
	background-color: #ffffff;
	width: 450px;
	position: absolute;
	left: 0;
	top: 0;
	padding: 10px;
}
#details #rc_container {
	display: none;
	box-shadow: 1px 1px 5px #555;
	background-color: #eeeeee;
	position: absolute;
	top: 0;
	padding: 5px;
	right: 0;
}
#rc_container textarea{
	width: 400px;
	height: 60px;
}
#details #rc_close_button, #close_button {
	float: right;
	cursor: pointer;
	font-weight: bold;
	font-size: 90%;
}

input { color:#555555; padding: 0; } /* Don't put a border or bg-color on an input, Internet Explorer is too unintelligent */
textarea {color:#555555; } /* Don't put a border or bg-color on an input, Internet Explorer is too unintelligent */
sup {font-size: 70%;}
.border { border: 1px solid #555555; }
.button { padding: 0 1px; }
form { margin: 0; }
td { vertical-align: top;}
img { border:0; }
a { color:#854c9e; text-decoration:underline; }
a:hover { text-decoration:none; }
h3 { font-size: 1.3em; padding-top: 5px; padding-bottom: 5px;}
h2 { font-size: 1.6em; padding-top: 5px; padding-bottom: 5px;}
h1 { font-size: 2.0em; padding-top: 5px; padding-bottom: 5px;}

div.approved {
	color : #559955;
	cursor: pointer;
}
div.disapproved {
	color : #995555;
}
div.disnew {
	color: #999955;
}
a.a_button {
	display: block;
	color: #ffffff;
	background-color: #854c9e;
	padding: 3px 30px;
	margin: 10px 2px 2px 2px;
	float: left;
	text-decoration: none;
	text-align: center;
}
a.a_button:hover {
	background-color: #a56cbe;
}
#keywords_container a {
	cursor: pointer;
	font-weight: bold;
	background-color: #ddddff;
	color: #000000;
	text-decoration: none;
}
#keywords_container a:hover {
	background-color: #ccccff;
}

div.suggestion {
	text-align: center;
	font-size: 120%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
	background-color: #f8f0ff;
	border: 1px solid #D1A2FF;
}
div.suggestion a {
	font-weight: bold;
}

.icon {
	background: url(../images/icons.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
img.overlay {
	background: url(../images/icons.png) no-repeat;
	position: relative;
	left: -24px;
	top: -37px;
}
/* boxes! */
div.box_clear {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
}
div.box_purple {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #f8f0ff;
	border: 1px solid #854C9E;
}
div.box_grey {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
div.box_red {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #ECD5D8;
	color: #BC2A4D;
	border: 1px solid #BC2A4D;
}
div.box_yellow {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	background-color: #FFFFCC;
	color: #FF9933;
	border: 1px solid #FF9933;
}
div.box_red h2 { padding: 0; }

.info { background-color:#dddddd; border:1px solid #ffffff; margin-top: 10px; padding: 5px; clear: both; }

.clear { clear:both; }

#disclaimer {
	padding: 5px;
	width: 980px;
	margin: 0 auto;
}
#disclaimer  p {
	text-align: center;
}

/*.column_L { float:left; width:120px; color: #ffffff; font-family: "Trebuchet MS", sans-serif; }
.column_L a  { color:#ffffff; font-weight:bold; }
.column_L  input { border:1px solid #7a58a5; background-color: #351B5A; color: #ffffff; }
.column_L a:hover { color:#cccccc; }
.column_L li { list-style:none; padding-left: 0; margin-left: 0; }
.column_L ul { padding-left: 20px; margin-left: 0; }
.column_L_cat {
	background-color: #5A3885;
	text-transform: uppercase;
	font-weight:bold;
	font-size: 1.1em;
	padding: 5px;
}*/

.sublink, div.torrents table td.adopt a, div.torrents table td.adopt tt { font-size: 90%; color:#0099cc; }

.alt0 { background-color:#f4e8ff; }
.alt1 { background-color:#ffffff; }
.blacklisted a { color: #555555 !important; }
.blacklisted img { opacity: 0.5; }
.changed { background-color: #ffcccc; }
.alt0y { background-color:#ffffdd; }
.alt1y { background-color:#eeeedd; }
.left { text-align: left; }
.right { text-align: right; }
.error, .red, .error a { color: #aa0000; }
.grey { color: #888888; }
.pending, .pending a, .blue, .blue a { color: #0099cc; }
.warning, .yellow, .warning a, .yellow a { color: #aaaa00; }
.success, .green, .success a, .green a { color: #00aa00; }
.orange { color: #ee9900; }
.modlink, .red2 { color: #ff0000; }

.newstext { background-color:#eeeeee; color:#333333; padding:5px 5px 35px 5px; }
.newstitle { background-color:#333333; color:#ffffff; font-weight:bold; padding:5px;}
.newsmod { background-color:#eeeeee; text-align:right; padding:2px; }
.newsmod a{ color:#FF0000;}

	/*userdetail.php page*/
.userdetailinfo, .userdetailinfosmall { border: 1px solid #333333; border-collapse: collapse;}
.userdetailinfo, .userdetailinfosmall th { background-color:#eeeeee; border: 1px solid #333333;}
.userdetailinfo td { background-color:#ffffff; padding: 5px; border: 1px solid #333333;}
.userdetailinfosmall td { background-color:#ffffff; border: 1px solid #333333;}

#topten div.block {
	width: 450px;
	float: left;
	margin-right: 10px;
	min-height: 320px;
}

table.default,		table.default_no_border { width: 100%; border-collapse: collapse; }
table.default th,		table.default_no_border th { border-width: 0; background-color: #7A58A5; color: #ffffff; padding: 4px; }
table.default th a,	table.default_no_border th a { color: #ffffff; }
table.default td,		table.default_no_border td{ border-width: 0; padding: 4px; }
table.default th { border: 1px solid #333333; }
table.default td { border: 1px solid #aaaaaa; }
table.only_vertical td { border-bottom-width: 0; border-top-width: 0; padding: 2px; }
table.red_border { border: 5px solid #aa0000; }

div.searchcloud { text-align: justify; margin-top: 10px; background-color: #eeeeff; padding: 10px 5px; border: 1px solid #0099CC}
div.searchcloud span, div.searchcloud a { margin-left: .5em; margin-right: .5em; }
div.searchcloud span { font-weight: bold; }
div.searchcloud a { color:#0099cc; text-decoration: none; white-space: nowrap;}
div.searchcloud a:hover { text-decoration: underline;}

.checkbox {  margin-bottom: 1px; margin-left: 15px; margin-right: 2px; }

.tags a { color: #b990c0; font-size: 10px; }
span.highlight { color: #5288CC; }

div.quote { border: 1px #444444 dotted; padding: 4px; min-height: 20px;}
div.quote, div.quote div.quote div.quote, div.quote div.quote div.quote div.quote div.quote { background: #ffeef6;}
div.quote div.quote, div.quote div.quote div.quote div.quote, div.quote div.quote div.quote div.quote div.quote div.quote { background: #f6eeff; }

div.quoteheader { font-weight: bold;}
div.quoteheader a { text-decoration: none; }

div.spoiler>div.quote,
div.spoiler>div.quoteheader { display: none; }
div.spoiler.toggle>div.quote,
div.spoiler.toggle>div.quoteheader { display: block; }

div.codeheader { font-weight: bold; }
div.code { padding: 1px; max-height: 500px; width: 95%; overflow: auto; background: #eeeeee; border: 1px solid #999999; font-size: 90%; }
div.code pre br {display: none; }

ul.staff li {margin: 10px; font-size: 110%;}
ul.staff img {vertical-align: middle; margin-right: 10px; width: 50px;}


/* userdetails */
#info_short { display: block }
#info { display: none; }
/* edit */
#keywords_suggest { display: none; position: absolute; width: 400px; height: 100px; border: 1px solid; overflow: auto; background-color: #ffffff; padding: 2px; }

#tab_content #leeching,         #tab_content #uploaded,
#tab_content #seeded,           #tab_content #inactive,
#tab_content #transfer_history, #tab_content #bookmarks,
#tab_content #wishlist,         #tab_content #notify,
#tab_content #comment { display: none; }

.comment_wrap { background-color: #f8f0ff; float: left; clear: left; width: 918px; margin: 2px 0 2px 0; padding: 10px; border: 1px solid #d1a2ff; }
.comment_avatar { float: left; width: 100px; text-align: center; vertical-align: middle; margin-right: 5px; overflow: hidden;}
.comment_avatar img {max-width: 100px; max-height: 100px; }
.comment_header, .comment_body { width: 808px; float: right; clear: right; vertical-align: top; }
.comment_wrap h2 { font-size: 180%; font-weight: bold; padding: 0; font-family: Cambria,Times New Roman; }
.comment_wrap h2 { text-decoration: none; margin: 0; }
.comment_wrap h2 a:hover { text-decoration: underline; }
.comment_wrap h2 span { font-size: 60%; font-weight:normal; }
.comment_wrap h2 span span { font-size: 100%; }
.comment_wrap em { color: #925C8D; margin-top: -2px; display: block; margin-bottom: 5px; }
.comment_no_user { color: #666666; }
.comment_mod { float: right; clear: right; vertical-align: top; display: none; }
.comment_wrap:hover .comment_mod { display: block; }
.comment_mod a { background-color: #f6eeff; display: block; float: left; margin-left: 3px; padding: 1px 9px 0 5px; text-decoration: none; }
.comment_mod a:hover { background-color: #eeeeee; color: #00aa00; }
.comment_foot { float: left; clear: both; padding-top: 15px; }

.torrentBanned { font-size: 30px; }

table.userstats { margin: 15px 0 5px 0; border: 1px solid #d1a2ff; }
table.userstats td { background-color: #F6EEFF; padding: 5px; }
table.userstats { background-color: #dabff5; }

.details_user_ava { padding-top: 10px; text-align: center !important; }

#edit .desc_edit_note {
	background-color: #ffff99;padding: 2px;color: #aaaaaa;border: 1px solid #aaaaaa;border-bottom-width: 0; width: 934px;
	margin-top: 10px;
}
#edit .desc_edit {
	border: 1px solid #aaaaaa;border-top-width: 0;margin-top: 0; width: 938px;
}
#edit #tab_content {
	min-height: 160px;
}

#description_container {}
#description_iframe {
	width: 940px;
	overflow: hidden;
	border: none;
}
#related_torrents ul li {
	list-style-type:none;
	margin-left: 2px;
}
#related_torrents h3, #related_torrents a {
	padding: 0;
}
#related_torrents {
	float: right;
	max-width: 380px;
	background-color: #eeeeee;
	padding: 10px 15px;
	margin-bottom: 10px;
}
#screenshots {
	background: #dddddd;
	padding: 5px;
	text-align: center;
	margin-bottom: 5px;
}
#screenshots a:hover img{
	border-color: #ffffff;
}
#screenshots a img {
	border: 3px solid #000000;
	margin: 2px;
	border-bottom-width: 10px;
	margin: 2px;
	max-width: 300px;
	max-height: 300px;
}
#screenshots p {
	text-align: center;
}

div.note {
	border: 1px solid #999999;
	color: #777777;
	margin: 5px 5px 0 5px !important;
	padding: 5px 5px 5px 25px;
	background: #ffffcc no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M448%20704h128v128h-128zM704%20256c35.346%200%2064%2028.654%2064%2064v192l-192%20128h-128v-64l192-128v-64h-320v-128h384zM512%2096c-111.118%200-215.584%2043.272-294.156%20121.844s-121.844%20183.038-121.844%20294.156c0%20111.118%2043.272%20215.584%20121.844%20294.156s183.038%20121.844%20294.156%20121.844c111.118%200%20215.584-43.272%20294.156-121.844s121.844-183.038%20121.844-294.156c0-111.118-43.272-215.584-121.844-294.156s-183.038-121.844-294.156-121.844zM512%200v0c282.77%200%20512%20229.23%20512%20512s-229.23%20512-512%20512c-282.77%200-512-229.23-512-512s229.23-512%20512-512z%22%20fill%3D%22%230099cc%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E") 3px center;
}

/* sanbox */
#sandbox div.note { margin: 0 0 5px 0 !important; }
div#sandbox_quickselect { float: right; }
div#sandbox_quickselect select { max-width: 200px; }
div#sandbox_quickselect option { margin-left: 5px; }
div#sandbox_quickselect option.italic { font-style: italic; }
div#sandbox_buttons { float: left; }

/* media */

div.media a { display: block; float: left; background-color: #444444; color: #ffffff; padding: 5px; margin: 3px; width: 170px; height: 250px; text-decoration: none; text-align: center;}
div.media a img { opacity:0.8;filter:alpha(opacity=80); }
div.media a:hover { background-color: #222222; color: #ffffff; }
div.media a:hover img { opacity:1.0;filter:alpha(opacity=100); }
div.media a:hover div { background-color: #000000; }
div.media img { max-width: 164px; max-height: 200px; }
div.media span { font-weight: bold; }
div.media a div {width: 164px; height: 208px; background-color: #222222; display: table-cell; padding: 3px; vertical-align:middle; }

/* ICONS */
.accept { background-position: 0 0; width: 16px; height: 16px; }
.accept_grey { background-position: 0 -16px; width: 16px; height: 16px; }
.accept_red { background-position: 0 -32px; width: 16px; height: 16px; }
.accept_yellow { background-position: 0 -48px; width: 16px; height: 16px; }
.admin { background-position: 0 -64px; width: 16px; height: 16px; }
.arrow_down { background-position: 0 -80px; width: 13px; height: 13px; }
.arrow_down_light { background-position: 0 -93px; width: 13px; height: 13px; }
.attach { background-position: 0 -106px; width: 16px; height: 16px; }
.bookmark {
	width: 16px; height: 16px;
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20viewBox%3D%220%200%20190%20190%22%3E%3Cstyle%3E%20%20.st0%7Bfill%3Aurl(%23XMLID_8_)%3B%7D%20.st1%7Bfill%3Aurl(%23XMLID_9_)%3B%7D%20.st2%7Bfill%3Aurl(%23XMLID_10_)%3B%7D%20.st3%7Bfill%3Aurl(%23XMLID_11_)%3B%7D%20.st4%7Bfill%3Aurl(%23XMLID_12_)%3B%7D%20.st5%7Bfill%3Aurl(%23XMLID_13_)%3B%7D%20.st6%7Bfill%3Aurl(%23XMLID_14_)%3B%7D%20.st7%7Bfill%3Aurl(%23XMLID_15_)%3B%7D%20.st8%7Bfill%3Aurl(%23XMLID_16_)%3B%7D%20.st9%7Bfill%3Aurl(%23XMLID_17_)%3B%7D%20.st10%7Bfill%3Aurl(%23XMLID_18_)%3B%7D%20.st11%7Bfill%3Aurl(%23XMLID_19_)%3B%7D%20.st12%7Bfill%3Aurl(%23XMLID_20_)%3B%7D%20.st13%7Bfill%3Aurl(%23XMLID_21_)%3B%7D%20%3C%2Fstyle%3E%3Cg%20id%3D%22XMLID_184_%22%3E%3ClinearGradient%20id%3D%22XMLID_8_%22%20x1%3D%2225.4598%22%20x2%3D%22164.5368%22%20y1%3D%2296.8545%22%20y2%3D%2296.8545%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E2BF2E%22%2F%3E%3Cstop%20offset%3D%22.5758%22%20stop-color%3D%22%23FECF0A%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F8F3BD%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_198_%22%20d%3D%22M164.5%2081.2l-48-7L95%2030.7%2073.5%2074.3l-48.1%207%2034.8%2033.9L52%20163l43-22.6%2043%2022.6-8.2-47.9%2034.7-33.9zm-28.5%2079l-41-21.5-41%2021.5%207.8-45.6-33.1-32.3%2045.8-6.7L95%2034.1l20.5%2041.5%2045.8%206.7-33.2%2032.3%207.9%2045.6z%22%20class%3D%22st0%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_9_%22%20x1%3D%2228.6932%22%20x2%3D%22161.3044%22%20y1%3D%2297.1785%22%20y2%3D%2297.1785%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E2BF2E%22%2F%3E%3Cstop%20offset%3D%22.5758%22%20stop-color%3D%22%23FECF0A%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F8F3BD%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_197_%22%20d%3D%22M161.3%2082.3l-45.8-6.7L95%2034.1%2074.5%2075.6l-45.8%206.7%2033.1%2032.3-7.8%2045.6%2041-21.5%2041%2021.5-7.8-45.6z%22%20class%3D%22st1%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_10_%22%20x1%3D%2225.4598%22%20x2%3D%22164.5368%22%20y1%3D%2296.8545%22%20y2%3D%2296.8545%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E2BF2E%22%2F%3E%3Cstop%20offset%3D%22.5758%22%20stop-color%3D%22%23FECF0A%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F8F3BD%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_196_%22%20d%3D%22M60.2%20115.1L52%20163l43-22.6%2043%2022.6-8.2-47.9%2034.7-33.9-48-6.9L95%2030.7%2073.5%2074.3l-48%206.9z%22%20class%3D%22st2%22%2F%3E%3CradialGradient%20id%3D%22XMLID_11_%22%20cx%3D%2294.9983%22%20cy%3D%2296.8545%22%20r%3D%2267.8581%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23F8F3BD%22%2F%3E%3Cstop%20offset%3D%22.7239%22%20stop-color%3D%22%23FECF0A%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F5CF35%22%2F%3E%3C%2FradialGradient%3E%3Cpath%20id%3D%22XMLID_195_%22%20d%3D%22M95%2030.9v-.2L73.5%2074.3l-48%206.9%2034.7%2033.9L52%20163l43-22.6%2043%2022.6-8.2-47.9%2034.7-33.9-48-6.9L95%2030.7z%22%20class%3D%22st3%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_12_%22%20x1%3D%2294.9987%22%20x2%3D%22122.1911%22%20y1%3D%2242.78%22%20y2%3D%2242.78%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23D39F2D%22%2F%3E%3Cstop%20offset%3D%22.2537%22%20stop-color%3D%22%23DCA92F%22%2F%3E%3Cstop%20offset%3D%22.6012%22%20stop-color%3D%22%23E6B232%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_194_%22%20d%3D%22M116.5%2074.3l5.7-7.9L95%2011.3v19.4z%22%20class%3D%22st4%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_13_%22%20x1%3D%2267.8039%22%20x2%3D%2294.9987%22%20y1%3D%2242.78%22%20y2%3D%2242.78%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E2BF2E%22%2F%3E%3Cstop%20offset%3D%22.5758%22%20stop-color%3D%22%23FECF0A%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F8F3BD%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_193_%22%20d%3D%22M95%2030.7V11.3L67.8%2066.4l5.7%207.9z%22%20class%3D%22st5%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_14_%22%20x1%3D%2294.9792%22%20x2%3D%22149.3904%22%20y1%3D%22159.5474%22%20y2%3D%22159.5474%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23D39F2D%22%2F%3E%3Cstop%20offset%3D%22.2537%22%20stop-color%3D%22%23DCA92F%22%2F%3E%3Cstop%20offset%3D%22.6012%22%20stop-color%3D%22%23E6B232%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_192_%22%20d%3D%22M95%20140.4v9.7l54.4%2028.6-11.5-15.7z%22%20class%3D%22st6%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_15_%22%20x1%3D%226.9925%22%20x2%3D%2260.2303%22%20y1%3D%2296.6994%22%20y2%3D%2296.6994%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E2BF2E%22%2F%3E%3Cstop%20offset%3D%22.5758%22%20stop-color%3D%22%23FECF0A%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F8F3BD%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_191_%22%20d%3D%22M25.5%2081.3L7%2075.2l44%2042.9v.1l9.2-3.1z%22%20class%3D%22st7%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_16_%22%20x1%3D%226.9925%22%20x2%3D%2273.51%22%20y1%3D%2273.852%22%20y2%3D%2273.852%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23D39F2D%22%2F%3E%3Cstop%20offset%3D%22.2537%22%20stop-color%3D%22%23DCA92F%22%2F%3E%3Cstop%20offset%3D%22.6012%22%20stop-color%3D%22%23E6B232%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_190_%22%20d%3D%22M25.5%2081.2l48-6.9-5.7-7.9L7%2075.2l18.5%206.1z%22%20class%3D%22st8%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_17_%22%20x1%3D%2240.6068%22%20x2%3D%2260.2303%22%20y1%3D%22146.9165%22%20y2%3D%22146.9165%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23D39F2D%22%2F%3E%3Cstop%20offset%3D%22.2537%22%20stop-color%3D%22%23DCA92F%22%2F%3E%3Cstop%20offset%3D%22.6012%22%20stop-color%3D%22%23E6B232%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_189_%22%20d%3D%22M60.2%20115.1l-9.2%203.1-10.4%2060.5L52%20162.9z%22%20class%3D%22st9%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_18_%22%20x1%3D%2240.6068%22%20x2%3D%2294.9987%22%20y1%3D%22159.5474%22%20y2%3D%22159.5474%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E2BF2E%22%2F%3E%3Cstop%20offset%3D%22.5758%22%20stop-color%3D%22%23FECF0A%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F8F3BD%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_188_%22%20d%3D%22M52%20163v-.1l-11.4%2015.8L95%20150.1v-9.7z%22%20class%3D%22st10%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_19_%22%20x1%3D%22129.7693%22%20x2%3D%22149.3904%22%20y1%3D%22146.9165%22%20y2%3D%22146.9165%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E2BF2E%22%2F%3E%3Cstop%20offset%3D%22.5758%22%20stop-color%3D%22%23FECF0A%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F8F3BD%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_187_%22%20d%3D%22M129.8%20115.1L138%20163h-.1l11.5%2015.7-10.4-60.6z%22%20class%3D%22st11%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_20_%22%20x1%3D%22129.7693%22%20x2%3D%22183.0076%22%20y1%3D%2296.6878%22%20y2%3D%2296.6878%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23D39F2D%22%2F%3E%3Cstop%20offset%3D%22.2537%22%20stop-color%3D%22%23DCA92F%22%2F%3E%3Cstop%20offset%3D%22.6012%22%20stop-color%3D%22%23E6B232%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_186_%22%20d%3D%22M183%2075.2l-18.5%206-34.7%2033.9%209.2%203z%22%20class%3D%22st12%22%2F%3E%3ClinearGradient%20id%3D%22XMLID_21_%22%20x1%3D%22116.4871%22%20x2%3D%22183.0076%22%20y1%3D%2273.8193%22%20y2%3D%2273.8193%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E2BF2E%22%2F%3E%3Cstop%20offset%3D%22.5758%22%20stop-color%3D%22%23FECF0A%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F8F3BD%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20id%3D%22XMLID_185_%22%20d%3D%22M122.2%2066.4l-5.7%207.9%2048%206.9%2018.5-6z%22%20class%3D%22st13%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.bullet_toggle_minus { background-position: 0 -181px; width: 16px; height: 16px; }
.bullet_toggle_plus { background-position: 0 -197px; width: 16px; height: 16px; }
.cake { background-position: 0 -213px; width: 16px; height: 16px; }
.comment { background-position: 0 -229px; width: 16px; height: 16px; }
.comments_add { background-position: 0 -245px; width: 16px; height: 16px; }
.comment_delete { background-position: 0 -261px; width: 16px; height: 16px; }
.comment_edit { background-position: 0 -277px; width: 16px; height: 16px; }
.compress { background-position: 0 -293px; width: 16px; height: 16px; }
.cross { background-position: 0 -324px; width: 16px; height: 16px; }
.donate { background-position: -68px -37px; width: 74px; height: 21px; }
.donator { background-position: 0 -340px; width: 11px; height: 11px; }
.donator_black { background-position: -9px -340px; width: 11px; height: 11px; }
.donatorbig { background-position: 0 -351px; width: 16px; height: 16px; }
.download_icon_left { background-position: -68px -58px; width: 32px; height: 37px; }
.download_icon_right{ background-position: -100px -58px; width: 5px; height: 37px; }
.download_as_txt_icon { background-position: -105px -58px; width: 38px; height: 37px; }
.drive_go { background-position: 0 -367px; width: 16px; height: 16px; }
.span.error { background-position: 0 -383px; width: 16px; height: 16px; }
.exclamation { background-position: 0 -415px; width: 16px; height: 16px; }
.exclamation.selected { background-position: 0 -399px; width: 16px; height: 16px; }
.files { background-position: 0 -431px; width: 16px; height: 16px; }
.group { background-position: 0 -478px; width: 16px; height: 16px; }
.help { background-position: -20px -32px; width: 16px; height: 16px; }
.image { background-position: -20px -80px; width: 16px; height: 16px; }
.key { background-position: -20px -130px; width: 16px; height: 16px; }
.leeched { background-position: -20px -146px; width: 16px; height: 16px; }
.leeched_inc { background-position: -20px -162px; width: 16px; height: 16px; }
.leeching { background-position: -20px -178px; width: 16px; height: 16px; }
.link { background-position: -20px -194px; width: 16px; height: 16px; }
icon.message { background-position: -20px -244px; width: 16px; height: 16px; }
.message_delete { background-position: -20px -260px; width: 16px; height: 16px; }
.message_edit { background-position: -20px -276px; width: 16px; height: 16px; }
.message_go { background-position: -20px -292px; width: 16px; height: 16px; }
.message_open { background-position: -20px -308px; width: 16px; height: 16px; }
.moderator { background-position: -20px -339px; width: 16px; height: 16px; }
.new { background-position: -20px -429px; width: 16px; height: 16px; }
.notify.selected {
	width: 16px; height: 16px;
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2032%2034%22%3E%3Cstyle%3E%20%20.st0%7Bfill%3A%23DB8A15%3B%7D%20.st1%7Bclip-path%3Aurl(%23SVGID_2_)%3Bfill%3A%23BF730D%3B%7D%20.st2%7Bfill%3A%23DD8D19%3B%7D%20.st3%7Bfill%3A%23FEDE7C%3B%7D%20.st4%7Bfill%3A%23FEC311%3B%7D%20%3C%2Fstyle%3E%3Ccircle%20cx%3D%2210.7%22%20cy%3D%2229.3%22%20r%3D%223%22%20class%3D%22st0%22%2F%3E%3Cdefs%3E%3Ccircle%20id%3D%22SVGID_1_%22%20cx%3D%2210.7%22%20cy%3D%2229.3%22%20r%3D%223%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22SVGID_2_%22%3E%3Cuse%20xlink%3Ahref%3D%22%23SVGID_1_%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3Cpath%20d%3D%22M13.5%2030.8c-2.1-.4-4-1.6-5.1-3.6.2-.3.5-.5.7-.8%201.6%201.1%203.3%202.2%204.9%203.3-.3.3-.3.7-.5%201.1z%22%20class%3D%22st1%22%2F%3E%3Cpath%20d%3D%22M30.2%204.9c0%201.8-1.4%203.2-3.2%203.2s-3.2-1.4-3.2-3.2%201.4-3.2%203.2-3.2%203.2%201.5%203.2%203.2zM27%203.4c-.9%200-1.6.7-1.6%201.6s.7%201.6%201.6%201.6%201.6-.7%201.6-1.6-.7-1.6-1.6-1.6z%22%20class%3D%22st2%22%2F%3E%3Cpath%20d%3D%22M28.6%2010.9c0-3.9-3.2-7.1-7.2-7.1h-.2c-1.4%200-2.8.4-3.9%201.1l-.1.1c-.1.1-.3.2-.4.3-.4.3-.8.6-1.2%201-2.7%203.1-6%204.7-9.9%205.3-.6.1-1.2.2-1.7.4-1.3.3-2.2.9-2.3%202.3-.1.4.3%202.1.4%202.5%201.3%203.9%204.1%206.7%207%209.5C11%2028%2012%2028.7%2014%2029.6l.9.3c3.3%201.1%204.4.5%205.2-2.9.9-3.6%201.5-7.3%204.7-9.8l.6-.6c2-1.2%203.2-3.3%203.2-5.7z%22%20class%3D%22st4%22%2F%3E%3Cpath%20d%3D%22M24%204.3c-2.8.3-4.3.8-5.7%202.3-4.6%205.1-10.5%207-16.6%207.7%200%201.1.2%201.8.4%202.5l1.1-.3c1-.3.6-.2%202-.5%207.5-1.8%209.8-2.6%2014.4-7.8.1-.1%201.3-1.4%201.7-1.8.4-.3%202.3-1.4%203.6-1.6h.2c-.3-.1-.7-.4-1.1-.5z%22%20class%3D%22st3%22%2F%3E%3C%2Fsvg%3E");
}
.notify:not(.selected) { background-position: -20px -476px; width: 16px; height: 16px; }
.piechart { background-position: -44px -31px; width: 16px; height: 16px; }
.report { background-position: -44px -62px; width: 16px; height: 16px; }
.report.selected  { background-position: -44px -78px; width: 16px; height: 16px; }
.rss { background-position: -44px -94px; width: 16px; height: 16px; }
.search { background-position: -44px -110px; width: 16px; height: 16px; }
.seeded { background-position: -44px -126px; width: 16px; height: 16px; }
.seeding { background-position: -44px -142px; width: 16px; height: 16px; }
.settings { background-position: -44px -158px; width: 16px; height: 16px; }
.star { background-position: -44px -190px; width: 16px; height: 16px; }
.star.selected { background-position: -44px -174px; width: 16px; height: 16px; }
.torrent_attach { background-position: -44px -221px; width: 16px; height: 16px; }
.torrent_delete { background-position: -44px -237px; width: 16px; height: 16px; }
.torrent_approval { background-position: -44px -285px; width: 16px; height: 16px; }
.torrent_reject { background-position: -44px -301px; width: 16px; height: 16px; }
.torrent_settings { background-position: -44px -317px; width: 16px; height: 16px; }
.torrent_swap { background-position: -44px -333px; width: 16px; height: 16px; }
.uploaded {
	width: 16px; height: 16px;
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22svg0%22%20viewBox%3D%224%2087%20620%20620%22%3E%3Cstyle%3E%20%20.st0%7Bfill%3Aurl(%23field_1_)%3Bstroke%3Aurl(%23field_2_)%3Bstroke-width%3A2%3B%7D%20.st1%7Bfill%3A%23FFFFFF%3B%7D%20%3C%2Fstyle%3E%3ClinearGradient%20id%3D%22field_1_%22%20x1%3D%2249.9285%22%20x2%3D%2228.9566%22%20y1%3D%22778.7941%22%20y2%3D%22733.8196%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(10%200%200%20-10%20-72%207942)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%231FDE00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22green%22%2F%3E%3C%2FlinearGradient%3E%3ClinearGradient%20id%3D%22field_2_%22%20x1%3D%2260.8986%22%20x2%3D%2215.9357%22%20y1%3D%22742.136%22%20y2%3D%22767.0668%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22matrix(10%200%200%20-10%20-72%207942)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23004000%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23006F00%22%2F%3E%3C%2FlinearGradient%3E%3Ccircle%20id%3D%22field%22%20cx%3D%22314%22%20cy%3D%22397%22%20r%3D%22258%22%20class%3D%22st0%22%2F%3E%3Cpath%20id%3D%22check%22%20d%3D%22M109.7%20478.6s75%2084.4%2089.9%20118.9h64.5C291%20515%20396%20318.2%20485.9%20249.2c18.6-24-28.2-33.8-66-18-56.9%2023.9-164.3%20206.5-184.3%20250.4-28.5%207.5-58.5-48-58.5-48l-67.4%2045z%22%20class%3D%22st1%22%2F%3E%3C%2Fsvg%3E");
}
.uploader { background-position: -44px -396px; width: 16px; height: 16px; }
.user { background-position: -44px -412px; width: 16px; height: 16px; }
.warned { background-position: -44px -428px; width: 13px; height: 11px; }
.warnedbig { background-position: -44px -439px; width: 16px; height: 16px; }

.wishlist { background-position: -44px -471px; width: 16px; height: 16px; }
.wishlist.selected {background-position: -44px -455px;}

.blacklist { background-position: -44px -503px; width: 16px; height: 16px; }
.blacklist.selected {background-position: -44px -488px;}

img.default_avatar { background-image: url(../images/default_avatar.png); width:100px; height:100px; }
img.system { background-image: url(../images/system.png); }

/* Torrent categories icons */

.torrent_icon {
	width: 89px;
	height: 50px;
}

.artbook {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20968%20547%22%3E%3Cg%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%3E%3Cpath%20fill%3D%22%23E74C3C%22%20d%3D%22M579%2014h250v350H579z%22%2F%3E%3Cpath%20fill%3D%22%2356CC72%22%20d%3D%22M616%2043h250v350H616z%22%2F%3E%3Cpath%20fill%3D%22%233FA9F5%22%20d%3D%22M657%2081h250v350H657z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M701%20115h250v350H701z%22%2F%3E%3C%2Fg%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22-955.907%22%20x2%3D%22-955.907%22%20y1%3D%221.9709%22%20y2%3D%22-83.5782%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-133.3%205.7%20-221.4)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23AA003E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23D60050%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20d%3D%22M826.996%20325.537s-4.476%2061.133-61.583%2059.395c0-.001-3.591-53.908%2061.583-59.395z%22%2F%3E%3ClinearGradient%20id%3D%22b%22%20x1%3D%22-955.908%22%20x2%3D%22-955.908%22%20y1%3D%221.9683%22%20y2%3D%22-62.5633%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-133.3%205.7%20-221.4)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23740030%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23D60050%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23b)%22%20d%3D%22M827.073%20325.623s-3.377%2046.113-46.453%2044.803c0%200-2.705-40.663%2046.453-44.803z%22%2F%3E%3ClinearGradient%20id%3D%22c%22%20x1%3D%221687.1659%22%20x2%3D%221687.1659%22%20y1%3D%22539.6415%22%20y2%3D%22403.6366%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(46.7%201503.4%20-564.2)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%238DC21F%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23DADF00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23c)%22%20d%3D%22M825.905%20326.657s7.119-97.191%2097.904-94.424c0%200%205.709%2085.697-97.904%2094.424z%22%2F%3E%3ClinearGradient%20id%3D%22d%22%20x1%3D%221687.166%22%20x2%3D%221687.166%22%20y1%3D%22539.6401%22%20y2%3D%22437.0457%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(46.7%201503.4%20-564.2)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2393B100%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23DADF00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23d)%22%20d%3D%22M825.781%20326.523s5.37-73.313%2073.853-71.23c-.001.001%204.304%2064.648-73.853%2071.23z%22%2F%3E%3ClinearGradient%20id%3D%22e%22%20x1%3D%22601.1788%22%20x2%3D%22601.1788%22%20y1%3D%22-1084.0782%22%20y2%3D%22-1169.6343%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(136.7%20434.8%20-334.5)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23004DA0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009BD9%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23e)%22%20d%3D%22M827.043%20325.765s61.134%204.477%2059.397%2061.59c.001%200-53.91%203.586-59.397-61.59z%22%2F%3E%3ClinearGradient%20id%3D%22f%22%20x1%3D%22601.1771%22%20x2%3D%22601.1771%22%20y1%3D%22-1084.0768%22%20y2%3D%22-1148.6111%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(136.7%20434.8%20-334.5)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23004DA0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009BD9%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23f)%22%20d%3D%22M827.127%20325.684s46.117%203.381%2044.803%2046.457c0%200-40.66%202.71-44.803-46.457z%22%2F%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%22130.3841%22%20x2%3D%22130.3841%22%20y1%3D%221624.6968%22%20y2%3D%221491.595%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-43.3%20-1158.4%2097)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E95504%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F9BE00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23g)%22%20d%3D%22M827.69%20325.936s-95.111-6.965-92.408-95.815c0%200%2083.869-5.582%2092.408%2095.815z%22%2F%3E%3ClinearGradient%20id%3D%22h%22%20x1%3D%22130.3842%22%20x2%3D%22130.3842%22%20y1%3D%221624.6946%22%20y2%3D%221524.2936%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-43.3%20-1158.4%2097)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23BF7700%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FCCF00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23h)%22%20d%3D%22M827.559%20326.056s-71.747-5.251-69.705-72.275c0%20.001%2063.264-4.209%2069.705%2072.275z%22%2F%3E%3ClinearGradient%20id%3D%22i%22%20x1%3D%221467.5171%22%20x2%3D%221467.5171%22%20y1%3D%22-531.9483%22%20y2%3D%22-647.8325%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(91.7%20732.3%20-413.5)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300939B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2383C2D4%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23i)%22%20d%3D%22M828.239%20325.531s62.839-54.265%20115.87%202.095c0%200-48.194%2055.068-115.87-2.095z%22%2F%3E%3ClinearGradient%20id%3D%22j%22%20x1%3D%221467.5198%22%20x2%3D%221467.5198%22%20y1%3D%22-531.9435%22%20y2%3D%22-619.3642%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(91.7%20732.3%20-413.5)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23008BBA%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239FCDEE%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23j)%22%20d%3D%22M828.239%20325.375s47.405-40.933%2087.41%201.58c0%200-36.353%2041.545-87.41-1.58z%22%2F%3E%3ClinearGradient%20id%3D%22k%22%20x1%3D%22-734.3252%22%20x2%3D%22-734.3252%22%20y1%3D%221069.8043%22%20y2%3D%22949.2974%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-88.3%20-337%20-106.4)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23A5040E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E95504%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23k)%22%20d%3D%22M826.555%20325.988s-65.347%2056.43-120.492-2.183c0%200%2050.115-57.262%20120.492%202.183z%22%2F%3E%3ClinearGradient%20id%3D%22l%22%20x1%3D%22-734.3231%22%20x2%3D%22-734.3231%22%20y1%3D%221069.8042%22%20y2%3D%22978.9045%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-88.3%20-337%20-106.4)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23A5040E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E95504%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23l)%22%20d%3D%22M826.55%20326.148s-49.294%2042.564-90.889-1.643c.001%200%2037.805-43.195%2090.889%201.643z%22%2F%3E%3ClinearGradient%20id%3D%22m%22%20x1%3D%221133.4353%22%20x2%3D%221133.4353%22%20y1%3D%221340.2589%22%20y2%3D%221179.5586%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(1.8%2034162.6%20-9309.3)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23F9BE00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFE100%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23m)%22%20d%3D%22M826.024%20327.57s-75.251-87.142%202.91-160.681c0%200%2076.363%2066.829-2.91%20160.681z%22%2F%3E%3ClinearGradient%20id%3D%22n%22%20x1%3D%221133.4375%22%20x2%3D%221133.4375%22%20y1%3D%221340.2577%22%20y2%3D%221219.0354%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(1.8%2034162.6%20-9309.3)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23F9BE00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFD800%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23n)%22%20d%3D%22M825.808%20327.562s-56.761-65.734%202.193-121.208c0%20.001%2057.606%2050.414-2.193%20121.208z%22%2F%3E%3ClinearGradient%20id%3D%22o%22%20x1%3D%22-400.5747%22%20x2%3D%22-400.5747%22%20y1%3D%22-800.3582%22%20y2%3D%22-864.4557%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-178.2%20222%20-245.9)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%235F1985%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23C27BB0%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23o)%22%20d%3D%22M826.936%20327.224s30.018%2034.759-1.158%2064.09c0%200-30.461-26.655%201.158-64.09z%22%2F%3E%3ClinearGradient%20id%3D%22p%22%20x1%3D%22-400.5736%22%20x2%3D%22-400.5736%22%20y1%3D%22-800.3583%22%20y2%3D%22-848.709%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-178.2%20222%20-245.9)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%234C076C%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23C27BB0%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23p)%22%20d%3D%22M827.024%20327.227s22.641%2026.221-.877%2048.345c0%200-22.976-20.108.877-48.345z%22%2F%3E%3ClinearGradient%20id%3D%22q%22%20x1%3D%22-952.892%22%20x2%3D%22-952.892%22%20y1%3D%222.6002%22%20y2%3D%22-46.5776%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-133.3%205.7%20-221.4)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23AA003E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23D60050%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23q)%22%20d%3D%22M825.524%20323.055s-2.572%2035.142-35.4%2034.144c0-.001-2.066-30.989%2035.4-34.144z%22%2F%3E%3ClinearGradient%20id%3D%22r%22%20x1%3D%22-952.8917%22%20x2%3D%22-952.8917%22%20y1%3D%222.6002%22%20y2%3D%22-34.4968%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-133.3%205.7%20-221.4)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23740030%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23D60050%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23r)%22%20d%3D%22M825.568%20323.101s-1.94%2026.513-26.704%2025.756c0%200-1.555-23.372%2026.704-25.756z%22%2F%3E%3ClinearGradient%20id%3D%22s%22%20x1%3D%221684.636%22%20x2%3D%221684.636%22%20y1%3D%22538.3486%22%20y2%3D%22460.1629%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(46.7%201503.4%20-564.2)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%238DC21F%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23DADF00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23s)%22%20d%3D%22M824.895%20323.697s4.09-55.871%2056.285-54.279c0%200%203.28%2049.264-56.285%2054.279z%22%2F%3E%3ClinearGradient%20id%3D%22t%22%20x1%3D%221684.6372%22%20x2%3D%221684.6372%22%20y1%3D%22538.3469%22%20y2%3D%22479.3693%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(46.7%201503.4%20-564.2)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2393B100%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23DADF00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23t)%22%20d%3D%22M824.826%20323.621s3.087-42.143%2042.456-40.946c0%200%202.471%2037.162-42.456%2040.946z%22%2F%3E%3ClinearGradient%20id%3D%22u%22%20x1%3D%22600.6979%22%20x2%3D%22600.6979%22%20y1%3D%22-1081.1796%22%20y2%3D%22-1130.3583%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(136.7%20434.8%20-334.5)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23004DA0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009BD9%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23u)%22%20d%3D%22M825.552%20323.188s35.141%202.571%2034.142%2035.403c0%20.001-30.99%202.062-34.142-35.403z%22%2F%3E%3ClinearGradient%20id%3D%22v%22%20x1%3D%22600.6968%22%20x2%3D%22600.6968%22%20y1%3D%22-1081.1788%22%20y2%3D%22-1118.2745%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(136.7%20434.8%20-334.5)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23004DA0%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23009BD9%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23v)%22%20d%3D%22M825.602%20323.14s26.506%201.942%2025.752%2026.706c0%20.001-23.377%201.56-25.752-26.706z%22%2F%3E%3ClinearGradient%20id%3D%22w%22%20x1%3D%22131.2249%22%20x2%3D%22131.2249%22%20y1%3D%221621.5553%22%20y2%3D%221545.0403%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-43.3%20-1158.4%2097)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23E95504%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23F9BE00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23w)%22%20d%3D%22M825.923%20323.285s-54.677-4.005-53.121-55.081c0%200%2048.215-3.21%2053.121%2055.081z%22%2F%3E%3ClinearGradient%20id%3D%22x%22%20x1%3D%22131.2231%22%20x2%3D%22131.2231%22%20y1%3D%221621.553%22%20y2%3D%221563.8364%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-43.3%20-1158.4%2097)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23BF7700%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FCCF00%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23x)%22%20d%3D%22M825.846%20323.354s-41.242-3.021-40.071-41.547c0%200%2036.369-2.42%2040.071%2041.547z%22%2F%3E%3ClinearGradient%20id%3D%22y%22%20x1%3D%221465.3733%22%20x2%3D%221465.3733%22%20y1%3D%22-529.8736%22%20y2%3D%22-596.491%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(91.7%20732.3%20-413.5)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%2300939B%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%2383C2D4%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23y)%22%20d%3D%22M826.239%20323.054s36.123-31.197%2066.609%201.203c0%200-27.707%2031.657-66.609-1.203z%22%2F%3E%3ClinearGradient%20id%3D%22z%22%20x1%3D%221465.3724%22%20x2%3D%221465.3724%22%20y1%3D%22-529.8708%22%20y2%3D%22-580.124%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(91.7%20732.3%20-413.5)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23008BBA%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%239FCDEE%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23z)%22%20d%3D%22M826.239%20322.962s27.252-23.53%2050.247.907c0%200-20.897%2023.879-50.247-.907z%22%2F%3E%3ClinearGradient%20id%3D%22A%22%20x1%3D%22-731.4085%22%20x2%3D%22-731.4085%22%20y1%3D%221068.4381%22%20y2%3D%22999.164%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-88.3%20-337%20-106.4)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23A5040E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E95504%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23A)%22%20d%3D%22M825.27%20323.314s-37.564%2032.44-69.266-1.256c0%200%2028.811-32.918%2069.266%201.256z%22%2F%3E%3ClinearGradient%20id%3D%22B%22%20x1%3D%22-731.4075%22%20x2%3D%22-731.4075%22%20y1%3D%221068.4401%22%20y2%3D%221016.1797%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-88.3%20-337%20-106.4)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23A5040E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23E95504%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23B)%22%20d%3D%22M825.269%20323.407s-28.336%2024.47-52.254-.947c0%200%2021.734-24.831%2052.254.947z%22%2F%3E%3ClinearGradient%20id%3D%22C%22%20x1%3D%221132.6514%22%20x2%3D%221132.6514%22%20y1%3D%221336.944%22%20y2%3D%221244.566%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(1.8%2034162.6%20-9309.3)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23F9BE00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFE100%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23C)%22%20d%3D%22M824.965%20324.222s-43.262-50.091%201.672-92.367c0%200%2043.901%2038.415-1.672%2092.367z%22%2F%3E%3ClinearGradient%20id%3D%22D%22%20x1%3D%221132.6523%22%20x2%3D%221132.6523%22%20y1%3D%221336.9458%22%20y2%3D%221267.2596%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(1.8%2034162.6%20-9309.3)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23F9BE00%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFD800%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23D)%22%20d%3D%22M824.84%20324.22s-32.629-37.79%201.261-69.678c0%200%2033.114%2028.98-1.261%2069.678z%22%2F%3E%3ClinearGradient%20id%3D%22E%22%20x1%3D%22-398.8792%22%20x2%3D%22-398.8792%22%20y1%3D%22-797.2033%22%20y2%3D%22-834.0537%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-178.2%20222%20-245.9)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%235F1985%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23C27BB0%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23E)%22%20d%3D%22M825.493%20324.024s17.252%2019.981-.673%2036.846c0%200-17.51-15.326.673-36.846z%22%2F%3E%3ClinearGradient%20id%3D%22F%22%20x1%3D%22-398.8787%22%20x2%3D%22-398.8787%22%20y1%3D%22-797.2038%22%20y2%3D%22-825.0002%22%20gradientUnits%3D%22userSpaceOnUse%22%20gradientTransform%3D%22rotate(-178.2%20222%20-245.9)%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%234C076C%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23C27BB0%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23F)%22%20d%3D%22M825.54%20324.026s13.013%2015.073-.503%2027.793c-.001%200-13.21-11.562.503-27.793z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M130.698%20519.531l-11.72-36.072H76.539l-11.72%2036.072h-47.77l62.057-179.048h37.306l62.057%20179.048h-47.771zm-25.966-79.471l-6.974-21.313-6.974%2021.313h13.948z%22%2F%3E%3Cpath%20d%3D%22M112.497%20345.983l58.244%20168.048h-36.047l-11.72-36.072H72.543l-11.72%2036.072H24.776L83.02%20345.983h29.477m-29.3%2099.577h29.122l-14.561-44.496-14.561%2044.496m37.13-110.577H75.191l-2.564%207.398-58.245%20168.048-5.061%2014.602h59.493l2.47-7.601%209.25-28.471h34.447l9.25%2028.471%202.47%207.601h59.493l-5.061-14.602-58.244-168.048-2.562-7.398z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M176.96%20519.531V388.436h52.557c4.469%200%208.962%201.048%2013.353%203.116%204.32%202.034%208.226%204.981%2011.609%208.758%203.329%203.72%206.032%208.203%208.039%2013.329%202.019%205.157%203.042%2011.027%203.042%2017.448v17.597h-40.655v-12.196c0-2.42-.532-4.225-1.627-5.518-.91-1.072-1.83-1.511-3.172-1.511h-2.491v90.072H176.96z%22%2F%3E%3Cpath%20d%3D%22M229.517%20393.936c3.668%200%207.339.863%2011.01%202.592%203.668%201.728%206.953%204.212%209.855%207.452%202.899%203.24%205.238%207.128%207.014%2011.664%201.775%204.536%202.664%209.686%202.664%2015.443v12.097h-29.655v-6.696c0-3.743-.977-6.767-2.93-9.072-1.953-2.302-4.412-3.456-7.369-3.456h-7.991v90.072H182.46V393.936h47.057m0-11H171.46v142.096h51.655v-70.848h47.945v-23.097c0-7.109-1.151-13.654-3.42-19.452-2.247-5.739-5.295-10.782-9.06-14.99-3.881-4.333-8.376-7.719-13.366-10.069-5.13-2.416-10.411-3.64-15.697-3.64z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M317.237%20519.531c-4.106%200-8.118-.358-11.924-1.063-4.498-.835-8.569-2.883-12.102-6.085-3.456-3.128-6.202-7.561-8.159-13.173-1.879-5.381-2.792-12.333-2.792-21.251v-50.228h-17.757v-39.296h17.757v-47.952h40.655v47.952h27.346v39.296h-27.346v41.156c0%201.989.083%203.935.245%205.781.109%201.244.409%202.287.916%203.19.337.603.928%201.104%201.81%201.539.637.316%202.167.837%205.38.837h18.996v39.296h-33.025z%22%2F%3E%3Cpath%20d%3D%22M317.415%20345.983v47.952h27.346v28.296h-27.346v46.656c0%202.159.089%204.249.266%206.264.178%202.019.71%203.817%201.598%205.399.888%201.587%202.278%202.846%204.173%203.78%201.892.938%204.498%201.404%207.813%201.404h13.496v28.296h-27.524c-3.79%200-7.43-.324-10.921-.972-3.493-.648-6.631-2.231-9.411-4.752-2.783-2.519-5.002-6.156-6.659-10.908-1.659-4.752-2.486-11.232-2.486-19.44V422.23h-17.757v-28.296h17.757v-47.952h29.655m11-10.999H276.76v47.952h-17.757v50.296h17.757v44.728c0%209.546%201.014%2017.091%203.101%2023.066%202.262%206.487%205.514%2011.683%209.664%2015.439%204.293%203.891%209.269%206.387%2014.784%207.411%204.138.767%208.487%201.156%2012.928%201.156h38.524v-50.296h-24.496c-1.313%200-2.134-.107-2.582-.194-.018-.11-.033-.229-.044-.355-.148-1.687-.224-3.47-.224-5.299v-35.656h27.346v-50.296h-27.346v-47.952z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M353.644%20519.531V340.483h40.655v47.952h21.136c16.571%200%2029.74%205.799%2039.142%2017.234%209.137%2011.115%2013.77%2027.37%2013.77%2048.313s-4.633%2037.198-13.77%2048.313c-9.402%2011.436-22.571%2017.234-39.142%2017.234h-61.791zm57.883-41.024c1.961%200%203.757-.375%205.491-1.145%201.597-.712%203.025-1.899%204.365-3.632%201.456-1.883%202.634-4.382%203.5-7.428.921-3.236%201.388-7.381%201.388-12.319%200-4.803-.47-8.92-1.396-12.237-.868-3.105-2.043-5.634-3.495-7.514-1.339-1.729-2.769-2.918-4.366-3.629-1.73-.77-3.525-1.145-5.487-1.145h-17.229v49.048h17.229z%22%2F%3E%3Cpath%20d%3D%22M388.798%20345.983v47.952h26.636c14.917%200%2026.547%205.076%2034.893%2015.228%208.346%2010.152%2012.519%2025.094%2012.519%2044.82%200%2019.73-4.172%2034.668-12.519%2044.82-8.346%2010.151-19.977%2015.228-34.893%2015.228h-56.29V345.983h29.654m0%20138.024h22.729c2.722%200%205.297-.54%207.725-1.619%202.425-1.08%204.586-2.842%206.481-5.292%201.892-2.447%203.374-5.542%204.439-9.288%201.065-3.743%201.598-8.351%201.598-13.824%200-5.326-.533-9.899-1.598-13.716-1.065-3.814-2.547-6.946-4.439-9.397-1.895-2.446-4.057-4.212-6.481-5.292-2.428-1.08-5.002-1.62-7.725-1.62h-22.729v60.048m11-149.024h-51.655v190.048h67.29c18.295%200%2032.893-6.474%2043.39-19.242%209.968-12.125%2015.021-29.555%2015.021-51.806%200-22.251-5.054-39.681-15.021-51.806-10.497-12.768-25.096-19.242-43.39-19.242h-15.636v-47.952h.001zm0%2099.976h11.729c1.175%200%202.239.219%203.253.67.733.326%201.493.992%202.257%201.978%201.006%201.303%201.865%203.198%202.541%205.619.791%202.834%201.193%206.454%201.193%2010.757%200%204.429-.396%208.067-1.178%2010.813-.674%202.37-1.536%204.244-2.562%205.571-.757.979-1.516%201.643-2.255%201.972-1.008.448-2.073.668-3.249.668h-11.729v-38.048z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M525.352%20521.907c-8.734%200-16.76-1.484-23.852-4.412-7.224-2.981-13.473-7.477-18.571-13.362-5.024-5.79-8.944-13.017-11.648-21.475-2.648-8.282-3.991-17.93-3.991-28.675%200-10.746%201.343-20.394%203.991-28.675%202.702-8.452%206.621-15.678%2011.649-21.477%205.099-5.881%2011.346-10.376%2018.568-13.359%207.094-2.929%2015.119-4.413%2023.854-4.413%208.731%200%2016.756%201.484%2023.851%204.412%207.223%202.984%2013.47%207.479%2018.571%2013.359%205.03%205.806%208.949%2013.031%2011.649%2021.478%202.647%208.279%203.99%2017.927%203.99%2028.675%200%2010.747-1.343%2020.395-3.99%2028.675-2.702%208.452-6.621%2015.678-11.648%2021.476-5.102%205.885-11.351%2010.38-18.571%2013.361-7.097%202.928-15.121%204.412-23.852%204.412zm0-96.12c-3.315%200-5.985.538-7.937%201.6-1.845%201.002-3.271%202.468-4.364%204.485-1.291%202.388-2.226%205.389-2.774%208.917-.604%203.873-.911%208.312-.911%2013.194%200%204.886.307%209.324.91%2013.19.55%203.535%201.483%206.535%202.776%208.921%201.092%202.017%202.518%203.482%204.359%204.483%201.955%201.063%204.626%201.602%207.94%201.602%203.313%200%205.984-.539%207.939-1.602%201.844-1.002%203.271-2.468%204.358-4.48%201.291-2.381%202.225-5.382%202.777-8.923.604-3.884.911-8.323.911-13.191%200-4.865-.307-9.306-.911-13.195-.553-3.534-1.486-6.537-2.776-8.919-1.09-2.013-2.517-3.479-4.36-4.481-1.952-1.063-4.623-1.601-7.937-1.601z%22%2F%3E%3Cpath%20d%3D%22M525.352%20391.56c8.049%200%2015.299%201.333%2021.753%203.996%206.451%202.666%2011.956%206.625%2016.515%2011.88%204.556%205.258%208.079%2011.771%2010.565%2019.548%202.486%207.775%203.729%2016.777%203.729%2027%200%2010.227-1.242%2019.224-3.729%2027-2.486%207.775-6.01%2014.293-10.565%2019.548-4.559%205.258-10.063%209.217-16.515%2011.88-6.454%202.663-13.704%203.996-21.753%203.996-8.052%200-15.302-1.333-21.753-3.996-6.453-2.663-11.958-6.622-16.514-11.88-4.56-5.255-8.08-11.772-10.565-19.548-2.486-7.776-3.73-16.773-3.73-27%200-10.223%201.243-19.225%203.73-27%202.485-7.776%206.006-14.29%2010.565-19.548%204.556-5.255%2010.061-9.214%2016.514-11.88%206.451-2.663%2013.701-3.996%2021.753-3.996m0%2096.12c4.262%200%207.783-.757%2010.565-2.269%202.78-1.512%204.973-3.743%206.57-6.696%201.599-2.949%202.722-6.514%203.374-10.691.649-4.175.977-8.856.977-14.04%200-5.185-.327-9.862-.977-14.04-.652-4.175-1.775-7.739-3.374-10.692-1.598-2.949-3.79-5.184-6.57-6.695-2.782-1.513-6.304-2.269-10.565-2.269s-7.785.756-10.565%202.269c-2.783%201.512-4.972%203.746-6.57%206.695-1.598%202.953-2.725%206.518-3.374%2010.692-.652%204.178-.977%208.855-.977%2014.04%200%205.184.324%209.865.977%2014.04.649%204.178%201.776%207.742%203.374%2010.691%201.599%202.953%203.787%205.185%206.57%206.696%202.779%201.512%206.303%202.269%2010.565%202.269m0-107.12c-9.458%200-18.189%201.624-25.95%204.828-8.024%203.315-14.964%208.308-20.628%2014.842-5.518%206.363-9.802%2014.238-12.732%2023.405-2.821%208.822-4.252%2019.033-4.252%2030.349%200%2011.314%201.431%2021.526%204.252%2030.35%202.932%209.172%207.216%2017.047%2012.735%2023.407%205.661%206.533%2012.602%2011.528%2020.626%2014.839%207.76%203.203%2016.491%204.828%2025.949%204.828%209.455%200%2018.185-1.624%2025.949-4.828%208.022-3.311%2014.962-8.305%2020.63-14.842%205.517-6.364%209.801-14.238%2012.732-23.403%202.821-8.823%204.251-19.034%204.251-30.35%200-11.317-1.43-21.529-4.251-30.35-2.928-9.159-7.211-17.032-12.729-23.401-5.671-6.537-12.609-11.529-20.627-14.843-7.77-3.207-16.501-4.831-25.955-4.831zm0%2096.12c-3.129%200-4.67-.584-5.311-.932-.611-.332-1.403-.887-2.151-2.269-.994-1.835-1.726-4.238-2.178-7.144-.562-3.595-.846-7.748-.846-12.35%200-4.6.284-8.753.845-12.343.453-2.912%201.186-5.318%202.181-7.155.747-1.378%201.539-1.934%202.146-2.263.646-.351%202.185-.935%205.315-.935%203.129%200%204.671.584%205.311.933.904.492%201.568%201.192%202.153%202.271.989%201.826%201.722%204.233%202.178%207.151.56%203.603.845%207.758.845%2012.342%200%204.586-.285%208.741-.846%2012.349-.455%202.912-1.187%205.317-2.175%207.14-.586%201.083-1.249%201.782-2.154%202.274-.642.346-2.186.931-5.313.931z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M640.419%20521.907c-8.734%200-16.76-1.484-23.852-4.412-7.224-2.981-13.473-7.477-18.571-13.362-5.024-5.792-8.944-13.018-11.648-21.475-2.647-8.283-3.99-17.931-3.99-28.675%200-10.745%201.343-20.393%203.989-28.675%202.702-8.451%206.622-15.677%2011.65-21.476%205.099-5.882%2011.346-10.377%2018.568-13.36%207.094-2.929%2015.119-4.413%2023.854-4.413%208.731%200%2016.756%201.484%2023.851%204.412%207.223%202.984%2013.47%207.479%2018.571%2013.359%205.03%205.806%208.949%2013.031%2011.649%2021.478%202.647%208.279%203.99%2017.927%203.99%2028.675%200%2010.747-1.343%2020.395-3.99%2028.675-2.702%208.452-6.621%2015.678-11.648%2021.476-5.102%205.885-11.351%2010.38-18.571%2013.361-7.096%202.928-15.121%204.412-23.852%204.412zm0-96.12c-3.315%200-5.985.538-7.937%201.6-1.845%201.002-3.271%202.468-4.364%204.485-1.291%202.388-2.226%205.389-2.774%208.917-.604%203.873-.911%208.312-.911%2013.194%200%204.886.307%209.324.91%2013.19.55%203.535%201.483%206.535%202.776%208.921%201.092%202.017%202.518%203.482%204.359%204.483%201.955%201.063%204.626%201.602%207.94%201.602%203.313%200%205.984-.539%207.939-1.602%201.844-1.002%203.271-2.468%204.358-4.48%201.291-2.381%202.225-5.382%202.777-8.923.604-3.884.911-8.323.911-13.191%200-4.865-.307-9.306-.911-13.195-.553-3.534-1.486-6.537-2.776-8.919-1.09-2.013-2.517-3.479-4.36-4.481-1.952-1.063-4.623-1.601-7.937-1.601z%22%2F%3E%3Cpath%20d%3D%22M640.419%20391.56c8.049%200%2015.299%201.333%2021.753%203.996%206.451%202.666%2011.956%206.625%2016.515%2011.88%204.556%205.258%208.079%2011.771%2010.565%2019.548%202.486%207.775%203.729%2016.777%203.729%2027%200%2010.227-1.242%2019.224-3.729%2027-2.486%207.775-6.01%2014.293-10.565%2019.548-4.559%205.258-10.063%209.217-16.515%2011.88-6.454%202.663-13.704%203.996-21.753%203.996-8.052%200-15.302-1.333-21.753-3.996-6.453-2.663-11.958-6.622-16.514-11.88-4.559-5.255-8.08-11.772-10.566-19.548-2.485-7.776-3.729-16.773-3.729-27%200-10.223%201.243-19.225%203.729-27%202.486-7.776%206.008-14.29%2010.566-19.548%204.556-5.255%2010.061-9.214%2016.514-11.88%206.451-2.663%2013.701-3.996%2021.753-3.996m0%2096.12c4.262%200%207.783-.757%2010.565-2.269%202.78-1.512%204.973-3.743%206.57-6.696%201.599-2.949%202.722-6.514%203.374-10.691.649-4.175.977-8.856.977-14.04%200-5.185-.327-9.862-.977-14.04-.652-4.175-1.775-7.739-3.374-10.692-1.598-2.949-3.79-5.184-6.57-6.695-2.782-1.513-6.304-2.269-10.565-2.269s-7.785.756-10.565%202.269c-2.783%201.512-4.972%203.746-6.57%206.695-1.598%202.953-2.725%206.518-3.374%2010.692-.652%204.178-.977%208.855-.977%2014.04%200%205.184.324%209.865.977%2014.04.649%204.178%201.776%207.742%203.374%2010.691%201.599%202.953%203.787%205.185%206.57%206.696%202.78%201.512%206.303%202.269%2010.565%202.269m0-107.12c-9.458%200-18.189%201.624-25.95%204.828-8.024%203.315-14.964%208.308-20.628%2014.842-5.518%206.365-9.802%2014.239-12.732%2023.403-2.821%208.825-4.251%2019.036-4.251%2030.35%200%2011.313%201.43%2021.524%204.251%2030.349%202.933%209.172%207.218%2017.047%2012.735%2023.407%205.661%206.534%2012.603%2011.529%2020.627%2014.84%207.76%203.203%2016.491%204.828%2025.949%204.828%209.455%200%2018.185-1.624%2025.949-4.828%208.022-3.311%2014.962-8.305%2020.63-14.842%205.517-6.364%209.801-14.238%2012.732-23.403%202.821-8.823%204.251-19.034%204.251-30.35%200-11.317-1.43-21.529-4.251-30.35-2.928-9.159-7.211-17.032-12.729-23.401-5.671-6.537-12.609-11.529-20.627-14.843-7.771-3.206-16.501-4.83-25.956-4.83zm0%2096.12c-3.129%200-4.67-.584-5.311-.932-.611-.332-1.403-.887-2.151-2.269-.994-1.835-1.726-4.238-2.178-7.144-.562-3.595-.846-7.748-.846-12.35%200-4.6.284-8.753.845-12.343.453-2.912%201.186-5.318%202.181-7.155.747-1.378%201.539-1.934%202.146-2.263.646-.351%202.185-.935%205.315-.935%203.129%200%204.671.584%205.311.933.904.492%201.568%201.192%202.153%202.271.989%201.826%201.722%204.233%202.178%207.151.56%203.603.845%207.758.845%2012.342%200%204.586-.285%208.741-.846%2012.349-.455%202.912-1.187%205.317-2.175%207.14-.586%201.083-1.249%201.782-2.154%202.274-.641.346-2.185.931-5.313.931z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M767.12%20519.531l-24.601-36.539v36.539h-40.655V340.483h40.655v78.942l22.026-30.989h49.275l-46.34%2062.525%2050.774%2068.57%22%2F%3E%3Cpath%20d%3D%22M737.019%20345.983v89.424h.888l29.478-41.472H802.9l-42.263%2057.023%2046.702%2063.072h-37.29l-32.142-47.736h-.888v47.736h-29.654V345.983h29.654m11-11h-51.654v190.048h51.654v-24.022l12.905%2019.166%203.27%204.856h64.977l-12.992-17.546-41.853-56.523%2037.411-50.477%2013.007-17.55h-63.036l-3.289%204.627-10.399%2014.631v-67.21h-.001z%22%2F%3E%3C%2Fsvg%3E");
}
.h_artbook {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20968%20547%22%3E%3Cpath%20fill%3D%22%23E74C3C%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M579%2014h250v350H579z%22%2F%3E%3Cpath%20fill%3D%22%2356CC72%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M616%2043h250v350H616z%22%2F%3E%3Cpath%20fill%3D%22%233FA9F5%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M657%2081h250v350H657z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M701%20115h250v350H701z%22%2F%3E%3Cpath%20d%3D%22M826.001%20219.146C813.947%20199.061%20793.862%20185%20769.758%20185c-34.146%200-60.258%2033.515-60.258%2060.259%200%2051.912%2036.156%2076.33%20116.501%20152.655C906.344%20321.589%20942.5%20297.171%20942.5%20245.259c0-26.744-26.113-60.259-60.26-60.259-24.102%200-44.187%2014.061-56.239%2034.146z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M130.698%20519.531l-11.72-36.072H76.539l-11.72%2036.072h-47.77l62.057-179.048h37.306l62.057%20179.048h-47.771zm-25.966-79.471l-6.974-21.313-6.974%2021.313h13.948z%22%2F%3E%3Cpath%20d%3D%22M112.497%20345.983l58.244%20168.048h-36.047l-11.72-36.072H72.543l-11.72%2036.072H24.776L83.02%20345.983h29.477m-29.3%2099.577h29.122l-14.561-44.496-14.561%2044.496m37.13-110.577H75.191l-2.564%207.398-58.245%20168.048-5.061%2014.602h59.493l2.47-7.601%209.25-28.471h34.447l9.25%2028.471%202.47%207.601h59.493l-5.061-14.602-58.244-168.048-2.562-7.398z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M176.96%20519.531V388.436h52.557c4.469%200%208.962%201.048%2013.353%203.116%204.32%202.034%208.226%204.981%2011.609%208.758%203.329%203.72%206.032%208.203%208.039%2013.329%202.019%205.157%203.042%2011.027%203.042%2017.448v17.597h-40.655v-12.196c0-2.42-.532-4.225-1.627-5.518-.91-1.072-1.83-1.511-3.172-1.511h-2.491v90.072H176.96z%22%2F%3E%3Cpath%20d%3D%22M229.517%20393.936c3.668%200%207.339.863%2011.01%202.592%203.668%201.728%206.953%204.212%209.855%207.452%202.899%203.24%205.238%207.128%207.014%2011.664%201.775%204.536%202.664%209.686%202.664%2015.443v12.097h-29.655v-6.696c0-3.743-.977-6.767-2.93-9.072-1.953-2.302-4.412-3.456-7.369-3.456h-7.991v90.072H182.46V393.936h47.057m0-11H171.46v142.096h51.655v-70.848h47.945v-23.097c0-7.109-1.151-13.654-3.42-19.452-2.247-5.739-5.295-10.782-9.06-14.99-3.881-4.333-8.376-7.719-13.366-10.069-5.13-2.416-10.411-3.64-15.697-3.64z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M317.237%20519.531c-4.106%200-8.118-.358-11.924-1.063-4.498-.835-8.569-2.883-12.102-6.085-3.456-3.128-6.202-7.561-8.159-13.173-1.879-5.381-2.792-12.333-2.792-21.251v-50.228h-17.757v-39.296h17.757v-47.952h40.655v47.952h27.346v39.296h-27.346v41.156c0%201.989.083%203.935.245%205.781.109%201.244.409%202.287.916%203.19.337.603.928%201.104%201.81%201.539.637.316%202.167.837%205.38.837h18.996v39.296h-33.025z%22%2F%3E%3Cpath%20d%3D%22M317.415%20345.983v47.952h27.346v28.296h-27.346v46.656c0%202.159.089%204.249.266%206.264.178%202.019.71%203.817%201.598%205.399.888%201.587%202.278%202.846%204.173%203.78%201.892.938%204.498%201.404%207.813%201.404h13.496v28.296h-27.524c-3.79%200-7.43-.324-10.921-.972-3.493-.648-6.631-2.231-9.411-4.752-2.783-2.519-5.002-6.156-6.659-10.908-1.659-4.752-2.486-11.232-2.486-19.44V422.23h-17.757v-28.296h17.757v-47.952h29.655m11-10.999H276.76v47.952h-17.757v50.296h17.757v44.728c0%209.546%201.014%2017.091%203.101%2023.066%202.262%206.487%205.514%2011.683%209.664%2015.439%204.293%203.891%209.269%206.387%2014.784%207.411%204.138.767%208.487%201.156%2012.928%201.156h38.524v-50.296h-24.496c-1.313%200-2.134-.107-2.582-.194-.018-.11-.033-.229-.044-.355-.148-1.687-.224-3.47-.224-5.299v-35.656h27.346v-50.296h-27.346v-47.952z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M353.644%20519.531V340.483h40.655v47.952h21.136c16.571%200%2029.74%205.799%2039.142%2017.234%209.137%2011.115%2013.77%2027.37%2013.77%2048.313s-4.633%2037.198-13.77%2048.313c-9.402%2011.436-22.571%2017.234-39.142%2017.234h-61.791zm57.883-41.024c1.961%200%203.757-.375%205.491-1.145%201.597-.712%203.025-1.899%204.365-3.632%201.456-1.883%202.634-4.382%203.5-7.428.921-3.236%201.388-7.381%201.388-12.319%200-4.803-.47-8.92-1.396-12.237-.868-3.105-2.043-5.634-3.495-7.514-1.339-1.729-2.769-2.918-4.366-3.629-1.73-.77-3.525-1.145-5.487-1.145h-17.229v49.048h17.229z%22%2F%3E%3Cpath%20d%3D%22M388.798%20345.983v47.952h26.636c14.917%200%2026.547%205.076%2034.893%2015.228%208.346%2010.152%2012.519%2025.094%2012.519%2044.82%200%2019.73-4.172%2034.668-12.519%2044.82-8.346%2010.151-19.977%2015.228-34.893%2015.228h-56.29V345.983h29.654m0%20138.024h22.729c2.722%200%205.297-.54%207.725-1.619%202.425-1.08%204.586-2.842%206.481-5.292%201.892-2.447%203.374-5.542%204.439-9.288%201.065-3.743%201.598-8.351%201.598-13.824%200-5.326-.533-9.899-1.598-13.716-1.065-3.814-2.547-6.946-4.439-9.397-1.895-2.446-4.057-4.212-6.481-5.292-2.428-1.08-5.002-1.62-7.725-1.62h-22.729v60.048m11-149.024h-51.655v190.048h67.29c18.295%200%2032.893-6.474%2043.39-19.242%209.968-12.125%2015.021-29.555%2015.021-51.806%200-22.251-5.054-39.681-15.021-51.806-10.497-12.768-25.096-19.242-43.39-19.242h-15.636v-47.952h.001zm0%2099.976h11.729c1.175%200%202.239.219%203.253.67.733.326%201.493.992%202.257%201.978%201.006%201.303%201.865%203.198%202.541%205.619.791%202.834%201.193%206.454%201.193%2010.757%200%204.429-.396%208.067-1.178%2010.813-.674%202.37-1.536%204.244-2.562%205.571-.757.979-1.516%201.643-2.255%201.972-1.008.448-2.073.668-3.249.668h-11.729v-38.048z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M525.352%20521.907c-8.734%200-16.76-1.484-23.852-4.412-7.224-2.981-13.473-7.477-18.571-13.362-5.024-5.79-8.944-13.017-11.648-21.475-2.648-8.282-3.991-17.93-3.991-28.675%200-10.746%201.343-20.394%203.991-28.675%202.702-8.452%206.621-15.678%2011.649-21.477%205.099-5.881%2011.346-10.376%2018.568-13.359%207.094-2.929%2015.119-4.413%2023.854-4.413%208.731%200%2016.756%201.484%2023.851%204.412%207.223%202.984%2013.47%207.479%2018.571%2013.359%205.03%205.806%208.949%2013.031%2011.649%2021.478%202.647%208.279%203.99%2017.927%203.99%2028.675%200%2010.747-1.343%2020.395-3.99%2028.675-2.702%208.452-6.621%2015.678-11.648%2021.476-5.102%205.885-11.351%2010.38-18.571%2013.361-7.097%202.928-15.121%204.412-23.852%204.412zm0-96.12c-3.315%200-5.985.538-7.937%201.6-1.845%201.002-3.271%202.468-4.364%204.485-1.291%202.388-2.226%205.389-2.774%208.917-.604%203.873-.911%208.312-.911%2013.194%200%204.886.307%209.324.91%2013.19.55%203.535%201.483%206.535%202.776%208.921%201.092%202.017%202.518%203.482%204.359%204.483%201.955%201.063%204.626%201.602%207.94%201.602%203.313%200%205.984-.539%207.939-1.602%201.844-1.002%203.271-2.468%204.358-4.48%201.291-2.381%202.225-5.382%202.777-8.923.604-3.884.911-8.323.911-13.191%200-4.865-.307-9.306-.911-13.195-.553-3.534-1.486-6.537-2.776-8.919-1.09-2.013-2.517-3.479-4.36-4.481-1.952-1.063-4.623-1.601-7.937-1.601z%22%2F%3E%3Cpath%20d%3D%22M525.352%20391.56c8.049%200%2015.299%201.333%2021.753%203.996%206.451%202.666%2011.956%206.625%2016.515%2011.88%204.556%205.258%208.079%2011.771%2010.565%2019.548%202.486%207.775%203.729%2016.777%203.729%2027%200%2010.227-1.242%2019.224-3.729%2027-2.486%207.775-6.01%2014.293-10.565%2019.548-4.559%205.258-10.063%209.217-16.515%2011.88-6.454%202.663-13.704%203.996-21.753%203.996-8.052%200-15.302-1.333-21.753-3.996-6.453-2.663-11.958-6.622-16.514-11.88-4.56-5.255-8.08-11.772-10.565-19.548-2.486-7.776-3.73-16.773-3.73-27%200-10.223%201.243-19.225%203.73-27%202.485-7.776%206.006-14.29%2010.565-19.548%204.556-5.255%2010.061-9.214%2016.514-11.88%206.451-2.663%2013.701-3.996%2021.753-3.996m0%2096.12c4.262%200%207.783-.757%2010.565-2.269%202.78-1.512%204.973-3.743%206.57-6.696%201.599-2.949%202.722-6.514%203.374-10.691.649-4.175.977-8.856.977-14.04%200-5.185-.327-9.862-.977-14.04-.652-4.175-1.775-7.739-3.374-10.692-1.598-2.949-3.79-5.184-6.57-6.695-2.782-1.513-6.304-2.269-10.565-2.269s-7.785.756-10.565%202.269c-2.783%201.512-4.972%203.746-6.57%206.695-1.598%202.953-2.725%206.518-3.374%2010.692-.652%204.178-.977%208.855-.977%2014.04%200%205.184.324%209.865.977%2014.04.649%204.178%201.776%207.742%203.374%2010.691%201.599%202.953%203.787%205.185%206.57%206.696%202.779%201.512%206.303%202.269%2010.565%202.269m0-107.12c-9.458%200-18.189%201.624-25.95%204.828-8.024%203.315-14.964%208.308-20.628%2014.842-5.518%206.363-9.802%2014.238-12.732%2023.405-2.821%208.822-4.252%2019.033-4.252%2030.349%200%2011.314%201.431%2021.526%204.252%2030.35%202.932%209.172%207.216%2017.047%2012.735%2023.407%205.661%206.533%2012.602%2011.528%2020.626%2014.839%207.76%203.203%2016.491%204.828%2025.949%204.828%209.455%200%2018.185-1.624%2025.949-4.828%208.022-3.311%2014.962-8.305%2020.63-14.842%205.517-6.364%209.801-14.238%2012.732-23.403%202.821-8.823%204.251-19.034%204.251-30.35%200-11.317-1.43-21.529-4.251-30.35-2.928-9.159-7.211-17.032-12.729-23.401-5.671-6.537-12.609-11.529-20.627-14.843-7.77-3.207-16.501-4.831-25.955-4.831zm0%2096.12c-3.129%200-4.67-.584-5.311-.932-.611-.332-1.403-.887-2.151-2.269-.994-1.835-1.726-4.238-2.178-7.144-.562-3.595-.846-7.748-.846-12.35%200-4.6.284-8.753.845-12.343.453-2.912%201.186-5.318%202.181-7.155.747-1.378%201.539-1.934%202.146-2.263.646-.351%202.185-.935%205.315-.935%203.129%200%204.671.584%205.311.933.904.492%201.568%201.192%202.153%202.271.989%201.826%201.722%204.233%202.178%207.151.56%203.603.845%207.758.845%2012.342%200%204.586-.285%208.741-.846%2012.349-.455%202.912-1.187%205.317-2.175%207.14-.586%201.083-1.249%201.782-2.154%202.274-.642.346-2.186.931-5.313.931z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M640.419%20521.907c-8.734%200-16.76-1.484-23.852-4.412-7.224-2.981-13.473-7.477-18.571-13.362-5.024-5.792-8.944-13.018-11.648-21.475-2.647-8.283-3.99-17.931-3.99-28.675%200-10.745%201.343-20.393%203.989-28.675%202.702-8.451%206.622-15.677%2011.65-21.476%205.099-5.882%2011.346-10.377%2018.568-13.36%207.094-2.929%2015.119-4.413%2023.854-4.413%208.731%200%2016.756%201.484%2023.851%204.412%207.223%202.984%2013.47%207.479%2018.571%2013.359%205.03%205.806%208.949%2013.031%2011.649%2021.478%202.647%208.279%203.99%2017.927%203.99%2028.675%200%2010.747-1.343%2020.395-3.99%2028.675-2.702%208.452-6.621%2015.678-11.648%2021.476-5.102%205.885-11.351%2010.38-18.571%2013.361-7.096%202.928-15.121%204.412-23.852%204.412zm0-96.12c-3.315%200-5.985.538-7.937%201.6-1.845%201.002-3.271%202.468-4.364%204.485-1.291%202.388-2.226%205.389-2.774%208.917-.604%203.873-.911%208.312-.911%2013.194%200%204.886.307%209.324.91%2013.19.55%203.535%201.483%206.535%202.776%208.921%201.092%202.017%202.518%203.482%204.359%204.483%201.955%201.063%204.626%201.602%207.94%201.602%203.313%200%205.984-.539%207.939-1.602%201.844-1.002%203.271-2.468%204.358-4.48%201.291-2.381%202.225-5.382%202.777-8.923.604-3.884.911-8.323.911-13.191%200-4.865-.307-9.306-.911-13.195-.553-3.534-1.486-6.537-2.776-8.919-1.09-2.013-2.517-3.479-4.36-4.481-1.952-1.063-4.623-1.601-7.937-1.601z%22%2F%3E%3Cpath%20d%3D%22M640.419%20391.56c8.049%200%2015.299%201.333%2021.753%203.996%206.451%202.666%2011.956%206.625%2016.515%2011.88%204.556%205.258%208.079%2011.771%2010.565%2019.548%202.486%207.775%203.729%2016.777%203.729%2027%200%2010.227-1.242%2019.224-3.729%2027-2.486%207.775-6.01%2014.293-10.565%2019.548-4.559%205.258-10.063%209.217-16.515%2011.88-6.454%202.663-13.704%203.996-21.753%203.996-8.052%200-15.302-1.333-21.753-3.996-6.453-2.663-11.958-6.622-16.514-11.88-4.559-5.255-8.08-11.772-10.566-19.548-2.485-7.776-3.729-16.773-3.729-27%200-10.223%201.243-19.225%203.729-27%202.486-7.776%206.008-14.29%2010.566-19.548%204.556-5.255%2010.061-9.214%2016.514-11.88%206.451-2.663%2013.701-3.996%2021.753-3.996m0%2096.12c4.262%200%207.783-.757%2010.565-2.269%202.78-1.512%204.973-3.743%206.57-6.696%201.599-2.949%202.722-6.514%203.374-10.691.649-4.175.977-8.856.977-14.04%200-5.185-.327-9.862-.977-14.04-.652-4.175-1.775-7.739-3.374-10.692-1.598-2.949-3.79-5.184-6.57-6.695-2.782-1.513-6.304-2.269-10.565-2.269s-7.785.756-10.565%202.269c-2.783%201.512-4.972%203.746-6.57%206.695-1.598%202.953-2.725%206.518-3.374%2010.692-.652%204.178-.977%208.855-.977%2014.04%200%205.184.324%209.865.977%2014.04.649%204.178%201.776%207.742%203.374%2010.691%201.599%202.953%203.787%205.185%206.57%206.696%202.78%201.512%206.303%202.269%2010.565%202.269m0-107.12c-9.458%200-18.189%201.624-25.95%204.828-8.024%203.315-14.964%208.308-20.628%2014.842-5.518%206.365-9.802%2014.239-12.732%2023.403-2.821%208.825-4.251%2019.036-4.251%2030.35%200%2011.313%201.43%2021.524%204.251%2030.349%202.933%209.172%207.218%2017.047%2012.735%2023.407%205.661%206.534%2012.603%2011.529%2020.627%2014.84%207.76%203.203%2016.491%204.828%2025.949%204.828%209.455%200%2018.185-1.624%2025.949-4.828%208.022-3.311%2014.962-8.305%2020.63-14.842%205.517-6.364%209.801-14.238%2012.732-23.403%202.821-8.823%204.251-19.034%204.251-30.35%200-11.317-1.43-21.529-4.251-30.35-2.928-9.159-7.211-17.032-12.729-23.401-5.671-6.537-12.609-11.529-20.627-14.843-7.771-3.206-16.501-4.83-25.956-4.83zm0%2096.12c-3.129%200-4.67-.584-5.311-.932-.611-.332-1.403-.887-2.151-2.269-.994-1.835-1.726-4.238-2.178-7.144-.562-3.595-.846-7.748-.846-12.35%200-4.6.284-8.753.845-12.343.453-2.912%201.186-5.318%202.181-7.155.747-1.378%201.539-1.934%202.146-2.263.646-.351%202.185-.935%205.315-.935%203.129%200%204.671.584%205.311.933.904.492%201.568%201.192%202.153%202.271.989%201.826%201.722%204.233%202.178%207.151.56%203.603.845%207.758.845%2012.342%200%204.586-.285%208.741-.846%2012.349-.455%202.912-1.187%205.317-2.175%207.14-.586%201.083-1.249%201.782-2.154%202.274-.641.346-2.185.931-5.313.931z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M767.12%20519.531l-24.601-36.539v36.539h-40.655V340.483h40.655v78.942l22.026-30.989h49.275l-46.34%2062.525%2050.774%2068.57%22%2F%3E%3Cpath%20d%3D%22M737.019%20345.983v89.424h.888l29.478-41.472H802.9l-42.263%2057.023%2046.702%2063.072h-37.29l-32.142-47.736h-.888v47.736h-29.654V345.983h29.654m11-11h-51.654v190.048h51.654v-24.022l12.905%2019.166%203.27%204.856h64.977l-12.992-17.546-41.853-56.523%2037.411-50.477%2013.007-17.55h-63.036l-3.289%204.627-10.399%2014.631v-67.21h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23D2527F%22%20stroke-width%3D%22.25%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.628%20158.709h29.419v63.654h39.225v-63.654h29.418v160.268H85.272v-63.654H46.047v63.654H16.628V158.709zm183.866%20133.282v26.986h-34.935c-12.871%200-22.907-4.841-30.108-14.523-7.202-9.682-10.802-23.928-10.802-42.745%200-18.813%203.601-33.063%2010.802-42.745%207.202-9.682%2017.237-14.523%2030.108-14.523h34.935v26.986H168.93c-4.7%200-8.377%201.545-11.032%204.635-2.658%203.09-4.75%207.313-6.282%2012.669h47.04v25.75h-47.04c1.532%205.356%203.625%209.614%206.282%2012.772%202.655%203.16%206.332%204.737%2011.032%204.737h31.564zm73.47-85.283c3.218%201.513%206.129%203.708%208.734%206.592%202.604%202.884%204.75%206.524%206.435%2010.918%201.686%204.396%202.528%209.476%202.528%2015.244v79.516h-25.588v-73.954c0-4.255-.919-7.313-2.758-9.167-1.838-1.854-3.883-2.781-6.129-2.781h-19.612v85.902h-25.588V204.441h52.556c3.063%200%206.204.757%209.422%202.267zm65.349%20112.27c-3.271%200-6.412-.309-9.423-.927-3.014-.618-5.722-2.128-8.121-4.532-2.401-2.401-4.317-5.871-5.746-10.403-1.432-4.531-2.145-10.712-2.145-18.54v-53.147h-15.322v-26.986h15.322v-45.732h25.588v45.732h23.596v26.986h-23.596v44.496c0%202.06.077%204.052.229%205.974.153%201.925.613%203.641%201.379%205.15.766%201.513%201.965%202.713%203.601%203.604%201.633.895%203.881%201.339%206.742%201.339h11.645v26.986h-23.749zm37.385-114.537h48.418c3.371%200%206.869.653%2010.496%201.957%203.625%201.307%206.945%203.573%209.959%206.798%203.012%203.228%205.49%207.554%207.432%2012.978%201.939%205.427%202.911%2012.189%202.911%2020.291v72.512H397.69c-8.887%200-15.605-3.226-20.149-9.682-4.546-6.454-6.818-14.9-6.818-25.338%200-10.574%202.272-19.088%206.818-25.544%204.544-6.454%2011.262-9.682%2020.149-9.682h32.636c0-2.06-.179-4.12-.536-6.18-.359-2.06-.996-3.914-1.915-5.562-.919-1.648-2.172-2.987-3.754-4.017-1.584-1.03-3.601-1.545-6.052-1.545h-41.37v-26.986zm53.628%2070.04h-25.895c-2.044%200-3.907.551-5.593%201.648-1.685%201.101-2.528%203.502-2.528%207.21%200%203.572.816%205.906%202.451%207.004%201.633%201.101%203.524%201.647%205.669%201.647h25.895v-17.509zm39.377-81.575v-27.398h25.588v27.398h-25.588zm0%20126.072V204.441h25.588v114.536h-25.588z%22%2F%3E%3C%2Fsvg%3E");
}

.liveaction {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cpath%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M551.5.5h408v560h-408z%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22762%22%20x2%3D%22762%22%20y1%3D%22195.5%22%20y2%3D%22366.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23FFFFFF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23000000%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M898.5%20355.095c0%206.471-5.373%2011.405-12%2011.405h-249c-6.627%200-12-4.934-12-11.405V207.66c0-6.471%205.373-12.16%2012-12.16h249c6.627%200%2012%205.689%2012%2012.16v147.435z%22%2F%3E%3ClinearGradient%20id%3D%22b%22%20x1%3D%22762%22%20x2%3D%22762%22%20y1%3D%22385.5%22%20y2%3D%22556.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23FFFFFF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23000000%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23b)%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M898.5%20544.515c0%206.471-5.373%2011.985-12%2011.985h-249c-6.627%200-12-5.514-12-11.985V397.08c0-6.471%205.373-11.58%2012-11.58h249c6.627%200%2012%205.11%2012%2011.58v147.435z%22%2F%3E%3ClinearGradient%20id%3D%22c%22%20x1%3D%22762%22%20x2%3D%22762%22%20y1%3D%225.5%22%20y2%3D%22176.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23FFFFFF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23000000%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23c)%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M898.5%20164.652c0%206.471-5.373%2011.848-12%2011.848h-249c-6.627%200-12-5.378-12-11.848V17.217c0-6.471%205.373-11.717%2012-11.717h249c6.627%200%2012%205.246%2012%2011.717v147.435z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M952.5%2027.463c0%20.92-.768%202.037-1.714%202.037h-35.572c-.946%200-1.714-1.117-1.714-2.037V7.454c0-.92.768-2.954%201.714-2.954h35.572c.946%200%201.714%202.034%201.714%202.954v20.009zm0%2037.931c0%20.92-.768%202.106-1.714%202.106h-35.572c-.946%200-1.714-1.186-1.714-2.106V45.386c0-.92.768-1.886%201.714-1.886h35.572c.946%200%201.714.965%201.714%201.886v20.008zm0%2037.931c0%20.92-.768%202.175-1.714%202.175h-35.572c-.946%200-1.714-1.254-1.714-2.175V83.317c0-.92.768-.817%201.714-.817h35.572c.946%200%201.714-.104%201.714.817v20.008zm0%2037.932c0%20.92-.768%201.243-1.714%201.243h-35.572c-.946%200-1.714-.323-1.714-1.243v-20.008c0-.92.768-.748%201.714-.748h35.572c.946%200%201.714-.172%201.714.748v20.008zm0%2036.958c0%20.92-.768.285-1.714.285h-35.572c-.946%200-1.714.635-1.714-.285v-20.008c0-.92.768-2.707%201.714-2.707h35.572c.946%200%201.714%201.786%201.714%202.707v20.008zm0%2037.931c0%20.92-.768%201.354-1.714%201.354h-35.572c-.946%200-1.714-.433-1.714-1.354v-20.008c0-.92.768-1.638%201.714-1.638h35.572c.946%200%201.714.718%201.714%201.638v20.008zm0%2037.932c0%20.92-.768%202.422-1.714%202.422h-35.572c-.946%200-1.714-1.502-1.714-2.422V234.07c0-.92.768-1.569%201.714-1.569h35.572c.946%200%201.714.649%201.714%201.569v20.008zm0%2037.931c0%20.92-.768%201.491-1.714%201.491h-35.572c-.946%200-1.714-.571-1.714-1.491V272c0-.92.768-1.5%201.714-1.5h35.572c.946%200%201.714.58%201.714%201.5v20.009zm0%2034.041c0%20.92-.768.45-1.714.45h-35.572c-.946%200-1.714.47-1.714-.45v-20.008c0-.92.768-2.541%201.714-2.541h35.572c.946%200%201.714%201.621%201.714%202.541v20.008zm0%2037.931c0%20.92-.768%202.519-1.714%202.519h-35.572c-.946%200-1.714-1.599-1.714-2.519v-20.008c0-.92.768-2.472%201.714-2.472h35.572c.946%200%201.714%201.552%201.714%202.472v20.008zm0%2075.862c0%20.92-.768%203.657-1.714%203.657h-35.572c-.946%200-1.714-2.736-1.714-3.657v-20.008c0-.92.768-1.335%201.714-1.335h35.572c.946%200%201.714.414%201.714%201.335v20.008zm0%2037.932c0%20.92-.768%201.725-1.714%201.725h-35.572c-.946%200-1.714-.805-1.714-1.725v-20.008c0-.92.768-.266%201.714-.266h35.572c.946%200%201.714-.654%201.714.266v20.008zm0%2037.931c0%20.92-.768%202.794-1.714%202.794h-35.572c-.946%200-1.714-1.874-1.714-2.794v-20.008c0-.92.768-1.197%201.714-1.197h35.572c.946%200%201.714.277%201.714%201.197v20.008zm0%2037.931c0%20.92-.768%202.863-1.714%202.863h-35.572c-.946%200-1.714-1.943-1.714-2.863v-20.008c0-.92.768-.129%201.714-.129h35.572c.946%200%201.714-.792%201.714.129v20.008zm0-151.08c0%20.924-.768%201.943-1.714%201.943h-35.572c-.946%200-1.714-1.019-1.714-1.943V382.47c0-.924.768-1.97%201.714-1.97h35.572c.946%200%201.714%201.046%201.714%201.97v20.087zm-347-375.094c0%20.92-.768%202.037-1.714%202.037h-35.572c-.946%200-1.714-1.117-1.714-2.037V7.454c0-.92.768-2.954%201.714-2.954h35.572c.946%200%201.714%202.034%201.714%202.954v20.009zm0%2037.931c0%20.92-.768%202.106-1.714%202.106h-35.572c-.946%200-1.714-1.186-1.714-2.106V45.386c0-.92.768-1.886%201.714-1.886h35.572c.946%200%201.714.965%201.714%201.886v20.008zm0%2037.931c0%20.92-.768%202.175-1.714%202.175h-35.572c-.946%200-1.714-1.254-1.714-2.175V83.317c0-.92.768-.817%201.714-.817h35.572c.946%200%201.714-.104%201.714.817v20.008zm0%2037.932c0%20.92-.768%201.243-1.714%201.243h-35.572c-.946%200-1.714-.323-1.714-1.243v-20.008c0-.92.768-.748%201.714-.748h35.572c.946%200%201.714-.172%201.714.748v20.008zm0%2036.958c0%20.92-.768.285-1.714.285h-35.572c-.946%200-1.714.635-1.714-.285v-20.008c0-.92.768-2.707%201.714-2.707h35.572c.946%200%201.714%201.786%201.714%202.707v20.008zm0%2037.931c0%20.92-.768%201.354-1.714%201.354h-35.572c-.946%200-1.714-.433-1.714-1.354v-20.008c0-.92.768-1.638%201.714-1.638h35.572c.946%200%201.714.718%201.714%201.638v20.008zm0%2037.932c0%20.92-.768%202.422-1.714%202.422h-35.572c-.946%200-1.714-1.502-1.714-2.422V234.07c0-.92.768-1.569%201.714-1.569h35.572c.946%200%201.714.649%201.714%201.569v20.008zm0%2037.931c0%20.92-.768%201.491-1.714%201.491h-35.572c-.946%200-1.714-.571-1.714-1.491V272c0-.92.768-1.5%201.714-1.5h35.572c.946%200%201.714.58%201.714%201.5v20.009zm0%2034.041c0%20.92-.768.45-1.714.45h-35.572c-.946%200-1.714.47-1.714-.45v-20.008c0-.92.768-2.541%201.714-2.541h35.572c.946%200%201.714%201.621%201.714%202.541v20.008zm0%2037.931c0%20.92-.768%202.519-1.714%202.519h-35.572c-.946%200-1.714-1.599-1.714-2.519v-20.008c0-.92.768-2.472%201.714-2.472h35.572c.946%200%201.714%201.552%201.714%202.472v20.008zm0%2075.862c0%20.92-.768%203.657-1.714%203.657h-35.572c-.946%200-1.714-2.736-1.714-3.657v-20.008c0-.92.768-1.335%201.714-1.335h35.572c.946%200%201.714.414%201.714%201.335v20.008zm0%2037.932c0%20.92-.768%201.725-1.714%201.725h-35.572c-.946%200-1.714-.805-1.714-1.725v-20.008c0-.92.768-.266%201.714-.266h35.572c.946%200%201.714-.654%201.714.266v20.008zm0%2037.931c0%20.92-.768%202.794-1.714%202.794h-35.572c-.946%200-1.714-1.874-1.714-2.794v-20.008c0-.92.768-1.197%201.714-1.197h35.572c.946%200%201.714.277%201.714%201.197v20.008zm0%2037.931c0%20.92-.768%202.863-1.714%202.863h-35.572c-.946%200-1.714-1.943-1.714-2.863v-20.008c0-.92.768-.129%201.714-.129h35.572c.946%200%201.714-.792%201.714.129v20.008zm0-151.08c0%20.924-.768%201.943-1.714%201.943h-35.572c-.946%200-1.714-1.019-1.714-1.943V382.47c0-.924.768-1.97%201.714-1.97h35.572c.946%200%201.714%201.046%201.714%201.97v20.087z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M65.767%20528.771c-6.725%200-12.987-1.41-18.614-4.19-5.675-2.799-10.611-7.065-14.668-12.678-3.939-5.443-7.04-12.397-9.211-20.666-2.124-8.074-3.201-17.623-3.201-28.379V350.723h39.154v108.464c0%203.415.301%206.69.895%209.735.554%202.854%201.472%205.447%202.728%207.709%201.104%201.991%202.541%203.51%204.393%204.646%201.77%201.089%204.133%201.639%207.028%201.639h37.494v45.856H65.767z%22%2F%3E%3Cpath%20d%3D%22M54.227%20355.723v103.464c0%203.746.328%207.311.987%2010.692.657%203.385%201.747%206.446%203.265%209.18%201.519%202.738%203.568%204.897%206.15%206.48%202.581%201.587%205.793%202.376%209.642%202.376h32.494v35.856H65.767c-5.974%200-11.44-1.222-16.399-3.672-4.961-2.447-9.239-6.156-12.831-11.124-3.595-4.967-6.404-11.303-8.428-19.008-2.026-7.702-3.037-16.74-3.037-27.108V355.723h29.155m10-10H15.073v117.136c0%2011.185%201.132%2021.162%203.366%2029.652%202.329%208.865%205.693%2016.378%209.998%2022.327%204.537%206.276%2010.092%2011.065%2016.508%2014.23%206.315%203.12%2013.323%204.704%2020.823%204.704h50.998v-55.856H74.27c-1.929%200-3.453-.31-4.405-.895-1.122-.688-1.959-1.579-2.642-2.812-1.003-1.806-1.74-3.902-2.193-6.235-.534-2.737-.803-5.691-.803-8.786V345.723z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M112.392%20528.771V398.676h35.357v130.096h-35.357zm0-132.192V357.85h35.357v38.729h-35.357z%22%2F%3E%3Cpath%20d%3D%22M142.75%20362.851v28.728h-25.357v-28.728h25.357m0%2040.825v120.096h-25.357V403.676h25.357m10-50.825h-45.357v180.92h45.357v-180.92z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M184.112%20528.771l-38.489-130.095h39.23l15.825%2059.2%2015.824-59.2h39.231l-38.49%20130.095%22%2F%3E%3Cpath%20d%3D%22M249.04%20403.676l-35.531%20120.096h-25.661l-35.531-120.096h28.698l19.284%2072.143h.759l19.284-72.143h28.698m13.387-10h-49.763l-1.983%207.418-10.003%2037.421-10.003-37.421-1.983-7.418h-49.763l3.798%2012.837%2035.531%20120.095%202.119%207.163h40.601l2.119-7.163%2035.531-120.095%203.799-12.837z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M289.278%20528.771c-14.418%200-25.833-5.839-33.927-17.354-7.707-10.963-11.615-27.01-11.615-47.694%200-20.686%203.908-36.732%2011.615-47.695%208.095-11.515%2019.509-17.353%2033.927-17.353h39.621v38.295h-36.28c-3.142%200-5.382.957-7.051%203.012-1.136%201.397-2.163%203.113-3.073%205.133h44.582v37h-44.592c.922%202.065%201.962%203.83%203.115%205.278%201.67%202.104%203.899%203.082%207.02%203.082h36.28v38.296h-39.622z%22%2F%3E%3Cpath%20d%3D%22M323.898%20403.676v28.295h-31.28c-4.657%200-8.302%201.62-10.933%204.86-2.634%203.24-4.707%207.668-6.226%2013.285h46.616v26.999H275.46c1.519%205.616%203.592%2010.082%206.226%2013.392%202.631%203.315%206.275%204.968%2010.933%204.968h31.28v28.295h-34.621c-12.754%200-22.7-5.076-29.837-15.228-7.137-10.152-10.705-25.09-10.705-44.82%200-19.727%203.568-34.668%2010.705-44.82%207.137-10.152%2017.083-15.228%2029.837-15.228h34.62m10-9.998h-44.621c-15.914%200-29.06%206.735-38.018%2019.477-8.428%2011.988-12.524%2028.53-12.524%2050.571s4.097%2038.583%2012.524%2050.571c8.957%2012.742%2022.104%2019.477%2038.018%2019.477h44.621v-48.295h-1.822v-43.504h1.822v-48.297z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M474.674%20528.771l-10.022-36.072H429.13l-10.021%2036.072h-41.321l52.768-178.049h32.672l52.769%20178.049h-41.323zm-21.924-78.472l-5.86-20.94-5.86%2020.94h11.72z%22%2F%3E%3Cpath%20d%3D%22M459.494%20355.723l49.804%20168.048h-30.824L468.452%20487.7h-43.123l-10.021%2036.072h-30.824l49.804-168.048h25.206m-25.055%2099.575h24.902l-12.451-44.496-12.451%2044.496m32.521-109.576h-40.138l-2.122%207.158-49.804%20168.049-3.806%2012.841h51.819l2.035-7.323%207.987-28.748h27.922l7.987%2028.748%202.035%207.323h51.818l-3.806-12.841-49.804-168.048-2.123-7.159z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M549.081%20528.771c-14.418%200-25.833-5.839-33.928-17.354-7.706-10.963-11.614-27.01-11.614-47.694%200-20.686%203.908-36.732%2011.614-47.695%208.095-11.515%2019.51-17.353%2033.928-17.353h39.62v40.023h-36.279c-1.527%200-2.933.345-4.296%201.055-1.306.68-2.544%201.896-3.681%203.615-1.288%201.948-2.333%204.572-3.104%207.8-.816%203.42-1.23%207.645-1.23%2012.555%200%205.048.412%209.302%201.226%2012.642.77%203.164%201.814%205.758%203.106%207.71%201.138%201.722%202.375%202.938%203.683%203.618%201.362.709%202.769%201.054%204.296%201.054h36.279v40.024h-39.62z%22%2F%3E%3Cpath%20d%3D%22M583.701%20403.676v30.023h-31.279c-2.33%200-4.531.54-6.605%201.62-2.076%201.08-3.924%202.845-5.542%205.292-1.62%202.45-2.885%205.582-3.796%209.395-.911%203.817-1.367%208.391-1.367%2013.717%200%205.474.456%2010.081%201.367%2013.824.911%203.746%202.176%206.84%203.796%209.288%201.618%202.45%203.466%204.212%205.542%205.292%202.074%201.08%204.275%201.619%206.605%201.619h31.279v30.024h-34.62c-12.755%200-22.7-5.076-29.837-15.228-7.137-10.152-10.705-25.09-10.705-44.82%200-19.727%203.568-34.668%2010.705-44.82%207.137-10.152%2017.082-15.228%2029.837-15.228h34.62m10-9.998h-44.62c-15.914%200-29.06%206.735-38.018%2019.477-8.428%2011.988-12.524%2028.53-12.524%2050.571s4.097%2038.583%2012.524%2050.571c8.957%2012.742%2022.104%2019.477%2038.018%2019.477h44.62v-50.024h-41.279c-.725%200-1.338-.151-1.988-.489-.247-.128-.917-.574-1.815-1.933-.978-1.477-1.791-3.539-2.423-6.14-.719-2.956-1.084-6.811-1.084-11.461%200-4.52.368-8.354%201.094-11.395.625-2.617%201.459-4.763%202.41-6.201.903-1.365%201.57-1.809%201.815-1.936.655-.341%201.268-.492%201.991-.492h41.279v-50.025z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M631.684%20528.771c-3.582%200-7.081-.365-10.4-1.087-3.979-.864-7.555-2.952-10.624-6.207-2.907-3.077-5.212-7.422-6.848-12.911-1.57-5.259-2.334-12.086-2.334-20.867V436.97h-15.185v-38.295h15.185v-47.953h35.357v47.953h23.384v38.295h-23.384v41.656c0%202.022.072%204.004.214%205.889.104%201.385.403%202.601.889%203.612.322.673.816%201.183%201.558%201.61.481.279%201.649.737%204.184.737h16.54v38.296h-28.536z%22%2F%3E%3Cpath%20d%3D%22M631.835%20355.723v47.952h23.384v28.296h-23.384v46.656c0%202.16.076%204.249.228%206.264.152%202.018.607%203.817%201.367%205.4.759%201.587%201.947%202.845%203.568%203.78%201.618.939%203.846%201.405%206.681%201.405h11.54v28.296h-23.535c-3.241%200-6.354-.324-9.339-.972-2.986-.648-5.67-2.231-8.048-4.752-2.379-2.517-4.277-6.156-5.693-10.908-1.419-4.752-2.126-11.232-2.126-19.44v-55.728h-15.185v-28.296h15.185v-47.952h25.357m10-10.001h-45.357v47.952h-15.185v48.296h15.185V487.7c0%209.273.832%2016.568%202.544%2022.301%201.886%206.33%204.506%2011.21%208.007%2014.915%203.769%203.996%208.211%206.574%2013.195%207.656%203.666.796%207.522%201.2%2011.46%201.2h33.535v-48.296h-21.54c-.664%200-1.133-.042-1.441-.086-.099-.361-.168-.783-.203-1.252-.132-1.758-.199-3.613-.199-5.511v-36.656h23.384v-48.296h-23.384v-47.952h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M661.605%20528.771V398.676h35.358v130.096h-35.358zm0-132.192V357.85h35.358v38.729h-35.358z%22%2F%3E%3Cpath%20d%3D%22M691.964%20362.851v28.728h-25.358v-28.728h25.358m0%2040.825v120.096h-25.358V403.676h25.358m10-50.825h-45.358v180.92h45.358v-180.92z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M748.297%20531.147c-7.609%200-14.6-1.512-20.775-4.494-6.229-3.006-11.601-7.517-15.964-13.406-4.248-5.726-7.56-12.861-9.841-21.206-2.233-8.171-3.365-17.698-3.365-28.317s1.132-20.147%203.365-28.319c2.28-8.339%205.591-15.474%209.842-21.207%204.362-5.885%209.733-10.396%2015.963-13.404%206.176-2.981%2013.166-4.493%2020.775-4.493%207.608%200%2014.598%201.512%2020.774%204.492%206.229%203.011%2011.599%207.52%2015.964%2013.403%204.254%205.744%207.564%2012.878%209.842%2021.209%202.233%208.171%203.366%2017.698%203.366%2028.319%200%2010.62-1.133%2020.147-3.366%2028.317-2.278%208.337-5.589%2015.472-9.841%2021.207-4.366%205.89-9.737%2010.399-15.965%2013.405-6.176%202.983-13.166%204.494-20.774%204.494zm0-96.121c-2.662%200-4.799.5-6.351%201.487-1.568.997-2.8%202.494-3.765%204.579-1.15%202.484-1.98%205.597-2.466%209.248-.525%203.941-.792%208.443-.792%2013.383%200%204.942.267%209.442.792%2013.377.485%203.658%201.314%206.77%202.465%209.252.965%202.085%202.195%203.582%203.765%204.579%201.552.987%203.688%201.487%206.352%201.487%202.662%200%204.8-.501%206.354-1.488%201.566-.997%202.798-2.494%203.762-4.576%201.147-2.479%201.978-5.592%202.466-9.253.524-3.943.791-8.444.791-13.378%200-4.931-.267-9.434-.791-13.382-.489-3.656-1.318-6.77-2.467-9.251-.964-2.081-2.196-3.579-3.765-4.578-1.551-.985-3.689-1.486-6.35-1.486z%22%2F%3E%3Cpath%20d%3D%22M748.297%20401.3c6.883%200%2013.083%201.333%2018.602%203.995%205.516%202.666%2010.223%206.625%2014.121%2011.88%203.896%205.259%206.909%2011.772%209.034%2019.548%202.126%207.776%203.189%2016.777%203.189%2027%200%2010.226-1.063%2019.224-3.189%2026.999-2.125%207.776-5.139%2014.293-9.034%2019.548-3.898%205.259-8.605%209.217-14.121%2011.88-5.519%202.663-11.719%203.996-18.602%203.996-6.885%200-13.084-1.333-18.601-3.996-5.519-2.663-10.226-6.621-14.121-11.88-3.898-5.255-6.909-11.772-9.035-19.548-2.125-7.775-3.188-16.773-3.188-26.999%200-10.223%201.063-19.224%203.188-27%202.126-7.776%205.137-14.289%209.035-19.548%203.896-5.255%208.603-9.214%2014.121-11.88%205.517-2.663%2011.716-3.995%2018.601-3.995m0%2096.119c3.645%200%206.655-.756%209.035-2.267%202.377-1.513%204.251-3.743%205.618-6.696%201.366-2.95%202.327-6.513%202.885-10.692.556-4.175.835-8.856.835-14.04%200-5.184-.279-9.862-.835-14.041-.558-4.174-1.519-7.739-2.885-10.691-1.367-2.95-3.241-5.184-5.618-6.696-2.38-1.512-5.391-2.268-9.035-2.268s-6.657.757-9.034%202.268c-2.38%201.513-4.252%203.746-5.618%206.696-1.367%202.953-2.33%206.517-2.885%2010.691-.558%204.179-.836%208.857-.836%2014.041%200%205.184.278%209.865.836%2014.04.555%204.179%201.518%207.742%202.885%2010.692%201.366%202.953%203.238%205.184%205.618%206.696%202.377%201.511%205.39%202.267%209.034%202.267m0-106.119c-8.367%200-16.088%201.679-22.947%204.989-6.969%203.367-12.959%208.39-17.808%2014.931-4.621%206.234-8.204%2013.927-10.648%2022.866-2.351%208.602-3.542%2018.573-3.542%2029.638%200%2011.065%201.192%2021.036%203.542%2029.636%202.446%208.947%206.029%2016.642%2010.65%2022.87%204.846%206.542%2010.838%2011.566%2017.807%2014.928%206.857%203.31%2014.578%204.99%2022.946%204.99%208.367%200%2016.087-1.679%2022.948-4.99%206.964-3.362%2012.956-8.385%2017.808-14.931%204.622-6.235%208.204-13.929%2010.647-22.867%202.351-8.598%203.543-18.569%203.543-29.635%200-11.066-1.192-21.037-3.543-29.638-2.44-8.93-6.022-16.623-10.645-22.863-4.855-6.544-10.844-11.566-17.804-14.931-6.868-3.315-14.589-4.993-22.954-4.993zm0%2096.119c-2.226%200-3.254-.442-3.668-.706-.272-.173-1.093-.695-1.909-2.457-.941-2.03-1.629-4.656-2.047-7.809-.497-3.724-.749-8.002-.749-12.724%200-4.719.252-8.998.748-12.718.42-3.158%201.108-5.784%202.047-7.813.818-1.765%201.638-2.287%201.907-2.458.417-.265%201.446-.708%203.67-.708%201.649%200%202.953.252%203.674.71.263.168%201.087.692%201.907%202.46.934%202.019%201.623%204.649%202.046%207.811.495%203.725.747%208.006.747%2012.716%200%204.714-.252%208.993-.748%2012.72-.422%203.159-1.11%205.788-2.046%207.809-.817%201.765-1.642%202.29-1.913%202.462-.712.453-2.017.705-3.666.705z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M853.231%20528.771v-82.545c0-4.259-.966-5.75-1.382-6.193-1.25-1.334-2.104-1.334-2.425-1.334h-14.436v90.072H799.63V398.676h57.082c3.802%200%207.692.975%2011.563%202.898%203.782%201.88%207.225%204.619%2010.232%208.142%202.961%203.469%205.408%207.839%207.275%2012.991%201.862%205.14%202.806%2011.09%202.806%2017.688v88.376h-35.357z%22%2F%3E%3Cpath%20d%3D%22M856.713%20403.676c3.037%200%206.15.792%209.339%202.376%203.188%201.586%206.073%203.888%208.655%206.912%202.581%203.024%204.707%206.841%206.377%2011.448%201.67%204.61%202.506%209.936%202.506%2015.984v83.376h-25.358v-77.544c0-4.462-.911-7.667-2.732-9.612-1.822-1.944-3.849-2.916-6.074-2.916H829.99v90.072h-25.358V403.676h52.081m0-10h-62.082v140.096h45.358V443.7h8.051c.096.513.191%201.326.191%202.528v87.544h45.358v-93.376c0-7.181-1.044-13.705-3.104-19.39-2.073-5.72-4.823-10.609-8.173-14.534-3.448-4.038-7.42-7.191-11.809-9.374-4.572-2.272-9.21-3.422-13.79-3.422z%22%2F%3E%3C%2Fsvg%3E");
}
.h_liveaction {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cpath%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M551.5.5h408v560h-408z%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22762%22%20x2%3D%22762%22%20y1%3D%22195.5%22%20y2%3D%22366.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23FFFFFF%22%2F%3E%3Cstop%20offset%3D%22.1127%22%20stop-color%3D%22%23FDF6F8%22%2F%3E%3Cstop%20offset%3D%22.3003%22%20stop-color%3D%22%23F6DCE5%22%2F%3E%3Cstop%20offset%3D%22.5395%22%20stop-color%3D%22%23EBB3C6%22%2F%3E%3Cstop%20offset%3D%22.8182%22%20stop-color%3D%22%23DC7A9C%22%2F%3E%3Cstop%20offset%3D%22.9944%22%20stop-color%3D%22%23D2527F%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M898.5%20355.095c0%206.471-5.373%2011.405-12%2011.405h-249c-6.627%200-12-4.934-12-11.405V207.66c0-6.471%205.373-12.16%2012-12.16h249c6.627%200%2012%205.689%2012%2012.16v147.435z%22%2F%3E%3ClinearGradient%20id%3D%22b%22%20x1%3D%22762%22%20x2%3D%22762%22%20y1%3D%22385.5%22%20y2%3D%22556.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23FFFFFF%22%2F%3E%3Cstop%20offset%3D%22.1127%22%20stop-color%3D%22%23FDF6F8%22%2F%3E%3Cstop%20offset%3D%22.3003%22%20stop-color%3D%22%23F6DCE5%22%2F%3E%3Cstop%20offset%3D%22.5395%22%20stop-color%3D%22%23EBB3C6%22%2F%3E%3Cstop%20offset%3D%22.8182%22%20stop-color%3D%22%23DC7A9C%22%2F%3E%3Cstop%20offset%3D%22.9944%22%20stop-color%3D%22%23D2527F%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23b)%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M898.5%20544.515c0%206.471-5.373%2011.985-12%2011.985h-249c-6.627%200-12-5.514-12-11.985V397.08c0-6.471%205.373-11.58%2012-11.58h249c6.627%200%2012%205.11%2012%2011.58v147.435z%22%2F%3E%3ClinearGradient%20id%3D%22c%22%20x1%3D%22762%22%20x2%3D%22762%22%20y1%3D%225.5%22%20y2%3D%22176.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23FFFFFF%22%2F%3E%3Cstop%20offset%3D%22.1127%22%20stop-color%3D%22%23FDF6F8%22%2F%3E%3Cstop%20offset%3D%22.3003%22%20stop-color%3D%22%23F6DCE5%22%2F%3E%3Cstop%20offset%3D%22.5395%22%20stop-color%3D%22%23EBB3C6%22%2F%3E%3Cstop%20offset%3D%22.8182%22%20stop-color%3D%22%23DC7A9C%22%2F%3E%3Cstop%20offset%3D%22.9944%22%20stop-color%3D%22%23D2527F%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23c)%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M898.5%20164.652c0%206.471-5.373%2011.848-12%2011.848h-249c-6.627%200-12-5.378-12-11.848V17.217c0-6.471%205.373-11.717%2012-11.717h249c6.627%200%2012%205.246%2012%2011.717v147.435z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M952.5%2027.463c0%20.92-.768%202.037-1.714%202.037h-35.572c-.946%200-1.714-1.117-1.714-2.037V7.454c0-.92.768-2.954%201.714-2.954h35.572c.946%200%201.714%202.034%201.714%202.954v20.009zm0%2037.931c0%20.92-.768%202.106-1.714%202.106h-35.572c-.946%200-1.714-1.186-1.714-2.106V45.386c0-.92.768-1.886%201.714-1.886h35.572c.946%200%201.714.965%201.714%201.886v20.008zm0%2037.931c0%20.92-.768%202.175-1.714%202.175h-35.572c-.946%200-1.714-1.254-1.714-2.175V83.317c0-.92.768-.817%201.714-.817h35.572c.946%200%201.714-.104%201.714.817v20.008zm0%2037.932c0%20.92-.768%201.243-1.714%201.243h-35.572c-.946%200-1.714-.323-1.714-1.243v-20.008c0-.92.768-.748%201.714-.748h35.572c.946%200%201.714-.172%201.714.748v20.008zm0%2036.958c0%20.92-.768.285-1.714.285h-35.572c-.946%200-1.714.635-1.714-.285v-20.008c0-.92.768-2.707%201.714-2.707h35.572c.946%200%201.714%201.786%201.714%202.707v20.008zm0%2037.931c0%20.92-.768%201.354-1.714%201.354h-35.572c-.946%200-1.714-.433-1.714-1.354v-20.008c0-.92.768-1.638%201.714-1.638h35.572c.946%200%201.714.718%201.714%201.638v20.008zm0%2037.932c0%20.92-.768%202.422-1.714%202.422h-35.572c-.946%200-1.714-1.502-1.714-2.422V234.07c0-.92.768-1.569%201.714-1.569h35.572c.946%200%201.714.649%201.714%201.569v20.008zm0%2037.931c0%20.92-.768%201.491-1.714%201.491h-35.572c-.946%200-1.714-.571-1.714-1.491V272c0-.92.768-1.5%201.714-1.5h35.572c.946%200%201.714.58%201.714%201.5v20.009zm0%2034.041c0%20.92-.768.45-1.714.45h-35.572c-.946%200-1.714.47-1.714-.45v-20.008c0-.92.768-2.541%201.714-2.541h35.572c.946%200%201.714%201.621%201.714%202.541v20.008zm0%2037.931c0%20.92-.768%202.519-1.714%202.519h-35.572c-.946%200-1.714-1.599-1.714-2.519v-20.008c0-.92.768-2.472%201.714-2.472h35.572c.946%200%201.714%201.552%201.714%202.472v20.008zm0%2075.862c0%20.92-.768%203.657-1.714%203.657h-35.572c-.946%200-1.714-2.736-1.714-3.657v-20.008c0-.92.768-1.335%201.714-1.335h35.572c.946%200%201.714.414%201.714%201.335v20.008zm0%2037.932c0%20.92-.768%201.725-1.714%201.725h-35.572c-.946%200-1.714-.805-1.714-1.725v-20.008c0-.92.768-.266%201.714-.266h35.572c.946%200%201.714-.654%201.714.266v20.008zm0%2037.931c0%20.92-.768%202.794-1.714%202.794h-35.572c-.946%200-1.714-1.874-1.714-2.794v-20.008c0-.92.768-1.197%201.714-1.197h35.572c.946%200%201.714.277%201.714%201.197v20.008zm0%2037.931c0%20.92-.768%202.863-1.714%202.863h-35.572c-.946%200-1.714-1.943-1.714-2.863v-20.008c0-.92.768-.129%201.714-.129h35.572c.946%200%201.714-.792%201.714.129v20.008zm0-151.08c0%20.924-.768%201.943-1.714%201.943h-35.572c-.946%200-1.714-1.019-1.714-1.943V382.47c0-.924.768-1.97%201.714-1.97h35.572c.946%200%201.714%201.046%201.714%201.97v20.087zm-347-375.094c0%20.92-.768%202.037-1.714%202.037h-35.572c-.946%200-1.714-1.117-1.714-2.037V7.454c0-.92.768-2.954%201.714-2.954h35.572c.946%200%201.714%202.034%201.714%202.954v20.009zm0%2037.931c0%20.92-.768%202.106-1.714%202.106h-35.572c-.946%200-1.714-1.186-1.714-2.106V45.386c0-.92.768-1.886%201.714-1.886h35.572c.946%200%201.714.965%201.714%201.886v20.008zm0%2037.931c0%20.92-.768%202.175-1.714%202.175h-35.572c-.946%200-1.714-1.254-1.714-2.175V83.317c0-.92.768-.817%201.714-.817h35.572c.946%200%201.714-.104%201.714.817v20.008zm0%2037.932c0%20.92-.768%201.243-1.714%201.243h-35.572c-.946%200-1.714-.323-1.714-1.243v-20.008c0-.92.768-.748%201.714-.748h35.572c.946%200%201.714-.172%201.714.748v20.008zm0%2036.958c0%20.92-.768.285-1.714.285h-35.572c-.946%200-1.714.635-1.714-.285v-20.008c0-.92.768-2.707%201.714-2.707h35.572c.946%200%201.714%201.786%201.714%202.707v20.008zm0%2037.931c0%20.92-.768%201.354-1.714%201.354h-35.572c-.946%200-1.714-.433-1.714-1.354v-20.008c0-.92.768-1.638%201.714-1.638h35.572c.946%200%201.714.718%201.714%201.638v20.008zm0%2037.932c0%20.92-.768%202.422-1.714%202.422h-35.572c-.946%200-1.714-1.502-1.714-2.422V234.07c0-.92.768-1.569%201.714-1.569h35.572c.946%200%201.714.649%201.714%201.569v20.008zm0%2037.931c0%20.92-.768%201.491-1.714%201.491h-35.572c-.946%200-1.714-.571-1.714-1.491V272c0-.92.768-1.5%201.714-1.5h35.572c.946%200%201.714.58%201.714%201.5v20.009zm0%2034.041c0%20.92-.768.45-1.714.45h-35.572c-.946%200-1.714.47-1.714-.45v-20.008c0-.92.768-2.541%201.714-2.541h35.572c.946%200%201.714%201.621%201.714%202.541v20.008zm0%2037.931c0%20.92-.768%202.519-1.714%202.519h-35.572c-.946%200-1.714-1.599-1.714-2.519v-20.008c0-.92.768-2.472%201.714-2.472h35.572c.946%200%201.714%201.552%201.714%202.472v20.008zm0%2075.862c0%20.92-.768%203.657-1.714%203.657h-35.572c-.946%200-1.714-2.736-1.714-3.657v-20.008c0-.92.768-1.335%201.714-1.335h35.572c.946%200%201.714.414%201.714%201.335v20.008zm0%2037.932c0%20.92-.768%201.725-1.714%201.725h-35.572c-.946%200-1.714-.805-1.714-1.725v-20.008c0-.92.768-.266%201.714-.266h35.572c.946%200%201.714-.654%201.714.266v20.008zm0%2037.931c0%20.92-.768%202.794-1.714%202.794h-35.572c-.946%200-1.714-1.874-1.714-2.794v-20.008c0-.92.768-1.197%201.714-1.197h35.572c.946%200%201.714.277%201.714%201.197v20.008zm0%2037.931c0%20.92-.768%202.863-1.714%202.863h-35.572c-.946%200-1.714-1.943-1.714-2.863v-20.008c0-.92.768-.129%201.714-.129h35.572c.946%200%201.714-.792%201.714.129v20.008zm0-151.08c0%20.924-.768%201.943-1.714%201.943h-35.572c-.946%200-1.714-1.019-1.714-1.943V382.47c0-.924.768-1.97%201.714-1.97h35.572c.946%200%201.714%201.046%201.714%201.97v20.087z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23FFFFFF%22%20stroke-width%3D%225%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M766.67%2054.005c-6.34-10.277-16.905-17.47-29.586-17.47-17.962%200-31.697%2017.147-31.697%2030.83%200%2026.559%2019.02%2039.051%2061.283%2078.101%2042.265-39.05%2061.283-51.542%2061.283-78.101%200-13.683-13.736-30.83-31.698-30.83-12.679-.001-23.245%207.193-29.585%2017.47zm0%20191c-6.34-10.277-16.905-17.47-29.586-17.47-17.962%200-31.697%2017.147-31.697%2030.83%200%2026.559%2019.019%2039.051%2061.283%2078.101%2042.265-39.05%2061.283-51.542%2061.283-78.101%200-13.683-13.736-30.83-31.698-30.83-12.679-.001-23.245%207.193-29.585%2017.47zM762%20426.728c-6.34-10.277-16.905-17.47-29.586-17.47-17.962%200-31.697%2017.146-31.697%2030.83%200%2026.559%2019.02%2039.051%2061.283%2078.101%2042.265-39.05%2061.283-51.542%2061.283-78.101%200-13.684-13.736-30.83-31.698-30.83-12.679%200-23.245%207.193-29.585%2017.47z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M65.767%20528.771c-6.725%200-12.987-1.41-18.614-4.19-5.675-2.799-10.611-7.065-14.668-12.678-3.939-5.443-7.04-12.397-9.211-20.666-2.124-8.074-3.201-17.623-3.201-28.379V350.723h39.154v108.464c0%203.415.301%206.69.895%209.735.554%202.854%201.472%205.447%202.728%207.709%201.104%201.991%202.541%203.51%204.393%204.646%201.77%201.089%204.133%201.639%207.028%201.639h37.494v45.856H65.767z%22%2F%3E%3Cpath%20d%3D%22M54.227%20355.723v103.464c0%203.746.328%207.311.987%2010.692.657%203.385%201.747%206.446%203.265%209.18%201.519%202.738%203.568%204.897%206.15%206.48%202.581%201.587%205.793%202.376%209.642%202.376h32.494v35.856H65.767c-5.974%200-11.44-1.222-16.399-3.672-4.961-2.447-9.239-6.156-12.831-11.124-3.595-4.967-6.404-11.303-8.428-19.008-2.026-7.702-3.037-16.74-3.037-27.108V355.723h29.155m10-10H15.073v117.136c0%2011.185%201.132%2021.162%203.366%2029.652%202.329%208.865%205.693%2016.378%209.998%2022.327%204.537%206.276%2010.092%2011.065%2016.508%2014.23%206.315%203.12%2013.323%204.704%2020.823%204.704h50.998v-55.856H74.27c-1.929%200-3.453-.31-4.405-.895-1.122-.688-1.959-1.579-2.642-2.812-1.003-1.806-1.74-3.902-2.193-6.235-.534-2.737-.803-5.691-.803-8.786V345.723z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M112.392%20528.771V398.676h35.357v130.096h-35.357zm0-132.192V357.85h35.357v38.729h-35.357z%22%2F%3E%3Cpath%20d%3D%22M142.75%20362.851v28.728h-25.357v-28.728h25.357m0%2040.825v120.096h-25.357V403.676h25.357m10-50.825h-45.357v180.92h45.357v-180.92z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M184.112%20528.771l-38.489-130.095h39.23l15.825%2059.2%2015.824-59.2h39.231l-38.49%20130.095%22%2F%3E%3Cpath%20d%3D%22M249.04%20403.676l-35.531%20120.096h-25.661l-35.531-120.096h28.698l19.284%2072.143h.759l19.284-72.143h28.698m13.387-10h-49.763l-1.983%207.418-10.003%2037.421-10.003-37.421-1.983-7.418h-49.763l3.798%2012.837%2035.531%20120.095%202.119%207.163h40.601l2.119-7.163%2035.531-120.095%203.799-12.837z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M289.278%20528.771c-14.418%200-25.833-5.839-33.927-17.354-7.707-10.963-11.615-27.01-11.615-47.694%200-20.686%203.908-36.732%2011.615-47.695%208.095-11.515%2019.509-17.353%2033.927-17.353h39.621v38.295h-36.28c-3.142%200-5.382.957-7.051%203.012-1.136%201.397-2.163%203.113-3.073%205.133h44.582v37h-44.592c.922%202.065%201.962%203.83%203.115%205.278%201.67%202.104%203.899%203.082%207.02%203.082h36.28v38.296h-39.622z%22%2F%3E%3Cpath%20d%3D%22M323.898%20403.676v28.295h-31.28c-4.657%200-8.302%201.62-10.933%204.86-2.634%203.24-4.707%207.668-6.226%2013.285h46.616v26.999H275.46c1.519%205.616%203.592%2010.082%206.226%2013.392%202.631%203.315%206.275%204.968%2010.933%204.968h31.28v28.295h-34.621c-12.754%200-22.7-5.076-29.837-15.228-7.137-10.152-10.705-25.09-10.705-44.82%200-19.727%203.568-34.668%2010.705-44.82%207.137-10.152%2017.083-15.228%2029.837-15.228h34.62m10-9.998h-44.621c-15.914%200-29.06%206.735-38.018%2019.477-8.428%2011.988-12.524%2028.53-12.524%2050.571s4.097%2038.583%2012.524%2050.571c8.957%2012.742%2022.104%2019.477%2038.018%2019.477h44.621v-48.295h-1.822v-43.504h1.822v-48.297z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M474.674%20528.771l-10.022-36.072H429.13l-10.021%2036.072h-41.321l52.768-178.049h32.672l52.769%20178.049h-41.323zm-21.924-78.472l-5.86-20.94-5.86%2020.94h11.72z%22%2F%3E%3Cpath%20d%3D%22M459.494%20355.723l49.804%20168.048h-30.824L468.452%20487.7h-43.123l-10.021%2036.072h-30.824l49.804-168.048h25.206m-25.055%2099.575h24.902l-12.451-44.496-12.451%2044.496m32.521-109.576h-40.138l-2.122%207.158-49.804%20168.049-3.806%2012.841h51.819l2.035-7.323%207.987-28.748h27.922l7.987%2028.748%202.035%207.323h51.818l-3.806-12.841-49.804-168.048-2.123-7.159z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M549.081%20528.771c-14.418%200-25.833-5.839-33.928-17.354-7.706-10.963-11.614-27.01-11.614-47.694%200-20.686%203.908-36.732%2011.614-47.695%208.095-11.515%2019.51-17.353%2033.928-17.353h39.62v40.023h-36.279c-1.527%200-2.933.345-4.296%201.055-1.306.68-2.544%201.896-3.681%203.615-1.288%201.948-2.333%204.572-3.104%207.8-.816%203.42-1.23%207.645-1.23%2012.555%200%205.048.412%209.302%201.226%2012.642.77%203.164%201.814%205.758%203.106%207.71%201.138%201.722%202.375%202.938%203.683%203.618%201.362.709%202.769%201.054%204.296%201.054h36.279v40.024h-39.62z%22%2F%3E%3Cpath%20d%3D%22M583.701%20403.676v30.023h-31.279c-2.33%200-4.531.54-6.605%201.62-2.076%201.08-3.924%202.845-5.542%205.292-1.62%202.45-2.885%205.582-3.796%209.395-.911%203.817-1.367%208.391-1.367%2013.717%200%205.474.456%2010.081%201.367%2013.824.911%203.746%202.176%206.84%203.796%209.288%201.618%202.45%203.466%204.212%205.542%205.292%202.074%201.08%204.275%201.619%206.605%201.619h31.279v30.024h-34.62c-12.755%200-22.7-5.076-29.837-15.228-7.137-10.152-10.705-25.09-10.705-44.82%200-19.727%203.568-34.668%2010.705-44.82%207.137-10.152%2017.082-15.228%2029.837-15.228h34.62m10-9.998h-44.62c-15.914%200-29.06%206.735-38.018%2019.477-8.428%2011.988-12.524%2028.53-12.524%2050.571s4.097%2038.583%2012.524%2050.571c8.957%2012.742%2022.104%2019.477%2038.018%2019.477h44.62v-50.024h-41.279c-.725%200-1.338-.151-1.988-.489-.247-.128-.917-.574-1.815-1.933-.978-1.477-1.791-3.539-2.423-6.14-.719-2.956-1.084-6.811-1.084-11.461%200-4.52.368-8.354%201.094-11.395.625-2.617%201.459-4.763%202.41-6.201.903-1.365%201.57-1.809%201.815-1.936.655-.341%201.268-.492%201.991-.492h41.279v-50.025z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M631.684%20528.771c-3.582%200-7.081-.365-10.4-1.087-3.979-.864-7.555-2.952-10.624-6.207-2.907-3.077-5.212-7.422-6.848-12.911-1.57-5.259-2.334-12.086-2.334-20.867V436.97h-15.185v-38.295h15.185v-47.953h35.357v47.953h23.384v38.295h-23.384v41.656c0%202.022.072%204.004.214%205.889.104%201.385.403%202.601.889%203.612.322.673.816%201.183%201.558%201.61.481.279%201.649.737%204.184.737h16.54v38.296h-28.536z%22%2F%3E%3Cpath%20d%3D%22M631.835%20355.723v47.952h23.384v28.296h-23.384v46.656c0%202.16.076%204.249.228%206.264.152%202.018.607%203.817%201.367%205.4.759%201.587%201.947%202.845%203.568%203.78%201.618.939%203.846%201.405%206.681%201.405h11.54v28.296h-23.535c-3.241%200-6.354-.324-9.339-.972-2.986-.648-5.67-2.231-8.048-4.752-2.379-2.517-4.277-6.156-5.693-10.908-1.419-4.752-2.126-11.232-2.126-19.44v-55.728h-15.185v-28.296h15.185v-47.952h25.357m10-10.001h-45.357v47.952h-15.185v48.296h15.185V487.7c0%209.273.832%2016.568%202.544%2022.301%201.886%206.33%204.506%2011.21%208.007%2014.915%203.769%203.996%208.211%206.574%2013.195%207.656%203.666.796%207.522%201.2%2011.46%201.2h33.535v-48.296h-21.54c-.664%200-1.133-.042-1.441-.086-.099-.361-.168-.783-.203-1.252-.132-1.758-.199-3.613-.199-5.511v-36.656h23.384v-48.296h-23.384v-47.952h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M661.605%20528.771V398.676h35.358v130.096h-35.358zm0-132.192V357.85h35.358v38.729h-35.358z%22%2F%3E%3Cpath%20d%3D%22M691.964%20362.851v28.728h-25.358v-28.728h25.358m0%2040.825v120.096h-25.358V403.676h25.358m10-50.825h-45.358v180.92h45.358v-180.92z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M748.297%20531.147c-7.609%200-14.6-1.512-20.775-4.494-6.229-3.006-11.601-7.517-15.964-13.406-4.248-5.726-7.56-12.861-9.841-21.206-2.233-8.171-3.365-17.698-3.365-28.317s1.132-20.147%203.365-28.319c2.28-8.339%205.591-15.474%209.842-21.207%204.362-5.885%209.733-10.396%2015.963-13.404%206.176-2.981%2013.166-4.493%2020.775-4.493%207.608%200%2014.598%201.512%2020.774%204.492%206.229%203.011%2011.599%207.52%2015.964%2013.403%204.254%205.744%207.564%2012.878%209.842%2021.209%202.233%208.171%203.366%2017.698%203.366%2028.319%200%2010.62-1.133%2020.147-3.366%2028.317-2.278%208.337-5.589%2015.472-9.841%2021.207-4.366%205.89-9.737%2010.399-15.965%2013.405-6.176%202.983-13.166%204.494-20.774%204.494zm0-96.121c-2.662%200-4.799.5-6.351%201.487-1.568.997-2.8%202.494-3.765%204.579-1.15%202.484-1.98%205.597-2.466%209.248-.525%203.941-.792%208.443-.792%2013.383%200%204.942.267%209.442.792%2013.377.485%203.658%201.314%206.77%202.465%209.252.965%202.085%202.195%203.582%203.765%204.579%201.552.987%203.688%201.487%206.352%201.487%202.662%200%204.8-.501%206.354-1.488%201.566-.997%202.798-2.494%203.762-4.576%201.147-2.479%201.978-5.592%202.466-9.253.524-3.943.791-8.444.791-13.378%200-4.931-.267-9.434-.791-13.382-.489-3.656-1.318-6.77-2.467-9.251-.964-2.081-2.196-3.579-3.765-4.578-1.551-.985-3.689-1.486-6.35-1.486z%22%2F%3E%3Cpath%20d%3D%22M748.297%20401.3c6.883%200%2013.083%201.333%2018.602%203.995%205.516%202.666%2010.223%206.625%2014.121%2011.88%203.896%205.259%206.909%2011.772%209.034%2019.548%202.126%207.776%203.189%2016.777%203.189%2027%200%2010.226-1.063%2019.224-3.189%2026.999-2.125%207.776-5.139%2014.293-9.034%2019.548-3.898%205.259-8.605%209.217-14.121%2011.88-5.519%202.663-11.719%203.996-18.602%203.996-6.885%200-13.084-1.333-18.601-3.996-5.519-2.663-10.226-6.621-14.121-11.88-3.898-5.255-6.909-11.772-9.035-19.548-2.125-7.775-3.188-16.773-3.188-26.999%200-10.223%201.063-19.224%203.188-27%202.126-7.776%205.137-14.289%209.035-19.548%203.896-5.255%208.603-9.214%2014.121-11.88%205.517-2.663%2011.716-3.995%2018.601-3.995m0%2096.119c3.645%200%206.655-.756%209.035-2.267%202.377-1.513%204.251-3.743%205.618-6.696%201.366-2.95%202.327-6.513%202.885-10.692.556-4.175.835-8.856.835-14.04%200-5.184-.279-9.862-.835-14.041-.558-4.174-1.519-7.739-2.885-10.691-1.367-2.95-3.241-5.184-5.618-6.696-2.38-1.512-5.391-2.268-9.035-2.268s-6.657.757-9.034%202.268c-2.38%201.513-4.252%203.746-5.618%206.696-1.367%202.953-2.33%206.517-2.885%2010.691-.558%204.179-.836%208.857-.836%2014.041%200%205.184.278%209.865.836%2014.04.555%204.179%201.518%207.742%202.885%2010.692%201.366%202.953%203.238%205.184%205.618%206.696%202.377%201.511%205.39%202.267%209.034%202.267m0-106.119c-8.367%200-16.088%201.679-22.947%204.989-6.969%203.367-12.959%208.39-17.808%2014.931-4.621%206.234-8.204%2013.927-10.648%2022.866-2.351%208.602-3.542%2018.573-3.542%2029.638%200%2011.065%201.192%2021.036%203.542%2029.636%202.446%208.947%206.029%2016.642%2010.65%2022.87%204.846%206.542%2010.838%2011.566%2017.807%2014.928%206.857%203.31%2014.578%204.99%2022.946%204.99%208.367%200%2016.087-1.679%2022.948-4.99%206.964-3.362%2012.956-8.385%2017.808-14.931%204.622-6.235%208.204-13.929%2010.647-22.867%202.351-8.598%203.543-18.569%203.543-29.635%200-11.066-1.192-21.037-3.543-29.638-2.44-8.93-6.022-16.623-10.645-22.863-4.855-6.544-10.844-11.566-17.804-14.931-6.868-3.315-14.589-4.993-22.954-4.993zm0%2096.119c-2.226%200-3.254-.442-3.668-.706-.272-.173-1.093-.695-1.909-2.457-.941-2.03-1.629-4.656-2.047-7.809-.497-3.724-.749-8.002-.749-12.724%200-4.719.252-8.998.748-12.718.42-3.158%201.108-5.784%202.047-7.813.818-1.765%201.638-2.287%201.907-2.458.417-.265%201.446-.708%203.67-.708%201.649%200%202.953.252%203.674.71.263.168%201.087.692%201.907%202.46.934%202.019%201.623%204.649%202.046%207.811.495%203.725.747%208.006.747%2012.716%200%204.714-.252%208.993-.748%2012.72-.422%203.159-1.11%205.788-2.046%207.809-.817%201.765-1.642%202.29-1.913%202.462-.712.453-2.017.705-3.666.705z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M853.231%20528.771v-82.545c0-4.259-.966-5.75-1.382-6.193-1.25-1.334-2.104-1.334-2.425-1.334h-14.436v90.072H799.63V398.676h57.082c3.802%200%207.692.975%2011.563%202.898%203.782%201.88%207.225%204.619%2010.232%208.142%202.961%203.469%205.408%207.839%207.275%2012.991%201.862%205.14%202.806%2011.09%202.806%2017.688v88.376h-35.357z%22%2F%3E%3Cpath%20d%3D%22M856.713%20403.676c3.037%200%206.15.792%209.339%202.376%203.188%201.586%206.073%203.888%208.655%206.912%202.581%203.024%204.707%206.841%206.377%2011.448%201.67%204.61%202.506%209.936%202.506%2015.984v83.376h-25.358v-77.544c0-4.462-.911-7.667-2.732-9.612-1.822-1.944-3.849-2.916-6.074-2.916H829.99v90.072h-25.358V403.676h52.081m0-10h-62.082v140.096h45.358V443.7h8.051c.096.513.191%201.326.191%202.528v87.544h45.358v-93.376c0-7.181-1.044-13.705-3.104-19.39-2.073-5.72-4.823-10.609-8.173-14.534-3.448-4.038-7.42-7.191-11.809-9.374-4.572-2.272-9.21-3.422-13.79-3.422z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23D2527F%22%20stroke-width%3D%22.25%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.628%20158.709h29.419v63.654h39.225v-63.654h29.418v160.268H85.272v-63.654H46.047v63.654H16.628V158.709zm183.866%20133.282v26.986h-34.935c-12.871%200-22.907-4.841-30.108-14.523-7.202-9.682-10.802-23.928-10.802-42.745%200-18.813%203.601-33.063%2010.802-42.745%207.202-9.682%2017.237-14.523%2030.108-14.523h34.935v26.986H168.93c-4.7%200-8.377%201.545-11.032%204.635-2.658%203.09-4.75%207.313-6.282%2012.669h47.04v25.75h-47.04c1.532%205.356%203.625%209.614%206.282%2012.772%202.655%203.16%206.332%204.737%2011.032%204.737h31.564zm73.47-85.283c3.218%201.513%206.129%203.708%208.734%206.592%202.604%202.884%204.75%206.524%206.435%2010.918%201.686%204.396%202.528%209.476%202.528%2015.244v79.516h-25.588v-73.954c0-4.255-.919-7.313-2.758-9.167-1.838-1.854-3.883-2.781-6.129-2.781h-19.612v85.902h-25.588V204.441h52.556c3.063%200%206.204.757%209.422%202.267zm65.349%20112.27c-3.271%200-6.412-.309-9.423-.927-3.014-.618-5.722-2.128-8.121-4.532-2.401-2.401-4.317-5.871-5.746-10.403-1.432-4.531-2.145-10.712-2.145-18.54v-53.147h-15.322v-26.986h15.322v-45.732h25.588v45.732h23.596v26.986h-23.596v44.496c0%202.06.077%204.052.229%205.974.153%201.925.613%203.641%201.379%205.15.766%201.513%201.965%202.713%203.601%203.604%201.633.895%203.881%201.339%206.742%201.339h11.645v26.986h-23.749zm37.385-114.537h48.418c3.371%200%206.869.653%2010.496%201.957%203.625%201.307%206.945%203.573%209.959%206.798%203.012%203.228%205.49%207.554%207.432%2012.978%201.939%205.427%202.911%2012.189%202.911%2020.291v72.512H397.69c-8.887%200-15.605-3.226-20.149-9.682-4.546-6.454-6.818-14.9-6.818-25.338%200-10.574%202.272-19.088%206.818-25.544%204.544-6.454%2011.262-9.682%2020.149-9.682h32.636c0-2.06-.179-4.12-.536-6.18-.359-2.06-.996-3.914-1.915-5.562-.919-1.648-2.172-2.987-3.754-4.017-1.584-1.03-3.601-1.545-6.052-1.545h-41.37v-26.986zm53.628%2070.04h-25.895c-2.044%200-3.907.551-5.593%201.648-1.685%201.101-2.528%203.502-2.528%207.21%200%203.572.816%205.906%202.451%207.004%201.633%201.101%203.524%201.647%205.669%201.647h25.895v-17.509zm39.377-81.575v-27.398h25.588v27.398h-25.588zm0%20126.072V204.441h25.588v114.536h-25.588z%22%2F%3E%3C%2Fsvg%3E");
}

.manga {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M807%20201h64v211h-64z%22%2F%3E%3Cpath%20d%3D%22M867%20205v203h-56V205h56m7-7h-70v217h70V198z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M578%2014h250v350H578z%22%2F%3E%3Cpath%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M616%2047h250v350H616z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M657%2080h250v350H657z%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22950%22%20x2%3D%22700%22%20y1%3D%22292%22%20y2%3D%22292%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.485%22%20stop-color%3D%22%23FFFFFF%22%2F%3E%3Cstop%20offset%3D%22.6024%22%20stop-color%3D%22%23C0C0C0%22%2F%3E%3Cstop%20offset%3D%22.965%22%20stop-color%3D%22%23000000%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M700%20117h250v350H700z%22%2F%3E%3Cpath%20d%3D%22M951.425%20462.54L930.01%20334.605c-.455-2.693-2.33-8.154-1.614-11.068%203.749-.029%204.03-5.665%204.519-8.538-.364-1.441-.352-2.873.038-4.298%202.009-2.663-.844-4.697.518-6.759%202.743-4.151-.676-6.641-4.507-6.406-5.056.309-4.053-1.542-4.836-6.233-2.255-13.522-4.459-27.053-6.703-40.576-1.31-7.893-3.083-8.378%204.592-10.898%201.886-.619%2012.92-2.782%2013.428-4.459-2.67-1.773-21.103-4.301-21.499-6.678-.649-3.903-1.298-7.805-1.947-11.708-.513-3.084%2018.477-8.243%2021.512-11.334-1.993-2.961-20.492-2.885-23.98-3.166l-4.211-25.671-9.697-56.861c-.344-2.072.054-7.457-2.67-7.784-6.382-.766-7.053%202.218-6.253%207.177l9.427%2059.415c.434%202.737%205.09%2023.19%203.049%2023.875-3.366%201.13-10.23%201.044-11.82%201.82-1.398.682-5.028%203.083-5.153%202.61-.328-1.243-1.235-9.435-1.948-11.458-2.739-7.774-8.404-14.113-15.452-18.291-4.255-2.523-9.277-3.083-13.476-5.369-1.472-.801.456-11.396.476-13.183.119-10.406-1.478-20.928-5.046-30.72-2.625-7.205-6.604-11.594-13.813-15.44-.002.002%209.239%2014.273%2010.045%2017.019%201.793%206.112%207.405%2025.635%202.594%2031.128-10.15-26.396-30.945-37.184-58.349-44.118-.579%202.87%201.801.013%202.812%202.801%202.057%205.674%203.87%2011.437%205.416%2017.271%201.523%205.748%202.819%2011.569%203.733%2017.447.424%202.728%202.615%209.844.907%2012.32-12.741-6.998-27.207-11.029-41.72-11.723-8.756-.418-24.583-.896-32.157%204.504%201.795%202.871%206.88%205.331%209.56%207.425%205.414%204.229%2010.723%208.593%2015.887%2013.123%204.232%203.713%208.38%207.528%2012.373%2011.496%203.107%203.087%2011.286%209.353%2012.023%2013.839l-.297%203.145c-18.767.065-36.731%206.017-53.77%2013.422%203.436%202.856%2011.448%203.561%2015.717%204.904%205.736%201.805%2011.434%203.734%2017.071%205.831%204.415%201.643%2023.108%206.974%2023.968%2012.629-2.856%202.366-10.388%202.728-13.99%203.64-3.197.81-14.01%201.868-15.593%205.056%2012.504%202.993%2025.367%205.317%2037.68%209.012-.269%201.556-12.525-.834-12.748.626%207.784%202.241%2015.568%204.482%2023.352%206.722-.648-3.695-6.763-8.451-8.565-12.142-.84-1.72-5.882-15.651-2.33-16.345%202.79%203.576%207.016%2011.522%2011.733%2012.515-.258-1.07-2.388-6.919-1.809-7.773.388-.573%205.974%204.024%207.031%203.796%201.946-6.031-7.941-13.094-4.094-19.499%201.675-2.788%2010.281-12.629%2014.386-10.551%202.937%208.659-4.698%2023.651%201.184%2031.584%203.263-1.667%2025.045-37.38%2028.119-34.492l3.939%202.248c.34%2011.009.458%2022.057-.752%2033.021%204.417-3.264%208.339-7.351%2012.059-11.368%201.491-1.61%209.339-13.606%209.841-13.586%205.622%203.491-5.423%2019.292-3.232%2022.457%202.455-1.654%205.024-3.289%207.541-4.916-.503%203.453-2.297%206.731-2.449%2010.237%204.528-5.244%208.945-10.605%2012.718-16.428%201.885%204.318.108%209.963-1.475%2014.081-1.757%204.568-8.221%2011.198-8.609%2015.746%2011.873-2.541%2023.849-5.061%2036.04-5.225-7.649-2.785-9.064-5.699-16.651-8.639l-.333-1.565c5.048-2.095%2010.041-4.319%2015.112-6.358%203.409%2016.073%205.384%2032.677%207.793%2048.931-2.887-1.237-7.984%202.323-8.692%205.122-.021.083-4.265%203.268-4.964%203.819-5.348%204.216-9.624%205.817-15.704-.404-4.659-4.766-8.485-12.176-15.419-13.759-6.112-1.395-13.974-4.777-20.295-3.739-6.517%201.07-2.018%204.328.738%205.408%203.433%201.345%205.524%204.256%205.981%207.875.776%206.14-1.866%2013.529-5.427%2018.502-2.347%203.279-17.235-12.834-19.804-15.209-2.811-2.598-5.728-5.083-8.433-7.794-4.218-4.227-2.023-3.325%201.913-6.714-3.468-1.907-16.447%201.756-23.048%204.749-1.678.134-3.171.302-4.268.461-1.702-3.274-5.116-6.796-7.585-9.219-3.393-3.328-7.195-6.45-11.517-3.398-1.968%201.389-5.018%203.383-5.811%205.836-1.201%203.718%202.919%204.841%204.112%207.556.867%201.972.611%204.886%203.718%205.245%202.869.331%204.759%205.898%202.483%208-1.383-4.6-7.044-8.537-9.624-12.741-2.519-4.103-5.745-6.958-9.275-10.369-2.892-2.794-5.003-4.872-9.107-6.84-2.667-1.279-5.38-2.467-8.124-3.571-3.425-1.377-2.196.269-5.453-.065.742%204.357-1.83-2.834-.479%205.051-3.081-1.252-.3%203.388.186%204.232%201.565%202.714%203.165%202.842%201%205.136.933%202.185%2011.475%205.192%208.145%207.092%203.847-2.196%2015.944%2017.285%2018.175%2020.168-3.384.867%201.172%203.686%202.315%203.607-3.972%203.773-8.898%208.244-9.494%2013.965-.858%208.23%203.656%2015.112%209.352%2020.231-2.124-.829-.428%204.119%202.032%204.597%202.694.523%203.974%204.97%204.99%204.984%203.877.054%204.078%202.412%206.293%205.685%203.098%204.579%207.429%204.922%205.711%2010.785-1.587%205.417-3.322%2010.817-4.203%2016.407-.785%204.979-4.083%208.474-3.858%2013.738.072%201.682-2.669%203.686-3.362%205.256-1.366%203.097-2.005%206.546-2.46%209.877-.341%202.495-.159%205.49-.77%207.919-.455%201.809-2.056%201.783-2.017%204.114.084%204.906%204.457%208.006%203.49%2012.845-1.048%205.247-5.15%202.292-7.295%207.24-4.806%2011.088%2016.235%2014.331%2023.018%2011.746%203.573-1.362%208.458-3.977%208.588-8.377.102-3.467-2.995-2.504-2.113-5.487%201.145-3.872%2012.123.159%2014.662-1.621%205.452-3.823%206.418-7.462%209.171-12.849%201.98-3.874%206.542-7.445%209.476-10.644%201.443-1.574%203.57-3.196%203.408-5.611-.102-1.527-.521-2.942.752-4.089%203.384-3.05%203.135-6.342%207.123-9.47%201.621-1.271%205.975%2012.299%206.638%2013.534%202.209%204.112%205.438%207.607%209.656%209.694%201.902.941%201.905%202.74%203.06%204.354%201.299%201.816%203.912%201.554%204.941%203.032%203.836%205.511-2.854%207.254%205.428%209.732%206.929%202.073%2014.017%203.64%2021.205%204.48%205.206.608%2010.483.762%2015.695.132%208.94-1.08%201.93-7.378-1.133-9.793-4.131-3.257-11.398-5.685-14.757-9.427-1.454-1.62%201.897-4.6%202.493-5.728%201.463-2.77%201-6.626%201.139-9.63.326-7.073-.003-10.885-3.496-17.144-2.944-5.276-3.491-11.053-5.831-16.587-3.921-9.272-4.436-20.756-10.276-29.294%203.132%202.722%205.112-1.049%202.756-3.438-1.368-1.386-2.894-2.569-4.213-4.024%204.901-2.527%205.519-10.648%203.883-15.019-2.539-6.781%208.706-.404%2012.856-.716%203.67-.276%207.033-2.012%2010.023-4.053%203.483-2.377%205.671-3.153%209.029-4.942%201.168-.48%201.985-1.276%202.452-2.387%204.457%202.423%204.268-.672%205.261%204.796%201.051%205.78%202.295%2011.522%203.446%2017.282l19.466%20119.437c.953%202.084%209.413.766%208.818-2.881zm-53.272-237.61c1.675-.967%203.349-1.935%205.024-2.902.298%201.65.512%203.31.641%204.982-1.912-.629-3.8-1.322-5.665-2.08zm-96.216%20122.491c-2.136.444-5.903%202.852-7.917%201.673l-8.809-11.367c4.508-2.057%207.615-6.228%2011.038-2.662%203.06%203.187%202.085%201.908%202.883%206.194.281%201.51%203.213%204.936%202.805%206.162zm76.109%2063.445c.14%202.194-3.609%202.633-5.015%203.777-3.085%202.509-3.216%206.494-6.941%209.129-3.686%202.608-2.365-6.397-2.43-7.929-.51-12.013-1.446-24.085-3.514-35.938-1.103-6.324-4.236-26.342-7.877-10.629-2.733%2011.792-5.824%2023.729-7.335%2035.751-.423%203.369-4.337%204.273-7.334%202.892-2.275-1.049-2.577-3.895-5.612-2.667-2.067.837-2.765%202.383-5.148%202.221%205.271-15.447%2012.789-29.835%2018.457-45.019-10.758-3.406-25.888%203.68-35.813-4.466-2.652-2.177%209.667-3.138%2010.336-3.173%206.939-.364%2013.598-.185%2020.502-1.004%202.815-.334%206.641-1.276%209.424-.333.774.262%202.416%201.523%203.385%201.046%201.845-.909%205.957-4.018%208.326-6.837l3.548.05c3.731%203.018%207.561%206.129%2011.108%209.371-1.078-.381-10.5%201.382-11.442%201.614-3.901.958-1.476%204.842-.267%206.975%205.345%209.426%209.274%2019.985%2011.584%2030.562%201.047%204.796%201.746%209.709%202.058%2014.607z%22%2F%3E%3Cg%20fill%3D%22%23FFFFFF%22%3E%3Cpath%20d%3D%22M728.929%20222.368c-5.242%200-9.543-1.308-12.783-3.889-3.457-2.619-5.215-6.387-5.215-11.191%200-.978.202-2.02.676-3.483%202.314-7.276%208.675-10.966%2018.903-10.966%202.322%200%204.531.241%207.296.8.211-1.771.299-3.268.373-4.931-17.956-.029-21.511-1.563-22.534-2.745-.498-.395-.712-1.075-.712-2.254%200-1.224.228-2.548.676-3.934.61-1.968%201.25-2.907%202.072-3.04%202.056-.155%203.43-.222%204.496-.222.441%200%20.842.012%201.201.036%207.475-.347%2012.021-.516%2014.496-.538-.222-2.45-.391-4.416-.486-6.266-9.009.492-14.286.693-18.14.693-3.505%200-4.374-.162-4.74-.304-.804-.22-1.362-.967-1.878-2.563l-.037-.133c-.371-1.344-.639-2.316-.639-3.171%200-1.17.323-1.909%201.116-2.549%204.128-2.439%2011.895-4.055%2023.149-4.845-.066-1.384-.066-2.792-.066-4.395%200-.385%200-1.129.062-2.035-.229-.108-.334-.277-.382-.396-.224-.553.277-1.152.702-1.571.407-.612%202.052-1.359%204.492-1.359%202.576%200%204.359%201.104%205.449%203.375.1.145.165.452.493%202.004.204.969.49%202.325.882%204.076%206.719.108%2011.751.598%2015.813%201.537l.342.279c.318.694.697%201.902.697%203.718%200%201.487-.254%202.897-.776%204.313l-.271.287c-1.708.734-3.912%201.291-6.551%201.655l-.897.086c-1.214.119-3.197.312-6.035.511l.052.313c.441%202.697.747%204.558.862%206.134l1.658.106c5.86.376%209.731.624%2012.086.949l.362.241c.517.877.813%202.479.813%204.394%200%201.786-.294%203.269-.57%204.518l-.293.352c-2.437%201.037-6.957%201.815-13.088%202.255.083%204.17-.078%207.359-.516%2010.222%205.318%202.515%209.428%205.294%2012.556%208.493l.087.121c.148.288.148.62.148%201.039%200%201.383-.594%202.674-1.815%203.946-1.296%201.351-2.526%201.954-3.989%201.954-.949%200-2.466-.583-5.072-1.947-2.501-1.465-3.972-2.367-4.72-2.835-3.262%208.85-9.748%2013.155-19.805%2013.155zm-.234-18.09c-2.973.013-4.479%201.237-4.479%203.64%200%202.475%201.773%203.73%205.271%203.73%202.594%200%204.538-2.115%205.785-6.29-4.059-.61-6.233-1.015-6.577-1.08z%22%2F%3E%3Cpath%20d%3D%22M741.028%20147.621c2.606%200%204.095%201.17%205.026%203.15.093.09.466%202.16%201.397%206.3%206.515.09%2011.819.54%2016.102%201.53.372.81.651%201.98.651%203.51%200%201.53-.28%202.88-.745%204.14-1.674.72-3.816%201.26-6.421%201.62-1.024.09-3.444.36-7.446.63.559%203.419.931%205.58%201.024%207.379%206.981.45%2011.541.72%2014.147%201.08.372.63.744%201.98.744%204.14%200%201.71-.28%203.15-.559%204.41-2.327.99-6.794%201.8-13.403%202.25.094%203.96%200%207.56-.557%2010.98%205.211%202.43%209.493%205.22%2012.751%208.549.093.18.093.45.093.81%200%201.17-.466%202.34-1.675%203.6-1.21%201.26-2.327%201.8-3.63%201.8-.93%200-2.606-.72-4.84-1.89-3.071-1.8-4.654-2.79-5.212-3.15-3.164%209.18-9.494%2013.41-19.544%2013.41-5.119%200-9.308-1.26-12.472-3.78-3.444-2.61-5.026-6.3-5.026-10.8%200-.9.186-1.89.651-3.33%202.234-7.02%208.469-10.62%2018.428-10.62%202.42%200%204.747.27%207.725.9.28-2.16.373-3.87.466-6.03-13.96%200-21.314-.9-22.71-2.61-.373-.27-.559-.81-.559-1.89%200-1.08.186-2.34.651-3.78.559-1.8%201.117-2.61%201.676-2.7%201.772-.132%203.244-.215%204.417-.215.429%200%20.818.011%201.167.035%207.818-.36%2012.658-.54%2015.077-.54-.279-3.06-.465-5.22-.557-7.29-8.191.45-14.24.72-18.615.72-2.606%200-4.095-.09-4.56-.27-.651-.18-1.117-.81-1.583-2.25-.373-1.35-.651-2.34-.651-3.15%200-1.17.373-1.71.93-2.16%203.817-2.25%2011.356-3.959%2023.362-4.77-.093-1.53-.093-3.06-.093-4.86%200-.45%200-1.35.093-2.43-.651%200-.651-.45.186-1.26.091-.268%201.394-1.168%204.094-1.168m-11.542%2064.527c2.978%200%205.119-2.43%206.422-7.2-4.84-.72-7.167-1.17-7.167-1.17-3.35%200-5.026%201.53-5.026%204.14.001%202.79%202.048%204.23%205.771%204.23m11.542-65.527c-2.519%200-4.271.736-4.864%201.523-.382.375-1.154%201.203-.793%202.094.046.114.143.298.328.462-.044.791-.044%201.431-.044%201.781%200%201.423%200%202.692.047%203.931-11.072.808-18.747%202.435-22.823%204.837l-.121.083c-.913.737-1.302%201.616-1.302%202.938%200%20.926.277%201.931.661%203.321l.026.095c.408%201.264.981%202.561%202.234%202.935.47.168%201.436.319%204.872.319%203.791%200%208.952-.194%2017.668-.667.091%201.583.232%203.256.411%205.246-2.574.04-6.992.208-13.973.529-.351-.023-.737-.034-1.177-.034-1.08%200-2.465.067-4.491.218l-.085.01c-1.324.213-2.017%201.924-2.472%203.391-.461%201.425-.696%202.8-.696%204.076%200%20.944.106%201.985.864%202.616%201.201%201.337%205.012%202.825%2022.358%202.882-.062%201.286-.139%202.494-.284%203.836-2.554-.491-4.655-.705-6.86-.705-10.323%200-17.025%203.913-19.381%2011.316-.489%201.513-.698%202.601-.698%203.633%200%204.968%201.824%208.87%205.422%2011.597%203.312%202.638%207.718%203.983%2013.076%203.983%2010.076%200%2016.649-4.225%2020.057-12.907.84.518%202.186%201.334%204.194%202.51%202.76%201.447%204.297%202.027%205.345%202.027%201.588%200%202.97-.67%204.351-2.107%201.315-1.37%201.954-2.774%201.954-4.293%200-.449%200-.872-.204-1.268l-.174-.241c-3.104-3.173-7.154-5.937-12.364-8.435.385-2.682.534-5.666.475-9.465%205.948-.45%2010.353-1.228%2012.776-2.259l.585-.704c.282-1.273.582-2.786.582-4.626%200-2.032-.314-3.683-.883-4.648l-.724-.482c-2.372-.327-6.251-.576-12.121-.953l-1.228-.079c-.133-1.458-.409-3.167-.794-5.516%202.552-.185%204.362-.361%205.499-.472.359-.035.648-.063.871-.083%202.732-.376%204.979-.945%206.728-1.697l.543-.572c.543-1.47.807-2.938.807-4.487%200-1.51-.257-2.868-.743-3.927l-.684-.557c-4.016-.928-8.965-1.421-15.523-1.543-.346-1.556-.604-2.778-.793-3.672-.348-1.647-.423-2.001-.569-2.204-1.185-2.413-3.105-3.586-5.866-3.586zm-11.542%2064.527c-4.77%200-4.77-2.431-4.77-3.23%200-.771%200-3.103%203.933-3.139.447.084%202.385.441%205.97.987-1.174%203.572-2.898%205.382-5.133%205.382zm-20.662%20118.049c-3.257%200-6.271-.257-6.271-2.12%200-2.37.552-6.111%201.595-10.818%201.983-9.594%205.188-19.468%209.523-29.341%204.729-10.973%209.838-19.639%2015.619-26.49.401-.658%201.274-.718%202.058-.718%201.711%200%203.567.552%205.369%201.597%202.89%201.278%203.507%202.754%203.507%203.763%200%20.195%200%20.433-.184.652-1.98%203.645-3.646%206.316-4.953%207.941-3.453%205.463-6.252%2010.229-8.423%2015.257%204.309-2.152%208.165-3.201%2011.756-3.201%205.082%200%209.119%201.427%2012.345%204.36%203.425%202.944%205.096%206.748%205.096%2011.619%200%201.466-.33%203.562-1.037%206.593-.652%202.883-1.012%205.081-1.012%206.187%200%202.339%201.905%202.83%203.503%202.83%201.989%200%204.503-.646%207.909-2.033%202.22-.813%203.876-1.512%204.646-1.955l.408-.78c.207.011.754.04.91.484.029.083.054.211.012.363.531.618%201.213%201.464%201.835%202.869.829%201.689%201.253%203.035%201.253%203.981%200%20.503-.055.801-.084.962l-.216.434c-.716.519-1.457%201.056-1.807%201.394-5.069%203.683-10.159%205.451-15.612%205.451-10.169%200-15.112-3.873-15.112-11.84%200-1.615.41-3.552%201.037-6.32.714-2.508%201.104-4.568%201.104-5.829%200-2.187-.715-3.988-2.068-5.209-1.405-1.198-3.195-1.761-5.622-1.761-6.136%200-10.782%202.287-14.207%206.993-2.506%203.174-4.546%208.402-6.433%2016.47-.976%204.198-1.576%206.556-1.69%206.889-.43%201.112-2.068%201.326-4.754%201.326z%22%2F%3E%3Cpath%20d%3D%22M731.348%20260.21c1.489%200%203.257.45%205.118%201.53%202.234.99%203.258%202.16%203.258%203.33%200%20.18%200%20.27-.094.36-1.954%203.6-3.63%206.3-4.933%207.92-3.816%206.03-6.794%2011.159-9.028%2016.649%205.026-2.7%209.121-3.78%2012.751-3.78%204.841%200%208.842%201.35%2012.007%204.23%203.35%202.879%204.933%206.569%204.933%2011.249%200%201.53-.373%203.689-1.024%206.479-.651%202.88-1.024%205.13-1.024%206.3%200%202.16%201.49%203.33%204.002%203.33%202.048%200%204.561-.63%208.098-2.07%202.39-.874%204.601-1.792%205.17-2.302.556.644%201.307%201.467%201.997%203.022.837%201.71%201.21%202.97%201.21%203.779%200%20.63-.093.9-.093.99-.745.54-1.49%201.08-1.861%201.439-4.841%203.511-9.866%205.311-15.264%205.311-9.866%200-14.613-3.69-14.613-11.34%200-1.53.373-3.33%201.024-6.21.744-2.609%201.117-4.68%201.117-5.939%200-2.43-.837-4.32-2.234-5.58-1.582-1.35-3.537-1.89-5.957-1.89-6.235%200-11.075%202.34-14.612%207.199-2.7%203.42-4.747%209.09-6.515%2016.649-1.024%204.41-1.583%206.57-1.676%206.84-.279.72-1.49.99-4.281.99-4.095%200-5.771-.54-5.771-1.62%200-2.16.466-5.67%201.583-10.71%202.047-9.899%205.305-19.709%209.493-29.248%204.654-10.8%209.772-19.529%2015.543-26.369.28-.448.838-.538%201.676-.538m38.905%2052.828c.513.027.581.173.33.398-.12-.139-.231-.27-.33-.398m-38.905-53.828c-.647%200-1.839%200-2.479.942-5.797%206.883-10.919%2015.575-15.658%2026.572-4.347%209.9-7.562%2019.808-9.554%2029.441-1.048%204.728-1.603%208.506-1.603%2010.912%200%202.303%203.254%202.62%206.771%202.62%202.972%200%204.683-.26%205.214-1.629.151-.434.795-3.002%201.717-6.975%201.869-7.991%203.88-13.157%206.326-16.256%203.348-4.599%207.863-6.819%2013.827-6.819%202.302%200%203.988.524%205.308%201.65%201.225%201.105%201.883%202.778%201.883%204.819%200%201.197-.393%203.262-1.079%205.665l-.014.054c-.634%202.801-1.049%204.761-1.049%206.431%200%208.188%205.253%2012.34%2015.613%2012.34%205.563%200%2010.748-1.799%2015.851-5.501l.108-.091c.324-.313%201.083-.863%201.753-1.349l.413-.81c0%20.027%200%20.061-.007.105.038-.207.1-.547.1-1.095%200-1.022-.441-2.441-1.312-4.219-.583-1.317-1.226-2.163-1.754-2.789%200-.159-.034-.29-.062-.371-.177-.504-.633-.779-1.355-.818l-.343.654-.048-.003c-.234.21-1.519.89-4.846%202.107-3.378%201.375-5.831%202.009-7.754%202.009-1.992%200-3.002-.784-3.002-2.33%200-1.071.355-3.23.999-6.079.725-3.104%201.049-5.173%201.049-6.7%200-5.026-1.727-8.954-5.281-12.007-3.299-3.003-7.447-4.472-12.659-4.472-3.322%200-6.858.874-10.748%202.663%202.07-4.541%204.671-8.939%207.841-13.95%201.314-1.645%202.978-4.313%204.946-7.932.266-.347.266-.718.266-.93%200-1.151-.661-2.815-3.803-4.222-1.865-1.071-3.791-1.637-5.575-1.637zm7.912%20181.587c-1.306%200-2.625-.642-4.152-2.019-1.244-1.11-2.386-2.13-3.07-3.263l-.027-.465c.961-2.123%201.921-4.225%202.882-6.325.993-2.174%201.987-4.347%202.981-6.544%202.283-5.267%203.492-9.865%203.492-13.293%200-6.645-4.359-10.501-13.326-11.781-5.771%2014.593-11.553%2026.541-17.672%2036.521l-.426.238h-.466c-2.638%200-5.206-1.421-7.637-4.223l-.106-.452c.888-3.431%202.548-9.051%205.417-16.347.284-.923%202.498-6.342%206.666-16.012-3.511.206-6.344.493-7.59.768l-.369.53c-.355-.06-.95-.16-.987-.674-.007-.101.011-.188.044-.264-1.108-.197-1.922-.93-2.677-2.385-.684-1.438-.985-2.531-.985-3.561%200-1.644.701-2.647%202.273-3.256%203.158-1.336%208.445-2.366%2015.289-2.976l7.888-18.354.14-.188c.79-.655%202.126-1.016%203.763-1.016%202.412%200%205.619.341%205.619%203.29%200%202.926-1.256%208.235-3.838%2016.221%206.698.789%2011.923%202.899%2015.954%206.442%204.678%203.8%207.057%208.896%207.057%2015.136%200%209.461-5.203%2020.889-15.464%2033.967l-.176.142c-.252.124-.42.143-.497.143zm27.616-31.333c-1.937-1.498-4.984-5.755-9.061-12.65-4.063-6.548-6.213-11.244-6.213-13.574%200-.886.904-1.764%203.225-3.131%203.067-1.676%204.11-1.869%204.629-1.869.399%200%20.604.123.7.281%202.974%202.273%206.142%206.413%209.417%2012.306%202.911%205.119%204.988%209.955%206.003%2013.98l-.125.47c-1.438%201.482-4.089%202.877-8.106%204.265l-.469-.078zm.256-27.197c-1.121-.978-2.258-2.702-3.201-4.856-1.027-2.151-1.53-4.135-1.53-6.051%200-.858.868-1.217%202.284-1.729%201.308-.451%202.394-.66%203.427-.66%201.439%200%202.86%201.516%203.999%204.269%201.117%202.339%201.714%204.467%201.714%206.131v.721l-.266.441c-2.195%201.167-4.184%201.774-6.077%201.858l-.35-.124zm10.535-1.245c-.863-.684-2.124-2.103-3.228-4.984-1.065-2.141-1.615-4.123-1.615-5.849%200-1.104%201.329-1.576%202.329-1.834l.195-.06c1.392-.421%202.232-.676%203.28-.676%201.466%200%202.888%201.584%204.003%204.459%201.007%202.121%201.616%204.388%201.616%206.03v.72l-.258.438c-2.137%201.181-4.04%201.772-5.989%201.862l-.333-.106z%22%2F%3E%3Cpath%20d%3D%22M730.603%20365.96c3.63%200%205.119.9%205.119%202.79%200%202.88-1.303%208.369-4.002%2016.649%206.888.72%2012.193%202.79%2016.288%206.39%204.653%203.779%206.887%208.729%206.887%2014.76%200%209.359-5.118%2020.608-15.357%2033.658-.186.09-.279.09-.279.09-1.21%200-2.42-.63-3.817-1.89-1.21-1.08-2.326-2.07-2.978-3.15%201.955-4.319%203.909-8.549%205.864-12.869%202.42-5.58%203.537-10.17%203.537-13.499%200-6.93-4.654-11.07-14.147-12.33-5.677%2014.399-11.541%2026.639-17.776%2036.809h-.466c-2.42%200-4.84-1.26-7.26-4.05%201.117-4.319%202.885-9.899%205.398-16.289.279-.9%202.513-6.39%206.98-16.739-4.543.244-7.888.612-8.904.936-.256-.4-.329-.415-.402-.485-1.117-.091-1.861-.721-2.607-2.16-.557-1.17-.93-2.25-.93-3.33%200-1.44.558-2.25%201.954-2.79%202.978-1.26%208.191-2.34%2015.45-2.97l8.005-18.629c.652-.542%201.861-.902%203.443-.902m48.026%202.16c1.117%200%202.42%201.26%203.537%204.14%201.024%202.16%201.583%204.32%201.583%205.85v.72c-1.955%201.08-3.817%201.71-5.771%201.801-1.024-.811-2.141-2.341-3.071-4.771-1.117-2.25-1.583-4.14-1.583-5.67%200-.539.559-.989%201.954-1.35%201.49-.45%202.327-.72%203.351-.72m-10.518%201.35c1.117%200%202.42%201.26%203.537%203.96%201.117%202.34%201.675%204.41%201.675%205.939v.721c-1.861.989-3.816%201.71-5.864%201.8-.93-.811-2.047-2.34-3.071-4.68-1.117-2.34-1.489-4.23-1.489-5.851%200-.449.465-.72%201.954-1.26%201.304-.449%202.328-.629%203.258-.629m-8.655%209.269c.186%200%20.279%200%20.279.09%202.885%202.16%206.05%206.21%209.401%2012.24%203.071%205.399%205.026%2010.169%205.957%2013.859-1.396%201.439-4.002%202.79-7.911%204.14-1.861-1.44-4.84-5.58-8.935-12.51-4.188-6.75-6.143-11.249-6.143-13.319%200-.63.838-1.439%202.978-2.7%202.14-1.17%203.63-1.8%204.374-1.8m-53.766%2018.486c.069.107.151.243.249.414-.689-.116-.732-.26-.249-.414m24.913-32.265c-1.752%200-3.202.401-4.081%201.131l-.281.375-7.769%2018.081c-6.752.618-11.984%201.65-15.157%202.992-1.741.673-2.565%201.856-2.565%203.711%200%201.422.549%202.756%201.027%203.76.555%201.072%201.285%202.158%202.601%202.569.117.831%201.039.987%201.394%201.046l.334-.481c.829-.223%203.198-.523%206.927-.762-3.918%209.104-6.028%2014.273-6.363%2015.312-2.873%207.31-4.535%2012.938-5.423%2016.373l.213.906c2.529%202.916%205.226%204.395%208.015%204.395h.466l.853-.477c6.081-9.919%2011.83-21.776%2017.563-36.23%208.414%201.294%2012.508%204.973%2012.508%2011.228%200%203.36-1.194%207.89-3.454%2013.101-.988%202.184-1.983%204.36-2.977%206.535-.96%202.099-1.92%204.199-2.88%206.32l.055.929c.722%201.196%201.89%202.238%203.125%203.341l.043.039c1.62%201.461%203.046%202.144%204.483%202.144.147%200%20.39-.033.714-.19l.352-.283c10.332-13.168%2015.57-24.7%2015.57-34.275%200-6.398-2.441-11.625-7.256-15.536-3.96-3.482-9.078-5.609-15.593-6.464%202.473-7.718%203.676-12.892%203.676-15.799-.001-3.791-4.606-3.791-6.12-3.791zm48.026%202.16c-1.122%200-2.038.277-3.426.698l-.215.065c-.63.162-2.665.687-2.665%202.307%200%201.791.56%203.834%201.666%206.072.902%202.342%202.066%204.123%203.367%205.153l.667.215c2.029-.094%204.002-.706%206.208-1.924l.516-.875v-.72c0-1.731-.606-4.005-1.664-6.245-1.527-3.922-3.264-4.746-4.454-4.746zm-10.518%201.35c-1.09%200-2.229.217-3.583.685-1.359.492-2.628.953-2.628%202.205%200%201.991.519%204.046%201.586%206.281.958%202.191%202.141%203.978%203.317%205.003l.701.245c1.969-.086%204.026-.713%206.289-1.916l.531-.883v-.721c0-1.732-.609-3.926-1.762-6.346-1.22-2.937-2.8-4.553-4.451-4.553zm-8.655%209.269c-.622%200-1.736.218-4.855%201.922-2.558%201.506-3.499%202.472-3.499%203.578%200%203.061%203.423%209.219%206.294%2013.847%204.155%207.031%207.159%2011.215%209.173%2012.773l.938.154c4.094-1.414%206.81-2.849%208.302-4.389l.252-.941c-1.027-4.069-3.121-8.948-6.057-14.109-3.29-5.92-6.489-10.101-9.508-12.423-.178-.221-.492-.412-1.04-.412z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M150.198%20506.783v-71.684l-21.61%2071.684H87.506L65.897%20435.1v71.683H20.396V335.357h62.007l25.644%2088.323%2025.645-88.323h62.007v171.426%22%2F%3E%3Cpath%20d%3D%22M190.699%20340.357v161.426h-35.501v-98.142h-.74l-29.584%2098.142H91.221l-29.584-98.142h-.739v98.142H25.396V340.357h53.252l29.399%20101.254%2029.399-101.254h53.253m10-10h-70.761l-2.094%207.212-19.796%2068.179-19.796-68.179-2.094-7.212H15.396v181.426h55.501V469.01l10.749%2035.659%202.144%207.114h48.512l2.144-7.114%2010.75-35.661v42.774h55.501V330.357h.002z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M235.26%20506.783c-12.221%200-21.688-3.879-28.138-11.529-6.24-7.394-9.405-17.064-9.405-28.744%200-11.813%203.165-21.554%209.406-28.952%206.453-7.649%2015.919-11.528%2028.137-11.528h33.884c-.014-.069-.028-.139-.042-.209-.304-1.452-.818-2.71-1.573-3.839-.658-.984-1.56-1.779-2.759-2.431-1.162-.63-2.816-.95-4.917-.95H204.93V381.42h63.429c4.53%200%209.275.734%2014.102%202.182%205.066%201.524%209.745%204.185%2013.914%207.908%204.17%203.73%207.612%208.719%2010.232%2014.829%202.6%206.072%203.918%2013.611%203.918%2022.408v78.036H235.26zm3.778-43.765c.023%200-.442.656-.442%202.87%200%202.132.458%202.735.462%202.741%201.166.641%202.602.974%204.338.974h26.249v-7.637h-26.249c-1.63%200-3.055.344-4.358%201.052z%22%2F%3E%3Cpath%20d%3D%22M268.357%20386.42c4.068%200%208.289.658%2012.666%201.971%204.374%201.316%208.381%203.599%2012.019%206.848%203.635%203.252%206.625%207.608%208.968%2013.071%202.34%205.466%203.513%2012.277%203.513%2020.438v73.036H235.26c-10.725%200-18.832-3.248-24.315-9.752-5.486-6.5-8.228-15.007-8.228-25.521%200-10.649%202.742-19.225%208.228-25.729%205.483-6.5%2013.59-9.752%2024.315-9.752h39.384c0-2.074-.217-4.149-.647-6.225-.433-2.074-1.202-3.941-2.311-5.602-1.109-1.66-2.621-3.009-4.53-4.046-1.913-1.038-4.345-1.557-7.304-1.557h-49.923v-27.18h58.428m-24.961%2088.183h31.249v-17.637h-31.249c-2.467%200-4.715.555-6.749%201.66-2.034%201.108-3.051%203.527-3.051%207.262%200%203.599.985%205.949%202.958%207.055%201.971%201.108%204.253%201.66%206.842%201.66m24.961-98.183h-68.429v47.181h18.992c-6.213%202.191-11.437%205.776-15.619%2010.733-7.023%208.326-10.585%2019.152-10.585%2032.177%200%2012.892%203.562%2023.649%2010.586%2031.972%207.44%208.825%2018.193%2013.302%2031.957%2013.302h80.263v-83.036c0-9.478-1.454-17.678-4.32-24.374-2.912-6.79-6.778-12.37-11.493-16.588-4.723-4.219-10.039-7.236-15.804-8.971-5.303-1.591-10.53-2.396-15.548-2.396z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M382.432%20506.783v-79.488c0-1.873-.269-4.331-1.547-5.408-1.319-1.109-2.646-1.626-4.177-1.626h-18.667v86.522h-40.879V381.42h68.421c4.305%200%208.744.884%2013.195%202.626%204.453%201.748%208.527%204.313%2012.11%207.624%203.615%203.342%206.615%207.574%208.916%2012.581%202.328%205.068%203.508%2010.937%203.508%2017.441v85.091h-40.88z%22%2F%3E%3Cpath%20d%3D%22M385.583%20386.42c3.698%200%207.489.762%2011.372%202.282%203.883%201.523%207.396%203.734%2010.54%206.64%203.143%202.905%205.732%206.571%207.766%2010.997%202.034%204.429%203.051%209.544%203.051%2015.354v80.091h-30.879v-74.488c0-4.286-1.109-7.366-3.328-9.233-2.219-1.867-4.686-2.801-7.396-2.801h-23.667v86.522h-30.879V386.42h63.42m0-10h-73.421v135.363h50.879v-86.522h13.667c.139%200%20.291%200%20.557.159.073.316.167.91.167%201.875v84.488h50.879v-90.091c0-7.231-1.334-13.801-3.964-19.527-2.578-5.61-5.964-10.376-10.065-14.167-4.042-3.736-8.643-6.631-13.675-8.605-5.04-1.974-10.093-2.973-15.024-2.973z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M436.606%20552.846v-37.181h58.623c1.281%200%202.528-.111%203.706-.33.485-.092.87-.304%201.273-.705.228-.227.837-.979%201.426-2.9.271-.889.582-2.418.723-4.946h-22.66c-16.947%200-30.427-5.484-40.066-16.302-9.491-10.649-14.303-26.254-14.303-46.38s4.812-35.73%2014.303-46.38c9.64-10.817%2023.12-16.302%2040.066-16.302h63.614v120.363c0%208.39-1.085%2015.841-3.224%2022.147-2.186%206.435-5.238%2011.841-9.075%2016.07-3.883%204.274-8.503%207.527-13.732%209.671-5.147%202.106-10.699%203.174-16.504%203.174h-64.17zm47.158-132.585c-2.199%200-4.209.386-6.143%201.181-1.786.733-3.361%201.934-4.817%203.671-1.527%201.821-2.761%204.265-3.669%207.263-.961%203.179-1.449%207.125-1.449%2011.727%200%204.732.485%208.704%201.442%2011.806.907%202.94%202.143%205.356%203.674%207.181%201.456%201.739%203.03%202.938%204.817%203.672%201.937.796%203.945%201.183%206.145%201.183h18.668v-47.682h-18.668z%22%2F%3E%3Cpath%20d%3D%22M538.311%20386.42v115.363c0%207.885-.988%2014.731-2.959%2020.541-1.973%205.81-4.654%2010.582-8.043%2014.317-3.393%203.734-7.367%206.535-11.926%208.403-4.563%201.867-9.43%202.801-14.607%202.801h-59.169v-27.181h53.623c1.6%200%203.143-.14%204.621-.415%201.48-.279%202.773-.97%203.885-2.075%201.109-1.108%202.002-2.769%202.68-4.979.676-2.215%201.018-5.327%201.018-9.337v-2.075h-27.735c-15.532%200-27.643-4.876-36.333-14.628-8.69-9.752-13.036-24.101-13.036-43.054%200-18.949%204.345-33.302%2013.036-43.054%208.69-9.752%2020.801-14.628%2036.333-14.628h58.612m-54.547%2086.523h23.668V415.26h-23.668c-2.837%200-5.518.519-8.043%201.556-2.528%201.038-4.779%202.733-6.749%205.084-1.973%202.354-3.513%205.362-4.623%209.025-1.109%203.667-1.664%208.06-1.664%2013.176%200%205.259.555%209.684%201.664%2013.279%201.109%203.599%202.649%206.571%204.623%208.922%201.97%202.354%204.221%204.046%206.749%205.083%202.525%201.039%205.206%201.557%208.043%201.557m64.547-96.522h-68.614c-18.434%200-33.17%206.048-43.799%2017.975-10.331%2011.593-15.57%2028.317-15.57%2049.707s5.238%2038.113%2015.57%2049.707c7.987%208.963%2018.294%2014.606%2030.746%2016.857h-35.037v47.181h69.169c6.457%200%2012.646-1.193%2018.395-3.546%205.928-2.43%2011.155-6.108%2015.54-10.934%204.304-4.744%207.704-10.74%2010.11-17.826%202.316-6.828%203.49-14.82%203.49-23.756V376.42zm-64.547%2086.522c-1.535%200-2.922-.264-4.24-.806-1.025-.42-1.966-1.156-2.884-2.253-1.109-1.321-2.026-3.151-2.734-5.449-.81-2.625-1.22-6.101-1.22-10.333%200-4.111.416-7.57%201.236-10.28.71-2.346%201.624-4.196%202.714-5.496.924-1.102%201.867-1.84%202.885-2.258%201.321-.542%202.709-.806%204.244-.806h13.668v37.682h-13.669v-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M582.868%20506.783c-12.221%200-21.688-3.879-28.137-11.529-6.24-7.393-9.405-17.064-9.405-28.744%200-11.813%203.164-21.554%209.405-28.952%206.453-7.649%2015.92-11.528%2028.137-11.528h33.884c-.014-.069-.027-.139-.042-.209-.304-1.452-.818-2.71-1.573-3.839-.657-.984-1.561-1.779-2.759-2.431-1.161-.63-2.816-.95-4.917-.95h-54.924V381.42h63.429c4.53%200%209.275.734%2014.103%202.182%205.064%201.524%209.744%204.185%2013.913%207.907%204.17%203.731%207.611%208.72%2010.232%2014.83%202.6%206.074%203.918%2013.613%203.918%2022.408v78.036h-75.264zm3.778-43.765c.023%200-.441.657-.441%202.87%200%202.132.457%202.734.462%202.74%201.166.642%202.602.975%204.338.975h26.249v-7.637h-26.249c-1.63%200-3.056.344-4.359%201.052z%22%2F%3E%3Cpath%20d%3D%22M615.966%20386.42c4.068%200%208.289.658%2012.666%201.971%204.374%201.316%208.381%203.599%2012.019%206.848%203.635%203.252%206.625%207.608%208.968%2013.071%202.34%205.466%203.514%2012.277%203.514%2020.438v73.036h-70.264c-10.724%200-18.831-3.248-24.314-9.752-5.486-6.5-8.228-15.007-8.228-25.521%200-10.649%202.741-19.225%208.228-25.729%205.483-6.5%2013.591-9.752%2024.314-9.752h39.385c0-2.074-.217-4.149-.647-6.225-.434-2.074-1.202-3.941-2.312-5.602-1.109-1.66-2.62-3.009-4.529-4.046-1.913-1.038-4.346-1.557-7.304-1.557h-49.924v-27.18h58.428m-24.962%2088.183h31.249v-17.637h-31.249c-2.467%200-4.715.555-6.749%201.66-2.033%201.108-3.051%203.527-3.051%207.262%200%203.599.985%205.949%202.959%207.055%201.97%201.108%204.253%201.66%206.841%201.66m24.962-98.183h-68.429v47.181h18.992c-6.213%202.191-11.437%205.776-15.619%2010.733-7.023%208.326-10.584%2019.151-10.584%2032.177%200%2012.893%203.562%2023.649%2010.586%2031.972%207.44%208.825%2018.193%2013.302%2031.956%2013.302h80.264v-83.036c0-9.475-1.454-17.676-4.321-24.373-2.912-6.791-6.778-12.37-11.493-16.589-4.724-4.219-10.039-7.236-15.804-8.971-5.303-1.591-10.531-2.396-15.548-2.396z%22%2F%3E%3C%2Fsvg%3E");
}
.h_manga {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23D2527F%22%20stroke-width%3D%22.25%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.628%20158.709h29.419v63.654h39.225v-63.654h29.418v160.268H85.272v-63.654H46.047v63.654H16.628V158.709zm183.866%20133.282v26.986h-34.935c-12.871%200-22.907-4.841-30.108-14.523-7.202-9.682-10.802-23.928-10.802-42.745%200-18.813%203.601-33.063%2010.802-42.745%207.202-9.682%2017.237-14.523%2030.108-14.523h34.935v26.986H168.93c-4.7%200-8.377%201.545-11.032%204.635-2.658%203.09-4.75%207.313-6.282%2012.669h47.04v25.75h-47.04c1.532%205.356%203.625%209.614%206.282%2012.772%202.655%203.16%206.332%204.737%2011.032%204.737h31.564zm73.47-85.283c3.218%201.513%206.129%203.708%208.734%206.592%202.604%202.884%204.75%206.524%206.435%2010.918%201.686%204.396%202.528%209.476%202.528%2015.244v79.516h-25.588v-73.954c0-4.255-.919-7.313-2.758-9.167-1.838-1.854-3.883-2.781-6.129-2.781h-19.612v85.902h-25.588V204.441h52.556c3.063%200%206.204.757%209.422%202.267zm65.349%20112.27c-3.271%200-6.412-.309-9.423-.927-3.014-.618-5.722-2.128-8.121-4.532-2.401-2.401-4.317-5.871-5.746-10.403-1.432-4.531-2.145-10.712-2.145-18.54v-53.147h-15.322v-26.986h15.322v-45.732h25.588v45.732h23.596v26.986h-23.596v44.496c0%202.06.077%204.052.229%205.974.153%201.925.613%203.641%201.379%205.15.766%201.513%201.965%202.713%203.601%203.604%201.633.895%203.881%201.339%206.742%201.339h11.645v26.986h-23.749zm37.385-114.537h48.418c3.371%200%206.869.653%2010.496%201.957%203.625%201.307%206.945%203.573%209.959%206.798%203.012%203.228%205.49%207.554%207.432%2012.978%201.939%205.427%202.911%2012.189%202.911%2020.291v72.512H397.69c-8.887%200-15.605-3.226-20.149-9.682-4.546-6.454-6.818-14.9-6.818-25.338%200-10.574%202.272-19.088%206.818-25.544%204.544-6.454%2011.262-9.682%2020.149-9.682h32.636c0-2.06-.179-4.12-.536-6.18-.359-2.06-.996-3.914-1.915-5.562-.919-1.648-2.172-2.987-3.754-4.017-1.584-1.03-3.601-1.545-6.052-1.545h-41.37v-26.986zm53.628%2070.04h-25.895c-2.044%200-3.907.551-5.593%201.648-1.685%201.101-2.528%203.502-2.528%207.21%200%203.572.816%205.906%202.451%207.004%201.633%201.101%203.524%201.647%205.669%201.647h25.895v-17.509zm39.377-81.575v-27.398h25.588v27.398h-25.588zm0%20126.072V204.441h25.588v114.536h-25.588z%22%2F%3E%3Cpath%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M579%2014h250v350H579z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M611%2044h260v360H611z%22%2F%3E%3Cpath%20d%3D%22M866%2049v350H616V49h250m10-10H606v370h270V39z%22%2F%3E%3Cpath%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M659%2083h250v350H659z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M700%20117h250v350H700z%22%2F%3E%3Cpath%20d%3D%22M826.001%20228.689c-12.054-20.086-32.139-34.146-56.243-34.146-34.146%200-60.258%2033.515-60.258%2060.259%200%2051.912%2036.156%2076.33%20116.501%20152.655C906.344%20331.132%20942.5%20306.714%20942.5%20254.802c0-26.744-26.113-60.259-60.26-60.259-24.102%200-44.187%2014.061-56.239%2034.146z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M150.198%20506.783v-71.684l-21.61%2071.684H87.506L65.897%20435.1v71.683H20.396V335.357h62.007l25.644%2088.323%2025.645-88.323h62.007v171.426%22%2F%3E%3Cpath%20d%3D%22M190.699%20340.357v161.426h-35.501v-98.142h-.74l-29.584%2098.142H91.221l-29.584-98.142h-.739v98.142H25.396V340.357h53.252l29.399%20101.254%2029.399-101.254h53.253m10-10h-70.761l-2.094%207.212-19.796%2068.179-19.796-68.179-2.094-7.212H15.396v181.426h55.501V469.01l10.749%2035.659%202.144%207.114h48.512l2.144-7.114%2010.75-35.661v42.774h55.501V330.357h.002z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M235.26%20506.783c-12.221%200-21.688-3.879-28.138-11.529-6.24-7.394-9.405-17.064-9.405-28.744%200-11.813%203.165-21.554%209.406-28.952%206.453-7.649%2015.919-11.528%2028.137-11.528h33.884c-.014-.069-.028-.139-.042-.209-.304-1.452-.818-2.71-1.573-3.839-.658-.984-1.56-1.779-2.759-2.431-1.162-.63-2.816-.95-4.917-.95H204.93V381.42h63.429c4.53%200%209.275.734%2014.102%202.182%205.066%201.524%209.745%204.185%2013.914%207.908%204.17%203.73%207.612%208.719%2010.232%2014.829%202.6%206.072%203.918%2013.611%203.918%2022.408v78.036H235.26zm3.778-43.765c.023%200-.442.656-.442%202.87%200%202.132.458%202.735.462%202.741%201.166.641%202.602.974%204.338.974h26.249v-7.637h-26.249c-1.63%200-3.055.344-4.358%201.052z%22%2F%3E%3Cpath%20d%3D%22M268.357%20386.42c4.068%200%208.289.658%2012.666%201.971%204.374%201.316%208.381%203.599%2012.019%206.848%203.635%203.252%206.625%207.608%208.968%2013.071%202.34%205.466%203.513%2012.277%203.513%2020.438v73.036H235.26c-10.725%200-18.832-3.248-24.315-9.752-5.486-6.5-8.228-15.007-8.228-25.521%200-10.649%202.742-19.225%208.228-25.729%205.483-6.5%2013.59-9.752%2024.315-9.752h39.384c0-2.074-.217-4.149-.647-6.225-.433-2.074-1.202-3.941-2.311-5.602-1.109-1.66-2.621-3.009-4.53-4.046-1.913-1.038-4.345-1.557-7.304-1.557h-49.923v-27.18h58.428m-24.961%2088.183h31.249v-17.637h-31.249c-2.467%200-4.715.555-6.749%201.66-2.034%201.108-3.051%203.527-3.051%207.262%200%203.599.985%205.949%202.958%207.055%201.971%201.108%204.253%201.66%206.842%201.66m24.961-98.183h-68.429v47.181h18.992c-6.213%202.191-11.437%205.776-15.619%2010.733-7.023%208.326-10.585%2019.152-10.585%2032.177%200%2012.892%203.562%2023.649%2010.586%2031.972%207.44%208.825%2018.193%2013.302%2031.957%2013.302h80.263v-83.036c0-9.478-1.454-17.678-4.32-24.374-2.912-6.79-6.778-12.37-11.493-16.588-4.723-4.219-10.039-7.236-15.804-8.971-5.303-1.591-10.53-2.396-15.548-2.396z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M382.432%20506.783v-79.488c0-1.873-.269-4.331-1.547-5.408-1.319-1.109-2.646-1.626-4.177-1.626h-18.667v86.522h-40.879V381.42h68.421c4.305%200%208.744.884%2013.195%202.626%204.453%201.748%208.527%204.313%2012.11%207.624%203.615%203.342%206.615%207.574%208.916%2012.581%202.328%205.068%203.508%2010.937%203.508%2017.441v85.091h-40.88z%22%2F%3E%3Cpath%20d%3D%22M385.583%20386.42c3.698%200%207.489.762%2011.372%202.282%203.883%201.523%207.396%203.734%2010.54%206.64%203.143%202.905%205.732%206.571%207.766%2010.997%202.034%204.429%203.051%209.544%203.051%2015.354v80.091h-30.879v-74.488c0-4.286-1.109-7.366-3.328-9.233-2.219-1.867-4.686-2.801-7.396-2.801h-23.667v86.522h-30.879V386.42h63.42m0-10h-73.421v135.363h50.879v-86.522h13.667c.139%200%20.291%200%20.557.159.073.316.167.91.167%201.875v84.488h50.879v-90.091c0-7.231-1.334-13.801-3.964-19.527-2.578-5.61-5.964-10.376-10.065-14.167-4.042-3.736-8.643-6.631-13.675-8.605-5.04-1.974-10.093-2.973-15.024-2.973z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M436.606%20552.846v-37.181h58.623c1.281%200%202.528-.111%203.706-.33.485-.092.87-.304%201.273-.705.228-.227.837-.979%201.426-2.9.271-.889.582-2.418.723-4.946h-22.66c-16.947%200-30.427-5.484-40.066-16.302-9.491-10.649-14.303-26.254-14.303-46.38s4.812-35.73%2014.303-46.38c9.64-10.817%2023.12-16.302%2040.066-16.302h63.614v120.363c0%208.39-1.085%2015.841-3.224%2022.147-2.186%206.435-5.238%2011.841-9.075%2016.07-3.883%204.274-8.503%207.527-13.732%209.671-5.147%202.106-10.699%203.174-16.504%203.174h-64.17zm47.158-132.585c-2.199%200-4.209.386-6.143%201.181-1.786.733-3.361%201.934-4.817%203.671-1.527%201.821-2.761%204.265-3.669%207.263-.961%203.179-1.449%207.125-1.449%2011.727%200%204.732.485%208.704%201.442%2011.806.907%202.94%202.143%205.356%203.674%207.181%201.456%201.739%203.03%202.938%204.817%203.672%201.937.796%203.945%201.183%206.145%201.183h18.668v-47.682h-18.668z%22%2F%3E%3Cpath%20d%3D%22M538.311%20386.42v115.363c0%207.885-.988%2014.731-2.959%2020.541-1.973%205.81-4.654%2010.582-8.043%2014.317-3.393%203.734-7.367%206.535-11.926%208.403-4.563%201.867-9.43%202.801-14.607%202.801h-59.169v-27.181h53.623c1.6%200%203.143-.14%204.621-.415%201.48-.279%202.773-.97%203.885-2.075%201.109-1.108%202.002-2.769%202.68-4.979.676-2.215%201.018-5.327%201.018-9.337v-2.075h-27.735c-15.532%200-27.643-4.876-36.333-14.628-8.69-9.752-13.036-24.101-13.036-43.054%200-18.949%204.345-33.302%2013.036-43.054%208.69-9.752%2020.801-14.628%2036.333-14.628h58.612m-54.547%2086.523h23.668V415.26h-23.668c-2.837%200-5.518.519-8.043%201.556-2.528%201.038-4.779%202.733-6.749%205.084-1.973%202.354-3.513%205.362-4.623%209.025-1.109%203.667-1.664%208.06-1.664%2013.176%200%205.259.555%209.684%201.664%2013.279%201.109%203.599%202.649%206.571%204.623%208.922%201.97%202.354%204.221%204.046%206.749%205.083%202.525%201.039%205.206%201.557%208.043%201.557m64.547-96.522h-68.614c-18.434%200-33.17%206.048-43.799%2017.975-10.331%2011.593-15.57%2028.317-15.57%2049.707s5.238%2038.113%2015.57%2049.707c7.987%208.963%2018.294%2014.606%2030.746%2016.857h-35.037v47.181h69.169c6.457%200%2012.646-1.193%2018.395-3.546%205.928-2.43%2011.155-6.108%2015.54-10.934%204.304-4.744%207.704-10.74%2010.11-17.826%202.316-6.828%203.49-14.82%203.49-23.756V376.42zm-64.547%2086.522c-1.535%200-2.922-.264-4.24-.806-1.025-.42-1.966-1.156-2.884-2.253-1.109-1.321-2.026-3.151-2.734-5.449-.81-2.625-1.22-6.101-1.22-10.333%200-4.111.416-7.57%201.236-10.28.71-2.346%201.624-4.196%202.714-5.496.924-1.102%201.867-1.84%202.885-2.258%201.321-.542%202.709-.806%204.244-.806h13.668v37.682h-13.669v-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M582.868%20506.783c-12.221%200-21.688-3.879-28.137-11.529-6.24-7.393-9.405-17.064-9.405-28.744%200-11.813%203.164-21.554%209.405-28.952%206.453-7.649%2015.92-11.528%2028.137-11.528h33.884c-.014-.069-.027-.139-.042-.209-.304-1.452-.818-2.71-1.573-3.839-.657-.984-1.561-1.779-2.759-2.431-1.161-.63-2.816-.95-4.917-.95h-54.924V381.42h63.429c4.53%200%209.275.734%2014.103%202.182%205.064%201.524%209.744%204.185%2013.913%207.907%204.17%203.731%207.611%208.72%2010.232%2014.83%202.6%206.074%203.918%2013.613%203.918%2022.408v78.036h-75.264zm3.778-43.765c.023%200-.441.657-.441%202.87%200%202.132.457%202.734.462%202.74%201.166.642%202.602.975%204.338.975h26.249v-7.637h-26.249c-1.63%200-3.056.344-4.359%201.052z%22%2F%3E%3Cpath%20d%3D%22M615.966%20386.42c4.068%200%208.289.658%2012.666%201.971%204.374%201.316%208.381%203.599%2012.019%206.848%203.635%203.252%206.625%207.608%208.968%2013.071%202.34%205.466%203.514%2012.277%203.514%2020.438v73.036h-70.264c-10.724%200-18.831-3.248-24.314-9.752-5.486-6.5-8.228-15.007-8.228-25.521%200-10.649%202.741-19.225%208.228-25.729%205.483-6.5%2013.591-9.752%2024.314-9.752h39.385c0-2.074-.217-4.149-.647-6.225-.434-2.074-1.202-3.941-2.312-5.602-1.109-1.66-2.62-3.009-4.529-4.046-1.913-1.038-4.346-1.557-7.304-1.557h-49.924v-27.18h58.428m-24.962%2088.183h31.249v-17.637h-31.249c-2.467%200-4.715.555-6.749%201.66-2.033%201.108-3.051%203.527-3.051%207.262%200%203.599.985%205.949%202.959%207.055%201.97%201.108%204.253%201.66%206.841%201.66m24.962-98.183h-68.429v47.181h18.992c-6.213%202.191-11.437%205.776-15.619%2010.733-7.023%208.326-10.584%2019.151-10.584%2032.177%200%2012.893%203.562%2023.649%2010.586%2031.972%207.44%208.825%2018.193%2013.302%2031.956%2013.302h80.264v-83.036c0-9.475-1.454-17.676-4.321-24.373-2.912-6.791-6.778-12.37-11.493-16.589-4.724-4.219-10.039-7.236-15.804-8.971-5.303-1.591-10.531-2.396-15.548-2.396z%22%2F%3E%3C%2Fsvg%3E");
}

.movie {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cdefs%3E%3Cpath%20id%3D%22a%22%20d%3D%22M398.865-5H957v560H398.865z%22%2F%3E%3C%2Fdefs%3E%3CclipPath%20id%3D%22c%22%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20overflow%3D%22visible%22%2F%3E%3C%2FclipPath%3E%3ClinearGradient%20id%3D%22b%22%20x1%3D%22606.1914%22%20x2%3D%22942.918%22%20y1%3D%2249.8288%22%20y2%3D%2249.8288%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23BA7802%22%2F%3E%3Cstop%20offset%3D%22.1753%22%20stop-color%3D%22%23D19B2D%22%2F%3E%3Cstop%20offset%3D%22.3919%22%20stop-color%3D%22%23EBC15D%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23F5D06F%22%2F%3E%3Cstop%20offset%3D%22.6081%22%20stop-color%3D%22%23EBC15D%22%2F%3E%3Cstop%20offset%3D%22.8247%22%20stop-color%3D%22%23D19B2D%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23BA7802%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23b)%22%20d%3D%22M920.708%2066.619c0-13.322-9.371-24.162-20.927-24.162-8.466%200-15.693%205.846-18.978%2014.221-6.087-.337-12.223.856-17.977%203.703-2.425-10.265-10.465-17.924-20.116-17.924-8.85%200-16.363%206.368-19.409%2015.31-.618-.184-1.187-.38-1.805-.51-3.235-5.191-7.419-10.002-12.366-14.323-11.607-10.226-23.735-16.116-36.146-11.177-2.666-4.939-6.088-9.423-10.368-13.173-17.977-15.886-43.233-12.652-56.313%207.181-2.474%203.703-4.138%207.794-5.374%2011.985-1.475-.1-2.949-.197-4.47-.197-14.557%200-27.344%203.859-34.579%2016.464-4.709-2.045-9.797-3.193-15.166-3.193-21.132%200-38.34%2017.694-40.522%2040.338h336.727c-.571-13.652-10.272-24.543-22.211-24.543zm0%200%22%20clip-path%3D%22url(%23c)%22%2F%3E%3Cpath%20fill%3D%22%23D91E18%22%20d%3D%22M604.947%20178.225l14.359%20119.705L650.188%20555h248.787l53.982-450.316H596.151l8.796%2073.541zm304.679-42.533h.526v104.88L879.236%20523.99l-7.754-322.283-1.568-66.016h39.712zM794.672%20270.44v253.55h-40.235V135.692h40.235V270.44zM639.01%20135.692h40.231l-9.315%20388.298-30.916-283.418v-104.88zm0%200%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M149.955%20519.29v-73.006l-20.532%2073.006H87.577l-20.532-73.006v73.006H20.69V335.979h62.74l25.07%2092.546%2025.069-92.546h62.74V519.29%22%2F%3E%3Cpath%20d%3D%22M190.809%20341.479V513.79h-35.354V409.03h-.736l-29.462%20104.76H91.743L62.281%20409.03h-.736v104.76H26.19V341.479h53.031L108.5%20449.561l29.278-108.082h53.031m11-11H129.36l-2.201%208.124L108.5%20407.49l-18.661-68.887-2.201-8.124H15.19V524.79h57.354v-38.634l8.609%2030.612%202.256%208.022h50.179l2.256-8.022%208.609-30.612v38.634h57.354V330.479h.002z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M257.283%20521.727c-9.022%200-17.311-1.516-24.635-4.506-7.46-3.044-13.915-7.636-19.183-13.648-5.198-5.925-9.253-13.319-12.052-21.978-2.743-8.482-4.134-18.366-4.134-29.376s1.391-20.894%204.134-29.377c2.796-8.65%206.852-16.045%2012.053-21.978%205.268-6.009%2011.721-10.601%2019.181-13.647%207.326-2.99%2015.614-4.506%2024.636-4.506%209.02%200%2017.308%201.516%2024.635%204.505%207.458%203.048%2013.911%207.639%2019.182%2013.647%205.204%205.939%209.259%2013.334%2012.055%2021.979%202.743%208.483%204.133%2018.367%204.133%2029.377s-1.391%2020.894-4.133%2029.377c-2.798%208.651-6.853%2016.046-12.054%2021.978-5.271%206.012-11.725%2010.604-19.182%2013.647-7.329%202.99-15.617%204.506-24.636%204.506zm0-98.559c-3.481%200-6.291.562-8.351%201.67-1.944%201.044-3.447%202.57-4.595%204.664-1.346%202.459-2.318%205.547-2.889%209.175-.628%203.978-.946%208.532-.946%2013.542%200%205.012.318%209.567.945%2013.538.571%203.635%201.543%206.722%202.889%209.179%201.146%202.094%202.648%203.619%204.593%204.664%202.062%201.108%204.872%201.67%208.353%201.67%203.479%200%206.29-.563%208.354-1.671%201.944-1.046%203.446-2.57%204.59-4.661%201.344-2.452%202.316-5.54%202.891-9.18.627-3.988.945-8.544.945-13.539%200-4.992-.318-9.549-.946-13.543-.574-3.632-1.547-6.721-2.89-9.176-1.146-2.091-2.648-3.617-4.594-4.663-2.059-1.107-4.87-1.669-8.349-1.669z%22%2F%3E%3Cpath%20d%3D%22M257.283%20388.211c8.347%200%2015.865%201.367%2022.557%204.098%206.689%202.733%2012.398%206.793%2017.125%2012.182%204.724%205.392%208.378%2012.07%2010.956%2020.044%202.578%207.973%203.867%2017.202%203.867%2027.685%200%2010.485-1.289%2019.712-3.867%2027.685-2.578%207.974-6.232%2014.656-10.956%2020.044-4.727%205.392-10.436%209.451-17.125%2012.182-6.692%202.73-14.21%204.098-22.557%204.098-8.35%200-15.867-1.367-22.557-4.098-6.692-2.73-12.401-6.79-17.125-12.182-4.727-5.388-8.378-12.07-10.956-20.044-2.578-7.973-3.867-17.199-3.867-27.685%200-10.482%201.289-19.712%203.867-27.685%202.578-7.974%206.229-14.652%2010.956-20.044%204.724-5.389%2010.433-9.448%2017.125-12.182%206.69-2.731%2014.207-4.098%2022.557-4.098m0%2098.559c4.42%200%208.071-.775%2010.956-2.325%202.883-1.551%205.156-3.838%206.813-6.866%201.658-3.024%202.823-6.679%203.499-10.963.673-4.281%201.013-9.081%201.013-14.397s-.34-10.112-1.013-14.397c-.676-4.28-1.841-7.935-3.499-10.963-1.657-3.024-3.93-5.315-6.813-6.866-2.885-1.55-6.537-2.325-10.956-2.325s-8.073.775-10.956%202.325c-2.886%201.551-5.156%203.842-6.813%206.866-1.657%203.028-2.825%206.683-3.498%2010.963-.676%204.284-1.013%209.081-1.013%2014.397s.337%2010.115%201.013%2014.397c.673%204.284%201.841%207.938%203.498%2010.963%201.658%203.028%203.927%205.315%206.813%206.866%202.883%201.549%206.537%202.325%2010.956%202.325m0-109.559c-9.738%200-18.726%201.653-26.714%204.913-8.259%203.373-15.404%208.458-21.239%2015.114-5.698%206.498-10.122%2014.543-13.151%2023.911-2.92%209.03-4.4%2019.483-4.4%2031.069s1.48%2022.039%204.4%2031.069c3.031%209.375%207.457%2017.421%2013.154%2023.914%205.832%206.656%2012.979%2011.742%2021.238%2015.112%207.986%203.26%2016.973%204.913%2026.712%204.913%209.735%200%2018.723-1.653%2026.712-4.913%208.256-3.37%2015.402-8.455%2021.241-15.115%205.697-6.498%2010.122-14.543%2013.151-23.912%202.92-9.03%204.4-19.483%204.4-31.069s-1.48-22.039-4.4-31.069c-3.026-9.361-7.451-17.405-13.149-23.909-5.842-6.66-12.986-11.743-21.238-15.115-7.995-3.26-16.982-4.913-26.717-4.913zm0%2098.559c-3.36%200-5.043-.635-5.748-1.014-1.006-.541-1.738-1.299-2.373-2.459-1.042-1.902-1.809-4.387-2.281-7.389-.584-3.698-.88-7.964-.88-12.689%200-4.723.296-8.989.878-12.681.473-3.006%201.241-5.493%202.283-7.398.635-1.158%201.367-1.918%202.37-2.457.706-.38%202.39-1.015%205.749-1.015%203.359%200%205.045.636%205.751%201.016%201.001.538%201.734%201.298%202.371%202.461%201.037%201.894%201.805%204.383%202.28%207.394.582%203.705.878%207.974.878%2012.68%200%204.708-.296%208.977-.879%2012.688-.474%203.006-1.241%205.492-2.278%207.385-.638%201.165-1.37%201.923-2.378%202.466-.698.375-2.385%201.012-5.743%201.012z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M348.766%20519.29l-46.938-134.143h46.584l19.816%2062.684%2019.816-62.684h46.583L387.689%20519.29%22%2F%3E%3Cpath%20d%3D%22M426.875%20390.647L383.787%20513.79h-31.119L309.58%20390.647h34.802l23.386%2073.974h.92l23.386-73.974h34.801m15.503-11h-58.364l-2.429%207.684-13.358%2042.253-13.358-42.253-2.429-7.684h-58.363l5.12%2014.633%2043.088%20123.143%202.578%207.367h46.729l2.578-7.367%2043.088-123.143%205.12-14.633z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M432.975%20519.29V385.147h41.751V519.29h-41.751zm0-135.546v-40.456h41.751v40.456h-41.751z%22%2F%3E%3Cpath%20d%3D%22M469.226%20348.788v29.456h-30.751v-29.456h30.751m0%2041.859V513.79h-30.751V390.647h30.751m11-52.859h-52.751V524.79h52.751V337.788z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M532.201%20519.29c-17.107%200-30.704-5.921-40.413-17.598-9.457-11.375-14.252-28.021-14.252-49.474s4.795-38.099%2014.252-49.474c9.709-11.677%2023.306-17.598%2040.413-17.598h47.483v40.014h-43.433c-4.124%200-7.163%201.077-9.291%203.293-1.159%201.206-2.224%202.647-3.186%204.312h53.699v38.685h-53.718c.979%201.715%202.062%203.207%203.244%204.465%202.125%202.263%205.15%203.361%209.251%203.361h43.433v40.014h-47.482z%22%2F%3E%3Cpath%20d%3D%22M574.185%20390.647v29.014h-37.932c-5.648%200-10.068%201.661-13.258%204.983-3.194%203.322-5.709%207.862-7.55%2013.621h56.53v27.685h-56.53c1.841%205.759%204.356%2010.337%207.55%2013.732%203.19%203.397%207.61%205.094%2013.258%205.094h37.932v29.014h-41.984c-15.467%200-27.529-5.205-36.183-15.614-8.655-10.409-12.982-25.727-12.982-45.957%200-20.228%204.327-35.548%2012.982-45.957%208.654-10.409%2020.715-15.614%2036.183-15.614h41.984m11-11.001h-52.984c-18.819%200-33.839%206.588-44.641%2019.582-10.3%2012.389-15.523%2030.217-15.523%2052.989s5.223%2040.601%2015.523%2052.99c10.803%2012.993%2025.822%2019.582%2044.641%2019.582h52.984v-51.014h-2.21v-43.115h2.21v-51.014z%22%2F%3E%3C%2Fsvg%3E");
}
.h_movie {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22826.75%22%20x2%3D%22183.25%22%20y1%3D%22-124.25%22%20y2%3D%22519.25%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.172%22%20stop-color%3D%22%23FF7BAC%22%2F%3E%3Cstop%20offset%3D%22.345%22%20stop-color%3D%22%23FF99BF%22%2F%3E%3Cstop%20offset%3D%22.7924%22%20stop-color%3D%22%23FFE2ED%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFFFFF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFD5E5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF94BC%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FF7BAC%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20stroke%3D%22%23000000%22%20stroke-width%3D%223%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M54.5%204.5h901v386h-901z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M922.031%20311.512c-20.004-34.255-66.168-92.096-66.168-107.308V60.365s2.021-7.565%204.999-9.655c8.703-6.132-1.151-14.708-7.301-14.708h-58.949s-16.004%208.575-7.302%2014.708c2.981%202.09%205%209.655%205%209.655v143.839c0%2015.212-46.164%2073.052-66.169%20107.308-19.994%2034.252%207.183%2048.688%2013.844%2048.688l77.399.012h4.691l86.114-.012c6.648-.001%2033.837-14.436%2013.842-48.688z%22%2F%3E%3Cpath%20fill%3D%22%23817DB3%22%20d%3D%22M922.031%20311.512c-20.004-34.255-66.168-92.096-66.168-107.308v-63.703c-20.029%201.797-48.523%201.668-63.554%201.022v62.681c0%2015.212-46.164%2073.052-66.169%20107.308-19.994%2034.252%207.183%2048.688%2013.844%2048.688l77.399.012h4.691l86.114-.012c6.649-.001%2033.838-14.436%2013.843-48.688z%22%2F%3E%3Cpath%20fill%3D%22%23545278%22%20d%3D%22M927.297%20308.5c-7.539-12.906-18.769-29.161-29.627-44.876-15.078-21.823-35.727-51.711-35.727-59.419v-70.288l-6.626.593c-20.311%201.824-49.264%201.584-62.744%201.004l-6.342-.273v68.964c0%207.708-20.649%2037.596-35.726%2059.419-10.86%2015.716-22.089%2031.97-29.628%2044.876-11.706%2020.055-8.484%2033.992-3.724%2042.154%206.192%2010.613%2017.284%2015.561%2022.831%2015.561l77.399.01h4.691l86.114-.01c5.545%200%2016.633-4.947%2022.829-15.564%204.761-8.163%207.981-22.098-3.72-42.151zm-19.109%2045.684l-86.114.014h-4.691l-77.399-.014c.036%200%20.053.004.053.004-1.524-.103-8.848-3.014-12.679-10.125-4.146-7.691-2.746-17.91%204.047-29.547%207.308-12.512%2018.403-28.574%2029.136-44.105%2023.466-33.964%2037.847-55.332%2037.847-66.206v-62.681l-6.343%206.01c14.341.616%2043.319.848%2064.368-1.041l-6.629-5.991v63.703c0%2010.874%2014.381%2032.242%2037.848%2066.206%2010.732%2015.531%2021.827%2031.594%2029.136%2044.109%206.79%2011.629%208.187%2021.842%204.046%2029.533-3.826%207.113-11.153%2010.031-12.68%2010.135%200%200%20.018-.004.054-.004z%22%2F%3E%3Cpath%20fill%3D%22%23817DB3%22%20d%3D%22M825.742%20218.711c0%204.958-4.049%208.975-9.059%208.975-4.998%200-9.061-4.017-9.061-8.975%200-4.946%204.063-8.963%209.061-8.963%205.01%200%209.059%204.017%209.059%208.963z%22%2F%3E%3Cpath%20fill%3D%22%23545278%22%20d%3D%22M822.702%20218.711c0%201.595-.626%203.097-1.761%204.221-1.135%201.126-2.649%201.747-4.258%201.747-3.319%200-6.02-2.676-6.02-5.968%200-3.284%202.7-5.956%206.02-5.956%203.321%200%206.019%202.672%206.019%205.956zm-6.018-11.97c-6.67%200-12.098%205.371-12.098%2011.97%200%206.606%205.428%2011.982%2012.098%2011.982%203.237%200%206.274-1.248%208.56-3.51%202.283-2.262%203.538-5.272%203.538-8.472-.001-6.6-5.43-11.97-12.098-11.97z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M785.896%2040.514c-2.538%202.983-3.229%206.93%201.414%2010.197%202.981%202.09%205%209.655%205%209.655v143.839c0%2015.212-46.164%2073.052-66.169%20107.308-19.994%2034.252%207.183%2048.688%2013.844%2048.688h4.226c-10.555-13.803-2.956-25.43-2.956-25.43s59.259-101.846%2062.227-109.762c2.98-7.917%202.422-23.094%202.422-23.094V64.359c-1.01-13.038-12.752-20.439-20.008-23.845z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20fill%3D%22%23817DB3%22%20d%3D%22M845.346%20264.265c0%207.635-6.245%2013.815-13.964%2013.815-7.718%200-13.963-6.18-13.963-13.815%200-7.636%206.245-13.814%2013.963-13.814%207.719-.001%2013.964%206.178%2013.964%2013.814z%22%2F%3E%3Cpath%20fill%3D%22%23545278%22%20d%3D%22M842.305%20264.265c0%205.959-4.899%2010.807-10.923%2010.807-6.021%200-10.923-4.848-10.923-10.807%200-5.958%204.901-10.807%2010.923-10.807%206.023%200%2010.923%204.848%2010.923%2010.807zm-10.923-16.822c-9.375%200-17.001%207.547-17.001%2016.822%200%209.275%207.626%2016.821%2017.001%2016.821s17.002-7.546%2017.002-16.821c0-9.275-7.627-16.822-17.002-16.822z%22%2F%3E%3Cpath%20fill%3D%22%23817DB3%22%20d%3D%22M836.76%20139.902c0%204.945-4.061%208.963-9.059%208.963-5.01%200-9.059-4.018-9.059-8.963%200-4.945%204.049-8.962%209.059-8.962%204.998%200%209.059%204.018%209.059%208.962z%22%2F%3E%3Cpath%20fill%3D%22%23545278%22%20d%3D%22M833.722%20139.902c0%203.284-2.701%205.956-6.021%205.956-3.319%200-6.019-2.671-6.019-5.956%200-3.284%202.699-5.956%206.019-5.956%203.32.001%206.021%202.672%206.021%205.956zm-6.021-11.969c-3.234%200-6.273%201.244-8.559%203.507-2.283%202.263-3.539%205.267-3.539%208.462%200%206.599%205.427%2011.97%2012.098%2011.97s12.099-5.371%2012.099-11.97-5.428-11.969-12.099-11.969z%22%2F%3E%3Cpath%20fill%3D%22%23817DB3%22%20d%3D%22M844.739%20154.409c0%204.064-3.324%207.354-7.434%207.354-4.083%200-7.407-3.29-7.407-7.354%200-4.04%203.324-7.33%207.407-7.33%204.11.001%207.434%203.29%207.434%207.33z%22%2F%3E%3Cpath%20fill%3D%22%23545278%22%20d%3D%22M843.219%20154.409c0%203.227-2.651%205.85-5.913%205.85-3.244%200-5.889-2.623-5.889-5.85%200-3.211%202.644-5.826%205.889-5.826%203.261%200%205.913%202.615%205.913%205.826zm-5.913-8.833c-4.921%200-8.927%203.963-8.927%208.833%200%204.885%204.006%208.857%208.927%208.857%204.938%200%208.952-3.973%208.952-8.857%200-4.869-4.015-8.833-8.952-8.833z%22%2F%3E%3Cpath%20fill%3D%22%23817DB3%22%20d%3D%22M832.344%20163.455c0%202.819-2.29%205.098-5.14%205.098-2.839%200-5.13-2.279-5.13-5.098%200-2.796%202.291-5.075%205.13-5.075%202.85%200%205.14%202.279%205.14%205.075z%22%2F%3E%3Cpath%20fill%3D%22%23545278%22%20d%3D%22M830.823%20163.455c0%201.983-1.623%203.594-3.619%203.594-1.991%200-3.611-1.611-3.611-3.594%200-1.969%201.62-3.571%203.611-3.571%201.996%200%203.619%201.602%203.619%203.571zm-3.619-6.579c-3.666%200-6.648%202.951-6.648%206.578%200%203.639%202.982%206.602%206.648%206.602%203.672%200%206.659-2.962%206.659-6.602%200-3.627-2.987-6.578-6.659-6.578z%22%2F%3E%3Cpath%20d%3D%22M927.297%20308.5c-7.539-12.906-18.769-29.161-29.627-44.876-15.078-21.823-35.727-51.711-35.727-59.419V60.365l-.201%201.535c.688-2.551%202.05-5.67%202.795-6.41%200%200-.052.051-.156.125%205.083-3.582%207.104-8.841%205.41-14.074-2.23-6.911-10.192-11.553-16.229-11.553h-58.949c-6.035%200-13.998%204.642-16.231%2011.553-1.69%205.232.33%2010.492%205.404%2014.067-.097-.068-.148-.119-.148-.119.745.739%202.105%203.859%202.796%206.418l-.201-1.544v143.839c0%207.708-20.649%2037.596-35.726%2059.419-10.86%2015.716-22.089%2031.97-29.628%2044.876-11.706%2020.055-8.484%2033.992-3.724%2042.154%206.192%2010.613%2017.284%2015.561%2022.831%2015.561l77.399.01h4.691l86.114-.01c5.545%200%2016.633-4.947%2022.829-15.564%204.759-8.16%207.979-22.095-3.722-42.148zm-19.109%2045.684l-86.114.014h-4.691l-77.399-.014c.036%200%20.053.004.053.004-1.524-.103-8.848-3.014-12.679-10.125-4.146-7.691-2.746-17.91%204.047-29.547%207.308-12.512%2018.403-28.574%2029.136-44.105%2023.466-33.964%2037.847-55.332%2037.847-66.206V59.585l-.202-.755c-.778-2.909-3.048-10-7.359-13.027-.75-.527-.916-.855-.918-.857.035.068.057.222.043.297.205-1.083%203.072-3.227%204.66-3.227h58.949c1.588%200%204.455%202.143%204.661%203.227-.015-.076.008-.229.04-.297%200%20.002-.168.331-.926.864-4.302%203.02-6.573%2010.111-7.351%2013.02l-.202.755v144.619c0%2010.874%2014.381%2032.242%2037.848%2066.206%2010.732%2015.531%2021.827%2031.594%2029.136%2044.109%206.79%2011.629%208.187%2021.842%204.046%2029.533-3.826%207.113-11.153%2010.031-12.68%2010.135.001.001.019-.003.055-.003z%22%2F%3E%3Cpath%20d%3D%22M654.596%2088.628c-10.967-18.275-29.242-31.069-51.175-31.069-31.068%200-54.826%2030.495-54.826%2054.828%200%2047.233%2032.898%2069.45%20106.001%20138.897%2073.102-69.446%20105.999-91.663%20105.999-138.897%200-24.333-23.76-54.828-54.828-54.828-21.931%200-40.207%2012.794-51.171%2031.069z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M149.955%20519.29v-73.006l-20.532%2073.006H87.577l-20.532-73.006v73.006H20.69V335.979h62.74l25.07%2092.546%2025.069-92.546h62.74V519.29%22%2F%3E%3Cpath%20d%3D%22M190.809%20341.479V513.79h-35.354V409.03h-.736l-29.462%20104.76H91.743L62.281%20409.03h-.736v104.76H26.19V341.479h53.031L108.5%20449.561l29.278-108.082h53.031m11-11H129.36l-2.201%208.124L108.5%20407.49l-18.661-68.887-2.201-8.124H15.19V524.79h57.354v-38.634l8.609%2030.612%202.256%208.022h50.179l2.256-8.022%208.609-30.612v38.634h57.354V330.479h.002z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M257.283%20521.727c-9.022%200-17.311-1.516-24.635-4.506-7.46-3.044-13.915-7.636-19.183-13.648-5.198-5.925-9.253-13.319-12.052-21.978-2.743-8.482-4.134-18.366-4.134-29.376s1.391-20.894%204.134-29.377c2.796-8.65%206.852-16.045%2012.053-21.978%205.268-6.009%2011.721-10.601%2019.181-13.647%207.326-2.99%2015.614-4.506%2024.636-4.506%209.02%200%2017.308%201.516%2024.635%204.505%207.458%203.048%2013.911%207.639%2019.182%2013.647%205.204%205.939%209.259%2013.334%2012.055%2021.979%202.743%208.483%204.133%2018.367%204.133%2029.377s-1.391%2020.894-4.133%2029.377c-2.798%208.651-6.853%2016.046-12.054%2021.978-5.271%206.012-11.725%2010.604-19.182%2013.647-7.329%202.99-15.617%204.506-24.636%204.506zm0-98.559c-3.481%200-6.291.562-8.351%201.67-1.944%201.044-3.447%202.57-4.595%204.664-1.346%202.459-2.318%205.547-2.889%209.175-.628%203.978-.946%208.532-.946%2013.542%200%205.012.318%209.567.945%2013.538.571%203.635%201.543%206.722%202.889%209.179%201.146%202.094%202.648%203.619%204.593%204.664%202.062%201.108%204.872%201.67%208.353%201.67%203.479%200%206.29-.563%208.354-1.671%201.944-1.046%203.446-2.57%204.59-4.661%201.344-2.452%202.316-5.54%202.891-9.18.627-3.988.945-8.544.945-13.539%200-4.992-.318-9.549-.946-13.543-.574-3.632-1.547-6.721-2.89-9.176-1.146-2.091-2.648-3.617-4.594-4.663-2.059-1.107-4.87-1.669-8.349-1.669z%22%2F%3E%3Cpath%20d%3D%22M257.283%20388.211c8.347%200%2015.865%201.367%2022.557%204.098%206.689%202.733%2012.398%206.793%2017.125%2012.182%204.724%205.392%208.378%2012.07%2010.956%2020.044%202.578%207.973%203.867%2017.202%203.867%2027.685%200%2010.485-1.289%2019.712-3.867%2027.685-2.578%207.974-6.232%2014.656-10.956%2020.044-4.727%205.392-10.436%209.451-17.125%2012.182-6.692%202.73-14.21%204.098-22.557%204.098-8.35%200-15.867-1.367-22.557-4.098-6.692-2.73-12.401-6.79-17.125-12.182-4.727-5.388-8.378-12.07-10.956-20.044-2.578-7.973-3.867-17.199-3.867-27.685%200-10.482%201.289-19.712%203.867-27.685%202.578-7.974%206.229-14.652%2010.956-20.044%204.724-5.389%2010.433-9.448%2017.125-12.182%206.69-2.731%2014.207-4.098%2022.557-4.098m0%2098.559c4.42%200%208.071-.775%2010.956-2.325%202.883-1.551%205.156-3.838%206.813-6.866%201.658-3.024%202.823-6.679%203.499-10.963.673-4.281%201.013-9.081%201.013-14.397s-.34-10.112-1.013-14.397c-.676-4.28-1.841-7.935-3.499-10.963-1.657-3.024-3.93-5.315-6.813-6.866-2.885-1.55-6.537-2.325-10.956-2.325s-8.073.775-10.956%202.325c-2.886%201.551-5.156%203.842-6.813%206.866-1.657%203.028-2.825%206.683-3.498%2010.963-.676%204.284-1.013%209.081-1.013%2014.397s.337%2010.115%201.013%2014.397c.673%204.284%201.841%207.938%203.498%2010.963%201.658%203.028%203.927%205.315%206.813%206.866%202.883%201.549%206.537%202.325%2010.956%202.325m0-109.559c-9.738%200-18.726%201.653-26.714%204.913-8.259%203.373-15.404%208.458-21.239%2015.114-5.698%206.498-10.122%2014.543-13.151%2023.911-2.92%209.03-4.4%2019.483-4.4%2031.069s1.48%2022.039%204.4%2031.069c3.031%209.375%207.457%2017.421%2013.154%2023.914%205.832%206.656%2012.979%2011.742%2021.238%2015.112%207.986%203.26%2016.973%204.913%2026.712%204.913%209.735%200%2018.723-1.653%2026.712-4.913%208.256-3.37%2015.402-8.455%2021.241-15.115%205.697-6.498%2010.122-14.543%2013.151-23.912%202.92-9.03%204.4-19.483%204.4-31.069s-1.48-22.039-4.4-31.069c-3.026-9.361-7.451-17.405-13.149-23.909-5.842-6.66-12.986-11.743-21.238-15.115-7.995-3.26-16.982-4.913-26.717-4.913zm0%2098.559c-3.36%200-5.043-.635-5.748-1.014-1.006-.541-1.738-1.299-2.373-2.459-1.042-1.902-1.809-4.387-2.281-7.389-.584-3.698-.88-7.964-.88-12.689%200-4.723.296-8.989.878-12.681.473-3.006%201.241-5.493%202.283-7.398.635-1.158%201.367-1.918%202.37-2.457.706-.38%202.39-1.015%205.749-1.015%203.359%200%205.045.636%205.751%201.016%201.001.538%201.734%201.298%202.371%202.461%201.037%201.894%201.805%204.383%202.28%207.394.582%203.705.878%207.974.878%2012.68%200%204.708-.296%208.977-.879%2012.688-.474%203.006-1.241%205.492-2.278%207.385-.638%201.165-1.37%201.923-2.378%202.466-.698.375-2.385%201.012-5.743%201.012z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M348.766%20519.29l-46.938-134.143h46.584l19.816%2062.684%2019.816-62.684h46.583L387.689%20519.29%22%2F%3E%3Cpath%20d%3D%22M426.875%20390.647L383.787%20513.79h-31.119L309.58%20390.647h34.802l23.386%2073.974h.92l23.386-73.974h34.801m15.503-11h-58.364l-2.429%207.684-13.358%2042.253-13.358-42.253-2.429-7.684h-58.363l5.12%2014.633%2043.088%20123.143%202.578%207.367h46.729l2.578-7.367%2043.088-123.143%205.12-14.633z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M432.975%20519.29V385.147h41.751V519.29h-41.751zm0-135.546v-40.456h41.751v40.456h-41.751z%22%2F%3E%3Cpath%20d%3D%22M469.226%20348.788v29.456h-30.751v-29.456h30.751m0%2041.859V513.79h-30.751V390.647h30.751m11-52.859h-52.751V524.79h52.751V337.788z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M532.201%20519.29c-17.107%200-30.704-5.921-40.413-17.598-9.457-11.375-14.252-28.021-14.252-49.474s4.795-38.099%2014.252-49.474c9.709-11.677%2023.306-17.598%2040.413-17.598h47.483v40.014h-43.433c-4.124%200-7.163%201.077-9.291%203.293-1.159%201.206-2.224%202.647-3.186%204.312h53.699v38.685h-53.718c.979%201.715%202.062%203.207%203.244%204.465%202.125%202.263%205.15%203.361%209.251%203.361h43.433v40.014h-47.482z%22%2F%3E%3Cpath%20d%3D%22M574.185%20390.647v29.014h-37.932c-5.648%200-10.068%201.661-13.258%204.983-3.194%203.322-5.709%207.862-7.55%2013.621h56.53v27.685h-56.53c1.841%205.759%204.356%2010.337%207.55%2013.732%203.19%203.397%207.61%205.094%2013.258%205.094h37.932v29.014h-41.984c-15.467%200-27.529-5.205-36.183-15.614-8.655-10.409-12.982-25.727-12.982-45.957%200-20.228%204.327-35.548%2012.982-45.957%208.654-10.409%2020.715-15.614%2036.183-15.614h41.984m11-11.001h-52.984c-18.819%200-33.839%206.588-44.641%2019.582-10.3%2012.389-15.523%2030.217-15.523%2052.989s5.223%2040.601%2015.523%2052.99c10.803%2012.993%2025.822%2019.582%2044.641%2019.582h52.984v-51.014h-2.21v-43.115h2.21v-51.014z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23D2527F%22%20stroke-width%3D%22.25%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.628%20158.709h29.419v63.654h39.225v-63.654h29.418v160.268H85.272v-63.654H46.047v63.654H16.628V158.709zm183.866%20133.282v26.986h-34.935c-12.871%200-22.907-4.841-30.108-14.523-7.202-9.682-10.802-23.928-10.802-42.745%200-18.813%203.601-33.063%2010.802-42.745%207.202-9.682%2017.237-14.523%2030.108-14.523h34.935v26.986H168.93c-4.7%200-8.377%201.545-11.032%204.635-2.658%203.09-4.75%207.313-6.282%2012.669h47.04v25.75h-47.04c1.532%205.356%203.625%209.614%206.282%2012.772%202.655%203.16%206.332%204.737%2011.032%204.737h31.564zm73.47-85.283c3.218%201.513%206.129%203.708%208.734%206.592%202.604%202.884%204.75%206.524%206.435%2010.918%201.686%204.396%202.528%209.476%202.528%2015.244v79.516h-25.588v-73.954c0-4.255-.919-7.313-2.758-9.167-1.838-1.854-3.883-2.781-6.129-2.781h-19.612v85.902h-25.588V204.441h52.556c3.063%200%206.204.757%209.422%202.267zm65.349%20112.27c-3.271%200-6.412-.309-9.423-.927-3.014-.618-5.722-2.128-8.121-4.532-2.401-2.401-4.317-5.871-5.746-10.403-1.432-4.531-2.145-10.712-2.145-18.54v-53.147h-15.322v-26.986h15.322v-45.732h25.588v45.732h23.596v26.986h-23.596v44.496c0%202.06.077%204.052.229%205.974.153%201.925.613%203.641%201.379%205.15.766%201.513%201.965%202.713%203.601%203.604%201.633.895%203.881%201.339%206.742%201.339h11.645v26.986h-23.749zm37.385-114.537h48.418c3.371%200%206.869.653%2010.496%201.957%203.625%201.307%206.945%203.573%209.959%206.798%203.012%203.228%205.49%207.554%207.432%2012.978%201.939%205.427%202.911%2012.189%202.911%2020.291v72.512H397.69c-8.887%200-15.605-3.226-20.149-9.682-4.546-6.454-6.818-14.9-6.818-25.338%200-10.574%202.272-19.088%206.818-25.544%204.544-6.454%2011.262-9.682%2020.149-9.682h32.636c0-2.06-.179-4.12-.536-6.18-.359-2.06-.996-3.914-1.915-5.562-.919-1.648-2.172-2.987-3.754-4.017-1.584-1.03-3.601-1.545-6.052-1.545h-41.37v-26.986zm53.628%2070.04h-25.895c-2.044%200-3.907.551-5.593%201.648-1.685%201.101-2.528%203.502-2.528%207.21%200%203.572.816%205.906%202.451%207.004%201.633%201.101%203.524%201.647%205.669%201.647h25.895v-17.509zm39.377-81.575v-27.398h25.588v27.398h-25.588zm0%20126.072V204.441h25.588v114.536h-25.588z%22%2F%3E%3C%2Fsvg%3E");
}

.ost {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22393.5425%22%20x2%3D%22393.7563%22%20y1%3D%2298.2488%22%20y2%3D%2298.2488%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20d%3D%22M393.575%2098.385l.181-.272c-.072.014-.142.027-.214.041l.033.231z%22%2F%3E%3ClinearGradient%20id%3D%22b%22%20x1%3D%22432.8926%22%20x2%3D%22436.7729%22%20y1%3D%2246.7495%22%20y2%3D%2246.7495%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23b)%22%20d%3D%22M436.069%2044.261l-3.177%204.768c1.293.069%202.586.14%203.88.21l-.703-4.978z%22%2F%3E%3ClinearGradient%20id%3D%22c%22%20x1%3D%22721.4023%22%20x2%3D%22722.0762%22%20y1%3D%22265.0205%22%20y2%3D%22265.0205%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23c)%22%20d%3D%22M722.076%20265.208l-.177-.376c-.166.095-.332.189-.497.283.226.029.453.053.674.093z%22%2F%3E%3ClinearGradient%20id%3D%22d%22%20x1%3D%22573.5898%22%20x2%3D%22577.7725%22%20y1%3D%22117.5935%22%20y2%3D%22117.5935%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23d)%22%20d%3D%22M574.154%20118.137l.06.476c.967.529%201.926%201.078%202.863%201.669.235.146.462.307.695.458-.013-.022-.022-.044-.035-.066l-1.143-1.897-.573-.945-.625-.897-1.253-1.792-.553-.697c.121.511.25%201.021.293%201.546l.271%202.145z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M542.881%20230.083c-.139.082-.25.21-.461.393.271.183.49.33.707.477.169.114.336.228.504.341.65-.928%201.298-1.855%201.944-2.78-.91.5-1.8%201.041-2.694%201.569z%22%2F%3E%3ClinearGradient%20id%3D%22e%22%20x1%3D%22298.3286%22%20x2%3D%22315.5896%22%20y1%3D%22315.8811%22%20y2%3D%22315.8811%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23e)%22%20d%3D%22M300.688%20320.201c-2.516%202.736-.465%207.531-2.359%209.592%206.884-4.811%2012.722-10.91%2016.991-17.984-.714.74.874-8.973%200-9.434-6.393-3.365-12.181%2015.229-14.632%2017.826z%22%2F%3E%3ClinearGradient%20id%3D%22f%22%20x1%3D%22863.0107%22%20x2%3D%22873.915%22%20y1%3D%22183.0811%22%20y2%3D%22183.0811%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23f)%22%20d%3D%22M873.135%20184.083c.218-.521.486-1.042.78-1.562-3.227-.178-6.451-.378-9.682-.424-.407-.01-.815-.009-1.223-.018l.212%201.622c.324.006.649.005.973.012%202.984.038%205.962.209%208.94.37z%22%2F%3E%3ClinearGradient%20id%3D%22g%22%20x1%3D%22529.7734%22%20x2%3D%22550.6348%22%20y1%3D%22304.6305%22%20y2%3D%22304.6305%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23g)%22%20d%3D%22M533.969%20303.815c-1.19-.072-2.376-.188-3.559-.33-.225.711-.436%201.426-.637%202.145%201.352.17%202.705.299%204.059.379%205.235.313%2010.464.037%2015.633-.557.384-.779.773-1.557%201.17-2.328-5.546.689-11.129%201.032-16.666.691z%22%2F%3E%3ClinearGradient%20id%3D%22h%22%20x1%3D%22569.7363%22%20x2%3D%22574.2852%22%20y1%3D%22138.4883%22%20y2%3D%22138.4883%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23h)%22%20d%3D%22M572.671%20132.64c-.302-.048-.603-.096-.904-.144-.308%204.056-.962%208.074-2.03%2011.984.879-.05%201.759-.088%202.642-.112.975-3.735%201.595-7.553%201.907-11.387l-1.615-.341z%22%2F%3E%3ClinearGradient%20id%3D%22i%22%20x1%3D%22562.8574%22%20x2%3D%22571.666%22%20y1%3D%22154.4031%22%20y2%3D%22154.4031%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23i)%22%20d%3D%22M565.73%20161.217l1.818-3.814%201.645-3.843.82-1.922.205-.48c.105-.241.13-.356.2-.54l.351-1.007c.309-.881.619-1.761.897-2.652-.899.035-1.799.08-2.695.141-.187.556-.381%201.11-.574%201.664l-.334.967c-.051.142-.119.364-.158.441l-.204.48-.819%201.923-1.635%203.846-1.777%203.733c-.196.418-.41.831-.611%201.247.853.163%201.707.31%202.564.445.098-.21.207-.416.307-.629z%22%2F%3E%3ClinearGradient%20id%3D%22j%22%20x1%3D%22571.7715%22%20x2%3D%22574.5443%22%20y1%3D%22125.2605%22%20y2%3D%22125.2605%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23j)%22%20d%3D%22M571.959%20128.673c-.01.391-.029.781-.045%201.172.437.07.869.141%201.306.211l1.229.262c.023-.526.049-1.053.063-1.579.071-2.361.02-4.749-.096-7.077-.869-.511-1.75-1-2.645-1.458l.012.216c.172%202.806.254%205.512.176%208.253z%22%2F%3E%3ClinearGradient%20id%3D%22k%22%20x1%3D%22512.5391%22%20x2%3D%22564.5039%22%20y1%3D%22200.6707%22%20y2%3D%22200.6707%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23k)%22%20d%3D%22M519.609%20231.047c2.043-2.959%204.129-5.89%206.227-8.813-.205-.139-.41-.277-.615-.416.025-.063.051-.126.077-.189.29.049.577.101.866.148%204.287-5.963%208.645-11.885%2012.952-17.858%206.521-9.053%2012.915-18.243%2018.65-27.872%202.349-4.056%204.638-8.136%206.737-12.34-.695-.47-1.392-.939-2.087-1.409-2.092%204.235-4.409%208.387-6.776%2012.49-11.328%2019.092-25.309%2036.514-37.977%2054.917-1.746%202.513-3.449%205.056-5.125%207.62l1.682%201.719c1.76-2.689%203.549-5.358%205.389-7.997z%22%2F%3E%3ClinearGradient%20id%3D%22l%22%20x1%3D%22496.9298%22%20x2%3D%22512.5039%22%20y1%3D%22269.7971%22%20y2%3D%22269.7971%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23l)%22%20d%3D%22M511.509%20296.973c-2.892-1.863-5.546-4.096-7.895-6.625-1.604-2.045-2.75-4.477-3.48-7.018-.185-.639-.36-1.281-.468-1.938l-.189-.978-.114-.963c-.101-.618-.108-1.337-.138-2.03l-.011-.261-.005-.131c-.004-.054%200%20.001.002-.082l.026-.509.052-1.017c.191-5.428%201.482-10.782%203.506-15.859%202.023-5.095%204.697-9.898%207.629-14.614.689-1.091%201.383-2.179%202.08-3.265l-1.68-1.718c-.801%201.245-1.595%202.494-2.383%203.747-2.941%204.746-5.711%209.726-7.793%2015.001-2.091%205.268-3.448%2010.902-3.639%2016.621l-.052%201.071-.025.535c-.003.004-.004.146-.001.179l.006.13.011.262c.032.698.036%201.376.147%202.137l.135%201.112.207%201.074c.123.719.314%201.422.518%202.121.81%202.795%202.073%205.488%203.916%207.824l.024.029.028.031c2.815%203.035%206.077%205.668%209.645%207.785-.054-.884-.074-1.769-.059-2.651z%22%2F%3E%3ClinearGradient%20id%3D%22m%22%20x1%3D%22410.9502%22%20x2%3D%22426.6851%22%20y1%3D%2249.8553%22%20y2%3D%2249.8553%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23m)%22%20d%3D%22M421.426%2048.42l-2.092-.04-6.49-.125-1.894%202.842%208.325.147%202.089.037%202.042.1%201.438.075%201.841-2.763-3.127-.166%22%2F%3E%3ClinearGradient%20id%3D%22n%22%20x1%3D%22431.0596%22%20x2%3D%22437.1777%22%20y1%3D%2250.5644%22%20y2%3D%2250.5644%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23n)%22%20d%3D%22M436.773%2049.238c-1.294-.07-2.587-.141-3.88-.21l-1.833%202.751c2.039.106%204.079.213%206.118.321l-.405-2.862z%22%2F%3E%3ClinearGradient%20id%3D%22o%22%20x1%3D%22513.7217%22%20x2%3D%22528.1895%22%20y1%3D%22301.8027%22%20y2%3D%22301.8027%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23o)%22%20d%3D%22M513.722%20298.299c.018.873.071%201.742.163%202.608.854.435%201.715.852%202.596%201.225%203.56%201.523%207.298%202.545%2011.09%203.176.197-.715.4-1.43.619-2.137-3.731-.609-7.383-1.602-10.834-3.086-1.245-.53-2.456-1.13-3.634-1.786z%22%2F%3E%3ClinearGradient%20id%3D%22p%22%20x1%3D%22569.6855%22%20x2%3D%22574.2139%22%20y1%3D%22114.2768%22%20y2%3D%22114.2768%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23p)%22%20d%3D%22M570.946%20114.426c.132.66.345%201.306.396%201.979l.101.786c.935.446%201.857.923%202.771%201.423l-.06-.476-.271-2.145c-.043-.525-.172-1.036-.293-1.546l-.851-1.073-.677-.85-.731-.817c-.494-.538-.954-1.104-1.486-1.606-.052-.055-.108-.105-.16-.159.294.832.573%201.667.815%202.516l.446%201.968z%22%2F%3E%3ClinearGradient%20id%3D%22q%22%20x1%3D%22442.2202%22%20x2%3D%22503.3008%22%20y1%3D%2255.0596%22%20y2%3D%2255.0596%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23q)%22%20d%3D%22M460.901%2053.696c1.383.125%202.772.208%204.149.367l4.137.46c2.756.321%205.524.564%208.259%201.014%202.741.412%205.487.795%208.224%201.23l8.158%201.576%202.039.396%202.015.498%204.03.996%201.389.343-.553-2.948-.166-.041-4.084-1.016-2.043-.508-2.063-.405-8.256-1.608c-2.766-.444-5.539-.836-8.309-1.257-2.766-.459-5.553-.708-8.331-1.037l-4.171-.47c-1.39-.162-2.785-.248-4.176-.376-6.309-.585-12.62-1.002-18.929-1.366l.404%202.854c6.105.346%2012.201.744%2018.277%201.298z%22%2F%3E%3ClinearGradient%20id%3D%22r%22%20x1%3D%22552.2031%22%20x2%3D%22580.2549%22%20y1%3D%22300.9405%22%20y2%3D%22300.9405%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.7%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23r)%22%20d%3D%22M574.625%20298.531l-.26.082-.066.02h-.001l-.116.027-.531.119-1.066.238-4.264.941c-4.949%201.066-9.91%202.043-14.897%202.773-.413.785-.819%201.574-1.22%202.367%205.584-.762%2011.098-1.859%2016.572-3.049l4.275-.951%201.066-.242.534-.119.134-.031.146-.039.066-.021.26-.082%202.088-.652c.396-.125.793-.248%201.189-.371.573-.922%201.143-1.844%201.72-2.76-1.179.369-2.363.73-3.542%201.102l-2.087.648z%22%2F%3E%3ClinearGradient%20id%3D%22s%22%20x1%3D%22506.8203%22%20x2%3D%22571.9512%22%20y1%3D%2283.6294%22%20y2%3D%2283.6294%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23s)%22%20d%3D%22M509.921%2062.4c5.307%201.611%2010.585%203.319%2015.72%205.34%205.135%202.02%2010.134%204.354%2014.838%207.172%204.703%202.813%209.1%206.122%2013.01%209.937%201.963%201.9%203.791%203.937%205.498%206.068l1.252%201.623.627.812.078.102c.006.003.099.136.031.032l.139.221.279.442c.734%201.179%201.506%202.357%202.2%203.537%201.315%202.162%202.564%204.361%203.678%206.608%201.538%201.252%203.024%202.58%204.405%204.028.096.092.183.193.275.289-1.588-4.344-3.784-8.406-6.134-12.287-.72-1.222-1.474-2.378-2.211-3.565l-.277-.442-.14-.221c-.118-.173-.078-.108-.127-.175l-.081-.106-.647-.844-1.299-1.688c-1.771-2.217-3.67-4.34-5.708-6.319-4.062-3.976-8.627-7.421-13.479-10.335-4.857-2.92-9.99-5.323-15.221-7.39-5.236-2.071-10.57-3.805-15.924-5.44-1.299-.383-2.541-.78-3.883-1.153l.564%202.998c.844.251%201.696.51%202.537.756z%22%2F%3E%3ClinearGradient%20id%3D%22t%22%20x1%3D%22895.0693%22%20x2%3D%22937.835%22%20y1%3D%22192.729%22%20y2%3D%22192.729%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23t)%22%20d%3D%22M921.509%20193.768c5.524%201.897%2010.962%204.037%2016.326%206.355l-.535-1.857c-5.027-2.154-10.121-4.151-15.297-5.937-8.477-2.929-17.143-5.289-25.958-6.995-.296.473-.619.944-.976%201.407%208.961%201.684%2017.814%204.059%2026.44%207.027z%22%2F%3E%3ClinearGradient%20id%3D%22u%22%20x1%3D%22940.8027%22%20x2%3D%22959.4346%22%20y1%3D%22205.2007%22%20y2%3D%22205.2007%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23u)%22%20d%3D%22M940.803%20199.793l.542%201.88c5.36%202.415%2010.646%205.002%2015.852%207.738.749.394%201.493.798%202.238%201.197v-1.65c-.52-.278-1.038-.562-1.56-.837-5.597-2.954-11.287-5.745-17.072-8.328z%22%2F%3E%3ClinearGradient%20id%3D%22v%22%20x1%3D%22581.834%22%20x2%3D%22706.8096%22%20y1%3D%22264.7456%22%20y2%3D%22264.7456%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23v)%22%20d%3D%22M585.676%20297.184l4.146-1.48c1.381-.496%202.732-1.039%204.1-1.555l8.162-3.156%202.035-.793%201.02-.396.303-.119.25-.111.499-.223%203.993-1.783c1.328-.602%202.666-1.17%203.988-1.799l3.963-1.895c1.317-.635%202.647-1.252%203.955-1.904l3.911-1.981%203.905-1.988%203.869-2.058%203.865-2.061%203.833-2.119%203.832-2.121%203.804-2.168c2.539-1.439%205.069-2.894%207.584-4.37l7.549-4.427%203.767-2.226c1.316-.769%202.479-1.568%203.726-2.351l7.361-4.72%207.413-4.614%203.707-2.303%203.748-2.241%207.501-4.47%205.345-3.046-.807-1.715-5.494%203.12-7.53%204.471-3.762%202.242-3.723%202.305-7.444%204.617-7.369%204.708c-1.223.765-2.47%201.614-3.673%202.31l-3.766%202.218-7.544%204.408c-2.515%201.472-5.041%202.919-7.577%204.35l-3.798%202.157-3.822%202.106-3.824%202.107-3.853%202.047-3.856%202.043-3.891%201.972-3.895%201.965c-1.3.648-2.616%201.255-3.925%201.882l-3.931%201.873c-1.312.621-2.657%201.191-3.985%201.789l-3.996%201.775-.499.223-.233.102c-.012.006-.03.014-.03.014l-.064.025-.129.049-1.019.395-2.039.791-8.156%203.139c-1.36.512-2.716%201.053-4.079%201.539l-4.091%201.453c-.453.17-.915.328-1.374.488-.6.943-1.201%201.887-1.798%202.836%201.284-.418%202.566-.848%203.842-1.326z%22%2F%3E%3ClinearGradient%20id%3D%22w%22%20x1%3D%22261.4834%22%20x2%3D%22406.478%22%20y1%3D%2257.3005%22%20y2%3D%2257.3005%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23w)%22%20d%3D%22M262.324%2066.577l1.301-.365%206.748-1.892%204.024-1.128c1.341-.38%202.691-.655%204.037-.988l8.077-1.917c1.34-.341%202.703-.601%204.065-.862l4.083-.797%204.084-.797c1.362-.261%202.718-.554%204.094-.739l8.225-1.256c1.362-.203%202.761-.435%204.093-.613l4.152-.481%208.304-.962c2.765-.274%205.526-.489%208.29-.737%202.765-.229%205.521-.515%208.3-.652%205.548-.334%2011.093-.721%2016.652-.881%202.778-.098%205.555-.234%208.335-.3l8.342-.16%204.171-.076%204.173-.014%208.347-.029c3.449.029%206.898.056%2010.347.09l1.908-2.863c-4.081-.053-8.163-.091-12.244-.132l-8.373.015-4.187.008-4.186.069-8.375.147c-2.792.062-5.582.194-8.374.288-5.584.152-11.161.531-16.739.858-2.789.133-5.579.417-8.368.644-2.788.246-5.584.459-8.364.731l-8.306.949-4.153.474c-1.429.187-2.781.412-4.175.616l-8.305%201.255c-1.389.185-2.758.478-4.133.739l-4.123.797-4.123.797c-1.375.262-2.75.522-4.112.866l-8.193%201.931c-1.359.334-2.744.616-4.084.994l-4.026%201.122-6.792%201.893-1.261.352.844%203.006z%22%2F%3E%3ClinearGradient%20id%3D%22x%22%20x1%3D%22764.4941%22%20x2%3D%22724.8379%22%20y1%3D%22251.9256%22%20y2%3D%22251.9256%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%22.7473%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.9%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23x)%22%20d%3D%22M763.94%20241.121c-13.354%206.099-26.365%2012.841-39.102%2019.97l.769%201.639c12.674-7.124%2025.614-13.858%2038.887-19.952l-.554-1.657z%22%2F%3E%3ClinearGradient%20id%3D%22y%22%20x1%3D%22299.6709%22%20x2%3D%22232.731%22%20y1%3D%22136.7146%22%20y2%3D%22136.7146%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23y)%22%20d%3D%22M299.611%20119.542c-14.069%204.994-25.908%2010.098-35.534%2014.681-4.671%202.224-8.837%204.328-12.461%206.231-3.13%201.69-5.895%203.184-8.282%204.473-2.318%201.372-4.269%202.526-5.84%203.456-3.142%201.859-4.763%202.818-4.763%202.818l1.593%202.686s1.62-.962%204.758-2.826c1.569-.932%203.518-2.089%205.834-3.465%202.351-1.274%205.075-2.751%208.158-4.421%202.964-1.562%206.298-3.264%209.979-5.058%209.713-4.732%2021.919-10.121%2036.618-15.408l-.06-3.167z%22%2F%3E%3ClinearGradient%20id%3D%22z%22%20x1%3D%22303.7075%22%20x2%3D%22388.2798%22%20y1%3D%22108.8018%22%20y2%3D%22108.8018%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.5%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23z)%22%20d%3D%22M308.207%20116.599c-1.523.502-3.022%201.006-4.5%201.513l.061%203.152c1.766-.613%203.554-1.224%205.387-1.831%2012.462-4.178%2026.445-8.274%2041.844-12.076%2011.645-2.883%2024.098-5.599%2037.281-8.186l-.4-2.831c-13.278%202.581-25.832%205.296-37.577%208.184-15.475%203.793-29.545%207.89-42.096%2012.075z%22%2F%3E%3ClinearGradient%20id%3D%22A%22%20x1%3D%22508.3965%22%20x2%3D%22529.666%22%20y1%3D%2288.1917%22%20y2%3D%2288.1917%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23A)%22%20d%3D%22M525.451%2090.135c.693.114%201.379.268%202.071.399.713.142%201.429.284%202.144.425v-2.693c-1.961-.391-3.92-.742-5.87-1.058-4.749-.769-9.476-1.349-14.174-1.784-.333.855-.736%201.711-1.226%202.559%204.967.429%209.963%201.022%2014.974%201.825l2.081.327z%22%2F%3E%3ClinearGradient%20id%3D%22B%22%20x1%3D%22940.6943%22%20x2%3D%22959.4346%22%20y1%3D%22225.5718%22%20y2%3D%22225.5718%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23B)%22%20d%3D%22M941.642%20222.001c-.293.414-.609.823-.947%201.226%205.087%201.426%2010.134%202.987%2015.133%204.677%201.207.405%202.406.823%203.607%201.239v-1.49c-1.052-.365-2.101-.734-3.157-1.09-4.833-1.643-9.717-3.163-14.636-4.562z%22%2F%3E%3ClinearGradient%20id%3D%22C%22%20x1%3D%22580.082%22%20x2%3D%22585.209%22%20y1%3D%22129.6763%22%20y2%3D%22129.6763%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23C)%22%20d%3D%22M585.209%20133.785c-.311-1.539-.69-3.06-1.139-4.557-1.254-1.307-2.59-2.523-3.988-3.66.966%202.284%201.737%204.653%202.318%207.083.944.353%201.883.725%202.809%201.134z%22%2F%3E%3ClinearGradient%20id%3D%22D%22%20x1%3D%22447.4644%22%20x2%3D%22480.2031%22%20y1%3D%2286.9206%22%20y2%3D%2286.9206%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23D)%22%20d%3D%22M479.185%2087.203c.248-.905.588-1.816%201.018-2.727-7.275.141-14.427.517-21.435%201.074-3.815.303-7.574.676-11.304%201.082l.386%202.732c3.677-.406%207.38-.78%2011.139-1.084%206.613-.535%2013.352-.911%2020.196-1.077z%22%2F%3E%3ClinearGradient%20id%3D%22E%22%20x1%3D%22645.5557%22%20x2%3D%22705.4033%22%20y1%3D%22291.3352%22%20y2%3D%22291.3352%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23E)%22%20d%3D%22M662.286%20298.742c-5.515%203.266-11.11%206.348-16.73%209.35v2.219c5.952-3.18%2011.879-6.445%2017.703-9.908%2012.719-7.428%2025.131-15.488%2037.757-23.237.389-.237.78-.472%201.169-.708.437-.664.896-1.323%201.396-1.972.58-.747%201.192-1.452%201.822-2.126-1.788%201.07-3.574%202.145-5.353%203.225-12.675%207.749-25.073%2015.774-37.764%2023.157z%22%2F%3E%3ClinearGradient%20id%3D%22F%22%20x1%3D%22867.0908%22%20x2%3D%22921.915%22%20y1%3D%22215.6608%22%20y2%3D%22215.6608%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23F)%22%20d%3D%22M912.483%20215.461c-1.868-.273-3.729-.606-5.606-.829l-5.625-.69-5.646-.518c-1.882-.175-3.778-.242-5.667-.369-1.894-.137-3.775-.173-5.658-.221l-2.824-.075c-.967-.041-1.897.02-2.847.025l-5.672.111-2.836.055-1.418.032-1.413.108c-.062.003-.122.009-.182.012l.203%201.551c.023-.001.044-.003.065-.004%2014.995-.802%2030.081-.144%2044.891%202.281%203.042.482%206.069%201.042%209.089%201.644.166-.462.356-.925.576-1.388-3.13-.632-6.27-1.218-9.43-1.725z%22%2F%3E%3ClinearGradient%20id%3D%22G%22%20x1%3D%22581.4961%22%20x2%3D%22586.2246%22%20y1%3D%22154.9306%22%20y2%3D%22154.9306%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23G)%22%20d%3D%22M581.986%20160.319c-.153.693-.32%201.385-.49%202.075.863-.08%201.726-.17%202.589-.263.102-.425.209-.85.304-1.276.726-3.105%201.213-6.257%201.563-9.413.098-1.2.215-2.396.273-3.597-.825-.143-1.648-.267-2.473-.378-.047%201.241-.167%202.482-.264%203.726-.334%203.049-.8%206.102-1.502%209.126z%22%2F%3E%3ClinearGradient%20id%3D%22H%22%20x1%3D%22401.1035%22%20x2%3D%22442.5332%22%20y1%3D%2291.9885%22%20y2%3D%2291.9885%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23H)%22%20d%3D%22M429.218%2091.854c4.367-.693%208.813-1.314%2013.315-1.873l-.387-2.74c-4.519.555-8.982%201.171-13.368%201.859-8.759%201.399-17.238%202.887-25.496%204.365l-2.179%203.27c.048-.009.095-.018.144-.027%209.023-1.635%2018.358-3.303%2027.971-4.854z%22%2F%3E%3ClinearGradient%20id%3D%22I%22%20x1%3D%22583.0313%22%20x2%3D%22586.2947%22%20y1%3D%22140.4895%22%20y2%3D%22140.4895%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23I)%22%20d%3D%22M585.752%20136.926c-.895-.433-1.803-.832-2.721-1.209.361%202.09.602%204.21.714%206.344.027.946.06%201.893.063%202.841.834.101%201.665.212%202.486.359.007-1.108-.03-2.215-.063-3.321-.083-1.677-.247-3.352-.479-5.014z%22%2F%3E%3ClinearGradient%20id%3D%22J%22%20x1%3D%22549.3906%22%20x2%3D%22580.2852%22%20y1%3D%22198.0039%22%20y2%3D%22198.0039%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23J)%22%20d%3D%22M567.472%20195.213c-5.46%209.458-11.677%2018.631-18.081%2027.834%201.027-.102%202.053-.209%203.079-.319%206.024-8.657%2011.876-17.336%2017.079-26.314%203.26-5.635%206.265-11.387%208.821-17.307.674-1.566%201.312-3.147%201.915-4.741-.693-.468-1.386-.937-2.08-1.405-.646%201.739-1.332%203.468-2.066%205.186-2.5%205.813-5.451%2011.488-8.667%2017.066z%22%2F%3E%3ClinearGradient%20id%3D%22K%22%20x1%3D%22542.4873%22%20x2%3D%22560.6162%22%20y1%3D%22332.1425%22%20y2%3D%22332.1425%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.7%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23K)%22%20d%3D%22M542.487%20331.68c5.602%201.693%2011.422%202.682%2017.28%203.02.279-.688.563-1.373.849-2.055-6.021-.299-11.977-1.309-17.677-3.059-.16.695-.31%201.392-.452%202.094z%22%2F%3E%3ClinearGradient%20id%3D%22L%22%20x1%3D%22863.8691%22%20x2%3D%22768.0635%22%20y1%3D%22227.1252%22%20y2%3D%22227.1252%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%22.7473%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.9%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23L)%22%20d%3D%22M822.527%20220.069c-14.646%203.694-28.952%208.579-42.884%2014.256-3.89%201.588-7.747%203.242-11.58%204.944l.551%201.648c3.863-1.726%207.753-3.403%2011.676-5.011%2013.858-5.675%2028.084-10.556%2042.637-14.252%2013.413-3.423%2027.125-5.768%2040.942-6.764l-.206-1.557c-13.889.985-27.666%203.322-41.136%206.736z%22%2F%3E%3ClinearGradient%20id%3D%22M%22%20x1%3D%22543.6309%22%20x2%3D%22549.835%22%20y1%3D%22229.5498%22%20y2%3D%22229.5498%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23M)%22%20d%3D%22M549.835%20226.502c-1.375.537-2.714%201.174-4.025%201.878-.08.043-.156.09-.235.134-.646.925-1.294%201.852-1.944%202.78.644.435%201.287.869%201.931%201.303.757-1.079%201.514-2.157%202.269-3.234.669-.954%201.337-1.907%202.004-2.861z%22%2F%3E%3ClinearGradient%20id%3D%22N%22%20x1%3D%22527.7432%22%20x2%3D%22540.793%22%20y1%3D%22326.7275%22%20y2%3D%22326.7275%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23N)%22%20d%3D%22M531.188%20324.578l-2.269-1.344c-.394-.225-.786-.492-1.177-.764.055.912.142%201.822.259%202.727l2.092%201.234c3.166%201.729%206.436%203.225%209.824%204.416.141.049.283.09.424.137.144-.701.291-1.4.451-2.096-.055-.02-.112-.037-.167-.055-3.279-1.157-6.43-2.612-9.437-4.255z%22%2F%3E%3ClinearGradient%20id%3D%22O%22%20x1%3D%22531.8379%22%20x2%3D%22534.3145%22%20y1%3D%2291.4223%22%20y2%3D%2291.4223%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23O)%22%20d%3D%22M532.353%2091.024c-.129-.061-.278-.079-.516-.143v.513c.81.177%201.643.369%202.477.568-.65-.318-1.306-.627-1.961-.938z%22%2F%3E%3ClinearGradient%20id%3D%22P%22%20x1%3D%22511.5041%22%20x2%3D%22528.5469%22%20y1%3D%22290.0251%22%20y2%3D%22290.0251%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23P)%22%20d%3D%22M524.756%20320.283l-.996-.799c-.326-.273-.619-.58-.931-.867-2.483-2.307-4.593-4.99-6.112-7.975-1.528-2.98-2.457-6.244-2.816-9.572-.006-.055-.01-.109-.016-.164-.092-.865-.145-1.734-.163-2.608-.052-2.426.163-4.865.591-7.264.102-.84.336-1.639.5-2.457.093-.408.172-.813.275-1.223l.354-1.244.354-1.24c.058-.191.12-.449.175-.586l.205-.604.822-2.406c2.322-6.376%205.362-12.462%208.682-18.342.935-1.631%201.894-3.244%202.867-4.847l-1.643-1.679c-1.085%201.785-2.157%203.582-3.199%205.405-3.352%205.962-6.438%2012.157-8.811%2018.704-1.855%205.196-3.295%2010.768-3.386%2016.456-.015.883.005%201.768.06%202.654.034.56.078%201.121.142%201.683.39%203.567%201.398%207.104%203.06%2010.326%201.65%203.23%203.933%206.117%206.579%208.566.332.307.648.631.993.92l1.055.846c.7.568%201.401%201.137%202.159%201.623.025.016.049.033.074.051-.078-.926-.129-1.852-.148-2.777-.244-.191-.486-.385-.726-.58z%22%2F%3E%3ClinearGradient%20id%3D%22Q%22%20x1%3D%22562.0771%22%20x2%3D%22618.5078%22%20y1%3D%22327.8439%22%20y2%3D%22327.8439%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23Q)%22%20d%3D%22M571.883%20334.658c3.597-.283%207.196-.656%2010.762-1.266l2.677-.443%202.661-.537c.895-.191%201.756-.334%202.68-.566l2.62-.652c1.745-.447%203.496-.852%205.241-1.332%201.743-.527%203.486-1.057%205.231-1.584.869-.271%201.75-.518%202.61-.809l2.572-.908c1.714-.607%203.429-1.215%205.146-1.824.482-.191.965-.383%201.447-.574l2.979-3.344-.099.041c-1.681.664-3.358%201.328-5.036%201.994-1.7.6-3.398%201.197-5.098%201.797l-2.546.895c-.851.287-1.712.523-2.567.789-1.714.518-3.426%201.033-5.137%201.551-1.731.473-3.493.879-5.236%201.32l-2.621.648c-.818.207-1.733.359-2.596.543l-2.621.525-2.637.432c-3.508.594-7.043.953-10.57%201.227-2.934.156-5.869.25-8.793.164-.297.686-.589%201.373-.874%202.066%203.266.13%206.537.027%209.805-.153z%22%2F%3E%3ClinearGradient%20id%3D%22R%22%20x1%3D%22717.623%22%20x2%3D%22721.8994%22%20y1%3D%22264.187%22%20y2%3D%22264.187%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23R)%22%20d%3D%22M721.402%20265.116c.165-.095.331-.189.497-.283l-.773-1.646c-1.169.665-2.337%201.332-3.503%202.002%201.311-.209%202.575-.225%203.779-.073z%22%2F%3E%3ClinearGradient%20id%3D%22S%22%20x1%3D%22393.144%22%20x2%3D%22395.9609%22%20y1%3D%2296.4795%22%20y2%3D%2296.4795%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23S)%22%20d%3D%22M393.542%2098.154c.072-.014.142-.028.214-.041l2.205-3.308c-.941.175-1.884.35-2.817.527l.398%202.822z%22%2F%3E%3ClinearGradient%20id%3D%22T%22%20x1%3D%22578.9629%22%20x2%3D%22583.3145%22%20y1%3D%22168.6978%22%20y2%3D%22168.6978%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23T)%22%20d%3D%22M580.412%20166.359c-.447%201.506-.929%203.004-1.449%204.494.7.472%201.396.943%202.096%201.415.842-2.358%201.596-4.741%202.256-7.141-.989.355-1.955.77-2.903%201.232z%22%2F%3E%3ClinearGradient%20id%3D%22U%22%20x1%3D%22528.5645%22%20x2%3D%22544.1543%22%20y1%3D%22244.3484%22%20y2%3D%22244.3484%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23U)%22%20d%3D%22M542.228%20233.306c-4.644%206.654-9.289%2013.4-13.664%2020.403l1.646%201.682c4.438-7.113%209.184-13.987%2013.943-20.784-.641-.434-1.283-.867-1.925-1.301z%22%2F%3E%3ClinearGradient%20id%3D%22V%22%20x1%3D%22539.3301%22%20x2%3D%22582.1465%22%20y1%3D%22107.2735%22%20y2%3D%22107.2735%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23V)%22%20d%3D%22M567.271%20104.295c-.827-.672-1.662-1.328-2.517-1.954-1.21-.916-2.49-1.721-3.752-2.546-1.296-.768-2.578-1.553-3.909-2.237-5.726-3.034-11.708-5.275-17.763-6.985.971%201.223%201.975%202.423%202.983%203.617.564.185%201.13.371%201.697.552%201.342.489%202.703.943%204.028%201.492%202.674%201.04%205.295%202.241%207.84%203.6%201.287.658%202.519%201.411%203.766%202.146%201.211.791%202.441%201.56%203.6%202.434%202.279%201.667%204.467%203.485%206.441%205.528.052.054.108.104.16.159.532.502.992%201.068%201.486%201.606l.731.817.677.85.851%201.073.553.697%201.253%201.792.625.897.573.945%201.143%201.897c.013.022.022.044.035.066%201.517.985%202.978%202.064%204.374%203.234-.049-.111-.09-.224-.14-.335-.581-1.454-1.363-2.808-2.061-4.198l-1.198-1.998-.604-.994-.668-.965-1.342-1.917-1.397-1.773-.73-.913-.768-.863c-.429-.471-.845-.953-1.287-1.408-.093-.095-.18-.197-.275-.289-1.381-1.448-2.867-2.775-4.405-4.027z%22%2F%3E%3ClinearGradient%20id%3D%22W%22%20x1%3D%22548.2432%22%20x2%3D%22593.8105%22%20y1%3D%22124.7881%22%20y2%3D%22124.7881%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23W)%22%20d%3D%22M571.443%20117.19c-3.523-1.682-7.186-2.999-10.891-3.988-3.916-1.069-7.873-1.797-11.826-2.302-.092.458-.199.915-.27%201.376-.06.398-.133.791-.214%201.182%203.907.486%207.802%201.193%2011.636%202.233%204.089%201.085%208.099%202.571%2011.893%204.513.895.458%201.775.948%202.645%201.458.436.254.871.507%201.299.775%201.521.944%202.975%201.998%204.367%203.131%201.398%201.137%202.734%202.354%203.988%203.66%201.535%201.603%202.959%203.323%204.252%205.147.329.468.642.95.953%201.432%201.164.646%202.31%201.337%203.424%202.085.375.252.742.52%201.111.784-1.009-1.993-2.142-3.92-3.424-5.747-2.355-3.341-5.141-6.357-8.24-8.955-1.396-1.169-2.857-2.249-4.374-3.234-.233-.151-.46-.312-.695-.458%22%2F%3E%3ClinearGradient%20id%3D%22X%22%20x1%3D%22594.2227%22%20x2%3D%22599.0879%22%20y1%3D%22173.9816%22%20y2%3D%22173.9816%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23X)%22%20d%3D%22M599.088%20166.657c-.766-.493-1.567-.926-2.404-1.304-.051%201.097-.119%202.194-.225%203.29-.4%204.194-1.18%208.376-2.236%2012.519.715.483%201.432.966%202.146%201.45%201.201-4.52%202.09-9.107%202.539-13.735.073-.74.131-1.48.18-2.22z%22%2F%3E%3ClinearGradient%20id%3D%22Y%22%20x1%3D%22832.5664%22%20x2%3D%22959.4346%22%20y1%3D%22248.0203%22%20y2%3D%22248.0203%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23Y)%22%20d%3D%22M945.417%20244.093c-14.826-1.656-29.79-2.489-44.772-2.121-3.747.17-7.499.307-11.242.505l-11.162%201.033-.698.065c-.23.017-.502.05-.717.085l-1.391.198-2.784.398-5.566.794c-1.862.229-3.699.608-5.541.955l-5.524%201.047c-7.899%201.595-15.717%203.533-23.453%205.747.352.456.708.907%201.065%201.356%207.491-2.143%2015.059-4.019%2022.695-5.573l5.492-1.05c1.832-.348%203.656-.728%205.508-.958l5.533-.799%202.766-.399%201.385-.2c.247-.039.438-.063.674-.082l.698-.065%2011.161-1.052c3.717-.202%207.433-.343%2011.146-.518%2014.891-.39%2029.797.413%2044.571%202.04%203.692.423%207.39.794%2011.061%201.367l3.111.445v-1.406l-2.921-.423c-3.679-.58-7.39-.958-11.095-1.389z%22%2F%3E%3ClinearGradient%20id%3D%22Z%22%20x1%3D%22830.2793%22%20x2%3D%22779.2383%22%20y1%3D%22263.9529%22%20y2%3D%22263.9529%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%22.7473%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.9%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23Z)%22%20d%3D%22M813.302%20260.669c5.609-1.99%2011.271-3.837%2016.978-5.536-.116-.523-.231-1.047-.348-1.57-17.358%205.128-34.28%2011.685-50.693%2019.164l.539%201.614c10.967-5.025%2022.148-9.631%2033.524-13.672z%22%2F%3E%3ClinearGradient%20id%3D%22aa%22%20x1%3D%22572.2871%22%20x2%3D%22595.7549%22%20y1%3D%22206.4265%22%20y2%3D%22206.4265%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aa)%22%20d%3D%22M585.551%20204.404c-3.867%208.025-8.406%2015.749-13.264%2023.387.216.223.434.445.662.655.361.332.708.677%201.047%201.027%201.459-2.315%202.929-4.622%204.342-6.94%201.635-2.816%203.264-5.623%204.887-8.42%201.597-2.893%203.072-5.743%204.486-8.667%202.812-5.828%205.273-11.792%207.218-17.896.29-.907.563-1.82.826-2.734-.707-.478-1.417-.957-2.126-1.435-.319%201.148-.654%202.294-1.016%203.434-1.892%205.974-4.302%2011.841-7.062%2017.589z%22%2F%3E%3ClinearGradient%20id%3D%22ab%22%20x1%3D%22645.5557%22%20x2%3D%22775.6719%22%20y1%3D%22312.9089%22%20y2%3D%22312.9089%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ab)%22%20d%3D%22M656.669%20343.334c-3.162%201.801-6.446%203.348-9.684%204.975-.474.248-.953.477-1.43.713v2.174c.767-.369%201.529-.746%202.282-1.143%203.26-1.645%206.568-3.209%209.744-5.025%2012.88-6.957%2025.284-14.842%2037.656-22.82%206.178-4%2012.376-7.984%2018.638-11.898%203.145-1.926%206.264-3.896%209.435-5.793%203.179-1.885%206.343-3.799%209.54-5.664%2012.784-7.459%2025.868-14.492%2039.273-20.928%201.179-.565%202.363-1.121%203.547-1.678l-.542-1.623c-1.25.584-2.5%201.167-3.742%201.762-26.945%2012.842-52.484%2028.221-77.152%2044.266%22%2F%3E%3ClinearGradient%20id%3D%22ac%22%20x1%3D%22249.8853%22%20x2%3D%22394.7319%22%20y1%3D%22181.1375%22%20y2%3D%22181.1375%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.3%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ac)%22%20d%3D%22M269.231%20208.007c.721-.49%201.463-.995%202.226-1.513.776-.501%201.573-1.016%202.392-1.545%201.637-1.058%203.358-2.168%205.162-3.333%201.792-1.184%203.71-2.351%205.711-3.569%201.998-1.222%204.079-2.494%206.24-3.814%208.738-5.13%2018.855-10.918%2030.476-16.865%202.892-1.51%205.909-2.97%208.978-4.518.768-.384%201.542-.771%202.32-1.159l.585-.292c.147-.078.382-.181.57-.27l1.196-.558c1.599-.747%203.218-1.501%204.855-2.266%203.275-1.528%206.627-3.092%2010.052-4.69%201.713-.799%203.444-1.607%205.194-2.423%201.762-.782%203.558-1.529%205.363-2.308%203.615-1.546%207.303-3.124%2011.064-4.732%201.88-.805%203.778-1.617%205.694-2.437%201.924-.802%203.895-1.55%205.868-2.339%203.786-1.496%207.642-3.02%2011.557-4.567l-.411-2.908-.105.042c-4.109%201.616-8.148%203.204-12.115%204.765-1.981.788-3.956%201.535-5.891%202.337-1.928.821-3.838%201.634-5.731%202.44-3.784%201.612-7.496%203.193-11.134%204.743-1.816.78-3.626%201.53-5.395%202.312-1.751.814-3.484%201.619-5.198%202.415-3.428%201.593-6.782%203.151-10.06%204.674-1.639.761-3.259%201.514-4.859%202.258l-1.197.556-.617.291-.588.293c-.782.389-1.56.776-2.333%201.161-3.085%201.549-6.118%203.012-9.027%204.525-11.687%205.957-21.87%2011.76-30.668%2016.906-2.177%201.326-4.272%202.603-6.285%203.829-2.015%201.222-3.947%202.393-5.752%203.582-1.818%201.169-3.552%202.285-5.201%203.347-.824.531-1.628%201.048-2.41%201.551-.771.523-1.521%201.031-2.251%201.525-2.912%201.983-5.484%203.735-7.704%205.248-2.169%201.563-3.994%202.877-5.463%203.936-.71.513-1.333.963-1.876%201.355-1.7%201.227-2.575%201.859-2.575%201.859l1.831%202.529s1.514-1.097%204.446-3.222c.165-.119.351-.254.525-.379%201.373-.992%203.007-2.174%204.929-3.564%202.192-1.504%204.734-3.241%207.612-5.208z%22%2F%3E%3ClinearGradient%20id%3D%22ad%22%20x1%3D%22399.4453%22%20x2%3D%22424.0698%22%20y1%3D%22138.0125%22%20y2%3D%22138.0125%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ad)%22%20d%3D%22M407.8%20139.839c4.271-1.572%208.609-3.169%2013.015-4.791%201.08-.39%202.186-.82%203.255-1.181-2.352.186-4.547-.025-6.471-.635-3.638%201.333-7.242%202.652-10.787%203.951-2.142.784-4.267%201.563-6.374%202.334-.333.124-.661.256-.992.383l.409%202.895c.53-.206%201.056-.417%201.591-.616%202.1-.775%204.219-1.555%206.354-2.34z%22%2F%3E%3ClinearGradient%20id%3D%22ae%22%20x1%3D%22541.2754%22%20x2%3D%22552.7334%22%20y1%3D%22355.2509%22%20y2%3D%22355.2509%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.7%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ae)%22%20d%3D%22M550.25%20356.916l-2.154-1.394-2.145-1.541c-1.619-1.228-3.184-2.572-4.676-3.99.084%201.059.193%202.117.332%203.172%201.006.873%202.033%201.725%203.109%202.537l2.146%201.539%202.285%201.475c.779.449%201.55.912%202.336%201.35.289.148.574.299.86.449.124-.725.253-1.447.389-2.17-.079-.041-.158-.084-.237-.125-.755-.423-1.497-.87-2.245-1.302z%22%2F%3E%3ClinearGradient%20id%3D%22af%22%20x1%3D%22561.8457%22%20x2%3D%22572.7305%22%20y1%3D%22237.3757%22%20y2%3D%22237.3757%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23af)%22%20d%3D%22M572.73%20231.459c-.103-.102-.201-.207-.307-.307-.47-.454-.955-.884-1.45-1.301-2.96%204.593-6.026%209.161-9.128%2013.747.643.435%201.285.869%201.928%201.303%201.305-1.923%202.607-3.845%203.896-5.769%201.688-2.568%203.405-5.099%205.061-7.673z%22%2F%3E%3ClinearGradient%20id%3D%22ag%22%20x1%3D%22591.9316%22%20x2%3D%22597.4658%22%20y1%3D%22144.4241%22%20y2%3D%22144.4241%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ag)%22%20d%3D%22M591.932%20140.539c.251.516.501%201.033.736%201.559.739%201.669%201.371%203.413%201.913%205.191.486.162.973.323%201.462.475.482.16.953.352%201.423.545-.402-1.531-.877-3.037-1.424-4.52-1.301-1.173-2.679-2.251-4.11-3.25z%22%2F%3E%3ClinearGradient%20id%3D%22ah%22%20x1%3D%22595.377%22%20x2%3D%22599.2301%22%20y1%3D%22157.178%22%20y2%3D%22157.178%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ah)%22%20d%3D%22M596.748%20163.089c.628.237%201.247.499%201.85.809.193.1.405.162.609.24.117-4.308-.209-8.616-1.047-12.818-.917-.396-1.842-.768-2.783-1.104.027.114.06.226.087.34.932%204.073%201.325%208.288%201.284%2012.533z%22%2F%3E%3ClinearGradient%20id%3D%22ai%22%20x1%3D%22531.8359%22%20x2%3D%22546.5264%22%20y1%3D%22111.5893%22%20y2%3D%22111.5893%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ai)%22%20d%3D%22M543.037%20112.929c1.058.083%202.117.184%203.176.295.15-.861.254-1.722.313-2.583-1.098-.118-2.195-.224-3.29-.312-3.826-.289-7.627-.392-11.4-.374v2.625c3.717-.023%207.454.073%2011.201.349z%22%2F%3E%3ClinearGradient%20id%3D%22aj%22%20x1%3D%22525.4715%22%20x2%3D%22539.1299%22%20y1%3D%22321.2217%22%20y2%3D%22321.2217%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aj)%22%20d%3D%22M538.374%20347.022c-4.567-5.102-8.062-11.174-9.634-17.758-.329-1.332-.56-2.695-.738-4.066-.117-.904-.204-1.814-.259-2.727-.064-1.08-.103-2.162-.083-3.24.053-3.377.49-6.742%201.211-10.041.263-1.197.572-2.383.902-3.561.201-.719.412-1.434.637-2.145%201.259-3.996%202.857-7.889%204.637-11.684-.802.086-1.596.02-2.357-.236-1.723%203.75-3.273%207.615-4.5%2011.605-.219.707-.422%201.422-.619%202.137-.309%201.129-.602%202.264-.852%203.414-.858%203.957-1.326%208.047-1.236%2012.145.02.926.07%201.852.148%202.777.178%202.057.5%204.109%201.003%206.139%201.677%206.967%205.379%2013.353%2010.151%2018.666.755.84%201.541%201.643%202.345%202.432-.101-1.092-.171-2.186-.214-3.281-.178-.194-.367-.381-.542-.576z%22%2F%3E%3ClinearGradient%20id%3D%22ak%22%20x1%3D%22436.4131%22%20x2%3D%22529.666%22%20y1%3D%22119.8469%22%20y2%3D%22119.8469%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%22.8011%22%20stop-color%3D%22%238C71B8%22%20stop-opacity%3D%22.5%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ak)%22%20d%3D%22M448.34%20126.099c4.786-1.302%209.611-2.724%2014.578-3.856%202.477-.589%204.96-1.228%207.477-1.788%202.524-.526%205.064-1.056%207.62-1.588%201.279-.26%202.556-.548%203.847-.787%201.294-.225%202.592-.449%203.894-.675%202.604-.448%205.223-.898%207.856-1.352%202.648-.364%205.311-.73%207.989-1.099%201.34-.177%202.68-.386%204.03-.539%201.352-.136%202.708-.272%204.068-.409%202.718-.265%205.455-.568%208.2-.807%202.77-.221%205.513-.388%208.304-.496%201.15-.047%202.307-.075%203.463-.099v-2.629c-1.191.021-2.381.049-3.564.095-2.813.104-5.641.271-8.402.488-2.782.238-5.532.537-8.277.8-1.371.136-2.738.271-4.102.406-1.361.151-2.713.359-4.064.536-2.7.367-5.385.732-8.054%201.095-2.656.452-5.296.902-7.92%201.349-1.313.226-2.62.451-3.924.675-1.302.239-2.59.526-3.878.786-2.576.533-5.136%201.062-7.68%201.588-2.536.56-5.038%201.199-7.534%201.788-5.004%201.133-9.866%202.555-14.688%203.859-1.595.413-3.165.899-4.728%201.385-1.243%201.205-2.623%202.352-4.132%203.414-.76.535-1.532%201.019-2.308%201.479%201.611-.502%203.229-.997%204.855-1.504%202.343-.7%204.671-1.49%207.074-2.115z%22%2F%3E%3ClinearGradient%20id%3D%22al%22%20x1%3D%22554.3516%22%20x2%3D%22610.252%22%20y1%3D%22363.4928%22%20y2%3D%22363.4928%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23al)%22%20d%3D%22M596.23%20366.805c4.717-.6%209.395-1.5%2014.022-2.631v-2.068c-4.719%201.162-9.483%202.084-14.275%202.685-7.044.875-14.158%201.072-21.136.274-6.969-.793-13.803-2.613-20.039-5.656-.027-.012-.053-.027-.081-.041-.131.713-.255%201.428-.37%202.145%206.355%203.016%2013.26%204.822%2020.258%205.605%207.176.808%2014.448.591%2021.621-.313z%22%2F%3E%3ClinearGradient%20id%3D%22am%22%20x1%3D%22613.3838%22%20x2%3D%22621.5352%22%20y1%3D%22361.1924%22%20y2%3D%22361.1924%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23am)%22%20d%3D%22M616.889%20360.31c-1.164.344-2.334.67-3.505.986v2.072c1.361-.365%202.72-.744%204.072-1.146%201.366-.404%202.726-.834%204.079-1.277-.283-.609-.445-1.258-.5-1.93-1.377.452-2.759.887-4.146%201.295z%22%2F%3E%3ClinearGradient%20id%3D%22an%22%20x1%3D%22544.2949%22%20x2%3D%22562.3975%22%20y1%3D%22259.3528%22%20y2%3D%22259.3528%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23an)%22%20d%3D%22M562.397%20246.929c-.642-.434-1.284-.867-1.925-1.3-5.458%208.066-10.98%2016.219-16.178%2024.7.431.811.754%201.737.969%202.748.125-.197.242-.4.369-.596%205.33-8.764%2011.077-17.182%2016.765-25.552z%22%2F%3E%3ClinearGradient%20id%3D%22ao%22%20x1%3D%22859.6377%22%20x2%3D%22959.4346%22%20y1%3D%22272.3199%22%20y2%3D%22272.3199%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ao)%22%20d%3D%22M872.351%20276.131c-4.26%201.06-8.497%202.213-12.713%203.432.285.462.554.934.807%201.413%204.077-1.181%208.171-2.299%2012.288-3.331%2028.219-7.022%2057.12-11.182%2086.064-12.533l.639-.031v-1.417l-.707.034c-29.017%201.305-58.058%205.434-86.378%2012.433z%22%2F%3E%3ClinearGradient%20id%3D%22ap%22%20x1%3D%22553.1162%22%20x2%3D%22589.0449%22%20y1%3D%22390.8525%22%20y2%3D%22390.8525%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ap)%22%20d%3D%22M561.202%20391.125c.723.488%201.433.998%202.168%201.469.767.459%201.45.892%202.287%201.371%201.536.762%203.019%201.584%204.607%202.297l2.454.99c.82.324%201.631.689%202.471.918l2.504.777%201.254.389%201.275.297c2.84.699%205.723%201.201%208.627%201.549-.039-.674.023-1.369.195-2.078-2.806-.34-5.585-.832-8.314-1.51l-1.236-.287-1.209-.379-2.417-.754c-.82-.225-1.575-.57-2.35-.877l-2.315-.934c-1.537-.69-3.055-1.533-4.579-2.293l-2.106-1.272c-.702-.451-1.379-.939-2.07-1.408-3.505-2.52-6.631-5.525-9.331-8.867.044%201.188.111%202.375.208%203.561%202.365%202.606%204.998%204.979%207.877%207.041z%22%2F%3E%3ClinearGradient%20id%3D%22aq%22%20x1%3D%22580.0254%22%20x2%3D%22605.7637%22%20y1%3D%22234.8264%22%20y2%3D%22234.8264%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aq)%22%20d%3D%22M592.998%20234.645c-2.977%205.368-6.168%2010.675-9.511%2015.946-1.138%201.788-2.302%203.576-3.462%205.364.639.499%201.24%201.034%201.807%201.605%201.232-1.894%202.469-3.788%203.68-5.685%203.368-5.292%206.595-10.636%209.612-16.055%203.03-5.41%205.786-10.939%208.193-16.577.86-2.007%201.678-4.029%202.446-6.064-.258-.039-.516-.08-.771-.104-.486-.328-.973-.657-1.459-.985-.774%202.075-1.605%204.137-2.478%206.187-2.359%205.549-5.065%2011.008-8.057%2016.368z%22%2F%3E%3ClinearGradient%20id%3D%22ar%22%20x1%3D%22837.6406%22%20x2%3D%22790.3809%22%20y1%3D%22297.2266%22%20y2%3D%22297.2266%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%22.7473%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.9%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ar)%22%20d%3D%22M790.381%20306.086l.544%201.633c.063-.029.125-.061.188-.09%2013.049-6.248%2026.438-11.904%2040.045-16.963%202.154-.795%204.316-1.57%206.483-2.336-.117-.533-.234-1.065-.354-1.596-2.237.785-4.471%201.582-6.696%202.398-13.665%205.058-27.087%2010.698-40.21%2016.954z%22%2F%3E%3ClinearGradient%20id%3D%22as%22%20x1%3D%22313.8062%22%20x2%3D%22367.7104%22%20y1%3D%22225.4084%22%20y2%3D%22225.4084%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.3%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23as)%22%20d%3D%22M351.352%20215.699c-4.09%202.811-7.875%205.412-11.343%207.794-1.733%201.191-3.388%202.329-4.962%203.41-1.557%201.101-2.995%202.19-4.376%203.195-10.999%208.087-16.866%2012.401-16.866%2012.401l1.852%202.514s5.859-4.323%2016.845-12.429c1.378-1.006%202.817-2.101%204.368-3.2%201.564-1.078%203.207-2.211%204.928-3.398%203.444-2.374%207.204-4.967%2011.266-7.768%204.022-2.859%208.519-5.688%2013.278-8.757.449-.289.913-.588%201.367-.88-.571-.856-.988-1.787-1.258-2.776-.582.374-1.175.754-1.749%201.122%22%2F%3E%3ClinearGradient%20id%3D%22at%22%20x1%3D%22538.8655%22%20x2%3D%22570.5029%22%20y1%3D%22326.6829%22%20y2%3D%22326.6829%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23at)%22%20d%3D%22M549.072%20374.764c-3.43-5.68-5.75-11.971-6.971-18.438-.196-1.051-.355-2.107-.494-3.164-.139-1.055-.248-2.113-.332-3.172-.345-4.422-.218-8.867.361-13.244.225-1.701.512-3.389.851-5.066.142-.701.292-1.398.452-2.094.92-3.992%202.142-7.908%203.592-11.727%201.657-4.373%203.576-8.615%205.672-12.76.4-.793.807-1.582%201.22-2.367%203.446-6.549%207.304-12.855%2011.251-19.021%201.932-2.997%203.879-5.971%205.829-8.932-.407-.919-.739-1.845-.988-2.778-2.273%203.46-4.548%206.935-6.806%2010.451-4.246%206.658-8.406%2013.5-12.074%2020.672-.396.772-.786%201.549-1.17%202.328-1.852%203.77-3.557%207.631-5.058%2011.609-1.448%203.838-2.679%207.789-3.614%2011.828-.16.695-.308%201.395-.451%202.096-.369%201.81-.683%203.635-.922%205.475-.48%203.674-.649%207.406-.504%2011.139.043%201.096.113%202.189.214%203.281.179%201.961.439%203.916.809%205.855%201.272%206.703%203.698%2013.248%207.278%2019.152%201.15%201.9%202.434%203.729%203.818%205.479-.061-1.248-.086-2.496-.094-3.744-.65-.937-1.281-1.884-1.869-2.858z%22%2F%3E%3ClinearGradient%20id%3D%22au%22%20x1%3D%22405.4224%22%20x2%3D%22512.0488%22%20y1%3D%22160.5574%22%20y2%3D%22160.5574%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.5%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23au)%22%20d%3D%22M412.971%20181.273c1.645-.9%203.308-1.809%204.987-2.727%2013.439-7.339%2028.227-14.871%2044.459-21.906%202.032-.874%204.08-1.754%206.143-2.643%202.068-.876%204.189-1.67%206.306-2.52%202.122-.837%204.259-1.681%206.413-2.531%202.179-.779%204.375-1.564%206.586-2.356%204.402-1.603%208.939-3.152%2013.535-4.629%203.297-1.061%206.633-2.115%2010.016-3.112v-1.171c.223-.617.41-1.253.633-1.87-3.898%201.118-7.726%202.314-11.501%203.523-4.636%201.482-9.155%203.016-13.614%204.631-2.23.793-4.442%201.581-6.639%202.363-2.17.852-4.325%201.698-6.462%202.538-2.133.852-4.27%201.648-6.353%202.527-2.079.89-4.141%201.773-6.187%202.649-16.352%207.055-31.213%2014.593-44.742%2021.951-1.691.921-3.365%201.833-5.021%202.735-1.638.924-3.26%201.839-4.863%202.744-.419.238-.827.469-1.244.706l.442%203.13c.751-.428%201.493-.85%202.251-1.282%201.601-.906%203.219-1.823%204.855-2.75z%22%2F%3E%3ClinearGradient%20id%3D%22av%22%20x1%3D%22839.9629%22%20x2%3D%22857.7822%22%20y1%3D%22283.8665%22%20y2%3D%22283.8665%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23av)%22%20d%3D%22M856.96%20280.34c-5.705%201.695-11.371%203.525-16.997%205.461.117.531.234%201.06.352%201.592%205.779-2.004%2011.602-3.893%2017.467-5.639-.032-.059-.058-.119-.09-.178-.23-.424-.475-.834-.732-1.236z%22%2F%3E%3ClinearGradient%20id%3D%22aw%22%20x1%3D%22604.4668%22%20x2%3D%22612.6488%22%20y1%3D%22173.9402%22%20y2%3D%22173.9402%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aw)%22%20d%3D%22M608.913%20167.009c.795%203.734%201.159%207.581%201.196%2011.462.113.283.229.567.348.849.034.086.115.153.174.23-.082.026-.162.054-.243.081-.091-.143-.183-.286-.274-.428-.003%201.624-.057%203.253-.168%204.881-.094%201.444-.253%202.887-.422%204.332-.149.942-.299%201.887-.448%202.832.8.605%201.543%201.271%202.22%202.002.005-.029.011-.059.014-.087.236-1.478.473-2.954.707-4.426.179-1.491.344-2.98.444-4.475.418-5.966.174-11.971-1.051-17.772-.608-2.897-1.421-5.75-2.521-8.486-.042-.102-.091-.204-.133-.307-1.36-1.115-2.8-2.131-4.288-3.064.749%201.395%201.434%202.832%202.039%204.323%201.045%202.584%201.821%205.292%202.406%208.053z%22%2F%3E%3ClinearGradient%20id%3D%22ax%22%20x1%3D%22610.04%22%20x2%3D%22786.8428%22%20y1%3D%22354.5782%22%20y2%3D%22354.5782%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ax)%22%20d%3D%22M715.136%20349.031c-6.031%203.873-12.051%207.738-18.057%2011.596-6.014%203.851-11.981%207.721-18.043%2011.392-12.118%207.334-24.576%2014.02-37.613%2019.053-6.51%202.523-13.171%204.592-19.938%206.055l-1.264.295-1.274.234-2.552.463c-1.521.313-3.049.498-4.573.691-.487.785-1.083%201.557-1.781%202.295l1.479-.191c1.748-.229%203.506-.432%205.225-.785l2.596-.477%201.297-.24%201.284-.301c6.88-1.5%2013.634-3.611%2020.219-6.178%2013.19-5.117%2025.732-11.881%2037.896-19.27%206.085-3.699%2012.063-7.59%2018.063-11.447%206-3.867%2012.012-7.742%2018.037-11.625%2012.063-7.736%2024.208-15.441%2036.676-22.676%2011.105-6.475%2022.427-12.557%2034.031-18.225l-.547-1.641c-11.693%205.682-23.187%2011.822-34.379%2018.326-12.518%207.238-24.698%2014.935-36.782%2022.656z%22%2F%3E%3ClinearGradient%20id%3D%22ay%22%20x1%3D%22531.3564%22%20x2%3D%22606.4609%22%20y1%3D%22140.7106%22%20y2%3D%22140.7106%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23ay)%22%20d%3D%22M589.275%20135.807c-1.33-.736-2.686-1.413-4.066-2.022-.926-.409-1.865-.78-2.809-1.134-1.693-.634-3.408-1.191-5.139-1.657l-2.046-.512-.767-.163-1.229-.262c-.436-.07-.869-.141-1.306-.211-.933-.151-1.865-.302-2.796-.452l-1.016-.163-1.021-.103-2.04-.202-2.033-.201-2.035-.089c-1.352-.037-2.704-.16-4.049-.126-1.347.012-2.689.025-4.027.037-2.67.142-5.332.238-7.954.544-2.635.217-5.226.628-7.81.975-1.79.317-3.577.608-5.348.941-.064.963-.2%201.914-.429%202.848%202.05-.411%204.119-.748%206.196-1.12%202.533-.344%205.078-.753%207.654-.969%202.57-.305%205.166-.4%207.773-.546%201.305-.014%202.613-.028%203.925-.042%201.314-.037%202.624.083%203.94.116l1.977.083%201.974.192%201.977.192.99.097.984.157c1.003.16%202.011.32%203.019.48.302.048.602.096.904.144l1.614.341.381.081%201.924.479c2.18.583%204.336%201.311%206.442%202.176.918.377%201.826.776%202.721%201.209%201.894.916%203.736%201.955%205.496%203.132.232.154.454.321.684.481%201.432.999%202.81%202.077%204.11%203.25%202.118%201.912%204.038%204.06%205.712%206.431%201.609.811%203.186%201.704%204.707%202.698-.515-.935-1.049-1.857-1.625-2.751-2.88-4.518-6.725-8.415-11.025-11.49-.369-.264-.736-.532-1.111-.784-1.113-.747-2.259-1.438-3.423-2.085z%22%2F%3E%3ClinearGradient%20id%3D%22az%22%20x1%3D%22959.4346%22%20x2%3D%22847.6309%22%20y1%3D%22302.4316%22%20y2%3D%22302.4316%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%22.7473%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.9%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23az)%22%20d%3D%22M847.632%20321.988c.026.568.023%201.141-.001%201.711%2023.416-11.4%2047.624-21.172%2072.263-29.385%2013.068-4.379%2026.258-8.32%2039.541-11.758v-1.393c-13.436%203.445-26.773%207.404-39.99%2011.809-24.451%208.108-48.507%2017.753-71.813%2029.016z%22%2F%3E%3ClinearGradient%20id%3D%22aA%22%20x1%3D%22300.625%22%20x2%3D%22823.9745%22%20y1%3D%22290.6059%22%20y2%3D%22290.6059%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aA)%22%20d%3D%22M550.941%20377.621c.008%201.248.033%202.496.094%203.744.086%201.777.226%203.557.428%205.332.159%201.777.507%203.619.803%205.434.394%201.793.747%203.596%201.276%205.359.986%203.539%202.243%207.027%203.899%2010.338%201.65%203.307%203.543%206.525%205.88%209.43%202.319%202.912%204.948%205.586%207.866%207.93%202.975%202.299%206.137%204.223%209.602%205.861l2.547%201.043c.856.342%201.681.723%202.6.979%201.801.551%203.593%201.201%205.419%201.564%207.273%201.748%2014.776%202.322%2022.226%202.232l2.795-.059%201.415-.033%201.39-.076c1.854-.117%203.695-.162%205.568-.369%201.864-.18%203.741-.313%205.591-.582%201.854-.244%203.714-.455%205.558-.787%207.397-1.184%2014.72-2.893%2021.922-5.037l2.727-.816%202.654-.912%205.314-1.826c.885-.311%201.776-.594%202.656-.928l2.627-1.053%205.261-2.105c13.938-5.797%2027.327-12.898%2040.36-20.627%203.256-1.938%206.475-3.94%209.717-5.906%203.204-2.029%206.409-4.06%209.617-6.09%206.341-4.164%2012.691-8.332%2019.047-12.504%206.335-4.199%2012.678-8.404%2019.023-12.611l9.591-6.191%204.798-3.098c1.6-1.029%203.188-2.082%204.832-3.041l9.781-5.896%204.893-2.947%202.432-1.467%202.51-1.373%208.317-4.553c-.119-.535-.237-1.07-.356-1.607l-8.727%204.758-2.513%201.369-2.47%201.483-4.911%202.949-9.819%205.897c-1.651.961-3.243%202.01-4.847%203.041l-4.81%203.094-9.616%206.188c-6.353%204.195-12.699%208.389-19.041%2012.578-6.359%204.16-12.712%208.314-19.058%2012.467-3.202%202.02-6.403%204.039-9.602%206.059-3.235%201.957-6.448%203.947-9.694%205.873-12.993%207.678-26.333%2014.721-40.154%2020.443l-5.198%202.072-2.597%201.037c-.874.328-1.771.613-2.653.922l-5.316%201.818-2.657.908-2.651.787c-7.135%202.111-14.38%203.789-21.688%204.947-1.822.324-3.659.531-5.491.768-1.832.266-3.664.389-5.493.566-1.819.199-3.691.244-5.536.355l-1.389.074-1.362.029-2.76.055c-7.347.076-14.686-.506-21.734-2.211-1.79-.359-3.463-.978-5.177-1.498-.855-.232-1.703-.625-2.553-.965l-2.547-1.047c-3.167-1.512-6.296-3.404-9.104-5.592-2.786-2.246-5.297-4.811-7.517-7.602-2.235-2.787-4.05-5.885-5.633-9.07-1.594-3.191-2.801-6.563-3.75-9.99-.512-1.707-.848-3.457-1.229-5.193-.277-1.75-.608-3.459-.768-5.275-.09-.793-.163-1.586-.227-2.381-.097-1.186-.164-2.373-.208-3.561-.193-5.119.075-10.246.686-15.307.158-1.242.346-2.475.549-3.705.115-.717.239-1.432.37-2.145%201.56-8.453%204.104-16.674%207.355-24.557.285-.693.577-1.381.874-2.066%201.102-2.557%202.271-5.078%203.506-7.557%204.666-9.219%209.934-18.043%2015.377-26.684.597-.949%201.197-1.893%201.798-2.836%201.337-2.1%202.679-4.193%204.025-6.277%203.727-5.787%207.459-11.537%2011.067-17.328%203.601-5.8%207.111-11.663%2010.298-17.569%203.295-5.922%206.189-12.006%208.719-18.208%202.516-6.204%204.618-12.546%206.143-18.998%201.521-6.448%202.463-13.014%202.6-19.578.011-.821.066-1.64.038-2.46l-.09-2.456c-.041-.817-.035-1.637-.117-2.451l-.255-2.439c-.096-.811-.143-1.623-.281-2.434l-.431-2.43c-.153-.803-.267-1.632-.454-2.411l-.592-2.317-.296-1.157-.148-.578c-.039-.152-.11-.441-.18-.624l-.799-2.316-.401-1.155c-.149-.379-.329-.746-.493-1.12l-1.003-2.228c-1.513-2.878-3.206-5.68-5.345-8.114-2.629-3.192-5.768-5.877-9.176-8.104-1.521-.994-3.098-1.887-4.707-2.698-.444-.223-.885-.452-1.333-.662-.7-.373-1.45-.626-2.178-.934-.261-.101-.519-.208-.777-.315-.47-.194-.94-.386-1.423-.545-.489-.151-.976-.313-1.462-.475-1.005-.333-2.009-.666-3.037-.893l-2.272-.575-2.295-.432c-.225-.049-.453-.087-.683-.128-.821-.147-1.652-.258-2.486-.359-.488-.059-.976-.118-1.462-.182-3.32-.352-6.654-.443-9.968-.352-.883.024-1.763.062-2.642.112-1.889.107-3.767.264-5.63.472-12.001%201.378-23.386%204.82-34.118%208.955-5.369%202.082-10.585%204.358-15.696%206.692-5.11%202.353-10.121%204.705-15.031%207.18-9.878%204.813-19.284%209.99-28.352%2015.201-18.071%2010.518-34.687%2021.459-49.719%2032.442-3.75%202.766-7.44%205.486-11.068%208.162-.907.669-1.81%201.335-2.71%201.999-.903.658-1.795%201.322-2.657%202.02-1.739%201.372-3.463%202.732-5.171%204.081-3.417%202.697-6.773%205.345-10.064%207.943-.819.655-1.652%201.284-2.448%201.952-.796.668-1.588%201.333-2.375%201.995-1.576%201.324-3.137%202.634-4.682%203.932-3.09%202.595-6.116%205.138-9.079%207.625-1.498%201.228-2.904%202.515-4.317%203.766-1.41%201.254-2.804%202.494-4.182%203.72-2.756%202.451-5.448%204.846-8.075%207.182-.657.584-1.309%201.164-1.958%201.741l-.486.432-.489.457-.943.883c-1.252%201.174-2.489%202.332-3.708%203.476-2.44%202.287-4.815%204.512-7.122%206.674-2.305%202.166-4.568%204.244-6.667%206.357-4.244%204.18-8.221%208.098-11.922%2011.744-.499.48-.986.963-1.467%201.445-1.318%201.32-2.573%202.633-3.798%203.898-1.671%201.729-3.273%203.385-4.805%204.969-3.057%203.172-10.534%205.814-8.325%208.635%201.929%202.464-2.045-2.633-2.045-2.633v6.438s2.28-1.342%204.438-3.688c1.286-1.398%202.484.131%204.5-2.063%201.894-2.061-7.136%206.773-4.621%204.037%202.452-2.598%205.235-5.445%208.274-8.609.686-.711%201.39-1.441%202.104-2.182.871-.902%201.757-1.824%202.67-2.77%201.661-1.723%203.374-3.529%205.234-5.33%203.684-3.641%207.642-7.551%2011.864-11.725%202.089-2.109%204.341-4.184%206.635-6.346%202.297-2.16%204.66-4.383%207.088-6.665%2019.547-18.137%2044.001-39.425%2074.039-61.254%2014.984-10.984%2031.457-21.866%2049.434-32.37%209.011-5.197%2018.357-10.362%2028.168-15.161%204.868-2.463%209.887-4.829%2014.948-7.17%205.076-2.328%2010.242-4.591%2015.542-6.656%2010.594-4.102%2021.765-7.489%2033.456-8.849%201.518-.172%203.043-.311%204.572-.415.896-.061%201.796-.105%202.695-.141%203.473-.133%206.97-.063%2010.475.304.535.059%201.074.132%201.611.205.824.111%201.647.235%202.473.378%203.09.538%206.172%201.309%209.152%202.372.941.335%201.866.708%202.783%201.104.402.173.807.339%201.204.524%201.75.819%203.456%201.754%205.103%202.787%201.488.933%202.928%201.949%204.288%203.064%201.804%201.479%203.481%203.117%204.977%204.93%202.015%202.28%203.602%204.91%205.032%207.613l.948%202.098c.154.352.324.696.467%201.054l.379%201.092.76%202.187c.073.188.092.287.152.52l.148.578.297%201.157.596%202.316c.188.771.285%201.53.434%202.296l.41%202.297c.135.767.179%201.561.273%202.342l.251%202.354c.081.786.073%201.58.116%202.371l.092%202.377c.028.793-.026%201.589-.034%202.384-.124%206.366-1.026%2012.767-2.505%2019.078-2.987%2012.631-8.151%2024.918-14.572%2036.628-3.195%205.945-6.637%2011.705-10.207%2017.481-3.585%205.771-7.301%2011.517-11.021%2017.314-1.837%202.855-3.673%205.725-5.493%208.619-.577.916-1.146%201.838-1.72%202.76-4.954%207.973-9.75%2016.135-14.047%2024.662-1.373%202.764-2.662%205.58-3.872%208.441-.286.682-.569%201.367-.849%202.055-3.068%207.594-5.496%2015.5-7.034%2023.643-.136.723-.265%201.445-.389%202.17%22%2F%3E%3ClinearGradient%20id%3D%22aB%22%20x1%3D%22366.0705%22%20x2%3D%22450.5083%22%20y1%3D%22108.711%22%20y2%3D%22108.711%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aB)%22%20d%3D%22M385.79%2079.206l.174.116-.48.068%202.397%2016.95.4%202.831%206.041%2042.728.411%202.908%204.888%2034.57c-5.731-2.116-14.186-.475-21.69%204.802-8.702%206.123-13.258%2015.114-11.478%2021.624.271.989.688%201.92%201.258%202.776.042.061.078.126.121.188%204.54%206.452%2016.428%205.908%2026.553-1.205%208.034-5.661%2012.45-13.729%2011.693-20.062l.096-.013-.309-2.181-.442-3.13-5.568-39.382-.409-2.895-4.744-33.554%206.402-9.609%202.179-3.27L431.06%2051.78l1.833-2.751%203.177-4.768.704%204.978.405%202.862%204.968%2035.141.387%202.74%201.424%2010.074c-5.731-2.113-14.186-.477-21.691%204.802-10.119%207.121-14.641%2018.127-10.098%2024.586%201.286%201.827%203.174%203.073%205.431%203.788%201.924.61%204.12.821%206.471.635%203.901-.308%208.204-1.695%2012.343-4.148.776-.46%201.547-.944%202.308-1.479%201.508-1.062%202.889-2.209%204.132-3.414%205.379-5.213%208.176-11.505%207.562-16.649l.094-.014-2.658-18.797-.386-2.732-4.84-34.235-.404-2.854-1.693-11.976-1.125-7.959-2.474-17.5-1.125-7.96-4.458%206.689-24.866%2037.318-1.908%202.863-18.783%2028.186zm10.171%2015.599l-2.205%203.308-.181.272-.033-.231-.398-2.823-2.043-14.445%2019.849-29.789%201.894-2.842%2019.625-29.453%202.474%2017.497-8.258%2012.395-1.841%202.763%22%2F%3E%3ClinearGradient%20id%3D%22aC%22%20x1%3D%22299.0244%22%20x2%3D%22326.751%22%20y1%3D%22133.6208%22%20y2%3D%22133.6208%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aC)%22%20d%3D%22M303.147%2088.796l-4.123.078.586%2030.668.06%203.168%201.065%2055.736c1.955-2.287%203.972-4.575%206.055-6.864%202.077-2.29%204.352-4.331%206.819-6.129.488-.508%201.042-1.016%201.658-1.532.611-.509%201.293-1.02%202.033-1.538%202.21-2.041%204.286-4.394%206.238-7.056%201.947-2.661%203.017-5.494%203.212-8.497-.058-2.998-1.232-5.6-3.523-7.806-2.292-2.206-4.815-3.282-7.56-3.229-2.249.043-4.301.586-6.156%201.618-1.854%201.037-3.646%202.318-5.361%203.852l-.382-20.001-.061-3.152-.56-29.316zm1.471%2057.333c.235-.502.478-1.005.721-1.513.487-.507%201.104-1.082%201.841-1.722.737-.635%201.478-1.089%202.223-1.355.242-.25.555-.385.931-.392.374-.007.685-.014.936-.018%201.503.223%202.766.948%203.791%202.177%201.019%201.233%201.555%202.846%201.592%204.842.014.75-.036%201.501-.144%202.252-.115.753-.288%201.506-.519%202.259-.717%201.766-1.62%203.535-2.711%205.301-1.091%201.772-2.369%203.549-3.835%205.322-.73%201.015-1.525%202.032-2.379%203.044-.858%201.018-1.648%202.036-2.378%203.045l-.422-22.112c-.005-.244.11-.622.353-1.13z%22%2F%3E%3ClinearGradient%20id%3D%22aD%22%20x1%3D%22511.416%22%20x2%3D%22548.7344%22%20y1%3D%22108.711%22%20y2%3D%22108.711%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aD)%22%20d%3D%22M530.516%2075.423c-.213-.502-.447-.994-.672-1.491-.061.012-.119.024-.178.037v53.417c-.194-.03-.289-.03-.373-.061-2.234-.828-4.525-1.07-6.854-.526-4.575%201.07-7.817%203.855-9.95%207.969-.173.333-.311.684-.44%201.04-.223.617-.41%201.253-.633%201.87v1.9c.332.61.566%201.305%201.015%201.811.915%201.033%202.192%201.465%203.505%201.774.468.109.936.217%201.402.326h2.904c.916-.225%201.846-.408%202.748-.681%203.604-1.094%206.17-3.366%207.665-6.836.298-.694.526-1.401.701-2.117.229-.934.364-1.884.429-2.848.031-.483.049-.968.049-1.456.001-5.657.001-11.313.002-16.97v-2.625c0-6.107.002-12.213.002-18.32v-.754c.237.064.387.082.516.143.654.311%201.311.619%201.961.938.248.121.496.239.74.367%202.389%201.257%204.629%202.727%206.547%204.648%202.02%202.023%203.502%204.378%204.292%207.128.62%202.157.786%204.344.633%206.535-.06.861-.163%201.722-.313%202.583%200%20.002%200%20.005-.002.007-.636%203.62-1.83%207.072-3.336%2010.419-.25.556-.483%201.119-.723%201.678.067.052.135.104.203.155.029-.091.041-.195.091-.272%201.005-1.535%202.085-3.024%203.003-4.608%201.297-2.24%202.268-4.614%202.794-7.146.081-.39.154-.784.214-1.182.07-.461.178-.918.27-1.376.002-.012.005-.024.008-.036v-3.464c-.051-.215-.121-.429-.146-.648-.204-1.748-.68-3.429-1.356-5.044-1.029-2.464-2.505-4.652-4.225-6.696-.232-.274-.464-.549-.694-.823-1.009-1.194-2.013-2.394-2.983-3.617-.592-.744-1.173-1.495-1.727-2.266-2.875-3.998-5.161-8.348-7.089-12.882z%22%2F%3E%3ClinearGradient%20id%3D%22aE%22%20x1%3D%22560.8389%22%20x2%3D%22614.7401%22%20y1%3D%22187.1679%22%20y2%3D%22187.1679%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aE)%22%20d%3D%22M578.205%20172.961c.694.468%201.387.937%202.08%201.405%204.446%203.003%208.896%206.009%2013.344%209.014.709.478%201.419.957%202.126%201.435%203.116%202.105%206.229%204.208%209.35%206.315-.134.144-.186.223-.259.274-1.937%201.388-3.42%203.152-4.273%205.385-1.675%204.391-1.181%208.636%201.035%2012.706.491.901%201.202%201.682%201.811%202.519l.114.078c.486.329.973.657%201.459.985.255.024.513.065.771.104.438.066.875.124%201.297.069%201.369-.18%202.443-.997%203.433-1.913.353-.326.702-.652%201.055-.978.543-.803%201.085-1.605%201.627-2.408.326-.885.695-1.757.973-2.658%201.11-3.599.665-6.997-1.375-10.178-.437-.68-.942-1.288-1.478-1.867-.677-.731-1.42-1.396-2.22-2.002-.315-.239-.632-.479-.962-.702-3.916-2.645-7.83-5.289-11.744-7.934-.715-.483-1.432-.966-2.146-1.45-4.389-2.964-8.776-5.929-13.164-8.893-.699-.472-1.396-.943-2.096-1.415-.756-.511-1.512-1.022-2.269-1.534-.192-.13-.386-.26-.625-.422.187-.161.285-.275.407-.348.861-.509%201.714-1.035%202.594-1.508.443-.238.891-.464%201.342-.683.948-.462%201.914-.877%202.902-1.232%201.063-.38%202.148-.693%203.272-.909%202.806-.542%205.588-.452%208.31.433.616.2%201.208.44%201.787.702.837.379%201.639.812%202.404%201.304%201.268.815%202.444%201.774%203.549%202.839%202.643%202.554%204.834%205.475%206.765%208.596.231.374.473.742.712%201.11.092.143.184.286.274.428.081-.027.161-.055.243-.081-.059-.077-.14-.144-.174-.23-.119-.282-.234-.566-.348-.849-.575-1.417-1.126-2.845-1.792-4.217-1.304-2.689-2.998-5.118-5.216-7.154-.353-.324-.678-.68-1.016-1.02-.956-.646-1.914-1.292-2.871-1.939-.002-.001-.005-.002-.008-.002-.204-.078-.416-.14-.609-.24-.603-.311-1.222-.572-1.85-.809-1.004-.379-2.034-.679-3.09-.89-2.617-.526-5.257-.527-7.913-.246-.554.059-1.106.119-1.66.178-.863.093-1.726.183-2.589.263-1.444.134-2.889.242-4.334.284-3.941.114-7.856-.214-11.741-.83-.856-.136-1.711-.283-2.564-.445-.112-.021-.225-.04-.338-.062-.535-.105-1.074-.186-1.611-.277-.023.056-.047.112-.069.167.526.355%201.052.711%201.578%201.066.695.47%201.392.939%202.087%201.409%204.568%203.086%209.136%206.172%2013.703%209.257z%22%2F%3E%3ClinearGradient%20id%3D%22aF%22%20x1%3D%22525.2207%22%20x2%3D%22586.0948%22%20y1%3D%22251.1106%22%20y2%3D%22251.1106%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aF)%22%20d%3D%22M573.31%20279.17c.592.401%201.185.801%201.776%201.201.781.075%201.58.295%202.336.195%201.546-.203%202.758-1.126%203.876-2.16.397-.368.794-.737%201.19-1.105.613-.907%201.225-1.813%201.838-2.72.369-.999.785-1.984%201.1-3.002%201.254-4.064.75-7.902-1.553-11.495-.596-.929-1.285-1.761-2.041-2.524-.566-.572-1.168-1.106-1.807-1.605-.457-.359-.93-.703-1.416-1.032-4.945-3.341-9.891-6.682-14.836-10.022-.643-.434-1.285-.868-1.928-1.303l-16.284-11.001c-.643-.435-1.287-.869-1.931-1.303-.168-.114-.335-.227-.504-.341-.217-.146-.437-.293-.707-.477.211-.182.322-.311.461-.393.895-.529%201.784-1.07%202.694-1.569.079-.044.155-.091.235-.134%201.311-.704%202.65-1.341%204.025-1.878%201.44-.562%202.923-1.014%204.463-1.311%203.17-.611%206.313-.51%209.386.489%202.734.888%205.133%202.349%207.29%204.17.495.417.981.848%201.45%201.301.106.1.203.205.307.307%202.848%202.811%205.23%205.999%207.334%209.401.363.585.742%201.159%201.114%201.737.092-.03.183-.061.274-.091-.065-.086-.156-.162-.197-.259-.801-1.91-1.512-3.862-2.416-5.722-1.26-2.598-2.846-4.978-4.844-7.052-.339-.35-.686-.694-1.047-1.027-.228-.211-.446-.432-.662-.655-.162-.166-.322-.333-.484-.497-1.08-.73-2.162-1.46-3.242-2.19-.233-.089-.477-.159-.697-.273-1.768-.913-3.639-1.532-5.577-1.92-2.958-.594-5.938-.595-8.938-.278-.293.031-.585.063-.878.094-1.026.11-2.052.218-3.079.319-1.91.189-3.822.349-5.735.405-5.56.162-11.075-.449-16.537-1.51-.315-.062-.636-.111-.954-.164-.289-.047-.576-.1-.866-.148-.026.063-.052.126-.077.189.205.139.41.277.615.416%205.463%203.69%2010.928%207.381%2016.393%2011.072.642.434%201.283.867%201.926%201.301%205.438%203.672%2010.877%207.347%2016.318%2011.022.641.433%201.283.866%201.925%201.3%204.271%202.885%208.54%205.768%2012.815%208.656-.151.163-.211.251-.293.31-2.188%201.568-3.862%203.56-4.824%206.082-1.307%203.424-1.443%206.768-.581%2010.024.249.934.581%201.859.988%202.778.229.518.482%201.034.761%201.547.553%201.019%201.356%201.901%202.045%202.845z%22%2F%3E%3ClinearGradient%20id%3D%22aG%22%20x1%3D%22920.598%22%20x2%3D%22944.2461%22%20y1%3D%22191.7712%22%20y2%3D%22191.7712%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aG)%22%20d%3D%22M944.246%20211.748l-2.901-10.075-.542-1.88-13.298-46.192-2.832.815%2012.627%2043.85.535%201.857%202.014%206.999c-1.796-.632-3.926-.704-6.267-.03-2.605.751-5.166%202.257-7.405%204.354-1.891%201.771-3.318%203.75-4.262%205.742-.22.463-.41.926-.576%201.388-1.249%203.489-.953%206.882%201.15%209.129%202.034%202.169%205.336%202.796%209.059%201.724%202.604-.75%205.166-2.254%207.404-4.351.636-.596%201.214-1.217%201.742-1.852.338-.403.654-.812.947-1.226m-3.058-.851c-.332.413-.69.817-1.073%201.21-.187.192-.372.383-.57.569-1.874%201.754-4.079%203.057-6.207%203.669-2.624.756-4.843.425-6.091-.907-1.368-1.459-1.398-3.921-.362-6.516.182-.452.393-.907.638-1.363.785-1.462%201.888-2.919%203.273-4.217%201.874-1.755%204.077-3.059%206.207-3.672%202.621-.755%204.843-.424%206.09.907%202.036%202.175%201.117%206.571-1.905%2010.32z%22%2F%3E%3ClinearGradient%20id%3D%22aH%22%20x1%3D%22588.8384%22%20x2%3D%22645.5557%22%20y1%3D%22348.7441%22%20y2%3D%22348.7441%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aH)%22%20d%3D%22M613.326%20394.242h.058V346.31l29.041-32.568v32.959c-2.69-1.447-6.757-1.457-10.864.092-.699.264-1.398.559-2.091.912-5.415%202.77-8.749%207.445-8.435%2011.31.055.672.217%201.32.5%201.93.027.057.044.117.073.174%202.101%204.107%209.029%204.77%2015.476%201.477%205.117-2.619%208.336-6.934%208.415-10.662h.057v-61.445l-3.131%203.51-23.917%2026.818-2.979%203.344-5.085%205.701.091.082h-.283v59.065c-3.147-1.695-8.177-1.438-12.955%201.006-4.406%202.254-7.443%205.772-8.252%209.088-.172.709-.234%201.404-.195%202.078.045.787.227%201.545.586%202.246%202.101%204.107%209.03%204.768%2015.476%201.477%202.04-1.045%203.773-2.361%205.129-3.799.698-.738%201.294-1.51%201.781-2.295.94-1.519%201.472-3.089%201.504-4.568z%22%2F%3E%3ClinearGradient%20id%3D%22aI%22%20x1%3D%22688.4336%22%20x2%3D%22730.4587%22%20y1%3D%22246.1697%22%20y2%3D%22246.1697%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aI)%22%20d%3D%22M721.126%20263.186l.773%201.646.177.376c-.221-.04-.448-.064-.674-.093-1.204-.151-2.469-.136-3.779.072-1.449.23-2.949.687-4.483%201.406-2.782%201.308-5.417%203.283-7.736%205.766-.63.674-1.242%201.379-1.822%202.126-.501.648-.96%201.308-1.396%201.972-5.496%208.377-5.681%2017.742-.145%2022.033%203.39%202.629%208.235%202.768%2013.297.391%203.541-1.662%206.845-4.389%209.556-7.887%205.347-6.902%206.867-14.822%204.45-20.174l.053-.024-3.788-8.065-.769-1.639-14.32-30.49-.802-1.708-17.435-37.122-3.847%201.807%2017.569%2037.409.807%201.715%2014.314%2030.483zm.409%2025.205c-2.271%202.928-5.112%205.285-8.005%206.643-3.566%201.676-6.805%201.711-8.888.1-3.953-3.064-2.901-11.332%202.298-18.043%202.271-2.928%205.112-5.288%208.008-6.648%203.563-1.674%206.802-1.709%208.883-.097%203.955%203.062%202.901%2011.33-2.296%2018.045z%22%2F%3E%3ClinearGradient%20id%3D%22aJ%22%20x1%3D%22761.957%22%20x2%3D%22795.8929%22%20y1%3D%22290.4904%22%20y2%3D%22290.4904%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aJ)%22%20d%3D%22M766.223%20233.759l-4.266%201.425%201.983%205.938.554%201.657%2010.636%2031.845.542%201.623%2010.624%2031.805.547%201.641%202.001%205.99c-5.06-.877-11.798%201.766-17.199%207.268-7.282%207.424-9.347%2017.209-4.608%2021.857%204.733%204.645%2014.479%202.389%2021.764-5.031%205.781-5.898%208.206-13.242%206.615-18.361l.076-.025-4.566-13.67-.544-1.633-10.604-31.744-.539-1.614-10.624-31.811-.551-1.648-1.841-5.512z%22%2F%3E%3ClinearGradient%20id%3D%22aK%22%20x1%3D%22496.835%22%20x2%3D%22545.5665%22%20y1%3D%22257.6762%22%20y2%3D%22257.6762%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aK)%22%20d%3D%22M526.904%20256.408l1.643%201.679%208.855%209.055c-3.373.972-6.727%204.608-8.405%209.605-2.263%206.74-.61%2013.372%203.69%2014.818h.002c.762.256%201.556.322%202.357.236%203.729-.402%207.66-4.285%209.523-9.828%201.064-3.178%201.242-6.311.693-8.896-.215-1.011-.538-1.937-.969-2.748-.324-.609-.702-1.157-1.14-1.624l.04-.038-12.984-13.275-1.646-1.682-14.344-14.665-1.682-1.719-13.506-13.809-2.198%202.149%2013.989%2014.302%201.68%201.718%2014.402%2014.722z%22%2F%3E%3ClinearGradient%20id%3D%22aL%22%20x1%3D%22478.6927%22%20x2%3D%22510.6518%22%20y1%3D%2250.7797%22%20y2%3D%2250.7797%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aL)%22%20d%3D%22M505.45%2072.013c-2.239-1.035-4.976-1.389-8.075-.806-3.451.648-6.938%202.277-10.082%204.707-3.257%202.52-5.658%205.524-7.09%208.563-.43.911-.77%201.822-1.018%202.727-.938%203.424-.566%206.719%201.367%209.222%202.355%203.045%206.535%204.258%2011.467%203.331%203.45-.648%206.936-2.273%2010.078-4.703%202.723-2.107%204.848-4.551%206.299-7.069.489-.848.893-1.704%201.226-2.559.929-2.384%201.249-4.757.88-6.9l.052-.01-3.17-16.87-.564-2.998L496.082%201.5l-3.749.705%2010.415%2055.423.553%202.948%202.149%2011.437zm-1.41%2015.636c-1.134%201.558-2.568%203.064-4.275%204.385-2.63%202.034-5.632%203.442-8.45%203.972-3.475.653-6.297-.044-7.744-1.914-1.339-1.732-1.357-4.273-.332-6.962.34-.895.801-1.804%201.365-2.708%201.215-1.947%202.914-3.858%205.024-5.489%202.631-2.033%205.631-3.446%208.452-3.976%203.473-.652%206.295.046%207.741%201.915%201.547%202%201.342%205.077-.209%208.217-.423.855-.958%201.715-1.572%202.56z%22%2F%3E%3ClinearGradient%20id%3D%22aM%22%20x1%3D%22843.3867%22%20x2%3D%22898.0488%22%20y1%3D%22178.4454%22%20y2%3D%22178.4454%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aM)%22%20d%3D%22M863.663%20213.333l.206%201.557%201.151%208.761c-3.658-1.392-9.082-.393-13.92%202.941-6.525%204.496-9.488%2011.515-6.618%2015.682%202.866%204.159%2010.482%203.886%2017.011-.607%205.18-3.575%208.057-8.715%207.61-12.774l.063-.009-1.872-14.229-.203-1.551-3.868-29.402-.212-1.622-.688-5.226%2026.876-39.5%204.705%2035.777c-3.658-1.389-9.081-.393-13.921%202.941-2.68%201.847-4.746%204.122-6.068%206.449-.294.52-.563%201.041-.78%201.562-1.179%202.822-1.197%205.6.229%207.67%202.869%204.16%2010.485%203.889%2017.013-.605%201.888-1.303%203.466-2.815%204.693-4.406.357-.463.68-.934.976-1.407%201.475-2.362%202.179-4.814%201.942-6.962l.061-.008-5.954-45.269-.671-5.103-1.477-11.222-.672-5.104-2.896%204.255-29.595%2043.497.109.076-.306.04%202.957%2022.495.216%201.627%203.903%2029.676zm23.389-92.304l1.475%2011.22-26.876%2039.5-1.475-11.22%22%2F%3E%3ClinearGradient%20id%3D%22aN%22%20x1%3D%22823.4775%22%20x2%3D%22863.2952%22%20y1%3D%22293.6638%22%20y2%3D%22293.6638%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aN)%22%20d%3D%22M847.632%20321.988c-.063-1.426-.277-2.846-.591-4.262-2.243-10.111-4.483-20.223-6.726-30.334-.118-.531-.235-1.061-.352-1.592-1.187-5.354-2.374-10.709-3.561-16.063-.065-.294-.131-.588-.212-.954.319.015.513-.006.692.036%201.266.289%202.536.553%203.786.894%203.376.919%206.623%202.151%209.59%204.045%202.719%201.734%204.989%203.901%206.701%206.582.257.401.502.812.732%201.236.032.059.058.119.09.178%201.872%203.514%202.699%207.33%202.874%2011.283.21%204.76-.332%209.461-1.299%2014.121-.16.773-.298%201.551-.444%202.328.1.045.2.092.301.139.012-.125-.002-.258.04-.371.84-2.223%201.79-4.412%202.505-6.674%201.171-3.693%201.741-7.49%201.47-11.385-.041-.619-.03-1.242-.044-1.863-.325-1.463-.648-2.924-.973-4.385-.124-.26-.271-.51-.366-.779-.386-1.105-.857-2.168-1.401-3.192-.253-.479-.521-.951-.807-1.413-.293-.475-.601-.941-.924-1.398-1.994-2.829-4.477-5.185-7.228-7.288-2.956-2.261-5.949-4.494-8.72-6.971-3.336-2.982-6.349-6.267-9.135-9.751-.357-.449-.713-.9-1.065-1.356-.813-1.055-1.611-2.122-2.388-3.209-.412-.574-.846-1.132-1.269-1.697-.072.032-.144.064-.214.096.411%201.858.823%203.717%201.236%205.575.116.523.232%201.047.348%201.57%202.336%2010.53%204.672%2021.063%207.008%2031.601.119.531.236%201.063.354%201.596%202.016%209.084%204.03%2018.168%206.047%2027.266-.255.016-.373.043-.489.027-3.06-.422-6.028-.084-8.822%201.258-5.49%202.639-8.811%207.072-10.355%2012.877-.342%201.285-.371%202.656-.543%203.986.047.209.093.418.141.627.119.537.237%201.072.356%201.607.013.057.024.113.036.17.592.678%201.083%201.492%201.794%202.006%201.448%201.051%203.185%201.24%204.935%201.262.62.006%201.242.012%201.864.02%201.225-.273%202.45-.543%203.676-.816%201.097-.541%202.222-1.033%203.286-1.633%204.254-2.395%206.866-5.99%207.784-10.803.158-.83.243-1.658.28-2.484.025-.572.028-1.144.002-1.713z%22%2F%3E%3ClinearGradient%20id%3D%22aO%22%20x1%3D%22166.0517%22%20x2%3D%22323.9486%22%20y1%3D%22228.784%22%20y2%3D%22228.784%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%237359A6%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aO)%22%20d%3D%22M263.053%20138.118c-4.082%2014.676-10.769%2028.497-20.474%2041.249-1.623%202.136-1.817%204.003-.776%206.281.472%201.029.781%202.134%201.158%203.209%203.152%209%206.303%2018.006%209.5%2027.13%201.259%201.419%204.227.788%204.227.788l-3.214.525-1.013-1.312c.165-.119%201.522%201.972%201.013%201.312%2027.047-5.972%2054.571%2011.59%2064.756%2035.795%206.523%2015.508%207.101%2026.177%203.578%2042.479-.552%202.555-1.302%205.031-2.209%207.432-1.223%202.973-.94%202.409-1.681%203.994%200%200-1.38%203.465-2.833%205.5-2.665%203.732-3.775%205.195-6.195%207.975-4.013%204.609-11.138%2010.692-11.138%2010.692l-4.374%204.013s-2.157%202.346%200%200c.997%203.049%201.949%206.006%202.955%208.936%204.864%2014.156%2010.683%2027.979%2013.73%2042.758%204.774%2023.186-9.358%2045.49-31.697%2052.424-13.858%204.301-29.588%203.111-42.157-4.408-19.268-11.52-22.373-35.1-9.806-51.268%206.882-8.855%2017.92-11.852%2028.12-7.525%2010.135%204.299%2015.832%2012.367%2017.085%2023.131%201.317%2011.311-4.332%2020.436-14.673%2025.201-.628.291-1.227.648-2.365%201.258%201.1.627%201.661%201.037%202.288%201.287%205.046%202.021%2010.183%201.32%2015.135-.063%2014.771-4.127%2026.571-14.758%2024.57-33.324-.689-6.385-1.958-12.768-3.634-18.975-1.676-6.205-4.103-12.221-6.364-18.258-2.042-5.457-4.307-10.83-6.461-16.211-2.339.586-4.189.992-6.004%201.51-17.864%205.084-35.399%203.857-52.369-3.42-36.422-15.615-61.785-56.857-54.393-96.497%202.346-12.573%206.824-26.167%2012.611-37.586%207.241-14.282%2016.211-27.448%2025.827-40.202%203.413-4.529%206.771-9.098%2010.124-13.61%201.324-1.785-2.038-8.512-2.646-10.209-1.844-5.146-3.865-10.226-5.801-15.337-6.863-18.113-8.221-39.892-6.032-58.99.651-5.68%201.712-11.317%203.213-16.836%203.474-12.776%209.337-24.04%2020.65-31.743l.007-.005c1.052-.734%202.265-1.205%203.537-1.374%201.6-.212%203.213.24%204.482%201.237%202.91%202.286%205.935%204.47%208.302%207.221%203.94%204.577%207.507%209.582%2010.559%2014.796%204.552%207.769%208.036%2015.828%2010.575%2024.12l.881%202.994c3.371%2012.18%204.731%2024.849%204.379%2037.848-.28%2010.375-1.552%2020.449-3.928%2030.164m-43.333-9.102c.941%204.533%202.767%208.887%204.537%2014.416%201.876-2.144%202.805-3.083%203.598-4.129%206.828-8.997%2011.686-19.056%2015.622-29.573%203.817-10.19%206.472-20.664%205.483-31.643-.368-4.094-1.43-8.219-2.819-12.102-1.6-4.465-4.953-5.939-9.56-4.899-3.693.835-6.566%203.039-8.574%206.145-1.634%202.529-3.192%205.215-4.17%208.043-6.074%2017.533-7.913%2035.468-4.117%2053.742zm55.078%20201.425c-8.169-24.041-16.261-47.874-24.577-72.349-5.76%202.952-9.053%207.325-12.11%2011.901-11.592%2017.368.604%2036.672%2014.446%2040.881%201.084.328%202.208.598%203.207%201.107%201.89.961%202.784%202.648%202.434%204.713-.353%202.086-1.838%203.322-3.894%203.615-1.294.184-2.661.164-3.958-.027-17.352-2.572-33.441-17.658-36.448-34.9-3.975-22.788%203.66-41.415%2021.357-56.078%201.279-1.057%202.6-2.061%203.839-3.04-3.219-9.537-6.31-18.685-9.487-28.099-.804.692-1.426%201.121-1.917%201.671-11.047%2012.402-20.438%2025.949-28.097%2040.699-6.528%2012.57-9.683%2025.966-9.228%2040.072.755%2023.452%2015.878%2043.965%2038.183%2051.815%2015.463%205.443%2030.822%205.079%2046.25-1.981zm12.198-6.346c14.344-7.676%2017.975-31.195%2011.971-45.687-6.008-14.506-20.769-26.151-35.96-23.312%208.041%2022.995%2015.682%2046.066%2023.989%2068.999z%22%2F%3E%3ClinearGradient%20id%3D%22aP%22%20x1%3D%22859.7617%22%20x2%3D%22709.7158%22%20y1%3D%22206.3157%22%20y2%3D%22206.3157%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23EFD4FF%22%2F%3E%3Cstop%20offset%3D%22.7473%22%20stop-color%3D%22%237359A6%22%20stop-opacity%3D%22.9%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23aP)%22%20d%3D%22M859.546%20182.03c-19.863%201.658-43.997%205.329-70.671%2013.095-32.777%209.543-59.332%2022.342-79.159%2033.768.267.569.535%201.139.802%201.708%2019.792-11.41%2046.243-24.169%2078.857-33.726%2026.541-7.777%2050.572-11.502%2070.387-13.217-.072-.543-.144-1.085-.216-1.628z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M21.543%20518.029v-45.877H95.47c1.921%200%203.414-.58%204.695-1.826.425-.413%201.818-2.271%201.818-8.734%200-6.231-1.419-8.066-1.854-8.479-1.337-1.272-2.914-1.865-4.961-1.865h-38.63c-4.04%200-8.376-.735-12.891-2.185-4.817-1.547-9.338-4.49-13.436-8.75-4.02-4.177-7.352-9.986-9.901-17.268-2.499-7.121-3.766-16.403-3.766-27.587%200-11.342%201.234-20.336%203.771-27.497%202.551-7.201%205.88-12.969%209.896-17.142%204.098-4.26%208.618-7.203%2013.436-8.75%204.514-1.449%208.851-2.185%2012.89-2.185h79.077v45.877H62.9c-1.738%200-3.17.593-4.507%201.864-.557.53-1.854%202.355-1.854%207.832%200%203.903.705%206.717%201.985%207.92%201.443%201.36%202.929%201.992%204.68%201.992h38.629c3.955%200%208.285.778%2012.872%202.312%204.861%201.63%209.398%204.651%2013.487%208.981%204.002%204.246%207.322%2010.078%209.869%2017.339%202.499%207.136%203.766%2016.417%203.766%2027.59%200%2011.168-1.265%2020.481-3.759%2027.68-2.549%207.346-5.871%2013.221-9.874%2017.464-4.091%204.335-8.629%207.357-13.488%208.983-4.577%201.533-8.909%202.311-12.872%202.311H21.543z%22%2F%3E%3Cpath%20d%3D%22M130.614%20344.885v35.877H62.9c-3.03%200-5.681%201.08-7.953%203.241-2.272%202.162-3.408%205.981-3.408%2011.455%200%205.478%201.186%209.33%203.56%2011.563%202.372%202.235%205.075%203.35%208.105%203.35h38.629c3.432%200%207.195.686%2011.286%202.054%204.09%201.371%207.901%203.927%2011.438%207.672%203.534%203.749%206.461%208.936%208.786%2015.562%202.322%206.629%203.484%2015.273%203.484%2025.935%200%2010.664-1.162%2019.343-3.484%2026.043-2.325%206.7-5.252%2011.924-8.786%2015.669-3.537%203.748-7.347%206.305-11.438%207.673-4.09%201.37-7.854%202.053-11.286%202.053h-75.29v-35.877H95.47c3.231%200%205.958-1.08%208.18-3.241%202.22-2.161%203.333-6.268%203.333-12.319%200-5.906-1.136-9.941-3.408-12.103-2.272-2.161-5.075-3.242-8.408-3.242H56.538c-3.536%200-7.324-.648-11.362-1.945-4.04-1.297-7.827-3.782-11.361-7.456-3.536-3.674-6.464-8.824-8.786-15.453-2.324-6.625-3.484-15.271-3.484-25.935%200-10.661%201.16-19.269%203.484-25.827%202.322-6.555%205.25-11.67%208.786-15.345%203.534-3.674%207.321-6.159%2011.361-7.456%204.038-1.297%207.826-1.945%2011.362-1.945h74.076m10-10.003H56.538c-4.559%200-9.411.816-14.42%202.424-5.613%201.802-10.832%205.181-15.51%2010.044-4.512%204.689-8.215%2011.061-11.006%2018.939-2.731%207.705-4.058%2017.246-4.058%2029.166%200%2011.914%201.324%2021.48%204.048%2029.245%202.787%207.958%206.495%2014.379%2011.017%2019.077%204.676%204.861%209.895%208.24%2015.51%2010.043%205.007%201.608%209.859%202.424%2014.418%202.424h38.629c.661%200%201%20.108%201.226.25.185.51.59%201.983.59%205.094%200%203.281-.414%204.845-.607%205.397-.179.101-.432.164-.905.164H16.543v55.877h85.289c4.504%200%209.37-.865%2014.462-2.571%205.645-1.888%2010.872-5.351%2015.535-10.292%204.492-4.76%208.179-11.238%2010.96-19.254%202.716-7.839%204.036-17.429%204.036-29.321%200-11.902-1.324-21.467-4.046-29.24-2.782-7.93-6.465-14.36-10.947-19.115-4.666-4.941-9.891-8.402-15.536-10.294-5.105-1.707-9.969-2.572-14.464-2.572H63.203c-.248%200-.527%200-1.079-.476-.148-.335-.585-1.569-.585-4.436%200-2.743.381-4.011.539-4.419.351-.277.548-.277.822-.277h77.714v-55.877z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M191.358%20520.406c-7.597%200-14.573-1.514-20.736-4.498-6.218-3.008-11.578-7.522-15.931-13.416-4.237-5.728-7.54-12.867-9.816-21.215-2.228-8.174-3.357-17.705-3.357-28.33%200-10.626%201.129-20.157%203.357-28.33%202.274-8.343%205.578-15.481%209.817-21.217%204.353-5.889%209.712-10.402%2015.929-13.415%206.166-2.984%2013.143-4.498%2020.737-4.498%207.592%200%2014.568%201.513%2020.735%204.497%206.217%203.015%2011.576%207.527%2015.931%2013.414%204.242%205.743%207.545%2012.882%209.817%2021.218%202.228%208.174%203.357%2017.705%203.357%2028.331%200%2010.625-1.129%2020.156-3.357%2028.329-2.274%208.344-5.577%2015.481-9.817%2021.218-4.354%205.892-9.714%2010.405-15.93%2013.414-6.165%202.985-13.141%204.498-20.736%204.498zm0-96.175c-2.652%200-4.779.5-6.324%201.485-1.563.996-2.791%202.494-3.754%204.581-1.148%202.487-1.977%205.603-2.461%209.258-.524%203.939-.79%208.444-.79%2013.392%200%204.949.266%209.454.789%2013.388.485%203.66%201.313%206.775%202.462%209.262.962%202.086%202.189%203.583%203.752%204.579%201.546.987%203.673%201.486%206.326%201.486%202.651%200%204.78-.5%206.326-1.485%201.564-.998%202.792-2.495%203.753-4.578%201.146-2.482%201.975-5.599%202.462-9.263.524-3.951.79-8.457.79-13.389%200-4.93-.266-9.436-.79-13.393-.487-3.659-1.316-6.775-2.462-9.259-.962-2.084-2.19-3.582-3.754-4.579-1.546-.985-3.674-1.485-6.325-1.485z%22%2F%3E%3Cpath%20d%3D%22M191.358%20390.487c6.867%200%2013.052%201.334%2018.557%203.998%205.503%202.668%2010.2%206.629%2014.088%2011.887%203.887%205.262%206.893%2011.779%209.014%2019.56%202.121%207.78%203.181%2016.786%203.181%2027.016%200%2010.231-1.061%2019.234-3.181%2027.015-2.121%207.781-5.127%2014.302-9.014%2019.56-3.889%205.262-8.585%209.223-14.088%2011.887-5.505%202.665-11.69%203.998-18.557%203.998-6.869%200-13.054-1.333-18.557-3.998-5.506-2.664-10.202-6.625-14.088-11.887-3.889-5.258-6.893-11.778-9.014-19.56-2.121-7.78-3.181-16.783-3.181-27.015%200-10.229%201.061-19.235%203.181-27.016%202.121-7.78%205.124-14.298%209.014-19.56%203.886-5.258%208.583-9.219%2014.088-11.887%205.504-2.664%2011.689-3.998%2018.557-3.998m0%2096.175c3.636%200%206.64-.756%209.014-2.27%202.372-1.513%204.242-3.745%205.605-6.699%201.363-2.952%202.322-6.518%202.878-10.698.554-4.178.833-8.861.833-14.048%200-5.188-.279-9.868-.833-14.049-.556-4.177-1.515-7.743-2.878-10.697-1.363-2.952-3.233-5.188-5.605-6.7-2.374-1.513-5.378-2.27-9.014-2.27-3.635%200-6.642.757-9.013%202.27-2.374%201.513-4.242%203.748-5.605%206.7-1.363%202.954-2.324%206.521-2.878%2010.697-.556%204.181-.833%208.861-.833%2014.049%200%205.187.277%209.87.833%2014.048.554%204.181%201.515%207.746%202.878%2010.698%201.363%202.954%203.231%205.187%205.605%206.699%202.372%201.514%205.378%202.27%209.013%202.27m0-106.175c-8.355%200-16.065%201.681-22.914%204.997-6.956%203.371-12.935%208.398-17.773%2014.944-4.609%206.236-8.182%2013.931-10.62%2022.873-2.345%208.602-3.533%2018.576-3.533%2029.646%200%2011.069%201.189%2021.043%203.533%2029.644%202.439%208.949%206.013%2016.646%2010.622%2022.877%204.835%206.547%2010.816%2011.576%2017.773%2014.942%206.845%203.315%2014.554%204.996%2022.912%204.996%208.355%200%2016.064-1.681%2022.914-4.997%206.952-3.365%2012.932-8.393%2017.773-14.944%204.609-6.234%208.182-13.93%2010.62-22.873%202.345-8.602%203.533-18.575%203.533-29.645s-1.189-21.044-3.533-29.645c-2.436-8.936-6.009-16.631-10.618-22.871-4.843-6.549-10.821-11.575-17.77-14.943-6.857-3.32-14.566-5.001-22.919-5.001zm0%2096.175c-2.208%200-3.224-.438-3.633-.699-.275-.175-1.091-.695-1.905-2.46-.939-2.032-1.626-4.663-2.045-7.822-.495-3.722-.746-8.004-.746-12.734%200-4.727.251-9.011.746-12.73.419-3.161%201.108-5.793%202.046-7.826.816-1.767%201.631-2.286%201.899-2.457.414-.264%201.432-.703%203.64-.703%201.636%200%202.928.25%203.64.703.265.169%201.083.691%201.9%202.459.935%202.026%201.623%204.659%202.045%207.825.494%203.733.745%208.018.745%2012.729%200%204.713-.251%208.998-.746%2012.734-.421%203.162-1.108%205.794-2.044%207.82-.815%201.766-1.635%202.289-1.904%202.461-.71.451-2.001.7-3.638.7z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M274.524%20518.029c-3.734%200-7.563-.877-11.38-2.606-3.807-1.722-7.302-4.355-10.385-7.826-3.034-3.407-5.526-7.772-7.403-12.968-1.856-5.135-2.797-11.233-2.797-18.125v-88.64h35.298v82.372c0%202.489.494%204.604%201.51%206.467.475.871.936%201.285%202.276%201.285h14.39v-90.124h35.298v130.165h-56.807z%22%2F%3E%3Cpath%20d%3D%22M326.332%20392.864v120.165h-51.808c-3.03%200-6.135-.72-9.316-2.161-3.181-1.438-6.085-3.637-8.71-6.592-2.627-2.951-4.772-6.733-6.438-11.347-1.666-4.609-2.499-10.083-2.499-16.426v-83.64h25.298v77.372c0%203.316.706%206.268%202.121%208.861%201.413%202.594%203.636%203.891%206.666%203.891h19.39v-90.124h25.296m10-9.999h-45.298v90.124h-7.82c-.239-.812-.357-1.722-.357-2.752v-87.372H237.56v93.64c0%207.473%201.041%2014.143%203.095%2019.825%202.094%205.796%204.911%2010.708%208.374%2014.597%203.545%203.991%207.605%207.04%2012.059%209.054%204.463%202.022%208.986%203.049%2013.437%203.049h61.808V382.864h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M389.955%20518.029V435.44c0-4.267-.965-5.76-1.38-6.203-1.245-1.332-2.088-1.332-2.406-1.332h-14.39v90.124H336.48V387.864h56.96c3.793%200%207.678.977%2011.545%202.902%203.78%201.886%207.216%204.628%2010.214%208.151%202.952%203.468%205.394%207.84%207.256%2012.995%201.856%205.138%202.797%2011.091%202.797%2017.692v88.424h-35.297z%22%2F%3E%3Cpath%20d%3D%22M393.44%20392.864c3.03%200%206.135.794%209.316%202.378%203.181%201.587%206.06%203.89%208.635%206.916%202.575%203.025%204.696%206.845%206.362%2011.454%201.667%204.613%202.499%209.941%202.499%2015.993v83.424h-25.298V435.44c0-4.464-.909-7.672-2.727-9.617s-3.839-2.918-6.06-2.918h-19.39v90.124H341.48V392.864h51.96m0-10h-61.96v140.165h45.298v-90.124h7.985c.096.515.191%201.33.191%202.535v87.589h45.298v-93.424c0-7.183-1.041-13.707-3.094-19.391-2.068-5.721-4.811-10.612-8.152-14.538-3.437-4.039-7.402-7.196-11.786-9.383-4.572-2.276-9.206-3.429-13.78-3.429z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M470.545%20518.029c-14.391%200-25.784-5.843-33.861-17.366-7.688-10.969-11.585-27.022-11.585-47.716%200-20.694%203.898-36.748%2011.585-47.716%208.078-11.523%2019.47-17.367%2033.861-17.367h17.723v-47.979h35.299V518.03h-53.022zm3.333-90.124c-1.52%200-2.918.345-4.276%201.054-1.301.679-2.535%201.895-3.669%203.614-1.285%201.95-2.328%204.577-3.098%207.809-.814%203.422-1.227%207.65-1.227%2012.565%200%205.054.411%209.311%201.222%2012.652.769%203.17%201.812%205.766%203.101%207.718%201.134%201.722%202.368%202.938%203.67%203.617%201.357.709%202.756%201.054%204.276%201.054h14.39v-50.083h-14.389z%22%2F%3E%3Cpath%20d%3D%22M518.566%20344.885V513.03h-48.021c-12.725%200-22.647-5.079-29.767-15.236-7.12-10.158-10.68-25.105-10.68-44.846%200-19.738%203.56-34.688%2010.68-44.846%207.12-10.158%2017.042-15.237%2029.767-15.237h22.723v-47.979h25.298m-44.688%20138.102h19.39v-60.083h-19.39c-2.325%200-4.521.541-6.59%201.621-2.071%201.081-3.915%202.847-5.529%205.295-1.617%202.452-2.878%205.586-3.787%209.401-.909%203.819-1.363%208.396-1.363%2013.725%200%205.477.455%2010.087%201.363%2013.831.909%203.749%202.17%206.846%203.787%209.294%201.614%202.451%203.458%204.214%205.529%205.295%202.069%201.081%204.265%201.621%206.59%201.621m54.688-148.103h-45.299v47.979h-12.723c-15.89%200-29.015%206.742-37.956%2019.498-8.405%2011.991-12.491%2028.538-12.491%2050.585%200%2022.046%204.086%2038.593%2012.491%2050.585%208.941%2012.755%2022.066%2019.497%2037.956%2019.497h58.021V334.885h.001zm-54.688%20138.103c-.714%200-1.318-.149-1.958-.484-.249-.13-.914-.573-1.809-1.932-.976-1.478-1.788-3.544-2.42-6.151-.718-2.958-1.082-6.818-1.082-11.474%200-4.526.367-8.365%201.092-11.41.625-2.622%201.457-4.771%202.407-6.212.899-1.363%201.563-1.807%201.807-1.934.644-.336%201.249-.486%201.963-.486h9.39v40.083h-9.39z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M570.223%20518.029c-3.575%200-7.067-.366-10.38-1.087-3.974-.864-7.543-2.956-10.608-6.216-2.898-3.075-5.198-7.422-6.831-12.914-1.566-5.265-2.328-12.094-2.328-20.876v-50.76h-15.148v-38.313h15.148v-47.979h35.299v47.979h23.329v38.313h-23.329v41.683c0%202.032.071%204.016.213%205.894.104%201.387.402%202.604.889%203.622.32.671.813%201.182%201.553%201.609.476.277%201.637.732%204.161.732h16.514v38.313h-28.482z%22%2F%3E%3Cpath%20d%3D%22M570.374%20344.885v47.979h23.329v28.313h-23.329v46.683c0%202.161.075%204.252.227%206.268.151%202.02.606%203.819%201.363%205.403.758%201.587%201.943%202.847%203.561%203.782%201.614.938%203.837%201.404%206.665%201.404h11.514v28.313h-23.48c-3.233%200-6.339-.324-9.316-.973-2.98-.648-5.657-2.232-8.029-4.755-2.374-2.519-4.268-6.159-5.681-10.914-1.415-4.755-2.121-11.238-2.121-19.451v-55.76h-15.148v-28.313h15.148v-47.979h25.297m10-10h-45.299v47.979h-15.148v48.313h15.148v45.76c0%209.273.83%2016.568%202.536%2022.303%201.882%206.334%204.496%2011.216%207.988%2014.921%203.763%204.001%208.2%206.584%2013.18%207.667%203.659.797%207.51%201.201%2011.442%201.201h33.48v-48.313h-21.514c-.647%200-1.108-.04-1.414-.083-.099-.362-.167-.785-.203-1.255-.132-1.755-.199-3.612-.199-5.52v-36.683H603.7v-48.313h-23.329v-47.977h.003z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M600.063%20518.029V387.864h45.144c3.971%200%207.944%201.082%2011.81%203.217%203.724%202.058%207.076%205.018%209.964%208.798%202.799%203.669%205.07%208.083%206.753%2013.122%201.679%205.03%202.53%2010.762%202.53%2017.037v17.103h-35.299v-11.7c0-2.654-.522-4.724-1.553-6.149-.925-1.278-1.638-1.386-2.233-1.386h-1.816v90.124h-35.3z%22%2F%3E%3Cpath%20d%3D%22M645.207%20392.864c3.13%200%206.261.864%209.393%202.594%203.129%201.728%205.932%204.215%208.407%207.456%202.474%203.242%204.469%207.132%205.984%2011.671%201.515%204.538%202.272%209.691%202.272%2015.453v12.103h-25.299v-6.7c0-3.744-.833-6.771-2.499-9.077-1.667-2.303-3.764-3.458-6.287-3.458h-6.816v90.124h-25.299V392.864h40.144m0-10h-50.144v140.165h45.299V452.14h40.902v-22.103c0-6.814-.938-13.079-2.787-18.619-1.858-5.563-4.388-10.465-7.52-14.571-3.314-4.339-7.189-7.75-11.522-10.143-4.615-2.548-9.402-3.84-14.228-3.84z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M702.471%20518.029c-10.529%200-18.634-4.17-24.088-12.395-5.025-7.569-7.574-17.443-7.574-29.347%200-12.043%202.549-21.989%207.575-29.563%205.455-8.224%2013.56-12.394%2024.087-12.394h26.905c-.032-.227-.066-.452-.104-.679-.267-1.618-.733-3.073-1.386-4.316-.531-1.009-1.227-1.803-2.126-2.424-.707-.487-1.765-.735-3.143-.735h-45.901v-38.313h52.869c3.926%200%208.017.802%2012.159%202.382%204.338%201.659%208.312%204.519%2011.817%208.499%203.406%203.875%206.209%209.029%208.332%2015.322%202.084%206.189%203.141%2013.889%203.141%2022.887v81.075h-62.563zm4.106-39.013c.729.479%201.546.701%202.559.701h20.602v-8.37h-20.602c-.939%200-1.748.235-2.529.737-.127.254-.5%201.2-.5%203.556-.001%202.226.35%203.131.47%203.376z%22%2F%3E%3Cpath%20d%3D%22M729.586%20392.864c3.333%200%206.791.686%2010.377%202.054%203.584%201.371%206.867%203.748%209.847%207.132%202.978%203.387%205.428%207.926%207.348%2013.616%201.917%205.693%202.878%2012.788%202.878%2021.288v76.075h-57.564c-8.787%200-15.429-3.384-19.921-10.158-4.495-6.771-6.741-15.632-6.741-26.583%200-11.093%202.246-20.025%206.741-26.799%204.492-6.772%2011.134-10.158%2019.921-10.158h32.267c0-2.161-.178-4.322-.53-6.483-.355-2.161-.985-4.106-1.894-5.836-.909-1.729-2.147-3.134-3.712-4.214-1.566-1.081-3.56-1.621-5.983-1.621h-40.901v-28.313h47.867m-20.45%2091.853h25.602v-18.37h-25.602c-2.021%200-3.863.577-5.529%201.729-1.666%201.155-2.5%203.675-2.5%207.564%200%203.749.808%206.197%202.424%207.349%201.614%201.154%203.484%201.728%205.605%201.728m20.45-101.853h-57.869v48.313h18.897c-6.714%202.261-12.276%206.572-16.397%2012.784-5.579%208.407-8.408%2019.283-8.408%2032.327%200%2012.904%202.83%2023.709%208.41%2032.114%206.344%209.567%2016.115%2014.627%2028.252%2014.627h67.564v-86.075c0-9.676-1.112-17.683-3.401-24.479-2.338-6.929-5.471-12.656-9.315-17.028-4.051-4.6-8.687-7.919-13.784-9.869-4.722-1.802-9.412-2.714-13.949-2.714z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M810.326%20518.029c-14.392%200-25.784-5.843-33.862-17.366-7.688-10.968-11.585-27.021-11.585-47.716s3.897-36.749%2011.585-47.716c8.078-11.524%2019.471-17.367%2033.862-17.367h39.539v40.041h-36.207c-1.52%200-2.917.345-4.274%201.053-1.301.68-2.535%201.896-3.67%203.615-1.286%201.951-2.328%204.578-3.097%207.808-.815%203.424-1.229%207.651-1.229%2012.566%200%205.053.411%209.31%201.223%2012.651.769%203.17%201.812%205.766%203.101%207.718%201.135%201.723%202.368%202.938%203.671%203.618%201.357.71%202.755%201.054%204.275%201.054h36.207v40.041h-39.539z%22%2F%3E%3Cpath%20d%3D%22M844.865%20392.864v30.041h-31.207c-2.324%200-4.521.541-6.589%201.621-2.071%201.081-3.915%202.847-5.529%205.295-1.617%202.452-2.879%205.586-3.787%209.401-.909%203.819-1.364%208.396-1.364%2013.725%200%205.477.455%2010.087%201.364%2013.831.908%203.749%202.17%206.846%203.787%209.294%201.614%202.451%203.458%204.214%205.529%205.295%202.068%201.081%204.265%201.621%206.589%201.621h31.207v30.041h-34.539c-12.726%200-22.647-5.079-29.768-15.236-7.12-10.158-10.68-25.105-10.68-44.846%200-19.738%203.56-34.688%2010.68-44.846%207.12-10.158%2017.042-15.237%2029.768-15.237h34.539m10-10h-44.539c-15.891%200-29.016%206.742-37.956%2019.498-8.405%2011.99-12.491%2028.537-12.491%2050.585%200%2022.047%204.086%2038.594%2012.491%2050.585%208.941%2012.755%2022.066%2019.497%2037.956%2019.497h44.539v-50.041h-41.207c-.713%200-1.317-.149-1.957-.484-.25-.13-.915-.574-1.81-1.932-.977-1.48-1.789-3.545-2.42-6.148-.719-2.962-1.083-6.821-1.083-11.477%200-4.525.368-8.364%201.092-11.409.624-2.623%201.457-4.771%202.407-6.212.9-1.364%201.564-1.808%201.808-1.935.645-.337%201.249-.486%201.962-.486h41.207v-50.041h.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M906.807%20518.029L886.525%20482.7v35.329h-35.298V339.885h35.298v77.826l18.087-29.847h42.189l-39.214%2062.058%2042.996%2068.107%22%2F%3E%3Cpath%20d%3D%22M881.525%20344.885v89.476h.757l25.146-41.496h30.298l-36.054%2057.057%2039.841%2063.108H909.7l-27.419-47.764h-.757v47.764h-25.299V344.885h25.3m10-10h-45.299V523.03h45.299v-21.576l9.503%2016.555%202.883%205.021h55.742l-9.683-15.338-36.47-57.769%2032.68-51.717%209.694-15.342h-54.079l-2.919%204.817-7.351%2012.131v-64.927z%22%2F%3E%3C%2Fsvg%3E");
}
.h_ost {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22723.412%22%20x2%3D%22888.8798%22%20y1%3D%22241.9521%22%20y2%3D%22241.9521%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23DB0A5B%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23D2507E%22%2F%3E%3Cstop%20offset%3D%22.9946%22%20stop-color%3D%22%23F62459%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20d%3D%22M817.614%20266.57c-7.345%202.402-13.416%206.444-18.212%2012.141-4.795%205.694-7.719%2011.917-8.767%2018.66-1.049%206.744-.188%2013.414%202.585%2020.008%202.772%206.596%207.979%2011.916%2015.624%2015.964%201.798%200%202.924.748%203.372%202.248.45%201.498-.227%202.246-2.023%202.246-7.345-1.495-13.789-4.571-19.334-9.216-10.342-8.544-16.037-19.556-17.086-33.049-.599-6.743.036-13.265%201.911-19.56%201.873-6.294%204.46-12.066%207.757-17.31%204.046-5.544%208.842-10.344%2014.387-14.389.3-.302%201.164-.973%202.586-2.023%201.424-1.049%202.811-2.022%204.16-2.923%201.349-.898%203.37-2.321%206.069-4.272l-8.318-40.018c-7.345%206.145-14.614%2012.926-21.807%2020.344-7.194%207.421-13.715%2015.253-19.56%2023.497-5.844%208.243-10.527%2016.973-14.051%2026.19-3.522%209.219-5.283%2018.921-5.283%2029.115%200%209.444%201.986%2018.321%205.957%2026.64%203.972%208.319%209.257%2015.551%2015.849%2021.694%206.597%206.144%2014.201%2010.98%2022.82%2014.503%208.619%203.523%2017.35%205.285%2026.193%205.285.3%200%201.686-.152%204.156-.453%202.478-.298%205.099-.672%207.869-1.123%202.775-.447%205.322-.936%207.647-1.461%202.321-.527%203.485-1.086%203.485-1.684l-1.351-6.298c-5.846-29.525-11.395-57.775-16.635-84.756zm7.868-.897l18.436%2089.253c10.639-4.051%2017.832-10.98%2021.58-20.797%203.75-9.816%204.607-19.783%202.586-29.901-2.022-10.119-6.78-19.074-14.274-26.868-7.496-7.794-16.939-11.687-28.328-11.687zm-23.608-120.28c4.645-2.399%208.958-5.994%2012.93-10.792%203.97-4.794%207.641-9.93%2011.016-15.4%203.368-5.469%206.295-11.054%208.767-16.751%202.471-5.693%204.461-10.864%205.957-15.51%201.648-4.946%202.77-10.493%203.375-16.638.597-6.146-.378-11.315-2.924-15.513-1.797-3.746-4.159-5.92-7.081-6.521-2.924-.598-5.849-.373-8.768.677-2.924%201.048-5.697%202.734-8.319%205.058-2.62%202.324-4.535%204.383-5.731%206.183-3.3%205.844-6.185%2012.364-8.658%2019.559-2.472%207.195-4.159%2014.651-5.057%2022.37-.901%207.718-1.012%2015.136-.337%2022.258.673%207.118%202.283%2014.127%204.83%2021.02zm-6.743%206.968c-2.548-9.889-4.796-19.595-6.745-29.113-1.946-9.516-2.924-19.296-2.924-29.34%200-7.343.526-15.399%201.576-24.166%201.048-8.767%202.96-17.311%205.734-25.63%202.772-8.319%206.592-15.775%2011.465-22.369%204.872-6.596%2011.352-11.39%2019.444-14.389.752-.298%201.499-.449%202.252-.449%201.047%200%202.286.6%203.709%201.799%201.425%201.198%202.923%202.959%204.497%205.283%201.571%202.322%202.96%204.721%204.16%207.195%201.197%202.471%202.096%204.158%202.697%205.057%204.045%207.644%207.006%2015.775%208.88%2024.391%201.873%208.619%202.961%2017.199%203.26%2025.742.6%2012.891-.112%2025.63-2.134%2038.221-2.024%2012.588-6.11%2024.878-12.255%2036.869-2.098%203.597-4.234%207.232-6.407%2010.904-2.174%203.673-4.757%207.232-7.758%2010.678-.599.6-1.684%201.689-3.261%203.26-1.574%201.575-3.186%203.186-4.832%204.835-1.651%201.648-3.109%203.186-4.383%204.607-1.274%201.424-1.912%202.287-1.912%202.587l9.216%2044.964c.06.294%204.611%200%204.611%200%208.795.11%2018.109%201.534%2026.192%204.72%207.796%203.597%2014.502%208.542%2020.121%2014.836%205.619%206.296%2010.113%2013.378%2013.487%2021.247%203.376%207.868%205.06%2015.851%205.06%2023.942%200%208.094-1.199%2016.339-3.595%2024.733-6.146%2015.885-15.965%2027.651-29.454%2035.297-1.496.898-3.633%201.912-6.407%203.034-2.771%201.123-3.86%202.884-3.26%205.284%203.597%2016.33%206.034%2027.565%207.308%2033.722%201.274%206.156%202.211%2014.101%202.81%2023.829.598%209.308-1.015%2017.678-4.833%2025.169-3.823%207.518-8.954%2013.615-15.403%2018.326-6.439%204.738-12.326%207.491-17.646%208.343-5.321.822-8.957%201.22-10.905%201.22-6.744%200-13.339-1.28-19.784-3.832-7.943-2.978-14.612-7.549-20.008-13.703-5.396-6.156-8.094-13.646-8.094-22.469%200-5.562%201.612-11.263%204.835-17.109%203.222-5.844%207.457-10.044%2012.702-12.568%205.844-3.008%2011.129-3.83%2015.85-2.495%204.721%201.358%208.617%203.913%2011.69%207.66%203.074%203.743%205.208%208.283%206.41%2013.588%201.196%205.337%201.121%2010.301-.228%2014.953s-4.082%208.597-8.205%2011.803c-4.122%203.232-9.855%204.68-17.2%204.397%203%205.391%207.197%208.793%2012.591%2010.213%205.395%201.449%2010.942%201.534%2016.635.344%205.697-1.197%2011.056-3.409%2016.076-6.642%205.023-3.206%208.958-6.697%2011.802-10.44%201.801-2.696%203.15-6.214%204.051-10.554.898-4.372%201.423-8.882%201.571-13.62.151-4.709%200-8.396-.448-11.009-.451-2.637-1.2-6.724-2.249-12.255-4.495-18.13-7.343-29.534-8.543-34.189-.597-1.483-2.21-1.972-4.831-1.447-2.627.527-4.835%201.016-6.633%201.447-12.889%201.672-23.682.91-32.376-2.235-13.488-3.596-25.365-10.003-35.632-19.221-10.268-9.216-18.511-20.383-24.73-33.499-6.221-13.115-9.332-23.081-9.332-29.901v-12.928c0-12.141%202.1-23.531%206.295-34.173%207.943-16.636%2017.349-31.923%2028.215-45.862%2010.863-13.936%2023.266-26.901%2037.205-38.892z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M21.543%20518.029v-45.877H95.47c1.921%200%203.414-.58%204.695-1.826.425-.413%201.818-2.271%201.818-8.734%200-6.231-1.419-8.066-1.854-8.479-1.337-1.272-2.914-1.865-4.961-1.865h-38.63c-4.04%200-8.376-.735-12.891-2.185-4.817-1.547-9.338-4.49-13.436-8.75-4.02-4.177-7.352-9.986-9.901-17.268-2.499-7.121-3.766-16.403-3.766-27.587%200-11.342%201.234-20.336%203.771-27.497%202.551-7.201%205.88-12.969%209.896-17.142%204.098-4.26%208.618-7.203%2013.436-8.75%204.514-1.449%208.851-2.185%2012.89-2.185h79.077v45.877H62.9c-1.738%200-3.17.593-4.507%201.864-.557.53-1.854%202.355-1.854%207.832%200%203.903.705%206.717%201.985%207.92%201.443%201.36%202.929%201.992%204.68%201.992h38.629c3.955%200%208.285.778%2012.872%202.312%204.861%201.63%209.398%204.651%2013.487%208.981%204.002%204.246%207.322%2010.078%209.869%2017.339%202.499%207.136%203.766%2016.417%203.766%2027.59%200%2011.168-1.265%2020.481-3.759%2027.68-2.549%207.346-5.871%2013.221-9.874%2017.464-4.091%204.335-8.629%207.357-13.488%208.983-4.577%201.533-8.909%202.311-12.872%202.311H21.543z%22%2F%3E%3Cpath%20d%3D%22M130.614%20344.885v35.877H62.9c-3.03%200-5.681%201.08-7.953%203.241-2.272%202.162-3.408%205.981-3.408%2011.455%200%205.478%201.186%209.33%203.56%2011.563%202.372%202.235%205.075%203.35%208.105%203.35h38.629c3.432%200%207.195.686%2011.286%202.054%204.09%201.371%207.901%203.927%2011.438%207.672%203.534%203.749%206.461%208.936%208.786%2015.562%202.322%206.629%203.484%2015.273%203.484%2025.935%200%2010.664-1.162%2019.343-3.484%2026.043-2.325%206.7-5.252%2011.924-8.786%2015.669-3.537%203.748-7.347%206.305-11.438%207.673-4.09%201.37-7.854%202.053-11.286%202.053h-75.29v-35.877H95.47c3.231%200%205.958-1.08%208.18-3.241%202.22-2.161%203.333-6.268%203.333-12.319%200-5.906-1.136-9.941-3.408-12.103-2.272-2.161-5.075-3.242-8.408-3.242H56.538c-3.536%200-7.324-.648-11.362-1.945-4.04-1.297-7.827-3.782-11.361-7.456-3.536-3.674-6.464-8.824-8.786-15.453-2.324-6.625-3.484-15.271-3.484-25.935%200-10.661%201.16-19.269%203.484-25.827%202.322-6.555%205.25-11.67%208.786-15.345%203.534-3.674%207.321-6.159%2011.361-7.456%204.038-1.297%207.826-1.945%2011.362-1.945h74.076m10-10.003H56.538c-4.559%200-9.411.816-14.42%202.424-5.613%201.802-10.832%205.181-15.51%2010.044-4.512%204.689-8.215%2011.061-11.006%2018.939-2.731%207.705-4.058%2017.246-4.058%2029.166%200%2011.914%201.324%2021.48%204.048%2029.245%202.787%207.958%206.495%2014.379%2011.017%2019.077%204.676%204.861%209.895%208.24%2015.51%2010.043%205.007%201.608%209.859%202.424%2014.418%202.424h38.629c.661%200%201%20.108%201.226.25.185.51.59%201.983.59%205.094%200%203.281-.414%204.845-.607%205.397-.179.101-.432.164-.905.164H16.543v55.877h85.289c4.504%200%209.37-.865%2014.462-2.571%205.645-1.888%2010.872-5.351%2015.535-10.292%204.492-4.76%208.179-11.238%2010.96-19.254%202.716-7.839%204.036-17.429%204.036-29.321%200-11.902-1.324-21.467-4.046-29.24-2.782-7.93-6.465-14.36-10.947-19.115-4.666-4.941-9.891-8.402-15.536-10.294-5.105-1.707-9.969-2.572-14.464-2.572H63.203c-.248%200-.527%200-1.079-.476-.148-.335-.585-1.569-.585-4.436%200-2.743.381-4.011.539-4.419.351-.277.548-.277.822-.277h77.714v-55.877z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M191.358%20520.406c-7.597%200-14.573-1.514-20.736-4.498-6.218-3.008-11.578-7.522-15.931-13.416-4.237-5.728-7.54-12.867-9.816-21.215-2.228-8.174-3.357-17.705-3.357-28.33%200-10.626%201.129-20.157%203.357-28.33%202.274-8.343%205.578-15.481%209.817-21.217%204.353-5.889%209.712-10.402%2015.929-13.415%206.166-2.984%2013.143-4.498%2020.737-4.498%207.592%200%2014.568%201.513%2020.735%204.497%206.217%203.015%2011.576%207.527%2015.931%2013.414%204.242%205.743%207.545%2012.882%209.817%2021.218%202.228%208.174%203.357%2017.705%203.357%2028.331%200%2010.625-1.129%2020.156-3.357%2028.329-2.274%208.344-5.577%2015.481-9.817%2021.218-4.354%205.892-9.714%2010.405-15.93%2013.414-6.165%202.985-13.141%204.498-20.736%204.498zm0-96.175c-2.652%200-4.779.5-6.324%201.485-1.563.996-2.791%202.494-3.754%204.581-1.148%202.487-1.977%205.603-2.461%209.258-.524%203.939-.79%208.444-.79%2013.392%200%204.949.266%209.454.789%2013.388.485%203.66%201.313%206.775%202.462%209.262.962%202.086%202.189%203.583%203.752%204.579%201.546.987%203.673%201.486%206.326%201.486%202.651%200%204.78-.5%206.326-1.485%201.564-.998%202.792-2.495%203.753-4.578%201.146-2.482%201.975-5.599%202.462-9.263.524-3.951.79-8.457.79-13.389%200-4.93-.266-9.436-.79-13.393-.487-3.659-1.316-6.775-2.462-9.259-.962-2.084-2.19-3.582-3.754-4.579-1.546-.985-3.674-1.485-6.325-1.485z%22%2F%3E%3Cpath%20d%3D%22M191.358%20390.487c6.867%200%2013.052%201.334%2018.557%203.998%205.503%202.668%2010.2%206.629%2014.088%2011.887%203.887%205.262%206.893%2011.779%209.014%2019.56%202.121%207.78%203.181%2016.786%203.181%2027.016%200%2010.231-1.061%2019.234-3.181%2027.015-2.121%207.781-5.127%2014.302-9.014%2019.56-3.889%205.262-8.585%209.223-14.088%2011.887-5.505%202.665-11.69%203.998-18.557%203.998-6.869%200-13.054-1.333-18.557-3.998-5.506-2.664-10.202-6.625-14.088-11.887-3.889-5.258-6.893-11.778-9.014-19.56-2.121-7.78-3.181-16.783-3.181-27.015%200-10.229%201.061-19.235%203.181-27.016%202.121-7.78%205.124-14.298%209.014-19.56%203.886-5.258%208.583-9.219%2014.088-11.887%205.504-2.664%2011.689-3.998%2018.557-3.998m0%2096.175c3.636%200%206.64-.756%209.014-2.27%202.372-1.513%204.242-3.745%205.605-6.699%201.363-2.952%202.322-6.518%202.878-10.698.554-4.178.833-8.861.833-14.048%200-5.188-.279-9.868-.833-14.049-.556-4.177-1.515-7.743-2.878-10.697-1.363-2.952-3.233-5.188-5.605-6.7-2.374-1.513-5.378-2.27-9.014-2.27-3.635%200-6.642.757-9.013%202.27-2.374%201.513-4.242%203.748-5.605%206.7-1.363%202.954-2.324%206.521-2.878%2010.697-.556%204.181-.833%208.861-.833%2014.049%200%205.187.277%209.87.833%2014.048.554%204.181%201.515%207.746%202.878%2010.698%201.363%202.954%203.231%205.187%205.605%206.699%202.372%201.514%205.378%202.27%209.013%202.27m0-106.175c-8.355%200-16.065%201.681-22.914%204.997-6.956%203.371-12.935%208.398-17.773%2014.944-4.609%206.236-8.182%2013.931-10.62%2022.873-2.345%208.602-3.533%2018.576-3.533%2029.646%200%2011.069%201.189%2021.043%203.533%2029.644%202.439%208.949%206.013%2016.646%2010.622%2022.877%204.835%206.547%2010.816%2011.576%2017.773%2014.942%206.845%203.315%2014.554%204.996%2022.912%204.996%208.355%200%2016.064-1.681%2022.914-4.997%206.952-3.365%2012.932-8.393%2017.773-14.944%204.609-6.234%208.182-13.93%2010.62-22.873%202.345-8.602%203.533-18.575%203.533-29.645s-1.189-21.044-3.533-29.645c-2.436-8.936-6.009-16.631-10.618-22.871-4.843-6.549-10.821-11.575-17.77-14.943-6.857-3.32-14.566-5.001-22.919-5.001zm0%2096.175c-2.208%200-3.224-.438-3.633-.699-.275-.175-1.091-.695-1.905-2.46-.939-2.032-1.626-4.663-2.045-7.822-.495-3.722-.746-8.004-.746-12.734%200-4.727.251-9.011.746-12.73.419-3.161%201.108-5.793%202.046-7.826.816-1.767%201.631-2.286%201.899-2.457.414-.264%201.432-.703%203.64-.703%201.636%200%202.928.25%203.64.703.265.169%201.083.691%201.9%202.459.935%202.026%201.623%204.659%202.045%207.825.494%203.733.745%208.018.745%2012.729%200%204.713-.251%208.998-.746%2012.734-.421%203.162-1.108%205.794-2.044%207.82-.815%201.766-1.635%202.289-1.904%202.461-.71.451-2.001.7-3.638.7z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M274.524%20518.029c-3.734%200-7.563-.877-11.38-2.606-3.807-1.722-7.302-4.355-10.385-7.826-3.034-3.407-5.526-7.772-7.403-12.968-1.856-5.135-2.797-11.233-2.797-18.125v-88.64h35.298v82.372c0%202.489.494%204.604%201.51%206.467.475.871.936%201.285%202.276%201.285h14.39v-90.124h35.298v130.165h-56.807z%22%2F%3E%3Cpath%20d%3D%22M326.332%20392.864v120.165h-51.808c-3.03%200-6.135-.72-9.316-2.161-3.181-1.438-6.085-3.637-8.71-6.592-2.627-2.951-4.772-6.733-6.438-11.347-1.666-4.609-2.499-10.083-2.499-16.426v-83.64h25.298v77.372c0%203.316.706%206.268%202.121%208.861%201.413%202.594%203.636%203.891%206.666%203.891h19.39v-90.124h25.296m10-9.999h-45.298v90.124h-7.82c-.239-.812-.357-1.722-.357-2.752v-87.372H237.56v93.64c0%207.473%201.041%2014.143%203.095%2019.825%202.094%205.796%204.911%2010.708%208.374%2014.597%203.545%203.991%207.605%207.04%2012.059%209.054%204.463%202.022%208.986%203.049%2013.437%203.049h61.808V382.864h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M389.955%20518.029V435.44c0-4.267-.965-5.76-1.38-6.203-1.245-1.332-2.088-1.332-2.406-1.332h-14.39v90.124H336.48V387.864h56.96c3.793%200%207.678.977%2011.545%202.902%203.78%201.886%207.216%204.628%2010.214%208.151%202.952%203.468%205.394%207.84%207.256%2012.995%201.856%205.138%202.797%2011.091%202.797%2017.692v88.424h-35.297z%22%2F%3E%3Cpath%20d%3D%22M393.44%20392.864c3.03%200%206.135.794%209.316%202.378%203.181%201.587%206.06%203.89%208.635%206.916%202.575%203.025%204.696%206.845%206.362%2011.454%201.667%204.613%202.499%209.941%202.499%2015.993v83.424h-25.298V435.44c0-4.464-.909-7.672-2.727-9.617s-3.839-2.918-6.06-2.918h-19.39v90.124H341.48V392.864h51.96m0-10h-61.96v140.165h45.298v-90.124h7.985c.096.515.191%201.33.191%202.535v87.589h45.298v-93.424c0-7.183-1.041-13.707-3.094-19.391-2.068-5.721-4.811-10.612-8.152-14.538-3.437-4.039-7.402-7.196-11.786-9.383-4.572-2.276-9.206-3.429-13.78-3.429z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M470.545%20518.029c-14.391%200-25.784-5.843-33.861-17.366-7.688-10.969-11.585-27.022-11.585-47.716%200-20.694%203.898-36.748%2011.585-47.716%208.078-11.523%2019.47-17.367%2033.861-17.367h17.723v-47.979h35.299V518.03h-53.022zm3.333-90.124c-1.52%200-2.918.345-4.276%201.054-1.301.679-2.535%201.895-3.669%203.614-1.285%201.95-2.328%204.577-3.098%207.809-.814%203.422-1.227%207.65-1.227%2012.565%200%205.054.411%209.311%201.222%2012.652.769%203.17%201.812%205.766%203.101%207.718%201.134%201.722%202.368%202.938%203.67%203.617%201.357.709%202.756%201.054%204.276%201.054h14.39v-50.083h-14.389z%22%2F%3E%3Cpath%20d%3D%22M518.566%20344.885V513.03h-48.021c-12.725%200-22.647-5.079-29.767-15.236-7.12-10.158-10.68-25.105-10.68-44.846%200-19.738%203.56-34.688%2010.68-44.846%207.12-10.158%2017.042-15.237%2029.767-15.237h22.723v-47.979h25.298m-44.688%20138.102h19.39v-60.083h-19.39c-2.325%200-4.521.541-6.59%201.621-2.071%201.081-3.915%202.847-5.529%205.295-1.617%202.452-2.878%205.586-3.787%209.401-.909%203.819-1.363%208.396-1.363%2013.725%200%205.477.455%2010.087%201.363%2013.831.909%203.749%202.17%206.846%203.787%209.294%201.614%202.451%203.458%204.214%205.529%205.295%202.069%201.081%204.265%201.621%206.59%201.621m54.688-148.103h-45.299v47.979h-12.723c-15.89%200-29.015%206.742-37.956%2019.498-8.405%2011.991-12.491%2028.538-12.491%2050.585%200%2022.046%204.086%2038.593%2012.491%2050.585%208.941%2012.755%2022.066%2019.497%2037.956%2019.497h58.021V334.885h.001zm-54.688%20138.103c-.714%200-1.318-.149-1.958-.484-.249-.13-.914-.573-1.809-1.932-.976-1.478-1.788-3.544-2.42-6.151-.718-2.958-1.082-6.818-1.082-11.474%200-4.526.367-8.365%201.092-11.41.625-2.622%201.457-4.771%202.407-6.212.899-1.363%201.563-1.807%201.807-1.934.644-.336%201.249-.486%201.963-.486h9.39v40.083h-9.39z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M570.223%20518.029c-3.575%200-7.067-.366-10.38-1.087-3.974-.864-7.543-2.956-10.608-6.216-2.898-3.075-5.198-7.422-6.831-12.914-1.566-5.265-2.328-12.094-2.328-20.876v-50.76h-15.148v-38.313h15.148v-47.979h35.299v47.979h23.329v38.313h-23.329v41.683c0%202.032.071%204.016.213%205.894.104%201.387.402%202.604.889%203.622.32.671.813%201.182%201.553%201.609.476.277%201.637.732%204.161.732h16.514v38.313h-28.482z%22%2F%3E%3Cpath%20d%3D%22M570.374%20344.885v47.979h23.329v28.313h-23.329v46.683c0%202.161.075%204.252.227%206.268.151%202.02.606%203.819%201.363%205.403.758%201.587%201.943%202.847%203.561%203.782%201.614.938%203.837%201.404%206.665%201.404h11.514v28.313h-23.48c-3.233%200-6.339-.324-9.316-.973-2.98-.648-5.657-2.232-8.029-4.755-2.374-2.519-4.268-6.159-5.681-10.914-1.415-4.755-2.121-11.238-2.121-19.451v-55.76h-15.148v-28.313h15.148v-47.979h25.297m10-10h-45.299v47.979h-15.148v48.313h15.148v45.76c0%209.273.83%2016.568%202.536%2022.303%201.882%206.334%204.496%2011.216%207.988%2014.921%203.763%204.001%208.2%206.584%2013.18%207.667%203.659.797%207.51%201.201%2011.442%201.201h33.48v-48.313h-21.514c-.647%200-1.108-.04-1.414-.083-.099-.362-.167-.785-.203-1.255-.132-1.755-.199-3.612-.199-5.52v-36.683H603.7v-48.313h-23.329v-47.977h.003z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M600.063%20518.029V387.864h45.144c3.971%200%207.944%201.082%2011.81%203.217%203.724%202.058%207.076%205.018%209.964%208.798%202.799%203.669%205.07%208.083%206.753%2013.122%201.679%205.03%202.53%2010.762%202.53%2017.037v17.103h-35.299v-11.7c0-2.654-.522-4.724-1.553-6.149-.925-1.278-1.638-1.386-2.233-1.386h-1.816v90.124h-35.3z%22%2F%3E%3Cpath%20d%3D%22M645.207%20392.864c3.13%200%206.261.864%209.393%202.594%203.129%201.728%205.932%204.215%208.407%207.456%202.474%203.242%204.469%207.132%205.984%2011.671%201.515%204.538%202.272%209.691%202.272%2015.453v12.103h-25.299v-6.7c0-3.744-.833-6.771-2.499-9.077-1.667-2.303-3.764-3.458-6.287-3.458h-6.816v90.124h-25.299V392.864h40.144m0-10h-50.144v140.165h45.299V452.14h40.902v-22.103c0-6.814-.938-13.079-2.787-18.619-1.858-5.563-4.388-10.465-7.52-14.571-3.314-4.339-7.189-7.75-11.522-10.143-4.615-2.548-9.402-3.84-14.228-3.84z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M702.471%20518.029c-10.529%200-18.634-4.17-24.088-12.395-5.025-7.569-7.574-17.443-7.574-29.347%200-12.043%202.549-21.989%207.575-29.563%205.455-8.224%2013.56-12.394%2024.087-12.394h26.905c-.032-.227-.066-.452-.104-.679-.267-1.618-.733-3.073-1.386-4.316-.531-1.009-1.227-1.803-2.126-2.424-.707-.487-1.765-.735-3.143-.735h-45.901v-38.313h52.869c3.926%200%208.017.802%2012.159%202.382%204.338%201.659%208.312%204.519%2011.817%208.499%203.406%203.875%206.209%209.029%208.332%2015.322%202.084%206.189%203.141%2013.889%203.141%2022.887v81.075h-62.563zm4.106-39.013c.729.479%201.546.701%202.559.701h20.602v-8.37h-20.602c-.939%200-1.748.235-2.529.737-.127.254-.5%201.2-.5%203.556-.001%202.226.35%203.131.47%203.376z%22%2F%3E%3Cpath%20d%3D%22M729.586%20392.864c3.333%200%206.791.686%2010.377%202.054%203.584%201.371%206.867%203.748%209.847%207.132%202.978%203.387%205.428%207.926%207.348%2013.616%201.917%205.693%202.878%2012.788%202.878%2021.288v76.075h-57.564c-8.787%200-15.429-3.384-19.921-10.158-4.495-6.771-6.741-15.632-6.741-26.583%200-11.093%202.246-20.025%206.741-26.799%204.492-6.772%2011.134-10.158%2019.921-10.158h32.267c0-2.161-.178-4.322-.53-6.483-.355-2.161-.985-4.106-1.894-5.836-.909-1.729-2.147-3.134-3.712-4.214-1.566-1.081-3.56-1.621-5.983-1.621h-40.901v-28.313h47.867m-20.45%2091.853h25.602v-18.37h-25.602c-2.021%200-3.863.577-5.529%201.729-1.666%201.155-2.5%203.675-2.5%207.564%200%203.749.808%206.197%202.424%207.349%201.614%201.154%203.484%201.728%205.605%201.728m20.45-101.853h-57.869v48.313h18.897c-6.714%202.261-12.276%206.572-16.397%2012.784-5.579%208.407-8.408%2019.283-8.408%2032.327%200%2012.904%202.83%2023.709%208.41%2032.114%206.344%209.567%2016.115%2014.627%2028.252%2014.627h67.564v-86.075c0-9.676-1.112-17.683-3.401-24.479-2.338-6.929-5.471-12.656-9.315-17.028-4.051-4.6-8.687-7.919-13.784-9.869-4.722-1.802-9.412-2.714-13.949-2.714z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M810.326%20518.029c-14.392%200-25.784-5.843-33.862-17.366-7.688-10.968-11.585-27.021-11.585-47.716s3.897-36.749%2011.585-47.716c8.078-11.524%2019.471-17.367%2033.862-17.367h39.539v40.041h-36.207c-1.52%200-2.917.345-4.274%201.053-1.301.68-2.535%201.896-3.67%203.615-1.286%201.951-2.328%204.578-3.097%207.808-.815%203.424-1.229%207.651-1.229%2012.566%200%205.053.411%209.31%201.223%2012.651.769%203.17%201.812%205.766%203.101%207.718%201.135%201.723%202.368%202.938%203.671%203.618%201.357.71%202.755%201.054%204.275%201.054h36.207v40.041h-39.539z%22%2F%3E%3Cpath%20d%3D%22M844.865%20392.864v30.041h-31.207c-2.324%200-4.521.541-6.589%201.621-2.071%201.081-3.915%202.847-5.529%205.295-1.617%202.452-2.879%205.586-3.787%209.401-.909%203.819-1.364%208.396-1.364%2013.725%200%205.477.455%2010.087%201.364%2013.831.908%203.749%202.17%206.846%203.787%209.294%201.614%202.451%203.458%204.214%205.529%205.295%202.068%201.081%204.265%201.621%206.589%201.621h31.207v30.041h-34.539c-12.726%200-22.647-5.079-29.768-15.236-7.12-10.158-10.68-25.105-10.68-44.846%200-19.738%203.56-34.688%2010.68-44.846%207.12-10.158%2017.042-15.237%2029.768-15.237h34.539m10-10h-44.539c-15.891%200-29.016%206.742-37.956%2019.498-8.405%2011.99-12.491%2028.537-12.491%2050.585%200%2022.047%204.086%2038.594%2012.491%2050.585%208.941%2012.755%2022.066%2019.497%2037.956%2019.497h44.539v-50.041h-41.207c-.713%200-1.317-.149-1.957-.484-.25-.13-.915-.574-1.81-1.932-.977-1.48-1.789-3.545-2.42-6.148-.719-2.962-1.083-6.821-1.083-11.477%200-4.525.368-8.364%201.092-11.409.624-2.623%201.457-4.771%202.407-6.212.9-1.364%201.564-1.808%201.808-1.935.645-.337%201.249-.486%201.962-.486h41.207v-50.041h.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M906.807%20518.029L886.525%20482.7v35.329h-35.298V339.885h35.298v77.826l18.087-29.847h42.189l-39.214%2062.058%2042.996%2068.107%22%2F%3E%3Cpath%20d%3D%22M881.525%20344.885v89.476h.757l25.146-41.496h30.298l-36.054%2057.057%2039.841%2063.108H909.7l-27.419-47.764h-.757v47.764h-25.299V344.885h25.3m10-10h-45.299V523.03h45.299v-21.576l9.503%2016.555%202.883%205.021h55.742l-9.683-15.338-36.47-57.769%2032.68-51.717%209.694-15.342h-54.079l-2.919%204.817-7.351%2012.131v-64.927z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23D2527F%22%20stroke-width%3D%22.25%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.628%20158.709h29.419v63.654h39.225v-63.654h29.418v160.268H85.272v-63.654H46.047v63.654H16.628V158.709zm183.866%20133.282v26.986h-34.935c-12.871%200-22.907-4.841-30.108-14.523-7.202-9.682-10.802-23.928-10.802-42.745%200-18.813%203.601-33.063%2010.802-42.745%207.202-9.682%2017.237-14.523%2030.108-14.523h34.935v26.986H168.93c-4.7%200-8.377%201.545-11.032%204.635-2.658%203.09-4.75%207.313-6.282%2012.669h47.04v25.75h-47.04c1.532%205.356%203.625%209.614%206.282%2012.772%202.655%203.16%206.332%204.737%2011.032%204.737h31.564zm73.47-85.283c3.218%201.513%206.129%203.708%208.734%206.592%202.604%202.884%204.75%206.524%206.435%2010.918%201.686%204.396%202.528%209.476%202.528%2015.244v79.516h-25.588v-73.954c0-4.255-.919-7.313-2.758-9.167-1.838-1.854-3.883-2.781-6.129-2.781h-19.612v85.902h-25.588V204.441h52.556c3.063%200%206.204.757%209.422%202.267zm65.349%20112.27c-3.271%200-6.412-.309-9.423-.927-3.014-.618-5.722-2.128-8.121-4.532-2.401-2.401-4.317-5.871-5.746-10.403-1.432-4.531-2.145-10.712-2.145-18.54v-53.147h-15.322v-26.986h15.322v-45.732h25.588v45.732h23.596v26.986h-23.596v44.496c0%202.06.077%204.052.229%205.974.153%201.925.613%203.641%201.379%205.15.766%201.513%201.965%202.713%203.601%203.604%201.633.895%203.881%201.339%206.742%201.339h11.645v26.986h-23.749zm37.385-114.537h48.418c3.371%200%206.869.653%2010.496%201.957%203.625%201.307%206.945%203.573%209.959%206.798%203.012%203.228%205.49%207.554%207.432%2012.978%201.939%205.427%202.911%2012.189%202.911%2020.291v72.512H397.69c-8.887%200-15.605-3.226-20.149-9.682-4.546-6.454-6.818-14.9-6.818-25.338%200-10.574%202.272-19.088%206.818-25.544%204.544-6.454%2011.262-9.682%2020.149-9.682h32.636c0-2.06-.179-4.12-.536-6.18-.359-2.06-.996-3.914-1.915-5.562-.919-1.648-2.172-2.987-3.754-4.017-1.584-1.03-3.601-1.545-6.052-1.545h-41.37v-26.986zm53.628%2070.04h-25.895c-2.044%200-3.907.551-5.593%201.648-1.685%201.101-2.528%203.502-2.528%207.21%200%203.572.816%205.906%202.451%207.004%201.633%201.101%203.524%201.647%205.669%201.647h25.895v-17.509zm39.377-81.575v-27.398h25.588v27.398h-25.588zm0%20126.072V204.441h25.588v114.536h-25.588z%22%2F%3E%3C%2Fsvg%3E");
}

.ova {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22354.2945%22%20x2%3D%22365.7055%22%20y1%3D%22441.5%22%20y2%3D%22441.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23BA7802%22%2F%3E%3Cstop%20offset%3D%22.0333%22%20stop-color%3D%22%23BE7F0E%22%2F%3E%3Cstop%20offset%3D%22.2591%22%20stop-color%3D%22%23DBAB5B%22%2F%3E%3Cstop%20offset%3D%22.4202%22%20stop-color%3D%22%23ECC78B%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23F3D29D%22%2F%3E%3Cstop%20offset%3D%22.5798%22%20stop-color%3D%22%23ECC78B%22%2F%3E%3Cstop%20offset%3D%22.7409%22%20stop-color%3D%22%23DBAB5B%22%2F%3E%3Cstop%20offset%3D%22.9667%22%20stop-color%3D%22%23BE7F0E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23BA7802%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2214%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M357.147%20446l-2.853-4.5%202.853-4.5h5.706l2.853%204.5-2.853%204.5z%22%2F%3E%3Cpath%20d%3D%22M615.774%20348.871c-38.466%200-69.646-31.179-69.646-69.646%200-38.466%2031.18-69.645%2069.646-69.645%2038.467%200%2069.645%2031.18%2069.645%2069.645.001%2038.467-31.178%2069.646-69.645%2069.646zm47.646-68.645c0-26.315-21.33-47.645-47.645-47.645-26.315%200-47.646%2021.331-47.646%2047.645%200%2026.315%2021.33%2047.646%2047.646%2047.646%2026.315-.001%2047.645-21.331%2047.645-47.646z%22%2F%3E%3Cpath%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M921%2014h30v526h-30z%22%2F%3E%3ClinearGradient%20id%3D%22b%22%20x1%3D%22449.2691%22%20x2%3D%22783.7307%22%20y1%3D%22112.2691%22%20y2%3D%22446.7307%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23BA7802%22%2F%3E%3Cstop%20offset%3D%22.1154%22%20stop-color%3D%22%23C89035%22%2F%3E%3Cstop%20offset%3D%22.3013%22%20stop-color%3D%22%23DEB581%22%2F%3E%3Cstop%20offset%3D%22.4342%22%20stop-color%3D%22%23ECCCB2%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23F1D5C4%22%2F%3E%3Cstop%20offset%3D%22.5658%22%20stop-color%3D%22%23ECCCB2%22%2F%3E%3Cstop%20offset%3D%22.6987%22%20stop-color%3D%22%23DEB581%22%2F%3E%3Cstop%20offset%3D%22.8846%22%20stop-color%3D%22%23C89035%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23BA7802%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23b)%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2214%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M616.5%20516C485.884%20516%20380%20410.115%20380%20279.5%20380%20148.884%20485.884%2043%20616.5%2043%20747.115%2043%20853%20148.884%20853%20279.5%20853%20410.115%20747.115%20516%20616.5%20516zm0-303.451c-36.976%200-66.951%2029.975-66.951%2066.951s29.975%2066.951%2066.951%2066.951%2066.951-29.975%2066.951-66.951-29.975-66.951-66.951-66.951z%22%2F%3E%3ClinearGradient%20id%3D%22c%22%20x1%3D%22616%22%20x2%3D%22951%22%20y1%3D%22277%22%20y2%3D%22277%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23BA7802%22%2F%3E%3Cstop%20offset%3D%22.0333%22%20stop-color%3D%22%23BE7F0E%22%2F%3E%3Cstop%20offset%3D%22.2591%22%20stop-color%3D%22%23DBAB5B%22%2F%3E%3Cstop%20offset%3D%22.4202%22%20stop-color%3D%22%23ECC78B%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23F3D29D%22%2F%3E%3Cstop%20offset%3D%22.5798%22%20stop-color%3D%22%23ECC78B%22%2F%3E%3Cstop%20offset%3D%22.7409%22%20stop-color%3D%22%23DBAB5B%22%2F%3E%3Cstop%20offset%3D%22.9667%22%20stop-color%3D%22%23BE7F0E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23BA7802%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23c)%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2214%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M616%2014h335v526H616z%22%2F%3E%3ClinearGradient%20id%3D%22d%22%20x1%3D%22351.5474%22%20x2%3D%22362.956%22%20y1%3D%22436.5%22%20y2%3D%22436.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23BA7802%22%2F%3E%3Cstop%20offset%3D%22.0333%22%20stop-color%3D%22%23BE7F0E%22%2F%3E%3Cstop%20offset%3D%22.2591%22%20stop-color%3D%22%23DBAB5B%22%2F%3E%3Cstop%20offset%3D%22.4202%22%20stop-color%3D%22%23ECC78B%22%2F%3E%3Cstop%20offset%3D%22.5%22%20stop-color%3D%22%23F3D29D%22%2F%3E%3Cstop%20offset%3D%22.5798%22%20stop-color%3D%22%23ECC78B%22%2F%3E%3Cstop%20offset%3D%22.7409%22%20stop-color%3D%22%23DBAB5B%22%2F%3E%3Cstop%20offset%3D%22.9667%22%20stop-color%3D%22%23BE7F0E%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23BA7802%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23d)%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2214%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M360%20441.5l-5.704-.12-2.749-5%202.956-4.88%205.705.12%202.748%205z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M86.103%20521.906c-14.839%200-27.364-2.428-37.229-7.215-9.95-4.826-17.976-11.499-23.854-19.833-5.785-8.197-9.874-17.93-12.154-28.927-2.211-10.646-3.332-22.172-3.332-34.253%200-12.219%201.121-23.816%203.333-34.469%202.28-10.995%206.369-20.728%2012.154-28.926%205.883-8.34%2013.918-14.981%2023.881-19.739%209.863-4.707%2022.379-7.094%2037.201-7.094%2014.699%200%2027.153%202.387%2037.016%207.093%209.96%204.757%2017.995%2011.398%2023.882%2019.74%205.782%208.198%209.871%2017.931%2012.154%2028.926%202.211%2010.665%203.333%2022.262%203.333%2034.469%200%2012.069-1.121%2023.594-3.332%2034.254-2.283%2010.996-6.372%2020.728-12.154%2028.926-5.882%208.336-13.907%2015.009-23.854%2019.834-9.866%204.787-22.33%207.214-37.045%207.214zm0-136.364c-6.782%200-12.113%201.152-15.845%203.425-3.797%202.312-6.638%205.333-8.687%209.238-2.164%204.121-3.597%209.022-4.259%2014.57-.711%205.955-1.072%2012.315-1.072%2018.903s.36%2012.948%201.072%2018.903c.662%205.548%202.095%2010.449%204.258%2014.568%202.05%203.907%204.891%206.929%208.687%209.238%203.734%202.274%209.065%203.427%2015.846%203.427%206.668%200%2011.977-1.158%2015.779-3.441%203.829-2.3%206.654-5.302%208.637-9.177%202.116-4.137%203.526-9.055%204.19-14.615.711-5.955%201.072-12.315%201.072-18.903s-.36-12.948-1.072-18.903c-.664-5.561-2.074-10.479-4.19-14.615-1.982-3.875-4.808-6.877-8.638-9.178-3.8-2.283-9.11-3.44-15.778-3.44z%22%2F%3E%3Cpath%20d%3D%22M86.103%20346.451c14.019%200%2025.639%202.204%2034.862%206.606%209.223%204.404%2016.538%2010.44%2021.95%2018.11%205.41%207.671%209.191%2016.693%2011.344%2027.06%202.15%2010.371%203.228%2021.52%203.228%2033.452%200%2011.792-1.078%2022.871-3.228%2033.239-2.153%2010.37-5.934%2019.389-11.344%2027.06-5.413%207.671-12.728%2013.743-21.95%2018.217-9.223%204.475-20.844%206.712-34.862%206.712-14.143%200-25.824-2.237-35.046-6.712-9.223-4.474-16.541-10.546-21.951-18.217-5.413-7.671-9.194-16.689-11.344-27.06-2.153-10.368-3.228-21.446-3.228-33.239%200-11.932%201.075-23.081%203.228-33.452%202.15-10.367%205.931-19.389%2011.344-27.06%205.41-7.67%2012.728-13.706%2021.951-18.11%209.222-4.402%2020.903-6.606%2035.046-6.606m0%20136.364c7.623%200%2013.742-1.386%2018.354-4.156%204.611-2.77%208.116-6.499%2010.514-11.186%202.398-4.687%203.966-10.121%204.704-16.3.738-6.179%201.107-12.677%201.107-19.496s-.369-13.317-1.107-19.496c-.738-6.179-2.306-11.612-4.704-16.3-2.398-4.688-5.902-8.416-10.514-11.187-4.611-2.77-10.73-4.155-18.354-4.155-7.747%200-13.897%201.385-18.446%204.155-4.551%202.771-8.055%206.499-10.514%2011.187-2.461%204.687-4.058%2010.121-4.796%2016.3-.738%206.179-1.107%2012.677-1.107%2019.496s.369%2013.317%201.107%2019.496c.738%206.179%202.334%2011.612%204.796%2016.3%202.459%204.687%205.963%208.416%2010.514%2011.186%204.548%202.771%2010.698%204.156%2018.446%204.156m0-146.364c-15.573%200-28.814%202.551-39.353%207.581-10.747%205.132-19.432%2012.322-25.815%2021.371-6.181%208.76-10.543%2019.121-12.964%2030.793-2.28%2010.984-3.436%2022.923-3.436%2035.483%200%2012.422%201.156%2024.289%203.437%2035.272%202.419%2011.668%206.781%2022.029%2012.964%2030.792%206.369%209.031%2015.036%2016.248%2025.757%2021.449%2010.55%205.119%2023.81%207.715%2039.411%207.715%2015.478%200%2028.676-2.596%2039.228-7.716%2010.716-5.199%2019.381-12.415%2025.755-21.448%206.18-8.763%2010.542-19.123%2012.964-30.792%202.281-10.995%203.437-22.862%203.437-35.271%200-12.547-1.156-24.485-3.436-35.483-2.424-11.674-6.786-22.033-12.963-30.793-6.388-9.052-15.072-16.241-25.813-21.37-10.545-5.032-23.723-7.583-39.173-7.583zm0%20136.364c-5.768%200-10.348-.932-13.245-2.697-3.001-1.827-5.244-4.211-6.859-7.29-1.881-3.581-3.132-7.9-3.722-12.84-.688-5.759-1.036-11.92-1.036-18.31s.349-12.551%201.036-18.31c.59-4.94%201.841-9.259%203.72-12.836%201.617-3.083%203.86-5.468%206.861-7.295%202.897-1.764%207.477-2.696%2013.245-2.696%205.749%200%2010.192.918%2013.205%202.727%203.004%201.805%205.216%204.15%206.76%207.168%201.846%203.609%203.083%207.96%203.677%2012.931.688%205.759%201.036%2011.92%201.036%2018.31s-.349%2012.551-1.036%2018.31c-.594%204.972-1.831%209.322-3.677%2012.931-1.544%203.019-3.756%205.363-6.76%207.168-3.015%201.812-7.457%202.729-13.205%202.729z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M210.989%20519.563l-64.347-175.768h49.315l35.936%20108.279%2037.122-108.279h49.281L249.06%20519.563%22%2F%3E%3Cpath%20d%3D%22M310.953%20348.795l-65.297%20165.767h-31.173l-60.686-165.767h38.551l39.105%20117.827h.738l40.396-117.827h38.366m14.687-10h-60.197l-2.317%206.757-31.157%2090.88-30.13-90.786-2.273-6.85h-60.079l4.919%2013.438L205.092%20518l2.402%206.562h44.97l2.495-6.335%2065.297-165.767%205.384-13.665z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M392.045%20519.563l-12.174-35.583h-45.238l-12.174%2035.583h-48.166l64.151-175.768h37.615l64.151%20175.768h-48.165zm-26.68-77.543l-8.114-23.546-8.114%2023.546h16.228z%22%2F%3E%3Cpath%20d%3D%22M372.562%20348.795l60.501%20165.767h-37.444l-12.174-35.583H331.06l-12.174%2035.583H281.44l60.501-165.767h30.621m-30.436%2098.224h30.25l-15.125-43.892-15.125%2043.892m37.431-108.224h-44.61l-2.398%206.571-60.501%20165.767-4.901%2013.429h58.887l2.314-6.763%209.86-28.82h38.09l9.86%2028.82%202.314%206.763h58.887l-4.901-13.429-60.501-165.767-2.4-6.571zm-23.407%2098.224l1.102-3.198%201.102%203.198h-2.204z%22%2F%3E%3Cpath%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M921%2014h30v526h-30z%22%2F%3E%3C%2Fsvg%3E");
}
.h_ova {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2220%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M238%20270v216m650-213v215%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22863%22%20x2%3D%22264%22%20y1%3D%22-69%22%20y2%3D%22530%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.2258%22%20stop-color%3D%22%23FF7BAC%22%2F%3E%3Cstop%20offset%3D%22.4511%22%20stop-color%3D%22%23FFA5C6%22%2F%3E%3Cstop%20offset%3D%22.8239%22%20stop-color%3D%22%23FFE6EF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFFFFF%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M180%2015h767v431H180z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2214%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M181%20488h767%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2220%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M457%20473h215%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M715.593%20354.124c12.742-13.931%2024.293-27.883%2039.635-38.01%202.639-1.738%204.951-2.719%208.025-3.504%206.476-1.662%2012.469-5.127%2018.833-7.364%206.938-2.439%2013.651-5.223%2021.477-5.148%208.962.086%2017.942-1.733%2027.658-2.807.458%201.505%203.659%203.288%204.37%205.622h5.159c-4.622-2.956-1.332-2.886-6.753-6.353%209.278-.483%2012.411-2.44%2018.839-2.773%202.871-1.942%206.25-5.061%2010.232-6.765%2013.783-5.895%2015.582-19.534%2018.962-31.083%203.333-11.39-4.305-21.9-9.198-31.881-4.601-9.385-14.487-15.053-23.692-17.168-13.316-3.058-26.911.343-37.896%209.672-4.76%204.044-8.916%208.797-13.349%2013.23.968%206.644-6.164%2012.506-2.809%2018.878%203.231%206.152%208.215%2011.383%2012.892%2017.643h21.266c-19.519%202.795-22.12%209.207-40.788-14.597%200-2.862.201-5.984-.034-9.072-1.35-17.655%208.188-29.751%2021.173-39.332%2017.642-13.02%2037.923-12.95%2057.214-5.956%2015.38%205.577%2025.013%2018.53%2030.398%2034.514%208.946%2026.577%203.604%2050.087-15.219%2070.068-6.526%206.923-14.689%2013.226-25.331%2014.272-1.978.196-3.717%202.873-7.814%206.268%2013.837-2.217%2020.791%205.543%2028.364%2011.848%2011.012%209.173%2018.408%2020.503%2022.553%2034.541%201.854%206.286.782%2012.126%201.493%2018.126%201.818%2015.311-3.129%2028.845-11.351%2041.602.521-56.49-9.396-56.009-22.35-69.345-9.316-3.27-15.708-5.513-22.037-7.737-6.465.937-13.346%201.932-22.344%203.232-1.527%201.893-4.444%205.516-7.089%208.803-6.743-2.195-9.844%201.658-12.815%205.175-2.196%202.597-3.383%206.088-5.722%208.504-1.959%202.022-5.045%202.903-7.41%204.596-1.677%201.197-2.993%202.897-4.644%204.55v10.642c-4.021%203.307-8.806%207.235-13.913%2011.436%205.986%2011.139%2017.305%2012.367%2025.903%2016.895%208.916%204.69%2019.604%204.539%2030.672%202.979%202.853-3.116%206.357-6.951%2010.388-11.361v-14.641c-1.986-2.128-4.033-4.318-6.519-6.977%201.895-.385%204.132-1.382%204.591-.85%202.872%203.333%205.352%207.012%208.115%2010.789v15.224c-2.342%203.125-4.687%206.254-8.296%2011.066-2.669%201.364-7.423%203.793-12.448%206.359-19.662%203.016-37.764-3.541-55.482-12.901-3.26%206.479-6.26%2012.447-9.572%2019.04h-10.538c-.403-2.527-.863-5.41-1.503-9.425-2.444%203.754-4.396%206.755-6.183%209.505h-74.888c2.775-11.616%2012.129-21.029%209.261-33.38-9.454-3.285-13.563%205.322-19.483%208.841-6.812%204.042-6.573%2012.726-8.752%2020.375-6.765%203.091-14.11%209.762-21.396-.517%202.712-11.539%205.351-23.766%2013.963-31.703%208.431-7.771%2019.557-12.624%2030.618-19.449-6.577-11.934-14.126-24.39-20.449-37.439-6.563-13.548-15.255-25.84-21.505-39.632-5.606-12.362-11.288-25.047-14.393-37.786-3.354-13.771-8.551-27.866-6.997-42.649%202.425-23.042%208.938-44.198%2025.745-61.461%2012.087-12.415%2025.102-22.314%2042.248-26.923%203.985-1.07%207.805-1.193%2011.662-1.952%203.807-.749%207.568-1.73%2011.184-2.571%203.725.857%207.469%202.162%2011.298%202.523%2014.73%201.39%2028.156%205.843%2038.367%2016.972%205.803%206.321%2012.827%2011.277%2017.012%2019.51%205.477%2010.777%2011.108%2024.048%2011.809%2034.333.193%202.847%201.71%205.577%202.219%208.433.529%202.981%201.944%207.14.57%208.87-4.374%205.495-1.869%2011.793-3.272%2017.254-16.62%2028.634-28.331%2034.418-62.946%2032.612-8.021-2.739-13.58-7.726-15.172-17.413%201.519-4.206%203.22-9.259%205.23-14.188.457-1.114%201.978-1.79%203.823-3.36-1.212%207.591-2.28%2014.254-3.299%2020.618%203.437%201.769%206.005%203.088%209.544%204.906h17.011c11.579-6.488%2022.95-12.561%2027.628-32.732.985-20.393-7.695-42.597-30.193-57.556-8.183-2.212-15.689-4.245-23.88-6.461-2.363.738-5.54%202.189-8.855%202.679-15.475%202.292-39.273%2023.298-40.459%2037.89-1.097%2013.513-1.213%2027.134%204.095%2040.46%209.403%2023.623%2021.437%2045.689%2035.572%2066.736%207.534%2011.216%2014.642%2022.721%2021.967%2034.131zm-38.918-9.878c-4.25%208.607%203.624%2013.921%205.833%2020.35%202.192%206.372%204.512%2012.656%206.278%2019.23%201.812%206.738%204.935%2013.121%208.775%2022.974%200-6.273.862-9.561-.142-12.113-6.616-16.808-9.91-34.995-20.744-50.441zm-161.802-144.84c1.6.68%204.197%202.029%206.947%202.908%2012.755%204.078%2024.998%209.59%2034.229%2019.274%2012.772%2013.397%2022.3%2028.771%2023.576%2048.189.349%205.292%204.207%2010.146%203.005%2015.961-.412%201.987.506%204.506-.396%206.098-5.063%208.947-1.98%2019.675-6.538%2028.646-4.387%208.634-8.641%2017.351-13.444%2025.747-1.134%201.982-4.242%202.835-6.258%204.091%2019.209%2028.026%2025.567%2057.526%2026.922%2088.44-1.763%201.648-3.282%203.065-5.043%204.714-1.417-3.786-2.845-7.591-4.417-11.791h-11.699c-3.135%203.991-6.657%208.477-11.372%2014.478-3.482-7.938-2.528-14.131-2.128-19.914.923-13.322-3.223-25.601-6.306-38.182-1.17-4.768-3.602-6.793-9.898-7.439%209.951%2020.324%2010.986%2040.927%209.354%2062.461H439.481c-1.443-10.395-11.54-11.219-19.846-15.211-.864.488-2.048%201.623-3.383%201.84-11.397%201.873-20.948%207.157-30.518%2013.603-6.606%204.451-14.972%207.34-23.799%206.7-10.571-.766-21.447%201.768-31.609-3.184-3.907-1.904-8.388-3.022-11.733-5.621-15.076-11.717-23.948-27.755-29.877-45.516-1.094-3.274-.337-7.126-.82-10.657-.453-3.331-1.413-6.593-2.489-11.401.48-1.494%202.576-4.796%202.354-7.934-.701-9.897%202.543-17.724%209.839-24.278%201.709-1.534%202.489-4.102%203.905-6.558%207.243-2.582%2013.973-7.483%2022.906-7.881%208.76-.39%2021.218%202.675%2026.954%209.289%201.949%202.245%2010.174%2017.451%2011.08%2020.484%203.082%2010.313-2.289%2019.526-17.265%2025.006%203.757-3.758%205.139-5.441%206.817-6.746%202.038-1.583%204.323-2.844%205.92-3.87-1.955-6.776-3.311-11.477-5.484-19.014-1.35-1.206-4.665-4.522-8.336-7.382-8.263-6.432-17.436-5.964-25.609%201.014-7.981%206.816-11.017%2020.247-7.21%2031.911%205.623%2017.228%207.438%2019.976%2024.818%2037.354h23.259c8.081-5.223%2016.583-11.046%2025.407-16.328%208.048-4.814%2016.67-7.721%2026.308-8.48%2017.556-1.381%2027.056-.341%2040.509%206.574%207.961-13.717%2015.941-27.465%2024.6-42.383-4.264-1.715-8.195-4.346-13.919-4.989-16.042-1.808-31.542-6.188-46.566-12.248-7.334-2.959-12.501-8.438-17.66-13.971-.703-.752-.096-2.722-.096-6.671%2010.837%2014.2%2025.117%2014.956%2039.113%2017.828%2012.715%202.605%2025.28%202.186%2037.942%202.927%204.765.28%209.415%202.494%2014.335%203.892%203.466-3.803%206.441-7.064%209.461-10.375-29.556-20.992-39.35-49.183-34.689-83.011%202.654-5.157%205.329-10.346%208.323-16.161-8.168-4.019-16.6-.208-23.358%202.914-19.936%209.21-39.051%2020.164-50.438%2040.396-.569%201.013-1.91%201.595-4.49%203.648%204.729-22.062%2016.446-38.337%2030.94-51.17%2018.939-16.77%2040.712-30.076%2067.324-28.261%2012.211-14.248%2018.431-30.066%2015.245-44.026-4.964-18.885-17.814-21.879-29.554-24.532-12.43-2.813-22.144%205.916-33.525%2012.665.482-2.725.16-5.24%201.184-6.045%2015.375-12.085%2028.164-16.736%2051.276-10.499%2012.038%203.247%2018.511%2011.527%2021.948%2020.78%202.748%207.401%206.257%2016.228%203.979%2024.973-2.188%208.397-4.965%2016.644-8.081%2026.924zM496.6%20230.051c-2.533%204.925-5.561%208.999-6.772%2013.553-2.467%209.268-6.009%2017.706-2.661%2028.646%205.344%2017.453%2017.005%2028.695%2029.981%2041.547%205.181-9.547%2011.592-16.513%2013.602-26.495%203.003-14.912%202.997-28.434-8.402-40.451-7.077-7.461-15.406-12.337-25.748-16.8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M825.512%2058.892c-9.363-15.604-24.968-26.527-43.693-26.527-26.527%200-46.813%2026.037-46.813%2046.813%200%2040.329%2028.088%2059.298%2090.506%20118.594%2062.417-59.296%2090.505-78.265%2090.505-118.594%200-20.776-20.286-46.813-46.814-46.813-18.725%200-34.33%2010.923-43.691%2026.527z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23D2527F%22%20stroke-width%3D%22.25%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.628%20158.709h29.419v63.654h39.225v-63.654h29.418v160.268H85.272v-63.654H46.047v63.654H16.628V158.709zm183.866%20133.282v26.986h-34.935c-12.871%200-22.907-4.841-30.108-14.523-7.202-9.682-10.802-23.928-10.802-42.745%200-18.813%203.601-33.063%2010.802-42.745%207.202-9.682%2017.237-14.523%2030.108-14.523h34.935v26.986H168.93c-4.7%200-8.377%201.545-11.032%204.635-2.658%203.09-4.75%207.313-6.282%2012.669h47.04v25.75h-47.04c1.532%205.356%203.625%209.614%206.282%2012.772%202.655%203.16%206.332%204.737%2011.032%204.737h31.564zm73.47-85.283c3.218%201.513%206.129%203.708%208.734%206.592%202.604%202.884%204.75%206.524%206.435%2010.918%201.686%204.396%202.528%209.476%202.528%2015.244v79.516h-25.588v-73.954c0-4.255-.919-7.313-2.758-9.167-1.838-1.854-3.883-2.781-6.129-2.781h-19.612v85.902h-25.588V204.441h52.556c3.063%200%206.204.757%209.422%202.267zm65.349%20112.27c-3.271%200-6.412-.309-9.423-.927-3.014-.618-5.722-2.128-8.121-4.532-2.401-2.401-4.317-5.871-5.746-10.403-1.432-4.531-2.145-10.712-2.145-18.54v-53.147h-15.322v-26.986h15.322v-45.732h25.588v45.732h23.596v26.986h-23.596v44.496c0%202.06.077%204.052.229%205.974.153%201.925.613%203.641%201.379%205.15.766%201.513%201.965%202.713%203.601%203.604%201.633.895%203.881%201.339%206.742%201.339h11.645v26.986h-23.749zm37.385-114.537h48.418c3.371%200%206.869.653%2010.496%201.957%203.625%201.307%206.945%203.573%209.959%206.798%203.012%203.228%205.49%207.554%207.432%2012.978%201.939%205.427%202.911%2012.189%202.911%2020.291v72.512H397.69c-8.887%200-15.605-3.226-20.149-9.682-4.546-6.454-6.818-14.9-6.818-25.338%200-10.574%202.272-19.088%206.818-25.544%204.544-6.454%2011.262-9.682%2020.149-9.682h32.636c0-2.06-.179-4.12-.536-6.18-.359-2.06-.996-3.914-1.915-5.562-.919-1.648-2.172-2.987-3.754-4.017-1.584-1.03-3.601-1.545-6.052-1.545h-41.37v-26.986zm53.628%2070.04h-25.895c-2.044%200-3.907.551-5.593%201.648-1.685%201.101-2.528%203.502-2.528%207.21%200%203.572.816%205.906%202.451%207.004%201.633%201.101%203.524%201.647%205.669%201.647h25.895v-17.509zm39.377-81.575v-27.398h25.588v27.398h-25.588zm0%20126.072V204.441h25.588v114.536h-25.588z%22%2F%3E%3Cpath%20stroke%3D%22%23000000%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M350.919%20447.5l-6.333-10.5%206.333-10.5h12.666l6.332%2010.5-6.332%2010.5z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M86.103%20521.906c-14.839%200-27.364-2.428-37.229-7.215-9.95-4.826-17.976-11.499-23.854-19.833-5.785-8.197-9.874-17.93-12.154-28.927-2.211-10.646-3.332-22.172-3.332-34.253%200-12.219%201.121-23.816%203.333-34.469%202.28-10.995%206.369-20.728%2012.154-28.926%205.883-8.34%2013.918-14.981%2023.881-19.739%209.863-4.707%2022.379-7.094%2037.201-7.094%2014.699%200%2027.153%202.387%2037.016%207.093%209.96%204.757%2017.995%2011.398%2023.882%2019.74%205.782%208.198%209.871%2017.931%2012.154%2028.926%202.211%2010.665%203.333%2022.262%203.333%2034.469%200%2012.069-1.121%2023.594-3.332%2034.254-2.283%2010.996-6.372%2020.728-12.154%2028.926-5.882%208.336-13.907%2015.009-23.854%2019.834-9.866%204.787-22.33%207.214-37.045%207.214zm0-136.364c-6.782%200-12.113%201.152-15.845%203.425-3.797%202.312-6.638%205.333-8.687%209.238-2.164%204.121-3.597%209.022-4.259%2014.57-.711%205.955-1.072%2012.315-1.072%2018.903s.36%2012.948%201.072%2018.903c.662%205.548%202.095%2010.449%204.258%2014.568%202.05%203.907%204.891%206.929%208.687%209.238%203.734%202.274%209.065%203.427%2015.846%203.427%206.668%200%2011.977-1.158%2015.779-3.441%203.829-2.3%206.654-5.302%208.637-9.177%202.116-4.137%203.526-9.055%204.19-14.615.711-5.955%201.072-12.315%201.072-18.903s-.36-12.948-1.072-18.903c-.664-5.561-2.074-10.479-4.19-14.615-1.982-3.875-4.808-6.877-8.638-9.178-3.8-2.283-9.11-3.44-15.778-3.44z%22%2F%3E%3Cpath%20d%3D%22M86.103%20346.451c14.019%200%2025.639%202.204%2034.862%206.606%209.223%204.404%2016.538%2010.44%2021.95%2018.11%205.41%207.671%209.191%2016.693%2011.344%2027.06%202.15%2010.371%203.228%2021.52%203.228%2033.452%200%2011.792-1.078%2022.871-3.228%2033.239-2.153%2010.37-5.934%2019.389-11.344%2027.06-5.413%207.671-12.728%2013.743-21.95%2018.217-9.223%204.475-20.844%206.712-34.862%206.712-14.143%200-25.824-2.237-35.046-6.712-9.223-4.474-16.541-10.546-21.951-18.217-5.413-7.671-9.194-16.689-11.344-27.06-2.153-10.368-3.228-21.446-3.228-33.239%200-11.932%201.075-23.081%203.228-33.452%202.15-10.367%205.931-19.389%2011.344-27.06%205.41-7.67%2012.728-13.706%2021.951-18.11%209.222-4.402%2020.903-6.606%2035.046-6.606m0%20136.364c7.623%200%2013.742-1.386%2018.354-4.156%204.611-2.77%208.116-6.499%2010.514-11.186%202.398-4.687%203.966-10.121%204.704-16.3.738-6.179%201.107-12.677%201.107-19.496s-.369-13.317-1.107-19.496c-.738-6.179-2.306-11.612-4.704-16.3-2.398-4.688-5.902-8.416-10.514-11.187-4.611-2.77-10.73-4.155-18.354-4.155-7.747%200-13.897%201.385-18.446%204.155-4.551%202.771-8.055%206.499-10.514%2011.187-2.461%204.687-4.058%2010.121-4.796%2016.3-.738%206.179-1.107%2012.677-1.107%2019.496s.369%2013.317%201.107%2019.496c.738%206.179%202.334%2011.612%204.796%2016.3%202.459%204.687%205.963%208.416%2010.514%2011.186%204.548%202.771%2010.698%204.156%2018.446%204.156m0-146.364c-15.573%200-28.814%202.551-39.353%207.581-10.747%205.132-19.432%2012.322-25.815%2021.371-6.181%208.76-10.543%2019.121-12.964%2030.793-2.28%2010.984-3.436%2022.923-3.436%2035.483%200%2012.422%201.156%2024.289%203.437%2035.272%202.419%2011.668%206.781%2022.029%2012.964%2030.792%206.369%209.031%2015.036%2016.248%2025.757%2021.449%2010.55%205.119%2023.81%207.715%2039.411%207.715%2015.478%200%2028.676-2.596%2039.228-7.716%2010.716-5.199%2019.381-12.415%2025.755-21.448%206.18-8.763%2010.542-19.123%2012.964-30.792%202.281-10.995%203.437-22.862%203.437-35.271%200-12.547-1.156-24.485-3.436-35.483-2.424-11.674-6.786-22.033-12.963-30.793-6.388-9.052-15.072-16.241-25.813-21.37-10.545-5.032-23.723-7.583-39.173-7.583zm0%20136.364c-5.768%200-10.348-.932-13.245-2.697-3.001-1.827-5.244-4.211-6.859-7.29-1.881-3.581-3.132-7.9-3.722-12.84-.688-5.759-1.036-11.92-1.036-18.31s.349-12.551%201.036-18.31c.59-4.94%201.841-9.259%203.72-12.836%201.617-3.083%203.86-5.468%206.861-7.295%202.897-1.764%207.477-2.696%2013.245-2.696%205.749%200%2010.192.918%2013.205%202.727%203.004%201.805%205.216%204.15%206.76%207.168%201.846%203.609%203.083%207.96%203.677%2012.931.688%205.759%201.036%2011.92%201.036%2018.31s-.349%2012.551-1.036%2018.31c-.594%204.972-1.831%209.322-3.677%2012.931-1.544%203.019-3.756%205.363-6.76%207.168-3.015%201.812-7.457%202.729-13.205%202.729z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M210.989%20519.563l-64.347-175.768h49.315l35.936%20108.279%2037.122-108.279h49.281L249.06%20519.563%22%2F%3E%3Cpath%20d%3D%22M310.953%20348.795l-65.297%20165.767h-31.173l-60.686-165.767h38.551l39.105%20117.827h.738l40.396-117.827h38.366m14.687-10h-60.197l-2.317%206.757-31.157%2090.88-30.13-90.786-2.273-6.85h-60.079l4.919%2013.438L205.092%20518l2.402%206.562h44.97l2.495-6.335%2065.297-165.767%205.384-13.665z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M392.045%20519.563l-12.174-35.583h-45.238l-12.174%2035.583h-48.166l64.151-175.768h37.615l64.151%20175.768h-48.165zm-26.68-77.543l-8.114-23.546-8.114%2023.546h16.228z%22%2F%3E%3Cpath%20d%3D%22M372.562%20348.795l60.501%20165.767h-37.444l-12.174-35.583H331.06l-12.174%2035.583H281.44l60.501-165.767h30.621m-30.436%2098.224h30.25l-15.125-43.892-15.125%2043.892m37.431-108.224h-44.61l-2.398%206.571-60.501%20165.767-4.901%2013.429h58.887l2.314-6.763%209.86-28.82h38.09l9.86%2028.82%202.314%206.763h58.887l-4.901-13.429-60.501-165.767-2.4-6.571zm-23.407%2098.224l1.102-3.198%201.102%203.198h-2.204z%22%2F%3E%3C%2Fsvg%3E");
}

.series {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2220%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M238%20270v216m650-213v215%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22947%22%20x2%3D%22180%22%20y1%3D%22230.5%22%20y2%3D%22230.5%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%220%22%20stop-color%3D%22%23CCE0F4%22%2F%3E%3Cstop%20offset%3D%22.0641%22%20stop-color%3D%22%23C3DCF2%22%2F%3E%3Cstop%20offset%3D%22.1706%22%20stop-color%3D%22%23A9D2EE%22%2F%3E%3Cstop%20offset%3D%22.3066%22%20stop-color%3D%22%2380C2E7%22%2F%3E%3Cstop%20offset%3D%22.4649%22%20stop-color%3D%22%2347ACDE%22%2F%3E%3Cstop%20offset%3D%22.5674%22%20stop-color%3D%22%231E9CD7%22%2F%3E%3Cstop%20offset%3D%22.8652%22%20stop-color%3D%22%230075BE%22%2F%3E%3Cstop%20offset%3D%22.9944%22%20stop-color%3D%22%23005B97%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M180%2015h767v431H180z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2214%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M181%20488h767%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2220%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M457%20473h215%22%2F%3E%3Cpath%20fill%3D%22%23040404%22%20fill-rule%3D%22evenodd%22%20d%3D%22M391.318%20125.442c1.043-.242%201.934.442%202.482.974%201.513%201.466%203.367%202.386%205.027%203.6%202.978%202.176%206.002%204.29%209.005%206.428%204.506%203.21%209.024%206.403%2013.516%209.632%204.751%203.417%209.573%206.729%2014.246%2010.262%204.384%203.315%209.121%206.162%2013.62%209.33%203.619%202.549%207.087%205.311%2010.679%207.897%202.647%201.906%205.411%203.65%208.081%205.524%203.105%202.18%206.162%204.43%209.249%206.637%204.5%203.216%209.023%206.404%2013.514%209.633%204.751%203.418%209.488%206.862%2014.275%2010.218%203.912%202.743%207.86%205.484%2011.765%208.234%203.61%202.542%207.25%205.105%2010.744%207.849%203.764%202.957%207.905%205.427%2011.813%208.206%203.607%202.564%207.098%205.29%2010.684%207.883%201.896%201.372%203.908%202.579%205.825%203.921%201.104.774%202.21%201.582%203.151%202.536.86.87%201.683%201.871%202.196%202.967%201.162%202.479%203.188%204.287%204.745%206.45%202.46%203.415%205.53%206.38%208.084%209.678%202.628%203.395%206.338%205.424%209.258%209.156v-6.618c0-2.16.095-4.327-.028-6.481-.11-1.964-.455-3.914-.704-5.92-1.331-1.331-2.697-2.715-4.084-4.08-3.823-3.765-7.111-7.958-10.39-12.203-3.445-4.464-6.298-9.224-8.731-14.246-.946-1.956-1.556-4.114-2.049-6.289-.711-3.128-1.738-6.184-2.542-8.962-2.125-1.258-3.997-2.439-5.938-3.491-1.683-.912-3.372-1.787-5.012-2.793-2.813-1.722-6.03-2.814-8.738-4.664-3.521-2.408-7.627-3.702-11.053-6.267-1.33-.997-3.048-1.473-4.891-2.326-.404-1.69-.906-3.638-1.332-5.602-.495-2.288-.66-4.686-1.454-6.86-.767-2.106-.51-4.459-1.758-6.4.274-2.645-1.243-4.963-1.368-7.55-.058-1.205-.14-2.607-.773-3.538-.801-1.18-.199-2.245-.568-3.344%204.448-2.556%208.133-6.018%2012.534-7.675%201.318-2.028-.091-3.528-.18-5.134-.098-1.749-.688-3.434-.665-5.245.018-1.607-.471-3.221-.799-5.216-4.315%202.775-8.393%205.398-12.527%208.056h-2.012c-.551-3.205-1.147-6.272-1.984-9.328-.608-2.22-1.03-4.569-1.446-6.878-.61-3.369-.858-6.794-1.404-10.145-.609-3.729-.086-7.438-.592-11.089-.457-3.292-.889-6.642-2.16-9.784-.265-.656-.342-1.389-.517-2.132%202.502-2.504%204.754-5.164%207.421-7.31%202.9-2.335%205.5-5.065%208.758-6.962.634-.369%201.085-1.046%201.619-1.581.459-.458.846-1.184%201.388-1.329%202.414-.647%203.72-2.644%205.516-4.236.037-.439-.117-1.119.155-1.436%203.296-3.854%206.395-7.913%2010.698-10.771.352-.234.625-.594.921-.908%203.522-3.741%207.943-6.344%2012.036-9.341%202.573-1.885%205.543-3.231%208.563-4.949.021-1.131.779-2.067%201.979-2.921%204.621-3.292%209.671-5.83%2014.726-8.313%202.578-1.267%205.521-1.786%208.283-2.69%201.139-.372%202.236-.865%203.342-1.3.092.087.185.15.244.236.054.08.105.184.105.277.005%2012.087.005%2024.174.005%2036.458%203.068%201.521%206.135%203.01%209.174%204.554%202.568%201.306%204.923%202.87%207.122%204.803%201.905%201.674%203.89%203.271%205.612%205.131%204.587%204.956%208.872%2010.159%2012.469%2015.899%201.242%201.982%202.561%203.918%203.971%206.067-1.445%201.896-4.003%201.429-5.958%202.73-.723-.859-1.37-1.517-1.99-2.396-1.795-2.542-3.491-5.186-5.802-7.358-2.834-2.663-5.425-5.588-8.294-8.208-4.801-4.381-9.956-8.312-15.655-11.485v-1.303c-.54.048-.892.079-1.635.145.477.561.731.859.986%201.158%200%2012.858%200%2025.716-.001%2038.575.794.7%201.588%201.399%202.575%202.268h.951c.388%201.365%201.655%201.529%202.539%202.039.611.778%201.096%201.596%201.766%202.209%205.283%204.834%209.35%2010.681%2013.185%2016.612%202.871%204.441%205.577%209.061%207.672%2013.98%201.213%202.848%202.652%205.6%203.864%208.448%202.347%205.517%204.638%2011.06%206.36%2016.814.547%201.825%201.073%203.658%201.686%205.461.614%201.813.684%203.737%201.458%205.555.527%201.238.344%202.807.641%204.25.625%203.057.667%206.231.961%209.499-4.938%202.287-9.658%204.473-14.373%206.656-.041%203.684-.733%207.204-.9%2010.791-.115%202.482-.092%205.079-.606%207.496-.494%202.32-.366%204.593-.576%206.883-.131%201.424-.768%202.765-.648%204.274.115%201.437-.105%202.838-.506%204.297-.467%201.703-.108%203.632-.108%205.291-1.757%202.477-3.434%204.808-5.077%207.164-.872%201.25-1.593%202.617-2.543%203.801-3.828%204.769-8.199%209.041-12.648%2013.207-1.388%201.298-2.881%202.619-4.635%203.581-.954.525-1.568%201.67-2.335%202.534h-1.298c0%202.625-.075%205.045.039%207.456.043.911-.348%201.552-.688%202.272-.47-.148-1.042-.171-1.396-.463-1.681-1.38-3.273-2.867-4.959-4.24-.602-.487-1.379-.763-2.076-1.134-.076-.402-.011-.956-.252-1.177-1.39-1.274-2.818-2.51-4.296-3.682-3.975-3.152-8.085-6.145-11.944-9.43-3.821-3.25-7.648-6.482-11.58-9.599-3.76-2.979-7.429-6.074-11.114-9.148-2.894-2.416-5.656-5.01-8.67-7.266-1.445-1.083-2.664-2.376-4.06-3.467-3.53-2.758-6.978-5.608-10.44-8.446-1.632-1.339-3.038-2.989-4.77-4.108-3.252-2.102-5.896-4.909-8.983-7.188-1.771-1.308-3.258-3.004-5.037-4.298-3.975-2.892-7.54-6.265-11.49-9.373-.351.016-.855.039-1.998.089%202.098%201.702%203.739%202.976%205.319%204.325%202.298%201.962%204.618%203.889%207%205.751%203.14%202.454%206.082%205.155%209.11%207.751%201.515%201.298%202.902%202.794%204.567%203.85%203.176%202.014%205.723%204.777%208.764%206.947%201.877%201.339%203.384%203.207%205.292%204.486%201.608%201.079%202.736%202.685%204.307%203.669%203.285%202.058%205.903%204.899%208.991%207.177%201.772%201.307%203.207%203.109%205.063%204.254%201.581.976%202.597%202.483%204.059%203.477%203.184%202.164%205.938%204.848%209.003%207.155%201.932%201.454%203.639%203.203%205.486%204.773%201.263%201.073%202.598%202.063%203.892%203.101%202.245%201.799%204.48%203.605%206.825%205.492-.668.285-1.046.447-1.425.607.026.103.053.207.08.31h2.715c.801.801%201.395%201.639%202.2%202.13.828.507%201.245%201.403%202.091%201.836v3.891c.247.638-.601%201.642.649%201.946%200%201.621-.084%203.246.026%204.858.089%201.325.494%202.623.598%203.948.108%201.396-.073%202.815.062%204.208.075.767.54%201.495.947%202.55%202.721%200%205.727.179%208.701-.045%204.067-.306%207.987%201.307%2012.106.552.969%205.762-.378%2011.331-.389%2016.925-.013%205.725-.003%2011.45-.003%2017.312%203.665%203.335%206.877%207.153%209.602%2011.432%202.616%204.108%204.431%208.523%206.043%2013.234-.404.121-.772.23-1.398.416.077.531-.041%201.277.276%201.646%201.069%201.234%201.064%202.646%201.051%204.121-.03%203.124-.009%206.25-.009%209.505h-1.724c-1.68-1.704-3.497-3.547-5.363-5.439.075-3.131-.565-6.328-1.693-9.247-1.978-5.119-3.362-10.57-6.861-14.911-4.148-.504-7.922.576-11.71%201.612-1.37.371-2.809.357-4.189.834-1.325.456-2.771.563-4.083.808.912%203.919%201.782%207.654%202.677%2011.491h13.215c2.201.693%202.517%202.56%202.866%204.378.737%203.82%201.738%207.596%201.951%2011.507%201.435.941.092%202.605%201.047%203.798.907%201.132-.073%202.755.778%204.216.612%201.047.128%202.739.114%204.143-.005.395-.073.794-.111%201.169-.388.021-.6.03-.868.043-4.199-9.911-12.089-15.555-22.159-19.181-1.04%206.944-2.663%2013.455-2.879%2020.408-.443.026-.948.055-1.573.091-.521-1.145-1.019-2.331-1.596-3.478-.815-1.617-1.741-3.098-2.049-5.015-.265-1.647-1.055-3.216-1.257-4.98-.212-1.837-.998-3.607-1.64-5.762-1.441%201.351-2.662%202.499-3.851%203.615h-1.289c-3.765-3.987-7.711-7.774-11.197-11.95-4.818-5.767-9.508-11.682-13.511-18.05-2.444-3.892-4.641-8.01-6.351-12.264-.965-2.4-2.731-4.488-3-7.2-.051-.514-.795-.958-1.244-1.463v-1.572c.217-.28.641-.787.619-.806-.83-.763-.599-1.753-.615-2.682-.014-.647.262-1.498-.051-1.907-1.127-1.479.042-3.336-.698-4.573-.955-1.599-.192-3.137-.727-5.015-.211-.158-.726-.542-.987-.736-.435-.992.49-2.052-.813-2.406.012-.009.055-.051.098-.094-.151-.175-.302-.353-.453-.527-.067.067-.136.134-.203.201.176.151.353.302.559.42-.175.627-.38%201.286-.624%202.075.175.232.659.59.616.864-.407%202.538.767%204.918.68%207.409-.08%202.288%201.048%204.445.689%206.771-.045.295.398.666.613%201.005.217%201.313.449%202.625.644%203.943.18%201.216.05%202.384.535%203.662.681%201.787.523%203.888.775%205.845.169%201.321.4%202.636.647%203.944.226%201.209-.596%202.585.587%203.654.11.101.036.405.056.616.215%202.502.395%205.007.664%207.507.119%201.107.468%202.19.615%203.299.135%201.014.254%201.983.546%203.004.472%201.642.273%203.455.682%205.225.559%202.425.428%205.001.771%207.486.192%201.397%201.03%202.714.332%204.447-.511-.305-1.161-.475-1.436-.896-2.271-3.439-5.162-6.398-7.418-9.869-2.024-3.112-4.518-5.92-6.814-8.854-4.179-5.336-8.346-10.73-11.797-16.525-3.222-5.408-6.271-10.974-8.98-16.678-.563-1.188-1.366-1.924-2.335-2.159-3.245-.783-6.115-2.487-9.205-3.632-2.53-.938-5.221-2.134-6.673-5.047-.956-1.915-2.868-3.334-4.247-5.058-3.036-3.796-6.258-7.411-9.569-10.974-2.335-2.514-4.559-5.19-6.67-7.913-2.053-2.645-3.737-5.575-5.65-8.334-1.101-1.584-2-3.301-3.004-4.934-1.286-2.09-1.98-4.567-2.804-6.92-1.589-4.539-2.797-9.199-4.338-13.756-.965-2.86-1.426-5.889-2.17-8.828-.793-3.122-1.712-6.236-2.343-9.374-.522-2.593-1.152-5.186-1.644-7.792-.442-2.354-1.014-4.73-1.635-7.071-.649-2.456-1.049-4.98-1.494-7.486-.447-2.519-1.359-4.952-1.338-7.562.002-.446-.339-.956-.647-1.335-2.771-3.411-4.191-7.558-6.104-11.416-1.679-3.388-3.219-6.88-4.599-10.403-2.657-6.79-5.494-13.522-7.445-20.576-.747-2.699-1.729-5.331-2.571-8.005-1.628-5.173-3.568-10.254-4.559-15.615-.107-.579-.455-1.109-.619-1.683-.085-.299-.015-.644-.015-1.126-2.255-1.844-4.475-3.876-6.948-5.632-1.093-.776-1.862-2.008-2.779-3.033-.001-.426-.001-.858-.001-1.291zm58.424%20124.447c-.042.042-.084.085-.127.127.151.176.302.353.453.529.068-.068.136-.136.205-.204-.176-.151-.354-.302-.588-.385-.217-.216-.434-.432-.649-.648.435-1.38-.881-2.036-1.235-3.045-1.492-4.251-2.918-8.525-4.017-12.913-.609-2.434-.743-4.992-1.835-7.323-.253-.54.075-1.349.147-2.169%202.079.551%202.403%202.379%202.812%203.613%201.57%204.753%203.528%209.329%205.575%2013.88%201.725.409%202.71%202.66%204.816%202.022%201.255-1.228%201.841-2.579%201.415-4.222-.876-.876-1.672-1.764-2.562-2.545-3.351-2.944-5.148-6.7-6.534-10.902-.86-2.61-1.658-5.309-2.946-7.842-1.009-1.986-1.923-4.255-2.08-6.557-.321-4.747.505-9.548-.838-14.27.756-.464%201.359-.835%202.246-1.379.142-.953.415-2.139.477-3.338.14-2.724-.364-5.495.915-8.406.466-.494%201.177-1.249%201.909-2.028-.994-2.186-1.708-4.267-3.173-5.921-2.145.926-4.14%201.785-5.469%203.722v4.775h-1.22c-.255%202.815-.11%205.527-.865%207.958-.465%201.501-.283%202.884-.506%204.303-.225%201.419-.639%202.843-.609%204.257.065%203.041-.356%206.08.52%209.136.485%201.693.087%203.641.087%205.473-.911.826-2.128.576-3.433.749%201.112%204.438%201.588%208.776%202.56%2013.045.941%204.139%201.886%208.282%202.843%2012.418.975%204.205%202.154%208.361%203.136%2012.124%207%205.378%2013.68%2010.51%2020.359%2015.641.234-.309.393-.451.47-.628%201.543-3.568.837-5.901-2.409-8.107-.848-.575-1.682-1.18-2.475-1.828-3.418-2.788-7.111-5.193-10.686-7.763-.728-.524-1.586-1.163-1.878-1.941-.81-2.149-1.363-4.396-1.97-6.619-.028-.103.401-.333.617-.503%201.25.658%201.127%201.96%201.491%203.251%201.365%201.22%202.854%202.552%204.346%203.883.214.215.43.431.705.58zm134.184-136.12h-1.298c-.217-.342-.571-.665-.624-1.031-.268-1.849-.208-3.783-.742-5.542-.536-1.765-.118-3.654-.707-5.215-.525-1.394.015-2.882-.609-3.941-.81-1.372-.354-2.681-.561-3.997-.276-1.74-.471-3.52-.794-5.214-.255-1.334-.594-3.351-2.785-3.681-.45-.068-.777-.962-.925-1.16h-3.692c-3.575%202.937-7.148%205.814-10.656%208.769-3.657%203.081-6.274%207.099-9.181%2010.613h-2.149c-1.112-1.165-2.284-2.121-4.056-1.875-.266%204.002-.491%207.892-.799%2011.775-.097%201.217-.504%202.409-.604%203.625-.11%201.288.353%202.75-.11%203.852-.79%201.881-.378%203.743-.582%205.6-.1.896-.394%201.772-.662%202.922%201.888.722%203.844%201.471%205.86%202.243.168%202.968-1.295%205.529-2.292%208.102-1.482%203.824-2.65%207.752-4.146%2011.569-1.895%204.838-3.506%209.787-5.13%2014.378.972%202.409.356%204.671.555%206.853.198%202.181.537%204.355.613%206.539.074%202.097.572%204.147.843%206.192.273%202.068.415%204.279%201.163%206.282.734%201.964%201.311%203.956%201.491%206.2%202.494-.826%202.411-3.239%203.61-4.69%201.131-1.367%201.735-3.157%202.666-4.705.995-1.657%202.099-3.251%203.174-4.899.348-1.228-.486-2.715.703-3.87-.33-1.711.286-3.308.674-4.911.428-1.768.888-3.598%201.102-5.33.268-2.178%201.688-4.018%201.468-6.244%201.027-.531.071-2.085%201.296-2.514h.98c1.168%202.718%203.33%204.901%203.982%208.219.508-.549.741-.721.868-.95%202.076-3.771%203.113-7.986%205.146-11.8%202.413-4.527%204.577-9.171%208.494-12.67.161-.144.337-.284.454-.46%202.506-3.755%205.948-6.601%209.26-9.576.216.215.433.432.648.648%200%204.209-.07%208.419.033%2012.625.045%201.828-.617%203.175-1.833%204.442-2.051%202.137-4.227%204.128-6.038%206.531-1.644%202.181-2.461%204.399-2.575%207.065-.078%201.813.413%203.497.681%205.237.439%202.886.902%205.751%203.56%207.429h9.335c.927-1.566%202.113-2.945%202.608-4.538.953-3.073%202.1-6.037%203.64-8.987.655.058%201.636-.156%202.051.234%201.832%201.718%204.276%202.279%206.345%203.536%201.046.635%202.171%201.548%203.595%201.446%201.578%202.074%202.175%203.471%202.615%205.536.233%201.091.852%202.099.686%203.276%201.389.531-.313%202.4%201.239%202.86-.022%202.357.218%204.637%201.658%206.59%201.183-.48%202.145-.787%203.023-1.249.897-.472%201.714-1.097%202.318-1.493v-3.735c-2.155-.645-3.256%201.113-4.797%201.771-.299-.623-.602-1.254-.907-1.885-.054-1.847-.759-3.559-1.103-5.344-.514-2.668-1.427-5.224-2.075-7.841-1.039-4.192-2.621-8.153-4.27-12.11-.727-1.744-2.019-3.238-2.278-5.184.426-.287.852-.574%201.201-.808.095-1.05.049-2.026.29-2.923.964-3.588.356-6.624-1.544-9.68-1.786-2.868-3.707-5.618-5.681-8.354-.809-1.12-1.564-2.132-2.698-2.878.237-1.906-.498-3.379-1.791-4.772-1.172-1.261-2.074-2.772-3.154-4.255-.36-.039-.869-.095-1.404-.153-.072-.344-.136-.638-.206-.976-1.041-.285-2.106-.576-3.171-.868h-.648c-.22-.218-.435-.435-.651-.651zm-62.258%20148.509c0%20.323-.133.742.019.953%202.104%202.87%204.346%205.639%206.115%208.744.364.637.964.78%201.648.679-.279%203.004.725%206.135-1.013%209.278-7.6-10.092-15.11-20.065-22.687-30.128-.273%201.047-.564%201.913-.709%202.803-.152.926-.191%201.876-.226%202.817-.037.97-.009%201.938-.009%202.91h-1.298c-1.816-1.67-4.107-2.598-6.112-3.952-.808-.546-1.508-.551-2.293-.562-.032-.419-.063-.805-.103-1.334-.474.052-.828.091-1.22.134.035.432.06.713.092%201.103.429.033.815.064%201.206.07.072.829-.043%201.731.249%202.475%201.493%203.786%203.268%207.456%205.001%2011.13%202.68%205.68%205.376%2011.372%208.958%2016.599%201.126%201.643%202.02%203.464%203.143%205.149.665.996%201.268%202.031%202.104%202.909-.461%201.404%201.511%201.7%201.367%202.973-.003.026.277.083.507.149v-2.303c-.379-.253-.803-.537-1.225-.819.201-2.325-.463-4.439-1.576-6.441-.341-.61-.832-1.187-.993-1.842-1.079-4.368-3.17-8.375-4.458-12.67-.829-2.764-1.796-5.488-2.701-8.231h1.298c1.635%202.176%203.369%204.287%204.887%206.542%203.424%205.09%207.109%209.994%2010.544%2015.074%201.014%201.501%201.616%203.338%202.823%204.63%201.51%201.619.658%203.832%201.85%205.423.426%204.376%201.409%208.643%202.61%2012.855.771%202.696%201.713%205.34%202.578%208.006.074.831.013%201.704.247%202.487.95%203.158%202.069%206.267%202.977%209.434%201.705%205.946%204.708%2011.237%207.924%2016.453%201.602%202.599%203.317%205.135%205.141%207.543%201.879%202.478%203.614%205.21%206.409%206.886.07.396.01.909.237%201.167.901%201.01%201.895%201.938%202.872%202.915%201.606-1.018%202.442-2.25%202.876-4.492-1.289.804-2.091%201.301-2.838%201.768-.898-.721-1.699-1.365-2.5-2.007%200-.324.137-.752-.021-.955-1.721-2.212-3.407-4.464-5.261-6.56-2.661-3.009-4.805-6.344-6.604-9.902-1.395-2.761-2.857-5.476-3.986-8.387-.938-2.423-1.67-4.916-2.659-7.314-1.266-3.067-2.526-6.131-2.987-9.452-.015-.102-.348-.156-.532-.232-2.015-7.479-3.356-15.099-5.197-23.026%203.048%201.3%205.659%202.568%208.375%203.542%205.829%202.094%2011.584%204.38%2017.325%206.69.968.388%201.752.41%202.984.357.579-1.497%201.138-3.102%201.821-4.65.691-1.565%201.586-3.061%201.218-4.686-6.628-1.972-13.039-3.875-19.435-5.777.085-.393.127-.591.218-1.013%202.123.162%204.281.047%205.975-.771%202.102-3.52%204.059-6.795%206.043-10.12.248-.28.563-.642%201.135-1.29h-3.925c-.948-.727-1.982-1.334-3.029-1.354-2.104-.041-4.067-1.186-6.212-.704-1.32-.885-2.954-.265-4.226-.758-1.042-.404-1.999-.42-3.015-.555-1.107-.147-2.199-.417-3.297-.634-1.205-1.744-2.267-3.617-3.656-5.201-1.461-1.667-1.924-4.123-4.127-5.174-.076-.4-.041-.872-.246-1.191-1.648-2.565-3.301-5.131-5.041-7.634-.975-1.403-1.276-3.307-3.101-4.184-.41.063-.891.139-1.624.253.584%201.026.91%201.92%201.5%202.577%201.589%201.771%202.562%203.962%204.022%205.782%201.331%201.652%201.94%203.85%203.844%205.046zm51.232-86.252c0-1.08.116-2.175-.027-3.236-.203-1.473-.313-3.06-1.88-4.033-4.632%203.271-8.61%207.003-11.063%2012.408v5.237c-.218.262-.6.511-.619.787-.074%201.029-.03%202.068-.03%203.104%200%20.426-.001.852.001%201.276.015%203.62%202.097%206.172%205.837%207.155.765.615%201.654.727%202.594.649.115%201.085.968.626%201.487.627%209.184.03%2018.369-.008%2027.555.05%201.514.009%202.762-.643%204.099-1.093.849-.285%201.636-.745%202.488-1.145v-1.345c-2.286-2.515-4.638-5.104-6.99-7.689-.146-.161-.322-.294-.455-.462-2.069-2.627-4.135-5.258-5.992-7.62-2.392-.296-4.342-.636-6.307-.753-2.046-.121-4.104-.027-6.157-.027-.942-1.963-3.145-2.456-4.541-3.89zm-53.236%2071.404c.042-.043.084-.085.126-.127-.15-.178-.301-.353-.451-.53-.068.067-.137.136-.204.204.177.151.353.302.588.053v1.835c2.711%203.407%205.177%206.918%208.067%2010.033%203.038%203.271%206.045%206.636%209.625%209.256%204.614-.436%208.993%201.089%2013.478.619.743-.077%201.688-.278%202.222.068%201.832%201.185%203.662.292%206.053.626-2.04-1.179-3.469-2.09-4.972-2.857-6.35-3.236-12.693-6.475-18.793-10.169-1.985-1.202-3.977-2.39-5.968-3.584-3.11-1.864-6.219-3.73-9.771-5.427zm-34.961-27.954c-1.083-.215-2.156-.529-3.25-.623-1.27-.109-2.585.143-3.827-.071-1.349-.232-2.635-.819-3.947-1.251-.216-1.096-.335-2.223-.668-3.28-.758-2.407-1.025-4.917-1.736-7.35-.874-2.988-1.54-6.09-2.028-9.164-.371-2.326-1.394-4.489-1.47-6.878-.015-.486-.876-.947-1.665-1.739-.115.9-.314%201.348-.19%201.674%201.001%202.671%201.094%205.568%201.999%208.226.498%201.465.648%202.978.957%204.427.694%203.268%201.81%206.43%202.292%209.76.206%201.427.303%203.03%201.213%204.324.487%202.031-.571%203.887-.67%205.861-.122%202.389.043%204.938-.767%207.102-.667%201.786-.152%203.615-1.048%205.38-.747%201.469-.551%203.421-.739%205.163-.017.149.211.326.405.603.514-.256%201.045-.521%201.316-.656%203.187.626%205.979%201.955%209.274%201.827.448-2.035.99-3.978%201.281-5.959.369-2.516%201.003-4.993%201.586-7.439.683-2.868%201.075-5.771%201.685-8.639%201.33.181%202.649-.197%204.031.357%201.105.444%202.488.16%203.735.307%201.265.151%202.514.435%203.842.676v-1.736c-3.844-1.293-7.748-.828-11.611-.902zm80.416-2.594c-.184.076-.466.1-.536.233-1.632%203.138-.702%206.268.644%209.056.937%201.938%202.235%203.825%203.523%205.602%202.786%203.854%205.328%207.934%209.104%2011.05h1.533c.432.393.987.71%201.273%201.19.891%201.501%201.992%202.705%203.914%203.557v-2.153c2.512-.566%203.86-2.478%204.458-4.657.608-2.217%201.376-4.389%201.919-6.617.753-3.091%201.324-6.228%202.058-9.748-.734.398-1.216.542-1.535.851-1.771%201.719-3.53%203.453-5.232%205.24-.495.521-.983.764-1.667.663v-5.189c1.86-1.753%203.709-3.519%205.586-5.255%202.02-1.871%202.821-4.227%202.844-6.91.006-.754-.277-1.67.05-2.236%201.293-2.237.197-4.56.675-6.882h-20.224c.238%202.719.466%205.308.692%207.898%201.266.941.168%202.471.859%203.521.852%201.292.237%202.693.438%204.027-.394.07-.795.119-1.183.219-.476.12-.94.284-1.411.43-.721-1.827-2.11-3.358-2.05-5.547.023-.874-.815-1.752-1.181-2.66-.488-1.21-1.067-2.249-2.605-2.17-.342-.729-.743-1.379-.704-2.295.039-.858-.319-1.758-.613-2.601-.197-.567-.589-1.066-.893-1.596-.128.061-.256.124-.384.184v1.54c0%201.28-.069%202.565.019%203.839.084%201.22-.165%202.415.355%203.685.452%201.098.21%202.477.274%203.731zm-96.605%2061.457c.678%203.854%201.016%207.543%201.875%2011.188.875%203.713%201.625%207.446%202.817%2010.958%203.413.298%206.008%202.891%209.474%202.625v-4.382c-1.02-1.605-2.046-3.346-3.194-5.004-1.228-1.771-2.804-3.341-3.794-5.228-.952-1.812-2.325-3.307-3.279-5.097-2.229-4.188-2.248-4.178-3.899-5.06zm106.491-121.884c1.354-1.516%202.209-2.505%203.102-3.458.735-.785%201.627-1.446%202.252-2.306%201-1.374%202.127-2.577%202.419-4.517.197-1.301.053-2.793.581-3.913.936-1.984.394-3.849.524-6.097-4.817%205.812-6.813%2012.039-9.012%2018.292-.152.43.054.986.134%201.999zm-161.291-9.53c2.3%204.34%204.405%208.316%206.52%2012.287.097.182.277.345.456.45.167.097.388.105.828.211.57-2.136%202.597-3.754%202.25-5.929-2.952-2.513-5.646-4.806-8.363-7.118-.388.023-.801.047-1.691.099zm197.952%2052.802c-2.855%201.411-5.232%202.949-6.974%205.345-.08.112.066.386.127.686h1.732c1.931-.934%203.552-1.717%205.114-2.473.001-1.206.001-2.222.001-3.558zm-3.746%20159.341v.324h1.298v-.324h-1.298zm-33.29-202.497h-.216v.649h.216v-.649z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23080808%22%20fill-rule%3D%22evenodd%22%20d%3D%22M624.133%20275.249c-1.409-.456-2.559.642-3.891.649-.31-.249-.619-.495-1.298-1.037v2.333h-1.296v-1.324c-3.32.271-6.412.519-9.501.796-.091.009-.152.343-.228.528-1.228-.688-2.483-1.331-3.675-2.078-1.027-.643-1.981-1.405-3.122-2.225%201.812-1.667%203.346-3.2%205.012-4.574%201.418-1.17%203.05-2.082%204.473-3.249%201.959-1.605%203.81-3.34%205.704-5.025.241-.214.424-.591.694-.664%201.981-.535%202.434-2.287%203.169-3.837%201.586-3.342%203.001-6.785%204.85-9.976%203.125-5.387%205.763-11.017%208.612-16.54.561-1.084%201.241-2.002%202.135-2.654%204.135-3.008%208.375-5.868%2012.525-8.854%203.59-2.584%207.095-5.29%2010.672-7.896%202.061-1.503%204.207-2.891%206.289-4.369%203.094-2.195%206.189-4.389%209.234-6.651%202.563-1.903%205.413-3.419%207.696-5.702.108-.109.418-.015.7-.015.832%201.357-.194%202.417-.833%203.29-3.35%204.583-6.886%209.028-10.25%2013.6-1.87%202.538-3.568%205.205-5.26%207.869-.3.474-.184%201.212-.26%201.829-.216.216-.432.433-.613.678-.01-.014-.052-.056-.095-.097-.177.151-.352.302-.529.452.068.068.136.137.205.205.149-.176.301-.353.419-.559.182-.245.397-.462.613-.678.475-.151%201.023-.2%201.41-.475.663-.471%201.227-1.083%202.036-1.82%201.245%202.645-1.111%204.435-.868%206.386-1.593%201.186-3.043%202.313-4.541%203.372-2.823%201.997-5.664%203.968-8.524%205.913-.308.21-.786.168-1.186.243h-1.354c2.405-3.571%206.464-5.206%208.415-8.988h-1.38c-5.171%204.284-10.238%208.482-15.407%2012.764v1.412c-.216.164-.434.328-.649.49.216.27.434.538.649.807.048%203.045-1.093%206.006-.649%209.079-1.67.913-3.41%201.717-4.994%202.76-3.788%202.497-7.776%204.65-11.674%206.955-1.722%201.018-3.56%201.837-5.281%202.852-3.705%202.184-7.369%204.437-11.426%206.889%201.058%200%201.779-.049%202.491.008%206.079.485%2012.087-.959%2018.159-.665%201.163.057%202.329.008%203.321.008%201.004-1.004%201.982-1.744%202.657-2.697%203.477-4.903%206.984-9.792%2010.232-14.846.89-1.387%202.203-2.682%202.352-4.505%201.353-1.879%203.484-2.702%205.343-3.874%203.942-2.486%207.639-5.268%2011.14-8.347%202.168-1.906%204.559-3.56%207.077-5.501.386.63.886%201.157%201.058%201.774.806%202.917%201.574%205.845%202.251%208.794.388%201.685%201.057%203.295%201.066%205.094.006%201.197.474%202.391.778%203.78-2.096%201.607-4.157%203.18-6.212%204.765-1.939%201.495-3.565%203.459-6.169%204.07-1.11%203.159-2.324%206.339-3.326%209.584-.538%201.734-1.539%203.279-1.95%205.027-.396%201.682-1.162%203.201-1.718%204.803-1.674%204.823-3.845%209.437-5.836%2014.121-2.346%205.517-4.932%2010.941-7.729%2016.255-.95%201.804-1.773%203.664-1.633%205.816.088%201.339-.915%202.491-.677%203.954.215%201.307-.245%202.634-.491%203.958-.555%202.982-.559%206.068-.744%209.115-.065%201.078-.011%202.161-.011%202.892-1.44%202.546-2.685%204.858-4.037%207.104-1.252%202.08-2.006%204.504-4.393%206.767%200-1.76.063-2.807-.019-3.841-.079-1.013.403-2.104-.538-3.037-.275-.274-.231-1.083-.064-1.55.616-1.717.399-3.522.707-5.238.297-1.653.708-3.368%201.323-4.944.851-2.183%201.164-4.481%201.815-6.701%201.161-3.966%201.886-8.042%203.138-11.992.703-2.22.98-4.575%201.416-6.875.585-3.095%201.357-6.153%202.04-9.226.353-1.593%201.575-3.019%202.515-4.449%203.578-5.442%207.196-10.857%2010.824-16.266.226-.336.668-.525%201.128-.872-1.081-1.729-2.045-3.27-3.043-4.867h-2.21c-1.051-4.616.962-9.083.264-13.903-4.692%207.379-9.197%2014.467-13.715%2021.575-1.359.251-2.758.572-4.174.752-1.326.171-2.739-.302-3.962.644-.202.157-.632.023-.955.023-.865%200-1.741-.084-2.591.024-.79.102-1.554.409-2.33.625-.163-.215-.327-.434-.491-.648-.267.214-.536.432-.805.648z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23070707%22%20fill-rule%3D%22evenodd%22%20d%3D%22M690.93%20217.531c3.058.811%203.454%201.525%203.95%204.232.549%202.994.808%206.04%201.709%208.992.403%201.32.549%202.8.796%204.209.194%201.107-.026%202.217.615%203.327.476.821-.106%201.946.615%203.002.502.735.097%202.09.097%202.972.418.736.747%201.315%201.058%201.862.374-.126.654-.13.74-.262%201.938-2.952%203.854-5.918%205.784-8.874.031-.05.208-.017.315-.003.099.012.192.051.436.118.483%202.626-.713%204.917-1.74%207.198-1.613%203.579-3.768%206.874-5.638%2010.313-1.638%203.009-3.347%205.969-5.137%208.877-1.877%203.046-3.593%206.222-6.148%208.807-.588.593-1.063%201.297-1.717%202.109.065.411.273%201.151.261%201.888-.008.465-.548.944-.503%201.382.292%202.883-.694%205.483-1.789%208.025-.501%201.163-.097%202.348-.694%203.609-.798%201.689-.549%203.863-.801%205.818-.194%201.512-.467%203.013-.758%204.854%202.452-1.398%203.417-3.69%205.008-5.383%201.546-1.646%202.736-3.621%204.175-5.374%201.497-1.824%202.724-3.806%203.935-5.825%201.737-2.901%203.209-4.412%204.531-4.95-.152%201.629-.007%203.035-.582%204.629-1.157%203.208-1.786%206.605-2.689%209.911-.823%203.002-1.713%205.984-2.588%208.973-.909%203.101-2.589%205.614-5.31%207.479-6.33%204.338-13.269%207.553-20.119%2010.911-1.597.78-3.276%201.467-4.918%202.201-2.001.893-3.814%201.947-5.347%203.565-.899.949-2.11%201.604-3.313%202.491-.642-.333-1.264-.655-1.821-.943-.042-1.743.102-3.23.533-4.784.418-1.503-.36-3.394.191-4.796.915-2.323.2-4.619.637-6.94.403-.403.862-.862%201.47-1.469.244-.022.65-.057%201.401-.12.598-.866%201.953-1.379%202.31-2.889.104-.448.729-.767%201.102-1.158%203.821-4.033%207.74-7.979%2011.43-12.13%203.737-4.206%207.247-8.619%2011.124-13.261-.883-.152-1.523-.48-1.952-.3-3.136%201.307-6.325%202.469-9.532%203.587-.48.168-.996.229-1.847.418.119-.832.052-1.551.33-2.092%201.471-2.854%203.247-5.568%204.512-8.505%203.117-7.242%206.65-14.315%208.821-21.958.654-2.302%201.69-4.526%201.082-6.89-.401-1.559-.679-3.182-1.218-4.674-.868-2.395-1.167-4.917-1.757-7.349-.811-3.35-1.897-6.555-3.12-9.747-.215-.564-.173-1.227-.249-1.843.333-.216.653-.59%201.005-.624%203.886-.383%207.505-1.907%2011.314-2.616z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23040404%22%20fill-rule%3D%22evenodd%22%20d%3D%22M478.39%20143.919c-1.31-7.969-3.996-15.514-6.183-23.002%206.379-8.312%2012.356-16.58%2019.367-24.08%201.058.288%201.474.849%201.609%201.999.296%202.532.862%205.032%201.317%207.544%201.304%201.072.183%202.753%201.122%204.104.737%201.061.348%202.837.79%204.187%201.108%203.381%201.067%207.007%202.393%2010.352.554%201.397.512%203.021.822%204.525.533%202.578.962%205.189%201.777%207.694.381%201.172-.124%202.406.723%203.612.641.91.517%202.356.771%203.778-1.593%201.338-3.12%203.002-4.985%204.088-2.142%201.25-3.816%203.082-5.977%204.301-.725.409-1.205%201.675-1.337%202.613-.198%201.419-.116%202.852.523%204.29.529%201.188-.309%202.658.534%204.002.632%201.008.356%202.356.697%203.574.688%202.457.638%205.12.94%208.197-12.34-6.381-24.225-12.527-36.491-18.87-.434-1.412-.996-3.231-1.531-4.97%201.425-.926%202.746-.955%204.067-1.198%203.557-.657%207.083-1.536%2010.467-2.872%202.415-.952%204.826-1.916%207.226-2.906.377-.15.681-.471%201.359-.962z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%230B0B0B%22%20fill-rule%3D%22evenodd%22%20d%3D%22M650.851%20212.827c-.569-.874-1.066-1.367-1.249-1.958-2.058-6.685-5.672-12.791-7.571-19.668%201.814-.989%203.324-2.123%205.023-2.64%201.371-.419%201.738-1.435%202.171-2.362.502-1.076.763-2.34.811-3.536.104-2.49%201.09-4.764%201.619-7.139.327-1.466.547-2.975.939-4.445.939-3.508%201.404-7.138%202.643-10.582.173-.479.023-1.072.023-1.972-4.251-3.042-8.675-6.208-13.071-9.353.423-2.413%201.675-4.396%201.45-6.791-.232-2.463-.01-4.966-.063-7.449-.049-2.299.44-4.656-1.002-7.207.678-.175%201.337-.347%202.495-.647%204.144%203.161%209.052%206.905%2014.021%2010.697.33-.018.746-.038%201.163-.06.723-3.557%201.241-7.1%202.249-10.498.34-1.143.027-2.574.634-3.245.981-1.082.186-2.414%201.097-3.524.582-.711.024-2.295.132-3.474.104-1.109.468-2.192.608-3.301.128-1.017-.235-2.108.641-2.993.163-.163.018-.625.025-.949.033-1.557-.005-3.069.574-4.62.487-1.304-.332-2.946.722-4.242-.104-3.238.993-6.23%201.959-9.237.921-2.868%201.029-5.976%202.569-8.658.354-4.695%202.765-8.897%203.254-13.56%202.316-5.159%203.076-10.791%204.88-16.12%201.185-3.5%202.092-7.153%202.992-10.776.597-2.408%201.429-4.802%202.111-7.207%201.017-3.58%202.116-7.137%203.035-10.748.61-2.407%201.589-4.738%202.596-7.018.343-.773%201.278-1.285%202.3-2.257.095.886.278%201.31.147%201.588-1.037%202.232-1.38%204.628-1.936%206.993-.554%202.349-.997%204.744-1.571%207.09-.599%202.448-1.33%204.921-1.6%207.467-.118%201.109-.233%202.28-.673%203.281-.797%201.819-.58%203.83-1.274%205.632-.7%201.823-.741%203.776-1.268%205.629-.337%201.18-.686%202.334-.727%203.616-.037%201.159-.508%202.368-1.036%203.431-.569%201.146.487%202.627-.841%203.544.334%202.653-.928%205.042-1.408%207.543-.625%203.252-1.367%206.516-2.217%209.742-.59%202.241-1.093%204.538-1.523%206.825-.678%203.591-1.515%207.135-2.426%2010.669-.382%201.479-.554%203.009-.863%204.507-.695%203.381-1.267%206.8-2.198%2010.117-.411%201.469-.498%202.977-.967%204.444-.708%202.218-.621%204.712-1.457%206.86-.854%202.194-.718%204.563-1.746%206.735-.507%201.07-.319%202.592-.716%203.905-.412%201.364-.077%203.091-.791%204.191-.929%201.434-.214%203.006-1.091%204.454-.737%201.216-.256%203.111-.814%204.505-1.219%203.036-1.49%206.286-2.275%209.404-.638%202.533-1.185%205.175-1.669%207.785-.436%202.349-1.19%204.713-1.586%207.072-.424%202.523-1.203%204.952-1.583%207.48-.328%202.194-.979%204.339-1.488%206.505-.139.591-.349%201.174-.406%201.773-.186%201.937-.537%203.833-1.192%205.669-.066.189-.098.397-.115.599-.221%202.612-.182%205.276-.713%207.82-.702%203.345-.267%206.832-1.757%2010.664z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23070807%22%20fill-rule%3D%22evenodd%22%20d%3D%22M731.785%20198.724c0-1.187-.063-2.38.02-3.562.076-1.114-.353-2.247.558-3.355.423-.516.102-1.669.061-2.531-.024-.507-.12-1.02-.257-1.511-.751-2.71-.459-5.714-2.389-8.364-1.521-.3-3.193-.629-4.686-.924-1.68%202.799-2.273%205.821-4.575%207.845h-1.516c-.076-.272-.239-.527-.169-.65%202.423-4.268%203.765-9.063%206.43-13.216.195-.304.025-.843.025-1.364.269-.082.564-.138.828-.26.906-.418%201.802-1.204%202.705-1.211%201.388-.011%202.793.458%204.167.812%201.967.506%203.656%201.582%205.255%202.738v1.32c-1.551.625-3.085%201.241-4.645%201.87.346%201.371%201.419%201.152%201.784.833.884-.772%201.765-.457%202.889-.441%200%201.077-.066%202.137.015%203.187.171%202.288.509%204.569.609%206.859.109%202.479.025%204.966.025%207.449%200%202.376-.049%204.753.02%207.126.036%201.33.689%202.53.696%203.943.019%203.259-.878%206.334-1.575%209.429-.529%202.35-1.18%204.714-1.637%207.062-.658%203.399-1.577%206.746-2.158%2010.169-.316%201.861-.704%203.782-1.222%205.627-.521%201.861-1.193%203.649-1.305%205.624-.066%201.176-.615%202.322-.921%203.489-.183.697-.313%201.406-.55%202.489-2.754%202.756-5.604%206.035-8.901%208.776-3.047%202.533-5.714%205.418-8.622%208.069-1.304%201.187-2.773%202.192-4.221%203.321h-1.287c-.045-.429-.086-.831-.17-1.646-.479-.483-1.214-1.222-2.04-2.053%201.203-1.5%201.27-3.38%201.997-5.049.714-1.639.603-3.654.747-5.512.096-1.239.911-2.276.721-3.626-.154-1.082-.149-2.193.506-3.337.465-.814.044-2.112.119-3.185.019-.293.403-.561.618-.84.443.23.887.46%201.383.717%201.11-.711%202.213-1.418%203.181-2.038%201.598.033%202.025.85%201.893%202.474-1.361.973-2.919%202.084-4.439%203.168-.388%201.122-1.368%202.202-.304%203.583%201.809-.903%203.651-1.703%205.087-3.308%201.653-1.848%203.482-3.542%205.249-5.286.538-.53.806-1.075.988-1.875.487-2.137%201.066-4.316%202.031-6.27%202.161-4.377%203.198-9.072%204.397-13.735.523-2.042%201.218-4.042%201.715-6.089.575-2.368%201.248-4.747%201.457-7.157.252-2.894.078-5.827.031-8.742-.002-.286-.401-.563-.618-.842z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23060606%22%20fill-rule%3D%22evenodd%22%20d%3D%22M768.519%2090.609c-.675.835-1.072%201.427-1.568%201.924-6.632%206.653-13.4%2013.179-19.872%2019.986-3.184%203.351-6.376%206.722-9.263%2010.372-2.159%202.729-4.772%205.1-7.279%207.733-.723-.019-1.564-.024-2.474-.589-1.687-1.049-3.543-1.846-5.377-2.635-5.055-2.175-9.97-4.632-14.85-7.163-.574-.299-1.021-.842-1.827-1.527%207.425-3.716%2014.556-7.104%2021.492-10.849%202.652-1.433%205.401-2.633%208.063-4.024%202.661-1.391%205.252-2.97%208.028-4.078%205.469-2.183%2010.659-5.009%2016.288-6.848%201.454-.475%203.058-.987%204.4-1.859%201.26-.816%202.509-.694%204.239-.443z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%230B0B0B%22%20fill-rule%3D%22evenodd%22%20d%3D%22M497.084%20164.61c3.196-1.3%205.018-3.849%207.672-5.402h1.273c1.972%208.343%203.921%2016.687%205.917%2025.019%202%208.347%203.841%2016.73%205.796%2025.247-.344.301-.792.693-1.19%201.042-.364-.222-.648-.293-.691-.436-.264-.866-.338-1.813-.725-2.612-1.307-2.697-2.755-5.326-4.078-8.017-2.464-5.014-4.89-10.048-7.299-15.088-.386-.806-.54-1.721-.911-2.534-.984-2.154-.936-2.323-2.988-3.153-1.657-.669-2.208-1.938-2.11-3.319.109-1.544-.747-2.791-.761-4.265-.012-1.319.352-2.661-.522-3.996-.323-.498.392-1.677.617-2.486z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23080808%22%20fill-rule%3D%22evenodd%22%20d%3D%22M677.068%20174.613c-2.669.923-4.956%202.912-8.049%203.495v-8.803c-2.149-1.788-4.213-3.504-6.628-5.511.11-3.034%201.386-6.284%201.973-9.65.574-3.289%201.346-6.542%202.039-9.848.515-.024.932-.042%201.379-.063%203.375%203.058%206.758%206.122%209.993%209.054.308%201.639.67%203.031.803%204.445.133%201.39.112%202.808.009%204.203-.129%201.751-.499%203.485-.602%205.236-.109%201.827.031%203.669-.059%205.499-.028.553-.465%201.087-.858%201.943z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23070707%22%20fill-rule%3D%22evenodd%22%20d%3D%22M711.034%20238.931c-.216-.449-.565-.883-.627-1.352-.268-2.062-.41-4.141-.696-6.199-.093-.673-.479-1.305-.679-1.82-.699-.435-1.301-.809-2.049-1.275%201.377-4.725.396-9.549.923-14.272.194-1.737.475-3.48.516-4.58%201.033-2.399%201.71-4.292%202.647-6.048.762-1.43.795-3.436%202.952-4.186.464%201.457.087%202.842.268%204.165.565%204.112%201.151%208.193%203.159%2011.968.69%201.298%201.865%201.985%202.724%203.425v4.014c1.171-.974%202.176-1.81%203.183-2.646.202%201.696-.472%203.18-1.109%204.681-2.436%205.745-6.41%2010.263-11.212%2014.125z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M711.034%20238.931c4.802-3.862%208.775-8.38%2011.212-14.125.638-1.501%201.311-2.985%201.109-4.681.179-.071.358-.143.537-.214-.179-.146-.358-.29-.537-.435%202.951-3.846%205.11-8.17%206.361-12.78.678-2.492%201.63-5.049%201.543-7.747-.003-.07.343-.15.525-.225.217.279.616.556.62.837.047%202.916.221%205.848-.031%208.742-.209%202.41-.882%204.789-1.457%207.157-.497%202.047-1.191%204.046-1.715%206.089-1.199%204.663-2.236%209.358-4.397%2013.735-.965%201.954-1.544%204.133-2.031%206.27-.183.8-.45%201.344-.988%201.875-1.768%201.744-3.596%203.438-5.249%205.286-1.435%201.605-3.278%202.405-5.087%203.308-1.064-1.38-.084-2.461.304-3.583%201.52-1.084%203.077-2.195%204.439-3.168.133-1.624-.295-2.441-1.893-2.474-.968.62-2.07%201.327-3.181%202.038-.496-.256-.939-.486-1.383-.717v-3.421c.459-.621.878-1.194%201.299-1.767z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23070707%22%20fill-rule%3D%22evenodd%22%20d%3D%22M617.648%20277.194h1.296c1.982.99%202.618%203.102%203.884%204.687%201.943%202.437%203.831%204.918%205.879%207.554.153.825-.16%201.791-1.251%201.994-4.179.776-8.071%202.395-12.028%203.845-1.038.379-2.173.499-3.266.726-1.78.374-3.087-.891-4.891-1.493%200-1.653-.343-3.544.095-5.236.457-1.774.54-3.495.552-5.267.012-1.838.002-3.674.002-5.512.429%200%20.977.172%201.264-.029%201.332-.933%202.917-.243%204.215-.7%201.43-.501%202.811-.548%204.249-.569z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23080808%22%20fill-rule%3D%22evenodd%22%20d%3D%22M677.959%20219.476c-1.063.305-2.118.631-3.187.91-.779.203-1.573.343-2.397.518-.931-2.576%201.402-4.418%201.01-6.879%207.208-6.067%2014.49-12.193%2022.081-18.583.399.127%201.139.362%202.144.681-.31%201.725-.289%203.349-.905%204.677-1.112%202.388-1.814%204.927-2.398%207.411-.439%201.869-1.276%203.651-1.482%205.648-.598.752-1.246%201.563-1.894%202.374-1.688-.395-3.251.333-4.797.739-.632.167-1.288.421-1.971.597-2.094.542-4.14%201.259-6.204%201.907z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M650.074%20245.417c-.149%201.824-1.463%203.119-2.352%204.505-3.247%205.054-6.755%209.942-10.232%2014.846-.675.953-1.653%201.693-2.657%202.697-.992%200-2.158.049-3.321-.008-6.072-.294-12.08%201.15-18.159.665-.712-.058-1.434-.008-2.491-.008%204.057-2.452%207.721-4.705%2011.426-6.889%201.722-1.015%203.56-1.834%205.281-2.852%203.897-2.304%207.886-4.458%2011.674-6.955%201.584-1.043%203.324-1.847%204.994-2.76%201.483-.942%202.952-1.908%204.458-2.811.401-.24.915-.291%201.379-.43z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%230B0B0B%22%20fill-rule%3D%22evenodd%22%20d%3D%22M638.4%20162.146c-1.543.857-3.38.748-4.398%202.536-.561-.504-1.164-.776-1.276-1.184-1.41-5.117-3.74-9.897-5.379-14.931-1.048-3.22-2.354-6.358-3.563-9.525-.676-1.769-1.051-3.643-2.013-5.321-.333-.582-.218-1.421-.327-2.296h6.948c1.701%202.948%202.512%206.476%203.922%209.758%201.454%203.384%202.389%206.996%203.479%2010.53%201.064%203.445%202.697%206.764%202.607%2010.433z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23111111%22%20fill-rule%3D%22evenodd%22%20d%3D%22M391.204%2085.266h1.849c.535%202.975%201.846%205.811%202.682%208.752.907%203.187%201.69%206.423%202.725%209.581%201.307%203.996%202.325%208.075%203.824%2012.023%201.345%203.545%202.675%207.104%203.966%2010.674.572%201.584%201.323%203.105%202.12%204.949-1.033-.053-1.916.112-2.615-.173-2.512-1.029-5.214-1.749-7.076-3.745-1.562-6.979-3.031-13.844-4.188-20.786-1.162-6.99-2.357-13.969-3.287-21.275z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23080808%22%20fill-rule%3D%22evenodd%22%20d%3D%22M430.89%20144.013c-.343-4.577%202.814-7.438%205.226-10.701h2.745c5.735%203.592%209.259%208.847%2011.738%2014.841.741%201.787%201.666%203.623%201.69%206.086-.934-.349-1.586-.53-2.182-.824-6-2.954-11.991-5.928-17.986-8.89-.357-.175-.734-.307-1.231-.512z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M572.9%20278.491c-.846-.433-1.263-1.329-2.091-1.836-.806-.492-1.399-1.33-2.2-2.13h-2.715c-.027-.103-.054-.207-.08-.31.379-.16.757-.323%201.425-.607-2.345-1.886-4.58-3.693-6.825-5.492-1.294-1.039-2.629-2.028-3.892-3.101-1.848-1.57-3.555-3.32-5.486-4.773-3.064-2.307-5.819-4.991-9.003-7.155-1.462-.993-2.478-2.501-4.059-3.477-1.856-1.145-3.29-2.947-5.063-4.254-3.088-2.278-5.706-5.12-8.991-7.177-1.57-.983-2.698-2.589-4.307-3.669-1.908-1.28-3.415-3.147-5.292-4.486-3.041-2.17-5.588-4.934-8.764-6.947-1.665-1.056-3.053-2.552-4.567-3.85-3.028-2.595-5.971-5.297-9.11-7.751-2.382-1.862-4.702-3.789-7-5.751-1.58-1.349-3.221-2.624-5.319-4.325%201.143-.051%201.647-.074%201.998-.089%203.95%203.107%207.516%206.481%2011.49%209.373%201.779%201.294%203.266%202.99%205.037%204.298%203.088%202.279%205.732%205.085%208.983%207.188%201.732%201.119%203.138%202.769%204.77%204.108%203.463%202.838%206.91%205.689%2010.44%208.446%201.396%201.091%202.615%202.384%204.06%203.467%203.014%202.256%205.775%204.85%208.67%207.266%203.686%203.074%207.354%206.169%2011.114%209.148%203.932%203.116%207.759%206.349%2011.58%209.599%203.859%203.286%207.97%206.278%2011.944%209.43%201.478%201.171%202.906%202.408%204.296%203.682.241.221.176.775.252%201.177-.429-.002-.863-.002-1.295-.002z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23111111%22%20fill-rule%3D%22evenodd%22%20d%3D%22M684.463%20171.486h-1.717c-.077-.255-.193-.53-.241-.817-.146-.863.368-1.554.584-2.323.602-2.133.902-4.351%201.365-6.525.227-1.076.547-2.132.858-3.326.502.042%201.126-.093%201.486.155%202.699%201.855%205.346%203.786%207.947%205.65v1.608c-3.385%201.837-6.716%203.644-10.282%205.578z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23181918%22%20fill-rule%3D%22evenodd%22%20d%3D%22M582.628%20284.328c.34-.721.731-1.361.688-2.272-.114-2.41-.039-4.831-.039-7.456h1.298v11.391c3.081-2.039%205.421-4.337%208.265-6.667.099%201.146.159%201.848.202%202.343-1.939%201.939-3.756%203.758-5.825%205.824h-3.721c-.285-1.037-.576-2.1-.868-3.163z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F4128%22%20fill-rule%3D%22evenodd%22%20d%3D%22M391.318%20125.442v1.297c-1.487.327-2.201-1.077-3.13-1.681-2.169-1.409-3.98-3.367-5.85-5.025v-1.607c.101-.023.202-.047.302-.071.112.297.224.595.259.687%201.978%201.171%203.867%202.274%205.737%203.404.69.416%201.333.909%202.011%201.348.615.398.768.968.671%201.648z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M617.648%20277.194c-1.438.021-2.819.067-4.25.568-1.298.457-2.883-.233-4.215.7-.287.201-.835.029-1.264.029v-1.297c.075-.185.137-.518.228-.528%203.089-.278%206.181-.525%209.501-.796v1.324z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%233B4E36%22%20fill-rule%3D%22evenodd%22%20d%3D%22M644.886%20238.283c1.032.277%201.427-.627%202.083-1.086%201.634-1.144%203.319-2.211%205.199-3.452.088.115.293.38.5.647v1.004c-2.185%201.315-4.382%202.658-6.607%203.955-.327.189-.78.157-1.176.229-.216-.269-.434-.537-.649-.807.216-.162.434-.326.65-.49z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%239A9A9A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M573.55%20284.328c-1.25-.305-.402-1.309-.649-1.946h1.023c.2.708.822%201.471-.374%201.946z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%230D0D0D%22%20fill-rule%3D%22evenodd%22%20d%3D%22M585.871%2072.913c-.255-.299-.51-.598-.986-1.158.743-.066%201.095-.097%201.635-.145v1.303h-.649z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%239A9A9A%22%20fill-rule%3D%22evenodd%22%20d%3D%22M624.133%20275.249c.269-.215.538-.434.806-.648.164.214.328.433.491.648-.269.217-.537.432-.807.649-.163-.217-.326-.433-.49-.649zm-5.189%201.297v-1.685c.679.542.988.788%201.298%201.037-.056.968-.807.549-1.298.648z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23070707%22%20fill-rule%3D%22evenodd%22%20d%3D%22M723.355%20219.476c.179.145.358.289.537.435-.179.071-.358.143-.537.214v-.649z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M607.271%20168.893c-1.424.102-2.549-.811-3.595-1.446-2.068-1.257-4.513-1.818-6.345-3.536-.415-.39-1.396-.176-2.051-.234-1.54%202.95-2.687%205.915-3.64%208.987-.495%201.593-1.682%202.972-2.608%204.538h-9.335c-2.657-1.678-3.12-4.543-3.56-7.429-.268-1.74-.759-3.423-.681-5.237.114-2.666.932-4.884%202.575-7.065%201.811-2.403%203.987-4.394%206.038-6.531%201.216-1.267%201.878-2.615%201.833-4.442-.104-4.206-.033-8.416-.033-12.625%201.868.859%203.552%201.912%205.075%203.374%202.875%202.761%205.041%206.072%207.151%209.341%202.146%203.322%204.472%206.635%205.593%2010.568.54%201.899%201.55%203.658%202.21%205.529.709%202.004%201.468%204.018%201.373%206.208z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M577.44%20179.917c2.053%200%204.111-.094%206.157.027%201.965.117%203.915.457%206.307.753%201.857%202.362%203.923%204.993%205.992%207.62.133.168.31.301.455.462%202.353%202.585%204.704%205.173%206.99%207.689v1.345c-.853.399-1.64.859-2.488%201.145-1.337.451-2.585%201.103-4.099%201.093-9.186-.058-18.371-.02-27.555-.05-.52-.001-1.372.458-1.487-.627.074-.398.057-.845.237-1.188.975-1.852%201.95-3.706%203.015-5.506%202.137-3.612%203.869-7.452%206.226-10.944.306-.456.177-1.206.25-1.819z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M438.659%20181.214v-1.532c1.329-1.937%203.323-2.795%205.469-3.722%201.465%201.654%202.179%203.736%203.173%205.921-.732.779-1.442%201.534-1.909%202.028-1.279%202.911-.775%205.682-.915%208.406-.062%201.199-.335%202.385-.477%203.338-.886.545-1.49.915-2.246%201.379%201.343%204.723.517%209.523.838%2014.27.156%202.302%201.07%204.571%202.08%206.557%201.288%202.533%202.085%205.232%202.946%207.842%201.385%204.203%203.183%207.959%206.534%2010.902.89.782%201.686%201.669%202.562%202.545.426%201.643-.16%202.994-1.415%204.222-2.107.638-3.092-1.613-4.816-2.022-2.047-4.551-4.005-9.127-5.575-13.88-.409-1.233-.733-3.062-2.812-3.613-.072.82-.4%201.629-.147%202.169%201.092%202.331%201.226%204.889%201.835%207.323%201.099%204.388%202.525%208.663%204.017%2012.913.354%201.009%201.67%201.665%201.235%203.045-1.491-1.331-2.98-2.663-4.346-3.883-.364-1.291-.241-2.593-1.491-3.251-.648-1.886-1.508-3.729-1.897-5.667-.639-3.182-2.103-6.194-1.994-9.527-1.479-.988-.199-2.722-1.179-4.073-.799-1.103-.426-2.999-.81-4.482-.253-.978-.299-2.135-1.253-2.839%200-1.832.398-3.779-.087-5.473-.876-3.056-.455-6.095-.52-9.136-.03-1.414.384-2.839.609-4.257.223-1.419.04-2.802.506-4.303.755-2.432.61-5.143.865-7.958h1.22c.023%203.538%201.375%206.67%202.904%209.733.28-.017.491-.029.846-.051.262-2.763.54-5.547.78-8.335.064-.749-.293-1.729.067-2.221%201.025-1.401.361-2.805.668-4.419-2.126.357-3.386%202.037-5.265%202.051zm136.835%2038.911c-.2-1.333.414-2.735-.438-4.027-.691-1.05.406-2.58-.859-3.521-.227-2.59-.454-5.179-.692-7.898h20.224c-.477%202.322.618%204.645-.675%206.882-.327.566-.044%201.482-.05%202.236-.023%202.683-.824%205.038-2.844%206.91-1.877%201.736-3.726%203.502-5.586%205.255-.395-.071-.89-.017-1.173-.235-2.187-1.691-4.318-3.453-6.507-5.141-.368-.283-.928-.313-1.4-.461zm9.08-87.549l.648.648c-3.312%202.975-6.754%205.82-9.26%209.576-.117.177-.293.316-.454.46-3.917%203.499-6.081%208.143-8.494%2012.67-2.032%203.813-3.069%208.028-5.146%2011.8-.127.23-.36.401-.868.95-.651-3.317-2.813-5.501-3.982-8.219h-.98c1.594-1.572%201.864-3.797%202.504-5.738%201.19-3.618%202.606-7.106%204.318-10.493.134-.265.155-.598.321-.833.711-1.004%201.286-2.22%202.237-2.907%201.031-.745.553-2.174%201.645-2.727h2.374c1.361%201.537%202.772%203.129%204.244%204.792%203.13-3.152%206.078-6.109%209.01-9.081.532-.537%201.003-1.123%201.883-.898z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%230D0D0D%22%20fill-rule%3D%22evenodd%22%20d%3D%22M584.574%20132.576c-.88-.226-1.352.361-1.882.899-2.932%202.972-5.88%205.929-9.01%209.081-1.473-1.663-2.883-3.255-4.244-4.792h-2.374c-.227-1.209.285-2.286.935-3.152%202.586-3.446%204.852-7.108%207.622-10.445%201.905-2.294%204.037-4.319%206.046-6.482.923-.994%201.784-1.984%202.259-3.268h1.296c1.001%202.633%201.04%205.477.515%208.061-.514%202.527-.31%204.99-.536%207.471-.081.888-.411%201.753-.627%202.627z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20fill-rule%3D%22evenodd%22%20d%3D%22M519.723%20247.03c3.493%202.097%206.602%203.963%209.712%205.829%201.99%201.194%203.982%202.382%205.968%203.584%206.1%203.695%2012.443%206.933%2018.793%2010.169%201.503.767%202.932%201.678%204.972%202.857-2.391-.334-4.221.559-6.053-.626-.534-.347-1.479-.146-2.222-.068-4.484.47-8.863-1.055-13.478-.619-3.58-2.621-6.587-5.985-9.625-9.256-2.891-3.115-5.356-6.626-8.067-10.033v-1.837z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M603.381%20150.086c-.648-.852-1.404-1.643-1.929-2.564-3.792-6.661-3.776-6.669-9.195-12.146.779-3.262%201.574-6.598%202.383-9.93.006-.025.203-.003.31-.003%201.134.747%201.89%201.758%202.698%202.878%201.974%202.736%203.895%205.486%205.681%208.354%201.9%203.056%202.508%206.092%201.544%209.68-.241.897-.195%201.873-.29%202.923-.351.234-.776.521-1.202.808zm-30.481%2025.94c-2.871%202.331-5.735%204.672-8.618%206.99-1.433%201.151-2.9%202.258-4.352%203.386v-5.237c2.452-5.406%206.431-9.137%2011.063-12.408%201.566.973%201.677%202.56%201.88%204.033.144%201.061.027%202.156.027%203.236zm11.674%2069.391v-14.268c.684.101%201.172-.142%201.667-.663%201.702-1.787%203.462-3.521%205.232-5.24.319-.309.801-.454%201.535-.851-.733%203.52-1.305%206.656-2.058%209.748-.543%202.228-1.311%204.4-1.919%206.617-.596%202.18-1.945%204.092-4.457%204.657z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M575.005%20156.455c-.08-1.013-.286-1.569-.134-1.999%202.199-6.253%204.194-12.479%209.012-18.292-.13%202.248.412%204.113-.524%206.097-.528%201.119-.384%202.611-.581%203.913-.292%201.941-1.419%203.144-2.419%204.517-.625.86-1.517%201.521-2.252%202.306-.893.953-1.748%201.942-3.102%203.458z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M565.119%20216.882c.216.171.623.347.619.512-.075%203.159%201.342%205.918%202.488%208.691%201.915%204.624%204.291%209%207.93%2012.59%201.237%201.22%202.163%202.756%203.23%204.148h-1.533c-3.775-3.116-6.317-7.197-9.104-11.05-1.287-1.777-2.586-3.664-3.523-5.602-1.347-2.789-2.276-5.919-.644-9.056.071-.134.353-.157.537-.233zm7.781%203.892c-.986%201.002-2.266%201.471-3.637%202.151-1.029-4.247-2.609-8.202-2.199-12.528%201.538-.079%202.117.96%202.605%202.17.366.908%201.204%201.786%201.181%202.66-.06%202.189%201.33%203.72%202.05%205.547zm-13.619-30.481h.813c1.633%202.459%203.238%204.845%204.796%207.261.201.309.158.776.229%201.17-3.74-.983-5.822-3.536-5.837-7.155-.002-.424-.001-.85-.001-1.276z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%230D0D0D%22%20fill-rule%3D%22evenodd%22%20d%3D%22M583.926%20114.418c-.492-.098-1.241.321-1.298-.649h1.298v.649z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%2397D0D7%22%20fill-rule%3D%22evenodd%22%20d%3D%22M519.664%20247.43c-.177-.15-.353-.302-.529-.453l.204-.204c.15.177.301.352.451.53-.042.043-.084.085-.126.127z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F4128%22%20fill-rule%3D%22evenodd%22%20d%3D%22M574.63%20156.571v.649h-.216v-.649h.216z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F4629%22%20fill-rule%3D%22evenodd%22%20d%3D%22M449.035%20249.308c.216.216.432.432.649.648-.217-.216-.433-.432-.649-.648z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%232F4629%22%20fill-rule%3D%22evenodd%22%20d%3D%22M449.742%20249.889c.176.15.354.301.53.453-.069.068-.137.135-.205.204-.15-.176-.301-.353-.453-.529.044-.043.087-.086.128-.128z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M23.621%20518.852V473.11h88.928c2.796%200%205.036-.701%206.848-2.143%201.379-1.098%202.171-4.146%202.171-8.36%200-4.116-.789-6.997-2.221-8.111-1.881-1.464-4.225-2.176-7.167-2.176H65.143c-4.716%200-9.798-.707-15.105-2.102-5.626-1.478-10.943-4.323-15.803-8.456-4.878-4.146-8.935-9.946-12.055-17.236-3.083-7.188-4.646-16.544-4.646-27.805%200-11.264%201.566-20.589%204.655-27.718%203.122-7.211%207.175-12.967%2012.048-17.109%204.858-4.132%2010.175-6.978%2015.802-8.455%205.307-1.395%2010.389-2.102%2015.104-2.102h95.199v45.742H72.89c-2.569%200-4.732.712-6.613%202.176-1.835%201.428-2.221%204.849-2.221%207.466%200%203.797.802%206.339%202.383%207.556%202.009%201.55%204.238%202.301%206.819%202.301h47.037c4.604%200%209.671.748%2015.061%202.222%205.686%201.561%2011.028%204.483%2015.882%208.689%204.859%204.217%208.902%2010.04%2012.019%2017.31%203.084%207.205%204.647%2016.561%204.647%2027.809%200%2011.243-1.561%2020.629-4.639%2027.896-3.119%207.356-7.166%2013.223-12.027%2017.438-4.855%204.21-10.199%207.134-15.883%208.688-5.376%201.475-10.444%202.223-15.061%202.223H23.621z%22%2F%3E%3Cpath%20d%3D%22M155.342%20346.337v35.742H72.89c-3.689%200-6.917%201.076-9.684%203.229-2.767%202.153-4.15%205.958-4.15%2011.412%200%205.456%201.444%209.295%204.334%2011.519%202.888%202.228%206.179%203.338%209.868%203.338h47.037c4.179%200%208.762.683%2013.742%202.045%204.98%201.366%209.621%203.913%2013.927%207.645%204.303%203.734%207.868%208.901%2010.698%2015.502%202.827%206.604%204.243%2015.217%204.243%2025.838%200%2010.625-1.416%2019.27-4.243%2025.945-2.83%206.675-6.396%2011.88-10.698%2015.61-4.306%203.734-8.946%206.281-13.927%207.644-4.98%201.366-9.563%202.046-13.742%202.046H28.621V478.11h83.928c3.934%200%207.254-1.076%209.96-3.229%202.704-2.153%204.058-6.244%204.058-12.273%200-5.884-1.383-9.904-4.15-12.058-2.767-2.153-6.179-3.229-10.237-3.229H65.143c-4.306%200-8.917-.646-13.834-1.938-4.919-1.292-9.531-3.769-13.834-7.429-4.306-3.66-7.871-8.791-10.698-15.396-2.831-6.601-4.243-15.213-4.243-25.837%200-10.621%201.412-19.197%204.243-25.73%202.827-6.53%206.393-11.627%2010.698-15.287%204.303-3.66%208.915-6.137%2013.834-7.429%204.917-1.292%209.528-1.938%2013.834-1.938h90.199m10-10H65.143c-5.144%200-10.654.762-16.376%202.266-6.357%201.669-12.337%204.86-17.772%209.483-5.459%204.641-9.967%2011.011-13.396%2018.931-3.408%207.867-5.066%2017.584-5.066%2029.703%200%2012.11%201.653%2021.851%205.052%2029.778%203.425%208.001%207.938%2014.42%2013.412%2019.073%205.433%204.621%2011.413%207.812%2017.771%209.482%205.721%201.503%2011.23%202.266%2016.375%202.266h47.036c2.065%200%203.164.482%203.823.923.169.409.565%201.654.565%204.364%200%202.883-.41%204.222-.59%204.672-.608.404-1.609.831-3.428.831H18.621v55.742h101.675c5.064%200%2010.577-.808%2016.387-2.402%206.404-1.752%2012.407-5.027%2017.833-9.732%205.442-4.718%209.935-11.199%2013.353-19.262%203.389-8.002%205.036-17.764%205.036-29.849%200-12.097-1.652-21.835-5.05-29.773-3.419-7.974-7.906-14.405-13.337-19.119-5.429-4.704-11.428-7.978-17.836-9.736-5.827-1.594-11.338-2.401-16.387-2.401H73.259c-1.431%200-2.565-.365-3.66-1.18-.12-.237-.542-1.248-.542-3.676%200-2.311.353-3.35.492-3.67.951-.679%201.966-.971%203.342-.971h92.452v-55.743h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M223.957%20518.852c-16.949%200-30.421-5.695-40.043-16.927-9.427-11.005-14.207-27.131-14.207-47.931%200-20.801%204.78-36.927%2014.208-47.931%209.622-11.231%2023.094-16.927%2040.042-16.927h47.056v38.206h-42.998c-4.306%200-7.488%201.1-9.727%203.362-1.292%201.304-2.466%202.883-3.515%204.725h54.026v36.914h-54.042c1.063%201.888%202.254%203.516%203.566%204.87%202.235%202.311%205.404%203.432%209.69%203.432h42.998v38.206h-47.054z%22%2F%3E%3Cpath%20d%3D%22M266.013%20394.137v28.206h-37.998c-5.657%200-10.084%201.615-13.281%204.845-3.199%203.229-5.718%207.644-7.563%2013.242h56.628v26.914h-56.628c1.845%205.598%204.363%2010.049%207.563%2013.35%203.196%203.304%207.624%204.952%2013.281%204.952h37.998v28.206h-42.056c-15.495%200-27.576-5.06-36.246-15.18-8.669-10.12-13.004-25.01-13.004-44.678%200-19.664%204.335-34.559%2013.004-44.678%208.669-10.12%2020.751-15.18%2036.246-15.18h42.056m10-9.999h-52.056c-18.475%200-33.225%206.283-43.84%2018.674-10.225%2011.935-15.41%2029.156-15.41%2051.184%200%2022.027%205.185%2039.247%2015.41%2051.184%2010.615%2012.391%2025.365%2018.674%2043.84%2018.674h52.056v-48.206H273.8v-43.304h2.213v-48.206z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M274.847%20518.852V389.137h53.881c4.508%200%209.048%201.019%2013.495%203.027%204.397%201.987%208.379%204.871%2011.833%208.572%203.417%203.664%206.195%208.088%208.261%2013.15%202.082%205.103%203.137%2010.918%203.137%2017.284v17.058H324.65v-11.675c0-2.493-.586-4.368-1.792-5.733-1.072-1.213-2.278-1.755-3.907-1.755h-3.301v89.786h-40.803z%22%2F%3E%3Cpath%20d%3D%22M328.728%20394.137c3.81%200%207.623.861%2011.436%202.584%203.81%201.722%207.223%204.198%2010.237%207.428%203.012%203.229%205.441%207.105%207.286%2011.627%201.845%204.522%202.767%209.656%202.767%2015.396v12.058H329.65v-6.675c0-3.731-1.015-6.745-3.043-9.043-2.029-2.295-4.583-3.445-7.655-3.445h-8.301v89.786h-30.804V394.137h48.881m0-10h-58.881v139.715h50.804v-70.623h49.803v-22.058c0-7.017-1.18-13.468-3.508-19.173-2.295-5.626-5.401-10.562-9.231-14.67-3.912-4.19-8.43-7.46-13.433-9.72-5.099-2.304-10.332-3.471-15.554-3.471z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M369.287%20518.852V389.137h40.804v129.715h-40.804zm0-131.773v-38.637h40.804v38.637h-40.804z%22%2F%3E%3Cpath%20d%3D%22M405.091%20353.442v28.637h-30.804v-28.637h30.804m0%2040.695v119.715h-30.804V394.137h30.804m10-50.695h-50.804v180.41h50.804v-180.41z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M468.175%20518.852c-16.949%200-30.421-5.695-40.043-16.927-9.427-11.005-14.207-27.131-14.207-47.931%200-20.801%204.78-36.927%2014.208-47.931%209.622-11.231%2023.094-16.927%2040.042-16.927h47.056v38.206h-42.998c-4.306%200-7.488%201.1-9.727%203.362-1.292%201.304-2.466%202.883-3.515%204.725h54.026v36.914h-54.041c1.063%201.888%202.254%203.516%203.566%204.87%202.235%202.311%205.404%203.432%209.69%203.432h42.998v38.206h-47.055z%22%2F%3E%3Cpath%20d%3D%22M510.23%20394.137v28.206h-37.998c-5.657%200-10.085%201.615-13.281%204.845-3.199%203.229-5.718%207.644-7.563%2013.242h56.627v26.914h-56.627c1.845%205.598%204.363%2010.049%207.563%2013.35%203.196%203.304%207.623%204.952%2013.281%204.952h37.998v28.206h-42.056c-15.495%200-27.576-5.06-36.246-15.18-8.669-10.12-13.004-25.01-13.004-44.678%200-19.664%204.335-34.559%2013.004-44.678%208.669-10.12%2020.751-15.18%2036.246-15.18h42.056m10-9.999h-52.056c-18.475%200-33.225%206.283-43.84%2018.674-10.225%2011.935-15.41%2029.156-15.41%2051.184%200%2022.027%205.185%2039.247%2015.41%2051.184%2010.615%2012.391%2025.365%2018.674%2043.84%2018.674h52.056v-48.206h-2.214v-43.304h2.214v-48.206z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M517.22%20518.852v-38.206h69.191c1.918%200%203.488-.35%204.669-1.038-.018%200%20.476-.676.476-3.005%200-2.22-.464-3.073-.588-3.181-1.154-.714-2.689-1.078-4.557-1.078H554.5c-5.882%200-11.218-1.1-15.859-3.27-4.621-2.155-8.601-5.157-11.825-8.921-3.195-3.729-5.631-8.189-7.24-13.258-1.563-4.913-2.355-10.35-2.355-16.155%200-5.654.79-11.047%202.35-16.027%201.608-5.147%204.047-9.652%207.246-13.387%203.221-3.758%207.199-6.759%2011.826-8.921%204.651-2.169%209.986-3.269%2015.858-3.269h69.744v38.206h-63.473c-2.039%200-3.673.35-4.856%201.04h.001c.019%200-.475.675-.475%203.003%200%202.386.518%203.037.522%203.043%201.131.651%202.764%201.001%204.808%201.001h31.727c5.872%200%2011.206%201.1%2015.854%203.268%204.648%202.172%208.639%205.224%2011.863%209.07%203.175%203.79%205.598%208.271%207.205%2013.323%201.564%204.93%202.356%2010.364%202.356%2016.157%200%205.643-.79%2011.034-2.349%2016.024-1.612%205.153-4.051%209.657-7.246%2013.389-3.223%203.762-7.202%206.764-11.829%208.923-4.642%202.168-9.977%203.268-15.855%203.268H517.22z%22%2F%3E%3Cpath%20d%3D%22M619.244%20394.137v28.206h-58.473c-2.951%200-5.413.575-7.379%201.723-1.968%201.15-2.951%203.59-2.951%207.32%200%203.734.983%206.174%202.951%207.321%201.966%201.15%204.428%201.723%207.379%201.723h31.727c5.164%200%209.744.935%2013.741%202.799%203.995%201.867%207.379%204.451%2010.146%207.751%202.767%203.304%204.856%207.18%206.271%2011.627%201.412%204.451%202.121%209.333%202.121%2014.642%200%205.168-.709%2010.012-2.121%2014.534-1.415%204.521-3.505%208.396-6.271%2011.627-2.767%203.229-6.15%205.779-10.146%207.644-3.997%201.867-8.577%202.799-13.741%202.799H522.22v-28.206h64.191c2.827%200%205.225-.572%207.193-1.723%201.966-1.147%202.951-3.586%202.951-7.32%200-3.731-.985-6.208-2.951-7.429-1.969-1.218-4.366-1.83-7.193-1.83H554.5c-5.165%200-9.747-.932-13.742-2.799-3.997-1.864-7.378-4.414-10.146-7.645-2.767-3.229-4.858-7.068-6.271-11.519-1.415-4.448-2.121-9.329-2.121-14.642%200-5.168.706-10.013%202.121-14.534%201.413-4.521%203.505-8.397%206.271-11.627%202.768-3.229%206.148-5.776%2010.146-7.644%203.995-1.863%208.577-2.799%2013.742-2.799h64.744m10-9.999H554.5c-6.608%200-12.654%201.257-17.969%203.736-5.282%202.467-9.826%205.898-13.512%2010.199-3.644%204.254-6.41%209.351-8.223%2015.151-1.709%205.461-2.576%2011.356-2.576%2017.517%200%206.321.872%2012.267%202.592%2017.673%201.812%205.706%204.573%2010.752%208.207%2014.993%203.692%204.309%208.238%207.741%2013.513%2010.202%201.733.81%203.547%201.49%205.433%202.038H512.22v48.206h80.278c6.616%200%2012.663-1.258%2017.974-3.739%205.273-2.461%209.819-5.892%2013.507-10.198%203.64-4.25%206.405-9.346%208.221-15.146%201.711-5.48%202.578-11.372%202.578-17.521%200-6.306-.871-12.25-2.589-17.666-1.808-5.682-4.545-10.734-8.136-15.023-3.701-4.414-8.268-7.908-13.578-10.39-1.52-.709-3.099-1.318-4.733-1.826h23.504v-48.206h-.002z%22%2F%3E%3C%2Fsvg%3E");
}
.h_series {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2220%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M238%20270v216m650-213v215%22%2F%3E%3ClinearGradient%20id%3D%22a%22%20x1%3D%22863%22%20x2%3D%22264%22%20y1%3D%22-69%22%20y2%3D%22530%22%20gradientUnits%3D%22userSpaceOnUse%22%3E%3Cstop%20offset%3D%22.2258%22%20stop-color%3D%22%23FF7BAC%22%2F%3E%3Cstop%20offset%3D%22.4511%22%20stop-color%3D%22%23FFA5C6%22%2F%3E%3Cstop%20offset%3D%22.8239%22%20stop-color%3D%22%23FFE6EF%22%2F%3E%3Cstop%20offset%3D%221%22%20stop-color%3D%22%23FFFFFF%22%2F%3E%3C%2FlinearGradient%3E%3Cpath%20fill%3D%22url(%23a)%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2210%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M180%2015h767v431H180z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2214%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M181%20488h767%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2220%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M457%20473h215%22%2F%3E%3Cpath%20fill-rule%3D%22evenodd%22%20d%3D%22M715.593%20354.124c12.742-13.931%2024.293-27.883%2039.635-38.01%202.639-1.738%204.951-2.719%208.025-3.504%206.476-1.662%2012.469-5.127%2018.833-7.364%206.938-2.439%2013.651-5.223%2021.477-5.148%208.962.086%2017.942-1.733%2027.658-2.807.458%201.505%203.659%203.288%204.37%205.622h5.159c-4.622-2.956-1.332-2.886-6.753-6.353%209.278-.483%2012.411-2.44%2018.839-2.773%202.871-1.942%206.25-5.061%2010.232-6.765%2013.783-5.895%2015.582-19.534%2018.962-31.083%203.333-11.39-4.305-21.9-9.198-31.881-4.601-9.385-14.487-15.053-23.692-17.168-13.316-3.058-26.911.343-37.896%209.672-4.76%204.044-8.916%208.797-13.349%2013.23.968%206.644-6.164%2012.506-2.809%2018.878%203.231%206.152%208.215%2011.383%2012.892%2017.643h21.266c-19.519%202.795-22.12%209.207-40.788-14.597%200-2.862.201-5.984-.034-9.072-1.35-17.655%208.188-29.751%2021.173-39.332%2017.642-13.02%2037.923-12.95%2057.214-5.956%2015.38%205.577%2025.013%2018.53%2030.398%2034.514%208.946%2026.577%203.604%2050.087-15.219%2070.068-6.526%206.923-14.689%2013.226-25.331%2014.272-1.978.196-3.717%202.873-7.814%206.268%2013.837-2.217%2020.791%205.543%2028.364%2011.848%2011.012%209.173%2018.408%2020.503%2022.553%2034.541%201.854%206.286.782%2012.126%201.493%2018.126%201.818%2015.311-3.129%2028.845-11.351%2041.602.521-56.49-9.396-56.009-22.35-69.345-9.316-3.27-15.708-5.513-22.037-7.737-6.465.937-13.346%201.932-22.344%203.232-1.527%201.893-4.444%205.516-7.089%208.803-6.743-2.195-9.844%201.658-12.815%205.175-2.196%202.597-3.383%206.088-5.722%208.504-1.959%202.022-5.045%202.903-7.41%204.596-1.677%201.197-2.993%202.897-4.644%204.55v10.642c-4.021%203.307-8.806%207.235-13.913%2011.436%205.986%2011.139%2017.305%2012.367%2025.903%2016.895%208.916%204.69%2019.604%204.539%2030.672%202.979%202.853-3.116%206.357-6.951%2010.388-11.361v-14.641c-1.986-2.128-4.033-4.318-6.519-6.977%201.895-.385%204.132-1.382%204.591-.85%202.872%203.333%205.352%207.012%208.115%2010.789v15.224c-2.342%203.125-4.687%206.254-8.296%2011.066-2.669%201.364-7.423%203.793-12.448%206.359-19.662%203.016-37.764-3.541-55.482-12.901-3.26%206.479-6.26%2012.447-9.572%2019.04h-10.538c-.403-2.527-.863-5.41-1.503-9.425-2.444%203.754-4.396%206.755-6.183%209.505h-74.888c2.775-11.616%2012.129-21.029%209.261-33.38-9.454-3.285-13.563%205.322-19.483%208.841-6.812%204.042-6.573%2012.726-8.752%2020.375-6.765%203.091-14.11%209.762-21.396-.517%202.712-11.539%205.351-23.766%2013.963-31.703%208.431-7.771%2019.557-12.624%2030.618-19.449-6.577-11.934-14.126-24.39-20.449-37.439-6.563-13.548-15.255-25.84-21.505-39.632-5.606-12.362-11.288-25.047-14.393-37.786-3.354-13.771-8.551-27.866-6.997-42.649%202.425-23.042%208.938-44.198%2025.745-61.461%2012.087-12.415%2025.102-22.314%2042.248-26.923%203.985-1.07%207.805-1.193%2011.662-1.952%203.807-.749%207.568-1.73%2011.184-2.571%203.725.857%207.469%202.162%2011.298%202.523%2014.73%201.39%2028.156%205.843%2038.367%2016.972%205.803%206.321%2012.827%2011.277%2017.012%2019.51%205.477%2010.777%2011.108%2024.048%2011.809%2034.333.193%202.847%201.71%205.577%202.219%208.433.529%202.981%201.944%207.14.57%208.87-4.374%205.495-1.869%2011.793-3.272%2017.254-16.62%2028.634-28.331%2034.418-62.946%2032.612-8.021-2.739-13.58-7.726-15.172-17.413%201.519-4.206%203.22-9.259%205.23-14.188.457-1.114%201.978-1.79%203.823-3.36-1.212%207.591-2.28%2014.254-3.299%2020.618%203.437%201.769%206.005%203.088%209.544%204.906h17.011c11.579-6.488%2022.95-12.561%2027.628-32.732.985-20.393-7.695-42.597-30.193-57.556-8.183-2.212-15.689-4.245-23.88-6.461-2.363.738-5.54%202.189-8.855%202.679-15.475%202.292-39.273%2023.298-40.459%2037.89-1.097%2013.513-1.213%2027.134%204.095%2040.46%209.403%2023.623%2021.437%2045.689%2035.572%2066.736%207.534%2011.216%2014.642%2022.721%2021.967%2034.131zm-38.918-9.878c-4.25%208.607%203.624%2013.921%205.833%2020.35%202.192%206.372%204.512%2012.656%206.278%2019.23%201.812%206.738%204.935%2013.121%208.775%2022.974%200-6.273.862-9.561-.142-12.113-6.616-16.808-9.91-34.995-20.744-50.441zm-161.802-144.84c1.6.68%204.197%202.029%206.947%202.908%2012.755%204.078%2024.998%209.59%2034.229%2019.274%2012.772%2013.397%2022.3%2028.771%2023.576%2048.189.349%205.292%204.207%2010.146%203.005%2015.961-.412%201.987.506%204.506-.396%206.098-5.063%208.947-1.98%2019.675-6.538%2028.646-4.387%208.634-8.641%2017.351-13.444%2025.747-1.134%201.982-4.242%202.835-6.258%204.091%2019.209%2028.026%2025.567%2057.526%2026.922%2088.44-1.763%201.648-3.282%203.065-5.043%204.714-1.417-3.786-2.845-7.591-4.417-11.791h-11.699c-3.135%203.991-6.657%208.477-11.372%2014.478-3.482-7.938-2.528-14.131-2.128-19.914.923-13.322-3.223-25.601-6.306-38.182-1.17-4.768-3.602-6.793-9.898-7.439%209.951%2020.324%2010.986%2040.927%209.354%2062.461H439.481c-1.443-10.395-11.54-11.219-19.846-15.211-.864.488-2.048%201.623-3.383%201.84-11.397%201.873-20.948%207.157-30.518%2013.603-6.606%204.451-14.972%207.34-23.799%206.7-10.571-.766-21.447%201.768-31.609-3.184-3.907-1.904-8.388-3.022-11.733-5.621-15.076-11.717-23.948-27.755-29.877-45.516-1.094-3.274-.337-7.126-.82-10.657-.453-3.331-1.413-6.593-2.489-11.401.48-1.494%202.576-4.796%202.354-7.934-.701-9.897%202.543-17.724%209.839-24.278%201.709-1.534%202.489-4.102%203.905-6.558%207.243-2.582%2013.973-7.483%2022.906-7.881%208.76-.39%2021.218%202.675%2026.954%209.289%201.949%202.245%2010.174%2017.451%2011.08%2020.484%203.082%2010.313-2.289%2019.526-17.265%2025.006%203.757-3.758%205.139-5.441%206.817-6.746%202.038-1.583%204.323-2.844%205.92-3.87-1.955-6.776-3.311-11.477-5.484-19.014-1.35-1.206-4.665-4.522-8.336-7.382-8.263-6.432-17.436-5.964-25.609%201.014-7.981%206.816-11.017%2020.247-7.21%2031.911%205.623%2017.228%207.438%2019.976%2024.818%2037.354h23.259c8.081-5.223%2016.583-11.046%2025.407-16.328%208.048-4.814%2016.67-7.721%2026.308-8.48%2017.556-1.381%2027.056-.341%2040.509%206.574%207.961-13.717%2015.941-27.465%2024.6-42.383-4.264-1.715-8.195-4.346-13.919-4.989-16.042-1.808-31.542-6.188-46.566-12.248-7.334-2.959-12.501-8.438-17.66-13.971-.703-.752-.096-2.722-.096-6.671%2010.837%2014.2%2025.117%2014.956%2039.113%2017.828%2012.715%202.605%2025.28%202.186%2037.942%202.927%204.765.28%209.415%202.494%2014.335%203.892%203.466-3.803%206.441-7.064%209.461-10.375-29.556-20.992-39.35-49.183-34.689-83.011%202.654-5.157%205.329-10.346%208.323-16.161-8.168-4.019-16.6-.208-23.358%202.914-19.936%209.21-39.051%2020.164-50.438%2040.396-.569%201.013-1.91%201.595-4.49%203.648%204.729-22.062%2016.446-38.337%2030.94-51.17%2018.939-16.77%2040.712-30.076%2067.324-28.261%2012.211-14.248%2018.431-30.066%2015.245-44.026-4.964-18.885-17.814-21.879-29.554-24.532-12.43-2.813-22.144%205.916-33.525%2012.665.482-2.725.16-5.24%201.184-6.045%2015.375-12.085%2028.164-16.736%2051.276-10.499%2012.038%203.247%2018.511%2011.527%2021.948%2020.78%202.748%207.401%206.257%2016.228%203.979%2024.973-2.188%208.397-4.965%2016.644-8.081%2026.924zM496.6%20230.051c-2.533%204.925-5.561%208.999-6.772%2013.553-2.467%209.268-6.009%2017.706-2.661%2028.646%205.344%2017.453%2017.005%2028.695%2029.981%2041.547%205.181-9.547%2011.592-16.513%2013.602-26.495%203.003-14.912%202.997-28.434-8.402-40.451-7.077-7.461-15.406-12.337-25.748-16.8z%22%20clip-rule%3D%22evenodd%22%2F%3E%3Cpath%20d%3D%22M825.512%2058.892c-9.363-15.604-24.968-26.527-43.693-26.527-26.527%200-46.813%2026.037-46.813%2046.813%200%2040.329%2028.088%2059.298%2090.506%20118.594%2062.417-59.296%2090.505-78.265%2090.505-118.594%200-20.776-20.286-46.813-46.814-46.813-18.725%200-34.33%2010.923-43.691%2026.527z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M23.621%20518.852V473.11h88.928c2.796%200%205.036-.701%206.848-2.143%201.379-1.098%202.171-4.146%202.171-8.36%200-4.116-.789-6.997-2.221-8.111-1.881-1.464-4.225-2.176-7.167-2.176H65.143c-4.716%200-9.798-.707-15.105-2.102-5.626-1.478-10.943-4.323-15.803-8.456-4.878-4.146-8.935-9.946-12.055-17.236-3.083-7.188-4.646-16.544-4.646-27.805%200-11.264%201.566-20.589%204.655-27.718%203.122-7.211%207.175-12.967%2012.048-17.109%204.858-4.132%2010.175-6.978%2015.802-8.455%205.307-1.395%2010.389-2.102%2015.104-2.102h95.199v45.742H72.89c-2.569%200-4.732.712-6.613%202.176-1.835%201.428-2.221%204.849-2.221%207.466%200%203.797.802%206.339%202.383%207.556%202.009%201.55%204.238%202.301%206.819%202.301h47.037c4.604%200%209.671.748%2015.061%202.222%205.686%201.561%2011.028%204.483%2015.882%208.689%204.859%204.217%208.902%2010.04%2012.019%2017.31%203.084%207.205%204.647%2016.561%204.647%2027.809%200%2011.243-1.561%2020.629-4.639%2027.896-3.119%207.356-7.166%2013.223-12.027%2017.438-4.855%204.21-10.199%207.134-15.883%208.688-5.376%201.475-10.444%202.223-15.061%202.223H23.621z%22%2F%3E%3Cpath%20d%3D%22M155.342%20346.337v35.742H72.89c-3.689%200-6.917%201.076-9.684%203.229-2.767%202.153-4.15%205.958-4.15%2011.412%200%205.456%201.444%209.295%204.334%2011.519%202.888%202.228%206.179%203.338%209.868%203.338h47.037c4.179%200%208.762.683%2013.742%202.045%204.98%201.366%209.621%203.913%2013.927%207.645%204.303%203.734%207.868%208.901%2010.698%2015.502%202.827%206.604%204.243%2015.217%204.243%2025.838%200%2010.625-1.416%2019.27-4.243%2025.945-2.83%206.675-6.396%2011.88-10.698%2015.61-4.306%203.734-8.946%206.281-13.927%207.644-4.98%201.366-9.563%202.046-13.742%202.046H28.621V478.11h83.928c3.934%200%207.254-1.076%209.96-3.229%202.704-2.153%204.058-6.244%204.058-12.273%200-5.884-1.383-9.904-4.15-12.058-2.767-2.153-6.179-3.229-10.237-3.229H65.143c-4.306%200-8.917-.646-13.834-1.938-4.919-1.292-9.531-3.769-13.834-7.429-4.306-3.66-7.871-8.791-10.698-15.396-2.831-6.601-4.243-15.213-4.243-25.837%200-10.621%201.412-19.197%204.243-25.73%202.827-6.53%206.393-11.627%2010.698-15.287%204.303-3.66%208.915-6.137%2013.834-7.429%204.917-1.292%209.528-1.938%2013.834-1.938h90.199m10-10H65.143c-5.144%200-10.654.762-16.376%202.266-6.357%201.669-12.337%204.86-17.772%209.483-5.459%204.641-9.967%2011.011-13.396%2018.931-3.408%207.867-5.066%2017.584-5.066%2029.703%200%2012.11%201.653%2021.851%205.052%2029.778%203.425%208.001%207.938%2014.42%2013.412%2019.073%205.433%204.621%2011.413%207.812%2017.771%209.482%205.721%201.503%2011.23%202.266%2016.375%202.266h47.036c2.065%200%203.164.482%203.823.923.169.409.565%201.654.565%204.364%200%202.883-.41%204.222-.59%204.672-.608.404-1.609.831-3.428.831H18.621v55.742h101.675c5.064%200%2010.577-.808%2016.387-2.402%206.404-1.752%2012.407-5.027%2017.833-9.732%205.442-4.718%209.935-11.199%2013.353-19.262%203.389-8.002%205.036-17.764%205.036-29.849%200-12.097-1.652-21.835-5.05-29.773-3.419-7.974-7.906-14.405-13.337-19.119-5.429-4.704-11.428-7.978-17.836-9.736-5.827-1.594-11.338-2.401-16.387-2.401H73.259c-1.431%200-2.565-.365-3.66-1.18-.12-.237-.542-1.248-.542-3.676%200-2.311.353-3.35.492-3.67.951-.679%201.966-.971%203.342-.971h92.452v-55.743h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M223.957%20518.852c-16.949%200-30.421-5.695-40.043-16.927-9.427-11.005-14.207-27.131-14.207-47.931%200-20.801%204.78-36.927%2014.208-47.931%209.622-11.231%2023.094-16.927%2040.042-16.927h47.056v38.206h-42.998c-4.306%200-7.488%201.1-9.727%203.362-1.292%201.304-2.466%202.883-3.515%204.725h54.026v36.914h-54.042c1.063%201.888%202.254%203.516%203.566%204.87%202.235%202.311%205.404%203.432%209.69%203.432h42.998v38.206h-47.054z%22%2F%3E%3Cpath%20d%3D%22M266.013%20394.137v28.206h-37.998c-5.657%200-10.084%201.615-13.281%204.845-3.199%203.229-5.718%207.644-7.563%2013.242h56.628v26.914h-56.628c1.845%205.598%204.363%2010.049%207.563%2013.35%203.196%203.304%207.624%204.952%2013.281%204.952h37.998v28.206h-42.056c-15.495%200-27.576-5.06-36.246-15.18-8.669-10.12-13.004-25.01-13.004-44.678%200-19.664%204.335-34.559%2013.004-44.678%208.669-10.12%2020.751-15.18%2036.246-15.18h42.056m10-9.999h-52.056c-18.475%200-33.225%206.283-43.84%2018.674-10.225%2011.935-15.41%2029.156-15.41%2051.184%200%2022.027%205.185%2039.247%2015.41%2051.184%2010.615%2012.391%2025.365%2018.674%2043.84%2018.674h52.056v-48.206H273.8v-43.304h2.213v-48.206z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M274.847%20518.852V389.137h53.881c4.508%200%209.048%201.019%2013.495%203.027%204.397%201.987%208.379%204.871%2011.833%208.572%203.417%203.664%206.195%208.088%208.261%2013.15%202.082%205.103%203.137%2010.918%203.137%2017.284v17.058H324.65v-11.675c0-2.493-.586-4.368-1.792-5.733-1.072-1.213-2.278-1.755-3.907-1.755h-3.301v89.786h-40.803z%22%2F%3E%3Cpath%20d%3D%22M328.728%20394.137c3.81%200%207.623.861%2011.436%202.584%203.81%201.722%207.223%204.198%2010.237%207.428%203.012%203.229%205.441%207.105%207.286%2011.627%201.845%204.522%202.767%209.656%202.767%2015.396v12.058H329.65v-6.675c0-3.731-1.015-6.745-3.043-9.043-2.029-2.295-4.583-3.445-7.655-3.445h-8.301v89.786h-30.804V394.137h48.881m0-10h-58.881v139.715h50.804v-70.623h49.803v-22.058c0-7.017-1.18-13.468-3.508-19.173-2.295-5.626-5.401-10.562-9.231-14.67-3.912-4.19-8.43-7.46-13.433-9.72-5.099-2.304-10.332-3.471-15.554-3.471z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M369.287%20518.852V389.137h40.804v129.715h-40.804zm0-131.773v-38.637h40.804v38.637h-40.804z%22%2F%3E%3Cpath%20d%3D%22M405.091%20353.442v28.637h-30.804v-28.637h30.804m0%2040.695v119.715h-30.804V394.137h30.804m10-50.695h-50.804v180.41h50.804v-180.41z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M468.175%20518.852c-16.949%200-30.421-5.695-40.043-16.927-9.427-11.005-14.207-27.131-14.207-47.931%200-20.801%204.78-36.927%2014.208-47.931%209.622-11.231%2023.094-16.927%2040.042-16.927h47.056v38.206h-42.998c-4.306%200-7.488%201.1-9.727%203.362-1.292%201.304-2.466%202.883-3.515%204.725h54.026v36.914h-54.041c1.063%201.888%202.254%203.516%203.566%204.87%202.235%202.311%205.404%203.432%209.69%203.432h42.998v38.206h-47.055z%22%2F%3E%3Cpath%20d%3D%22M510.23%20394.137v28.206h-37.998c-5.657%200-10.085%201.615-13.281%204.845-3.199%203.229-5.718%207.644-7.563%2013.242h56.627v26.914h-56.627c1.845%205.598%204.363%2010.049%207.563%2013.35%203.196%203.304%207.623%204.952%2013.281%204.952h37.998v28.206h-42.056c-15.495%200-27.576-5.06-36.246-15.18-8.669-10.12-13.004-25.01-13.004-44.678%200-19.664%204.335-34.559%2013.004-44.678%208.669-10.12%2020.751-15.18%2036.246-15.18h42.056m10-9.999h-52.056c-18.475%200-33.225%206.283-43.84%2018.674-10.225%2011.935-15.41%2029.156-15.41%2051.184%200%2022.027%205.185%2039.247%2015.41%2051.184%2010.615%2012.391%2025.365%2018.674%2043.84%2018.674h52.056v-48.206h-2.214v-43.304h2.214v-48.206z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M517.22%20518.852v-38.206h69.191c1.918%200%203.488-.35%204.669-1.038-.018%200%20.476-.676.476-3.005%200-2.22-.464-3.073-.588-3.181-1.154-.714-2.689-1.078-4.557-1.078H554.5c-5.882%200-11.218-1.1-15.859-3.27-4.621-2.155-8.601-5.157-11.825-8.921-3.195-3.729-5.631-8.189-7.24-13.258-1.563-4.913-2.355-10.35-2.355-16.155%200-5.654.79-11.047%202.35-16.027%201.608-5.147%204.047-9.652%207.246-13.387%203.221-3.758%207.199-6.759%2011.826-8.921%204.651-2.169%209.986-3.269%2015.858-3.269h69.744v38.206h-63.473c-2.039%200-3.673.35-4.856%201.04h.001c.019%200-.475.675-.475%203.003%200%202.386.518%203.037.522%203.043%201.131.651%202.764%201.001%204.808%201.001h31.727c5.872%200%2011.206%201.1%2015.854%203.268%204.648%202.172%208.639%205.224%2011.863%209.07%203.175%203.79%205.598%208.271%207.205%2013.323%201.564%204.93%202.356%2010.364%202.356%2016.157%200%205.643-.79%2011.034-2.349%2016.024-1.612%205.153-4.051%209.657-7.246%2013.389-3.223%203.762-7.202%206.764-11.829%208.923-4.642%202.168-9.977%203.268-15.855%203.268H517.22z%22%2F%3E%3Cpath%20d%3D%22M619.244%20394.137v28.206h-58.473c-2.951%200-5.413.575-7.379%201.723-1.968%201.15-2.951%203.59-2.951%207.32%200%203.734.983%206.174%202.951%207.321%201.966%201.15%204.428%201.723%207.379%201.723h31.727c5.164%200%209.744.935%2013.741%202.799%203.995%201.867%207.379%204.451%2010.146%207.751%202.767%203.304%204.856%207.18%206.271%2011.627%201.412%204.451%202.121%209.333%202.121%2014.642%200%205.168-.709%2010.012-2.121%2014.534-1.415%204.521-3.505%208.396-6.271%2011.627-2.767%203.229-6.15%205.779-10.146%207.644-3.997%201.867-8.577%202.799-13.741%202.799H522.22v-28.206h64.191c2.827%200%205.225-.572%207.193-1.723%201.966-1.147%202.951-3.586%202.951-7.32%200-3.731-.985-6.208-2.951-7.429-1.969-1.218-4.366-1.83-7.193-1.83H554.5c-5.165%200-9.747-.932-13.742-2.799-3.997-1.864-7.378-4.414-10.146-7.645-2.767-3.229-4.858-7.068-6.271-11.519-1.415-4.448-2.121-9.329-2.121-14.642%200-5.168.706-10.013%202.121-14.534%201.413-4.521%203.505-8.397%206.271-11.627%202.768-3.229%206.148-5.776%2010.146-7.644%203.995-1.863%208.577-2.799%2013.742-2.799h64.744m10-9.999H554.5c-6.608%200-12.654%201.257-17.969%203.736-5.282%202.467-9.826%205.898-13.512%2010.199-3.644%204.254-6.41%209.351-8.223%2015.151-1.709%205.461-2.576%2011.356-2.576%2017.517%200%206.321.872%2012.267%202.592%2017.673%201.812%205.706%204.573%2010.752%208.207%2014.993%203.692%204.309%208.238%207.741%2013.513%2010.202%201.733.81%203.547%201.49%205.433%202.038H512.22v48.206h80.278c6.616%200%2012.663-1.258%2017.974-3.739%205.273-2.461%209.819-5.892%2013.507-10.198%203.64-4.25%206.405-9.346%208.221-15.146%201.711-5.48%202.578-11.372%202.578-17.521%200-6.306-.871-12.25-2.589-17.666-1.808-5.682-4.545-10.734-8.136-15.023-3.701-4.414-8.268-7.908-13.578-10.39-1.52-.709-3.099-1.318-4.733-1.826h23.504v-48.206h-.002z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23D2527F%22%20stroke-width%3D%22.25%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.628%20158.709h29.419v63.654h39.225v-63.654h29.418v160.268H85.272v-63.654H46.047v63.654H16.628V158.709zm183.866%20133.282v26.986h-34.935c-12.871%200-22.907-4.841-30.108-14.523-7.202-9.682-10.802-23.928-10.802-42.745%200-18.813%203.601-33.063%2010.802-42.745%207.202-9.682%2017.237-14.523%2030.108-14.523h34.935v26.986H168.93c-4.7%200-8.377%201.545-11.032%204.635-2.658%203.09-4.75%207.313-6.282%2012.669h47.04v25.75h-47.04c1.532%205.356%203.625%209.614%206.282%2012.772%202.655%203.16%206.332%204.737%2011.032%204.737h31.564zm73.47-85.283c3.218%201.513%206.129%203.708%208.734%206.592%202.604%202.884%204.75%206.524%206.435%2010.918%201.686%204.396%202.528%209.476%202.528%2015.244v79.516h-25.588v-73.954c0-4.255-.919-7.313-2.758-9.167-1.838-1.854-3.883-2.781-6.129-2.781h-19.612v85.902h-25.588V204.441h52.556c3.063%200%206.204.757%209.422%202.267zm65.349%20112.27c-3.271%200-6.412-.309-9.423-.927-3.014-.618-5.722-2.128-8.121-4.532-2.401-2.401-4.317-5.871-5.746-10.403-1.432-4.531-2.145-10.712-2.145-18.54v-53.147h-15.322v-26.986h15.322v-45.732h25.588v45.732h23.596v26.986h-23.596v44.496c0%202.06.077%204.052.229%205.974.153%201.925.613%203.641%201.379%205.15.766%201.513%201.965%202.713%203.601%203.604%201.633.895%203.881%201.339%206.742%201.339h11.645v26.986h-23.749zm37.385-114.537h48.418c3.371%200%206.869.653%2010.496%201.957%203.625%201.307%206.945%203.573%209.959%206.798%203.012%203.228%205.49%207.554%207.432%2012.978%201.939%205.427%202.911%2012.189%202.911%2020.291v72.512H397.69c-8.887%200-15.605-3.226-20.149-9.682-4.546-6.454-6.818-14.9-6.818-25.338%200-10.574%202.272-19.088%206.818-25.544%204.544-6.454%2011.262-9.682%2020.149-9.682h32.636c0-2.06-.179-4.12-.536-6.18-.359-2.06-.996-3.914-1.915-5.562-.919-1.648-2.172-2.987-3.754-4.017-1.584-1.03-3.601-1.545-6.052-1.545h-41.37v-26.986zm53.628%2070.04h-25.895c-2.044%200-3.907.551-5.593%201.648-1.685%201.101-2.528%203.502-2.528%207.21%200%203.572.816%205.906%202.451%207.004%201.633%201.101%203.524%201.647%205.669%201.647h25.895v-17.509zm39.377-81.575v-27.398h25.588v27.398h-25.588zm0%20126.072V204.441h25.588v114.536h-25.588z%22%2F%3E%3C%2Fsvg%3E");
}

.musicvideo {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cpath%20fill%3D%22%239B59B6%22%20d%3D%22M721.198%20468.369c-13.136-5.857-4.906-23.74%208.072-11.238.792-14.877%2022.475-13.295%2013.612%203.641%2014.244-2.373%2012.82%2018.836-.476%2013.769%206.016%2014.402-10.129%2021.051-11.711%203.008-9.654%2011.238-25.482-2.375-9.497-9.18zm-44.791-96.387c-7.755%209.813-21.049-.793-7.755-9.182-12.346-3.797-6.489-21.682%205.857-10.602.95-12.506%2018.517-6.809%2011.554%203.164%2013.294-2.057%2015.51%2012.978%200%2010.603%207.439%2010.449-7.282%2020.894-9.656%206.017zm67.965%2038.803c-5.539%207.123-15.51-.633-5.697-6.805-9.022-2.852-4.748-15.986%204.273-7.914.791-9.18%2013.77-5.064%208.547%202.373%209.971-1.582%2011.553%209.498%200%207.756%205.539%207.754-5.383%2015.51-7.123%204.59z%22%2F%3E%3Cpath%20fill%3D%22%239B59B6%22%20d%3D%22M835.629%20129.982c-11.713%2025.007%2019.625%2036.563%2020.574%2011.713.478-17.726%202.692-31.179-4.904-47.64%200%200-5.856-27.223-8.864-33.079%200%200-4.749-12.661-4.749-22.473%200%200%209.339-33.396%2020.42-35.93%200%200%205.855-2.849%205.855%204.907l-11.712%2012.662s-3.01%206.805%206.805%200c0%200%205.857-2.057%205.857%203.8%200%200-4.907%201.897-8.707%204.905%200%200-10.761%2010.763-6.964%2019.468%200%200%2023.584%2046.058%2023.584%2063.149l-.159%2037.986s-1.897%2022.317%2010.764%2034.978c0%200%208.704%2010.762%200%2031.179%200%200%202.85%2036.878-4.907%2043.683%200%200%20.949%204.907%208.707.951%200%200-2.85-4.748%2047.64-4.748%200%200%20.949%207.754-11.712%207.754%200%200-6.806%202.851%205.856%2011.554%200%200%207.752%203.958-13.613%202.058%200%200-1.899%202.849%2011.713%207.755%200%200-3.956%201.898-7.756%201.898l2.848%204.908s2.06%205.855-4.745%203.955c0%200-1.108%2010.605-8.866%207.758%200%200-2.847%2011.553-11.554%207.752%200%200-5.857-3.006-8.861-8.861l3.955%2015.67h-21.365s3.798%2017.408-5.856%2046.689l-13.611%2036.877s1.898%2020.418-3.009%2025.324c0%200-8.704%2044.791-4.748%2077.869%200%200%203.8%2017.41%203.8%2027.223l-9.656%2025.166s-6.806%203.008-6.806-.951l.949-34.027s-11.712-4.908-11.712-12.662c0%200-1.896-10.603%208.707-10.603%200%200%204.907-2.059-.949-12.662%200%200-9.654-28.172-9.654-39.885%200%200-.475-22.791%204.907-28.172%200%200-14.721-14.561-18.518-23.426%200%200-30.23-32.129-39.887-35.926%200%200-13.611-7.756-12.663-14.56%200%200-2.848-17.568%2041.786-51.6%200%200-26.274-11.711-20.419-20.417%200%200-9.652-5.854-3.797-8.705%200%200-10.764-6.805.949-8.861%200%200-7.756-2.851%2022.317-4.749%200%200-31.021-3.007-17.568-7.755%200%200%2013.769-2.057%2046.689%207.755%200%200%2010.763%205.856%209.811-14.561%200%200%20.952-14.72-16.617-32.13%200%200-5.697-6.805-15.509-.949-28.174%2013.451-46.217%2013.294-77.712%2014.561%200%200-9.815%205.856-7.914%2014.562l-7.757%2011.709s-7.754.951-.949-9.813c0%200%203.8-7.913-14.561%203.959-3.957%202.531-18.517-.634-5.539-8.39%204.114-2.533%2010.92-7.597%2023.106-15.986l63.151-15.51%2043.683-26.274s5.857-1.899%200-13.609c0%200-15.509.949-19.309-13.612%200%200-9.813-16.461-12.662-16.461%200%200-4.907-19.466%2017.41-19.466%200%200%203.007-4.907%2017.569%202.848%200%20.002%2025.321%201.902%2017.408%2019.468zm-11.553%20191.51l-32.13%2018.518c-7.914%204.748.315%207.914%203.957%2013.611%203.166%205.383%207.28%2013.137%206.805%2018.518%200%200%203.8%206.807%2010.603%206.807%200%200%206.806-3.006%209.816%2022.316%200%200%205.696%207.756%204.747-7.756l.949-68.055c.16-.951%202.217-7.916-4.747-3.959zm93.122%20146.877c-13.136-5.857-4.906-23.74%208.072-11.238.792-14.877%2022.475-13.295%2013.612%203.641%2014.244-2.373%2012.82%2018.836-.477%2013.769%206.016%2014.402-10.129%2021.051-11.711%203.008-9.653%2011.238-25.481-2.375-9.496-9.18z%22%2F%3E%3Cpath%20fill%3D%22%239B59B6%22%20d%3D%22M707.573%20304.484c-5.539%207.123-15.51-.633-5.697-6.805-9.021-2.852-4.748-15.986%204.273-7.916.791-9.179%2013.77-5.065%208.547%202.375%209.971-1.582%2011.553%209.496%200%207.756%205.539%207.754-5.383%2015.51-7.123%204.59z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M140.18%20353.558v-68.097l-18.865%2068.097H83.004L64.14%20285.461v68.097H21.748V183.29h57.428l22.984%2086.133%2022.983-86.133h57.428v170.268%22%2F%3E%3Cpath%20d%3D%22M177.571%20188.29v160.268H145.18V251.12h-.675l-26.993%2097.438H86.808L59.814%20251.12h-.674v97.438H26.748V188.29h48.587l26.824%20100.528%2026.824-100.528h48.588m10-10h-66.269l-1.98%207.422-17.162%2064.318-17.162-64.318-1.98-7.422h-66.27v180.268H69.14v-36.32l8.031%2028.989%202.031%207.33h45.916l2.031-7.33%208.031-28.989v36.32h52.392V178.29h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M223.784%20353.558c-3.981%200-8.081-.807-12.184-2.397-4.147-1.606-7.971-4.078-11.361-7.345-3.398-3.267-6.194-7.464-8.308-12.472-2.108-4.992-3.177-10.914-3.177-17.601v-84.722h38.174v78.748c0%202.21.516%204.093%201.578%205.758.312.49.889%201.396%203.207%201.396h16.594v-85.902h38.174v124.536h-62.697z%22%2F%3E%3Cpath%20d%3D%22M281.481%20234.021v114.536h-57.697c-3.374%200-6.833-.686-10.376-2.06-3.542-1.372-6.777-3.467-9.7-6.283-2.926-2.813-5.314-6.418-7.17-10.815-1.855-4.394-2.784-9.611-2.784-15.656v-79.722h28.174v73.748c0%203.161.785%205.974%202.362%208.446%201.574%202.472%204.049%203.708%207.423%203.708h21.594v-85.902h28.174m10-10h-48.174v85.902h-11.04c-.191-.524-.339-1.219-.339-2.154v-83.748h-48.174v89.722c0%207.359%201.202%2013.935%203.572%2019.547%202.378%205.634%205.558%2010.39%209.452%2014.134%203.864%203.723%208.247%206.551%2013.019%208.4%204.677%201.814%209.385%202.735%2013.987%202.735h67.697V224.021z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M292.664%20353.558v-36.986h63.71c1.584%200%202.883-.286%203.864-.85.143-.263.415-1.114.415-2.802%200-2.063-.393-2.811-.479-2.95-.978-.611-2.221-.908-3.799-.908h-29.186c-5.473%200-10.44-1.072-14.765-3.186-4.282-2.089-7.968-4.995-10.951-8.638-2.939-3.589-5.178-7.874-6.652-12.737-1.43-4.701-2.156-9.904-2.156-15.459%200-5.41.724-10.57%202.15-15.338%201.474-4.938%203.714-9.265%206.658-12.858%202.978-3.636%206.663-6.542%2010.952-8.638%204.332-2.114%209.299-3.186%2014.764-3.186h64.215v36.986h-58.479c-1.69%200-3.046.286-4.033.851-.142.262-.415%201.112-.415%202.801%200%201.686.271%202.537.413%202.801.988.566%202.342.851%204.035.851h29.017c5.462%200%2010.428%201.071%2014.761%203.184%204.31%202.107%208.006%205.061%2010.989%208.784%202.917%203.644%205.144%207.947%206.618%2012.795%201.432%204.719%202.157%209.921%202.157%2015.464%200%205.399-.723%2010.56-2.149%2015.335-1.479%204.946-3.72%209.273-6.659%2012.861-2.981%203.64-6.666%206.546-10.954%208.639-4.325%202.113-9.292%203.185-14.762%203.185h-69.279z%22%2F%3E%3Cpath%20d%3D%22M386.403%20234.021v26.986h-53.48c-2.699%200-4.951.55-6.749%201.648-1.8%201.101-2.699%203.434-2.699%207.004%200%203.573.899%205.906%202.699%207.004%201.798%201.101%204.049%201.648%206.749%201.648h29.017c4.724%200%208.913.895%2012.569%202.678%203.653%201.786%206.748%204.258%209.279%207.417%202.531%203.16%204.442%206.868%205.736%2011.123%201.292%204.259%201.94%208.929%201.94%2014.009%200%204.943-.648%209.578-1.94%2013.904-1.294%204.326-3.205%208.034-5.736%2011.124s-5.626%205.53-9.279%207.313c-3.656%201.786-7.845%202.678-12.569%202.678h-64.277v-26.986h58.71c2.586%200%204.779-.547%206.58-1.647%201.797-1.098%202.699-3.432%202.699-7.004%200-3.57-.902-5.938-2.699-7.107-1.801-1.165-3.994-1.751-6.58-1.751h-29.186c-4.724%200-8.915-.892-12.569-2.678-3.656-1.783-6.748-4.224-9.279-7.313s-4.444-6.762-5.736-11.02c-1.294-4.255-1.94-8.926-1.94-14.008%200-4.944.646-9.579%201.94-13.905%201.292-4.326%203.205-8.034%205.736-11.124%202.531-3.09%205.623-5.527%209.279-7.313%203.654-1.783%207.845-2.678%2012.569-2.678h59.216m10-10.002h-69.215c-6.231%200-11.936%201.242-16.955%203.691-4.944%202.415-9.192%205.767-12.629%209.963-3.365%204.109-5.916%209.021-7.582%2014.6-1.564%205.227-2.358%2010.87-2.358%2016.765%200%206.049.798%2011.741%202.373%2016.919%201.663%205.485%204.21%2010.349%207.567%2014.447%203.443%204.204%207.693%207.556%2012.632%209.965.897.439%201.817.838%202.758%201.199h-25.33v46.986h74.277c6.237%200%2011.943-1.242%2016.958-3.693%204.936-2.41%209.185-5.762%2012.626-9.962%203.36-4.103%205.911-9.013%207.58-14.595%201.566-5.245%202.36-10.885%202.36-16.77%200-6.036-.798-11.726-2.371-16.912-1.662-5.465-4.184-10.331-7.5-14.471-3.449-4.304-7.718-7.718-12.692-10.149-.736-.359-1.485-.691-2.249-.998h19.75v-46.985z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M400.646%20353.558V229.021h38.174v124.536h-38.174zm0-126.072v-37.398h38.174v37.398h-38.174z%22%2F%3E%3Cpath%20d%3D%22M433.82%20195.087v27.398h-28.174v-27.398h28.174m0%2038.934v114.536h-28.174V234.021h28.174m10-48.934h-48.174v173.47h48.174v-173.47z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M492.516%20353.558c-15.676%200-28.131-5.503-37.018-16.355-8.643-10.553-13.025-26.001-13.025-45.913%200-19.912%204.382-35.359%2013.025-45.913%208.888-10.853%2021.343-16.355%2037.018-16.355h43.465v38.634h-39.752c-1.896%200-3.629.363-5.299%201.109-1.555.694-2.939%201.85-4.237%203.534-1.396%201.812-2.526%204.251-3.362%207.25-.885%203.186-1.334%207.136-1.334%2011.739%200%204.735.446%208.712%201.328%2011.82.834%202.942%201.966%205.354%203.366%207.169%201.298%201.686%202.683%202.841%204.237%203.535%201.673.747%203.406%201.11%205.301%201.11h39.752v38.634h-43.465z%22%2F%3E%3Cpath%20d%3D%22M530.98%20234.021v28.634h-34.752c-2.59%200-5.035.515-7.34%201.545-2.307%201.03-4.359%202.713-6.157%205.047-1.8%202.337-3.205%205.324-4.218%208.961-1.012%203.641-1.518%208.002-1.518%2013.081%200%205.221.506%209.615%201.518%2013.185%201.013%203.573%202.417%206.524%204.218%208.858%201.798%202.336%203.851%204.017%206.157%205.047%202.305%201.029%204.75%201.545%207.34%201.545h34.752v28.634h-38.465c-14.17%200-25.221-4.841-33.15-14.523-7.929-9.682-11.894-23.928-11.894-42.745%200-18.813%203.964-33.063%2011.894-42.745%207.929-9.682%2018.979-14.523%2033.15-14.523h38.465m10-10.001h-48.465c-17.247%200-31.003%206.119-40.886%2018.187-9.394%2011.471-14.157%2027.984-14.157%2049.081%200%2021.098%204.763%2037.611%2014.157%2049.081%209.883%2012.068%2023.639%2018.187%2040.886%2018.187h48.465v-48.634h-44.752c-1.177%200-2.244-.221-3.262-.676-.768-.343-1.545-1.021-2.31-2.015-1.016-1.317-1.862-3.16-2.521-5.486-.756-2.666-1.139-6.184-1.139-10.458%200-4.151.388-7.651%201.153-10.402.661-2.373%201.504-4.237%202.505-5.537.768-.997%201.546-1.676%202.312-2.018%201.019-.456%202.085-.676%203.263-.676h44.752v-48.634h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M198.1%20543.939V419.404h43.063v124.535H198.1zm0-126.071V380.47h43.063v37.398H198.1z%22%2F%3E%3Cpath%20d%3D%22M236.163%20385.47v27.398H203.1V385.47h33.063m0%2038.934v114.535H203.1V424.404h33.063m10-48.934H193.1v173.469h53.063V375.47z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M303.871%20543.939c-17.966%200-32.268-5.402-42.508-16.058-10.188-10.602-15.353-26.148-15.353-46.21s5.165-35.608%2015.353-46.21c10.241-10.655%2024.542-16.058%2042.508-16.058h24.697v-45.732h43.063v170.268h-67.76zm4.355-85.901c-2.414%200-4.712.409-6.832%201.217-1.978.753-3.71%201.973-5.297%203.729-1.628%201.801-2.942%204.21-3.906%207.159-1.018%203.121-1.535%207-1.535%2011.529%200%204.658.513%208.563%201.526%2011.604.963%202.896%202.279%205.278%203.912%207.081%201.587%201.759%203.319%202.977%205.298%203.73%202.123.809%204.422%201.219%206.833%201.219h20.341v-47.269h-20.34z%22%2F%3E%3Cpath%20d%3D%22M366.63%20378.672V538.94h-62.759c-16.63%200-29.598-4.84-38.903-14.522-9.305-9.683-13.958-23.929-13.958-42.745%200-18.814%204.653-33.063%2013.958-42.745%209.305-9.682%2022.273-14.522%2038.903-14.522h29.697v-45.732h33.062m-58.404%20131.633h25.341v-57.269h-25.341c-3.038%200-5.908.515-8.612%201.545-2.707%201.03-5.117%202.714-7.226%205.047-2.113%202.337-3.762%205.323-4.95%208.961-1.188%203.641-1.782%208.002-1.782%2013.081%200%205.221.594%209.614%201.782%2013.184%201.188%203.573%202.837%206.525%204.95%208.858%202.109%202.337%204.519%204.017%207.226%205.047%202.704%201.03%205.574%201.546%208.612%201.546m68.404-141.635h-53.063v45.732H303.87c-19.378%200-34.893%205.919-46.113%2017.593-11.113%2011.565-16.748%2028.277-16.748%2049.675%200%2021.397%205.635%2038.11%2016.747%2049.674%2011.219%2011.674%2026.734%2017.594%2046.113%2017.594h72.759V368.672h.002zm-68.404%20131.635c-1.827%200-3.479-.291-5.051-.89-1.226-.467-2.325-1.252-3.364-2.403-1.175-1.298-2.142-3.081-2.884-5.313-.844-2.535-1.271-5.908-1.271-10.029%200-4.002.433-7.359%201.288-9.979.743-2.277%201.706-4.08%202.861-5.357%201.045-1.156%202.146-1.943%203.365-2.407%201.575-.6%203.227-.891%205.055-.891h15.341v37.269h-15.34z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M434.338%20543.939c-17.966%200-32.268-5.402-42.508-16.058-10.188-10.602-15.353-26.148-15.353-46.21s5.165-35.608%2015.353-46.21c10.241-10.655%2024.542-16.058%2042.508-16.058h50.139v36.986h-45.783c-4.837%200-8.405%201.096-10.908%203.35-1.237%201.113-2.371%202.434-3.397%203.953h57.713v35.75h-57.735c1.042%201.566%202.197%202.933%203.457%204.092%202.498%202.302%206.052%203.419%2010.87%203.419h45.783v36.985h-50.139z%22%2F%3E%3Cpath%20d%3D%22M479.477%20424.404v26.986h-40.784c-6.072%200-10.824%201.545-14.254%204.635-3.434%203.09-6.137%207.313-8.117%2012.668h60.78v25.75h-60.78c1.98%205.356%204.684%209.615%208.117%2012.772%203.431%203.161%208.182%204.738%2014.254%204.738h40.784v26.985h-45.139c-16.63%200-29.598-4.84-38.903-14.522-9.305-9.683-13.958-23.929-13.958-42.745%200-18.813%204.653-33.063%2013.958-42.745%209.305-9.682%2022.273-14.522%2038.903-14.522h45.139m10-10h-55.139c-19.378%200-34.893%205.919-46.113%2017.593-11.113%2011.565-16.748%2028.277-16.748%2049.675s5.635%2038.11%2016.747%2049.674c11.219%2011.674%2026.734%2017.594%2046.113%2017.594h55.139v-46.985h-2.375v-40.564h2.375v-46.987h.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M547.977%20546.206c-9.498%200-18.218-1.378-25.917-4.097-7.86-2.774-14.678-6.976-20.26-12.487-5.577-5.499-9.935-12.38-12.95-20.45-2.969-7.944-4.475-17.197-4.475-27.5s1.506-19.556%204.475-27.5c3.014-8.065%207.371-14.945%2012.951-20.451%205.582-5.507%2012.397-9.708%2020.258-12.485%207.698-2.719%2016.418-4.097%2025.918-4.097%209.499%200%2018.22%201.378%2025.918%204.096%207.858%202.778%2014.673%206.979%2020.258%2012.484%205.585%205.515%209.941%2012.395%2012.953%2020.453%202.968%207.941%204.473%2017.193%204.473%2027.5s-1.505%2019.559-4.473%2027.5c-3.014%208.063-7.37%2014.944-12.951%2020.451-5.586%205.512-12.402%209.712-20.259%2012.486-7.702%202.719-16.421%204.097-25.919%204.097zm0-91.67c-3.997%200-7.251.57-9.67%201.696-2.234%201.038-3.938%202.519-5.209%204.527-1.432%202.261-2.464%205.092-3.066%208.415-.67%203.675-1.01%207.878-1.01%2012.497%200%204.621.34%208.825%201.009%2012.493.604%203.329%201.635%206.159%203.066%208.417%201.271%202.01%202.974%203.49%205.208%204.528%202.422%201.127%205.676%201.698%209.672%201.698%203.994%200%207.249-.571%209.674-1.698%202.234-1.039%203.938-2.52%205.206-4.524%201.429-2.257%202.461-5.09%203.068-8.42.669-3.679%201.009-7.883%201.009-12.494%200-4.608-.34-8.813-1.009-12.496-.607-3.326-1.64-6.159-3.068-8.418-1.27-2.006-2.974-3.486-5.207-4.524-2.422-1.126-5.677-1.697-9.673-1.697z%22%2F%3E%3Cpath%20d%3D%22M547.977%20422.139c8.975%200%2017.059%201.271%2024.254%203.811%207.191%202.543%2013.328%206.318%2018.412%2011.33%205.078%205.015%209.008%2011.227%2011.779%2018.643s4.156%2016%204.156%2025.75c0%209.753-1.385%2018.334-4.156%2025.75s-6.701%2013.631-11.779%2018.643c-5.084%205.016-11.221%208.791-18.412%2011.33-7.195%202.54-15.279%203.812-24.254%203.812-8.977%200-17.059-1.271-24.252-3.812-7.195-2.539-13.332-6.314-18.412-11.33-5.082-5.012-9.008-11.227-11.779-18.643s-4.158-15.997-4.158-25.75c0-9.75%201.387-18.334%204.158-25.75s6.697-13.628%2011.779-18.643c5.08-5.012%2011.217-8.787%2018.412-11.33%207.193-2.541%2015.275-3.811%2024.252-3.811m0%2091.67c4.752%200%208.678-.722%2011.781-2.164%203.1-1.441%205.543-3.569%207.324-6.386%201.781-2.813%203.035-6.212%203.762-10.196.725-3.982%201.09-8.447%201.09-13.391s-.365-9.405-1.09-13.391c-.727-3.98-1.98-7.38-3.762-10.196-1.781-2.814-4.225-4.944-7.324-6.386-3.104-1.442-7.029-2.163-11.781-2.163-4.75%200-8.68.721-11.779%202.163-3.102%201.441-5.543%203.572-7.324%206.386-1.783%202.816-3.039%206.216-3.762%2010.196-.727%203.985-1.09%208.447-1.09%2013.391s.363%209.408%201.09%2013.391c.723%203.984%201.979%207.383%203.762%2010.196%201.781%202.816%204.223%204.944%207.324%206.386%203.099%201.442%207.029%202.164%2011.779%202.164m0-101.67c-10.069%200-19.349%201.474-27.582%204.381-8.561%203.026-15.997%207.615-22.105%2013.641-6.102%206.021-10.853%2013.51-14.124%2022.261-3.179%208.507-4.791%2018.348-4.791%2029.251%200%2010.903%201.612%2020.744%204.791%2029.251%203.272%208.756%208.025%2016.246%2014.125%2022.262%206.106%206.028%2013.545%2010.619%2022.106%2013.64%208.233%202.907%2017.513%204.381%2027.58%204.381%2010.066%200%2019.346-1.474%2027.583-4.382%208.556-3.021%2015.993-7.61%2022.106-13.641%206.103-6.023%2010.854-13.512%2014.123-22.261%203.178-8.503%204.789-18.344%204.789-29.251%200-10.906-1.611-20.748-4.789-29.251-3.267-8.743-8.018-16.232-14.12-22.257-6.117-6.03-13.552-10.618-22.105-13.643-8.239-2.908-17.52-4.382-27.587-4.382zm0%2091.67c-4.063%200-6.354-.669-7.56-1.23-1.36-.632-2.341-1.478-3.092-2.664-1.09-1.719-1.887-3.949-2.374-6.636-.617-3.383-.929-7.285-.929-11.606%200-4.319.312-8.221.928-11.597.489-2.694%201.287-4.925%202.373-6.64.753-1.19%201.735-2.037%203.09-2.667%201.21-.563%203.5-1.232%207.565-1.232%204.064%200%206.358.67%207.567%201.232%201.355.63%202.337%201.478%203.09%202.666%201.082%201.711%201.881%203.947%202.373%206.643.615%203.382.927%207.285.927%2011.595%200%204.312-.312%208.215-.928%2011.6-.491%202.692-1.289%204.927-2.372%206.637-.752%201.19-1.734%202.036-3.092%202.667-1.21.561-3.504%201.232-7.566%201.232z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M90.233%20543.939L21.034%20373.672h52.293l38.951%20105.719%2040.237-105.719h52.269l-74.457%20170.267%22%2F%3E%3Cpath%20d%3D%22M197.141%20378.672L127.057%20538.94H93.598L28.463%20378.672H69.84l41.971%20113.918h.792l43.357-113.918h41.181m15.287-10h-63.36l-2.452%206.443-34.262%2090.02-33.129-89.92-2.411-6.543H13.605l5.594%2013.765%2065.135%20160.268%202.534%206.235h46.73l2.621-5.993%2070.084-160.268%206.125-14.007z%22%2F%3E%3C%2Fsvg%3E");
}
.h_musicvideo {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M140.18%20353.558v-68.097l-18.865%2068.097H83.004L64.14%20285.461v68.097H21.748V183.29h57.428l22.984%2086.133%2022.983-86.133h57.428v170.268%22%2F%3E%3Cpath%20d%3D%22M177.571%20188.29v160.268H145.18V251.12h-.675l-26.993%2097.438H86.808L59.814%20251.12h-.674v97.438H26.748V188.29h48.587l26.824%20100.528%2026.824-100.528h48.588m10-10h-66.269l-1.98%207.422-17.162%2064.318-17.162-64.318-1.98-7.422h-66.27v180.268H69.14v-36.32l8.031%2028.989%202.031%207.33h45.916l2.031-7.33%208.031-28.989v36.32h52.392V178.29h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M223.784%20353.558c-3.981%200-8.081-.807-12.184-2.397-4.147-1.606-7.971-4.078-11.361-7.345-3.398-3.267-6.194-7.464-8.308-12.472-2.108-4.992-3.177-10.914-3.177-17.601v-84.722h38.174v78.748c0%202.21.516%204.093%201.578%205.758.312.49.889%201.396%203.207%201.396h16.594v-85.902h38.174v124.536h-62.697z%22%2F%3E%3Cpath%20d%3D%22M281.481%20234.021v114.536h-57.697c-3.374%200-6.833-.686-10.376-2.06-3.542-1.372-6.777-3.467-9.7-6.283-2.926-2.813-5.314-6.418-7.17-10.815-1.855-4.394-2.784-9.611-2.784-15.656v-79.722h28.174v73.748c0%203.161.785%205.974%202.362%208.446%201.574%202.472%204.049%203.708%207.423%203.708h21.594v-85.902h28.174m10-10h-48.174v85.902h-11.04c-.191-.524-.339-1.219-.339-2.154v-83.748h-48.174v89.722c0%207.359%201.202%2013.935%203.572%2019.547%202.378%205.634%205.558%2010.39%209.452%2014.134%203.864%203.723%208.247%206.551%2013.019%208.4%204.677%201.814%209.385%202.735%2013.987%202.735h67.697V224.021z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M292.664%20353.558v-36.986h63.71c1.584%200%202.883-.286%203.864-.85.143-.263.415-1.114.415-2.802%200-2.063-.393-2.811-.479-2.95-.978-.611-2.221-.908-3.799-.908h-29.186c-5.473%200-10.44-1.072-14.765-3.186-4.282-2.089-7.968-4.995-10.951-8.638-2.939-3.589-5.178-7.874-6.652-12.737-1.43-4.701-2.156-9.904-2.156-15.459%200-5.41.724-10.57%202.15-15.338%201.474-4.938%203.714-9.265%206.658-12.858%202.978-3.636%206.663-6.542%2010.952-8.638%204.332-2.114%209.299-3.186%2014.764-3.186h64.215v36.986h-58.479c-1.69%200-3.046.286-4.033.851-.142.262-.415%201.112-.415%202.801%200%201.686.271%202.537.413%202.801.988.566%202.342.851%204.035.851h29.017c5.462%200%2010.428%201.071%2014.761%203.184%204.31%202.107%208.006%205.061%2010.989%208.784%202.917%203.644%205.144%207.947%206.618%2012.795%201.432%204.719%202.157%209.921%202.157%2015.464%200%205.399-.723%2010.56-2.149%2015.335-1.479%204.946-3.72%209.273-6.659%2012.861-2.981%203.64-6.666%206.546-10.954%208.639-4.325%202.113-9.292%203.185-14.762%203.185h-69.279z%22%2F%3E%3Cpath%20d%3D%22M386.403%20234.021v26.986h-53.48c-2.699%200-4.951.55-6.749%201.648-1.8%201.101-2.699%203.434-2.699%207.004%200%203.573.899%205.906%202.699%207.004%201.798%201.101%204.049%201.648%206.749%201.648h29.017c4.724%200%208.913.895%2012.569%202.678%203.653%201.786%206.748%204.258%209.279%207.417%202.531%203.16%204.442%206.868%205.736%2011.123%201.292%204.259%201.94%208.929%201.94%2014.009%200%204.943-.648%209.578-1.94%2013.904-1.294%204.326-3.205%208.034-5.736%2011.124s-5.626%205.53-9.279%207.313c-3.656%201.786-7.845%202.678-12.569%202.678h-64.277v-26.986h58.71c2.586%200%204.779-.547%206.58-1.647%201.797-1.098%202.699-3.432%202.699-7.004%200-3.57-.902-5.938-2.699-7.107-1.801-1.165-3.994-1.751-6.58-1.751h-29.186c-4.724%200-8.915-.892-12.569-2.678-3.656-1.783-6.748-4.224-9.279-7.313s-4.444-6.762-5.736-11.02c-1.294-4.255-1.94-8.926-1.94-14.008%200-4.944.646-9.579%201.94-13.905%201.292-4.326%203.205-8.034%205.736-11.124%202.531-3.09%205.623-5.527%209.279-7.313%203.654-1.783%207.845-2.678%2012.569-2.678h59.216m10-10.002h-69.215c-6.231%200-11.936%201.242-16.955%203.691-4.944%202.415-9.192%205.767-12.629%209.963-3.365%204.109-5.916%209.021-7.582%2014.6-1.564%205.227-2.358%2010.87-2.358%2016.765%200%206.049.798%2011.741%202.373%2016.919%201.663%205.485%204.21%2010.349%207.567%2014.447%203.443%204.204%207.693%207.556%2012.632%209.965.897.439%201.817.838%202.758%201.199h-25.33v46.986h74.277c6.237%200%2011.943-1.242%2016.958-3.693%204.936-2.41%209.185-5.762%2012.626-9.962%203.36-4.103%205.911-9.013%207.58-14.595%201.566-5.245%202.36-10.885%202.36-16.77%200-6.036-.798-11.726-2.371-16.912-1.662-5.465-4.184-10.331-7.5-14.471-3.449-4.304-7.718-7.718-12.692-10.149-.736-.359-1.485-.691-2.249-.998h19.75v-46.985z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M400.646%20353.558V229.021h38.174v124.536h-38.174zm0-126.072v-37.398h38.174v37.398h-38.174z%22%2F%3E%3Cpath%20d%3D%22M433.82%20195.087v27.398h-28.174v-27.398h28.174m0%2038.934v114.536h-28.174V234.021h28.174m10-48.934h-48.174v173.47h48.174v-173.47z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M492.516%20353.558c-15.676%200-28.131-5.503-37.018-16.355-8.643-10.553-13.025-26.001-13.025-45.913%200-19.912%204.382-35.359%2013.025-45.913%208.888-10.853%2021.343-16.355%2037.018-16.355h43.465v38.634h-39.752c-1.896%200-3.629.363-5.299%201.109-1.555.694-2.939%201.85-4.237%203.534-1.396%201.812-2.526%204.251-3.362%207.25-.885%203.186-1.334%207.136-1.334%2011.739%200%204.735.447%208.712%201.329%2011.82.834%202.942%201.966%205.354%203.366%207.169%201.298%201.686%202.683%202.841%204.237%203.535%201.673.747%203.406%201.11%205.301%201.11h39.752v38.634h-43.466z%22%2F%3E%3Cpath%20d%3D%22M530.98%20234.021v28.634h-34.752c-2.59%200-5.035.515-7.34%201.545-2.307%201.03-4.359%202.713-6.157%205.047-1.8%202.337-3.205%205.324-4.218%208.961-1.012%203.641-1.518%208.002-1.518%2013.081%200%205.221.506%209.615%201.518%2013.185%201.013%203.573%202.417%206.524%204.218%208.858%201.798%202.336%203.851%204.017%206.157%205.047%202.305%201.029%204.75%201.545%207.34%201.545h34.752v28.634h-38.465c-14.17%200-25.221-4.841-33.15-14.523-7.929-9.682-11.894-23.928-11.894-42.745%200-18.813%203.964-33.063%2011.894-42.745%207.929-9.682%2018.979-14.523%2033.15-14.523h38.465m10-10.001h-48.465c-17.247%200-31.003%206.119-40.886%2018.187-9.394%2011.471-14.157%2027.984-14.157%2049.081%200%2021.098%204.763%2037.611%2014.157%2049.081%209.883%2012.068%2023.639%2018.187%2040.886%2018.187h48.465v-48.634h-44.752c-1.177%200-2.244-.221-3.262-.676-.768-.343-1.545-1.021-2.31-2.015-1.016-1.317-1.862-3.16-2.521-5.486-.756-2.666-1.139-6.184-1.139-10.458%200-4.151.388-7.651%201.153-10.402.661-2.373%201.504-4.237%202.505-5.537.768-.997%201.546-1.676%202.312-2.018%201.019-.456%202.085-.676%203.263-.676h44.752v-48.634h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23D2527F%22%20stroke-width%3D%22.25%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M19.651%207.127h29.525v63.885h39.368V7.127h29.526v160.851H88.544v-63.885H49.176v63.885H19.651V7.127zm184.533%20133.767v27.084h-35.062c-12.917%200-22.99-4.858-30.218-14.576-7.228-9.717-10.841-24.015-10.841-42.9%200-18.882%203.614-33.183%2010.841-42.9s17.3-14.576%2030.218-14.576h35.062V80.11h-31.679c-4.716%200-8.407%201.551-11.072%204.652-2.667%203.101-4.767%207.339-6.305%2012.715h47.21v25.843h-47.21c1.538%205.376%203.638%209.649%206.305%2012.819%202.665%203.172%206.355%204.755%2011.072%204.755h31.679zm73.737-85.595c3.229%201.519%206.151%203.722%208.765%206.616s4.767%206.548%206.459%2010.958c1.691%204.413%202.537%209.511%202.537%2015.299v79.805h-25.681V93.755c0-4.271-.922-7.34-2.768-9.201-1.845-1.86-3.897-2.791-6.151-2.791h-19.684v86.214h-25.681V53.025h52.747c3.076%200%206.228.759%209.457%202.274zm65.587%20112.679c-3.282%200-6.435-.311-9.458-.931-3.025-.62-5.743-2.135-8.15-4.548-2.41-2.41-4.332-5.893-5.767-10.441-1.437-4.548-2.153-10.751-2.153-18.607V80.109h-15.378V53.025h15.378V7.127h25.681v45.898h23.682v27.084h-23.682v44.657c0%202.068.077%204.067.23%205.996.154%201.932.615%203.653%201.384%205.169.769%201.519%201.973%202.723%203.614%203.618%201.639.897%203.895%201.344%206.766%201.344h11.688v27.084h-23.835zm37.521-114.953h48.595c3.383%200%206.894.656%2010.534%201.964%203.638%201.312%206.971%203.586%209.996%206.823%203.023%203.24%205.51%207.582%207.458%2013.025%201.946%205.446%202.922%2012.233%202.922%2020.365v72.775h-58.437c-8.919%200-15.662-3.237-20.222-9.717-4.563-6.478-6.843-14.954-6.843-25.431%200-10.612%202.28-19.156%206.843-25.637%204.561-6.477%2011.303-9.717%2020.222-9.717h32.755c0-2.067-.181-4.135-.539-6.202-.36-2.068-1-3.928-1.922-5.583-.922-1.654-2.179-2.998-3.768-4.031-1.59-1.034-3.614-1.551-6.074-1.551h-41.521V53.025zm53.823%2070.294h-25.989c-2.052%200-3.921.553-5.613%201.654-1.691%201.105-2.537%203.515-2.537%207.236%200%203.586.819%205.928%202.46%207.029%201.639%201.105%203.537%201.654%205.69%201.654h25.989v-17.573zm39.519-81.872V13.95h25.682v27.498h-25.682zm0%20126.531V53.025h25.682v114.952h-25.682z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M198.1%20543.939V419.404h43.063v124.535H198.1zm0-126.071V380.47h43.063v37.398H198.1z%22%2F%3E%3Cpath%20d%3D%22M236.163%20385.47v27.398H203.1V385.47h33.063m0%2038.934v114.535H203.1V424.404h33.063m10-48.934H193.1v173.469h53.063V375.47z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M303.871%20543.939c-17.966%200-32.268-5.402-42.508-16.058-10.188-10.602-15.353-26.148-15.353-46.21s5.165-35.608%2015.353-46.21c10.241-10.655%2024.542-16.058%2042.508-16.058h24.697v-45.732h43.063v170.268h-67.76zm4.355-85.901c-2.414%200-4.712.409-6.832%201.217-1.978.753-3.71%201.973-5.297%203.729-1.628%201.801-2.942%204.21-3.906%207.159-1.018%203.121-1.535%207-1.535%2011.529%200%204.658.513%208.563%201.526%2011.604.963%202.896%202.279%205.278%203.912%207.081%201.587%201.759%203.319%202.977%205.298%203.73%202.123.809%204.422%201.219%206.833%201.219h20.341v-47.269h-20.34z%22%2F%3E%3Cpath%20d%3D%22M366.63%20378.672V538.94h-62.759c-16.63%200-29.598-4.84-38.903-14.522-9.305-9.683-13.958-23.929-13.958-42.745%200-18.814%204.653-33.063%2013.958-42.745%209.305-9.682%2022.273-14.522%2038.903-14.522h29.697v-45.732h33.062m-58.404%20131.633h25.341v-57.269h-25.341c-3.038%200-5.908.515-8.612%201.545-2.707%201.03-5.117%202.714-7.226%205.047-2.113%202.337-3.762%205.323-4.95%208.961-1.188%203.641-1.782%208.002-1.782%2013.081%200%205.221.594%209.614%201.782%2013.184%201.188%203.573%202.837%206.525%204.95%208.858%202.109%202.337%204.519%204.017%207.226%205.047%202.704%201.03%205.574%201.546%208.612%201.546m68.404-141.635h-53.063v45.732H303.87c-19.378%200-34.893%205.919-46.113%2017.593-11.113%2011.565-16.748%2028.277-16.748%2049.675%200%2021.397%205.635%2038.11%2016.747%2049.674%2011.219%2011.674%2026.734%2017.594%2046.113%2017.594h72.759V368.672h.002zm-68.404%20131.635c-1.827%200-3.479-.291-5.051-.89-1.226-.467-2.325-1.252-3.364-2.403-1.175-1.298-2.142-3.081-2.884-5.313-.844-2.535-1.271-5.908-1.271-10.029%200-4.002.433-7.359%201.288-9.979.743-2.277%201.706-4.08%202.861-5.357%201.045-1.156%202.146-1.943%203.365-2.407%201.575-.6%203.227-.891%205.055-.891h15.341v37.269h-15.34z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M434.338%20543.939c-17.966%200-32.268-5.402-42.508-16.058-10.188-10.602-15.353-26.148-15.353-46.21s5.165-35.608%2015.353-46.21c10.241-10.655%2024.542-16.058%2042.508-16.058h50.139v36.986h-45.783c-4.837%200-8.405%201.096-10.908%203.35-1.237%201.113-2.371%202.434-3.397%203.953h57.713v35.75h-57.735c1.042%201.566%202.197%202.933%203.457%204.092%202.498%202.302%206.052%203.419%2010.87%203.419h45.783v36.985h-50.139z%22%2F%3E%3Cpath%20d%3D%22M479.477%20424.404v26.986h-40.784c-6.072%200-10.824%201.545-14.254%204.635-3.434%203.09-6.137%207.313-8.117%2012.668h60.78v25.75h-60.78c1.98%205.356%204.684%209.615%208.117%2012.772%203.431%203.161%208.182%204.738%2014.254%204.738h40.784v26.985h-45.139c-16.63%200-29.598-4.84-38.903-14.522-9.305-9.683-13.958-23.929-13.958-42.745%200-18.813%204.653-33.063%2013.958-42.745%209.305-9.682%2022.273-14.522%2038.903-14.522h45.139m10-10h-55.139c-19.378%200-34.893%205.919-46.113%2017.593-11.113%2011.565-16.748%2028.277-16.748%2049.675s5.635%2038.11%2016.747%2049.674c11.219%2011.674%2026.734%2017.594%2046.113%2017.594h55.139v-46.985h-2.375v-40.564h2.375v-46.987h.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M547.977%20546.206c-9.498%200-18.218-1.378-25.917-4.097-7.86-2.774-14.678-6.976-20.26-12.487-5.577-5.499-9.935-12.38-12.95-20.45-2.969-7.944-4.475-17.197-4.475-27.5s1.506-19.556%204.475-27.5c3.014-8.065%207.371-14.945%2012.951-20.451%205.582-5.507%2012.397-9.708%2020.258-12.485%207.698-2.719%2016.418-4.097%2025.918-4.097%209.499%200%2018.22%201.378%2025.918%204.096%207.858%202.778%2014.673%206.979%2020.258%2012.484%205.585%205.515%209.941%2012.395%2012.953%2020.453%202.968%207.941%204.473%2017.193%204.473%2027.5s-1.505%2019.559-4.473%2027.5c-3.014%208.063-7.37%2014.944-12.951%2020.451-5.586%205.512-12.402%209.712-20.259%2012.486-7.702%202.719-16.421%204.097-25.919%204.097zm0-91.67c-3.997%200-7.251.57-9.67%201.696-2.234%201.038-3.938%202.519-5.209%204.527-1.432%202.261-2.464%205.092-3.066%208.415-.67%203.675-1.01%207.878-1.01%2012.497%200%204.621.34%208.825%201.009%2012.493.604%203.329%201.635%206.159%203.066%208.417%201.271%202.01%202.974%203.49%205.208%204.528%202.422%201.127%205.676%201.698%209.672%201.698%203.994%200%207.249-.571%209.674-1.698%202.234-1.039%203.938-2.52%205.206-4.524%201.429-2.257%202.461-5.09%203.068-8.42.669-3.679%201.009-7.883%201.009-12.494%200-4.608-.34-8.813-1.009-12.496-.607-3.326-1.64-6.159-3.068-8.418-1.27-2.006-2.974-3.486-5.207-4.524-2.422-1.126-5.677-1.697-9.673-1.697z%22%2F%3E%3Cpath%20d%3D%22M547.977%20422.139c8.975%200%2017.059%201.271%2024.254%203.811%207.191%202.543%2013.328%206.318%2018.412%2011.33%205.078%205.015%209.008%2011.227%2011.779%2018.643s4.156%2016%204.156%2025.75c0%209.753-1.385%2018.334-4.156%2025.75s-6.701%2013.631-11.779%2018.643c-5.084%205.016-11.221%208.791-18.412%2011.33-7.195%202.54-15.279%203.812-24.254%203.812-8.977%200-17.059-1.271-24.252-3.812-7.195-2.539-13.332-6.314-18.412-11.33-5.082-5.012-9.008-11.227-11.779-18.643s-4.158-15.997-4.158-25.75c0-9.75%201.387-18.334%204.158-25.75s6.697-13.628%2011.779-18.643c5.08-5.012%2011.217-8.787%2018.412-11.33%207.193-2.541%2015.275-3.811%2024.252-3.811m0%2091.67c4.752%200%208.678-.722%2011.781-2.164%203.1-1.441%205.543-3.569%207.324-6.386%201.781-2.813%203.035-6.212%203.762-10.196.725-3.982%201.09-8.447%201.09-13.391s-.365-9.405-1.09-13.391c-.727-3.98-1.98-7.38-3.762-10.196-1.781-2.814-4.225-4.944-7.324-6.386-3.104-1.442-7.029-2.163-11.781-2.163-4.75%200-8.68.721-11.779%202.163-3.102%201.441-5.543%203.572-7.324%206.386-1.783%202.816-3.039%206.216-3.762%2010.196-.727%203.985-1.09%208.447-1.09%2013.391s.363%209.408%201.09%2013.391c.723%203.984%201.979%207.383%203.762%2010.196%201.781%202.816%204.223%204.944%207.324%206.386%203.099%201.442%207.029%202.164%2011.779%202.164m0-101.67c-10.069%200-19.349%201.474-27.582%204.381-8.561%203.026-15.997%207.615-22.105%2013.641-6.102%206.021-10.853%2013.51-14.124%2022.261-3.179%208.507-4.791%2018.348-4.791%2029.251%200%2010.903%201.612%2020.744%204.791%2029.251%203.272%208.756%208.025%2016.246%2014.125%2022.262%206.106%206.028%2013.545%2010.619%2022.106%2013.64%208.233%202.907%2017.513%204.381%2027.58%204.381%2010.066%200%2019.346-1.474%2027.583-4.382%208.556-3.021%2015.993-7.61%2022.106-13.641%206.103-6.023%2010.854-13.512%2014.123-22.261%203.178-8.503%204.789-18.344%204.789-29.251%200-10.906-1.611-20.748-4.789-29.251-3.267-8.743-8.018-16.232-14.12-22.257-6.117-6.03-13.552-10.618-22.105-13.643-8.239-2.908-17.52-4.382-27.587-4.382zm0%2091.67c-4.063%200-6.354-.669-7.56-1.23-1.36-.632-2.341-1.478-3.092-2.664-1.09-1.719-1.887-3.949-2.374-6.636-.617-3.383-.929-7.285-.929-11.606%200-4.319.312-8.221.928-11.597.489-2.694%201.287-4.925%202.373-6.64.753-1.19%201.735-2.037%203.09-2.667%201.21-.563%203.5-1.232%207.565-1.232%204.064%200%206.358.67%207.567%201.232%201.355.63%202.337%201.478%203.09%202.666%201.082%201.711%201.881%203.947%202.373%206.643.615%203.382.927%207.285.927%2011.595%200%204.312-.312%208.215-.928%2011.6-.491%202.692-1.289%204.927-2.372%206.637-.752%201.19-1.734%202.036-3.092%202.667-1.21.561-3.504%201.232-7.566%201.232z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23000000%22%20stroke-width%3D%2214%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M724.674%20322.633c-15.071-25.116-40.186-42.697-70.327-42.697-42.697%200-75.347%2041.908-75.347%2075.349%200%2064.911%2045.21%2095.443%20145.674%20190.882%20100.463-95.439%20145.672-125.971%20145.672-190.882%200-33.44-32.651-75.349-75.349-75.349-30.138-.001-55.254%2017.581-70.323%2042.697z%22%2F%3E%3Cpath%20stroke%3D%22%23000000%22%20d%3D%22M888.298%20244.439l1.398%201.049c.932.699%202.098%201.515%203.495%202.447%201.398.932%202.332%201.631%202.797%202.098l.699.698%2018.177%205.594c12.12%203.728%2021.907%207.458%2029.364%2011.186%207.457%203.729%2012.234%206.06%2014.331%206.992l3.147%201.397%201.224%202.623c.814%201.748%201.688%203.32%202.621%204.719l1.398%202.098.35%2013.284c.233%208.855-.115%2029.829-1.049%2062.921-.933%2033.093-1.514%2052.784-1.748%2059.076-.233%206.293-.523%2028.432-.874%2066.417l-.523%2056.98-4.37%201.398c-2.912.932-5.244%201.922-6.991%202.971-1.748%201.049-4.021%202.272-6.816%203.67-2.797%201.398-4.953%202.39-6.468%202.972l-2.273.874-8.214-8.39-8.215-8.389-1.572-2.447c-1.05-1.632-3.146-4.836-6.293-9.614-3.146-4.776-5.594-8.505-7.341-11.185-1.747-2.68-6.001-10.313-12.759-22.898-6.758-12.584-12.818-24.935-18.178-37.053-5.359-12.117-9.554-22.372-12.584-30.763l-4.544-12.584-1.398-1.048c-.933-.699.116%203.729%203.146%2013.283%203.03%209.555%205.827%2017.595%208.391%2024.12%202.563%206.525%205.358%2013.283%208.389%2020.275%203.029%206.991%208.214%2017.071%2015.557%2030.237%207.34%2013.167%2012%2021.207%2013.981%2024.12%201.982%202.914%204.311%206.351%206.991%2010.313l4.021%205.942-6.293.175-6.292.175-1.398-2.098c-.933-1.397-3.38-5.301-7.341-11.71l-5.943-9.612-1.224-2.797-1.224-2.797-7.69-17.478c-5.128-11.653-10.952-26.451-17.478-44.396-6.525-17.944-11.651-33.908-15.381-47.891l-5.593-20.975-1.049-2.097c-.699-1.397-.699-.232%200%203.495.698%203.729%203.262%2013.75%207.69%2030.063%204.427%2016.313%209.787%2032.859%2016.08%2049.638%206.291%2016.779%2011.419%2029.83%2015.381%2039.151%203.961%209.321%206.001%2014.215%206.117%2014.682l.175.699v.7l-5.593-.875-5.594-.874-1.923-3.67c-1.281-2.446-4.484-10.313-9.612-23.596-5.128-13.284-8.391-21.556-9.788-24.819-1.398-3.263-2.389-5.243-2.971-5.942-.584-.699-1.107-2.33-1.574-4.895-.466-2.563-.932-3.845-1.397-3.845-.466%200-.699-.408-.699-1.224s-1.398-3.088-4.195-6.816l-4.195-5.593.7-1.924.699-1.922%202.796%201.049%202.797%201.049-.873-3.846c-.583-2.564-1.458-6.523-2.623-11.885l-1.747-8.041-1.923-1.746-1.923-1.748.699-1.574c.465-1.048.29-5.825-.524-14.332-.815-8.506-2.097-19.518-3.845-33.033-1.749-13.516-2.738-20.275-2.972-20.275h-.35l-.524-5.593c-.35-3.728-1.049-12.118-2.097-25.168l-1.574-19.577.176-1.048c.116-.699-.116-4.194-.699-10.487l-.874-9.438%201.397-.35%201.398-.349%2010.487.174c6.991.117%2011.07.058%2012.234-.174%201.166-.233%203.962-1.282%208.391-3.146l6.642-2.796.873.874c.584.583%202.913.232%206.992-1.049l6.117-1.922%202.971-3.67c1.981-2.448%203.845-4.487%205.594-6.118l2.621-2.446.351.175.35.175zm-59.077-119.201l-.698-5.942c-.466-3.962-.814-6.292-1.049-6.991l-.349-1.049-3.148%205.593c-2.097%203.729-3.903%207.341-5.418%2010.837l-2.271%205.244%201.747.524c1.164.35%205.243%201.923%2012.235%204.72%206.991%202.796%2015.381%205.126%2025.168%206.991%209.789%201.864%2016.081%203.496%2018.877%204.894%202.796%201.398%205.303%203.554%207.516%206.467%202.214%202.913%204.369%205.884%206.467%208.914%202.098%203.03%204.37%205.535%206.816%207.516%202.447%201.981%203.905%202.738%204.37%202.273l.699-.699-1.049-.699c-.699-.466-2.563-2.331-5.593-5.593l-4.545-4.894%207.341%204.194c4.893%202.796%208.739%204.311%2011.536%204.545l4.194.349-6.991-2.447c-4.66-1.631-8.973-4.195-12.935-7.691l-5.942-5.243.525-.874c.349-.583.698-1.515%201.048-2.796.351-1.282%202.971-2.389%207.866-3.321%204.894-.932%207.573-1.515%208.039-1.748l.699-.35-6.642-.699c-4.429-.466-7.866-1.457-10.313-2.971l-3.67-2.273-.176-1.748-.174-1.747.699-.175c.465-.117.933-.7%201.399-1.748l.698-1.573%201.924-2.447c1.28-1.631%201.514-3.088.698-4.37l-1.224-1.923%203.146-1.748c2.099-1.165%203.556-2.388%204.37-3.67.815-1.282%201.981-3.146%203.496-5.593%201.514-2.447%203.32-4.252%205.419-5.418%202.097-1.165%203.436-2.039%204.019-2.622.583-.583%201.398-1.398%202.446-2.447l1.573-1.573h3.146c2.098%200%203.38.116%203.846.35.465.233%201.864%201.049%204.195%202.447%202.331%201.398%205.01%203.961%208.039%207.69%203.031%203.729%205.01%206.467%205.942%208.215l1.399%202.622.174%205.593c.116%203.729-.174%206.642-.873%208.739-.7%202.098-1.807%203.555-3.322%204.37-1.513.816-2.446%202.098-2.795%203.845-.35%201.748-1.398%202.797-3.147%203.146-1.747.35-2.854.641-3.32.874-.466.233-.524%201.34-.174%203.321.35%201.981.408%203.903.174%205.768l-.35%202.796-7.165.175-7.166.175-.699-.35c-.467-.233-.816%200-1.05.7-.233.699%202.098%201.398%206.992%202.097%204.893.699%207.981.524%209.264-.525%201.281-1.048%201.863-3.32%201.747-6.816l-.174-5.243%202.446.175c1.632.116%202.738-.932%203.32-3.146.584-2.214%201.632-3.612%203.147-4.195%201.514-.583%202.911-2.097%204.193-4.544%201.283-2.447%201.807-5.302%201.573-8.564-.233-3.263-.29-5.477-.175-6.643l.175-1.748%205.769%201.049%205.768%201.049-1.049%204.544c-.699%203.029-2.214%206.992-4.545%2011.885-2.33%204.894-5.301%2010.196-8.914%2015.905-3.611%205.71-6.933%2010.429-9.962%2014.158-3.03%203.729-6.292%207.457-9.788%2011.186-3.496%203.729-6.642%207.05-9.439%209.962l-4.194%204.37-2.621%202.447c-1.748%201.632-6.177%205.651-13.284%2012.06-7.107%206.409-13.109%2011.594-18.002%2015.556-4.894%203.962-8.739%206.875-11.536%208.74-2.797%201.864-5.942%203.378-9.439%204.544-3.496%201.165-6.642%202.215-9.438%203.146-2.796.931-5.068%201.456-6.816%201.573-1.748.117-2.621.525-2.621%201.224v1.048l1.922%201.224c1.282.817%202.621%201.516%204.021%202.098l2.097.873-6.99%201.923c-4.66%201.281-7.925%201.98-9.788%202.097l-2.797.174-.35-.699-.351-.699h.7l1.922-16.779c1.282-11.186%202.506-19.459%203.671-24.82%201.166-5.359%201.749-9.321%201.749-11.885v-8.739c0-3.263.349-5.709%201.048-7.34.699-1.632%202.271-2.972%204.718-4.02l3.671-1.573-1.922-3.321c-1.282-2.214-4.659-3.612-10.138-4.195-5.477-.583-9.496-1.34-12.06-2.272l-3.845-1.398-1.573-2.622c-1.05-1.749-1.865-3.146-2.447-4.195l-.874-1.573-3.496-1.923-3.495-1.922-.175-.35c-.116-.233-1.165-1.806-3.147-4.719l-2.972-4.37.176-.874c.116-.583-.35-2.155-1.399-4.719l-1.572-3.845.175-.699c.116-.466%202.505-3.379%207.167-8.739%204.659-5.36%207.748-8.797%209.262-10.312%201.515-1.515%204.486-4.02%208.914-7.516l6.643-5.243-.7-.35c-.464-.233-1.048-.524-1.747-.874l-1.048-.525%201.048-.524c.699-.349%202.447-1.34%205.244-2.971%202.796-1.631%204.429-2.971%204.893-4.02.466-1.049.815-1.573%201.049-1.573h.35l.174%2015.032.178%2015.028z%22%2F%3E%3Cpath%20stroke%3D%22%23000000%22%20d%3D%22M861.556%20127.161c-.115.117-.873.99-2.272%202.622-1.398%201.631-3.32%203.087-5.767%204.369-2.447%201.282-6.118%201.981-11.012%202.098l-7.341.174%204.893-.874c3.264-.583%205.244-.991%205.942-1.224.699-.233%202.215-1.165%204.545-2.797%202.331-1.631%203.961-3.204%204.894-4.719l1.398-2.272-6.99%201.049-6.992%201.049%202.098-.874c1.398-.582%202.563-1.107%203.495-1.573.933-.466.874-1.457-.175-2.971-1.049-1.515-2.505-4.021-4.368-7.516-1.865-3.495-3.265-6.059-4.195-7.69-.933-1.631-1.516-2.913-1.748-3.845l-.35-1.399%201.223%201.224c.815.816%201.632%201.864%202.448%203.146.815%201.281%202.039%203.437%203.67%206.467%201.631%203.029%203.787%205.535%206.467%207.516%202.681%201.981%205.418%203.379%208.215%204.194l4.194%201.224v-1.748c0-1.165.116-1.748.351-1.748h.348l.701%202.097.698%202.098v1.398l-2.098.175c-1.397.116-2.156.233-2.272.35z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23000000%22%20d%3D%22M941.432%20132.929c.233%203.262-.29%206.117-1.573%208.564-1.282%202.447-2.68%203.961-4.193%204.544-1.516.583-2.563%201.981-3.147%204.195-.582%202.214-1.688%203.262-3.32%203.146l-2.446-.175.174%205.243c.116%203.496-.466%205.768-1.747%206.816-1.282%201.049-4.37%201.224-9.264.525-4.895-.699-7.226-1.398-6.992-2.097.233-.7.583-.933%201.05-.7l.699.35%207.166-.175%207.165-.175.35-2.796c.234-1.864.176-3.787-.174-5.768-.351-1.981-.292-3.088.174-3.321.466-.233%201.573-.524%203.32-.874%201.749-.35%202.798-1.398%203.147-3.146.349-1.747%201.282-3.029%202.795-3.845%201.516-.815%202.622-2.272%203.322-4.37.699-2.097.989-5.01.873-8.739l-.174-5.593h2.796l-.175%201.748c-.116%201.166-.06%203.38.174%206.643zm-36.879%20390.638c-1.981-2.913-6.642-10.953-13.981-24.12-7.343-13.166-12.527-23.246-15.557-30.237-3.03-6.991-5.826-13.75-8.389-20.275-2.563-6.525-5.36-14.565-8.391-24.12-3.029-9.555-4.078-13.982-3.146-13.283l1.398%201.048%204.544%2012.584c3.03%208.391%207.225%2018.646%2012.584%2030.763%205.359%2012.118%2011.42%2024.469%2018.178%2037.053%206.758%2012.585%2011.012%2020.218%2012.759%2022.898%201.747%202.681%204.195%206.409%207.341%2011.185%203.146%204.778%205.243%207.982%206.293%209.614l1.572%202.447v.698h-4.194l-4.021-5.942c-2.68-3.962-5.009-7.399-6.99-10.313z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20d%3D%22M832.891%2071.405l2.273-4.894%201.397-.874c.934-.583%203.496-1.224%207.691-1.923%204.195-.699%209.205-1.048%2015.031-1.048h8.739l.875.874c.583.583%201.98%201.631%204.193%203.146%202.215%201.515%203.962%202.913%205.244%204.195l1.923%201.923v2.447c0%201.632-.699%203.496-2.098%205.593l-2.098%203.146-.35%205.593c-.233%203.729-.757%205.942-1.571%206.642l-1.225%201.049v13.283h-2.097c-1.399%200-2.156.583-2.272%201.748-.116%201.165-.815%202.913-2.098%205.243l-1.924%203.496h-.348c-.234%200-.351.583-.351%201.748v1.748l-4.194-1.224c-2.797-.815-5.534-2.213-8.215-4.194-2.68-1.981-4.836-4.486-6.467-7.516-1.631-3.03-2.854-5.186-3.67-6.467-.816-1.282-1.633-2.331-2.448-3.146l-1.223-1.224.35%201.399c.232.932.815%202.213%201.748%203.845.931%201.632%202.33%204.195%204.195%207.69%201.863%203.496%203.319%206.001%204.368%207.516%201.049%201.514%201.107%202.505.175%202.971-.932.466-2.097.99-3.495%201.573l-2.098.874%206.992-1.049%206.99-1.049-1.398%202.272c-.933%201.515-2.563%203.088-4.894%204.719-2.33%201.632-3.846%202.564-4.545%202.797-.698.233-2.679.641-5.942%201.224l-4.893.874%207.341-.174c4.893-.117%208.564-.815%2011.012-2.098%202.446-1.282%204.369-2.738%205.767-4.369%201.399-1.632%202.157-2.505%202.272-2.622.116-.117.875-.233%202.272-.35l2.098-.175%204.194%201.922c2.797%201.282%206.177%202.564%2010.138%203.846l5.942%201.922v.699l-.698%201.573c-.466%201.048-.934%201.631-1.399%201.748l-.699.175.174%201.747.176%201.748%203.67%202.273c2.446%201.514%205.884%202.505%2010.313%202.971l6.642.699-.699.35c-.466.233-3.145.816-8.039%201.748-4.896.932-7.516%202.039-7.866%203.321-.35%201.282-.699%202.214-1.048%202.796l-.525.874%205.942%205.243c3.962%203.496%208.274%206.06%2012.935%207.691l6.991%202.447-4.194-.349c-2.797-.233-6.583-1.69-11.36-4.37l-7.167-4.02%204.369%204.718c2.914%203.146%204.72%204.953%205.419%205.419l1.049.699-.699.699c-.465.466-1.923-.292-4.37-2.273-2.446-1.981-4.719-4.486-6.816-7.516-2.098-3.029-4.253-6.001-6.467-8.914-2.213-2.913-4.72-5.069-7.516-6.467-2.796-1.398-9.088-3.03-18.877-4.894-9.787-1.865-18.177-4.195-25.168-6.991-6.992-2.797-11.071-4.37-12.235-4.72l-1.747-.524%202.271-5.244c1.515-3.496%203.321-7.108%205.418-10.837l3.148-5.593.349%201.049c.234.699.583%203.029%201.049%206.991l.698%205.942-.175-15.031-.174-15.032.874-9.438c.582-6.289%201.632-11.066%203.145-14.329zm72.885%20127.241l-1.573%208.04c-1.048%205.36-3.029%2011.36-5.942%2018.003-2.913%206.641-5.359%2011.419-7.341%2014.332-1.981%202.913-3.03%204.486-3.146%204.719l-.175.35-2.621%202.446c-1.749%201.631-3.612%203.67-5.594%206.118l-2.971%203.67-6.117%201.922c-4.079%201.281-6.408%201.632-6.992%201.049l-.873-.874-6.642%202.796c-4.429%201.865-7.225%202.913-8.391%203.146-1.164.232-5.243.291-12.234.174l-10.487-.174-1.398-.524c-.932-.35-1.748-1.515-2.446-3.497l-1.049-2.971%202.797-.174c1.863-.117%205.128-.816%209.788-2.097l6.99-1.923-2.097-.873c-1.399-.583-2.738-1.281-4.021-2.098l-1.922-1.224v-1.048c0-.699.873-1.107%202.621-1.224%201.748-.117%204.021-.642%206.816-1.573%202.797-.932%205.942-1.981%209.438-3.146%203.496-1.166%206.642-2.68%209.439-4.544%202.797-1.865%206.642-4.778%2011.536-8.74%204.893-3.961%2010.895-9.146%2018.002-15.556%207.107-6.409%2011.536-10.428%2013.284-12.06l2.621-2.447h.7z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23000000%22%20d%3D%22M877.811%20500.671c-3.962-9.321-9.09-22.372-15.381-39.151-6.293-16.778-11.653-33.325-16.08-49.638-4.429-16.313-6.992-26.335-7.69-30.063-.699-3.728-.699-4.893%200-3.495l1.049%202.097%205.593%2020.975c3.729%2013.983%208.855%2029.946%2015.381%2047.891%206.525%2017.944%2012.35%2032.742%2017.478%2044.396l7.69%2017.478%201.224%202.797%201.224%202.797-2.098-.35-2.097-.35-.175-.699c-.116-.47-2.157-5.364-6.118-14.685z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23000000%22%20stroke-width%3D%225%22%20d%3D%22M823.103%20422.544c-2.446-1.516-5.826-3.729-10.137-6.643-4.311-2.913-6.758-4.428-7.341-4.545-.583-.116-4.778-3.611-12.585-10.486-7.806-6.875-14.272-12.875-19.4-18.002-5.128-5.127-8.914-9.38-11.36-12.76l-3.671-5.069.349-2.097c.234-1.398%202.563-6.175%206.992-14.332%204.428-8.157%207.98-14.041%2010.661-17.653%202.682-3.613%206.352-8.098%2011.012-13.458%204.661-5.36%207.865-9.031%209.613-11.012%201.747-1.98%205.883-6.233%2012.41-12.759%206.525-6.525%2010.313-10.254%2011.36-11.186l1.573-1.398v2.447c0%201.631.116%202.446.349%202.446h.35l1.574%2019.577c1.048%2013.05%201.747%2021.439%202.097%2025.168l.524%205.593-.175%201.049-.174%201.049-3.847%203.146c-2.563%202.098-4.31%203.612-5.243%204.544-.933.933-5.068%204.603-12.409%2011.012l-11.012%209.613%207.341%202.446c4.895%201.632%208.214%202.972%209.962%204.021%201.749%201.049%202.738%201.34%202.973.873l.35-.698%201.748%203.147c1.164%202.097%203.145%205.825%205.941%2011.185s5.303%209.613%207.516%2012.759c2.215%203.146%203.438%204.776%203.671%204.894l.35.176%201.923%201.748%201.923%201.746%201.747%208.041c1.165%205.361%202.04%209.321%202.623%2011.885l.873%203.846-2.797-1.049-2.796-1.049-5.593-2.972c-3.729-1.98-6.817-3.728-9.265-5.243z%22%2F%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23000000%22%20stroke-width%3D%224%22%20d%3D%22M803.703%20161.243l.874%201.573c.582%201.049%201.398%202.447%202.447%204.195l1.573%202.622%203.845%201.398c2.563.933%206.583%201.69%2012.06%202.272%205.478.582%208.855%201.981%2010.138%204.195l1.922%203.321-3.671%201.573c-2.446%201.049-4.018%202.389-4.718%204.02-.699%201.631-1.048%204.078-1.048%207.34v8.739c0%202.564-.583%206.525-1.749%2011.885-1.165%205.361-2.389%2013.634-3.671%2024.82l-1.922%2016.779h-.7l-2.621-11.885c-1.747-7.923-4.602-19.226-8.564-33.908-3.961-14.682-6.933-27.149-8.914-37.404l-2.971-15.38h.699l3.495%201.922%203.496%201.923zm-17.129-22.022l-6.815-6.117c-4.545-4.079-8.331-7.982-11.362-11.711-3.029-3.729-6.35-8.447-9.961-14.157-3.612-5.709-6.935-12.06-9.963-19.051-3.03-6.992-5.827-15.265-8.391-24.819-2.563-9.555-4.194-16.546-4.893-20.975l-1.049-6.641%201.922-.35c1.282-.233%202.215-1.865%202.797-4.894.583-3.03%202.039-6.642%204.37-10.837%202.331-4.194%204.835-7.282%207.516-9.263%202.681-1.981%206.352-3.554%2011.011-4.719%204.661-1.165%208.39-1.689%2011.187-1.573l4.195.175-.175.699c-.116.466-1.632%201.806-4.545%204.02-2.912%202.214-4.136%203.67-3.671%204.37.466.699.699%201.282.699%201.748v.699l-1.049.35c-.699.233-1.807%201.572-3.32%204.02-1.514%202.447-3.029%204.428-4.545%205.943-1.514%201.514-3.029%202.563-4.544%203.146l-2.272.874v1.398c0%20.933.933%205.127%202.796%2012.584%201.863%207.458%204.37%2016.081%207.516%2025.868l4.719%2014.682%206.292%202.971c4.195%201.981%2010.138%204.604%2017.828%207.865%207.69%203.263%2013.518%205.535%2017.479%206.817l5.943%201.922%201.048.525c.699.35%201.283.641%201.747.874l.7.35-6.643%205.243c-4.428%203.496-7.399%206.001-8.914%207.516-1.514%201.515-4.603%204.952-9.262%2010.312-4.662%205.36-7.051%208.273-7.167%208.739l-.175.699-.523.349-.526.349z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M90.233%20543.939L21.034%20373.672h52.293l38.951%20105.719%2040.237-105.719h52.269l-74.457%20170.267%22%2F%3E%3Cpath%20d%3D%22M197.141%20378.672L127.057%20538.94H93.598L28.463%20378.672H69.84l41.971%20113.918h.792l43.357-113.918h41.181m15.287-10h-63.36l-2.452%206.443-34.262%2090.02-33.129-89.92-2.411-6.543H13.605l5.594%2013.765%2065.135%20160.268%202.534%206.235h46.73l2.621-5.993%2070.084-160.268%206.125-14.007z%22%2F%3E%3C%2Fsvg%3E");
}

.lightnovel {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cpath%20fill%3D%22%23D1C4E9%22%20d%3D%22M730.088%2075.27s38.479-41.34%2064.397-52.113c25.919-10.774%2091.117-12.534%2091.117-12.534v268.508s-59.258%203.079-85.176%2013.855c-25.919%2010.774-70.337%2050.796-70.337%2050.796V75.27z%22%2F%3E%3Cpath%20fill%3D%22%23B39DDB%22%20d%3D%22M918.259%2030.405s-10.043.29-23.749%201.264V289.69s-59.263%203.068-85.182%2013.842c-13.49%205.607-45.307%2024.404-59.949%2036.091l-7.421%2023.939s50.357-28.145%2076.275-38.919c25.919-10.774%20100.022-25.726%20100.022-25.726l.004-268.512z%22%2F%3E%3Cpath%20fill%3D%22%237359A6%22%20d%3D%22M947.946%2052.833s-7.269.216-17.812.869v255.776s-59.263%203.068-85.182%2013.842c-15.395%206.401-50.623%2019.138-65.883%2031.658l-11.873%2015.178s69.651-24.178%2095.569-34.954c25.919-10.774%2085.182-13.858%2085.182-13.858l-.001-268.511z%22%2F%3E%3Cpath%20fill%3D%22%23D1C4E9%22%20d%3D%22M707.503%2075.27s-38.48-41.34-64.397-52.113c-25.919-10.774-91.117-12.534-91.117-12.534v268.508s59.258%203.079%2085.177%2013.855c25.919%2010.774%2070.336%2050.796%2070.336%2050.796l.001-268.512z%22%2F%3E%3Cpath%20fill%3D%22%23B39DDB%22%20d%3D%22M519.327%2030.405s10.043.29%2023.749%201.264V289.69s59.263%203.068%2085.181%2013.842c13.49%205.607%2045.307%2024.404%2059.949%2036.091l7.421%2023.939s-50.357-28.145-76.275-38.919c-25.919-10.774-100.022-25.721-100.022-25.721l-.003-268.517z%22%2F%3E%3Cpath%20fill%3D%22%237359A6%22%20d%3D%22M489.643%2052.833s7.268.216%2017.811.869v255.776s59.263%203.068%2085.182%2013.842c15.396%206.401%2050.624%2019.138%2065.883%2031.658l11.874%2015.178s-69.651-24.178-95.57-34.954c-25.914-10.77-85.177-13.853-85.177-13.853l-.003-268.516z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M68.824%20507.543c-7.033%200-13.586-1.306-19.476-3.882-5.993-2.616-11.222-6.624-15.539-11.91-4.233-5.18-7.564-11.797-9.9-19.667-2.284-7.686-3.442-16.767-3.442-26.989V339.05h41.062v102.581c0%203.164.314%206.194.934%209.008.574%202.618%201.526%204.997%202.831%207.077%201.166%201.859%202.703%203.289%204.701%204.374%201.998%201.086%204.65%201.636%207.889%201.636h39.621v43.817H68.824z%22%2F%3E%3Cpath%20d%3D%22M56.528%20344.05v97.581c0%203.533.349%206.895%201.052%2010.084.7%203.193%201.861%206.08%203.478%208.658%201.618%202.582%203.802%204.619%206.552%206.111%202.75%201.496%206.173%202.241%2010.273%202.241h34.621v33.817H68.823c-6.365%200-12.189-1.152-17.472-3.463-5.285-2.308-9.843-5.807-13.67-10.492-3.83-4.686-6.823-10.66-8.979-17.927-2.159-7.264-3.236-15.788-3.236-25.566V344.05h31.062m10-10H15.466v111.045c0%2010.706%201.228%2020.266%203.65%2028.415%202.523%208.505%206.165%2015.709%2010.822%2021.406%204.822%205.905%2010.681%2010.39%2017.411%2013.328%206.52%202.851%2013.747%204.298%2021.474%204.298h53.681v-53.817H77.883c-2.361%200-4.261-.355-5.495-1.026-1.248-.677-2.153-1.513-2.857-2.637-1.015-1.618-1.729-3.412-2.184-5.49-.545-2.471-.82-5.14-.82-7.942V334.05h.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M118.827%20507.543V384.275h37.017v123.268h-37.017zm0-124.676v-37.095h37.017v37.095h-37.017z%22%2F%3E%3Cpath%20d%3D%22M150.844%20350.772v27.095h-27.017v-27.095h27.017m0%2038.503v113.268h-27.017V389.275h27.017m10-48.503h-47.017v171.771h47.017V340.772z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M167.846%20552.769v-36.688h51.916c1.048%200%202.064-.102%203.022-.302.099-.021.329-.069.692-.475.154-.173.711-.903%201.251-2.878.24-.883.516-2.396.642-4.884h-19.197c-15.128%200-27.141-5.468-35.706-16.253-8.287-10.436-12.489-25.704-12.489-45.381s4.202-34.945%2012.489-45.381c8.564-10.785%2020.578-16.253%2035.706-16.253h56.284v118.268c0%208.19-.943%2015.463-2.802%2021.614-1.907%206.299-4.576%2011.599-7.935%2015.754-3.443%204.254-7.559%207.5-12.234%209.65-4.635%202.128-9.637%203.207-14.87%203.207h-56.769zm41.886-130.176c-1.768%200-3.385.35-4.944%201.068-1.438.662-2.78%201.819-3.991%203.441-1.338%201.791-2.422%204.203-3.224%207.173-.851%203.158-1.283%207.073-1.283%2011.634%200%204.689.43%208.631%201.277%2011.713.8%202.912%201.886%205.297%203.227%207.089%201.213%201.626%202.555%202.783%203.993%203.446%201.562.72%203.179%201.069%204.946%201.069h15.708v-46.634h-15.709z%22%2F%3E%3Cpath%20d%3D%22M257.457%20389.275v113.268c0%207.741-.864%2014.464-2.588%2020.168-1.726%205.704-4.073%2010.39-7.037%2014.057-2.968%203.667-6.446%206.417-10.435%208.251-3.991%201.833-8.251%202.75-12.781%202.75h-51.77v-26.688h46.916c1.401%200%202.75-.137%204.045-.407%201.294-.273%202.427-.951%203.397-2.037.971-1.089%201.752-2.719%202.346-4.89.591-2.174.889-5.229.889-9.167v-2.037h-24.267c-13.589%200-24.186-4.787-31.79-14.362-7.603-9.574-11.405-23.663-11.405-42.271%200-18.605%203.802-32.697%2011.405-42.272%207.604-9.575%2018.201-14.362%2031.79-14.362h51.285m-47.725%2084.951h20.708v-56.634h-20.708c-2.482%200-4.828.509-7.037%201.527-2.212%201.019-4.181%202.684-5.905%204.991-1.727%202.311-3.074%205.265-4.045%208.861-.971%203.601-1.456%207.914-1.456%2012.937%200%205.163.486%209.508%201.456%2013.038.971%203.533%202.318%206.452%204.045%208.76%201.724%202.311%203.693%203.973%205.905%204.991%202.209%201.019%204.555%201.529%207.037%201.529m57.725-94.952h-61.284c-16.73%200-30.061%206.104-39.621%2018.144-9.007%2011.342-13.574%2027.656-13.574%2048.49%200%2020.834%204.567%2037.148%2013.574%2048.49%206.856%208.633%2015.65%2014.214%2026.246%2016.681h-29.952v46.688h61.77c5.958%200%2011.662-1.232%2016.954-3.662%205.385-2.476%2010.105-6.192%2014.035-11.048%203.77-4.663%206.741-10.533%208.835-17.451%202.003-6.625%203.017-14.384%203.017-23.065V379.275zm-57.725%2084.952c-1.043%200-1.948-.194-2.851-.61-.675-.311-1.372-.946-2.076-1.889-.974-1.302-1.784-3.124-2.417-5.429-.73-2.654-1.099-6.148-1.099-10.389%200-4.121.374-7.597%201.112-10.334.635-2.353%201.442-4.197%202.399-5.477.709-.95%201.408-1.586%202.078-1.895.905-.417%201.81-.61%202.854-.61h10.708v36.634h-10.708v-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M326.874%20507.543v-78.135c0-2.333-.515-4.078-1.574-5.335-.887-1.05-1.75-1.48-2.971-1.48h-18.296v84.95h-37.017V339.05h37.017v45.226h24.606c4.296%200%208.631.878%2012.886%202.61%204.287%201.75%208.117%204.32%2011.386%207.643%203.25%203.308%205.92%207.481%207.938%2012.408%202.019%204.933%203.042%2010.642%203.042%2016.971v83.636h-37.017z%22%2F%3E%3Cpath%20d%3D%22M299.032%20344.05v45.226h29.606c3.665%200%207.333.748%2011.001%202.241%203.665%201.496%206.901%203.667%209.707%206.519%202.803%202.853%205.096%206.452%206.876%2010.797%201.78%204.349%202.669%209.371%202.669%2015.075v78.636h-27.017v-73.135c0-3.53-.918-6.382-2.75-8.557-1.835-2.171-4.1-3.259-6.795-3.259h-23.296v84.95h-27.017V344.05h27.016m10-10h-47.017v178.493h47.017v-84.95h12.603c.127.344.238.943.238%201.815v83.135h47.017v-88.636c0-6.981-1.149-13.327-3.414-18.863-2.266-5.533-5.293-10.248-8.998-14.018-3.753-3.814-8.145-6.762-13.061-8.768-4.865-1.98-9.835-2.983-14.78-2.983h-19.606V334.05h.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M412.44%20507.543c-3.753%200-7.418-.339-10.893-1.007-4.114-.79-7.833-2.724-11.053-5.746-3.128-2.931-5.614-7.083-7.383-12.338-1.699-5.038-2.526-11.559-2.526-19.931v-47.559h-16.178v-36.688h16.178V339.05h37.017v45.226h24.914v36.688h-24.914v39.003c0%201.886.076%203.731.225%205.484.104%201.22.388%202.245.87%203.136.205.378.6.941%201.678%201.491.574.295%201.947.778%204.846.778h17.295v36.688H412.44z%22%2F%3E%3Cpath%20d%3D%22M412.602%20344.05v45.226h24.914v26.688h-24.914v44.003c0%202.037.081%204.008.243%205.908.162%201.903.647%203.6%201.456%205.093.809%201.496%202.075%202.684%203.802%203.564%201.724.886%204.098%201.324%207.118%201.324h12.295v26.688H412.44c-3.453%200-6.77-.306-9.949-.917-3.183-.611-6.041-2.103-8.575-4.481-2.535-2.375-4.557-5.806-6.066-10.288-1.512-4.481-2.265-10.593-2.265-18.335v-52.559h-16.178v-26.688h16.178V344.05h27.017m10-10h-47.017v45.226h-16.178v46.688h16.178v42.559c0%208.924.913%2015.968%202.79%2021.532%202.033%206.041%204.963%2010.884%208.705%2014.389%203.913%203.674%208.466%206.032%2013.525%207.004%203.784.727%207.767%201.096%2011.836%201.096h35.076v-46.688h-22.295c-1.2%200-1.932-.103-2.314-.181-.052-.226-.081-.457-.098-.647-.137-1.614-.207-3.316-.207-5.061v-34.003h24.914v-46.688h-24.914V334.05h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M570.06%20507.543l-33.937-78.65v78.65h-41.061V339.05h46.46l34.106%2078.569V339.05h41.062v168.493%22%2F%3E%3Cpath%20d%3D%22M611.69%20344.05v158.493h-38.342l-41.578-96.358h-.647v96.358h-31.062V344.05h38.181l41.739%2096.155h.647V344.05h31.062m10-10h-51.062v59.495l-23.213-53.477-2.612-6.018h-54.742v178.493h51.062v-59.442l23.043%2053.403%202.605%206.038h54.918V334.05h.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M670.09%20509.784c-7.977%200-15.306-1.403-21.782-4.172-6.584-2.812-12.275-7.049-16.915-12.593-4.558-5.438-8.115-12.226-10.569-20.17-2.402-7.779-3.62-16.844-3.62-26.94s1.218-19.161%203.62-26.94c2.453-7.939%206.01-14.726%2010.571-20.172%204.637-5.538%2010.327-9.774%2016.912-12.591%206.478-2.769%2013.807-4.172%2021.783-4.172%207.974%200%2015.303%201.403%2021.782%204.172%206.583%202.816%2012.273%207.052%2016.914%2012.59%204.565%205.455%208.121%2012.241%2010.57%2020.173%202.402%207.778%203.621%2016.842%203.621%2026.94s-1.219%2019.162-3.621%2026.94c-2.451%207.937-6.007%2014.724-10.569%2020.171-4.643%205.544-10.334%209.781-16.915%2012.592-6.479%202.769-13.809%204.172-21.782%204.172zm0-90.655c-2.996%200-5.409.503-7.172%201.496-1.689.95-3%202.349-4.01%204.277-1.192%202.281-2.054%205.145-2.559%208.508-.554%203.674-.835%207.877-.835%2012.499%200%204.625.281%208.829.835%2012.495.505%203.37%201.366%206.232%202.559%208.513%201.008%201.928%202.318%203.325%204.007%204.274%201.766.995%204.179%201.498%207.175%201.498%202.995%200%205.409-.504%207.176-1.497%201.688-.951%203-2.35%204.006-4.273%201.19-2.275%202.052-5.139%202.56-8.513.554-3.68.835-7.884.835-12.497%200-4.609-.281-8.814-.835-12.497-.508-3.37-1.37-6.235-2.561-8.514-1.007-1.923-2.318-3.322-4.007-4.273-1.765-.992-4.179-1.496-7.174-1.496z%22%2F%3E%3Cpath%20d%3D%22M670.09%20387.034c7.334%200%2013.939%201.258%2019.818%203.77%205.877%202.515%2010.892%206.248%2015.045%2011.204%204.151%204.959%207.361%2011.103%209.626%2018.437%202.266%207.334%203.398%2015.823%203.398%2025.465%200%209.645-1.133%2018.131-3.398%2025.465-2.264%207.334-5.475%2013.48-9.626%2018.437-4.153%204.959-9.168%208.693-15.045%2011.204-5.88%202.512-12.484%203.77-19.818%203.77-7.335%200-13.941-1.258-19.818-3.77-5.88-2.511-10.895-6.245-15.045-11.204-4.154-4.956-7.361-11.103-9.627-18.437-2.265-7.334-3.397-15.82-3.397-25.465%200-9.642%201.133-18.131%203.397-25.465%202.265-7.334%205.473-13.478%209.627-18.437%204.15-4.956%209.165-8.689%2015.045-11.204%205.877-2.512%2012.483-3.77%2019.818-3.77m0%2090.655c3.883%200%207.091-.713%209.627-2.14%202.532-1.426%204.529-3.529%205.985-6.314%201.456-2.782%202.479-6.144%203.074-10.084.592-3.938.89-8.353.89-13.242s-.298-9.301-.89-13.241c-.594-3.938-1.617-7.299-3.074-10.085-1.456-2.781-3.453-4.889-5.985-6.314-2.536-1.427-5.744-2.14-9.627-2.14-3.882%200-7.093.713-9.626%202.14-2.535%201.426-4.53%203.533-5.985%206.314-1.456%202.786-2.482%206.147-3.074%2010.085-.594%203.94-.89%208.352-.89%2013.241s.296%209.305.89%2013.242c.591%203.94%201.617%207.302%203.074%2010.084%201.455%202.785%203.45%204.889%205.985%206.314%202.533%201.428%205.744%202.14%209.626%202.14m0-100.655c-8.656%200-16.646%201.539-23.748%204.574-7.316%203.129-13.635%207.832-18.782%2013.98-4.991%205.958-8.865%2013.329-11.514%2021.905-2.55%208.258-3.843%2017.819-3.843%2028.416s1.293%2020.158%203.842%2028.415c2.651%208.583%206.526%2015.954%2011.517%2021.91%205.145%206.149%2011.466%2010.853%2018.782%2013.977%207.099%203.034%2015.088%204.573%2023.745%204.573%208.653%200%2016.643-1.539%2023.747-4.573%207.312-3.124%2013.631-7.827%2018.784-13.98%204.992-5.961%208.866-13.331%2011.514-21.907%202.55-8.255%203.843-17.816%203.843-28.415s-1.293-20.16-3.844-28.416c-2.646-8.568-6.519-15.938-11.512-21.904-5.153-6.15-11.47-10.852-18.78-13.979-7.108-3.037-15.098-4.576-23.751-4.576zm0%2090.655c-2.788%200-4.153-.534-4.719-.853-.572-.322-1.314-.863-2.029-2.232-.938-1.791-1.625-4.123-2.048-6.937-.518-3.431-.78-7.384-.78-11.758%200-4.371.262-8.324.779-11.75.423-2.819%201.112-5.153%202.048-6.944.725-1.386%201.503-1.937%202.025-2.23.571-.322%201.936-.856%204.724-.856%202.787%200%204.156.536%204.724.855.52.293%201.3.846%202.029%202.237.93%201.779%201.619%204.115%202.045%206.939.516%203.435.778%207.389.778%2011.749%200%204.363-.262%208.318-.779%2011.755-.425%202.821-1.113%205.155-2.045%206.934-.719%201.375-1.463%201.918-2.032%202.238-.564.318-1.933.853-4.72.853z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M750.293%20507.543l-41.198-123.268h41.231l17.238%2057.084%2017.238-57.084h41.232l-41.198%20123.268%22%2F%3E%3Cpath%20d%3D%22M819.091%20389.275l-37.856%20113.268h-27.341l-37.856-113.268h30.576l20.547%2068.042h.808l20.547-68.042h30.575m13.886-10h-51.888l-2.147%207.109-11.378%2037.678-11.378-37.678-2.147-7.109h-51.888l4.402%2013.17%2037.856%20113.268%202.283%206.83h41.745l2.283-6.83%2037.856-113.268%204.401-13.17z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M861.963%20507.543c-15.128%200-27.141-5.468-35.705-16.253-8.288-10.436-12.49-25.704-12.49-45.381s4.202-34.945%2012.49-45.381c8.564-10.785%2020.577-16.253%2035.705-16.253h41.886v36.688h-38.326c-3.529%200-6.134.969-7.963%202.963-1.059%201.153-2.027%202.539-2.9%204.149h47.249v35.465h-47.264c.886%201.655%201.87%203.088%202.949%204.287%201.854%202.067%204.371%203.028%207.929%203.028h38.326v36.688h-41.886z%22%2F%3E%3Cpath%20d%3D%22M898.849%20389.275v26.688h-33.326c-4.962%200-8.845%201.527-11.648%204.583-2.806%203.056-5.016%207.232-6.633%2012.529h49.666v25.465h-49.666c1.617%205.297%203.827%209.508%206.633%2012.63%202.803%203.126%206.686%204.686%2011.648%204.686h33.326v26.688h-36.886c-13.59%200-24.186-4.787-31.79-14.362-7.604-9.574-11.406-23.663-11.406-42.272%200-18.605%203.802-32.697%2011.406-42.272%207.604-9.575%2018.2-14.362%2031.79-14.362h36.886m10-10.001h-46.886c-16.73%200-30.061%206.104-39.621%2018.144-9.007%2011.341-13.574%2027.656-13.574%2048.49s4.567%2037.149%2013.575%2048.491c9.56%2012.039%2022.891%2018.143%2039.621%2018.143h46.886v-46.688h-1.941v-39.892h1.941v-46.688h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M905.983%20339.05H943v168.493h-37.017z%22%2F%3E%3Cpath%20d%3D%22M938%20344.05v158.493h-27.017V344.05H938m10-10h-47.017v178.493H948V334.05z%22%2F%3E%3C%2Fsvg%3E");
}
.h_lightnovel {
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20960%20560%22%3E%3Cg%20fill%3D%22%23D2527F%22%3E%3Cpath%20d%3D%22M730.236%2075.27s38.453-41.34%2064.353-52.113c25.902-10.774%2091.055-12.534%2091.055-12.534v268.508s-59.218%203.079-85.119%2013.855c-25.902%2010.774-70.289%2050.796-70.289%2050.796V75.27z%22%2F%3E%3Cpath%20d%3D%22M918.28%2030.405s-10.036.29-23.733%201.264V289.69s-59.222%203.068-85.124%2013.842c-13.481%205.607-45.276%2024.404-59.908%2036.091l-7.416%2023.939s50.322-28.145%2076.223-38.919c25.902-10.774%2099.955-25.726%2099.955-25.726l.003-268.512z%22%2F%3E%3Cpath%20d%3D%22M947.946%2052.833s-7.264.216-17.8.869v255.776s-59.223%203.068-85.124%2013.842c-15.385%206.401-50.588%2019.138-65.839%2031.658l-11.865%2015.178s69.603-24.178%2095.504-34.954c25.902-10.774%2085.124-13.858%2085.124-13.858V52.833zM707.666%2075.27s-38.453-41.34-64.354-52.113c-25.902-10.774-91.055-12.534-91.055-12.534v268.508s59.218%203.079%2085.12%2013.855c25.901%2010.774%2070.288%2050.796%2070.288%2050.796l.001-268.512z%22%2F%3E%3Cpath%20d%3D%22M519.618%2030.405s10.036.29%2023.733%201.264V289.69s59.223%203.068%2085.124%2013.842c13.481%205.607%2045.276%2024.404%2059.908%2036.091l7.416%2023.939s-50.322-28.145-76.223-38.919c-25.902-10.774-99.954-25.721-99.954-25.721l-.004-268.517z%22%2F%3E%3Cpath%20d%3D%22M489.954%2052.833s7.263.216%2017.799.869v255.776s59.223%203.068%2085.124%2013.842c15.386%206.401%2050.589%2019.138%2065.839%2031.658l11.866%2015.178s-69.603-24.178-95.505-34.954c-25.896-10.77-85.119-13.853-85.119-13.853l-.004-268.516z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23D2527F%22%20stroke%3D%22%23D2527F%22%20stroke-width%3D%22.25%22%20stroke-miterlimit%3D%2210%22%20d%3D%22M16.307%20158.709h27.876v63.654h37.169v-63.654h27.877v160.268H81.353v-63.654H44.184v63.654H16.307V158.709zm174.227%20133.282v26.986H157.43c-12.196%200-21.706-4.841-28.53-14.523-6.824-9.682-10.236-23.928-10.236-42.745%200-18.813%203.412-33.063%2010.236-42.745%206.824-9.682%2016.334-14.523%2028.53-14.523h33.104v26.986h-29.909c-4.453%200-7.938%201.545-10.454%204.635-2.518%203.09-4.501%207.313-5.953%2012.669h44.573v25.75h-44.573c1.452%205.356%203.435%209.614%205.953%2012.772%202.516%203.16%206%204.737%2010.454%204.737h29.909zm69.619-85.283c3.049%201.513%205.808%203.708%208.276%206.592%202.468%202.884%204.501%206.524%206.098%2010.918%201.597%204.396%202.396%209.476%202.396%2015.244v79.516h-24.247v-73.954c0-4.255-.871-7.313-2.613-9.167s-3.68-2.781-5.808-2.781H225.67v85.902h-24.247V204.441h49.8c2.904%200%205.881.757%208.93%202.267zm61.923%20112.27c-3.099%200-6.075-.309-8.929-.927-2.856-.618-5.422-2.128-7.695-4.532-2.275-2.401-4.09-5.871-5.444-10.403-1.357-4.531-2.033-10.712-2.033-18.54v-53.147h-14.519v-26.986h14.519v-45.732h24.247v45.732h22.359v26.986h-22.359v44.496c0%202.06.073%204.053.218%205.974.146%201.925.581%203.641%201.307%205.15.726%201.513%201.862%202.713%203.412%203.604%201.547.895%203.678%201.339%206.389%201.339h11.034v26.986h-22.506zm35.425-114.537h45.88c3.194%200%206.509.653%209.946%201.957%203.435%201.307%206.581%203.573%209.438%206.798%202.854%203.228%205.202%207.554%207.042%2012.978%201.838%205.427%202.759%2012.189%202.759%2020.291v72.512h-55.172c-8.421%200-14.787-3.226-19.093-9.682-4.308-6.454-6.461-14.9-6.461-25.338%200-10.574%202.153-19.088%206.461-25.544%204.306-6.454%2010.671-9.682%2019.093-9.682h30.925c0-2.06-.17-4.12-.508-6.18-.34-2.06-.944-3.914-1.815-5.562-.871-1.648-2.058-2.987-3.557-4.017-1.502-1.03-3.412-1.545-5.735-1.545h-39.202v-26.986zm50.817%2070.04h-24.537c-1.938%200-3.702.55-5.299%201.648-1.597%201.101-2.396%203.502-2.396%207.21%200%203.572.774%205.906%202.323%207.004%201.547%201.101%203.339%201.647%205.372%201.647h24.537v-17.509zm37.313-81.575v-27.398h24.247v27.398h-24.247zm0%20126.072V204.441h24.247v114.536h-24.247z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M68.824%20507.543c-7.033%200-13.586-1.306-19.476-3.882-5.993-2.616-11.222-6.624-15.539-11.91-4.233-5.18-7.564-11.797-9.9-19.667-2.284-7.686-3.442-16.767-3.442-26.989V339.05h41.062v102.581c0%203.164.314%206.194.934%209.008.574%202.618%201.526%204.997%202.831%207.077%201.166%201.859%202.703%203.289%204.701%204.374%201.998%201.086%204.65%201.636%207.889%201.636h39.621v43.817H68.824z%22%2F%3E%3Cpath%20d%3D%22M56.528%20344.05v97.581c0%203.533.349%206.895%201.052%2010.084.7%203.193%201.861%206.08%203.478%208.658%201.618%202.582%203.802%204.619%206.552%206.111%202.75%201.496%206.173%202.241%2010.273%202.241h34.621v33.817H68.823c-6.365%200-12.189-1.152-17.472-3.463-5.285-2.308-9.843-5.807-13.67-10.492-3.83-4.686-6.823-10.66-8.979-17.927-2.159-7.264-3.236-15.788-3.236-25.566V344.05h31.062m10-10H15.466v111.045c0%2010.706%201.228%2020.266%203.65%2028.415%202.523%208.505%206.165%2015.709%2010.822%2021.406%204.822%205.905%2010.681%2010.39%2017.411%2013.328%206.52%202.851%2013.747%204.298%2021.474%204.298h53.681v-53.817H77.883c-2.361%200-4.261-.355-5.495-1.026-1.248-.677-2.153-1.513-2.857-2.637-1.015-1.618-1.729-3.412-2.184-5.49-.545-2.471-.82-5.14-.82-7.942V334.05h.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M118.827%20507.543V384.275h37.017v123.268h-37.017zm0-124.676v-37.095h37.017v37.095h-37.017z%22%2F%3E%3Cpath%20d%3D%22M150.844%20350.772v27.095h-27.017v-27.095h27.017m0%2038.503v113.268h-27.017V389.275h27.017m10-48.503h-47.017v171.771h47.017V340.772z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M167.846%20552.769v-36.688h51.916c1.048%200%202.064-.102%203.022-.302.099-.021.329-.069.692-.475.154-.173.711-.903%201.251-2.878.24-.883.516-2.396.642-4.884h-19.197c-15.128%200-27.141-5.468-35.706-16.253-8.287-10.436-12.489-25.704-12.489-45.381s4.202-34.945%2012.489-45.381c8.564-10.785%2020.578-16.253%2035.706-16.253h56.284v118.268c0%208.19-.943%2015.463-2.802%2021.614-1.907%206.299-4.576%2011.599-7.935%2015.754-3.443%204.254-7.559%207.5-12.234%209.65-4.635%202.128-9.637%203.207-14.87%203.207h-56.769zm41.886-130.176c-1.768%200-3.385.35-4.944%201.068-1.438.662-2.78%201.819-3.991%203.441-1.338%201.791-2.422%204.203-3.224%207.173-.851%203.158-1.283%207.073-1.283%2011.634%200%204.689.43%208.631%201.277%2011.713.8%202.912%201.886%205.297%203.227%207.089%201.213%201.626%202.555%202.783%203.993%203.446%201.562.72%203.179%201.069%204.946%201.069h15.708v-46.634h-15.709z%22%2F%3E%3Cpath%20d%3D%22M257.457%20389.275v113.268c0%207.741-.864%2014.464-2.588%2020.168-1.726%205.704-4.073%2010.39-7.037%2014.057-2.968%203.667-6.446%206.417-10.435%208.251-3.991%201.833-8.251%202.75-12.781%202.75h-51.77v-26.688h46.916c1.401%200%202.75-.137%204.045-.407%201.294-.273%202.427-.951%203.397-2.037.971-1.089%201.752-2.719%202.346-4.89.591-2.174.889-5.229.889-9.167v-2.037h-24.267c-13.589%200-24.186-4.787-31.79-14.362-7.603-9.574-11.405-23.663-11.405-42.271%200-18.605%203.802-32.697%2011.405-42.272%207.604-9.575%2018.201-14.362%2031.79-14.362h51.285m-47.725%2084.951h20.708v-56.634h-20.708c-2.482%200-4.828.509-7.037%201.527-2.212%201.019-4.181%202.684-5.905%204.991-1.727%202.311-3.074%205.265-4.045%208.861-.971%203.601-1.456%207.914-1.456%2012.937%200%205.163.486%209.508%201.456%2013.038.971%203.533%202.318%206.452%204.045%208.76%201.724%202.311%203.693%203.973%205.905%204.991%202.209%201.019%204.555%201.529%207.037%201.529m57.725-94.952h-61.284c-16.73%200-30.061%206.104-39.621%2018.144-9.007%2011.342-13.574%2027.656-13.574%2048.49%200%2020.834%204.567%2037.148%2013.574%2048.49%206.856%208.633%2015.65%2014.214%2026.246%2016.681h-29.952v46.688h61.77c5.958%200%2011.662-1.232%2016.954-3.662%205.385-2.476%2010.105-6.192%2014.035-11.048%203.77-4.663%206.741-10.533%208.835-17.451%202.003-6.625%203.017-14.384%203.017-23.065V379.275zm-57.725%2084.952c-1.043%200-1.948-.194-2.851-.61-.675-.311-1.372-.946-2.076-1.889-.974-1.302-1.784-3.124-2.417-5.429-.73-2.654-1.099-6.148-1.099-10.389%200-4.121.374-7.597%201.112-10.334.635-2.353%201.442-4.197%202.399-5.477.709-.95%201.408-1.586%202.078-1.895.905-.417%201.81-.61%202.854-.61h10.708v36.634h-10.708v-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M326.874%20507.543v-78.135c0-2.333-.515-4.078-1.574-5.335-.887-1.05-1.75-1.48-2.971-1.48h-18.296v84.95h-37.017V339.05h37.017v45.226h24.606c4.296%200%208.631.878%2012.886%202.61%204.287%201.75%208.117%204.32%2011.386%207.643%203.25%203.308%205.92%207.481%207.938%2012.408%202.019%204.933%203.042%2010.642%203.042%2016.971v83.636h-37.017z%22%2F%3E%3Cpath%20d%3D%22M299.032%20344.05v45.226h29.606c3.665%200%207.333.748%2011.001%202.241%203.665%201.496%206.901%203.667%209.707%206.519%202.803%202.853%205.096%206.452%206.876%2010.797%201.78%204.349%202.669%209.371%202.669%2015.075v78.636h-27.017v-73.135c0-3.53-.918-6.382-2.75-8.557-1.835-2.171-4.1-3.259-6.795-3.259h-23.296v84.95h-27.017V344.05h27.016m10-10h-47.017v178.493h47.017v-84.95h12.603c.127.344.238.943.238%201.815v83.135h47.017v-88.636c0-6.981-1.149-13.327-3.414-18.863-2.266-5.533-5.293-10.248-8.998-14.018-3.753-3.814-8.145-6.762-13.061-8.768-4.865-1.98-9.835-2.983-14.78-2.983h-19.606V334.05h.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M412.44%20507.543c-3.753%200-7.418-.339-10.893-1.007-4.114-.79-7.833-2.724-11.053-5.746-3.128-2.931-5.614-7.083-7.383-12.338-1.699-5.038-2.526-11.559-2.526-19.931v-47.559h-16.178v-36.688h16.178V339.05h37.017v45.226h24.914v36.688h-24.914v39.003c0%201.886.076%203.731.225%205.484.104%201.22.388%202.245.87%203.136.205.378.6.941%201.678%201.491.574.295%201.947.778%204.846.778h17.295v36.688H412.44z%22%2F%3E%3Cpath%20d%3D%22M412.602%20344.05v45.226h24.914v26.688h-24.914v44.003c0%202.037.081%204.008.243%205.908.162%201.903.647%203.6%201.456%205.093.809%201.496%202.075%202.684%203.802%203.564%201.724.886%204.098%201.324%207.118%201.324h12.295v26.688H412.44c-3.453%200-6.77-.306-9.949-.917-3.183-.611-6.041-2.103-8.575-4.481-2.535-2.375-4.557-5.806-6.066-10.288-1.512-4.481-2.265-10.593-2.265-18.335v-52.559h-16.178v-26.688h16.178V344.05h27.017m10-10h-47.017v45.226h-16.178v46.688h16.178v42.559c0%208.924.913%2015.968%202.79%2021.532%202.033%206.041%204.963%2010.884%208.705%2014.389%203.913%203.674%208.466%206.032%2013.525%207.004%203.784.727%207.767%201.096%2011.836%201.096h35.076v-46.688h-22.295c-1.2%200-1.932-.103-2.314-.181-.052-.226-.081-.457-.098-.647-.137-1.614-.207-3.316-.207-5.061v-34.003h24.914v-46.688h-24.914V334.05h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M570.06%20507.543l-33.937-78.65v78.65h-41.061V339.05h46.46l34.106%2078.569V339.05h41.062v168.493%22%2F%3E%3Cpath%20d%3D%22M611.69%20344.05v158.493h-38.342l-41.578-96.358h-.647v96.358h-31.062V344.05h38.181l41.739%2096.155h.647V344.05h31.062m10-10h-51.062v59.495l-23.213-53.477-2.612-6.018h-54.742v178.493h51.062v-59.442l23.043%2053.403%202.605%206.038h54.918V334.05h.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M670.09%20509.784c-7.977%200-15.306-1.403-21.782-4.172-6.584-2.812-12.275-7.049-16.915-12.593-4.558-5.438-8.115-12.226-10.569-20.17-2.402-7.779-3.62-16.844-3.62-26.94s1.218-19.161%203.62-26.94c2.453-7.939%206.01-14.726%2010.571-20.172%204.637-5.538%2010.327-9.774%2016.912-12.591%206.478-2.769%2013.807-4.172%2021.783-4.172%207.974%200%2015.303%201.403%2021.782%204.172%206.583%202.816%2012.273%207.052%2016.914%2012.59%204.565%205.455%208.121%2012.241%2010.57%2020.173%202.402%207.778%203.621%2016.842%203.621%2026.94s-1.219%2019.162-3.621%2026.94c-2.451%207.937-6.007%2014.724-10.569%2020.171-4.643%205.544-10.334%209.781-16.915%2012.592-6.479%202.769-13.809%204.172-21.782%204.172zm0-90.655c-2.996%200-5.409.503-7.172%201.496-1.689.95-3%202.349-4.01%204.277-1.192%202.281-2.054%205.145-2.559%208.508-.554%203.674-.835%207.877-.835%2012.499%200%204.625.281%208.829.835%2012.495.505%203.37%201.366%206.232%202.559%208.513%201.008%201.928%202.318%203.325%204.007%204.274%201.766.995%204.179%201.498%207.175%201.498%202.995%200%205.409-.504%207.176-1.497%201.688-.951%203-2.35%204.006-4.273%201.19-2.275%202.052-5.139%202.56-8.513.554-3.68.835-7.884.835-12.497%200-4.609-.281-8.814-.835-12.497-.508-3.37-1.37-6.235-2.561-8.514-1.007-1.923-2.318-3.322-4.007-4.273-1.765-.992-4.179-1.496-7.174-1.496z%22%2F%3E%3Cpath%20d%3D%22M670.09%20387.034c7.334%200%2013.939%201.258%2019.818%203.77%205.877%202.515%2010.892%206.248%2015.045%2011.204%204.151%204.959%207.361%2011.103%209.626%2018.437%202.266%207.334%203.398%2015.823%203.398%2025.465%200%209.645-1.133%2018.131-3.398%2025.465-2.264%207.334-5.475%2013.48-9.626%2018.437-4.153%204.959-9.168%208.693-15.045%2011.204-5.88%202.512-12.484%203.77-19.818%203.77-7.335%200-13.941-1.258-19.818-3.77-5.88-2.511-10.895-6.245-15.045-11.204-4.154-4.956-7.361-11.103-9.627-18.437-2.265-7.334-3.397-15.82-3.397-25.465%200-9.642%201.133-18.131%203.397-25.465%202.265-7.334%205.473-13.478%209.627-18.437%204.15-4.956%209.165-8.689%2015.045-11.204%205.877-2.512%2012.483-3.77%2019.818-3.77m0%2090.655c3.883%200%207.091-.713%209.627-2.14%202.532-1.426%204.529-3.529%205.985-6.314%201.456-2.782%202.479-6.144%203.074-10.084.592-3.938.89-8.353.89-13.242s-.298-9.301-.89-13.241c-.594-3.938-1.617-7.299-3.074-10.085-1.456-2.781-3.453-4.889-5.985-6.314-2.536-1.427-5.744-2.14-9.627-2.14-3.882%200-7.093.713-9.626%202.14-2.535%201.426-4.53%203.533-5.985%206.314-1.456%202.786-2.482%206.147-3.074%2010.085-.594%203.94-.89%208.352-.89%2013.241s.296%209.305.89%2013.242c.591%203.94%201.617%207.302%203.074%2010.084%201.455%202.785%203.45%204.889%205.985%206.314%202.533%201.428%205.744%202.14%209.626%202.14m0-100.655c-8.656%200-16.646%201.539-23.748%204.574-7.316%203.129-13.635%207.832-18.782%2013.98-4.991%205.958-8.865%2013.329-11.514%2021.905-2.55%208.258-3.843%2017.819-3.843%2028.416s1.293%2020.158%203.842%2028.415c2.651%208.583%206.526%2015.954%2011.517%2021.91%205.145%206.149%2011.466%2010.853%2018.782%2013.977%207.099%203.034%2015.088%204.573%2023.745%204.573%208.653%200%2016.643-1.539%2023.747-4.573%207.312-3.124%2013.631-7.827%2018.784-13.98%204.992-5.961%208.866-13.331%2011.514-21.907%202.55-8.255%203.843-17.816%203.843-28.415s-1.293-20.16-3.844-28.416c-2.646-8.568-6.519-15.938-11.512-21.904-5.153-6.15-11.47-10.852-18.78-13.979-7.108-3.037-15.098-4.576-23.751-4.576zm0%2090.655c-2.788%200-4.153-.534-4.719-.853-.572-.322-1.314-.863-2.029-2.232-.938-1.791-1.625-4.123-2.048-6.937-.518-3.431-.78-7.384-.78-11.758%200-4.371.262-8.324.779-11.75.423-2.819%201.112-5.153%202.048-6.944.725-1.386%201.503-1.937%202.025-2.23.571-.322%201.936-.856%204.724-.856%202.787%200%204.156.536%204.724.855.52.293%201.3.846%202.029%202.237.93%201.779%201.619%204.115%202.045%206.939.516%203.435.778%207.389.778%2011.749%200%204.363-.262%208.318-.779%2011.755-.425%202.821-1.113%205.155-2.045%206.934-.719%201.375-1.463%201.918-2.032%202.238-.564.318-1.933.853-4.72.853z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M750.293%20507.543l-41.198-123.268h41.231l17.238%2057.084%2017.238-57.084h41.232l-41.198%20123.268%22%2F%3E%3Cpath%20d%3D%22M819.091%20389.275l-37.856%20113.268h-27.341l-37.856-113.268h30.576l20.547%2068.042h.808l20.547-68.042h30.575m13.886-10h-51.888l-2.147%207.109-11.378%2037.678-11.378-37.678-2.147-7.109h-51.888l4.402%2013.17%2037.856%20113.268%202.283%206.83h41.745l2.283-6.83%2037.856-113.268%204.401-13.17z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M861.963%20507.543c-15.128%200-27.141-5.468-35.705-16.253-8.288-10.436-12.49-25.704-12.49-45.381s4.202-34.945%2012.49-45.381c8.564-10.785%2020.577-16.253%2035.705-16.253h41.886v36.688h-38.326c-3.529%200-6.134.969-7.963%202.963-1.059%201.153-2.027%202.539-2.9%204.149h47.249v35.465h-47.264c.886%201.655%201.87%203.088%202.949%204.287%201.854%202.067%204.371%203.028%207.929%203.028h38.326v36.688h-41.886z%22%2F%3E%3Cpath%20d%3D%22M898.849%20389.275v26.688h-33.326c-4.962%200-8.845%201.527-11.648%204.583-2.806%203.056-5.016%207.232-6.633%2012.529h49.666v25.465h-49.666c1.617%205.297%203.827%209.508%206.633%2012.63%202.803%203.126%206.686%204.686%2011.648%204.686h33.326v26.688h-36.886c-13.59%200-24.186-4.787-31.79-14.362-7.604-9.574-11.406-23.663-11.406-42.272%200-18.605%203.802-32.697%2011.406-42.272%207.604-9.575%2018.2-14.362%2031.79-14.362h36.886m10-10.001h-46.886c-16.73%200-30.061%206.104-39.621%2018.144-9.007%2011.341-13.574%2027.656-13.574%2048.49s4.567%2037.149%2013.575%2048.491c9.56%2012.039%2022.891%2018.143%2039.621%2018.143h46.886v-46.688h-1.941v-39.892h1.941v-46.688h-.001z%22%2F%3E%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M905.983%20339.05H943v168.493h-37.017z%22%2F%3E%3Cpath%20d%3D%22M938%20344.05v158.493h-27.017V344.05H938m10-10h-47.017v178.493H948V334.05z%22%2F%3E%3C%2Fsvg%3E");
}


/*
	settings.php
	warning about a note filed not followed
*/

#settingsForm div.note.warn1{
	border: 1px solid red;
}
#settingsForm div.note.warn2{
	border: 2px solid red;
}
#settingsForm div.note.warn3{
	border: 5px dashed red;
}
#settingsForm div.note.warn3,
#settingsForm div.note.warn3 *{
	color: red;
}
#settingsForm div.note.warn4{
	border: 7px dashed red;
}
#settingsForm div.note.warn4,
#settingsForm div.note.warn4 *{
	color: red;
	font-size: 13px;
}
#settingsForm div.note.warn5{
	border: 7px dotted red;
}
#settingsForm div.note.warn5,
#settingsForm div.note.warn5 *{
	color: red;
	background-color: white;
	font-size: 15px;
	font-weight: bold;
}


/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 90;
        width: 100%;
        height: 500px;
        background-color: #000000;
}
#jquery-lightbox {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 100;
        text-align: center;
        line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
        position: relative;
        background-color: #000000;
        width: 250px;
        height: 250px;
        margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
        position: absolute;
        top: 40%;
        left: 0%;
        height: 25%;
        width: 100%;
        text-align: center;
        line-height: 0;
}
#lightbox-nav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
        width: 49%;
        height: 100%;
        zoom: 1;
        display: block;
}
#lightbox-nav-btnPrev {
        left: 0;
        float: left;
}
#lightbox-nav-btnNext {
        right: 0;
        float: right;
}
#lightbox-container-image-data-box {
        font: 10px Verdana, Helvetica, sans-serif;
        background-color: #000000;
        margin: 0 auto;
        line-height: 1.4em;
        overflow: auto;
        width: 100%;
        padding: 0 10px 0;
}
#lightbox-container-image-data {
        padding: 0 10px;
        color: #A067B9;
}
#lightbox-container-image-data #lightbox-image-details {
        width: 70%;
        float: left;
        text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
        display: block;
        clear: left;
        padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
        width: 66px;
        float: right;
        padding-bottom: 0.7em;
}

.login input, .login button { display: block; margin-bottom: 10px; font-size: 120%; padding: 4px; }

.seeder_text { color: #00cc00; }
.leecher_text { color: #cc0000; }

.maintenance-mode-notification { background: #ffff00; position: absolute; top: 0; left: 400px; padding: 5px 10px; }
.readonly-mode-notification {
	background: #f00;
	position: absolute;
	top:0;
	padding: 3px 0;
	color: white;
	font-weight: bold;
	font-size: 19px;
	width: 100%;
	text-align: center;
}



.description_title_icon{
	display: inline-block;
}

.description_title {
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	line-height: 1.3em;
	font-weight: bold;
	display: inline-block;
}

.description_title span {
	display: inline-block;
	margin-right: 6px;
	vertical-align: top;
}
.description_title .tags {
	line-height: 1.4em;
	font-size: 0.6em;
	font-weight: normal;
}

.torrent-message { margin: 0; padding: 0; }

.details-icon { vertical-align: top; }

.offer-status { margin: 0; font-size: 1em; }
.offer-status-message { font-weight: normal; }

#url-notice {
	display: none;
	position: absolute;
	box-shadow: 0 0 20px 0 #aaa;
	background-color: #eee;
	padding: 0 15px;
	width: 500px;
	margin-top: 50px;
	opacity: 0;
	transition-property: margin-top, opacity;
	transition-duration: .25s;
	font-size: 1.1em;
}
#url-notice h3 {
	font-size: 15px;
	padding: 0;
	margin: 0 0 10px 0;
}
#url-notice-url {
}
#url-notice-img {
	display: none;
	height: 16px;
	width: 16px;
	vertical-align: top;
	margin-top: 2px;
	margin-right: 4px;
}
#url-notice-mask {
	display: none;
	position: absolute;
	background: #fff;
	opacity: .8;
}
#url-notice-cancel {
	position: absolute;
	top: -5px;
	right: 7px;
	font-size: 3em;
	text-decoration: none;
	color: #000;
}
#url-notice-cancel:hover {
	color: #555;
}
#url-notice .message { width: 430px; }
#url-notice .small { font-size: .8em; }
#url-notice .not-on-whitelist,
#url-notice .on-whitelist { display: none; }
#url-notice.on-whitelist .on-whitelist { display: block; }
#url-notice.not-on-whitelist .not-on-whitelist { display: block; }

#url-notice.animation {
	margin-top: 0;
	opacity: 1;
}

/****** INVITATIONS ********/

.invitationGeneration{
	margin-bottom: 10px;
}

table.userInvitations {
	padding: 0;
	width: 100%;
	font-size: 1.1em;
	border-collapse: collapse;
}
table.userInvitations tr:nth-child(2n){
	background-color: #f4e8ff;
}
table.userInvitations tr td{
	padding: 5px 7px;
}

table.userInvitations tr td:nth-child(1),
table.userInvitations tr td:nth-child(2),
table.userInvitations tr td:nth-child(4){
	width: 65px;
}
table.userInvitations tr.noResults td{
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
table.userInvitations tr.pendingClaimer + tr.claimed{
	border-top: 2px solid black;
}

table.userInvitations.onlyPersonal tr.modInvite{
	display:none;
}

.invitationCode{
	width:100%;
	background: transparent;
	border: none;
}

.successGreen{
	background-color: #0be60b;
}

table.singleLineData > tbody > tr > td,
table > tbody.singleLineData > tr > td,
table > tbody > tr.singleLineData  > td,
table > tbody > tr > td.singleLineData{
	display: flex;
}


.download_link {
	border: 2px solid #ffffff;
	border-radius: 3px;
	box-shadow: 1px 1px 4px #555;
	text-decoration: none;
	display: inline-block;
	width: 500px;
	margin: 5px 0;
	padding-left: 30px;
	background: #517B27 no-repeat 7px center url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M512 576l256-256h-192v-256h-128v256h-192zM744.726 471.272l-71.74 71.742 260.080 96.986-421.066 157.018-421.066-157.018 260.080-96.986-71.742-71.742-279.272 104.728v256l512 192 512-192v-256z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.download_link .text {
	color: #fff;
	display: inline-block;
	max-width: 445px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	vertical-align: top;
	margin-left: 4px;
}
.download_link .size {
	color: #c4f673;
	display: inline-block;
}
.download_link span.infohash {
	color: #c4f673; font-size: 0.8em; display: block; margin-left: 4px; margin-bottom: 1px;
}
.download_link_text {
	display: inline-block;
	width: 24px;
	height: 35px;
	vertical-align: top;
	margin: 5px;
	background: no-repeat center url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M917.806 229.076c-22.212-30.292-53.174-65.7-87.178-99.704s-69.412-64.964-99.704-87.178c-51.574-37.82-76.592-42.194-90.924-42.194h-496c-44.112 0-80 35.888-80 80v864c0 44.112 35.888 80 80 80h736c44.112 0 80-35.888 80-80v-624c0-14.332-4.372-39.35-42.194-90.924zM785.374 174.626c30.7 30.7 54.8 58.398 72.58 81.374h-153.954v-153.946c22.984 17.78 50.678 41.878 81.374 72.572zM896 944c0 8.672-7.328 16-16 16h-736c-8.672 0-16-7.328-16-16v-864c0-8.672 7.328-16 16-16 0 0 495.956-0.002 496 0v224c0 17.672 14.326 32 32 32h224v624z%22%20fill%3D%22%230099cc%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M736 832h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z%22%20fill%3D%22%230099cc%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M736 704h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z%22%20fill%3D%22%230099cc%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M736 576h-448c-17.672 0-32-14.326-32-32s14.328-32 32-32h448c17.674 0 32 14.326 32 32s-14.326 32-32 32z%22%20fill%3D%22%230099cc%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.headerbar {
	height: 30px;
	background-color: #333;
}

.headerbar ul {
	padding: 0 5px;
	margin: 0;
	display: flex;
	align-items: baseline;
}
.headerbar ul ul {
	padding: 0;
}

.headerbar ul li {
	display: inline-block;
	list-style-type: none;
	color: #ffffff;
	position: relative;
}


.headerbar ul li a {
	text-decoration: none;
	color: #ffffff;
}
.headerbar ul li>a {
	display: inline-block;
	padding: 0 6px;
	line-height: 30px;
}

.headerbar ul li a:hover {
	background-color: #000;
}

.headerbar .login-form,
.headerbar .welcomeback {
	position: absolute;
	right: 2px;
}
.headerbar .welcomeback .username {
	font-weight: bold;
}

.headerbar .user-statistics span.upload,
.headerbar .user-statistics span.uarr { color: #00cc00; }
.headerbar .user-statistics span.download,
.headerbar .user-statistics span.darr { color: #cc0000; }
.headerbar .user-statistics span.bonus { color: #ffff88; }
.headerbar .user-statistics span.ratio,
.headerbar .user-statistics span.upload,
.headerbar .user-statistics span.download,
.headerbar .user-statistics span.active,
.headerbar .user-statistics span.bonus,
.headerbar .user-statistics span.invites { display: inline-block; width: 15px; }

/* tooltip links */

.headerbar ul li:hover ul {
	display: block;
}

.headerbar ul li ul {
	display: none;
	position: absolute;
	background-color: #333;
	list-style: none;
	top: 30px;
	z-index: 2;
	box-shadow: 0 1px 2px #555;
}
.headerbar ul li.welcomeback ul {
	right: 0;
}

.headerbar ul li ul li {
	display: block;
	white-space: nowrap;
	min-width: 100px;
}

.headerbar ul li ul li>a {
	padding: 0 10px;
	line-height: 30px;
	width: 100px;
}
.headerbar ul li ul li.user-statistics {
	margin: 6px 10px;
}

/* banner */

.banner {
	height:120px;
	background-repeat:repeat-x;
	position: relative;
}

.banner .rss {
	position: absolute;
	top: 5px;
	left: 5px;
}
.banner .search {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	background-color: #000000;
}
.banner .home {
	position: absolute;
	width: 100%;
	height: 100%;
}
.headerbar input[type=text] {
	border: none;
	color: #aaa;
	padding: 1px 1px 3px 22px;
	margin-left: 5px;
	width: 160px;
	border-bottom: 1px solid #aaa;
	outline: none;
	background: no-repeat  3px 3px url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M992.262%20871.396l-242.552-206.294c-25.074-22.566-51.89-32.926-73.552-31.926%2057.256-67.068%2091.842-154.078%2091.842-249.176%200-212.078-171.922-384-384-384-212.076%200-384%20171.922-384%20384s171.922%20384%20384%20384c95.098%200%20182.108-34.586%20249.176-91.844-1%2021.662%209.36%2048.478%2031.926%2073.552l206.294%20242.552c35.322%2039.246%2093.022%2042.554%20128.22%207.356s31.892-92.898-7.354-128.22zM384%20640c-141.384%200-256-114.616-256-256s114.616-256%20256-256%20256%20114.616%20256%20256-114.614%20256-256%20256z%22%20fill%3D%22%23aaaaaa%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.headerbar input[type=text]:hover,
.headerbar input[type=text]:focus {
	background-color: #000000;
}

.headerbar ul li ul li input[type=text] {
	width: 100px;
}

.headerbar>ul>li.random>a { background-color: #fff; color: #000; }
.headerbar>ul>li.random>a:hover { background-color: #ddd; }

.moderator-links-container { height: 25px; background-color: #fff; }
.error-links, .moderator-links { padding: 5px; color: #fff; font-weight: bold; height: 16px; position: relative; right: 0; float: right; }
.error-links a, .moderator-links a { color: #fff; font-weight: bold; }
.error-links { background-color: #f55; }
.moderator-links { background-color: #55f; }


#lootbox_page .content{
	height: 600px;
}
.lootBox{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0.01deg); /*Firefox doesn't animate well without rotating */
}
.lootBox *{
	position:relative;
}
.lootBox > *::before,
.lootBox > * > *::before,
.lootBox > * > * > *::before{
	position:absolute;
	width: 100%;
	height:100%;
	content:'';
}

.lootBox > *,
.lootBox > * > *,
.lootBox > * > * > *{
	border: 15px solid rgba(0,0,0,0);
}

.lootBox.harmless > *{
	animation: 3s cubic-bezier(.64,.43,.32,.47) alternate infinite slowUpDown;
}

.lootBox *::before{
	/* animation: 0.2s cubic-bezier(.64,.43,.32,.47) 8s alternate infinite fadeOut; */
	transition: opacity 0.1s;
	opacity:1;
}
.lootBox.harmless.fadeUnfadeBlink *::before{
	opacity:0;
}

.lootBox.harmless.fadeUnfade1sDelay.on *::before{
	opacity:0;
}
.lootBox.harmless.fadeUnfade1sDelay > * > *::before{
	transition-delay: 0.3s;
}
.lootBox.harmless.fadeUnfade1sDelay > * > * > *::before{
	transition-delay: 0.6s;
}

.lootBox .clickForPrize img{
	box-shadow: inset 0 0 30px rgb(255,215,0), 0 0 30px rgb(255,215,0);
	transition: box-shadow 0.3s;
}
.lootBox .clickForPrize:hover img{
	box-shadow: inset 0 0 160px rgb(255,215,0), 0 0 160px rgb(255,215,0);
	transition: box-shadow 2s;
}

.lootBox .outward::before{
	border: 15px solid rgba(255,165,0,1);
}

.lootBox .outward *{
	margin: 10px;
}
.lootBox .midword::before{
	border: 15px solid rgba(255,0,0,1);
}
.lootBox .innerWord::before{
	border: 15px solid rgba(0,128,0,1);
}

@keyframes slowUpDown {
  0% {
     transform: translatey(0px);
  }
  100% {
     transform: translatey(5px);
  }
}

@keyframes fadeOut {
  100% {
     opacity: 0;
  }
}

.innerWord > *{
	transform: translate(20px,20px);
}

.lootBox.lootBox.lootBox.prizeAnimate *,
.lootBox.lootBox.lootBox.prizeAnimate *::before{
	transition: transform 3s cubic-bezier(.64,.43,.32,.47), font-size 3s cubic-bezier(.64,.43,.32,.47);
}
.lootBox.lootBox.lootBox.animateGoSmall *,
.lootBox.lootBox.lootBox.animateGoSmall *::before{
	transform: scale(0,0);
}
.lootBox.lootBox.lootBox.animateGoSmall .prize{
	font-size: 0%;
}
.lootBox.lootBox.lootBox.animateGoNormal.animateGoNormal *,
.lootBox.lootBox.lootBox.animateGoNormal.animateGoNormal *::before{
	transform: scale(1,1);
}


.lootBox.lootBox.lootBox.showPrize .prize{
	display: block;
	transform: translate(10px, 15px);
}
.lootBox.lootBox.lootBox.showPrize .clickForPrize,
.lootBox.lootBox.lootBox .prize{
	display: none;
}

.lootBox .leave{
	display:block;
	margin: 0 auto 0 auto;
}


@import url("https://fonts.googleapis.com/css?family=Open+Sans:700,300,400");
@import url("https://fonts.googleapis.com/css?family=Vollkorn");

body, textarea, input, table {
	font-family: sans-serif;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 0;
}

body {
	background-color: #f8f8f8;
	color: #000000;
}

.main {
	width: 970px;
	margin: auto;
	position: relative;
}

.content {
	width: 940px;
	min-height: 400px;
	padding: 15px;
	background-color:#ffffff;
	position: relative;
	margin-bottom: 1em;
}

/* I have to use ID's else I won't be able to override the other CSS */

#tab_outer.adminMode{
	float: none;
	float: initial;
}

#tab_outer.adminMode #tab_menu{
	width: auto;
	float: none;
	float: initial;
}
#tab_outer .mod { display: none; }
#tab_outer.adminMode .mod { display: block; }

#tab_outer.adminMode #tab_menu ul li{
	display: inline-block;
}

#tab_outer.adminMode #tab_content{
	float: none;
	float: initial;
	width: initial;
}

#tab_content table.torrents td.idle,
#tab_content table.torrents td.timespent{
	white-space:normal;
	min-width: 70px;
	text-align: right;
}

#tab_outer.adminMode #tab_content table.torrents span.tags{
	display:none;
}

.changeTableMode{
	margin: 0 0 5px 0;
}

input[type=checkbox].irreverssible + .irreversibleWarn{
	opacity:0;
	color:red;
	font-weight: bold;
	display: inline-block;
	transform-origin: center left;
}
input[type=checkbox]:checked.irreverssible + .irreversibleWarn{
	opacity:1;
	transform: scale(3);
	transition: opacity 0.1s, transform 0.2s;
}



div.part { border: 1px dotted #999999; margin: 5px; padding: 5px 10px; }
div.faq ul.toc a { color: #0099cc; font-size: 110%;}

.news { float: left; width: 680px; }
.news div.comment_wrap { width: 680px; border: 0; }
.news div.comment_body { width: 570px; }

.column_B { float: left; width: 240px; margin-right: 10px; }
.column_B div.stats_out { border: 0 solid #eeeeee; }
.column_B div.stats { background-color: #ffffff; padding: 5px; margin: 0; }
.column_B div.stats a { color: inherit !important; text-decoration: none !important; }
.column_B h1, .column_B h2, .column_B h3 { color:#854C9E; font-family: Vollkorn, serif; padding: 0; }
.column_B h1 { font-size: 60px; text-align: center; line-height: 1em; margin: 0; }
.column_B h2 { font-size: 40px; text-align: center; margin: 0; }
.column_B h3 { font-size: 18px;  margin: 0; }
.column_B h3 a {text-decoration: none; }
.column_B h3 a:hover {text-decoration: underline; }
.column_B li { margin-left: 0 !important; list-style-type: none; margin: 7px 0 !important; }
.column_B div.column_B_body { background: #f6eeff; padding: 5px; margin-top: 10px; }
.column_B div.faq a { color: #ff0000; }

.column_B .torrents .title { overflow: auto; white-space: normal; display: inline; }

.column_B ul { padding: 0; }

.news .comment_body a { text-decoration: none; }
.news .comment_body a:hover { text-decoration: underline; }

.other-versions {
	float: right;
	width: 355px;
	border: 1px solid #fff;
	border-radius: 3px;
	padding: 1px 4px;
	background-color: #eee;
	margin-bottom: 5px;
}

.other-versions h3 {
	font-size: 1.1em;
	padding: 0;
	margin: 2px 0;
}

.other-versions ul {
	padding: 0;
	margin: 0;
}

.other-versions ul li {
	list-style: none;
	display: inline-block;
	width: 355px;
}

.quality-a, .quality-a a { color: #080; }
.quality-b, .quality-b a { color: #008; }
.quality-c, .quality-c a { color: #880; }
.quality-d, .quality-d a { color: #854c9e; }

.sandbox-editor {
	position: fixed;
	left: 0;
	height: 500px;
	width: 100%;
	background-color: #ffffff;
}

.iframe-pane {
	position: absolute;
	top: 0;
	right: 0;
	width: 960px;
	height: 100%;
	overflow-y: scroll;
}
.editor-pane {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 500px;
	overflow: hidden;
}
.editor-pane textarea {
	width: 500px;
	height: 500px;
	font-family: monospace;
}



.icon.hentai,
.icon.hd,
.icon.incomplete,
.icon.bonus,
.icon.freeleech,
.icon.multi,
.icon.lossless {
        width: 16px; height: 16px; margin-right: 2px;
}

.icon.hentai {
        background: no-repeat 1px 1px url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M755.188 64c-107.63 0-200.258 87.554-243.164 179-42.938-91.444-135.578-179-243.216-179-148.382 0-268.808 120.44-268.808 268.832 0 301.846 304.5 380.994 512.022 679.418 196.154-296.576 511.978-387.206 511.978-679.418 0-148.392-120.43-268.832-268.812-268.832z%22%20fill%3D%22%23333333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.icon.hd {
        background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20viewBox%3D%22-297%20389%2016%2016%22%3E%3Cstyle%3E%20%20.st0%7Bstroke%3A%23000000%3Bstroke-width%3A0.25%3Bstroke-miterlimit%3A10%3B%7D%20%3C%2Fstyle%3E%3Cpath%20d%3D%22M-296.7%20402.4v-10.8h1.7v4.3h3.4v-4.3h1.7v10.8h-1.7v-4.7h-3.4v4.7h-1.7zm15.1-7.9c-.2-.7-.5-1.3-.9-1.7-.4-.4-.8-.7-1.2-.9-.4-.2-1.1-.3-1.9-.3h-3.3v1.8h2.6c.7%200%201.2%200%201.5.1.3.1.6.3.9.5.2.3.4.6.5%201.1.1.5.2%201.1.2%201.9%200%20.8-.1%201.4-.2%201.9s-.3.8-.4%201c-.2.2-.4.4-.6.5-.3.1-.7.2-1.3.2h-1.4V395h-1.8v7.4h3.4c.7%200%201.3-.1%201.8-.3.5-.2.9-.5%201.2-.9.3-.4.6-1%20.8-1.6s.3-1.5.3-2.4c.1-1.1%200-2-.2-2.7z%22%20class%3D%22st0%22%2F%3E%3C%2Fsvg%3E");
}
.icon.incomplete {
        background: no-repeat 1px 1px url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M728.992 512c137.754-87.334 231.008-255.208 231.008-448 0-21.676-1.192-43.034-3.478-64h-889.042c-2.29 20.968-3.48 42.326-3.48 64 0 192.792 93.254 360.666 231.006 448-137.752 87.334-231.006 255.208-231.006 448 0 21.676 1.19 43.034 3.478 64h889.042c2.288-20.966 3.478-42.324 3.478-64 0.002-192.792-93.252-360.666-231.006-448zM160 960c0-186.912 80.162-345.414 224-397.708v-100.586c-143.838-52.29-224-210.792-224-397.706v0h704c0 186.914-80.162 345.416-224 397.706v100.586c143.838 52.294 224 210.796 224 397.708h-704zM619.626 669.594c-71.654-40.644-75.608-93.368-75.626-125.366v-64.228c0-31.994 3.804-84.914 75.744-125.664 38.504-22.364 71.808-56.348 97.048-98.336h-409.582c25.266 42.032 58.612 76.042 97.166 98.406 71.654 40.644 75.606 93.366 75.626 125.366v64.228c0 31.992-3.804 84.914-75.744 125.664-72.622 42.18-126.738 125.684-143.090 226.336h501.67c-16.364-100.708-70.53-184.248-143.212-226.406z%22%20fill%3D%22%23333333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.icon.bonus {
        background: none;
        overflow: hidden;
        width: 11px;
}
.icon.bonus:after {
        content: "B";
        font-size: 15px;
        font-weight: bold;
        line-height: 1em;
        margin-left: 1px;
        display: inline-block;
        color: #cc0;
}
.icon.freeleech {
        background: none;
        overflow: hidden;
        width: 11px;
}
.icon.freeleech:after {
        content: "F";
        font-size: 15px;
        font-weight: bold;
        line-height: 1em;
        margin-left: 1px;
        display: inline-block;
        color: #0d0;
}
.icon.multi {
        background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M384 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM664.348 230.526c99.852 54.158 167.652 159.898 167.652 281.474s-67.8 227.316-167.652 281.474c44.066-70.126 71.652-170.27 71.652-281.474s-27.586-211.348-71.652-281.474zM288 512c0 111.204 27.584 211.348 71.652 281.474-99.852-54.16-167.652-159.898-167.652-281.474s67.8-227.314 167.652-281.474c-44.068 70.126-71.652 170.27-71.652 281.474zM96 512c0 171.9 54.404 326.184 140.652 431.722-142.302-90.948-236.652-250.314-236.652-431.722s94.35-340.774 236.652-431.722c-86.248 105.538-140.652 259.822-140.652 431.722zM787.352 80.28c142.298 90.946 236.648 250.312 236.648 431.72s-94.35 340.774-236.648 431.72c86.244-105.536 140.648-259.82 140.648-431.72s-54.404-326.184-140.648-431.72z%22%20fill%3D%22%23333333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.icon.lossless {
        background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-265%20357%2080%2080%22%3E%3Cpath%20d%3D%22M-199.3%20393.7c0%2013-9.7%2023.7-22.2%2025.4v8.4h11.7c1.9%200%203.5%201.6%203.5%203.5s-1.6%203.5-3.5%203.5h-30.4c-1.9%200-3.5-1.6-3.5-3.5s1.6-3.5%203.5-3.5h11.7v-8.4c-12.5-1.7-22.2-12.4-22.2-25.4%200-1.9%201.6-3.5%203.5-3.5s3.5%201.6%203.5%203.5c0%2010.3%208.4%2018.7%2018.7%2018.7%2010.3%200%2018.7-8.4%2018.7-18.7%200-1.9%201.6-3.5%203.5-3.5%202%200%203.5%201.6%203.5%203.5z%22%2F%3E%3Cpath%20d%3D%22M-225%20406.6c-7.8%200-14-6.3-14-14v-18.7c0-7.8%206.3-14%2014-14%207.8%200%2014%206.3%2014%2014v18.7c0%207.7-6.2%2014-14%2014z%22%2F%3E%3C%2Fsvg%3E");
}

/* small icons */

.torrent_alt .icon.hentai,
.torrent_alt .icon.hd,
.torrent_alt .icon.incomplete,
.torrent_alt .icon.bonus,
.torrent_alt .icon.multi,
.torrent_alt .icon.lossless {
        width: 12px; height: 12px; margin-right: 1px;
        vertical-align: middle;
}
.torrent_alt .icon.hentai {
        background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M755.188 64c-107.63 0-200.258 87.554-243.164 179-42.938-91.444-135.578-179-243.216-179-148.382 0-268.808 120.44-268.808 268.832 0 301.846 304.5 380.994 512.022 679.418 196.154-296.576 511.978-387.206 511.978-679.418 0-148.392-120.43-268.832-268.812-268.832z%22%20fill%3D%22%23333333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.torrent_alt .icon.hd {
        background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20viewBox%3D%22-297%20389%2016%2016%22%3E%3Cstyle%3E%20%20.st0%7Bstroke%3A%23000000%3Bstroke-width%3A0.25%3Bstroke-miterlimit%3A10%3B%7D%20%3C%2Fstyle%3E%3Cpath%20d%3D%22M-296.7%20402.4v-10.8h1.7v4.3h3.4v-4.3h1.7v10.8h-1.7v-4.7h-3.4v4.7h-1.7zm15.1-7.9c-.2-.7-.5-1.3-.9-1.7-.4-.4-.8-.7-1.2-.9-.4-.2-1.1-.3-1.9-.3h-3.3v1.8h2.6c.7%200%201.2%200%201.5.1.3.1.6.3.9.5.2.3.4.6.5%201.1.1.5.2%201.1.2%201.9%200%20.8-.1%201.4-.2%201.9s-.3.8-.4%201c-.2.2-.4.4-.6.5-.3.1-.7.2-1.3.2h-1.4V395h-1.8v7.4h3.4c.7%200%201.3-.1%201.8-.3.5-.2.9-.5%201.2-.9.3-.4.6-1%20.8-1.6s.3-1.5.3-2.4c.1-1.1%200-2-.2-2.7z%22%20class%3D%22st0%22%2F%3E%3C%2Fsvg%3E");
}
.torrent_alt .icon.incomplete {
        background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M728.992 512c137.754-87.334 231.008-255.208 231.008-448 0-21.676-1.192-43.034-3.478-64h-889.042c-2.29 20.968-3.48 42.326-3.48 64 0 192.792 93.254 360.666 231.006 448-137.752 87.334-231.006 255.208-231.006 448 0 21.676 1.19 43.034 3.478 64h889.042c2.288-20.966 3.478-42.324 3.478-64 0.002-192.792-93.252-360.666-231.006-448zM160 960c0-186.912 80.162-345.414 224-397.708v-100.586c-143.838-52.29-224-210.792-224-397.706v0h704c0 186.914-80.162 345.416-224 397.706v100.586c143.838 52.294 224 210.796 224 397.708h-704zM619.626 669.594c-71.654-40.644-75.608-93.368-75.626-125.366v-64.228c0-31.994 3.804-84.914 75.744-125.664 38.504-22.364 71.808-56.348 97.048-98.336h-409.582c25.266 42.032 58.612 76.042 97.166 98.406 71.654 40.644 75.606 93.366 75.626 125.366v64.228c0 31.992-3.804 84.914-75.744 125.664-72.622 42.18-126.738 125.684-143.090 226.336h501.67c-16.364-100.708-70.53-184.248-143.212-226.406z%22%20fill%3D%22%23333333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.torrent_alt .icon.bonus {
        background: none;
        width: 10px;
}
.torrent_alt .icon.bonus:after {
        font-size: 12px;
        margin-left: 0;
}
.torrent_alt .icon.freeleech {
        background: none;
        width: 10px;
}
.torrent_alt .icon.freeleech:after {
        font-size: 12px;
        margin-left: 0;
}
.torrent_alt .icon.multi {
        background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M384 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM664.348 230.526c99.852 54.158 167.652 159.898 167.652 281.474s-67.8 227.316-167.652 281.474c44.066-70.126 71.652-170.27 71.652-281.474s-27.586-211.348-71.652-281.474zM288 512c0 111.204 27.584 211.348 71.652 281.474-99.852-54.16-167.652-159.898-167.652-281.474s67.8-227.314 167.652-281.474c-44.068 70.126-71.652 170.27-71.652 281.474zM96 512c0 171.9 54.404 326.184 140.652 431.722-142.302-90.948-236.652-250.314-236.652-431.722s94.35-340.774 236.652-431.722c-86.248 105.538-140.652 259.822-140.652 431.722zM787.352 80.28c142.298 90.946 236.648 250.312 236.648 431.72s-94.35 340.774-236.648 431.72c86.244-105.536 140.648-259.82 140.648-431.72s-54.404-326.184-140.648-431.72z%22%20fill%3D%22%23333333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.torrent_alt .icon.lossless {
        background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-265%20357%2080%2080%22%3E%3Cpath%20d%3D%22M-199.3%20393.7c0%2013-9.7%2023.7-22.2%2025.4v8.4h11.7c1.9%200%203.5%201.6%203.5%203.5s-1.6%203.5-3.5%203.5h-30.4c-1.9%200-3.5-1.6-3.5-3.5s1.6-3.5%203.5-3.5h11.7v-8.4c-12.5-1.7-22.2-12.4-22.2-25.4%200-1.9%201.6-3.5%203.5-3.5s3.5%201.6%203.5%203.5c0%2010.3%208.4%2018.7%2018.7%2018.7%2010.3%200%2018.7-8.4%2018.7-18.7%200-1.9%201.6-3.5%203.5-3.5%202%200%203.5%201.6%203.5%203.5z%22%2F%3E%3Cpath%20d%3D%22M-225%20406.6c-7.8%200-14-6.3-14-14v-18.7c0-7.8%206.3-14%2014-14%207.8%200%2014%206.3%2014%2014v18.7c0%207.7-6.2%2014-14%2014z%22%2F%3E%3C%2Fsvg%3E");
}

/* large icons */
h1 .icon.hentai,
h1 .icon.hd,
h1 .icon.incomplete,
h1 .icon.bonus,
h1 .icon.freeleech,
h1 .icon.multi,
h1 .icon.lossless {
        width: 24px; height: 24px; margin-right: 6px; vertical-align: middle;
}
h1 .icon.hentai {
        background: no-repeat 2px 2px url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M755.188 64c-107.63 0-200.258 87.554-243.164 179-42.938-91.444-135.578-179-243.216-179-148.382 0-268.808 120.44-268.808 268.832 0 301.846 304.5 380.994 512.022 679.418 196.154-296.576 511.978-387.206 511.978-679.418 0-148.392-120.43-268.832-268.812-268.832z%22%20fill%3D%22%23333333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
h1 .icon.hd {
        background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Layer_1%22%20viewBox%3D%22-297%20389%2016%2016%22%3E%3Cstyle%3E%20%20.st0%7Bstroke%3A%23000000%3Bstroke-width%3A0.25%3Bstroke-miterlimit%3A10%3B%7D%20%3C%2Fstyle%3E%3Cpath%20d%3D%22M-296.7%20402.4v-10.8h1.7v4.3h3.4v-4.3h1.7v10.8h-1.7v-4.7h-3.4v4.7h-1.7zm15.1-7.9c-.2-.7-.5-1.3-.9-1.7-.4-.4-.8-.7-1.2-.9-.4-.2-1.1-.3-1.9-.3h-3.3v1.8h2.6c.7%200%201.2%200%201.5.1.3.1.6.3.9.5.2.3.4.6.5%201.1.1.5.2%201.1.2%201.9%200%20.8-.1%201.4-.2%201.9s-.3.8-.4%201c-.2.2-.4.4-.6.5-.3.1-.7.2-1.3.2h-1.4V395h-1.8v7.4h3.4c.7%200%201.3-.1%201.8-.3.5-.2.9-.5%201.2-.9.3-.4.6-1%20.8-1.6s.3-1.5.3-2.4c.1-1.1%200-2-.2-2.7z%22%20class%3D%22st0%22%2F%3E%3C%2Fsvg%3E");
}
h1 .icon.incomplete {
        background: no-repeat 2px 2px url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M728.992 512c137.754-87.334 231.008-255.208 231.008-448 0-21.676-1.192-43.034-3.478-64h-889.042c-2.29 20.968-3.48 42.326-3.48 64 0 192.792 93.254 360.666 231.006 448-137.752 87.334-231.006 255.208-231.006 448 0 21.676 1.19 43.034 3.478 64h889.042c2.288-20.966 3.478-42.324 3.478-64 0.002-192.792-93.252-360.666-231.006-448zM160 960c0-186.912 80.162-345.414 224-397.708v-100.586c-143.838-52.29-224-210.792-224-397.706v0h704c0 186.914-80.162 345.416-224 397.706v100.586c143.838 52.294 224 210.796 224 397.708h-704zM619.626 669.594c-71.654-40.644-75.608-93.368-75.626-125.366v-64.228c0-31.994 3.804-84.914 75.744-125.664 38.504-22.364 71.808-56.348 97.048-98.336h-409.582c25.266 42.032 58.612 76.042 97.166 98.406 71.654 40.644 75.606 93.366 75.626 125.366v64.228c0 31.992-3.804 84.914-75.744 125.664-72.622 42.18-126.738 125.684-143.090 226.336h501.67c-16.364-100.708-70.53-184.248-143.212-226.406z%22%20fill%3D%22%23333333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
h1 .icon.bonus {
        background: none;
        width: 15px;
}
h1 .icon.bonus:after {
        font-size: 22px;
        margin-left: 0;
}
h1 .icon.freeleech {
        background: none;
        width: 15px;
}
h1 .icon.freeleech:after {
        font-size: 22px;
        margin-left: 0;
}
h1 .icon.multi {
        background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M384 512c0-70.692 57.308-128 128-128s128 57.308 128 128c0 70.692-57.308 128-128 128s-128-57.308-128-128zM664.348 230.526c99.852 54.158 167.652 159.898 167.652 281.474s-67.8 227.316-167.652 281.474c44.066-70.126 71.652-170.27 71.652-281.474s-27.586-211.348-71.652-281.474zM288 512c0 111.204 27.584 211.348 71.652 281.474-99.852-54.16-167.652-159.898-167.652-281.474s67.8-227.314 167.652-281.474c-44.068 70.126-71.652 170.27-71.652 281.474zM96 512c0 171.9 54.404 326.184 140.652 431.722-142.302-90.948-236.652-250.314-236.652-431.722s94.35-340.774 236.652-431.722c-86.248 105.538-140.652 259.822-140.652 431.722zM787.352 80.28c142.298 90.946 236.648 250.312 236.648 431.72s-94.35 340.774-236.648 431.72c86.244-105.536 140.648-259.82 140.648-431.72s-54.404-326.184-140.648-431.72z%22%20fill%3D%22%23333333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
h1 .icon.lossless {
        background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%22-265%20357%2080%2080%22%3E%3Cpath%20d%3D%22M-199.3%20393.7c0%2013-9.7%2023.7-22.2%2025.4v8.4h11.7c1.9%200%203.5%201.6%203.5%203.5s-1.6%203.5-3.5%203.5h-30.4c-1.9%200-3.5-1.6-3.5-3.5s1.6-3.5%203.5-3.5h11.7v-8.4c-12.5-1.7-22.2-12.4-22.2-25.4%200-1.9%201.6-3.5%203.5-3.5s3.5%201.6%203.5%203.5c0%2010.3%208.4%2018.7%2018.7%2018.7%2010.3%200%2018.7-8.4%2018.7-18.7%200-1.9%201.6-3.5%203.5-3.5%202%200%203.5%201.6%203.5%203.5z%22%2F%3E%3Cpath%20d%3D%22M-225%20406.6c-7.8%200-14-6.3-14-14v-18.7c0-7.8%206.3-14%2014-14%207.8%200%2014%206.3%2014%2014v18.7c0%207.7-6.2%2014-14%2014z%22%2F%3E%3C%2Fsvg%3E");
}

.torrent_top {
	display: flow-root;
}


.torrent_mod {
	height: 20px;
	display: flex;
	float: right;
}

.torrent_mod a {
	background-color: #f6eeff;
	margin-left: 3px;
	padding: 1px 9px 0px 5px;
	text-decoration: none;
	cursor: pointer;
}

.torrent_mod a:hover {
	background-color: #eeeeee;
	color: #00aa00;
}

.report-torrent-popup {
	position: absolute;
	top: 41px;
	right: 15px;
	background: #eee;
	padding: 5px;
	box-shadow: 1px 1px 5px #555;
	z-index: 1;
	display: none;
}
.report-torrent-popup textarea {
	width: 400px;
	height: 75px;
	display: block;
	margin: 5px 0;
	padding: 2px;
}

.report-torrent-popup.complete .report-torrent-form,
.report-torrent-popup .report-torrent-complete {
	display: none;
}
.report-torrent-popup.complete .report-torrent-complete {
	display: block;
}


div.torrents table { padding: 0; width: 100%; font-size: 1.1em; border-collapse: collapse; }
div.torrents table td { padding: 5px 7px; vertical-align: middle; }
div.torrents table th { white-space: nowrap; padding: 3px; }
div.torrents table th a { color:#000000; text-decoration: none; }
div.torrents table th a:hover { text-decoration: underline; }
div.torrents table img { vertical-align: middle; }
div.torrents table a.title {
	color: #800090;
	display: inline-block;
	max-width: 560px;
	vertical-align: top;
}
#offers div.torrents table a.title {
	max-width: 535px;
}
#adopt div.torrents table a.title {
	max-width: 405px;
}
div.torrents table tr.torrent_alt td { font-size: 85%; padding: 0 7px 3px 7px; }
div.torrents table tr.torrent_alt td a.alt_title { color: #800090; }
div.torrents table tr.torrent_alt td a.alt_title,
div.torrents table tr.torrent_alt td .tags a {text-decoration: none; }
div.torrents table tr.torrent_alt td a.alt_title:hover,
div.torrents table tr.torrent_alt td .tags a:hover { text-decoration: underline; }
div.torrents table tr.torrent_alt td { max-width: 610px; }

div.torrents table .tags {
	display: block;
	max-width: 610px;
	vertical-align: top;
}
#offers div.torrents table .tags {
	max-width: 585px;
}
#adopt div.torrents table .tags {
	max-width: 455px;
}
div.torrents table tr.torrent_alt .tags {
	overflow: auto;
	max-width: none;
	display: inline;
}

div.torrents table td.category, 	div.torrents table th.category	{ text-align: center; }
div.torrents table td.status, 		div.torrents table th.status	{ text-align: center; }
div.torrents table td.name,			div.torrents table th.name		{ text-align: left; }
div.torrents table td.adopt,		div.torrents table th.adopt		{ text-align: center; }
div.torrents table td.adopt .bounty, div.torrents table th.adopt .bounty { border: 1px solid #ccccdd; border-radius: 1px; background-color: #ffffdd; }
div.torrents table td.tt,			div.torrents table th.tt		{ text-align: center; }
div.torrents table td.files,		div.torrents table th.files		{ text-align: center; }
div.torrents table td.added,		div.torrents table th.added		{ text-align: center; }
div.torrents table td.size,			div.torrents table th.size		{ text-align: right; }
div.torrents table td.transfer_up, 	div.torrents table th.transfer_up	{ text-align: right; }
div.torrents table td.transfer_down,div.torrents table th.transfer_down	{ text-align: right; }
div.torrents table td.torrent,		div.torrents table th.torrent	{ text-align: right; }
div.torrents table td.peers,		div.torrents table th.peers		{ text-align: center; }
div.torrents table td.ratio,		div.torrents table th.ratio		{ text-align: right; }
div.torrents table td.owner,		div.torrents table th.owner		{ text-align: center; }
div.torrents table td.idle,			div.torrents table th.idle		{ text-align: right; }

div.torrents table td.ratio sup { display: block; }

div.torrents table td.added,
div.torrents table td.size,
div.torrents table td.transfer_up,
div.torrents table td.transfer_down,
div.torrents table td.torrent,
div.torrents table td.peers,
div.torrents table td.idle { white-space: nowrap; }
div.torrents table td.added,
div.torrents table td.owner a { font-size: 90%; }

div.torrents table td.category { width: 65px; }
div.torrents table td.category div { height: 50px; overflow: hidden; width: 86px; padding: 5px; }

.icon.torrent_description {
	width: 14px; height: 14px; margin-right: 2px;
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M864 0h-768c-52.8 0-96 43.2-96 96v832c0 52.8 43.2 96 96 96h768c52.8 0 96-43.2 96-96v-832c0-52.8-43.2-96-96-96zM832 896h-704v-768h704v768zM256 448h448v64h-448zM256 576h448v64h-448zM256 704h448v64h-448zM256 320h448v64h-448z%22%20fill%3D%22%23333333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.icon.torrent_edit {
	width: 14px; height: 14px;
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M384 640l128-64 448-448-64-64-448 448-64 128zM289.3 867.098c-31.632-66.728-65.666-100.762-132.396-132.394l99.096-272.792 128-77.912 384-384h-192l-384 384-192 640 640-192 384-384v-192l-384 384-77.912 128z%22%20fill%3D%22%23333333%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}
.icon.torrent_prune {
	width: 14px; height: 14px;
	background: no-repeat url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%201024%201024%22%3E%3Cpath%20d%3D%22M128%20320v640c0%2035.2%2028.8%2064%2064%2064h576c35.2%200%2064-28.8%2064-64v-640h-704zM320%20896h-64v-448h64v448zM448%20896h-64v-448h64v448zM576%20896h-64v-448h64v448zM704%20896h-64v-448h64v448z%22%3E%3C%2Fpath%3E%3Cpath%20d%3D%22M848%20128h-208v-80c0-26.4-21.6-48-48-48h-224c-26.4%200-48%2021.6-48%2048v80h-208c-26.4%200-48%2021.6-48%2048v80h832v-80c0-26.4-21.6-48-48-48zM576%20128h-192v-63.198h192v63.198z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.torrents .torrent.alt0.new { background-color: #fffff0; }
.torrents .torrent.alt1.new { background-color: #ffffe0; }
.torrents .torrent.alt0.blacklisted { background-color:#eeeeee; }
.torrents .torrent.alt1.blacklisted { background-color:#dddddd; }

.torrent .category {
	position: relative;
}
.torrent .overlay-container {
	position: absolute;
	top: 2px;
	left: 2px;
	text-align: right;
}

.torrent .name {
	position: relative;
}
.torrent .quicklink-container {
	position: absolute;
	top: 2px;
	right: 2px;
	display: none;
	background-color: #fff;
}
.torrent.alt0 .quicklink-container { background-color: #f4e8ff; }
.torrent:hover .quicklink-container {
	display: block;
}
.torrent .overlay-container .icon,
.torrent .quicklink-container .icon {
	margin-right: 2px;
}

#userdetails div.torrents table a.title { max-width: 330px; }
#userdetails div.torrents table .tags { max-width: 370px; }
#userdetails div.torrents table td.name { width: 380px; }
#userdetails div.torrents table th.headerSortUp { background-image: url('../../images/asc.gif') !important; background-position: right center;	background-repeat: no-repeat; }
#userdetails div.torrents table th.headerSortDown { background-image: url('../../images/desc.gif') !important; background-position: right center; background-repeat: no-repeat; }
#userdetails div.torrents table th.size,
#userdetails div.torrents table th.transfer_up,
#userdetails div.torrents table th.transfer_down,
#userdetails div.torrents table th.ratio { text-align: center !important; }
#userdetails div.torrents table th:hover { cursor: pointer; }
#userdetails div.torrents table td  { padding: 5px 7px 5px 0; }

