/* ==========================================================================
   Pragma One — shared site styles
   Cream / ink monochrome system. IBM Plex + Space Grotesk.
   Used by: index.html, research.html, blog.html, article.html
   (platform.html keeps its own dark investor theme — do not import this there)
   ========================================================================== */
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@300;400;500;600;700&family=IBM+Plex+Serif:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&family=Space+Grotesk:wght@300;400;500;600;700&display=swap');

*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}

:root{
  --cream:#F1EFE2; --cream-l:#F8F7EF; --cream-d:#E6E4D6;
  --ink:#1A1A1A; --ink-s:#3A3A3A;
  --gray:#6B6B6B; --gray-l:#9B9B9B;
  --div:#D0D0C4; --div-d:#B5B5A8;
  --sepia:#4A3A2A;
  --nav-h:64px;
}

html{scroll-behavior:smooth}
body{
  font-family:'IBM Plex Sans',-apple-system,sans-serif;
  background:var(--cream);color:var(--ink);
  line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden;
}
a{color:inherit}
img{max-width:100%;display:block}

/* ===== NAV (shared) ===== */
.nav{
  position:fixed;top:0;left:0;right:0;z-index:200;height:var(--nav-h);
  padding:0 2.5rem;display:flex;justify-content:space-between;align-items:center;
  background:var(--cream-l);
  border-bottom:1px solid var(--div);
}
.nav-brand{display:flex;align-items:center;text-decoration:none}
.nav-logo{font-family:'Space Grotesk',sans-serif;font-size:1.4rem;color:var(--ink);font-weight:700;letter-spacing:0;text-transform:uppercase}
.nav-logo-sub{font-family:'IBM Plex Mono',monospace;font-size:.62rem;color:var(--gray);letter-spacing:.15em;margin-left:.7rem;text-transform:uppercase;font-weight:500}
.nav-links{display:flex;gap:2rem;align-items:center}
.nav-links a{font-size:.82rem;color:var(--ink-s);text-decoration:none;letter-spacing:.02em;
  transition:color .2s ease;position:relative;padding:.2rem 0}
.nav-links a:hover{color:var(--ink)}
.nav-links a.active{color:var(--ink)}
.nav-links a.active::after{content:'';position:absolute;left:0;right:0;bottom:-2px;height:1px;background:var(--ink)}
.nav-cta{font-family:'IBM Plex Mono',monospace!important;font-size:.7rem!important;
  padding:.5rem 1rem;border:1px solid var(--ink);letter-spacing:.15em;
  text-transform:uppercase;transition:all .2s ease}
.nav-cta:hover{background:var(--ink);color:var(--cream)!important}
.nav-toggle{display:none;background:none;border:0;cursor:pointer;padding:.5rem;color:var(--ink)}
.nav-toggle svg{width:24px;height:24px}

@media(max-width:900px){
  .nav{padding:0 1.25rem}
  .nav-toggle{display:block}
  .nav-links{position:fixed;top:var(--nav-h);left:0;right:0;flex-direction:column;gap:0;
    background:var(--cream-l);border-bottom:1px solid var(--div);
    max-height:0;overflow:hidden;transition:max-height .3s ease;align-items:stretch}
  .nav-links.open{max-height:70vh}
  .nav-links a{padding:1rem 1.25rem;border-bottom:1px solid var(--div);font-size:.95rem}
  .nav-links a.active::after{display:none}
  .nav-cta{border:0;border-bottom:1px solid var(--div)!important;padding:1rem 1.25rem}
  .nav-cta:hover{background:var(--ink);color:var(--cream)!important}
}

/* ===== shared layout helpers ===== */
.wrap{max-width:1400px;margin:0 auto;padding:0 2.5rem}
.eyebrow{font-family:'IBM Plex Mono',monospace;font-size:.7rem;color:var(--gray);
  letter-spacing:.3em;text-transform:uppercase;font-weight:500}
.rule{width:60px;height:1px;background:var(--ink);margin:1rem 0 2rem}

/* ===== CONTACT / SUBSCRIBE (bottom of landing) ===== */
.contact{padding:6rem 2.5rem;text-align:center;border-top:1px solid var(--div)}
.contact h2{font-family:'Space Grotesk',sans-serif;font-size:clamp(1.8rem,3vw,2.6rem);
  color:var(--ink);font-weight:700;letter-spacing:-0.02em;line-height:1.15;
  max-width:820px;margin:1rem auto 1rem}
.contact .contact-sub{font-size:1rem;color:var(--ink-s);max-width:600px;margin:0 auto 2.5rem;line-height:1.6}
.contact-eyebrow-wrap{display:flex;flex-direction:column;align-items:center}
.subscribe{display:flex;gap:.6rem;justify-content:center;max-width:460px;margin:0 auto 1rem;flex-wrap:wrap}
.subscribe input{flex:1;min-width:220px;font-family:'IBM Plex Sans',sans-serif;font-size:.9rem;
  padding:.85rem 1rem;background:var(--cream-l);border:1px solid var(--div-d);color:var(--ink)}
.subscribe input:focus{outline:2px solid var(--ink);outline-offset:-1px;border-color:var(--ink)}
.btn{display:inline-block;font-family:'IBM Plex Mono',monospace;font-size:.75rem;
  padding:.85rem 1.6rem;background:var(--ink);color:var(--cream);text-decoration:none;
  letter-spacing:.15em;text-transform:uppercase;transition:all .2s ease;border:1px solid var(--ink);cursor:pointer}
.btn:hover{background:var(--ink-s)}
.btn.outline{background:transparent;color:var(--ink)}
.btn.outline:hover{background:var(--ink);color:var(--cream)}
.subscribe-note{font-size:.75rem;color:var(--gray);min-height:1.2em}
.contact-links{display:flex;justify-content:center;gap:2.5rem;flex-wrap:wrap;
  padding-top:2rem;margin-top:2rem;border-top:1px solid var(--div);font-size:.85rem;color:var(--gray)}
.contact-links a{color:var(--ink);text-decoration:none;font-weight:500}
.contact-links a:hover{text-decoration:underline}

/* ===== FOOTER (shared) ===== */
.site-footer{padding:3rem 2.5rem 2.5rem;border-top:1px solid var(--div);
  display:flex;justify-content:space-between;align-items:baseline;flex-wrap:wrap;gap:1rem}
.site-footer .foot-brand{font-family:'Space Grotesk',sans-serif;font-size:1rem;color:var(--ink);font-weight:700}
.site-footer .foot-sub{font-family:'IBM Plex Mono',monospace;font-size:.62rem;color:var(--gray);
  letter-spacing:.2em;margin-left:.5rem;text-transform:uppercase}
.site-footer .foot-legal{font-size:.72rem;color:var(--gray);max-width:520px}
.site-footer .foot-nav{display:flex;gap:1.4rem;font-size:.78rem}
.site-footer .foot-nav a{color:var(--gray);text-decoration:none}
.site-footer .foot-nav a:hover{color:var(--ink)}

/* ===== reduced motion ===== */
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *{animation:none!important;transition:none!important}
}


/* ---- blog images ---- */
.post-fig{margin:2.2rem 0;text-align:center}
.post-fig img{max-width:100%;height:auto;border:1px solid var(--div);background:var(--cream-l)}
.post-fig figcaption{font-family:'IBM Plex Mono',monospace;font-size:.68rem;color:var(--gray);letter-spacing:.03em;margin-top:.6rem;line-height:1.4}
img.img-broken{display:none}
.post-fig:has(img.img-broken){display:none}
.card-media{background:var(--ink)}
.card-media::before{content:'P1';position:absolute;top:.9rem;left:1.1rem;font-family:'Space Grotesk',sans-serif;font-weight:700;font-size:1rem;letter-spacing:.05em;color:rgba(255,255,255,.28);z-index:0}
.card-media img{position:relative;z-index:1}

