Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision

Target

Select target project
  • cordeliaze/cesium
  • pfouque06/cesium
  • wellno1/cesium
  • 1000i100/cesium
  • vincentux/cesium
  • calbasi/cesium
  • thomasbromehead/cesium
  • matograine/cesium
  • clients/cesium-grp/cesium
  • cedricmenec/cesium
  • Pamplemousse/cesium
  • etienneleba/cesium
  • tnntwister/cesium
  • scanlegentil/cesium
  • morvanc/cesium
  • yyy/cesium
  • Axce/cesium
  • Bertrandbenj/cesium
  • Lupus/cesium
  • elmau/cesium
  • MartinDelille/cesium
  • tykayn/cesium
  • numeropi/cesium
  • Vivakvo/cesium
  • pokapow/cesium
  • pini-gh/cesium
  • anam/cesium
  • RavanH/cesium
  • bpresles/cesium
  • am97/cesium
  • tuxmain/cesium
  • jytou/cesium
  • oliviermaurice/cesium
  • 666titi999/cesium
  • Yvv/cesium
35 results
Select Git revision
Show changes
Showing
with 0 additions and 15680 deletions
// Underscore.js 1.8.3
// http://underscorejs.org
// (c) 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
// Underscore may be freely distributed under the MIT license.
(function(){function n(n){function t(t,r,e,u,i,o){for(;i>=0&&o>i;i+=n){var a=u?u[i]:i;e=r(e,t[a],a,t)}return e}return function(r,e,u,i){e=b(e,i,4);var o=!k(r)&&m.keys(r),a=(o||r).length,c=n>0?0:a-1;return arguments.length<3&&(u=r[o?o[c]:c],c+=n),t(r,e,u,o,c,a)}}function t(n){return function(t,r,e){r=x(r,e);for(var u=O(t),i=n>0?0:u-1;i>=0&&u>i;i+=n)if(r(t[i],i,t))return i;return-1}}function r(n,t,r){return function(e,u,i){var o=0,a=O(e);if("number"==typeof i)n>0?o=i>=0?i:Math.max(i+a,o):a=i>=0?Math.min(i+1,a):i+a+1;else if(r&&i&&a)return i=r(e,u),e[i]===u?i:-1;if(u!==u)return i=t(l.call(e,o,a),m.isNaN),i>=0?i+o:-1;for(i=n>0?o:a-1;i>=0&&a>i;i+=n)if(e[i]===u)return i;return-1}}function e(n,t){var r=I.length,e=n.constructor,u=m.isFunction(e)&&e.prototype||a,i="constructor";for(m.has(n,i)&&!m.contains(t,i)&&t.push(i);r--;)i=I[r],i in n&&n[i]!==u[i]&&!m.contains(t,i)&&t.push(i)}var u=this,i=u._,o=Array.prototype,a=Object.prototype,c=Function.prototype,f=o.push,l=o.slice,s=a.toString,p=a.hasOwnProperty,h=Array.isArray,v=Object.keys,g=c.bind,y=Object.create,d=function(){},m=function(n){return n instanceof m?n:this instanceof m?void(this._wrapped=n):new m(n)};"undefined"!=typeof exports?("undefined"!=typeof module&&module.exports&&(exports=module.exports=m),exports._=m):u._=m,m.VERSION="1.8.3";var b=function(n,t,r){if(t===void 0)return n;switch(null==r?3:r){case 1:return function(r){return n.call(t,r)};case 2:return function(r,e){return n.call(t,r,e)};case 3:return function(r,e,u){return n.call(t,r,e,u)};case 4:return function(r,e,u,i){return n.call(t,r,e,u,i)}}return function(){return n.apply(t,arguments)}},x=function(n,t,r){return null==n?m.identity:m.isFunction(n)?b(n,t,r):m.isObject(n)?m.matcher(n):m.property(n)};m.iteratee=function(n,t){return x(n,t,1/0)};var _=function(n,t){return function(r){var e=arguments.length;if(2>e||null==r)return r;for(var u=1;e>u;u++)for(var i=arguments[u],o=n(i),a=o.length,c=0;a>c;c++){var f=o[c];t&&r[f]!==void 0||(r[f]=i[f])}return r}},j=function(n){if(!m.isObject(n))return{};if(y)return y(n);d.prototype=n;var t=new d;return d.prototype=null,t},w=function(n){return function(t){return null==t?void 0:t[n]}},A=Math.pow(2,53)-1,O=w("length"),k=function(n){var t=O(n);return"number"==typeof t&&t>=0&&A>=t};m.each=m.forEach=function(n,t,r){t=b(t,r);var e,u;if(k(n))for(e=0,u=n.length;u>e;e++)t(n[e],e,n);else{var i=m.keys(n);for(e=0,u=i.length;u>e;e++)t(n[i[e]],i[e],n)}return n},m.map=m.collect=function(n,t,r){t=x(t,r);for(var e=!k(n)&&m.keys(n),u=(e||n).length,i=Array(u),o=0;u>o;o++){var a=e?e[o]:o;i[o]=t(n[a],a,n)}return i},m.reduce=m.foldl=m.inject=n(1),m.reduceRight=m.foldr=n(-1),m.find=m.detect=function(n,t,r){var e;return e=k(n)?m.findIndex(n,t,r):m.findKey(n,t,r),e!==void 0&&e!==-1?n[e]:void 0},m.filter=m.select=function(n,t,r){var e=[];return t=x(t,r),m.each(n,function(n,r,u){t(n,r,u)&&e.push(n)}),e},m.reject=function(n,t,r){return m.filter(n,m.negate(x(t)),r)},m.every=m.all=function(n,t,r){t=x(t,r);for(var e=!k(n)&&m.keys(n),u=(e||n).length,i=0;u>i;i++){var o=e?e[i]:i;if(!t(n[o],o,n))return!1}return!0},m.some=m.any=function(n,t,r){t=x(t,r);for(var e=!k(n)&&m.keys(n),u=(e||n).length,i=0;u>i;i++){var o=e?e[i]:i;if(t(n[o],o,n))return!0}return!1},m.contains=m.includes=m.include=function(n,t,r,e){return k(n)||(n=m.values(n)),("number"!=typeof r||e)&&(r=0),m.indexOf(n,t,r)>=0},m.invoke=function(n,t){var r=l.call(arguments,2),e=m.isFunction(t);return m.map(n,function(n){var u=e?t:n[t];return null==u?u:u.apply(n,r)})},m.pluck=function(n,t){return m.map(n,m.property(t))},m.where=function(n,t){return m.filter(n,m.matcher(t))},m.findWhere=function(n,t){return m.find(n,m.matcher(t))},m.max=function(n,t,r){var e,u,i=-1/0,o=-1/0;if(null==t&&null!=n){n=k(n)?n:m.values(n);for(var a=0,c=n.length;c>a;a++)e=n[a],e>i&&(i=e)}else t=x(t,r),m.each(n,function(n,r,e){u=t(n,r,e),(u>o||u===-1/0&&i===-1/0)&&(i=n,o=u)});return i},m.min=function(n,t,r){var e,u,i=1/0,o=1/0;if(null==t&&null!=n){n=k(n)?n:m.values(n);for(var a=0,c=n.length;c>a;a++)e=n[a],i>e&&(i=e)}else t=x(t,r),m.each(n,function(n,r,e){u=t(n,r,e),(o>u||1/0===u&&1/0===i)&&(i=n,o=u)});return i},m.shuffle=function(n){for(var t,r=k(n)?n:m.values(n),e=r.length,u=Array(e),i=0;e>i;i++)t=m.random(0,i),t!==i&&(u[i]=u[t]),u[t]=r[i];return u},m.sample=function(n,t,r){return null==t||r?(k(n)||(n=m.values(n)),n[m.random(n.length-1)]):m.shuffle(n).slice(0,Math.max(0,t))},m.sortBy=function(n,t,r){return t=x(t,r),m.pluck(m.map(n,function(n,r,e){return{value:n,index:r,criteria:t(n,r,e)}}).sort(function(n,t){var r=n.criteria,e=t.criteria;if(r!==e){if(r>e||r===void 0)return 1;if(e>r||e===void 0)return-1}return n.index-t.index}),"value")};var F=function(n){return function(t,r,e){var u={};return r=x(r,e),m.each(t,function(e,i){var o=r(e,i,t);n(u,e,o)}),u}};m.groupBy=F(function(n,t,r){m.has(n,r)?n[r].push(t):n[r]=[t]}),m.indexBy=F(function(n,t,r){n[r]=t}),m.countBy=F(function(n,t,r){m.has(n,r)?n[r]++:n[r]=1}),m.toArray=function(n){return n?m.isArray(n)?l.call(n):k(n)?m.map(n,m.identity):m.values(n):[]},m.size=function(n){return null==n?0:k(n)?n.length:m.keys(n).length},m.partition=function(n,t,r){t=x(t,r);var e=[],u=[];return m.each(n,function(n,r,i){(t(n,r,i)?e:u).push(n)}),[e,u]},m.first=m.head=m.take=function(n,t,r){return null==n?void 0:null==t||r?n[0]:m.initial(n,n.length-t)},m.initial=function(n,t,r){return l.call(n,0,Math.max(0,n.length-(null==t||r?1:t)))},m.last=function(n,t,r){return null==n?void 0:null==t||r?n[n.length-1]:m.rest(n,Math.max(0,n.length-t))},m.rest=m.tail=m.drop=function(n,t,r){return l.call(n,null==t||r?1:t)},m.compact=function(n){return m.filter(n,m.identity)};var S=function(n,t,r,e){for(var u=[],i=0,o=e||0,a=O(n);a>o;o++){var c=n[o];if(k(c)&&(m.isArray(c)||m.isArguments(c))){t||(c=S(c,t,r));var f=0,l=c.length;for(u.length+=l;l>f;)u[i++]=c[f++]}else r||(u[i++]=c)}return u};m.flatten=function(n,t){return S(n,t,!1)},m.without=function(n){return m.difference(n,l.call(arguments,1))},m.uniq=m.unique=function(n,t,r,e){m.isBoolean(t)||(e=r,r=t,t=!1),null!=r&&(r=x(r,e));for(var u=[],i=[],o=0,a=O(n);a>o;o++){var c=n[o],f=r?r(c,o,n):c;t?(o&&i===f||u.push(c),i=f):r?m.contains(i,f)||(i.push(f),u.push(c)):m.contains(u,c)||u.push(c)}return u},m.union=function(){return m.uniq(S(arguments,!0,!0))},m.intersection=function(n){for(var t=[],r=arguments.length,e=0,u=O(n);u>e;e++){var i=n[e];if(!m.contains(t,i)){for(var o=1;r>o&&m.contains(arguments[o],i);o++);o===r&&t.push(i)}}return t},m.difference=function(n){var t=S(arguments,!0,!0,1);return m.filter(n,function(n){return!m.contains(t,n)})},m.zip=function(){return m.unzip(arguments)},m.unzip=function(n){for(var t=n&&m.max(n,O).length||0,r=Array(t),e=0;t>e;e++)r[e]=m.pluck(n,e);return r},m.object=function(n,t){for(var r={},e=0,u=O(n);u>e;e++)t?r[n[e]]=t[e]:r[n[e][0]]=n[e][1];return r},m.findIndex=t(1),m.findLastIndex=t(-1),m.sortedIndex=function(n,t,r,e){r=x(r,e,1);for(var u=r(t),i=0,o=O(n);o>i;){var a=Math.floor((i+o)/2);r(n[a])<u?i=a+1:o=a}return i},m.indexOf=r(1,m.findIndex,m.sortedIndex),m.lastIndexOf=r(-1,m.findLastIndex),m.range=function(n,t,r){null==t&&(t=n||0,n=0),r=r||1;for(var e=Math.max(Math.ceil((t-n)/r),0),u=Array(e),i=0;e>i;i++,n+=r)u[i]=n;return u};var E=function(n,t,r,e,u){if(!(e instanceof t))return n.apply(r,u);var i=j(n.prototype),o=n.apply(i,u);return m.isObject(o)?o:i};m.bind=function(n,t){if(g&&n.bind===g)return g.apply(n,l.call(arguments,1));if(!m.isFunction(n))throw new TypeError("Bind must be called on a function");var r=l.call(arguments,2),e=function(){return E(n,e,t,this,r.concat(l.call(arguments)))};return e},m.partial=function(n){var t=l.call(arguments,1),r=function(){for(var e=0,u=t.length,i=Array(u),o=0;u>o;o++)i[o]=t[o]===m?arguments[e++]:t[o];for(;e<arguments.length;)i.push(arguments[e++]);return E(n,r,this,this,i)};return r},m.bindAll=function(n){var t,r,e=arguments.length;if(1>=e)throw new Error("bindAll must be passed function names");for(t=1;e>t;t++)r=arguments[t],n[r]=m.bind(n[r],n);return n},m.memoize=function(n,t){var r=function(e){var u=r.cache,i=""+(t?t.apply(this,arguments):e);return m.has(u,i)||(u[i]=n.apply(this,arguments)),u[i]};return r.cache={},r},m.delay=function(n,t){var r=l.call(arguments,2);return setTimeout(function(){return n.apply(null,r)},t)},m.defer=m.partial(m.delay,m,1),m.throttle=function(n,t,r){var e,u,i,o=null,a=0;r||(r={});var c=function(){a=r.leading===!1?0:m.now(),o=null,i=n.apply(e,u),o||(e=u=null)};return function(){var f=m.now();a||r.leading!==!1||(a=f);var l=t-(f-a);return e=this,u=arguments,0>=l||l>t?(o&&(clearTimeout(o),o=null),a=f,i=n.apply(e,u),o||(e=u=null)):o||r.trailing===!1||(o=setTimeout(c,l)),i}},m.debounce=function(n,t,r){var e,u,i,o,a,c=function(){var f=m.now()-o;t>f&&f>=0?e=setTimeout(c,t-f):(e=null,r||(a=n.apply(i,u),e||(i=u=null)))};return function(){i=this,u=arguments,o=m.now();var f=r&&!e;return e||(e=setTimeout(c,t)),f&&(a=n.apply(i,u),i=u=null),a}},m.wrap=function(n,t){return m.partial(t,n)},m.negate=function(n){return function(){return!n.apply(this,arguments)}},m.compose=function(){var n=arguments,t=n.length-1;return function(){for(var r=t,e=n[t].apply(this,arguments);r--;)e=n[r].call(this,e);return e}},m.after=function(n,t){return function(){return--n<1?t.apply(this,arguments):void 0}},m.before=function(n,t){var r;return function(){return--n>0&&(r=t.apply(this,arguments)),1>=n&&(t=null),r}},m.once=m.partial(m.before,2);var M=!{toString:null}.propertyIsEnumerable("toString"),I=["valueOf","isPrototypeOf","toString","propertyIsEnumerable","hasOwnProperty","toLocaleString"];m.keys=function(n){if(!m.isObject(n))return[];if(v)return v(n);var t=[];for(var r in n)m.has(n,r)&&t.push(r);return M&&e(n,t),t},m.allKeys=function(n){if(!m.isObject(n))return[];var t=[];for(var r in n)t.push(r);return M&&e(n,t),t},m.values=function(n){for(var t=m.keys(n),r=t.length,e=Array(r),u=0;r>u;u++)e[u]=n[t[u]];return e},m.mapObject=function(n,t,r){t=x(t,r);for(var e,u=m.keys(n),i=u.length,o={},a=0;i>a;a++)e=u[a],o[e]=t(n[e],e,n);return o},m.pairs=function(n){for(var t=m.keys(n),r=t.length,e=Array(r),u=0;r>u;u++)e[u]=[t[u],n[t[u]]];return e},m.invert=function(n){for(var t={},r=m.keys(n),e=0,u=r.length;u>e;e++)t[n[r[e]]]=r[e];return t},m.functions=m.methods=function(n){var t=[];for(var r in n)m.isFunction(n[r])&&t.push(r);return t.sort()},m.extend=_(m.allKeys),m.extendOwn=m.assign=_(m.keys),m.findKey=function(n,t,r){t=x(t,r);for(var e,u=m.keys(n),i=0,o=u.length;o>i;i++)if(e=u[i],t(n[e],e,n))return e},m.pick=function(n,t,r){var e,u,i={},o=n;if(null==o)return i;m.isFunction(t)?(u=m.allKeys(o),e=b(t,r)):(u=S(arguments,!1,!1,1),e=function(n,t,r){return t in r},o=Object(o));for(var a=0,c=u.length;c>a;a++){var f=u[a],l=o[f];e(l,f,o)&&(i[f]=l)}return i},m.omit=function(n,t,r){if(m.isFunction(t))t=m.negate(t);else{var e=m.map(S(arguments,!1,!1,1),String);t=function(n,t){return!m.contains(e,t)}}return m.pick(n,t,r)},m.defaults=_(m.allKeys,!0),m.create=function(n,t){var r=j(n);return t&&m.extendOwn(r,t),r},m.clone=function(n){return m.isObject(n)?m.isArray(n)?n.slice():m.extend({},n):n},m.tap=function(n,t){return t(n),n},m.isMatch=function(n,t){var r=m.keys(t),e=r.length;if(null==n)return!e;for(var u=Object(n),i=0;e>i;i++){var o=r[i];if(t[o]!==u[o]||!(o in u))return!1}return!0};var N=function(n,t,r,e){if(n===t)return 0!==n||1/n===1/t;if(null==n||null==t)return n===t;n instanceof m&&(n=n._wrapped),t instanceof m&&(t=t._wrapped);var u=s.call(n);if(u!==s.call(t))return!1;switch(u){case"[object RegExp]":case"[object String]":return""+n==""+t;case"[object Number]":return+n!==+n?+t!==+t:0===+n?1/+n===1/t:+n===+t;case"[object Date]":case"[object Boolean]":return+n===+t}var i="[object Array]"===u;if(!i){if("object"!=typeof n||"object"!=typeof t)return!1;var o=n.constructor,a=t.constructor;if(o!==a&&!(m.isFunction(o)&&o instanceof o&&m.isFunction(a)&&a instanceof a)&&"constructor"in n&&"constructor"in t)return!1}r=r||[],e=e||[];for(var c=r.length;c--;)if(r[c]===n)return e[c]===t;if(r.push(n),e.push(t),i){if(c=n.length,c!==t.length)return!1;for(;c--;)if(!N(n[c],t[c],r,e))return!1}else{var f,l=m.keys(n);if(c=l.length,m.keys(t).length!==c)return!1;for(;c--;)if(f=l[c],!m.has(t,f)||!N(n[f],t[f],r,e))return!1}return r.pop(),e.pop(),!0};m.isEqual=function(n,t){return N(n,t)},m.isEmpty=function(n){return null==n?!0:k(n)&&(m.isArray(n)||m.isString(n)||m.isArguments(n))?0===n.length:0===m.keys(n).length},m.isElement=function(n){return!(!n||1!==n.nodeType)},m.isArray=h||function(n){return"[object Array]"===s.call(n)},m.isObject=function(n){var t=typeof n;return"function"===t||"object"===t&&!!n},m.each(["Arguments","Function","String","Number","Date","RegExp","Error"],function(n){m["is"+n]=function(t){return s.call(t)==="[object "+n+"]"}}),m.isArguments(arguments)||(m.isArguments=function(n){return m.has(n,"callee")}),"function"!=typeof/./&&"object"!=typeof Int8Array&&(m.isFunction=function(n){return"function"==typeof n||!1}),m.isFinite=function(n){return isFinite(n)&&!isNaN(parseFloat(n))},m.isNaN=function(n){return m.isNumber(n)&&n!==+n},m.isBoolean=function(n){return n===!0||n===!1||"[object Boolean]"===s.call(n)},m.isNull=function(n){return null===n},m.isUndefined=function(n){return n===void 0},m.has=function(n,t){return null!=n&&p.call(n,t)},m.noConflict=function(){return u._=i,this},m.identity=function(n){return n},m.constant=function(n){return function(){return n}},m.noop=function(){},m.property=w,m.propertyOf=function(n){return null==n?function(){}:function(t){return n[t]}},m.matcher=m.matches=function(n){return n=m.extendOwn({},n),function(t){return m.isMatch(t,n)}},m.times=function(n,t,r){var e=Array(Math.max(0,n));t=b(t,r,1);for(var u=0;n>u;u++)e[u]=t(u);return e},m.random=function(n,t){return null==t&&(t=n,n=0),n+Math.floor(Math.random()*(t-n+1))},m.now=Date.now||function(){return(new Date).getTime()};var B={"&":"&amp;","<":"&lt;",">":"&gt;",'"':"&quot;","'":"&#x27;","`":"&#x60;"},T=m.invert(B),R=function(n){var t=function(t){return n[t]},r="(?:"+m.keys(n).join("|")+")",e=RegExp(r),u=RegExp(r,"g");return function(n){return n=null==n?"":""+n,e.test(n)?n.replace(u,t):n}};m.escape=R(B),m.unescape=R(T),m.result=function(n,t,r){var e=null==n?void 0:n[t];return e===void 0&&(e=r),m.isFunction(e)?e.call(n):e};var q=0;m.uniqueId=function(n){var t=++q+"";return n?n+t:t},m.templateSettings={evaluate:/<%([\s\S]+?)%>/g,interpolate:/<%=([\s\S]+?)%>/g,escape:/<%-([\s\S]+?)%>/g};var K=/(.)^/,z={"'":"'","\\":"\\","\r":"r","\n":"n","\u2028":"u2028","\u2029":"u2029"},D=/\\|'|\r|\n|\u2028|\u2029/g,L=function(n){return"\\"+z[n]};m.template=function(n,t,r){!t&&r&&(t=r),t=m.defaults({},t,m.templateSettings);var e=RegExp([(t.escape||K).source,(t.interpolate||K).source,(t.evaluate||K).source].join("|")+"|$","g"),u=0,i="__p+='";n.replace(e,function(t,r,e,o,a){return i+=n.slice(u,a).replace(D,L),u=a+t.length,r?i+="'+\n((__t=("+r+"))==null?'':_.escape(__t))+\n'":e?i+="'+\n((__t=("+e+"))==null?'':__t)+\n'":o&&(i+="';\n"+o+"\n__p+='"),t}),i+="';\n",t.variable||(i="with(obj||{}){\n"+i+"}\n"),i="var __t,__p='',__j=Array.prototype.join,"+"print=function(){__p+=__j.call(arguments,'');};\n"+i+"return __p;\n";try{var o=new Function(t.variable||"obj","_",i)}catch(a){throw a.source=i,a}var c=function(n){return o.call(this,n,m)},f=t.variable||"obj";return c.source="function("+f+"){\n"+i+"}",c},m.chain=function(n){var t=m(n);return t._chain=!0,t};var P=function(n,t){return n._chain?m(t).chain():t};m.mixin=function(n){m.each(m.functions(n),function(t){var r=m[t]=n[t];m.prototype[t]=function(){var n=[this._wrapped];return f.apply(n,arguments),P(this,r.apply(m,n))}})},m.mixin(m),m.each(["pop","push","reverse","shift","sort","splice","unshift"],function(n){var t=o[n];m.prototype[n]=function(){var r=this._wrapped;return t.apply(r,arguments),"shift"!==n&&"splice"!==n||0!==r.length||delete r[0],P(this,r)}}),m.each(["concat","join","slice"],function(n){var t=o[n];m.prototype[n]=function(){return P(this,t.apply(this._wrapped,arguments))}}),m.prototype.value=function(){return this._wrapped},m.prototype.valueOf=m.prototype.toJSON=m.prototype.value,m.prototype.toString=function(){return""+this._wrapped},"function"==typeof define&&define.amd&&define("underscore",[],function(){return m})}).call(this);
//# sourceMappingURL=underscore-min.map
\ No newline at end of file
{
"name": "ionic",
"version": "1.3.5",
"codename": "hong kong",
"homepage": "https://github.com/ionic-team/ionic-v1",
"authors": [
"Max Lynch <max@drifty.com>",
"Adam Bradley <adam@drifty.com>",
"Ben Sperry <ben@drifty.com>"
],
"description": "Advanced HTML5 hybrid mobile app development framework.",
"main": [
"css/ionic.css",
"fonts/*",
"js/ionic.js",
"js/ionic-angular.js"
],
"keywords": [
"mobile",
"html5",
"ionic",
"cordova",
"phonegap",
"trigger",
"triggerio",
"angularjs",
"angular"
],
"license": "MIT",
"private": false,
"dependencies": {
"angular": "1.5.3",
"angular-animate": "1.5.3",
"angular-sanitize": "1.5.3",
"angular-ui-router": "0.2.13"
},
"_release": "1.3.5",
"_resolution": {
"type": "version",
"tag": "v1.3.5",
"commit": "c4e4be2e1766b2caf276bd83af4c924533be688a"
},
"_source": "https://github.com/driftyco/ionic-bower.git",
"_target": "1.3.5",
"_originalSource": "driftyco/ionic-bower"
}
\ No newline at end of file
# ionic-bower
Bower repository for [Ionic Framework](http://github.com/driftyco/ionic) v1 (Ionic 2+ uses npm)
### Usage
Include `js/ionic.bundle.js` to get ionic and all of its dependencies.
Alternatively, include the individual ionic files with the dependencies separately.
### Versions
To install the latest stable version, `bower install driftyco/ionic-bower`
To install the latest nightly release, `bower install driftyco/ionic-bower#master`
{
"name": "ionic",
"version": "1.3.5",
"codename": "hong kong",
"homepage": "https://github.com/ionic-team/ionic-v1",
"authors": [
"Max Lynch <max@drifty.com>",
"Adam Bradley <adam@drifty.com>",
"Ben Sperry <ben@drifty.com>"
],
"description": "Advanced HTML5 hybrid mobile app development framework.",
"main": [
"css/ionic.css",
"fonts/*",
"js/ionic.js",
"js/ionic-angular.js"
],
"keywords": [
"mobile",
"html5",
"ionic",
"cordova",
"phonegap",
"trigger",
"triggerio",
"angularjs",
"angular"
],
"license": "MIT",
"private": false,
"dependencies": {
"angular": "1.5.3",
"angular-animate": "1.5.3",
"angular-sanitize": "1.5.3",
"angular-ui-router": "0.2.13"
}
}
/* Some of these styles you can override, things like colors,
* however some styles are required for the structure, and are critical to this module behaving properly!
*/
/* Core component styles */
.ng-image-crop {
text-align: center;
margin: 0 auto;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}
/* Each of the 3 steps in the process are contained within sections */
.ng-image-crop > section {
background: #ccc;
}
/* The cropping button */
.ng-image-crop button {
margin-top: 10px;
}
/* The dashed cropping guideline */
.ng-image-crop .cropping-guide {
display: block;
background: rgba(255, 255, 255, .3);
border: 2px dashed white;
position: absolute;
pointer-events: none;
}
/* The circular themed cropping guideline */
.ng-image-crop--circle .cropping-guide {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
/* The canvas where the user positions the image via dragging and zooming */
.ng-image-crop .cropping-canvas {
background: rgba(255, 255, 255, .3);
margin: 0 auto;
cursor: move;
}
/* The overlayed draggable zoom handle in the corner of the module */
.ng-image-crop .zoom-handle {
display: block;
position: absolute;
bottom: 1px;
left: 1px;
background: rgba(255,255,255,0.7);
width: 80px;
height: 80px;
cursor: move;
border-radius: 200px 50px;
}
/* The text within the zoom handle */
.ng-image-crop .zoom-handle > span {
color: rgba(0, 0, 0, 0.5);
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
display: block;
position: relative;
top: 32px;
}
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
/* Directives : MD Label
==================================*/
.item-md-label {
display: block;
background: transparent;
box-shadow: none;
margin-left: 12px;
margin-right: 12px;
padding: 30px 0 0; }
.item-md-label .input-label {
position: absolute;
padding: 5px 0 0;
z-index: 2;
-webkit-transform: translate3d(0, -30px, 0) scale(1);
transform: translate3d(0, -30px, 0) scale(1);
-webkit-transition: all 0.2s ease;
transition: all 0.2s ease;
color: #fff;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0; }
.item-md-label input {
background-color: rgba(0, 0, 0, 0.6);
bottom: 0;
color: #fff;
letter-spacing: 0.25rem;
padding: 20px 10px;
position: relative;
z-index: 1; }
.item-md-label .highlight {
position: absolute;
bottom: 0;
height: 2px;
left: 0;
width: 100%;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
-webkit-transition: all 0.15s ease;
transition: all 0.15s ease;
z-index: 1; }
.item-md-label .highlight-light {
background: #fff; }
.item-md-label .highlight-stable {
background: #f8f8f8; }
.item-md-label .highlight-positive {
background: #387ef5; }
.item-md-label .highlight-calm {
background: #11c1f3; }
.item-md-label .highlight-balanced {
background: #33cd5f; }
.item-md-label .highlight-energized {
background: #ffc900; }
.item-md-label .highlight-assertive {
background: #ef473a; }
.item-md-label .highlight-royal {
background: #886aea; }
.item-md-label .highlight-dark {
background: #444; }
.item-md-label .input-label {
letter-spacing: 0.25rem;
padding: 0 10px; }
.item-md-label input:focus ~ .input-label, .item-md-label input.used ~ .input-label {
font-weight: bold;
opacity: 0.7;
filter: alpha(opacity=70);
padding: 0;
text-transform: uppercase;
-webkit-transform: translate3d(0, -60px, 0) scale(0.9);
transform: translate3d(0, -60px, 0) scale(0.9); }
.item-md-label input:focus ~ .highlight {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
/* Bar - Header - Expanded
==================================*/
.expanded .bar.bar-header,
.bar.bar-header.expanded {
height: 75px; }
.expanded.bar.bar-header .title,
.bar.bar-header.expanded .title {
bottom: 0;
top: initial;
padding-left: 16px; }
.expanded .bar.bar-header .title.fab-left,
.bar.bar-header.expanded .title.fab-left {
bottom: 0;
left: 90px;
position: absolute;
right: initial;
top: initial; }
.expanded .bar.bar-header .title.fab-right,
.bar.bar-header.expanded .title.fab-right {
bottom: 0;
left: 4px;
position: absolute;
top: initial;
right: initial; }
.expanded .bar.bar-header + .button-fab,
.bar.bar-header.expanded + .button-fab {
top: 50px; }
.expanded .bar.bar-header.push-down,
.bar.bar-header.expanded.push-down {
height: 44px;
overflow: hidden; }
.expanded .bar.bar-header,
.bar.bar-header.expanded {
-webkit-transition: height 1s cubic-bezier(0.55, 0, 0.1, 1);
transition: height 1s cubic-bezier(0.55, 0, 0.1, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.expanded .bar.bar-header + .button-fab,
.bar.bar-header.expanded + .button-fab {
-webkit-transition: all 1.1s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 1.1s cubic-bezier(0.55, 0, 0.1, 1);
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1); }
.expanded .bar.bar-header.push-down + .button-fab,
.bar.bar-header.expanded.push-down + .button-fab {
top: 0;
-webkit-transform: translate3d(-100px, -100px, 0) scale(2.5);
transform: translate3d(-100px, -100px, 0) scale(2.5); }
.expanded .bar.bar-header.push-down .title,
.bar.bar-header.expanded.push-down .title {
opacity: 0;
filter: alpha(opacity=0);
left: initial;
right: initial; }
.expanded .bar.bar-header .title,
.bar.bar-header.expanded .title {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transition: all 2s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 2s cubic-bezier(0.55, 0, 0.1, 1); }
.expanded .bar.bar-header .title, .bar.bar-header.expanded .title {
bottom: 0;
left: 42px !important;
top: initial; }
.expanded.has-header-fab-left .bar.bar-header .title, .bar.bar-header.expanded.has-header-fab-left .title {
left: 76px !important; }
/* Bar
==================================*/
.bar {
z-index: 2;
font-size: 1.3em;
width: 100%;
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); }
.bar .button {
min-width: 38px;
z-index: 3; }
.bar .no-text span.back-text {
display: none; }
.bar .title sup {
opacity: 0.7; }
.bar.bar-header .button + .title {
text-align: left;
left: 35px;
line-height: 46px; }
/* Button Bar
==================================*/
.button-bar {
box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15); }
.button-bar > .button {
box-shadow: none;
/* line-height: initial; */ }
.button-bar > .button .icon:before,
.button-bar > .button:before {
line-height: initial; }
.bar-footer .button-fab {
position: absolute;
top: -26px;
bottom: initial; }
.bar-footer .buttons-left .button-fab {
left: 8px; }
.bar-footer .buttons-right .button-fab {
right: 8px; }
.bar .button.button-clear {
box-shadow: none; }
.left-buttons .button-fab {
left: 8px;
top: 16px; }
.right-buttons .button-fab {
right: 8px;
top: 16px; }
.fab-left.title-left,
.fab-left.title.title-left {
left: 68px; }
/* Button : FAB
==================================*/
.button.button-fab,
.bar .button.button-fab {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
z-index: 9999;
width: 56px;
height: 56px;
max-height: initial;
max-width: initial;
border-radius: 50%;
border-radius: 50%;
overflow: hidden;
padding: 0;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: 0.3s fade-in-out;
transition: 0.3s fade-in-out;
-webkit-transition-property: -webkit-transform, box-shadow;
transition-property: transform, box-shadow; }
.button.button-fab.button-fab-bottom-right,
.bar .button.button-fab.button-fab-bottom-right {
top: auto;
right: 16px;
bottom: 16px;
left: auto;
position: absolute; }
.button.button-fab.button-fab-bottom-left,
.bar .button.button-fab.button-fab-bottom-left {
top: auto;
right: auto;
bottom: 16px;
left: 16px;
position: absolute; }
.button.button-fab.button-fab-top-right,
.bar .button.button-fab.button-fab-top-right {
top: 32px;
right: 16px;
bottom: auto;
left: auto;
position: absolute; }
.button.button-fab.button-fab-top-left,
.bar .button.button-fab.button-fab-top-left {
top: 32px;
right: auto;
bottom: auto;
left: 16px;
position: absolute; }
.button.button-fab.button-fab-top-left.expanded,
.button.button-fab.button-fab-top-right.expanded,
.bar .button.button-fab.button-fab-top-left.expanded,
.bar .button.button-fab.button-fab-top-right.expanded {
top: 48px; }
.button.button-fab i,
.bar .button.button-fab i {
font-size: 2.5rem;
margin-top: 0; }
.button.button-fab.mini,
.bar .button.button-fab.mini {
width: 40px;
height: 40px; }
.button.button-fab.mini i,
.bar .button.button-fab.mini i {
font-size: 2rem; }
/* Motion */
.motion {
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out; }
.fade {
opacity: 0;
filter: alpha(opacity=0);
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transition: all 0.1s ease-out !important;
transition: all 0.1s ease-out !important; }
.spin-back {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotate(360deg) scale(0) !important;
transform: translateZ(0) rotate(360deg) scale(0) !important;
-webkit-transition: all 0.1s ease-out !important;
transition: all 0.1s ease-out !important; }
.spiral {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotate(-360deg) scale(0) translate(-120px) !important;
transform: translateZ(0) rotate(-360deg) scale(0) translate(-120px) !important;
-webkit-transition: all 0.1s ease-out !important;
transition: all 0.1s ease-out !important; }
.spiral-back {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotate(360deg) scale(0) translate(120px) !important;
transform: translateZ(0) rotate(360deg) scale(0) translate(120px) !important;
-webkit-transition: all 0.1s ease-out !important;
transition: all 0.1s ease-out !important; }
.menu-open .avatar {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateZ(0) rotate(0) scale(1) !important;
transform: translateZ(0) rotate(0) scale(1) !important;
-webkit-transition: all 0.3s ease-out !important;
transition: all 0.3s ease-out !important; }
.button.button-fab.button-fab-top-left.motion {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(-120px, 60px, 0);
transform: translate3d(-120px, 60px, 0);
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out; }
.button.button-fab.button-fab-top-right.motion {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(120px, 60px, 0);
transform: translate3d(120px, 60px, 0);
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out; }
.button.button-fab.button-fab-bottom-left.motion {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(-120px, 60px, 0);
transform: translate3d(-120px, 60px, 0);
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out; }
.button.button-fab.button-fab-bottom-right.motion {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-transform: translate3d(120px, 60px, 0);
transform: translate3d(120px, 60px, 0);
-webkit-transition: all 0.1s ease-out;
transition: all 0.1s ease-out; }
.spin {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotate(0) scale(0) !important;
transform: translateZ(0) rotate(0) scale(0) !important;
-webkit-transition: all 0.3s ease-out !important;
transition: all 0.3s ease-out !important; }
.spin.on {
-webkit-transform: translateZ(0) rotate(-360deg) scale(1) !important;
transform: translateZ(0) rotate(-360deg) scale(1) !important; }
.flap {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotateX(0) scale(0) translate(-120px) !important;
transform: translateZ(0) rotateX(0) scale(0) translate(-120px) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
.flap.on {
-webkit-transform: translateZ(0) rotateX(-720deg) scale(1) translate(0) !important;
transform: translateZ(0) rotateX(-720deg) scale(1) translate(0) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
.drop {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) scale(3) !important;
transform: translateZ(0) scale(3) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
.drop.on {
-webkit-transform: translateZ(0) scale(1) !important;
transform: translateZ(0) scale(1) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
.flip {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotateY(0) scale(0) !important;
transform: translateZ(0) rotateY(0) scale(0) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
.flip.on {
-webkit-transform: translateZ(0) rotateY(-720deg) scale(1) !important;
transform: translateZ(0) rotateY(-720deg) scale(1) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
/* Button : Floating
==================================*/
.button.button-floating, .bar .button.button-floating {
display: inline-block;
color: #FFF;
position: relative;
z-index: 1;
width: 37px;
height: 37px;
line-height: 37px;
padding: 0;
border-radius: 50%;
background-clip: padding-box;
-webkit-transition: 0.3s;
transition: 0.3s;
cursor: pointer; }
.button.button-floating i, .bar .button.button-floating i {
width: inherit;
display: inline-block;
text-align: center;
color: #FFF;
font-size: 1.6rem;
line-height: 37px; }
.button.button-floating.button-large, .bar .button.button-floating.button-large {
width: 55.5px;
height: 55.5px; }
.button.button-floating.button-large i, .bar .button.button-floating.button-large i {
line-height: 55.5px; }
/* Button
==================================*/
.button,
.button.button-large,
.button.button-flat,
.bar .button,
.bar .button.button-large,
.bar .button.button-flat {
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
display: inline-block;
height: 36px;
padding: 0 2rem;
border-radius: 2px;
background-clip: padding-box;
text-transform: uppercase;
border: none;
outline: 0;
-webkit-tap-highlight-color: transparent; }
.button.disabled,
.button.disabled.button-large,
.button.button-floating.disabled,
.button.button-large.disabled,
.button.button:disabled,
.button.button-large:disabled,
.button.button-large:disabled,
.button.button-floating:disabled,
.bar .button.disabled,
.bar .button.disabled.button-large,
.bar .button.button-floating.disabled,
.bar .button.button-large.disabled,
.bar .button.button:disabled,
.bar .button.button-large:disabled,
.bar .button.button-large:disabled,
.bar .button.button-floating:disabled {
background-color: #DFDFDF;
box-shadow: none;
color: #9F9F9F; }
.button.disabled:hover,
.button.disabled.button-large:hover,
.button.button-floating.disabled:hover,
.button.button-large.disabled:hover,
.button.button:disabled:hover,
.button.button-large:disabled:hover,
.button.button-large:disabled:hover,
.button.button-floating:disabled:hover,
.bar .button.disabled:hover,
.bar .button.disabled.button-large:hover,
.bar .button.button-floating.disabled:hover,
.bar .button.button-large.disabled:hover,
.bar .button.button:disabled:hover,
.bar .button.button-large:disabled:hover,
.bar .button.button-large:disabled:hover,
.bar .button.button-floating:disabled:hover {
background-color: #DFDFDF;
color: #9F9F9F; }
.button i,
.button.button-large i,
.button.button-floating i,
.button.button-large i,
.button.button-flat i,
.bar .button i,
.bar .button.button-large i,
.bar .button.button-floating i,
.bar .button.button-large i,
.bar .button.button-flat i {
font-size: 1.3rem; }
.button-bar .button {
border-radius: 0; }
.button,
.button-large,
.bar .button,
.bar .button-large {
text-decoration: none;
text-align: center;
letter-spacing: 0.5px;
-webkit-transition: 0.2s ease-out;
transition: 0.2s ease-out;
cursor: pointer; }
.button {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
position: relative;
outline: none;
margin: 0;
/* background: transparent; */
white-space: nowrap;
text-align: center;
text-transform: uppercase;
font-weight: 500;
font-style: inherit;
font-variant: inherit;
font-size: inherit;
text-decoration: none;
cursor: pointer;
overflow: hidden;
-webkit-transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
transition: box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); }
.button:focus {
outline: none; }
.button.ng-hide {
-webkit-transition: none;
transition: none; }
.button.cornered {
border-radius: 0; }
.button.raised {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.button-outline,
.button-outline:hover,
.button-outline:active {
border-style: solid;
border-width: 1px; }
.button.button-outline.button-assertive,
.button.button-outline.button-balanced,
.button.button-outline.button-calm,
.button.button-outline.button-dark,
.button.button-outline.button-energized,
.button.button-outline.button-light,
.button.button-outline.button-positive,
.button.button-outline.button-royal,
.button.button-outline.button-stable,
.button.button-outline {
border-color: rgba(0, 0, 0, 0.1); }
.button-flat,
.bar .button-flat {
box-shadow: none;
background-color: transparent;
color: #343434;
cursor: pointer; }
.button.button-flat.disabled,
.bar .button.button-flat.disabled {
color: #b3b3b3; }
.button.button-large i,
.bar .button.button-large i {
font-size: 1.6rem; }
.button-pin-header.button-floating {
position: absolute;
z-index: 1000; }
.button-pin-header.button-pin-left {
left: 24px;
top: -24px; }
.button-pin-header.button-pin-right {
right: 24px;
top: -24px; }
.button:not([disabled]).raised:focus,
.button:not([disabled]).raised:hover,
.button:not([disabled]).floating:focus,
.button:not([disabled]).floating:hover {
-webkit-transform: translate3d(0, -1px, 0);
transform: translate3d(0, -1px, 0); }
.button.button-flat {
box-shadow: none;
/* background: transparent; */
color: inherit; }
.button.button-flat:hover {
color: inherit; }
.button.button-flat,
.button.button-flat:hover,
.button.button-flat:active {
color: #fff; }
.button.button-clear,
.button.button-clear:hover,
.button.button-clear:active {
background: transparent; }
.button-full.ink,
.button-block.ink {
display: block; }
/* Card
==================================*/
.card-item.item {
border: none;
padding-bottom: 4px;
padding-top: 4px; }
.card-item.item:first-child {
padding-top: 16px; }
.card {
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
display: block;
margin: 8px;
padding: 0;
position: relative; }
.card .image {
display: block;
margin-top: 10px;
margin-bottom: 5px; }
.card img {
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
display: block;
max-width: 100%;
max-height: initial;
position: static; }
.card.card-gallery img {
border: none;
box-shadow: none;
display: block; }
.card .card-footer {
font-size: 90%;
opacity: 0.8;
filter: alpha(opacity=80);
padding-top: 10px; }
.card > .item {
border: none; }
.card.card-gallery > .item {
background: inherit; }
.card .icon + .icon {
padding-left: 1rem; }
.card.animate-fade-in {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translate3d(-30px, 1px, 0);
-webkit-transition: all 1s ease-in-out; }
.card.animate-fade-in.done {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0, 0, 0); }
.card .item.item-avatar {
min-height: 88px;
padding-left: 88px; }
/* Hero
==================================*/
.hero {
background-size: cover;
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
color: #fff;
height: 200px;
position: relative;
text-align: center;
-webkit-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
width: 100%; }
.hero > * {
-webkit-transition: opacity 2.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: opacity 2.5s cubic-bezier(0.55, 0, 0.1, 1);
opacity: 1;
filter: alpha(opacity=100); }
.hero + .mid-bar {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
height: initial;
opacity: 1;
filter: alpha(opacity=100); }
.hero .hero-icon {
box-shadow: 0px 0 2px 0 rgba(0, 0, 0, 0.26);
border-radius: 50%;
display: inline-block;
font-size: 65px;
height: 150px;
padding: 10px 30px;
line-height: 136px;
width: 150px; }
.hero.no-header {
height: 244px; }
.hero > .content {
bottom: 0;
position: absolute;
text-align: center;
width: 100%;
z-index: 1; }
.hero > .content > .avatar {
background-position: center;
background-size: cover;
border: solid 1px rgba(255, 255, 255, 0.8);
border-radius: 50%;
display: inline-block;
height: 88px;
left: auto;
margin-bottom: 10px;
position: relative;
width: 88px; }
.hero h1 .hero h2, .hero h3, .hero h4, .hero h5, .hero h6 {
color: #fff;
margin: 0; }
.hero h4 {
color: rgba(255, 255, 255, 0.7);
margin: 3px 0 16px; }
.hero h1 > a, .hero h2 > a, .hero h3 > a, .hero h4 > a, .hero h5 > a, .hero h6 > a {
text-decoration: none; }
.hero + .button-bar {
border-radius: 0;
margin-top: 0; }
.hero + .button-bar > .button:first-child, .hero + .button-bar > .button:last-child {
border-radius: 0; }
.hero .hero-icon {
color: #fff;
font-size: 96px; }
.hero .hero-icon + h1 {
color: white;
letter-spacing: 0.15rem; }
.hero .button, .hero .button.button-large, .hero .button.button-flat {
margin: 0; }
.hero h1.title {
color: #fff;
font-size: 23px;
margin: 0;
text-align: left;
padding-left: 80px;
line-height: 59px; }
.hero + .mid-bar {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
height: initial;
opacity: 1;
filter: alpha(opacity=100); }
.hero > * {
-webkit-transition: opacity 2.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: opacity 2.5s cubic-bezier(0.55, 0, 0.1, 1);
opacity: 1;
filter: alpha(opacity=100); }
/* Item
==================================*/
.item {
font-size: 14px;
width: 100%; }
.item-icon-left .icon {
left: 16px; }
.item-icon-right .icon {
right: 16px; }
/*
.list .item.item-icon-right {
padding-right: 60px;
}
*/
.item-thumbnail-left > img:first-child, .item-thumbnail-left .item-image, .item-thumbnail-left .item-content > img:first-child, .item-thumbnail-left .item-content .item-image {
border-radius: 50%; }
.tab-item.activated {
height: calc(100% + 3px);
/* Stretch */ }
/* List
==================================*/
.content + .list {
padding-top: 0; }
.list .item {
border: none;
/*
padding-left: 16px;
padding-right: 16px;
*/
min-height: 48px;
text-align: left; }
.list .item.tabs {
padding: initial; }
.list .item.item-bg-image {
max-height: 150px;
min-height: 150px; }
.list .item.item-bg-image > img {
height: 100%;
left: 0;
max-width: initial;
opacity: 0.65;
filter: alpha(opacity=65);
position: absolute;
top: 0;
width: 100%;
z-index: 0; }
.list a.item {
opacity: 1;
filter: alpha(opacity=100); }
.list .item.item-bg-image h1, .list .item.item-bg-image h2, .list .item.item-bg-image h3, .list .item.item-bg-image h4, .list .item.item-bg-image h5, .list .item.item-bg-image h6 {
color: #fff;
font-weight: bold;
position: relative;
text-shadow: 0 0 3px rgba(0, 0, 0, 0.95);
z-index: 1; }
.list .item.item-bg-image h2 {
font-size: 24px; }
.list .item.item-bg-image h2 {
font-size: 24px; }
.list .item.item-bg-image p {
color: white;
font-size: 17px;
position: relative;
text-shadow: 0 0 4px rgba(0, 0, 0, 0.95);
z-index: 1; }
.item-avatar, .item-avatar .item-content, .item-avatar-left, .item-avatar-left .item-content {
min-height: 80px; }
/* List: Thumbnails
==================================*/
.item-thumbnail-left, .card > .item.item-thumbnail-left, .item-thumbnail-left .item-content {
padding-left: 106px; }
.item-thumbnail-right, .card > .item.item-thumbnail-right, .item-thumbnail-right .item-content {
padding-right: 106px; }
/* List: Avatar
==================================*/
.item-avatar > img:first-child, .item-avatar .item-image, .item-avatar .item-content > img:first-child, .item-avatar .item-content .item-image, .item-avatar-left > img:first-child, .item-avatar-left .item-image, .item-avatar-left .item-content > img:first-child, .item-avatar-left .item-content .item-image {
border-radius: 50%;
left: 16px;
max-height: 40px;
max-width: 40px; }
/*
.item-avatar, .list .item-avatar {
padding-left: 100px;
}
*/
.avatar, .item-avatar .avatar {
background-position: center;
background-size: cover;
border-radius: 50%;
display: inline-block;
height: 56px;
left: 16px;
position: absolute;
width: 56px; }
/* List: Gallery
==================================*/
.list.half {
display: inline-block;
float: left;
margin: 0;
padding: 0;
width: 50%; }
.list.half:first-child {
padding: 16px 8px 16px 16px; }
.list.half:last-child {
padding: 16px 16px 16px 8px; }
.list.half:first-child .card.card-gallery {
margin-left: 0;
margin-right: 0; }
.list.half:last-child .card.card-gallery {
margin-left: 0;
margin-right: 0; }
.list.condensed-space > .card, .list.condensed-space > .item {
margin: 0px 0px 2px; }
.list .card.card-gallery {
display: block;
float: left;
margin: 0 0 0 13px;
padding: 0;
width: auto; }
.list.half .item {
width: 100%; }
.list.half .item.card {
margin-bottom: 16px; }
.list .card.card-gallery.item h2 {
padding: 12px; }
.list .item.item-gallery img {
width: 100%; }
.item.item-divider {
border-top: solid 1px rgba(0, 0, 0, 0.12);
font-size: 14px;
font-weight: bold;
height: 48px;
line-height: 48px;
color: rgba(0, 0, 0, 0.54); }
.item.item-divider:first-child {
border: none; }
.item-avatar, .item-avatar .item-content, .item-avatar-left, .item-avatar-left .item-content, .card > .item-avatar {
padding-left: 72px; }
.item.active, .item.activated, .item-complex.active .item-content, .item-complex.activated .item-content, .item .item-content.active, .item .item-content.activated {
background-color: transparent; }
.list-inset {
margin: 20px 30px;
border-left: solid 1px #ccc;
border-radius: 0;
background-color: #fff; }
.list .item.item-floating-label,
.item-floating-label {
border-bottom: solid 1px #ccc; }
.loader {
position: relative;
margin: 0px auto;
width: 100px;
height: 100px;
zoom: 1.7; }
.circular {
-webkit-animation: rotate 2s linear infinite;
animation: rotate 2s linear infinite;
height: 100px;
position: relative;
width: 100px; }
.path {
stroke-dasharray: 1,200;
stroke-dashoffset: 0;
-webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
stroke-linecap: round; }
@-webkit-keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
@-webkit-keyframes dash {
0% {
stroke-dasharray: 1,200;
stroke-dashoffset: 0; }
50% {
stroke-dasharray: 89,200;
stroke-dashoffset: -35; }
100% {
stroke-dasharray: 89,200;
stroke-dashoffset: -124; } }
@keyframes dash {
0% {
stroke-dasharray: 1,200;
stroke-dashoffset: 0; }
50% {
stroke-dasharray: 89,200;
stroke-dashoffset: -35; }
100% {
stroke-dasharray: 89,200;
stroke-dashoffset: -124; } }
@-webkit-keyframes color {
100%, 0% {
stroke: #d62d20; }
40% {
stroke: #0057e7; }
66% {
stroke: #008744; }
80%, 90% {
stroke: #ffa700; } }
@keyframes color {
100%, 0% {
stroke: #d62d20; }
40% {
stroke: #0057e7; }
66% {
stroke: #008744; }
80%, 90% {
stroke: #ffa700; } }
/* Layouts: Login
==================================*/
.login {
background-position: 25% 25%;
background-size: 180% 180%;
height: 100%;
-webkit-transition: all 1.5s ease-in-out;
transition: all 1.5s ease-in-out; }
.login .item {
margin: 0 12px;
padding-left: 0;
padding-right: 0;
width: initial; }
.login .button-bar {
bottom: 0;
margin: 28px 12px 0;
width: initial; }
.login .light-bg {
background-color: #fff; }
.icon.hero-icon:before {
line-height: 130px; }
/* Mask
==================================*/
.hero.has-mask:after, .item.has-mask:after, .card.has-mask:after {
content: '';
background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
height: 100%;
left: 0;
position: absolute;
top: 0;
z-index: 0;
width: 100%; }
.hero.has-mask-reverse:after, .item.has-mask-reverse:after, .card.has-mask-reverse:after {
content: '';
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
height: 100%;
left: 0;
position: absolute;
top: 0;
z-index: 0;
width: 100%; }
/* Menu */
.menu-bottom {
bottom: 16px;
left: 16px;
right: 16px;
position: absolute; }
.menu-top {
top: 16px;
left: 16px;
right: 16px;
position: absolute; }
.menu .avatar {
top: 16px;
left: 16px;
height: 65px;
width: 65px; }
.menu .bar.bar-header.expanded {
box-shadow: none;
min-height: 150px;
color: #fff; }
.menu-open .bar.bar-header.expanded {
background-position: 0;
background-size: 100%; }
.has-expanded-header {
top: 150px !important; }
.motion {
-webkit-transition: all 0.5s ease-out;
transition: all 0.5s ease-out; }
.fade {
opacity: 0;
filter: alpha(opacity=0);
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transition: all 0.1s ease-out !important;
transition: all 0.1s ease-out !important; }
.spin-back {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotate(360deg) scale(0) !important;
transform: translateZ(0) rotate(360deg) scale(0) !important;
-webkit-transition: all 0.1s ease-out !important;
transition: all 0.1s ease-out !important; }
.spiral {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotate(-360deg) scale(0) translate(-120px) !important;
transform: translateZ(0) rotate(-360deg) scale(0) translate(-120px) !important;
-webkit-transition: all 0.1s ease-out !important;
transition: all 0.1s ease-out !important; }
.spiral-back {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotate(360deg) scale(0) translate(120px) !important;
transform: translateZ(0) rotate(360deg) scale(0) translate(120px) !important;
-webkit-transition: all 0.1s ease-out !important;
transition: all 0.1s ease-out !important; }
.menu-open .avatar {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateZ(0) rotate(0) scale(1) !important;
transform: translateZ(0) rotate(0) scale(1) !important;
-webkit-transition: all 0.3s ease-out !important;
transition: all 0.3s ease-out !important; }
.spin {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotate(0) scale(0) !important;
transform: translateZ(0) rotate(0) scale(0) !important;
-webkit-transition: all 0.3s ease-out !important;
transition: all 0.3s ease-out !important; }
.spin.on {
-webkit-transform: translateZ(0) rotate(-360deg) scale(1) !important;
transform: translateZ(0) rotate(-360deg) scale(1) !important; }
.flap {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotateX(0) scale(0) translate(-120px) !important;
transform: translateZ(0) rotateX(0) scale(0) translate(-120px) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
.flap.on {
-webkit-transform: translateZ(0) rotateX(-720deg) scale(1) translate(0) !important;
transform: translateZ(0) rotateX(-720deg) scale(1) translate(0) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
.drop {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) scale(3) !important;
transform: translateZ(0) scale(3) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
.drop.on {
-webkit-transform: translateZ(0) scale(1) !important;
transform: translateZ(0) scale(1) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
.flip {
-webkit-backface-visibility: hidden !important;
backface-visibility: hidden !important;
-webkit-transform: translateZ(0) rotateY(0) scale(0) !important;
transform: translateZ(0) rotateY(0) scale(0) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
.flip.on {
-webkit-transform: translateZ(0) rotateY(-720deg) scale(1) !important;
transform: translateZ(0) rotateY(-720deg) scale(1) !important;
-webkit-transition: all 0.5s ease-out !important;
transition: all 0.5s ease-out !important; }
/* Utilities
==================================*/
.bold {
font-weight: bold; }
.static {
position: static; }
.pull-left {
float: left; }
.pull-right {
float: right; }
.double-padding, .ionic-content.double-padding {
padding: 16px; }
.double-padding-x {
padding-left: 16px;
padding-right: 16px; }
.double-padding-y {
padding-top: 16px;
padding-bottom: 16px; }
.outline {
border-style: solid;
border-width: 1px; }
.border-top {
border-top: solid 1px #ccc;
padding-top: 30px; }
.no-border {
border: none; }
.circle {
border-radius: 50%; }
.no-padding, .list.no-padding, .bar.no-padding, .button-bar.no-padding, .card.no-padding, .button.no-padding, .item.no-padding {
padding: 0; }
.flat, .flat.tabs, .flat.button, .flat.button.icon, .flat.hero {
box-shadow: none;
-webkit-box-shadow: none; }
/* Utilities : Padding
==================================*/
.im-wrapper, .padding {
padding: 16px !important; }
.padding-bottom {
padding-bottom: 16px !important; }
.padding-top {
padding-top: 16px !important; }
.padding-left {
padding-left: 16px !important; }
.padding-right {
padding-right: 16px !important; }
.no-padding-bottom {
padding-bottom: 0 !important; }
.no-padding-top {
padding-top: 0 !important; }
.no-padding-left {
padding-left: 0 !important; }
.no-padding-right {
padding-right: 0 !important; }
/* Utilities : Depth
==================================*/
.z1 {
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); }
/* Utilities : Color
==================================*/
.bar.bar-positive.darker {
background-color: #164FAB; }
/* TODO: Expand to other colors */
.bar.bar-positive.dark-positive-bg {
background-color: #2C5CAD; }
/* TODO: Expand to other colors */
.muted {
color: #C3C3C3; }
.clear-bg {
background: transparent; }
/* Motion: Blinds
==================================*/
.animate-blinds .item,
.animate-blinds .item {
visibility: hidden; }
.animate-blinds .item,
.animate-blinds .item {
-ms-transform: scale3d(0.8, 0, 1);
-webkit-transform: scale3d(0.8, 0, 1);
transform: scale3d(0.8, 0, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
.animate-blinds .item-bg-image > img.background,
.animate-blinds .item-bg-image > img.background {
box-shadow: none;
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
.animate-blinds .in,
.animate-blinds.done > *,
.animate-blinds .in,
.animate-blinds.done > * {
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.animate-blinds .in,
.animate-blinds.done .item,
.animate-blinds .in,
.animate-blinds.done .item {
visibility: visible; }
.animate-blinds .item,
.animate-blinds .item {
visibility: hidden; }
.animate-blinds .item,
.animate-blinds .item {
opacity: 0;
filter: alpha(opacity=0); }
.animate-blinds .in,
.animate-blinds.done,
.animate-blinds .in,
.animate-blinds.done {
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 1;
filter: alpha(opacity=100); }
.animate-blinds .in,
.animate-blinds.done,
.animate-blinds .in,
.animate-blinds.done {
visibility: visible; }
.animate-blinds.done .in,
.animate-blinds.done .in {
opacity: 1;
filter: alpha(opacity=100); }
.animate-blinds .has-mask-reverse:after,
.animate-blinds .has-mask-reverse:after {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.animate-blinds.done .has-mask-reverse:after,
.animate-blinds.done .has-mask-reverse:after {
opacity: 1;
filter: alpha(opacity=100); }
.animate-blinds .out,
.animate-blinds .out {
-ms-transform: scale3d(0, 0, 1);
-webkit-transform: scale3d(0, 0, 1);
transform: scale3d(0, 0, 1); }
/* Motion: Pan In Left
==================================*/
.animate-pan-in-left,
.animate-pan-in-left {
background-position: 0% 0%; }
/* Motion: Ripple
==================================*/
.animate-ripple .done,
.animate-ripple .done {
visibility: hidden; }
.animate-ripple .done,
.animate-ripple .done {
-ms-transform: scale3d(0.8, 0, 1);
-webkit-transform: scale3d(0.8, 0, 1);
transform: scale3d(0.8, 0, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
.animate-ripple .item-bg-image img.background,
.animate-ripple .item-bg-image img.background {
box-shadow: none;
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
.animate-ripple .in, .animate-ripple.done,
.animate-ripple .in, .animate-ripple.done {
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
.animate-ripple .in, .animate-ripple.done,
.animate-ripple .in, .animate-ripple.done {
visibility: visible; }
.animate-ripple .item {
-ms-transform: scale3d(0, 0, 1);
-webkit-transform: scale3d(0, 0, 1);
transform: scale3d(0, 0, 1);
opacity: 0;
filter: alpha(opacity=0); }
.animate-ripple .item.in {
opacity: 1;
filter: alpha(opacity=100); }
.animate-ripple .done {
visibility: hidden; }
.animate-ripple .done,
.animate-ripple .done {
-ms-transform: scale3d(0.8, 0, 1);
-webkit-transform: scale3d(0.8, 0, 1);
transform: scale3d(0.8, 0, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
/* Uncomment if you want images to fade in after the card
.animate-ripple .in .item-bg-image img:last-child,
.animate-ripple .in .item-bg-image img:last-child {
opacity: 0;
}
.animate-ripple.done .item-bg-image img:last-child,
.animate-ripple.done .item-bg-image img:last-child {
opacity: 1;
-moz-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.animate-ripple .item-bg-image img:last-child,
.animate-ripple .item-bg-image img:last-child {
box-shadow: none;
-moz-transform: scale3d(1, 1, 1);
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
.animate-ripple .in .item-bg-image img:last-child,
.animate-ripple .in .item-bg-image img:last-child {
opacity: 0;
}
.animate-ripple.done .item-bg-image img:last-child,
.animate-ripple.done .item-bg-image img:last-child {
opacity: 1;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.animate-ripple .in,
.animate-ripple .in {
opacity: 0.6;
}
*/
.animate-ripple .in, .animate-ripple.done, .animate-ripple .in, .animate-ripple.done {
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.animate-ripple .in, .animate-ripple.done, .animate-ripple .in, .animate-ripple.done {
visibility: visible; }
.animate-ripple.done .in, .animate-ripple.done .in {
opacity: 1;
filter: alpha(opacity=100); }
.animate-ripple .has-mask-reverse:after, .animate-ripple .has-mask-reverse:after {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.animate-ripple.done .has-mask-reverse:after, .animate-ripple.done .has-mask-reverse:after {
opacity: 1;
filter: alpha(opacity=100); }
.animate-ripple .out, .animate-ripple .out {
-ms-transform: scale3d(0, 0, 1);
-webkit-transform: scale3d(0, 0, 1);
transform: scale3d(0, 0, 1); }
/* Motion: Slide / Fade In
==================================*/
.animate-fade-slide-in .item,
.animate-fade-slide-in .item {
visibility: hidden; }
.animate-fade-slide-in .item,
.animate-fade-slide-in .item {
-ms-transform: scale3d(0.8, 0, 1);
-webkit-transform: scale3d(0.8, 0, 1);
transform: scale3d(0.8, 0, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
.animate-fade-slide-in .item-bg-image img.background,
.animate-fade-slide-in .item-bg-image img.background {
box-shadow: none;
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
.animate-fade-slide-in .in,
.animate-fade-slide-in.done .item,
.animate-fade-slide-in .in,
.animate-fade-slide-in.done .item {
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.animate-fade-slide-in .in,
.animate-fade-slide-in.done .item,
.animate-fade-slide-in .in,
.animate-fade-slide-in.done .item {
visibility: visible; }
.list .item.item-bg-image,
.list .item.item-bg-image {
max-height: 150px; }
.animate-fade-slide-in .item,
.animate-fade-slide-in .item {
visibility: hidden; }
.animate-fade-slide-in .item,
.animate-fade-slide-in .item {
-ms-transform: translate3d(-250px, 250px, 0);
-webkit-transform: translate3d(-250px, 250px, 0);
transform: translate3d(-250px, 250px, 0);
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
opacity: 0;
filter: alpha(opacity=0); }
.animate-fade-slide-in .in,
.animate-fade-slide-in.done,
.animate-fade-slide-in .in,
.animate-fade-slide-in.done {
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
opacity: 1;
filter: alpha(opacity=100); }
.animate-fade-slide-in .in,
.animate-fade-slide-in.done,
.animate-fade-slide-in .in,
.animate-fade-slide-in.done {
visibility: visible; }
.animate-fade-slide-in.done .in,
.animate-fade-slide-in.done .in {
opacity: 1;
filter: alpha(opacity=100); }
.animate-fade-slide-in .has-mask-reverse:after,
.animate-fade-slide-in .has-mask-reverse:after {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.animate-fade-slide-in.done .has-mask-reverse:after,
.animate-fade-slide-in.done .has-mask-reverse:after {
opacity: 1;
filter: alpha(opacity=100); }
.animate-fade-slide-in .out,
.animate-fade-slide-in .out {
-ms-transform: scale3d(0, 0, 1);
-webkit-transform: scale3d(0, 0, 1);
transform: scale3d(0, 0, 1); }
/* Motion: Slide In Right
==================================*/
.animate-fade-slide-in-right .item,
.animate-fade-slide-in-right .item {
visibility: hidden; }
.animate-fade-slide-in-right .item,
.animate-fade-slide-in-right .item {
-ms-transform: scale3d(0.8, 0, 1);
-webkit-transform: scale3d(0.8, 0, 1);
transform: scale3d(0.8, 0, 1);
-webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0, 0.1, 1);
transition: transform 0.3s cubic-bezier(0.55, 0, 0.1, 1); }
.animate-fade-slide-in-right .item-bg-image > img.background,
.animate-fade-slide-in-right .item-bg-image > img.background {
box-shadow: none;
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
.animate-fade-slide-in-right .in,
.animate-fade-slide-in-right.done > *,
.animate-fade-slide-in-right .in,
.animate-fade-slide-in-right.done > * {
-ms-transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.animate-fade-slide-in-right .in,
.animate-fade-slide-in-right.done .item,
.animate-fade-slide-in-right .in,
.animate-fade-slide-in-right.done .item {
visibility: visible; }
.animate-fade-slide-in-right .item,
.animate-fade-slide-in-right .item {
visibility: hidden; }
.animate-fade-slide-in-right .item,
.animate-fade-slide-in-right .item {
-ms-transform: translate3d(250px, 250px, 0);
-webkit-transform: translate3d(250px, 250px, 0);
transform: translate3d(250px, 250px, 0);
-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
transition: transform 0.5s cubic-bezier(0.55, 0, 0.1, 1);
opacity: 0;
filter: alpha(opacity=0); }
.animate-fade-slide-in-right .in,
.animate-fade-slide-in-right.done,
.animate-fade-slide-in-right .in,
.animate-fade-slide-in-right.done {
-ms-transform: scale3d(1, 1, 1);
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
opacity: 1;
filter: alpha(opacity=100); }
.animate-fade-slide-in-right .in,
.animate-fade-slide-in-right.done,
.animate-fade-slide-in-right .in,
.animate-fade-slide-in-right.done {
visibility: visible; }
.animate-fade-slide-in-right.done .in,
.animate-fade-slide-in-right.done .in {
opacity: 1;
filter: alpha(opacity=100); }
.animate-fade-slide-in-right .has-mask-reverse:after,
.animate-fade-slide-in-right .has-mask-reverse:after {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out; }
.animate-fade-slide-in-right.done .has-mask-reverse:after,
.animate-fade-slide-in-right.done .has-mask-reverse:after {
opacity: 1;
filter: alpha(opacity=100); }
.animate-fade-slide-in-right .out,
.animate-fade-slide-in-right .out {
-ms-transform: scale3d(0, 0, 1);
-webkit-transform: scale3d(0, 0, 1);
transform: scale3d(0, 0, 1); }
/* Motion: Slide Up
==================================*/
.slide-up,
.slide-up,
.hero.slide-up {
height: 100%;
overflow: hidden;
text-align: center; }
.slide-up {
-webkit-transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0); }
.slide-up *,
.slide-up *,
.hero.slide-up * {
opacity: 0;
filter: alpha(opacity=0); }
.hero.slide-up + .mid-bar,
.slide-up + .mid-bar,
.slide-up + .mid-bar {
height: 100%;
opacity: 0.7;
filter: alpha(opacity=70);
-webkit-transform: translate3d(100%, -240px, 0);
transform: translate3d(100%, -240px, 0); }
/*!
* Waves v0.5.4
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Forked by Zach Fitzgerald and other contributors for Ionic Material
*
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
*
*/
.ink, .button-fab, .button-flat, .button-raised, .button-clear, .popup .button {
position: relative;
cursor: pointer;
/*display: inline-block;*/
overflow: hidden;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-tap-highlight-color: transparent;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out; }
.ink-ripple {
position: absolute;
border-radius: 50%;
width: 100px;
height: 100px;
margin-top: -50px;
margin-left: -50px;
opacity: 0;
background-color: rgba(255, 255, 255, 0.4);
-webkit-transition: all 0.5s ease-out;
-moz-transition: all 0.5s ease-out;
-o-transition: all 0.5s ease-out;
transition: all 0.5s ease-out;
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property: -moz-transform, opacity;
-o-transition-property: -o-transform, opacity;
transition-property: transform, opacity;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
pointer-events: none; }
.ink-notransition {
-webkit-transition: none !important;
-moz-transition: none !important;
-o-transition: none !important;
transition: none !important; }
.button-fab,
.button-flat,
.button-clear,
.button-raised,
.ink-button,
.ink-circle {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
-o-transform: translateZ(0);
transform: translateZ(0); }
.button-fab.activated,
.button-flat.activated,
.button-raised.activated,
.button-clear.activated,
.ink-button.activated,
.ink.activated,
.ink-circle.activated,
.popup .button.activated,
.button-fab:active,
.button-flat:active,
.button-raised:active,
.button-clear:active,
.ink-button:active,
.ink:active,
.ink-circle:active,
.popup .button:active {
-webkit-mask-image: -webkit-radial-gradient(circle, #ffffff 100%, #000000 100%); }
.ink-button,
.ink-button:visited,
.ink-button:link,
.button-fab,
.button-fab:visited,
.button-fab:link,
.button-flat,
.button-flat:visited,
.button-flat:link,
.button-raised,
.button-raised:visited,
.button-raised:link,
.button-clear,
.button-clear:visited,
.button-clear:link,
.ink-button-input {
white-space: nowrap;
vertical-align: middle;
cursor: pointer;
border: none;
outline: none;
/* color: inherit; */
/* background-color: rgba(0, 0, 0, 0); */
font-size: 14px;
text-align: center;
text-decoration: none;
z-index: 1; }
.ink-button {
padding: 10px 15px;
border-radius: 2px; }
.ink-button-input {
margin: 0;
padding: 10px 15px; }
.ink-input-wrapper {
border-radius: 2px;
vertical-align: bottom; }
.ink-input-wrapper.ink-button {
padding: 0; }
.ink-input-wrapper .ink-button-input {
position: relative;
top: 0;
left: 0;
z-index: 1; }
.ink-circle {
text-align: center;
width: 2.5em;
height: 2.5em;
line-height: 2.5em;
border-radius: 50%; }
.ink-float {
-webkit-mask-image: none;
-webkit-box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12);
box-shadow: 0px 1px 1.5px 1px rgba(0, 0, 0, 0.12); }
.ink-float:active {
-webkit-box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0px 8px 20px 1px rgba(0, 0, 0, 0.3); }
.ink-block {
display: block; }
.ink-ripple {
z-index: 0;
/* Firefox Bug: link not triggered unless -1 z-index */ }
/* Handled elsewhere
.button-fab,.button-raised,.button-flat,.ink-circle,.list a.item {
-webkit-mask-image: none;
}
*/
.button-clear .ink-ripple,
*[class$="-clear"] > .ink-ripple,
*[class$="-light"] > .ink-ripple,
*[class$="-stable"] > .ink-ripple,
*[class$="-100"] > .ink-ripple,
.list .ink-ripple,
.ink-dark .ink-ripple {
background-color: rgba(0, 0, 0, 0.2); }
.tab-item {
position: relative;
/* for Ink */ }
/* Ionic Overrides
==================================*/
* {
font-family: "RobotoDraft","Roboto","Helvetica Neue", "Segoe UI", sans-serif; }
.rounded {
border-radius: 4px; }
a {
cursor: pointer; }
.has-header.expanded {
/* Expanded modifier */
top: 76px; }
/* Bar Overrides
==================================*/
.bar {
border-bottom: none;
padding: 0; }
.bar .button {
min-height: 44px;
min-width: 44px;
max-width: 48px;
margin-bottom: 0;
max-height: 44px;
width: 48px; }
.bar .title + .buttons.buttons-right {
right: 0;
top: 0; }
/* Title Overrides
==================================*/
.title-left,
.title.title-left {
left: 48px; }
.title-right,
.title.title-right {
left: 48px; }
/* Background Colors
==================================*/
.positive-bg,
.button-positive,
.bar .button-positive,
.header-positive,
.button-bar-positive,
.bar-positive,
.positive-border,
.positive-bg:hover,
.bar .button-positive:hover,
.button-positive:hover,
.header-positive:hover,
.button-bar-positive:hover,
.bar-positive:hover,
.positive-border:hover,
.positive-bg:active,
.bar .button-positive:active,
.button-positive:active,
.header-positive:active,
.button-bar-positive:active,
.bar-positive:active,
.positive-border:active,
.positive-bg.activated,
.bar .button-positive.activated,
.button-positive.activated,
.header-positive.activated,
.button-bar-positive.activated,
.bar-positive.activated,
.positive-border.activated {
background-color: #3F51B5;
color: #fff; }
.positive-900-bg,
.button-positive-900,
.bar .button-positive-900,
.header-positive-900,
.button-bar-positive-900,
.bar-positive-900,
.positive-900-border,
.positive-900-bg:hover,
.button-positive-900:hover,
.bar .button-positive-900:hover,
.header-positive-900:hover,
.button-bar-positive-900:hover,
.bar-positive-900:hover,
.positive-900-border:hover,
.positive-900-bg:active,
.bar .button-positive-900:active,
.button-positive-900:active,
.header-positive-900:active,
.button-bar-positive-900:active,
.bar-positive-900:active,
.positive-900-border:active,
.positive-900-bg.activated,
.button-positive-900.activated,
.bar .button-positive-900.activated,
.header-positive-900.activated,
.button-bar-positive-900.activated,
.bar-positive-900.activated,
.positive-900-border.activated {
background-color: #1A237E;
color: #fff; }
.positive-100-bg,
.button-positive-100,
.bar .button-positive-100,
.header-positive-100,
.button-bar-positive-100,
.bar-positive-100,
.positive-100-border,
.positive-100-bg:hover,
.button-positive-100:hover,
.bar .button-positive-100:hover,
.header-positive-100:hover,
.button-bar-positive-100:hover,
.bar-positive-100:hover,
.positive-100-border:hover,
.positive-100-bg:active,
.button-positive-100:active,
.bar .button-positive-100:active,
.header-positive-100:active,
.button-bar-positive-100:active,
.bar-positive-100:active,
.positive-100-border:active,
.positive-100-bg.activated,
.button-positive-100.activated,
.bar .button-positive-100.activated,
.header-positive-100.activated,
.button-bar-positive-100.activated,
.bar-positive-100.activated,
.positive-100-border.activated {
background-color: #C5CAE9;
color: #fff; }
.calm-bg,
.button-calm,
.bar .button-calm,
.header-calm,
.button-bar-calm,
.bar-calm,
.calm-border,
.calm-bg:hover,
.button-calm:hover,
.bar .button-calm:hover,
.header-calm:hover,
.button-bar-calm:hover,
.bar-calm:hover,
.calm-border:hover,
.calm-bg:active,
.button-calm:active,
.bar .button-calm:active,
.header-calm:active,
.button-bar-calm:active,
.bar-calm:active,
.calm-border:active,
.calm-bg.activated,
.button-calm.activated,
.bar .button-calm.activated,
.header-calm.activated,
.button-bar-calm.activated,
.bar-calm.activated,
.calm-border.activated {
background-color: #2196F3;
color: #fff; }
.calm-900-bg,
.button-calm-900,
.bar .button-calm-900,
.header-calm-900,
.button-bar-calm-900,
.bar-calm-900,
.calm-900-border,
.calm-900-bg:hover,
.button-calm-900:hover,
.bar .button-calm-900:hover,
.header-calm-900:hover,
.button-bar-calm-900:hover,
.bar-calm-900:hover,
.calm-900-border:hover,
.calm-900-bg:active,
.button-calm-900:active,
.bar .button-calm-900:active,
.header-calm-900:active,
.button-bar-calm-900:active,
.bar-calm-900:active,
.calm-900-border:active,
.calm-900-bg.activated,
.button-calm-900.activated,
.bar .button-calm-900.activated,
.header-calm-900.activated,
.button-bar-calm-900.activated,
.bar-calm-900.activated,
.calm-900-border.activated {
background-color: #0D47A1;
color: #fff; }
.calm-100-bg,
.button-calm-100,
.bar .button-calm-100,
.header-calm-100,
.button-bar-calm-100,
.bar-calm-100,
.calm-100-border,
.calm-100-bg:hover,
.button-calm-100:hover,
.bar .button-calm-100:hover,
.header-calm-100:hover,
.button-bar-calm-100:hover,
.bar-calm-100:hover,
.calm-100-border:hover,
.calm-100-bg:active,
.button-calm-100:active,
.bar .button-calm-100:active,
.header-calm-100:active,
.button-bar-calm-100:active,
.bar-calm-100:active,
.calm-100-border:active,
.calm-100-bg.activated,
.button-calm-100.activated,
.bar .button-calm-100.activated,
.header-calm-100.activated,
.button-bar-calm-100.activated,
.bar-calm-100.activated,
.calm-100-border.activated {
background-color: #BBDEFB;
color: #fff; }
.royal-bg,
.button-royal,
.bar .button-royal,
.header-royal,
.button-bar-royal,
.bar-royal,
.royal-border,
.royal-bg:hover,
.button-royal:hover,
.bar .button-royal:hover,
.header-royal:hover,
.button-bar-royal:hover,
.bar-royal:hover,
.royal-border:hover,
.royal-bg:active,
.button-royal:active,
.bar .button-royal:active,
.header-royal:active,
.button-bar-royal:active,
.bar-royal:active,
.royal-border:active,
.royal-bg.activated,
.button-royal.activated,
.bar .button-royal.activated,
.header-royal.activated,
.button-bar-royal.activated,
.bar-royal.activated,
.royal-border.activated {
background-color: #673AB7;
color: #fff; }
.royal-900-bg,
.button-royal-900,
.bar .button-royal-900,
.header-royal-900,
.button-bar-royal-900,
.bar-royal-900,
.royal-900-border,
.royal-900-bg:hover,
.button-royal-900:hover,
.bar .button-royal-900:hover,
.header-royal-900:hover,
.button-bar-royal-900:hover,
.bar-royal-900:hover,
.royal-900-border:hover,
.royal-900-bg:active,
.button-royal-900:active,
.bar .button-royal-900:active,
.header-royal-900:active,
.button-bar-royal-900:active,
.bar-royal-900:active,
.royal-900-border:active,
.royal-900-bg.activated,
.button-royal-900.activated,
.bar .button-royal-900.activated,
.header-royal-900.activated,
.button-bar-royal-900.activated,
.bar-royal-900.activated,
.royal-900-border.activated {
background-color: #311B92;
color: #fff; }
.royal-100-bg,
.button-royal-100,
.bar .button-royal-100,
.header-royal-100,
.button-bar-royal-100,
.bar-royal-100,
.royal-100-border,
.royal-100-bg:hover,
.button-royal-100:hover,
.bar .button-royal-100:hover,
.header-royal-100:hover,
.button-bar-royal-100:hover,
.bar-royal-100:hover,
.royal-100-border:hover,
.royal-100-bg:active,
.button-royal-100:active,
.bar .button-royal-100:active,
.header-royal-100:active,
.button-bar-royal-100:active,
.bar-royal-100:active,
.royal-100-border:active,
.royal-100-bg.activated,
.button-royal-100.activated,
.bar .button-royal-100.activated,
.header-royal-100.activated,
.button-bar-royal-100.activated,
.bar-royal-100.activated,
.royal-100-border.activated {
background-color: #D1C4E9;
color: #fff; }
.balanced-bg,
.button-balanced,
.bar .button-balanced,
.header-balanced,
.button-bar-balanced,
.bar-balanced,
.balanced-border,
.balanced-bg:hover,
.button-balanced:hover,
.bar .button-balanced:hover,
.header-balanced:hover,
.button-bar-balanced:hover,
.bar-balanced:hover,
.balanced-border:hover,
.balanced-bg:active,
.button-balanced:active,
.bar .button-balanced:active,
.header-balanced:active,
.button-bar-balanced:active,
.bar-balanced:active,
.balanced-border:active,
.balanced-bg.activated,
.button-balanced.activated,
.bar .button-balanced.activated,
.header-balanced.activated,
.button-bar-balanced.activated,
.bar-balanced.activated,
.balanced-border.activated {
background-color: #4CAF50;
color: #fff; }
.balanced-900-bg,
.button-balanced-900,
.bar .button-balanced-900,
.header-balanced-900,
.button-bar-balanced-900,
.bar-balanced-900,
.balanced-900-border,
.balanced-900-bg:hover,
.button-balanced-900:hover,
.bar .button-balanced-900:hover,
.header-balanced-900:hover,
.button-bar-balanced-900:hover,
.bar-balanced-900:hover,
.balanced-900-border:hover,
.balanced-900-bg:active,
.button-balanced-900:active,
.bar .button-balanced-900:active,
.header-balanced-900:active,
.button-bar-balanced-900:active,
.bar-balanced-900:active,
.balanced-900-border:active,
.balanced-900-bg.activated,
.button-balanced-900.activated,
.bar .button-balanced-900.activated,
.header-balanced-900.activated,
.button-bar-balanced-900.activated,
.bar-balanced-900.activated,
.balanced-900-border.activated {
background-color: #1B5E20;
color: #fff; }
.balanced-100-bg,
.button-balanced-100,
.bar .button-balanced-100,
.header-balanced-100,
.button-bar-balanced-100,
.bar-balanced-100,
.balanced-100-border,
.balanced-100-bg:hover,
.button-balanced-100:hover,
.bar .balanced-100-bg:hover,
.header-balanced-100:hover,
.button-bar-balanced-100:hover,
.bar-balanced-100:hover,
.balanced-100-border:hover,
.balanced-100-bg:active,
.button-balanced-100:active,
.bar .button-balanced-100:active,
.header-balanced-100:active,
.button-bar-balanced-100:active,
.bar-balanced-100:active,
.balanced-100-border:active,
.balanced-100-bg.activated,
.button-balanced-100.activated,
.bar .button-balanced-100.activated,
.header-balanced-100.activated,
.button-bar-balanced-100.activated,
.bar-balanced-100.activated,
.balanced-100-border.activated {
background-color: #C8E6C9;
color: #fff; }
.energized-bg,
.button-energized,
.bar .button-energized,
.header-energized,
.button-bar-energized,
.bar-energized,
.energized-border,
.energized-bg:hover,
.button-energized:hover,
.bar .button-energized:hover,
.header-energized:hover,
.button-bar-energized:hover,
.bar-energized:hover,
.energized-border:hover,
.energized-bg:active,
.button-energized:active,
.bar .button-energized:active,
.header-energized:active,
.button-bar-energized:active,
.bar-energized:active,
.energized-border:active,
.energized-bg.activated,
.button-energized.activated,
.bar .button-energized.activated,
.header-energized.activated,
.button-bar-energized.activated,
.bar-energized.activated,
.energized-border.activated {
background-color: #FF9800;
color: #fff; }
.energized-900-bg,
.button-energized-900,
.bar .button-energized-900,
.header-energized-900,
.button-bar-energized-900,
.bar-energized-900,
.energized-900-border,
.energized-900-bg:hover,
.button-energized-900:hover,
.bar .button-energized-900:hover,
.header-energized-900:hover,
.button-bar-energized-900:hover,
.bar-energized-900:hover,
.energized-900-border:hover,
.energized-900-bg:active,
.button-energized-900:active,
.bar .button-energized-900:active,
.header-energized-900:active,
.button-bar-energized-900:active,
.bar-energized-900:active,
.energized-900-border:active,
.energized-900-bg.activated,
.button-energized-900.activated,
.bar .button-energized-900.activated,
.header-energized-900.activated,
.button-bar-energized-900.activated,
.bar-energized-900.activated,
.energized-900-border.activated {
background-color: #E65100;
color: #fff; }
.energized-100-bg,
.button-energized-100,
.bar .button-energized-100,
.header-energized-100,
.button-bar-energized-100,
.bar-energized-100,
.energized-100-border,
.energized-100-bg:hover,
.button-energized-100:hover,
.bar .button-energized-100:hover,
.header-energized-100:hover,
.button-bar-energized-100:hover,
.bar-energized-100:hover,
.energized-100-border:hover,
.energized-100-bg:active,
.button-energized-100:active,
.bar .button-energized-100:active,
.header-energized-100:active,
.button-bar-energized-100:active,
.bar-energized-100:active,
.energized-100-border:active,
.energized-100-bg.activated,
.button-energized-100.activated,
.bar .button-energized-100.activated,
.header-energized-100.activated,
.button-bar-energized-100.activated,
.bar-energized-100.activated,
.energized-100-border.activated {
background-color: #FFE0B2; }
.assertive-bg,
.button-assertive,
.bar .button-assertive,
.header-assertive,
.button-bar-assertive,
.bar-assertive,
.assertive-border,
.assertive-bg:hover,
.button-assertive:hover,
.bar .button-assertive:hover,
.header-assertive:hover,
.button-bar-assertive:hover,
.bar-assertive:hover,
.assertive-border:hover,
.assertive-bg:active,
.button-assertive:active,
.bar .button-assertive:active,
.header-assertive:active,
.button-bar-assertive:active,
.bar-assertive:active,
.assertive-border:active,
.assertive-bg.activated,
.button-assertive.activated,
.bar .button-assertive.activated,
.header-assertive.activated,
.button-bar-assertive.activated,
.bar-assertive.activated,
.assertive-border.activated {
background-color: #F44336;
color: #fff; }
.assertive-900-bg,
.button-assertive-900,
.bar .button-assertive-900,
.header-assertive-900,
.button-bar-assertive-900,
.bar-assertive-900,
.assertive-900-border,
.assertive-900-bg:hover,
.button-assertive-900:hover,
.bar .button-assertive-900:hover,
.header-assertive-900:hover,
.button-bar-assertive-900:hover,
.bar-assertive-900:hover,
.assertive-900-border:hover,
.assertive-900-bg:active,
.button-assertive-900:active,
.bar .button-assertive-900:active,
.header-assertive-900:active,
.button-bar-assertive-900:active,
.bar-assertive-900:active,
.assertive-900-border:active,
.assertive-900-bg.activated,
.button-assertive-900.activated,
.bar .button-assertive-900.activated,
.header-assertive-900.activated,
.button-bar-assertive-900.activated,
.bar-assertive-900.activated,
.assertive-900-border.activated {
background-color: #B71C1C;
color: #fff; }
.assertive-100-bg,
.button-assertive-100,
.bar .button-assertive-100,
.header-assertive-100,
.button-bar-assertive-100,
.bar-assertive-100,
.assertive-100-border,
.assertive-100-bg:hover,
.button-assertive-100:hover,
.bar .button-assertive-100:hover,
.header-assertive-100:hover,
.button-bar-assertive-100:hover,
.bar-assertive-100:hover,
.assertive-100-border:hover,
.assertive-100-bg:active,
.button-assertive-100:active,
.bar .button-assertive-100:active,
.header-assertive-100:active,
.button-bar-assertive-100:active,
.bar-assertive-100:active,
.assertive-100-border:active,
.assertive-100-bg.activated,
.bar .button-assertive-100.activated,
.button-assertive-100.activated,
.header-assertive-100.activated,
.button-bar-assertive-100.activated,
.bar-assertive-100.activated,
.assertive-100-border.activated {
background-color: #FFCDD2;
color: #fff; }
.stable-bg,
.button-stable,
.bar .button-stable,
.header-stable,
.button-bar-stable,
.bar-stable,
.stable-border,
.stable-bg:hover,
.button-stable:hover,
.bar .button-stable:hover,
.header-stable:hover,
.button-bar-stable:hover,
.bar-stable:hover,
.stable-border:hover,
.stable-bg:active,
.button-stable:active,
.bar .button-stable:active,
.header-stable:active,
.button-bar-stable:active,
.bar-stable:active,
.stable-border:active,
.stable-bg.activated,
.button-stable.activated,
.bar .button-stable.activated,
.header-stable.activated,
.button-bar-stable.activated,
.bar-stable.activated,
.stable-border.activated {
background-color: #E0E0E0;
color: #fff; }
/* Text Colors
==================================*/
.positive,
.positive *,
*.positive,
.positive:hover,
.positive:hover *,
*.positive:hover,
.positive:active,
.positive:active *,
*.positive:active {
color: #3F51B5; }
.positive-900,
.positive-900 *,
*.positive-900,
.positive-900:hover,
.positive-900:hover *,
*.positive-900:hover,
.positive-900:active,
.positive-900:active *,
*.positive-900:active {
color: #3F51B5; }
.positive-100,
.positive-100 *,
*.positive-100,
.positive-100:hover,
.positive-100:hover *,
*.positive-100:hover,
.positive-100:active,
.positive-100:active *,
*.positive-100:active {
color: #C5CAE9; }
.calm-100,
.calm-100 *,
*.calm-100,
.calm-100:hover,
.calm-100:hover *,
*.calm-100:hover,
.calm-100:active,
.calm-100:active *,
*.calm-100:active {
color: #2196F3; }
.calm-900,
.calm-900 *,
*.calm-900,
.calm-900:hover,
.calm-900:hover *,
*.calm-900:hover,
.calm-900:active,
.calm-900:active *,
*.calm-900:active {
color: #0D47A1; }
.calm-100,
.calm-100 *,
*.calm-100,
.calm-100:hover,
.calm-100:hover *,
*.calm-100:hover,
.calm-100:active,
.calm-100:active *,
*.calm-100:active {
color: #BBDEFB; }
.royal,
.royal *,
*.royal,
.royal:hover,
.royal:hover *,
*.royal:hover,
.royal:active,
.royal:active *,
*.royal:active {
color: #673AB7; }
.royal-900,
.royal-900 *,
*.royal-900,
.royal-900:hover,
.royal-900:hover *,
*.royal-900:hover,
.royal-900:active,
.royal-900:active *,
*.royal-900:active {
color: #311B92; }
.royal-100,
.royal-100 *,
*.royal-100,
.royal-100:hover,
.royal-100:hover *,
*.royal-100:hover,
.royal-100:active,
.royal-100:active *,
*.royal-100:active {
color: #D1C4E9; }
.balanced,
.balanced *,
*.balanced,
.balanced:hover,
.balanced:hover *,
*.balanced:hover,
.balanced:active,
.balanced:active *,
*.balanced:active {
color: #4CAF50; }
.balanced-900,
.balanced-900 *,
*.balanced-900,
.balanced-900:hover,
.balanced-900:hover *,
*.balanced-900:hover,
.balanced-900:active,
.balanced-900:active *,
*.balanced-900:active {
color: #1B5E20; }
.balanced-100,
.balanced-100 *,
*.balanced-100,
.balanced-100:hover,
.balanced-100:hover *,
*.balanced-100:hover,
.balanced-100:active,
.balanced-100:active *,
*.balanced-100:active {
color: #C8E6C9; }
.energized,
.energized *,
*.energized,
.energized:hover,
.energized:hover *,
*.energized:hover,
.energized:active,
.energized:active *,
*.energized:active {
color: #FF9800; }
.energized-900,
.energized-900 *,
*.energized-900,
.energized-900:hover,
.energized-900:hover *,
*.energized-900:hover,
.energized-900:active,
.energized-900:active *,
*.energized-900:active {
color: #E65100; }
.energized-100,
.energized-100 *,
*.energized-100,
.energized-100:hover,
.energized-100:hover *,
*.energized-100:hover,
.energized-100:active,
.energized-100:active *,
*.energized-100:active {
color: #FFE0B2; }
.assertive,
.assertive *,
*.assertive,
.assertive:hover,
.assertive:hover *,
*.assertive:hover,
.assertive:active,
.assertive:active *,
*.assertive:active {
color: #F44336; }
.assertive-900,
.assertive-900 *,
*.assertive-900,
.assertive-900:hover,
.assertive-900:hover *,
*.assertive-900:hover,
.assertive-900:active,
.assertive-900:active *,
*.assertive-900:active {
color: #B71C1C; }
.assertive-100,
.assertive-100 *,
*.assertive-100,
.assertive-100:hover,
.assertive-100:hover *,
*.assertive-100:hover,
.assertive-100:active,
.assertive-100:active *,
*.assertive-100:active {
color: #FFCDD2; }
.stable,
.stable *,
*.stable,
.stable:hover,
.stable:hover *,
*.stable:hover,
.stable:active,
.stable:active *,
*.stable:active {
color: #E0E0E0; }
.light,
.light *,
*.light,
.light:hover,
.light:hover *,
*.light:hover,
.light:active,
.light:active *,
*.light:active {
color: #fff; }
.dark,
.dark *,
*.dark,
.dark:hover,
.dark:hover *,
*.dark:hover,
.dark:active,
.dark:active *,
*.dark:active {
color: #444; }
.light-border {
border-color: #ddd; }
.navbar-default .navbar-nav > li > a {
margin: 0;
padding-right: 26px;
padding-left: 26px;
border-top: 3px solid transparent;
color: #BFD5C9;
opacity: 1; }
/* Mid-Bar
==================================*/
.mid-bar {
padding: 16px; }
.mid-bar h1,
.mid-bar h2,
.mid-bar h3,
.mid-bar h4,
.mid-bar h5,
.mid-bar h6 {
color: #fff;
margin-bottom: 5px; }
.mid-bar p {
color: rgba(255, 255, 255, 0.5);
margin-bottom: 0; }
/* Item
==================================*/
.item-avatar,
.item-avatar .item-content,
.item-avatar-left,
.item-avatar-left .item-content,
.card > .item-avatar {
padding-left: 95px; }
.item,
.item-complex .item-content,
.item-radio .item-content {
background-color: transparent; }
.dark-bg h2,
.item.dark-bg h2 {
color: #fff; }
.tabs-striped .tabs {
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); }
.bar .button.button-clear {
color: #fff; }
.bar .button.button-icon .icon:before,
.bar .button.button-icon.icon-left:before,
.bar .button.button-icon.icon-right:before,
.bar .button.button-icon:before {
vertical-align: top;
font-size: 24px; }
.menu {
background-color: transparent; }
.button-icon.button.active,
.button-icon.button.activated {
opacity: initial; }
/* Popover
==================================*/
.popover {
opacity: 0;
position: absolute;
right: 8px;
transform: translate(50%, -50%) scale(0, 0);
transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
top: 8px; }
.popover.ng-enter {
opacity: 1;
transform: translate(0, -14px) scale(1, 1);
transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; }
.popover.ng-leave {
opacity: 0;
transform: translate(50%, -50%) scale(0, 0);
transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out; }
/* Button
==================================*/
.button {
overflow: hidden !important; }
.item-md-label{display:block;background:0 0;box-shadow:none;margin-left:12px;margin-right:12px;padding:30px 0 0}.item-md-label .input-label{position:absolute;z-index:2;-webkit-transform:translate3d(0,-30px,0) scale(1);transform:translate3d(0,-30px,0) scale(1);-webkit-transition:all .2s ease;transition:all .2s ease;color:#fff;opacity:.5;filter:alpha(opacity=50);-webkit-transform-origin:0;-ms-transform-origin:0;transform-origin:0}.item-md-label input{background-color:rgba(0,0,0,.6);bottom:0;color:#fff;letter-spacing:.25rem;padding:20px 10px;position:relative;z-index:1}.item-md-label .highlight{position:absolute;bottom:0;height:2px;left:0;width:100%;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-transition:all .15s ease;transition:all .15s ease;z-index:1}.item-md-label .highlight-light{background:#fff}.item-md-label .highlight-stable{background:#f8f8f8}.item-md-label .highlight-positive{background:#387ef5}.item-md-label .highlight-calm{background:#11c1f3}.item-md-label .highlight-balanced{background:#33cd5f}.item-md-label .highlight-energized{background:#ffc900}.item-md-label .highlight-assertive{background:#ef473a}.item-md-label .highlight-royal{background:#886aea}.item-md-label .highlight-dark{background:#444}.item-md-label .input-label{letter-spacing:.25rem;padding:0 10px}.item-md-label input.used~.input-label,.item-md-label input:focus~.input-label{font-weight:700;opacity:.7;filter:alpha(opacity=70);padding:0;text-transform:uppercase;-webkit-transform:translate3d(0,-60px,0) scale(.9);transform:translate3d(0,-60px,0) scale(.9)}.item-md-label input:focus~.highlight{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.bar.bar-header.expanded,.expanded .bar.bar-header{height:75px}.bar.bar-header.expanded .title,.expanded.bar.bar-header .title{bottom:0;top:initial;padding-left:16px}.bar.bar-header.expanded .title.fab-left,.expanded .bar.bar-header .title.fab-left{bottom:0;left:90px;position:absolute;right:initial;top:initial}.bar.bar-header.expanded .title.fab-right,.expanded .bar.bar-header .title.fab-right{bottom:0;left:4px;position:absolute;top:initial;right:initial}.bar.bar-header.expanded+.button-fab,.expanded .bar.bar-header+.button-fab{top:50px}.bar.bar-header.expanded.push-down,.expanded .bar.bar-header.push-down{height:44px;overflow:hidden}.bar.bar-header.expanded,.expanded .bar.bar-header{-webkit-transition:height 1s cubic-bezier(.55,0,.1,1);transition:height 1s cubic-bezier(.55,0,.1,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.bar.bar-header.expanded+.button-fab,.expanded .bar.bar-header+.button-fab{-webkit-transition:all 1.1s cubic-bezier(.55,0,.1,1);transition:all 1.1s cubic-bezier(.55,0,.1,1);-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.bar.bar-header.expanded.push-down+.button-fab,.expanded .bar.bar-header.push-down+.button-fab{top:0;-webkit-transform:translate3d(-100px,-100px,0) scale(2.5);transform:translate3d(-100px,-100px,0) scale(2.5)}.bar.bar-header.expanded.push-down .title,.expanded .bar.bar-header.push-down .title{opacity:0;filter:alpha(opacity=0);left:initial;right:initial}.bar.bar-header.expanded .title,.expanded .bar.bar-header .title{opacity:1;filter:alpha(opacity=100);-webkit-transition:all 2s cubic-bezier(.55,0,.1,1);transition:all 2s cubic-bezier(.55,0,.1,1);bottom:0;left:42px!important;top:initial}.bar.bar-header.expanded.has-header-fab-left .title,.expanded.has-header-fab-left .bar.bar-header .title{left:76px!important}.bar{z-index:2;font-size:1.3em;width:100%;box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.bar .button{z-index:3}.bar .no-text span.back-text{display:none}.bar .title sup{opacity:.7}.bar.bar-header .button+.title{text-align:left;left:35px;line-height:46px}.button-bar{box-shadow:0 1px 3px rgba(0,0,0,.15)}.button-bar>.button{box-shadow:none}.button-bar>.button .icon:before,.button-bar>.button:before{line-height:initial}.bar-footer .button-fab{position:absolute;top:-26px;bottom:initial}.bar-footer .buttons-left .button-fab{left:8px}.bar-footer .buttons-right .button-fab{right:8px}.bar .button.button-clear{box-shadow:none}.left-buttons .button-fab{left:8px;top:16px}.right-buttons .button-fab{right:8px;top:16px}.fab-left.title-left,.fab-left.title.title-left{left:68px}.bar .button.button-fab,.button.button-fab{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);z-index:9999;width:56px;height:56px;max-height:initial;max-width:initial;border-radius:50%;border-radius:50%;overflow:hidden;padding:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:.3s fade-in-out;transition:.3s fade-in-out;-webkit-transition-property:-webkit-transform,box-shadow;transition-property:transform,box-shadow}.bar .button.button-fab.button-fab-bottom-right,.button.button-fab.button-fab-bottom-right{top:auto;right:16px;bottom:16px;left:auto;position:absolute}.bar .button.button-fab.button-fab-bottom-left,.button.button-fab.button-fab-bottom-left{top:auto;right:auto;bottom:16px;left:16px;position:absolute}.bar .button.button-fab.button-fab-top-right,.button.button-fab.button-fab-top-right{top:32px;right:16px;bottom:auto;left:auto;position:absolute}.bar .button.button-fab.button-fab-top-left,.button.button-fab.button-fab-top-left{top:32px;right:auto;bottom:auto;left:16px;position:absolute}.bar .button.button-fab.button-fab-top-left.expanded,.bar .button.button-fab.button-fab-top-right.expanded,.button.button-fab.button-fab-top-left.expanded,.button.button-fab.button-fab-top-right.expanded{top:48px}.bar .button.button-fab i,.button.button-fab i{font-size:2.5rem;margin-top:0}.bar .button.button-fab.mini,.button.button-fab.mini{width:40px;height:40px}.bar .button.button-fab.mini i,.button.button-fab.mini i{font-size:2rem}.button.button-fab.button-fab-top-left.motion{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(-120px,60px,0);transform:translate3d(-120px,60px,0);-webkit-transition:all .1s ease-out;transition:all .1s ease-out}.button.button-fab.button-fab-top-right.motion{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(120px,60px,0);transform:translate3d(120px,60px,0);-webkit-transition:all .1s ease-out;transition:all .1s ease-out}.button.button-fab.button-fab-bottom-left.motion{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(-120px,60px,0);transform:translate3d(-120px,60px,0);-webkit-transition:all .1s ease-out;transition:all .1s ease-out}.button.button-fab.button-fab-bottom-right.motion{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translate3d(120px,60px,0);transform:translate3d(120px,60px,0);-webkit-transition:all .1s ease-out;transition:all .1s ease-out}.bar .button.button-floating,.button.button-floating{display:inline-block;color:#FFF;position:relative;z-index:1;width:37px;height:37px;line-height:37px;padding:0;border-radius:50%;background-clip:padding-box;-webkit-transition:.3s;transition:.3s;cursor:pointer}.bar .button.button-floating i,.button.button-floating i{width:inherit;display:inline-block;text-align:center;color:#FFF;line-height:37px}.bar .button.button-floating.button-large,.button.button-floating.button-large{width:55.5px;height:55.5px}.bar .button.button-floating.button-large i,.button.button-floating.button-large i{line-height:55.5px}.bar .button,.bar .button.button-flat,.bar .button.button-large,.button,.button.button-flat,.button.button-large{box-shadow:0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);display:inline-block;height:36px;padding:0 2rem;border-radius:2px;background-clip:padding-box;text-transform:uppercase;border:none;outline:0;-webkit-tap-highlight-color:transparent}.bar .button.button-floating.disabled,.bar .button.button-floating:disabled,.bar .button.button-large.disabled,.bar .button.button-large:disabled,.bar .button.button:disabled,.bar .button.disabled,.bar .button.disabled.button-large,.button.button-floating.disabled,.button.button-floating:disabled,.button.button-large.disabled,.button.button-large:disabled,.button.button:disabled,.button.disabled,.button.disabled.button-large{background-color:#DFDFDF;box-shadow:none;color:#9F9F9F}.bar .button.button-floating.disabled:hover,.bar .button.button-floating:disabled:hover,.bar .button.button-large.disabled:hover,.bar .button.button-large:disabled:hover,.bar .button.button:disabled:hover,.bar .button.disabled.button-large:hover,.bar .button.disabled:hover,.button.button-floating.disabled:hover,.button.button-floating:disabled:hover,.button.button-large.disabled:hover,.button.button-large:disabled:hover,.button.button:disabled:hover,.button.disabled.button-large:hover,.button.disabled:hover{background-color:#DFDFDF;color:#9F9F9F}.bar .button i,.bar .button.button-flat i,.bar .button.button-floating i,.bar .button.button-large i,.button i,.button.button-flat i,.button.button-floating i,.button.button-large i{font-size:1.3rem}.button-bar .button{border-radius:0}.bar .button,.bar .button-large,.button,.button-large{text-decoration:none;text-align:center;letter-spacing:.5px;-webkit-transition:.2s ease-out;transition:.2s ease-out;cursor:pointer}.button{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;outline:0;margin:0;white-space:nowrap;text-align:center;text-transform:uppercase;font-weight:500;font-style:inherit;font-variant:inherit;font-size:inherit;text-decoration:none;cursor:pointer;-webkit-transition:box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);transition:box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1)}.button:focus{outline:0}.button.ng-hide{-webkit-transition:none;transition:none}.button.cornered{border-radius:0}.button.raised{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.button-outline,.button-outline:active,.button-outline:hover{border-style:solid;border-width:1px}.button.button-outline,.button.button-outline.button-assertive,.button.button-outline.button-balanced,.button.button-outline.button-calm,.button.button-outline.button-dark,.button.button-outline.button-energized,.button.button-outline.button-light,.button.button-outline.button-positive,.button.button-outline.button-royal,.button.button-outline.button-stable{border-color:rgba(0,0,0,.1)}.bar .button-flat,.button-flat{box-shadow:none;background-color:transparent;color:#343434;cursor:pointer}.bar .button.button-flat.disabled,.button.button-flat.disabled{color:#b3b3b3}.bar .button.button-large i,.button.button-large i{font-size:1.6rem}.button-pin-header.button-floating{position:absolute;z-index:1000}.button-pin-header.button-pin-left{left:24px;top:-24px}.button-pin-header.button-pin-right{right:24px;top:-24px}.button:not([disabled]).floating:focus,.button:not([disabled]).floating:hover,.button:not([disabled]).raised:focus,.button:not([disabled]).raised:hover{-webkit-transform:translate3d(0,-1px,0);transform:translate3d(0,-1px,0)}.button.button-flat{box-shadow:none}.button.button-flat,.button.button-flat:active,.button.button-flat:hover{color:#fff}.button.button-clear,.button.button-clear:active,.button.button-clear:hover{background:0 0}.button-block.ink,.button-full.ink{display:block}.card-item.item{border:none;padding-bottom:4px;padding-top:4px}.card-item.item:first-child{padding-top:16px}.card{box-shadow:0 2px 5px 0 rgba(0,0,0,.26);display:block;margin:8px;padding:0;position:relative}.card .image{display:block;margin-top:10px;margin-bottom:5px}.card img{box-shadow:0 2px 5px 0 rgba(0,0,0,.26);display:block;max-width:100%;max-height:initial;position:static}.card.card-gallery img{border:none;box-shadow:none;display:block}.card .card-footer{font-size:90%;opacity:.8;filter:alpha(opacity=80);padding-top:10px}.card>.item{border:none}.card.card-gallery>.item{background:inherit}.card .icon+.icon{padding-left:1rem}.card.animate-fade-in{opacity:0;filter:alpha(opacity=0);-webkit-transform:translate3d(-30px,1px,0);-webkit-transition:all 1s ease-in-out}.card.animate-fade-in.done{opacity:1;filter:alpha(opacity=100);-webkit-transform:translate3d(0,0,0)}.card .item.item-avatar{min-height:88px;padding-left:88px}.hero{background-size:cover;box-shadow:0 2px 5px 0 rgba(0,0,0,.26);color:#fff;height:200px;position:relative;text-align:center;-webkit-transition:all 1s cubic-bezier(.55,0,.1,1);transition:all 1s cubic-bezier(.55,0,.1,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);width:100%}.hero .hero-icon{box-shadow:0 0 2px 0 rgba(0,0,0,.26);border-radius:50%;display:inline-block;height:150px;padding:10px 30px;line-height:136px;width:150px}.hero.no-header{height:244px}.hero>.content{bottom:0;position:absolute;text-align:center;width:100%;z-index:1}.hero>.content>.avatar{background-position:center;background-size:cover;border:solid 1px rgba(255,255,255,.8);border-radius:50%;display:inline-block;height:88px;left:auto;margin-bottom:10px;position:relative;width:88px}.hero h1 .hero h2,.hero h3,.hero h4,.hero h5,.hero h6{color:#fff;margin:0}.hero h4{color:rgba(255,255,255,.7);margin:3px 0 16px}.hero h1>a,.hero h2>a,.hero h3>a,.hero h4>a,.hero h5>a,.hero h6>a{text-decoration:none}.hero+.button-bar{border-radius:0;margin-top:0}.hero+.button-bar>.button:first-child,.hero+.button-bar>.button:last-child{border-radius:0}.hero .hero-icon{color:#fff;font-size:96px}.hero .hero-icon+h1{color:#fff;letter-spacing:.15rem}.hero .button,.hero .button.button-flat,.hero .button.button-large{margin:0}.hero h1.title{color:#fff;font-size:23px;margin:0;text-align:left;padding-left:80px;line-height:59px}.hero+.mid-bar{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:all 1s cubic-bezier(.55,0,.1,1);transition:all 1s cubic-bezier(.55,0,.1,1);height:initial;opacity:1;filter:alpha(opacity=100)}.hero>*{-webkit-transition:opacity 2.5s cubic-bezier(.55,0,.1,1);transition:opacity 2.5s cubic-bezier(.55,0,.1,1);opacity:1;filter:alpha(opacity=100)}.item{font-size:14px;width:100%}.item-icon-left .icon{left:16px}.item-icon-right .icon{right:16px}.item-thumbnail-left .item-content .item-image,.item-thumbnail-left .item-content>img:first-child,.item-thumbnail-left .item-image,.item-thumbnail-left>img:first-child{border-radius:50%}.tab-item.activated{height:calc(100% + 3px)}.content+.list{padding-top:0}.list .item{border:none;min-height:48px;text-align:left}.list .item.tabs{padding:initial}.list .item.item-bg-image{min-height:150px}.list .item.item-bg-image>img{height:100%;left:0;max-width:initial;opacity:.65;filter:alpha(opacity=65);position:absolute;top:0;width:100%;z-index:0}.list a.item{opacity:1;filter:alpha(opacity=100)}.list .item.item-bg-image h1,.list .item.item-bg-image h2,.list .item.item-bg-image h3,.list .item.item-bg-image h4,.list .item.item-bg-image h5,.list .item.item-bg-image h6{color:#fff;font-weight:700;position:relative;text-shadow:0 0 3px rgba(0,0,0,.95);z-index:1}.list .item.item-bg-image h2{font-size:24px}.list .item.item-bg-image p{color:#fff;font-size:17px;position:relative;text-shadow:0 0 4px rgba(0,0,0,.95);z-index:1}.item-avatar,.item-avatar .item-content,.item-avatar-left,.item-avatar-left .item-content{min-height:80px}.card>.item.item-thumbnail-left,.item-thumbnail-left,.item-thumbnail-left .item-content{padding-left:106px}.card>.item.item-thumbnail-right,.item-thumbnail-right,.item-thumbnail-right .item-content{padding-right:106px}.item-avatar .item-content .item-image,.item-avatar .item-content>img:first-child,.item-avatar .item-image,.item-avatar-left .item-content .item-image,.item-avatar-left .item-content>img:first-child,.item-avatar-left .item-image,.item-avatar-left>img:first-child,.item-avatar>img:first-child{border-radius:50%;left:16px;max-height:40px;max-width:40px}.avatar,.item-avatar .avatar{background-position:center;background-size:cover;border-radius:50%;display:inline-block;height:56px;left:16px;position:absolute;width:56px}.list.half{display:inline-block;float:left;margin:0;padding:0;width:50%}.list.half:first-child{padding:16px 8px 16px 16px}.list.half:last-child{padding:16px 16px 16px 8px}.list.half:first-child .card.card-gallery,.list.half:last-child .card.card-gallery{margin-left:0;margin-right:0}.list.condensed-space>.card,.list.condensed-space>.item{margin:0 0 2px}.list .card.card-gallery{display:block;float:left;margin:0 0 0 13px;padding:0;width:auto}.list.half .item{width:100%}.list.half .item.card{margin-bottom:16px}.list .card.card-gallery.item h2{padding:12px}.list .item.item-gallery img{width:100%}.item.item-divider{border-top:solid 1px rgba(0,0,0,.12);font-size:14px;font-weight:700;height:48px;line-height:48px;color:rgba(0,0,0,.54)}.item.item-divider:first-child{border:none}.item .item-content.activated,.item .item-content.active,.item-complex.activated .item-content,.item-complex.active .item-content,.item.activated,.item.active{background-color:transparent}.list-inset{margin:20px 30px;border-left:solid 1px #ccc;border-radius:0;background-color:#fff}.item-floating-label,.list .item.item-floating-label{border-bottom:solid 1px #ccc}.loader{position:relative;margin:0 auto;width:100px;height:100px;zoom:1.7}.circular{-webkit-animation:rotate 2s linear infinite;animation:rotate 2s linear infinite;height:100px;position:relative;width:100px}.path{stroke-dasharray:1,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;stroke-linecap:round}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@keyframes dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35}100%{stroke-dasharray:89,200;stroke-dashoffset:-124}}@-webkit-keyframes color{0%,100%{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}@keyframes color{0%,100%{stroke:#d62d20}40%{stroke:#0057e7}66%{stroke:#008744}80%,90%{stroke:#ffa700}}.login{background-position:25% 25%;background-size:180% 180%;height:100%;-webkit-transition:all 1.5s ease-in-out;transition:all 1.5s ease-in-out}.login .item{margin:0 12px;padding-left:0;padding-right:0;width:initial}.login .button-bar{bottom:0;margin:28px 12px 0;width:initial}.login .light-bg{background-color:#fff}.icon.hero-icon:before{line-height:130px}.card.has-mask:after,.hero.has-mask:after,.item.has-mask:after{content:'';background:-webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.6) 100%);height:100%;left:0;position:absolute;top:0;z-index:0;width:100%}.card.has-mask-reverse:after,.hero.has-mask-reverse:after,.item.has-mask-reverse:after{content:'';background:-webkit-linear-gradient(top,rgba(0,0,0,.6) 0,transparent 100%);height:100%;left:0;position:absolute;top:0;z-index:0;width:100%}.menu-bottom{bottom:16px;left:16px;right:16px;position:absolute}.menu-top{top:16px;left:16px;right:16px;position:absolute}.menu .avatar{top:16px;left:16px;height:65px;width:65px}.menu .bar.bar-header.expanded{box-shadow:none;min-height:150px;color:#fff}.menu-open .bar.bar-header.expanded{background-position:0;background-size:100%}.has-expanded-header{top:150px!important}.motion{-webkit-transition:all .5s ease-out;transition:all .5s ease-out}.fade{opacity:0;filter:alpha(opacity=0);-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;-webkit-transition:all .1s ease-out!important;transition:all .1s ease-out!important}.spin-back{-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;-webkit-transform:translateZ(0) rotate(360deg) scale(0)!important;transform:translateZ(0) rotate(360deg) scale(0)!important;-webkit-transition:all .1s ease-out!important;transition:all .1s ease-out!important}.spiral{-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;-webkit-transform:translateZ(0) rotate(-360deg) scale(0) translate(-120px)!important;transform:translateZ(0) rotate(-360deg) scale(0) translate(-120px)!important;-webkit-transition:all .1s ease-out!important;transition:all .1s ease-out!important}.spiral-back{-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;-webkit-transform:translateZ(0) rotate(360deg) scale(0) translate(120px)!important;transform:translateZ(0) rotate(360deg) scale(0) translate(120px)!important;-webkit-transition:all .1s ease-out!important;transition:all .1s ease-out!important}.menu-open .avatar{opacity:1;filter:alpha(opacity=100);-webkit-transform:translateZ(0) rotate(0) scale(1)!important;transform:translateZ(0) rotate(0) scale(1)!important;-webkit-transition:all .3s ease-out!important;transition:all .3s ease-out!important}.spin{-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;-webkit-transform:translateZ(0) rotate(0) scale(0)!important;transform:translateZ(0) rotate(0) scale(0)!important;-webkit-transition:all .3s ease-out!important;transition:all .3s ease-out!important}.spin.on{-webkit-transform:translateZ(0) rotate(-360deg) scale(1)!important;transform:translateZ(0) rotate(-360deg) scale(1)!important}.flap{-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;-webkit-transform:translateZ(0) rotateX(0) scale(0) translate(-120px)!important;transform:translateZ(0) rotateX(0) scale(0) translate(-120px)!important;-webkit-transition:all .5s ease-out!important;transition:all .5s ease-out!important}.flap.on{-webkit-transform:translateZ(0) rotateX(-720deg) scale(1) translate(0)!important;transform:translateZ(0) rotateX(-720deg) scale(1) translate(0)!important;-webkit-transition:all .5s ease-out!important;transition:all .5s ease-out!important}.drop{-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;-webkit-transform:translateZ(0) scale(3)!important;transform:translateZ(0) scale(3)!important;-webkit-transition:all .5s ease-out!important;transition:all .5s ease-out!important}.drop.on{-webkit-transform:translateZ(0) scale(1)!important;transform:translateZ(0) scale(1)!important;-webkit-transition:all .5s ease-out!important;transition:all .5s ease-out!important}.flip{-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important;-webkit-transform:translateZ(0) rotateY(0) scale(0)!important;transform:translateZ(0) rotateY(0) scale(0)!important;-webkit-transition:all .5s ease-out!important;transition:all .5s ease-out!important}.flip.on{-webkit-transform:translateZ(0) rotateY(-720deg) scale(1)!important;transform:translateZ(0) rotateY(-720deg) scale(1)!important;-webkit-transition:all .5s ease-out!important;transition:all .5s ease-out!important}.bold{font-weight:700}.static{position:static}.pull-left{float:left}.pull-right{float:right}.double-padding,.ionic-content.double-padding{padding:16px}.double-padding-x{padding-left:16px;padding-right:16px}.double-padding-y{padding-top:16px;padding-bottom:16px}.outline{border-style:solid;border-width:1px}.border-top{border-top:solid 1px #ccc;padding-top:30px}.no-border{border:none}.circle{border-radius:50%}.bar.no-padding,.button-bar.no-padding,.button.no-padding,.card.no-padding,.item.no-padding,.list.no-padding,.no-padding{padding:0}.flat,.flat.button,.flat.button.icon,.flat.hero,.flat.tabs{box-shadow:none;-webkit-box-shadow:none}.im-wrapper,.padding{padding:16px!important}.padding-bottom{padding-bottom:16px!important}.padding-top{padding-top:16px!important}.padding-left{padding-left:16px!important}.padding-right{padding-right:16px!important}.no-padding-bottom{padding-bottom:0!important}.no-padding-top{padding-top:0!important}.no-padding-left{padding-left:0!important}.no-padding-right{padding-right:0!important}.z1{box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.bar.bar-positive.darker{background-color:#164FAB}.bar.bar-positive.dark-positive-bg{background-color:#2C5CAD}.muted{color:#C3C3C3}.clear-bg{background:0 0}.animate-blinds .item{-ms-transform:scale3d(.8,0,1);-webkit-transform:scale3d(.8,0,1);transform:scale3d(.8,0,1);-webkit-transition:-webkit-transform .3s cubic-bezier(.55,0,.1,1);transition:transform .3s cubic-bezier(.55,0,.1,1)}.animate-blinds .item-bg-image>img.background{box-shadow:none;-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.animate-blinds .in,.animate-blinds.done>*{-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.animate-blinds .in,.animate-blinds.done .item{visibility:visible}.animate-blinds .item{visibility:hidden;opacity:0;filter:alpha(opacity=0)}.animate-blinds .in,.animate-blinds.done{-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1;filter:alpha(opacity=100);visibility:visible}.animate-blinds.done .in{opacity:1;filter:alpha(opacity=100)}.animate-blinds .has-mask-reverse:after{opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.animate-blinds.done .has-mask-reverse:after{opacity:1;filter:alpha(opacity=100)}.animate-blinds .out{-ms-transform:scale3d(0,0,1);-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1)}.animate-pan-in-left{background-position:0 0}.animate-ripple .item-bg-image img.background{box-shadow:none;-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.animate-ripple .item{-ms-transform:scale3d(0,0,1);-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1);opacity:0;filter:alpha(opacity=0)}.animate-ripple .item.in{opacity:1;filter:alpha(opacity=100)}.animate-ripple .done{visibility:hidden;-ms-transform:scale3d(.8,0,1);-webkit-transform:scale3d(.8,0,1);transform:scale3d(.8,0,1);-webkit-transition:-webkit-transform .3s cubic-bezier(.55,0,.1,1);transition:transform .3s cubic-bezier(.55,0,.1,1)}.animate-ripple .in,.animate-ripple.done{-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;visibility:visible}.animate-ripple.done .in{opacity:1;filter:alpha(opacity=100)}.animate-ripple .has-mask-reverse:after{opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.animate-ripple.done .has-mask-reverse:after{opacity:1;filter:alpha(opacity=100)}.animate-ripple .out{-ms-transform:scale3d(0,0,1);-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1)}.animate-fade-slide-in .item{-ms-transform:scale3d(.8,0,1);-webkit-transform:scale3d(.8,0,1);transform:scale3d(.8,0,1)}.animate-fade-slide-in .item-bg-image img.background{box-shadow:none;-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.animate-fade-slide-in .in,.animate-fade-slide-in.done .item{-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:visible}.list .item.item-bg-image{max-height:150px}.animate-fade-slide-in .item{visibility:hidden;-ms-transform:translate3d(-250px,250px,0);-webkit-transform:translate3d(-250px,250px,0);transform:translate3d(-250px,250px,0);-webkit-transition:-webkit-transform .5s cubic-bezier(.55,0,.1,1);transition:transform .5s cubic-bezier(.55,0,.1,1);opacity:0;filter:alpha(opacity=0)}.animate-fade-slide-in .in,.animate-fade-slide-in.done{-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;opacity:1;filter:alpha(opacity=100);visibility:visible}.animate-fade-slide-in.done .in{opacity:1;filter:alpha(opacity=100)}.animate-fade-slide-in .has-mask-reverse:after{opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.animate-fade-slide-in.done .has-mask-reverse:after{opacity:1;filter:alpha(opacity=100)}.animate-fade-slide-in .out{-ms-transform:scale3d(0,0,1);-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1)}.animate-fade-slide-in-right .item{-ms-transform:scale3d(.8,0,1);-webkit-transform:scale3d(.8,0,1);transform:scale3d(.8,0,1)}.animate-fade-slide-in-right .item-bg-image>img.background{box-shadow:none;-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.animate-fade-slide-in-right .in,.animate-fade-slide-in-right.done>*{-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.animate-fade-slide-in-right .in,.animate-fade-slide-in-right.done .item{visibility:visible}.animate-fade-slide-in-right .item{visibility:hidden;-ms-transform:translate3d(250px,250px,0);-webkit-transform:translate3d(250px,250px,0);transform:translate3d(250px,250px,0);-webkit-transition:-webkit-transform .5s cubic-bezier(.55,0,.1,1);transition:transform .5s cubic-bezier(.55,0,.1,1);opacity:0;filter:alpha(opacity=0)}.animate-fade-slide-in-right .in,.animate-fade-slide-in-right.done{-ms-transform:scale3d(1,1,1);-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:1;filter:alpha(opacity=100);visibility:visible}.animate-fade-slide-in-right.done .in{opacity:1;filter:alpha(opacity=100)}.animate-fade-slide-in-right .has-mask-reverse:after{opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.animate-fade-slide-in-right.done .has-mask-reverse:after{opacity:1;filter:alpha(opacity=100)}.animate-fade-slide-in-right .out{-ms-transform:scale3d(0,0,1);-webkit-transform:scale3d(0,0,1);transform:scale3d(0,0,1)}.hero.slide-up,.slide-up{height:100%;overflow:hidden;text-align:center}.slide-up{-webkit-transition:all 1s cubic-bezier(.55,0,.1,1);transition:all 1s cubic-bezier(.55,0,.1,1);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.hero.slide-up *,.slide-up *{opacity:0;filter:alpha(opacity=0)}.hero.slide-up+.mid-bar,.slide-up+.mid-bar{height:100%;opacity:.7;filter:alpha(opacity=70);-webkit-transform:translate3d(100%,-240px,0);transform:translate3d(100%,-240px,0)}/*!
* Waves v0.5.4
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Forked by Zach Fitzgerald and other contributors for Ionic Material
*
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
*
*/.button-clear,.button-fab,.button-flat,.button-raised,.ink,.popup .button{position:relative;cursor:pointer;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.ink-ripple{position:absolute;border-radius:50%;width:100px;height:100px;margin-top:-50px;margin-left:-50px;opacity:0;background-color:rgba(255,255,255,.4);-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;-o-transition:all .5s ease-out;transition:all .5s ease-out;-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform,opacity;-o-transition-property:-o-transform,opacity;transition-property:transform,opacity;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0);pointer-events:none}.ink-notransition{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;transition:none!important}.button-clear,.button-fab,.button-flat,.button-raised,.ink-button,.ink-circle{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0)}.button-clear.activated,.button-clear:active,.button-fab.activated,.button-fab:active,.button-flat.activated,.button-flat:active,.button-raised.activated,.button-raised:active,.ink-button.activated,.ink-button:active,.ink-circle.activated,.ink-circle:active,.ink.activated,.ink:active,.popup .button.activated,.popup .button:active{-webkit-mask-image:-webkit-radial-gradient(circle,#fff 100%,#000 100%)}.button-clear,.button-clear:link,.button-clear:visited,.button-fab,.button-fab:link,.button-fab:visited,.button-flat,.button-flat:link,.button-flat:visited,.button-raised,.button-raised:link,.button-raised:visited,.ink-button,.ink-button-input,.ink-button:link,.ink-button:visited{white-space:nowrap;vertical-align:middle;cursor:pointer;border:none;outline:0;font-size:14px;text-align:center;text-decoration:none;z-index:1}.ink-button{padding:10px 15px;border-radius:2px}.ink-button-input{margin:0;padding:10px 15px}.ink-input-wrapper{border-radius:2px;vertical-align:bottom}.ink-input-wrapper.ink-button{padding:0}.ink-input-wrapper .ink-button-input{position:relative;top:0;left:0;z-index:1}.ink-circle{text-align:center;width:2.5em;height:2.5em;line-height:2.5em;border-radius:50%}.ink-float{-webkit-mask-image:none;-webkit-box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12);box-shadow:0 1px 1.5px 1px rgba(0,0,0,.12)}.ink-float:active{-webkit-box-shadow:0 8px 20px 1px rgba(0,0,0,.3);box-shadow:0 8px 20px 1px rgba(0,0,0,.3)}.ink-block{display:block}.ink-ripple{z-index:0}.button-clear .ink-ripple,.ink-dark .ink-ripple,.list .ink-ripple,[class$="-clear"]>.ink-ripple,[class$="-light"]>.ink-ripple,[class$="-stable"]>.ink-ripple,[class$="-100"]>.ink-ripple{background-color:rgba(0,0,0,.2)}.tab-item{position:relative}*{font-family:RobotoDraft,Roboto,"Helvetica Neue","Segoe UI",sans-serif}.rounded{border-radius:4px}a{cursor:pointer}.has-header.expanded{top:76px}.bar{border-bottom:none;padding:0}.bar .button{min-height:44px;min-width:44px;max-width:48px;margin-bottom:0;max-height:44px;width:48px}.bar .title+.buttons.buttons-right{right:0;top:0}.title-left,.title-right,.title.title-left,.title.title-right{left:48px}.bar .button-positive,.bar .button-positive.activated,.bar .button-positive:active,.bar .button-positive:hover,.bar-positive,.bar-positive.activated,.bar-positive:active,.bar-positive:hover,.button-bar-positive,.button-bar-positive.activated,.button-bar-positive:active,.button-bar-positive:hover,.button-positive,.button-positive.activated,.button-positive:active,.button-positive:hover,.header-positive,.header-positive.activated,.header-positive:active,.header-positive:hover,.positive-bg,.positive-bg.activated,.positive-bg:active,.positive-bg:hover,.positive-border,.positive-border.activated,.positive-border:active,.positive-border:hover{background-color:#3F51B5;color:#fff}.bar .button-positive-900,.bar .button-positive-900.activated,.bar .button-positive-900:active,.bar .button-positive-900:hover,.bar-positive-900,.bar-positive-900.activated,.bar-positive-900:active,.bar-positive-900:hover,.button-bar-positive-900,.button-bar-positive-900.activated,.button-bar-positive-900:active,.button-bar-positive-900:hover,.button-positive-900,.button-positive-900.activated,.button-positive-900:active,.button-positive-900:hover,.header-positive-900,.header-positive-900.activated,.header-positive-900:active,.header-positive-900:hover,.positive-900-bg,.positive-900-bg.activated,.positive-900-bg:active,.positive-900-bg:hover,.positive-900-border,.positive-900-border.activated,.positive-900-border:active,.positive-900-border:hover{background-color:#1A237E;color:#fff}.bar .button-positive-100,.bar .button-positive-100.activated,.bar .button-positive-100:active,.bar .button-positive-100:hover,.bar-positive-100,.bar-positive-100.activated,.bar-positive-100:active,.bar-positive-100:hover,.button-bar-positive-100,.button-bar-positive-100.activated,.button-bar-positive-100:active,.button-bar-positive-100:hover,.button-positive-100,.button-positive-100.activated,.button-positive-100:active,.button-positive-100:hover,.header-positive-100,.header-positive-100.activated,.header-positive-100:active,.header-positive-100:hover,.positive-100-bg,.positive-100-bg.activated,.positive-100-bg:active,.positive-100-bg:hover,.positive-100-border,.positive-100-border.activated,.positive-100-border:active,.positive-100-border:hover{background-color:#C5CAE9;color:#fff}.bar .button-calm,.bar .button-calm.activated,.bar .button-calm:active,.bar .button-calm:hover,.bar-calm,.bar-calm.activated,.bar-calm:active,.bar-calm:hover,.button-bar-calm,.button-bar-calm.activated,.button-bar-calm:active,.button-bar-calm:hover,.button-calm,.button-calm.activated,.button-calm:active,.button-calm:hover,.calm-bg,.calm-bg.activated,.calm-bg:active,.calm-bg:hover,.calm-border,.calm-border.activated,.calm-border:active,.calm-border:hover,.header-calm,.header-calm.activated,.header-calm:active,.header-calm:hover{background-color:#2196F3;color:#fff}.bar .button-calm-900,.bar .button-calm-900.activated,.bar .button-calm-900:active,.bar .button-calm-900:hover,.bar-calm-900,.bar-calm-900.activated,.bar-calm-900:active,.bar-calm-900:hover,.button-bar-calm-900,.button-bar-calm-900.activated,.button-bar-calm-900:active,.button-bar-calm-900:hover,.button-calm-900,.button-calm-900.activated,.button-calm-900:active,.button-calm-900:hover,.calm-900-bg,.calm-900-bg.activated,.calm-900-bg:active,.calm-900-bg:hover,.calm-900-border,.calm-900-border.activated,.calm-900-border:active,.calm-900-border:hover,.header-calm-900,.header-calm-900.activated,.header-calm-900:active,.header-calm-900:hover{background-color:#0D47A1;color:#fff}.bar .button-calm-100,.bar .button-calm-100.activated,.bar .button-calm-100:active,.bar .button-calm-100:hover,.bar-calm-100,.bar-calm-100.activated,.bar-calm-100:active,.bar-calm-100:hover,.button-bar-calm-100,.button-bar-calm-100.activated,.button-bar-calm-100:active,.button-bar-calm-100:hover,.button-calm-100,.button-calm-100.activated,.button-calm-100:active,.button-calm-100:hover,.calm-100-bg,.calm-100-bg.activated,.calm-100-bg:active,.calm-100-bg:hover,.calm-100-border,.calm-100-border.activated,.calm-100-border:active,.calm-100-border:hover,.header-calm-100,.header-calm-100.activated,.header-calm-100:active,.header-calm-100:hover{background-color:#BBDEFB;color:#fff}.bar .button-royal,.bar .button-royal.activated,.bar .button-royal:active,.bar .button-royal:hover,.bar-royal,.bar-royal.activated,.bar-royal:active,.bar-royal:hover,.button-bar-royal,.button-bar-royal.activated,.button-bar-royal:active,.button-bar-royal:hover,.button-royal,.button-royal.activated,.button-royal:active,.button-royal:hover,.header-royal,.header-royal.activated,.header-royal:active,.header-royal:hover,.royal-bg,.royal-bg.activated,.royal-bg:active,.royal-bg:hover,.royal-border,.royal-border.activated,.royal-border:active,.royal-border:hover{background-color:#673AB7;color:#fff}.bar .button-royal-900,.bar .button-royal-900.activated,.bar .button-royal-900:active,.bar .button-royal-900:hover,.bar-royal-900,.bar-royal-900.activated,.bar-royal-900:active,.bar-royal-900:hover,.button-bar-royal-900,.button-bar-royal-900.activated,.button-bar-royal-900:active,.button-bar-royal-900:hover,.button-royal-900,.button-royal-900.activated,.button-royal-900:active,.button-royal-900:hover,.header-royal-900,.header-royal-900.activated,.header-royal-900:active,.header-royal-900:hover,.royal-900-bg,.royal-900-bg.activated,.royal-900-bg:active,.royal-900-bg:hover,.royal-900-border,.royal-900-border.activated,.royal-900-border:active,.royal-900-border:hover{background-color:#311B92;color:#fff}.bar .button-royal-100,.bar .button-royal-100.activated,.bar .button-royal-100:active,.bar .button-royal-100:hover,.bar-royal-100,.bar-royal-100.activated,.bar-royal-100:active,.bar-royal-100:hover,.button-bar-royal-100,.button-bar-royal-100.activated,.button-bar-royal-100:active,.button-bar-royal-100:hover,.button-royal-100,.button-royal-100.activated,.button-royal-100:active,.button-royal-100:hover,.header-royal-100,.header-royal-100.activated,.header-royal-100:active,.header-royal-100:hover,.royal-100-bg,.royal-100-bg.activated,.royal-100-bg:active,.royal-100-bg:hover,.royal-100-border,.royal-100-border.activated,.royal-100-border:active,.royal-100-border:hover{background-color:#D1C4E9;color:#fff}.balanced-bg,.balanced-bg.activated,.balanced-bg:active,.balanced-bg:hover,.balanced-border,.balanced-border.activated,.balanced-border:active,.balanced-border:hover,.bar .button-balanced,.bar .button-balanced.activated,.bar .button-balanced:active,.bar .button-balanced:hover,.bar-balanced,.bar-balanced.activated,.bar-balanced:active,.bar-balanced:hover,.button-balanced,.button-balanced.activated,.button-balanced:active,.button-balanced:hover,.button-bar-balanced,.button-bar-balanced.activated,.button-bar-balanced:active,.button-bar-balanced:hover,.header-balanced,.header-balanced.activated,.header-balanced:active,.header-balanced:hover{background-color:#4CAF50;color:#fff}.balanced-900-bg,.balanced-900-bg.activated,.balanced-900-bg:active,.balanced-900-bg:hover,.balanced-900-border,.balanced-900-border.activated,.balanced-900-border:active,.balanced-900-border:hover,.bar .button-balanced-900,.bar .button-balanced-900.activated,.bar .button-balanced-900:active,.bar .button-balanced-900:hover,.bar-balanced-900,.bar-balanced-900.activated,.bar-balanced-900:active,.bar-balanced-900:hover,.button-balanced-900,.button-balanced-900.activated,.button-balanced-900:active,.button-balanced-900:hover,.button-bar-balanced-900,.button-bar-balanced-900.activated,.button-bar-balanced-900:active,.button-bar-balanced-900:hover,.header-balanced-900,.header-balanced-900.activated,.header-balanced-900:active,.header-balanced-900:hover{background-color:#1B5E20;color:#fff}.balanced-100-bg,.balanced-100-bg.activated,.balanced-100-bg:active,.balanced-100-bg:hover,.balanced-100-border,.balanced-100-border.activated,.balanced-100-border:active,.balanced-100-border:hover,.bar .balanced-100-bg:hover,.bar .button-balanced-100,.bar .button-balanced-100.activated,.bar .button-balanced-100:active,.bar-balanced-100,.bar-balanced-100.activated,.bar-balanced-100:active,.bar-balanced-100:hover,.button-balanced-100,.button-balanced-100.activated,.button-balanced-100:active,.button-balanced-100:hover,.button-bar-balanced-100,.button-bar-balanced-100.activated,.button-bar-balanced-100:active,.button-bar-balanced-100:hover,.header-balanced-100,.header-balanced-100.activated,.header-balanced-100:active,.header-balanced-100:hover{background-color:#C8E6C9;color:#fff}.bar .button-energized,.bar .button-energized.activated,.bar .button-energized:active,.bar .button-energized:hover,.bar-energized,.bar-energized.activated,.bar-energized:active,.bar-energized:hover,.button-bar-energized,.button-bar-energized.activated,.button-bar-energized:active,.button-bar-energized:hover,.button-energized,.button-energized.activated,.button-energized:active,.button-energized:hover,.energized-bg,.energized-bg.activated,.energized-bg:active,.energized-bg:hover,.energized-border,.energized-border.activated,.energized-border:active,.energized-border:hover,.header-energized,.header-energized.activated,.header-energized:active,.header-energized:hover{background-color:#FF9800;color:#fff}.bar .button-energized-900,.bar .button-energized-900.activated,.bar .button-energized-900:active,.bar .button-energized-900:hover,.bar-energized-900,.bar-energized-900.activated,.bar-energized-900:active,.bar-energized-900:hover,.button-bar-energized-900,.button-bar-energized-900.activated,.button-bar-energized-900:active,.button-bar-energized-900:hover,.button-energized-900,.button-energized-900.activated,.button-energized-900:active,.button-energized-900:hover,.energized-900-bg,.energized-900-bg.activated,.energized-900-bg:active,.energized-900-bg:hover,.energized-900-border,.energized-900-border.activated,.energized-900-border:active,.energized-900-border:hover,.header-energized-900,.header-energized-900.activated,.header-energized-900:active,.header-energized-900:hover{background-color:#E65100;color:#fff}.bar .button-energized-100,.bar .button-energized-100.activated,.bar .button-energized-100:active,.bar .button-energized-100:hover,.bar-energized-100,.bar-energized-100.activated,.bar-energized-100:active,.bar-energized-100:hover,.button-bar-energized-100,.button-bar-energized-100.activated,.button-bar-energized-100:active,.button-bar-energized-100:hover,.button-energized-100,.button-energized-100.activated,.button-energized-100:active,.button-energized-100:hover,.energized-100-bg,.energized-100-bg.activated,.energized-100-bg:active,.energized-100-bg:hover,.energized-100-border,.energized-100-border.activated,.energized-100-border:active,.energized-100-border:hover,.header-energized-100,.header-energized-100.activated,.header-energized-100:active,.header-energized-100:hover{background-color:#FFE0B2}.assertive-bg,.assertive-bg.activated,.assertive-bg:active,.assertive-bg:hover,.assertive-border,.assertive-border.activated,.assertive-border:active,.assertive-border:hover,.bar .button-assertive,.bar .button-assertive.activated,.bar .button-assertive:active,.bar .button-assertive:hover,.bar-assertive,.bar-assertive.activated,.bar-assertive:active,.bar-assertive:hover,.button-assertive,.button-assertive.activated,.button-assertive:active,.button-assertive:hover,.button-bar-assertive,.button-bar-assertive.activated,.button-bar-assertive:active,.button-bar-assertive:hover,.header-assertive,.header-assertive.activated,.header-assertive:active,.header-assertive:hover{background-color:#F44336;color:#fff}.assertive-900-bg,.assertive-900-bg.activated,.assertive-900-bg:active,.assertive-900-bg:hover,.assertive-900-border,.assertive-900-border.activated,.assertive-900-border:active,.assertive-900-border:hover,.bar .button-assertive-900,.bar .button-assertive-900.activated,.bar .button-assertive-900:active,.bar .button-assertive-900:hover,.bar-assertive-900,.bar-assertive-900.activated,.bar-assertive-900:active,.bar-assertive-900:hover,.button-assertive-900,.button-assertive-900.activated,.button-assertive-900:active,.button-assertive-900:hover,.button-bar-assertive-900,.button-bar-assertive-900.activated,.button-bar-assertive-900:active,.button-bar-assertive-900:hover,.header-assertive-900,.header-assertive-900.activated,.header-assertive-900:active,.header-assertive-900:hover{background-color:#B71C1C;color:#fff}.assertive-100-bg,.assertive-100-bg.activated,.assertive-100-bg:active,.assertive-100-bg:hover,.assertive-100-border,.assertive-100-border.activated,.assertive-100-border:active,.assertive-100-border:hover,.bar .button-assertive-100,.bar .button-assertive-100.activated,.bar .button-assertive-100:active,.bar .button-assertive-100:hover,.bar-assertive-100,.bar-assertive-100.activated,.bar-assertive-100:active,.bar-assertive-100:hover,.button-assertive-100,.button-assertive-100.activated,.button-assertive-100:active,.button-assertive-100:hover,.button-bar-assertive-100,.button-bar-assertive-100.activated,.button-bar-assertive-100:active,.button-bar-assertive-100:hover,.header-assertive-100,.header-assertive-100.activated,.header-assertive-100:active,.header-assertive-100:hover{background-color:#FFCDD2;color:#fff}.bar .button-stable,.bar .button-stable.activated,.bar .button-stable:active,.bar .button-stable:hover,.bar-stable,.bar-stable.activated,.bar-stable:active,.bar-stable:hover,.button-bar-stable,.button-bar-stable.activated,.button-bar-stable:active,.button-bar-stable:hover,.button-stable,.button-stable.activated,.button-stable:active,.button-stable:hover,.header-stable,.header-stable.activated,.header-stable:active,.header-stable:hover,.stable-bg,.stable-bg.activated,.stable-bg:active,.stable-bg:hover,.stable-border,.stable-border.activated,.stable-border:active,.stable-border:hover{background-color:#E0E0E0;color:#fff}.positive,.positive *,.positive-900,.positive-900 *,.positive-900:active,.positive-900:active *,.positive-900:hover,.positive-900:hover *,.positive:active,.positive:active *,.positive:hover,.positive:hover *{color:#3F51B5}.positive-100,.positive-100 *,.positive-100:active,.positive-100:active *,.positive-100:hover,.positive-100:hover *{color:#C5CAE9}.calm-900,.calm-900 *,.calm-900:active,.calm-900:active *,.calm-900:hover,.calm-900:hover *{color:#0D47A1}.calm-100,.calm-100 *,.calm-100:active,.calm-100:active *,.calm-100:hover,.calm-100:hover *{color:#BBDEFB}.royal,.royal *,.royal:active,.royal:active *,.royal:hover,.royal:hover *{color:#673AB7}.royal-900,.royal-900 *,.royal-900:active,.royal-900:active *,.royal-900:hover,.royal-900:hover *{color:#311B92}.royal-100,.royal-100 *,.royal-100:active,.royal-100:active *,.royal-100:hover,.royal-100:hover *{color:#D1C4E9}.balanced,.balanced *,.balanced:active,.balanced:active *,.balanced:hover,.balanced:hover *{color:#4CAF50}.balanced-900,.balanced-900 *,.balanced-900:active,.balanced-900:active *,.balanced-900:hover,.balanced-900:hover *{color:#1B5E20}.balanced-100,.balanced-100 *,.balanced-100:active,.balanced-100:active *,.balanced-100:hover,.balanced-100:hover *{color:#C8E6C9}.energized,.energized *,.energized:active,.energized:active *,.energized:hover,.energized:hover *{color:#FF9800}.energized-900,.energized-900 *,.energized-900:active,.energized-900:active *,.energized-900:hover,.energized-900:hover *{color:#E65100}.energized-100,.energized-100 *,.energized-100:active,.energized-100:active *,.energized-100:hover,.energized-100:hover *{color:#FFE0B2}.assertive,.assertive *,.assertive:active,.assertive:active *,.assertive:hover,.assertive:hover *{color:#F44336}.assertive-900,.assertive-900 *,.assertive-900:active,.assertive-900:active *,.assertive-900:hover,.assertive-900:hover *{color:#B71C1C}.assertive-100,.assertive-100 *,.assertive-100:active,.assertive-100:active *,.assertive-100:hover,.assertive-100:hover *{color:#FFCDD2}.stable,.stable *,.stable:active,.stable:active *,.stable:hover,.stable:hover *{color:#E0E0E0}.light,.light *,.light:active,.light:active *,.light:hover,.light:hover *{color:#fff}.dark,.dark *,.dark:active,.dark:active *,.dark:hover,.dark:hover *{color:#444}.light-border{border-color:#ddd}.navbar-default .navbar-nav>li>a{margin:0;padding-right:26px;padding-left:26px;border-top:3px solid transparent;color:#BFD5C9;opacity:1}.mid-bar{padding:16px}.mid-bar h1,.mid-bar h2,.mid-bar h3,.mid-bar h4,.mid-bar h5,.mid-bar h6{color:#fff;margin-bottom:5px}.mid-bar p{color:rgba(255,255,255,.5);margin-bottom:0}.card>.item-avatar,.item-avatar,.item-avatar .item-content,.item-avatar-left,.item-avatar-left .item-content{padding-left:95px}.item,.item-complex .item-content,.item-radio .item-content{background-color:transparent}.dark-bg h2,.item.dark-bg h2{color:#fff}.tabs-striped .tabs{box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.bar .button.button-clear{color:#fff}.bar .button.button-icon .icon:before,.bar .button.button-icon.icon-left:before,.bar .button.button-icon.icon-right:before,.bar .button.button-icon:before{vertical-align:top;font-size:24px}.menu{background-color:transparent}.button-icon.button.activated,.button-icon.button.active{opacity:initial}.popover{opacity:0;position:absolute;right:8px;transform:translate(50%,-50%) scale(0,0);transition:transform .3s ease-in-out,opacity .3s ease-in-out;top:8px}.popover.ng-enter{opacity:1;transform:translate(0,-14px) scale(1,1);transition:transform .3s ease-in-out,opacity .3s ease-in-out}.popover.ng-leave{opacity:0;transform:translate(50%,-50%) scale(0,0);transition:transform .3s ease-in-out,opacity .3s ease-in-out}.button{overflow:hidden!important}
/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImRpcmVjdGl2ZXMvbWQtbGFiZWwuc2NzcyIsImVsZW1lbnRzL2Jhci1oZWFkZXItZXhwYW5kZWQuc2NzcyIsImVsZW1lbnRzL2Jhci5zY3NzIiwiZWxlbWVudHMvYnV0dG9uLWJhci5zY3NzIiwiZWxlbWVudHMvYnV0dG9uLWZhYi5zY3NzIiwiZWxlbWVudHMvYnV0dG9uLWZsb2F0aW5nLnNjc3MiLCJlbGVtZW50cy9idXR0b24uc2NzcyIsImVsZW1lbnRzL2NhcmQuc2NzcyIsImVsZW1lbnRzL2hlcm8uc2NzcyIsImVsZW1lbnRzL2l0ZW0uc2NzcyIsImVsZW1lbnRzL2xpc3Quc2NzcyIsImVsZW1lbnRzL2xvYWRpbmcuc2NzcyIsImVsZW1lbnRzL2xvZ2luLnNjc3MiLCJlbGVtZW50cy9tYXNrLnNjc3MiLCJlbGVtZW50cy9tZW51LnNjc3MiLCJlbGVtZW50cy9tb3Rpb24tZWxlbWVudHMuc2NzcyIsImhlbHBlcnMvdXRpbGl0aWVzLnNjc3MiLCJtb3Rpb24vYmxpbmRzLnNjc3MiLCJtb3Rpb24vcGFuLWluLWxlZnQuc2NzcyIsIm1vdGlvbi9yaXBwbGUuc2NzcyIsIm1vdGlvbi9zbGlkZS1mYWRlLWluLnNjc3MiLCJtb3Rpb24vc2xpZGUtaW4tcmlnaHQuc2NzcyIsIm1vdGlvbi9zbGlkZS11cC5zY3NzIiwib3ZlcnJpZGVzL2luay5zY3NzIiwib3ZlcnJpZGVzL2lvbmljLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBSUEsZUFDSSxjQUNBLGVBQ0EsZ0JBQ0EsaUJBQ0Esa0JBQ0EsaUJBRVcsNEJBQ1gsa0JBRUEsVUFDQSxrREFDQSwwQ0FDQSxnQ0FDQSx3QkFDQSxXQUNBLFdBQ0EseUJBQ0EsMkJBQ0EsdUJBQ0EsbUJBRVcscUJBQ1gsZ0NBQ0EsU0FDQSxXQUNBLHNCQUNBLGtCQUNBLGtCQUNBLFVBRVcsMEJBQ1gsa0JBQ0EsU0FDQSxXQUNBLE9BQ0EsV0FDQSx5Q0FDQSxpQ0FDQSxpQ0FDQSx5QkFDQSxVQUVXLGdDQUNYLGdCQUVXLGlD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QUpBLGdCQUNBLGtCQUhJLGNBcUJVLGNBQ2QsZ0JBS0EscUJBQ0EsdUJBSkEsb0JBQ0Esc0JBSEksY0FxQk0sVUFDVixZQUtBLGlCQUNBLG1CQUpBLGdCQUNBLGtCQUhJLGNBVU0sVUFDVixZQUtBLGlCQUNBLG1CQUpBLGdCQUNBLGtCQUhJLGNBVUcsT0FDUCxTQUtBLGNBQ0EsZ0JBSkEsYUFDQSxlQUhJLGNBVU8sV0FDWCxhQUtBLGtCQUNBLG9CQUpBLGlCQUNBLG1CQUhJLGNBVU8sV0FDWCxhQUtBLGtCQUNBLG9CQUpBLGlCQUNBLG1CQUhJLGNBVU0sVUFDVixZQUtBLGlCQUNBLG1CQUpBLGdCQUNBLGtCQUhJLGNBVVUsY0FDZCxnQkFLQSxxQkFDQSx1QkFKQSxvQkFDQSxzQkFISSxjQVVVLGNBQ2QsZ0JBS0EscUJBQ0EsdUJBSkEsb0JBQ0Esc0JBSEksY0FVTyxXQUNYLGFBS0Esa0JBQ0Esb0JBSkEsaUJBQ0EsbUJBSEksY0FVVyxlQUNmLGlCQUtBLHNCQUNBLHdCQUpBLHFCQUNBLHVCQUhJLGNBVVcsZUFDZixpQkFLQSxzQkFDQSx3QkFKQSxxQkFDQSx1QkFISSxjQVVPLFdBQ1gsYUFLQSxrQkFDQSxvQkFKQSxpQkFDQSxtQkFISSxjQVVXLGVBQ2YsaUJBS0Esc0JBQ0Esd0JBSkEscUJBQ0EsdUJBSEksY0FVVyxlQUNmLGlCQUtBLHNCQUNBLHdCQUpBLHFCQUNBLHVCQUhJLGNBVUksUUFDUixVQUtBLGVBQ0EsaUJBSkEsY0FDQSxnQkFISSxjQVVHLE9BQ1AsU0FLQSxjQUNBLGdCQUpBLGFBQ0EsZUFISSxXQVVFLE1BQ04sUUFLQSxhQUNBLGVBSkEsWUFDQSxjQUhJLFdBU0osY0FDSSxrQkFHK0IsaUNBQy9CLFNBQ0EsbUJBQ0Esa0JBQ0EsaUNBQ0EsY0FDQSxVQU9KLFNBQ0ksYUFRSyxZQUNULFlBQ0EsWUFDQSxZQUNBLFlBQ0EsWUFKSSxXQUNBLGtCQUdLLFdBQ0wsMkJBQ0EsZ0JBY0osbUJBSlEsYUFDUiwyQkFDQSxrQkFDQSxnQ0FGSSxrQkFLUSxNQUNaLDRCQUNBLDBCQURJLDZCQUlVLFlBQ2QsaUJBQUksV0FHVSxvQkFDVix1Q0FHUSwwQkFDUixXQU1vQixzQ0FDeEIsMENBQ0EsMkNBQ0EsZ0NBRkksbUJBQ0EsZUFHSixNQUNJLDZCQUtKLDhCQURtQiwyQkFDZixnQkFNSixTQUNJLFVBQ0Esa0JBQ0EsVUFDQSx5Q0FDQSw2REFDQSxRQUVJLGtCQUNKLFVBQ0Esd0NBQ0EsNkRBR0ksa0JBQ0osVUFDQSx5Q0FDQSw2REFNSixRQUNJIiwiZmlsZSI6ImlvbmljLm1hdGVyaWFsLm1pbi5jc3MiLCJzb3VyY2VzQ29udGVudCI6W10sInNvdXJjZVJvb3QiOiIvc291cmNlLyJ9 */
\ No newline at end of file
Source diff could not be displayed: it is too large. Options to address this: view the blob.
File deleted
Source diff could not be displayed: it is too large. Options to address this: view the blob.
File deleted
File deleted
File deleted
<?xml version="1.0" encoding="UTF-8" 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">
<defs>
<font id="RobotoDraft-Black" horiz-adv-x="1186">
<font-face underline-position="-100" font-weight="900" descent="-512" panose-1="2 0 0 0 0 0 0 0 0 0" units-per-em="2048" unicode-range="U+000D-2212" bbox="-125 -472 1920 1932" x-height="1082" underline-thickness="100" font-family="RobotoDraft Black" ascent="1536" cap-height="1456"/>
<missing-glyph d="M808 0h-708v1456h708v-1456zM754 84v1287l-274 -643zM154 1359v-1263l268 632zM194 54h515l-258 606zM451 796l258 606h-515z" horiz-adv-x="908"/>
<glyph glyph-name="f_i.liga" horiz-adv-x="1302" unicode="fi" d="M173 0v848h-157v234h157v36q3 216 142 331q132 108 369 108q149 0 352 -58l-46 -266l-56 15q-109 29 -230 29q-193 0 -193 -176v-19h212v-234h-212v-848h-338zM1191 0h-339v1082h339v-1082z"/>
<glyph glyph-name="f_l.liga" horiz-adv-x="1298" unicode="fl" d="M848 1290q-86 7 -145 7q-196 0 -196 -153v-62h211v-234h-211v-848h-338v848h-157v234h157v70q1 194 125.5 299.5t356.5 105.5q165 0 536 -21v-1536h-339v1290z"/>
<glyph glyph-name=".notdef" d="M808 0h-708v1456h708v-1456zM754 84v1287l-274 -643zM154 1359v-1263l268 632zM194 54h515l-258 606zM451 796l258 606h-515z" horiz-adv-x="908"/>
<glyph glyph-name="uni0000" horiz-adv-x="0"/>
<glyph glyph-name="glyph2" horiz-adv-x="0"/>
<glyph glyph-name="uni000D" horiz-adv-x="510" unicode=" "/>
<glyph glyph-name="space" horiz-adv-x="510" unicode=" "/>
<glyph glyph-name="exclam" horiz-adv-x="565" unicode="!" d="M429 461h-273l-43 995h359zM103 151q0 74 53.5 121.5t133.5 47.5t133.5 -47.5t53.5 -121.5t-53.5 -121.5t-133.5 -47.5t-133.5 47.5t-53.5 121.5z"/>
<glyph glyph-name="quotedbl" horiz-adv-x="649" unicode='&quot;' d="M255 1398l-43 -429h-187v568h230v-139zM606 1398l-43 -429h-185v568h228v-139z"/>
<glyph glyph-name="numbersign" horiz-adv-x="1190" unicode="#" d="M612 410h-161l-67 -410h-199l67 410h-222v183h252l44 264h-221v183h251l69 416h198l-68 -416h161l69 416h199l-69 -416h231v-183h-261l-44 -264h229v-183h-259l-67 -410h-199zM481 593h161l44 264h-161z"/>
<glyph glyph-name="dollar" d="M760 386q0 79 -39 124t-137 85t-181 81t-143 95t-92 125t-32 172q0 169 114 278.5t304 127.5v211h159v-215q183 -27 287.5 -150.5t104.5 -313.5h-338q0 104 -40 160t-114 56q-66 0 -102.5 -41.5t-36.5 -114.5q0 -74 42 -117.5t135 -83t175.5 -82t142.5 -96.5t94 -126 t34 -173q0 -171 -108.5 -279t-295.5 -126v-201h-159v202q-218 23 -334.5 149.5t-116.5 333.5h337q0 -114 50.5 -173.5t143.5 -59.5q68 0 107 40.5t39 111.5z" unicode="$"/>
<glyph glyph-name="percent" horiz-adv-x="1520" unicode="%" d="M90 1176q0 135 88 218t236 83q150 0 237 -82.5t87 -223.5v-72q0 -135 -87 -217t-235 -82q-147 0 -236.5 81.5t-89.5 223.5v71zM307 1099q0 -52 29 -84.5t80 -32.5q105 0 105 134v60q0 52 -28 85.5t-79 33.5q-49 0 -78 -32.5t-29 -88.5v-75zM782 357q0 136 88.5 218 t235.5 82q149 0 237 -81t88 -226v-70q0 -136 -87 -218t-236 -82q-147 0 -236.5 81.5t-89.5 223.5v72zM998 280q0 -47 32 -82.5t78 -35.5q97 0 105 92l1 103q0 53 -29 85.5t-79 32.5q-48 0 -77 -30.5t-31 -82.5v-82zM480 109l-157 79l711 1138l157 -79z"/>
<glyph glyph-name="ampersand" horiz-adv-x="1380" unicode="&amp;" d="M311 767q-59 84 -92.5 160t-33.5 157q0 176 114 284.5t298 108.5q165 0 273 -100.5t108 -249.5q0 -186 -205 -330l-76 -53l224 -257q55 110 55 241h283q0 -295 -136 -473l222 -255h-376l-68 77q-84 -50 -171.5 -74t-197.5 -24q-216 0 -346 113.5t-130 298.5 q0 101 51.5 183t200.5 191zM554 239q88 0 168 41l-262 298l-9 -6q-57 -70 -57 -158q0 -73 46 -124t114 -51zM476 1088q0 -70 76 -170l67 42q46 30 67 62t21 81q0 46 -32 80t-79 34q-56 0 -88 -35.5t-32 -93.5z"/>
<glyph glyph-name="quotesingle" horiz-adv-x="316" unicode="&apos;" d="M283 1374l-33 -413h-207v575h240v-162z"/>
<glyph glyph-name="parenleft" horiz-adv-x="723" unicode="(" d="M120 592q0 244 65 454t179.5 356t254.5 204l64 -166q-140 -103 -216.5 -321.5t-77.5 -512.5v-44q0 -301 76.5 -522t217.5 -324l-64 -166q-138 56 -254.5 204.5t-179.5 354.5t-65 438v45z"/>
<glyph glyph-name="parenright" horiz-adv-x="721" unicode=")" d="M626 564q0 -235 -69 -446t-190.5 -362.5t-262.5 -205.5l-64 166q139 104 215 320t79 497v61q0 301 -76.5 522t-217.5 324l64 166q140 -55 260.5 -203.5t190 -357t71.5 -437.5v-44z"/>
<glyph glyph-name="asterisk" horiz-adv-x="952" unicode="*" d="M352 956l-326 90l65 189l319 -131l-25 352h214l-26 -359l310 128l65 -191l-330 -90l219 -265l-173 -118l-183 294l-184 -284l-173 113z"/>
<glyph glyph-name="plus" horiz-adv-x="1094" unicode="+" d="M702 826h341v-289h-341v-391h-315v391h-342v289h342v380h315v-380z"/>
<glyph glyph-name="comma" horiz-adv-x="552" unicode="," d="M213 -392l-170 80l34 68q70 130 73 248v250h270l-1 -217q-1 -115 -59 -234t-147 -195z"/>
<glyph glyph-name="hyphen" horiz-adv-x="921" unicode="-" d="M753 497h-601v261h601v-261z"/>
<glyph glyph-name="period" horiz-adv-x="619" unicode="." d="M303 327q80 0 133 -47.5t53 -121.5t-53 -121.5t-133 -47.5q-81 0 -133.5 48t-52.5 121t52.5 121t133.5 48z"/>
<glyph glyph-name="slash" horiz-adv-x="719" unicode="/" d="M210 -125h-239l497 1581h240z"/>
<glyph glyph-name="zero" d="M1100 595q0 -295 -132.5 -455t-373.5 -160q-243 0 -376 161t-133 454v266q0 295 132.5 455t374.5 160t375 -161t133 -455v-265zM763 904q0 157 -41 234.5t-130 77.5q-87 0 -126.5 -72t-42.5 -218v-372q0 -163 41 -238.5t130 -75.5q86 0 127 73.5t42 230.5v360z" unicode="0"/>
<glyph glyph-name="one" d="M836 0h-338v1076l-332 -97v256l639 221h31v-1456z" unicode="1"/>
<glyph glyph-name="two" d="M1105 0h-1016v220l468 492q173 197 173 313q0 94 -41 143t-119 49q-77 0 -125 -65.5t-48 -163.5h-338q0 134 67 247.5t186 177.5t266 64q236 0 363.5 -109t127.5 -313q0 -86 -32 -167.5t-99.5 -171t-217.5 -239.5l-188 -217h573v-260z" unicode="2"/>
<glyph glyph-name="three" d="M397 869h159q189 0 189 185q0 72 -45 117.5t-127 45.5q-67 0 -116.5 -39t-49.5 -97h-337q0 115 64 205t177.5 140.5t249.5 50.5q243 0 382 -111t139 -305q0 -94 -57.5 -177.5t-167.5 -135.5q116 -42 182 -127.5t66 -211.5q0 -195 -150 -312t-394 -117q-143 0 -265.5 54.5 t-185.5 151t-63 219.5h339q0 -67 54 -116t133 -49q89 0 142 49.5t53 126.5q0 110 -55 156t-152 46h-164v251z" unicode="3"/>
<glyph glyph-name="four" d="M979 569h148v-260h-148v-309h-337v309h-563l-20 206l583 938v3h337v-887zM380 569h262v448l-21 -34z" unicode="4"/>
<glyph glyph-name="five" d="M109 712l89 744h851v-262h-577l-33 -289q36 21 94.5 37t114.5 16q217 0 333.5 -128.5t116.5 -360.5q0 -140 -62.5 -253.5t-175.5 -174.5t-267 -61q-137 0 -257 56.5t-188 155t-67 222.5h338q5 -80 51 -127t121 -47q170 0 170 252q0 233 -208 233q-118 0 -176 -76z" unicode="5"/>
<glyph glyph-name="six" d="M903 1477v-265h-15q-189 0 -310.5 -90.5t-149.5 -251.5q114 112 288 112q189 0 301 -138t112 -362q0 -139 -65.5 -255t-183 -181.5t-260.5 -65.5q-155 0 -277 70.5t-190 201.5t-70 302v135q0 225 96.5 404.5t275.5 281.5t397 102h51zM599 724q-67 0 -112 -31t-67 -76 v-101q0 -276 191 -276q77 0 128.5 69t51.5 173q0 107 -52.5 174.5t-139.5 67.5z" unicode="6"/>
<glyph glyph-name="seven" d="M1101 1276l-544 -1276h-356l545 1196h-694v260h1049v-180z" unicode="7"/>
<glyph glyph-name="eight" d="M1071 1067q0 -106 -52.5 -187t-144.5 -130q104 -51 165 -139.5t61 -209.5q0 -195 -134.5 -308t-370.5 -113q-237 0 -374 113.5t-137 307.5q0 117 60 207t170 142q-93 49 -146 130t-53 187q0 190 129 300t348 110q221 0 350 -110t129 -300zM762 428q0 90 -46.5 138.5 t-122.5 48.5t-123 -48.5t-47 -138.5q0 -87 47.5 -137.5t124.5 -50.5q75 0 121 50t46 138zM592 1217q-68 0 -103.5 -44.5t-35.5 -123.5q0 -78 36 -126t106 -48q69 0 103.5 48t34.5 126t-35.5 123t-105.5 45z" unicode="8"/>
<glyph glyph-name="nine" d="M753 563q-109 -98 -244 -98q-198 0 -314 134t-116 358q0 140 65 260t182.5 190t259.5 70q144 0 260.5 -72.5t181.5 -205t67 -305.5v-129q0 -241 -94.5 -418t-269.5 -272t-408 -95h-21v270l64 1q348 17 387 312zM600 708q110 0 158 95v140q0 140 -47 207t-127 67 q-71 0 -119 -76t-48 -184q0 -114 49 -181.5t134 -67.5z" unicode="9"/>
<glyph glyph-name="colon" horiz-adv-x="615" unicode=":" d="M304 327q80 0 133 -47.5t53 -121.5t-53 -121.5t-133 -47.5q-81 0 -133.5 48t-52.5 121t52.5 121t133.5 48zM304 1125q80 0 133 -47.5t53 -121.5t-53 -121.5t-133 -47.5q-81 0 -133.5 48t-52.5 121t52.5 121t133.5 48z"/>
<glyph glyph-name="semicolon" horiz-adv-x="590" unicode=";" d="M294 1125q80 0 133 -47.5t53 -121.5t-53 -121.5t-133 -47.5q-81 0 -133.5 48t-52.5 121t52.5 121t133.5 48zM238 -392l-170 80l34 68q70 130 73 248v250h270l-1 -217q-1 -115 -59 -234t-147 -195z"/>
<glyph glyph-name="less" horiz-adv-x="1044" unicode="&lt;" d="M383 609l547 -184v-307l-884 360v266l884 360v-306z"/>
<glyph glyph-name="equal" horiz-adv-x="1199" unicode="=" d="M1054 722h-926v260h926v-260zM1054 283h-926v260h926v-260z"/>
<glyph glyph-name="greater" horiz-adv-x="1050" unicode="&gt;" d="M655 612l-544 185v306l879 -360v-266l-879 -360v306z"/>
<glyph glyph-name="question" horiz-adv-x="1043" unicode="?" d="M344 461q0 146 33 230.5t107 146.5t112.5 113.5t38.5 113.5q0 151 -130 151q-60 0 -97 -44t-39 -119h-338q2 200 126 311.5t348 111.5q223 0 345.5 -103t122.5 -293q0 -83 -33 -151t-106 -139l-115 -107q-49 -47 -68 -96.5t-21 -125.5h-286zM303 157q0 74 53.5 121.5 t133.5 47.5t133.5 -47.5t53.5 -121.5t-53.5 -121.5t-133.5 -47.5t-133.5 47.5t-53.5 121.5z"/>
<glyph glyph-name="at" horiz-adv-x="1834" unicode="@" d="M1756 550q-10 -261 -130 -416t-320 -155q-82 0 -145 35.5t-98 100.5q-98 -132 -263 -132q-96 0 -168 56.5t-105.5 160.5t-20.5 236q30 250 161 402t321 152q147 0 253 -68l63 -42l-51 -587q-17 -139 96 -139q85 0 142.5 108.5t63.5 277.5q17 334 -138.5 516t-455.5 182 q-191 0 -339.5 -97.5t-235 -276t-97.5 -406.5q-16 -350 140 -535.5t468 -185.5q84 0 178 19.5t153 45.5l37 -166q-61 -40 -164.5 -64.5t-207.5 -24.5q-273 0 -461.5 104.5t-280.5 309.5t-82 497q12 276 127.5 494.5t316 338t452.5 119.5t435 -104.5t275 -300.5t81 -455z M756 436q-11 -130 20.5 -196.5t101.5 -66.5q47 0 86.5 42t65.5 120l40 456q-30 8 -62 8q-112 0 -172.5 -87.5t-79.5 -275.5z"/>
<glyph glyph-name="A" horiz-adv-x="1395" unicode="A" d="M937 272h-481l-84 -272h-375l534 1456h330l538 -1456h-377zM540 543h313l-157 505z"/>
<glyph glyph-name="B" horiz-adv-x="1321" unicode="B" d="M110 0v1456h523q281 0 427.5 -103t146.5 -299q0 -113 -52 -193t-153 -118q114 -30 175 -112t61 -200q0 -214 -135.5 -321.5t-401.5 -109.5h-591zM461 619v-349h230q95 0 146 43.5t51 122.5q0 182 -181 183h-246zM461 849h183q115 1 164 42t49 121q0 92 -53 132.5 t-171 40.5h-172v-336z"/>
<glyph glyph-name="C" horiz-adv-x="1344" unicode="C" d="M1288 493q-7 -152 -82 -268.5t-210.5 -180.5t-309.5 -64q-287 0 -452 187t-165 528v72q0 214 74.5 374.5t214.5 248t324 87.5q265 0 426 -139.5t183 -384.5h-350q-4 133 -67 191t-192 58q-131 0 -192 -98t-64 -313v-103q0 -233 58.5 -333t201.5 -100q121 0 185 57t68 181 h349z"/>
<glyph glyph-name="D" horiz-adv-x="1324" unicode="D" d="M110 0v1456h469q193 0 347 -87.5t240.5 -247t87.5 -357.5v-67q0 -200 -84.5 -358.5t-238 -248t-342.5 -90.5h-479zM461 1185v-915h122q151 0 232 107.5t81 319.5v63q0 211 -81 318t-236 107h-118z"/>
<glyph glyph-name="E" horiz-adv-x="1146" unicode="E" d="M1013 617h-552v-347h652v-270h-1003v1456h1005v-271h-654v-307h552v-261z"/>
<glyph glyph-name="F" horiz-adv-x="1120" unicode="F" d="M1027 580h-566v-580h-351v1456h974v-271h-623v-335h566v-270z"/>
<glyph glyph-name="G" horiz-adv-x="1396" unicode="G" d="M1302 180q-81 -90 -237 -145t-342 -55q-286 0 -457 175t-183 487l-1 126q0 215 76 375.5t217.5 247t327.5 86.5q272 0 422.5 -124.5t175.5 -371.5h-338q-18 122 -78 174t-170 52q-132 0 -204 -112t-73 -320v-88q0 -218 74.5 -327.5t234.5 -109.5q137 0 204 61v226h-244 v241h595v-598z"/>
<glyph glyph-name="H" horiz-adv-x="1439" unicode="H" d="M1327 0h-349v608h-517v-608h-351v1456h351v-578h517v578h349v-1456z"/>
<glyph glyph-name="I" horiz-adv-x="618" unicode="I" d="M484 0h-350v1456h350v-1456z"/>
<glyph glyph-name="J" horiz-adv-x="1151" unicode="J" d="M690 1456h350v-999q0 -139 -64.5 -248t-180 -169t-257.5 -60q-238 0 -370 120t-132 340h352q0 -100 34.5 -145t115.5 -45q73 0 112.5 54.5t39.5 152.5v999z"/>
<glyph glyph-name="K" horiz-adv-x="1310" unicode="K" d="M605 542l-144 -158v-384h-351v1456h351v-642l122 185l314 457h434l-492 -644l492 -812h-416z"/>
<glyph glyph-name="L" horiz-adv-x="1110" unicode="L" d="M461 270h611v-270h-962v1456h351v-1186z"/>
<glyph glyph-name="M" horiz-adv-x="1795" unicode="M" d="M571 1456l325 -1013l324 1013h462v-1456h-352v340l34 696l-352 -1036h-232l-353 1037l34 -697v-340h-351v1456h461z"/>
<glyph glyph-name="N" horiz-adv-x="1438" unicode="N" d="M1326 0h-349l-516 906v-906h-351v1456h351l515 -906v906h350v-1456z"/>
<glyph glyph-name="O" horiz-adv-x="1414" unicode="O" d="M1343 698q0 -213 -79 -377t-224.5 -252.5t-331.5 -88.5t-330 85.5t-224.5 244.5t-84.5 365v82q0 214 78.5 377.5t225 252.5t333.5 89q185 0 330 -88t225.5 -250.5t81.5 -372.5v-67zM986 759q0 217 -72.5 329.5t-207.5 112.5q-264 0 -279 -396l-1 -107q0 -214 71 -329 t211 -115q133 0 205 113t73 325v67z"/>
<glyph glyph-name="P" horiz-adv-x="1333" unicode="P" d="M461 494v-494h-351v1456h581q167 0 295.5 -61.5t199 -175t70.5 -257.5q0 -213 -152.5 -340.5t-418.5 -127.5h-224zM461 765h230q102 0 155.5 51t53.5 144q0 102 -55 163t-150 62h-234v-420z"/>
<glyph glyph-name="Q" horiz-adv-x="1414" unicode="Q" d="M1345 698q0 -202 -67 -352.5t-185 -241.5l235 -186l-217 -184l-313 252q-44 -6 -88 -6q-186 0 -330 86t-224.5 246t-83.5 368v77q0 215 78.5 378t224 252t333.5 89q185 0 330 -88t225.5 -250.5t81.5 -372.5v-67zM988 759q0 217 -72.5 329.5t-207.5 112.5 q-139 0 -209 -111t-71 -325v-67q0 -215 71 -329.5t211 -114.5q134 0 205.5 113t72.5 325v67z"/>
<glyph glyph-name="R" horiz-adv-x="1336" unicode="R" d="M651 514h-190v-514h-351v1456h573q259 0 405 -115t146 -325q0 -152 -61.5 -252t-192.5 -162l304 -587v-15h-376zM461 785h222q100 0 150.5 52.5t50.5 146.5t-51 147.5t-150 53.5h-222v-400z"/>
<glyph glyph-name="S" horiz-adv-x="1282" unicode="S" d="M861 387q0 77 -54.5 120t-191.5 89t-224 89q-283 139 -283 382q0 121 70.5 213.5t199.5 144t290 51.5q157 0 281.5 -56t193.5 -159.5t69 -236.5h-350q0 89 -54.5 138t-147.5 49q-94 0 -148.5 -41.5t-54.5 -105.5q0 -56 60 -101.5t211 -94t248 -104.5q236 -136 236 -375 q0 -191 -144 -300t-395 -109q-177 0 -320.5 63.5t-216 174t-72.5 254.5h352q0 -117 60.5 -172.5t196.5 -55.5q87 0 137.5 37.5t50.5 105.5z"/>
<glyph glyph-name="T" horiz-adv-x="1291" unicode="T" d="M1253 1185h-437v-1185h-351v1185h-429v271h1217v-271z"/>
<glyph glyph-name="U" horiz-adv-x="1361" unicode="U" d="M1252 1456v-953q0 -162 -69 -280.5t-198 -180.5t-305 -62q-266 0 -419 138t-156 378v960h353v-967q6 -239 222 -239q109 0 165 60t56 195v951h351z"/>
<glyph glyph-name="V" horiz-adv-x="1353" unicode="V" d="M675 396l290 1060h392l-490 -1456h-384l-486 1456h389z"/>
<glyph glyph-name="W" horiz-adv-x="1780" unicode="W" d="M1238 543l167 913h348l-309 -1456h-364l-195 830l-191 -830h-363l-310 1456h349l167 -913l200 913h298z"/>
<glyph glyph-name="X" horiz-adv-x="1307" unicode="X" d="M653 972l238 484h401l-407 -722l418 -734h-405l-245 493l-245 -493h-404l417 734l-406 722h400z"/>
<glyph glyph-name="Y" horiz-adv-x="1286" unicode="Y" d="M643 824l268 632h379l-469 -933v-523h-356v523l-468 933h377z"/>
<glyph glyph-name="Z" horiz-adv-x="1249" unicode="Z" d="M504 270h696v-270h-1134v185l694 1000h-698v271h1131v-180z"/>
<glyph glyph-name="bracketleft" horiz-adv-x="577" unicode="[" d="M564 1460h-118v-1564h118v-245h-456v2055h456v-246z"/>
<glyph glyph-name="backslash" horiz-adv-x="873" unicode="\" d="M-20 1456h351l608 -1581h-353z"/>
<glyph glyph-name="bracketright" horiz-adv-x="577" unicode="]" d="M14 1706h456v-2055h-456v245h119v1564h-119v246z"/>
<glyph glyph-name="asciicircum" horiz-adv-x="916" unicode="^" d="M460 1182l-171 -453h-253l299 727h249l300 -727h-254z"/>
<glyph glyph-name="underscore" horiz-adv-x="904" unicode="_" d="M903 -251h-903v251h903v-251z"/>
<glyph glyph-name="grave" horiz-adv-x="695" unicode="`" d="M610 1222h-274l-282 314h356z"/>
<glyph glyph-name="a" horiz-adv-x="1087" unicode="a" d="M704 0q-18 33 -32 97q-93 -117 -260 -117q-153 0 -260 92.5t-107 232.5q0 176 130 266t378 90h104v57q0 149 -129 149q-120 0 -120 -118h-337q0 157 133.5 255t340.5 98t327 -101t123 -277v-479q2 -149 46 -228v-17h-337zM493 220q63 0 104.5 27t59.5 61v173h-98 q-176 0 -176 -158q0 -46 31 -74.5t79 -28.5z"/>
<glyph glyph-name="b" horiz-adv-x="1153" unicode="b" d="M1099 532q0 -266 -110 -409t-310 -143q-165 0 -266 131l-14 -111h-302v1536h337v-541q94 107 243 107q202 0 312 -145t110 -408v-17zM761 553q0 156 -41.5 222.5t-127.5 66.5q-114 0 -158 -87v-430q43 -86 160 -86q119 0 151 116q16 57 16 198z"/>
<glyph glyph-name="c" horiz-adv-x="1064" unicode="c" d="M552 240q71 0 110 38.5t38 107.5h316q0 -178 -127.5 -292t-328.5 -114q-236 0 -372 148t-136 410v14q0 164 60.5 289.5t174.5 193t270 67.5q211 0 335 -117t124 -317h-316q0 84 -41 129t-110 45q-131 0 -153 -167q-7 -53 -7 -146q0 -163 39 -226t124 -63z"/>
<glyph glyph-name="d" horiz-adv-x="1152" unicode="d" d="M52 549q0 257 111 405t310 148q145 0 244 -114v548h338v-1536h-303l-17 116q-104 -136 -264 -136q-193 0 -306 148t-113 421zM389 528q0 -288 168 -288q112 0 160 94v412q-46 96 -158 96q-156 0 -169 -252z"/>
<glyph glyph-name="e" horiz-adv-x="1115" unicode="e" d="M618 -20q-249 0 -403 148.5t-154 386.5v28q0 166 61.5 293t179.5 196.5t280 69.5q228 0 360 -141.5t132 -394.5v-131h-670q18 -91 79 -143t158 -52q160 0 250 112l154 -182q-63 -87 -178.5 -138.5t-248.5 -51.5zM580 842q-148 0 -176 -196h340v26q2 81 -41 125.5 t-123 44.5z"/>
<glyph glyph-name="f" horiz-adv-x="742" unicode="f" d="M169 0v848h-157v234h157v86q0 185 109 287t306 102q72 0 158 -21l1 -248q-31 9 -83 9q-153 0 -153 -132v-83h211v-234h-211v-848h-338z"/>
<glyph glyph-name="g" horiz-adv-x="1178" unicode="g" d="M55 549q0 164 54 290t155 194.5t235 68.5q169 0 264 -114l12 94h306v-1041q0 -143 -66.5 -248.5t-192.5 -162t-292 -56.5q-119 0 -230.5 45t-170.5 117l141 198q94 -111 248 -111q224 0 224 230v34q-97 -107 -245 -107q-198 0 -320 151.5t-122 405.5v12zM393 528 q0 -133 50 -210.5t140 -77.5q109 0 159 73v455q-49 74 -157 74q-90 0 -141 -80.5t-51 -233.5z"/>
<glyph glyph-name="h" horiz-adv-x="1156" unicode="h" d="M424 966q108 136 276 136q179 0 270 -106t93 -313v-683h-338v675q0 86 -35 126.5t-119 40.5q-104 0 -147 -66v-776h-337v1536h337v-570z"/>
<glyph glyph-name="i" horiz-adv-x="563" unicode="i" d="M450 0h-338v1082h338v-1082zM92 1361q0 72 52 118t135 46t135 -46t52 -118t-52 -118t-135 -46t-135 46t-52 118z"/>
<glyph glyph-name="j" horiz-adv-x="553" unicode="j" d="M457 1082v-1119q-1 -192 -110 -296t-304 -104q-84 0 -159 17v255q58 -9 95 -9q140 0 140 139v1117h338zM94 1361q0 72 52 118t135 46t135 -46t52 -118t-52 -118t-135 -46t-135 46t-52 118z"/>
<glyph glyph-name="k" horiz-adv-x="1120" unicode="k" d="M529 403l-95 -95v-308h-337v1537h337v-816l34 45l254 316h404l-379 -445l404 -637h-386z"/>
<glyph glyph-name="l" horiz-adv-x="563" unicode="l" d="M450 0h-338v1536h338v-1536z"/>
<glyph glyph-name="m" horiz-adv-x="1764" unicode="m" d="M413 1082l11 -127q115 147 309 147q205 0 277 -163q110 163 318 163q329 0 338 -398v-704h-338v683q0 83 -28 121t-102 38q-100 0 -149 -89l1 -14v-739h-338v681q0 85 -27 123t-103 38q-97 0 -148 -89v-753h-337v1082h316z"/>
<glyph glyph-name="n" horiz-adv-x="1155" unicode="n" d="M404 1082l11 -127q112 147 309 147q169 0 252.5 -101t86.5 -304v-697h-338v683q0 82 -33 120.5t-120 38.5q-99 0 -147 -78v-764h-337v1082h316z"/>
<glyph glyph-name="o" horiz-adv-x="1150" unicode="o" d="M52 551q0 162 63 288.5t181 194.5t277 68q243 0 383 -150.5t140 -409.5v-12q0 -253 -140.5 -401.5t-380.5 -148.5q-231 0 -371 138.5t-151 375.5zM389 530q0 -150 47 -220t139 -70q180 0 184 277v34q0 291 -186 291q-169 0 -183 -251z"/>
<glyph glyph-name="p" horiz-adv-x="1153" unicode="p" d="M1099 533q0 -252 -113.5 -402.5t-306.5 -150.5q-149 0 -245 109v-505h-337v1498h315l10 -100q97 120 255 120q200 0 311 -147.5t111 -405.5v-16zM762 554q0 288 -168 288q-120 0 -160 -86v-426q44 -90 162 -90q161 0 166 278v36z"/>
<glyph glyph-name="q" horiz-adv-x="1151" unicode="q" d="M52 552q0 258 112 404t309 146q166 0 266 -136l24 116h292v-1498h-338v506q-97 -110 -246 -110q-192 0 -305.5 148.5t-113.5 423.5zM389 531q0 -291 168 -291q116 0 160 88v428q-42 86 -158 86q-157 0 -169 -251z"/>
<glyph glyph-name="r" horiz-adv-x="776" unicode="r" d="M749 777l-111 8q-159 0 -204 -100v-685h-337v1082h316l11 -139q85 159 237 159q54 0 94 -12z"/>
<glyph glyph-name="s" horiz-adv-x="1049" unicode="s" d="M661 304q0 43 -45 69t-171 54t-208 73.5t-125 110.5t-43 149q0 149 123 245.5t322 96.5q214 0 344 -97t130 -255h-338q0 130 -137 130q-53 0 -89 -29.5t-36 -73.5q0 -45 44 -73t140.5 -46t169.5 -43q244 -84 244 -301q0 -148 -131.5 -241t-340.5 -93q-139 0 -248 50 t-170 136t-61 181h315q2 -75 50 -109.5t123 -34.5q69 0 103.5 28t34.5 73z"/>
<glyph glyph-name="t" horiz-adv-x="703" unicode="t" d="M487 1351v-269h178v-234h-178v-495q0 -61 22 -85t87 -24q50 0 84 6v-241q-91 -29 -190 -29q-174 0 -257 82t-83 249v537h-138v234h138v269h337z"/>
<glyph glyph-name="u" horiz-adv-x="1155" unicode="u" d="M739 117q-107 -137 -289 -137q-178 0 -269.5 103.5t-91.5 297.5v701h337v-703q0 -139 135 -139q116 0 165 83v759h339v-1082h-316z"/>
<glyph glyph-name="v" horiz-adv-x="1058" unicode="v" d="M526 401l171 681h355l-353 -1082h-344l-353 1082h356z"/>
<glyph glyph-name="w" horiz-adv-x="1487" unicode="w" d="M1029 444l109 638h323l-255 -1082h-285l-179 642l-180 -642h-285l-255 1082h323l107 -653l172 653h235z"/>
<glyph glyph-name="x" horiz-adv-x="1054" unicode="x" d="M533 784l157 298h350l-285 -527l299 -555h-352l-170 320l-167 -320h-354l300 555l-284 527h354z"/>
<glyph glyph-name="y" horiz-adv-x="1061" unicode="y" d="M527 472l180 610h361l-441 -1263l-19 -46q-94 -210 -332 -210q-66 0 -139 20v241h44q71 0 108.5 20.5t55.5 73.5l27 72l-376 1092h360z"/>
<glyph glyph-name="z" horiz-adv-x="1054" unicode="z" d="M492 260h493v-260h-919v188l480 634h-459v260h887v-182z"/>
<glyph glyph-name="braceleft" horiz-adv-x="665" unicode="{" d="M562 -360q-360 101 -360 465v198q0 202 -162 202v227q162 0 162 203v210q3 180 93.5 291t266.5 161l63 -176q-126 -48 -131 -269v-217q0 -224 -185 -316q185 -92 185 -317v-216q5 -221 131 -269z"/>
<glyph glyph-name="bar" horiz-adv-x="523" unicode="|" d="M356 -270h-184v1726h184v-1726z"/>
<glyph glyph-name="braceright" horiz-adv-x="665" unicode="}" d="M41 -183q126 48 131 269v217q0 225 186 316q-186 91 -186 316v217q-5 221 -131 269l63 176q179 -50 269 -163.5t91 -297.5v-201q0 -203 162 -203v-227q-162 0 -162 -201v-213q-7 -352 -360 -451z"/>
<glyph glyph-name="asciitilde" horiz-adv-x="1295" unicode="~" d="M1197 799q0 -196 -91.5 -314t-242.5 -118q-75 0 -135.5 29t-137 104.5t-141.5 75.5q-50 0 -83.5 -49t-33.5 -122l-238 4q0 196 89.5 311.5t242.5 115.5q76 0 139 -29.5t137.5 -104t137.5 -74.5q51 0 83.5 49.5t32.5 122.5z"/>
<glyph glyph-name="exclamdown" horiz-adv-x="615" unicode="¡" d="M171 623h273l43 -995h-359zM497 933q0 -74 -53.5 -121.5t-133.5 -47.5t-133.5 47.5t-53.5 121.5t53.5 121.5t133.5 47.5t133.5 -47.5t53.5 -121.5z"/>
<glyph glyph-name="cent" horiz-adv-x="1209" unicode="¢" d="M598 240q71 0 110 38.5t38 107.5h316q0 -156 -97 -262.5t-255 -134.5v-234h-200v232q-193 28 -302.5 171.5t-109.5 375.5v18q0 224 109 369.5t303 173.5v223h200v-225q165 -29 258.5 -141.5t93.5 -283.5h-316q0 84 -41 129t-110 45q-131 0 -153 -167q-7 -53 -7 -146 q0 -163 39 -226t124 -63z"/>
<glyph glyph-name="sterling" horiz-adv-x="1229" unicode="£" d="M621 561l5 -112q0 -114 -59 -179h608v-270h-1069v270h103q57 15 60 103l1 53l-5 135h-162v261h154l-6 217q0 205 122.5 320.5t331.5 115.5q224 0 349.5 -115t125.5 -312h-330q0 157 -136 157q-51 0 -82 -40.5t-31 -125.5l9 -217h307v-261h-296z"/>
<glyph glyph-name="currency" horiz-adv-x="1397" unicode="¤" d="M1061 107q-159 -127 -361 -127q-203 0 -361 126l-129 -132l-141 144l135 137q-100 156 -100 353q0 204 109 365l-144 147l141 144l142 -145q155 115 348 115q194 0 349 -117l144 148l142 -145l-148 -151q107 -159 107 -361q0 -193 -98 -349l139 -141l-142 -145zM290 608 q0 -118 54 -218.5t149 -158.5t207 -58q111 0 206 58t149 158.5t54 218.5q0 119 -54.5 219.5t-149 157.5t-205.5 57q-112 0 -206.5 -57t-149 -157.5t-54.5 -219.5z"/>
<glyph glyph-name="yen" horiz-adv-x="1259" unicode="¥" d="M633 880l236 576h379l-361 -714h203v-190h-287v-100h287v-189h-287v-263h-349v263h-319v189h319v100h-319v190h243l-362 714h380z"/>
<glyph glyph-name="brokenbar" horiz-adv-x="524" unicode="¦" d="M119 -270v795h292v-795h-292zM411 698h-292v758h292v-758z"/>
<glyph glyph-name="section" horiz-adv-x="1301" unicode="§" d="M1196 500q0 -177 -155 -268q138 -103 138 -293q0 -177 -141.5 -276.5t-389.5 -99.5q-268 0 -411 107t-143 305h338q0 -75 50.5 -113t165.5 -38q193 0 193 114q0 58 -57.5 94t-236.5 86t-270 104.5t-137 129t-46 176.5q0 176 157 270q-141 106 -141 292q0 174 145 280 t389 106q250 0 391 -112t141 -313h-337q0 75 -51.5 120t-143.5 45q-95 0 -145 -33t-50 -91q0 -66 56 -100t202 -71.5t232 -74.5t142.5 -86t85.5 -112.5t29 -147.5zM597 652q-62 16 -117 36q-49 -40 -49 -120q0 -68 44.5 -103.5t214.5 -88.5l118 -34q56 44 56 120 q0 62 -55 101.5t-212 88.5z"/>
<glyph glyph-name="dieresis" horiz-adv-x="1013" unicode="¨" d="M244 1498q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM763 1498q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39z"/>
<glyph glyph-name="copyright" horiz-adv-x="1608" unicode="©" d="M1116 596q0 -152 -87.5 -233t-247.5 -81t-254.5 106.5t-94.5 286.5v113q0 174 95.5 280.5t253.5 106.5q163 0 249.5 -82.5t86.5 -231.5h-156q0 96 -46 137.5t-134 41.5q-92 0 -142.5 -67.5t-51.5 -180.5v-123q0 -117 51 -184.5t143 -67.5q89 0 134 40.5t45 138.5h156z M207 729q0 -165 74.5 -308t211.5 -229.5t302 -86.5q164 0 300.5 86t211.5 229t75 309t-75 308.5t-212 228t-300 85.5q-159 0 -295.5 -82t-214.5 -226t-78 -314zM85 729q0 202 93.5 375t259 272.5t357.5 99.5t357.5 -99.5t259 -272.5t93.5 -375q0 -204 -95 -377.5 t-259.5 -272.5t-355.5 -99q-193 0 -357.5 100t-258.5 273t-94 376z"/>
<glyph glyph-name="ordfeminine" horiz-adv-x="904" unicode="ª" d="M600 705q-10 27 -17 68q-77 -82 -201 -82q-118 0 -183.5 61.5t-65.5 166.5q0 110 84 170.5t257 60.5h102v51q0 127 -116 127q-65 0 -101.5 -25.5t-36.5 -73.5l-173 14q0 104 87.5 168.5t223.5 64.5q135 0 213 -72t78 -205v-316q0 -97 26 -178h-177zM425 835q40 0 82 18.5 t69 43.5v136h-106q-76 -1 -119 -31t-43 -79q0 -88 117 -88z"/>
<glyph glyph-name="guillemotleft" horiz-adv-x="1054" unicode="«" d="M311 515l232 -399h-206l-272 390v19l272 390h206zM724 515l232 -399h-206l-272 390v19l272 390h206z"/>
<glyph glyph-name="logicalnot" horiz-adv-x="1124" unicode="¬" d="M960 374h-200v260h-635v171h835v-431z"/>
<glyph glyph-name="registered" horiz-adv-x="1608" unicode="®" d="M85 729q0 202 93.5 375t259 272.5t357.5 99.5t357.5 -99.5t259 -272.5t93.5 -375q0 -204 -95 -377.5t-259.5 -272.5t-355.5 -99q-193 0 -357.5 100t-258.5 273t-94 376zM207 729q0 -165 74.5 -308t211.5 -229.5t302 -86.5q164 0 300.5 86t211.5 229t75 309t-75 308.5 t-212 228t-300 85.5q-159 0 -295.5 -82t-214.5 -226t-78 -314zM651 653v-337h-151v850h281q154 0 239.5 -70t85.5 -194q0 -110 -107 -170q58 -32 81 -88t23 -138.5t3.5 -116.5t13.5 -57v-16h-155q-13 34 -13 194q0 76 -33 109.5t-110 33.5h-158zM651 787h128 q76 0 126.5 31.5t50.5 84.5q0 70 -35.5 99.5t-128.5 30.5h-141v-246z"/>
<glyph glyph-name="macron" horiz-adv-x="1065" unicode="¯" d="M895 1285h-734v173h734v-173z"/>
<glyph glyph-name="degree" horiz-adv-x="813" unicode="°" d="M125 1195q0 117 83.5 199t197.5 82q112 0 193.5 -82t81.5 -199q0 -116 -80.5 -196.5t-194.5 -80.5q-116 0 -198.5 80.5t-82.5 196.5zM406 1071q53 0 87 36t34 88t-34 90t-87 38t-89.5 -37.5t-36.5 -90.5t37.5 -88.5t88.5 -35.5z"/>
<glyph glyph-name="plusminus" horiz-adv-x="1102" unicode="±" d="M688 974h312v-271h-312v-348h-294v348h-310v271h310v319h294v-319zM979 1h-878v264h878v-264z"/>
<glyph glyph-name="uni00B2" horiz-adv-x="768" unicode="²" d="M697 667h-628v147l286 253q50 44 74.5 86.5t24.5 62.5q0 76 -85 76q-43 0 -68 -30t-25 -73h-225q0 118 85.5 198.5t221.5 80.5q154 0 237 -65t83 -187q0 -75 -42.5 -137.5t-187.5 -168.5l-81 -68h330v-175z"/>
<glyph glyph-name="uni00B3" horiz-adv-x="768" unicode="³" d="M277 1140h88q101 0 101 82q0 32 -25.5 50.5t-70.5 18.5q-35 0 -62 -13t-27 -38h-224q0 102 85 164.5t221 62.5q154 0 240.5 -61.5t86.5 -165.5q0 -120 -138 -169q154 -41 154 -183q0 -104 -94 -168.5t-249 -64.5q-145 0 -233.5 69t-88.5 183h227q0 -29 29.5 -52.5 t81.5 -23.5q56 0 78.5 25t22.5 56q0 85 -109 86h-94v142z"/>
<glyph glyph-name="acute" horiz-adv-x="691" unicode="´" d="M287 1536h356l-278 -314h-275z"/>
<glyph glyph-name="uni00B5" horiz-adv-x="1313" unicode="µ" d="M470 1082v-632q1 -107 36.5 -157t126.5 -50q128 0 181 91v748h337v-1082h-317l-5 53q-89 -74 -210 -74q-85 0 -149 34v-429h-338v1498h338z"/>
<glyph glyph-name="paragraph" horiz-adv-x="1001" unicode="¶" d="M657 0v520h-80q-230 0 -362.5 127t-132.5 341q0 213 133 340.5t363 127.5h308v-1456h-229z"/>
<glyph glyph-name="periodcentered" horiz-adv-x="657" unicode="·" d="M324 854q81 0 133.5 -48t52.5 -121t-52.5 -121t-133.5 -48q-80 0 -133 47.5t-53 121.5t53 121.5t133 47.5z"/>
<glyph glyph-name="cedilla" horiz-adv-x="569" unicode="¸" d="M373 10l-10 -61q150 -28 150 -173q0 -116 -99 -182t-275 -66l-7 186q88 0 88 77q0 38 -31.5 53t-102.5 20l31 146h256z"/>
<glyph glyph-name="uni00B9" horiz-adv-x="768" unicode="¹" d="M542 667h-223v533l-176 -36v167l380 122h19v-786z"/>
<glyph glyph-name="ordmasculine" horiz-adv-x="938" unicode="º" d="M117 1121q0 160 95.5 257.5t250.5 97.5t251 -97t96 -263v-72q0 -159 -94 -256.5t-251 -97.5q-158 0 -253 98t-95 261v72zM292 1044q0 -98 46.5 -153t126.5 -55q78 0 123.5 54t46.5 151v80q0 97 -46.5 152t-125.5 55q-78 0 -124.5 -54.5t-46.5 -156.5v-73z"/>
<glyph glyph-name="guillemotright" horiz-adv-x="1054" unicode="»" d="M284 914l272 -390v-19l-272 -390h-207l232 399l-232 400h207zM697 914l272 -390v-19l-272 -390h-207l232 399l-232 400h207z"/>
<glyph glyph-name="onequarter" horiz-adv-x="1452" unicode="¼" d="M512 664h-223v533l-176 -36v167l380 122h19v-786zM462 117l-157 79l711 1138l157 -79zM1288 335h79v-178h-79v-157h-225v157h-333l-15 145l348 487h225v-454zM925 335h138v191l-16 -23z"/>
<glyph glyph-name="onehalf" horiz-adv-x="1537" unicode="½" d="M422 117l-157 79l711 1138l157 -79zM488 672h-223v533l-176 -36v167l380 122h19v-786zM1470 0h-628v147l286 253q50 44 74.5 86.5t24.5 62.5q0 76 -85 76q-43 0 -68 -30t-25 -73h-225q0 118 85.5 198.5t221.5 80.5q154 0 237 -65t83 -187q0 -75 -42.5 -137.5 t-187.5 -168.5l-81 -68h330v-175z"/>
<glyph glyph-name="threequarters" horiz-adv-x="1689" unicode="¾" d="M644 117l-157 79l711 1138l157 -79zM1486 335h79v-178h-79v-157h-225v157h-333l-15 145l348 487h225v-454zM1123 335h138v191l-16 -23zM321 1141h88q101 0 101 82q0 32 -25.5 50.5t-70.5 18.5q-35 0 -62 -13t-27 -38h-224q0 102 85 164.5t221 62.5q154 0 240.5 -61.5 t86.5 -165.5q0 -120 -138 -169q154 -41 154 -183q0 -104 -94 -168.5t-249 -64.5q-145 0 -233.5 69t-88.5 183h227q0 -29 29.5 -52.5t81.5 -23.5q56 0 78.5 25t22.5 56q0 85 -109 86h-94v142z"/>
<glyph glyph-name="questiondown" horiz-adv-x="1043" unicode="¿" d="M703 630q0 -150 -30.5 -230.5t-102.5 -141.5l-66 -61q-93 -90 -93 -186q0 -71 33.5 -103.5t86.5 -32.5q67 0 104.5 42.5t39.5 120.5h339q-4 -201 -127.5 -312t-347.5 -111q-223 0 -344.5 103.5t-121.5 292.5q0 83 38 156.5t130 159.5l85 78q77 66 86 153l5 72h286z M569 765q-80 0 -133.5 47.5t-53.5 121.5t53.5 121.5t133.5 47.5q82 0 134.5 -48.5t52.5 -120.5t-52.5 -120.5t-134.5 -48.5z"/>
<glyph glyph-name="AE" horiz-adv-x="1926" unicode="Æ" d="M1851 0h-897l-14 329h-382l-152 -329h-390l735 1456h1039v-264h-549l13 -316h455v-264h-444l15 -348h571v-264zM683 599h246l-21 486z"/>
<glyph glyph-name="multiply" horiz-adv-x="1083" unicode="×" d="M53 381l299 305l-299 306l193 183l293 -299l293 299l193 -183l-300 -306l300 -305l-193 -183l-293 298l-293 -298z"/>
<glyph glyph-name="Oslash" horiz-adv-x="1409" unicode="Ø" d="M1354 698q0 -213 -79 -377t-224.5 -252.5t-331.5 -88.5q-162 0 -292 65l-81 -140h-207l141 245q-199 199 -199 556v51q0 215 78.5 378t224 252t333.5 89q157 0 287 -64l61 106h208l-121 -211q202 -200 202 -558v-51zM997 759q0 133 -29 229l-396 -689q60 -45 147 -45 q134 0 205.5 113t72.5 325v67zM437 698q0 -133 27 -227l394 687q-60 43 -141 43q-139 0 -209 -111t-71 -325v-67z"/>
<glyph glyph-name="Thorn" horiz-adv-x="1266" unicode="Þ" d="M455 1456v-258h205q171 -1 296.5 -58t191.5 -161t66 -241q0 -209 -148.5 -333.5t-405.5 -126.5h-205v-278h-339v1456h339zM455 938v-400h198q103 0 162.5 52t59.5 146q0 95 -59 148.5t-161 53.5h-200z"/>
<glyph glyph-name="germandbls" horiz-adv-x="1330" unicode="ß" d="M472 0h-338v1099q0 221 133.5 341.5t380.5 120.5q196 0 319 -104t123 -276q0 -107 -47.5 -183t-47.5 -163q0 -31 24.5 -64t108.5 -115q143 -139 143 -288q0 -187 -124.5 -287.5t-352.5 -100.5q-75 0 -150.5 13.5t-117.5 37.5l59 253q85 -44 211 -44q60 0 99.5 32.5 t39.5 92.5q0 41 -25 77t-105 105t-113.5 132.5t-33.5 137.5q0 103 47 187t47 163q0 59 -40 97t-101 38q-74 0 -106.5 -52t-32.5 -156v-1094z"/>
<glyph glyph-name="ae" horiz-adv-x="1730" unicode="æ" d="M1238 -20q-240 0 -380 134q-66 -66 -164 -100t-210 -34q-199 0 -311 91.5t-112 252.5q0 158 129.5 244t384.5 87h142v46q0 66 -34 103.5t-99 37.5q-72 0 -110 -29.5t-38 -72.5l-337 19q0 151 134 247t355 96q202 0 319 -91q126 93 320 91q212 0 335 -133t123 -360v-174 h-639q14 -98 75 -146.5t163 -48.5q126 0 223 40l62 27l81 -206q-67 -52 -181.5 -86.5t-230.5 -34.5zM548 212q89 0 169 63v176h-139q-78 -1 -129 -37t-51 -94q0 -108 150 -108zM1227 842q-82 0 -125.5 -48.5t-54.5 -147.5h309v26q0 81 -33 125.5t-96 44.5z"/>
<glyph glyph-name="eth" horiz-adv-x="1165" unicode="ð" d="M862 1308q261 -259 261 -658v-57q0 -177 -70.5 -318.5t-194.5 -218t-277 -76.5q-148 0 -267 63.5t-184.5 176t-65.5 248.5q0 233 120 363t334 130q127 0 228 -62q-49 139 -156 241l-178 -110l-78 118l136 84q-108 66 -244 103l108 244q236 -48 415 -176l163 101l77 -118z M585 240q94 0 147 82.5t53 234.5v97q-66 66 -194 66q-98 0 -143.5 -67.5t-45.5 -184.5q0 -102 50 -165t133 -63z"/>
<glyph glyph-name="divide" horiz-adv-x="1166" unicode="÷" d="M1103 563h-1044v244h1044v-244zM394 1086q0 71 51 117.5t135 46.5t135 -46.5t51 -117.5t-51 -117.5t-135 -46.5t-135 46.5t-51 117.5zM394 277q0 71 51 117.5t135 46.5t135 -46.5t51 -117.5t-51 -117.5t-135 -46.5t-135 46.5t-51 117.5z"/>
<glyph glyph-name="oslash" horiz-adv-x="1151" unicode="ø" d="M52 551q0 162 63 288.5t181 194.5t277 68q94 0 177 -25l69 142h177l-103 -212q203 -148 203 -477q0 -253 -140.5 -401.5t-380.5 -148.5q-93 0 -171 22l-71 -147h-177l104 215q-208 147 -208 481zM389 530q0 -96 18 -157l224 460q-26 9 -58 9q-169 0 -183 -251zM759 551 q0 85 -17 147l-219 -452q22 -6 52 -6q180 0 184 277v34z"/>
<glyph glyph-name="thorn" horiz-adv-x="1148" unicode="þ" d="M1096 533q0 -251 -112.5 -402t-306.5 -151q-150 0 -244 107v-503h-338v1952h338v-539q94 105 242 105q197 0 309 -145.5t112 -406.5v-17zM759 554q0 288 -168 288q-116 0 -158 -84v-431q43 -87 160 -87q161 0 166 276v38z"/>
<glyph glyph-name="dotlessi" horiz-adv-x="584" unicode="ı" d="M462 0h-339v1082h339v-1082z"/>
<glyph glyph-name="OE" horiz-adv-x="1994" unicode="Œ" d="M1918 0h-908q-167 -20 -288 -20q-183 0 -327 75t-223.5 211.5t-79.5 308.5v305q0 173 79 310t223 211.5t326 74.5q123 0 290 -20h910v-271h-654v-307h552v-261h-552v-347h652v-270zM722 240q101 0 193 12v951q-102 13 -195 13q-135 0 -212.5 -83t-77.5 -251v-306 q0 -168 78.5 -252t213.5 -84z"/>
<glyph glyph-name="oe" horiz-adv-x="1845" unicode="œ" d="M75 551q0 164 63.5 289.5t181.5 193.5t277 68q218 0 357 -124q132 126 340 124q220 0 345 -131.5t125 -363.5v-172h-626q18 -93 77.5 -144t149.5 -51q127 0 222 36l76 31l80 -206q-71 -53 -185.5 -87t-238.5 -34q-216 0 -359 128q-138 -128 -361 -128q-231 0 -371.5 138 t-151.5 376zM412 530q0 -290 187 -290q180 0 185 275v36q0 291 -187 291q-170 0 -184 -251zM1294 842q-134 0 -157 -196h298v26q0 170 -141 170z"/>
<glyph glyph-name="circumflex" horiz-adv-x="1033" unicode="ˆ" d="M941 1255v-13h-266l-159 136l-159 -136h-260v17l323 277h193z"/>
<glyph glyph-name="ring" horiz-adv-x="674" unicode="˚" d="M118 1294q0 86 65.5 144.5t159.5 58.5q93 0 158.5 -58.5t65.5 -144.5q0 -85 -64.5 -142t-159.5 -57q-96 0 -160.5 57t-64.5 142zM343 1190q48 0 75.5 30t27.5 74t-27.5 75t-75.5 31q-49 0 -76.5 -31t-27.5 -75t27.5 -74t76.5 -30z"/>
<glyph glyph-name="tilde" horiz-adv-x="987" unicode="˜" d="M885 1532q0 -114 -66.5 -193.5t-164.5 -79.5q-66 0 -147 42t-131 42q-32 0 -54.5 -22t-22.5 -68l-187 10q0 111 66.5 192t163.5 81q50 0 131 -36.5t102.5 -41.5t45.5 -5q32 0 55 22t23 68z"/>
<glyph glyph-name="endash" horiz-adv-x="1266" unicode="–" d="M1201.81 578h-1054.81v264h1054.81v-264z"/>
<glyph glyph-name="emdash" horiz-adv-x="1541" unicode="—" d="M1493.38 578h-1406.38v264h1406.38v-264z"/>
<glyph glyph-name="quoteleft" horiz-adv-x="511" unicode="‘" d="M291 1576l148 -80q-82 -148 -85 -277v-177h-246v165q1 91 54 195.5t129 173.5z"/>
<glyph glyph-name="quoteright" horiz-adv-x="497" unicode="’" d="M214 1000l-148 80q83 144 85 282v174h246v-163q0 -93 -53.5 -198.5t-129.5 -174.5z"/>
<glyph glyph-name="quotesinglbase" horiz-adv-x="556" unicode="‚" d="M231 -310l-148 80q72 125 74 280v199h258l-1 -190q-1 -91 -54 -195.5t-129 -173.5z"/>
<glyph glyph-name="quotedblleft" horiz-adv-x="875" unicode="“" d="M298 1576l148 -80q-82 -148 -85 -277v-177h-246v165q1 91 54 195.5t129 173.5zM649 1576l148 -80q-82 -148 -85 -277v-177h-246v165q1 91 54 195.5t129 173.5z"/>
<glyph glyph-name="quotedblright" horiz-adv-x="881" unicode="”" d="M228 1000l-148 80q83 144 85 282v174h246v-163q0 -93 -53.5 -198.5t-129.5 -174.5zM590 1000l-148 80q83 144 85 282v174h246v-163q0 -93 -53.5 -198.5t-129.5 -174.5z"/>
<glyph glyph-name="quotedblbase" horiz-adv-x="876" unicode="„" d="M242 -330l-159 80q72 134 74 299v220h258l-1 -207q0 -97 -48 -207.5t-124 -184.5zM593 -330l-160 80q82 153 85 297v222h259l-1 -213q-2 -96 -54 -204t-129 -182z"/>
<glyph glyph-name="bullet" horiz-adv-x="757" unicode="•" d="M134 763q0 107 70 174t182 67q115 0 184 -65t71 -171v-42q0 -107 -69 -172.5t-184 -65.5q-113 0 -182.5 64.5t-71.5 168.5v42z"/>
<glyph glyph-name="guilsinglleft" horiz-adv-x="650" unicode="‹" d="M354 515l232 -399h-206l-272 390v19l272 390h206z"/>
<glyph glyph-name="guilsinglright" horiz-adv-x="620" unicode="›" d="M283 914l272 -390v-19l-272 -390h-207l232 399l-232 400h207z"/>
<glyph glyph-name="fraction" horiz-adv-x="902" unicode="⁄" d="M172 109l-157 79l711 1138l157 -79z"/>
<glyph glyph-name="uni2074" horiz-adv-x="768" unicode="⁴" d="M627 1002h79v-178h-79v-157h-225v157h-333l-15 145l348 487h225v-454zM264 1002h138v191l-16 -23z"/>
<glyph glyph-name="Euro" d="M914 508h-312q5 -132 71.5 -195t219.5 -63q99 0 176 30l43 -269q-133 -30 -263 -30q-270 0 -430.5 140t-168.5 387h-165v160h165v122h-165v159h168q19 248 186 387t441 139q106 0 232 -31l-43 -270q-78 31 -167 31q-138 0 -211 -62.5t-86 -193.5h309v-159h-312v-122h312 v-160z" unicode="€"/>
<glyph glyph-name="minus" horiz-adv-x="1120" unicode="−" d="M1014 578h-879v264h879v-264z"/>
<glyph glyph-name="glyph162" d="M627 335h79v-178h-79v-157h-225v157h-333l-15 145l348 487h225v-454zM264 335h138v191l-16 -23z" horiz-adv-x="767"/>
<glyph glyph-name="glyph163" d="M277 474h88q101 0 101 82q0 32 -25.5 50.5t-70.5 18.5q-35 0 -62 -13t-27 -38h-224q0 102 85 164.5t221 62.5q154 0 240.5 -61.5t86.5 -165.5q0 -120 -138 -169q154 -41 154 -183q0 -104 -94 -168.5t-249 -64.5q-145 0 -233.5 69t-88.5 183h227q0 -29 29.5 -52.5 t81.5 -23.5q56 0 78.5 25t22.5 56q0 85 -109 86h-94v142z" horiz-adv-x="767"/>
<glyph glyph-name="glyph164" d="M697 0h-628v147l286 253q50 44 74.5 86.5t24.5 62.5q0 76 -85 76q-43 0 -68 -30t-25 -73h-225q0 118 85.5 198.5t221.5 80.5q154 0 237 -65t83 -187q0 -75 -42.5 -137.5t-187.5 -168.5l-81 -68h330v-175z" horiz-adv-x="767"/>
<glyph glyph-name="glyph165" d="M542 0h-223v533l-176 -36v167l380 122h19v-786z" horiz-adv-x="767"/>
<glyph glyph-name="uni00A0" horiz-adv-x="510" unicode=" "/>
<glyph glyph-name="uni00AD" horiz-adv-x="921" unicode="­" d="M753 497h-601v261h601v-261z"/>
<glyph glyph-name="Eth" horiz-adv-x="1354" unicode="Ð" d="M140 0v635h-170v191h170v630h469q193 0 347 -87.5t240.5 -247t87.5 -357.5v-67q0 -200 -84.5 -358.5t-238 -248t-342.5 -90.5h-479zM700 635h-209v-365h122q151 0 232 107.5t81 319.5v63q0 211 -81 318t-236 107h-118v-359h209v-191z"/>
<glyph glyph-name="Agrave" horiz-adv-x="1395" unicode="À" d="M937 272h-481l-84 -272h-375l534 1456h330l538 -1456h-377zM540 543h313l-157 505zM860 1532h-274l-282 314h356z"/>
<glyph glyph-name="Aacute" horiz-adv-x="1395" unicode="Á" d="M937 272h-481l-84 -272h-375l534 1456h330l538 -1456h-377zM540 543h313l-157 505zM742 1846h356l-278 -314h-275z"/>
<glyph glyph-name="Acircumflex" horiz-adv-x="1395" unicode="Â" d="M937 272h-481l-84 -272h-375l534 1456h330l538 -1456h-377zM540 543h313l-157 505zM1124 1565v-13h-266l-159 136l-159 -136h-260v17l323 277h193z"/>
<glyph glyph-name="Atilde" horiz-adv-x="1395" unicode="Ã" d="M937 272h-481l-84 -272h-375l534 1456h330l538 -1456h-377zM540 543h313l-157 505zM1085 1837q0 -114 -66.5 -193.5t-164.5 -79.5q-66 0 -147 42t-131 42q-32 0 -54.5 -22t-22.5 -68l-187 10q0 111 66.5 192t163.5 81q50 0 131 -36.5t102.5 -41.5t45.5 -5q32 0 55 22 t23 68z"/>
<glyph glyph-name="Adieresis" horiz-adv-x="1395" unicode="Ä" d="M937 272h-481l-84 -272h-375l534 1456h330l538 -1456h-377zM540 543h313l-157 505zM436 1808q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM955 1808q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39 t-43.5 94t43.5 94t107.5 39z"/>
<glyph glyph-name="Aring" horiz-adv-x="1395" unicode="Å" d="M937 272h-481l-84 -272h-375l534 1456h330l538 -1456h-377zM540 543h313l-157 505zM477 1729q0 86 65.5 144.5t159.5 58.5q93 0 158.5 -58.5t65.5 -144.5q0 -85 -64.5 -142t-159.5 -57q-96 0 -160.5 57t-64.5 142zM702 1625q48 0 75.5 30t27.5 74t-27.5 75t-75.5 31 q-49 0 -76.5 -31t-27.5 -75t27.5 -74t76.5 -30z"/>
<glyph glyph-name="Ccedilla" horiz-adv-x="1344" unicode="Ç" d="M1288 493q-7 -152 -82 -268.5t-210.5 -180.5t-309.5 -64q-287 0 -452 187t-165 528v72q0 214 74.5 374.5t214.5 248t324 87.5q265 0 426 -139.5t183 -384.5h-350q-4 133 -67 191t-192 58q-131 0 -192 -98t-64 -313v-103q0 -233 58.5 -333t201.5 -100q121 0 185 57t68 181 h349zM818 10l-10 -61q150 -28 150 -173q0 -116 -99 -182t-275 -66l-7 186q88 0 88 77q0 38 -31.5 53t-102.5 20l31 146h256z"/>
<glyph glyph-name="Egrave" horiz-adv-x="1146" unicode="È" d="M1013 617h-552v-347h652v-270h-1003v1456h1005v-271h-654v-307h552v-261zM804 1532h-274l-282 314h356z"/>
<glyph glyph-name="Eacute" horiz-adv-x="1146" unicode="É" d="M1013 617h-552v-347h652v-270h-1003v1456h1005v-271h-654v-307h552v-261zM686 1846h356l-278 -314h-275z"/>
<glyph glyph-name="Ecircumflex" horiz-adv-x="1146" unicode="Ê" d="M1013 617h-552v-347h652v-270h-1003v1456h1005v-271h-654v-307h552v-261zM1068 1565v-13h-266l-159 136l-159 -136h-260v17l323 277h193z"/>
<glyph glyph-name="Edieresis" horiz-adv-x="1146" unicode="Ë" d="M1013 617h-552v-347h652v-270h-1003v1456h1005v-271h-654v-307h552v-261zM380 1808q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM899 1808q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94 t43.5 94t107.5 39z"/>
<glyph glyph-name="Igrave" horiz-adv-x="618" unicode="Ì" d="M484 0h-350v1456h350v-1456zM470 1532h-274l-282 314h356z"/>
<glyph glyph-name="Iacute" horiz-adv-x="618" unicode="Í" d="M484 0h-350v1456h350v-1456zM351 1846h356l-278 -314h-275z"/>
<glyph glyph-name="Icircumflex" horiz-adv-x="618" unicode="Î" d="M484 0h-350v1456h350v-1456zM734 1565v-13h-266l-159 136l-159 -136h-260v17l323 277h193z"/>
<glyph glyph-name="Idieresis" horiz-adv-x="618" unicode="Ï" d="M484 0h-350v1456h350v-1456zM46 1808q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM565 1808q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39z"/>
<glyph glyph-name="Ntilde" horiz-adv-x="1438" unicode="Ñ" d="M1326 0h-349l-516 906v-906h-351v1456h351l515 -906v906h350v-1456zM1112 1837q0 -114 -66.5 -193.5t-164.5 -79.5q-66 0 -147 42t-131 42q-32 0 -54.5 -22t-22.5 -68l-187 10q0 111 66.5 192t163.5 81q50 0 131 -36.5t102.5 -41.5t45.5 -5q32 0 55 22t23 68z"/>
<glyph glyph-name="Ograve" horiz-adv-x="1414" unicode="Ò" d="M1343 698q0 -213 -79 -377t-224.5 -252.5t-331.5 -88.5t-330 85.5t-224.5 244.5t-84.5 365v82q0 214 78.5 377.5t225 252.5t333.5 89q185 0 330 -88t225.5 -250.5t81.5 -372.5v-67zM986 759q0 217 -72.5 329.5t-207.5 112.5q-264 0 -279 -396l-1 -107q0 -214 71 -329 t211 -115q133 0 205 113t73 325v67zM865 1532h-274l-282 314h356z"/>
<glyph glyph-name="Oacute" horiz-adv-x="1414" unicode="Ó" d="M1343 698q0 -213 -79 -377t-224.5 -252.5t-331.5 -88.5t-330 85.5t-224.5 244.5t-84.5 365v82q0 214 78.5 377.5t225 252.5t333.5 89q185 0 330 -88t225.5 -250.5t81.5 -372.5v-67zM986 759q0 217 -72.5 329.5t-207.5 112.5q-264 0 -279 -396l-1 -107q0 -214 71 -329 t211 -115q133 0 205 113t73 325v67zM747 1846h356l-278 -314h-275z"/>
<glyph glyph-name="Ocircumflex" horiz-adv-x="1414" unicode="Ô" d="M1343 698q0 -213 -79 -377t-224.5 -252.5t-331.5 -88.5t-330 85.5t-224.5 244.5t-84.5 365v82q0 214 78.5 377.5t225 252.5t333.5 89q185 0 330 -88t225.5 -250.5t81.5 -372.5v-67zM986 759q0 217 -72.5 329.5t-207.5 112.5q-264 0 -279 -396l-1 -107q0 -214 71 -329 t211 -115q133 0 205 113t73 325v67zM1129 1565v-13h-266l-159 136l-159 -136h-260v17l323 277h193z"/>
<glyph glyph-name="Otilde" horiz-adv-x="1414" unicode="Õ" d="M1343 698q0 -213 -79 -377t-224.5 -252.5t-331.5 -88.5t-330 85.5t-224.5 244.5t-84.5 365v82q0 214 78.5 377.5t225 252.5t333.5 89q185 0 330 -88t225.5 -250.5t81.5 -372.5v-67zM986 759q0 217 -72.5 329.5t-207.5 112.5q-264 0 -279 -396l-1 -107q0 -214 71 -329 t211 -115q133 0 205 113t73 325v67zM1090 1837q0 -114 -66.5 -193.5t-164.5 -79.5q-66 0 -147 42t-131 42q-32 0 -54.5 -22t-22.5 -68l-187 10q0 111 66.5 192t163.5 81q50 0 131 -36.5t102.5 -41.5t45.5 -5q32 0 55 22t23 68z"/>
<glyph glyph-name="Odieresis" horiz-adv-x="1414" unicode="Ö" d="M1343 698q0 -213 -79 -377t-224.5 -252.5t-331.5 -88.5t-330 85.5t-224.5 244.5t-84.5 365v82q0 214 78.5 377.5t225 252.5t333.5 89q185 0 330 -88t225.5 -250.5t81.5 -372.5v-67zM986 759q0 217 -72.5 329.5t-207.5 112.5q-264 0 -279 -396l-1 -107q0 -214 71 -329 t211 -115q133 0 205 113t73 325v67zM441 1808q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM960 1808q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39z"/>
<glyph glyph-name="Ugrave" horiz-adv-x="1361" unicode="Ù" d="M1252 1456v-953q0 -162 -69 -280.5t-198 -180.5t-305 -62q-266 0 -419 138t-156 378v960h353v-967q6 -239 222 -239q109 0 165 60t56 195v951h351zM835 1532h-274l-282 314h356z"/>
<glyph glyph-name="Uacute" horiz-adv-x="1361" unicode="Ú" d="M1252 1456v-953q0 -162 -69 -280.5t-198 -180.5t-305 -62q-266 0 -419 138t-156 378v960h353v-967q6 -239 222 -239q109 0 165 60t56 195v951h351zM717 1846h356l-278 -314h-275z"/>
<glyph glyph-name="Ucircumflex" horiz-adv-x="1361" unicode="Û" d="M1252 1456v-953q0 -162 -69 -280.5t-198 -180.5t-305 -62q-266 0 -419 138t-156 378v960h353v-967q6 -239 222 -239q109 0 165 60t56 195v951h351zM1099 1565v-13h-266l-159 136l-159 -136h-260v17l323 277h193z"/>
<glyph glyph-name="Udieresis" horiz-adv-x="1361" unicode="Ü" d="M1252 1456v-953q0 -162 -69 -280.5t-198 -180.5t-305 -62q-266 0 -419 138t-156 378v960h353v-967q6 -239 222 -239q109 0 165 60t56 195v951h351zM411 1808q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM930 1808 q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39z"/>
<glyph glyph-name="Yacute" horiz-adv-x="1286" unicode="Ý" d="M643 824l268 632h379l-469 -933v-523h-356v523l-468 933h377zM686 1846h356l-278 -314h-275z"/>
<glyph glyph-name="agrave" horiz-adv-x="1087" unicode="à" d="M704 0q-18 33 -32 97q-93 -117 -260 -117q-153 0 -260 92.5t-107 232.5q0 176 130 266t378 90h104v57q0 149 -129 149q-120 0 -120 -118h-337q0 157 133.5 255t340.5 98t327 -101t123 -277v-479q2 -149 46 -228v-17h-337zM493 220q63 0 104.5 27t59.5 61v173h-98 q-176 0 -176 -158q0 -46 31 -74.5t79 -28.5zM695 1222h-274l-282 314h356z"/>
<glyph glyph-name="aacute" horiz-adv-x="1087" unicode="á" d="M704 0q-18 33 -32 97q-93 -117 -260 -117q-153 0 -260 92.5t-107 232.5q0 176 130 266t378 90h104v57q0 149 -129 149q-120 0 -120 -118h-337q0 157 133.5 255t340.5 98t327 -101t123 -277v-479q2 -149 46 -228v-17h-337zM493 220q63 0 104.5 27t59.5 61v173h-98 q-176 0 -176 -158q0 -46 31 -74.5t79 -28.5zM577 1536h356l-278 -314h-275z"/>
<glyph glyph-name="acircumflex" horiz-adv-x="1087" unicode="â" d="M704 0q-18 33 -32 97q-93 -117 -260 -117q-153 0 -260 92.5t-107 232.5q0 176 130 266t378 90h104v57q0 149 -129 149q-120 0 -120 -118h-337q0 157 133.5 255t340.5 98t327 -101t123 -277v-479q2 -149 46 -228v-17h-337zM493 220q63 0 104.5 27t59.5 61v173h-98 q-176 0 -176 -158q0 -46 31 -74.5t79 -28.5zM959 1255v-13h-266l-159 136l-159 -136h-260v17l323 277h193z"/>
<glyph glyph-name="atilde" horiz-adv-x="1087" unicode="ã" d="M704 0q-18 33 -32 97q-93 -117 -260 -117q-153 0 -260 92.5t-107 232.5q0 176 130 266t378 90h104v57q0 149 -129 149q-120 0 -120 -118h-337q0 157 133.5 255t340.5 98t327 -101t123 -277v-479q2 -149 46 -228v-17h-337zM493 220q63 0 104.5 27t59.5 61v173h-98 q-176 0 -176 -158q0 -46 31 -74.5t79 -28.5zM920 1528q0 -114 -66.5 -193.5t-164.5 -79.5q-66 0 -147 42t-131 42q-32 0 -54.5 -22t-22.5 -68l-187 10q0 111 66.5 192t163.5 81q50 0 131 -36.5t102.5 -41.5t45.5 -5q32 0 55 22t23 68z"/>
<glyph glyph-name="adieresis" horiz-adv-x="1087" unicode="ä" d="M704 0q-18 33 -32 97q-93 -117 -260 -117q-153 0 -260 92.5t-107 232.5q0 176 130 266t378 90h104v57q0 149 -129 149q-120 0 -120 -118h-337q0 157 133.5 255t340.5 98t327 -101t123 -277v-479q2 -149 46 -228v-17h-337zM493 220q63 0 104.5 27t59.5 61v173h-98 q-176 0 -176 -158q0 -46 31 -74.5t79 -28.5zM271 1498q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM790 1498q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39z"/>
<glyph glyph-name="aring" horiz-adv-x="1087" unicode="å" d="M704 0q-18 33 -32 97q-93 -117 -260 -117q-153 0 -260 92.5t-107 232.5q0 176 130 266t378 90h104v57q0 149 -129 149q-120 0 -120 -118h-337q0 157 133.5 255t340.5 98t327 -101t123 -277v-479q2 -149 46 -228v-17h-337zM493 220q63 0 104.5 27t59.5 61v173h-98 q-176 0 -176 -158q0 -46 31 -74.5t79 -28.5zM312 1419q0 86 65.5 144.5t159.5 58.5q93 0 158.5 -58.5t65.5 -144.5q0 -85 -64.5 -142t-159.5 -57q-96 0 -160.5 57t-64.5 142zM537 1315q48 0 75.5 30t27.5 74t-27.5 75t-75.5 31q-49 0 -76.5 -31t-27.5 -75t27.5 -74t76.5 -30 z"/>
<glyph glyph-name="ccedilla" horiz-adv-x="1064" unicode="ç" d="M552 240q71 0 110 38.5t38 107.5h316q0 -178 -127.5 -292t-328.5 -114q-236 0 -372 148t-136 410v14q0 164 60.5 289.5t174.5 193t270 67.5q211 0 335 -117t124 -317h-316q0 84 -41 129t-110 45q-131 0 -153 -167q-7 -53 -7 -146q0 -163 39 -226t124 -63zM698 10l-10 -61 q150 -28 150 -173q0 -116 -99 -182t-275 -66l-7 186q88 0 88 77q0 38 -31.5 53t-102.5 20l31 146h256z"/>
<glyph glyph-name="egrave" horiz-adv-x="1115" unicode="è" d="M618 -20q-249 0 -403 148.5t-154 386.5v28q0 166 61.5 293t179.5 196.5t280 69.5q228 0 360 -141.5t132 -394.5v-131h-670q18 -91 79 -143t158 -52q160 0 250 112l154 -182q-63 -87 -178.5 -138.5t-248.5 -51.5zM580 842q-148 0 -176 -196h340v26q2 81 -41 125.5 t-123 44.5zM694 1223h-274l-282 314h356z"/>
<glyph glyph-name="eacute" horiz-adv-x="1115" unicode="é" d="M618 -20q-249 0 -403 148.5t-154 386.5v28q0 166 61.5 293t179.5 196.5t280 69.5q228 0 360 -141.5t132 -394.5v-131h-670q18 -91 79 -143t158 -52q160 0 250 112l154 -182q-63 -87 -178.5 -138.5t-248.5 -51.5zM580 842q-148 0 -176 -196h340v26q2 81 -41 125.5 t-123 44.5zM576 1537h356l-278 -314h-275z"/>
<glyph glyph-name="ecircumflex" horiz-adv-x="1115" unicode="ê" d="M618 -20q-249 0 -403 148.5t-154 386.5v28q0 166 61.5 293t179.5 196.5t280 69.5q228 0 360 -141.5t132 -394.5v-131h-670q18 -91 79 -143t158 -52q160 0 250 112l154 -182q-63 -87 -178.5 -138.5t-248.5 -51.5zM580 842q-148 0 -176 -196h340v26q2 81 -41 125.5 t-123 44.5zM958 1256v-13h-266l-159 136l-159 -136h-260v17l323 277h193z"/>
<glyph glyph-name="edieresis" horiz-adv-x="1115" unicode="ë" d="M618 -20q-249 0 -403 148.5t-154 386.5v28q0 166 61.5 293t179.5 196.5t280 69.5q228 0 360 -141.5t132 -394.5v-131h-670q18 -91 79 -143t158 -52q160 0 250 112l154 -182q-63 -87 -178.5 -138.5t-248.5 -51.5zM580 842q-148 0 -176 -196h340v26q2 81 -41 125.5 t-123 44.5zM270 1499q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM789 1499q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39z"/>
<glyph glyph-name="igrave" horiz-adv-x="584" unicode="ì" d="M462 0h-339v1082h339v-1082zM455 1202h-274l-282 314h356z"/>
<glyph glyph-name="iacute" horiz-adv-x="584" unicode="í" d="M462 0h-339v1082h339v-1082zM336 1516h356l-278 -314h-275z"/>
<glyph glyph-name="icircumflex" horiz-adv-x="584" unicode="î" d="M462 0h-339v1082h339v-1082zM719 1235v-13h-266l-159 136l-159 -136h-260v17l323 277h193z"/>
<glyph glyph-name="idieresis" horiz-adv-x="584" unicode="ï" d="M462 0h-339v1082h339v-1082zM31 1478q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM550 1478q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39z"/>
<glyph glyph-name="ntilde" horiz-adv-x="1155" unicode="ñ" d="M404 1082l11 -127q112 147 309 147q169 0 252.5 -101t86.5 -304v-697h-338v683q0 82 -33 120.5t-120 38.5q-99 0 -147 -78v-764h-337v1082h316zM963 1528q0 -114 -66.5 -193.5t-164.5 -79.5q-66 0 -147 42t-131 42q-32 0 -54.5 -22t-22.5 -68l-187 10q0 111 66.5 192 t163.5 81q50 0 131 -36.5t102.5 -41.5t45.5 -5q32 0 55 22t23 68z"/>
<glyph glyph-name="ograve" horiz-adv-x="1150" unicode="ò" d="M52 551q0 162 63 288.5t181 194.5t277 68q243 0 383 -150.5t140 -409.5v-12q0 -253 -140.5 -401.5t-380.5 -148.5q-231 0 -371 138.5t-151 375.5zM389 530q0 -150 47 -220t139 -70q180 0 184 277v34q0 291 -186 291q-169 0 -183 -251zM737 1222h-274l-282 314h356z"/>
<glyph glyph-name="oacute" horiz-adv-x="1150" unicode="ó" d="M52 551q0 162 63 288.5t181 194.5t277 68q243 0 383 -150.5t140 -409.5v-12q0 -253 -140.5 -401.5t-380.5 -148.5q-231 0 -371 138.5t-151 375.5zM389 530q0 -150 47 -220t139 -70q180 0 184 277v34q0 291 -186 291q-169 0 -183 -251zM619 1536h356l-278 -314h-275z"/>
<glyph glyph-name="ocircumflex" horiz-adv-x="1150" unicode="ô" d="M52 551q0 162 63 288.5t181 194.5t277 68q243 0 383 -150.5t140 -409.5v-12q0 -253 -140.5 -401.5t-380.5 -148.5q-231 0 -371 138.5t-151 375.5zM389 530q0 -150 47 -220t139 -70q180 0 184 277v34q0 291 -186 291q-169 0 -183 -251zM1001 1255v-13h-266l-159 136 l-159 -136h-260v17l323 277h193z"/>
<glyph glyph-name="otilde" horiz-adv-x="1150" unicode="õ" d="M52 551q0 162 63 288.5t181 194.5t277 68q243 0 383 -150.5t140 -409.5v-12q0 -253 -140.5 -401.5t-380.5 -148.5q-231 0 -371 138.5t-151 375.5zM389 530q0 -150 47 -220t139 -70q180 0 184 277v34q0 291 -186 291q-169 0 -183 -251zM962 1528q0 -114 -66.5 -193.5 t-164.5 -79.5q-66 0 -147 42t-131 42q-32 0 -54.5 -22t-22.5 -68l-187 10q0 111 66.5 192t163.5 81q50 0 131 -36.5t102.5 -41.5t45.5 -5q32 0 55 22t23 68z"/>
<glyph glyph-name="odieresis" horiz-adv-x="1150" unicode="ö" d="M52 551q0 162 63 288.5t181 194.5t277 68q243 0 383 -150.5t140 -409.5v-12q0 -253 -140.5 -401.5t-380.5 -148.5q-231 0 -371 138.5t-151 375.5zM389 530q0 -150 47 -220t139 -70q180 0 184 277v34q0 291 -186 291q-169 0 -183 -251zM313 1498q63 0 106.5 -39t43.5 -94 t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM832 1498q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39z"/>
<glyph glyph-name="ugrave" horiz-adv-x="1155" unicode="ù" d="M739 117q-107 -137 -289 -137q-178 0 -269.5 103.5t-91.5 297.5v701h337v-703q0 -139 135 -139q116 0 165 83v759h339v-1082h-316zM737 1222h-274l-282 314h356z"/>
<glyph glyph-name="uacute" horiz-adv-x="1155" unicode="ú" d="M739 117q-107 -137 -289 -137q-178 0 -269.5 103.5t-91.5 297.5v701h337v-703q0 -139 135 -139q116 0 165 83v759h339v-1082h-316zM619 1536h356l-278 -314h-275z"/>
<glyph glyph-name="ucircumflex" horiz-adv-x="1155" unicode="û" d="M739 117q-107 -137 -289 -137q-178 0 -269.5 103.5t-91.5 297.5v701h337v-703q0 -139 135 -139q116 0 165 83v759h339v-1082h-316zM1001 1255v-13h-266l-159 136l-159 -136h-260v17l323 277h193z"/>
<glyph glyph-name="udieresis" horiz-adv-x="1155" unicode="ü" d="M739 117q-107 -137 -289 -137q-178 0 -269.5 103.5t-91.5 297.5v701h337v-703q0 -139 135 -139q116 0 165 83v759h339v-1082h-316zM313 1498q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM832 1498q63 0 106.5 -39 t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39z"/>
<glyph glyph-name="yacute" horiz-adv-x="1061" unicode="ý" d="M527 472l180 610h361l-441 -1263l-19 -46q-94 -210 -332 -210q-66 0 -139 20v241h44q71 0 108.5 20.5t55.5 73.5l27 72l-376 1092h360zM571 1536h356l-278 -314h-275z"/>
<glyph glyph-name="ydieresis" horiz-adv-x="1061" unicode="ÿ" d="M527 472l180 610h361l-441 -1263l-19 -46q-94 -210 -332 -210q-66 0 -139 20v241h44q71 0 108.5 20.5t55.5 73.5l27 72l-376 1092h360zM265 1498q63 0 106.5 -39t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39zM784 1498q63 0 106.5 -39 t43.5 -94t-43.5 -94t-106.5 -39q-64 0 -107.5 39t-43.5 94t43.5 94t107.5 39z"/>
</font>
</defs>
</svg>
File deleted
File deleted
File deleted
File deleted
<?xml version="1.0" encoding="UTF-8" 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">
<defs>
<font id="RobotoDraft-Bold" horiz-adv-x="1175">
<font-face underline-position="-100" font-weight="700" descent="-512" panose-1="2 0 0 0 0 0 0 0 0 0" units-per-em="2048" unicode-range="U+000D-2212" bbox="-102 -463 1876 1935" x-height="1082" underline-thickness="100" font-family="RobotoDraft" ascent="1536" cap-height="1456"/>
<missing-glyph d="M808 0h-708v1456h708v-1456zM754 84v1287l-274 -643zM154 1359v-1263l268 632zM194 54h515l-258 606zM451 796l258 606h-515z" horiz-adv-x="908"/>
<glyph glyph-name="f_i.liga" horiz-adv-x="1246" unicode="fi" d="M181 0v870h-161v212h161v50q2 204 125.5 314.5t348.5 110.5q135 0 328 -59l-42 -239q-98 29 -152 37.5t-116 8.5q-202 0 -202 -179v-44h213v-212h-213v-870h-290zM1118 0h-290v1082h290v-1082z"/>
<glyph glyph-name="f_l.liga" horiz-adv-x="1255" unicode="fl" d="M836 1312q-86 10 -160 10q-196 0 -196 -167v-73h215v-212h-215v-870h-290v870h-161v212h161v84q2 188 118 289.5t328 101.5q151 0 490 -32v-1525h-290v1312z"/>
<glyph glyph-name=".notdef" d="M808 0h-708v1456h708v-1456zM754 84v1287l-274 -643zM154 1359v-1263l268 632zM194 54h515l-258 606zM451 796l258 606h-515z" horiz-adv-x="908"/>
<glyph glyph-name="uni0000" horiz-adv-x="0"/>
<glyph glyph-name="glyph2" horiz-adv-x="0"/>
<glyph glyph-name="uni000D" horiz-adv-x="510" unicode=" "/>
<glyph glyph-name="space" horiz-adv-x="510" unicode=" "/>
<glyph glyph-name="exclam" horiz-adv-x="557" unicode="!" d="M405 447h-240l-34 1009h308zM285 289q73 0 117.5 -43t44.5 -110q0 -66 -44.5 -109t-117.5 -43q-72 0 -116.5 43t-44.5 109t44.5 109.5t116.5 43.5z"/>
<glyph glyph-name="quotedbl" horiz-adv-x="657" unicode='&quot;' d="M266 1398l-40 -411h-162v549h202v-138zM591 1398l-39 -411h-162v549h201v-138z"/>
<glyph glyph-name="numbersign" horiz-adv-x="1220" unicode="#" d="M667 410h-193l-72 -410h-183l72 410h-227v172h257l50 284h-232v174h263l73 416h182l-73 -416h194l73 416h183l-73 -416h219v-174h-250l-50 -284h224v-172h-254l-72 -410h-183zM504 582h193l50 284h-194z"/>
<glyph glyph-name="dollar" d="M790 383q0 82 -45.5 130.5t-154.5 89.5t-188 81.5t-135.5 93t-88 123.5t-31.5 169q0 169 108 277t287 126v214h160v-217q177 -25 277 -147.5t100 -317.5h-289q0 120 -49.5 179.5t-132.5 59.5q-82 0 -127 -46.5t-45 -128.5q0 -76 44 -122t163.5 -94t196.5 -90.5t130 -96 t81 -122t28 -159.5q0 -170 -106 -276t-292 -125v-199h-159v198q-205 22 -317.5 145.5t-112.5 328.5h289q0 -119 56.5 -182.5t162.5 -63.5q88 0 139 46.5t51 125.5z" unicode="$"/>
<glyph glyph-name="percent" horiz-adv-x="1512" unicode="%" d="M95 1176q0 134 87 217.5t228 83.5q143 0 230 -82.5t87 -223.5v-72q0 -135 -87 -217t-228 -82q-142 0 -229.5 82.5t-87.5 222.5v71zM287 1099q0 -60 34.5 -96.5t90.5 -36.5t89 37t33 99v74q0 60 -33 97t-91 37q-55 0 -89 -36.5t-34 -101.5v-73zM791 357q0 135 88 217.5 t228 82.5q142 0 229.5 -81.5t87.5 -224.5v-72q0 -134 -86 -216.5t-229 -82.5q-144 0 -231 83t-87 220v74zM983 279q0 -55 36 -94t90 -39q122 0 122 135v76q0 60 -34 96.5t-90 36.5t-90 -36.5t-34 -99.5v-75zM469 109l-141 76l711 1138l141 -76z"/>
<glyph glyph-name="ampersand" horiz-adv-x="1344" unicode="&amp;" d="M71 392q0 101 56.5 187t207.5 191q-65 87 -102 163.5t-37 159.5q0 170 107.5 276.5t289.5 106.5q163 0 267.5 -97t104.5 -242q0 -174 -176 -307l-112 -81l251 -292q59 116 59 256h246q0 -284 -131 -460l218 -253h-328l-75 86q-161 -106 -370 -106q-216 0 -346 113.5 t-130 298.5zM561 212q104 0 197 58l-287 332l-21 -15q-89 -76 -89 -179q0 -87 55.5 -141.5t144.5 -54.5zM455 1097q0 -75 88 -189l77 51q59 38 81.5 74t22.5 86t-37 87t-95 37q-62 0 -99.5 -40t-37.5 -106z"/>
<glyph glyph-name="quotesingle" horiz-adv-x="331" unicode="&apos;" d="M275 1389l-29 -404h-183v551h212v-147z"/>
<glyph glyph-name="parenleft" horiz-adv-x="719" unicode="(" d="M124 592q0 229 61 436t180 366.5t258 221.5l56 -156q-146 -108 -228 -334t-82 -528v-31q0 -303 81 -530t229 -339l-56 -153q-136 61 -253.5 215.5t-179.5 356.5t-66 422v53z"/>
<glyph glyph-name="parenright" horiz-adv-x="722" unicode=")" d="M609 569q0 -226 -65 -435t-187 -369t-261 -220l-56 153q142 107 224 330t85 513v53q0 299 -81.5 527t-227.5 342l56 153q136 -59 256.5 -214t187 -361t69.5 -427v-45z"/>
<glyph glyph-name="asterisk" horiz-adv-x="928" unicode="*" d="M341 962l-314 89l59 181l311 -125l-20 349h196l-20 -356l303 123l59 -183l-320 -89l210 -266l-159 -113l-182 292l-180 -282l-159 108z"/>
<glyph glyph-name="plus" horiz-adv-x="1118" unicode="+" d="M694 815h361v-261h-361v-408h-275v408h-362v261h362v391h275v-391z"/>
<glyph glyph-name="comma" horiz-adv-x="500" unicode="," d="M186 -365l-151 79l36 65q67 122 69 243v224h244l-1 -200q-1 -111 -56 -224t-141 -187z"/>
<glyph glyph-name="hyphen" horiz-adv-x="794" unicode="-" d="M673 507h-563v233h563v-233z"/>
<glyph glyph-name="period" horiz-adv-x="595" unicode="." d="M126 142q0 69 46.5 112t116.5 43q71 0 117.5 -43t46.5 -112q0 -68 -46 -110.5t-118 -42.5q-71 0 -117 42.5t-46 110.5z"/>
<glyph glyph-name="slash" horiz-adv-x="765" unicode="/" d="M202 -125h-215l536 1581h215z"/>
<glyph glyph-name="zero" d="M1079 602q0 -302 -125 -462t-366 -160q-238 0 -364 157t-129 450v268q0 305 126.5 463t364.5 158t364 -156.5t129 -449.5v-268zM790 896q0 181 -49.5 263.5t-154.5 82.5q-102 0 -150.5 -78.5t-51.5 -245.5v-354q0 -178 48.5 -264.5t155.5 -86.5q106 0 153 83t49 254v346z " unicode="0"/>
<glyph glyph-name="one" d="M801 0h-289v1114l-345 -107v235l603 216h31v-1458z" unicode="1"/>
<glyph glyph-name="two" d="M1097 0h-998v198l471 502q97 106 143.5 185t46.5 150q0 97 -49 152.5t-140 55.5q-98 0 -154.5 -67.5t-56.5 -177.5h-290q0 133 63.5 243t179.5 172.5t263 62.5q225 0 349.5 -108t124.5 -305q0 -108 -56 -220t-192 -261l-331 -349h626v-233z" unicode="2"/>
<glyph glyph-name="three" d="M393 856h154q110 0 163 55t53 146q0 88 -52.5 137t-144.5 49q-83 0 -139 -45.5t-56 -118.5h-289q0 114 61.5 204.5t172 141.5t243.5 51q231 0 362 -110.5t131 -304.5q0 -100 -61 -184t-160 -129q123 -44 183.5 -132t60.5 -208q0 -194 -141.5 -311t-374.5 -117 q-218 0 -356.5 115t-138.5 304h289q0 -82 61.5 -134t151.5 -52q103 0 161.5 54.5t58.5 144.5q0 218 -240 218h-153v226z" unicode="3"/>
<glyph glyph-name="four" d="M954 548h165v-233h-165v-315h-289v315h-597l-13 182l607 959h292v-908zM343 548h322v514l-19 -33z" unicode="4"/>
<glyph glyph-name="five" d="M142 716l84 740h816v-241h-579l-36 -313q103 55 219 55q208 0 326 -129t118 -361q0 -141 -59.5 -252.5t-170.5 -173t-262 -61.5q-132 0 -245 53.5t-178.5 150.5t-69.5 221h286q9 -91 63.5 -141.5t142.5 -50.5q98 0 151 70.5t53 199.5q0 124 -61 190t-173 66 q-103 0 -167 -54l-28 -26z" unicode="5"/>
<glyph glyph-name="six" d="M883 1471v-238h-28q-196 -3 -315.5 -102t-143.5 -275q116 118 293 118q190 0 302 -136t112 -358q0 -142 -61.5 -257t-174 -179t-254.5 -64q-230 0 -371.5 160t-141.5 427v104q0 237 89.5 418.5t257 281t388.5 100.5h48zM601 742q-70 0 -127 -36.5t-84 -96.5v-88 q0 -145 57 -226.5t160 -81.5q93 0 150.5 73.5t57.5 190.5q0 119 -58 192t-156 73z" unicode="6"/>
<glyph glyph-name="seven" d="M1089 1294l-563 -1294h-305l564 1222h-724v234h1028v-162z" unicode="7"/>
<glyph glyph-name="eight" d="M1048 1069q0 -106 -53 -188t-146 -131q106 -51 168 -140.5t62 -210.5q0 -194 -132 -306.5t-359 -112.5t-360 113t-133 306q0 121 62 211t167 140q-93 49 -145.5 131t-52.5 188q0 186 124 296.5t337 110.5q212 0 336.5 -109.5t124.5 -297.5zM789 420q0 95 -55 152t-148 57 q-92 0 -147 -56.5t-55 -152.5q0 -93 54 -150t150 -57q94 0 147.5 55t53.5 152zM759 1055q0 85 -45 136.5t-127 51.5q-81 0 -126 -50t-45 -138q0 -87 45 -140t127 -53t126.5 53t44.5 140z" unicode="8"/>
<glyph glyph-name="nine" d="M775 582q-113 -111 -264 -111q-193 0 -309 132.5t-116 357.5q0 143 62.5 262.5t174.5 186t252 66.5q144 0 256 -72t174 -207t63 -309v-107q0 -364 -181 -572t-513 -222l-71 -1v241l64 1q377 17 408 354zM582 692q70 0 120.5 36t76.5 87v119q0 147 -56 228t-150 81 q-87 0 -143 -79.5t-56 -199.5q0 -119 54.5 -195.5t153.5 -76.5z" unicode="9"/>
<glyph glyph-name="colon" horiz-adv-x="578" unicode=":" d="M125 142q0 69 46.5 112t116.5 43q71 0 117.5 -43t46.5 -112q0 -68 -46 -110.5t-118 -42.5q-71 0 -117 42.5t-46 110.5zM125 961q0 69 46.5 112t116.5 43q71 0 117.5 -43t46.5 -112q0 -68 -46 -110.5t-118 -42.5q-71 0 -117 42.5t-46 110.5z"/>
<glyph glyph-name="semicolon" horiz-adv-x="537" unicode=";" d="M108 961q0 69 46.5 112t116.5 43q71 0 117.5 -43t46.5 -112q0 -68 -46 -110.5t-118 -42.5q-71 0 -117 42.5t-46 110.5zM208 -365l-151 79l36 65q67 122 69 243v224h244l-1 -200q-1 -111 -56 -224t-141 -187z"/>
<glyph glyph-name="less" horiz-adv-x="1042" unicode="&lt;" d="M345 618l570 -201v-280l-861 365v236l861 365v-280z"/>
<glyph glyph-name="equal" horiz-adv-x="1172" unicode="=" d="M1030 746h-894v236h894v-236zM1030 313h-894v236h894v-236z"/>
<glyph glyph-name="greater" horiz-adv-x="1058" unicode="&gt;" d="M701 621l-581 203v278l871 -365v-235l-871 -366v279z"/>
<glyph glyph-name="question" horiz-adv-x="1019" unicode="?" d="M347 447q0 140 34 223t124.5 163.5t120.5 131t30 106.5q0 169 -156 169q-74 0 -118.5 -45.5t-46.5 -125.5h-290q2 191 123.5 299t331.5 108q212 0 329 -102.5t117 -289.5q0 -85 -38 -160.5t-133 -167.5l-81 -77q-76 -73 -87 -171l-4 -61h-256zM318 140q0 67 45.5 110.5 t116.5 43.5t116.5 -43.5t45.5 -110.5q0 -66 -44.5 -109t-117.5 -43t-117.5 43t-44.5 109z"/>
<glyph glyph-name="at" horiz-adv-x="1833" unicode="@" d="M1749 536q-11 -256 -126.5 -406.5t-310.5 -150.5q-86 0 -148.5 37t-94.5 106q-100 -140 -261 -140q-146 0 -226 123t-60 325q18 165 83.5 293.5t165.5 197.5t216 69q143 0 244 -66l63 -43l-51 -578q-10 -79 17.5 -121t87.5 -42q92 0 154 107.5t68 281.5 q17 349 -140.5 536.5t-466.5 187.5q-193 0 -344 -98t-238 -278.5t-98 -413.5q-16 -354 142 -547.5t473 -193.5q83 0 174 18.5t157 49.5l38 -154q-61 -40 -164.5 -64.5t-208.5 -24.5q-264 0 -450 106.5t-277.5 314t-79.5 495.5q12 276 126 495t310.5 338.5t443.5 119.5 q251 0 432 -107.5t271 -307.5t79 -465zM744 430q-11 -132 23 -200.5t110 -68.5q49 0 93 43t73 124l42 473q-39 13 -80 13q-115 0 -178.5 -98t-82.5 -286z"/>
<glyph glyph-name="A" horiz-adv-x="1378" unicode="A" d="M952 300h-526l-100 -300h-319l542 1456h278l545 -1456h-319zM507 543h364l-183 545z"/>
<glyph glyph-name="B" horiz-adv-x="1307" unicode="B" d="M130 0v1456h510q265 0 402 -101.5t137 -297.5q0 -107 -55 -188.5t-153 -119.5q112 -28 176.5 -113t64.5 -208q0 -210 -134 -318t-382 -110h-566zM430 634v-393h257q106 0 165.5 50.5t59.5 139.5q0 200 -207 203h-275zM430 846h222q227 4 227 181q0 99 -57.5 142.5 t-181.5 43.5h-210v-367z"/>
<glyph glyph-name="C" horiz-adv-x="1340" unicode="C" d="M1273 485q-17 -235 -173.5 -370t-412.5 -135q-280 0 -440.5 188.5t-160.5 517.5v89q0 210 74 370t211.5 245.5t319.5 85.5q252 0 406 -135t178 -379h-300q-11 141 -78.5 204.5t-205.5 63.5q-150 0 -224.5 -107.5t-76.5 -333.5v-110q0 -236 71.5 -345t225.5 -109 q139 0 207.5 63.5t78.5 196.5h300z"/>
<glyph glyph-name="D" horiz-adv-x="1331" unicode="D" d="M130 0v1456h448q192 0 343.5 -86.5t236.5 -246t85 -362.5v-67q0 -203 -83.5 -361t-235.5 -245t-343 -88h-451zM430 1213v-972h145q176 0 269 115t95 329v77q0 222 -92 336.5t-269 114.5h-148z"/>
<glyph glyph-name="E" horiz-adv-x="1152" unicode="E" d="M1006 631h-576v-390h676v-241h-976v1456h974v-243h-674v-347h576v-235z"/>
<glyph glyph-name="F" horiz-adv-x="1122" unicode="F" d="M1006 595h-576v-595h-300v1456h948v-243h-648v-376h576v-242z"/>
<glyph glyph-name="G" horiz-adv-x="1395" unicode="G" d="M1282 184q-81 -97 -229 -150.5t-328 -53.5q-189 0 -331.5 82.5t-220 239.5t-79.5 369v99q0 218 73.5 377.5t212 244t324.5 84.5q259 0 405 -123.5t173 -359.5h-292q-20 125 -88.5 183t-188.5 58q-153 0 -233 -115t-81 -342v-93q0 -229 87 -346t255 -117q169 0 241 72v251 h-273v221h573v-581z"/>
<glyph glyph-name="H" horiz-adv-x="1447" unicode="H" d="M1315 0h-300v624h-585v-624h-300v1456h300v-590h585v590h300v-1456z"/>
<glyph glyph-name="I" horiz-adv-x="597" unicode="I" d="M449 0h-300v1456h300v-1456z"/>
<glyph glyph-name="J" horiz-adv-x="1144" unicode="J" d="M717 1456h300v-1008q0 -139 -61.5 -245.5t-173.5 -164.5t-253 -58q-231 0 -360 117.5t-129 332.5h302q0 -107 45 -158t142 -51q86 0 137 59t51 168v1008z"/>
<glyph glyph-name="K" horiz-adv-x="1300" unicode="K" d="M586 584l-156 -168v-416h-300v1456h300v-660l132 181l371 479h369l-517 -647l532 -809h-357z"/>
<glyph glyph-name="L" horiz-adv-x="1109" unicode="L" d="M430 241h637v-241h-937v1456h300v-1215z"/>
<glyph glyph-name="M" horiz-adv-x="1794" unicode="M" d="M522 1456l374 -1056l372 1056h394v-1456h-301v398l30 687l-393 -1085h-206l-392 1084l30 -686v-398h-300v1456h392z"/>
<glyph glyph-name="N" horiz-adv-x="1446" unicode="N" d="M1314 0h-300l-584 958v-958h-300v1456h300l585 -960v960h299v-1456z"/>
<glyph glyph-name="O" horiz-adv-x="1414" unicode="O" d="M1326 695q0 -215 -76 -377t-217.5 -250t-324.5 -88q-181 0 -323 87t-220 248.5t-79 371.5v72q0 215 77.5 378.5t219 251t323.5 87.5t323.5 -87.5t219 -251t77.5 -377.5v-65zM1022 761q0 229 -82 348t-234 119q-151 0 -233 -117.5t-83 -344.5v-71q0 -223 82 -346t236 -123 q151 0 232 118.5t82 345.5v71z"/>
<glyph glyph-name="P" horiz-adv-x="1321" unicode="P" d="M430 513v-513h-300v1456h568q164 0 288.5 -60t191.5 -170.5t67 -251.5q0 -214 -146.5 -337.5t-405.5 -123.5h-263zM430 756h268q119 0 181.5 56t62.5 160q0 107 -63 173t-174 68h-275v-457z"/>
<glyph glyph-name="Q" horiz-adv-x="1414" unicode="Q" d="M1324 695q0 -204 -66 -354.5t-183 -241.5l242 -190l-191 -169l-310 249q-53 -9 -110 -9q-181 0 -323 87t-220 248.5t-79 371.5v72q0 215 77.5 378.5t219 251t323.5 87.5t323.5 -87.5t219 -251t77.5 -377.5v-65zM1020 761q0 229 -82 348t-234 119q-151 0 -233 -117.5 t-83 -344.5v-71q0 -223 82 -346t236 -123q151 0 232 118.5t82 345.5v71z"/>
<glyph glyph-name="R" horiz-adv-x="1307" unicode="R" d="M669 533h-239v-533h-300v1456h541q258 0 398 -115t140 -325q0 -149 -64.5 -248.5t-195.5 -158.5l315 -595v-14h-322zM430 776h242q113 0 175 57.5t62 158.5q0 103 -58.5 162t-179.5 59h-241v-437z"/>
<glyph glyph-name="S" horiz-adv-x="1259" unicode="S" d="M885 382q0 85 -60 130.5t-216 96t-247 99.5q-248 134 -248 361q0 118 66.5 210.5t191 144.5t279.5 52q156 0 278 -56.5t189.5 -159.5t67.5 -234h-300q0 100 -63 155.5t-177 55.5q-110 0 -171 -46.5t-61 -122.5q0 -71 71.5 -119t210.5 -90q256 -77 373 -191t117 -284 q0 -189 -143 -296.5t-385 -107.5q-168 0 -306 61.5t-210.5 168.5t-72.5 248h301q0 -241 288 -241q107 0 167 43.5t60 121.5z"/>
<glyph glyph-name="T" horiz-adv-x="1267" unicode="T" d="M1226 1213h-446v-1213h-300v1213h-440v243h1186v-243z"/>
<glyph glyph-name="U" horiz-adv-x="1348" unicode="U" d="M1232 1456v-959q0 -239 -149.5 -378t-408.5 -139q-255 0 -405 135t-153 371v970h300v-961q0 -143 68.5 -208.5t189.5 -65.5q253 0 257 266v969h301z"/>
<glyph glyph-name="V" horiz-adv-x="1339" unicode="V" d="M668 361l330 1095h334l-507 -1456h-313l-505 1456h333z"/>
<glyph glyph-name="W" horiz-adv-x="1791" unicode="W" d="M1264 420l196 1036h299l-323 -1456h-302l-237 974l-237 -974h-302l-323 1456h299l197 -1034l240 1034h254z"/>
<glyph glyph-name="X" horiz-adv-x="1301" unicode="X" d="M651 954l273 502h345l-424 -722l435 -734h-349l-280 510l-280 -510h-349l435 734l-424 722h345z"/>
<glyph glyph-name="Y" horiz-adv-x="1266" unicode="Y" d="M632 800l303 656h328l-478 -928v-528h-305v528l-478 928h329z"/>
<glyph glyph-name="Z" horiz-adv-x="1241" unicode="Z" d="M448 241h734v-241h-1109v176l720 1037h-719v243h1092v-172z"/>
<glyph glyph-name="bracketleft" horiz-adv-x="569" unicode="[" d="M552 1471h-142v-1587h142v-223h-432v2033h432v-223z"/>
<glyph glyph-name="backslash" horiz-adv-x="864" unicode="\" d="M0 1456h295l608 -1581h-296z"/>
<glyph glyph-name="bracketright" horiz-adv-x="569" unicode="]" d="M13 1694h432v-2033h-432v223h143v1587h-143v223z"/>
<glyph glyph-name="asciicircum" horiz-adv-x="895" unicode="^" d="M448 1186l-174 -457h-230l299 727h210l299 -727h-229z"/>
<glyph glyph-name="underscore" horiz-adv-x="914" unicode="_" d="M912 -226h-911v226h911v-226z"/>
<glyph glyph-name="grave" horiz-adv-x="677" unicode="`" d="M565 1226h-237l-276 310h315z"/>
<glyph glyph-name="a" horiz-adv-x="1098" unicode="a" d="M738 0q-20 39 -29 97q-105 -117 -273 -117q-159 0 -263.5 92t-104.5 232q0 172 127.5 264t368.5 93h133v62q0 75 -38.5 120t-121.5 45q-73 0 -114.5 -35t-41.5 -96h-289q0 94 58 174t164 125.5t238 45.5q200 0 317.5 -100.5t117.5 -282.5v-469q1 -154 43 -233v-17h-292z M499 201q64 0 118 28.5t80 76.5v186h-108q-217 0 -231 -150l-1 -17q0 -54 38 -89t104 -35z"/>
<glyph glyph-name="b" horiz-adv-x="1153" unicode="b" d="M1086 531q0 -260 -111 -405.5t-310 -145.5q-176 0 -281 135l-13 -115h-260v1536h289v-551q100 117 263 117q198 0 310.5 -145.5t112.5 -409.5v-16zM797 552q0 164 -52 239.5t-155 75.5q-138 0 -190 -113v-427q53 -114 192 -114q140 0 184 138q21 66 21 201z"/>
<glyph glyph-name="c" horiz-adv-x="1068" unicode="c" d="M561 213q80 0 130 44t52 117h271q-1 -110 -60 -201.5t-161.5 -142t-226.5 -50.5q-232 0 -366 147.5t-134 407.5v19q0 250 133 399t365 149q203 0 325.5 -115.5t124.5 -307.5h-271q-2 84 -52 136.5t-132 52.5q-101 0 -152.5 -73.5t-51.5 -238.5v-30q0 -167 51 -240 t155 -73z"/>
<glyph glyph-name="d" horiz-adv-x="1154" unicode="d" d="M66 549q0 253 113.5 403t310.5 150q158 0 261 -118v552h290v-1536h-261l-14 115q-108 -135 -278 -135q-191 0 -306.5 150.5t-115.5 418.5zM355 528q0 -152 53 -233t154 -81q134 0 189 113v427q-54 113 -187 113q-209 0 -209 -339z"/>
<glyph glyph-name="e" horiz-adv-x="1107" unicode="e" d="M609 -20q-238 0 -387.5 146t-149.5 389v28q0 163 63 291.5t178.5 198t263.5 69.5q222 0 349.5 -140t127.5 -397v-118h-689q14 -106 84.5 -170t178.5 -64q167 0 261 121l142 -159q-65 -92 -176 -143.5t-246 -51.5zM576 868q-86 0 -139.5 -58t-68.5 -166h402v23 q-2 96 -52 148.5t-142 52.5z"/>
<glyph glyph-name="f" horiz-adv-x="734" unicode="f" d="M190 0v870h-161v212h161v92q0 182 104.5 282.5t292.5 100.5q60 0 147 -20l-3 -224q-36 9 -88 9q-163 0 -163 -153v-87h215v-212h-215v-870h-290z"/>
<glyph glyph-name="g" horiz-adv-x="1169" unicode="g" d="M69 549q0 249 118.5 401t319.5 152q178 0 277 -122l12 102h262v-1046q0 -142 -64.5 -247t-181.5 -160t-274 -55q-119 0 -232 47.5t-171 122.5l128 176q108 -121 262 -121q115 0 179 61.5t64 174.5v58q-100 -113 -263 -113q-195 0 -315.5 152.5t-120.5 404.5v12zM358 528 q0 -147 59 -230.5t162 -83.5q132 0 189 99v455q-58 99 -187 99q-104 0 -163.5 -85t-59.5 -254z"/>
<glyph glyph-name="h" horiz-adv-x="1146" unicode="h" d="M393 964q115 138 289 138q352 0 357 -409v-693h-289v685q0 93 -40 137.5t-133 44.5q-127 0 -184 -98v-769h-289v1536h289v-572z"/>
<glyph glyph-name="i" horiz-adv-x="543" unicode="i" d="M416 0h-290v1082h290v-1082zM109 1362q0 65 43.5 107t118.5 42q74 0 118 -42t44 -107q0 -66 -44.5 -108t-117.5 -42t-117.5 42t-44.5 108z"/>
<glyph glyph-name="j" horiz-adv-x="532" unicode="j" d="M417 1082v-1141q0 -179 -95 -278.5t-274 -99.5q-75 0 -143 17v229q52 -9 91 -9q131 0 131 139v1143h290zM104 1362q0 65 43.5 107t118.5 42t118.5 -42t43.5 -107q0 -66 -44.5 -108t-117.5 -42t-117.5 42t-44.5 108z"/>
<glyph glyph-name="k" horiz-adv-x="1094" unicode="k" d="M504 434l-104 -104v-330h-289v1536h289v-851l56 72l277 325h347l-391 -451l425 -631h-332z"/>
<glyph glyph-name="l" horiz-adv-x="543" unicode="l" d="M416 0h-290v1536h290v-1536z"/>
<glyph glyph-name="m" horiz-adv-x="1773" unicode="m" d="M382 1082l9 -121q115 141 311 141q209 0 287 -165q114 165 325 165q176 0 262 -102.5t86 -308.5v-691h-290v690q0 92 -36 134.5t-127 42.5q-130 0 -180 -124l1 -743h-289v689q0 94 -37 136t-126 42q-123 0 -178 -102v-765h-289v1082h271z"/>
<glyph glyph-name="n" horiz-adv-x="1147" unicode="n" d="M377 1082l9 -125q116 145 311 145q172 0 256 -101t86 -302v-699h-289v692q0 92 -40 133.5t-133 41.5q-122 0 -183 -104v-763h-289v1082h272z"/>
<glyph glyph-name="o" horiz-adv-x="1158" unicode="o" d="M66 551q0 161 62 287t178.5 195t270.5 69q219 0 357.5 -134t154.5 -364l2 -74q0 -249 -139 -399.5t-373 -150.5t-373.5 150t-139.5 408v13zM355 530q0 -154 58 -235.5t166 -81.5q105 0 164 80.5t59 257.5q0 151 -59 234t-166 83q-106 0 -164 -82.5t-58 -255.5z"/>
<glyph glyph-name="p" horiz-adv-x="1153" unicode="p" d="M1085 531q0 -250 -113.5 -400.5t-306.5 -150.5q-164 0 -265 114v-510h-289v1498h268l10 -106q105 126 274 126q200 0 311 -148t111 -408v-15zM796 552q0 151 -53.5 233t-155.5 82q-136 0 -187 -104v-443q53 -107 189 -107q207 0 207 339z"/>
<glyph glyph-name="q" horiz-adv-x="1157" unicode="q" d="M66 551q0 255 113.5 403t311.5 148q174 0 277 -133l19 113h254v-1498h-290v509q-100 -113 -262 -113q-193 0 -308 150t-115 421zM355 530q0 -155 54.5 -236t153.5 -81q133 0 188 106v447q-54 102 -186 102q-100 0 -155 -81t-55 -257z"/>
<glyph glyph-name="r" horiz-adv-x="747" unicode="r" d="M719 811q-59 8 -104 8q-164 0 -215 -111v-708h-289v1082h273l8 -129q87 149 241 149q48 0 90 -13z"/>
<glyph glyph-name="s" horiz-adv-x="1053" unicode="s" d="M697 299q0 53 -52.5 83.5t-168.5 54.5q-386 81 -386 328q0 144 119.5 240.5t312.5 96.5q206 0 329.5 -97t123.5 -252h-289q0 62 -40 102.5t-125 40.5q-73 0 -113 -33t-40 -84q0 -48 45.5 -77.5t153.5 -51t182 -48.5q229 -84 229 -291q0 -148 -127 -239.5t-328 -91.5 q-136 0 -241.5 48.5t-165.5 133t-60 182.5h274q4 -77 57 -118t142 -41q83 0 125.5 31.5t42.5 82.5z"/>
<glyph glyph-name="t" horiz-adv-x="692" unicode="t" d="M457 1348v-266h185v-212h-185v-540q0 -60 23 -86t88 -26q48 0 85 7v-219q-85 -26 -175 -26q-304 0 -310 307v583h-158v212h158v266h289z"/>
<glyph glyph-name="u" horiz-adv-x="1146" unicode="u" d="M759 110q-107 -130 -296 -130q-174 0 -265.5 100t-93.5 293v709h289v-699q0 -169 154 -169q147 0 202 102v766h290v-1082h-272z"/>
<glyph glyph-name="v" horiz-adv-x="1035" unicode="v" d="M516 353l201 729h302l-365 -1082h-276l-365 1082h302z"/>
<glyph glyph-name="w" horiz-adv-x="1505" unicode="w" d="M1052 393l142 689h279l-276 -1082h-242l-205 681l-205 -681h-241l-276 1082h279l141 -688l198 688h209z"/>
<glyph glyph-name="x" horiz-adv-x="1042" unicode="x" d="M523 759l182 323h309l-308 -530l321 -552h-310l-193 340l-192 -340h-311l321 552l-307 530h310z"/>
<glyph glyph-name="y" horiz-adv-x="1028" unicode="y" d="M515 409l200 673h310l-435 -1250l-24 -57q-97 -212 -320 -212q-63 0 -128 19v219l44 -1q82 0 122.5 25t63.5 83l34 89l-379 1085h311z"/>
<glyph glyph-name="z" horiz-adv-x="1042" unicode="z" d="M443 233h529v-233h-898v176l509 672h-494v234h867v-171z"/>
<glyph glyph-name="braceleft" horiz-adv-x="676" unicode="{" d="M586 -360q-360 101 -360 465v199q0 211 -178 211v207q174 0 178 199v212q0 185 90 299t270 165l56 -161q-76 -28 -115 -97.5t-41 -192.5v-210q0 -226 -179 -317q179 -92 179 -319v-212q5 -234 156 -286z"/>
<glyph glyph-name="bar" horiz-adv-x="518" unicode="|" d="M348 -270h-175v1726h175v-1726z"/>
<glyph glyph-name="braceright" horiz-adv-x="676" unicode="}" d="M34 -198q152 54 156 290v212q0 226 183 314q-183 88 -183 319v209q-4 233 -156 290l56 161q179 -50 269 -163.5t91 -297.5v-215q4 -199 178 -199v-207q-178 0 -178 -209v-217q-8 -350 -360 -449z"/>
<glyph glyph-name="asciitilde" horiz-adv-x="1328" unicode="~" d="M1221 793q0 -186 -93 -302t-240 -116q-74 0 -137.5 28.5t-146.5 108t-153 79.5q-58 0 -94 -50t-36 -128l-215 2q0 186 90.5 299t240.5 113q78 0 142 -30t145.5 -107.5t148.5 -77.5q59 0 96.5 53t37.5 129z"/>
<glyph glyph-name="exclamdown" horiz-adv-x="578" unicode="¡" d="M170 639h241l33 -1008h-307zM452 948q0 -67 -46 -110t-116 -43t-116 43t-46 110t44.5 110t117.5 43t117.5 -43t44.5 -110z"/>
<glyph glyph-name="cent" horiz-adv-x="1178" unicode="¢" d="M594 213q80 0 130 44t52 117h272q-2 -145 -98.5 -250.5t-251.5 -134.5v-234h-200v233q-187 30 -293 174t-106 370v22q0 218 105 363t294 177v224h200v-225q163 -29 255.5 -140t94.5 -274h-272q-2 86 -52 137.5t-131 51.5q-102 0 -153 -74.5t-52 -234.5v-33 q0 -168 51.5 -240.5t154.5 -72.5z"/>
<glyph glyph-name="sterling" horiz-adv-x="1217" unicode="£" d="M564 576l6 -139q0 -123 -62 -196h653v-241h-1059v241h92q72 18 72 179l-5 156h-162v236h154l-7 227q0 202 123.5 319t330.5 117q212 0 333 -112.5t121 -304.5h-287q0 85 -43.5 130t-124.5 45q-66 0 -109.5 -49t-43.5 -145l9 -227h309v-236h-300z"/>
<glyph glyph-name="currency" horiz-adv-x="1418" unicode="¤" d="M1073 107q-159 -127 -361 -127q-203 0 -361 126l-129 -132l-141 144l135 137q-100 156 -100 353q0 204 109 365l-144 147l141 144l142 -145q155 115 348 115q194 0 349 -117l144 148l142 -145l-148 -151q107 -159 107 -361q0 -193 -98 -349l139 -141l-142 -145zM302 608 q0 -118 54 -219.5t149.5 -160t206.5 -58.5q110 0 205.5 58.5t149.5 160t54 219.5q0 119 -54 219.5t-149 158.5t-206 58q-112 0 -207 -58t-149 -158.5t-54 -219.5z"/>
<glyph glyph-name="yen" horiz-adv-x="1254" unicode="¥" d="M626 850l277 606h329l-375 -714h234v-175h-319v-115h319v-174h-319v-278h-300v278h-336v174h336v115h-336v175h260l-376 714h330z"/>
<glyph glyph-name="brokenbar" horiz-adv-x="516" unicode="¦" d="M128 -270v795h260v-795h-260zM388 698h-260v758h260v-758z"/>
<glyph glyph-name="section" horiz-adv-x="1287" unicode="§" d="M1180 481q0 -182 -162 -271q135 -102 135 -288q0 -175 -137.5 -274.5t-379.5 -99.5q-257 0 -400.5 107t-143.5 310l289 1q0 -89 64 -136.5t191 -47.5q112 0 170 37.5t58 100.5q0 65 -64.5 106t-247 91.5t-275 105.5t-138 130t-45.5 181q0 180 162 273q-136 103 -136 288 q0 171 140.5 276t379.5 105q247 0 383 -113t136 -314h-289q0 87 -61.5 140.5t-168.5 53.5q-110 0 -170 -39t-60 -107q0 -73 55.5 -110t240.5 -86t282.5 -104t144.5 -131.5t47 -184.5zM458 704q-75 -42 -75 -141q0 -69 41.5 -106.5t165.5 -77.5l222 -67q82 47 82 140 q0 62 -45.5 101.5t-163.5 79.5z"/>
<glyph glyph-name="dieresis" horiz-adv-x="956" unicode="¨" d="M93 1365q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM580 1365q0 53 39.5 90t98.5 37q58 0 98.5 -36.5t40.5 -90.5q0 -52 -38.5 -89.5t-100.5 -37.5t-100 37.5t-38 89.5z"/>
<glyph glyph-name="copyright" horiz-adv-x="1606" unicode="©" d="M1117 596q0 -152 -87.5 -233t-247.5 -81t-254.5 106.5t-94.5 286.5v113q0 174 95.5 280.5t253.5 106.5q163 0 249.5 -82.5t86.5 -231.5h-156q0 96 -46 137.5t-134 41.5q-92 0 -142.5 -67.5t-51.5 -180.5v-123q0 -117 51 -184.5t143 -67.5q89 0 134 40.5t45 138.5h156z M1383 729q0 166 -75 308.5t-212 228t-300 85.5q-159 0 -295.5 -82t-214.5 -226t-78 -314t77.5 -314t214 -227.5t296.5 -83.5t297.5 85t213.5 229t76 311zM86 729q0 202 93.5 375t259 272.5t357.5 99.5t357.5 -99.5t259 -272.5t93.5 -375q0 -204 -95 -377.5t-259.5 -272.5 t-355.5 -99q-193 0 -357.5 100t-258.5 273t-94 376z"/>
<glyph glyph-name="ordfeminine" horiz-adv-x="909" unicode="ª" d="M604 705q-10 27 -17 68q-77 -82 -201 -82q-118 0 -183.5 61.5t-65.5 166.5q0 110 84 170.5t257 60.5h102v51q0 127 -116 127q-65 0 -101.5 -25.5t-36.5 -73.5l-173 14q0 104 87.5 168.5t223.5 64.5q135 0 213 -72t78 -205v-316q0 -97 26 -178h-177zM429 835q40 0 82 18.5 t69 43.5v136h-106q-76 -1 -119 -31t-43 -79q0 -88 117 -88z"/>
<glyph glyph-name="guillemotleft" horiz-adv-x="1023" unicode="«" d="M303 524l240 -399h-186l-280 390v19l280 390h186zM688 524l240 -399h-186l-280 390v19l280 390h186z"/>
<glyph glyph-name="logicalnot" horiz-adv-x="1129" unicode="¬" d="M961 374h-200v260h-635v171h835v-431z"/>
<glyph glyph-name="registered" horiz-adv-x="1606" unicode="®" d="M86 729q0 202 93.5 375t259 272.5t357.5 99.5t357.5 -99.5t259 -272.5t93.5 -375q0 -204 -95 -377.5t-259.5 -272.5t-355.5 -99q-193 0 -357.5 100t-258.5 273t-94 376zM1383 729q0 166 -75 308.5t-212 228t-300 85.5q-159 0 -295.5 -82t-214.5 -226t-78 -314t77.5 -314 t214 -227.5t296.5 -83.5t297.5 85t213.5 229t76 311zM652 653v-337h-151v850h281q151 0 238 -68.5t87 -194.5q0 -112 -113 -174q61 -31 85.5 -86.5t24.5 -137.5t3.5 -116t13.5 -57v-16h-155q-13 34 -13 194q0 76 -33 109.5t-110 33.5h-158zM652 787h136q74 0 121.5 32 t47.5 84q0 70 -35.5 99.5t-128.5 30.5h-141v-246z"/>
<glyph glyph-name="macron" horiz-adv-x="1026" unicode="¯" d="M878 1290h-730v167h730v-167z"/>
<glyph glyph-name="degree" horiz-adv-x="795" unicode="°" d="M126 1200q0 114 81 195t191 81q109 0 188.5 -80.5t79.5 -195.5t-79.5 -193.5t-188.5 -78.5q-108 0 -190 78.5t-82 193.5zM398 1076q53 0 87.5 35.5t34.5 88.5q0 52 -34.5 90t-87.5 38t-89 -38t-36 -90t36.5 -88t88.5 -36z"/>
<glyph glyph-name="plusminus" horiz-adv-x="1100" unicode="±" d="M677 942h328v-241h-328v-364h-253v364h-335v241h335v343h253v-343zM977 1h-864v235h864v-235z"/>
<glyph glyph-name="uni00B2" horiz-adv-x="763" unicode="²" d="M693 667h-620v138l287 257q56 49 80.5 91t24.5 65q0 84 -95 84q-50 0 -79.5 -31t-29.5 -78h-206q0 116 85.5 195t220.5 79q148 0 228.5 -64.5t80.5 -183.5q0 -70 -36 -128t-144 -145l-148 -115h351v-164z"/>
<glyph glyph-name="uni00B3" horiz-adv-x="763" unicode="³" d="M273 1136h82q119 0 119 88q0 35 -28.5 56t-77.5 21q-42 0 -71.5 -15.5t-29.5 -44.5h-205q0 102 84.5 163.5t215.5 61.5q145 0 230.5 -59.5t85.5 -166.5q0 -119 -135 -169q150 -41 150 -184q0 -105 -91.5 -168.5t-239.5 -63.5q-142 0 -228 66.5t-86 180.5h206 q0 -34 34 -58.5t86 -24.5q60 0 86.5 26.5t26.5 61.5q0 92 -122 93h-92v136z"/>
<glyph glyph-name="acute" horiz-adv-x="679" unicode="´" d="M298 1536h315l-277 -310h-235z"/>
<glyph glyph-name="uni00B5" horiz-adv-x="1261" unicode="µ" d="M428 1082v-623q0 -126 40.5 -185.5t139.5 -59.5q149 0 205 105v763h289v-1082h-269l-6 68q-89 -89 -225 -89q-102 0 -174 45v-440h-289v1498h289z"/>
<glyph glyph-name="paragraph" horiz-adv-x="1003" unicode="¶" d="M650 0v520h-80q-230 0 -362.5 127t-132.5 341q0 213 133 340.5t363 127.5h298v-1456h-219z"/>
<glyph glyph-name="periodcentered" horiz-adv-x="617" unicode="·" d="M140 697q0 69 46 112t117 43t117.5 -43t46.5 -112t-47 -111.5t-117 -42.5q-72 0 -117.5 43.5t-45.5 110.5z"/>
<glyph glyph-name="cedilla" horiz-adv-x="548" unicode="¸" d="M345 7l-11 -58q150 -27 150 -173q0 -110 -91.5 -174t-257.5 -64l-7 167q112 0 112 81q0 42 -33.5 57.5t-108.5 20.5l31 143h216z"/>
<glyph glyph-name="uni00B9" horiz-adv-x="763" unicode="¹" d="M528 669h-204v548l-189 -41v158l374 121h19v-786z"/>
<glyph glyph-name="ordmasculine" horiz-adv-x="936" unicode="º" d="M118 1121q0 160 95.5 257.5t250.5 97.5t251 -97t96 -263v-72q0 -159 -94 -256.5t-251 -97.5q-158 0 -253 98t-95 261v72zM293 1044q0 -98 46.5 -153t126.5 -55q78 0 123.5 54t46.5 151v80q0 97 -46.5 152t-125.5 55q-78 0 -124.5 -54.5t-46.5 -156.5v-73z"/>
<glyph glyph-name="guillemotright" horiz-adv-x="1023" unicode="»" d="M272 923l280 -390v-19l-280 -390h-187l240 399l-240 400h187zM665 923l280 -390v-19l-280 -390h-187l240 399l-240 400h187z"/>
<glyph glyph-name="onequarter" horiz-adv-x="1470" unicode="¼" d="M494 664h-204v548l-189 -41v158l374 121h19v-786zM458 117l-141 76l711 1138l141 -76zM1302 326h88v-167h-88v-159h-205v159h-346l-12 135l357 495h206v-463zM935 326h162v212l-14 -22z"/>
<glyph glyph-name="onehalf" horiz-adv-x="1559" unicode="½" d="M416 117l-141 76l711 1138l141 -76zM477 670h-204v548l-189 -41v158l374 121h19v-786zM1477 0h-620v138l287 257q56 49 80.5 91t24.5 65q0 84 -95 84q-50 0 -79.5 -31t-29.5 -78h-206q0 116 85.5 195t220.5 79q148 0 228.5 -64.5t80.5 -183.5q0 -70 -36 -128t-144 -145 l-148 -115h351v-164z"/>
<glyph glyph-name="threequarters" horiz-adv-x="1655" unicode="¾" d="M619 117l-141 76l711 1138l141 -76zM1460 326h88v-167h-88v-159h-205v159h-346l-12 135l357 495h206v-463zM1093 326h162v212l-14 -22zM319 1137h82q119 0 119 88q0 35 -28.5 56t-77.5 21q-42 0 -71.5 -15.5t-29.5 -44.5h-205q0 102 84.5 163.5t215.5 61.5 q145 0 230.5 -59.5t85.5 -166.5q0 -119 -135 -169q150 -41 150 -184q0 -105 -91.5 -168.5t-239.5 -63.5q-142 0 -228 66.5t-86 180.5h206q0 -34 34 -58.5t86 -24.5q60 0 86.5 26.5t26.5 61.5q0 92 -122 93h-92v136z"/>
<glyph glyph-name="questiondown" horiz-adv-x="1019" unicode="¿" d="M666 643q0 -133 -31 -215t-110.5 -156t-108 -110t-43 -73t-14.5 -81q0 -157 154 -157q77 0 122.5 45t47.5 126h289q-2 -192 -123 -299.5t-331 -107.5q-213 0 -331 101.5t-118 289.5q0 159 153 312l97 93q50 45 69.5 94t21.5 138h256zM702 949q0 -67 -46 -110t-116 -43 t-116 43t-46 110t44.5 110t117.5 43t117.5 -43t44.5 -110z"/>
<glyph glyph-name="AE" horiz-adv-x="1925" unicode="Æ" d="M1865 0h-897l-14 333h-446l-167 -333h-339l786 1456h1016v-236h-598l15 -355h502v-236h-492l16 -394h618v-235zM633 580h311l-24 570z"/>
<glyph glyph-name="multiply" horiz-adv-x="1088" unicode="×" d="M65 373l307 313l-307 313l170 168l304 -311l305 311l170 -168l-307 -313l307 -313l-170 -168l-305 310l-304 -310z"/>
<glyph glyph-name="Oslash" horiz-adv-x="1411" unicode="Ø" d="M1333 695q0 -215 -76 -377t-217.5 -250t-324.5 -88q-164 0 -295 70l-85 -145h-188l143 242q-197 195 -197 555v57q0 215 77.5 378.5t219 251t323.5 87.5q175 0 314 -82l74 124h187l-134 -227q179 -198 179 -537v-59zM397 695q0 -172 49 -285l447 757q-73 61 -180 61 q-151 0 -233 -117.5t-83 -344.5v-71zM1030 761q0 151 -38 256l-440 -744q70 -47 163 -47q151 0 232.5 118.5t82.5 345.5v71z"/>
<glyph glyph-name="Thorn" horiz-adv-x="1246" unicode="Þ" d="M422 1456v-267h230q162 -1 281.5 -56.5t183.5 -158t64 -236.5q0 -202 -138.5 -324t-378.5 -127h-242v-287h-289v1456h289zM422 956v-436h223q117 0 182 59t65 157t-63.5 158t-175.5 62h-231z"/>
<glyph glyph-name="germandbls" horiz-adv-x="1292" unicode="ß" d="M424 0h-289v1101q0 220 124 339t350 119q191 0 306.5 -99.5t115.5 -270.5q0 -108 -53.5 -195t-53.5 -164q0 -37 30.5 -76.5t118.5 -117.5q151 -134 151 -282q0 -177 -115 -275.5t-330 -98.5q-81 0 -160 16t-119 40l54 229q98 -52 219 -52q79 0 121 36.5t42 99.5 q0 46 -34.5 89.5t-116.5 109.5q-150 120 -150 270q0 96 55 186.5t55 169.5q0 70 -44.5 111.5t-112.5 41.5q-159 0 -164 -213v-1114z"/>
<glyph glyph-name="ae" horiz-adv-x="1729" unicode="æ" d="M1246 -20q-247 0 -386 147q-64 -69 -166.5 -108t-227.5 -39q-186 0 -293 89t-107 250q0 157 124 243t367 87h168v57q0 76 -40.5 119t-117.5 43q-82 0 -129.5 -35.5t-47.5 -87.5l-289 19q0 149 130.5 243.5t338.5 94.5q211 0 327 -110q126 112 326 110q212 0 333 -131.5 t121 -363.5v-157h-668q11 -116 80.5 -177t186.5 -61q77 0 142.5 16t152.5 61l77 -189q-73 -56 -180.5 -88t-221.5 -32zM521 192q49 0 107 22.5t97 57.5v189h-164q-95 -1 -150.5 -43t-55.5 -103q0 -56 40.5 -89.5t125.5 -33.5zM1223 868q-90 0 -144.5 -57.5t-67.5 -166.5h382 v28q0 94 -43.5 145t-126.5 51z"/>
<glyph glyph-name="eth" horiz-adv-x="1178" unicode="ð" d="M849 1305q255 -262 256 -654v-74q0 -172 -66.5 -309t-185.5 -212.5t-266 -75.5q-144 0 -259 63.5t-179.5 176t-64.5 248.5q0 231 123 364.5t329 133.5q136 0 244 -76q-49 152 -166 265l-191 -122l-78 114l152 97q-116 72 -264 111l91 224q238 -48 416 -180l171 109 l77 -114zM816 663q-68 83 -215 83q-113 0 -170.5 -74.5t-57.5 -203.5q0 -112 60 -183.5t158 -71.5q103 0 164 90.5t61 248.5v111z"/>
<glyph glyph-name="divide" horiz-adv-x="1168" unicode="÷" d="M1091 571h-1028v230h1028v-230zM415 1089q0 68 45.5 110t117.5 42q71 0 117.5 -41.5t46.5 -110.5q0 -67 -45 -108.5t-119 -41.5q-75 0 -119 42t-44 108zM415 277q0 68 45.5 110t117.5 42q71 0 117.5 -41.5t46.5 -110.5q0 -67 -45 -108.5t-119 -41.5q-75 0 -119 42 t-44 108z"/>
<glyph glyph-name="oslash" horiz-adv-x="1156" unicode="ø" d="M66 551q0 161 62 287t178.5 195t270.5 69q101 0 186 -29l70 143h161l-103 -211q200 -149 200 -475q0 -249 -139 -399.5t-373 -150.5q-95 0 -176 26l-72 -148h-161l103 212q-207 146 -207 481zM355 530q0 -130 41 -208l260 532q-36 14 -79 14q-106 0 -164 -82.5 t-58 -255.5zM802 551q0 114 -37 196l-256 -524q30 -10 70 -10q105 0 164 80.5t59 257.5z"/>
<glyph glyph-name="thorn" horiz-adv-x="1162" unicode="þ" d="M1087 531q0 -250 -113.5 -400.5t-306.5 -150.5q-164 0 -264 113v-509h-290v1952h290v-547q100 113 262 113q198 0 310 -147t112 -410v-14zM798 552q0 151 -53.5 233t-155.5 82q-132 0 -186 -102v-447q54 -105 188 -105q207 0 207 339z"/>
<glyph glyph-name="dotlessi" horiz-adv-x="561" unicode="ı" d="M423 0h-289v1082h289v-1082z"/>
<glyph glyph-name="OE" horiz-adv-x="1983" unicode="Œ" d="M1876 0h-886q-167 -20 -288 -20q-174 0 -312 73.5t-214.5 207t-79.5 302.5v317q0 173 75.5 309.5t214 211.5t314.5 75q123 0 290 -20h884v-243h-673v-347h575v-235h-575v-390h675v-241zM702 212q94 0 198 13v1004q-112 14 -200 14q-150 0 -232 -92.5t-83 -265.5v-309 q0 -176 83.5 -270t233.5 -94z"/>
<glyph glyph-name="oe" horiz-adv-x="1847" unicode="œ" d="M83 551q0 161 61 286.5t177 195t270 69.5q231 0 371 -149q134 151 349 149q214 0 337 -129t123 -365v-158h-654q16 -113 81.5 -175.5t168.5 -62.5q85 0 152 16.5t149 61.5l79 -187q-73 -58 -182 -90.5t-228 -32.5q-233 0 -373 149q-138 -149 -371 -149t-371.5 149.5 t-138.5 408.5v13zM372 530q0 -155 56.5 -236.5t164.5 -81.5q106 0 163 80.5t57 258.5q0 153 -58 235t-164 82q-105 0 -162 -82t-57 -256zM1311 868q-77 0 -126 -57t-65 -164h367v26q0 97 -46.5 146t-129.5 49z"/>
<glyph glyph-name="circumflex" horiz-adv-x="1015" unicode="ˆ" d="M887 1256v-12h-230l-154 145l-154 -145h-226v16l296 276h168z"/>
<glyph glyph-name="ring" horiz-adv-x="682" unicode="˚" d="M119 1325q0 86 65 145.5t158 59.5q92 0 157.5 -58.5t65.5 -146.5q0 -85 -64 -143t-159 -58q-97 0 -160 59t-63 142zM234 1325q0 -44 29 -75.5t79 -31.5t79 31.5t29 75.5q0 46 -29.5 77.5t-78.5 31.5t-78.5 -31.5t-29.5 -77.5z"/>
<glyph glyph-name="tilde" horiz-adv-x="985" unicode="˜" d="M870 1524q0 -113 -66 -189.5t-161 -76.5q-38 0 -67.5 8.5t-81.5 36.5t-75 34.5t-50 6.5q-35 0 -59.5 -25t-24.5 -71l-168 10q0 111 65.5 189t160.5 78q30 0 56.5 -7.5t86.5 -36.5t83 -35t48 -6q35 0 60.5 24.5t25.5 70.5z"/>
<glyph glyph-name="endash" horiz-adv-x="1294" unicode="–" d="M1188.01 596h-1035.61v236h1035.61v-236z"/>
<glyph glyph-name="emdash" horiz-adv-x="1563" unicode="—" d="M1489.98 596h-1380.78v236h1380.78v-236z"/>
<glyph glyph-name="quoteleft" horiz-adv-x="479" unicode="‘" d="M286 1570l136 -79q-86 -136 -89 -276v-167h-229v150q0 94 52.5 200.5t129.5 171.5z"/>
<glyph glyph-name="quoteright" horiz-adv-x="470" unicode="’" d="M194 1009l-136 79q86 135 89 279v169h230v-155q0 -90 -50 -195t-133 -177z"/>
<glyph glyph-name="quotesinglbase" horiz-adv-x="508" unicode="‚" d="M202 -305l-136 79q78 126 81 274v181h238l-1 -166q-1 -89 -50.5 -192t-131.5 -176z"/>
<glyph glyph-name="quotedblleft" horiz-adv-x="831" unicode="“" d="M294 1570l136 -79q-86 -136 -89 -276v-167h-229v150q0 94 52.5 200.5t129.5 171.5zM637 1570l136 -79q-86 -136 -89 -276v-167h-229v150q0 94 52.5 200.5t129.5 171.5z"/>
<glyph glyph-name="quotedblright" horiz-adv-x="837" unicode="”" d="M208 1009l-136 79q86 135 89 279v169h230v-155q0 -90 -50 -195t-133 -177zM555 1009l-136 79q86 135 89 279v169h230v-155q0 -90 -50 -195t-133 -177z"/>
<glyph glyph-name="quotedblbase" horiz-adv-x="825" unicode="„" d="M209 -325l-143 79q78 134 81 293v216h238l-1 -199q-1 -97 -48 -206.5t-127 -182.5zM545 -325l-143 79q86 148 89 294v215h238l-1 -203q-2 -96 -52.5 -205t-130.5 -180z"/>
<glyph glyph-name="bullet" horiz-adv-x="736" unicode="•" d="M135 766q0 104 66 167t170 63q108 0 172.5 -62t66.5 -163v-43q0 -103 -65.5 -165.5t-171.5 -62.5q-105 0 -171.5 62t-66.5 169v35z"/>
<glyph glyph-name="guilsinglleft" horiz-adv-x="638" unicode="‹" d="M334 524l240 -399h-186l-280 390v19l280 390h186z"/>
<glyph glyph-name="guilsinglright" horiz-adv-x="618" unicode="›" d="M267 923l280 -390v-19l-280 -390h-187l240 399l-240 400h187z"/>
<glyph glyph-name="fraction" horiz-adv-x="913" unicode="⁄" d="M171 109l-141 76l711 1138l141 -76z"/>
<glyph glyph-name="uni2074" horiz-adv-x="763" unicode="⁴" d="M616 990h88v-167h-88v-159h-205v159h-346l-12 135l357 495h206v-463zM249 990h162v212l-14 -22z"/>
<glyph glyph-name="Euro" d="M894 516h-335q5 -147 78.5 -221t228.5 -74q105 0 190 31l36 -242q-124 -29 -256 -29q-263 0 -416.5 141.5t-161.5 393.5h-169v152h169v124h-169v152h171q17 252 175.5 391.5t420.5 139.5q105 0 236 -31l-36 -243q-94 32 -185 32q-283 0 -310 -289h333v-152h-335v-124h335 v-152z" unicode="€"/>
<glyph glyph-name="minus" horiz-adv-x="1138" unicode="−" d="M1010 596h-863v236h863v-236z"/>
<glyph glyph-name="glyph162" d="M528 0h-204v548l-189 -41v158l374 121h19v-786z" horiz-adv-x="762"/>
<glyph glyph-name="glyph163" d="M693 0h-620v138l287 257q56 49 80.5 91t24.5 65q0 84 -95 84q-50 0 -79.5 -31t-29.5 -78h-206q0 116 85.5 195t220.5 79q148 0 228.5 -64.5t80.5 -183.5q0 -70 -36 -128t-144 -145l-148 -115h351v-164z" horiz-adv-x="762"/>
<glyph glyph-name="glyph164" d="M273 470h82q119 0 119 88q0 35 -28.5 56t-77.5 21q-42 0 -71.5 -15.5t-29.5 -44.5h-205q0 102 84.5 163.5t215.5 61.5q145 0 230.5 -59.5t85.5 -166.5q0 -119 -135 -169q150 -41 150 -184q0 -105 -91.5 -168.5t-239.5 -63.5q-142 0 -228 66.5t-86 180.5h206 q0 -34 34 -58.5t86 -24.5q60 0 86.5 26.5t26.5 61.5q0 92 -122 93h-92v136z" horiz-adv-x="762"/>
<glyph glyph-name="glyph165" d="M616 326h88v-167h-88v-159h-205v159h-346l-12 135l357 495h206v-463zM249 326h162v212l-14 -22z" horiz-adv-x="762"/>
<glyph glyph-name="uni00A0" horiz-adv-x="510" unicode=" "/>
<glyph glyph-name="uni00AD" horiz-adv-x="794" unicode="­" d="M673 507h-563v233h563v-233z"/>
<glyph glyph-name="Eth" horiz-adv-x="1361" unicode="Ð" d="M160 0v642h-180v183h180v631h448q192 0 343.5 -86.5t236.5 -246t85 -362.5v-67q0 -203 -83.5 -361t-235.5 -245t-343 -88h-451zM679 642h-219v-401h145q178 0 271 117.5t93 335.5v68q0 222 -92 336.5t-269 114.5h-148v-388h219v-183z"/>
<glyph glyph-name="Agrave" horiz-adv-x="1378" unicode="À" d="M952 300h-526l-100 -300h-319l542 1456h278l545 -1456h-319zM507 543h364l-183 545zM836 1536h-237l-276 310h315z"/>
<glyph glyph-name="Aacute" horiz-adv-x="1378" unicode="Á" d="M952 300h-526l-100 -300h-319l542 1456h278l545 -1456h-319zM507 543h364l-183 545zM750 1846h315l-277 -310h-235z"/>
<glyph glyph-name="Acircumflex" horiz-adv-x="1378" unicode="Â" d="M952 300h-526l-100 -300h-319l542 1456h278l545 -1456h-319zM507 543h364l-183 545zM1076 1566v-12h-230l-154 145l-154 -145h-226v16l296 276h168z"/>
<glyph glyph-name="Atilde" horiz-adv-x="1378" unicode="Ã" d="M952 300h-526l-100 -300h-319l542 1456h278l545 -1456h-319zM507 543h364l-183 545zM1068 1832q0 -113 -66 -189.5t-161 -76.5q-38 0 -67.5 8.5t-81.5 36.5t-75 34.5t-50 6.5q-35 0 -59.5 -25t-24.5 -71l-168 10q0 111 65.5 189t160.5 78q30 0 56.5 -7.5t86.5 -36.5 t83 -35t48 -6q35 0 60.5 24.5t25.5 70.5z"/>
<glyph glyph-name="Adieresis" horiz-adv-x="1378" unicode="Ä" d="M952 300h-526l-100 -300h-319l542 1456h278l545 -1456h-319zM507 543h364l-183 545zM309 1675q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM796 1675q0 53 39.5 90t98.5 37q58 0 98.5 -36.5t40.5 -90.5 q0 -52 -38.5 -89.5t-100.5 -37.5t-100 37.5t-38 89.5z"/>
<glyph glyph-name="Aring" horiz-adv-x="1378" unicode="Å" d="M952 300h-526l-100 -300h-319l542 1456h278l545 -1456h-319zM507 543h364l-183 545zM470 1730q0 86 65 145.5t158 59.5q92 0 157.5 -58.5t65.5 -146.5q0 -85 -64 -143t-159 -58q-97 0 -160 59t-63 142zM585 1730q0 -44 29 -75.5t79 -31.5t79 31.5t29 75.5 q0 46 -29.5 77.5t-78.5 31.5t-78.5 -31.5t-29.5 -77.5z"/>
<glyph glyph-name="Ccedilla" horiz-adv-x="1340" unicode="Ç" d="M1273 485q-17 -235 -173.5 -370t-412.5 -135q-280 0 -440.5 188.5t-160.5 517.5v89q0 210 74 370t211.5 245.5t319.5 85.5q252 0 406 -135t178 -379h-300q-11 141 -78.5 204.5t-205.5 63.5q-150 0 -224.5 -107.5t-76.5 -333.5v-110q0 -236 71.5 -345t225.5 -109 q139 0 207.5 63.5t78.5 196.5h300zM797 6l-11 -58q150 -27 150 -173q0 -110 -91.5 -174t-257.5 -64l-7 167q112 0 112 81q0 42 -33.5 57.5t-108.5 20.5l31 143h216z"/>
<glyph glyph-name="Egrave" horiz-adv-x="1152" unicode="È" d="M1006 631h-576v-390h676v-241h-976v1456h974v-243h-674v-347h576v-235zM779 1539h-237l-276 310h315z"/>
<glyph glyph-name="Eacute" horiz-adv-x="1152" unicode="É" d="M1006 631h-576v-390h676v-241h-976v1456h974v-243h-674v-347h576v-235zM693 1849h315l-277 -310h-235z"/>
<glyph glyph-name="Ecircumflex" horiz-adv-x="1152" unicode="Ê" d="M1006 631h-576v-390h676v-241h-976v1456h974v-243h-674v-347h576v-235zM1019 1569v-12h-230l-154 145l-154 -145h-226v16l296 276h168z"/>
<glyph glyph-name="Edieresis" horiz-adv-x="1152" unicode="Ë" d="M1006 631h-576v-390h676v-241h-976v1456h974v-243h-674v-347h576v-235zM252 1678q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM739 1678q0 53 39.5 90t98.5 37q58 0 98.5 -36.5t40.5 -90.5q0 -52 -38.5 -89.5 t-100.5 -37.5t-100 37.5t-38 89.5z"/>
<glyph glyph-name="Igrave" horiz-adv-x="597" unicode="Ì" d="M449 0h-300v1456h300v-1456zM443 1539h-237l-276 310h315z"/>
<glyph glyph-name="Iacute" horiz-adv-x="597" unicode="Í" d="M449 0h-300v1456h300v-1456zM356 1849h315l-277 -310h-235z"/>
<glyph glyph-name="Icircumflex" horiz-adv-x="597" unicode="Î" d="M449 0h-300v1456h300v-1456zM683 1569v-12h-230l-154 145l-154 -145h-226v16l296 276h168z"/>
<glyph glyph-name="Idieresis" horiz-adv-x="597" unicode="Ï" d="M449 0h-300v1456h300v-1456zM-84 1678q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM403 1678q0 53 39.5 90t98.5 37q58 0 98.5 -36.5t40.5 -90.5q0 -52 -38.5 -89.5t-100.5 -37.5t-100 37.5t-38 89.5z"/>
<glyph glyph-name="Ntilde" horiz-adv-x="1446" unicode="Ñ" d="M1314 0h-300l-584 958v-958h-300v1456h300l585 -960v960h299v-1456zM1102 1832q0 -113 -66 -189.5t-161 -76.5q-38 0 -67.5 8.5t-81.5 36.5t-75 34.5t-50 6.5q-35 0 -59.5 -25t-24.5 -71l-168 10q0 111 65.5 189t160.5 78q30 0 56.5 -7.5t86.5 -36.5t83 -35t48 -6 q35 0 60.5 24.5t25.5 70.5z"/>
<glyph glyph-name="Ograve" horiz-adv-x="1414" unicode="Ò" d="M1326 695q0 -215 -76 -377t-217.5 -250t-324.5 -88q-181 0 -323 87t-220 248.5t-79 371.5v72q0 215 77.5 378.5t219 251t323.5 87.5t323.5 -87.5t219 -251t77.5 -377.5v-65zM1022 761q0 229 -82 348t-234 119q-151 0 -233 -117.5t-83 -344.5v-71q0 -223 82 -346t236 -123 q151 0 232 118.5t82 345.5v71zM850 1536h-237l-276 310h315z"/>
<glyph glyph-name="Oacute" horiz-adv-x="1414" unicode="Ó" d="M1326 695q0 -215 -76 -377t-217.5 -250t-324.5 -88q-181 0 -323 87t-220 248.5t-79 371.5v72q0 215 77.5 378.5t219 251t323.5 87.5t323.5 -87.5t219 -251t77.5 -377.5v-65zM1022 761q0 229 -82 348t-234 119q-151 0 -233 -117.5t-83 -344.5v-71q0 -223 82 -346t236 -123 q151 0 232 118.5t82 345.5v71zM764 1846h315l-277 -310h-235z"/>
<glyph glyph-name="Ocircumflex" horiz-adv-x="1414" unicode="Ô" d="M1326 695q0 -215 -76 -377t-217.5 -250t-324.5 -88q-181 0 -323 87t-220 248.5t-79 371.5v72q0 215 77.5 378.5t219 251t323.5 87.5t323.5 -87.5t219 -251t77.5 -377.5v-65zM1022 761q0 229 -82 348t-234 119q-151 0 -233 -117.5t-83 -344.5v-71q0 -223 82 -346t236 -123 q151 0 232 118.5t82 345.5v71zM1090 1566v-12h-230l-154 145l-154 -145h-226v16l296 276h168z"/>
<glyph glyph-name="Otilde" horiz-adv-x="1414" unicode="Õ" d="M1326 695q0 -215 -76 -377t-217.5 -250t-324.5 -88q-181 0 -323 87t-220 248.5t-79 371.5v72q0 215 77.5 378.5t219 251t323.5 87.5t323.5 -87.5t219 -251t77.5 -377.5v-65zM1022 761q0 229 -82 348t-234 119q-151 0 -233 -117.5t-83 -344.5v-71q0 -223 82 -346t236 -123 q151 0 232 118.5t82 345.5v71zM1082 1832q0 -113 -66 -189.5t-161 -76.5q-38 0 -67.5 8.5t-81.5 36.5t-75 34.5t-50 6.5q-35 0 -59.5 -25t-24.5 -71l-168 10q0 111 65.5 189t160.5 78q30 0 56.5 -7.5t86.5 -36.5t83 -35t48 -6q35 0 60.5 24.5t25.5 70.5z"/>
<glyph glyph-name="Odieresis" horiz-adv-x="1414" unicode="Ö" d="M1326 695q0 -215 -76 -377t-217.5 -250t-324.5 -88q-181 0 -323 87t-220 248.5t-79 371.5v72q0 215 77.5 378.5t219 251t323.5 87.5t323.5 -87.5t219 -251t77.5 -377.5v-65zM1022 761q0 229 -82 348t-234 119q-151 0 -233 -117.5t-83 -344.5v-71q0 -223 82 -346t236 -123 q151 0 232 118.5t82 345.5v71zM323 1675q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM810 1675q0 53 39.5 90t98.5 37q58 0 98.5 -36.5t40.5 -90.5q0 -52 -38.5 -89.5t-100.5 -37.5t-100 37.5t-38 89.5z"/>
<glyph glyph-name="Ugrave" horiz-adv-x="1348" unicode="Ù" d="M1232 1456v-959q0 -239 -149.5 -378t-408.5 -139q-255 0 -405 135t-153 371v970h300v-961q0 -143 68.5 -208.5t189.5 -65.5q253 0 257 266v969h301zM814 1536h-237l-276 310h315z"/>
<glyph glyph-name="Uacute" horiz-adv-x="1348" unicode="Ú" d="M1232 1456v-959q0 -239 -149.5 -378t-408.5 -139q-255 0 -405 135t-153 371v970h300v-961q0 -143 68.5 -208.5t189.5 -65.5q253 0 257 266v969h301zM728 1846h315l-277 -310h-235z"/>
<glyph glyph-name="Ucircumflex" horiz-adv-x="1348" unicode="Û" d="M1232 1456v-959q0 -239 -149.5 -378t-408.5 -139q-255 0 -405 135t-153 371v970h300v-961q0 -143 68.5 -208.5t189.5 -65.5q253 0 257 266v969h301zM1054 1566v-12h-230l-154 145l-154 -145h-226v16l296 276h168z"/>
<glyph glyph-name="Udieresis" horiz-adv-x="1348" unicode="Ü" d="M1232 1456v-959q0 -239 -149.5 -378t-408.5 -139q-255 0 -405 135t-153 371v970h300v-961q0 -143 68.5 -208.5t189.5 -65.5q253 0 257 266v969h301zM287 1675q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM774 1675 q0 53 39.5 90t98.5 37q58 0 98.5 -36.5t40.5 -90.5q0 -52 -38.5 -89.5t-100.5 -37.5t-100 37.5t-38 89.5z"/>
<glyph glyph-name="Yacute" horiz-adv-x="1266" unicode="Ý" d="M632 800l303 656h328l-478 -928v-528h-305v528l-478 928h329zM693 1846h315l-277 -310h-235z"/>
<glyph glyph-name="agrave" horiz-adv-x="1098" unicode="à" d="M738 0q-20 39 -29 97q-105 -117 -273 -117q-159 0 -263.5 92t-104.5 232q0 172 127.5 264t368.5 93h133v62q0 75 -38.5 120t-121.5 45q-73 0 -114.5 -35t-41.5 -96h-289q0 94 58 174t164 125.5t238 45.5q200 0 317.5 -100.5t117.5 -282.5v-469q1 -154 43 -233v-17h-292z M499 201q64 0 118 28.5t80 76.5v186h-108q-217 0 -231 -150l-1 -17q0 -54 38 -89t104 -35zM695 1226h-237l-276 310h315z"/>
<glyph glyph-name="aacute" horiz-adv-x="1098" unicode="á" d="M738 0q-20 39 -29 97q-105 -117 -273 -117q-159 0 -263.5 92t-104.5 232q0 172 127.5 264t368.5 93h133v62q0 75 -38.5 120t-121.5 45q-73 0 -114.5 -35t-41.5 -96h-289q0 94 58 174t164 125.5t238 45.5q200 0 317.5 -100.5t117.5 -282.5v-469q1 -154 43 -233v-17h-292z M499 201q64 0 118 28.5t80 76.5v186h-108q-217 0 -231 -150l-1 -17q0 -54 38 -89t104 -35zM609 1536h315l-277 -310h-235z"/>
<glyph glyph-name="acircumflex" horiz-adv-x="1098" unicode="â" d="M738 0q-20 39 -29 97q-105 -117 -273 -117q-159 0 -263.5 92t-104.5 232q0 172 127.5 264t368.5 93h133v62q0 75 -38.5 120t-121.5 45q-73 0 -114.5 -35t-41.5 -96h-289q0 94 58 174t164 125.5t238 45.5q200 0 317.5 -100.5t117.5 -282.5v-469q1 -154 43 -233v-17h-292z M499 201q64 0 118 28.5t80 76.5v186h-108q-217 0 -231 -150l-1 -17q0 -54 38 -89t104 -35zM935 1256v-12h-230l-154 145l-154 -145h-226v16l296 276h168z"/>
<glyph glyph-name="atilde" horiz-adv-x="1098" unicode="ã" d="M738 0q-20 39 -29 97q-105 -117 -273 -117q-159 0 -263.5 92t-104.5 232q0 172 127.5 264t368.5 93h133v62q0 75 -38.5 120t-121.5 45q-73 0 -114.5 -35t-41.5 -96h-289q0 94 58 174t164 125.5t238 45.5q200 0 317.5 -100.5t117.5 -282.5v-469q1 -154 43 -233v-17h-292z M499 201q64 0 118 28.5t80 76.5v186h-108q-217 0 -231 -150l-1 -17q0 -54 38 -89t104 -35zM927 1523q0 -113 -66 -189.5t-161 -76.5q-38 0 -67.5 8.5t-81.5 36.5t-75 34.5t-50 6.5q-35 0 -59.5 -25t-24.5 -71l-168 10q0 111 65.5 189t160.5 78q30 0 56.5 -7.5t86.5 -36.5 t83 -35t48 -6q35 0 60.5 24.5t25.5 70.5z"/>
<glyph glyph-name="adieresis" horiz-adv-x="1098" unicode="ä" d="M738 0q-20 39 -29 97q-105 -117 -273 -117q-159 0 -263.5 92t-104.5 232q0 172 127.5 264t368.5 93h133v62q0 75 -38.5 120t-121.5 45q-73 0 -114.5 -35t-41.5 -96h-289q0 94 58 174t164 125.5t238 45.5q200 0 317.5 -100.5t117.5 -282.5v-469q1 -154 43 -233v-17h-292z M499 201q64 0 118 28.5t80 76.5v186h-108q-217 0 -231 -150l-1 -17q0 -54 38 -89t104 -35zM168 1365q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM655 1365q0 53 39.5 90t98.5 37q58 0 98.5 -36.5t40.5 -90.5 q0 -52 -38.5 -89.5t-100.5 -37.5t-100 37.5t-38 89.5z"/>
<glyph glyph-name="aring" horiz-adv-x="1098" unicode="å" d="M738 0q-20 39 -29 97q-105 -117 -273 -117q-159 0 -263.5 92t-104.5 232q0 172 127.5 264t368.5 93h133v62q0 75 -38.5 120t-121.5 45q-73 0 -114.5 -35t-41.5 -96h-289q0 94 58 174t164 125.5t238 45.5q200 0 317.5 -100.5t117.5 -282.5v-469q1 -154 43 -233v-17h-292z M499 201q64 0 118 28.5t80 76.5v186h-108q-217 0 -231 -150l-1 -17q0 -54 38 -89t104 -35zM329 1420q0 86 65 145.5t158 59.5q92 0 157.5 -58.5t65.5 -146.5q0 -85 -64 -143t-159 -58q-97 0 -160 59t-63 142zM444 1420q0 -44 29 -75.5t79 -31.5t79 31.5t29 75.5 q0 46 -29.5 77.5t-78.5 31.5t-78.5 -31.5t-29.5 -77.5z"/>
<glyph glyph-name="ccedilla" horiz-adv-x="1068" unicode="ç" d="M561 213q80 0 130 44t52 117h271q-1 -110 -60 -201.5t-161.5 -142t-226.5 -50.5q-232 0 -366 147.5t-134 407.5v19q0 250 133 399t365 149q203 0 325.5 -115.5t124.5 -307.5h-271q-2 84 -52 136.5t-132 52.5q-101 0 -152.5 -73.5t-51.5 -238.5v-30q0 -167 51 -240 t155 -73zM666 6l-11 -58q150 -27 150 -173q0 -110 -91.5 -174t-257.5 -64l-7 167q112 0 112 81q0 42 -33.5 57.5t-108.5 20.5l31 143h216z"/>
<glyph glyph-name="egrave" horiz-adv-x="1107" unicode="è" d="M609 -20q-238 0 -387.5 146t-149.5 389v28q0 163 63 291.5t178.5 198t263.5 69.5q222 0 349.5 -140t127.5 -397v-118h-689q14 -106 84.5 -170t178.5 -64q167 0 261 121l142 -159q-65 -92 -176 -143.5t-246 -51.5zM576 868q-86 0 -139.5 -58t-68.5 -166h402v23 q-2 96 -52 148.5t-142 52.5zM688 1226h-237l-276 310h315z"/>
<glyph glyph-name="eacute" horiz-adv-x="1107" unicode="é" d="M609 -20q-238 0 -387.5 146t-149.5 389v28q0 163 63 291.5t178.5 198t263.5 69.5q222 0 349.5 -140t127.5 -397v-118h-689q14 -106 84.5 -170t178.5 -64q167 0 261 121l142 -159q-65 -92 -176 -143.5t-246 -51.5zM576 868q-86 0 -139.5 -58t-68.5 -166h402v23 q-2 96 -52 148.5t-142 52.5zM602 1536h315l-277 -310h-235z"/>
<glyph glyph-name="ecircumflex" horiz-adv-x="1107" unicode="ê" d="M609 -20q-238 0 -387.5 146t-149.5 389v28q0 163 63 291.5t178.5 198t263.5 69.5q222 0 349.5 -140t127.5 -397v-118h-689q14 -106 84.5 -170t178.5 -64q167 0 261 121l142 -159q-65 -92 -176 -143.5t-246 -51.5zM576 868q-86 0 -139.5 -58t-68.5 -166h402v23 q-2 96 -52 148.5t-142 52.5zM928 1256v-12h-230l-154 145l-154 -145h-226v16l296 276h168z"/>
<glyph glyph-name="edieresis" horiz-adv-x="1107" unicode="ë" d="M609 -20q-238 0 -387.5 146t-149.5 389v28q0 163 63 291.5t178.5 198t263.5 69.5q222 0 349.5 -140t127.5 -397v-118h-689q14 -106 84.5 -170t178.5 -64q167 0 261 121l142 -159q-65 -92 -176 -143.5t-246 -51.5zM576 868q-86 0 -139.5 -58t-68.5 -166h402v23 q-2 96 -52 148.5t-142 52.5zM161 1365q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM648 1365q0 53 39.5 90t98.5 37q58 0 98.5 -36.5t40.5 -90.5q0 -52 -38.5 -89.5t-100.5 -37.5t-100 37.5t-38 89.5z"/>
<glyph glyph-name="igrave" horiz-adv-x="561" unicode="ì" d="M423 0h-289v1082h289v-1082zM425 1211h-237l-276 310h315z"/>
<glyph glyph-name="iacute" horiz-adv-x="561" unicode="í" d="M423 0h-289v1082h289v-1082zM338 1521h315l-277 -310h-235z"/>
<glyph glyph-name="icircumflex" horiz-adv-x="561" unicode="î" d="M423 0h-289v1082h289v-1082zM665 1241v-12h-230l-154 145l-154 -145h-226v16l296 276h168z"/>
<glyph glyph-name="idieresis" horiz-adv-x="561" unicode="ï" d="M423 0h-289v1082h289v-1082zM-102 1350q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM385 1350q0 53 39.5 90t98.5 37q58 0 98.5 -36.5t40.5 -90.5q0 -52 -38.5 -89.5t-100.5 -37.5t-100 37.5t-38 89.5z"/>
<glyph glyph-name="ntilde" horiz-adv-x="1147" unicode="ñ" d="M377 1082l9 -125q116 145 311 145q172 0 256 -101t86 -302v-699h-289v692q0 92 -40 133.5t-133 41.5q-122 0 -183 -104v-763h-289v1082h272zM951 1523q0 -113 -66 -189.5t-161 -76.5q-38 0 -67.5 8.5t-81.5 36.5t-75 34.5t-50 6.5q-35 0 -59.5 -25t-24.5 -71l-168 10 q0 111 65.5 189t160.5 78q30 0 56.5 -7.5t86.5 -36.5t83 -35t48 -6q35 0 60.5 24.5t25.5 70.5z"/>
<glyph glyph-name="ograve" horiz-adv-x="1158" unicode="ò" d="M66 551q0 161 62 287t178.5 195t270.5 69q219 0 357.5 -134t154.5 -364l2 -74q0 -249 -139 -399.5t-373 -150.5t-373.5 150t-139.5 408v13zM355 530q0 -154 58 -235.5t166 -81.5q105 0 164 80.5t59 257.5q0 151 -59 234t-166 83q-106 0 -164 -82.5t-58 -255.5zM720 1226 h-237l-276 310h315z"/>
<glyph glyph-name="oacute" horiz-adv-x="1158" unicode="ó" d="M66 551q0 161 62 287t178.5 195t270.5 69q219 0 357.5 -134t154.5 -364l2 -74q0 -249 -139 -399.5t-373 -150.5t-373.5 150t-139.5 408v13zM355 530q0 -154 58 -235.5t166 -81.5q105 0 164 80.5t59 257.5q0 151 -59 234t-166 83q-106 0 -164 -82.5t-58 -255.5zM634 1536 h315l-277 -310h-235z"/>
<glyph glyph-name="ocircumflex" horiz-adv-x="1158" unicode="ô" d="M66 551q0 161 62 287t178.5 195t270.5 69q219 0 357.5 -134t154.5 -364l2 -74q0 -249 -139 -399.5t-373 -150.5t-373.5 150t-139.5 408v13zM355 530q0 -154 58 -235.5t166 -81.5q105 0 164 80.5t59 257.5q0 151 -59 234t-166 83q-106 0 -164 -82.5t-58 -255.5zM960 1256 v-12h-230l-154 145l-154 -145h-226v16l296 276h168z"/>
<glyph glyph-name="otilde" horiz-adv-x="1158" unicode="õ" d="M66 551q0 161 62 287t178.5 195t270.5 69q219 0 357.5 -134t154.5 -364l2 -74q0 -249 -139 -399.5t-373 -150.5t-373.5 150t-139.5 408v13zM355 530q0 -154 58 -235.5t166 -81.5q105 0 164 80.5t59 257.5q0 151 -59 234t-166 83q-106 0 -164 -82.5t-58 -255.5zM952 1523 q0 -113 -66 -189.5t-161 -76.5q-38 0 -67.5 8.5t-81.5 36.5t-75 34.5t-50 6.5q-35 0 -59.5 -25t-24.5 -71l-168 10q0 111 65.5 189t160.5 78q30 0 56.5 -7.5t86.5 -36.5t83 -35t48 -6q35 0 60.5 24.5t25.5 70.5z"/>
<glyph glyph-name="odieresis" horiz-adv-x="1158" unicode="ö" d="M66 551q0 161 62 287t178.5 195t270.5 69q219 0 357.5 -134t154.5 -364l2 -74q0 -249 -139 -399.5t-373 -150.5t-373.5 150t-139.5 408v13zM355 530q0 -154 58 -235.5t166 -81.5q105 0 164 80.5t59 257.5q0 151 -59 234t-166 83q-106 0 -164 -82.5t-58 -255.5zM193 1365 q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM680 1365q0 53 39.5 90t98.5 37q58 0 98.5 -36.5t40.5 -90.5q0 -52 -38.5 -89.5t-100.5 -37.5t-100 37.5t-38 89.5z"/>
<glyph glyph-name="ugrave" horiz-adv-x="1146" unicode="ù" d="M759 110q-107 -130 -296 -130q-174 0 -265.5 100t-93.5 293v709h289v-699q0 -169 154 -169q147 0 202 102v766h290v-1082h-272zM716 1226h-237l-276 310h315z"/>
<glyph glyph-name="uacute" horiz-adv-x="1146" unicode="ú" d="M759 110q-107 -130 -296 -130q-174 0 -265.5 100t-93.5 293v709h289v-699q0 -169 154 -169q147 0 202 102v766h290v-1082h-272zM630 1536h315l-277 -310h-235z"/>
<glyph glyph-name="ucircumflex" horiz-adv-x="1146" unicode="û" d="M759 110q-107 -130 -296 -130q-174 0 -265.5 100t-93.5 293v709h289v-699q0 -169 154 -169q147 0 202 102v766h290v-1082h-272zM956 1256v-12h-230l-154 145l-154 -145h-226v16l296 276h168z"/>
<glyph glyph-name="udieresis" horiz-adv-x="1146" unicode="ü" d="M759 110q-107 -130 -296 -130q-174 0 -265.5 100t-93.5 293v709h289v-699q0 -169 154 -169q147 0 202 102v766h290v-1082h-272zM189 1365q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM676 1365q0 53 39.5 90 t98.5 37q58 0 98.5 -36.5t40.5 -90.5q0 -52 -38.5 -89.5t-100.5 -37.5t-100 37.5t-38 89.5z"/>
<glyph glyph-name="yacute" horiz-adv-x="1028" unicode="ý" d="M515 409l200 673h310l-435 -1250l-24 -57q-97 -212 -320 -212q-63 0 -128 19v219l44 -1q82 0 122.5 25t63.5 83l34 89l-379 1085h311zM578 1536h315l-277 -310h-235z"/>
<glyph glyph-name="ydieresis" horiz-adv-x="1028" unicode="ÿ" d="M515 409l200 673h310l-435 -1250l-24 -57q-97 -212 -320 -212q-63 0 -128 19v219l44 -1q82 0 122.5 25t63.5 83l34 89l-379 1085h311zM137 1365q0 54 38.5 90.5t99.5 36.5q62 0 100 -37.5t38 -89.5t-38 -89t-100 -37q-59 0 -98.5 35.5t-39.5 90.5zM624 1365q0 53 39.5 90 t98.5 37q58 0 98.5 -36.5t40.5 -90.5q0 -52 -38.5 -89.5t-100.5 -37.5t-100 37.5t-38 89.5z"/>
</font>
</defs>
</svg>