Added HTML Kickstart

feature/node-rewrite
Sven Slootweg 13 years ago
parent 216a61575f
commit 2e3f9b6b68

@ -0,0 +1,397 @@
/* @group Base */
.chzn-container {
font-size: 13px;
position: relative;
display: inline-block;
zoom: 1;
*display: inline;
vertical-align: middle;
}
.chzn-container .chzn-drop {
background: #fff;
border: 1px solid #aaa;
border-top: 0;
position: absolute;
top: 29px;
left: 0;
-webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
-moz-box-shadow : 0 4px 5px rgba(0,0,0,.15);
-o-box-shadow : 0 4px 5px rgba(0,0,0,.15);
box-shadow : 0 4px 5px rgba(0,0,0,.15);
z-index: 999;
}
/* @end */
/* @group Single Chosen */
.chzn-container-single .chzn-single {
background-color: #ffffff;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
background-image: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-image: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-image: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-image: -ms-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
background-image: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
-webkit-border-radius: 5px;
-moz-border-radius : 5px;
border-radius : 5px;
-moz-background-clip : padding;
-webkit-background-clip: padding-box;
background-clip : padding-box;
border: 1px solid #aaaaaa;
-webkit-box-shadow: 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
box-shadow : 0 0 3px #ffffff inset, 0 1px 1px rgba(0,0,0,0.1);
display: block;
overflow: hidden;
white-space: nowrap;
position: relative;
height: 23px;
line-height: 24px;
padding: 0 0 0 8px;
color: #444444;
text-decoration: none;
}
.chzn-container-single .chzn-single span {
margin-right: 26px;
display: block;
overflow: hidden;
white-space: nowrap;
-o-text-overflow: ellipsis;
-ms-text-overflow: ellipsis;
text-overflow: ellipsis;
}
.chzn-container-single .chzn-single abbr {
display: block;
position: absolute;
right: 26px;
top: 6px;
width: 12px;
height: 13px;
font-size: 1px;
background: url(img/chosen-sprite.png) right top no-repeat;
}
.chzn-container-single .chzn-single abbr:hover {
background-position: right -11px;
}
.chzn-container-single .chzn-single div {
position: absolute;
right: 0;
top: 0;
display: block;
height: 100%;
width: 18px;
}
.chzn-container-single .chzn-single div b {
background: url('img/chosen-sprite.png') no-repeat 0 0;
display: block;
width: 100%;
height: 100%;
}
.chzn-container-single .chzn-search {
padding: 3px 4px;
position: relative;
margin: 0;
white-space: nowrap;
z-index: 1010;
}
.chzn-container-single .chzn-search input {
background: #fff url('img/chosen-sprite.png') no-repeat 100% -22px;
background: url('img/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background: url('img/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: url('img/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: url('img/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: url('img/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: url('img/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
margin: 1px 0;
padding: 4px 20px 4px 5px;
outline: 0;
border: 1px solid #aaa;
font-family: sans-serif;
font-size: 1em;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
-ms-box-sizing: content-box;
box-sizing:content-box;
}
.chzn-container-single .chzn-drop {
-webkit-border-radius: 0 0 4px 4px;
-moz-border-radius : 0 0 4px 4px;
border-radius : 0 0 4px 4px;
-moz-background-clip : padding;
-webkit-background-clip: padding-box;
background-clip : padding-box;
}
/* @end */
.chzn-container-single-nosearch .chzn-search input {
position: absolute;
left: -9000px;
}
/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
background-color: #fff;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background-image: -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background-image: -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background-image: -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background-image: -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background-image: linear-gradient(top, #eeeeee 1%, #ffffff 15%);
border: 1px solid #aaa;
margin: 0;
padding: 0;
cursor: text;
overflow: hidden;
height: auto !important;
height: 1%;
position: relative;
display:inline-block;
*display:inline;
}
.chzn-container-multi .chzn-choices li {
display:inline-block;
*display:inline;
list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
white-space: nowrap;
margin: 0;
padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
color: #666;
background: transparent !important;
border: 0 !important;
font-family: sans-serif;
font-size: 100%;
height: 15px;
padding: 5px;
margin: 1px 0;
outline: 0;
-webkit-box-shadow: none;
-moz-box-shadow : none;
-o-box-shadow : none;
box-shadow : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
-webkit-border-radius: 3px;
-moz-border-radius : 3px;
border-radius : 3px;
-moz-background-clip : padding;
-webkit-background-clip: padding-box;
background-clip : padding-box;
background-color: #e4e4e4;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#eeeeee', GradientType=0 );
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: -ms-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
-webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
-moz-box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
box-shadow : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
color: #333;
border: 1px solid #aaaaaa;
line-height: 13px;
padding: 3px 20px 3px 5px;
margin: 3px 0 3px 5px;
position: relative;
cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
display: block;
position: absolute;
right: 3px;
top: 4px;
width: 12px;
height: 13px;
font-size: 1px;
background: url(img/chosen-sprite.png) right top no-repeat;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
background-position: right -11px;
}
/* @end */
/* @group Results */
.chzn-container .chzn-results {
margin: 0 4px 4px 0;
max-height: 240px;
padding: 0 0 0 4px;
position: relative;
overflow-x: hidden;
overflow-y: auto;
}
.chzn-container-multi .chzn-results {
margin: -1px 0 0;
padding: 0;
}
.chzn-container .chzn-results li {
display: none;
line-height: 15px;
padding: 5px 6px;
margin: 0;
list-style: none;
}
.chzn-container .chzn-results .active-result {
cursor: pointer;
display: list-item;
}
.chzn-container .chzn-results .highlighted {
background-color: #3875d7;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3875d7', endColorstr='#2a62bc', GradientType=0 );
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
background-image: -webkit-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
background-image: -moz-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
background-image: -o-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
background-image: -ms-linear-gradient(top, #3875d7 20%, #2a62bc 90%);
background-image: linear-gradient(top, #3875d7 20%, #2a62bc 90%);
color: #fff;
}
.chzn-container .chzn-results li em {
background: #feffde;
font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
background: transparent;
}
.chzn-container .chzn-results .no-results {
background: #f4f4f4;
display: list-item;
}
.chzn-container .chzn-results .group-result {
cursor: default;
color: #999;
font-weight: bold;
}
.chzn-container .chzn-results .group-option {
padding-left: 15px;
}
.chzn-container-multi .chzn-drop .result-selected {
display: none;
}
.chzn-container .chzn-results-scroll {
background: white;
margin: 0 4px;
position: absolute;
text-align: center;
width: 321px; /* This should by dynamic with js */
z-index: 1;
}
.chzn-container .chzn-results-scroll span {
display: inline-block;
height: 17px;
text-indent: -5000px;
width: 9px;
}
.chzn-container .chzn-results-scroll-down {
bottom: 0;
}
.chzn-container .chzn-results-scroll-down span {
background: url('img/chosen-sprite.png') no-repeat -4px -3px;
}
.chzn-container .chzn-results-scroll-up span {
background: url('img/chosen-sprite.png') no-repeat -22px -3px;
}
/* @end */
/* @group Active */
.chzn-container-active .chzn-single {
-webkit-box-shadow: 0 0 5px #6DB9FF;
-moz-box-shadow : 0 0 5px #6DB9FF;
-o-box-shadow : 0 0 5px #6DB9FF;
box-shadow : 0 0 5px #6DB9FF;
border: 1px solid #50B1FE;
}
.chzn-container-active .chzn-single-with-drop {
border: 1px solid #aaa;
-webkit-box-shadow: 0 1px 0 #fff inset;
-moz-box-shadow : 0 1px 0 #fff inset;
-o-box-shadow : 0 1px 0 #fff inset;
box-shadow : 0 1px 0 #fff inset;
background-color: #eee;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0 );
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
background-image: -webkit-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: -moz-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: -o-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: -ms-linear-gradient(top, #eeeeee 20%, #ffffff 80%);
background-image: linear-gradient(top, #eeeeee 20%, #ffffff 80%);
-webkit-border-bottom-left-radius : 0;
-webkit-border-bottom-right-radius: 0;
-moz-border-radius-bottomleft : 0;
-moz-border-radius-bottomright: 0;
border-bottom-left-radius : 0;
border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
background: transparent;
border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
-webkit-box-shadow: 0 0 5px #6DB9FF;
-moz-box-shadow : 0 0 5px #6DB9FF;
-o-box-shadow : 0 0 5px #6DB9FF;
box-shadow : 0 0 5px #6DB9FF;
border: 1px solid #50B1FE;
}
.chzn-container-active .chzn-choices .search-field input {
color: #111 !important;
}
/* @end */
/* @group Disabled Support */
.chzn-disabled {
cursor: default;
opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
cursor: default;
}
/* @group Right to Left */
.chzn-rtl { text-align: right; }
.chzn-rtl .chzn-single { padding: 0 8px 0 0; overflow: visible; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; direction: rtl; }
.chzn-rtl .chzn-single div { left: 3px; right: auto; }
.chzn-rtl .chzn-single abbr {
left: 26px;
right: auto;
}
.chzn-rtl .chzn-choices .search-field input { direction: rtl; }
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 5px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 4px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin: 0 0 4px 4px; padding: 0 4px 0 0; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 15px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
background: #fff url('img/chosen-sprite.png') no-repeat -38px -22px;
background: url('img/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
background: url('img/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: url('img/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: url('img/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: url('img/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #eeeeee 1%, #ffffff 15%);
background: url('img/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #eeeeee 1%, #ffffff 15%);
padding: 4px 5px 4px 20px;
direction: rtl;
}
/* @end */

@ -0,0 +1,175 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG webfont generated by Font Squirrel.
</metadata>
<defs>
<font id="IcoMoonBase" horiz-adv-x="1433" >
<font-face units-per-em="2048" ascent="1536" descent="-512" />
<missing-glyph horiz-adv-x="500" />
<glyph unicode=" " d="M0 716.5q0 147.5 56.5 278.5t154.5 228.5t228 154t277.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-277.5 56.5t-228 153.5t-154.5 228t-56.5 278.5zM150 717q0 -117 45 -220.5t121.5 -180t180 -121.5 t220.5 -45t220 45t180 121.5t122 180t45 220.5t-45 220t-122 180t-180 122t-220 45t-220.5 -45t-180 -122t-121.5 -180t-45 -220zM508 387v330v330l285 -164l284 -166l-284 -164z" />
<glyph unicode="!" d="M10.5 129q-26.5 45 12.5 111l602 1048q39 66 92 66t90 -66l606 -1048q37 -66 10.5 -111t-102.5 -45h-1208q-76 0 -102.5 45zM596 270.5q0 -53.5 33 -87t86 -33.5h2q53 0 86 33.5t33 86.5q-2 53 -34 88t-85 35t-87 -34.5t-34 -88zM631 969l22 -494h125l25 494h-172z" />
<glyph unicode="&#x22;" d="M0 817q0 86 46 161t126 130t187.5 88t230.5 33t229.5 -33t186 -88t126 -130t46.5 -161t-46.5 -160.5t-126 -130t-186 -87t-229.5 -31.5q-23 0 -43.5 1t-40.5 3q-53 -68 -122 -125.5t-124 -79.5q82 94 82 201q0 8 -1 18t-3 20q-74 25 -136.5 63t-107.5 86t-69.5 104.5 t-24.5 117.5zM842 387q86 27 156.5 70t123 97t83 118.5t32.5 136.5q90 -31 143.5 -91.5t53.5 -133.5q0 -76 -57.5 -137.5t-149.5 -92.5q-4 -16 -4 -22q0 -63 51 -125q-35 14 -77 49t-75 76q-12 0 -25.5 -1t-27.5 -1q-129 0 -227 57z" />
<glyph unicode="#" d="M0 739q0 84 48 177.5t140.5 172t226.5 130t306 51.5t305 -52.5t224 -134.5t137.5 -182t46.5 -196q0 -63 -30 -99.5t-75 -52.5t-98 -17t-103.5 5t-89.5 14t-53 10q-23 2 -50.5 -2t-51 -22.5t-36.5 -56.5t-5 -103.5t1 -112.5t-38 -73.5t-90.5 -29.5t-153.5 21 q-96 25 -195.5 66t-180.5 106.5t-133 158.5t-52 222zM154 629q0 -33 24.5 -55.5t59 -22.5t59.5 22.5t25 55.5t-25 55.5t-59.5 22.5t-59 -22.5t-24.5 -55.5zM197 960.5q0 -34.5 26.5 -59t61.5 -24.5q39 0 64.5 24.5t25.5 59t-25.5 59t-64.5 24.5q-35 0 -61.5 -24.5t-26.5 -59 zM514 1091.5q0 -38.5 28.5 -65.5t69.5 -27t70 27t29 65.5t-29 65.5t-70 27t-69.5 -27t-28.5 -65.5zM571 643q0 -41 40 -68.5t96 -27.5q57 0 96 27.5t39 68.5q0 39 -39 65.5t-96 26.5q-55 0 -95.5 -26.5t-40.5 -65.5zM877 1012q0 -41 31.5 -71t74.5 -30q45 0 76 30t31 71 t-31 69.5t-76 28.5q-43 0 -74.5 -28.5t-31.5 -69.5z" />
<glyph unicode="$" d="M0 1098v86h246v-2l67 -138h981l68 140l72 -43l-310 -621h-643l-286 578h-195zM354 963l66 -134h194v134h-260zM453 360q0 47 31.5 79t78.5 32t78 -31.5t31 -79.5q0 -45 -31 -77.5t-78 -32.5t-78.5 32.5t-31.5 77.5zM461 745l69 -141h84v141h-153zM698 604h220v141h-220 v-141zM698 829h220v134h-220v-134zM963 360q0 47 32.5 79t77.5 32q47 0 79 -31.5t32 -79.5q0 -45 -32 -77.5t-79 -32.5q-45 0 -77.5 32.5t-32.5 77.5zM1001 604h76l68 141h-144v-141zM1001 829h187l65 134h-252v-134z" />
<glyph unicode="%" d="M231 29v1341q0 29 29 29h57q27 0 27 -29v-14q0 -10 8 -17.5t19 -3.5l350 99q27 4 27 -21v-72q0 -10 8 -17t18 -3l402 113q27 4 26 -21v-514q0 -27 -26 -35l-408 -114q-10 -4 -18.5 3t-8.5 17v72q0 29 -26 20l-344 -96q-27 -8 -27 -35v-702q0 -29 -27 -29h-57 q-29 0 -29 29z" />
<glyph unicode="&#x26;" d="M303 985v6v10v19q0 86 33 161.5t88 131t131 88.5t162 33t161.5 -33t131 -88.5t88 -131t32.5 -161.5v-19v-10v-6q0 -2 -1 -5t-1 -5q-6 -63 -27.5 -139t-52 -156t-66.5 -162t-73 -158q-86 -178 -192 -360q-106 182 -193 360q-37 76 -73.5 158t-66.5 162t-51.5 155.5 t-27.5 139.5q0 2 -1 5t-1 5zM539 1028q0 -74 52 -126t126 -52t126 52t52 126t-52 126t-126 52t-126 -52t-52 -126z" />
<glyph unicode="'" d="M0 870q0 113 56.5 211.5t153.5 172t228 115.5t278.5 42t278.5 -42t228.5 -115.5t154 -172t56.5 -211t-56.5 -211t-154 -172t-228.5 -115.5t-278 -42h-12q-33 -49 -74 -97.5t-84 -90.5t-86 -73.5t-80 -45.5q47 59 72.5 125.5t25.5 138.5q0 16 -2 37.5t-6 37.5 q-102 29 -189 79.5t-149.5 116t-97.5 145t-35 167.5z" />
<glyph unicode="(" d="M0 59v445h209v-238h1018v238h207v-445h-1434zM403 924h211v450h207v-450h205l-311 -537z" />
<glyph unicode=")" d="M0 59v445h209v-238h1018v238h207v-445h-1434zM403 836l312 538l311 -538h-209v-449h-209v449h-205z" />
<glyph unicode="*" d="M0 604l113 113l-113 112l141 74l-71 144l157 26l-24 158l157 -25l27 158l143 -72l74 142l113 -113l112 113l74 -142l144 72l26 -158l158 25l-25 -158l158 -26l-72 -144l142 -74l-113 -112l113 -113l-142 -74l72 -143l-158 -27l25 -157l-158 24l-26 -157l-144 71l-74 -141 l-112 113l-113 -113l-74 141l-143 -71l-27 157l-157 -24l24 157l-157 27l71 143z" />
<glyph unicode="+" d="M0 633v168q0 23 16.5 40t38.5 17h520v520q0 23 17.5 39.5t40.5 16.5h168q23 0 40 -16.5t17 -39.5v-520h520q23 0 39.5 -17.5t16.5 -39.5v-168q0 -23 -16.5 -40.5t-39.5 -17.5h-520v-520q0 -23 -17.5 -39t-39.5 -16h-168q-23 0 -40.5 16.5t-17.5 38.5v520h-520 q-23 0 -39 17.5t-16 40.5z" />
<glyph unicode="," d="M0 88v1167h627l178 -180h629v-987h-1434z" />
<glyph unicode="-" d="M0 633v168q0 23 16.5 40t38.5 17h1323q23 0 39.5 -17.5t16.5 -39.5v-168q0 -23 -16.5 -40.5t-39.5 -17.5h-1323q-23 0 -39 17.5t-16 40.5z" />
<glyph unicode="." d="M88 0v1434h897l358 -359v-1075h-1255zM180 88h1075v987h-270v268h-805v-1255z" />
<glyph unicode="/" d="M180 45v897q0 18 12.5 31.5t30.5 13.5h226q0 92 21.5 173t57 141.5t85 95.5t104.5 35t104 -35t85 -95.5t57.5 -141.5t21.5 -173h225q18 0 31.5 -13t13.5 -32v-897q0 -18 -13 -30.5t-32 -12.5h-987q-18 0 -30.5 12.5t-12.5 30.5zM537 987h360q0 82 -20 152q-16 68 -48 116 q-25 43 -59 70q-25 18 -53 18q-27 0 -53 -18q-35 -27 -60 -70q-31 -49 -47 -116q-20 -70 -20 -152z" />
<glyph unicode="0" d="M0 207v1020h1434v-1020h-1434zM109 330h47l315 647l348 -467l172 152l299 -332h33v776h-1214v-776zM1001 854q0 47 31 78t78 31q43 0 75 -31t32 -78q0 -43 -32 -74.5t-75 -31.5q-47 0 -78 31.5t-31 74.5z" />
<glyph unicode="1" d="M0 223v797q0 29 20.5 50.5t51.5 21.5h327l11 71l8 47q4 29 28.5 50.5t53.5 21.5h434q29 0 53.5 -21.5t28.5 -50.5l8 -47l10 -71h328q31 0 51.5 -21.5t20.5 -50.5v-797q0 -29 -20.5 -50t-51.5 -21h-1290q-31 0 -51.5 21t-20.5 50zM305 680q0 -86 33 -161t88 -131t130 -89 t161 -33t160.5 33t130 89t88 131t32.5 161q0 84 -32.5 158.5t-88 131t-130 89.5t-160.5 33t-161 -33t-130 -89.5t-88 -131t-33 -158.5zM395 680q0 68 25.5 126t68.5 101t101.5 68.5t126 25.5t126 -25.5t102.5 -68.5t69.5 -101t25.5 -126t-25.5 -127t-69.5 -102t-102.5 -69 t-126 -26t-126 26t-101.5 69t-68.5 102t-25.5 127zM1188 891h139v84h-139v-84z" />
<glyph unicode="2" d="M0 178v1077h1434v-1077h-1434zM88 268h180v178h-180v-178zM88 627h180v178h-180v-178zM88 985h180v178h-180v-178zM358 268h717v895h-717v-895zM537 446v539l360 -268zM1163 268h180v178h-180v-178zM1163 627h180v178h-180v-178zM1163 985h180v178h-180v-178z" />
<glyph unicode="3" d="M2 184q-6 41 8.5 80t45 71t73.5 54.5t96 28.5q47 8 93.5 1t80.5 -26l37 953l998 79q-12 -299 -23 -536q-4 -102 -9 -200.5t-8 -178.5t-6.5 -132t-3.5 -61q-4 -72 -65.5 -130t-157.5 -72q-53 -6 -100 3t-85 30.5t-62.5 55.5t-30.5 74.5t8 79.5t45 71t74 53.5t96 29.5 q51 8 97 -1t83 -30l35 674l-778 -82q-8 -211 -17 -385q-4 -74 -7 -148.5t-6 -138t-5 -109.5t-2 -65q0 -4 -2 -6v-2q-6 -72 -68.5 -127t-154.5 -69q-53 -8 -100.5 1t-85.5 31.5t-62.5 55t-30.5 73.5z" />
<glyph unicode="4" d="M0 430v922h1434v-922h-1434zM94 524h1247v733h-1247v-733zM352 82l109 131l26 129h459l27 -129l108 -131h-729z" />
<glyph unicode="5" d="M0 522v389q0 41 15.5 78t43 64.5t63.5 43t77 15.5h641q41 0 76.5 -15.5t63.5 -43t43 -64.5t15 -78v-389q0 -41 -15 -77.5t-43 -64.5t-63.5 -43t-76.5 -15h-641q-41 0 -77 15t-63.5 43t-43 64.5t-15.5 77.5zM1108 584v133v133l326 262v-395v-395z" />
<glyph unicode="6" d="M0 0v1434h268v-91h178v91h539v-91h178v91h271v-1434h-1434zM88 88h1255v1075h-1255v-1075zM223 268v178h180v-178h-180zM223 539v178h180v-178h-180zM494 268v178h178v-178h-178zM494 539v178h178v-178h-178zM494 805v180h178v-180h-178zM762 268v178h178v-178h-178z M762 539v178h178v-178h-178zM762 805v180h178v-180h-178zM1030 539v178h180v-178h-180zM1030 805v180h180v-180h-180z" />
<glyph unicode="7" d="M0 0l86 356l934 936l272 -270l-936 -936zM248 322l76 -74l784 786l-74 74zM1075 1348l55 55q41 39 109 28.5t125 -67.5q55 -57 67.5 -123.5t-28.5 -107.5l-57 -56z" />
<glyph unicode="8" d="M0 893v10q0 25 3 52.5t17.5 58t46 63.5t87.5 64q121 70 262 89t301 23q49 0 117.5 -3t145.5 -14t154.5 -33.5t145.5 -61.5q55 -31 87 -64t46 -63.5t17.5 -58t3.5 -52.5v-10q0 -25 -27 -25h-338q-27 0 -27 25v31q0 31 -13 49t-31.5 29.5t-39 15.5t-34.5 8q-16 2 -42 4 t-55.5 4t-58.5 3t-51.5 1t-51 -1t-58 -3t-55.5 -4t-42 -4q-16 -4 -36.5 -8t-39 -15.5t-31 -30t-12.5 -48.5v-31q0 -25 -26 -25h-338q-27 0 -27 25zM207 315.5q4 59.5 25.5 131t49 140t56.5 123t51 81.5q31 37 75 56t90 26.5t89 7.5h74h74l90 -9l90 -24l73 -57 q23 -27 51.5 -81.5t56.5 -123t49.5 -140t26.5 -131t-11.5 -97.5t-63.5 -38h-436h-436q-47 0 -62.5 38t-11.5 97.5zM506 518q0 -43 16.5 -82t45 -67.5t67.5 -45t82 -16.5t82 16.5t67.5 45t45 67.5t16.5 82t-16.5 82t-45 67.5t-67.5 45t-82 16.5t-82 -16.5t-67.5 -45 t-45 -67.5t-16.5 -82z" />
<glyph unicode="9" d="M324 715v110h86v-110q0 -70 24.5 -131.5t65.5 -107.5t97 -72.5t119.5 -26.5t120 26.5t98.5 72.5t66.5 107.5t24.5 131.5v110h84v-110q0 -82 -26.5 -155t-73.5 -130t-111.5 -93t-138.5 -44v-207h180v-86h-444v86h178v207q-74 8 -138.5 44t-111.5 93t-73.5 130t-26.5 155z M496 715v467q0 51 17 97t47 81t70 54.5t87 19.5q45 0 86 -19.5t71.5 -54.5t48 -81t17.5 -97v-467q0 -53 -17.5 -98.5t-48 -80t-71.5 -54t-86 -19.5q-47 0 -87 19.5t-70 54t-47 80t-17 98.5z" />
<glyph unicode=":" d="M123 901l539 533v-349q188 4 318 -44t208 -134t105.5 -198.5t10 -234.5t-78 -245t-158.5 -229q39 72 68.5 154t37 162.5t-13 154.5t-79 129t-161 87t-257.5 28v-350z" />
<glyph unicode=";" d="M130 474q-17 122 10.5 234.5t105.5 198.5t208 134.5t318 43.5v349l539 -533l-539 -536v350q-156 4 -258 -28t-160.5 -87t-78 -129t-12.5 -154.5t36 -162.5t68 -154q-98 106 -159 229t-78 245z" />
<glyph unicode="&#x3c;" d="M176 894q-12 93 9.5 181t75.5 164t138 127q84 49 177.5 61.5t181.5 -9t164.5 -76t126.5 -138.5q47 -78 61 -163t-1 -166.5t-59 -155.5t-112 -129l322 -471q6 -10 3 -23.5t-14 -19.5l-121 -72q-10 -8 -23 -4t-18 16l-268 506q-80 -31 -163 -33t-160.5 24t-144 77 t-111.5 127q-52 84 -64 177zM325.5 916.5q8.5 -62.5 43 -120t86 -95t112 -52t123 -6.5t119.5 43q57 33 94 85t52.5 111.5t7 123t-43 121t-86 94t-111.5 51t-122.5 6.5t-120 -43t-94.5 -86t-52.5 -110.5t-7 -122zM426 918v90h168v190h90v-190h190v-90h-190v-191h-90v191h-168 z" />
<glyph unicode="=" d="M0 221v991q0 55 39 94.5t96 39.5h1163q57 0 96.5 -39t39.5 -95v-991q0 -55 -39 -94t-97 -39h-1163q-57 0 -96 39t-39 94zM88 231q0 -18 13.5 -31.5t29.5 -13.5h1172q18 0 30.5 13.5t12.5 31.5v983q0 18 -12.5 32t-30.5 14h-1172q-16 0 -29.5 -13.5t-13.5 -32.5v-983z M225 846v88q0 33 33 33h184q33 0 33 -33v-88q0 -33 -33 -33h-184q-33 0 -33 33zM301 307v484h98v-484h-98zM301 989v150h98v-150h-98zM592 514v88q0 33 33 33h186q12 0 21.5 -9.5t9.5 -23.5v-88q0 -16 -9.5 -24.5t-21.5 -8.5h-186q-33 0 -33 33zM668 307v152h98v-152h-98z M668 657v482h98v-482h-98zM958 733v88q0 33 33 33h185q33 0 32 -33v-88q0 -33 -32 -33h-185q-33 0 -33 33zM1034 307v371h99v-371h-99zM1034 877v262h99v-262h-99z" />
<glyph unicode="&#x3e;" d="M174 894q-12 93 10.5 181t76.5 164t138 127q84 49 177.5 61.5t181.5 -9t163.5 -76t127.5 -138.5q45 -78 59 -163t-1 -166.5t-58 -155.5t-113 -129l321 -471q8 -10 5.5 -23.5t-15.5 -19.5l-119 -72q-12 -8 -24 -4t-19 16l-266 506q-80 -31 -164 -33t-161.5 24t-144 77 t-111.5 127q-52 84 -64 177zM323.5 916.5q8.5 -62.5 43 -120t87 -95t112 -52t123 -6.5t120.5 43q57 33 94 85t51.5 111.5t6 123t-43 121t-86 94t-112 51t-122.5 6.5t-119.5 -43t-94.5 -86t-52.5 -110.5t-7 -122zM410 920v84h467v-84h-467z" />
<glyph unicode="?" d="M0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM393 963h178q27 172 152 172q29 0 55 -11 q23 -8 45 -26q14 -14 29 -43q10 -27 10 -54q0 -14 -4 -30q0 -16 -10 -33q-6 -12 -29 -37l-22 -22l-29 -27q-78 -63 -106 -123q-31 -61 -31 -211h170q0 111 14 141q4 14 29 39q20 25 57 52q14 14 28.5 27.5t28.5 27.5q23 25 43 59q18 31 29 68q12 37 12 76q0 57 -24.5 110 t-65.5 88q-37 35 -100 58q-31 10 -63.5 15t-69.5 5q-68 0 -123 -24q-57 -20 -100 -62q-23 -23 -39.5 -47.5t-30.5 -52.5q-12 -31 -20.5 -64.5t-12.5 -70.5zM590 278.5q0 -53.5 37 -90t90 -36.5t91 36.5t38 90t-38 91.5t-91 38t-90 -38t-37 -91.5z" />
<glyph unicode="@" d="M0 274l592 355l125 -113l125 113l592 -355h-1434zM0 332v827l522 -469zM43 1159h1348l-674 -502zM911 690l523 469v-827z" />
<glyph unicode="A" d="M0 655l1434 709l-904 -885zM647 70v297l148 -56zM647 440l787 924l-256 -1116z" />
<glyph unicode="B" d="M0 627l805 807h629v-625l-805 -809l-183 449zM1036 1167.5q0 -53.5 37 -90.5t90.5 -37t89 37t35.5 90.5t-35.5 90t-89 36.5t-90.5 -36.5t-37 -90z" />
<glyph unicode="C" d="M0 715l217 215l330 -330l670 670l217 -217l-887 -887z" />
<glyph unicode="D" d="M0 223v180q0 18 8 35t25 33q35 -35 101.5 -63.5t155.5 -49t197.5 -33t229.5 -12.5t230.5 12.5t198.5 33t154.5 49t100.5 63.5q16 -16 24.5 -32.5t8.5 -35.5v-180q0 -47 -56.5 -87t-154 -70.5t-228.5 -48t-278.5 -17.5t-278.5 17.5t-228 48t-153.5 70.5t-56.5 87zM0 627 v178q0 39 33 67q35 -35 101.5 -62.5t155.5 -49t197.5 -32.5t229.5 -11t230.5 11t198.5 32.5t154.5 49.5t100.5 62q33 -29 33 -67v-178q0 -47 -56.5 -87t-154 -71t-228.5 -48.5t-278.5 -17.5t-278.5 17.5t-228 48.5t-153.5 71t-56.5 87zM0 1030v180q0 45 56.5 86t153.5 72 t228 48.5t278.5 17.5t278.5 -17.5t228.5 -48.5t154 -72t56.5 -86v-180q0 -47 -56.5 -88t-154 -71.5t-228.5 -48t-278.5 -17.5t-278.5 17.5t-228 48t-153.5 71.5t-56.5 88z" />
<glyph unicode="E" d="M117 0v59q0 100 19.5 195.5t56 180.5t89 157t117.5 125q-66 51 -118 122.5t-88.5 156.5t-56 180.5t-19.5 197.5v60h1200v-60q0 -102 -19.5 -197.5t-56.5 -180.5t-89 -156.5t-118 -122.5q131 -106 207 -280.5t76 -377.5v-59h-1200zM238 117h958q-6 90 -28.5 174 t-60.5 154.5t-90 127t-114 93.5l-88 51l88 51q125 72 204 218.5t89 330.5h-958q12 -184 91 -330.5t203 -218.5l86 -51l-86 -51q-61 -37 -113 -93.5t-90 -127t-61.5 -154.5t-29.5 -174zM391 219q31 72 68 137q33 55 78 110.5t102 84.5v2h2q2 0 2 2q20 12 34.5 54t16.5 92 q0 8 1 17q0 41 -9 80q-10 46 -39 64q-41 23 -74.5 66t-56.5 84q-27 49 -49 102h502q-23 -53 -49 -102q-25 -41 -59 -84t-75 -66q-29 -18 -38 -64q-8 -35 -8 -74v-23q3 -50 16.5 -92t34.5 -54q0 -2 2 -2h4v-2q55 -29 100 -84t78 -111q37 -66 67 -137h-651z" />
<glyph unicode="F" d="M102 398q-3 24 -2 50q0 51 11 107q12 61 38.5 117.5t54 113t49 112.5t26.5 118q37 -66 46 -118t13 -122q57 70 111.5 150t94.5 165t59 172q12 53 12 105q0 33 -5 66q106 -55 191 -134q37 -33 71.5 -74.5t64.5 -91t49.5 -106.5t25.5 -123q12 27 18 60.5t6 68.5t-6 69 t-18 62q18 -14 57 -53t84 -98.5t87 -134t68 -159.5q28 -92 27 -187q0 -87 -36 -176q-38 -93 -121.5 -184t-229.5 -173q55 106 64 226q2 25 1 51q0 94 -24 184q-31 115 -96.5 215t-159.5 166q5 -22 5 -54q0 -11 -1 -23q-2 -48 -14 -104.5t-38 -114t-69 -104.5q7 34 8 63 q0 12 -1 23q-4 39 -15 68q-10 33 -28 57q-8 -35 -21 -71q-12 -33 -31.5 -75t-50.5 -87q-29 -41 -49 -83t-28 -92q-3 -21 -3 -43q0 -32 6 -68q10 -60 46 -134q-115 63 -188 126.5t-112 131t-47 140.5z" />
<glyph unicode="G" d="M27 481q49 29 80.5 72t45.5 94q9 35 9 71q0 17 -2 34q-6 53 -33 102q-41 63 -100 98l139 246q49 -29 103 -36q19 -3 38 -2q34 0 67 8q50 13 94 46t73 82q35 61 34 138h283q0 -57 21.5 -107.5t58.5 -87.5t87 -58.5t105 -21.5q37 0 72 10.5t66 26.5l139 -244 q-49 -29 -81 -71.5t-46 -94.5q-10 -36 -10 -72q0 -16 2 -32q6 -53 35 -102q18 -33 44.5 -57.5t55.5 -43.5l-141 -243q-49 29 -103 34q-17 2 -33 2q-36 0 -71 -9q-51 -13 -94 -46t-72 -82q-18 -33 -26.5 -66.5t-8.5 -68.5h-283q0 55 -21.5 105.5t-58 87t-87 58t-105.5 21.5 q-76 0 -137 -36zM428 716.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113z" />
<glyph unicode="H" d="M0 1004q0 82 30.5 153.5t85 124.5t126 85t153.5 32q98 0 182.5 -44t139.5 -120q55 76 140 120t181 44q82 0 154 -32t125 -85t85 -125t32 -153q0 -94 -29 -171t-77 -143.5t-110.5 -126t-130.5 -119.5q-88 -78 -175 -162.5t-160 -197.5l-33 -49l-35 49q-78 111 -166 194.5 t-170 155.5q-70 61 -133 120.5t-110.5 126.5t-76 146t-28.5 177zM82 1004q0 -86 24.5 -154t67.5 -127t101.5 -114.5t125.5 -112.5q78 -66 159 -144t155 -176q76 102 158.5 181t160.5 149q66 59 124.5 113.5t101.5 113t67.5 125t24.5 146.5q0 66 -24.5 123t-67.5 99 t-100.5 66.5t-121.5 24.5q-92 0 -168.5 -48t-115.5 -132l-37 -78l-37 78q-39 84 -116 132t-169 48q-66 0 -122 -24.5t-99 -66.5t-67.5 -99t-24.5 -123z" />
<glyph unicode="I" d="M0 475l717 717l252 -254v104h180v-284l285 -283h-174v-475h-453v293h-180v-293h-453v475h-174z" />
<glyph unicode="J" d="M0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM332 997q0 -41 30.5 -70.5t71.5 -29.5t71 29.5 t30 70.5q0 43 -30 73t-71 30t-71.5 -30t-30.5 -73zM446 358h539v88h-539v-88zM899 997q0 -41 29.5 -70.5t70.5 -29.5t72 29.5t31 70.5q0 43 -31 73t-72 30t-70.5 -30t-29.5 -73z" />
<glyph unicode="K" d="M0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM285 555l4 -8q66 -117 181.5 -182.5t246.5 -65.5 t246.5 65.5t181.5 182.5l4 8l-88 51l-6 -8q-53 -92 -143.5 -144.5t-195 -52.5t-194.5 52.5t-143 144.5l-6 8zM332 997q0 -41 30.5 -70.5t71.5 -29.5t71 29.5t30 70.5q0 43 -30 73t-71 30t-71.5 -30t-30.5 -73zM899 997q0 -41 29.5 -70.5t70.5 -29.5t72 29.5t31 70.5 q0 43 -31 73t-72 30t-70.5 -30t-29.5 -73z" />
<glyph unicode="L" d="M0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM285 387l88 -51l6 10q53 92 143 143.5t194.5 51.5 t194.5 -51.5t144 -143.5l6 -10l88 51l-4 8q-66 117 -181.5 182.5t-246.5 65.5t-247 -65.5t-181 -182.5zM332 997q0 -41 30.5 -70.5t71.5 -29.5t71 29.5t30 70.5q0 43 -30 73t-71 30t-71.5 -30t-30.5 -73zM899 997q0 -41 29.5 -70.5t70.5 -29.5t72 29.5t31 70.5q0 43 -31 73 t-72 30t-70.5 -30t-29.5 -73z" />
<glyph unicode="M" d="M20 836q0 31 46.5 59.5t125 50t185 33.5t227.5 12t226.5 -12t184.5 -33.5t125 -50.5t46 -59v-21q98 -20 162.5 -86.5t64.5 -153.5q0 -51 -23.5 -96t-63.5 -78.5t-93 -53t-115 -19.5q-8 0 -14 1t-14 1q-70 -152 -191 -241t-295 -89q-150 0 -259 65.5t-182 179t-108 266.5 t-35 325zM76 836q10 -10 43 -27.5t108 -36.5q78 -18 175.5 -27.5t202 -9.5t199.5 9.5t173 27.5q76 18 109.5 35.5t43.5 28.5q-10 10 -43.5 27.5t-109.5 35.5q-78 16 -173 26.5t-199.5 10.5t-202 -10.5t-175.5 -26.5q-76 -18 -108.5 -35.5t-42.5 -27.5zM513 1222 q5 24 25.5 44t59.5 32q-29 -29 -33 -55t5.5 -51t26.5 -48.5t32.5 -47t24 -47t-0.5 -48.5q-8 31 -21.5 50.5t-29.5 33t-31.5 24.5t-27.5 24q-18 18 -27 42q-5 14 -5 29q0 9 2 18zM601 1339q0 22 11 41q12 20 41 35t76 19q-39 -27 -49 -55.5t-5 -57.5t19.5 -58.5t25.5 -60.5 t13 -61.5t-18 -59.5q0 41 -11.5 71t-28 53.5t-33.5 43t-28 39.5q-13 25 -13 51zM1116 391q104 8 152.5 60.5t48.5 113.5q0 47 -36 88t-99 58q-6 -88 -23.5 -168t-42.5 -152z" />
<glyph unicode="N" d="M0 629q0 147 56.5 278t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278q0 -152 -60.5 -289t-171.5 -240l-14 -12h-942l-15 12q-111 102 -171 239.5t-60 289.5zM94 602q0 -74 23 -151l100 32q4 -8 6 -15t4 -15l-100 -33q49 -135 154 -240 h872q104 104 154 240l-101 33q2 8 4 15t7 15l100 -32q20 74 24 151h-208q0 6 1 12.5t1 14.5q0 6 -1 12t-1 12h208q-4 82 -24 152l-100 -33q-4 8 -7 16l-4 17l101 33q-29 78 -70 135l-170 -121q-12 20 -29 41l168 123q-49 61 -110 108l-62 -86q-6 4 -12 9.5t-14 11.5l63 84 q-61 43 -137 71l-64 -198l-24 8l-27 8l66 199q-37 10 -74 15t-78 7v-106h-16h-17v106q-41 -2 -77.5 -7t-73.5 -15l65 -199q-14 -4 -26 -8l-25 -8l-63 198q-76 -29 -138 -71l64 -84q-8 -6 -14 -11.5t-13 -9.5l-61 86q-61 -47 -111 -108l168 -123q-16 -20 -28 -41l-170 121 q-41 -57 -70 -135l100 -33l-4 -17l-6 -16l-100 33q-23 -74 -23 -152h207q0 -6 -1 -12t-1 -12q0 -8 1 -14.5t1 -12.5h-207zM389 322l574 688l41 -31l-478 -758z" />
<glyph unicode="O" d="M0 279l600 602q-15 55 -15 111q0 52 13 105q27 110 111 193q61 61 139 92t158.5 31t159.5 -31.5t141 -93.5q63 -63 95 -142t32 -160t-30 -159.5t-91 -140.5q-86 -84 -195 -108q-50 -11 -100 -12l-117 16l-119 -123h-192v-146h-141v-145h-146v-148h-252q-27 2 -38 13.5 t-11 40.5zM1026 1123q0 -46 33 -81q35 -35 81 -34.5t81 32.5q33 35 32.5 81t-34.5 79q-35 35 -81 35t-79 -33t-33 -79z" />
<glyph unicode="P" d="M0 539v446q0 37 26.5 63.5t61.5 26.5h1255q37 0 64 -26.5t27 -63.5v-446q0 -37 -27 -65t-64 -28h-268v-358h-717v358h-270q-35 0 -61.5 28t-26.5 65zM358 1163v180h717v-180h-717zM446 178h539v449h-539v-449zM1235 940q0 -27 18.5 -45t44.5 -18q29 0 46.5 18t17.5 45 q0 29 -17.5 46.5t-46.5 17.5q-27 0 -45 -17.5t-18 -46.5z" />
<glyph unicode="Q" d="M113 604q0 -125 48 -235.5t130 -192.5t191.5 -129t234.5 -47t234.5 47t191.5 129t130 192.5t48 235.5q0 94 -27.5 181t-79 160t-121 129t-153.5 89v-164q104 -59 167.5 -163.5t63.5 -231.5q0 -94 -35.5 -177t-97 -144.5t-144.5 -97t-177 -35.5t-177 35.5t-144.5 97 t-97.5 144.5t-36 177q0 127 63.5 231.5t168.5 163.5v164q-84 -33 -154 -89t-121 -129t-78.5 -160t-27.5 -181zM643 741v693h148v-693h-148z" />
<glyph unicode="R" d="M80 324v671l573 -323v-672zM156 1110l565 324l565 -324l-565 -324zM797 0v672l555 323v-671z" />
<glyph unicode="S" d="M20 498q0 88 25 129t61 50q14 3 29 3q25 0 52 -9q44 -15 83 -38t64.5 -24t40 11.5t19.5 33t5 42.5v267q0 39 27 65.5t66 26.5h217q23 0 43 5t31.5 19.5t10.5 40t-23.5 64.5t-37.5 83q-9 28 -9 53q0 14 3 28q8 37 49 61.5t129 24.5q90 0 131 -25t50 -61q3 -14 4 -29 q0 -25 -10 -52q-15 -44 -36 -83q-23 -39 -24.5 -64.5t9.5 -40t32.5 -19.5t44.5 -5h215q39 0 65.5 -27t26.5 -65v-871q0 -39 -26.5 -65.5t-65.5 -26.5h-215q-23 0 -44.5 5t-32.5 19.5t-9 40t24 64.5q20 39 36 83q10 28 10 53q0 15 -4 29q-9 38 -50 62.5t-131 24.5 q-88 0 -129 -24.5t-49 -62.5q-3 -14 -3 -28q0 -26 9 -54q14 -44 37 -83t24 -64.5t-10.5 -40t-33 -19.5t-43.5 -5h-215q-39 0 -66 26.5t-27 65.5v207q0 23 -5 44.5t-19.5 32.5t-40 9t-64.5 -24.5t-83 -36.5q-27 -9 -51 -9q-16 0 -30 3q-37 9 -61.5 49.5t-24.5 130.5z" />
<glyph unicode="T" d="M59 1094l43 180h392v72q0 35 25.5 61.5t62.5 26.5h270q37 0 62.5 -27t25.5 -61v-72h391l43 -180h-106l-123 -1094h-856l-123 1094h-107zM338 932l76 -717h106l-76 717h-106zM563 1274h307v72q0 16 -18 16h-270q-18 0 -19 -16v-72zM657 215h119v717h-119v-717zM913 215 h107l76 717h-107z" />
<glyph unicode="U" d="M0 446q10 63 80 110.5t172 57.5v11q-33 20 -52.5 62t-19.5 95q0 72 36 123t89 51t90 -51t37 -123q0 -53 -20.5 -95t-53.5 -62v-11q29 -4 54.5 -10t48.5 -14q-121 -53 -172 -144h-289zM303 326q6 43 35 88t74 84t104 66.5t127 33.5q2 6 2 16q-45 29 -71.5 86.5 t-26.5 128.5q0 49 13 91.5t35.5 74t54.5 50t67 18.5t65.5 -18.5t54 -50t37 -73.5t13.5 -92q0 -72 -26.5 -129t-72.5 -86v-16q70 -6 129.5 -33.5t104.5 -66.5t73.5 -84t34.5 -88h-827zM971 590q23 8 49.5 14t54.5 10v11q-33 20 -53.5 62t-20.5 95q0 72 37 123t90 51 q51 0 89 -51t38 -123q0 -53 -20.5 -95t-52.5 -62v-11q102 -10 171.5 -57t80.5 -111h-289q-27 43 -71 80t-103 64z" />
<glyph unicode="V" d="M178 614l828 820l-226 -615h475l-827 -819l225 614h-475z" />
<glyph unicode="W" d="M150 1229q74 6 143 20.5t137 40t138.5 61t148.5 83.5q78 -47 148.5 -83t138 -61.5t137 -40t143.5 -20.5q5 -78 5 -150q0 -129 -16 -238q-26 -171 -77 -301t-117.5 -223.5t-135.5 -157t-129 -101.5t-97 -58q-37 20 -97.5 58t-128 101.5t-135 157t-118 223.5t-76.5 300 q-17 110 -18 241q1 71 6 148zM246 1139q-1 -26 -1 -53q0 -431 193 -711q72 -102 149 -165t130 -93q51 31 129 93t149 165q193 280 194 711q0 26 -1 53q-117 16 -228.5 58t-242.5 120q-131 -78 -242.5 -120t-228.5 -58zM313 1081q98 18 195.5 57.5t208.5 100.5 q111 -61 208 -100t195 -58q0 -408 -180 -667q-94 -133 -223 -219q-131 88 -221 219q-183 259 -183 667z" />
<glyph unicode="X" d="M0 420v594l420 420h594l420 -420v-594l-420 -420h-594zM299 461l160 -162l258 258l258 -258l160 162l-256 256l256 258l-160 162l-258 -258l-258 258l-160 -162l258 -258z" />
<glyph unicode="Y" d="M0 0v627h627v-627h-627zM0 805v629h627v-629h-627zM805 0v627h629v-627h-629zM805 805v629h629v-629h-629z" />
<glyph unicode="Z" d="M9 924q-8 41 -8 81q0 65 22 130l309 -295l262 264l-295 307q66 22 132 22q39 0 79 -8q106 -20 186 -98q45 -47 72 -103.5t34 -116.5q3 -23 3 -47q0 -37 -7 -75q-11 -61 -42 -119l628 -567q25 -23 37.5 -51.5t12.5 -58t-11.5 -58.5t-33.5 -53l-33 -33q-25 -23 -53.5 -34 t-58.5 -11t-58.5 12.5t-50.5 36.5l-566 629q-94 -48 -194 -48q-24 0 -48 3q-126 14 -218 106q-78 79 -100 185z" />
<glyph unicode="[" d="M0 696.5q0 55.5 21.5 104.5t58.5 86t86 58.5t104 21.5h25l24 -4q-2 10 -2 28q0 78 54.5 132.5t132.5 54.5q47 0 85 -19.5t64 -54.5q47 59 115 93t147 34q68 0 127.5 -25.5t104.5 -69.5t71.5 -103.5t28.5 -127.5q82 -18 134.5 -83.5t52.5 -151.5q0 -51 -19.5 -95.5 t-52.5 -77t-77 -52t-95 -19.5h-318v-223h-311v223h-291q-55 0 -104 21.5t-86 58.5t-58.5 86t-21.5 104.5zM446 618h177v-354h188v354h176l-270 267z" />
<glyph unicode="\" d="M0 585.5q0 55.5 21.5 104.5t58.5 86t86 58.5t104 21.5q14 0 25.5 -1t23.5 -3q-2 8 -2 27q0 39 14.5 72.5t40 59t59.5 40t73 14.5q47 0 85 -19.5t64 -52.5q47 57 115 92t147 35q68 0 127.5 -25.5t104.5 -69.5t71.5 -102.5t28.5 -125.5q82 -23 134.5 -88.5t52.5 -151.5 q0 -49 -19.5 -94t-52.5 -78t-77 -52.5t-95 -19.5h-920q-55 0 -104 21.5t-86 58.5t-58.5 87t-21.5 105.5z" />
<glyph unicode="]" d="M0 702q0 57 21.5 106.5t58.5 86.5t86 58.5t104 21.5q25 0 49 -6q-2 10 -2 28q0 78 54.5 132.5t132.5 54.5q47 0 85 -19.5t64 -52.5q47 57 115 91t147 34q68 0 127.5 -25.5t104.5 -69.5t71.5 -102.5t28.5 -126.5q82 -20 134.5 -85.5t52.5 -151.5q0 -51 -19.5 -95 t-52.5 -77t-77 -52.5t-95 -19.5h-234l-239 -235l-240 235h-207q-55 0 -104 21.5t-86 58.5t-58.5 86t-21.5 104zM446 549l271 -266l270 266h-176v354h-188v-354h-177z" />
<glyph unicode="^" d="M0 717l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149z" />
<glyph unicode="_" d="M0 344.5q0 65.5 24.5 128t73.5 111.5l215 213q-2 -90 33 -185l-137 -137q-27 -27 -40 -61.5t-13 -69.5t13 -68.5t40 -60.5l6 -6q27 -27 60.5 -40t68.5 -13t70 13t61 40l305 305q27 27 39 60.5t12 69.5t-12 70t-39 60l-6 6q-10 8 -18 15.5t-19 11.5l111 113 q10 -8 18 -14.5t17 -16.5l6 -6q49 -49 73.5 -111.5t24.5 -127t-24.5 -128t-73.5 -113.5l-305 -305q-49 -49 -111.5 -73.5t-127 -24.5t-128 24.5t-113.5 73.5l-6 6q-49 49 -73.5 112t-24.5 128.5zM446 789.5q0 64.5 25 128t74 112.5l305 305q49 49 111.5 74t128 25t128 -25 t111.5 -74l6 -6q49 -49 74 -111.5t25 -127t-25 -128t-74 -112.5l-215 -213q2 90 -33 184l138 137q27 27 40 62t13 69.5t-13.5 68.5t-39.5 61l-6 6q-27 27 -61 40t-68.5 13t-69.5 -13.5t-62 -39.5l-305 -305q-27 -27 -40 -61t-13 -69.5t13.5 -69.5t39.5 -61l6 -6 q10 -8 18.5 -15t18.5 -11l-110 -113q-10 8 -18.5 14.5t-16.5 16.5l-6 6q-49 49 -74 111.5t-25 127z" />
<glyph unicode="`" d="M0 717q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM190 257q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48zM190 1176.5 q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM313 717q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86t-157.5 -32 t-157 32t-128 86t-87 128t-32 158zM428 716.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM651 66v114q0 29 19.5 47.5 t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM651 1253v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1030 338q0 27 19 47q20 18 46.5 18 t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1030 1095.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1188 717q0 29 18.5 47t46.5 18h115 q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5z" />
<glyph unicode="a" d="M16 678q-15 18 -15 37t15 39q10 14 23 26l24 25q68 66 144 124t160 101q53 29 110.5 50.5t116.5 31.5q33 4 62.5 6t60.5 2t61.5 -2t61.5 -6q59 -10 116.5 -31.5t110.5 -50.5q84 -43 161 -101.5t142 -123.5q14 -12 25.5 -24.5t23.5 -26.5q14 -19 14.5 -38.5t-14.5 -37.5 q-35 -41 -74.5 -77t-80.5 -69q-90 -72 -191.5 -127t-214.5 -79q-66 -14 -141 -15q-72 0 -142 15q-113 25 -214 80t-191 126q-41 33 -80 69t-74 77zM442 716.5q0 -57.5 21.5 -107.5t58.5 -88t87 -59.5t107.5 -21.5t107.5 21.5t87 59.5t58.5 88t21.5 107.5t-21.5 107.5 t-58.5 87t-87 58.5t-107.5 21.5t-107.5 -21.5t-87 -58.5t-58.5 -87t-21.5 -107.5zM610 717q0 45 31 75.5t76 30.5t75.5 -30.5t30.5 -75.5t-30.5 -76t-75.5 -31t-76 31t-31 76z" />
<glyph unicode="b" d="M268 0v1434h899v-1434l-450 451z" />
<glyph unicode="c" d="M0 946q51 -53 111 -115q51 -53 114.5 -118.5t130.5 -130.5q117 139 259.5 259t289 215t283.5 164.5t246 106.5q-297 -231 -504 -451.5t-338 -390.5q-154 -201 -252 -379z" />
<glyph unicode="d" d="M0 877l539 12l178 510l178 -510l539 -12l-430 -324l155 -518l-442 309l-443 -309l156 518zM250 797l280 -213l-102 -338l289 203l289 -203l-103 338l281 213l-350 8l-117 332l-117 -332z" />
<glyph unicode="e" d="M0 877l539 12l178 510l178 -510l539 -12l-430 -324l155 -518l-442 307l-443 -307l156 518zM717 449l289 -201l-103 336l281 213l-350 8l-117 332v-688z" />
<glyph unicode="f" d="M0 877l541 12l176 510l178 -510l539 -12l-430 -326l155 -516l-442 307l-443 -307l156 516z" />
<glyph unicode="g" d="M0 717q0 49 6 96l111 10q16 84 53 160l-86 74q25 43 53.5 82t61.5 73l94 -57q57 55 139 100l-26 109q43 20 89 34.5t95 22.5l43 -102q20 4 40.5 6t43 2t43 -2t41.5 -6l43 102q49 -8 95 -22.5t89 -34.5l-27 -109q78 -43 138 -100l96 57q33 -35 61.5 -73.5t51.5 -81.5 l-84 -74q37 -76 53 -160l110 -10q6 -47 7 -96q0 -51 -7 -96l-110 -11q-16 -84 -53 -159l84 -74q-23 -43 -51.5 -82t-61.5 -74l-96 58q-59 -57 -138 -101l27 -106q-88 -45 -184 -60l-43 103q-41 -6 -84 -6q-45 0 -84 6l-43 -103q-96 14 -184 60l26 106q-82 45 -139 101 l-94 -58q-33 35 -61.5 74t-53.5 82l86 74q-37 76 -53 159l-111 11q-6 45 -6 96zM510 717q0 -43 16.5 -81t44 -66.5t65.5 -45t81 -16.5t81 16.5t66.5 45t45 66.5t16.5 81t-16.5 81t-45 65.5t-66.5 44t-81 16.5t-81 -16.5t-65.5 -44t-44 -65.5t-16.5 -81z" />
<glyph unicode="h" d="M0 1006q0 78 29.5 146.5t80 118.5t119 79.5t146.5 29.5q117 0 207 -59t135 -158q45 98 135 157.5t205 59.5q78 0 146.5 -29.5t119.5 -79.5t81 -119t30 -146q0 -102 -34 -184.5t-91.5 -153t-131 -137t-153.5 -138t-160 -153.5t-147 -187q-74 104 -155 186.5t-160.5 153 t-152.5 135t-128 135t-88 154t-33 189.5z" />
<glyph unicode="i" d="M0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -227t-228.5 -152.5t-278.5 -56.5t-278.5 56.5t-228 152.5t-153.5 227t-56.5 278.5zM477 786q10 0 23.5 -2t26 -6t22.5 -7t16 -7 q10 -4 16.5 -11.5t12.5 -15.5q12 -18 12 -41v-329q0 -29 -10 -39q-10 -16 -31 -23q-8 -2 -15 -4t-17.5 -2t-18.5 -1t-18 -3v-88h460v88q-10 2 -19 3t-17 5q-10 2 -17.5 4t-15.5 6q-20 6 -31 23q-12 14 -12 39v467l-367 -8v-48zM561 1094q0 -55 43 -95q41 -39 103 -38 q59 0 100 38.5t41 94t-41 94.5t-100 39q-61 0 -103 -39q-43 -41 -43 -94z" />
<glyph unicode="j" d="M88 0v446h180v-446h-180zM90 627l539 536l178 -178l358 358l-90 91h268v-271l-88 92l-448 -450l-178 180l-449 -446zM446 0v627h181v-627h-181zM805 0v717h180v-717h-180zM1163 0v985h180v-985h-180z" />
<glyph unicode="k" d="M0 627q0 129 49 243.5t134 200.5t200 135t244 49v-628h628q0 -129 -49 -244t-135 -200t-200.5 -134t-243.5 -49t-244 49t-200 134t-134 200t-49 244zM805 805v629q131 0 245.5 -49.5t199.5 -134.5t134.5 -199.5t49.5 -245.5h-629z" />
<glyph unicode="l" d="M88 88v629q0 37 27.5 62.5t64.5 25.5h88v270q0 74 35 139.5t96.5 114.5t143.5 77t174 28t174 -28t142.5 -77t95 -114.5t34.5 -139.5v-270h92q35 0 61.5 -25.5t26.5 -62.5v-629q0 -35 -26.5 -61.5t-61.5 -26.5h-1075q-37 0 -64.5 26.5t-27.5 61.5zM446 805h539v270 q0 41 -22.5 70t-40.5 43q-39 33 -88 47q-53 20 -117 20t-117 -20q-49 -14 -88 -47q-18 -14 -42 -43t-24 -70v-270z" />
<glyph unicode="m" d="M0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM311 592h809v250h-809v-250z" />
<glyph unicode="n" d="M0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t277.5 -56.5t227.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-227.5 -153.5t-277.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM31 717q0 -72 14 -137.5t39 -124.5l317 131 q-27 66 -26 131q0 35 7 66.5t19 62.5l-317 133q-25 -59 -39 -125.5t-14 -136.5zM408 716.5q0 -63.5 24.5 -119.5t66.5 -98t98 -66.5t119.5 -24.5t120 24.5t98.5 66.5t66.5 98t24.5 119.5t-24.5 120t-66.5 98.5t-98.5 66.5t-120 24.5t-119.5 -24.5t-98 -66.5t-66.5 -98.5 t-24.5 -120zM453 84q125 -53 264 -53q137 0 262 53l-133 317q-31 -12 -62.5 -19t-66.5 -7q-66 0 -131 26zM453 1350l133 -320q59 27 131 27q70 0 129 -27l133 320q-121 51 -262 51q-143 0 -264 -51zM1030 586l320 -131q51 125 51 262t-51 262l-320 -133q27 -59 27 -129 q0 -72 -27 -131z" />
<glyph unicode="o" d="M0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM160 716.5q0 -114.5 44 -216t119.5 -177t177 -119.5 t216 -44t216 44t177.5 119.5t120 177t44 216t-44 216t-120 177.5t-177.5 120t-216 44t-216 -44t-177 -120t-119.5 -177.5t-44 -216zM317 717q0 82 32 154.5t86 127t127 86t155 31.5t154.5 -31.5t127 -86t86 -127t31.5 -154.5t-31.5 -155t-86 -127t-127 -86t-154.5 -32 t-155 32t-127 86t-86 127t-32 155zM477 717q0 -49 19.5 -93t51.5 -76t76 -51.5t93 -19.5t93 19.5t76 51.5t51 76t19 93t-19 93t-51 76t-76 51t-93 19t-93 -19t-76 -51t-51.5 -76t-19.5 -93zM637 717q0 35 22.5 57.5t57.5 22.5t57.5 -22.5t22.5 -57.5t-22.5 -57.5 t-57.5 -22.5t-57.5 22.5t-22.5 57.5z" />
<glyph unicode="p" d="M0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM313 592h279v-279h250v279h280v252h-280v278h-250 v-278h-279v-252z" />
<glyph unicode="q" d="M150 70v587h135q14 2 36.5 16.5t50 49.5t61.5 96.5t73 157.5q14 33 34.5 53.5t49.5 40.5q23 16 42 40t34.5 61.5t25.5 96t17 144.5q0 12 17 17q9 2 19.5 2t22.5 -2q25 -4 51.5 -18.5t46.5 -41.5q16 -23 25.5 -53.5t11.5 -65.5q1 -10 1 -20q0 -25 -4 -50q-5 -36 -17 -69 q-10 -23 -27.5 -56.5t-34 -70.5t-25 -69.5t4.5 -53.5q90 2 168 2q66 0 130 -3t89 -13q14 -6 31.5 -23.5t31 -39t22.5 -43t9 -37.5q-2 -16 -23.5 -40t-23.5 -42q-2 -10 5 -24.5t16.5 -30t17.5 -30t8 -24.5t-9 -22.5t-20.5 -25.5t-21.5 -25.5t-10 -22.5q-2 -23 14 -53.5 t16 -51.5q0 -16 -10 -30.5t-24 -28.5l-25 -25l-18 -22q-8 -16 -5.5 -45t-3.5 -45q-6 -12 -19 -28.5t-29.5 -31t-35 -26t-32.5 -15.5q-45 -14 -126 -16q-27 -1 -54 -1q-54 0 -109 3q-96 4 -201 14z" />
<glyph unicode="r" d="M150 780v584l409 53q106 8 203 13q55 3 109 2h54q81 -2 126 -15q14 -4 31.5 -15t34 -26.5t30.5 -32t20 -28.5q6 -16 2 -45t5 -43q6 -10 18 -22.5t25.5 -27t23.5 -28.5t10 -29q0 -23 -16 -52.5t-14 -51.5q0 -10 10 -22.5t21.5 -26t20.5 -25.5t9 -22q0 -12 -8 -26.5 t-17.5 -29t-16.5 -29t-5 -24.5q2 -18 23.5 -42t23.5 -40q0 -16 -9 -38.5t-22.5 -44t-31 -38t-31.5 -22.5q-25 -10 -88.5 -13.5t-128.5 -3.5q-78 0 -170 2q-12 -20 -4 -54t24.5 -69.5t33.5 -69.5l28 -56q12 -33 17 -69q4 -26 4 -51q0 -10 -1 -20q-2 -35 -11 -66.5t-26 -52.5 q-20 -27 -46.5 -42t-51.5 -19q-12 -2 -22.5 -2t-18.5 2q-16 4 -16 16q-6 86 -17.5 144.5t-27 96.5t-35 61.5t-41.5 39.5q-27 23 -48.5 43.5t-35.5 53.5q-39 96 -73 155.5t-61.5 94t-50 50t-36.5 23.5h-127h-8z" />
<glyph unicode="s" d="M176 894q-4 34 -4 67q0 58 13 114q22 88 76 164t138 127q84 49 178 61q34 4 67 5q58 0 114 -14q88 -22 164.5 -76t126.5 -138q47 -78 61 -163q7 -41 7 -81q0 -43 -8 -86q-15 -82 -59 -155.5t-112 -128.5l322 -471q4 -7 4 -15q0 -4 -1 -9q-3 -13 -14 -19l-121 -72 q-7 -5 -15 -5q-4 0 -8 1q-13 4 -18 16l-268 506q-80 -31 -163 -33h-12q-76 0 -148 24q-78 26 -144.5 77t-111.5 127q-52 84 -64 177zM326 916q8 -62 42.5 -119.5t86 -95t111.5 -52.5q38 -9 78 -9q22 0 45 3q62 8 120 43q57 33 94 85t52 112q10 39 10 79q0 22 -2 44 q-8 63 -43 120.5t-86.5 94t-111.5 51.5q-38 9 -78 9q-22 0 -45 -3q-62 -8 -119.5 -43t-94.5 -86t-52 -111q-10 -39 -10 -78q0 -22 3 -44z" />
<glyph unicode="t" d="M0 717q0 147 56.5 278t153.5 228.5t228 154t279 56.5q150 0 279.5 -56.5t227 -154t154 -228.5t56.5 -278q0 -150 -56.5 -280t-154 -227t-227.5 -153.5t-279 -56.5q-147 0 -278.5 56.5t-228.5 153.5t-153.5 227t-56.5 280zM117 717q0 -125 47 -234.5t128 -191.5 t190.5 -129t234.5 -47t234.5 47t191.5 129t129 191.5t47 234.5t-47 233.5t-129 190.5t-191.5 129t-234.5 47t-234.5 -47t-190.5 -129t-128 -190.5t-47 -233.5zM604 717q0 33 17.5 59.5t46.5 40.5v395h100v-395q12 -6 23 -14l18 -21l258 45l16 -100l-258 -43 q-10 -35 -39.5 -57.5t-68.5 -22.5q-47 0 -80 33t-33 80z" />
<glyph unicode="u" d="M0 92q0 74 37 139.5t101.5 121t154.5 95t196 60.5q51 -37 107.5 -57.5t120 -20.5t120 20.5t107.5 57.5q106 -20 195.5 -60t155 -95.5t102.5 -121t37 -139.5h-1434zM422 938q0 84 22.5 157.5t62.5 129t94 87t115.5 31.5t115 -31.5t93.5 -87t63.5 -129t23.5 -157.5 t-23.5 -158.5t-63.5 -130t-93.5 -87.5t-115 -32t-115.5 32t-94 87.5t-62.5 130t-22.5 158.5z" />
<glyph unicode="v" d="M180 45v1165q0 18 12.5 31.5t30.5 13.5h90v-92h-45v-1075h895v1075h-43v92h90q18 0 31.5 -13t13.5 -32v-1165q0 -18 -13 -31.5t-32 -13.5h-987q-18 0 -30.5 13.5t-12.5 31.5zM358 268v90h717v-90h-717zM358 539v88h717v-88h-717zM358 805v90h717v-90h-717zM358 1075v180 h179v88q0 37 26.5 64t63.5 27h178q39 0 65.5 -27t26.5 -64v-88h178v-180h-717zM627 1255h178v88h-176h-2v-88z" />
<glyph unicode="w" d="M0 225v889q49 41 150.5 67.5t218.5 26.5q94 0 185 -20.5t163 -73.5q49 41 150.5 67.5t217.5 26.5q94 0 185.5 -20.5t163.5 -73.5v-889q-72 51 -163 72.5t-186 21.5q-117 0 -218 -26.5t-150 -67.5q-72 51 -163 72.5t-185 21.5q-117 0 -218.5 -26.5t-150.5 -67.5zM72 342 q63 25 140 38t157 13q59 0 130.5 -10t145.5 -39v729q-53 33 -123.5 48.5t-152.5 15.5q-94 0 -173 -18.5t-124 -43.5v-733zM788 342q63 25 140.5 38t156.5 13q59 0 131 -10t146 -39v729q-53 33 -124 48.5t-153 15.5q-94 0 -172.5 -18.5t-124.5 -43.5v-733z" />
<glyph unicode="x" d="M-2 214q0 28 22 50l453 453l-453 452q-23 23 -22.5 50.5t22.5 50.5l146 143q20 20 49 20.5t49 -20.5l453 -452l452 452q20 20 49 20.5t52 -20.5l143 -143q23 -23 23 -50.5t-23 -50.5l-452 -452l452 -453q23 -23 23 -50.5t-23 -49.5l-143 -144q-23 -23 -51.5 -22.5 t-49.5 22.5l-452 453l-453 -453q-20 -23 -49 -22.5t-49 22.5l-146 144q-22 22 -22 50z" />
<glyph unicode="y" d="M0 88v1077l446 181v-1078zM494 268v1078l446 -181v-1077zM987 88v1077l447 181v-1078z" />
<glyph unicode="z" d="M-1 265q0 21 17 38q8 8 27.5 26.5t43.5 43t52 53.5l56 55l141 142q33 2 61 16q25 12 48.5 37.5t33.5 75.5q23 14 46.5 -2.5t43.5 -34.5q8 10 27.5 29.5t48.5 46.5l-55 57q-52 -25 -109 -25q-22 0 -45 3q-82 13 -141 73q-51 51 -69 120q-8 32 -8 62q0 36 11 72l205 -195 l160 160l-195 205q36 10 72 10q30 0 61 -7q68 -15 121 -69q59 -59 72 -141q3 -21 3 -42q0 -59 -26 -111l60 -58q35 35 68.5 68t61.5 60.5t48.5 47t28.5 27.5q14 16 23 31.5t18 29.5q8 16 14 31l90 64l25 -25l24 -25l-65 -88q-14 -6 -31 -14q-14 -8 -29.5 -18.5t-29.5 -24.5 l-29 -29l-45 -45l-62 -61l-65 -70l592 -561q33 -29 35 -70v-5q0 -37 -27 -64l-21 -19q-27 -27 -64 -26h-5q-41 2 -70 35l-559 589q-27 -25 -45 -44t-29 -29q18 -20 35 -43t2 -47q-49 -10 -75.5 -34t-38.5 -48q-14 -29 -17 -62l-141 -141l-55 -57l-54 -52l-41 -43l-26 -26 q-17 -17 -39 -18h-2q-23 1 -44.5 11.5t-39 23.5t-23.5 22q-8 6 -21.5 23.5t-23.5 38.5q-11 24 -11 47zM98 199q11 -9 20.5 -9.5t16.5 9.5l416 415q9 8 9 17q0 10 -11 20q-9 9 -19 9l-18 -9l-414 -415q-9 -7 -9 -16.5t9 -20.5z" />
<glyph unicode="{" d="M332 717l385 221l385 221v-442v-443l-385 220z" />
<glyph unicode="|" d="M274 1102h443h442l-219 -385l-223 -385l-221 385z" />
<glyph unicode="}" d="M332 274v443v442l385 -221l385 -221l-385 -223z" />
<glyph unicode="~" d="M274 332l222 385l221 385l223 -385l219 -385h-442h-443z" />
<glyph unicode="&#xa0;" d="M0 716.5q0 147.5 56.5 278.5t154.5 228.5t228 154t277.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-277.5 56.5t-228 153.5t-154.5 228t-56.5 278.5zM150 717q0 -117 45 -220.5t121.5 -180t180 -121.5 t220.5 -45t220 45t180 121.5t122 180t45 220.5t-45 220t-122 180t-180 122t-220 45t-220.5 -45t-180 -122t-121.5 -180t-45 -220zM508 387v330v330l285 -164l284 -166l-284 -164z" />
<glyph unicode="&#xaa;" d="M16 678q-15 18 -15 37t15 39q10 14 23 26l24 25q68 66 144 124t160 101q53 29 110.5 50.5t116.5 31.5q33 4 62.5 6t60.5 2t61.5 -2t61.5 -6q59 -10 116.5 -31.5t110.5 -50.5q84 -43 161 -101.5t142 -123.5q14 -12 25.5 -24.5t23.5 -26.5q14 -19 14.5 -38.5t-14.5 -37.5 q-35 -41 -74.5 -77t-80.5 -69q-90 -72 -191.5 -127t-214.5 -79q-66 -14 -141 -15q-72 0 -142 15q-113 25 -214 80t-191 126q-41 33 -80 69t-74 77zM442 716.5q0 -57.5 21.5 -107.5t58.5 -88t87 -59.5t107.5 -21.5t107.5 21.5t87 59.5t58.5 88t21.5 107.5t-21.5 107.5 t-58.5 87t-87 58.5t-107.5 21.5t-107.5 -21.5t-87 -58.5t-58.5 -87t-21.5 -107.5zM610 717q0 45 31 75.5t76 30.5t75.5 -30.5t30.5 -75.5t-30.5 -76t-75.5 -31t-76 31t-31 76z" />
<glyph unicode="&#xad;" d="M0 633v168q0 23 16.5 40t38.5 17h1323q23 0 39.5 -17.5t16.5 -39.5v-168q0 -23 -16.5 -40.5t-39.5 -17.5h-1323q-23 0 -39 17.5t-16 40.5z" />
<glyph unicode="&#xb2;" d="M0 178v1077h1434v-1077h-1434zM88 268h180v178h-180v-178zM88 627h180v178h-180v-178zM88 985h180v178h-180v-178zM358 268h717v895h-717v-895zM537 446v539l360 -268zM1163 268h180v178h-180v-178zM1163 627h180v178h-180v-178zM1163 985h180v178h-180v-178z" />
<glyph unicode="&#xb3;" d="M2 184q-6 41 8.5 80t45 71t73.5 54.5t96 28.5q47 8 93.5 1t80.5 -26l37 953l998 79q-12 -299 -23 -536q-4 -102 -9 -200.5t-8 -178.5t-6.5 -132t-3.5 -61q-4 -72 -65.5 -130t-157.5 -72q-53 -6 -100 3t-85 30.5t-62.5 55.5t-30.5 74.5t8 79.5t45 71t74 53.5t96 29.5 q51 8 97 -1t83 -30l35 674l-778 -82q-8 -211 -17 -385q-4 -74 -7 -148.5t-6 -138t-5 -109.5t-2 -65q0 -4 -2 -6v-2q-6 -72 -68.5 -127t-154.5 -69q-53 -8 -100.5 1t-85.5 31.5t-62.5 55t-30.5 73.5z" />
<glyph unicode="&#xb9;" d="M0 223v797q0 29 20.5 50.5t51.5 21.5h327l11 71l8 47q4 29 28.5 50.5t53.5 21.5h434q29 0 53.5 -21.5t28.5 -50.5l8 -47l10 -71h328q31 0 51.5 -21.5t20.5 -50.5v-797q0 -29 -20.5 -50t-51.5 -21h-1290q-31 0 -51.5 21t-20.5 50zM305 680q0 -86 33 -161t88 -131t130 -89 t161 -33t160.5 33t130 89t88 131t32.5 161q0 84 -32.5 158.5t-88 131t-130 89.5t-160.5 33t-161 -33t-130 -89.5t-88 -131t-33 -158.5zM395 680q0 68 25.5 126t68.5 101t101.5 68.5t126 25.5t126 -25.5t102.5 -68.5t69.5 -101t25.5 -126t-25.5 -127t-69.5 -102t-102.5 -69 t-126 -26t-126 26t-101.5 69t-68.5 102t-25.5 127zM1188 891h139v84h-139v-84z" />
<glyph unicode="&#xba;" d="M0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM160 716.5q0 -114.5 44 -216t119.5 -177t177 -119.5 t216 -44t216 44t177.5 119.5t120 177t44 216t-44 216t-120 177.5t-177.5 120t-216 44t-216 -44t-177 -120t-119.5 -177.5t-44 -216zM317 717q0 82 32 154.5t86 127t127 86t155 31.5t154.5 -31.5t127 -86t86 -127t31.5 -154.5t-31.5 -155t-86 -127t-127 -86t-154.5 -32 t-155 32t-127 86t-86 127t-32 155zM477 717q0 -49 19.5 -93t51.5 -76t76 -51.5t93 -19.5t93 19.5t76 51.5t51 76t19 93t-19 93t-51 76t-76 51t-93 19t-93 -19t-76 -51t-51.5 -76t-19.5 -93zM637 717q0 35 22.5 57.5t57.5 22.5t57.5 -22.5t22.5 -57.5t-22.5 -57.5 t-57.5 -22.5t-57.5 22.5t-22.5 57.5z" />
<glyph unicode="&#xc0;" d="M805 2253q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM995 1793q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48z M995 2712.5q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM1118 2253q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86 t-157.5 -32t-157 32t-128 86t-87 128t-32 158zM1233 2252.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM1456 1602v114 q0 29 19.5 47.5t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM1456 2789v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1835 1874q0 27 19 47 q20 18 46.5 18t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1835 2631.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1993 2253q0 29 18.5 47 t46.5 18h115q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5zM0 655l1434 709l-904 -885zM647 70v297l148 -56zM647 440l787 924l-256 -1116z" />
<glyph unicode="&#xc2;" d="M1042 2253l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149zM0 655l1434 709l-904 -885zM647 70v297l148 -56zM647 440l787 924l-256 -1116z" />
<glyph unicode="&#xc3;" d="M1054 1536l222 385l221 385l223 -385l219 -385h-442h-443zM0 655l1434 709l-904 -885zM647 70v297l148 -56zM647 440l787 924l-256 -1116z" />
<glyph unicode="&#xc8;" d="M70 2273q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM260 1813q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48z M260 2732.5q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM383 2273q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86 t-157.5 -32t-157 32t-128 86t-87 128t-32 158zM498 2272.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM721 1622v114 q0 29 19.5 47.5t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM721 2809v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1100 1894q0 27 19 47 q20 18 46.5 18t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1100 2651.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1258 2273q0 29 18.5 47 t46.5 18h115q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5zM117 0v59q0 100 19.5 195.5t56 180.5t89 157t117.5 125q-66 51 -118 122.5t-88.5 156.5t-56 180.5t-19.5 197.5v60h1200v-60q0 -102 -19.5 -197.5t-56.5 -180.5 t-89 -156.5t-118 -122.5q131 -106 207 -280.5t76 -377.5v-59h-1200zM238 117h958q-6 90 -28.5 174t-60.5 154.5t-90 127t-114 93.5l-88 51l88 51q125 72 204 218.5t89 330.5h-958q12 -184 91 -330.5t203 -218.5l86 -51l-86 -51q-61 -37 -113 -93.5t-90 -127t-61.5 -154.5 t-29.5 -174zM391 219q31 72 68 137q33 55 78 110.5t102 84.5v2h2q2 0 2 2q20 12 34.5 54t16.5 92q0 8 1 17q0 41 -9 80q-10 46 -39 64q-41 23 -74.5 66t-56.5 84q-27 49 -49 102h502q-23 -53 -49 -102q-25 -41 -59 -84t-75 -66q-29 -18 -38 -64q-8 -35 -8 -74v-23 q3 -50 16.5 -92t34.5 -54q0 -2 2 -2h4v-2q55 -29 100 -84t78 -111q37 -66 67 -137h-651z" />
<glyph unicode="&#xca;" d="M307 2273l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149zM117 0v59q0 100 19.5 195.5t56 180.5t89 157t117.5 125q-66 51 -118 122.5t-88.5 156.5t-56 180.5t-19.5 197.5 v60h1200v-60q0 -102 -19.5 -197.5t-56.5 -180.5t-89 -156.5t-118 -122.5q131 -106 207 -280.5t76 -377.5v-59h-1200zM238 117h958q-6 90 -28.5 174t-60.5 154.5t-90 127t-114 93.5l-88 51l88 51q125 72 204 218.5t89 330.5h-958q12 -184 91 -330.5t203 -218.5l86 -51 l-86 -51q-61 -37 -113 -93.5t-90 -127t-61.5 -154.5t-29.5 -174zM391 219q31 72 68 137q33 55 78 110.5t102 84.5v2h2q2 0 2 2q20 12 34.5 54t16.5 92q0 8 1 17q0 41 -9 80q-10 46 -39 64q-41 23 -74.5 66t-56.5 84q-27 49 -49 102h502q-23 -53 -49 -102q-25 -41 -59 -84 t-75 -66q-29 -18 -38 -64q-8 -35 -8 -74v-23q3 -50 16.5 -92t34.5 -54q0 -2 2 -2h4v-2q55 -29 100 -84t78 -111q37 -66 67 -137h-651z" />
<glyph unicode="&#xcc;" d="M152 2253q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM342 1793q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48z M342 2712.5q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM465 2253q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86 t-157.5 -32t-157 32t-128 86t-87 128t-32 158zM580 2252.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM803 1602v114 q0 29 19.5 47.5t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM803 2789v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1182 1874q0 27 19 47 q20 18 46.5 18t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1182 2631.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1340 2253q0 29 18.5 47 t46.5 18h115q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5zM0 475l717 717l252 -254v104h180v-284l285 -283h-174v-475h-453v293h-180v-293h-453v475h-174z" />
<glyph unicode="&#xce;" d="M389 2253l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149zM0 475l717 717l252 -254v104h180v-284l285 -283h-174v-475h-453v293h-180v-293h-453v475h-174z" />
<glyph unicode="&#xd1;" d="M344 1536l222 385l221 385l223 -385l219 -385h-442h-443zM0 629q0 147 56.5 278t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278q0 -152 -60.5 -289t-171.5 -240l-14 -12h-942l-15 12q-111 102 -171 239.5t-60 289.5zM94 602 q0 -74 23 -151l100 32q4 -8 6 -15t4 -15l-100 -33q49 -135 154 -240h872q104 104 154 240l-101 33q2 8 4 15t7 15l100 -32q20 74 24 151h-208q0 6 1 12.5t1 14.5q0 6 -1 12t-1 12h208q-4 82 -24 152l-100 -33q-4 8 -7 16l-4 17l101 33q-29 78 -70 135l-170 -121 q-12 20 -29 41l168 123q-49 61 -110 108l-62 -86q-6 4 -12 9.5t-14 11.5l63 84q-61 43 -137 71l-64 -198l-24 8l-27 8l66 199q-37 10 -74 15t-78 7v-106h-16h-17v106q-41 -2 -77.5 -7t-73.5 -15l65 -199q-14 -4 -26 -8l-25 -8l-63 198q-76 -29 -138 -71l64 -84 q-8 -6 -14 -11.5t-13 -9.5l-61 86q-61 -47 -111 -108l168 -123q-16 -20 -28 -41l-170 121q-41 -57 -70 -135l100 -33l-4 -17l-6 -16l-100 33q-23 -74 -23 -152h207q0 -6 -1 -12t-1 -12q0 -8 1 -14.5t1 -12.5h-207zM389 322l574 688l41 -31l-478 -758z" />
<glyph unicode="&#xd2;" d="M360 2253q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM550 1793q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48z M550 2712.5q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM673 2253q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86 t-157.5 -32t-157 32t-128 86t-87 128t-32 158zM788 2252.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM1011 1602v114 q0 29 19.5 47.5t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM1011 2789v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1390 1874q0 27 19 47 q20 18 46.5 18t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1390 2631.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1548 2253q0 29 18.5 47 t46.5 18h115q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5zM0 279l600 602q-15 55 -15 111q0 52 13 105q27 110 111 193q61 61 139 92t158.5 31t159.5 -31.5t141 -93.5q63 -63 95 -142t32 -160t-30 -159.5t-91 -140.5 q-86 -84 -195 -108q-50 -11 -100 -12l-117 16l-119 -123h-192v-146h-141v-145h-146v-148h-252q-27 2 -38 13.5t-11 40.5zM1026 1123q0 -46 33 -81q35 -35 81 -34.5t81 32.5q33 35 32.5 81t-34.5 79q-35 35 -81 35t-79 -33t-33 -79z" />
<glyph unicode="&#xd4;" d="M598 2253l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149zM0 279l600 602q-15 55 -15 111q0 52 13 105q27 110 111 193q61 61 139 92t158.5 31t159.5 -31.5t141 -93.5 q63 -63 95 -142t32 -160t-30 -159.5t-91 -140.5q-86 -84 -195 -108q-50 -11 -100 -12l-117 16l-119 -123h-192v-146h-141v-145h-146v-148h-252q-27 2 -38 13.5t-11 40.5zM1026 1123q0 -46 33 -81q35 -35 81 -34.5t81 32.5q33 35 32.5 81t-34.5 79q-35 35 -81 35t-79 -33 t-33 -79z" />
<glyph unicode="&#xd5;" d="M610 1536l222 385l221 385l223 -385l219 -385h-442h-443zM0 279l600 602q-15 55 -15 111q0 52 13 105q27 110 111 193q61 61 139 92t158.5 31t159.5 -31.5t141 -93.5q63 -63 95 -142t32 -160t-30 -159.5t-91 -140.5q-86 -84 -195 -108q-50 -11 -100 -12l-117 16 l-119 -123h-192v-146h-141v-145h-146v-148h-252q-27 2 -38 13.5t-11 40.5zM1026 1123q0 -46 33 -81q35 -35 81 -34.5t81 32.5q33 35 32.5 81t-34.5 79q-35 35 -81 35t-79 -33t-33 -79z" />
<glyph unicode="&#xd9;" d="M199 2253q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM389 1793q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48z M389 2712.5q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM512 2253q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86 t-157.5 -32t-157 32t-128 86t-87 128t-32 158zM627 2252.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM850 1602v114 q0 29 19.5 47.5t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM850 2789v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1229 1874q0 27 19 47 q20 18 46.5 18t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1229 2631.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1387 2253q0 29 18.5 47 t46.5 18h115q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5zM0 446q10 63 80 110.5t172 57.5v11q-33 20 -52.5 62t-19.5 95q0 72 36 123t89 51t90 -51t37 -123q0 -53 -20.5 -95t-53.5 -62v-11q29 -4 54.5 -10t48.5 -14 q-121 -53 -172 -144h-289zM303 326q6 43 35 88t74 84t104 66.5t127 33.5q2 6 2 16q-45 29 -71.5 86.5t-26.5 128.5q0 49 13 91.5t35.5 74t54.5 50t67 18.5t65.5 -18.5t54 -50t37 -73.5t13.5 -92q0 -72 -26.5 -129t-72.5 -86v-16q70 -6 129.5 -33.5t104.5 -66.5t73.5 -84 t34.5 -88h-827zM971 590q23 8 49.5 14t54.5 10v11q-33 20 -53.5 62t-20.5 95q0 72 37 123t90 51q51 0 89 -51t38 -123q0 -53 -20.5 -95t-52.5 -62v-11q102 -10 171.5 -57t80.5 -111h-289q-27 43 -71 80t-103 64z" />
<glyph unicode="&#xdb;" d="M436 2253l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149zM0 446q10 63 80 110.5t172 57.5v11q-33 20 -52.5 62t-19.5 95q0 72 36 123t89 51t90 -51t37 -123 q0 -53 -20.5 -95t-53.5 -62v-11q29 -4 54.5 -10t48.5 -14q-121 -53 -172 -144h-289zM303 326q6 43 35 88t74 84t104 66.5t127 33.5q2 6 2 16q-45 29 -71.5 86.5t-26.5 128.5q0 49 13 91.5t35.5 74t54.5 50t67 18.5t65.5 -18.5t54 -50t37 -73.5t13.5 -92q0 -72 -26.5 -129 t-72.5 -86v-16q70 -6 129.5 -33.5t104.5 -66.5t73.5 -84t34.5 -88h-827zM971 590q23 8 49.5 14t54.5 10v11q-33 20 -53.5 62t-20.5 95q0 72 37 123t90 51q51 0 89 -51t38 -123q0 -53 -20.5 -95t-52.5 -62v-11q102 -10 171.5 -57t80.5 -111h-289q-27 43 -71 80t-103 64z" />
<glyph unicode="&#xe0;" d="M184 2273q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM374 1813q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48z M374 2732.5q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM497 2273q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86 t-157.5 -32t-157 32t-128 86t-87 128t-32 158zM612 2272.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM835 1622v114 q0 29 19.5 47.5t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM835 2809v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1214 1894q0 27 19 47 q20 18 46.5 18t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1214 2651.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1372 2273q0 29 18.5 47 t46.5 18h115q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5zM16 678q-15 18 -15 37t15 39q10 14 23 26l24 25q68 66 144 124t160 101q53 29 110.5 50.5t116.5 31.5q33 4 62.5 6t60.5 2t61.5 -2t61.5 -6q59 -10 116.5 -31.5 t110.5 -50.5q84 -43 161 -101.5t142 -123.5q14 -12 25.5 -24.5t23.5 -26.5q14 -19 14.5 -38.5t-14.5 -37.5q-35 -41 -74.5 -77t-80.5 -69q-90 -72 -191.5 -127t-214.5 -79q-66 -14 -141 -15q-72 0 -142 15q-113 25 -214 80t-191 126q-41 33 -80 69t-74 77zM442 716.5 q0 -57.5 21.5 -107.5t58.5 -88t87 -59.5t107.5 -21.5t107.5 21.5t87 59.5t58.5 88t21.5 107.5t-21.5 107.5t-58.5 87t-87 58.5t-107.5 21.5t-107.5 -21.5t-87 -58.5t-58.5 -87t-21.5 -107.5zM610 717q0 45 31 75.5t76 30.5t75.5 -30.5t30.5 -75.5t-30.5 -76t-75.5 -31 t-76 31t-31 76z" />
<glyph unicode="&#xe2;" d="M422 2273l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149zM16 678q-15 18 -15 37t15 39q10 14 23 26l24 25q68 66 144 124t160 101q53 29 110.5 50.5t116.5 31.5 q33 4 62.5 6t60.5 2t61.5 -2t61.5 -6q59 -10 116.5 -31.5t110.5 -50.5q84 -43 161 -101.5t142 -123.5q14 -12 25.5 -24.5t23.5 -26.5q14 -19 14.5 -38.5t-14.5 -37.5q-35 -41 -74.5 -77t-80.5 -69q-90 -72 -191.5 -127t-214.5 -79q-66 -14 -141 -15q-72 0 -142 15 q-113 25 -214 80t-191 126q-41 33 -80 69t-74 77zM442 716.5q0 -57.5 21.5 -107.5t58.5 -88t87 -59.5t107.5 -21.5t107.5 21.5t87 59.5t58.5 88t21.5 107.5t-21.5 107.5t-58.5 87t-87 58.5t-107.5 21.5t-107.5 -21.5t-87 -58.5t-58.5 -87t-21.5 -107.5zM610 717 q0 45 31 75.5t76 30.5t75.5 -30.5t30.5 -75.5t-30.5 -76t-75.5 -31t-76 31t-31 76z" />
<glyph unicode="&#xe3;" d="M434 1557l222 385l221 385l223 -385l219 -385h-442h-443zM16 678q-15 18 -15 37t15 39q10 14 23 26l24 25q68 66 144 124t160 101q53 29 110.5 50.5t116.5 31.5q33 4 62.5 6t60.5 2t61.5 -2t61.5 -6q59 -10 116.5 -31.5t110.5 -50.5q84 -43 161 -101.5t142 -123.5 q14 -12 25.5 -24.5t23.5 -26.5q14 -19 14.5 -38.5t-14.5 -37.5q-35 -41 -74.5 -77t-80.5 -69q-90 -72 -191.5 -127t-214.5 -79q-66 -14 -141 -15q-72 0 -142 15q-113 25 -214 80t-191 126q-41 33 -80 69t-74 77zM442 716.5q0 -57.5 21.5 -107.5t58.5 -88t87 -59.5 t107.5 -21.5t107.5 21.5t87 59.5t58.5 88t21.5 107.5t-21.5 107.5t-58.5 87t-87 58.5t-107.5 21.5t-107.5 -21.5t-87 -58.5t-58.5 -87t-21.5 -107.5zM610 717q0 45 31 75.5t76 30.5t75.5 -30.5t30.5 -75.5t-30.5 -76t-75.5 -31t-76 31t-31 76z" />
<glyph unicode="&#xe8;" d="M82 2273q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM272 1813q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48z M272 2732.5q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM395 2273q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86 t-157.5 -32t-157 32t-128 86t-87 128t-32 158zM510 2272.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM733 1622v114 q0 29 19.5 47.5t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM733 2809v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1112 1894q0 27 19 47 q20 18 46.5 18t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1112 2651.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1270 2273q0 29 18.5 47 t46.5 18h115q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5zM0 877l539 12l178 510l178 -510l539 -12l-430 -324l155 -518l-442 307l-443 -307l156 518zM717 449l289 -201l-103 336l281 213l-350 8l-117 332v-688z" />
<glyph unicode="&#xea;" d="M322 2273l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149zM0 877l539 12l178 510l178 -510l539 -12l-430 -324l155 -518l-442 307l-443 -307l156 518zM717 449l289 -201 l-103 336l281 213l-350 8l-117 332v-688z" />
<glyph unicode="&#xec;" d="M70 2273q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM260 1813q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48z M260 2732.5q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM383 2273q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86 t-157.5 -32t-157 32t-128 86t-87 128t-32 158zM498 2272.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM721 1622v114 q0 29 19.5 47.5t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM721 2809v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1100 1894q0 27 19 47 q20 18 46.5 18t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1100 2651.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1258 2273q0 29 18.5 47 t46.5 18h115q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5zM0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -227t-228.5 -152.5t-278.5 -56.5 t-278.5 56.5t-228 152.5t-153.5 227t-56.5 278.5zM477 786q10 0 23.5 -2t26 -6t22.5 -7t16 -7q10 -4 16.5 -11.5t12.5 -15.5q12 -18 12 -41v-329q0 -29 -10 -39q-10 -16 -31 -23q-8 -2 -15 -4t-17.5 -2t-18.5 -1t-18 -3v-88h460v88q-10 2 -19 3t-17 5q-10 2 -17.5 4t-15.5 6 q-20 6 -31 23q-12 14 -12 39v467l-367 -8v-48zM561 1094q0 -55 43 -95q41 -39 103 -38q59 0 100 38.5t41 94t-41 94.5t-100 39q-61 0 -103 -39q-43 -41 -43 -94z" />
<glyph unicode="&#xee;" d="M307 2273l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149zM0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5 t-56.5 -278.5t-154 -227t-228.5 -152.5t-278.5 -56.5t-278.5 56.5t-228 152.5t-153.5 227t-56.5 278.5zM477 786q10 0 23.5 -2t26 -6t22.5 -7t16 -7q10 -4 16.5 -11.5t12.5 -15.5q12 -18 12 -41v-329q0 -29 -10 -39q-10 -16 -31 -23q-8 -2 -15 -4t-17.5 -2t-18.5 -1t-18 -3 v-88h460v88q-10 2 -19 3t-17 5q-10 2 -17.5 4t-15.5 6q-20 6 -31 23q-12 14 -12 39v467l-367 -8v-48zM561 1094q0 -55 43 -95q41 -39 103 -38q59 0 100 38.5t41 94t-41 94.5t-100 39q-61 0 -103 -39q-43 -41 -43 -94z" />
<glyph unicode="&#xf1;" d="M581 1557l222 385l221 385l223 -385l219 -385h-442h-443zM0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t277.5 -56.5t227.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-227.5 -153.5t-277.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228 t-56.5 278.5zM31 717q0 -72 14 -137.5t39 -124.5l317 131q-27 66 -26 131q0 35 7 66.5t19 62.5l-317 133q-25 -59 -39 -125.5t-14 -136.5zM408 716.5q0 -63.5 24.5 -119.5t66.5 -98t98 -66.5t119.5 -24.5t120 24.5t98.5 66.5t66.5 98t24.5 119.5t-24.5 120t-66.5 98.5 t-98.5 66.5t-120 24.5t-119.5 -24.5t-98 -66.5t-66.5 -98.5t-24.5 -120zM453 84q125 -53 264 -53q137 0 262 53l-133 317q-31 -12 -62.5 -19t-66.5 -7q-66 0 -131 26zM453 1350l133 -320q59 27 131 27q70 0 129 -27l133 320q-121 51 -262 51q-143 0 -264 -51zM1030 586 l320 -131q51 125 51 262t-51 262l-320 -133q27 -59 27 -129q0 -72 -27 -131z" />
<glyph unicode="&#xf2;" d="M70 2273q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM260 1813q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48z M260 2732.5q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM383 2273q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86 t-157.5 -32t-157 32t-128 86t-87 128t-32 158zM498 2272.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM721 1622v114 q0 29 19.5 47.5t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM721 2809v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1100 1894q0 27 19 47 q20 18 46.5 18t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1100 2651.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1258 2273q0 29 18.5 47 t46.5 18h115q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5zM0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5 t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM160 716.5q0 -114.5 44 -216t119.5 -177t177 -119.5t216 -44t216 44t177.5 119.5t120 177t44 216t-44 216t-120 177.5t-177.5 120t-216 44t-216 -44t-177 -120t-119.5 -177.5t-44 -216zM317 717q0 82 32 154.5t86 127 t127 86t155 31.5t154.5 -31.5t127 -86t86 -127t31.5 -154.5t-31.5 -155t-86 -127t-127 -86t-154.5 -32t-155 32t-127 86t-86 127t-32 155zM477 717q0 -49 19.5 -93t51.5 -76t76 -51.5t93 -19.5t93 19.5t76 51.5t51 76t19 93t-19 93t-51 76t-76 51t-93 19t-93 -19t-76 -51 t-51.5 -76t-19.5 -93zM637 717q0 35 22.5 57.5t57.5 22.5t57.5 -22.5t22.5 -57.5t-22.5 -57.5t-57.5 -22.5t-57.5 22.5t-22.5 57.5z" />
<glyph unicode="&#xf4;" d="M307 2273l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149zM0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5 t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM160 716.5q0 -114.5 44 -216t119.5 -177t177 -119.5t216 -44t216 44t177.5 119.5t120 177t44 216t-44 216t-120 177.5t-177.5 120t-216 44t-216 -44t-177 -120 t-119.5 -177.5t-44 -216zM317 717q0 82 32 154.5t86 127t127 86t155 31.5t154.5 -31.5t127 -86t86 -127t31.5 -154.5t-31.5 -155t-86 -127t-127 -86t-154.5 -32t-155 32t-127 86t-86 127t-32 155zM477 717q0 -49 19.5 -93t51.5 -76t76 -51.5t93 -19.5t93 19.5t76 51.5t51 76 t19 93t-19 93t-51 76t-76 51t-93 19t-93 -19t-76 -51t-51.5 -76t-19.5 -93zM637 717q0 35 22.5 57.5t57.5 22.5t57.5 -22.5t22.5 -57.5t-22.5 -57.5t-57.5 -22.5t-57.5 22.5t-22.5 57.5z" />
<glyph unicode="&#xf5;" d="M319 1557l222 385l221 385l223 -385l219 -385h-442h-443zM0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228 t-56.5 278.5zM160 716.5q0 -114.5 44 -216t119.5 -177t177 -119.5t216 -44t216 44t177.5 119.5t120 177t44 216t-44 216t-120 177.5t-177.5 120t-216 44t-216 -44t-177 -120t-119.5 -177.5t-44 -216zM317 717q0 82 32 154.5t86 127t127 86t155 31.5t154.5 -31.5t127 -86 t86 -127t31.5 -154.5t-31.5 -155t-86 -127t-127 -86t-154.5 -32t-155 32t-127 86t-86 127t-32 155zM477 717q0 -49 19.5 -93t51.5 -76t76 -51.5t93 -19.5t93 19.5t76 51.5t51 76t19 93t-19 93t-51 76t-76 51t-93 19t-93 -19t-76 -51t-51.5 -76t-19.5 -93zM637 717 q0 35 22.5 57.5t57.5 22.5t57.5 -22.5t22.5 -57.5t-22.5 -57.5t-57.5 -22.5t-57.5 22.5t-22.5 57.5z" />
<glyph unicode="&#xf9;" d="M102 2273q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM292 1813q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48z M292 2732.5q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM415 2273q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86 t-157.5 -32t-157 32t-128 86t-87 128t-32 158zM530 2272.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM753 1622v114 q0 29 19.5 47.5t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM753 2809v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1132 1894q0 27 19 47 q20 18 46.5 18t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1132 2651.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1290 2273q0 29 18.5 47 t46.5 18h115q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5zM0 92q0 74 37 139.5t101.5 121t154.5 95t196 60.5q51 -37 107.5 -57.5t120 -20.5t120 20.5t107.5 57.5q106 -20 195.5 -60t155 -95.5t102.5 -121t37 -139.5h-1434z M422 938q0 84 22.5 157.5t62.5 129t94 87t115.5 31.5t115 -31.5t93.5 -87t63.5 -129t23.5 -157.5t-23.5 -158.5t-63.5 -130t-93.5 -87.5t-115 -32t-115.5 32t-94 87.5t-62.5 130t-22.5 158.5z" />
<glyph unicode="&#xfb;" d="M342 2273l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149zM0 92q0 74 37 139.5t101.5 121t154.5 95t196 60.5q51 -37 107.5 -57.5t120 -20.5t120 20.5t107.5 57.5 q106 -20 195.5 -60t155 -95.5t102.5 -121t37 -139.5h-1434zM422 938q0 84 22.5 157.5t62.5 129t94 87t115.5 31.5t115 -31.5t93.5 -87t63.5 -129t23.5 -157.5t-23.5 -158.5t-63.5 -130t-93.5 -87.5t-115 -32t-115.5 32t-94 87.5t-62.5 130t-22.5 158.5z" />
<glyph unicode="&#x152;" horiz-adv-x="2867" d="M1551 0v59q0 100 19.5 195.5t56 180.5t89 157t117.5 125q-66 51 -118 122.5t-88.5 156.5t-56 180.5t-19.5 197.5v60h1200v-60q0 -102 -19.5 -197.5t-56.5 -180.5t-89 -156.5t-118 -122.5q131 -106 207 -280.5t76 -377.5v-59h-1200zM1672 117h958q-6 90 -28.5 174 t-60.5 154.5t-90 127t-114 93.5l-88 51l88 51q125 72 204 218.5t89 330.5h-958q12 -184 91 -330.5t203 -218.5l86 -51l-86 -51q-61 -37 -113 -93.5t-90 -127t-61.5 -154.5t-29.5 -174zM1825 219q31 72 68 137q33 55 78 110.5t102 84.5v2h2q2 0 2 2q20 12 34.5 54t16.5 92 q0 8 1 17q0 41 -9 80q-10 46 -39 64q-41 23 -74.5 66t-56.5 84q-27 49 -49 102h502q-23 -53 -49 -102q-25 -41 -59 -84t-75 -66q-29 -18 -38 -64q-8 -35 -8 -74v-23q3 -50 16.5 -92t34.5 -54q0 -2 2 -2h4v-2q55 -29 100 -84t78 -111q37 -66 67 -137h-651zM0 279l600 602 q-15 55 -15 111q0 52 13 105q27 110 111 193q61 61 139 92t158.5 31t159.5 -31.5t141 -93.5q63 -63 95 -142t32 -160t-30 -159.5t-91 -140.5q-86 -84 -195 -108q-50 -11 -100 -12l-117 16l-119 -123h-192v-146h-141v-145h-146v-148h-252q-27 2 -38 13.5t-11 40.5zM1026 1123 q0 -46 33 -81q35 -35 81 -34.5t81 32.5q33 35 32.5 81t-34.5 79q-35 35 -81 35t-79 -33t-33 -79z" />
<glyph unicode="&#x153;" horiz-adv-x="2867" d="M1434 877l539 12l178 510l178 -510l539 -12l-430 -324l155 -518l-442 307l-443 -307l156 518zM2151 449l289 -201l-103 336l281 213l-350 8l-117 332v-688zM0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5 t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM160 716.5q0 -114.5 44 -216t119.5 -177t177 -119.5t216 -44t216 44t177.5 119.5t120 177t44 216t-44 216t-120 177.5t-177.5 120t-216 44t-216 -44t-177 -120 t-119.5 -177.5t-44 -216zM317 717q0 82 32 154.5t86 127t127 86t155 31.5t154.5 -31.5t127 -86t86 -127t31.5 -154.5t-31.5 -155t-86 -127t-127 -86t-154.5 -32t-155 32t-127 86t-86 127t-32 155zM477 717q0 -49 19.5 -93t51.5 -76t76 -51.5t93 -19.5t93 19.5t76 51.5t51 76 t19 93t-19 93t-51 76t-76 51t-93 19t-93 -19t-76 -51t-51.5 -76t-19.5 -93zM637 717q0 35 22.5 57.5t57.5 22.5t57.5 -22.5t22.5 -57.5t-22.5 -57.5t-57.5 -22.5t-57.5 22.5t-22.5 57.5z" />
<glyph unicode="&#x2c6;" d="M0 717l360 207v-148h297v297h-147l207 361l209 -361h-150v-297h297v148l361 -207l-361 -209v149h-297v-297h150l-209 -360l-207 360h147v297h-297v-149z" />
<glyph unicode="&#x2dc;" d="M-398 123l222 385l221 385l223 -385l219 -385h-442h-443z" />
<glyph unicode="&#x2000;" horiz-adv-x="1495" />
<glyph unicode="&#x2001;" horiz-adv-x="2990" />
<glyph unicode="&#x2002;" horiz-adv-x="1495" />
<glyph unicode="&#x2003;" horiz-adv-x="2990" />
<glyph unicode="&#x2004;" horiz-adv-x="995" />
<glyph unicode="&#x2005;" horiz-adv-x="747" />
<glyph unicode="&#x2006;" horiz-adv-x="497" />
<glyph unicode="&#x2007;" horiz-adv-x="497" />
<glyph unicode="&#x2008;" horiz-adv-x="372" />
<glyph unicode="&#x2009;" horiz-adv-x="598" />
<glyph unicode="&#x200a;" horiz-adv-x="165" />
<glyph unicode="&#x2010;" d="M0 633v168q0 23 16.5 40t38.5 17h1323q23 0 39.5 -17.5t16.5 -39.5v-168q0 -23 -16.5 -40.5t-39.5 -17.5h-1323q-23 0 -39 17.5t-16 40.5z" />
<glyph unicode="&#x2011;" d="M0 633v168q0 23 16.5 40t38.5 17h1323q23 0 39.5 -17.5t16.5 -39.5v-168q0 -23 -16.5 -40.5t-39.5 -17.5h-1323q-23 0 -39 17.5t-16 40.5z" />
<glyph unicode="&#x2012;" d="M0 633v168q0 23 16.5 40t38.5 17h1323q23 0 39.5 -17.5t16.5 -39.5v-168q0 -23 -16.5 -40.5t-39.5 -17.5h-1323q-23 0 -39 17.5t-16 40.5z" />
<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M0 575v283h1024v-283h-1024z" />
<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M0 575v283h2048v-283h-2048z" />
<glyph unicode="&#x2018;" d="M0 717q0 29 19.5 47t46.5 18h114q29 0 47.5 -18.5t18.5 -46.5q0 -27 -18.5 -46.5t-47.5 -19.5h-114q-27 0 -46.5 19.5t-19.5 46.5zM190 257q0 28 19 46l82 82q20 18 47 18t47 -18q18 -20 18 -47t-18 -47l-82 -82q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 48zM190 1176.5 q0 27.5 19 48.5q20 18 48 18t46 -18l82 -82q18 -20 18 -47t-18 -47q-23 -18 -47 -19q-29 0 -47 19l-82 81q-19 19 -19 46.5zM313 717q0 82 32 155.5t87 129t128 87t157 31.5t157.5 -31.5t128 -87t86 -129t31.5 -155.5q0 -84 -31.5 -158t-86 -128t-128 -86t-157.5 -32 t-157 32t-128 86t-87 128t-32 158zM428 716.5q0 -59.5 22.5 -112.5t61.5 -92t92 -61.5t112.5 -22.5t113 22.5t92.5 61.5t61.5 92t22.5 112.5t-22.5 113t-61.5 92.5t-92.5 61.5t-113 22.5t-112.5 -22.5t-92 -61.5t-61.5 -92.5t-22.5 -113zM651 66v114q0 29 19.5 47.5 t46.5 18.5q29 0 47 -18.5t18 -47.5v-114q0 -27 -18.5 -46.5t-46.5 -19.5q-27 0 -46.5 19.5t-19.5 46.5zM651 1253v115q0 27 19.5 46.5t46.5 19.5q29 0 47 -19.5t18 -46.5v-115q0 -29 -18.5 -47t-46.5 -18q-27 0 -46.5 18t-19.5 47zM1030 338q0 27 19 47q20 18 46.5 18 t47.5 -18l82 -82q18 -18 18 -46t-18 -48q-23 -18 -47 -19q-29 0 -48 19l-81 82q-19 20 -19 47zM1030 1095.5q0 26.5 19 47.5l81 82q18 18 46 18t49 -18q18 -20 18 -48t-18 -47l-82 -81q-18 -18 -47 -19q-27 0 -47 19q-19 20 -19 46.5zM1188 717q0 29 18.5 47t46.5 18h115 q27 0 46.5 -18.5t19.5 -46.5q0 -27 -19.5 -46.5t-46.5 -19.5h-115q-29 0 -47 19.5t-18 46.5z" />
<glyph unicode="&#x2019;" d="M0 870q0 113 56.5 211.5t153.5 172t228 115.5t278.5 42t278.5 -42t228.5 -115.5t154 -172t56.5 -211t-56.5 -211t-154 -172t-228.5 -115.5t-278 -42h-12q-33 -49 -74 -97.5t-84 -90.5t-86 -73.5t-80 -45.5q47 59 72.5 125.5t25.5 138.5q0 16 -2 37.5t-6 37.5 q-102 29 -189 79.5t-149.5 116t-97.5 145t-35 167.5z" />
<glyph unicode="&#x201c;" d="M0 817q0 86 46 161t126 130t187.5 88t230.5 33t229.5 -33t186 -88t126 -130t46.5 -161t-46.5 -160.5t-126 -130t-186 -87t-229.5 -31.5q-23 0 -43.5 1t-40.5 3q-53 -68 -122 -125.5t-124 -79.5q82 94 82 201q0 8 -1 18t-3 20q-74 25 -136.5 63t-107.5 86t-69.5 104.5 t-24.5 117.5zM842 387q86 27 156.5 70t123 97t83 118.5t32.5 136.5q90 -31 143.5 -91.5t53.5 -133.5q0 -76 -57.5 -137.5t-149.5 -92.5q-4 -16 -4 -22q0 -63 51 -125q-35 14 -77 49t-75 76q-12 0 -25.5 -1t-27.5 -1q-129 0 -227 57z" />
<glyph unicode="&#x201d;" d="M0 817q0 86 46 161t126 130t187.5 88t230.5 33t229.5 -33t186 -88t126 -130t46.5 -161t-46.5 -160.5t-126 -130t-186 -87t-229.5 -31.5q-23 0 -43.5 1t-40.5 3q-53 -68 -122 -125.5t-124 -79.5q82 94 82 201q0 8 -1 18t-3 20q-74 25 -136.5 63t-107.5 86t-69.5 104.5 t-24.5 117.5zM842 387q86 27 156.5 70t123 97t83 118.5t32.5 136.5q90 -31 143.5 -91.5t53.5 -133.5q0 -76 -57.5 -137.5t-149.5 -92.5q-4 -16 -4 -22q0 -63 51 -125q-35 14 -77 49t-75 76q-12 0 -25.5 -1t-27.5 -1q-129 0 -227 57z" />
<glyph unicode="&#x2026;" horiz-adv-x="4300" d="M2955 0v1434h897l358 -359v-1075h-1255zM3047 88h1075v987h-270v268h-805v-1255zM1522 0v1434h897l358 -359v-1075h-1255zM1614 88h1075v987h-270v268h-805v-1255zM88 0v1434h897l358 -359v-1075h-1255zM180 88h1075v987h-270v268h-805v-1255z" />
<glyph unicode="&#x202f;" horiz-adv-x="598" />
<glyph unicode="&#x2039;" d="M176 894q-12 93 9.5 181t75.5 164t138 127q84 49 177.5 61.5t181.5 -9t164.5 -76t126.5 -138.5q47 -78 61 -163t-1 -166.5t-59 -155.5t-112 -129l322 -471q6 -10 3 -23.5t-14 -19.5l-121 -72q-10 -8 -23 -4t-18 16l-268 506q-80 -31 -163 -33t-160.5 24t-144 77 t-111.5 127q-52 84 -64 177zM325.5 916.5q8.5 -62.5 43 -120t86 -95t112 -52t123 -6.5t119.5 43q57 33 94 85t52.5 111.5t7 123t-43 121t-86 94t-111.5 51t-122.5 6.5t-120 -43t-94.5 -86t-52.5 -110.5t-7 -122zM426 918v90h168v190h90v-190h190v-90h-190v-191h-90v191h-168 z" />
<glyph unicode="&#x203a;" d="M174 894q-12 93 10.5 181t76.5 164t138 127q84 49 177.5 61.5t181.5 -9t163.5 -76t127.5 -138.5q45 -78 59 -163t-1 -166.5t-58 -155.5t-113 -129l321 -471q8 -10 5.5 -23.5t-15.5 -19.5l-119 -72q-12 -8 -24 -4t-19 16l-266 506q-80 -31 -164 -33t-161.5 24t-144 77 t-111.5 127q-52 84 -64 177zM323.5 916.5q8.5 -62.5 43 -120t87 -95t112 -52t123 -6.5t120.5 43q57 33 94 85t51.5 111.5t6 123t-43 121t-86 94t-112 51t-122.5 6.5t-119.5 -43t-94.5 -86t-52.5 -110.5t-7 -122zM410 920v84h467v-84h-467z" />
<glyph unicode="&#x205f;" horiz-adv-x="747" />
<glyph unicode="&#x2122;" horiz-adv-x="2867" d="M1454 836q0 31 46.5 59.5t125 50t185 33.5t227.5 12t226.5 -12t184.5 -33.5t125 -50.5t46 -59v-21q98 -20 162.5 -86.5t64.5 -153.5q0 -51 -23.5 -96t-63.5 -78.5t-93 -53t-115 -19.5q-8 0 -14 1t-14 1q-70 -152 -191 -241t-295 -89q-150 0 -259 65.5t-182 179 t-108 266.5t-35 325zM1510 836q10 -10 43 -27.5t108 -36.5q78 -18 175.5 -27.5t202 -9.5t199.5 9.5t173 27.5q76 18 109.5 35.5t43.5 28.5q-10 10 -43.5 27.5t-109.5 35.5q-78 16 -173 26.5t-199.5 10.5t-202 -10.5t-175.5 -26.5q-76 -18 -108.5 -35.5t-42.5 -27.5z M1947 1222q5 24 25.5 44t59.5 32q-29 -29 -33 -55t5.5 -51t26.5 -48.5t32.5 -47t24 -47t-0.5 -48.5q-8 31 -21.5 50.5t-29.5 33t-31.5 24.5t-27.5 24q-18 18 -27 42q-5 14 -5 29q0 9 2 18zM2035 1339q0 22 11 41q12 20 41 35t76 19q-39 -27 -49 -55.5t-5 -57.5t19.5 -58.5 t25.5 -60.5t13 -61.5t-18 -59.5q0 41 -11.5 71t-28 53.5t-33.5 43t-28 39.5q-13 25 -13 51zM2550 391q104 8 152.5 60.5t48.5 113.5q0 47 -36 88t-99 58q-6 -88 -23.5 -168t-42.5 -152zM59 1094l43 180h392v72q0 35 25.5 61.5t62.5 26.5h270q37 0 62.5 -27t25.5 -61v-72h391 l43 -180h-106l-123 -1094h-856l-123 1094h-107zM338 932l76 -717h106l-76 717h-106zM563 1274h307v72q0 16 -18 16h-270q-18 0 -19 -16v-72zM657 215h119v717h-119v-717zM913 215h107l76 717h-107z" />
<glyph unicode="&#xe000;" horiz-adv-x="1435" d="M0 1435h1435v-1435h-1435v1435z" />
<glyph unicode="&#xfb01;" horiz-adv-x="2867" d="M1434 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -227t-228.5 -152.5t-278.5 -56.5t-278.5 56.5t-228 152.5t-153.5 227t-56.5 278.5zM1911 786q10 0 23.5 -2t26 -6t22.5 -7t16 -7 q10 -4 16.5 -11.5t12.5 -15.5q12 -18 12 -41v-329q0 -29 -10 -39q-10 -16 -31 -23q-8 -2 -15 -4t-17.5 -2t-18.5 -1t-18 -3v-88h460v88q-10 2 -19 3t-17 5q-10 2 -17.5 4t-15.5 6q-20 6 -31 23q-12 14 -12 39v467l-367 -8v-48zM1995 1094q0 -55 43 -95q41 -39 103 -38 q59 0 100 38.5t41 94t-41 94.5t-100 39q-61 0 -103 -39q-43 -41 -43 -94zM0 877l541 12l176 510l178 -510l539 -12l-430 -326l155 -516l-442 307l-443 -307l156 516z" />
<glyph unicode="&#xfb02;" horiz-adv-x="2867" d="M1522 88v629q0 37 27.5 62.5t64.5 25.5h88v270q0 74 35 139.5t96.5 114.5t143.5 77t174 28t174 -28t142.5 -77t95 -114.5t34.5 -139.5v-270h92q35 0 61.5 -25.5t26.5 -62.5v-629q0 -35 -26.5 -61.5t-61.5 -26.5h-1075q-37 0 -64.5 26.5t-27.5 61.5zM1880 805h539v270 q0 41 -22.5 70t-40.5 43q-39 33 -88 47q-53 20 -117 20t-117 -20q-49 -14 -88 -47q-18 -14 -42 -43t-24 -70v-270zM0 877l541 12l176 510l178 -510l539 -12l-430 -326l155 -516l-442 307l-443 -307l156 516z" />
<glyph unicode="&#xfb03;" horiz-adv-x="4300" d="M2867 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -227t-228.5 -152.5t-278.5 -56.5t-278.5 56.5t-228 152.5t-153.5 227t-56.5 278.5zM3344 786q10 0 23.5 -2t26 -6t22.5 -7t16 -7 q10 -4 16.5 -11.5t12.5 -15.5q12 -18 12 -41v-329q0 -29 -10 -39q-10 -16 -31 -23q-8 -2 -15 -4t-17.5 -2t-18.5 -1t-18 -3v-88h460v88q-10 2 -19 3t-17 5q-10 2 -17.5 4t-15.5 6q-20 6 -31 23q-12 14 -12 39v467l-367 -8v-48zM3428 1094q0 -55 43 -95q41 -39 103 -38 q59 0 100 38.5t41 94t-41 94.5t-100 39q-61 0 -103 -39q-43 -41 -43 -94zM1434 877l541 12l176 510l178 -510l539 -12l-430 -326l155 -516l-442 307l-443 -307l156 516zM0 877l541 12l176 510l178 -510l539 -12l-430 -326l155 -516l-442 307l-443 -307l156 516z" />
<glyph unicode="&#xfb04;" horiz-adv-x="4300" d="M2955 88v629q0 37 27.5 62.5t64.5 25.5h88v270q0 74 35 139.5t96.5 114.5t143.5 77t174 28t174 -28t142.5 -77t95 -114.5t34.5 -139.5v-270h92q35 0 61.5 -25.5t26.5 -62.5v-629q0 -35 -26.5 -61.5t-61.5 -26.5h-1075q-37 0 -64.5 26.5t-27.5 61.5zM3313 805h539v270 q0 41 -22.5 70t-40.5 43q-39 33 -88 47q-53 20 -117 20t-117 -20q-49 -14 -88 -47q-18 -14 -42 -43t-24 -70v-270zM1434 877l541 12l176 510l178 -510l539 -12l-430 -326l155 -516l-442 307l-443 -307l156 516zM0 877l541 12l176 510l178 -510l539 -12l-430 -326l155 -516 l-442 307l-443 -307l156 516z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 80 KiB

@ -0,0 +1,91 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd" >
<svg xmlns="http://www.w3.org/2000/svg">
<metadata>
This is a custom SVG webfont generated by Font Squirrel.
</metadata>
<defs>
<font id="IcoMoonSocial" horiz-adv-x="1433" >
<font-face units-per-em="2048" ascent="1536" descent="-512" />
<missing-glyph horiz-adv-x="500" />
<glyph unicode="1" d="M138 723q9 98 56.5 180t125 131t169.5 49q35 0 68 -9t63.5 -21.5t57.5 -22.5t49 -10q20 0 50 12t66 25.5t75.5 24t82.5 5.5q18 0 49 -5t68 -20t75 -43t71 -75q-4 -2 -29 -18.5t-53.5 -50t-51 -85t-22.5 -118.5q0 -82 30.5 -137.5t65.5 -89t66 -48.5l30 -16 q-2 -4 -24.5 -65.5t-73.5 -137.5q-23 -33 -46 -64.5t-50 -56t-56.5 -40t-66.5 -15.5t-62.5 8t-51 19.5t-54.5 20.5t-69.5 9t-70.5 -9t-55.5 -19.5t-51 -19.5t-58.5 -11q-35 0 -66.5 15.5t-59.5 42t-52.5 59.5t-46.5 65q-47 68 -85 158t-54.5 187.5t-7.5 195.5zM715 1104 q-8 61 16.5 120.5t59.5 100.5q41 47 99 77t111 32q8 -63 -14 -123t-59 -107q-39 -45 -95.5 -74.5t-117.5 -25.5z" />
<glyph unicode="2" d="M0 274l127 437q14 4 37 14q35 12 85 25.5t109 17.5h27q92 0 193 -51q12 -8 25 -15.5t26 -15.5q-10 -29 -26.5 -87t-37 -125.5t-39 -132.5t-30.5 -105q-51 33 -115 59.5t-150 26.5q-51 0 -108 -11.5t-123 -36.5zM170 866l123 437q135 53 242 55q55 0 108 -12 q41 -10 86 -34t66 -34l-131 -444q-49 31 -110.5 56t-143.5 28q-107 -1 -240 -52zM614 166l125 440q45 -31 116 -58.5t173 -27.5q106 0 234 41l-121 -424q-152 -61 -269 -61q-37 0 -75.5 11t-74.5 26.5t-65 30t-43 22.5zM782 750l129 446q45 -33 115 -60.5t168 -27.5 q117 0 240 49l-125 -430l-4 -2v-2q-127 -55 -246 -55q-150 0 -277 82z" />
<glyph unicode="3" d="M0 285l57 288h242l-25 -118l342 -131l396 131l55 274h-981l47 240h981l31 157h-979l47 240h1221l-113 -561l-16 -86l-86 -434l-654 -217z" />
<glyph unicode="4" d="M330 1030l88 86l254 -254v572l430 -428l-287 -287l289 -287l-432 -432v575l-252 -253l-88 88l311 309zM795 295l135 137l-135 135v-272zM795 872l133 134l-133 133v-267z" />
<glyph unicode="5" d="M84 1434h1266l-115 -1291l-520 -143l-516 143zM319 1169l43 -479h549l-18 -205l-176 -47h-2l-174 47l-13 127h-157l20 -247l324 -91h2l323 91l43 485h-575l-14 162h604l14 157h-793z" />
<glyph unicode="6" d="M84 1434h1266l-115 -1291l-520 -143l-516 143zM203 1327l98 -1102l416 -114v-2l2 2v-2v2l416 114l98 1102h-1030zM319 1169h793l-14 -157h-604l14 -162h575l-43 -485l-323 -91h-2l-324 91l-20 247h157l13 -127l174 -47h2l176 47l18 205h-549z" />
<glyph unicode="7" d="M0 717q0 55 20.5 102t56.5 83t83 56.5t102 20.5q49 0 92 -16.5t78 -44.5l479 241q0 4 -1 6t-1 6q0 55 20.5 102.5t56.5 83.5t83 56.5t102.5 20.5t102.5 -20.5t83 -56.5t56.5 -83t20.5 -103q0 -53 -20.5 -101t-56.5 -84t-83 -56.5t-103 -20.5q-49 0 -92 17.5t-78 46.5 l-477 -240v-16v-17l477 -239q35 29 78 46t92 17q55 0 102.5 -20.5t83.5 -56t56.5 -84t20.5 -101.5q0 -55 -20.5 -102t-56.5 -83t-83 -56.5t-102.5 -20.5t-102.5 20.5t-83 56.5t-56.5 83t-20.5 102q0 4 1 6t1 6l-479 242q-35 -29 -78 -45t-92 -16q-55 0 -102 20.5t-83 56 t-56.5 83t-20.5 102.5z" />
<glyph unicode="8" d="M0 240v477v477q0 49 19.5 93t51 77t75.5 51.5t94 18.5h477h477q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-477v-477q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-477h-477q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM72 717h645v-645h477q72 0 120 48t48 120 v477h-645v645h-477q-72 0 -120 -48t-48 -120v-477z" />
<glyph unicode="A" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM170 433q-2 -3 -2 -5q0 -5 6 -10q109 -98 246 -151.5t297 -53.5 q98 0 203.5 25.5t193.5 78.5q12 8 23.5 14.5t21.5 16.5q14 10 6 22.5t-24 4.5q-6 -2 -13.5 -4t-13.5 -4q-96 -39 -193.5 -56.5t-191.5 -17.5q-147 0 -286.5 38t-256.5 105q-10 4 -16 -3zM471 719q0 -90 50 -135t124 -45q25 0 45.5 2t38.5 6q29 10 55.5 27.5t55.5 48.5 q16 -23 26.5 -38.5t38.5 -37.5q18 -6 29 0q18 16 46 38.5t46 39.5q14 14 0 30q-16 23 -29.5 45.5t-13.5 63.5v184q0 59 -5 110.5t-48 90.5q-35 33 -84 46t-92 13h-25q-39 -2 -78 -12t-71.5 -31.5t-57 -54.5t-33.5 -80q-2 -14 5.5 -19t13.5 -5l113 -15q14 0 22 21 q8 35 31.5 51t54.5 20h8q18 0 37 -7t29 -21q12 -18 13 -42t1 -46v-15q-20 -4 -42.5 -4t-45.5 -4q-35 -4 -69.5 -11t-63.5 -24q-55 -23 -90 -70.5t-35 -119.5zM643 739q0 49 25.5 75t60.5 36q20 4 43 6t45 2v-24q0 -35 -2 -65t-20 -60q-23 -43 -66 -54q-4 0 -8 -1t-8 -1 q-35 0 -52.5 23.5t-17.5 62.5zM1067 410q10 2 21.5 3t25.5 1q29 4 57.5 2t36.5 -13q6 -6 4 -23.5t-8 -37.5t-13 -40.5t-13 -33.5q-4 -8 1 -10q2 -1 3 -1q4 0 10 3q37 33 54.5 81t17.5 77v8q0 14 -4 18q-8 8 -54 14q-12 1 -24 1q-34 0 -68 -10q-29 -10 -47 -23q-9 -5 -9 -10 q0 -6 9 -6z" />
<glyph unicode="B" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM276 559q0 -59 23 -111.5t61.5 -90.5t91 -60.5t111.5 -22.5h309 q59 0 111.5 22.5t90.5 60.5t60.5 90.5t22.5 111.5v203q0 25 -17.5 41t-39.5 16h-49q-23 0 -38.5 15.5t-19.5 37.5q0 59 -22.5 111.5t-61.5 91.5t-91 61.5t-111 22.5h-144q-59 0 -111.5 -22.5t-91 -61.5t-61.5 -91t-23 -112v-313zM500 872.5q0 22.5 17.5 39t39.5 16.5h162 q23 0 38 -16.5t15 -39t-15.5 -39t-37.5 -16.5h-162q-23 0 -40 16.5t-17 39zM504 552.5q0 22.5 14 37t37 14.5h326q23 0 38 -14.5t15 -37t-15.5 -36.5t-37.5 -14h-326q-23 0 -37 14t-14 36.5z" />
<glyph unicode="C" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM274 213h400v227l-150 84l29 47l121 -65v188h88v-119l106 48 l27 -48l-133 -63v-68l192 88l23 -47l-215 -100v-172h397l-440 1014z" />
<glyph unicode="D" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM184 716.5q0 -110.5 42 -206.5t115 -169t169 -115t206.5 -42 t208 42t169 115t113.5 169t42 206.5t-42 208t-113.5 169t-169 113.5t-208 42t-206.5 -42t-169 -113.5t-115 -169t-42 -208zM279 717v16q131 8 240.5 22.5t201.5 43.5q10 -20 18.5 -39t18.5 -41q-104 -29 -196.5 -96.5t-178.5 -190.5q-49 57 -76.5 130t-27.5 155zM287 811 q23 98 84 176t147 123q47 -59 90 -118.5t78 -123.5q-94 -29 -194.5 -41t-204.5 -16zM446 371q70 106 153 173.5t187 98.5q57 -150 88 -336q-74 -31 -157 -31q-78 0 -146 25t-125 70zM604 1143q29 6 56.5 10t56.5 4q84 0 155.5 -28.5t131.5 -79.5q-104 -98 -232 -150 q-76 146 -168 244zM805 829q143 57 252 166q90 -111 98 -256q-82 10 -159 12h-11q-71 0 -141 -12q-10 23 -19.5 45t-19.5 45zM872 662q61 11 131.5 11t149.5 -11q-14 -98 -65.5 -179.5t-129.5 -132.5q-35 169 -86 312z" />
<glyph unicode="E" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM88 524q47 -63 104.5 -108t129.5 -80q94 -43 181 -50 q41 -3 82 -4q48 0 97 5q94 8 185 46t177 113q66 59 100 122t48 128q9 -1 17 0q26 0 54 4q36 6 83 52q-25 -3 -49 -3q-12 0 -23 1q-35 2 -70 14q39 2 76 18q18 6 32.5 20.5t26.5 31.5q-8 -4 -15 -6.5t-17 -2.5q-25 -5 -50 -5q-34 0 -69 9q-6 51 -37 101q-45 72 -101.5 106.5 t-127.5 36.5q23 8 45 12.5t45 20.5q10 8 10 19.5t-21 7.5q-41 -10 -79 -25q35 14 45 45q-31 0 -51.5 -15.5t-43.5 -25.5q12 10 13 29q-37 -23 -68 -62t-55.5 -84t-42 -88t-27.5 -69q-47 45 -142 97t-276 122q-4 -23 2 -41q10 -35 33 -65.5t66 -53.5h-10q-30 0 -64 -10 q4 -16 9 -30.5t26 -37.5q20 -20 48 -34.5t60 -24.5q-35 4 -52 -6.5t-34 -24.5q6 -27 27 -42t43 -25q24 -12 55 -12q12 0 25 1q-31 -12 -41 -33q-16 -31 8 -55q23 -22 59 -21q8 0 17 1q-63 -63 -132 -85q-55 -17 -108 -18q-12 0 -24 1q-63 5 -115.5 29.5t-83.5 53.5z" />
<glyph unicode="F" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-254v539h225v223h-225v115q0 29 15.5 48t31.5 19h178v221h-178q-55 0 -104 -22.5t-86 -62.5t-58.5 -93t-21.5 -115 v-110h-180v-223h180v-539h-477q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5z" />
<glyph unicode="G" d="M0 88v96q49 59 132 97q79 35 171 35q5 0 10 -1q70 -4 125 -20q39 -29 72 -50.5t59.5 -44t44 -47t25.5 -55.5q4 -10 4 -24v-25v-24l-4 -25h-551q-35 0 -61.5 26.5t-26.5 61.5zM0 303v379q49 -43 114.5 -66.5t143.5 -23.5h25l20 2q-10 -23 -17 -46.5t-7 -47.5q0 -41 19 -75 t48 -63q-23 0 -43 -1t-43 -1q-145 0 -260 -57zM0 1202v141q0 37 26.5 64t61.5 27h1255q37 0 64 -27t27 -64v-268h-271v268h-88v-268h-270v-90h270v-268h88v268h271v-897q0 -35 -27 -61.5t-64 -26.5h-579q8 31 8 70q0 53 -9 97t-28.5 83t-53.5 73.5t-83 69.5 q-18 12 -40.5 30.5t-42 40t-34 44t-14.5 39.5q0 41 17.5 68.5t76.5 74.5q63 47 102 114.5t39 145.5q0 96 -40.5 177t-118.5 112h157l113 80h-500q-90 0 -171 -32t-142 -85zM57 954q-4 28 -3 55q0 33 5 63q10 54 37 94t66 63q36 21 80 20h8q49 -2 94 -26.5t82 -65.5t62.5 -97 t35.5 -120q3 -27 4 -52q0 -35 -7 -67q-11 -55 -37.5 -95t-65.5 -62q-36 -21 -80 -21h-8q-49 2 -94.5 26.5t-82 67.5t-62.5 98.5t-34 118.5z" />
<glyph unicode="H" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM256 365q0 -80 68 -119q53 -29 137 -29q201 0 201 170 q0 102 -156 131q-37 2 -55 25q-12 14 -13 28q0 41 43 47q66 10 109 62q41 53 41 121q0 29 -8 47q14 4 24 7t21 7v111q-72 -25 -123 -25q-47 25 -99 25q-80 0 -129 -49q-55 -53 -55 -131q0 -53 31 -97q31 -47 61 -55v-4q-35 -12 -35 -76q0 -45 37 -69v-3q-100 -32 -100 -124z M369 370.5q0 57.5 88 57.5q92 0 92 -55q0 -59 -84 -60q-96 0 -96 57.5zM381 793q0 80 70 79q33 0 51 -24q14 -20 14 -55q0 -76 -65 -76q-70 0 -70 76zM705 1134.5q0 -32.5 24 -57.5q20 -23 53 -22q31 0 52 22q25 25 24.5 57.5t-24.5 57.5q-23 25 -52 25q-33 0 -53 -25 q-24 -25 -24 -57.5zM719 483h125q-2 12 -2 33v47v336v41l2 27h-125q2 -10 2 -27v-43v-340v-45zM897 862q10 2 19.5 3t15.5 1l16 -4v-194q0 -96 23 -136q31 -57 110 -57q55 0 97 23v108q-29 -18 -62 -18q-47 0 -47 74v202h47h14l15 -2h18v105h-94v47q0 12 1 23.5t3 21.5h-127 q2 -8 2 -21v-26v-45h-51v-105z" />
<glyph unicode="I" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM211 1087.5q0 -47.5 32.5 -80t88.5 -32.5q59 0 91 32.5t32 79.5 q-2 47 -33 80t-88 33q-55 0 -89 -32.5t-34 -80zM223 233h217v654h-217v-654zM561 233h215v365q0 35 8 53q12 29 39 53.5t74 24.5q59 0 84 -41t25 -106v-349h217v375q0 150 -71 221.5t-179 71.5q-43 0 -75 -10t-55.5 -26.5t-40 -36t-26.5 -35.5v94h-215v-350v-304z" />
<glyph unicode="J" d="M0 242v950q0 49 18.5 93t50 77t75.5 52.5t94 19.5h958q49 0 92 -19.5t76 -52.5t51.5 -77t18.5 -93v-950q0 -51 -18.5 -95.5t-51.5 -77t-76 -51t-92 -18.5h-958q-49 0 -93.5 18.5t-76 51t-50 77t-18.5 95.5zM43 1186h295v205h-100q-82 0 -138.5 -58.5t-56.5 -140.5v-6z M293 492h336v-322h176v322h336v190h-336v324h-176v-324h-336v-190zM381 1186h307v205h-307v-205zM733 1186h320v205h-320v-205zM1098 1186h293v6q0 41 -15.5 77t-42 63.5t-62.5 43t-75 15.5h-98v-205z" />
<glyph unicode="K" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM233 717q0 -43 16.5 -82t45.5 -67.5t67.5 -45t81.5 -16.5 t82 16.5t68 45t45 67.5t16 82t-16 82t-45 67.5t-68 45t-82 16.5t-81.5 -16.5t-67.5 -45t-45.5 -67.5t-16.5 -82zM778 717q0 -43 16.5 -82t45 -67.5t67.5 -45t82 -16.5t82 16.5t67.5 45t45 67.5t16.5 82t-16.5 82t-45 67.5t-67.5 45t-82 16.5t-82 -16.5t-67.5 -45t-45 -67.5 t-16.5 -82z" />
<glyph unicode="L" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM180 711q0 -68 25.5 -126.5t68.5 -101.5t101.5 -68.5 t124.5 -25.5q76 0 139 33t109 86l-43 94q-29 -55 -83.5 -90t-121.5 -35q-49 0 -91 18.5t-74 50.5t-50.5 74t-18.5 91t18.5 91t50.5 73.5t74 50t91 18.5q72 0 129 -39t84 -100l102 -234l12 -26q31 -72 79 -112t134 -40q92 0 153.5 52.5t61.5 136.5q0 78 -39.5 114.5 t-123.5 65.5q-31 10 -57.5 18t-45 18.5t-30 26t-11.5 39.5q0 35 24.5 58.5t63.5 23.5q55 0 90 -51l68 35q-51 94 -154 94q-80 0 -127 -45t-47 -117q0 -76 48.5 -113.5t142.5 -68.5q53 -16 81.5 -33.5t28.5 -62.5t-37 -77q-35 -30 -89 -30h-7q-59 4 -84.5 34t-48.5 79 q-18 39 -35.5 81t-33 76.5t-24.5 58t-11 28.5q-41 94 -119 145t-178 51q-66 0 -124.5 -25.5t-101.5 -68.5t-68.5 -101t-25.5 -124z" />
<glyph unicode="M" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM82 588l8 -70q0 -4 6 -4q4 0 4 4l13 70l-13 69q0 4 -4 5 q-6 0 -6 -5zM154 588l12 -113q0 -4 4 -4q2 0 6 4l14 113l-14 112q-4 6 -6 7q-4 0 -4 -7zM223 586l13 -133q0 -8 6 -8.5t10 8.5l12 133l-12 141q-6 6 -10 6q-6 0 -6 -6zM295 586l12 -133q0 -10 8.5 -10.5t8.5 10.5l12 133l-12 131q0 8 -8.5 8t-8.5 -8zM367 586l10 -133 q0 -10 10 -11q6 0 10 11l11 133l-11 211q-4 10 -10 10q-10 0 -10 -10zM438 586l11 -133q0 -10 10 -10.5t10 10.5l12 133l-12 258q0 12 -10 12t-10 -12zM510 586l8 -131q0 -12 14 -13q10 0 11 13l10 131l-10 291q0 12 -11 12q-14 0 -14 -12zM582 586l8 -129q0 -14 14 -14.5 t14 14.5l9 129l-9 272q0 14 -14 14t-14 -14zM653 586l9 -127q0 -16 16 -17q6 0 12 5.5t6 11.5l6 127l-6 352q0 8 -6 13t-12 5q-16 0 -16 -18zM745 461q0 -18 17 -19q119 -2 215 -2h219q66 0 111 46t45 112t-45 111t-111 45q-35 0 -61 -13q-4 53 -28 99.5t-60.5 80t-84 53 t-102.5 19.5q-57 0 -98 -20q-16 -4 -17 -17v-495z" />
<glyph unicode="P" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM223 717q0 -33 3 -64.5t14 -64.5l438 399l-186 170 q-125 -63 -197 -181t-72 -259zM256 532q31 -74 84 -135t121 -104v426zM514 264q94 -43 203 -43q70 0 137.5 19.5t124.5 56.5t104 89t78 116h-647v-238zM543 1180l377 -342v329q-47 23 -98.5 34t-104.5 11q-90 1 -174 -32zM973 553h211q29 82 28 164q0 129 -64.5 241.5 t-174.5 182.5v-588z" />
<glyph unicode="Q" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM109 624q-9 -34 -9 -68q0 -47 17 -95q12 -31 30 -64l586 160 l-162 303q6 2 19 2q84 16 153 16h23q78 -3 136.5 -19.5t101.5 -42t71 -54.5l-201 -49l-83 133q-17 1 -36.5 1t-40.5 -1q-42 -2 -89 -12l147 -267l588 162q-6 10 -12.5 22.5t-16.5 22.5q-59 70 -157.5 110t-208.5 57q-104 16 -210 16h-13q-112 -1 -197 -13q-4 -2 -8.5 -2 t-8.5 -2l-53 96q-74 -10 -141 -30l51 -105q-119 -45 -197 -129q-59 -67 -79 -148zM315 575q-6 27 -6 54q0 37 12 73q19 63 105 111l90 -188z" />
<glyph unicode="R" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM260 381q0 -49 35 -85t86 -36t87 36t36 85q0 51 -36 87t-87 36 t-86 -36t-35 -87zM260 688q86 0 164 -32.5t137 -94.5q61 -59 93 -137t32 -164h176q0 125 -47 234.5t-129 191.5t-191.5 129t-234.5 47v-174zM260 999q154 0 288 -58t233.5 -158.5t157.5 -234.5t58 -288h177q0 188 -72 355t-196 291t-290.5 196t-355.5 72v-175z" />
<glyph unicode="S" d="M0 1030q0 82 30.5 153.5t84 125t125 84t153.5 30.5q59 0 113.5 -17t101.5 -46q27 4 52.5 6t54.5 2q135 0 255 -51t209 -140.5t141 -208t52 -253.5q0 -51 -8 -90q33 -47 51.5 -103.5t18.5 -118.5q0 -82 -31 -153.5t-84 -124.5t-125 -84t-154 -31q-117 0 -206 60 q-29 -4 -60 -7.5t-59 -3.5q-137 0 -257 51.5t-209 140.5t-141.5 208t-52.5 256q0 25 2 50.5t6 51.5q-63 94 -63 213zM321 487l-2 -16q0 -22 10 -49q13 -37 50 -72q33 -31 69.5 -55.5t83 -39.5t105.5 -22q36 -4 79 -3q29 0 60 1q78 4 148.5 38t118 85.5t64.5 115.5q7 26 7 51 q0 39 -16 79q-27 66 -77 104.5t-112.5 63.5t-134.5 39t-143.5 32.5t-90.5 53.5q-11 19 -11 39q0 15 7 30q15 34 60 59.5t102 25.5q55 0 99.5 -26t79 -54.5t62.5 -52t52 -19.5q27 2 48.5 20.5t28.5 47.5q3 11 3 22q0 20 -8 41q-12 35 -51 70q-70 59 -162 88q-68 21 -159 21 q-33 0 -68 -3q-53 -6 -102.5 -25.5t-89.5 -54.5t-66.5 -85t-32.5 -115q-1 -11 -1 -22q0 -54 26 -96q32 -50 85.5 -85t120 -57.5t127.5 -30.5q43 -6 90 -20.5t79 -37t39 -53.5q1 -5 1 -11q0 -27 -29 -60q-33 -37 -76 -48q-31 -7 -63 -7q-12 0 -24 1q-43 4 -80 18.5t-53.5 25 t-34 30.5t-39 39.5t-46 35t-55 13.5t-52 -21.5t-26.5 -48.5z" />
<glyph unicode="T" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM358 653q0 -80 28 -149.5t77 -121.5t113.5 -82t138.5 -30h248 q47 0 79.5 33t32.5 80t-30.5 79t-77.5 32h-248q-27 0 -52.5 13t-45 34.5t-30.5 50.5t-11 61v64h383q47 0 79.5 32.5t32.5 80t-32.5 79t-79.5 31.5h-383v111q0 47 -31 79.5t-78 32.5t-80 -32.5t-33 -79.5v-398z" />
<glyph unicode="U" d="M0 240v254v700q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-700v-254q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM45 627q31 41 77 65.5t101 24.5h987q55 0 101.5 -24.5 t77.5 -65.5v567q0 82 -56.5 138.5t-138.5 56.5h-954q-82 0 -138.5 -56.5t-56.5 -138.5v-567zM231 557h78v-377h72v377h76v64h-226v-64zM309 1298h84l53 -192h5l51 192h84l-97 -282v-201h-81v191zM492 233q0 -29 12 -43t32.5 -14t38.5 10q18 8 37 31v-37h64v324h-64v-244 q-10 -12 -20 -18q-6 -6 -17 -6q-12 0 -14 4q-4 8 -4 16v248h-65v-271zM590 905v187q0 41 31 65q27 25 79 25q45 0 74 -27q29 -25 29 -68v-182q0 -47 -29 -71q-29 -29 -78 -29q-45 0 -78 29q-28 28 -28 71zM666 899q0 -14 8 -22q6 -8 22 -9q14 0 23 9q10 10 10 22v195 q0 12 -10 18q-12 8 -22.5 8t-22.5 -8q-8 -6 -8 -18v-195zM741 180h66v27q12 -16 27 -23q8 -4 16 -5t18 -1q27 0 43 17q16 20 17 53v180q0 39 -17 61q-16 18 -47 19q-16 0 -30 -6q-6 -4 -13.5 -9.5t-13.5 -13.5v142h-66v-441zM807 242v202q8 8 12 11q6 2 15 2q12 0 20 -8 q6 -10 6 -25v-168q0 -14 -6 -20q-4 -8 -16 -9q-4 0 -17 4q-8 5 -14 11zM862 874v300h72v-275q0 -12 6 -18q2 -6 14 -7q10 0 19 9q10 4 24 18v273h72v-359h-72v39q-18 -18 -43 -33q-25 -10 -43 -10q-25 0 -37 14q-12 18 -12 49zM969 272q0 -47 24 -73q27 -27 70 -27 q51 0 72 27q25 20 24 73v17h-67v-15q0 -31 -5 -36q-8 -8 -24 -8.5t-21 10.5q-8 12 -8 34v62h125v82q0 43 -24 71q-25 25 -68 25q-39 0 -70 -27q-29 -27 -28 -69v-146zM1034 385v33q0 20 8 28q6 10 23 11q12 0 22 -11q4 -4 5 -28v-33h-58z" />
<glyph unicode="V" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM291 887l35 -47q20 16 39 24q16 8 31.5 11.5t25.5 -7.5 q6 -6 16.5 -36.5t23.5 -73.5t28.5 -92.5t28.5 -94.5t25.5 -80.5t20.5 -52.5q10 -20 28.5 -41.5t42 -35t51.5 -15.5h5q25 0 53 19q31 18 89.5 68t120 123t113.5 163t71 190q5 26 4 48q0 35 -11 60q-19 40 -57 57q-28 13 -63 14q-10 0 -21 -2q-47 -5 -90 -29.5t-76.5 -67.5 t-44.5 -100q34 19 59 18h5q27 -2 41 -20.5t13 -49t-19 -65.5q-37 -72 -69 -113t-50 -41q-16 0 -31.5 45.5t-38.5 124.5q-10 43 -18 97.5t-21.5 100.5t-37.5 75q-18 22 -48 22q-9 0 -18 -2q-41 -10 -87 -40.5t-83 -65.5q-45 -39 -86 -88z" />
<glyph unicode="W" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM86 717q0 -131 49 -246t135 -201t201 -135t246 -49t245.5 49 t200.5 135t135.5 201t49.5 246t-49.5 245.5t-135.5 200.5t-200.5 135.5t-245.5 49.5t-246 -49.5t-201 -135.5t-135 -200.5t-49 -245.5zM150 717q0 123 49 231l270 -741q-143 70 -231 205t-88 305zM242 1028q78 117 201.5 186.5t273.5 69.5q111 0 209 -39t174 -110h-8 q-41 0 -68 -30t-27 -71q0 -35 17.5 -66.5t38.5 -66.5q16 -29 31.5 -65.5t15.5 -90.5q0 -37 -12.5 -80.5t-30.5 -103.5l-56 -188l-204 610q12 0 22 1t20.5 1t20.5 2q12 2 17.5 9.5t4.5 16.5t-7.5 15t-18.5 6l-53 -4q-23 -2 -49 -2h-49h-48l-47 2l-53 4q-12 0 -18.5 -6 t-7.5 -15t4.5 -16.5t15.5 -9.5q8 -2 18 -2q8 0 19.5 -1t23.5 -1l88 -242l-125 -372l-206 614q12 0 23 1t21.5 1t20.5 2q12 2 17.5 9.5t4.5 16.5t-7.5 15t-18.5 6l-53 -4q-23 -2 -49 -2h-49h-37zM557 172l170 496l174 -480l4 -8q-90 -31 -188 -30q-80 -1 -160 22zM1001 227 l175 500q25 61 34 110.5t9 92.5q0 16 -1 30.5t-4 28.5q70 -123 70 -272q0 -158 -77 -288t-206 -202z" />
<glyph unicode="X" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM403 809h134v-348q0 -33 4 -58.5t10 -44.5q14 -35 53 -67 q37 -31 88 -49q27 -8 49.5 -12.5t57.5 -4.5q31 0 58.5 3t51.5 8q51 14 117 43v155q-39 -23 -76 -36t-75.5 -13t-73.5 21q-29 16 -39 43q-4 12 -4 38v68v254h227v176h-227v229h-142q-6 -39 -14 -70.5t-20 -56.5q-25 -51 -68 -83q-20 -18 -51 -32t-60 -24v-139z" />
<glyph unicode="Y" d="M0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM180 973h142q20 -16 64 -66.5t90 -107t81 -103.5t39 -57 q2 -10 3 -38t1 -58.5t-2 -55t-6 -28.5q-8 -8 -27.5 -12.5t-41 -5.5t-40.5 -1h-28l-9 -45h48l63 2h64l47 2h247l3 45q-8 2 -31 2h-47h-45l-29 3q-2 8 -3 36.5t-2 61.5t-1 60.5t2 33.5q6 16 47 55t90 79t92 71t53 33l25 6h80l43 65h-420l16 -65h115l-192 -174q-14 20 -38 51 t-51.5 65.5t-55 72.5t-52.5 73h143v65h-477v-65zM1104 401l33 -2l37 -4l8 70l-37 2l-41 4v-70zM1114 817l2 -299l64 -4l75 289q-6 0 -26.5 2t-44 4t-44 5t-26.5 3z" />
<glyph unicode="a" d="M-1 521q7 9 19 3q154 -90 335.5 -139t375.5 -49q129 0 268.5 26.5t272.5 83.5q20 8 30.5 -7t-8.5 -29q-59 -43 -129.5 -77t-146.5 -56.5t-154 -34t-151 -11.5q-205 0 -386.5 72t-322.5 199q-6 6 -6 11q0 4 3 8zM403 711q0 72 36 121t89 73q49 20 110.5 27.5t113.5 11.5 v17q0 20 -1 43.5t-14 42.5q-10 16 -28.5 23t-36.5 7q-35 0 -61.5 -17.5t-35.5 -53.5q-4 -18 -18 -23l-115 14q-20 4 -18 23q10 51 36.5 87t63.5 56.5t79 29.5t85 9t93 -12t85 -47q43 -41 47.5 -92.5t4.5 -110.5v-184q0 -41 14 -63.5t31 -45.5q4 -8 5 -17t-5 -16 q-18 -14 -46 -37.5t-45 -39.5l-2 2q-14 -14 -26 -4q-29 25 -40 40t-28 39q-49 -51 -91 -68.5t-105 -17.5q-74 0 -125.5 45.5t-51.5 137.5zM575 731q0 -37 18.5 -60.5t53.5 -23.5q51 0 82 53q18 31 20.5 61t2.5 64v25q-31 0 -63 -4t-57.5 -17.5t-41 -37t-15.5 -60.5z M1161 498q0 7 8 14q33 25 75 34t80 9t66.5 -6t34.5 -14q5 -7 6 -29v-7q-1 -28 -12.5 -65t-32 -74.5t-51.5 -64.5q-7 -5 -12 -6q-3 0 -4 2q-6 4 -2 14q6 18 16 45t18.5 53.5t11.5 49t-5 32.5q-8 8 -30.5 11.5t-50.5 2.5t-56.5 -4t-46.5 -6q-13 -2 -13 9z" />
<glyph unicode="b" d="M4 463v508q0 96 37 180t100.5 147.5t146.5 99.5t179 36h233q96 0 181.5 -36t148 -99.5t98 -147.5t35.5 -180v-2q4 -35 31 -60.5t63 -25.5h3h75q41 0 68 -27t27 -65v-328q0 -96 -37 -180t-99.5 -147.5t-147.5 -99.5t-179 -36h-500q-96 0 -180 36t-146.5 99.5t-99.5 147.5 t-37 180zM367 969q0 -37 26.5 -62.5t63.5 -25.5h262q37 0 62.5 25.5t25.5 62.5t-25.5 63.5t-62.5 26.5h-262q-37 0 -63.5 -26.5t-26.5 -63.5zM371 452.5q0 -34.5 25.5 -59t60.5 -24.5h526q35 0 59.5 24.5t24.5 59t-24.5 59.5t-59.5 25h-526q-35 0 -60.5 -25t-25.5 -59.5z " />
<glyph unicode="c" d="M92 0l627 1434l622 -1434h-561v244l303 143l-32 70l-271 -127v94l187 90l-39 68l-148 -68v168h-125v-264l-170 90l-43 -66l213 -118v-324h-563z" />
<glyph unicode="d" d="M2 716.5q0 147.5 56.5 278.5t152.5 228.5t227 154t278.5 56.5t278.5 -56.5t227.5 -154t153 -228.5t56.5 -278.5t-56.5 -278.5t-153 -228t-227.5 -153.5t-278.5 -56.5t-278.5 56.5t-227 153.5t-152.5 228t-56.5 278.5zM127 717q0 -111 38 -208t103 -175q113 166 238 256 t264 131q-10 29 -22.5 54.5t-24.5 51.5q-125 -39 -271.5 -58t-324.5 -30v-22zM139 842q141 6 275.5 23.5t259.5 54.5q-47 86 -102.5 166.5t-118.5 158.5q-121 -59 -203 -164.5t-111 -238.5zM354 250q76 -59 167 -92t196 -33q106 0 213 39q-43 252 -119 454 q-141 -43 -253 -133t-204 -235zM567 1288q125 -137 224 -325q86 35 164.5 85t146.5 115q-78 70 -176.5 108t-208.5 38q-82 -1 -150 -21zM838 868q12 -29 25.5 -59.5t23.5 -60.5q89 15 181 14h24q104 -2 215 -14q-12 199 -133 344q-72 -74 -155 -129.5t-181 -94.5zM926 643 q72 -195 114 -422q106 72 176 180.5t87 241.5q-104 12 -198 13h-12q-87 0 -167 -13z" />
<glyph unicode="e" d="M0 496q35 -33 94.5 -59.5t130.5 -33.5q14 -1 29 -1q58 0 122 20q79 25 152 96q-10 -1 -18 -1q-44 0 -68 26q-20 19 -20 38q0 12 8 23q8 12 20.5 21.5t26.5 17.5q-15 -3 -29 -2q-32 0 -61 12q-27 14 -49.5 30.5t-28.5 45.5q16 18 37 29.5t60 7.5q-37 12 -69 28.5t-56 39.5 q-23 25 -29 42t-10 33q23 8 43 12.5t43 0.5q-51 29 -76 62.5t-37 74.5q-8 18 -4 45q104 -39 182 -73t134.5 -64.5t95.5 -58t65 -54.5q12 33 32.5 81t48.5 99t62.5 96.5t75.5 69.5q4 -16 -10 -33q25 12 47.5 29.5t56.5 17.5q-10 -35 -51 -51q51 20 92 29q23 4 24 -8.5 t-11 -22.5q-27 -16 -51.5 -22t-53.5 -15q82 -4 146.5 -42t115.5 -121q35 -55 43 -113q41 -13 84 -13q26 0 52 5q10 2 18 3t18 5q-16 -18 -30.5 -33.5t-36.5 -23.5q-23 -6 -43.5 -12.5t-42.5 -6.5q37 -14 78 -17q18 -1 35 -2l47 3q-53 -49 -94 -58q-32 -7 -64 -6h-16 q-16 -72 -55.5 -144.5t-112.5 -137.5q-98 -88 -203 -131t-213 -54q-58 -6 -114 -5q-45 0 -89 3q-98 8 -209 60q-162 76 -264 213z" />
<glyph unicode="f" d="M332 664v274h219v137q0 74 26.5 139.5t71.5 114.5t105.5 77t128.5 28h219v-275h-219q-20 0 -38 -22.5t-18 -59.5v-139h275v-274h-275v-664h-276v664h-219z" />
<glyph unicode="g" d="M0 332q0 51 28.5 100t78 87t117 60.5t145.5 22.5h63q-20 20 -34.5 46t-14.5 57q0 37 18 71h-34q-66 0 -118 20.5t-90 57.5t-58.5 87t-20.5 108q0 55 27.5 105t73.5 87t104.5 59.5t122.5 22.5h374l-84 -61h-118q59 -23 89.5 -84.5t30.5 -133.5q0 -59 -29.5 -109t-76.5 -87 q-45 -35 -57.5 -55.5t-12.5 -49.5q0 -12 10.5 -29.5t25.5 -33.5t32.5 -31.5t30.5 -23.5q74 -53 102.5 -107.5t28.5 -136.5q0 -51 -24.5 -99.5t-71 -86t-116 -61t-157.5 -23.5q-80 0 -149.5 15t-122 44t-83 70t-30.5 92zM135 371q0 -41 18.5 -77t51.5 -63.5t79 -44t99 -16.5 q152 0 213 56.5t61 140.5q0 10 -1 18t-3 18q-12 47 -52 78t-99 72q-23 6 -45.5 10t-46.5 4q-55 0 -104.5 -15t-87.5 -42t-60.5 -62.5t-22.5 -76.5zM217 1049q6 -47 24.5 -90.5t46 -75t62.5 -51t72 -19.5t65.5 16.5t48 47t27.5 71.5q5 23 5 50q0 20 -3 40q-6 47 -25.5 89 t-47 73t-61.5 50.5t-71 19.5h-8q-32 0 -57 -15q-29 -16 -49.5 -46.5t-27.5 -71.5q-4 -22 -4 -46q0 -20 3 -42zM887 1020v59h243v244h62v-244h242v-59h-242v-244h-62v244h-243z" />
<glyph unicode="h" d="M55 211q0 133 144 178v4q-51 33 -52 101q0 90 52 110v2q-51 18 -88 80q-45 63 -45 141q0 109 79 189q78 70 185 69q74 0 141 -36q76 0 172 36v-161q-23 -6 -61 -19q14 -39 14 -65q0 -98 -59 -176q-59 -72 -156 -89q-63 -8 -64 -67q0 -20 21 -41q29 -31 78 -37 q223 -33 223 -186q0 -244 -289 -244q-121 0 -196 43q-99 51 -99 168zM219 219q0 -82 139 -82q121 0 121 84q0 82 -133 82q-127 0 -127 -84zM238 825q0 -109 98 -108q96 0 96 110q0 43 -22 78q-27 35 -74 35q-98 0 -98 -115zM702 1317q0 45 33 82q35 35 78 35q45 0 76 -35 q31 -31 31 -82t-31 -82q-31 -35 -76 -35q-43 0 -78 35q-33 37 -33 82zM723 487v490q0 37 1 59.5t1 38.5h176q-2 -16 -5 -38.5t-3 -57.5v-481q0 -41 3 -71t5 -46h-176q0 12 -1 40.5t-1 65.5zM973 926v149h78v64v39l-2 26h182q-4 -10 -6 -26.5t-2 -34.5v-68h135v-149 q-6 0 -11.5 -1t-15.5 1h-39h-69v-289q0 -104 69 -105q25 0 44.5 6.5t41.5 18.5v-156q-53 -31 -137 -30q-113 0 -158 82q-33 66 -32 192v285h-25h-22z" />
<glyph unicode="i" d="M143 551q0 7 7 10q8 6 28 6q29 -4 50.5 -16t37.5 -27q18 -16 31 -37q27 -47 60.5 -65.5t67.5 -19.5t61.5 8.5t41.5 15.5q8 41 26.5 65.5t41.5 38.5q-96 12 -173 41t-130 81.5t-82 129t-29 185.5q0 72 24.5 130t65.5 103q-4 8 -9 28.5t-7 51.5q-1 9 -1 18q0 23 4 51 q5 38 24 83q10 3 21 2q16 0 36 -4q29 -6 75 -27t109 -62q109 29 219 29q100 0 197 -24q59 41 104.5 59t73.5 25q20 5 35 4q11 0 21 -2q28 -69 27 -122v-11q-3 -56 -13 -82q47 -47 75.5 -110t28.5 -140q0 -86 -16 -164t-59 -136.5t-120 -95t-200 -41.5q27 -18 49.5 -56 t22.5 -103v-226q0 -16 8 -30q6 -12 17.5 -24.5t31.5 -18.5q6 -6 10 -13q2 -4 0 -10t-14 -10h-13q-33 0 -59 8q-27 10 -48 30.5t-21 65.5v172q0 18 -2 35q-2 14 -7.5 28.5t-17.5 24.5v-278q0 -18 4 -37q4 -16 11.5 -31.5t21.5 -25.5q4 -10 4 -19q0 -6 -7 -10q-4 -2 -10.5 -2 t-15.5 2q-27 4 -49 21q-18 14 -34.5 39.5t-18.5 68.5l-2 285h-25l-2 -285q-2 -43 -18.5 -68.5t-34.5 -39.5q-23 -16 -49 -21q-10 -2 -17 -2t-10 2q-6 4 -6 10q0 8 6 19q12 10 19.5 25.5t11.5 31.5q4 18 6 37v283q-14 -10 -19.5 -24.5t-7.5 -31.5q-2 -18 -2 -37v-172 q0 -45 -22.5 -65.5t-48.5 -30.5q-26 -9 -57 -8h-13q-12 4 -14 10t2 10q4 6 10 13q18 6 29.5 18t17.5 25q8 14 10 30v158q-47 -10 -84 -10q-29 0 -52 6q-52 14 -81 39q-35 29 -49 70q-14 33 -28.5 55t-26.5 35q-14 14 -31 22q-29 20 -29 31zM324 825q0 -84 32.5 -134 t89 -76.5t133 -36t162.5 -9.5t162 5.5t132.5 30t89 75.5t32.5 145q0 80 -72 146q-29 25 -65.5 33t-81.5 8t-94 -5.5t-103 -5.5q-55 0 -105 5.5t-94 5.5t-81 -8.5t-66 -34.5q-33 -29 -52 -66t-19 -78zM428 813q0 53 25.5 89t62.5 36q35 0 60.5 -36t25.5 -89t-25.5 -89 t-60.5 -36q-37 0 -62.5 36t-25.5 89zM690 647q0 6 6 10q8 0 9 -6q10 -25 36.5 -24.5t36.5 24.5q2 6 10 6q4 -4 3 -10q-10 -35 -50 -35q-35 0 -51 35zM719 702q0 23 24 23q20 0 21 -23q0 -20 -21 -20q-24 0 -24 20zM893 813q0 53 25.5 89t62.5 36q35 0 60.5 -36t25.5 -89 t-25.5 -89t-60.5 -36q-37 0 -62.5 36t-25.5 89z" />
<glyph unicode="j" d="M0 717v188h203q29 80 80 145.5t117.5 112.5t147.5 74t169 27q115 0 214 -43t173 -117l-123 -123q-51 51 -118.5 80t-145.5 29t-145.5 -30t-118 -80t-80 -118.5t-29.5 -144.5h-174h-170zM330 330l123 123q51 -51 118.5 -80t145.5 -29q76 0 144.5 29.5t118.5 80t80 118 t30 145.5h174h170v-189h-203q-29 -80 -80 -145.5t-117.5 -112.5t-147.5 -73.5t-169 -26.5q-115 0 -214 43t-173 117zM537 717q0 74 53 126t127 52t127 -52t53 -126t-53 -126t-127 -52t-127 52t-53 126z" />
<glyph unicode="k" d="M0 717q0 63 24.5 120.5t67.5 100.5t99.5 67.5t121.5 24.5q63 0 121 -24.5t99.5 -67.5t66.5 -100.5t25 -120.5q0 -66 -25 -123t-66.5 -99t-99 -67t-121.5 -25q-66 0 -122 25t-99 67t-67.5 99t-24.5 123zM809 717q0 63 24.5 120.5t66.5 100.5t98.5 67.5t121.5 24.5 q63 0 120.5 -24.5t100.5 -67.5t68 -100.5t25 -120.5q0 -66 -25 -123t-68 -99t-100 -67t-121 -25q-66 0 -122 25t-98 67t-66.5 99t-24.5 123z" />
<glyph unicode="l" d="M0 717q0 88 34 166t91 136t135 92t168 34q133 0 235.5 -68.5t157.5 -195.5q2 -4 15.5 -36t34 -78t44 -101.5t48.5 -108.5q29 -66 63.5 -106.5t114.5 -42.5q7 0 13 -1q69 0 114 38q49 42 49 102q0 31 -10.5 50t-28.5 33.5t-46 25t-63 20.5q-63 20 -110 42.5t-79 50.5 t-48.5 64.5t-16.5 86.5q0 98 62.5 156.5t169.5 58.5q72 0 122 -31t87 -92l-92 -47q-49 68 -121 67q-51 0 -83 -30.5t-32 -77.5q0 -35 14.5 -55.5t39 -34t59.5 -24.5t76 -24q111 -37 164 -88t53 -153q0 -55 -22.5 -101.5t-60.5 -80t-90.5 -52t-113.5 -18.5q-113 2 -177.5 54 t-107.5 151l-14 34l-137 312q-35 82 -112 132t-171 50q-66 0 -122 -24.5t-98 -65.5t-66.5 -98.5t-24.5 -120.5q0 -66 24.5 -122t66.5 -98t98 -66.5t122 -24.5q90 0 163 47t111 120l56 -127q-59 -72 -144.5 -114.5t-185.5 -42.5q-90 0 -168 33.5t-135 92t-91 136.5t-34 166z " />
<glyph unicode="m" d="M0 571l10 78q2 6 6 6q6 0 7 -4l12 -80l-12 -79q0 -6 -7 -7q-4 0 -4 2t-2 5zM80 571l14 129q0 4 6 4.5t6 -4.5l17 -129l-17 -127q0 -6 -6 -6t-6 6zM162 571l12 156q0 8 8 8t8 -8l15 -156l-15 -153q0 -8 -8 -8t-8 8zM242 571l12 144q0 10 10 10q8 0 8 -8l15 -146l-15 -153 q0 -8 -8 -8q-10 0 -10 8zM324 571l10 236q0 12 10 12q12 0 12 -12l13 -236l-13 -153q0 -10 -10 -10q-12 0 -12 10zM403 571l11 291q0 10 12 10t12 -10l13 -291l-13 -153q0 -12 -12 -12t-12 12zM485 571l9 324q0 14 14 14t16 -14l8 -324l-8 -151q0 -14 -14 -14q-16 0 -16 14z M565 571l6 306q0 16 19 16q16 0 16 -16l8 -306l-8 -147q0 -18 -16 -18q-18 0 -19 18zM645 571l8 396q0 20 19 20q20 0 20 -20l8 -396l-6 -145q0 -18 -20.5 -18t-20.5 18zM750 428v559q0 12 18 19q51 23 111 22q61 0 115.5 -22.5t95 -60.5t67.5 -90t31 -112q31 14 69 15 q74 0 125.5 -51.5t51.5 -124.5q0 -37 -13.5 -69t-38 -55.5t-56.5 -37.5t-69 -14h-489q-18 4 -18 22z" />
<glyph unicode="p" d="M0 717q0 100 26.5 195.5t78 178.5t123 149.5t161.5 113.5l273 -246l-635 -578q-12 47 -19.5 93.5t-7.5 93.5zM51 453l297 268v-617q-102 59 -178 148.5t-119 200.5zM424 63v343h936q-45 -92 -112.5 -167t-150.5 -128.5t-180.5 -82t-199.5 -28.5q-158 0 -293 63zM467 1386 q123 47 250 48q152 0 295 -64v-479zM1087 481v846q160 -98 253.5 -260t93.5 -350q0 -119 -41 -236h-306z" />
<glyph unicode="q" d="M9 610q24 92 91 170q82 90 224 148l-58 116q39 14 79 22.5t83 14.5l59 -108q12 0 19 2q98 14 222 17q17 0 34 1l214 -17q124 -19 236.5 -65.5t190.5 -128.5q20 -23 31 -51l-670 -184l-168 305q55 8 102 12q24 2 46 2t42 -2l97 -153l227 57q-35 33 -83 62.5t-114.5 48 t-154.5 22.5q-15 1 -30 1q-77 0 -171 -17q-6 -2 -11 -2t-9 -2l186 -344l-670 -185q-23 37 -35 72q-19 55 -19 109q0 38 10 77zM238 629q0 -37 8 -72l227 55l-102 213q-49 -27 -78 -58.5t-42 -66t-13 -71.5z" />
<glyph unicode="r" d="M0 193q0 39 15.5 73.5t41 60t60.5 41t73.5 15.5t73.5 -15.5t61.5 -41t41 -60.5t14.5 -73q0 -80 -55.5 -135.5t-135.5 -55.5q-39 0 -73.5 14.5t-60 41t-41 60.5t-15.5 75zM0 672v274q197 0 369 -74.5t300 -202.5t202.5 -300t74.5 -369h-274q0 135 -51.5 257t-145.5 218 q-98 96 -219 146.5t-256 50.5zM0 1159v275q197 0 380 -51.5t343 -144.5t291 -224t224 -291t144.5 -343t51.5 -380h-275q0 240 -91 451t-248.5 368.5t-368.5 248.5t-451 91z" />
<glyph unicode="s" d="M0 731q0 68 48 116t116 48q59 0 106 -41q88 57 198 88t232 33l95 303q2 10 11 15t19 1l256 -57q16 37 50 60.5t75 23.5q57 0 97 -40t40 -95.5t-39.5 -96t-97.5 -40.5q-55 0 -94 40.5t-39 96.5v2l-237 53l-82 -266q117 -4 221 -36t188 -85q47 41 107 41q68 0 116 -48 t48 -116q0 -45 -21.5 -82t-56.5 -59q2 -10 3 -21.5t1 -23.5q0 -88 -50 -168t-143 -141q-92 -59 -206.5 -91t-243.5 -32t-244 31.5t-207 91.5q-92 61 -142 141t-50 168q0 23 6 45q-37 23 -58.5 59.5t-21.5 81.5zM51 731q0 -51 41 -86q35 102 135 178q-31 20 -63 21 q-47 0 -80 -33t-33 -80zM127 545q0 -78 46 -147.5t126 -122t187.5 -82t230.5 -29.5t230.5 29.5t187 82t126 122t46.5 147.5v26q-4 12 -6.5 24.5t-6.5 27.5q-33 94 -120 163q-10 8 -21.5 14.5t-22.5 14.5q-80 51 -186 80t-227 29t-227.5 -29t-186.5 -80q-10 -8 -21.5 -14 t-21.5 -15q-88 -70 -121 -163q-4 -14 -6 -26.5t-6 -25.5v-26zM406 623q0 41 27.5 68.5t68.5 27.5t69.5 -27.5t28.5 -68.5t-28.5 -70t-69.5 -29t-68.5 29t-27.5 70zM483 377q6 10 17.5 10t19.5 -6q37 -31 84 -45t112.5 -14t113 14t83.5 45q10 6 20.5 6t16.5 -10 q16 -20 -2 -39q-88 -70 -231.5 -70t-231.5 70q-10 10 -9 20q-1 9 7 19zM840 623q0 41 27.5 68.5t68.5 27.5t69.5 -27.5t28.5 -68.5t-28.5 -70t-69.5 -29t-68.5 29t-27.5 70zM1124 1186q0 -35 23.5 -59.5t58.5 -24.5t60.5 24.5t25.5 59.5t-25.5 59.5t-60.5 24.5t-58.5 -24.5 t-23.5 -59.5zM1206 823q100 -76 135 -178q41 35 41 86q0 47 -32.5 80t-79.5 33q-33 -1 -64 -21z" />
<glyph unicode="t" d="M143 616v635q0 76 52.5 129.5t128.5 53.5q74 0 124 -53.5t50 -129.5v-176h612q76 0 128 -52t52 -128q0 -74 -52 -126t-128 -52h-612v-101q0 -51 18.5 -98t49 -83t71.5 -57.5t84 -21.5h395q74 0 124 -50t50 -126t-53 -128t-127 -52h-395q-119 0 -222.5 48t-181.5 132 t-123 195.5t-45 240.5z" />
<glyph unicode="u" d="M127 365l2 -54l6 -69l8 -76l17 -68l24 -43q23 -20 107 -31.5t180 -15.5q111 -8 246 -8q131 0 244 8q47 2 94 6t87 10.5t68.5 13.5t38.5 17q23 23 33 77t16 112q6 68 9 145q-2 76 -9 143q-6 57 -16 110.5t-33 76.5q-10 10 -38.5 18t-68.5 14.5t-87 9.5t-94 7 q-113 6 -244 8q-135 -2 -246 -8q-47 -4 -94 -7t-86 -9.5t-67.5 -14.5t-39.5 -18q-23 -23 -35 -76t-16 -111q-7 -54 -6 -113v-30v-2v-22zM242 557v68h237v-68h-80v-397h-77v397h-80zM285 1434h88l55 -205h6l55 205h89l-103 -301v-213h-86v204zM510 217v287h68v-264 q0 -10 4 -19q4 -4 14 -4q8 0 18 6q6 4 11.5 9.5t11.5 9.5v262h68v-344h-68v39q-18 -23 -41 -35q-16 -8 -39 -8q-25 0 -37 14q-10 16 -10 47zM584 1016v196q0 41 30 72q31 25 84 25q47 0 78 -27q33 -27 33 -72v-194q0 -51 -31 -78q-33 -29 -82 -29q-53 0 -82 29 q-30 31 -30 78zM664 1010q0 -16 8 -25q6 -8 24 -8q16 0 23 8q10 8 10 25v207q0 12 -10 18q-6 8 -22.5 8t-24.5 -8t-8 -18v-207zM758 160v465h67v-150q14 14 31 25q20 8 31 8q33 0 51 -23q16 -23 16 -63v-191q0 -35 -16 -57q-16 -18 -47 -18q-20 0 -35 6q-8 4 -15 9t-16 15 v-26h-67zM825 225q8 -10 19 -12q8 -4 14 -4q12 0 19 8q6 4 6 23v178q0 20 -6 26q-6 8 -23 9q-8 0 -14 -2q-4 -4 -7.5 -6.5t-7.5 -6.5v-213zM870 983v315h78v-290q0 -12 6 -19q2 -6 15 -6q6 0 22 8q16 12 25 21v286h76v-378h-76v43q-20 -25 -47 -37q-25 -10 -43 -11 q-31 0 -41 17q-6 10 -10.5 21.5t-4.5 29.5zM991 256v156q0 43 29 71.5t76 28.5t71 -27q25 -25 25 -73v-90h-131v-64q0 -29 6 -37q8 -10 24.5 -10t24.5 8q6 8 6 39v16h70v-18q0 -53 -25 -80q-31 -27 -77 -26q-45 0 -74 28q-25 31 -25 78zM1061 377h61v35q0 20 -6 30 q-10 10 -24.5 10.5t-24.5 -10.5q-6 -10 -6 -30v-35z" />
<glyph unicode="v" d="M0 1001q72 82 145 150q63 59 138 111.5t147 66.5q17 4 32 4q29 0 51 -13q34 -19 57.5 -58t38 -92.5t24.5 -111t19.5 -114.5t21.5 -104q35 -139 60.5 -214t56.5 -75q29 0 82 69.5t116 188.5q32 61 32 116q0 49 -23 79q-24 31 -68 34q-5 0 -9 1q-42 0 -98 -33 q16 98 72.5 170.5t130.5 113.5t154 50q19 2 37 3q57 0 104 -22q61 -29 94 -97q20 -42 20 -101q0 -37 -8 -81q-20 -113 -68 -219t-110.5 -201.5t-133.5 -177.5t-137.5 -146.5t-123.5 -109.5t-90 -67q-47 -30 -90 -30h-8q-47 3 -87 26.5t-71 59.5t-47 71q-12 27 -32.5 87 t-44.5 137t-48.5 161t-48 155.5t-42 122t-28.5 62.5q-16 16 -41.5 12t-52.5 -18q-31 -16 -64 -41z" />
<glyph unicode="w" d="M0 716.5q0 147.5 56.5 278.5t153.5 228.5t228 154t278.5 56.5t278.5 -56.5t228.5 -154t154 -228.5t56.5 -278.5t-56.5 -278.5t-154 -228t-228.5 -153.5t-278.5 -56.5t-278.5 56.5t-228 153.5t-153.5 228t-56.5 278.5zM33 716.5q0 -141.5 54 -266t146.5 -217t217 -146.5 t266 -54t266.5 54t217 146.5t146.5 217t54.5 266t-54.5 266.5t-146.5 217t-217 146.5t-266.5 54.5t-266 -54.5t-217 -146.5t-146.5 -217t-54 -266.5zM102 717q0 133 54 250l293 -803q-78 37 -141.5 93t-108.5 128t-71 156t-26 176zM203 1055q84 125 218 200.5t296 75.5 q121 0 226.5 -43t189.5 -119q-2 0 -4.5 1t-4.5 1q-47 0 -75.5 -33.5t-28.5 -74.5q0 -39 18.5 -74t42.5 -71q18 -31 35 -71t17 -99q0 -39 -14.5 -87.5t-33.5 -111.5l-61 -205l-223 662h26l25 2l20 4q12 2 17.5 10t5.5 17.5t-7 16.5t-20 7l-57 -4q-25 -2 -54.5 -3t-52 -1 t-51 1t-53.5 3l-57 4q-12 0 -19.5 -8t-8.5 -17.5t4 -17.5t18 -8l20 -4l21 -2h24l96 -263l-135 -405l-223 668h27l22 2l21 4q12 2 18 10t5 17.5t-7 16.5t-18 7q-31 -2 -60 -4q-25 -2 -53.5 -3t-52.5 -1h-39zM543 127l186 535l186 -517l5 -10q-47 -16 -98.5 -24.5t-104.5 -8.5 q-92 0 -174 25zM1026 184l188 545q27 66 36.5 119t9.5 100v31l-5 33q76 -135 76 -295q0 -172 -84 -311.5t-221 -221.5z" />
<glyph unicode="x" d="M262 846v203l86 34l76 45q61 51 96 123q35 68 51 183h205v-332h330v-256h-330v-367v-102l6 -53q14 -37 56 -62q43 -29 108 -29q111 0 217 70v-225q-92 -43 -166 -62q-39 -8 -78.5 -12t-82.5 -4q-49 0 -83 6t-71 19q-78 25 -131 71q-51 45 -74 97q-20 57 -20 151v502h-195 z" />
<glyph unicode="y" d="M0 1059v86h639v-86h-193q33 -47 70 -97.5t74 -97.5t67 -86l52 -67l256 231h-154l-20 88h559l-58 -88h-104q-10 -4 -18.5 -5t-14.5 -3q-8 -2 -38 -22.5t-70.5 -51.5t-86 -66.5t-84 -70.5t-66.5 -64.5t-34 -44.5q-2 -6 -2 -42.5t2 -79.5t3 -82t3 -50q8 -2 37 -2h62l65 -2 l39 -2l-4 -63q-10 0 -48 1t-87 1h-103h-94q-23 0 -62.5 -1t-84.5 -2t-84 -1h-62l11 59h39l53 2l57 6l35 17q6 6 8 39.5t2 74.5t-1 78t-3 49q-4 8 -26.5 41t-57.5 77t-77 95.5t-82 98.5t-73.5 82.5t-52.5 50.5h-188zM1233 295v94l55 -6l49 -2l-14 -92l-45 4zM1245 850 q8 -2 36 -5t59.5 -6t59 -5.5t34.5 -2.5l-101 -387l-86 9z" />
<glyph unicode="&#xaa;" d="M-1 521q7 9 19 3q154 -90 335.5 -139t375.5 -49q129 0 268.5 26.5t272.5 83.5q20 8 30.5 -7t-8.5 -29q-59 -43 -129.5 -77t-146.5 -56.5t-154 -34t-151 -11.5q-205 0 -386.5 72t-322.5 199q-6 6 -6 11q0 4 3 8zM403 711q0 72 36 121t89 73q49 20 110.5 27.5t113.5 11.5 v17q0 20 -1 43.5t-14 42.5q-10 16 -28.5 23t-36.5 7q-35 0 -61.5 -17.5t-35.5 -53.5q-4 -18 -18 -23l-115 14q-20 4 -18 23q10 51 36.5 87t63.5 56.5t79 29.5t85 9t93 -12t85 -47q43 -41 47.5 -92.5t4.5 -110.5v-184q0 -41 14 -63.5t31 -45.5q4 -8 5 -17t-5 -16 q-18 -14 -46 -37.5t-45 -39.5l-2 2q-14 -14 -26 -4q-29 25 -40 40t-28 39q-49 -51 -91 -68.5t-105 -17.5q-74 0 -125.5 45.5t-51.5 137.5zM575 731q0 -37 18.5 -60.5t53.5 -23.5q51 0 82 53q18 31 20.5 61t2.5 64v25q-31 0 -63 -4t-57.5 -17.5t-41 -37t-15.5 -60.5z M1161 498q0 7 8 14q33 25 75 34t80 9t66.5 -6t34.5 -14q5 -7 6 -29v-7q-1 -28 -12.5 -65t-32 -74.5t-51.5 -64.5q-7 -5 -12 -6q-3 0 -4 2q-6 4 -2 14q6 18 16 45t18.5 53.5t11.5 49t-5 32.5q-8 8 -30.5 11.5t-50.5 2.5t-56.5 -4t-46.5 -6q-13 -2 -13 9z" />
<glyph unicode="&#xb2;" d="M0 274l127 437q14 4 37 14q35 12 85 25.5t109 17.5h27q92 0 193 -51q12 -8 25 -15.5t26 -15.5q-10 -29 -26.5 -87t-37 -125.5t-39 -132.5t-30.5 -105q-51 33 -115 59.5t-150 26.5q-51 0 -108 -11.5t-123 -36.5zM170 866l123 437q135 53 242 55q55 0 108 -12 q41 -10 86 -34t66 -34l-131 -444q-49 31 -110.5 56t-143.5 28q-107 -1 -240 -52zM614 166l125 440q45 -31 116 -58.5t173 -27.5q106 0 234 41l-121 -424q-152 -61 -269 -61q-37 0 -75.5 11t-74.5 26.5t-65 30t-43 22.5zM782 750l129 446q45 -33 115 -60.5t168 -27.5 q117 0 240 49l-125 -430l-4 -2v-2q-127 -55 -246 -55q-150 0 -277 82z" />
<glyph unicode="&#xb3;" d="M0 285l57 288h242l-25 -118l342 -131l396 131l55 274h-981l47 240h981l31 157h-979l47 240h1221l-113 -561l-16 -86l-86 -434l-654 -217z" />
<glyph unicode="&#xb9;" d="M138 723q9 98 56.5 180t125 131t169.5 49q35 0 68 -9t63.5 -21.5t57.5 -22.5t49 -10q20 0 50 12t66 25.5t75.5 24t82.5 5.5q18 0 49 -5t68 -20t75 -43t71 -75q-4 -2 -29 -18.5t-53.5 -50t-51 -85t-22.5 -118.5q0 -82 30.5 -137.5t65.5 -89t66 -48.5l30 -16 q-2 -4 -24.5 -65.5t-73.5 -137.5q-23 -33 -46 -64.5t-50 -56t-56.5 -40t-66.5 -15.5t-62.5 8t-51 19.5t-54.5 20.5t-69.5 9t-70.5 -9t-55.5 -19.5t-51 -19.5t-58.5 -11q-35 0 -66.5 15.5t-59.5 42t-52.5 59.5t-46.5 65q-47 68 -85 158t-54.5 187.5t-7.5 195.5zM715 1104 q-8 61 16.5 120.5t59.5 100.5q41 47 99 77t111 32q8 -63 -14 -123t-59 -107q-39 -45 -95.5 -74.5t-117.5 -25.5z" />
<glyph unicode="&#x2000;" horiz-adv-x="716" />
<glyph unicode="&#x2001;" />
<glyph unicode="&#x2002;" horiz-adv-x="716" />
<glyph unicode="&#x2003;" />
<glyph unicode="&#x2004;" horiz-adv-x="477" />
<glyph unicode="&#x2005;" horiz-adv-x="358" />
<glyph unicode="&#x2006;" horiz-adv-x="237" />
<glyph unicode="&#x2007;" horiz-adv-x="237" />
<glyph unicode="&#x2008;" horiz-adv-x="178" />
<glyph unicode="&#x2009;" horiz-adv-x="286" />
<glyph unicode="&#x200a;" horiz-adv-x="77" />
<glyph unicode="&#x2013;" horiz-adv-x="1024" d="M205 512v205h614v-205h-614z" />
<glyph unicode="&#x2014;" horiz-adv-x="2048" d="M205 512v205h1638v-205h-1638z" />
<glyph unicode="&#x202f;" horiz-adv-x="286" />
<glyph unicode="&#x205f;" horiz-adv-x="358" />
<glyph unicode="&#x2122;" horiz-adv-x="2867" d="M1434 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5zM1516 588l8 -70q0 -4 6 -4q4 0 4 4l13 70l-13 69q0 4 -4 5 q-6 0 -6 -5zM1588 588l12 -113q0 -4 4 -4q2 0 6 4l14 113l-14 112q-4 6 -6 7q-4 0 -4 -7zM1657 586l13 -133q0 -8 6 -8.5t10 8.5l12 133l-12 141q-6 6 -10 6q-6 0 -6 -6zM1729 586l12 -133q0 -10 8.5 -10.5t8.5 10.5l12 133l-12 131q0 8 -8.5 8t-8.5 -8zM1801 586l10 -133 q0 -10 10 -11q6 0 10 11l11 133l-11 211q-4 10 -10 10q-10 0 -10 -10zM1872 586l11 -133q0 -10 10 -10.5t10 10.5l12 133l-12 258q0 12 -10 12t-10 -12zM1944 586l8 -131q0 -12 14 -13q10 0 11 13l10 131l-10 291q0 12 -11 12q-14 0 -14 -12zM2016 586l8 -129 q0 -14 14 -14.5t14 14.5l9 129l-9 272q0 14 -14 14t-14 -14zM2087 586l9 -127q0 -16 16 -17q6 0 12 5.5t6 11.5l6 127l-6 352q0 8 -6 13t-12 5q-16 0 -16 -18zM2179 461q0 -18 17 -19q119 -2 215 -2h219q66 0 111 46t45 112t-45 111t-111 45q-35 0 -61 -13q-4 53 -28 99.5 t-60.5 80t-84 53t-102.5 19.5q-57 0 -98 -20q-16 -4 -17 -17v-495zM0 240v954q0 49 19.5 93t51 77t75.5 51.5t94 18.5h954q49 0 93 -18.5t77 -51.5t51.5 -77t18.5 -93v-954q0 -49 -18.5 -93.5t-51.5 -77t-77 -51t-93 -18.5h-954q-49 0 -93.5 18.5t-76 51t-51 77t-19.5 93.5z M358 653q0 -80 28 -149.5t77 -121.5t113.5 -82t138.5 -30h248q47 0 79.5 33t32.5 80t-30.5 79t-77.5 32h-248q-27 0 -52.5 13t-45 34.5t-30.5 50.5t-11 61v64h383q47 0 79.5 32.5t32.5 80t-32.5 79t-79.5 31.5h-383v111q0 47 -31 79.5t-78 32.5t-80 -32.5t-33 -79.5v-398z " />
<glyph unicode="&#xe000;" horiz-adv-x="1435" d="M0 1435h1435v-1435h-1435v1435z" />
<glyph unicode="&#xfb01;" horiz-adv-x="2867" d="M1577 551q0 7 7 10q8 6 28 6q29 -4 50.5 -16t37.5 -27q18 -16 31 -37q27 -47 60.5 -65.5t67.5 -19.5t61.5 8.5t41.5 15.5q8 41 26.5 65.5t41.5 38.5q-96 12 -173 41t-130 81.5t-82 129t-29 185.5q0 72 24.5 130t65.5 103q-4 8 -9 28.5t-7 51.5q-1 9 -1 18q0 23 4 51 q5 38 24 83q10 3 21 2q16 0 36 -4q29 -6 75 -27t109 -62q109 29 219 29q100 0 197 -24q59 41 104.5 59t73.5 25q20 5 35 4q11 0 21 -2q28 -69 27 -122v-11q-3 -56 -13 -82q47 -47 75.5 -110t28.5 -140q0 -86 -16 -164t-59 -136.5t-120 -95t-200 -41.5q27 -18 49.5 -56 t22.5 -103v-226q0 -16 8 -30q6 -12 17.5 -24.5t31.5 -18.5q6 -6 10 -13q2 -4 0 -10t-14 -10h-13q-33 0 -59 8q-27 10 -48 30.5t-21 65.5v172q0 18 -2 35q-2 14 -7.5 28.5t-17.5 24.5v-278q0 -18 4 -37q4 -16 11.5 -31.5t21.5 -25.5q4 -10 4 -19q0 -6 -7 -10q-4 -2 -10.5 -2 t-15.5 2q-27 4 -49 21q-18 14 -34.5 39.5t-18.5 68.5l-2 285h-25l-2 -285q-2 -43 -18.5 -68.5t-34.5 -39.5q-23 -16 -49 -21q-10 -2 -17 -2t-10 2q-6 4 -6 10q0 8 6 19q12 10 19.5 25.5t11.5 31.5q4 18 6 37v283q-14 -10 -19.5 -24.5t-7.5 -31.5q-2 -18 -2 -37v-172 q0 -45 -22.5 -65.5t-48.5 -30.5q-26 -9 -57 -8h-13q-12 4 -14 10t2 10q4 6 10 13q18 6 29.5 18t17.5 25q8 14 10 30v158q-47 -10 -84 -10q-29 0 -52 6q-52 14 -81 39q-35 29 -49 70q-14 33 -28.5 55t-26.5 35q-14 14 -31 22q-29 20 -29 31zM1758 825q0 -84 32.5 -134 t89 -76.5t133 -36t162.5 -9.5t162 5.5t132.5 30t89 75.5t32.5 145q0 80 -72 146q-29 25 -65.5 33t-81.5 8t-94 -5.5t-103 -5.5q-55 0 -105 5.5t-94 5.5t-81 -8.5t-66 -34.5q-33 -29 -52 -66t-19 -78zM1862 813q0 53 25.5 89t62.5 36q35 0 60.5 -36t25.5 -89t-25.5 -89 t-60.5 -36q-37 0 -62.5 36t-25.5 89zM2124 647q0 6 6 10q8 0 9 -6q10 -25 36.5 -24.5t36.5 24.5q2 6 10 6q4 -4 3 -10q-10 -35 -50 -35q-35 0 -51 35zM2153 702q0 23 24 23q20 0 21 -23q0 -20 -21 -20q-24 0 -24 20zM2327 813q0 53 25.5 89t62.5 36q35 0 60.5 -36t25.5 -89 t-25.5 -89t-60.5 -36q-37 0 -62.5 36t-25.5 89zM332 664v274h219v137q0 74 26.5 139.5t71.5 114.5t105.5 77t128.5 28h219v-275h-219q-20 0 -38 -22.5t-18 -59.5v-139h275v-274h-275v-664h-276v664h-219z" />
<glyph unicode="&#xfb02;" horiz-adv-x="2867" d="M1434 717q0 88 34 166t91 136t135 92t168 34q133 0 235.5 -68.5t157.5 -195.5q2 -4 15.5 -36t34 -78t44 -101.5t48.5 -108.5q29 -66 63.5 -106.5t114.5 -42.5q7 0 13 -1q69 0 114 38q49 42 49 102q0 31 -10.5 50t-28.5 33.5t-46 25t-63 20.5q-63 20 -110 42.5t-79 50.5 t-48.5 64.5t-16.5 86.5q0 98 62.5 156.5t169.5 58.5q72 0 122 -31t87 -92l-92 -47q-49 68 -121 67q-51 0 -83 -30.5t-32 -77.5q0 -35 14.5 -55.5t39 -34t59.5 -24.5t76 -24q111 -37 164 -88t53 -153q0 -55 -22.5 -101.5t-60.5 -80t-90.5 -52t-113.5 -18.5q-113 2 -177.5 54 t-107.5 151l-14 34l-137 312q-35 82 -112 132t-171 50q-66 0 -122 -24.5t-98 -65.5t-66.5 -98.5t-24.5 -120.5q0 -66 24.5 -122t66.5 -98t98 -66.5t122 -24.5q90 0 163 47t111 120l56 -127q-59 -72 -144.5 -114.5t-185.5 -42.5q-90 0 -168 33.5t-135 92t-91 136.5t-34 166z M332 664v274h219v137q0 74 26.5 139.5t71.5 114.5t105.5 77t128.5 28h219v-275h-219q-20 0 -38 -22.5t-18 -59.5v-139h275v-274h-275v-664h-276v664h-219z" />
<glyph unicode="&#xfb03;" horiz-adv-x="4300" d="M3010 551q0 7 7 10q8 6 28 6q29 -4 50.5 -16t37.5 -27q18 -16 31 -37q27 -47 60.5 -65.5t67.5 -19.5t61.5 8.5t41.5 15.5q8 41 26.5 65.5t41.5 38.5q-96 12 -173 41t-130 81.5t-82 129t-29 185.5q0 72 24.5 130t65.5 103q-4 8 -9 28.5t-7 51.5q-1 9 -1 18q0 23 4 51 q5 38 24 83q10 3 21 2q16 0 36 -4q29 -6 75 -27t109 -62q109 29 219 29q100 0 197 -24q59 41 104.5 59t73.5 25q20 5 35 4q11 0 21 -2q28 -69 27 -122v-11q-3 -56 -13 -82q47 -47 75.5 -110t28.5 -140q0 -86 -16 -164t-59 -136.5t-120 -95t-200 -41.5q27 -18 49.5 -56 t22.5 -103v-226q0 -16 8 -30q6 -12 17.5 -24.5t31.5 -18.5q6 -6 10 -13q2 -4 0 -10t-14 -10h-13q-33 0 -59 8q-27 10 -48 30.5t-21 65.5v172q0 18 -2 35q-2 14 -7.5 28.5t-17.5 24.5v-278q0 -18 4 -37q4 -16 11.5 -31.5t21.5 -25.5q4 -10 4 -19q0 -6 -7 -10q-4 -2 -10.5 -2 t-15.5 2q-27 4 -49 21q-18 14 -34.5 39.5t-18.5 68.5l-2 285h-25l-2 -285q-2 -43 -18.5 -68.5t-34.5 -39.5q-23 -16 -49 -21q-10 -2 -17 -2t-10 2q-6 4 -6 10q0 8 6 19q12 10 19.5 25.5t11.5 31.5q4 18 6 37v283q-14 -10 -19.5 -24.5t-7.5 -31.5q-2 -18 -2 -37v-172 q0 -45 -22.5 -65.5t-48.5 -30.5q-26 -9 -57 -8h-13q-12 4 -14 10t2 10q4 6 10 13q18 6 29.5 18t17.5 25q8 14 10 30v158q-47 -10 -84 -10q-29 0 -52 6q-52 14 -81 39q-35 29 -49 70q-14 33 -28.5 55t-26.5 35q-14 14 -31 22q-29 20 -29 31zM3191 825q0 -84 32.5 -134 t89 -76.5t133 -36t162.5 -9.5t162 5.5t132.5 30t89 75.5t32.5 145q0 80 -72 146q-29 25 -65.5 33t-81.5 8t-94 -5.5t-103 -5.5q-55 0 -105 5.5t-94 5.5t-81 -8.5t-66 -34.5q-33 -29 -52 -66t-19 -78zM3295 813q0 53 25.5 89t62.5 36q35 0 60.5 -36t25.5 -89t-25.5 -89 t-60.5 -36q-37 0 -62.5 36t-25.5 89zM3557 647q0 6 6 10q8 0 9 -6q10 -25 36.5 -24.5t36.5 24.5q2 6 10 6q4 -4 3 -10q-10 -35 -50 -35q-35 0 -51 35zM3586 702q0 23 24 23q20 0 21 -23q0 -20 -21 -20q-24 0 -24 20zM3760 813q0 53 25.5 89t62.5 36q35 0 60.5 -36t25.5 -89 t-25.5 -89t-60.5 -36q-37 0 -62.5 36t-25.5 89zM1766 664v274h219v137q0 74 26.5 139.5t71.5 114.5t105.5 77t128.5 28h219v-275h-219q-20 0 -38 -22.5t-18 -59.5v-139h275v-274h-275v-664h-276v664h-219zM332 664v274h219v137q0 74 26.5 139.5t71.5 114.5t105.5 77 t128.5 28h219v-275h-219q-20 0 -38 -22.5t-18 -59.5v-139h275v-274h-275v-664h-276v664h-219z" />
<glyph unicode="&#xfb04;" horiz-adv-x="4300" d="M2867 717q0 88 34 166t91 136t135 92t168 34q133 0 235.5 -68.5t157.5 -195.5q2 -4 15.5 -36t34 -78t44 -101.5t48.5 -108.5q29 -66 63.5 -106.5t114.5 -42.5q7 0 13 -1q69 0 114 38q49 42 49 102q0 31 -10.5 50t-28.5 33.5t-46 25t-63 20.5q-63 20 -110 42.5t-79 50.5 t-48.5 64.5t-16.5 86.5q0 98 62.5 156.5t169.5 58.5q72 0 122 -31t87 -92l-92 -47q-49 68 -121 67q-51 0 -83 -30.5t-32 -77.5q0 -35 14.5 -55.5t39 -34t59.5 -24.5t76 -24q111 -37 164 -88t53 -153q0 -55 -22.5 -101.5t-60.5 -80t-90.5 -52t-113.5 -18.5q-113 2 -177.5 54 t-107.5 151l-14 34l-137 312q-35 82 -112 132t-171 50q-66 0 -122 -24.5t-98 -65.5t-66.5 -98.5t-24.5 -120.5q0 -66 24.5 -122t66.5 -98t98 -66.5t122 -24.5q90 0 163 47t111 120l56 -127q-59 -72 -144.5 -114.5t-185.5 -42.5q-90 0 -168 33.5t-135 92t-91 136.5t-34 166z M1766 664v274h219v137q0 74 26.5 139.5t71.5 114.5t105.5 77t128.5 28h219v-275h-219q-20 0 -38 -22.5t-18 -59.5v-139h275v-274h-275v-664h-276v664h-219zM332 664v274h219v137q0 74 26.5 139.5t71.5 114.5t105.5 77t128.5 28h219v-275h-219q-20 0 -38 -22.5t-18 -59.5 v-139h275v-274h-275v-664h-276v664h-219z" />
</font>
</defs></svg>

After

Width:  |  Height:  |  Size: 48 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 106 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 347 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 324 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 111 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 103 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 503 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 96 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 506 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 176 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

@ -0,0 +1,72 @@
/*
* jQuery Easing v1.3 - http://gsgd.co.uk/sandbox/jquery/easing/
*
* Uses the built in easing capabilities added In jQuery 1.1
* to offer multiple easing options
*
* TERMS OF USE - jQuery Easing
*
* Open source under the BSD License.
*
* Copyright © 2008 George McGinley Smith
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list of
* conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list
* of conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* Neither the name of the author nor the names of contributors may be used to endorse
* or promote products derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
// t: current time, b: begInnIng value, c: change In value, d: duration
eval(function(p,a,c,k,e,r){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('h.i[\'1a\']=h.i[\'z\'];h.O(h.i,{y:\'D\',z:9(x,t,b,c,d){6 h.i[h.i.y](x,t,b,c,d)},17:9(x,t,b,c,d){6 c*(t/=d)*t+b},D:9(x,t,b,c,d){6-c*(t/=d)*(t-2)+b},13:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t+b;6-c/2*((--t)*(t-2)-1)+b},X:9(x,t,b,c,d){6 c*(t/=d)*t*t+b},U:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t+1)+b},R:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t+b;6 c/2*((t-=2)*t*t+2)+b},N:9(x,t,b,c,d){6 c*(t/=d)*t*t*t+b},M:9(x,t,b,c,d){6-c*((t=t/d-1)*t*t*t-1)+b},L:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t+b;6-c/2*((t-=2)*t*t*t-2)+b},K:9(x,t,b,c,d){6 c*(t/=d)*t*t*t*t+b},J:9(x,t,b,c,d){6 c*((t=t/d-1)*t*t*t*t+1)+b},I:9(x,t,b,c,d){e((t/=d/2)<1)6 c/2*t*t*t*t*t+b;6 c/2*((t-=2)*t*t*t*t+2)+b},G:9(x,t,b,c,d){6-c*8.C(t/d*(8.g/2))+c+b},15:9(x,t,b,c,d){6 c*8.n(t/d*(8.g/2))+b},12:9(x,t,b,c,d){6-c/2*(8.C(8.g*t/d)-1)+b},Z:9(x,t,b,c,d){6(t==0)?b:c*8.j(2,10*(t/d-1))+b},Y:9(x,t,b,c,d){6(t==d)?b+c:c*(-8.j(2,-10*t/d)+1)+b},W:9(x,t,b,c,d){e(t==0)6 b;e(t==d)6 b+c;e((t/=d/2)<1)6 c/2*8.j(2,10*(t-1))+b;6 c/2*(-8.j(2,-10*--t)+2)+b},V:9(x,t,b,c,d){6-c*(8.o(1-(t/=d)*t)-1)+b},S:9(x,t,b,c,d){6 c*8.o(1-(t=t/d-1)*t)+b},Q:9(x,t,b,c,d){e((t/=d/2)<1)6-c/2*(8.o(1-t*t)-1)+b;6 c/2*(8.o(1-(t-=2)*t)+1)+b},P:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6-(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b},H:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d)==1)6 b+c;e(!p)p=d*.3;e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);6 a*8.j(2,-10*t)*8.n((t*d-s)*(2*8.g)/p)+c+b},T:9(x,t,b,c,d){f s=1.l;f p=0;f a=c;e(t==0)6 b;e((t/=d/2)==2)6 b+c;e(!p)p=d*(.3*1.5);e(a<8.w(c)){a=c;f s=p/4}m f s=p/(2*8.g)*8.r(c/a);e(t<1)6-.5*(a*8.j(2,10*(t-=1))*8.n((t*d-s)*(2*8.g)/p))+b;6 a*8.j(2,-10*(t-=1))*8.n((t*d-s)*(2*8.g)/p)*.5+c+b},F:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*(t/=d)*t*((s+1)*t-s)+b},E:9(x,t,b,c,d,s){e(s==u)s=1.l;6 c*((t=t/d-1)*t*((s+1)*t+s)+1)+b},16:9(x,t,b,c,d,s){e(s==u)s=1.l;e((t/=d/2)<1)6 c/2*(t*t*(((s*=(1.B))+1)*t-s))+b;6 c/2*((t-=2)*t*(((s*=(1.B))+1)*t+s)+2)+b},A:9(x,t,b,c,d){6 c-h.i.v(x,d-t,0,c,d)+b},v:9(x,t,b,c,d){e((t/=d)<(1/2.k)){6 c*(7.q*t*t)+b}m e(t<(2/2.k)){6 c*(7.q*(t-=(1.5/2.k))*t+.k)+b}m e(t<(2.5/2.k)){6 c*(7.q*(t-=(2.14/2.k))*t+.11)+b}m{6 c*(7.q*(t-=(2.18/2.k))*t+.19)+b}},1b:9(x,t,b,c,d){e(t<d/2)6 h.i.A(x,t*2,0,c,d)*.5+b;6 h.i.v(x,t*2-d,0,c,d)*.5+c*.5+b}});',62,74,'||||||return||Math|function|||||if|var|PI|jQuery|easing|pow|75|70158|else|sin|sqrt||5625|asin|||undefined|easeOutBounce|abs||def|swing|easeInBounce|525|cos|easeOutQuad|easeOutBack|easeInBack|easeInSine|easeOutElastic|easeInOutQuint|easeOutQuint|easeInQuint|easeInOutQuart|easeOutQuart|easeInQuart|extend|easeInElastic|easeInOutCirc|easeInOutCubic|easeOutCirc|easeInOutElastic|easeOutCubic|easeInCirc|easeInOutExpo|easeInCubic|easeOutExpo|easeInExpo||9375|easeInOutSine|easeInOutQuad|25|easeOutSine|easeInOutBack|easeInQuad|625|984375|jswing|easeInOutBounce'.split('|'),0,{}))
/*
*
* TERMS OF USE - EASING EQUATIONS
*
* Open source under the BSD License.
*
* Copyright © 2001 Robert Penner
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list of
* conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list
* of conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* Neither the name of the author nor the names of contributors may be used to endorse
* or promote products derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/

File diff suppressed because it is too large Load Diff

@ -0,0 +1,46 @@
/*
* FancyBox - jQuery Plugin
* Simple and fancy lightbox alternative
*
* Examples and documentation at: http://fancybox.net
*
* Copyright (c) 2008 - 2010 Janis Skarnelis
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
*
* Version: 1.3.4 (11/11/2010)
* Requires: jQuery v1.3+
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/
;(function(b){var m,t,u,f,D,j,E,n,z,A,q=0,e={},o=[],p=0,d={},l=[],G=null,v=new Image,J=/\.(jpg|gif|png|bmp|jpeg)(.*)?$/i,W=/[^\.]\.(swf)\s*$/i,K,L=1,y=0,s="",r,i,h=false,B=b.extend(b("<div/>")[0],{prop:0}),M=b.browser.msie&&b.browser.version<7&&!window.XMLHttpRequest,N=function(){t.hide();v.onerror=v.onload=null;G&&G.abort();m.empty()},O=function(){if(false===e.onError(o,q,e)){t.hide();h=false}else{e.titleShow=false;e.width="auto";e.height="auto";m.html('<p id="fancybox-error">The requested content cannot be loaded.<br />Please try again later.</p>');
F()}},I=function(){var a=o[q],c,g,k,C,P,w;N();e=b.extend({},b.fn.fancybox.defaults,typeof b(a).data("fancybox")=="undefined"?e:b(a).data("fancybox"));w=e.onStart(o,q,e);if(w===false)h=false;else{if(typeof w=="object")e=b.extend(e,w);k=e.title||(a.nodeName?b(a).attr("title"):a.title)||"";if(a.nodeName&&!e.orig)e.orig=b(a).children("img:first").length?b(a).children("img:first"):b(a);if(k===""&&e.orig&&e.titleFromAlt)k=e.orig.attr("alt");c=e.href||(a.nodeName?b(a).attr("href"):a.href)||null;if(/^(?:javascript)/i.test(c)||
c=="#")c=null;if(e.type){g=e.type;if(!c)c=e.content}else if(e.content)g="html";else if(c)g=c.match(J)?"image":c.match(W)?"swf":b(a).hasClass("iframe")?"iframe":c.indexOf("#")===0?"inline":"ajax";if(g){if(g=="inline"){a=c.substr(c.indexOf("#"));g=b(a).length>0?"inline":"ajax"}e.type=g;e.href=c;e.title=k;if(e.autoDimensions)if(e.type=="html"||e.type=="inline"||e.type=="ajax"){e.width="auto";e.height="auto"}else e.autoDimensions=false;if(e.modal){e.overlayShow=true;e.hideOnOverlayClick=false;e.hideOnContentClick=
false;e.enableEscapeButton=false;e.showCloseButton=false}e.padding=parseInt(e.padding,10);e.margin=parseInt(e.margin,10);m.css("padding",e.padding+e.margin);b(".fancybox-inline-tmp").unbind("fancybox-cancel").bind("fancybox-change",function(){b(this).replaceWith(j.children())});switch(g){case "html":m.html(e.content);F();break;case "inline":if(b(a).parent().is("#fancybox-content")===true){h=false;break}b('<div class="fancybox-inline-tmp" />').hide().insertBefore(b(a)).bind("fancybox-cleanup",function(){b(this).replaceWith(j.children())}).bind("fancybox-cancel",
function(){b(this).replaceWith(m.children())});b(a).appendTo(m);F();break;case "image":h=false;b.fancybox.showActivity();v=new Image;v.onerror=function(){O()};v.onload=function(){h=true;v.onerror=v.onload=null;e.width=v.width;e.height=v.height;b("<img />").attr({id:"fancybox-img",src:v.src,alt:e.title}).appendTo(m);Q()};v.src=c;break;case "swf":e.scrolling="no";C='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+e.width+'" height="'+e.height+'"><param name="movie" value="'+c+
'"></param>';P="";b.each(e.swf,function(x,H){C+='<param name="'+x+'" value="'+H+'"></param>';P+=" "+x+'="'+H+'"'});C+='<embed src="'+c+'" type="application/x-shockwave-flash" width="'+e.width+'" height="'+e.height+'"'+P+"></embed></object>";m.html(C);F();break;case "ajax":h=false;b.fancybox.showActivity();e.ajax.win=e.ajax.success;G=b.ajax(b.extend({},e.ajax,{url:c,data:e.ajax.data||{},error:function(x){x.status>0&&O()},success:function(x,H,R){if((typeof R=="object"?R:G).status==200){if(typeof e.ajax.win==
"function"){w=e.ajax.win(c,x,H,R);if(w===false){t.hide();return}else if(typeof w=="string"||typeof w=="object")x=w}m.html(x);F()}}}));break;case "iframe":Q()}}else O()}},F=function(){var a=e.width,c=e.height;a=a.toString().indexOf("%")>-1?parseInt((b(window).width()-e.margin*2)*parseFloat(a)/100,10)+"px":a=="auto"?"auto":a+"px";c=c.toString().indexOf("%")>-1?parseInt((b(window).height()-e.margin*2)*parseFloat(c)/100,10)+"px":c=="auto"?"auto":c+"px";m.wrapInner('<div style="width:'+a+";height:"+c+
";overflow: "+(e.scrolling=="auto"?"auto":e.scrolling=="yes"?"scroll":"hidden")+';position:relative;"></div>');e.width=m.width();e.height=m.height();Q()},Q=function(){var a,c;t.hide();if(f.is(":visible")&&false===d.onCleanup(l,p,d)){b.event.trigger("fancybox-cancel");h=false}else{h=true;b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");f.is(":visible")&&d.titlePosition!=="outside"&&f.css("height",f.height());l=o;p=q;d=e;if(d.overlayShow){u.css({"background-color":d.overlayColor,
opacity:d.overlayOpacity,cursor:d.hideOnOverlayClick?"pointer":"auto",height:b(document).height()});if(!u.is(":visible")){M&&b("select:not(#fancybox-tmp select)").filter(function(){return this.style.visibility!=="hidden"}).css({visibility:"hidden"}).one("fancybox-cleanup",function(){this.style.visibility="inherit"});u.show()}}else u.hide();i=X();s=d.title||"";y=0;n.empty().removeAttr("style").removeClass();if(d.titleShow!==false){if(b.isFunction(d.titleFormat))a=d.titleFormat(s,l,p,d);else a=s&&s.length?
d.titlePosition=="float"?'<table id="fancybox-title-float-wrap" cellpadding="0" cellspacing="0"><tr><td id="fancybox-title-float-left"></td><td id="fancybox-title-float-main">'+s+'</td><td id="fancybox-title-float-right"></td></tr></table>':'<div id="fancybox-title-'+d.titlePosition+'">'+s+"</div>":false;s=a;if(!(!s||s==="")){n.addClass("fancybox-title-"+d.titlePosition).html(s).appendTo("body").show();switch(d.titlePosition){case "inside":n.css({width:i.width-d.padding*2,marginLeft:d.padding,marginRight:d.padding});
y=n.outerHeight(true);n.appendTo(D);i.height+=y;break;case "over":n.css({marginLeft:d.padding,width:i.width-d.padding*2,bottom:d.padding}).appendTo(D);break;case "float":n.css("left",parseInt((n.width()-i.width-40)/2,10)*-1).appendTo(f);break;default:n.css({width:i.width-d.padding*2,paddingLeft:d.padding,paddingRight:d.padding}).appendTo(f)}}}n.hide();if(f.is(":visible")){b(E.add(z).add(A)).hide();a=f.position();r={top:a.top,left:a.left,width:f.width(),height:f.height()};c=r.width==i.width&&r.height==
i.height;j.fadeTo(d.changeFade,0.3,function(){var g=function(){j.html(m.contents()).fadeTo(d.changeFade,1,S)};b.event.trigger("fancybox-change");j.empty().removeAttr("filter").css({"border-width":d.padding,width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2});if(c)g();else{B.prop=0;b(B).animate({prop:1},{duration:d.changeSpeed,easing:d.easingChange,step:T,complete:g})}})}else{f.removeAttr("style");j.css("border-width",d.padding);if(d.transitionIn=="elastic"){r=V();j.html(m.contents());
f.show();if(d.opacity)i.opacity=0;B.prop=0;b(B).animate({prop:1},{duration:d.speedIn,easing:d.easingIn,step:T,complete:S})}else{d.titlePosition=="inside"&&y>0&&n.show();j.css({width:i.width-d.padding*2,height:e.autoDimensions?"auto":i.height-y-d.padding*2}).html(m.contents());f.css(i).fadeIn(d.transitionIn=="none"?0:d.speedIn,S)}}}},Y=function(){if(d.enableEscapeButton||d.enableKeyboardNav)b(document).bind("keydown.fb",function(a){if(a.keyCode==27&&d.enableEscapeButton){a.preventDefault();b.fancybox.close()}else if((a.keyCode==
37||a.keyCode==39)&&d.enableKeyboardNav&&a.target.tagName!=="INPUT"&&a.target.tagName!=="TEXTAREA"&&a.target.tagName!=="SELECT"){a.preventDefault();b.fancybox[a.keyCode==37?"prev":"next"]()}});if(d.showNavArrows){if(d.cyclic&&l.length>1||p!==0)z.show();if(d.cyclic&&l.length>1||p!=l.length-1)A.show()}else{z.hide();A.hide()}},S=function(){if(!b.support.opacity){j.get(0).style.removeAttribute("filter");f.get(0).style.removeAttribute("filter")}e.autoDimensions&&j.css("height","auto");f.css("height","auto");
s&&s.length&&n.show();d.showCloseButton&&E.show();Y();d.hideOnContentClick&&j.bind("click",b.fancybox.close);d.hideOnOverlayClick&&u.bind("click",b.fancybox.close);b(window).bind("resize.fb",b.fancybox.resize);d.centerOnScroll&&b(window).bind("scroll.fb",b.fancybox.center);if(d.type=="iframe")b('<iframe id="fancybox-frame" name="fancybox-frame'+(new Date).getTime()+'" frameborder="0" hspace="0" '+(b.browser.msie?'allowtransparency="true""':"")+' scrolling="'+e.scrolling+'" src="'+d.href+'"></iframe>').appendTo(j);
f.show();h=false;b.fancybox.center();d.onComplete(l,p,d);var a,c;if(l.length-1>p){a=l[p+1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}if(p>0){a=l[p-1].href;if(typeof a!=="undefined"&&a.match(J)){c=new Image;c.src=a}}},T=function(a){var c={width:parseInt(r.width+(i.width-r.width)*a,10),height:parseInt(r.height+(i.height-r.height)*a,10),top:parseInt(r.top+(i.top-r.top)*a,10),left:parseInt(r.left+(i.left-r.left)*a,10)};if(typeof i.opacity!=="undefined")c.opacity=a<0.5?0.5:a;f.css(c);
j.css({width:c.width-d.padding*2,height:c.height-y*a-d.padding*2})},U=function(){return[b(window).width()-d.margin*2,b(window).height()-d.margin*2,b(document).scrollLeft()+d.margin,b(document).scrollTop()+d.margin]},X=function(){var a=U(),c={},g=d.autoScale,k=d.padding*2;c.width=d.width.toString().indexOf("%")>-1?parseInt(a[0]*parseFloat(d.width)/100,10):d.width+k;c.height=d.height.toString().indexOf("%")>-1?parseInt(a[1]*parseFloat(d.height)/100,10):d.height+k;if(g&&(c.width>a[0]||c.height>a[1]))if(e.type==
"image"||e.type=="swf"){g=d.width/d.height;if(c.width>a[0]){c.width=a[0];c.height=parseInt((c.width-k)/g+k,10)}if(c.height>a[1]){c.height=a[1];c.width=parseInt((c.height-k)*g+k,10)}}else{c.width=Math.min(c.width,a[0]);c.height=Math.min(c.height,a[1])}c.top=parseInt(Math.max(a[3]-20,a[3]+(a[1]-c.height-40)*0.5),10);c.left=parseInt(Math.max(a[2]-20,a[2]+(a[0]-c.width-40)*0.5),10);return c},V=function(){var a=e.orig?b(e.orig):false,c={};if(a&&a.length){c=a.offset();c.top+=parseInt(a.css("paddingTop"),
10)||0;c.left+=parseInt(a.css("paddingLeft"),10)||0;c.top+=parseInt(a.css("border-top-width"),10)||0;c.left+=parseInt(a.css("border-left-width"),10)||0;c.width=a.width();c.height=a.height();c={width:c.width+d.padding*2,height:c.height+d.padding*2,top:c.top-d.padding-20,left:c.left-d.padding-20}}else{a=U();c={width:d.padding*2,height:d.padding*2,top:parseInt(a[3]+a[1]*0.5,10),left:parseInt(a[2]+a[0]*0.5,10)}}return c},Z=function(){if(t.is(":visible")){b("div",t).css("top",L*-40+"px");L=(L+1)%12}else clearInterval(K)};
b.fn.fancybox=function(a){if(!b(this).length)return this;b(this).data("fancybox",b.extend({},a,b.metadata?b(this).metadata():{})).unbind("click.fb").bind("click.fb",function(c){c.preventDefault();if(!h){h=true;b(this).blur();o=[];q=0;c=b(this).attr("rel")||"";if(!c||c==""||c==="nofollow")o.push(this);else{o=b("a[rel="+c+"], area[rel="+c+"]");q=o.index(this)}I()}});return this};b.fancybox=function(a,c){var g;if(!h){h=true;g=typeof c!=="undefined"?c:{};o=[];q=parseInt(g.index,10)||0;if(b.isArray(a)){for(var k=
0,C=a.length;k<C;k++)if(typeof a[k]=="object")b(a[k]).data("fancybox",b.extend({},g,a[k]));else a[k]=b({}).data("fancybox",b.extend({content:a[k]},g));o=jQuery.merge(o,a)}else{if(typeof a=="object")b(a).data("fancybox",b.extend({},g,a));else a=b({}).data("fancybox",b.extend({content:a},g));o.push(a)}if(q>o.length||q<0)q=0;I()}};b.fancybox.showActivity=function(){clearInterval(K);t.show();K=setInterval(Z,66)};b.fancybox.hideActivity=function(){t.hide()};b.fancybox.next=function(){return b.fancybox.pos(p+
1)};b.fancybox.prev=function(){return b.fancybox.pos(p-1)};b.fancybox.pos=function(a){if(!h){a=parseInt(a);o=l;if(a>-1&&a<l.length){q=a;I()}else if(d.cyclic&&l.length>1){q=a>=l.length?0:l.length-1;I()}}};b.fancybox.cancel=function(){if(!h){h=true;b.event.trigger("fancybox-cancel");N();e.onCancel(o,q,e);h=false}};b.fancybox.close=function(){function a(){u.fadeOut("fast");n.empty().hide();f.hide();b.event.trigger("fancybox-cleanup");j.empty();d.onClosed(l,p,d);l=e=[];p=q=0;d=e={};h=false}if(!(h||f.is(":hidden"))){h=
true;if(d&&false===d.onCleanup(l,p,d))h=false;else{N();b(E.add(z).add(A)).hide();b(j.add(u)).unbind();b(window).unbind("resize.fb scroll.fb");b(document).unbind("keydown.fb");j.find("iframe").attr("src",M&&/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank");d.titlePosition!=="inside"&&n.empty();f.stop();if(d.transitionOut=="elastic"){r=V();var c=f.position();i={top:c.top,left:c.left,width:f.width(),height:f.height()};if(d.opacity)i.opacity=1;n.empty().hide();B.prop=1;
b(B).animate({prop:0},{duration:d.speedOut,easing:d.easingOut,step:T,complete:a})}else f.fadeOut(d.transitionOut=="none"?0:d.speedOut,a)}}};b.fancybox.resize=function(){u.is(":visible")&&u.css("height",b(document).height());b.fancybox.center(true)};b.fancybox.center=function(a){var c,g;if(!h){g=a===true?1:0;c=U();!g&&(f.width()>c[0]||f.height()>c[1])||f.stop().animate({top:parseInt(Math.max(c[3]-20,c[3]+(c[1]-j.height()-40)*0.5-d.padding)),left:parseInt(Math.max(c[2]-20,c[2]+(c[0]-j.width()-40)*0.5-
d.padding))},typeof a=="number"?a:200)}};b.fancybox.init=function(){if(!b("#fancybox-wrap").length){b("body").append(m=b('<div id="fancybox-tmp"></div>'),t=b('<div id="fancybox-loading"><div></div></div>'),u=b('<div id="fancybox-overlay"></div>'),f=b('<div id="fancybox-wrap"></div>'));D=b('<div id="fancybox-outer"></div>').append('<div class="fancybox-bg" id="fancybox-bg-n"></div><div class="fancybox-bg" id="fancybox-bg-ne"></div><div class="fancybox-bg" id="fancybox-bg-e"></div><div class="fancybox-bg" id="fancybox-bg-se"></div><div class="fancybox-bg" id="fancybox-bg-s"></div><div class="fancybox-bg" id="fancybox-bg-sw"></div><div class="fancybox-bg" id="fancybox-bg-w"></div><div class="fancybox-bg" id="fancybox-bg-nw"></div>').appendTo(f);
D.append(j=b('<div id="fancybox-content"></div>'),E=b('<a id="fancybox-close"></a>'),n=b('<div id="fancybox-title"></div>'),z=b('<a href="javascript:;" id="fancybox-left"><span class="fancy-ico" id="fancybox-left-ico"></span></a>'),A=b('<a href="javascript:;" id="fancybox-right"><span class="fancy-ico" id="fancybox-right-ico"></span></a>'));E.click(b.fancybox.close);t.click(b.fancybox.cancel);z.click(function(a){a.preventDefault();b.fancybox.prev()});A.click(function(a){a.preventDefault();b.fancybox.next()});
b.fn.mousewheel&&f.bind("mousewheel.fb",function(a,c){if(h)a.preventDefault();else if(b(a.target).get(0).clientHeight==0||b(a.target).get(0).scrollHeight===b(a.target).get(0).clientHeight){a.preventDefault();b.fancybox[c>0?"prev":"next"]()}});b.support.opacity||f.addClass("fancybox-ie");if(M){t.addClass("fancybox-ie6");f.addClass("fancybox-ie6");b('<iframe id="fancybox-hide-sel-frame" src="'+(/^https/i.test(window.location.href||"")?"javascript:void(false)":"about:blank")+'" scrolling="no" border="0" frameborder="0" tabindex="-1"></iframe>').prependTo(D)}}};
b.fn.fancybox.defaults={padding:10,margin:40,opacity:false,modal:false,cyclic:false,scrolling:"auto",width:560,height:340,autoScale:true,autoDimensions:true,centerOnScroll:false,ajax:{},swf:{wmode:"transparent"},hideOnOverlayClick:true,hideOnContentClick:false,overlayShow:true,overlayOpacity:0.7,overlayColor:"#777",titleShow:true,titlePosition:"float",titleFormat:null,titleFromAlt:false,transitionIn:"fade",transitionOut:"fade",speedIn:300,speedOut:300,changeSpeed:300,changeFade:"fast",easingIn:"swing",
easingOut:"swing",showCloseButton:true,showNavArrows:true,enableEscapeButton:true,enableKeyboardNav:true,onStart:function(){},onCancel:function(){},onComplete:function(){},onCleanup:function(){},onClosed:function(){},onError:function(){}};b(document).ready(function(){b.fancybox.init()})})(jQuery);

@ -0,0 +1,14 @@
/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net)
* Licensed under the MIT License (LICENSE.txt).
*
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
* Thanks to: Seamus Leahy for adding deltaX and deltaY
*
* Version: 3.0.4
*
* Requires: 1.2.2+
*/
(function(d){function g(a){var b=a||window.event,i=[].slice.call(arguments,1),c=0,h=0,e=0;a=d.event.fix(b);a.type="mousewheel";if(a.wheelDelta)c=a.wheelDelta/120;if(a.detail)c=-a.detail/3;e=c;if(b.axis!==undefined&&b.axis===b.HORIZONTAL_AXIS){e=0;h=-1*c}if(b.wheelDeltaY!==undefined)e=b.wheelDeltaY/120;if(b.wheelDeltaX!==undefined)h=-1*b.wheelDeltaX/120;i.unshift(a,c,h,e);return d.event.handle.apply(this,i)}var f=["DOMMouseScroll","mousewheel"];d.event.special.mousewheel={setup:function(){if(this.addEventListener)for(var a=
f.length;a;)this.addEventListener(f[--a],g,false);else this.onmousewheel=g},teardown:function(){if(this.removeEventListener)for(var a=f.length;a;)this.removeEventListener(f[--a],g,false);else this.onmousewheel=null}};d.fn.extend({mousewheel:function(a){return a?this.bind("mousewheel",a):this.trigger("mousewheel")},unmousewheel:function(a){return this.unbind("mousewheel",a)}})})(jQuery);

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 996 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 343 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 234 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 209 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 223 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 344 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 357 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 269 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 422 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 421 B

@ -0,0 +1,359 @@
/*
* FancyBox - jQuery Plugin
* Simple and fancy lightbox alternative
*
* Examples and documentation at: http://fancybox.net
*
* Copyright (c) 2008 - 2010 Janis Skarnelis
* That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
*
* Version: 1.3.4 (11/11/2010)
* Requires: jQuery v1.3+
*
* Dual licensed under the MIT and GPL licenses:
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
*/
#fancybox-loading {
position: fixed;
top: 50%;
left: 50%;
width: 40px;
height: 40px;
margin-top: -20px;
margin-left: -20px;
cursor: pointer;
overflow: hidden;
z-index: 1104;
display: none;
}
#fancybox-loading div {
position: absolute;
top: 0;
left: 0;
width: 40px;
height: 480px;
background-image: url('img/fancybox/fancybox.png');
}
#fancybox-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 1100;
display: none;
}
#fancybox-tmp {
padding: 0;
margin: 0;
border: 0;
overflow: auto;
display: none;
}
#fancybox-wrap {
position: absolute;
top: 0;
left: 0;
padding: 20px;
z-index: 1101;
outline: none;
display: none;
}
#fancybox-outer {
position: relative;
width: 100%;
height: 100%;
background: #fff;
}
#fancybox-content {
width: 0;
height: 0;
padding: 0;
outline: none;
position: relative;
overflow: hidden;
z-index: 1102;
border: 0px solid #fff;
}
#fancybox-hide-sel-frame {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 1101;
}
#fancybox-close {
position: absolute;
top: -15px;
right: -15px;
width: 30px;
height: 30px;
background: transparent url('img/fancybox/fancybox.png') -40px 0px;
cursor: pointer;
z-index: 1103;
display: none;
}
#fancybox-error {
color: #444;
font: normal 12px/20px Arial;
padding: 14px;
margin: 0;
}
#fancybox-img {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
outline: none;
line-height: 0;
vertical-align: top;
}
#fancybox-frame {
width: 100%;
height: 100%;
border: none;
display: block;
}
#fancybox-left, #fancybox-right {
position: absolute;
bottom: 0px;
height: 100%;
width: 35%;
cursor: pointer;
outline: none;
background: transparent url('img/fancybox/blank.gif');
z-index: 1102;
display: none;
}
#fancybox-left {
left: 0px;
}
#fancybox-right {
right: 0px;
}
#fancybox-left-ico, #fancybox-right-ico {
position: absolute;
top: 50%;
left: -9999px;
width: 30px;
height: 30px;
margin-top: -15px;
cursor: pointer;
z-index: 1102;
display: block;
}
#fancybox-left-ico {
background-image: url('img/fancybox/fancybox.png');
background-position: -40px -30px;
}
#fancybox-right-ico {
background-image: url('img/fancybox/fancybox.png');
background-position: -40px -60px;
}
#fancybox-left:hover, #fancybox-right:hover {
visibility: visible; /* IE6 */
}
#fancybox-left:hover span {
left: 20px;
}
#fancybox-right:hover span {
left: auto;
right: 20px;
}
.fancybox-bg {
position: absolute;
padding: 0;
margin: 0;
border: 0;
width: 20px;
height: 20px;
z-index: 1001;
}
#fancybox-bg-n {
top: -20px;
left: 0;
width: 100%;
background-image: url('img/fancybox/fancybox-x.png');
}
#fancybox-bg-ne {
top: -20px;
right: -20px;
background-image: url('img/fancybox/fancybox.png');
background-position: -40px -162px;
}
#fancybox-bg-e {
top: 0;
right: -20px;
height: 100%;
background-image: url('img/fancybox/fancybox-y.png');
background-position: -20px 0px;
}
#fancybox-bg-se {
bottom: -20px;
right: -20px;
background-image: url('img/fancybox/fancybox.png');
background-position: -40px -182px;
}
#fancybox-bg-s {
bottom: -20px;
left: 0;
width: 100%;
background-image: url('img/fancybox/fancybox-x.png');
background-position: 0px -20px;
}
#fancybox-bg-sw {
bottom: -20px;
left: -20px;
background-image: url('img/fancybox/fancybox.png');
background-position: -40px -142px;
}
#fancybox-bg-w {
top: 0;
left: -20px;
height: 100%;
background-image: url('img/fancybox/fancybox-y.png');
}
#fancybox-bg-nw {
top: -20px;
left: -20px;
background-image: url('img/fancybox/fancybox.png');
background-position: -40px -122px;
}
#fancybox-title {
font-family: Helvetica;
font-size: 12px;
z-index: 1102;
}
.fancybox-title-inside {
padding-bottom: 10px;
text-align: center;
color: #333;
background: #fff;
position: relative;
}
.fancybox-title-outside {
padding-top: 10px;
color: #fff;
}
.fancybox-title-over {
position: absolute;
bottom: 0;
left: 0;
color: #FFF;
text-align: left;
}
#fancybox-title-over {
padding: 10px;
background-image: url('img/fancybox/fancy_title_over.png');
display: block;
}
.fancybox-title-float {
position: absolute;
left: 0;
bottom: -20px;
height: 32px;
}
#fancybox-title-float-wrap {
border: none;
border-collapse: collapse;
width: auto;
}
#fancybox-title-float-wrap td {
border: none;
white-space: nowrap;
}
#fancybox-title-float-left {
padding: 0 0 0 15px;
background: url('img/fancybox/fancybox.png') -40px -90px no-repeat;
}
#fancybox-title-float-main {
color: #FFF;
line-height: 29px;
font-weight: bold;
padding: 0 0 3px 0;
background: url('img/fancybox/fancybox-x.png') 0px -40px;
}
#fancybox-title-float-right {
padding: 0 0 0 15px;
background: url('img/fancybox/fancybox.png') -55px -90px no-repeat;
}
/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_close.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_nav_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_title_right.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
height: expression(this.parentNode.clientHeight + "px");
}
#fancybox-loading.fancybox-ie6 {
position: absolute; margin-top: 0;
top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}
#fancybox-loading.fancybox-ie6 div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_loading.png', sizingMethod='scale'); }
/* IE6, IE7, IE8 */
.fancybox-ie .fancybox-bg { background: transparent !important; }
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }

