{% extends 'base.html.twig' %}
{# VARIBLES SEO #}
{% block title %}{{ parent() }} - {{ seo.seotitre }}{% endblock %}
{% block metadescription %}{{ seo.seometa }}{% endblock %}
{% block metadescriptionogg %}{{ seo.seometa }}{% endblock %}
{# CSS #}
{% block stylesheets %}
{{ parent() }}
<!-- Slider feature (by setting slider: 'glide') -->
<link href="{{ absolute_url(asset('build/contentbox/assets/scripts/glide/css/glide.core.css')) }}" rel="stylesheet" type="text/css" />
<link href="{{ absolute_url(asset('build/contentbox/assets/scripts/glide/css/glide.theme.css')) }}" rel="stylesheet" type="text/css" />
<!-- Required css for production -->
<link href="{{ absolute_url(asset('build/contentbox/assets/minimalist-blocks/content.css')) }}" rel="stylesheet" type="text/css" />
<link href="{{ absolute_url(asset('build/contentbox/box/box-flex.css')) }}" rel="stylesheet" type="text/css" /> <!-- Box Framework css include (contains a simple css for sections) -->
{# slick #}
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css"/>
<style>
body {
--orange: #f7651a;
}
section {
width: 100%;
padding-top: 70px;
padding-bottom: 70px;
}
section:not(.infos, .formation) header {
margin-bottom: 100px;
}
sup {
top: unset;
}
h2 {
font-size: 90px;
line-height:.8;
}
h2,h3 {
text-transform: uppercase;
}
h3 {
font-size: 30px;
letter-spacing: 2px;
}
h3 sup {
top: unset;
}
section {
position: relative;
}
section:after {
content: '';
position: absolute;
width: 20vw;
height: 2px;
background: var(--orange);
bottom: 0;
left: 50%;
transform: translateX(-50%);
}
#headerPage {
position: relative;
}
#frontDGS #headerPage {
overflow: hidden;
}
#frontDGS #headerPage .p,
#frontDGS #headerPage .p * {
color: #fff;
font-size: 22px;
}
#frontDGS #headerPage .p {
margin-bottom: 60px;
margin-top: 20px;
}
#headerPage .svg-container {
position: absolute;
right: 0;
bottom: 10%;
height: 90%;
width: 100%;
translate: 50%;
}
#headerPage .svg-container [data-name] {
cursor: auto;
}
#headerPage .svg-container #_1 g {
animation: shake 0.5s;
animation-delay: 2s;
animation-iteration-count: infinite;
}
#headerPage .svg-container #_1 g {
animation: shake 2s;
animation-iteration-count: infinite;
}
@keyframes shake {
0%, 25% {
transform: translate(1px, 1px) rotate(0deg);
}
2.5%, 27.5% {
transform: translate(-1px, -2px) rotate(-1deg);
}
5%, 30% {
transform: translate(-3px, 0px) rotate(1deg);
}
7.5%, 32.5% {
transform: translate(3px, 2px) rotate(0deg);
}
10%, 35% {
transform: translate(1px, -1px) rotate(1deg);
}
12.5%, 37.5% {
transform: translate(-1px, 2px) rotate(-1deg);
}
15%, 40% {
transform: translate(-3px, 1px) rotate(0deg);
}
17.5%, 42.5% {
transform: translate(3px, 1px) rotate(-1deg);
}
20%, 45% {
transform: translate(-1px, -1px) rotate(1deg);
}
22.5%, 47.5% {
transform: translate(1px, 2px) rotate(0deg);
}
25%, 50% {
transform: translate(1px, -2px) rotate(-1deg);
}
50%, 100% {
transform: translate(0, 0);
}
}
/*#headerPage .svg-container:hover #_1 g {
animation: shake 0.5s;
animation-iteration-count: infinite;
}*/
/*@keyframes shake {
0% {
transform: translate(1px, 1px) rotate(0deg);
}
10% {
transform: translate(-1px, -2px) rotate(-1deg);
}
20% {
transform: translate(-3px, 0px) rotate(1deg);
}
30% {
transform: translate(3px, 2px) rotate(0deg);
}
40% {
transform: translate(1px, -1px) rotate(1deg);
}
50% {
transform: translate(-1px, 2px) rotate(-1deg);
}
60% {
transform: translate(-3px, 1px) rotate(0deg);
}
70% {
transform: translate(3px, 1px) rotate(-1deg);
}
80% {
transform: translate(-1px, -1px) rotate(1deg);
}
90% {
transform: translate(1px, 2px) rotate(0deg);
}
100% {
transform: translate(1px, -2px) rotate(-1deg);
}
}*/
a.link {
text-transform: uppercase;
font-family: 'Teko',sans-serif !important;
font-size: 25px;
display: block;
width: max-content;
margin-inline: auto;
letter-spacing: 2px;
position: relative;
isolation: isolate;
}
a.link:before {
content: '';
position: absolute;
width: 50px;
aspect-ratio: 1;
{# height:20px;#}
border: 2px solid var(--orange);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
border-radius: 999px;
z-index: -1;
}
a.link:hover:before {
display: none;
}
a.link:hover {
background-color: #f7651a!important;
color: #fff!important;
border: 1px solid #f7651a;
border-radius: 10px;
padding-right: 20px;
padding-left: 20px;
}
.svg-container {
height: 100%;
width: 100%;
}
.svg-container svg {
height: 100%;
width: 100%;
}
g[data-name] {
cursor: pointer;
}
.slick-slide .container p {
margin-left: 20px;
}
.container__large {
max-width: 1250px;
margin-inline: auto;
padding: 0 15px;
}
section.formation {
background-color: #081f20;
color: white;
}
.formation a.link {
color: white;
}
.formation, .formation .grid-x {
width: 100%;
}
.formation .image-container {
position: relative;
max-width: 350px;
{# width: 350px;#}
aspect-ratio: 1;
width: 100%;
height: 100%;
margin-inline: auto;
}
.formation .image-container img {
width: 100%;
height: 100%;
object-fit: contain;
}
.formation .image-container .svg-border {
position: absolute;
top: 5%;
left: -5%;
width: 100%;
height: 100%;
}
.formation .image-container svg #masque{
color: #081f20;
}
.formation .image-container {
margin-inline: auto;
}
/*.formation .content p {
max-width: 380px;
}*/
.formation .subtitle {
margin-bottom: 40px;
}
.container__large > div:first-child {
margin-bottom: 50px;
}
{# section shiffres#}
.chiffres {
position: relative;
}
.chiffres h2 {
line-height: .8;
margin-bottom: 0;
}
.chiffres h3 {
line-height: .8;
margin-top: 0;
}
.chiffres .svg-container {
max-width: 60px;
max-height: 60px;
height: 100%;
width: 100%;
margin-inline: auto;
}
.chiffres .text {
text-align: center;
}
.chiffres .number {
font-size: 60px;
margin-top: 10px;
margin-bottom: 0;
line-height: 1;
font-family: Teko, sans serif !important;
font-weight: 300;
}
.chiffres .number + p {
font-size: 25px;
margin-top: 0;
padding-inline: 10px;
}
{# Qui somme nous?#}
.infos .content {
max-width: 370px;
}
.infos .image-container {
max-width:470px ;
}
.infos .container__large > div:last-child {
display: grid;
place-items: center;
}
.infos .container__large > div:last-child .image-container {
margin-bottom: 100px;
}
.testimonial-section .quote{
font-size: 100px;
line-height: 1;
color: var(--orange);
font-family: 'Teko', sans serif !important;
margin: 0;
}
.testimonial-section .author{
font-family: 'Teko', sans serif !important;
font-weight: 300;
font-size: 25px;
}
.testimonial-section .testimonial{
text-align: center;
padding: 0 15px;
}
.references {
padding-top: 50px;
padding-bottom: 50px;
gap: 10px;
justify-content: center;
align-items: center;
}
.references .image-container {
max-width: 200px;
width: 100%;
max-height: 100px;
height: 100%;
}
.references .image-container img {
width: 100%;
height: 100%;
object-fit: contain;
}
@media (min-width: 654px) {
.formation > div > div:first-child .text{
margin-left: 20px;
}
.formation > div > div:first-child p:not(.subtitle){
margin-left: 40px;
}
.formation > div > div:last-of-type p {
margin-left: auto;
margin-right: 20px;
}
.formation > div > div:last-of-type .subtitle {
text-align: right;
}
.formation > div > div:last-of-type p:not(.subtitle) {
margin-right: 40px;
}
.infos .content {
margin-left: 20px;
}
}
/* Gauthier */
.divWheelnav {
padding-top: 0px;
padding-bottom: 0px;
margin-top: -100px;
overflow: hidden;
}
#divWheelnavBlock {
transform: translateX(-750px);
}
#divWheelnav svg path {
fill-opacity: 0 !important;
stroke: none !important;
}
.blockDybamicTxt .btn {
display: block;
width: max-content;
background: var(--orange);
color: white;
text-transform: uppercase;
border-radius: 999px;
margin-inline: auto;
}
.subtitle {
text-transform: uppercase;
letter-spacing: 3px;
font-family: 'Teko',sans-serif !important;
font-size: 30px;
line-height: .8;
margin-top: 0;
}
.image-container.image-rounded {
width: 100%;
aspect-ratio: 1;
position: relative;
min-width: unset;
}
.image-container.image-rounded::after {
content:'';
position: absolute;
border: 2px solid black;
border-radius: 9999px;
inset: 0;
transform: translate(5%, 5%);
z-index: -1;
}
.image-container.image-rounded img {
width: 100%;
height: 100%;
object-fit: cover;
margin: unset;
border-radius: 9999px;
}
.blockDybamicTxt .image-container {
max-width: 215px;
margin: 30px auto;
}
.blockDybamicTxt .image-container img {
width: 100%;
height: 100%;
object-fit: cover;
margin: unset;
border-radius: 9999px;
}
@media (max-width: 64em) {
#headerPage {
position: relative;
z-index: 1;
}
#divWheelnav {
width: 1500px !important;
height: 1500px !important;
}
#prestationBlc {
transform: translateY(-800px);
margin-top: -230px;
padding: 15px;
}
#divWheelnav {
position: relative;
/*transform: rotate(90deg);*/
}
#divWheelnav::after {
content: '';
width: 100%;
height: 100%;
left: 0px;
top: 0px;
position: absolute;
z-index: 1;
background: transparent;
}
#divWheelnavBlock {
transform: translateX(-800px) translateY(-800px);
}
.formation {
margin-top: -650px;
}
}
</style>
{% if pageInfo.couleur is not null %}
<style>
#headerPage {
position: relative;
}
#bgTopHeaderFx {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: {{ pageInfo.couleur }};
}
</style>
{% endif %}
{% endblock %}
{# JS #}
{% block javascripts %}
{{ parent() }}
<!-- Slider feature (by setting slider: 'glide') -->
<script src="{{ absolute_url(asset('build/contentbox/assets/scripts/glide/glide.js')) }}" type="text/javascript"></script>
{# slick #}
<script type="text/javascript" src="//cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js"></script>
{# wheelnav.js #}
<script src="{{ absolute_url(asset('accueil/nav/raphael.min.js')) }}"></script>
<script src="{{ absolute_url(asset('accueil/nav/wheelnav.min.js')) }}"></script>
<script src="{{ absolute_url(asset('accueil/nav/raphael.icons.min.js')) }}"></script>
<script type="text/javascript">
$(document).ready(function () {
const myWheelnav = new wheelnav("divWheelnav");
myWheelnav.clickModeSpread = false;
myWheelnav.slicePathFunction = slicePath().DonutSlice;
myWheelnav.markerEnable = true;
//Animation
myWheelnav.animatetime = 500;
myWheelnav.animateeffect = 'linear';
//Taille
myWheelnav.titleWidth = 200;
myWheelnav.titleHeight = 80;
//Selection transformation
myWheelnav.sliceSelectedTransformFunction = sliceTransform().MoveMiddleTransform;
myWheelnav.selectedPercent = 0.6;
//Si mobile
if (window.innerWidth < 1024) {
myWheelnav.navAngle = 45;
myWheelnav.selectedPercent = .6;
}
var arrayItems = [];
{% for itemsdivWheelnavLoop in itemsdivWheelnav %}
arrayItems.push('imgsrc:{{ itemsdivWheelnavLoop['imageSVG'] }}');
{% endfor %}
myWheelnav.createWheel(arrayItems);
//Texte
var divHtml = "";
{% for itemsdivWheelnavLoop in itemsdivWheelnav %}
myWheelnav.navItems[{{ loop.index0 }}].navigateFunction = function() {
divHtml = "<div class='blockDybamicTxt grid-x align-center-middle large-offset-1 large-6'>" +
"<div class='large-12 text-left'>" +
"<h2 class='subtitle'>{{ itemsdivWheelnavLoop['titre'] }}</h2>" +
"<div>" +
"<div>{{ itemsdivWheelnavLoop['text'] }}</div>" +
"<div class='image-container image-rounded'>" +
"<img src='{{ itemsdivWheelnavLoop['image'] }}' alt='alt'/>" +
"</div>" +
"<div><a class='btn' href='{{ itemsdivWheelnavLoop['lien'] }}'>En savoir plus</a></div>" +
"</div>" +
"</div>" +
"</div>";
document.getElementById("divWheelText").innerHTML = divHtml;
};
{% endfor %}
myWheelnav.navigateWheel(0);
//Si mobile
if (window.innerWidth < 1024) {
var currentIndex = 0;
setInterval(function () {
currentIndex = (currentIndex + 1) % myWheelnav.navItemCount;
myWheelnav.navigateWheel(currentIndex);
}, 3000); // Changez chaque 3 secondes
}
$('.testimonial-slider').slick({
slidesToShow: 1,
slidesToScroll: 1,
autoplay: true,
autoplaySpeed: 2000,
infinite: true,
arrows: false,
mobileFirst: true,
responsive: [
{
breakpoint: 600,
settings: {
slidesToShow: 2
}
},
{
breakpoint: 1024,
settings: {
slidesToShow: 3
}
}
]
});
});
</script>
{% endblock %}
{# CONTENU #}
{% block body %}
{% for sectionsAccueil in sectionsAccueilEntity %}
{% if sectionsAccueil.ordre == 0 %}
<div class="cell large-12">
<div id="headerPage" class="grid-x align-center-middle grid-padding-x" {% if sectionsAccueil.img1 is not null %}style="background-image: url('{{ asset(sectionsAccueil.img1) }}')"{% endif %}>
{% if pageInfo.couleur is not null %}
<span id="bgTopHeaderFx"></span>
{% endif %}
<div class="cell large-12" style="position:relative;z-index: 3;">
<h1>{{ sectionsAccueil.nom }}</h1>
{% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
<h2>{{ SectionsAccueilItem.nom }}</h2>
{% endfor %}
<div class="grid-x align-center-middle">
<div class="cell large-6 small-12 text-center">
{% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
<div class="text-center p">{{ SectionsAccueilItem.text | nl2br }}</div>
{% endfor %}
<p>
<a href="{{ sectionsAccueil.lien }}" class="link">en savoir plus</a>
</p>
</div>
</div>
</div>
<div class="svg-container">
<svg id="Illustration" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 389.23 387.27">
<g id="_3" data-name="3">
<g opacity=".3">
<path d="M229.58,13.17c42.38,0,82.22,16.5,112.19,46.47,29.97,29.97,46.47,69.81,46.47,112.19s-16.5,82.22-46.47,112.19-69.81,46.47-112.19,46.47-82.22-16.5-112.19-46.47-46.47-69.81-46.47-112.19,16.5-82.22,46.47-112.19c29.97-29.97,69.81-46.47,112.19-46.47m0-1c-88.18,0-159.66,71.48-159.66,159.66s71.48,159.66,159.66,159.66,159.66-71.48,159.66-159.66S317.75,12.17,229.58,12.17h0Z" fill="#fff"/>
<path d="M229.58,107.9c35.25,0,63.92,28.68,63.92,63.92s-28.68,63.92-63.92,63.92-63.92-28.68-63.92-63.92,28.68-63.92,63.92-63.92m0-1c-35.86,0-64.92,29.07-64.92,64.92s29.07,64.92,64.92,64.92,64.92-29.07,64.92-64.92-29.07-64.92-64.92-64.92h0Z" fill="#fff"/>
<path d="M229.58,154.37c9.62,0,17.45,7.83,17.45,17.45s-7.83,17.45-17.45,17.45-17.45-7.83-17.45-17.45,7.83-17.45,17.45-17.45m0-1c-10.19,0-18.45,8.26-18.45,18.45s8.26,18.45,18.45,18.45,18.45-8.26,18.45-18.45-8.26-18.45-18.45-18.45h0Z" fill="#fff"/>
<g>
<line x1="293.86" y1="171.82" x2="259.74" y2="171.82" fill="none" stroke="#fff" stroke-miterlimit="10"/>
<polygon points="260.61 168.83 255.43 171.82 260.61 174.82 260.61 168.83" fill="#fff"/>
</g>
<g>
<line x1="165.58" y1="171.82" x2="199.59" y2="171.82" fill="none" stroke="#fff" stroke-miterlimit="10"/>
<polygon points="198.72 174.82 203.9 171.82 198.72 168.83 198.72 174.82" fill="#fff"/>
</g>
</g>
<rect x="102.99" y="343.5" width="253.17" height="43.26" rx="7.27" ry="7.27" transform="translate(459.15 730.27) rotate(-180)" fill="none" opacity=".3" stroke="#fff" stroke-miterlimit="10"/>
<path d="M20.63,189.04s-11.63,127.05,82.36,176.27" fill="none" opacity=".3" stroke="#fff" stroke-miterlimit="10"/>
<path d="M17.63,136.91s41.55,12.45,40.23,40.49-38.39,10.93-38.39,10.93l-1.84-51.42Z" fill="none" opacity=".3" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/>
</g>
<g id="_2" data-name="2">
<g opacity=".3">
<path d="M220.13,6.73s-.04,0-.06,0c0,0-.01,0-.02,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0-.01,0-.02,0-.01,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.01,0-.04,0-.05,0,0,0,0,0-.01,0-.04,0-.07,0-.12,0,0,0,0,0-.01,0-.01,0-.04,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.04,0-.07,0-.12,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.06,0,0,0,0,0-.01,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.13,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.13,0,0,0,0,0,0,0-.02,0-.04,0-.06,0h0s-.08,0-.13,0c0,0,0,0,0,0-.06,0-.13,0-.19,0h0c-1.86,.04-3.72,.1-5.57,.2h0c-.06,0-.13,0-.19,.01,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.02,0-.03,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.01,0-.03,0-.05,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0-.01,0-.02,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.06,0,0,0,0,0-.01,0-.01,0-.03,0-.04,0,0,0-.02,0-.02,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0-.02,0-.02,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.02,0-.03,0-.01,0-.03,0-.04,0-.01,0-.02,0-.04,0-.01,0-.02,0-.03,0-.01,0-.01,0-.02,0-.01,0-.02,0-.03,0,0,0-.01,0-.02,0-.02,0-.05,0-.07,0,0,0,0,0-.01,0-.01,0-.02,0-.04,0-.01,0,0,0-.02,0-.01,0-.02,0-.04,0h0s-.05,0-.08,0c0,0,0,0,0,0-.01,0-.03,0-.04,0,0,0,0,0,0,0-.04,0-.09,0-.13,0h0c-.42,.03-.84,.06-1.25,.09l.07,1c3.94-.29,7.95-.44,11.92-.44v-1h0Zm-31.79,3.17c-.9,.18-1.8,.37-2.69,.57,0,0,0,0,0,0-.02,0-.03,0-.05,.01,0,0,0,0,0,0-.02,0-.04,0-.06,.01,0,0,0,0-.01,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,.01,0,0-.02,0-.03,0-.01,0-.02,0-.03,0-.01,0-.02,0-.03,0-.01,0-.01,0-.02,0-.01,0-.02,0-.03,0,0,0,0,0-.01,0-.03,0-.05,.01-.08,.02h0s-.03,0-.04,.01h0c-2.83,.63-5.62,1.34-8.39,2.12l.27,.96c3.81-1.07,7.71-2.02,11.59-2.8l-.2-.98h0Zm-30.52,9.45c-3.69,1.57-7.32,3.27-10.86,5.1l.46,.89c3.52-1.82,7.15-3.52,10.79-5.07l-.39-.92h0Zm-28.01,15.37c-1.28,.88-2.54,1.77-3.79,2.68h0s-.02,.02-.04,.03c0,0,0,0,0,0-.04,.03-.07,.05-.11,.08h0s-.02,.02-.03,.03c0,0,0,0,0,0-.05,.03-.09,.07-.14,.1,0,0,0,0-.01,0,0,0-.02,.01-.03,.02,0,0,0,0-.01,0-.03,.02-.06,.05-.1,.07,0,0-.01,0-.01,.01,0,0-.02,.01-.03,.02,0,0,0,0-.01,0-.01,0-.02,.01-.03,.02,0,0,0,0,0,0-.03,.02-.07,.05-.1,.07,0,0,0,0-.01,0,0,0-.02,.01-.03,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.03,.02,0,0,0,0-.01,0-.02,.01-.03,.02-.05,.03,0,0-.02,.01-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.02,0,0-.01,.01-.02,.02-.02,.01-.02,.02-.04,.03,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,0-.02,.01-.01,0-.02,.01-.03,.02,0,0-.01,.01-.02,.02,0,0-.02,.02-.03,.02,0,0-.01,0-.02,.01,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02-.02,.01-.02,.02-.04,.03,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01,0,0-.01,.01-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.02,.01-.03,.02-.01,0-.02,.02-.03,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.03,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01-.02,.01-.03,.02-.04,.03,0,0,0,0-.01,0,0,0-.03,.02-.03,.03,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.02,0,0-.02,.01-.02,.02,0,0-.02,.01-.03,.02-.01,0-.02,.02-.03,.03,0,0-.01,0-.02,.01,0,0-.02,.01-.03,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.03,.02,0,0-.01,0-.02,.01-.02,.01-.02,.02-.04,.03,0,0,0,0-.01,.01,0,0-.02,.02-.03,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.03,.02,0,0-.01,0-.02,.01-.02,.01-.02,.02-.04,.03,0,0-.01,.01-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01-.01,0-.02,.02-.03,.03,0,0-.01,0-.02,.01,0,0-.02,.02-.03,.02,0,0-.01,.01-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01-.02,.01-.02,.02-.04,.03,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.01,.01-.02,.02,0,0-.02,.01-.02,.02-.01,.01-.03,.02-.04,.03,0,0-.02,.01-.02,.02,0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01,0,0-.02,.01-.02,.02s-.01,0-.02,.01c0,0-.02,.01-.02,.02,0,0-.01,0-.02,.01-.02,.01-.03,.02-.05,.03,0,0-.01,.01-.02,.01,0,0-.02,.01-.03,.02,0,0,0,0-.01,.01,0,0-.02,.01-.03,.02,0,0,0,0,0,0-.03,.02-.06,.05-.1,.07,0,0,0,0-.01,0,0,0-.02,.01-.03,.02,0,0,0,0-.01,0,0,0-.02,.02-.03,.02h0s-.04,.04-.06,.05h0s-.02,.02-.03,.03c0,0,0,0-.01,0-.01,0-.02,.02-.03,.02,0,0,0,0,0,0-.03,.03-.07,.05-.1,.08,0,0,0,0,0,0-.01,0-.02,.02-.03,.02h0s-.02,.02-.03,.03h0s-.07,.06-.11,.08h0s-.02,.02-.04,.03c0,0,0,0,0,0-.74,.57-1.48,1.15-2.21,1.74l.63,.78c3.09-2.48,6.31-4.87,9.57-7.12l-.57-.82h0Zm-24.4,20.63c-.27,.28-.54,.56-.81,.85,0,0,0,0,0,0-.04,.04-.08,.08-.12,.12,0,0,0,0,0,0-.04,.04-.08,.08-.12,.12,0,0,0,0,0,0-.03,.03-.05,.05-.08,.08,0,0,0,0,0,0-.01,.01-.02,.03-.04,.04,0,0,0,0,0,0-.02,.02-.05,.05-.07,.07,0,0,0,0-.01,.01-.04,.04-.07,.08-.11,.12,0,0,0,.01-.01,.01-.03,.04-.08,.08-.11,.12,0,0-.01,.01-.02,.02-.02,.02-.04,.04-.06,.06,0,0-.01,.01-.02,.02-.01,.01-.02,.02-.03,.04,0,0-.01,.01-.02,.02-.02,.02-.03,.04-.05,.06,0,0-.01,.01-.02,.02-.01,.01-.02,.02-.03,.03,0,0-.01,.01-.02,.02-.02,.02-.04,.04-.05,.06,0,0-.01,.02-.02,.02-.01,.01-.02,.02-.03,.03-.01,.01-.03,.03-.04,.04-.01,.01-.02,.02-.03,.03,0,0-.01,.02-.02,.02-.02,.02-.03,.03-.05,.05,0,0-.02,.02-.03,.03-.01,.01-.02,.02-.03,.03,0,0-.02,.02-.03,.03-.01,.01-.03,.03-.04,.05,0,.01-.02,.02-.03,.03,0,0-.02,.02-.03,.03-.01,.01-.02,.02-.03,.04-.01,.01-.03,.03-.04,.04,0,.01-.02,.02-.03,.03-.01,.01-.02,.02-.03,.03-.01,.02-.03,.03-.04,.05-.01,.01-.02,.02-.03,.03,0,.01-.02,.02-.03,.03,0,0-.02,.02-.02,.03-.02,.02-.03,.03-.05,.05,0,0-.02,.02-.02,.03-.01,.01-.02,.02-.03,.03-.01,.01-.02,.02-.03,.04-.01,.01-.02,.03-.04,.04,0,0-.02,.02-.02,.03-.01,.01-.03,.03-.04,.04-.01,.01-.02,.02-.03,.03-.01,.01-.02,.03-.04,.04,0,0-.01,.02-.02,.02-.02,.02-.03,.04-.05,.05,0,0-.01,.01-.02,.02-.01,.01-.03,.03-.04,.04,0,0-.01,.01-.02,.02-.02,.02-.03,.04-.05,.05,0,0-.02,.02-.02,.02-.01,.01-.03,.03-.04,.04,0,0-.01,.01-.01,.02-.02,.02-.03,.04-.05,.05,0,0-.01,.01-.02,.02-.02,.02-.03,.04-.05,.05,0,0,0,0-.01,.01-.02,.02-.03,.03-.05,.05,0,0-.01,.01-.02,.02-.02,.02-.03,.04-.05,.06,0,0,0,0-.01,.02-.01,.02-.03,.03-.04,.05,0,0-.01,.01-.02,.02-.02,.02-.03,.04-.05,.06,0,0-.01,.01-.01,.01-.02,.02-.03,.04-.05,.05,0,0,0,0,0,0-.02,.02-.04,.04-.05,.06,0,0-.01,.01-.01,.02-.02,.02-.03,.04-.05,.06h0s-.04,.05-.05,.07c0,0,0,.01-.01,.01-.02,.02-.04,.04-.05,.06,0,0,0,0,0,0-.02,.02-.03,.04-.05,.06,0,0,0,0-.01,.01-.02,.02-.04,.04-.06,.06,0,0,0,0-.01,.01-.02,.02-.03,.04-.05,.06,0,0,0,0,0,0-.02,.02-.04,.04-.06,.06,0,0,0,0-.01,.01-.04,.04-.08,.08-.11,.13,0,0,0,0-.01,.01-.02,.02-.04,.04-.06,.06h0s-.04,.04-.06,.06c0,0,0,0,0,0-.02,.02-.04,.04-.06,.06h0s-.04,.05-.06,.07h0s-.04,.05-.06,.07c0,0,0,0,0,0-.04,.04-.08,.09-.12,.13h0c-.04,.05-.08,.1-.12,.14,0,0,0,0,0,0-.06,.07-.12,.14-.19,.21h0s-.08,.09-.12,.14h0s-.08,.09-.12,.14h0c-.99,1.13-1.97,2.26-2.93,3.42l.77,.64c2.53-3.04,5.21-6.03,7.97-8.87l-.72-.7h0Zm-19.83,25.05c-1.05,1.64-2.06,3.29-3.05,4.96,0,0,0,0,0,0-.03,.05-.06,.1-.09,.15h0s-.02,.03-.03,.05c0,0,0,0,0,0-.02,.03-.04,.07-.06,.1,0,0,0,0,0,0-.01,.02-.01,.03-.02,.04,0,0,0,0,0,.01,0,.01-.02,.03-.02,.04,0,0,0,0,0,0-.02,.03-.04,.06-.06,.1,0,0,0,.01,0,.02,0,0-.01,.02-.02,.03,0,0,0,.01,0,.02,0,0-.02,.03-.02,.04,0,0,0,0,0,.01-.01,.02-.02,.03-.03,.04,0,0,0,.01-.01,.02,0,0,0,.02-.01,.02,0,0,0,.02-.01,.02,0,0,0,.02-.01,.02,0,0,0,.01-.01,.02,0,.01-.01,.02-.02,.03,0,0-.01,.02-.02,.03,0,0,0,.02-.01,.03,0,0-.01,.02-.02,.03,0,0,0,0-.01,.02,0,0-.01,.02-.02,.03,0,0,0,.01,0,.02-.02,.03-.04,.07-.06,.1,0,0,0,0,0,.01,0,.01-.01,.02-.02,.03,0,0,0,0,0,.01-.03,.05-.06,.1-.09,.15h0c-.78,1.36-1.54,2.72-2.29,4.1l.88,.47c1.88-3.48,3.91-6.94,6.05-10.27l-.84-.54h0Zm-14.45,28.49c-.31,.79-.6,1.58-.9,2.38,0,0,0,0,0,0,0,.02-.01,.04-.02,.06,0,0,0,0,0,0-.01,.04-.03,.07-.04,.11,0,0,0,0,0,0,0,.01-.01,.03-.02,.04,0,0,0,0,0,.01,0,.02,0,.03-.02,.04,0,0,0,0,0,0,0,.02-.01,.03-.02,.05,0,0,0,0,0,.02,0,0-.01,.03-.01,.04,0,0,0,.01,0,.02,0,0-.01,.03-.01,.04,0,0,0,.01,0,.02,0,.02-.01,.03-.02,.05,0,0,0,.01,0,.02,0,0,0,.02-.01,.03,0,0,0,.02,0,.02,0,0,0,.02,0,.03,0,0,0,.02,0,.03,0,0,0,.02,0,.02,0,.02-.01,.04-.02,.06,0,0,0,.01,0,.02,0,0,0,.02-.01,.03,0,0,0,.01,0,.02,0,.01,0,.02-.01,.03,0,0,0,0,0,.01-.01,.04-.03,.08-.04,.11,0,0,0,0,0,.01,0,.01,0,.03-.01,.04h0s-.03,.09-.05,.13c0,0,0,0,0,0-.36,1.01-.72,2.03-1.06,3.05h0c-.02,.06-.04,.12-.06,.18h0c-.02,.06-.04,.12-.06,.17,0,0,0,0,0,0,0,.01,0,.02-.01,.04,0,0,0,0,0,.01-.01,.04-.03,.08-.04,.12,0,0,0,0,0,0,0,.01,0,.02-.01,.04,0,0,0,0,0,.01,0,.01,0,.02-.01,.04h0s-.02,.06-.02,.08c0,0,0,0,0,.01,0,.01,0,.02-.01,.03,0,0,0,.01,0,.02,0,0,0,.02,0,.03,0,0,0,.01,0,.02,0,0,0,.02,0,.03,0,.01,0,.03-.01,.04,0,0,0,.02,0,.02,0,0,0,.02,0,.03,0,0,0,.02,0,.02,0,0,0,.02-.01,.03,0,0,0,.01,0,.02,0,.02-.01,.03-.02,.05,0,0,0,0,0,.01,0,0,0,.03-.01,.04,0,0,0,.01,0,.02,0,.01,0,.03-.01,.04,0,0,0,0,0,0,0,.02-.01,.04-.02,.06,0,0,0,0,0,0,0,.02-.01,.03-.02,.05,0,0,0,0,0,0,0,.02,0,.03-.02,.05,0,0,0,0,0,0-.37,1.14-.73,2.27-1.07,3.42l.96,.29c1.14-3.79,2.44-7.58,3.87-11.28l-.93-.36h0Zm-8.45,30.81c-.16,.96-.31,1.91-.46,2.87,0,0,0,0,0,0,0,.06-.02,.12-.03,.18,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,0,0,.02,0,.03,0,.01,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,0,0,.01,0,.04-.01,.08-.02,.12h0s0,.04,0,.05h0s-.01,.09-.02,.14h0c-.36,2.57-.66,5.15-.9,7.75l1,.09c.36-3.95,.88-7.92,1.54-11.82l-.99-.17h0Zm-1.14,31.85l-1,.03c.03,.96,.07,1.92,.12,2.87h0c0,.07,0,.13,0,.19h0s0,.04,0,.05h0s0,.06,0,.08c0,0,0,0,0,.01,0,.01,0,.02,0,.04,0,0,0,.01,0,.02,0,.04,0,.08,0,.12,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,0,0,.02,0,.02,0,.04,0,.07,0,.11,0,.01,0,.01,0,.03,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.03,0,.04,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,0,0,.02,0,.02,0,.01,0,.03,0,.04,0,0,0,.02,0,.03,0,.01,0,.03,0,.04,0,0,0,.02,0,.02,0,.01,0,.02,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.02,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.06,0,0,0,0,0,.01,0,.01,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.04,0,.05,0,0,0,0,0,.01,0,.02,0,.04,0,.06,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.02,0,.03,0,.06,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06h0s0,.04,0,.06c0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.03,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.06,0,.12,.01,.19,0,0,0,0,0,0,0,.06,0,.12,.01,.18,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.03,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.04,0,.07,0,.11,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.06,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,0,0,.02,0,.03,0,0,0,.02,0,.03,0,.02,0,.04,0,.06,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,.01,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,.02,0,.02,0,.02,0,.04,0,.06,0,0,0,.01,0,.02,0,.01,0,.02,0,.04,0,.01,0,0,0,.02,0,.01,0,.02,0,.04h0s0,.06,0,.09c0,0,0,0,0,0,0,.01,0,.03,0,.04,0,0,0,0,0,.01,0,.04,0,.09,.01,.13,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,.09,1.07,.2,2.14,.31,3.2l.99-.11c-.42-3.93-.7-7.93-.82-11.89h0Zm4.17,31.47l-.97,.23c.92,3.91,1.99,7.77,3.2,11.56l.95-.3c-1.2-3.77-2.27-7.64-3.18-11.49h0Zm10.38,30l-.91,.42c.02,.05,.04,.1,.07,.15,0,0,0,0,0,0,0,.02,.02,.04,.03,.05h0s.03,.07,.05,.11c0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.11,0,0,0,0,0,0,0,.02,.02,.04,.03,.05,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.11,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,0,.02,.02,.03,.02,.05h0s.02,.04,.03,.05c0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,0,.02,.01,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.11,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.03,.05,.05,.1,.08,.16,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.11,0,0,0,0,0,0,0,.02,.01,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.11,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,0,.02,.01,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.1,0,0,0,0,0,0,0,.02,.01,.03,.02,.04,0,0,0,0,0,0,.02,.04,.03,.07,.05,.1,0,0,0,0,0,0,0,.02,.01,.03,.02,.05,0,0,0,0,0,0,0,.02,.01,.03,.02,.05,0,0,0,0,0,0,.02,.04,.03,.07,.05,.1,0,0,0,0,0,.01,0,.02,.01,.02,.02,.04,0,0,0,0,0,0,.02,.04,.03,.07,.05,.1,0,0,0,0,0,0,0,.02,.01,.03,.02,.04,0,0,0,0,0,.01,0,.02,.01,.02,.02,.04,0,0,0,0,0,0,0,.02,.02,.03,.03,.05,0,0,0,0,0,0,0,.02,.01,.03,.02,.04,0,0,0,.01,0,.02,0,0,.01,.03,.02,.04,0,0,0,0,0,.01,.02,.04,.03,.07,.05,.1,0,0,0,0,0,0,0,.01,.01,.03,.02,.04,0,0,0,0,0,.01,0,.02,.01,.03,.02,.04,0,0,0,0,0,0,0,.02,.02,.03,.03,.05,0,0,0,0,0,0,0,.01,.01,.03,.02,.04,0,0,0,.01,0,.02,0,0,.01,.03,.02,.03,0,0,0,.01,0,.02,.02,.04,.03,.06,.05,.1,0,0,0,.01,0,.02,0,0,.01,.02,.02,.03,0,0,0,.01,0,.02,0,0,.01,.03,.02,.04,0,0,0,0,0,.01,0,.02,.02,.03,.02,.05,0,0,0,0,0,.01,0,0,.01,.03,.02,.04,0,0,0,.01,0,.02,0,0,.01,.02,.02,.03,0,0,0,.01,0,.02,0,.01,.01,.03,.02,.04,0,0,0,.02,.01,.02,0,.01,.01,.02,.02,.03,0,0,0,.01,0,.02,0,0,.01,.02,.01,.03,0,0,0,.01,.01,.02,0,0,.01,.02,.02,.03,0,0,0,.01,0,.02,0,.02,.01,.03,.02,.05,0,0,0,.01,.01,.02,0,0,.01,.02,.01,.03,0,0,0,.01,.01,.02,0,0,.01,.02,.01,.03,0,0,0,.01,.01,.02,0,.01,.01,.03,.02,.04,0,0,0,.02,.01,.02,0,0,0,.02,.01,.03,0,0,0,.02,.01,.02,0,0,0,.02,.01,.03,0,0,0,.01,.01,.02,0,0,0,.02,.01,.03,0,0,0,.02,.01,.02,0,.02,.01,.02,.02,.04,0,0,0,.02,.01,.02,0,0,0,.02,.01,.02,0,0,0,.02,.01,.03,0,0,0,.01,.01,.02,0,0,0,.02,.01,.03,0,0,0,.01,0,.02,0,.02,.02,.04,.03,.05,0,0,0,.01,0,.02,0,.01,.01,.02,.02,.03,0,0,0,0,0,.01,0,.01,.01,.02,.02,.03,0,0,0,0,0,0,.02,.04,.04,.08,.06,.11,0,0,0,0,0,0,0,.01,.01,.02,.02,.04,0,0,0,0,0,0,.03,.05,.05,.11,.08,.16h0s.01,.03,.02,.05h0s.04,.08,.06,.12h0c.04,.07,.07,.14,.11,.21h0c.75,1.46,1.53,2.9,2.33,4.33l.87-.49c-1.93-3.46-3.75-7.03-5.42-10.62h0Zm16.17,27.32l-.81,.59c.27,.36,.53,.72,.8,1.08,0,0,0,0,0,0,.02,.03,.05,.06,.07,.09,0,0,0,0,0,0,.01,.02,.02,.03,.03,.04,0,0,0,0,0,0,.01,.02,.02,.02,.03,.04h0s.02,.03,.03,.05c0,0,0,0,0,.01,0,0,.02,.02,.02,.03,0,0,0,.01,.01,.02,0,0,.01,.02,.02,.02,0,0,.01,.01,.02,.02,0,0,.01,.02,.02,.02,0,.01,.02,.02,.02,.03,0,.01,.01,.01,.02,.03,0,0,.01,.02,.02,.03,0,0,0,.01,.01,.02,0,0,.01,.02,.02,.03,0,0,0,0,.01,.01,.04,.05,.07,.09,.11,.14h0c1.98,2.62,4.04,5.18,6.18,7.66l.76-.65c-2.58-3-5.08-6.14-7.42-9.33h0Zm21.27,23.57l-.67,.74c1.29,1.18,2.61,2.33,3.94,3.46h0c.06,.05,.12,.1,.18,.15h0s.09,.08,.14,.12h0s.02,.02,.03,.03c0,0,0,0,0,0,.03,.03,.07,.06,.1,.08h0s.02,.02,.03,.03c0,0,0,0,.01,.01,0,0,.02,.01,.03,.02,0,0,.01,.01,.02,.01,.01,.01,.02,.02,.04,.03,.01,0,.01,.01,.02,.02,0,0,.02,.01,.02,.02,0,0,.01,.01,.02,.01,0,0,.02,.01,.03,.02,0,0,.01,0,.01,.01,0,0,.02,.01,.02,.02,0,0,.01,.01,.02,.02,.01,.01,.02,.02,.04,.03,0,0,.01,.01,.02,.02,0,0,.01,.01,.02,.02,0,0,.01,.01,.02,.02,0,0,.01,.01,.02,.02,0,0,.02,.02,.03,.02,0,0,.01,0,.02,.01,.02,.01,.02,.02,.04,.03,0,0,0,0,.01,.01,0,0,.02,.02,.03,.02,0,0,.01,0,.02,.01,0,0,.02,.02,.03,.02,0,0,.01,0,.02,.01,0,0,.03,.02,.03,.03,0,0,0,0,0,0,.02,.01,.03,.02,.04,.04,0,0,0,0,0,0,.01,0,.02,.02,.03,.03,0,0,0,0,0,0,.01,0,.02,.02,.03,.03,0,0,0,0,0,0,.02,.01,.03,.02,.04,.04,0,0,0,0,0,0,.02,.01,.03,.02,.04,.03,0,0,0,0,.01,0,0,0,.03,.02,.03,.03,0,0,0,0,0,0,.02,.01,.02,.02,.04,.03,0,0,0,0,0,0,.02,.01,.03,.02,.05,.04,0,0,0,0,0,0,.02,.01,.03,.02,.04,.03,0,0,0,0,0,0,.02,.01,.02,.02,.04,.03,0,0,0,0,0,0,.03,.03,.06,.05,.09,.08,0,0,0,0,0,0,.02,.01,.03,.02,.04,.04,0,0,0,0,0,0,.05,.04,.09,.08,.14,.11h0c1.13,.93,2.27,1.85,3.42,2.75l.61-.79c-3.12-2.43-6.19-5.02-9.12-7.68h0Zm25.52,18.89l-.51,.86c1.48,.88,2.97,1.74,4.48,2.57,0,0,0,0,0,0,.02,0,.03,.02,.05,.03,0,0,0,0,0,0,.04,.02,.07,.04,.1,.06,0,0,0,0,0,0,.02,0,.02,.01,.04,.02,0,0,0,0,.01,0,.01,0,.03,.01,.04,.02,0,0,0,0,.01,0,.02,0,.03,.02,.05,.03,0,0,0,0,0,0,.01,0,.03,.02,.04,.02,0,0,.01,0,.02,0,0,0,.02,.01,.03,.02,0,0,.01,0,.02,0,0,0,.02,.01,.03,.02,0,0,.01,0,.02,0,.02,0,.03,.01,.04,.02,0,0,.02,0,.02,.01,0,0,.01,0,.02,.01,0,0,.02,0,.03,.01,0,0,.01,0,.02,.01,0,0,.02,.01,.03,.02,0,0,.01,0,.01,0,.02,.01,.04,.02,.06,.03,0,0,.01,0,.02,0,.01,0,.02,.01,.03,.02h.01s.02,.02,.03,.03h0s.08,.05,.12,.07h0c1.69,.92,3.39,1.81,5.12,2.67l.45-.9c-3.54-1.76-7.06-3.68-10.47-5.71h0Zm28.77,13.43l-.33,.94c3.76,1.31,7.58,2.49,11.47,3.52l.26-.97c-3.82-1.02-7.66-2.2-11.4-3.5h0Zm30.87,7.39l-.13,.99c1.87,.25,3.76,.47,5.65,.66,0,0,0,0,.01,0,.01,0,.03,0,.04,0h.01s.05,0,.07,0c0,0,.01,0,.02,0,.01,0,.02,0,.03,0,.01,0,.01,0,.02,0,.01,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.03,0,.04,0,.01,0,.02,0,.03,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.06,0,.12,.01,.19,.02,0,0,0,0,0,0,1.72,.16,3.45,.29,5.18,.39l.06-1c-3.96-.24-7.95-.62-11.87-1.15h0Zm43.6-.1c-3.91,.55-7.9,.95-11.86,1.21l.06,1c.12,0,.25-.02,.37-.02,0,0,0,0,0,0,.01,0,.03,0,.04,0,0,0,0,0,0,0,.04,0,.08,0,.12,0,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,.01,0,.01,0,.02,0,.01,0,.02,0,.03,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.04,0,.05,0,0,0,0,0,.01,0,.02,0,.03,0,.06,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.04,0,.08,0,.12,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,2.77-.2,5.52-.47,8.25-.8,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.04,0,.08,0,.12-.01,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.04,0,.08,0,.12-.01,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,0,0,.01,0,.02,0,.03,0,.06,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,0,0,.01,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.01,0,.03,0,.04,0,0,0,.01,0,.02,0,.02,0,.03,0,.05,0,0,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.02,0,.04,0,.01,0,.02,0,.03,0h.03s.02,0,.03,0c0,0,.02,0,.03,0,0,0,.02,0,.03,0,.02,0,.03,0,.05,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.01,0,.02,0,0,0,.02,0,.03,0,.01,0,.02,0,.03,0,.02,0,.03,0,.05,0,.01,0,.02,0,.03,0,.01,0,.02,0,.03,0,.01,0,.01,0,.02,0,.01,0,.02,0,.03,0h0s.05,0,.07-.01c0,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.04,0,.08-.01,.12-.02,0,0,.01,0,.02,0,.01,0,.02,0,.04,0,0,0,0,0,.01,0,.04,0,.08-.01,.12-.02,0,0,.01,0,.02,0,.01,0,.02,0,.04,0,0,0,0,0,.01,0,.02,0,.05,0,.07-.01h.01s.02,0,.04,0c0,0,0,0,0,0l-.14-.99h0Zm30.84-7.53c-3.73,1.32-7.56,2.52-11.38,3.55l.26,.97c.69-.19,1.38-.38,2.06-.57,0,0,0,0,0,0,.04-.01,.07-.02,.11-.03,0,0,0,0,0,0,.01,0,.03,0,.05-.01,0,0,.01,0,.02,0,0,0,.03,0,.04-.01,0,0,.01,0,.02,0,.02,0,.03,0,.05-.01,0,0,.01,0,.02,0,0,0,.03,0,.04-.01,0,0,.02,0,.02,0,0,0,.02,0,.03,0,0,0,.02,0,.02,0,0,0,.02,0,.03,0,.02,0,.03,0,.05-.01,0,0,.02,0,.02,0,.01,0,.02,0,.03,0,0,0,.01,0,.02,0,.01,0,.02,0,.03,0,0,0,0,0,0,0l.13-.04h0c1.91-.56,3.8-1.15,5.68-1.77,0,0,0,0,0,0,.01,0,.03,0,.04-.01,0,0,0,0,0,0,.04-.01,.08-.03,.11-.04,0,0,.01,0,.02,0,.01,0,.02,0,.03-.01h.02s.02-.01,.03-.02c0,0,.03,0,.03-.01,.01,0,.02,0,.03-.01,0,0,.02,0,.03,0,0,0,.02,0,.03,0,0,0,.02,0,.03,0,0,0,.01,0,.02,0,.01,0,.03-.01,.05-.02,0,0,0,0,0,0,.02,0,.03,0,.05-.02,0,0,0,0,.01,0,0,0,.03-.01,.04-.01,0,0,.01,0,.02,0,.04-.01,.07-.02,.11-.04,0,0,0,0,0,0,.02,0,.03-.01,.05-.02,0,0,0,0,0,0,.73-.25,1.46-.5,2.18-.75l-.33-.94h0Zm28.7-13.56c-3.39,2.04-6.91,3.98-10.44,5.76l.45,.89c.1-.05,.2-.1,.29-.15h0c.05-.03,.11-.06,.16-.08,0,0,0,0,0,0,.01,0,.02-.01,.03-.02,0,0,0,0,.01,0,.02-.01,.05-.02,.07-.04,0,0,0,0,0,0,0,0,.02,0,.03-.01,0,0,.02,0,.02-.01,0,0,.02,0,.03-.01,0,0,.02,0,.03-.01,0,0,.01,0,.02-.01,0,0,.03-.01,.03-.02,0,0,.02,0,.03-.01,0,0,.02-.01,.03-.02,0,0,.01,0,.02-.01,0,0,.02-.01,.03-.02,0,0,.01,0,.02,0,0,0,.03-.01,.04-.02,0,0,0,0,.01,0,.02,0,.03-.02,.05-.02,0,0,0,0,.01,0,.01,0,.02-.01,.04-.02,0,0,0,0,.01,0,0,0,.03-.01,.04-.02,0,0,0,0,.01,0,.04-.02,.07-.03,.1-.05,0,0,0,0,0,0,.02,0,.03-.02,.05-.03,0,0,0,0,0,0,3.15-1.62,6.24-3.34,9.26-5.16l-.52-.86h0Zm25.43-19.01c-2.92,2.67-5.98,5.27-9.09,7.72l.62,.79c.38-.3,.75-.59,1.13-.89,0,0,0,0,0,0,.03-.02,.06-.05,.09-.07,0,0,0,0,0,0,.02-.01,.03-.02,.04-.03,0,0,0,0,0,0,.02-.01,.02-.02,.04-.03,0,0,0,0,0,0,.03-.03,.06-.04,.09-.07,0,0,0,0,.01-.01,0,0,.02-.02,.03-.03,0,0,0,0,.01,0,.01,0,.02-.02,.03-.03,0,0,0,0,0,0,.02-.01,.03-.02,.04-.03,0,0,0,0,.01-.01,0,0,.02-.02,.03-.02,0,0,.01,0,.02-.01,0,0,.02-.01,.03-.02,0,0,.01,0,.02-.01,0,0,.02-.02,.03-.02,0,0,.02-.01,.02-.02,0,0,.02-.02,.03-.02,0,0,.01-.01,.02-.02,0,0,.02-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01,0,.02-.02,0,0,.01-.01,.02-.02,.01,0,.01-.01,.03-.02,.01,0,.02-.02,.03-.03,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,0,0,.02-.01,0,0,.02-.01,.02-.02,0,0,.01,0,.01-.01,.02-.01,.04-.03,.05-.04h0s.02-.02,.03-.03c0,0,0,0,.01,0,0,0,.02-.02,.03-.02,0,0,0,0,0,0,.03-.03,.07-.06,.1-.08h0s.02-.02,.03-.03c0,0,0,0,.01,0l.03-.02s0,0,0,0c.03-.03,.06-.05,.1-.08,0,0,0,0,0,0,.01,0,.02-.02,.03-.03h0s.09-.08,.14-.12h0s.02-.02,.03-.03c0,0,0,0,0,0,.05-.04,.09-.08,.14-.11h0s.09-.08,.14-.12c0,0,0,0,0,0,.01,0,.02-.02,.03-.03h0s.09-.08,.14-.12h0s.02-.02,.03-.03h0s.09-.08,.14-.12h0s.09-.08,.14-.12c0,0,0,0,0,0,.01,0,.02-.02,.03-.03,0,0,0,0,0,0,0,0,.02-.02,.03-.02h0s.04-.04,.06-.06c0,0,0,0,0,0,.01,0,.02-.02,.03-.03h0s.02-.02,.03-.03c0,0,0,0,0,0,.03-.03,.06-.05,.1-.08,0,0,0,0,.01,0,0,0,.02-.02,.03-.02,0,0,0,0,.01-.01,0,0,.02-.02,.03-.02h0s.04-.04,.07-.05h0s.02-.02,.03-.03c0,0,0,0,.01-.01,0,0,.02-.02,.03-.02,0,0,0,0,0,0,.03-.02,.06-.05,.09-.07,0,0,.01-.01,.02-.02,0,0,.02-.01,.02-.02h.02s.02-.03,.02-.03c0,0,.01-.01,.02-.01,.01-.01,.03-.03,.04-.04,0,0,.01-.01,.02-.01,0,0,.02-.01,.02-.02,0,0,0,0,.02-.01s.02-.01,.02-.02c0,0,.01,0,.02-.02,0,0,.01-.01,.02-.02,0,0,.02-.02,.02-.02,.01-.01,.03-.02,.04-.03,0,0,.01-.01,.02-.01,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.02-.02,.03-.02,0,0,0,0,.01,0,.02-.01,.02-.02,.04-.03,0,0,.01,0,.02-.01,0,0,.02-.02,.03-.02,0,0,0,0,.01-.01,0,0,.02-.02,.03-.03,0,0,0,0,.01-.01,.02-.01,.03-.02,.04-.04,0,0,0,0,0,0,.02-.01,.02-.02,.04-.03,0,0,.01,0,.02-.01,0,0,.02-.02,.03-.02,0,0,0,0,.01-.01,.01,0,.02-.02,.03-.03,0,0,0,0,.01,0,.02-.01,.03-.02,.04-.04,0,0,0,0,0,0,.02-.01,.02-.02,.03-.03,0,0,0,0,.01-.01,.01,0,.02-.02,.03-.03,0,0,0,0,0,0,.02-.01,.03-.02,.04-.04,0,0,0,0,0,0,.02-.01,.03-.02,.04-.04,0,0,0,0,0,0,0,0,.03-.02,.03-.03,0,0,0,0,.01-.01,.01,0,.02-.02,.03-.03,0,0,0,0,0,0,.03-.03,.06-.05,.09-.08,0,0,0,0,0,0,.02-.01,.02-.02,.04-.03,0,0,0,0,0,0,.03-.03,.06-.05,.09-.08h0s.03-.02,.04-.04c0,0,0,0,0,0,.02-.01,.02-.02,.04-.03,0,0,0,0,0,0,.03-.03,.06-.05,.09-.08,0,0,0,0,0,0,.02-.01,.03-.02,.04-.04,0,0,0,0,0,0,1.2-1.04,2.38-2.09,3.55-3.16l-.68-.74h0Zm21.16-23.67c-2.33,3.2-4.81,6.35-7.38,9.37l.76,.65c1.11-1.31,2.2-2.63,3.27-3.98h0c.04-.05,.07-.1,.11-.15,0,0,0,0,0,0,0-.01,.02-.02,.03-.03,0,0,0,0,0,0,.03-.03,.06-.07,.08-.1h0s.02-.02,.02-.03c0,0,0,0,0-.01,0,0,.02-.02,.02-.03,0,0,0,0,0-.01,.03-.03,.05-.06,.08-.1,0,0,0,0,0,0,0,0,.01-.02,.02-.03,0,0,0,0,.01-.01,0,0,.01-.02,.02-.03,0,0,0,0,0-.01,.01-.02,.03-.04,.04-.06h0s.01-.03,.02-.03c0,0,0,0,.01-.02,0,0,.01-.02,.02-.02,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03h0s.03-.04,.05-.07c0,0,0,0,0-.01,0,0,.02-.02,.02-.03,0,0,0,0,0-.01,0,0,.01-.02,.02-.03,0,0,0,0,.01-.01,.01-.02,.03-.03,.04-.05,0,0,0,0,.01-.01,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03,0,0,0,0,.01-.02,0,0,.01-.02,.02-.02,0,0,.01-.01,.01-.02,.01-.01,.02-.03,.03-.04,0,0,.01-.02,.02-.02,0,0,.01-.02,.02-.02,0,0,0,0,.01-.02,0,0,.01-.02,.02-.02,0,0,.01-.01,.01-.02,0,0,.01-.01,.02-.02,.01-.02,.02-.02,.03-.04,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,0-.01,.02-.02,0,0,.01-.02,.02-.02,0,0,.01-.02,.02-.02,0-.01,.02-.02,.02-.03,0,0,.01-.02,.02-.03,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.02-.03,.03-.03,0,0,.01-.02,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.01,.02-.02,0,0,.01-.02,.02-.02,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,.01-.02,.02-.02,.03-.04,0,0,0,0,.01-.01,0,0,.02-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,0-.01,.02-.02,.03-.04,0,0,0-.01,.01-.02,0-.01,.02-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.02-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.02-.02,.02-.03,0,0,0,0,0-.01,.01-.02,.02-.03,.03-.04,0,0,0,0,.01-.01,0,0,.02-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.02-.03,.03-.03,0,0,0,0,.01-.01,0-.01,.02-.02,.03-.04,0,0,0-.01,.01-.02,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,0,0,.02-.02,.02-.03,0,0,0,0,0-.01,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,0,0,.02-.03,.03-.03,0,0,0-.01,.01-.02,0,0,.02-.02,.02-.03,0,0,0,0,.01-.01,0-.01,.02-.02,.03-.03,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0-.01,0,0,.02-.02,.02-.03,0,0,0,0,.01-.01,0,0,.02-.03,.03-.03,0,0,0,0,0-.01,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0-.01,0,0,.02-.03,.03-.03,0,0,0,0,0-.01,.01-.02,.02-.02,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.05,0,0,0,0,0,0,.01-.02,.02-.02,.03-.04,0,0,0,0,0-.01,0,0,.02-.03,.03-.03,0,0,0,0,0-.01,.02-.03,.04-.06,.07-.09,0,0,0,0,0-.01,0,0,.02-.03,.03-.03,0,0,0,0,0-.01,.01-.02,.02-.02,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.05,0,0,0,0,0,0,.01-.02,.02-.02,.03-.04,0,0,0,0,0-.01,0,0,.02-.03,.03-.03,0,0,0,0,0-.01,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,0-.01,.02-.02,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.04-.05,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.01-.02,.02-.02,.03-.04,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04h0s.02-.03,.03-.05c0,0,0,0,0,0,0-.01,.02-.02,.03-.04,0,0,0,0,0,0,.01-.02,.02-.02,.03-.04,0,0,0,0,0,0,.02-.03,.04-.06,.07-.09,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.04-.05,.07-.09,.1-.14,0,0,0,0,0,0,.01-.02,.02-.03,.03-.04,0,0,0,0,0,0,.04-.05,.07-.09,.11-.14,0,0,0,0,0,0,.05-.06,.09-.13,.14-.19,0,0,0,0,0,0,.2-.27,.4-.54,.59-.81l-.81-.59h0Zm16.04-27.4c-1.65,3.6-3.45,7.18-5.37,10.64l.88,.48s0,0,0-.01c.01-.02,.02-.04,.03-.05,0,0,0-.01,0-.02,0,0,.01-.02,.02-.03,0,0,0-.01,.01-.02,0,0,0-.02,.01-.03,0,0,0-.01,.01-.02,0,0,0-.01,.01-.02,0-.02,.01-.03,.02-.04,0,0,0,0,0-.01,0-.01,.01-.02,.02-.04,0,0,0,0,0-.01,0,0,.01-.03,.02-.04,0,0,0,0,0-.01,0-.02,.02-.03,.03-.05h0s.02-.03,.03-.05c0,0,0,0,0,0,0-.01,.02-.03,.02-.04,0,0,0,0,0-.01,0-.02,.01-.03,.02-.04,0,0,0,0,0,0,.02-.04,.04-.07,.06-.1,0,0,0,0,0,0,0-.02,.02-.03,.03-.05,0,0,0,0,0,0,.03-.05,.06-.11,.09-.16,0,0,0,0,0,0,1.33-2.44,2.59-4.91,3.79-7.42,0,0,0,0,0,0,.03-.05,.05-.1,.08-.16,0,0,0,0,0,0,0-.02,.01-.03,.02-.04,0,0,0,0,0,0,.02-.04,.03-.07,.05-.1,0,0,0,0,0-.01,0,0,.01-.03,.02-.04,0,0,0,0,0-.01,0,0,.01-.03,.02-.04,0,0,0-.01,0-.02,0-.02,.01-.03,.02-.05,0,0,0,0,0-.01,0,0,.01-.03,.02-.04,0,0,0-.01,0-.02,0,0,0-.02,.01-.03,0,0,0-.01,0-.02,0,0,.01-.03,.02-.03,0,0,0-.02,.01-.03,0-.01,.01-.02,.02-.03,0,0,0-.01,.01-.02,0,0,0-.02,.01-.03,0,0,0-.02,.01-.03,0,0,0-.02,.01-.02,.02-.03,.03-.07,.05-.1,0,0,0-.01,0-.02,0,0,0-.02,.01-.03,0,0,0-.01,0-.02,0-.01,0-.02,.01-.03,0,0,0,0,0-.01,.01-.02,.02-.05,.03-.07h0s.01-.03,.02-.04h0s.01-.03,.02-.05h0c.19-.41,.38-.83,.57-1.24l-.91-.42h0Zm10.24-30.05c-.89,3.86-1.94,7.73-3.13,11.5l.95,.3c.22-.7,.44-1.41,.65-2.12,0,0,0,0,0,0,.02-.06,.03-.11,.05-.17,0,0,0,0,0,0,0-.02,.01-.04,.02-.05,0,0,0,0,0,0,.01-.04,.02-.08,.03-.11,0,0,0,0,0,0,0-.02,.01-.03,.02-.05,0,0,0,0,0,0,.01-.04,.02-.08,.03-.12,0,0,0,0,0,0,0-.02,.01-.04,.02-.05,0,0,0,0,0,0,.01-.04,.02-.08,.03-.12,0,0,0,0,0,0,0-.02,.01-.04,.02-.06,0,0,0,0,0,0,.01-.04,.02-.08,.03-.12,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,0-.02,0-.03,.01-.05,0,0,0,0,0,0,.01-.04,.02-.07,.03-.11h0s0-.04,.01-.06c0,0,0,0,0,0,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01,0-.02,0-.03,.01-.04,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0,0,0-.01,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,0-.03,.02-.05h0s.01-.04,.02-.06c0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0-.01,0-.02,0-.01,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,0-.03,.02-.05,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0-.01,0-.02,0,0,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,0-.03,.02-.05,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0-.01,0-.02,0,0,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,.01-.04,.02-.06,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0-.01,0-.02,0,0,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,0-.03,.02-.05,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0-.01,0-.02,0,0,0-.03,.01-.04,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0,0,0-.01,0-.02,0-.03,.01-.05h0s0-.04,.02-.06c0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0-.01,0-.02,0-.01,0-.03,.01-.05,0,0,0,0,0,0,0-.02,0-.04,.02-.06,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0-.01,0-.01,0-.01,0-.03,.01-.04,0,0,0,0,0,0,0-.02,0-.04,.02-.05,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,0-.01,0-.03,.01-.05,0,0,0,0,0,0,0-.02,0-.04,.02-.06,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01,0-.01,0-.03,.01-.04,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01v-.04s.01-.01,.02-.02c0-.02,0-.03,.01-.05,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,0-.01,0-.03,.01-.05,0,0,0,0,0-.01,0-.02,0-.03,.01-.05,0,0,0,0,0,0,0-.02,0-.04,.01-.05,0,0,0,0,0-.01,0,0,0-.03,.01-.04,0,0,0,0,0-.02,0-.02,0-.03,.01-.05,0,0,0,0,0,0,0-.02,0-.04,.01-.06,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,0-.02,0-.03,.01-.05,0,0,0,0,0,0,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01,0-.02,0-.03,.01-.05,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0-.01,0-.01,0-.03,.01-.05,0,0,0,0,0-.01,.01-.04,.02-.07,.03-.11,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0,0,.01-.04,.02-.07,.03-.11,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0,0,.01-.04,.02-.08,.03-.12,0,0,0,0,0,0,0-.02,0-.04,.01-.06,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0,0,.01-.04,.02-.08,.03-.12,0,0,0,0,0,0,0-.02,0-.04,.01-.06,0,0,0,0,0,0,.02-.06,.03-.12,.05-.18,0,0,0,0,0,0,.32-1.25,.63-2.5,.92-3.76l-.97-.23h0Zm4.02-31.49c-.11,3.97-.37,7.97-.77,11.9l.99,.1c.05-.46,.09-.92,.14-1.38,0,0,0-.01,0-.02,0-.01,0-.02,0-.03,0,0,0-.02,0-.02,0-.02,0-.03,0-.05,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.02,0-.04,0-.05,0,0,0,0,0-.01,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.06,.01-.12,.02-.18,0,0,0,0,0,0,.27-3.05,.46-6.12,.55-9.22,0,0,0,0,0,0,0-.04,0-.08,0-.13,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.03,0-.05l-1-.03h0Zm-1.28-31.84l-.99,.17c.67,3.9,1.21,7.87,1.59,11.82l1-.1c-.02-.18-.03-.36-.05-.54,0,0,0,0,0,0,0-.04,0-.08-.01-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08-.01-.12,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0-.01,0-.02,0-.01,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05,0,0,0-.01,0-.02,0-.01,0-.03,0-.04,0,0,0-.02,0-.02,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.02,0-.03,0-.01,0-.03,0-.04,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.02,0-.03,0-.02,0-.03,0-.05,0,0,0-.02,0-.02,0-.01,0-.02,0-.03,0-.01,0,0,0-.02,0-.01,0-.02,0-.03h0s0-.06,0-.09c0,0,0,0,0,0,0-.01,0-.03,0-.04h0c0-.05,0-.1-.01-.14,0,0,0,0,0,0,0-.01,0-.03,0-.04h0c0-.05,0-.1-.01-.14h0s0-.03,0-.05h0c-.36-3.26-.82-6.49-1.37-9.69h0Zm-8.59-30.77l-.93,.36c1.44,3.69,2.76,7.47,3.92,11.26l.96-.29c-.1-.32-.2-.65-.3-.97,0,0,0,0,0,0-.02-.06-.04-.12-.05-.17,0,0,0,0,0,0,0-.02-.01-.04-.02-.06,0,0,0,0,0,0-.01-.04-.02-.08-.04-.12,0,0,0,0,0,0,0-.02-.01-.04-.02-.05,0,0,0,0,0,0-.01-.04-.02-.08-.04-.12,0,0,0,0,0,0,0-.02,0-.03-.02-.05,0,0,0,0,0-.01-.01-.04-.02-.07-.03-.11,0,0,0,0,0,0,0-.02,0-.03-.02-.05,0,0,0,0,0-.01,0-.02,0-.03-.01-.05,0,0,0,0,0,0,0-.02-.01-.04-.02-.05,0,0,0,0,0,0,0-.02,0-.03-.02-.05,0,0,0-.01,0-.01,0,0-.01-.03-.01-.04,0,0,0,0,0-.01,0-.02,0-.03-.02-.05,0,0,0,0,0-.01,0-.02,0-.03-.01-.05,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02,0-.02,0-.03-.02-.05,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02,0-.02,0-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0-.01,0-.03-.01-.04,0,0,0-.02,0-.03,0,0,0-.02-.01-.03,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02,0-.01,0-.03-.01-.04,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0-.02,0-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0-.01,0-.02-.01-.03,0-.01,0-.03-.01-.04,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0-.02-.01-.03-.02-.05,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0-.01,0-.03-.01-.04,0-.01,0-.02-.01-.04,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0-.02,0-.03-.02-.05,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0,0,0-.02-.01-.03,0-.01,0-.03-.01-.04,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0-.02-.01-.03-.02-.05,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0-.01-.01-.03-.02-.05,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0,0,0-.02,0-.03,0-.01,0-.02-.01-.04,0-.01,0-.02-.01-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0,0,0-.02-.01-.03,0-.01,0-.03-.01-.04,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02,0-.03,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0-.02,0-.03-.02-.05,0,0,0-.02,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0-.02-.01-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.02,0-.02,0,0,0-.02-.01-.03,0,0,0-.02,0-.02,0,0,0-.02-.01-.03,0-.01,0-.03-.01-.04,0,0,0-.02-.01-.03,0,0,0-.02,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02,0-.01-.01-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.01,0-.02-.01-.03-.02-.05,0,0,0,0,0-.01,0,0-.01-.03-.01-.04,0,0,0-.01,0-.02,0,0,0-.03-.01-.03,0,0,0-.01,0-.02,0-.02-.01-.03-.02-.05,0,0,0,0,0-.01,0-.01,0-.03-.01-.04,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02-.01-.04-.02-.06-.04-.1,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0-.02-.01-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.02-.01-.03,0,0,0-.01,0-.02,0,0-.01-.03-.01-.04,0,0,0,0,0-.01,0-.02-.01-.03-.02-.05,0,0,0,0,0,0,0-.01-.01-.03-.02-.04,0,0,0-.01,0-.02,0,0-.01-.03-.01-.04,0,0,0-.01,0-.02,0-.02-.01-.03-.02-.05,0,0,0,0,0,0,0-.02,0-.03-.02-.05,0,0,0-.01,0-.02,0,0,0-.03-.01-.04,0,0,0-.01,0-.02-.01-.04-.02-.07-.04-.11,0,0,0,0,0-.01,0,0-.01-.03-.02-.04,0,0,0,0,0-.01,0-.02-.01-.03-.02-.05,0,0,0,0,0,0,0-.02-.01-.04-.02-.06,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0,0,0-.01,0-.02,0-.03-.02-.05,0,0,0,0,0,0-.01-.04-.03-.07-.04-.11,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0,0,0,0-.01-.04-.03-.07-.04-.11,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0,0,0,0-.01-.04-.03-.07-.04-.11,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0,0,0,0-.02-.06-.04-.11-.06-.17,0,0,0,0,0,0,0-.02-.01-.04-.02-.05,0,0,0,0,0,0-.01-.04-.03-.07-.04-.11,0,0,0,0,0,0,0-.02-.01-.03-.02-.05,0,0,0,0,0,0-.02-.06-.04-.11-.06-.17,0,0,0,0,0,0-.38-1.05-.78-2.09-1.18-3.12h0Zm-14.58-28.43l-.84,.54c2.15,3.33,4.2,6.77,6.1,10.25l.88-.48c-.21-.39-.43-.78-.64-1.17,0,0,0,0,0,0,0-.02-.02-.03-.03-.05,0,0,0,0,0,0-.02-.04-.04-.07-.06-.1,0,0,0,0,0,0,0-.01-.01-.02-.02-.04,0,0,0-.01,0-.02,0,0-.01-.02-.02-.03,0,0,0-.01,0-.02,0-.02-.01-.03-.02-.04,0,0,0-.02-.01-.02,0,0,0-.01-.01-.02,0,0,0-.02-.01-.02,0,0,0-.01-.01-.02,0,0-.01-.02-.02-.03,0,0,0,0,0-.01-.01-.02-.03-.05-.04-.07h0s-.01-.03-.02-.04h0s-.01-.03-.02-.04h0c-1.63-2.91-3.35-5.76-5.15-8.54h0Zm-19.94-24.96l-.72,.7c2.77,2.83,5.46,5.8,8.01,8.83l.77-.64s-.01-.01-.02-.02c0,0,0,0,0,0-.02-.02-.04-.05-.06-.07,0,0-.01-.01-.02-.02,0-.01-.02-.02-.03-.04-.01-.02-.03-.03-.04-.05,0-.01-.02-.02-.03-.03,0-.01-.02-.02-.03-.03,0-.01-.01-.02-.02-.03-.01-.02-.03-.03-.04-.05,0,0-.01-.02-.02-.02-.01-.01-.02-.03-.03-.04,0-.01-.01-.02-.02-.03-.01-.02-.03-.03-.04-.05,0,0-.01-.02-.02-.02-.01-.02-.03-.03-.04-.05,0,0-.01-.02-.02-.02-.01-.02-.03-.03-.04-.05,0,0-.01-.02-.02-.02-.02-.02-.03-.04-.05-.06,0,0,0,0-.01-.01-.02-.02-.03-.04-.05-.05,0,0,0,0-.01-.01-.02-.02-.04-.04-.05-.06,0,0,0,0-.01-.01-.02-.02-.03-.04-.05-.06,0,0,0,0,0,0-.02-.02-.04-.04-.06-.07,0,0,0,0,0,0-.04-.04-.08-.09-.11-.13,0,0,0,0,0,0-.04-.05-.08-.09-.12-.14h0c-.71-.83-1.43-1.65-2.16-2.47h0s-.08-.09-.12-.14h0c-.06-.07-.12-.14-.19-.21,0,0,0,0,0,0-.04-.04-.08-.09-.12-.13h0c-.04-.05-.08-.09-.12-.14,0,0,0,0-.01-.01-.02-.02-.04-.04-.06-.06,0,0,0,0,0-.01-.02-.02-.03-.04-.05-.05,0,0,0,0-.01-.01-.02-.02-.04-.04-.05-.06,0,0-.01-.01-.01-.02-.02-.02-.03-.04-.05-.05,0,0,0,0,0,0-.02-.02-.04-.04-.05-.06,0,0,0-.01-.02-.02-.02-.02-.03-.04-.05-.05,0,0,0,0-.02-.02-.01-.02-.03-.03-.04-.05,0,0-.01-.01-.02-.02-.02-.02-.03-.04-.05-.05,0,0-.01-.01-.02-.02-.01-.01-.02-.03-.04-.04,0,0-.01-.02-.02-.02-.02-.02-.03-.03-.05-.05-.01-.01-.02-.02-.03-.03,0-.01-.02-.02-.03-.03-.01-.01-.02-.03-.03-.04-.01-.01-.02-.03-.03-.04-.01-.01-.02-.02-.03-.03,0,0-.02-.02-.02-.03-.01-.01-.03-.04-.05-.05,0,0-.01-.02-.02-.02-.01-.01-.02-.02-.03-.03,0,0-.01-.01-.02-.02-.02-.02-.04-.04-.05-.06,0,0-.01-.01-.02-.02-.04-.04-.07-.08-.11-.12,0,0,0,0,0,0-.04-.04-.08-.08-.12-.13,0,0,0,0,0,0-.99-1.07-1.99-2.12-3.01-3.16h0Zm-24.49-20.52l-.56,.83c3.27,2.23,6.5,4.61,9.6,7.07l.62-.78c-3.13-2.49-6.35-4.86-9.66-7.12h0Zm-28.08-15.24l-.39,.92c3.65,1.53,7.29,3.22,10.81,5.02l.45-.89c-.22-.11-.44-.22-.66-.34h0s-.02-.02-.04-.02h0s-.07-.04-.11-.06c0,0-.01,0-.02,0,0,0-.02,0-.03-.01,0,0-.01,0-.02-.01,0,0-.02,0-.03-.01,0,0-.02-.01-.03-.02,0,0-.02,0-.03-.01,0,0-.02-.01-.03-.02,0,0-.01,0-.02,0,0,0-.02-.01-.03-.02,0,0-.01,0-.02,0-.01,0-.02-.01-.04-.02,0,0,0,0-.01,0-.02,0-.03-.02-.05-.02,0,0,0,0,0,0-.02,0-.02-.01-.04-.02,0,0,0,0-.01,0-.02,0-.03-.02-.05-.02h0s-.07-.04-.11-.05c0,0,0,0,0,0-.02,0-.03-.02-.05-.03,0,0,0,0,0,0-3.09-1.54-6.23-2.98-9.43-4.32h0Zm-30.56-9.31l-.19,.98c3.89,.77,7.79,1.69,11.6,2.75l.27-.96s-.09-.02-.13-.04h0s-.03,0-.04-.01h0s-.08-.02-.13-.04c0,0,0,0-.01,0-.01,0-.02,0-.03,0,0,0-.01,0-.02,0-.02,0-.05-.01-.07-.02h0s-.02,0-.03-.01c0,0-.01,0-.02,0-.01,0-.02,0-.03,0,0,0-.01,0-.02,0-.01,0-.02,0-.03,0-.01,0-.03,0-.04-.01,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.02,0-.02,0,0,0-.02,0-.03,0,0,0-.01,0-.02,0-.02,0-.03,0-.05-.01,0,0-.01,0-.02,0,0,0-.03,0-.04,0,0,0-.01,0-.02,0,0,0-.03,0-.04,0,0,0-.01,0-.02,0-.02,0-.03,0-.05-.01,0,0,0,0-.01,0-.01,0-.03,0-.05-.01,0,0,0,0-.01,0-.02,0-.03,0-.05-.01,0,0,0,0,0,0-.04-.01-.07-.02-.11-.03,0,0,0,0,0,0-.02,0-.03,0-.05-.01,0,0,0,0,0,0-.04-.01-.08-.02-.12-.03,0,0,0,0,0,0-3.38-.9-6.8-1.7-10.26-2.38h0Zm-31.07-3.02v1c3.72,0,7.49,.13,11.19,.39l.07-1s-.03,0-.05,0c0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.04,0-.07,0-.12,0,0,0,0,0-.01,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-2.79-.19-5.61-.3-8.44-.34h0s-.08,0-.13,0c0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.04,0-.08,0-.12,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.04,0-.07,0-.12,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0,0,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.02,0-.03,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0-.01,0-.01,0-.04,0-.05,0,0,0,0,0-.01,0-.02,0-.04,0-.06,0,0,0,0,0,0,0-.02,0-.03,0-.05,0h-.01s-.04,0-.06,0h0Z" fill="#f7651a"/>
<path d="M220.13,101.46h-.03s0,0,0,0h-.02s0,0,0,0c0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0-.01,0,0,0-.01,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0-.01,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.02,0,0,0,0,0-.01,0,0,0-.01,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0h0s-.02,0-.03,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.03,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.02,0-.03,0-.05,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.03,0h0s-.03,0-.05,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0-.03,0-.05,0-.08,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0-.03,0-.05,0-.08,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,0-.07,0-.1,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,0-.07,0-.1,0h0s-.02,0-.03,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0-.04,0-.09,0-.13,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.03,0h0c-.15,0-.29,.01-.44,.02h0s-.02,0-.03,0h0s-.02,0-.03,0h0s-.02,0-.03,0h0c-.07,0-.14,0-.21,.01h0c-1.63,.09-3.25,.24-4.85,.44,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.02,0-.02,0h0s-.07,0-.1,.01c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,0-.05,0-.07,.01,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.02,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,0-.05,0-.08,.01h0s-.01,0-.02,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0c-.07,.01-.14,.02-.21,.03h0c-.74,.11-1.48,.24-2.21,.37l.18,.98c3.85-.72,7.8-1.08,11.75-1.08v-1h0Zm-30.72,7.71c-.69,.37-1.37,.76-2.05,1.15h0s-.01,0-.02,.01h0s-.01,0-.02,.01h0s-.03,.02-.04,.02h0c-.08,.05-.16,.1-.24,.14h0s-.01,0-.02,.01h0s-.01,0-.02,.01h0s-.01,0-.02,.01c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.01,0-.02,.01h0s-.01,0-.02,.01c0,0,0,0,0,0-.04,.02-.08,.05-.12,.07,0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.01,0-.02,.01c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0-.02,.01-.04,.03-.06,.04,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.03,.02-.05,.03-.08,.05,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.03,.02-.07,.04-.1,.07,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0h-.01s0,.01,0,.01c0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.05,.03-.09,.06-.14,.09,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0h-.02s0,.01,0,.01c0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,.01c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.04,.03-.08,.05-.12,.08,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.05,.03-.09,.06-.14,.1,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0-.05,.04-.11,.07-.16,.11,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.01,.01,0,0,0,0,0,0,0,0,0,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.01,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01h0s-.01,0-.02,.01c0,0,0,0,0,0-.07,.05-.13,.09-.2,.14,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0-.01,0-.02,.01h0s-.01,0-.02,.01c0,0,0,0,0,0-.11,.08-.21,.15-.31,.23,0,0,0,0,0,0-.01,0-.03,.02-.04,.03,0,0,0,0,0,0,0,0-.01,0-.02,.01h0s-.01,0-.02,.01c0,0,0,0,0,0-.74,.54-1.46,1.1-2.17,1.68l.63,.78c3.07-2.47,6.37-4.67,9.83-6.53l-.47-.88h0Zm-23.41,21.35c-.55,.84-1.09,1.68-1.61,2.55h0s0,.01-.01,.02c0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02h0s0,.01-.01,.02h0s0,.01-.01,.02h0s0,.01-.01,.02c0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02h0s0,.01-.01,.02h0c-.03,.05-.06,.11-.09,.16h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02h0c-.04,.08-.09,.16-.13,.23,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,0,0,.01-.01,.02,0,0,0,0,0,0,0,.01-.02,.03-.02,.04h0c-1.2,2.12-2.28,4.32-3.24,6.58l.92,.39c1.53-3.61,3.41-7.11,5.59-10.39l-.83-.55h0Zm-10.52,29.87c-.06,.6-.1,1.21-.14,1.82,0,0,0,0,0,0,0,0,0,.02,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.02h0c0,.05,0,.1,0,.15,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.04,0,.08,0,.13,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.03,0,.05,0,.08,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.02h0s0,.03,0,.05c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.03c0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02c0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.03c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.02,0,.03,0,.05,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03h0s0,.02,0,.02h0s0,.02,0,.03h0s0,.02,0,.03h0s0,.02,0,.02h0s0,.02,0,.03h0v.03h0s0,.02,0,.03h0v.03h0v.03h0v.03h0v.03h0s0,.02,0,.03h0v.02h0s0,.02,0,.03h0s0,.02,0,.03h0s0,.02,0,.03h0s0,.02,0,.03h0s0,.02,0,.03h0s0,.02,0,.03c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.03h0s0,.02,0,.02c0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.05,0,.07h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.06,0,.09h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.06,0,.09h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.05,0,.09,0,.14h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.05,0,.09,0,.14h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,.05,0,.11,0,.16h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,.06,0,.12,.01,.18h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.09,0,.14h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02h0s0,.02,0,.02h0s0,.09,0,.14c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,.05,0,.11,.01,.16h0s0,.02,0,.02h0s0,.02,0,.02h0c0,.07,.01,.14,.02,.21h0s0,.02,0,.02h0s0,.02,0,.02h0c0,.06,0,.12,.01,.19h0s0,.02,0,.02h0s0,.03,0,.05h0c0,.05,0,.11,.01,.16h0s0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02h0c0,.05,0,.11,.01,.16h0s0,.02,0,.02h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,.03,0,.06,0,.09l1-.09c-.18-1.95-.27-3.94-.27-5.91s.09-3.95,.27-5.9l-1-.09h0Zm5.77,30.92l-.92,.39c.17,.39,.34,.78,.51,1.17h0s0,.01,0,.02h0s0,.01,0,.02h0s0,.01,0,.02h0s0,.01,0,.02h0c.05,.11,.1,.23,.15,.34h0s0,.01,0,.02h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.01,0,.02h0c.03,.07,.06,.13,.09,.19h0s0,.01,0,.02h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,.02,.03,.03,.07,.05,.1,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,.02,.02,.03,.02,.05,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,.01,.03,.03,.06,.04,.09,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.02,0,.02c0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.01,0,0,0,0,0,0h0s0,.02,0,.02c0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,.02,.04,.04,.09,.07,.13,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,.04,.07,.07,.14,.11,.22,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02h0s0,.01,0,.02h0s0,.01,0,.02c0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02h0c.04,.08,.08,.16,.13,.24h0s0,.01,.01,.02c0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,.01,.01,.02h0s0,.01,.01,.02c0,0,0,0,0,0,.97,1.82,2.01,3.59,3.14,5.31,0,0,0,0,0,0,.05,.07,.1,.15,.15,.22l.83-.55c-2.18-3.28-4.06-6.77-5.59-10.39h0Zm18.81,24.88l-.63,.78c1.95,1.57,3.99,3.03,6.12,4.37,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,0,0,.02,.01,0,0,0,0,0,0,0,0,0,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,.01,0,0,0,0,0,0,.02,.01,.04,.03,.06,.04,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,.01h0c1.04,.64,2.1,1.25,3.17,1.83l.47-.88c-3.46-1.86-6.77-4.06-9.83-6.52h0Zm28.33,13.04l-.18,.98c2.42,.45,4.88,.76,7.38,.94h0s.01,0,.02,0h0c.07,0,.14,0,.21,.01h0s.02,0,.02,0h0s.01,0,.02,0h0c.06,0,.12,0,.19,.01h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0h0c.05,0,.11,0,.16,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0h0c.05,0,.11,0,.16,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.05,0,.09,0,.14,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.03,0,.06,0,.09,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.06,0,.09,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0h.02s0,0,0,0c.02,0,.04,0,.07,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.02,0,.04,0,.06,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0s0,0,.01,0c0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,.01,0,.03,0,.04,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0h.01s0,0,.01,0c0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.02,0,.03,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0s0,0,.01,0c0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,.01,0,.02,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0h.01s0,0,.01,0c0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.02,0,.03,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,.02,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,.01,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,.01,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h.01s.01,0,.01,0c0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0h.02s0,0,0,0h.03s0,0,.02,0h.03v-1c-3.95,0-7.9-.36-11.74-1.08h0Zm42-6.52c-3.46,1.87-7.12,3.41-10.86,4.6l.3,.95c1.43-.45,2.83-.96,4.21-1.5h0s.01,0,.02,0h0s.01,0,.02,0h0s.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0h0c.06-.03,.13-.05,.19-.08h0s.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0t0,0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.1-.04,.15-.06c0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0h.01s0,0,0,0c0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0s0,0,.01,0c0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,0,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.05-.02,.07-.03h0s.01,0,.02,0c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02-.01c0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,.08-.03,.15-.07,.23-.1,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,.01,0,.02,0h0s.01,0,.02,0c0,0,0,0,0,0,1.58-.69,3.13-1.45,4.64-2.26l-.47-.88h0Zm23.05-21.02c-2.17,3.27-4.66,6.37-7.4,9.19l.72,.7c1.57-1.62,3.06-3.32,4.46-5.1,0,0,0,0,0,0,0,0,0-.01,.01-.02t0,0s0-.01,.01-.02c0,0,0,0,0,0,0,0,0-.01,.01-.02h0s0-.01,.01-.02c0,0,0,0,0,0,.06-.08,.12-.15,.18-.23,0,0,0,0,0,0,0,0,0-.01,.01-.02,0,0,0,0,0,0,0,0,0-.01,.01-.02,0,0,0,0,0,0,0,0,0,0,.01-.02,0,0,0,0,0,0,0,0,0-.01,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0-.01,.01-.02,0,0,0,0,0,0,0,0,0-.01,.01-.01,0,0,0,0,0,0,0,0,0-.01,.01-.01,0,0,0,0,0,0,0,0,0-.01,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0-.01,.01-.02,0,0,0,0,0,0,0,0,0-.01,.01-.02,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01h0s0-.01,.01-.02c0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0,0,.01-.01,0,0,0,0,0,0,0,0,0-.01,.01-.02,0,0,0,0,0,0,0,0,0-.01,.01-.02h0c.78-1.03,1.52-2.08,2.24-3.16l-.83-.55h0Zm10.36-29.41c-.36,3.92-1.08,7.83-2.15,11.6l.96,.27c.11-.39,.22-.77,.32-1.16,0,0,0,0,0,0,0,0,0-.01,0-.02h0s0-.02,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02h0s.02-.09,.03-.13h0s0-.01,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0-.02,.01-.04,.02-.06,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01h0s0-.02,0-.03c0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.02,0-.03,.01-.05,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,.02-.06,.02-.1,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,.01-.05,.02-.1,.03-.15,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,.01-.05,.02-.1,.03-.15h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,.01-.07,.03-.13,.04-.2,0,0,0,0,0,0,0,0,0-.02,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.02-.07,.03-.15,.05-.22,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02h0s0-.02,0-.02h0c.02-.08,.04-.16,.05-.25,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02h0c.02-.08,.03-.16,.05-.25,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.02-.07,.03-.15,.05-.22,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.02-.08,.03-.16,.05-.25,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.01-.07,.03-.15,.04-.22h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.02-.08,.03-.16,.05-.25,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.02-.08,.03-.17,.05-.25,0,0,0,0,0,0,0,0,0-.02,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.01-.07,.02-.13,.04-.2,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.01-.07,.02-.13,.03-.2,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.05,.02-.1,.03-.15,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,.01-.07,.02-.13,.03-.2,0,0,0,0,0,0,0,0,0-.01,0-.02h0s0-.02,0-.03c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02h0c0-.05,.02-.1,.02-.15h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.05,.02-.1,.02-.15,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0-.05,.02-.1,.02-.15,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0-.04,.01-.08,.02-.13h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02h0c0-.05,.01-.1,.02-.15,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02t0,0c0-.07,.02-.13,.03-.2,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,.01-.08,.02-.15,.03-.23h0s0-.02,0-.03c0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,.01-.09,.02-.19,.04-.28h0s0-.02,0-.03h0c.09-.69,.16-1.39,.22-2.09l-1-.09h0Zm-3.86-31.21l-.92,.39c1.53,3.62,2.74,7.4,3.58,11.24l.98-.21c-.38-1.76-.84-3.49-1.36-5.2h0s0-.02,0-.02h0s0-.01,0-.02h0s0-.02,0-.02h0s0-.02,0-.02h0c-.02-.07-.05-.15-.07-.22h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02h0s0-.02,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02h0s0-.02,0-.02c0,0,0,0,0,0,0-.03-.02-.05-.03-.08,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01s0,0,0-.01c0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0-.01,0-.02,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0-.02-.05-.03-.09-.05-.14,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0-.53-1.58-1.12-3.12-1.76-4.64h0Zm-19.11-25.27l-.63,.78c3.06,2.47,5.91,5.23,8.47,8.21l.76-.65c-.77-.9-1.57-1.78-2.39-2.64,0,0,0,0,0,0,0,0-.01-.01-.02-.02h0s0-.01-.02-.02h0s0-.01-.02-.02h0s0-.01-.01-.02h0s0-.01-.01-.02h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0-.01-.02,0,0,0,0,0,0,0,0,0,0-.01-.01h0s0-.01-.01-.02h0s-.01-.01-.02-.02h0c-.06-.07-.13-.13-.19-.2h0s0-.01-.01-.02h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0-.03-.03-.05-.05-.08-.08,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0h0s0-.01,0-.02c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0-.01,0-.02c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01-.02-.02-.03-.03,0,0,0,0,0,0,0,0,0,0-.02-.02,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0-.02-.02-.03-.03-.05-.05h0s-.01-.01-.02-.02c0,0,0,0,0,0,0,0,0,0-.02-.01,0,0,0,0,0,0,0,0,0,0-.02-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.02-.01,0,0,0,0,0,0,0,0,0,0-.02-.02,0,0,0,0,0,0-.02-.02-.05-.04-.07-.07,0,0,0,0,0,0,0,0,0,0-.02-.02,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0-.01-.01-.02-.02,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0-.03-.03-.07-.06-.1-.09,0,0,0,0,0,0-.01,0-.02-.02-.03-.03h0s0-.01-.01-.02h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01,0,0,0,0,0,0,0,0,0,0-.01-.01h0s0-.01-.01-.02h0s0-.01-.01-.02c0,0,0,0,0,0,0,0-.01,0-.02-.01,0,0,0,0,0,0,0,0-.01,0-.02-.01,0,0,0,0,0,0-.01-.01-.02-.02-.03-.03h0c-.95-.86-1.92-1.69-2.92-2.5h0Zm-28.77-13.24l-.18,.98c3.87,.72,7.68,1.8,11.35,3.22l.36-.93c-1.27-.49-2.56-.94-3.86-1.36h0c-.1-.03-.21-.07-.31-.1h0s-.01,0-.02,0h0s-.01,0-.02,0h0s-.01,0-.02,0h0s-.01,0-.02,0c0,0,0,0,0,0-.07-.02-.15-.05-.22-.07h0s-.01,0-.02,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.09-.03-.13-.04h0s-.01,0-.02,0c0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0-.02,0-.04-.01-.06-.02,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0h-.01s0,0-.01,0c0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.02,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.02,0-.03,0-.05-.01,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.03,0-.06-.02-.1-.03,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.04-.01-.08-.02-.12-.03,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0h-.02s0,0,0,0c0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.06-.01-.11-.03-.17-.04,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.02,0-.02,0h0c-.06-.02-.13-.03-.19-.05,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0-.09-.02-.18-.04-.27-.07h0c-1.26-.31-2.54-.59-3.82-.83h0Z" fill="#f7651a"/>
<path d="M220.13,147.93h-.01s0,0-.01,0h-.01s0,0-.01,0h0s0,0-.01,0h0s0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0-.01,0h0s0,0-.01,0h0s0,0,0,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0t0,0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0-.01,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s0,0-.01,0h0s-.01,0-.02,0c0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01,0-.02,0h0s0,0-.01,0h0s-.01,0-.02,0c0,0,0,0,0,0-.01,0-.02,0-.03,0,0,0,0,0,0,0,0,0,0,0-.01,0h0s0,0,0,0h0s0,0-.01,0c0,0,0,0,0,0-.01,0-.02,0-.03,0h0s-.01,0-.02,0h0s0,0-.01,0c0,0,0,0,0,0,0,0-.01,0-.02,0h0s-.02,0-.03,0h0s-.05,.01-.07,.02c0,0,0,0,0,0-2.5,.58-4.81,1.66-6.81,3.14h0s-.02,.01-.03,.02c0,0,0,0,0,0,0,0-.02,.01-.03,.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0-.02,.01h0s0,0,0,0c0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01,0-.02,.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0l.61,.8c3.06-2.33,6.71-3.56,10.57-3.56v-1h0Zm-17.22,21.29l-.99,.16c.3,1.83,.87,3.57,1.66,5.17h0s.02,.04,.03,.06h0s0,.01,.01,.02h0s.01,.03,.02,.04c0,0,0,0,0,0,0,0,0,.01,.01,.02h0s0,0,0,.01h0s0,.01,.01,.02h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,.01,.01,.02h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,.01h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,.01,.01,.02h0s0,0,0,.01h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,.01h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,0,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02h0s0,0,0,.01c0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,.01,0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,.01,.02,.02,.03h0s.01,.02,.02,.03h0s.02,.04,.04,.06c0,0,0,0,0,0,.32,.5,.66,.99,1.02,1.45h0s.04,.05,.06,.08c0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,.01,.02,.02,.03,0,0,0,0,0,0,0,0,.01,.02,.02,.03h0s0,0,0,.01h0s0,.01,.01,.02h0s.01,.02,.02,.03c0,0,0,0,0,0,0,0,0,0,0,.01h0s0,.01,.01,.02c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,.01,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,.01,.02t0,0h0s0,0,0,0c0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,.01,.02,0,0,0,0,0,0,0,0,0,0,0,0h0s0,.01,.01,.02c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,.01,.01,.02,.02h0s0,0,0,0c0,0,0,0,0,0,.33,.37,.68,.72,1.03,1.06l.69-.73c-2.76-2.61-4.62-6.11-5.23-9.85h0Zm31.69,6.94c-2.13,3.15-5.28,5.55-8.87,6.76l.32,.95c3.85-1.3,7.14-3.84,9.38-7.15l-.83-.56h0Zm-6.75-26.54l-.42,.91c3.44,1.59,6.32,4.31,8.11,7.66l.88-.47c-.4-.75-.85-1.46-1.34-2.14,0,0,0,0,0,0,0,0-.01-.02-.02-.03h0s-.01-.02-.02-.03c0,0,0,0,0,0-.02-.02-.03-.04-.05-.07h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0,0-.01,0,0,0,0,0,0,0,0,0-.01-.01-.02h0s0,0,0-.01c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01-.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01-.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0-.01-.01-.02,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0h0s0,0,0,0h0s0,0,0,0c0,0,0,0,0,0,0,0,0,0,0,0h0s0,0,0,0h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0,0,0h0s0-.01-.01-.02c0,0,0,0,0,0,0,0,0,0,0,0h0s-.01-.02-.02-.03h0s-.01-.02-.02-.03h0c-1.75-2.09-3.94-3.78-6.44-4.93h0Z" fill="#f7651a"/>
<g>
<line x1="284.42" y1="166.38" x2="278.42" y2="166.38" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
<line x1="256.3" y1="166.38" x2="250.3" y2="166.38" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
<polygon points="251.17 163.39 245.99 166.38 251.17 169.37 251.17 163.39" fill="#f7651a"/>
</g>
<g>
<line x1="156.14" y1="166.38" x2="162.14" y2="166.38" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
<line x1="184.15" y1="166.38" x2="190.15" y2="166.38" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
<polygon points="189.28 169.37 194.46 166.38 189.28 163.39 189.28 169.37" fill="#f7651a"/>
</g>
</g>
<g opacity=".3">
<rect x="93.55" y="338.06" width="253.17" height="43.26" rx="7.27" ry="7.27" fill="none" stroke="#f7651a" stroke-dasharray="0 0 12.09 20.15" stroke-miterlimit="10"/>
</g>
<g opacity=".3">
<g>
<path d="M12.28,181.1s-.21,2.14-.38,5.98" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
<path d="M11.85,205.54c1.29,37.28,11.67,108.07,68.61,146.53" fill="none" stroke="#f7651a" stroke-dasharray="0 0 11.08 18.46" stroke-miterlimit="10"/>
<path d="M88.3,356.97c1.71,.99,3.46,1.96,5.25,2.9" fill="none" stroke="#f7651a" stroke-miterlimit="10"/>
</g>
</g>
<g opacity=".3">
<g>
<path d="M9.97,135.37l-.21-6s2.23,.67,5.64,2.04" fill="none" stroke="#f7651a" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M35.6,142.85c8.15,6.49,14.94,15.42,14.39,27.01-.71,14.91-11.51,17.06-21.48,15.8" fill="none" stroke="#f7651a" stroke-dasharray="0 0 13.97 23.29" stroke-linecap="round" stroke-linejoin="round"/>
<path d="M17.19,182.96c-3.37-1.14-5.59-2.16-5.59-2.16l-.21-6" fill="none" stroke="#f7651a" stroke-linecap="round" stroke-linejoin="round"/>
<line x1="10.84" y1="159.64" x2="10.24" y2="142.95" fill="none" stroke="#f7651a" stroke-dasharray="0 0 9.11 15.18" stroke-linecap="round" stroke-linejoin="round"/>
</g>
</g>
</g>
<g id="_1" data-name="1">
<g>
<path d="M208.94,1c42.38,0,82.22,16.5,112.19,46.47,29.97,29.97,46.47,69.81,46.47,112.19s-16.5,82.22-46.47,112.19-69.81,46.47-112.19,46.47-82.22-16.5-112.19-46.47c-29.97-29.97-46.47-69.81-46.47-112.19s16.5-82.22,46.47-112.19C126.72,17.5,166.56,1,208.94,1m0-1C120.77,0,49.29,71.48,49.29,159.66s71.48,159.66,159.66,159.66,159.66-71.48,159.66-159.66S297.12,0,208.94,0h0Z" fill="#fff"/>
<path d="M208.94,95.73c35.25,0,63.92,28.68,63.92,63.92s-28.68,63.92-63.92,63.92-63.92-28.68-63.92-63.92,28.68-63.92,63.92-63.92m0-1c-35.86,0-64.92,29.07-64.92,64.92s29.07,64.92,64.92,64.92,64.92-29.07,64.92-64.92-29.07-64.92-64.92-64.92h0Z" fill="#fff"/>
<path d="M208.94,142.2c9.62,0,17.45,7.83,17.45,17.45s-7.83,17.45-17.45,17.45-17.45-7.83-17.45-17.45,7.83-17.45,17.45-17.45m0-1c-10.19,0-18.45,8.26-18.45,18.45s8.26,18.45,18.45,18.45,18.45-8.26,18.45-18.45-8.26-18.45-18.45-18.45h0Z" fill="#fff"/>
<g>
<line x1="273.22" y1="159.66" x2="239.1" y2="159.66" fill="none" stroke="#fff" stroke-miterlimit="10"/>
<polygon points="239.98 156.66 234.8 159.66 239.98 162.65 239.98 156.66" fill="#fff"/>
</g>
<g>
<line x1="144.94" y1="159.66" x2="178.96" y2="159.66" fill="none" stroke="#fff" stroke-miterlimit="10"/>
<polygon points="178.08 162.65 183.27 159.66 178.08 156.66 178.08 162.65" fill="#fff"/>
</g>
</g>
<rect x="82.36" y="331.33" width="253.17" height="43.26" rx="7.27" ry="7.27" transform="translate(417.88 705.93) rotate(-180)" fill="none" stroke="#fff" stroke-miterlimit="10"/>
<path d="M2.97,171.82s-14.61,132.1,79.39,181.32" fill="none" stroke="#fff" stroke-miterlimit="10"/>
<path d="M.5,120.17s41.55,12.45,40.23,40.49c-1.33,28.04-38.39,10.93-38.39,10.93L.5,120.17Z" fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round"/>
</g>
</svg>
</div>
</div>
</div>
{% elseif sectionsAccueil.ordre == 1 %}
<section class="cell large-12 grid-x align-center-middle divWheelnav">
<div id="divWheelnavBlock" class="small-12 medium-12 large-6">
<div id="divWheelnav" style="height: 1500px;width: 1500px;background-image: url('{{ asset('accueil/roue/bg.svg') }}');background-size: cover;"
data-wheelnav
data-wheelnav-slicepath="DonutSlice"
data-wheelnav-colors="#ffffff"
></div>
</div>
<div id="prestationBlc" class="small-12 medium-12 large-6">
<header>
<h2>{{ sectionsAccueil.nom }}</h2>
</header>
<div id="divWheelText" class="text-center"></div>
</div>
</section>
{% elseif sectionsAccueil.ordre == 2 %}
<section class="formation">
<div class="container__large">
<div class="grid-x">
<div class="small-12 medium-12 large-9 grid-x align-middle">
<div class="content small-12 medium-8 large-8">
<header>
<h2>{{ sectionsAccueil.nom }}</h2>
</header>
</div>
</div>
</div>
{% set loopFormation = 0 %}
{% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
{% if loopFormation is even %}
<div class="grid-x">
<div class="small-12 medium-12 large-9 grid-x align-middle">
<div class="small-12 medium-4 large-4">
<div class="image-container ">
<img src="{{ SectionsAccueilItem.img1 }}" alt=""/>
</div>
</div>
<div class="content small-12 medium-8 large-8">
<div class="text">
<p class="subtitle">{{ SectionsAccueilItem.nom }}</p>
<p>
{{ SectionsAccueilItem.text | nl2br }}
</p>
</div>
</div>
</div>
</div>
{% else %}
<div class="grid-x">
<div class="small-12 medium-12 large-9 grid-x align-middle">
<div class="content small-12 medium-8 large-8">
<div class="text">
<p class="subtitle">{{ SectionsAccueilItem.nom }}</p>
<p>
{{ SectionsAccueilItem.text | nl2br }}
</p>
</div>
</div>
<div class="small-12 medium-4 large-4">
<div class="image-container ">
<img src="{{ SectionsAccueilItem.img1 }}" alt=""/>
</div>
</div>
</div>
</div>
{% endif %}
{% set loopFormation = loopFormation + 1 %}
{% endfor %}
<a href="{{ sectionsAccueil.lien }}" class="link">toutes nos formations</a>
</div>
</section>
{% elseif sectionsAccueil.ordre == 3 %}
<section class="chiffres">
<div class="container__large grid-x">
<header class="small-12 medium-12 large-12">
<h2>{{ sectionsAccueil.nom }}</h2>
<p class="subtitle">{{ sectionsAccueil.sstitre | nl2br }}</p>
</header>
<div class="small-12 medium-12 large-12 grid-x">
{% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
<div class="small-12 medium-6 large-3">
<div class="svg-container">
<img src="{{ SectionsAccueilItem.img1 }}" alt=""/>
</div>
<div class="text">
<p class="number">{{ SectionsAccueilItem.nom }}</p>
<p>{{ SectionsAccueilItem.text | nl2br }}</p>
</div>
</div>
{% endfor %}
</div>
</div>
</section>
{% elseif sectionsAccueil.ordre == 4 %}
<section class="infos">
<div class="container__large grid-x justify-center align-middle">
<div class="small-12 medium-6 large-6">
<header>
<h2>{{ sectionsAccueil.nom }}</h2>
{#<p class="subtitle">
lorem ipsum dolor sit amet
</p>#}
</header>
<div class="content">
<p>
{{ sectionsAccueil.sstitre | nl2br }}
</p>
</div>
{% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
<p class="subtitle">
{{ SectionsAccueilItem.nom }}
</p>
<div class="image-container">
<img src="{{ asset(SectionsAccueilItem.img1) }}" alt="alt"/>
</div>
{% endfor %}
</div>
<div class="small-12 medium-6 large-6">
<div class="image-container image-roundedz">
<img src="{{ asset(sectionsAccueil.img1) }}" alt="alt"/>
</div>
<a href="{{ sectionsAccueil.lien }}" class="link">En savoir plus</a>
</div>
</div>
</section>
{% elseif sectionsAccueil.ordre == 5 %}
{% if sectionsAccueil.SectionsAccueilItem | length > 0 %}
<section class="testimonial-section">
<div class="container__large grid-x">
<header class="cell">
<h2>{{ sectionsAccueil.nom }}</h2>
<p class="subtitle">{{ sectionsAccueil.sstitre | nl2br }}</p>
</header>
<div class="testimonials cell testimonial-slider">
{% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
<div class="testimonial">
<div class="quote">""</div>
<p>
{{ SectionsAccueilItem.text | nl2br }}
</p>
<p class="author">{{ SectionsAccueilItem.nom}}</p>
</div>
{% endfor %}
</div>
</div>
</section>
{% endif %}
{% elseif sectionsAccueil.ordre == 6 %}
<div class="references grid-x container__large">
{% for SectionsAccueilItem in sectionsAccueil.SectionsAccueilItem %}
<div class="image-container">
<img src="{{ asset(SectionsAccueilItem.img1) }}" alt="alt"/>
</div>
{% endfor %}
</div>
{% endif %}
{% endfor %}
<!-- Required js for production -->
<script src="{{ absolute_url(asset('build/contentbox/box/box-flex.js')) }}" type="text/javascript"></script>
{% endblock %}