Initial commit

This commit is contained in:
2019-11-20 07:44:43 +01:00
commit 5bf49c4a81
41188 changed files with 5459177 additions and 0 deletions

View File

@@ -0,0 +1,189 @@
.braintree-row-payment {
padding:5px 5px 5px 10px;
border-radius: 4px;
margin:0 0 10px 0;
}
.braintree-row-payment .block_field{
width: 46%;
display: block;
margin-top: 10px;
margin-right:1%;
float: left;
}
.braintree-row-payment .block_field.half_block_field{
width:20%;
margin-right:1%;
}
.braintree-row-payment .half_block_field .hosted_field {
width:100%;
}
.braintree-row-payment .hosted_field {
/*width: 250px;*/
height: 34px;
padding: 6px 12px 6px 12px;
border: 1px solid #cccccc;
-webkit-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
box-shadow: rgba(0, 0, 0, 0.0745098) 0px 1px 1px 0px inset;
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
float:left;
}
.braintree-row-payment .braintree-hosted-fields-focused
{
border-color: #66afe9;
outline: 0;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.braintree-row-payment #braintree_submit{
margin-top: 20px;
color: #fff;
background-color: #337ab7;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #2e6da4;
border-radius: 4px;
width: 250px;
clear: both;
}
.paypal_clear{
clear:both;
}
.braintree_logo{
vertical-align: bottom;
}
.braintree_title_bo{
color:#000;
}
.braintree_error{
background-color: #F11;
color: white;
padding: 5px;
opacity: 0.5;
border: solid 3px red;
}
#paypal-wrapper .bo_paypal_help{
border-radius:50%;
border: 2px solid #036;
width: 21px;
display: inline-block;
height: 21px;
font-size: 17px;
text-decoration: none;
text-align: center;
}
#paypal-wrapper .braintree_link{
text-decoration: none;
}
.braintree-error {
display:none;
}
.braintree-card #card-image {
position: absolute;
top: 0em;
right: 1em;
width: 44px;
height: 28px;
background-image: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/346994/card_sprite.png);
background-size: 86px 458px;
background-position: -100px 0;
background-repeat: no-repeat;
margin-bottom: 1em;
}
.braintree-card #card-image.visa {
background-position: 0 -398px;
}
.braintree-card #card-image.master-card {
background-position: 0 -281px;
}
.braintree-card #card-image.american-express {
background-position: 0 -370px;
}
.braintree-card #card-image.discover {
background-position: 0 -163px;
}
.braintree-card #card-image.maestro {
background-position: 0 -251px;
}
.braintree-card #card-image.jcb {
background-position: 0 -221px;
}
.braintree-card #card-image.diners-club {
background-position: 0 -133px;
}
.braintree-row-payment #card-number {
position: relative;
}
#paypal-vault-info {
display:none;
margin-bottom: 20px;
}
#bt-card-error-msg, #bt-paypal-error-msg {
display:none;
margin-top: 10px;
}
#bt-paypal-error-msg {
margin-bottom: 10px;
}
#logo_braintree_by_paypal{
margin-top:15px;
}
/*------------------VAULT-------------*/
#bt-vault-form {
margin-top: 10px;
margin-bottom: 15px;
}
#bt-vault-form .form-control {
background: #ffffff;
border-radius: 5px;
color: #7a7a7a;
border: 1px solid rgba(0,0,0,.25);
padding: 0.4rem 1rem;
}
.save-in-vault {
margin-top: 10px;
margin-bottom: 10px;
}
label[for="save_card_in_vault"], label[for="save_account_in_vault"] {
display: inline-block !important;
padding-left: 5px;
vertical-align: text-top;
}
@media only screen and (max-width: 500px) {
.braintree-row-payment .block_field {
width: 81%;
}
.braintree-row-payment .block_field.half_block_field {
width: 40%;
margin-right: 1%;
}
}

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,258 @@
.paypal-nav .nav {
margin-bottom: 20px;
margin-left: 8px;
padding-bottom: 2px;
border-bottom: 1px solid lightgrey;
}
.paypal-nav .nav>li>a {
margin-right: 30px;
}
.paypal-nav .nav>li>a, .paypal-nav .nav>li>a:hover, .paypal-nav .nav>li>a:focus,
.paypal-nav .nav>li>a:hover>span, .paypal-nav .nav>li>a:focus>span{
color:#2095f2;
background-color: transparent;
font-size: 16px;
text-decoration: none;
padding-left: 0;
padding-bottom: 4px;
}
.paypal-nav .nav>li>a:active>span, .paypal-nav .nav>li.active>a:active>span, .paypal-nav .nav>li.active>a>span {
border-bottom: 3px solid #4277bb;
padding-bottom: 4px;
}
.paypal-nav .nav>li>a:active>span,
.paypal-nav .nav>li.active>a:active>span, .paypal-nav .nav>li.active>a:active,.paypal-nav .nav>li>a:active, .paypal-nav .nav>li.active>a>span, .paypal-nav .nav>li.active>a:focus, .paypal-nav .nav>li.active>a:hover, .paypal-nav .nav>li.active>a:hover>span, .paypal-nav .nav>li.active>a, .paypal-nav .nav>li.active>a:focus>span{
color:#4277bb;
background-color: transparent;
font-size: 16px;
font-weight: bold;
padding-left: 0;
}
.active-products img.paypal-products, .parametres .paypal-products {
width: 135px;
}
.active-products img.product-img {
height: 20px;
padding-right: 1px;
}
.active-products .panel span {
font-weight: bold;
}
.active-products .panel a {
font-weight: bold;
text-decoration: none;
cursor: pointer;
}
.active-products .panel div.bottom {
margin-top: 25px;
}
.active-products .panel .btn.btn-default {
color: #87b1d6;
border-color: #87b1d6;
border: 2px solid;
}
.active-products .panel .btn.btn-default:hover{
color: white;
background-color: #87b1d6;
border-color: #87b1d6;
border: 2px solid;
}
.active-products .panel.active-panel {
background-color: #F0F8FF !important;
}
.paypal-signup .btn.btn-info {
padding: 0px 15px 0 0;
}
#paypal_params .parametres {
float:none;
}
#paypal_params .help-right {
padding-left: 20px;
margin-top: 57px;
}
#paypal_params .help-left {
border-right: 1px solid #25b9d7;
}
.paypal-bold{font-weight:700}
.box ul.tick li{background:url(../img/blue_tick.png) no-repeat left 3px;padding:4px 26px}
#paypal_conf .right, .box ul.tick{float:right}
#paypal_conf .left{width:79%}
#paypal_conf .right{width:17%}
#paypal_conf .box{margin:6px 1%;text-align:left}
#paypal_conf .box ul{list-style:none;margin:0;padding:0;width:66%;}
#paypal_conf .left {float:left}
#paypal_conf .left img {margin-bottom: -5px; /*float:left; */ width: 100px;}
#paypal_conf .left .logo {
float: left;
width: fit-content;
padding: 15px;
background: #fff;
margin: 0 auto;
text-align: center;
}
#paypal_conf .left .info {
float: right;
width: 65%;
}
.active-products > p {
padding-left: 15px;
}
#ConfirmLive .btn {
border: 1px solid #666;
padding: 8px;
border-radius: 4px;
text-decoration: none;
cursor: pointer;
margin: 10px;
}
#ConfirmLive .btn-info {
background-color: #25b9d7;
color: #ffffff;
}
.paypal_block_info{
border-color: #A1C4E6 !important;
background-color: #DDEAF6 !important;
}
#paypal_conf .active-products .col-sm-6 .panel{
min-height: 240px;
}
#credential-configuration ul li {
list-style-type: decimal;
}
#paypal_conf .left .logo > div {
margin-top: 11px;
font-size: 16px;
}
/*section marketing*/
.blue {
color: #fff;
background-color: #009cde;
background-image: radial-gradient(circle farthest-side at center bottom,#009cde,#003087 125%);
}
.containerCentered {
margin-right: auto;
margin-left: auto;
-moz-box-sizing: content-box;
box-sizing: content-box;
max-width: 1150px;
padding-left: 3%;
padding-right: 3%;
}
.row-fluid {
background: #fff;
position: relative;
z-index: 2;
-webkit-transform: translate3d(0,0,0);
transform: translate(0,0);
padding: 15px 0;
width: 100%;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#rtb1.row-fluid, #rtb2.row-fluid {
background: none;
}
.center-text {
text-align: center;
}
.containerCentered:after {
content: "";
display: table;
clear: both;
}
.row-fluid [class*=span]:not(.btn) {
padding-right: 2%;
}
html[data-device-type="dedicated"] .sticky-nav-panel .btn, html[data-device-type="portable"] .sticky-nav-panel .btn, html[data-device-type="dedicated"] .row-fluid .span4, html[data-device-type="portable"] .row-fluid .span4 {
min-width: 205px;
}
.row-fluid [class*=span]:first-child {
margin-left: 0;
}
.row-fluid .span4 {
width: 32%;
}
.row-fluid [class*=span] {
float: left;
margin-left: 2%;
min-height: 1px;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
p.contentPara {
font-size: 14px;
}
.large, h3, html[data-device-type=mobile] .x-large, html[data-device-type=mobile] h2 {
font-size: 28px;
font-size: 2rem;
line-height: 1.25em;
}
.large, .medium, .small, h3, h4, h5, h6 {
letter-spacing: .01em;
}
.blue h1, .blue h2, .blue h3, .blue h4, .blue h5, .blue h6 {
font-family: pp-sans-big-light,Helvetica Neue,Arial,sans-serif !important;
font-weight: 400 !important;
font-variant: normal !important;
line-height: 1.25 !important;
}
.blue p {
color: #fff;
}
.blue a, .dark a {
font-family: pp-sans-small-bold,Helvetica Neue,Arial,sans-serif;
font-weight: bold;
font-variant: normal;
color: #fff;
text-decoration: underline;
}
.blue a:hover, .dark a:hover {
color: #fff;
}
div#config_logo-images-thumbnails img {
max-height: 90px;
}
#paypal_help .btn-padding {
margin-top: 12px;
}
#paypal_help .li-padding {
margin-top: 20px;
}
@media only screen and (max-width: 1240px) {
#paypal_conf .box ul {
width: 55%;
}
}
@media only screen and (max-width: 900px) {
#paypal_conf .left .logo {
float: none;
margin: 0px;
}
#paypal_conf .left .info {
float: none;
margin-top: 15px;
width: 90%;
}
#paypal_conf .left {
width: 97%;
}
#paypal_conf .right {
width: 94%;
}
#paypal_conf .box ul {
width:100%;
float: none;
}
}
@media only screen and (max-width: 570px) {
#paypal_conf .left .logo {
width: 85%;
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.5 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.5 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.3 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.3 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -0,0 +1,29 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="100px" height="48px" viewBox="0 0 100 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.6 (26304) - http://www.bohemiancoding.com/sketch -->
<title>amex-logo</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="amex-logo" fill="#008BB6">
<g id="amex-copy" transform="translate(7.000000, 13.000000)">
<g id="_x34__x5F_COL_x5F_SQ">
<g id="Express" transform="translate(18.500000, 11.500000)">
<path d="M35.9762453,10.3339789 L35.9762453,8.34951942 C35.9762453,8.34951942 35.8670911,6.79646417 34.1900857,6.79646417 L31.5842773,6.79646417 L31.5842773,10.3339789 L28.9030533,10.3339789 L28.9030533,0.135582743 L35.4046743,0.135582743 C35.4046743,0.135582743 38.7983775,-0.261309156 38.7983775,3.12090007 C38.7983775,4.88102935 37.2980034,5.50225146 37.2980034,5.50225146 C37.2980034,5.50225146 38.5840383,6.08896122 38.5840383,7.81266082 L38.5840383,10.3320616 L35.9762453,10.3320616 M31.5822927,4.39785661 L34.3528247,4.39785661 C35.1546119,4.39785661 35.815491,3.96645237 35.815491,3.43151112 C35.815491,2.89656986 35.1546119,2.46516562 34.3528247,2.46516562 L31.5822927,2.46516562 L31.5822927,4.39785661" id="SVGID_17_"></path>
<path d="M18.1146493,10.3482861 L15.7747802,10.3482861 L12.9347864,7.32845645 L10.0769311,10.3482861 L8.45152583,10.3482861 L0.110160485,10.3482861 L0.110160485,0.132633768 L8.45152583,0.132633768 L9.86259192,0.132633768 L12.9347864,3.37679363 L16.0248426,0.149889937 L18.0789261,0.149889937 L18.0789261,0.132633768 L24.5805471,0.132633768 C24.5805471,0.132633768 27.9742503,-0.229745792 27.9742503,3.13328991 C27.9742503,6.1358634 26.8489698,7.0696139 23.3838201,7.0696139 L20.7581655,7.0696139 L20.7581655,10.3482861 L18.1146493,10.3482861 M14.7566692,5.32865814 L18.0789261,8.88342905 L18.0789261,1.79114339 L14.7566692,5.32865814 M2.80726149,8.14141377 L8.45152583,8.14141377 L11.095042,5.32865814 L8.45152583,2.53124133 L2.80726149,2.53124133 L2.80726149,4.0996354 L8.30863307,4.0996354 L8.30863307,6.41387946 L2.80726149,6.41387946 L2.80726149,8.14141377 M20.7581655,4.4121638 L23.5267129,4.4121638 C24.3304847,4.4121638 24.9913638,3.98075957 24.9913638,3.44581831 C24.9913638,2.91279441 24.3304847,2.47947282 23.5267129,2.47947282 L20.7581655,2.47947282 L20.7581655,4.4121638" id="SVGID_20_"></path>
<path d="M54.2486581,10.30437 L49.4796119,10.30437 L49.4796119,7.95561357 L53.6592254,7.95561357 C53.6592254,7.95561357 55.1595995,8.12817526 55.1595995,7.14649096 C55.1595995,6.22807927 52.8911768,6.30093865 52.8911768,6.30093865 C52.8911768,6.30093865 49.1938264,6.6115497 49.1938264,3.26385282 C49.1938264,-0.0665878937 52.5339449,0.123229971 52.5339449,0.123229971 L57.6800691,0.123229971 L57.6800691,2.50458136 L53.5361789,2.50458136 C53.5361789,2.50458136 52.1052665,2.2265653 52.1052665,3.23125783 C52.1052665,4.07297543 54.0501959,3.9540996 54.0501959,3.9540996 C54.0501959,3.9540996 58.142486,3.66266207 58.142486,6.73234289 C58.142486,10.0263539 55.5069083,10.3177914 54.5721514,10.3177914 C54.3717046,10.3158741 54.2486581,10.30437 54.2486581,10.30437" id="SVGID_23_"></path>
<path d="M39.9057965,10.3023825 L39.9057965,0.121242478 L48.2630388,0.121242478 L48.2630388,2.4853377 L42.6028975,2.4853377 L42.6028975,4.05564912 L48.1221306,4.05564912 L48.1221306,6.36989319 L42.6028975,6.36989319 L42.6028975,8.09551014 L48.2630388,8.09551014 L48.2630388,10.3023825 L39.9057965,10.3023825" id="SVGID_26_"></path>
<path d="M63.6974424,10.30437 L58.9283962,10.30437 L58.9283962,7.95561357 L63.0921327,7.95561357 C63.0921327,7.95561357 64.6103684,8.12817526 64.6103684,7.14649096 C64.6103684,6.22807927 62.3419457,6.30093865 62.3419457,6.30093865 C62.3419457,6.30093865 58.6445953,6.6115497 58.6445953,3.26385282 C58.6445953,-0.0665878937 61.9847138,0.123229971 61.9847138,0.123229971 L67.1129765,0.123229971 L67.1129765,2.50458136 L62.9849632,2.50458136 C62.9849632,2.50458136 61.5560355,2.2265653 61.5560355,3.23125783 C61.5560355,4.07297543 63.5029494,3.9540996 63.5029494,3.9540996 C63.5029494,3.9540996 67.5932549,3.66266207 67.5932549,6.73234289 C67.5932549,10.0263539 64.9576772,10.3177914 64.0229203,10.3177914 C63.8185043,10.3158741 63.6974424,10.30437 63.6974424,10.30437" id="SVGID_29_"></path>
</g>
<g id="American" transform="translate(-0.500000, 0.500000)">
<path d="M45.3128845,10.3904697 L45.3128845,8.40601025 C45.3128845,8.40601025 45.2037303,6.852955 43.5267249,6.852955 L40.9189319,6.852955 L40.9189319,10.3904697 L38.2396925,10.3904697 L38.2396925,0.193990925 L44.7413134,0.193990925 C44.7413134,0.193990925 48.1350167,-0.202900973 48.1350167,3.17930825 C48.1350167,4.93943754 46.6346426,5.56065964 46.6346426,5.56065964 C46.6346426,5.56065964 47.9365545,6.14928675 47.9365545,7.8749037 L47.9365545,10.3923871 L45.3128845,10.3923871 M40.9189319,4.45434744 L43.6874793,4.45434744 C44.4912511,4.45434744 45.1521302,4.0229432 45.1521302,3.48800195 C45.1521302,2.95306069 44.4912511,2.52165645 43.6874793,2.52165645 L40.9189319,2.52165645 L40.9189319,4.45434744" id="SVGID_2_"></path>
<path d="M76.9279095,10.3904697 L72.6768496,3.57428279 L72.6768496,10.3904697 L70.3727038,10.3904697 L69.9420408,10.3904697 L67.4255404,10.3904697 L66.4768912,8.25070473 L61.5828139,8.25070473 L60.6520263,10.3904697 L58.187126,10.3904697 L57.7405861,10.3904697 L56.4545512,10.3904697 C56.4545512,10.3904697 52.8484934,9.89004083 52.8484934,5.57599846 C52.8484934,-0.084025139 56.9407835,0.140305064 57.0816917,0.105792725 L60.386087,0.192073573 L60.386087,2.48714412 L57.673109,2.52165645 C57.673109,2.52165645 55.9028264,2.52165645 55.6884872,4.74961967 C55.6626871,5.00462751 55.6507794,5.24046183 55.652764,5.45903997 C55.6626871,8.90643917 58.7507586,7.83655666 58.8499897,7.80396167 L62.1722466,0.193990925 L65.9231817,0.193990925 L69.9400562,9.44329777 L69.9400562,0.193990925 L73.7267146,0.193990925 L77.9241896,6.90664086 L77.9241896,0.193990925 L80.6212906,0.193990925 L80.6212906,10.3904697 L76.9279095,10.3904697 M62.7279407,5.64502313 L65.3337491,5.64502313 L64.0496988,2.6079373 L62.7279407,5.64502313" id="SVGID_5_"></path>
<path d="M23.9166771,10.4389684 L23.9166771,3.4003686 L20.558697,10.4389684 L18.3617207,10.4389684 L14.9858791,3.43296359 L14.9858791,10.4389684 L12.64601,10.4389684 L12.2887781,10.4389684 L9.69884665,10.4389684 L8.77004365,8.29920338 L3.87596634,8.29920338 L2.92930175,10.4389684 L3.39284156e-13,10.4389684 L4.44753741,0.242489581 L8.21633418,0.242489581 L12.2887781,9.61258962 L12.2887781,0.242489581 L16.5219763,0.242489581 L19.4691397,6.57550379 L22.3984414,0.242489581 L26.6316397,0.242489581 L26.6316397,10.4389684 L23.9166771,10.4389684 M5.01910849,5.69352179 L7.62690151,5.69352179 L6.323005,2.65643596 L5.01910849,5.69352179" id="SVGID_8_"></path>
<path d="M28.4872611,10.3904697 L28.4872611,0.193990925 L36.846488,0.193990925 L36.846488,2.57342496 L31.1843621,2.57342496 L31.1843621,4.14373639 L36.7035952,4.14373639 L36.7035952,6.4560631 L31.1843621,6.4560631 L31.1843621,8.1835974 L36.846488,8.1835974 L36.846488,10.3904697 L28.4872611,10.3904697" id="SVGID_11_"></path>
<path d="M49.2424357,10.4249821 L49.2424357,0.193990925 L51.9395367,0.193990925 L51.9395367,10.4249821 L49.2424357,10.4249821" id="SVGID_14_"></path>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@@ -0,0 +1,400 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100px" height="48px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-909 517 100 48" enable-background="new -909 517 100 48" xml:space="preserve">
<title>diners-club-logo</title>
<desc>Created with Sketch.</desc>
<g>
<g>
<path fill="#231F20" d="M-1233.4,836.4c0,1,0.7,1.2,1.4,1.2c2.9,0,3.9-2.2,3.9-4.2c0-2.5-1.6-4.4-4.2-4.4c-0.6,0-0.8,0-1.1,0.1
V836.4L-1233.4,836.4z M-1234.8,830c0-1.2-0.6-1.1-1.2-1.2v-0.4c0.5,0,1.1,0,1.6,0c0.6,0,1.3,0,2.3,0c3.5,0,5.4,2.3,5.4,4.7
c0,1.3-0.8,4.7-5.6,4.7c-0.7,0-1.3,0-2,0c-0.6,0-1.2,0-1.8,0v-0.4c0.8-0.1,1.2-0.1,1.2-1L-1234.8,830L-1234.8,830z"/>
<path fill="#231F20" d="M-1224.7,829.7c-0.4,0-0.7-0.3-0.7-0.7c0-0.3,0.3-0.7,0.7-0.7c0.4,0,0.7,0.3,0.7,0.7
C-1224.1,829.4-1224.4,829.7-1224.7,829.7 M-1226.2,837.7h0.3c0.4,0,0.7,0,0.7-0.4v-3.7c0-0.6-0.2-0.7-0.7-0.9v-0.2
c0.6-0.2,1.4-0.4,1.5-0.5s0.2-0.1,0.2-0.1c0.1,0,0.1,0.1,0.1,0.2v5.2c0,0.4,0.3,0.4,0.7,0.4h0.2v0.4c-0.5,0-0.9,0-1.4,0
s-1,0-1.5,0L-1226.2,837.7L-1226.2,837.7z"/>
<path fill="#231F20" d="M-1222,833.6c0-0.5-0.2-0.6-0.8-0.9v-0.3c0.6-0.2,1.1-0.4,1.8-0.7c0,0,0.1,0,0.1,0.1v0.9
c0.8-0.6,1.4-1,2.3-1c1.2,0,1.6,0.8,1.6,1.9v3.5c0,0.4,0.3,0.4,0.7,0.4h0.2v0.4c-0.5,0-1,0-1.4,0c-0.5,0-1,0-1.5,0v-0.4h0.2
c0.4,0,0.6,0,0.6-0.4v-3.5c0-0.8-0.5-1.2-1.2-1.2c-0.4,0-1.1,0.4-1.6,0.7v4c0,0.4,0.3,0.4,0.7,0.4h0.2v0.4c-0.5,0-0.9,0-1.4,0
s-1,0-1.5,0v-0.4h0.2c0.4,0,0.7,0,0.7-0.4L-1222,833.6L-1222,833.6z"/>
<path fill="#231F20" d="M-1212.6,833.8c0.3,0,0.4-0.2,0.4-0.3c0-0.7-0.4-1.2-1.2-1.2c-0.8,0-1.4,0.6-1.6,1.6h2.4V833.8z
M-1215,834.3c0,0.1,0,0.3,0,0.8c0.1,1.3,0.9,2.3,2,2.3c0.7,0,1.3-0.4,1.8-0.9l0.2,0.2c-0.6,0.8-1.4,1.5-2.5,1.5
c-2.2,0-2.6-2.1-2.6-3c0-2.7,1.8-3.4,2.7-3.4c1.1,0,2.3,0.7,2.3,2.1c0,0.1,0,0.2,0,0.2l-0.1,0.1L-1215,834.3L-1215,834.3z"/>
<path fill="#231F20" d="M-1210.8,837.7h0.4c0.4,0,0.6,0,0.6-0.4v-3.8c0-0.4-0.5-0.5-0.7-0.6v-0.2c1-0.4,1.5-0.8,1.7-0.8
c0.1,0,0.1,0,0.1,0.2v1.2l0,0c0.3-0.5,0.9-1.4,1.7-1.4c0.3,0,0.8,0.2,0.8,0.7c0,0.4-0.3,0.7-0.6,0.7c-0.4,0-0.4-0.3-0.9-0.3
c-0.2,0-1,0.3-1,1.1v3.2c0,0.4,0.3,0.4,0.7,0.4h0.8v0.4c-0.7,0-1.3,0-1.9,0s-1.1,0-1.6,0v-0.4H-1210.8z"/>
<path fill="#231F20" d="M-1205.6,836.1c0.2,0.9,0.7,1.7,1.7,1.7c0.8,0,1.1-0.5,1.1-1c0-1.6-3-1.1-3-3.3c0-0.8,0.6-1.7,2.1-1.7
c0.4,0,1,0.1,1.5,0.4l0.1,1.4h-0.3c-0.1-0.9-0.6-1.3-1.5-1.3c-0.5,0-1.1,0.3-1.1,0.9c0,1.6,3.1,1.1,3.1,3.2c0,0.9-0.7,1.8-2.3,1.8
c-0.5,0-1.2-0.2-1.7-0.5l-0.2-1.6H-1205.6z"/>
<path fill="#231F20" d="M-1189.4,831h-0.3c-0.3-1.6-1.4-2.2-2.9-2.2c-1.6,0-3.8,1-3.8,4.3c0,2.7,2,4.7,4,4.7
c1.3,0,2.5-0.9,2.7-2.3l0.3,0.1l-0.3,2c-0.6,0.4-2.1,0.7-3,0.7c-3.2,0-5.2-2-5.2-5.1c0-2.8,2.5-4.8,5.1-4.8c1.1,0,2.2,0.4,3.2,0.7
L-1189.4,831z"/>
<path fill="#231F20" d="M-1188.9,837.7h0.3c0.4,0,0.7,0,0.7-0.4v-7.6c0-0.9-0.2-0.9-0.7-1.1v-0.2c0.5-0.2,1.1-0.4,1.4-0.6
c0.1-0.1,0.3-0.1,0.3-0.1c0.1,0,0.1,0.1,0.1,0.2v9.4c0,0.4,0.3,0.4,0.7,0.4h0.2v0.4c-0.5,0-0.9,0-1.4,0s-1,0-1.5,0L-1188.9,837.7
L-1188.9,837.7z"/>
<path fill="#231F20" d="M-1180.2,837.3c0,0.2,0.1,0.3,0.4,0.3c0.2,0,0.4,0,0.5,0v0.3c-0.6,0.1-1.7,0.3-2,0.4h-0.1v-1.1
c-0.8,0.7-1.4,1.1-2.4,1.1c-0.7,0-1.5-0.5-1.5-1.6v-3.5c0-0.4-0.1-0.7-0.8-0.8v-0.3c0.5,0,1.6-0.1,1.7-0.1c0.2,0,0.2,0.1,0.2,0.4
v3.5c0,0.4,0,1.6,1.2,1.6c0.5,0,1.1-0.4,1.6-0.8V833c0-0.3-0.7-0.4-1.1-0.6v-0.2c1.2-0.1,2-0.2,2.1-0.2c0.1,0,0.1,0.1,0.1,0.2
L-1180.2,837.3L-1180.2,837.3z"/>
<path fill="#231F20" d="M-1177.5,836.5c0,0.5,0.5,1.4,1.4,1.4c1.5,0,2.1-1.4,2.1-2.6c0-1.5-1.1-2.7-2.2-2.7
c-0.5,0-0.9,0.3-1.3,0.6V836.5z M-1177.5,832.8c0.5-0.5,1.3-1,2-1c1.6,0,2.5,1.4,2.5,2.8c0,1.8-1.3,3.6-3.2,3.6
c-1,0-1.5-0.3-1.9-0.5l-0.4,0.3l-0.3-0.1c0.1-0.8,0.2-1.6,0.2-2.4v-5.8c0-0.9-0.2-0.9-0.7-1.1v-0.2c0.5-0.2,1.1-0.4,1.4-0.6
c0.1-0.1,0.3-0.1,0.3-0.1c0.1,0,0.1,0.1,0.1,0.2V832.8z"/>
<path fill="#231F20" d="M-1236,845.9L-1236,845.9c0.4,0,0.6,0,0.6-0.4v-3.9c0-0.4-0.3-0.4-0.5-0.4h-0.1V841c0.3,0,0.7,0,1.1,0
s0.8,0,1.2,0v0.2h-0.1c-0.3,0-0.5,0-0.5,0.4v3.9c0,0.4,0.3,0.4,0.5,0.4h0.1v0.2c-0.4,0-0.8,0-1.2,0s-0.8,0-1.1,0V845.9z"/>
<path fill="#231F20" d="M-1233.8,846.1v-0.2h-0.1c-0.3,0-0.6,0-0.6-0.5v-3.9c0-0.4,0.3-0.5,0.6-0.5h0.1l0,0c-0.3,0-0.8,0-1.1,0
c-0.4,0-0.8,0-1.1,0v0.2h0.1c0.3,0,0.6,0,0.6,0.5v3.9c0,0.4-0.3,0.5-0.6,0.5h-0.1v0.2c0.3,0,0.7,0,1.1,0
C-1234.6,846.1-1234.2,846.1-1233.8,846.1 M-1233.8,846.1c-0.4,0-0.8,0-1.2,0s-0.8,0-1.1,0l0,0l0,0v-0.2l0,0l0,0h0.1
c0.3,0,0.5,0,0.5-0.4v-3.9c0-0.4-0.2-0.4-0.5-0.4h-0.1l0,0v-0.3l0,0c0.3,0,0.7,0,1.1,0s0.8,0,1.2,0l0,0l0,0v0.3l0,0h-0.1
c-0.3,0-0.5,0-0.5,0.4v3.9c0,0.4,0.2,0.4,0.5,0.4h0.1l0,0V846.1L-1233.8,846.1z"/>
<path fill="#231F20" d="M-1228.7,844.7L-1228.7,844.7v-2.8c0-0.6-0.4-0.7-0.6-0.7h-0.2V841c0.3,0,0.7,0,1,0c0.3,0,0.6,0,0.9,0v0.2
h-0.1c-0.3,0-0.7,0.1-0.7,0.9v3.4c0,0.3,0,0.5,0,0.7h-0.3l-3.8-4.2v3c0,0.6,0.1,0.9,0.7,0.9h0.1v0.2c-0.3,0-0.6,0-1,0
c-0.3,0-0.7,0-1,0v-0.2h0.1c0.5,0,0.7-0.3,0.7-0.9v-3.1c0-0.4-0.3-0.7-0.7-0.7h-0.1V841c0.3,0,0.6,0,0.8,0c0.2,0,0.4,0,0.7,0
L-1228.7,844.7z"/>
<path fill="#231F20" d="M-1228.7,844.6L-1228.7,844.6L-1228.7,844.6L-1228.7,844.6z M-1228.7,844.7L-1228.7,844.7L-1228.7,844.7z
M-1228.6,846.2h0.2c0-0.2,0-0.5,0-0.7v-3.4c0-0.9,0.4-1,0.7-1h0.1V841c-0.3,0-0.6,0-0.9,0c-0.3,0-0.7,0-1,0v0.2h0.1
c0.2,0,0.7,0.1,0.7,0.7v2.8l0,0l0,0l-3.3-3.7c-0.2,0-0.4,0-0.7,0s-0.5,0-0.8,0v0.2h0.1c0.3,0,0.7,0.3,0.7,0.7v3.1
c0,0.6-0.2,1-0.7,1h-0.1v0.2c0.3,0,0.6,0,1,0c0.3,0,0.6,0,0.9,0V846h-0.1c-0.6,0-0.7-0.3-0.7-0.9V842L-1228.6,846.2z
M-1228.3,846.3h-0.3l-3.7-4.2v3c0,0.6,0.1,0.8,0.7,0.8h0.2l0,0v0.3l0,0c-0.3,0-0.6,0-1,0c-0.3,0-0.7,0-1,0l0,0l0,0v-0.3l0,0h0.1
c0.5,0,0.6-0.3,0.6-0.9v-3.1c0-0.4-0.3-0.6-0.6-0.6h-0.1l0,0V841l0,0c0.3,0,0.6,0,0.8,0c0.2,0,0.4,0,0.7,0l3.2,3.7V842
c0-0.6-0.4-0.7-0.6-0.7h-0.2l0,0V841l0,0c0.3,0,0.7,0,1,0c0.3,0,0.6,0,0.9,0l0,0l0,0v0.3l0,0h-0.1c-0.3,0-0.6,0-0.6,0.9v3.4
C-1228.3,845.7-1228.3,846-1228.3,846.3L-1228.3,846.3L-1228.3,846.3z"/>
<path fill="#231F20" d="M-1226.5,841.3c-0.6,0-0.6,0.1-0.7,0.7h-0.2c0-0.2,0.1-0.4,0.1-0.6c0-0.2,0-0.4,0-0.6h0.2
c0.1,0.2,0.2,0.2,0.4,0.2h3.8c0.2,0,0.4,0,0.4-0.2h0.2c0,0.2-0.1,0.4-0.1,0.6c0,0.2,0,0.4,0,0.6l-0.2,0.1c0-0.3-0.1-0.7-0.5-0.7
h-1.2v3.9c0,0.6,0.3,0.6,0.6,0.6h0.1v0.2c-0.3,0-0.8,0-1.2,0s-1,0-1.2,0v-0.2h0.1c0.4,0,0.6,0,0.6-0.6v-3.9h-1.2V841.3z"/>
<path fill="#231F20" d="M-1223.5,846.1c-0.3,0-0.8,0-1.2,0c-0.4,0-1,0-1.2,0l0,0l0,0v-0.3l0,0h0.1c0.4,0,0.6,0,0.6-0.6v-3.9h-1.2
l0,0l0,0h1.2v4c0,0.6-0.2,0.7-0.6,0.7h-0.1v0.2c0.3,0,0.8,0,1.2,0C-1224.4,846.1-1223.9,846.1-1223.5,846.1v-0.2h-0.1
c-0.4,0-0.6-0.1-0.6-0.7v-4h1.2c0.5,0,0.6,0.4,0.6,0.7l0.2-0.1c0-0.2,0-0.4,0-0.6c0-0.2,0-0.4,0.1-0.6h-0.1c0,0.2-0.2,0.2-0.4,0.2
h-3.8l0,0c-0.2,0-0.4,0-0.4-0.2h-0.1c0,0.2,0,0.4,0,0.6c0,0.2-0.1,0.4-0.1,0.6h0.2c0.1-0.5,0.2-0.7,0.7-0.7l0,0l0,0
c-0.5,0-0.5,0.1-0.7,0.6l0,0l0,0h-0.3l0,0c0-0.2,0.1-0.4,0.1-0.6s0-0.4,0-0.6l0,0l0,0h0.2l0,0c0,0.2,0.2,0.2,0.4,0.2l0,0h3.8
c0.2,0,0.4,0,0.4-0.2l0,0l0,0h0.2l0,0c0,0.2-0.1,0.4-0.1,0.6s0,0.4,0,0.6l0,0l0,0l-0.3,0.1l0,0c0-0.3,0-0.7-0.5-0.7h-1.2v3.9
c0,0.6,0.2,0.6,0.6,0.6h0.2l0,0L-1223.5,846.1L-1223.5,846.1z"/>
<path fill="#231F20" d="M-1222,845.9L-1222,845.9c0.4,0,0.6,0,0.6-0.4v-3.9c0-0.4-0.3-0.4-0.5-0.4h-0.1V841c0.4,0,1.2,0,1.8,0
c0.6,0,1.4,0,1.9,0c0,0.3,0,0.8,0,1.1l-0.2,0.1c0-0.5-0.1-0.9-0.9-0.9h-1v1.9h0.9c0.4,0,0.5-0.2,0.6-0.6h0.2c0,0.3,0,0.6,0,0.9
s0,0.6,0,0.8h-0.2c0-0.4-0.1-0.7-0.6-0.7h-0.9v1.7c0,0.5,0.4,0.5,0.9,0.5c0.9,0,1.3-0.1,1.5-0.9l0.2,0.1c-0.1,0.4-0.2,0.8-0.2,1.2
c-0.5,0-1.3,0-2,0c-0.7,0-1.5,0-2,0V845.9L-1222,845.9z"/>
<path fill="#231F20" d="M-1218.1,846.1c0.1-0.4,0.1-0.7,0.2-1.1h-0.1c-0.2,0.8-0.6,0.9-1.5,0.9c-0.5,0-0.9,0-0.9-0.5v-1.8h0.9
c0.5,0,0.6,0.3,0.6,0.7h0.2c0-0.3,0-0.5,0-0.8c0-0.3,0-0.6,0-0.8h-0.2c0,0.4-0.2,0.7-0.6,0.6h-0.9v-2h1.1c0.8,0,0.9,0.4,0.9,0.9
h0.2c0-0.2,0-0.5,0-0.7c0-0.1,0-0.2,0-0.4c-0.5,0-1.2,0-1.9,0c-0.6,0-1.4,0-1.8,0v0.2h0.1c0.3,0,0.6,0,0.6,0.5v3.9
c0,0.4-0.3,0.5-0.6,0.5h-0.1v0.2c0.4,0,1.3,0,1.9,0C-1219.4,846.1-1218.5,846.1-1218.1,846.1 M-1218,846.1c-0.5,0-1.3,0-2,0
s-1.5,0-2,0l0,0l0,0v-0.2l0,0l0,0h0.1c0.3,0,0.5,0,0.5-0.4v-3.9c0-0.4-0.2-0.4-0.5-0.4h-0.1l0,0v-0.3l0,0c0.5,0,1.2,0,1.8,0
c0.6,0,1.4,0,1.9,0l0,0l0,0c0,0.1,0,0.2,0,0.4c0,0.3,0,0.5,0,0.7l0,0l0,0l-0.3,0.1l0,0c0-0.5-0.1-0.8-0.9-0.8h-1v1.9h0.8
c0.4,0,0.5-0.2,0.6-0.6l0,0l0,0h0.3l0,0c0,0.3,0,0.6,0,0.9c0,0.3,0,0.6,0,0.8l0,0l0,0l-0.3,0.1l0,0c-0.1-0.5-0.1-0.7-0.5-0.7h-0.9
v1.7c0,0.4,0.4,0.4,0.9,0.4c0.9,0,1.2,0,1.5-0.9l0,0l0,0l0.2,0.1l0,0C-1217.9,845.3-1217.9,845.7-1218,846.1L-1218,846.1
L-1218,846.1z"/>
<path fill="#231F20" d="M-1215.9,843.5h0.4c0.7,0,1.1-0.3,1.1-1.2c0-0.7-0.4-1.1-1.1-1.1c-0.2,0-0.3,0-0.4,0V843.5z
M-1216.8,841.7c0-0.5-0.3-0.6-0.5-0.6h-0.1V841c0.2,0,0.7,0,1.1,0c0.4,0,0.8,0,1.2,0c0.9,0,1.8,0.3,1.8,1.3c0,0.7-0.4,1.1-1,1.3
l1.3,1.9c0.2,0.3,0.4,0.4,0.7,0.4v0.2c-0.2,0-0.5,0-0.7,0s-0.5,0-0.7,0c-0.6-0.7-1.1-1.5-1.5-2.4h-0.5v1.6c0,0.6,0.3,0.6,0.6,0.6
h0.1v0.2c-0.4,0-0.8,0-1.3,0c-0.4,0-0.7,0-1.1,0v-0.2h0.1c0.3,0,0.5-0.1,0.5-0.4V841.7z"/>
<path fill="#231F20" d="M-1215.5,843.4c0.7,0,1.1-0.3,1.1-1.1c0-0.6-0.4-1-1-1c-0.2,0-0.3,0-0.4,0v2.1H-1215.5z M-1215.9,843.5
L-1215.9,843.5v-2.3l0,0c0.1,0,0.2,0,0.4,0c0.7,0,1.1,0.4,1.1,1.1c0,0.9-0.4,1.2-1.2,1.2H-1215.9L-1215.9,843.5z M-1215.9,843.7
h0.5l0,0c0.5,0.8,1,1.6,1.5,2.4c0.2,0,0.5,0,0.7,0c0.2,0,0.5,0,0.7,0v-0.2c-0.3,0-0.5-0.1-0.7-0.5l-1.3-1.9l0,0
c0.6-0.2,1-0.6,1-1.3c0-1-0.8-1.3-1.7-1.3c-0.4,0-0.7,0-1.2,0c-0.4,0-0.9,0-1.1,0v0.2h0.1c0.2,0,0.6,0,0.6,0.6v3.7
c0,0.3-0.3,0.4-0.6,0.4h-0.1v0.2c0.4,0,0.7,0,1,0c0.4,0,0.8,0,1.2,0v-0.2h-0.1c-0.3,0-0.6,0-0.6-0.6L-1215.9,843.7L-1215.9,843.7z
M-1212.4,846.1c-0.2,0-0.5,0-0.7,0c-0.2,0-0.5,0-0.7,0c-0.6-0.7-1.1-1.5-1.5-2.4h-0.4v1.5c0,0.6,0.2,0.6,0.6,0.6h0.2l0,0v0.3l0,0
c-0.4,0-0.9,0-1.3,0c-0.4,0-0.7,0-1.1,0l0,0l0,0v-0.3l0,0h0.1c0.3,0,0.5-0.1,0.5-0.4v-3.7c0-0.5-0.3-0.5-0.5-0.5h-0.2l0,0v-0.3
l0,0c0.2,0,0.7,0,1.1,0c0.4,0,0.8,0,1.2,0c0.9,0,1.8,0.3,1.8,1.3c0,0.7-0.4,1.1-1,1.3l1.2,1.9c0.2,0.3,0.3,0.4,0.7,0.4l0,0l0,0
L-1212.4,846.1L-1212.4,846.1z"/>
<path fill="#231F20" d="M-1207.4,844.7L-1207.4,844.7v-2.8c0-0.6-0.4-0.7-0.6-0.7h-0.2V841c0.3,0,0.7,0,1,0c0.3,0,0.6,0,0.9,0v0.2
h-0.1c-0.3,0-0.7,0.1-0.7,0.9v3.4c0,0.3,0,0.5,0,0.7h-0.3l-3.8-4.2v3c0,0.6,0.1,0.9,0.7,0.9h0.1v0.2c-0.3,0-0.6,0-1,0
c-0.3,0-0.7,0-1,0v-0.2h0.1c0.5,0,0.7-0.3,0.7-0.9v-3.1c0-0.4-0.3-0.7-0.7-0.7h-0.1V841c0.3,0,0.6,0,0.8,0c0.2,0,0.4,0,0.7,0
L-1207.4,844.7z"/>
<path fill="#231F20" d="M-1207.4,844.6L-1207.4,844.6L-1207.4,844.6L-1207.4,844.6z M-1207.4,844.7L-1207.4,844.7L-1207.4,844.7z
M-1207.3,846.2h0.2c0-0.2,0-0.5,0-0.7v-3.4c0-0.9,0.4-1,0.7-1h0.1V841c-0.3,0-0.6,0-0.9,0s-0.7,0-1,0v0.2h0.1
c0.2,0,0.7,0.1,0.7,0.7v2.8l0,0l0,0l-3.3-3.7c-0.2,0-0.4,0-0.7,0s-0.5,0-0.8,0v0.2h0.1c0.3,0,0.7,0.3,0.7,0.7v3.1
c0,0.6-0.2,1-0.7,1h-0.1v0.2c0.3,0,0.6,0,1,0c0.3,0,0.6,0,0.9,0V846h-0.1c-0.6,0-0.7-0.3-0.7-0.9V842L-1207.3,846.2z M-1207,846.3
h-0.3l-3.7-4.2v3c0,0.6,0.1,0.8,0.7,0.8h0.2l0,0v0.3l0,0c-0.3,0-0.6,0-1,0c-0.3,0-0.7,0-1,0l0,0l0,0v-0.3l0,0h0.1
c0.5,0,0.6-0.3,0.6-0.9v-3.1c0-0.4-0.3-0.6-0.6-0.6h-0.1l0,0V841l0,0c0.3,0,0.6,0,0.8,0c0.2,0,0.4,0,0.7,0l3.2,3.7V842
c0-0.6-0.4-0.7-0.6-0.7h-0.2l0,0V841l0,0c0.3,0,0.7,0,1,0c0.3,0,0.6,0,0.9,0l0,0l0,0v0.3l0,0h-0.1c-0.3,0-0.6,0-0.6,0.9v3.4
C-1207,845.7-1207,846-1207,846.3L-1207,846.3L-1207,846.3z"/>
<path fill="#231F20" d="M-1204,841.8L-1204,841.8l-0.7,2.1h1.4L-1204,841.8z M-1205.1,845.1c-0.1,0.3-0.2,0.4-0.2,0.6
s0.3,0.3,0.6,0.3h0.1v0.2c-0.3,0-0.6,0-0.9,0s-0.5,0-0.8,0V846l0,0c0.3,0,0.5-0.2,0.6-0.5l1.2-3.4c0.1-0.3,0.2-0.6,0.3-0.9
c0.2-0.1,0.5-0.2,0.7-0.3c0,0,0,0,0.1,0c0.1,0,0,0,0.1,0c0,0.1,0,0.1,0.1,0.2l1.4,3.9c0.1,0.3,0.2,0.5,0.3,0.8
c0.1,0.2,0.2,0.3,0.5,0.3l0,0v0.2c-0.3,0-0.7,0-1,0c-0.4,0-0.7,0-1.1,0v-0.2h0.1c0.2,0,0.5,0,0.5-0.2c0-0.1-0.1-0.3-0.1-0.5
l-0.3-0.9h-1.7L-1205.1,845.1z"/>
<path fill="#231F20" d="M-1204,841.8L-1204,841.8L-1204,841.8z M-1204.6,843.8h1.3l-0.6-2L-1204.6,843.8z M-1204.7,843.9l0.7-2.2
l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0.7,2.2H-1204.7z M-1203.2,846.1c0.4,0,0.7,0,1.1,0c0.3,0,0.7,0,1,0v-0.2l0,0
c-0.3,0-0.4-0.1-0.5-0.3c-0.1-0.2-0.2-0.5-0.3-0.8l-1.4-3.9c0-0.1,0-0.1-0.1-0.2l0,0l0,0l0,0c-0.1,0.1-0.4,0.2-0.7,0.3
c0,0.3-0.2,0.6-0.3,0.9l-1.2,3.4c-0.1,0.3-0.4,0.5-0.7,0.5l0,0v0.2c0.3,0,0.5,0,0.8,0c0.3,0,0.6,0,0.9,0v-0.2l0,0
c-0.2,0-0.6,0-0.6-0.3c0-0.1,0.1-0.3,0.2-0.6l0,0l0,0l0.2-0.8h1.7l0.3,0.9c0.1,0.2,0.2,0.4,0.2,0.5c0,0.2-0.3,0.2-0.5,0.2l0,0
L-1203.2,846.1L-1203.2,846.1z M-1201.1,846.1c-0.3,0-0.7,0-1,0c-0.4,0-0.7,0-1.1,0l0,0l0,0v-0.3l0,0h0.1c0.2,0,0.4,0,0.4-0.2
c0-0.1-0.1-0.3-0.1-0.5l-0.3-0.8h-1.6l-0.2,0.7c-0.1,0.3-0.2,0.4-0.2,0.6s0.3,0.2,0.5,0.2h0.1l0,0v0.3l0,0c-0.3,0-0.6,0-0.9,0
s-0.5,0-0.8,0l0,0l0,0v-0.3l0,0l0,0c0.3,0,0.5-0.2,0.6-0.5l1.2-3.4c0.1-0.3,0.2-0.6,0.3-0.9c0.2-0.1,0.5-0.2,0.7-0.3
c0,0,0,0,0.1,0h0.1c0,0.1,0,0.1,0.1,0.2l1.4,3.9c0.1,0.3,0.2,0.5,0.3,0.7c0.1,0.2,0.2,0.3,0.5,0.3h0.1l0,0L-1201.1,846.1
L-1201.1,846.1z"/>
<path fill="#231F20" d="M-1200.8,841.3c-0.6,0-0.6,0.1-0.7,0.7h-0.2c0-0.2,0.1-0.4,0.1-0.6c0-0.2,0-0.4,0-0.6h0.2
c0.1,0.2,0.2,0.2,0.4,0.2h3.8c0.2,0,0.4,0,0.4-0.2h0.2c0,0.2-0.1,0.4-0.1,0.6c0,0.2,0,0.4,0,0.6l-0.2,0.1c0-0.3-0.1-0.7-0.5-0.7
h-1.2v3.9c0,0.6,0.3,0.6,0.6,0.6h0.1v0.2c-0.3,0-0.8,0-1.2,0c-0.4,0-1,0-1.2,0v-0.2h0.1c0.4,0,0.6,0,0.6-0.6v-3.9h-1.2V841.3z"/>
<path fill="#231F20" d="M-1197.9,846.1c-0.3,0-0.8,0-1.2,0s-1,0-1.2,0l0,0l0,0v-0.3l0,0h0.1c0.4,0,0.6,0,0.6-0.6v-3.9h-1.2l0,0
l0,0h1.2v4c0,0.6-0.2,0.7-0.6,0.7h-0.1v0.2c0.3,0,0.8,0,1.2,0C-1198.7,846.1-1198.2,846.1-1197.9,846.1v-0.2h-0.1
c-0.4,0-0.6-0.1-0.6-0.7v-4h1.2c0.5,0,0.6,0.4,0.6,0.7l0.2-0.1c0-0.2,0-0.4,0-0.6c0-0.2,0-0.4,0.1-0.6h-0.1c0,0.2-0.2,0.2-0.4,0.2
h-3.8l0,0c-0.2,0-0.4,0-0.4-0.2h-0.1c0,0.2,0,0.4,0,0.6c0,0.2-0.1,0.4-0.1,0.6h0.2c0.1-0.5,0.2-0.7,0.7-0.7l0,0l0,0
c-0.5,0-0.5,0.1-0.7,0.6l0,0l0,0h-0.3l0,0c0-0.2,0.1-0.4,0.1-0.6s0-0.4,0-0.6l0,0l0,0h0.2l0,0c0.1,0.2,0.2,0.2,0.4,0.2l0,0h3.8
c0.2,0,0.4,0,0.4-0.2l0,0l0,0h0.2l0,0c0,0.2-0.1,0.4-0.1,0.6s0,0.4,0,0.6l0,0l0,0l-0.3,0.1l0,0c0-0.3,0-0.7-0.5-0.7h-1.2v3.9
c0,0.6,0.2,0.6,0.6,0.6h0.2l0,0L-1197.9,846.1L-1197.9,846.1z"/>
<path fill="#231F20" d="M-1196.3,845.9h0.1c0.3,0,0.5,0,0.5-0.4v-3.9c0-0.4-0.3-0.4-0.5-0.4h-0.1V841c0.3,0,0.7,0,1.1,0
c0.4,0,0.8,0,1.2,0v0.2h-0.1c-0.3,0-0.5,0-0.5,0.4v3.9c0,0.4,0.3,0.4,0.5,0.4h0.1v0.2c-0.4,0-0.8,0-1.2,0s-0.8,0-1.1,0V845.9z"/>
<path fill="#231F20" d="M-1194.1,846.1v-0.2h-0.1c-0.3,0-0.6,0-0.6-0.5v-3.9c0-0.4,0.3-0.5,0.6-0.5h0.1l0,0c-0.3,0-0.8,0-1.1,0
c-0.4,0-0.8,0-1.1,0v0.2h0.1c0.3,0,0.6,0,0.6,0.5v3.9c0,0.4-0.3,0.5-0.6,0.5h-0.1v0.2c0.3,0,0.7,0,1.1,0
C-1194.9,846.1-1194.4,846.1-1194.1,846.1 M-1194.1,846.1c-0.4,0-0.8,0-1.2,0c-0.4,0-0.8,0-1.1,0l0,0l0,0v-0.2l0,0l0,0h0.1
c0.3,0,0.5,0,0.5-0.4v-3.9c0-0.4-0.2-0.4-0.5-0.4h-0.1l0,0v-0.3l0,0c0.3,0,0.7,0,1.1,0c0.4,0,0.8,0,1.2,0l0,0l0,0v0.3l0,0h-0.1
c-0.3,0-0.5,0-0.5,0.4v3.9c0,0.4,0.2,0.4,0.5,0.4h0.1l0,0V846.1L-1194.1,846.1z"/>
<path fill="#231F20" d="M-1191,845.9c1.4,0,1.7-1.3,1.7-2.3c0-1.1-0.6-2.4-1.8-2.4c-1.3,0-1.7,1.2-1.7,2.1
C-1192.8,844.6-1192.2,845.9-1191,845.9 M-1191.1,840.9c1.6,0,2.8,1,2.8,2.5c0,1.7-1.2,2.8-2.8,2.8s-2.8-1.1-2.8-2.6
C-1193.8,842-1192.7,840.9-1191.1,840.9"/>
<path fill="#231F20" d="M-1192.8,843.3c0-1,0.4-2.2,1.7-2.2c1.3,0,1.8,1.3,1.8,2.4c0,1.1-0.3,2.4-1.7,2.4l0,0l0,0
c1.4,0,1.6-1.2,1.6-2.3s-0.6-2.3-1.8-2.4C-1192.4,841.2-1192.8,842.3-1192.8,843.3c0.1,1.3,0.7,2.5,1.8,2.6l0,0l0,0
C-1192.2,845.9-1192.8,844.6-1192.8,843.3 M-1193.9,843.6c0-1.6,1.2-2.8,2.8-2.8l0,0l0,0C-1192.6,840.9-1193.8,842.1-1193.9,843.6
c0.1,1.6,1.2,2.6,2.8,2.6s2.8-1.1,2.8-2.8c0-1.6-1.2-2.5-2.8-2.5l0,0l0,0c1.6,0,2.9,1,2.9,2.6c0,1.7-1.2,2.9-2.8,2.9
C-1192.7,846.3-1193.9,845.2-1193.9,843.6"/>
<path fill="#231F20" d="M-1183.3,844.7L-1183.3,844.7v-2.8c0-0.6-0.4-0.7-0.6-0.7h-0.2V841c0.3,0,0.7,0,1,0c0.3,0,0.6,0,0.9,0v0.2
h-0.1c-0.3,0-0.7,0.1-0.7,0.9v3.4c0,0.3,0,0.5,0,0.7h-0.3l-3.8-4.2v3c0,0.6,0.1,0.9,0.7,0.9h0.1v0.2c-0.3,0-0.6,0-1,0
c-0.3,0-0.7,0-1,0v-0.2h0.1c0.5,0,0.7-0.3,0.7-0.9v-3.1c0-0.4-0.3-0.7-0.7-0.7h-0.1V841c0.3,0,0.6,0,0.8,0s0.4,0,0.7,0
L-1183.3,844.7z"/>
<path fill="#231F20" d="M-1183.3,844.6L-1183.3,844.6L-1183.3,844.6L-1183.3,844.6z M-1183.3,844.7L-1183.3,844.7L-1183.3,844.7z
M-1183.2,846.2h0.2c0-0.2,0-0.5,0-0.7v-3.4c0-0.9,0.4-1,0.7-1h0.1V841c-0.3,0-0.6,0-0.9,0s-0.7,0-1,0v0.2h0.1
c0.2,0,0.7,0.1,0.7,0.7v2.8l0,0l0,0l-3.3-3.7c-0.2,0-0.4,0-0.7,0c-0.3,0-0.5,0-0.8,0v0.2h0.1c0.3,0,0.7,0.3,0.7,0.7v3.1
c0,0.6-0.2,1-0.7,1h-0.1v0.2c0.3,0,0.6,0,1,0c0.3,0,0.6,0,0.9,0V846h-0.1c-0.6,0-0.7-0.3-0.7-0.9V842L-1183.2,846.2z
M-1182.9,846.3h-0.3l-3.7-4.2v3c0,0.6,0.1,0.8,0.7,0.8h0.2l0,0v0.3l0,0c-0.3,0-0.6,0-1,0c-0.3,0-0.7,0-1,0l0,0l0,0v-0.3l0,0h0.1
c0.5,0,0.6-0.3,0.6-0.9v-3.1c0-0.4-0.3-0.6-0.6-0.6h-0.1l0,0V841l0,0c0.3,0,0.6,0,0.8,0s0.4,0,0.7,0l3.2,3.7V842
c0-0.6-0.4-0.7-0.6-0.7h-0.2l0,0V841l0,0c0.3,0,0.7,0,1,0s0.6,0,0.9,0l0,0l0,0v0.3l0,0h-0.1c-0.3,0-0.6,0-0.6,0.9v3.4
C-1182.9,845.7-1182.9,846-1182.9,846.3L-1182.9,846.3L-1182.9,846.3z"/>
<path fill="#231F20" d="M-1179.9,841.8L-1179.9,841.8l-0.7,2.1h1.4L-1179.9,841.8z M-1181,845.1c-0.1,0.3-0.2,0.4-0.2,0.6
s0.3,0.3,0.6,0.3h0.1v0.2c-0.3,0-0.6,0-0.9,0c-0.3,0-0.5,0-0.8,0V846l0,0c0.3,0,0.5-0.2,0.6-0.5l1.2-3.4c0.1-0.3,0.2-0.6,0.3-0.9
c0.2-0.1,0.5-0.2,0.7-0.3c0,0,0,0,0.1,0c0,0,0,0,0.1,0c0,0.1,0,0.1,0.1,0.2l1.4,3.9c0.1,0.3,0.2,0.5,0.3,0.8
c0.1,0.2,0.2,0.3,0.5,0.3l0,0v0.2c-0.3,0-0.7,0-1,0c-0.4,0-0.7,0-1.1,0v-0.2h0.1c0.2,0,0.5,0,0.5-0.2c0-0.1-0.1-0.3-0.1-0.5
l-0.3-0.9h-1.7L-1181,845.1z"/>
<path fill="#231F20" d="M-1179.9,841.8L-1179.9,841.8L-1179.9,841.8z M-1180.6,843.8h1.3l-0.6-2L-1180.6,843.8z M-1180.7,843.9
l0.7-2.2l0,0l0,0l0,0l0,0l0,0l0,0l0,0l0.7,2.2H-1180.7z M-1179.1,846.1c0.4,0,0.7,0,1.1,0c0.3,0,0.7,0,1,0v-0.2l0,0
c-0.2,0-0.4-0.1-0.5-0.3c-0.1-0.2-0.2-0.5-0.3-0.8l-1.4-3.9c0-0.1,0-0.1-0.1-0.2l0,0l0,0l0,0c-0.1,0.1-0.4,0.2-0.7,0.3
c0,0.3-0.2,0.6-0.3,0.9l-1.2,3.4c-0.1,0.3-0.4,0.5-0.7,0.5l0,0v0.2c0.3,0,0.5,0,0.8,0s0.6,0,0.9,0v-0.2l0,0c-0.2,0-0.6,0-0.6-0.3
c0-0.1,0.1-0.3,0.2-0.6l0,0l0,0l0.2-0.8h1.7l0.3,0.9c0.1,0.2,0.1,0.4,0.1,0.5c0,0.2-0.3,0.2-0.5,0.2l0,0V846.1z M-1177.1,846.1
c-0.3,0-0.7,0-1,0c-0.4,0-0.7,0-1.1,0l0,0l0,0v-0.3l0,0h0.1c0.2,0,0.4,0,0.4-0.2c0-0.1-0.1-0.3-0.1-0.5l-0.3-0.8h-1.6l-0.2,0.7
c-0.1,0.3-0.2,0.4-0.2,0.6s0.3,0.2,0.5,0.2h0.1l0,0v0.3l0,0c-0.3,0-0.6,0-0.9,0s-0.5,0-0.8,0l0,0l0,0v-0.3l0,0l0,0
c0.3,0,0.5-0.2,0.6-0.5l1.2-3.4c0.1-0.3,0.2-0.6,0.3-0.9c0.2-0.1,0.5-0.2,0.7-0.3c0,0,0,0,0.1,0h0.1c0,0.1,0,0.1,0.1,0.2l1.4,3.9
c0.1,0.3,0.2,0.5,0.3,0.8c0.1,0.2,0.2,0.3,0.5,0.3h0.1l0,0L-1177.1,846.1L-1177.1,846.1z"/>
<path fill="#231F20" d="M-1175.2,845.4c0,0.3,0.2,0.4,0.4,0.4c0.3,0,0.6,0,1,0c0.3,0,0.6-0.2,0.7-0.4c0.1-0.2,0.2-0.4,0.2-0.5h0.2
c-0.1,0.4-0.2,0.8-0.3,1.3c-0.6,0-1.3,0-1.9,0c-0.6,0-1.3,0-1.9,0V846h0.1c0.3,0,0.6,0,0.6-0.5v-3.8c0-0.4-0.3-0.4-0.6-0.4h-0.1
V841c0.4,0,0.8,0,1.2,0s0.7,0,1.1,0v0.2h-0.2c-0.3,0-0.5,0-0.5,0.4V845.4L-1175.2,845.4z"/>
<path fill="#231F20" d="M-1172.9,846.1c0.1-0.4,0.2-0.8,0.3-1.2h-0.2c0,0.2-0.1,0.4-0.2,0.5c-0.1,0.2-0.4,0.4-0.7,0.4
c-0.2,0-0.4,0-0.6,0c-0.1,0-0.3,0-0.4,0c-0.2,0-0.5-0.1-0.5-0.4v-3.8c0-0.4,0.3-0.4,0.5-0.4h0.2V841c-0.4,0-0.7,0-1.1,0
c-0.4,0-0.8,0-1.1,0v0.2h0.1c0.3,0,0.6,0,0.6,0.5v3.8c0,0.5-0.3,0.5-0.6,0.5h-0.1v0.2c0.6,0,1.3,0,1.9,0
C-1174.2,846.1-1173.6,846.1-1172.9,846.1 M-1172.9,846.1c-0.7,0-1.3,0-1.9,0c-0.6,0-1.3,0-1.9,0l0,0l0,0v-0.3l0,0h0.1
c0.3,0,0.5,0,0.5-0.5v-3.8c0-0.4-0.3-0.4-0.5-0.4h-0.1l0,0v-0.3l0,0c0.4,0,0.8,0,1.2,0s0.7,0,1.1,0l0,0l0,0v0.3l0,0h-0.2
c-0.3,0-0.5,0-0.5,0.4v3.8c0,0.3,0.2,0.3,0.4,0.4c0.1,0,0.3,0,0.4,0c0.2,0,0.4,0,0.6,0c0.3,0,0.6-0.2,0.7-0.4
c0.1-0.2,0.2-0.4,0.2-0.5l0,0l0,0h0.3l0,0C-1172.7,845.3-1172.8,845.7-1172.9,846.1L-1172.9,846.1L-1172.9,846.1z"/>
<path fill="#231F20" d="M-1172.8,841.5L-1172.8,841.5c0.2,0,0.2-0.1,0.2-0.2s-0.1-0.2-0.2-0.2h-0.1L-1172.8,841.5L-1172.8,841.5z
M-1173.1,841.9L-1173.1,841.9c0.1-0.1,0.1,0,0.1-0.1v-0.6c0-0.1,0-0.1-0.1-0.1l0,0h0.4c0.1,0,0.3,0.1,0.3,0.2s-0.1,0.2-0.2,0.2
l0.1,0.2c0.1,0.1,0.1,0.2,0.2,0.2l0,0h-0.2c-0.1,0-0.1-0.2-0.3-0.4h-0.1v0.3c0,0.1,0,0,0.1,0.1l0,0H-1173.1L-1173.1,841.9z
M-1172.7,842.2c0.3,0,0.6-0.3,0.6-0.6c0-0.3-0.3-0.6-0.6-0.6c-0.3,0-0.6,0.3-0.6,0.6C-1173.3,841.9-1173.1,842.2-1172.7,842.2
M-1172.7,840.8c0.4,0,0.8,0.3,0.8,0.8c0,0.4-0.3,0.8-0.8,0.8c-0.4,0-0.8-0.3-0.8-0.8S-1173.2,840.8-1172.7,840.8"/>
</g>
<g>
<circle fill="#FFFFFF" cx="-1206.3" cy="814.9" r="12.5"/>
<path fill="#0069AA" d="M-1206.3,827.6c-7.2,0-13.1-5.8-13.1-12.8c0-7.7,5.9-13.1,13.1-13.1h3.4c7.1,0,13.5,5.3,13.5,13.1
c0,7.1-6.5,12.8-13.5,12.8H-1206.3z M-1206.3,802.8c-6.5,0-11.8,5.3-11.8,11.9c0,6.5,5.3,11.8,11.8,11.8s11.8-5.3,11.8-11.8
C-1194.4,808.1-1199.7,802.8-1206.3,802.8z M-1208.9,821.7v-14c-2.8,1.1-4.8,3.8-4.8,7C-1213.8,817.9-1211.8,820.6-1208.9,821.7z
M-1198.7,814.7c0-3.2-2-5.9-4.8-7v14C-1200.8,820.6-1198.8,817.9-1198.7,814.7z"/>
</g>
</g>
<g>
<g>
<path fill="#FFFFFF" d="M-829.5,558.6c0,2.2-1.8,3.9-4,3.9h-51c-2.2,0-4-1.7-4-3.9v-35.2c0-2.2,1.8-3.9,4-3.9h51
c2.2,0,4,1.7,4,3.9V558.6z"/>
<path fill="#004A97" d="M-888.2,523.4v35.2c0,2,1.6,3.6,3.7,3.6h51c2,0,3.7-1.6,3.7-3.6v-35.2c0-2-1.6-3.6-3.7-3.6h-51
C-886.5,519.8-888.1,521.4-888.2,523.4 M-884.5,562.9c-2.4,0-4.3-1.9-4.3-4.2v-35.2c0-2.4,1.9-4.2,4.3-4.2h51
c2.4,0,4.3,1.9,4.3,4.2v35.2c0,2.4-1.9,4.2-4.3,4.2H-884.5z"/>
</g>
<g>
<path fill="#231F20" d="M-882,550.6c0,0.8,0.6,0.9,1.1,0.9c2.3,0,3.1-1.7,3.1-3.3c0-2-1.3-3.5-3.4-3.5c-0.4,0-0.6,0-0.8,0V550.6z
M-883.1,545.5c0-1-0.5-0.9-1-0.9v-0.3c0.4,0,0.8,0,1.3,0c0.5,0,1.1,0,1.9,0c2.8,0,4.3,1.9,4.3,3.8c0,1.1-0.6,3.7-4.4,3.7
c-0.5,0-1.1,0-1.6,0c-0.5,0-1,0-1.4,0v-0.3c0.6-0.1,1-0.1,1-0.8V545.5z"/>
<path fill="#231F20" d="M-875.1,545.3c-0.3,0-0.5-0.3-0.5-0.5c0-0.3,0.3-0.5,0.5-0.5c0.3,0,0.5,0.2,0.5,0.5
S-874.8,545.3-875.1,545.3 M-876.3,551.5h0.2c0.3,0,0.5,0,0.5-0.4v-2.9c0-0.5-0.2-0.5-0.6-0.8v-0.2c0.5-0.2,1.1-0.4,1.1-0.4
c0.1,0,0.1-0.1,0.2-0.1c0.1,0,0.1,0.1,0.1,0.2v4.1c0,0.4,0.2,0.4,0.5,0.4h0.2v0.3c-0.4,0-0.7,0-1.1,0c-0.4,0-0.8,0-1.2,0V551.5z"
/>
<path fill="#231F20" d="M-872.9,548.3c0-0.4-0.1-0.5-0.6-0.7v-0.2c0.5-0.2,0.9-0.3,1.4-0.5c0,0,0.1,0,0.1,0.1v0.7
c0.6-0.4,1.1-0.8,1.9-0.8c0.9,0,1.2,0.7,1.2,1.5v2.8c0,0.4,0.2,0.4,0.5,0.4h0.2v0.3c-0.4,0-0.8,0-1.1,0c-0.4,0-0.8,0-1.2,0v-0.3
h0.2c0.3,0,0.5,0,0.5-0.4v-2.8c0-0.6-0.4-0.9-1-0.9c-0.3,0-0.9,0.3-1.2,0.5v3.2c0,0.4,0.2,0.4,0.5,0.4h0.2v0.3c-0.4,0-0.8,0-1.1,0
c-0.4,0-0.8,0-1.2,0v-0.3h0.2c0.3,0,0.5,0,0.5-0.4V548.3z"/>
<path fill="#231F20" d="M-865.5,548.5c0.3,0,0.3-0.1,0.3-0.3c0-0.5-0.3-1-0.9-1c-0.7,0-1.1,0.5-1.2,1.3H-865.5z M-867.4,548.9
c0,0.1,0,0.3,0,0.6c0.1,1,0.7,1.9,1.6,1.9c0.6,0,1.1-0.3,1.4-0.7l0.1,0.2c-0.5,0.7-1.1,1.2-2,1.2c-1.7,0-2.1-1.7-2.1-2.3
c0-2.1,1.4-2.7,2.2-2.7c0.9,0,1.8,0.5,1.8,1.7c0,0.1,0,0.1,0,0.2l-0.1,0.1H-867.4z"/>
<path fill="#231F20" d="M-864.1,551.5h0.3c0.3,0,0.5,0,0.5-0.4v-3c0-0.3-0.4-0.4-0.6-0.5v-0.2c0.8-0.3,1.2-0.6,1.3-0.6
c0.1,0,0.1,0,0.1,0.1v1h0c0.3-0.4,0.7-1.1,1.4-1.1c0.3,0,0.6,0.2,0.6,0.6c0,0.3-0.2,0.5-0.5,0.5c-0.3,0-0.3-0.3-0.7-0.3
c-0.2,0-0.8,0.2-0.8,0.9v2.5c0,0.4,0.2,0.4,0.5,0.4h0.6v0.3c-0.6,0-1,0-1.5,0c-0.4,0-0.9,0-1.3,0V551.5z"/>
<path fill="#231F20" d="M-859.9,550.3c0.1,0.7,0.6,1.3,1.4,1.3c0.6,0,0.9-0.4,0.9-0.8c0-1.3-2.3-0.9-2.3-2.6
c0-0.6,0.5-1.4,1.7-1.4c0.3,0,0.8,0.1,1.2,0.3l0.1,1.1h-0.2c-0.1-0.7-0.5-1.1-1.2-1.1c-0.4,0-0.8,0.2-0.8,0.7
c0,1.3,2.5,0.9,2.5,2.6c0,0.7-0.6,1.5-1.8,1.5c-0.4,0-0.9-0.2-1.3-0.4l-0.1-1.2L-859.9,550.3z"/>
<path fill="#231F20" d="M-847.2,546.3h-0.3c-0.2-1.3-1.1-1.8-2.3-1.8c-1.2,0-3,0.8-3,3.4c0,2.2,1.5,3.7,3.2,3.7
c1.1,0,1.9-0.7,2.2-1.9l0.2,0.1l-0.2,1.6c-0.5,0.3-1.7,0.6-2.4,0.6c-2.5,0-4.1-1.6-4.1-4c0-2.2,2-3.8,4.1-3.8
c0.9,0,1.7,0.3,2.5,0.6L-847.2,546.3z"/>
<path fill="#231F20" d="M-846.8,551.5h0.2c0.3,0,0.5,0,0.5-0.4v-6c0-0.7-0.2-0.7-0.6-0.8v-0.2c0.4-0.1,0.9-0.3,1.1-0.5
c0.1-0.1,0.2-0.1,0.2-0.1c0.1,0,0.1,0.1,0.1,0.2v7.4c0,0.4,0.2,0.4,0.5,0.4h0.2v0.3c-0.4,0-0.7,0-1.1,0c-0.4,0-0.8,0-1.2,0V551.5z
"/>
<path fill="#231F20" d="M-839.9,551.2c0,0.2,0.1,0.2,0.3,0.2c0.1,0,0.3,0,0.4,0v0.2c-0.5,0-1.3,0.3-1.5,0.3l-0.1,0v-0.9
c-0.6,0.5-1.1,0.9-1.9,0.9c-0.6,0-1.2-0.4-1.2-1.3V548c0-0.3,0-0.5-0.6-0.6v-0.2c0.4,0,1.2-0.1,1.4-0.1c0.1,0,0.1,0.1,0.1,0.3v2.8
c0,0.3,0,1.2,0.9,1.2c0.4,0,0.8-0.3,1.3-0.7v-2.9c0-0.2-0.5-0.3-0.9-0.4v-0.2c1-0.1,1.6-0.2,1.7-0.2c0.1,0,0.1,0.1,0.1,0.2V551.2z
"/>
<path fill="#231F20" d="M-837.8,550.6c0,0.4,0.4,1.1,1.1,1.1c1.1,0,1.6-1.1,1.6-2.1c0-1.2-0.9-2.1-1.7-2.1c-0.4,0-0.7,0.3-1,0.5
V550.6z M-837.8,547.7c0.4-0.4,1-0.8,1.6-0.8c1.2,0,2,1.1,2,2.3c0,1.4-1,2.8-2.6,2.8c-0.8,0-1.2-0.3-1.5-0.4l-0.3,0.2l-0.2-0.1
c0.1-0.6,0.2-1.3,0.2-1.9v-4.6c0-0.7-0.2-0.7-0.6-0.8v-0.2c0.4-0.1,0.9-0.3,1.1-0.5c0.1-0.1,0.2-0.1,0.2-0.1
c0.1,0,0.1,0.1,0.1,0.2V547.7z"/>
<path fill="#231F20" d="M-884.1,558.1L-884.1,558.1c0.3,0,0.5,0,0.5-0.3v-3.1c0-0.3-0.2-0.3-0.4-0.3h-0.1v-0.2c0.2,0,0.6,0,0.9,0
c0.3,0,0.6,0,0.9,0v0.2h-0.1c-0.2,0-0.4,0-0.4,0.3v3.1c0,0.3,0.2,0.3,0.4,0.3h0.1v0.2c-0.3,0-0.6,0-0.9,0c-0.3,0-0.6,0-0.9,0
V558.1z"/>
<path fill="#231F20" d="M-882.3,558.2l0-0.1h-0.1c-0.2,0-0.5,0-0.5-0.4v-3.1c0-0.3,0.2-0.4,0.5-0.4h0.1v-0.1c-0.3,0-0.6,0-0.9,0
c-0.3,0-0.6,0-0.8,0v0.1h0.1c0.2,0,0.5,0,0.5,0.4v3.1c0,0.3-0.2,0.4-0.5,0.4h-0.1v0.1c0.2,0,0.6,0,0.8,0
C-882.9,558.2-882.6,558.2-882.3,558.2 M-882.3,558.3c-0.3,0-0.6,0-0.9,0c-0.3,0-0.6,0-0.9,0h0v0v-0.2v0h0h0.1
c0.2,0,0.4,0,0.4-0.3v-3.1c0-0.3-0.2-0.3-0.4-0.3h-0.1v0v-0.2h0c0.2,0,0.6,0,0.9,0c0.3,0,0.6,0,0.9,0h0v0v0.2h0h-0.1
c-0.2,0-0.4,0-0.4,0.3v3.1c0,0.3,0.2,0.3,0.4,0.3h0.1v0L-882.3,558.3L-882.3,558.3z"/>
<path fill="#231F20" d="M-878.3,557.1L-878.3,557.1l0-2.2c0-0.5-0.3-0.5-0.5-0.5h-0.1v-0.2c0.3,0,0.5,0,0.8,0c0.2,0,0.5,0,0.7,0
v0.2h-0.1c-0.2,0-0.5,0-0.5,0.7v2.7c0,0.2,0,0.4,0,0.6h-0.2l-3-3.4v2.4c0,0.5,0.1,0.7,0.5,0.7h0.1v0.2c-0.3,0-0.5,0-0.8,0
c-0.3,0-0.5,0-0.8,0v-0.2h0.1c0.4,0,0.5-0.3,0.5-0.7v-2.5c0-0.3-0.3-0.5-0.5-0.5h-0.1v-0.2c0.2,0,0.4,0,0.7,0c0.2,0,0.3,0,0.5,0
L-878.3,557.1z"/>
<path fill="#231F20" d="M-878.3,557.1L-878.3,557.1L-878.3,557.1L-878.3,557.1z M-878.3,557.1L-878.3,557.1L-878.3,557.1z
M-878.2,558.3h0.2c0-0.2,0-0.4,0-0.6v-2.7c0-0.7,0.3-0.8,0.5-0.8h0.1v-0.1c-0.2,0-0.5,0-0.7,0c-0.3,0-0.5,0-0.8,0l0,0.1h0.1
c0.2,0,0.5,0.1,0.5,0.6l0,2.2l0,0l0,0l-2.6-2.9c-0.2,0-0.3,0-0.5,0c-0.2,0-0.4,0-0.6,0l0,0.1h0.1c0.3,0,0.6,0.2,0.6,0.6v2.5
c0,0.5-0.1,0.8-0.6,0.8l-0.1,0v0.1c0.3,0,0.5,0,0.8,0c0.2,0,0.5,0,0.7,0v-0.1h-0.1c-0.5,0-0.6-0.2-0.6-0.7v-2.5L-878.2,558.3z
M-877.9,558.4l-0.2,0l-3-3.3v2.3c0,0.5,0.1,0.7,0.5,0.7h0.1v0v0.2h0c-0.3,0-0.5,0-0.8,0c-0.3,0-0.5,0-0.8,0h0v0V558h0h0.1
c0.4,0,0.5-0.3,0.5-0.7v-2.5c0-0.3-0.3-0.5-0.5-0.5h-0.1v0v-0.2h0c0.2,0,0.5,0,0.7,0c0.2,0,0.3,0,0.5,0l2.6,2.9v-2.1
c0-0.5-0.3-0.5-0.5-0.5h-0.2v0v-0.2h0c0.3,0,0.5,0,0.8,0c0.2,0,0.5,0,0.7,0h0v0v0.2h0h-0.1c-0.2,0-0.5,0-0.5,0.7v2.7
C-877.9,557.9-877.9,558.2-877.9,558.4L-877.9,558.4L-877.9,558.4z"/>
<path fill="#231F20" d="M-876.5,554.5c-0.4,0-0.5,0.1-0.5,0.5h-0.2c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0-0.3,0-0.5h0.1
c0,0.2,0.2,0.2,0.4,0.2h3c0.2,0,0.3,0,0.3-0.2l0.1,0c0,0.2,0,0.3-0.1,0.5c0,0.2,0,0.3,0,0.5l-0.2,0.1c0-0.2,0-0.6-0.4-0.6h-1v3.1
c0,0.5,0.2,0.5,0.5,0.5h0.1v0.2c-0.2,0-0.6,0-1,0c-0.4,0-0.8,0-1,0v-0.2h0.1c0.3,0,0.5,0,0.5-0.5v-3.1H-876.5z"/>
<path fill="#231F20" d="M-874.2,558.3c-0.2,0-0.6,0-1,0c-0.4,0-0.8,0-1,0h0v0V558h0h0.1c0.3,0,0.5,0,0.5-0.5v-3.1h-0.9v0v0h1v3.1
c0,0.5-0.2,0.5-0.5,0.5h-0.1v0.1c0.2,0,0.6,0,1,0C-874.8,558.2-874.4,558.2-874.2,558.3l0-0.2h-0.1c-0.3,0-0.5-0.1-0.5-0.5v-3.1h1
c0.4,0,0.4,0.3,0.5,0.6l0.1,0c0-0.2,0-0.3,0-0.5c0-0.2,0-0.3,0.1-0.4l-0.1,0c0,0.2-0.2,0.2-0.3,0.2h-3h0c-0.1,0-0.3,0-0.3-0.2
h-0.1c0,0.2,0,0.3,0,0.5c0,0.2,0,0.3-0.1,0.5h0.1c0.1-0.4,0.1-0.5,0.6-0.5v0v0c-0.4,0-0.4,0.1-0.5,0.5l0,0h0h-0.2l0,0
c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0-0.3,0-0.5v0h0h0.2l0,0c0,0.1,0.1,0.1,0.3,0.2h0h3c0.2,0,0.3,0,0.3-0.2l0,0l0,0l0.2,0l0,0
c0,0.2,0,0.3-0.1,0.5c0,0.2,0,0.3,0,0.5v0l0,0l-0.2,0.1l0,0c0-0.2,0-0.5-0.4-0.5h-0.9v3.1c0,0.4,0.2,0.5,0.5,0.5h0.1v0
L-874.2,558.3L-874.2,558.3z"/>
<path fill="#231F20" d="M-873,558.1L-873,558.1c0.3,0,0.5,0,0.5-0.3v-3.1c0-0.3-0.2-0.3-0.4-0.3h-0.1v-0.2c0.4,0,1,0,1.5,0
c0.5,0,1.1,0,1.5,0c0,0.3,0,0.6,0,0.9l-0.2,0c0-0.4-0.1-0.7-0.7-0.7h-0.8v1.5h0.7c0.4,0,0.4-0.2,0.5-0.5h0.2c0,0.2,0,0.5,0,0.7
c0,0.2,0,0.4,0,0.7l-0.2,0c0-0.4-0.1-0.6-0.5-0.6h-0.7v1.4c0,0.4,0.3,0.4,0.7,0.4c0.7,0,1,0,1.2-0.7l0.2,0
c-0.1,0.3-0.1,0.6-0.2,0.9c-0.4,0-1,0-1.6,0c-0.5,0-1.2,0-1.6,0V558.1z"/>
<path fill="#231F20" d="M-869.9,558.2c0.1-0.3,0.1-0.6,0.2-0.9l-0.1,0c-0.2,0.7-0.5,0.7-1.2,0.7c-0.4,0-0.7,0-0.7-0.4v-1.4h0.7
c0.4,0,0.4,0.2,0.5,0.6l0.1,0c0-0.2,0-0.4,0-0.6c0-0.2,0-0.4,0-0.7h-0.1c0,0.3-0.1,0.5-0.5,0.5h-0.7v-1.6h0.8
c0.6,0,0.7,0.3,0.7,0.7l0.1,0c0-0.2,0-0.4,0-0.6c0-0.1,0-0.2,0-0.3c-0.4,0-1,0-1.5,0c-0.5,0-1.1,0-1.4,0v0.1h0.1
c0.2,0,0.5,0,0.5,0.4v3.1c0,0.3-0.2,0.4-0.5,0.4h-0.1v0.1c0.3,0,1,0,1.5,0C-870.9,558.2-870.2,558.2-869.9,558.2 M-869.8,558.3
c-0.4,0-1,0-1.6,0c-0.5,0-1.2,0-1.6,0h0v0v-0.2v0h0h0.1c0.2,0,0.4,0,0.4-0.3v-3.1c0-0.3-0.2-0.3-0.4-0.3h-0.1v0v-0.2h0
c0.4,0,1,0,1.5,0c0.5,0,1.1,0,1.5,0h0l0,0c0,0.1,0,0.2,0,0.3c0,0.2,0,0.4,0,0.6l0,0l0,0l-0.2,0.1l0,0c0-0.4-0.1-0.7-0.7-0.7h-0.8
l0,1.5h0.7c0.3,0,0.4-0.2,0.4-0.5l0,0h0h0.2l0,0c0,0.2,0,0.5,0,0.7c0,0.2,0,0.4,0,0.7l0,0l0,0l-0.2,0l0,0c0-0.4,0-0.6-0.4-0.6
h-0.7v1.3c0,0.4,0.3,0.4,0.7,0.4c0.7,0,1,0,1.2-0.7l0,0l0,0l0.2,0l0,0C-869.7,557.6-869.8,557.9-869.8,558.3L-869.8,558.3
L-869.8,558.3z"/>
<path fill="#231F20" d="M-868.1,556.1h0.3c0.6,0,0.9-0.2,0.9-0.9c0-0.5-0.3-0.9-0.9-0.9c-0.2,0-0.2,0-0.3,0V556.1z M-868.8,554.8
c0-0.4-0.2-0.4-0.4-0.4h-0.1v-0.2c0.2,0,0.5,0,0.9,0c0.3,0,0.6,0,0.9,0c0.7,0,1.4,0.2,1.4,1c0,0.5-0.4,0.8-0.8,1l1,1.5
c0.2,0.2,0.3,0.3,0.6,0.4v0.2c-0.2,0-0.4,0-0.6,0c-0.2,0-0.4,0-0.5,0c-0.5-0.6-0.8-1.2-1.2-1.9h-0.4v1.3c0,0.4,0.2,0.5,0.5,0.5
h0.1v0.2c-0.3,0-0.7,0-1,0c-0.3,0-0.6,0-0.8,0v-0.2h0.1c0.2,0,0.4-0.1,0.4-0.3V554.8z"/>
<path fill="#231F20" d="M-867.8,556.1c0.6,0,0.9-0.2,0.9-0.9c0-0.5-0.3-0.8-0.8-0.8c-0.2,0-0.2,0-0.3,0v1.7H-867.8z M-868.1,556.2
L-868.1,556.2l0-1.8l0,0c0.1,0,0.2,0,0.3,0c0.5,0,0.9,0.3,0.9,0.9c0,0.7-0.3,0.9-0.9,0.9H-868.1z M-868.1,556.3h0.4l0,0
c0.4,0.7,0.8,1.3,1.2,1.9c0.2,0,0.4,0,0.5,0c0.2,0,0.4,0,0.5,0v-0.1c-0.3,0-0.4-0.1-0.6-0.4l-1-1.5l0,0c0.5-0.2,0.8-0.5,0.8-1
c0-0.8-0.6-1-1.4-1c-0.3,0-0.6,0-0.9,0c-0.3,0-0.7,0-0.9,0v0.1h0.1c0.2,0,0.4,0,0.4,0.5v3c0,0.2-0.2,0.3-0.4,0.3h-0.1v0.1
c0.3,0,0.5,0,0.8,0c0.3,0,0.7,0,1,0v-0.1h-0.1c-0.3,0-0.5,0-0.5-0.5L-868.1,556.3L-868.1,556.3z M-865.4,558.3c-0.2,0-0.4,0-0.6,0
c-0.2,0-0.4,0-0.6,0c-0.4-0.6-0.8-1.2-1.2-1.9h-0.3v1.2c0,0.4,0.2,0.4,0.5,0.4h0.1v0v0.2h0c-0.3,0-0.7,0-1,0c-0.3,0-0.6,0-0.8,0h0
v0V558h0h0.1c0.2,0,0.4-0.1,0.4-0.3v-3c0-0.4-0.2-0.4-0.4-0.4h-0.1v0v-0.2h0c0.2,0,0.5,0,0.9,0c0.3,0,0.6,0,0.9,0
c0.7,0,1.4,0.2,1.4,1.1c0,0.5-0.3,0.9-0.8,1l1,1.5c0.2,0.2,0.3,0.3,0.5,0.3l0,0v0L-865.4,558.3L-865.4,558.3z"/>
<path fill="#231F20" d="M-861.4,557.1L-861.4,557.1l0-2.2c0-0.5-0.3-0.5-0.5-0.5h-0.1v-0.2c0.3,0,0.5,0,0.8,0c0.2,0,0.5,0,0.7,0
v0.2h-0.1c-0.2,0-0.5,0-0.5,0.7v2.7c0,0.2,0,0.4,0,0.6h-0.2l-3-3.4v2.4c0,0.5,0.1,0.7,0.5,0.7h0.1v0.2c-0.3,0-0.5,0-0.8,0
c-0.3,0-0.5,0-0.8,0v-0.2h0.1c0.4,0,0.5-0.3,0.5-0.7v-2.5c0-0.3-0.3-0.5-0.5-0.5h-0.1v-0.2c0.2,0,0.5,0,0.7,0c0.2,0,0.3,0,0.5,0
L-861.4,557.1z"/>
<path fill="#231F20" d="M-861.4,557.1L-861.4,557.1L-861.4,557.1L-861.4,557.1z M-861.4,557.1L-861.4,557.1L-861.4,557.1z
M-861.3,558.3h0.2c0-0.2,0-0.4,0-0.6v-2.7c0-0.7,0.3-0.8,0.5-0.8h0.1v-0.1c-0.2,0-0.5,0-0.7,0c-0.3,0-0.5,0-0.8,0v0.1h0.1
c0.2,0,0.5,0.1,0.5,0.6l0,2.2l0,0l0,0l-2.6-2.9c-0.2,0-0.3,0-0.5,0c-0.2,0-0.4,0-0.6,0v0.1h0.1c0.3,0,0.6,0.2,0.6,0.6v2.5
c0,0.5-0.1,0.8-0.6,0.8l-0.1,0v0.1c0.3,0,0.5,0,0.8,0c0.2,0,0.5,0,0.7,0v-0.1h-0.1c-0.5,0-0.6-0.2-0.6-0.7v-2.5L-861.3,558.3z
M-861.1,558.4l-0.2,0l-3-3.3v2.3c0,0.5,0.1,0.7,0.5,0.7h0.1v0v0.2h0c-0.3,0-0.5,0-0.8,0c-0.3,0-0.5,0-0.8,0h0v0V558h0h0.1
c0.4,0,0.5-0.3,0.5-0.7v-2.5c0-0.3-0.3-0.5-0.5-0.5h-0.1v0v-0.2h0c0.2,0,0.5,0,0.7,0c0.2,0,0.3,0,0.5,0l2.6,2.9v-2.1
c0-0.5-0.3-0.5-0.5-0.5h-0.2v0v-0.2h0c0.3,0,0.5,0,0.8,0c0.2,0,0.5,0,0.7,0h0v0v0.2h0h-0.1c-0.2,0-0.5,0-0.5,0.7v2.7
C-861.1,557.9-861.1,558.2-861.1,558.4L-861.1,558.4L-861.1,558.4z"/>
<path fill="#231F20" d="M-858.7,554.8L-858.7,554.8l-0.6,1.7h1.1L-858.7,554.8z M-859.6,557.4c-0.1,0.2-0.1,0.4-0.1,0.5
c0,0.2,0.2,0.2,0.4,0.2h0.1v0.2c-0.2,0-0.5,0-0.7,0c-0.2,0-0.4,0-0.6,0v-0.2h0c0.2,0,0.4-0.1,0.5-0.4l0.9-2.7
c0.1-0.2,0.2-0.5,0.2-0.7c0.2-0.1,0.4-0.2,0.5-0.3c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0.1,0.1,0.1l1.1,3.1c0.1,0.2,0.1,0.4,0.2,0.6
c0.1,0.2,0.2,0.2,0.4,0.2h0v0.2c-0.3,0-0.5,0-0.8,0c-0.3,0-0.6,0-0.9,0v-0.2h0.1c0.1,0,0.4,0,0.4-0.2c0-0.1-0.1-0.2-0.1-0.4
l-0.2-0.7h-1.3L-859.6,557.4z"/>
<path fill="#231F20" d="M-858.7,554.8L-858.7,554.8L-858.7,554.8z M-859.2,556.5h1l-0.5-1.6L-859.2,556.5z M-859.3,556.5l0.6-1.7
h0h0v0l0,0l0,0v0h0l0.6,1.7H-859.3z M-858.1,558.2c0.3,0,0.6,0,0.9,0c0.3,0,0.5,0,0.8,0v-0.1h0c-0.2,0-0.3-0.1-0.4-0.2
c-0.1-0.2-0.1-0.4-0.2-0.6l-1.1-3.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0h0c0,0,0,0,0,0c-0.1,0.1-0.3,0.2-0.5,0.2c0,0.2-0.1,0.5-0.2,0.7
l-0.9,2.7c-0.1,0.3-0.3,0.4-0.5,0.4h0v0.1c0.2,0,0.4,0,0.6,0c0.2,0,0.5,0,0.7,0v-0.1h0c-0.2,0-0.5,0-0.5-0.2
c0-0.1,0.1-0.3,0.1-0.5l0,0l0,0l0.2-0.6h1.4l0.2,0.7c0.1,0.2,0.1,0.3,0.1,0.4c0,0.2-0.3,0.2-0.4,0.2h0V558.2z M-856.4,558.3
c-0.3,0-0.5,0-0.8,0c-0.3,0-0.6,0-0.9,0l0,0v0V558h0h0.1c0.1,0,0.3,0,0.3-0.1c0-0.1-0.1-0.2-0.1-0.4l-0.2-0.7h-1.3l-0.2,0.6
c-0.1,0.2-0.1,0.4-0.1,0.4c0,0.1,0.2,0.2,0.4,0.2h0.1v0v0.2l0,0c-0.2,0-0.5,0-0.7,0c-0.2,0-0.4,0-0.6,0l0,0v0V558h0h0
c0.2,0,0.4-0.1,0.5-0.4l0.9-2.7c0.1-0.2,0.2-0.5,0.2-0.7c0.2-0.1,0.4-0.2,0.5-0.3c0,0,0,0,0.1,0c0,0,0,0,0.1,0c0,0,0,0.1,0.1,0.1
l1.1,3.1c0.1,0.2,0.1,0.4,0.2,0.6c0.1,0.2,0.2,0.2,0.4,0.2h0.1v0L-856.4,558.3L-856.4,558.3z"/>
<path fill="#231F20" d="M-856.2,554.5c-0.4,0-0.5,0.1-0.5,0.5h-0.2c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0-0.3,0-0.5h0.1
c0,0.2,0.2,0.2,0.3,0.2h3c0.2,0,0.3,0,0.3-0.2l0.1,0c0,0.2,0,0.3-0.1,0.5c0,0.2,0,0.3,0,0.5l-0.2,0.1c0-0.2,0-0.6-0.4-0.6h-1v3.1
c0,0.5,0.2,0.5,0.5,0.5h0.1v0.2c-0.2,0-0.6,0-1,0c-0.3,0-0.8,0-1,0v-0.2h0.1c0.3,0,0.5,0,0.5-0.5v-3.1H-856.2z"/>
<path fill="#231F20" d="M-853.9,558.3c-0.2,0-0.6,0-1,0c-0.3,0-0.8,0-1,0h0v0V558h0h0.1c0.3,0,0.5,0,0.5-0.5l0-3.1h-0.9v0v0h1v3.1
c0,0.5-0.2,0.5-0.5,0.5h-0.1v0.1c0.2,0,0.6,0,1,0C-854.5,558.2-854.1,558.2-853.9,558.3l0-0.2h-0.1c-0.3,0-0.5-0.1-0.5-0.5v-3.1h1
c0.4,0,0.4,0.3,0.5,0.6l0.1,0c0-0.2,0-0.3,0-0.5c0-0.2,0-0.3,0.1-0.4l-0.1,0c0,0.2-0.2,0.2-0.3,0.2h-3h0c-0.1,0-0.3,0-0.3-0.2
h-0.1c0,0.2,0,0.3,0,0.5c0,0.2,0,0.3-0.1,0.5h0.1c0.1-0.4,0.1-0.5,0.6-0.5v0v0c-0.4,0-0.4,0.1-0.5,0.5l0,0h0h-0.2l0,0
c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0-0.3,0-0.5v0h0h0.2l0,0c0,0.1,0.1,0.1,0.3,0.2h0h3c0.2,0,0.3,0,0.3-0.2l0,0l0,0l0.2,0l0,0
c0,0.2,0,0.3-0.1,0.5c0,0.2,0,0.3,0,0.5v0l0,0l-0.2,0.1l0,0c0-0.2,0-0.5-0.4-0.5h-0.9v3.1c0,0.4,0.2,0.5,0.5,0.5h0.1v0
L-853.9,558.3L-853.9,558.3z"/>
<path fill="#231F20" d="M-852.6,558.1L-852.6,558.1c0.3,0,0.5,0,0.5-0.3v-3.1c0-0.3-0.2-0.3-0.4-0.3h-0.1v-0.2c0.2,0,0.6,0,0.9,0
c0.3,0,0.6,0,0.9,0v0.2h-0.1c-0.2,0-0.4,0-0.4,0.3v3.1c0,0.3,0.2,0.3,0.4,0.3h0.1v0.2c-0.3,0-0.6,0-0.9,0c-0.3,0-0.6,0-0.9,0
V558.1z"/>
<path fill="#231F20" d="M-850.9,558.2v-0.1h-0.1c-0.2,0-0.5,0-0.5-0.4v-3.1c0-0.3,0.2-0.4,0.5-0.4h0.1v-0.1c-0.3,0-0.6,0-0.9,0
c-0.3,0-0.6,0-0.8,0v0.1h0.1c0.2,0,0.5,0,0.5,0.4v3.1c0,0.3-0.2,0.4-0.5,0.4h-0.1v0.1c0.2,0,0.6,0,0.8,0
C-851.5,558.2-851.1,558.2-850.9,558.2 M-850.8,558.3c-0.3,0-0.6,0-0.9,0c-0.3,0-0.6,0-0.9,0h0v0v-0.2v0h0h0.1
c0.2,0,0.4,0,0.4-0.3v-3.1c0-0.3-0.2-0.3-0.4-0.3h-0.1v0v-0.2h0c0.2,0,0.6,0,0.9,0c0.3,0,0.6,0,0.9,0h0v0v0.2h0h-0.1
c-0.2,0-0.4,0-0.4,0.3v3.1c0,0.3,0.2,0.3,0.4,0.3h0.1v0L-850.8,558.3L-850.8,558.3z"/>
<path fill="#231F20" d="M-848.4,558.1c1.1,0,1.3-1,1.3-1.9c0-0.9-0.5-1.9-1.4-1.9c-1,0-1.3,0.9-1.3,1.7
C-849.8,557.1-849.4,558.1-848.4,558.1 M-848.5,554.1c1.2,0,2.2,0.8,2.2,2c0,1.3-1,2.2-2.2,2.2c-1.2,0-2.2-0.8-2.2-2.1
C-850.7,555-849.7,554.1-848.5,554.1"/>
<path fill="#231F20" d="M-849.9,556c0-0.8,0.3-1.7,1.4-1.7c1,0,1.5,1.1,1.5,1.9c0,0.9-0.2,1.9-1.4,1.9v0v0c1.1,0,1.3-1,1.3-1.8
c0-0.8-0.5-1.9-1.4-1.9C-849.5,554.4-849.8,555.3-849.9,556c0.1,1,0.5,2,1.5,2v0v0C-849.4,558.1-849.9,557.1-849.9,556
M-850.7,556.2c0-1.2,1-2.2,2.2-2.2v0v0C-849.7,554.1-850.6,555-850.7,556.2c0.1,1.2,1,2.1,2.2,2.1c1.2,0,2.2-0.9,2.2-2.2
c0-1.2-1-2-2.2-2v0v0c1.3,0,2.3,0.8,2.3,2c0,1.4-1,2.3-2.2,2.3C-849.7,558.4-850.7,557.5-850.7,556.2"/>
<path fill="#231F20" d="M-842.3,557.1L-842.3,557.1l0-2.2c0-0.5-0.3-0.5-0.5-0.5h-0.1v-0.2c0.3,0,0.5,0,0.8,0c0.2,0,0.5,0,0.7,0
v0.2h-0.1c-0.2,0-0.5,0-0.5,0.7v2.7c0,0.2,0,0.4,0,0.6h-0.2l-3-3.4v2.4c0,0.5,0.1,0.7,0.5,0.7h0.1v0.2c-0.3,0-0.5,0-0.8,0
c-0.3,0-0.5,0-0.8,0v-0.2h0.1c0.4,0,0.5-0.3,0.5-0.7v-2.5c0-0.3-0.3-0.5-0.5-0.5h-0.1v-0.2c0.2,0,0.4,0,0.7,0c0.2,0,0.3,0,0.5,0
L-842.3,557.1z"/>
<path fill="#231F20" d="M-842.3,557.1L-842.3,557.1L-842.3,557.1L-842.3,557.1z M-842.3,557.1L-842.3,557.1L-842.3,557.1z
M-842.2,558.3h0.2c0-0.2,0-0.4,0-0.6v-2.7c0-0.7,0.3-0.8,0.5-0.8h0.1v-0.1c-0.2,0-0.5,0-0.7,0c-0.3,0-0.5,0-0.8,0v0.1h0.1
c0.2,0,0.5,0.1,0.5,0.6l0,2.2l0,0l0,0l-2.6-2.9c-0.2,0-0.3,0-0.5,0c-0.2,0-0.4,0-0.6,0v0.1h0.1c0.3,0,0.6,0.2,0.6,0.6v2.5
c0,0.5-0.1,0.8-0.6,0.8l-0.1,0v0.1c0.3,0,0.5,0,0.8,0c0.2,0,0.5,0,0.7,0v-0.1h-0.1c-0.5,0-0.6-0.2-0.6-0.7v-2.5L-842.2,558.3z
M-842,558.4l-0.2,0l-3-3.3v2.3c0,0.5,0.1,0.7,0.5,0.7h0.1v0v0.2h0c-0.3,0-0.5,0-0.8,0c-0.3,0-0.5,0-0.8,0h0v0V558h0h0.1
c0.4,0,0.5-0.2,0.5-0.7v-2.5c0-0.3-0.3-0.5-0.5-0.5h-0.1v0v-0.2h0c0.2,0,0.5,0,0.7,0c0.2,0,0.3,0,0.5,0l2.6,2.9v-2.1
c0-0.5-0.3-0.5-0.5-0.5h-0.2v0v-0.2h0c0.3,0,0.5,0,0.8,0c0.2,0,0.5,0,0.7,0h0v0v0.2h0h-0.1c-0.2,0-0.5,0-0.5,0.7v2.7
C-842,557.9-842,558.2-842,558.4L-842,558.4L-842,558.4z"/>
<path fill="#231F20" d="M-839.6,554.8L-839.6,554.8l-0.6,1.7h1.1L-839.6,554.8z M-840.5,557.4c-0.1,0.2-0.1,0.4-0.1,0.5
c0,0.2,0.2,0.2,0.4,0.2h0.1v0.2c-0.2,0-0.5,0-0.7,0c-0.2,0-0.4,0-0.6,0v-0.2h0c0.2,0,0.4-0.1,0.5-0.4l0.9-2.7
c0.1-0.2,0.2-0.5,0.2-0.7c0.2-0.1,0.4-0.2,0.5-0.3c0,0,0,0,0,0c0,0,0,0,0,0c0,0,0,0.1,0.1,0.1l1.1,3.1c0.1,0.2,0.1,0.4,0.2,0.6
c0.1,0.2,0.2,0.2,0.4,0.2h0v0.2c-0.3,0-0.5,0-0.8,0c-0.3,0-0.6,0-0.9,0v-0.2h0.1c0.1,0,0.4,0,0.4-0.2c0-0.1-0.1-0.2-0.1-0.4
l-0.2-0.7h-1.3L-840.5,557.4z"/>
<path fill="#231F20" d="M-839.7,554.8L-839.7,554.8L-839.7,554.8z M-840.2,556.5h1l-0.5-1.6L-840.2,556.5z M-840.2,556.5l0.6-1.7
h0h0v0l0,0l0,0v0h0l0.6,1.7H-840.2z M-839,558.2c0.3,0,0.6,0,0.9,0c0.3,0,0.5,0,0.8,0l0-0.1h0c-0.2,0-0.3-0.1-0.4-0.2
c-0.1-0.2-0.1-0.4-0.2-0.6l-1.1-3.1c0,0,0-0.1,0-0.1c0,0,0,0,0,0h0c0,0,0,0,0,0c-0.1,0.1-0.3,0.2-0.5,0.2c0,0.2-0.1,0.5-0.2,0.7
l-0.9,2.7c-0.1,0.3-0.3,0.4-0.5,0.4h0v0.1c0.2,0,0.4,0,0.6,0c0.2,0,0.5,0,0.7,0v-0.1h0c-0.2,0-0.5,0-0.5-0.2
c0-0.1,0.1-0.3,0.1-0.5l0,0l0,0l0.2-0.6h1.4l0.2,0.7c0.1,0.2,0.1,0.3,0.1,0.4c0,0.2-0.3,0.2-0.4,0.2h0V558.2z M-837.4,558.3
c-0.3,0-0.5,0-0.8,0c-0.3,0-0.6,0-0.9,0l0,0v0V558h0h0.1c0.1,0,0.3,0,0.3-0.1c0-0.1-0.1-0.2-0.1-0.4l-0.2-0.7h-1.3l-0.2,0.6
c-0.1,0.2-0.1,0.4-0.1,0.4c0,0.1,0.2,0.2,0.4,0.2h0.1v0v0.2l0,0c-0.2,0-0.5,0-0.7,0c-0.2,0-0.4,0-0.6,0l0,0v0V558h0h0
c0.2,0,0.4-0.1,0.5-0.4l0.9-2.7c0.1-0.2,0.2-0.5,0.2-0.7c0.2-0.1,0.4-0.2,0.5-0.3c0,0,0,0,0.1,0c0,0,0,0,0.1,0c0,0,0,0.1,0.1,0.1
l1.1,3.1c0.1,0.2,0.1,0.4,0.2,0.6c0.1,0.2,0.2,0.2,0.4,0.2h0.1v0L-837.4,558.3L-837.4,558.3z"/>
<path fill="#231F20" d="M-835.9,557.7c0,0.2,0.2,0.3,0.3,0.3c0.2,0,0.5,0,0.8,0c0.2,0,0.5-0.2,0.6-0.3c0.1-0.1,0.1-0.3,0.2-0.4
h0.2c-0.1,0.3-0.1,0.7-0.2,1c-0.5,0-1,0-1.5,0c-0.5,0-1,0-1.5,0v-0.2h0.1c0.2,0,0.4,0,0.4-0.4v-3c0-0.3-0.2-0.3-0.4-0.3h-0.1v-0.2
c0.3,0,0.6,0,0.9,0c0.3,0,0.6,0,0.9,0v0.2h-0.1c-0.2,0-0.4,0-0.4,0.3V557.7z"/>
<path fill="#231F20" d="M-834.1,558.2c0.1-0.3,0.1-0.6,0.2-0.9h-0.1c0,0.1-0.1,0.3-0.2,0.4c-0.1,0.2-0.3,0.3-0.6,0.3
c-0.2,0-0.3,0-0.4,0c-0.1,0-0.2,0-0.3,0c-0.2,0-0.4-0.1-0.4-0.4v-3c0-0.3,0.2-0.3,0.4-0.3h0.1v-0.1c-0.3,0-0.6,0-0.9,0
c-0.3,0-0.6,0-0.9,0v0.1h0.1c0.2,0,0.5,0,0.5,0.4v3c0,0.4-0.3,0.4-0.5,0.4h-0.1v0.1c0.5,0,1,0,1.5,0
C-835.1,558.2-834.6,558.2-834.1,558.2 M-834.1,558.3c-0.5,0-1,0-1.5,0c-0.5,0-1,0-1.5,0h0v0V558h0h0.1c0.2,0,0.4,0,0.4-0.4v-3
c0-0.3-0.2-0.3-0.4-0.3h-0.1v0v-0.2h0c0.3,0,0.6,0,0.9,0c0.3,0,0.6,0,0.9,0h0v0v0.2h0h-0.1c-0.2,0-0.4,0-0.4,0.3v3
c0,0.2,0.1,0.3,0.3,0.3c0.1,0,0.2,0,0.3,0c0.1,0,0.3,0,0.4,0c0.2,0,0.4-0.2,0.5-0.3c0.1-0.1,0.1-0.3,0.2-0.4l0,0h0h0.2l0,0
C-833.9,557.6-834,557.9-834.1,558.3L-834.1,558.3L-834.1,558.3z"/>
<path fill="#231F20" d="M-834,554.6L-834,554.6c0.2,0,0.2-0.1,0.2-0.2c0-0.1-0.1-0.1-0.1-0.1h-0.1V554.6z M-834.2,554.9
L-834.2,554.9C-834.2,554.9-834.2,554.9-834.2,554.9l0.1-0.5c0-0.1,0-0.1-0.1-0.1v0h0.3c0.1,0,0.2,0.1,0.2,0.2
c0,0.1-0.1,0.2-0.1,0.2l0.1,0.1c0,0.1,0.1,0.1,0.1,0.1v0h-0.1c-0.1,0-0.1-0.1-0.2-0.3h-0.1v0.2c0,0,0,0,0.1,0v0H-834.2z
M-833.9,555.1c0.3,0,0.5-0.2,0.5-0.5c0-0.3-0.2-0.5-0.5-0.5c-0.3,0-0.5,0.2-0.5,0.5C-834.4,554.9-834.2,555.1-833.9,555.1
M-833.9,554c0.4,0,0.6,0.3,0.6,0.6c0,0.3-0.3,0.6-0.6,0.6c-0.4,0-0.6-0.3-0.6-0.6C-834.6,554.3-834.3,554-833.9,554"/>
</g>
<g>
<circle fill="#FFFFFF" cx="-860.5" cy="533.5" r="9.9"/>
<path fill="#004A97" d="M-860.5,543.6c-5.7,0-10.3-4.6-10.3-10.2c0-6.1,4.7-10.3,10.3-10.3h2.7c5.6,0,10.7,4.2,10.7,10.3
c0,5.6-5.1,10.2-10.7,10.2H-860.5z M-860.5,524c-5.2,0-9.4,4.2-9.4,9.4c0,5.2,4.2,9.4,9.4,9.4c5.2,0,9.4-4.2,9.4-9.4
C-851.1,528.2-855.3,524-860.5,524z M-862.6,538.9v-11.1c-2.2,0.9-3.8,3-3.8,5.5C-866.4,535.9-864.9,538-862.6,538.9z
M-854.5,533.3c0-2.5-1.6-4.7-3.8-5.6v11.1C-856.1,538-854.6,535.9-854.5,533.3z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 18.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100px" height="48px" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="-909 517 100 48" enable-background="new -909 517 100 48" xml:space="preserve">
<g>
<rect x="-890.4" y="521" fill="#FFFFFF" width="62.7" height="40"/>
<path fill="#231F20" d="M-827.6,520.8l-63,0l0,40.4l63.2,0l0-40.4H-827.6z M-827.9,521.2c0,0.4,0,39.1,0,39.5c-0.5,0-61.8,0-62.3,0
c0-0.5,0-39.1,0-39.5C-889.7,521.3-828.3,521.2-827.9,521.2z"/>
<path fill="#F58220" d="M-827.9,543.2c0,0-17.1,12.1-48.5,17.5h48.5V543.2z"/>
<g>
<path fill="#F58220" d="M-857.5,532.4c-2.6,0-4.7,2-4.7,4.5c0,2.6,2,4.6,4.7,4.6c2.6,0,4.7-2,4.7-4.6
C-852.9,534.4-854.9,532.4-857.5,532.4z"/>
<path fill="#001722" d="M-884,532.6h-2.5v8.7h2.5c1.3,0,2.3-0.3,3.1-1c1-0.8,1.6-2.1,1.6-3.4C-879.3,534.4-881.2,532.6-884,532.6z
M-882,539.1c-0.5,0.5-1.2,0.7-2.3,0.7h-0.5V534h0.5c1.1,0,1.8,0.2,2.3,0.7c0.6,0.5,0.9,1.3,0.9,2.2
C-881,537.8-881.4,538.6-882,539.1z"/>
<rect x="-878.5" y="532.6" fill="#001722" width="1.7" height="8.7"/>
<path fill="#001722" d="M-872.6,535.9c-1-0.4-1.3-0.6-1.3-1.1c0-0.6,0.5-1,1.3-1c0.5,0,0.9,0.2,1.4,0.7l0.9-1.2
c-0.7-0.6-1.6-1-2.6-1c-1.5,0-2.7,1.1-2.7,2.5c0,1.2,0.6,1.8,2.2,2.4c0.7,0.2,1,0.4,1.2,0.5c0.3,0.2,0.5,0.5,0.5,0.9
c0,0.7-0.6,1.2-1.3,1.2c-0.8,0-1.5-0.4-1.9-1.2l-1.1,1.1c0.8,1.2,1.7,1.7,3,1.7c1.8,0,3-1.2,3-2.9
C-870.1,537.3-870.7,536.6-872.6,535.9z"/>
<path fill="#001722" d="M-869.6,536.9c0,2.6,2,4.6,4.6,4.6c0.7,0,1.4-0.1,2.1-0.5v-2c-0.7,0.7-1.3,1-2.1,1c-1.7,0-2.9-1.2-2.9-3
c0-1.7,1.3-3,2.9-3c0.8,0,1.4,0.3,2.1,1v-2c-0.7-0.4-1.4-0.5-2.1-0.5C-867.5,532.4-869.6,534.4-869.6,536.9z"/>
<polygon fill="#001722" points="-849,538.4 -851.3,532.6 -853.2,532.6 -849.5,541.5 -848.6,541.5 -844.8,532.6 -846.6,532.6 "/>
<polygon fill="#001722" points="-844,541.3 -839.2,541.3 -839.2,539.8 -842.3,539.8 -842.3,537.5 -839.3,537.5 -839.3,536
-842.3,536 -842.3,534 -839.2,534 -839.2,532.6 -844,532.6 "/>
<path fill="#001722" d="M-832.4,535.1c0-1.6-1.1-2.6-3.1-2.6h-2.5v8.7h1.7v-3.5h0.2l2.4,3.5h2.1l-2.8-3.7
C-833.1,537.4-832.4,536.5-832.4,535.1z M-835.8,536.6h-0.5v-2.7h0.5c1.1,0,1.6,0.4,1.6,1.3C-834.2,536.1-834.7,536.6-835.8,536.6
z"/>
<path fill="#231F20" d="M-831.2,533.2c0-0.2-0.1-0.2-0.3-0.2h-0.2v0.8h0.2v-0.3l0.2,0.3h0.2l-0.3-0.3
C-831.3,533.4-831.2,533.3-831.2,533.2z M-831.5,533.3L-831.5,533.3l0-0.2h0c0.1,0,0.1,0,0.1,0.1
C-831.4,533.3-831.4,533.3-831.5,533.3z"/>
<path fill="#231F20" d="M-831.5,532.7c-0.4,0-0.7,0.3-0.7,0.7c0,0.4,0.3,0.7,0.7,0.7c0.4,0,0.7-0.3,0.7-0.7
C-830.8,533-831.1,532.7-831.5,532.7z M-831.5,533.9c-0.3,0-0.5-0.2-0.5-0.6c0-0.3,0.2-0.6,0.5-0.6c0.3,0,0.5,0.2,0.5,0.6
C-830.9,533.7-831.2,533.9-831.5,533.9z"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

View File

@@ -0,0 +1,35 @@
<?php
/**
* 2007-2019 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2019 PrestaShop SA
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="100px" height="48px" viewBox="0 0 100 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: Sketch 3.6 (26304) - http://www.bohemiancoding.com/sketch -->
<title>maestro-logo</title>
<desc>Created with Sketch.</desc>
<defs></defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="maestro-logo">
<g id="Maestro-Copy" transform="translate(20.000000, 7.000000)">
<path d="M28.4119492,29.6006491 C31.8438106,26.490472 34,21.9967545 34,17.0004522 C34,12.0035469 31.8438106,7.51043246 28.4119492,4.40025538 C25.3949849,1.66603708 21.3921083,0 16.9998481,0 C7.61150963,0 0,7.61143181 0,17.0004522 C0,26.3891712 7.61150963,34 16.9998481,34 C21.3921083,33.9996985 25.3949849,32.3345659 28.4119492,29.6006491 L28.4119492,29.6006491 L28.4119492,29.6006491 L28.4119492,29.6006491 L28.4119492,29.6006491 Z" id="Shape" fill="#009DDD"></path>
<path d="M39.3069351,0.5 C34.8647534,0.5 30.816381,2.16602231 27.7651265,4.89991487 C27.143387,5.45706457 26.56281,6.05913597 26.0292321,6.69979783 L29.5000994,6.69979783 C29.9750052,7.27021299 30.4133562,7.87107844 30.8114661,8.49998227 L24.7184798,8.49998227 C24.3532385,9.07793463 24.0214803,9.67849859 23.7271984,10.3001667 L31.8012116,10.3001667 C32.0773696,10.8826414 32.3215805,11.4832053 32.5304654,12.1000497 L22.9991733,12.1000497 C22.8007327,12.6861422 22.6336249,13.2870076 22.5,13.8999326 L33.0302531,13.8999326 C33.2830652,15.0606611 33.4169972,16.2648039 33.4169972,17.5003015 C33.4169972,19.3876159 33.105513,21.2034778 32.5307726,22.8999503 L22.9991733,22.8999503 C23.207751,23.5164932 23.4510404,24.1176601 23.7271984,24.7001348 L31.8012116,24.7001348 C31.5066225,25.3215014 31.1764002,25.9226683 30.8111589,26.5003192 L24.7184798,26.5003192 C25.1159754,27.129223 25.5543263,27.73039 26.0289249,28.3005037 L29.5000994,28.3005037 C28.9662143,28.9411655 28.3868661,29.5435384 27.7651265,30.1006881 C30.816381,32.8345807 34.8647534,34.5 39.3069351,34.5 C48.8019795,34.5 56.5,26.8892387 56.5,17.500603 C56.5,8.11136432 48.8019795,0.5 39.3069351,0.5 L39.3069351,0.5 L39.3069351,0.5 L39.3069351,0.5 L39.3069351,0.5 Z" id="Shape" fill="#ED1C2E"></path>
<path d="M15.098907,21.7118078 L12.9514329,21.7118078 L14.2277095,14.9370604 L11.2891906,21.7118078 L9.331,21.7118078 L8.97308765,14.9755953 L7.69280342,21.7118078 L5.74355296,21.7118078 L7.4091864,12.8987172 L10.7601832,12.8987172 L10.9374438,18.3549537 L13.3000969,12.8987172 L16.7919773,12.8987172 L15.098907,21.7118078 L15.098907,21.7118078 Z" id="Shape" fill="#FFFFFF"></path>
<path d="M39.0987643,21.6239482 C38.5108756,21.7864114 38.0518476,21.8563908 37.5555178,21.8563908 C36.4565019,21.8563908 35.8568985,21.3011797 35.8568985,20.2826247 C35.8568985,20.0810099 35.8787863,19.8664475 35.9200957,19.6395539 L36.0508062,18.9382183 L36.1513053,18.3709843 L37.1467394,12.8987172 L39.2824988,12.8987172 L38.9729864,14.5446207 L40.0689195,14.5446207 L39.7742044,16.2870157 L38.6739554,16.2870157 L38.1079544,19.2773256 C38.0829838,19.4086526 38.0712692,19.507302 38.0712692,19.5741987 C38.0712692,19.9438256 38.2935386,20.105364 38.8043575,20.105364 C39.0488231,20.105364 39.2381066,20.0831679 39.3833062,20.0384674 L39.0987643,21.6239482 L39.0987643,21.6239482 L39.0987643,21.6239482 L39.0987643,21.6239482 Z" id="Shape" fill="#FFFFFF"></path>
<path d="M45.3707081,14.6035021 C45.1909813,14.5322895 45.1484387,14.5322895 45.127784,14.526124 C45.0140289,14.5008451 44.9532979,14.4860476 44.9428164,14.484198 C44.8777694,14.4721751 44.8053238,14.4663178 44.7267125,14.4663178 C44.0213693,14.4663178 43.5136332,14.7829207 42.8560733,15.6300724 L43.0456651,14.5443124 L41.1007306,14.5443124 L39.7917764,21.7118078 L41.9407919,21.7118078 C42.7093323,17.3283834 43.038883,16.5604595 44.0700775,16.5604595 C44.1471473,16.5604595 44.2374732,16.5666251 44.341055,16.578648 L44.5923027,16.6304389 L45.3707081,14.6035021 L45.3707081,14.6035021 L45.3707081,14.6035021 L45.3707081,14.6035021 Z" id="Shape" fill="#FFFFFF"></path>
<path d="M30.5859378,16.8089327 C30.5859378,17.7143492 31.0921325,18.3379984 32.2401649,18.806583 C33.1199942,19.1660368 33.2559454,19.2720849 33.2559454,19.5970113 C33.2559454,20.0437081 32.86813,20.2450146 32.0089554,20.2450146 C31.3603356,20.2450146 30.7573411,20.1571549 30.0615546,19.9613975 L29.7637567,21.6146998 L29.8599399,21.6310386 L30.2582368,21.7037926 C30.3858645,21.7259887 30.575148,21.7478765 30.8257791,21.7669898 C31.3424554,21.8067579 31.7422937,21.8264877 32.0240611,21.8264877 C34.3164265,21.8264877 35.3753661,21.0696619 35.3753661,19.4348564 C35.3753661,18.4511369 34.9326769,17.8743462 33.8438342,17.4399806 C32.9331769,17.0771358 32.8280537,16.9966748 32.8280537,16.6621917 C32.8280537,16.2762259 33.1893571,16.0773858 33.8913092,16.0773858 C34.3179679,16.0773858 34.899691,16.1177704 35.4521277,16.1849753 L35.7616401,14.5258157 C35.1990303,14.4484376 34.345713,14.3852403 33.8499998,14.3852403 C31.4195252,14.3855486 30.5782308,15.4867225 30.5859378,16.8089327 L30.5859378,16.8089327 L30.5859378,16.8089327 L30.5859378,16.8089327 L30.5859378,16.8089327 Z" id="Shape" fill="#FFFFFF"></path>
<path d="M22.0805099,21.7118078 L20.2958807,21.7118078 L20.3374984,20.9688545 C19.7940019,21.5570516 19.0695453,21.8357361 18.084901,21.8357361 C16.9211464,21.8357361 16.1223945,21.0372926 16.1223945,19.8781621 C16.1223945,18.1320678 17.50996,17.1144376 19.8948092,17.1144376 C20.1392747,17.1144376 20.4500204,17.1338592 20.7697061,17.1696196 C20.8362944,16.9340941 20.8544829,16.8323619 20.8544829,16.7041177 C20.8544829,16.2293675 20.4799235,16.0521068 19.4770907,16.0521068 C18.863923,16.0521068 18.170911,16.1297932 17.6921531,16.2518719 L17.3946635,16.3280169 L17.2019889,16.3742588 L17.4997868,14.7625742 C18.5707493,14.4866642 19.2770173,14.3821575 20.0708367,14.3821575 C21.9165053,14.3821575 22.8919012,15.1103134 22.8919012,16.4843145 C22.8919012,16.837911 22.8595319,17.1067306 22.7177234,17.9045576 L22.2685604,20.4472458 L22.1930319,20.9034993 L22.1381582,21.2678855 L22.1014729,21.5179001 L22.0805099,21.7118078 L22.0805099,21.7118078 L22.0805099,21.7118078 L22.0805099,21.7118078 Z M20.5135259,18.5186501 C20.288482,18.4946043 20.189216,18.4884387 20.0335349,18.4884387 C18.816448,18.4884387 18.1998892,18.8555994 18.1998892,19.5794394 C18.1998892,20.0255197 18.5007699,20.3103698 18.9702794,20.3103698 C19.8457928,20.3106781 20.4765324,19.5785146 20.5135259,18.5186501 L20.5135259,18.5186501 L20.5135259,18.5186501 L20.5135259,18.5186501 L20.5135259,18.5186501 Z" id="Shape" fill="#FFFFFF"></path>
<path d="M29.1259267,21.5570516 C28.3897556,21.7534255 27.6776302,21.8489921 26.9251203,21.8471425 C24.5242405,21.8459093 23.2729346,20.7447354 23.2729346,18.6367211 C23.2729346,16.1763434 24.8648892,14.3648938 27.0259276,14.3648938 C28.7939098,14.3648938 29.9225206,15.3797495 29.9225206,16.9701628 C29.9225206,17.4982454 29.845759,18.0130719 29.65925,18.7399947 L25.3889642,18.7399947 C25.3726253,18.8500504 25.3683094,18.8996834 25.3683094,18.9650386 C25.3683094,19.7958515 26.0049063,20.2197357 27.2522047,20.2197357 C28.0192037,20.2197357 28.7125241,20.0794685 29.4822976,19.7662567 L29.1259267,21.5570516 L29.1259267,21.5570516 L29.1259267,21.5570516 L29.1259267,21.5570516 Z M27.9819019,17.2923148 C27.9936166,17.1431075 27.9997821,17.0210289 27.9997821,16.9266954 C27.9997821,16.344664 27.623373,16.0030904 26.9840016,16.0030904 C26.3008545,16.0030904 25.8122317,16.4611936 25.6140081,17.2879988 L27.9819019,17.2923148 L27.9819019,17.2923148 L27.9819019,17.2923148 L27.9819019,17.2923148 Z" id="Shape" fill="#FFFFFF"></path>
<path d="M52.0464979,18.462235 C51.7252708,20.8464676 50.0722768,21.9038659 47.8751698,21.9038659 C45.44562,21.9038659 44.4640585,20.4191924 44.4640585,18.6000358 C44.4640585,16.0598138 46.1259926,14.3386901 48.6930349,14.3386901 C50.9209699,14.3386901 52.1035296,15.754309 52.1035296,17.572849 C52.1035296,18.0152299 52.102913,18.0454413 52.0464979,18.462235 L52.0464979,18.462235 L52.0464979,18.462235 L52.0464979,18.462235 L52.0464979,18.462235 Z M49.8349017,17.5451038 C49.8349017,16.7953684 49.5327879,16.0872507 48.6520338,16.0872507 C47.5567172,16.0872507 46.8772694,17.391889 46.8772694,18.5445456 C46.8772694,19.5156256 47.3427713,20.1691778 48.1103869,20.1553053 C48.576197,20.1553053 49.5682401,19.5159339 49.7649223,18.4008874 C49.8108559,18.140083 49.8349017,17.8546163 49.8349017,17.5451038 L49.8349017,17.5451038 L49.8349017,17.5451038 L49.8349017,17.5451038 L49.8349017,17.5451038 Z" id="Shape" fill="#FFFFFF"></path>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@@ -0,0 +1,59 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1"
id="svg2" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://creativecommons.org/ns#" xmlns:svg="http://www.w3.org/2000/svg" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" width="100px" height="48px"
viewBox="25.5 0 100 48" style="enable-background:new 25.5 0 100 48;" xml:space="preserve">
<style type="text/css">
.st0{fill:#F59511;}
.st1{fill:#EA1C24;}
.st2{fill:#F14D1C;}
.st3{fill:#100F0D;}
</style>
<g id="g10" transform="matrix(1.25,0,0,-1.25,0,60)">
<g id="g12" transform="scale(0.1,0.1)">
<path id="path14" class="st0" d="M787.4,317.3c0-63.3-51.2-114.7-114.4-114.7c-63.2,0-114.4,51.3-114.4,114.7S609.8,432,673,432
C736.2,432,787.4,380.7,787.4,317.3L787.4,317.3"/>
<path id="path16" class="st1" d="M646.2,317.3c0-63.3-51.2-114.7-114.4-114.7c-63.2,0-114.4,51.3-114.4,114.7S468.6,432,531.8,432
C595,432,646.2,380.7,646.2,317.3L646.2,317.3"/>
<path id="path18" class="st2" d="M602.4,407.6c-26.7-21-43.8-53.6-43.8-90.3c0-36.6,17.1-69.3,43.8-90.3
c26.7,21,43.8,53.6,43.8,90.3C646.2,354,629.1,386.6,602.4,407.6"/>
<path id="path20" class="st0" d="M780.4,256.5v3.4h1.4v0.7h-3.5v-0.7h1.4v-3.4H780.4z M787.2,256.5v4.1h-1.1l-1.2-2.8l-1.2,2.8
h-1.1v-4.1h0.8v3.1l1.2-2.7h0.8l1.2,2.7v-3.1H787.2"/>
<path id="path22" class="st3" d="M442.8,145.9h-6.5v30.3h6.4v-3.7c0,0,5.6,4.5,8.9,4.5c6.5-0.1,10.3-5.6,10.3-5.6
s3.1,5.6,10.2,5.6c10.4,0,12-9.5,12-9.5v-21.4h-6.2v18.8c0,0,0,5.7-6.7,5.7c-7,0-7.6-5.7-7.6-5.7v-18.8h-6.5v19c0,0-0.6,6-6.5,6
c-7.6,0-7.8-6.1-7.8-6.1L442.8,145.9"/>
<path id="path24" class="st3" d="M640.3,177c-3.3,0.1-8.9-4.5-8.9-4.5v3.7H625V146h6.5l-0.1,19c0,0,0.1,6.1,7.8,6.1
c1.4,0,2.5-0.3,3.4-0.9v0l2.1,5.9C643.4,176.6,641.9,177,640.3,177"/>
<path id="path26" class="st3" d="M731.8,177c-3.3,0.1-8.9-4.5-8.9-4.5v3.7h-6.4V146h6.5l-0.1,19c0,0,0.1,6.1,7.8,6.1
c1.4,0,2.5-0.3,3.4-0.9v0l2.1,5.9C734.8,176.6,733.4,177,731.8,177L731.8,177"/>
<path id="path28" class="st3" d="M506.3,171c5.2,0,9.5-4.5,9.5-10.1c0-5.6-4.2-10.1-9.5-10.1c-5.2,0-9.4,4.5-9.4,10.1
C496.8,166.4,501.1,171,506.3,171z M505,177.1c-9.7,0-14.9-8.7-14.9-16c0-7.5,5.9-16.1,15.2-16.1c5.4,0,9.9,4,9.9,4l0-3.1h6.4
v30.3h-6.4v-3.8C515.2,172.4,511,177.1,505,177.1L505,177.1"/>
<path id="path30" class="st3" d="M692.7,171c5.2,0,9.5-4.5,9.5-10.1c0-5.6-4.2-10.1-9.5-10.1c-5.2,0-9.4,4.5-9.4,10.1
C683.3,166.4,687.5,171,692.7,171z M691.5,177.1c-9.7,0-14.9-8.7-14.9-16c0-7.5,5.9-16.1,15.2-16.1c5.4,0,9.9,4,9.9,4l0-3.1h6.4
v30.3h-6.4v-3.8C701.6,172.4,697.4,177.1,691.5,177.1L691.5,177.1"/>
<path id="path32" class="st3" d="M754.1,171c5.2,0,9.5-4.5,9.5-10.1c0-5.6-4.2-10.1-9.5-10.1s-9.4,4.5-9.4,10.1
C744.7,166.4,748.9,171,754.1,171z M752.8,177.1c-9.7,0-14.9-8.7-14.9-16c0-7.5,5.9-16.1,15.2-16.1c5.4,0,9.9,4,9.9,4l0-3.1h6.4
v42.3H763v-15.8C763,172.4,758.8,177.1,752.8,177.1L752.8,177.1"/>
<path id="path34" class="st3" d="M541.1,144.9c-6.6,0-12.7,4.1-12.7,4.1l2.8,4.3c0,0,5.8-2.7,9.9-2.7c2.7,0,7.2,0.9,7.3,3.6
c0.1,2.8-7.6,3.7-7.6,3.7s-11.4,0.2-11.4,9.6c0,5.9,5.7,9.7,13,9.7c4.2,0,12.1-3.7,12.1-3.7l-3.2-5c0,0-6.1,2.4-9.3,2.5
c-2.7,0.1-6-1.2-6-3.6c0-6.4,19,0.5,19-12.5C555,146.5,547.2,144.9,541.1,144.9L541.1,144.9"/>
<path id="path36" class="st3" d="M565.5,185v-8.8h-5.7v-6.4h5.7v-15.2c0,0-0.5-10.3,10.6-10.3c3.1,0,9.1,2.3,9.1,2.3l-2.6,6.6
c0,0-2.4-2-5.1-2c-5.1,0.1-5,3.4-5,3.4v15.2h10.6v6.4h-10.6v8.8H565.5"/>
<path id="path38" class="st3" d="M603,170.8c0.2,0,0.5,0,0.8,0c7.8,0,7.7-7.4,7.7-7.4h-15.8C595.8,163.5,595.4,170.4,603,170.8z
M604,176.8c-10.4,0-15.6-8.6-15.6-16c0-7.7,4.7-16.3,16.2-16.3c4.9,0,11.8,4.3,11.8,4.3l-3,5.2c0,0-4.7-3.3-8.8-3.3
c-8.3,0-8.8,8.1-8.8,8.1H618C618,158.7,619.6,176.8,604,176.8"/>
<path id="path40" class="st3" d="M669.9,154l3-5.9c0,0-4.7-3.1-10-3.1c-10.9,0-17,8.2-17,16c0,12.2,9.7,15.8,16.2,15.8
c5.9,0,11.1-3.4,11.1-3.4l-3.3-5.9c0,0-2,3.2-7.9,3.2c-5.9,0-9-5.1-9-9.9c0-5.4,3.6-10,9.1-10C666.3,150.8,669.9,154,669.9,154
L669.9,154"/>
<path id="path42" class="st3" d="M783,148c0.2,0,0.3,0,0.4-0.1c0.1-0.1,0.1-0.2,0.1-0.3c0-0.1,0-0.2-0.1-0.3
c-0.1-0.1-0.2-0.1-0.4-0.1h-0.7v0.8H783z M783,148.5h-1.3v-2.8h0.6v1.1h0.3l0.9-1.1h0.7l-0.9,1.1c0.3,0,0.5,0.1,0.7,0.3
c0.2,0.2,0.2,0.3,0.2,0.6c0,0.3-0.1,0.5-0.3,0.7C783.6,148.4,783.3,148.5,783,148.5z M782.8,144.7c-0.7,0-1.3,0.2-1.7,0.7
c-0.4,0.4-0.7,1-0.7,1.7c0,0.7,0.2,1.2,0.7,1.7c0.4,0.4,1,0.7,1.7,0.7c0.7,0,1.2-0.2,1.7-0.7c0.4-0.4,0.7-1,0.7-1.7
c0-0.7-0.2-1.2-0.7-1.7C784,144.9,783.5,144.7,782.8,144.7z M782.8,150.1c-0.9,0-1.6-0.3-2.2-0.9c-0.6-0.6-0.9-1.3-0.9-2.2
c0-0.9,0.3-1.6,0.9-2.2c0.6-0.6,1.3-0.9,2.2-0.9c0.9,0,1.6,0.3,2.2,0.9c0.6,0.6,0.9,1.3,0.9,2.2c0,0.9-0.3,1.6-0.9,2.2
C784.4,149.8,783.7,150.1,782.8,150.1"/>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 727 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Some files were not shown because too many files have changed in this diff Show More