:root{--wm-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%203129%20204%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M33.0%20202.6%20C33.0%20201.8%2033.7%20201.0%2034.5%20200.6%20C35.8%20200.2%2036.0%20194.4%2036.2%20160.3%20L36.5%20120.5%20L110.6%20120.2%20C175.0%20120.0%20184.9%20119.8%20186.0%20118.5%20C186.7%20117.7%20188.7%20117.0%20190.5%20117.0%20C192.3%20117.0%20194.3%20116.3%20195.0%20115.5%20C195.7%20114.7%20197.0%20114.0%20197.9%20114.0%20C200.4%20114.0%20216.0%2097.9%20216.0%2095.3%20C216.0%2094.2%20216.7%2093.0%20217.5%2092.6%20C218.4%2092.3%20219.0%2090.8%20219.0%2088.7%20C219.0%2086.8%20219.7%2084.7%20220.5%2084.0%20C222.7%2082.1%20222.7%2037.9%20220.5%2036.0%20C219.7%2035.3%20219.0%2033.3%20219.0%2031.6%20C219.0%2029.3%20218.1%2027.5%20216.0%2025.5%20C214.4%2023.9%20213.0%2021.9%20213.0%2021.0%20C213.0%2019.0%20205.9%2012.0%20203.9%2012.0%20C203.1%2012.0%20201.1%2010.6%20199.5%209.0%20C197.5%206.9%20195.7%206.0%20193.4%206.0%20C191.7%206.0%20189.7%205.3%20189.0%204.5%20C188.3%203.6%20186.1%203.0%20183.9%203.0%20C181.1%203.0%20180.0%202.6%20180.0%201.5%20C180.0%200.2%20189.5%200.0%20259.5%200.0%20C326.8%200.0%20339.0%200.2%20339.0%201.4%20C339.0%202.2%20338.3%203.0%20337.5%203.4%20C336.2%203.9%20336.0%2015.8%20336.0%20102.0%20C336.0%20188.2%20336.2%20200.1%20337.5%20200.6%20C338.3%20201.0%20339.0%20201.8%20339.0%20202.6%20C339.0%20203.8%20316.1%20204.0%20186.0%20204.0%20C55.9%20204.0%2033.0%20203.8%2033.0%20202.6%20Z%20M369.0%20202.6%20C369.0%20201.8%20369.7%20201.0%20370.5%20200.6%20C371.8%20200.2%20372.0%20194.4%20372.2%20160.3%20L372.5%20120.5%20L414.9%20120.2%20L457.4%20120.0%20L461.2%20123.7%20C463.3%20125.7%20465.0%20128.1%20465.0%20129.0%20C465.0%20129.9%20466.4%20131.9%20468.0%20133.5%20C469.6%20135.1%20471.0%20137.1%20471.0%20138.0%20C471.0%20138.9%20473.0%20141.6%20475.5%20144.0%20C478.0%20146.4%20480.0%20149.1%20480.0%20150.0%20C480.0%20150.9%20482.0%20153.6%20484.5%20156.0%20C487.0%20158.4%20489.0%20161.1%20489.0%20162.0%20C489.0%20162.9%20491.0%20165.6%20493.5%20168.0%20C496.0%20170.4%20498.0%20173.1%20498.0%20174.0%20C498.0%20174.9%20500.0%20177.6%20502.5%20180.0%20C505.0%20182.4%20507.0%20185.1%20507.0%20186.0%20C507.0%20186.9%20508.4%20188.9%20510.0%20190.5%20C511.6%20192.1%20513.0%20194.1%20513.0%20195.1%20C513.0%20196.0%20514.4%20198.0%20516.0%20199.3%20C517.6%20200.7%20519.0%20202.3%20519.0%20202.9%20C519.0%20203.7%20496.4%20204.0%20444.0%20204.0%20C380.6%20204.0%20369.0%20203.8%20369.0%20202.6%20Z%20M561.0%20203.0%20C561.0%20202.4%20561.7%20201.7%20562.5%20201.4%20C564.8%20200.5%20564.3%20199.3%20559.5%20194.9%20C557.0%20192.6%20555.0%20190.0%20555.0%20189.1%20C555.0%20188.2%20553.0%20185.4%20550.5%20183.0%20C548.0%20180.6%20546.0%20177.9%20546.0%20177.0%20C546.0%20176.1%20544.0%20173.4%20541.5%20171.0%20C539.0%20168.6%20537.0%20165.9%20537.0%20165.0%20C537.0%20164.1%20534.3%20160.8%20531.0%20157.5%20C527.7%20154.2%20525.0%20150.9%20525.0%20150.0%20C525.0%20149.1%20523.0%20146.4%20520.5%20144.0%20C518.0%20141.6%20516.0%20138.9%20516.0%20138.0%20C516.0%20137.1%20514.0%20134.4%20511.5%20132.0%20C509.0%20129.6%20507.0%20126.8%20507.0%20125.8%20C507.0%20124.8%20506.3%20123.7%20505.5%20123.4%20C504.7%20123.0%20504.0%20122.2%20504.0%20121.4%20C504.0%20120.3%20506.1%20120.0%20513.9%20120.0%20C521.4%20120.0%20524.0%20119.6%20525.0%20118.5%20C525.7%20117.7%20527.7%20117.0%20529.5%20117.0%20C531.3%20117.0%20533.3%20116.3%20534.0%20115.5%20C534.7%20114.7%20536.0%20114.0%20536.9%20114.0%20C537.9%20114.0%20539.9%20112.7%20541.5%20111.0%20C543.1%20109.4%20545.1%20108.0%20546.0%20108.0%20C548.0%20108.0%20552.0%20103.9%20552.0%20101.9%20C552.0%20101.0%20553.4%2099.1%20555.0%2097.5%20C556.6%2095.9%20558.0%2093.6%20558.0%2092.4%20C558.0%2091.2%20558.7%2090.0%20559.5%2089.6%20C560.8%2089.1%20561.0%2085.1%20561.0%2061.5%20C561.0%2037.9%20560.8%2033.9%20559.5%2033.4%20C558.7%2033.0%20558.0%2031.7%20558.0%2030.4%20C558.0%2029.0%20557.3%2027.7%20556.5%2027.4%20C555.7%2027.0%20555.0%2025.8%20555.0%2024.6%20C555.0%2022.1%20545.3%2012.0%20542.9%2012.0%20C542.1%2012.0%20540.1%2010.6%20538.5%209.0%20C536.5%206.9%20534.7%206.0%20532.4%206.0%20C530.7%206.0%20528.7%205.3%20528.0%204.5%20C527.3%203.6%20525.1%203.0%20522.9%203.0%20C520.1%203.0%20519.0%202.6%20519.0%201.5%20C519.0%200.2%20535.5%200.0%20661.5%200.0%20C782.6%200.0%20804.0%200.2%20804.0%201.4%20C804.0%202.2%20803.3%203.0%20802.5%203.4%20C801.7%203.7%20801.0%205.0%20801.0%206.4%20C801.0%207.7%20800.3%209.0%20799.5%209.4%20C798.7%209.7%20798.0%2011.0%20798.0%2012.4%20C798.0%2013.7%20797.3%2015.0%20796.5%2015.4%20C795.7%2015.7%20795.0%2017.0%20795.0%2018.4%20C795.0%2019.7%20794.3%2021.0%20793.5%2021.4%20C792.7%2021.7%20792.0%2023.0%20792.0%2024.4%20C792.0%2025.7%20791.3%2027.0%20790.5%2027.4%20C789.7%2027.7%20789.0%2029.0%20789.0%2030.4%20C789.0%2031.7%20788.3%2033.0%20787.5%2033.4%20C786.7%2033.7%20786.0%2035.0%20786.0%2036.4%20C786.0%2037.7%20785.3%2039.0%20784.5%2039.4%20C783.7%2039.7%20783.0%2041.0%20783.0%2042.4%20C783.0%2043.7%20782.3%2045.0%20781.5%2045.4%20C780.7%2045.7%20780.0%2047.0%20780.0%2048.4%20C780.0%2049.7%20779.3%2051.0%20778.5%2051.4%20C777.7%2051.7%20777.0%2053.0%20777.0%2054.4%20C777.0%2055.7%20776.3%2057.0%20775.5%2057.4%20C774.7%2057.7%20774.0%2058.8%20774.0%2059.8%20C774.0%2060.8%20772.6%2062.9%20771.0%2064.5%20C769.4%2066.1%20768.0%2068.4%20768.0%2069.6%20C768.0%2070.8%20767.3%2072.0%20766.5%2072.4%20C765.7%2072.7%20765.0%2074.0%20765.0%2075.4%20C765.0%2076.7%20764.3%2078.0%20763.5%2078.4%20C762.7%2078.7%20762.0%2080.0%20762.0%2081.4%20C762.0%2082.7%20761.3%2084.0%20760.5%2084.4%20C759.7%2084.7%20759.0%2086.0%20759.0%2087.4%20C759.0%2088.7%20758.3%2090.0%20757.5%2090.4%20C756.7%2090.7%20756.0%2092.0%20756.0%2093.4%20C756.0%2094.7%20755.3%2096.0%20754.5%2096.4%20C753.7%2096.7%20753.0%2098.0%20753.0%2099.4%20C753.0%20100.7%20752.3%20102.0%20751.5%20102.4%20C750.7%20102.7%20750.0%20104.0%20750.0%20105.4%20C750.0%20106.7%20749.3%20108.0%20748.5%20108.4%20C747.7%20108.7%20747.0%20110.0%20747.0%20111.4%20C747.0%20112.7%20746.3%20114.0%20745.5%20114.4%20C744.7%20114.7%20744.0%20115.8%20744.0%20116.8%20C744.0%20117.8%20742.6%20119.9%20741.0%20121.5%20C739.4%20123.1%20738.0%20125.4%20738.0%20126.6%20C738.0%20127.8%20737.3%20129.0%20736.5%20129.4%20C735.7%20129.7%20735.0%20131.0%20735.0%20132.4%20C735.0%20133.7%20734.3%20135.0%20733.5%20135.4%20C732.7%20135.7%20732.0%20137.0%20732.0%20138.4%20C732.0%20139.7%20731.3%20141.0%20730.5%20141.4%20C729.7%20141.7%20729.0%20143.0%20729.0%20144.4%20C729.0%20145.7%20728.3%20147.0%20727.5%20147.4%20C726.7%20147.7%20726.0%20149.0%20726.0%20150.4%20C726.0%20151.7%20725.3%20153.0%20724.5%20153.4%20C723.7%20153.7%20723.0%20155.0%20723.0%20156.4%20C723.0%20157.7%20722.3%20159.0%20721.5%20159.4%20C720.7%20159.7%20720.0%20160.8%20720.0%20161.8%20C720.0%20162.8%20718.6%20164.9%20717.0%20166.5%20C715.4%20168.1%20714.0%20170.4%20714.0%20171.6%20C714.0%20172.8%20713.3%20174.0%20712.5%20174.4%20C711.7%20174.7%20711.0%20176.0%20711.0%20177.4%20C711.0%20178.7%20710.3%20180.0%20709.5%20180.4%20C708.7%20180.7%20708.0%20182.0%20708.0%20183.4%20C708.0%20184.7%20707.3%20186.0%20706.5%20186.4%20C705.7%20186.7%20705.0%20188.0%20705.0%20189.4%20C705.0%20190.7%20704.3%20192.0%20703.5%20192.4%20C702.7%20192.7%20702.0%20193.9%20702.0%20195.0%20C702.0%20196.1%20701.3%20197.3%20700.5%20197.6%20C699.7%20198.0%20699.0%20198.8%20699.0%20199.5%20C699.0%20200.2%20699.7%20201.0%20700.5%20201.4%20C706.5%20203.7%20698.2%20204.0%20631.5%20204.0%20C583.7%20204.0%20561.0%20203.7%20561.0%20203.0%20Z%20M738.0%20201.7%20C738.0%20200.4%20739.4%20198.1%20741.0%20196.5%20C742.6%20194.9%20744.0%20192.6%20744.0%20191.4%20C744.0%20190.2%20744.7%20189.0%20745.5%20188.6%20C746.3%20188.3%20747.0%20187.0%20747.0%20185.6%20C747.0%20184.3%20747.7%20183.0%20748.5%20182.6%20C749.3%20182.3%20750.0%20181.0%20750.0%20179.6%20C750.0%20178.3%20750.7%20177.0%20751.5%20176.6%20C752.3%20176.3%20753.0%20175.0%20753.0%20173.6%20C753.0%20172.3%20753.7%20171.0%20754.5%20170.6%20C755.3%20170.3%20756.0%20169.0%20756.0%20167.6%20C756.0%20166.3%20756.7%20165.0%20757.5%20164.6%20C758.3%20164.3%20759.0%20163.0%20759.0%20161.6%20C759.0%20160.3%20759.7%20159.0%20760.5%20158.6%20C761.3%20158.3%20762.0%20157.0%20762.0%20155.6%20C762.0%20154.3%20762.7%20153.0%20763.5%20152.6%20C764.3%20152.3%20765.0%20151.0%20765.0%20149.6%20C765.0%20148.3%20765.7%20147.0%20766.5%20146.6%20C767.3%20146.3%20768.0%20145.0%20768.0%20143.6%20C768.0%20142.3%20768.7%20141.0%20769.5%20140.6%20C770.3%20140.3%20771.0%20139.0%20771.0%20137.6%20C771.0%20136.3%20771.7%20135.0%20772.5%20134.6%20C773.3%20134.3%20774.0%20133.0%20774.0%20131.6%20C774.0%20130.3%20774.7%20129.0%20775.5%20128.6%20C776.3%20128.3%20777.0%20127.2%20777.0%20126.2%20C777.0%20125.2%20778.4%20123.1%20780.0%20121.5%20C781.6%20119.9%20783.0%20117.6%20783.0%20116.4%20C783.0%20115.2%20783.7%20114.0%20784.5%20113.6%20C785.3%20113.3%20786.0%20112.0%20786.0%20110.6%20C786.0%20109.3%20786.7%20108.0%20787.5%20107.6%20C788.3%20107.3%20789.0%20106.0%20789.0%20104.6%20C789.0%20103.3%20789.7%20102.0%20790.5%20101.6%20C791.3%20101.3%20792.0%20100.0%20792.0%2098.6%20C792.0%2097.3%20792.7%2096.0%20793.5%2095.6%20C794.3%2095.3%20795.0%2094.0%20795.0%2092.6%20C795.0%2091.3%20795.7%2090.0%20796.5%2089.6%20C797.3%2089.3%20798.0%2088.0%20798.0%2086.6%20C798.0%2085.3%20798.7%2084.0%20799.5%2083.6%20C800.3%2083.3%20801.0%2082.0%20801.0%2080.6%20C801.0%2079.3%20801.7%2078.0%20802.5%2077.6%20C803.3%2077.3%20804.0%2076.0%20804.0%2074.6%20C804.0%2073.3%20804.7%2072.0%20805.5%2071.6%20C806.3%2071.3%20807.0%2070.0%20807.0%2068.6%20C807.0%2067.3%20807.7%2066.0%20808.5%2065.6%20C809.3%2065.3%20810.0%2064.0%20810.0%2062.6%20C810.0%2061.3%20810.7%2060.0%20811.5%2059.6%20C812.3%2059.3%20813.0%2058.0%20813.0%2056.6%20C813.0%2055.3%20813.7%2054.0%20814.5%2053.6%20C815.3%2053.3%20816.0%2052.0%20816.0%2050.6%20C816.0%2049.3%20816.7%2048.0%20817.5%2047.6%20C818.3%2047.3%20819.0%2046.0%20819.0%2044.6%20C819.0%2043.3%20819.7%2042.0%20820.5%2041.6%20C821.3%2041.3%20822.0%2039.9%20822.0%2038.5%20C822.0%2036.9%20822.6%2036.0%20823.5%2036.0%20C824.4%2036.0%20825.0%2036.9%20825.0%2038.5%20C825.0%2039.9%20825.7%2041.3%20826.5%2041.6%20C827.3%2042.0%20828.0%2043.3%20828.0%2044.6%20C828.0%2046.0%20828.7%2047.3%20829.5%2047.6%20C830.3%2048.0%20831.0%2049.3%20831.0%2050.6%20C831.0%2052.0%20831.7%2053.3%20832.5%2053.6%20C833.3%2054.0%20834.0%2055.3%20834.0%2056.6%20C834.0%2058.0%20834.7%2059.3%20835.5%2059.6%20C836.3%2060.0%20837.0%2061.3%20837.0%2062.6%20C837.0%2064.0%20837.7%2065.3%20838.5%2065.6%20C839.3%2066.0%20840.0%2067.3%20840.0%2068.6%20C840.0%2070.0%20840.7%2071.3%20841.5%2071.6%20C842.3%2072.0%20843.0%2073.3%20843.0%2074.6%20C843.0%2076.0%20843.7%2077.3%20844.5%2077.6%20C845.3%2078.0%20846.0%2079.3%20846.0%2080.6%20C846.0%2082.0%20846.7%2083.3%20847.5%2083.6%20C848.3%2084.0%20849.0%2085.3%20849.0%2086.6%20C849.0%2088.0%20849.7%2089.3%20850.5%2089.6%20C851.3%2090.0%20852.0%2091.3%20852.0%2092.6%20C852.0%2094.0%20852.7%2095.3%20853.5%2095.6%20C854.3%2096.0%20855.0%2097.3%20855.0%2098.6%20C855.0%20100.0%20855.7%20101.3%20856.5%20101.6%20C857.3%20102.0%20858.0%20103.2%20858.0%20104.4%20C858.0%20105.6%20859.4%20107.9%20861.0%20109.5%20C862.6%20111.1%20864.0%20113.2%20864.0%20114.2%20C864.0%20115.2%20864.7%20116.3%20865.5%20116.6%20C866.3%20117.0%20867.0%20118.3%20867.0%20119.6%20C867.0%20121.0%20867.7%20122.3%20868.5%20122.6%20C869.3%20123.0%20870.0%20124.3%20870.0%20125.6%20C870.0%20127.0%20870.7%20128.3%20871.5%20128.6%20C872.3%20129.0%20873.0%20130.2%20873.0%20131.5%20C873.0%20132.7%20873.7%20134.3%20874.5%20135.0%20C875.3%20135.7%20876.0%20137.7%20876.0%20139.4%20C876.0%20141.7%20876.9%20143.5%20879.0%20145.5%20C880.6%20147.1%20882.0%20149.2%20882.0%20150.2%20C882.0%20151.2%20882.7%20152.3%20883.5%20152.6%20C884.3%20153.0%20885.0%20154.3%20885.0%20155.6%20C885.0%20157.0%20885.7%20158.3%20886.5%20158.6%20C887.3%20159.0%20888.0%20160.3%20888.0%20161.6%20C888.0%20163.0%20888.7%20164.3%20889.5%20164.6%20C890.3%20165.0%20891.0%20166.3%20891.0%20167.6%20C891.0%20169.0%20891.7%20170.3%20892.5%20170.6%20C893.3%20171.0%20894.0%20172.3%20894.0%20173.6%20C894.0%20175.0%20894.7%20176.3%20895.5%20176.6%20C896.3%20177.0%20897.0%20178.3%20897.0%20179.6%20C897.0%20181.0%20897.7%20182.3%20898.5%20182.6%20C899.3%20183.0%20900.0%20184.3%20900.0%20185.6%20C900.0%20187.0%20900.7%20188.3%20901.5%20188.6%20C902.3%20189.0%20903.0%20190.3%20903.0%20191.6%20C903.0%20193.0%20903.7%20194.3%20904.5%20194.6%20C905.3%20195.0%20906.0%20196.3%20906.0%20197.6%20C906.0%20199.0%20906.7%20200.3%20907.5%20200.6%20C908.3%20201.0%20909.0%20201.8%20909.0%20202.6%20C909.0%20203.8%20895.9%20204.0%20823.5%20204.0%20L738.0%20204.0%20L738.0%20201.7%20Z%20M945.0%20200.1%20C945.0%20197.9%20944.4%20195.7%20943.5%20195.0%20C942.7%20194.3%20942.0%20192.2%20942.0%20190.3%20C942.0%20188.2%20941.4%20186.7%20940.5%20186.4%20C939.7%20186.0%20939.0%20184.7%20939.0%20183.4%20C939.0%20182.0%20938.3%20180.7%20937.5%20180.4%20C936.7%20180.0%20936.0%20178.8%20936.0%20177.6%20C936.0%20176.4%20934.6%20174.1%20933.0%20172.5%20C931.4%20170.9%20930.0%20168.8%20930.0%20167.8%20C930.0%20166.8%20929.3%20165.7%20928.5%20165.4%20C927.7%20165.0%20927.0%20163.7%20927.0%20162.4%20C927.0%20161.0%20926.3%20159.7%20925.5%20159.4%20C924.7%20159.0%20924.0%20157.7%20924.0%20156.4%20C924.0%20155.0%20923.3%20153.7%20922.5%20153.4%20C921.7%20153.0%20921.0%20151.7%20921.0%20150.4%20C921.0%20149.0%20920.3%20147.7%20919.5%20147.4%20C918.7%20147.0%20918.0%20145.7%20918.0%20144.4%20C918.0%20143.0%20917.3%20141.7%20916.5%20141.4%20C915.7%20141.0%20915.0%20139.7%20915.0%20138.4%20C915.0%20137.0%20914.3%20135.7%20913.5%20135.4%20C912.7%20135.0%20912.0%20133.7%20912.0%20132.4%20C912.0%20131.0%20911.3%20129.7%20910.5%20129.4%20C909.7%20129.0%20909.0%20127.8%20909.0%20126.6%20C909.0%20125.4%20907.6%20123.1%20906.0%20121.5%20C904.4%20119.9%20903.0%20117.8%20903.0%20116.8%20C903.0%20115.8%20902.3%20114.7%20901.5%20114.4%20C900.7%20114.0%20900.0%20112.7%20900.0%20111.4%20C900.0%20110.0%20899.3%20108.7%20898.5%20108.4%20C897.7%20108.0%20897.0%20106.7%20897.0%20105.4%20C897.0%20104.0%20896.3%20102.7%20895.5%20102.4%20C894.7%20102.0%20894.0%20100.7%20894.0%2099.4%20C894.0%2098.0%20893.3%2096.7%20892.5%2096.4%20C891.7%2096.0%20891.0%2094.7%20891.0%2093.4%20C891.0%2092.0%20890.3%2090.7%20889.5%2090.4%20C888.7%2090.0%20888.0%2088.7%20888.0%2087.4%20C888.0%2086.0%20887.3%2084.7%20886.5%2084.4%20C885.7%2084.0%20885.0%2082.7%20885.0%2081.4%20C885.0%2080.0%20884.3%2078.7%20883.5%2078.4%20C882.7%2078.0%20882.0%2076.7%20882.0%2075.4%20C882.0%2074.0%20881.3%2072.7%20880.5%2072.4%20C879.7%2072.0%20879.0%2070.7%20879.0%2069.4%20C879.0%2068.0%20878.3%2066.7%20877.5%2066.4%20C876.7%2066.0%20876.0%2064.7%20876.0%2063.4%20C876.0%2062.0%20875.3%2060.7%20874.5%2060.4%20C873.7%2060.0%20873.0%2058.8%20873.0%2057.6%20C873.0%2056.4%20871.6%2054.1%20870.0%2052.5%20C868.4%2050.9%20867.0%2048.8%20867.0%2047.8%20C867.0%2046.8%20866.3%2045.7%20865.5%2045.4%20C864.7%2045.0%20864.0%2043.7%20864.0%2042.4%20C864.0%2041.0%20863.3%2039.7%20862.5%2039.4%20C861.7%2039.0%20861.0%2037.7%20861.0%2036.4%20C861.0%2035.0%20860.3%2033.7%20859.5%2033.4%20C858.7%2033.0%20858.0%2031.7%20858.0%2030.4%20C858.0%2029.0%20857.3%2027.7%20856.5%2027.4%20C855.7%2027.0%20855.0%2025.7%20855.0%2024.4%20C855.0%2023.0%20854.3%2021.7%20853.5%2021.4%20C852.7%2021.0%20852.0%2019.7%20852.0%2018.4%20C852.0%2017.0%20851.3%2015.7%20850.5%2015.4%20C849.7%2015.0%20849.0%2013.7%20849.0%2012.4%20C849.0%2011.0%20848.3%209.7%20847.5%209.4%20C846.7%209.0%20846.0%207.7%20846.0%206.4%20C846.0%205.0%20845.3%203.7%20844.5%203.4%20C843.7%203.0%20843.0%202.2%20843.0%201.4%20C843.0%200.2%20863.1%200.0%20976.5%200.0%20C1094.5%200.0%201110.0%200.2%201110.0%201.5%20C1110.0%202.6%201108.9%203.0%201106.1%203.0%20C1103.9%203.0%201101.7%203.6%201101.0%204.5%20C1100.3%205.3%201098.3%206.0%201096.6%206.0%20C1094.0%206.0%201091.9%207.5%201083.7%2015.8%20C1077.5%2022.0%201074.0%2026.3%201074.0%2027.7%20C1074.0%2028.8%201073.3%2030.0%201072.5%2030.4%20C1071.4%2030.8%201071.0%2032.6%201071.0%2037.3%20C1071.0%2041.8%201070.5%2044.1%201069.5%2045.0%20C1068.2%2046.1%201068.0%2053.7%201068.0%20102.0%20C1068.0%20150.3%201068.2%20157.9%201069.5%20159.0%20C1070.5%20159.8%201071.0%20162.0%201071.0%20165.2%20C1071.0%20168.6%201071.4%20170.2%201072.5%20170.6%20C1073.3%20171.0%201074.0%20172.3%201074.0%20173.6%20C1074.0%20175.0%201074.7%20176.3%201075.5%20176.6%20C1076.3%20177.0%201077.0%20178.2%201077.0%20179.4%20C1077.0%20181.9%201089.7%20195.0%201092.2%20195.0%20C1093.0%20195.0%201094.3%20195.7%201095.0%20196.5%20C1095.7%20197.3%201097.0%20198.0%201098.0%20198.0%20C1099.0%20198.0%201100.3%20198.7%201101.0%20199.5%20C1101.7%20200.4%201103.9%20201.0%201106.1%20201.0%20C1108.9%20201.0%201110.0%20201.4%201110.0%20202.5%20C1110.0%20203.8%201100.2%20204.0%201027.5%20204.0%20L945.0%20204.0%20L945.0%20200.1%20Z%20M1251.0%20202.5%20C1251.0%20201.4%201252.3%20201.0%201256.4%20201.0%20C1259.9%20201.0%201262.2%20200.5%201263.0%20199.5%20C1263.7%20198.7%201265.0%20198.0%201266.0%20198.0%20C1267.0%20198.0%201268.3%20197.3%201269.0%20196.5%20C1269.7%20195.7%201271.0%20195.0%201271.9%20195.0%20C1274.3%20195.0%201284.0%20184.8%201284.0%20182.3%20C1284.0%20181.2%201284.7%20180.0%201285.5%20179.6%20C1286.3%20179.3%201287.0%20178.0%201287.0%20176.6%20C1287.0%20175.3%201287.7%20174.0%201288.5%20173.6%20C1289.8%20173.1%201290.0%20167.8%201289.8%20131.8%20L1289.5%2090.5%20L1237.5%2090.5%20L1185.5%2090.5%20L1185.5%20105.0%20L1185.5%20119.5%20L1221.0%20120.0%20L1256.5%20120.5%20L1256.8%20140.4%20L1257.0%20160.4%20L1251.8%20165.7%20L1246.6%20171.0%20L1182.0%20171.0%20L1117.4%20171.0%20L1112.2%20165.7%20C1109.3%20162.8%201107.0%20159.7%201107.0%20158.8%20C1107.0%20158.0%201106.3%20156.7%201105.5%20156.0%20C1104.2%20154.9%201104.0%20147.5%201104.0%20100.6%20L1104.0%2046.4%20L1110.8%2039.7%20L1117.6%2033.0%20L1182.2%2033.0%20C1238.4%2033.0%201246.9%2033.2%201248.0%2034.5%20C1248.7%2035.3%201250.3%2036.0%201251.6%2036.0%20C1253.5%2036.0%201254.0%2036.5%201254.0%2038.4%20C1254.0%2039.7%201254.6%2041.3%201255.4%2042.0%20C1256.2%2042.6%201257.0%2044.8%201257.2%2046.8%20L1257.5%2050.5%20L1273.5%2050.5%20L1289.5%2050.5%20L1289.8%2040.7%20C1290.0%2032.7%201289.8%2030.9%201288.5%2030.4%20C1287.7%2030.1%201287.0%2028.7%201287.0%2027.4%20C1287.0%2026.0%201286.3%2024.7%201285.5%2024.4%20C1284.7%2024.0%201284.0%2022.8%201284.0%2021.6%20C1284.0%2019.1%201274.3%209.0%201271.8%209.0%20C1271.0%209.0%201269.7%208.3%201269.0%207.5%20C1268.3%206.7%201267.0%206.0%201266.0%206.0%20C1265.0%206.0%201263.7%205.3%201263.0%204.5%20C1262.3%203.6%201260.1%203.0%201257.9%203.0%20C1255.1%203.0%201254.0%202.6%201254.0%201.5%20C1254.0%200.2%201263.0%200.0%201329.0%200.0%20L1404.0%200.0%20L1404.0%20102.0%20L1404.0%20204.0%20L1327.5%20204.0%20C1260.2%20204.0%201251.0%20203.8%201251.0%20202.5%20Z%20M1437.0%20202.6%20C1437.0%20201.8%201437.7%20201.0%201438.5%20200.6%20C1439.8%20200.1%201440.0%20191.5%201440.0%20131.5%20C1440.0%2071.3%201440.2%2063.0%201441.5%2063.0%20C1442.4%2063.0%201443.0%2063.9%201443.0%2065.3%20C1443.0%2066.6%201444.3%2068.9%201446.0%2070.5%20C1447.7%2072.1%201449.0%2074.1%201449.0%2075.0%20C1449.0%2075.9%201450.3%2077.9%201452.0%2079.5%20C1453.7%2081.1%201455.0%2083.1%201455.0%2084.0%20C1455.0%2084.9%201457.0%2087.6%201459.5%2090.0%20C1462.0%2092.4%201464.0%2095.1%201464.0%2096.0%20C1464.0%2096.9%201466.0%2099.6%201468.5%20102.0%20C1471.0%20104.4%201473.0%20107.2%201473.0%20108.2%20C1473.0%20109.2%201473.7%20110.3%201474.5%20110.6%20C1475.3%20111.0%201476.0%20112.2%201476.0%20113.4%20C1476.0%20114.7%201477.9%20117.4%201480.5%20120.0%20C1483.0%20122.4%201485.0%20125.1%201485.0%20126.0%20C1485.0%20126.9%201486.3%20128.9%201488.0%20130.5%20C1489.7%20132.1%201491.0%20134.1%201491.0%20135.0%20C1491.0%20135.9%201493.0%20138.6%201495.5%20141.0%20C1498.0%20143.4%201500.0%20146.1%201500.0%20147.0%20C1500.0%20147.9%201501.3%20149.9%201503.0%20151.5%20C1504.7%20153.1%201506.0%20155.1%201506.0%20156.0%20C1506.0%20156.9%201507.3%20158.9%201509.0%20160.5%20C1510.7%20162.1%201512.0%20164.1%201512.0%20165.0%20C1512.0%20165.9%201513.0%20167.6%201514.3%20168.8%20C1516.3%20170.7%201517.8%20171.0%201525.6%20171.0%20L1534.6%20171.0%20L1538.3%20167.2%20C1540.3%20165.1%201542.0%20162.7%201542.0%20161.9%20C1542.0%20161.1%201543.3%20159.1%201545.0%20157.5%20C1546.7%20155.9%201548.0%20153.9%201548.0%20153.0%20C1548.0%20152.1%201549.3%20150.1%201551.0%20148.5%20C1552.7%20146.9%201554.0%20144.9%201554.0%20144.0%20C1554.0%20143.1%201555.3%20141.1%201557.0%20139.5%20C1558.7%20137.9%201560.0%20135.9%201560.0%20135.0%20C1560.0%20134.1%201561.3%20132.1%201563.0%20130.5%20C1564.7%20128.9%201566.0%20126.9%201566.0%20126.0%20C1566.0%20125.1%201567.3%20123.1%201569.0%20121.5%20C1570.7%20119.9%201572.0%20117.9%201572.0%20117.0%20C1572.0%20116.1%201573.3%20114.1%201575.0%20112.5%20C1576.7%20110.9%201578.0%20108.9%201578.0%20108.0%20C1578.0%20107.1%201580.0%20104.4%201582.5%20102.0%20C1585.0%2099.6%201587.0%2096.9%201587.0%2096.0%20C1587.0%2095.1%201588.3%2093.1%201590.0%2091.5%20C1591.7%2089.9%201593.0%2087.9%201593.0%2087.0%20C1593.0%2086.1%201594.3%2084.1%201596.0%2082.5%20C1597.7%2080.9%201599.0%2078.9%201599.0%2078.0%20C1599.0%2077.1%201601.0%2074.4%201603.5%2072.0%20C1606.0%2069.6%201608.0%2066.9%201608.0%2066.0%20C1608.1%2064.1%201611.4%2060.0%201612.9%2060.0%20C1613.7%2060.0%201614.0%2080.7%201614.0%20132.0%20L1614.0%20204.0%20L1525.5%20204.0%20C1450.5%20204.0%201437.0%20203.8%201437.0%20202.6%20Z%20M1647.0%20102.0%20L1647.0%200.0%20L1756.5%200.0%20L1866.0%200.0%20L1866.0%202.4%20C1866.0%203.7%201865.3%205.3%201864.5%206.0%20C1863.7%206.7%201863.0%208.3%201863.0%209.5%20C1863.0%2010.8%201862.3%2012.0%201861.5%2012.4%20C1860.7%2012.7%201860.0%2014.0%201860.0%2015.4%20C1860.0%2016.7%201859.3%2018.0%201858.5%2018.4%20C1857.7%2018.7%201857.0%2019.8%201857.0%2020.8%20C1857.0%2021.8%201855.7%2023.9%201854.0%2025.5%20C1852.3%2027.1%201851.0%2029.4%201851.0%2030.6%20C1851.0%2031.8%201850.3%2033.0%201849.5%2033.4%20C1848.7%2033.7%201848.0%2035.0%201848.0%2036.4%20C1848.0%2037.7%201847.3%2039.0%201846.5%2039.4%20C1845.7%2039.7%201845.0%2041.0%201845.0%2042.4%20C1845.0%2043.7%201844.3%2045.0%201843.5%2045.4%20C1842.7%2045.7%201842.0%2047.0%201842.0%2048.4%20C1842.0%2049.7%201841.3%2051.0%201840.5%2051.4%20C1839.7%2051.7%201839.0%2053.0%201839.0%2054.4%20C1839.0%2055.7%201838.3%2057.0%201837.5%2057.4%20C1836.7%2057.7%201836.0%2059.0%201836.0%2060.4%20C1836.0%2061.7%201835.3%2063.0%201834.5%2063.4%20C1833.7%2063.7%201833.0%2065.0%201833.0%2066.4%20C1833.0%2067.7%201832.3%2069.0%201831.5%2069.4%20C1830.7%2069.7%201830.0%2070.8%201830.0%2071.8%20C1830.0%2072.8%201828.7%2074.9%201827.0%2076.5%20C1825.3%2078.1%201824.0%2080.4%201824.0%2081.6%20C1824.0%2082.8%201823.3%2084.0%201822.5%2084.4%20C1821.7%2084.7%201821.0%2086.0%201821.0%2087.4%20C1821.0%2088.7%201820.3%2090.0%201819.5%2090.4%20C1818.7%2090.7%201818.0%2092.0%201818.0%2093.4%20C1818.0%2094.7%201817.3%2096.0%201816.5%2096.4%20C1815.7%2096.7%201815.0%2098.0%201815.0%2099.4%20C1815.0%20100.7%201814.3%20102.0%201813.5%20102.4%20C1812.7%20102.7%201812.0%20104.0%201812.0%20105.4%20C1812.0%20106.7%201811.3%20108.0%201810.5%20108.4%20C1809.7%20108.7%201809.0%20110.0%201809.0%20111.4%20C1809.0%20112.7%201808.3%20114.0%201807.5%20114.4%20C1806.7%20114.7%201806.0%20116.0%201806.0%20117.4%20C1806.0%20118.7%201805.3%20120.0%201804.5%20120.4%20C1803.7%20120.7%201803.0%20122.0%201803.0%20123.4%20C1803.0%20124.7%201802.3%20126.0%201801.5%20126.4%20C1800.7%20126.7%201800.0%20128.0%201800.0%20129.4%20C1800.0%20130.7%201799.3%20132.0%201798.5%20132.4%20C1797.7%20132.7%201797.0%20134.0%201797.0%20135.4%20C1797.0%20136.7%201796.3%20138.0%201795.5%20138.4%20C1794.7%20138.7%201794.0%20140.0%201794.0%20141.4%20C1794.0%20142.7%201793.3%20144.0%201792.5%20144.4%20C1791.7%20144.7%201791.0%20145.8%201791.0%20146.8%20C1791.0%20147.8%201789.7%20149.9%201788.0%20151.5%20C1786.3%20153.1%201785.0%20155.4%201785.0%20156.6%20C1785.0%20157.8%201784.3%20159.0%201783.5%20159.4%20C1782.7%20159.7%201782.0%20161.0%201782.0%20162.4%20C1782.0%20163.7%201781.3%20165.0%201780.5%20165.4%20C1779.7%20165.7%201779.0%20167.0%201779.0%20168.4%20C1779.0%20169.7%201778.3%20171.0%201777.5%20171.4%20C1776.7%20171.7%201776.0%20173.0%201776.0%20174.4%20C1776.0%20175.7%201775.3%20177.0%201774.5%20177.4%20C1773.7%20177.7%201773.0%20179.0%201773.0%20180.4%20C1773.0%20181.7%201772.3%20183.0%201771.5%20183.4%20C1770.7%20183.7%201770.0%20185.0%201770.0%20186.4%20C1770.0%20187.7%201769.3%20189.0%201768.5%20189.4%20C1767.7%20189.7%201767.0%20191.0%201767.0%20192.4%20C1767.0%20193.7%201766.3%20195.0%201765.5%20195.4%20C1764.5%20195.7%201764.0%20197.3%201764.0%20200.0%20L1764.0%20204.0%20L1705.5%20204.0%20L1647.0%20204.0%20L1647.0%20102.0%20Z%20M1800.0%20202.6%20C1800.0%20201.8%201800.7%20201.0%201801.5%20200.6%20C1802.3%20200.3%201803.0%20199.0%201803.0%20197.6%20C1803.0%20196.3%201803.7%20195.0%201804.5%20194.6%20C1805.3%20194.3%201806.0%20193.0%201806.0%20191.6%20C1806.0%20190.3%201806.7%20189.0%201807.5%20188.6%20C1808.3%20188.3%201809.0%20187.0%201809.0%20185.6%20C1809.0%20184.3%201809.7%20183.0%201810.5%20182.6%20C1811.3%20182.3%201812.0%20181.0%201812.0%20179.6%20C1812.0%20178.3%201812.7%20177.0%201813.5%20176.6%20C1814.3%20176.3%201815.0%20175.0%201815.0%20173.6%20C1815.0%20172.3%201815.7%20171.0%201816.5%20170.6%20C1817.3%20170.3%201818.0%20169.0%201818.0%20167.6%20C1818.0%20166.3%201818.7%20165.0%201819.5%20164.6%20C1820.3%20164.3%201821.0%20163.2%201821.0%20162.2%20C1821.0%20161.2%201822.3%20159.1%201824.0%20157.5%20C1825.7%20155.9%201827.0%20153.6%201827.0%20152.4%20C1827.0%20151.2%201827.7%20150.0%201828.5%20149.6%20C1829.3%20149.3%201830.0%20148.0%201830.0%20146.6%20C1830.0%20145.3%201830.7%20144.0%201831.5%20143.6%20C1832.3%20143.3%201833.0%20142.0%201833.0%20140.6%20C1833.0%20139.3%201833.7%20138.0%201834.5%20137.6%20C1835.3%20137.3%201836.0%20136.0%201836.0%20134.6%20C1836.0%20133.3%201836.7%20132.0%201837.5%20131.6%20C1838.3%20131.3%201839.0%20130.0%201839.0%20128.6%20C1839.0%20127.3%201839.7%20126.0%201840.5%20125.6%20C1841.3%20125.3%201842.0%20124.0%201842.0%20122.6%20C1842.0%20121.3%201842.7%20120.0%201843.5%20119.6%20C1844.3%20119.3%201845.0%20118.0%201845.0%20116.6%20C1845.0%20115.3%201845.7%20114.0%201846.5%20113.6%20C1847.3%20113.3%201848.0%20112.0%201848.0%20110.6%20C1848.0%20109.3%201848.7%20108.0%201849.5%20107.6%20C1850.3%20107.3%201851.0%20106.0%201851.0%20104.6%20C1851.0%20103.3%201851.7%20102.0%201852.5%20101.6%20C1853.3%20101.3%201854.0%20100.0%201854.0%2098.6%20C1854.0%2097.3%201854.7%2096.0%201855.5%2095.6%20C1856.3%2095.3%201857.0%2094.0%201857.0%2092.6%20C1857.0%2091.3%201857.7%2090.0%201858.5%2089.6%20C1859.3%2089.3%201860.0%2088.2%201860.0%2087.2%20C1860.0%2086.2%201861.3%2084.1%201863.0%2082.5%20C1864.7%2080.9%201866.0%2078.6%201866.0%2077.4%20C1866.0%2076.2%201866.7%2075.0%201867.5%2074.6%20C1868.4%2074.3%201869.0%2072.8%201869.0%2070.7%20C1869.0%2068.8%201869.7%2066.7%201870.5%2066.0%20C1871.3%2065.3%201872.0%2063.7%201872.0%2062.5%20C1872.0%2061.2%201872.7%2060.0%201873.5%2059.6%20C1874.3%2059.3%201875.0%2058.0%201875.0%2056.6%20C1875.0%2055.3%201875.7%2054.0%201876.5%2053.6%20C1877.3%2053.3%201878.0%2052.0%201878.0%2050.6%20C1878.0%2049.3%201878.7%2048.0%201879.5%2047.6%20C1880.3%2047.3%201881.0%2046.0%201881.0%2044.6%20C1881.0%2043.3%201881.7%2042.0%201882.5%2041.6%20C1883.3%2041.3%201884.0%2039.9%201884.0%2038.5%20C1884.0%2036.9%201884.6%2036.0%201885.5%2036.0%20C1886.4%2036.0%201887.0%2036.9%201887.0%2038.5%20C1887.0%2039.9%201887.7%2041.3%201888.5%2041.6%20C1889.3%2042.0%201890.0%2043.3%201890.0%2044.6%20C1890.0%2046.0%201890.7%2047.3%201891.5%2047.6%20C1892.3%2048.0%201893.0%2049.3%201893.0%2050.6%20C1893.0%2052.0%201893.7%2053.3%201894.5%2053.6%20C1895.3%2054.0%201896.0%2055.3%201896.0%2056.6%20C1896.0%2058.0%201896.7%2059.3%201897.5%2059.6%20C1898.3%2060.0%201899.0%2061.3%201899.0%2062.6%20C1899.0%2064.0%201899.7%2065.3%201900.5%2065.6%20C1901.3%2066.0%201902.0%2067.3%201902.0%2068.6%20C1902.0%2070.0%201902.7%2071.3%201903.5%2071.6%20C1904.3%2072.0%201905.0%2073.3%201905.0%2074.6%20C1905.0%2076.0%201905.7%2077.3%201906.5%2077.6%20C1907.3%2078.0%201908.0%2079.3%201908.0%2080.6%20C1908.0%2082.0%201908.7%2083.3%201909.5%2083.6%20C1910.3%2084.0%201911.0%2085.3%201911.0%2086.6%20C1911.0%2088.0%201911.7%2089.3%201912.5%2089.6%20C1913.3%2090.0%201914.0%2091.3%201914.0%2092.6%20C1914.0%2094.0%201914.7%2095.3%201915.5%2095.6%20C1916.3%2096.0%201917.0%2097.3%201917.0%2098.6%20C1917.0%20100.0%201917.7%20101.3%201918.5%20101.6%20C1919.3%20102.0%201920.0%20103.2%201920.0%20104.4%20C1920.0%20105.6%201921.3%20107.9%201923.0%20109.5%20C1924.7%20111.1%201926.0%20113.2%201926.0%20114.2%20C1926.0%20115.2%201926.7%20116.3%201927.5%20116.6%20C1928.3%20117.0%201929.0%20118.3%201929.0%20119.6%20C1929.0%20121.0%201929.7%20122.3%201930.5%20122.6%20C1931.3%20123.0%201932.0%20124.3%201932.0%20125.6%20C1932.0%20127.0%201932.7%20128.3%201933.5%20128.6%20C1934.3%20129.0%201935.0%20130.3%201935.0%20131.6%20C1935.0%20133.0%201935.7%20134.3%201936.5%20134.6%20C1937.3%20135.0%201938.0%20136.3%201938.0%20137.6%20C1938.0%20139.0%201938.7%20140.3%201939.5%20140.6%20C1940.3%20141.0%201941.0%20142.3%201941.0%20143.6%20C1941.0%20145.0%201941.7%20146.3%201942.5%20146.6%20C1943.3%20147.0%201944.0%20148.3%201944.0%20149.6%20C1944.0%20151.0%201944.7%20152.3%201945.5%20152.6%20C1946.3%20153.0%201947.0%20154.3%201947.0%20155.6%20C1947.0%20157.0%201947.7%20158.3%201948.5%20158.6%20C1949.3%20159.0%201950.0%20160.3%201950.0%20161.6%20C1950.0%20163.0%201950.7%20164.3%201951.5%20164.6%20C1952.3%20165.0%201953.0%20166.3%201953.0%20167.6%20C1953.0%20169.0%201953.7%20170.3%201954.5%20170.6%20C1955.3%20171.0%201956.0%20172.3%201956.0%20173.6%20C1956.0%20175.0%201956.7%20176.3%201957.5%20176.6%20C1958.3%20177.0%201959.0%20178.3%201959.0%20179.6%20C1959.0%20181.0%201959.7%20182.3%201960.5%20182.6%20C1961.3%20183.0%201962.0%20184.3%201962.0%20185.6%20C1962.0%20187.0%201962.7%20188.3%201963.5%20188.6%20C1964.3%20189.0%201965.0%20190.3%201965.0%20191.6%20C1965.0%20193.0%201965.7%20194.3%201966.5%20194.6%20C1967.3%20195.0%201968.0%20196.3%201968.0%20197.6%20C1968.0%20199.0%201968.7%20200.3%201969.5%20200.6%20C1970.3%20201.0%201971.0%20201.8%201971.0%20202.6%20C1971.0%20203.8%201957.9%20204.0%201885.5%20204.0%20C1813.1%20204.0%201800.0%20203.8%201800.0%20202.6%20Z%20M2007.0%20203.0%20C2007.0%20202.4%202007.7%20201.7%202008.5%20201.4%20C2009.3%20201.0%202010.0%20200.2%202010.0%20199.5%20C2010.0%20198.8%202009.3%20198.0%202008.5%20197.6%20C2007.7%20197.3%202007.0%20196.1%202007.0%20195.0%20C2007.0%20193.9%202006.3%20192.7%202005.5%20192.4%20C2004.7%20192.0%202004.0%20190.7%202004.0%20189.4%20C2004.0%20188.0%202003.3%20186.7%202002.5%20186.4%20C2001.7%20186.0%202001.0%20184.7%202001.0%20183.4%20C2001.0%20182.0%202000.3%20180.7%201999.5%20180.4%20C1998.7%20180.0%201998.0%20178.7%201998.0%20177.4%20C1998.0%20176.0%201997.3%20174.7%201996.5%20174.4%20C1995.7%20174.0%201995.0%20172.7%201995.0%20171.4%20C1995.0%20170.0%201994.3%20168.7%201993.5%20168.4%20C1992.7%20168.0%201992.0%20166.7%201992.0%20165.4%20C1992.0%20164.0%201991.3%20162.7%201990.5%20162.4%20C1989.7%20162.0%201989.0%20160.8%201989.0%20159.6%20C1989.0%20158.4%201987.7%20156.1%201986.0%20154.5%20C1984.3%20152.9%201983.0%20150.8%201983.0%20149.8%20C1983.0%20148.8%201982.3%20147.7%201981.5%20147.4%20C1980.7%20147.0%201980.0%20145.7%201980.0%20144.4%20C1980.0%20143.0%201979.3%20141.7%201978.5%20141.4%20C1977.7%20141.0%201977.0%20139.7%201977.0%20138.4%20C1977.0%20137.0%201976.3%20135.7%201975.5%20135.4%20C1974.7%20135.0%201974.0%20133.7%201974.0%20132.4%20C1974.0%20131.0%201973.3%20129.7%201972.5%20129.4%20C1971.7%20129.0%201971.0%20127.7%201971.0%20126.4%20C1971.0%20125.0%201970.3%20123.7%201969.5%20123.4%20C1968.7%20123.0%201968.0%20121.7%201968.0%20120.4%20C1968.0%20119.0%201967.3%20117.7%201966.5%20117.4%20C1965.7%20117.0%201965.0%20115.7%201965.0%20114.4%20C1965.0%20113.0%201964.3%20111.7%201963.5%20111.4%20C1962.7%20111.0%201962.0%20109.7%201962.0%20108.4%20C1962.0%20107.0%201961.3%20105.7%201960.5%20105.4%20C1959.7%20105.0%201959.0%20103.7%201959.0%20102.4%20C1959.0%20101.0%201958.3%2099.7%201957.5%2099.4%20C1956.7%2099.0%201956.0%2097.7%201956.0%2096.4%20C1956.0%2095.0%201955.3%2093.7%201954.5%2093.4%20C1953.7%2093.0%201953.0%2091.8%201953.0%2090.6%20C1953.0%2089.4%201951.7%2087.1%201950.0%2085.5%20C1948.3%2083.9%201947.0%2081.8%201947.0%2080.8%20C1947.0%2079.8%201946.3%2078.7%201945.5%2078.4%20C1944.7%2078.0%201944.0%2076.7%201944.0%2075.4%20C1944.0%2074.0%201943.3%2072.7%201942.5%2072.4%20C1941.7%2072.0%201941.0%2070.7%201941.0%2069.4%20C1941.0%2068.0%201940.3%2066.7%201939.5%2066.4%20C1938.7%2066.0%201938.0%2064.7%201938.0%2063.4%20C1938.0%2062.0%201937.3%2060.7%201936.5%2060.4%20C1935.7%2060.0%201935.0%2058.7%201935.0%2057.4%20C1935.0%2056.0%201934.3%2054.7%201933.5%2054.4%20C1932.7%2054.0%201932.0%2052.7%201932.0%2051.4%20C1932.0%2050.0%201931.3%2048.7%201930.5%2048.4%20C1929.7%2048.0%201929.0%2046.7%201929.0%2045.4%20C1929.0%2044.0%201928.3%2042.7%201927.5%2042.4%20C1926.7%2042.0%201926.0%2040.8%201926.0%2039.6%20C1926.0%2038.4%201924.7%2036.1%201923.0%2034.5%20C1921.3%2032.9%201920.0%2030.8%201920.0%2029.8%20C1920.0%2028.8%201919.3%2027.7%201918.5%2027.4%20C1917.7%2027.0%201917.0%2025.7%201917.0%2024.4%20C1917.0%2023.0%201916.3%2021.7%201915.5%2021.4%20C1914.7%2021.0%201914.0%2019.7%201914.0%2018.4%20C1914.0%2017.0%201913.3%2015.7%201912.5%2015.4%20C1911.7%2015.0%201911.0%2013.7%201911.0%2012.4%20C1911.0%2011.0%201910.3%209.7%201909.5%209.4%20C1908.7%209.0%201908.0%207.7%201908.0%206.4%20C1908.0%205.0%201907.3%203.7%201906.5%203.4%20C1905.7%203.0%201905.0%202.2%201905.0%201.4%20C1905.0%200.2%201932.9%200.0%202092.5%200.0%20C2258.5%200.0%202280.0%200.2%202280.0%201.5%20C2280.0%202.6%202278.9%203.0%202276.1%203.0%20C2273.9%203.0%202271.7%203.6%202271.0%204.5%20C2270.3%205.3%202269.0%206.0%202268.0%206.0%20C2267.0%206.0%202265.7%206.7%202265.0%207.5%20C2264.3%208.3%202263.0%209.0%202262.1%209.0%20C2259.7%209.0%202247.0%2022.1%202247.0%2024.7%20C2247.0%2025.8%202246.3%2027.0%202245.5%2027.4%20C2244.7%2027.7%202244.0%2029.0%202244.0%2030.4%20C2244.0%2031.7%202243.3%2033.0%202242.5%2033.4%20C2241.4%2033.8%202241.0%2035.4%202241.0%2038.8%20C2241.0%2042.0%202240.5%2044.2%202239.5%2045.0%20C2238.2%2046.1%202238.0%2053.7%202238.0%20102.0%20C2238.0%20150.3%202238.2%20157.9%202239.5%20159.0%20C2240.5%20159.8%202241.0%20162.0%202241.0%20165.2%20C2241.0%20168.6%202241.4%20170.2%202242.5%20170.6%20C2243.3%20171.0%202244.0%20172.3%202244.0%20173.6%20C2244.0%20175.0%202244.7%20176.3%202245.5%20176.6%20C2246.3%20177.0%202247.0%20178.2%202247.0%20179.4%20C2247.0%20181.9%202259.7%20195.0%202262.2%20195.0%20C2263.0%20195.0%202264.3%20195.7%202265.0%20196.5%20C2265.7%20197.3%202267.0%20198.0%202268.0%20198.0%20C2269.0%20198.0%202270.3%20198.7%202271.0%20199.5%20C2271.8%20200.5%202274.1%20201.0%202277.6%20201.0%20C2281.7%20201.0%202283.0%20201.4%202283.0%20202.5%20C2283.0%20203.8%202267.0%20204.0%202145.0%20204.0%20C2050.9%20204.0%202007.0%20203.7%202007.0%20203.0%20Z%20M2421.0%20202.5%20C2421.0%20201.4%202422.3%20201.0%202426.4%20201.0%20C2429.9%20201.0%202432.2%20200.5%202433.0%20199.5%20C2433.7%20198.7%202435.7%20198.0%202437.4%20198.0%20C2440.0%20198.0%202442.1%20196.5%202450.3%20188.2%20C2456.5%20182.0%202460.0%20177.7%202460.0%20176.3%20C2460.0%20175.2%202460.7%20174.0%202461.5%20173.6%20C2462.3%20173.3%202463.0%20172.0%202463.0%20170.6%20C2463.0%20169.3%202463.7%20168.0%202464.5%20167.6%20C2465.8%20167.1%202466.0%20158.9%202466.0%20102.2%20C2466.0%2045.7%202465.8%2037.1%202464.5%2036.0%20C2463.7%2035.3%202463.0%2033.3%202463.0%2031.6%20C2463.0%2029.3%202462.1%2027.5%202460.0%2025.5%20C2458.3%2023.9%202457.0%2021.9%202457.0%2021.0%20C2457.0%2019.0%202449.9%2012.0%202447.9%2012.0%20C2447.1%2012.0%202445.1%2010.6%202443.5%209.0%20C2441.9%207.3%202439.9%206.0%202438.9%206.0%20C2438.0%206.0%202436.7%205.3%202436.0%204.5%20C2435.2%203.5%202432.9%203.0%202429.4%203.0%20C2425.3%203.0%202424.0%202.6%202424.0%201.5%20C2424.0%200.2%202433.3%200.0%202502.0%200.0%20C2568.0%200.0%202580.0%200.2%202580.0%201.4%20C2580.0%202.2%202579.3%203.0%202578.5%203.4%20C2577.2%203.9%202577.0%2015.8%202577.0%20102.0%20C2577.0%20188.2%202577.2%20200.1%202578.5%20200.6%20C2579.3%20201.0%202580.0%20201.8%202580.0%20202.6%20C2580.0%20203.8%202567.8%20204.0%202500.5%20204.0%20C2430.5%20204.0%202421.0%20203.8%202421.0%20202.5%20Z%20M2613.0%20127.5%20C2613.0%2085.4%202613.4%2051.0%202613.8%2051.0%20C2614.2%2051.0%202625.4%2061.8%202638.5%2075.0%20C2651.7%2088.2%202663.1%2099.0%202664.0%2099.0%20C2664.8%2099.0%202685.1%20118.6%202709.0%20142.5%20C2732.9%20166.4%202753.2%20186.0%202754.1%20186.2%20C2756.0%20186.5%202772.0%20201.7%202772.0%20203.1%20C2772.0%20203.6%202738.2%20204.0%202692.5%20204.0%20L2613.0%20204.0%20L2613.0%20127.5%20Z%20M2805.0%20102.0%20L2805.0%200.0%20L2863.5%200.0%20L2922.0%200.0%20L2922.0%20102.0%20L2922.0%20204.0%20L2863.5%20204.0%20L2805.0%20204.0%20L2805.0%20102.0%20Z%20M2289.0%20169.5%20C2288.3%20168.7%202287.0%20168.0%202286.1%20168.0%20C2284.0%20168.0%202277.0%20161.0%202277.0%20158.8%20C2277.0%20158.0%202276.3%20156.7%202275.5%20156.0%20C2274.2%20154.9%202274.0%20147.7%202274.0%20102.0%20C2274.0%2056.3%202274.2%2049.1%202275.5%2048.0%20C2276.3%2047.3%202277.0%2046.0%202277.0%2045.1%20C2277.0%2043.0%202284.0%2036.0%202286.2%2036.0%20C2287.0%2036.0%202288.3%2035.3%202289.0%2034.5%20C2290.1%2033.2%202298.5%2033.0%202353.4%2033.0%20L2416.6%2033.0%20L2423.3%2039.8%20L2430.0%2046.6%20L2430.0%20102.2%20C2430.0%20150.4%202429.8%20157.9%202428.5%20159.0%20C2427.7%20159.7%202427.0%20161.1%202427.0%20162.2%20C2427.0%20164.5%202423.3%20167.9%202420.9%20168.0%20C2420.0%20168.0%202418.7%20168.7%202418.0%20169.5%20C2416.9%20170.8%202408.5%20171.0%202353.5%20171.0%20C2298.5%20171.0%202290.1%20170.8%202289.0%20169.5%20Z%20M2958.5%20169.7%20C2958.2%20169.0%202958.1%20157.0%202958.2%20143.0%20L2958.5%20117.5%20L3016.5%20117.0%20L3074.5%20116.5%20L3074.8%20102.4%20C3075.0%2088.9%203075.0%2088.3%203072.7%2086.2%20L3070.4%2084.0%20L3014.4%2083.8%20L2958.5%2083.5%20L2958.5%2058.5%20L2958.5%2033.5%20L3043.8%2033.2%20L3129.0%2033.0%20L3129.0%20102.0%20L3129.0%20171.0%20L3044.0%20171.0%20C2976.2%20171.0%202958.8%20170.7%202958.5%20169.7%20Z%20M2765.6%20148.4%20C2763.5%20146.0%202761.0%20144.0%202760.1%20144.0%20C2759.2%20144.0%202738.9%20124.4%202715.0%20100.5%20C2691.1%2076.6%202670.8%2057.0%202669.8%2056.8%20C2668.0%2056.5%202613.0%202.3%202613.0%200.8%20C2613.0%200.4%202648.8%200.0%202692.5%200.0%20L2772.0%200.0%20L2772.0%2016.0%20C2772.0%2029.4%202771.7%2032.2%202770.5%2032.6%20C2769.7%2033.0%202769.0%2033.8%202769.0%2034.5%20C2769.0%2035.2%202769.7%2036.0%202770.5%2036.4%20C2771.8%2036.8%202772.0%2040.2%202772.0%2058.3%20C2772.0%2076.2%202771.7%2080.0%202770.5%2081.0%20C2769.3%2082.0%202769.0%2085.3%202769.0%2099.0%20C2769.0%20112.7%202769.3%20116.0%202770.5%20117.0%20C2772.5%20118.7%202772.8%20153.1%202770.8%20152.9%20C2770.1%20152.9%202767.8%20150.8%202765.6%20148.4%20Z%20M1521.7%20119.2%20C1519.7%20117.1%201518.0%20114.7%201518.0%20113.9%20C1518.0%20113.1%201515.3%20109.8%201512.0%20106.5%20C1508.7%20103.2%201506.0%2099.8%201506.0%2099.0%20C1506.0%2098.1%201504.7%2096.1%201503.0%2094.5%20C1501.3%2092.9%201500.0%2090.9%201500.0%2090.0%20C1500.0%2089.1%201498.7%2087.1%201497.0%2085.5%20C1495.3%2083.9%201494.0%2081.9%201494.0%2081.0%20C1494.0%2080.1%201492.0%2077.4%201489.5%2075.0%20C1487.0%2072.6%201485.0%2069.9%201485.0%2069.0%20C1485.0%2068.1%201483.7%2066.1%201482.0%2064.5%20C1480.3%2062.9%201479.0%2060.9%201479.0%2060.0%20C1479.0%2059.1%201477.7%2057.1%201476.0%2055.5%20C1474.3%2053.9%201473.0%2051.9%201473.0%2051.0%20C1473.0%2050.1%201471.7%2048.1%201470.0%2046.5%20C1468.3%2044.9%201467.0%2042.9%201467.0%2042.0%20C1467.0%2041.1%201465.7%2039.1%201464.0%2037.5%20C1462.3%2035.9%201461.0%2033.9%201461.0%2033.0%20C1461.0%2032.1%201459.7%2030.1%201458.0%2028.5%20C1456.3%2026.9%201455.0%2024.9%201455.0%2024.0%20C1455.0%2023.1%201453.7%2021.1%201452.0%2019.5%20C1450.3%2017.9%201449.0%2015.9%201449.0%2015.0%20C1449.0%2014.1%201446.3%2010.7%201443.0%207.6%20C1439.7%204.4%201437.0%201.4%201437.0%200.9%20C1437.0%200.4%201471.7%200.0%201525.5%200.0%20C1600.5%200.0%201614.0%200.2%201614.0%201.4%20C1614.0%202.2%201613.3%203.0%201612.5%203.4%20C1611.7%203.7%201611.0%204.8%201611.0%205.8%20C1611.0%206.8%201609.7%208.9%201608.0%2010.5%20C1606.3%2012.1%201605.0%2014.1%201605.0%2015.0%20C1605.0%2015.9%201603.0%2018.6%201600.5%2021.0%20C1598.0%2023.4%201596.0%2026.1%201596.0%2027.0%20C1596.0%2027.9%201594.0%2030.6%201591.5%2033.0%20C1589.0%2035.4%201587.0%2038.1%201587.0%2039.0%20C1587.0%2039.9%201585.7%2041.9%201584.0%2043.5%20C1582.3%2045.1%201581.0%2047.1%201581.0%2048.0%20C1581.0%2048.9%201579.7%2050.9%201578.0%2052.5%20C1576.3%2054.1%201575.0%2056.1%201575.0%2057.0%20C1575.0%2057.9%201573.7%2059.9%201572.0%2061.5%20C1570.3%2063.1%201569.0%2065.1%201569.0%2066.0%20C1569.0%2066.9%201567.0%2069.6%201564.5%2072.0%20C1562.0%2074.4%201560.0%2077.1%201560.0%2078.0%20C1560.0%2078.9%201558.0%2081.6%201555.5%2084.0%20C1553.0%2086.4%201551.0%2089.1%201551.0%2090.0%20C1551.0%2090.9%201549.7%2092.9%201548.0%2094.5%20C1546.3%2096.1%201545.0%2098.1%201545.0%2099.0%20C1545.0%2099.9%201543.7%20101.9%201542.0%20103.5%20C1540.3%20105.1%201539.0%20107.1%201539.0%20108.0%20C1539.0%20108.9%201537.0%20111.5%201534.5%20114.0%20C1532.1%20116.4%201530.0%20119.3%201529.8%20120.4%20C1529.3%20123.9%201525.8%20123.4%201521.7%20119.2%20Z%20M36.5%2085.7%20C36.2%2085.0%2036.1%2073.0%2036.2%2059.0%20L36.5%2033.5%20L104.6%2033.2%20C164.3%2033.0%20172.9%2033.2%20174.0%2034.5%20C174.7%2035.3%20176.0%2036.0%20176.9%2036.0%20C177.8%2036.0%20180.3%2037.7%20182.3%2039.8%20L186.0%2043.6%20L186.0%2060.1%20L186.0%2076.6%20L180.7%2081.8%20L175.4%2087.0%20L106.2%2087.0%20C51.2%2087.0%2036.8%2086.7%2036.5%2085.7%20Z%20M372.5%2085.7%20C372.2%2085.0%20372.1%2073.0%20372.2%2059.0%20L372.5%2033.5%20L442.1%2033.2%20C503.1%2033.0%20511.9%2033.2%20513.0%2034.5%20C513.7%2035.3%20515.0%2036.0%20515.9%2036.0%20C516.8%2036.0%20519.3%2037.7%20521.3%2039.8%20L525.0%2043.6%20L525.0%2060.1%20L525.0%2076.6%20L519.7%2081.8%20L514.4%2087.0%20L443.7%2087.0%20C387.5%2087.0%20372.8%2086.7%20372.5%2085.7%20Z%22%2F%3E%3C%2Fsvg%3E");--sub-mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%202643%2054%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M6.0%2052.6%20C6.0%2051.8%206.7%2051.0%207.5%2050.6%20C8.7%2050.2%209.0%2048.2%209.0%2041.5%20L9.0%2033.0%20L21.8%2033.0%20L34.6%2033.0%20L38.3%2029.2%20C41.9%2025.5%2042.0%2025.2%2042.0%2017.8%20C42.0%2012.2%2041.6%209.9%2040.6%209.3%20C39.8%208.9%2039.0%207.4%2038.8%206.0%20C38.6%204.1%2037.8%203.4%2035.8%203.2%20C34.2%203.0%2033.0%202.3%2033.0%201.4%20C33.0%200.2%2038.6%200.0%2070.5%200.0%20L108.0%200.0%20L108.0%2027.0%20L108.0%2054.0%20L57.0%2054.0%20C14.1%2054.0%206.0%2053.8%206.0%2052.6%20Z%20M114.0%2052.6%20C114.0%2051.8%20114.7%2051.0%20115.5%2050.6%20C116.7%2050.2%20117.0%2048.0%20117.0%2040.0%20L117.0%2030.0%20L129.8%2030.0%20C140.7%2030.1%20142.8%2030.3%20144.8%2031.9%20C147.3%2034.1%20147.7%2036.0%20145.5%2036.0%20C144.7%2036.0%20144.0%2036.7%20144.0%2037.5%20C144.0%2038.3%20144.7%2039.0%20145.5%2039.0%20C146.3%2039.0%20147.0%2039.7%20147.0%2040.5%20C147.0%2041.3%20146.3%2042.0%20145.5%2042.0%20C144.7%2042.0%20144.0%2042.7%20144.0%2043.5%20C144.0%2044.3%20144.7%2045.0%20145.5%2045.0%20C146.3%2045.0%20147.0%2045.7%20147.0%2046.5%20C147.0%2047.3%20146.3%2048.0%20145.5%2048.0%20C144.7%2048.0%20144.0%2048.6%20144.0%2049.4%20C144.0%2050.2%20144.7%2051.0%20145.5%2051.4%20C146.3%2051.7%20147.0%2052.4%20147.0%2053.0%20C147.0%2053.6%20141.2%2054.0%20130.5%2054.0%20C117.1%2054.0%20114.0%2053.7%20114.0%2052.6%20Z%20M153.0%2027.0%20L153.0%200.0%20L186.0%200.0%20L219.0%200.0%20L219.0%202.5%20C219.0%203.9%20219.7%205.3%20220.5%205.6%20C221.3%206.0%20222.0%207.2%20222.0%208.4%20C222.0%209.6%20223.3%2011.9%20225.0%2013.5%20C226.7%2015.1%20228.0%2017.1%20228.0%2018.0%20C228.0%2018.9%20229.3%2020.9%20231.0%2022.5%20C232.7%2024.1%20234.0%2026.1%20234.0%2027.1%20C234.0%2028.0%20234.7%2029.3%20235.5%2030.0%20C236.7%2031.0%20237.0%2033.7%20237.0%2042.6%20L237.0%2054.0%20L195.0%2054.0%20L153.0%2054.0%20L153.0%2027.0%20Z%20M246.0%2042.7%20C246.0%2031.4%20246.0%2031.4%20249.0%2028.5%20C250.7%2026.9%20252.0%2024.9%20252.0%2024.0%20C252.0%2023.1%20253.3%2021.1%20255.0%2019.5%20C256.6%2017.9%20258.0%2015.8%20258.0%2014.7%20C258.0%2013.7%20259.4%2011.7%20261.0%2010.3%20C263.4%208.3%20264.0%207.0%20264.0%203.9%20L264.0%200.0%20L300.0%200.0%20C331.3%200.0%20336.0%200.2%20336.0%201.5%20C336.0%202.4%20335.1%203.0%20333.7%203.0%20C332.4%203.0%20330.4%204.0%20329.2%205.3%20C327.3%207.3%20327.0%208.8%20327.0%2015.1%20C327.0%2021.7%20327.3%2022.9%20329.3%2024.8%20C330.7%2026.1%20332.9%2027.0%20334.7%2027.0%20C336.4%2027.0%20338.3%2027.7%20339.0%2028.5%20C339.9%2029.5%20342.2%2030.0%20346.5%2030.0%20C350.8%2030.0%20353.1%2030.5%20354.0%2031.5%20C354.7%2032.3%20356.3%2033.0%20357.6%2033.0%20C359.7%2033.0%20360.0%2033.5%20360.0%2036.8%20C360.0%2039.5%20359.3%2041.3%20357.7%2042.8%20C355.7%2044.7%20354.2%2045.0%20346.3%2045.0%20C337.4%2045.0%20337.1%2044.9%20334.7%2042.0%20C333.3%2040.4%20331.9%2039.0%20331.7%2039.0%20C331.0%2039.0%20324.0%2046.1%20324.0%2046.7%20C324.0%2048.3%20329.0%2050.9%20332.2%2051.0%20C334.9%2051.0%20336.0%2051.4%20336.0%2052.5%20C336.0%2053.8%20330.3%2054.0%20291.0%2054.0%20L246.0%2054.0%20L246.0%2042.7%20Z%20M360.0%2053.0%20C360.0%2052.5%20362.0%2050.2%20364.5%2047.9%20C368.9%2043.8%20369.0%2043.6%20369.0%2037.5%20C369.0%2032.4%20368.6%2031.0%20366.7%2029.2%20C365.4%2028.0%20363.7%2027.0%20362.8%2027.0%20C361.9%2027.0%20360.7%2026.3%20360.0%2025.5%20C359.2%2024.6%20357.0%2024.0%20354.0%2024.0%20C351.0%2024.0%20348.8%2023.4%20348.0%2022.5%20C347.2%2021.5%20344.9%2021.0%20341.4%2021.0%20L336.0%2021.0%20L336.0%2015.7%20C336.0%208.2%20338.4%206.0%20346.7%206.0%20C350.9%206.0%20353.1%206.5%20354.0%207.5%20C354.7%208.3%20356.0%209.0%20357.0%209.0%20C358.0%209.0%20359.3%209.7%20360.0%2010.5%20C360.7%2011.4%20362.3%2012.0%20363.4%2011.8%20C365.1%2011.6%20365.5%2010.8%20365.5%207.5%20C365.5%203.9%20365.2%203.5%20362.8%203.2%20C361.2%203.0%20360.0%202.3%20360.0%201.4%20C360.0%200.2%20365.8%200.0%20399.0%200.0%20C431.7%200.0%20438.0%200.2%20438.0%201.4%20C438.0%202.2%20437.3%203.0%20436.5%203.4%20C435.7%203.7%20435.0%204.9%20435.0%206.0%20C435.0%207.1%20435.7%208.3%20436.5%208.6%20C437.3%209.0%20438.0%209.8%20438.0%2010.5%20C438.0%2011.2%20437.3%2012.0%20436.5%2012.4%20C435.3%2012.8%20435.0%2015.4%20435.0%2027.0%20C435.0%2038.6%20435.3%2041.2%20436.5%2041.6%20C437.3%2042.0%20438.0%2042.8%20438.0%2043.5%20C438.0%2044.2%20437.3%2045.0%20436.5%2045.4%20C435.7%2045.7%20435.0%2046.9%20435.0%2048.0%20C435.0%2049.1%20435.7%2050.3%20436.5%2050.6%20C437.3%2051.0%20438.0%2051.8%20438.0%2052.6%20C438.0%2053.8%20431.7%2054.0%20399.0%2054.0%20C374.2%2054.0%20360.0%2053.6%20360.0%2053.0%20Z%20M444.0%2027.0%20L444.0%200.0%20L486.0%200.0%20C522.7%200.0%20528.0%200.2%20528.0%201.5%20C528.0%202.4%20527.1%203.0%20525.7%203.0%20C522.8%203.0%20516.0%209.8%20516.0%2012.7%20C516.0%2013.8%20515.3%2015.0%20514.5%2015.4%20C513.3%2015.8%20513.0%2018.1%20513.0%2027.0%20C513.0%2035.9%20513.3%2038.2%20514.5%2038.6%20C515.3%2039.0%20516.0%2040.2%20516.0%2041.4%20C516.0%2044.2%20522.9%2051.0%20525.8%2051.0%20C527.1%2051.0%20528.0%2051.6%20528.0%2052.5%20C528.0%2053.8%20522.7%2054.0%20486.0%2054.0%20L444.0%2054.0%20L444.0%2027.0%20Z%20M549.0%2052.5%20C549.0%2051.4%20550.1%2051.0%20552.8%2051.0%20C557.2%2051.0%20561.4%2047.5%20560.8%2044.3%20C560.4%2041.8%20551.0%2041.1%20549.0%2043.5%20C548.3%2044.3%20546.2%2045.0%20544.3%2045.0%20C542.2%2045.0%20540.7%2045.6%20540.4%2046.5%20C540.0%2047.3%20539.2%2048.0%20538.5%2048.0%20C537.8%2048.0%20537.0%2047.3%20536.6%2046.5%20C536.3%2045.6%20534.8%2045.0%20532.7%2045.0%20C530.2%2045.0%20528.5%2044.1%20525.7%2041.2%20L522.0%2037.4%20L522.0%2026.9%20L522.0%2016.4%20L525.8%2012.7%20C527.9%2010.7%20530.3%209.0%20531.2%209.0%20C532.0%209.0%20533.3%208.3%20534.0%207.5%20C534.8%206.6%20537.0%206.0%20540.0%206.0%20C543.0%206.0%20545.2%206.6%20546.0%207.5%20C546.7%208.3%20548.0%209.0%20549.0%209.0%20C550.0%209.0%20551.3%209.7%20552.0%2010.5%20C552.7%2011.3%20554.0%2012.0%20554.9%2012.0%20C556.6%2011.9%20561.0%208.7%20561.0%207.5%20C561.0%206.1%20556.4%203.1%20554.2%203.0%20C552.9%203.0%20552.0%202.4%20552.0%201.5%20C552.0%200.2%20557.7%200.0%20597.0%200.0%20L642.0%200.0%20L642.0%202.4%20C642.0%203.7%20641.3%205.3%20640.5%206.0%20C639.7%206.7%20639.0%208.3%20639.0%209.5%20C639.0%2010.8%20638.3%2012.0%20637.5%2012.4%20C636.5%2012.7%20636.0%2014.3%20636.0%2016.9%20C636.0%2019.4%20635.5%2021.0%20634.5%2021.4%20C633.7%2021.7%20633.0%2023.0%20633.0%2024.4%20C633.0%2025.7%20632.3%2027.0%20631.5%2027.4%20C630.7%2027.7%20630.0%2029.0%20630.0%2030.4%20C630.0%2031.7%20629.3%2033.0%20628.5%2033.4%20C627.7%2033.7%20627.0%2035.0%20627.0%2036.4%20C627.0%2037.7%20626.3%2039.0%20625.5%2039.4%20C624.5%2039.7%20624.0%2041.3%20624.0%2043.9%20C624.0%2046.4%20623.5%2048.0%20622.5%2048.4%20C621.7%2048.7%20621.0%2050.1%20621.0%2051.5%20L621.0%2054.0%20L585.0%2054.0%20C553.7%2054.0%20549.0%2053.8%20549.0%2052.5%20Z%20M627.0%2052.6%20C627.0%2051.8%20627.7%2051.0%20628.5%2050.6%20C629.3%2050.3%20630.0%2049.1%20630.0%2047.9%20C630.0%2046.8%20631.0%2045.0%20632.2%2043.9%20C634.2%2042.3%20636.2%2042.1%20646.5%2042.1%20C656.8%2042.1%20658.8%2042.3%20660.8%2043.9%20C662.0%2045.0%20663.0%2046.8%20663.0%2047.9%20C663.0%2049.1%20663.7%2050.3%20664.5%2050.6%20C665.3%2051.0%20666.0%2051.8%20666.0%2052.6%20C666.0%2053.8%20662.5%2054.0%20646.5%2054.0%20C630.5%2054.0%20627.0%2053.8%20627.0%2052.6%20Z%20M672.0%2050.1%20C672.0%2047.9%20671.4%2045.7%20670.5%2045.0%20C669.7%2044.3%20669.0%2042.2%20669.0%2040.3%20C669.0%2038.2%20668.4%2036.7%20667.5%2036.4%20C666.7%2036.0%20666.0%2034.7%20666.0%2033.4%20C666.0%2032.0%20665.3%2030.7%20664.5%2030.4%20C663.7%2030.0%20663.0%2028.7%20663.0%2027.4%20C663.0%2026.0%20662.3%2024.7%20661.5%2024.4%20C660.7%2024.0%20660.0%2022.7%20660.0%2021.4%20C660.0%2020.0%20659.3%2018.7%20658.5%2018.4%20C657.7%2018.0%20657.0%2016.7%20657.0%2015.4%20C657.0%2014.0%20656.3%2012.7%20655.5%2012.4%20C654.7%2012.0%20654.0%2010.8%20654.0%209.5%20C654.0%208.3%20653.3%206.7%20652.5%206.0%20C651.7%205.3%20651.0%203.7%20651.0%202.4%20L651.0%200.0%20L694.5%200.0%20L738.0%200.0%20L738.0%2027.0%20L738.0%2054.0%20L705.0%2054.0%20L672.0%2054.0%20L672.0%2050.1%20Z%20M774.0%2053.0%20C774.0%2052.4%20774.7%2051.7%20775.5%2051.4%20C777.7%2050.5%20777.3%2048.7%20774.8%2047.0%20C773.2%2046.0%20768.7%2045.3%20760.0%2045.0%20L747.5%2044.5%20L747.2%2022.2%20L747.0%20-0.0%20L840.0%20-0.0%20L933.0%200.0%20L933.0%202.4%20C933.0%203.7%20932.3%205.3%20931.5%206.0%20C930.7%206.7%20930.0%208.3%20930.0%209.5%20C930.0%2010.8%20929.3%2012.0%20928.5%2012.4%20C927.7%2012.7%20927.0%2014.0%20927.0%2015.4%20C927.0%2016.7%20926.3%2018.0%20925.5%2018.4%20C924.5%2018.7%20924.0%2020.3%20924.0%2022.9%20C924.0%2025.4%20923.5%2027.0%20922.5%2027.4%20C921.7%2027.7%20921.0%2029.0%20921.0%2030.4%20C921.0%2031.7%20920.3%2033.0%20919.5%2033.4%20C918.7%2033.7%20918.0%2035.0%20918.0%2036.4%20C918.0%2037.7%20917.3%2039.0%20916.5%2039.4%20C915.7%2039.7%20915.0%2041.0%20915.0%2042.4%20C915.0%2043.7%20914.3%2045.0%20913.5%2045.4%20C912.5%2045.7%20912.0%2047.3%20912.0%2050.0%20L912.0%2054.0%20L843.0%2054.0%20C796.3%2054.0%20774.0%2053.7%20774.0%2053.0%20Z%20M918.0%2052.6%20C918.0%2051.8%20918.7%2051.0%20919.5%2050.6%20C920.3%2050.3%20921.0%2049.2%20921.0%2048.2%20C921.0%2047.2%20922.0%2045.4%20923.3%2044.2%20C925.4%2042.2%20926.7%2042.0%20937.6%2042.0%20C947.7%2042.1%20949.8%2042.3%20951.8%2043.9%20C953.0%2045.0%20954.0%2046.8%20954.0%2047.9%20C954.0%2049.1%20954.7%2050.3%20955.5%2050.6%20C956.3%2051.0%20957.0%2051.8%20957.0%2052.6%20C957.0%2053.8%20953.5%2054.0%20937.5%2054.0%20C921.5%2054.0%20918.0%2053.8%20918.0%2052.6%20Z%20M963.0%2051.5%20C963.0%2050.1%20962.3%2048.7%20961.5%2048.4%20C960.5%2048.0%20960.0%2046.4%20960.0%2043.9%20C960.0%2041.3%20959.5%2039.7%20958.5%2039.4%20C957.7%2039.0%20957.0%2037.8%20957.0%2036.5%20C957.0%2035.3%20956.3%2033.7%20955.5%2033.0%20C954.7%2032.3%20954.0%2030.2%20954.0%2028.3%20C954.0%2026.2%20953.4%2024.7%20952.5%2024.4%20C951.7%2024.0%20951.0%2022.7%20951.0%2021.4%20C951.0%2020.0%20950.3%2018.7%20949.5%2018.4%20C948.7%2018.0%20948.0%2016.7%20948.0%2015.4%20C948.0%2014.0%20947.3%2012.7%20946.5%2012.4%20C945.7%2012.0%20945.0%2010.8%20945.0%209.5%20C945.0%208.3%20944.3%206.7%20943.5%206.0%20C942.7%205.3%20942.0%203.7%20942.0%202.4%20L942.0%200.0%20L985.5%200.0%20L1029.0%200.0%20L1029.0%2027.0%20L1029.0%2054.0%20L996.0%2054.0%20L963.0%2054.0%20L963.0%2051.5%20Z%20M1035.0%2027.0%20L1035.0%200.0%20L1111.5%200.0%20C1184.0%200.0%201192.6%200.3%201186.5%202.6%20C1185.7%203.0%201185.0%203.8%201185.0%204.5%20C1185.0%205.2%201185.7%206.0%201186.5%206.4%20C1187.8%206.8%201188.0%2010.1%201188.0%2027.0%20C1188.0%2043.9%201187.8%2047.2%201186.5%2047.6%20C1185.7%2048.0%201185.0%2048.8%201185.0%2049.5%20C1185.0%2050.2%201185.7%2051.0%201186.5%2051.4%20C1192.6%2053.7%201184.0%2054.0%201111.5%2054.0%20L1035.0%2054.0%20L1035.0%2027.0%20Z%20M1194.0%2027.0%20L1194.0%200.0%20L1230.0%200.0%20L1266.0%200.0%20L1266.0%2027.0%20L1266.0%2054.0%20L1230.0%2054.0%20L1194.0%2054.0%20L1194.0%2027.0%20Z%20M1275.0%2034.5%20C1275.0%2017.8%201275.2%2015.0%201276.5%2015.0%20C1277.4%2015.0%201278.0%2015.9%201278.0%2017.3%20C1278.0%2018.7%201279.8%2021.3%201282.5%2024.0%20C1285.0%2026.4%201287.0%2029.1%201287.0%2030.0%20C1287.0%2030.9%201289.7%2034.2%201293.0%2037.5%20C1296.3%2040.8%201299.0%2044.2%201299.0%2045.1%20C1299.0%2046.1%201300.3%2048.0%201302.0%2049.3%20C1303.7%2050.7%201305.0%2052.3%201305.0%2052.9%20C1305.0%2053.6%201299.9%2054.0%201290.0%2054.0%20L1275.0%2054.0%20L1275.0%2034.5%20Z%20M1314.0%2027.0%20L1314.0%200.0%20L1348.5%200.0%20L1383.0%200.0%20L1383.0%2027.0%20L1383.0%2054.0%20L1348.5%2054.0%20L1314.0%2054.0%20L1314.0%2027.0%20Z%20M1392.0%2042.0%20L1392.0%2030.1%20L1405.2%2029.8%20L1418.5%2029.5%20L1418.5%2027.0%20L1418.5%2024.5%20L1405.2%2024.2%20L1391.9%2023.9%20L1392.2%2015.2%20C1392.5%207.2%201392.7%206.5%201394.6%206.2%20C1395.7%206.0%201397.3%206.6%201398.0%207.5%20C1399.0%208.7%201401.5%209.0%201409.9%209.0%20C1419.8%209.0%201420.8%208.8%201422.8%206.7%20C1424.0%205.4%201425.0%203.4%201425.0%202.2%20L1425.0%200.0%20L1458.0%200.0%20C1480.0%200.0%201491.0%200.3%201491.0%201.0%20C1491.0%201.6%201490.3%202.3%201489.5%202.6%20C1488.7%203.0%201488.0%203.8%201488.0%204.5%20C1488.0%205.2%201488.7%206.0%201489.5%206.4%20C1490.8%206.9%201491.0%2010.5%201491.0%2030.5%20L1491.0%2054.0%20L1441.5%2054.0%20L1392.0%2054.0%20L1392.0%2042.0%20Z%20M1497.0%2043.5%20L1497.0%2033.0%20L1505.2%2033.0%20C1514.3%2033.1%201518.0%2034.8%201518.0%2038.9%20C1518.0%2040.1%201518.7%2041.3%201519.5%2041.6%20C1520.3%2042.0%201521.0%2043.3%201521.0%2044.5%20C1521.0%2045.9%201522.3%2047.9%201524.0%2049.3%20C1525.7%2050.7%201527.0%2052.3%201527.0%2052.9%20C1527.0%2053.6%201521.9%2054.0%201512.0%2054.0%20L1497.0%2054.0%20L1497.0%2043.5%20Z%20M1533.0%2050.2%20C1533.0%2047.3%201532.3%2045.7%201530.0%2043.5%20C1528.3%2041.9%201527.0%2039.8%201527.0%2038.8%20C1527.0%2037.8%201526.3%2036.7%201525.5%2036.4%20C1523.2%2035.5%201523.7%2034.3%201528.5%2029.9%20C1532.3%2026.4%201533.0%2025.2%201533.0%2022.0%20C1533.0%2019.6%201533.5%2018.0%201534.5%2017.6%20C1535.3%2017.3%201536.0%2016.1%201536.0%2015.0%20C1536.0%2013.9%201535.3%2012.7%201534.5%2012.4%20C1533.7%2012.0%201533.0%2010.8%201533.0%209.6%20C1533.0%206.8%201529.1%203.0%201526.2%203.0%20C1524.9%203.0%201524.0%202.4%201524.0%201.5%20C1524.0%200.2%201530.0%200.0%201572.0%200.0%20C1612.4%200.0%201620.0%200.2%201620.0%201.4%20C1620.0%202.2%201619.3%203.0%201618.5%203.4%20C1617.6%203.7%201617.0%205.2%201617.0%207.3%20C1617.0%209.2%201616.3%2011.3%201615.5%2012.0%20C1614.7%2012.7%201614.0%2014.3%201614.0%2015.5%20C1614.0%2016.8%201613.3%2018.0%201612.5%2018.4%20C1611.7%2018.7%201611.0%2020.0%201611.0%2021.4%20C1611.0%2022.7%201610.3%2024.0%201609.5%2024.4%20C1608.7%2024.7%201608.0%2026.0%201608.0%2027.4%20C1608.0%2028.7%201607.3%2030.0%201606.5%2030.4%20C1605.7%2030.7%201605.0%2032.0%201605.0%2033.4%20C1605.0%2034.7%201604.3%2036.0%201603.5%2036.4%20C1602.7%2036.7%201602.0%2038.0%201602.0%2039.4%20C1602.0%2040.7%201601.3%2042.0%201600.5%2042.4%20C1599.7%2042.7%201599.0%2044.0%201599.0%2045.4%20C1599.0%2046.7%201598.3%2048.0%201597.5%2048.4%20C1596.7%2048.7%201596.0%2050.1%201596.0%2051.5%20L1596.0%2054.0%20L1564.5%2054.0%20L1533.0%2054.0%20L1533.0%2050.2%20Z%20M1605.0%2052.6%20C1605.0%2051.8%201605.7%2051.0%201606.5%2050.6%20C1607.3%2050.3%201608.0%2049.1%201608.0%2047.9%20C1608.0%2046.8%201609.0%2045.0%201610.2%2043.9%20C1612.2%2042.3%201614.3%2042.1%201625.2%2042.0%20L1638.0%2042.0%20L1638.0%2044.4%20C1638.0%2045.7%201638.7%2047.3%201639.5%2048.0%20C1640.3%2048.7%201641.0%2050.3%201641.0%2051.6%20L1641.0%2054.0%20L1623.0%2054.0%20C1608.3%2054.0%201605.0%2053.7%201605.0%2052.6%20Z%20M1650.0%2050.0%20C1650.0%2047.3%201649.5%2045.7%201648.5%2045.4%20C1647.7%2045.0%201647.0%2043.7%201647.0%2042.4%20C1647.0%2041.0%201646.3%2039.7%201645.5%2039.4%20C1644.7%2039.0%201644.0%2037.7%201644.0%2036.4%20C1644.0%2035.0%201643.3%2033.7%201642.5%2033.4%20C1641.7%2033.0%201641.0%2031.8%201641.0%2030.5%20C1641.0%2029.3%201640.3%2027.7%201639.5%2027.0%20C1638.7%2026.3%201638.0%2024.2%201638.0%2022.3%20C1638.0%2020.2%201637.4%2018.7%201636.5%2018.4%20C1635.7%2018.0%201635.0%2016.7%201635.0%2015.4%20C1635.0%2014.0%201634.3%2012.7%201633.5%2012.4%20C1632.7%2012.0%201632.0%2010.8%201632.0%209.5%20C1632.0%208.3%201631.3%206.7%201630.5%206.0%20C1629.7%205.3%201629.0%203.7%201629.0%202.4%20L1629.0%200.0%20L1675.5%200.0%20C1715.2%200.0%201722.0%200.2%201722.0%201.4%20C1722.0%202.3%201720.8%203.0%201719.2%203.2%20C1717.2%203.4%201716.4%204.1%201716.2%206.0%20C1716.0%207.4%201715.2%208.9%201714.4%209.3%20C1713.5%209.8%201713.0%2011.8%201713.0%2014.8%20C1713.0%2019.2%201713.4%2019.9%201718.3%2024.8%20C1723.5%2029.9%201723.7%2030.0%201729.7%2030.0%20C1733.9%2030.0%201736.1%2030.5%201737.0%2031.5%20C1737.7%2032.3%201739.7%2033.0%201741.4%2033.0%20C1744.5%2033.1%201749.0%2035.9%201749.0%2037.8%20C1749.0%2038.3%201748.3%2039.0%201747.5%2039.4%20C1746.7%2039.7%201746.0%2041.1%201746.0%2042.5%20L1746.0%2045.0%20L1734.6%2045.0%20L1723.2%2045.0%20L1720.7%2042.0%20C1719.3%2040.3%201717.8%2039.0%201717.3%2039.0%20C1715.4%2039.1%201712.9%2044.2%201713.2%2047.3%20C1713.4%2050.0%201714.0%2050.6%201716.2%2050.8%20C1717.8%2051.0%201719.0%2051.7%201719.0%2052.6%20C1719.0%2053.8%201713.8%2054.0%201684.5%2054.0%20L1650.0%2054.0%20L1650.0%2050.0%20Z%20M1746.0%2052.5%20C1746.0%2051.6%201746.9%2051.0%201748.3%2051.0%20C1751.2%2051.0%201755.0%2047.1%201755.0%2044.3%20C1755.0%2043.1%201755.7%2042.0%201756.5%2041.6%20C1757.3%2041.3%201758.0%2040.1%201758.0%2039.0%20C1758.0%2037.9%201757.3%2036.7%201756.5%2036.4%20C1755.7%2036.0%201755.0%2034.8%201755.0%2033.6%20C1755.0%2030.2%201748.1%2024.0%201744.3%2024.0%20C1742.6%2024.0%201740.7%2023.3%201740.0%2022.5%20C1739.1%2021.5%201736.8%2021.0%201732.6%2021.0%20C1725.0%2021.0%201722.0%2018.6%201722.0%2012.7%20C1722.0%209.5%201722.3%209.0%201724.4%209.0%20C1725.7%209.0%201727.3%208.3%201728.0%207.5%20C1729.7%205.5%201738.3%205.5%201740.0%207.5%20C1740.7%208.3%201742.0%209.0%201743.0%209.0%20C1744.0%209.0%201745.3%209.7%201746.0%2010.5%20C1746.7%2011.4%201748.3%2012.0%201749.4%2011.8%20C1751.0%2011.6%201751.6%2010.7%201751.8%207.7%20C1752.0%205.1%201751.7%203.8%201750.6%203.4%20C1749.7%203.1%201749.0%202.2%201749.0%201.4%20C1749.0%200.2%201754.7%200.0%201783.5%200.0%20L1818.0%200.0%20L1818.0%204.5%20C1818.0%207.7%201818.4%209.0%201819.4%209.0%20C1820.2%209.0%201821.0%208.3%201821.4%207.5%20C1821.8%206.5%201823.4%206.0%201826.8%206.0%20C1830.6%206.0%201832.1%206.5%201833.8%208.3%20C1835.9%2010.5%201836.0%2011.4%201836.0%2032.3%20L1836.0%2054.0%20L1791.0%2054.0%20C1751.7%2054.0%201746.0%2053.8%201746.0%2052.5%20Z%20M1845.2%2030.2%20L1845.5%206.5%20L1850.4%206.2%20C1853.8%206.0%201855.7%206.4%201857.0%207.5%20C1860.2%2010.4%201862.5%209.0%201862.8%204.2%20L1863.1%200.0%20L1896.1%200.0%20L1929.0%200.0%20L1929.0%2027.0%20L1929.0%2054.0%20L1887.0%2054.0%20L1845.0%2054.0%20L1845.2%2030.2%20Z%20M1935.0%2052.6%20C1935.0%2051.8%201935.7%2051.0%201936.5%2050.6%20C1937.7%2050.2%201938.0%2048.2%201938.0%2041.5%20L1938.0%2033.0%20L1944.8%2033.0%20C1952.1%2033.1%201956.0%2035.1%201956.0%2038.7%20C1956.0%2039.8%201957.3%2041.9%201959.0%2043.5%20C1960.7%2045.1%201962.0%2047.2%201962.0%2048.2%20C1962.0%2049.2%201962.7%2050.3%201963.5%2050.6%20C1964.3%2051.0%201965.0%2051.8%201965.0%2052.6%20C1965.0%2053.7%201962.2%2054.0%201950.0%2054.0%20C1937.8%2054.0%201935.0%2053.7%201935.0%2052.6%20Z%20M1974.0%2051.7%20C1974.0%2050.4%201972.7%2048.1%201971.0%2046.5%20C1969.3%2044.9%201968.0%2042.9%201968.0%2041.9%20C1968.0%2041.0%201966.7%2039.0%201965.0%2037.7%20C1963.3%2036.3%201962.0%2034.9%201962.0%2034.6%20C1962.0%2034.4%201964.7%2031.6%201968.0%2028.4%20L1974.0%2022.7%20L1974.0%2016.5%20C1974.0%2010.4%201973.9%2010.2%201969.5%206.1%20C1967.0%203.8%201965.0%201.5%201965.0%201.0%20C1965.0%200.4%201978.7%200.0%202002.5%200.0%20L2040.0%200.0%20L2040.0%2020.3%20L2040.0%2040.7%20L2046.0%2046.4%20C2049.3%2049.6%202052.0%2052.6%202052.0%2053.1%20C2052.0%2053.6%202036.4%2054.0%202013.0%2054.0%20L1974.0%2054.0%20L1974.0%2051.7%20Z%20M2076.0%2052.5%20C2076.0%2051.6%202076.9%2051.0%202078.3%2051.0%20C2081.2%2051.0%202085.0%2047.1%202085.0%2044.3%20C2085.0%2043.1%202085.7%2042.0%202086.5%2041.6%20C2087.8%2041.2%202088.0%2037.9%202088.0%2020.5%20L2088.0%200.0%20L2128.5%200.0%20C2163.8%200.0%202169.0%200.2%202169.0%201.5%20C2169.0%202.4%202168.1%203.0%202166.7%203.0%20C2163.8%203.0%202157.0%209.8%202157.0%2012.7%20C2157.0%2013.8%202156.3%2015.0%202155.5%2015.4%20C2154.3%2015.8%202154.0%2018.1%202154.0%2027.0%20C2154.0%2035.9%202154.3%2038.2%202155.5%2038.6%20C2156.3%2039.0%202157.0%2040.2%202157.0%2041.4%20C2157.0%2044.2%202163.9%2051.0%202166.8%2051.0%20C2168.1%2051.0%202169.0%2051.6%202169.0%2052.5%20C2169.0%2053.8%202163.2%2054.0%202122.5%2054.0%20C2081.8%2054.0%202076.0%2053.8%202076.0%2052.5%20Z%20M2193.0%2052.5%20C2193.0%2051.6%202193.9%2051.0%202195.3%2051.0%20C2197.9%2051.0%202202.0%2047.2%202202.0%2044.9%20C2201.9%2043.2%202198.6%2039.0%202197.2%2039.0%20C2196.7%2039.0%202196.0%2039.7%202195.6%2040.5%20C2195.3%2041.3%202194.2%2042.0%202193.2%2042.0%20C2192.1%2042.0%202190.7%2042.7%202190.0%2043.5%20C2189.1%2044.6%202186.7%2045.0%202181.0%2045.0%20C2175.3%2045.0%202172.9%2044.6%202172.0%2043.5%20C2171.3%2042.7%202169.7%2042.0%202168.4%2042.0%20C2166.5%2042.0%202166.0%2041.5%202166.0%2039.6%20C2166.0%2038.3%202165.3%2036.7%202164.5%2036.0%20C2163.4%2035.1%202163.0%2032.7%202163.0%2027.0%20C2163.0%2021.3%202163.4%2018.9%202164.5%2018.0%20C2165.3%2017.3%202166.0%2016.0%202166.0%2015.1%20C2166.0%2013.0%202170.1%209.0%202172.2%209.0%20C2173.1%209.0%202174.3%208.3%202175.0%207.5%20C2176.7%205.5%202185.3%205.5%202187.0%207.5%20C2187.7%208.3%202189.0%209.0%202190.0%209.0%20C2191.0%209.0%202192.3%209.7%202193.0%2010.5%20C2193.7%2011.3%202195.0%2012.0%202195.9%2012.0%20C2197.6%2011.9%202202.0%208.7%202202.0%207.5%20C2202.0%206.1%202197.4%203.1%202195.2%203.0%20C2193.9%203.0%202193.0%202.4%202193.0%201.5%20C2193.0%200.2%202197.7%200.0%202229.0%200.0%20C2253.1%200.0%202265.0%200.3%202265.0%201.0%20C2265.0%201.6%202264.3%202.3%202263.5%202.6%20C2261.4%203.4%202261.6%204.9%202264.2%207.1%20C2267.1%209.4%202275.8%209.8%202276.6%207.5%20C2277.4%205.4%202278.9%205.6%202281.1%208.3%20C2282.8%2010.3%202282.9%2012.5%202283.0%2032.2%20L2283.0%2054.0%20L2238.0%2054.0%20C2198.7%2054.0%202193.0%2053.8%202193.0%2052.5%20Z%20M2289.0%2052.6%20C2289.0%2051.8%202289.7%2051.0%202290.5%2050.6%20C2291.7%2050.2%202292.0%2046.4%202292.2%2028.3%20L2292.5%206.5%20L2301.0%206.0%20C2309.4%205.5%202309.5%205.5%202309.8%202.8%20L2310.1%200.0%20L2341.6%200.0%20L2373.0%200.0%20L2373.0%2019.0%20C2373.0%2035.0%202373.2%2038.2%202374.5%2038.6%20C2375.3%2039.0%202376.0%2040.2%202376.0%2041.5%20C2376.0%2042.9%202377.7%2045.3%202380.5%2047.9%20C2383.0%2050.2%202385.0%2052.5%202385.0%2053.0%20C2385.0%2053.6%202367.7%2054.0%202337.0%2054.0%20C2296.6%2054.0%202289.0%2053.8%202289.0%2052.6%20Z%20M2409.0%2053.1%20C2409.0%2052.6%202411.7%2049.6%202415.0%2046.4%20L2421.0%2040.7%20L2421.0%2020.3%20L2421.0%200.0%20L2455.5%200.0%20L2490.0%200.0%20L2490.0%2027.0%20L2490.0%2054.0%20L2449.5%2054.0%20C2425.2%2054.0%202409.0%2053.6%202409.0%2053.1%20Z%20M2496.0%2052.6%20C2496.0%2051.8%202496.7%2051.0%202497.5%2050.6%20C2498.7%2050.2%202499.0%2048.2%202499.0%2041.5%20L2499.0%2033.0%20L2505.8%2033.0%20C2512.3%2033.0%202512.7%2033.1%202516.3%2036.8%20C2518.3%2038.9%202520.0%2041.4%202520.0%2042.3%20C2520.0%2043.3%202520.7%2044.3%202521.5%2044.6%20C2522.3%2045.0%202523.0%2046.3%202523.0%2047.6%20C2523.0%2049.0%202523.7%2050.3%202524.5%2050.6%20C2525.3%2051.0%202526.0%2051.8%202526.0%2052.6%20C2526.0%2053.7%202523.2%2054.0%202511.0%2054.0%20C2498.8%2054.0%202496.0%2053.7%202496.0%2052.6%20Z%20M2535.0%2051.5%20C2535.0%2050.1%202534.3%2048.7%202533.5%2048.4%20C2532.7%2048.0%202532.0%2046.8%202532.0%2045.6%20C2532.0%2044.4%202530.7%2042.1%202529.0%2040.5%20C2527.3%2038.9%202526.0%2036.9%202526.0%2036.0%20C2526.0%2035.1%202527.3%2033.1%202529.0%2031.5%20C2530.7%2029.9%202532.0%2027.6%202532.0%2026.4%20C2532.0%2025.2%202532.7%2024.0%202533.5%2023.6%20C2535.6%2022.8%202535.6%2010.5%202533.6%209.3%20C2532.8%208.9%202532.0%207.4%202531.8%206.0%20C2531.6%204.1%202530.8%203.4%202528.8%203.2%20C2527.2%203.0%202526.0%202.3%202526.0%201.4%20C2526.0%200.2%202531.8%200.0%202565.0%200.0%20L2604.0%200.0%20L2604.0%2027.0%20L2604.0%2054.0%20L2569.5%2054.0%20L2535.0%2054.0%20L2535.0%2051.5%20Z%20M2052.7%2041.2%20L2049.0%2037.4%20L2049.0%2018.7%20L2049.0%200.0%20L2064.0%200.0%20L2079.0%200.0%20L2079.0%2018.8%20L2079.0%2037.6%20L2075.2%2041.3%20C2071.5%2044.9%202071.2%2045.0%202063.9%2045.0%20C2056.5%2045.0%202056.3%2044.9%202052.7%2041.2%20Z%20M2385.7%2041.2%20L2382.0%2037.4%20L2382.0%2018.7%20L2382.0%200.0%20L2397.0%200.0%20L2412.0%200.0%20L2412.0%2018.8%20L2412.0%2037.6%20L2408.2%2041.3%20C2404.5%2044.9%202404.2%2045.0%202396.9%2045.0%20C2389.5%2045.0%202389.3%2044.9%202385.7%2041.2%20Z%20M2613.7%2044.3%20C2613.3%2044.0%202613.0%2040.6%202613.0%2036.8%20L2613.0%2030.0%20L2624.2%2030.0%20C2633.8%2029.9%202635.8%2029.6%202637.8%2028.1%20C2639.0%2027.0%202640.0%2025.9%202640.0%2025.5%20C2640.0%2025.1%202639.0%2024.0%202637.8%2022.9%20C2634.7%2020.4%202617.3%2020.1%202616.4%2022.5%20C2616.0%2023.3%202615.2%2024.0%202614.4%2024.0%20C2613.3%2024.0%202613.0%2022.0%202613.0%2015.0%20C2613.0%208.0%202613.3%206.0%202614.4%206.0%20C2615.2%206.0%202616.0%206.7%202616.4%207.5%20C2617.1%209.4%202620.9%209.4%202621.6%207.5%20C2622.4%205.6%202624.6%205.6%202625.4%207.5%20C2626.1%209.4%202629.4%209.4%202631.0%207.5%20C2632.7%205.5%202635.7%205.6%202636.9%207.7%20C2637.8%209.4%202637.9%209.4%202639.7%207.7%20C2640.8%206.8%202642.0%206.0%202642.3%206.0%20C2642.7%206.0%202643.0%2014.8%202643.0%2025.5%20L2643.0%2045.0%20L2628.7%2045.0%20C2620.8%2045.0%202614.0%2044.7%202613.7%2044.3%20Z%20M1297.8%2030.6%20C1295.1%2027.7%201293.0%2024.6%201293.0%2023.8%20C1293.0%2023.0%201290.3%2019.7%201287.0%2016.6%20C1283.7%2013.4%201281.0%2010.0%201281.0%209.0%20C1281.0%208.0%201279.7%206.0%201278.0%204.7%20C1276.3%203.3%201275.0%201.7%201275.0%201.1%20C1275.0%200.4%201280.1%200.0%201290.0%200.0%20L1305.0%200.0%20L1305.0%2018.0%20C1305.0%2031.8%201304.7%2036.0%201303.8%2035.9%20C1303.1%2035.8%201300.4%2033.4%201297.8%2030.6%20Z%20M639.7%2032.3%20C638.5%2031.2%20638.9%2028.3%20640.5%2027.0%20C641.3%2026.3%20642.0%2024.1%20642.0%2022.0%20C642.0%2019.6%20642.5%2018.0%20643.5%2017.6%20C644.3%2017.3%20645.0%2015.9%20645.0%2014.5%20C645.0%2012.9%20645.6%2012.0%20646.5%2012.0%20C647.4%2012.0%20648.0%2012.9%20648.0%2014.5%20C648.0%2015.9%20648.7%2017.3%20649.5%2017.6%20C650.3%2018.0%20651.0%2019.3%20651.0%2020.6%20C651.0%2022.0%20651.7%2023.3%20652.5%2023.6%20C653.3%2024.0%20654.0%2025.3%20654.0%2026.6%20C654.0%2028.0%20654.7%2029.3%20655.5%2029.6%20C656.3%2030.0%20657.0%2030.8%20657.0%2031.6%20C657.0%2032.7%20655.1%2033.0%20648.7%2033.0%20C644.1%2033.0%20640.0%2032.7%20639.7%2032.3%20Z%20M930.7%2032.4%20C929.3%2031.0%20929.9%2024.2%20931.5%2023.6%20C932.3%2023.3%20933.0%2022.0%20933.0%2020.6%20C933.0%2019.3%20933.7%2018.0%20934.5%2017.6%20C935.3%2017.3%20936.0%2015.9%20936.0%2014.5%20C936.0%2012.9%20936.6%2012.0%20937.5%2012.0%20C938.4%2012.0%20939.0%2012.9%20939.0%2014.4%20C939.0%2015.7%20939.7%2017.3%20940.5%2018.0%20C941.3%2018.7%20942.0%2020.7%20942.0%2022.5%20C942.0%2024.3%20942.7%2026.3%20943.5%2027.0%20C944.4%2027.7%20945.0%2029.3%20944.8%2030.4%20C944.5%2032.3%20943.7%2032.5%20938.0%2032.8%20C934.4%2033.0%20931.1%2032.8%20930.7%2032.4%20Z%20M1614.0%2031.6%20C1614.0%2030.9%201614.7%2030.0%201615.5%2029.6%20C1616.3%2029.3%201617.0%2028.0%201617.0%2026.6%20C1617.0%2025.3%201617.7%2024.0%201618.5%2023.6%20C1619.4%2023.3%201620.0%2021.8%201620.0%2019.8%20C1620.1%2016.5%201622.9%2012.0%201624.9%2012.0%20C1625.5%2012.0%201626.0%2013.8%201626.0%2016.0%20C1626.0%2018.7%201626.5%2020.3%201627.5%2020.6%20C1628.3%2021.0%201629.0%2022.4%201629.0%2024.0%20C1629.0%2025.6%201629.7%2027.0%201630.6%2027.4%20C1631.5%2027.7%201632.0%2028.9%201631.8%2030.2%20C1631.5%2032.4%201631.0%2032.5%201622.8%2032.8%20C1615.7%2033.0%201614.0%2032.8%201614.0%2031.6%20Z%20M6.7%2026.3%20C6.3%2026.0%206.0%2023.5%206.0%2020.8%20C6.0%2017.4%206.5%2015.8%207.5%2015.4%20C9.4%2014.6%209.4%2012.0%207.5%2012.0%20C5.3%2012.0%205.7%2010.1%208.2%207.9%20C11.2%205.5%2022.1%205.2%2024.0%207.5%20C24.7%208.4%2026.9%209.0%2029.1%209.0%20C32.7%209.0%2033.0%209.2%2033.0%2011.9%20C33.0%2013.5%2033.6%2015.0%2034.5%2015.4%20C37.1%2016.3%2036.2%2019.4%2032.2%2023.3%20L28.4%2027.0%20L17.9%2027.0%20C12.1%2027.0%207.0%2026.7%206.7%2026.3%20Z%20M1497.0%2018.0%20L1497.0%209.0%20L1509.8%209.0%20C1521.9%209.0%201522.8%209.1%201524.8%2011.3%20C1529.0%2015.7%201526.4%2023.9%201520.9%2024.0%20C1520.0%2024.0%201518.7%2024.7%201518.0%2025.5%20C1517.0%2026.6%201514.4%2027.0%201506.9%2027.0%20L1497.0%2027.0%20L1497.0%2018.0%20Z%20M1938.2%2018.2%20L1938.5%209.5%20L1949.4%209.2%20C1959.5%209.0%201960.5%209.1%201962.6%2011.1%20C1967.6%2015.8%201964.1%2024.0%201957.3%2024.0%20C1955.6%2024.0%201953.7%2024.7%201953.0%2025.5%20C1952.1%2026.6%201949.8%2027.0%201944.8%2027.0%20L1937.9%2027.0%20L1938.2%2018.2%20Z%20M2499.2%2018.2%20L2499.5%209.5%20L2512.5%209.5%20L2525.5%209.5%20L2525.8%2016.8%20C2526.1%2023.8%202526.0%2024.0%202523.7%2024.0%20C2522.3%2024.0%202520.7%2024.7%202520.0%2025.5%20C2519.0%2026.6%202516.4%2027.0%202508.8%2027.0%20L2498.9%2027.0%20L2499.2%2018.2%20Z%20M117.0%2012.0%20L117.0%200.0%20L132.0%200.0%20C144.2%200.0%20147.0%200.3%20147.0%201.4%20C147.0%202.2%20146.3%203.0%20145.5%203.4%20C144.3%203.8%20144.0%205.8%20144.0%2012.5%20C144.0%2020.8%20143.9%2021.0%20141.6%2021.0%20C140.3%2021.0%20138.7%2021.7%20138.0%2022.5%20C137.0%2023.6%20134.4%2024.0%20126.9%2024.0%20L117.0%2024.0%20L117.0%2012.0%20Z%20M240.0%2021.4%20C240.0%2019.8%20238.9%2017.9%20237.0%2016.3%20C235.3%2015.0%20234.0%2013.0%20234.0%2012.1%20C234.0%2011.1%20232.7%209.1%20231.0%207.5%20C229.3%205.9%20228.0%203.6%20228.0%202.3%20L228.0%200.0%20L243.0%200.0%20C255.2%200.0%20258.0%200.3%20258.0%201.4%20C258.0%202.2%20257.3%203.0%20256.5%203.4%20C255.7%203.7%20255.0%204.8%20255.0%205.9%20C255.0%207.1%20253.0%209.8%20250.5%2012.1%20C248.0%2014.4%20246.0%2017.0%20246.0%2017.9%20C245.9%2019.8%20242.6%2024.0%20241.1%2024.0%20C240.5%2024.0%20240.0%2022.8%20240.0%2021.4%20Z%22%2F%3E%3C%2Fsvg%3E");}

@media(max-width:680px){.nav-logo-sub{display:none}}
