Commit 6360149c authored by seotts's avatar seotts Committed by Karishma Chadha

progress on tools section

parent 35f20e15
...@@ -875,8 +875,197 @@ class AnnualReport extends React.Component { ...@@ -875,8 +875,197 @@ class AnnualReport extends React.Component {
</div> </div>
</div> </div>
<div className="hero"> <div className="hero">
<img className="left" src="/images/annual-report/initiatives/3.0 Left.svg" /> <img
<img className="right" src="/images/annual-report/initiatives/3.0 Right.svg" /> className="left"
src="/images/annual-report/initiatives/3.0 Left.svg"
/>
<img
className="right"
src="/images/annual-report/initiatives/3.0 Right.svg"
/>
</div>
<div className="inner">
<div className="tools-extensions">
<div className="tools-extension">
<img src="/images/annual-report/initiatives/Text-to-Speech Block.svg" />
<h4>
<FormattedMessage id="annualReport.toolsTexttoSpeech" />
</h4>
<p>
<FormattedMessage id="annualReport.toolsTexttoSpeechIntro" />
</p>
<div className="tools-stats">
<div className="tools-stat">
<FormattedMessage
id="annualReport.toolsTexttoSpeechProjects"
values={{
numProjects: (
<h5>
<FormattedMessage id="annualReport.toolsNumProjects" />
</h5>
)
}}
/>
</div>
<div className="tools-stat">
<FormattedMessage
id="annualReport.toolsTexttoSpeechPopular"
values={{
mostPopular: (
<h5>
<FormattedMessage id="annualReport.toolsMostPopular" />
</h5>
)
}}
/>
</div>
</div>
<div className="subsection-tag collaborator">
<FormattedMessage id="annualReport.toolsCollabAWS" />
</div>
</div>
<div className="tools-extension">
<img src="/images/annual-report/initiatives/Translation Block.svg" />
<h4>
<FormattedMessage id="annualReport.toolsTranslate" />
</h4>
<p>
<FormattedMessage id="annualReport.toolsTranslateIntro" />
</p>
<div className="tools-stats">
<div className="tools-stat">
<FormattedMessage
id="annualReport.toolsTranslateLanguages"
values={{
numLanguages: (
<h5>
<FormattedMessage id="annualReport.toolsNumLanguages" />
</h5>
)
}}
/>
</div>
<div className="tools-stat">
<FormattedMessage
id="annualReport.toolsTranslateLiteracy"
values={{
supportsLiteracy: (
<h5>
<FormattedMessage id="annualReport.toolsSupportsLiteracy" />
</h5>
),
CSandLanguageArtsLink: (
<a href="https://www.pila-cs.org/">
<FormattedMessage id="annualReport.toolsCSandLanguageArts" />
</a>
)
}}
/>
</div>
</div>
<div className="subsection-tag collaborator">
<FormattedMessage id="annualReport.toolsCollabGoogle" />
</div>
</div>
</div>
<div className="tools-LEGO">
<img src="/images/annual-report/initiatives/LEGO Robotics Illustration.svg" />
<div className="tools-LEGO-info">
<h4>
<FormattedMessage id="annualReport.toolsLEGORobotics" />
</h4>
<p>
<FormattedMessage
id="annualReport.toolsLEGORoboticsIntro"
values={{
mindstormsLink: (
<a href="">
<FormattedMessage id="annualReport.toolsMindstormsLink" />
</a>
),
weDoLink: (
<a href="">
<FormattedMessage id="annualReport.toolsWeDoLink" />
</a>
)
}}
/>
</p>
<div className="subsection-tag collaborator">
<FormattedMessage id="annualReport.toolsCollabLEGO" />
</div>
</div>
</div>
<div className="tools-tutorials">
<h4>
<FormattedMessage id="annualReport.toolsVideoTutorials" />
</h4>
<p>
<FormattedMessage id="annualReport.toolsTutorialsIntro" />
</p>
<div className="tutorial-list">
<img src="/images/annual-report/initiatives/animate a name.png" />
<img src="/images/annual-report/initiatives/make music.png" />
<img src="/images/annual-report/initiatives/imagine a world.png" />
<img src="/images/annual-report/initiatives/create a story.png" />
</div>
<div className="tools-stats">
<div className="tools-stat">
<FormattedMessage
id="annualReport.toolsNewTutorials"
values={{
numTutorials: (
<h5>
<FormattedMessage id="annualReport.toolsNumTutorials" />
</h5>
)
}}
/>
</div>
<div className="tools-stat">
<FormattedMessage
id="annualReport.toolsTutorialsViews"
values={{
numViews: (
<h5>
<FormattedMessage id="annualReport.toolsNumViews" />
</h5>
)
}}
/>
</div>
</div>
</div>
<div className="tools-app">
<div className="tools-app-info">
<h4>
<FormattedMessage id="annualReport.toolsApp" />
</h4>
<p>
<FormattedMessage
id="annualReport.toolsAppIntro"
values={{
downloadableLink: (
<a href="">
<FormattedMessage id="annualReport.toolsDownloadLink" />
</a>
),
raspberryLink: (
<a href="">
<FormattedMessage id="annualReport.toolsRaspberryLink" />
</a>
)
}}
/>
</p>
</div>
<img src="/images/annual-report/initiatives/Offline Learning Illustration.svg" />
</div>
<div className="tools-abhi">
<div className="subsection-tag">
<FormattedMessage id="annualReport.toolsSpotlight" />
</div>
</div>
</div> </div>
<div className="video-container"> <div className="video-container">
<div className="video-background abhi"> <div className="video-background abhi">
......
...@@ -669,7 +669,96 @@ p { ...@@ -669,7 +669,96 @@ p {
.initiatives-tools { .initiatives-tools {
.subsection-tag { .subsection-tag {
background-color: $ui-aqua; background-color: $ui-aqua;
&.collaborator {
color: $type-gray;
background-color: $ui-blue-10percent;
font-weight: normal;
font-size: .75rem;
}
}
.tools-extensions {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
}
.tools-extension {
width: 380px;
text-align: center;
}
.tools-stats {
display: flex;
flex-wrap: wrap;
margin-bottom: 40px;
justify-content: space-between;
.tools-stat {
width: 180px;
a {
font-weight: normal;
}
}
}
.tools-LEGO, .tools-app {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 780px;
img {
width: 380px;
}
.tools-LEGO-info, .tools-app-info {
display: flex;
flex-direction: column;
justify-content: center;
width: 380px;
margin-top: 88px;
h4, p {
margin-bottom: 28px;
}
}
} }
.tools-tutorials {
width: 780px;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
margin: 64px 0;
p {
max-width: 620px;
}
.tutorial-list {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 32px 0;
img {
width: 180px;
border-radius: 8px;
}
}
.tools-stats {
max-width: 460px;
}
}
} }
.initiatives-tools { .initiatives-tools {
......
...@@ -86,6 +86,37 @@ ...@@ -86,6 +86,37 @@
"annualReport.toolsLaunch": "Launch of Scratch 3.0", "annualReport.toolsLaunch": "Launch of Scratch 3.0",
"annualReport.toolsLaunchIntro1": "We designed Scratch 3.0 to expand how, what, and where kids can create with Scratch. Released at the start of 2019, Scratch 3.0 led to a surge of activity in the Scratch community, with more projects — and a greater variety of projects — than ever before.", "annualReport.toolsLaunchIntro1": "We designed Scratch 3.0 to expand how, what, and where kids can create with Scratch. Released at the start of 2019, Scratch 3.0 led to a surge of activity in the Scratch community, with more projects — and a greater variety of projects — than ever before.",
"annualReport.toolsLaunchIntro2": "Scratch 3.0 includes a library of extensions — extra collections of coding blocks that add new capabilities to Scratch. Some extensions provide access to web services and other software features, while others connect Scratch with physical-world devices like motors and sensors.", "annualReport.toolsLaunchIntro2": "Scratch 3.0 includes a library of extensions — extra collections of coding blocks that add new capabilities to Scratch. Some extensions provide access to web services and other software features, while others connect Scratch with physical-world devices like motors and sensors.",
"annualReport.toolsTexttoSpeech": "Text-to-Speech",
"annualReport.toolsTexttoSpeechIntro": "With the Text-to-Speech extension, kids can program their Scratch characters to speak out loud, in a variety of different voices.",
"annualReport.toolsNumProjects": "330,000+",
"annualReport.toolsTexttoSpeechProjects": "{numProjects} projects in 2019 used Text-to-Speech",
"annualReport.toolsMostPopular": "Most Popular",
"annualReport.toolsTexttoSpeechPopular": "{mostPopular} new Scratch Extension in the community",
"annualReport.toolsCollabAWS": "Collaboration with Amazon Web Services",
"annualReport.toolsTranslate": "Translate",
"annualReport.toolsTranslateIntro": "With the Translate extension, kids can incorporate automatic translation into their projects, supporting language learning and global communication.",
"annualReport.toolsNumLanguages": "50+",
"annualReport.toolsTranslateLanguages": "{numLanguages} langages translated in the extension",
"annualReport.toolsSupportsLiteracy": "Supports Literacy",
"annualReport.toolsCSandLanguageArts": "computer science and language arts",
"annualReport.toolsTranslateLiteracy": "{supportsLiteracy} across {CSandLanguageArtsLink}",
"annualReport.toolsCollabGoogle": "Collaboration with Google",
"annualReport.toolsLEGORobotics": "LEGO Robotics",
"annualReport.toolsMindstormsLink": "LEGO Mindstorms EV3",
"annualReport.toolsWeDoLink": "WeDo 2.0",
"annualReport.toolsLEGORoboticsIntro": "Students can create dancing robots, interactive sculptures, and data-collection experiments using Scratch with LEGO robotics kits. Scratch extensions available for {mindstormsLink} and {weDoLink}. Scratch integrated into new LEGO Education SPIKE Prime robotics set.",
"annualReport.toolsCollabLEGO": "Collaboration with LEGO Education",
"annualReport.toolsVideoTutorials": "Video Tutorials",
"annualReport.toolsTutorialsIntro": "Scratch 3.0 introduced a diverse collection of video tutorials to help kids get started with Scratch. The themes of the tutorials are designed to match the wide variety of children’s interests. The tutorials are open-ended and designed to encourage students to experiment, follow their interests, and express their own ideas.",
"annualReport.toolsNumTutorials": "25 new tutorials",
"annualReport.toolsNewTutorials": "{numTutorials} available in Scratch 3.0",
"annualReport.toolsNumViews": "23 million",
"annualReport.toolsTutorialsViews": "{numViews} views in 2019",
"annualReport.toolsApp": "Scratch App Supports Learning Offline",
"annualReport.toolsDownloadLink": "downloadable app",
"annualReport.toolsRaspberryLink": "use on Raspberry Pi 4",
"annualReport.toolsAppIntro": "During 2019, the Scratch Team released Scratch 3.0 as a {downloadableLink} for use on multiple platforms, including Windows, MacOS, ChromeOS, and Android tablets. In addition, the Raspberry Pi Foundation released Scratch 3.0 for {raspberryLink}. These downloadable versions are especially important for millions of learners in areas where internet connectivity is unavailable or unreliable.",
"annualReport.communityTitle": "Community", "annualReport.communityTitle": "Community",
"annualReport.communityIntro": "The Scratch programming language has always been intertwined with the Scratch online community, providing opportunities for children to collaborate, share, and provide feedback to one another.", "annualReport.communityIntro": "The Scratch programming language has always been intertwined with the Scratch online community, providing opportunities for children to collaborate, share, and provide feedback to one another.",
"annualReport.communitySpotlight": "Community - Spotlight Story", "annualReport.communitySpotlight": "Community - Spotlight Story",
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
<?xml version="1.0" encoding="UTF-8"?>
<svg width="216px" height="160px" viewBox="0 0 216 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Text-to-Speech Block</title>
<g id="Text-to-Speech-Block" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(14.000000, 32.000000)" id="Speak-Block">
<g transform="translate(94.500000, 48.000000) rotate(-10.000000) translate(-94.500000, -48.000000) translate(5.000000, 16.000000)">
<g id="Group" fill="#0EBD8C" stroke="#0A8E69" stroke-linecap="round" stroke-linejoin="round">
<g id="Vertical/Block/Command">
<path d="M14.3431458,0 C15.4040117,0 16.4214274,0.421427361 17.1715729,1.17157288 L17.1715729,1.17157288 L22.8284271,6.82842712 C23.5785726,7.57857264 24.5959883,8 25.6568542,8 L25.6568542,8 L38.3431458,8 C39.4040117,8 40.4214274,7.57857264 41.1715729,6.82842712 L41.1715729,6.82842712 L46.8284271,1.17157288 C47.5785726,0.421427361 48.5959883,0 49.6568542,0 L49.6568542,0 L175,0 C177.209139,-4.05812251e-16 179,1.790861 179,4 L179,52 C179,54.209139 177.209139,56 175,56 L49.6568542,56 C48.5959883,56 47.5785726,56.4214274 46.8284271,57.1715729 L41.1715729,62.8284271 C40.4214274,63.5785726 39.4040117,64 38.3431458,64 L25.6568542,64 C24.5959883,64 23.5785726,63.5785726 22.8284271,62.8284271 L17.1715729,57.1715729 C16.4214274,56.4214274 15.4040117,56 14.3431458,56 L4,56 C1.790861,56 2.705415e-16,54.209139 0,52 L0,4 C-2.705415e-16,1.790861 1.790861,4.05812251e-16 4,0 Z" id="Command"></path>
</g>
</g>
<g id="Icon" transform="translate(12.000000, 16.000000)" fill-rule="nonzero" stroke="#000000" stroke-opacity="0.15">
<path d="M9.71223471,17.0476659 C10.0703033,16.9758218 10.4380953,17.0037366 10.7688712,17.1119489 C11.1212047,17.2272137 11.4299977,17.4333194 11.647981,17.6993901 C11.8691082,17.9692983 12,18.3000271 12,18.6693435 L12,18.6693435 L12,31.2834255 C12,31.6561144 11.8760761,31.9866754 11.66846,32.2581168 C11.4582008,32.5330139 11.1591305,32.7468477 10.8155426,32.8732114 C10.1788307,33.1073792 9.39672985,33.0376861 8.79868162,32.543741 L8.79868162,32.543741 L6.20478695,30.3863511 C5.22668015,29.5931535 4.03603416,29.211112 2.7,29.211112 C1.59323506,29.211112 1.07158238,28.9720398 0.688690153,28.6375806 C0.255880636,28.2595183 -1.11022302e-16,27.7310531 0,27.1387986 L0,27.1387986 L0,22.904071 C-0,22.3118165 0.255880636,21.7833513 0.688690156,21.405289 C1.09111457,21.0537682 1.65156763,20.8317575 2.3,20.8317575 C3.93664961,20.8317575 5.15835974,20.4146041 6.09999998,19.6604499 L6.09999998,19.6604499 L6.1,19.6604499 L8.78958765,17.5063751 C9.06635671,17.2611088 9.38533992,17.1132552 9.71223471,17.0476659 Z" id="speaker" fill="#4D4D4D"></path>
<path d="M24,1.11022302e-15 C26.4852814,1.11022302e-15 28.7352814,1.00735931 30.363961,2.63603897 C31.9926407,4.26471863 33,6.51471863 33,9 C33,11.4852814 31.9926407,13.7352814 30.363961,15.363961 C28.7352814,16.9926407 26.4852814,18 24,18 L24,18 L21.8688723,18 C20.0780243,19.9721756 17.1457853,21.4285714 15.6666667,21.4285714 C15.4510289,21.4285714 15.1760921,21.3846514 14.8861197,21.2396653 C14.6075712,21.100391 14.382335,20.8942746 14.2273786,20.6323706 C14.0844213,20.3907472 14,20.0993666 14,19.7619048 C14.1220813,19.176409 14.5055427,18.5590776 14.7306509,18.2107627 C15.0255578,17.6962718 15.1946647,17.2351884 15.2968509,16.6749345 C14.0208536,15.8924029 12.9731727,14.8132274 12.2318602,13.5474642 C11.4421513,12.1990657 11,10.6389373 11,9 C11,6.51471863 12.0073593,4.26471863 13.636039,2.63603897 C15.2647186,1.00735931 17.5147186,-6.66133815e-16 20,0 L20,0 Z" id="speech" fill="#FFFFFF"></path>
</g>
<path d="M64.4375,34.2890625 C65.75,34.2890625 66.7200521,34.0221354 67.3476562,33.4882812 C67.9752604,32.9544271 68.2890625,32.265625 68.2890625,31.421875 C68.2890625,30.78125 68.0703125,30.2473958 67.6328125,29.8203125 C67.1901042,29.3984375 66.5260417,29.0833333 65.640625,28.875 C64.3125,28.5833333 63.5390625,28.3776042 63.3203125,28.2578125 C63.1015625,28.1432292 62.9921875,27.9583333 62.9921875,27.703125 C62.9921875,27.5 63.0950521,27.3229167 63.3007812,27.171875 C63.5065104,27.0208333 63.8515625,26.9453125 64.3359375,26.9453125 C64.9244792,26.9453125 65.3411458,27.0963542 65.5859375,27.3984375 C65.7161458,27.5651042 65.796875,27.7916667 65.828125,28.078125 L65.828125,28.078125 L68.0546875,28.078125 C67.9557292,27.0364583 67.5716146,26.3033854 66.9023438,25.8789062 C66.2330729,25.4544271 65.3671875,25.2421875 64.3046875,25.2421875 C63.1848958,25.2421875 62.3164062,25.5247396 61.6992188,26.0898438 C61.0820312,26.6549479 60.7734375,27.3307292 60.7734375,28.1171875 C60.7734375,28.7838542 60.9713542,29.2942708 61.3671875,29.6484375 C61.7630208,30.0078125 62.4427083,30.3072917 63.40625,30.546875 C64.7447917,30.8645833 65.5182292,31.0885417 65.7265625,31.21875 C65.9348958,31.3489583 66.0390625,31.5390625 66.0390625,31.7890625 C66.0390625,32.0494792 65.9101562,32.2447917 65.6523438,32.375 C65.3945312,32.5052083 65.046875,32.5703125 64.609375,32.5703125 C63.8645833,32.5703125 63.3541667,32.421875 63.078125,32.125 C62.921875,31.9583333 62.8203125,31.6770833 62.7734375,31.28125 L62.7734375,31.28125 L60.515625,31.28125 C60.515625,32.15625 60.8346354,32.8763021 61.4726562,33.4414062 C62.1106771,34.0065104 63.0989583,34.2890625 64.4375,34.2890625 Z M72.078125,37.3515625 L72.078125,32.9140625 C72.3125,33.2734375 72.5520833,33.546875 72.796875,33.734375 C73.2447917,34.0729167 73.8072917,34.2421875 74.484375,34.2421875 C75.546875,34.2421875 76.4153646,33.8489583 77.0898438,33.0625 C77.7643229,32.2760417 78.1015625,31.1328125 78.1015625,29.6328125 C78.1015625,28.2109375 77.7565104,27.1328125 77.0664062,26.3984375 C76.3763021,25.6640625 75.5338542,25.296875 74.5390625,25.296875 C73.8567708,25.296875 73.2682292,25.4869792 72.7734375,25.8671875 C72.5026042,26.0807292 72.2473958,26.3723958 72.0078125,26.7421875 L72.0078125,26.7421875 L72.0078125,25.484375 L69.875,25.484375 L69.875,37.3515625 L72.078125,37.3515625 Z M73.8984375,32.375 C73.4713542,32.375 73.1015625,32.2578125 72.7890625,32.0234375 C72.2630208,31.6223958 72,30.9270833 72,29.9375 C72,29.3125 72.078125,28.796875 72.234375,28.390625 C72.5364583,27.625 73.0911458,27.2421875 73.8984375,27.2421875 C74.5703125,27.2421875 75.0559896,27.4947917 75.3554688,28 C75.6549479,28.5052083 75.8046875,29.0859375 75.8046875,29.7421875 C75.8046875,30.5390625 75.6419271,31.1770833 75.3164062,31.65625 C74.9908854,32.1354167 74.5182292,32.375 73.8984375,32.375 Z M83.1484375,34.28125 C84.4609375,34.28125 85.4817708,33.8671875 86.2109375,33.0390625 C86.6796875,32.5182292 86.9427083,32.0052083 87,31.5 L87,31.5 L84.7265625,31.5 C84.6067708,31.75 84.46875,31.9453125 84.3125,32.0859375 C84.0260417,32.3463542 83.6536458,32.4765625 83.1953125,32.4765625 C82.7630208,32.4765625 82.3932292,32.3697917 82.0859375,32.15625 C81.5807292,31.8125 81.3125,31.2135417 81.28125,30.359375 L81.28125,30.359375 L87.109375,30.359375 C87.1197917,29.625 87.0963542,29.0625 87.0390625,28.671875 C86.9401042,28.0052083 86.7239583,27.4192708 86.390625,26.9140625 C86.0208333,26.3411458 85.5520833,25.921875 84.984375,25.65625 C84.4166667,25.390625 83.7786458,25.2578125 83.0703125,25.2578125 C81.8776042,25.2578125 80.9075521,25.6510417 80.1601562,26.4375 C79.4127604,27.2239583 79.0390625,28.3541667 79.0390625,29.828125 C79.0390625,31.4010417 79.453125,32.5364583 80.28125,33.234375 C81.109375,33.9322917 82.0651042,34.28125 83.1484375,34.28125 Z M84.796875,28.890625 L81.3359375,28.890625 C81.4088542,28.3385417 81.5872396,27.9010417 81.8710938,27.578125 C82.1549479,27.2552083 82.5546875,27.09375 83.0703125,27.09375 C83.5442708,27.09375 83.9414062,27.2460938 84.2617188,27.5507812 C84.5820312,27.8554688 84.7604167,28.3020833 84.796875,28.890625 L84.796875,28.890625 Z M90.6953125,34.265625 C91.2994792,34.265625 91.8411458,34.1276042 92.3203125,33.8515625 C92.7213542,33.6171875 93.0755208,33.3333333 93.3828125,33 C93.3984375,33.1927083 93.4192708,33.3645833 93.4453125,33.515625 C93.4713542,33.6666667 93.5182292,33.828125 93.5859375,34 L93.5859375,34 L96.0078125,34 L96.0078125,33.671875 C95.8619792,33.6041667 95.7526042,33.5182292 95.6796875,33.4140625 C95.6067708,33.3098958 95.5625,33.1119792 95.546875,32.8203125 C95.5364583,32.4348958 95.53125,32.1067708 95.53125,31.8359375 L95.53125,27.9296875 C95.53125,26.9036458 95.1692708,26.2057292 94.4453125,25.8359375 C93.7213542,25.4661458 92.8932292,25.28125 91.9609375,25.28125 C90.5286458,25.28125 89.5182292,25.65625 88.9296875,26.40625 C88.5598958,26.8854167 88.3515625,27.4973958 88.3046875,28.2421875 L88.3046875,28.2421875 L90.453125,28.2421875 C90.5052083,27.9140625 90.609375,27.6536458 90.765625,27.4609375 C90.984375,27.2005208 91.3567708,27.0703125 91.8828125,27.0703125 C92.3515625,27.0703125 92.7070312,27.1367188 92.9492188,27.2695312 C93.1914062,27.4023438 93.3125,27.6432292 93.3125,27.9921875 C93.3125,28.2786458 93.1536458,28.4895833 92.8359375,28.625 C92.6588542,28.703125 92.3645833,28.7682292 91.953125,28.8203125 L91.953125,28.8203125 L91.1953125,28.9140625 C90.3359375,29.0234375 89.6848958,29.2057292 89.2421875,29.4609375 C88.4348958,29.9296875 88.03125,30.6875 88.03125,31.734375 C88.03125,32.5416667 88.2825521,33.1653646 88.7851562,33.6054688 C89.2877604,34.0455729 89.9244792,34.265625 90.6953125,34.265625 Z M91.3515625,32.6484375 C91.0494792,32.6484375 90.7929688,32.5638021 90.5820312,32.3945312 C90.3710938,32.2252604 90.265625,31.9505208 90.265625,31.5703125 C90.265625,31.1432292 90.4375,30.828125 90.78125,30.625 C90.984375,30.5052083 91.3203125,30.4036458 91.7890625,30.3203125 L91.7890625,30.3203125 L92.2890625,30.2265625 C92.5390625,30.1796875 92.7356771,30.1289062 92.8789062,30.0742188 C93.0221354,30.0195312 93.1640625,29.9479167 93.3046875,29.859375 L93.3046875,29.859375 L93.3046875,30.6875 C93.2890625,31.4322917 93.0794271,31.9453125 92.6757812,32.2265625 C92.2721354,32.5078125 91.8307292,32.6484375 91.3515625,32.6484375 Z M99.671875,34 L99.671875,31.3203125 L100.59375,30.359375 L102.632812,34 L105.320312,34 L102.226562,28.78125 L105.203125,25.5234375 L102.445312,25.5234375 L99.671875,28.7265625 L99.671875,22.5234375 L97.484375,22.5234375 L97.484375,34 L99.671875,34 Z" id="speak" fill="#FFFFFF" fill-rule="nonzero"></path>
<g id="Vertical/Element/Field/Default" transform="translate(110.000000, 13.000000)">
<path d="M16,0 L47,0 C55.836556,-3.39960584e-15 63,7.163444 63,16 C63,24.836556 55.836556,32 47,32 L16,32 C7.163444,32 -6.94190838e-16,24.836556 0,16 C-2.85852284e-15,7.163444 7.163444,-1.53107837e-16 16,0 Z" id="input" stroke="#0A8E69" fill="#FFFFFF"></path>
<path d="M15.58,22 L15.58,17.072 L20.204,17.072 L20.204,22 L22.716,22 L22.716,10.576 L20.204,10.576 L20.204,14.96 L15.58,14.96 L15.58,10.576 L13.068,10.576 L13.068,22 L15.58,22 Z M28.508,22.208 C29.4466667,22.208 30.2466667,21.9946667 30.908,21.568 C31.5693333,21.1413333 32.06,20.432 32.38,19.44 L30.38,19.44 C30.3053333,19.696 30.1026667,19.9386667 29.772,20.168 C29.4413333,20.3973333 29.0466667,20.512 28.588,20.512 C27.948,20.512 27.4573333,20.3466667 27.116,20.016 C26.7746667,19.6853333 26.588,19.152 26.556,18.416 L32.524,18.416 C32.5666667,17.776 32.5133333,17.1626667 32.364,16.576 C32.2146667,15.9893333 31.972,15.4666667 31.636,15.008 C31.3,14.5493333 30.8706667,14.184 30.348,13.912 C29.8253333,13.64 29.212,13.504 28.508,13.504 C27.8786667,13.504 27.3053333,13.616 26.788,13.84 C26.2706667,14.064 25.8253333,14.3706667 25.452,14.76 C25.0786667,15.1493333 24.7906667,15.6106667 24.588,16.144 C24.3853333,16.6773333 24.284,17.2533333 24.284,17.872 C24.284,18.512 24.3826667,19.0986667 24.58,19.632 C24.7773333,20.1653333 25.0573333,20.624 25.42,21.008 C25.7826667,21.392 26.2253333,21.688 26.748,21.896 C27.2706667,22.104 27.8573333,22.208 28.508,22.208 Z M30.252,16.976 L26.556,16.976 C26.5666667,16.816 26.6013333,16.6346667 26.66,16.432 C26.7186667,16.2293333 26.82,16.0373333 26.964,15.856 C27.108,15.6746667 27.3,15.5226667 27.54,15.4 C27.78,15.2773333 28.0813333,15.216 28.444,15.216 C28.9986667,15.216 29.412,15.3653333 29.684,15.664 C29.956,15.9626667 30.1453333,16.4 30.252,16.976 Z M36.204,22 L36.204,10.576 L33.932,10.576 L33.932,22 L36.204,22 Z M40.332,22 L40.332,10.576 L38.06,10.576 L38.06,22 L40.332,22 Z M46.14,22.208 C46.7906667,22.208 47.38,22.1066667 47.908,21.904 C48.436,21.7013333 48.8866667,21.4106667 49.26,21.032 C49.6333333,20.6533333 49.9213333,20.1973333 50.124,19.664 C50.3266667,19.1306667 50.428,18.5333333 50.428,17.872 C50.428,17.2106667 50.3266667,16.6106667 50.124,16.072 C49.9213333,15.5333333 49.6333333,15.0746667 49.26,14.696 C48.8866667,14.3173333 48.436,14.024 47.908,13.816 C47.38,13.608 46.7906667,13.504 46.14,13.504 C45.4893333,13.504 44.9026667,13.608 44.38,13.816 C43.8573333,14.024 43.4093333,14.3173333 43.036,14.696 C42.6626667,15.0746667 42.3746667,15.5333333 42.172,16.072 C41.9693333,16.6106667 41.868,17.2106667 41.868,17.872 C41.868,18.5333333 41.9693333,19.1306667 42.172,19.664 C42.3746667,20.1973333 42.6626667,20.6533333 43.036,21.032 C43.4093333,21.4106667 43.8573333,21.7013333 44.38,21.904 C44.9026667,22.1066667 45.4893333,22.208 46.14,22.208 Z M46.14,20.512 C45.756,20.512 45.436,20.4373333 45.18,20.288 C44.924,20.1386667 44.7186667,19.9386667 44.564,19.688 C44.4093333,19.4373333 44.3,19.1546667 44.236,18.84 C44.172,18.5253333 44.14,18.2026667 44.14,17.872 C44.14,17.5413333 44.172,17.216 44.236,16.896 C44.3,16.576 44.4093333,16.2933333 44.564,16.048 C44.7186667,15.8026667 44.924,15.6026667 45.18,15.448 C45.436,15.2933333 45.756,15.216 46.14,15.216 C46.524,15.216 46.8466667,15.2933333 47.108,15.448 C47.3693333,15.6026667 47.5773333,15.8026667 47.732,16.048 C47.8866667,16.2933333 47.996,16.576 48.06,16.896 C48.124,17.216 48.156,17.5413333 48.156,17.872 C48.156,18.2026667 48.124,18.5253333 48.06,18.84 C47.996,19.1546667 47.8866667,19.4373333 47.732,19.688 C47.5773333,19.9386667 47.3693333,20.1386667 47.108,20.288 C46.8466667,20.4373333 46.524,20.512 46.14,20.512 Z" id="Hello" fill="#575E75" fill-rule="nonzero"></path>
</g>
<line x1="52.5" y1="8.5" x2="52.5" y2="48.5" id="Line-5" stroke="#0A8E69" stroke-linecap="round" stroke-linejoin="round"></line>
</g>
</g>
</g>
</svg>
\ No newline at end of file
<?xml version="1.0" encoding="UTF-8"?>
<svg width="380px" height="160px" viewBox="0 0 380 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<title>Translation Block</title>
<defs>
<path d="M3.99745594,44.4629309 C1.78972199,44.4629309 0,42.6648622 0,40.4583876 L0,4.00454335 C0,1.79289513 1.79648343,0 3.99745594,0 L88.0025441,0 C90.210278,0 92,1.7980687 92,4.00454335 L92,40.4583876 C92,42.6700358 90.2035166,44.4629309 88.0025441,44.4629309 L56,44.4629309 L48.6574554,50.9896373 C47.1419113,52.3367876 44.8580887,52.3367876 43.3425446,50.9896373 L36,44.4629309 L3.99745594,44.4629309 Z" id="path-1"></path>
<filter x="-13.0%" y="-23.1%" width="126.1%" height="146.2%" filterUnits="objectBoundingBox" id="filter-3">
<feOffset dx="0" dy="0" in="SourceAlpha" result="shadowOffsetOuter1"></feOffset>
<feGaussianBlur stdDeviation="4" in="shadowOffsetOuter1" result="shadowBlurOuter1"></feGaussianBlur>
<feColorMatrix values="0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.25 0" type="matrix" in="shadowBlurOuter1"></feColorMatrix>
</filter>
<path d="M3.99745594,44.4629309 C1.78972199,44.4629309 0,42.6648622 0,40.4583876 L0,4.00454335 C0,1.79289513 1.79648343,0 3.99745594,0 L88.0025441,0 C90.210278,0 92,1.7980687 92,4.00454335 L92,40.4583876 C92,42.6700358 90.2035166,44.4629309 88.0025441,44.4629309 L56,44.4629309 L48.6574554,50.9896373 C47.1419113,52.3367876 44.8580887,52.3367876 43.3425446,50.9896373 L36,44.4629309 L3.99745594,44.4629309 Z" id="path-4"></path>
</defs>
<g id="Translation-Block" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g transform="translate(8.000000, -21.000000)" id="Traslation">
<g transform="translate(188.500000, 91.000000) rotate(10.000000) translate(-188.500000, -91.000000) translate(8.000000, 31.000000)">
<g id="Translate-Block" transform="translate(0.000000, 68.000000)">
<g id="Group" transform="translate(0.500000, -0.000000)" fill="#0EBD8C" stroke="#0A8E69" stroke-linecap="round" stroke-linejoin="round">
<g id="Vertical/Block/Reporter">
<rect id="Reporter" x="0" y="0" width="360" height="52" rx="26"></rect>
</g>
</g>
<g id="Vertical/Element/Menu/Dropable/Default" transform="translate(242.000000, 9.944640)">
<path d="M16,0 L92,0 C100.836556,-1.623249e-15 108,7.163444 108,16 C108,24.836556 100.836556,32 92,32 L16,32 C7.163444,32 -4.24690452e-15,24.836556 0,16 C-1.082166e-15,7.163444 7.163444,1.623249e-15 16,0 Z" id="Dropabpe-Menu" stroke="#0A8E69" fill="#0EA57A"></path>
<path d="M90.2820399,11.5009863 C93.0113531,11.5199676 95.5663887,11.8103626 95.8909142,12.150919 C96.2956122,12.5763651 96.5,13.1340153 96.5,13.6926871 C96.5,14.2513588 96.2956122,14.809009 95.8909142,15.2344551 L95.8909142,15.2344551 L91.501001,19.8494288 C91.0847942,20.285422 90.542447,20.5 90,20.5 C89.457553,20.5 88.9152058,20.285422 88.4983871,19.8487866 L88.4983871,19.8487866 L84.1090858,15.2344551 C83.7043878,14.809009 83.5,14.2513588 83.5,13.6926871 C83.5,13.1340153 83.7043878,12.5763651 84.108779,12.1512419 C84.4430358,11.799221 87.165027,11.5 89.9991598,11.5 Z" id="carot" stroke-opacity="0.15" stroke="#000000" fill="#FFFFFF"></path>
<path d="M19.3746667,22.256 C20.1533333,22.256 20.8386667,22.1653333 21.4306667,21.984 C22.0226667,21.8026667 22.5186667,21.5493333 22.9186667,21.224 C23.3186667,20.8986667 23.62,20.512 23.8226667,20.064 C24.0253333,19.616 24.1266667,19.1306667 24.1266667,18.608 C24.1266667,17.968 23.9906667,17.4426667 23.7186667,17.032 C23.4466667,16.6213333 23.124,16.2933333 22.7506667,16.048 C22.3773333,15.8026667 22.0013333,15.624 21.6226667,15.512 C21.244,15.4 20.948,15.3226667 20.7346667,15.28 C20.02,15.0986667 19.4413333,14.9493333 18.9986667,14.832 C18.556,14.7146667 18.2093333,14.5973333 17.9586667,14.48 C17.708,14.3626667 17.54,14.2346667 17.4546667,14.096 C17.3693333,13.9573333 17.3266667,13.776 17.3266667,13.552 C17.3266667,13.3066667 17.38,13.104 17.4866667,12.944 C17.5933333,12.784 17.7293333,12.6506667 17.8946667,12.544 C18.06,12.4373333 18.244,12.3626667 18.4466667,12.32 C18.6493333,12.2773333 18.852,12.256 19.0546667,12.256 C19.364,12.256 19.6493333,12.2826667 19.9106667,12.336 C20.172,12.3893333 20.404,12.48 20.6066667,12.608 C20.8093333,12.736 20.972,12.912 21.0946667,13.136 C21.2173333,13.36 21.2893333,13.6426667 21.3106667,13.984 L23.7426667,13.984 C23.7426667,13.3226667 23.6173333,12.76 23.3666667,12.296 C23.116,11.832 22.7773333,11.4506667 22.3506667,11.152 C21.924,10.8533333 21.436,10.6373333 20.8866667,10.504 C20.3373333,10.3706667 19.764,10.304 19.1666667,10.304 C18.6546667,10.304 18.1426667,10.3733333 17.6306667,10.512 C17.1186667,10.6506667 16.66,10.864 16.2546667,11.152 C15.8493333,11.44 15.5213333,11.8 15.2706667,12.232 C15.02,12.664 14.8946667,13.1733333 14.8946667,13.76 C14.8946667,14.2826667 14.9933333,14.728 15.1906667,15.096 C15.388,15.464 15.6466667,15.7706667 15.9666667,16.016 C16.2866667,16.2613333 16.6493333,16.4613333 17.0546667,16.616 C17.46,16.7706667 17.876,16.9013333 18.3026667,17.008 C18.7186667,17.1253333 19.1293333,17.232 19.5346667,17.328 C19.94,17.424 20.3026667,17.536 20.6226667,17.664 C20.9426667,17.792 21.2013333,17.952 21.3986667,18.144 C21.596,18.336 21.6946667,18.5866667 21.6946667,18.896 C21.6946667,19.184 21.62,19.4213333 21.4706667,19.608 C21.3213333,19.7946667 21.1346667,19.9413333 20.9106667,20.048 C20.6866667,20.1546667 20.4466667,20.2266667 20.1906667,20.264 C19.9346667,20.3013333 19.6946667,20.32 19.4706667,20.32 C19.14,20.32 18.82,20.28 18.5106667,20.2 C18.2013333,20.12 17.932,19.9973333 17.7026667,19.832 C17.4733333,19.6666667 17.2893333,19.4506667 17.1506667,19.184 C17.012,18.9173333 16.9426667,18.592 16.9426667,18.208 L14.5106667,18.208 C14.5,18.912 14.628,19.52 14.8946667,20.032 C15.1613333,20.544 15.5213333,20.9653333 15.9746667,21.296 C16.428,21.6266667 16.9506667,21.8693333 17.5426667,22.024 C18.1346667,22.1786667 18.7453333,22.256 19.3746667,22.256 Z M27.6466667,24.896 L27.6466667,20.976 L27.6786667,20.976 C27.956,21.3813333 28.3106667,21.688 28.7426667,21.896 C29.1746667,22.104 29.6466667,22.208 30.1586667,22.208 C30.7666667,22.208 31.2973333,22.0906667 31.7506667,21.856 C32.204,21.6213333 32.5826667,21.3066667 32.8866667,20.912 C33.1906667,20.5173333 33.4173333,20.064 33.5666667,19.552 C33.716,19.04 33.7906667,18.5066667 33.7906667,17.952 C33.7906667,17.3653333 33.716,16.8026667 33.5666667,16.264 C33.4173333,15.7253333 33.188,15.2533333 32.8786667,14.848 C32.5693333,14.4426667 32.18,14.1173333 31.7106667,13.872 C31.2413333,13.6266667 30.6813333,13.504 30.0306667,13.504 C29.5186667,13.504 29.0493333,13.6053333 28.6226667,13.808 C28.196,14.0106667 27.844,14.336 27.5666667,14.784 L27.5346667,14.784 L27.5346667,13.728 L25.3746667,13.728 L25.3746667,24.896 L27.6466667,24.896 Z M29.5506667,20.512 C29.188,20.512 28.8786667,20.4373333 28.6226667,20.288 C28.3666667,20.1386667 28.1613333,19.944 28.0066667,19.704 C27.852,19.464 27.74,19.184 27.6706667,18.864 C27.6013333,18.544 27.5666667,18.2186667 27.5666667,17.888 C27.5666667,17.5466667 27.5986667,17.216 27.6626667,16.896 C27.7266667,16.576 27.836,16.2933333 27.9906667,16.048 C28.1453333,15.8026667 28.348,15.6026667 28.5986667,15.448 C28.8493333,15.2933333 29.1613333,15.216 29.5346667,15.216 C29.8973333,15.216 30.204,15.2933333 30.4546667,15.448 C30.7053333,15.6026667 30.9106667,15.8053333 31.0706667,16.056 C31.2306667,16.3066667 31.3453333,16.592 31.4146667,16.912 C31.484,17.232 31.5186667,17.5573333 31.5186667,17.888 C31.5186667,18.2186667 31.4866667,18.544 31.4226667,18.864 C31.3586667,19.184 31.2493333,19.464 31.0946667,19.704 C30.94,19.944 30.7373333,20.1386667 30.4866667,20.288 C30.236,20.4373333 29.924,20.512 29.5506667,20.512 Z M37.6146667,22.208 C38.1266667,22.208 38.628,22.1333333 39.1186667,21.984 C39.6093333,21.8346667 40.036,21.5733333 40.3986667,21.2 C40.4093333,21.3386667 40.428,21.4746667 40.4546667,21.608 C40.4813333,21.7413333 40.516,21.872 40.5586667,22 L40.5586667,22 L42.8626667,22 C42.756,21.8293333 42.6813333,21.5733333 42.6386667,21.232 C42.596,20.8906667 42.5746667,20.5333333 42.5746667,20.16 L42.5746667,20.16 L42.5746667,15.856 C42.5746667,15.3546667 42.4626667,14.952 42.2386667,14.648 C42.0146667,14.344 41.7266667,14.1066667 41.3746667,13.936 C41.0226667,13.7653333 40.6333333,13.6506667 40.2066667,13.592 C39.78,13.5333333 39.3586667,13.504 38.9426667,13.504 C38.484,13.504 38.028,13.5493333 37.5746667,13.64 C37.1213333,13.7306667 36.7133333,13.8826667 36.3506667,14.096 C35.988,14.3093333 35.6893333,14.592 35.4546667,14.944 C35.22,15.296 35.0866667,15.7386667 35.0546667,16.272 L35.0546667,16.272 L37.3266667,16.272 C37.3693333,15.824 37.5186667,15.504 37.7746667,15.312 C38.0306667,15.12 38.3826667,15.024 38.8306667,15.024 C39.0333333,15.024 39.2226667,15.0373333 39.3986667,15.064 C39.5746667,15.0906667 39.7293333,15.144 39.8626667,15.224 C39.996,15.304 40.1026667,15.416 40.1826667,15.56 C40.2626667,15.704 40.3026667,15.8986667 40.3026667,16.144 C40.3133333,16.3786667 40.244,16.5573333 40.0946667,16.68 C39.9453333,16.8026667 39.7426667,16.896 39.4866667,16.96 C39.2306667,17.024 38.9373333,17.072 38.6066667,17.104 C38.276,17.136 37.94,17.1786667 37.5986667,17.232 C37.2573333,17.2853333 36.9186667,17.3573333 36.5826667,17.448 C36.2466667,17.5386667 35.948,17.6746667 35.6866667,17.856 C35.4253333,18.0373333 35.212,18.28 35.0466667,18.584 C34.8813333,18.888 34.7986667,19.2746667 34.7986667,19.744 C34.7986667,20.1706667 34.8706667,20.5386667 35.0146667,20.848 C35.1586667,21.1573333 35.3586667,21.4133333 35.6146667,21.616 C35.8706667,21.8186667 36.1693333,21.968 36.5106667,22.064 C36.852,22.16 37.22,22.208 37.6146667,22.208 Z M38.4626667,20.704 C38.2813333,20.704 38.1053333,20.688 37.9346667,20.656 C37.764,20.624 37.6146667,20.568 37.4866667,20.488 C37.3586667,20.408 37.2573333,20.2986667 37.1826667,20.16 C37.108,20.0213333 37.0706667,19.8506667 37.0706667,19.648 C37.0706667,19.4346667 37.108,19.2586667 37.1826667,19.12 C37.2573333,18.9813333 37.356,18.8666667 37.4786667,18.776 C37.6013333,18.6853333 37.7453333,18.6133333 37.9106667,18.56 C38.076,18.5066667 38.244,18.464 38.4146667,18.432 C38.596,18.4 38.7773333,18.3733333 38.9586667,18.352 C39.14,18.3306667 39.3133333,18.304 39.4786667,18.272 C39.644,18.24 39.7986667,18.2 39.9426667,18.152 C40.0866667,18.104 40.2066667,18.0373333 40.3026667,17.952 L40.3026667,17.952 L40.3026667,18.8 C40.3026667,18.928 40.2893333,19.0986667 40.2626667,19.312 C40.236,19.5253333 40.164,19.736 40.0466667,19.944 C39.9293333,20.152 39.748,20.3306667 39.5026667,20.48 C39.2573333,20.6293333 38.9106667,20.704 38.4626667,20.704 Z M46.6066667,22 L46.6066667,17.664 C46.6066667,16.8213333 46.7453333,16.216 47.0226667,15.848 C47.3,15.48 47.748,15.296 48.3666667,15.296 C48.9106667,15.296 49.2893333,15.464 49.5026667,15.8 C49.716,16.136 49.8226667,16.6453333 49.8226667,17.328 L49.8226667,22 L52.0946667,22 L52.0946667,16.912 C52.0946667,16.4 52.0493333,15.9333333 51.9586667,15.512 C51.868,15.0906667 51.7106667,14.7333333 51.4866667,14.44 C51.2626667,14.1466667 50.956,13.9173333 50.5666667,13.752 C50.1773333,13.5866667 49.6786667,13.504 49.0706667,13.504 C48.5906667,13.504 48.1213333,13.6133333 47.6626667,13.832 C47.204,14.0506667 46.8306667,14.4 46.5426667,14.88 L46.4946667,14.88 L46.4946667,13.728 L44.3346667,13.728 L44.3346667,22 L46.6066667,22 Z M56.1586667,12.448 L56.1586667,10.576 L53.8866667,10.576 L53.8866667,12.448 L56.1586667,12.448 Z M56.1586667,22 L56.1586667,13.728 L53.8866667,13.728 L53.8866667,22 L56.1586667,22 Z M61.4386667,22.208 C61.908,22.208 62.3693333,22.1626667 62.8226667,22.072 C63.276,21.9813333 63.6786667,21.824 64.0306667,21.6 C64.3826667,21.376 64.668,21.08 64.8866667,20.712 C65.1053333,20.344 65.2146667,19.888 65.2146667,19.344 C65.2146667,18.96 65.14,18.6373333 64.9906667,18.376 C64.8413333,18.1146667 64.644,17.896 64.3986667,17.72 C64.1533333,17.544 63.8733333,17.4026667 63.5586667,17.296 C63.244,17.1893333 62.9213333,17.0986667 62.5906667,17.024 C62.2706667,16.9493333 61.956,16.88 61.6466667,16.816 C61.3373333,16.752 61.0626667,16.68 60.8226667,16.6 C60.5826667,16.52 60.388,16.416 60.2386667,16.288 C60.0893333,16.16 60.0146667,15.9946667 60.0146667,15.792 C60.0146667,15.6213333 60.0573333,15.4853333 60.1426667,15.384 C60.228,15.2826667 60.332,15.2053333 60.4546667,15.152 C60.5773333,15.0986667 60.7133333,15.064 60.8626667,15.048 C61.012,15.032 61.1506667,15.024 61.2786667,15.024 C61.684,15.024 62.036,15.1013333 62.3346667,15.256 C62.6333333,15.4106667 62.7986667,15.7066667 62.8306667,16.144 L64.9906667,16.144 C64.948,15.632 64.8173333,15.208 64.5986667,14.872 C64.38,14.536 64.1053333,14.2666667 63.7746667,14.064 C63.444,13.8613333 63.068,13.7173333 62.6466667,13.632 C62.2253333,13.5466667 61.7906667,13.504 61.3426667,13.504 C60.8946667,13.504 60.4573333,13.544 60.0306667,13.624 C59.604,13.704 59.22,13.8426667 58.8786667,14.04 C58.5373333,14.2373333 58.2626667,14.5066667 58.0546667,14.848 C57.8466667,15.1893333 57.7426667,15.6266667 57.7426667,16.16 C57.7426667,16.5226667 57.8173333,16.8293333 57.9666667,17.08 C58.116,17.3306667 58.3133333,17.5386667 58.5586667,17.704 C58.804,17.8693333 59.084,18.0026667 59.3986667,18.104 C59.7133333,18.2053333 60.036,18.2933333 60.3666667,18.368 C61.1773333,18.5386667 61.8093333,18.7093333 62.2626667,18.88 C62.716,19.0506667 62.9426667,19.3066667 62.9426667,19.648 C62.9426667,19.8506667 62.8946667,20.0186667 62.7986667,20.152 C62.7026667,20.2853333 62.5826667,20.392 62.4386667,20.472 C62.2946667,20.552 62.1346667,20.6106667 61.9586667,20.648 C61.7826667,20.6853333 61.6146667,20.704 61.4546667,20.704 C61.2306667,20.704 61.0146667,20.6773333 60.8066667,20.624 C60.5986667,20.5706667 60.4146667,20.488 60.2546667,20.376 C60.0946667,20.264 59.964,20.12 59.8626667,19.944 C59.7613333,19.768 59.7106667,19.5573333 59.7106667,19.312 L57.5506667,19.312 C57.572,19.8666667 57.6973333,20.328 57.9266667,20.696 C58.156,21.064 58.4493333,21.36 58.8066667,21.584 C59.164,21.808 59.572,21.968 60.0306667,22.064 C60.4893333,22.16 60.9586667,22.208 61.4386667,22.208 Z M68.8146667,22 L68.8146667,17.664 C68.8146667,16.8213333 68.9533333,16.216 69.2306667,15.848 C69.508,15.48 69.956,15.296 70.5746667,15.296 C71.1186667,15.296 71.4973333,15.464 71.7106667,15.8 C71.924,16.136 72.0306667,16.6453333 72.0306667,17.328 L72.0306667,22 L74.3026667,22 L74.3026667,16.912 C74.3026667,16.4 74.2573333,15.9333333 74.1666667,15.512 C74.076,15.0906667 73.9186667,14.7333333 73.6946667,14.44 C73.4706667,14.1466667 73.164,13.9173333 72.7746667,13.752 C72.3853333,13.5866667 71.8866667,13.504 71.2786667,13.504 C70.852,13.504 70.4146667,13.6133333 69.9666667,13.832 C69.5186667,14.0506667 69.1506667,14.4 68.8626667,14.88 L68.8146667,14.88 L68.8146667,10.576 L66.5426667,10.576 L66.5426667,22 L68.8146667,22 Z" id="Spanish" fill="#FFFFFF" fill-rule="nonzero"></path>
</g>
<g id="Icon" transform="translate(17.000000, 5.944640)">
<image id="f40501ed87782097b1a4eec8747eb84a" x="0" y="0" width="40" height="40" xlink:href="data:image/png;base64,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"></image>
</g>
<path d="M75.6459412,31.1217448 L75.8828125,31.1171875 L76.9375,31.078125 L76.9375,29.4140625 C76.8645833,29.4192708 76.7903646,29.4231771 76.7148438,29.4257812 C76.6393229,29.4283854 76.5677083,29.4296875 76.5,29.4296875 C76.046875,29.4296875 75.7760417,29.3867188 75.6875,29.3007812 C75.5989583,29.2148438 75.5546875,28.9973958 75.5546875,28.6484375 L75.5546875,28.6484375 L75.5546875,24.1484375 L76.9375,24.1484375 L76.9375,22.5625 L75.5546875,22.5625 L75.5546875,20.1875 L73.3515625,20.1875 L73.3515625,22.5625 L72.1640625,22.5625 L72.1640625,24.1484375 L73.3515625,24.1484375 L73.3515625,29.390625 C73.3515625,29.921875 73.4765625,30.3151042 73.7265625,30.5703125 C74.1119792,30.9713542 74.8307292,31.1536458 75.8828125,31.1171875 L75.6459412,31.1217448 Z M80.5859375,31 L80.5859375,26.9296875 C80.5859375,26.2473958 80.671875,25.7421875 80.84375,25.4140625 C81.1510417,24.8307292 81.7526042,24.5390625 82.6484375,24.5390625 C82.7161458,24.5390625 82.8046875,24.5416667 82.9140625,24.546875 C83.0234375,24.5520833 83.1484375,24.5625 83.2890625,24.578125 L83.2890625,24.578125 L83.2890625,22.296875 C83.1901042,22.2916667 83.1263021,22.2877604 83.0976562,22.2851562 C83.0690104,22.2825521 83.0338542,22.28125 82.9921875,22.28125 C82.3255208,22.28125 81.7838542,22.4557292 81.3671875,22.8046875 C81.1119792,23.0130208 80.8125,23.4010417 80.46875,23.96875 L80.46875,23.96875 L80.46875,22.484375 L78.34375,22.484375 L78.34375,31 L80.5859375,31 Z M86.6796875,31.265625 C87.2838542,31.265625 87.8255208,31.1276042 88.3046875,30.8515625 C88.7057292,30.6171875 89.0598958,30.3333333 89.3671875,30 C89.3828125,30.1927083 89.4036458,30.3645833 89.4296875,30.515625 C89.4557292,30.6666667 89.5026042,30.828125 89.5703125,31 L89.5703125,31 L91.9921875,31 L91.9921875,30.671875 C91.8463542,30.6041667 91.7369792,30.5182292 91.6640625,30.4140625 C91.5911458,30.3098958 91.546875,30.1119792 91.53125,29.8203125 C91.5208333,29.4348958 91.515625,29.1067708 91.515625,28.8359375 L91.515625,28.8359375 L91.515625,24.9296875 C91.515625,23.9036458 91.1536458,23.2057292 90.4296875,22.8359375 C89.7057292,22.4661458 88.8776042,22.28125 87.9453125,22.28125 C86.5130208,22.28125 85.5026042,22.65625 84.9140625,23.40625 C84.5442708,23.8854167 84.3359375,24.4973958 84.2890625,25.2421875 L84.2890625,25.2421875 L86.4375,25.2421875 C86.4895833,24.9140625 86.59375,24.6536458 86.75,24.4609375 C86.96875,24.2005208 87.3411458,24.0703125 87.8671875,24.0703125 C88.3359375,24.0703125 88.6914062,24.1367188 88.9335938,24.2695312 C89.1757812,24.4023438 89.296875,24.6432292 89.296875,24.9921875 C89.296875,25.2786458 89.1380208,25.4895833 88.8203125,25.625 C88.6432292,25.703125 88.3489583,25.7682292 87.9375,25.8203125 L87.9375,25.8203125 L87.1796875,25.9140625 C86.3203125,26.0234375 85.6692708,26.2057292 85.2265625,26.4609375 C84.4192708,26.9296875 84.015625,27.6875 84.015625,28.734375 C84.015625,29.5416667 84.2669271,30.1653646 84.7695312,30.6054688 C85.2721354,31.0455729 85.9088542,31.265625 86.6796875,31.265625 Z M87.3359375,29.6484375 C87.0338542,29.6484375 86.7773438,29.5638021 86.5664062,29.3945312 C86.3554688,29.2252604 86.25,28.9505208 86.25,28.5703125 C86.25,28.1432292 86.421875,27.828125 86.765625,27.625 C86.96875,27.5052083 87.3046875,27.4036458 87.7734375,27.3203125 L87.7734375,27.3203125 L88.2734375,27.2265625 C88.5234375,27.1796875 88.7200521,27.1289062 88.8632812,27.0742188 C89.0065104,27.0195312 89.1484375,26.9479167 89.2890625,26.859375 L89.2890625,26.859375 L89.2890625,27.6875 C89.2734375,28.4322917 89.0638021,28.9453125 88.6601562,29.2265625 C88.2565104,29.5078125 87.8151042,29.6484375 87.3359375,29.6484375 Z M95.7265625,31 L95.7265625,26.390625 C95.7265625,25.8645833 95.7994792,25.4322917 95.9453125,25.09375 C96.2265625,24.453125 96.7447917,24.1328125 97.5,24.1328125 C98.1145833,24.1328125 98.53125,24.3515625 98.75,24.7890625 C98.8697917,25.0286458 98.9296875,25.3723958 98.9296875,25.8203125 L98.9296875,25.8203125 L98.9296875,31 L101.210938,31 L101.210938,25.265625 C101.210938,24.1979167 100.93099,23.4335938 100.371094,22.9726562 C99.8111979,22.5117188 99.0911458,22.28125 98.2109375,22.28125 C97.5078125,22.28125 96.9270833,22.453125 96.46875,22.796875 C96.2135417,22.9895833 95.9427083,23.3046875 95.65625,23.7421875 L95.65625,23.7421875 L95.65625,22.5 L93.5078125,22.5 L93.5078125,31 L95.7265625,31 Z M106.664062,31.2890625 C107.976562,31.2890625 108.946615,31.0221354 109.574219,30.4882812 C110.201823,29.9544271 110.515625,29.265625 110.515625,28.421875 C110.515625,27.78125 110.296875,27.2473958 109.859375,26.8203125 C109.416667,26.3984375 108.752604,26.0833333 107.867188,25.875 C106.539062,25.5833333 105.765625,25.3776042 105.546875,25.2578125 C105.328125,25.1432292 105.21875,24.9583333 105.21875,24.703125 C105.21875,24.5 105.321615,24.3229167 105.527344,24.171875 C105.733073,24.0208333 106.078125,23.9453125 106.5625,23.9453125 C107.151042,23.9453125 107.567708,24.0963542 107.8125,24.3984375 C107.942708,24.5651042 108.023438,24.7916667 108.054688,25.078125 L108.054688,25.078125 L110.28125,25.078125 C110.182292,24.0364583 109.798177,23.3033854 109.128906,22.8789062 C108.459635,22.4544271 107.59375,22.2421875 106.53125,22.2421875 C105.411458,22.2421875 104.542969,22.5247396 103.925781,23.0898438 C103.308594,23.6549479 103,24.3307292 103,25.1171875 C103,25.7838542 103.197917,26.2942708 103.59375,26.6484375 C103.989583,27.0078125 104.669271,27.3072917 105.632812,27.546875 C106.971354,27.8645833 107.744792,28.0885417 107.953125,28.21875 C108.161458,28.3489583 108.265625,28.5390625 108.265625,28.7890625 C108.265625,29.0494792 108.136719,29.2447917 107.878906,29.375 C107.621094,29.5052083 107.273438,29.5703125 106.835938,29.5703125 C106.091146,29.5703125 105.580729,29.421875 105.304688,29.125 C105.148438,28.9583333 105.046875,28.6770833 105,28.28125 L105,28.28125 L102.742188,28.28125 C102.742188,29.15625 103.061198,29.8763021 103.699219,30.4414062 C104.33724,31.0065104 105.325521,31.2890625 106.664062,31.2890625 Z M114.4375,31 L114.4375,19.484375 L112.210938,19.484375 L112.210938,31 L114.4375,31 Z M118.695312,31.265625 C119.299479,31.265625 119.841146,31.1276042 120.320312,30.8515625 C120.721354,30.6171875 121.075521,30.3333333 121.382812,30 C121.398438,30.1927083 121.419271,30.3645833 121.445312,30.515625 C121.471354,30.6666667 121.518229,30.828125 121.585938,31 L121.585938,31 L124.007812,31 L124.007812,30.671875 C123.861979,30.6041667 123.752604,30.5182292 123.679688,30.4140625 C123.606771,30.3098958 123.5625,30.1119792 123.546875,29.8203125 C123.536458,29.4348958 123.53125,29.1067708 123.53125,28.8359375 L123.53125,24.9296875 C123.53125,23.9036458 123.169271,23.2057292 122.445312,22.8359375 C121.721354,22.4661458 120.893229,22.28125 119.960938,22.28125 C118.528646,22.28125 117.518229,22.65625 116.929688,23.40625 C116.559896,23.8854167 116.351562,24.4973958 116.304688,25.2421875 L116.304688,25.2421875 L118.453125,25.2421875 C118.505208,24.9140625 118.609375,24.6536458 118.765625,24.4609375 C118.984375,24.2005208 119.356771,24.0703125 119.882812,24.0703125 C120.351562,24.0703125 120.707031,24.1367188 120.949219,24.2695312 C121.191406,24.4023438 121.3125,24.6432292 121.3125,24.9921875 C121.3125,25.2786458 121.153646,25.4895833 120.835938,25.625 C120.658854,25.703125 120.364583,25.7682292 119.953125,25.8203125 L119.953125,25.8203125 L119.195312,25.9140625 C118.335938,26.0234375 117.684896,26.2057292 117.242188,26.4609375 C116.434896,26.9296875 116.03125,27.6875 116.03125,28.734375 C116.03125,29.5416667 116.282552,30.1653646 116.785156,30.6054688 C117.28776,31.0455729 117.924479,31.265625 118.695312,31.265625 Z M119.351562,29.6484375 C119.049479,29.6484375 118.792969,29.5638021 118.582031,29.3945312 C118.371094,29.2252604 118.265625,28.9505208 118.265625,28.5703125 C118.265625,28.1432292 118.4375,27.828125 118.78125,27.625 C118.984375,27.5052083 119.320312,27.4036458 119.789062,27.3203125 L119.789062,27.3203125 L120.289062,27.2265625 C120.539062,27.1796875 120.735677,27.1289062 120.878906,27.0742188 C121.022135,27.0195312 121.164062,26.9479167 121.304688,26.859375 L121.304688,26.859375 L121.304688,27.6875 C121.289062,28.4322917 121.079427,28.9453125 120.675781,29.2265625 C120.272135,29.5078125 119.830729,29.6484375 119.351562,29.6484375 Z M128.114691,31.1217448 L128.351562,31.1171875 L129.40625,31.078125 L129.40625,29.4140625 C129.333333,29.4192708 129.259115,29.4231771 129.183594,29.4257812 C129.108073,29.4283854 129.036458,29.4296875 128.96875,29.4296875 C128.515625,29.4296875 128.244792,29.3867188 128.15625,29.3007812 C128.067708,29.2148438 128.023438,28.9973958 128.023438,28.6484375 L128.023438,28.6484375 L128.023438,24.1484375 L129.40625,24.1484375 L129.40625,22.5625 L128.023438,22.5625 L128.023438,20.1875 L125.820312,20.1875 L125.820312,22.5625 L124.632812,22.5625 L124.632812,24.1484375 L125.820312,24.1484375 L125.820312,29.390625 C125.820312,29.921875 125.945312,30.3151042 126.195312,30.5703125 C126.580729,30.9713542 127.299479,31.1536458 128.351562,31.1171875 L128.114691,31.1217448 Z M134.273438,31.28125 C135.585938,31.28125 136.606771,30.8671875 137.335938,30.0390625 C137.804688,29.5182292 138.067708,29.0052083 138.125,28.5 L138.125,28.5 L135.851562,28.5 C135.731771,28.75 135.59375,28.9453125 135.4375,29.0859375 C135.151042,29.3463542 134.778646,29.4765625 134.320312,29.4765625 C133.888021,29.4765625 133.518229,29.3697917 133.210938,29.15625 C132.705729,28.8125 132.4375,28.2135417 132.40625,27.359375 L132.40625,27.359375 L138.234375,27.359375 C138.244792,26.625 138.221354,26.0625 138.164062,25.671875 C138.065104,25.0052083 137.848958,24.4192708 137.515625,23.9140625 C137.145833,23.3411458 136.677083,22.921875 136.109375,22.65625 C135.541667,22.390625 134.903646,22.2578125 134.195312,22.2578125 C133.002604,22.2578125 132.032552,22.6510417 131.285156,23.4375 C130.53776,24.2239583 130.164062,25.3541667 130.164062,26.828125 C130.164062,28.4010417 130.578125,29.5364583 131.40625,30.234375 C132.234375,30.9322917 133.190104,31.28125 134.273438,31.28125 Z M135.921875,25.890625 L132.460938,25.890625 C132.533854,25.3385417 132.71224,24.9010417 132.996094,24.578125 C133.279948,24.2552083 133.679688,24.09375 134.195312,24.09375 C134.669271,24.09375 135.066406,24.2460938 135.386719,24.5507812 C135.707031,24.8554688 135.885417,25.3020833 135.921875,25.890625 L135.921875,25.890625 Z" id="translate" fill="#FFFFFF" fill-rule="nonzero"></path>
<path d="M221.645941,31.1217448 L221.882812,31.1171875 L222.9375,31.078125 L222.9375,29.4140625 C222.864583,29.4192708 222.790365,29.4231771 222.714844,29.4257812 C222.639323,29.4283854 222.567708,29.4296875 222.5,29.4296875 C222.046875,29.4296875 221.776042,29.3867188 221.6875,29.3007812 C221.598958,29.2148438 221.554688,28.9973958 221.554688,28.6484375 L221.554688,28.6484375 L221.554688,24.1484375 L222.9375,24.1484375 L222.9375,22.5625 L221.554688,22.5625 L221.554688,20.1875 L219.351562,20.1875 L219.351562,22.5625 L218.164062,22.5625 L218.164062,24.1484375 L219.351562,24.1484375 L219.351562,29.390625 C219.351562,29.921875 219.476562,30.3151042 219.726562,30.5703125 C220.111979,30.9713542 220.830729,31.1536458 221.882812,31.1171875 L221.645941,31.1217448 Z M228.195312,31.296875 C229.658854,31.296875 230.75,30.8528646 231.46875,29.9648438 C232.1875,29.0768229 232.546875,28.0078125 232.546875,26.7578125 C232.546875,25.5286458 232.1875,24.4635417 231.46875,23.5625 C230.75,22.6614583 229.658854,22.2109375 228.195312,22.2109375 C226.731771,22.2109375 225.640625,22.6614583 224.921875,23.5625 C224.203125,24.4635417 223.84375,25.5286458 223.84375,26.7578125 C223.84375,28.0078125 224.203125,29.0768229 224.921875,29.9648438 C225.640625,30.8528646 226.731771,31.296875 228.195312,31.296875 Z M228.1875,29.4296875 C227.536458,29.4296875 227.035156,29.1979167 226.683594,28.734375 C226.332031,28.2708333 226.15625,27.6119792 226.15625,26.7578125 C226.15625,25.9036458 226.332031,25.2460938 226.683594,24.7851562 C227.035156,24.3242188 227.536458,24.09375 228.1875,24.09375 C228.838542,24.09375 229.338542,24.3242188 229.6875,24.7851562 C230.036458,25.2460938 230.210938,25.9036458 230.210938,26.7578125 C230.210938,27.6119792 230.036458,28.2708333 229.6875,28.734375 C229.338542,29.1979167 228.838542,29.4296875 228.1875,29.4296875 Z" id="to" fill="#FFFFFF" fill-rule="nonzero"></path>
<g id="Vertical/Element/Field/Default" transform="translate(147.000000, 10.000000)">
<path d="M16,0 L47,0 C55.836556,-3.39960584e-15 63,7.163444 63,16 C63,24.836556 55.836556,32 47,32 L16,32 C7.163444,32 -6.94190838e-16,24.836556 0,16 C-2.85852284e-15,7.163444 7.163444,-1.53107837e-16 16,0 Z" id="input" stroke="#0A8E69" fill="#FFFFFF"></path>
<path d="M15.58,22 L15.58,17.072 L20.204,17.072 L20.204,22 L22.716,22 L22.716,10.576 L20.204,10.576 L20.204,14.96 L15.58,14.96 L15.58,10.576 L13.068,10.576 L13.068,22 L15.58,22 Z M28.508,22.208 C29.4466667,22.208 30.2466667,21.9946667 30.908,21.568 C31.5693333,21.1413333 32.06,20.432 32.38,19.44 L30.38,19.44 C30.3053333,19.696 30.1026667,19.9386667 29.772,20.168 C29.4413333,20.3973333 29.0466667,20.512 28.588,20.512 C27.948,20.512 27.4573333,20.3466667 27.116,20.016 C26.7746667,19.6853333 26.588,19.152 26.556,18.416 L32.524,18.416 C32.5666667,17.776 32.5133333,17.1626667 32.364,16.576 C32.2146667,15.9893333 31.972,15.4666667 31.636,15.008 C31.3,14.5493333 30.8706667,14.184 30.348,13.912 C29.8253333,13.64 29.212,13.504 28.508,13.504 C27.8786667,13.504 27.3053333,13.616 26.788,13.84 C26.2706667,14.064 25.8253333,14.3706667 25.452,14.76 C25.0786667,15.1493333 24.7906667,15.6106667 24.588,16.144 C24.3853333,16.6773333 24.284,17.2533333 24.284,17.872 C24.284,18.512 24.3826667,19.0986667 24.58,19.632 C24.7773333,20.1653333 25.0573333,20.624 25.42,21.008 C25.7826667,21.392 26.2253333,21.688 26.748,21.896 C27.2706667,22.104 27.8573333,22.208 28.508,22.208 Z M30.252,16.976 L26.556,16.976 C26.5666667,16.816 26.6013333,16.6346667 26.66,16.432 C26.7186667,16.2293333 26.82,16.0373333 26.964,15.856 C27.108,15.6746667 27.3,15.5226667 27.54,15.4 C27.78,15.2773333 28.0813333,15.216 28.444,15.216 C28.9986667,15.216 29.412,15.3653333 29.684,15.664 C29.956,15.9626667 30.1453333,16.4 30.252,16.976 Z M36.204,22 L36.204,10.576 L33.932,10.576 L33.932,22 L36.204,22 Z M40.332,22 L40.332,10.576 L38.06,10.576 L38.06,22 L40.332,22 Z M46.14,22.208 C46.7906667,22.208 47.38,22.1066667 47.908,21.904 C48.436,21.7013333 48.8866667,21.4106667 49.26,21.032 C49.6333333,20.6533333 49.9213333,20.1973333 50.124,19.664 C50.3266667,19.1306667 50.428,18.5333333 50.428,17.872 C50.428,17.2106667 50.3266667,16.6106667 50.124,16.072 C49.9213333,15.5333333 49.6333333,15.0746667 49.26,14.696 C48.8866667,14.3173333 48.436,14.024 47.908,13.816 C47.38,13.608 46.7906667,13.504 46.14,13.504 C45.4893333,13.504 44.9026667,13.608 44.38,13.816 C43.8573333,14.024 43.4093333,14.3173333 43.036,14.696 C42.6626667,15.0746667 42.3746667,15.5333333 42.172,16.072 C41.9693333,16.6106667 41.868,17.2106667 41.868,17.872 C41.868,18.5333333 41.9693333,19.1306667 42.172,19.664 C42.3746667,20.1973333 42.6626667,20.6533333 43.036,21.032 C43.4093333,21.4106667 43.8573333,21.7013333 44.38,21.904 C44.9026667,22.1066667 45.4893333,22.208 46.14,22.208 Z M46.14,20.512 C45.756,20.512 45.436,20.4373333 45.18,20.288 C44.924,20.1386667 44.7186667,19.9386667 44.564,19.688 C44.4093333,19.4373333 44.3,19.1546667 44.236,18.84 C44.172,18.5253333 44.14,18.2026667 44.14,17.872 C44.14,17.5413333 44.172,17.216 44.236,16.896 C44.3,16.576 44.4093333,16.2933333 44.564,16.048 C44.7186667,15.8026667 44.924,15.6026667 45.18,15.448 C45.436,15.2933333 45.756,15.216 46.14,15.216 C46.524,15.216 46.8466667,15.2933333 47.108,15.448 C47.3693333,15.6026667 47.5773333,15.8026667 47.732,16.048 C47.8866667,16.2933333 47.996,16.576 48.06,16.896 C48.124,17.216 48.156,17.5413333 48.156,17.872 C48.156,18.2026667 48.124,18.5253333 48.06,18.84 C47.996,19.1546667 47.8866667,19.4373333 47.732,19.688 C47.5773333,19.9386667 47.3693333,20.1386667 47.108,20.288 C46.8466667,20.4373333 46.524,20.512 46.14,20.512 Z" id="Hello" fill="#575E75" fill-rule="nonzero"></path>
</g>
<line x1="64.5" y1="7.5" x2="64.5" y2="42.5" id="Line-5" stroke="#0A8E69" stroke-linecap="round" stroke-linejoin="round"></line>
</g>
<g id="Translation" transform="translate(134.000000, 0.000000)">
<g id="Tooltip/Caret-Bottom">
<mask id="mask-2" fill="white">
<use xlink:href="#path-1"></use>
</mask>
<g id="Tip-Container">
<use fill="black" fill-opacity="1" filter="url(#filter-3)" xlink:href="#path-1"></use>
<use fill="#FFFFFF" fill-rule="evenodd" xlink:href="#path-1"></use>
</g>
<g id="Group" mask="url(#mask-2)" fill="#FFFFFF">
<g id="Color">
<rect x="0" y="0" width="92" height="52"></rect>
</g>
</g>
<mask id="mask-5" fill="white">
<use xlink:href="#path-4"></use>
</mask>
<path stroke-opacity="0.15" stroke="#000000" d="M88.0025441,0.5 C88.9676524,0.5 89.8413288,0.892982113 90.4740349,1.52681005 C91.1078226,2.16172135 91.5,3.03836694 91.5,4.00454335 L91.5,4.00454335 L91.5,40.4583876 C91.5,41.4254722 91.1074225,42.3010108 90.4744359,42.9351196 C89.8407732,43.5699058 88.966047,43.9629309 88.0025441,43.9629309 L88.0025441,43.9629309 L55.8099003,43.9629309 L48.3252734,50.6159326 C47.6622229,51.2053109 46.8311114,51.5 46,51.5 C45.1688886,51.5 44.3377771,51.2053109 43.6747266,50.6159326 L43.6747266,50.6159326 L36.1900997,43.9629309 L3.99745594,43.9629309 C3.03234755,43.9629309 2.15867121,43.5699488 1.52596505,42.9361209 C0.892177439,42.3012096 0.5,41.424564 0.5,40.4583876 L0.5,40.4583876 L0.5,4.00454335 C0.5,3.0374587 0.892577463,2.16192016 1.52556405,1.5278113 C2.15922679,0.893025091 3.03395304,0.5 3.99745594,0.5 L3.99745594,0.5 L88.0025441,0.5 Z"></path>
</g>
<path d="M32.5859375,29 L32.5859375,23.859375 L37.0859375,23.859375 L37.0859375,29 L39.4765625,29 L39.4765625,17.484375 L37.0859375,17.484375 L37.0859375,21.875 L32.5859375,21.875 L32.5859375,17.484375 L30.203125,17.484375 L30.203125,29 L32.5859375,29 Z M45.421875,29.296875 C46.8854167,29.296875 47.9765625,28.8528646 48.6953125,27.9648438 C49.4140625,27.0768229 49.7734375,26.0078125 49.7734375,24.7578125 C49.7734375,23.5286458 49.4140625,22.4635417 48.6953125,21.5625 C47.9765625,20.6614583 46.8854167,20.2109375 45.421875,20.2109375 C43.9583333,20.2109375 42.8671875,20.6614583 42.1484375,21.5625 C41.4296875,22.4635417 41.0703125,23.5286458 41.0703125,24.7578125 C41.0703125,26.0078125 41.4296875,27.0768229 42.1484375,27.9648438 C42.8671875,28.8528646 43.9583333,29.296875 45.421875,29.296875 Z M45.4140625,27.4296875 C44.7630208,27.4296875 44.2617188,27.1979167 43.9101562,26.734375 C43.5585938,26.2708333 43.3828125,25.6119792 43.3828125,24.7578125 C43.3828125,23.9036458 43.5585938,23.2460938 43.9101562,22.7851562 C44.2617188,22.3242188 44.7630208,22.09375 45.4140625,22.09375 C46.0651042,22.09375 46.5651042,22.3242188 46.9140625,22.7851562 C47.2630208,23.2460938 47.4375,23.9036458 47.4375,24.7578125 C47.4375,25.6119792 47.2630208,26.2708333 46.9140625,26.734375 C46.5651042,27.1979167 46.0651042,27.4296875 45.4140625,27.4296875 Z M53.640625,29 L53.640625,17.484375 L51.4140625,17.484375 L51.4140625,29 L53.640625,29 Z M57.8984375,29.265625 C58.5026042,29.265625 59.0442708,29.1276042 59.5234375,28.8515625 C59.9244792,28.6171875 60.2786458,28.3333333 60.5859375,28 C60.6015625,28.1927083 60.6223958,28.3645833 60.6484375,28.515625 C60.6744792,28.6666667 60.7213542,28.828125 60.7890625,29 L60.7890625,29 L63.2109375,29 L63.2109375,28.671875 C63.0651042,28.6041667 62.9557292,28.5182292 62.8828125,28.4140625 C62.8098958,28.3098958 62.765625,28.1119792 62.75,27.8203125 C62.7395833,27.4348958 62.734375,27.1067708 62.734375,26.8359375 L62.734375,26.8359375 L62.734375,22.9296875 C62.734375,21.9036458 62.3723958,21.2057292 61.6484375,20.8359375 C60.9244792,20.4661458 60.0963542,20.28125 59.1640625,20.28125 C57.7317708,20.28125 56.7213542,20.65625 56.1328125,21.40625 C55.7630208,21.8854167 55.5546875,22.4973958 55.5078125,23.2421875 L55.5078125,23.2421875 L57.65625,23.2421875 C57.7083333,22.9140625 57.8125,22.6536458 57.96875,22.4609375 C58.1875,22.2005208 58.5598958,22.0703125 59.0859375,22.0703125 C59.5546875,22.0703125 59.9101562,22.1367188 60.1523438,22.2695312 C60.3945312,22.4023438 60.515625,22.6432292 60.515625,22.9921875 C60.515625,23.2786458 60.3567708,23.4895833 60.0390625,23.625 C59.8619792,23.703125 59.5677083,23.7682292 59.15625,23.8203125 L59.15625,23.8203125 L58.3984375,23.9140625 C57.5390625,24.0234375 56.8880208,24.2057292 56.4453125,24.4609375 C55.6380208,24.9296875 55.234375,25.6875 55.234375,26.734375 C55.234375,27.5416667 55.4856771,28.1653646 55.9882812,28.6054688 C56.4908854,29.0455729 57.1276042,29.265625 57.8984375,29.265625 Z M58.5546875,27.6484375 C58.2526042,27.6484375 57.9960938,27.5638021 57.7851562,27.3945312 C57.5742188,27.2252604 57.46875,26.9505208 57.46875,26.5703125 C57.46875,26.1432292 57.640625,25.828125 57.984375,25.625 C58.1875,25.5052083 58.5234375,25.4036458 58.9921875,25.3203125 L58.9921875,25.3203125 L59.4921875,25.2265625 C59.7421875,25.1796875 59.9388021,25.1289062 60.0820312,25.0742188 C60.2252604,25.0195312 60.3671875,24.9479167 60.5078125,24.859375 L60.5078125,24.859375 L60.5078125,25.6875 C60.4921875,26.4322917 60.2825521,26.9453125 59.8789062,27.2265625 C59.4752604,27.5078125 59.0338542,27.6484375 58.5546875,27.6484375 Z" id="Hola" fill="#575E75" fill-rule="nonzero"></path>
</g>
</g>
</g>
</g>
</svg>
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment