HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by Skypack, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ES6 import
usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<section class="scrollDownSection">
<p>Scroll Down</p>
</section>
<section class="homeBuilding js-homeBuilding" data-section data-section-background-color="#0C1D2C">
<div class="container">
<div class="homeBuilding__texts js-homeBuilding__texts">
<div>
<div class="homeTitle js-titleAppear">
<p>Lorem ipsum dolor sit amet</p>
</div>
<div class="homeText js-lineAppear">
<p class="homeText__bigger">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam expedita impedit itaque laborum magni nobis repellendus tenetur? Amet corporis delectus dolorem, eius est laudantium quisquam reiciendis repellat suscipit voluptates! Cum?</p>
<p>Finis les rendez-vous multiples et les délais inutiles.</p>
</div>
</div>
<div>
<div class="homeTitle js-titleAppear">
<p>Lorem ipsum dolor sit amet</p>
</div>
<div class="homeText js-lineAppear">
<p class="homeText__bigger">Lorem ipsum dolor sit amet, consectetur adipisicing elit.</p>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Aperiam expedita impedit itaque laborum magni nobis repellendus tenetur? Amet corporis delectus dolorem, eius est laudantium quisquam reiciendis repellat suscipit voluptates! Cum?</p>
<p>Finis les rendez-vous multiples et les délais inutiles.</p>
</div>
</div>
</div>
<div class="homeBuilding__building js-homeBuilding__building">
<svg
aria-hidden="true"
width="823"
height="567"
viewBox="0 0 823 567"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g opacity="0.4" clip-path="url(#clip0_1484_77696)">
<path d="M559.055 527.256H589.208" stroke="white" stroke-miterlimit="10" />
<path d="M571.408 527.65V547.691H589.04" stroke="white" stroke-miterlimit="10" />
<path d="M207.269 536.77H188.795V561.539H237.141V536.319H219.51" stroke="white" stroke-miterlimit="10" />
<path
d="M306.544 535.925H287.34C287.34 537.276 287.34 560.245 287.34 560.245H334.058V536.094H315.753"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M246.462 529.902H277.682" stroke="white" stroke-miterlimit="10" />
<path d="M344.109 529.902H381.225" stroke="white" stroke-miterlimit="10" />
<path d="M187.335 525.567L190.536 536.939" stroke="white" stroke-miterlimit="10" />
<path d="M235.513 536.432L239.219 526.074" stroke="white" stroke-miterlimit="10" />
<path d="M285.094 525.905L288.407 535.588" stroke="white" stroke-miterlimit="10" />
<path d="M336.866 525.455L333.103 535.925" stroke="white" stroke-miterlimit="10" />
<path d="M239.5 440.393H191.827V444.334H239.5V440.393Z" stroke="white" stroke-miterlimit="10" />
<path d="M191.827 489.032V485.091H239.5V489.032" stroke="white" stroke-miterlimit="10" />
<path d="M336.866 440.393H288.632V444.334H336.866V440.393Z" stroke="white" stroke-miterlimit="10" />
<path d="M288.632 489.032V485.091H336.866V489.032" stroke="white" stroke-miterlimit="10" />
<path d="M393.017 446.586V442.983H457.983V446.586" stroke="white" stroke-miterlimit="10" />
<path d="M392.792 477.829H457.253" stroke="white" stroke-miterlimit="10" />
<path d="M493.022 477.829H559.224" stroke="white" stroke-miterlimit="10" />
<path d="M422.889 483.402H397.733V550.618H422.889V483.402Z" stroke="white" stroke-miterlimit="10" />
<path d="M452.368 483.402H427.83V550.618H452.368V483.402Z" stroke="white" stroke-miterlimit="10" />
<path d="M456.018 446.36H395.768V476.028H456.018V446.36Z" stroke="white" stroke-miterlimit="10" />
<path d="M493.134 446.586V442.983H558.101V446.586" stroke="white" stroke-miterlimit="10" />
<path d="M556.079 446.36H495.829V476.028H556.079V446.36Z" stroke="white" stroke-miterlimit="10" />
<path d="M556.641 480.925H494.987V554.559H556.641V480.925Z" stroke="white" stroke-miterlimit="10" />
<path d="M332.654 487.343H291.383V517.01H332.654V487.343Z" stroke="white" stroke-miterlimit="10" />
<path d="M235.85 487.343H194.579V517.01H235.85V487.343Z" stroke="white" stroke-miterlimit="10" />
<path d="M251.123 380.214H182.899V387.476H251.123V380.214Z" stroke="white" stroke-miterlimit="10" />
<path
d="M219.229 259.631H218.892H179.811L183.629 263.459V280.122H186.1V379.877L218.892 380.102H219.061H219.229L252.021 379.877V280.122H254.492V263.459L258.31 259.631H219.229Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M194.859 380.214V277.195H242.644V379.708" stroke="white" stroke-miterlimit="10" />
<path d="M183.629 263.459H254.492" stroke="white" stroke-miterlimit="10" />
<path d="M180.822 260.926H257.187" stroke="white" stroke-miterlimit="10" />
<path d="M182.45 262.277H255.783" stroke="white" stroke-miterlimit="10" />
<path
d="M188.009 379.876V278.096H185.819V265.542H253.032V277.814H250.393V380.045"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M217.657 284.063H201.317V300.445H217.657V284.063Z" stroke="white" stroke-miterlimit="10" />
<path d="M237.197 284.063H220.857V300.445H237.197V284.063Z" stroke="white" stroke-miterlimit="10" />
<path d="M217.657 305.568H201.317V375.936H217.657V305.568Z" stroke="white" stroke-miterlimit="10" />
<path d="M237.197 305.568H220.857V375.936H237.197V305.568Z" stroke="white" stroke-miterlimit="10" />
<path d="M240.398 280.629H198.678V379.257H240.398V280.629Z" stroke="white" stroke-miterlimit="10" />
<path d="M199.071 301.908H240.23" stroke="white" stroke-miterlimit="10" />
<path d="M199.071 304.047H240.23" stroke="white" stroke-miterlimit="10" />
<path d="M251.067 351.166H182.899V378.863H251.067V351.166Z" stroke="white" stroke-miterlimit="10" />
<path d="M182.956 356.74H251.011" stroke="white" stroke-miterlimit="10" />
<path
d="M185.988 376.837C185.988 376.837 185.763 375.429 186.83 375.429C187.897 375.429 187.953 376.274 187.953 376.893C187.953 377.456 187.728 378.357 186.1 378.357C184.472 378.357 183.966 376.724 183.966 375.767C183.966 374.81 184.921 373.403 185.875 373.403V360.567H186.549C186.549 360.567 186.83 357.865 183.124 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M190.255 376.837C190.255 376.837 190.48 375.429 189.413 375.429C188.346 375.429 188.29 376.274 188.29 376.893C188.29 377.456 188.514 378.357 190.143 378.357C191.771 378.357 192.277 376.724 192.277 375.767C192.277 374.81 191.322 373.403 190.367 373.403V360.567H189.694C189.694 360.567 189.413 357.865 193.119 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M185.202 360.568H190.873" stroke="white" stroke-miterlimit="10" />
<path
d="M185.651 358.428C185.651 358.428 186.774 356.796 188.346 356.796C189.918 356.796 191.154 358.259 191.154 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M187.504 358.428C187.504 358.428 188.795 360.173 186.718 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M189.02 358.428C189.02 358.428 187.728 360.173 189.806 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M194.298 376.837C194.298 376.837 194.073 375.429 195.14 375.429C196.207 375.429 196.263 376.274 196.263 376.893C196.263 377.456 196.039 378.357 194.41 378.357C192.782 378.357 192.277 376.724 192.277 375.767C192.277 374.81 193.231 373.403 194.186 373.403V360.567H194.86C194.86 360.567 195.14 357.865 191.434 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M198.566 376.837C198.566 376.837 198.79 375.429 197.723 375.429C196.656 375.429 196.6 376.274 196.6 376.893C196.6 377.456 196.825 378.357 198.453 378.357C200.082 378.357 200.587 376.724 200.587 375.767C200.587 374.81 199.632 373.403 198.678 373.403V360.567H198.004C198.004 360.567 197.723 357.865 201.429 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M193.961 358.428C193.961 358.428 195.084 356.796 196.656 356.796C198.229 356.796 199.464 358.259 199.464 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M195.814 358.428C195.814 358.428 197.106 360.173 195.028 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M197.33 358.428C197.33 358.428 196.039 360.173 198.116 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M202.608 376.837C202.608 376.837 202.384 375.429 203.451 375.429C204.518 375.429 204.574 376.274 204.574 376.893C204.574 377.456 204.349 378.357 202.721 378.357C201.092 378.357 200.587 376.724 200.587 375.767C200.587 374.81 201.542 373.403 202.496 373.403V360.567H203.17C203.17 360.567 203.451 357.865 199.745 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M206.876 376.837C206.876 376.837 207.1 375.429 206.034 375.429C204.967 375.429 204.911 376.274 204.911 376.893C204.911 377.456 205.135 378.357 206.764 378.357C208.392 378.357 208.897 376.724 208.897 375.767C208.897 374.81 207.943 373.403 206.988 373.403V360.567H206.314C206.314 360.567 206.034 357.865 209.74 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M202.215 358.428C202.215 358.428 203.338 356.796 204.911 356.796C206.483 356.796 207.718 358.259 207.718 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M204.124 358.428C204.124 358.428 205.416 360.173 203.338 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M205.641 358.428C205.641 358.428 204.349 360.173 206.427 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M210.919 376.837C210.919 376.837 210.694 375.429 211.761 375.429C212.828 375.429 212.884 376.274 212.884 376.893C212.884 377.456 212.659 378.357 211.031 378.357C209.403 378.357 208.897 376.724 208.897 375.767C208.897 374.81 209.852 373.403 210.806 373.403V360.567H211.48C211.48 360.567 211.761 357.865 208.055 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M215.13 376.837C215.13 376.837 215.355 375.429 214.288 375.429C213.221 375.429 213.165 376.274 213.165 376.893C213.165 377.456 213.389 378.357 215.018 378.357C216.646 378.357 217.151 376.724 217.151 375.767C217.151 374.81 216.197 373.403 215.242 373.403V360.567H214.569C214.569 360.567 214.288 357.865 217.994 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M210.526 358.428C210.526 358.428 211.649 356.796 213.221 356.796C214.793 356.796 216.028 358.259 216.028 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M212.435 358.428C212.435 358.428 213.726 360.173 211.649 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M213.951 358.428C213.951 358.428 212.659 360.173 214.737 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M219.229 376.837C219.229 376.837 219.004 375.429 220.071 375.429C221.138 375.429 221.194 376.274 221.194 376.893C221.194 377.456 220.97 378.357 219.341 378.357C217.713 378.357 217.208 376.724 217.208 375.767C217.208 374.81 218.162 373.403 219.117 373.403V360.567H219.791C219.791 360.567 220.071 357.865 216.365 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M223.44 376.837C223.44 376.837 223.665 375.429 222.598 375.429C221.531 375.429 221.475 376.274 221.475 376.893C221.475 377.456 221.7 378.357 223.328 378.357C224.956 378.357 225.462 376.724 225.462 375.767C225.462 374.81 224.507 373.403 223.553 373.403V360.567H222.879C222.879 360.567 222.598 357.865 226.304 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M218.836 358.428C218.836 358.428 219.959 356.796 221.531 356.796C223.103 356.796 224.339 358.259 224.339 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M220.689 358.428C220.689 358.428 221.98 360.173 219.903 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M222.205 358.428C222.205 358.428 220.914 360.173 222.991 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M227.483 376.837C227.483 376.837 227.259 375.429 228.326 375.429C229.392 375.429 229.449 376.274 229.449 376.893C229.449 377.456 229.224 378.357 227.596 378.357C225.967 378.357 225.462 376.724 225.462 375.767C225.462 374.81 226.416 373.403 227.371 373.403V360.567H228.045C228.045 360.567 228.326 357.865 224.62 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M231.751 376.837C231.751 376.837 231.975 375.429 230.908 375.429C229.842 375.429 229.785 376.274 229.785 376.893C229.785 377.456 230.01 378.357 231.638 378.357C233.267 378.357 233.772 376.724 233.772 375.767C233.772 374.81 232.818 373.403 231.863 373.403V360.567H231.189C231.189 360.567 230.908 357.865 234.614 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M227.146 358.428C227.146 358.428 228.269 356.796 229.842 356.796C231.414 356.796 232.649 358.259 232.649 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M228.999 358.428C228.999 358.428 230.291 360.173 228.213 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M230.515 358.428C230.515 358.428 229.224 360.173 231.302 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M235.794 376.837C235.794 376.837 235.569 375.429 236.636 375.429C237.703 375.429 237.759 376.274 237.759 376.893C237.759 377.456 237.534 378.357 235.906 378.357C234.278 378.357 233.772 376.724 233.772 375.767C233.772 374.81 234.727 373.403 235.681 373.403V360.567H236.355C236.355 360.567 236.636 357.865 232.93 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M240.061 376.837C240.061 376.837 240.286 375.429 239.219 375.429C238.152 375.429 238.096 376.274 238.096 376.893C238.096 377.456 238.32 378.357 239.949 378.357C241.577 378.357 242.083 376.724 242.083 375.767C242.083 374.81 241.128 373.403 240.173 373.403V360.567H239.5C239.5 360.567 239.219 357.865 242.925 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M235.457 358.428C235.457 358.428 236.58 356.796 238.152 356.796C239.724 356.796 240.96 358.259 240.96 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M237.31 358.428C237.31 358.428 238.601 360.173 236.524 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M238.826 358.428C238.826 358.428 237.534 360.173 239.612 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M244.104 376.837C244.104 376.837 243.879 375.429 244.946 375.429C246.013 375.429 246.069 376.274 246.069 376.893C246.069 377.456 245.845 378.357 244.216 378.357C242.588 378.357 242.083 376.724 242.083 375.767C242.083 374.81 243.037 373.403 243.992 373.403V360.567H244.666C244.666 360.567 244.946 357.865 241.24 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M248.371 376.837C248.371 376.837 248.596 375.429 247.529 375.429C246.462 375.429 246.406 376.274 246.406 376.893C246.406 377.456 246.631 378.357 248.259 378.357C249.888 378.357 250.393 376.724 250.393 375.767C250.393 374.81 249.438 373.403 248.484 373.403V360.567H247.81C247.81 360.567 247.529 357.865 251.235 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M243.711 358.428C243.711 358.428 244.834 356.796 246.406 356.796C247.978 356.796 249.214 358.259 249.214 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M245.62 358.428C245.62 358.428 246.912 360.173 244.834 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M247.136 358.428C247.136 358.428 245.845 360.173 247.922 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M185.426 356.345C186.791 356.345 187.897 355.236 187.897 353.868C187.897 352.5 186.791 351.391 185.426 351.391C184.062 351.391 182.956 352.5 182.956 353.868C182.956 355.236 184.062 356.345 185.426 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M192.67 356.345C194.034 356.345 195.14 355.236 195.14 353.868C195.14 352.5 194.034 351.391 192.67 351.391C191.305 351.391 190.199 352.5 190.199 353.868C190.199 355.236 191.305 356.345 192.67 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M187.841 353.868H190.255" stroke="white" stroke-miterlimit="10" />
<path
d="M199.632 356.345C200.997 356.345 202.103 355.236 202.103 353.868C202.103 352.5 200.997 351.391 199.632 351.391C198.268 351.391 197.162 352.5 197.162 353.868C197.162 355.236 198.268 356.345 199.632 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M194.803 353.868H197.162" stroke="white" stroke-miterlimit="10" />
<path
d="M206.595 356.345C207.96 356.345 209.066 355.236 209.066 353.868C209.066 352.5 207.96 351.391 206.595 351.391C205.231 351.391 204.124 352.5 204.124 353.868C204.124 355.236 205.231 356.345 206.595 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M201.766 353.868H204.124" stroke="white" stroke-miterlimit="10" />
<path
d="M213.502 356.345C214.866 356.345 215.972 355.236 215.972 353.868C215.972 352.5 214.866 351.391 213.502 351.391C212.137 351.391 211.031 352.5 211.031 353.868C211.031 355.236 212.137 356.345 213.502 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M208.673 353.868H211.087" stroke="white" stroke-miterlimit="10" />
<path
d="M220.464 356.345C221.829 356.345 222.935 355.236 222.935 353.868C222.935 352.5 221.829 351.391 220.464 351.391C219.1 351.391 217.994 352.5 217.994 353.868C217.994 355.236 219.1 356.345 220.464 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M215.635 353.868H217.994" stroke="white" stroke-miterlimit="10" />
<path
d="M227.427 356.345C228.792 356.345 229.898 355.236 229.898 353.868C229.898 352.5 228.792 351.391 227.427 351.391C226.063 351.391 224.956 352.5 224.956 353.868C224.956 355.236 226.063 356.345 227.427 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M222.598 353.868H224.956" stroke="white" stroke-miterlimit="10" />
<path
d="M234.334 356.345C235.698 356.345 236.804 355.236 236.804 353.868C236.804 352.5 235.698 351.391 234.334 351.391C232.969 351.391 231.863 352.5 231.863 353.868C231.863 355.236 232.969 356.345 234.334 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M229.505 353.868H231.919" stroke="white" stroke-miterlimit="10" />
<path
d="M241.296 356.345C242.661 356.345 243.767 355.236 243.767 353.868C243.767 352.5 242.661 351.391 241.296 351.391C239.932 351.391 238.826 352.5 238.826 353.868C238.826 355.236 239.932 356.345 241.296 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M236.467 353.868H238.826" stroke="white" stroke-miterlimit="10" />
<path
d="M248.259 356.345C249.624 356.345 250.73 355.236 250.73 353.868C250.73 352.5 249.624 351.391 248.259 351.391C246.895 351.391 245.789 352.5 245.789 353.868C245.789 355.236 246.895 356.345 248.259 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M243.43 353.868H245.789" stroke="white" stroke-miterlimit="10" />
<path d="M178.969 259.631V254.902H258.816V259.124" stroke="white" stroke-miterlimit="10" />
<path d="M260.668 255.071H176.835V252.819H261.174L260.668 255.071Z" stroke="white" stroke-miterlimit="10" />
<path
d="M176.835 252.819H174.757V248.372L172.68 246.627L218.05 229.457L263.757 247.865L262.128 249.498V252.707H261.174"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M174.645 251.468L218.05 234.636L262.016 251.975" stroke="white" stroke-miterlimit="10" />
<path d="M179.586 252.594L218.05 237.113L257.805 253.045" stroke="white" stroke-miterlimit="10" />
<path d="M190.031 252.2L218.05 240.829L245.283 252.819" stroke="white" stroke-miterlimit="10" />
<path d="M347.759 380.214H279.535V387.476H347.759V380.214Z" stroke="white" stroke-miterlimit="10" />
<path
d="M315.865 259.631H315.528H276.447L280.265 263.459V280.122H282.736V379.877L315.528 380.102H315.697H315.865L348.657 379.877V280.122H351.128V263.459L354.946 259.631H315.865Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M291.495 380.214V277.195H339.28V379.708" stroke="white" stroke-miterlimit="10" />
<path d="M280.265 263.459H351.128" stroke="white" stroke-miterlimit="10" />
<path d="M277.458 260.926H353.823" stroke="white" stroke-miterlimit="10" />
<path d="M279.086 262.277H352.419" stroke="white" stroke-miterlimit="10" />
<path
d="M284.645 379.876V278.096H282.455V265.542H349.668V277.814H347.029V380.045"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M314.293 284.063H297.953V300.445H314.293V284.063Z" stroke="white" stroke-miterlimit="10" />
<path d="M333.833 284.063H317.493V300.445H333.833V284.063Z" stroke="white" stroke-miterlimit="10" />
<path d="M314.293 305.568H297.953V375.936H314.293V305.568Z" stroke="white" stroke-miterlimit="10" />
<path d="M333.833 305.568H317.493V375.936H333.833V305.568Z" stroke="white" stroke-miterlimit="10" />
<path d="M337.034 280.629H295.314V379.257H337.034V280.629Z" stroke="white" stroke-miterlimit="10" />
<path d="M295.707 301.908H336.865" stroke="white" stroke-miterlimit="10" />
<path d="M295.707 304.047H336.865" stroke="white" stroke-miterlimit="10" />
<path d="M347.703 351.166H279.535V378.863H347.703V351.166Z" stroke="white" stroke-miterlimit="10" />
<path d="M279.591 356.74H347.647" stroke="white" stroke-miterlimit="10" />
<path
d="M282.624 376.837C282.624 376.837 282.399 375.429 283.466 375.429C284.533 375.429 284.589 376.274 284.589 376.893C284.589 377.456 284.364 378.357 282.736 378.357C281.108 378.357 280.602 376.724 280.602 375.767C280.602 374.81 281.557 373.403 282.511 373.403V360.567H283.185C283.185 360.567 283.466 357.865 279.76 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M286.891 376.837C286.891 376.837 287.116 375.429 286.049 375.429C284.982 375.429 284.926 376.274 284.926 376.893C284.926 377.456 285.15 378.357 286.779 378.357C288.407 378.357 288.913 376.724 288.913 375.767C288.913 374.81 287.958 373.403 287.003 373.403V360.567H286.33C286.33 360.567 286.049 357.865 289.755 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M281.838 360.568H287.509" stroke="white" stroke-miterlimit="10" />
<path
d="M282.287 358.428C282.287 358.428 283.41 356.796 284.982 356.796C286.554 356.796 287.79 358.259 287.79 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M284.14 358.428C284.14 358.428 285.431 360.173 283.354 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M285.656 358.428C285.656 358.428 284.364 360.173 286.442 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M290.934 376.837C290.934 376.837 290.709 375.429 291.776 375.429C292.843 375.429 292.899 376.274 292.899 376.893C292.899 377.456 292.675 378.357 291.046 378.357C289.418 378.357 288.913 376.724 288.913 375.767C288.913 374.81 289.867 373.403 290.822 373.403V360.567H291.496C291.496 360.567 291.776 357.865 288.07 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M295.201 376.837C295.201 376.837 295.426 375.429 294.359 375.429C293.292 375.429 293.236 376.274 293.236 376.893C293.236 377.456 293.461 378.357 295.089 378.357C296.718 378.357 297.223 376.724 297.223 375.767C297.223 374.81 296.268 373.403 295.314 373.403V360.567H294.64C294.64 360.567 294.359 357.865 298.065 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M290.597 358.428C290.597 358.428 291.72 356.796 293.292 356.796C294.865 356.796 296.1 358.259 296.1 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M292.45 358.428C292.45 358.428 293.742 360.173 291.664 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M293.966 358.428C293.966 358.428 292.675 360.173 294.752 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M299.244 376.837C299.244 376.837 299.02 375.429 300.087 375.429C301.153 375.429 301.21 376.274 301.21 376.893C301.21 377.456 300.985 378.357 299.357 378.357C297.728 378.357 297.223 376.724 297.223 375.767C297.223 374.81 298.177 373.403 299.132 373.403V360.567H299.806C299.806 360.567 300.087 357.865 296.381 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M303.512 376.837C303.512 376.837 303.736 375.429 302.67 375.429C301.603 375.429 301.547 376.274 301.547 376.893C301.547 377.456 301.771 378.357 303.399 378.357C305.028 378.357 305.533 376.724 305.533 375.767C305.533 374.81 304.579 373.403 303.624 373.403V360.567H302.95C302.95 360.567 302.67 357.865 306.375 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M298.851 358.428C298.851 358.428 299.974 356.796 301.547 356.796C303.119 356.796 304.354 358.259 304.354 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M300.76 358.428C300.76 358.428 302.052 360.173 299.974 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M302.277 358.428C302.277 358.428 300.985 360.173 303.063 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M307.555 376.837C307.555 376.837 307.33 375.429 308.397 375.429C309.464 375.429 309.52 376.274 309.52 376.893C309.52 377.456 309.295 378.357 307.667 378.357C306.039 378.357 305.533 376.724 305.533 375.767C305.533 374.81 306.488 373.403 307.442 373.403V360.567H308.116C308.116 360.567 308.397 357.865 304.691 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M311.766 376.837C311.766 376.837 311.991 375.429 310.924 375.429C309.857 375.429 309.801 376.274 309.801 376.893C309.801 377.456 310.025 378.357 311.654 378.357C313.282 378.357 313.787 376.724 313.787 375.767C313.787 374.81 312.833 373.403 311.878 373.403V360.567H311.261C311.261 360.567 310.98 357.865 314.686 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M307.162 358.428C307.162 358.428 308.285 356.796 309.857 356.796C311.429 356.796 312.664 358.259 312.664 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M309.015 358.428C309.015 358.428 310.306 360.173 308.229 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M310.587 358.428C310.587 358.428 309.295 360.173 311.373 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M315.865 376.837C315.865 376.837 315.64 375.429 316.707 375.429C317.774 375.429 317.83 376.274 317.83 376.893C317.83 377.456 317.606 378.357 315.977 378.357C314.349 378.357 313.844 376.724 313.844 375.767C313.844 374.81 314.798 373.403 315.753 373.403V360.567H316.427C316.427 360.567 316.707 357.865 313.001 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M320.076 376.837C320.076 376.837 320.301 375.429 319.234 375.429C318.167 375.429 318.111 376.274 318.111 376.893C318.111 377.456 318.336 378.357 319.964 378.357C321.592 378.357 322.098 376.724 322.098 375.767C322.098 374.81 321.143 373.403 320.189 373.403V360.567H319.515C319.515 360.567 319.234 357.865 322.94 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M315.472 358.428C315.472 358.428 316.595 356.796 318.167 356.796C319.739 356.796 320.975 358.259 320.975 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M317.325 358.428C317.325 358.428 318.616 360.173 316.539 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M318.841 358.428C318.841 358.428 317.55 360.173 319.627 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M324.119 376.837C324.119 376.837 323.895 375.429 324.961 375.429C326.028 375.429 326.084 376.274 326.084 376.893C326.084 377.456 325.86 378.357 324.232 378.357C322.603 378.357 322.098 376.724 322.098 375.767C322.098 374.81 323.052 373.403 324.007 373.403V360.567H324.681C324.681 360.567 324.961 357.865 321.255 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M328.387 376.837C328.387 376.837 328.611 375.429 327.545 375.429C326.478 375.429 326.422 376.274 326.422 376.893C326.422 377.456 326.646 378.357 328.274 378.357C329.903 378.357 330.408 376.724 330.408 375.767C330.408 374.81 329.454 373.403 328.499 373.403V360.567H327.825C327.825 360.567 327.545 357.865 331.25 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M323.782 358.428C323.782 358.428 324.905 356.796 326.478 356.796C328.05 356.796 329.285 358.259 329.285 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M325.635 358.428C325.635 358.428 326.927 360.173 324.849 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M327.151 358.428C327.151 358.428 325.86 360.173 327.938 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M332.43 376.837C332.43 376.837 332.205 375.429 333.272 375.429C334.339 375.429 334.395 376.274 334.395 376.893C334.395 377.456 334.17 378.357 332.542 378.357C330.914 378.357 330.408 376.724 330.408 375.767C330.408 374.81 331.363 373.403 332.317 373.403V360.567H332.991C332.991 360.567 333.272 357.865 329.566 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M336.697 376.837C336.697 376.837 336.922 375.429 335.855 375.429C334.788 375.429 334.732 376.274 334.732 376.893C334.732 377.456 334.956 378.357 336.585 378.357C338.213 378.357 338.719 376.724 338.719 375.767C338.719 374.81 337.764 373.403 336.809 373.403V360.567H336.136C336.136 360.567 335.855 357.865 339.561 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M332.093 358.428C332.093 358.428 333.216 356.796 334.788 356.796C336.36 356.796 337.596 358.259 337.596 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M333.946 358.428C333.946 358.428 335.237 360.173 333.16 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M335.462 358.428C335.462 358.428 334.17 360.173 336.248 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M340.74 376.837C340.74 376.837 340.515 375.429 341.582 375.429C342.649 375.429 342.705 376.274 342.705 376.893C342.705 377.456 342.481 378.357 340.852 378.357C339.224 378.357 338.718 376.724 338.718 375.767C338.718 374.81 339.673 373.403 340.628 373.403V360.567H341.301C341.301 360.567 341.582 357.865 337.876 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M345.008 376.837C345.008 376.837 345.232 375.429 344.165 375.429C343.098 375.429 343.042 376.274 343.042 376.893C343.042 377.456 343.267 378.357 344.895 378.357C346.524 378.357 347.029 376.724 347.029 375.767C347.029 374.81 346.074 373.403 345.12 373.403V360.567H344.446C344.446 360.567 344.165 357.865 347.871 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M340.347 358.428C340.347 358.428 341.47 356.796 343.042 356.796C344.614 356.796 345.85 358.259 345.85 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M342.256 358.428C342.256 358.428 343.548 360.173 341.47 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M343.772 358.428C343.772 358.428 342.481 360.173 344.558 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M282.062 356.345C283.427 356.345 284.533 355.236 284.533 353.868C284.533 352.5 283.427 351.391 282.062 351.391C280.698 351.391 279.591 352.5 279.591 353.868C279.591 355.236 280.698 356.345 282.062 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M289.306 356.345C290.67 356.345 291.776 355.236 291.776 353.868C291.776 352.5 290.67 351.391 289.306 351.391C287.941 351.391 286.835 352.5 286.835 353.868C286.835 355.236 287.941 356.345 289.306 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M284.477 353.868H286.891" stroke="white" stroke-miterlimit="10" />
<path
d="M296.268 356.345C297.633 356.345 298.739 355.236 298.739 353.868C298.739 352.5 297.633 351.391 296.268 351.391C294.904 351.391 293.798 352.5 293.798 353.868C293.798 355.236 294.904 356.345 296.268 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M291.439 353.868H293.798" stroke="white" stroke-miterlimit="10" />
<path
d="M303.231 356.345C304.596 356.345 305.702 355.236 305.702 353.868C305.702 352.5 304.596 351.391 303.231 351.391C301.867 351.391 300.76 352.5 300.76 353.868C300.76 355.236 301.867 356.345 303.231 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M298.402 353.868H300.76" stroke="white" stroke-miterlimit="10" />
<path
d="M310.138 356.345C311.502 356.345 312.608 355.236 312.608 353.868C312.608 352.5 311.502 351.391 310.138 351.391C308.773 351.391 307.667 352.5 307.667 353.868C307.667 355.236 308.773 356.345 310.138 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M305.309 353.868H307.723" stroke="white" stroke-miterlimit="10" />
<path
d="M317.1 356.345C318.465 356.345 319.571 355.236 319.571 353.868C319.571 352.5 318.465 351.391 317.1 351.391C315.736 351.391 314.63 352.5 314.63 353.868C314.63 355.236 315.736 356.345 317.1 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M312.271 353.868H314.63" stroke="white" stroke-miterlimit="10" />
<path
d="M324.063 356.345C325.428 356.345 326.534 355.236 326.534 353.868C326.534 352.5 325.428 351.391 324.063 351.391C322.699 351.391 321.592 352.5 321.592 353.868C321.592 355.236 322.699 356.345 324.063 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M319.234 353.868H321.592" stroke="white" stroke-miterlimit="10" />
<path
d="M330.97 356.345C332.334 356.345 333.44 355.236 333.44 353.868C333.44 352.5 332.334 351.391 330.97 351.391C329.605 351.391 328.499 352.5 328.499 353.868C328.499 355.236 329.605 356.345 330.97 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M326.141 353.868H328.555" stroke="white" stroke-miterlimit="10" />
<path
d="M337.932 356.345C339.297 356.345 340.403 355.236 340.403 353.868C340.403 352.5 339.297 351.391 337.932 351.391C336.568 351.391 335.462 352.5 335.462 353.868C335.462 355.236 336.568 356.345 337.932 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M333.103 353.868H335.462" stroke="white" stroke-miterlimit="10" />
<path
d="M344.895 356.345C346.26 356.345 347.366 355.236 347.366 353.868C347.366 352.5 346.26 351.391 344.895 351.391C343.531 351.391 342.425 352.5 342.425 353.868C342.425 355.236 343.531 356.345 344.895 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M340.066 353.868H342.425" stroke="white" stroke-miterlimit="10" />
<path d="M275.605 259.631V254.902H355.452V259.124" stroke="white" stroke-miterlimit="10" />
<path d="M357.305 255.071H273.471V252.819H357.81L357.305 255.071Z" stroke="white" stroke-miterlimit="10" />
<path
d="M273.471 252.819H271.393V248.372L269.316 246.627L314.686 229.457L360.393 247.865L358.764 249.498V252.707H357.81"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M271.281 251.468L314.686 234.636L358.652 251.975" stroke="white" stroke-miterlimit="10" />
<path d="M276.222 252.594L314.686 237.113L354.441 253.045" stroke="white" stroke-miterlimit="10" />
<path d="M286.667 252.2L314.686 240.829L341.919 252.819" stroke="white" stroke-miterlimit="10" />
<path d="M461.633 380.214H393.41V387.476H461.633V380.214Z" stroke="white" stroke-miterlimit="10" />
<path
d="M429.796 259.631H429.403H390.321L394.14 263.459V280.122H396.61V379.877L429.403 380.102H429.571H429.796L462.588 379.877V280.122H465.002V263.459L468.821 259.631H429.796Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M405.37 380.214V277.195H453.211V379.708" stroke="white" stroke-miterlimit="10" />
<path d="M394.14 263.459H465.002" stroke="white" stroke-miterlimit="10" />
<path d="M391.332 260.926H467.697" stroke="white" stroke-miterlimit="10" />
<path d="M393.017 262.277H466.294" stroke="white" stroke-miterlimit="10" />
<path
d="M398.519 379.876V278.096H396.386V265.542H463.542V277.814H460.903V380.045"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M428.167 284.063H411.827V300.445H428.167V284.063Z" stroke="white" stroke-miterlimit="10" />
<path d="M447.708 284.063H431.368V300.445H447.708V284.063Z" stroke="white" stroke-miterlimit="10" />
<path d="M428.167 305.568H411.827V375.936H428.167V305.568Z" stroke="white" stroke-miterlimit="10" />
<path d="M447.708 305.568H431.368V375.936H447.708V305.568Z" stroke="white" stroke-miterlimit="10" />
<path d="M450.908 280.629H409.188V379.257H450.908V280.629Z" stroke="white" stroke-miterlimit="10" />
<path d="M409.581 301.908H450.796" stroke="white" stroke-miterlimit="10" />
<path d="M409.581 304.047H450.796" stroke="white" stroke-miterlimit="10" />
<path d="M461.577 351.166H393.41V378.863H461.577V351.166Z" stroke="white" stroke-miterlimit="10" />
<path d="M393.522 356.74H461.577" stroke="white" stroke-miterlimit="10" />
<path
d="M396.554 376.837C396.554 376.837 396.33 375.429 397.396 375.429C398.463 375.429 398.519 376.274 398.519 376.893C398.519 377.456 398.295 378.357 396.666 378.357C395.038 378.357 394.533 376.724 394.533 375.767C394.533 374.81 395.487 373.403 396.442 373.403V360.567H397.116C397.116 360.567 397.396 357.865 393.69 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M400.765 376.837C400.765 376.837 400.99 375.429 399.923 375.429C398.856 375.429 398.8 376.274 398.8 376.893C398.8 377.456 399.025 378.357 400.653 378.357C402.282 378.357 402.787 376.724 402.787 375.767C402.787 374.81 401.832 373.403 400.878 373.403V360.567H400.204C400.204 360.567 399.923 357.865 403.629 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M395.712 360.568H401.383" stroke="white" stroke-miterlimit="10" />
<path
d="M396.161 358.428C396.161 358.428 397.284 356.796 398.856 356.796C400.429 356.796 401.664 358.259 401.664 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M398.014 358.428C398.014 358.428 399.305 360.173 397.228 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M399.53 358.428C399.53 358.428 398.239 360.173 400.316 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M404.808 376.837C404.808 376.837 404.584 375.429 405.651 375.429C406.717 375.429 406.774 376.274 406.774 376.893C406.774 377.456 406.549 378.357 404.921 378.357C403.292 378.357 402.787 376.724 402.787 375.767C402.787 374.81 403.741 373.403 404.696 373.403V360.567H405.37C405.37 360.567 405.651 357.865 401.945 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M409.076 376.837C409.076 376.837 409.3 375.429 408.234 375.429C407.167 375.429 407.111 376.274 407.111 376.893C407.111 377.456 407.335 378.357 408.964 378.357C410.592 378.357 411.097 376.724 411.097 375.767C411.097 374.81 410.143 373.403 409.188 373.403V360.567H408.514C408.514 360.567 408.234 357.865 411.94 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M404.471 358.428C404.471 358.428 405.594 356.796 407.167 356.796C408.739 356.796 409.974 358.259 409.974 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M406.324 358.428C406.324 358.428 407.616 360.173 405.538 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M407.841 358.428C407.841 358.428 406.549 360.173 408.627 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M413.119 376.837C413.119 376.837 412.894 375.429 413.961 375.429C415.028 375.429 415.084 376.274 415.084 376.893C415.084 377.456 414.859 378.357 413.231 378.357C411.603 378.357 411.097 376.724 411.097 375.767C411.097 374.81 412.052 373.403 413.006 373.403V360.567H413.68C413.68 360.567 413.961 357.865 410.255 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M417.386 376.837C417.386 376.837 417.611 375.429 416.544 375.429C415.477 375.429 415.421 376.274 415.421 376.893C415.421 377.456 415.645 378.357 417.274 378.357C418.902 378.357 419.408 376.724 419.408 375.767C419.408 374.81 418.453 373.403 417.499 373.403V360.567H416.825C416.825 360.567 416.544 357.865 420.25 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M412.782 358.428C412.782 358.428 413.905 356.796 415.477 356.796C417.049 356.796 418.285 358.259 418.285 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M414.635 358.428C414.635 358.428 415.926 360.173 413.849 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M416.151 358.428C416.151 358.428 414.859 360.173 416.937 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M421.429 376.837C421.429 376.837 421.204 375.429 422.271 375.429C423.338 375.429 423.394 376.274 423.394 376.893C423.394 377.456 423.17 378.357 421.541 378.357C419.913 378.357 419.408 376.724 419.408 375.767C419.408 374.81 420.362 373.403 421.317 373.403V360.567H421.991C421.991 360.567 422.271 357.865 418.565 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M425.696 376.837C425.696 376.837 425.921 375.429 424.854 375.429C423.787 375.429 423.731 376.274 423.731 376.893C423.731 377.456 423.956 378.357 425.584 378.357C427.213 378.357 427.718 376.724 427.718 375.767C427.718 374.81 426.763 373.403 425.809 373.403V360.567H425.135C425.135 360.567 424.854 357.865 428.56 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M421.092 358.428C421.092 358.428 422.215 356.796 423.787 356.796C425.36 356.796 426.595 358.259 426.595 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M422.945 358.428C422.945 358.428 424.237 360.173 422.159 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M424.461 358.428C424.461 358.428 423.17 360.173 425.247 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M429.739 376.837C429.739 376.837 429.515 375.429 430.582 375.429C431.649 375.429 431.705 376.274 431.705 376.893C431.705 377.456 431.48 378.357 429.852 378.357C428.223 378.357 427.718 376.724 427.718 375.767C427.718 374.81 428.673 373.403 429.627 373.403V360.567H430.301C430.301 360.567 430.582 357.865 426.876 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M434.007 376.837C434.007 376.837 434.232 375.429 433.165 375.429C432.098 375.429 432.042 376.274 432.042 376.893C432.042 377.456 432.266 378.357 433.895 378.357C435.523 378.357 436.028 376.724 436.028 375.767C436.028 374.81 435.074 373.403 434.119 373.403V360.567H433.445C433.445 360.567 433.165 357.865 436.871 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M429.346 358.428C429.346 358.428 430.469 356.796 432.042 356.796C433.614 356.796 434.849 358.259 434.849 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M431.255 358.428C431.255 358.428 432.547 360.173 430.469 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M432.772 358.428C432.772 358.428 431.48 360.173 433.558 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M438.05 376.837C438.05 376.837 437.825 375.429 438.892 375.429C439.959 375.429 440.015 376.274 440.015 376.893C440.015 377.456 439.79 378.357 438.162 378.357C436.534 378.357 436.028 376.724 436.028 375.767C436.028 374.81 436.983 373.403 437.937 373.403V360.567H438.611C438.611 360.567 438.892 357.865 435.186 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M442.261 376.837C442.261 376.837 442.486 375.429 441.419 375.429C440.352 375.429 440.296 376.274 440.296 376.893C440.296 377.456 440.52 378.357 442.149 378.357C443.777 378.357 444.283 376.724 444.283 375.767C444.283 374.81 443.328 373.403 442.373 373.403V360.567H441.7C441.7 360.567 441.419 357.865 445.125 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M437.657 358.428C437.657 358.428 438.78 356.796 440.352 356.796C441.924 356.796 443.16 358.259 443.16 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M439.51 358.428C439.51 358.428 440.801 360.173 438.724 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M441.026 358.428C441.026 358.428 439.734 360.173 441.812 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M446.36 376.837C446.36 376.837 446.136 375.429 447.202 375.429C448.269 375.429 448.325 376.274 448.325 376.893C448.325 377.456 448.101 378.357 446.472 378.357C444.844 378.357 444.339 376.724 444.339 375.767C444.339 374.81 445.293 373.403 446.248 373.403V360.567H446.922C446.922 360.567 447.202 357.865 443.496 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M450.571 376.837C450.571 376.837 450.796 375.429 449.729 375.429C448.662 375.429 448.606 376.274 448.606 376.893C448.606 377.456 448.831 378.357 450.459 378.357C452.088 378.357 452.593 376.724 452.593 375.767C452.593 374.81 451.638 373.403 450.684 373.403V360.567H450.01C450.01 360.567 449.729 357.865 453.435 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M445.967 358.428C445.967 358.428 447.09 356.796 448.662 356.796C450.234 356.796 451.47 358.259 451.47 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M447.82 358.428C447.82 358.428 449.112 360.173 447.034 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M449.336 358.428C449.336 358.428 448.045 360.173 450.122 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M454.614 376.837C454.614 376.837 454.39 375.429 455.457 375.429C456.523 375.429 456.58 376.274 456.58 376.893C456.58 377.456 456.355 378.357 454.727 378.357C453.098 378.357 452.593 376.724 452.593 375.767C452.593 374.81 453.547 373.403 454.502 373.403V360.567H455.176C455.176 360.567 455.457 357.865 451.751 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M458.882 376.837C458.882 376.837 459.107 375.429 458.04 375.429C456.973 375.429 456.917 376.274 456.917 376.893C456.917 377.456 457.141 378.357 458.77 378.357C460.398 378.357 460.903 376.724 460.903 375.767C460.903 374.81 459.949 373.403 458.994 373.403V360.567H458.32C458.32 360.567 458.04 357.865 461.746 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M454.277 358.428C454.277 358.428 455.4 356.796 456.973 356.796C458.545 356.796 459.78 358.259 459.78 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M456.131 358.428C456.131 358.428 457.422 360.173 455.344 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M457.646 358.428C457.646 358.428 456.355 360.173 458.433 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M395.936 356.345C397.301 356.345 398.407 355.236 398.407 353.868C398.407 352.5 397.301 351.391 395.936 351.391C394.572 351.391 393.466 352.5 393.466 353.868C393.466 355.236 394.572 356.345 395.936 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M403.236 356.345C404.601 356.345 405.707 355.236 405.707 353.868C405.707 352.5 404.601 351.391 403.236 351.391C401.872 351.391 400.766 352.5 400.766 353.868C400.766 355.236 401.872 356.345 403.236 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M398.407 353.868H400.765" stroke="white" stroke-miterlimit="10" />
<path
d="M410.143 356.345C411.507 356.345 412.613 355.236 412.613 353.868C412.613 352.5 411.507 351.391 410.143 351.391C408.778 351.391 407.672 352.5 407.672 353.868C407.672 355.236 408.778 356.345 410.143 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M405.314 353.868H407.728" stroke="white" stroke-miterlimit="10" />
<path
d="M417.105 356.345C418.47 356.345 419.576 355.236 419.576 353.868C419.576 352.5 418.47 351.391 417.105 351.391C415.741 351.391 414.635 352.5 414.635 353.868C414.635 355.236 415.741 356.345 417.105 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M412.276 353.868H414.635" stroke="white" stroke-miterlimit="10" />
<path
d="M424.068 356.345C425.433 356.345 426.539 355.236 426.539 353.868C426.539 352.5 425.433 351.391 424.068 351.391C422.704 351.391 421.598 352.5 421.598 353.868C421.598 355.236 422.704 356.345 424.068 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M419.239 353.868H421.598" stroke="white" stroke-miterlimit="10" />
<path
d="M430.975 356.345C432.339 356.345 433.445 355.236 433.445 353.868C433.445 352.5 432.339 351.391 430.975 351.391C429.61 351.391 428.504 352.5 428.504 353.868C428.504 355.236 429.61 356.345 430.975 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M426.146 353.868H428.56" stroke="white" stroke-miterlimit="10" />
<path
d="M437.937 356.345C439.302 356.345 440.408 355.236 440.408 353.868C440.408 352.5 439.302 351.391 437.937 351.391C436.573 351.391 435.467 352.5 435.467 353.868C435.467 355.236 436.573 356.345 437.937 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M433.109 353.868H435.467" stroke="white" stroke-miterlimit="10" />
<path
d="M444.9 356.345C446.265 356.345 447.371 355.236 447.371 353.868C447.371 352.5 446.265 351.391 444.9 351.391C443.536 351.391 442.43 352.5 442.43 353.868C442.43 355.236 443.536 356.345 444.9 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M440.071 353.868H442.429" stroke="white" stroke-miterlimit="10" />
<path
d="M451.807 356.345C453.171 356.345 454.277 355.236 454.277 353.868C454.277 352.5 453.171 351.391 451.807 351.391C450.442 351.391 449.336 352.5 449.336 353.868C449.336 355.236 450.442 356.345 451.807 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M446.978 353.868H449.392" stroke="white" stroke-miterlimit="10" />
<path
d="M458.77 356.345C460.134 356.345 461.24 355.236 461.24 353.868C461.24 352.5 460.134 351.391 458.77 351.391C457.405 351.391 456.299 352.5 456.299 353.868C456.299 355.236 457.405 356.345 458.77 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M453.941 353.868H456.299" stroke="white" stroke-miterlimit="10" />
<path d="M389.479 259.631V254.902H469.326V259.124" stroke="white" stroke-miterlimit="10" />
<path d="M471.179 255.071H387.401V252.819H471.684L471.179 255.071Z" stroke="white" stroke-miterlimit="10" />
<path
d="M387.402 252.819H385.268V248.372L383.19 246.627L428.56 229.457L474.267 247.865L472.695 249.498V252.707H471.684"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M385.155 251.468L428.56 234.636L472.527 251.975" stroke="white" stroke-miterlimit="10" />
<path d="M390.097 252.594L428.56 237.113L468.371 253.045" stroke="white" stroke-miterlimit="10" />
<path d="M400.541 252.2L428.56 240.829L455.793 252.819" stroke="white" stroke-miterlimit="10" />
<path d="M560.291 380.214H492.067V387.476H560.291V380.214Z" stroke="white" stroke-miterlimit="10" />
<path
d="M528.397 259.631H528.06H488.979L492.797 263.459V280.122H495.268V379.877L528.06 380.102H528.228H528.397L561.189 379.877V280.122H563.66V263.459L567.478 259.631H528.397Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M503.971 380.214V277.195H551.812V379.708" stroke="white" stroke-miterlimit="10" />
<path d="M492.797 263.459H563.66" stroke="white" stroke-miterlimit="10" />
<path d="M489.99 260.926H566.299" stroke="white" stroke-miterlimit="10" />
<path d="M491.618 262.277H564.951" stroke="white" stroke-miterlimit="10" />
<path
d="M497.121 379.876V278.096H494.987V265.542H562.2V277.814H559.561V380.045"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M526.768 284.063H510.428V300.445H526.768V284.063Z" stroke="white" stroke-miterlimit="10" />
<path d="M546.365 284.063H530.025V300.445H546.365V284.063Z" stroke="white" stroke-miterlimit="10" />
<path d="M526.768 305.568H510.428V375.936H526.768V305.568Z" stroke="white" stroke-miterlimit="10" />
<path d="M546.365 305.568H530.025V375.936H546.365V305.568Z" stroke="white" stroke-miterlimit="10" />
<path d="M549.566 280.629H507.845V379.257H549.566V280.629Z" stroke="white" stroke-miterlimit="10" />
<path d="M508.239 301.908H549.397" stroke="white" stroke-miterlimit="10" />
<path d="M508.239 304.047H549.397" stroke="white" stroke-miterlimit="10" />
<path d="M560.234 351.166H492.067V378.863H560.234V351.166Z" stroke="white" stroke-miterlimit="10" />
<path d="M492.123 356.74H560.178" stroke="white" stroke-miterlimit="10" />
<path
d="M495.155 376.837C495.155 376.837 494.931 375.429 495.998 375.429C497.064 375.429 497.121 376.274 497.121 376.893C497.121 377.456 496.896 378.357 495.268 378.357C493.639 378.357 493.134 376.724 493.134 375.767C493.134 374.81 494.088 373.403 495.043 373.403V360.567H495.717C495.717 360.567 495.998 357.865 492.292 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M499.423 376.837C499.423 376.837 499.647 375.429 498.581 375.429C497.514 375.429 497.458 376.274 497.458 376.893C497.458 377.456 497.682 378.357 499.311 378.357C500.939 378.357 501.444 376.724 501.444 375.767C501.444 374.81 500.49 373.403 499.535 373.403V360.567H498.861C498.861 360.567 498.581 357.865 502.287 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M494.369 360.568H499.984" stroke="white" stroke-miterlimit="10" />
<path
d="M494.818 358.428C494.818 358.428 495.941 356.796 497.514 356.796C499.086 356.796 500.321 358.259 500.321 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M496.671 358.428C496.671 358.428 497.963 360.173 495.885 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M498.187 358.428C498.187 358.428 496.896 360.173 498.974 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M503.466 376.837C503.466 376.837 503.241 375.429 504.308 375.429C505.375 375.429 505.431 376.274 505.431 376.893C505.431 377.456 505.206 378.357 503.578 378.357C501.95 378.357 501.444 376.724 501.444 375.767C501.444 374.81 502.399 373.403 503.353 373.403V360.567H504.027C504.027 360.567 504.308 357.865 500.602 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M507.733 376.837C507.733 376.837 507.958 375.429 506.891 375.429C505.824 375.429 505.768 376.274 505.768 376.893C505.768 377.456 505.993 378.357 507.621 378.357C509.249 378.357 509.755 376.724 509.755 375.767C509.755 374.81 508.8 373.403 507.845 373.403V360.567H507.172C507.172 360.567 506.891 357.865 510.597 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M503.073 358.428C503.073 358.428 504.196 356.796 505.768 356.796C507.34 356.796 508.575 358.259 508.575 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M504.982 358.428C504.982 358.428 506.273 360.173 504.196 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M506.498 358.428C506.498 358.428 505.206 360.173 507.284 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M511.776 376.837C511.776 376.837 511.551 375.429 512.618 375.429C513.685 375.429 513.741 376.274 513.741 376.893C513.741 377.456 513.517 378.357 511.888 378.357C510.26 378.357 509.755 376.724 509.755 375.767C509.755 374.81 510.709 373.403 511.664 373.403V360.567H512.338C512.338 360.567 512.618 357.865 508.912 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M515.987 376.837C515.987 376.837 516.212 375.429 515.145 375.429C514.078 375.429 514.022 376.274 514.022 376.893C514.022 377.456 514.247 378.357 515.875 378.357C517.503 378.357 518.009 376.724 518.009 375.767C518.009 374.81 517.054 373.403 516.1 373.403V360.567H515.426C515.426 360.567 515.145 357.865 518.851 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M511.383 358.428C511.383 358.428 512.506 356.796 514.078 356.796C515.651 356.796 516.886 358.259 516.886 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M513.236 358.428C513.236 358.428 514.527 360.173 512.45 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M514.808 358.428C514.808 358.428 513.517 360.173 515.594 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M520.086 376.837C520.086 376.837 519.862 375.429 520.929 375.429C521.996 375.429 522.052 376.274 522.052 376.893C522.052 377.456 521.827 378.357 520.199 378.357C518.57 378.357 518.065 376.724 518.065 375.767C518.065 374.81 519.02 373.403 519.974 373.403V360.567H520.648C520.648 360.567 520.929 357.865 517.223 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M524.298 376.837C524.298 376.837 524.522 375.429 523.455 375.429C522.389 375.429 522.332 376.274 522.332 376.893C522.332 377.456 522.557 378.357 524.185 378.357C525.814 378.357 526.319 376.724 526.319 375.767C526.319 374.81 525.365 373.403 524.41 373.403V360.567H523.736C523.736 360.567 523.455 357.865 527.161 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M519.693 358.428C519.693 358.428 520.816 356.796 522.389 356.796C523.961 356.796 525.196 358.259 525.196 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M521.546 358.428C521.546 358.428 522.838 360.173 520.76 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M523.062 358.428C523.062 358.428 521.771 360.173 523.849 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M528.341 376.837C528.341 376.837 528.116 375.429 529.183 375.429C530.25 375.429 530.306 376.274 530.306 376.893C530.306 377.456 530.081 378.357 528.453 378.357C526.825 378.357 526.319 376.724 526.319 375.767C526.319 374.81 527.274 373.403 528.228 373.403V360.567H528.902C528.902 360.567 529.183 357.865 525.477 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M532.608 376.837C532.608 376.837 532.833 375.429 531.766 375.429C530.699 375.429 530.643 376.274 530.643 376.893C530.643 377.456 530.867 378.357 532.496 378.357C534.124 378.357 534.63 376.724 534.63 375.767C534.63 374.81 533.675 373.403 532.72 373.403V360.567H532.047C532.047 360.567 531.766 357.865 535.472 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M528.004 358.428C528.004 358.428 529.127 356.796 530.699 356.796C532.271 356.796 533.506 358.259 533.506 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M529.857 358.428C529.857 358.428 531.148 360.173 529.071 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M531.373 358.428C531.373 358.428 530.081 360.173 532.159 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M536.651 376.837C536.651 376.837 536.426 375.429 537.493 375.429C538.56 375.429 538.616 376.274 538.616 376.893C538.616 377.456 538.392 378.357 536.763 378.357C535.135 378.357 534.629 376.724 534.629 375.767C534.629 374.81 535.584 373.403 536.539 373.403V360.567H537.212C537.212 360.567 537.493 357.865 533.787 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M540.918 376.837C540.918 376.837 541.143 375.429 540.076 375.429C539.009 375.429 538.953 376.274 538.953 376.893C538.953 377.456 539.178 378.357 540.806 378.357C542.434 378.357 542.94 376.724 542.94 375.767C542.94 374.81 541.985 373.403 541.031 373.403V360.567H540.357C540.357 360.567 540.076 357.865 543.782 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M536.314 358.428C536.314 358.428 537.437 356.796 539.009 356.796C540.581 356.796 541.817 358.259 541.817 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M538.167 358.428C538.167 358.428 539.458 360.173 537.381 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M539.683 358.428C539.683 358.428 538.392 360.173 540.469 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M544.961 376.837C544.961 376.837 544.737 375.429 545.804 375.429C546.87 375.429 546.927 376.274 546.927 376.893C546.927 377.456 546.702 378.357 545.074 378.357C543.445 378.357 542.94 376.724 542.94 375.767C542.94 374.81 543.894 373.403 544.849 373.403V360.567H545.523C545.523 360.567 545.804 357.865 542.098 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M549.229 376.837C549.229 376.837 549.453 375.429 548.386 375.429C547.32 375.429 547.263 376.274 547.263 376.893C547.263 377.456 547.488 378.357 549.116 378.357C550.745 378.357 551.25 376.724 551.25 375.767C551.25 374.81 550.296 373.403 549.341 373.403V360.567H548.667C548.667 360.567 548.386 357.865 552.092 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M544.568 358.428C544.568 358.428 545.691 356.796 547.263 356.796C548.836 356.796 550.071 358.259 550.071 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M546.477 358.428C546.477 358.428 547.769 360.173 545.691 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M547.993 358.428C547.993 358.428 546.702 360.173 548.78 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M553.272 376.837C553.272 376.837 553.047 375.429 554.114 375.429C555.181 375.429 555.237 376.274 555.237 376.893C555.237 377.456 555.012 378.357 553.384 378.357C551.756 378.357 551.25 376.724 551.25 375.767C551.25 374.81 552.205 373.403 553.159 373.403V360.567H553.833C553.833 360.567 554.114 357.865 550.408 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M557.483 376.837C557.483 376.837 557.708 375.429 556.641 375.429C555.574 375.429 555.518 376.274 555.518 376.893C555.518 377.456 555.742 378.357 557.371 378.357C558.999 378.357 559.504 376.724 559.504 375.767C559.504 374.81 558.55 373.403 557.595 373.403V360.567H556.921C556.921 360.567 556.641 357.865 560.347 357.865"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M552.879 358.428C552.879 358.428 554.002 356.796 555.574 356.796C557.146 356.796 558.381 358.259 558.381 358.259"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M554.732 358.428C554.732 358.428 556.023 360.173 553.946 360.511" stroke="white" stroke-miterlimit="10" />
<path d="M556.304 358.428C556.304 358.428 555.012 360.173 557.09 360.511" stroke="white" stroke-miterlimit="10" />
<path
d="M494.594 356.345C495.958 356.345 497.064 355.236 497.064 353.868C497.064 352.5 495.958 351.391 494.594 351.391C493.229 351.391 492.123 352.5 492.123 353.868C492.123 355.236 493.229 356.345 494.594 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M501.837 356.345C503.202 356.345 504.308 355.236 504.308 353.868C504.308 352.5 503.202 351.391 501.837 351.391C500.473 351.391 499.367 352.5 499.367 353.868C499.367 355.236 500.473 356.345 501.837 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M497.008 353.868H499.423" stroke="white" stroke-miterlimit="10" />
<path
d="M508.8 356.345C510.164 356.345 511.271 355.236 511.271 353.868C511.271 352.5 510.164 351.391 508.8 351.391C507.435 351.391 506.329 352.5 506.329 353.868C506.329 355.236 507.435 356.345 508.8 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M503.971 353.868H506.329" stroke="white" stroke-miterlimit="10" />
<path
d="M515.707 356.345C517.071 356.345 518.177 355.236 518.177 353.868C518.177 352.5 517.071 351.391 515.707 351.391C514.342 351.391 513.236 352.5 513.236 353.868C513.236 355.236 514.342 356.345 515.707 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M510.878 353.868H513.292" stroke="white" stroke-miterlimit="10" />
<path
d="M522.669 356.345C524.034 356.345 525.14 355.236 525.14 353.868C525.14 352.5 524.034 351.391 522.669 351.391C521.305 351.391 520.199 352.5 520.199 353.868C520.199 355.236 521.305 356.345 522.669 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M517.84 353.868H520.199" stroke="white" stroke-miterlimit="10" />
<path
d="M529.632 356.345C530.997 356.345 532.103 355.236 532.103 353.868C532.103 352.5 530.997 351.391 529.632 351.391C528.268 351.391 527.161 352.5 527.161 353.868C527.161 355.236 528.268 356.345 529.632 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M524.803 353.868H527.161" stroke="white" stroke-miterlimit="10" />
<path
d="M536.539 356.345C537.903 356.345 539.009 355.236 539.009 353.868C539.009 352.5 537.903 351.391 536.539 351.391C535.174 351.391 534.068 352.5 534.068 353.868C534.068 355.236 535.174 356.345 536.539 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M531.71 353.868H534.124" stroke="white" stroke-miterlimit="10" />
<path
d="M543.501 356.345C544.866 356.345 545.972 355.236 545.972 353.868C545.972 352.5 544.866 351.391 543.501 351.391C542.137 351.391 541.031 352.5 541.031 353.868C541.031 355.236 542.137 356.345 543.501 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M538.672 353.868H541.031" stroke="white" stroke-miterlimit="10" />
<path
d="M550.464 356.345C551.829 356.345 552.935 355.236 552.935 353.868C552.935 352.5 551.829 351.391 550.464 351.391C549.1 351.391 547.993 352.5 547.993 353.868C547.993 355.236 549.1 356.345 550.464 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M545.635 353.868H547.993" stroke="white" stroke-miterlimit="10" />
<path
d="M557.371 356.345C558.735 356.345 559.841 355.236 559.841 353.868C559.841 352.5 558.735 351.391 557.371 351.391C556.006 351.391 554.9 352.5 554.9 353.868C554.9 355.236 556.006 356.345 557.371 356.345Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M552.542 353.868H554.956" stroke="white" stroke-miterlimit="10" />
<path d="M488.08 259.631V254.902H567.983V259.124" stroke="white" stroke-miterlimit="10" />
<path d="M569.836 255.071H486.003V252.819H570.285L569.836 255.071Z" stroke="white" stroke-miterlimit="10" />
<path
d="M486.003 252.819H483.925V248.372L481.791 246.627L527.161 229.457L572.925 247.865L571.296 249.498V252.707H570.285"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M483.757 251.468L527.161 234.636L571.184 251.975" stroke="white" stroke-miterlimit="10" />
<path d="M488.698 252.594L527.161 237.113L566.973 253.045" stroke="white" stroke-miterlimit="10" />
<path d="M499.198 252.2L527.161 240.829L554.395 252.819" stroke="white" stroke-miterlimit="10" />
<path d="M157.744 388.658V381.959H182.169" stroke="white" stroke-miterlimit="10" />
<path d="M251.011 381.734H279.255" stroke="white" stroke-miterlimit="10" />
<path d="M348.096 381.734H393.915" stroke="white" stroke-miterlimit="10" />
<path d="M461.296 381.734H491.786" stroke="white" stroke-miterlimit="10" />
<path d="M559.392 381.734H587.074V389.109" stroke="white" stroke-miterlimit="10" />
<path d="M159.821 381.228V114.672H585.222V381.565" stroke="white" stroke-miterlimit="10" />
<path
d="M219.51 124.749H219.229H185.426L188.739 127.902V141.469H190.873V222.702L219.229 222.927H219.341H219.51L247.866 222.702V141.469H250V127.902L253.313 124.749H219.51Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M192.501 222.758V139.78H190.648V129.59H248.708V139.611H246.462V222.871"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M198.566 218.142V143.214H240.847V217.748" stroke="white" stroke-miterlimit="10" />
<path d="M218.668 148.28H204.237V160.215H218.668V148.28Z" stroke="white" stroke-miterlimit="10" />
<path d="M235.962 148.28H221.531V160.215H235.962V148.28Z" stroke="white" stroke-miterlimit="10" />
<path d="M218.668 163.874H204.237V214.989H218.668V163.874Z" stroke="white" stroke-miterlimit="10" />
<path d="M235.962 163.874H221.531V214.989H235.962V163.874Z" stroke="white" stroke-miterlimit="10" />
<path d="M238.826 145.747H201.935V217.41H238.826V145.747Z" stroke="white" stroke-miterlimit="10" />
<path d="M202.272 161.172H238.657" stroke="white" stroke-miterlimit="10" />
<path d="M202.272 162.748H238.657" stroke="white" stroke-miterlimit="10" />
<path
d="M314.18 124.749H313.844H280.097L283.41 127.902V141.469H285.543V222.702L313.844 222.927H314.012H314.18L342.537 222.702V141.469H344.671V127.902L347.927 124.749H314.18Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M287.172 222.758V139.78H285.319V129.59H343.379V139.611H341.077V222.871"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M293.18 218.142V143.214H335.462V217.748" stroke="white" stroke-miterlimit="10" />
<path d="M313.338 148.28H298.907V160.215H313.338V148.28Z" stroke="white" stroke-miterlimit="10" />
<path d="M330.633 148.28H316.202V160.215H330.633V148.28Z" stroke="white" stroke-miterlimit="10" />
<path d="M313.338 163.874H298.907V214.989H313.338V163.874Z" stroke="white" stroke-miterlimit="10" />
<path d="M330.633 163.874H316.202V214.989H330.633V163.874Z" stroke="white" stroke-miterlimit="10" />
<path d="M333.496 145.747H296.605V217.41H333.496V145.747Z" stroke="white" stroke-miterlimit="10" />
<path d="M296.942 161.172H333.328" stroke="white" stroke-miterlimit="10" />
<path d="M296.942 162.748H333.328" stroke="white" stroke-miterlimit="10" />
<path
d="M429.234 124.749H428.897H395.15L398.463 127.902V141.469H400.597V222.702L428.897 222.927H429.065H429.234L457.534 222.702V141.469H459.668V127.902L462.981 124.749H429.234Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M402.225 222.758V139.78H400.372V129.59H458.432V139.611H456.13V222.871" stroke="white" stroke-miterlimit="10" />
<path d="M408.234 218.142V143.214H450.515V217.748" stroke="white" stroke-miterlimit="10" />
<path d="M428.392 148.28H413.961V160.215H428.392V148.28Z" stroke="white" stroke-miterlimit="10" />
<path d="M445.686 148.28H431.255V160.215H445.686V148.28Z" stroke="white" stroke-miterlimit="10" />
<path d="M428.392 163.874H413.961V214.989H428.392V163.874Z" stroke="white" stroke-miterlimit="10" />
<path d="M445.686 163.874H431.255V214.989H445.686V163.874Z" stroke="white" stroke-miterlimit="10" />
<path d="M448.494 145.747H411.603V217.41H448.494V145.747Z" stroke="white" stroke-miterlimit="10" />
<path d="M411.996 161.172H448.382" stroke="white" stroke-miterlimit="10" />
<path d="M411.996 162.748H448.382" stroke="white" stroke-miterlimit="10" />
<path
d="M528.734 124.749H528.397H494.65L497.963 127.902V141.469H500.097V222.702L528.397 222.927H528.565H528.734L557.09 222.702V141.469H559.224V127.902L562.48 124.749H528.734Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M501.725 222.758V139.78H499.872V129.59H557.932V139.611H555.63V222.871" stroke="white" stroke-miterlimit="10" />
<path d="M507.733 218.142V143.214H550.015V217.748" stroke="white" stroke-miterlimit="10" />
<path d="M527.891 148.28H513.461V160.215H527.891V148.28Z" stroke="white" stroke-miterlimit="10" />
<path d="M545.186 148.28H530.755V160.215H545.186V148.28Z" stroke="white" stroke-miterlimit="10" />
<path d="M527.891 163.874H513.461V214.989H527.891V163.874Z" stroke="white" stroke-miterlimit="10" />
<path d="M545.186 163.874H530.755V214.989H545.186V163.874Z" stroke="white" stroke-miterlimit="10" />
<path d="M548.05 145.747H511.158V217.41H548.05V145.747Z" stroke="white" stroke-miterlimit="10" />
<path d="M511.495 161.172H547.881" stroke="white" stroke-miterlimit="10" />
<path d="M511.495 162.748H547.881" stroke="white" stroke-miterlimit="10" />
<path d="M159.99 132.067H188.29" stroke="white" stroke-miterlimit="10" />
<path d="M250.449 132.067H283.241" stroke="white" stroke-miterlimit="10" />
<path d="M458.994 132.067H496.222" stroke="white" stroke-miterlimit="10" />
<path d="M559.055 132.067H585.222" stroke="white" stroke-miterlimit="10" />
<path d="M344.839 132.067H397.846" stroke="white" stroke-miterlimit="10" />
<path d="M159.99 134.319H188.29" stroke="white" stroke-miterlimit="10" />
<path d="M250.449 134.319H283.241" stroke="white" stroke-miterlimit="10" />
<path d="M458.994 134.319H496.222" stroke="white" stroke-miterlimit="10" />
<path d="M559.055 132.067L585.222 134.319" stroke="white" stroke-miterlimit="10" />
<path d="M344.839 134.319H397.846" stroke="white" stroke-miterlimit="10" />
<path d="M159.99 136.515H188.29" stroke="white" stroke-miterlimit="10" />
<path d="M250.449 136.515H283.241" stroke="white" stroke-miterlimit="10" />
<path d="M458.994 136.515H496.222" stroke="white" stroke-miterlimit="10" />
<path d="M559.617 136.008L585.222 136.515" stroke="white" stroke-miterlimit="10" />
<path d="M344.839 136.515H397.846" stroke="white" stroke-miterlimit="10" />
<path d="M159.99 142.031H188.29" stroke="white" stroke-miterlimit="10" />
<path d="M250.449 142.031H283.241" stroke="white" stroke-miterlimit="10" />
<path d="M458.994 142.031H496.222" stroke="white" stroke-miterlimit="10" />
<path d="M559.617 141.525L585.222 142.031" stroke="white" stroke-miterlimit="10" />
<path d="M344.839 142.031H397.846" stroke="white" stroke-miterlimit="10" />
<path
d="M159.821 114.672L151.96 106.735V105.158H590.893V106.904L585.222 114.672"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M151.96 105.158H149.096V99.6979H594.599V104.933H590.893" stroke="white" stroke-miterlimit="10" />
<path d="M149.096 99.6979H146.401V95.5321H595.778V99.6979" stroke="white" stroke-miterlimit="10" />
<path d="M146.401 95.532L144.267 93.3928V87.9323H598.529V95.532H595.778" stroke="white" stroke-miterlimit="10" />
<path d="M144.267 87.9323H142.302L140.505 84.7798H600.326L597.856 87.2567" stroke="white" stroke-miterlimit="10" />
<path d="M201.935 84.7235V34.5649L236.917 35.1279V84.5546" stroke="white" stroke-miterlimit="10" />
<path d="M217.713 45.9365H206.09V82.8658H217.713V45.9365Z" stroke="white" stroke-miterlimit="10" />
<path d="M233.042 45.9365H221.419V82.8658H233.042V45.9365Z" stroke="white" stroke-miterlimit="10" />
<path
d="M195.702 84.9486V35.0716H193.063V25.3326L191.097 23.4749H249.101L246.968 25.5015V35.5219H243.711V84.9486"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M191.097 23.4749H188.458L184.696 13.6233H188.964L219.061 0.281494L246.182 13.1167H255.39L252.414 23.4749H248.484"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M200.475 16.8321L219.061 8.05017L238.601 16.8321H200.475Z" stroke="white" stroke-miterlimit="10" />
<path d="M186.549 18.6335H253.706" stroke="white" stroke-miterlimit="10" />
<path d="M192.277 18.2395L219.061 5.06653L248.203 18.6335" stroke="white" stroke-miterlimit="10" />
<path d="M201.148 26.5148H195.87V31.8065H201.148V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M245.002 26.5148H239.724V31.8065H245.002V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M238.096 26.5148H202.608V31.8065H238.096V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M202.103 40.1382H236.692" stroke="white" stroke-miterlimit="10" />
<path d="M298.402 84.7235V34.5649L333.44 35.1279V84.5546" stroke="white" stroke-miterlimit="10" />
<path d="M314.237 45.9365H302.613V82.8658H314.237V45.9365Z" stroke="white" stroke-miterlimit="10" />
<path d="M329.566 45.9365H317.943V82.8658H329.566V45.9365Z" stroke="white" stroke-miterlimit="10" />
<path
d="M292.225 84.9486V35.0716H289.586V25.3326L287.621 23.4749H345.625L343.491 25.5015V35.5219H340.235V84.9486"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M287.621 23.4749H284.982L281.22 13.6233H285.487L315.528 0.281494L342.649 13.1167H351.858L348.938 23.4749H344.951"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M296.998 16.8321L315.528 8.05017L335.125 16.8321H296.998Z" stroke="white" stroke-miterlimit="10" />
<path d="M283.073 18.6335H350.23" stroke="white" stroke-miterlimit="10" />
<path d="M288.744 18.2395L315.528 5.06653L344.727 18.6335" stroke="white" stroke-miterlimit="10" />
<path d="M297.672 26.5148H292.394V31.8065H297.672V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M341.526 26.5148H336.248V31.8065H341.526V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M334.619 26.5148H299.132V31.8065H334.619V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M298.627 40.1382H333.216" stroke="white" stroke-miterlimit="10" />
<path d="M412.726 84.7235V34.5649L447.708 35.1279V84.5546" stroke="white" stroke-miterlimit="10" />
<path d="M428.56 45.9365H416.937V82.8658H428.56V45.9365Z" stroke="white" stroke-miterlimit="10" />
<path d="M443.833 45.9365H432.21V82.8658H443.833V45.9365Z" stroke="white" stroke-miterlimit="10" />
<path
d="M406.493 84.9486V35.0716H403.854V25.3326L401.888 23.4749H459.892L457.759 25.5015V35.5219H454.502V84.9486"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M401.888 23.4749H399.249L395.487 13.6233H399.755L429.852 0.281494L456.973 13.1167H466.181L463.205 23.4749H459.275"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M411.322 16.8321L429.852 8.05017L449.392 16.8321H411.322Z" stroke="white" stroke-miterlimit="10" />
<path d="M397.396 18.6335H464.497" stroke="white" stroke-miterlimit="10" />
<path d="M403.068 18.2395L429.852 5.06653L458.994 18.6335" stroke="white" stroke-miterlimit="10" />
<path d="M411.939 26.5148H406.661V31.8065H411.939V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M455.849 26.5148H450.571V31.8065H455.849V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M448.887 26.5148H413.399V31.8065H448.887V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M412.894 40.1382H447.483" stroke="white" stroke-miterlimit="10" />
<path d="M511.72 84.7235V34.5649L546.702 35.1279V84.5546" stroke="white" stroke-miterlimit="10" />
<path d="M527.554 45.9365H515.931V82.8658H527.554V45.9365Z" stroke="white" stroke-miterlimit="10" />
<path d="M542.828 45.9365H531.204V82.8658H542.828V45.9365Z" stroke="white" stroke-miterlimit="10" />
<path
d="M505.487 84.9486V35.0716H502.904V25.3326L500.883 23.4749H558.943L556.809 25.5015V35.5219H553.496V84.9486"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M500.883 23.4749H498.3L494.481 13.6233H498.749L528.846 0.281494L555.967 13.1167H565.176L562.2 23.4749H558.269"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M510.316 16.8321L528.846 8.05017L548.387 16.8321H510.316Z" stroke="white" stroke-miterlimit="10" />
<path d="M496.391 18.6335H563.547" stroke="white" stroke-miterlimit="10" />
<path d="M502.062 18.2395L528.846 5.06653L557.988 18.6335" stroke="white" stroke-miterlimit="10" />
<path d="M510.934 26.5148H505.656V31.8065H510.934V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M554.844 26.5148H549.566V31.8065H554.844V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M547.881 26.5148H512.394V31.8065H547.881V26.5148Z" stroke="white" stroke-miterlimit="10" />
<path d="M511.944 40.1382H546.477" stroke="white" stroke-miterlimit="10" />
<path d="M254.717 15.9313C255.39 15.9313 281.725 15.4247 281.725 15.4247" stroke="white" stroke-miterlimit="10" />
<path d="M253.762 19.6468C254.436 19.6468 283.578 19.1401 283.578 19.1401" stroke="white" stroke-miterlimit="10" />
<path d="M465.283 15.9314C465.957 15.9314 495.268 16.044 495.268 16.044" stroke="white" stroke-miterlimit="10" />
<path d="M464.328 19.6469C465.002 19.6469 497.121 19.7594 497.121 19.7594" stroke="white" stroke-miterlimit="10" />
<path
d="M565.232 15.9314C565.906 15.9314 571.858 16.044 571.858 16.044L589.208 84.4983"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M564.277 19.6469C564.951 19.6469 572.026 19.7594 572.026 19.7594" stroke="white" stroke-miterlimit="10" />
<path
d="M185.763 15.9314C185.089 15.9314 179.137 16.044 179.137 16.044L161.843 84.4983"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M186.718 19.6469C186.044 19.6469 178.969 19.7594 178.969 19.7594" stroke="white" stroke-miterlimit="10" />
<path d="M350.903 15.9313C351.577 15.9313 400.316 15.4247 400.316 15.4247" stroke="white" stroke-miterlimit="10" />
<path d="M349.949 19.6468C350.623 19.6468 402.169 19.1401 402.169 19.1401" stroke="white" stroke-miterlimit="10" />
<path d="M288.8 507.384H239.893V518.924H288.8V507.384Z" stroke="white" stroke-miterlimit="10" />
<path d="M392.96 507.384H336.809V518.924H392.96V507.384Z" stroke="white" stroke-miterlimit="10" />
<path d="M191.94 507.384H158.586V518.924H191.94V507.384Z" stroke="white" stroke-miterlimit="10" />
<path d="M288.8 495.844H239.893V507.328H288.8V495.844Z" stroke="white" stroke-miterlimit="10" />
<path d="M392.96 495.844H336.809V507.328H392.96V495.844Z" stroke="white" stroke-miterlimit="10" />
<path d="M191.94 495.844H158.586V507.328H191.94V495.844Z" stroke="white" stroke-miterlimit="10" />
<path d="M288.8 484.303H239.893V495.787H288.8V484.303Z" stroke="white" stroke-miterlimit="10" />
<path d="M392.96 484.303H336.809V495.787H392.96V484.303Z" stroke="white" stroke-miterlimit="10" />
<path d="M191.94 484.303H158.586V495.787H191.94V484.303Z" stroke="white" stroke-miterlimit="10" />
<path d="M288.8 472.706H239.893V484.191H288.8V472.706Z" stroke="white" stroke-miterlimit="10" />
<path d="M585.053 508.622H559.561V520.444H585.053V508.622Z" stroke="white" stroke-miterlimit="10" />
<path d="M585.053 496.913H559.561V508.735H585.053V496.913Z" stroke="white" stroke-miterlimit="10" />
<path d="M585.053 485.204H559.561V497.026H585.053V485.204Z" stroke="white" stroke-miterlimit="10" />
<path d="M585.053 473.495H559.561V485.316H585.053V473.495Z" stroke="white" stroke-miterlimit="10" />
<path d="M585.053 461.785H559.561V473.607H585.053V461.785Z" stroke="white" stroke-miterlimit="10" />
<path d="M585.053 450.132H559.561V461.954H585.053V450.132Z" stroke="white" stroke-miterlimit="10" />
<path d="M585.053 438.423H559.561V450.245H585.053V438.423Z" stroke="white" stroke-miterlimit="10" />
<path d="M585.053 426.714H559.561V438.536H585.053V426.714Z" stroke="white" stroke-miterlimit="10" />
<path d="M559.561 426.826H585.053V415.004H562.873L559.561 426.826Z" stroke="white" stroke-miterlimit="10" />
<path d="M191.94 472.706H158.586V484.191H191.94V472.706Z" stroke="white" stroke-miterlimit="10" />
<path d="M392.96 472.706H336.809V484.191H392.96V472.706Z" stroke="white" stroke-miterlimit="10" />
<path d="M392.96 461.166H336.809V472.65H392.96V461.166Z" stroke="white" stroke-miterlimit="10" />
<path d="M288.8 461.166H239.893V472.65H288.8V461.166Z" stroke="white" stroke-miterlimit="10" />
<path d="M191.94 461.166H158.586V472.65H191.94V461.166Z" stroke="white" stroke-miterlimit="10" />
<path d="M288.8 449.625H239.893V461.11H288.8V449.625Z" stroke="white" stroke-miterlimit="10" />
<path d="M392.96 449.625H336.809V461.11H392.96V449.625Z" stroke="white" stroke-miterlimit="10" />
<path d="M191.94 449.625H158.586V461.11H191.94V449.625Z" stroke="white" stroke-miterlimit="10" />
<path d="M392.96 438.029H336.809V449.513H392.96V438.029Z" stroke="white" stroke-miterlimit="10" />
<path d="M191.94 438.029H158.586V449.513H191.94V438.029Z" stroke="white" stroke-miterlimit="10" />
<path d="M288.8 438.029H239.893V449.513H288.8V438.029Z" stroke="white" stroke-miterlimit="10" />
<path d="M191.94 426.488H158.586V437.973H191.94V426.488Z" stroke="white" stroke-miterlimit="10" />
<path d="M392.96 426.488H336.809V437.973H392.96V426.488Z" stroke="white" stroke-miterlimit="10" />
<path d="M288.8 426.488H239.893V437.973H288.8V426.488Z" stroke="white" stroke-miterlimit="10" />
<path
d="M337.539 414.835L335.237 419.564C336.248 419.902 336.809 420.071 336.809 420.071V426.376H392.96V414.835H337.539Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M240.286 414.835L238.04 419.452C239.275 419.846 239.949 420.071 239.949 420.071V426.376H288.8V420.577C288.8 420.577 289.474 420.352 290.597 420.015L288.519 414.835H240.286V414.835Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M158.586 414.835V426.376H191.94V420.577C191.94 420.577 192.445 420.409 193.4 420.127L191.266 414.835H158.586V414.835Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M239.893 518.981H191.94" stroke="white" stroke-miterlimit="10" />
<path d="M336.809 518.981H288.8" stroke="white" stroke-miterlimit="10" />
<path
d="M237.984 419.452C234.446 418.382 226.416 416.299 217.039 416.299C206.988 416.299 196.993 419.001 193.344 420.127"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M191.266 414.835L186.774 403.633H245.676L240.286 414.835" stroke="white" stroke-miterlimit="10" />
<path
d="M335.237 419.564C331.924 418.551 323.67 416.299 313.956 416.299C304.186 416.299 294.528 418.832 290.653 420.015"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M288.519 414.835L284.084 403.633H342.986L337.539 414.835" stroke="white" stroke-miterlimit="10" />
<path d="M199.801 403.633L202.103 417.65" stroke="white" stroke-miterlimit="10" />
<path d="M210.975 403.633L211.873 416.637" stroke="white" stroke-miterlimit="10" />
<path d="M221.812 403.633L220.914 416.412" stroke="white" stroke-miterlimit="10" />
<path d="M229.898 417.481L232.93 403.633" stroke="white" stroke-miterlimit="10" />
<path d="M296.437 403.633L299.076 418.101" stroke="white" stroke-miterlimit="10" />
<path d="M307.442 403.633L308.06 416.581" stroke="white" stroke-miterlimit="10" />
<path d="M318.56 403.633L317.213 416.13" stroke="white" stroke-miterlimit="10" />
<path d="M325.86 417.481L329.173 403.633" stroke="white" stroke-miterlimit="10" />
<path d="M159.541 525.567H392.287" stroke="white" stroke-miterlimit="10" />
<path
d="M161.169 525.567H157.744V551.744H178.969V525.567H206.371L208.224 538.74H219.061L219.847 525.567H246.631V549.098H277.57V525.567H304.354L306.825 538.402H315.36L317.662 525.567H344.109V549.605H381.393V525.567H392.287V565.593L154.15 566.719V388.94H589.321V566.437L585.671 565.593H392.287"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M392.287 560.92H457.366" stroke="white" stroke-miterlimit="10" />
<path d="M392.287 555.122H457.366" stroke="white" stroke-miterlimit="10" />
<path
d="M457.815 565.255V419.789C457.815 419.789 440.913 416.187 426.09 416.187C411.266 416.187 393.241 419.508 393.241 419.508"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M457.983 526.186H470.168V548.761H482.297V525.567H493.19" stroke="white" stroke-miterlimit="10" />
<path d="M493.19 565.762V518.305H457.815" stroke="white" stroke-miterlimit="10" />
<path
d="M493.359 556.36H559.448V421.422C559.448 421.422 541.368 417.144 526.095 417.144C510.821 417.144 492.404 420.578 492.404 420.578L493.359 556.36Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M559.392 421.422V425.813L566.13 403.633H554.731L551.362 419.789C556.191 420.69 559.392 421.422 559.392 421.422Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M499.367 403.634H485.834L492.123 424.463" stroke="white" stroke-miterlimit="10" />
<path
d="M522.164 417.2L521.378 403.633H509.698L512.45 417.875C515.65 417.538 518.907 417.312 522.164 417.2Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M512.506 417.819L509.755 403.577H499.367L503.129 418.889C505.936 418.551 509.137 418.157 512.506 417.819Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M551.362 419.789L554.732 403.633H542.827L540.806 418.157C544.737 418.663 548.386 419.226 551.362 419.789Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M540.862 418.157L542.884 403.633H532.046L530.98 417.256C534.293 417.425 537.662 417.763 540.862 418.157Z"
stroke="white"
stroke-miterlimit="10"
/>
<path
d="M526.038 417.144C527.667 417.144 529.295 417.2 530.923 417.256L531.99 403.633H521.322L522.108 417.2C523.455 417.144 524.747 417.144 526.038 417.144Z"
stroke="white"
stroke-miterlimit="10"
/>
<path d="M457.927 420.465V425.137L465.227 403.633H453.828L450.459 418.776" stroke="white" stroke-miterlimit="10" />
<path d="M402.225 417.932L398.463 403.633H388.3L393.129 419.789" stroke="white" stroke-miterlimit="10" />
<path d="M421.261 416.355L420.474 403.633H408.851L411.603 416.918" stroke="white" stroke-miterlimit="10" />
<path d="M450.459 418.776L453.828 403.633H441.98L439.959 417.256" stroke="white" stroke-miterlimit="10" />
<path d="M439.959 417.256L441.98 403.633H431.143L430.02 416.412" stroke="white" stroke-miterlimit="10" />
<path d="M430.02 416.412L431.143 403.633H420.474L421.261 416.355" stroke="white" stroke-miterlimit="10" />
<path d="M461.97 413.653H488.81" stroke="white" stroke-miterlimit="10" />
<path d="M458.208 424.743H492.685" stroke="white" stroke-miterlimit="10" />
<path d="M458.096 437.241H492.685" stroke="white" stroke-miterlimit="10" />
<path d="M458.096 448.612H492.685" stroke="white" stroke-miterlimit="10" />
<path d="M458.096 460.04H492.685" stroke="white" stroke-miterlimit="10" />
<path d="M458.096 471.975H492.685" stroke="white" stroke-miterlimit="10" />
<path d="M458.096 495.337H492.685" stroke="white" stroke-miterlimit="10" />
<path d="M458.096 506.934H492.685" stroke="white" stroke-miterlimit="10" />
<path d="M158.249 415.68V403.633H585.165V415.004" stroke="white" stroke-miterlimit="10" />
<path d="M153.645 396.877H589.657" stroke="white" stroke-miterlimit="10" />
<path
data-home-building-line="1"
class="js-homeBuilding__building__line"
d="M323 326H442V218"
stroke="white"
stroke-width="4"
stroke-dasharray="6 10"
/>
<path
data-home-building-line="2"
class="js-homeBuilding__building__line"
d="M213 85L213 195L395 195"
stroke="white"
stroke-width="4"
stroke-dasharray="6 10"
/>
<path
d="M534.442 497.081L534.185 497L527.629 513.575C526.684 512.09 525.224 510.957 523.735 510.12L520.558 508.23C519.098 507.366 517.18 505.8 517.18 503.614C517.18 501.886 518.01 499.457 521.932 499.457C525.768 499.457 526.827 501.886 527.343 503.695C527.543 503.911 528.173 503.803 528.345 503.587C528.345 502.021 527.972 499.915 527.629 498.998C527.314 498.998 526.741 498.917 526.226 498.782C525.195 498.512 523.764 498.296 522.533 498.296C517.351 498.296 514.403 501.184 514.403 504.748C514.403 507.825 516.722 509.958 518.697 511.2L522.476 513.521C525.138 515.141 525.654 516.842 525.739 518.38L524.337 521.944C523.506 522.646 522.333 523.104 520.787 523.104C516.178 523.104 514.546 519.433 513.945 517.516C513.773 517.3 513.2 517.354 513 517.624C513.086 519.379 513.601 522.052 514.088 522.889C514.832 523.293 516.951 524.265 520.3 524.265C521.531 524.265 522.648 524.103 523.621 523.806L516.035 542.919L516.292 543L521.56 529.718L521.188 530.69C523.163 533.201 526.426 534.874 530.663 534.874C536.961 534.874 542 530.339 542 524.13C542 518.704 538.221 513.548 530.663 513.548C529.69 513.548 528.745 513.656 527.886 513.845L534.442 497.081ZM527.371 514.952C528.259 514.628 529.203 514.493 530.062 514.493C536.303 514.493 538.679 519.973 538.679 525.075C538.679 531.149 534.958 533.93 531.036 533.93C526.14 533.93 523.592 530.501 522.676 526.83L527.371 514.952Z"
fill="white"
/>
</g>
<circle
data-home-building-circle="1"
class="js-homeBuilding__building__circle"
cx="286.552"
cy="328.552"
r="12.4762"
fill="#D38D54"
stroke="#D38D54"
></circle>
<circle
data-home-building-circle="3"
class="js-homeBuilding__building__circle"
cx="209.448"
cy="47.4482"
r="12.4762"
fill="#D38D54"
stroke="#D38D54"
></circle>
<circle
data-home-building-circle="2"
class="js-homeBuilding__building__circle"
cx="436.448"
cy="192.448"
r="12.4762"
fill="#D38D54"
stroke="#D38D54"
></circle>
<path
data-home-building-text="1"
class="js-homeBuilding__building__text"
d="M19.8 363.23C20.79 363.23 21.63 363.035 22.32 362.645C23.04 362.255 23.4 361.49 23.4 360.35C23.4 359.21 23.04 358.445 22.32 358.055C21.63 357.665 20.79 357.47 19.8 357.47H10.215V363.23H19.8ZM3.42 377V376.19C4.53 376.19 5.085 375.92 5.085 375.38V354.95C5.085 354.41 4.53 354.14 3.42 354.14V353.33H19.26C22.14 353.33 24.405 353.87 26.055 354.95C27.705 356 28.53 357.8 28.53 360.35C28.53 362.9 27.705 364.715 26.055 365.795C24.405 366.845 22.14 367.37 19.26 367.37H10.215V375.38C10.215 375.92 10.695 376.19 11.655 376.19V377H3.42ZM45.8546 365.75C48.7946 365.75 50.2646 364.82 50.2646 362.96C50.2646 362.21 49.9046 361.625 49.1846 361.205C48.4946 360.755 47.3846 360.53 45.8546 360.53H38.7446V365.75H45.8546ZM45.9446 357.2C48.6146 357.2 50.6996 357.65 52.1996 358.55C53.6997 359.42 54.4497 360.92 54.4497 363.05C54.4497 363.86 54.2997 364.58 53.9997 365.21C53.6996 365.84 53.2946 366.395 52.7847 366.875C52.3046 367.325 51.7646 367.7 51.1646 368C50.5646 368.27 49.9496 368.48 49.3196 368.63L53.7296 375.065C53.9696 375.395 54.2246 375.65 54.4946 375.83C54.7946 375.98 55.1096 376.1 55.4396 376.19V377H48.5546V376.19C48.9446 376.19 49.1396 376.055 49.1396 375.785C49.1396 375.485 48.9146 375.02 48.4646 374.39L44.9096 369.08H38.6546V375.515C38.6546 375.755 38.7446 375.935 38.9246 376.055C39.1346 376.145 39.3296 376.19 39.5096 376.19V377H33.5246V376.19C34.0646 376.19 34.3346 375.965 34.3346 375.515V358.685C34.3346 358.235 34.0646 358.01 33.5246 358.01V357.2H45.9446ZM70.9794 354.95H67.1994L71.2944 348.47H77.3694L70.9794 354.95ZM78.5844 361.385C78.5844 360.815 78.1194 360.53 77.1894 360.53H66.2094V365.03H73.1394C73.6494 365.03 74.0244 365 74.2644 364.94C74.5044 364.85 74.6244 364.64 74.6244 364.31H75.4344V369.08H74.5344C74.6244 368.75 74.5044 368.555 74.1744 368.495C73.8444 368.405 73.3794 368.36 72.7794 368.36H66.2094V373.67H77.7294C78.0894 373.67 78.3894 373.595 78.6294 373.445C78.8694 373.265 78.9894 373.04 78.9894 372.77H79.7994V377.495H78.9894C78.9894 377.225 78.8694 377.075 78.6294 377.045C78.3894 377.015 78.0894 377 77.7294 377H61.2144V376.19C61.3644 376.19 61.5144 376.145 61.6644 376.055C61.8144 375.935 61.8894 375.755 61.8894 375.515V358.685C61.8894 358.445 61.8144 358.28 61.6644 358.19C61.5144 358.07 61.3644 358.01 61.2144 358.01V357.2H77.1894C78.1194 357.2 78.5844 356.93 78.5844 356.39H79.3944V361.385H78.5844ZM106.469 358.01C106.049 358.01 105.674 358.355 105.344 359.045L98.7743 373.58C98.4443 374.36 98.1893 374.885 98.0093 375.155C97.8593 375.425 97.7843 375.635 97.7843 375.785C97.7843 375.965 98.0543 376.1 98.5943 376.19V377H91.7993V376.19C91.9493 376.13 92.0843 376.07 92.2043 376.01C92.3543 375.92 92.4293 375.8 92.4293 375.65C92.4293 375.5 92.3243 375.26 92.1143 374.93C91.9343 374.6 91.7093 374.15 91.4393 373.58L84.5993 358.865C84.4793 358.595 84.3143 358.385 84.1043 358.235C83.9243 358.085 83.7443 358.01 83.5643 358.01V357.2H89.9093V358.01C89.5493 358.01 89.3693 358.205 89.3693 358.595C89.3693 358.805 89.4443 359.105 89.5943 359.495C89.7743 359.855 89.9693 360.26 90.1793 360.71L95.3543 371.915L100.259 361.025C100.589 360.305 100.844 359.765 101.024 359.405C101.204 359.045 101.279 358.76 101.249 358.55C101.219 358.19 100.994 358.01 100.574 358.01V357.2H106.469V358.01ZM128.594 361.385C128.594 360.815 128.129 360.53 127.199 360.53H116.219V365.03H123.149C123.659 365.03 124.034 365 124.274 364.94C124.514 364.85 124.634 364.64 124.634 364.31H125.444V369.08H124.544C124.634 368.75 124.514 368.555 124.184 368.495C123.854 368.405 123.389 368.36 122.789 368.36H116.219V373.67H127.739C128.099 373.67 128.399 373.595 128.639 373.445C128.879 373.265 128.999 373.04 128.999 372.77H129.809V377.495H128.999C128.999 377.225 128.879 377.075 128.639 377.045C128.399 377.015 128.099 377 127.739 377H111.224V376.19C111.374 376.19 111.524 376.145 111.674 376.055C111.824 375.935 111.899 375.755 111.899 375.515V358.685C111.899 358.445 111.824 358.28 111.674 358.19C111.524 358.07 111.374 358.01 111.224 358.01V357.2H127.199C128.129 357.2 128.594 356.93 128.594 356.39H129.404V361.385H128.594ZM136.184 376.19C136.724 376.19 136.994 375.965 136.994 375.515V358.685C136.994 358.235 136.724 358.01 136.184 358.01V357.2H142.799V358.01C142.589 358.04 142.484 358.115 142.484 358.235C142.484 358.385 142.814 358.79 143.474 359.45L154.274 370.88V358.685C154.274 358.235 153.974 358.01 153.374 358.01V357.2H158.864V358.01C158.324 358.01 158.054 358.235 158.054 358.685V375.515C158.054 375.965 158.324 376.19 158.864 376.19V377H153.014V376.19C153.224 376.19 153.329 376.115 153.329 375.965C153.329 375.845 153.179 375.635 152.879 375.335C152.609 375.035 152.294 374.69 151.934 374.3L140.774 362.42V375.515C140.774 375.965 141.089 376.19 141.719 376.19V377H136.184V376.19ZM170.969 376.19C171.119 376.19 171.269 376.145 171.419 376.055C171.569 375.935 171.644 375.755 171.644 375.515V360.53H165.794C165.554 360.53 165.329 360.59 165.119 360.71C164.909 360.83 164.804 361.025 164.804 361.295H163.994V356.12H164.804C164.804 356.54 164.909 356.825 165.119 356.975C165.329 357.125 165.554 357.2 165.794 357.2H181.814C182.054 357.2 182.279 357.125 182.489 356.975C182.699 356.825 182.804 356.54 182.804 356.12H183.614V361.295H182.804C182.804 361.025 182.699 360.83 182.489 360.71C182.279 360.59 182.054 360.53 181.814 360.53H175.964V375.515C175.964 375.965 176.234 376.19 176.774 376.19V377H170.969V376.19ZM189.104 376.19C189.584 376.19 189.914 376.145 190.094 376.055C190.274 375.935 190.364 375.755 190.364 375.515V358.685C190.364 358.445 190.274 358.28 190.094 358.19C189.914 358.07 189.584 358.01 189.104 358.01V357.2H195.944V358.01C195.104 358.01 194.684 358.235 194.684 358.685V375.515C194.684 375.965 195.104 376.19 195.944 376.19V377H189.104V376.19ZM213.764 360.26C212.804 360.26 211.859 360.425 210.929 360.755C210.029 361.055 209.219 361.505 208.499 362.105C207.779 362.675 207.194 363.38 206.744 364.22C206.324 365.06 206.114 366.02 206.114 367.1C206.114 368.18 206.324 369.14 206.744 369.98C207.194 370.82 207.779 371.54 208.499 372.14C209.219 372.71 210.029 373.16 210.929 373.49C211.859 373.79 212.804 373.94 213.764 373.94C214.724 373.94 215.654 373.79 216.554 373.49C217.484 373.16 218.309 372.71 219.029 372.14C219.749 371.54 220.319 370.82 220.739 369.98C221.189 369.14 221.414 368.18 221.414 367.1C221.414 366.02 221.189 365.06 220.739 364.22C220.319 363.38 219.749 362.675 219.029 362.105C218.309 361.505 217.484 361.055 216.554 360.755C215.654 360.425 214.724 360.26 213.764 360.26ZM213.764 356.93C215.414 356.93 216.959 357.14 218.399 357.56C219.869 357.98 221.144 358.61 222.224 359.45C223.304 360.29 224.159 361.355 224.789 362.645C225.419 363.905 225.734 365.39 225.734 367.1C225.734 368.81 225.419 370.31 224.789 371.6C224.159 372.86 223.304 373.91 222.224 374.75C221.144 375.59 219.869 376.205 218.399 376.595C216.959 376.955 215.414 377.135 213.764 377.135C212.114 377.135 210.554 376.955 209.084 376.595C207.644 376.205 206.384 375.59 205.304 374.75C204.224 373.91 203.369 372.86 202.739 371.6C202.109 370.31 201.794 368.81 201.794 367.1C201.794 365.39 202.109 363.905 202.739 362.645C203.369 361.355 204.224 360.29 205.304 359.45C206.384 358.61 207.644 357.98 209.084 357.56C210.554 357.14 212.114 356.93 213.764 356.93ZM231.194 376.19C231.734 376.19 232.004 375.965 232.004 375.515V358.685C232.004 358.235 231.734 358.01 231.194 358.01V357.2H237.809V358.01C237.599 358.04 237.494 358.115 237.494 358.235C237.494 358.385 237.824 358.79 238.484 359.45L249.284 370.88V358.685C249.284 358.235 248.984 358.01 248.384 358.01V357.2H253.874V358.01C253.334 358.01 253.064 358.235 253.064 358.685V375.515C253.064 375.965 253.334 376.19 253.874 376.19V377H248.024V376.19C248.234 376.19 248.339 376.115 248.339 375.965C248.339 375.845 248.189 375.635 247.889 375.335C247.619 375.035 247.304 374.69 246.944 374.3L235.784 362.42V375.515C235.784 375.965 236.099 376.19 236.729 376.19V377H231.194V376.19Z"
fill="white"
/>
<path
data-home-building-text="2"
class="js-homeBuilding__building__text"
d="M474.625 182.575L475.075 182.8C475.075 183.07 475.135 183.31 475.255 183.52C475.465 183.88 475.87 184.24 476.47 184.6C477.1 184.93 477.805 185.23 478.585 185.5C479.395 185.77 480.235 185.995 481.105 186.175C481.975 186.325 482.755 186.4 483.445 186.4C483.955 186.4 484.615 186.37 485.425 186.31C486.235 186.22 487.03 186.055 487.81 185.815C488.59 185.575 489.265 185.245 489.835 184.825C490.405 184.405 490.69 183.85 490.69 183.16C490.69 182.47 490.42 181.96 489.88 181.63C489.37 181.3 488.68 181.06 487.81 180.91C486.97 180.76 485.995 180.67 484.885 180.64C483.805 180.58 482.695 180.505 481.555 180.415C480.415 180.325 479.29 180.175 478.18 179.965C477.1 179.755 476.125 179.41 475.255 178.93C474.415 178.42 473.725 177.745 473.185 176.905C472.675 176.035 472.42 174.91 472.42 173.53C472.42 172.6 472.63 171.685 473.05 170.785C473.5 169.885 474.175 169.09 475.075 168.4C475.975 167.71 477.115 167.155 478.495 166.735C479.875 166.285 481.495 166.06 483.355 166.06C484.945 166.06 486.325 166.18 487.495 166.42C488.665 166.66 489.67 166.915 490.51 167.185C491.38 167.455 492.1 167.71 492.67 167.95C493.27 168.19 493.765 168.31 494.155 168.31C494.575 168.31 494.875 168.22 495.055 168.04L495.595 168.4L492.49 174.025L492.04 173.845C491.98 173.425 491.86 173.08 491.68 172.81C491.44 172.45 491.035 172.105 490.465 171.775C489.925 171.415 489.28 171.1 488.53 170.83C487.78 170.56 486.97 170.35 486.1 170.2C485.23 170.02 484.36 169.93 483.49 169.93C482.83 169.93 482.14 169.99 481.42 170.11C480.73 170.2 480.1 170.35 479.53 170.56C478.96 170.77 478.48 171.055 478.09 171.415C477.73 171.745 477.55 172.165 477.55 172.675C477.55 173.395 477.805 173.935 478.315 174.295C478.855 174.655 479.545 174.925 480.385 175.105C481.255 175.285 482.23 175.405 483.31 175.465C484.42 175.525 485.545 175.6 486.685 175.69C487.825 175.78 488.935 175.945 490.015 176.185C491.125 176.395 492.1 176.755 492.94 177.265C493.81 177.745 494.5 178.405 495.01 179.245C495.55 180.085 495.82 181.18 495.82 182.53C495.82 184.09 495.4 185.365 494.56 186.355C493.75 187.345 492.73 188.125 491.5 188.695C490.27 189.265 488.935 189.655 487.495 189.865C486.085 190.045 484.765 190.135 483.535 190.135C481.825 190.135 480.385 190.045 479.215 189.865C478.075 189.655 477.115 189.415 476.335 189.145C475.585 188.845 474.985 188.59 474.535 188.38C474.085 188.14 473.695 188.02 473.365 188.02C473.155 188.02 472.96 188.14 472.78 188.38L472.15 188.02L474.625 182.575ZM512.74 173.26C511.78 173.26 510.835 173.425 509.905 173.755C509.005 174.055 508.195 174.505 507.475 175.105C506.755 175.675 506.17 176.38 505.72 177.22C505.3 178.06 505.09 179.02 505.09 180.1C505.09 181.18 505.3 182.14 505.72 182.98C506.17 183.82 506.755 184.54 507.475 185.14C508.195 185.71 509.005 186.16 509.905 186.49C510.835 186.79 511.78 186.94 512.74 186.94C513.7 186.94 514.63 186.79 515.53 186.49C516.46 186.16 517.285 185.71 518.005 185.14C518.725 184.54 519.295 183.82 519.715 182.98C520.165 182.14 520.39 181.18 520.39 180.1C520.39 179.02 520.165 178.06 519.715 177.22C519.295 176.38 518.725 175.675 518.005 175.105C517.285 174.505 516.46 174.055 515.53 173.755C514.63 173.425 513.7 173.26 512.74 173.26ZM512.74 169.93C514.39 169.93 515.935 170.14 517.375 170.56C518.845 170.98 520.12 171.61 521.2 172.45C522.28 173.29 523.135 174.355 523.765 175.645C524.395 176.905 524.71 178.39 524.71 180.1C524.71 181.81 524.395 183.31 523.765 184.6C523.135 185.86 522.28 186.91 521.2 187.75C520.12 188.59 518.845 189.205 517.375 189.595C515.935 189.955 514.39 190.135 512.74 190.135C511.09 190.135 509.53 189.955 508.06 189.595C506.62 189.205 505.36 188.59 504.28 187.75C503.2 186.91 502.345 185.86 501.715 184.6C501.085 183.31 500.77 181.81 500.77 180.1C500.77 178.39 501.085 176.905 501.715 175.645C502.345 174.355 503.2 173.29 504.28 172.45C505.36 171.61 506.62 170.98 508.06 170.56C509.53 170.14 511.09 169.93 512.74 169.93ZM530.574 189.19C531.054 189.19 531.384 189.145 531.564 189.055C531.744 188.935 531.834 188.755 531.834 188.515V171.685C531.834 171.445 531.744 171.28 531.564 171.19C531.384 171.07 531.054 171.01 530.574 171.01V170.2H537.414V171.01C536.574 171.01 536.154 171.235 536.154 171.685V188.515C536.154 188.965 536.574 189.19 537.414 189.19V190H530.574V189.19ZM545.155 189.19C545.695 189.19 545.965 188.965 545.965 188.515V171.685C545.965 171.235 545.695 171.01 545.155 171.01V170.2H551.77V171.01C551.56 171.04 551.455 171.115 551.455 171.235C551.455 171.385 551.785 171.79 552.445 172.45L563.245 183.88V171.685C563.245 171.235 562.945 171.01 562.345 171.01V170.2H567.835V171.01C567.295 171.01 567.025 171.235 567.025 171.685V188.515C567.025 188.965 567.295 189.19 567.835 189.19V190H561.985V189.19C562.195 189.19 562.3 189.115 562.3 188.965C562.3 188.845 562.15 188.635 561.85 188.335C561.58 188.035 561.265 187.69 560.905 187.3L549.745 175.42V188.515C549.745 188.965 550.06 189.19 550.69 189.19V190H545.155V189.19ZM576.519 183.115C576.519 183.235 576.504 183.37 576.474 183.52C576.474 183.64 576.474 183.775 576.474 183.925C576.474 184.375 576.759 184.795 577.329 185.185C577.899 185.545 578.574 185.86 579.354 186.13C580.164 186.37 580.959 186.565 581.739 186.715C582.549 186.865 583.179 186.94 583.629 186.94C584.049 186.94 584.559 186.91 585.159 186.85C585.789 186.79 586.404 186.67 587.004 186.49C587.604 186.28 588.114 186.01 588.534 185.68C588.954 185.32 589.164 184.855 589.164 184.285C589.164 183.625 588.789 183.145 588.039 182.845C587.319 182.545 586.404 182.32 585.294 182.17C584.184 181.99 582.984 181.825 581.694 181.675C580.404 181.495 579.204 181.225 578.094 180.865C576.984 180.475 576.054 179.935 575.304 179.245C574.584 178.525 574.224 177.52 574.224 176.23C574.224 174.31 575.019 172.78 576.609 171.64C578.199 170.5 580.434 169.93 583.314 169.93C584.724 169.93 585.924 170.05 586.914 170.29C587.934 170.5 588.789 170.74 589.479 171.01C590.169 171.28 590.724 171.535 591.144 171.775C591.594 171.985 591.924 172.09 592.134 172.09C592.374 172.09 592.554 172.06 592.674 172C592.794 171.91 592.944 171.82 593.124 171.73L593.619 172.225L591.369 176.455L590.559 176.185C590.529 176.005 590.499 175.825 590.469 175.645C590.439 175.465 590.304 175.285 590.064 175.105C589.464 174.595 588.534 174.16 587.274 173.8C586.014 173.44 584.604 173.26 583.044 173.26C582.444 173.26 581.874 173.305 581.334 173.395C580.794 173.455 580.314 173.575 579.894 173.755C579.474 173.935 579.144 174.175 578.904 174.475C578.664 174.745 578.544 175.09 578.544 175.51C578.544 176.17 578.904 176.65 579.624 176.95C580.374 177.22 581.304 177.445 582.414 177.625C583.524 177.775 584.724 177.94 586.014 178.12C587.304 178.27 588.504 178.54 589.614 178.93C590.724 179.32 591.639 179.89 592.359 180.64C593.109 181.39 593.484 182.425 593.484 183.745C593.484 185.065 593.154 186.145 592.494 186.985C591.864 187.825 591.069 188.485 590.109 188.965C589.149 189.445 588.084 189.76 586.914 189.91C585.774 190.06 584.694 190.135 583.674 190.135C582.654 190.135 581.634 190.045 580.614 189.865C579.624 189.655 578.709 189.43 577.869 189.19C577.059 188.92 576.369 188.68 575.799 188.47C575.229 188.23 574.884 188.11 574.764 188.11C574.554 188.11 574.374 188.2 574.224 188.38L573.594 187.93L575.664 182.89L576.519 183.115ZM631.3 174.385C631.3 173.815 630.835 173.53 629.905 173.53H618.925V178.03H625.855C626.365 178.03 626.74 178 626.98 177.94C627.22 177.85 627.34 177.64 627.34 177.31H628.15V182.08H627.25C627.34 181.75 627.22 181.555 626.89 181.495C626.56 181.405 626.095 181.36 625.495 181.36H618.925V186.67H630.445C630.805 186.67 631.105 186.595 631.345 186.445C631.585 186.265 631.705 186.04 631.705 185.77H632.515V190.495H631.705C631.705 190.225 631.585 190.075 631.345 190.045C631.105 190.015 630.805 190 630.445 190H613.93V189.19C614.08 189.19 614.23 189.145 614.38 189.055C614.53 188.935 614.605 188.755 614.605 188.515V171.685C614.605 171.445 614.53 171.28 614.38 171.19C614.23 171.07 614.08 171.01 613.93 171.01V170.2H629.905C630.835 170.2 631.3 169.93 631.3 169.39H632.11V174.385H631.3ZM643.66 189.19C643.81 189.19 643.96 189.145 644.11 189.055C644.26 188.935 644.335 188.755 644.335 188.515V173.53H638.485C638.245 173.53 638.02 173.59 637.81 173.71C637.6 173.83 637.495 174.025 637.495 174.295H636.685V169.12H637.495C637.495 169.54 637.6 169.825 637.81 169.975C638.02 170.125 638.245 170.2 638.485 170.2H654.505C654.745 170.2 654.97 170.125 655.18 169.975C655.39 169.825 655.495 169.54 655.495 169.12H656.305V174.295H655.495C655.495 174.025 655.39 173.83 655.18 173.71C654.97 173.59 654.745 173.53 654.505 173.53H648.655V188.515C648.655 188.965 648.925 189.19 649.465 189.19V190H643.66V189.19ZM473.05 235.19C473.53 235.19 473.86 235.145 474.04 235.055C474.22 234.935 474.31 234.755 474.31 234.515V217.685C474.31 217.445 474.22 217.28 474.04 217.19C473.86 217.07 473.53 217.01 473.05 217.01V216.2H479.89V217.01C479.05 217.01 478.63 217.235 478.63 217.685V234.515C478.63 234.965 479.05 235.19 479.89 235.19V236H473.05V235.19ZM488.17 235.19C488.32 235.16 488.44 235.1 488.53 235.01C488.65 234.92 488.71 234.71 488.71 234.38V217.91C488.71 217.49 488.665 217.235 488.575 217.145C488.515 217.055 488.38 217.01 488.17 217.01V216.2H494.425V217.01C494.125 217.01 493.975 217.145 493.975 217.415C493.975 217.535 494.02 217.7 494.11 217.91C494.23 218.09 494.395 218.36 494.605 218.72L500.095 228.845L505.63 218.765C505.84 218.405 506.005 218.12 506.125 217.91C506.245 217.67 506.305 217.505 506.305 217.415C506.305 217.145 506.185 217.01 505.945 217.01V216.2H512.29V217.01C512.14 217.01 511.99 217.055 511.84 217.145C511.72 217.205 511.66 217.355 511.66 217.595V234.515C511.66 234.755 511.72 234.935 511.84 235.055C511.99 235.145 512.14 235.19 512.29 235.19V236H507.07V235.19C507.7 235.19 507.97 234.965 507.88 234.515V221.87H507.79L500.14 236H499.78L492.535 221.87H492.58H492.49V234.515C492.49 234.965 492.745 235.19 493.255 235.19V236H488.17V235.19ZM532.481 224.435C533.351 224.435 534.071 224.285 534.641 223.985C535.241 223.655 535.541 223.01 535.541 222.05C535.541 221.12 535.241 220.475 534.641 220.115C534.071 219.725 533.351 219.53 532.481 219.53H524.921V224.435H532.481ZM520.601 217.685C520.601 217.235 520.226 217.01 519.476 217.01V216.2H532.571C535.001 216.2 536.816 216.635 538.016 217.505C539.246 218.375 539.861 219.89 539.861 222.05C539.861 224.21 539.246 225.71 538.016 226.55C536.816 227.36 535.001 227.765 532.571 227.765H524.921V234.515C524.921 234.965 525.236 235.19 525.866 235.19V236H519.476V235.19C520.226 235.19 520.601 234.965 520.601 234.515V217.685ZM551.411 216.2V217.01C550.721 217.01 550.376 217.235 550.376 217.685V232.67H562.526C562.886 232.67 563.186 232.595 563.426 232.445C563.666 232.265 563.786 232.025 563.786 231.725H564.596V236.45H563.786C563.786 236.21 563.666 236.075 563.426 236.045C563.186 236.015 562.886 236 562.526 236H544.886V235.19C545.666 235.19 546.056 234.965 546.056 234.515V217.685C546.056 217.235 545.666 217.01 544.886 217.01V216.2H551.411ZM582.176 227.72L578.531 220.16L575.336 227.72H582.176ZM567.146 235.19C567.506 235.13 567.791 234.965 568.001 234.695C568.241 234.395 568.421 234.125 568.541 233.885L575.246 219.26C575.426 218.84 575.561 218.51 575.651 218.27C575.771 218 575.831 217.745 575.831 217.505C575.831 217.325 575.786 217.22 575.696 217.19C575.636 217.13 575.561 217.07 575.471 217.01V216.2H582.266V217.01C582.176 217.07 582.071 217.115 581.951 217.145C581.861 217.175 581.816 217.295 581.816 217.505C581.816 217.685 581.876 217.91 581.996 218.18C582.146 218.42 582.296 218.705 582.446 219.035L589.736 234.335C589.886 234.605 590.051 234.8 590.231 234.92C590.411 235.04 590.606 235.13 590.816 235.19V236H584.426V235.325C584.576 235.325 584.726 235.28 584.876 235.19C585.056 235.1 585.146 234.935 585.146 234.695C585.146 234.515 585.116 234.35 585.056 234.2C584.996 234.05 584.921 233.855 584.831 233.615L583.616 231.05H573.986L572.726 233.48C572.606 233.72 572.501 233.945 572.411 234.155C572.351 234.335 572.321 234.5 572.321 234.65C572.321 234.89 572.396 235.04 572.546 235.1C572.696 235.16 572.906 235.19 573.176 235.19V236H567.146V235.19ZM595.121 235.19C595.661 235.19 595.931 234.965 595.931 234.515V217.685C595.931 217.235 595.661 217.01 595.121 217.01V216.2H601.736V217.01C601.526 217.04 601.421 217.115 601.421 217.235C601.421 217.385 601.751 217.79 602.411 218.45L613.211 229.88V217.685C613.211 217.235 612.911 217.01 612.311 217.01V216.2H617.801V217.01C617.261 217.01 616.991 217.235 616.991 217.685V234.515C616.991 234.965 617.261 235.19 617.801 235.19V236H611.951V235.19C612.161 235.19 612.266 235.115 612.266 234.965C612.266 234.845 612.116 234.635 611.816 234.335C611.546 234.035 611.231 233.69 610.871 233.3L599.711 221.42V234.515C599.711 234.965 600.026 235.19 600.656 235.19V236H595.121V235.19ZM629.905 235.19C630.055 235.19 630.205 235.145 630.355 235.055C630.505 234.935 630.58 234.755 630.58 234.515V219.53H624.73C624.49 219.53 624.265 219.59 624.055 219.71C623.845 219.83 623.74 220.025 623.74 220.295H622.93V215.12H623.74C623.74 215.54 623.845 215.825 624.055 215.975C624.265 216.125 624.49 216.2 624.73 216.2H640.75C640.99 216.2 641.215 216.125 641.425 215.975C641.635 215.825 641.74 215.54 641.74 215.12H642.55V220.295H641.74C641.74 220.025 641.635 219.83 641.425 219.71C641.215 219.59 640.99 219.53 640.75 219.53H634.9V234.515C634.9 234.965 635.17 235.19 635.71 235.19V236H629.905V235.19ZM657.715 219.26C656.755 219.26 655.81 219.425 654.88 219.755C653.98 220.055 653.17 220.505 652.45 221.105C651.73 221.675 651.145 222.38 650.695 223.22C650.275 224.06 650.065 225.02 650.065 226.1C650.065 227.18 650.275 228.14 650.695 228.98C651.145 229.82 651.73 230.54 652.45 231.14C653.17 231.71 653.98 232.16 654.88 232.49C655.81 232.79 656.755 232.94 657.715 232.94C658.675 232.94 659.605 232.79 660.505 232.49C661.435 232.16 662.26 231.71 662.98 231.14C663.7 230.54 664.27 229.82 664.69 228.98C665.14 228.14 665.365 227.18 665.365 226.1C665.365 225.02 665.14 224.06 664.69 223.22C664.27 222.38 663.7 221.675 662.98 221.105C662.26 220.505 661.435 220.055 660.505 219.755C659.605 219.425 658.675 219.26 657.715 219.26ZM657.715 215.93C659.365 215.93 660.91 216.14 662.35 216.56C663.82 216.98 665.095 217.61 666.175 218.45C667.255 219.29 668.11 220.355 668.74 221.645C669.37 222.905 669.685 224.39 669.685 226.1C669.685 227.81 669.37 229.31 668.74 230.6C668.11 231.86 667.255 232.91 666.175 233.75C665.095 234.59 663.82 235.205 662.35 235.595C660.91 235.955 659.365 236.135 657.715 236.135C656.065 236.135 654.505 235.955 653.035 235.595C651.595 235.205 650.335 234.59 649.255 233.75C648.175 232.91 647.32 231.86 646.69 230.6C646.06 229.31 645.745 227.81 645.745 226.1C645.745 224.39 646.06 222.905 646.69 221.645C647.32 220.355 648.175 219.29 649.255 218.45C650.335 217.61 651.595 216.98 653.035 216.56C654.505 216.14 656.065 215.93 657.715 215.93ZM681.445 216.2V217.01C680.755 217.01 680.41 217.235 680.41 217.685V232.67H692.56C692.92 232.67 693.22 232.595 693.46 232.445C693.7 232.265 693.82 232.025 693.82 231.725H694.63V236.45H693.82C693.82 236.21 693.7 236.075 693.46 236.045C693.22 236.015 692.92 236 692.56 236H674.92V235.19C675.7 235.19 676.09 234.965 676.09 234.515V217.685C676.09 217.235 675.7 217.01 674.92 217.01V216.2H681.445ZM710.23 219.26C709.27 219.26 708.325 219.425 707.395 219.755C706.495 220.055 705.685 220.505 704.965 221.105C704.245 221.675 703.66 222.38 703.21 223.22C702.79 224.06 702.58 225.02 702.58 226.1C702.58 227.18 702.79 228.14 703.21 228.98C703.66 229.82 704.245 230.54 704.965 231.14C705.685 231.71 706.495 232.16 707.395 232.49C708.325 232.79 709.27 232.94 710.23 232.94C711.19 232.94 712.12 232.79 713.02 232.49C713.95 232.16 714.775 231.71 715.495 231.14C716.215 230.54 716.785 229.82 717.205 228.98C717.655 228.14 717.88 227.18 717.88 226.1C717.88 225.02 717.655 224.06 717.205 223.22C716.785 222.38 716.215 221.675 715.495 221.105C714.775 220.505 713.95 220.055 713.02 219.755C712.12 219.425 711.19 219.26 710.23 219.26ZM710.23 215.93C711.88 215.93 713.425 216.14 714.865 216.56C716.335 216.98 717.61 217.61 718.69 218.45C719.77 219.29 720.625 220.355 721.255 221.645C721.885 222.905 722.2 224.39 722.2 226.1C722.2 227.81 721.885 229.31 721.255 230.6C720.625 231.86 719.77 232.91 718.69 233.75C717.61 234.59 716.335 235.205 714.865 235.595C713.425 235.955 711.88 236.135 710.23 236.135C708.58 236.135 707.02 235.955 705.55 235.595C704.11 235.205 702.85 234.59 701.77 233.75C700.69 232.91 699.835 231.86 699.205 230.6C698.575 229.31 698.26 227.81 698.26 226.1C698.26 224.39 698.575 222.905 699.205 221.645C699.835 220.355 700.69 219.29 701.77 218.45C702.85 217.61 704.11 216.98 705.55 216.56C707.02 216.14 708.58 215.93 710.23 215.93ZM745.21 222.725L744.67 222.41C744.73 222.11 744.76 221.945 744.76 221.915C744.76 221.645 744.565 221.36 744.175 221.06C743.785 220.73 743.275 220.43 742.645 220.16C742.015 219.89 741.295 219.68 740.485 219.53C739.705 219.35 738.91 219.26 738.1 219.26C736.99 219.26 735.94 219.395 734.95 219.665C733.96 219.905 733.09 220.31 732.34 220.88C731.59 221.42 730.99 222.125 730.54 222.995C730.09 223.865 729.865 224.93 729.865 226.19C729.865 227.45 730.105 228.515 730.585 229.385C731.065 230.225 731.68 230.915 732.43 231.455C733.21 231.965 734.065 232.34 734.995 232.58C735.925 232.82 736.825 232.94 737.695 232.94C738.985 232.94 740.2 232.85 741.34 232.67C742.51 232.49 743.575 232.145 744.535 231.635V228.8H739.9C739.57 228.8 739.285 228.875 739.045 229.025C738.805 229.145 738.655 229.385 738.595 229.745H737.785V225.11H738.595C738.655 225.41 738.805 225.605 739.045 225.695C739.285 225.785 739.57 225.83 739.9 225.83H748.72V226.64C748.45 226.76 748.27 226.895 748.18 227.045C748.09 227.195 748.045 227.42 748.045 227.72V231.995C748.045 232.265 748.075 232.46 748.135 232.58C748.225 232.67 748.42 232.775 748.72 232.895V233.435C748.45 233.615 748.015 233.87 747.415 234.2C746.845 234.5 746.11 234.8 745.21 235.1C744.34 235.4 743.32 235.655 742.15 235.865C740.98 236.045 739.675 236.135 738.235 236.135C736.285 236.135 734.515 235.925 732.925 235.505C731.365 235.055 730.03 234.395 728.92 233.525C727.84 232.655 727 231.605 726.4 230.375C725.83 229.115 725.545 227.69 725.545 226.1C725.545 224.51 725.83 223.1 726.4 221.87C727 220.61 727.84 219.545 728.92 218.675C730.03 217.775 731.365 217.1 732.925 216.65C734.515 216.17 736.285 215.93 738.235 215.93C739.405 215.93 740.44 216.035 741.34 216.245C742.24 216.455 743.02 216.68 743.68 216.92C744.37 217.16 744.925 217.385 745.345 217.595C745.765 217.805 746.08 217.91 746.29 217.91C746.53 217.91 746.71 217.895 746.83 217.865C746.95 217.805 747.1 217.7 747.28 217.55L747.82 217.82L745.21 222.725ZM755.574 235.19C756.054 235.19 756.384 235.145 756.564 235.055C756.744 234.935 756.834 234.755 756.834 234.515V217.685C756.834 217.445 756.744 217.28 756.564 217.19C756.384 217.07 756.054 217.01 755.574 217.01V216.2H762.414V217.01C761.574 217.01 761.154 217.235 761.154 217.685V234.515C761.154 234.965 761.574 235.19 762.414 235.19V236H755.574V235.19ZM787.57 220.385C787.57 219.815 787.105 219.53 786.175 219.53H775.195V224.03H782.125C782.635 224.03 783.01 224 783.25 223.94C783.49 223.85 783.61 223.64 783.61 223.31H784.42V228.08H783.52C783.61 227.75 783.49 227.555 783.16 227.495C782.83 227.405 782.365 227.36 781.765 227.36H775.195V232.67H786.715C787.075 232.67 787.375 232.595 787.615 232.445C787.855 232.265 787.975 232.04 787.975 231.77H788.785V236.495H787.975C787.975 236.225 787.855 236.075 787.615 236.045C787.375 236.015 787.075 236 786.715 236H770.2V235.19C770.35 235.19 770.5 235.145 770.65 235.055C770.8 234.935 770.875 234.755 770.875 234.515V217.685C770.875 217.445 770.8 217.28 770.65 217.19C770.5 217.07 770.35 217.01 770.2 217.01V216.2H786.175C787.105 216.2 787.57 215.93 787.57 215.39H788.38V220.385H787.57Z"
fill="white"
/>
<path
data-home-building-text="3"
class="js-homeBuilding__building__text"
d="M264.1 56.19C264.1 55.86 263.965 55.62 263.695 55.47C263.455 55.29 263.02 55.2 262.39 55.2H247.81V60.78H256.63C257.23 60.78 257.695 60.705 258.025 60.555C258.355 60.375 258.52 59.94 258.52 59.25H259.33V66.27H258.52C258.52 65.58 258.355 65.145 258.025 64.965C257.695 64.755 257.23 64.65 256.63 64.65H247.81V70.86H262.84C263.29 70.86 263.65 70.755 263.92 70.545C264.22 70.335 264.37 70.05 264.37 69.69H265.18V75.855H264.37C264.37 75.405 264.22 75.15 263.92 75.09C263.65 75.03 263.29 75 262.84 75H241.87V74.19C242.08 74.19 242.26 74.13 242.41 74.01C242.59 73.86 242.68 73.65 242.68 73.38V52.95C242.68 52.68 242.59 52.485 242.41 52.365C242.26 52.215 242.08 52.14 241.87 52.14V51.33H262.39C263.02 51.33 263.455 51.24 263.695 51.06C263.965 50.85 264.1 50.58 264.1 50.25H264.91V56.19H264.1ZM273.01 68.115C273.01 68.235 272.995 68.37 272.965 68.52C272.965 68.64 272.965 68.775 272.965 68.925C272.965 69.375 273.25 69.795 273.82 70.185C274.39 70.545 275.065 70.86 275.845 71.13C276.655 71.37 277.45 71.565 278.23 71.715C279.04 71.865 279.67 71.94 280.12 71.94C280.54 71.94 281.05 71.91 281.65 71.85C282.28 71.79 282.895 71.67 283.495 71.49C284.095 71.28 284.605 71.01 285.025 70.68C285.445 70.32 285.655 69.855 285.655 69.285C285.655 68.625 285.28 68.145 284.53 67.845C283.81 67.545 282.895 67.32 281.785 67.17C280.675 66.99 279.475 66.825 278.185 66.675C276.895 66.495 275.695 66.225 274.585 65.865C273.475 65.475 272.545 64.935 271.795 64.245C271.075 63.525 270.715 62.52 270.715 61.23C270.715 59.31 271.51 57.78 273.1 56.64C274.69 55.5 276.925 54.93 279.805 54.93C281.215 54.93 282.415 55.05 283.405 55.29C284.425 55.5 285.28 55.74 285.97 56.01C286.66 56.28 287.215 56.535 287.635 56.775C288.085 56.985 288.415 57.09 288.625 57.09C288.865 57.09 289.045 57.06 289.165 57C289.285 56.91 289.435 56.82 289.615 56.73L290.11 57.225L287.86 61.455L287.05 61.185C287.02 61.005 286.99 60.825 286.96 60.645C286.93 60.465 286.795 60.285 286.555 60.105C285.955 59.595 285.025 59.16 283.765 58.8C282.505 58.44 281.095 58.26 279.535 58.26C278.935 58.26 278.365 58.305 277.825 58.395C277.285 58.455 276.805 58.575 276.385 58.755C275.965 58.935 275.635 59.175 275.395 59.475C275.155 59.745 275.035 60.09 275.035 60.51C275.035 61.17 275.395 61.65 276.115 61.95C276.865 62.22 277.795 62.445 278.905 62.625C280.015 62.775 281.215 62.94 282.505 63.12C283.795 63.27 284.995 63.54 286.105 63.93C287.215 64.32 288.13 64.89 288.85 65.64C289.6 66.39 289.975 67.425 289.975 68.745C289.975 70.065 289.645 71.145 288.985 71.985C288.355 72.825 287.56 73.485 286.6 73.965C285.64 74.445 284.575 74.76 283.405 74.91C282.265 75.06 281.185 75.135 280.165 75.135C279.145 75.135 278.125 75.045 277.105 74.865C276.115 74.655 275.2 74.43 274.36 74.19C273.55 73.92 272.86 73.68 272.29 73.47C271.72 73.23 271.375 73.11 271.255 73.11C271.045 73.11 270.865 73.2 270.715 73.38L270.085 72.93L272.155 67.89L273.01 68.115ZM301.435 74.19C301.585 74.19 301.735 74.145 301.885 74.055C302.035 73.935 302.11 73.755 302.11 73.515V58.53H296.26C296.02 58.53 295.795 58.59 295.585 58.71C295.375 58.83 295.27 59.025 295.27 59.295H294.46V54.12H295.27C295.27 54.54 295.375 54.825 295.585 54.975C295.795 55.125 296.02 55.2 296.26 55.2H312.28C312.52 55.2 312.745 55.125 312.955 54.975C313.165 54.825 313.27 54.54 313.27 54.12H314.08V59.295H313.27C313.27 59.025 313.165 58.83 312.955 58.71C312.745 58.59 312.52 58.53 312.28 58.53H306.43V73.515C306.43 73.965 306.7 74.19 307.24 74.19V75H301.435V74.19ZM324.475 73.515C324.475 73.755 324.535 73.935 324.655 74.055C324.805 74.145 324.97 74.19 325.15 74.19V75H319.48V74.19C319.66 74.19 319.81 74.145 319.93 74.055C320.08 73.935 320.155 73.755 320.155 73.515V56.685C320.155 56.445 320.08 56.28 319.93 56.19C319.81 56.07 319.66 56.01 319.48 56.01V55.2H325.15V56.01C324.97 56.01 324.805 56.07 324.655 56.19C324.535 56.28 324.475 56.445 324.475 56.685V63.03H336.535V56.685C336.535 56.445 336.46 56.28 336.31 56.19C336.19 56.07 336.04 56.01 335.86 56.01V55.2H341.53V56.01C341.35 56.01 341.185 56.07 341.035 56.19C340.915 56.28 340.855 56.445 340.855 56.685V73.515C340.855 73.755 340.915 73.935 341.035 74.055C341.185 74.145 341.35 74.19 341.53 74.19V75H335.86V74.19C336.04 74.19 336.19 74.145 336.31 74.055C336.46 73.935 336.535 73.755 336.535 73.515V66.72H324.475V73.515ZM358.989 52.95H355.209L359.304 46.47H365.379L358.989 52.95ZM366.594 59.385C366.594 58.815 366.129 58.53 365.199 58.53H354.219V63.03H361.149C361.659 63.03 362.034 63 362.274 62.94C362.514 62.85 362.634 62.64 362.634 62.31H363.444V67.08H362.544C362.634 66.75 362.514 66.555 362.184 66.495C361.854 66.405 361.389 66.36 360.789 66.36H354.219V71.67H365.739C366.099 71.67 366.399 71.595 366.639 71.445C366.879 71.265 366.999 71.04 366.999 70.77H367.809V75.495H366.999C366.999 75.225 366.879 75.075 366.639 75.045C366.399 75.015 366.099 75 365.739 75H349.224V74.19C349.374 74.19 349.524 74.145 349.674 74.055C349.824 73.935 349.899 73.755 349.899 73.515V56.685C349.899 56.445 349.824 56.28 349.674 56.19C349.524 56.07 349.374 56.01 349.224 56.01V55.2H365.199C366.129 55.2 366.594 54.93 366.594 54.39H367.404V59.385H366.594ZM378.954 74.19C379.104 74.19 379.254 74.145 379.404 74.055C379.554 73.935 379.629 73.755 379.629 73.515V58.53H373.779C373.539 58.53 373.314 58.59 373.104 58.71C372.894 58.83 372.789 59.025 372.789 59.295H371.979V54.12H372.789C372.789 54.54 372.894 54.825 373.104 54.975C373.314 55.125 373.539 55.2 373.779 55.2H389.799C390.039 55.2 390.264 55.125 390.474 54.975C390.684 54.825 390.789 54.54 390.789 54.12H391.599V59.295H390.789C390.789 59.025 390.684 58.83 390.474 58.71C390.264 58.59 390.039 58.53 389.799 58.53H383.949V73.515C383.949 73.965 384.219 74.19 384.759 74.19V75H378.954V74.19ZM397.089 74.19C397.569 74.19 397.899 74.145 398.079 74.055C398.259 73.935 398.349 73.755 398.349 73.515V56.685C398.349 56.445 398.259 56.28 398.079 56.19C397.899 56.07 397.569 56.01 397.089 56.01V55.2H403.929V56.01C403.089 56.01 402.669 56.235 402.669 56.685V73.515C402.669 73.965 403.089 74.19 403.929 74.19V75H397.089V74.19ZM421.749 58.26C420.789 58.26 419.844 58.425 418.914 58.755C418.014 59.055 417.204 59.505 416.484 60.105C415.764 60.675 415.179 61.38 414.729 62.22C414.309 63.06 414.099 64.02 414.099 65.1C414.099 66.18 414.309 67.14 414.729 67.98C415.179 68.82 415.764 69.54 416.484 70.14C417.204 70.71 418.014 71.16 418.914 71.49C419.844 71.79 420.789 71.94 421.749 71.94C422.469 71.94 423.024 71.88 423.414 71.76C422.784 70.89 422.199 70.215 421.659 69.735C421.119 69.255 420.654 68.895 420.264 68.655C419.874 68.385 419.559 68.19 419.319 68.07C419.109 67.95 419.004 67.83 419.004 67.71C419.004 67.56 419.154 67.44 419.454 67.35C419.784 67.23 420.219 67.17 420.759 67.17C421.809 67.17 422.739 67.455 423.549 68.025C424.389 68.595 425.394 69.405 426.564 70.455C427.404 69.855 428.079 69.105 428.589 68.205C429.129 67.305 429.399 66.27 429.399 65.1C429.399 64.02 429.174 63.06 428.724 62.22C428.304 61.38 427.734 60.675 427.014 60.105C426.294 59.505 425.469 59.055 424.539 58.755C423.639 58.425 422.709 58.26 421.749 58.26ZM428.184 78.78C428.274 78.66 428.364 78.525 428.454 78.375C428.574 78.255 428.634 78.105 428.634 77.925C428.634 77.655 428.394 77.25 427.914 76.71C427.434 76.17 426.789 75.51 425.979 74.73C424.569 75 423.159 75.135 421.749 75.135C420.099 75.135 418.539 74.955 417.069 74.595C415.629 74.205 414.369 73.59 413.289 72.75C412.209 71.91 411.354 70.86 410.724 69.6C410.094 68.31 409.779 66.81 409.779 65.1C409.779 63.39 410.094 61.905 410.724 60.645C411.354 59.355 412.209 58.29 413.289 57.45C414.369 56.61 415.629 55.98 417.069 55.56C418.539 55.14 420.099 54.93 421.749 54.93C423.399 54.93 424.944 55.14 426.384 55.56C427.854 55.98 429.129 56.61 430.209 57.45C431.289 58.29 432.144 59.355 432.774 60.645C433.404 61.905 433.719 63.39 433.719 65.1C433.719 67.08 433.314 68.745 432.504 70.095C431.724 71.445 430.659 72.51 429.309 73.29C430.779 74.7 431.694 75.405 432.054 75.405C432.504 75.405 432.804 75.33 432.954 75.18L433.404 75.585L428.544 79.32L428.184 78.78ZM445.299 56.01C444.639 56.01 444.309 56.235 444.309 56.685V66.99C444.309 68.43 444.834 69.585 445.884 70.455C446.934 71.325 448.539 71.76 450.699 71.76C452.859 71.76 454.464 71.325 455.514 70.455C456.564 69.585 457.089 68.43 457.089 66.99V56.685C457.089 56.235 456.714 56.01 455.964 56.01V55.2H462.219V56.01C461.559 56.01 461.229 56.235 461.229 56.685V68.07C461.229 69 461.019 69.9 460.599 70.77C460.179 71.61 459.534 72.36 458.664 73.02C457.824 73.68 456.729 74.205 455.379 74.595C454.059 74.955 452.499 75.135 450.699 75.135C448.899 75.135 447.324 74.955 445.974 74.595C444.654 74.205 443.559 73.68 442.689 73.02C441.849 72.36 441.219 71.61 440.799 70.77C440.379 69.9 440.169 69 440.169 68.07V56.685C440.169 56.445 440.079 56.28 439.899 56.19C439.719 56.07 439.374 56.01 438.864 56.01V55.2H445.299V56.01ZM486.609 59.385C486.609 58.815 486.144 58.53 485.214 58.53H474.234V63.03H481.164C481.674 63.03 482.049 63 482.289 62.94C482.529 62.85 482.649 62.64 482.649 62.31H483.459V67.08H482.559C482.649 66.75 482.529 66.555 482.199 66.495C481.869 66.405 481.404 66.36 480.804 66.36H474.234V71.67H485.754C486.114 71.67 486.414 71.595 486.654 71.445C486.894 71.265 487.014 71.04 487.014 70.77H487.824V75.495H487.014C487.014 75.225 486.894 75.075 486.654 75.045C486.414 75.015 486.114 75 485.754 75H469.239V74.19C469.389 74.19 469.539 74.145 469.689 74.055C469.839 73.935 469.914 73.755 469.914 73.515V56.685C469.914 56.445 469.839 56.28 469.689 56.19C469.539 56.07 469.389 56.01 469.239 56.01V55.2H485.214C486.144 55.2 486.609 54.93 486.609 54.39H487.419V59.385H486.609Z"
fill="white"
/>
<defs>
<clipPath id="clip0_1484_77696">
<rect width="461" height="567" fill="white" transform="translate(140)" />
</clipPath>
</defs>
</svg>
</div>
</div>
</section>
@import url('https://fonts.googleapis.com/css?family=Signika+Negative:300,400&display=swap');
body {
font-family: "Signika Negative", sans-serif;
font-weight: 300;
margin: 0;
padding: 0;
}
.scrollDownSection {
height: 100vh;
background: aliceblue;
display: flex;
align-items: center;
justify-content: center;
}
.scrollDownSection p {
font-size: 3rem;
color: #000;
}
.container {
max-width: 1200px;
margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
}
.homeBuilding {
--homeTextColor: #fff;
--homeTextGap: 20px;
padding-top: 85px;
padding-bottom: 60px;
}
.homeBuilding > div {
display: grid;
grid-template-areas: 'texts building';
grid-template-columns: 415px 1fr;
gap: 90px;
}
.homeBuilding__texts {
grid-template-areas: 'texts';
}
.homeBuilding__texts > * + * {
margin-top: 75px;
}
.homeBuilding__building {
grid-template-areas: 'building';
margin-top: 70px;
}
.homeBuilding__building svg {
will-change: transform;
}
section {
background-color: #0C1D2C;
color: #FFF;
}
class BuildingAnimations {
static init() {
gsap.registerPlugin(DrawSVGPlugin);
gsap.registerPlugin(ScrollTrigger);
this._drawBuilding();
this._buildingAnimations();
}
/**
* Draw Building path by path
*
* @private
*/
static _drawBuilding() {
const timeline = gsap.timeline({
scrollTrigger: {
trigger: '.js-homeBuilding',
start: 'top center',
markers: true
}
});
timeline
.fromTo(
`.js-homeBuilding__building svg path[stroke]:not(.js-homeBuilding__building__circle):not(.js-homeBuilding__building__text):not(.js-homeBuilding__building__line)`,
{
drawSVG: 0
},
{
drawSVG: true,
ease: Linear.easeNone,
stagger: 0.003
}
);
}
/**
* Building animations
*
* @private
*/
static _buildingAnimations() {
const timeline = gsap.timeline({
scrollTrigger: {
trigger: '.js-homeBuilding__building > svg',
scrub: true,
start: '50% 50%',
end: '+=150%',
pin: true,
markers: true
}
});
timeline
.from('.js-homeBuilding__building__text[data-home-building-text="1"]', {
autoAlpha: 0
})
.from('.js-homeBuilding__building__circle[data-home-building-circle="1"]', {
autoAlpha: 0
}, '<')
.fromTo('.js-homeBuilding__building__line[data-home-building-line="1"]', {
drawSVG: 0
}, {
drawSVG: '100%',
ease: Linear.easeNone
})
.from('.js-homeBuilding__building__text[data-home-building-text="2"]', {
autoAlpha: 0
})
.from('.js-homeBuilding__building__circle[data-home-building-circle="2"]', {
autoAlpha: 0
}, '<')
.fromTo('.js-homeBuilding__building__line[data-home-building-line="2"]', {
drawSVG: '100% 100%'
}, {
drawSVG: '100% 0%',
ease: Linear.easeNone
})
.from('.js-homeBuilding__building__text[data-home-building-text="3"]', {
autoAlpha: 0
})
.from('.js-homeBuilding__building__circle[data-home-building-circle="3"]', {
autoAlpha: 0
}, '<');
}
}
BuildingAnimations.init();
Also see: Tab Triggers