@ -0,0 +1,443 @@
/*
99Lime.com HTML KickStart by Joshua Gatcke
kickstart-buttons.css
Super Easy Cross Browser CSS3 Gradients
http://www.colorzilla.com/gradient-editor/
*/
/*---------------------------------
BUTTONS
-----------------------------------*/
button,
a.btn,
a.btn:visited,
a.button,
a.button:visited,
input[type="submit"],
input[type="reset"],
input[type="button"]{
position:relative;
top:0;
left:0;
vertical-align: middle;
margin:0;
padding:10px 15px;
line-height:100%;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
cursor: pointer;
width:auto;
overflow:visible;
font-weight:normal;
font-size:14px; /*Pixels for consistancy*/
text-shadow:0 1px 0 #fff;
color:#666;
text-decoration:none;
vertical-align: middle;
box-sizing: border-box;
display:inline-block;
*display:inline;/*IE ONLY*/
zoom:1;
border:1px solid #ccc;
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
}
button:active,
a.btn:active,
a.btn:visited:active,
a.button:active,
a.button:visited:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active{box-shadow:inset 0px 3px 5px rgba(0,0,0,0.2),inset 0px -10px 20px rgba(0,0,0,0.07);}
button[disabled],.disabled:active{box-shadow:none;}
button,
input[type="submit"],
input[type="reset"],
input[type="button"]{*padding:7px 15px;}/*IE 7 ONLY*/
a.btn,a.button{}/*overrides*/
button.small, a.btn.small, a.button.small{font-size:0.8em;padding:5px 10px;}
button.medium, a.btn.medium, a.button.medium{}/*default*/
button.large, a.btn.large, a.button.large{font-size:1.3em;padding:10px 20px;}
button.disabled, a.btn.disabled, a.button.disabled{color:#ccc;cursor:default;background:#efefef;}
button.disabled:hover, a.btn.disabled:hover, a.button.disabled:hover{border:1px solid #ccc;background:#efefef;}
button:hover,
a.btn:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover{
border:1px solid #bbb;
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
}
button img,
a.btn img,
a.button img,
input[type="submit"] img,
input[type="reset"] img,
input[type="button"] img{
display:inline;
margin:0;
vertical-align: middle;
margin:-10px 10px -5px -5px;
padding:0;
}
.small img{margin:-3px 5px -3px -3px;}
.medium img{margin:-10px 10px -5px -5px;}
.large img{margin:-10px 10px -10px -10px;}
.icon-only{padding:7px 10px;}
.icon-only img{margin:0;display:block;padding:0;}
.icon-only .icon{margin:-5px -6px -8px -6px;}
/* icons */
button .icon,
a.btn .icon,
a.button .icon,
input[type="submit"] .icon,
input[type="reset"] .icon,
input[type="button"] .icon{
vertical-align: middle;
margin:-5px 3px -7px -2px;
*margin:-5px 3px -10px 0px;/*IE 7 ONLY*/
}
button .icon.medium,
a.btn .icon.medium,
a.button .icon.medium,
input[type="submit"] .icon.medium,
input[type="reset"] .icon.medium,
input[type="button"] .icon.medium{
margin-left:-5px;
*left:-5px;
*top:0px;
}
button .icon.large,
a.btn .icon.large,
a.button .icon.large,
input[type="submit"] .icon.large,
input[type="reset"] .icon.large,
input[type="button"] .icon.large{
margin-left:-10px;
*left:-10px;
*top:0px;
}
/*---------------------------------
BUTTON BAR
-----------------------------------*/
ul.button-bar{
display:inline-block;
*display:inline;
margin:0;
padding:0;
font-size:0;
position:relative;
top:0;
left:0;
zoom:1;
border:0;
background:0;
}
ul.button-bar li{
display:inline-block;
*display:inline;
position:relative;
top:0;
left:0;
zoom:1;
margin:0 -1px 0 0;
padding:0;
line-height:100%;
font-size:0px;
border:1px solid #ccc;
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
}
ul.button-bar li a{
margin:0;
display:inline-block;
*display:inline;
padding:7px 10px;
position:relative;
top:0;
left:0;
zoom:1;
font-weight:normal;
font-size:14px; /*Pixels for consistancy*/
text-shadow:0 1px 0 #fff;
color:#666;
text-decoration:none;
vertical-align: middle;
line-height:100%;
border-left:1px solid #fff;
}
ul.button-bar li.first,
ul.button-bar li.first a{
-moz-border-radius-bottomleft: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-top-left-radius: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
-moz-background-clip:content-box;
-webkit-background-clip: border;
background-clip: content-box;
}
ul.button-bar li.last,
ul.button-bar li.last a{
-moz-border-radius-bottomright: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-bottom-right-radius: 5px;
-webkit-border-top-right-radius: 5px;
-webkit-background-clip:
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
-moz-background-clip:content-box;
-webkit-background-clip: border;
background-clip: content-box;
}
ul.button-bar li a .icon{
position:relative;
top:-1px;
left:0;
margin:-5px 0;
}
ul.button-bar li a:hover{
background: rgb(252,252,252); /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
}
ul.button-bar li a:active{box-shadow:inset 0px 3px 5px rgba(0,0,0,0.2),inset 0px -10px 20px rgba(0,0,0,0.07);border-left:1px solid #ccc;}
/*---------------------------------
STYLES
-----------------------------------*/
.pill{border-radius:200em;}
.pop{box-shadow:0px 1px 5px rgba(0,0,0,0.2);}
.inset{box-shadow:inset 0px 1px 3px rgba(0,0,0,0.3);}
.square{-moz-border-radius:0;-webkit-border-radius:0;-o-border-radius:0;border-radius:0;}
/*---------------------------------
ORANGE
-----------------------------------*/
button.orange,
a.btn.orange,
a.button.orange,
input[type=submit].orange,
input[type=reset].orange,
input[type=button].orange{
text-shadow:0 -1px 0 #FC730A;
color:#fff;
border:1px solid #FC730A;
background: rgb(255,168,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,168,76,1) 0%, rgba(255,123,13,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,168,76,1)), color-stop(100%,rgba(255,123,13,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255,168,76,1) 0%,rgba(255,123,13,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}
button.orange:hover,
a.btn.orange:hover,
a.button.orange:hover{
text-shadow:0 1px 0 #FC730A;
border:1px solid #FC730A;
background: rgb(249,191,74); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,191,74,1) 0%, rgba(249,181,9,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,191,74,1)), color-stop(100%,rgba(249,181,9,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(249,191,74,1) 0%,rgba(249,181,9,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bf4a', endColorstr='#f9b509',GradientType=0 ); /* IE6-9 */
}
/*---------------------------------
BLUE
-----------------------------------*/
button.blue,
a.btn.blue,
a.button.blue,
input[type=submit].blue,
input[type=reset].blue,
input[type=button].blue{
text-shadow:0 -1px 0 #1D6DC1;
color:#fff;
border:1px solid #1D6DC1;
background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
}
button.blue:hover,
a.btn.blue:hover,
a.button.blue:hover{
text-shadow:0 1px 0 #1D6DC1;
border:1px solid #1D6DC1;
background: rgb(155,205,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(155,205,255,1) 0%, rgba(134,192,250,1) 44%, rgba(110,176,242,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,205,255,1)), color-stop(44%,rgba(134,192,250,1)), color-stop(100%,rgba(110,176,242,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(155,205,255,1) 0%,rgba(134,192,250,1) 44%,rgba(110,176,242,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bcdff', endColorstr='#6eb0f2',GradientType=0 ); /* IE6-9 */
}
/*---------------------------------
PINK
-----------------------------------*/
button.pink,
a.btn.pink,
a.button.pink,
input[type=submit].pink,
input[type=reset].pink,
input[type=button].pink{
text-shadow:0 -1px 0 #EF0251;
color:#fff;
border:1px solid #EF0251;
background: rgb(255,93,177); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,93,177,1) 0%, rgba(239,1,124,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,93,177,1)), color-stop(100%,rgba(239,1,124,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255,93,177,1) 0%,rgba(239,1,124,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff5db1', endColorstr='#ef017c',GradientType=0 ); /* IE6-9 */
}
button.pink:hover,
a.btn.pink:hover,
a.button.pink:hover{
text-shadow:0 1px 0 #EF0251;
border:1px solid #EF0251;
background: rgb(255,169,213); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,169,213,1) 0%, rgba(254,112,185,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,169,213,1)), color-stop(100%,rgba(254,112,185,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,169,213,1) 0%,rgba(254,112,185,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,169,213,1) 0%,rgba(254,112,185,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,169,213,1) 0%,rgba(254,112,185,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(255,169,213,1) 0%,rgba(254,112,185,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa9d5', endColorstr='#fe70b9',GradientType=0 ); /* IE6-9 */
}
/*---------------------------------
GREEN
-----------------------------------*/
button.green,
a.btn.green,
a.button.green,
input[type=submit].green,
input[type=reset].green,
input[type=button].green{
text-shadow:0 -1px 0 #669E00;
color:#fff;
border:1px solid #669E00;
background: rgb(143,196,0); /* Old browsers */
background: -moz-linear-gradient(top, rgba(143,196,0,1) 0%, rgba(107,165,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(143,196,0,1)), color-stop(100%,rgba(107,165,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(107,165,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(107,165,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(143,196,0,1) 0%,rgba(107,165,0,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(143,196,0,1) 0%,rgba(107,165,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8fc400', endColorstr='#6ba500',GradientType=0 ); /* IE6-9 */
}
button.green:hover,
a.btn.green:hover,
a.button.green:hover{
text-shadow:0 1px 0 #669E00;
border:1px solid #669E00;
background: rgb(198,226,120); /* Old browsers */
background: -moz-linear-gradient(top, rgba(198,226,120,1) 0%, rgba(167,211,44,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(198,226,120,1)), color-stop(100%,rgba(167,211,44,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(198,226,120,1) 0%,rgba(167,211,44,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(198,226,120,1) 0%,rgba(167,211,44,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(198,226,120,1) 0%,rgba(167,211,44,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(198,226,120,1) 0%,rgba(167,211,44,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c6e278', endColorstr='#a7d32c',GradientType=0 ); /* IE6-9 */
}
/*---------------------------------
RED
-----------------------------------*/
button.red,
a.btn.red,
a.button.red,
input[type=submit].red,
input[type=reset].red,
input[type=button].red{
text-shadow:0 -1px 0 #B21203;
color:#fff;
border:1px solid #B21203;
background: rgb(229,60,22); /* Old browsers */
background: -moz-linear-gradient(top, rgba(229,60,22,1) 0%, rgba(207,4,4,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,60,22,1)), color-stop(100%,rgba(207,4,4,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(229,60,22,1) 0%,rgba(207,4,4,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e53c16', endColorstr='#cf0404',GradientType=0 ); /* IE6-9 */
}
button.red:hover,
a.btn.red:hover,
a.button.red:hover{
text-shadow:0 1px 0 #B21203;
border:1px solid #B21203;
background: rgb(238,106,76); /* Old browsers */
background: -moz-linear-gradient(top, rgba(238,106,76,1) 0%, rgba(251,33,33,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,106,76,1)), color-stop(100%,rgba(251,33,33,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(238,106,76,1) 0%,rgba(251,33,33,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee6a4c', endColorstr='#fb2121',GradientType=0 ); /* IE6-9 */
}

@ -0,0 +1,451 @@
/*---------------------------------
FORMS
-----------------------------------*/
form{
padding:0;
margin:0;
}
fieldset{
margin:30px 0 20px 0;
padding:5px 15px 15px 15px;
border:1px solid #ccc;
background:#f5f5f5;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
position: relative;
top:0;
left:0;
}
legend{
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
border:1px solid #ccc;
background:#f5f5f5;
padding:2px 10px;
margin:0 0 0 0;
display:block;
position: relative;
top:0;
left:0;
}
/*IE ONLY - I know, this is a stop gap*/
.msie fieldset{padding-top:25px;}
.msie legend{position:absolute;top:-0.7em;left:10px;}
label{
display:inline-block;
*display:inline;
vertical-align: middle;
margin:0;
padding:0;
position:relative;
top:0;
left:0;
zoom:1;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
label.inline{
display:inline;
margin:0;
}
label span{
color:#999;
font-size:0.9em;
}
label span.right{
position:absolute;
bottom:0;
right:0;
text-align:right;
display:inline-block;
*display:inline;
}
label.disabled{
color:#ccc;
}
input{
display:inline-block;
*display:inline;
vertical-align: middle;
width:auto;
zoom:1;
margin:0;
border:1px solid #ccc;
font-size:1em;
padding:5px 0;
text-indent: 5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
.placeholder{
color:#bbb;
}
input::-moz-focus-inner {border:0;}
input[disabled="disabled"], input.disabled{
color:#999;
background:#f5f5f5;
-moz-box-shadow:inset 0px 0px 2px #ddd;
-webkit-box-shadow:inset 0px 1px 2px #ddd;
box-shadow:inset 0px 1px 2px #ddd;
}
/* FOCUS STATES */
input[type="text"]:focus,
textarea:focus,
button:focus,
a.button:focus,
select:focus,
input[type="file"]:focus,
input[type="password"]:focus,
.rte-editor:focus,
textarea.rte:focus{
-webkit-box-shadow: 0 0 7px #6DB9FF;
-moz-box-shadow : 0 0 7px #6DB9FF;
-o-box-shadow : 0 0 7px #6DB9FF;
box-shadow : 0 0 7px #6DB9FF;
border: 1px solid #50B1FE;
outline: none;
}
/* TRANSITION */
input[type="text"],
textarea,
button,
a.button,
a,
input[type="file"]{
transition: box-shadow 0.5s, border 0.5s, background 0.5s;
-moz-transition: -moz-box-shadow 0.5s, border 0.5s, background 0.5s;
-webkit-transition: -webkit-box-shadow 0.5s, border 0.5s, background 0.5s;
-o-transition: -o-box-shadow 0.5s, border 0.5s, background 0.5s;
}
input.checkbox,
input[type="checkbox"]{
display:inline;
width:auto;
margin:0;
padding:0;
border:0;
background:none;
vertical-align:center;
*vertical-align: top;
}
input.radio,
input[type="radio"]{
display:inline;
width:auto;
margin:0;
padding:0;
border:0;
background:none;
vertical-align:center;
*vertical-align: top;
}
input[type="radio"]:focus,
input[ type="checkbox"]:focus{
-webkit-box-shadow: 0 0 5px #6DB9FF;
-moz-box-shadow : 0 0 5px #6DB9FF;
-o-box-shadow : 0 0 5px #6DB9FF;
box-shadow : 0 0 5px #6DB9FF;
outline-color: #6DB9FF;
}
input.file,
input[type="file"]{
font-size:0.8em;
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
}
select{
display:inline;
width:auto;
margin:0;
line-height:100%;
padding:3px;
vertical-align: middle;
}
textarea{
width:auto;
height:200px;
margin:0;
border:1px solid #ccc;
padding:5px;
vertical-align: middle;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
/*---------------------------------
RTE
-----------------------------------*/
.rte-wrap{
width:100%;
position:relative;
top:0;
left:0;
margin:0 0 10px 0;
}
.rte-toolbar{
border:1px solid #ccc;
border-bottom:0;
background:#f5f5f5;
z-index:50;
position: relative;
top:0;
left:0;
}
.rte-toolbar ul{
margin:0;
padding:0;
display:inline;
float:left;
}
.rte-toolbar li{
list-style-type:none;
margin:0;
padding:0;
float:left;
display:block;
}
.rte-toolbar li.html-toggle{
position:absolute;
top:-16px;
right:-1px;
font-size:10px;
line-height:100%;
width:auto;
}
.rte-toolbar li.html-toggle a{
background:#efefef;
border:1px solid #ddd;
border-bottom:1px solid #ccc;
width:auto;
height:10px;
padding:2px;
}
.rte-toolbar li a{
display:block;
float:left;
padding:0;
/*border-right:1px solid #ddd;
border-left:1px solid #fff;
border-top:1px solid #fff;*/
width:20px;
height:20px;
text-align:center;
text-decoration:none;
color:inherit;
color:#777;
text-shadow:0px 1px 0px #fff;
}
a.rte-bold {background:url(img/rte/text_bold.png) no-repeat center center;}
a.rte-italic {background:url(img/rte/text_italic.png) no-repeat center center;}
a.rte-ul {background:url(img/rte/text_list_bullets.png) no-repeat center center;}
a.rte-ol {background:url(img/rte/text_list_numbers.png) no-repeat center center;}
a.rte-img {background:url(img/rte/picture_empty.png) no-repeat center center;}
a.rte-link {background:url(img/rte/link.png) no-repeat center center;}
a.rte-unlink {background:url(img/rte/link_break.png) no-repeat center center;}
a.rte-justifyleft {background:url(img/rte/text_align_left.png) no-repeat center center;}
a.rte-justifycenter {background:url(img/rte/text_align_center.png) no-repeat center center;}
a.rte-justifyright {background:url(img/rte/text_align_right.png) no-repeat center center;}
a.rte-sub {background:url(img/rte/text_subscript.png) no-repeat center center;}
a.rte-sup {background:url(img/rte/text_superscript.png) no-repeat center center;}
.rte-toolbar li a:hover{color:#333;background-color:#efefef;}
/* show/hide tools */
.rte-wrap .rte-toolbar li{display:none;}
.rte-wrap.editmode .rte-toolbar li{display:block;}
.rte-wrap .rte-toolbar li.html-toggle,
.rte-wrap.editmode .rte-toolbar li.html-toggle{display:block;}
.rte-toolbar select.inline{
float:left;
display:inline;
width:50px;
height:17px;
margin:1px 3px 0 1px;
bordeR:1px solid #ccc;
}
textarea.rte,
.rte-editor{
width:100%;
margin:0;
border:1px solid #ccc;
padding:5px;
overflow:auto;
vertical-align: middle;
font-family:inherit;
font-size:0.9em;
-moz-border-radius-topleft:0px;
-moz-border-radius-topright:0px;
-webkit-border-top-left-radius:0px;
-webkit-border-top-right-radius:0px;
border-top-left-radius:0px;
border-top-right-radius:0px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-bottom-left-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
z-index:40;
}
textarea.rte{
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size:0.9em;
}
.rte-editor ul li,
.rte-editor ol li{
padding:0;
}
/*---------------------------------
COLUMN SIZES
-----------------------------------*/
/* sizes */
input.col_1,
input.col_2,
input.col_3,
input.col_4,
input.col_5,
input.col_6,
input.col_7,
input.col_8,
input.col_9,
input.col_10,
input.col_11,
input.col_12{float:none;display:inline-block;*display:inline;margin-bottom:0;
*margin-left: 0.5%;*margin-right: 0.5%;/* this is for IE 7 Only and is not a good fix - work needed here */
}
label.col_1,
label.col_2,
label.col_3,
label.col_4,
label.col_5,
label.col_6,
label.col_7,
label.col_8,
label.col_9,
label.col_10,
label.col_11,
label.col_12{float:none;display:inline-block;*display:inline;margin-bottom:0;
*margin-left: 0.5%;*margin-right: 0.5%;/* this is for IE 7 Only and is not a good fix - work needed here */
}
/*---------------------------------
FORMS VERTICAL
-----------------------------------*/
form.vertical{
}
form.vertical label{display:block;}
form.vertical input,
form.vertical select,
form.vertical textarea{width:100%;display:block;margin-bottom:10px;}
form.vertical .chzn-container{display:block;margin-bottom:10px;}
form.vertical .chzn-choices{display:block;margin-bottom:10px;}
/* radios & checks */
form.vertical input.checkbox,
form.vertical input[type="checkbox"],
form.vertical input.radio,
form.vertical input[type="radio"],
form.vertical label.inline{display:inline;width:auto;margin:0;}
/*---------------------------------
FORM VALIDATION
-----------------------------------*/
label.error{color:red;}
input.error{border:1px solid red;}
/*---------------------------------
NOTICES
-----------------------------------*/
.notice{
border:1px solid gold;
background:lightyellow;
padding:10px 20px 10px 10px;
margin:10px 0;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
color:#DEAE00;
line-height:120%;
vertical-align: center;
text-shadow:0px 1px rgba(255,255,255,0.5);
position:relative;
top:0;
left:0;
clear:both;
}
.notice.warning{}/*default*/
.notice.error{border:1px solid red;background:pink;color:red;}
.notice.success{border:1px solid green;background:lightgreen;color:green;}
.notice .icon{color:inherit;margin-right:10px;margin-bottom:-5px;*margin-top:-5px;}
.notice a.icon.close,
.notice a.icon.close:active,
.notice a.icon.close:visited{font-size:12px;position:absolute;top:5px;right:-5px;left:auto;color:inherit;}

@ -0,0 +1,85 @@
/*
99Lime.com HTML KickStart by Joshua Gatcke
kickstart-grids.css
DO NOT EDIT THIS FILE unless you know what you are doing.
*/
/*---------------------------------
GRID/COLUMNS
-----------------------------------
tinyfluidgrid.com
& girlfriendnyc.com
with changes by 99Lime
-----------------------------------*/
/*
& Columns : 12
& Gutter %: 20%
& MinWidth: 960px
& MaxWidth: 1080px
*/
.col_1 { width: 6.6666666666667%; }
.col_2 { width: 15%; }
.col_3 { width: 23.333333333333%; }
.col_4 { width: 31.666666666667%; }
.col_5 { width: 40%; }
.col_6 { width: 48.333333333333%; }
.col_7 { width: 56.666666666667%; }
.col_8 { width: 65%; }
.col_9 { width: 73.333333333333%; }
.col_10 { width: 81.666666666667%; }
.col_11 { width: 90%; }
.col_12 { width: 98.333333333333%; }
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_7,
.col_8,
.col_9,
.col_10,
.col_11,
.col_12 {
margin-left: 0.83333333333333%;
margin-right: 0.83333333333333%;
margin-top:8px;
margin-bottom:8px;
float: left;
display: block;
}
.alpha{margin-left:0px;}
.omega{margin-right:0px;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}
.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
* html .clearfix, *:first-child+html .clearfix{zoom:1}
/* Viewable Grids
To view your grids, add the class .visible to any grid container.
This will add a background color so you can see the layout of your grids.
*/
.col_1.visible,
.col_2.visible,
.col_3.visible,
.col_4.visible,
.col_5.visible,
.col_6.visible,
.col_7.visible,
.col_8.visible,
.col_9.visible,
.col_10.visible,
.col_11.visible,
.col_12.visible {
background:#efefef;
}
/* Default .inner Padding
The inside of a column is automatically wrapped with div.inner by Javascript.
This allows for more flexible styling and layout without breaking your columns.
*/
.column .inner{
padding:10px;
}

@ -0,0 +1,67 @@
/*
99Lime.com HTML KickStart by Joshua Gatcke
kickstart-icons.css
DO NOT EDIT THIS FILE unless you know what you are doing.
Edit/override icon styles in kickstart.css
*/
@font-face{
font-family: 'IcoMoon';
src: url('fonts/base/icomoon-webfont.eot');
src: url('fonts/base/icomoon-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/base/icomoon-webfont.woff') format('woff'),
url('fonts/base/icomoon-webfont.ttf') format('truetype'),
url('fonts/base/icomoon-webfont.svg#IcoMoonBase') format('svg');
}
@font-face{
font-family: 'IcoMoonSocial';
src: url('fonts/social/icomoonsocial-webfont.eot');
src: url('fonts/social/icomoonsocial-webfont.eot?#iefix') format('embedded-opentype'),
url('fonts/social/icomoonsocial-webfont.woff') format('woff'),
url('fonts/social/icomoonsocial-webfont.ttf') format('truetype'),
url('fonts/social/icomoonsocial-webfont.svg#IcoMoonSocial') format('svg');
}
.icon{
height:0.8em;
width:0.8em;
display:inline-block;
font-size:21px;
color:inherit;
text-decoration:none;
vertical-align:middle;
text-align:center;
line-height:120%;
padding:0;
margin:0;
font-family: 'IcoMoon', arial, sans-serif;
position:relative;
top:-3px;
left:0;
-webkit-font-smoothing: antialiased;
zoom:1;
display:none;
}
.msie .icon{top:-1px;}/* IE ONLY - I know :P */
.icon span{position:relative;top:-49%;left:0.017em;color:inherit;display:inline-block;zoom:1;}
.icon.small{font-size:21px;} /* default */
.icon.medium{font-size:31px;}
.icon.large{font-size:41px;}
.icon.x-large{font-size:61px;}
.icon.social{font-family: 'IcoMoonSocial', arial, sans-serif;}
.icon.social span{top:-23%;}
/* colors (starting point) */
.icon.gray{color:#999;}
.icon.darkgray{color:#666;}
.icon.black{color:#000;}
.icon.white{color:#fff;}
.icon.red{color:#CA2200;}
.icon.blue{color:#3EBDFF;}
.icon.green{color:#A7C210;}
.icon.pink{color:#E9236E;}

@ -0,0 +1,122 @@
/*
99Lime.com HTML KickStart by Joshua Gatcke
kickstart-menus.css
*/
/*---------------------------------
MENU LAYOUT
DO NOT EDIT This Section (unless you know what you are doing)
-----------------------------------*/
.menu{margin:0;padding:0;line-height:100%;
font-size:0; /* Kill white space gap between LI elements */
position:relative;z-index:1000;}
.menu:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.menu li{margin:0;padding:0;list-style-type:none;display:inline-block;*display:inline;position:relative;zoom:1;line-height:inherit;
top:0;left:0;font-size:16px; /* fixed font-size to replace font-size:0 in parent .menu 1em/16px default */}
.menu li a{margin:0;padding:0;display:block;display:inline;display:inline-block;position:relative;zoom:1;line-height:100%;top:0;left:0;}
/*--------------Sub Menus-------------------*/
/*.menu li:hover > ul{display:block;}*/
.menu ul{margin:0;padding:0;position: absolute;top:100%;left:0;display:none;min-width:150px;max-width:150%;*width:150px;}
.menu ul li{display:block;width:100%;}
.menu ul li a{display:block;}
.menu ul ul{top:0;left:100%;}
/*--------------Dividers-------------------*/
.menu ul li.divider{border-top:1px solid #ccc;}
.menu ul li.divider a{border-top:1px solid #fff;}
/*--------------Arrows-------------------*/
.menu li.has-menu a{padding-right:25px;}
.menu li.has-menu span.arrow{border-style:solid;border-width:5px;
display:block;position:absolute;top:50%;right:5px;font-size:0;line-height:0;height:0;width:0;}
.menu li li.has-menu span.arrow{margin-top:-4px;}
/*--------------Vertical Menu Layout-------------------*/
.menu.vertical{}
.menu.vertical li{display:block;}
.menu.vertical li a{display:block;}
.menu.vertical ul{top:0;left:100%;}
.menu.vertical li.has-menu span.arrow{margin-top:-4px;}
/*--------------Vertical Right Menu Layout-------------------*/
.menu.vertical.right{text-align:left;}
.menu.vertical.right ul{top:0;right:100%;left:auto;}
.menu.vertical.right li a{padding-left:25px;padding-right:20px;}
.menu.vertical.right li.has-menu span.arrow{right:auto;left:5px;margin-top:-4px;}
/*---------------------------------
MENU STYLES
EDIT BELOW THIS LINE TO CUSTOMIZE
-----------------------------------*/
.menu{
border:1px solid #ccc;
text-shadow:0px 1px 1px #fff;
background: #eee; /* Old browsers */
background: -moz-linear-gradient(top, rgba(252,252,252,1) 0%, rgba(224,224,224,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(224,224,224,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* IE10+ */
background: linear-gradient(top, rgba(252,252,252,1) 0%,rgba(224,224,224,1) 100%); /* W3C */
z-index:600;
}
.menu li{}
.menu li a{
padding:15px 20px;
text-decoration:none;
font-size:0.9em;
color: #777;
}
.menu li.current>a,
.menu li.current>a:hover,
.menu li.current.hover>a{
background: rgb(122,188,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(122,188,255,1) 0%, rgba(96,171,248,1) 44%, rgba(64,150,238,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(122,188,255,1)), color-stop(44%,rgba(96,171,248,1)), color-stop(100%,rgba(64,150,238,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(122,188,255,1) 0%,rgba(96,171,248,1) 44%,rgba(64,150,238,1) 100%); /* W3C */
color:#fff;
text-shadow:0px -1px 0px rgba(0,0,0,0.2);
cursor: default;
}
.menu li a:hover,
.menu li.hover>a{
background:#f5f5f5;
}
/* sub menus */
.menu ul{
background: #efefef;
border:1px solid #ccc;
}
.menu ul li{}
.menu ul li a{}
/* sub-sub menus */
.menu ul ul{}
.menu ul ul li{}
.menu ul ul li a{}
/* arrows */
/* arrow down */ .menu li.has-menu span.arrow{border-color-top:#ccc;border-color:#ccc transparent transparent transparent;}
/* arrow left */ .menu li li.has-menu span.arrow, .menu.vertical li.has-menu span.arrow
{border-color-left:#ccc;border-color:transparent transparent transparent #ccc;}
/* arrow right */ .menu.vertical.right li.has-menu span.arrow{border-color-right:#ccc;border-color:transparent #ccc transparent transparent;}
/* dividers */ .menu ul li.divider{border-top:1px solid #ccc;}
.menu ul li.divider a{border-top:1px solid #fff;}
/* icons */
.menu .icon{margin:-10px 7px -10px -5px;vertical-align: middle;}
.menu ul .icon{margin-left:-10px;}

@ -0,0 +1,608 @@
/*
99Lime.com HTML KickStart by Joshua Gatcke
kickstart.css
Don't edit the file if you want HTML KickStart to be upgradeable.
Instead, copy any CSS selectors you want to modify to your style.css file.
// Colors
blue: #4D99E0;
*/
/*---------------------------------
IMPORTS
-----------------------------------*/
@import url(kickstart-buttons.css);
@import url(kickstart-forms.css);
@import url(kickstart-menus.css);
@import url(kickstart-grid.css);
@import url(kickstart-icons.css);
@import url(jquery.fancybox-1.3.4.css);
@import url(prettify.css);
@import url(chosen.css);
@import url(tiptip.css);
/*---------------------------------
HTML ELEMENTS
-----------------------------------*/
a{color:#4D99E0;outline:0;}
a:active{color:inherit;}
a:visited{}
a:hover{}
a img{border:0;}
strong,b{color:#000;background:lightyellow;position:relative;top:0;left:0;padding:2px 5px;}
strike{}
em,i{}
.hide{display:none;}
.show{display:block;}
/*---------------------------------
UTILITY
-----------------------------------*/
.center{text-align:center;}
.left{text-align:left;}
.right{text-align:right;}
/*---------------------------------
HR
-----------------------------------*/
hr{clear:both;border-bottom:0;border-top:1px dotted #ccc;border-right:0;border-left:0;margin:30px 0;min-height: 0px;height:1px;}
hr.alt1{border-style: solid;}
hr.alt2{border-style: dashed;}
/*---------------------------------
HTML5 ELEMENTS (shim)
-----------------------------------*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
display:block;
}
/*---------------------------------
HEADINGS
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
font-weight:bold;
line-height:140%;
}
h1{
font-size:3em;
margin:10px 0 10px 0;
}
h2{
font-size:2.5em;
margin:10px 0 10px 0;
}
h3{
font-size:2em;
margin:10px 0 10px 0;
line-height:130%;
}
h4{
font-size:1.5em;
margin:10px 0 10px 0;
}
h5{
font-size:1.2em;
margin:10px 0 10px 0;
}
h6{
font-size:1em;
margin:10px 0 5px 0;
}
/*---------------------------------
PARAGRAPHS
-----------------------------------*/
p{
line-height:150%;
color:#666;
margin:10px 0;
}
/*---------------------------------
BLOCKQUOTES
-----------------------------------*/
blockquote{
font-size:1.5em;
font-style: italic;
color:#888;
margin:30px 30px 30px 0;
padding:0 0 0 20px;
border-left:1px solid #ccc;
}
blockquote span{font-size:0.7em;color:#000;display:block;}
blockquote.small{font-size:1.2em;}
/*---------------------------------
LISTS
-----------------------------------*/
ul, ol{
padding:0;
margin:0 0 20px 25px;
}
li{
padding:5px 0;
margin:0;
}
ul.checks{
padding:0;
margin:0 0 20px 0;
}
ul.checks li{
list-style-type:none;
margin:0;
background:url(img/icon-check.png) no-repeat 5px 0.5em;
padding-left:30px;
}
ul.alt{
padding:0;
margin:0 0 20px 0;
}
ul.alt li{
list-style-type:none;
border-top:1px dotted #ccc;
border-bottom:1px dotted #ccc;
margin:0 0 -1px 0;
background:url(img/icon-arrow-right.png) no-repeat 5px 0.7em;
padding-left:20px;
}
/*---------------------------------
PRE & CODE
-----------------------------------*/
code{
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size:0.9em;
border:1px solid lightblue;
padding:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
color:#518BAB;
}
pre{
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: -o-pre-wrap; /* Opera 7 */
word-wrap: break-word; /* Internet Explorer 5.5+ */
margin: 0px 0px 0px 0px;
padding:5px 5px 3px 5px;
background:#fff;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
box-shadow:inset 0px 0px 7px rgba(0,0,0,0.2);
padding:10px;
margin:0 0 20px 0;
border:1px solid #ddd;
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
font-size:0.9em;
}
/*---------------------------------
TABLES
-----------------------------------*/
table{width:100%;margin:0 0 10px 0;text-align:left;border-collapse: collapse;}
thead, tbody{margin:0;padding:0;}
th, td{padding:7px 10px;font-size:0.9em;border-bottom:1px dotted #ddd;text-align:left;}
thead th{font-size:0.9em;padding:3px 10px;border-bottom:1px solid #ddd;}
tbody tr.last th,
tbody tr.last td{border-bottom:0;}
/* striped */
table.striped{}
table.striped tr.alt{background:#f5f5f5;}
table.striped thead th{background:#fff;}
table.striped tbody th{background:#f5f5f5;text-align:right;padding-right:15px;border-right:1px dotted #e5e5e5;}
table.striped tbody tr.alt th{background:#efefef;}
/* tight */
table.tight{}
table.tight th, .tight td{padding:2px 10px;}
/* sortable */
table.sortable{border:1px solid #ddd;}
table.sortable thead th{cursor: pointer;position:relative;top:0;left:0;border-right:1px solid #ddd;}
table.sortable thead th:hover{background:#efefef;}
table.sortable span.arrow{border-style:solid;border-width:5px;
display:block;position:absolute;top:50%;right:5px;font-size:0;
border-color:#ccc transparent transparent transparent;
line-height:0;height:0;width:0;margin-top:-2px;}
table.sortable span.arrow.up{border-color:transparent transparent #ccc transparent;margin-top:-7px;}
/*---------------------------------
TABS
-----------------------------------*/
ul.tabs{
margin:10px 0 -1px 0;
padding:0;
width:100%;
border-bottom:1px solid #e5e5e5;
float:left;
}
ul.tabs.left{text-align:left;}
ul.tabs.center{text-align:center;}
ul.tabs.right{text-align:right;}
ul.tabs li{
list-style-type:none;
margin:0 2px 0 0;
padding:0;
display:inline-block;
*display:inline;/*IE ONLY*/
position:relative;
top:0;
left:0;
*top:1px;/*IE 7 ONLY*/
zoom:1;
}
ul.tabs li a{
text-decoration:none;
color:#666;
display:inline-block;
padding:9px 15px;
position: relative;
top:0;
left:0;
line-height:100%;
background:#f5f5f5;
box-shadow: inset 0px -3px 3px rgba(0,0,0,0.03);
border:1px solid #e5e5e5;
border-bottom:0;
font-size:0.9em;
zoom:1;
}
ul.tabs li a:hover{
background:#fff;
}
ul.tabs li.current a{
position:relative;
top:1px;
left:0;
background:#fff;
box-shadow: none;
color:#222;
}
.tab-content{
border:1px solid #efefef;
border-left:1px solid #e5e5e5;
clear:both;
padding:20px;
margin:0 0 40px 0;
}
/* w/icon */
ul.tabs .icon{
margin:-3px 7px -3px -5px;
position:relative;
top:-2px;
left:0;
}
/*---------------------------------
BREADCRUMBS
-----------------------------------*/
ul.breadcrumbs{
margin:10px 0;
padding:0;
line-height:0%;
font-size:0;
}
ul.breadcrumbs li{
list-style-type:none;
margin:0;
padding:0;
display:inline-block;
*display:inline; /* IE ONLY*/
position:relative;
zoom:1;
line-height:100%;
font-size:14px; /* 0.8em default to override font-size:0; on parent*/
}
ul.breadcrumbs li a{
display:inline-block;
*display:inline; /* IE ONLY*/
position:relative;
padding:5px 15px 5px 5px;
font-size:0.9em;
zoom:1;
margin:0;
background:url(img/icon-arrow-right.png) no-repeat right center;
}
ul.breadcrumbs li.last a{
color:#333;
cursor: default;
text-decoration:none;
background:none;
}
ul.breadcrumbs li.last a:hover{
text-decoration:none;
}
/* Alternative Style */
ul.breadcrumbs.alt1{
border:1px solid transparent;
font-size:0;
}
ul.breadcrumbs.alt1 li a{
padding:10px 25px 10px 15px;
background:url(img/breadcrumbs-bg.gif) no-repeat right center;
text-decoration:none;
border-top:1px solid #efefef;
border-bottom:1px solid #efefef;
font-size:12px;
}
ul.breadcrumbs.alt1 a:hover{
text-decoration:underline;
}
ul.breadcrumbs.alt1 li.first a{
border-left:1px solid #efefef;
}
ul.breadcrumbs.alt1 li.last a{
background:none;
border-right:1px solid #efefef;
}
/*---------------------------------
IMAGES
-----------------------------------*/
/*
for img .style1, .style2, .style3
view js/kickstart.js Image Style Helpers
*/
img{
margin:0;
padding:0;
display:inline-block;
position:relative;
zoom:1;
}
img.align-left{float:left;margin:0 10px 5px 0;}
img.align-right{float:right;margin:0 0 5px 10px;}
img.full-width{clear:both;display:block;width:100%;height:auto;margin:0 0 10px 0;}
span.img-wrap{
display:inline-block;
position: relative;
top:0;
left:0;
zoom: 1;
}
span.img-inner{
display:block;
position:absolute;
top:0;
left:0;
width: 100%;
height:100%;
}
span.img-wrap img{
display:block;
padding:0;
margin:0;
}
img.style1{/* DON'T Style This */}
.img-wrap.style1{
border:1px solid #ddd;
padding:3px;
background-color:#fff;
margin-left:-3px;
margin-top:-3px;
margin-bottom:-3px;
}
img.style2{/* DON'T Style This */}
.img-wrap.style2{
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
overflow: hidden;
}
img.style3{/* DON'T Style This */}
.img-wrap.style3{
margin-left:-3px;
margin-top:-3px;
margin-bottom:-3px;
border:3px solid #efefef;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
overflow: hidden;
-moz-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
-webkit-box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}
div.caption{
background:#f5f5f5;
border:1px solid #ddd;
padding:3px;
}
div.caption img{
display:block;
padding:0;
margin:0;
}
div.caption span{
display:block;
margin-top:3px;
font-size:0.8em;
color:#666;
padding:0px 5px;
}
.gallery{}
.gallery a{
display:inline-block;
position:relative;
border:1px solid #ddd;
background:#fff;
padding:3px;
margin:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
}
.gallery a img{
display: block;
position: relative;
margin:0;
padding:0;
}
/*---------------------------------
SLIDESHOW2
-----------------------------------*/
.slideshow-wrap{
clear:both;
margin:0;
padding:0;
position:relative;
top:0;
left:0;
overflow:hidden;
clear:both;
}
.slideshow-inner{
overflow:hidden;
clear:both;
position:relative;
top:0;
left:0;
border:1px solid #efefef;
}
.slideshow{
clear:both;
margin:0;
padding:0;
width:auto;
height:auto;
overflow:hidden;
}
.slideshow li{
list-style-type:none;
margin:0;
padding:0;
float:left;
display:block;
}
.slideshow img{vertical-align: bottom;}
.slideshow-buttons{
text-align:right;
margin:3px 0 0 0;
padding:0;
}
.slideshow-buttons li{display:inline;position:relative;top:0;left:0;line-height:100%;margin:0;padding:0;}
.slideshow-buttons li.current a{background:#ddd;}
.slideshow-buttons a{
display:inline;
position:relative;
top:0;
left:0;
padding:1px 3px;
margin:0 1px;
line-height:100%;
border:1px solid #efefef;
text-decoration:none;
font-size:0.8em;
}
/*---------------------------------
MEDIA
-----------------------------------*/
.video-placeholder,
.video-placeholder a{
position:relative;
top:0;
left:0;
display:inline-block;
*display:inline;
zoom:1;
margin:0;
padding:0;
text-decoration:none;
}
.video-placeholder img{vertical-align: bottom;}
.video-placeholder .icon{
position:absolute;
top:50%;
left:50%;
margin:-24px 0 0 -24px;
}
.video-placeholder:hover .icon{
text-shadow:0px 0px 10px rgba(255,255,255,0.8), 0px 2px 2px rgba(0,0,0,1);
cursor: pointer;
}
iframe.map-placeholder{
border:1px solid #ccc;
margin:0;
padding:0;
overflow: hidden;
box-sizing: border-box;
}
.calendar{
text-align:center;
text-shadow:0px 1px 0px #fff;
color:#666;
border:1px solid #ddd;
background:#f5f5f5;
}
.calendar h4#current-month{font-size:1em;margin:0;padding:2% 0;border-top:1px solid #fff;line-height:100%;font-weight:normal;}
.calendar table{margin:0;border-collapse: collapse;border:0;}
.calendar th, .calendar td{text-align:center;padding:0;font-weight: normal;line-height:100%;border:0;}
.calendar th{width:14.2857%;padding:2% 0;border-bottom:1px solid #ddd;}
.calendar td{background:#fff;padding:3% 0;}
.calendar th.weekday{color:#999;font-size:0.7em;text-transform: uppercase;}
.calendar td.other-month{color:#ccc;}
.calendar td.current-month{background:#fff;color:#777;}

@ -0,0 +1 @@
.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}pre.prettyprint{}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}

@ -0,0 +1,99 @@
/*
TipTip CSS - Version 1.2
http://code.drewwilson.com/entry/tiptip-jquery-plugin
*/
#tiptip_holder { display: none; position: absolute; top: 0; left: 0; z-index: 99999; }
#tiptip_holder.tip_top { padding-bottom: 5px; }
#tiptip_holder.tip_bottom { padding-top: 5px; }
#tiptip_holder.tip_right { padding-left: 5px; }
#tiptip_holder.tip_left { padding-right: 5px; }
#tiptip_content {
font-size: 11px;
color: #fff;
text-shadow: 0 0 2px #000;
padding: 4px 8px;
border: 1px solid rgba(255,255,255,0.25);
background:#212121;
background-color: rgba(25,25,25,0.92);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
box-shadow: 0 0 3px #555;
-webkit-box-shadow: 0 0 3px #555;
-moz-box-shadow: 0 0 3px #555;
*background:#212121;
}
#tiptip_arrow, #tiptip_arrow_inner {
position: absolute;
border-color: transparent;
border-style: solid;
border-width: 6px;
height: 0;
width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow {
border-top-color: #fff;
border-top-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_bottom #tiptip_arrow {
border-bottom-color: #fff;
border-bottom-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_right #tiptip_arrow {
border-right-color: #fff;
border-right-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_left #tiptip_arrow {
border-left-color: #fff;
border-left-color: rgba(255,255,255,0.35);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
margin-top: -7px;
margin-left: -6px;
border-top-color: rgb(25,25,25);
border-top-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
margin-top: -5px;
margin-left: -6px;
border-bottom-color: rgb(25,25,25);
border-bottom-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_right #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -5px;
border-right-color: rgb(25,25,25);
border-right-color: rgba(25,25,25,0.92);
}
#tiptip_holder.tip_left #tiptip_arrow_inner {
margin-top: -6px;
margin-left: -7px;
border-left-color: rgb(25,25,25);
border-left-color: rgba(25,25,25,0.92);
}
/* Webkit Hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
#tiptip_content {
padding: 4px 8px 5px 8px;
background-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_bottom #tiptip_arrow_inner {
border-bottom-color: rgba(45,45,45,0.88);
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
border-top-color: rgba(20,20,20,0.92);
}
}

File diff suppressed because one or more lines are too long

@ -0,0 +1,28 @@
var q=null;window.PR_SHOULD_USE_CONTINUATION=!0;
(function(){function L(a){function m(a){var f=a.charCodeAt(0);if(f!==92)return f;var b=a.charAt(1);return(f=r[b])?f:"0"<=b&&b<="7"?parseInt(a.substring(1),8):b==="u"||b==="x"?parseInt(a.substring(2),16):a.charCodeAt(1)}function e(a){if(a<32)return(a<16?"\\x0":"\\x")+a.toString(16);a=String.fromCharCode(a);if(a==="\\"||a==="-"||a==="["||a==="]")a="\\"+a;return a}function h(a){for(var f=a.substring(1,a.length-1).match(/\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\[0-3][0-7]{0,2}|\\[0-7]{1,2}|\\[\S\s]|[^\\]/g),a=
[],b=[],o=f[0]==="^",c=o?1:0,i=f.length;c<i;++c){var j=f[c];if(/\\[bdsw]/i.test(j))a.push(j);else{var j=m(j),d;c+2<i&&"-"===f[c+1]?(d=m(f[c+2]),c+=2):d=j;b.push([j,d]);d<65||j>122||(d<65||j>90||b.push([Math.max(65,j)|32,Math.min(d,90)|32]),d<97||j>122||b.push([Math.max(97,j)&-33,Math.min(d,122)&-33]))}}b.sort(function(a,f){return a[0]-f[0]||f[1]-a[1]});f=[];j=[NaN,NaN];for(c=0;c<b.length;++c)i=b[c],i[0]<=j[1]+1?j[1]=Math.max(j[1],i[1]):f.push(j=i);b=["["];o&&b.push("^");b.push.apply(b,a);for(c=0;c<
f.length;++c)i=f[c],b.push(e(i[0])),i[1]>i[0]&&(i[1]+1>i[0]&&b.push("-"),b.push(e(i[1])));b.push("]");return b.join("")}function y(a){for(var f=a.source.match(/\[(?:[^\\\]]|\\[\S\s])*]|\\u[\dA-Fa-f]{4}|\\x[\dA-Fa-f]{2}|\\\d+|\\[^\dux]|\(\?[!:=]|[()^]|[^()[\\^]+/g),b=f.length,d=[],c=0,i=0;c<b;++c){var j=f[c];j==="("?++i:"\\"===j.charAt(0)&&(j=+j.substring(1))&&j<=i&&(d[j]=-1)}for(c=1;c<d.length;++c)-1===d[c]&&(d[c]=++t);for(i=c=0;c<b;++c)j=f[c],j==="("?(++i,d[i]===void 0&&(f[c]="(?:")):"\\"===j.charAt(0)&&
(j=+j.substring(1))&&j<=i&&(f[c]="\\"+d[i]);for(i=c=0;c<b;++c)"^"===f[c]&&"^"!==f[c+1]&&(f[c]="");if(a.ignoreCase&&s)for(c=0;c<b;++c)j=f[c],a=j.charAt(0),j.length>=2&&a==="["?f[c]=h(j):a!=="\\"&&(f[c]=j.replace(/[A-Za-z]/g,function(a){a=a.charCodeAt(0);return"["+String.fromCharCode(a&-33,a|32)+"]"}));return f.join("")}for(var t=0,s=!1,l=!1,p=0,d=a.length;p<d;++p){var g=a[p];if(g.ignoreCase)l=!0;else if(/[a-z]/i.test(g.source.replace(/\\u[\da-f]{4}|\\x[\da-f]{2}|\\[^UXux]/gi,""))){s=!0;l=!1;break}}for(var r=
{b:8,t:9,n:10,v:11,f:12,r:13},n=[],p=0,d=a.length;p<d;++p){g=a[p];if(g.global||g.multiline)throw Error(""+g);n.push("(?:"+y(g)+")")}return RegExp(n.join("|"),l?"gi":"g")}function M(a){function m(a){switch(a.nodeType){case 1:if(e.test(a.className))break;for(var g=a.firstChild;g;g=g.nextSibling)m(g);g=a.nodeName;if("BR"===g||"LI"===g)h[s]="\n",t[s<<1]=y++,t[s++<<1|1]=a;break;case 3:case 4:g=a.nodeValue,g.length&&(g=p?g.replace(/\r\n?/g,"\n"):g.replace(/[\t\n\r ]+/g," "),h[s]=g,t[s<<1]=y,y+=g.length,
t[s++<<1|1]=a)}}var e=/(?:^|\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=document.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);m(a);return{a:h.join("").replace(/\n$/,""),c:t}}function B(a,m,e,h){m&&(a={a:m,d:a},e(a),h.push.apply(h,a.e))}function x(a,m){function e(a){for(var l=a.d,p=[l,"pln"],d=0,g=a.a.match(y)||[],r={},n=0,z=g.length;n<z;++n){var f=g[n],b=r[f],o=void 0,c;if(typeof b===
"string")c=!1;else{var i=h[f.charAt(0)];if(i)o=f.match(i[1]),b=i[0];else{for(c=0;c<t;++c)if(i=m[c],o=f.match(i[1])){b=i[0];break}o||(b="pln")}if((c=b.length>=5&&"lang-"===b.substring(0,5))&&!(o&&typeof o[1]==="string"))c=!1,b="src";c||(r[f]=b)}i=d;d+=f.length;if(c){c=o[1];var j=f.indexOf(c),k=j+c.length;o[2]&&(k=f.length-o[2].length,j=k-c.length);b=b.substring(5);B(l+i,f.substring(0,j),e,p);B(l+i+j,c,C(b,c),p);B(l+i+k,f.substring(k),e,p)}else p.push(l+i,b)}a.e=p}var h={},y;(function(){for(var e=a.concat(m),
l=[],p={},d=0,g=e.length;d<g;++d){var r=e[d],n=r[3];if(n)for(var k=n.length;--k>=0;)h[n.charAt(k)]=r;r=r[1];n=""+r;p.hasOwnProperty(n)||(l.push(r),p[n]=q)}l.push(/[\S\s]/);y=L(l)})();var t=m.length;return e}function u(a){var m=[],e=[];a.tripleQuotedStrings?m.push(["str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:'''|$)|"""(?:[^"\\]|\\[\S\s]|""?(?=[^"]))*(?:"""|$)|'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$))/,q,"'\""]):a.multiLineStrings?m.push(["str",/^(?:'(?:[^'\\]|\\[\S\s])*(?:'|$)|"(?:[^"\\]|\\[\S\s])*(?:"|$)|`(?:[^\\`]|\\[\S\s])*(?:`|$))/,
q,"'\"`"]):m.push(["str",/^(?:'(?:[^\n\r'\\]|\\.)*(?:'|$)|"(?:[^\n\r"\\]|\\.)*(?:"|$))/,q,"\"'"]);a.verbatimStrings&&e.push(["str",/^@"(?:[^"]|"")*(?:"|$)/,q]);var h=a.hashComments;h&&(a.cStyleComments?(h>1?m.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"#"]):m.push(["com",/^#(?:(?:define|elif|else|endif|error|ifdef|include|ifndef|line|pragma|undef|warning)\b|[^\n\r]*)/,q,"#"]),e.push(["str",/^<(?:(?:(?:\.\.\/)*|\/?)(?:[\w-]+(?:\/[\w-]+)+)?[\w-]+\.h|[a-z]\w*)>/,q])):m.push(["com",/^#[^\n\r]*/,
q,"#"]));a.cStyleComments&&(e.push(["com",/^\/\/[^\n\r]*/,q]),e.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));a.regexLiterals&&e.push(["lang-regex",/^(?:^^\.?|[!+-]|!=|!==|#|%|%=|&|&&|&&=|&=|\(|\*|\*=|\+=|,|-=|->|\/|\/=|:|::|;|<|<<|<<=|<=|=|==|===|>|>=|>>|>>=|>>>|>>>=|[?@[^]|\^=|\^\^|\^\^=|{|\||\|=|\|\||\|\|=|~|break|case|continue|delete|do|else|finally|instanceof|return|throw|try|typeof)\s*(\/(?=[^*/])(?:[^/[\\]|\\[\S\s]|\[(?:[^\\\]]|\\[\S\s])*(?:]|$))+\/)/]);(h=a.types)&&e.push(["typ",h]);a=(""+a.keywords).replace(/^ | $/g,
"");a.length&&e.push(["kwd",RegExp("^(?:"+a.replace(/[\s,]+/g,"|")+")\\b"),q]);m.push(["pln",/^\s+/,q," \r\n\t\xa0"]);e.push(["lit",/^@[$_a-z][\w$@]*/i,q],["typ",/^(?:[@_]?[A-Z]+[a-z][\w$@]*|\w+_t\b)/,q],["pln",/^[$_a-z][\w$@]*/i,q],["lit",/^(?:0x[\da-f]+|(?:\d(?:_\d+)*\d*(?:\.\d*)?|\.\d\+)(?:e[+-]?\d+)?)[a-z]*/i,q,"0123456789"],["pln",/^\\[\S\s]?/,q],["pun",/^.[^\s\w"-$'./@\\`]*/,q]);return x(m,e)}function D(a,m){function e(a){switch(a.nodeType){case 1:if(k.test(a.className))break;if("BR"===a.nodeName)h(a),
a.parentNode&&a.parentNode.removeChild(a);else for(a=a.firstChild;a;a=a.nextSibling)e(a);break;case 3:case 4:if(p){var b=a.nodeValue,d=b.match(t);if(d){var c=b.substring(0,d.index);a.nodeValue=c;(b=b.substring(d.index+d[0].length))&&a.parentNode.insertBefore(s.createTextNode(b),a.nextSibling);h(a);c||a.parentNode.removeChild(a)}}}}function h(a){function b(a,d){var e=d?a.cloneNode(!1):a,f=a.parentNode;if(f){var f=b(f,1),g=a.nextSibling;f.appendChild(e);for(var h=g;h;h=g)g=h.nextSibling,f.appendChild(h)}return e}
for(;!a.nextSibling;)if(a=a.parentNode,!a)return;for(var a=b(a.nextSibling,0),e;(e=a.parentNode)&&e.nodeType===1;)a=e;d.push(a)}var k=/(?:^|\s)nocode(?:\s|$)/,t=/\r\n?|\n/,s=a.ownerDocument,l;a.currentStyle?l=a.currentStyle.whiteSpace:window.getComputedStyle&&(l=s.defaultView.getComputedStyle(a,q).getPropertyValue("white-space"));var p=l&&"pre"===l.substring(0,3);for(l=s.createElement("LI");a.firstChild;)l.appendChild(a.firstChild);for(var d=[l],g=0;g<d.length;++g)e(d[g]);m===(m|0)&&d[0].setAttribute("value",
m);var r=s.createElement("OL");r.className="linenums";for(var n=Math.max(0,m-1|0)||0,g=0,z=d.length;g<z;++g)l=d[g],l.className="L"+(g+n)%10,l.firstChild||l.appendChild(s.createTextNode("\xa0")),r.appendChild(l);a.appendChild(r)}function k(a,m){for(var e=m.length;--e>=0;){var h=m[e];A.hasOwnProperty(h)?window.console&&console.warn("cannot override language handler %s",h):A[h]=a}}function C(a,m){if(!a||!A.hasOwnProperty(a))a=/^\s*</.test(m)?"default-markup":"default-code";return A[a]}function E(a){var m=
a.g;try{var e=M(a.h),h=e.a;a.a=h;a.c=e.c;a.d=0;C(m,h)(a);var k=/\bMSIE\b/.test(navigator.userAgent),m=/\n/g,t=a.a,s=t.length,e=0,l=a.c,p=l.length,h=0,d=a.e,g=d.length,a=0;d[g]=s;var r,n;for(n=r=0;n<g;)d[n]!==d[n+2]?(d[r++]=d[n++],d[r++]=d[n++]):n+=2;g=r;for(n=r=0;n<g;){for(var z=d[n],f=d[n+1],b=n+2;b+2<=g&&d[b+1]===f;)b+=2;d[r++]=z;d[r++]=f;n=b}for(d.length=r;h<p;){var o=l[h+2]||s,c=d[a+2]||s,b=Math.min(o,c),i=l[h+1],j;if(i.nodeType!==1&&(j=t.substring(e,b))){k&&(j=j.replace(m,"\r"));i.nodeValue=
j;var u=i.ownerDocument,v=u.createElement("SPAN");v.className=d[a+1];var x=i.parentNode;x.replaceChild(v,i);v.appendChild(i);e<o&&(l[h+1]=i=u.createTextNode(t.substring(b,o)),x.insertBefore(i,v.nextSibling))}e=b;e>=o&&(h+=2);e>=c&&(a+=2)}}catch(w){"console"in window&&console.log(w&&w.stack?w.stack:w)}}var v=["break,continue,do,else,for,if,return,while"],w=[[v,"auto,case,char,const,default,double,enum,extern,float,goto,int,long,register,short,signed,sizeof,static,struct,switch,typedef,union,unsigned,void,volatile"],
"catch,class,delete,false,import,new,operator,private,protected,public,this,throw,true,try,typeof"],F=[w,"alignof,align_union,asm,axiom,bool,concept,concept_map,const_cast,constexpr,decltype,dynamic_cast,explicit,export,friend,inline,late_check,mutable,namespace,nullptr,reinterpret_cast,static_assert,static_cast,template,typeid,typename,using,virtual,where"],G=[w,"abstract,boolean,byte,extends,final,finally,implements,import,instanceof,null,native,package,strictfp,super,synchronized,throws,transient"],
H=[G,"as,base,by,checked,decimal,delegate,descending,dynamic,event,fixed,foreach,from,group,implicit,in,interface,internal,into,is,lock,object,out,override,orderby,params,partial,readonly,ref,sbyte,sealed,stackalloc,string,select,uint,ulong,unchecked,unsafe,ushort,var"],w=[w,"debugger,eval,export,function,get,null,set,undefined,var,with,Infinity,NaN"],I=[v,"and,as,assert,class,def,del,elif,except,exec,finally,from,global,import,in,is,lambda,nonlocal,not,or,pass,print,raise,try,with,yield,False,True,None"],
J=[v,"alias,and,begin,case,class,def,defined,elsif,end,ensure,false,in,module,next,nil,not,or,redo,rescue,retry,self,super,then,true,undef,unless,until,when,yield,BEGIN,END"],v=[v,"case,done,elif,esac,eval,fi,function,in,local,set,then,until"],K=/^(DIR|FILE|vector|(de|priority_)?queue|list|stack|(const_)?iterator|(multi)?(set|map)|bitset|u?(int|float)\d*)/,N=/\S/,O=u({keywords:[F,H,w,"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END"+
I,J,v],hashComments:!0,cStyleComments:!0,multiLineStrings:!0,regexLiterals:!0}),A={};k(O,["default-code"]);k(x([],[["pln",/^[^<?]+/],["dec",/^<!\w[^>]*(?:>|$)/],["com",/^<\!--[\S\s]*?(?:--\>|$)/],["lang-",/^<\?([\S\s]+?)(?:\?>|$)/],["lang-",/^<%([\S\s]+?)(?:%>|$)/],["pun",/^(?:<[%?]|[%?]>)/],["lang-",/^<xmp\b[^>]*>([\S\s]+?)<\/xmp\b[^>]*>/i],["lang-js",/^<script\b[^>]*>([\S\s]*?)(<\/script\b[^>]*>)/i],["lang-css",/^<style\b[^>]*>([\S\s]*?)(<\/style\b[^>]*>)/i],["lang-in.tag",/^(<\/?[a-z][^<>]*>)/i]]),
["default-markup","htm","html","mxml","xhtml","xml","xsl"]);k(x([["pln",/^\s+/,q," \t\r\n"],["atv",/^(?:"[^"]*"?|'[^']*'?)/,q,"\"'"]],[["tag",/^^<\/?[a-z](?:[\w-.:]*\w)?|\/?>$/i],["atn",/^(?!style[\s=]|on)[a-z](?:[\w:-]*\w)?/i],["lang-uq.val",/^=\s*([^\s"'>]*(?:[^\s"'/>]|\/(?=\s)))/],["pun",/^[/<->]+/],["lang-js",/^on\w+\s*=\s*"([^"]+)"/i],["lang-js",/^on\w+\s*=\s*'([^']+)'/i],["lang-js",/^on\w+\s*=\s*([^\s"'>]+)/i],["lang-css",/^style\s*=\s*"([^"]+)"/i],["lang-css",/^style\s*=\s*'([^']+)'/i],["lang-css",
/^style\s*=\s*([^\s"'>]+)/i]]),["in.tag"]);k(x([],[["atv",/^[\S\s]+/]]),["uq.val"]);k(u({keywords:F,hashComments:!0,cStyleComments:!0,types:K}),["c","cc","cpp","cxx","cyc","m"]);k(u({keywords:"null,true,false"}),["json"]);k(u({keywords:H,hashComments:!0,cStyleComments:!0,verbatimStrings:!0,types:K}),["cs"]);k(u({keywords:G,cStyleComments:!0}),["java"]);k(u({keywords:v,hashComments:!0,multiLineStrings:!0}),["bsh","csh","sh"]);k(u({keywords:I,hashComments:!0,multiLineStrings:!0,tripleQuotedStrings:!0}),
["cv","py"]);k(u({keywords:"caller,delete,die,do,dump,elsif,eval,exit,foreach,for,goto,if,import,last,local,my,next,no,our,print,package,redo,require,sub,undef,unless,until,use,wantarray,while,BEGIN,END",hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["perl","pl","pm"]);k(u({keywords:J,hashComments:!0,multiLineStrings:!0,regexLiterals:!0}),["rb"]);k(u({keywords:w,cStyleComments:!0,regexLiterals:!0}),["js"]);k(u({keywords:"all,and,by,catch,class,else,extends,false,finally,for,if,in,is,isnt,loop,new,no,not,null,of,off,on,or,return,super,then,true,try,unless,until,when,while,yes",
hashComments:3,cStyleComments:!0,multilineStrings:!0,tripleQuotedStrings:!0,regexLiterals:!0}),["coffee"]);k(x([],[["str",/^[\S\s]+/]]),["regex"]);window.prettyPrintOne=function(a,m,e){var h=document.createElement("PRE");h.innerHTML=a;e&&D(h,e);E({g:m,i:e,h:h});return h.innerHTML};window.prettyPrint=function(a){function m(){for(var e=window.PR_SHOULD_USE_CONTINUATION?l.now()+250:Infinity;p<h.length&&l.now()<e;p++){var n=h[p],k=n.className;if(k.indexOf("prettyprint")>=0){var k=k.match(g),f,b;if(b=
!k){b=n;for(var o=void 0,c=b.firstChild;c;c=c.nextSibling)var i=c.nodeType,o=i===1?o?b:c:i===3?N.test(c.nodeValue)?b:o:o;b=(f=o===b?void 0:o)&&"CODE"===f.tagName}b&&(k=f.className.match(g));k&&(k=k[1]);b=!1;for(o=n.parentNode;o;o=o.parentNode)if((o.tagName==="pre"||o.tagName==="code"||o.tagName==="xmp")&&o.className&&o.className.indexOf("prettyprint")>=0){b=!0;break}b||((b=(b=n.className.match(/\blinenums\b(?::(\d+))?/))?b[1]&&b[1].length?+b[1]:!0:!1)&&D(n,b),d={g:k,h:n,i:b},E(d))}}p<h.length?setTimeout(m,
250):a&&a()}for(var e=[document.getElementsByTagName("pre"),document.getElementsByTagName("code"),document.getElementsByTagName("xmp")],h=[],k=0;k<e.length;++k)for(var t=0,s=e[k].length;t<s;++t)h.push(e[k][t]);var e=q,l=Date;l.now||(l={now:function(){return+new Date}});var p=0,d,g=/\blang(?:uage)?-([\w.]+)(?!\S)/;m()};window.PR={createSimpleLexer:x,registerLangHandler:k,sourceDecorator:u,PR_ATTRIB_NAME:"atn",PR_ATTRIB_VALUE:"atv",PR_COMMENT:"com",PR_DECLARATION:"dec",PR_KEYWORD:"kwd",PR_LITERAL:"lit",
PR_NOCODE:"nocode",PR_PLAIN:"pln",PR_PUNCTUATION:"pun",PR_SOURCE:"src",PR_STRING:"str",PR_TAG:"tag",PR_TYPE:"typ"}})();

@ -0,0 +1,17 @@
<?php
/*
* CVM is more free software. It is licensed under the WTFPL, which
* allows you to do pretty much anything with it, without having to
* ask permission. Commercial use is allowed, and no attribution is
* required. We do politely request that you share your modifications
* to benefit other developers, but you are under no enforced
* obligation to do so :)
*
* Please read the accompanying LICENSE document for the full WTFPL
* licensing text.
*/
if(!isset($_CVM)) { die("Unauthorized."); }
$sMainContents = "Container list goes here...";
?>

@ -4,7 +4,10 @@
<title>CVM</title>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/cvm.css?1" type="text/css">
<link rel="stylesheet" type="text/css" href="css/kickstart.css" media="all">
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="js/prettify.js"></script>
<script type="text/javascript" src="js/kickstart.js"></script>
<script type="text/javascript" src="/js/cvm.js?3"></script>
</head>
<body>

Loading…
Cancel
Save