Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jospoortvliet@gmail.com>2017-01-11 18:03:02 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2017-01-11 18:03:02 +0300
commit2acfb6e1e919472f12668ae1704fccb2a40071bb (patch)
treed3cf30e799fb2345e086c424b70873803216eefc
parentfd0cd719ae5dff36ef11d5d4073df32fd8e64a31 (diff)
epic work by Paulo
-rw-r--r--assets/css/buy.css328
-rw-r--r--assets/css/buy.scss284
-rw-r--r--assets/css/custom.css946
-rw-r--r--assets/css/custom.scss16
-rw-r--r--assets/css/enterprise.css388
-rw-r--r--assets/css/enterprise.scss448
-rw-r--r--assets/css/pricing.css264
-rw-r--r--assets/css/pricing.scss321
-rw-r--r--assets/img/enterprise/data_safe.svg1
-rw-r--r--assets/img/enterprise/hero-image.pngbin0 -> 324577 bytes
-rw-r--r--assets/img/enterprise/ilustration_matterexperts.svg1
-rw-r--r--assets/img/enterprise/security.svg1
-rw-r--r--assets/js/enterprise.js64
-rw-r--r--page-buy.php23
-rw-r--r--page-enterprise.php233
-rw-r--r--page-pricing.php181
16 files changed, 1670 insertions, 1829 deletions
diff --git a/assets/css/buy.css b/assets/css/buy.css
index 5b9d021a..d8920739 100644
--- a/assets/css/buy.css
+++ b/assets/css/buy.css
@@ -1,336 +1,22 @@
/*Colors*/
/*Shadows*/
/*Breakpoints*/
-/*Colors*/
-/*Shadows*/
-/*Breakpoints*/
/* Make Navbar transparent */
.nav:not(.scrolled) {
background-color: transparent;
position: absolute; }
-/**
- * Enterprise Page
- */
-.enterprise-background {
+.buy-background {
background-image: url("../img/enterprise/enterprise.jpg");
background-position: bottom 0 right 0; }
-/* All headers */
-.header {
- margin-bottom: 54px;
- /* font-family: $font-stack; */
- font-size: 60px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 0.88;
- text-align: center;
- color: #2a2a36; }
-
-/* Pricing area */
-.pricing {
- margin-top: 133px; }
- .pricing .btn-primary {
- text-indent: -20px; }
-
-.table-column {
- cursor: default;
- border-radius: 8px;
- border: solid 1px #eeeeee;
- padding: 0px;
- width: 31%;
- margin-left: 1%;
- margin-right: 1%;
- margin-bottom: 50px; }
- @media (max-width: 991px) {
- .table-column {
- width: 80%;
- margin: auto;
- margin-bottom: 60px; } }
- .table-column .table-header {
- padding: 0px;
- margin: 0px;
- width: 100%;
- border-radius: 7px 7px 0px 0px; }
- .table-column .table-header h1 {
- text-align: center;
- color: #2a2a36;
- font-size: 22px;
- font-weight: bold;
- line-height: 1.36;
- padding: 0px;
- margin: 0px;
- padding-top: 42px;
- letter-spacing: 0; }
- .table-column .table-header h2 {
- font-size: 18px;
- font-weight: 300;
- text-align: center;
- color: #555555;
- line-height: 1.61;
- padding: 0px;
- margin: 0px;
- padding-top: 0px;
- padding-bottom: 29px; }
- .table-column .basic {
- background-color: #f9f9f9; }
- .table-column .standard {
- background-color: #c4e1f7; }
- .table-column .premium {
- background-color: #178ecd; }
- .table-column .premium h1 {
- color: white !important; }
- .table-column .premium h2 {
- color: white !important; }
- .table-column .highlight {
- box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.16); }
-
-.table-content {
- margin: 15px;
- padding: 0px;
- margin-left: 30px;
- margin-right: 30px; }
- .table-content h1 {
- font-size: 18px;
- font-weight: 600;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.22;
- color: #555555;
- text-align: left;
- letter-spacing: 0;
- margin-top: 25px;
- margin-bottom: 0px; }
-
-.line {
- width: 100%;
- border: solid 1px #eeeeee;
- margin-top: -5px;
- margin-bottom: 15px; }
-
-.list .check {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555; }
-
-.list .check {
- list-style-image: url("../img/enterprise/check.svg");
- list-style-position: inside; }
-
-.list .nocheck {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #b1b1b1; }
- .list .nocheck a {
- color: #b1b1b1;
- text-decoration: none; }
-
-.list .nocheck {
- list-style-image: url("../img/enterprise/nocheck.svg");
- list-style-position: inside; }
-
-.list .optional {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555; }
-
-.list .optional {
- list-style-image: url("../img/enterprise/optional.svg");
- list-style-position: inside; }
-
-.list .price {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555; }
-
-.list .price {
- list-style-image: url("../img/enterprise/blank.svg");
- list-style-position: inside; }
-
-.table-content .btn-lg {
- margin-top: 30px;
- margin-bottom: 30px;
- width: 100%;
- text-indent: -20px; }
-
-/* Tooltips */
-/* Tooltip text */
-.overinfo .infotext {
- visibility: hidden;
- /* width: 200px; */
- background-color: #555555;
- color: #fff;
- text-align: center;
- padding: 5px 0;
- line-height: 1.4;
- border-radius: 6px;
- /* Position the tooltip text */
- position: absolute;
- z-index: 10;
- padding: 3px;
- /* top: 100%; */
- /* left: 50%; */
- /* margin-left: -100px; */ }
-
-/* Show the tooltip text when you mouse over the tooltip container */
-.overinfo:hover .infotext {
- visibility: visible; }
-
-.overinfo .infotext::after {
- content: " ";
- position: absolute;
- bottom: 100%;
- /* At the top of the tooltip */
- left: 50%;
- margin-left: -5px;
- border-width: 5px;
- border-style: solid;
- border-color: transparent transparent #555555 transparent; }
-
-.overinfo .infotext {
- opacity: 0;
- transition: opacity 0.5s; }
-
-.overinfo:hover .infotext {
- opacity: 1; }
-
-/* Discount section */
-.discounts {
- margin-top: 64px;
- margin-bottom: 30px; }
- .discounts a {
- font-size: 20px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #178ecd; }
- .discounts .box {
- border: solid 1px transparent;
- margin-bottom: 50px; }
- .discounts .box:hover {
- box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
- border: solid 1px #fbfbfb;
- border-radius: 8px;
- transition: all 0.5s ease; }
- .discounts .box h1 {
- font-size: 25px;
- font-weight: bold;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #2a2a36; }
- .discounts .box p {
- font-size: 20px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #434343; }
- .discounts .box p:last-of-type {
- margin-bottom: 30px; }
- .discounts .box .img-responsive {
- margin-left: auto;
- margin-right: auto;
- margin-top: 36px;
- margin-bottom: 17px; }
-
-/* Discount section */
-.faq {
- background: #0082c9;
- padding-bottom: 50px; }
- .faq .container {
- background: white;
- margin-bottom: 90px;
- padding-left: 0px;
- padding-right: 0px; }
- .faq .container .row {
- padding: 30px;
- margin: 40px;
- margin-right: 60px; }
- @media (max-width: 768px) {
- .faq .container .row {
- padding-left: 10px;
- padding-right: 10px;
- margin-left: 10px;
- margin-right: 10px;
- margin-right: 30px; } }
-
-.faq h3 {
- /* font-family: OpenSans; */
- font-size: 20px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.45;
- text-align: left;
- color: #555555; }
-
-.faq h1 {
- /* font-family: OpenSans; */
- font-size: 60px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 0.88;
- color: #ffffff;
- margin-top: 100px;
- margin-bottom: 80px; }
-
-.faq p {
- /* font-family: OpenSans; */
- font-size: 18px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.61;
- text-align: left;
- color: #555555; }
-
-.faq .downarrow a {
- color: #555555; }
-
-.faq .downarrow a:hover {
- text-decoration: none; }
-
-.faq .line {
- width: 100%;
- height: 1px;
- border: solid 1px #eeeeee; }
-
-.downarrow {
- position: relative; }
-
-.downarrow span.icon-arrow-down {
- background: url(../img/arrow_down.svg) center/contain no-repeat;
- position: absolute;
- width: 25px;
- height: 100%;
- right: -30px;
- top: 0px; }
-
.contact {
margin-top: 50px;
- margin-bottom: 150px; }
+ margin-bottom: 50px; }
+
+.contact > h3 {
+ margin-top: 90px;
+ margin-bottom: 20px;
+ text-align: left; }
/*# sourceMappingURL=buy.css.map */
diff --git a/assets/css/buy.scss b/assets/css/buy.scss
index 487f10a8..81e69e23 100644
--- a/assets/css/buy.scss
+++ b/assets/css/buy.scss
@@ -1,266 +1,18 @@
-/*Colors*/
-/*Shadows*/
-/*Breakpoints*/
-/* Make Navbar transparent */
-.nav:not(.scrolled) {
- background-color: transparent;
- position: absolute; }
-
-.section-top-jumbotron {
- height: 531px;
- background-color: #252323; }
- .section-top-jumbotron .container h2 {
- color: white;
- padding-top: 150px;
- line-height: 1.4; }
- .section-top-jumbotron .container .box {
- background: url("../img/box/box_front.png") no-repeat;
- width: 689px;
- height: 569.8px;
- margin: 0 auto;
- margin-top: 80px;
- position: relative; }
-
-.section-data-home {
- background-color: white;
- height: 100%;
- width: 100%;
- text-align: center; }
- .section-data-home h2 {
- padding-top: 280px; }
- .section-data-home p {
- padding-top: 20px;
- margin: 0 auto; }
- .section-data-home .btn-primary {
- margin-top: 40px; }
-
-.section-tecnology {
- padding-top: 100px;
- padding-bottom: 200px;
- height: 100%;
- width: 100%;
- background-color: white; }
- .section-tecnology .container {
- border-top: 1px solid #E8E8E8; }
- .section-tecnology .container .box-open {
- background: url("../img/box/box-open.png") no-repeat;
- width: 651px;
- height: 476px;
- margin-top: 120px; }
- .section-tecnology .container .wrapper-text {
- margin-top: 120px; }
- .section-tecnology .container .wrapper-text h6 {
- font-size: 18px;
- font-weight: 500;
- padding-top: 30px; }
-
-.section-getbox {
- height: 440px;
- width: 100%;
- background-color: #252323;
- position: relative; }
- .section-getbox .container .wrapper-text {
- max-width: 550px;
- color: white;
- padding-top: 40px; }
- .section-getbox .container .wrapper-text h2 {
- color: white; }
- .section-getbox .container .wrapper-text p {
- padding-top: 10px; }
- .section-getbox .container .wrapper-text .btn-primary {
- margin-top: 20px; }
- .section-getbox .container .wrapper-text .btn-primary:before {
- display: none; }
- .section-getbox .container .box-perspective {
- background: url("../img/box/box-perspective.png") no-repeat;
- width: 692px;
- height: 485px;
- background-repeat: no-repeat;
- float: right;
- margin-top: -130px; }
-
-.section-how-to-box {
- padding-top: 120px;
- height: 100%;
- width: 100%;
- background-color: white; }
- .section-how-to-box .container p {
- font-size: 18px;
- font-weight: 300;
- margin: 0 auto;
- margin-top: 10px;
- text-align: center; }
- .section-how-to-box .container .assembly {
- background: url("../img/box/assembly.png") no-repeat;
- width: 639px;
- height: 541px;
- margin: 0 auto; }
- .section-how-to-box .container .btn-primary {
- text-align: center;
- margin: 0 auto;
- margin-top: 20px; }
- .section-how-to-box .container .btn-primary:before {
- display: none; }
-
-.section-wiki-forums {
- padding-top: 100px;
- height: 100%;
- width: 100%; }
- .section-wiki-forums .container {
- border-top: 1px solid #E8E8E8;
- padding-top: 60px; }
- .section-wiki-forums .container p {
- font-size: 18px;
- font-weight: 300;
- margin: 0 auto;
- margin-top: 10px; }
- .section-wiki-forums .container .wrapper-buttons {
- text-align: center;
- margin-top: 50px; }
- .section-wiki-forums .container .wrapper-buttons p {
- display: inline-block; }
- .section-wiki-forums .container .wrapper-buttons .button {
- margin-left: 20px;
- margin-right: 20px; }
-
-.section-partners {
- padding-top: 120px;
- padding-bottom: 100px;
- height: 100%;
- width: 100%; }
- .section-partners .container {
- border-top: 1px solid #E8E8E8;
- padding-top: 60px; }
- .section-partners .container p {
- font-size: 18px;
- font-weight: 300;
- margin: 0 auto;
- margin-top: 10px; }
- .section-partners .container .wrapper-images {
- text-align: center;
- margin-top: 25px; }
- .section-partners .container .wrapper-images .logo-wd {
- background: url("../img/box/wd-logo.svg") no-repeat;
- width: 245.8px;
- height: 58.7px;
- display: inline-block;
- margin-left: 25px;
- margin-right: 25px; }
- .section-partners .container .wrapper-images .logo-ubuntu {
- background: url("../img/box/ubuntu-logo.svg") no-repeat;
- width: 242.5px;
- height: 60px;
- display: inline-block;
- margin-left: 10px;
- margin-right: 10px; }
-
-@media (max-width: 991px) {
- .section-data-home h2 {
- padding-top: 350px; }
-
- .section-getbox {
- padding-top: 100px;
- height: 450px; }
- .section-getbox .container .wrapper-text {
- margin-top: 60px; }
- .section-getbox .container .wrapper-text h2 {
- color: white; }
- .section-getbox .container .wrapper-text p {
- padding-top: 10px; }
- .section-getbox .container .wrapper-text .btn-primary {
- margin-top: 20px;
- padding: 20px 50px 20px 50px; }
- .section-getbox .container .wrapper-text .btn-primary:before {
- display: none; }
- .section-getbox .container .box-perspective {
- width: 346px;
- height: 242px;
- background-repeat: no-repeat;
- background-size: contain;
- margin-top: -200px; } }
-@media (max-width: 768px) {
- .section-top-jumbotron .container {
- height: 100%; }
- .section-top-jumbotron .container .box {
- width: 100%;
- height: 100%;
- margin: 0 auto;
- background-size: contain;
- margin-top: 120px; }
-
- .section-data-home h2 {
- padding-top: 180px; }
-
- .section-tecnology {
- padding-top: 60px;
- padding-bottom: 150px; }
- .section-tecnology .container .box-open {
- width: 325px;
- height: 238px;
- margin-top: 60px;
- background-size: contain; }
- .section-tecnology .container .wrapper-text {
- margin-top: 60px; }
- .section-tecnology .container .wrapper-text h6 {
- font-size: 18px;
- line-height: 26px;
- font-weight: 500;
- padding-top: 0;
- padding-bottom: 10px; }
-
- .section-getbox {
- padding-top: 100px;
- height: 450px; }
- .section-getbox .container .wrapper-text {
- margin-top: 60px; }
- .section-getbox .container .wrapper-text h2 {
- color: white; }
- .section-getbox .container .wrapper-text p {
- padding-top: 10px; }
- .section-getbox .container .wrapper-text .btn-primary {
- margin-top: 20px;
- padding: 20px 50px 20px 50px; }
- .section-getbox .container .wrapper-text .btn-primary:before {
- display: none; }
- .section-getbox .container .box-perspective {
- width: 346px;
- height: 242px;
- background-repeat: no-repeat;
- background-size: contain;
- margin-top: -200px; }
-
- .section-how-to-box {
- padding-top: 50px; }
- .section-how-to-box .container .assembly {
- width: 319px;
- height: 270px;
- background-size: contain; }
- .section-how-to-box .container .btn-primary {
- padding: 20px 50px 20px 50px; }
-
- .section-wiki-forums {
- padding-top: 50px; }
- .section-wiki-forums .container {
- padding-top: 30px; }
- .section-wiki-forums .container .col-xs-8 .wrapper-buttons {
- text-align: center;
- margin-top: 50px; }
- .section-wiki-forums .container .col-xs-8 .wrapper-buttons .button {
- margin: 0, 15px; }
-
- .section-partners {
- padding-top: 30px;
- padding-bottom: 50px; }
- .section-partners .container {
- padding-top: 30px; }
- .section-partners .container .wrapper-images {
- text-align: center;
- margin-top: 25px; }
- .section-partners .container .wrapper-images .logo-wd {
- width: 122px;
- height: 29px; }
- .section-partners .container .wrapper-images .logo-ubuntu {
- width: 121px;
- height: 30px; } }
-
-/*# sourceMappingURL=buy.scss.map */
+@import "variables.scss";
+@import "transparent-navbar.scss";
+
+.buy-background {
+ background-image: url("../img/enterprise/enterprise.jpg");
+ background-position: bottom 0 right 0;
+}
+
+.contact {
+ margin-top: 50px;
+ margin-bottom: 50px;
+}
+
+.contact > h3 {
+ margin-top: 90px;
+ margin-bottom: 20px;
+ text-align: left;
+}
diff --git a/assets/css/custom.css b/assets/css/custom.css
index 4f2c8066..5888dcb0 100644
--- a/assets/css/custom.css
+++ b/assets/css/custom.css
@@ -1429,250 +1429,146 @@ footer.page-footer {
/**
* Enterprise Page
*/
-.enterprise-background {
- background-image: url("../img/enterprise/enterprise.jpg");
- background-position: bottom 0 right 0; }
-
-/* All headers */
-.header {
- margin-bottom: 54px;
- /* font-family: $font-stack; */
- font-size: 60px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 0.88;
- text-align: center;
- color: #2a2a36; }
-
-/* Pricing area */
-.pricing {
- margin-top: 133px; }
- .pricing .btn-primary {
- text-indent: -20px; }
-
-.table-column {
- cursor: default;
- border-radius: 8px;
- border: solid 1px #eeeeee;
- padding: 0px;
- width: 31%;
- margin-left: 1%;
- margin-right: 1%;
- margin-bottom: 50px; }
- @media (max-width: 991px) {
- .table-column {
- width: 80%;
- margin: auto;
- margin-bottom: 60px; } }
- .table-column .table-header {
- padding: 0px;
- margin: 0px;
- width: 100%;
- border-radius: 7px 7px 0px 0px; }
- .table-column .table-header h1 {
- text-align: center;
- color: #2a2a36;
- font-size: 22px;
- font-weight: bold;
- line-height: 1.36;
- padding: 0px;
- margin: 0px;
- padding-top: 42px;
- letter-spacing: 0; }
- .table-column .table-header h2 {
- font-size: 18px;
- font-weight: 300;
- text-align: center;
- color: #555555;
- line-height: 1.61;
- padding: 0px;
- margin: 0px;
- padding-top: 0px;
- padding-bottom: 29px; }
- .table-column .basic {
- background-color: #f9f9f9; }
- .table-column .standard {
- background-color: #c4e1f7; }
- .table-column .premium {
- background-color: #178ecd; }
- .table-column .premium h1 {
- color: white !important; }
- .table-column .premium h2 {
- color: white !important; }
- .table-column .highlight {
- box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.16); }
-
-.table-content {
- margin: 15px;
- padding: 0px;
- margin-left: 30px;
- margin-right: 30px; }
- .table-content h1 {
- font-size: 18px;
- font-weight: 600;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.22;
- color: #555555;
- text-align: left;
- letter-spacing: 0;
- margin-top: 25px;
- margin-bottom: 0px; }
-
-.line {
- width: 100%;
- border: solid 1px #eeeeee;
- margin-top: -5px;
- margin-bottom: 15px; }
-
-.list .check {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555; }
-
-.list .check {
- list-style-image: url("../img/enterprise/check.svg");
- list-style-position: inside; }
-
-.list .nocheck {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #b1b1b1; }
- .list .nocheck a {
- color: #b1b1b1;
- text-decoration: none; }
-
-.list .nocheck {
- list-style-image: url("../img/enterprise/nocheck.svg");
- list-style-position: inside; }
-
-.list .optional {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555; }
-
-.list .optional {
- list-style-image: url("../img/enterprise/optional.svg");
- list-style-position: inside; }
-
-.list .price {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555; }
-
-.list .price {
- list-style-image: url("../img/enterprise/blank.svg");
- list-style-position: inside; }
-
-.table-content .btn-lg {
- margin-top: 30px;
- margin-bottom: 30px;
- width: 100%;
- text-indent: -20px; }
-
-/* Tooltips */
-/* Tooltip text */
-.overinfo .infotext {
- visibility: hidden;
- /* width: 200px; */
- background-color: #555555;
- color: #fff;
- text-align: center;
- padding: 5px 0;
- line-height: 1.4;
- border-radius: 6px;
- /* Position the tooltip text */
- position: absolute;
- z-index: 10;
- padding: 3px;
- /* top: 100%; */
- /* left: 50%; */
- /* margin-left: -100px; */ }
-
-/* Show the tooltip text when you mouse over the tooltip container */
-.overinfo:hover .infotext {
- visibility: visible; }
-
-.overinfo .infotext::after {
- content: " ";
+.enterprise-hero-section .background {
+ background-color: #0082c9;
+ background-image: none;
+ padding-bottom: 0;
+ padding-top: 0;
+ margin-bottom: 0;
+ background-repeat: no-repeat;
+ background-position: bottom 0 right 0;
+ background-size: cover;
+ border-radius: 0 !important;
+ height: 70vh;
+ min-height: 600px;
+ max-height: 800px; }
+.enterprise-hero-section .topbanner {
+ width: auto;
+ height: auto;
+ max-width: 90vw;
+ max-height: 90vh;
+ margin: 0 0 0 0;
+ padding: 0 0 0 0;
position: absolute;
- bottom: 100%;
- /* At the top of the tooltip */
- left: 50%;
- margin-left: -5px;
- border-width: 5px;
- border-style: solid;
- border-color: transparent transparent #555555 transparent; }
-
-.overinfo .infotext {
- opacity: 0;
- transition: opacity 0.5s; }
+ bottom: 0;
+ right: 0px;
+ float: right;
+ overflow: hidden;
+ zoom: 0.55; }
+
+.enterprise-menu .menu {
+ background: #fbfbfb;
+ height: 70px;
+ border-bottom: solid 1px #e4e4e4;
+ border-top: solid 1px #e4e4e4;
+ text-transform: uppercase;
+ vertical-align: middle;
+ z-index: 5; }
+ .enterprise-menu .menu .buttons {
+ font-weight: 600;
+ margin-top: 23px; }
+ .enterprise-menu .menu .buttons a {
+ padding-right: 10px;
+ color: gray; }
+ .enterprise-menu .menu .buttons a:focus {
+ text-decoration: none;
+ color: black; }
+ .enterprise-menu .menu .buttons a:hov .enterprise-menu .menu .buttons a:active {
+ text-decoration: none;
+ color: black; }
+ .enterprise-menu .menu .buttons a:hover {
+ text-decoration: none;
+ color: black; }
+ .enterprise-menu .menu .buttons .btn-primary {
+ float: right;
+ font-size: 14px;
+ padding: 8px 20px;
+ margin-left: 20px;
+ margin-top: -5px;
+ color: white; }
+ .enterprise-menu .menu .buttons .btn-primary:hover {
+ text-decoration: none;
+ color: white; }
+ .enterprise-menu .menu .buttons .btn-primary:before {
+ background: none; }
+
+.what-you-get-section {
+ background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 150px);
+ background: linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
+ background: -webkit-linear-gradient(to bottom, #fff 0, #f6f6f6 150px); }
+ .what-you-get-section .container {
+ padding-top: 8.54297em;
+ padding-bottom: 8.54297em; }
+ .what-you-get-section .container p {
+ max-width: 43.24878em;
+ margin: 0 auto; }
+ .what-you-get-section .container ul {
+ max-width: 43.24878em;
+ margin: 0 auto;
+ margin-top: 40px; }
+ .what-you-get-section .container ul .check {
+ font-size: 22px;
+ font-weight: 300;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.0;
+ color: #555555;
+ list-style-image: url("../img/enterprise/check.svg");
+ list-style-position: inside; }
+
+.section--expertise {
+ background: -webkit-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: -o-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: linear-gradient(#fff 0%, #f6f6f6 150px); }
+ .section--expertise .container {
+ padding-top: 8.54297em;
+ padding-bottom: 8.54297em; }
+ .section--expertise .container .section--intro {
+ max-width: 43.24878em;
+ margin: 0 auto; }
+ .section--expertise .container .expertise__ilustration {
+ background: url(../img/enterprise/ilustration_matterexperts.svg) no-repeat center/contain;
+ width: 878px;
+ height: 612px;
+ margin: 0 auto;
+ position: relative; }
-.overinfo:hover .infotext {
- opacity: 1; }
+.section--security {
+ background: -webkit-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: -o-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: linear-gradient(#fff 0%, #f6f6f6 150px); }
+ .section--security .container {
+ padding-top: 8.54297em;
+ padding-bottom: 8.54297em; }
+ .section--security .container .section--intro {
+ max-width: 43.24878em;
+ margin: 0 auto; }
+ .section--security .container .security__ilustration {
+ background: url(../img/enterprise/security.svg) no-repeat center/contain;
+ width: 672px;
+ height: 640px;
+ margin: 0 auto;
+ position: relative; }
-/* Discount section */
-.discounts {
- margin-top: 64px;
- margin-bottom: 30px; }
- .discounts a {
- font-size: 20px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #178ecd; }
- .discounts .box {
- border: solid 1px transparent;
- margin-bottom: 50px; }
- .discounts .box:hover {
- box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
- border: solid 1px #fbfbfb;
- border-radius: 8px;
- transition: all 0.5s ease; }
- .discounts .box h1 {
- font-size: 25px;
- font-weight: bold;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #2a2a36; }
- .discounts .box p {
- font-size: 20px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #434343; }
- .discounts .box p:last-of-type {
- margin-bottom: 30px; }
- .discounts .box .img-responsive {
- margin-left: auto;
- margin-right: auto;
- margin-top: 36px;
- margin-bottom: 17px; }
+.section--lifecycle {
+ background: -webkit-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: -o-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: linear-gradient(#fff 0%, #f6f6f6 150px); }
+ .section--lifecycle .container {
+ padding-top: 8.54297em;
+ padding-bottom: 8.54297em; }
+ .section--lifecycle .container .section--intro {
+ max-width: 43.24878em;
+ margin: 0 auto; }
+ .section--lifecycle .container .lifecycle__ilustration {
+ background: url(../img/enterprise/data_safe.svg) no-repeat center/contain;
+ width: 562px;
+ height: 660px;
+ margin: 0 auto;
+ margin-left: 248px;
+ position: relative; }
-/* Discount section */
+/* FAQ section */
.faq {
background: #0082c9;
padding-bottom: 50px; }
@@ -1694,7 +1590,6 @@ footer.page-footer {
margin-right: 30px; } }
.faq h3 {
- /* font-family: OpenSans; */
font-size: 20px;
font-weight: normal;
font-style: normal;
@@ -1704,7 +1599,6 @@ footer.page-footer {
color: #555555; }
.faq h1 {
- /* font-family: OpenSans; */
font-size: 60px;
font-weight: 300;
font-style: normal;
@@ -1712,10 +1606,10 @@ footer.page-footer {
line-height: 0.88;
color: #ffffff;
margin-top: 100px;
- margin-bottom: 80px; }
+ margin-bottom: 80px;
+ text-align: center; }
.faq p {
- /* font-family: OpenSans; */
font-size: 18px;
font-weight: 300;
font-style: normal;
@@ -2069,328 +1963,293 @@ footer.page-footer {
background-color: transparent;
position: absolute; }
-.section-top-jumbotron {
- height: 531px;
- background-color: #252323; }
-
-.section-top-jumbotron .container h2 {
- color: white;
- padding-top: 150px;
- line-height: 1.4; }
-
-.section-top-jumbotron .container .box {
- background: url("../img/box/box_front.png") no-repeat;
- width: 689px;
- height: 569.8px;
- margin: 0 auto;
- margin-top: 80px;
- position: relative; }
-
-.section-data-home {
- background-color: white;
- height: 100%;
- width: 100%;
- text-align: center; }
-
-.section-data-home h2 {
- padding-top: 280px; }
-
-.section-data-home p {
- padding-top: 20px;
- margin: 0 auto; }
-
-.section-data-home .btn-primary {
- margin-top: 40px; }
-
-.section-tecnology {
- padding-top: 100px;
- padding-bottom: 200px;
- height: 100%;
- width: 100%;
- background-color: white; }
-
-.section-tecnology .container {
- border-top: 1px solid #E8E8E8; }
-
-.section-tecnology .container .box-open {
- background: url("../img/box/box-open.png") no-repeat;
- width: 651px;
- height: 476px;
- margin-top: 120px; }
-
-.section-tecnology .container .wrapper-text {
- margin-top: 120px; }
-
-.section-tecnology .container .wrapper-text h6 {
- font-size: 18px;
- font-weight: 500;
- padding-top: 30px; }
-
-.section-getbox {
- height: 440px;
- width: 100%;
- background-color: #252323;
- position: relative; }
-
-.section-getbox .container .wrapper-text {
- max-width: 550px;
- color: white;
- padding-top: 40px; }
-
-.section-getbox .container .wrapper-text h2 {
- color: white; }
-
-.section-getbox .container .wrapper-text p {
- padding-top: 10px; }
-
-.section-getbox .container .wrapper-text .btn-primary {
- margin-top: 20px; }
-
-.section-getbox .container .wrapper-text .btn-primary:before {
- display: none; }
-
-.section-getbox .container .box-perspective {
- background: url("../img/box/box-perspective.png") no-repeat;
- width: 692px;
- height: 485px;
- background-repeat: no-repeat;
- float: right;
- margin-top: -130px; }
-
-.section-how-to-box {
- padding-top: 120px;
- height: 100%;
- width: 100%;
- background-color: white; }
-
-.section-how-to-box .container p {
- font-size: 18px;
- font-weight: 300;
- margin: 0 auto;
- margin-top: 10px;
- text-align: center; }
-
-.section-how-to-box .container .assembly {
- background: url("../img/box/assembly.png") no-repeat;
- width: 639px;
- height: 541px;
- margin: 0 auto; }
-
-.section-how-to-box .container .btn-primary {
- text-align: center;
- margin: 0 auto;
- margin-top: 20px; }
-
-.section-how-to-box .container .btn-primary:before {
- display: none; }
-
-.section-wiki-forums {
- padding-top: 100px;
- height: 100%;
- width: 100%; }
-
-.section-wiki-forums .container {
- border-top: 1px solid #E8E8E8;
- padding-top: 60px; }
-
-.section-wiki-forums .container p {
- font-size: 18px;
- font-weight: 300;
- margin: 0 auto;
- margin-top: 10px; }
-
-.section-wiki-forums .container .wrapper-buttons {
- text-align: center;
- margin-top: 50px; }
-
-.section-wiki-forums .container .wrapper-buttons p {
- display: inline-block; }
-
-.section-wiki-forums .container .wrapper-buttons .button {
- margin-left: 20px;
- margin-right: 20px; }
-
-.section-partners {
- padding-top: 120px;
- padding-bottom: 100px;
- height: 100%;
- width: 100%; }
-
-.section-partners .container {
- border-top: 1px solid #E8E8E8;
- padding-top: 60px; }
-
-.section-partners .container p {
- font-size: 18px;
- font-weight: 300;
- margin: 0 auto;
- margin-top: 10px; }
-
-.section-partners .container .wrapper-images {
- text-align: center;
- margin-top: 25px; }
-
-.section-partners .container .wrapper-images .logo-wd {
- background: url("../img/box/wd-logo.svg") no-repeat;
- width: 245.8px;
- height: 58.7px;
- display: inline-block;
- margin-left: 25px;
- margin-right: 25px; }
-
-.section-partners .container .wrapper-images .logo-ubuntu {
- background: url("../img/box/ubuntu-logo.svg") no-repeat;
- width: 242.5px;
- height: 60px;
- display: inline-block;
- margin-left: 10px;
- margin-right: 10px; }
-
-@media (max-width: 991px) {
- .section-data-home h2 {
- padding-top: 350px; }
+.buy-background {
+ background-image: url("../img/enterprise/enterprise.jpg");
+ background-position: bottom 0 right 0; }
- .section-getbox {
- padding-top: 100px;
- height: 450px; }
+.contact {
+ margin-top: 50px;
+ margin-bottom: 50px; }
- .section-getbox .container .wrapper-text {
- margin-top: 60px; }
+.contact > h3 {
+ margin-top: 90px;
+ margin-bottom: 20px;
+ text-align: left; }
- .section-getbox .container .wrapper-text h2 {
- color: white; }
+/*Colors*/
+/*Shadows*/
+/*Breakpoints*/
+/* Make Navbar transparent */
+.nav:not(.scrolled) {
+ background-color: transparent;
+ position: absolute; }
- .section-getbox .container .wrapper-text p {
- padding-top: 10px; }
+.support-background {
+ background: url("../img/headers/support.jpg") no-repeat;
+ background-position: center; }
- .section-getbox .container .wrapper-text .btn-primary {
- margin-top: 20px;
- padding: 20px 50px 20px 50px; }
+/*Colors*/
+/*Shadows*/
+/*Breakpoints*/
+/* Make Navbar transparent */
+.nav:not(.scrolled) {
+ background-color: transparent;
+ position: absolute; }
- .section-getbox .container .wrapper-text .btn-primary:before {
- display: none; }
+/**
+ * Background
+ */
+.pricing-background {
+ background-image: url("../img/enterprise/enterprise.jpg");
+ background-position: bottom 0 right 0; }
- .section-getbox .container .box-perspective {
- width: 346px;
- height: 242px;
- background-repeat: no-repeat;
- background-size: contain;
- margin-top: -200px; } }
-@media (max-width: 768px) {
- .section-top-jumbotron .container {
- height: 100%; }
+/* Pricing area */
+.pricing-section {
+ margin-top: 133px; }
+ .pricing-section .btn-primary {
+ text-indent: -20px; }
- .section-top-jumbotron .container .box {
+.table-column {
+ cursor: default;
+ border-radius: 8px;
+ border: solid 1px #eeeeee;
+ padding: 0px;
+ width: 31%;
+ margin-left: 1%;
+ margin-right: 1%;
+ margin-bottom: 50px; }
+ @media (max-width: 991px) {
+ .table-column {
+ width: 80%;
+ margin: auto;
+ margin-bottom: 60px; } }
+ .table-column .table-header {
+ padding: 0px;
+ margin: 0px;
width: 100%;
- height: 100%;
- margin: 0 auto;
- background-size: contain;
- margin-top: 120px; }
-
- .section-data-home h2 {
- padding-top: 180px; }
-
- .section-tecnology {
- padding-top: 60px;
- padding-bottom: 150px; }
-
- .section-tecnology .container .box-open {
- width: 325px;
- height: 238px;
- margin-top: 60px;
- background-size: contain; }
-
- .section-tecnology .container .wrapper-text {
- margin-top: 60px; }
+ border-radius: 7px 7px 0px 0px; }
+ .table-column .table-header h1 {
+ text-align: center;
+ color: #2a2a36;
+ font-size: 22px;
+ font-weight: bold;
+ line-height: 1.36;
+ padding: 0px;
+ margin: 0px;
+ padding-top: 42px;
+ letter-spacing: 0; }
+ .table-column .table-header h2 {
+ font-size: 18px;
+ font-weight: 300;
+ text-align: center;
+ color: #555555;
+ line-height: 1.61;
+ padding: 0px;
+ margin: 0px;
+ padding-top: 0px;
+ padding-bottom: 29px; }
+ .table-column .basic {
+ background-color: #f9f9f9; }
+ .table-column .standard {
+ background-color: #c4e1f7; }
+ .table-column .premium {
+ background-color: #178ecd; }
+ .table-column .premium h1 {
+ color: white !important; }
+ .table-column .premium h2 {
+ color: white !important; }
+ .table-column .highlight {
+ box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.16); }
- .section-tecnology .container .wrapper-text h6 {
+.table-content {
+ margin: 15px;
+ padding: 0px;
+ margin-left: 30px;
+ margin-right: 30px; }
+ .table-content h1 {
font-size: 18px;
- line-height: 26px;
- font-weight: 500;
- padding-top: 0;
- padding-bottom: 10px; }
-
- .section-getbox {
- padding-top: 100px;
- height: 450px; }
+ font-weight: 600;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.22;
+ color: #555555;
+ text-align: left;
+ letter-spacing: 0;
+ margin-top: 25px;
+ margin-bottom: 0px; }
- .section-getbox .container .wrapper-text {
- margin-top: 60px; }
+.line {
+ width: 100%;
+ border: solid 1px #eeeeee;
+ margin-top: -5px;
+ margin-bottom: 15px; }
- .section-getbox .container .wrapper-text h2 {
- color: white; }
+.list .check {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #555555; }
- .section-getbox .container .wrapper-text p {
- padding-top: 10px; }
+.list .check {
+ list-style-image: url("../img/enterprise/check.svg");
+ list-style-position: inside; }
- .section-getbox .container .wrapper-text .btn-primary {
- margin-top: 20px;
- padding: 20px 50px 20px 50px; }
+.list .nocheck {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #b1b1b1; }
+ .list .nocheck a {
+ color: #b1b1b1;
+ text-decoration: none; }
- .section-getbox .container .wrapper-text .btn-primary:before {
- display: none; }
+.list .nocheck {
+ list-style-image: url("../img/enterprise/nocheck.svg");
+ list-style-position: inside; }
- .section-getbox .container .box-perspective {
- width: 346px;
- height: 242px;
- background-repeat: no-repeat;
- background-size: contain;
- margin-top: -200px; }
+.list .optional {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #555555; }
- .section-how-to-box {
- padding-top: 50px; }
+.list .optional {
+ list-style-image: url("../img/enterprise/optional.svg");
+ list-style-position: inside; }
- .section-how-to-box .container .assembly {
- width: 319px;
- height: 270px;
- background-size: contain; }
+.list .price {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #555555; }
- .section-how-to-box .container .btn-primary {
- padding: 20px 50px 20px 50px; }
+.list .price {
+ list-style-image: url("../img/enterprise/blank.svg");
+ list-style-position: inside; }
- .section-wiki-forums {
- padding-top: 50px; }
+.table-content .btn-lg {
+ margin-top: 30px;
+ margin-bottom: 30px;
+ width: 100%;
+ text-indent: -20px; }
- .section-wiki-forums .container {
- padding-top: 30px; }
+/* Tooltips */
+/* Tooltip text */
+.overinfo .infotext {
+ visibility: hidden;
+ /* width: 200px; */
+ background-color: #555555;
+ color: #fff;
+ text-align: center;
+ padding: 5px 0;
+ line-height: 1.4;
+ border-radius: 6px;
+ /* Position the tooltip text */
+ position: absolute;
+ z-index: 10;
+ padding: 3px;
+ /* top: 100%; */
+ /* left: 50%; */
+ /* margin-left: -100px; */ }
- .section-wiki-forums .container .col-xs-8 .wrapper-buttons {
- text-align: center;
- margin-top: 50px; }
+/* Show the tooltip text when you mouse over the tooltip container */
+.overinfo:hover .infotext {
+ visibility: visible; }
- .section-wiki-forums .container .col-xs-8 .wrapper-buttons .button {
- margin: 0, 15px; }
+.overinfo .infotext::after {
+ content: " ";
+ position: absolute;
+ bottom: 100%;
+ /* At the top of the tooltip */
+ left: 50%;
+ margin-left: -5px;
+ border-width: 5px;
+ border-style: solid;
+ border-color: transparent transparent #555555 transparent; }
- .section-partners {
- padding-top: 30px;
- padding-bottom: 50px; }
+.overinfo .infotext {
+ opacity: 0;
+ transition: opacity 0.5s; }
- .section-partners .container {
- padding-top: 30px; }
+.overinfo:hover .infotext {
+ opacity: 1; }
- .section-partners .container .wrapper-images {
+/* Discount section */
+.discounts {
+ margin-top: 64px;
+ margin-bottom: 30px; }
+ .discounts a {
+ font-size: 20px;
+ font-weight: 300;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 1.36;
text-align: center;
- margin-top: 25px; }
-
- .section-partners .container .wrapper-images .logo-wd {
- width: 122px;
- height: 29px; }
-
- .section-partners .container .wrapper-images .logo-ubuntu {
- width: 121px;
- height: 30px; } }
-/*# sourceMappingURL=buy.scss.map */
-/*Colors*/
-/*Shadows*/
-/*Breakpoints*/
-/* Make Navbar transparent */
-.nav:not(.scrolled) {
- background-color: transparent;
- position: absolute; }
+ color: #178ecd; }
+ .discounts .box {
+ border: solid 1px transparent;
+ margin-bottom: 50px; }
+ .discounts .box:hover {
+ box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
+ border: solid 1px #fbfbfb;
+ border-radius: 8px;
+ transition: all 0.5s ease; }
+ .discounts .box h1 {
+ font-size: 25px;
+ font-weight: bold;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 1.36;
+ text-align: center;
+ color: #2a2a36; }
+ .discounts .box p {
+ font-size: 20px;
+ font-weight: 300;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 1.36;
+ text-align: center;
+ color: #434343; }
+ .discounts .box p:last-of-type {
+ margin-bottom: 30px; }
+ .discounts .box .img-responsive {
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 36px;
+ margin-bottom: 17px; }
-.support-background {
- background: url("../img/headers/support.jpg") no-repeat;
- background-position: center; }
+/* Discount section */
+.faq {
+ background: #0082c9;
+ padding-bottom: 50px; }
+ .faq .container {
+ background: white;
+ margin-bottom: 90px;
+ padding-left: 0px;
+ padding-right: 0px; }
+ .faq .container .row {
+ padding: 30px;
+ margin: 40px;
+ margin-right: 60px; }
+ @media (max-width: 768px) {
+ .faq .container .row {
+ padding-left: 10px;
+ padding-right: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ margin-right: 30px; } }
html {
margin-top: 0 !important; }
@@ -2494,6 +2353,18 @@ ul {
li {
margin-top: 15px; }
+/* All headers */
+.header {
+ margin-bottom: 54px;
+ /* font-family: $font-stack; */
+ font-size: 60px;
+ font-weight: 300;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 0.88;
+ text-align: center;
+ color: #2a2a36; }
+
/*All default buttons*/
.button {
position: relative;
@@ -2669,7 +2540,6 @@ li {
.background {
padding-bottom: 0;
padding-top: 0;
- margin-bottom: 50px;
background-repeat: no-repeat;
background-size: cover;
border-radius: 0 !important;
diff --git a/assets/css/custom.scss b/assets/css/custom.scss
index e77ff4eb..c2a70cd0 100644
--- a/assets/css/custom.scss
+++ b/assets/css/custom.scss
@@ -12,7 +12,7 @@
@import "buy.scss";
@import "support.scss";
@import 'vendor/modular-scale/modular-scale.scss';
-
+@import "pricing.scss";
html{
margin-top: 0 !important;
@@ -144,6 +144,19 @@ li {
}
+/* All headers */
+
+.header {
+ margin-bottom: 54px;
+ /* font-family: $font-stack; */
+ font-size: 60px;
+ font-weight: 300;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 0.88;
+ text-align: center;
+ color: #2a2a36;
+}
/*All default buttons*/
@@ -395,7 +408,6 @@ li {
.background {
padding-bottom: 0;
padding-top: 0;
- margin-bottom: 50px;
background-repeat: no-repeat;
background-size: cover;
border-radius: 0 !important;
diff --git a/assets/css/enterprise.css b/assets/css/enterprise.css
index 4179773e..7adcdb4b 100644
--- a/assets/css/enterprise.css
+++ b/assets/css/enterprise.css
@@ -9,250 +9,146 @@
/**
* Enterprise Page
*/
-.enterprise-background {
- background-image: url("../img/enterprise/enterprise.jpg");
- background-position: bottom 0 right 0; }
-
-/* All headers */
-.header {
- margin-bottom: 54px;
- /* font-family: $font-stack; */
- font-size: 60px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 0.88;
- text-align: center;
- color: #2a2a36; }
-
-/* Pricing area */
-.pricing {
- margin-top: 133px; }
- .pricing .btn-primary {
- text-indent: -20px; }
-
-.table-column {
- cursor: default;
- border-radius: 8px;
- border: solid 1px #eeeeee;
- padding: 0px;
- width: 31%;
- margin-left: 1%;
- margin-right: 1%;
- margin-bottom: 50px; }
- @media (max-width: 991px) {
- .table-column {
- width: 80%;
- margin: auto;
- margin-bottom: 60px; } }
- .table-column .table-header {
- padding: 0px;
- margin: 0px;
- width: 100%;
- border-radius: 7px 7px 0px 0px; }
- .table-column .table-header h1 {
- text-align: center;
- color: #2a2a36;
- font-size: 22px;
- font-weight: bold;
- line-height: 1.36;
- padding: 0px;
- margin: 0px;
- padding-top: 42px;
- letter-spacing: 0; }
- .table-column .table-header h2 {
- font-size: 18px;
- font-weight: 300;
- text-align: center;
- color: #555555;
- line-height: 1.61;
- padding: 0px;
- margin: 0px;
- padding-top: 0px;
- padding-bottom: 29px; }
- .table-column .basic {
- background-color: #f9f9f9; }
- .table-column .standard {
- background-color: #c4e1f7; }
- .table-column .premium {
- background-color: #178ecd; }
- .table-column .premium h1 {
- color: white !important; }
- .table-column .premium h2 {
- color: white !important; }
- .table-column .highlight {
- box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.16); }
-
-.table-content {
- margin: 15px;
- padding: 0px;
- margin-left: 30px;
- margin-right: 30px; }
- .table-content h1 {
- font-size: 18px;
- font-weight: 600;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.22;
- color: #555555;
- text-align: left;
- letter-spacing: 0;
- margin-top: 25px;
- margin-bottom: 0px; }
-
-.line {
- width: 100%;
- border: solid 1px #eeeeee;
- margin-top: -5px;
- margin-bottom: 15px; }
-
-.list .check {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555; }
-
-.list .check {
- list-style-image: url("../img/enterprise/check.svg");
- list-style-position: inside; }
-
-.list .nocheck {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #b1b1b1; }
- .list .nocheck a {
- color: #b1b1b1;
- text-decoration: none; }
-
-.list .nocheck {
- list-style-image: url("../img/enterprise/nocheck.svg");
- list-style-position: inside; }
-
-.list .optional {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555; }
-
-.list .optional {
- list-style-image: url("../img/enterprise/optional.svg");
- list-style-position: inside; }
-
-.list .price {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555; }
-
-.list .price {
- list-style-image: url("../img/enterprise/blank.svg");
- list-style-position: inside; }
-
-.table-content .btn-lg {
- margin-top: 30px;
- margin-bottom: 30px;
- width: 100%;
- text-indent: -20px; }
-
-/* Tooltips */
-/* Tooltip text */
-.overinfo .infotext {
- visibility: hidden;
- /* width: 200px; */
- background-color: #555555;
- color: #fff;
- text-align: center;
- padding: 5px 0;
- line-height: 1.4;
- border-radius: 6px;
- /* Position the tooltip text */
- position: absolute;
- z-index: 10;
- padding: 3px;
- /* top: 100%; */
- /* left: 50%; */
- /* margin-left: -100px; */ }
-
-/* Show the tooltip text when you mouse over the tooltip container */
-.overinfo:hover .infotext {
- visibility: visible; }
-
-.overinfo .infotext::after {
- content: " ";
+.enterprise-hero-section .background {
+ background-color: #0082c9;
+ background-image: none;
+ padding-bottom: 0;
+ padding-top: 0;
+ margin-bottom: 0;
+ background-repeat: no-repeat;
+ background-position: bottom 0 right 0;
+ background-size: cover;
+ border-radius: 0 !important;
+ height: 70vh;
+ min-height: 600px;
+ max-height: 800px; }
+.enterprise-hero-section .topbanner {
+ width: auto;
+ height: auto;
+ max-width: 90vw;
+ max-height: 90vh;
+ margin: 0 0 0 0;
+ padding: 0 0 0 0;
position: absolute;
- bottom: 100%;
- /* At the top of the tooltip */
- left: 50%;
- margin-left: -5px;
- border-width: 5px;
- border-style: solid;
- border-color: transparent transparent #555555 transparent; }
-
-.overinfo .infotext {
- opacity: 0;
- transition: opacity 0.5s; }
-
-.overinfo:hover .infotext {
- opacity: 1; }
-
-/* Discount section */
-.discounts {
- margin-top: 64px;
- margin-bottom: 30px; }
- .discounts a {
- font-size: 20px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #178ecd; }
- .discounts .box {
- border: solid 1px transparent;
- margin-bottom: 50px; }
- .discounts .box:hover {
- box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
- border: solid 1px #fbfbfb;
- border-radius: 8px;
- transition: all 0.5s ease; }
- .discounts .box h1 {
- font-size: 25px;
- font-weight: bold;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #2a2a36; }
- .discounts .box p {
- font-size: 20px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #434343; }
- .discounts .box p:last-of-type {
- margin-bottom: 30px; }
- .discounts .box .img-responsive {
- margin-left: auto;
- margin-right: auto;
- margin-top: 36px;
- margin-bottom: 17px; }
-
-/* Discount section */
+ bottom: 0;
+ right: 0px;
+ float: right;
+ overflow: hidden;
+ zoom: 0.55; }
+
+.enterprise-menu .menu {
+ background: #fbfbfb;
+ height: 70px;
+ border-bottom: solid 1px #e4e4e4;
+ border-top: solid 1px #e4e4e4;
+ text-transform: uppercase;
+ vertical-align: middle;
+ z-index: 5; }
+ .enterprise-menu .menu .buttons {
+ font-weight: 600;
+ margin-top: 23px; }
+ .enterprise-menu .menu .buttons a {
+ padding-right: 10px;
+ color: gray; }
+ .enterprise-menu .menu .buttons a:focus {
+ text-decoration: none;
+ color: black; }
+ .enterprise-menu .menu .buttons a:hov .enterprise-menu .menu .buttons a:active {
+ text-decoration: none;
+ color: black; }
+ .enterprise-menu .menu .buttons a:hover {
+ text-decoration: none;
+ color: black; }
+ .enterprise-menu .menu .buttons .btn-primary {
+ float: right;
+ font-size: 14px;
+ padding: 8px 20px;
+ margin-left: 20px;
+ margin-top: -5px;
+ color: white; }
+ .enterprise-menu .menu .buttons .btn-primary:hover {
+ text-decoration: none;
+ color: white; }
+ .enterprise-menu .menu .buttons .btn-primary:before {
+ background: none; }
+
+.what-you-get-section {
+ background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 150px);
+ background: linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
+ background: -webkit-linear-gradient(to bottom, #fff 0, #f6f6f6 150px); }
+ .what-you-get-section .container {
+ padding-top: 8.54297em;
+ padding-bottom: 8.54297em; }
+ .what-you-get-section .container p {
+ max-width: 43.24878em;
+ margin: 0 auto; }
+ .what-you-get-section .container ul {
+ max-width: 43.24878em;
+ margin: 0 auto;
+ margin-top: 40px; }
+ .what-you-get-section .container ul .check {
+ font-size: 22px;
+ font-weight: 300;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.0;
+ color: #555555;
+ list-style-image: url("../img/enterprise/check.svg");
+ list-style-position: inside; }
+
+.section--expertise {
+ background: -webkit-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: -o-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: linear-gradient(#fff 0%, #f6f6f6 150px); }
+ .section--expertise .container {
+ padding-top: 8.54297em;
+ padding-bottom: 8.54297em; }
+ .section--expertise .container .section--intro {
+ max-width: 43.24878em;
+ margin: 0 auto; }
+ .section--expertise .container .expertise__ilustration {
+ background: url(../img/enterprise/ilustration_matterexperts.svg) no-repeat center/contain;
+ width: 878px;
+ height: 612px;
+ margin: 0 auto;
+ position: relative; }
+
+.section--security {
+ background: -webkit-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: -o-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: linear-gradient(#fff 0%, #f6f6f6 150px); }
+ .section--security .container {
+ padding-top: 8.54297em;
+ padding-bottom: 8.54297em; }
+ .section--security .container .section--intro {
+ max-width: 43.24878em;
+ margin: 0 auto; }
+ .section--security .container .security__ilustration {
+ background: url(../img/enterprise/security.svg) no-repeat center/contain;
+ width: 672px;
+ height: 640px;
+ margin: 0 auto;
+ position: relative; }
+
+.section--lifecycle {
+ background: -webkit-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: -o-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: linear-gradient(#fff 0%, #f6f6f6 150px); }
+ .section--lifecycle .container {
+ padding-top: 8.54297em;
+ padding-bottom: 8.54297em; }
+ .section--lifecycle .container .section--intro {
+ max-width: 43.24878em;
+ margin: 0 auto; }
+ .section--lifecycle .container .lifecycle__ilustration {
+ background: url(../img/enterprise/data_safe.svg) no-repeat center/contain;
+ width: 562px;
+ height: 660px;
+ margin: 0 auto;
+ margin-left: 248px;
+ position: relative; }
+
+/* FAQ section */
.faq {
background: #0082c9;
padding-bottom: 50px; }
@@ -274,7 +170,6 @@
margin-right: 30px; } }
.faq h3 {
- /* font-family: OpenSans; */
font-size: 20px;
font-weight: normal;
font-style: normal;
@@ -284,7 +179,6 @@
color: #555555; }
.faq h1 {
- /* font-family: OpenSans; */
font-size: 60px;
font-weight: 300;
font-style: normal;
@@ -292,10 +186,10 @@
line-height: 0.88;
color: #ffffff;
margin-top: 100px;
- margin-bottom: 80px; }
+ margin-bottom: 80px;
+ text-align: center; }
.faq p {
- /* font-family: OpenSans; */
font-size: 18px;
font-weight: 300;
font-style: normal;
diff --git a/assets/css/enterprise.scss b/assets/css/enterprise.scss
index 48afbd8b..dd04d614 100644
--- a/assets/css/enterprise.scss
+++ b/assets/css/enterprise.scss
@@ -1,313 +1,207 @@
@import "variables.scss";
@import "transparent-navbar.scss";
+@import 'vendor/modular-scale/modular-scale.scss';
/**
* Enterprise Page
*/
-.enterprise-background {
- background-image: url("../img/enterprise/enterprise.jpg");
- background-position: bottom 0 right 0;}
-/* All headers */
+.enterprise-hero-section {
+ .background {
+ background-color: $nextcloud-blue;
+ background-image: none;
+ padding-bottom: 0;
+ padding-top: 0;
+ margin-bottom: 0;
+ background-repeat: no-repeat;
+ background-position: bottom 0 right 0;
+ background-size: cover;
+ border-radius: 0 !important;
+ height: 70vh;
+ min-height: 600px;
+ max-height: 800px;
+ }
-.header {
- margin-bottom: 54px;
- /* font-family: $font-stack; */
- font-size: 60px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 0.88;
- text-align: center;
- color: #2a2a36;
+ .topbanner {
+ width: auto;
+ height: auto;
+ max-width: 90vw;
+ max-height: 90vh;
+ margin: 0 0 0 0;
+ padding: 0 0 0 0;
+ position: absolute;
+ bottom: 0;
+ right: 0px;
+ float: right;
+ overflow: hidden;
+ zoom: 0.55;
+ }
}
-/* Pricing area */
-
-.pricing {
- margin-top: 133px;
-
- .btn-primary {
- text-indent: -20px;
- }
+.enterprise-menu {
+ .menu {
+ background: #fbfbfb;
+ height: 70px;
+ border-bottom: solid 1px #e4e4e4;
+ border-top: solid 1px #e4e4e4;
+ text-transform: uppercase;
+ vertical-align: middle;
+ z-index: 5;
+
+ .buttons {
+ font-weight: 600;
+ margin-top: 23px;
+
+ a {
+ padding-right: 10px;
+ color: gray;
+
+ &:focus {
+ text-decoration: none;
+ color: black;
+ }
+
+ &:hov &:active {
+ text-decoration: none;
+ color: black;
+ }
+
+ &:hover {
+ text-decoration: none;
+ color: black;
+ }
+ }
+
+ .btn-primary {
+ float: right;
+ font-size: 14px;
+ padding: 8px 20px;
+ margin-left: 20px;
+ margin-top: -5px;
+ color: white;
+
+ &:hover {
+ text-decoration: none;
+ color: white;
+ }
+
+ &:before {
+ background: none;
+ }
+ }
+ }
+ }
}
-.table-column {
- cursor: default;
- border-radius: 8px;
- border: solid 1px #eeeeee;
- padding: 0px;
- width: 31%;
- margin-left: 1%;
- margin-right: 1%;
- margin-bottom: 50px;
- @media (max-width: $break-big) {
- width: 80%;
- margin: auto;
- margin-bottom: 60px;
- }
- .table-header {
- padding: 0px;
- margin: 0px;
- width: 100%;
- border-radius: 7px 7px 0px 0px;
-
- h1 {
- text-align: center;
- color: #2a2a36;
- font-size: 22px;
- font-weight: bold;
- line-height: 1.36;
- padding: 0px;
- margin: 0px;
- padding-top: 42px;
- letter-spacing: 0;
+.what-you-get-section {
+ background: -webkit-linear-gradient(top, #fff 0, #f6f6f6 150px);
+ background: linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
+ background: -webkit-linear-gradient(to bottom, #fff 0, #f6f6f6 150px);
+
+ .container {
+ padding-top: ms(5);
+ padding-bottom: ms(5);
+
+ p {
+ max-width: ms(9);
+ margin: 0 auto;
}
-
- h2 {
- font-size: 18px;
- font-weight: 300;
- text-align: center;
- color: #555555;
- line-height: 1.61;
- padding: 0px;
- margin: 0px;
- padding-top: 0px;
- padding-bottom: 29px;
+
+ ul {
+ max-width: ms(9);
+ margin: 0 auto;
+ margin-top: 40px;
+
+ .check {
+ font-size: 22px;
+ font-weight: 300;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.0;
+ color: #555555;
+ list-style-image: url("../img/enterprise/check.svg");
+ list-style-position:inside;
+ }
}
}
+}
- .basic {
- background-color: #f9f9f9;
- }
-
- .standard {
- background-color: #c4e1f7;
- }
-
- .premium {
- background-color: #178ecd;
+.section--expertise {
+ background: -webkit-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: -o-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: linear-gradient(#fff 0%, #f6f6f6 150px);
+
+ .container {
+ padding-top: ms(5);
+ padding-bottom: ms(5);
- h1 {
- color: white !important;
+ .section--intro {
+ max-width: ms(9);
+ margin: 0 auto;
}
- h2 {
- color: white !important;
+ .expertise__ilustration {
+ background: url(../img/enterprise/ilustration_matterexperts.svg) no-repeat center/contain;
+ width: 878px;
+ height: 612px;
+ margin: 0 auto;
+ position: relative;
}
}
-
- .highlight {
- box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.16);
- }
-}
-
-.table-content {
- margin: 15px;
- padding: 0px;
- margin-left: 30px;
- margin-right: 30px;
-
- h1 {
- font-size: 18px;
- font-weight: 600;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.22;
- color: #555555;
- text-align: left;
- letter-spacing: 0;
- margin-top: 25px;
- margin-bottom: 0px;
- }
-}
-
-.line {
- width: 100%;
- border: solid 1px #eeeeee;
- margin-top: -5px;
- margin-bottom: 15px;
}
-.list .check {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555;
-}
-
-.list .check {
- list-style-image: url("../img/enterprise/check.svg");
- list-style-position:inside;
-}
-
-.list .nocheck {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #b1b1b1;
+.section--security {
+ background: -webkit-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: -o-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: linear-gradient(#fff 0%, #f6f6f6 150px);
- a {
- color: #b1b1b1;
- text-decoration: none;
- }
-}
-
-.list .nocheck {
- list-style-image: url("../img/enterprise/nocheck.svg");
- list-style-position:inside;
-}
-
-
-.list .optional {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555;
-}
-
-.list .optional {
- list-style-image: url("../img/enterprise/optional.svg");
- list-style-position:inside;
-}
-
-.list .price {
- /* font-family: OpenSans; */
- font-size: 16px;
- font-weight: normal;
- font-style: normal;
- font-stretch: normal;
- line-height: 2.5;
- color: #555555;
-}
-
-.list .price {
- list-style-image: url("../img/enterprise/blank.svg");
- list-style-position:inside;
-}
-
-
-.table-content .btn-lg {
- margin-top: 30px;
- margin-bottom: 30px;
- width: 100%;
- text-indent: -20px;
-}
+ .container{
+ padding-top: ms(5);
+ padding-bottom: ms(5);
-/* Tooltips */
-
-/* Tooltip text */
-.overinfo .infotext {
- visibility: hidden;
-/* width: 200px; */
- background-color: #555555;
- color: #fff;
- text-align: center;
- padding: 5px 0;
- line-height: 1.4;
-border-radius: 6px;
-
- /* Position the tooltip text */
- position: absolute;
- z-index: 10;
- padding: 3px;
-/* top: 100%; */
-/* left: 50%; */
-/* margin-left: -100px; */
-}
-
-/* Show the tooltip text when you mouse over the tooltip container */
-.overinfo:hover .infotext {
- visibility: visible;
-}
-
-.overinfo .infotext::after {
- content: " ";
- position: absolute;
- bottom: 100%; /* At the top of the tooltip */
- left: 50%;
- margin-left: -5px;
- border-width: 5px;
- border-style: solid;
- border-color: transparent transparent #555555 transparent;
-}
-
-.overinfo .infotext {
- opacity: 0;
- transition: opacity 0.5s;
-}
-
-.overinfo:hover .infotext {
- opacity: 1;
-}
+ .section--intro {
+ max-width: ms(9);
+ margin: 0 auto;
+ }
-/* Discount section */
-
-.discounts {
- margin-top: 64px;
- margin-bottom: 30px;
- a {
- font-size: 20px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #178ecd;
+ .security__ilustration {
+ background: url(../img/enterprise/security.svg) no-repeat center/contain;
+ width: 672px;
+ height: 640px;
+ margin: 0 auto;
+ position: relative;
+ }
}
+}
- .box {
- border: solid 1px transparent;
- margin-bottom: 50px;
- &:hover{
- box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
- border: solid 1px #fbfbfb;
- border-radius: 8px;
- transition: all 0.5s ease;
- }
+.section--lifecycle {
+ background: -webkit-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: -o-linear-gradient(#fff 0%, #f6f6f6 150px);
+ background: linear-gradient(#fff 0%, #f6f6f6 150px);
+
+ .container{
+ padding-top: ms(5);
+ padding-bottom: ms(5);
- h1 {
- font-size: 25px;
- font-weight: bold;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #2a2a36;
+ .section--intro {
+ max-width: ms(9);
+ margin: 0 auto;
}
- p {
- font-size: 20px;
- font-weight: 300;
- font-style: normal;
- font-stretch: normal;
- line-height: 1.36;
- text-align: center;
- color: #434343;
- &:last-of-type {
- margin-bottom: 30px;
- }
- }
- .img-responsive {
- margin-left: auto;
- margin-right: auto;
- margin-top: 36px;
- margin-bottom: 17px;
+ .lifecycle__ilustration {
+ background: url(../img/enterprise/data_safe.svg) no-repeat center/contain;
+ width: 562px;
+ height: 660px;
+ margin: 0 auto;
+ margin-left: 248px; //This put the image on the visual center
+ position: relative;
}
}
}
-/* Discount section */
+
+/* FAQ section */
.faq {
background: $nextcloud-blue;
padding-bottom: 50px;
@@ -334,7 +228,6 @@ border-radius: 6px;
}
.faq h3 {
- /* font-family: OpenSans; */
font-size: 20px;
font-weight: normal;
font-style: normal;
@@ -345,7 +238,6 @@ border-radius: 6px;
}
.faq h1 {
- /* font-family: OpenSans; */
font-size: 60px;
font-weight: 300;
font-style: normal;
@@ -354,11 +246,11 @@ border-radius: 6px;
color: #ffffff;
margin-top: 100px;
margin-bottom: 80px;
+ text-align: center;
}
.faq p {
- /* font-family: OpenSans; */
font-size: 18px;
font-weight: 300;
font-style: normal;
@@ -395,3 +287,5 @@ border-radius: 6px;
right: -30px;
top: 0px;
}
+
+
diff --git a/assets/css/pricing.css b/assets/css/pricing.css
new file mode 100644
index 00000000..86b7a4ea
--- /dev/null
+++ b/assets/css/pricing.css
@@ -0,0 +1,264 @@
+/*Colors*/
+/*Shadows*/
+/*Breakpoints*/
+/* Make Navbar transparent */
+.nav:not(.scrolled) {
+ background-color: transparent;
+ position: absolute; }
+
+/**
+ * Background
+ */
+.pricing-background {
+ background-image: url("../img/enterprise/enterprise.jpg");
+ background-position: bottom 0 right 0; }
+
+/* Pricing area */
+.pricing-section {
+ margin-top: 133px; }
+ .pricing-section .btn-primary {
+ text-indent: -20px; }
+
+.table-column {
+ cursor: default;
+ border-radius: 8px;
+ border: solid 1px #eeeeee;
+ padding: 0px;
+ width: 31%;
+ margin-left: 1%;
+ margin-right: 1%;
+ margin-bottom: 50px; }
+ @media (max-width: 991px) {
+ .table-column {
+ width: 80%;
+ margin: auto;
+ margin-bottom: 60px; } }
+ .table-column .table-header {
+ padding: 0px;
+ margin: 0px;
+ width: 100%;
+ border-radius: 7px 7px 0px 0px; }
+ .table-column .table-header h1 {
+ text-align: center;
+ color: #2a2a36;
+ font-size: 22px;
+ font-weight: bold;
+ line-height: 1.36;
+ padding: 0px;
+ margin: 0px;
+ padding-top: 42px;
+ letter-spacing: 0; }
+ .table-column .table-header h2 {
+ font-size: 18px;
+ font-weight: 300;
+ text-align: center;
+ color: #555555;
+ line-height: 1.61;
+ padding: 0px;
+ margin: 0px;
+ padding-top: 0px;
+ padding-bottom: 29px; }
+ .table-column .basic {
+ background-color: #f9f9f9; }
+ .table-column .standard {
+ background-color: #c4e1f7; }
+ .table-column .premium {
+ background-color: #178ecd; }
+ .table-column .premium h1 {
+ color: white !important; }
+ .table-column .premium h2 {
+ color: white !important; }
+ .table-column .highlight {
+ box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.16); }
+
+.table-content {
+ margin: 15px;
+ padding: 0px;
+ margin-left: 30px;
+ margin-right: 30px; }
+ .table-content h1 {
+ font-size: 18px;
+ font-weight: 600;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.22;
+ color: #555555;
+ text-align: left;
+ letter-spacing: 0;
+ margin-top: 25px;
+ margin-bottom: 0px; }
+
+.line {
+ width: 100%;
+ border: solid 1px #eeeeee;
+ margin-top: -5px;
+ margin-bottom: 15px; }
+
+.list .check {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #555555; }
+
+.list .check {
+ list-style-image: url("../img/enterprise/check.svg");
+ list-style-position: inside; }
+
+.list .nocheck {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #b1b1b1; }
+ .list .nocheck a {
+ color: #b1b1b1;
+ text-decoration: none; }
+
+.list .nocheck {
+ list-style-image: url("../img/enterprise/nocheck.svg");
+ list-style-position: inside; }
+
+.list .optional {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #555555; }
+
+.list .optional {
+ list-style-image: url("../img/enterprise/optional.svg");
+ list-style-position: inside; }
+
+.list .price {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #555555; }
+
+.list .price {
+ list-style-image: url("../img/enterprise/blank.svg");
+ list-style-position: inside; }
+
+.table-content .btn-lg {
+ margin-top: 30px;
+ margin-bottom: 30px;
+ width: 100%;
+ text-indent: -20px; }
+
+/* Tooltips */
+/* Tooltip text */
+.overinfo .infotext {
+ visibility: hidden;
+ /* width: 200px; */
+ background-color: #555555;
+ color: #fff;
+ text-align: center;
+ padding: 5px 0;
+ line-height: 1.4;
+ border-radius: 6px;
+ /* Position the tooltip text */
+ position: absolute;
+ z-index: 10;
+ padding: 3px;
+ /* top: 100%; */
+ /* left: 50%; */
+ /* margin-left: -100px; */ }
+
+/* Show the tooltip text when you mouse over the tooltip container */
+.overinfo:hover .infotext {
+ visibility: visible; }
+
+.overinfo .infotext::after {
+ content: " ";
+ position: absolute;
+ bottom: 100%;
+ /* At the top of the tooltip */
+ left: 50%;
+ margin-left: -5px;
+ border-width: 5px;
+ border-style: solid;
+ border-color: transparent transparent #555555 transparent; }
+
+.overinfo .infotext {
+ opacity: 0;
+ transition: opacity 0.5s; }
+
+.overinfo:hover .infotext {
+ opacity: 1; }
+
+/* Discount section */
+.discounts {
+ margin-top: 64px;
+ margin-bottom: 30px; }
+ .discounts a {
+ font-size: 20px;
+ font-weight: 300;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 1.36;
+ text-align: center;
+ color: #178ecd; }
+ .discounts .box {
+ border: solid 1px transparent;
+ margin-bottom: 50px; }
+ .discounts .box:hover {
+ box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
+ border: solid 1px #fbfbfb;
+ border-radius: 8px;
+ transition: all 0.5s ease; }
+ .discounts .box h1 {
+ font-size: 25px;
+ font-weight: bold;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 1.36;
+ text-align: center;
+ color: #2a2a36; }
+ .discounts .box p {
+ font-size: 20px;
+ font-weight: 300;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 1.36;
+ text-align: center;
+ color: #434343; }
+ .discounts .box p:last-of-type {
+ margin-bottom: 30px; }
+ .discounts .box .img-responsive {
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 36px;
+ margin-bottom: 17px; }
+
+/* Discount section */
+.faq {
+ background: #0082c9;
+ padding-bottom: 50px; }
+ .faq .container {
+ background: white;
+ margin-bottom: 90px;
+ padding-left: 0px;
+ padding-right: 0px; }
+ .faq .container .row {
+ padding: 30px;
+ margin: 40px;
+ margin-right: 60px; }
+ @media (max-width: 768px) {
+ .faq .container .row {
+ padding-left: 10px;
+ padding-right: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ margin-right: 30px; } }
+
+/*# sourceMappingURL=pricing.css.map */
diff --git a/assets/css/pricing.scss b/assets/css/pricing.scss
new file mode 100644
index 00000000..d5176c9d
--- /dev/null
+++ b/assets/css/pricing.scss
@@ -0,0 +1,321 @@
+@import "variables.scss";
+@import "transparent-navbar.scss";
+
+/**
+ * Background
+ */
+.pricing-background {
+ background-image: url("../img/enterprise/enterprise.jpg");
+ background-position: bottom 0 right 0;
+}
+
+
+/* Pricing area */
+
+.pricing-section {
+ margin-top: 133px;
+
+ .btn-primary {
+ text-indent: -20px;
+ }
+}
+
+.table-column {
+ cursor: default;
+ border-radius: 8px;
+ border: solid 1px #eeeeee;
+ padding: 0px;
+ width: 31%;
+ margin-left: 1%;
+ margin-right: 1%;
+ margin-bottom: 50px;
+ @media (max-width: $break-big) {
+ width: 80%;
+ margin: auto;
+ margin-bottom: 60px;
+ }
+ .table-header {
+ padding: 0px;
+ margin: 0px;
+ width: 100%;
+ border-radius: 7px 7px 0px 0px;
+
+ h1 {
+ text-align: center;
+ color: #2a2a36;
+ font-size: 22px;
+ font-weight: bold;
+ line-height: 1.36;
+ padding: 0px;
+ margin: 0px;
+ padding-top: 42px;
+ letter-spacing: 0;
+ }
+
+ h2 {
+ font-size: 18px;
+ font-weight: 300;
+ text-align: center;
+ color: #555555;
+ line-height: 1.61;
+ padding: 0px;
+ margin: 0px;
+ padding-top: 0px;
+ padding-bottom: 29px;
+ }
+ }
+
+ .basic {
+ background-color: #f9f9f9;
+ }
+
+ .standard {
+ background-color: #c4e1f7;
+ }
+
+ .premium {
+ background-color: #178ecd;
+
+ h1 {
+ color: white !important;
+ }
+
+ h2 {
+ color: white !important;
+ }
+ }
+
+ .highlight {
+ box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.16);
+ }
+}
+
+.table-content {
+ margin: 15px;
+ padding: 0px;
+ margin-left: 30px;
+ margin-right: 30px;
+
+ h1 {
+ font-size: 18px;
+ font-weight: 600;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.22;
+ color: #555555;
+ text-align: left;
+ letter-spacing: 0;
+ margin-top: 25px;
+ margin-bottom: 0px;
+ }
+}
+
+.line {
+ width: 100%;
+ border: solid 1px #eeeeee;
+ margin-top: -5px;
+ margin-bottom: 15px;
+}
+
+.list .check {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #555555;
+}
+
+.list .check {
+ list-style-image: url("../img/enterprise/check.svg");
+ list-style-position:inside;
+}
+
+.list .nocheck {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #b1b1b1;
+
+ a {
+ color: #b1b1b1;
+ text-decoration: none;
+ }
+}
+
+.list .nocheck {
+ list-style-image: url("../img/enterprise/nocheck.svg");
+ list-style-position:inside;
+}
+
+
+.list .optional {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #555555;
+}
+
+.list .optional {
+ list-style-image: url("../img/enterprise/optional.svg");
+ list-style-position:inside;
+}
+
+.list .price {
+ /* font-family: OpenSans; */
+ font-size: 16px;
+ font-weight: normal;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 2.5;
+ color: #555555;
+}
+
+.list .price {
+ list-style-image: url("../img/enterprise/blank.svg");
+ list-style-position:inside;
+}
+
+
+.table-content .btn-lg {
+ margin-top: 30px;
+ margin-bottom: 30px;
+ width: 100%;
+ text-indent: -20px;
+}
+
+/* Tooltips */
+
+/* Tooltip text */
+.overinfo .infotext {
+ visibility: hidden;
+/* width: 200px; */
+ background-color: #555555;
+ color: #fff;
+ text-align: center;
+ padding: 5px 0;
+ line-height: 1.4;
+border-radius: 6px;
+
+ /* Position the tooltip text */
+ position: absolute;
+ z-index: 10;
+ padding: 3px;
+/* top: 100%; */
+/* left: 50%; */
+/* margin-left: -100px; */
+}
+
+/* Show the tooltip text when you mouse over the tooltip container */
+.overinfo:hover .infotext {
+ visibility: visible;
+}
+
+.overinfo .infotext::after {
+ content: " ";
+ position: absolute;
+ bottom: 100%; /* At the top of the tooltip */
+ left: 50%;
+ margin-left: -5px;
+ border-width: 5px;
+ border-style: solid;
+ border-color: transparent transparent #555555 transparent;
+}
+
+.overinfo .infotext {
+ opacity: 0;
+ transition: opacity 0.5s;
+}
+
+.overinfo:hover .infotext {
+ opacity: 1;
+}
+
+/* Discount section */
+
+.discounts {
+ margin-top: 64px;
+ margin-bottom: 30px;
+ a {
+ font-size: 20px;
+ font-weight: 300;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 1.36;
+ text-align: center;
+ color: #178ecd;
+ }
+
+ .box {
+ border: solid 1px transparent;
+ margin-bottom: 50px;
+ &:hover{
+ box-shadow: 0 1px 40px 0 rgba(0, 0, 0, 0.14);
+ border: solid 1px #fbfbfb;
+ border-radius: 8px;
+ transition: all 0.5s ease;
+ }
+
+ h1 {
+ font-size: 25px;
+ font-weight: bold;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 1.36;
+ text-align: center;
+ color: #2a2a36;
+ }
+
+ p {
+ font-size: 20px;
+ font-weight: 300;
+ font-style: normal;
+ font-stretch: normal;
+ line-height: 1.36;
+ text-align: center;
+ color: #434343;
+ &:last-of-type {
+ margin-bottom: 30px;
+ }
+ }
+ .img-responsive {
+ margin-left: auto;
+ margin-right: auto;
+ margin-top: 36px;
+ margin-bottom: 17px;
+ }
+ }
+}
+
+/* Discount section */
+.faq {
+ background: $nextcloud-blue;
+ padding-bottom: 50px;
+
+ .container {
+ background: white;
+ margin-bottom: 90px;
+ padding-left: 0px;
+ padding-right: 0px;
+
+ .row {
+ padding: 30px;
+ margin: 40px;
+ margin-right: 60px;
+ @media (max-width: $break-small) {
+ padding-left: 10px;
+ padding-right: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
+ margin-right: 30px;
+ }
+ }
+ }
+}
diff --git a/assets/img/enterprise/data_safe.svg b/assets/img/enterprise/data_safe.svg
new file mode 100644
index 00000000..ef276f9b
--- /dev/null
+++ b/assets/img/enterprise/data_safe.svg
@@ -0,0 +1 @@
+<svg width="702" height="729" viewBox="0 0 702 729" xmlns="http://www.w3.org/2000/svg"><title>Group 2</title><g fill="none" fill-rule="evenodd"><path fill="#000" d="M508.7 686.146h22.372v-2.71H508.7M537.174 686.146h6.1v-2.71h-6.1M514.8 677.336h13.56v-2.712H514.8M555.138 677.336h5.084v-2.712h-5.084M533.784 677.336h15.592v-2.712h-15.592M517.516 693.942h9.49v-2.712h-9.49M539.55 693.942h16.267v-2.712H539.55"/><path fill="#0C8FD7" d="M244.985 336.278h9.49v-2.712h-9.49M295.153 336.278h4.744v-2.712h-4.744M260.242 336.278h26.098v-2.712h-26.098"/><path fill="#000" d="M289.752 343.738h17.604v-2.712h-17.604M276.85 343.738h5.764v-2.712h-5.765"/><path fill="#0C8FD7" d="M269.733 329.16h7.116v-2.71h-7.117"/><path fill="#000" d="M258.545 193.213h22.373V190.5h-22.373"/><path fill="#0C8FD7" d="M301.933 193.213h16.61V190.5h-16.61"/><path fill="#000" d="M287.02 193.213h6.1V190.5h-6.1"/><path fill="#0C8FD7" d="M264.646 184.4h13.56v-2.713h-13.56"/><path fill="#000" d="M304.984 184.4h5.086v-2.713h-5.086M283.63 184.4h15.592v-2.713H283.63"/><path fill="#0C8FD7" d="M267.358 201.012h9.49v-2.71h-9.49M289.39 201.012h16.272v-2.71h-16.27"/><path fill="#000" d="M531.072 204.74h13.557v-2.713H531.07M516.155 204.74h8.137v-2.713h-8.137"/><path fill="#0C8FD7" d="M494.125 197.282h24.745v-2.71h-24.745M537.852 197.282h11.864v-2.71h-11.864M526.325 197.282h6.1v-2.71h-6.1M529.04 189.483h13.217v-2.712H529.04"/><path d="M331.083 294.58h-2.71v-40.564c0-4.553-3.705-8.254-8.254-8.254h-62.137c-6.044 0-10.965-4.922-10.965-10.966V191.97h2.715v42.826c0 4.55 3.7 8.254 8.25 8.254h62.136c6.046 0 10.963 4.918 10.963 10.966v40.564zM517.514 299.89h-2.712v-50.283c0-6.045 4.918-10.966 10.965-10.966h46.543c4.55 0 8.253-3.7 8.253-8.25v-33.108h2.71v33.108c0 6.045-4.92 10.966-10.963 10.966h-46.543c-4.553 0-8.253 3.7-8.253 8.25v50.285z" fill="#000"/><path d="M421.512 367.585c0-.06.028-.12.08-.155l53.97-38.167c.03-.025.078 0 .078.04v56.47c0 .06-.03.12-.08.155l-53.97 38.167c-.032.025-.078 0-.078-.04v-56.47z" fill="#FFF"/><path d="M422.868 368.188v53.343l51.417-36.36v-53.347l-51.417 36.365zm-1.304 57.27c-.776 0-1.408-.627-1.408-1.407v-56.465c0-.502.246-.975.654-1.264l54.32-38.415.458-.01c.776 0 1.408.632 1.408 1.408v56.47c0 .498-.242.97-.65 1.26l-54.323 38.42-.46.006z" fill="#000"/><path d="M421.49 367.585c0-.06-.03-.12-.08-.155l-53.97-38.167c-.032-.025-.08 0-.08.04v56.47c0 .06.03.12.08.155l53.97 38.167c.033.025.08 0 .08-.04v-56.47z" fill="#FFF"/><path d="M368.717 385.17l51.417 36.364v-53.346l-51.417-36.365v53.346zm52.72 40.293H421l-.382-.268-53.96-38.16c-.407-.288-.653-.76-.653-1.263v-56.47c0-.776.632-1.404 1.408-1.404h.426l.378.253 53.974 38.17c.408.29.653.763.653 1.265v57.044l-.827.818-.58.015z" fill="#000"/><path fill="#FFF" d="M475.56 329.25l-53.966-38.166h-.184l-53.97 38.167v.012l53.97 38.166h.184l53.966-38.166"/><path d="M369.782 329.257l51.72 36.578 51.717-36.578L421.5 292.68l-51.72 36.577zm52.24 39.528h-1.043l-54.895-38.82v-1.405l.574-.415 54.32-38.416h1.042l54.894 38.82v1.404l-.574.415-54.32 38.415z" fill="#000"/><path d="M421.512 292.907c0-.062.028-.12.08-.156l53.97-38.165c.03-.025.078 0 .078.04v56.47c0 .06-.03.12-.08.155l-53.97 38.166c-.032.026-.078 0-.078-.043v-56.466z" fill="#F2F2F2"/><path d="M422.868 293.51v53.343l51.417-36.362v-53.345l-51.417 36.365zm-1.304 57.27c-.776 0-1.408-.627-1.408-1.407v-56.466c0-.502.246-.975.654-1.264l54.32-38.416.458-.01c.776 0 1.408.63 1.408 1.408v56.47c0 .498-.242.97-.65 1.26l-54.323 38.42-.46.006z" fill="#000"/><path d="M421.49 292.907c0-.062-.03-.12-.08-.156l-53.97-38.165c-.032-.025-.08 0-.08.04v56.47c0 .06.03.12.08.155l53.97 38.166c.033.026.08 0 .08-.043v-56.466z" fill="#F2F2F2"/><path d="M368.717 310.49l51.417 36.366V293.51l-51.417-36.365v53.346zm52.72 40.29h-.426l-.378-.252-53.973-38.17c-.41-.29-.655-.762-.655-1.264v-56.47c0-.776.632-1.404 1.408-1.404h.426l.378.252 53.974 38.17c.408.29.653.762.653 1.264v57.052l-.83.812-.578.01z" fill="#000"/><path fill="#FFF" d="M475.56 254.573l-53.966-38.167h-.184l-53.97 38.167v.01l53.97 38.167h.184l53.966-38.167"/><path d="M369.782 254.58l51.72 36.577 51.717-36.578L421.5 218l-51.72 36.58zm52.24 39.527h-1.043l-54.895-38.82v-1.405l.574-.415 54.32-38.416h1.042l54.894 38.82v1.406l-.574.415-54.32 38.417z" fill="#000"/><path d="M357.922 414.404c0-.06.028-.12.08-.155l53.97-38.168c.03-.025.078 0 .078.04v56.47c0 .06-.03.12-.08.155L358 470.914c-.032.025-.078 0-.078-.04v-56.47z" fill="#FFF"/><path d="M359.278 415.007v53.346l51.417-36.364v-53.344l-51.417 36.36zm-1.304 57.27c-.776 0-1.408-.627-1.408-1.403v-56.47c0-.502.246-.975.654-1.264l54.32-38.416.458-.01c.776 0 1.408.63 1.408 1.408v56.47c0 .5-.245.974-.653 1.263l-54.32 38.416-.46.008z" fill="#000"/><path d="M357.9 414.404c0-.06-.03-.12-.08-.155l-53.97-38.168c-.032-.025-.08 0-.08.04v56.47c0 .06.03.12.08.155l53.97 38.167c.033.025.08 0 .08-.04v-56.47z" fill="#FFF"/><path d="M305.127 431.988l51.417 36.365v-53.347l-51.417-36.36v53.342zm52.72 40.294h-.426l-.378-.257-53.973-38.17c-.413-.292-.655-.765-.655-1.264v-56.465c0-.776.632-1.408 1.408-1.408h.437l.386.267 53.956 38.156c.408.288.653.762.653 1.263v57.055l-.83.81-.578.014z" fill="#000"/><path fill="#F2F2F2" d="M411.97 376.07l-53.966-38.166h-.184l-53.97 38.166v.01l53.97 38.168h.184l53.966-38.167"/><path d="M306.19 376.076l51.722 36.578 51.717-36.578-51.718-36.578-51.72 36.578zm52.242 39.528h-1.044l-54.894-38.82v-1.405l.574-.416 54.32-38.416h1.044l54.894 38.82v1.405l-.574.415-54.32 38.416z" fill="#000"/><path d="M487.668 414.404c0-.06.03-.12.08-.155l53.97-38.168c.03-.025.078 0 .078.04v56.47c0 .06-.03.12-.08.155l-53.97 38.167c-.03.025-.078 0-.078-.04v-56.47z" fill="#FFF"/><path d="M489.024 415.007v53.346l51.417-36.364v-53.344l-51.416 36.36zm-1.304 57.27c-.776 0-1.408-.627-1.408-1.403v-56.47c0-.502.246-.975.654-1.264l54.32-38.416.458-.01c.776 0 1.408.63 1.408 1.408v56.47c0 .5-.245.974-.653 1.263l-54.32 38.416-.46.008z" fill="#000"/><path d="M487.646 414.404c0-.06-.03-.12-.08-.155l-53.97-38.168c-.032-.025-.08 0-.08.04v56.47c0 .06.03.12.08.155l53.97 38.167c.033.025.08 0 .08-.04v-56.47z" fill="#FFF"/><path d="M434.872 431.988l51.418 36.365v-53.347l-51.418-36.36v53.342zm52.72 40.294h-.43l-.378-.26-53.97-38.167c-.41-.292-.653-.765-.653-1.264v-56.465c0-.776.633-1.408 1.41-1.408h.44l.382.267 53.955 38.156c.412.288.654.762.654 1.263v57.055l-.833.81-.574.014z" fill="#000"/><path fill="#F2F2F2" d="M541.716 376.07l-53.97-38.166h-.18l-53.97 38.166v.01l53.97 38.168h.18l53.97-38.167"/><path d="M435.937 376.076l51.72 36.578 51.717-36.578-51.716-36.578-51.72 36.578zm52.244 39.528h-1.046l-54.894-38.82v-1.405l.574-.416 54.32-38.416h1.047l54.89 38.82v1.405l-.573.415-54.316 38.416z" fill="#000"/><path d="M357.922 339.726c0-.06.028-.12.08-.155l53.97-38.166c.03-.025.078 0 .078.04v56.47c0 .06-.03.12-.08.155L358 396.234c-.032.026-.078 0-.078-.04v-56.47z" fill="#F2F2F2"/><path d="M359.278 340.33v53.34l51.417-36.36v-53.346l-51.417 36.365zm-1.304 57.27c-.776 0-1.408-.632-1.408-1.405v-56.47c0-.5.246-.974.654-1.263l54.32-38.416.458-.007c.776 0 1.408.627 1.408 1.403v56.47c0 .502-.245.975-.653 1.264l-54.32 38.416-.46.007z" fill="#000"/><path d="M357.9 339.726c0-.06-.03-.12-.08-.155l-53.97-38.166c-.032-.025-.08 0-.08.04v56.47c0 .06.03.12.08.155l53.97 38.165c.033.026.08 0 .08-.04v-56.47z" fill="#FFF"/><path d="M305.127 357.31l51.417 36.365v-53.347l-51.417-36.36v53.342zm52.72 40.293h-.437l-.382-.267-53.96-38.16c-.41-.292-.653-.76-.653-1.263v-56.466c0-.777.632-1.41 1.408-1.41h.43l.38.258 53.97 38.166c.407.29.652.763.652 1.265v57.048l-.827.816-.58.013z" fill="#000"/><path fill="#FFF" d="M411.97 301.392l-53.966-38.167h-.184l-53.97 38.167v.01l53.97 38.167h.184l53.966-38.167"/><path d="M306.19 301.398l51.722 36.577 51.717-36.577-51.718-36.578-51.72 36.578zm52.242 39.527h-1.044l-54.894-38.82V300.7l.574-.415 54.32-38.415h1.044l54.894 38.82v1.404l-.574.416-54.32 38.415z" fill="#000"/><path d="M487.668 339.726c0-.06.03-.12.08-.155l53.97-38.166c.03-.025.078 0 .078.04v56.47c0 .06-.03.12-.08.155l-53.97 38.165c-.03.026-.078 0-.078-.04v-56.47z" fill="#FFF"/><path d="M489.024 340.33v53.34l51.417-36.36v-53.346l-51.416 36.365zm-1.304 57.27c-.776 0-1.408-.632-1.408-1.405v-56.47c0-.5.246-.974.654-1.263l54.32-38.416.458-.007c.776 0 1.408.627 1.408 1.403v56.47c0 .502-.245.975-.653 1.264l-54.32 38.416-.46.007z" fill="#000"/><path d="M487.646 339.726c0-.06-.03-.12-.08-.155l-53.97-38.166c-.032-.025-.08 0-.08.04v56.47c0 .06.03.12.08.155l53.97 38.165c.033.026.08 0 .08-.04v-56.47z" fill="#F2F2F2"/><path d="M434.872 357.31l51.418 36.365v-53.347l-51.418-36.365v53.347zm52.72 40.293h-.436l-.386-.27-53.955-38.156c-.412-.293-.654-.766-.654-1.264v-56.466c0-.777.633-1.41 1.41-1.41h.43l.38.258 53.967 38.166c.412.29.654.763.654 1.265v57.048l-.826.816-.58.013z" fill="#000"/><path fill="#FFF" d="M541.716 301.392l-53.97-38.167h-.18l-53.97 38.167v.01l53.97 38.167h.18l53.97-38.167"/><path d="M435.937 301.398l51.72 36.577 51.717-36.577-51.716-36.578-51.72 36.578zm52.244 39.527h-1.046l-54.894-38.82V300.7l.574-.415 54.32-38.415h1.047l54.89 38.82v1.404l-.573.416-54.316 38.415z" fill="#000"/><path d="M421.512 463.544c0-.062.028-.12.08-.156l53.97-38.166c.03-.025.078 0 .078.04v56.47c0 .06-.03.12-.08.155l-53.97 38.166c-.032.026-.078 0-.078-.04v-56.47z" fill="#FFF"/><path d="M422.868 464.146v53.346l51.417-36.364v-53.343l-51.417 36.36zm-1.304 57.275c-.776 0-1.408-.63-1.408-1.407v-56.47c0-.502.246-.975.654-1.264l54.32-38.417.462-.007c.772 0 1.404.632 1.404 1.405v56.47c0 .5-.242.972-.65 1.26l-54.323 38.42-.46.01z" fill="#000"/><path d="M421.49 463.544c0-.062-.03-.12-.08-.156l-53.97-38.166c-.032-.025-.08 0-.08.04v56.47c0 .06.03.12.08.155l53.97 38.166c.033.026.08 0 .08-.04v-56.47z" fill="#FFF"/><path d="M368.717 481.128l51.417 36.364v-53.346l-51.417-36.36v53.342zm52.72 40.293h-.426l-.378-.255-53.973-38.17c-.41-.29-.655-.762-.655-1.264v-56.47c0-.772.632-1.404 1.408-1.404h.426l.378.253 53.974 38.17c.408.288.653.76.653 1.263v57.05l-.83.814-.578.014z" fill="#000"/><path fill="#F2F2F2" d="M475.56 425.21l-53.966-38.167h-.184l-53.97 38.167v.01l53.97 38.167h.184l53.966-38.167"/><path d="M369.782 425.216l51.72 36.577 51.717-36.577-51.718-36.578-51.72 36.578zm52.24 39.528h-1.043l-54.895-38.82v-1.405l.574-.416 54.32-38.416h1.042l54.894 38.82v1.405l-.574.415-54.32 38.416z" fill="#000"/><path d="M421.512 388.865c0-.06.028-.12.08-.155l53.97-38.167c.03-.025.078 0 .078.04v56.47c0 .06-.03.12-.08.155l-53.97 38.167c-.032.025-.078 0-.078-.04v-56.47z" fill="#FFF"/><path d="M422.868 389.468v53.347l51.417-36.365v-53.347l-51.417 36.365zm-1.304 57.272c-.776 0-1.408-.632-1.408-1.41v-56.465c0-.502.246-.975.654-1.264l54.32-38.414.462-.01c.772 0 1.404.63 1.404 1.407v56.47c0 .498-.242.97-.65 1.26l-54.323 38.42-.46.007z" fill="#000"/><path d="M421.49 388.865c0-.06-.03-.12-.08-.155l-53.97-38.167c-.032-.025-.08 0-.08.04v56.47c0 .06.03.12.08.155l53.97 38.167c.033.025.08 0 .08-.04v-56.47z" fill="#FFF"/><path d="M368.717 406.45l51.417 36.364v-53.346l-51.417-36.36v53.34zm52.72 40.293h-.426l-.378-.257-53.973-38.17c-.41-.29-.655-.762-.655-1.264v-56.47c0-.772.632-1.404 1.408-1.404h.437l.383.264 53.96 38.16c.407.288.652.76.652 1.263v57.047l-.827.813-.58.018z" fill="#000"/><path fill="#FFF" d="M475.56 350.53l-53.966-38.165h-.184l-53.97 38.166v.012l53.97 38.167h.184l53.966-38.168"/><path d="M369.782 350.537l51.72 36.578 51.717-36.578L421.5 313.96l-51.72 36.577zm52.24 39.528h-1.043l-54.895-38.82v-1.405l.574-.415 54.32-38.416h1.042l54.894 38.82v1.404l-.574.415-54.32 38.415zM617.51 531.33h-2.713v-24.97c0-4.553-3.704-8.254-8.253-8.254h-80.78c-6.043 0-10.963-4.922-10.963-10.967v-58.42h2.715v58.42c0 4.55 3.7 8.254 8.25 8.254h80.78c6.047 0 10.964 4.918 10.964 10.966v24.97zM318.763 483.414h-108.91c-6.048 0-10.965-4.918-10.965-10.966V414.93h2.71v57.518c0 4.55 3.702 8.254 8.254 8.254h108.91c4.55 0 8.254-3.704 8.254-8.254v-44.634h2.71v44.634c0 6.048-4.916 10.966-10.963 10.966M288.256 562.066h-35.814v-2.71h35.814c4.55 0 8.253-3.706 8.253-8.256v-18.75c0-6.045 4.916-10.967 10.964-10.967h76.71c4.55 0 8.253-3.7 8.253-8.25v-34.466h2.712v34.465c0 6.045-4.922 10.963-10.966 10.963h-76.71c-4.553 0-8.253 3.705-8.253 8.254v18.75c0 6.048-4.917 10.966-10.964 10.966M451.16 600.915l-2.71-.004.025-16.58c.01-6.044 4.936-10.962 10.983-10.962h11.816c2.85 0 5.17-2.32 5.17-5.17s-2.32-5.172-5.17-5.172h-42.88c-4.346 0-7.88-3.535-7.88-7.882 0-4.344 3.534-7.883 7.88-7.883h11.846c2.206 0 4.28-.854 5.835-2.414 1.556-1.557 2.41-3.63 2.41-5.835l-.035-62.15 2.71-.003.038 62.15c.003 2.932-1.138 5.687-3.206 7.756-2.07 2.073-4.824 3.214-7.752 3.214h-11.845c-2.852 0-5.17 2.318-5.17 5.167 0 2.852 2.318 5.17 5.17 5.17h42.88c4.342 0 7.88 3.535 7.88 7.883 0 4.347-3.538 7.882-7.88 7.882h-11.817c-4.553 0-8.264 3.704-8.27 8.254l-.027 16.58z" fill="#000"/><path d="M274.618 282.36l-1.132-1.793c-.727-1.157-1.575-2.222-2.525-3.17-.946-.95-2.01-1.8-3.164-2.526L266 273.74l1.796-1.134c1.15-.727 2.218-1.576 3.165-2.526.95-.948 1.8-2.013 2.526-3.167l1.132-1.797 1.132 1.797c.726 1.152 1.575 2.22 2.524 3.167.95.95 2.015 1.8 3.166 2.526l1.795 1.133-1.795 1.13c-1.15.728-2.216 1.577-3.166 2.527-.95.95-1.798 2.016-2.524 3.17l-1.132 1.794zM507.618 230.36l-1.132-1.793c-.727-1.157-1.575-2.222-2.525-3.17-.946-.95-2.01-1.8-3.164-2.526L499 221.74l1.796-1.134c1.15-.727 2.218-1.576 3.165-2.526.95-.948 1.8-2.013 2.526-3.167l1.132-1.797 1.132 1.797c.726 1.152 1.575 2.22 2.524 3.167.95.95 2.015 1.8 3.166 2.526l1.795 1.133-1.795 1.13c-1.15.728-2.216 1.577-3.166 2.527-.95.95-1.798 2.016-2.524 3.17l-1.132 1.794zM320.677 578.36l-1.46-2.313c-.937-1.492-2.032-2.866-3.256-4.09-1.22-1.224-2.594-2.32-4.082-3.258l-2.317-1.46 2.318-1.462c1.484-.938 2.86-2.033 4.083-3.26 1.225-1.22 2.32-2.595 3.258-4.084l1.46-2.318 1.46 2.318c.936 1.485 2.03 2.863 3.256 4.085 1.225 1.225 2.598 2.32 4.083 3.258l2.317 1.46-2.317 1.46c-1.485.94-2.858 2.035-4.083 3.26-1.225 1.226-2.32 2.6-3.257 4.09l-1.46 2.313z" stroke="#1393D9" stroke-width="3"/><path fill="#FFF" d="M225.64 206.37h45.74v-30.99h-45.74"/><path d="M226.995 205.013h43.027v-28.28h-43.027v28.28zm-2.71 2.712h48.448V174.02h-48.45v33.705z" fill="#000"/><path d="M246.192 175.378v-7.594c0-.928-.75-1.68-1.675-1.68h-9.893c-.927 0-1.678.752-1.678 1.68v7.594h13.246z" fill="#FFF"/><path d="M234.302 174.022h10.535v-6.24c0-.177-.145-.318-.322-.318h-9.892c-.177 0-.32.14-.32.318v6.24zm13.246 2.71H231.59v-8.95c0-1.672 1.362-3.033 3.033-3.033h9.892c1.672 0 3.033 1.36 3.033 3.032v8.95zM484.788 298.786c-16.766-16.77-39.06-26.005-62.77-26.005-23.714 0-46.003 9.237-62.77 26.006l-1.92-1.917c17.28-17.283 40.254-26.8 64.69-26.8s47.408 9.517 64.687 26.8l-1.917 1.916z" fill="#000"/><path d="M480.533 292.775c2.924-2.925 7.66-2.925 10.585 0 2.925 2.924 2.925 7.662 0 10.587-2.924 2.924-7.66 2.924-10.585 0-2.924-2.925-2.924-7.663 0-10.587" fill="#FFF"/><path d="M485.826 291.938c-1.636 0-3.177.64-4.333 1.794-1.158 1.16-1.798 2.697-1.798 4.337 0 1.634.64 3.176 1.798 4.332 1.156 1.16 2.697 1.798 4.333 1.798 1.635 0 3.177-.64 4.336-1.798 1.155-1.156 1.794-2.698 1.794-4.333 0-1.64-.64-3.18-1.794-4.338-1.16-1.155-2.7-1.794-4.336-1.794m0 14.974c-2.36 0-4.582-.92-6.253-2.593-1.668-1.67-2.59-3.89-2.59-6.25 0-2.363.922-4.583 2.59-6.255 1.67-1.668 3.892-2.59 6.253-2.59 2.36 0 4.58.922 6.253 2.59 1.667 1.672 2.587 3.892 2.587 6.254 0 2.36-.92 4.58-2.588 6.25-1.673 1.67-3.893 2.592-6.254 2.592" fill="#000"/><path d="M352.7 292.543c2.924-2.925 7.66-2.925 10.585 0 2.924 2.924 2.924 7.662 0 10.587-2.924 2.924-7.66 2.924-10.585 0-2.925-2.925-2.925-7.663 0-10.587" fill="#FFF"/><path d="M357.993 291.706c-1.636 0-3.177.64-4.336 1.795-2.39 2.39-2.39 6.28 0 8.67 1.16 1.16 2.7 1.795 4.336 1.795 1.635 0 3.177-.635 4.336-1.794 2.385-2.39 2.39-6.28 0-8.67-1.16-1.154-2.702-1.794-4.337-1.794m0 14.975c-2.36 0-4.582-.92-6.253-2.592-3.444-3.445-3.444-9.056 0-12.504 1.67-1.67 3.892-2.59 6.253-2.59 2.36 0 4.58.92 6.253 2.59 3.444 3.448 3.444 9.06 0 12.504-1.672 1.672-3.892 2.593-6.253 2.593" fill="#000"/><path d="M322.87 420.014c2.925-2.925 7.662-2.925 10.586 0 2.924 2.925 2.924 7.662 0 10.587-2.924 2.926-7.66 2.926-10.585 0-2.924-2.924-2.924-7.66 0-10.586" fill="#FFF"/><path d="M328.164 419.178c-1.636 0-3.177.64-4.336 1.794-2.39 2.39-2.39 6.28 0 8.67 1.16 1.16 2.7 1.794 4.336 1.794 1.64 0 3.177-.635 4.336-1.794 2.39-2.39 2.39-6.28 0-8.67-1.16-1.155-2.697-1.794-4.336-1.794m0 14.974c-2.36 0-4.582-.92-6.253-2.593-3.444-3.45-3.444-9.057 0-12.505 1.672-1.668 3.893-2.59 6.254-2.59 2.36 0 4.58.922 6.253 2.59 3.447 3.448 3.447 9.056 0 12.504-1.672 1.67-3.892 2.592-6.253 2.592" fill="#000"/><path d="M388.63 469.34c2.924-2.924 7.66-2.924 10.585 0 2.925 2.926 2.925 7.667 0 10.588-2.924 2.925-7.66 2.925-10.585 0-2.924-2.92-2.924-7.662 0-10.587" fill="#FFF"/><path d="M393.923 468.505c-1.64 0-3.177.64-4.336 1.795-2.387 2.39-2.387 6.28 0 8.67 1.16 1.158 2.697 1.794 4.336 1.794 1.635 0 3.177-.636 4.336-1.795 2.385-2.39 2.39-6.28 0-8.67-1.16-1.156-2.702-1.795-4.337-1.795m0 14.974c-2.36 0-4.582-.922-6.253-2.593-3.444-3.445-3.444-9.056 0-12.505 1.67-1.668 3.892-2.59 6.253-2.59 2.36 0 4.58.922 6.253 2.59 3.444 3.45 3.444 9.06 0 12.505-1.672 1.67-3.892 2.592-6.253 2.592" fill="#000"/><path d="M444.39 469.34c2.924-2.924 7.66-2.924 10.585 0 2.924 2.926 2.924 7.667 0 10.588-2.924 2.925-7.66 2.925-10.585 0-2.925-2.92-2.925-7.662 0-10.587" fill="#FFF"/><path d="M449.682 468.505c-1.64 0-3.177.64-4.336 1.795-2.386 2.39-2.386 6.28 0 8.67 1.16 1.158 2.697 1.794 4.336 1.794 1.64 0 3.177-.636 4.336-1.795 2.39-2.39 2.39-6.28 0-8.67-1.16-1.156-2.697-1.795-4.336-1.795m0 14.974c-2.36 0-4.58-.922-6.253-2.593-3.445-3.445-3.445-9.056 0-12.505 1.67-1.668 3.89-2.59 6.252-2.59 2.36 0 4.582.922 6.253 2.59 3.444 3.45 3.444 9.06 0 12.505-1.67 1.67-3.892 2.592-6.253 2.592" fill="#000"/><path d="M510.827 420.86c2.924-2.923 7.66-2.923 10.585 0 2.924 2.926 2.924 7.664 0 10.588-2.924 2.925-7.66 2.925-10.585 0-2.925-2.924-2.925-7.662 0-10.587" fill="#FFF"/><path d="M516.12 420.025c-1.64 0-3.178.64-4.337 1.795-2.386 2.39-2.386 6.28.004 8.67 1.155 1.158 2.693 1.794 4.332 1.794 1.635 0 3.176-.636 4.335-1.795 2.39-2.39 2.39-6.28 0-8.67-1.16-1.156-2.7-1.795-4.336-1.795m0 14.974c-2.362 0-4.582-.92-6.254-2.593-3.444-3.445-3.444-9.056 0-12.505 1.672-1.668 3.892-2.59 6.253-2.59 2.36 0 4.58.922 6.252 2.59 3.445 3.45 3.445 9.06 0 12.505-1.67 1.672-3.892 2.592-6.253 2.592" fill="#000"/><path fill="#FFF" d="M256.003 564.95h8.474v-8.646h-8.474"/><path d="M257.357 563.59h5.762v-5.932h-5.763v5.933zm-2.708 2.713h11.184v-11.356H254.65v11.356z" fill="#000"/><path fill="#FFF" d="M445.654 593.763h8.473v-8.644h-8.473"/><path d="M447.008 592.41h5.76v-5.934h-5.76v5.933zm-2.708 2.71h11.184v-11.355H444.3v11.356z" fill="#000"/><path fill="#FFF" d="M611.747 525.284h8.473v-8.645h-8.473"/><path d="M613.1 523.926h5.763v-5.933H613.1v5.933zm-2.71 2.712h11.184v-11.356H610.39v11.356z" fill="#000"/><path fill="#FFF" d="M577.51 219.825h8.474v-8.645h-8.473"/><path d="M578.865 218.47h5.762v-5.932h-5.762v5.933zm-2.708 2.712h11.185v-11.356h-11.185v11.356z" fill="#000"/><path fill="#FFF" d="M196.008 440.866h8.473v-8.645h-8.472"/><path d="M197.362 439.512h5.762v-5.933h-5.762v5.932zm-2.71 2.71h11.183v-11.355H194.65v11.356zM559.767 350.35h-45.984v-2.713h45.984c4.55 0 8.253-3.704 8.253-8.254v-4.51c0-6.048 4.917-10.966 10.964-10.966h70.047v2.712h-70.046c-4.552 0-8.253 3.7-8.253 8.253v4.51c0 6.048-4.916 10.966-10.963 10.966" fill="#000"/><path d="M246.903 431.364c0 2.477-2.007 4.485-4.484 4.485H5.84c-2.478 0-4.485-2.01-4.485-4.486V278.98c0-2.474 2.007-4.482 4.484-4.482h236.58c2.476 0 4.483 2.008 4.483 4.48v152.386z" fill="#FFF"/><path d="M5.84 275.853c-1.726 0-3.127 1.404-3.127 3.127v152.384c0 1.726 1.4 3.127 3.126 3.127h236.58c1.725 0 3.126-1.4 3.126-3.126V278.98c0-1.723-1.4-3.127-3.127-3.127H5.84zm236.58 161.35H5.84c-3.22 0-5.84-2.618-5.84-5.84V278.98c0-3.218 2.62-5.84 5.84-5.84h236.58c3.22 0 5.837 2.622 5.837 5.84v152.384c0 3.22-2.617 5.84-5.838 5.84z" fill="#000"/><path d="M11.156 423.245h225.95V283.448H11.157v139.797zm-2.715 2.712h231.375v-145.22H8.44v145.22z" fill="#000"/><path d="M125.183 278.336c0 .58-.472 1.054-1.054 1.054-.582 0-1.055-.473-1.055-1.054 0-.582.473-1.055 1.054-1.055.58 0 1.053.474 1.053 1.056" fill="#FFF"/><path d="M124.13 278.033c-.167 0-.304.137-.304.304 0 .166.137.3.303.3.165 0 .303-.134.303-.3 0-.167-.138-.304-.304-.304m0 2.712c-1.33 0-2.41-1.08-2.41-2.408 0-1.33 1.08-2.412 2.41-2.412 1.328 0 2.407 1.083 2.407 2.412 0 1.328-1.08 2.408-2.408 2.408" fill="#000"/><path d="M125.645 430.194c0 .838-.68 1.517-1.517 1.517-.834 0-1.513-.678-1.513-1.516s.68-1.517 1.513-1.517c.838 0 1.517.68 1.517 1.517" fill="#FFF"/><path d="M124.13 430.035c-.087 0-.16.072-.16.16 0 .172.318.172.318 0 0-.088-.072-.16-.16-.16m0 3.03c-1.58 0-2.87-1.29-2.87-2.87 0-1.586 1.29-2.872 2.87-2.872 1.586 0 2.87 1.286 2.87 2.87 0 1.583-1.284 2.872-2.87 2.872" fill="#000"/><path fill="#FFF" d="M80.747 461.97h86.765v-5.614H80.747"/><path d="M82.1 460.617h84.055v-2.903H82.1v2.903zm-2.71 2.712h89.48V455H79.39v8.327z" fill="#000"/><path fill="#FFF" d="M153.774 456.358l-4-20.51H98.487l-4.004 20.51"/><path d="M96.13 455.002h56l-3.474-17.798H99.604l-3.473 17.798zm59.292 2.712H92.838l4.53-23.222h53.523l4.532 23.222zM88.916 388.063L63.673 360.4 38.43 388.063l-2.004-1.83 27.247-29.855 27.246 29.854" fill="#000"/><path fill="#FFF" d="M52.392 359.033h22.56V336.47h-22.56"/><path d="M53.75 357.676H73.6v-19.853H53.75v19.853zm-2.715 2.71H76.31v-25.274H51.035v25.275z" fill="#000"/><path fill="#FFF" d="M27.09 409.79h22.562v-22.563h-22.56"/><path d="M28.445 408.437h19.85v-19.853h-19.85v19.853zm-2.71 2.712h25.274v-25.28H25.733v25.28z" fill="#000"/><path fill="#FFF" d="M77.696 409.79h22.56v-22.563h-22.56"/><path d="M79.05 408.437H98.9v-19.853H79.05v19.853zm-2.71 2.712h25.27v-25.28H76.34v25.28z" fill="#000"/><path d="M85.524 398.51c0-1.9 1.538-3.438 3.437-3.438 1.9 0 3.438 1.538 3.438 3.438 0 1.9-1.538 3.437-3.437 3.437-1.898 0-3.436-1.538-3.436-3.437" fill="#FFF"/><path d="M88.962 396.427c-1.148 0-2.083.935-2.083 2.084 0 1.15.934 2.08 2.082 2.08 1.148 0 2.083-.93 2.083-2.08 0-1.148-.935-2.083-2.083-2.083m0 6.88c-2.643 0-4.794-2.153-4.794-4.796 0-2.646 2.15-4.795 4.794-4.795 2.643 0 4.795 2.15 4.795 4.796 0 2.644-2.152 4.796-4.795 4.796" fill="#000"/><path d="M34.946 398.51c0-1.9 1.538-3.438 3.437-3.438 1.9 0 3.437 1.538 3.437 3.438 0 1.9-1.538 3.437-3.437 3.437-1.9 0-3.437-1.538-3.437-3.437" fill="#FFF"/><path d="M38.384 396.427c-1.15 0-2.084.935-2.084 2.084 0 1.15.935 2.08 2.084 2.08 1.148 0 2.083-.93 2.083-2.08 0-1.148-.935-2.083-2.083-2.083m0 6.88c-2.643 0-4.795-2.153-4.795-4.796 0-2.646 2.15-4.795 4.794-4.795 2.642 0 4.794 2.15 4.794 4.796 0 2.644-2.152 4.796-4.794 4.796" fill="#000"/><path d="M85.896 398.51H41.45" fill="#FFF"/><path fill="#000" d="M41.45 399.865h44.445v-2.712H41.45M62.317 391.755h2.71v-19.33h-2.71"/><path fill="#000" d="M66.963 379.798l-3.29-5.756-3.29 5.756-2.355-1.347 5.646-9.87 5.643 9.87"/><path d="M144.593 381.324l9.733 26.745c-14.77 5.376-31.1-2.243-36.475-17.01-5.374-14.773 2.243-31.105 17.01-36.482 3.277-1.19 6.245-1.715 9.733-1.715v28.46z" fill="#FFF"/><path d="M143.237 354.248c-2.766.12-5.2.617-7.914 1.606-6.802 2.477-12.232 7.453-15.293 14.014-3.058 6.565-3.38 13.923-.903 20.726 3.885 10.67 14.12 17.84 25.467 17.84 2.708 0 5.387-.403 7.982-1.208l-9.34-25.662v-27.316zm1.357 56.9c-12.484 0-23.745-7.887-28.016-19.626-2.722-7.485-2.368-15.58.997-22.8 3.365-7.217 9.34-12.694 16.82-15.417 3.42-1.242 6.563-1.798 10.2-1.798h1.353v29.58l10.116 27.793-1.275.462c-3.293 1.2-6.723 1.805-10.196 1.805z" fill="#000"/><path d="M148.495 381.324l18.29-21.802c12.04 10.103 13.61 28.056 3.51 40.098-3.366 4.008-7.15 6.658-12.067 8.45l-9.733-26.746z" fill="#FFF"/><path d="M150.037 381.596l8.99 24.71c4.1-1.694 7.296-4.063 10.228-7.558 9.314-11.103 8.188-27.544-2.322-37.29l-16.896 20.138zm7.38 28.212l-10.463-28.757 19.665-23.437 1.04.87c12.59 10.57 14.238 29.41 3.67 42.005-3.5 4.178-7.516 6.99-12.64 8.854l-1.273.466z" fill="#000"/><path d="M152.398 364.844v-28.46c6.978 0 12.946 2.173 18.29 6.658l-18.29 21.802z" fill="#FFF"/><path d="M153.754 337.77v23.346l15.007-17.884c-4.46-3.423-9.392-5.218-15.006-5.463zm-2.712 30.8v-33.542h1.358c7.3 0 13.567 2.28 19.16 6.976l1.04.87-21.558 25.695zM141.233 309.164h14.903v-2.712h-14.903M170.28 309.164h8.843v-2.712h-8.842M161.693 309.164h4.548v-2.712h-4.547M163.714 303.354h9.853v-2.71h-9.853M141.233 303.354h16.72v-2.71h-16.72" fill="#000"/><path d="M108.923 339.02c-7.705 0-13.95-6.246-13.95-13.952 0-7.702 6.242-13.948 13.946-13.948v-6.424c-3.962 0-7.438.997-10.796 3.098-9.538 5.962-12.44 18.527-6.48 28.07 5.96 9.54 18.528 12.444 28.066 6.482l-3.4-5.445c-2.142 1.344-4.673 2.12-7.387 2.12" fill="#FFF"/><path d="M107.562 306.096c-3.155.202-5.957 1.12-8.72 2.85-4.306 2.69-7.306 6.895-8.45 11.846-1.14 4.95-.29 10.045 2.404 14.353 3.495 5.6 9.53 8.94 16.142 8.94 3.1 0 6.144-.762 8.88-2.213l-1.97-3.152c-2.138 1.086-4.506 1.657-6.925 1.657-8.44 0-15.304-6.868-15.304-15.306 0-7.98 6.14-14.555 13.942-15.248v-3.726zm1.376 40.705c-7.553 0-14.445-3.82-18.445-10.218-3.072-4.922-4.047-10.746-2.744-16.4 1.306-5.655 4.736-10.465 9.657-13.538 3.552-2.224 7.318-3.303 11.513-3.303h1.353v9.136h-1.353c-6.943.004-12.59 5.65-12.59 12.595 0 6.944 5.65 12.595 12.593 12.595 2.365 0 4.668-.66 6.668-1.914l1.153-.717 4.838 7.745-1.15.72c-3.46 2.158-7.434 3.303-11.492 3.303z" fill="#000"/><path d="M112.408 305.48c5.423 0 10.116 3.094 12.427 7.615l5.718-2.914c-3.603-7.065-10.22-11.124-18.148-11.124v6.424h.003" fill="#FFF"/><path d="M113.76 304.183c4.787.418 9.06 3.04 11.614 7.117l3.314-1.694c-3.246-5.474-8.578-8.742-14.928-9.15v3.727zm10.484 10.735l-.618-1.206c-2.166-4.24-6.466-6.875-11.217-6.875h-1.358l-.004-9.136h1.354c8.463 0 15.517 4.327 19.358 11.866l.614 1.206-8.13 4.146z" fill="#000"/><path d="M127.066 315.82l-5.718 2.914c.97 1.903 1.523 4.055 1.523 6.337 0 4.99-2.62 9.367-6.56 11.83l3.402 5.445c8.975-5.61 12.16-17.09 7.354-26.525" fill="#FFF"/><path d="M118.148 337.282l1.97 3.156c7.19-5.218 9.792-14.6 6.315-22.774l-3.31 1.69c.733 1.813 1.104 3.73 1.104 5.716 0 4.853-2.25 9.327-6.08 12.212zm1.133 6.933l-4.836-7.745 1.148-.72c3.707-2.32 5.924-6.314 5.924-10.68 0-2.01-.462-3.932-1.375-5.72l-.617-1.21 8.138-4.144.615 1.21c5.15 10.113 1.78 22.275-7.846 28.29l-1.15.72z" fill="#000"/><path d="M94.368 363.42v7.294" fill="#FFF"/><path fill="#000" d="M93.01 370.714h2.712v-7.293h-2.71"/><path d="M98.015 367.068h-7.293" fill="#FFF"/><path fill="#000" d="M90.722 368.422h7.293v-2.712h-7.293"/><path d="M179.588 352.387v5.272" fill="#FFF"/><path fill="#000" d="M178.23 357.66h2.712v-5.27h-2.71"/><path d="M182.224 355.024h-5.27" fill="#FFF"/><path fill="#000" d="M176.953 356.38h5.27v-2.712h-5.27"/><path d="M72.81 306.065v5.27" fill="#FFF"/><path fill="#000" d="M71.454 311.338h2.71v-5.272h-2.71"/><path d="M75.447 308.7h-5.27" fill="#FFF"/><path fill="#000" d="M70.176 310.056h5.27v-2.712h-5.27"/><path d="M33.405 364.5c-1.303 0-2.365-1.062-2.365-2.366 0-1.307 1.062-2.368 2.365-2.368 1.303 0 2.365 1.06 2.365 2.368 0 1.304-1.062 2.365-2.365 2.365" fill="#FFF"/><path d="M33.405 358.41c-2.054 0-3.722 1.672-3.722 3.723 0 2.055 1.668 3.723 3.722 3.723 2.05 0 3.722-1.668 3.722-3.723 0-2.05-1.67-3.723-3.722-3.723m0 2.712c.56 0 1.01.45 1.01 1.01s-.45 1.012-1.01 1.012-1.01-.45-1.01-1.01.45-1.012 1.01-1.012M110.243 359.564h1.938v-1.94h-1.937M84.982 354.26h1.94v-1.94h-1.94M110.203 402.475h1.94v-1.94h-1.94M155.465 319.896h1.94v-1.94h-1.94M183.213 377.716h1.94v-1.94h-1.94M36.983 376.745h1.94v-1.94h-1.94M194.077 299.725h1.938v-1.94h-1.938M21.618 301.007h14.286v-2.712H21.618M49.323 301.007H59.93v-2.712H49.323M39.8 301.007h3.895v-2.712H39.8M21.618 295.775h7.174v-2.712h-7.174M47.316 295.775h7.202v-2.712h-7.202M32.254 295.775h12.513v-2.712H32.254M21.618 306.24H46.8v-2.712H21.618M50.045 306.24h7.062v-2.712h-7.062M21.618 316.707h14.286v-2.712H21.618M49.323 316.707H59.93v-2.712H49.323M39.8 316.707h3.895v-2.712H39.8M21.615 311.47H34.17v-2.71H21.616M47.883 311.47h6.635v-2.71h-6.635M37.637 311.47h7.697v-2.71h-7.697M21.615 321.94h7.17v-2.712h-7.17M31.55 321.94h20.156v-2.712H31.55" fill="#000"/><path fill="#FFF" d="M325.76 718.066h193.593V591.58H325.76"/><path d="M327.118 716.712H518V592.936H327.118v123.776zm-2.71 2.712H520.71v-129.2H324.408v129.2z" fill="#000"/><path fill="#FFF" d="M307.89 727.147h229.334v-8.756H307.89"/><path d="M309.247 725.793H535.87v-6.044H309.247v6.043zm-2.71 2.712H538.58v-11.468H306.536v11.468zM337.494 701.467H507.62v-99.45H337.494v99.45zm-2.715 2.712h175.55V599.3H334.78V704.18z" fill="#000"/><path d="M423.287 710.933c0 .404-.325.73-.73.73-.403 0-.728-.326-.728-.73 0-.405.324-.73.728-.73.404 0 .73.325.73.73" fill="#FFF"/><path d="M422.558 710.306c-.347 0-.625.282-.625.625 0 .348.278.63.625.63.346 0 .624-.282.624-.63 0-.342-.278-.624-.624-.624m0 2.712c-1.152 0-2.087-.935-2.087-2.087 0-1.147.936-2.082 2.088-2.082 1.148 0 2.086.935 2.086 2.083 0 1.153-.938 2.088-2.086 2.088" fill="#000"/><path fill="#FFF" d="M346.473 633.54h23.347v-20.892h-23.347"/><path d="M347.827 632.186h20.636v-18.18h-20.636v18.18zm-2.712 2.712h26.06V611.29h-26.06v23.608z" fill="#000"/><path fill="#FFF" d="M475.092 633.54h23.553v-20.892h-23.553"/><path d="M476.446 632.186h20.842v-18.18h-20.842v18.18zm-2.712 2.712H500V611.29h-26.266v23.608z" fill="#000"/><path fill="#FFF" d="M379.09 633.54h86.84v-20.892h-86.84"/><path d="M380.45 632.186h84.125v-18.18H380.45v18.18zm-2.712 2.712h89.548V611.29h-89.548v23.608z" fill="#000"/><path fill="#FFF" d="M346.47 665.904h57.756v-20.892H346.47"/><path d="M347.827 664.55h55.045v-18.18h-55.045v18.18zm-2.712 2.712h60.468v-23.608h-60.468v23.608z" fill="#000"/><path fill="#FFF" d="M449.694 665.904h48.95v-20.892h-48.95"/><path d="M451.05 664.55h46.238v-18.18H451.05v18.18zm-2.714 2.712H500v-23.608h-51.664v23.608z" fill="#000"/><path fill="#FFF" d="M416.927 665.904h20.89v-20.892h-20.89"/><path d="M418.28 664.55h18.178v-18.18H418.28v18.18zm-2.71 2.712h23.603v-23.608H415.57v23.608z" fill="#000"/><path d="M346.47 679.426h87.66" fill="#FFF"/><path fill="#000" d="M346.473 680.78h87.657v-2.71h-87.657"/><path d="M390.71 689.668h15.155" fill="#FFF"/><path fill="#000" d="M390.71 691.025h15.155v-2.712H390.71"/><path d="M346.47 689.668h34.817" fill="#FFF"/><path fill="#000" d="M346.473 691.025h34.817v-2.712h-34.817"/><path d="M417.335 689.668h70.454" fill="#FFF"/><path fill="#000" d="M417.335 691.025h70.454v-2.712h-70.455"/><path d="M445.6 679.426h17.613" fill="#FFF"/><path fill="#000" d="M445.6 680.78h17.614v-2.71H445.6"/><path d="M469.767 679.426h28.878" fill="#FFF"/><path fill="#000" d="M469.767 680.78h28.878v-2.71h-28.878"/><path d="M618.79 213.044c0 .997-.808 1.805-1.805 1.805h-70.512c-.996 0-1.805-.81-1.805-1.806v-104.91c0-.996.81-1.805 1.805-1.805h70.512c.997 0 1.805.808 1.805 1.805v104.91z" fill="#FFF"/><path d="M546.474 107.686c-.25 0-.452.202-.452.45v104.907c0 .25.203.45.452.45h70.512c.245 0 .447-.2.447-.45V108.137c0-.25-.202-.45-.447-.45h-70.512zm70.512 108.52h-70.512c-1.744 0-3.163-1.42-3.163-3.163V108.137c0-1.744 1.42-3.163 3.164-3.163h70.512c1.743 0 3.162 1.42 3.162 3.163v104.906c0 1.744-1.42 3.163-3.162 3.163z" fill="#000"/><path d="M551.387 196.2h60.685v-77.302h-60.685v77.3zm-2.71 2.71h66.106v-82.727h-66.107v82.728z" fill="#000"/><path d="M584.87 205.813c0 1.736-1.405 3.14-3.14 3.14-1.734 0-3.142-1.404-3.142-3.14 0-1.734 1.408-3.142 3.14-3.142 1.737 0 3.142 1.41 3.142 3.143" fill="#FFF"/><path d="M581.73 204.027c-.987 0-1.785.802-1.785 1.784 0 .987.798 1.788 1.784 1.788.985 0 1.786-.8 1.786-1.787 0-.98-.8-1.783-1.787-1.783m0 6.283c-2.48 0-4.5-2.02-4.5-4.5 0-2.476 2.02-4.495 4.5-4.495s4.497 2.02 4.497 4.496c0 2.48-2.018 4.5-4.498 4.5" fill="#000"/><path d="M582.343 111.778c0 .34-.274.614-.613.614-.34 0-.614-.275-.614-.614 0-.34.274-.614.614-.614.34 0 .613.274.613.614" fill="#FFF"/><path d="M581.73 111.036c-.41 0-.74.333-.74.74 0 .41.33.744.74.744.407 0 .74-.335.74-.743s-.333-.74-.74-.74m0 2.71c-1.088 0-1.972-.884-1.972-1.97 0-1.087.884-1.968 1.97-1.968 1.088 0 1.972.88 1.972 1.967 0 1.086-.884 1.97-1.97 1.97" fill="#000"/><path d="M258.106 622.632c0 6.37-5.163 11.533-11.53 11.533h-33.887c-6.37 0-11.532-5.163-11.532-11.533V534.41c0-6.37 5.162-11.534 11.53-11.534h33.887c6.368 0 11.53 5.163 11.53 11.533v88.222z" fill="#FFF"/><path d="M212.688 524.232c-5.61 0-10.174 4.564-10.174 10.175v88.224c0 5.612 4.564 10.18 10.174 10.18h33.89c5.606 0 10.173-4.568 10.173-10.18v-88.223c0-5.61-4.566-10.175-10.172-10.175h-33.89zm33.89 111.29h-33.89c-7.105 0-12.885-5.785-12.885-12.89v-88.225c0-7.106 5.78-12.887 12.885-12.887h33.89c7.105 0 12.885 5.78 12.885 12.887v88.224c0 7.107-5.78 12.892-12.885 12.892z" fill="#000"/><path d="M207.073 622.3h45.114v-88.92h-45.114v88.92zm-2.71 2.71h50.54v-94.343h-50.54v94.344z" fill="#000"/><path d="M232.794 628.916c0 1.748-1.416 3.163-3.163 3.163-1.743 0-3.158-1.416-3.158-3.164 0-1.748 1.415-3.163 3.16-3.163 1.746 0 3.162 1.415 3.162 3.163" fill="#FFF"/><path d="M229.632 627.11c-.996 0-1.805.81-1.805 1.805 0 .997.81 1.806 1.805 1.806.997 0 1.805-.808 1.805-1.805 0-.996-.808-1.805-1.805-1.805m0 6.326c-2.49 0-4.516-2.03-4.516-4.52 0-2.492 2.025-4.518 4.516-4.518 2.49 0 4.517 2.026 4.517 4.517 0 2.492-2.027 4.52-4.518 4.52M224.424 528.938h10.416v-2.712h-10.416M250.277 527.582c0 .364-.296.664-.664.664-.365 0-.66-.3-.66-.664 0-.365.295-.665.66-.665.368 0 .664.3.664.665" fill="#000"/><path d="M245.548 602.713c2.346-3.903 3.743-10.815 3.743-16.104 0-12.827-9.548-17.12-19.656-17.12-10.11 0-19.662 4.293-19.662 17.12 0 5.288 1.397 12.2 3.744 16.103h31.832z" fill="#FFF"/><path d="M214.51 601.357h30.243c1.867-3.55 3.184-9.58 3.184-14.747 0-13.718-11.47-15.765-18.304-15.765-6.838 0-18.304 2.047-18.304 15.765 0 5.17 1.313 11.197 3.18 14.747zm31.803 2.71H212.95l-.397-.656c-2.704-4.498-3.935-11.864-3.935-16.8 0-11.742 7.657-18.477 21.015-18.477 13.355 0 21.016 6.735 21.016 18.477 0 4.936-1.236 12.302-3.94 16.8l-.397.658z" fill="#000"/><path d="M233.36 569.798v-7.315h-7.458v7.315c-1.863.314-3.625.87-5.23 1.672l8.96 8.962 8.964-8.962c-1.61-.8-3.372-1.358-5.235-1.672" fill="#FFF"/><path d="M223.048 571.93l6.585 6.587 6.585-6.586c-.975-.346-2.007-.613-3.083-.793l-1.13-.192v-7.106h-4.744v7.105l-1.13.192c-1.08.18-2.107.447-3.082.794zm6.585 10.422l-11.253-11.255 1.686-.842c1.382-.69 2.884-1.216 4.48-1.574v-7.553h10.17v7.554c1.596.36 3.1.886 4.484 1.575l1.686.842-11.253 11.255z" fill="#000"/><path d="M239.123 553.216c0 6.99-4.25 14.014-9.49 14.014-5.243 0-9.493-7.023-9.493-14.014 0-6.99 4.25-11.302 9.492-11.302 5.242 0 9.49 4.31 9.49 11.302" fill="#FFF"/><path d="M229.632 543.27c-4.79 0-8.134 4.092-8.134 9.946 0 6.506 3.953 12.656 8.134 12.656 4.18 0 8.134-6.15 8.134-12.656 0-5.854-3.343-9.945-8.134-9.945m0 25.317c-6.394 0-10.85-8.103-10.85-15.37 0-7.335 4.565-12.657 10.85-12.657 6.286 0 10.85 5.322 10.85 12.656 0 7.268-4.456 15.37-10.85 15.37" fill="#000"/><path d="M238.76 551.964c-.476-6.25-3.845-10.05-8.765-10.05-1.917 0-3.842.623-5.372 1.785-1.087.826-1.957 1.877-2.6 3.076-.657 1.216-1.094 2.513-1.314 3.878-.142.845-.207 1.708-.207 2.563 0 .27.686.546.7.82 2.492-1.563 3.817-4.13 4.983-7.26 3.36 3.122 7.404 5.03 12.574 5.187" fill="#FFF"/><path d="M225.775 544.542l1.333 1.238c2.95 2.74 6.267 4.29 10.108 4.716-.79-4.557-3.415-7.225-7.22-7.225-1.517 0-3 .45-4.22 1.272zm-.28.2c-.016.01-.034.024-.052.038-.906.69-1.657 1.578-2.227 2.636-.578 1.073-.972 2.235-1.17 3.456-.043.27-.08.55-.108.827 1.28-1.345 2.148-3.172 2.978-5.4l.578-1.56zm-5.536 11.676l-.087-1.838c-.3-.253-.726-.686-.726-1.365 0-.942.076-1.877.224-2.78.246-1.517.737-2.965 1.46-4.304.754-1.4 1.754-2.585 2.974-3.51 1.747-1.328 3.946-2.06 6.192-2.06 5.708 0 9.585 4.33 10.116 11.3l.115 1.507-1.51-.047c-4.548-.14-8.487-1.546-11.974-4.286-1.043 2.4-2.448 4.66-4.82 6.15l-1.964 1.234zM228.277 603.39h2.71v-22.828h-2.71M212.117 612.095h35.027v-2.71h-35.027M212.117 618.198h35.027v-2.712h-35.027" fill="#000"/><path d="M644.41 622.632c0 6.37-5.164 11.533-11.532 11.533h-33.886c-6.368 0-11.53-5.163-11.53-11.533V534.41c0-6.37 5.162-11.534 11.53-11.534h33.886c6.368 0 11.53 5.163 11.53 11.533v88.222z" fill="#FFF"/><path d="M598.99 524.232c-5.61 0-10.172 4.564-10.172 10.175v88.224c0 5.612 4.563 10.18 10.173 10.18h33.89c5.608 0 10.175-4.568 10.175-10.18v-88.223c0-5.61-4.567-10.175-10.174-10.175h-33.89zm33.89 111.29h-33.89c-7.104 0-12.884-5.785-12.884-12.89v-88.225c0-7.106 5.78-12.887 12.885-12.887h33.89c7.106 0 12.886 5.78 12.886 12.887v88.224c0 7.107-5.78 12.892-12.885 12.892z" fill="#000"/><path d="M593.378 622.3h45.114v-88.92h-45.114v88.92zm-2.715 2.71h50.54v-94.343h-50.54v94.344z" fill="#000"/><path d="M619.097 628.916c0 1.748-1.415 3.163-3.163 3.163-1.743 0-3.16-1.416-3.16-3.164 0-1.748 1.417-3.163 3.16-3.163 1.748 0 3.163 1.415 3.163 3.163" fill="#FFF"/><path d="M615.935 627.11c-.996 0-1.805.81-1.805 1.805 0 .997.81 1.806 1.805 1.806.997 0 1.806-.808 1.806-1.805 0-.996-.808-1.805-1.805-1.805m0 6.326c-2.49 0-4.516-2.03-4.516-4.52 0-2.492 2.024-4.518 4.515-4.518 2.49 0 4.517 2.026 4.517 4.517 0 2.492-2.026 4.52-4.517 4.52M610.725 528.938h10.416v-2.712h-10.415M636.58 527.582c0 .364-.295.664-.664.664-.364 0-.66-.3-.66-.664 0-.365.296-.665.66-.665.37 0 .665.3.665.665" fill="#000"/><path d="M631.85 603.39c2.347-3.902 3.745-10.813 3.745-16.103 0-12.826-9.55-17.12-19.658-17.12-10.11 0-19.662 4.294-19.662 17.12 0 5.29 1.398 12.2 3.744 16.104h31.83z" fill="#FFF"/><path d="M600.813 602.035h30.243c1.867-3.55 3.184-9.576 3.184-14.747 0-13.717-11.47-15.765-18.304-15.765-6.837 0-18.304 2.048-18.304 15.765 0 5.17 1.318 11.197 3.18 14.747zm31.803 2.712h-33.363l-.397-.658c-2.704-4.5-3.938-11.866-3.938-16.802 0-11.742 7.66-18.477 21.018-18.477 13.355 0 21.016 6.736 21.016 18.478 0 4.936-1.23 12.302-3.94 16.8l-.396.66z" fill="#000"/><path d="M619.664 570.476v-7.315h-7.46v7.316c-1.862.315-3.623.87-5.23 1.672 0 0 3.224 4.008 8.96 4.008 5.28 0 8.965-4.008 8.965-4.008-1.61-.8-3.373-1.357-5.236-1.672" fill="#FFF"/><path d="M609.42 572.585c1.31 1 3.523 2.214 6.516 2.214 2.715 0 4.993-1.236 6.408-2.255-.924-.314-1.895-.56-2.906-.733l-1.13-.19v-7.103h-4.744v7.1l-1.13.192c-1.054.18-2.062.437-3.015.773m6.516 4.93c-6.315 0-9.87-4.334-10.02-4.515l-1.057-1.314 1.51-.75c1.38-.69 2.883-1.218 4.48-1.575v-7.553h10.17v7.554c1.595.358 3.1.885 4.483 1.575l1.614.805-1.22 1.325c-.167.18-4.156 4.45-9.96 4.45" fill="#000"/><path d="M625.426 553.894c0 6.99-4.25 14.014-9.49 14.014-5.243 0-9.492-7.023-9.492-14.014 0-6.99 4.25-11.302 9.49-11.302 5.243 0 9.492 4.31 9.492 11.302" fill="#FFF"/><path d="M615.935 543.95c-4.79 0-8.134 4.09-8.134 9.944 0 6.506 3.955 12.656 8.135 12.656s8.134-6.15 8.134-12.656c0-5.853-3.344-9.945-8.135-9.945m0 25.31c-6.393 0-10.848-8.098-10.848-15.366 0-7.334 4.563-12.656 10.848-12.656 6.286 0 10.846 5.322 10.846 12.656 0 7.268-4.45 15.367-10.845 15.367" fill="#000"/><path d="M620.017 547.63c1.364-.13 2.71-.113 4.018.043-1.867-4.398-5.654-6.944-10.037-6.944-6.224 0-11.27 5.12-11.27 13.42 0 2.384.414 4.767 1.155 6.955 1.89-7.132 8.184-12.71 16.134-13.476" fill="#FFF"/><path d="M614 542.085c-5.84 0-9.918 4.96-9.918 12.067 0 .798.05 1.61.15 2.42 3.077-5.68 8.933-9.645 15.656-10.295.595-.054 1.198-.087 1.797-.09-1.794-2.604-4.545-4.102-7.686-4.102zm-9.962 23.723l-1.44-4.268c-.805-2.38-1.227-4.932-1.227-7.388 0-8.565 5.31-14.78 12.63-14.78 5.003 0 9.22 2.904 11.285 7.768l.91 2.148-2.318-.27c-1.242-.145-2.502-.156-3.73-.04-7.15.69-13.16 5.705-14.953 12.475l-1.156 4.355zM598.422 612.095h35.026v-2.71h-35.026M598.422 618.198h35.026v-2.712h-35.026" fill="#000"/><path fill="#FFF" d="M593.782 329.33h8.474v-8.644h-8.474"/><path d="M595.136 327.973h5.762v-5.933h-5.762v5.933zm-2.71 2.712h11.184V319.33h-11.185v11.355z" fill="#000"/><path d="M700.174 456.885c0 5.5-4.458 9.958-9.957 9.958h-81.003c-5.5 0-9.957-4.46-9.957-9.958v-177.3c0-5.5 4.458-9.958 9.957-9.958h81.003c5.5 0 9.957 4.46 9.957 9.958v177.3z" fill="#FFF"/><path d="M609.212 270.983c-4.74 0-8.6 3.856-8.6 8.6v177.3c0 4.745 3.86 8.6 8.6 8.6h81.007c4.74 0 8.6-3.855 8.6-8.6v-177.3c0-4.744-3.86-8.6-8.6-8.6H609.21zm81.007 197.213H609.21c-6.24 0-11.31-5.073-11.31-11.313v-177.3c0-6.24 5.07-11.312 11.31-11.312h81.007c6.237 0 11.31 5.074 11.31 11.314v177.3c0 6.24-5.073 11.312-11.31 11.312z" fill="#000"/><path d="M605.552 446.86h88.325V287.192h-88.325V446.86zm-2.71 2.712h93.746V284.48H602.84v165.092z" fill="#000"/><path d="M655.318 457.54c0 3.096-2.51 5.605-5.603 5.605-3.094 0-5.603-2.51-5.603-5.604 0-3.093 2.51-5.603 5.603-5.603 3.094 0 5.603 2.51 5.603 5.604" fill="#FFF"/><path d="M649.715 453.294c-2.343 0-4.245 1.906-4.245 4.246 0 2.343 1.902 4.25 4.245 4.25 2.344 0 4.246-1.907 4.246-4.25 0-2.34-1.9-4.246-4.245-4.246m0 11.208c-3.837 0-6.957-3.124-6.957-6.962 0-3.838 3.12-6.958 6.957-6.958 3.838 0 6.957 3.12 6.957 6.958s-3.12 6.962-6.957 6.962M640.488 279.32h18.456v-2.71h-18.456M686.3 277.965c0 .65-.526 1.174-1.172 1.174-.65 0-1.177-.525-1.177-1.175s.528-1.173 1.178-1.173c.646 0 1.173.523 1.173 1.173M683.16 442.248l-1.232-2.415 2.332-1.188-2.332-1.188 1.23-2.42 7.08 3.608" fill="#000"/><path fill="#FFF" d="M615.256 438.66h6.073v-41.424h-6.074"/><path d="M616.61 437.302h3.36v-38.708h-3.36v38.708zm-2.71 2.712h8.786v-44.136H613.9v44.136z" fill="#000"/><path fill="#FFF" d="M615.256 438.66h6.073v-25.128h-6.074"/><path d="M616.61 437.302h3.36v-22.416h-3.36v22.416zm-2.71 2.712h8.786V412.17H613.9v27.844z" fill="#000"/><path fill="#FFF" d="M669.648 438.66h6.073v-77.045h-6.072"/><path d="M671.002 437.302h3.36V362.97h-3.36V437.3zm-2.71 2.712h8.786v-79.757h-8.787v79.757z" fill="#000"/><path fill="#FFF" d="M669.648 438.66h6.073v-17.397h-6.072"/><path d="M671.002 437.302h3.36v-14.685h-3.36v14.685zm-2.71 2.712h8.786v-20.11h-8.787v20.11z" fill="#000"/><path fill="#FFF" d="M626.134 438.66h6.072v-53.574h-6.072"/><path d="M627.488 437.302h3.36v-50.86h-3.36v50.86zm-2.71 2.712h8.786v-56.286h-8.787v56.286z" fill="#000"/><path fill="#FFF" d="M626.134 438.66h6.072V424.3h-6.072"/><path d="M627.488 437.302h3.36v-11.65h-3.36v11.65zm-2.71 2.712h8.786v-17.072h-8.787v17.072z" fill="#000"/><path fill="#FFF" d="M647.89 438.66h6.075v-29.273h-6.076"/><path d="M649.247 437.302h3.36v-26.558h-3.36v26.558zm-2.715 2.712h8.787V408.03h-8.788v31.984z" fill="#000"/><path fill="#FFF" d="M647.89 409.387h6.075v-38.763h-6.076"/><path d="M649.247 408.032h3.36v-36.05h-3.36v36.05zm-2.715 2.712h8.787v-41.477h-8.788v41.477z" fill="#000"/><path fill="#FFF" d="M658.767 438.66h6.076v-34.794h-6.076"/><path d="M660.125 437.302h3.36V405.22h-3.36v32.082zm-2.712 2.712h8.788v-37.506h-8.787v37.506z" fill="#000"/><path fill="#FFF" d="M658.767 403.866h6.076v-25.132h-6.076"/><path d="M660.125 402.508h3.36v-22.416h-3.36v22.416zm-2.712 2.712h8.788v-27.844h-8.787v27.844z" fill="#000"/><path fill="#FFF" d="M637.012 438.66h6.076v-46.118h-6.076"/><path d="M638.37 437.302h3.36v-43.406h-3.36v43.406zm-2.716 2.712h8.788v-48.83h-8.788v48.83z" fill="#000"/><path fill="#FFF" d="M637.012 438.66h6.076v-37.004h-6.076"/><path d="M638.37 437.302h3.36V403.01h-3.36v34.292zm-2.716 2.712h8.788v-39.716h-8.788v39.716z" fill="#000"/><path fill="#000" d="M686.198 440.015h-72.3v-86.79h2.712v84.08h69.588"/><path fill="#000" d="M614.04 357.656l-2.415-1.23 3.603-7.082 3.603 7.08-2.414 1.232-1.188-2.333M613.285 371.978h3.942v-2.71h-3.942M643.557 371.978h4.07v-2.71h-4.07M630.575 371.978h6.49v-2.71h-6.49M620.018 371.978h4.07v-2.71h-4.07"/><path d="M674.277 353.293c0 .895-1.62 4.733-1.62 4.733s-1.626-3.838-1.626-4.733c0-.896.73-1.622 1.626-1.622.895 0 1.62.727 1.62 1.623" fill="#FFF"/><path d="M672.655 353.026c-.148 0-.267.12-.267.267.014.156.115.502.263.95.157-.46.258-.813.272-.982 0-.115-.12-.234-.267-.234zm0 8.478l-1.25-2.95c-.645-1.527-1.728-4.242-1.728-5.26 0-1.644 1.335-2.98 2.978-2.98 1.643 0 2.978 1.336 2.978 2.98 0 1.018-1.083 3.733-1.73 5.26l-1.248 2.95zM616.897 333.348l-2.166-1.632 12.655-16.816 11.653 8.832 12.033-22.488 12.323 14.714 12.095-8.536 12.545 24.492-2.41 1.235-11.125-21.713-11.58 8.175-11.348-13.548-11.64 21.748-12.015-9.106" fill="#000"/><path d="M617.23 332.497c0 .806-.655 1.46-1.46 1.46-.808 0-1.462-.654-1.462-1.46 0-.805.654-1.462 1.462-1.462.805 0 1.46.657 1.46 1.462" fill="#000"/><path d="M629.11 316.765c0 .806-.655 1.46-1.46 1.46-.808 0-1.462-.654-1.462-1.46 0-.805.654-1.458 1.462-1.458.805 0 1.46.653 1.46 1.458" fill="#FFF"/><path d="M627.65 316.66c-.06 0-.106.048-.106.106 0 .115.21.115.21 0 0-.058-.047-.105-.105-.105m0 2.922c-1.554 0-2.817-1.264-2.817-2.816 0-1.553 1.263-2.817 2.816-2.817 1.55 0 2.815 1.263 2.815 2.816 0 1.552-1.264 2.816-2.816 2.816" fill="#000"/><path d="M640.856 325.66c0 .805-.653 1.46-1.458 1.46-.81 0-1.462-.655-1.462-1.46 0-.805.653-1.46 1.462-1.46.805 0 1.458.655 1.458 1.46" fill="#FFF"/><path d="M639.396 325.556c-.058 0-.105.047-.105.105 0 .116.21.116.21 0 0-.057-.046-.104-.104-.104m0 2.92c-1.553 0-2.816-1.262-2.816-2.815 0-1.552 1.263-2.816 2.816-2.816 1.552 0 2.816 1.264 2.816 2.817 0 1.554-1.264 2.817-2.816 2.817" fill="#000"/><path d="M652.737 303.556c0 .805-.654 1.46-1.463 1.46-.805 0-1.458-.655-1.458-1.46 0-.805.653-1.46 1.458-1.46.81 0 1.463.655 1.463 1.46" fill="#FFF"/><path d="M651.277 303.452c-.058 0-.105.047-.105.104 0 .116.21.116.21 0 0-.057-.048-.104-.105-.104m0 2.92c-1.553 0-2.816-1.263-2.816-2.816 0-1.552 1.264-2.816 2.817-2.816 1.552 0 2.816 1.264 2.816 2.816 0 1.553-1.264 2.817-2.816 2.817" fill="#000"/><path d="M664.55 317.562c0 .805-.653 1.46-1.46 1.46-.807 0-1.46-.655-1.46-1.46 0-.805.653-1.46 1.46-1.46.807 0 1.46.655 1.46 1.46" fill="#FFF"/><path d="M663.09 317.457c-.058 0-.105.047-.105.105 0 .116.21.116.21 0 0-.058-.048-.105-.105-.105m0 2.922c-1.553 0-2.816-1.265-2.816-2.818 0-1.552 1.263-2.816 2.816-2.816 1.552 0 2.816 1.264 2.816 2.816 0 1.553-1.264 2.817-2.816 2.817" fill="#000"/><path d="M676.43 309.596c0 .806-.653 1.46-1.458 1.46-.81 0-1.462-.654-1.462-1.46 0-.805.653-1.462 1.462-1.462.805 0 1.458.657 1.458 1.462" fill="#FFF"/><path d="M674.97 309.492c-.057 0-.104.047-.104.104 0 .116.21.116.21 0 0-.057-.048-.104-.106-.104m0 2.92c-1.552 0-2.816-1.263-2.816-2.816 0-1.552 1.264-2.816 2.816-2.816 1.553 0 2.816 1.264 2.816 2.816 0 1.553-1.263 2.817-2.816 2.817M688.133 332.166c0 .805-.653 1.458-1.458 1.458-.81 0-1.462-.653-1.462-1.458 0-.806.653-1.463 1.462-1.463.805 0 1.458.657 1.458 1.463" fill="#000"/><path d="M668.12 294.685v4.817" fill="#FFF"/><path fill="#000" d="M666.764 299.502h2.71v-4.817h-2.71"/><path d="M670.527 297.093h-4.816" fill="#FFF"/><path fill="#000" d="M665.71 298.45h4.816v-2.71h-4.816M638.098 315.87h1.278v-1.28h-1.278M653.038 324.593h1.278v-1.278h-1.278M659.547 305.922h1.278v-1.28h-1.278M649.24 352.617h8.162v-2.712h-8.162M626.99 352.617h18.166v-2.712H626.99M626.993 348.13h14.9v-2.713h-14.9M653.32 348.13h7.144v-2.713h-7.145M646.38 348.13h3.676v-2.713h-3.676M626.99 343.43h28.983v-2.71H626.99M623.217 303.596h8.81v-2.712h-8.81M614.66 303.596h4.53v-2.712h-4.53M614.66 297.808h11.828v-2.712H614.66"/><path d="M509.98 343.735c2.924-2.925 7.66-2.925 10.585 0 2.924 2.924 2.924 7.662 0 10.587-2.925 2.924-7.66 2.924-10.586 0-2.925-2.925-2.925-7.663 0-10.587" fill="#FFF"/><path d="M515.272 342.898c-1.64 0-3.177.64-4.336 1.795-2.39 2.39-2.39 6.28 0 8.67 1.16 1.16 2.697 1.794 4.336 1.794 1.635 0 3.177-.635 4.336-1.794 2.386-2.39 2.39-6.28 0-8.67-1.16-1.156-2.7-1.795-4.336-1.795m0 14.975c-2.36 0-4.58-.92-6.253-2.593-3.445-3.445-3.445-9.056 0-12.504 1.67-1.67 3.89-2.59 6.252-2.59 2.36 0 4.58.92 6.253 2.59 3.444 3.448 3.444 9.06 0 12.504-1.672 1.672-3.892 2.593-6.253 2.593" fill="#000"/><path d="M600.817 142.92c0-10.54-8.545-19.086-19.083-19.086-10.54 0-19.084 8.546-19.084 19.086 0 7.128 3.91 13.34 9.7 16.618v12.64c0 2.222 1.802 4.024 4.022 4.024h10.723c2.22 0 4.022-1.802 4.022-4.023v-12.642c5.79-3.28 9.7-9.49 9.7-16.618" fill="#FFF"/><path d="M581.734 125.19c-9.777 0-17.726 7.955-17.726 17.73 0 6.376 3.45 12.29 9.01 15.436l.687.39v13.432c0 1.474 1.198 2.67 2.668 2.67h10.722c1.47 0 2.668-1.196 2.668-2.67v-13.432l.686-.39c5.56-3.145 9.01-9.06 9.01-15.436 0-9.775-7.95-17.73-17.726-17.73m5.36 52.368h-10.72c-2.965 0-5.38-2.412-5.38-5.38V160.31c-6-3.716-9.698-10.306-9.698-17.39 0-11.27 9.167-20.44 20.438-20.44 11.27 0 20.438 9.17 20.438 20.44 0 7.084-3.697 13.674-9.698 17.39v11.868c0 2.968-2.415 5.38-5.38 5.38" fill="#000"/><path d="M587.094 176.203h-10.718c-.856 0-1.643-.267-2.296-.72v8.873c0 1.813 1.47 3.282 3.28 3.282h8.745c1.813 0 3.282-1.47 3.282-3.282v-8.872c-.65.452-1.44.72-2.293.72" fill="#FFF"/><path d="M575.436 177.478v6.878c0 1.062.863 1.928 1.925 1.928h8.745c1.065 0 1.927-.866 1.927-1.928v-6.878c-.306.054-.62.083-.938.083h-10.72c-.317 0-.63-.028-.938-.082m10.67 11.518h-8.745c-2.556 0-4.635-2.08-4.635-4.64v-11.468l2.13 1.48c.448.315.975.477 1.52.477h10.72c.544 0 1.07-.162 1.52-.476l2.13-1.482v11.468c0 2.56-2.08 4.64-4.64 4.64" fill="#000"/><path d="M578.458 188.748c-.072.198-.115.408-.115.632 0 1 .812 2.92 1.816 2.92h3.15c1.004 0 1.817-1.92 1.817-2.92 0-.224-.044-.434-.116-.632h-6.552z" fill="#FFF"/><path d="M580.32 190.946h2.827c.152-.15.333-.49.463-.84h-3.752c.13.35.315.69.463.84m2.99 2.712h-3.152c-2.05 0-3.17-2.827-3.17-4.28 0-.374.065-.746.2-1.104l.327-.88h8.438l.328.88c.135.358.2.73.2 1.105 0 1.45-1.12 4.278-3.17 4.278" fill="#000"/><path d="M574.164 179.83h15.14" fill="#FFF"/><path fill="#000" d="M574.164 181.185h15.142v-2.712h-15.142"/><path d="M574.164 183.143h15.14" fill="#FFF"/><path fill="#000" d="M574.164 184.5h15.142v-2.712h-15.142"/><path d="M572.774 138.342c2.026-1.89 5.286-3.113 8.96-3.113 3.65 0 6.893 1.21 8.918 3.076" fill="#FFF"/><path d="M573.7 139.334l-1.85-1.983c2.37-2.208 5.972-3.476 9.885-3.476 3.88 0 7.466 1.253 9.838 3.434l-1.837 1.993c-1.85-1.7-4.838-2.714-8-2.714-3.188 0-6.192 1.03-8.037 2.748" fill="#000"/><path fill="#FFF" d="M578.363 176.202h6.74v-21.57h-6.74"/><path d="M579.72 174.848h4.03v-18.86h-4.03v18.86zm-2.71 2.712h9.45v-24.283h-9.45v24.283z" fill="#000"/><path fill="#FFF" d="M573.917 137.573l6.23 17.06h3.102l6.303-17.197"/><path fill="#000" d="M584.197 155.99H579.2l-6.556-17.95 2.546-.932 5.906 16.17h1.206l5.978-16.31 2.546.934"/><path d="M548.338 549.928c0 5.03-4.08 9.11-9.108 9.11-5.03 0-9.11-4.08-9.11-9.11 0-5.03 4.08-9.11 9.11-9.11 5.03 0 9.108 4.08 9.108 9.11" fill="#FFF"/><path d="M539.23 542.175c-4.274 0-7.75 3.477-7.75 7.752s3.476 7.756 7.75 7.756c4.275 0 7.752-3.48 7.752-7.756 0-4.275-3.477-7.752-7.752-7.752m0 18.22c-5.77 0-10.462-4.698-10.462-10.468s4.693-10.464 10.462-10.464c5.77 0 10.463 4.694 10.463 10.464 0 5.77-4.693 10.468-10.463 10.468" fill="#0C8FD7"/><path d="M539.23 545.034v9.79" fill="#FFF"/><path fill="#0C8FD7" d="M537.874 554.824h2.71v-9.79h-2.71"/><path d="M544.123 549.928h-9.787" fill="#FFF"/><path fill="#0C8FD7" d="M534.336 551.285h9.787v-2.712h-9.787"/><path d="M569.567 281.89v9.788" fill="#FFF"/><path fill="#0C8FD7" d="M568.21 291.677h2.712v-9.79h-2.71"/><path d="M574.46 286.783h-9.788" fill="#FFF"/><path fill="#0C8FD7" d="M564.673 288.138h9.787v-2.712h-9.787"/><path d="M515.332 141.535v7.077" fill="#FFF"/><path fill="#0C8FD7" d="M513.978 148.612h2.71v-7.077h-2.71"/><path d="M518.87 145.073h-7.076" fill="#FFF"/><path fill="#0C8FD7" d="M511.794 146.427h7.076v-2.71h-7.076"/><path d="M164.99 503.077c-1.494 0-2.71-1.217-2.71-2.712s1.216-2.712 2.71-2.712c1.495 0 2.712 1.217 2.712 2.712s-1.217 2.712-2.71 2.712" fill="#FFF"/><path d="M164.99 496.297c-2.24 0-4.068 1.823-4.068 4.07 0 2.242 1.827 4.065 4.07 4.065 2.24 0 4.067-1.823 4.067-4.066 0-2.246-1.828-4.07-4.07-4.07m0 2.713c.748 0 1.358.605 1.358 1.356 0 .748-.61 1.354-1.357 1.354s-1.357-.606-1.357-1.354c0-.75.61-1.357 1.358-1.357M343.285 509.858h24.066v-2.712h-24.065M328.37 509.858h8.135v-2.712h-8.134" fill="#000"/><path fill="#0C8FD7" d="M313.796 502.398h17.286v-2.712h-17.286M295.832 502.398h11.863v-2.712h-11.863M338.54 502.398h6.102v-2.712h-6.1M341.252 494.602h13.22v-2.71h-13.22"/><path fill="#000" d="M584.29 487.482h24.067v-2.712H584.29"/><path fill="#0C8FD7" d="M613.105 487.482h5.422v-2.712h-5.422"/><path fill="#000" d="M569.377 487.482h8.134v-2.712h-8.133"/><path fill="#0C8FD7" d="M541.92 480.025h30.168v-2.71H541.92"/><path fill="#000" d="M602.256 480.025h11.863v-2.71h-11.864M579.547 480.025h7.795v-2.71h-7.795"/><path fill="#0C8FD7" d="M582.255 472.226h10.17v-2.712h-10.17M561.58 472.226h15.93v-2.712h-15.93"/><path fill="#000" d="M628.358 260.338h19.997v-2.71h-19.997M667.338 260.338H679.2v-2.71H667.34M655.81 260.338h6.102v-2.71h-6.102M658.522 252.543h13.22v-2.712h-13.22M646.925 252.543h3.863v-2.712h-3.863M344.075 252.09h2.6v-2.6h-2.6"/><path d="M316.487 130.9c0 5.03-4.08 9.11-9.11 9.11-5.028 0-9.108-4.08-9.108-9.11 0-5.03 4.08-9.11 9.108-9.11 5.03 0 9.11 4.08 9.11 9.11" fill="#FFF"/><path d="M307.38 123.147c-4.276 0-7.753 3.477-7.753 7.753 0 4.275 3.477 7.752 7.752 7.752 4.273 0 7.75-3.477 7.75-7.752 0-4.276-3.477-7.753-7.75-7.753m0 18.22c-5.77 0-10.464-4.697-10.464-10.467 0-5.77 4.693-10.465 10.463-10.465 5.768 0 10.46 4.694 10.46 10.465 0 5.77-4.692 10.467-10.46 10.467" fill="#0C8FD7"/><path d="M307.38 126.007v9.79" fill="#FFF"/><path fill="#0C8FD7" d="M306.023 135.793h2.712v-9.79h-2.712M312.272 130.9h-9.788"/><path fill="#0C8FD7" d="M302.485 132.258h9.788v-2.71h-9.788"/><path d="M274.668 449.364v9.79" fill="#FFF"/><path fill="#0C8FD7" d="M273.31 459.15h2.712v-9.788h-2.71"/><path d="M279.56 454.258h-9.787" fill="#FFF"/><path fill="#0C8FD7" d="M269.773 455.612h9.787v-2.71h-9.787"/><path d="M547.873 636.503v9.79" fill="#FFF"/><path fill="#000" d="M546.517 646.29h2.71v-9.79h-2.71"/><path d="M552.766 641.397h-9.787" fill="#FFF"/><path fill="#000" d="M542.98 642.75h9.786v-2.71h-9.787"/><path d="M641.575 498.33c-1.495 0-2.712-1.216-2.712-2.71 0-1.496 1.217-2.713 2.712-2.713 1.494 0 2.71 1.217 2.71 2.712 0 1.494-1.216 2.71-2.71 2.71" fill="#FFF"/><path d="M641.575 491.55c-2.242 0-4.07 1.824-4.07 4.07 0 2.242 1.828 4.066 4.07 4.066s4.068-1.824 4.068-4.066c0-2.246-1.826-4.07-4.068-4.07m0 2.712c.75 0 1.357.607 1.357 1.358 0 .747-.606 1.354-1.357 1.354-.748 0-1.358-.607-1.358-1.354 0-.75.61-1.358 1.358-1.358" fill="#000"/><path d="M560.9 379.674c-1.493 0-2.71-1.217-2.71-2.712s1.217-2.71 2.71-2.71c1.496 0 2.713 1.215 2.713 2.71 0 1.495-1.217 2.712-2.712 2.712" fill="#FFF"/><path d="M560.9 372.894c-2.24 0-4.067 1.823-4.067 4.07 0 2.24 1.826 4.065 4.068 4.065 2.243 0 4.07-1.825 4.07-4.067 0-2.246-1.827-4.07-4.07-4.07m0 2.712c.75 0 1.36.607 1.36 1.358 0 .747-.61 1.354-1.36 1.354-.746 0-1.356-.607-1.356-1.354 0-.75.61-1.358 1.357-1.358" fill="#0C8FD7"/><path d="M382.606 215.59c-1.495 0-2.71-1.218-2.71-2.713s1.215-2.712 2.71-2.712c1.495 0 2.71 1.217 2.71 2.712s-1.215 2.712-2.71 2.712" fill="#FFF"/><path d="M382.606 208.808c-2.242 0-4.07 1.824-4.07 4.07 0 2.242 1.828 4.066 4.07 4.066s4.07-1.824 4.07-4.066c0-2.246-1.828-4.07-4.07-4.07m0 2.712c.747 0 1.357.607 1.357 1.358 0 .747-.61 1.354-1.357 1.354s-1.358-.607-1.358-1.354c0-.75.61-1.358 1.358-1.358" fill="#0C8FD7"/><path d="M392.775 548.506c-1.495 0-2.712-1.217-2.712-2.712s1.217-2.712 2.712-2.712c1.494 0 2.71 1.217 2.71 2.712s-1.216 2.712-2.71 2.712" fill="#FFF"/><path d="M392.775 541.725c-2.242 0-4.07 1.824-4.07 4.07 0 2.242 1.828 4.065 4.07 4.065s4.068-1.823 4.068-4.065c0-2.246-1.826-4.07-4.068-4.07m0 2.712c.747 0 1.357.607 1.357 1.358 0 .747-.61 1.354-1.357 1.354-.748 0-1.358-.608-1.358-1.355 0-.75.61-1.358 1.358-1.358" fill="#0C8FD7"/><path d="M307.886 260.192v9.79" fill="#FFF"/><path fill="#000" d="M306.53 269.98h2.71v-9.79h-2.71"/><path d="M312.78 265.086h-9.788" fill="#FFF"/><path fill="#000" d="M302.99 266.44h9.788v-2.71h-9.787"/><path d="M489.57 503.607v9.79" fill="#FFF"/><path fill="#0C8FD7" d="M488.215 513.397h2.71v-9.79h-2.71"/><path d="M494.464 508.5h-9.787" fill="#FFF"/><path fill="#0C8FD7" d="M484.677 509.858h9.787v-2.712h-9.787"/><path d="M487.537 233.07v9.79" fill="#FFF"/><path fill="#000" d="M486.182 242.858h2.712v-9.79h-2.712"/><path d="M492.43 237.964h-9.787" fill="#FFF"/><path fill="#000" d="M482.644 239.32h9.788v-2.712h-9.788"/><path d="M356.02 569.377v7.078" fill="#FFF"/><path fill="#000" d="M354.664 576.453h2.712v-7.077h-2.712"/><path d="M359.556 572.915h-7.076" fill="#FFF"/><path fill="#000" d="M352.48 574.272h7.076v-2.712h-7.076"/><path d="M221.79 461.57v7.077" fill="#FFF"/><path fill="#000" d="M220.435 468.644h2.71v-7.077h-2.71"/><path d="M225.326 465.107h-7.072" fill="#FFF"/><path fill="#000" d="M218.25 466.463h7.077v-2.712h-7.076"/><path d="M580.414 438.516v7.077" fill="#FFF"/><path fill="#000" d="M579.056 445.592h2.712v-7.077h-2.712"/><path d="M583.95 442.054h-7.075" fill="#FFF"/><path fill="#000" d="M576.876 443.408h7.076v-2.712h-7.076"/><path d="M564.97 590.544v7.077" fill="#FFF"/><path fill="#0C8FD7" d="M563.612 597.62h2.71v-7.078h-2.71"/><path d="M568.506 594.082h-7.076" fill="#FFF"/><path fill="#0C8FD7" d="M561.43 595.44h7.077v-2.713h-7.076"/><path d="M264.794 226.29v7.074" fill="#FFF"/><path fill="#0C8FD7" d="M263.437 233.365h2.71v-7.077h-2.71"/><path d="M268.33 229.828h-7.075" fill="#FFF"/><path fill="#0C8FD7" d="M261.256 231.184h7.076v-2.71H261.256"/><path d="M282.125 612.094v7.077" fill="#FFF"/><path fill="#0C8FD7" d="M280.77 619.17h2.71v-7.078h-2.71"/><path d="M285.662 615.63h-7.076" fill="#FFF"/><path fill="#0C8FD7" d="M278.585 616.988h7.077v-2.712h-7.077"/><path fill="#000" d="M399.554 196.603h2.6v-2.6h-2.6M561.58 423.068h2.598v-2.6h-2.6M573.16 359.954h2.6v-2.6h-2.6M182.672 470.475h2.6v-2.6h-2.6"/><path fill="#0C8FD7" d="M301.933 468.384h2.6v-2.6h-2.6M459.214 224.97h2.6v-2.6h-2.6"/><path fill="#000" d="M335.15 547.04h2.6v-2.6h-2.6M273.46 404.65h2.598v-2.6h-2.6M539.885 264.975h2.6v-2.6h-2.6M276.282 297.52h2.6v-2.6h-2.6M475.594 538.9h2.6v-2.6h-2.6M548.81 517.993h2.6v-2.6h-2.6M502.656 570.823h2.6v-2.6h-2.6M666.66 490.082h2.6v-2.6h-2.6M236.172 504.998h2.6v-2.6h-2.6M605.08 245.422h2.598v-2.6h-2.6M402.323 577.605h2.6v-2.6h-2.6M284.983 372.105h2.6v-2.6h-2.6M258.545 361.254h2.6v-2.6h-2.6M585.306 399.904h2.6v-2.6h-2.6M508.7 543.08h2.6v-2.598h-2.6M474.128 201.352h2.6v-2.6h-2.6"/><path fill="#0C8FD7" d="M340.685 207.45h2.6v-2.6h-2.6"/><path fill="#000" d="M298.597 589.81h2.6v-2.6h-2.6"/><path fill="#0C8FD7" d="M537.174 611.453h2.6v-2.6h-2.6"/><path fill="#000" d="M565.08 565.346h2.6v-2.6h-2.6M571.07 534.834h2.6v-2.6h-2.6M283.63 655.523h2.598v-2.6h-2.6M313.515 638.628h2.6v-2.6h-2.6"/><path fill="#0C8FD7" d="M204.312 248.813h2.6v-2.6h-2.6"/><path fill="#000" d="M521.693 171.403h2.6v-2.6h-2.6M497.91 96.876h2.598v-2.6h-2.6M562.936 83.37h2.6v-2.6h-2.6M294.532 164h2.6v-2.6h-2.6"/><path fill="#0C8FD7" d="M133.97 229.043h2.6v-2.6h-2.6"/><path fill="#000" d="M314.814 230.506h2.6v-2.6h-2.6M554.178 336.903h2.6v-2.6h-2.6M543.387 458.89h2.6v-2.6h-2.6M436.84 534.834h2.6v-2.6h-2.6"/><path fill="#FFF" d="M208.575 311.728h15.052v-15.054h-15.052"/><path d="M209.933 310.374h12.34v-12.342h-12.34v12.342zm-2.712 2.71h17.764V295.32H207.22v17.765z" fill="#000"/><path fill="#FFF" d="M208.575 336.253h15.052V321.2h-15.052"/><path d="M209.933 334.895h12.34v-12.342h-12.34v12.342zm-2.712 2.712h17.764V319.84H207.22v17.767z" fill="#000"/><path fill="#FFF" d="M208.575 360.774h15.052V345.72h-15.052"/><path d="M209.933 359.416h12.34v-12.342h-12.34v12.342zm-2.712 2.715h17.764v-17.764H207.22v17.765z" fill="#000"/><path fill="#FFF" d="M208.575 385.295h15.052V370.24h-15.052"/><path d="M209.933 383.94h12.34V371.6h-12.34v12.34zm-2.712 2.713h17.764v-17.766H207.22v17.766z" fill="#000"/><path fill="#FFF" d="M208.575 409.82h15.052v-15.054h-15.052"/><path d="M209.933 408.462h12.34V396.12h-12.34v12.342zm-2.712 2.712h17.764V393.41H207.22v17.764z" fill="#000"/><path d="M441.36 249.942c0 6.99-8.802 12.656-19.662 12.656-10.856 0-19.658-5.665-19.658-12.656 0-6.99 8.802-12.656 19.658-12.656 10.86 0 19.662 5.666 19.662 12.656" fill="#FFF"/><path d="M421.7 238.642c-10.095 0-18.304 5.07-18.304 11.302 0 6.23 8.21 11.298 18.304 11.298 10.094 0 18.304-5.07 18.304-11.298 0-6.232-8.21-11.302-18.304-11.302m0 25.312c-11.59 0-21.016-6.287-21.016-14.01 0-7.727 9.427-14.014 21.016-14.014 11.59 0 21.015 6.287 21.015 14.014 0 7.723-9.426 14.01-21.015 14.01" fill="#000"/><path d="M439.078 253.446c0 5.055-7.78 9.153-17.38 9.153-9.596 0-17.376-4.1-17.376-9.154 0-5.056 7.78-9.154 17.376-9.154 9.6 0 17.38 4.098 17.38 9.154" fill="#0C8FD7"/><path d="M421.7 245.648c-8.687 0-16.023 3.572-16.023 7.796 0 4.228 7.336 7.8 16.023 7.8 8.686 0 16.022-3.572 16.022-7.8 0-4.224-7.336-7.796-16.022-7.796m0 18.307c-10.506 0-18.734-4.614-18.734-10.51 0-5.894 8.228-10.508 18.734-10.508 10.505 0 18.733 4.614 18.733 10.507 0 5.897-8.228 10.51-18.733 10.51" fill="#000"/><path d="M441.36 347.58c0 6.99-8.802 12.656-19.662 12.656-10.856 0-19.658-5.665-19.658-12.656 0-6.99 8.802-12.656 19.658-12.656 10.86 0 19.662 5.666 19.662 12.656" fill="#FFF"/><path d="M421.7 336.28c-10.095 0-18.304 5.07-18.304 11.298 0 6.232 8.21 11.302 18.304 11.302 10.094 0 18.304-5.07 18.304-11.302 0-6.23-8.21-11.298-18.304-11.298m0 25.312c-11.59 0-21.016-6.287-21.016-14.014 0-7.724 9.427-14.01 21.016-14.01 11.59 0 21.015 6.286 21.015 14.01 0 7.727-9.426 14.014-21.015 14.014" fill="#000"/><path d="M439.078 351.083c0 5.056-7.78 9.154-17.38 9.154-9.596 0-17.376-4.098-17.376-9.154 0-5.055 7.78-9.153 17.376-9.153 9.6 0 17.38 4.098 17.38 9.153" fill="#0C8FD7"/><path d="M421.7 343.286c-8.687 0-16.023 3.57-16.023 7.796 0 4.228 7.336 7.8 16.023 7.8 8.686 0 16.022-3.572 16.022-7.8 0-4.225-7.336-7.796-16.022-7.796m0 18.307c-10.506 0-18.734-4.615-18.734-10.51 0-5.894 8.228-10.51 18.734-10.51 10.505 0 18.733 4.616 18.733 10.51 0 5.895-8.228 10.51-18.733 10.51M420.18 262.375h2.71v-106.68h-2.71" fill="#000"/><path fill="#FFF" d="M417.3 181.517h8.472v-8.644H417.3"/><path d="M418.653 180.16h5.762v-5.933h-5.762v5.933zm-2.712 2.715h11.186V171.52H415.94v11.355z" fill="#000"/><path d="M483.214 164.958c0 6.395-5.185 11.576-11.575 11.576H371.43c-6.394 0-11.575-5.18-11.575-11.576V13.545c0-6.395 5.18-11.576 11.574-11.576h100.21c6.39 0 11.574 5.18 11.574 11.575v151.413z" fill="#FFF"/><path d="M371.43 3.324c-5.636 0-10.22 4.586-10.22 10.223V164.96c0 5.633 4.584 10.22 10.22 10.22h100.21c5.635 0 10.216-4.587 10.216-10.22V13.547c0-5.637-4.58-10.223-10.217-10.223H371.43zM471.64 177.89H371.43c-7.13 0-12.933-5.8-12.933-12.93V13.547c0-7.132 5.802-12.934 12.932-12.934h100.21c7.13 0 12.93 5.802 12.93 12.934V164.96c0 7.13-5.8 12.93-12.93 12.93z" fill="#000"/><path d="M367.145 158.693h108.777V17.673H367.145v141.02zm-2.71 2.712h114.198V14.96h-114.2v146.445z" fill="#000"/><path d="M426.493 168.303c0 2.74-2.22 4.96-4.96 4.96-2.737 0-4.957-2.22-4.957-4.96 0-2.74 2.22-4.96 4.957-4.96 2.74 0 4.96 2.22 4.96 4.96" fill="#FFF"/><path d="M421.534 164.7c-1.986 0-3.603 1.617-3.603 3.602 0 1.986 1.618 3.604 3.604 3.604s3.603-1.618 3.603-3.604c0-1.985-1.617-3.603-3.603-3.603m0 9.918c-3.484 0-6.314-2.83-6.314-6.316 0-3.48 2.83-6.315 6.314-6.315 3.48 0 6.314 2.835 6.314 6.315 0 3.485-2.834 6.316-6.314 6.316M413.367 10.707h16.337V7.995h-16.337M464.82 9.35c0 .573-.464 1.04-1.04 1.04-.573 0-1.038-.467-1.038-1.04 0-.575.465-1.04 1.04-1.04.574 0 1.04.465 1.04 1.04" fill="#000"/><path fill="#FFF" d="M381.21 150.338h80.646v-9.96H381.21"/><path d="M382.568 148.98h77.935v-7.247h-77.935v7.247zm-2.71 2.712h83.356v-12.67h-83.357v12.67zM379.954 131.392h2.712V82.566h-2.712M390.01 131.392h2.71V95.067h-2.71M400.067 131.392h2.71V70.85h-2.71M410.122 131.392h2.71V54.835h-2.71M420.18 131.392h2.71v-70.7h-2.71M430.234 131.392h2.712v-92.18h-2.712M440.292 131.392h2.712V54.835h-2.712M450.347 131.392h2.71v-83.98h-2.71M460.405 131.392h2.71V28.662h-2.71" fill="#000"/><path fill="#000" d="M381.308 132.75h80.45v-2.712h-80.45"/><path d="M416.862 34.48c0 2.996-5.422 10.655-5.422 10.655s-5.423-7.66-5.423-10.656c0-2.998 2.426-5.424 5.423-5.424 2.993 0 5.422 2.426 5.422 5.423" fill="#FFF"/><path d="M411.44 30.41c-2.243 0-4.07 1.825-4.07 4.07 0 1.478 2.12 5.265 4.07 8.244 1.95-2.98 4.068-6.766 4.068-8.243 0-2.245-1.827-4.07-4.07-4.07zm0 17.073l-1.11-1.563c-.945-1.34-5.67-8.18-5.67-11.44 0-3.74 3.043-6.78 6.78-6.78 3.736 0 6.78 3.04 6.78 6.78 0 3.26-4.727 10.1-5.672 11.44l-1.11 1.563z" fill="#000"/><path d="M572.57 398.12c-1.252-.812-2.437-1.58-3.183-1.265-.614.26-1.225.722-1.872 1.21-.758.577-1.542 1.17-2.477 1.56-1.648.682-3.655.246-5.654-1.232l-.058-.04c-1.192-.882-2.417-1.788-3.3-1.66-.716.107-1.522.71-2.376 1.347-.462.346-.942.703-1.46 1.027-1.774 1.106-3.983 1.1-5.764-.015-.51-.32-.978-.67-1.432-1.01-.86-.64-1.673-1.247-2.395-1.353-.93-.13-2.164.664-3.353 1.434-1.695 1.104-3.62 2.35-5.67 1.49-.927-.39-1.703-.98-2.454-1.548-.652-.494-1.268-.962-1.887-1.218-1.04-.432-2.475.494-3.04.91l-.056.042c-1.556 1.15-3.325 2.438-5.284 2.155-1.386-.21-2.504-1.044-3.585-1.853-.436-.326-.848-.635-1.27-.897l1.415-2.272c.518.324.995.68 1.458 1.027.853.636 1.66 1.24 2.38 1.348.89.14 2.108-.782 3.298-1.66l.056-.043c2-1.476 4.006-1.912 5.654-1.23.937.39 1.72.983 2.48 1.56.647.488 1.258.95 1.874 1.213.74.307 1.926-.456 3.177-1.267 1.53-.99 3.253-2.108 5.185-1.84 1.4.202 2.528 1.044 3.62 1.858.428.32.836.626 1.253.887.918.576 2.01.58 2.927.01.422-.264.837-.57 1.274-.9 1.078-.806 2.195-1.64 3.58-1.85 1.313-.2 2.543.32 3.68 1.032.557.348 1.092.743 1.603 1.12l.058.044c.567.418 1.996 1.344 3.04.912.622-.256 1.236-.724 1.888-1.218.75-.57 1.528-1.157 2.453-1.548 2.056-.864 3.98.39 5.675 1.488 1.187.772 2.42 1.564 3.352 1.434.722-.103 1.532-.71 2.393-1.353.453-.338.923-.688 1.43-1.008 1.783-1.115 3.99-1.12 5.766-.014l-1.415 2.272c-.913-.57-2.008-.566-2.927.01-.415.26-.822.564-1.254.885-1.09.816-2.22 1.658-3.614 1.86-.202.028-.4.04-.597.04-1.694 0-3.224-.993-4.59-1.88zM270.57 418.12c-1.252-.812-2.437-1.58-3.183-1.265-.614.26-1.225.722-1.872 1.21-.758.577-1.542 1.17-2.477 1.56-1.648.682-3.655.246-5.654-1.232l-.058-.04c-1.192-.882-2.417-1.788-3.3-1.66-.716.107-1.522.71-2.376 1.347-.462.346-.942.703-1.46 1.027-1.774 1.106-3.983 1.1-5.764-.015-.51-.32-.978-.67-1.432-1.01-.86-.64-1.673-1.247-2.395-1.353-.93-.13-2.164.664-3.353 1.434-1.695 1.104-3.62 2.35-5.67 1.49-.927-.39-1.703-.98-2.454-1.548-.652-.494-1.268-.962-1.887-1.218-1.04-.432-2.475.494-3.04.91l-.056.042c-1.556 1.15-3.325 2.438-5.284 2.155-1.386-.21-2.504-1.044-3.585-1.853-.436-.326-.848-.635-1.27-.897l1.415-2.272c.518.324.995.68 1.458 1.027.853.636 1.66 1.24 2.38 1.348.89.14 2.108-.782 3.298-1.66l.056-.043c2-1.476 4.006-1.912 5.654-1.23.937.39 1.72.983 2.48 1.56.647.488 1.258.95 1.874 1.213.74.307 1.926-.456 3.177-1.267 1.53-.99 3.253-2.108 5.185-1.84 1.4.202 2.528 1.044 3.62 1.858.428.32.836.626 1.253.887.918.576 2.01.58 2.927.01.422-.264.837-.57 1.274-.9 1.078-.806 2.195-1.64 3.58-1.85 1.313-.2 2.543.32 3.68 1.032.557.348 1.092.743 1.603 1.12l.058.044c.567.418 1.996 1.344 3.04.912.622-.256 1.236-.724 1.888-1.218.75-.57 1.528-1.157 2.453-1.548 2.056-.864 3.98.39 5.675 1.488 1.187.772 2.42 1.564 3.352 1.434.722-.103 1.532-.71 2.393-1.353.453-.338.923-.688 1.43-1.008 1.783-1.115 3.99-1.12 5.766-.014l-1.415 2.272c-.913-.57-2.008-.566-2.927.01-.415.26-.822.564-1.254.885-1.09.816-2.22 1.658-3.614 1.86-.202.028-.4.04-.597.04-1.694 0-3.224-.993-4.59-1.88z" fill="#0C8FD7"/></g></svg> \ No newline at end of file
diff --git a/assets/img/enterprise/hero-image.png b/assets/img/enterprise/hero-image.png
new file mode 100644
index 00000000..1746f2fc
--- /dev/null
+++ b/assets/img/enterprise/hero-image.png
Binary files differ
diff --git a/assets/img/enterprise/ilustration_matterexperts.svg b/assets/img/enterprise/ilustration_matterexperts.svg
new file mode 100644
index 00000000..64f1af8d
--- /dev/null
+++ b/assets/img/enterprise/ilustration_matterexperts.svg
@@ -0,0 +1 @@
+<svg width="880" height="480" viewBox="0 0 880 480" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><title>Page 1</title><defs><path id="a" d="M.72 612.316h878.813V0H.72z"/></defs><g transform="translate(0 -67)" fill="none" fill-rule="evenodd"><path d="M383.123 229.97c-1.252-.81-2.436-1.58-3.182-1.265-.613.26-1.224.723-1.872 1.212-.757.576-1.54 1.168-2.477 1.557-1.646.684-3.653.247-5.653-1.23l-.057-.04c-1.192-.882-2.417-1.79-3.3-1.662-.716.108-1.522.71-2.376 1.35-.463.344-.942.702-1.46 1.026-1.774 1.106-3.983 1.1-5.764-.015-.51-.32-.98-.67-1.432-1.01-.86-.64-1.674-1.248-2.395-1.353-.928-.13-2.163.665-3.352 1.435-1.695 1.103-3.62 2.348-5.668 1.49-.928-.392-1.705-.98-2.455-1.548-.652-.494-1.27-.962-1.887-1.22-1.04-.43-2.475.496-3.04.913l-.056.04c-1.556 1.15-3.326 2.438-5.285 2.155-1.387-.208-2.504-1.043-3.585-1.852-.437-.326-.85-.636-1.27-.897l1.414-2.272c.516.324.994.68 1.456 1.027.854.636 1.66 1.24 2.38 1.35.89.138 2.11-.783 3.298-1.66l.056-.045c2-1.475 4.006-1.912 5.654-1.23.937.39 1.72.983 2.48 1.56.646.49 1.258.952 1.874 1.213.74.307 1.925-.456 3.177-1.267 1.528-.99 3.252-2.108 5.184-1.84 1.4.203 2.526 1.045 3.617 1.858.43.322.837.626 1.255.888.918.576 2.01.58 2.927.01.42-.264.836-.572 1.272-.9 1.08-.806 2.197-1.64 3.583-1.85 1.956-.298 3.728 1.005 5.282 2.152l.058.043c.566.42 1.995 1.345 3.04.913.62-.257 1.235-.725 1.887-1.22.75-.567 1.528-1.155 2.453-1.546 2.055-.864 3.978.388 5.673 1.487 1.187.773 2.422 1.564 3.353 1.435.722-.104 1.533-.71 2.394-1.354.453-.34.923-.69 1.43-1.008 1.783-1.116 3.99-1.12 5.765-.014l-1.415 2.272c-.914-.57-2.01-.566-2.928.01-.415.26-.822.563-1.254.885-1.09.816-2.218 1.66-3.614 1.86-.202.03-.4.04-.598.04-1.692 0-3.222-.992-4.59-1.88zM477.22 451.15c-1.144-.172-2.077-.87-2.897-1.482l1.573-2.166.03.022c.622.467 1.212.91 1.692.98.546.08 1.52-.642 2.304-1.223 1.666-1.227 3.316-1.575 4.685-1.01.758.315 1.403.805 1.974 1.237.48.364.936.71 1.375.892.414.177 1.34-.42 2.15-.948 1.218-.79 2.595-1.687 4.197-1.46 1.153.166 2.09.87 2.918 1.486.326.242.633.473.942.667.604.38 1.324.38 1.923.01.314-.197.624-.43.954-.677.822-.612 1.752-1.308 2.894-1.48 1.635-.247 3.047.794 4.29 1.71.86.636 1.62.886 2.073.696.44-.182.897-.53 1.384-.897.564-.427 1.202-.912 1.95-1.226 1.73-.724 3.345.325 4.645 1.17l-1.45 2.247c-.816-.53-1.737-1.123-2.16-.95-.433.185-.888.528-1.37.895-.57.432-1.216.92-1.97 1.233-1.37.57-3.02.22-4.648-.98-.828-.61-1.806-1.328-2.348-1.25-.476.07-1.065.512-1.69.978-.36.27-.733.547-1.14.8-1.468.915-3.292.91-4.757-.01-.403-.253-.77-.526-1.123-.79-.628-.468-1.22-.912-1.697-.98-.597-.083-1.497.495-2.362 1.057-1.3.842-2.917 1.89-4.644 1.168-.748-.314-1.388-.8-1.952-1.228-.484-.367-.942-.715-1.38-.898-.454-.184-1.216.063-2.034.665-1.153.852-2.41 1.78-3.844 1.78-.16 0-.32-.012-.486-.036zM272.04 224.81c-10.938 0-19.84-8.905-19.84-19.85 0-10.945 8.902-19.85 19.84-19.85v2.677c-9.464 0-17.165 7.704-17.165 17.173 0 9.47 7.7 17.174 17.166 17.174v2.677z" fill="#0C8FD7"/><path d="M273.593 187.856c-.515-.046-1.038-.07-1.553-.07v-2.675c.594 0 1.196.027 1.79.08l-.237 2.666zM279.332 189.408c-.9-.422-1.84-.77-2.8-1.03l.698-2.583c1.11.3 2.198.7 3.24 1.19l-1.138 2.423zm4.863 3.426c-.702-.705-1.47-1.353-2.282-1.926l1.54-2.186c.936.66 1.826 1.408 2.637 2.222l-1.895 1.89zm3.408 4.875c-.418-.898-.92-1.77-1.492-2.585l2.193-1.535c.662.945 1.242 1.95 1.726 2.99l-2.427 1.13zm1.537 5.745c-.087-.993-.26-1.984-.516-2.94l2.585-.692c.294 1.11.495 2.25.596 3.4l-2.666.232zm2.076 6.617l-2.585-.688c.255-.96.428-1.948.512-2.942l2.666.228c-.098 1.15-.297 2.294-.592 3.402zm-2.897 6.238l-2.195-1.533c.57-.815 1.072-1.686 1.49-2.586l2.426 1.13c-.483 1.04-1.06 2.048-1.72 2.99zm-4.846 4.876l-1.542-2.188c.81-.57 1.577-1.222 2.28-1.927l1.897 1.887c-.812.818-1.7 1.566-2.636 2.23zm-6.218 2.93l-.7-2.58c.96-.262 1.9-.61 2.798-1.034l1.14 2.42c-1.04.492-2.128.893-3.238 1.195zM272.04 224.81v-2.676c.52 0 1.044-.022 1.552-.07l.24 2.668c-.588.053-1.192.08-1.79.08" fill="#0C8FD7"/><path fill="#000" d="M265.287 343.295h-2.676V311.59H242.38v-2.676h22.91"/><mask id="b" fill="#fff"><use xlink:href="#a"/></mask><path fill="#000" mask="url(#b)" d="M262.61 379.862h2.676v-23.186h-2.676M289.753 379.862h2.676v-69.61h-2.677M358.854 323.4h-2.676v-14.488h40.57v-13.73h2.677v16.408h-40.57M389.334 381.198h8.752v-2.677h-8.752M515.6 379.862h2.677v-91.48H515.6M590.57 365.318l-2.576-.727 11.515-40.836 2.57.724"/><path fill="#000" mask="url(#b)" d="M629.417 381.2h-16.82v-2.678h14.144V289.72h-37.518v-2.675h40.195M549.827 376.807l-16.715-61.605 2.582-.703 16.713 61.606M526.66 185.13c-.875 0-1.736.16-2.56.478-1.792.684-3.206 2.025-3.988 3.776-.782 1.752-.835 3.7-.15 5.49 1.056 2.76 3.75 4.616 6.7 4.616.876 0 1.737-.16 2.564-.475 3.693-1.416 5.548-5.574 4.136-9.268-1.055-2.762-3.748-4.616-6.702-4.616zm.003 17.037c-4.053 0-7.75-2.545-9.2-6.336-.94-2.456-.866-5.136.205-7.537 1.075-2.404 3.017-4.247 5.475-5.187 1.13-.432 2.316-.653 3.517-.653 4.055 0 7.752 2.548 9.2 6.336 1.94 5.074-.608 10.784-5.68 12.725-1.132.432-2.314.652-3.517.652zm3.407 5.718l2.062 5.395 4.443-1.7-2.062-5.394.9-.593c1.555-1.024 2.91-2.308 4.025-3.817l.638-.866 5.273 2.36 1.94-4.35-5.274-2.355.218-1.053c.38-1.835.43-3.702.154-5.547l-.16-1.065 5.392-2.064-1.7-4.445-5.39 2.064-.593-.897c-1.024-1.56-2.307-2.915-3.815-4.03l-.863-.64 2.353-5.275-4.344-1.94-2.356 5.275-1.053-.218c-1.82-.376-3.708-.43-5.545-.155l-1.062.158-2.062-5.39-4.442 1.698 2.062 5.397-.9.59c-1.556 1.024-2.91 2.31-4.025 3.817l-.638.864-5.273-2.356-1.94 4.347 5.273 2.355-.218 1.056c-.38 1.834-.43 3.7-.155 5.545l.16 1.066-5.39 2.064 1.698 4.446 5.393-2.064.59.9c1.024 1.56 2.31 2.913 3.815 4.028l.864.64-2.352 5.274 4.342 1.94 2.355-5.272 1.052.216c1.822.377 3.71.427 5.543.153l1.065-.16zm.52 8.85l-2.26-5.914c-1.45.133-2.905.092-4.343-.12l-2.58 5.786-9.23-4.124 2.583-5.785c-1.12-.93-2.12-1.986-2.988-3.155l-5.91 2.263-3.61-9.444 5.91-2.26c-.133-1.45-.092-2.904.12-4.346l-5.78-2.582 4.12-9.234 5.78 2.584c.934-1.12 1.99-2.12 3.154-2.99l-2.26-5.914 9.44-3.613 2.258 5.914c1.448-.13 2.906-.09 4.342.12l2.58-5.783 9.23 4.124-2.58 5.783c1.117.934 2.117 1.99 2.985 3.155l5.91-2.265 3.612 9.448-5.91 2.264c.132 1.447.09 2.9-.12 4.343l5.78 2.58-4.12 9.236-5.782-2.582c-.93 1.12-1.988 2.12-3.15 2.988l2.26 5.914-9.44 3.613z"/><path d="M483.88 235.075l13.755 6.147c1.032-.624 2.168-1.06 3.35-1.282l6.146-13.766c-1.212-.223-2.438-.353-3.658-.39-7.702-.224-14.93 3.262-19.593 9.29zm14.038 9.206l-18.08-8.082.886-1.32c5.1-7.586 13.66-12.017 22.822-11.768 1.945.055 3.897.33 5.805.813l1.543.39-8.08 18.094-.766.08c-1.26.133-2.474.6-3.503 1.343l-.626.45zm4.88 3.36c-.252 0-.5.045-.736.136-1.065.408-1.6 1.605-1.192 2.668.393 1.032 1.626 1.593 2.666 1.193 1.065-.406 1.6-1.603 1.192-2.668-.304-.798-1.08-1.33-1.93-1.33zm.002 6.81c-1.95 0-3.73-1.225-4.428-3.05-.936-2.44.292-5.188 2.733-6.124.544-.208 1.113-.314 1.693-.314 1.952 0 3.73 1.226 4.43 3.05.93 2.444-.294 5.19-2.735 6.125-.544.208-1.115.314-1.693.314zm9.76-6.556l13.758 6.15c.223-1.217.353-2.443.39-3.662.214-7.714-3.23-14.928-9.286-19.606l-6.143 13.764c.622 1.03 1.06 2.17 1.28 3.354zm15.62 9.91l-18.088-8.082-.08-.768c-.133-1.262-.596-2.476-1.34-3.505l-.45-.625 8.076-18.095 1.32.888c7.623 5.132 12.02 13.668 11.762 22.838-.055 1.944-.328 3.897-.81 5.81l-.39 1.54zm-48.9-12.432c-.225 1.214-.355 2.44-.388 3.66-.218 7.713 3.227 14.93 9.282 19.605l6.145-13.764c-.627-1.03-1.06-2.166-1.28-3.352l-13.76-6.148zm10.018 27.31l-1.32-.887c-7.62-5.13-12.02-13.666-11.76-22.836.053-1.947.326-3.9.81-5.81l.392-1.542 18.084 8.083.08.77c.133 1.263.596 2.475 1.34 3.504l.453.624-8.08 18.094zm9.167.557c1.216.225 2.44.354 3.662.388 7.697.22 14.93-3.258 19.592-9.288l-13.757-6.15c-1.03.627-2.168 1.062-3.352 1.282l-6.145 13.767zm4.347 3.075c-.254 0-.506-.005-.762-.012-1.942-.055-3.894-.326-5.805-.81l-1.54-.392 8.08-18.094.766-.082c1.262-.13 2.473-.595 3.504-1.338l.624-.454 18.084 8.083-.887 1.32c-4.96 7.377-13.208 11.78-22.063 11.78zm-5.412 12.3l8.6.243.18-6.353 1.123-.154c4.93-.673 9.726-2.506 13.87-5.3l.94-.632 4.366 4.62 6.25-5.913-4.367-4.62.686-.903c3.02-3.983 5.12-8.67 6.07-13.56l.216-1.114 6.347.18.242-8.603-6.347-.18-.153-1.125c-.674-4.933-2.506-9.732-5.3-13.877l-.632-.94 4.618-4.37-5.907-6.252-4.618 4.367-.904-.686c-3.977-3.022-8.663-5.12-13.55-6.074l-1.112-.216.177-6.35-8.598-.243-.178 6.35-1.125.155c-4.93.674-9.728 2.507-13.87 5.302l-.94.633-4.365-4.62-6.252 5.91 4.364 4.622-.685.903c-3.02 3.98-5.12 8.67-6.07 13.558l-.217 1.115-6.345-.178-.242 8.604 6.347.178.153 1.125c.674 4.933 2.506 9.732 5.297 13.88l.633.94-4.618 4.367 5.91 6.255 4.62-4.367.9.686c3.98 3.02 8.666 5.12 13.55 6.073l1.115.216-.18 6.353zm11.198 2.992l-13.945-.39.19-6.778c-4.514-1.035-8.84-2.974-12.628-5.66l-4.925 4.658-9.584-10.144 4.925-4.66c-2.466-3.936-4.157-8.367-4.936-12.933l-6.77-.19.392-13.955 6.77.192c1.035-4.518 2.972-8.843 5.658-12.634l-4.657-4.93 10.138-9.59 4.66 4.93c3.93-2.47 8.36-4.162 12.923-4.94l.19-6.778 13.948.394-.192 6.777c4.515 1.034 8.838 2.97 12.627 5.66l4.928-4.662 9.584 10.146-4.927 4.66c2.47 3.937 4.16 8.366 4.937 12.934l6.774.19-.394 13.954-6.773-.19c-1.035 4.516-2.97 8.844-5.658 12.634l4.66 4.93-10.14 9.588-4.658-4.928c-3.935 2.47-8.36 4.16-12.924 4.94l-.192 6.775zM601.46 259.326c1.88 0 3.605.943 4.62 2.52.203.316.546.505.92.505.178 0 .44-.042.688-.246 1.648-1.34 4.09-1.595 5.978-.62.576.294 1.297.008 1.52-.584.78-2.04 2.69-3.426 4.87-3.53.314-.014.597-.158.796-.403.2-.242.28-.55.23-.86-.347-2.158.617-4.312 2.45-5.493.267-.17.44-.436.49-.746.048-.312-.033-.62-.232-.864-1.377-1.693-1.62-4.04-.62-5.98.142-.284.162-.598.05-.893-.114-.294-.34-.518-.634-.63-2.038-.778-3.424-2.69-3.527-4.87-.032-.64-.606-1.133-1.265-1.025-.288.045-.578.067-.868.067-1.88 0-3.606-.943-4.623-2.522-.2-.314-.544-.5-.918-.5-.178 0-.44.04-.688.244-1.648 1.34-4.09 1.595-5.98.62-.576-.294-1.298-.006-1.52.584-.778 2.04-2.69 3.426-4.868 3.53-.314.014-.597.158-.796.402-.2.245-.28.55-.23.862.347 2.157-.617 4.314-2.45 5.494-.267.17-.44.434-.49.746-.05.31.033.617.232.86 1.377 1.695 1.62 4.044.62 5.985-.143.28-.162.597-.05.89.114.295.34.518.634.63 2.038.78 3.424 2.69 3.527 4.872.03.642.614 1.13 1.264 1.025.286-.045.58-.07.87-.07m5.54 5.7c-1.288 0-2.472-.644-3.17-1.728-.592-.924-1.726-1.433-2.815-1.26-.2.034-.403.048-.604.048-2.008 0-3.658-1.576-3.756-3.59-.053-1.117-.763-2.1-1.808-2.497-1-.38-1.794-1.173-2.178-2.174-.38-1-.32-2.12.17-3.073.514-.995.39-2.2-.316-3.068-.676-.83-.97-1.914-.8-2.972.17-1.058.783-1.996 1.685-2.577.94-.604 1.434-1.71 1.256-2.817-.17-1.058.118-2.14.794-2.972.674-.833 1.674-1.34 2.746-1.39 1.117-.052 2.098-.762 2.496-1.808.553-1.454 1.967-2.428 3.52-2.428.593 0 1.19.144 1.723.417.97.502 2.225.367 3.066-.317.668-.547 1.513-.846 2.376-.846 1.287 0 2.472.647 3.17 1.732.592.92 1.726 1.43 2.815 1.257.2-.03.4-.047.603-.047 2.01 0 3.66 1.576 3.757 3.59.053 1.117.765 2.098 1.81 2.497 1 .38 1.794 1.175 2.175 2.176.384.998.32 2.118-.168 3.07-.513.996-.388 2.2.317 3.07.676.832.968 1.916.8 2.974-.17 1.056-.784 1.997-1.685 2.575-.94.604-1.435 1.71-1.258 2.816.17 1.06-.117 2.144-.793 2.974-.675.833-1.677 1.34-2.747 1.392-1.117.052-2.098.763-2.496 1.81-.55 1.45-1.968 2.427-3.52 2.427-.597 0-1.192-.147-1.724-.42-.97-.5-2.223-.37-3.067.32-.67.543-1.513.843-2.376.843" fill="#000" mask="url(#b)"/><path d="M609.192 243.603c-.475 0-.94.086-1.39.26-.97.37-1.74 1.098-2.164 2.048-.422.95-.45 2.01-.08 2.98.574 1.498 2.034 2.506 3.636 2.506.475 0 .942-.087 1.388-.26 2.005-.767 3.012-3.022 2.247-5.028-.574-1.497-2.037-2.505-3.638-2.505m.002 10.468c-2.702 0-5.167-1.695-6.133-4.222-.628-1.64-.577-3.426.137-5.028.715-1.603 2.012-2.832 3.65-3.458.755-.29 1.544-.436 2.345-.436 2.702 0 5.17 1.698 6.136 4.225 1.292 3.383-.408 7.19-3.79 8.487-.752.29-1.543.434-2.344.434M539.016 192.453l-8.57-6.13 1.556-2.176 8.57 6.128" fill="#000" mask="url(#b)"/><path fill="#000" mask="url(#b)" d="M610.147 243.314l-57.797-41.327 1.556-2.178 57.797 41.325M598.53 220.112l-34.804-24.887 1.556-2.176 34.805 24.883M549.554 254.17l-.002-2.676 44.6-.053.002 2.68M600.916 254.11l-.005-2.677 9.053-.01.005 2.676M571.88 264.565l-.045-2.678 3.345-.058.046 2.677M559.89 264.772l-.045-2.678 3.345-.058.045 2.678M545.234 216.152c-.535 0-1.062.1-1.568.293-2.264.864-3.4 3.412-2.534 5.677.647 1.69 2.297 2.826 4.105 2.826.534 0 1.062-.1 1.568-.29 1.098-.42 1.964-1.243 2.443-2.316.477-1.072.51-2.265.09-3.363-.646-1.69-2.296-2.828-4.104-2.828m.003 11.473c-2.91 0-5.563-1.828-6.604-4.546-1.39-3.646.436-7.743 4.076-9.137.812-.31 1.66-.466 2.524-.466 2.91 0 5.563 1.826 6.604 4.547.674 1.766.623 3.685-.147 5.412-.77 1.725-2.166 3.045-3.93 3.72-.81.31-1.66.47-2.523.47M645.802 372.27h27.333l3.496-29.348-10.01-5.86-20.818 24.53v10.677zm78.58 0h55.68v-83.944l-11.3 12.485c1.834 5.05 3.206 9.802 2.776 13.137-.597 4.652-8.236 4.755-12.344 4.81-.124 0-.254.003-.38.005.416 21.075.522 31.732-4.88 35.83-4.645 3.524-12.433 1.854-27.61-2.695l-1.943 20.372zm58.357 2.677h-61.3l2.53-26.555 1.564.473c13.617 4.114 22.834 6.59 26.784 3.594 4.424-3.355 4.2-14.555 3.795-34.888l-.012-.557.4-.42c.47-.487.932-.49 2.66-.515 6.254-.084 9.527-.915 9.726-2.474.504-3.932-2.34-11.24-4.848-17.687-1.506-3.868-2.928-7.522-3.7-10.514-.443-1.72-.307-4.237-.148-7.15.18-3.26.38-6.955-.29-9.688-6.352-25.895-23.456-38.48-52.292-38.48-15 0-27.594 5.047-35.46 14.22-8.585 10.014-11.643 24.956-8.837 43.216 2.202 14.345 10.738 24.088 18.27 32.685l.393.447-6.462 54.29h-32.384V360.61l22.91-26.995 10.938 6.41 2.203-18.502c-7.675-8.762-16.228-18.73-18.51-33.593-2.926-19.055.342-34.74 9.454-45.365 8.38-9.774 21.694-15.155 37.488-15.155 15.65 0 28.256 3.71 37.463 11.03 8.403 6.678 14.266 16.6 17.426 29.49.768 3.12.554 7.025.365 10.472-.138 2.58-.273 5.015.068 6.334.73 2.84 2.127 6.42 3.6 10.21.395 1.014.793 2.03 1.18 3.044l15.03-16.605v93.562z"/><path fill="#000" mask="url(#b)" d="M650.595 373.607h2.676V352.3h-2.675M661.685 373.607h2.676V339.23h-2.675M728.23 373.607h2.675v-22.145h-2.676M739.32 373.607h2.677v-19.263h-2.676M750.41 373.607h2.677v-19.273h-2.676M761.5 373.607h2.677v-56.324H761.5M772.596 373.607h2.673v-80.5h-2.674M657.96 312.158l-5.882-3.443 1.352-2.31 3.75 2.195 7.05-10.098 2.19 1.533M670.214 294.604l-2.192-1.534 32.33-46.314 2.194 1.533M745.97 269.327L709.798 246.7l1.418-2.272 34.276 21.442 10.233-11.305 1.983 1.797M762.005 251.614l-1.983-1.797 6.675-7.375 1.983 1.797"/><path d="M705.07 237.358c-2.746 0-4.98 2.236-4.98 4.983 0 2.75 2.234 4.985 4.98 4.985 2.747 0 4.98-2.234 4.98-4.984 0-2.746-2.233-4.982-4.98-4.982m0 12.644c-4.22 0-7.657-3.436-7.657-7.66 0-4.226 3.436-7.66 7.656-7.66 4.222 0 7.655 3.434 7.655 7.66 0 4.224-3.433 7.66-7.656 7.66M771.774 233.536c-2.745 0-4.98 2.236-4.98 4.983 0 2.746 2.235 4.982 4.98 4.982 2.746 0 4.98-2.236 4.98-4.983 0-2.748-2.234-4.984-4.98-4.984m0 12.644c-4.22 0-7.656-3.436-7.656-7.66 0-4.226 3.436-7.66 7.656-7.66 4.223 0 7.656 3.434 7.656 7.66 0 4.224-3.433 7.66-7.656 7.66M647.474 299.104c-2.746 0-4.98 2.236-4.98 4.983 0 2.747 2.234 4.983 4.98 4.983 2.748 0 4.98-2.236 4.98-4.983 0-2.747-2.232-4.983-4.98-4.983m0 12.644c-4.223 0-7.656-3.438-7.656-7.66 0-4.226 3.433-7.662 7.656-7.662 4.22 0 7.656 3.436 7.656 7.66s-3.436 7.662-7.656 7.662M672.777 373.607h2.676v-33.71h-2.676M687.715 367.844h2.676v-2.747h-2.675M687.715 358h2.676v-2.747h-2.675M351.528 295.31l-2.084-21.838c-15.173 4.55-22.96 6.22-27.61 2.695-5.403-4.098-5.295-14.753-4.88-35.83-.127-.003-.257-.005-.384-.005-4.105-.055-11.744-.158-12.34-4.81-.59-4.61 2.255-11.924 5.008-19.002 1.477-3.79 2.87-7.37 3.6-10.21.342-1.318.21-3.754.068-6.333-.187-3.447-.4-7.353.365-10.472 3.16-12.89 9.024-22.812 17.426-29.49 9.207-7.32 21.815-11.03 37.466-11.03 21.436 0 37.552 9.656 44.32 26.52 14.368 5.7 23.98 19.815 23.98 35.322 0 13.392-7.11 25.837-18.608 32.667v14.55c0 5-4.064 9.063-9.06 9.063h-20.57c-4.995 0-9.056-4.064-9.056-9.062v-14.55c-11.5-6.83-18.612-19.276-18.612-32.668 0-19.803 15.444-36.44 35.16-37.877l.195 2.67c-18.325 1.335-32.678 16.797-32.678 35.207 0 12.69 6.87 24.467 17.93 30.73l.68.385v16.103c0 3.522 2.862 6.387 6.382 6.387h20.57c3.52 0 6.384-2.865 6.384-6.387v-16.103l.678-.384c11.062-6.264 17.93-18.04 17.93-30.73 0-14.6-9.163-27.873-22.807-33.034l-.56-.21-.215-.56c-6.215-16.118-21.54-25.364-42.043-25.364-28.837 0-45.942 12.588-52.294 38.483-.67 2.733-.468 6.427-.29 9.688.158 2.914.297 5.43-.147 7.148-.773 2.994-2.195 6.648-3.7 10.514-2.51 6.45-5.353 13.757-4.847 17.69.2 1.556 3.472 2.39 9.723 2.473 1.73.024 2.194.028 2.664.515l.386.4-.002.58c-.403 20.33-.626 31.53 3.796 34.884 3.95 2.996 13.17.52 26.783-3.594l1.564-.475 2.395 25.09-2.664.255zM401.536 296.52h-6.052c-2.758 0-4.817-2.88-4.817-5.457 0-.272.024-1.898.067-3.38l2.673.078c-.043 1.508-.067 3.103-.067 3.303 0 1.214 1.04 2.78 2.144 2.78h6.052c1.103 0 2.144-1.566 2.144-2.78 0-.192-.024-1.773-.07-3.302l2.676-.078c.043 1.48.067 3.126.067 3.38 0 2.577-2.06 5.46-4.817 5.46" fill="#000" mask="url(#b)"/><path d="M385.162 281.306v.116c0 2.735 2.225 4.96 4.958 4.96h16.78c2.734 0 4.96-2.225 4.96-4.96v-.116H385.16zm21.738 7.755h-16.78c-4.208 0-7.634-3.428-7.634-7.638v-19.597l2.102 1.463c1.075.75 2.33 1.145 3.636 1.145h20.57c1.307 0 2.564-.396 3.638-1.145l2.1-1.463v2.562l-1.335.003.762 1.096c-1.526 1.06-3.312 1.622-5.166 1.622h-20.57c-1.055 0-2.087-.18-3.062-.533v12.054h29.37v2.792c0 4.21-3.424 7.64-7.632 7.64z" fill="#000" mask="url(#b)"/><path fill="#000" mask="url(#b)" d="M390.907 274.148h22.288v-2.678h-22.288M425.306 199.797c-2.098-5.034-5.58-9.35-10.068-12.483l1.53-2.196c4.906 3.424 8.713 8.146 11.006 13.65l-2.468 1.03zM430.175 210.814H427.5c0-2.776-.396-5.518-1.175-8.153l2.565-.76c.854 2.882 1.285 5.88 1.285 8.914M369.588 221.845c-1.326-3.525-1.998-7.236-1.998-11.032h2.676c0 3.474.614 6.867 1.825 10.09l-2.502.942zM445.148 212.01h13.682v-2.677h-13.682M338.19 212.01h13.683v-2.677H338.19M432.04 179.015l-1.893-1.893 3.698-3.697 1.892 1.893M363.175 247.92l-1.892-1.892 3.697-3.698 1.892 1.89M364.98 179.015l-3.698-3.697 1.892-1.893 3.698 3.697M433.845 247.92l-3.697-3.7 1.892-1.89 3.697 3.698M369.502 276.96h2.676v-2.447h-2.676M369.502 285.935h2.676v-2.45h-2.676M369.502 267.984h2.676v-2.447h-2.676M167.13 290.347h2.677V268.09h-2.676M190.393 290.347h2.673V268.09h-2.673M180.1 263.584l-13.294-13.3 1.89-1.894L180.1 259.8l11.404-11.41 1.89 1.893"/><path fill="#000" mask="url(#b)" d="M178.76 290.347h2.677V261.69h-2.676M180.1 220.985c-6.29 0-11.407 5.12-11.407 11.413 0 6.29 5.117 11.41 11.407 11.41s11.406-5.12 11.406-11.41c0-6.293-5.117-11.413-11.406-11.413m0 25.5c-7.765 0-14.08-6.318-14.08-14.087 0-7.768 6.315-14.09 14.08-14.09 7.764 0 14.08 6.322 14.08 14.09 0 7.77-6.316 14.088-14.08 14.088"/><path fill="#000" mask="url(#b)" d="M169.7 239.158l-1.89-1.893 15.173-15.182 10.733 10.74-1.892 1.892-8.84-8.846M204.82 291.686h-49.44v-37.88l5.804-5.807h12.147v-4.063h2.677v6.737H162.29l-4.238 4.242v34.092h44.094v-34.092l-4.237-4.242h-13.717v-6.737h2.674V248h12.147l5.807 5.807"/><path fill="#000" mask="url(#b)" d="M172.877 285.32h2.676v-2.456h-2.676M172.877 276.52h2.676v-2.456h-2.676M198.54 362.92h2.676v-17.266h-2.676M225.127 362.92h2.674v-17.266h-2.673M213.172 339.148l-13.035-7.77 1.37-2.3 11.665 6.954 11.665-6.953 1.37 2.297"/><path fill="#000" mask="url(#b)" d="M211.834 362.92h2.676v-25.33h-2.676M213.172 301.877c-6.29 0-11.407 5.12-11.407 11.41 0 6.294 5.117 11.414 11.407 11.414s11.406-5.12 11.406-11.412c0-6.29-5.117-11.41-11.406-11.41m0 25.5c-7.765 0-14.08-6.32-14.08-14.09 0-7.767 6.315-14.09 14.08-14.09 7.764 0 14.08 6.323 14.08 14.09 0 7.77-6.316 14.09-14.08 14.09"/><path fill="#000" mask="url(#b)" d="M201.35 317.08l-1.304-2.336 16.797-9.376 9.476 4.578-1.164 2.41-8.225-3.972M237.894 364.26H188.45v-29.562l5.806-5.808h12.147v-4.062h2.676v6.737h-13.716l-4.24 4.242v25.775h44.094v-25.775l-4.237-4.242h-13.715v-6.737h2.674v4.062h12.146l5.808 5.808M134.063 362.92h2.674v-17.266h-2.674M157.32 362.92h2.676v-17.266h-2.676M147.028 337.816l-12.94-6.39 1.183-2.398 11.758 5.803 11.756-5.802 1.185 2.4"/><path fill="#000" mask="url(#b)" d="M145.69 362.92h2.676v-26.597h-2.676M147.028 301.877c-6.29 0-11.407 5.12-11.407 11.41 0 6.294 5.118 11.414 11.408 11.414 6.29 0 11.406-5.12 11.406-11.412 0-6.29-5.117-11.41-11.406-11.41m0 25.5c-7.764 0-14.08-6.32-14.08-14.09 0-7.767 6.316-14.09 14.08-14.09s14.08 6.323 14.08 14.09c0 7.77-6.316 14.09-14.08 14.09"/><path fill="#000" mask="url(#b)" d="M134.842 316.17l-.91-2.517 20.632-7.476 6.174 7.644-2.08 1.683-4.974-6.16M171.75 364.26h-49.443v-29.562l5.805-5.808h12.147v-4.062h2.675v6.737H129.22l-4.24 4.242v25.775h44.093v-25.775l-4.236-4.242H151.12v-6.737h2.675v4.062h12.147l5.807 5.808M128.26 299.06h-2.676c0-17.418 8.426-33.93 22.537-44.17l1.57 2.165c-13.42 9.74-21.43 25.44-21.43 42.006M180.084 353.592c-1.523 0-3.057-.062-4.563-.19l.222-2.665c2.584.214 5.25.235 7.836.062l.177 2.67c-1.21.08-2.446.122-3.67.122M231.403 291.786c-1.577-11.237-6.932-21.82-15.082-29.798l1.87-1.912c8.57 8.388 14.204 19.518 15.863 31.34l-2.65.37zM169.205 323.273l-1.338-2.317 11.565-6.682 1.335 2.32"/><path fill="#000" mask="url(#b)" d="M190.994 323.273l-12.23-7.065v-14.134h2.672v12.59l10.896 6.292M178.81 341.292h2.677v-3.126h-2.676M178.81 330.09h2.677v-3.126h-2.676M445.886 403.107c-27.103 0-49.153 22.063-49.153 49.18 0 27.12 22.05 49.182 49.153 49.182 27.102 0 49.152-22.064 49.152-49.182 0-27.118-22.05-49.18-49.152-49.18m0 101.036c-28.577 0-51.827-23.262-51.827-51.856s23.25-51.86 51.826-51.86c28.577 0 51.828 23.266 51.828 51.86s-23.25 51.856-51.828 51.856"/><path d="M481.852 486.74l-1.534-5.575c-1.027-3.728-4.444-6.336-8.31-6.343l-52.324-.072h-.012c-3.858 0-7.26 2.598-8.28 6.32l-1.532 5.604-2.577-.706 1.53-5.602c1.335-4.885 5.8-8.294 10.86-8.294h.016l52.324.074c5.062.008 9.538 3.424 10.884 8.31l1.532 5.575-2.578.71zM445.055 467.717c-8.145 0-15.766-7.75-18.962-19.285l2.578-.715c2.825 10.2 9.563 17.322 16.385 17.322 9.256 0 17.686-12.755 17.686-26.762 0-12.552-7.27-21.32-17.685-21.32-10.414 0-17.686 8.768-17.686 21.32 0 .622.018 1.26.052 1.893l-2.67.15c-.038-.684-.057-1.37-.057-2.042 0-14.128 8.37-23.996 20.36-23.996s20.362 9.868 20.362 23.996c0 13.925-8.363 29.44-20.362 29.44" fill="#000" mask="url(#b)"/><path d="M463.272 440.968c-5.33-3.76-8.323-9.494-10.627-15.348-7.712 6.672-16.363 10.326-26.383 11.16l-.22-2.67c10.04-.83 18.625-4.68 26.248-11.765l1.465-1.362.698 1.876c2.254 6.064 5.07 12.19 10.36 15.92l-1.54 2.188zM445.146 484.968c-5.225 0-9.843-4.508-11.493-11.217l2.6-.637c1.347 5.49 4.922 9.18 8.893 9.18 3.96 0 7.534-3.68 8.888-9.153l2.597.643c-1.653 6.69-6.27 11.185-11.484 11.185" fill="#000" mask="url(#b)"/><path fill="#000" mask="url(#b)" d="M448.284 502.738l-.986-19.85 2.67-.133.987 19.848M442.36 502.642l-2.67-.132.973-19.6 2.67.13"/><path fill="#000" mask="url(#b)" d="M450.022 492.693l-1.892-1.893 18.26-18.268 1.89 1.89M440.585 493.356L421.6 474.362l1.893-1.893 18.984 18.993M425.568 446.735h8.646v-5.15h-8.646v5.15zm-2.676 2.677h13.996V438.91h-13.996v10.502zM444.436 446.735h8.646v-5.15h-8.646v5.15zm-2.674 2.677h13.996V438.91h-13.996v10.502z"/><path fill="#000" mask="url(#b)" d="M435.55 444.727h7.548v-2.678h-7.548M454.944 444.347l-1.046-2.463 6.167-2.623 4.3 1.78-1.024 2.475-3.26-1.35M465.297 466.586h3.122v-2.678h-3.123M476.492 466.586h3.122v-2.678h-3.122M497.03 414.708h-2.676V403.79h-10.91v-2.676h13.586M408.33 503.46h-13.587v-13.593h2.673v10.917h10.913M580.987 365.42c-21.08 0-38.226 17.16-38.226 38.25s17.147 38.25 38.227 38.25 38.225-17.16 38.225-38.25-17.146-38.25-38.225-38.25m0 79.175c-22.554 0-40.902-18.36-40.902-40.926 0-22.565 18.348-40.927 40.902-40.927 22.553 0 40.9 18.362 40.9 40.926 0 22.566-18.347 40.925-40.9 40.925"/><path d="M608.557 431.13l-1.328-4.823c-.77-2.798-3.334-4.756-6.233-4.758l-40.04-.056h-.01c-2.89 0-5.442 1.948-6.206 4.74l-1.323 4.845-2.58-.707 1.324-4.844c1.082-3.955 4.695-6.714 8.788-6.714h.015l40.04.055c4.096.01 7.717 2.773 8.806 6.724l1.325 4.825-2.578.71zM580.37 377.224c-7.83 0-13.298 6.617-13.298 16.094 0 10.614 6.337 20.28 13.298 20.28 6.958 0 13.298-9.666 13.298-20.28 0-9.477-5.47-16.094-13.298-16.094m0 39.05c-9.414 0-15.974-12.097-15.974-22.956 0-10.876 6.718-18.77 15.974-18.77s15.972 7.894 15.972 18.77c0 10.86-6.558 22.956-15.972 22.956" fill="#000" mask="url(#b)"/><path fill="#000" mask="url(#b)" d="M582.96 443.21l-1.04-15.924 2.67-.175 1.04 15.925M578.19 443.13l-2.667-.174 1.033-15.844 2.67.175M566.83 395.728l-2.1-1.656 8.026-10.2 22.374 5.167-.602 2.607-20.72-4.784"/><path fill="#000" mask="url(#b)" d="M584.854 428.537h-8.95l-1.32-8.15 2.64-.43.957 5.903h4.398l.955-5.885 2.642.43M579.473 406.98h2.674v-7.697h-2.674M591.115 397.878c-2.117-.508-5.357-.847-8.89-.928l.064-2.675c3.768.086 7.122.44 9.45 1l-.625 2.603zM570.465 397.757l-.547-2.62c2.324-.487 5.518-.794 8.99-.866l.057 2.676c-3.314.07-6.332.357-8.5.81"/><path fill="#000" mask="url(#b)" d="M590.27 429.723l-5.568-8.82 2.26-1.43 3.258 5.16 3.093-5.125 2.29 1.38M571.702 429.725l-5.347-8.868 2.29-1.384 3.11 5.158 3.264-5.17 2.26 1.43M554.412 400.037h2.676v-2.45h-2.676M554.412 391.26h2.676v-2.45h-2.676M621.352 374.223h-2.675v-8.266h-8.26v-2.677h10.935M551.556 444.06H540.62v-10.943h2.676v8.265h8.26M461.753 87.47c-22.084 0-40.05 17.977-40.05 40.07 0 22.098 17.966 40.073 40.05 40.073 22.084 0 40.048-17.975 40.048-40.072 0-22.093-17.963-40.07-40.047-40.07m0 82.82c-23.56 0-42.724-19.177-42.724-42.75 0-23.57 19.164-42.748 42.723-42.748 23.558 0 42.724 19.177 42.724 42.75 0 23.57-19.166 42.748-42.724 42.748"/><path fill="#000" mask="url(#b)" d="M461.544 164.195l-14.04-7.982v-11.065h2.676v9.505l11.385 6.476 11.807-6.49v-9.456h2.674v11.04"/><path d="M490.397 156.518l-1.366-4.966c-.812-2.95-3.534-5.017-6.615-5.022l-7.287-.01h-.005c-2.52 0-4.644 1.843-6.963 4.07-1.875 1.8-4.287 2.79-6.79 2.79-2.51 0-4.923-.993-6.8-2.802-2.327-2.24-4.453-4.09-6.942-4.096l-6.592-.01h-.01c-3.052 0-5.747 2.06-6.553 5.005l-1.364 4.99-2.58-.705 1.363-4.99c1.122-4.107 4.877-6.975 9.134-6.975h.014l6.592.01c3.765.005 6.67 2.8 8.79 4.842 1.377 1.325 3.135 2.055 4.948 2.055 1.81 0 3.563-.727 4.94-2.047 2.114-2.032 5.013-4.813 8.813-4.813h.01l7.287.01c4.28.005 8.06 2.88 9.188 6.987l1.367 4.966-2.578.71zM484.378 134.253h-10.385v-2.677h8.287c.566-2.543.85-5.17.85-7.822 0-15.566-9.715-28.23-21.656-28.23-11.94 0-21.657 12.664-21.657 28.23 0 2.65.286 5.28.852 7.822h8.89v2.677h-10.99l-.256-1.01c-.777-3.07-1.173-6.262-1.173-9.49 0-17.04 10.92-30.903 24.334-30.903 13.416 0 24.33 13.863 24.33 30.904 0 3.227-.392 6.418-1.172 9.49l-.254 1.01z" fill="#000" mask="url(#b)"/><path fill="#000" mask="url(#b)" d="M460.415 162.554h2.676v-6.217h-2.675M468.372 127.236c-2.09 0-4.067-1.034-5.285-2.763l2.187-1.54c.717 1.02 1.875 1.626 3.098 1.626 1.223 0 2.38-.608 3.098-1.628l2.187 1.54c-1.218 1.73-3.194 2.764-5.285 2.764M455.353 127.236c-2.09 0-4.067-1.034-5.285-2.763l2.187-1.54c.717 1.02 1.875 1.626 3.098 1.626 1.223 0 2.38-.608 3.098-1.628l2.188 1.54c-1.218 1.73-3.194 2.764-5.285 2.764"/><path d="M448.084 117.41c-.098.882-.15 1.79-.15 2.717 0 11.03 6.598 21.08 13.84 21.08 7.245 0 13.842-10.05 13.842-21.08 0-.938-.05-1.857-.15-2.747-1.498.33-3.04.612-4.598.832l-1.033.147-1.358-3.348-1.472 3.63-.837.055c-1.467.098-2.97.15-4.462.15-4.726 0-9.3-.484-13.622-1.438m13.69 26.474c-9.73 0-16.512-12.522-16.512-23.757 0-1.584.13-3.126.39-4.587l.25-1.41 1.388.344c4.53 1.126 9.38 1.694 14.416 1.694 1.153 0 2.31-.03 3.453-.09l3.317-8.185 3.046 7.512c1.618-.256 3.203-.58 4.73-.962l1.39-.35.25 1.41c.264 1.474.4 3.028.4 4.624 0 11.235-6.785 23.757-16.518 23.757M432.44 140.946H435v-2.677h-2.56M441.616 140.946h2.56v-2.677h-2.56M503.917 96.738h-2.676v-8.71h-8.7v-2.674h11.377M430.967 169.73H419.59v-11.385h2.675v8.707h8.702M434.876 220.278c-.434-.343-.87-.682-1.31-1.02l1.633-2.12c.445.342.89.69 1.333 1.038l-1.657 2.102zM439.997 224.51c-.837-.724-1.683-1.44-2.535-2.144l1.703-2.064c.868.718 1.73 1.447 2.582 2.184l-1.75 2.025zm4.92 4.46c-.8-.762-1.614-1.513-2.434-2.257l1.796-1.984c.834.757 1.66 1.523 2.48 2.3l-1.843 1.94zm4.714 4.684c-.766-.8-1.543-1.588-2.33-2.368l1.885-1.9c.8.794 1.592 1.598 2.374 2.41l-1.93 1.858zm4.497 4.89c-.73-.833-1.47-1.656-2.22-2.472l1.968-1.81c.763.83 1.518 1.667 2.262 2.516l-2.01 1.766zm4.266 5.09c-.693-.865-1.393-1.722-2.105-2.57l2.05-1.72c.724.865 1.438 1.738 2.143 2.62l-2.087 1.67zM461.434 247.575c-.33-.444-.664-.886-1-1.325l2.127-1.626c.344.448.682.9 1.018 1.35l-2.144 1.6zM492.38 343.747l-2.67-.176c.21-3.185.315-6.42.315-9.622 0-8.594-.76-17.202-2.257-25.59l2.636-.47c1.522 8.54 2.294 17.31 2.294 26.06 0 3.258-.105 6.555-.32 9.8M485.213 296.8c-1.59-6.01-3.595-11.973-5.954-17.73l2.473-1.014c2.405 5.862 4.446 11.94 6.067 18.057l-2.587.686zM472.12 409.117l-2.3-1.368c5.31-8.94 9.655-18.465 12.91-28.31l2.54.84c-3.318 10.027-7.742 19.73-13.15 28.837M206.162 381.816c-2.083-6.068-3.78-12.337-5.047-18.632l2.623-.528c1.242 6.18 2.91 12.334 4.954 18.29l-2.53.87zM234.35 430.626c-11.226-12.906-20.042-27.5-26.202-43.376l2.493-.97c6.05 15.59 14.705 29.917 25.728 42.587l-2.02 1.76zM356.698 480.852l-.202-2.668c5.036-.38 10.102-1.03 15.06-1.936l.48 2.635c-5.05.92-10.21 1.583-15.338 1.97M333.83 480.822c-3.904-.304-7.84-.77-11.692-1.384l.422-2.644c3.783.602 7.644 1.06 11.478 1.36l-.21 2.668zM376.122 478.076l-.556-2.62c7.66-1.622 15.236-3.89 22.52-6.74l.974 2.49c-7.42 2.907-15.138 5.217-22.938 6.87M291.614 199.662l-.998-2.483c7.565-3.04 15.435-5.46 23.39-7.192l.57 2.616c-7.81 1.7-15.536 4.073-22.962 7.058M235.29 240.28l-2.038-1.736c13.598-15.993 30.788-29.148 49.717-38.037l1.133 2.424c-18.583 8.73-35.462 21.644-48.813 37.35M439.36 266.305c-.642-.89-1.303-1.782-1.97-2.656l2.122-1.627c.683.892 1.362 1.806 2.02 2.718l-2.17 1.565zm3.713 5.473c-.595-.936-1.206-1.864-1.818-2.764l2.213-1.502c.626.92 1.25 1.87 1.86 2.826l-2.255 1.44zm3.395 5.674c-.54-.962-1.098-1.927-1.657-2.86l2.296-1.375c.573.955 1.144 1.94 1.695 2.927l-2.332 1.308zm3.062 5.86c-.482-.99-.983-1.983-1.49-2.952l2.372-1.24c.518.99 1.03 2.005 1.523 3.02l-2.405 1.173zm2.542 5.59c-.37-.87-.748-1.736-1.137-2.597l2.436-1.1c.4.88.788 1.765 1.164 2.655l-2.462 1.043z" fill="#000" mask="url(#b)"/><path d="M437.39 263.65c-5.897-7.706-12.748-14.66-20.368-20.67l1.657-2.103c7.792 6.147 14.803 13.263 20.834 21.147l-2.125 1.626zM458.726 368.458l-2.558-.78c.316-1.043.626-2.113.916-3.18l2.58.707c-.297 1.09-.61 2.185-.938 3.253m-2.153 6.418l-2.51-.928c.38-1.03.748-2.08 1.098-3.12l2.535.852c-.357 1.066-.733 2.14-1.122 3.196m-2.518 6.28l-2.452-1.07c.434-.997.863-2.024 1.273-3.05l2.484.995c-.422 1.054-.86 2.105-1.305 3.125m-2.874 6.125l-2.388-1.207c.5-.99.986-1.99 1.45-2.972l2.418 1.138c-.47 1.005-.97 2.03-1.48 3.042m-3.222 5.952l-2.314-1.343c.542-.937 1.086-1.91 1.616-2.885l2.352 1.274c-.542 1-1.1 1.993-1.654 2.952m-3.558 5.756l-2.233-1.473c.6-.91 1.197-1.847 1.777-2.788l2.275 1.408c-.593.96-1.207 1.92-1.82 2.853m-2.62 3.82l-2.18-1.55c.236-.336.476-.67.71-1.006l2.19 1.536-.72 1.02M461.818 317.16c1.22 9.21 1.345 18.554.376 27.774l-2.66-.28c.948-9.012.824-18.144-.368-27.143l2.652-.35zM247.866 401c-.633-.922-1.266-1.87-1.877-2.815l2.246-1.454c.597.927 1.215 1.853 1.834 2.753L247.866 401zm3.99 5.462c-.693-.895-1.378-1.804-2.033-2.7l2.158-1.583c.644.878 1.313 1.768 1.99 2.64l-2.114 1.642zm4.293 5.226c-.73-.838-1.464-1.706-2.183-2.58l2.064-1.703c.706.856 1.425 1.706 2.137 2.526l-2.018 1.758zm4.583 4.976c-.79-.81-1.573-1.637-2.328-2.455l1.968-1.817c.737.8 1.502 1.607 2.274 2.402l-1.914 1.87zm4.858 4.707c-.82-.753-1.65-1.535-2.46-2.32l1.86-1.92c.79.767 1.6 1.53 2.407 2.266l-1.806 1.975zm5.12 4.422c-.87-.71-1.743-1.44-2.592-2.173l1.75-2.03c.83.72 1.682 1.434 2.533 2.13l-1.69 2.072zM336.624 452.064c-16.252-1.2-31.787-5.645-46.174-13.212l1.244-2.37c14.06 7.396 29.244 11.74 45.127 12.914l-.196 2.668zM348.13 452.36l-.06-2.675c17.008-.38 33.323-4.364 48.487-11.847l1.184 2.4c-15.517 7.657-32.208 11.736-49.61 12.122M302.648 226.365l-.99-2.488c1.03-.41 2.093-.816 3.156-1.205l.92 2.512c-1.04.382-2.08.78-3.086 1.18m-6.06 2.623l-1.13-2.426c1.01-.47 2.047-.937 3.08-1.385l1.063 2.456c-1.01.438-2.023.894-3.013 1.357m-5.904 2.965l-1.268-2.358c.983-.528 1.992-1.053 3-1.56l1.198 2.392c-.983.495-1.968 1.008-2.93 1.526m-5.723 3.3l-1.4-2.28c.942-.583 1.92-1.164 2.903-1.732l1.336 2.32c-.963.554-1.917 1.123-2.84 1.69m-5.53 3.622l-1.527-2.196c.918-.64 1.86-1.278 2.8-1.895l1.466 2.242c-.92.602-1.84 1.223-2.74 1.85m-5.313 3.932l-1.65-2.107c.885-.695 1.79-1.386 2.69-2.05l1.59 2.15c-.88.65-1.762 1.326-2.63 2.007m-5.084 4.225l-1.767-2.01c.835-.733 1.698-1.472 2.57-2.2l1.71 2.06c-.85.71-1.697 1.432-2.513 2.15m-4.834 4.51l-1.878-1.906c.79-.78 1.61-1.57 2.44-2.34l1.823 1.957c-.808.756-1.61 1.527-2.386 2.29m-4.57 4.776l-1.986-1.794c.743-.82 1.518-1.653 2.304-2.476l1.933 1.85c-.77.803-1.527 1.62-2.25 2.42m-4.295 5.03l-2.084-1.678c.713-.883 1.44-1.76 2.16-2.603l2.035 1.737c-.705.828-1.415 1.682-2.11 2.545m-4.002 5.264l-2.175-1.556c.652-.912 1.328-1.828 2.01-2.723l2.13 1.62c-.666.876-1.327 1.77-1.965 2.66m-3.695 5.488l-2.26-1.432c.598-.945 1.22-1.898 1.85-2.83l2.218 1.494c-.614.914-1.223 1.845-1.808 2.768m-3.376 5.69l-2.338-1.3c.54-.973 1.108-1.96 1.685-2.933l2.3 1.365c-.567.952-1.12 1.917-1.648 2.87M249.386 488.438l-11.48-11.488 1.89-1.893 9.59 9.597 9.588-9.597 1.892 1.893" fill="#000" mask="url(#b)"/><path d="M226.213 497.748c-.154-1.483-.23-2.917-.23-4.268 0-11.27 6.337-18.37 17.88-20.105v-3.038h2.676v5.4l-1.185.138c-7.618.88-16.696 4.647-16.696 17.605 0 1.26.07 2.603.214 3.995l-2.66.273zM272.558 497.747l-2.66-.273c.143-1.396.215-2.742.215-3.995 0-12.96-9.078-16.726-16.696-17.604l-1.185-.137v-5.4h2.676v3.034c11.543 1.734 17.88 8.836 17.88 20.105 0 1.343-.076 2.78-.23 4.267" fill="#000" mask="url(#b)"/><path d="M249.386 444.634c-5.484 0-9.316 4.667-9.316 11.35 0 7.4 4.527 14.396 9.316 14.396 4.788 0 9.315-6.996 9.315-14.395 0-6.684-3.83-11.35-9.314-11.35m0 28.423c-7.067 0-11.99-9-11.99-17.073 0-8.128 5.043-14.028 11.99-14.028 6.946 0 11.99 5.9 11.99 14.028 0 8.073-4.924 17.073-11.99 17.073" fill="#000" mask="url(#b)"/><path d="M239.682 459.05l-1.688-2.075c2.635-2.147 4.115-5.45 5.323-8.697l.698-1.878 1.468 1.363c4.287 3.987 9.092 6.2 14.69 6.765l-.27 2.663c-5.568-.562-10.418-2.59-14.778-6.184-1.235 3.002-2.83 5.917-5.443 8.045M248.048 505.017h2.676V486.69h-2.676" fill="#000" mask="url(#b)"/><path d="M249.386 434.465c-19.07 0-34.587 15.525-34.587 34.606 0 19.084 15.516 34.607 34.586 34.607 19.072 0 34.586-15.523 34.586-34.606 0-19.08-15.514-34.605-34.586-34.605m0 71.89c-20.547 0-37.262-16.725-37.262-37.284 0-20.558 16.715-37.283 37.262-37.283 20.546 0 37.26 16.725 37.26 37.284 0 20.56-16.714 37.285-37.26 37.285" fill="#000" mask="url(#b)"/><path d="M277.985 469.07h-2.676c0-4.855-1.35-9.588-3.903-13.69l2.274-1.414c2.816 4.525 4.305 9.75 4.305 15.105M222.072 477.58c-.853-2.745-1.285-5.607-1.285-8.508 0-6.578 2.285-13 6.436-18.087l2.07 1.693c-3.76 4.61-5.832 10.43-5.832 16.394 0 2.63.394 5.226 1.166 7.714l-2.554.794zM294.727 513.198c-.295 0-.696.05-.943.298-.29.29-.374.882-.225 1.59.18.87.692 1.795 1.368 2.47 1.117 1.12 2.523 1.31 3.37.457.392-.39.58-.887.543-1.434-.04-.656-.385-1.326-1-1.94-.86-.86-2.113-1.442-3.113-1.442m2.266 8.04c-1.398 0-2.803-.636-3.957-1.79-1.043-1.044-1.805-2.433-2.095-3.812-.338-1.62.008-3.088.952-4.033.708-.708 1.69-1.082 2.835-1.082 1.714 0 3.635.855 5.006 2.227 1.08 1.082 1.696 2.346 1.78 3.66.083 1.32-.387 2.564-1.322 3.5-.857.858-1.994 1.33-3.197 1.33" fill="#000" mask="url(#b)"/><path d="M287.65 516.567c-1.816 0-3.804-.75-5.92-2.864-.236-.238-2.972-3.035-3.495-3.746l-.683-.926 11.768-11.776.928.68c.707.524 3.503 3.264 3.743 3.5 4.47 4.476 2.84 8.387.917 11.295l-2.23-1.477c1.894-2.87 2.364-4.98-.578-7.925-.502-.5-1.727-1.684-2.586-2.48l-8.37 8.373c.815.88 2.028 2.14 2.48 2.59 2.94 2.943 5.053 2.473 7.916.578l1.478 2.23c-1.533 1.016-3.343 1.95-5.37 1.95M201.78 419.582c-.497 0-.95.19-1.308.547-.39.39-.578.887-.544 1.436.043.653.388 1.322 1.002 1.936.86.862 2.115 1.442 3.115 1.442.295 0 .695-.05.942-.297.643-.643.23-2.683-1.144-4.06-.65-.648-1.38-1.005-2.064-1.005m2.265 8.04c-1.717 0-3.635-.854-5.007-2.227-1.08-1.082-1.695-2.346-1.78-3.66-.083-1.32.387-2.563 1.322-3.5.86-.858 1.995-1.33 3.2-1.33 1.397 0 2.802.635 3.953 1.79 2.17 2.17 3.148 5.84 1.146 7.845-.708.707-1.69 1.082-2.835 1.082" fill="#000" mask="url(#b)"/><path d="M209.45 440.89l-.926-.683c-.705-.52-3.467-3.224-3.743-3.5-4.47-4.475-2.838-8.385-.917-11.293l2.232 1.475c-1.894 2.87-2.364 4.98.578 7.924.5.5 1.726 1.684 2.585 2.48l8.37-8.372c-.798-.862-1.98-2.088-2.48-2.59-2.943-2.943-5.053-2.473-7.92-.577l-1.473-2.232c2.906-1.924 6.814-3.555 11.284.92.275.273 2.977 3.037 3.497 3.742l.684.928-11.77 11.776zM204.044 513.198c-1 0-2.254.58-3.114 1.442-.614.614-.96 1.284-1 1.94-.036.546.15 1.042.542 1.433.85.852 2.25.662 3.37-.458.677-.674 1.188-1.598 1.37-2.47.15-.707.065-1.3-.225-1.59-.247-.247-.648-.297-.943-.297m-2.266 8.04c-1.203 0-2.34-.473-3.198-1.332-.935-.935-1.405-2.178-1.32-3.498.082-1.315.7-2.58 1.778-3.66 1.37-1.373 3.292-2.227 5.006-2.227 1.146 0 2.127.375 2.835 1.083.943.945 1.29 2.413.95 4.033-.29 1.38-1.052 2.768-2.095 3.812-1.154 1.154-2.56 1.79-3.957 1.79" fill="#000" mask="url(#b)"/><path d="M211.122 516.567c-2.026 0-3.837-.934-5.37-1.946l1.478-2.233c2.865 1.895 4.976 2.368 7.918-.578.5-.503 1.683-1.73 2.48-2.587l-8.37-8.376c-.86.8-2.085 1.982-2.587 2.48-2.94 2.945-2.47 5.058-.576 7.925l-2.23 1.476c-1.924-2.906-3.554-6.82.918-11.29.237-.24 3.033-2.98 3.743-3.5l.925-.685 11.77 11.778-.682.927c-.523.707-3.223 3.47-3.498 3.745-2.113 2.114-4.103 2.865-5.918 2.865M296.992 419.582c-.683 0-1.417.357-2.064 1.005-1.374 1.377-1.784 3.417-1.144 4.06.247.247.647.297.942.297 1.002 0 2.254-.58 3.115-1.442.615-.614.96-1.283 1.003-1.936.034-.55-.153-1.046-.544-1.437-.358-.36-.812-.548-1.308-.548m-2.266 8.04c-1.146 0-2.127-.375-2.834-1.082-2.002-2.004-1.024-5.675 1.144-7.846 1.153-1.154 2.558-1.79 3.956-1.79 1.204 0 2.34.473 3.2 1.332.934.936 1.404 2.178 1.32 3.498-.084 1.315-.698 2.58-1.78 3.66-1.37 1.374-3.29 2.228-5.006 2.228" fill="#000" mask="url(#b)"/><path d="M289.32 440.89l-11.767-11.777.68-.928c.524-.708 3.26-3.505 3.5-3.743 4.47-4.474 8.377-2.843 11.283-.92l-1.474 2.233c-2.866-1.896-4.976-2.366-7.92.578-.5.5-1.68 1.727-2.48 2.59l8.37 8.372c.86-.797 2.085-1.98 2.588-2.48 2.94-2.945 2.47-5.056.576-7.926l2.232-1.476c1.92 2.908 3.554 6.818-.918 11.293-.276.276-3.038 2.98-3.743 3.5l-.926.682zM249.386 410.567c-1.832 0-3.324 1.49-3.324 3.325 0 1.833 1.492 3.325 3.324 3.325 1.83 0 3.323-1.492 3.323-3.325 0-1.835-1.493-3.325-3.324-3.325m0 9.326c-3.307 0-5.997-2.692-5.997-6 0-3.31 2.69-6.004 5.996-6.004 3.306 0 5.996 2.694 5.996 6.002 0 3.31-2.69 6-5.996 6M249.386 520.926c-1.832 0-3.324 1.493-3.324 3.326s1.492 3.325 3.324 3.325c1.83 0 3.323-1.492 3.323-3.325 0-1.833-1.493-3.326-3.324-3.326m0 9.326c-3.307 0-5.997-2.692-5.997-6 0-3.31 2.69-6.003 5.996-6.003 3.306 0 5.996 2.693 5.996 6.002 0 3.308-2.69 6-5.996 6M304.533 465.747c-1.832 0-3.323 1.492-3.323 3.325 0 1.833 1.49 3.323 3.323 3.323 1.832 0 3.324-1.49 3.324-3.323s-1.492-3.325-3.324-3.325m0 9.325c-3.306 0-5.997-2.69-5.997-6 0-3.308 2.69-6.003 5.997-6.003s5.997 2.694 5.997 6.002c0 3.31-2.69 6-5.997 6M194.238 465.747c-1.832 0-3.323 1.492-3.323 3.325 0 1.833 1.49 3.323 3.323 3.323 1.832 0 3.323-1.49 3.323-3.323s-1.49-3.325-3.322-3.325m0 9.325c-3.307 0-5.997-2.69-5.997-6 0-3.308 2.69-6.003 5.998-6.003 3.307 0 5.997 2.694 5.997 6.002 0 3.31-2.69 6-5.997 6M223.038 444.6l-9.596-9.598 1.892-1.893 9.596 9.598M283.436 505.034l-9.593-9.6 1.89-1.892 9.595 9.6" fill="#000" mask="url(#b)"/><path fill="#000" mask="url(#b)" d="M275.733 444.6l-1.892-1.893 9.597-9.6 1.89 1.894M215.335 505.034l-1.892-1.892 9.596-9.6 1.888 1.893M248.048 428.004h2.676v-9.45h-2.676M248.048 519.587h2.676v-9.45h-2.676M290.427 470.41h9.445v-2.677h-9.445M198.898 470.41h9.445v-2.677h-9.445M335.32 513.56l-2.672-.13.467-9.583 2.672.13M355.91 513.56l-.466-9.583 2.674-.13.465 9.583M345.294 502.363l-7.594-4.318v-5.852h2.673v4.295l4.942 2.81 5.14-2.822v-4.264h2.675v5.847"/><path d="M328.998 512.157h32.83v-3.44l-4.17-15.16-7.322-.01c-.966 2.06-2.922 3.384-5.12 3.384-2.21 0-4.166-1.328-5.133-3.396l-6.94-.012-4.145 15.16v3.475zm35.507 2.677h-38.183v-6.51l4.78-17.48 10.912.015.278.966c.42 1.454 1.592 2.43 2.923 2.43 1.326 0 2.498-.974 2.918-2.42l.28-.968 11.285.015 4.807 17.473v6.478zM357.088 484.816h-5.65v-2.678h3.535c.197-1.04.295-2.104.295-3.18 0-7.3-4.486-13.24-10-13.24-5.52 0-10.005 5.94-10.005 13.24 0 1.076.098 2.14.295 3.18h3.832v2.678h-5.947l-.256-1.01c-.398-1.567-.597-3.2-.597-4.847 0-8.777 5.685-15.92 12.677-15.92 6.99 0 12.675 7.143 12.675 15.92 0 1.647-.202 3.28-.6 4.846l-.254 1.01z" fill="#000" mask="url(#b)"/><path d="M339.278 476.65c-.008.173-.012.346-.012.52 0 4.996 2.987 9.718 6.148 9.718 3.16 0 6.148-4.722 6.148-9.717 0-.18-.005-.356-.012-.534-3.92.768-8.347.773-12.272.015m6.136 12.916c-5.2 0-8.822-6.533-8.822-12.395 0-.817.067-1.618.204-2.38l.25-1.41 1.388.344c2.18.542 4.515.818 6.946.818 2.453 0 4.81-.28 7.01-.833l1.387-.35.254 1.412c.138.763.207 1.572.207 2.4 0 5.86-3.623 12.394-8.823 12.394M354.616 423.83l-2.673-.13.62-12.748 2.672.13M382.888 423.83l-.618-12.75 2.67-.128.62 12.75" fill="#000" mask="url(#b)"/><path d="M346.204 422.428h44.56v-5.075l-5.655-20.55-33.288-.05-5.618 20.555v5.12zm47.237 2.677H343.53v-8.157l.048-.173 6.206-22.7 37.365.052 6.294 22.864v8.115zM368.05 364.92c-5.077 0-8.62 4.33-8.62 10.524 0 6.87 4.188 13.368 8.62 13.368 4.43 0 8.62-6.497 8.62-13.368 0-6.195-3.545-10.523-8.62-10.523m0 26.57c-6.657 0-11.295-8.457-11.295-16.046 0-7.65 4.75-13.2 11.294-13.2 6.545 0 11.295 5.55 11.295 13.2 0 7.59-4.64 16.046-11.296 16.046" fill="#000" mask="url(#b)"/><path fill="#000" mask="url(#b)" d="M370.216 423.86l-1.537-21.584 2.668-.19 1.537 21.583M366.16 423.86l-2.67-.19 1.538-21.584 2.67.19M359.175 377.347l-2.1-1.655 5.627-7.153 15.487 3.574-.603 2.608-13.833-3.193"/><path fill="#000" mask="url(#b)" d="M372.502 403.52h-8.89l-.912-7.933 2.66-.307.634 5.564h4.122l.638-5.552 2.66.307M652.186 415.153h-21.86v-2.677h19.184V393.28h2.676"/><path fill="#000" mask="url(#b)" d="M653.208 399.144l-2.312-4.19-2.31 4.19-2.344-1.293 4.654-8.437 4.655 8.438M284.77 276.51h-2.675v-21.877h21.864v2.678h-19.19"/><path fill="#000" mask="url(#b)" d="M283.386 280.375l-4.654-8.438 2.343-1.293 2.31 4.192 2.313-4.192 2.342 1.293M97.268 327.784c-6.8 0-12.334-5.537-12.334-12.34h2.673c0 5.327 4.335 9.665 9.66 9.665 5.326 0 9.66-4.34 9.66-9.667h2.675c0 6.804-5.534 12.34-12.334 12.34M87.608 315.443h-2.676c0-.624.048-1.253.142-1.87l2.645.4c-.073.486-.112.98-.112 1.47M101.66 306.832c-.903-.463-1.874-.78-2.88-.938l.416-2.642c1.285.202 2.525.605 3.683 1.198l-1.22 2.382zm-8.794.005l-1.22-2.383c1.157-.592 2.397-.998 3.682-1.202l.42 2.644c-1.007.16-1.976.475-2.882.94zm13.022 4.242c-.458-.908-1.057-1.734-1.777-2.458l1.896-1.89c.92.923 1.683 1.98 2.268 3.137l-2.386 1.21zm-17.247.008l-2.385-1.21c.587-1.158 1.35-2.216 2.266-3.137l1.898 1.887c-.72.724-1.317 1.552-1.777 2.46z"/><path d="M109.602 315.443h-2.676c0-.495-.036-.99-.11-1.466l2.645-.403c.094.61.142 1.24.142 1.87M387.116 108.633c-5.205 0-9.438 4.237-9.438 9.443 0 5.21 4.233 9.443 9.438 9.443 5.204 0 9.438-4.235 9.438-9.444 0-5.206-4.234-9.443-9.438-9.443m0 21.564c-6.678 0-12.113-5.437-12.113-12.12 0-6.683 5.435-12.122 12.113-12.122s12.114 5.44 12.114 12.12c0 6.685-5.436 12.122-12.114 12.122" fill="#000" mask="url(#b)"/><path fill="#000" mask="url(#b)" d="M385.778 123.87h2.676v-11.587h-2.676"/><path fill="#000" mask="url(#b)" d="M381.326 119.416h11.58v-2.678h-11.58M177.454 398.864h2.676v-13.11h-2.676"/><path fill="#000" mask="url(#b)" d="M172.24 393.645h13.103v-2.677H172.24M131.253 383.374h4.095v-2.677h-4.095M116.24 383.374h4.096v-2.677h-4.096M146.263 383.374h4.096v-2.677h-4.097M218.792 214.868h2.676v-13.11h-2.676"/><path fill="#000" mask="url(#b)" d="M213.58 209.65h13.1v-2.678h-13.1M321.354 395.53c-3.415 0-6.19 2.78-6.19 6.195 0 3.417 2.775 6.197 6.19 6.197 3.414 0 6.193-2.78 6.193-6.197 0-3.416-2.78-6.195-6.193-6.195m0 15.067c-4.89 0-8.867-3.98-8.867-8.872 0-4.892 3.978-8.872 8.867-8.872 4.89 0 8.867 3.98 8.867 8.872 0 4.892-3.977 8.872-8.866 8.872M621.657 447.893l-1.338-2.318 2.543-1.468 1.335 2.317M632.733 447.893l-2.542-1.47 1.34-2.316 2.54 1.468M625.857 438.803h2.676v-2.936h-2.676M644.436 219.744c.712.547 1.383 1.137 2.012 1.766.626.628 1.215 1.3 1.762 2.01.547-.71 1.137-1.382 1.765-2.01.628-.63 1.3-1.22 2.01-1.766-.71-.547-1.382-1.138-2.01-1.766-.628-.63-1.218-1.3-1.765-2.01-.547.71-1.136 1.38-1.765 2.01-.626.628-1.3 1.22-2.01 1.766zm3.774 8.622l-1.132-1.797c-.726-1.152-1.575-2.22-2.525-3.168-.944-.947-2.01-1.797-3.165-2.526l-1.796-1.132 1.796-1.133c1.154-.726 2.218-1.575 3.165-2.525.95-.95 1.8-2.015 2.525-3.17l1.132-1.794 1.132 1.796c.726 1.154 1.575 2.22 2.525 3.17.95.95 2.014 1.798 3.165 2.525l1.796 1.134-1.796 1.132c-1.153.727-2.218 1.58-3.165 2.526-.95.948-1.8 2.016-2.525 3.167l-1.132 1.796zM558.598 134.678c-2.012 7.802-4.743 10.533-12.538 12.548 7.793 2.015 10.53 4.746 12.538 12.548 2.017-7.802 4.745-10.533 12.543-12.548-7.794-2.015-10.528-4.746-12.542-12.548m0 7.418c1.288 2.203 2.928 3.844 5.13 5.13-2.2 1.288-3.84 2.927-5.127 5.13-1.285-2.203-2.925-3.844-5.128-5.13 2.2-1.288 3.84-2.927 5.126-5.13M692.046 397.424h4.095v-2.677h-4.094M677.036 397.424h4.095v-2.677h-4.094M521.59 468.77c-.873 0-1.585.71-1.585 1.587 0 .873.712 1.583 1.585 1.583.875 0 1.585-.71 1.585-1.583 0-.876-.71-1.586-1.585-1.586m0 5.848c-2.348 0-4.26-1.912-4.26-4.26 0-2.352 1.912-4.265 4.26-4.265 2.347 0 4.258 1.913 4.258 4.264 0 2.35-1.91 4.26-4.258 4.26M537.607 468.77c-.873 0-1.585.71-1.585 1.587 0 .873.712 1.583 1.585 1.583.875 0 1.585-.71 1.585-1.583 0-.876-.71-1.586-1.585-1.586m0 5.848c-2.347 0-4.26-1.912-4.26-4.26 0-2.352 1.913-4.265 4.26-4.265 2.347 0 4.258 1.913 4.258 4.264 0 2.35-1.91 4.26-4.258 4.26M553.624 468.77c-.873 0-1.585.71-1.585 1.587 0 .873.71 1.583 1.584 1.583.873 0 1.585-.71 1.585-1.583 0-.876-.713-1.586-1.586-1.586m0 5.848c-2.347 0-4.258-1.912-4.258-4.26 0-2.352 1.91-4.265 4.258-4.265s4.26 1.913 4.26 4.264c0 2.35-1.912 4.26-4.26 4.26M133.08 403.88c-1.35 0-2.53-.767-3.584-1.45-.73-.475-1.647-1.07-2.03-.91-.415.176-.85.507-1.312.855-.552.42-1.177.892-1.91 1.2-1.337.55-2.946.215-4.526-.953-.79-.586-1.734-1.267-2.227-1.198-.445.068-1.01.49-1.604.934-.35.26-.71.53-1.105.775-1.428.892-3.205.887-4.634-.01-.39-.245-.743-.51-1.086-.763-.6-.45-1.165-.87-1.614-.936-.57-.088-1.455.497-2.242 1.01-1.263.82-2.834 1.836-4.522 1.13-.727-.307-1.345-.774-1.894-1.19-.463-.352-.902-.683-1.322-.858-.42-.173-1.134.062-1.908.635-1.245.92-2.61 1.938-4.213 1.69-1.113-.167-2.014-.842-2.81-1.437-.317-.237-.617-.46-.92-.647l1.418-2.273c.396.248.756.516 1.103.775.597.447 1.158.87 1.607.936.494.072 1.436-.614 2.184-1.166 1.624-1.2 3.23-1.535 4.566-.984.736.305 1.36.78 1.91 1.198.464.35.898.68 1.315.854.38.163 1.297-.432 2.03-.907 1.18-.77 2.523-1.637 4.077-1.417 1.122.163 2.033.842 2.834 1.44.313.235.61.456.906.643.565.355 1.24.357 1.8.007.3-.187.602-.413.92-.65.795-.593 1.696-1.267 2.807-1.435 1.594-.245 2.966.77 4.17 1.658.817.602 1.532.84 1.954.665.42-.172.858-.506 1.323-.858.544-.413 1.163-.883 1.89-1.188 1.69-.708 3.26.312 4.522 1.13.786.51 1.674 1.094 2.247 1.01.442-.065 1.008-.487 1.61-.936.343-.256.695-.52 1.084-.763 1.43-.897 3.208-.902 4.635-.012l-1.416 2.273c-.56-.35-1.235-.348-1.8.007-.296.184-.59.405-.905.64-.804.6-1.713 1.28-2.833 1.44-.17.024-.335.036-.498.036M689.134 420.23c-.134 0-.27-.01-.408-.03-.933-.14-1.66-.683-2.3-1.163l1.578-2.162.022.017c.408.305.83.62 1.096.66.276.043 1.03-.533 1.446-.837 1.34-.99 2.683-1.262 3.812-.795.602.252 1.098.627 1.535.96.34.257.662.5.945.62h.012c.22 0 .894-.438 1.258-.673.904-.59 2.036-1.32 3.343-1.134.942.136 1.674.683 2.32 1.166.22.162.442.33.675.476.335.21.722.214 1.057.005.233-.146.458-.316.68-.48.64-.48 1.368-1.023 2.298-1.163 1.357-.208 2.508.648 3.434 1.332.59.433 1.03.54 1.2.472.282-.118.603-.363.944-.62.435-.33.93-.702 1.523-.952 1.45-.607 2.73.226 3.762.895l-1.455 2.246c-.372-.242-1.067-.67-1.283-.67-.27.116-.592.36-.933.615-.436.332-.932.708-1.532.958-1.134.468-2.474.196-3.78-.768-.447-.33-1.217-.902-1.483-.86-.265.04-.684.354-1.092.658-.283.212-.57.423-.87.61-1.202.748-2.69.744-3.89-.007-.295-.185-.578-.396-.856-.603-.41-.307-.832-.62-1.098-.662-.297-.04-1.005.404-1.508.73-1.034.67-2.314 1.505-3.762.898-.595-.252-1.09-.626-1.523-.955-.34-.257-.66-.5-.946-.62-.168-.07-.61.042-1.165.452-.86.633-1.876 1.384-3.056 1.384M594.007 189.67h38.118v-2.678h-38.118"/><path fill="#000" mask="url(#b)" d="M618.16 196.882l-1.205-2.39 12.202-6.16-12.202-6.162 1.206-2.388 16.934 8.55M284.434 398.537l-1.338-2.318 3.774-2.182 1.338 2.318M272.213 398.537l-3.774-2.18 1.337-2.32 3.774 2.182M276.985 411.332h2.676v-4.36h-2.675M525.07 427.837l-1.34-2.318 3.775-2.182 1.338 2.318M512.848 427.837l-3.774-2.18 1.338-2.32 3.774 2.182M517.62 440.634h2.676v-4.36h-2.676M629.705 276.537l-1.338-2.318 3.776-2.182 1.336 2.32M646.8 276.537l-3.775-2.18 1.338-2.32 3.774 2.182M636.913 263.6h2.676v-4.358h-2.677M252.644 333.146l-1.577-2.732 2.318-1.34 1.576 2.734M253.384 322.534l-2.316-1.338 1.575-2.733 2.32 1.34M242.135 327.144h3.153v-2.678h-3.153M583.527 168.565l-1.338-2.318 3.775-2.18 1.336 2.317M600.62 168.565l-3.773-2.18 1.338-2.32 3.774 2.182M590.736 155.63h2.676v-4.36h-2.676"/><path d="M480.4 179.117c-5.202 0-9.437 4.237-9.437 9.443 0 5.21 4.235 9.446 9.438 9.446 5.204 0 9.44-4.237 9.44-9.446 0-5.206-4.236-9.443-9.44-9.443m0 21.564c-6.68 0-12.113-5.436-12.113-12.12 0-6.682 5.434-12.12 12.114-12.12 6.68 0 12.115 5.438 12.115 12.12 0 6.684-5.436 12.12-12.114 12.12" fill="#0C8FD7" mask="url(#b)"/><path fill="#0C8FD7" mask="url(#b)" d="M479.063 194.353h2.676v-11.586h-2.677"/><path fill="#0C8FD7" mask="url(#b)" d="M474.61 189.9h11.58v-2.678h-11.58M410.924 318.49h2.676v-13.11h-2.676"/><path fill="#0C8FD7" mask="url(#b)" d="M405.71 313.274h13.103v-2.677H405.71M86.198 349.25h4.096v-2.677h-4.096M71.185 349.25h4.096v-2.677h-4.095M101.208 349.25h4.096v-2.677h-4.096M572.817 293.243h2.676v-13.11h-2.676"/><path fill="#0C8FD7" mask="url(#b)" d="M567.604 288.027h13.102v-2.677h-13.102M169.648 418.534c-3.415 0-6.194 2.778-6.194 6.194 0 3.417 2.78 6.198 6.194 6.198s6.19-2.78 6.19-6.198c0-3.416-2.776-6.194-6.19-6.194m0 15.067c-4.89 0-8.867-3.98-8.867-8.872 0-4.892 3.98-8.872 8.868-8.872 4.89 0 8.867 3.98 8.867 8.872 0 4.892-3.978 8.873-8.867 8.873M306.695 341.506l-1.338-2.318 2.544-1.468 1.337 2.318M317.772 341.506l-2.542-1.468 1.336-2.318 2.544 1.468M310.895 332.415h2.676v-2.937h-2.675M708.242 279.663c.71.547 1.38 1.137 2.012 1.766.626.627 1.215 1.3 1.762 2.012.547-.71 1.137-1.385 1.765-2.013.63-.63 1.3-1.22 2.013-1.767-.71-.547-1.384-1.137-2.012-1.766-.627-.628-1.217-1.3-1.764-2.01-.547.71-1.136 1.384-1.765 2.01-.627.63-1.298 1.22-2.008 1.766zm3.774 8.623l-1.132-1.795c-.726-1.155-1.575-2.22-2.525-3.168-.948-.95-2.012-1.8-3.166-2.527l-1.796-1.132 1.796-1.132c1.15-.726 2.218-1.576 3.165-2.526.95-.948 1.798-2.013 2.524-3.167l1.132-1.797 1.132 1.797c.726 1.152 1.575 2.22 2.525 3.167.95.95 2.014 1.8 3.165 2.527l1.796 1.133-1.796 1.132c-1.15.727-2.216 1.577-3.165 2.527-.95.95-1.8 2.015-2.525 3.17l-1.132 1.794zM413.914 67.353c-2.012 7.802-4.743 10.533-12.538 12.548 7.792 2.016 10.528 4.747 12.538 12.55 2.016-7.803 4.745-10.534 12.543-12.55-7.796-2.014-10.53-4.745-12.543-12.547m0 7.42c1.287 2.2 2.927 3.842 5.13 5.128-2.2 1.29-3.84 2.928-5.128 5.13-1.285-2.202-2.925-3.843-5.13-5.13 2.202-1.287 3.843-2.926 5.128-5.128M593.664 463.666h4.095v-2.677h-4.096M578.65 463.666h4.097v-2.677h-4.096M797.4 318.255c-.874 0-1.586.71-1.586 1.586 0 .874.712 1.587 1.585 1.587.872 0 1.584-.713 1.584-1.586 0-.875-.712-1.585-1.585-1.585m0 5.847c-2.348 0-4.26-1.912-4.26-4.26 0-2.352 1.912-4.265 4.26-4.265 2.35 0 4.26 1.913 4.26 4.264 0 2.35-1.91 4.262-4.26 4.262M797.4 334.28c-.874 0-1.586.712-1.586 1.587 0 .874.712 1.586 1.585 1.586.872 0 1.584-.712 1.584-1.586 0-.875-.712-1.586-1.585-1.586m0 5.848c-2.348 0-4.26-1.912-4.26-4.26 0-2.352 1.912-4.264 4.26-4.264 2.35 0 4.26 1.912 4.26 4.263 0 2.35-1.91 4.26-4.26 4.26M797.4 350.308c-.874 0-1.586.71-1.586 1.586 0 .873.712 1.586 1.585 1.586.872 0 1.584-.713 1.584-1.586 0-.876-.712-1.586-1.585-1.586m0 5.847c-2.348 0-4.26-1.912-4.26-4.26 0-2.352 1.912-4.265 4.26-4.265 2.35 0 4.26 1.913 4.26 4.264 0 2.35-1.91 4.26-4.26 4.26M737.85 330.85h2.677v-38.14h-2.676"/><path fill="#0C8FD7" mask="url(#b)" d="M745.347 307.89l-6.158-12.21-6.16 12.21-2.384-1.208 8.543-16.943 8.545 16.942M381.825 520.353c-2.13 8.256-5.02 11.145-13.27 13.278 8.25 2.134 11.145 5.022 13.27 13.278 2.134-8.256 5.02-11.144 13.272-13.277-8.25-2.13-11.143-5.02-13.272-13.277m0 7.532c1.414 2.504 3.242 4.333 5.745 5.746-2.5 1.416-4.328 3.242-5.743 5.747-1.412-2.505-3.24-4.33-5.745-5.746 2.503-1.415 4.33-3.24 5.743-5.745M604.313 306.057c.71.547 1.384 1.137 2.01 1.766.628.63 1.218 1.3 1.765 2.01.546-.71 1.136-1.38 1.764-2.01.63-.63 1.302-1.22 2.012-1.766-.71-.547-1.383-1.137-2.012-1.766-.628-.627-1.218-1.3-1.764-2.01-.547.71-1.137 1.383-1.763 2.01-.628.63-1.302 1.22-2.012 1.767zm3.775 8.623l-1.13-1.797c-.73-1.152-1.578-2.217-2.527-3.167-.946-.948-2.01-1.8-3.164-2.526l-1.796-1.133 1.796-1.132c1.153-.727 2.218-1.58 3.167-2.527.947-.95 1.796-2.015 2.525-3.167l1.13-1.796 1.13 1.797c.728 1.153 1.577 2.22 2.526 3.168.95.95 2.014 1.8 3.168 2.527l1.793 1.132-1.793 1.133c-1.154.727-2.218 1.576-3.168 2.526-.95.948-1.798 2.015-2.525 3.167l-1.132 1.797zM427.24 277.162c-.874 0-1.586.71-1.586 1.585 0 .874.712 1.584 1.585 1.584.87 0 1.584-.71 1.584-1.583 0-.875-.713-1.585-1.585-1.585m0 5.846c-2.35 0-4.262-1.912-4.262-4.26 0-2.352 1.91-4.264 4.26-4.264 2.348 0 4.26 1.912 4.26 4.263 0 2.35-1.912 4.26-4.26 4.26M519.607 398.515c-.875 0-1.585.71-1.585 1.586 0 .875.71 1.587 1.585 1.587.873 0 1.585-.712 1.585-1.586 0-.874-.712-1.585-1.585-1.585m0 5.847c-2.35 0-4.258-1.912-4.258-4.26 0-2.352 1.907-4.264 4.257-4.264 2.348 0 4.26 1.912 4.26 4.263 0 2.35-1.912 4.262-4.26 4.262M326.932 428.712c-.875 0-1.585.71-1.585 1.586 0 .873.71 1.586 1.585 1.586.873 0 1.585-.713 1.585-1.586 0-.876-.712-1.586-1.585-1.586m0 5.847c-2.347 0-4.258-1.913-4.258-4.262 0-2.35 1.91-4.264 4.258-4.264 2.35 0 4.26 1.913 4.26 4.264 0 2.35-1.91 4.26-4.26 4.26M398.15 196.87c-.873 0-1.585.71-1.585 1.586 0 .873.712 1.586 1.585 1.586s1.585-.713 1.585-1.586c0-.876-.712-1.586-1.585-1.586m0 5.847c-2.348 0-4.26-1.912-4.26-4.26 0-2.352 1.912-4.265 4.26-4.265 2.347 0 4.258 1.913 4.258 4.264 0 2.35-1.91 4.26-4.258 4.26M95.225 372.42c-.873 0-1.585.71-1.585 1.587 0 .873.712 1.585 1.585 1.585.875 0 1.585-.712 1.585-1.585 0-.876-.71-1.586-1.585-1.586m0 5.848c-2.348 0-4.26-1.913-4.26-4.26 0-2.353 1.912-4.265 4.26-4.265 2.347 0 4.258 1.912 4.258 4.264 0 2.348-1.91 4.26-4.258 4.26M343.984 364.48c-.873 0-1.585.71-1.585 1.584 0 .874.71 1.586 1.584 1.586.875 0 1.585-.712 1.585-1.586 0-.875-.71-1.585-1.586-1.585m-4.258 1.584c0-2.35 1.91-4.263 4.258-4.263 2.35 0 4.26 1.913 4.26 4.264 0 2.35-1.91 4.26-4.26 4.26-2.347 0-4.258-1.91-4.258-4.26z"/><path d="M276.215 326.455h2.676v-3.346h-2.675v3.345zm0 6.692h2.676V329.8h-2.675v3.347zm0 6.69h2.676v-3.346h-2.675v3.348zm0 6.693h2.676v-3.347h-2.675v3.347zm0 6.69h2.676v-3.346h-2.675v3.347zm0 6.692h2.676v-3.346h-2.675v3.346zm0 6.692h2.676v-3.345h-2.675v3.344zm0 6.69h2.676v-3.346h-2.675v3.347zm0 6.693h2.676v-3.347h-2.675v3.347zm0 6.69h2.676v-3.346h-2.675v3.346zM410.286 356.566h3.345v-2.678h-3.344v2.678zm6.688 0h3.345v-2.678h-3.346v2.678zm6.69 0h3.342v-2.678h-3.342v2.678zm6.685 0h3.344v-2.678h-3.345v2.678zm6.686 0h3.345v-2.678h-3.344v2.678zm6.688 0h3.345v-2.678h-3.346v2.678zm6.687 0h3.346v-2.678h-3.345v2.678zm6.69 0h3.12v-2.678h-3.12v2.678zM529.323 359.466H532v-3.347h-2.677v3.346zm0 6.692H532v-3.347h-2.677v3.348zm0 6.69H532v-3.346h-2.677v3.347zm0 6.692H532v-3.347h-2.677v3.347zm0 6.69H532v-3.348h-2.677v3.347zm0 4.24H532v-.894h-2.677v.893zM613.652 331.808h2.676v-3.344h-2.676v3.344zm0 6.69h2.676v-3.345h-2.676v3.346zm0 6.693h2.676v-3.346h-2.676v3.347zm0 5.13h2.676v-1.785h-2.676v1.785z" fill="#FFF" mask="url(#b)"/><path d="M418.4 347.146c-3.413 0-6.19 2.778-6.19 6.195 0 3.417 2.777 6.198 6.19 6.198 3.415 0 6.195-2.78 6.195-6.197 0-3.416-2.78-6.194-6.194-6.194m0 15.067c-4.888 0-8.866-3.98-8.866-8.872 0-4.89 3.978-8.872 8.867-8.872 4.89 0 8.868 3.98 8.868 8.873 0 4.893-3.978 8.873-8.867 8.873" fill="#000" mask="url(#b)"/><path fill="#0C8FD7" mask="url(#b)" d="M-61.723 320.323h80.898v-2.677h-80.898M19.177 320.323h3.342v-2.677h-3.343v2.677zm6.685 0h3.345v-2.677h-3.345v2.677zm6.688 0h3.344v-2.677H32.55v2.677zm6.687 0h3.343v-2.677h-3.343v2.677zm6.685 0h3.345v-2.677h-3.345v2.677zm6.688 0h3.345v-2.677H52.61v2.677zm6.687 0h3.345v-2.677h-3.345v2.677zm6.688 0h3.345v-2.677h-3.345v2.677zM12.33 345.68h5.883v-2.677H12.33M33.65 345.68h8.34v-2.677h-8.34M23.747 297.634H48.25v-2.678H23.747M-40.003 297.634h3.344v-2.678h-3.343v2.678zm6.687 0h3.345v-2.678h-3.346v2.678zm6.688 0h3.344v-2.678h-3.344v2.678zm6.69 0h3.342v-2.678h-3.343v2.678zm6.687 0h3.34v-2.678h-3.34v2.678zm6.686 0h3.343v-2.678h-3.344v2.678zm6.688 0h3.342v-2.678H.124v2.678zm6.687 0h3.344v-2.678H6.81v2.678zM73.902 297.634h8.34v-2.678h-8.34M840.336 316.355h4.254v-2.678h-4.254M816.59 316.355h7.623v-2.678h-7.622M854.136 316.355h22.54v-2.678h-22.54M835.282 295.15h22.585v-2.677h-22.585M838.893 348.166h3.345v-2.678h-3.345v2.678zm6.687 0h3.345v-2.678h-3.345v2.678zm6.69 0h3.343v-2.678h-3.343v2.678zm6.685 0h3.345v-2.678h-3.345v2.678zm6.688 0h3.345v-2.678h-3.345v2.678zm6.687 0h3.345v-2.678h-3.345v2.678zm6.688 0h3.345v-2.678h-3.345v2.678zm6.687 0h3.345v-2.678h-3.345v2.678zm6.685 0h3.345v-2.678h-3.345v2.678zm6.688 0h3.345v-2.678h-3.345v2.678zm6.687 0h3.345v-2.678h-3.345v2.678zm6.688 0h3.345v-2.678h-3.345v2.678zm6.687 0h3.345v-2.678h-3.345v2.678zm6.69 0h3.343v-2.678h-3.343v2.678zm6.688 0h.736v-2.678h-.736v2.678z"/></g></svg> \ No newline at end of file
diff --git a/assets/img/enterprise/security.svg b/assets/img/enterprise/security.svg
new file mode 100644
index 00000000..cad669d5
--- /dev/null
+++ b/assets/img/enterprise/security.svg
@@ -0,0 +1 @@
+<svg width="811" height="607" viewBox="0 0 811 607" xmlns="http://www.w3.org/2000/svg"><title>Page 1</title><g fill="none" fill-rule="evenodd"><path d="M44.444 318.72c.005 2.6 2.11 4.698 4.712 4.708 2.605-.01 4.708-2.107 4.71-4.71h.003c-.006-2.602-2.113-4.703-4.714-4.708-2.602.005-4.707 2.106-4.712 4.71zm-3.612 0c0-4.596 3.724-8.324 8.324-8.326 4.598.002 8.322 3.73 8.326 8.325-.004 4.594-3.728 8.318-8.326 8.32-4.6-.002-8.324-3.726-8.324-8.32zM191.392 277.983c.004 2.6 2.11 4.7 4.71 4.707 2.602-.006 4.71-2.107 4.713-4.707-.004-2.603-2.11-4.705-4.712-4.712-2.602.008-4.707 2.11-4.71 4.713m-3.616 0c0-4.598 3.728-8.323 8.326-8.325 4.6.002 8.325 3.727 8.325 8.325 0 4.593-3.726 8.318-8.325 8.32-4.598-.002-8.326-3.727-8.326-8.32" fill="#212121"/><path d="M55.674 320.524c-.996 0-1.805-.812-1.805-1.808 0-.997.808-1.805 1.804-1.805h67.795c.996 0 1.803.81 1.803 1.806s-.807 1.808-1.804 1.808H55.673zM123.468 279.786c-.998 0-1.806-.808-1.806-1.804 0-.998.808-1.807 1.806-1.807h66.116c.998 0 1.808.81 1.808 1.807 0 .996-.81 1.804-1.808 1.804h-66.116z" fill="#212121"/><path d="M121.66 318.716v-40.733c0-1 .81-1.808 1.81-1.808.995 0 1.804.808 1.804 1.808v40.733c0 .996-.81 1.808-1.805 1.808-1 0-1.81-.812-1.81-1.808M80.445 312.705c-.997 0-1.806-.808-1.806-1.808 0-.996.808-1.805 1.805-1.805h27.377c1 0 1.807.81 1.807 1.805 0 1-.808 1.808-1.808 1.808H80.445zM141.72 286.642c-.997 0-1.807-.81-1.807-1.805 0-1 .81-1.807 1.806-1.807h12.384c1 0 1.808.808 1.808 1.807 0 .994-.81 1.805-1.808 1.805H141.72zM161.927 286.642c-.996 0-1.806-.81-1.806-1.805 0-1 .81-1.807 1.807-1.807h5.867c.998 0 1.81.808 1.81 1.807 0 .994-.812 1.805-1.81 1.805h-5.867zM568.947 138.723c.006 2.602 2.108 4.703 4.714 4.707 2.6-.004 4.706-2.107 4.71-4.707-.004-2.6-2.11-4.706-4.71-4.71-2.605.004-4.707 2.107-4.713 4.71m-3.614 0c0-4.596 3.728-8.32 8.328-8.32 4.598 0 8.324 3.72 8.326 8.32-.002 4.594-3.728 8.32-8.325 8.32-4.6 0-8.327-3.726-8.327-8.32M678.442 194.513c.005 2.602 2.108 4.706 4.71 4.71 2.602-.004 4.708-2.108 4.71-4.71-.002-2.602-2.108-4.703-4.71-4.707-2.602.004-4.705 2.105-4.71 4.707m-3.615 0c0-4.595 3.727-8.32 8.325-8.32 4.6 0 8.325 3.725 8.325 8.32 0 4.6-3.726 8.322-8.325 8.322-4.598 0-8.325-3.725-8.325-8.322" fill="#212121"/><path d="M571.854 168.498V145.24c0-1 .808-1.807 1.807-1.807.997 0 1.807.808 1.807 1.807v23.258c0 .994-.81 1.806-1.806 1.806-.998 0-1.806-.812-1.806-1.806" fill="#212121"/><path d="M573.66 170.303c-1 0-1.807-.81-1.807-1.807 0-.997.808-1.805 1.808-1.805h46.282c.998 0 1.807.81 1.807 1.806s-.81 1.807-1.808 1.807h-46.28z" fill="#212121"/><path d="M618.134 193.257v-24.76c0-.998.808-1.805 1.81-1.805.995 0 1.806.807 1.806 1.805v24.76c0 .997-.81 1.807-1.807 1.807-1 0-1.81-.81-1.81-1.807" fill="#212121"/><path d="M619.94 196.32c-.996 0-1.806-.808-1.806-1.806 0-.997.81-1.806 1.807-1.806h56.695c.998 0 1.806.81 1.806 1.806 0 .998-.807 1.806-1.805 1.806H619.94zM581.157 177.796c-1 0-1.807-.81-1.807-1.807 0-.998.808-1.807 1.807-1.807h21.184c.998 0 1.808.81 1.808 1.806s-.81 1.806-1.807 1.806h-21.183zM625.304 186.743v-8.473c0-.998.81-1.805 1.807-1.805.998 0 1.81.807 1.81 1.805v8.473c0 .994-.812 1.806-1.81 1.806-.996 0-1.806-.813-1.806-1.807M612.116 307.157c.006 2.603 2.11 4.704 4.712 4.712 2.6-.01 4.707-2.112 4.71-4.713-.003-2.598-2.11-4.704-4.71-4.71-2.602.006-4.706 2.11-4.712 4.71m-3.614 0c.004-4.595 3.725-8.32 8.326-8.32 4.597 0 8.326 3.725 8.328 8.32-.002 4.6-3.73 8.32-8.328 8.323-4.6-.003-8.322-3.727-8.326-8.323M719.067 381.124c.004 2.603 2.11 4.703 4.71 4.708 2.602-.005 4.708-2.105 4.715-4.708h-.003c-.005-2.603-2.106-4.704-4.713-4.71-2.6.006-4.706 2.107-4.71 4.71m-3.613 0c0-4.598 3.726-8.322 8.323-8.322 4.6 0 8.324 3.724 8.33 8.322h-.006c0 4.595-3.72 8.322-8.323 8.325-4.597-.004-8.323-3.73-8.323-8.326" fill="#212121"/><path d="M721.974 374.61V337.78c0-.998.808-1.805 1.804-1.805 1 0 1.81.807 1.81 1.805v36.827c0 .995-.81 1.805-1.81 1.805-.996 0-1.804-.81-1.804-1.806" fill="#212121"/><path d="M698.962 339.587c-.997 0-1.806-.81-1.806-1.805 0-.998.81-1.805 1.806-1.805h24.815c1 0 1.81.807 1.81 1.805 0 .996-.81 1.805-1.81 1.805h-24.815z" fill="#212121"/><path d="M697.156 337.782V308.46c0-.998.81-1.803 1.808-1.803.996 0 1.808.805 1.808 1.802v29.322c0 .996-.812 1.808-1.808 1.808-.997 0-1.808-.812-1.808-1.808" fill="#212121"/><path d="M623.348 308.962c-1 0-1.806-.808-1.806-1.805 0-.996.807-1.805 1.806-1.805h75.615c.997 0 1.808.81 1.808 1.805 0 .997-.81 1.805-1.807 1.805h-75.615zM652.03 301.797c-1.002 0-1.807-.81-1.807-1.806 0-.998.805-1.804 1.806-1.804h24.77c.997 0 1.804.806 1.804 1.805 0 .996-.807 1.807-1.803 1.807h-24.77zM690.64 345.274v-19.872c0-.997.805-1.805 1.805-1.805.997 0 1.808.808 1.808 1.805v19.872c0 .996-.81 1.808-1.808 1.808-1 0-1.805-.812-1.805-1.808" fill="#212121"/><path d="M692.445 347.082c-.998 0-1.805-.81-1.805-1.808 0-.996.807-1.805 1.805-1.805h17.6c.997 0 1.805.808 1.805 1.804 0 .998-.808 1.808-1.806 1.808h-17.6zM422.035 440.353c.006 2.604 2.11 4.706 4.712 4.712 2.602-.006 4.71-2.112 4.712-4.712-.003-2.6-2.11-4.703-4.713-4.708-2.602.005-4.706 2.11-4.712 4.708m-3.614 0c.004-4.595 3.73-8.318 8.327-8.318 4.6 0 8.324 3.723 8.327 8.318-.003 4.598-3.728 8.32-8.327 8.323-4.598 0-8.323-3.725-8.326-8.323M520.82 513.556c.007 2.6 2.11 4.705 4.714 4.71 2.602-.005 4.705-2.11 4.71-4.71-.005-2.602-2.108-4.703-4.71-4.71-2.603.007-4.707 2.11-4.713 4.71m-3.612 0c.002-4.598 3.728-8.32 8.326-8.32 4.6 0 8.324 3.722 8.326 8.32-.002 4.595-3.726 8.322-8.326 8.322-4.598-.003-8.324-3.724-8.326-8.322" fill="#212121"/><path d="M424.94 465.005V446.87c0-1 .81-1.805 1.808-1.805.997 0 1.807.806 1.807 1.805v18.135c0 .995-.81 1.805-1.807 1.805-.998 0-1.807-.81-1.807-1.805" fill="#212121"/><path d="M426.748 466.81c-.998 0-1.807-.81-1.807-1.806 0-.998.81-1.807 1.808-1.807h98.786c.998 0 1.806.81 1.806 1.807 0 .996-.808 1.806-1.806 1.806h-98.786z" fill="#212121"/><path d="M523.726 507.042v-42.04c0-.997.81-1.805 1.808-1.805s1.806.808 1.806 1.805v42.04c0 .993-.808 1.805-1.806 1.805s-1.808-.812-1.808-1.805" fill="#212121"/><path d="M452.497 459.968c-1 0-1.807-.812-1.807-1.808 0-.995.808-1.805 1.807-1.805H480.2c.997 0 1.806.81 1.806 1.805 0 .996-.81 1.808-1.805 1.808h-27.703zM488.023 459.968c-.997 0-1.808-.812-1.808-1.808 0-.995.81-1.805 1.808-1.805h4.563c.996 0 1.806.81 1.806 1.805 0 .996-.81 1.808-1.806 1.808h-4.563z" fill="#0C8FD7"/><path d="M516.853 492.668v-15.636c0-1 .81-1.808 1.807-1.808.998 0 1.807.808 1.807 1.808v15.636c0 1-.81 1.805-1.807 1.805-.997 0-1.807-.806-1.807-1.805M318.703 441.016c.005 2.602 2.11 4.706 4.712 4.708 2.6-.002 4.706-2.106 4.712-4.708-.006-2.604-2.11-4.705-4.712-4.71-2.603.005-4.707 2.106-4.712 4.71m-3.614 0c0-4.6 3.727-8.323 8.325-8.323 4.598 0 8.325 3.724 8.326 8.323 0 4.598-3.727 8.32-8.325 8.324-4.6-.003-8.324-3.726-8.326-8.324M253.518 534.68c.004 2.603 2.11 4.704 4.71 4.712 2.6-.008 4.707-2.11 4.713-4.712-.005-2.6-2.11-4.703-4.71-4.705-2.603.002-4.708 2.105-4.712 4.705m-3.613 0c0-4.595 3.724-8.32 8.324-8.322 4.598.002 8.322 3.727 8.325 8.322-.003 4.596-3.727 8.322-8.326 8.322-4.6 0-8.325-3.726-8.325-8.322" fill="#212121"/><path d="M321.607 494V447.53c0-1 .81-1.804 1.807-1.804.998 0 1.807.804 1.807 1.804V494c0 .995-.808 1.804-1.806 1.804-.996 0-1.807-.81-1.807-1.805" fill="#212121"/><path d="M290.822 495.804c-1 0-1.807-.81-1.807-1.805 0-1 .808-1.81 1.807-1.81h32.592c.998 0 1.807.81 1.807 1.81 0 .995-.808 1.804-1.806 1.804h-32.592z" fill="#212121"/><path d="M289.015 534.683V494c0-1 .808-1.808 1.806-1.808 1 0 1.808.808 1.808 1.808v40.683c0 .993-.808 1.808-1.807 1.808-.997 0-1.805-.814-1.805-1.807" fill="#212121"/><path d="M264.746 536.49c-.995 0-1.803-.814-1.803-1.807 0-1.003.808-1.808 1.803-1.808h25.425c.998 0 1.806.805 1.806 1.808 0 .993-.808 1.808-1.805 1.808h-25.424z" fill="#212121"/><path d="M281.196 517.794v-14.67c0-1.003.807-1.81 1.805-1.81.998 0 1.807.807 1.807 1.81v14.67c0 1-.81 1.81-1.806 1.81-.997 0-1.804-.81-1.804-1.81" fill="#0C8FD7"/><path d="M315.09 473.557v-13.033c0-.998.81-1.803 1.807-1.803.998 0 1.806.806 1.806 1.804v13.033c0 .996-.808 1.808-1.806 1.808s-1.808-.812-1.808-1.808" fill="#212121"/><path d="M304.512 502.972c-.998 0-1.806-.81-1.806-1.808 0-.996.808-1.805 1.806-1.805h13.037c.996 0 1.803.808 1.803 1.804 0 .997-.807 1.808-1.804 1.808H304.51z" fill="#0C8FD7"/><path d="M479.916 25.96c.006 2.602 2.11 4.708 4.714 4.71 2.6-.002 4.705-2.108 4.712-4.71-.007-2.6-2.11-4.704-4.712-4.708-2.604.004-4.708 2.108-4.714 4.71m-3.613 0c0-4.598 3.726-8.32 8.327-8.32 4.597 0 8.324 3.722 8.325 8.32 0 4.595-3.728 8.32-8.325 8.32-4.6 0-8.327-3.725-8.327-8.32M345.666 99.623c.006 2.6 2.11 4.703 4.714 4.708 2.6-.004 4.707-2.108 4.71-4.707-.003-2.6-2.11-4.705-4.71-4.71-2.604.005-4.708 2.11-4.714 4.71m-3.61 0c0-4.597 3.724-8.32 8.324-8.323 4.6.003 8.324 3.726 8.324 8.323 0 4.595-3.725 8.32-8.324 8.322-4.6-.002-8.325-3.727-8.325-8.322" fill="#212121"/><path d="M412.307 27.767c-1 0-1.806-.81-1.806-1.806 0-.997.807-1.806 1.807-1.806h65.803c.998 0 1.808.81 1.808 1.807 0 .998-.81 1.807-1.808 1.807h-65.803z" fill="#212121"/><path d="M410.5 55.97V25.96c0-1 .808-1.808 1.807-1.808.996 0 1.807.81 1.807 1.808V55.97c0 .993-.81 1.805-1.807 1.805-1 0-1.807-.812-1.807-1.806" fill="#212121"/><path d="M350.38 57.775c-.996 0-1.81-.81-1.81-1.806 0-1 .814-1.81 1.81-1.81h61.927c.997 0 1.807.81 1.807 1.81 0 .994-.81 1.805-1.807 1.805H350.38z" fill="#212121"/><path d="M348.573 93.107v-37.14c0-.998.808-1.806 1.806-1.806.996 0 1.805.81 1.805 1.806v37.14c0 .998-.81 1.806-1.806 1.806-1 0-1.807-.808-1.807-1.805M341.4 79.425v-16.29c0-.998.814-1.807 1.81-1.807.997 0 1.808.81 1.808 1.806v16.29c0 .996-.81 1.807-1.808 1.807-.996 0-1.81-.81-1.81-1.805M365.372 51.256c-.996 0-1.804-.808-1.804-1.807 0-.996.808-1.806 1.804-1.806h20.21c.997 0 1.805.81 1.805 1.805 0 .998-.808 1.806-1.804 1.806h-20.21zM431.213 33.664c-1 0-1.81-.81-1.81-1.806 0-.998.81-1.807 1.81-1.807h26.724c1 0 1.806.81 1.806 1.808 0 .996-.807 1.806-1.806 1.806h-26.724zM316.207 165.827c.005 2.6 2.11 4.705 4.712 4.71 2.6-.005 4.707-2.11 4.71-4.71-.003-2.602-2.11-4.704-4.71-4.71-2.602.006-4.708 2.108-4.713 4.71m-3.614 0c0-4.596 3.726-8.32 8.326-8.32 4.6 0 8.324 3.724 8.324 8.32 0 4.597-3.725 8.32-8.325 8.323-4.6-.003-8.326-3.726-8.327-8.323M172.856 98.224c.007 2.6 2.11 4.703 4.712 4.71 2.602-.007 4.707-2.11 4.713-4.71-.005-2.602-2.11-4.705-4.712-4.71-2.602.005-4.705 2.108-4.712 4.71m-3.614 0c0-4.598 3.726-8.322 8.326-8.323 4.6.002 8.324 3.726 8.324 8.324 0 4.596-3.724 8.32-8.324 8.32s-8.326-3.724-8.326-8.32" fill="#212121"/><path d="M184.088 100.03c-1 0-1.807-.81-1.807-1.806 0-.997.81-1.805 1.808-1.805h67.793c.998 0 1.808.807 1.808 1.804 0 .996-.81 1.806-1.807 1.806H184.09z" fill="#212121"/><path d="M250.074 165.414v-67.19c0-1 .808-1.806 1.807-1.806 1 0 1.807.807 1.807 1.805v67.19c0 .998-.808 1.806-1.806 1.806s-1.806-.81-1.806-1.806" fill="#212121"/><path d="M251.883 167.633c-1 0-1.808-.808-1.808-1.806 0-.996.807-1.806 1.808-1.806h62.52c.994 0 1.805.81 1.805 1.807 0 .998-.81 1.806-1.805 1.806h-62.52zM204.296 107.274c-.998 0-1.81-.808-1.81-1.805 0-1 .812-1.81 1.81-1.81h23.466c1 0 1.805.81 1.805 1.81 0 .996-.806 1.804-1.805 1.804h-23.466zM257.895 132.184V110.68c0-.996.81-1.804 1.807-1.804 1 0 1.81.808 1.81 1.805v21.504c0 .994-.81 1.805-1.81 1.805-.996 0-1.807-.812-1.807-1.806M257.895 147.17V140c0-.997.81-1.805 1.807-1.805 1 0 1.81.808 1.81 1.806v7.17c0 .995-.81 1.807-1.81 1.807-.996 0-1.807-.812-1.807-1.807M276.65 175.69c-.998 0-1.806-.808-1.806-1.805 0-.997.808-1.807 1.806-1.807h22.163c1 0 1.807.81 1.807 1.807 0 .997-.808 1.805-1.807 1.805H276.65zM21.467 156.645v-13.902c0-.995.81-1.803 1.807-1.803.996 0 1.807.808 1.807 1.803v13.902c0 .997-.81 1.804-1.806 1.804-.997 0-1.807-.808-1.807-1.805" fill="#212121"/><path d="M16.32 151.5c-.997 0-1.806-.81-1.806-1.807 0-.996.81-1.805 1.806-1.805h13.906c.996 0 1.807.81 1.807 1.805 0 .998-.81 1.808-1.807 1.808H16.32zM198.83 207.795v-13.9c0-1 .808-1.806 1.807-1.806.996 0 1.807.806 1.807 1.806v13.9c0 .993-.81 1.802-1.807 1.802-1 0-1.807-.81-1.807-1.803" fill="#212121"/><path d="M193.683 202.65c-.996 0-1.804-.81-1.804-1.806s.807-1.805 1.803-1.805h13.91c.995 0 1.804.808 1.804 1.804 0 .995-.81 1.807-1.805 1.807h-13.91zM644.436 362.794v-13.902c0-.996.806-1.805 1.806-1.805.998 0 1.807.81 1.807 1.805v13.902c0 .996-.81 1.805-1.808 1.805-1 0-1.806-.81-1.806-1.806" fill="#212121"/><path d="M639.288 357.65c-1 0-1.807-.813-1.807-1.81 0-.998.807-1.804 1.808-1.804h13.906c.998 0 1.807.806 1.807 1.805 0 .997-.808 1.81-1.806 1.81h-13.906zM722.45 77.457v-13.9c0-.998.81-1.806 1.806-1.806.997 0 1.808.81 1.808 1.808v13.9c0 .995-.81 1.806-1.808 1.806-.996 0-1.805-.81-1.805-1.807" fill="#212121"/><path d="M717.306 72.313c-1 0-1.807-.81-1.807-1.807 0-.994.807-1.803 1.806-1.803h13.906c.995 0 1.806.81 1.806 1.803 0 .997-.81 1.807-1.806 1.807h-13.906zM327.12 16.057v-13.9c0-.997.81-1.805 1.808-1.805.997 0 1.807.808 1.807 1.806v13.9c0 .993-.81 1.805-1.807 1.805-1 0-1.808-.812-1.808-1.806" fill="#212121"/><path d="M321.973 10.914c-.995 0-1.806-.81-1.806-1.808 0-.996.81-1.805 1.806-1.805h13.908c1 0 1.81.81 1.81 1.806 0 1-.81 1.808-1.81 1.808h-13.907zM56.655 67.5c-.996 0-1.804-.81-1.804-1.808 0-.997.81-1.807 1.805-1.807h26.077c.997 0 1.804.81 1.804 1.807 0 .998-.807 1.807-1.804 1.807H56.655zM94.464 67.5c-.997 0-1.808-.81-1.808-1.808 0-.997.81-1.807 1.808-1.807h10.43c.997 0 1.808.81 1.808 1.807 0 .998-.81 1.807-1.81 1.807H94.465zM481.694 181.873c-.998 0-1.808-.81-1.808-1.807 0-.998.81-1.807 1.808-1.807h26.075c.995 0 1.806.808 1.806 1.806 0 .996-.81 1.807-1.807 1.807h-26.076zM519.502 181.873c-1 0-1.806-.81-1.806-1.805 0-.997.807-1.81 1.806-1.81h10.43c.996 0 1.807.813 1.807 1.81 0 .994-.812 1.805-1.807 1.805h-10.43zM757.39 266.23c-.997 0-1.806-.81-1.806-1.81 0-.996.81-1.804 1.807-1.804h26.075c.996 0 1.807.808 1.807 1.805 0 1-.81 1.81-1.807 1.81H757.39zM795.198 266.228c-.997 0-1.805-.808-1.805-1.807 0-.995.808-1.803 1.805-1.803h10.433c.997 0 1.808.808 1.808 1.804 0 1-.81 1.808-1.807 1.808H795.2zM95.514 524.996c-1 0-1.807-.81-1.807-1.805 0-.998.807-1.807 1.807-1.807h26.074c1 0 1.807.81 1.807 1.808 0 .996-.808 1.806-1.807 1.806H95.514zM133.32 524.996c-.995 0-1.806-.81-1.806-1.805 0-.998.81-1.807 1.807-1.807h10.432c.996 0 1.807.81 1.807 1.808 0 .996-.812 1.806-1.808 1.806h-10.43zM568.008 408.034c-1 0-1.81-.806-1.81-1.803 0-1 .81-1.807 1.81-1.807h26.072c.997 0 1.808.807 1.808 1.808 0 .998-.81 1.804-1.808 1.804h-26.072zM605.816 408.034c-1 0-1.807-.808-1.807-1.805 0-.997.806-1.807 1.806-1.807h10.43c.997 0 1.808.81 1.808 1.806s-.81 1.804-1.807 1.804h-10.43zM302.788 124.592c-1 0-1.81-.808-1.81-1.805 0-.997.81-1.807 1.81-1.807h23.466c.998 0 1.806.81 1.806 1.807 0 .997-.808 1.805-1.806 1.805h-23.466zM291.055 133.714c-.998 0-1.806-.808-1.806-1.805 0-.998.807-1.808 1.805-1.808h20.858c1 0 1.806.81 1.806 1.807 0 .996-.808 1.804-1.807 1.804h-20.858zM748.022 119.268c-.996 0-1.806-.81-1.806-1.805 0-1 .81-1.808 1.806-1.808h23.47c.995 0 1.804.81 1.804 1.808 0 .995-.81 1.805-1.805 1.805h-23.468zM736.29 128.39c-.997 0-1.807-.81-1.807-1.807 0-.997.81-1.807 1.806-1.807h20.86c.995 0 1.804.81 1.804 1.807 0 .997-.81 1.806-1.805 1.806h-20.86zM784.76 375.224c-1 0-1.808-.81-1.808-1.808 0-.997.81-1.802 1.807-1.802h23.466c.998 0 1.808.805 1.808 1.802 0 1-.81 1.808-1.808 1.808H784.76zM773.024 384.347c-.998 0-1.806-.81-1.806-1.807 0-.998.808-1.807 1.806-1.807h20.862c.997 0 1.807.81 1.807 1.807 0 .998-.81 1.807-1.807 1.807h-20.862z" fill="#212121"/><path fill="#0C8FD7" d="M575.92 594.025h30.168v-2.71H575.92"/><path fill="#000" d="M636.256 594.025h11.863v-2.71h-11.864M613.547 594.025h7.795v-2.71h-7.795"/><path fill="#0C8FD7" d="M616.255 586.226h10.17v-2.712h-10.17M595.58 586.226h15.93v-2.712h-15.93"/><path d="M24.94 446.045c-.998 0-1.807-.81-1.807-1.807 0-.996.81-1.805 1.806-1.805h23.466c.998 0 1.806.81 1.806 1.805 0 .997-.808 1.807-1.806 1.807H24.94zM13.205 455.165c-1 0-1.806-.806-1.806-1.802 0-1 .806-1.808 1.805-1.808h20.86c.998 0 1.806.808 1.806 1.808 0 .996-.807 1.802-1.804 1.802h-20.86zM43.843 224.33c-1 0-1.808-.808-1.808-1.805 0-1 .81-1.807 1.808-1.807h23.464c.997 0 1.807.808 1.807 1.807 0 .997-.81 1.804-1.807 1.804H43.843zM32.11 233.45c-1 0-1.808-.808-1.808-1.804 0-.997.81-1.806 1.807-1.806h20.856c1 0 1.807.81 1.807 1.806s-.808 1.805-1.807 1.805H32.11zM137.507 409.443c-.704-.706-.704-1.85 0-2.555l9.682-9.677c.706-.7 1.848-.7 2.554 0 .704.708.704 1.85 0 2.557l-9.678 9.676c-.353.352-.817.53-1.28.53-.463 0-.925-.178-1.28-.53" fill="#212121"/><path d="M137.507 409.443l-9.678-9.676c-.708-.706-.708-1.85 0-2.556.705-.7 1.848-.7 2.554 0l9.682 9.678c.703.706.703 1.85 0 2.555-.353.352-.817.53-1.28.53-.463 0-.925-.178-1.28-.53M137.51 421.334c-.706-.703-.706-1.85 0-2.555l9.68-9.678c.705-.703 1.848-.703 2.556 0 .702.707.702 1.852 0 2.556l-9.68 9.676c-.353.352-.818.53-1.28.53-.463 0-.924-.178-1.275-.53" fill="#212121"/><path d="M137.51 421.334l-9.68-9.676c-.708-.704-.708-1.85 0-2.556.706-.703 1.85-.703 2.556 0l9.68 9.677c.703.705.703 1.85 0 2.554-.353.352-.818.53-1.28.53-.463 0-.924-.178-1.275-.53M171.746 338.66c-.705-.706-.705-1.85 0-2.555l9.678-9.677c.707-.705 1.852-.705 2.56 0 .703.707.703 1.85 0 2.556l-9.683 9.676c-.353.352-.814.53-1.278.53-.46 0-.924-.178-1.276-.53" fill="#212121"/><path d="M171.746 338.66l-9.68-9.676c-.706-.706-.706-1.85 0-2.556.705-.705 1.85-.705 2.554 0l9.68 9.677c.705.706.705 1.85 0 2.555-.353.352-.814.53-1.278.53-.46 0-.924-.178-1.276-.53M474.685 514.51l9.68-9.674c.707-.707 1.85-.707 2.556 0 .707.706.707 1.848 0 2.552l-9.678 9.677c-.353.35-.818.528-1.28.528-.462 0-.925-.177-1.277-.528-.705-.707-.705-1.85 0-2.554z" fill="#212121"/><path d="M465.007 507.388c-.707-.704-.707-1.846 0-2.552.704-.707 1.85-.707 2.556 0l9.68 9.675c.702.705.702 1.848 0 2.555-.354.35-.82.528-1.28.528-.463 0-.926-.177-1.278-.528l-9.678-9.677zM648.255 265.7c-.703-.704-.703-1.85.003-2.555l9.683-9.676c.705-.706 1.847-.706 2.556 0 .704.703.702 1.85-.003 2.552l-9.68 9.678c-.355.352-.816.528-1.28.528-.462 0-.924-.176-1.278-.528" fill="#212121"/><path d="M648.256 265.7l-9.678-9.676c-.707-.705-.704-1.85 0-2.556.706-.705 1.85-.702 2.555.003l9.68 9.675c.705.706.705 1.85 0 2.555-.355.35-.816.528-1.28.528-.46 0-.923-.177-1.277-.528M353.26 156.104c-.707-.705-.707-1.847 0-2.554l9.678-9.675c.707-.704 1.852-.704 2.558 0 .705.707.705 1.847 0 2.554l-9.68 9.674c-.355.353-.818.53-1.28.53-.462 0-.923-.177-1.277-.53" fill="#212121"/><path d="M353.26 156.104l-9.68-9.675c-.705-.708-.705-1.85 0-2.555.705-.704 1.85-.704 2.556 0l9.68 9.675c.703.707.703 1.85 0 2.554-.355.353-.816.528-1.28.528-.46 0-.922-.175-1.276-.528M492.51 78.37c-.705-.702-.705-1.848 0-2.555l9.684-9.674c.705-.704 1.85-.704 2.555 0 .703.708.702 1.852-.004 2.555l-9.68 9.678c-.353.353-.814.528-1.278.528-.46 0-.923-.176-1.278-.53" fill="#212121"/><path d="M492.508 78.372l-9.675-9.676c-.71-.705-.706-1.848 0-2.553.704-.708 1.85-.704 2.555 0l9.676 9.675c.707.704.706 1.848 0 2.554-.353.352-.815.53-1.278.53-.46 0-.924-.178-1.278-.53M492.51 90.264c-.705-.706-.705-1.85 0-2.555l9.684-9.678c.705-.704 1.85-.704 2.555 0 .703.707.702 1.848-.004 2.555l-9.68 9.677c-.355.352-.817.53-1.28.53-.46 0-.922-.178-1.276-.53" fill="#212121"/><path d="M492.508 90.264l-9.675-9.678c-.71-.706-.706-1.846 0-2.554.704-.704 1.85-.704 2.555.003l9.676 9.674c.707.704.706 1.847 0 2.554-.353.352-.815.528-1.278.528-.46 0-.924-.176-1.278-.528M107.026 237.357c-.703-.705-.703-1.85 0-2.555l9.682-9.677c.707-.702 1.848-.702 2.555 0 .704.705.704 1.85 0 2.554l-9.678 9.677c-.355.352-.818.53-1.282.53-.46 0-.923-.178-1.277-.53" fill="#212121"/><path d="M107.027 237.355l-9.678-9.675c-.708-.705-.708-1.848 0-2.555.704-.704 1.847-.704 2.554 0l9.68 9.676c.703.707.703 1.852 0 2.555-.355.353-.817.53-1.28.53-.463 0-.923-.177-1.277-.53M107.027 249.248c-.707-.706-.707-1.85 0-2.555l9.682-9.674c.703-.707 1.847-.707 2.555 0 .703.703.703 1.847 0 2.55l-9.683 9.678c-.353.352-.815.53-1.28.53-.46 0-.92-.178-1.275-.53" fill="#212121"/><path d="M107.027 249.248l-9.678-9.677c-.708-.703-.708-1.847 0-2.55.704-.707 1.848-.707 2.553 0l9.68 9.673c.704.706.704 1.85 0 2.555-.354.352-.816.53-1.28.53-.462 0-.922-.178-1.276-.53" fill="#212121"/><path d="M709.827 558.232l-9.68-9.68c-.705-.706-.705-1.85 0-2.555.705-.705 1.848-.705 2.557 0l9.682 9.68c.703.706.703 1.85 0 2.555-.354.352-.818.53-1.28.53-.463 0-.925-.178-1.28-.53" fill="#0C8FD7"/><path d="M700.148 567.903c-.707-.704-.705-1.847 0-2.554l9.68-9.673c.706-.706 1.85-.703 2.556.002.706.703.704 1.845 0 2.553l-9.68 9.672c-.353.354-.816.53-1.278.53-.462 0-.926-.178-1.278-.532M721.725 558.232l-9.682-9.68c-.704-.706-.704-1.85 0-2.555.705-.705 1.852-.705 2.558 0l9.68 9.68c.706.706.706 1.85 0 2.555-.353.352-.815.53-1.277.53-.464 0-.925-.178-1.278-.53" fill="#0C8FD7"/><path d="M712.043 567.903c-.704-.704-.704-1.847 0-2.554l9.682-9.673c.707-.706 1.85-.703 2.556.002.707.703.704 1.845 0 2.553l-9.68 9.672c-.354.352-.814.53-1.277.53-.46 0-.926-.178-1.28-.532" fill="#0C8FD7"/><path d="M427.46 162.428c-.997 0-1.807-.81-1.807-1.805 0-.997.81-1.806 1.806-1.806h18.254c.996 0 1.805.81 1.805 1.806s-.81 1.805-1.806 1.805H427.46zM365.333 453.963c-.998 0-1.805-.81-1.805-1.805 0-.998.807-1.807 1.805-1.807h18.254c.996 0 1.807.81 1.807 1.808 0 .996-.81 1.805-1.807 1.805h-18.254zM197.312 408.214c-.996 0-1.806-.81-1.806-1.81 0-.995.81-1.804 1.806-1.804h18.253c.996 0 1.808.81 1.808 1.805 0 1-.812 1.81-1.808 1.81h-18.253zM1.81 335.764c-1 0-1.81-.808-1.81-1.808s.81-1.805 1.81-1.805h18.25c.995 0 1.806.807 1.806 1.806 0 1-.81 1.808-1.806 1.808H1.81zM556.085 22.952c-.998 0-1.807-.81-1.807-1.806 0-.997.81-1.805 1.807-1.805h18.255c.993 0 1.804.81 1.804 1.806 0 .997-.81 1.806-1.804 1.806h-18.255zM746.11 174.268c-.998 0-1.808-.808-1.808-1.804 0-1 .81-1.807 1.807-1.807h18.25c.996 0 1.807.808 1.807 1.807 0 .996-.81 1.804-1.807 1.804h-18.25zM750.754 514.94c-.997 0-1.807-.812-1.807-1.805 0-.998.81-1.805 1.807-1.805h18.253c.998 0 1.808.807 1.808 1.805 0 .993-.81 1.805-1.808 1.805h-18.253zM153.03 44.622c-.997 0-1.808-.808-1.808-1.805 0-.998.81-1.806 1.807-1.806h18.25c.998 0 1.81.81 1.81 1.807 0 .997-.812 1.805-1.81 1.805h-18.25zM171.453 237.352c-.997 0-1.804-.81-1.804-1.804 0-.997.806-1.807 1.803-1.807h2.61c.996 0 1.803.81 1.803 1.808 0 .994-.807 1.804-1.804 1.804h-2.61zM160.48 237.352c-.996 0-1.806-.81-1.806-1.804 0-.997.81-1.807 1.805-1.807h2.61c.994 0 1.803.81 1.803 1.808 0 .994-.81 1.804-1.804 1.804h-2.61zM149.507 237.352c-.997 0-1.807-.81-1.807-1.804 0-.997.81-1.807 1.807-1.807h2.61c.995 0 1.806.81 1.806 1.808 0 .994-.81 1.804-1.806 1.804h-2.61zM417.574 6.698c-.998 0-1.81-.808-1.81-1.805 0-.996.812-1.805 1.81-1.805h2.607c.997 0 1.808.81 1.808 1.805 0 .997-.81 1.805-1.807 1.805h-2.606zM406.6 6.698c-.997 0-1.805-.81-1.805-1.805 0-.998.808-1.806 1.806-1.806h2.61c.996 0 1.807.808 1.807 1.806 0 .996-.81 1.805-1.807 1.805h-2.61zM395.628 6.698c-.996 0-1.806-.808-1.806-1.805 0-.996.81-1.806 1.806-1.806h2.61c.997 0 1.806.81 1.806 1.806 0 .997-.81 1.805-1.805 1.805h-2.612zM508.834 134.41c-.998 0-1.807-.808-1.807-1.807 0-.995.81-1.803 1.807-1.803h2.61c.997 0 1.807.808 1.807 1.803 0 1-.81 1.808-1.807 1.808h-2.61zM497.862 134.41c-.997 0-1.807-.81-1.807-1.804 0-.997.81-1.808 1.807-1.808h2.606c.998 0 1.81.81 1.81 1.808 0 .995-.812 1.805-1.81 1.805h-2.606zM486.892 134.41c-1 0-1.807-.808-1.807-1.804 0-.998.808-1.805 1.807-1.805h2.606c.997 0 1.807.808 1.807 1.806 0 .996-.81 1.805-1.807 1.805h-2.606zM660.356 427.477c-.998 0-1.808-.812-1.808-1.805 0-1 .81-1.808 1.808-1.808h2.61c.995 0 1.806.81 1.806 1.808 0 .993-.81 1.805-1.807 1.805h-2.61zM649.384 427.477c-.997 0-1.806-.808-1.806-1.805 0-1 .81-1.808 1.806-1.808h2.606c.997 0 1.81.81 1.81 1.808 0 .997-.813 1.805-1.81 1.805h-2.606zM638.413 427.477c-1 0-1.807-.808-1.807-1.805 0-1 .807-1.808 1.807-1.808h2.605c1 0 1.808.81 1.808 1.808 0 .997-.808 1.805-1.808 1.805h-2.605zM653.128 63.885c-1 0-1.806-.81-1.806-1.805 0-.998.807-1.805 1.806-1.805h2.608c1 0 1.805.807 1.805 1.805 0 .995-.805 1.805-1.804 1.805h-2.608zM642.157 63.887c-1 0-1.808-.81-1.808-1.807 0-.998.806-1.806 1.807-1.806h2.608c.998 0 1.806.808 1.806 1.806s-.807 1.807-1.805 1.807h-2.608zM631.183 63.887c-.997 0-1.807-.81-1.807-1.808 0-.995.81-1.805 1.807-1.805h2.61c.995 0 1.806.81 1.806 1.804 0 .998-.812 1.807-1.806 1.807h-2.61zM96.256 351.627c-.996 0-1.806-.808-1.806-1.805 0-.998.81-1.805 1.806-1.805h2.61c.995 0 1.807.807 1.807 1.805 0 .997-.812 1.805-1.808 1.805h-2.61zM85.284 351.627c-.997 0-1.805-.808-1.805-1.805 0-.998.807-1.805 1.804-1.805h2.61c.998 0 1.805.807 1.805 1.805 0 .997-.808 1.805-1.807 1.805h-2.61zM74.314 351.627c-1 0-1.81-.808-1.81-1.805 0-.998.81-1.805 1.81-1.805h2.607c1 0 1.807.807 1.807 1.805 0 .997-.808 1.805-1.806 1.805h-2.606zM414.888 520.64c1.6-.002 2.9-1.304 2.903-2.895-.003-1.603-1.3-2.898-2.902-2.9-1.605.002-2.9 1.297-2.905 2.9.004 1.59 1.303 2.893 2.905 2.895m-6.517-2.895c0-3.6 2.92-6.514 6.518-6.514 3.597 0 6.515 2.915 6.515 6.515-.003 3.59-2.916 6.507-6.515 6.51-3.6-.003-6.517-2.92-6.517-6.51M381.917 494.833c-.79-.606-.942-1.74-.334-2.533 7.666-9.99 19.735-16.446 33.304-16.446 13.575 0 25.64 6.456 33.305 16.446.606.792.454 1.927-.335 2.533-.792.605-1.928.457-2.533-.335-7.017-9.137-18.026-15.03-30.437-15.03-12.406 0-23.423 5.893-30.438 15.03v.003c-.355.463-.89.703-1.434.703-.385 0-.772-.12-1.1-.37" fill="#212121"/><path d="M390.448 503.337c-.824-.562-1.036-1.685-.476-2.508 5.423-7.946 14.563-13.17 24.916-13.17 10.345 0 19.49 5.224 24.91 13.17.562.822.348 1.95-.476 2.507-.822.56-1.95.35-2.51-.473-4.78-7-12.81-11.59-21.924-11.59-9.117 0-17.146 4.59-21.928 11.59-.35.512-.918.79-1.497.79-.35 0-.704-.103-1.015-.317" fill="#212121"/><path d="M398.99 511.884c-.823-.562-1.037-1.686-.476-2.51 3.56-5.23 9.575-8.657 16.37-8.657 6.796 0 12.813 3.428 16.377 8.66.562.82.35 1.945-.478 2.507-.825.562-1.947.346-2.508-.477-2.92-4.28-7.824-7.075-13.39-7.075-5.562 0-10.463 2.795-13.385 7.075-.346.512-.914.79-1.494.79-.348 0-.704-.1-1.015-.313M706.974 233.012h62.633V186.86h-62.633v46.152zm64.44 1.807v-1.808 1.807zm-66.244 1.803c-.477 0-.94-.188-1.276-.526-.337-.336-.533-.804-.533-1.278v-49.765c0-.477.197-.942.534-1.278.335-.337.8-.53 1.276-.53h66.244c.476 0 .938.193 1.276.53.336.336.53.8.53 1.278v49.764c0 .48-.19.935-.53 1.274-.342.342-.794.53-1.276.53H705.17z" fill="#212121"/><path d="M701.555 243.848h73.472l-.003-7.223h-73.47v7.223zm75.277 1.806v-1.806 1.806zm-77.082 1.806c-.476 0-.943-.195-1.28-.53-.334-.336-.527-.802-.527-1.276v-10.836c0-.475.193-.94.528-1.277.337-.336.804-.527 1.28-.527h77.082c.484 0 .94.186 1.28.528.342.343.527.795.527 1.278v10.836c0 .48-.186.933-.528 1.276-.34.342-.796.53-1.28.53H699.75zM737.69 193.283c-.998 0-1.808-.81-1.808-1.807 0-.996.81-1.805 1.81-1.805h1.202c.997 0 1.805.81 1.805 1.806 0 .998-.81 1.807-1.806 1.807h-1.203zM715.408 228.8c-.998 0-1.81-.812-1.81-1.808 0-.997.812-1.806 1.81-1.806h18.065c1 0 1.807.81 1.807 1.806s-.807 1.808-1.807 1.808h-18.065zM740.097 228.8c-.996 0-1.806-.81-1.806-1.806 0-1 .81-1.807 1.807-1.807h3.013c.997 0 1.806.808 1.806 1.807 0 .996-.81 1.806-1.806 1.806h-3.013zM750.336 228.8c-.997 0-1.807-.81-1.807-1.808 0-.997.81-1.806 1.806-1.806h10.842c.995 0 1.803.81 1.803 1.806 0 .998-.807 1.807-1.802 1.807h-10.842zM533.637 98.17h62.632l-.004-46.15h-62.63v46.15zm64.44 1.806V98.17v1.806zm-66.245 1.805c-.476 0-.94-.19-1.276-.527-.337-.335-.532-.802-.532-1.277V50.214c0-.48.196-.942.532-1.277.335-.337.8-.528 1.276-.528h66.244c.474 0 .94.19 1.277.527.335.335.53.802.53 1.277v49.762c0 .48-.19.937-.533 1.277-.34.342-.793.528-1.274.528h-66.244z" fill="#212121"/><path d="M561.44 112.618h7.025v-10.836h-7.026v10.836zm8.832 1.806v-1.806 1.806zm-10.64 1.805c-.476 0-.94-.193-1.276-.53-.338-.336-.53-.8-.53-1.276V99.978c0-.477.192-.943.53-1.277.335-.337.8-.53 1.276-.53h10.64c.475 0 .94.193 1.28.53.334.335.527.8.527 1.278v14.446c0 .476-.194.94-.53 1.276-.337.337-.803.53-1.278.53h-10.64z" fill="#212121"/><path d="M538.406 116.23c-1 0-1.808-.81-1.808-1.805 0-1 .81-1.807 1.808-1.807h53.096c.996 0 1.806.808 1.806 1.807 0 .996-.81 1.804-1.806 1.804h-53.096zM564.353 59.043c-1 0-1.81-.81-1.81-1.805 0-1 .81-1.808 1.81-1.808h1.203c.997 0 1.807.808 1.807 1.808 0 .996-.81 1.805-1.807 1.805h-1.203zM542.07 94.56c-.998 0-1.807-.81-1.807-1.805 0-1 .81-1.808 1.807-1.808h18.066c.996 0 1.806.81 1.806 1.808 0 .994-.81 1.804-1.806 1.804H542.07zM566.76 94.56c-1 0-1.806-.81-1.806-1.806 0-.998.807-1.807 1.806-1.807h3.012c.996 0 1.807.81 1.807 1.807 0 .995-.812 1.805-1.808 1.805h-3.012zM576.997 94.56c-.998 0-1.806-.81-1.806-1.808 0-.996.81-1.806 1.807-1.806h10.84c1 0 1.807.81 1.807 1.806 0 1-.808 1.807-1.806 1.807h-10.84zM33.092 412.198h62.63v-46.15H33.09v46.15zm64.438 1.808v-1.808 1.808zm-66.244 1.804c-.483 0-.936-.188-1.278-.53-.34-.34-.528-.793-.528-1.274v-49.764c0-.477.192-.942.528-1.277.338-.338.8-.528 1.278-.528H97.53c.475 0 .943.19 1.278.528.338.335.53.8.53 1.277v49.764c0 .48-.186.935-.53 1.275-.342.342-.795.53-1.278.53H31.286z" fill="#212121"/><path d="M63.807 373.173c-1 0-1.807-.812-1.807-1.806 0-1 .807-1.807 1.807-1.807h1.206c.996 0 1.804.808 1.804 1.807 0 .994-.808 1.806-1.804 1.806h-1.206zM52.665 408.69c-1 0-1.806-.81-1.806-1.808 0-1 .806-1.806 1.805-1.806H65.31c1 0 1.807.807 1.807 1.806 0 .997-.806 1.807-1.806 1.807H52.666zM73.14 408.69c-.997 0-1.807-.81-1.807-1.808 0-1 .81-1.806 1.808-1.806h3.013c.995 0 1.805.807 1.805 1.806 0 .997-.81 1.807-1.805 1.807H73.14zM171.308 553.587c-.762-.643-.865-1.784-.222-2.548l12.645-15.05c.644-.762 1.784-.86 2.546-.22.768.64.865 1.782.222 2.542l-12.645 15.05c-.358.426-.87.645-1.383.645-.41 0-.82-.138-1.162-.42M240.217 553.363l-12.645-15.05c-.642-.76-.545-1.903.22-2.543.764-.64 1.905-.542 2.544.22l12.65 15.05c.64.763.538 1.904-.223 2.547-.338.282-.75.42-1.16.42-.517 0-1.027-.22-1.386-.644" fill="#212121"/><path d="M185.116 538.96c-.997 0-1.807-.81-1.807-1.808 0-.996.81-1.805 1.806-1.805h43.84c.995 0 1.803.81 1.803 1.805 0 .997-.81 1.81-1.805 1.81h-43.84zM172.47 554.01c-.998 0-1.808-.81-1.808-1.808 0-1 .81-1.806 1.81-1.806h69.13c.995 0 1.804.807 1.804 1.806 0 .998-.81 1.808-1.805 1.808h-69.13z" fill="#212121"/><path d="M173.72 565.627l-3.01-13.018c-.226-.975.383-1.94 1.352-2.168.974-.225 1.943.382 2.17 1.353l3.01 13.02c.224.972-.384 1.94-1.353 2.165-.14.033-.277.048-.41.048-.824 0-1.564-.565-1.76-1.4M238.182 566.98c-.97-.224-1.578-1.193-1.354-2.165l3.013-13.02c.225-.97 1.193-1.578 2.166-1.353.972.227 1.58 1.193 1.353 2.167l-3.01 13.017c-.194.836-.938 1.4-1.76 1.4-.135 0-.27-.014-.408-.047" fill="#212121"/><path d="M175.483 567.028c-1 0-1.808-.81-1.808-1.805 0-.997.808-1.805 1.808-1.805h63.107c1 0 1.806.808 1.806 1.805 0 .996-.807 1.805-1.806 1.805h-63.107zM182.707 560.406c-1 0-1.805-.807-1.805-1.806 0-.997.806-1.805 1.805-1.805h15.658c1 0 1.806.808 1.806 1.805 0 1-.806 1.806-1.805 1.806h-15.658zM233.093 544.225V509.31c0-.997.81-1.804 1.805-1.804.997 0 1.81.807 1.81 1.805v34.915c0 .997-.813 1.81-1.81 1.81-.996 0-1.805-.813-1.805-1.81M510.24 579.975h32.93v-43.57h-32.93v43.57zm34.737 1.808v-1.808 1.808zm-36.54 1.805c-.477 0-.943-.19-1.28-.527-.335-.334-.53-.8-.53-1.277V534.6c0-.476.195-.945.53-1.28.337-.334.803-.527 1.28-.527h36.54c.477 0 .944.193 1.28.527.335.338.53.804.53 1.28v47.183c0 .477-.195.943-.53 1.278-.336.34-.803.528-1.28.528h-36.54z" fill="#212121"/><path d="M525.948 543.506c-.998 0-1.806-.812-1.806-1.805 0-1 .808-1.804 1.806-1.804h1.523c.998 0 1.805.805 1.805 1.805 0 .994-.807 1.806-1.804 1.806h-1.522zM522.646 576.487c-.995 0-1.804-.81-1.804-1.808 0-1 .81-1.806 1.804-1.806h8.12c1 0 1.808.807 1.808 1.805 0 .996-.808 1.807-1.807 1.807h-8.12zM260.003 74.682h37.045v-41.03h-37.045v41.03zm38.853 1.806v-1.806 1.806zm-40.66 1.806c-.474 0-.94-.192-1.277-.53-.336-.336-.528-.8-.528-1.276v-44.64c0-.477.192-.94.527-1.275.335-.337.802-.53 1.277-.53h40.66c.474 0 .94.193 1.275.53.337.335.53.798.53 1.275v44.64c0 .482-.188.935-.53 1.276-.34.34-.795.53-1.276.53h-40.66z" fill="#212121"/><path d="M265.698 40.316c-1 0-1.81-.81-1.81-1.803 0-.998.81-1.808 1.81-1.808h13.995c1 0 1.807.81 1.807 1.808 0 .994-.807 1.803-1.807 1.803h-13.995zM265.696 46.978c-1 0-1.807-.81-1.807-1.805 0-.997.807-1.806 1.806-1.806h8.164c.998 0 1.81.81 1.81 1.806s-.812 1.805-1.81 1.805h-8.164zM277.027 71.632c-.997 0-1.807-.81-1.807-1.806 0-.998.81-1.804 1.807-1.804h1c1 0 1.805.806 1.805 1.804 0 .997-.806 1.806-1.805 1.806h-1zM283.693 71.632c-.998 0-1.807-.81-1.807-1.805 0-1 .81-1.805 1.807-1.805h1c.998 0 1.807.806 1.807 1.805 0 .996-.81 1.805-1.808 1.805h-1zM290.358 71.633c-.998 0-1.805-.81-1.805-1.807 0-.996.807-1.807 1.805-1.807h1c1 0 1.806.81 1.806 1.806 0 .997-.807 1.807-1.806 1.807h-1zM231.455 40.984c-.998 0-1.81-.812-1.81-1.807 0-.997.812-1.807 1.81-1.807h26.742c.998 0 1.81.81 1.81 1.807 0 .995-.812 1.807-1.81 1.807h-26.742zM247.45 48.146c-.998 0-1.81-.81-1.81-1.808 0-.997.812-1.805 1.81-1.805h10.747c1 0 1.81.808 1.81 1.805 0 .997-.81 1.808-1.81 1.808H247.45zM240.45 55.306c-.997 0-1.806-.807-1.806-1.805 0-.996.81-1.805 1.806-1.805h17.748c.997 0 1.808.81 1.808 1.806 0 1-.81 1.806-1.808 1.806H240.45zM298.854 69.632c-.997 0-1.807-.808-1.807-1.805 0-.998.81-1.807 1.807-1.807H325.6c.996 0 1.807.81 1.807 1.807 0 .997-.81 1.805-1.806 1.805h-26.746zM298.856 62.47c-.998 0-1.81-.81-1.81-1.807 0-.996.812-1.805 1.81-1.805H309.6c1 0 1.81.81 1.81 1.805 0 .997-.81 1.808-1.81 1.808h-10.744zM298.856 55.308c-.997 0-1.808-.81-1.808-1.807 0-.994.81-1.805 1.808-1.805h17.747c.996 0 1.805.81 1.805 1.806 0 .997-.81 1.808-1.805 1.808h-17.747zM269.222 103.47V76.49c0-1 .81-1.808 1.806-1.808s1.806.807 1.806 1.807v26.98c0 .997-.81 1.807-1.806 1.807s-1.806-.81-1.806-1.807M276.72 90.146V76.488c0-.998.81-1.805 1.807-1.805.997 0 1.807.807 1.807 1.805v13.658c0 .997-.81 1.808-1.807 1.808-.997 0-1.808-.81-1.808-1.808M284.218 95.977V76.49c0-1 .81-1.808 1.806-1.808.998 0 1.807.808 1.807 1.807v19.487c0 .996-.808 1.805-1.806 1.805-.995 0-1.806-.81-1.806-1.805M284.218 31.848V4.865c0-.997.81-1.805 1.806-1.805.998 0 1.807.808 1.807 1.805v26.983c0 .996-.808 1.807-1.806 1.807-.995 0-1.806-.81-1.806-1.807M276.72 31.847V18.19c0-.997.81-1.805 1.807-1.805.997 0 1.807.808 1.807 1.806v13.657c0 .997-.81 1.808-1.807 1.808-.997 0-1.808-.81-1.808-1.808M269.222 31.848V12.36c0-1 .81-1.807 1.806-1.807s1.806.808 1.806 1.808V31.85c0 .997-.81 1.807-1.806 1.807s-1.806-.81-1.806-1.807M699.453 435.56c-.997 0-1.806-.808-1.806-1.807 0-.995.81-1.805 1.806-1.805h12.298c1 0 1.81.81 1.81 1.805 0 1-.81 1.808-1.81 1.808h-12.297zM699.453 441.414c-.997 0-1.806-.812-1.806-1.805 0-1 .81-1.81 1.806-1.81h7.176c.997 0 1.806.81 1.806 1.81 0 .992-.81 1.804-1.807 1.804h-7.177zM737.96 444.78c-.998 0-1.806-.808-1.806-1.805 0-.996.808-1.808 1.806-1.808h.878c.998 0 1.806.812 1.806 1.808 0 .997-.808 1.805-1.806 1.805h-.878zM743.818 444.78c-1 0-1.807-.808-1.807-1.805 0-.996.81-1.808 1.808-1.808h.877c1 0 1.807.812 1.807 1.808 0 .997-.807 1.805-1.807 1.805h-.877zM749.675 444.78c-.998 0-1.81-.808-1.81-1.805 0-.996.812-1.805 1.81-1.805h.876c1 0 1.81.81 1.81 1.805 0 .997-.81 1.805-1.81 1.805h-.875z" fill="#212121"/><path d="M693.426 447.535h63.154l-.003-18.34h-63.15v18.34zm64.96 1.805v-1.805 1.805zm-66.764 1.805c-.478 0-.94-.194-1.278-.53-.336-.333-.53-.8-.53-1.275v-21.954c0-.474.194-.938.53-1.275.337-.335.8-.53 1.278-.53h66.765c.473 0 .94.195 1.276.53.337.338.53.802.53 1.276v21.954c0 .48-.188.935-.53 1.276-.34.344-.795.53-1.276.53h-66.765zM699.453 457.515c-.997 0-1.806-.812-1.806-1.807 0-1 .81-1.806 1.806-1.806h12.298c1 0 1.81.807 1.81 1.806 0 .995-.81 1.807-1.81 1.807h-12.297zM699.453 463.368c-.997 0-1.806-.812-1.806-1.807 0-1 .81-1.804 1.806-1.804h7.176c.997 0 1.806.805 1.806 1.805 0 .996-.81 1.808-1.807 1.808h-7.177zM737.96 466.734c-.998 0-1.806-.808-1.806-1.808 0-.995.808-1.805 1.806-1.805h.878c.998 0 1.806.81 1.806 1.806 0 1-.808 1.808-1.806 1.808h-.878zM743.818 466.734c-1 0-1.807-.808-1.807-1.805 0-1 .81-1.81 1.808-1.81h.877c1 0 1.807.81 1.807 1.81 0 .996-.807 1.804-1.807 1.804h-.877zM749.675 466.732c-.998 0-1.81-.806-1.81-1.803 0-1 .812-1.808 1.81-1.808h.876c1 0 1.81.81 1.81 1.807 0 .996-.81 1.802-1.81 1.802h-.875z" fill="#212121"/><path d="M693.426 469.487h63.154l-.003-18.342h-63.15v18.342zm64.96 1.805v-1.805 1.805zm-66.764 1.808c-.478 0-.94-.195-1.278-.53-.336-.334-.53-.803-.53-1.278V449.34c0-.477.194-.937.53-1.275.337-.338.8-.53 1.278-.53h66.765c.473 0 .94.192 1.276.53.337.338.53.798.53 1.275v21.952c0 .484-.188.935-.53 1.28-.34.34-.795.528-1.276.528h-66.765zM699.453 479.467c-.997 0-1.806-.808-1.806-1.805 0-1 .81-1.808 1.806-1.808h12.298c1 0 1.81.81 1.81 1.808 0 .997-.81 1.805-1.81 1.805h-12.297zM699.453 485.32c-.997 0-1.806-.81-1.806-1.805 0-1 .81-1.808 1.806-1.808h7.176c.997 0 1.806.808 1.806 1.808 0 .996-.81 1.805-1.807 1.805h-7.177zM737.96 488.686c-.998 0-1.806-.808-1.806-1.805 0-.995.808-1.807 1.806-1.807h.878c.998 0 1.806.812 1.806 1.808 0 .998-.808 1.806-1.806 1.806h-.878zM743.818 488.686c-1 0-1.807-.808-1.807-1.805 0-.995.81-1.807 1.808-1.807h.877c1 0 1.807.812 1.807 1.808 0 .998-.807 1.806-1.807 1.806h-.877zM749.675 488.686c-.998 0-1.81-.808-1.81-1.805 0-.995.812-1.804 1.81-1.804h.876c1 0 1.81.81 1.81 1.805 0 .998-.81 1.806-1.81 1.806h-.875z" fill="#212121"/><path d="M693.426 491.44h63.154l-.003-18.34h-63.15v18.34zm64.96 1.806v-1.805 1.806zm-66.764 1.805c-.478 0-.94-.19-1.278-.527-.336-.335-.53-.8-.53-1.277v-21.954c0-.474.194-.938.53-1.273.337-.34.8-.533 1.278-.533h66.765c.473 0 .94.192 1.276.532.337.334.53.798.53 1.272v21.954c0 .48-.188.935-.53 1.277-.34.34-.795.528-1.276.528h-66.765zM699.453 413.607c-.997 0-1.806-.81-1.806-1.805 0-.996.81-1.805 1.806-1.805h12.298c1 0 1.81.81 1.81 1.805 0 .996-.81 1.805-1.81 1.805h-12.297zM699.453 419.463c-.997 0-1.806-.812-1.806-1.808 0-.997.81-1.81 1.806-1.81h7.176c.997 0 1.806.813 1.806 1.81 0 .996-.81 1.808-1.807 1.808h-7.177zM737.96 422.828c-.998 0-1.806-.808-1.806-1.807 0-.995.808-1.804 1.806-1.804h.878c.998 0 1.806.81 1.806 1.805 0 1-.808 1.808-1.806 1.808h-.878zM743.818 422.828c-1 0-1.807-.808-1.807-1.805 0-.998.81-1.807 1.808-1.807h.877c1 0 1.807.81 1.807 1.807 0 .997-.807 1.805-1.807 1.805h-.877zM749.675 422.826c-.998 0-1.81-.81-1.81-1.803 0-.998.812-1.807 1.81-1.807h.876c1 0 1.81.81 1.81 1.807 0 .994-.81 1.803-1.81 1.803h-.875z" fill="#212121"/><path d="M693.426 425.58h63.154l-.003-18.34h-63.15v18.34zm64.96 1.806v-1.805 1.806zm-66.764 1.808c-.478 0-.94-.195-1.278-.53-.336-.338-.53-.802-.53-1.278v-21.952c0-.474.194-.94.53-1.275.337-.34.8-.533 1.278-.533h66.765c.473 0 .94.194 1.276.532.337.334.53.8.53 1.274v21.952c0 .48-.188.935-.53 1.278-.34.34-.795.53-1.276.53h-66.765zM95.52 135.267c-1 0-1.808-.808-1.808-1.805 0-.997.807-1.806 1.81-1.806h12.296c.998 0 1.806.81 1.806 1.806 0 .997-.808 1.805-1.806 1.805H95.52zM95.52 141.123c-1 0-1.806-.812-1.806-1.806 0-.997.807-1.807 1.806-1.807h7.174c1 0 1.81.81 1.81 1.807 0 .994-.81 1.806-1.81 1.806H95.52zM134.026 144.488c-1 0-1.807-.808-1.807-1.804 0-.997.807-1.806 1.806-1.806h.88c.996 0 1.805.81 1.805 1.806s-.808 1.804-1.805 1.804h-.88zM139.882 144.488c-.996 0-1.805-.808-1.805-1.804 0-.997.81-1.806 1.805-1.806h.878c1 0 1.807.81 1.807 1.806s-.808 1.804-1.807 1.804h-.878zM145.738 144.488c-.994 0-1.804-.808-1.804-1.804 0-.997.81-1.806 1.804-1.806h.88c.997 0 1.805.81 1.805 1.806s-.808 1.804-1.805 1.804h-.88z" fill="#212121"/><path d="M89.492 147.243h63.153V128.9H89.492v18.343zm64.958 1.805v-1.805 1.805zm-66.763 1.807c-.476 0-.94-.193-1.276-.532-.336-.335-.53-.8-.53-1.275v-21.952c0-.475.194-.94.53-1.277.337-.337.8-.532 1.277-.532h66.763c.475 0 .944.195 1.278.53.337.338.53.803.53 1.278v21.952c0 .483-.19.935-.53 1.275-.34.342-.795.532-1.278.532H87.687zM95.518 157.22c-.997 0-1.804-.808-1.804-1.803 0-1 .807-1.808 1.804-1.808h12.3c.998 0 1.806.807 1.806 1.807 0 .995-.808 1.803-1.806 1.803h-12.3zM95.52 163.075c-1 0-1.806-.81-1.806-1.805 0-1 .807-1.807 1.806-1.807h7.173c1 0 1.81.808 1.81 1.807 0 .995-.81 1.805-1.81 1.805H95.52zM134.026 166.443c-.996 0-1.806-.81-1.806-1.807 0-.996.81-1.807 1.806-1.807h.88c.995 0 1.805.81 1.805 1.806 0 .997-.81 1.807-1.805 1.807h-.88zM139.883 166.443c-1 0-1.806-.81-1.806-1.807 0-.996.807-1.807 1.806-1.807h.88c.995 0 1.804.81 1.804 1.806 0 .997-.81 1.807-1.805 1.807h-.88zM145.738 166.443c-.994 0-1.805-.81-1.805-1.807 0-.996.81-1.807 1.805-1.807h.88c.998 0 1.806.81 1.806 1.806 0 .997-.808 1.807-1.806 1.807h-.88z" fill="#212121"/><path d="M89.494 169.194h63.15v-18.34h-63.15v18.34zm64.96 1.808v-1.808 1.808zm-66.767 1.806c-.476 0-.94-.193-1.278-.53-.337-.337-.53-.8-.53-1.276V149.05c0-.478.193-.94.53-1.278.336-.336.8-.53 1.277-.53h66.767c.47 0 .94.194 1.276.53.335.337.528.8.528 1.277V171c0 .48-.19.935-.528 1.277-.342.34-.797.528-1.276.528H87.687zM95.52 179.173c-1 0-1.806-.81-1.806-1.805 0-.997.807-1.805 1.807-1.805h12.297c.998 0 1.807.808 1.807 1.805 0 .996-.81 1.805-1.807 1.805H95.52zM95.52 185.026c-.997 0-1.806-.81-1.806-1.803 0-.997.81-1.808 1.807-1.808h7.173c1 0 1.81.81 1.81 1.808 0 .994-.81 1.803-1.81 1.803H95.52zM134.026 188.396c-.996 0-1.807-.81-1.807-1.808 0-.997.81-1.803 1.806-1.803h.877c1 0 1.808.806 1.808 1.803 0 .998-.808 1.808-1.807 1.808h-.877zM139.884 188.396c-.998 0-1.808-.81-1.808-1.808 0-.997.81-1.803 1.808-1.803h.878c.996 0 1.805.806 1.805 1.803 0 .998-.81 1.808-1.805 1.808h-.878zM145.74 188.396c-.998 0-1.807-.81-1.807-1.808 0-.997.81-1.803 1.807-1.803h.877c.998 0 1.807.806 1.807 1.803 0 .998-.81 1.808-1.807 1.808h-.877z" fill="#212121"/><path d="M89.494 191.147h63.15v-18.34h-63.15v18.34zm64.957 1.806v-1.806 1.806zm-66.763 1.807c-.476 0-.94-.192-1.278-.53-.336-.335-.53-.798-.53-1.277v-21.95c0-.477.194-.942.53-1.277.337-.34.8-.532 1.277-.532h66.764c.475 0 .944.193 1.28.532.335.335.528.8.528 1.276v21.95c0 .485-.188.94-.528 1.278-.34.343-.797.53-1.28.53H87.688zM95.52 91.362c-.997 0-1.806-.81-1.806-1.808 0-.996.81-1.804 1.807-1.804h12.298c.998 0 1.806.808 1.806 1.804 0 .998-.808 1.808-1.806 1.808H95.52zM95.518 97.215c-.997 0-1.804-.808-1.804-1.805 0-1 .807-1.805 1.804-1.805h7.178c.996 0 1.805.806 1.805 1.805 0 .997-.808 1.805-1.804 1.805h-7.178zM134.027 100.582c-1 0-1.808-.807-1.808-1.805 0-1 .807-1.805 1.807-1.805h.876c.998 0 1.808.806 1.808 1.805 0 .998-.81 1.805-1.807 1.805h-.876zM139.883 100.582c-1 0-1.806-.807-1.806-1.805 0-1 .807-1.805 1.806-1.805h.877c1 0 1.81.806 1.81 1.805 0 .998-.81 1.805-1.81 1.805h-.877zM145.74 100.582c-1 0-1.807-.807-1.807-1.805 0-1 .808-1.805 1.807-1.805h.878c.997 0 1.806.806 1.806 1.805 0 .998-.81 1.805-1.806 1.805h-.878z" fill="#212121"/><path d="M89.492 103.337h63.153v-18.34H89.492v18.34zm64.958 1.806v-1.806 1.806zm-66.763 1.804c-.476 0-.94-.192-1.278-.53-.337-.333-.53-.798-.53-1.274V83.19c0-.478.193-.94.53-1.276.337-.338.8-.53 1.277-.53h66.763c.477 0 .944.192 1.28.53.336.336.528.798.528 1.275v21.953c0 .48-.188.933-.528 1.274-.342.344-.797.53-1.28.53H87.687zM95.52 113.316c-.997 0-1.81-.812-1.81-1.808 0-.997.813-1.806 1.81-1.806h12.297c.998 0 1.807.81 1.807 1.806s-.81 1.808-1.807 1.808H95.52zM95.518 119.168c-.995 0-1.804-.808-1.804-1.807 0-.996.81-1.805 1.804-1.805h7.176c1 0 1.807.81 1.807 1.806 0 1-.807 1.808-1.806 1.808h-7.176zM134.027 122.535c-.997 0-1.808-.81-1.808-1.805 0-1 .81-1.805 1.807-1.805h.876c1 0 1.81.806 1.81 1.805 0 .995-.81 1.805-1.81 1.805h-.876zM139.884 122.535c-.998 0-1.808-.81-1.808-1.805 0-1 .81-1.805 1.808-1.805h.876c1 0 1.81.806 1.81 1.805 0 .995-.81 1.805-1.81 1.805h-.876zM145.74 122.535c-1 0-1.806-.81-1.806-1.805 0-1 .807-1.805 1.806-1.805h.877c1 0 1.81.806 1.81 1.805 0 .995-.81 1.805-1.81 1.805h-.877z" fill="#212121"/><path d="M89.492 125.288h63.152v-18.34H89.492v18.34zm64.96 1.808v-1.808 1.808zm-66.764 1.807c-.477 0-.94-.195-1.28-.53-.334-.336-.527-.8-.527-1.277v-21.953c0-.477.194-.94.53-1.278.337-.336.8-.528 1.278-.528h66.763c.477 0 .943.192 1.278.528.338.338.53.8.53 1.278v21.953c0 .48-.188.934-.53 1.277-.34.34-.795.53-1.277.53H87.69zM359.426 588.768v-1.805 1.805zm-55.944-1.805h28.993c.437 0 .856.156 1.188.446l13.664 11.948-2.49-10.157c-.133-.542-.012-1.11.33-1.544.345-.437.87-.693 1.423-.693h11.03V556.58H303.48v30.383zm45.77 18.882l-17.456-15.272h-30.12c-.477 0-.94-.19-1.277-.528-.338-.335-.53-.8-.53-1.277v-33.994c0-.474.192-.94.53-1.276.335-.338.8-.53 1.276-.53h57.75c.476 0 .94.192 1.277.53.335.337.53.802.53 1.276v33.994c0 .477-.195.942-.53 1.277-.336.338-.8.528-1.277.528h-10.534l3.304 13.48c.188.765-.145 1.568-.817 1.974-.29.175-.612.26-.935.26-.428 0-.854-.15-1.192-.442zm101.767-29.632h6.1V573.5h-6.1v2.713z" fill="#212121"/><path d="M310.015 564.92c-.995 0-1.806-.81-1.806-1.807 0-.997.81-1.805 1.805-1.805h41.067c.998 0 1.808.808 1.808 1.805 0 .997-.81 1.808-1.808 1.808h-41.067zM310.015 573.1c-.996 0-1.805-.813-1.805-1.81 0-.995.81-1.804 1.805-1.804h28.556c.998 0 1.81.81 1.81 1.805 0 .997-.812 1.81-1.81 1.81h-28.555zM310.017 581.277c-.997 0-1.807-.808-1.807-1.808 0-.997.81-1.806 1.807-1.806h33.366c.997 0 1.806.81 1.806 1.805 0 1-.81 1.807-1.807 1.807h-33.366zM64.027 480.06c.007 4.305 3.494 7.79 7.797 7.797 4.31-.006 7.793-3.494 7.8-7.798h.003c-.01-4.303-3.494-7.79-7.803-7.794-4.303.003-7.79 3.49-7.797 7.793m-3.613 0c0-6.298 5.108-11.405 11.41-11.405 6.307 0 11.412 5.107 11.416 11.404-.004 6.3-5.11 11.405-11.416 11.405-6.302 0-11.41-5.107-11.41-11.406M103.56 454.95c.004 2.26 1.836 4.097 4.105 4.1 2.264-.003 4.096-1.84 4.1-4.1-.004-2.268-1.836-4.1-4.1-4.107-2.27.007-4.1 1.84-4.105 4.106m-3.613 0c0-4.26 3.453-7.717 7.718-7.717 4.26.003 7.714 3.456 7.714 7.716h.003c-.004 4.256-3.455 7.71-7.718 7.713-4.265-.003-7.718-3.454-7.718-7.714M104.667 494.65c.008 4.402 3.575 7.97 7.984 7.978 4.41-.008 7.978-3.576 7.986-7.978h-.002c-.006-4.407-3.575-7.973-7.983-7.978-4.408.005-7.975 3.568-7.983 7.978m-3.613 0c0-6.406 5.192-11.59 11.597-11.59 6.406 0 11.596 5.184 11.6 11.59-.004 6.4-5.194 11.588-11.6 11.588-6.407 0-11.596-5.188-11.596-11.588" fill="#212121"/><path d="M77.63 474.836c-.546-.837-.313-1.95.524-2.5l23.71-15.477c.836-.545 1.953-.31 2.5.523.545.835.31 1.954-.525 2.5l-23.708 15.48c-.307.198-.65.29-.99.29-.59 0-1.166-.285-1.512-.817M102.617 494.05l-23.193-7.172c-.954-.292-1.487-1.305-1.19-2.255.29-.954 1.303-1.49 2.258-1.193l23.193 7.166c.952.297 1.485 1.308 1.19 2.26-.238.776-.952 1.274-1.724 1.274-.176 0-.356-.025-.533-.08M766.738 347.815v-3.53c0-.828.567-1.55 1.373-1.75 1.628-.406 3.156-1.04 4.547-1.885.714-.43 1.625-.32 2.216.272l2.49 2.49 3.696-3.697-2.493-2.492c-.587-.584-.698-1.503-.268-2.212.84-1.387 1.476-2.915 1.878-4.54.2-.805.924-1.373 1.754-1.373h3.53v-5.225h-3.53c-.828 0-1.555-.57-1.754-1.37-.402-1.626-1.037-3.155-1.88-4.542-.43-.71-.318-1.625.27-2.212l2.49-2.494-3.696-3.693-2.49 2.49c-.59.592-1.5.703-2.215.272-1.39-.845-2.92-1.48-4.543-1.878-.81-.203-1.376-.93-1.376-1.755v-3.528l-5.225-.004v3.53c0 .827-.568 1.553-1.375 1.756-1.625.398-3.155 1.036-4.544 1.878-.714.43-1.625.32-2.216-.27l-2.49-2.49-3.695 3.692 2.494 2.494c.59.587.697 1.497.265 2.215-.84 1.384-1.478 2.913-1.88 4.538-.198.802-.925 1.372-1.752 1.372h-3.53v5.225h3.53c.828 0 1.553.568 1.753 1.374.4 1.625 1.038 3.153 1.88 4.538.43.715.323 1.626-.266 2.215l-2.493 2.495 3.693 3.695 2.49-2.49c.592-.594 1.5-.704 2.217-.273 1.39.845 2.92 1.48 4.545 1.884.806.2 1.373.923 1.373 1.752v3.527l5.225.002zm-5.903 3.608c-1.624 0-2.938-1.312-2.938-2.935v-2.84c-1.008-.33-1.988-.733-2.926-1.21l-2.01 2.01c-.56.562-1.316.86-2.073.858-.747.003-1.51-.29-2.076-.865l-4.65-4.646c-.566-.565-.87-1.33-.862-2.076-.007-.75.292-1.517.86-2.074l2.008-2.008c-.48-.937-.884-1.915-1.213-2.926h-2.84c-1.628-.005-2.93-1.315-2.938-2.935v-6.58c.007-1.62 1.31-2.93 2.937-2.936h2.843c.327-1.01.732-1.99 1.21-2.926l-2.004-2.005c-.566-.565-.87-1.33-.862-2.076-.007-.75.292-1.517.86-2.074l4.64-4.64c.574-.586 1.344-.878 2.09-.875.747-.003 1.516.294 2.078.86l2.005 2.008c.937-.477 1.92-.88 2.927-1.208v-2.842c.005-1.623 1.314-2.932 2.938-2.935l6.583.003c1.623 0 2.932 1.314 2.933 2.933v2.842c1.014.327 1.992.73 2.93 1.208l1.99-1.985c.57-.594 1.348-.886 2.092-.883.746-.003 1.514.292 2.078.86l4.647 4.65c.577.567.868 1.328.868 2.08 0 .746-.29 1.504-.86 2.072l-2.01 2.01c.477.936.884 1.912 1.21 2.922h2.844v2.934-2.935c1.627.005 2.93 1.315 2.934 2.934v6.58c-.005 1.62-1.307 2.93-2.935 2.936h-2.844c-.327 1.01-.734 1.99-1.21 2.924l2 2.002c.578.568.87 1.33.87 2.082 0 .745-.292 1.503-.86 2.073l-4.658 4.658c-.565.562-1.32.86-2.076.858-.744.003-1.516-.293-2.075-.865l-2.007-2.002c-.938.477-1.916.88-2.93 1.21v2.84c0 1.616-1.31 2.935-2.932 2.938l-6.583-.003z" fill="#212121"/><path d="M755.896 326.487c.005 4.534 3.688 8.22 8.23 8.225 4.54-.005 8.222-3.69 8.23-8.225-.008-4.54-3.69-8.222-8.23-8.225-4.542.003-8.225 3.685-8.23 8.225m-3.617 0c0-6.537 5.305-11.84 11.845-11.842 6.538.003 11.844 5.305 11.844 11.842 0 6.536-5.307 11.835-11.845 11.838-6.54-.003-11.844-5.302-11.846-11.838M22.796 295.166c.057 0 .145.002.25.006l.746.015 1.04.014h60.073c7.632-.013 13.808-6.187 13.82-13.814-.012-7.634-6.188-13.807-13.82-13.818v-2.129V267.57c-.247 0-.496.007-.744.02-.766.04-1.477-.41-1.77-1.12-3.002-7.343-10.212-12.518-18.634-12.515-8.94-.003-16.513 5.83-19.136 13.892-.3.92-1.277 1.444-2.212 1.18-1.083-.307-2.22-.474-3.398-.474-5.31 0-9.838 3.324-11.633 8-.308.797-1.14 1.27-1.986 1.134-.488-.083-.98-.127-1.48-.127-4.884.008-8.837 3.96-8.847 8.843-.002 4.495 3.362 8.205 7.718 8.766h.016zm2.017 3.646c-.007 0-1.183-.015-1.846-.03-.27-.01-.276.006-.58-.024-6.167-.752-10.934-5.995-10.935-12.358 0-6.88 5.575-12.455 12.458-12.456.22 0 .438.005.657.017 2.606-5.34 8.095-9.017 14.443-9.02.934 0 1.85.084 2.738.236 3.52-8.7 12.046-14.834 22.008-14.835 9.493.002 17.678 5.57 21.475 13.616 9.48.176 17.11 7.91 17.11 17.43 0 9.624-7.807 17.424-17.435 17.426H24.813zM225.953 144.092c-.822-.565-1.032-1.69-.463-2.51.863-1.25 1.278-2.58 1.278-3.77-.023-1.554-.622-2.875-2.12-3.932-.936-.643-1.842-.9-2.744-.905-1.666-.005-3.45.967-4.753 2.848-.567.82-1.692 1.027-2.512.46-.823-.567-1.03-1.692-.46-2.514 1.835-2.662 4.646-4.4 7.726-4.407 1.636-.002 3.31.51 4.8 1.543 2.44 1.665 3.697 4.286 3.674 6.906 0 2.018-.685 4.036-1.914 5.818-.35.51-.912.782-1.488.782-.353 0-.71-.103-1.023-.32M191.745 174.662c-3.557-2.428-5.317-6.115-5.292-9.868.003-3.053 1.083-6.144 2.998-8.91.568-.822 1.692-1.026 2.513-.46.822.567 1.026 1.69.457 2.51-1.563 2.26-2.358 4.674-2.352 6.86.02 2.69 1.1 5.053 3.732 6.896 1.635 1.127 3.255 1.597 4.84 1.6 3.05.01 6.206-1.848 8.516-5.182.566-.82 1.693-1.024 2.512-.458.82.567 1.028 1.69.46 2.512-2.803 4.06-6.945 6.73-11.488 6.74-2.332.003-4.717-.733-6.895-2.24" fill="#212121"/><path d="M198.395 170.024c-.013 0-.027-.003-.04-.005h-.007c-.008-.004-.016-.005-.024-.007-.007 0-.014 0-.02-.002h-.01c-.258-.043-.503-.143-.723-.295l-.655-.45c-.063-.043-.123-.09-.18-.14-.006-.006-.01-.013-.017-.017-.004-.004-.008-.01-.014-.012-.01-.01-.02-.018-.027-.027 0-.002-.002-.004-.004-.004-.108-.104-.198-.22-.27-.343-.01-.012-.018-.023-.024-.036l-.003-.003-.02-.035c0-.003 0-.004-.003-.005v-.002c-1.12-1.258-1.714-2.873-1.71-4.502 0-1.323.39-2.676 1.205-3.845.568-.82 1.694-1.022 2.514-.454.818.57 1.02 1.695.452 2.515-.38.55-.56 1.164-.56 1.786.004.882.362 1.742 1.05 2.355.332.168.62.223.9.226.714.017 1.683-.496 2.504-1.68.568-.822 1.69-1.027 2.514-.46.82.567 1.026 1.692.46 2.51-1.266 1.833-3.167 3.226-5.477 3.244h-.023c-.598 0-1.202-.107-1.79-.31M189.908 158.393c-.82-.564-1.026-1.69-.458-2.51l13.824-20.006c.568-.82 1.695-1.027 2.515-.46.82.566 1.024 1.692.458 2.51l-13.826 20.008c-.35.507-.914.78-1.487.78-.355 0-.714-.104-1.027-.322" fill="#212121"/><path d="M196.305 162.81c-.82-.567-1.028-1.69-.46-2.51l18.334-26.53c.564-.823 1.69-1.027 2.512-.46.82.567 1.027 1.69.46 2.51l-18.335 26.53c-.347.507-.912.78-1.485.78-.354 0-.714-.104-1.027-.32M207.615 170.62c-.82-.567-1.025-1.692-.46-2.512l18.336-26.53c.568-.82 1.694-1.025 2.514-.46.822.57 1.027 1.693.458 2.513l-18.334 26.53c-.35.51-.912.78-1.485.78-.356 0-.714-.103-1.028-.32M203.17 167.55c-.822-.566-1.027-1.69-.46-2.51l13.525-19.574c.566-.82 1.692-1.024 2.514-.46.82.567 1.026 1.695.46 2.515l-13.526 19.57c-.352.51-.917.78-1.49.78-.355 0-.712-.104-1.024-.32" fill="#212121"/><path fill="#FFF" d="M648.65 144.316h49.12V87.533h-49.12"/><path d="M650.457 142.51h45.503V89.337h-45.503v53.173zm47.31 1.805v-1.805 1.805zm-49.116 1.806c-.477 0-.94-.19-1.277-.527-.337-.337-.53-.8-.53-1.278V87.533c0-.476.193-.94.53-1.278.336-.338.8-.53 1.278-.53h49.118c.475 0 .94.192 1.28.53.335.338.527.802.527 1.278v56.782c0 .483-.186.937-.53 1.278-.34.342-.794.528-1.277.528H648.65z" fill="#212121"/><path d="M656.95 98.566c-1 0-1.81-.808-1.81-1.807 0-.996.81-1.804 1.81-1.804h32.52c.996 0 1.805.808 1.805 1.803 0 .998-.81 1.806-1.804 1.806h-32.52zM656.95 122.04c-1 0-1.81-.807-1.81-1.805 0-.996.81-1.804 1.81-1.804h32.52c.996 0 1.805.81 1.805 1.805 0 .998-.81 1.806-1.804 1.806h-32.52zM656.95 106.39c-1 0-1.81-.808-1.81-1.805 0-.998.81-1.805 1.81-1.805h18.428c1 0 1.807.807 1.807 1.805 0 .997-.808 1.806-1.807 1.806H656.95zM656.95 114.217c-.998 0-1.81-.81-1.81-1.805 0-.998.812-1.808 1.81-1.808h8.277c.996 0 1.81.81 1.81 1.808 0 .996-.814 1.805-1.81 1.805h-8.277zM673.506 114.217c-1 0-1.807-.81-1.807-1.806 0-.995.806-1.806 1.806-1.806h15.965c.996 0 1.805.81 1.805 1.807 0 .996-.81 1.807-1.804 1.807h-15.964zM681.19 129.87c-.998 0-1.806-.81-1.806-1.807 0-.998.808-1.808 1.806-1.808h8.28c.995 0 1.806.81 1.806 1.808 0 .996-.81 1.807-1.806 1.807h-8.28zM656.95 129.868c-.997 0-1.808-.81-1.808-1.806s.81-1.807 1.808-1.807h15.967c.996 0 1.806.81 1.806 1.807 0 .997-.81 1.806-1.806 1.806H656.95zM389.93 126.675c-3.445-.002-6.233-2.788-6.233-6.228V89.705c0-1 .807-1.808 1.808-1.808.997 0 1.806.807 1.806 1.808v30.742c.003 1.444 1.173 2.614 2.62 2.617h47.534c1.443-.003 2.612-1.173 2.615-2.617V89.705c-.004-1.45-1.173-2.617-2.616-2.62h-26.23c-.998 0-1.807-.805-1.807-1.806 0-1 .81-1.805 1.807-1.805h26.23c3.44 0 6.227 2.786 6.23 6.23l-.003 30.742c0 3.44-2.786 6.226-6.226 6.228H389.93z" fill="#212121"/><path d="M383.697 91.804v-13.35c0-2.435 1.974-4.403 4.41-4.408h27.973c2.433 0 4.408 1.973 4.408 4.41l.002 6.826c0 .997-.812 1.805-1.808 1.805-.998 0-1.806-.808-1.806-1.805v-6.827c0-.44-.36-.795-.796-.797h-27.972c-.444 0-.797.358-.797.797v13.35c0 .996-.807 1.806-1.806 1.806-1 0-1.807-.81-1.807-1.806M411.024 137.173c.003 1.47 1.198 2.663 2.67 2.665 1.474-.002 2.667-1.195 2.672-2.665-.005-1.474-1.196-2.665-2.67-2.67-1.477.005-2.67 1.196-2.672 2.67m-3.612 0c0-3.47 2.813-6.28 6.283-6.28s6.283 2.81 6.283 6.28c-.003 3.465-2.813 6.277-6.283 6.277-3.472 0-6.283-2.812-6.283-6.277" fill="#212121"/><path d="M411.887 132.7v-7.83c0-1 .81-1.808 1.81-1.808.994 0 1.803.808 1.803 1.807v7.83c0 .996-.81 1.805-1.804 1.805-1 0-1.81-.81-1.81-1.805M380.428 138.978c-1 0-1.807-.81-1.807-1.807 0-.996.808-1.804 1.808-1.804h28.79c.998 0 1.808.808 1.808 1.805 0 .998-.81 1.808-1.807 1.808h-28.792zM418.172 138.978c-1 0-1.806-.808-1.806-1.805 0-.998.806-1.807 1.806-1.807h28.79c.998 0 1.808.81 1.808 1.807 0 .997-.81 1.805-1.808 1.805h-28.79zM580.945 501.1c-3.447 0-6.23-2.792-6.23-6.23v-30.743c0-1 .806-1.805 1.806-1.805.997 0 1.807.806 1.807 1.805l-.003 30.742c.004 1.446 1.173 2.615 2.62 2.618l47.534.002c1.444-.005 2.616-1.176 2.618-2.62v-30.743c-.002-1.445-1.174-2.617-2.618-2.62h-26.23v.003c-.998 0-1.805-.81-1.805-1.807 0-.998.807-1.808 1.805-1.808l26.23.002c3.444 0 6.23 2.79 6.233 6.23l-.003 30.742c0 3.44-2.785 6.228-6.23 6.23h-47.532z" fill="#212121"/><path d="M574.713 466.225V452.88c0-2.44 1.975-4.41 4.41-4.41h27.972c2.434 0 4.406 1.974 4.406 4.41l.004 6.826c0 .996-.81 1.808-1.808 1.808-.995 0-1.806-.812-1.806-1.808v-6.827c0-.444-.358-.797-.795-.8h-27.97c-.44.003-.8.358-.8.8v13.345c0 .997-.807 1.805-1.805 1.805-.997 0-1.807-.808-1.807-1.805M586.692 474.53c-1 0-1.806-.81-1.806-1.807 0-.996.807-1.808 1.806-1.808h25.256c.997 0 1.806.812 1.806 1.808s-.81 1.808-1.806 1.808h-25.256zM586.692 484.733c-1 0-1.806-.805-1.806-1.805 0-1 .807-1.805 1.806-1.805h15.58c.997 0 1.806.806 1.806 1.805 0 1-.81 1.805-1.805 1.805h-15.58zM175.99 441.873v29.63c0 1.497 1.218 2.712 2.715 2.715h43.71c1.498-.003 2.713-1.212 2.715-2.715v-29.63c-.002-1.502-1.217-2.713-2.714-2.713h-43.71c-1.5 0-2.715 1.21-2.716 2.713zm2.715 35.958c-3.496-.002-6.33-2.83-6.33-6.327v-29.63c0-3.496 2.836-6.325 6.33-6.325h43.71c3.495 0 6.326 2.83 6.326 6.325v29.63c0 3.494-2.828 6.325-6.324 6.328h-43.71z" fill="#212121"/><path d="M178.705 477.83c-3.497-.002-6.33-2.83-6.33-6.328v-2.868c0-.562.26-1.088.702-1.428l15.41-11.908.002.003c.788-.61 1.922-.465 2.53.324.61.79.467 1.92-.324 2.53L175.99 469.52v1.982c0 1.5 1.22 2.713 2.715 2.716h43.71c1.498-.003 2.713-1.212 2.715-2.716v-1.982l-14.705-11.363c-.79-.612-.938-1.744-.33-2.533.612-.79 1.748-.935 2.537-.326l15.408 11.908c.446.34.7.868.7 1.428v2.868c0 3.494-2.826 6.326-6.325 6.33h-43.71z" fill="#212121"/><path d="M196.258 464.16l-23.18-17.91c-.445-.346-.702-.868-.702-1.428v-2.948c0-3.497 2.834-6.326 6.33-6.326h43.71v3.61h-43.71c-1.498.003-2.713 1.216-2.716 2.716v2.06l22.48 17.37c.5.396 1.284.647 2.09.644.805.003 1.586-.248 2.093-.644l22.476-17.374v-2.056c-.005-1.503-1.217-2.713-2.714-2.716v-3.61c3.493 0 6.324 2.83 6.324 6.326v2.948c0 .56-.255 1.082-.7 1.428l-23.18 17.91c-1.262.966-2.792 1.396-4.3 1.4-1.508-.004-3.04-.43-4.302-1.4" fill="#212121"/><path fill="#FFF" d="M434.026 388.712H587.88V225.4H434.026"/><path d="M448.533 250.57c-1.332 0-2.41-1.078-2.41-2.408 0-1.33 1.078-2.408 2.41-2.408h48.78c1.33 0 2.41 1.08 2.41 2.408 0 1.33-1.08 2.408-2.41 2.408h-48.78zM448.533 269.23c-1.332 0-2.41-1.08-2.41-2.41s1.078-2.407 2.41-2.407h38.33c1.332 0 2.41 1.078 2.41 2.406 0 1.33-1.078 2.41-2.41 2.41h-38.33zM448.533 241.24c-1.332 0-2.41-1.08-2.41-2.408 0-1.33 1.078-2.407 2.41-2.407h30.496c1.33 0 2.408 1.076 2.408 2.407 0 1.328-1.077 2.408-2.41 2.408h-30.495zM448.533 259.9c-1.332 0-2.41-1.08-2.41-2.408 0-1.33 1.078-2.41 2.41-2.41h17.788c1.332 0 2.412 1.08 2.412 2.41 0 1.327-1.08 2.408-2.41 2.408h-17.79zM548.5 269.228c-1.33 0-2.407-1.078-2.407-2.41 0-1.328 1.076-2.405 2.408-2.405h2.178c1.332 0 2.41 1.077 2.41 2.406 0 1.33-1.078 2.408-2.41 2.408H548.5zM537.15 269.228c-1.332 0-2.41-1.077-2.41-2.408 0-1.332 1.078-2.407 2.41-2.407h2.18c1.33 0 2.41 1.075 2.41 2.407 0 1.33-1.08 2.408-2.41 2.408h-2.18zM559.847 269.23c-1.33 0-2.41-1.08-2.41-2.408 0-1.332 1.08-2.408 2.41-2.408h2.18c1.332 0 2.41 1.076 2.41 2.408 0 1.328-1.078 2.407-2.41 2.407h-2.18zM571.198 269.23c-1.33 0-2.41-1.08-2.41-2.41s1.08-2.407 2.41-2.407h2.178c1.33 0 2.408 1.077 2.408 2.407s-1.077 2.41-2.408 2.41h-2.178zM527.734 241.24c-1.332 0-2.41-1.078-2.41-2.41 0-1.33 1.078-2.407 2.41-2.407h2.18c1.328 0 2.406 1.078 2.406 2.408 0 1.332-1.078 2.41-2.406 2.41h-2.18zM538.268 241.24c-1.33 0-2.407-1.08-2.407-2.408 0-1.33 1.078-2.407 2.408-2.407h2.18c1.328 0 2.408 1.076 2.408 2.407 0 1.328-1.08 2.408-2.41 2.408h-2.178zM559.065 246.767c.004 3.286 2.667 5.942 5.95 5.946 3.286-.004 5.944-2.66 5.95-5.946h.003c-.01-3.282-2.667-5.94-5.953-5.946-3.283.008-5.946 2.667-5.95 5.947m-4.82 0c.004-5.945 4.824-10.76 10.77-10.76 5.947 0 10.767 4.815 10.767 10.76h.002c-.002 5.946-4.822 10.764-10.77 10.764-5.947 0-10.765-4.817-10.768-10.763" fill="#212121"/><path d="M562.606 246.768v-8.356c0-1.328 1.08-2.407 2.41-2.407s2.406 1.08 2.406 2.407v8.356c0 1.33-1.077 2.41-2.406 2.41-1.33 0-2.41-1.08-2.41-2.41" fill="#212121"/><path d="M436.433 277.43H585.47v-49.622H436.433v49.62zm151.446 2.405v-2.406 2.405zm-153.856 2.41c-.635 0-1.253-.257-1.703-.705-.448-.448-.706-1.068-.706-1.705v-54.437c0-.634.258-1.254.707-1.704.45-.45 1.07-.705 1.704-.705H587.88c.633 0 1.256.258 1.702.704.45.45.708 1.07.708 1.704v54.437c0 .637-.258 1.257-.708 1.704-.45.448-1.07.704-1.703.704H434.023zM448.533 305.006c-1.332 0-2.41-1.078-2.41-2.408 0-1.33 1.078-2.406 2.41-2.406h48.78c1.33 0 2.41 1.077 2.41 2.406 0 1.33-1.08 2.408-2.41 2.408h-48.78zM448.533 323.666c-1.332 0-2.41-1.077-2.41-2.408 0-1.33 1.078-2.408 2.41-2.408h38.33c1.332 0 2.41 1.077 2.41 2.408 0 1.33-1.078 2.408-2.41 2.408h-38.33zM448.533 295.675c-1.332 0-2.41-1.077-2.41-2.406 0-1.332 1.078-2.41 2.41-2.41h30.496c1.33 0 2.408 1.078 2.408 2.41 0 1.328-1.077 2.405-2.41 2.405h-30.495zM448.533 314.336c-1.332 0-2.41-1.077-2.41-2.405 0-1.33 1.078-2.41 2.41-2.41h17.788c1.332 0 2.412 1.08 2.412 2.41s-1.08 2.406-2.41 2.406h-17.79zM548.5 323.666c-1.33 0-2.407-1.077-2.407-2.408 0-1.33 1.076-2.408 2.408-2.408h2.178c1.332 0 2.41 1.077 2.41 2.408 0 1.33-1.078 2.408-2.41 2.408H548.5zM537.15 323.668c-1.332 0-2.41-1.08-2.41-2.407 0-1.333 1.078-2.408 2.41-2.408h2.18c1.33 0 2.41 1.075 2.41 2.41 0 1.327-1.08 2.406-2.41 2.406h-2.18zM559.847 323.668c-1.33 0-2.41-1.082-2.41-2.407 0-1.333 1.08-2.408 2.41-2.408h2.18c1.332 0 2.41 1.075 2.41 2.41 0 1.324-1.078 2.406-2.41 2.406h-2.18zM571.198 323.668c-1.33 0-2.41-1.08-2.41-2.407 0-1.336 1.08-2.408 2.41-2.408h2.178c1.33 0 2.408 1.072 2.408 2.41 0 1.327-1.077 2.406-2.408 2.406h-2.178zM527.734 295.676c-1.332 0-2.41-1.078-2.41-2.406 0-1.332 1.078-2.408 2.41-2.408h2.18c1.328 0 2.406 1.076 2.406 2.408 0 1.328-1.078 2.406-2.406 2.406h-2.18zM538.268 295.675c-1.33 0-2.407-1.077-2.407-2.406 0-1.332 1.078-2.41 2.408-2.41h2.18c1.328 0 2.408 1.078 2.408 2.41 0 1.328-1.08 2.405-2.41 2.405h-2.178zM559.065 301.207c.004 3.282 2.667 5.938 5.95 5.944 3.286-.005 5.944-2.66 5.953-5.943h-.003c-.006-3.286-2.664-5.942-5.95-5.947-3.283.005-5.946 2.66-5.95 5.947m-4.82 0c.004-5.945 4.822-10.76 10.77-10.764 5.947 0 10.767 4.82 10.77 10.764h-.003c0 5.944-4.82 10.76-10.767 10.76-5.946 0-10.766-4.816-10.77-10.76" fill="#212121"/><path d="M562.606 301.206v-8.355c0-1.33 1.08-2.407 2.41-2.407s2.406 1.077 2.406 2.408v8.356c0 1.33-1.077 2.408-2.406 2.408-1.33 0-2.41-1.077-2.41-2.408" fill="#212121"/><path d="M436.434 331.864H585.47v-49.62H436.434v49.62zm151.445 2.407v-2.406 2.407zm-153.856 2.41c-.635 0-1.253-.256-1.703-.705-.448-.446-.706-1.07-.706-1.704v-54.435c0-.633.258-1.254.707-1.704.45-.444 1.07-.7 1.704-.7H587.88c.633 0 1.256.256 1.702.704.45.447.708 1.068.708 1.7v54.437c0 .636-.258 1.257-.708 1.705-.45.45-1.07.705-1.703.705H434.023zM448.533 359.446c-1.332 0-2.41-1.08-2.41-2.41s1.078-2.406 2.41-2.406h48.78c1.33 0 2.41 1.076 2.41 2.405 0 1.332-1.08 2.41-2.41 2.41h-48.78zM448.533 378.103c-1.332 0-2.41-1.08-2.41-2.41 0-1.328 1.078-2.406 2.41-2.406h38.33c1.332 0 2.41 1.078 2.41 2.407 0 1.33-1.078 2.41-2.41 2.41h-38.33zM448.533 350.114c-1.332 0-2.41-1.08-2.41-2.41s1.078-2.405 2.41-2.405h30.496c1.33 0 2.408 1.073 2.408 2.405 0 1.328-1.077 2.41-2.41 2.41h-30.495zM448.533 368.776c-1.332 0-2.41-1.08-2.41-2.408 0-1.333 1.078-2.41 2.41-2.41h17.788c1.332 0 2.412 1.077 2.412 2.41 0 1.33-1.08 2.408-2.41 2.408h-17.79zM548.5 378.103c-1.33 0-2.407-1.077-2.407-2.41 0-1.33 1.076-2.405 2.408-2.405h2.178c1.332 0 2.41 1.074 2.41 2.406s-1.078 2.41-2.41 2.41H548.5zM537.15 378.103c-1.332 0-2.41-1.08-2.41-2.41 0-1.328 1.078-2.405 2.41-2.405h2.18c1.33 0 2.41 1.077 2.41 2.406 0 1.33-1.08 2.41-2.41 2.41h-2.18zM559.847 378.103c-1.33 0-2.41-1.077-2.41-2.41 0-1.33 1.08-2.406 2.41-2.406h2.18c1.332 0 2.41 1.075 2.41 2.407s-1.078 2.41-2.41 2.41h-2.18zM571.198 378.103c-1.33 0-2.41-1.08-2.41-2.41s1.08-2.405 2.41-2.405h2.178c1.33 0 2.408 1.074 2.408 2.406 0 1.33-1.077 2.41-2.408 2.41h-2.178zM527.734 350.114c-1.332 0-2.41-1.08-2.41-2.406 0-1.335 1.078-2.41 2.41-2.41h2.18c1.328 0 2.406 1.075 2.406 2.41 0 1.325-1.078 2.406-2.406 2.406h-2.18zM538.268 350.114c-1.33 0-2.407-1.08-2.407-2.406 0-1.335 1.078-2.41 2.408-2.41h2.18c1.328 0 2.408 1.075 2.408 2.41 0 1.325-1.08 2.406-2.41 2.406h-2.178zM559.063 355.645c.01 3.28 2.67 5.938 5.953 5.944 3.286-.007 5.943-2.665 5.95-5.945-.007-3.285-2.664-5.94-5.95-5.946-3.284.005-5.944 2.66-5.953 5.945m-4.816 0c0-5.946 4.822-10.762 10.77-10.764 5.946.003 10.764 4.82 10.767 10.765-.003 5.944-4.82 10.762-10.768 10.762-5.947 0-10.77-4.818-10.77-10.762" fill="#212121"/><path d="M562.606 355.645v-8.353c0-1.332 1.08-2.41 2.41-2.41s2.406 1.078 2.406 2.41v8.353c0 1.328-1.077 2.408-2.406 2.408-1.33 0-2.41-1.08-2.41-2.408" fill="#212121"/><path d="M436.434 386.3H585.47v-49.62H436.434v49.62zm151.445 2.412v-2.41 2.41zm-153.856 2.406c-.635 0-1.253-.257-1.703-.702-.448-.45-.706-1.072-.706-1.704v-54.44c0-.634.258-1.254.707-1.703.45-.45 1.07-.706 1.704-.706H587.88c.633 0 1.256.256 1.702.705.45.448.708 1.068.708 1.7v54.442c0 .632-.258 1.255-.708 1.704-.45.445-1.07.702-1.703.702H434.023z" fill="#212121"/><path fill="#FFF" d="M220.24 388.712h153.854V225.4H220.24"/><path d="M234.747 250.568c-1.332 0-2.412-1.078-2.412-2.406 0-1.332 1.08-2.408 2.412-2.408h48.78c1.33 0 2.408 1.076 2.408 2.408 0 1.328-1.078 2.406-2.408 2.406h-48.78zM234.745 269.228c-1.33 0-2.41-1.078-2.41-2.408 0-1.332 1.08-2.407 2.41-2.407h38.332c1.33 0 2.41 1.075 2.41 2.407 0 1.33-1.08 2.408-2.41 2.408h-38.332zM234.747 241.24c-1.33 0-2.412-1.08-2.412-2.408 0-1.332 1.083-2.41 2.412-2.41h30.496c1.33 0 2.407 1.078 2.407 2.41 0 1.328-1.077 2.407-2.407 2.407h-30.496zM234.747 259.898c-1.33 0-2.41-1.077-2.41-2.407s1.08-2.406 2.41-2.406h17.79c1.33 0 2.407 1.076 2.407 2.407 0 1.33-1.077 2.408-2.408 2.408h-17.79zM334.714 269.228c-1.33 0-2.408-1.078-2.408-2.408 0-1.332 1.077-2.407 2.408-2.407h2.175c1.333 0 2.412 1.075 2.412 2.407 0 1.33-1.08 2.408-2.413 2.408h-2.176zM323.36 269.228c-1.327 0-2.405-1.078-2.405-2.408 0-1.332 1.078-2.407 2.406-2.407h2.183c1.33 0 2.41 1.075 2.41 2.407 0 1.33-1.08 2.408-2.41 2.408h-2.182zM346.062 269.228c-1.332 0-2.41-1.078-2.41-2.408 0-1.332 1.078-2.407 2.41-2.407h2.178c1.33 0 2.41 1.075 2.41 2.407 0 1.33-1.08 2.408-2.41 2.408h-2.178zM357.41 269.228c-1.33 0-2.407-1.078-2.407-2.408 0-1.332 1.077-2.407 2.407-2.407h2.178c1.33 0 2.408 1.075 2.408 2.407 0 1.33-1.078 2.408-2.408 2.408h-2.178zM313.946 241.24c-1.33 0-2.408-1.08-2.408-2.408 0-1.332 1.078-2.41 2.408-2.41h2.177c1.332 0 2.412 1.078 2.412 2.41 0 1.328-1.08 2.407-2.412 2.407h-2.177zM324.482 241.24c-1.33 0-2.407-1.08-2.407-2.408 0-1.332 1.077-2.41 2.407-2.41h2.176c1.333 0 2.41 1.078 2.41 2.41 0 1.328-1.077 2.407-2.41 2.407h-2.176zM345.28 246.768c.004 3.282 2.666 5.94 5.947 5.945 3.29-.004 5.946-2.66 5.953-5.945-.007-3.284-2.664-5.94-5.953-5.946-3.28.006-5.943 2.665-5.947 5.946m-4.82 0c.002-5.946 4.822-10.76 10.767-10.764 5.95.003 10.77 4.82 10.77 10.764 0 5.944-4.82 10.762-10.77 10.765-5.945-.003-10.765-4.82-10.766-10.765" fill="#212121"/><path d="M348.82 246.77v-8.357c0-1.33 1.078-2.41 2.408-2.41 1.332 0 2.41 1.08 2.41 2.41v8.357c0 1.33-1.078 2.406-2.41 2.406-1.33 0-2.407-1.077-2.407-2.406" fill="#212121"/><path d="M222.648 277.43h149.037v-49.623H222.648v49.622zm151.446 2.405v-2.406 2.405zm-153.856 2.408c-.633 0-1.253-.255-1.7-.704-.45-.45-.707-1.07-.707-1.705V225.4c0-.637.257-1.256.706-1.706.45-.446 1.07-.705 1.702-.705h153.856c.633 0 1.256.258 1.702.704.45.45.707 1.07.707 1.705v54.435c0 .635-.257 1.255-.707 1.704-.45.448-1.07.703-1.702.703H220.238zM234.745 305.006c-1.33 0-2.41-1.078-2.41-2.406 0-1.333 1.08-2.408 2.41-2.408h48.782c1.33 0 2.41 1.075 2.41 2.408 0 1.328-1.08 2.406-2.41 2.406h-48.782zM234.745 323.666c-1.33 0-2.41-1.077-2.41-2.408 0-1.33 1.08-2.408 2.41-2.408h38.332c1.33 0 2.41 1.077 2.41 2.408 0 1.33-1.08 2.408-2.41 2.408h-38.332zM234.747 295.68c-1.33 0-2.41-1.08-2.41-2.41s1.08-2.408 2.41-2.408h30.496c1.33 0 2.406 1.077 2.406 2.408 0 1.33-1.078 2.41-2.407 2.41h-30.496zM234.747 314.336c-1.33 0-2.41-1.077-2.41-2.405 0-1.33 1.08-2.41 2.41-2.41h17.79c1.33 0 2.407 1.08 2.407 2.41s-1.077 2.406-2.407 2.406h-17.79zM334.713 323.666c-1.33 0-2.407-1.077-2.407-2.408 0-1.33 1.078-2.408 2.407-2.408h2.178c1.332 0 2.41 1.077 2.41 2.408 0 1.33-1.078 2.408-2.41 2.408h-2.177zM323.364 323.666c-1.333 0-2.41-1.077-2.41-2.408 0-1.33 1.077-2.408 2.41-2.408h2.18c1.33 0 2.407 1.077 2.407 2.408 0 1.33-1.077 2.408-2.407 2.408h-2.18zM346.062 323.666c-1.332 0-2.408-1.077-2.408-2.408 0-1.33 1.076-2.408 2.408-2.408h2.178c1.333 0 2.41 1.077 2.41 2.408 0 1.33-1.077 2.408-2.41 2.408h-2.178zM357.41 323.666c-1.33 0-2.408-1.077-2.408-2.408 0-1.33 1.078-2.408 2.408-2.408h2.178c1.33 0 2.41 1.077 2.41 2.408 0 1.33-1.08 2.408-2.41 2.408h-2.178zM313.946 295.68c-1.33 0-2.41-1.08-2.41-2.41s1.08-2.408 2.41-2.408h2.18c1.33 0 2.41 1.077 2.41 2.408 0 1.33-1.08 2.41-2.41 2.41h-2.18zM324.48 295.68c-1.33 0-2.407-1.08-2.407-2.41s1.078-2.408 2.408-2.408h2.18c1.33 0 2.41 1.077 2.41 2.408 0 1.33-1.08 2.41-2.41 2.41h-2.18zM345.278 301.207c.006 3.28 2.668 5.938 5.952 5.944 3.286-.005 5.944-2.662 5.948-5.943-.004-3.284-2.662-5.94-5.948-5.947-3.284.007-5.946 2.663-5.952 5.947m-4.817 0c.002-5.946 4.82-10.76 10.77-10.764 5.947 0 10.764 4.818 10.767 10.764-.003 5.94-4.82 10.76-10.767 10.762-5.95-.004-10.768-4.822-10.77-10.763" fill="#212121"/><path d="M348.82 301.206v-8.355c0-1.33 1.078-2.406 2.41-2.406 1.33 0 2.408 1.076 2.408 2.407v8.356c0 1.33-1.078 2.406-2.408 2.406-1.332 0-2.41-1.075-2.41-2.406" fill="#212121"/><path d="M222.65 331.864h149.035v-49.62H222.65v49.62zm151.443 2.407v-2.406 2.407zm-153.855 2.41c-.633 0-1.253-.256-1.7-.705-.45-.448-.71-1.07-.71-1.704v-54.435c0-.632.26-1.254.708-1.704.45-.444 1.07-.702 1.702-.702h153.855c.634 0 1.254.258 1.704.703.446.45.706 1.073.706 1.705v54.436c0 .636-.26 1.257-.706 1.705-.45.45-1.07.705-1.704.705H220.238zM234.745 359.446c-1.33 0-2.41-1.077-2.41-2.41 0-1.33 1.08-2.406 2.41-2.406h48.783c1.33 0 2.407 1.076 2.407 2.405 0 1.334-1.077 2.41-2.407 2.41h-48.783zM234.747 378.103c-1.332 0-2.41-1.08-2.41-2.41s1.078-2.406 2.41-2.406h38.33c1.33 0 2.41 1.075 2.41 2.407 0 1.33-1.08 2.41-2.41 2.41h-38.33zM234.747 350.114c-1.33 0-2.41-1.078-2.41-2.41 0-1.33 1.08-2.405 2.41-2.405h30.496c1.33 0 2.408 1.075 2.408 2.405 0 1.33-1.077 2.41-2.407 2.41h-30.496zM234.747 368.776c-1.33 0-2.412-1.08-2.412-2.408 0-1.333 1.08-2.41 2.412-2.41h17.79c1.33 0 2.407 1.077 2.407 2.41 0 1.33-1.078 2.408-2.407 2.408h-17.79zM334.714 378.103c-1.33 0-2.408-1.08-2.408-2.41s1.077-2.406 2.408-2.406h2.177c1.332 0 2.412 1.075 2.412 2.407 0 1.33-1.08 2.41-2.41 2.41h-2.178zM323.364 378.103c-1.333 0-2.41-1.08-2.41-2.41s1.077-2.406 2.41-2.406h2.18c1.33 0 2.41 1.075 2.41 2.407 0 1.33-1.08 2.41-2.41 2.41h-2.18zM346.06 378.103c-1.328 0-2.406-1.08-2.406-2.41s1.078-2.406 2.407-2.406h2.18c1.333 0 2.41 1.075 2.41 2.407 0 1.33-1.077 2.41-2.41 2.41h-2.18zM357.412 378.103c-1.332 0-2.41-1.08-2.41-2.41s1.078-2.406 2.41-2.406h2.177c1.33 0 2.41 1.075 2.41 2.407 0 1.33-1.08 2.41-2.41 2.41h-2.178zM313.946 350.114c-1.33 0-2.408-1.078-2.408-2.41 0-1.33 1.078-2.405 2.408-2.405h2.18c1.33 0 2.41 1.075 2.41 2.405 0 1.33-1.08 2.41-2.41 2.41h-2.18zM324.48 350.114c-1.328 0-2.408-1.078-2.408-2.41 0-1.33 1.08-2.405 2.41-2.405h2.177c1.33 0 2.407 1.075 2.407 2.405 0 1.33-1.078 2.41-2.408 2.41h-2.18zM345.278 355.645c.006 3.28 2.668 5.938 5.95 5.944 3.288-.007 5.945-2.665 5.952-5.945-.007-3.285-2.664-5.94-5.953-5.946-3.28.004-5.943 2.66-5.95 5.945m-4.815 0c0-5.946 4.82-10.762 10.765-10.764 5.95.003 10.77 4.82 10.77 10.765 0 5.944-4.82 10.762-10.77 10.764-5.946-.003-10.765-4.82-10.765-10.765" fill="#212121"/><path d="M348.82 355.645v-8.357c0-1.33 1.078-2.407 2.408-2.407 1.33 0 2.41 1.077 2.41 2.408v8.357c0 1.328-1.08 2.408-2.41 2.408s-2.408-1.08-2.408-2.408" fill="#212121"/><path d="M222.648 386.3h149.037v-49.62H222.648v49.62zm151.446 2.41v-2.41 2.41zm-153.855 2.408c-.635 0-1.255-.257-1.703-.705-.45-.446-.708-1.07-.708-1.704v-54.44c0-.635.257-1.252.707-1.7.448-.45 1.068-.706 1.702-.706h153.854c.635 0 1.254.256 1.703.705.446.448.706 1.065.706 1.7v54.44c0 .634-.26 1.254-.706 1.703-.45.448-1.072.705-1.703.705H220.24z" fill="#212121"/><path d="M357.213 411.905c-6.052 0-10.978-4.922-10.978-10.973v-81.535c0-6.05 4.926-10.973 10.978-10.973h95.163c6.054 0 10.978 4.922 10.978 10.973v81.535c0 6.05-4.924 10.973-10.978 10.973h-95.163z" fill="#FFF"/><path d="M357.213 411.905c-6.052 0-10.978-4.922-10.978-10.973v-81.535c0-6.05 4.926-10.973 10.978-10.973h95.163c6.054 0 10.978 4.922 10.978 10.973v81.535c0 6.05-4.924 10.973-10.978 10.973h-95.163zM445.58 306.807v-27.18c0-18.73-15.25-33.972-33.988-33.972h-13.596c-18.74 0-33.984 15.24-33.984 33.973v27.18" stroke="#1A1A1A" stroke-width="4"/><path d="M418.225 346.575c0-7.494-5.704-13.59-13.202-13.59-7.497 0-13.658 6.096-13.658 13.59 0 5.02 2.554 9.4 6.735 11.75v29.504h12.542v-29.504c4.18-2.352 7.583-6.73 7.583-11.75z" stroke="#1A1A1A" stroke-width="4"/><path d="M361.57 538.12c-1.252-.812-2.437-1.58-3.183-1.265-.614.26-1.225.722-1.872 1.21-.758.577-1.542 1.17-2.477 1.56-1.648.682-3.655.246-5.654-1.232l-.058-.04c-1.192-.882-2.417-1.788-3.3-1.66-.716.107-1.522.71-2.376 1.347-.462.346-.942.703-1.46 1.027-1.774 1.106-3.983 1.1-5.764-.015-.51-.32-.978-.67-1.432-1.01-.86-.64-1.673-1.247-2.395-1.353-.93-.13-2.164.664-3.353 1.434-1.695 1.104-3.62 2.35-5.67 1.49-.927-.39-1.703-.98-2.454-1.548-.652-.494-1.268-.962-1.887-1.218-1.04-.432-2.475.494-3.04.91l-.056.042c-1.556 1.15-3.325 2.438-5.284 2.155-1.386-.21-2.504-1.044-3.585-1.853-.436-.326-.848-.635-1.27-.897l1.415-2.272c.518.324.995.68 1.458 1.027.853.636 1.66 1.24 2.38 1.348.89.14 2.108-.782 3.298-1.66l.056-.043c2-1.476 4.006-1.912 5.654-1.23.937.39 1.72.983 2.48 1.56.647.488 1.258.95 1.874 1.213.74.307 1.926-.456 3.177-1.267 1.53-.99 3.253-2.108 5.185-1.84 1.4.202 2.528 1.044 3.62 1.858.428.32.836.626 1.253.887.918.576 2.01.58 2.927.01.422-.264.837-.57 1.274-.9 1.078-.806 2.195-1.64 3.58-1.85 1.313-.2 2.543.32 3.68 1.032.557.348 1.092.743 1.603 1.12l.058.044c.567.418 1.996 1.344 3.04.912.622-.256 1.236-.724 1.888-1.218.75-.57 1.528-1.157 2.453-1.548 2.056-.864 3.98.39 5.675 1.488 1.187.772 2.42 1.564 3.352 1.434.722-.103 1.532-.71 2.393-1.353.453-.338.923-.688 1.43-1.008 1.783-1.115 3.99-1.12 5.766-.014l-1.415 2.272c-.913-.57-2.008-.566-2.927.01-.415.26-.822.564-1.254.885-1.09.816-2.22 1.658-3.614 1.86-.202.028-.4.04-.597.04-1.694 0-3.224-.993-4.59-1.88zM347.463 507.712c-4.275 0-7.752 3.477-7.752 7.752s3.478 7.753 7.753 7.753c4.274 0 7.75-3.478 7.75-7.753s-3.476-7.752-7.75-7.752m0 18.22c-5.77 0-10.463-4.698-10.463-10.468S341.693 505 347.463 505s10.462 4.694 10.462 10.464c0 5.77-4.693 10.468-10.462 10.468M628.463 529.712c-4.275 0-7.752 3.477-7.752 7.752s3.478 7.753 7.753 7.753c4.274 0 7.75-3.478 7.75-7.753s-3.476-7.752-7.75-7.752m0 18.22c-5.77 0-10.463-4.698-10.463-10.468S622.693 527 628.463 527s10.462 4.694 10.462 10.464c0 5.77-4.693 10.468-10.462 10.468M266.463 449.712c-4.275 0-7.752 3.477-7.752 7.752s3.478 7.753 7.753 7.753c4.274 0 7.75-3.478 7.75-7.753s-3.476-7.752-7.75-7.752m0 18.22c-5.77 0-10.463-4.698-10.463-10.468S260.693 447 266.463 447s10.462 4.694 10.462 10.464c0 5.77-4.693 10.468-10.462 10.468" fill="#0C8FD7"/><path fill="#0C8FD7" d="M346 520.79h2.71V511H346M627 542.79h2.71V533H627M265 462.79h2.71V453H265"/><path fill="#0C8FD7" d="M342 516.712h9.787V514H342M623 538.712h9.787V536H623M261 458.712h9.787V456H261"/><path fill="#000" d="M281 582.712h13.557V580H281M266 582.712h8.138V580H266"/><path fill="#0C8FD7" d="M242 574.712h24.745V572H242M174 500.712h24.745V498H174M286 574.712h11.863V572H286M218 500.712h11.863V498H218M275 574.712h6.1V572H275M207 500.712h6.1V498H207M279 567.712h13.217V565H279"/><path fill="#000" d="M422.545 576.213h22.373V573.5h-22.373"/><path fill="#0C8FD7" d="M466 576.712h16.61V574H466"/><path d="M391.618 561.36l-1.132-1.793c-.727-1.157-1.575-2.222-2.525-3.17-.946-.95-2.01-1.8-3.164-2.526L383 552.74l1.796-1.134c1.15-.727 2.218-1.576 3.165-2.526.95-.948 1.8-2.013 2.526-3.167l1.132-1.797 1.132 1.797c.726 1.152 1.575 2.22 2.524 3.167.95.95 2.015 1.8 3.166 2.526l1.795 1.133-1.795 1.13c-1.15.728-2.216 1.577-3.166 2.527-.95.95-1.798 2.016-2.524 3.17l-1.132 1.794zM438.07 541c-2.243 0-4.07 1.823-4.07 4.07 0 2.242 1.827 4.065 4.07 4.065 2.24 0 4.068-1.823 4.068-4.066 0-2.247-1.827-4.07-4.07-4.07" stroke="#1393D9" stroke-width="3"/><path fill="#0C8FD7" d="M429 590.712h16.61V588H429"/><path fill="#000" d="M577 524.6h2.6V522H577M496 524.6h2.6V522H496M463 489.6h2.6V487H463"/><path fill="#0C8FD7" d="M375 515.6h2.6V513H375M481 479.6h2.6V477H481"/></g></svg> \ No newline at end of file
diff --git a/assets/js/enterprise.js b/assets/js/enterprise.js
index cec3d388..5b19a46b 100644
--- a/assets/js/enterprise.js
+++ b/assets/js/enterprise.js
@@ -1,6 +1,60 @@
-// Top Container Animations
-
$(document).ready(function() {
- $(".topheader").velocity('transition.slideUpBigIn');
- $(".background").velocity('transition.fadeIn', 1000);
-});
+ 'use strict';
+ var enterprisePage = {
+ init: function() {
+
+ this.animationOnLoadPage();
+ this.smothScroll();
+
+ enquire.register('screen and (max-width: 480px)', {
+ //match: _.bind(this.resultsBindMobile, this)
+ });
+
+ enquire.register('screen and (min-width: 481px)', {
+ match: _.bind(this.enterpriseBindDesktop, this)
+ });
+ },
+
+ variables : {
+ topHeaderSelector: ".topheader",
+ heroSectionBackgroundSelector: ".background",
+ menuAnchorSelector: "#menuAnchor"
+ },
+
+ animationOnLoadPage: function() {
+ $(this.variables.topHeaderSelector).velocity('transition.slideUpBigIn');
+ $(this.variables.heroSectionBackgroundSelector).velocity('transition.fadeIn', 1000);
+ },
+
+ smothScroll: function() {
+ $('a[href*="#"]:not([href="#"])').click(function() {
+ if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
+ var target = $(this.hash);
+ target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
+ if (target.length) {
+ $('html, body').animate({
+ scrollTop: target.offset().top
+ }, 1000);
+ return false;
+ }
+ }
+ });
+ },
+
+ enterpriseBindDesktop: function() {
+ this.pinFiltersBar();
+ },
+
+ pinFiltersBar: function() {
+ var controller = new ScrollMagic.Controller();
+ var scene = new ScrollMagic.Scene({
+ triggerElement: this.variables.menuAnchorSelector,
+ triggerHook:0,
+ offset:-90
+ })
+ .setPin(this.variables.menuAnchorSelector)
+ .addTo(controller);
+ }
+ }
+ enterprisePage.init();
+}); \ No newline at end of file
diff --git a/page-buy.php b/page-buy.php
index fd39f33d..add30190 100644
--- a/page-buy.php
+++ b/page-buy.php
@@ -1,14 +1,23 @@
<script src='https://www.google.com/recaptcha/api.js'></script>
-<div class="background enterprise-background">
- <div class="container">
- <div class="row">
- <div class="col-md-6 topheader">
- <h1><?php echo $l->t('Contact us for a quote');?></h1>
- <h2><?php echo $l->t('Our sales team will help you determine the best solution for your business needs');?></h2>
+<script src="<?php echo get_template_directory_uri(); ?>/assets/js/enterprise.js"></script>
+<section class="buy-hero-section enterprise-menu">
+ <div class="container-fluid background buy-background">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 topheader">
+ <h1><?php echo $l->t('Contact us for a quote');?></h1>
+ <h2><?php echo $l->t('Our sales team will help you determine the best solution for your business needs');?></h2>
+ </div>
</div>
</div>
</div>
-</div>
+ <div class="container-fluid menu" id="menuAnchor">
+ <div class="container buttons">
+ <a class="btn btn-primary" href="/pricing">pricing plans</a>
+ <a class="btn btn-primary" href="/enterprise">enterprise offering</a>
+ </div>
+ </div>
+</section>
<div class="container">
<div class="contact">
diff --git a/page-enterprise.php b/page-enterprise.php
index 83b3fd0f..9425fa0d 100644
--- a/page-enterprise.php
+++ b/page-enterprise.php
@@ -1,177 +1,79 @@
-<div class="background enterprise-background">
- <div class="container">
- <div class="row">
- <div class="col-md-6 topheader">
- <h1><?php echo $l->t('Enterprise Support Subscriptions');?></h1>
- <h2><?php echo $l->t('An enterprise subscription provides you the confidence of knowing that your Nextcloud deployment is backed by the best available technical expertise and with the features you need for your organization');?></h2>
- </div>
- </div>
- </div>
-</div>
<script src="<?php echo get_template_directory_uri(); ?>/assets/js/enterprise.js"></script>
-
-<div class="container pricing">
- <div class="row">
- <h1 class="header"><?php echo $l->t('Plans and Pricing');?></h1>
- <div class="col-md-4 table-column">
- <div class="table-header basic">
- <h1 class="header"><?php echo $l->t('Basic');?></h1>
- <h2 class="header"><?php echo $l->t('From 1900€/year');?></h2>
- </div>
- <div class="table-content">
- <h1 class="header"><?php echo $l->t('Features');?></h1>
- <div class="line"></div>
- <div class="list">
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Sync your files with our desktop and mobile clients, share them with other users on your server, with public links or across servers.</div>File sync and share');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">non-branded iOS app available for purchase, Android and desktop apps are free.</div>Mobile and desktop clients');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Powerful enterprise features like SAML authentication, Windows Network Drive support, password policies, audit-ready logging, workflow handling and more.</div>Enterprise capabilities');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">the AGPL license provides legal certainty for all customers and users.</div>Fully Open Source');?></li>
- <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Support for the Calendar and Contacts apps.</div>Calendar and Contacts');?></li>
- <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Support for our secure and private peer to peer audio and video conferencing.</div><a href="/webrtc" target="_blank">Secure WebRTC Conferencing</a>');?></li>
- <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Allows web conferencing calls to connect with phone lines.</div>SIP gateway');?></li>
- <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Real time collaborative editing of often used office fileformats like DOCX, PPTX and more.</div><a href="/collaboraonline" target="_blank">Collabora Online Office</a>');?></li>
- </div>
- <h1 class="header"><?php echo $l->t('Support');?></h1>
- <div class="line"></div>
- <div class="list">
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">If you need the certainty that you can remain on your stable, proven Nextcloud release for a long time.</div>Maintenance life cycle: 1 year');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Questions and issues are generally dealt with in this time, depending on the severity of the issue.</div>Production SLA: 3 business days');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Our Nextcloud Knowledge Portal helps you find answers to your questions or contact our professional support team.</div>Portal support.');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">We help you migrate from ownCloud to Nextcloud.</div><a href="/migration">ownCloud migration support</a>');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">You can contact our capable and responsive support team by email and expect a quick response time.</div>Email support');?></li>
- <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">You can contact our support engineers by phone in these times.</div>Phone support');?></li>
- <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">If you need access to experienced engineers to built custom solutions for your unique needs.</div>Custom consulting');?></li>
- <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Our engineers walk you through the installation process where needed.</div>Remote installation support');?></li>
- <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Fully branded clients and web UI.</div>Branding support');?></li>
- <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Once you need to scale Nextcloud to large numbers of users, a full clustering solution is required.</div>Clustering support');?></li>
- </div>
- <h1 class="">Pricing</h1>
- <div class="line"></div>
- <div class="list">
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>50 users: €1900');?></li>
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>100 users: €3400');?></li>
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>Additional pricing tiers are available up to 10 million users');?></li>
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>Framework agreements available');?></li>
- </div>
- <a class="btn btn-primary btn-lg btn-absolute-icon" href="/enterprise/buy" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
- </div>
- </div>
- <div class="col-md-4 table-column">
- <div class="table-header standard">
- <h1 class=""><?php echo $l->t('Standard');?></h1>
- <h2 class=""><?php echo $l->t('From 3400€/year');?></h2>
- </div>
- <div class="table-content">
- <h1 class=""><?php echo $l->t('Features');?></h1>
- <div class="line"></div>
- <div class="list">
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Sync your files with our desktop and mobile clients, share them with other users on your server, with public links or across servers.</div>File sync and share');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">on-branded iOS app available for purchase, Android and desktop apps are free. Branding optional.</div>Mobile and desktop clients');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Powerful enterprise features like SAML authentication, Windows Network Drive support, password policies, audit-ready logging, workflow handling and more.</div>Enterprise capabilities');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">the AGPL license provides legal certainty for all customers and users.</div>Fully Open Source');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Support for the Calendar and Contacts apps.</div>Calendar and Contacts');?></li>
- <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Support for our secure and private peer to peer audio and video conferencing.</div><a href="/webrtc" target="_blank">Secure WebRTC Conferencing</a><a href="#extracosts"> *</a>');?></li>
- <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Optional: allows web conferencing calls to connect with phone lines.</div>SIP gateway<a href="#extracosts"> *</a>');?></li>
- <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Optional: real time collaborative editing of often used office fileformats like DOCX, PPTX and more.</div><a href="/collaboraonline" target="_blank">Collabora Online Office</a><a href="#extracosts"> *</a>');?></li>
- </div>
- <h1 class=""><?php echo $l->t('Support');?></h1>
- <div class="line"></div>
- <div class="list">
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">If you need the certainty that you can remain on your stable, proven Nextcloud release for a long time.</div>Maintenance life cycle: 3 years');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Questions and issues are generally dealt with in this time, depending on the severity of the issue.</div>Production SLA: 2 business days');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Our Nextcloud Knowledge Portal helps you find answers to your questions or contact our professional support team.</div>Portal support');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">We help you migrate from ownCloud to Nextcloud.</div><a href="/migration">ownCloud migration support</a>');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">You can contact our capable and responsive support team by email and expect a quick response time.</div>Email support: business hours');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">You can contact our support engineers by phone in these times.</div>Phone support: business hours');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">If you need access to experienced engineers to built custom solutions for your unique needs.</div>Custom consulting');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Our engineers walk you through the installation process where needed.</div>Remote installation support');?></li>
- <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Fully branded clients and web UI.</div>Branding support');?></li>
- <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Once you need to scale Nextcloud to large numbers of users, a full clustering solution is required.</div>Clustering support');?></li>
- </div>
- <h1 class="">Pricing</h1>
- <div class="line"></div>
- <div class="list">
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>50 users: €3400');?></li>
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>100 users: €6100');?></li>
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>Additional pricing tiers are available up to 10 million users');?></li>
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>Framework agreements available');?></li>
- </div>
- <a class="btn btn-primary btn-lg btn-absolute-icon" href="/enterprise/buy" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
- </div>
- </div>
- <div class="col-md-4 table-column highlight">
- <div class="table-header premium">
- <h1 class=""><?php echo $l->t('Premium');?></h1>
- <h2 class=""><?php echo $l->t('From 4900€/year');?></h2>
+<section class="enterprise-hero-section enterprise-menu">
+ <div class="container-fluid background">
+ <div class="container">
+ <div class="col-md-6 topheader">
+ <h1><?php echo $l->t('Get support from the source');?></h1>
+ <h2><?php echo $l->t('Going beyond the traditional licensing model, Nextcloud frees you from vendor lock-in and provides value through supporting your business\' needs.');?></h2>
</div>
- <div class="table-content">
- <h1 class=""><?php echo $l->t('Features');?></h1>
- <div class="line"></div>
- <div class="list">
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Sync your files with our desktop and mobile clients, share them with other users on your server, with public links or across servers.</div>File sync and share');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">on-branded iOS app available for purchase, Android and desktop apps are free. Branding optional.</div>Mobile and desktop clients');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Powerful enterprise features like SAML authentication, Windows Network Drive support, password policies, audit-ready logging, workflow handling and more.</div>Enterprise capabilities');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">the AGPL license provides legal certainty for all customers and users.</div>Fully Open Source');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Support for the Calendar and Contacts apps.</div>Calendar and Contacts');?></li>
- <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Optional: Support for our secure and private peer to peer audio and video conferencing.</div><a href="/webrtc" target="_blank">Secure WebRTC Conferencing</a><a href="#extracosts"> *</a>');?></li>
- <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Optional: Allows web conferencing calls to connect with phone lines.</div>SIP gateway<a href="#extracosts"> *</a>');?></li>
- <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Optional: Real time collaborative editing of often used office fileformats like DOCX, PPTX and more.</div><a href="/collaboraonline" target="_blank">Collabora Online Office</a><a href="#extracosts"> *</a>');?></li>
- </div>
- <h1 class=""><?php echo $l->t('Support');?></h1>
- <div class="line"></div>
- <div class="list">
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">If you need the certainty that you can remain on your stable, proven Nextcloud release for a long time.</div>Maintenance life cycle: 5+5 years');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Questions and issues are generally dealt with in this time, depending on the severity of the issue.</div>Production SLA: 24h or as agreed');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Our Nextcloud Knowledge Portal helps you find answers to your questions or contact our professional support team.</div>Portal support');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">We help you migrate from ownCloud to Nextcloud.</div><a href="/migration">ownCloud migration support</a>');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">You can contact our capable and responsive support team by email and expect a quick response time.</div>Email support: up to 24/7');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">You can contact our support engineers by phone in these times.</div>Phone support: up to 24/7');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">If you need access to experienced engineers to built custom solutions for your unique needs.</div>Custom consulting');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Our engineers walk you through the installation process where needed.</div>Remote installation support');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Fully branded clients and web UI.</div>Branding support');?></li>
- <li class="check overinfo"><?php echo $l->t('<div class="infotext">Once you need to scale Nextcloud to large numbers of users, a full clustering solution is required.</div>Clustering support');?></li>
- </div>
- <h1 class="">Pricing</h1>
- <div class="line"></div>
- <div class="list">
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market vertical.</div>50 users: €4900');?></li>
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market vertical.</div>100 users: €8900');?></li>
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market vertical.</div>Additional pricing tiers are available up to 10 million users');?></li>
- <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>Framework agreements available');?></li>
- </div>
- <a name="extracosts"></a> <!--has to be here due to header-->
- <a class="btn btn-primary btn-lg btn-absolute-icon" href="/enterprise/buy" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
+ <div class="col-md-6 topbanner"> <img src="../wp-content/themes/next/assets/img/enterprise/hero-image.png" alt=""></img></div>
</div>
</div>
</div>
-</div>
-<div class="container text-center">
- <p class="revealOnScroll epricevat"><?php echo $l->t('* At additional cost');?></p>
- <p class="revealOnScroll epricevat"><?php echo $l->t('Prices are in Euro per year and net/excl. VAT.');?></p>
- <p class="revealOnScroll epricevat"><?php echo $l->t('Android, Windows Mobile and desktop apps are free; iOS app can be purchased in the Apple App Store.');?></p>
- <p class="revealOnScroll"><?php echo $l->t('<small>All product names and trademarks are the property of their respective owners, which might in no way be associated or affiliated with Nextcloud.</small>');?></p>
-</div>
-<div class="container discounts">
- <div class="row">
- <h1 class="header revealOnScroll"><?php echo $l->t('Discounts');?></h1>
- <div class="col-md-5 col-md-offset-1 box revealOnScroll">
- <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/enterprise/publicsector.svg">
- <h1><?php echo $l->t('Public Sector');?></h1>
- <p><?php echo $l->t('We provide interesting discount options to organizations in the public sector.');?></p>
- <p><a href="/enterprise/buy"><?php echo $l->t('Contact us');?></a></p>
+ <div class="container-fluid menu" id="menuAnchor">
+ <div class="container buttons">
+ <a href="#expertise">expertise</a>
+ <a href="#security">security</a>
+ <a href="#lifecycle">lifecycle</a>
+ <a href="#faq">faq</a>
+ <a class="btn btn-primary" href="/pricing">pricing plans</a>
+ <a class="btn btn-primary" href="/buy">get a quote</a>
</div>
- <div class="col-md-5 col-md-offset-1 box revealOnScroll">
- <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/enterprise/education.svg">
- <h1><?php echo $l->t('Education');?></h1>
- <p><?php echo $l->t('Organizations in the educational sector receive a significant discount on all subscriptions');?></p>
- <p><a href="/enterprise/buy"><?php echo $l->t('Contact us');?></a></p> </div>
</div>
-</div>
+</section>
+
+<section class="what-you-get-section">
+ <div class="container">
+ <h2 class="section--heading-1 text-center revealOnScroll"><?php echo $l->t('What you will get');?></h2>
+ <p class="section--intro text-center revealOnScroll"><?php echo $l->t('Your Nextcloud subscription enables you to successfully deploy and manage your Nextcloud instances, complimenting your IT resources and increasing the efficiency and reliability of your service.');?></p>
+ <ul>
+ <li class="check"><?php echo $l->t('Direct access to technical expertise of Nextcloud engineers, the latest knowledge and best practices.');?></li>
+ <li class="check"><?php echo $l->t('Pro-active security support to identify and address vulnerabilities and harden your servers, protecting the safety and integrity of your data.');?></li>
+ <li class="check"><?php echo $l->t('Multi-year life cycle support which matches your OS, making sure your business runs without disruptions.');?></li>
+ </ul>
+ </div>
+</section>
+
+<a name="expertise"></a>
+<section class="section--expertise">
+ <div class="container">
+ <p class="section--intro text-center revealOnScroll">Matter experts</p>
+ <h3 class="section--heading-1 text-center revealOnScroll">Dedicated to your success</h3>
+ <div class="expertise__ilustration"></div>
+ <p class="section--intro text-center revealOnScroll">We are dedicated to your success as Nextcloud customer. An analysis of your needs, a pilot customized for your architecture and remote installation support ensures a smooth introduction of Nextcloud in your organization and we will help you scale up to meet growing demand in your organization.
+ Nextcloud GmbH employs <a href="https://nextcloud.com/blog/nextcloud-the-most-active-open-source-file-sync-and-share-project/">9 of the top-ten developers in the Nextcloud Server codebase</a>, making our engineering team by far the most qualified to help you get the most out of your Enterprise File Sync and Share solution.</p>
+ </div>
+</section>
+
+<a name="security"></a>
+<section class="section--security">
+ <div class="container">
+ <p class="section--intro text-center revealOnScroll">Top notch security</p>
+ <h3 class="section--heading-1 text-center revealOnScroll">To keep your data safe</h3>
+ <div class="security__ilustration"></div>
+ <p class="section--intro text-center revealOnScroll">Nextcloud develops its software with a rigorous focus on security through the entire life cycle of the product. Our active and passive security measures are backed by the some of the highest security bug bounties in the open source industry.
+ As customer you get direct access to our security expertise, with hardening advice and ahead-of-release security issue mitigation and fixes.</p>
+ </div>
+</section>
+
+<a name="lifecycle"></a>
+<section class="section--lifecycle">
+ <div class="container">
+ <p class="section--intro text-center revealOnScroll">Multi-year lifecycle</p>
+ <h3 class="section--heading-1 text-center revealOnScroll">For uninterupted service</h3>
+ <div class="lifecycle__ilustration"></div>
+ <p class="section--intro text-center revealOnScroll">A Nextcloud support subscription gives you access to enterprise-ready software, updates, and information and support services that span your entire OS and application infrastructure life cycle and architecture. You can count on receiving the latest product versions with the stability and security you need.
+ Working with data is essential for your business and being forced on the upgrade threadmill is disruptive to your organization. With access to up to 15 years security and stability updates to Nextcloud, we match the lifecycle of your operating system so you can schedule upgrades when it works for you and secure the investments you did in your existing platform.</p>
+ <p class="section--intro text-center revealOnScroll"><a class="button button--blue button--arrow button--large" href="/pricing">See pricing</a></p>
+ </div>
+</section>
+
+<a name="faq"></a>
<div class="faq container-fluid">
- <div class="text-center">
- <h1 class="revealOnScroll"><?php echo $l->t('Frequently asked questions');?></h1>
- </div>
+ <div class="text-center">
+ <h1 class="revealOnScroll"><?php echo $l->t('Frequently asked questions');?></h1>
+ </div>
<div class="container">
<div class="row">
<div class="col-md-12 col-sm-12 ">
@@ -260,4 +162,3 @@
</div>
</div>
</div>
-
diff --git a/page-pricing.php b/page-pricing.php
new file mode 100644
index 00000000..bfe20dd5
--- /dev/null
+++ b/page-pricing.php
@@ -0,0 +1,181 @@
+<script src="<?php echo get_template_directory_uri(); ?>/assets/js/enterprise.js"></script>
+<section class="pricing-hero-section enterprise-menu">
+ <div class="background pricing-background">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-6 topheader">
+ <h1><?php echo $l->t('Enterprise Support Subscriptions');?></h1>
+ <h2><?php echo $l->t('An enterprise subscription provides you the confidence of knowing that your Nextcloud deployment is backed by the best available technical expertise and with the features you need for your organization');?></h2>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="container-fluid menu" id="menuAnchor">
+ <div class="container buttons">
+ <a href="#plans">plans</a>
+ <a href="#discounts">discounts</a>
+ <a class="btn btn-primary" href="/buy">get a quote</a>
+ <a class="btn btn-primary" href="/enterprise">enterprise offering</a>
+ </div>
+ </div>
+</section>
+<a name="plans"></a>
+<div class="container pricing">
+ <div class="row">
+ <h1 class="header"><?php echo $l->t('Plans and Pricing');?></h1>
+ <div class="col-md-4 table-column">
+ <div class="table-header basic">
+ <h1 class="header"><?php echo $l->t('Basic');?></h1>
+ <h2 class="header"><?php echo $l->t('From 1900€/year');?></h2>
+ </div>
+ <div class="table-content">
+ <h1 class="header"><?php echo $l->t('Features');?></h1>
+ <div class="line"></div>
+ <div class="list">
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Sync your files with our desktop and mobile clients, share them with other users on your server, with public links or across servers.</div>File sync and share');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">non-branded iOS app available for purchase, Android and desktop apps are free.</div>Mobile and desktop clients');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Powerful enterprise features like SAML authentication, Windows Network Drive support, password policies, audit-ready logging, workflow handling and more.</div>Enterprise capabilities');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">the AGPL license provides legal certainty for all customers and users.</div>Fully Open Source');?></li>
+ <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Support for the Calendar and Contacts apps.</div>Calendar and Contacts');?></li>
+ <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Support for our secure and private peer to peer audio and video conferencing.</div><a href="/webrtc" target="_blank">Secure WebRTC Conferencing</a>');?></li>
+ <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Allows web conferencing calls to connect with phone lines.</div>SIP gateway');?></li>
+ <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Real time collaborative editing of often used office fileformats like DOCX, PPTX and more.</div><a href="/collaboraonline" target="_blank">Collabora Online Office</a>');?></li>
+ </div>
+ <h1 class="header"><?php echo $l->t('Support');?></h1>
+ <div class="line"></div>
+ <div class="list">
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">If you need the certainty that you can remain on your stable, proven Nextcloud release for a long time.</div>Maintenance life cycle: 1 year');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Questions and issues are generally dealt with in this time, depending on the severity of the issue.</div>Production SLA: 3 business days');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Our Nextcloud Knowledge Portal helps you find answers to your questions or contact our professional support team.</div>Portal support.');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">We help you migrate from ownCloud to Nextcloud.</div><a href="/migration">ownCloud migration support</a>');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">You can contact our capable and responsive support team by email and expect a quick response time.</div>Email support');?></li>
+ <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">You can contact our support engineers by phone in these times.</div>Phone support');?></li>
+ <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">If you need access to experienced engineers to built custom solutions for your unique needs.</div>Custom consulting');?></li>
+ <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Our engineers walk you through the installation process where needed.</div>Remote installation support');?></li>
+ <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Fully branded clients and web UI.</div>Branding support');?></li>
+ <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Once you need to scale Nextcloud to large numbers of users, a full clustering solution is required.</div>Clustering support');?></li>
+ </div>
+ <h1 class="">Pricing</h1>
+ <div class="line"></div>
+ <div class="list">
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>50 users: €1900');?></li>
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>100 users: €3400');?></li>
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>Additional pricing tiers are available up to 10 million users');?></li>
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>Framework agreements available');?></li>
+ </div>
+ <a class="btn btn-primary btn-lg btn-absolute-icon" href="/enterprise/buy" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
+ </div>
+ </div>
+ <div class="col-md-4 table-column">
+ <div class="table-header standard">
+ <h1 class=""><?php echo $l->t('Standard');?></h1>
+ <h2 class=""><?php echo $l->t('From 3400€/year');?></h2>
+ </div>
+ <div class="table-content">
+ <h1 class=""><?php echo $l->t('Features');?></h1>
+ <div class="line"></div>
+ <div class="list">
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Sync your files with our desktop and mobile clients, share them with other users on your server, with public links or across servers.</div>File sync and share');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">on-branded iOS app available for purchase, Android and desktop apps are free. Branding optional.</div>Mobile and desktop clients');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Powerful enterprise features like SAML authentication, Windows Network Drive support, password policies, audit-ready logging, workflow handling and more.</div>Enterprise capabilities');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">the AGPL license provides legal certainty for all customers and users.</div>Fully Open Source');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Support for the Calendar and Contacts apps.</div>Calendar and Contacts');?></li>
+ <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Support for our secure and private peer to peer audio and video conferencing.</div><a href="/webrtc" target="_blank">Secure WebRTC Conferencing</a><a href="#extracosts"> *</a>');?></li>
+ <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Optional: allows web conferencing calls to connect with phone lines.</div>SIP gateway<a href="#extracosts"> *</a>');?></li>
+ <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Optional: real time collaborative editing of often used office fileformats like DOCX, PPTX and more.</div><a href="/collaboraonline" target="_blank">Collabora Online Office</a><a href="#extracosts"> *</a>');?></li>
+ </div>
+ <h1 class=""><?php echo $l->t('Support');?></h1>
+ <div class="line"></div>
+ <div class="list">
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">If you need the certainty that you can remain on your stable, proven Nextcloud release for a long time.</div>Maintenance life cycle: 3 years');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Questions and issues are generally dealt with in this time, depending on the severity of the issue.</div>Production SLA: 2 business days');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Our Nextcloud Knowledge Portal helps you find answers to your questions or contact our professional support team.</div>Portal support');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">We help you migrate from ownCloud to Nextcloud.</div><a href="/migration">ownCloud migration support</a>');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">You can contact our capable and responsive support team by email and expect a quick response time.</div>Email support: business hours');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">You can contact our support engineers by phone in these times.</div>Phone support: business hours');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">If you need access to experienced engineers to built custom solutions for your unique needs.</div>Custom consulting');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Our engineers walk you through the installation process where needed.</div>Remote installation support');?></li>
+ <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Fully branded clients and web UI.</div>Branding support');?></li>
+ <li class="nocheck overinfo"><?php echo $l->t('<div class="infotext">Once you need to scale Nextcloud to large numbers of users, a full clustering solution is required.</div>Clustering support');?></li>
+ </div>
+ <h1 class="">Pricing</h1>
+ <div class="line"></div>
+ <div class="list">
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>50 users: €3400');?></li>
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>100 users: €6100');?></li>
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>Additional pricing tiers are available up to 10 million users');?></li>
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>Framework agreements available');?></li>
+ </div>
+ <a class="btn btn-primary btn-lg btn-absolute-icon" href="/enterprise/buy" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
+ </div>
+ </div>
+ <div class="col-md-4 table-column highlight">
+ <div class="table-header premium">
+ <h1 class=""><?php echo $l->t('Premium');?></h1>
+ <h2 class=""><?php echo $l->t('From 4900€/year');?></h2>
+ </div>
+ <div class="table-content">
+ <h1 class=""><?php echo $l->t('Features');?></h1>
+ <div class="line"></div>
+ <div class="list">
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Sync your files with our desktop and mobile clients, share them with other users on your server, with public links or across servers.</div>File sync and share');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">on-branded iOS app available for purchase, Android and desktop apps are free. Branding optional.</div>Mobile and desktop clients');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Powerful enterprise features like SAML authentication, Windows Network Drive support, password policies, audit-ready logging, workflow handling and more.</div>Enterprise capabilities');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">the AGPL license provides legal certainty for all customers and users.</div>Fully Open Source');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Support for the Calendar and Contacts apps.</div>Calendar and Contacts');?></li>
+ <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Optional: Support for our secure and private peer to peer audio and video conferencing.</div><a href="/webrtc" target="_blank">Secure WebRTC Conferencing</a><a href="#extracosts"> *</a>');?></li>
+ <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Optional: Allows web conferencing calls to connect with phone lines.</div>SIP gateway<a href="#extracosts"> *</a>');?></li>
+ <li class="optional overinfo"><?php echo $l->t('<div class="infotext">Optional: Real time collaborative editing of often used office fileformats like DOCX, PPTX and more.</div><a href="/collaboraonline" target="_blank">Collabora Online Office</a><a href="#extracosts"> *</a>');?></li>
+ </div>
+ <h1 class=""><?php echo $l->t('Support');?></h1>
+ <div class="line"></div>
+ <div class="list">
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">If you need the certainty that you can remain on your stable, proven Nextcloud release for a long time.</div>Maintenance life cycle: 5+5 years');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Questions and issues are generally dealt with in this time, depending on the severity of the issue.</div>Production SLA: 24h or as agreed');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Our Nextcloud Knowledge Portal helps you find answers to your questions or contact our professional support team.</div>Portal support');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">We help you migrate from ownCloud to Nextcloud.</div><a href="/migration">ownCloud migration support</a>');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">You can contact our capable and responsive support team by email and expect a quick response time.</div>Email support: up to 24/7');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">You can contact our support engineers by phone in these times.</div>Phone support: up to 24/7');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">If you need access to experienced engineers to built custom solutions for your unique needs.</div>Custom consulting');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Our engineers walk you through the installation process where needed.</div>Remote installation support');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Fully branded clients and web UI.</div>Branding support');?></li>
+ <li class="check overinfo"><?php echo $l->t('<div class="infotext">Once you need to scale Nextcloud to large numbers of users, a full clustering solution is required.</div>Clustering support');?></li>
+ </div>
+ <h1 class="">Pricing</h1>
+ <div class="line"></div>
+ <div class="list">
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market vertical.</div>50 users: €4900');?></li>
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market vertical.</div>100 users: €8900');?></li>
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market vertical.</div>Additional pricing tiers are available up to 10 million users');?></li>
+ <li class="price overinfo"><?php echo $l->t('<div class="infotext">Contact us for a quote relevant for your specific market.</div>Framework agreements available');?></li>
+ </div>
+ <a name="extracosts"></a> <!--has to be here due to header-->
+ <a class="btn btn-primary btn-lg btn-absolute-icon" href="/enterprise/buy" role="button" id="get-nextcloud-button"><?php echo $l->t('Request offer');?> <span class="icon-arrow"></span></a>
+ </div>
+ </div>
+ </div>
+</div>
+<div class="container text-center">
+ <p class="revealOnScroll epricevat"><?php echo $l->t('* At additional cost');?></p>
+ <p class="revealOnScroll epricevat"><?php echo $l->t('Prices are in Euro per year and net/excl. VAT.');?></p>
+ <p class="revealOnScroll epricevat"><?php echo $l->t('Android, Windows Mobile and desktop apps are free; iOS app can be purchased in the Apple App Store.');?></p>
+ <p class="revealOnScroll"><?php echo $l->t('<small>All product names and trademarks are the property of their respective owners, which might in no way be associated or affiliated with Nextcloud.</small>');?></p>
+</div>
+<a name="discounts"></a>
+<div class="container discounts">
+ <div class="row">
+ <h1 class="header revealOnScroll"><?php echo $l->t('Discounts');?></h1>
+ <div class="col-md-5 col-md-offset-1 box revealOnScroll">
+ <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/enterprise/publicsector.svg">
+ <h1><?php echo $l->t('Public Sector');?></h1>
+ <p><?php echo $l->t('We provide interesting discount options to organizations in the public sector.');?></p>
+ <p><a href="/enterprise/buy"><?php echo $l->t('Contact us');?></a></p>
+ </div>
+ <div class="col-md-5 col-md-offset-1 box revealOnScroll">
+ <img class="img-responsive" src="<?php echo get_template_directory_uri(); ?>/assets/img/enterprise/education.svg">
+ <h1><?php echo $l->t('Education');?></h1>
+ <p><?php echo $l->t('Organizations in the educational sector receive a significant discount on all subscriptions');?></p>
+ <p><a href="/enterprise/buy"><?php echo $l->t('Contact us');?></a></p> </div>
+ </div>
+</div>
+