@charset "UTF-8";@font-face{font-family:"Open Sans Condensed";font-weight:300;font-style:normal;src:local("Open Sans Condensed Light"),local("OpenSansCondensed-Light"),url(../fonts/open-sans-condensed-latin-300-normal.woff2) format("woff2"),url(../fonts/open-sans-condensed-latin-300-normal.woff) format("woff")}@font-face{font-family:"Open Sans Condensed";font-weight:300;font-style:italic;src:local("Open Sans Condensed Light"),local("OpenSansCondensed-Light"),url(../fonts/open-sans-condensed-latin-300-italic.woff2) format("woff2"),url(../fonts/open-sans-condensed-latin-300-italic.woff) format("woff")}@font-face{font-family:"Open Sans Condensed";font-weight:700;font-style:normal;src:local("Open Sans Condensed Bold"),local("OpenSansCondensed-Bold"),url(../fonts/open-sans-condensed-latin-700-normal.woff2) format("woff2"),url(../fonts/open-sans-condensed-latin-700-normal.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:300;font-style:normal;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(../fonts/source-sans-pro-latin-300-normal.woff2) format("woff2"),url(../fonts/source-sans-pro-latin-300-normal.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:300;font-style:italic;src:local("Source Sans Pro Light"),local("SourceSansPro-Light"),url(../fonts/source-sans-pro-latin-300-italic.woff2) format("woff2"),url(../fonts/source-sans-pro-latin-300-italic.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:400;font-style:normal;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(../fonts/source-sans-pro-latin-400-normal.woff2) format("woff2"),url(../fonts/source-sans-pro-latin-400-normal.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:400;font-style:italic;src:local("Source Sans Pro Regular"),local("SourceSansPro-Regular"),url(../fonts/source-sans-pro-latin-400-italic.woff2) format("woff2"),url(../fonts/source-sans-pro-latin-400-italic.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:600;font-style:normal;src:local("Source Sans Pro Semi-bold"),local("SourceSansPro-Semi-bold"),url(../fonts/source-sans-pro-latin-600-normal.woff2) format("woff2"),url(../fonts/source-sans-pro-latin-600-normal.woff) format("woff")}@font-face{font-family:"Source Sans Pro";font-weight:600;font-style:italic;src:local("Source Sans Pro Semi-bold"),local("SourceSansPro-Semi-bold"),url(../fonts/source-sans-pro-latin-600-italic.woff2) format("woff2"),url(../fonts/source-sans-pro-latin-600-italic.woff) format("woff")}:root{--yellow:#FFC212;--colorPrime:#159FDB;--colorSecond:#A82530;--colorCTA:#FFA012;--colorBorder:#D6D9DC;--colorError:#FF6666;--fontHead:'Open Sans Condensed',-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen-Sans','Ubuntu','Cantarell','Helvetica Neue',sans-serif;--fontBody:'Source Sans Pro',-apple-system,BlinkMacSystemFont,'Segoe UI','Roboto','Oxygen-Sans','Ubuntu','Cantarell','Helvetica Neue',sans-serif;--wrapperBig:1216px;--wrapperMid:960px;--wrapperSmall:696px;--gutterSpace:2rem;--boxShadow:0 2px 3px rgba(10, 10, 10, .1),0 0 0 1px rgba(10, 10, 10, .1);--white:#ffffff;--light:#f2f2f2;--greyLight:#f2f2f2;--greyMid:#999999;--greyDark:#666666;--dark:#333333;--black:#000000;--colorInfo:#00ABEF;--colorSuccess:#82D621;--colorWarning:#FFBF00;--colorDanger:#FF6666;--wrapperXS:480px;--wrapperSM:600px;--wrapperMD:860px;--wrapperLG:1080px;--wrapperXL:1280px;--bookYellow:#FFFF00;--bookPurple:#f91c9a}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#fff}::-webkit-scrollbar-thumb{border:1px solid var(--colorPrime);background-color:var(--colorPrime);border-radius:10px}::-webkit-scrollbar-thumb:hover{border:1px solid var(--colorSecond);background:var(--colorSecond)}::-moz-selection{color:#fff;background:var(--colorPrime)}::selection{color:#fff;background:var(--colorPrime)}::-moz-selection{color:#fff;background:var(--colorPrime)}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth;background-color:#fff;scroll-padding-top:100px}body{position:relative;font:300 1.25rem/1.5em var(--fontBody);color:var(--black);background-color:#fff}body.noscroll{overflow:hidden}main{margin:98px 0 0 0}pre{display:block;max-width:var(--wrapperSmall);margin:var(--gutterSpace) auto;padding:var(--gutterSpace);color:var(--greyLight);font:400 1rem/1.5em monospace;white-space:pre;text-shadow:0 1px 0 #000;border-radius:.5rem;background-color:var(--black);overflow-x:scroll}img{display:block;width:100%;height:auto}img.img-center{margin:0 auto}hr{display:inline-block;width:calc(100% - 2rem);height:1px;margin:1rem 0;border:none;outline:0;background-color:var(--colorBorder)}.is-block{display:block}.hide-desktop{display:none!important}@media screen and (max-width:1412px){:root{--gutterSpace:1rem;--wrapperBig:960px}}@media screen and (max-width:1000px){main{margin:3rem 0 0 0}}@media screen and (max-width:680px){.hide-desktop{display:block!important}.hide-mobile{display:none!important}}.button,.button--book-purple,.button--book-yellow,.button--cta,.button--green,.button--intern{display:inline-block;padding:.5rem 1rem;font:700 1.125rem/1.3em var(--fontHead);text-decoration:none;outline:0;border:none;border-radius:.5rem;-webkit-transition:-webkit-box-shadow ease .5s;transition:-webkit-box-shadow ease .5s;transition:box-shadow ease .5s;transition:box-shadow ease .5s, -webkit-box-shadow ease .5s;white-space:nowrap;-webkit-box-shadow:0 6px 8px rgba(10,10,10,.25),0 0 0 1px rgba(0,0,0,.1);box-shadow:0 6px 8px rgba(10,10,10,.25),0 0 0 1px rgba(0,0,0,.1)}.button--book-purple:hover,.button--book-yellow:hover,.button--cta:hover,.button--green:hover,.button--intern:hover,.button:hover{cursor:pointer;text-decoration:none;-webkit-box-shadow:0 0 0 rgba(10,10,10,.25);box-shadow:0 0 0 rgba(10,10,10,.25);-webkit-filter:saturate(2);filter:saturate(2)}.button--intern{color:var(--colorSecond);background-color:#fff;border:2px solid var(--colorSecond)}.button--intern:hover{color:var(--colorSecond)}.button--cta{color:#fff;background-color:var(--colorCTA);text-shadow:0 0 2px rgba(0,0,0,.5)}.button--cta:hover{color:#fff}.button--green{color:#fff;background-color:var(--colorSuccess);text-shadow:0 0 2px rgba(0,0,0,.5)}.button--green:hover{color:#fff}.button--book-yellow{color:#000;background-color:var(--bookYellow)}.button--book-yellow:hover{color:#000}.button--book-purple{color:#fff;background-color:var(--bookPurple);text-shadow:0 0 2px rgba(0,0,0,.5)}.button--book-purple:hover{color:#fff}.big.button--book-purple,.big.button--book-yellow,.big.button--cta,.big.button--green,.big.button--intern,.button.big{font-size:1.625rem}.button.medium,.medium.button--book-purple,.medium.button--book-yellow,.medium.button--cta,.medium.button--green,.medium.button--intern{font-size:1.5rem}.footer{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace) calc(var(--gutterSpace)/ 2);background-color:var(--greyLight);border-top:1px solid var(--colorBorder)}.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;max-width:var(--wrapperBig);margin:0 auto}.footer__column{padding:0 0 0 var(--gutterSpace);border-left:1px solid var(--colorBorder)}.footer__column:first-of-type{padding:0;border:none}.footer__navigation{display:inline-block;width:100%;margin:0 0 1rem 0;padding:0 0 1rem 0;border-bottom:1px solid var(--colorBorder)}.footer__navigation:last-of-type{margin:0;padding:0;border:none}.footer__navigation__item{display:inline-block;width:100%;padding:.25rem;font:700 1.25rem/1.3em var(--fontHead);text-rendering:optimizeLegibility;letter-spacing:.025em;text-decoration:none;color:var(--greyMid)}.footer__navigation__item:hover{text-decoration:none}.footer__heading{font:300 1.875rem/1.3em var(--fontHead);color:var(--colorSecond)}.footer__logo{position:relative;display:block;width:100%;max-width:8rem;margin:1rem 0 0 0}.footer__newsletter-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer__newsletter-logo{display:block;width:30%;max-width:160px;margin:0 auto}.footer__newsletter-form{display:block;width:70%;min-width:360px;margin:0 auto}.footer .form-wrapper{padding:0!important;background-color:var(--greyLight)!important}.footer .form__legal-notice{padding-left:0;color:var(--black)!important;text-align:left}@media screen and (max-width:870px){.footer__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__column{width:100%!important;margin:0 auto 1rem auto;padding:0 .5rem;text-align:center;border:none}.footer__column img{margin:0 auto}.footer__navigation{margin:0;padding:0;border:none}.footer__navigation__item{font-size:1rem}.footer__heading{font-size:1.5rem}.footer__logo{margin:1rem auto 0}.footer p{font-size:1rem}.footer .provenexperts_widget img{width:100px!important}.footer .form .text-right{text-align:center}.footer .form__legal-notice{text-align:center}}@media screen and (max-width:640px){.footer__newsletter-logo{width:25%}}.header{position:fixed;top:0;z-index:200;width:100%;padding:.75rem 0;background-color:#fff;border-bottom:1px solid var(--colorBorder);-webkit-transition:all ease .5s;transition:all ease .5s}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:var(--wrapperBig);margin:0 auto;-webkit-transition:all ease .5s;transition:all ease .5s}.header__logo{position:relative;display:block;width:100%;max-width:10rem;font:700 2rem/1em var(--fontHead);color:#ed5637;-webkit-transition:all ease .5s;transition:all ease .5s;white-space:nowrap}.header__logo:hover{color:#ed5637;text-decoration:none}.header__logo img{display:block;width:100%;height:auto}.header__logo.andrea{height:67px}.header__logo.andrea img{position:absolute;top:0;left:0}.header__logo__onedaybaby{position:relative;top:15px;left:180px;color:var(--colorSecond);font-family:var(--fontHead);font-weight:700;font-size:1.5rem}.header__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition:all ease .5s;transition:all ease .5s}.header__navigation__item-container{position:relative;border-right:1px solid var(--colorBorder)}.header__navigation__item-container:last-of-type{border:none}.header__navigation__item{position:relative;display:block;padding:.5rem 1rem;color:var(--black);font:300 1.1875rem/1.25em var(--fontHead);text-align:center;text-rendering:optimizeLegibility;text-decoration:none}.header__navigation__item:hover{color:var(--colorSecond);text-decoration:none}.header__navigation__item.active{color:var(--colorSecond)}.header__navigation__item.has-subnav{z-index:2}.header__navigation__item.has-subnav:hover+.header__sub-navigation{top:-1rem}.header__subnav-icon{position:absolute;top:1rem;right:-2rem;display:none;width:1.5rem;height:1.5rem;background-image:url(../img/nav-circle-down.svg);background-size:cover;background-repeat:no-repeat;-webkit-transition:all ease 1s;transition:all ease 1s}.header__subnav-icon.open{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.header__sub-navigation{position:absolute;top:-20rem;right:-1px;left:-1px;z-index:1;display:block;padding:calc(100% + 1.5rem) 0 0 0;background-color:#fff;border:1px solid var(--colorBorder);-webkit-transition:top ease .5s;transition:top ease .5s}.header__sub-navigation:hover{top:-1rem}.header__sub-navigation__item{display:block;padding:.5rem 1rem;color:var(--black);font:300 1.1875rem/1.25em var(--fontHead);text-align:center;text-rendering:optimizeLegibility;text-decoration:none}.header__sub-navigation__item:hover{color:var(--colorSecond);text-decoration:none}.header__sub-navigation__item.active{color:var(--colorSecond)}.header__contact{font:700 1.5rem/1em var(--fontHead);color:var(--colorSecond)}.header__contact:hover{text-decoration:none}.header__contact span{font-size:1rem;color:var(--black)}.header.onscroll{padding:0}.header.onscroll .header__container{height:3.125rem}.header.onscroll .header__logo{-webkit-transform:scale(.6);transform:scale(.6);-webkit-transform-origin:center left;transform-origin:center left}.header.onscroll .header__logo.andrea{-webkit-transform:scale(.7);transform:scale(.7)}.header.onscroll .header__navigation{-webkit-transform:scale(.8);transform:scale(.8);-webkit-transform-origin:center right;transform-origin:center right}.burger{display:none;position:absolute;top:10px;right:16px;width:36px;z-index:1;text-decoration:none}.burger:hover{cursor:pointer}.burger>span{display:block;width:35px;height:2px;background-color:var(--black);margin:6px 0;-webkit-transition:.4s;transition:.4s}.burger.cross>span:nth-of-type(1){-webkit-transform:rotate(-45deg) translate(-9px,6px);transform:rotate(-45deg) translate(-9px,6px)}.burger.cross>span:nth-of-type(2){opacity:0}.burger.cross>span:nth-of-type(3){-webkit-transform:rotate(45deg) translate(-6px,-3px);transform:rotate(45deg) translate(-6px,-3px)}@media screen and (max-width:1000px){.header{padding:0}.header__logo{max-width:6rem;min-height:40px;font-size:1.5rem;line-height:40px}.header__logo.andrea{max-width:4.25rem;height:unset}.header__logo__onedaybaby{top:-2px;left:80px;font-size:1rem}.header__navigation__item{padding:.375rem;font-size:1rem}.header__navigation__item img{width:34px}.header__sub-navigation__item{padding:.5rem 0;font-size:1rem}}@media screen and (max-width:768px){.burger{display:inline-block}.header{padding:.25rem .25rem .25rem 1rem}.header__navigation{display:none;position:fixed;top:50px;left:0;right:0;bottom:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;overflow-y:scroll}.header__navigation.open{display:-webkit-box;display:-ms-flexbox;display:flex}.header__navigation__item-container{border:none}.header__navigation__item{padding:1rem;font-size:1.25rem}.header__navigation__item img{margin:0!important}.header__navigation__break{display:none}.header__subnav-icon{display:block}.header__sub-navigation{position:unset;display:none;padding:0}.header__sub-navigation.open{display:block}.header__sub-navigation__item{font-size:1.25rem}}.fr-25-75>.left{width:25%}.fr-25-75>.right{width:75%}.fr-33-66>.left{width:33.33%}.fr-33-66>.right{width:66.66%}.fr-50-50>.left{width:50%}.fr-50-50>.right{width:50%}.fr-66-33>.left{width:66.66%}.fr-66-33>.right{width:33.33%}.fr-75-25>.left{width:75%}.fr-75-25>.right{width:25%}.w25{width:25%}.w33{width:33.33%}.w50{width:50%}.w66{width:66.66%}.w75{width:75%}.wrapper,.wrapper--big,.wrapper--lg,.wrapper--md,.wrapper--sm,.wrapper--small,.wrapper--xl,.wrapper--xs{position:relative;display:block;width:100%;margin:0 auto}.wrapper--big{max-width:var(--wrapperBig)}.wrapper--small{max-width:var(--wrapperSmall)}.wrapper--xs{max-width:256!important}.wrapper--sm{max-width:512px!important}.wrapper--md{max-width:896px!important}.wrapper--lg{max-width:1280px!important}.wrapper--xl{max-width:2048px!important}.layout-block .text-editor{padding-left:0;padding-right:0}@media screen and (max-width:870px){.fr-25-75>.left{width:100%}.fr-25-75>.right{width:100%}.fr-33-66>.left{width:100%}.fr-33-66>.right{width:100%}.fr-50-50>.left{width:100%}.fr-50-50>.right{width:100%}.fr-66-33>.left{width:100%}.fr-66-33>.right{width:100%}.fr-75-25>.left{width:100%}.fr-75-25>.right{width:100%}}.pw-0{width:0%}.ph-0{height:0%}.vw-0{width:0}.vh-0{height:0}.pw-5{width:5%}.ph-5{height:5%}.vw-5{width:5vw}.vh-5{height:5vh}.pw-10{width:10%}.ph-10{height:10%}.vw-10{width:10vw}.vh-10{height:10vh}.pw-15{width:15%}.ph-15{height:15%}.vw-15{width:15vw}.vh-15{height:15vh}.pw-20{width:20%}.ph-20{height:20%}.vw-20{width:20vw}.vh-20{height:20vh}.pw-25{width:25%}.ph-25{height:25%}.vw-25{width:25vw}.vh-25{height:25vh}.pw-30{width:30%}.ph-30{height:30%}.vw-30{width:30vw}.vh-30{height:30vh}.pw-35{width:35%}.ph-35{height:35%}.vw-35{width:35vw}.vh-35{height:35vh}.pw-40{width:40%}.ph-40{height:40%}.vw-40{width:40vw}.vh-40{height:40vh}.pw-45{width:45%}.ph-45{height:45%}.vw-45{width:45vw}.vh-45{height:45vh}.pw-50{width:50%}.ph-50{height:50%}.vw-50{width:50vw}.vh-50{height:50vh}.pw-55{width:55%}.ph-55{height:55%}.vw-55{width:55vw}.vh-55{height:55vh}.pw-60{width:60%}.ph-60{height:60%}.vw-60{width:60vw}.vh-60{height:60vh}.pw-65{width:65%}.ph-65{height:65%}.vw-65{width:65vw}.vh-65{height:65vh}.pw-70{width:70%}.ph-70{height:70%}.vw-70{width:70vw}.vh-70{height:70vh}.pw-75{width:75%}.ph-75{height:75%}.vw-75{width:75vw}.vh-75{height:75vh}.pw-80{width:80%}.ph-80{height:80%}.vw-80{width:80vw}.vh-80{height:80vh}.pw-85{width:85%}.ph-85{height:85%}.vw-85{width:85vw}.vh-85{height:85vh}.pw-90{width:90%}.ph-90{height:90%}.vw-90{width:90vw}.vh-90{height:90vh}.pw-95{width:95%}.ph-95{height:95%}.vw-95{width:95vw}.vh-95{height:95vh}.pw-100{width:100%}.ph-100{height:100%}.vw-100{width:100vw}.vh-100{height:100vh}.w-0{width:0}.w-25{width:.25rem}.w-50{width:.5rem}.w-75{width:.75rem}.w-100{width:1rem}.w-125{width:1.25rem}.w-150{width:1.5rem}.w-175{width:1.75rem}.w-200{width:2rem}.w-225{width:2.25rem}.w-250{width:2.5rem}.w-275{width:2.75rem}.w-300{width:3rem}.w-400{width:4rem}.w-500{width:5rem}.w-1k{width:10rem}.w-2k{width:20rem}.w-3k{width:30rem}.w-4k{width:40rem}.w-5k{width:50rem}.optin{position:fixed;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:9999;display:none;width:95%;max-width:500px;max-height:95vh;padding:1rem;border-radius:.5rem;border:1px solid var(--colorPrime);background-color:#fff;-webkit-box-shadow:0 0 0 200rem rgba(0,0,0,.5);box-shadow:0 0 0 200rem rgba(0,0,0,.5)}.optin__container{display:block;width:100%;height:100%;max-height:70vh;overflow-y:scroll}.optin__image{position:absolute;top:-1rem;right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);width:300px;height:auto}.optin__link{color:var(--colorSecond)}.optin__heading{display:block;margin:0 0 .25em 0;font:300 1.75rem/1.3em var(--fontHead);color:var(--colorPrime)}.optin__description{display:block;margin:0 auto 1rem;font:300 1rem/1.5em var(--fontBody);color:var(--black)}.optin__list{display:block;margin:0 auto 1rem;font:300 1rem/1.5em var(--fontBody);color:var(--black)}.optin__list li{font:300 1rem/1.5em var(--fontBody)}.optin__button{display:inline-block;margin:0 0 1rem 0;padding:.5rem 1rem;font:700 1.125rem/1.3em var(--fontHead);color:#fff;text-decoration:none;text-shadow:0 0 2px rgba(0,0,0,.5);outline:0;border:none;border-radius:.5rem;white-space:nowrap;background-color:var(--colorCTA);-webkit-transition:-webkit-box-shadow ease .5s;transition:-webkit-box-shadow ease .5s;transition:box-shadow ease .5s;transition:box-shadow ease .5s, -webkit-box-shadow ease .5s;-webkit-box-shadow:0 6px 8px rgba(10,10,10,.25),0 0 0 1px rgba(0,0,0,.1);box-shadow:0 6px 8px rgba(10,10,10,.25),0 0 0 1px rgba(0,0,0,.1)}.optin__button:hover{cursor:pointer;color:#fff;text-decoration:none;-webkit-box-shadow:0 0 0 rgba(10,10,10,.25);box-shadow:0 0 0 rgba(10,10,10,.25);-webkit-filter:saturate(2);filter:saturate(2)}.optin__settings{display:none;width:100%;margin:0 auto}.optin__option{display:block;width:100%;margin:.5rem 0;padding:.5rem;background-color:rgba(0,0,0,.1);border-radius:.5rem}.optin__option__heading{display:block;margin:0;font:700 1rem/1.3em var(--fontHead);color:var(--colorSecond)}.optin__option__description{display:block;font:300 .75rem/1.5em var(--fontBody);color:var(--black)}.optin__toggle-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.optin__switch{position:relative;display:inline-block;min-width:2.5rem;min-height:1.5rem;margin:0 1rem 0 0}.optin__switch__input{width:0;height:0;opacity:0}.optin__switch__input:checked+.optin__switch__toggle{background-color:var(--colorSuccess)}.optin__switch__input:checked+.optin__switch__toggle::before{-webkit-transform:translateX(1.25rem);transform:translateX(1.25rem)}.optin__switch__input:focus+.optin__switch__toggle{-webkit-box-shadow:0 0 1px var(--colorSuccess);box-shadow:0 0 1px var(--colorSuccess)}.optin__switch__toggle{position:absolute;top:0;left:0;right:0;bottom:0;height:1.5rem;cursor:pointer;background-color:grey;border-radius:1.5rem;-webkit-transition:.4s;transition:.4s}.optin__switch__toggle::before{position:absolute;content:'';height:1rem;width:1rem;left:.125rem;bottom:.25rem;border-radius:1rem;background-color:#fff;-webkit-transition:.4s;transition:.4s}.optin__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;padding:.5rem;border-top:1px solid var(--colorPrime)}.optin__footer__item{display:inline-block;font:300 .875rem/1em var(--fontBody);color:var(--black);margin:0 1rem;text-decoration:underline}.optin__footer__item:hover{cursor:pointer}@media all and (max-width:640px){.optin{padding:1rem}.optin__container{max-height:50vh}.optin__image{display:none}}.overlay,.overlay--exit,.overlay--form,.overlay--loading,.overlay--tooltip{position:fixed!important;top:50%;left:50%;z-index:999;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.overlay__close{position:fixed;top:-1rem;right:-1rem;z-index:1;display:block;width:2rem;height:2rem;border-radius:50%;border:1px solid #fff;background-color:var(--colorSecond);-webkit-transition:all ease .5s;transition:all ease .5s}.overlay__close:hover{cursor:pointer;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.overlay--tooltip{display:block;width:100%;max-width:var(--wrapperBig);background-color:#fff;border-top:.5rem solid var(--yellow);border-bottom:.5rem solid var(--colorPrime);-webkit-box-shadow:0 0 0 100rem rgba(0,0,0,.5);box-shadow:0 0 0 100rem rgba(0,0,0,.5)}.overlay--tooltip main{margin:0}.overlay--form{opacity:0;width:100%;max-width:var(--wrapperBig);border-radius:.5rem;-webkit-box-shadow:0 0 0 100rem rgba(255,255,255,.75),0 2px 3px #0a0a0a,0 0 0 1px #0a0a0a;box-shadow:0 0 0 100rem rgba(255,255,255,.75),0 2px 3px #0a0a0a,0 0 0 1px #0a0a0a}.overlay--exit{display:none;width:100%;max-width:var(--wrapperBig);background-color:#fff;-webkit-box-shadow:0 0 0 100rem rgba(0,0,0,.5);box-shadow:0 0 0 100rem rgba(0,0,0,.5)}.overlay--loading{z-index:9999;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:15rem;height:15rem;border-radius:1.5rem;background-color:rgba(0,0,0,.75);-webkit-backdrop-filter:blur(.5rem);backdrop-filter:blur(.5rem)}.overlay--loading__container,.overlay--loading__container--loader{margin:auto auto;padding:1rem;background-color:#fff;overflow-y:scroll;overflow-x:hidden}.overlay--loading__container--loader{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-min-content;width:-moz-min-content;width:min-content;text-align:center;background-color:rgba(255,255,255,0);overflow:hidden}#loading{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loader{color:#fff;display:inline-block;position:relative;width:30px;height:30px;margin:0 auto}.loader div{-webkit-transform-origin:15px 15px;transform-origin:15px 15px;-webkit-animation:loader 1.2s linear infinite;animation:loader 1.2s linear infinite}.loader div:after{content:" ";display:block;position:absolute;top:0;left:14px;width:2px;height:7px;border-radius:5px;background-color:#fff}.loader div:nth-child(1){-webkit-transform:rotate(0);transform:rotate(0);-webkit-animation-delay:-1.1s;animation-delay:-1.1s}.loader div:nth-child(2){-webkit-transform:rotate(30deg);transform:rotate(30deg);-webkit-animation-delay:-1s;animation-delay:-1s}.loader div:nth-child(3){-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-delay:-.9s;animation-delay:-.9s}.loader div:nth-child(4){-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation-delay:-.8s;animation-delay:-.8s}.loader div:nth-child(5){-webkit-transform:rotate(120deg);transform:rotate(120deg);-webkit-animation-delay:-.7s;animation-delay:-.7s}.loader div:nth-child(6){-webkit-transform:rotate(150deg);transform:rotate(150deg);-webkit-animation-delay:-.6s;animation-delay:-.6s}.loader div:nth-child(7){-webkit-transform:rotate(180deg);transform:rotate(180deg);-webkit-animation-delay:-.5s;animation-delay:-.5s}.loader div:nth-child(8){-webkit-transform:rotate(210deg);transform:rotate(210deg);-webkit-animation-delay:-.4s;animation-delay:-.4s}.loader div:nth-child(9){-webkit-transform:rotate(240deg);transform:rotate(240deg);-webkit-animation-delay:-.3s;animation-delay:-.3s}.loader div:nth-child(10){-webkit-transform:rotate(270deg);transform:rotate(270deg);-webkit-animation-delay:-.2s;animation-delay:-.2s}.loader div:nth-child(11){-webkit-transform:rotate(300deg);transform:rotate(300deg);-webkit-animation-delay:-.1s;animation-delay:-.1s}.loader div:nth-child(12){-webkit-transform:rotate(330deg);transform:rotate(330deg);-webkit-animation-delay:0s;animation-delay:0s}@-webkit-keyframes loader{0%{opacity:1}100%{opacity:0}}@keyframes loader{0%{opacity:1}100%{opacity:0}}@media screen and (max-width:640px){.overlay,.overlay--exit,.overlay--form,.overlay--loading,.overlay--tooltip{max-width:calc(100% - 2rem);max-height:80vh;overflow-y:auto;overflow-x:hidden}.overlay__close{top:0;right:0}}.js-tiny-slider{position:relative}.js-tiny-slider__controls{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1;width:100%;height:100%}.js-tiny-slider__control{position:absolute;top:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:2rem;height:calc(100% - 30px);background-color:rgba(255,255,255,.5);-webkit-box-shadow:0 0 2px 0 rgba(0,0,0,.2);box-shadow:0 0 2px 0 rgba(0,0,0,.2);-webkit-transition:all ease .5s;transition:all ease .5s}.js-tiny-slider__control:hover{background-color:#fff;cursor:pointer}.js-tiny-slider__control:focus{outline:0}.js-tiny-slider__control.prev{left:0}.js-tiny-slider__control.next{right:0}.js-tiny-slider__dots{position:absolute;bottom:-1rem;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.js-tiny-slider__dot{width:.5rem;height:.5rem;margin:.5rem;border-radius:.25rem;background-color:var(--colorPrime);border:1px solid var(--colorPrime)}.js-tiny-slider__dot:hover{cursor:pointer}.js-tiny-slider__dot:focus{outline:0}.js-tiny-slider__dot.tns-nav-active{background-color:#fff}.chevron::before{content:'';position:relative;display:inline-block;width:.5rem;height:.5rem;border-style:solid;border-width:.25rem .25rem 0 0}.chevron.top:before{top:.2rem;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.chevron.right:before{right:.1rem;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.chevron.bottom:before{bottom:.2rem;-webkit-transform:rotate(135deg);transform:rotate(135deg)}.chevron.left:before{left:.1rem;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.tns-item{opacity:0;-webkit-transition:all ease .25s;transition:all ease .25s}.tns-item.tns-slide-active{opacity:1}.social-media-sharer{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace) calc(var(--gutterSpace)/ 2);border-top:1px solid var(--colorBorder)}.social-media-sharer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:var(--wrapperBig);margin:0 auto}.social-media-sharer__item{display:block;width:3.5rem;height:3.5rem;margin:0 calc(var(--gutterSpace)/ 2);background-size:contain;background-repeat:no-repeat;overflow:hidden;-webkit-transition:all ease .2s;transition:all ease .2s}.social-media-sharer__item:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.social-media-sharer__item.v1.facebook{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232299D6;%7D .st1%7Bfill:%23B51434;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3Cpath class='st0' d='M110.9,182.6c-2.2,0-4-1.8-4-4v-51.2c0-2.2,1.8-4,4-4h14.3l2.2-14h-16.4c-2.2,0-4-1.8-4-4V91 c0-7.7,4.3-15.9,16.4-15.9h5.6V63.9c-3.2-0.4-8.2-1-13-1c-15.8,0-24.8,9.3-24.8,25.6v16.8c0,2.2-1.8,4-4,4H71.8v14h15.3 c2.2,0,4,1.8,4,4v51.2c0,2.2-1.8,4-4,4s-4-1.8-4-4v-47.2H67.8c-2.2,0-4-1.8-4-4v-22c0-2.2,1.8-4,4-4h15.3V88.5 c0-20.7,12.6-33.6,32.8-33.6c8.5,0,17.3,1.5,17.7,1.6c1.9,0.3,3.3,2,3.3,3.9v18.7c0,2.2-1.8,4-4,4h-9.6c-3.6,0-8.4,0.8-8.4,7.9 v10.4H132c1.2,0,2.3,0.5,3,1.4s1.1,2.1,0.9,3.2l-3.4,22c-0.3,2-2,3.4-4,3.4h-13.7v47.2C114.9,180.8,113.1,182.6,110.9,182.6z'/%3E%3Cg%3E%3Cpath class='st1' d='M99.2,21.8c42.7,0,77.4,34.7,77.4,77.4s-34.7,77.4-77.4,77.4s-77.4-34.7-77.4-77.4S56.5,21.8,99.2,21.8 M99.2,13.8c-47.1,0-85.4,38.2-85.4,85.4c0,47.1,38.2,85.4,85.4,85.4s85.4-38.2,85.4-85.4C184.6,52.1,146.4,13.8,99.2,13.8 L99.2,13.8z'/%3E%3C/g%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3C/g%3E%3C/svg%3E%0A")}.social-media-sharer__item.v1.linkedin{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232299D6;%7D .st1%7Bfill:%23C1C1C2;%7D .st2%7Bfill:%23D0D1D1;%7D .st3%7Bfill:%234FADDE;%7D .st4%7Bfill:%237BC2E6;%7D .st5%7Bfill:%23A7D6EE;%7D .st6%7Bfill:%23B1B2B3;%7D .st7%7Bfill:%23FFFFFF;%7D .st8%7Bfill:%23E0E0E0;%7D .st9%7Bfill:%23B51434;%7D .st10%7Bfill:none;stroke:%23B51434;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:6;%7D .st11%7Bfill:none;stroke:%23B51434;stroke-width:2.8275;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:5.6551,5.6551;%7D .st12%7Bfill:none;stroke:%23B51434;stroke-width:3.22;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:6.4401;%7D .st13%7Bfill:%231A1A18;%7D .st14%7Bfill:%23FFFFFF;stroke:%23B51434;stroke-width:6.3349;stroke-miterlimit:10;%7D .st15%7Bfill:%23FFFFFF;stroke:%23B51434;stroke-width:6;stroke-miterlimit:10;%7D .st16%7Bfill:%23030304;%7D .st17%7Bfill:%23FBBA00;stroke:%23FFFFFF;stroke-width:4;%7D .st18%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;stroke-miterlimit:10;%7D .st19%7Bfill:%23FFFFFF;stroke:%23FFFFFF;stroke-miterlimit:10;%7D .st20%7Bclip-path:url(%23SVGID_2_);%7D .st21%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:7.6695;stroke-linecap:round;stroke-linejoin:round;%7D .st22%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:2;stroke-miterlimit:10;%7D .st23%7Bfill:%231A1A18;stroke:%231A181C;stroke-width:2;stroke-miterlimit:10;%7D .st24%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:6.6888;stroke-linecap:round;stroke-linejoin:round;%7D .st25%7Bfill:none;stroke:%23B51434;stroke-width:7.3005;stroke-linecap:round;stroke-linejoin:round;%7D .st26%7Bopacity:0.6;fill:%232299D6;%7D .st27%7Bopacity:0.8;fill:%232299D6;%7D .st28%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:7.1186;stroke-linecap:round;stroke-linejoin:round;%7D .st29%7Bfill:%23FBBA00;stroke:%231A181C;stroke-width:7.1186;stroke-linecap:round;stroke-linejoin:round;%7D .st30%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:7.1186;stroke-miterlimit:10;%7D .st31%7Bfill:none;%7D .st32%7Bfill:none;stroke:%23B51434;stroke-width:12.3026;stroke-miterlimit:10;stroke-dasharray:11.9642,11.9642;%7D .st33%7Bfill:%23FFFFFF;stroke:%23000000;stroke-width:5;stroke-miterlimit:10;%7D .st34%7Bfill:%23FFFFFF;stroke:%23000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;%7D .st35%7Bfill:none;stroke:%23000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;%7D .st36%7Bfill:%23FFFFFF;stroke:%23000000;stroke-width:5;stroke-linejoin:round;stroke-miterlimit:10;%7D .st37%7Bfill:%23FFFFFF;stroke:%23000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st38%7Bfill:none;stroke:%23B51434;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;%7D .st39%7Bfill:none;stroke:%232299D6;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;%7D .st40%7Bfill:none;stroke:%23B51434;stroke-width:6;stroke-miterlimit:10;%7D .st41%7Bfill:%23FFFFFF;stroke:%23000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;%7D .st42%7Bfill:%23B61D33;%7D .st43%7Bfill:%23009EE3;stroke:%232299D6;stroke-miterlimit:10;%7D .st44%7Bfill:none;stroke:%23B51434;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st45%7Bfill:none;stroke:%232299D6;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st46%7Bfill:none;stroke:%23B61D33;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st47%7Bfill:none;stroke:%23030304;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st48%7Bfill:%23FFFFFF;stroke:%23030304;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st49%7Bfill:none;stroke:%23B51434;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:10;%7D .st50%7Bfill:none;stroke:%232299D6;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:10;%7D .st51%7Bfill:none;stroke:%231A181C;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;%7D .st52%7Bfill:none;stroke:%23B51434;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10;%7D .st53%7Bfill:none;stroke:%232299D6;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10;%7D .st54%7Bfill:none;stroke:%232299D6;stroke-width:8;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st55%7Bfill:none;stroke:%232299D6;stroke-width:2.545;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st56%7Bfill:none;stroke:%23515151;stroke-width:6.8405;stroke-linejoin:round;stroke-miterlimit:10;%7D .st57%7Bfill:none;stroke:%23FFFFFF;stroke-width:6;stroke-linejoin:round;stroke-miterlimit:10;%7D .st58%7Bfill:none;stroke:%23B51434;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st59%7Bfill:none;stroke:%232299D6;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st60%7Bfill:%23009EE3;%7D .st61%7Bfill:none;stroke:%23344E5F;stroke-width:6.2123;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:22.9256;%7D .st62%7Bfill:%23FFFFFF;stroke:%232299D6;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:22.9256;%7D .st63%7Bfill:none;stroke:%23B51434;stroke-width:5.8342;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st64%7Bfill:none;stroke:%23000000;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st65%7Bfill:none;stroke:%23000000;stroke-width:4.8173;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st66%7Bfill:%23FFFFFF;stroke:%23B51434;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st67%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;%7D .st68%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:22.9256;%7D .st69%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st70%7Bfill:none;stroke:%231A181C;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st71%7Bfill:none;stroke:%232299D6;stroke-width:6;stroke-miterlimit:10;%7D .st72%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;%7D .st73%7Bclip-path:url(%23SVGID_4_);%7D .st74%7Bfill:%231A181C;%7D .st75%7Bfill:none;stroke:%231A181C;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st76%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:10;stroke-linecap:round;stroke-linejoin:round;%7D .st77%7Bfill:%23C5C6C6;%7D .st78%7Bfill:%23333333;%7D .st79%7Bfill:%23333333;stroke:%23000000;stroke-width:0.7503;stroke-linejoin:round;stroke-miterlimit:10;%7D .st80%7Bfill:%23333333;stroke:%23000000;stroke-width:1.7802;stroke-linejoin:round;stroke-miterlimit:10;%7D .st81%7Bfill:%23333333;stroke:%23000000;stroke-width:1.7236;stroke-linejoin:round;stroke-miterlimit:10;%7D .st82%7Bfill:none;stroke:%23B51434;stroke-width:10;stroke-miterlimit:10;%7D .st83%7Bfill:none;stroke:%23B51434;stroke-width:6.518;stroke-miterlimit:10;%7D .st84%7Bfill:%23009EE3;stroke:%232299D6;stroke-width:0.6761;stroke-miterlimit:10;%7D .st85%7Bfill:none;stroke:%23FFFFFF;stroke-width:7;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:22.9256;%7D .st86%7Bfill:none;stroke:%23FFFFFF;stroke-width:7;stroke-miterlimit:10;%7D .st87%7Bfill:%23FFFFFF;stroke:%232299D6;stroke-width:5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:22.9256;%7D .st88%7Bfill:none;stroke:%23000000;stroke-width:5;stroke-miterlimit:10;%7D .st89%7Bfill:none;stroke:%23FFFFFF;stroke-width:5;stroke-linecap:round;stroke-miterlimit:10;%7D .st90%7Bfill:none;stroke:%23FFFFFF;stroke-width:6;stroke-linecap:round;stroke-miterlimit:10;%7D .st91%7Bfill:none;stroke:%23FFFFFF;stroke-width:6;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st92%7Bfill:none;stroke:%23B51434;stroke-width:2.3434;stroke-linecap:round;stroke-miterlimit:10;%7D .st93%7Bfill:none;stroke:%232299D6;stroke-width:2.3434;stroke-linecap:round;stroke-miterlimit:10;%7D .st94%7Bfill:none;stroke:%232299D6;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st95%7Bfill:none;stroke:%232299D6;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;%7D .st96%7Bfill:%23F59C00;%7D .st97%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;%7D .st98%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:3.1187;stroke-linecap:round;stroke-linejoin:round;%7D .st99%7Bfill:%23FFFFFF;stroke:%23B51434;stroke-width:4;stroke-miterlimit:10;%7D .st100%7Bfill:%23FFFFFF;stroke:%23B51434;stroke-width:5.9033;stroke-miterlimit:10;%7D .st101%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:4;stroke-miterlimit:10;%7D .st102%7Bfill:%23FFFFFF;stroke:%23B51434;stroke-width:4.7784;stroke-miterlimit:10;%7D .st103%7Bfill:%23FFFFFF;stroke:%23B51434;stroke-width:5;stroke-miterlimit:10;%7D .st104%7Bfill:%23FFFFFF;stroke:%23000000;stroke-width:4;stroke-miterlimit:10;%7D .st105%7Bfill:%23FFFFFF;stroke:%23000000;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;%7D .st106%7Bfill:none;stroke:%23000000;stroke-width:7;stroke-linecap:round;stroke-miterlimit:10;%7D .st107%7Bfill:%23FBBA00;%7D .st108%7Bclip-path:url(%23SVGID_6_);fill:none;stroke:%231A181C;stroke-width:3;%7D .st109%7Bfill:%23ECECED;%7D .st110%7Bfill:none;stroke:%23B51434;stroke-width:0.7488;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:4.4926;%7D .st111%7Bfill:%23FFFFFF;stroke:%23B51434;stroke-width:3.5488;stroke-miterlimit:10;%7D .st112%7Bfill:%23CA8C02;%7D .st113%7Bfill:%23279AD6;%7D .st114%7Bfill:%23E3AD88;%7D .st115%7Bopacity:4.000000e-02;fill:url(%23SVGID_7_);%7D .st116%7Bopacity:0.1;%7D .st117%7Bopacity:0.2;fill:%23FFFFFF;%7D .st118%7Bfill:%23182F38;%7D .st119%7Bfill:%23EBF5F5;%7D .st120%7Bfill:%232D6071;%7D .st121%7Bfill:%23FBDA98;%7D .st122%7Bfill:%233891A6;%7D .st123%7Bfill:%23EC6242;%7D .st124%7Bfill:%2323414B;%7D .st125%7Bopacity:0.2;fill:%23030304;%7D .st126%7Bfill:%23F9BE47;%7D .st127%7Bopacity:0.1;fill:%23030304;%7D .st128%7Bopacity:0.4;fill:%23FFFFFF;%7D .st129%7Bopacity:0.7;fill:%23FFFFFF;%7D .st130%7Bfill:%23CDE4E9;%7D .st131%7Bfill:%23B3D6DF;%7D .st132%7Bopacity:4.000000e-02;fill:url(%23SVGID_8_);%7D .st133%7Bfill:%23282E33;%7D .st134%7Bfill:%23FFD23C;%7D .st135%7Bfill:none;stroke:%23282E33;stroke-width:4;%7D .st136%7Bfill:%233BBCD2;%7D .st137%7Bfill:none;stroke:%23EB5C1A;stroke-width:4;%7D .st138%7Bfill:%23EB5C1A;%7D .st139%7Bfill:%23AFC044;%7D .st140%7Bfill:none;stroke:%23FFFFFF;stroke-width:4;stroke-miterlimit:10;%7D .st141%7Bfill:none;stroke:%23282E33;stroke-width:4;stroke-dasharray:4;%7D .st142%7Bfill:none;stroke:%23282E33;stroke-width:4;stroke-miterlimit:10;%7D .st143%7Bfill:none;stroke:%23FFFFFF;stroke-width:4;stroke-dasharray:4;%7D .st144%7Bfill:none;stroke:%23282E33;stroke-width:4;stroke-linejoin:bevel;stroke-miterlimit:10;%7D .st145%7Bfill:none;stroke:%23282E33;stroke-width:4;stroke-linecap:round;stroke-miterlimit:10;%7D .st146%7Bfill:%23FFFFFF;stroke:%23282E33;stroke-width:4;%7D .st147%7Bfill:none;stroke:%23282E33;stroke-width:4;stroke-dasharray:4.0641,4.0641;%7D .st148%7Bfill:none;stroke:%23FFFFFF;stroke-width:4;%7D .st149%7Bfill:none;stroke:%23282E33;stroke-width:4;stroke-linejoin:bevel;%7D .st150%7Bfill:none;stroke:%23ABABAB;stroke-width:4;%7D .st151%7Bfill:none;stroke:%23282E33;stroke-width:4;stroke-dasharray:3.9943,3.9943;%7D .st152%7Bfill:%23ABABAB;%7D .st153%7Bfill:none;stroke:%23282E33;stroke-width:4;stroke-linejoin:round;stroke-miterlimit:10;%7D .st154%7Bfill:%23D2DC5E;%7D .st155%7Bfill:%2362C2CB;%7D .st156%7Bfill:%23484F59;%7D .st157%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;%7D .st158%7Bfill:%23FFDC68;%7D .st159%7Bfill:%23E5E8EC;%7D .st160%7Bfill:%23B7BEC0;%7D .st161%7Bfill:%2349BCC5;%7D .st162%7Bfill:none;stroke:%231A181C;stroke-width:3;%7D .st163%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-linejoin:round;%7D .st164%7Bfill:%23FDC300;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;%7D .st165%7Bfill:%23E5E8EC;stroke:%231A181C;stroke-width:3;stroke-linejoin:round;%7D .st166%7Bfill:%238CD3F5;stroke:%231A181C;stroke-width:3;stroke-linejoin:round;%7D .st167%7Bfill:%23F6F8FC;stroke:%231A181C;stroke-width:3;%7D .st168%7Bfill:%23F6F8FC;stroke:%231A181C;stroke-width:3;stroke-linejoin:round;%7D .st169%7Bfill:%23FDC300;stroke:%231A181C;stroke-width:3;stroke-linejoin:bevel;stroke-miterlimit:10;%7D .st170%7Bfill:%23E5E8EC;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;%7D .st171%7Bfill:%23C0D34C;%7D .st172%7Bfill:%234BB8EA;%7D .st173%7Bfill:%23D2DC5E;stroke:%231A181C;stroke-width:3;%7D .st174%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:3;%7D .st175%7Bfill:%23FDC300;stroke:%231A181C;stroke-width:3;%7D .st176%7Bfill:%238CD3F5;stroke:%231A181C;stroke-width:3;%7D .st177%7Bfill:%23FFDC68;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;%7D .st178%7Bfill:%23CDD5D7;%7D .st179%7Bfill:%23FDC300;%7D .st180%7Bfill:%23AADADF;%7D .st181%7Bfill:%23D2DC5E;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;%7D .st182%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st183%7Bfill:none;stroke:%23434953;stroke-width:3;%7D .st184%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:2.8077,2.8077;%7D .st185%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:2.8474,2.8474;%7D .st186%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:2.7602,2.7602;%7D .st187%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-linejoin:bevel;stroke-miterlimit:10;%7D .st188%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:2.5,2.5;%7D .st189%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:2.8636,2.8636;%7D .st190%7Bfill:%23F6F8FC;%7D .st191%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;%7D .st192%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-linecap:round;%7D .st193%7Bfill:%23B7BEC0;stroke:%231A181C;stroke-width:3;%7D .st194%7Bfill:%23CDD5D7;stroke:%231A181C;stroke-width:3;%7D .st195%7Bfill:%2342A9D8;stroke:%231A181C;stroke-width:3;%7D .st196%7Bfill:%23E5E8EC;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:10;%7D .st197%7Bfill:%23FFDC68;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;%7D .st198%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:10;%7D .st199%7Bfill:%23D2DC5E;stroke:%231A181C;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:10;%7D .st200%7Bfill:%2362C2CB;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;%7D .st201%7Bfill:%23FFDC68;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st202%7Bfill:%23FDC300;stroke:%231A181C;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:10;%7D .st203%7Bfill:%23FDC300;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st204%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;%7D .st205%7Bfill:%23CDD5D7;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st206%7Bfill:%2362C2CB;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st207%7Bfill:%23F7FAFB;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st208%7Bfill:%23EBF7FD;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st209%7Bfill:%2362C2CB;stroke:%231A181C;stroke-width:3;stroke-linejoin:round;%7D .st210%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:10;%7D .st211%7Bfill:%23F6F8FC;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:bevel;stroke-miterlimit:10;%7D .st212%7Bfill:%2362C2CB;stroke:%231A181C;stroke-width:3;%7D .st213%7Bfill:%23FDC300;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;%7D .st214%7Bfill:%23FFFFFF;stroke:%23434953;stroke-width:3;%7D .st215%7Bfill:%23F5F6F9;%7D .st216%7Bfill:%23E3E4E5;%7D .st217%7Bfill:%23C6E7F9;%7D .st218%7Bfill:%23C7C6C6;%7D .st219%7Bfill:%238CD3F5;%7D .st220%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:3;stroke-linecap:round;%7D .st221%7Bfill:%23D10710;%7D .st222%7Bfill:%23B51434;stroke:%231A181C;stroke-width:3;%7D .st223%7Bfill:%232299D6;stroke:%231A181C;stroke-width:3;%7D .st224%7Bfill:%23FBBA00;stroke:%231A181C;stroke-width:3;%7D .st225%7Bfill:none;stroke:%231A1A18;stroke-width:3;stroke-miterlimit:10;%7D .st226%7Bfill:none;stroke:%231A1A18;stroke-width:3;%7D .st227%7Bfill:none;stroke:%231A1A18;stroke-width:3;stroke-linejoin:round;%7D .st228%7Bfill:%23FFFFFF;stroke:%231A1A18;stroke-width:3;stroke-linejoin:round;%7D .st229%7Bfill:%23E5E8EC;stroke:%231A1A18;stroke-width:3;stroke-linejoin:round;%7D .st230%7Bfill:%23B51434;stroke:%231A1A18;stroke-width:3;stroke-linejoin:round;%7D .st231%7Bfill:%23F6F8FC;stroke:%231A1A18;stroke-width:3;%7D .st232%7Bfill:%23F6F8FC;stroke:%231A1A18;stroke-width:3;stroke-linejoin:round;%7D .st233%7Bfill:%23B51434;stroke:%231A1A18;stroke-width:3;%7D .st234%7Bfill:%23FFFFFF;stroke:%231A1A18;stroke-width:3;%7D .st235%7Bfill:%23FDC300;stroke:%231A1A18;stroke-width:3;%7D .st236%7Bfill:%232299D6;stroke:%231A1A18;stroke-width:3;%7D .st237%7Bfill:%23F59C00;stroke:%231A1A18;stroke-width:3;stroke-miterlimit:10;%7D .st238%7Bfill:%23FFDC68;stroke:%231A1A18;stroke-width:3;stroke-miterlimit:10;%7D .st239%7Bclip-path:url(%23SVGID_10_);%7D .st240%7Bfill:%23B51434;stroke:%231A1A18;stroke-width:3;stroke-miterlimit:10;%7D .st241%7Bfill:none;stroke:%231A1A18;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st242%7Bfill:none;stroke:%231A1A18;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:2.8077,2.8077;%7D .st243%7Bfill:none;stroke:%231A1A18;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:2.8474,2.8474;%7D .st244%7Bfill:none;stroke:%231A1A18;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:2.7602,2.7602;%7D .st245%7Bfill:none;stroke:%231A1A18;stroke-width:3;stroke-linejoin:bevel;stroke-miterlimit:10;%7D .st246%7Bfill:%235B5852;%7D .st247%7Bfill:%23828282;%7D .st248%7Bfill:%23F1F2F2;%7D .st249%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23828282;%7D .st250%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%235B5852;%7D .st251%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F1F2F2;%7D .st252%7Bfill:%23828282;stroke:%23040406;stroke-width:3;stroke-miterlimit:10;%7D .st253%7Bfill:%23040406;%7D .st254%7Bfill:none;stroke:%23040406;stroke-width:3;stroke-miterlimit:10;%7D .st255%7Bfill:%23FFFFFF;stroke:%23040406;stroke-width:3;stroke-miterlimit:10;%7D .st256%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23040406;%7D .st257%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23828282;stroke:%23040406;stroke-width:3;stroke-miterlimit:10;%7D .st258%7Bfill-rule:evenodd;clip-rule:evenodd;fill:none;stroke:%23040406;stroke-width:3;stroke-miterlimit:10;%7D .st259%7Bfill:none;stroke:%231A1A18;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:3.5196,3.5196;%7D .st260%7Bfill:%232299D6;stroke:%231A181C;stroke-width:2.741;%7D .st261%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:2.741;%7D .st262%7Bfill:%23FFFFFF;stroke:%231A1A18;stroke-width:3;stroke-miterlimit:10;%7D .st263%7Bfill:%232299D6;stroke:%231A1A18;stroke-width:3;stroke-miterlimit:10;%7D .st264%7Bfill:%231D1E1B;%7D .st265%7Bfill:%23282E33;stroke:%23FFFFFF;stroke-width:2;stroke-miterlimit:10;%7D .st266%7Bfill:none;stroke:%231A181C;stroke-width:3.24;%7D .st267%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:3.24;%7D .st268%7Bfill:%232299D6;stroke:%231A181C;stroke-width:3.24;stroke-miterlimit:10;%7D .st269%7Bfill:%23F59C00;stroke:%231A181C;stroke-width:3.24;stroke-linejoin:round;stroke-miterlimit:10;%7D .st270%7Bfill:%23B51434;stroke:%231A181C;stroke-width:3.24;stroke-linejoin:round;stroke-miterlimit:10;%7D .st271%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:3.24;stroke-linejoin:round;stroke-miterlimit:10;%7D .st272%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;%7D .st273%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-linecap:round;stroke-miterlimit:10;%7D .st274%7Bfill:%23F18D8C;%7D .st275%7Bfill:%23FBBA00;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;%7D .st276%7Bfill:%232299D6;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;%7D .st277%7Bfill:%23B51434;stroke:%231A181C;stroke-width:3;stroke-linejoin:round;stroke-miterlimit:10;%7D .st278%7Bopacity:5.000000e-02;fill:%234C6685;%7D .st279%7Bfill:%232299D6;stroke:%231A1A18;stroke-width:2.4062;stroke-linejoin:round;stroke-miterlimit:10;%7D .st280%7Bfill:none;stroke:%231A181C;stroke-width:3;stroke-miterlimit:10;stroke-dasharray:3.3,3.3;%7D .st281%7Bfill:none;stroke:%2362C2CB;stroke-width:3;stroke-miterlimit:10;%7D .st282%7Bclip-path:url(%23SVGID_12_);fill:none;stroke:%231A181C;stroke-width:5.247;%7D .st283%7Bfill:none;stroke:%231A181C;stroke-width:5.247;%7D .st284%7Bfill:%23B51434;stroke:%231A181C;stroke-width:5.247;%7D .st285%7Bfill:%232299D6;stroke:%231A181C;stroke-width:5.247;%7D .st286%7Bfill:%23FBBA00;stroke:%231A181C;stroke-width:5.247;%7D .st287%7Bfill:%232299D6;stroke:%231A181C;stroke-width:4.794;%7D .st288%7Bfill:%23FFFFFF;stroke:%231A181C;stroke-width:4.794;%7D .st289%7Bfill:none;stroke:%23515151;stroke-width:7.5378;stroke-miterlimit:10;%7D .st290%7Bfill:none;stroke:%23515151;stroke-width:7.5378;stroke-linecap:round;stroke-miterlimit:10;%7D .st291%7Bfill:none;stroke:%23515151;stroke-width:7.5378;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st292%7Bfill:none;stroke:%23515151;stroke-width:7.5378;stroke-linejoin:round;stroke-miterlimit:10;%7D .st293%7Bfill:%23231F21;%7D .st294%7Bfill:none;stroke:%23515151;stroke-width:7.2893;stroke-miterlimit:10;%7D .st295%7Bfill:none;stroke:%23515151;stroke-width:7.2893;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st296%7Bfill:none;stroke:%23515151;stroke-width:7.2893;stroke-linecap:round;stroke-miterlimit:10;%7D .st297%7Bfill:none;stroke:%23515151;stroke-width:7.2893;stroke-linejoin:round;stroke-miterlimit:10;%7D .st298%7Bfill:%2399D2D1;%7D .st299%7Bfill:%23605369;%7D .st300%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23F2F7FC;%7D .st301%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;stroke:%23859FB0;stroke-width:6.2123;stroke-miterlimit:22.9256;%7D .st302%7Bfill:%23344E5F;%7D .st303%7Bfill:%232BBAD4;%7D .st304%7Bfill:none;stroke:%23859FB0;stroke-width:6.2123;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:22.9256;%7D .st305%7Bfill:none;stroke:%232BBAD4;stroke-width:6.2123;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:22.9256;%7D .st306%7Bfill:%236A8394;%7D .st307%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23344E5F;stroke:%23344E5F;stroke-width:6.2123;stroke-miterlimit:22.9256;%7D .st308%7Bfill:none;stroke:%23344E5F;stroke-width:6.2123;stroke-miterlimit:22.9256;%7D .st309%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23344E5F;%7D .st310%7Bfill:%232F465D;%7D .st311%7Bfill:%23F7D186;%7D .st312%7Bfill:%23DD6257;%7D .st313%7Bfill:none;stroke:%23505050;stroke-width:6.3335;stroke-linejoin:round;stroke-miterlimit:10;%7D .st314%7Bfill:none;stroke:%23505050;stroke-width:6.3335;stroke-miterlimit:10;%7D .st315%7Bfill:none;stroke:%23505050;stroke-width:6.3335;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st316%7Bfill:none;stroke:%23505050;stroke-width:6.3335;stroke-linecap:round;stroke-miterlimit:10;%7D .st317%7Bfill:none;stroke:%23505150;stroke-width:6.3335;stroke-miterlimit:10;%7D .st318%7Bfill:none;stroke:%23505150;stroke-width:6.3335;stroke-linejoin:round;stroke-miterlimit:10;%7D .st319%7Bfill:none;stroke:%23FFFFFF;stroke-width:6;stroke-miterlimit:10;%7D .st320%7Bfill:none;stroke:%23B51434;stroke-width:5.972;stroke-linejoin:round;stroke-miterlimit:10;%7D .st321%7Bfill:none;stroke:%23B51434;stroke-width:7;stroke-linejoin:round;stroke-miterlimit:10;%7D .st322%7Bfill:none;stroke:%23B51434;stroke-width:7.4521;stroke-linejoin:round;stroke-miterlimit:10;%7D .st323%7Bfill:none;stroke:%23B51434;stroke-width:7.8992;stroke-linejoin:round;stroke-miterlimit:10;%7D .st324%7Bfill:none;stroke:%23B51434;stroke-width:7.8992;stroke-miterlimit:10;%7D .st325%7Bfill:none;stroke:%23505050;stroke-width:4.231;stroke-linejoin:round;stroke-miterlimit:10;%7D .st326%7Bfill:%23FFFFFF;stroke:%231A1A18;stroke-width:4.231;stroke-linejoin:round;stroke-miterlimit:10;%7D .st327%7Bfill:none;stroke:%23515151;stroke-width:5.8357;stroke-linejoin:round;stroke-miterlimit:10;%7D .st328%7Bfill:none;stroke:%23515151;stroke-width:5.8357;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st329%7Bfill:none;stroke:%23B51434;stroke-width:6.0742;stroke-linecap:round;stroke-miterlimit:10;%7D .st330%7Bfill:none;stroke:%23B51434;stroke-width:6.5113;stroke-miterlimit:10;%7D .st331%7Bfill:none;stroke:%23282E33;stroke-width:8.6646;%7D .st332%7Bfill:none;stroke:%23282E33;stroke-width:8.6646;stroke-dasharray:8.6646;%7D .st333%7Bfill:none;stroke:%23282E33;stroke-width:8.1253;%7D .st334%7Bfill:none;stroke:%23EB5C1A;stroke-width:8.1253;%7D .st335%7Bfill:none;stroke:%23B51434;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;stroke-dasharray:7.2046;%7D .st336%7Bfill:%23FBBA00;stroke:%23030304;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st337%7Bfill:%23FFFFFF;stroke:%231A1A18;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st338%7Bfill:%23B51434;stroke:%23030304;stroke-width:4;stroke-miterlimit:10;%7D .st339%7Bfill:%23FFFFFF;stroke:%23030304;stroke-width:4;stroke-miterlimit:10;%7D .st340%7Bfill:%232299D6;stroke:%23030304;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st341%7Bfill:none;stroke:%231A1A18;stroke-width:4;stroke-miterlimit:10;%7D .st342%7Bfill:none;stroke:%231A1A18;stroke-width:4;stroke-linejoin:round;%7D .st343%7Bfill:%23FFFFFF;stroke:%231A1A18;stroke-width:4;stroke-linejoin:round;%7D .st344%7Bfill:%23E5E8EC;stroke:%231A1A18;stroke-width:4;stroke-linejoin:round;%7D .st345%7Bfill:%23B51434;stroke:%231A1A18;stroke-width:4;stroke-linejoin:round;%7D .st346%7Bfill:%23F6F8FC;stroke:%231A1A18;stroke-width:4;%7D .st347%7Bfill:%23F6F8FC;stroke:%231A1A18;stroke-width:4;stroke-linejoin:round;%7D .st348%7Bfill:%23B51434;stroke:%231A1A18;stroke-width:4;%7D .st349%7Bfill:%23FFFFFF;stroke:%231A1A18;stroke-width:4;%7D .st350%7Bfill:%23F59C00;stroke:%231A1A18;stroke-width:4;stroke-miterlimit:10;%7D .st351%7Bfill:%232299D6;stroke:%231A1A18;stroke-width:4;stroke-miterlimit:10;%7D .st352%7Bfill:%23FFDC68;stroke:%231A1A18;stroke-width:4;stroke-miterlimit:10;%7D .st353%7Bfill:none;stroke:%23434953;stroke-width:4;%7D .st354%7Bfill:none;stroke:%231A1A18;stroke-width:4;%7D .st355%7Bfill:none;stroke:%231A1A18;stroke-width:4;stroke-linejoin:bevel;stroke-miterlimit:10;%7D .st356%7Bfill:none;stroke:%231A1A18;stroke-width:5.7428;stroke-linejoin:round;%7D .st357%7Bfill:%23FFFFFF;stroke:%23030304;stroke-width:4.188;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st358%7Bfill:none;stroke:%235A5A5A;stroke-width:5.215;stroke-miterlimit:10;%7D .st359%7Bfill:none;stroke:%235A5A5A;stroke-width:3.9934;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st360%7Bfill:%235A5A5A;%7D .st361%7Bfill:none;stroke:%231A1A18;stroke-width:5;stroke-miterlimit:10;%7D .st362%7Bopacity:0.5;fill:url(%23SVGID_13_);%7D .st363%7Bopacity:0.5;fill:url(%23SVGID_14_);%7D .st364%7Bfill:none;stroke:%23CFD0D0;stroke-width:0.562;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st365%7Bfill:none;stroke:%232299D6;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st366%7Bfill:none;stroke:%23B51434;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st367%7Bfill:none;stroke:%23F59C00;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st368%7Bfill:none;stroke:%23B51434;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st369%7Bfill:none;stroke:%23F59C00;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st370%7Bfill:%23FFFFFF;stroke:%23F59C00;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st371%7Bfill:%23FFFFFF;stroke:%23B51434;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st372%7Bfill:%23FFFFFF;stroke:%23030304;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st373%7Bfill:none;stroke:%23030304;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st374%7Bfill:%23FFFFFF;stroke:%232299D6;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st375%7Bfill:%23FFFFFF;stroke:%23000000;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D .st376%7Bfill:none;stroke:%231A181C;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:22.9256;%7D .st377%7Bfill:none;stroke:%232299D6;stroke-width:3.98;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M128.7,82.5c0.1,0,0.2,0,0.3,0c4.3,0.1,8.4,0.5,12.2,2.8c4.6,2.7,6.7,7,7.8,12c0.9,4,1.1,8.1,1.1,12.2 c0,9.9,0,19.8,0,29.7c0,0.9-0.2,1.1-1.1,1.1c0,0,0,0,0,0c-2.5,0-5.1,0-7.6,0c-2.6,0-5.1,0-7.7,0c0,0,0,0,0,0c-0.8,0-1-0.2-1-1 c0-9.4,0-18.8,0-28.2c0-2-0.1-4-0.6-5.9c-1-4.8-3.9-7.2-8.3-7.2c-0.5,0-1,0-1.6,0.1c-5.3,0.6-8.2,3.7-8.9,9.4 c-0.2,1.5-0.3,3.1-0.3,4.6c0,9,0,18.1,0,27.1c0,0.9-0.3,1.1-1.1,1.1c0,0,0,0,0,0c-2.5,0-5,0-7.5,0c-2.6,0-5.2,0-7.7,0 c0,0,0,0,0,0c-0.8,0-1.1-0.1-1.1-1.1c0-18.1,0-36.1,0-54.2c0-0.9,0.3-1.1,1.1-1.1c0,0,0,0,0,0c2.4,0,4.9,0,7.3,0 c2.4,0,4.8,0,7.2,0c0,0,0,0,0,0c0.9,0,1.1,0.3,1,1.1c0,2.2,0,4.3,0,6.5c0.1,0,0.2,0.1,0.3,0.1c0.9-1.4,1.9-2.8,3.1-3.9 C119.3,84.2,123.6,82.5,128.7,82.5 M128.7,74.5c-4.5,0-8.6,1-12.3,2.9c-1.2-0.8-2.9-1.5-5.2-1.5c0,0-0.1,0-0.1,0 c-2.3,0-4.7,0-7.1,0c-2.4,0-4.9,0-7.3,0c0,0-0.1,0-0.1,0c-3.3,0-5.3,1.4-6.5,2.6c-1.2,1.2-2.6,3.3-2.6,6.5c0,18.6,0,36.9,0,54.1 c0,3.2,1.4,5.3,2.6,6.5c1.7,1.7,3.9,2.6,6.5,2.6c0,0,0.1,0,0.1,0c2.6,0,5.1,0,7.7,0c2.5,0,4.9,0,7.4,0c0,0,0.1,0,0.1,0 c3.3,0,5.4-1.4,6.6-2.6c1.2-1.2,2.6-3.3,2.6-6.6c0-6.3,0-12.6,0-18.8c0-2.8,0-5.5,0-8.3c0-1.3,0.1-2.5,0.2-3.7 c0.2-1.4,0.5-2,0.6-2.1c0.1,0,0.5-0.2,1.3-0.3c0.2,0,0.5,0,0.7,0c0.1,0,0.2,0,0.2,0c0.1,0.2,0.2,0.5,0.3,0.9 c0.3,1.2,0.4,2.5,0.4,4.2c0,9.9,0,19.2,0,28.2c0,3.3,1.4,5.3,2.5,6.5c1.2,1.2,3.2,2.6,6.5,2.6c0,0,0.1,0,0.1,0c2.6,0,5.1,0,7.7,0 c2.5,0,5,0,7.6,0c0,0,0.1,0,0.1,0c3.3,0,5.3-1.4,6.5-2.6c1.2-1.2,2.6-3.3,2.6-6.5c0-5.2,0-10.4,0-15.6c0-4.7,0-9.4,0-14.1 c0-4.1-0.2-8.9-1.3-13.9c-1.8-8-5.6-13.6-11.6-17.1c-5.7-3.3-11.6-3.8-16.2-3.9L128.7,74.5L128.7,74.5z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M58.9,83.9C59,83.9,59,83.9,58.9,83.9c2.6,0,5.1,0,7.7,0c2.6,0,5.1,0,7.7,0c0,0,0,0,0,0 c0.8,0,1.1,0.3,1.1,1.1c0,9,0,18.1,0,27.1c0,9,0,17.9,0,26.9c0,0.9-0.2,1.2-1.1,1.2c0,0,0,0,0,0c-2.5,0-5.1,0-7.6,0 c-2.6,0-5.2,0-7.8,0c0,0,0,0,0,0c-0.8,0-1-0.2-1-1c0-18.1,0-36.1,0-54.2C57.9,84.1,58.1,83.9,58.9,83.9 M58.9,75.9 c-3.2,0-5.3,1.4-6.5,2.6c-1.2,1.2-2.6,3.3-2.6,6.6c0,17.8,0,36.1,0,54.1c0,3.3,1.4,5.3,2.6,6.5c1.2,1.2,3.2,2.6,6.5,2.6 c0,0,0.1,0,0.1,0c2.6,0,5.1,0,7.7,0c2.5,0,5,0,7.5,0c0,0,0.1,0,0.1,0c3.3,0,5.4-1.4,6.6-2.6c1.2-1.2,2.6-3.3,2.6-6.6 c0-7,0-14.1,0-20.9l0-6l0-5.9c0-7,0-14.2,0-21.2c0-3.3-1.4-5.4-2.6-6.6c-1.2-1.2-3.3-2.6-6.5-2.6c0,0-0.1,0-0.1,0 c-2.5,0-5.1,0-7.6,0c-2.5,0-5.1,0-7.6,0C59,75.9,59,75.9,58.9,75.9L58.9,75.9z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M66.7,48.9C66.7,48.9,66.7,48.9,66.7,48.9c5.5,0,10.1,4.6,10.1,10.1c0,5.6-4.6,10.1-10.1,10.1c0,0,0,0,0,0 c-5.5,0-10.1-4.6-10.1-10.1C56.6,53.4,61.1,48.9,66.7,48.9 M66.7,40.9c-4.8,0-9.4,1.9-12.8,5.3c-3.4,3.4-5.3,8-5.3,12.8 c0,10,8.1,18.1,18.1,18.1c10.1,0,18.2-8.1,18.2-18.1C84.8,49,76.7,40.9,66.7,40.9C66.7,40.9,66.7,40.9,66.7,40.9L66.7,40.9z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st9' d='M99.2,21.8c42.7,0,77.4,34.7,77.4,77.4s-34.7,77.4-77.4,77.4s-77.4-34.7-77.4-77.4S56.6,21.8,99.2,21.8 M99.2,13.8c-47.1,0-85.4,38.2-85.4,85.4c0,47.1,38.2,85.4,85.4,85.4c47.1,0,85.4-38.2,85.4-85.4C184.6,52.1,146.4,13.8,99.2,13.8 L99.2,13.8z'/%3E%3C/g%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3C/g%3E%3C/svg%3E%0A")}.social-media-sharer__item.v1.xing{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232299D6;%7D .st1%7Bfill:%23B51434;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M142.4,52.7c1.5,0,2,0.4,1.7,1.9c-0.1,0.3,0,0.7,0,1c-3.6,6.2-7.2,12.4-10.7,18.6 c-7.6,13.4-15.1,26.8-22.8,40.1c-0.8,1.4-0.7,2.4,0,3.8c6.7,12.1,13.3,24.3,20,36.4c1.8,3.3,1.1,4.6-2.7,4.6c-0.5,0-0.9,0-1.4,0 c-2.2,0-4.4,0-6.7,0c-1.6,0-3.3,0-4.9,0c-0.1,0-0.1,0-0.2,0c-2.4,0-4.1-1-5.3-3.1c-7-12.9-14-25.8-21.1-38.7 c-0.5-0.9-0.4-1.6,0.1-2.5c11.2-19.7,22.3-39.5,33.4-59.3c0.7-1.2,1.7-2.2,2.9-2.9c3.2,0,6.3,0,9.5,0c2.6,0,5.2,0,7.9-0.1 C142.3,52.7,142.3,52.7,142.4,52.7 M142.4,44.7c-0.1,0-0.2,0-0.3,0c-2.2,0-4.7,0.1-7.7,0.1c-1.6,0-3.1,0-4.7,0s-3.2,0-4.8,0 h-2.2l-1.9,1.1c-2.4,1.5-4.4,3.4-5.7,5.9c-12,21.4-23,40.7-33.4,59.2c-1.9,3.3-1.9,7-0.1,10.3c6.7,12.3,13.8,25.3,21.1,38.6 c2.6,4.7,6.9,7.3,12.3,7.3c0.1,0,0.2,0,0.3,0c1.4,0,2.9,0,4.7,0c1.1,0,2.2,0,3.3,0c1.1,0,2.2,0,3.4,0c0.5,0,0.9,0,1.4,0 c4.9,0,8.3-1.7,10.3-5c1.9-3.3,1.7-7.2-0.6-11.5l-2.8-5.1c-5.3-9.6-10.7-19.6-16.1-29.4c4.5-7.9,9.1-15.9,13.5-23.7 c2.7-4.8,5.4-9.6,8.1-14.4c2.4-4.2,4.9-8.6,7.3-12.7c1.1-1.9,2.2-3.9,3.3-5.8l1.1-1.9v-2.1c0-0.1,0-0.2,0-0.4 c0.4-3.5-0.8-5.9-2-7.3C148.8,46.5,146.5,44.7,142.4,44.7L142.4,44.7z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M75.4,73.6c2.1,0,3.7,0.8,4.7,2.7c3.4,5.9,6.8,11.8,10.2,17.7c0.4,0.8,0.4,1.3,0,2.1 c-5.4,9.5-10.8,19-16.2,28.5c-1,1.8-2.4,2.7-4.4,2.7c-0.1,0-0.2,0-0.3,0c-0.9,0-1.8-0.1-2.7-0.1c-1.4,0-2.8,0-4.2,0l0,0 c-1.5,0-2.9,0-4.4,0c-0.9,0-1.8,0-2.7,0c-3,0-3.8-1.4-2.3-4c5-8.8,10-17.7,15-26.5c0.7-1.2,0.8-2.1,0-3.4 c-3.1-5.1-6-10.2-9-15.3c-1.8-3-1-4.4,2.5-4.4c0.4,0,0.9,0,1.3,0c2.3,0,4.6,0,6.9,0c1.8,0,3.6,0,5.3,0 C75.3,73.6,75.4,73.6,75.4,73.6 M75.4,65.6h-0.2c-1.5,0-3.2,0-5.2,0c-1.1,0-2.3,0-3.4,0c-1.2,0-2.3,0-3.5,0h-1.3 c-6,0-8.8,2.8-10.1,5.1c-1.3,2.3-2.3,6.2,0.7,11.4l1.3,2.2c2,3.5,4.1,7.2,6.3,10.8c-4.1,7.1-8.5,14.9-13.7,24.2 c-2.9,5.1-1.5,9-0.5,10.9c1.1,1.9,3.7,5,9.6,5.1c0.9,0,1.9,0,2.8,0c0.7,0,1.5,0,2.2,0s1.4,0,2.2,0c0.7,0,1.5,0,2.2,0s1.3,0,2,0 c0.9,0,1.7,0,2.3,0c0.2,0,0.5,0,0.7,0c4.9,0,8.9-2.4,11.4-6.8c5.5-9.7,10.9-19.3,16.2-28.4c1.9-3.3,1.9-6.9,0-10.1 c-2.4-4.1-4.8-8.3-7.2-12.4l-3-5.2C84.6,68,80.4,65.6,75.4,65.6L75.4,65.6z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M99.2,21.8c42.7,0,77.4,34.7,77.4,77.4s-34.7,77.4-77.4,77.4s-77.4-34.7-77.4-77.4S56.6,21.8,99.2,21.8 M99.2,13.8c-47.1,0-85.4,38.2-85.4,85.4c0,47.1,38.2,85.4,85.4,85.4s85.4-38.2,85.4-85.4C184.6,52.1,146.4,13.8,99.2,13.8 L99.2,13.8z'/%3E%3C/g%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3C/g%3E%3C/svg%3E%0A")}.social-media-sharer__item.v1.twitter{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%232299D6;%7D .st1%7Bfill:%23B51434;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3Cg%3E%3Cpath class='st0' d='M85,149.7c-12.2,0-24.2-3.5-34.7-10.2c-1.6-1-2.2-3-1.6-4.7s2.4-2.8,4.2-2.6c7.2,0.8,14.4-0.3,20.7-3.2 c-6.3-2.9-11.2-8.3-13.4-15.2c-0.4-1.2-0.2-2.6,0.6-3.6c-5.1-4.7-8.3-11.4-8.3-18.7v-0.3c0-1.4,0.8-2.7,2-3.5 c0.2-0.1,0.5-0.2,0.7-0.3c-1.7-3.4-2.6-7.3-2.6-11.2c0-4.4,1.2-8.8,3.4-12.7c0.7-1.1,1.8-1.9,3.1-2c1.3-0.1,2.6,0.4,3.4,1.5 c9,11.1,22,18.3,36.1,20.3c0-0.1,0-0.2,0-0.4c0-14,11.3-25.3,25.3-25.3c6.1,0,12.1,2.3,16.7,6.3c3.6-0.9,7.1-2.4,10.3-4.3 c1.4-0.8,3.2-0.7,4.5,0.3c1.3,1,1.8,2.7,1.4,4.3c-0.3,1.2-0.8,2.3-1.3,3.4c1.3-0.1,2.5,0.4,3.4,1.4c1.2,1.3,1.3,3.3,0.3,4.8 c-2.6,4-5.9,7.6-9.9,10.7c0,0.3,0,0.5,0,0.8C149.5,116.9,125.4,149.7,85,149.7z M68.4,139.2c5.4,1.7,11,2.5,16.6,2.5 c35.4,0,56.5-28.7,56.5-56.5c0-0.8,0-1.6-0.1-2.3c-0.2-1.4,0.5-2.8,1.6-3.7c0.2-0.2,0.4-0.3,0.6-0.5c-1.6-0.1-3.1-1.1-3.7-2.7 c-0.5-1.5-0.1-3,0.9-4.1c-0.2,0-0.3,0.1-0.5,0.1c-1.4,0.3-2.8-0.2-3.7-1.2c-3.3-3.5-7.8-5.5-12.6-5.5c-9.5,0-17.3,7.8-17.3,17.3 c0,1.3,0.2,2.6,0.5,3.8c0.3,1.2,0,2.6-0.8,3.5c-0.8,1-2,1.5-3.3,1.5c-15.9-0.8-31-7.5-42.2-18.7c-0.2,1.1-0.3,2.1-0.3,3.2 c0,5.8,2.9,11.1,7.7,14.4c1.5,1,2.1,2.8,1.6,4.5c-0.5,1.7-2.1,2.8-3.9,2.8c-1.5,0-3-0.2-4.5-0.5c2,5.6,6.8,9.8,12.8,11 c1.8,0.4,3.2,1.9,3.2,3.8c0.1,1.9-1.1,3.5-2.9,4c-1.2,0.3-2.5,0.6-3.9,0.7c3.2,3.9,8,6.4,13.2,6.5c1.7,0,3.2,1.1,3.7,2.7 s0,3.4-1.3,4.4C81,134.7,74.9,137.6,68.4,139.2z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M99.2,21.8c42.7,0,77.4,34.7,77.4,77.4s-34.7,77.4-77.4,77.4s-77.4-34.7-77.4-77.4S56.6,21.8,99.2,21.8 M99.2,13.8c-47.1,0-85.4,38.2-85.4,85.4c0,47.1,38.2,85.4,85.4,85.4s85.4-38.2,85.4-85.4C184.6,52.1,146.4,13.8,99.2,13.8 L99.2,13.8z'/%3E%3C/g%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3C/g%3E%3C/svg%3E%0A")}.social-media-sharer__item.v2.facebook{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 175 175' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='sammelsorium' transform='matrix(1,0,0,1,-61.5,-63)'%3E%3Cg transform='matrix(0.999429,0,0,1.00089,0.0351228,-0.0560498)'%3E%3Cpath d='M235.6,150C236,150.8 235.7,149.7 235.6,148.7L235.6,150Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M235.6,148.7L235.6,147.8L235.6,148.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M235.4,140.5C235.9,142.4 235.6,144.7 236.2,145.8C236.3,143.9 236,140.9 235.4,140.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M235.4,143.4L235.6,143.6L235.1,141.9L235.4,143.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M235.2,144.6L235.3,144.3L234.9,141.7L235.2,144.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M234.6,134.1L235,136C235,137.8 234.4,134.9 234.4,136.1C234.8,138.4 235.2,136.8 235.5,139.8C235.6,139.7 235.5,138.5 235.4,137.4C235.3,136.3 235.1,135.3 235.4,135.5C235,132.9 235,135.3 234.6,134.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M153.9,66.6C153.8,66.6 153.7,66.6 153.6,66.5C153.8,66.6 153.9,66.6 153.9,66.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M123.9,71C123.5,71.1 123.1,71.2 122.7,71.3L123.2,71.3L123.9,71Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M173,68.8C173.4,69 173.8,69.1 174.1,69.2C174,69.1 173.6,69 173,68.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M73.9,190.3C73.8,190.2 73.8,190.2 73.7,190.2L73.7,190.3L74,190.5L73.9,190.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M95,88.5C94.6,88.8 94.3,89.1 94,89.5C94.6,88.9 94.9,88.7 95,88.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M183.6,72.5C183.4,72.4 183.3,72.4 183.2,72.3C183.3,72.4 183.4,72.5 183.6,72.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M133.6,69.1C133.2,69.1 132.8,69.2 132.5,69.3C132.9,69.2 133.3,69.1 133.6,69.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M224.9,106.5C224.7,106 224.4,105.6 224.2,105.3C224.3,105.7 224.5,106.1 224.9,106.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M218.5,97.2C218.6,97.1 218.6,97.1 218.5,97.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M213.9,91.6C214,91.6 214,91.6 213.9,91.6C214,91.6 214,91.5 213.9,91.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M224.2,105.3C223.9,104.4 224.2,103.8 223,103.2L223.1,103.5C222.8,102.8 222.1,102 221.5,101.4L221.5,101.7C221.7,102.1 222,102.5 222.4,103.3C222.9,104.2 223.5,104.6 224.2,105.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M154.1,66.4C154.2,66.6 154.9,66.5 154.1,66.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M163.5,66.9C163.2,66.8 162.9,66.8 162.6,66.7C162.9,66.8 163.2,66.9 163.5,66.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M196.5,80.1L196.4,80C196.3,80 196.4,80.1 196.5,80.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M161.7,66.7L162.6,66.8C162.3,66.7 162.1,66.7 161.7,66.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M187.4,74.4L187.3,74.3C187.3,74.3 187.3,74.4 187.4,74.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M204.5,219.4C203.9,219.9 203.5,220 202.9,220.4C201.9,221.7 205.5,218.4 203.9,220.1C204.5,219.7 204.9,219.3 205.2,218.9L204.2,219.2C203.2,220.2 205,218.8 204.5,219.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M77.9,198.6L77.8,198.3C77.8,198.6 77.6,198.5 78.2,199.5C79,200.2 78.5,198.6 79.8,199.9C79.6,199.6 79.3,199.2 79,198.8C79.1,199.6 78.5,199.1 77.9,198.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M78.9,198.8C78.9,198.7 78.9,198.6 78.8,198.5C78.7,198.3 78.5,198.1 78.4,197.9C78.5,198.1 78.7,198.4 78.9,198.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M182.8,231.7C182.5,231.8 182.2,231.9 182,232C182.4,231.9 182.6,231.8 182.8,231.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M93.3,83.1C93.5,82.8 93.8,82.6 94,82.3C93.6,82.7 93.4,83 93.3,83.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M69.9,183C69.8,182.7 69.7,182.5 69.6,182.2C69.5,182 69.5,181.9 69.4,181.7L69.9,183Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M109.9,222.3C109.2,222.4 110.3,222.5 111.2,223.3L112.3,223.6C111.5,223 110.6,222.7 109.9,222.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M205.3,218.9C205.3,218.9 205.2,218.9 205.3,218.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M140.9,232C141.1,232 141.2,232.1 141.4,232.1C141.3,232.1 141.2,232.1 140.9,232Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M75.5,192.9L74.4,191L73.4,189L73.9,190.2C74.3,190.7 74.9,192.5 75.5,192.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M95.5,211.7L95.4,211.2C91.9,208.9 89.2,204.8 86.4,202.8C84,198.2 83.6,200.7 81.6,196.4L81.6,196.6C79.5,193.4 77.5,190 75.9,186.4C74.3,182.8 72.8,179.2 71.7,175.5C70.6,171.8 69.6,168 69,164.3C68.6,162.4 68.4,160.6 68.1,158.8C68,157.9 67.9,157 67.8,156.1C67.7,155.2 67.6,154.3 67.6,153.4L67.8,153.4C67.5,141.8 69.4,130.4 73.6,119.8C77.7,109.2 84.1,99.5 92.3,91.5C93.7,89.9 92.5,90.5 93.7,89C94.3,88.4 95.7,87.3 95.8,87.4C94.7,88.5 95.5,88.1 95.2,88.5C97.1,86.8 99.9,84.9 101.6,83.3C101,83.6 100.4,83.9 99.9,84.2C100.5,83.5 101.7,82.8 102.4,82.3C102.2,82.6 103.4,82.2 102.8,82.7C104.5,80.9 105.4,80.6 106.2,80.2C106.6,80 107,79.9 107.5,79.6C108,79.4 108.6,79 109.5,78.5C109.8,77.5 114.1,74.6 117.1,72.8C117.7,72.6 118.3,72.5 118.8,72.3C116.6,73.2 119,72.7 116.3,73.9C117.5,73.5 118.5,73 119.6,72.5C120.7,72 121.7,71.6 122.9,71.3C122.4,71.3 122.5,71 123.3,70.7C124.7,70.3 124.9,70.6 126.5,70.2C126,70.4 125.5,70.6 125,70.9C126.1,70.8 126.9,70.3 127.9,69.9C128.1,70 128.8,69.9 129.4,69.8C130,69.7 130.5,69.7 130.3,69.9C132.3,69.1 133.1,69 135.4,68.4C132.9,68.5 136,67.9 135.6,67.7C134.7,67.9 133.8,68.1 132.9,68.3C134.8,68 134.5,68.1 133.8,68.3C133.1,68.5 131.9,68.9 132.1,69.1C130.3,69.3 134.4,67.8 131.4,68.5C133.2,67.9 134.3,67.7 135.4,67.5C136.5,67.3 137.6,67 139.5,66.6C137.2,67 139.9,66.2 138.7,66.2C141.6,65.8 139.4,66.3 140.4,66.5C142,66.3 142.6,66.5 144,66.1C146.6,66 143.6,66.5 144.9,66.6C144.4,66.8 142.7,66.8 141.1,67C139.5,67.2 138.2,67.4 138.6,67.9C137.3,68 135.8,68.8 133.9,69.1C135.6,69 137.9,68.8 139.9,68.4L139.9,67.8C141.4,67.6 141.7,67.1 142.9,67.1C142.3,67.3 143.4,67.5 144.7,67.3C144.3,67.2 143.8,67.3 144,67.2C146.3,67 146.6,66.6 149.4,66.4C147.1,66.3 146.6,66.1 144.4,66C145,65.5 145.9,65.8 147.2,65.7C147,65.8 146.7,65.8 147.1,65.9L148.5,65.7C151.4,65.8 148.2,66.3 150.5,66.5C152.1,66.9 152.7,66.4 154,66.6C153.9,66.6 153.8,66.5 153.8,66.5L154.4,66.5C155.9,66.5 157.5,66.7 158,66.4C158.1,66.5 159.3,66.5 159.8,66.4C160.7,66.4 162.8,66.2 163.9,67L163.8,67C165.7,67.4 167.1,67.8 166.7,67.9C167.7,68.1 168.7,68.4 169.7,68.7L169.3,69C172,69.5 171.8,69.3 173.8,69.4C174.3,69.6 174.8,69.8 175.4,70C176,70.2 176.6,70.4 177.2,70.6C178.4,71 179.6,71.3 180.2,71.5C180.4,71.6 180.7,71.7 181.2,71.9L180.2,71.3C182.2,72.1 182.1,71.8 183.4,72.4C183.1,72.2 183.1,72.2 183.8,72.6C184,72.7 184.3,72.8 184.5,73C184.4,73 184.1,72.9 183.8,72.7L184,72.9C185.4,74 186.6,73.7 188.2,74.8C188,74.7 187.8,74.6 187.6,74.5C188.5,75.1 189.6,76.3 190.1,76.2C190.3,76.3 190.6,76.5 191,76.6L191.6,77C191.3,76.8 191.1,76.7 191,76.6C191.5,76.7 191.9,76.8 192,76.9C192.8,77.4 193.5,77.8 194.3,78.3C194.7,78.6 195.3,79 195.8,79.2L196.1,79.6C196.9,80.1 196.9,80.2 196.8,80.2C198,81.4 199.1,82.1 200.3,82.8C201.4,83.6 202.6,84.3 203.8,85.7C204.5,85.9 203.4,84.9 203.4,84.7C204,84.9 205.7,86.1 206.6,86.7C207.6,88.1 210.9,91.8 210,91.7C212,93.9 209.6,90.8 210.8,91.7L211,92C210.3,91.2 209.9,90.5 209.6,89.9C209.7,89.5 211.6,91.4 212.1,92L211.4,91.9C213.5,93.8 213.5,93 215,94C216.4,95.8 215.2,95.1 215.2,95.7C215.8,96.3 216.2,96.9 216.8,97.5L216.5,97.7C217.5,98.9 218,98.9 219.1,100.7C218,99.6 220.7,103.5 219.1,102C219.7,103 220.4,102.9 220.4,103.7C221.1,104.2 220,102.7 219.7,102.2C219.8,101.9 220.2,102.3 220.7,103.1C221.2,103.8 221.8,104.8 222.2,105.4C222,105.6 221.4,104.8 222.2,106.3C222.6,106.5 223.2,107.3 223.5,108.3C223.8,108.1 224.5,109.9 224.9,110.7C224.5,109.7 223.9,108.3 224.5,108.8C225,109.4 225.4,110 226.2,111.8L225.7,110.6C226.9,111.9 226.7,113.2 227.7,115.1C227.1,114.3 226.9,113.8 226.3,113.1C226.9,114 227.9,115.7 228.8,117.2L229.1,119.1C229.4,119.2 229.9,121.1 230.2,121C230.5,122.1 230.2,121.7 229.9,121C229.5,120.3 229,119.3 228.9,119.2C229.8,122 230.3,121.2 230.7,124L230.1,123.2C230.4,124.1 231.1,125.8 231,126C231.1,126 230.9,125.5 230.8,125C231.6,125.4 232.4,129 233,128.5L232.7,127.2C233.4,129.1 234.1,130.4 234.2,131.9C234.3,133.1 233.6,131.2 233.2,130.5C233.4,131.4 233.7,131.8 233.9,132.1C234.2,132.5 234.5,132.9 234.6,134C234.5,132.8 234.8,133 235.1,133.7C234.9,132.4 234.4,129.7 234.2,130.2L234.2,130.7C234,130.6 233.8,129.9 233.6,129.6C233.2,127.9 233.7,128.7 233.7,128.3C233,125.4 233,128.2 232.3,125.6L232.3,125.2C231.8,124 231.1,122.1 230.6,121.9C230.7,120.6 229.4,119.1 229.1,117.8C229.5,117.5 229.9,118.6 230.3,119.9C230.7,121.2 231.1,122.8 231.6,123.4C231.3,122 232.3,124 232.7,124.5L230.9,120.3C230.9,119.9 230.8,118.5 230.2,117.9L230.3,118.2C229.5,116.6 229.4,117.2 228.9,115.7C228.9,115.4 229.2,115.8 229.3,115.9C228.8,114.6 228.6,114.9 228.1,114.1C227.6,112.8 228.7,114.6 228.3,113.5C227.3,112.1 227.2,111.1 226.5,109.8C226.4,110.5 223.1,105.2 224.2,108.1C223.5,107.2 222.9,106.2 222.2,105.4C222,104.9 222.5,105.3 223,105.7C223.5,106.1 224,106.5 224,106L225.4,108.4C225.6,108 224.8,106.8 223.9,105.5C222.9,104.2 221.9,102.7 221.7,101.8C220.9,100.6 221,100.9 219.7,98.5L219.5,99.2C218.8,98 218.7,97.4 218.8,97.3C218.2,96.7 217.8,96 217.3,95.4C217.5,95.5 217.7,95.7 218.1,96.1C217.7,95 217.4,94.9 217,94.7C216.5,94.3 215.9,93.7 215.3,93L216,93.5C215.6,93.1 215.1,92.6 215,92.7C214.7,92.4 214.5,92.2 214.3,91.9C214.4,92.1 214.5,92.8 215.3,93.9C214.3,92.5 213.3,91.4 212.3,90.4C211.4,89.3 210.4,88.3 209.6,87.1C209.8,87 210.8,87.7 210.6,87.5C209.6,86.4 208.3,85.6 208.2,85.9C207.9,85.7 207.8,85.5 207.6,85.4C207.5,85.1 207.3,84.8 206.8,84.3C206.7,84.2 206.5,83.9 206.2,83.6C205.6,83.6 203.5,81.8 202.9,81.5C203.4,81.9 204,82.4 204.7,82.9C203.6,82.4 202.6,82.1 202,81.3C203.9,82.4 200.5,79.5 203.1,81.4C201.7,79.5 201.9,81 200.1,79.4L199,78.3C199.4,78.2 201.2,79.6 200.9,79.3L200,78.7C200.5,78.9 201.6,79.6 202.8,80.5C204,81.4 205.3,82.3 206.4,83C205.1,81.9 203.8,80.8 202.5,79.7C199.8,78 196.8,75.9 193.7,74.3C190.7,72.6 187.6,71.2 185,70.4L185.2,70.5C185.1,70.5 185,70.5 184.9,70.6L184.7,70.4C184.3,70.3 184,70.3 183.6,70.2C182.6,69.5 180.5,68.5 178.7,67.7C179.8,68.3 179.8,68.3 179.8,68.6C179.5,68.8 179.2,68.9 177.6,68.2C177.7,68 178.7,68.3 177.5,67.7C178.1,68 177.5,68 176.7,67.8C175.8,67.3 174.2,66.9 174.2,66.6C174.7,66.7 175,66.8 175.3,67C175.8,67.1 173.5,66.3 174.9,66.5L173.1,66.1C172.1,65.6 173.9,66 173.5,65.7C172,65.3 170.8,65.3 169.7,65.2C168.6,65.1 167.5,65.1 166.1,64.9C166.3,64.8 166.4,64.3 166.3,64.4C165.3,64.1 164.1,64 162.9,64.1C161.7,64.1 160.5,64.2 159.3,64C159.7,63.9 160.6,64.1 161.3,64.1C157.6,63.5 154.3,63.3 150.9,63.1C149.2,63 147.6,63.1 145.9,63C144.2,63 142.5,63.1 140.8,63.1L139.1,63.9L137.2,63.8C135.4,64 133.6,64.3 132,64.6C130.4,65 128.8,65.3 127.2,65.8C125.7,66.3 124.1,66.7 122.6,67.3C121.8,67.6 121.1,67.9 120.3,68.2C119.5,68.5 118.7,68.9 117.9,69.2C115.9,70 116.5,69.3 115.5,69.6C113.3,70.6 112,71.3 110.8,72.1C110.2,72.5 109.6,72.9 108.9,73.4C108.2,73.8 107.4,74.4 106.5,75C107,74.5 107.6,73.6 105.9,74.5C105.7,74.8 105.6,75.1 104.5,75.7C104.6,75.5 104.8,75.4 104.9,75.2C103.8,75.6 103,76.4 101,77.6C97.6,80 94.7,82.7 92.6,85.5C89.9,87.9 92.5,84.8 91.9,85.2C94,83.7 93.2,83.9 93.5,83.4C92.6,84.4 91.4,85.6 90.6,85.8C89.2,87.2 88.5,87.7 87.5,89.3C88.1,88.5 88.8,88.1 88.3,88.9C87.7,89.4 86.8,90.4 85.9,91.2C85.1,92 84.4,92.7 84.3,92.4C78.3,99.2 72.8,107.9 69.1,116.8C68.7,118.4 69.6,115.7 69.5,116.6C68.9,118.9 68.6,118.3 68.2,120.1L68.2,119.3C67.2,121.9 66.7,125 66.3,127.7C66.1,127.2 65.4,129.8 65.9,127.6C65.6,128.9 63.9,130.2 63.9,131.3L65.5,130.1C65.6,130.2 65.1,132 65.2,131.8C64.7,132.9 64.2,134.2 64,135C63.6,135.3 64,133.3 64.3,132.2C63.8,131.9 63.3,135.9 63.1,134.2C62.8,136.6 63.4,133.9 63.4,135.4C63.2,136.1 63.1,136.8 62.9,137.5C63,137 63.2,136.4 63.3,135.9C63.1,137.7 63.5,138.3 62.9,140.6C63,141.4 63.1,142.2 63.2,143C62.8,143.2 63,144.7 62.8,146C62.7,145.7 62.7,145.5 62.6,145.2C62.5,146.8 62.5,147.5 62.3,148.5C61.9,147.6 62.4,147 62.1,146.6L61.9,148.4C62.1,148.4 62.3,149.6 62.5,148.3C62.7,149.1 62.9,149.8 63,150.8C63.2,151.8 63.3,153 63.3,155.1C63.2,156.1 63,155.6 62.9,154.9C62.8,154.3 62.7,153.5 62.5,153.9C62.6,158.3 63.9,159.1 64.2,161.7C64.3,163.3 64.5,164.1 64.7,164.8C64.9,165.5 65.1,166.3 65.4,167.9C64.9,166.9 65.6,170.2 65.5,170.8L64.9,169.6C65.2,170.6 65.3,171.5 65.1,171.3C65.4,171 66.5,175.4 67.4,177.4L67.6,176.9C67.9,177.7 68.3,178.7 68.7,179.7C69.1,180.7 69.6,181.7 69.8,182.5C70.9,185 71,184.3 72.2,186.1C72.4,187.3 72,187.3 71.6,187.1C71.4,186.4 70.8,185.2 70.4,184.1C69.6,182.5 68.8,181.2 68.1,179.8C67.4,178.4 66.7,176.9 66.4,175.2C65.8,174.6 66,175.1 66.4,176.1C66.8,177 67.4,178.3 67.5,179.2C67.4,179.2 67.4,179.1 67.3,178.9C67.3,179 67.4,179.2 67.4,179.3C66.9,178.1 66.1,176.2 65.6,176C66.3,178 66.8,177.2 67.3,179.8C68.2,181.6 68.2,183.3 68.6,184.4C69.4,185.5 70,185.3 71.2,188.2L70.2,187.1C70.9,188.8 71.3,189.1 71.6,189.3C71.9,189.6 72.2,189.8 73,191.3C72.5,190.2 73.9,192.1 72.9,190.1C73.6,191 74.8,193.1 75.6,194.7C75.9,195.1 75.8,194.7 76,194.7C75.3,192.8 74.1,192.1 73.8,190.5L72.7,189.5C72,187.8 72.3,187.4 73,188.4C72.7,187.9 72.5,187.6 72.4,187.2C72.9,186.6 73.2,189.3 74,189.6L73.4,188.5C73.6,187.8 75.1,191 75.9,192.5C76.3,193.4 76.6,194.2 76.9,194.8C77.2,195.4 77.4,195.9 77.2,196C76.7,195.3 76.2,194.6 75.8,193.9C76.2,195.2 77.7,196.6 78.4,197.8C78.4,197.9 78.5,198 78.5,198.2L78.5,198C78.7,198.3 78.8,198.5 78.9,198.8C79.7,199.9 80.9,201.3 81.6,202.3L81.7,202L81.5,202C80.8,201 80,199.6 80.7,200.2C81.5,201.2 82,201.9 82.2,202.4C82.4,202.9 82.4,203.3 82.5,203.6C81.8,203.4 80.9,201.5 80,200.5C80.1,201 80.4,201.6 81,202.3C81.6,203 82.3,203.9 83.1,205.1C82,204.5 81.1,202.5 80.3,202.3C81.7,204.1 82.2,204.4 83.7,206.3C83.3,206.2 81.8,204.4 81.7,204.7C82,205.1 82.3,205.6 82.5,206C80.1,203.1 82.4,206.9 80.5,204.7C81.2,205.9 82,206 83.1,207.7C82.9,207.1 82.2,205.7 83.6,207L84.9,208.7C85.3,209.5 83,207.4 83.8,208.6C84.3,209.1 84.9,209.7 85.4,210.2C85.5,210 84.8,209.2 85.4,209.6C86.2,210.7 87.3,210.7 88.5,211.7C89.4,212.5 90,213.2 90.2,213.7C92.7,215.5 95.7,217.9 98.1,219.3C96.4,218.4 97.8,219.8 98.6,220.6C96.8,219.4 96.5,219.7 96.4,220C97.5,220.8 98.5,220.9 98,220.4C99.7,221.9 99.4,221 100.9,222.4C101.9,223.3 100.1,222.4 100.4,222.8C102.4,224.2 101.3,222.7 103.4,224.2C103.2,224.2 103,224.1 103.2,224.2C104.3,225.1 105.8,225.6 106.2,225.6C106.7,226.2 107.6,226.8 108.4,227.2C109.2,227.6 109.7,227.8 109.4,228C112.5,229.4 109.1,227.5 109.8,227.6C110.5,227.8 111.4,228.2 112.2,228.7C113,229.1 113.8,229.5 114.1,229.7C113.3,229.4 112.5,229.2 111.8,228.8C112,229 112.1,229.3 112.3,229.5C116.1,231.5 115.1,229.8 118.8,231.7C116.7,231.1 118,231.7 116.9,231.6C117.5,231.7 120.5,233 118.8,232C120.2,232.6 121.2,233 122.2,233.4C123.6,233.7 125,234 125.9,234C128,234.7 129.5,235.3 130.4,235.7C134.9,236.4 139,237.6 143.9,237.6L143.5,237.5C147.2,237.8 141.9,236.8 145.8,237.1C145.3,237.6 148.1,237.5 149.4,237.8C150.6,237.9 151.7,237.8 152.8,237.8C153.3,237.8 153.9,237.7 154.4,237.7C154.9,237.6 155.4,237.6 155.9,237.5C156.9,237.4 157.9,237.3 158.9,237.2C159.9,237.1 160.9,237 162,236.9C162,237 161.7,237.2 160.9,237.3C161.7,237.2 162.5,237.2 163.3,237.1C164.1,237 164.8,236.8 165.5,236.7C166.2,236.6 166.9,236.4 167.7,236.3C168.4,236.1 169.1,236 169.9,235.8L169.8,235.9C174.6,235.2 178.8,233.4 183.4,231.4C183,231.6 183,231.8 182.7,232C185.1,231.2 188.9,229.5 190.2,228.3C191.7,227.8 192.1,227.6 192.6,227.2C193.1,226.9 193.7,226.5 195.5,225.7C195.7,225.7 195.2,226 195,226.1C196.7,225.3 197.8,224.5 199.5,223.5C202.8,220.7 203.3,219.7 207.2,216.6C207.9,217 205,218.7 205.2,219.2C205.9,218.5 206.5,217.8 207.6,217.1C207.2,217.8 207.6,217.3 207.3,217.9C207.8,217.6 208.4,216.8 209,216C209.6,215.2 210,214.5 210,214.6C209.9,214.5 209.6,214.7 208.9,215.3C209.4,214.2 212.4,212 213.9,210.1C213.4,210.7 211.6,212.3 212,211.4C213.2,210.3 213.8,209.4 214.3,208.6C214.8,207.8 215.1,207 215.8,206.1C217.9,204.1 214.8,208.1 215.6,208C216.1,207.7 217.1,207.1 216.5,208.2C218.4,206.3 219.2,204.5 220.5,202.5L220.6,202.6C222.5,199.9 224,196.6 225.6,194.4L224.7,195.6C224.9,195.1 225.8,193.7 226,192.7C226.2,192.9 227.4,191.1 227.1,192C227.1,191.2 227.9,189.5 228.6,187.7C229.3,185.9 230,184.2 230,183.3C230.5,182.6 230.5,183.3 230.6,183.6C229.7,185.5 229.3,186.1 229.1,187.2C229.8,185.6 230.5,184.5 230.5,184.8C230.8,183 232.1,179.1 231.9,178.2C232.5,177.1 233,176 233.2,176.5C234.4,171.4 231.4,178.7 233,173C234.1,170.5 232.8,175.7 233.9,172.1L233.8,172.8C235.4,170.4 233.6,170.8 234.3,167.8C234.9,167.5 234.2,170 235,168C235.4,165.2 234.9,163.9 235.4,161.2L235.6,161.7C235.8,159.9 236.2,156.5 236.3,154.7C236.4,154.6 236.4,154.9 236.4,155.2C236.7,151.9 236.2,153.8 236.6,151.1L236.4,150.3C236.3,151 236.2,152 236.1,153C236,154 236,155.1 236.1,156C235.9,154.3 235.2,158.6 234.8,157.7L235,158C233.8,162.3 232.8,167.8 231,173.1C230.9,174 230.7,174.8 230.5,175.5C230.3,176.2 230,176.9 229.7,177.6C229.2,179 228.5,180.4 228,182.2C228.4,183 227.9,182.9 226.7,185.9C227.3,184.3 226.4,185.5 225.8,186.5C225.7,187.1 225.4,187.8 225.1,188.5C224.8,188.7 224.2,189.7 223.5,190.8C222.8,191.9 222.1,193 221.9,193.8C220.7,195.3 222,193.3 222.1,192.9C221.4,193.4 221.5,194.4 221,194.8L221,194.6C219.4,197.1 218.3,198.5 216.4,200.9C216.7,201.5 214.8,203.5 214,204.6C214.1,204.1 212.7,205.8 212,206.3L211.2,207.8C210.3,209.3 209.5,209.3 208,210.9L208.4,210.6C207.4,211.8 204.1,214.3 202.7,215C197.5,219.9 192.6,222.7 187.5,225C184.9,226.1 182.3,227.1 179.4,228.1C178,228.6 176.4,229 174.8,229.6C174,229.8 173.2,230.1 172.3,230.3C171.5,230.6 170.6,230.8 169.7,231C168.8,231.4 170.5,231.1 169.8,231.6C168.3,232 168,232.1 166.6,232.4C167.8,232.3 167.6,232.1 167.5,232.3L169.5,231.7C169.6,231.7 169.4,231.8 169.6,231.8C170.3,231.6 171.1,231.3 172,231.1C170.8,231.6 170.5,232.1 168.7,232.4C168.8,232.3 169,232.2 169.5,232.1C168,232.4 168,232.6 166.9,232.8C165.5,232.9 165.9,233 165.7,232.9C164.3,233.1 162.9,233.3 161.5,233.3C160.5,233.7 159.3,233.9 158.3,233.9C157.3,233.9 156.5,233.8 156.1,233.8C156.5,233.4 158.9,233.5 159.9,232.9C159.4,232.9 158.9,232.8 158.4,232.8L158.3,233.1L156.1,233.2L156.2,233.1C156,233.2 155.7,233.4 155.1,233.3C155,233.3 154.8,233.2 155,233.2C154.5,233.3 154,233.4 153.5,233.4C154.4,233 152.1,233.3 152.4,232.9C147.4,232.8 146,233.4 141.6,232.5C142.3,232.8 140.1,232.9 138.8,232.7C138,232.5 137.8,232.4 138.4,232.3C137.8,232.3 137.2,232.3 136.6,232.2C135.5,231.7 134.5,231.5 133.3,231.2C132.1,230.9 130.8,230.7 129.2,230.2L129.4,230.1C128.2,230 126.9,229.8 125.2,229.2L125.6,229C123.6,228.1 123.8,229.1 121.5,228.1C121.4,228.5 122.8,229.1 122.9,229.5C122.7,229.2 121.9,228.9 121.3,228.6C120.7,228.3 120.2,228.2 120.4,228.4C118,227.6 118.8,227.8 118.6,227.6C118.1,227.5 117.6,227.4 117.2,227.3C115.6,226.6 116.9,226.6 117.5,226.7C115.9,226.4 114.3,225.5 112.8,224.5L113.5,224.7L111.4,223.5C110.6,223.3 109.8,222.9 108.9,222.4C108,221.9 107.1,221.4 106.3,220.8C106.8,220.9 107.2,221 107.7,221.1C106.6,220.2 107,220.9 106.6,220.7C104.6,219.7 104.3,219.2 103.5,218.3C101.9,217.5 100.5,216.3 99.3,215.1C98,213.6 96.9,212.4 95.5,211.7ZM195.9,79.4L195.7,79.2C196.3,79.5 196.8,79.7 195.9,79.4ZM178,70.4C180.4,71 179.5,71 179.7,71.2C178.6,70.7 177.7,70.4 176.9,70.1C176.1,69.8 175.3,69.5 174.3,69.2C174.6,69.4 174.6,69.5 174.7,69.6C173.9,69.3 173.1,69 172.9,68.7C173.5,68.6 175,69.1 176.3,69.7C177.4,70.3 178.4,70.7 178,70.4ZM216.6,94.4C216.5,94.4 216.4,94.3 216.3,94.2L216.6,94.4ZM207.7,85.9C207.6,85.7 207.4,85.5 207.2,85.2C207.3,85.4 207.4,85.6 207.7,85.9ZM187.8,71.8C187.4,71.4 186.2,70.9 185.3,70.6C185.7,70.7 186.4,71.1 187.8,71.8ZM65.7,129.8C65.8,129.1 65.9,127.6 65.5,128.9C65.5,129.5 65,130.6 65.1,131.2C65.1,131.3 65.1,131.3 65,131.3C65.4,130.6 65.7,130 65.7,129.8ZM80,198.3C79.8,198.3 79.3,198 79.3,198.4C79.3,198.3 79.2,198.3 79.2,198.2C79.3,198.4 79.3,198.5 79.2,198.5C79.5,199 79.8,199.5 80.1,199.8C80.8,199.5 81.6,200.5 80,198.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M66.9,177.9C67,178.2 67.1,178.4 67.1,178.5C67,178.3 67,178.1 66.9,177.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M80.1,199.6C80.2,199.6 79.8,199 79.4,198.3C79.4,198.5 79.6,198.9 80.1,199.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M232.2,130.5L232,129.8L232.1,131.2C232.9,133.4 233.1,133.5 233.5,134C233.2,133 232.9,132.2 232.7,131.3C232.5,130.4 232.3,129.4 231.9,128.1C232.1,128.9 232.2,129.7 232.2,130.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M234.1,128.8C234.1,128.5 234.2,127.9 234.1,127.6L233.8,127.3C233.9,127.8 234,128.3 234.1,128.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M223.5,102.3L224.6,104.3C225.1,104.9 223.9,102.4 223.5,102.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M225.5,112.7C225.7,113 226,113.3 226.2,113.7C225.9,112.7 225.2,111.4 224.9,111.3C225.7,112.5 225,111.7 225.5,112.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M220,97.2C219.2,96.9 218.7,95.3 218.1,95.1C218.6,95.5 219.6,97.3 220,97.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M218,100.7C218.1,101.5 219.1,102.2 219.8,103.4C219.1,102.4 218.4,100.9 218,100.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M211.1,88.6C211.4,88.5 212,89.2 212.7,90C212.4,89.8 212.1,89.7 211.8,89.4C213.2,90.6 213.3,90.7 214.3,91.6C213.5,90.4 212,88.8 212.4,88.7C211.5,88.2 210.3,87.5 211.1,88.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M215.9,98C216.5,99 216.8,99.7 217.6,100.8C217.6,100.5 217.6,99.9 216.5,98.7L217.1,99C216.4,97.6 217.2,99.7 215.9,98Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M206.7,83.6L207.2,84.2C208.7,85.1 210.1,86.7 211.1,87.1C210.3,86.4 209.5,85.6 208.7,85C207.8,84.4 207.1,83.8 206.7,83.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M212.6,93.2L212.1,93.3C213.1,94.6 212.1,93.1 212.6,93.5C212.9,93.9 213.3,94.5 213.6,94.7C212.4,93.3 213.8,94.4 212.6,93.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M208.5,89.7L206.9,88.4L207.7,89.9C209.6,91.5 208,89.8 208.5,89.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M206.9,87.7L206.8,87.5L204,85.9C205.5,87 205.6,87.1 206.9,87.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M174.8,66.3C174.4,66.4 176.2,67.1 175.4,66.7C175.8,66.7 173.4,65.7 174.8,66.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M180.8,72.2C180.4,72 179.5,71.6 178.6,71.4C177.6,71.1 176.6,70.9 176,70.8C176.7,71 178,71.4 179,71.8C180,72.1 180.9,72.4 180.8,72.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M175.4,70.6C175.5,70.6 175.7,70.7 175.9,70.7C175.7,70.7 175.6,70.6 175.4,70.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M123.2,72.1C123.1,72.1 123,72.2 122.9,72.3C123,72.2 123.1,72.2 123.2,72.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M124.4,71.6C125.2,71.4 126.8,70.8 127,70.5C126.4,70.7 125.8,70.9 125.2,71.2C124.6,71.5 124,71.8 123.2,72.1C123.8,71.9 124.5,71.8 124.4,71.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M113.1,76.1C113.6,75.7 114.4,75.4 114.1,75.3C113.8,75.4 112.7,76.2 113.1,76.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M62.4,139.8C62.1,141 62.2,141.8 62.5,141.5C62.6,140 62.4,140.8 62.4,139.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M62.4,143L62.3,143.2L62,144L62.4,143Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M61.7,151.6C61.7,151.5 61.6,151.3 61.6,151.1C61.7,151.6 61.7,152 61.7,151.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M61.6,150.8L61.6,151L61.6,150.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M61.7,150.3L61.5,150.2C61.5,150.3 61.6,150.6 61.6,150.9C61.6,150.6 61.6,150.4 61.7,150.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M61.8,154.2L62.2,152.5C61.9,150.8 62,154.4 61.5,152.8L61.8,154.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M62.3,159.9C62.4,161.5 63.3,163.6 63,164.6C64.1,168.9 63.6,163.5 64.8,168.4C64.4,166.1 64.1,165.5 63.8,165C63.5,164.5 63.1,164.1 63,162C62.9,164 62.5,160.6 62.3,159.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M63.1,159C62.8,158.8 63,160.7 63.3,161.3C63.2,160.8 63.5,159.8 63.1,159Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M63.9,168.4L64,169.8L64.3,170.1L63.9,168.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M65.1,173.4L64.5,172.2C64.6,172.6 65.2,174.5 65.1,173.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M66.9,180.4C67.3,181.6 68.3,182.4 67.2,180C67.3,180.2 67.3,180.4 67.4,180.6C67.2,180.4 67.5,181.9 66.9,180.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M75,194.8C74.6,194.1 74,193.2 74,193.5L75.3,195.4L75,194.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M76.2,193.7C76.2,192.8 75.1,191.9 74.5,190.5C75.3,192 75.1,191.8 76.2,193.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M75.9,197.4C75.4,197 75,196.1 74.7,195.6C74.6,195.9 75.5,197.3 75.9,197.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M78.1,200.4C78.4,201.1 77.8,200.4 78.1,200.9C78.5,201.6 79,202.3 79.4,202.9C79.9,203.5 80.3,204 80.7,204.3C80.6,203.8 80.6,203.1 81.2,203.5C80.8,203 80.4,202.6 80,202.3C79.6,201.9 79.3,201.6 79,201.3C78.4,200.7 78,200.2 77.9,199.5C77.3,199.1 76.7,198.6 76.1,198.1C77,200 77.3,199.2 78.1,200.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M76.3,195.3L76.8,196.6C76.8,196.2 77.4,197.1 77.9,197.7C78.2,197.1 76.8,195.9 76.3,195.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M87.6,211.3C88.3,212 89.1,212.6 89.8,213.3L89.1,212.6C88.6,212.2 88,211.8 87.6,211.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M88.8,212.8L88.7,212.9L90.6,214.3L88.8,212.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M90.9,215.1L90.7,214.8L89.3,213.7L90.9,215.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M95.6,219.1L95.3,218.6C95,218.4 94.6,218 94.2,217.7C93.9,217.4 93.6,217.2 93.6,217.3C94.1,217.7 95.4,218.7 95.6,219.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M115.5,224.7C115,224.6 115.2,224.9 115.4,225.1L116.3,225.1C116,225.1 115.6,224.9 115.5,224.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M118.3,226.7L120.4,227.1C118.2,226.2 117.8,226.4 115.8,225.6C116.6,226.1 117.8,226.3 118.8,226.8L118.3,226.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M159.2,232.8C159,233.1 159.5,233 158,233.3C159.1,233.1 160,232.9 161.1,232.8C161.6,232.7 162.1,232.7 162.7,232.6C163.2,232.5 163.8,232.4 164.4,232.3C164,232.2 165.7,231.6 164.8,231.8C163.9,232 163,232.3 162.1,232.4L162.5,232.2C160.5,232.2 161.3,232.7 159.2,232.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M235.3,162.6C235.4,162.9 235.6,162.6 235.7,162.2C235.8,160.5 235.3,162.9 235.3,162.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M137,228.8C137.4,229.4 137.1,228.6 137.1,227.9L137,228.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M137.1,228L137.2,227.4C137.1,227.5 137,227.7 137.1,228Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M137.3,222.3C137.6,223.6 137.2,225.2 137.6,226C137.9,224.6 137.8,222.6 137.3,222.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M137,224.2L137.3,224.4L136.9,223.3L137,224.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M136.8,225.1L136.9,224.9L136.7,223.1L136.8,225.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M137.5,217.8L137.6,219.1C137.3,220.3 137.2,218.3 137,219.1C137,220.7 137.7,219.7 137.6,221.7C137.9,221.5 137.6,218.4 138.1,218.8C138.1,217.1 137.6,218.7 137.5,217.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M115.6,158.1L115.6,157.9C115.6,158 115.5,158.1 115.6,158.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M133.8,151.4C133.9,151.4 134,151.5 134.2,151.5C134.1,151.5 134.1,151.4 134,151.4L133.8,151.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.5,171.7C116.4,172 116.4,172.3 116.4,172.6C116.4,172.4 116.5,172.1 116.5,171.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M181.1,126.7L181.1,126.6L181,126.7L181.1,126.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M134.2,131.3C134.2,130.9 134.3,130.6 134.3,130.3C134.2,130.8 134.2,131.1 134.2,131.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M121.3,176.5L121,176.5L121.3,176.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M127.4,150.8C127.7,150.8 128,150.9 128.2,150.9C128,150.8 127.7,150.8 127.4,150.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138,197.8L138,196.8C137.9,197 137.9,197.3 138,197.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138,190L138,190Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138,185.1C138,185.1 138.1,185.1 138,185.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138,196.8C138.2,196.2 138.8,196 138.1,195.1L138,195.3C138.2,194.8 137.9,194.1 137.9,193.5C137.8,193.6 137.8,193.6 137.7,193.7C137.7,194 137.7,194.4 137.6,195C137.5,195.7 137.8,196.1 138,196.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M115.7,158.2C115.6,158.3 115.6,158.8 115.7,158.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.2,164.9L116.2,164.2L116.2,164.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M131.9,177L131.8,177C131.7,177 131.8,177 131.9,177Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.2,163.6L116.2,164.2C116.2,164.1 116.3,163.9 116.2,163.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M124.3,176.6L124.2,176.6L124.3,176.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M158.2,172.7C159.1,172.6 159.8,172.8 160.7,172.9C162.5,172.5 156.6,172.9 159.2,172.5C158.5,172.5 158,172.5 157.6,172.6C157.6,172.8 157.6,173.1 157.7,173.3L157.9,172.9L158.7,173.1C160.2,172.9 157.4,172.9 158.2,172.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.3,125.8L175.5,125.8C175.4,125.6 175.5,125.6 174.7,125.5C174,125.8 175.1,126.2 173.9,126.5L174.8,126.5C174.3,126.3 174.8,126 175.3,125.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M174.8,126.5C174.8,126.5 174.8,126.6 174.8,126.5C174.9,126.6 174.9,126.6 175,126.6L175.5,126.6C175.4,126.6 175.1,126.6 174.8,126.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.9,172.9L176,172.9L175.9,172.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M139.2,133.3C139.2,133.5 139.3,133.8 139.3,133.9C139.3,133.6 139.3,133.5 139.2,133.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M181.4,122.7C181.4,122.5 181.5,122.3 181.5,122.1L181.5,121.7L181.4,122.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M163.3,145.3C162.8,144.9 163.3,145.6 163.1,146.5L163.3,147.3C163.4,146.5 163.3,145.8 163.3,145.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M157.6,173.3L157.6,173.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.6,150.7C175.7,150.7 175.9,150.7 176,150.8C175.9,150.8 175.8,150.8 175.6,150.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M179.4,126.7L181.8,126.7L181,126.6C180.9,126.7 180.5,126.7 180.2,126.6C179.9,126.6 179.6,126.6 179.4,126.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M164.8,134.2L165.1,134.2C165.4,133.2 166.2,132.4 167.1,131.9C168,131.4 169,131 169.9,130.5C170.7,130.6 171.2,130.6 171.6,130.6C172,130.6 172.2,130.4 172.5,130.3C172.9,130 173.5,129.8 175.2,130.2L175,130C178.4,130.1 181.8,130.1 185.3,130.2C185.4,125 185.5,119.7 185.5,114.5L185.5,106.2C185.5,106.1 185.5,106.1 185.4,106.1L185.2,106.1L184.5,106C183.5,105.8 182.6,105.7 181.6,105.6L180.2,105.4L179.4,105.3C178.4,105.2 177.3,105.1 176.3,105L176.3,104.8C174.2,104.5 172.1,104.3 170,104.2C167.9,104.1 165.8,104 163.5,104.1C159.1,104.3 154.6,105.2 150.5,107.1C150,107.3 149.5,107.6 149,107.9L147.5,108.7C146.5,109.3 145.6,110 144.7,110.7C143.9,111.5 142.9,112.2 142.2,113.1C141.5,114 140.6,114.8 140,115.8C137.3,119.5 135.6,123.8 134.6,128.2C134.5,129.9 135,129 135.1,130.4C135,131 134.9,132.4 134.6,132.3C134.6,131.1 134.3,131.7 134.3,131.3C134.2,131.8 134.2,132.3 134.1,132.9C134,133.4 134,134 134,134.5C133.9,135.6 133.9,136.7 134,137.5C134.1,137 134.2,136.6 134.3,136.1C134.4,136.8 134.3,137.8 134.3,138.4C134.1,138.2 133.8,139 133.7,138.5C134.5,142 133.4,141.2 133.7,144.1C134,144.4 134.3,145.5 134.6,146.7C134.7,147.3 134.9,148 135,148.7C135.1,149 135.1,149.4 135.2,149.7C135.2,149.9 135.3,150 135.3,150.2C135.3,150.3 135.4,150.4 135.4,150.5C135.3,150.7 135.3,150.9 135.2,151.1C135.2,150.7 135.1,150.6 135,150.6C134.9,150.6 134.9,150.5 134.8,150.5L134.8,150C134.8,150.2 134.8,150.4 134.7,150.6L134.7,150.9C134.7,151.1 134.7,151.4 134.8,151.6L134.3,151.6C134.5,151.8 134.7,152 134.4,152.1C134.1,152.1 134,151.9 133.8,151.8C133.7,151.8 133.7,151.7 133.6,151.7C133.4,151.7 133.2,151.6 132.9,151.6C133.3,151.5 133.8,151.5 133.8,151.4C133.8,151.3 133.3,151.3 133,151.4C132.6,151.5 132.3,151.6 131.9,151.6C131.7,151.3 129.9,151.3 130.2,151C128.6,151.4 128.1,151.2 126.4,151.4C128.1,151.7 126,151.8 126.1,152L128.1,151.9C125.3,151.7 129,151.9 128.8,151.4C130.1,151.6 127,152.2 129.2,152.1C126.6,152.3 126,152.1 123.4,152.5C125,152.4 123.1,152.8 124,153C122,153 123.5,152.8 122.9,152.5C122.3,152.5 122,152.4 121.6,152.4L121,152.4C120.8,152.4 120.4,152.5 120.1,152.6C118.9,152.5 118.9,152.4 119.1,152.3C119.3,152.2 119.7,152.1 119,152C119.2,151.9 119.8,151.9 120.6,151.9L122.3,151.9C123.4,151.9 124.4,151.8 124.1,151.3C125,151.3 126.2,150.9 127.5,150.9C126.3,150.8 124.6,150.4 123.2,150.7L123.1,151.3C122,151.3 121.8,151.7 121,151.7C121.2,151.6 121.1,151.5 120.9,151.4C120.5,151.3 119.7,151.3 119,151.3C119.5,151.4 120.1,151.4 119.9,151.5C117.7,151.5 117.1,151.8 115.7,151.9C115.7,152.4 115.8,153 115.8,153.7C115.8,153 115.9,152.4 116,152.2C117.4,152.3 118.2,152.5 119.6,152.6C119.2,153 118.2,152.7 117,152.7C117.1,152.6 117.4,152.6 116.9,152.5L116.4,152.6L116.5,153.3C116.4,154.5 116.3,154.4 116.1,154.2C115.9,154 115.8,153.6 115.7,154.8C115.5,155.6 115.6,156.3 115.6,156.9C115.7,157.3 115.8,157.6 115.7,158.1C115.7,158 115.8,158 115.8,157.9L115.8,158.3C115.9,159.4 115.8,160.5 116.1,160.8C116,160.9 116.1,161.7 116.2,162.1C116.3,162.7 116.7,164.1 116.2,165L116.2,164.9C116.1,166.2 116,167.3 115.8,167L115.7,169.2L115.3,169C115.4,171 115.6,170.8 116.1,172.1C116.1,172.3 116,172.7 116,173.2L116,174.5C116,175.4 116,176.3 116.1,177.1C116.9,177.1 117.5,177 118,177L119.1,177L118.1,176.8C119.1,176.8 119.6,176.8 120,176.7C120.2,176.7 120.3,176.7 120.5,176.6L121.2,176.6C121,176.6 121,176.5 121.5,176.6L122.1,176.6L121.6,176.6L121.8,176.7C123,177.1 123.7,176.5 125,176.6L124.5,176.6C125.2,176.7 126.3,177.3 126.6,176.9C126.8,176.9 127,176.9 127.3,176.8L127.8,176.9C127.6,176.9 127.4,176.9 127.3,176.8C127.6,176.7 128,176.5 128,176.6L129.9,176.7C130.3,176.8 130.7,176.7 131.1,176.7L131.4,176.9C132.1,176.9 132.1,177 132,177C132.5,177.1 132.9,177.2 133.3,177.2L134.1,177.2C134.5,177.1 135,177 135.5,177.1C135.5,177.3 135.4,177.6 135.3,178C135.6,178.1 135.7,177.4 135.9,177.2C136.1,177.3 136.3,178.3 136.5,179C136.1,180.1 135.8,183.7 135.2,183.1C135.2,185.2 135.5,182.4 135.7,183.5L135.7,183.7C135.8,183 136,182.4 136.2,182C136.5,181.8 136.6,183.7 136.5,184.3L136.1,183.9C136.3,185.9 136.9,185.5 137.3,186.7C137.1,188.3 136.7,187.4 136.4,187.7L136.5,189.3L136.2,189.3C136.3,190.4 136.6,190.6 136.5,192.1C136.2,191 136.2,194.3 135.8,192.8C135.7,193.6 136.3,193.9 135.9,194.3C136.2,194.9 136.1,193.6 136.2,193.2C136.7,192.9 136.4,195 136.6,196C136.3,196.1 136.3,195.3 136.1,196.5C136.3,196.7 136.4,197.5 136.2,198.1C136.5,198.1 136.3,199.4 136.2,200.1C136.3,199.4 136.5,198.3 136.8,198.8C136.9,199.4 137,199.9 137,201.2L137.2,200.3C137.7,201.4 136.9,202.2 137,203.7C136.8,203 136.8,202.6 136.6,202.1C136.8,202.8 137,204.2 137.1,205.4L136.6,206.7C136.8,206.9 136.6,208.2 136.9,208.2C136.7,209.8 136.5,206.9 136.3,206.7C136.1,208.7 136.8,208.3 136.3,210.3L136,209.6C136,210.3 136.2,211.6 136,211.6C136.1,211.6 136.1,211.3 136.1,210.9C136.7,211.3 136.6,213.9 137.2,213.7L137.2,212.8C137.3,214.2 137.8,215.2 137.5,216.2C137.3,217 137,215.6 136.9,215.1C136.9,216.4 137.6,216.2 137.6,217.7C137.7,216.9 137.9,217 138.1,217.5C138.1,216.6 138.3,214.7 138,215L137.9,215.3C137.7,215.2 137.7,214.7 137.6,214.5C137.6,213.3 137.9,213.9 138,213.7C138.1,211.7 137.3,213.5 137.4,211.7L137.5,211.5C137.3,210.6 137.3,209.2 136.9,209C137.3,208.2 136.7,206.9 137,206C137.9,205.8 136.9,209.2 137.5,210.3C137.7,209.3 138,210.9 138.2,211.3L137.8,208.2C137.9,208 138.4,207 138.1,206.5L138.1,206.7C138,205.5 137.6,205.8 137.7,204.7C137.8,204.5 137.9,204.9 138,204.9C138.1,203.9 137.8,204.1 137.7,203.4C137.8,202.4 138.1,203.9 138.2,203.1C137.8,202 138.3,201.3 138.3,200.3C137.8,200.7 137.6,196.4 137.1,198.5L136.7,196.1C137,195.4 137.5,197.7 137.9,197.1L137.9,199C138.6,198.7 137.5,195 138.2,193.8C138.2,192.8 138.1,193 138.5,191.1L137.9,191.4C138,190.4 138.4,190.1 138.5,190L138.5,188.4C138.6,188.5 138.7,188.7 138.7,189.1C139,188.4 138.9,188.1 138.7,187.9C138.5,187.5 138.6,186.9 138.6,186.3L138.8,186.9C138.8,186.5 138.7,186.1 138.6,186C138.6,185.7 138.6,185.5 138.5,185.3C138.4,185.5 138,185.9 137.9,186.8C138.1,184.5 138,182.7 138.5,180.7C138.7,180.8 138.9,181.6 138.9,181.3C139,180.3 138.7,179.3 138.4,179.3L138.4,178.7C138.5,178.4 138.7,178.1 138.7,177.4C138.8,177.2 138.8,176.9 138.8,176.4C138.5,176.2 138.5,175.3 138.5,174.4C137.9,174.4 137.3,174.4 137,174.5L138.3,174.5L138.3,175.2C138.2,175 138.2,174.9 138.1,174.7C137.1,174.9 136.4,175.1 136,174.9C137,174.7 136.6,174.6 136.3,174.5C136,174.4 135.7,174.3 137.3,174.3C136.4,174 136,174.1 135.6,174.3C135.2,174.5 134.9,174.7 133.9,174.6L132.8,174.4C132.9,174.2 133.3,174.2 133.7,174.2L134.3,174.2C134.5,174.2 134.5,174.2 134.5,174.1L133.6,174.1C133.7,174.1 133.8,174.1 133.9,174L134.4,174C134.8,174 135.3,174 135.8,173.9C136.8,173.9 138.1,173.9 139.3,173.8C139.3,174.6 139.4,175.4 139.5,176L139.6,173.5L136.4,173.4C135.6,173.4 134.7,173.5 133.8,173.5C133.2,173.5 132.6,173.5 132.1,173.6L128.5,173.6C126.1,173.6 123.9,173.7 122,174.1L122.2,174.1C122.1,174.1 122.1,174.2 122.1,174.3L121.9,174.2C121.7,174.3 121.4,174.4 121.3,174.5C120.9,174.2 120.2,174.1 119.9,174C119.9,173.9 120,173.7 120,173.6C119.9,173.8 119.9,174 119.8,174.1C119.8,174.2 119.8,174.2 119.7,174.4C119.5,174.6 119.4,174.7 119.2,174.7C119.1,174.7 119.1,174.4 119.2,173.9C119.4,173.8 119.4,174.2 119.6,173.5C119.5,173.8 119.3,173.7 119.3,173.4C119.4,173.1 119.4,172.8 119.5,172.6C119.5,172.5 119.6,172.3 119.6,172.2C119.6,172.1 119.7,172 119.7,172L119.7,172.4C119.7,172.5 119.7,172.5 119.6,172.6C119.6,172.7 119.7,172.5 119.8,172.4C119.9,172.1 120,172 120.1,172.5L120,171.3C120.2,170.6 120.3,171.8 120.5,171.5C120.3,169.4 119.8,168.4 119.6,166.5C119.7,166.6 120.3,166.6 120.1,166.6C120.3,165.2 119.5,163.5 119.5,161.8C119.7,162 119.6,162.7 119.7,163.2C119.8,161.5 119.8,159.9 119.9,158.4L119.9,156.7C119.9,156.3 120,156 120,155.7C120.4,155.7 120.7,155.8 121.1,155.9L121.6,155.9C122,155.9 122.4,156 122.8,156L124,155.4L125.2,155.8C127.5,156 129.5,156 131.5,155.9C134.1,155.8 136.6,155.7 139.4,155.7C139.4,155.1 139.4,154.4 139.3,153.7C139.3,151.4 139.7,152.5 139.8,151.3L139.8,149.9C139.8,149.6 139.8,149.3 139.7,149C139.6,148.4 139.6,147.9 139.5,147.4C139.3,146.4 139.1,145.4 139.1,143.9C139.3,144.3 139.8,145 139.8,143.7C139.6,143.5 139.4,143.3 139.5,142.5L139.7,142.9C140,142.1 139.7,141.4 139.8,139.8C139.8,138.4 139.7,137 139.6,135.8C139.5,135.2 139.4,134.6 139.3,134C139.2,133.4 139.2,132.8 139.1,132.2C139.4,129.8 139.7,132.5 139.8,132.1C139.4,133.7 139.8,133.3 139.9,133.6C139.8,132.7 139.9,131.7 140.3,131.3C140.4,130.1 140.6,129.6 140.6,128.4C140.6,129 140.3,129.5 140.2,128.9C140.5,127.9 141.2,125.5 141.6,125.8C142.5,123.1 143.8,120.5 145.8,118.2C147.7,115.9 150.1,114.1 152.8,112.7C153.6,112 152.1,113 152.5,112.6C153.7,111.6 153.6,112.3 154.6,111.6L154.3,112L156.7,110.8C157.5,110.3 158.4,110 159.2,109.7C159,110.1 160.6,109.7 159.3,110.1C159.7,110 160.2,110.2 160.7,110.4C161.2,110.7 161.6,110.9 161.9,110.7C161.5,110.3 161.2,109.9 160.8,109.5C160.8,109.4 162,109.3 161.9,109.2C162.3,109.3 162.7,109.4 163.1,109.4C163.5,109.5 163.9,109.5 164.1,109.5C164.4,109.8 163.1,109.8 162.4,109.9C162.4,110.2 163,110.2 163.4,110.2C163.9,110.3 164.2,110.3 163.8,110.6C165.3,110.5 163.6,110.3 164.5,110.1L165.8,110.2L164.8,110.1C165.9,109.9 166.3,109.4 167.8,109.8L169.4,109.3C169.5,109.7 170.6,109.4 171.4,109.6L170.9,109.8C172,109.9 172.4,110 173.1,110.2C172.5,110.5 172.1,110 171.8,110.4L173,110.6C173,110.4 173.8,110.2 172.9,110C174,109.6 174.7,109.3 177.5,109.6C178.7,110.2 176.1,109.8 176.6,110.3C178,110.5 178.9,110.4 179.7,110.2C179.9,110.2 180.1,110.1 180.3,110.1C180.5,110.1 180.5,110 180.7,110C180.9,109.9 181.2,109.9 181.4,109.9C181.7,110 181.9,110 182.1,110C182.2,110.1 182.2,110.3 182.2,110.4C182.3,110.7 182.4,110.9 182.4,111.7C182.1,111 182.1,113.3 181.8,113.7L181.5,112.8C181.6,113.5 181.5,114.1 181.3,113.9C181.7,113.8 181.7,116.8 181.8,118.3L182.1,118C182.2,119.2 182.4,120.9 182.3,122.1C182.4,124 182.7,123.6 183.1,124.9C182.8,125.5 182.5,125.2 182.1,124.9C182.3,124.6 182.2,124.3 182.3,123.3C182,120.9 181.3,119 181.5,116.7C180.7,115.7 181.6,118.3 181.3,119.5C181.3,119.5 181.2,119.4 181.2,119.3L181.2,119.6C181.1,118.7 181,117.3 180.6,117.1C180.7,118.5 181.4,118.1 181.1,119.9C181.3,121.2 180.7,122.3 180.6,123.1C180.7,123.5 181,123.8 181.2,124.2C181.4,124.3 181.5,124.6 181.4,124.9C181.3,124.7 181.1,124.5 181,124.4C181,124.8 181.4,125 181.5,125.4C181.5,125.5 181.4,125.5 181.1,125.5C181.3,125.5 181.3,125.6 181.3,125.7C181.3,125.8 181.4,125.9 181.8,125.9C181.7,126 181.4,126.1 181,126.1L179.5,126.1C179.2,126.2 179.4,126.3 179.4,126.4C179.7,126.5 180.1,126.5 180.3,126.5C180.5,126.5 180.7,126.5 180.8,126.4C181.1,126.3 181.4,126.3 182,126.5C182.1,126.3 182.2,126.2 182.2,126L182.2,125.9C182.4,125.4 182.8,125.4 183,126.1C183,125.8 182.9,125.5 183,125.3C183.3,125.4 183.3,125.6 183.3,125.9C183.3,126.2 183.1,126.5 183.2,126.8C183.1,126.8 183,126.9 183.1,127L183.4,127L183.4,126.5C183.6,126.5 183.7,126.8 183.7,127.3C183.1,127.4 181.7,127.4 181,127.3C179.7,127.1 178.5,127 178.4,126.7L180.2,126.6C179.3,126.3 178,126.8 176.9,126.7C176.8,126.7 176.7,126.6 176.6,126.6C176.7,126.6 176.7,126.7 176.7,126.7C176.5,126.7 176.3,126.6 176.1,126.6C175.2,126.6 173.9,126.8 173,126.7L173.1,127L173.2,126.8C174.1,126.8 175.1,127 174.5,127.2C172.7,127.4 172.3,126.9 171.8,126.7C172.2,126.2 173.7,126.6 174.6,126.4C174.3,126.2 173.8,126.2 173.2,126.2C172.5,126.2 171.7,126.3 170.6,126.3C171,126 171.6,125.9 172.1,125.9C172.6,125.9 173.1,125.9 173.4,125.6C172.6,125.6 172,125.7 171.5,125.8C171,125.9 170.4,126 169.6,126.2C169.7,126.1 170.2,125.9 170.6,125.7C171,125.6 171.4,125.4 171.4,125.3L170.2,125.3C173.1,124.9 169.6,124.7 171.9,124.3C170.8,124.2 170.4,124.9 168.8,124.9C169.3,125 170.6,125.1 169.2,125.6C168.6,125.7 168.1,125.8 167.5,126C166.7,126 169,124.9 167.9,125.1L167,125.5L166.2,126C166.3,126.1 167.2,125.8 166.7,126.2C165.7,126.5 165.4,127.5 164.6,128.4C163.8,129 163.3,129.5 162.9,129.7C162.3,130.8 161.6,132 161.3,133.2C160.9,134.4 160.8,135.7 160.8,136.7C160.7,135.3 160.2,136.7 160,137.5C160.1,135.9 159.7,135.7 159.4,135.8C159.2,136.9 159.7,137.6 159.9,137.1C159.7,137.9 159.8,138.2 159.9,138.5C160,138.8 160,139 159.8,139.7C159.6,140.6 159.3,139.3 159.2,139.6C159.2,141.2 159.8,140 159.7,141.8C159.6,141.7 159.6,141.5 159.5,141.7C159.4,142.7 159.6,143.7 159.9,143.9C159.3,144.9 160,146.8 159.4,146.6C159.6,148.9 159.7,146.3 159.9,146.7C160.2,147.7 159.9,149.4 159.9,150C159.9,149.4 159.7,148.9 159.8,148.3L159.4,148.8C159.4,149.2 159.3,149.5 159.4,149.7L159.4,150.4C159.5,151 159.6,151.4 159.7,151.7C159.9,152.4 160.1,152.8 160,155.1C159.9,154.1 159.8,153.9 159.7,154C159.6,154 159.5,154.2 159.4,153.7C159.4,154 159.4,155 159.5,155.7C160.4,155.7 160.9,155.6 159.9,155.5C161.6,155.5 162.7,155.6 163.9,155.7C164.3,155.7 164.7,155.6 165.1,155.6C165.3,155.6 165.6,155.5 165.8,155.5C166.2,155.4 166.6,155.3 166.9,155.2C168.4,155.2 169.5,155.5 170.2,155.7C171.7,155.5 173.2,155.6 174.7,155.7C175.5,155.7 176.2,155.8 177,155.7L179.2,155.7L179.1,155.7C179.5,155.7 179.5,155.6 179.4,155.5C179.3,155.4 179.2,155.2 179.9,155.2C179.5,155.7 180.4,155.6 180.4,155.8L180.4,155.9C180.3,156.2 180.2,156.4 180.2,156.7L180.2,157.8C180.1,159.2 179.9,160.5 179.6,161.9C179.5,161.9 179.4,161.7 179.5,161.1C179,163.3 178.8,165.1 178.5,167.1L178.5,167C178.1,168.4 177.9,169.7 177.7,171.1L177.6,172.1L177.6,172.6C177.6,172.8 177.6,173 177.7,173.2C177.6,173.2 177.5,173.2 177.4,173.3L177.4,173C177.3,173 177.2,172.9 177.1,172.9L176.1,172.9C175.1,172.9 174.1,173 173.5,173.3C171.5,172.8 172.2,173.5 169.5,173C169.4,172.9 169.8,172.9 169.9,172.9C168.6,172.7 167.7,172.8 166.4,172.7C166.2,172.7 165.9,172.8 165.7,172.8C165.5,172.8 165.3,172.9 164.9,172.9C164.2,173 163.6,173 163,173.1C161.9,173.2 160.9,173.4 159.7,173.5C159.8,174.7 159.8,176 159.7,177.7C159.4,177.8 159.3,176.8 159.3,175.9C159.3,174.9 159.3,173.9 159,173.6C159.1,175 159.3,176.1 159.1,177.7C158.8,176.6 158.9,177.4 158.7,176.6L158.7,178.1C158.7,178.4 158.8,178.7 158.8,179C158.8,179.2 158.8,179.2 158.9,179.3L159,179.5C159.2,180.1 159.4,180.6 159.4,180.6C159.5,180.6 159.6,180.4 159.6,179.7C160,180.5 159.6,183 159.8,184.6C159.8,184.1 159.9,182.4 160.3,183C160.2,185.2 160.8,185.9 161.1,187.4C160.8,189.4 160.5,185.9 160,186.3C159.8,186.6 159.4,187.4 159.2,186.6C159.1,188.4 159.5,189.7 159.6,191.3L159.5,191.3C159.6,193.5 160.2,195.9 159.9,197.8L160.1,196.8C160.2,197.2 160.1,198.3 160.4,198.9C160.2,198.8 160,200.3 159.8,199.7C160.5,200.7 160.2,204.8 160.9,205.9C160.7,206.5 160.4,206 160.3,205.8C160.4,204.4 160.5,203.9 160.2,203.2C160.2,204.4 160,205.2 159.9,205C160.4,206.2 160.5,209 161,209.5C160.8,210.4 160.6,211.2 160.3,210.9C160.5,214.5 161.5,209.1 161.5,213.2C161.1,215 161,211.4 160.9,213.9L160.8,213.4C159.8,215.2 161.5,214.7 161.5,216.8C161,217.1 161.1,215.3 160.7,216.8C160.8,218.7 161.6,219.5 161.5,221.5L161.3,221.2C161.3,222.4 161.2,224.8 161.3,226C161.2,226.1 161.2,225.9 161.2,225.6C161,227.9 161.5,226.5 161.1,228.4L161.4,228.9C161.6,228 161.8,226.2 161.5,225C161.8,226.2 162.2,223.2 162.6,223.7L162.4,223.5C163.2,220.4 163.3,216.5 163.6,212.6C163.1,210.2 163.8,208.4 163.4,205.8C162.8,205.4 163.3,205.3 163.2,203.1C163.3,204.3 163.7,203.2 163.8,202.5C163.6,202.1 163.6,201.5 163.5,201C163.7,200.5 164.2,197.7 163.8,196.7C164,195.3 164,197 164.1,197.3C164.4,196.7 163.9,196.2 164.1,195.7C164.1,195.7 164.2,195.7 164.2,195.9C164.2,193.8 164.3,192.6 164.4,190.4C163.8,190.2 164.2,188.3 164,187.3C164.2,187.6 164.2,186.1 164.3,185.5L163.8,184.3C163.4,183.1 164.1,182.7 163.9,181.2L163.8,181.6C163.7,181.1 163.8,180 163.9,179.1C164,178.6 164.2,178.2 164.3,178.1C164.3,178 164.2,177.8 164.2,177.7C164.8,177.5 165.2,177.4 167.1,177.4C168.6,177.4 170.1,177.4 171.5,177.5C172.9,177.6 174.3,177.7 175.7,177.8C176.1,177.8 176.4,177.9 176.8,177.9L178.3,177.9C179.5,177.9 180.8,178 182,178C182.3,176.3 182.6,174.4 183,172.5C183.2,171.2 183.4,169.9 183.6,168.4C183.5,167.7 183.2,168.9 183,168.3C183.1,167.2 183.2,167 183.3,166C183,166.8 183.2,166.7 183.1,166.6L183,168.1C182.9,168.2 183,168 182.8,168.1C182.8,168.6 182.8,169.2 182.7,169.9C182.7,169 182.3,168.6 182.6,167.4L182.6,168C182.8,167 182.6,166.9 182.8,166.1C183,165.2 182.9,165.4 183.1,165.3L183.8,162.4C183.5,160.8 184.3,159.1 184.4,158.6C184.7,159 184.2,160.6 184.5,161.4L185,160.4L184.7,160.3L185,158.8L185,158.9C184.9,158.7 184.8,158.5 185,158.1C185.1,158 185.2,157.9 185.2,158.1L185.3,156.3C185.5,157.4 185.7,154.6 186,154.8C186.3,153.3 186.5,152.1 186.6,151.1C184.6,151.1 183.1,151.2 181.5,151.3L179.2,151.3C178.7,151.3 178.2,151.2 177.6,151.1C178.1,151.3 176.6,151.7 175.6,151.6C175,151.5 174.9,151.4 175.3,151.3L174,151.5C172.4,150.9 170.8,151.3 168.5,151.1L168.6,150.9C167.7,151.1 166.8,151.3 165.5,151.2L165.7,150.9L165.4,150.9C165.4,151 165.3,151 165.3,151.1C165.2,151.3 165,151.5 164.8,151.4C164.5,151.8 164.8,152 164.7,152.3C164.6,152 164.2,151.9 164,152.1C164,152.1 164,152.2 163.9,152.2C163.8,151.5 163.9,151.6 164,151.5C163.9,151.4 163.9,151.3 163.8,151.1C163.8,150.5 164.3,150.9 164.5,150.9C164.4,150.8 164.3,150.8 164.3,150.7L164.3,149.8C164.3,149.2 164.4,148.5 164.4,147.9L164.6,148.4L164.7,146.7C164.4,145.6 164.4,144 164.5,142.6L165,143.6C165.3,142.6 164.8,143.1 164.8,142.8C164.6,141.2 164.9,140.9 165.2,140C164.9,138.8 165.2,137.8 165.6,136.9C164.3,135.7 164.7,135 164.8,134.2ZM131.3,176.8L131.1,176.7C131.6,176.6 131.9,176.5 131.3,176.8ZM116.4,176.3L116.4,176.6C118.3,176.5 117.5,176.7 117.6,176.8C117.1,176.8 116.7,176.8 116.3,176.7C116.3,175.2 116.3,174.1 116.4,172.6C116.3,172.9 116.2,173 116.1,173.1C116.1,172.2 116.2,171.7 116.5,171.5C116.6,171.6 116.6,171.7 116.6,171.9L116.6,172.6C116.6,173.2 116.6,173.8 116.5,174.5C116.4,175.7 116.3,176.9 116.4,176.3ZM138.1,187.7C138.1,187.6 138,187.6 138,187.5L138.1,187.7ZM137.7,179.3C137.8,179.2 137.9,179 137.9,178.7C137.7,178.9 137.6,179.1 137.7,179.3ZM123.8,174.1C123.4,173.9 122.5,174 121.9,174C122.2,174 122.7,174.1 123.8,174.1ZM159.9,108.9C159.4,109 158.6,109.4 159.4,109.4C159.8,109.2 160.6,109.4 160.9,109.1L161,109.1C160.5,109 160.1,108.9 159.9,108.9ZM174.7,127.7C174.8,127.5 175.2,127.3 174.9,127.1L175,127.1C174.9,127 174.8,127 174.9,126.9C174.5,126.9 174.1,126.8 173.8,126.9C173.7,127.7 172.8,127.8 174.7,127.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M180.3,118.7L180.3,119.2L180.3,118.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173.9,127C173.9,127 174.3,127.1 174.9,127.2C174.8,127.1 174.5,127 173.9,127Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M135.9,215.1L135.8,214.6L135.6,215.6C135.8,217.2 136.1,217.3 136.4,217.7C136.1,216.2 136.2,215.3 136.2,213.4L135.9,215.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138.1,214.2C138.2,214 138.4,213.6 138.4,213.4L138.2,213.2L138.1,214.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M139,194.8L138.8,196.4C139,196.9 139.3,195.1 139,194.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M135.6,201.7L135.8,202.5C136,201.8 136,200.8 135.7,200.6C135.9,201.6 135.6,200.9 135.6,201.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M139.1,190.6C138.7,190.1 139.3,189 138.9,188.7C139,189.2 138.7,190.6 139.1,190.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M135.4,191.7C135,192.2 135.4,193 135.3,194C135.3,193.2 135.6,192 135.4,191.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138,182.3C138.3,182.4 138.3,183 138.2,183.8C138.1,183.6 138,183.4 137.9,183.1C138.1,184.3 138.1,184.4 138.2,185.4C138.4,184.4 138.5,182.9 138.9,183.1C138.6,182.3 138.2,181.4 138,182.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M135.3,189.4C135.2,190.2 134.9,190.7 135,191.7C135.2,191.5 135.5,191.2 135.4,190.1L135.7,190.5C136,189.3 135.3,190.8 135.3,189.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138.7,177.1L138.6,177.9C138.6,178.1 138.7,178.3 138.7,178.6C138.7,178.8 138.7,179 138.8,179.2C138.8,179.5 138.9,179.8 138.9,180.1C139,180.7 139,181.2 139.2,181.5C139.2,180.8 139.1,180 139.1,179.3C139.1,179.1 139.1,179 139,178.8C139,178.5 139,178.3 138.9,178.1C138.8,177.7 138.8,177.3 138.7,177.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M135.9,185.3L135.4,185.1C135.3,186.2 135.6,185 135.7,185.4C135.6,185.7 135.6,186.2 135.7,186.5C135.7,185.3 136.1,186.5 135.9,185.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M135.4,181.6L135.2,180.1L134.7,181.2C134.9,183 135,181.3 135.4,181.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M135.7,179.8L135.8,179.6C135.6,178.7 135.4,178.4 135.1,178.1C135.4,178.7 135.4,178.7 135.7,179.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119.3,172.3C119.1,172.2 118.9,172.9 119.1,172.5C119.2,172.6 119.3,172.4 119.3,172.3C119.4,172.2 119.4,172 119.4,172C119.4,172 119.4,172.2 119.3,172.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M118.8,177.3C118.3,177.2 117,177.3 115.6,177.4C115.5,176.5 115.4,175.7 115.4,175.1C115.4,175.7 115.4,176.6 115.5,177.5C117.2,177.5 118.9,177.5 118.8,177.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M115.4,174.5C115.4,174.6 115.4,174.8 115.5,175.1C115.4,174.9 115.4,174.7 115.4,174.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M133.6,150.6L133.6,150.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M133.6,150.7L133.2,150.7C132.8,150.7 132.4,150.8 132.3,150.9C132.5,150.9 132.8,150.9 133,150.8L133.5,150.8C133.6,150.7 133.6,150.7 133.6,150.6C133.6,150.6 133.5,150.5 133.6,150.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M134,147.4C134.1,147.9 134.1,148.5 134.2,148.3C134.3,148 134.1,147.1 134,147.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M166.7,110C167.5,110.1 168,110.1 167.8,109.8C166.9,109.8 167.4,109.9 166.7,110Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M168.8,109.8L168.9,109.9L169.5,110.2L168.8,109.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M174.4,110.6C174.4,110.6 174.2,110.7 174.1,110.7C174.4,110.7 174.7,110.6 174.4,110.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173.9,110.7L174.1,110.7L173.9,110.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173.5,110.5L173.4,110.6L173.8,110.6C173.7,110.7 173.6,110.6 173.5,110.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M176.1,110.8L175.1,110.3C174,110.4 176.3,110.6 175.2,111L176.1,110.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M179.4,111.1C179.4,111.2 179.6,111.1 179.8,111C179.9,111 180,110.9 180,111C180,111.1 179.9,111.1 179.8,111.2C179.9,111.3 180.1,111.3 180.3,111.2C180.4,111.2 180.5,111.1 180.6,111.2C180.6,111.2 180.7,111.3 180.7,111.4L180.7,112.2L180.7,111.4C180.7,111.3 180.7,111.2 180.6,111.1C180.5,111 180.4,110.9 180.3,110.9L180,110.9C180,110.9 180,110.8 179.9,110.8C179.8,110.8 179.8,110.8 179.7,110.7C179.9,111.1 179.5,111 179.4,111.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M179.4,110.2C179.3,110.4 179.7,110.5 180,110.4C179.9,110.4 179.7,110 179.4,110.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M179.9,112.1L179.7,113L179.9,113.2L179.9,112.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M179.8,115.5L179.5,114.6C179.7,114.9 179.6,116.3 179.8,115.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M179.5,120.3C179.4,121.1 180.1,121.9 179.9,120.1L179.9,120.5C179.8,120.5 179.5,121.4 179.5,120.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M178.5,125.4L179.3,125.4C179.4,125.4 179.4,125.3 179.4,125.2L178.9,125.2L178.1,125.3L178.5,125.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M178.8,127C179.4,127.4 180.2,127 181.1,127.1C180,127 180.2,127 178.8,127Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M176.7,124.8C177.1,124.6 177.8,124.7 178.2,124.8C178,124.5 176.9,124.6 176.7,124.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M174.2,124.9C173.7,124.7 174.3,124.7 173.9,124.6C172.9,124.4 171.4,124.5 170.8,124.8C171.2,124.9 171.6,125.4 171.1,125.6C173.1,125.4 173.9,124.6 174.8,125.2L176.3,124.5C174.9,124.3 175.2,125 174.2,124.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M177.8,126.3L176.9,126.1C177.1,126.3 176.4,126.4 175.9,126.5C176.1,126.9 177.3,126.3 177.8,126.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M163.6,127.8L162.7,128.6C162.4,128.9 162.1,129.2 161.9,129.5L162.5,129C162.8,128.6 163.2,128.2 163.6,127.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M162.3,128.7L162.1,128.6C161.7,129.1 161.3,129.6 161,130.2C161.4,129.7 161.9,129.2 162.3,128.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M160.5,130.6L160.7,130.4C161,130 161.2,129.5 161.5,129.2C161.1,129.5 160.8,130.1 160.5,130.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M158.4,135.2L158.7,134.8C158.8,134.2 159.4,133.1 159.1,133.1C159.1,133.4 158.9,133.8 158.8,134.2C158.7,134.7 158.5,135.1 158.4,135.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M163.6,149.6C163.5,149.2 163.3,149.5 163.2,149.7L163.6,150.3C163.5,150.1 163.5,149.7 163.6,149.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M163,150.7C163.1,150.8 163.3,150.8 163.4,150.7C163.4,150.6 163.4,150.5 163.3,150.5L163.2,150.4C163.2,150.4 163.2,150.3 163.1,150.3L163.1,149.9L163.1,150.2C163.1,150.2 163.1,150.3 163.2,150.3C163.2,150.4 163.3,150.4 163.2,150.6C163.1,150.7 163,150.7 163,150.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M182.7,160.8C182.4,160.6 182.4,161 182.4,159.8C182.3,161.3 182.1,162.6 181.9,164.3C182.1,164 182.2,165.4 182.2,164.7L182.3,162.8L182.4,163.1C182.9,161.8 182.3,162.2 182.7,160.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M159.7,220.2C159.6,220 159.4,220.3 159.3,220.5C159.5,221.6 159.7,220 159.7,220.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}.social-media-sharer__item.v2.linkedin{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 175 175' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='sammelsorium' transform='matrix(1.00089,0,0,0.999429,-63.056,-63.3638)'%3E%3Cg%3E%3Cg%3E%3Cpath d='M156.3,146.8C156.7,146.7 156.4,146.6 156.1,146.6L156.3,146.9C156.3,146.8 156.3,146.6 156.2,146.5L156.2,146.9L156,146.7L156.3,146.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M156.2,146.5L156.3,146C156.2,146.2 156.2,146.4 156.2,146.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M156.4,141.7C156.7,142.7 156.3,144.2 156.7,144.8C157,143.6 156.8,141.8 156.4,141.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M156.2,143.5L156.4,143.5L156,142.7L156.2,143.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M156,144.2L156,144L155.8,142.7L156,144.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M155,138.7C155.4,138.7 155.8,138.7 156.2,138.9C156.4,139.2 156.3,139.3 156.3,139.3C156.3,139.3 156.2,139.3 156.1,139.2C155.9,139.1 155.6,139.1 155.8,139.3C156.1,139.5 156.1,139.7 156.2,139.8C156.3,139.9 156.3,139.9 156.4,140C156.6,140.1 156.7,140.2 156.6,141.1C156.7,141 156.8,140.2 156.7,139.6C156.6,139.3 156.5,138.9 156.3,138.8C156.1,138.6 156.1,138.5 156.2,138.5C155.5,138.1 155.4,138.3 155.4,138.4C155.4,138.5 155.5,138.6 155,138.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M141,188.2L141,188.3L141,188.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M148.7,193.5C148.9,193.5 149.2,193.6 149.4,193.6C149.3,193.6 149.2,193.5 149.1,193.5L148.7,193.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.1,177.4C140.2,177.2 140.2,176.9 140.2,176.7C140.1,176.8 140.1,177 140.1,177.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.5,175.8L175.4,175.7L175.5,175.9L175.5,175.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M153.8,181.8L153.8,181C153.7,181.5 153.7,181.7 153.8,181.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.1,171.1L140.1,171.4L140.1,171.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M143.5,192.8C143.7,192.8 143.9,192.9 144.1,192.9C143.9,192.9 143.7,192.9 143.5,192.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138,139.7L138,140.5C138.1,140.4 138.2,140.1 138,139.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138.1,146.1C138,146.1 138,146.1 138.1,146.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138,150.1L138,150.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138.1,140.5C137.9,140.9 137.4,140.7 138,141.8L138.1,141.7C138,142 138.2,142.8 138.2,143.3C138.3,143.3 138.3,143.3 138.3,143.2C138.3,143 138.3,142.7 138.4,142.2C138.5,141.7 138.2,141.2 138.1,140.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.9,188.2C141,188.1 140.9,187.7 140.9,188.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.4,182.8L140.4,183.3L140.4,182.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.5,162.9C140.6,163 140.6,162.9 140.5,162.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.3,183.8L140.3,183.3L140.3,183.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.2,168.8L140.2,168.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M194.2,148C194.4,148.4 194.3,148.7 194.4,149.1C195.1,149.9 193.7,147.2 194.6,148.4C194.5,148 194.3,147.7 194.1,147.4L193.9,148.1C194.4,148.9 193.9,147.6 194.2,148Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M174.7,180.9L174.7,180.7C174.5,180.8 174.5,180.7 174.4,181.4C174.7,182 175.1,181.1 175.4,182.1L175.4,181.3C175.2,181.7 174.9,181.3 174.7,180.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.4,181.3C175.5,181.2 175.5,181.2 175.5,181.1L175.5,180.7C175.5,180.8 175.4,181.1 175.4,181.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M196.4,162.3L196.4,162.8L196.4,162.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M158.8,185C158.8,185.2 158.9,185.4 158.9,185.6C158.9,185.3 158.9,185.2 158.8,185Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.1,171.2C175.1,171 175.2,170.9 175.2,170.7L175.2,170.4L175.1,171.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M184.3,192.9C184,193.4 184.6,192.9 185.3,193.1L185.9,192.9C185.3,192.8 184.8,192.9 184.3,192.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M194.1,147.4L194.1,147.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M190.9,185.8C190.9,185.7 190.9,185.6 191,185.5C190.9,185.6 190.9,185.7 190.9,185.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.6,177.5L175.6,175.1L175.5,175.8C175.8,176.1 175.3,177.2 175.6,177.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M179.3,193L179.6,192.8C179,190.4 179.9,187.6 179,185.7C180,182.7 178.1,183.8 179,181.1L178.9,181.2C179,176.8 179.1,172.2 179.3,167.7L179.3,164.2C179.2,163 179.1,161.7 178.8,160.5C178.5,159.3 178.2,158 177.6,156.7C177,155.5 176.1,154.3 175,153.3L175.2,153.2C174.3,152.4 173.3,151.7 172.2,151.2C171.1,150.7 170,150.5 168.9,150.3C167.8,150.2 166.8,150.2 165.8,150.3C164.8,150.4 163.8,150.6 162.8,150.9C160.8,151.5 158.7,152.6 157.2,154.4C155.7,156.1 154.9,158.2 154.4,160.1C154,162.1 153.8,163.8 153.8,165.6C153.7,167.5 153.8,168.9 153.8,170.4L153.8,179.6C154,180.8 154.4,180.3 154.6,181.3C154.6,181.7 154.6,182.7 154.4,182.6C154.3,181.7 154,182.1 154,181.8C154,183.2 153.7,184.9 154,186.2L154.3,185.3C154.4,185.8 154.3,186.6 154.3,187C154.1,186.7 153.8,187.2 153.7,186.8C154.5,189.8 153.4,188.6 153.7,191C153.9,191.2 154,191.6 154.2,192C154.3,192.2 154.4,192.5 154.4,192.7C154.4,192.9 154.5,192.9 154.5,192.9C154.5,193 154.6,193 154.6,193.1L154.6,193.5L154.5,193.6C154.5,193.6 154.3,193.7 154.2,193.7C153.8,193.8 153.3,194 153,194.1L152,193.9C153.3,193.9 151.7,193.4 153.3,193.4C151.9,193.2 150.9,193.5 149.7,193.4C150,193.6 150,193.8 149.6,193.9C148.8,193.8 148.6,193.5 147.8,193.4L148.6,193.2C148,192.9 147.6,193.3 147.1,193.3C146.9,193 145.6,193 145.8,192.7C144.8,193.1 144.3,192.9 143.2,193.1C144.5,193.4 142.9,193.5 143,193.7L144.4,193.6C142.4,193.4 145.1,193.6 144.8,193.1C145.8,193.3 143.6,193.9 145.2,193.8C144.2,193.9 143.7,193.9 143.1,194L142.5,194C142.3,194 142,194.1 141.6,194.2C142,194.2 141.9,194.2 141.8,194.3C141.7,194.4 141.4,194.5 141.6,194.6C140.4,194.6 141.4,194.4 141.3,194.1C141,194.1 140.9,193.8 141,193.6C141,193.4 141,193.3 140.8,193.1C140.8,192.9 140.9,192.8 140.9,192.7C141,192.6 141,192.6 141.1,192.6C141.2,192.7 141.3,192.7 141.4,192.5C141.5,192.5 141.5,192.7 141.5,192.8C141.5,193 141.4,193.2 141.6,193.4C141.8,193.5 142,193.4 142.2,193.4C142.4,193.3 142.5,193.2 142.6,192.9C142.7,192.9 142.9,192.8 142.9,192.7C142.9,192.7 143.2,192.6 143.4,192.6C143.6,192.6 143.8,192.5 144.1,192.5C143.9,192.5 143.7,192.4 143.4,192.4C143.3,192.4 143.2,192.4 143,192.3C142.9,192.3 142.9,192.3 142.9,192.2C142.9,192.1 142.9,192.1 142.8,192.2L142.4,192.8C142.2,192.8 141.7,193.1 141.8,192.8C142,192.8 142.2,192.4 142.2,192.3C142.1,192.4 142.1,192.5 142,192.5L142,192.3C141.9,192.2 141.8,192.1 141.7,192C141.6,191.7 141.5,191.2 141.5,190.6C141.4,191.2 141.4,191.6 141.3,191.9C141.2,192.2 141.1,192.3 141,192.7C141,192.7 141,192.8 140.9,192.9C140.8,192.9 140.8,192.9 140.7,192.8C140.6,192.7 140.7,192.6 140.7,192.4C140.7,192.2 140.8,192.1 140.8,191.8C140.9,191.9 140.9,192.1 141,191.8L140.8,191C141,189.4 141.4,191.2 141.6,189.9C141.9,189 141.4,188.6 141.6,188L141.5,188.1L141.5,187.8C141.4,186.9 141.5,186 141.2,185.8C141.3,185.7 141.2,185 141.1,184.8C141,184.3 140.6,183.1 141.1,182.5L141.1,182.6C141.2,181.5 141.3,180.7 141.5,181L141.6,179.3L142,179.6C141.9,178 141.7,178.1 141.2,177C141.4,175.9 141.2,173.9 141.1,173.2L141.1,172.6L140.9,173.2C140.9,172 140.7,172.1 140.7,171.3C140.7,171.5 140.6,171.5 140.7,171L140.7,170.5L140.7,170.9L140.8,170.8C141.2,169.9 140.6,169.2 140.7,168.2L140.7,168.6C140.8,168 141.4,167.4 141,167C141,166.9 141,166.6 140.9,166.4L141,166C141,166.2 141,166.3 140.9,166.4C140.8,166.1 140.6,165.8 140.7,165.8L140.8,164.3C140.9,164 140.8,163.6 140.8,163.3L141,163.1C141,162.5 141.1,162.6 141.1,162.7C141.7,161 140.8,159.6 141.3,157.8C141,157.3 140.9,158.1 140.7,158.1C140.5,157.7 140.3,156.4 140.1,155.7C140.5,155 140.8,152.3 141.4,153.1C141.4,151.4 141.1,153.4 140.9,152.5L140.9,152.3C140.8,152.8 140.6,153.2 140.4,153.4C140.1,153.4 140,151.8 140.1,151.4L140.5,151.9C140.4,150.3 139.7,150.2 139.3,149C139.4,147.8 139.8,148.8 140.2,148.7L140.1,147.3L140.4,147.5C140.3,146.6 140,146.2 140.1,145.1C140.4,146.1 140.4,143.5 140.8,144.9C140.9,144.3 140.3,143.7 140.7,143.7C140.4,143 140.5,144.2 140.4,144.4C139.9,144.4 140.2,142.8 140,141.9C140.3,142 140.3,142.6 140.5,141.8C140.3,141.5 140.2,140.7 140.4,140.5C140.2,140.4 140.2,140.2 140.4,140C140.6,139.8 141,139.8 141.2,139.9C141,139.9 140.6,139.8 140.4,139.9C140.2,140 140.1,140 140,139.7C140,139.4 140.2,139.3 140.4,139.2C140.6,139.1 141,139.2 141.5,139.2L140.7,139C141.4,138.6 142.4,139.3 143.6,139.2C143.2,139.4 142.8,139.4 142.5,139.6C143,139.4 144,139.2 144.8,139.1L145.9,139.6C146,139.4 147,139.6 147,139.3C148.3,139.5 146,139.7 145.9,139.9C147.4,140.1 147.1,139.4 148.6,139.9L148.1,140.2C148.6,140.2 149.5,140 149.6,140.2C149.6,140.1 149.4,140.1 149.1,140.1C149.5,139.5 151.5,139.6 151.5,139L150.8,139C151.9,138.9 153,138.5 153.8,138.7C154.4,138.9 153.1,139.1 152.7,139.3C153.7,139.3 153.9,138.6 155.2,138.7C154.6,138.6 154.8,138.4 155.3,138.2C154.5,138.2 152.9,138 153.1,138.3L153.4,138.4C153.3,138.6 152.8,138.6 152.6,138.7C151.6,138.7 152.2,138.4 152,138.3C150.3,138.2 151.7,138.9 150.1,138.9L149.9,138.8C149.1,139 148,139 147.8,139.4C147.1,139 146.1,139.6 145.4,139.3C145.2,138.9 145.9,138.9 146.7,138.9C147.5,139 148.4,139.1 148.8,138.8C148,138.6 149.3,138.4 149.7,138.2L147,138.6C146.8,138.5 145.9,138.1 145.5,138.4L145.7,138.4C144.7,138.5 145,138.8 144.1,138.7C143.9,138.6 144.2,138.5 144.2,138.4C143.3,138.3 143.6,138.6 143,138.7C142.1,138.6 143.3,138.4 142.5,138.3C141.7,138.6 140.9,138.2 140,138.2C140.2,138.3 140.1,138.4 139.9,138.5C139.7,138.6 139.3,138.8 139.2,139.2C139.1,139.6 139.2,139.9 139.3,140C139.4,140.1 139.4,140.1 139.6,139.8C139.6,140.5 139.8,141.2 139.9,141.9C139.8,142.1 139.6,141.7 139.4,141.2C139.2,140.7 139,140.3 138.8,140.4C138.8,139.9 138.8,139.3 139.2,138.9C139,138.8 138.8,139 138.7,139.4C138.6,139.8 138.7,140.2 138.7,140.7C138.8,141.7 138.9,142.7 138.5,143C138.5,143.8 138.6,143.7 138.3,145L138.8,145.1C138.7,145.8 138.4,145.9 138.3,145.9L138.3,147.2C138.2,147 138.1,146.8 138.1,146.5C137.8,146.9 137.9,147.2 138.1,147.5C138.2,147.9 138.2,148.4 138.2,148.9L138,148.3C138,148.6 138.1,149 138.2,149.1L138.2,149.7C138.3,149.6 138.6,149.4 138.8,148.8C138.6,150.6 138.7,152.1 138.2,153.5C138,153.4 137.8,152.6 137.8,152.8C137.7,153.6 138,154.6 138.2,154.6L138.2,155.1C138.1,155.2 137.9,155.3 137.9,155.7C137.8,155.8 137.8,155.9 137.8,156.2C138.2,156.7 138,158.1 138.2,158.5L138.2,157.2C138.5,158 138.8,158.7 138.6,159.1C138.3,157.8 138.1,160.2 138,158.3C137.4,159.4 138.4,159.1 138.2,160.4L138,161.2C137.7,160.9 137.8,159.7 137.7,159.9L137.7,160.5C137.5,159.8 137.6,157.6 137.3,156L137.1,158.8C137.5,162.5 137,166.9 137.7,170.1L137.7,170C137.7,170.1 137.8,170.1 137.9,170.2L137.8,170.3L138,171C137.7,171.6 137.6,172.9 137.4,173.9C137.6,173.3 137.6,173.3 137.9,173.2C138.2,173.4 138.4,173.5 138.2,174.5C138,174.5 138,173.8 137.8,174.5C137.9,174.1 138.1,174.5 138.1,175C137.9,175.5 137.9,176.5 137.7,176.4C137.6,176.1 137.7,175.9 137.8,175.8C137.7,175.5 137.6,176.8 137.4,176L137.5,177C137.3,177.6 137.2,176.5 137.1,176.8C137.3,178.6 137.8,179.5 138,181.1C137.9,181 137.3,180.9 137.5,181C137.3,182.2 138.1,183.6 138.1,185C137.9,184.8 138,184.3 137.9,183.9C137.8,185.6 137.8,187.2 137.7,188.7C137.7,189.5 137.6,190.2 137.6,191L137.5,192.1C137.5,192.7 137.4,193.3 137.4,193.9C137.4,194.4 137.4,195 137.5,195.4C137.6,195.9 137.7,196.3 138.1,196.7C138.6,196.9 139.1,196.9 139.6,196.8C139.9,197 140.4,197.2 140.9,197.3C141.6,197.3 142.4,197.4 143.1,197.4L144.6,197.4C145.6,197.4 146.6,197.4 147.5,197.3C149.4,197.2 151.2,197.1 153.3,197C154.6,197 154.3,197.4 155,197.5C155.7,197.5 156.3,197.5 156.8,197.4C156.9,197.4 157,197.4 157.2,197.3C157.3,197.2 157.5,197.2 157.6,197.1C157.8,197 158.1,196.8 158.2,196.5C158.4,196.3 158.5,196 158.6,195.7C158.7,195.4 158.7,195.1 158.7,194.9C158.6,194.4 158.6,193.8 158.6,193.2C158.8,193.6 159.2,194.5 159.2,193.4C159.1,193.1 158.8,192.8 158.9,192.2L159.1,192.7C159.3,192.2 159.1,191.4 159.2,190.1C159.2,187.7 158.9,185.3 158.3,183.1C158.4,181.1 158.9,183.5 159,183.2C158.8,184.6 159.1,184.3 159.3,184.7C159.2,183.9 159.1,182.9 159.5,182.6C159.5,181.5 159.5,181 159.3,179.8C159.4,180.4 159.2,180.8 159,180.2C159.1,179.3 159,177.1 159.5,177.3L159.5,165.2C159.6,164 159.7,162.7 159.9,161.6C159.8,160.8 159.7,162.1 159.6,161.7C159.5,160.5 160,160.9 159.9,160C159.9,160.1 160,160.3 160.1,160.4C160.5,159.2 160.6,157.9 161.3,156.8C161.4,157.1 162.2,156.3 161.6,157.1C161.8,156.9 162.2,156.9 162.6,157C163,157.1 163.3,157.2 163.4,157C163,156.7 162.6,156.5 162.2,156.2C162.1,156.1 162.9,155.7 162.8,155.7C163.4,155.7 164.1,155.7 164.4,155.6C164.7,155.9 163.8,156.1 163.4,156.3C163.6,156.8 164.9,156.1 164.5,156.8C165.3,156.4 164.3,156.6 164.8,156.2C165.1,156.1 165.4,156.1 165.7,156.1L165,156.1C165.7,155.8 165.9,155.3 167,155.5C167.4,155.3 167.7,155.1 168.1,154.9C168.2,155.3 168.9,155 169.4,155.2L169,155.4C169.7,155.5 169.9,155.6 170.2,155.9C169.8,156.1 169.7,155.7 169.5,156C169.7,156.1 169.9,156.2 170.1,156.3C170.2,156.1 170.6,156 170.2,155.7C170.4,155.6 170.6,155.6 170.7,155.6L171.3,155.6C171.7,155.7 172.2,155.9 172.8,156.5C172.9,157 172.7,156.8 172.4,156.7C172.1,156.6 171.9,156.4 171.8,156.7C172.3,157.3 172.8,157.6 173.3,157.9C173.8,158.2 174.2,158.4 174.4,159C174.7,160.6 175,160.4 175.3,162.1C175,161.6 175.1,163.3 174.9,163.7L174.5,163.1C174.6,163.6 174.6,164.1 174.3,164C174.7,163.9 174.8,166.1 174.9,167.4L175.2,167.2C175.3,168.2 175.5,169.5 175.4,170.5C175.5,172 175.8,171.7 176.2,172.9C175.9,173.6 175.6,173.5 175.2,173.3C175.4,172.9 175.3,172.2 175.4,171.5C175.1,169.6 174.4,168.1 174.6,166.1C173.8,165.3 174.7,167.4 174.4,168.3C174.4,168.3 174.3,168.2 174.3,168.1L174.3,168.3C174.2,167.6 174.1,166.5 173.7,166.3C173.8,167.5 174.5,167.1 174.2,168.6C174.4,169.7 173.8,170.5 173.7,171.2C174,171.9 174.6,171.9 174.5,173.7L174.1,172.9C174.1,174.9 174.8,173.8 174.7,175.7C174.8,175.1 175.1,176.3 175.1,175.1C175.3,175.7 175.4,177 175.3,178C175.4,178.3 175.5,178.1 175.6,178.1C175.9,177 175.3,176.4 175.7,175.5L175.2,174.7C175.4,173.7 175.8,173.6 176,174.2C176,173.9 175.9,173.7 176,173.4C176.7,173.2 175.7,174.6 176.4,175L176.3,174.3C176.8,174 176.7,176 176.7,176.9C176.5,178 176.4,178.9 176.1,179L176,177.6C175.7,178.3 176.2,179.4 176.1,180.2C176.1,180.3 176,180.3 176,180.4L176.1,180.3C176.1,180.5 176,180.6 176,180.8C176,181.5 176.2,182.6 176.1,183.3L176.4,183.2L176.2,183.1C176.2,182.4 176.4,181.5 176.6,182C176.8,183.5 176.2,183.8 176,184.1C175.5,183.8 176,182.6 175.8,181.9C175.3,182.4 175.8,183.4 175.4,185C174.9,184.4 175.4,183.2 174.9,182.9C174.8,184.1 175.2,184.5 175,185.8C174.8,185.6 174.7,184.4 174.4,184.4L174.3,185.2C174.3,183.1 173.7,185.6 173.5,184C173.3,184.8 173.9,185.1 173.6,186.1C173.8,185.8 174.2,184.9 174.4,186L174.3,187.2C174.1,187.7 173.8,186 173.6,186.7L173.8,187.9C174,187.9 174,187.3 174.2,187.6C174,188.3 174.8,188.8 175,189.6C175,190.3 175,190.8 174.8,191C175,191.8 175.1,192.8 175.2,193.7C175.2,194 175.3,194.2 175.3,194.5C175.3,194.7 175.4,194.9 175.4,195.1C175.5,195.3 175.6,195.7 175.9,195.9C176.5,196.4 177,196.4 177.3,196.4C177.6,196.4 177.8,196.3 178,196.3C177.5,196.5 177.4,196.6 177.7,196.7C177.9,196.8 178.4,196.9 178.7,197C178.1,197 177.8,197.2 177.6,197.3C177.4,197.5 177.4,197.7 177.5,197.8L177.8,197.8C177.9,197.8 178,197.8 178,197.7C178.1,197.6 178.3,197.6 178.3,197.5C178.5,197.4 178.5,197.2 178.3,197.1C179.5,197.3 179.1,196.8 180.2,197.1C180.9,197.3 179.9,197.6 180.1,197.7C181.4,197.7 180.5,197.1 181.9,197.2C181.8,197.3 181.7,197.3 181.8,197.4C182.6,197.5 183.4,197.3 183.6,197C184.4,197.6 185.9,196.9 185.8,197.5C187.7,197.3 185.5,197.2 185.9,197C186.7,196.7 188.1,197 188.5,197C188,197 187.6,197.2 187.2,197.1L187.6,197.5C189.9,197.8 189.1,196.6 191.3,196.9C190.1,197.1 190.9,197.2 190.3,197.5C190.6,197.4 192.4,197.5 191.3,197.2C191.7,197.2 192.1,197.2 192.4,197.3C192.6,197.3 192.7,197.3 192.9,197.4L193.8,197.4C194.1,197.3 194.4,197.2 194.8,196.9C195.2,196.6 195.5,196.2 195.7,195.9C196,195.2 196,194.8 195.9,194.5C195.9,194.2 195.8,194 195.8,193.9C195.7,193.7 195.7,193.6 195.6,193.5C195.6,192.3 195.9,191.4 196.1,190.9C195.8,188.4 196.3,186.1 196,183.5L196,183.7C196.1,181.7 195.4,184.6 195.5,182.5C196,182.8 195.8,181.2 196.1,180.5C196.4,177.9 195.7,176 196.1,173.6C196.2,173.6 196.3,173.8 196.3,174.2C196.5,172.4 196.4,170.9 196.4,169.2L196.5,169.3C196.9,166.7 196.5,164.3 196.2,161.4C196.3,161.6 196.5,161.7 196.5,161.9C196.6,160.5 196.5,158.2 195.9,157.2C196.2,155.4 195.7,156.1 195.8,153.8C195.9,153.7 195.9,154 196,154.2C196,153.1 195.8,152.3 195.6,151.2C195.1,150 194.7,149.3 194.2,148.6C193.8,147.9 193.3,147.1 192.7,145.7C193.3,145.2 193.7,147.3 194.2,147.2C193.8,146.7 193.5,146.3 193.3,145.4C193.8,145.7 193.5,145.4 193.9,145.6C193.8,144.9 192,143.6 192,143.6C191.9,143.6 191.9,143.9 192.3,144.4C191.9,144.2 191.5,143.6 191,142.9C190.5,142.2 189.9,141.5 189.3,141C189.7,141.3 190.6,142.6 189.9,142.4C188.7,140.8 187.7,140.9 186.5,140.4C185.9,139.8 186.2,139.8 186.7,140C187.2,140.2 187.9,140.4 187.9,140.1C187.8,139.8 187.4,139 188.1,139.3C186.8,138.2 185.5,137.9 184.1,137.4L184.2,137.3C182.3,136.5 180.1,136.5 178.5,136L179.3,136.3C179,136.3 178,136.1 177.4,136.3C177.5,136.1 176.3,135.7 176.8,135.6C175.8,136.2 172.5,135.8 171.5,136.5C171,136.3 171.4,136 171.5,135.9C172.7,135.9 173.1,136.1 173.7,135.8C172.7,135.8 172,135.6 172.1,135.4C171.1,135.8 168.6,136.3 168.2,136.8C167.4,136.7 166.7,136.8 166.9,136.3C165.4,136.8 165.9,137 166.3,137.2C166.7,137.4 167,137.5 165.4,138C163.8,138.2 166.7,137 164.6,137.6C164.7,137.5 164.8,137.5 165,137.4C164.1,137.2 163.9,137.5 163.7,137.9C163.5,138.3 163.4,138.8 162.7,139.2C162.2,138.9 163.6,138.3 162.3,138.5C160.9,139.5 160.8,140.5 159.5,141.4L159.5,141.1C159.1,141.4 158.5,141.9 158,142.5C157.5,143 157,143.6 156.7,144C156.6,144 156.7,143.9 156.8,143.7C155.5,145.1 156.5,144.5 155.4,145.6L155.4,146.1C156,145.5 157,144.5 157.4,143.5C157.2,144 157.6,143.8 158,143.6C158.4,143.4 158.9,143.2 158.9,143.5L158.9,143.2C161.1,142 163.7,140.3 166.6,139.7C167.4,139.2 168.2,139 169,138.9C169.8,138.8 170.6,138.8 171.6,138.6C171.9,138 172,138.4 173.7,138.4C172.8,138.4 173.6,138.9 174.2,139C174.5,138.9 175,138.8 175.4,138.8C175.8,139 177.8,139.8 178.7,139.5C179.7,139.9 178.4,139.6 178.2,139.7C178.5,140.1 179.1,139.6 179.4,139.9C179.4,139.9 179.4,140 179.3,140C180.8,140.3 181.6,140.8 183,141.5C183.4,141 184.5,142 185.1,142.3C184.8,142.3 185.7,143 185.9,143.4C186.2,143.5 186.5,143.6 186.8,143.6C187.7,144 187.4,144.6 188.2,145.4L188.1,145.1C188.8,145.6 189.5,147.7 189.5,148.5C190.5,150.1 191,151.7 191.4,153.3C191.7,154.9 191.8,156.4 191.8,158C191.8,161.1 191.4,164.3 191.5,168.6C191.7,169.2 191.8,168.2 192.1,168.6C192.2,169.5 192.1,169.7 192.2,170.5C192.4,169.8 192.2,169.9 192.3,170L192.1,168.8C192.1,168.7 192.2,168.9 192.3,168.8C192.2,168.4 192.1,167.9 192.2,167.4C192.4,168.2 192.8,168.4 192.6,169.4C192.5,169.3 192.5,169.2 192.5,168.9C192.5,169.8 192.7,169.8 192.6,170.4C192.5,171.2 192.6,171 192.4,171.1L192.2,173.5C192.7,174.7 192.2,176.2 192.2,176.6C191.8,176.3 192.1,175 191.7,174.4L191.4,175.3L191.7,175.4L191.6,176.6L191.5,176.5C191.6,176.6 191.8,176.8 191.6,177.1C191.6,177.2 191.5,177.3 191.4,177.1L191.6,178C191.3,177.5 191.5,178.8 191.1,178.7C190.9,181.6 191.6,182.4 191.1,184.9C191.3,184.5 191.7,185.7 191.6,186.5C191.5,187 191.4,187.1 191.3,186.8L191.5,187.8C190.9,189.1 191.3,190.4 191.1,192.2L190.9,192.1C191,192.4 191.1,192.8 191.1,193.2C191.1,193.4 191.1,193.6 191.2,193.8L191.2,193.9L191.6,193.9C192.3,194 192.8,194.1 193,194.2L192.8,194.1L192.5,194C193.1,194.1 193.2,194.3 193.2,194.3C193.2,194.3 193.1,194.2 193,194C192.9,193.8 192.9,193.5 192.8,193.2C192.8,193 192.8,192.8 192.7,192.7C192.7,192.5 192.7,192.1 192.7,192.2C192.7,192.2 192.7,192.3 192.6,192.3C192.5,192.3 192.4,192.4 192.3,192.4C192.1,192.5 191.9,192.5 191.5,192.4C191.5,192.8 192.4,193 192.5,193.3C192.2,192.9 190.6,192.9 191,193.1C189.6,193.2 190,193.1 189.9,193L189.1,193.2C188.1,193.2 188.8,192.7 189.2,192.5C188.3,192.9 187.3,192.6 186.2,192.6L186.6,192.4L185.2,192.3C184.3,192.6 183,192.6 181.9,192.5L182.7,192C181.9,191.7 182.3,192.2 182.1,192.2C180.8,192.4 180.5,192.1 179.8,191.8C179.3,191.9 178.8,191.9 178.2,191.9C177.9,191.9 177.7,191.8 177.4,191.8C177.3,191.8 177.1,191.8 177.1,191.7L177.1,192.7C177.1,193.1 177,193.3 177,193.5C176.8,194.3 176.5,194 177.4,193.8C177.5,193.8 177.6,193.7 177.8,193.7C178,193.7 178.1,193.6 178.3,193.6C178.6,193.6 179.3,193.5 179.5,193.5L179.5,193.3C179.5,193.9 179.5,193.5 179.3,193ZM140.3,163.3L140.2,163.5C140.2,163 140.1,162.7 140.3,163.3ZM140.2,174.5C140,173.1 140.2,173.6 140.4,173.5C140.3,174.8 140.4,175.6 140.3,176.7C140.4,176.5 140.5,176.5 140.6,176.5C140.6,177 140.5,177.4 140.2,177.5C139.7,176.8 140.5,173.9 140.2,174.5ZM137.9,147.9C137.9,148 138,148 138,148.1L137.9,147.9ZM138.3,155C138.2,155.1 138.2,155.2 138.1,155.4C138.2,155.3 138.3,155.2 138.3,155ZM137.7,168.5C137.5,168.8 137.6,169.5 137.6,170C137.6,169.8 137.7,169.3 137.7,168.5ZM161.5,156.2C161.3,156.5 160.9,157 161.5,156.8C161.6,156.7 161.7,156.6 161.9,156.5C162.1,156.4 162.2,156.3 162.3,156.1L162.4,156.1C161.9,156.1 161.6,156.2 161.5,156.2ZM176.6,181.4C176.4,181.3 176.2,181 176,181.2L176,181.1C175.9,181.2 175.9,181.3 175.8,181.2C175.8,181.5 175.7,181.9 175.8,182.1C176.5,182.2 176.6,182.9 176.6,181.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M174,168L174,168.4L174,168Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.9,182C175.9,182 176,181.6 176.1,181.2C176,181.3 175.9,181.5 175.9,182Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M152,140.2L151.6,140.3L152.2,140.5C153.5,140.3 153.8,140 154.3,139.7C153,140 152.4,139.9 150.9,139.9L152,140.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M152.1,138.2C152,138.1 151.7,137.9 151.5,137.9L151.2,138.1L152.1,138.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M137.1,141.6L137.3,140.4C137.1,139.9 136.9,141.2 137.1,141.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M142.2,140.5L142.7,140.3C142.1,140.1 141.3,140.2 141.4,140.4C142,140.2 141.6,140.5 142.2,140.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M137.1,145C137.4,145.6 136.9,146.2 137.3,146.7C137.1,146.3 137.4,145.3 137.1,145Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.5,146.2C140.9,146 140.5,145.2 140.6,144.5C140.7,145.1 140.3,145.8 140.5,146.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138,152.4C137.7,152.2 137.8,151.7 137.8,151.1C137.9,151.3 138,151.5 138,151.8C137.8,150.7 137.8,150.6 137.7,149.8C137.5,150.5 137.4,151.7 137.1,151.4C137.5,152.2 137.8,153.1 138,152.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.6,148.1C140.7,147.5 141,147.3 140.9,146.5C140.7,146.5 140.4,146.6 140.5,147.5L140.2,147C139.9,147.7 140.6,146.9 140.6,148.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M137.3,155.8L137.4,155.5C137.2,154.4 137.3,153.3 136.9,152.6C137,153.7 137.2,155.2 137.3,155.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140,151L140.5,151.4C140.6,150.5 140.3,151.4 140.2,151C140.3,150.8 140.3,150.4 140.2,150.2C140.2,151.2 139.8,150 140,151Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.5,154.2L140.7,155.5L141.2,154.8C141,153.4 140.9,154.6 140.5,154.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.2,155.5L140.8,157.7C140.5,156.5 140.5,156.5 140.2,155.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M137.3,176.3C137.5,176.5 137.7,175.5 137.5,175.9C137.4,175.7 137.1,177.1 137.3,176.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.8,172.8C140.7,173.3 140.9,175 141.1,175.7C141,174.8 141.1,172.8 140.8,172.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M141.2,176C141.2,175.9 141.2,175.8 141.1,175.7C141.1,175.8 141.1,175.9 141.2,176Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M148.9,192.6C149,192.6 149,192.6 149.1,192.5C149,192.6 148.9,192.6 148.9,192.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M148.3,192.8C147.9,192.7 147.1,192.9 147,193.1C147.6,193 148.2,192.9 148.9,192.7C148.6,192.7 148.2,192.5 148.3,192.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M153.8,192.8C153.9,192.9 153.7,192.9 153.9,193.1C154,193.2 154,193 153.8,192.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M166.3,156.2C166.9,156.2 167.2,156.2 167,155.9C166.4,155.9 166.7,156.1 166.3,156.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M167.7,155.8L168.1,156.2L167.7,155.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M170.6,157L170.4,157C170.5,157.1 170.6,157.1 170.6,157Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M170.3,157L170.3,157Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M170.2,156.9L170.1,157L170.3,157C170.2,157 170.2,156.9 170.2,156.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M171.1,157.6C171.1,157.4 171,157.1 171,156.9C170.4,156.7 171.4,157.5 170.6,157.5C170.8,157.5 171,157.5 171.1,157.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M172.3,159.2C172.4,159.8 173.3,160.6 172.9,161.1C173.2,162.1 173.4,162 173.6,161.8C173.8,161.7 174,161.6 174.2,162.8C174.2,161.6 173.9,161.3 173.6,161.1C173.3,160.9 173,160.7 172.9,159.8C173,160.8 172.6,159.4 172.3,159.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173,158.6C172.7,158.6 173.1,159.4 173.3,159.6C173.2,159.3 173.4,158.8 173,158.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173.5,162.9L173.3,163.6L173.5,163.8L173.5,162.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173.5,165.5L173.2,164.9C173.3,165 173.3,166 173.5,165.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173.2,169.3C173.1,170 173.8,170.6 173.6,169.2L173.6,169.5C173.5,169.4 173.2,170.2 173.2,169.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M174.2,178.3C174.2,177.8 174.1,177.3 174,177.4L174.1,178.7L174.2,178.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.9,178.1C176.3,177.7 175.9,176.9 176,176.1C175.9,177 175.9,176.9 175.9,178.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173.7,179.7C173.5,179.4 173.6,178.8 173.7,178.5C173.4,178.7 173.5,179.6 173.7,179.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173.8,181.7C173.6,182.1 173.6,181.6 173.5,181.9C173.3,182.8 173.3,183.7 173.6,184.2C173.8,184 174.3,183.6 174.5,184C174.4,182.6 173.6,181.9 174.2,181.2L173.5,180C173.2,181.2 173.8,181 173.8,181.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.2,178.9L175,179.7C175.2,179.5 175.3,180.1 175.4,180.5C175.8,180.3 175.2,179.3 175.2,178.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M174.1,189.6L174.2,191.2L174.3,190.7L174.1,189.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173.9,190.7L173.8,190.7L174.1,191.9L173.9,190.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173.8,192.4L173.8,192.2L173.7,191.2L173.8,192.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.7,198C175.3,197.8 174.8,197.4 174.5,196.9C174.1,196.4 173.9,195.9 173.9,195.5C173.8,195.1 173.9,194.9 173.9,194.7C173.9,194.4 173.9,194.2 173.8,194.3C173.8,194.4 173.8,194.5 173.9,194.6C173.9,194.8 173.9,195.1 174,195.4C174.1,195.8 174.2,196.4 174.7,197C175,197.6 175.5,197.9 175.7,198Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M187.8,192.6C187.5,192.7 187.7,192.9 187.9,193L188.4,192.6C188.2,192.7 188,192.7 187.8,192.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M189.8,193.2L191,192.8C189.6,192.7 189.4,193.1 188.2,193.1C188.7,193.2 189.4,192.9 190.1,193L189.8,193.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M191.7,175.3C192,175.4 191.9,175.1 192.1,176C191.9,174.8 192,173.7 191.9,172.3C191.7,172.5 191.4,171.5 191.5,172L191.7,173.6L191.5,173.4C191.3,174.5 191.8,174.1 191.7,175.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M160.3,141.2C160.3,141 160.1,141 159.9,141.1C159.2,141.8 160.4,141 160.3,141.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M125.3,167.6C125.7,167.8 125.4,167.5 125.4,167.3L125.3,167.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.4,167.2L125.5,167C125.4,167.1 125.4,167.2 125.4,167.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.6,165C125.9,165.5 125.5,166.1 125.9,166.5C126.2,165.9 126.1,165.1 125.6,165Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.4,165.8L125.6,165.8L125.2,165.4L125.4,165.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.1,166.1L125.2,166L125,165.3L125.1,166.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.8,163.2L125.9,163.7C125.6,164.2 125.5,163.4 125.3,163.8C125.3,164.4 126,164 125.9,164.8C126.2,164.7 125.9,163.5 126.4,163.6C126.4,162.8 126,163.5 125.8,163.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.8,141.2L116.8,141.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.9,141.5C108.8,141.5 108.7,141.4 108.6,141.4L108.7,141.5L108.9,141.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M122.3,140.3C122.4,140.4 122.5,140.4 122.5,140.4C122.5,140.3 122.4,140.3 122.3,140.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M106.9,179.1L106.8,179.1L106.9,179.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.5,147.6L110.5,148L110.5,147.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M124.2,141.1L124.2,141L124.2,141.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M111.4,142.2C111.3,142.2 111.2,142.1 111.1,142.1C111.2,142.1 111.3,142.1 111.4,142.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.3,155L126.3,154.6C126.2,154.8 126.2,154.9 126.3,155Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.2,151.9C126.3,151.9 126.3,151.9 126.2,151.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.3,149.9L126.3,149.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.2,154.6C126.4,154.3 126.9,154 126.3,153.9L126.2,154C126.3,153.8 126.1,153.5 126.1,153.3C126,153.3 126,153.4 125.9,153.4C125.9,153.5 125.9,153.7 125.8,153.9C125.8,154.3 126.1,154.4 126.2,154.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.9,141.1C116.9,141.2 117.1,141.1 116.9,141.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119.6,140.6L119.4,140.6L119.6,140.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123.7,145.5C123.7,145.4 123.7,145.4 123.7,145.5C123.7,145.4 123.7,145.5 123.7,145.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119.1,140.5L119.3,140.5L119.1,140.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M124.1,142.4L124.1,142.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M127.7,190C127.8,190.2 127.6,190.3 127.5,190.5C127.9,191.2 127.5,189.6 127.9,190.4C127.9,190.2 127.8,190 127.8,189.8L127.4,189.9C127.6,190.3 127.6,189.7 127.7,190Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M106.1,182L106.1,181.9C105.9,182 105.9,182 105.8,182.4C106.1,182.6 106.5,181.9 106.7,182.3L106.7,181.9C106.6,182.2 106.3,182.1 106.1,182Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M106.8,181.8L106.9,181.7L106.9,181.5C106.9,181.6 106.8,181.7 106.8,181.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M127,197.1C126.9,197.2 126.8,197.3 126.7,197.3C126.9,197.3 127,197.2 127,197.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.3,147.4C105.3,147.3 105.2,147.2 105.2,147.1C105.2,147.3 105.2,147.4 105.3,147.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M106.5,177C106.5,176.9 106.5,176.8 106.6,176.7L106.6,176.6L106.5,177Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.3,190.4C109.8,190.5 110.3,190.5 110.1,191L110.3,191.1C110.4,190.8 110.3,190.6 110.3,190.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M127.9,189.8C127.9,189.8 127.8,189.8 127.9,189.8C127.8,189.8 127.8,189.8 127.9,189.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M114.4,192.8C114.4,192.8 114.4,192.9 114.4,192.8C114.5,192.8 114.4,192.8 114.4,192.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M107,179.9L107,178.7L106.9,179.1C107.1,179.1 106.7,179.8 107,179.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.6,185.4L110.9,185.1C110.3,184.3 111.2,182.5 110.3,182.1C111.3,180.2 109.4,181.7 110.3,179.9L110.2,180C110.4,175.7 110.9,171.1 110.4,167.4L110.6,167.3C110.9,160.9 110.5,154.9 110.7,148.6C110.5,148 110.1,148.4 109.9,148C109.9,147.8 109.9,147.3 110.1,147.3C110.2,147.7 110.5,147.5 110.5,147.6C110.5,146.9 110.8,146 110.5,145.4L110.2,145.9C110.1,145.7 110.2,145.3 110.2,145.1C110.4,145.2 110.7,144.8 110.8,145C110,143.7 111.1,144 110.8,142.9C110.1,142.7 109.6,141.3 109.1,140.4L109.2,140.3C109.2,140.3 109.3,140.3 109.2,140.3C109.1,140.3 109,140.3 108.9,140.2C108.8,140.2 108.6,140.1 108.5,140.1C108.7,140.2 108.9,140.2 109.1,140.3L109.6,140.3C109.6,140.3 109.7,140.3 109.7,140.6C109.7,140.4 109.8,140.4 109.7,140.3C108.7,140.2 108.3,140 108.2,139.9C108.1,139.8 108.3,139.9 108.4,140.5C108.4,140.7 108.4,140.8 108.5,141L108.5,141.3C108.5,141.4 108.5,141.3 108.5,141.3L108.6,141.3C108.6,141.1 108.5,140.9 108.7,140.8C109.1,140.9 109.1,141.2 109.5,141.3L109.1,141.5C109.4,141.8 109.6,141.4 109.9,141.4C110,141.7 110.6,141.7 110.4,142C111,141.6 111.2,141.8 111.8,141.6C111.2,141.3 112,141.2 112,141L111.3,141.1C112.3,141.3 111,141.1 111,141.6C110.6,141.4 111.7,140.8 110.9,140.9C111.9,140.7 112.1,140.9 113.1,140.5C112.5,140.6 113.3,140.2 113,140C113.8,140 113.2,140.2 113.3,140.5C113.7,140.5 113.8,140.8 114.3,140.4C114.9,140.5 114.1,140.8 114.4,141C114.1,141.3 112.7,140.6 112.6,141.6C112.3,141.6 111.8,142 111.3,142C111.7,142.1 112.2,142.5 112.8,142.2L113,141.6C113.4,141.6 113.6,141.2 113.8,141.2C113.6,141.4 113.8,141.6 114.1,141.6C114,141.5 113.9,141.5 114,141.4C114.6,141.4 114.8,141 115.6,140.8C115.1,140.6 115,140.5 114.5,140.2C114.8,139.8 114.9,140.1 115.3,140.1C115.2,140.2 115.2,140.2 115.2,140.3L115.6,140.1C116.3,140.3 115.3,140.7 115.9,140.9C116.2,141.2 116.5,140.7 116.8,140.9L116.8,140.8L116.9,140.8C117.3,140.7 117.7,140.8 118,140.5C118,140.6 118.4,140.5 118.5,140.4C118.8,140.3 119.5,139.9 119.6,140.4C120.1,140.5 120.4,140.6 120.2,140.8L120.9,140.9L120.6,141.3C121.4,141.2 121.4,141 122.2,140.5C122.4,140.6 122.7,140.6 123.1,140.6C123.3,140.6 123.6,140.5 123.7,140.5C123.7,140.5 123.8,140.6 123.8,140.7L123.8,140.4C123.9,140.5 124,140.6 124,140.6C124.1,140.6 124.1,140.7 124.1,140.8C124.1,140.7 124.2,140.7 124.1,140.9L124.1,141.1L124.1,140.9L124,141.1C123.6,141.9 124.2,141.7 124.1,142.3L124.1,142.1C124,142.5 123.4,143.2 123.8,143.1C123.8,143.2 123.8,143.2 123.9,143.3L123.8,143.5C123.8,143.4 123.8,143.3 123.9,143.3C124,143.4 124.2,143.4 124.1,143.5L124,144.3C123.9,144.5 124,144.6 124,144.7L123.8,144.9C123.8,145.1 123.7,145.2 123.7,145.2C123.1,146.4 124,146.4 123.5,147.7C123.8,147.7 123.9,147.3 124.1,147.2C124.3,147.2 124.5,147.7 124.7,147.9C124.3,148.5 124,150 123.4,150.1C123.4,150.9 123.7,149.7 123.9,150L123.9,150.1C124,149.8 124.2,149.5 124.4,149.2C124.7,149 124.8,149.7 124.7,150L124.3,150C124.4,150.7 125.1,150.2 125.5,150.6C125.3,151.3 125,151.1 124.6,151.4L124.7,152L124.4,152.1C124.5,152.5 124.8,152.5 124.7,153.1C124.4,152.8 124.4,154.1 124,153.6C123.9,153.9 124.5,153.8 124.1,154.1C124.4,154.2 124.3,153.8 124.4,153.6C124.9,153.3 124.6,154.2 124.8,154.6C124.5,154.7 124.5,154.4 124.3,154.9C124.5,154.9 124.6,155.2 124.4,155.5C124.7,155.4 124.5,156 124.4,156.2C124.5,155.9 124.7,155.4 125,155.5C125.1,155.7 125.2,155.9 125.1,156.4L125.3,156C125.8,156.3 125,156.8 125.1,157.4C124.9,157.2 124.9,157 124.7,156.9C124.9,157.1 125.1,157.6 125.2,158.1L124.7,158.7C124.9,158.7 124.7,159.3 125,159.2C124.8,159.9 124.6,158.8 124.4,158.8C124.2,159.6 124.9,159.3 124.4,160.2L124.1,160C124.1,160.3 124.2,160.7 124.1,160.8C124.2,160.8 124.2,160.7 124.2,160.5C124.8,160.5 124.7,161.6 125.3,161.4L125.3,161C125.4,161.5 125.9,161.9 125.6,162.3C125.4,162.6 125.2,162.1 125,162C125,162.5 125.7,162.3 125.7,163C125.8,162.7 126,162.7 126.2,162.9C126.2,162.5 126.4,161.8 126.1,161.9L126,162C125.8,162 125.8,161.8 125.7,161.7C125.7,161.2 126,161.4 126.1,161.3C126.2,160.5 125.5,161.3 125.5,160.6L125.6,160.5C125.4,160.2 125.4,159.6 125,159.6C125.4,159.2 124.8,158.8 125.1,158.4C126,158.1 125,159.7 125.5,160C125.7,159.6 125.9,160.2 126.1,160.3L125.7,159.1C125.8,159 126.3,158.5 125.9,158.4L125.9,158.5C125.8,158 125.4,158.2 125.5,157.8C125.6,157.7 125.7,157.8 125.8,157.8C125.9,157.4 125.6,157.5 125.5,157.3C125.6,156.9 125.9,157.4 126,157.1C125.6,156.7 126.1,156.4 126.1,156C125.6,156.3 125.4,154.6 124.9,155.6L124.5,154.8C124.8,154.4 125.2,155.2 125.7,154.8L125.7,155.6C126.3,155.3 125.3,154.1 126,153.4C126,153 125.9,153.1 126.2,152.2L125.6,152.5C125.7,152.1 126,151.8 126.1,151.8L126.1,151.1C126.2,151.1 126.3,151.2 126.3,151.3C126.6,150.9 126.5,150.8 126.3,150.8C126.2,150.7 126.2,150.4 126.2,150.2L126.4,150.3C126.4,150.2 126.3,150 126.2,150C126.2,149.9 126.2,149.8 126.1,149.7C126,149.8 125.7,150.1 125.5,150.5C125.7,149.5 125.6,148.8 126,147.8C126.2,147.8 126.4,148 126.4,147.9C126.5,147.5 126.2,147.2 126,147.3L126,147.1C126.1,147 126.3,146.8 126.3,146.6C126.3,146.5 126.4,146.4 126.4,146.3C126,146.4 126.2,145.5 126,145.4L126,146C125.7,145.8 125.4,145.7 125.6,145.3C125.9,145.8 126,144.4 126.2,145.3C126.7,144.4 125.8,145.2 126,144.4L126.2,143.9C126.5,143.8 126.4,144.5 126.5,144.4L126.5,144.1C126.7,144.3 126.6,145.5 126.9,146L127.1,144.5C126.7,142.9 127.1,140.4 126.4,139.4L126.4,139.5C126.4,139.5 126.3,139.5 126.2,139.6L126.3,139.5C126.2,139.4 126.1,139.4 126,139.3C126.1,139 126.1,138.7 125.9,138.4C125.7,138.1 125.4,137.9 125.2,137.7C125.5,138 125.4,138 125.3,138.2C125,138.5 124.9,138.5 124.4,138.3C124.5,138.1 124.9,138.1 124.6,137.9C124.7,138 124.4,138.2 124.2,138.2C124,138.1 123.5,138 123.7,137.8C123.9,137.7 123.9,137.8 124,137.9C124.2,137.8 123.6,137.7 124.1,137.5L123.5,137.6C123.3,137.4 123.9,137.3 123.8,137.2C122.8,137.3 122.1,137.8 121.2,138C121.3,137.9 121.6,137.4 121.5,137.5C121,137.3 119.9,138 119.2,138.1C119.4,138 119.6,138 119.8,137.9C117.8,137.7 116.1,137.7 114.2,137.1L113.6,137.6L113.1,137.2C112.1,137 111.1,137 110.2,137.1C109.7,137.1 109.3,137.2 108.8,137.2L108.4,137.2C108.2,137.2 108.1,137.2 107.8,137.3C107.6,137.3 107.3,137.4 106.9,137.6C106.5,137.8 106.1,138.2 105.9,138.6C105.6,139.1 105.6,139.3 105.5,139.5C105.4,139.6 105.4,139.7 105.3,139.7C105.2,139.8 105,139.8 104.9,140L104.9,140.5C104.9,140.6 104.9,140.8 105,140.9C105.1,141.1 105.1,141.3 105.2,141.5C105.4,141.9 105.6,142.3 105.6,142.9C105.4,142.7 104.9,142.5 104.9,143C105.1,143.1 105.3,143.2 105.2,143.5L105,143.3C104.8,143.6 105,143.9 104.9,144.6C104.9,145.7 105.3,146.8 105.9,147.7C105.8,148.7 105.3,147.6 105.2,147.8C105.4,147.1 105.1,147.3 104.9,147.2C105.1,147.6 105.2,148 104.8,148.2C104.8,148.7 104.8,149 105.1,149.4C105,149.2 105.2,148.9 105.4,149.1C105.3,149.5 105.4,150.6 104.9,150.6C105,153.1 104.9,155.8 105,158.5C105.2,158.9 105.1,158.1 105.3,158.4C105.6,159 105.1,158.9 105.4,159.4L105.1,159.2C105.1,160 105.6,160.7 105.8,161.4C105.5,161.3 105.6,162.1 105.4,161.5C105.5,161.8 104.1,162.6 104.4,162.8L105.6,162.1C105.7,162.1 105.6,162.6 105.7,162.5C105.5,162.9 105.2,163.3 105.2,163.6C104.9,163.8 105,163.2 105,162.9C104.5,163 104.7,164 104.2,163.7C104.3,164.3 104.5,163.5 104.7,163.9L104.6,164.5L104.8,164C105,164.4 105.4,164.5 105.1,165.2L105.6,165.7C105.2,165.9 105.5,166.2 105.4,166.6L105.1,166.5C105.1,166.9 105,167.1 104.9,167.5C104.5,167.4 105,167.1 104.6,167.1L104.5,167.6C104.7,167.5 104.9,167.8 105.1,167.4C105.5,167.7 105.9,167.9 105.9,169C105.5,169.6 105.5,168.6 105.2,168.9C105,170.2 106.2,170 106.2,170.7C106,171.6 106.4,171.5 106.4,172.3C106.1,172.1 106.1,173 105.9,173.3L105.6,173.1C105.7,173.3 105.6,173.6 105.4,173.6C105.8,173.4 105.7,174.6 105.9,175.2L106.2,175C106.3,175.4 106.5,176 106.4,176.6C106.5,177.3 106.8,177 107.1,177.5C106.8,177.9 106.5,178.1 106.2,178.1C106.4,177.8 106.3,177.5 106.4,177.2C106.1,176.4 105.5,175.9 105.6,174.9C104.9,174.8 105.7,175.5 105.4,176.1C105.4,176.1 105.3,176.1 105.3,176L105.3,176.1C105.2,175.8 105.1,175.3 104.7,175.3C104.8,175.9 105.4,175.4 105.1,176.3C105.3,176.7 104.7,177.4 104.7,177.8C105,178 105.6,177.8 105.5,178.7L105.1,178.5C105.1,179.5 105.7,178.7 105.7,179.6C105.7,179.3 106.1,179.7 106.1,179.1C106.3,179.3 106.4,179.9 106.2,180.5C106.3,180.6 106.3,180.5 106.5,180.4C106.8,179.7 106.2,179.7 106.6,179L106.2,178.8C106.4,178.2 106.7,178 106.9,178.2C106.9,178.1 106.8,178 106.9,177.8C107.6,177.4 106.7,178.5 107.2,178.4L107.2,178.1C107.6,177.8 107.6,178.7 107.6,179.2C107.4,179.8 107.3,180.3 107,180.5L106.9,179.9C106.7,180.4 107,180.7 107,181.1C107,181.1 106.9,181.2 106.9,181.3L107,181.2C107,181.3 106.9,181.4 106.9,181.5C106.9,181.9 107.1,182.3 107,182.7L107.3,182.5L107.1,182.5C107.1,182.2 107.3,181.6 107.5,181.8C107.7,182.4 107.2,182.9 106.9,183.2C106.5,183.3 106.9,182.5 106.8,182.2C106.4,182.6 106.8,183 106.5,183.9C106,183.8 106.5,183 106.1,183.1C106,183.8 106.4,183.7 106.2,184.5C106,184.5 106,183.9 105.7,184.1L105.6,184.6C105.6,183.6 105,185.1 104.9,184.3C104.7,184.8 105.3,184.6 105,185.3C105.2,185 105.6,184.4 105.7,184.8L105.6,185.5C105.4,185.9 105.1,185.2 104.9,185.6L105.1,186.1C105.2,186 105.3,185.7 105.5,185.8C105.4,186.2 106,186.1 106.2,186.4C106.2,186.7 106.2,187 106,187.2C106.4,187.8 106.4,188.9 106.8,189.4C106.5,189 106.3,189.7 106.1,190.1C106,189.5 105.6,189.8 105.3,190C105.3,190.3 105.8,190.3 105.9,190C105.7,190.7 106.2,190.2 105.9,191C105.8,191.4 105.5,191.1 105.3,191.3C105.3,192 105.8,191.2 105.7,191.9C105.6,191.9 105.6,191.8 105.5,191.9C105.4,192.3 105.6,192.6 105.8,192.6C105.3,193.4 105.9,193.7 105.3,194C105.4,194.8 105.6,193.7 105.8,193.7C106,193.9 105.8,194.8 105.8,195C105.8,194.8 105.6,194.7 105.7,194.4L105.3,194.8C105.2,195.5 105.4,195.5 105.6,195.6C105.7,195.6 105.9,195.7 106,195.8C106.1,195.9 106.2,196.1 106.4,196.5C105.8,196 106,196.5 105.6,196.4C105.7,196.5 105.9,196.8 106.1,197C106.3,197.2 106.4,197.2 106.3,196.8C106.5,197 106.7,197.2 106.9,197.3C107.1,197.4 107.2,197.5 107.4,197.5C107.9,197.4 108.5,197.3 108.8,197C109.4,197 109.8,197.3 110,197.5C111.5,197.2 112.7,197.7 114.3,197.4L114.2,197.4C115.3,197.5 113.8,196.9 114.9,196.9C114.7,197.4 115.6,197.2 116,197.4C117.5,197.6 118.5,197.1 119.9,197.4C119.9,197.5 119.9,197.6 119.6,197.6C120.7,197.7 121.5,197.7 122.5,197.7L122.5,197.8C123.4,198 124.1,198 124.8,197.9L125.3,197.8C125.5,197.8 125.7,197.6 125.9,197.5C126.3,197.3 126.6,196.9 126.9,196.4C126.9,196.6 127,196.7 127,196.9C127.4,196.6 127.7,195.9 127.6,195.5C127.6,195 127.5,194.6 127.3,194.2C127.8,193.6 127.2,193.6 127.6,192.7C127.7,192.7 127.7,192.9 127.7,192.9C127.9,192.5 127.8,192 127.9,191.5C127.6,190.1 127,189.5 127.2,188.3C127.8,188.5 127.4,189.2 127.9,189.5C127.8,189.2 127.7,188.9 127.8,188.6C128,188.9 128,188.7 128.2,189C128.4,188.8 127.5,187.5 127.6,187.5C127.5,187.4 127.4,187.5 127.4,187.8C127,187.3 127.4,186.4 127.2,185.7C127.2,185.9 127.1,186.5 126.8,186.2C126.9,185.4 126.3,184.8 126.1,184.1C126.4,183.4 126.6,184.9 127.1,184.9C127.3,184.8 127.6,184.6 127.8,185.1C127.9,184.4 127.5,183.7 127.4,183L127.5,183.1C127.5,182.1 126.9,181 127.2,180.3L127,180.7C126.9,180.5 127,180.1 126.7,179.8C126.9,179.9 127.1,179.3 127.3,179.6C126.6,179 126.9,177.4 126.2,176.8C126.4,176.6 126.7,176.8 126.8,177C126.7,177.6 126.6,177.7 126.9,178.1C126.9,177.6 127.1,177.3 127.2,177.4C126.8,176.8 126.6,175.7 126.2,175.3C126.4,175 126.5,174.7 126.9,174.9C126.7,173.4 125.8,175.4 125.8,173.8C126.2,173.1 126.3,174.6 126.4,173.6L126.5,173.8C127.5,173.2 125.8,173.2 125.9,172.4C126.4,172.3 126.3,173 126.6,172.5C126.5,171.7 125.7,171.3 125.9,170.6L126.1,170.7C126.1,170.2 126.2,169.3 126.1,168.8C126.2,168.8 126.2,168.9 126.2,168.9C126.4,168 125.9,168.5 126.3,167.8L126,167.6C125.8,168 125.6,168.7 125.9,169.2C125.6,168.7 125.2,169.9 124.8,169.7L125,169.8C124.2,171 124.1,172.4 123.8,173.9C124.3,174.9 123.6,175.4 124,176.5C124.6,176.8 124.1,176.7 124.3,177.6C124.2,177.1 123.8,177.4 123.7,177.7C123.9,177.9 123.9,178.1 124,178.3C123.8,178.4 123.3,179.3 123.7,179.9C123.5,180.4 123.5,179.7 123.4,179.6C123.1,179.7 123.6,180.1 123.4,180.2C123.4,180.2 123.3,180.2 123.3,180.1C123.3,180.9 123.2,181.3 123.1,182.1C123.7,182.4 123.3,183 123.5,183.4C123.3,183.2 123.3,183.8 123.2,184L123.7,184.6C124.1,185.2 123.4,185.1 123.6,185.7L123.7,185.6C123.9,186.1 123.5,187 123.2,187.3C123.8,189.5 123.6,190.9 123.4,192.2C123.3,192.5 123.3,192.9 123.2,193.2C123.1,193.3 123,193.4 122.8,193.4L120.8,193.4C120.7,193.6 121.1,193.7 121.1,194C120.8,194.1 120.7,194 120.4,194.1C120.8,194.3 120.6,194.1 120.7,194.2L121.1,194C121.1,194 121.1,194.1 121.2,194.2C121.3,194.1 121.5,194 121.7,194.1C121.5,194.3 121.6,194.7 121.1,194.5C121.1,194.4 121.2,194.4 121.3,194.4C120.9,194.4 121,194.6 120.7,194.5C120.3,194.4 120.5,194.5 120.3,194.3L119.2,194.1C118.8,194.6 118.1,194.1 117.9,194.1C118,193.7 118.5,194 118.7,193.6L118.3,193.3L118.3,193.6L117.8,193.5L117.8,193.4C117.8,193.5 117.7,193.7 117.6,193.5C117.6,193.5 117.5,193.4 117.6,193.3L117.3,193.5C117.5,193.2 117,193.4 117,193C116,192.8 115.6,193.5 114.7,193C114.8,193.2 114.2,193.6 113.9,193.5C113.8,193.4 113.7,193.3 113.9,193.2L113.4,193.4C113.1,192.8 112.5,193.2 111.9,193L112,192.8C111.6,193 111.3,193.2 110.9,193.1L111.2,192.8C111.1,192.7 110.8,192.9 110.6,193C110.5,193.2 110.3,193.4 110.3,193.2C110,193.6 110,193.8 109.8,194.1C109.9,193.9 109.9,193.8 109.8,193.8C109.8,193.7 109.7,193.7 109.6,193.9C109.3,193.8 109.5,193.7 109.6,193.6L109.4,193.6C109.4,193.1 109.9,193.1 110.1,193.2C109.7,193 110,192.4 110,191.8L110.2,191.9L110.3,191.2C110,191 110,190.4 110.1,189.7L110.6,189.8C110.9,189.3 110.4,189.7 110.4,189.7C110.2,189.2 110.5,188.9 110.8,188.4C110,187.5 111.3,185.8 110.6,185.4ZM123.9,145.1L124,145C124.1,145.1 124.2,145.2 123.9,145.1ZM123.5,140.4C124.1,140.3 123.8,140.5 123.7,140.7C123.6,140.5 123.4,140.5 123.2,140.5C123,140.5 122.7,140.5 122.5,140.4C122.5,140.5 122.5,140.6 122.4,140.7C122.2,140.7 122,140.6 122.1,140.3C122.4,140.1 122.8,140.1 123.1,140.2C123.5,140.4 123.5,140.5 123.5,140.4ZM126.4,150.9L126.3,150.9L126.4,150.9ZM125.9,147.7C126,147.6 126,147.5 126.1,147.4C126,147.5 125.9,147.6 125.9,147.7ZM126.5,140.6C126.7,140.3 126.6,140 126.6,139.8C126.5,139.9 126.5,140.2 126.5,140.6ZM106.3,162.2C106.2,162 106,161.7 105.9,162.1C106.1,162.2 105.8,162.6 106,162.7C106.2,162.5 106.3,162.3 106.3,162.2ZM107.9,181.3C107.7,181.4 107.5,181.3 107.4,181.5L107.4,181.4C107.3,181.5 107.3,181.5 107.2,181.5C107.2,181.7 107.1,181.9 107.2,182C107.8,181.8 107.9,182 107.9,181.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.4,175.8L105.4,176C105.5,176 105.4,175.9 105.4,175.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M107.2,182C107.2,182 107.3,181.8 107.4,181.5C107.3,181.6 107.2,181.7 107.2,182Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M124.3,162.3L124.2,162.1L124,162.5C124.2,163.1 124.5,163.1 124.8,163.2C124.5,162.7 124.7,162.3 124.6,161.6L124.3,162.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.4,161.7C126.5,161.6 126.7,161.4 126.7,161.3L126.5,161.2L126.4,161.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M127.2,153.5L127,154.2C127.2,154.4 127.5,153.5 127.2,153.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M124,157.2L124.2,157.5C124.4,157.2 124.4,156.8 124.1,156.8C124.2,157.1 124,156.9 124,157.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M127.3,151.8C126.9,151.7 127.5,151.1 127.1,151.1C127.2,151.2 126.9,151.9 127.3,151.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123.7,153.5C123.3,153.8 123.7,154 123.6,154.4C123.6,154.1 124,153.5 123.7,153.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.2,148.8C126.5,148.7 126.4,149 126.4,149.3C126.3,149.2 126.2,149.2 126.2,149.1C126.4,149.5 126.4,149.6 126.5,149.9C126.7,149.4 126.8,148.8 127.1,148.7C126.8,148.5 126.4,148.3 126.2,148.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123.7,152.6C123.6,153 123.3,153.2 123.4,153.6C123.6,153.5 123.9,153.2 123.8,152.8L124.1,152.8C124.3,152.3 123.7,153.1 123.7,152.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.9,146.6L126.8,146.9C127,147.3 126.9,147.9 127.3,148C127.2,147.4 127.1,146.8 126.9,146.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M124.3,150.8L123.8,150.9C123.7,151.4 124,150.8 124.1,150.9C124,151.1 124,151.3 124.1,151.3C124,150.9 124.4,151.2 124.3,150.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123.8,149.6L123.6,149.1L123.1,149.8C123.3,150.3 123.4,149.7 123.8,149.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M124.1,148.7L124.2,148.6L123.5,148.1C123.8,148.5 123.7,148.5 124.1,148.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M124.2,137.6C124,137.8 124.4,138 124.3,137.8C124.5,137.7 123.9,137.5 124.2,137.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123.4,141.3C123.5,141.2 123.3,141.1 123.1,141.1C122.9,141.1 122.8,141.2 122.5,141.3C122.8,141.3 122.8,141.2 123,141.3C123.2,141.3 123.2,141.4 123.4,141.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M122.3,141.4C122.3,141.4 122.4,141.4 122.5,141.3C122.4,141.3 122.4,141.3 122.3,141.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.7,142.4L108.7,142.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109,142.2C109.2,142.3 109.6,142.1 109.7,141.9C109.4,142 109.1,142.1 108.7,142.3C108.8,142.3 109,142.5 109,142.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.4,141.6C110.3,141.4 110.3,141.2 110.2,141.3C110,141.3 110.2,141.7 110.4,141.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M104.9,165.5C104.8,165.9 104.9,166 105.1,165.9C105.1,165.5 105,165.7 104.9,165.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.2,166.3L104.9,166.6L105.2,166.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M104.8,168.7C104.8,168.7 104.7,168.7 104.7,168.6C104.7,168.8 104.8,168.9 104.8,168.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M104.7,168.6L104.7,168.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M104.8,168.4L104.7,168.4C104.7,168.4 104.7,168.5 104.8,168.6C104.7,168.5 104.7,168.4 104.8,168.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M104.8,169.5L105.2,168.9C105,168.5 105,169.5 104.6,169.2L104.8,169.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M104.9,171C104.8,171.5 105.4,171.9 104.9,172.3C105.2,173.4 105.7,171.7 105.9,173C106.1,171.6 105,172.7 105.2,171.4C105,172.1 105,171.1 104.9,171Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.7,170.5C105.5,170.5 105.4,171.1 105.6,171.2C105.6,171 106,170.6 105.7,170.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.1,173.3L104.9,173.7L105.1,173.7L105.1,173.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105,174.7L104.7,174.4C104.9,174.5 104.8,175.1 105,174.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M104.7,176.8C104.6,177.2 105.2,177.2 105.1,176.6L105.1,176.8C105,176.7 104.8,177.2 104.7,176.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.7,180.9C105.7,180.7 105.6,180.4 105.5,180.5L105.6,181.1L105.7,180.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M107.2,180C107.6,179.6 107.2,179.4 107.3,179C107.3,179.5 107.2,179.5 107.2,180Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.2,181.8C105,181.7 105.1,181.4 105.2,181.2C104.9,181.4 105,181.9 105.2,181.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.3,182.8C105.1,183.1 105.1,182.9 105,183.1C104.8,183.6 104.9,184.1 105.1,184.2C105.3,184 105.7,183.6 105.9,183.7C105.8,183.1 105.1,183.1 105.6,182.4L104.9,182.1C104.8,182.8 105.4,182.4 105.3,182.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M106.6,180.7L106.4,181.2C106.6,181 106.7,181.3 106.7,181.5C107.1,181.1 106.6,180.9 106.6,180.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.6,186.6L105.7,187.3L105.8,187.1L105.6,186.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.5,187.2L105.3,187.3L105.6,187.8L105.5,187.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.3,188.1L105.3,188L105.2,187.6L105.3,188.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.2,189.9L105.4,189.6C105.3,189.4 105.6,188.9 105.3,189.1C105.4,189.2 105.4,189.7 105.2,189.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.6,191.9C110.5,191.9 110.3,192 110.2,192.2L110.6,192.2C110.6,192.1 110.5,192 110.6,191.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110,193C110.1,192.9 110.3,192.9 110.5,192.7C110.5,192.6 110.4,192.7 110.4,192.7L110.3,192.7C110.3,192.7 110.3,192.6 110.2,192.6C110.2,192.5 110.1,192.4 110.1,192.3C110,192.5 110.1,192.6 110.1,192.7C110.1,192.8 110.1,192.8 110.2,192.8L110.2,192.9L110,193Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M118.4,193.6C118.4,193.9 118.5,193.8 118.2,194C118.7,193.8 119.1,193.9 119.7,193.8C119.6,193.6 119.9,193.3 119.7,193.4L119.1,193.6L119.1,193.4C118.6,193.2 118.9,193.7 118.4,193.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.9,171.1C126,171.2 126.2,171.1 126.3,171C126.2,170.5 126,171.2 125.9,171.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M116.4,104.1C116.5,103.7 116.4,104 116.2,104L116.4,104.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.3,104L116.2,104C116.2,104.1 116.2,104.1 116.3,104Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M115.2,103.9C115.4,103.6 115.7,104 115.8,103.5C115.6,103.3 115.2,103.4 115.2,103.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M115.6,104.1L115.6,103.9L115.5,104.2L115.6,104.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M115.8,104.3L115.7,104.2L115.5,104.5L115.8,104.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M114.4,103.8L114.6,103.7C114.9,104 114.5,104.1 114.7,104.3C115,104.3 114.7,103.6 115.1,103.7C115,103.4 114.5,103.8 114.5,103.3C114.2,103.2 114.6,103.6 114.4,103.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.1,114L108.1,114Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.8,116.9L108.8,117L108.8,116.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M107.6,111.9C107.7,111.9 107.7,111.8 107.7,111.8C107.6,111.8 107.6,111.9 107.6,111.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M121.4,124.1L121.4,124.2L121.4,124.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M111,119.2L111.1,119.3C111.1,119.2 111,119.2 111,119.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M107.9,110.8C107.9,110.8 108,110.8 107.9,110.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.2,115.9L109.2,116L109.2,115.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.7,104.6C110.6,104.6 110.6,104.7 110.6,104.7C110.7,104.8 110.7,104.8 110.7,104.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.5,105.5L109.5,105.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.8,106.1C108.7,106 108.7,106 108.8,106.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.6,104.8C110.4,104.7 110,104.2 110.3,104.9L110.4,105C110.2,104.9 110.3,105.2 110.2,105.3L110.3,105.4C110.4,105.4 110.4,105.4 110.5,105.3C110.6,105.3 110.6,105 110.6,104.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108,114C108.1,114 108,113.9 108,114Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M107.6,113C107.6,113 107.6,113.1 107.6,113C107.6,113.1 107.6,113 107.6,113Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.1,109.6C109.2,109.7 109.2,109.6 109.1,109.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M107.5,113.2C107.5,113.2 107.6,113.1 107.5,113.2C107.5,113.1 107.5,113.2 107.5,113.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.3,110.4C108.3,110.4 108.2,110.4 108.3,110.4C108.2,110.4 108.3,110.4 108.3,110.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.6,106.5C126.7,106.6 126.6,106.7 126.6,106.8C127.1,106.7 126.3,106.4 126.8,106.4C126.7,106.3 126.6,106.3 126.5,106.3L126.3,106.7C126.6,106.8 126.4,106.5 126.6,106.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M122.9,124.2C123,124.3 123,124.4 123.2,124.4C123.1,124.1 122.7,123.9 122.7,123.5C122.7,123.6 122.6,123.6 122.5,123.6C122.8,123.7 122.9,124 122.9,124.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M122.6,123.6L122.5,123.5L122.4,123.5C122.4,123.5 122.5,123.6 122.6,123.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M128.3,109.8L128.3,109.9L128.3,109.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M106.9,122.5L106.7,122.5L106.9,122.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M120.6,125L120.4,125L120.6,125Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M122.8,118.1C123.2,118.4 122.8,118.1 123.1,118.1L122.9,117.9C122.8,117.9 122.8,118 122.8,118.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123.6,115.3C123.6,115.3 123.7,115.3 123.6,115.3L123.6,115.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M121.7,123.8C121.5,123.9 121.4,124 121.2,124L121.4,124C121.4,123.9 121.8,124.1 121.7,123.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M121.7,119.2L121.5,119C121.7,119.7 120.8,119.3 121.1,120.2C120.1,119.7 121.4,121.1 120.5,120.6L120.6,120.7C120,121 119.2,121.2 118.6,121.3C117.9,121.4 117.3,121.5 116.7,121.8L116.7,121.6C115.7,121.5 114.8,121.3 113.9,121C113,120.7 112.1,120.2 111.5,119.4C111.2,119.4 111,119.8 110.7,119.8C110.7,119.7 110.5,119.6 110.7,119.5C110.9,119.5 111,119.3 111.1,119.3C110.9,119.2 111,118.7 110.6,118.8L110.5,119.1C110.3,119.1 110.3,119 110.3,118.9C110.5,118.8 110.7,118.5 110.8,118.6C109.9,118.7 110.9,118.1 110.5,118C109.9,118.3 109.2,118.1 108.6,118C108.6,117.9 108.7,117.8 108.7,117.8C108.8,118 109.1,117.6 109.2,117.9C109.3,117.6 108.9,117.5 109,117.3C108.9,117.4 108.6,117.5 108.5,117.4C108.5,117.2 108.8,117.1 108.8,117L109,117.1C109.2,116.9 108.9,116.9 108.8,116.9C109.1,116.8 109.1,116.6 109.4,116.5C109,116.4 109.2,116.3 108.9,116.1C108.6,116.4 108.5,116.1 108.3,116.2L108.5,116.4C108.6,116 108.6,116.5 109,116.4C108.8,116.6 108.2,116.3 108.3,116.6C108,116.3 108.2,116.2 107.7,115.8C107.8,116 107.4,115.8 107.3,115.9C107.2,115.6 107.5,115.8 107.7,115.7C107.7,115.5 107.9,115.5 107.6,115.3C107.7,115 108,115.3 108.1,115.2C108.4,115.3 107.8,116 108.8,115.7C108.8,115.8 109.3,115.9 109.3,116.1C109.4,115.9 109.7,115.7 109.5,115.5L108.9,115.6C108.9,115.5 108.5,115.5 108.5,115.4C108.7,115.4 108.9,115.3 108.9,115.2C108.8,115.2 108.8,115.3 108.7,115.3C108.6,115.1 108.2,115.1 108.1,114.8C108,115 107.8,115.1 107.5,115.3C107.1,115.3 107.4,115.1 107.4,115L107.6,115L107.4,114.9C107.6,114.6 108,114.9 108.2,114.7C108.6,114.5 108,114.5 108.2,114.4L108.1,114.4L108.1,114.3C108,114.1 108.1,114 107.8,113.9C107.9,113.9 107.8,113.8 107.7,113.7C107.6,113.6 107.3,113.3 107.8,113.3C107.9,113.1 108.1,113 108.2,113.1L108.4,112.8L108.8,112.9C108.8,112.6 108.5,112.6 108.2,112.3C108.5,112.2 108.4,111.8 108.3,111.6L108.3,111.5L108.1,111.6C108.2,111.4 108,111.3 108,111.2C108,111.2 107.9,111.2 108,111.2L108.1,111.1L108.1,111.2L108.2,111.2C108.7,111.2 108.1,110.8 108.3,110.7L108.3,110.8C108.4,110.7 109,110.9 108.7,110.7C108.8,110.7 108.7,110.6 108.7,110.6L108.8,110.6L108.7,110.6C108.6,110.5 108.5,110.4 108.6,110.4L108.8,110.2C108.9,110.2 108.9,110.1 108.9,110L109.1,110.1C109.1,110 109.2,110.1 109.2,110.1C109.9,110.2 109.3,109.5 109.9,109.5C109.7,109.3 109.5,109.3 109.4,109.2C109.3,109 109.3,108.7 109.3,108.5C109.7,108.6 110.3,108.5 110.7,108.9C111,108.7 110.4,108.7 110.4,108.5C110.3,108.5 110.1,108.4 109.9,108.3C109.7,108.1 109.8,107.8 110,107.8L110.2,108.2C110.3,107.9 109.8,107.4 109.7,107C110,106.9 110.1,107.4 110.4,107.6C110.4,107.5 110.5,107.4 110.5,107.4L110.7,107.7C110.8,107.5 110.6,107.3 110.9,107.2C110.9,107.5 111.4,107.2 111.4,107.7C111.6,107.7 111.2,107.2 111.5,107.5C111.4,107.2 111.3,107.4 111.2,107.4C110.9,107 111.3,107 111.4,106.9C111.5,107.1 111.5,107.2 111.7,107.3C111.6,107.1 111.7,106.9 111.9,107.1C111.7,106.8 112,106.9 112.1,106.9C112,106.9 111.7,106.8 111.6,106.5C111.6,106.3 111.7,106.2 111.9,106.2L111.7,106.1C111.7,105.6 112.1,106.3 112.3,106C112.3,106.2 112.2,106.3 112.2,106.5C112.2,106.3 112.3,106 112.5,105.8L112.9,106.2C112.8,106 113.1,106.1 113,105.8C113.3,105.9 112.9,106.2 113,106.5C113.4,106.6 113.1,105.9 113.5,106.3L113.5,106.6C113.6,106.6 113.7,106.4 113.8,106.5C113.8,106.4 113.7,106.4 113.7,106.5C113.6,105.9 114,105.9 113.8,105.3L113.6,105.3C113.8,105.1 113.9,104.6 114.1,104.8C114.3,105 114.1,105.3 114.1,105.5C114.3,105.5 114.1,104.7 114.4,104.7C114.2,104.6 114.2,104.4 114.3,104.2C114.1,104.2 113.8,104.2 113.9,104.4L114,104.4C114,104.6 114,104.7 113.9,104.8C113.7,104.9 113.7,104.5 113.6,104.4C113.2,104.4 113.7,105.1 113.4,105.1L113.3,105C113.2,105.2 113,105.3 113.1,105.7C112.8,105.3 112.8,106 112.6,105.8C112.2,104.9 113.1,105.7 113.1,105.1C112.9,105 113.1,104.6 113.1,104.4C113,104.6 112.8,104.8 112.7,105C112.6,104.9 112.3,104.5 112.3,104.9L112.4,104.9C112.2,105.1 112.4,105.4 112.2,105.4C112.1,105.3 112.1,105.2 112.1,105.1C111.9,105.1 112.1,105.4 112,105.5C111.8,105.5 111.9,105.1 111.7,105.1C111.7,105.5 111.4,105.2 111.2,105.3C111.5,105.7 110.9,106.3 111.5,106.5L111.4,107C111.1,106.8 111.2,106.2 110.9,105.9L111.2,105.7C110.8,105.2 110.8,106.4 110.2,105.9C110,106 110.1,106 109.6,106L110,106.4C109.8,106.4 109.5,106.2 109.5,106.1C109.4,106.2 109.3,106.2 109.2,106.3C109.2,106.2 109.1,106.1 109.2,106.1C108.9,105.9 108.9,106.1 109,106.2C109,106.4 108.9,106.4 108.8,106.5L108.7,106.3L108.7,106.6L108.6,106.7C108.7,106.8 109,107 109.2,107C108.7,107.1 108.6,107.4 108,107.3C107.9,107.2 107.8,106.9 107.8,106.9C107.6,107 107.7,107.3 107.9,107.5C107.9,107.5 107.9,107.6 107.8,107.6C107.7,107.5 107.5,107.5 107.4,107.5L107.2,107.5C107.5,107.8 107.1,108 107.2,108.2C107.3,108.2 107.3,108.1 107.4,108C107.6,108.3 107.8,108.6 107.5,108.6C107.4,108.2 106.9,108.5 107.1,108.1C106.4,108 107.3,108.5 107,108.6L106.7,108.6C106.4,108.4 106.8,108.2 106.6,108.2L106.5,108.3C106.4,108 106.8,107.7 106.8,107.2C106.6,107.3 106.4,107.5 106.2,107.6C106,108.5 105,109.3 105.4,110.3C105.4,110.3 105.5,110.4 105.6,110.4L105.5,110.4L105.7,110.6C105.3,110.6 105.2,110.9 104.8,111C105.1,110.9 105.1,110.9 105.3,111C105.6,111.2 105.7,111.2 105.5,111.4C105.3,111.3 105.3,111.2 105.1,111.3C105.2,111.3 105.4,111.4 105.4,111.5C105.2,111.6 105.1,111.8 104.9,111.7C104.9,111.6 104.9,111.6 105,111.6C105,111.5 104.7,111.8 104.6,111.5L104.6,111.8C104.4,111.9 104.3,111.6 104.2,111.6C104.3,112.1 104.7,112.4 104.8,112.8C104.7,112.8 104.1,112.6 104.3,112.7C104.1,113 104.8,113.4 104.8,113.7C104.6,113.6 104.7,113.5 104.7,113.4C104.4,114.4 104.4,115.2 103.9,116.2L104.5,116.4L104.2,116.7C104.1,117.2 104.2,117.7 104.4,118.1C104.6,118.5 104.9,118.9 105.1,119.3C105.2,119.6 104.8,119.6 104.7,119.8C104.9,120.4 105.6,120.3 106,120.8C105.8,120.8 105.3,120.9 105.4,121.2C105.6,121.2 105.8,121.1 105.8,121.3L105.6,121.3C105.5,121.6 105.8,121.6 105.8,121.9C106.2,122.4 106.8,122.6 107.6,122.5C107.9,122.9 107.1,122.9 107.1,123C107,122.6 106.9,122.9 106.7,122.9C107,122.9 107.2,123 106.9,123.4C107.1,123.6 107.2,123.7 107.6,123.7C107.4,123.7 107.5,123.5 107.7,123.4C107.8,123.6 108.3,123.9 107.9,124.3C108.9,125.1 110.1,126 111.4,126.5C111.7,126.3 111.3,126.3 111.5,126.2C111.9,126 111.7,126.5 112,126.3L111.8,126.5C112.2,126.7 112.7,126.4 113.1,126.2C113,126.5 113.3,126.5 113,126.6C113.2,126.6 113.1,128 113.3,127.8L113.4,126.5C113.4,126.4 113.7,126.5 113.7,126.4C113.8,126.7 113.9,127 114.1,127C114.1,127.3 113.8,127.2 113.7,127.2C113.6,127.7 114.2,127.6 113.8,128.1C114.2,128.1 113.8,127.8 114.1,127.7L114.4,127.9L114.2,127.7C114.5,127.6 114.6,127.2 114.9,127.5C115,127.3 115.2,127.2 115.3,127C115.3,127.4 115.5,127.1 115.7,127.2L115.6,127.5C115.8,127.5 115.9,127.6 116.1,127.7C116,128.1 115.9,127.6 115.8,128L116.1,128.1C116.1,127.9 116.3,127.7 116.1,127.5C116.4,127.1 116.5,126.7 117,126.7C117.3,127.1 116.7,127.1 116.9,127.5C117.5,127.6 117.6,126.4 117.9,126.4C118.3,126.5 118.3,126.1 118.7,126C118.6,126.3 119.1,126.2 119.2,126.5L119.1,126.8C119.2,126.7 119.4,126.8 119.4,127C119.3,126.6 119.9,126.5 120.1,126.2L119.9,125.9C120.1,125.7 120.3,125.4 120.6,125.4C120.9,125.2 120.7,124.9 120.8,124.5C121.1,124.7 121.2,125 121.3,125.4C121.1,125.3 121,125.5 120.8,125.4C120.5,125.8 120.4,126.6 119.8,126.6C119.8,127.4 120.1,126.4 120.4,126.6L120.4,126.7L120.5,126.7C120.4,126.9 120.1,127.1 120.2,127.5C120.5,127.3 120.2,126.7 120.6,126.9C120.8,126.6 121.2,127.1 121.4,127.1C121.5,126.8 121.2,126.2 121.7,126.1L121.7,126.6C122.2,126.4 121.6,125.9 122.1,125.7C121.9,125.7 122,125.2 121.8,125.4C121.8,125.1 122.1,124.9 122.3,124.9C122.3,124.8 122.2,124.8 122.2,124.6C121.8,124.5 122,125.1 121.6,124.8L121.7,125.3C121.4,125.3 121.2,124.9 121.3,124.7C121.3,124.7 121.2,124.8 121.1,124.8C120.8,124.2 121.5,124.9 121.3,124.3L121.2,124.4C120.9,124 121.3,123.9 121.5,123.8C121.8,123.9 122,123.8 122.2,124.1L122,124.4C122.3,124.5 122.3,124 122.4,124L122.5,124.1L122.4,124C122.4,124 122.5,124 122.6,124.1C122.7,124 122.8,123.7 123,123.7L122.8,123.5L122.9,123.6C122.8,123.7 122.5,123.6 122.5,123.4C122.6,123 123,123.5 123.3,123.6C123.5,124 123,123.8 123,124C123.4,124.3 123.3,123.8 123.8,123.9C124,124.4 123.5,124.2 123.7,124.6C124,124.5 123.8,124.2 124.2,124.1C124.3,124.3 124.1,124.5 124.3,124.7L124.6,124.7C124.2,125 125.1,125.1 124.8,125.5C125.1,125.5 124.8,125 125.2,125.1C125,125 124.6,124.8 124.6,124.5L124.9,124.4C125.2,124.5 125,125 125.3,125L125.4,124.6C125.3,124.5 125.1,124.5 125.1,124.3C125.3,124.3 124.9,123.7 124.9,123.4C125,123.3 125.1,123.2 125.3,123.3C125.3,122.7 125.6,122.3 125.5,121.8C125.6,122.2 125.9,122.1 126.2,122.1C126.1,122.4 126.4,122.7 126.7,122.8C126.8,122.6 126.5,122.2 126.3,122.2C126.6,122.1 126.2,121.8 126.6,121.8C126.8,121.8 126.9,122.1 127.1,122.2C127.3,121.9 126.7,121.8 127,121.6C127,121.7 127,121.7 127.1,121.7C127.3,121.6 127.2,121.3 127,121.1C127.6,121.2 127.2,120.6 127.7,120.9C127.8,120.4 127.4,120.8 127.2,120.6C127,120.3 127.4,120.1 127.5,120C127.5,120.1 127.6,120.3 127.4,120.3L127.8,120.4C128.3,120 127.1,119.7 127.7,119.3C127.8,119.7 128,119.5 128.2,119.8C128.1,119.7 128.4,119.3 128,119.4C128.1,119.2 128.2,119.1 128.4,119C128.3,118.8 128.3,118.5 128,118.3C128.1,118 128.5,117.9 128.7,117.8C128.6,117.5 128.7,117.2 128.8,116.9C128.9,116.6 129,116.3 128.9,115.9C129,115.4 128.3,116.1 128.4,115.6C128.9,115.7 128.8,115.3 129,115.1C129.2,114.4 128.6,114 128.9,113.3C129,113.3 129.1,113.3 129.2,113.4C129.3,112.9 129.1,112.5 129.1,112.1L129.2,112.1C129.3,111.7 129.2,111.4 129,111.1C128.8,110.8 128.5,110.5 128.4,110.2L128.7,110.2C128.7,109.8 128.5,109.2 127.9,109.2C128.2,108.6 127.6,109 127.8,108.3C127.9,108.2 127.9,108.3 127.9,108.3C127.9,108 127.7,107.8 127.6,107.6C126.9,107.3 126.4,107.5 126.1,106.9C126.6,106.4 126.5,107.1 126.9,106.8C126.7,106.8 126.5,106.8 126.5,106.5C126.8,106.4 126.6,106.4 126.9,106.3C126.9,106.1 125.9,106.3 126,106.3C125.9,106.4 125.9,106.5 126,106.6C125.6,106.8 125.5,106.1 125.1,106C125.2,106.1 125.3,106.4 125,106.6C124.8,106.2 124.2,106.6 123.8,106.6C123.7,106.1 124.4,106.3 124.7,105.9C124.8,105.7 124.9,105.3 125.2,105.3C125,105 124.5,105.1 124.2,105L124.3,104.9C123.9,104.6 123.1,104.9 123,104.5L123.1,104.7C123,104.7 122.8,104.6 122.6,104.8C122.7,104.6 122.6,104.3 122.8,104.2C122.3,104.7 121.7,104.1 121.2,104.7C121.2,104.5 121.4,104.2 121.5,104.1C121.7,104.3 121.8,104.5 122,104.3C121.8,104.2 121.7,104 121.8,103.8C121.4,104.1 120.8,104.1 120.6,104.5C120.5,104.2 120.4,104.1 120.6,103.7C119.9,103.7 120.6,104.9 119.8,104.7C119.6,104.3 120.3,104.3 119.8,104.1L119.9,104.1C119.8,103.1 119.5,104.7 119.1,104.6C119.2,104.1 119.5,104.3 119.3,103.9C118.9,104 118.6,104.7 118.3,104.5L118.4,104.3C118.2,104.3 117.7,104.2 117.5,104.2C117.5,104.1 117.5,104.1 117.6,104.1C117.2,103.9 117.4,104.4 117.1,104L117,104.3C117.2,104.5 117.5,104.8 117.7,104.5C117.5,104.8 118,105.2 117.8,105.6L117.9,105.4C118.3,106.2 118.9,106.4 119.4,106.9C119.9,106.5 119.9,107.3 120.4,107.1C120.7,106.5 120.5,107 120.9,107.1C120.7,107.1 120.7,107.5 120.7,107.6C120.8,107.5 120.9,107.5 121,107.5C121,107.7 121.1,108.4 121.4,108.1C121.5,108.4 121.3,108.2 121.2,108.3C121.1,108.6 121.5,108.2 121.4,108.4C121.4,108.4 121.4,108.5 121.3,108.5C121.6,108.6 121.6,108.9 121.8,109.1C122.2,108.6 122.2,109.1 122.4,109C122.2,109.1 122.4,109.3 122.4,109.4L122.8,109.2C123.2,109 122.8,109.5 123.1,109.6L123.1,109.5C123.3,109.5 123.4,110.1 123.2,110.4C124.1,110.6 124.3,111.2 124.3,111.8L124.3,112.7C124.3,113 124.3,113.3 124.5,113.6C124.7,113.6 124.8,113.5 125.1,113.5C125.2,113.6 125.2,113.7 125.2,113.8C125.3,113.6 125.1,113.7 125.3,113.7L125.1,113.5L125.2,113.5C125.1,113.4 125,113.4 125,113.3C125.2,113.4 125.6,113.3 125.5,113.5C125.4,113.5 125.4,113.5 125.4,113.4C125.4,113.6 125.6,113.5 125.5,113.7C125.4,113.9 125.6,113.8 125.4,113.9L125.2,114.4C125.8,114.5 125.3,114.9 125.2,114.9C124.8,114.9 125.1,114.6 124.7,114.6C124.6,114.7 124.5,114.7 124.4,114.8L124.7,114.8L124.6,115L124.5,115C124.6,115 124.8,115 124.6,115.1L124.4,115.1L124.6,115.2C124.3,115.1 124.5,115.3 124.1,115.3C123.9,115.7 124.6,115.9 124.1,116.3C124.3,116.3 124.7,116.5 124.6,116.6C124.5,116.7 124.4,116.7 124.3,116.6L124.5,116.8C123.9,116.9 124.2,117.2 123.9,117.4L123.7,117.3C123.9,117.5 124,117.6 123.9,117.8L123.6,117.7C123.3,117.8 124.2,118.1 123.9,118.2C124.2,118.3 124.5,118.3 124.8,118.3C124.4,118.2 124.3,118.5 124.6,118.5C124.7,118.8 124.5,118.7 124.4,118.6C124.5,118.7 124.5,118.7 124.5,118.8C124.4,119 124,118.7 123.9,118.5C124.2,118.8 123.9,118.8 123.7,119L123.6,118.9L123.4,119.1C123.6,119.4 123.5,119.6 123.3,119.6L123,119.2C122.7,119.2 123.1,119.3 123.2,119.4C123.3,119.7 123,119.6 122.7,119.5C122.5,119.1 121.3,118.5 121.7,119.2ZM108.9,109.6C108.8,109.4 108.8,109.4 108.9,109.6ZM107.8,111.4C107.7,111.1 107.9,111.2 108,111.3C107.8,111.5 107.9,111.7 107.7,111.8L108,111.8C108,111.9 107.8,111.9 107.6,111.9C107.2,111.7 108.1,111.4 107.8,111.4ZM109.1,105.6L109.1,105.7L109.1,105.6ZM108.2,107.1C108.1,107 108,107 108,107C108.1,107.1 108.2,107.1 108.2,107.1ZM105.9,109.4C105.7,109.4 105.7,109.6 105.7,109.7C105.7,109.6 105.8,109.5 105.9,109.4ZM113.7,125.6C113.6,125.7 113.4,125.8 113.5,126C113.6,125.9 113.7,126.2 113.8,125.9C113.7,125.7 113.7,125.6 113.7,125.6ZM121.9,122.5C122,122.7 122.1,122.9 122.2,123C122.3,123 122.3,123.1 122.3,123.1C122.4,123.1 122.5,123.1 122.5,123C122.1,122.5 122.1,122.4 121.9,122.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M120.3,126.3L120.3,126.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M122.4,123.1L122.2,123.1L122.4,123.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M114.3,105.4L114.4,105.6C114.6,105.3 114.6,105.1 114.6,104.7C114.4,105 114.3,104.9 114,105.1L114.3,105.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M113.6,103.4C113.5,103.3 113.4,103.1 113.4,103.1L113.4,103.3L113.6,103.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.7,104.1L110.1,104.1C110.1,103.9 109.6,103.8 109.7,104.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M112.4,106.4L112.4,106.2C112.2,106.1 112.1,106.2 112.2,106.4C112.3,106.2 112.3,106.5 112.4,106.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109,104.5C109.2,104.9 108.6,104.6 108.8,104.9C108.8,104.8 109.2,104.9 109,104.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M111.3,107.4C111.6,107.7 111.5,107.3 111.6,107.3C111.5,107.4 111.2,107.2 111.3,107.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.4,106.5C108.2,106.3 108.3,106.2 108.5,106.2C108.5,106.3 108.6,106.4 108.6,106.5C108.6,106.2 108.7,106.2 108.7,106C108.4,106 108.1,106.1 107.9,105.8C107.9,106 108.1,106.4 108.4,106.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M111,107.6C111.2,107.6 111.4,107.8 111.5,107.7C111.4,107.6 111.2,107.4 111.1,107.5L111,107.2C110.6,107.1 111.2,107.5 111,107.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M107.2,106.6L107.4,106.6C107.4,106.3 107.7,106.1 107.5,105.7C107.3,106 107.2,106.4 107.2,106.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.2,107.6L110.5,108C110.7,107.9 110.4,107.9 110.4,107.8C110.5,107.8 110.6,107.8 110.5,107.7C110.4,107.8 110.2,107.3 110.2,107.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.1,108.3L110.1,108.6L110.6,108.8C110.6,108.5 110.4,108.6 110.1,108.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.7,108.3C109.7,108.5 109.8,108.7 109.9,108.9C109.8,108.6 109.9,108.7 109.7,108.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M104.9,111C105.1,111.1 105.4,110.9 105.1,111C104.9,110.9 104.6,111.1 104.9,111Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.6,111.3C108.4,111.3 108.6,111.7 108.7,111.9C108.6,111.7 108.8,111.4 108.6,111.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.7,112C108.7,112 108.6,111.9 108.7,112C108.6,111.9 108.6,112 108.7,112Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.6,116.7C109.6,116.7 109.7,116.7 109.6,116.7C109.7,116.7 109.7,116.7 109.6,116.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.5,116.7C109.5,116.6 109.4,116.5 109.2,116.5C109.3,116.6 109.4,116.7 109.7,116.7C109.6,116.7 109.7,116.6 109.5,116.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.8,117.7C109.7,117.7 109.7,117.6 109.5,117.7C109.5,117.8 109.7,117.8 109.8,117.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M114.8,127.3C115,127.4 115.1,127.4 115.1,127.1C114.9,127.1 115,127.3 114.8,127.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M115.3,127.1L115.3,127.2L115.4,127.4L115.3,127.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.6,127.5C116.6,127.5 116.6,127.6 116.5,127.6C116.6,127.6 116.6,127.6 116.6,127.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.4,127.7C116.5,127.7 116.5,127.7 116.4,127.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.4,127.6L116.4,127.8L116.4,127.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.9,127.6L116.6,127.2C116.4,127.4 116.9,127.4 116.7,127.9L116.9,127.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M117.8,127.4C118.1,127.5 118.3,126.8 118.5,127.3C119.1,126.9 118.2,126.5 118.9,126.2C118.2,126.1 118.7,127.2 118.1,127C118.4,127.2 117.9,127.3 117.8,127.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M117.6,126.6C117.6,126.9 117.9,126.8 117.9,126.7C117.8,126.6 117.7,126.3 117.6,126.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119,127L119.2,127.1L119.2,126.9L119,127Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119.7,126.9L119.6,127.2C119.7,127.1 120,127 119.7,126.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M120.9,126.9C121.1,126.9 121,126.2 120.7,126.5L120.8,126.5C120.8,126.6 121.1,126.8 120.9,126.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M122.6,124.9C122.5,124.9 122.4,125.1 122.5,125.2L122.7,124.9L122.6,124.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M121.7,123.5C121.4,123.2 121.5,123.7 121.3,123.6C121.5,123.6 121.5,123.7 121.7,123.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123.2,125.2C123.2,125.4 123,125.4 122.9,125.4C123.1,125.6 123.3,125.4 123.2,125.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123.6,124.8C123.8,124.9 123.7,125 123.8,125C124.1,125 124.3,124.8 124.3,124.6C124.1,124.5 123.8,124.2 123.7,123.9C123.5,124.2 123.8,125 123.3,124.6C123.4,124.9 123.4,125.1 123.4,125.4C123.8,125.4 123.4,124.9 123.6,124.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M122.2,124.1L122.5,124.2C122.3,124 122.4,123.9 122.5,123.8C122.1,123.4 122.3,124 122.2,124.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M124.9,123.3C125,123.2 125,123 125.1,122.9L125,123C125,123.1 125,123.2 124.9,123.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.2,123.2L125.4,123.3L125.4,122.9L125.2,123.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.7,123L125.6,123L125.6,123.3L125.7,123Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.3,122.4L126.1,122.3C126.1,122.4 125.8,122.4 126,122.6C126,122.5 126.2,122.3 126.3,122.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M122.8,117.5C122.9,117.6 123,117.6 123.2,117.7L122.8,117.5C122.9,117.4 122.9,117.5 122.8,117.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123.5,117.4L123.2,117.1C123.1,117.3 123.4,117.4 123.3,117.6C123.5,117.6 123.2,117.4 123.4,117.3L123.5,117.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M124.4,113.6C124.7,113.6 124.6,113.5 124.8,113.7C124.6,113.5 124.6,113.3 124.6,113.1C124.4,113.2 124.1,113 124.2,113.1L124.4,113.3L124.2,113.3C124,113.5 124.5,113.4 124.4,113.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M118,103.6C118.1,103.5 118,103.3 118,103.2C117.8,103.4 118.1,103.6 118,103.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath d='M150,64.4C150.8,64 149.7,64.3 148.7,64.4L150,64.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M148.7,64.4L147.8,64.4L148.7,64.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M140.5,64.6C142.4,64.1 144.7,64.4 145.8,63.8C143.9,63.7 140.9,64 140.5,64.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M143.4,64.6L143.6,64.4L141.9,64.9L143.4,64.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M144.6,64.8L144.3,64.7L141.7,65.1L144.6,64.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M134.1,65.4L136,65C137.8,65 134.9,65.6 136.1,65.6C138.4,65.2 136.8,64.8 139.8,64.5C139.7,64.4 138.5,64.5 137.4,64.6C136.3,64.7 135.3,64.9 135.5,64.6C132.9,65 135.3,65 134.1,65.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M66.6,146.1C66.6,146.2 66.6,146.3 66.5,146.4C66.6,146.2 66.6,146.1 66.6,146.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M71,176.1C71.1,176.5 71.2,176.9 71.3,177.3L71.3,176.8L71,176.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M68.8,127C69,126.6 69.1,126.2 69.2,125.9C69.1,126 69,126.4 68.8,127Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M190.3,226.1C190.2,226.2 190.2,226.2 190.2,226.3L190.3,226.3L190.5,226L190.3,226.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M88.5,205C88.8,205.4 89.1,205.7 89.5,206C88.9,205.4 88.7,205.1 88.5,205Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M72.5,116.4C72.4,116.6 72.4,116.7 72.3,116.8C72.4,116.7 72.5,116.6 72.5,116.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M69.1,166.4C69.1,166.8 69.2,167.2 69.3,167.5C69.2,167.1 69.1,166.7 69.1,166.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M106.5,75.1C106,75.3 105.6,75.6 105.3,75.8C105.7,75.7 106.1,75.5 106.5,75.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M97.2,81.5C97.1,81.4 97.1,81.4 97.2,81.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M91.6,86.1C91.6,86 91.6,86 91.6,86.1C91.6,86 91.5,86 91.6,86.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M105.3,75.8C104.4,76.1 103.8,75.8 103.2,77L103.5,76.9C102.8,77.2 102,77.9 101.4,78.5L101.7,78.5C102.1,78.3 102.5,78 103.3,77.6C104.2,77.1 104.6,76.5 105.3,75.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M66.4,145.9C66.6,145.8 66.5,145.1 66.4,145.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M66.9,136.5C66.8,136.8 66.8,137.1 66.7,137.4C66.8,137.1 66.9,136.8 66.9,136.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M80.1,103.5L80,103.6C80,103.7 80.1,103.6 80.1,103.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M66.7,138.3L66.8,137.4C66.7,137.7 66.7,137.9 66.7,138.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M74.4,112.6L74.3,112.7C74.3,112.7 74.4,112.7 74.4,112.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M219.4,95.5C219.9,96.1 220,96.5 220.4,97.1C221.7,98.1 218.4,94.5 220.1,96.1C219.7,95.5 219.3,95.1 218.9,94.8L219.2,95.8C220.2,96.8 218.8,95 219.4,95.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M198.6,222.1L198.3,222.2C198.6,222.2 198.5,222.4 199.5,221.8C200.2,221 198.6,221.5 199.9,220.2C199.6,220.4 199.2,220.7 198.8,221C199.6,220.9 199.1,221.5 198.6,222.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M198.8,221.1C198.7,221.1 198.6,221.1 198.5,221.2C198.3,221.3 198.1,221.5 197.9,221.6C198.1,221.5 198.4,221.3 198.8,221.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M231.7,117.2C231.8,117.5 231.9,117.8 232,118C231.9,117.6 231.8,117.4 231.7,117.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M83.1,206.7C82.8,206.5 82.6,206.2 82.3,206C82.7,206.4 83,206.6 83.1,206.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M183,230.1C182.7,230.2 182.5,230.3 182.2,230.4C182,230.5 181.9,230.5 181.7,230.6L183,230.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M222.3,190.1C222.4,190.8 222.5,189.7 223.3,188.8L223.6,187.7C223,188.5 222.7,189.4 222.3,190.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M218.9,94.7C218.9,94.7 218.9,94.8 218.9,94.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M232,159.1C232,158.9 232.1,158.8 232.1,158.6C232.1,158.7 232.1,158.8 232,159.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M192.9,224.5L191,225.6L189,226.6L190.2,226.1C190.7,225.7 192.5,225.1 192.9,224.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M211.7,204.5L211.2,204.6C208.9,208.1 204.8,210.8 202.8,213.6C198.2,216 200.7,216.4 196.4,218.4L196.6,218.4C193.4,220.5 190,222.5 186.4,224.1C182.8,225.7 179.2,227.2 175.5,228.3C171.8,229.4 168,230.4 164.3,231C162.4,231.4 160.6,231.6 158.8,231.9C157.9,232 157,232.1 156.1,232.2C155.2,232.3 154.3,232.4 153.4,232.4L153.4,232.2C141.8,232.5 130.4,230.6 119.8,226.4C109.2,222.3 99.5,215.9 91.5,207.7C89.9,206.3 90.5,207.5 89,206.3C88.4,205.7 87.3,204.3 87.4,204.2C88.5,205.3 88.1,204.5 88.5,204.8C86.8,202.9 84.9,200.1 83.3,198.4C83.6,199 83.9,199.6 84.2,200.1C83.5,199.5 82.8,198.3 82.3,197.6C82.6,197.8 82.2,196.6 82.7,197.2C80.9,195.5 80.6,194.6 80.2,193.8C80,193.4 79.9,193 79.6,192.5C79.4,192 79,191.4 78.5,190.5C77.5,190.2 74.6,185.9 72.8,182.9C72.6,182.3 72.5,181.7 72.3,181.2C73.2,183.4 72.7,181 73.9,183.7C73.5,182.5 73,181.5 72.5,180.4C72,179.3 71.6,178.3 71.3,177.1C71.3,177.6 71,177.5 70.7,176.7C70.3,175.3 70.6,175.1 70.2,173.5C70.4,174 70.6,174.5 70.9,175C70.8,173.9 70.3,173.1 69.9,172.1C70,171.9 69.9,171.2 69.8,170.6C69.7,170 69.7,169.5 69.9,169.7C69.1,167.7 69,166.9 68.4,164.6C68.5,167.1 67.9,164 67.7,164.4C67.9,165.3 68.1,166.2 68.3,167.1C68,165.2 68.1,165.5 68.3,166.2C68.5,166.9 68.9,168.1 69.1,167.9C69.3,169.7 67.8,165.6 68.5,168.6C67.9,166.8 67.7,165.7 67.5,164.6C67.3,163.5 67,162.4 66.6,160.5C67,162.8 66.2,160.1 66.2,161.3C65.8,158.4 66.3,160.6 66.5,159.6C66.3,158 66.5,157.4 66.1,156C66,153.4 66.5,156.4 66.6,155.1C66.8,155.6 66.8,157.3 67,158.9C67.2,160.5 67.4,161.8 67.9,161.4C68,162.7 68.8,164.2 69.1,166.1C69,164.4 68.8,162.1 68.4,160.1L67.8,160.1C67.6,158.6 67.1,158.3 67.1,157.1C67.3,157.7 67.5,156.6 67.3,155.3C67.2,155.7 67.3,156.2 67.2,156C67,153.7 66.6,153.4 66.4,150.6C66.3,152.9 66.1,153.4 66,155.6C65.5,155 65.8,154.1 65.7,152.8C65.8,153 65.8,153.3 65.9,152.9L65.7,151.5C65.8,148.6 66.3,151.8 66.5,149.5C66.9,147.9 66.4,147.3 66.6,146C66.6,146.1 66.5,146.2 66.5,146.2L66.5,145.6C66.5,144.1 66.7,142.5 66.4,142C66.5,141.9 66.5,140.7 66.4,140.2C66.4,139.3 66.2,137.2 67,136.1L67,136.2C67.4,134.3 67.8,132.9 67.9,133.3C68.1,132.3 68.4,131.3 68.7,130.3L69,130.7C69.5,128 69.3,128.2 69.4,126.2C69.6,125.7 69.8,125.2 70,124.6C70.2,124 70.4,123.4 70.6,122.8C71,121.6 71.3,120.4 71.5,119.8C71.6,119.6 71.7,119.3 71.9,118.8L71.3,119.8C72.1,117.8 71.8,117.9 72.4,116.6C72.2,116.9 72.2,116.9 72.6,116.2C72.7,116 72.8,115.7 73,115.5C73,115.6 72.9,115.9 72.7,116.2L72.9,116C74,114.6 73.7,113.4 74.8,111.8C74.7,112 74.6,112.2 74.5,112.4C75.1,111.5 76.3,110.4 76.2,109.9C76.3,109.7 76.5,109.4 76.6,109L77,108.4C76.8,108.7 76.7,108.9 76.6,109C76.7,108.5 76.8,108.1 76.9,108C77.4,107.2 77.8,106.5 78.3,105.7C78.6,105.3 79,104.7 79.2,104.2L79.6,103.9C80.1,103.1 80.2,103.1 80.2,103.2C81.4,102 82.1,100.9 82.8,99.7C83.6,98.6 84.3,97.4 85.7,96.2C85.9,95.5 84.9,96.6 84.7,96.6C84.9,96 86.1,94.3 86.7,93.4C88.1,92.4 91.8,89.1 91.7,90C93.9,88 90.8,90.4 91.7,89.2L92,89C91.2,89.7 90.5,90.1 89.9,90.4C89.5,90.3 91.4,88.4 92,87.9L91.9,88.6C93.8,86.5 93,86.5 94,85C95.8,83.6 95.1,84.8 95.7,84.8C96.3,84.2 96.9,83.8 97.5,83.2L97.7,83.5C98.9,82.5 98.9,82 100.7,80.9C99.6,82 103.5,79.3 102,80.9C103,80.3 102.9,79.6 103.7,79.6C104.2,78.9 102.7,80 102.2,80.3C101.9,80.2 102.3,79.8 103.1,79.3C103.8,78.8 104.8,78.2 105.4,77.8C105.6,78 104.8,78.6 106.3,77.8C106.5,77.4 107.3,76.8 108.3,76.5C108.1,76.2 109.9,75.5 110.7,75.1C109.7,75.5 108.3,76.1 108.8,75.5C109.4,75 110,74.6 111.8,73.8L110.6,74.3C111.9,73.1 113.2,73.3 115.1,72.3C114.3,72.9 113.8,73.1 113.1,73.7C114,73.1 115.7,72.1 117.2,71.2L119.1,70.9C119.2,70.6 121.1,70.1 121,69.8C122.1,69.5 121.7,69.8 121,70.1C120.3,70.5 119.3,71 119.2,71.1C122,70.2 121.2,69.7 124,69.3L123.2,69.9C124.1,69.6 125.8,68.9 126,69C126,68.9 125.5,69.1 125,69.2C125.4,68.4 129,67.6 128.5,67L127.2,67.3C129.1,66.6 130.4,65.9 131.9,65.8C133.1,65.7 131.2,66.4 130.5,66.8C131.4,66.6 131.8,66.3 132.1,66.1C132.5,65.8 132.9,65.5 134,65.4C132.8,65.5 133,65.2 133.7,64.9C132.4,65.1 129.7,65.6 130.2,65.8L130.7,65.8C130.6,66 129.9,66.2 129.6,66.4C127.9,66.8 128.7,66.3 128.3,66.3C125.4,67 128.2,67 125.6,67.7L125.2,67.7C124,68.2 122.1,68.9 121.9,69.4C120.6,69.3 119.1,70.6 117.8,70.9C117.5,70.5 118.6,70.1 119.9,69.7C121.2,69.2 122.8,68.9 123.4,68.4C122,68.7 124,67.7 124.5,67.3L120.3,69.1C119.9,69.1 118.5,69.2 117.9,69.8L118.2,69.7C116.6,70.5 117.2,70.6 115.7,71.1C115.4,71.1 115.8,70.8 115.9,70.7C114.6,71.2 114.9,71.4 114.1,71.9C112.8,72.4 114.6,71.3 113.5,71.7C112.1,72.7 111.1,72.8 109.8,73.5C110.5,73.6 105.2,76.9 108.1,75.8C107.2,76.5 106.2,77.1 105.4,77.8C104.9,78 105.3,77.5 105.7,77C106.1,76.5 106.5,76 106,76L108.4,74.6C108,74.4 106.8,75.2 105.5,76.1C104.2,77.1 102.7,78.1 101.8,78.3C100.6,79.1 100.9,79 98.5,80.3L99.2,80.5C98,81.2 97.4,81.3 97.3,81.2C96.7,81.8 96,82.2 95.4,82.7C95.5,82.5 95.7,82.3 96.1,81.9C95,82.3 94.9,82.6 94.7,83C94.3,83.5 93.7,84.1 93,84.7L93.5,84C93.1,84.4 92.6,84.9 92.7,85C92.4,85.3 92.2,85.5 91.9,85.7C92.1,85.6 92.8,85.5 93.9,84.7C92.5,85.7 91.4,86.7 90.4,87.7C89.3,88.6 88.3,89.6 87.1,90.4C87,90.2 87.7,89.2 87.5,89.4C86.4,90.4 85.6,91.7 85.9,91.8C85.7,92.1 85.5,92.2 85.4,92.4C85.1,92.5 84.8,92.7 84.3,93.2C84.2,93.3 83.9,93.5 83.6,93.8C83.6,94.4 81.8,96.5 81.5,97.1C81.9,96.6 82.4,96 82.9,95.3C82.4,96.4 82.1,97.4 81.3,98C82.4,96.1 79.5,99.5 81.4,96.9C79.5,98.3 81,98.1 79.4,99.9L78.3,101C78.2,100.6 79.6,98.8 79.3,99.1L78.7,100C78.9,99.5 79.6,98.4 80.5,97.2C81.4,96 82.3,94.7 83,93.6C81.9,94.9 80.8,96.2 79.7,97.5C78,100.2 75.9,103.2 74.3,106.3C72.6,109.3 71.2,112.4 70.4,115L70.5,114.8C70.5,114.9 70.5,115 70.6,115.1L70.4,115.3C70.3,115.7 70.3,116 70.2,116.4C69.5,117.4 68.5,119.5 67.7,121.3C68.3,120.2 68.3,120.2 68.6,120.2C68.8,120.5 68.9,120.8 68.2,122.4C68,122.3 68.3,121.3 67.7,122.5C68,121.9 68,122.5 67.8,123.3C67.3,124.2 66.9,125.8 66.6,125.8C66.7,125.3 66.8,125 67,124.7C67.1,124.2 66.3,126.5 66.5,125.1L66.1,126.9C65.6,127.9 66,126.1 65.7,126.5C65.3,128 65.3,129.2 65.2,130.3C65.1,131.4 65.1,132.5 64.9,133.9C64.8,133.7 64.3,133.6 64.4,133.7C64.1,134.7 64,135.9 64.1,137.1C64.1,138.3 64.2,139.5 64,140.7C63.9,140.3 64.1,139.4 64.1,138.7C63.5,142.4 63.3,145.7 63.1,149.1C63,150.8 63.1,152.4 63,154.1C63,155.8 63.1,157.5 63.1,159.2L63.9,160.9L63.8,162.8C64,164.6 64.3,166.4 64.6,168C65,169.6 65.3,171.2 65.8,172.8C66.3,174.3 66.7,175.9 67.3,177.4C67.6,178.2 67.9,178.9 68.2,179.7C68.5,180.5 68.9,181.3 69.2,182.1C70,184.1 69.3,183.5 69.6,184.5C70.6,186.7 71.3,188 72.1,189.2C72.5,189.8 72.9,190.4 73.4,191.1C73.8,191.8 74.4,192.6 75,193.5C74.5,193 73.6,192.4 74.5,194.1C74.8,194.3 75.1,194.4 75.7,195.5C75.5,195.4 75.4,195.2 75.2,195.1C75.6,196.2 76.4,197 77.6,199C80,202.4 82.7,205.3 85.5,207.4C87.9,210.1 84.8,207.5 85.2,208.1C83.7,206 83.9,206.8 83.4,206.5C84.4,207.4 85.6,208.6 85.8,209.4C87.2,210.8 87.7,211.5 89.3,212.5C88.5,211.9 88.1,211.2 88.9,211.7C89.4,212.3 90.4,213.2 91.2,214.1C92,214.9 92.7,215.6 92.4,215.7C99.2,221.7 107.9,227.2 116.8,230.9C118.4,231.3 115.7,230.4 116.6,230.5C118.9,231.1 118.3,231.4 120.1,231.8L119.3,231.8C121.9,232.8 125,233.3 127.7,233.7C127.2,233.9 129.8,234.6 127.6,234.1C128.9,234.4 130.2,236.1 131.3,236.1L130.1,234.5C130.2,234.4 132,234.9 131.8,234.8C132.9,235.3 134.2,235.8 135,236C135.3,236.4 133.3,236 132.2,235.7C131.9,236.2 135.9,236.7 134.2,236.9C136.6,237.2 133.9,236.6 135.4,236.6C136.1,236.8 136.8,236.9 137.5,237.1C137,237 136.4,236.8 135.9,236.7C137.7,236.9 138.3,236.5 140.6,237.1C141.4,237 142.2,236.9 143,236.8C143.2,237.2 144.7,237 146,237.2C145.7,237.3 145.5,237.3 145.2,237.4C146.8,237.5 147.5,237.5 148.5,237.7C147.6,238.1 147,237.6 146.6,237.9L148.4,238.1C148.4,237.9 149.6,237.7 148.3,237.5C149.1,237.3 149.8,237.1 150.8,237C151.8,236.8 153,236.7 155.1,236.7C156.1,236.8 155.6,237 154.9,237.1C154.3,237.2 153.5,237.3 153.9,237.5C158.3,237.4 159.1,236.1 161.7,235.8C163.3,235.7 164.1,235.5 164.8,235.3C165.5,235.1 166.3,234.9 167.9,234.6C166.9,235.1 170.2,234.4 170.8,234.5L169.6,235.1C170.6,234.8 171.5,234.7 171.3,234.9C171,234.6 175.4,233.5 177.4,232.6L176.9,232.4C177.7,232.1 178.7,231.7 179.7,231.3C180.7,230.9 181.7,230.4 182.5,230.2C185,229.1 184.3,229 186.1,227.8C187.3,227.6 187.3,228 187.1,228.4C186.4,228.6 185.2,229.2 184.1,229.6C182.5,230.4 181.2,231.2 179.8,231.9C178.4,232.6 176.9,233.3 175.2,233.6C174.6,234.2 175.1,234 176.1,233.6C177,233.2 178.3,232.6 179.2,232.5C179.2,232.6 179.1,232.6 178.9,232.7C179,232.7 179.2,232.6 179.3,232.6C178.1,233.1 176.2,233.9 176,234.4C178,233.7 177.2,233.2 179.8,232.7C181.6,231.8 183.3,231.8 184.4,231.4C185.5,230.6 185.3,230 188.2,228.8L187.1,229.8C188.8,229.1 189.1,228.7 189.3,228.4C189.6,228.1 189.8,227.8 191.3,227C190.2,227.5 192.1,226.1 190.1,227.1C191,226.4 193.1,225.2 194.7,224.4C195.1,224.1 194.7,224.2 194.7,224C192.8,224.7 192.1,225.9 190.5,226.2L189.5,227.3C187.8,228 187.4,227.7 188.4,227C187.9,227.3 187.6,227.5 187.2,227.6C186.6,227.1 189.3,226.8 189.6,226L188.5,226.6C187.8,226.4 191,224.9 192.5,224.1C193.4,223.7 194.2,223.4 194.8,223.1C195.4,222.8 195.9,222.6 196,222.8C195.3,223.3 194.6,223.8 193.9,224.2C195.2,223.8 196.6,222.3 197.8,221.6C197.9,221.6 198,221.5 198.2,221.5L198,221.5C198.3,221.3 198.5,221.2 198.8,221.1C199.9,220.3 201.3,219.1 202.3,218.4L202,218.3L202,218.5C201,219.2 199.6,220 200.2,219.3C201.2,218.5 201.9,218 202.4,217.8C202.9,217.6 203.3,217.6 203.6,217.5C203.4,218.2 201.5,219.1 200.5,220C201,219.9 201.6,219.6 202.3,219C203,218.4 203.9,217.7 205.1,216.9C204.5,218 202.5,218.9 202.3,219.7C204.1,218.3 204.4,217.8 206.3,216.3C206.2,216.7 204.4,218.2 204.7,218.3C205.1,218 205.6,217.7 206,217.5C203.1,219.9 206.9,217.6 204.7,219.5C205.9,218.8 206,218 207.7,216.9C207.1,217.1 205.7,217.8 207,216.4L208.7,215.1C209.5,214.7 207.4,217 208.6,216.2C209.1,215.7 209.7,215.1 210.2,214.6C210,214.5 209.2,215.2 209.6,214.6C210.7,213.8 210.7,212.7 211.7,211.5C212.5,210.6 213.2,210 213.7,209.8C215.5,207.3 217.9,204.3 219.3,201.9C218.4,203.6 219.8,202.2 220.6,201.4C219.4,203.2 219.7,203.5 220,203.6C220.8,202.5 220.9,201.5 220.4,202C221.9,200.3 221,200.6 222.4,199.1C223.3,198.1 222.4,199.9 222.8,199.6C224.2,197.6 222.7,198.7 224.2,196.6C224.2,196.8 224.1,197 224.2,196.8C225.1,195.7 225.6,194.2 225.6,193.8C226.2,193.3 226.8,192.4 227.2,191.6C227.6,190.8 227.8,190.3 228,190.6C229.4,187.5 227.5,190.9 227.6,190.2C227.8,189.5 228.2,188.6 228.7,187.8C229.1,187 229.5,186.2 229.7,185.9C229.4,186.7 229.2,187.5 228.8,188.2C229,188 229.3,187.9 229.5,187.7C231.5,183.9 229.8,184.9 231.7,181.2C231.1,183.3 231.7,182 231.6,183.1C231.7,182.5 233,179.5 232,181.2C232.6,179.8 233,178.8 233.4,177.8C233.7,176.4 234,175 234,174.1C234.7,172 235.3,170.5 235.7,169.6C236.4,165.1 237.6,161 237.6,156.1L237.5,156.5C237.8,152.8 236.8,158.1 237.1,154.2C237.6,154.7 237.5,151.9 237.8,150.6C237.9,149.4 237.8,148.3 237.8,147.2C237.8,146.7 237.7,146.1 237.7,145.6C237.6,145.1 237.6,144.6 237.5,144.1C237.4,143.1 237.3,142.1 237.2,141.1C237.1,140.1 237,139.1 236.9,138C237,138 237.2,138.3 237.3,139.1C237.2,138.3 237.2,137.5 237.1,136.7C237,135.9 236.8,135.2 236.7,134.5C236.6,133.8 236.4,133.1 236.3,132.3C236.1,131.6 236,130.9 235.8,130.1L235.9,130.2C235.2,125.4 233.4,121.2 231.4,116.6C231.6,117 231.8,117 232,117.3C231.2,114.9 229.5,111.1 228.3,109.8C227.8,108.3 227.6,107.9 227.2,107.4C226.9,106.9 226.5,106.3 225.7,104.5C225.7,104.3 226,104.8 226.1,105C225.3,103.3 224.5,102.2 223.5,100.5C220.7,97.2 219.7,96.7 216.6,92.8C217,92.1 218.7,95 219.2,94.8C218.5,94.1 217.8,93.5 217.1,92.4C217.8,92.8 217.3,92.4 217.9,92.7C217.6,92.2 216.8,91.6 216,91C215.2,90.4 214.5,90 214.6,90C214.5,90.1 214.7,90.4 215.3,91.1C214.2,90.6 212,87.6 210.1,86.1C210.7,86.6 212.3,88.4 211.4,88C210.3,86.8 209.4,86.2 208.6,85.7C207.8,85.2 207,84.9 206.1,84.2C204.1,82.1 208.1,85.2 208,84.4C207.7,83.9 207.1,82.9 208.2,83.5C206.3,81.6 204.5,80.8 202.5,79.5L202.6,79.4C199.9,77.5 196.6,76 194.4,74.4L195.6,75.3C195.1,75.1 193.7,74.2 192.7,74C192.9,73.8 191.1,72.6 192,72.9C191.2,72.9 189.5,72.1 187.7,71.4C185.9,70.7 184.2,70 183.3,70C182.6,69.5 183.3,69.5 183.6,69.4C185.5,70.3 186.1,70.7 187.2,70.9C185.6,70.2 184.5,69.5 184.8,69.5C183,69.2 179.1,67.9 178.2,68.1C177.1,67.5 176,67 176.5,66.8C171.4,65.6 178.7,68.6 173,67C170.5,65.9 175.7,67.2 172.1,66.1L172.8,66.2C170.4,64.6 170.8,66.4 167.8,65.7C167.5,65.1 170,65.8 168,65C165.2,64.6 163.9,65.1 161.2,64.6L161.7,64.4C159.9,64.2 156.5,63.8 154.7,63.7C154.6,63.6 154.9,63.6 155.2,63.6C151.9,63.3 153.8,63.8 151.1,63.4L150.3,63.6C151,63.7 152,63.8 153,63.9C154,64 155.1,64 156,63.9C154.3,64.1 158.6,64.8 157.7,65.2L158,65C162.3,66.2 167.8,67.2 173.1,69C174,69.1 174.8,69.3 175.5,69.5C176.2,69.7 176.9,70 177.6,70.3C179,70.8 180.4,71.5 182.2,72C183,71.6 182.9,72.1 185.9,73.3C184.3,72.7 185.5,73.6 186.5,74.2C187.1,74.3 187.8,74.6 188.5,74.9C188.7,75.2 189.7,75.8 190.8,76.5C191.9,77.2 193,77.9 193.8,78.1C195.3,79.3 193.3,78 192.9,77.9C193.4,78.6 194.4,78.5 194.8,79L194.6,79C197.1,80.6 198.5,81.7 200.9,83.6C201.5,83.3 203.5,85.2 204.6,86C204.1,85.9 205.8,87.3 206.3,88L207.8,88.8C209.3,89.7 209.3,90.5 210.9,92L210.6,91.6C211.8,92.6 214.3,95.9 215,97.3C219.9,102.5 222.7,107.4 225,112.5C226.1,115.1 227.1,117.7 228.1,120.6C228.6,122 229,123.6 229.6,125.2C229.8,126 230.1,126.8 230.3,127.7C230.6,128.5 230.8,129.4 231,130.3C231.4,131.2 231.1,129.5 231.6,130.2C232,131.7 232.1,132 232.4,133.4C232.3,132.2 232.1,132.4 232.3,132.5L231.7,130.5C231.7,130.4 231.8,130.6 231.8,130.4C231.6,129.7 231.3,128.9 231.1,128C231.6,129.2 232.1,129.5 232.4,131.3C232.3,131.2 232.2,131 232.1,130.5C232.4,132 232.6,132 232.8,133.1C232.9,134.5 233,134.1 232.9,134.3C233.1,135.7 233.3,137.1 233.3,138.5C233.7,139.5 233.9,140.7 233.9,141.7C233.9,142.7 233.8,143.5 233.8,143.9C233.4,143.5 233.5,141.1 232.9,140.1C232.9,140.6 232.8,141.1 232.8,141.6L233.1,141.7L233.2,143.9L233.1,143.8C233.2,144 233.4,144.3 233.3,144.9C233.3,145 233.2,145.2 233.2,145C233.3,145.5 233.4,146 233.4,146.5C233,145.6 233.3,147.9 232.9,147.6C232.8,152.6 233.4,154 232.5,158.4C232.8,157.7 232.9,159.9 232.7,161.2C232.5,162 232.4,162.2 232.3,161.6C232.3,162.2 232.3,162.8 232.2,163.4C231.7,164.5 231.5,165.5 231.2,166.7C230.9,167.9 230.7,169.2 230.2,170.8L230.1,170.6C230,171.8 229.8,173.1 229.2,174.8L229,174.4C228.1,176.4 229.1,176.2 228.1,178.5C228.5,178.6 229.1,177.2 229.5,177.1C229.2,177.3 228.9,178.1 228.6,178.7C228.3,179.3 228.2,179.8 228.4,179.6C227.6,182 227.8,181.2 227.6,181.4C227.5,181.9 227.4,182.4 227.3,182.8C226.6,184.4 226.6,183.1 226.7,182.5C226.4,184.1 225.5,185.7 224.5,187.2L224.7,186.5L223.5,188.6C223.3,189.4 222.9,190.2 222.4,191.1C221.9,192 221.4,192.9 220.8,193.7C220.9,193.2 221,192.8 221.1,192.3C220.2,193.4 220.9,193 220.7,193.4C219.7,195.4 219.2,195.7 218.3,196.5C217.5,198.1 216.3,199.5 215.1,200.7C213.6,202 212.4,203.1 211.7,204.5ZM79.4,104.1L79.2,104.3C79.5,103.7 79.7,103.2 79.4,104.1ZM70.4,122C71,119.6 71,120.5 71.2,120.3C70.7,121.4 70.4,122.3 70.1,123.1C69.8,123.9 69.5,124.7 69.2,125.7C69.4,125.4 69.5,125.4 69.6,125.3C69.3,126.1 69,126.9 68.7,127.1C68.6,126.5 69.1,125 69.7,123.7C70.3,122.6 70.7,121.6 70.4,122ZM94.4,83.4C94.4,83.5 94.3,83.6 94.2,83.7L94.4,83.4ZM85.9,92.3C85.7,92.4 85.5,92.6 85.2,92.8C85.4,92.7 85.6,92.6 85.9,92.3ZM71.8,112.2C71.4,112.6 70.9,113.8 70.6,114.7C70.7,114.3 71.1,113.6 71.8,112.2ZM129.8,234.3C129.1,234.2 127.6,234.1 128.9,234.5C129.5,234.5 130.6,235 131.2,234.9C131.3,234.9 131.3,234.9 131.3,235C130.6,234.6 130,234.3 129.8,234.3ZM198.3,220C198.3,220.2 198,220.7 198.4,220.7C198.3,220.7 198.3,220.8 198.2,220.8C198.4,220.7 198.5,220.7 198.5,220.8C199,220.5 199.5,220.2 199.8,219.9C199.5,219.2 200.5,218.4 198.3,220Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M177.9,233.1C178.2,233 178.4,232.9 178.5,232.9C178.3,233 178.1,233 177.9,233.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M199.6,219.9C199.6,219.8 199,220.2 198.3,220.6C198.5,220.6 198.9,220.4 199.6,219.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M130.5,67.8L129.8,68L131.2,67.9C133.4,67.1 133.5,66.9 134,66.5C133,66.8 132.2,67.1 131.3,67.3C130.4,67.5 129.4,67.7 128.1,68.1C128.9,67.9 129.7,67.8 130.5,67.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M128.8,65.9C128.5,65.9 127.9,65.8 127.6,65.9L127.3,66.2C127.8,66.1 128.3,66 128.8,65.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M102.3,76.5L104.3,75.4C104.9,74.9 102.4,76.1 102.3,76.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M112.7,74.5C113,74.3 113.3,74 113.7,73.8C112.7,74.1 111.4,74.8 111.3,75.1C112.5,74.3 111.7,75 112.7,74.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M97.2,80C96.9,80.8 95.3,81.3 95.1,81.9C95.5,81.4 97.3,80.4 97.2,80Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M100.7,82C101.5,81.9 102.2,80.9 103.4,80.2C102.4,80.9 100.9,81.6 100.7,82Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M88.6,88.9C88.5,88.6 89.2,88 90,87.3C89.8,87.6 89.7,87.9 89.4,88.2C90.6,86.8 90.7,86.7 91.6,85.7C90.4,86.5 88.8,88 88.7,87.6C88.2,88.5 87.5,89.7 88.6,88.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M98,84.1C99,83.5 99.7,83.2 100.8,82.4C100.5,82.4 99.9,82.4 98.7,83.5L99,82.9C97.6,83.6 99.7,82.8 98,84.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M83.6,93.3L84.2,92.8C85.1,91.3 86.7,89.9 87.1,88.9C86.4,89.7 85.6,90.5 85,91.3C84.4,92.2 83.8,92.9 83.6,93.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M93.2,87.4L93.3,87.9C94.6,86.9 93.1,87.9 93.5,87.4C93.9,87.1 94.5,86.7 94.7,86.4C93.3,87.6 94.4,86.2 93.2,87.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M89.7,91.5L88.4,93.1L89.9,92.3C91.5,90.4 89.8,92 89.7,91.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M87.7,93.1L87.5,93.2L85.9,96C87,94.5 87.1,94.4 87.7,93.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M66.3,125.2C66.4,125.6 67.1,123.8 66.7,124.6C66.7,124.2 65.7,126.6 66.3,125.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M72.2,119.2C72,119.6 71.6,120.5 71.4,121.4C71.1,122.4 70.9,123.4 70.8,124C71,123.3 71.4,122 71.8,121C72.1,120 72.4,119.1 72.2,119.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M70.6,124.6C70.6,124.5 70.7,124.3 70.7,124.1C70.7,124.3 70.6,124.4 70.6,124.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M72.1,176.8C72.1,176.9 72.2,177 72.3,177.1C72.2,177 72.2,176.9 72.1,176.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M71.6,175.6C71.4,174.8 70.8,173.2 70.5,173C70.7,173.6 70.9,174.2 71.2,174.8C71.5,175.4 71.8,176 72.1,176.8C71.9,176.2 71.8,175.5 71.6,175.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M76.1,186.9C75.7,186.4 75.4,185.6 75.3,185.9C75.4,186.2 76.2,187.3 76.1,186.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M139.8,237.6C141,237.9 141.8,237.8 141.5,237.5C140,237.4 140.8,237.6 139.8,237.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M143,237.6L143.2,237.7L144,238L143,237.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M151.6,238.3C151.5,238.3 151.3,238.4 151.1,238.4C151.6,238.3 152,238.3 151.6,238.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M150.8,238.4L151,238.4L150.8,238.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M150.3,238.3L150.2,238.5C150.3,238.5 150.6,238.4 150.9,238.4C150.6,238.4 150.4,238.4 150.3,238.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M154.2,238.2L152.5,237.8C150.8,238.1 154.4,238 152.8,238.5L154.2,238.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M159.9,237.7C161.5,237.6 163.6,236.7 164.6,237C168.9,235.9 163.5,236.4 168.4,235.2C166.1,235.6 165.5,235.9 165,236.2C164.5,236.5 164.1,236.9 162,237C164,237.1 160.6,237.5 159.9,237.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M159,236.9C158.8,237.2 160.7,237 161.3,236.7C160.8,236.8 159.8,236.5 159,236.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M168.4,236.1L169.8,236L170.1,235.7L168.4,236.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M173.4,234.9L172.2,235.5C172.6,235.4 174.5,234.8 173.4,234.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M180.4,233.1C181.6,232.7 182.4,231.7 180,232.8C180.2,232.7 180.4,232.7 180.6,232.6C180.4,232.8 181.9,232.5 180.4,233.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M194.8,225C194.1,225.4 193.2,226 193.5,226L195.4,224.7L194.8,225Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M193.7,223.8C192.8,223.8 191.9,224.9 190.5,225.5C192,224.7 191.8,224.9 193.7,223.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M197.4,224.1C197,224.6 196.1,225 195.6,225.3C195.9,225.4 197.3,224.5 197.4,224.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M200.4,221.9C201.1,221.6 200.4,222.2 200.9,221.9C201.6,221.5 202.3,221 202.9,220.6C203.5,220.1 204,219.7 204.3,219.3C203.8,219.4 203.1,219.4 203.5,218.8C203,219.2 202.6,219.6 202.3,220C201.9,220.4 201.6,220.7 201.3,221C200.7,221.6 200.2,222 199.5,222.1C199.1,222.7 198.6,223.3 198.1,223.9C200,223 199.2,222.7 200.4,221.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M195.3,223.7L196.6,223.2C196.2,223.2 197.1,222.6 197.7,222.1C197.1,221.8 195.9,223.2 195.3,223.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M211.3,212.4C212,211.7 212.6,210.9 213.3,210.2L212.6,210.9C212.2,211.4 211.8,212 211.3,212.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M212.8,211.2L212.9,211.3L214.3,209.4L212.8,211.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M215.1,209.1L214.8,209.3L213.7,210.7L215.1,209.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M219.1,204.4L218.6,204.7C218.4,205 218,205.4 217.7,205.8C217.4,206.1 217.2,206.4 217.3,206.4C217.7,205.9 218.7,204.6 219.1,204.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M224.7,184.5C224.6,185 224.9,184.8 225.1,184.6L225.1,183.7C225.1,184 224.9,184.4 224.7,184.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M226.7,181.7L227.1,179.6C226.2,181.8 226.4,182.2 225.6,184.2C226.1,183.4 226.3,182.2 226.8,181.2L226.7,181.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M232.8,140.8C233.1,141 233,140.5 233.3,142C233.1,140.9 232.9,140 232.8,138.9C232.7,138.4 232.7,137.9 232.6,137.3C232.5,136.8 232.4,136.2 232.3,135.6C232.2,136 231.6,134.3 231.8,135.2C232,136.1 232.3,137 232.4,137.9L232.2,137.5C232.2,139.5 232.7,138.7 232.8,140.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M162.6,64.7C162.9,64.6 162.6,64.4 162.2,64.3C160.5,64.2 162.9,64.7 162.6,64.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}.social-media-sharer__item.v2.xing{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 175 175' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='sammelsorium' transform='matrix(1.00089,0,0,0.999429,-62.2109,-61.4649)'%3E%3Cg%3E%3Cg%3E%3Cpath d='M194.1,106.4C194.3,106.6 194.3,106.6 194.3,106.4C194.3,106.2 194.2,106 194.2,105.7L194.1,106.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M194.2,105.8C194.2,105.7 194.2,105.5 194.3,105.4C194.2,105.5 194.1,105.6 194.2,105.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M191.4,102.9C191.9,102.8 192.5,102.7 193.1,102.9C193.4,103 193.7,103.1 194,103.3C194.3,103.5 194.5,103.8 194.7,104C194.7,103.6 194.3,103 193.8,102.7C193.3,102.5 192.9,102.4 192.6,102.4C192,102.5 191.6,102.7 191.4,102.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M193,103.2C193.1,103.1 193.1,103.1 193.2,103C192.8,103 192.5,103.2 192.2,103.3C192.5,103.3 192.7,103.2 193,103.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M193.6,103.7L193.5,103.6C193,103.5 192.6,103.5 192.1,103.6C192.6,103.5 193.1,103.4 193.6,103.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M188.1,102.7L189.1,102.6C190,102.9 188.5,103 189.1,103.2C190.3,103.2 189.5,102.5 191.1,102.6C191,102.3 188.6,102.6 188.9,102.1C187.5,102.1 188.8,102.6 188.1,102.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M152.7,144L152.6,144.1L152.7,144Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M145,158.3C144.8,158.5 144.7,158.7 144.6,158.8C144.7,158.8 144.8,158.7 144.8,158.6L145,158.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M156.9,134.7C157.1,134.5 157.2,134.3 157.3,134.2C157.3,134.2 157.1,134.4 156.9,134.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M180.2,210.4L180.2,210.5L180.3,210.3L180.2,210.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M144,172.5C144.1,172.7 144.3,172.9 144.4,173.1C144.2,172.8 144.1,172.6 144,172.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M159.8,129.5C159.8,129.6 159.7,129.6 159.7,129.7C159.7,129.7 159.8,129.6 159.8,129.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M148.2,153.9C148.1,154.1 147.9,154.2 147.9,154.4C148,154.3 148.1,154.1 148.2,153.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M172.4,103.6C172.1,103.8 172,104 171.8,104.2C172.1,104.1 172.2,104 172.4,103.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M169,108.8L169,108.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M167.2,112.1C167.1,112 167.1,112.1 167.2,112.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M171.9,104.2C171.4,104.5 170.8,104.3 170.9,105.3L171.1,105.2C170.9,105.3 170.8,105.6 170.7,105.8C170.6,106 170.6,106.3 170.5,106.5C170.6,106.5 170.6,106.5 170.7,106.4C170.8,106.2 171,106 171.3,105.6C171.6,105.3 171.6,104.8 171.9,104.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M152.6,143.8C152.8,143.9 152.9,143.5 152.6,143.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M154.7,139.2C154.6,139.3 154.5,139.5 154.4,139.6C154.5,139.5 154.6,139.4 154.7,139.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M164.2,122.8C164.1,122.8 164.1,122.8 164.2,122.8C164.1,122.9 164.2,122.8 164.2,122.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M154.2,140.1L154.4,139.7C154.3,139.8 154.2,139.9 154.2,140.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M161,127.6L161,127.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M176.3,143C176.2,143.4 175.9,143.5 175.7,143.8C175.7,144.7 176.5,142.3 176.3,143.6C176.5,143.3 176.6,143 176.6,142.8L176,143C175.8,143.6 176.4,142.5 176.3,143Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M182.5,205.8L182.5,206C182.6,205.8 182.8,206 182.5,205C182.2,204.7 182.1,204.8 181.9,204.9C181.8,204.9 181.7,205 181.6,204.9C181.5,204.8 181.3,204.8 181.1,204.6C181.2,204.7 181.2,204.8 181.3,204.9C181.4,205 181.4,205.2 181.5,205.3C181.5,204.9 182,205.2 182.5,205.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M181.5,205.4C181.5,205.4 181.5,205.5 181.5,205.4L181.5,205.6C181.6,205.7 181.6,205.9 181.6,206C181.6,205.9 181.6,205.7 181.5,205.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M169.9,153.9C169.8,154 169.7,154.1 169.7,154.3C169.8,154.1 169.9,154 169.9,153.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138.5,173.5C138.4,173.4 138.2,173.2 138.1,173.1C138.3,173.3 138.5,173.4 138.5,173.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.5,211.1C175.4,211.1 175.2,211.1 175,211L174.7,211L175.5,211.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M168.2,188.7C168.8,188.8 168,188.5 168,187.8L167.5,187.4C167.7,188 168,188.4 168.2,188.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M176.7,142.6L176.7,142.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M159.7,173.4C159.7,173.3 159.6,173.2 159.6,173.1C159.6,173.2 159.6,173.3 159.7,173.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M181.6,209.4C181,210.1 180.1,210.3 179.3,210.5C179.6,210.5 179.9,210.5 180.1,210.4C180.2,210.3 180.6,210.2 180.9,210C181.3,209.9 181.7,209.6 181.6,209.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M172.6,197.3L172.4,197.6C174,199.3 174.5,201.9 176.1,203.2C176.3,204.6 176.7,204.9 177.1,205.2C177.3,205.3 177.5,205.5 177.7,205.7C177.8,205.8 177.9,206 177.9,206.2C178,206.3 177.9,206.3 177.9,206.4L177.8,206.5L177.9,206.5C178,206.7 178,206.9 177.9,207.1C177.7,207.3 177.5,207.2 177.3,207.2L174.6,207.2C173.6,207.2 172.5,207.2 171.5,207.1C169.4,207.1 167.4,207 165.4,207.1C164.3,207.1 163.8,207.1 163.3,207C162.8,206.9 162.5,206.7 162.1,206.4L162.3,206.3C162,206 161.9,205.7 161.5,204.9L160.4,202.8C159.7,201.4 158.9,200.1 158.2,198.7C156.7,196 155.2,193.3 153.8,190.6C150.8,185.2 147.8,179.9 145,174.5C144.3,173.6 144.2,174.3 143.5,173.6C143.3,173.2 142.8,172.4 143,172.3C143.5,173 143.5,172.5 143.7,172.7C143,171.5 142.4,169.8 141.5,168.8L141.7,169.8C141.3,169.4 141.1,168.7 140.9,168.3C141.1,168.4 141.2,167.7 141.4,168C141.2,167.7 141,167.5 140.8,167.3C140.7,167.2 140.6,167.1 140.6,167.1C140.6,167.1 140.6,167 140.7,167L140.9,167C140.9,167 140.9,166.9 141,166.8C141,166.7 141.1,166.6 141.1,166.5C140.7,165.9 141.5,163.2 142,161.4L142.6,160.6C142,161.7 143.1,160.8 142.3,162.1C143.1,161 143.5,159.9 144.2,158.8C143.9,158.9 143.8,158.8 143.9,158.3C144.4,157.7 144.7,157.8 145.2,157L145,157.8C145.5,157.4 145.5,156.8 145.7,156.3C146,156.3 146.7,155.2 146.9,155.5C147.1,154.3 147.5,154 147.9,152.8C147,153.8 147.7,152.4 147.4,152.4L146.8,153.7C148,152 146.5,154.3 147,154.4C146.3,155.2 146.9,152.9 146.2,154.4C146.9,152.6 147.3,152.3 148,150.4C147.5,151.5 147.8,150.1 147.4,150.6C148.1,149.2 147.7,150.3 148.3,150.1C148.7,149.4 149.1,149.2 149.2,148.4C150,147.3 149.4,148.7 149.9,148.2C150,148.8 147.7,151.3 148.8,151.4C148.5,152 148.4,152.9 147.9,153.8C148.5,153.1 149.4,152.1 149.7,151.1L149.2,150.8C149.6,150.1 149.3,149.7 149.7,149.2C149.7,149.6 150.2,149.2 150.5,148.5C150.3,148.6 150.2,148.9 150.2,148.8C150.8,147.7 150.5,147.4 151.1,146C150.4,147 150.1,147.1 149.3,148C149.1,147.6 149.6,147.3 149.9,146.7C149.9,146.8 149.8,146.9 150,146.8L150.2,146.1C151.1,144.8 150.7,146.5 151.5,145.5C152.2,144.9 151.9,144.4 152.4,143.9C152.3,143.9 152.3,143.9 152.2,144C152.3,143.9 152.3,143.8 152.4,143.7C152.7,143 153.2,142.2 153,141.9C153.2,141.9 153.3,141.3 153.4,141C153.5,140.6 153.7,139.4 154.5,139.1C155.1,138.2 155.6,137.6 155.6,137.9L156.5,136.5L156.8,136.8C157.4,135.5 157.1,135.5 157.3,134.4C158,133.6 158.8,131.9 159,131.2C159.1,131.1 159.2,130.9 159.3,130.7L158.9,131.2C159.5,130.2 159.2,130.2 159.6,129.6C159.5,129.7 159.5,129.7 159.7,129.4C159.8,129.3 159.8,129.2 159.9,129C159.9,129.1 159.8,129.2 159.7,129.3L159.9,129.2C160.7,128.6 160.4,127.8 161,127.1C161,127.2 160.9,127.3 160.9,127.4C161.3,127 162.2,126.5 162,126.2C162.1,126.1 162.1,125.9 162.2,125.7L162.5,125.4C162.4,125.5 162.3,125.6 162.2,125.7C162.2,125.4 162.2,125.1 162.3,125.2L163.1,124C163.3,123.8 163.4,123.4 163.5,123.2L163.8,123.1C164,122.6 164.1,122.7 164.1,122.8C165.5,121.5 165.2,120.2 166.6,118.8C166.5,118.3 166,119 165.9,119C165.9,118.6 166.2,117.6 166.4,117C167.2,116.4 168.8,114.3 169.1,114.9C169.9,113.5 168.6,115.2 168.8,114.4L168.9,114.3C168.6,114.8 168.2,115 167.8,115.2C167.5,115.2 168.1,113.9 168.4,113.5L168.6,114C169.2,112.6 168.5,112.6 168.6,111.6C169.3,110.7 169.3,111.4 169.8,111.4L170.3,110.3L170.6,110.5C170.9,109.8 170.7,109.4 171.4,108.5C171.3,109.3 172.5,107.2 172.3,108.4C172.7,107.9 172.2,107.5 172.8,107.4C172.7,106.9 172.4,107.8 172.1,108C171.6,108 172.5,106.7 172.8,106.1C173,106.2 172.8,106.6 173.4,106.1C173.3,105.9 173.6,105.4 174.1,105.3C173.9,105 174.7,104.7 175,104.6C174.6,104.7 174,105 174.1,104.5C174.2,104.3 174.3,104.2 174.6,104C174.7,104 174.7,103.9 174.8,103.9C174.9,103.8 174.9,103.8 175,103.8L175.6,103.8L174.9,103.7C175.3,103.5 175.7,103.5 176.1,103.7C176.5,103.8 176.9,104 177.5,103.9C177,104.1 176.7,104.1 176.3,104.3C176.9,104.1 177.9,103.9 178.8,103.8L179.8,104.3C179.9,104.1 180.9,104.3 180.9,104C182.1,104.2 179.9,104.4 179.8,104.6C181.4,104.8 181,104.1 182.5,104.5L182,104.8C182.5,104.8 183.5,104.6 183.6,104.8C183.6,104.7 183.4,104.7 183,104.7C183.3,104.1 185.3,104.2 185.1,103.6L184.4,103.6C185.4,103.5 186.2,103 187,103.2C187.6,103.4 186.6,103.7 186.2,103.8C187.2,103.8 187,103.1 188.2,103.1C187.6,103 187.7,102.8 188.1,102.6C187.4,102.6 186,102.4 186.2,102.7L186.4,102.8C186.3,103 186,103 185.8,103.1C184.9,103.1 185.4,102.8 185.2,102.7C183.7,102.6 185.1,103.4 183.7,103.3L183.5,103.2C182.8,103.4 181.8,103.4 181.6,103.8C181,103.4 180,104 179.3,103.7C179.2,102.8 181.7,103.8 182.5,103.2C181.8,103 182.9,102.7 183.2,102.5L180.9,102.9C180.7,102.8 180,102.3 179.6,102.6L179.8,102.6C178.9,102.7 179.1,103.1 178.3,103C178.2,102.9 178.4,102.8 178.5,102.7C177.8,102.6 177.9,102.9 177.4,103C176.7,102.9 177.8,102.6 177.2,102.5C176.8,102.7 176.4,102.7 176.1,102.6C175.8,102.5 175.3,102.4 174.8,102.5C174.9,102.6 174.9,102.6 174.8,102.7C174.7,102.7 174.7,102.8 174.6,103C174.4,103.2 174.1,103.5 173.9,103.8C173.5,104.4 173.4,104.7 174.1,104.4C173.7,104.9 173.4,105.4 173.2,105.9C172.9,106 172.9,105.7 173,105.3C173,104.9 173.1,104.5 172.8,104.6C173.2,104.2 173.5,103.9 174,103.6C173.9,103.5 173.6,103.6 173.3,103.9C173,104.1 172.8,104.5 172.5,104.8C172,105.6 171.6,106.5 171,106.7C170.6,107.4 170.8,107.2 169.8,108.3L170.4,108.4C169.9,109 169.5,109 169.4,109C169.2,109.4 169,109.7 168.8,110.1C168.8,110 168.8,109.8 168.9,109.5C168.3,109.8 168.4,110 168.4,110.3C168.4,110.6 168.1,111 167.9,111.4L167.9,110.9C167.8,111.2 167.7,111.5 167.8,111.6C167.7,111.8 167.6,111.9 167.6,112.1C167.8,112 168.2,111.9 168.7,111.4C167.6,112.8 167.1,114 165.9,115.1C165.8,115 165.9,114.3 165.8,114.5C165.4,115.1 165.2,116 165.5,116C165.4,116.2 165.4,116.3 165.3,116.4C165.1,116.5 164.9,116.5 164.7,116.8C164.6,116.8 164.5,116.9 164.4,117.2C164.7,117.6 163.8,118.8 163.8,119.1C164,118.8 164.2,118.5 164.4,118.1C164.4,118.8 164.4,119.4 164,119.7C164.3,118.6 163,120.5 163.7,119C162.6,119.7 163.8,119.7 163,120.7L162.4,121.3C162.2,121 162.9,120.1 162.7,120.2L162.5,120.7C162.5,120.1 163.7,118.3 164,117L162.5,119.2C161.2,122.3 158.8,125.6 158.1,128.4L158.1,128.3C158.1,128.4 158.2,128.4 158.2,128.5L158.1,128.6L158.1,129.2C157.5,129.6 156.9,130.6 156.2,131.4C156.7,130.9 156.7,130.9 157,131C157.2,131.3 157.3,131.4 156.8,132.2C156.6,132.1 156.9,131.6 156.4,132.1C156.7,131.8 156.7,132.2 156.5,132.6C156.1,133 155.6,133.7 155.4,133.6C155.5,133.4 155.6,133.2 155.7,133.1C155.8,132.9 155,133.9 155.2,133.1L154.8,134C154.3,134.4 154.7,133.5 154.5,133.7C153.9,135.2 154,136.1 153.4,137.4C153.3,137.3 152.8,137 153,137.1C152.3,138 152.4,139.4 151.8,140.5C151.7,140.3 152,139.9 152.1,139.5C150,142.7 148.5,145.5 146.2,148.4L146.3,149.4L145.5,150.1C143.3,153.2 142.2,155.9 140.6,159.1C140.1,160.1 139.9,159.5 139.5,159.9C138.2,162 138.5,162.8 137.5,164.9C137.5,164.6 137.3,163.9 136.8,164.8C136.8,164.9 136.8,164.9 136.9,165L136.9,165.3C136.9,165.5 136.8,165.8 136.6,166.3L136.6,165.8C136.3,166.2 136.2,166.7 136.2,167.3C136.2,167.6 136.3,167.9 136.4,168.3C136.4,168.5 136.5,168.7 136.6,168.9C136.6,169 136.7,169.1 136.7,169.2C136.7,169.3 136.8,169.3 136.8,169.4C137.8,171.3 139.2,172.9 140.6,174.2C141.4,175.9 139.9,174.3 140,174.6C139.6,173.4 139.5,173.8 139.1,173.6C139.6,174.2 140.1,174.9 139.9,175.3C140.4,176.2 140.6,176.5 141.3,177.3C140.9,176.9 140.9,176.5 141.3,176.8C141.6,177.6 142.7,179.3 142.2,179.4C144.5,183.4 146.9,188.1 149.3,192.4C149.9,193 149.1,191.8 149.5,192.1C150.4,193 149.8,193 150.5,193.8L150.1,193.6C150.8,194.9 152,196 152.9,197.1C152.5,197 153.2,198.2 152.5,197.3C152.9,197.9 152,199.2 152.5,199.6L153.3,198.3C153.4,198.3 153.8,199.2 153.9,199C154,199.6 154,200.4 154.2,200.8C154,201.1 153.6,200.2 153.3,199.7C152.8,199.9 153.9,201.6 153.1,201.1C153.8,202.1 153.3,200.8 153.8,201.4L154.2,202.4L154,201.6C154.6,202.3 155.1,202.4 155.4,203.6L156.5,204.4C156.2,204.7 156.9,205.2 157.1,205.8L156.7,205.6C157.1,206.3 157.2,206.7 157.3,207.2C156.7,207 157,206.5 156.6,206.5L156.9,207.4C157.1,207.3 157.6,207.7 157.4,207.1C157.8,207.4 158.2,207.6 158.5,207.9C158.9,208.3 159.4,209 160.4,210C160.8,210.6 160.4,210.4 160,210.2C159.6,210 159.2,209.6 159.2,209.9C160.2,211.2 161.4,211.5 162.2,211.5C163,211.5 163.6,211.4 164.4,211.5C164.9,211.6 165.2,211.6 165.5,211.6C165.8,211.6 166,211.6 166.2,211.5C166.6,211.4 167,211.3 167.8,211.3C167.3,211.6 169,211.6 169.3,211.9L168.6,212.2C169.1,212.1 169.6,212.2 169.5,212.4C169.4,212 171.7,212 172.9,211.8L172.7,211.5C173.6,211.4 174.9,211.2 175.8,211.3C177.2,211.2 176.9,210.9 177.9,210.5C178.5,210.8 178.5,211.1 178.4,211.5C178,211.3 177.3,211.4 176.7,211.3C174.9,211.6 173.5,212.3 171.7,212.1C171,212.9 172.9,212 173.8,212.3C173.8,212.3 173.7,212.4 173.6,212.4L173.8,212.4C173.1,212.5 172.1,212.6 171.9,213C173,212.9 172.6,212.2 174,212.5C175,212.3 175.9,212.9 176.5,213C176.8,212.9 177,212.6 177.3,212.4C177.4,212.3 177.6,212.2 177.9,212.2L179,212.2L178.7,212.3C178.6,212.3 178.6,212.4 178.5,212.4L178.2,212.6L178.8,212.6C179.1,212.6 179.3,212.5 179.4,212.5C179.7,212.4 179.9,212.3 180,212.2C180.3,212 180.5,211.9 181.7,211.4C181.3,211.5 181.4,211.4 181.4,211.2C181.4,211.1 181.4,211 180.6,211.2C180.9,211 181.4,210.8 182,210.4C182.5,210.1 183,209.5 183.2,208.9C183.2,208.6 183.1,208.8 183,208.7C182.7,209.3 182.5,209.7 182.2,210C181.9,210.3 181.5,210.6 180.9,210.5C180.7,210.7 180.5,210.9 180.3,211.1C179.6,211.1 179.2,211 179.1,210.8C179,210.7 179.1,210.5 179.4,210.4C179.1,210.4 178.8,210.5 178.6,210.4C178.5,210 178.8,210.1 179.2,210.2C179.6,210.3 180.1,210.3 180.2,210C180,210.1 179.7,210.1 179.5,210.1C179.1,209.7 180.9,209.7 181.7,209.1C182.2,208.9 182.4,208.4 182.5,208.1C182.6,207.8 182.6,207.5 182.8,207.5C182.9,208 183,208.5 182.8,209C183.1,208.7 183.2,208.2 183,207.7C182.9,207.2 182.6,206.7 182.5,206.3L182.5,206.1C182.5,206.1 182.5,206.2 182.4,206.2C182.3,206 182.3,205.9 182.3,205.7C182.2,205.5 182.1,205.3 182,205.1C181.9,204.9 181.8,204.8 181.7,204.6C181.5,204.3 181.3,203.9 181.1,203.6L180.9,203.8L181.1,203.8C181.4,204.3 181.6,205.2 181.2,204.8C180.3,203.7 180.7,203.2 180.8,202.8C181.4,202.9 181.5,204 181.9,204.6C182.1,204 181.3,203.3 180.8,201.9C181.5,202.2 181.6,203.4 182.2,203.5C181.7,202.4 181.2,202.3 180.8,201.2C181.1,201.2 181.7,202.3 181.9,202.1L181.7,201.3C182.7,203 182.1,200.7 183,202C182.8,201.3 182.1,201.3 181.9,200.3C181.8,200.6 181.9,201.5 181.2,200.7L180.8,199.7C180.8,199.2 181.8,200.5 181.7,199.8L181,198.9C180.9,199 181.1,199.5 180.7,199.3C180.5,198.7 179.6,198.6 179.1,198C178.8,197.4 178.6,197 178.7,196.7C177.5,195.5 176.6,193.8 175.5,192.7C176.2,193.4 175.9,192.4 175.9,191.8C176.5,192.8 176.9,192.6 177.2,192.4C176.8,191.8 176.2,191.6 176.2,192C175.8,190.9 175.5,191.4 175.3,190.4C175.1,189.8 175.9,190.5 175.9,190.2C175.3,189.1 175.2,190.1 174.7,188.9C174.8,188.9 174.9,189 174.9,188.9C174.6,188.2 174.1,187.6 173.8,187.6C174,186.6 172.7,185.7 173.3,185.6C172.3,184.1 173.1,186 172.8,185.8C172.2,185.3 171.8,184 171.6,183.6C171.8,184 172.2,184.3 172.3,184.7L172.5,184.2C171.7,182.1 171,183.4 170.3,181.4C171,182.3 170.8,181.6 171.3,181.9C171,181.7 170.4,180.1 170.6,181.2C170.2,180.5 170,180 169.8,179.4C169.3,178.9 168.8,178.2 168.4,178C167.9,177 167.8,176.1 167.7,175.6C166.3,173.7 165.7,171.5 164.2,169.5L164.3,169.7C163.4,168 164.2,170.7 163.3,169C163.6,169 163.5,168.7 163.4,168.3C163.3,167.9 163.1,167.6 163.3,167.5L163.3,166.9C163.3,166.7 163.4,166.6 163.6,166C164,165.1 164.5,164.2 165.2,163.3C165.3,163.4 165.3,163.6 165.1,163.9C166.1,162.5 166.7,161.2 167.5,159.9L167.5,160C169.1,158.1 169.8,155.8 170.9,153.6C170.9,153.8 171,154 171,154.1C171.7,153 172.8,151.3 172.9,150.3C174.1,149.2 173.3,149.3 174.7,147.9C174.8,147.8 174.7,148.1 174.6,148.2C175.2,147.4 175.5,146.8 176.1,146C176.9,144 176.6,143.2 178,141.1C178.7,141.3 177.4,142.5 177.8,142.9C177.9,142.4 178,142 178.5,141.4C178.5,141.9 178.6,141.6 178.7,141.9C179.1,141.5 179.1,139.7 179.2,139.7C179.1,139.6 178.9,139.7 178.7,140.2C178.6,139.5 179.9,138 180.3,136.9C180.1,137.2 179.4,138.3 179.3,137.7C180.2,136.3 179.9,135.5 180.2,134.4C181.2,133.2 180.2,135.7 180.7,135.6C181,135.5 181.6,135.1 181.5,135.8C182.3,134.7 182.4,133.6 182.9,132.5L183,132.6C183.8,131.1 184.1,129.2 185.1,128.1L184.6,128.7C184.7,128.4 185.1,127.7 185.1,127.2C185.3,127.4 186,126.5 185.9,127C185.6,126 187.4,123.5 187.2,122.4C187.6,122.1 187.7,122.6 187.7,122.8C187.1,123.7 186.8,123.9 186.8,124.6C187.2,123.8 187.7,123.4 187.8,123.6C187.8,122.6 188.7,120.7 188.6,120.1C189.1,119.7 189.5,119.2 189.8,119.6C190.9,117.1 188.1,120.2 189.6,117.5C190.6,116.5 189.4,118.9 190.4,117.3L190.3,117.6C191.8,116.9 190.2,116.4 191,115.1C191.6,115.2 190.8,116.2 191.7,115.5C192.3,114.2 191.9,113.2 192.8,112.1L192.9,112.4C193.3,111.6 194.3,110.1 194.7,109.3C194.8,109.3 194.7,109.4 194.7,109.6C195.7,108.2 194.8,108.8 195.8,107.8L195.8,107.3C195.3,107.8 194.4,108.9 194.2,109.8C194.4,108.9 192.9,110.7 192.8,110.1L192.9,110.3C191.1,111.9 189.5,114.4 187.8,116.8C187.4,118.7 186,119.4 185.4,121.3C185.8,121.9 185.3,121.7 184.6,123.2C185,122.4 184.2,122.9 183.9,123.3C183.9,123.7 183.7,124 183.6,124.4C183.2,124.6 181.8,126.2 181.7,127.1C181,127.9 181.6,126.8 181.6,126.5C181.1,126.7 181.4,127.4 181,127.6C181,127.6 180.9,127.6 181,127.4C180.2,128.8 179.6,129.5 178.7,130.9C179.2,131.3 178.1,132.4 177.9,133.2C177.8,132.9 177.2,133.9 176.9,134.2L176.9,135.2C176.8,136.2 176.1,136.1 175.7,137.2L175.9,137C175.7,137.8 174.3,139.5 173.6,140.1C170.9,147.3 167.2,150 163.5,157.2C163.4,157.7 164,157 164,157.5C163.7,158.2 163.5,158.4 163.2,159C163.7,158.5 163.4,158.5 163.5,158.7L163.9,157.6C164,157.6 163.9,157.7 164,157.6C164.1,157.2 164.3,156.8 164.5,156.4C164.3,157.1 164.6,157.5 164,158.2C164,158.1 164,158 164.1,157.7C163.7,158.4 163.8,158.5 163.4,159C163,159.6 163.2,159.5 162.9,159.5L161.6,161.4C161.5,162.7 160.4,163.6 160.1,163.9C159.9,163.5 160.7,162.5 160.7,161.8L160,162.4L160.3,162.6L159.6,163.6L159.6,163.5C159.6,163.7 159.7,163.9 159.4,164.1C159.3,164.1 159.2,164.2 159.3,164.1C159.2,164.5 159,164.8 158.9,165.3C158.9,164.9 158.7,165.1 158.6,165.5C158.4,165.9 158.3,166.3 158.2,166.2C157.9,167.4 158.2,168.5 158.5,169.3C158.8,170.1 159.2,170.5 159.4,170.8C159.9,171.5 160.3,172.1 160.6,173.3C160.6,172.9 161.5,173.7 161.8,174.3C161.9,174.7 161.9,174.8 161.6,174.7L162.2,175.4C162.2,176.7 163.2,177.6 163.8,179.2L163.6,179.2C164.1,179.7 164.6,180.2 165,181.1L164.6,181.1C165,182.3 165.7,181.6 166.1,182.8C166.4,182.6 166.2,181.8 166.4,181.5C166.2,181.9 166.9,183.2 166.9,182.8C167.7,183.9 167.3,183.6 167.3,183.7L167.9,184.3C168.3,185.1 167.6,184.8 167.3,184.6C168.1,185.2 168.3,186.1 168.7,187L168.4,186.7L169,187.9C169.7,188.5 170.2,189.5 170.6,190.6L169.8,190.2C169.9,191 170.1,190.5 170.3,190.6C171.1,191.6 170.9,191.9 171,192.6C171.4,194 171.2,196.2 172.6,197.3ZM163.7,123.1L163.5,123.2C163.7,122.8 163.7,122.6 163.7,123.1ZM158.4,132.3C158.9,131.1 158.9,131.6 159,131.5C158.3,132.5 158.1,133.2 157.4,134.1C157.6,134 157.7,134 157.8,134C157.6,134.4 157.2,134.7 157,134.7C156.8,134.1 158.9,131.9 158.4,132.3ZM168.1,110.3L168.1,110.5L168.1,110.3ZM165.3,116C165.2,116 165,116.1 164.9,116.3C165.1,116.3 165.2,116.2 165.3,116ZM158.6,126.8C158.3,127 158,127.6 157.8,128C157.9,127.8 158.2,127.5 158.6,126.8ZM153.1,198C152.8,197.7 152.3,197.2 152.5,197.8C152.8,198 152.8,198.7 153.2,198.8L153.2,198.9C153.2,198.4 153.1,198.1 153.1,198ZM180.3,205.7C180.5,205.7 180.9,205.9 180.9,205.7L180.9,205.8C180.9,205.7 180.9,205.6 181,205.7C180.9,205.4 180.8,205 180.6,204.9C180,205 179.6,204.5 180.3,205.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M172.6,212.2L173,212.2L172.6,212.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M180.7,204.9C180.6,204.9 180.8,205.2 180.9,205.7C180.9,205.6 180.9,205.3 180.7,204.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M186,104.3L185.6,104.4L186.3,104.6C187.5,104.4 187.6,104.1 187.9,103.8C186.8,104.1 186.1,104 184.7,104L186,104.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M185.4,102.2C185.3,102.1 185,101.9 184.8,101.9L184.6,102.1L185.4,102.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M169.9,105.1C170.2,104.7 170.5,104.3 170.9,104C171,103.8 170.7,103.9 170.4,104.2C170.1,104.5 169.9,104.9 169.9,105.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M175.9,104.6L176.5,104.4C176.2,104.3 175.9,104.3 175.6,104.3C175.4,104.3 175.2,104.4 175.2,104.5C175.4,104.4 175.5,104.5 175.5,104.5C175.6,104.6 175.6,104.6 175.9,104.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M168.3,107.9C168.5,108.4 167.6,108.8 167.8,109.2C167.8,108.9 168.6,108.1 168.3,107.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M171.9,109C172.4,108.9 172.4,108.2 172.9,107.6C172.6,108.1 171.8,108.6 171.9,109Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M166.2,113.9C166,113.7 166.2,113.3 166.6,112.8L166.6,113.4C166.9,112.5 166.9,112.5 167.2,111.7C166.7,112.3 166,113.2 165.8,112.9C165.6,113.6 165.6,114.4 166.2,113.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M171.1,110.6C171.5,110.1 171.9,109.9 172.2,109.3C172,109.3 171.6,109.4 171.2,110.2L171.1,109.8C170.5,110.2 171.7,109.6 171.1,110.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M163.8,116.6L164.1,116.3C164.3,115.4 165,114.5 164.8,113.9C164.4,114.8 163.9,116 163.8,116.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M169.1,112.9L169.4,113.2C169.9,112.5 169.2,113.2 169.3,112.9C169.5,112.7 169.7,112.4 169.7,112.2C169.3,113.1 169.4,112.1 169.1,112.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M168.1,115.6L167.7,116.7L168.6,116.2C169.1,114.9 168.4,116 168.1,115.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M167.2,116.7L167.1,116.8L166.9,118.6C167,117.5 167.1,117.5 167.2,116.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M154.6,132.9C154.7,133.1 155.4,132.4 155,132.7C155,132.5 154.1,133.5 154.6,132.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M159.8,131.1C159.4,131.4 158.9,132.9 158.7,133.6C159,132.8 160.1,131.1 159.8,131.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M158.6,133.8C158.6,133.7 158.7,133.6 158.7,133.5C158.7,133.7 158.7,133.8 158.6,133.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M145.5,159.1C145.5,159.2 145.4,159.2 145.4,159.3C145.5,159.2 145.5,159.2 145.5,159.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M145.8,158.5C146.1,158.1 146.4,157.3 146.3,157.1C146,157.8 145.8,158.4 145.6,159.2C145.7,158.8 146,158.5 145.8,158.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M142.4,164.1C142.5,163.8 142.7,163.4 142.5,163.4C142.4,163.6 142.2,164.3 142.4,164.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M154.3,203.4C154.5,204 154.8,204.3 154.9,204C154.6,203.4 154.6,203.8 154.3,203.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M155.4,204.7L155.3,204.8L155.3,205.3L155.4,204.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M157.2,208.9C157.1,208.9 157,208.8 156.9,208.7C157.1,208.9 157.3,209.2 157.2,208.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M156.8,208.5L156.9,208.6L156.8,208.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M156.7,208.2L156.5,208.2C156.5,208.2 156.6,208.4 156.8,208.5C156.7,208.4 156.7,208.2 156.7,208.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M158.4,210.5C158.2,210.1 158.1,209.7 157.9,209.3C157.5,208.9 157.6,209.2 157.8,209.5C157.9,209.8 158.1,210.2 157.5,209.8C157.8,210 158.1,210.3 158.4,210.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M162.3,212.5C163.5,213 165.1,212.2 165.4,212.7C167.7,212.4 164.9,211.9 167.5,211.7C166.3,211.6 166,211.8 165.7,212.1C165.6,212.2 165.4,212.3 165.2,212.4C165,212.5 164.6,212.5 163.9,212.4C164.6,212.6 164.4,212.6 163.9,212.7C163.3,212.7 162.6,212.6 162.3,212.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M162,211.6C161.7,211.8 163.1,212.2 163.5,212C163.2,211.9 162.6,211.5 162,211.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M167.5,212.6L168.2,212.8L168.4,212.6L167.5,212.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M170.1,212.7L169.4,213C169.7,212.8 170.7,212.9 170.1,212.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M173.9,213C174.6,213.1 175.1,212.4 173.7,212.6L174,212.6C173.9,212.7 174.7,213 173.9,213Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M183.2,209.2C183,209.8 182.6,210.4 182.8,210.4C183.2,209.9 183.3,209.3 183.4,208.7C183.4,208.9 183.3,209.1 183.2,209.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M181.7,208.7C181.3,208.9 181.1,209.8 180.1,209.9C180.6,209.8 180.8,209.7 181,209.6C181.2,209.4 181.5,209.3 181.7,208.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M184,207.3C184.2,207.8 184.1,208.6 184,209.1C184.1,209 184.3,208.7 184.3,208.3C184.2,207.9 184.1,207.5 184,207.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M182.7,204.3C182.7,203.9 183,204.3 182.9,204C182.7,203.2 182.2,202.4 181.8,202.1C181.7,202.4 181.4,202.8 181.1,202.6C181.5,203.2 181.9,203.5 182.3,203.8C182.5,204 182.6,204.1 182.7,204.3C182.7,204.5 182.8,204.8 182.8,205.1C183.1,205.3 183.3,205.6 183.5,205.9L183.8,206.3L184.1,206.8C183.8,204.9 183.2,205.5 182.7,204.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M182.5,208.1C182.6,207.8 182.6,207.6 182.7,207.3C182.5,207.4 182.3,206.8 182.1,206.3C181.9,206.4 182,206.7 182.2,207.1C182.3,207.3 182.4,207.5 182.5,207.7C182.4,207.8 182.5,208 182.5,208.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M178.9,197.9L178,196.7L178.9,197.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M178.6,197L178.7,196.9L177.9,196L178.6,197Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M178,195.5L178,195.7L178.6,196.4L178,195.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M176.5,192.7L176.4,193C176.6,193.3 176.8,194.1 177,193.9C176.8,193.7 176.5,193 176.5,192.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M166.4,186C166.7,186.2 166.7,186 166.7,185.8L166.2,185.6C166.3,185.7 166.5,185.9 166.4,186Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M166.1,184.2L165.2,183.4C165.8,184.6 166.1,184.6 166.7,185.5C166.6,185 166,184.6 165.8,184L166.1,184.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M159.8,162.1C160,162.3 160.1,162.1 159.8,162.9C160.2,161.8 160.8,161 161.4,159.8C161.1,159.9 161.4,158.9 161.2,159.4L160.6,160.8L160.5,160.5C159.8,161.3 160.4,161.2 159.8,162.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M191.4,112.5C191.4,112.7 191.6,112.6 191.8,112.5C192.1,111.7 191.3,112.7 191.4,112.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M113.3,178.2C113.1,178.6 113.4,178.3 113.7,178.3L113.3,178.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M113.7,178.3L114,178.4C113.9,178.3 113.8,178.3 113.7,178.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.1,178.6C115.5,178.9 114.9,178.5 114.5,178.9C115.1,179.1 116,179 116.1,178.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M115.3,178.3L115.2,178.5L115.7,178.1L115.3,178.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M114.9,178.1L115,178.1L115.8,177.9L114.9,178.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M118,178.7L117.4,178.8C116.9,178.5 117.8,178.4 117.4,178.2C116.7,178.2 117.1,178.9 116.3,178.8C116.4,179.1 117.7,178.8 117.6,179.3C118.3,179.3 117.6,178.9 118,178.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M136.1,152C136.1,152 136,152 136.1,152Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138.9,145.1C138.9,145 138.8,144.9 138.8,144.7C138.8,144.7 138.8,144.8 138.7,144.9L138.9,145.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M134.1,157.4C134,157.5 133.9,157.6 133.8,157.7C133.9,157.6 134,157.6 134.1,157.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.4,126.5L108.3,126.4L108.4,126.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M133.1,136.6C133,136.5 132.9,136.4 132.9,136.3C132.9,136.5 133,136.6 133.1,136.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M132.4,160.3C132.4,160.3 132.4,160.2 132.5,160.2L132.4,160.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138.2,146.3C138.3,146.2 138.4,146.1 138.4,146C138.3,146.2 138.3,146.3 138.2,146.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.4,175.4C126.5,175.3 126.6,175.2 126.6,175C126.4,175 126.3,175.1 126.4,175.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M128,172.4L128,172.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M129.1,170.6L129.1,170.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.5,175C126.8,174.8 127.4,175.1 127,174.4L126.9,174.4C127.1,174.3 127.1,173.9 127.2,173.7L127,173.7C126.9,173.8 126.8,173.9 126.7,174.1C126.4,174.3 126.6,174.7 126.5,175Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M136.2,152.1C136,152.1 136,152.3 136.2,152.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M135.2,154.8L135.4,154.6C135.3,154.6 135.3,154.7 135.2,154.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M129.8,164L129.8,164Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M135.5,154.3L135.4,154.5C135.5,154.5 135.5,154.4 135.5,154.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M131.7,161.4L131.7,161.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.9,164.7C106,164.5 106.2,164.4 106.3,164.3C106.1,163.8 105.8,165.2 105.8,164.4C105.7,164.6 105.7,164.7 105.7,164.9L106.2,164.8C106.3,164.4 105.9,165 105.9,164.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.6,129.7C108.4,129.7 108.4,129.7 108.4,130C108.8,130.2 109,129.6 109.6,130C109.5,129.9 109.5,129.8 109.4,129.6C109.3,129.9 109,129.8 108.6,129.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.5,129.6C109.5,129.5 109.6,129.5 109.6,129.5C109.6,129.4 109.5,129.4 109.5,129.3C109.4,129.4 109.4,129.5 109.5,129.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.7,158.3C109.8,158.2 109.8,158.2 109.9,158.1C109.8,158.2 109.7,158.3 109.7,158.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138.2,135.1C138.3,135.2 138.4,135.3 138.5,135.3C138.4,135.1 138.3,135.1 138.2,135.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.4,123.9C109.5,123.9 109.6,123.8 109.7,123.8C109.8,123.8 109.8,123.7 109.9,123.7C109.7,123.7 109.6,123.8 109.4,123.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M118.7,138.2C118.2,138.3 118.8,138.3 118.7,138.7L119.1,138.9C119,138.7 118.8,138.4 118.7,138.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.6,164.9C105.6,164.9 105.7,164.9 105.6,164.9C105.7,164.9 105.7,164.9 105.6,164.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M120.9,149.8L120.8,149.9L120.9,149.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.7,127.5C108.6,127 108.5,126.5 108.5,126.1C108.5,126.2 108.4,126.4 108.4,126.5C108.6,126.7 108.3,127.3 108.7,127.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.2,133.5L116.4,133.3C115.2,132.5 115.3,130.9 114,130.4C114.2,128.7 112.6,129.9 112.8,128.3L112.7,128.4L112.5,128L112.5,127.7C112.5,127.6 112.5,127.5 112.6,127.4C112.7,127.2 113,127.3 113.2,127.3L116.3,127.3C117.4,127.3 118.5,127.2 119.6,127.1L119.6,127.3C121.3,127.4 123,127.4 124.7,127.4L126.9,127.4C127.3,127.5 127.6,127.6 127.8,127.7C127.9,127.8 128,127.9 128.2,128.1C128.3,128.3 128.4,128.4 128.7,128.8L130,131C130.9,132.5 131.7,133.9 132.5,135.4C133,135.9 133.2,135.4 133.7,135.7C133.8,135.9 134.1,136.4 133.9,136.5C133.5,136.2 133.5,136.5 133.3,136.4C133.7,137.1 133.9,138 134.6,138.5L134.6,137.9C134.9,138.1 135,138.5 135.1,138.7C134.9,138.7 134.8,139.1 134.6,139C136.1,140 134.8,140.1 135.8,141C136.6,141 137.8,142.1 138.8,142.8L138.9,143.3C138.5,142.7 138.4,143.5 138,142.7C138.2,143.4 138.8,143.9 139,144.5C139.1,144.3 139.3,144.3 139.5,144.5C139.6,144.9 139.4,145.1 139.4,145.3C139.4,145.3 139.3,145.3 139.3,145.2C139.3,145.2 139.2,145.2 139.1,145.1L139.1,145.2L139.2,145.2C139.3,145.2 139.4,145.3 139.4,145.3C139.1,145.4 139,145.5 138.7,145.5C138.8,145.5 138.8,145.6 138.9,145.6L138.9,145.8C138.8,146 138.7,146.2 138.6,146.6C139.3,146.1 138.9,146.9 139.1,146.9L139.4,146.1C138.6,147.1 139.6,145.7 139,145.7C139.1,145.7 139.3,145.8 139.4,145.9C139.5,146 139.5,146.1 139.5,146.1C139.5,146.1 139.6,146.1 139.6,146C139.6,146 139.6,145.9 139.7,145.9C139.7,146 139.6,146.3 139.5,146.4C139.4,146.6 139.3,146.7 139.3,146.9C139.2,147.2 139,147.5 138.9,148.1C139.2,147.5 139.1,148.3 139.5,148C139.1,148.8 139.2,148.1 138.8,148.3C138.6,148.7 138.2,148.8 138.4,149.3C137.9,149.9 138.1,149.1 137.7,149.4C137.5,149 139.1,147.7 138,147.5C138.2,147.1 138,146.6 138.3,146.1C137.9,146.5 137.2,147 137.2,147.6L137.8,147.8C137.6,148.2 137.9,148.4 137.7,148.7C137.6,148.5 137.2,148.7 137.1,149C137.2,148.9 137.3,148.8 137.4,148.9C137.1,149.5 137.4,149.7 137.1,150.5C137.6,150 137.8,149.9 138.4,149.4C138.7,149.7 138.2,149.8 138.1,150.2C138.1,150.1 138.1,150.1 138,150.1L138,150.5C137.4,151.2 137.5,150.2 136.9,150.7C136.3,151 136.8,151.4 136.4,151.6L136.5,151.6C136.5,151.7 136.4,151.7 136.4,151.8C136.2,152.2 136,152.6 136.2,152.9C136,152.9 136,153.3 136.1,153.4C136.1,153.7 136.1,154.3 135.5,154.5C135.2,155 134.8,155.3 134.7,155.1L134.1,155.9L133.8,155.7C133.5,156.5 133.8,156.5 133.9,157.1C133.4,157.5 133,158.5 133,158.9C133,159 132.9,159 132.8,159.2L133.1,159C132.8,159.6 133,159.6 132.8,160C132.9,159.9 132.9,159.9 132.7,160.1C132.7,160.2 132.6,160.2 132.5,160.3C132.5,160.3 132.5,160.2 132.6,160.1L132.4,160.1C131.7,160.4 132.2,160.9 131.8,161.3C131.8,161.2 131.8,161.2 131.9,161.1C131.6,161.3 130.9,161.5 131.2,161.7C131.1,161.7 131.1,161.9 131.2,162L131,162.2C131.1,162.1 131.1,162.1 131.2,162C131.2,162.2 131.3,162.4 131.2,162.3L130.7,163C130.6,163.1 130.5,163.3 130.5,163.5L130.3,163.5C130.2,163.8 130.1,163.7 130.1,163.7C129.1,164.3 129.6,165.2 128.6,165.9C128.7,166.2 129.1,165.9 129.2,165.9C129.3,166.1 129.2,166.8 129.1,167.1C128.5,167.4 127.5,168.5 127.1,168C126.6,168.8 127.5,167.9 127.5,168.4L127.4,168.5C127.6,168.3 127.9,168.1 128.2,168.1C128.5,168.2 128.2,168.9 128,169.1L127.7,168.8C127.4,169.6 128.1,169.7 128.2,170.4C127.7,170.9 127.6,170.4 127.2,170.3L126.9,171L126.6,170.8C126.5,171.2 126.7,171.5 126.2,172C126.2,171.5 125.5,172.7 125.4,171.9C125.1,172.2 125.6,172.5 125.2,172.5C125.4,172.9 125.5,172.3 125.7,172.2C126.2,172.3 125.5,173 125.4,173.4C125.2,173.3 125.3,173 124.9,173.4C125,173.6 125,173.9 124.6,174.1C124.9,174.3 124.4,174.6 124.2,174.8C124.4,174.6 124.8,174.3 125,174.6C125,174.9 125,175.1 124.6,175.5L124.9,175.3C125,176 124.2,175.8 123.8,176.3C123.9,176 124,175.9 123.9,175.5C123.8,175.8 123.6,176.4 123.3,176.8C123.1,176.8 122.8,176.7 122.6,176.7C122.7,177 122.1,176.9 122.2,177.2C121.5,177.2 122.6,176.7 122.5,176.4C121.8,176.5 122.1,177.2 121.3,176.8C121.4,176.7 121.4,176.6 121.5,176.5C121.3,176.5 120.8,176.7 120.8,176.6C120.8,176.7 120.9,176.7 121.1,176.7C121,177.4 119.9,177.2 120,177.8L120.4,177.8C119.8,177.9 119.4,178.4 118.9,178.1C118.6,177.9 119.2,177.7 119.4,177.5C118.8,177.5 118.9,178.2 118.3,178.2C118.6,178.3 118.6,178.5 118.4,178.7C118.8,178.7 119.6,178.9 119.5,178.6L119.4,178.5C119.4,178.3 119.7,178.3 119.8,178.2C120.3,178.2 120,178.5 120.1,178.6C121,178.7 120.2,177.9 121,178L121.1,178.1C121.5,177.9 122.1,177.8 122.1,177.4C122.6,177.7 122.9,177 123.3,177C123.6,177.4 123.2,177.6 122.8,177.7C122.4,177.8 121.9,177.8 121.7,178.1C122.2,178.2 121.5,178.6 121.3,178.8C121.8,178.6 122.3,178.4 122.7,178.1C122.8,178.2 123.5,178.4 123.6,178L123.5,178C124,177.6 123.6,177.4 124.1,177.2C124.2,177.2 124.2,177.4 124.2,177.5C124.6,177.3 124.4,177.1 124.5,176.8C124.9,176.5 124.6,177.2 125,177C125.1,176.3 125.6,176.4 125.9,175.9C125.4,175.7 126.1,174 125.3,174.6L125.5,173.5C125.9,173.4 125.8,174.5 126.3,174.4L125.9,175.1C126.5,175.3 126.4,173.4 127.3,173.3C127.5,172.9 127.4,173 128.1,172.4L127.5,172.2C127.8,171.9 128.2,171.9 128.3,172C128.4,171.8 128.5,171.6 128.7,171.4C128.7,171.5 128.8,171.6 128.7,171.8C129.2,171.7 129.1,171.5 129,171.4C129,171.2 129.1,171 129.2,170.7L129.3,171C129.3,170.8 129.4,170.6 129.3,170.6C129.4,170.5 129.4,170.4 129.4,170.3C129.3,170.3 128.9,170.3 128.6,170.6C129.3,169.8 129.6,169.1 130.4,168.6C130.5,168.7 130.6,169.1 130.6,169C130.9,168.7 130.8,168.1 130.6,168C130.6,167.9 130.7,167.8 130.7,167.8C130.9,167.8 131.1,167.8 131.2,167.6C131.3,167.6 131.4,167.5 131.4,167.4C131,167.1 131.7,166.5 131.6,166.2C131.5,166.3 131.3,166.6 131.2,166.8C131.1,166.4 130.9,165.9 131.3,165.8C131.3,166.5 132.1,165.4 131.7,166.3C132.6,166 131.5,165.8 132,165.3L132.4,165C132.7,165.2 132.2,165.7 132.4,165.7L132.5,165.4C132.6,165.8 131.8,166.8 131.8,167.6L132.7,166.4C133.3,164.6 134.9,162.7 135,161L135,161.1C135,161.1 134.9,161 134.8,161L134.9,161L134.8,160.6C135.3,160.4 135.7,159.9 136.2,159.5C135.8,159.7 135.8,159.7 135.6,159.7C135.3,159.5 135.2,159.4 135.6,159C135.8,159.1 135.7,159.4 136,159.1C135.8,159.2 135.7,159 135.8,158.8C136.1,158.6 136.4,158.2 136.6,158.3C136.6,158.4 136.5,158.5 136.4,158.6C136.4,158.7 136.9,158.2 136.9,158.6L137.1,158.1C137.4,157.9 137.3,158.4 137.5,158.3C137.8,157.4 137.5,156.8 137.7,156.1C137.8,156.2 138.3,156.4 138.2,156.3C138.7,155.8 138.3,154.9 138.6,154.3C138.7,154.4 138.5,154.7 138.5,154.9C139.8,153.1 140.7,151.5 142.2,149.9L141.9,149.3L142.5,149C142.9,148.6 143.1,148.1 143.4,147.7L143.5,147.5L143.6,147.2C143.7,147 143.7,146.8 143.8,146.7C143.9,146.3 143.9,146 143.9,145.6C143.9,145.2 143.8,144.9 143.6,144.5C143.5,144.3 143.4,144.1 143.4,144L143.2,143.7C142.9,143.3 142.6,142.9 142.3,142.5C141.9,142 142.5,142 142.5,141.7C141.8,140.4 141.1,140.4 140.3,139.2C140.6,139.3 141.2,139.4 140.9,138.9C140.7,138.9 140.4,138.9 140.3,138.5L140.6,138.6C140.7,138.2 140.3,138 140,137.4C139.4,136.3 138.4,135.5 137.3,134.9C136.8,133.9 137.9,134.7 137.9,134.5C138.1,135.2 138.3,134.9 138.5,135C138.2,134.7 137.8,134.3 138.1,134C137.8,133.5 137.7,133.3 137.2,132.9C137.5,133.1 137.4,133.4 137.1,133.2C137,132.7 136.3,131.8 136.7,131.6C136,130.5 135.3,129.2 134.6,128C134.2,127.4 133.9,126.7 133.5,126.1C133.3,125.8 133.1,125.3 132.8,125C132.5,124.6 132.2,124.2 131.8,123.9C131.1,123.6 132.1,124.3 131.7,124.2C130.7,123.8 131.2,123.5 130.4,123.3L130.8,123.2C130.3,122.8 129.6,122.7 129,122.7C128.4,122.7 127.8,122.8 127.3,122.8C127.5,122.5 126.5,122.5 127.3,122.4C126.8,122.4 126.2,121 125.9,121.3C126.1,121.7 126.2,122.2 126.4,122.6C126.4,122.7 125.8,122.6 125.9,122.7C125.5,122.4 125.1,122.1 124.9,122.1C124.8,121.8 125.4,121.8 125.7,121.8C125.7,121.3 124.6,121.5 125,121C124.3,121.1 125.1,121.3 124.7,121.5L124.1,121.4L124.6,121.6C124.1,121.8 123.9,122.2 123.2,121.9L122.5,122.4C122.4,122 122,122.3 121.6,122.2L121.8,121.9C121.3,121.9 121.1,121.8 120.8,121.7C121,121.3 121.3,121.8 121.3,121.4L120.7,121.3C120.7,121.5 120.4,121.7 120.8,121.9C120.3,122.4 120.1,122.7 118.9,122.7C118.3,122.3 119.5,122.3 119.2,121.9C117.9,121.7 117.7,123 117,122.9C116,122.7 116.1,123.1 115.2,123.1C115.5,122.8 114.5,122.8 114.2,122.5L114.5,122.2C114.2,122.3 113.9,122.2 114,122C114.1,122.2 113.8,122.3 113.4,122.3C113,122.4 112.6,122.4 112,122.5L112.3,122.8C111.6,122.9 110.8,123.3 110.1,123.5C109.7,123.7 109.6,123.9 109.6,124.1C109.6,124.3 109.6,124.5 109.5,124.8C109,124.9 108.7,124.8 108.5,124.5C108.8,124.3 109,123.9 109.5,123.8C109.9,123.4 110.4,123 110.9,122.6C111.2,122.5 111.5,122.3 111.8,122.2C112,122.2 112.2,122.1 112.4,122.1L112.8,122.1C113,121.7 112.8,121.7 112.5,121.8C112.4,121.8 112.3,121.9 112.2,121.9C112.1,121.9 111.9,122 111.8,122C111.5,122 111.3,122.1 111.1,122.1L111.2,122L111,122C111.3,121.9 111.6,121.8 112,121.7C112.2,121.6 112.3,121.6 112.4,121.5C112.5,121.4 112.5,121.3 112.5,121.2C112.4,121.2 112.4,121.2 112.3,121.3C112.2,121.3 112.1,121.4 112.1,121.4C112,121.5 111.9,121.6 111.8,121.7C111.6,121.9 111.4,122 110.7,121.9C109.9,122.3 108.9,122.1 108.4,122.4C108.3,122.7 108.3,123 108.3,123.2C108.3,123.5 108.1,123.8 107.8,124.4C107.7,124.1 107.7,123.9 107.7,123.6C107.2,124.3 107.4,124.6 107.5,124.8C107.5,124.9 107.6,125 107.6,125.2L107.6,125.9C107.7,125.4 108,126.4 108.1,125.6C108.3,126.1 108.4,127 108.6,127.6C108.7,127.8 108.8,127.6 108.9,127.6C109,126.9 108.2,126.4 108.7,125.9C108.5,125.7 108.4,125.5 108.3,125.2C108.6,124.6 109,124.7 109.1,125.2C109.1,125 109.1,124.8 109.3,124.8C109.6,124.9 109.5,125.1 109.4,125.2C109.3,125.4 109.2,125.6 109.5,125.8L109.5,125.4C109.7,125.4 109.8,125.7 109.8,126C109.9,126.3 109.9,126.7 110,126.9C109.9,127.4 110.1,127.9 109.8,128C109.6,127.7 109.5,127.5 109.3,127.2C109.2,127.7 109.9,128.3 110.1,128.7L110.1,128.8C110.1,128.8 110.1,128.7 110.2,128.7L110.2,129C110.4,129.3 110.9,129.8 110.9,130.1L111.2,130L111,130C110.8,129.7 110.8,129.2 111.1,129.4C111.7,130 111.2,130.4 111.1,130.6C110.6,130.6 110.7,129.9 110.4,129.6C110.1,130 110.8,130.3 110.9,131.1C110.3,131 110.4,130.3 109.9,130.3C110.2,130.9 110.6,130.9 110.8,131.6C110.5,131.6 110.2,131 109.9,131.2L110,131.6C109.4,130.6 109.5,132 108.9,131.3C108.9,131.7 109.6,131.7 109.6,132.3C109.7,132.1 109.9,131.5 110.3,131.9L110.5,132.5C110.4,132.8 109.7,132.1 109.7,132.6L110.2,133.1C110.3,133 110.2,132.7 110.5,132.8C110.5,133.2 111.4,133.1 111.8,133.4C112,133.7 112.1,134 112,134.2C112.9,134.8 113.4,135.8 114.2,136.3C113.6,135.9 113.7,136.5 113.7,136.9C113.3,136.4 112.9,136.6 112.6,136.7C112.8,137 113.4,137 113.5,136.8C113.7,137.5 114,137.1 114,137.7C114,138.1 113.5,137.7 113.4,137.9C113.7,138.5 114,137.8 114.3,138.5C114.2,138.5 114.2,138.4 114.1,138.5C114.2,138.9 114.7,139.2 114.9,139.2C114.6,139.9 115.6,140.3 115,140.5C115.7,141.3 115.2,140.2 115.5,140.3C115.9,140.5 116.1,141.3 116.2,141.6C116.1,141.4 115.8,141.3 115.8,141L115.5,141.4C115.9,142.6 116.7,141.7 117,142.9C116.5,142.5 116.6,142.9 116.2,142.7C116.4,142.8 116.8,143.7 116.8,143C117,143.4 117.1,143.7 117.2,144C117.4,144.1 117.5,144.3 117.7,144.4C117.8,144.5 117.9,144.5 117.9,144.5L118.1,144.5C118.2,144.8 117.9,145.1 117.7,145.1C117.8,145.2 117.8,145.3 117.7,145.4C117.6,145.5 117.6,145.5 117.4,145.8C117,146.4 116.7,146.9 116.4,147.6L116.5,147.5C115.9,148.4 117.2,147.3 116.6,148.3C116.2,147.9 116,148.7 115.5,148.9C114.6,150 114.6,151.2 113.7,152.2C113.6,152.1 113.5,152 113.6,151.8C113,152.6 112.7,153.3 112.2,154.1L112.2,154C111.1,155.1 110.9,156.4 110.3,157.8C110.3,157.7 110.1,157.6 110.1,157.5C109.6,158.1 109,159.1 109.1,159.8C108.2,160.4 109,160.4 107.9,161.2C107.8,161.2 107.9,161.1 107.9,161C107.5,161.4 107.3,161.8 107,162.3C106.7,163.5 107.2,164 106.3,165.2C105.6,165.1 106.6,164.4 106.1,164.2C106.1,164.5 106.1,164.8 105.7,165.1C105.6,164.8 105.6,165 105.4,164.8C105.1,165 105.5,166.1 105.4,166.1C105.5,166.2 105.6,166.1 105.8,165.8C106,166.2 105.1,167.1 104.9,167.7C105,167.5 105.5,166.9 105.7,167.2C105.1,168 105.6,168.4 105.5,169.1C104.8,169.8 105.2,168.4 104.7,168.4C104.5,168.5 103.9,168.7 103.9,168.3C103.4,169 103.5,169.6 103.3,170.2L103.2,170.2C102.8,171.1 102.9,172.1 102.2,172.8L102.6,172.5C102.6,172.6 102.5,172.7 102.5,172.9C102.4,173.1 102.4,173.4 102.5,173.6C102.3,173.5 101.8,174.4 101.7,174C102,174.3 101.9,175.1 102.1,175.8C102.2,176.5 102.7,177.2 103.2,177.2C103.3,177.5 102.8,177.5 102.6,177.5C102.2,176.8 102.3,176.4 101.9,176.1C102,176.8 102.1,177.3 101.9,177.3C102.3,177.5 102.8,177.9 103.3,178.1C103.8,178.3 104.4,178.3 104.7,178.2C105,178.5 105.4,178.7 105.1,179C106.3,179.1 106.1,178.7 106,178.5C105.9,178.2 105.9,178 106.8,178.1C107.5,178.5 105.8,178.6 106.9,178.7L106.7,178.8C107.3,179.8 107.5,178.1 108.4,178.2C108.4,178.7 107.6,178.6 108.2,178.9C109.1,178.8 109.6,178 110.4,178.2L110.2,178.4C110.8,178.4 111.8,178.5 112.4,178.4C112.4,178.5 112.3,178.5 112.2,178.5C113.2,178.7 112.6,178.2 113.5,178.6L113.7,178.3C113.3,178.1 112.5,177.9 112,178.2C112.5,177.9 111.3,177.5 111.6,177.1L111.5,177.3C110.3,176.5 108.7,176.4 107.2,176.1C106.7,176.4 106.4,176.3 106.2,176.2C106,176.1 105.8,175.9 105.3,175.8C104.9,176 104.9,176 104.8,175.9C104.8,175.8 104.8,175.6 104.7,175.2C104.8,175.5 105.3,175 105.4,174.8C105.2,174.8 105.2,174.6 105.1,174.5C105.2,174.4 105.5,174.2 105.7,174C105.8,173.9 105.9,173.9 105.9,173.7C106,173.5 106,173.4 106,173.3C106.5,172.8 106.1,173.5 106.2,173.6C106.6,173.5 106.2,173.1 106.5,173C106.5,173 106.6,173 106.6,173.1C107,172.3 107.4,171.9 108,171.1C107.4,170.9 108.2,170.3 108.2,169.8C108.3,170 108.7,169.4 108.9,169.2L108.7,168.7C108.6,168.2 109.3,168.2 109.4,167.6L109.2,167.7C109.2,167.2 110.2,166.3 110.8,166C111.8,161.9 114.7,160.5 116.6,156.5C116.6,156.2 116.2,156.6 116.1,156.3C116.3,155.9 116.3,155.8 116.5,155.4C116.2,155.7 116.4,155.7 116.3,155.6L116.1,156.2C116,156.2 116.1,156.1 116,156.2C115.9,156.4 115.9,156.7 115.8,156.9C115.8,156.5 115.5,156.2 115.9,155.8L115.9,156.1C116.2,155.7 116,155.6 116.2,155.4C116.5,155.1 116.3,155.1 116.5,155.2L117.3,154.2C117.1,153.4 118,153 118.1,152.8C118.4,153.1 117.8,153.6 118,154L118.5,153.7L118.2,153.5L118.6,153L118.6,153.1C118.5,153 118.5,152.9 118.6,152.8C118.7,152.8 118.8,152.8 118.7,152.9L118.8,152.4C119,152.8 119.1,152.1 119.4,152.3C120.3,151.1 119.9,150.4 121,149.5C120.7,149.6 120.7,148.8 120.9,148.5C121.1,148.3 121.2,148.3 121.3,148.5C121.3,148.4 121.3,148.3 121.4,148.2L121.5,147.8C122,147.4 122.3,146.8 122.4,146.1C122.5,145.4 122.5,144.7 122.3,143.8L122.5,143.9C122.3,143.6 122.1,143.3 121.9,142.9C121.8,142.7 121.7,142.6 121.6,142.4C121.5,142.3 121.5,142.2 121.4,142.1L121.7,142C121.6,141.3 120.8,141.9 120.6,141.2C120.3,141.4 120.4,141.9 120.1,142.1C120.3,141.8 120,141.1 119.8,141.3C119.3,140.7 119.5,140.9 119.6,140.8L119.2,140.5C119,140 119.5,140.1 119.8,140.2C119.2,140 119.2,139.4 119,138.9L119.3,139L119,138.3C118.5,138 118.2,137.5 118,136.9L118.6,137C118.6,136.5 118.3,136.9 118.2,136.8C117.6,136.3 117.9,136.1 117.9,135.6C116.7,135.4 117.4,134 116.2,133.5ZM130.1,163.9L130.2,163.8C130.2,164.1 130.2,164.2 130.1,163.9ZM133.2,158.7C133,159.4 132.9,159.1 132.8,159.1C133.3,158.5 133.3,158.1 133.8,157.6C133.7,157.7 133.5,157.6 133.4,157.6C133.5,157.4 133.8,157.2 134,157.2C134.3,157.8 132.8,158.9 133.2,158.7ZM128.6,171.6C128.6,171.6 128.6,171.5 128.5,171.5L128.6,171.6ZM130,168.3C130.1,168.3 130.2,168.2 130.3,168.2C130.2,168.1 130.1,168.1 130,168.3ZM134.1,162.2C134.4,162.1 134.5,161.8 134.6,161.5C134.6,161.6 134.4,161.8 134.1,162.2ZM126.1,123.1C126.3,123 126.9,122.8 126.4,122.7C126.2,122.9 125.8,122.6 125.6,122.8C125.9,123 126.1,123.1 126.1,123.1ZM110.6,129.3C110.4,129.3 110.1,129.3 110,129.4L110,129.3C110,129.4 109.9,129.4 109.9,129.4C110,129.6 110,129.7 110.1,129.8C110.8,129.7 111.1,129.9 110.6,129.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M111.1,122.2C111,122.2 110.9,122.2 110.8,122.3C110.9,122.3 111,122.2 111.1,122.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.1,129.8C110.1,129.8 110.1,129.6 110,129.4C110,129.4 110,129.6 110.1,129.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119.3,177.2L119.5,177.1L119.1,176.9C118.4,177.1 118.3,177.4 118.2,177.7C118.8,177.4 119.2,177.6 120,177.5L119.3,177.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119.5,179.3C119.6,179.4 119.7,179.6 119.8,179.6L119.9,179.4L119.5,179.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M127.9,174.7L127.4,175.2C127.4,175.5 128.1,175 127.9,174.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123.5,175.5L123.5,175.9C123.8,175.8 124,175.5 123.8,175.3C123.7,175.6 123.7,175.3 123.5,175.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M128.8,173.2C128.6,172.8 129.3,172.7 129,172.4C129.1,172.6 128.5,173 128.8,173.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.4,171.8C125,171.8 125.1,172.3 124.8,172.6C124.9,172.3 125.5,172.1 125.4,171.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M129.6,169.5C129.8,169.7 129.7,169.9 129.5,170.1C129.5,170 129.4,169.8 129.4,169.7C129.3,170.3 129.3,170.3 129.2,170.7C129.6,170.4 130,169.9 130.3,170.1C130.2,169.8 130.1,169.3 129.6,169.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.8,170.9C125.5,171.2 125.2,171.2 125,171.6C125.2,171.6 125.5,171.6 125.7,171.2L125.9,171.5C126.4,171.2 125.5,171.5 125.8,170.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M131.3,168.1L131.1,168.2C131.1,168.7 130.7,169.2 130.9,169.7C131.1,169.2 131.3,168.5 131.3,168.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M127.2,169.7L126.8,169.4C126.5,169.8 127,169.4 127,169.6C126.9,169.7 126.7,169.9 126.8,170C127,169.6 127.1,170.2 127.2,169.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M127.6,168.1L127.7,167.5L127,167.7C126.8,168.4 127.2,167.8 127.6,168.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M128.2,167.6L128.3,167.6L128.2,166.5C128.2,167 128.1,167 128.2,167.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M136.6,158.8C136.5,158.6 136,159 136.3,158.9C136.4,159 137,158.5 136.6,158.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M132.1,159.3C132.4,159.1 132.5,158.3 132.6,157.9C132.5,158.3 131.8,159.3 132.1,159.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M132.6,157.7L132.6,157.9L132.6,157.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M137.9,145.2L137.8,145.1C137.8,145.1 137.9,145.1 137.9,145.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M138.2,145.4C138.2,145.5 138.3,145.5 138.3,145.6C138.3,145.7 138.3,145.6 138.4,145.6L138.7,145.6C138.6,145.6 138.6,145.6 138.5,145.5C138.3,145.3 138.2,145.2 138,145C138,145.3 138,145.5 138.2,145.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M136.5,142.3C136.7,142.4 136.8,142.7 136.9,142.5C136.9,142.4 136.5,142.1 136.5,142.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123,121.6C122.6,121.5 122.4,121.6 122.5,121.9C122.9,121.8 122.7,121.7 123,121.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M122,121.9L122,121.8L121.7,121.5L122,121.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119.4,121.5L119.5,121.4C119.4,121.4 119.3,121.5 119.4,121.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119.6,121.4L119.6,121.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119.8,121.4L119.8,121.3C119.8,121.3 119.7,121.3 119.6,121.4C119.7,121.3 119.8,121.4 119.8,121.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M118.6,121.4L119.1,121.8C119.6,121.6 118.5,121.6 118.9,121.1L118.6,121.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.9,121.6C116.4,121.5 115.8,122.1 115.5,121.6C114.2,121.9 115.9,122.4 114.5,122.6C116,122.9 115.1,121.6 116.4,121.9C115.7,121.6 116.7,121.7 116.9,121.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M117.3,122.4C117.3,122.1 116.7,122.1 116.6,122.3C116.7,122.3 117.1,122.7 117.3,122.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M114.4,121.8L113.9,121.6L113.8,121.8L114.4,121.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M112.8,121.7L113.1,121.4C113,121.5 112.4,121.5 112.8,121.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.6,121.7C108.9,121.8 108.9,122.6 109.9,122.1L109.6,122.2C109.7,122 108.9,122 109.6,121.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M107.4,128C107.3,127.6 107.1,127.2 107,127.3C107.1,127.6 107.3,128 107.4,128.3L107.4,128Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.1,127.8C109.4,127.6 108.8,127.2 108.9,126.7C108.9,127.2 108.8,127.2 109.1,127.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M107.3,129.3C107.1,129.2 107,129 107,128.8C106.9,128.6 106.9,128.4 106.9,128.3C106.8,128.4 106.8,128.6 106.9,128.8C107,129 107.2,129.2 107.3,129.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.1,130.4C108.1,130.7 107.9,130.4 107.8,130.6C107.9,131.1 108.2,131.5 108.5,131.7C108.6,131.5 109,131.2 109.3,131.3C108.8,130.7 107.8,130.6 108.2,130.1L107.7,129.9C107.5,129.8 107.4,129.8 107.2,129.7C107.2,129.8 107.2,129.8 107.3,129.9L107.3,130L107.4,130.1C107.5,130.2 107.6,130.2 107.7,130.2C107.8,130.2 108,130.2 108.1,130.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M108.5,128.4L108.5,128.9C108.7,128.7 108.9,129.1 109.1,129.3C109.6,129.1 108.7,128.7 108.5,128.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.5,134L111.1,134.7L111,134.4L110.5,134Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.6,134.5L110.5,134.6L111.1,135.1L110.6,134.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.9,135.4L110.9,135.3L110.5,134.9L110.9,135.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M111.8,137L111.9,136.8C111.7,136.6 111.7,136.1 111.5,136.3C111.7,136.4 111.9,136.9 111.8,137Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119.9,139.7C119.7,139.6 119.6,139.8 119.6,139.9L120.1,139.9C119.9,139.9 119.8,139.8 119.9,139.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M119.8,140.8L120.5,141.1C120.2,140.5 119.8,140.5 119.5,140C119.5,140.3 120,140.5 120,140.8L119.8,140.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M117.5,154.2C117.3,154 117.2,154.2 117.3,153.7C117.1,154.3 116.8,154.8 116.5,155.4C116.7,155.4 116.7,156 116.8,155.7L117,154.9L117.1,155.1C117.7,154.8 117.1,154.7 117.5,154.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.4,178.8C109.3,178.9 109.4,179.1 109.5,179.2C110.1,179.1 109.3,178.9 109.4,178.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath d='M150,235.6C149.2,236 150.3,235.7 151.3,235.6L150,235.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M151.3,235.6L152.2,235.6L151.3,235.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M159.5,235.4C157.6,235.9 155.3,235.6 154.2,236.2C156.1,236.3 159.1,236 159.5,235.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M156.6,235.4L156.4,235.6L158.1,235.1L156.6,235.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M155.4,235.2L155.7,235.3L158.3,234.9L155.4,235.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M165.9,234.6L164,235C162.2,235 165.1,234.4 163.9,234.4C161.6,234.8 163.2,235.2 160.2,235.5C160.3,235.6 161.5,235.5 162.6,235.4C163.7,235.3 164.7,235.1 164.5,235.4C167.1,235 164.7,235 165.9,234.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M233.4,153.9C233.4,153.8 233.4,153.7 233.5,153.6C233.4,153.8 233.4,153.9 233.4,153.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M229,123.9C228.9,123.5 228.8,123.1 228.7,122.7L228.7,123.2L229,123.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M231.2,173C231,173.4 230.9,173.8 230.8,174.1C230.9,174 231,173.6 231.2,173Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M109.7,73.9C109.8,73.8 109.8,73.8 109.8,73.7L109.7,73.7L109.5,74L109.7,73.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M211.5,95C211.2,94.6 210.9,94.3 210.5,94C211.1,94.6 211.3,94.9 211.5,95Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M227.5,183.6C227.6,183.4 227.6,183.3 227.7,183.2C227.6,183.3 227.5,183.4 227.5,183.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M230.9,133.6C230.9,133.2 230.8,132.8 230.7,132.5C230.8,132.9 230.9,133.3 230.9,133.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M193.5,224.9C194,224.7 194.4,224.4 194.7,224.2C194.3,224.3 193.9,224.5 193.5,224.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M202.8,218.5C202.9,218.6 202.9,218.6 202.8,218.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M208.4,213.9C208.4,214 208.4,214 208.4,213.9C208.4,214 208.5,214 208.4,213.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M194.7,224.2C195.6,223.9 196.2,224.2 196.8,223L196.5,223.1C197.2,222.8 198,222.1 198.6,221.5L198.3,221.5C197.9,221.7 197.5,222 196.7,222.4C195.8,222.9 195.4,223.5 194.7,224.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M233.6,154.1C233.4,154.2 233.5,154.9 233.6,154.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M233.1,163.5C233.2,163.2 233.2,162.9 233.3,162.6C233.2,162.9 233.1,163.2 233.1,163.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M219.9,196.5L220,196.4C220,196.3 219.9,196.4 219.9,196.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M233.3,161.7L233.2,162.6C233.3,162.3 233.3,162.1 233.3,161.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M225.6,187.4L225.7,187.3C225.7,187.3 225.6,187.3 225.6,187.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M80.6,204.5C80.1,203.9 80,203.5 79.6,202.9C78.3,201.9 81.6,205.5 79.9,203.9C80.3,204.5 80.7,204.9 81.1,205.2L80.8,204.2C79.8,203.2 81.2,205 80.6,204.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M101.4,77.9L101.7,77.8C101.4,77.8 101.5,77.6 100.5,78.2C99.8,79 101.4,78.5 100.1,79.8C100.4,79.6 100.8,79.3 101.2,79C100.4,79.1 100.9,78.5 101.4,77.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M101.2,78.9C101.3,78.9 101.4,78.9 101.5,78.8C101.7,78.7 101.9,78.5 102.1,78.4C101.9,78.5 101.6,78.7 101.2,78.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M68.3,182.8C68.2,182.5 68.1,182.2 68,182C68.1,182.4 68.2,182.6 68.3,182.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M216.9,93.3C217.2,93.5 217.4,93.8 217.7,94C217.3,93.6 217,93.4 216.9,93.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M117,69.9C117.3,69.8 117.5,69.7 117.8,69.6C118,69.5 118.1,69.5 118.3,69.4L117,69.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M77.7,109.9C77.6,109.2 77.5,110.3 76.7,111.2L76.4,112.3C77,111.5 77.3,110.6 77.7,109.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M81.1,205.3C81.1,205.3 81.1,205.2 81.1,205.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M68,140.9C68,141.1 67.9,141.2 67.9,141.4C67.9,141.3 67.9,141.2 68,140.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M107.1,75.5L109,74.4L111,73.4L109.8,73.9C109.3,74.3 107.5,74.9 107.1,75.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M88.3,95.5L88.8,95.4C91.1,91.9 95.2,89.2 97.2,86.4C101.8,84 99.3,83.6 103.6,81.6L103.4,81.6C106.6,79.5 110,77.5 113.6,75.9C117.2,74.3 120.8,72.8 124.5,71.7C128.2,70.6 132,69.6 135.7,69C137.6,68.6 139.4,68.4 141.2,68.1C142.1,68 143,67.9 143.9,67.8C144.8,67.7 145.7,67.6 146.6,67.6L146.6,67.8C158.2,67.5 169.6,69.4 180.2,73.6C190.8,77.7 200.5,84.1 208.5,92.3C210.1,93.7 209.5,92.5 211,93.7C211.6,94.3 212.7,95.7 212.6,95.8C211.5,94.7 211.9,95.5 211.5,95.2C213.2,97.1 215.1,99.9 216.7,101.6C216.4,101 216.1,100.4 215.8,99.9C216.5,100.5 217.2,101.7 217.7,102.4C217.4,102.2 217.8,103.4 217.3,102.8C219.1,104.5 219.4,105.4 219.8,106.2C220,106.6 220.1,107 220.4,107.5C220.6,108 221,108.6 221.5,109.5C222.5,109.8 225.4,114.1 227.2,117.1C227.4,117.7 227.5,118.3 227.7,118.8C226.8,116.6 227.3,119 226.1,116.3C226.5,117.5 227,118.5 227.5,119.6C228,120.7 228.4,121.7 228.7,122.9C228.7,122.4 229,122.5 229.3,123.3C229.7,124.7 229.4,124.9 229.8,126.5C229.6,126 229.4,125.5 229.1,125C229.2,126.1 229.7,126.9 230.1,127.9C230,128.1 230.1,128.8 230.2,129.4C230.3,130 230.3,130.5 230.1,130.3C230.9,132.3 231,133.1 231.6,135.4C231.5,132.9 232.1,136 232.3,135.6C232.1,134.7 231.9,133.8 231.7,132.9C232,134.8 231.9,134.5 231.7,133.8C231.5,133.1 231.1,131.9 230.9,132.1C230.7,130.3 232.2,134.4 231.5,131.4C232.1,133.2 232.3,134.3 232.5,135.4C232.7,136.5 233,137.6 233.4,139.5C233,137.2 233.8,139.9 233.8,138.7C234.2,141.6 233.7,139.4 233.5,140.4C233.7,142 233.5,142.6 233.9,144C234,146.6 233.5,143.6 233.4,144.9C233.2,144.4 233.2,142.7 233,141.1C232.8,139.5 232.6,138.2 232.1,138.6C232,137.3 231.2,135.8 230.9,133.9C231,135.6 231.2,137.9 231.6,139.9L232.2,139.9C232.4,141.4 232.9,141.7 232.9,142.9C232.7,142.3 232.5,143.4 232.7,144.7C232.8,144.3 232.7,143.8 232.8,144C233,146.3 233.4,146.6 233.6,149.4C233.7,147.1 233.9,146.6 234,144.4C234.5,145 234.2,145.9 234.3,147.2C234.2,147 234.2,146.7 234.1,147.1L234.3,148.5C234.2,151.4 233.7,148.2 233.5,150.5C233.1,152.1 233.6,152.7 233.4,154C233.4,153.9 233.5,153.8 233.5,153.8L233.5,154.4C233.5,155.9 233.3,157.5 233.6,158C233.5,158.1 233.5,159.3 233.6,159.8C233.6,160.7 233.8,162.8 233,163.9L233,163.8C232.6,165.7 232.2,167.1 232.1,166.7C231.9,167.7 231.6,168.7 231.3,169.7L231,169.3C230.5,172 230.7,171.8 230.6,173.8C230.4,174.3 230.2,174.8 230,175.4C229.8,176 229.6,176.6 229.4,177.2C229,178.4 228.7,179.6 228.5,180.2C228.4,180.4 228.3,180.7 228.1,181.2L228.7,180.2C227.9,182.2 228.2,182.1 227.6,183.4C227.8,183.1 227.8,183.1 227.4,183.8C227.3,184 227.2,184.3 227,184.5C227,184.4 227.1,184.1 227.3,183.8L227.1,184C226,185.4 226.3,186.6 225.2,188.2C225.3,188 225.4,187.8 225.5,187.6C224.9,188.5 223.7,189.6 223.8,190.1C223.7,190.3 223.5,190.6 223.4,191L223,191.6C223.2,191.3 223.3,191.1 223.4,191C223.3,191.5 223.2,191.9 223.1,192C222.6,192.8 222.2,193.5 221.7,194.3C221.4,194.7 221,195.3 220.8,195.8L220.4,196.1C219.9,196.9 219.8,196.9 219.8,196.8C218.6,198 217.9,199.1 217.2,200.3C216.4,201.4 215.7,202.6 214.3,203.8C214.1,204.5 215.1,203.4 215.3,203.4C215.1,204 213.9,205.7 213.3,206.6C211.9,207.6 208.2,210.9 208.3,210C206.1,212 209.2,209.6 208.3,210.8L208,211C208.8,210.3 209.5,209.9 210.1,209.6C210.5,209.7 208.6,211.6 208,212.1L208.1,211.4C206.2,213.5 207,213.5 206,215C204.2,216.4 204.9,215.2 204.3,215.2C203.7,215.8 203.1,216.2 202.5,216.8L202.3,216.5C201.1,217.5 201.1,218 199.3,219.1C200.4,218 196.5,220.7 198,219.1C197,219.7 197.1,220.4 196.3,220.4C195.8,221.1 197.3,220 197.8,219.7C198.1,219.8 197.7,220.2 196.9,220.7C196.2,221.2 195.2,221.8 194.6,222.2C194.4,222 195.2,221.4 193.7,222.2C193.5,222.6 192.7,223.2 191.7,223.5C191.9,223.8 190.1,224.5 189.3,224.9C190.3,224.5 191.7,223.9 191.2,224.5C190.6,225 190,225.4 188.2,226.2L189.4,225.7C188.1,226.9 186.8,226.7 184.9,227.7C185.7,227.1 186.2,226.9 186.9,226.3C186,226.9 184.3,227.9 182.8,228.8L180.9,229.1C180.8,229.4 178.9,229.9 179,230.2C177.9,230.5 178.3,230.2 179,229.9C179.7,229.5 180.7,229 180.8,228.9C178,229.8 178.8,230.3 176,230.7L176.8,230.1C175.9,230.4 174.2,231.1 174,231C174,231.1 174.5,230.9 175,230.8C174.6,231.6 171,232.4 171.5,233L172.8,232.7C170.9,233.4 169.6,234.1 168.1,234.2C166.9,234.3 168.8,233.6 169.5,233.2C168.6,233.4 168.2,233.7 167.9,233.9C167.5,234.2 167.1,234.5 166,234.6C167.2,234.5 167,234.8 166.3,235.1C167.6,234.9 170.3,234.4 169.8,234.2L169.3,234.2C169.4,234 170.1,233.8 170.4,233.6C172.1,233.2 171.3,233.7 171.7,233.7C174.6,233 171.8,233 174.4,232.3L174.8,232.3C176,231.8 177.9,231.1 178.1,230.6C179.4,230.7 180.9,229.4 182.2,229.1C182.5,229.5 181.4,229.9 180.1,230.3C178.8,230.8 177.2,231.1 176.6,231.6C178,231.3 176,232.3 175.5,232.7L179.7,230.9C180.1,230.9 181.5,230.8 182.1,230.2L181.8,230.3C183.4,229.5 182.8,229.4 184.3,228.9C184.6,228.9 184.2,229.2 184.1,229.3C185.4,228.8 185.1,228.6 185.9,228.1C187.2,227.6 185.4,228.7 186.5,228.3C187.9,227.3 188.9,227.2 190.2,226.5C189.5,226.4 194.8,223.1 191.9,224.2C192.8,223.5 193.8,222.9 194.6,222.2C195.1,222 194.7,222.5 194.3,223C193.9,223.5 193.5,224 194,224L191.6,225.4C192,225.6 193.2,224.8 194.5,223.9C195.8,222.9 197.3,221.9 198.2,221.7C199.4,220.9 199.1,221 201.5,219.7L200.8,219.5C202,218.8 202.6,218.7 202.7,218.8C203.3,218.2 204,217.8 204.6,217.3C204.5,217.5 204.3,217.7 203.9,218.1C205,217.7 205.1,217.4 205.3,217C205.7,216.5 206.3,215.9 207,215.3L206.5,216C206.9,215.6 207.4,215.1 207.3,215C207.6,214.7 207.8,214.5 208.1,214.3C207.9,214.4 207.2,214.5 206.1,215.3C207.5,214.3 208.6,213.3 209.6,212.3C210.7,211.4 211.7,210.4 212.9,209.6C213,209.8 212.3,210.8 212.5,210.6C213.6,209.6 214.4,208.3 214.1,208.2C214.3,207.9 214.5,207.8 214.6,207.6C214.9,207.5 215.2,207.3 215.7,206.8C215.8,206.7 216.1,206.5 216.4,206.2C216.4,205.6 218.2,203.5 218.5,202.9C218.1,203.4 217.6,204 217.1,204.7C217.6,203.6 217.9,202.6 218.7,202C217.6,203.9 220.5,200.5 218.6,203.1C220.5,201.7 219,201.9 220.6,200.1L221.7,199C221.8,199.4 220.4,201.2 220.7,200.9L221.3,200C221.1,200.5 220.4,201.6 219.5,202.8C218.6,204 217.7,205.3 217,206.4C218.1,205.1 219.2,203.8 220.3,202.5C222,199.8 224.1,196.8 225.7,193.7C227.4,190.7 228.8,187.6 229.6,185L229.5,185.2C229.5,185.1 229.5,185 229.4,184.9L229.6,184.7C229.7,184.3 229.7,184 229.8,183.6C230.5,182.6 231.5,180.5 232.3,178.7C231.7,179.8 231.7,179.8 231.4,179.8C231.2,179.5 231.1,179.2 231.8,177.6C232,177.7 231.7,178.7 232.3,177.5C232,178.1 232,177.5 232.2,176.7C232.7,175.8 233.1,174.2 233.4,174.2C233.3,174.7 233.2,175 233,175.3C232.9,175.8 233.7,173.5 233.5,174.9L233.9,173.1C234.4,172.1 234,173.9 234.3,173.5C234.7,172 234.7,170.8 234.8,169.7C234.9,168.6 234.9,167.5 235.1,166.1C235.2,166.3 235.7,166.4 235.6,166.3C235.9,165.3 236,164.1 235.9,162.9C235.9,161.7 235.8,160.5 236,159.3C236.1,159.7 235.9,160.6 235.9,161.3C236.5,157.6 236.7,154.3 236.9,150.9C237,149.2 236.9,147.6 237,145.9C237,144.2 236.9,142.5 236.9,140.8L236.1,139.1L236.2,137.2C236,135.4 235.7,133.6 235.4,132C235,130.4 234.7,128.8 234.2,127.2C233.7,125.7 233.3,124.1 232.7,122.6C232.4,121.8 232.1,121.1 231.8,120.3C231.5,119.5 231.1,118.7 230.8,117.9C230,115.9 230.7,116.5 230.4,115.5C229.4,113.3 228.7,112 227.9,110.8C227.5,110.2 227.1,109.6 226.6,108.9C226.2,108.2 225.6,107.4 225,106.5C225.5,107 226.4,107.6 225.5,105.9C225.2,105.7 224.9,105.6 224.3,104.5C224.5,104.6 224.6,104.8 224.8,104.9C224.4,103.8 223.6,103 222.4,101C220,97.6 217.3,94.7 214.5,92.6C212.1,89.9 215.2,92.5 214.8,91.9C216.3,94 216.1,93.2 216.6,93.5C215.6,92.6 214.4,91.4 214.2,90.6C212.8,89.2 212.3,88.5 210.7,87.5C211.5,88.1 211.9,88.8 211.1,88.3C210.6,87.7 209.6,86.8 208.8,85.9C208,85.1 207.3,84.4 207.6,84.3C200.8,78.3 192.1,72.8 183.2,69.1C181.6,68.7 184.3,69.6 183.4,69.5C181.1,68.9 181.7,68.6 179.9,68.2L180.7,68.2C178.1,67.2 175,66.7 172.3,66.3C172.8,66.1 170.2,65.4 172.4,65.9C171.1,65.6 169.8,63.9 168.7,63.9L169.9,65.5C169.8,65.6 168,65.1 168.2,65.2C167.1,64.7 165.8,64.2 165,64C164.7,63.6 166.7,64 167.8,64.3C168.1,63.8 164.1,63.3 165.8,63.1C163.4,62.8 166.1,63.4 164.6,63.4C163.9,63.2 163.2,63.1 162.5,62.9C163,63 163.6,63.2 164.1,63.3C162.3,63.1 161.7,63.5 159.4,62.9C158.6,63 157.8,63.1 157,63.2C156.8,62.8 155.3,63 154,62.8C154.3,62.7 154.5,62.7 154.8,62.6C153.2,62.5 152.5,62.5 151.5,62.3C152.4,61.9 153,62.4 153.4,62.1L151.6,61.9C151.6,62.1 150.4,62.3 151.7,62.5C150.9,62.7 150.2,62.9 149.2,63C148.2,63.2 147,63.3 144.9,63.3C143.9,63.2 144.4,63 145.1,62.9C145.7,62.8 146.5,62.7 146.1,62.5C141.7,62.6 140.9,63.9 138.3,64.2C136.7,64.3 135.9,64.5 135.2,64.7C134.5,64.9 133.7,65.1 132.1,65.4C133.1,64.9 129.8,65.6 129.2,65.5L130.4,64.9C129.4,65.2 128.5,65.3 128.7,65.1C129,65.4 124.6,66.5 122.6,67.4L123.1,67.6C122.3,67.9 121.3,68.3 120.3,68.7C119.3,69.1 118.3,69.6 117.5,69.8C115,70.9 115.7,71 113.9,72.2C112.7,72.4 112.7,72 112.9,71.6C113.6,71.4 114.8,70.8 115.9,70.4C117.5,69.6 118.8,68.8 120.2,68.1C121.6,67.4 123.1,66.7 124.8,66.4C125.4,65.8 124.9,66 123.9,66.4C123,66.8 121.7,67.4 120.8,67.5C120.8,67.4 120.9,67.4 121.1,67.3C121,67.3 120.8,67.4 120.7,67.4C121.9,66.9 123.8,66.1 124,65.6C122,66.3 122.8,66.8 120.2,67.3C118.4,68.2 116.7,68.2 115.6,68.6C114.5,69.4 114.7,70 111.8,71.2L112.9,70.2C111.2,70.9 110.9,71.3 110.7,71.6C110.4,71.9 110.2,72.2 108.7,73C109.8,72.5 107.9,73.9 109.9,72.9C109,73.6 106.9,74.8 105.3,75.6C104.9,75.9 105.3,75.8 105.3,76C107.2,75.3 107.9,74.1 109.5,73.8L110.5,72.7C112.2,72 112.6,72.3 111.6,73C112.1,72.7 112.4,72.5 112.8,72.4C113.4,72.9 110.7,73.2 110.4,74L111.5,73.4C112.2,73.6 109,75.1 107.5,75.9C106.6,76.3 105.8,76.6 105.2,76.9C104.6,77.2 104.1,77.4 104,77.2C104.7,76.7 105.4,76.2 106.1,75.8C104.8,76.2 103.4,77.7 102.2,78.4C102.1,78.4 102,78.5 101.8,78.5L102,78.5C101.7,78.7 101.5,78.8 101.2,78.9C100.1,79.7 98.7,80.9 97.7,81.6L98,81.7L98,81.5C99,80.8 100.4,80 99.8,80.7C98.8,81.5 98.1,82 97.6,82.2C97.1,82.4 96.7,82.4 96.4,82.5C96.6,81.8 98.5,80.9 99.5,80C99,80.1 98.4,80.4 97.7,81C97,81.6 96.1,82.3 94.9,83.1C95.5,82 97.5,81.1 97.7,80.3C95.9,81.7 95.6,82.2 93.7,83.7C93.8,83.3 95.6,81.8 95.3,81.7C94.9,82 94.4,82.3 94,82.5C96.9,80.1 93.1,82.4 95.3,80.5C94.1,81.2 94,82 92.3,83.1C92.9,82.9 94.3,82.2 93,83.6L91.3,84.9C90.5,85.3 92.6,83 91.4,83.8C90.9,84.3 90.3,84.9 89.8,85.4C90,85.5 90.8,84.8 90.4,85.4C89.3,86.2 89.3,87.3 88.3,88.5C87.5,89.4 86.8,90 86.3,90.2C84.5,92.7 82.1,95.7 80.7,98.1C81.6,96.4 80.2,97.8 79.4,98.6C80.6,96.8 80.3,96.5 80,96.4C79.2,97.5 79.1,98.5 79.6,98C78.1,99.7 79,99.4 77.6,100.9C76.7,101.9 77.6,100.1 77.2,100.4C75.8,102.4 77.3,101.3 75.8,103.4C75.8,103.2 75.9,103 75.8,103.2C74.9,104.3 74.4,105.8 74.4,106.2C73.8,106.7 73.2,107.6 72.8,108.4C72.4,109.2 72.2,109.7 72,109.4C70.6,112.5 72.5,109.1 72.4,109.8C72.2,110.5 71.8,111.4 71.3,112.2C70.9,113 70.5,113.8 70.3,114.1C70.6,113.3 70.8,112.5 71.2,111.8C71,112 70.7,112.1 70.5,112.3C68.5,116.1 70.2,115.1 68.3,118.8C68.9,116.7 68.3,118 68.4,116.9C68.3,117.5 67,120.5 68,118.8C67.4,120.2 67,121.2 66.6,122.2C66.3,123.6 66,125 66,125.9C65.3,128 64.7,129.5 64.3,130.4C63.6,134.9 62.4,139 62.4,143.9L62.5,143.5C62.2,147.2 63.2,141.9 62.9,145.8C62.4,145.3 62.5,148.1 62.2,149.4C62.1,150.6 62.2,151.7 62.2,152.8C62.2,153.3 62.3,153.9 62.3,154.4C62.4,154.9 62.4,155.4 62.5,155.9C62.6,156.9 62.7,157.9 62.8,158.9C62.9,159.9 63,160.9 63.1,162C63,162 62.8,161.7 62.7,160.9C62.8,161.7 62.8,162.5 62.9,163.3C63,164.1 63.2,164.8 63.3,165.5C63.4,166.2 63.6,166.9 63.7,167.7C63.9,168.4 64,169.1 64.2,169.9L64.1,169.8C64.8,174.6 66.6,178.8 68.6,183.4C68.4,183 68.2,183 68,182.7C68.8,185.1 70.5,188.9 71.7,190.2C72.2,191.7 72.4,192.1 72.8,192.6C73.1,193.1 73.5,193.7 74.3,195.5C74.3,195.7 74,195.2 73.9,195C74.7,196.7 75.5,197.8 76.5,199.5C79.3,202.8 80.3,203.3 83.4,207.2C83,207.9 81.3,205 80.8,205.2C81.5,205.9 82.2,206.5 82.9,207.6C82.2,207.2 82.7,207.6 82.1,207.3C82.4,207.8 83.2,208.4 84,209C84.8,209.6 85.5,210 85.4,210C85.5,209.9 85.3,209.6 84.7,208.9C85.8,209.4 88,212.4 89.9,213.9C89.3,213.4 87.7,211.6 88.6,212C89.7,213.2 90.6,213.8 91.4,214.3C92.2,214.8 93,215.1 93.9,215.8C95.9,217.9 91.9,214.8 92,215.6C92.3,216.1 92.9,217.1 91.8,216.5C93.7,218.4 95.5,219.2 97.5,220.5L97.4,220.6C100.1,222.5 103.4,224 105.6,225.6L104.4,224.7C104.9,224.9 106.3,225.8 107.3,226C107.1,226.2 108.9,227.4 108,227.1C108.8,227.1 110.5,227.9 112.3,228.6C114.1,229.3 115.8,230 116.7,230C117.4,230.5 116.7,230.5 116.4,230.6C114.5,229.7 113.9,229.3 112.8,229.1C114.4,229.8 115.5,230.5 115.2,230.5C117,230.8 120.9,232.1 121.8,231.9C122.9,232.5 124,233 123.5,233.2C128.6,234.4 121.3,231.4 127,233C129.5,234.1 124.3,232.8 127.9,233.9L127.2,233.8C129.6,235.4 129.2,233.6 132.2,234.3C132.5,234.9 130,234.2 132,235C134.8,235.4 136.1,234.9 138.8,235.4L138.3,235.6C140.1,235.8 143.5,236.2 145.3,236.3C145.4,236.4 145.1,236.4 144.8,236.4C148.1,236.7 146.2,236.2 148.9,236.6L149.7,236.4C149,236.3 148,236.2 147,236.1C146,236 144.9,236 144,236.1C145.7,235.9 141.4,235.2 142.3,234.8L142,235C137.7,233.8 132.2,232.8 126.9,231C126,230.9 125.2,230.7 124.5,230.5C123.8,230.3 123.1,230 122.4,229.7C121,229.2 119.6,228.5 117.8,228C117,228.4 117.1,227.9 114.1,226.7C115.7,227.3 114.5,226.4 113.5,225.8C112.9,225.7 112.2,225.4 111.5,225.1C111.3,224.8 110.3,224.2 109.2,223.5C108.1,222.8 107,222.1 106.2,221.9C104.7,220.7 106.7,222 107.1,222.1C106.6,221.4 105.6,221.5 105.2,221L105.4,221C102.9,219.4 101.5,218.3 99.1,216.4C98.5,216.7 96.5,214.8 95.4,214C95.9,214.1 94.2,212.7 93.7,212L92.2,211.2C90.7,210.3 90.7,209.5 89.1,208L89.4,208.4C88.2,207.4 85.7,204.1 85,202.7C80.1,197.5 77.3,192.6 75,187.5C73.9,184.9 72.9,182.3 71.9,179.4C71.4,178 71,176.4 70.4,174.8C70.2,174 69.9,173.2 69.7,172.3C69.4,171.5 69.2,170.6 69,169.7C68.6,168.8 68.9,170.5 68.4,169.8C68,168.3 67.9,168 67.6,166.6C67.7,167.8 67.9,167.6 67.7,167.5L68.3,169.5C68.3,169.6 68.2,169.4 68.2,169.6C68.4,170.3 68.7,171.1 68.9,172C68.4,170.8 67.9,170.5 67.6,168.7C67.7,168.8 67.8,169 67.9,169.5C67.6,168 67.4,168 67.2,166.9C67.1,165.5 67,165.9 67.1,165.7C66.9,164.3 66.7,162.9 66.7,161.5C66.3,160.5 66.1,159.3 66.1,158.3C66.1,157.3 66.2,156.5 66.2,156.1C66.6,156.5 66.5,158.9 67.1,159.9C67.1,159.4 67.2,158.9 67.2,158.4L66.9,158.3L66.8,156.1L66.9,156.2C66.8,156 66.6,155.7 66.7,155.1C66.7,155 66.8,154.8 66.8,155C66.7,154.5 66.6,154 66.6,153.5C67,154.4 66.7,152.1 67.1,152.4C67.2,147.4 66.6,146 67.5,141.6C67.2,142.3 67.1,140.1 67.3,138.8C67.5,138 67.6,137.8 67.7,138.4C67.7,137.8 67.7,137.2 67.8,136.6C68.3,135.5 68.5,134.5 68.8,133.3C69.1,132.1 69.3,130.8 69.8,129.2L69.9,129.4C70,128.2 70.2,126.9 70.8,125.2L71,125.6C71.9,123.6 70.9,123.8 71.9,121.5C71.5,121.4 70.9,122.8 70.5,122.9C70.8,122.7 71.1,121.9 71.4,121.3C71.7,120.7 71.8,120.2 71.6,120.4C72.4,118 72.2,118.8 72.4,118.6C72.5,118.1 72.6,117.6 72.7,117.2C73.4,115.6 73.4,116.9 73.3,117.5C73.6,115.9 74.5,114.3 75.5,112.8L75.3,113.5L76.5,111.4C76.7,110.6 77.1,109.8 77.6,108.9C78.1,108 78.6,107.1 79.2,106.3C79.1,106.8 79,107.2 78.9,107.7C79.8,106.6 79.1,107 79.3,106.6C80.3,104.6 80.8,104.3 81.7,103.5C82.5,101.9 83.7,100.5 84.9,99.3C86.4,98 87.6,96.9 88.3,95.5ZM220.6,195.9L220.8,195.7C220.5,196.3 220.3,196.8 220.6,195.9ZM229.6,178C229,180.4 229,179.5 228.8,179.7C229.3,178.6 229.6,177.7 229.9,176.9C230.2,176.1 230.5,175.3 230.8,174.3C230.6,174.6 230.5,174.6 230.4,174.7C230.7,173.9 231,173.1 231.3,172.9C231.4,173.5 230.9,175 230.3,176.3C229.7,177.4 229.3,178.4 229.6,178ZM205.6,216.6C205.6,216.5 205.7,216.4 205.8,216.3L205.6,216.6ZM214.1,207.7C214.3,207.6 214.5,207.4 214.8,207.2C214.6,207.3 214.4,207.4 214.1,207.7ZM228.2,187.8C228.6,187.4 229.1,186.2 229.4,185.3C229.3,185.7 228.9,186.4 228.2,187.8ZM170.2,65.7C170.9,65.8 172.4,65.9 171.1,65.5C170.5,65.5 169.4,65 168.8,65.1C168.7,65.1 168.7,65.1 168.7,65C169.4,65.4 170,65.7 170.2,65.7ZM101.7,80C101.7,79.8 102,79.3 101.6,79.3C101.7,79.3 101.7,79.2 101.8,79.2C101.6,79.3 101.5,79.3 101.5,79.2C101,79.5 100.5,79.8 100.2,80.1C100.5,80.8 99.5,81.6 101.7,80Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M122.1,66.9C121.8,67 121.6,67.1 121.5,67.1C121.7,67 121.9,67 122.1,66.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M100.4,80.1C100.4,80.2 101,79.8 101.7,79.4C101.5,79.4 101.1,79.6 100.4,80.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M169.5,232.2L170.2,232L168.8,232.1C166.6,232.9 166.5,233.1 166,233.5C167,233.2 167.8,232.9 168.7,232.7C169.6,232.5 170.6,232.3 171.9,231.9C171.1,232.1 170.3,232.2 169.5,232.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M171.2,234.1C171.5,234.1 172.1,234.2 172.4,234.1L172.7,233.8C172.2,233.9 171.7,234 171.2,234.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M197.7,223.5L195.7,224.6C195.1,225.1 197.6,223.9 197.7,223.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M187.3,225.5C187,225.7 186.7,226 186.3,226.2C187.3,225.9 188.6,225.2 188.7,224.9C187.5,225.7 188.3,225 187.3,225.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M202.8,220C203.1,219.2 204.7,218.7 204.9,218.1C204.5,218.6 202.7,219.6 202.8,220Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M199.3,218C198.5,218.1 197.8,219.1 196.6,219.8C197.6,219.1 199.1,218.4 199.3,218Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M211.4,211.1C211.5,211.4 210.8,212 210,212.7C210.2,212.4 210.3,212.1 210.6,211.8C209.4,213.2 209.3,213.3 208.4,214.3C209.6,213.5 211.2,212 211.3,212.4C211.8,211.5 212.5,210.3 211.4,211.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M202,215.9C201,216.5 200.3,216.8 199.2,217.6C199.5,217.6 200.1,217.6 201.3,216.5L201,217.1C202.4,216.4 200.3,217.2 202,215.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M216.4,206.7L215.8,207.2C214.9,208.7 213.3,210.1 212.9,211.1C213.6,210.3 214.4,209.5 215,208.7C215.6,207.8 216.2,207.1 216.4,206.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M206.8,212.6L206.7,212.1C205.4,213.1 206.9,212.1 206.5,212.6C206.1,212.9 205.5,213.3 205.3,213.6C206.7,212.4 205.6,213.8 206.8,212.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M210.3,208.5L211.6,206.9L210.1,207.7C208.5,209.6 210.2,208 210.3,208.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M212.3,206.9L212.5,206.8L214.1,204C213,205.5 212.9,205.6 212.3,206.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M233.7,174.8C233.6,174.4 232.9,176.2 233.3,175.4C233.3,175.8 234.3,173.4 233.7,174.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M227.8,180.8C228,180.4 228.4,179.5 228.6,178.6C228.9,177.6 229.1,176.6 229.2,176C229,176.7 228.6,178 228.2,179C227.9,180 227.6,180.9 227.8,180.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M229.4,175.4C229.4,175.5 229.3,175.7 229.3,175.9C229.3,175.7 229.4,175.6 229.4,175.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M227.9,123.2C227.9,123.1 227.8,123 227.7,122.9C227.8,123 227.8,123.1 227.9,123.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M228.4,124.4C228.6,125.2 229.2,126.8 229.5,127C229.3,126.4 229.1,125.8 228.8,125.2C228.5,124.6 228.2,124 227.9,123.2C228.1,123.8 228.2,124.5 228.4,124.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M223.9,113.1C224.3,113.6 224.6,114.4 224.7,114.1C224.6,113.8 223.8,112.7 223.9,113.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M160.2,62.4C159,62.1 158.2,62.2 158.5,62.5C160,62.6 159.2,62.4 160.2,62.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M157,62.4L156.8,62.3L156,62L157,62.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M148.4,61.7C148.5,61.7 148.7,61.6 148.9,61.6C148.4,61.7 148,61.7 148.4,61.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M149.2,61.6L149,61.6L149.2,61.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M149.7,61.7L149.8,61.5C149.7,61.5 149.4,61.6 149.1,61.6C149.4,61.6 149.6,61.6 149.7,61.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M145.8,61.8L147.5,62.2C149.2,61.9 145.6,62 147.2,61.5L145.8,61.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M140.1,62.3C138.5,62.4 136.4,63.3 135.4,63C131.1,64.1 136.5,63.6 131.6,64.8C133.9,64.4 134.5,64.1 135,63.8C135.5,63.5 135.9,63.1 138,63C136,62.9 139.4,62.5 140.1,62.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M141,63.1C141.2,62.8 139.3,63 138.7,63.3C139.2,63.2 140.2,63.5 141,63.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M131.6,63.9L130.2,64L129.9,64.3L131.6,63.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M126.6,65.1L127.8,64.5C127.4,64.6 125.5,65.2 126.6,65.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M119.6,66.9C118.4,67.3 117.6,68.3 120,67.2C119.8,67.3 119.6,67.3 119.4,67.4C119.6,67.2 118.1,67.5 119.6,66.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M105.2,75C105.9,74.6 106.8,74 106.5,74L104.6,75.3L105.2,75Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M106.3,76.2C107.2,76.2 108.1,75.1 109.5,74.5C108,75.3 108.2,75.1 106.3,76.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M102.6,75.9C103,75.4 103.9,75 104.4,74.7C104.1,74.6 102.7,75.5 102.6,75.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M99.6,78.1C98.9,78.4 99.6,77.8 99.1,78.1C98.4,78.5 97.7,79 97.1,79.4C96.5,79.9 96,80.3 95.7,80.7C96.2,80.6 96.9,80.6 96.5,81.2C97,80.8 97.4,80.4 97.7,80C98.1,79.6 98.4,79.3 98.7,79C99.3,78.4 99.8,78 100.5,77.9C100.9,77.3 101.4,76.7 101.9,76.1C100,77 100.8,77.3 99.6,78.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M104.7,76.3L103.4,76.8C103.8,76.8 102.9,77.4 102.3,77.9C102.9,78.2 104.1,76.8 104.7,76.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M88.7,87.6C88,88.3 87.4,89.1 86.7,89.8L87.4,89.1C87.8,88.6 88.2,88 88.7,87.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M87.2,88.8L87.1,88.7L85.7,90.6L87.2,88.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M84.9,90.9L85.2,90.7L86.3,89.3L84.9,90.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M80.9,95.6L81.4,95.3C81.6,95 82,94.6 82.3,94.2C82.6,93.9 82.8,93.6 82.7,93.6C82.3,94.1 81.3,95.4 80.9,95.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M75.3,115.5C75.4,115 75.1,115.2 74.9,115.4L74.9,116.3C74.9,116 75.1,115.6 75.3,115.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M73.3,118.3L72.9,120.4C73.8,118.2 73.6,117.8 74.4,115.8C73.9,116.6 73.7,117.8 73.2,118.8L73.3,118.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M67.2,159.2C66.9,159 67,159.5 66.7,158C66.9,159.1 67.1,160 67.2,161.1C67.3,161.6 67.3,162.1 67.4,162.7C67.5,163.2 67.6,163.8 67.7,164.4C67.8,164 68.4,165.7 68.2,164.8C68,163.9 67.7,163 67.6,162.1L67.8,162.5C67.8,160.5 67.3,161.3 67.2,159.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M137.4,235.3C137.1,235.4 137.4,235.6 137.8,235.7C139.5,235.8 137.1,235.3 137.4,235.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}.social-media-sharer__item.v2.twitter{background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg width='100%25' height='100%25' viewBox='0 0 175 175' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' xmlns:serif='http://www.serif.com/' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;'%3E%3Cg id='sammelsorium' transform='matrix(0.993754,0,0,0.994228,-62.0102,-61.841)'%3E%3Cg%3E%3Cg%3E%3Cpath d='M130.8,197.9C131.5,197.5 130.6,197.8 129.8,197.8L130.8,197.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M129.8,197.8L129.1,197.7C129.2,197.8 129.5,197.8 129.8,197.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M123.1,197.1C124.6,197 126.4,197.6 127.4,197.2C125.9,196.8 123.6,196.6 123.1,197.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.4,197.6L125.6,197.4L124.2,197.6L125.4,197.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M126.3,197.9L126.2,197.8L124,197.8L126.3,197.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M118.1,196L119.6,196.2C121,196.8 118.6,196.4 119.5,196.8C121.4,197.1 120.3,196.3 122.6,196.7C122.4,196.4 118.8,196.1 119.3,195.7C117.4,195.3 119.1,196.1 118.1,196Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M116.8,165.8C116.7,165.8 116.7,165.7 116.6,165.7C116.7,165.8 116.8,165.9 116.8,165.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M100.2,143.4C100.3,142.9 100.3,142.4 100.3,142C100.3,142.1 100.2,142.2 100.2,142.5L100.2,143.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.5,168.9C110.7,169.3 110.8,169.7 111,170.1C110.9,169.8 110.8,169.4 110.5,168.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M159.2,117.7C159.2,117.8 159.1,117.8 159.2,117.9L159.4,117.7L159.2,117.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M100.1,133.2C100,132.8 99.9,132.3 99.8,131.9C99.9,132.7 100,133 100.1,133.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M117,176.4C116.9,176.3 116.8,176.2 116.7,176.2C116.8,176.2 116.9,176.4 117,176.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M102.1,154.5C101.9,154.1 101.8,153.8 101.7,153.5C101.8,153.9 101.9,154.2 102.1,154.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M100.3,190C100.7,190.1 101.1,190.1 101.5,190C101.2,189.9 100.8,189.9 100.3,190Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.7,189.6L109.7,189.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M115.6,188.3C115.5,188.4 115.5,188.4 115.6,188.3C115.5,188.4 115.6,188.4 115.6,188.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M101.5,190C102.3,190.2 102.5,190.8 103.5,190.2L103.3,190.1C103.9,190.2 104.8,190 105.5,189.9C105.4,189.8 105.3,189.8 105.2,189.8L103.7,189.8C102.9,189.6 102.3,189.9 101.5,190Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M117,165.8C117,165.9 117.7,166 117,165.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M113,164.1C113.4,164.1 113.7,164.1 114.1,164.2C113.7,164.1 113.4,164.1 113,164.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M125.7,180.4C125.5,180.4 125.6,180.4 125.7,180.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M115,164.1L114,164.1C114.4,164.2 114.7,164.2 115,164.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M120.1,178.4L120,178.3C120,178.4 120,178.4 120.1,178.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M180.4,166.8C180.6,166.3 180.9,166.1 181.3,165.6C181.5,164.3 180.1,167.8 180.6,166.1C180.3,166.6 180.2,167 180,167.3L180.7,166.8C181.1,165.9 180.3,167.4 180.4,166.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M166,115.9L165.8,115.9C166,116 165.9,116.1 166.8,116.1C167.5,115.7 166.2,115.5 167.6,114.9C167.3,115 166.9,115 166.6,115C167,115.3 166.5,115.6 166,115.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M166.4,115.1C166.3,115.1 166.2,115 166.1,115C165.9,115 165.7,115 165.5,115.1L166.4,115.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M187.3,149.3C187.4,149.1 187.4,148.9 187.5,148.7C187.3,149 187.3,149.1 187.3,149.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M105.6,133.8C105.7,134 105.8,134.3 105.9,134.4C105.8,134 105.7,133.9 105.6,133.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M154.7,122.2C154.5,122.3 154.4,122.5 154.2,122.7C154.1,122.8 154.1,122.9 154,123.1C154.2,122.7 154.4,122.4 154.7,122.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M203.4,109.8C203.3,109.9 203.2,109.9 203.1,110L202.9,110.2C202.8,110.4 203.1,110.8 202.6,111.6C202.8,111.7 202.9,111.6 203.1,111.7C203.1,111.6 203.2,111.4 203.2,111.3C203.2,111.2 203.3,111 203.3,110.9C203.3,110.6 203.3,110.2 203.4,109.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M180,167.4L180,167.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M207.1,118.4C207.5,118.3 207.8,118.1 208.2,118C208,118.1 207.7,118.2 207.1,118.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M161.3,116.5C160.2,117 159.3,117.6 158.3,118.2C158.6,118 158.9,117.9 159.2,117.8C159.3,117.6 159.8,117.4 160.2,117.2C160.7,116.9 161.1,116.7 161.3,116.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M184.2,115.5L184.1,115.1C182.3,114.2 180.4,113.1 178.5,112.3C176.6,111.5 174.6,111.1 173,111.3C170.6,110.5 169.8,110.8 169,111.1C168.6,111.2 168.3,111.4 167.7,111.4C167.2,111.5 166.5,111.6 165.3,111.5L165.5,111.6C162.4,112.1 159.3,113.3 156.6,115.1C153.9,116.9 151.5,119.2 149.7,121.9C147.9,124.6 146.6,127.7 146.1,130.9C145.8,132.5 145.7,134.1 145.7,135.7L145.7,136.5C145.7,136.6 145.7,136.7 145.8,136.7C145.8,136.8 145.7,136.7 145.6,136.8L144.9,136.8L144.9,136.6C140.3,135.9 135.8,134.8 131.5,133.1C127.2,131.5 123.2,129.3 119.4,126.7C117.5,125.4 115.7,124 114,122.5C113.1,121.8 112.3,120.9 111.5,120.2L109.8,118.5C109,117.7 108.2,116.6 107.5,116L105.3,113.9L104.4,113L104.3,113.2L103.5,114.6L102,117.3C101.5,118.2 101.1,119.2 100.7,120.3C100.5,120.8 100.3,121.4 100.2,121.9L100,122.5L99.9,123C99.7,123.7 99.6,124.4 99.5,125C99.3,126.4 99.2,127.8 99.3,129.1C99.4,130.1 99.6,130.3 99.8,130.5C100,130.6 100.1,130.8 100.4,131.6C100.5,132.3 100.9,134 100.6,134.1C100.1,132.7 100.1,133.5 99.9,133.1C100.2,134.3 100.5,135.7 100.9,137C101.4,138.3 102,139.5 102.7,140.4C102.5,139.8 102.3,139.2 102.1,138.6C102.6,139.3 103.1,140.5 103.6,141.2C103.3,141 103.6,142.1 103.2,141.6C104.8,143.3 105.4,144 105.8,144.7C106.3,145.4 106.6,146.1 108.2,147.2C108.4,147.2 108.7,147.3 109.1,147.4C109.5,147.5 110,147.7 110.5,148L111.9,143.5C111.1,143.7 110.2,143.8 109.3,143.8L107.6,143.8C107.5,143.8 107.3,143.8 107.1,143.7C106.8,143.6 106.4,143.6 106.1,143.5C105.4,143.2 104.7,142.8 103.9,142.3C105.4,143 105.3,142.8 105.4,142.7C105.4,142.6 105.5,142.6 105.8,142.7C106.1,142.8 106.6,142.9 107.6,143.2C106.4,142.8 105.3,142.3 104.1,141.7C102.9,141.1 101.8,140.5 100.6,140C100.5,140.3 100.4,140.4 100.3,140.6L100.3,141.7C100.5,141.3 100.7,141.8 100.8,142.9C100.7,144.4 100.4,144.4 100.5,146.4L100.1,144.2C100,144.8 100.1,145.5 100.2,146.2C100.3,146.9 100.6,147.6 100.7,148.2C100.6,148.3 100.6,148.6 100.7,149C100.7,149.4 100.8,149.9 100.8,150.1C100.9,150.7 100.9,151.1 100.7,151C101.7,152.8 101.9,153.6 103.1,155.4C102.3,153.3 103.7,155.7 103.8,155.4C103.3,154.7 102.9,154 102.5,153.2C103.2,154.8 103.1,154.6 102.7,154C102.3,153.4 101.8,152.4 101.6,152.6C101.2,151 103.2,154.4 102.1,151.9C102.8,153.4 103.3,154.3 103.8,155.1C104.1,155.5 104.4,155.9 104.7,156.4C105.1,156.9 105.5,157.4 106.1,157.9C104.8,156.4 106.6,158 106,157.1C107.6,159 106.3,157.7 106.5,158.5C107.4,159.5 107.7,160.1 108.8,160.7C110.5,162.2 108.3,160.8 109.1,161.6C108.6,161.5 107.5,160.4 106.5,159.3C105.5,158.3 104.7,157.3 104.5,157.9C104.1,157.4 103.6,156.9 103.1,156.3C102.9,156 102.6,155.7 102.4,155.4C102.2,155 102,154.7 101.8,154.3C102.3,155.8 103.3,157.9 104.8,159.3L105.3,159C105.8,159.5 106.2,159.8 106.5,160C106.8,160.2 107.2,160.4 107.5,160.7C107,160.4 107.5,161.4 108.5,162C108.3,161.7 107.9,161.5 108.1,161.5C109,162.1 109.5,162.5 110.1,162.7C110.7,163 111.4,163.3 112.5,163.8C112.1,163.5 111.7,163.3 111.4,163.1C111.1,162.9 110.9,162.7 110.7,162.5C110.5,162.3 110.3,162.1 110,161.9C109.8,161.6 109.5,161.4 109.2,161C109.9,161 110.3,161.8 111.2,162.3C111,162.3 110.8,162.1 111.1,162.4C111.5,162.6 111.8,162.7 112.2,162.9C114.3,164.3 111.6,163.3 113.4,164.4C114,164.9 114.5,165 114.9,165.1C115.4,165.2 115.8,165.2 116.3,165.5C116.2,165.4 116.2,165.4 116.1,165.3C116.3,165.4 116.5,165.5 116.6,165.5C117.4,165.7 118.1,165.9 118.7,166L118.6,162.9C118.2,163 117.9,163.2 117.8,163.4C117.6,163.3 116.8,163.7 116.4,163.8C116.1,163.9 115.5,164.1 114.9,164.2C114.6,164.2 114.2,164.3 113.8,164.2C113.4,164.2 112.9,164.1 112.5,163.9L112.6,163.9C110.3,163.6 108,163 108.3,162.9L107.3,162.7C107.3,162.8 107.2,162.9 107.2,163C107.2,163.1 107.1,163.1 107.1,163.1C107,163.1 107.1,163.3 107.2,163.4L107.6,164.7L106.9,164C107.6,165.8 108,166.4 108.3,167.1C108.7,167.7 109.1,168.2 109.8,169.1C110,169.6 110.3,170.2 110.7,170.9C111,171.4 111.4,171.9 111.7,172.3C112.1,172.8 112.5,173.1 112.8,173.5C113.1,173.8 113.5,174.1 113.7,174.3C113.8,174.4 114,174.7 114.4,175L113.8,174.2C115.2,175.5 115.2,175.2 116.1,176C115.9,175.8 115.9,175.8 116.4,176.2C116.6,176.3 116.8,176.5 117,176.6C116.9,176.6 116.7,176.4 116.5,176.3L116.6,176.5C116.9,176.8 117.1,177 117.4,177.2C117.7,177.4 118,177.5 118.2,177.6C118.8,177.8 119.4,178 120.1,178.4C120,178.3 119.7,178.3 119.6,178.2C120,178.4 120.4,178.9 120.8,179.1C121.3,179.4 121.4,179.5 121.6,179.4C121.7,179.5 121.9,179.5 122.1,179.5L122.4,179.7C122.3,179.6 122.2,179.6 122.1,179.5L122.8,179.5C123.3,179.6 123.7,179.8 124.1,179.9C124.3,180 124.7,180 125.1,180L125,180.1C125.6,180.1 125.3,180.2 125.1,180.2L125.2,180.3C125.3,180.3 125.1,180.3 125.1,180.4L124.9,180.5C124.7,180.6 124.5,180.7 124.4,180.8C124.1,181 124,181.1 123.8,181.3C123.5,181.6 122.9,182.1 122,182.3C122,182.7 122.7,182.4 123,182.4C123,182.7 122,183.5 121.2,184C120.5,184.1 119.2,184.5 118.1,184.7C117,184.9 116.1,185 116.3,184.6C114,185.3 117.1,184.7 116,185.3L115.7,185.4C116.5,185.2 117.2,185.1 117.7,185.2C118,185.4 116,186.3 115.3,186.4L115.6,185.8C114.6,186.2 114.2,186.5 113.9,186.8C113.6,187.1 113.5,187.5 112.8,187.8C111,188.1 111.9,187.4 111.5,187.1L109.6,187.6L109.5,187.3C108.3,187.6 108.1,187.9 106.3,188C107.5,187.6 103.7,187.9 105.4,187.4C104.5,187.4 104.2,188 103.7,187.6C103.1,188 104.6,187.8 105,187.8C105.4,188.3 102.9,188.1 101.8,188.2C101.7,187.9 102.6,187.9 101.2,187.7C100.9,187.9 100.1,188 99.3,187.7C99.3,188 98.2,187.8 97.4,187.6L93.4,186.8L96.8,189.2C96.9,189.3 97,189.4 97.2,189.4C97.1,189.3 97,189.2 96.9,189.1L93.6,186.6L97.4,187.5C98.2,187.7 99,188 98.5,188.1C98.1,188.1 97.8,188.2 97.4,188.1L96.7,188.1L97.3,188.4C97.7,188.6 98.1,188.9 98.7,189.3L97.9,188.6C99.3,188.9 99.6,190.1 101.3,190.8C100.5,190.6 100.1,190.4 99.4,190.2C100.2,190.5 101.8,191.1 103.1,191.6L104.3,192.7C104.6,192.6 105.9,193.4 106,193.1C107.7,194.1 104.4,192.8 104.1,193C106.3,194.2 106.1,193.3 108.1,194.6L107.3,194.6C108,194.9 109.6,195.3 109.6,195.5C109.6,195.4 109.2,195.3 108.8,195.1C109.1,194.9 110,195.1 110.8,195.2C111.6,195.3 112.3,195.4 112.3,195.1L111.3,194.7C112.9,195.1 114.1,195 115.3,195.5C116.2,195.9 114.5,195.8 113.9,195.8C115.4,196.3 115.3,195.4 117,195.9C116.1,195.6 116.3,195.4 116.9,195.4C116.4,195.3 115.6,195 115,194.9C114.4,194.7 114,194.6 114.1,194.8L114.4,195C114.3,195.1 113.7,195 113.4,195.1C112,194.7 112.8,194.6 112.6,194.4C110.4,193.6 112.2,195 110.1,194.3L109.9,194.1C108.8,193.9 107.3,193.3 106.9,193.6C106.2,192.8 104.5,192.8 103.7,192.1C103.9,191.2 107.1,193.7 108.5,193.7C107.5,193.1 109.3,193.5 109.8,193.5C108.6,193.2 107.5,192.9 106.3,192.6C106.1,192.4 105.3,191.5 104.6,191.5L104.8,191.6C103.5,191.1 103.6,191.6 102.6,190.9C102.5,190.7 102.9,190.8 103,190.8C102,190.2 102.1,190.5 101.3,190.3C100.3,189.7 102,190.2 101.2,189.7C99.9,189.4 99.4,188.6 98.4,188C98.4,188.2 98.1,188.1 97.6,188L97.2,189.2C98.4,189.1 100.4,189 98.7,188.5C99.6,188.5 100.6,188.4 101.5,188.3C102.4,188.6 99.6,189 100.3,189.5C99.5,189.5 98.8,189.4 98,189.3C98.2,189.7 99.4,189.7 100.7,189.6C102,189.6 103.5,189.4 104.3,189.8C105.5,189.7 105.2,189.7 107.5,189.8L107,189.2C108.2,189.2 108.6,189.5 108.7,189.6C109.4,189.5 110,189.4 110.7,189.3C110.5,189.4 110.3,189.5 109.9,189.7C110.9,189.9 111.1,189.7 111.4,189.4C111.9,189.2 112.6,189 113.3,188.8L112.7,189.2C113.1,189 113.7,188.9 113.7,188.7C114,188.6 114.3,188.5 114.5,188.4C114.3,188.3 113.7,188.2 112.6,188.3C115.3,187.9 117.3,187 119.7,186.6C119.7,186.8 118.8,187.4 119.1,187.3C120.3,186.9 121.3,186.1 121.1,185.9C121.3,185.8 121.5,185.7 121.7,185.6C121.9,185.7 122.4,185.6 123.1,185.2C123.3,185.2 123.6,185.1 124.1,184.8C124.2,184.5 124.8,184 125.6,183.5C126.3,183 127,182.5 127.1,182.3C126.5,182.7 125.8,183.1 125.1,183.6C125.8,182.8 126,182.2 127.1,181.8C126.5,182.4 127.1,182.1 127.6,181.9C128.1,181.7 128.5,181.5 127.2,182.5C128.6,181.9 128.8,181.6 128.8,181.4C128.8,181.2 128.7,181.1 129.9,180.3L130.8,179.8L131.3,179.5L131.5,179.4L131.6,179.3C131.9,179.3 131.8,179.4 131.7,179.5C131.6,179.7 131.3,179.8 131.1,180C130.6,180.4 130.2,180.7 130.5,180.6L131.4,179.9C131.2,180.2 130,181.1 128.7,182.1C128,182.6 127.3,183.1 126.7,183.6C126,184.1 125.3,184.6 124.7,185.1C125.6,184.6 126.6,184 127.5,183.4C128.4,182.8 129.3,182.2 130.1,181.6C130.9,180.9 131.8,180.2 132.7,179.5L133.4,179C133.5,178.9 133.5,178.8 133.6,178.7L133.9,178.1C132.8,178 131.6,177.9 130.4,177.9C129.3,177.8 128.2,177.7 127.1,177.6L126.3,177.5L125.6,177.4C125.2,177.3 124.7,177.2 124.3,177.1C123.4,177 122.6,176.7 122,176.5C120.4,175.9 118.9,175.2 117.6,174.6L117.7,174.7C117.6,174.7 117.6,174.7 117.4,174.8L117.3,174.6C117,174.5 116.8,174.4 116.5,174.3C116,173.5 114.8,172.3 114.1,171C114.5,171.8 114.5,171.8 114.4,172.1C114.2,172.1 114.1,172.2 113.9,172C113.7,171.9 113.4,171.6 113.1,171C113.3,170.8 113.8,171.5 113.3,170.6C113.5,171.1 113.1,170.8 112.7,170.4C112.5,170 112.4,169.7 112.3,169.5C112.2,169.3 112.2,169.1 112.3,169.1C112.5,169.3 112.5,169.4 112.5,169.6C112.6,169.7 112.5,169.5 112.5,169.3C112.5,169.2 112.6,169.1 112.8,169.3L112.4,168.7C112.5,168.4 112.9,168.9 113,168.8C112.7,168.4 112.4,168.2 112.2,167.9C112,167.7 111.9,167.5 111.7,167.3C111.7,167.3 111.6,167.2 111.6,167.1C111.6,167.1 111.7,167.1 111.7,167C111.8,167 112,166.9 112.3,166.9C112.4,167 112.9,167.6 112.8,167.4C113.2,167.5 113.5,167.4 113.9,167.2L114.1,167.1L115.3,166.8C115.8,166.7 116.3,166.5 116.8,166.4C116.5,166.6 115.8,166.7 115.1,166.8C116.4,166.7 117.6,166.5 118.8,166.2L125,164.7L118.7,163.2C114.7,162.2 111.4,160.2 108.9,157.1L107.6,156.5C107.4,156.1 107.3,155.6 107.1,155.2C105.8,153.1 104.9,151.2 104.3,149.2C104.1,148.7 104,148.4 103.9,147.8C103.8,147.6 103.8,147.3 103.8,147C103.8,146.9 103.8,146.7 103.7,146.6C103.8,146.6 103.9,146.7 104,146.7C104.2,146.8 104.3,146.8 104.5,146.9C105.2,147.1 105.1,147.5 105.3,147.8C105.4,147.8 105.5,147.9 105.6,147.9C105.8,148 106.2,148 106.5,148.1C107.1,148.2 107.6,148.3 108.1,148.3C109.1,148.3 110,148.3 111,148.2L117.8,147.7L112.1,144.8C111.5,144.5 110.9,144.1 110.2,143.6C110.7,143.8 111.6,143.9 110.5,143C110.2,142.9 109.9,143 109.3,142.3C109.4,142.4 109.6,142.4 109.7,142.5C109.3,141.8 108.6,141.4 107.6,140C105.8,137.6 104.4,135.2 103.3,132.8C102.9,130.1 103.9,133 104,132.4C104.2,134.3 104.4,133.6 104.7,134C104.3,133.1 104,131.9 104.3,131.4C104.1,130.1 104.1,129.5 103.8,128.1C103.9,128.8 103.7,129.4 103.5,128.7C103.6,128.1 103.6,127.1 103.8,126.3C103.9,125.5 104.2,124.8 104.4,125C104.5,124.6 104.6,124.2 104.6,123.9C104.6,123.8 104.7,123.7 104.7,123.5C104.8,123.3 104.9,123 105,122.8C105.1,122.7 105.1,122.6 105.2,122.4C105.3,122.5 105.4,122.6 105.5,122.7C105.7,122.9 105.8,123.1 106,123.3L106.6,124C106.9,124.4 107.3,124.7 107.7,125.1C108.4,125.8 109.1,126.5 109.9,127.2C111.4,128.5 113,129.8 114.6,131C115.9,131.6 113.8,130.3 114.5,130.6C116.3,131.4 115.7,131.6 117.1,132.3L116.4,132.2C117.3,132.9 118.5,133.4 119.5,133.9C120.6,134.4 121.7,134.7 122.8,135.2C122.3,135.3 124.3,136.2 122.6,135.6C123.6,136 124.2,137.9 125.1,138L124.5,136.3C124.6,136.2 126,137 125.9,136.8C126.7,137.4 127.7,138.1 128.3,138.4C128.5,138.8 127,138.1 126.1,137.7C125.7,138.1 128.8,139.2 127.4,139.2C129.3,139.9 127.2,138.8 128.4,139.1L130,139.8L128.8,139.2C130.2,139.5 130.8,139.4 132.5,140.2L134.6,140.3C134.7,140.8 136,140.7 136.9,141.1L136.2,141.2C137.5,141.5 138,141.7 138.8,142C138,142.2 137.6,141.7 137.2,141.9C137.7,142.1 138.2,142.2 138.7,142.3C138.7,142.1 139.7,142 138.7,141.7C139.4,141.6 140,141.5 140.8,141.5L142.2,141.5C142.5,141.5 142.8,141.5 143.2,141.6C143.6,141.7 144.1,141.7 144.7,141.8C145.9,142.1 145.3,142.2 144.5,142.2C143.6,142.2 143.1,142.2 143.3,142.4C143.5,142.4 144.1,142.5 144.6,142.6C145.1,142.6 145.5,142.7 145.9,142.7C146.7,142.7 147.4,142.7 147.9,142.6C148.4,142.5 148.9,142.5 149.3,142.4C149.5,142.4 149.7,142.3 149.8,142.3C149.9,142.3 150,142.3 150,142.2L150.1,142C149.8,141.2 149.5,140.4 149.4,139.6C149.3,138.7 149.1,138 149.1,137.4C149.1,137.1 149,136.9 149,136.6C149,136.3 149,136.3 148.9,136.1C148.8,135.5 148.7,134.9 148.8,133.7C148.9,134.1 149,133.7 149.2,133.1C149.4,132.5 149.5,131.8 149.7,131.6L149.8,132.6C149.8,131.9 150.1,131.2 150.2,131.5C150,131.5 150.1,130.8 150.3,129.8C150.6,128.8 150.9,127.7 151.3,126.9L150.9,127C151,126.7 151.1,126.3 151.3,126C151.5,125.7 151.7,125.3 151.8,124.9C152.1,124.2 152.7,123.5 153.1,123C153.7,122.1 154,121.8 154.1,121.4C154.2,121 154.3,120.7 154.8,120C155.7,119.6 155.8,119.9 155.8,120.4C155.3,120.7 154.6,121.3 153.9,122C152.3,124.2 151.9,126.3 150.8,128.5C151,129.2 151.1,128.7 151.3,128C151.5,127.3 151.8,126.3 152.3,125.9C152.3,126 152.3,126 152.2,126.1C152.3,126 152.3,125.9 152.4,125.9C152.2,126.3 152,126.9 151.9,127.4C151.8,127.9 151.7,128.3 151.9,128.5C152.1,127.8 152.1,127.5 152.1,127.2C152.1,126.9 152.2,126.5 152.8,125.8C152.9,125.5 153.1,125.2 153.3,124.9C153.5,124.7 153.7,124.5 154,124.3C154.4,123.9 154.9,123.7 155.2,123.4C155.4,123 155.4,122.6 155.5,122.2C155.7,121.8 156,121.3 156.9,120.6C156.7,120.9 156.6,121.3 156.4,121.6C156.6,121.4 156.8,121.2 157,121.1C157.2,121 157.3,120.8 157.4,120.7C157.6,120.5 157.6,120.3 157.7,120.2C157.8,119.9 157.9,119.6 159,119C158.2,119.4 159.5,118.2 158.1,119C158.4,118.7 158.9,118.3 159.5,117.9C160.2,117.6 160.9,117.2 161.5,117C161.8,116.8 161.5,116.8 161.5,116.7C160,117 159.4,117.9 158.2,118.2C158,118.5 157.8,118.8 157.6,119.2C156.4,119.9 156,119.7 156.6,119C156.3,119.3 156,119.5 155.8,119.6C155.1,119.2 157.3,118.7 157.4,118C157.1,118.2 156.9,118.4 156.6,118.7C156.3,118.7 156.7,118.2 157.4,117.7C158.1,117.2 159,116.7 159.7,116.4C160.1,116.3 160.4,116.2 160.8,116.1C161.1,116 161.5,115.9 161.7,115.9C162.2,115.8 162.6,115.8 162.7,115.9C162.1,116.2 161.5,116.4 160.9,116.7C161.4,116.6 162,116.4 162.6,116.1C163.2,115.8 163.8,115.6 164.4,115.4L164.7,115.4C164.6,115.4 164.6,115.4 164.6,115.3C164.8,115.2 165.1,115.3 165.3,115.3C165.8,115.2 166.4,115.1 167,115C167.6,114.9 168.2,114.9 168.7,114.9L168.6,114.6L168.5,114.8C168,114.8 167.5,114.8 167.1,114.7C166.7,114.6 166.6,114.6 166.9,114.4C168,114.2 168.6,114.3 169.1,114.4C169.5,114.6 169.8,114.8 170,114.9C169.5,115.3 168,114.9 166.9,115.1C167.6,115.5 169,114.9 171.1,115.4C170.2,115.8 168.7,115.3 168.2,115.8C169.9,115.8 170.3,115.5 172.1,115.8C172,115.9 171.5,115.9 171,115.9C170.6,115.9 170.2,116 170.2,116.1C170.6,116.2 170.9,116.2 171.3,116.3C168.6,116.1 171.7,116.9 169.7,116.9C170.6,117.1 171.1,116.6 172.4,117.1C172.1,116.8 171,116.3 172.4,116.3C172.9,116.4 173.4,116.6 173.9,116.8C174.4,117.2 172.3,117 173.2,117.4C173.7,117.5 174.2,117.5 174.7,117.6C174.7,117.4 174,117.2 174.5,117.1C175.3,117.5 176.1,117 177.2,117.3C178,117.7 178.6,118.1 178.8,118.4C179.9,118.8 181,119.4 182,120.2C182.4,120.5 183.3,121.2 183.9,121.7L184.2,122L184.4,122C184.6,121.9 184.8,121.9 185,121.8C185.4,121.7 185.8,121.5 186.1,121.4C185.2,121.8 185.1,121.9 185.6,121.9L187.4,121.9C187.2,122 187,122 186.8,122.1C186.6,122.2 186.3,122.2 186.2,122.3C185.8,122.4 185.6,122.6 185.4,122.7C185.1,122.9 185.1,123.1 185.2,123.3C185.7,123.2 186.1,123.1 186.4,122.9C186.7,122.8 187,122.6 187.1,122.5C187.3,122.3 187.3,122.1 187,122.1C188.8,121.8 188.5,121.4 189.2,121.5C189.4,121.5 189.3,121.7 189.2,121.8C189.1,122 189,122.1 189.1,122.2C189.6,122.1 189.4,121.5 190.1,121.4C190,121.5 189.9,121.5 189.9,121.6C190.2,121.6 190.8,121.1 191.2,120.7C191.1,120.9 191.1,121 191.2,120.9C191.4,120.8 192.2,120.2 191.2,121.1C191.7,120.7 192,120.6 192.1,120.4C192.2,120.3 192.2,120.2 192.5,120C192.8,119.8 193,119.6 193.2,119.5C193.3,119.5 193.4,119.3 193.4,119.4C193.4,119.5 193.3,119.6 193.3,119.7C193.1,120.1 192.8,120.5 192.6,120.7C192.7,120.4 192.4,120.5 192.7,120.1C192.3,120.5 191.9,120.8 191.5,121.1C191,121.8 191.5,121.5 191.9,121.4C192.3,121.3 192.6,121.4 191.9,122.1C191.9,121.8 191.8,121.9 191.6,121.9C191.4,122 191.2,122 191,122.1C191.2,122.1 190.5,122.9 191.3,122.3C191,122.7 190.7,122.9 190.4,123.1C190.4,123.4 190.1,123.7 190,124.2C189.1,124.8 188.3,125.2 187.7,125.4L178.8,128.5L189,129.1C189.4,129.1 189.7,129.1 190,129.2L190.6,129.1L190.9,129.1L191.3,129C191.5,128.9 191.8,128.9 192,128.9C192.5,128.8 192.8,128.8 193.3,128.6C193.5,128.5 193.8,128.4 194.2,128.2C194.6,128.1 194.9,127.8 195.2,127.6C195.4,127.5 195.5,127.4 195.7,127.3C195.8,127.2 195.9,127.2 196,127.1C196,127.1 196.1,127.1 196.1,127C196.1,127.1 196,127.1 196,127.2C194.6,128 194.5,128.5 193.6,129.1C192.9,129.7 192.8,130 192.5,130.4C192.4,130.6 192.2,130.8 192,131L191.8,131.2L191.5,131.4C191.2,131.6 190.9,131.9 190.5,132.1C190.5,132 190.5,131.8 191,131.4C190.3,131.9 189.7,132.4 189,132.8C188.8,133 188.6,133.1 188.4,133.3L188.1,133.5L187.9,133.6C187.9,133.6 187.8,133.6 187.8,133.7L187.8,135.4C187.8,136.2 187.8,136.9 187.9,137.7L187.9,139.4L187.8,139.3C187.3,143 187.3,146.3 186.6,150.1C186.6,149.8 186.4,149.7 186.4,149.4C186.2,150.3 185.8,151.5 185.5,152.7C185.2,153.8 185,154.9 185,155.7C183.7,157.7 184.7,157.2 183.1,159.8C183,159.9 183.1,159.5 183.2,159.3C182.5,160.6 182.1,161.5 181.5,162.8C180.9,164.3 180.7,165.3 180.3,166.4C180.1,166.9 179.9,167.4 179.6,168C179.3,168.6 178.9,169.2 178.3,170C177.6,169.8 179.4,167.9 178.9,167.6C178.6,168.3 178.4,168.9 177.7,169.7C177.8,169 177.6,169.5 177.6,169C177.3,169.3 177.1,170.1 176.8,170.7C176.6,171.4 176.4,172 176.4,172C176.5,172.1 176.7,171.9 177.1,171.3C177,172.3 175,174.4 173.9,175.8C174.3,175.4 175.6,174 175.4,174.7C173.7,176.5 173.7,177.6 172.7,179.1C170.9,180.6 173.4,177.5 172.8,177.5C172.4,177.7 171.5,178.1 172,177.2C170.6,178.6 169.8,179.9 168.6,181.2L168.5,181.1C166.7,182.8 165,185 163,186L164,185.5C163.7,185.8 162.7,186.5 162.2,187.1C162.1,186.9 160.6,187.6 161.1,187.1C160.6,188.4 156.4,190.4 155.5,191.5C154.8,191.6 155.2,191.1 155.3,190.9C156.8,190.2 157.3,190.2 157.9,189.5C156.7,190.2 155.8,190.4 155.9,190.2C155.4,190.7 154.5,191.3 153.6,191.9C152.7,192.5 151.9,193 151.6,193.3C150.6,193.4 149.7,193.6 149.9,193.2C148,194 148.6,194.1 149.1,194.2C149.6,194.3 150.1,194.4 147.8,195.1C145.6,195.4 149.7,194 146.8,194.8L147.3,194.6C145,194.3 146.1,195.7 143.7,196.2C143.3,195.8 145.2,195.4 143.6,195.5C141.5,196.1 140.7,197.1 138.4,197.2L138.7,196.9C137.3,197.2 134.5,197.3 133.1,197.4C133,197.3 133.2,197.3 133.5,197.3C130.9,197.2 132.4,197.6 130.3,197.3L129.7,197.6C130.8,197.7 132.9,198 134.2,197.6C132.9,198 136.4,198.1 135.8,198.6L136.1,198.4C139.8,198.8 144.5,198.1 149,197C151.6,195.6 153.8,195.6 156.6,193.9C156.8,193.1 157.1,193.6 159.4,192.2C158.2,193 159.5,192.7 160.3,192.3C160.7,191.9 161.2,191.5 161.7,191.2C162,191.1 162.9,190.8 163.9,190.3C164.9,189.8 165.8,189.1 166.2,188.6C167.7,187.8 166,189 165.8,189.3C166.5,189.2 166.8,188.3 167.3,188.1C167.3,188.1 167.3,188.2 167.2,188.3C168.2,187.5 169,186.9 169.8,186.3C170.6,185.6 171.5,185 172.4,184.1C172.1,183.5 174.1,182.1 174.7,181.1C174.6,181.5 175.9,180.2 176.5,179.7L177.1,178.3C177.7,177 178.5,176.9 179.5,175.4L179.1,175.7C179.4,175.1 180.1,174.2 180.9,173.2C181.7,172.3 182.4,171.3 182.9,170.9C185.5,165.3 187.4,161.1 189.1,156.5C190.8,152 192.2,147.2 192.4,140.6C192.2,139.7 192.1,141.2 191.8,140.5L191.8,137.7C191.7,138.8 191.8,138.6 191.7,138.5L191.8,140.3C191.8,140.4 191.7,140.2 191.6,140.4C191.7,141 191.7,141.7 191.6,142.5C191.5,141.4 191.1,141 191.3,139.5C191.4,139.6 191.4,139.8 191.4,140.2C191.5,138.9 191.3,138.9 191.4,137.9C191.5,136.7 191.3,137.1 191.5,137L191.6,136.5C191.6,136.4 191.6,136.2 191.8,136.1L192.8,135.6C193.1,135.2 193.4,134.9 193.8,134.5C194.3,134 194.8,133.6 195.3,133.2C196.2,132.4 197.1,131.7 197.4,131.4C197.5,131.6 196.9,132.3 196.2,133C195.5,133.7 194.6,134.5 194.2,135.1C194.8,134.8 195.4,134.3 196.1,133.8L195.9,133.5C196.7,132.8 197.4,132.1 198.1,131.4L198.1,131.5C198.2,131.2 198.3,131 198.9,130.4C199,130.3 199.4,130.1 199.2,130.3C199.6,129.8 199.9,129.3 200.2,128.8C200,129.6 201.4,127.5 201.8,127.5C203.7,125 204.6,123.5 205.5,122C205.7,121.6 206,121.3 206.2,120.9L206.3,120.8L206.3,120.6C206.3,120.5 206.3,120.5 206.4,120.4C206.4,120.3 206.5,120.2 206.5,120.1L206.6,119.9L206.8,119.6C206.9,119.4 207.1,119.2 207.2,119C207.4,118.7 207.6,118.4 207.9,118.1C207.7,118.2 207.4,118.3 207.2,118.4C207.7,118.3 206.3,119 204.7,119.9C203,120.7 201.1,121.6 199.8,122.1C198.5,122.5 198.2,122.6 199.4,121.9C198.1,122.5 196.9,123.1 195.9,123.5C194.6,123.7 193.2,124 191.7,124.3C191.3,124.4 190.9,124.5 190.6,124.5C190.3,124.6 189.9,124.6 189.6,124.7C189.2,124.8 188.7,124.8 188.3,124.9L190,130C190.4,129.8 190.9,129.5 191.3,129.2L191.3,129.4C191.7,129 192.1,128.6 192.6,128.1C193,127.7 193.4,127.4 193.8,127C194.2,126.6 194.7,126.1 195.1,125.7L195.1,126.2C195.8,125.6 196.1,125.1 196.4,124.8C196.6,124.4 196.7,124.2 196.8,123.9C197,123.4 197.1,122.9 198,121.6C197.5,121.7 196.2,123.3 195.6,123.5C196,123.2 196.7,122.5 197.1,121.8C197.5,121.2 197.7,120.7 197.4,121C198.4,118.8 198.2,119.4 198.5,119.2L198.8,118C199.5,116.4 199.7,117.1 199.7,117.6C199.7,117 200,116.2 200.4,115.3C200.6,114.8 200.8,114.3 201,113.8L201.3,113L201.3,112.8C201.4,112.8 201.6,112.7 201.6,112.8L201.6,112.4C201.6,112.2 201.6,112.1 201.7,111.9C201.6,111.8 201.5,111.8 201.4,111.7C201.3,111.5 201.3,111.4 201.3,111.2C198.8,112.7 196.3,114.1 194.2,115.1L197.3,112.9C196.7,113.2 196.3,113.4 196,113.6C195.7,113.8 195.6,113.9 195.5,114C195.3,114.2 195.3,114.3 194.9,114.6C194.4,114.9 193.9,115.2 193.5,115.4C193.1,115.6 192.8,115.7 192.5,115.9C191.9,116.2 191.5,116.3 191.1,116.4C190.3,116.6 189.7,116.7 188.8,116.9C188.5,117 188.1,117.2 187.8,117.3L187,117.6C186.7,117.7 186.3,117.8 186,117.9C185.8,117.9 185.6,118 185.5,118L185.4,118L185.3,117.9L185.3,117.8L185.1,117.6C185.6,116.3 184.9,115.8 184.2,115.5ZM125.8,180.3C125.8,180.2 125.8,180.2 125.8,180.3C126.4,180.2 126.8,180.2 125.8,180.3ZM113.2,173C114.7,174.4 114.1,174.1 114.2,174.3C113.5,173.5 113,172.9 112.5,172.3C112.3,172 112,171.7 111.8,171.4C111.7,171.2 111.6,171 111.4,170.8C111.3,170.6 111.1,170.3 111,170.1C111.1,170.4 111,170.6 111,170.7C110.5,169.9 110.2,169 110.3,168.7C110.6,168.9 110.8,169.4 111.2,170C111.4,170.3 111.6,170.6 111.7,170.9C111.9,171.2 112,171.4 112.2,171.7C112.5,172.2 112.8,172.7 113,172.9C113.2,173.1 113.3,173.2 113.2,173ZM112.4,189.2C112.5,189.1 112.5,189.1 112.6,189L112.4,189.2ZM121.9,185.6C122.1,185.6 122.3,185.6 122.6,185.5C122.4,185.4 122.2,185.4 121.9,185.6ZM120.7,175.9C120.4,175.5 119.6,175.1 119,174.7C119.2,174.9 119.7,175.3 120.7,175.9ZM125.8,135.4C125.2,135.2 124.1,134.9 125,135.5C125.5,135.6 126.3,136.3 126.8,136.2C126.8,136.2 126.9,136.2 126.9,136.3C126.3,135.8 125.9,135.5 125.8,135.4ZM166.3,113.9C166.2,114.1 165.8,114.4 166.1,114.5L165.9,114.5C166.1,114.5 166.2,114.6 166.1,114.6C166.6,114.6 167.1,114.5 167.4,114.4C167.5,113.8 168.6,113.5 166.3,113.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M153.2,126.3C153.3,126.1 153.4,126 153.4,125.9C153.3,126 153.2,126.1 153.2,126.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M167.4,114.5L166.2,114.5C166.3,114.5 166.7,114.6 167.4,114.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M114.5,196.7L113.9,196.6L115,197.1C117,197.4 117.1,197.1 117.7,196.9C115.9,196.8 114.9,196.4 112.8,195.8C113.3,196.2 113.9,196.4 114.5,196.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M114.2,194.4C114,194.3 113.7,193.9 113.4,193.8L113.1,193.9C113.4,194.1 113.8,194.3 114.2,194.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M103.9,191.1C103.3,191.1 102.6,191 102,190.9C101.4,191.1 103.6,191.4 103.9,191.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M99.7,190.8L100.7,191.1C100,190.5 99,189.9 98.7,190C99.8,190.5 98.9,190.3 99.7,190.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M109.1,190.8C109.6,190.3 111,190.7 111.4,190.2C110.9,190.4 109.1,190.4 109.1,190.8Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M107.4,187.3C106.8,187 105.9,187.4 104.8,187.3C105.7,187.3 107,187.6 107.4,187.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M118.8,187.2C118.8,187.5 118.1,187.8 117.2,188C117.5,187.8 117.6,187.6 118,187.5C116.7,188.2 116.5,188.2 115.4,188.6C116.6,188.5 118.4,188 118.3,188.4C119,187.8 119.9,187.1 118.8,187.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.1,186.9C109.2,186.9 108.6,186.8 107.5,186.9C107.7,187.1 108.1,187.3 109.4,187.1L109,187.5C110.2,187.5 108.4,187.1 110.1,186.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M124.5,185.4L123.6,185.7C123.1,186 122.9,186.2 122.5,186.4C122.2,186.6 121.8,186.8 121.5,187C120.8,187.3 120.3,187.7 120,188C120.8,187.7 121.7,187.2 122.4,186.8C122.6,186.7 122.8,186.6 122.9,186.5C123.1,186.4 123.3,186.3 123.4,186.2C123.9,185.8 124.2,185.6 124.5,185.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M114.7,186.4L114.7,185.9C113.4,186.2 114.8,186 114.4,186.3C114,186.3 113.5,186.4 113.2,186.6C114.7,186.2 113.5,186.9 114.7,186.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M118.6,184.6L120.1,183.8L118.7,183.9C117,184.7 118.7,184.1 118.6,184.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M120.7,184L120.9,184C121.2,183.7 121.6,183.4 121.9,183.2C122.1,183 122.3,182.8 122.4,182.6C122.1,182.9 121.9,183.1 121.7,183.3C121.3,183.5 121.1,183.6 120.7,184Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M113.8,169C113.5,168.9 113.7,169.6 113.7,169.3C114,169.3 113.8,168.5 113.8,169Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M114.7,175.5C114.2,174.9 112.2,173.2 111.4,172.3C111.6,172.6 111.9,172.9 112.2,173.3C112.5,173.7 112.9,174.1 113.3,174.4C114,175.2 114.7,175.7 114.7,175.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M111.1,172C111.2,172.1 111.3,172.2 111.4,172.3C111.3,172.2 111.2,172 111.1,172Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M99.4,141.4L99.4,140.8L99.4,141.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M99.5,143.2C99.5,143.8 99.5,144.7 99.6,145.5C99.6,145.9 99.7,146.3 99.8,146.6C99.9,146.9 100,147.2 100.1,147.3C100,147.1 100,146.8 99.9,146.6L99.8,145.9C99.8,145.4 99.7,145 99.7,144.5C99.6,143.5 99.5,142.5 99.4,141.3C99.4,142.2 99.2,143.1 99.5,143.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M110.5,143.3C110,143.4 109.4,143.2 109.5,143.4C109.7,143.5 110.8,143.4 110.5,143.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M133.2,140C134.2,140.4 134.8,140.5 134.6,140.1C133.5,139.8 134,140.1 133.2,140Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M135.9,140.4L136,140.6L136.6,141L135.9,140.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M142.7,142.3C142.6,142.3 142.5,142.4 142.3,142.4C142.7,142.4 143,142.4 142.7,142.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M142.1,142.3L142.3,142.3L142.1,142.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M141.6,142.2L141.5,142.3L142.1,142.3C141.9,142.3 141.7,142.2 141.6,142.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M145,142.6C144.5,142.5 144.4,142.4 144.2,142.3L143.6,142C142.2,142 145.2,142.4 143.7,142.7L144.6,142.7C144.7,142.6 144.9,142.6 145,142.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M152.8,142.7C152.6,141.5 152.1,139.9 151.7,138.5C151.5,137.8 151.4,137.2 151.4,136.7L151.4,136C151.4,135.9 151.5,135.8 151.5,135.7C151.4,134.2 151.2,134.3 151,134.5C150.8,134.6 150.6,134.7 150.6,132.8C150.3,134.5 150.6,135 150.8,135.4C150.9,135.6 151,135.7 151.1,136.1C151.2,136.7 151.3,137.6 151.6,139.2C151.5,137.8 151.6,138.3 151.9,139.3C152.2,140.4 152.6,142.1 152.8,142.7Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M151.3,142.2C151.3,142.3 151.7,142.4 152,142.4C151.9,141.7 151.6,140.3 151.3,139.7C151.4,140.4 151.3,141.1 151.6,142.1C151.5,142.1 151.5,142.2 151.3,142.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M151.4,133L151.8,132.1L151.7,131.9L151.4,133Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M152.3,129.6C152.3,129.9 152.3,130.2 152.4,130.6C152.4,130.4 152.5,130 152.5,129.8C152.5,129.4 152.5,129.3 152.3,129.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M154.7,125.3C154.9,125 155.1,124.6 155,124.4C155,124.3 154.6,124.4 154.2,125.2L154.4,124.9C154.5,125.1 155.2,124.4 154.7,125.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M162.8,117.3C162.2,117.5 161.6,117.9 161.8,118L162.5,117.6L163.3,117.3L162.8,117.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M161.9,115.9C161.5,115.8 161.2,116 160.7,116.3C160.3,116.5 159.8,116.9 159.2,117.1C159.8,116.8 160.1,116.7 160.4,116.5C160.8,116.4 161.1,116.3 161.9,115.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M164.7,117.3C164.3,117.5 163.7,117.7 163.3,117.8C163.6,118 164.6,117.5 164.7,117.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M167.3,116.6C167.8,116.7 167.2,116.8 167.6,116.9L169.3,116.9C169.8,116.8 170.3,116.8 170.6,116.7C170.3,116.5 169.9,116 170.4,115.8C169.5,115.9 168.8,116.2 168.2,116.3C167.6,116.5 167.2,116.6 166.7,116.4C166.2,116.7 165.8,117.1 165.4,117.4C166.7,117.2 166.2,116.7 167.3,116.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M163.2,116.2C163.6,116.2 163.9,116.1 164.3,116.1C164,115.9 164.8,115.7 165.3,115.5C164.9,115 163.7,115.9 163.2,116.2Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M177.3,117.6C178,117.8 178.6,118.1 179.3,118.4L178.7,118C178.2,117.9 177.8,117.7 177.3,117.6Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M178.5,118.3L178.5,118.5C179,118.7 179.5,118.8 180,119C179.5,118.7 179,118.5 178.5,118.3Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M180.3,119.5L180.1,119.3C179.7,119.1 179.4,118.9 179,118.8C179.4,119.1 179.9,119.3 180.3,119.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M184.6,123.4L184.1,122.6C183.7,122.3 183.2,121.7 182.8,121.2L182.5,120.9L182.3,120.9C182.4,121 182.5,121 182.7,121.2C183,121.4 183.2,121.7 183.5,121.9C183.9,122.6 184.4,123.1 184.6,123.4Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M202.6,114.1C202.6,113.7 202.3,114.2 202,114.6L202.2,115.1C202.3,114.9 202.4,114.4 202.6,114.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M200.5,118.1C200.4,118.7 200.3,119.3 200.1,120C200.8,118.7 200.9,118.1 201.1,117.5C201.2,116.9 201.3,116.4 201.6,115.4C201.1,116.4 201.1,117.4 200.4,118.6C200.5,118.3 200.5,118.2 200.5,118.1Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M195.7,133.9C195.7,133.6 195.3,134 196.6,132.5C196.2,133 195.7,133.4 195.2,133.9L194.6,134.4L194.1,134.8C193.9,134.9 193.8,135.1 193.6,135.2L193.4,135.4C193.3,135.5 193,135.6 193.1,135.9C193.3,135.9 193.6,136.5 193.5,136.2L193.5,135.8L193.8,135.5L193.8,135.7C193.9,135.7 193.9,135.7 194,135.6C194,135.6 194.1,135.6 194.1,135.5L194.2,135.4C194.4,135.3 194.4,135.1 194.5,135C194.6,134.9 194.7,134.7 194.8,134.6C195,134.5 195.1,134.4 195.7,133.9Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3Cpath d='M140.8,196.5C141,196.3 140.7,196.3 140.4,196.2C139.1,196.5 141.1,196.4 140.8,196.5Z' style='fill:rgb(57,163,218);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath d='M89.5,89.5C89.8,88.7 89.2,89.6 88.6,90.4L89.5,89.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M88.6,90.3L88,90.9C88.1,90.8 88.3,90.6 88.6,90.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M82.9,96.4C83.9,94.7 85.7,93.3 86.1,92.1C84.7,93.3 82.8,95.7 82.9,96.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M84.9,94.3L84.9,94L84.1,95.5L84.9,94.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M85.9,93.6L85.7,93.7L84.2,95.8L85.9,93.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M78.9,101.4L79.9,99.8C81.2,98.5 79.6,101 80.4,100.2C81.8,98.3 80.3,99.1 82.2,96.8C82,96.8 81.3,97.7 80.6,98.6C79.9,99.5 79.3,100.3 79.3,100C77.8,102 79.5,100.3 78.9,101.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M88.2,206.2C88.3,206.3 88.3,206.3 88.3,206.4C88.3,206.3 88.3,206.2 88.2,206.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M112.6,224.3C113,224.5 113.3,224.7 113.7,224.9C113.6,224.8 113.5,224.7 113.3,224.6L112.6,224.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M76.3,191.1C76.1,190.7 76,190.3 75.8,190C75.8,190.2 76,190.6 76.3,191.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M232.3,175.4C232.3,175.5 232.3,175.6 232.4,175.6L232.4,175.1L232.3,175.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M145.4,232.3L146.8,232.3L145.4,232.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M71.5,181.1C71.6,181.3 71.6,181.4 71.7,181.5C71.7,181.4 71.6,181.2 71.5,180.9L71.5,181.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M104.4,218.8C104.7,219.1 105,219.3 105.3,219.4C105,219.2 104.6,219 104.4,218.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M66.3,127.8C66.1,128.3 66,128.8 66,129.2C66.1,128.8 66.3,128.4 66.3,127.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M64.2,138.9C64.1,138.9 64.1,138.9 64.2,138.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M63.5,146.1L63.5,146C63.4,146.1 63.4,146.1 63.5,146.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M66,129.1C65.6,130 65,130.1 65.3,131.4L65.4,131.2C65.1,131.9 65.1,133 65,133.8C65.1,133.7 65.1,133.6 65.2,133.5C65.3,133.1 65.4,132.5 65.7,131.7C66.1,130.8 65.9,130.1 66,129.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M88.1,206.2C88.1,206.1 87.5,205.6 88.1,206.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M81.7,199.2C81.9,199.5 82,199.7 82.2,200C82.1,199.7 81.9,199.4 81.7,199.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M67.7,166.5L67.7,166.7C67.8,166.8 67.7,166.6 67.7,166.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M82.8,200.6L82.3,199.9C82.4,200.2 82.5,200.4 82.8,200.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M70.1,177L70.1,177.1L70.1,177Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M160.5,62.4C161.3,62.4 161.7,62.7 162.4,62.8C164.1,62.6 159.1,62.4 161.5,62.3C160.8,62.2 160.2,62.2 159.7,62.2L160.7,62.7C162.1,62.7 159.7,62.5 160.5,62.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M235.4,166.6L235.3,166.9C235.5,166.7 235.6,166.9 235.9,165.7C235.8,164.6 235.1,166.1 235.1,164.3C235.1,164.6 235,165.2 234.9,165.6C235.2,165 235.3,165.8 235.4,166.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M234.8,165.7C234.8,165.8 234.8,165.8 234.8,165.7C234.7,165.8 234.7,165.9 234.6,166C234.6,166.3 234.5,166.5 234.4,166.7C234.6,166.5 234.7,166.2 234.8,165.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M184.6,69C184.9,69.1 185.1,69.3 185.4,69.4C185,69.2 184.8,69.1 184.6,69Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M142.8,237.4C142.4,237.4 142.1,237.4 141.8,237.5C142.3,237.5 142.6,237.4 142.8,237.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M229.9,183.3C229.8,183.5 229.6,183.8 229.5,184.1C229.4,184.3 229.4,184.4 229.3,184.6L229.9,183.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M229.4,127.2C230,127.7 229.3,126.8 229.2,125.6L228.6,124.6C228.8,125.6 229.2,126.4 229.4,127.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M159.6,62.2C159.6,62.2 159.7,62.2 159.6,62.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M214.4,98.4C214.3,98.2 214.2,98.1 214.1,97.9C214.2,98.1 214.3,98.2 214.4,98.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M233.1,172.3L232.5,174.4L231.8,176.5L232.3,175.3C232.3,174.7 233.2,173 233.1,172.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M232.2,144.9L231.9,145.3C232.7,149.5 231.7,154.2 232.3,157.6C230.7,162.5 232.8,161.1 231.2,165.5L231.4,165.4C230.6,169.2 229.6,173 228.3,176.6C226.9,180.3 225.4,183.9 223.6,187.3C221.8,190.7 219.8,194.1 217.6,197.1C216.6,198.7 215.4,200.1 214.3,201.6C213.7,202.3 213.1,203 212.6,203.7C212,204.4 211.5,205.1 210.9,205.8L210.8,205.6C202.8,214 193.4,220.7 183,225.3C172.6,229.8 161.2,232.3 149.8,232.1C147.7,232.2 148.9,232.7 147.1,232.9C146.3,232.9 144.5,232.7 144.5,232.5C146.1,232.5 145.2,232.2 145.7,232.1C143.1,232 139.8,231.4 137.5,231.3C138.1,231.5 138.7,231.7 139.4,231.9C138.5,232 137.1,231.6 136.3,231.5C136.7,231.4 135.6,230.9 136.3,230.9C133.8,230.9 132.9,230.5 132.1,230.2C131.7,230 131.3,229.9 130.8,229.7C130.3,229.5 129.6,229.3 128.6,229.1C127.6,229.6 122.5,228.6 119.2,227.8C118.7,227.5 118.1,227.2 117.6,226.9C119.8,227.8 117.7,226.5 120.5,227.6C119.4,227.1 118.3,226.7 117.2,226.2C116.1,225.8 115,225.4 114,224.8C114.3,225.2 114.1,225.3 113.3,225C112.1,224.3 112.1,224 110.7,223.1C111.2,223.3 111.7,223.5 112.2,223.7C111.3,223 110.4,222.8 109.5,222.4C109.4,222.2 108.9,221.8 108.4,221.4C107.9,221 107.6,220.7 107.8,220.7C105.8,219.9 105.2,219.3 103.1,218.2C104.9,219.8 102.4,218.1 102.5,218.5C103.3,219 104,219.5 104.9,220C103.3,218.8 103.6,219 104.3,219.4C105,219.8 106.1,220.3 106.1,220.1C107.5,221.3 103.5,219.4 106.2,221C104.6,220.1 103.6,219.5 102.7,218.9C101.8,218.3 100.8,217.7 99.2,216.7C101.1,218 98.7,216.7 99.6,217.6C97.3,215.8 99.1,217 98.6,216.2C97.3,215.3 97.1,214.6 95.7,214C93.8,212.2 96.2,214 95.4,213C95.9,213.2 97.1,214.4 98.3,215.4C99.5,216.4 100.7,217.1 100.7,216.5C101.7,217.3 103.3,217.9 104.9,219C103.6,217.9 101.9,216.3 100.1,215.3L99.7,215.7C98.5,214.8 97.9,214.9 97.1,214.1C97.7,214.4 97,213.5 96,212.7C96.2,213 96.6,213.3 96.4,213.3C94.6,211.8 94.1,211.9 92,210C93.6,211.7 93.7,212.2 95.2,213.8C94.5,213.7 94,212.9 93,212C93.2,212.1 93.4,212.3 93.2,211.9L92.1,211.1C90.1,209 92.8,210.9 91.2,209.1C90.3,207.7 89.5,207.6 88.8,206.6C88.8,206.7 88.9,206.8 88.9,206.8C88.7,206.6 88.6,206.4 88.5,206.3C87.4,205.2 86.4,203.9 85.9,203.8C85.9,203.6 85,202.8 84.6,202.5C84,201.9 82.4,200.5 82.1,199.2L82.2,199.3C81.2,197.7 80.4,196.4 80.8,196.6C80.3,195.7 79.8,194.8 79.3,193.9L79.8,194C78.2,191.7 78.2,192 76.9,190.6C76.7,190.1 76.4,189.6 76.2,189C75.9,188.4 75.6,187.8 75.3,187.3C74.7,186.2 74.1,185.1 73.8,184.5C73.7,184.3 73.6,184 73.4,183.5L73.7,184.6C72.8,182.6 72.7,182.9 72.2,181.6C72.3,181.9 72.3,181.9 72,181.2C71.9,181 71.8,180.7 71.7,180.4C71.8,180.5 71.9,180.8 72,181.1L72,180.8C71.8,179 70.8,178.4 70.4,176.5C70.5,176.7 70.6,176.9 70.6,177.1C70.4,176.1 70.5,174.5 70,174.1C70,173.9 69.8,173.5 69.6,173.2L69.5,172.4C69.6,172.7 69.6,173 69.6,173.2C69.4,172.8 69.1,172.4 69.2,172.3C69,171.4 68.8,170.6 68.6,169.7C68.5,169.2 68.4,168.5 68.2,168L68.3,167.5C68.1,166.5 68.2,166.5 68.2,166.6C68.2,164.9 67.9,163.6 67.6,162.3C67.3,161 67.1,159.6 67.1,157.8C66.8,157.1 66.8,158.7 66.6,158.8C66.3,158.3 66,156.2 65.7,155.1C65.9,153.4 66.3,148.4 66.8,149.2C66.9,146.2 66.4,150.1 66.3,148.6L66.3,148.3C66.2,149.3 66,150.2 65.8,150.8C65.5,151 65.4,148.3 65.5,147.5L65.9,148.1C65.8,145.3 65.2,145.8 64.9,144.1C65.2,141.9 65.5,143.2 65.9,142.7C65.9,141.9 66,141.1 66,140.3L66.3,140.3C66.4,138.8 66.1,138.4 66.6,136.3C66.6,137.9 67.4,133.2 67.5,135.4C67.8,134.3 67.2,133.8 67.8,133.3C67.6,132.4 67.4,134.3 67.2,134.9C66.9,135.1 67,134.4 67.1,133.6C67.3,132.7 67.5,131.7 67.6,130.9C67.9,130.8 67.7,131.9 68.2,130.3C68.1,129.9 68.2,128.9 68.7,128C68.4,127.9 69.1,126.2 69.4,125.3C69,126.3 68.4,127.7 68.3,127C68.4,126.2 68.5,125.5 69.2,123.7L68.7,124.9C68.8,123.2 69.8,122.4 70.5,120.3C70.4,121.3 70.1,121.8 70.1,122.7C70.3,121.6 70.8,119.7 71.2,118.1L72.4,116.5C72.3,116.2 73.3,114.6 73,114.4C73.6,113.4 73.5,113.9 73.2,114.6C73,115.4 72.6,116.4 72.7,116.6C74,114 73.2,114.2 74.8,111.9L74.7,112.9C75.1,112.1 75.8,110.3 76,110.3C75.9,110.3 75.7,110.7 75.4,111.2C75.1,110.4 77.1,107.2 76.4,107.2L75.7,108.3C76.5,106.5 77,105 78,103.9C78.8,103 77.9,104.9 77.7,105.5C78.2,104.7 78.3,104.3 78.3,103.8C78.4,103.3 78.5,102.8 79.2,101.9C78.4,102.8 78.4,102.5 78.6,101.8C77.8,102.8 76.3,105.1 76.8,104.9L77.1,104.5C77.2,104.7 76.9,105.3 76.7,105.7C75.8,107.2 76,106.3 75.7,106.5C74.2,109.1 76.2,107 74.8,109.4L74.5,109.6C74,110.8 73.2,112.7 73.4,113.2C72.5,114.1 72.3,116.1 71.5,117.1C71,117 71.5,116 72.1,114.7C72.7,113.5 73.6,112.1 73.7,111.3C72.9,112.5 73.7,110.4 73.7,109.7L72.1,113.9C71.8,114.2 70.9,115.2 70.9,116.1L71.1,115.8C70.5,117.5 71,117.2 70.3,118.6C70.1,118.8 70.2,118.3 70.1,118.2C69.5,119.5 69.9,119.4 69.6,120.3C69,121.6 69.5,119.5 69,120.6C68.7,122.3 68.1,123.1 67.6,124.4C68.2,124 66.8,130.1 68,127.2C67.8,128.3 67.6,129.5 67.5,130.6C67.3,131.1 67.2,130.5 67.1,129.8C67,129.2 67,128.5 66.6,128.9L67.3,126.3C66.9,126.4 66.6,127.9 66.3,129.4C66,131 65.8,132.7 65.2,133.6C64.9,135 65.1,134.7 64.3,137.4L65,137C64.6,138.4 64.3,138.8 64.2,138.9C64.1,139.7 64,140.5 63.9,141.3C63.8,141.1 63.8,140.8 63.8,140.3C63.3,141.4 63.4,141.7 63.6,142.1C63.7,142.7 63.6,143.6 63.6,144.5L63.4,143.7C63.4,144.3 63.4,144.9 63.5,145L63.5,146.1C63.6,145.9 64,145.3 64.3,144C64,145.7 64,147.1 63.9,148.6C63.8,150 63.7,151.4 63.5,152.9C63.3,152.8 63.1,151.6 63.1,152C63,153.5 63.4,155 63.7,154.9C63.7,155.2 63.8,155.5 63.8,155.7C63.7,156 63.5,156.3 63.6,157C63.6,157.2 63.5,157.4 63.5,157.9C64,158.3 64.1,161.1 64.4,161.7C64.4,161 64.3,160.3 64.2,159.5C64.7,160.6 65.1,161.6 65,162.5C64.4,160.4 64.8,164.8 64.3,161.6C64,164 64.9,162.7 65.1,165.1L65.1,166.7C64.7,166.5 64.5,164.2 64.4,164.6L64.6,165.7C64.4,165.2 64.1,163.9 63.9,162.5C63.7,161 63.4,159.4 63.1,158.1C63.2,159.8 63.3,161.5 63.5,163.2C64.2,166.3 64.9,169.9 65.8,173.2C66.7,176.6 67.9,179.7 69.2,182.1L69.1,181.9C69.2,182 69.2,182 69.4,182L69.4,182.3C69.6,182.6 69.8,182.9 70,183.2C70.2,184.4 71,186.6 71.7,188.4C71.3,187.2 71.4,187.2 71.5,187C71.9,187.1 72.1,187.2 72.8,188.8C72.6,188.9 72.1,187.9 72.5,189.2C72.3,188.5 72.7,189 73.1,189.7C73.4,190.7 74.2,192.2 74,192.3C73.7,191.9 73.6,191.5 73.5,191.3C73.2,190.9 74.2,193.1 73.4,192L74.4,193.6C74.7,194.6 73.8,193.1 73.9,193.6C74.7,194.9 75.5,195.8 76.3,196.7C77,197.6 77.8,198.4 78.6,199.5C78.4,199.5 78,199.8 78.1,199.7C78.7,200.6 79.4,201.5 80.3,202.3C81.2,203.1 82.1,204 82.8,204.9C82.5,204.7 82,204 81.4,203.4C83.6,206.4 85.8,208.9 88,211.4C89.1,212.6 90.3,213.8 91.5,215C92.7,216.2 93.9,217.3 95.2,218.6L97,219.3L98.2,220.7C99.6,221.8 101,222.9 102.4,223.8C103.8,224.7 105.2,225.6 106.6,226.3C108,227 109.4,227.8 110.9,228.5C111.6,228.8 112.4,229.2 113.2,229.5C114,229.8 114.8,230.1 115.6,230.5C117.6,231.3 116.6,231.4 117.5,231.9C119.7,232.8 121.2,233.2 122.6,233.5C123.3,233.6 124,233.8 124.8,234C125.6,234.2 126.5,234.3 127.6,234.6C127,234.6 125.8,234.8 127.7,235.3C128.1,235.2 128.4,235.1 129.6,235.5L128.9,235.5C129.9,236 131.1,236 133.4,236.6C137.5,237.3 141.5,237.4 144.9,237C148.5,237.2 144.5,237.6 145.2,237.7C142.6,237.3 143.4,237.7 142.8,237.8C144.2,237.7 145.8,237.8 146.5,238.2C148.4,238.2 149.3,238.3 151.2,238C150.3,238.2 149.4,238 150.3,237.8C151.1,237.9 152.5,237.8 153.6,237.8C154.8,237.8 155.7,237.8 155.6,238.1C164.6,237.5 174.7,235.3 183.6,231.6C185,230.7 182.4,232 183.2,231.5C185.2,230.2 185,230.9 186.6,229.9L186,230.5C188.6,229.4 191.1,227.5 193.3,226C193.1,226.5 195.4,225.1 193.5,226.4C194.6,225.7 196.7,226 197.5,225.2L195.5,224.9C195.5,224.8 197.1,223.8 196.9,223.9C198,223.5 199.4,222.9 200,222.5C200.5,222.5 198.8,223.7 197.9,224.3C198.1,224.9 201.2,222.4 200.2,223.8C202.1,222.3 199.8,223.8 200.8,222.8C201.4,222.4 202,222.1 202.6,221.7C202.1,222 201.7,222.2 201.2,222.5C202.6,221.4 202.7,220.6 204.8,219.5C205.3,218.9 205.8,218.2 206.3,217.6C206.8,217.8 207.7,216.5 208.7,215.8C208.6,216 208.4,216.3 208.3,216.5C209.5,215.4 210,215 210.9,214.4C210.5,215.3 209.8,215.4 209.7,215.9L211.1,214.7C210.9,214.5 211.6,213.6 210.6,214.4C211,213.6 211.4,213.1 212,212.3C212.6,211.5 213.4,210.5 214.8,209C215.6,208.4 215.3,208.9 215,209.4C214.6,209.9 214.1,210.6 214.6,210.4C217.7,207.3 217.3,205.7 218.9,203.7C220,202.5 220.4,201.8 220.7,201.2C221.1,200.5 221.4,199.8 222.4,198.5C222.1,199.5 223.9,196.7 224.4,196.4L224,197.7C224.5,196.8 225.1,196 225.1,196.4C224.7,196.4 227,192.5 227.8,190.4L227.3,190.6C227.6,189.8 228,188.8 228.5,187.8C228.9,186.8 229.3,185.8 229.7,185C230.7,182.4 230.1,182.9 230.6,180.8C231.3,179.8 231.6,180 231.8,180.5C231.4,181.1 231,182.4 230.5,183.5C229.9,185.2 229.6,186.7 229.1,188.2C228.6,189.7 228,191.2 227.1,192.7C227.1,193.6 227.3,193 227.8,192.1C228.2,191.2 228.7,189.8 229.2,189.1C229.2,189.2 229.2,189.3 229.1,189.4C229.2,189.3 229.2,189.1 229.3,189C228.8,190.2 228,192.1 228.2,192.6C229.1,190.7 228.2,190.9 229.7,188.6C230.3,186.7 231.5,185.5 232.1,184.4C232.3,183.1 231.7,182.8 233,179.8L232.9,181.3C233.6,179.6 233.5,179.1 233.5,178.7C233.5,178.3 233.4,177.9 233.9,176.3C233.5,177.4 233.8,175.1 233.1,177.2C233.2,176.1 233.8,173.8 234.4,172C234.5,171.5 234.3,171.9 234.2,171.7C233.4,173.5 233.7,174.8 232.8,176.3L232.8,177.8C232.1,179.5 231.6,179.6 231.8,178.4C231.7,178.9 231.6,179.4 231.4,179.7C230.6,179.8 232.3,177.7 232,176.9L231.7,178.2C231.1,178.6 232.3,175.2 232.7,173.6C233,172.7 233.4,171.9 233.6,171.2C233.8,170.6 234,170.1 234.2,170.1C234.1,170.9 233.9,171.8 233.7,172.6C234.3,171.4 234.3,169.4 234.6,167.9C234.7,167.8 234.7,167.7 234.8,167.5C234.8,167.6 234.7,167.6 234.7,167.6C234.8,167.3 234.9,167 235,166.8C235.2,165.5 235.4,163.6 235.6,162.4L235.3,162.5L235.4,162.7C235.2,163.9 234.7,165.4 234.7,164.5C234.8,163.2 235,162.4 235.2,161.9C235.4,161.4 235.7,161.1 235.8,160.8C236.2,161.5 235.5,163.4 235.4,164.8C235.7,164.4 235.8,163.8 236,162.8C236.1,161.9 236.2,160.7 236.5,159.3C236.9,160.5 236.1,162.5 236.5,163.2C236.8,161 236.6,160.3 236.9,158C237.1,158.3 236.9,160.6 237.2,160.5C237.3,160 237.4,159.5 237.5,159C237.1,162.8 238.2,158.4 238,161.4C238.4,160 237.8,159.4 238.3,157.5C238,158 237.5,159.6 237.5,157.7L237.8,155.6C238.1,154.7 238.2,157.9 238.5,156.5C238.5,155.7 238.5,155 238.4,154.2C238.2,154.3 238.1,155.3 238,154.7C238.2,153.4 237.5,152.6 237.3,151C237.3,149.8 237.3,148.8 237.5,148.4C237,145.4 236.6,141.5 235.9,138.8C236.4,140.6 236.4,138.7 236.5,137.5C236.9,139.7 237.3,139.6 237.6,139.4C237.4,138.1 236.7,137.3 236.7,138C236.5,135.8 236.1,136.5 236.1,134.5C236,133.2 236.7,135 236.8,134.6C236.4,132.2 236.1,134.1 235.7,131.5C235.8,131.6 235.9,131.9 235.9,131.6C235.7,130.2 235.1,128.8 234.8,128.5C234.9,127.7 234.6,126.7 234.4,125.9C234.1,125.1 233.9,124.5 234.2,124.6C233,121.4 234,125.2 233.6,124.6C233.3,124 232.9,123 232.7,122.1C232.4,121.2 232.2,120.4 232.1,120C232.4,120.8 232.9,121.5 233,122.3C233.1,122 233.1,121.8 233.2,121.5C231.9,117.4 231.4,119.3 230.1,115.4C231.1,117.3 230.7,115.9 231.4,116.8C231,116.2 229.9,113.2 230.4,115.2C229.8,113.7 229.4,112.8 229,111.8C228.3,110.6 227.4,109.4 226.8,108.8C225.8,106.9 225.2,105.4 224.8,104.4C222.1,100.7 220,97 216.6,93.5L216.8,93.8C214.4,90.9 217.5,95.4 214.9,92.5C215.6,92.5 213.6,90.6 212.9,89.5C212.1,88.6 211.3,87.8 210.5,87.1C210.1,86.7 209.7,86.4 209.3,86.1C208.9,85.8 208.5,85.5 208.1,85.1C207.3,84.5 206.5,83.9 205.8,83.2C205,82.6 204.2,81.9 203.4,81.2C203.5,81.1 203.8,81.2 204.5,81.7C203.9,81.2 203.2,80.6 202.6,80.2C202,79.8 201.4,79.3 200.8,78.9C200.2,78.5 199.6,78.1 199,77.7C198.4,77.3 197.8,76.9 197.1,76.5L197.2,76.5C193.3,73.6 189.1,71.9 184.4,70.1C184.8,70.2 185,70.1 185.3,70.1C183,69 179.2,67.5 177.3,67.4C175.9,66.7 175.4,66.6 174.8,66.5C174.2,66.4 173.5,66.2 171.7,65.5C171.5,65.4 172.1,65.5 172.3,65.6C170.5,65 169.1,64.8 167.3,64.3C163,63.9 161.9,64.4 157,63.8C156.8,63.1 160,63.9 160.2,63.4C159.2,63.4 158.3,63.5 157,63.2C157.8,63 157.2,63 157.8,62.8C157.3,62.7 156.2,62.8 155.3,62.9C154.4,63 153.6,63.3 153.6,63.2C153.5,63.3 153.9,63.4 154.9,63.4C153.7,63.8 150.1,63.3 147.7,63.6C148.5,63.6 150.9,63.7 150,64C148.4,64 147.3,64.1 146.4,64.3C145.5,64.5 144.7,64.8 143.6,65.1C140.7,65 145.7,64.4 145.1,63.9C144.6,63.8 143.4,63.5 144.6,63.2C141.9,63.2 140.1,63.9 137.7,64.3L137.7,64.2C134.4,64.8 131.1,66 128.4,66.5L129.9,66.3C129.4,66.5 127.8,66.9 127,67.4C127,67.1 124.9,67.5 125.7,67.1C125.1,67.7 123.4,68.3 121.6,69.1C119.9,69.9 118.1,70.6 117.5,71.3C116.6,71.5 117.2,70.9 117.3,70.7C119.2,70 120,69.9 120.9,69.2C119.3,69.8 118,70.1 118.2,69.8C116.8,70.9 113.1,72.7 112.5,73.5C111.3,73.9 110.1,74.3 110.4,73.7C105.9,76.5 113.2,73.5 108,76.3C105.5,77.3 110.1,74.6 106.7,76.3L107.3,75.9C104.5,76.4 106,77.5 103.4,79C102.8,78.8 105,77.6 103,78.4C100.8,80.1 100.2,81.4 97.9,83L98.1,82.6C96.7,83.7 94,85.9 92.7,87.1C92.6,87.1 92.8,86.9 93,86.7C90.4,88.8 92.2,87.8 90,89.4L89,89C89.6,88.6 90.3,88 91.1,87.3C91.9,86.6 92.7,85.9 93.2,85.2C92.1,86.5 95.7,84 95.3,84.9L95.4,84.5C99.3,82.3 103.9,79.1 108.9,76.6C109.6,76.1 110.3,75.6 111,75.2C111.7,74.8 112.4,74.5 113.1,74.2C114.5,73.6 115.9,73.1 117.6,72.1C117.9,71.3 118.2,71.7 121.2,70.4C119.6,71.1 121.2,70.9 122.2,70.6C122.7,70.2 123.4,70 124.2,69.7C124.5,69.7 125.7,69.5 127,69.2C128.3,69 129.6,68.6 130.2,68.2C132.1,68 129.8,68.5 129.4,68.7C130.2,68.8 130.9,68.1 131.6,68.2C131.6,68.2 131.6,68.3 131.4,68.3C134.3,67.6 136.1,67.5 139.1,67.1C139.3,66.5 142.1,66.5 143.4,66.2C143,66.4 145.2,66.3 146,66.4L147.6,65.9C149.2,65.5 149.9,66.1 152,66L151.5,65.9C153.1,65.7 157.1,66.3 158.6,66.8C165.8,67 171.2,68.5 176.4,70.5C179,71.5 181.6,72.7 184.3,74C185.7,74.7 187.1,75.4 188.6,76.2C189.3,76.6 190.1,77 190.8,77.5C191.6,77.9 192.4,78.4 193.2,78.8C194.1,79.2 192.8,78.2 193.5,78.3C194.8,79.1 195.1,79.2 196.3,80C195.4,79.2 195.4,79.5 195.6,79.4L193.7,78.4C193.6,78.3 193.8,78.4 193.7,78.2C193.1,77.9 192.3,77.5 191.5,77.1C192.7,77.6 193.3,77.4 194.7,78.5C194.5,78.5 194.3,78.4 193.9,78.2C195.1,79 195.3,78.9 196.2,79.6C197.3,80.5 197.1,80.2 197.1,80.4C198.2,81.3 199.4,82.1 200.4,83.1C201.4,83.5 202.4,84.2 203.1,84.9C203.8,85.6 204.4,86.3 204.6,86.5C204,86.5 202.4,84.7 201.3,84.4C201.6,84.8 202,85.2 202.3,85.6L202.6,85.4L204.2,86.9L204.1,86.9C204.4,87 204.7,87.1 205,87.5C205,87.6 205.1,87.8 204.9,87.7C205.3,88 205.8,88.3 206.2,88.6C205.3,88.2 207.1,89.6 206.7,89.7C210.2,93.3 211.6,93.9 214.1,97.6C213.8,96.9 215.4,98.3 216.2,99.5C216.6,100.2 216.7,100.4 216.2,100.1C216.6,100.5 217,101 217.4,101.4C217.8,102.5 218.4,103.4 219.1,104.4C219.7,105.5 220.5,106.6 221.3,108L221.1,107.9C221.9,108.9 222.7,109.9 223.4,111.6L223,111.5C223.8,113.6 224.4,112.7 225.3,115C225.6,114.8 225.1,113.4 225.3,113C225.3,113.3 225.5,114.1 225.8,114.7C226,115.3 226.3,115.8 226.3,115.4C227.4,117.6 227,117 227,117.2C227.3,117.6 227.5,118 227.8,118.5C228.4,120.1 227.6,119.2 227.1,118.7C228,120.1 228.5,121.8 228.9,123.6L228.5,122.9L229.2,125.2C229.6,125.9 229.9,126.8 230.2,127.8C230.5,128.8 230.8,129.8 230.9,130.8C230.6,130.4 230.4,130 230.1,129.6C230.2,131 230.4,130.3 230.6,130.6C231.3,132.7 231.1,133.3 231.1,134.5C231.6,136.2 231.8,138 231.8,139.7C231.7,141.8 231.7,143.4 232.2,144.9ZM67.6,167.4L67.6,167.7C67.4,167.1 67.2,166.7 67.6,167.4ZM74,186.5C72.8,184.4 73.3,185 73.4,184.8C73.8,185.9 74.3,186.7 74.6,187.5C75,188.3 75.4,189.1 75.8,190C75.7,189.7 75.8,189.5 75.8,189.4C76.2,190.1 76.5,190.9 76.4,191.3C76,191 75.2,189.5 74.7,188.2C74.2,187 73.8,185.9 74,186.5ZM63.6,142.2C63.6,142.3 63.7,142.4 63.7,142.5L63.6,142.2ZM63.8,154.5C63.7,154.7 63.7,155 63.7,155.4C63.8,155.1 63.9,154.9 63.8,154.5ZM67.9,178.6C67.9,179.2 68.4,180.4 68.8,181.3C68.7,180.8 68.5,180.1 67.9,178.6ZM195.3,223.9C194.7,224.4 193.6,225.3 194.8,224.7C195.2,224.2 196.4,223.9 196.7,223.4L196.8,223.4C196.1,223.6 195.5,223.8 195.3,223.9ZM233.6,165.4C233.8,165.6 233.9,166.1 234.1,165.8L234.1,166C234.2,165.8 234.3,165.7 234.3,165.8C234.4,165.2 234.6,164.6 234.6,164.2C234,163.9 234.1,162.7 233.6,165.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M228.5,189.1C228.6,188.8 228.7,188.6 228.8,188.5C228.7,188.6 228.6,188.8 228.5,189.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M234.5,164.3C234.5,164.2 234.3,164.9 234.1,165.7C234.2,165.6 234.4,165.2 234.5,164.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M78,105.6L77.7,106.2L78.6,105.1C79.6,103 79.5,102.8 79.6,102.1C79.1,103 78.7,103.8 78.2,104.6C77.7,105.4 77.1,106.2 76.5,107.4C77,106.8 77.5,106.3 78,105.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M75.6,105.5C75.4,105.7 74.9,106.1 74.7,106.4L74.7,106.8C75,106.4 75.2,106 75.6,105.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M64.3,131.8L65,129.6C65,128.8 64.1,131.4 64.3,131.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M70.2,123C70.3,122.6 70.3,122.2 70.4,121.8C69.9,122.7 69.5,124.1 69.6,124.4C69.9,123 69.9,124.1 70.2,123Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M63.2,137.9C63.5,138.7 62.8,140.2 63.1,140.7C63,140 63.6,138 63.2,137.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M67.1,136.8C67.6,136.2 67.4,135 67.8,133.6C67.5,134.8 66.9,136.3 67.1,136.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M63.4,150.2C63.1,150.1 63.2,149.1 63.2,148C63.3,148.4 63.4,148.6 63.4,149.1C63.2,147.3 63.3,147.2 63.2,145.7C63,147.1 62.8,149.3 62.5,149.1C62.8,150.2 63.2,151.5 63.4,150.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M66.7,140.2C67,139.1 67.2,138.4 67.5,137C67.3,137.2 66.9,137.6 66.8,139.3L66.6,138.7C66,140.1 66.9,138.1 66.7,140.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M63,156.9L63.1,156.2C62.7,154.5 62.8,152.3 62.4,151.4C62.4,152.4 62.5,153.6 62.6,154.6C62.7,155.5 62.8,156.4 63,156.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M65.6,145.9L66,146.1C66.2,144.5 65.8,146.2 65.8,145.6C65.9,145.1 66,144.4 65.9,144.1C65.8,146 65.5,144.2 65.6,145.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M66,151.2L66.2,153.3L66.7,151.7C66.4,149.2 66.4,151.6 66,151.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M65.7,153.8L65.6,154L66.5,157.1C66.1,155.3 66.2,155.2 65.7,153.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M73.3,191.7C73.6,191.9 72.9,190.2 73.1,191C72.8,190.7 73.8,193 73.3,191.7Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M73.2,183.2C73.3,183.6 73.7,184.5 74.2,185.4C74.7,186.3 75.3,187.2 75.6,187.7C75.2,187 74.6,185.9 74.1,184.9C73.7,183.9 73.3,183.1 73.2,183.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M75.9,188.1C75.8,188 75.7,187.8 75.6,187.7C75.7,187.9 75.8,188 75.9,188.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M113.8,224C113.9,224.1 114,224.1 114.2,224.1C114.1,224.1 114,224 113.8,224Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M112.7,223.5C112,223.1 110.4,222.4 110.1,222.4C110.7,222.7 111.3,223 111.9,223.2C112.5,223.4 113.2,223.7 113.9,223.9C113.3,223.8 112.7,223.3 112.7,223.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M123.8,228.3C123.2,228.2 122.4,227.9 122.5,228.1C122.8,228.3 124.2,228.6 123.8,228.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M204.7,219.2C205.8,218.5 206.3,218 205.8,218C204.8,218.8 205.4,218.5 204.7,219.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M207,216.9L207.2,216.9L208,216.5L207,216.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M213.5,211.3C213.5,211.4 213.4,211.6 213.2,211.8C213.6,211.4 213.8,211 213.5,211.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M213.1,211.9C213.1,211.8 213.2,211.8 213.3,211.7C213.2,211.8 213.2,211.9 213.1,211.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M212.7,212.3L212.7,212.5C212.8,212.4 213,212.2 213.1,212C213,212.1 212.8,212.3 212.7,212.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M215.4,209.4L214,210.3C213,211.7 215.5,209 214.7,210.6L215.4,209.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M219,205C220.1,203.8 220.9,201.7 221.8,201.2C224.1,197.4 220.6,201.6 223.2,197.3C221.8,199.2 221.6,199.8 221.5,200.4C221.4,201 221.4,201.5 219.9,203.1C221.5,201.7 219.3,204.4 219,205Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M217.9,205.1C217.9,205.5 219.2,203.9 219.4,203.3C219,203.7 218.1,204.3 217.9,205.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M223.9,197.8L224.8,196.8L224.8,196.4L223.9,197.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M226.6,193.5L226.2,194.8C226.3,194.4 227.3,192.6 226.6,193.5Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M230.3,187.3C230.9,186.2 230.7,184.9 229.8,187.3C229.9,187.1 230,186.9 230.1,186.8C230.1,187 230.8,185.8 230.3,187.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M234.8,171.4C234.6,172.2 234.4,173.2 234.6,173.1L235.1,170.8L234.8,171.4Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M233.1,171.3C232.5,171.9 232.6,173.4 232,174.8C232.6,173.2 232.5,173.4 233.1,171.3Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M235.9,168.9C235.9,169.6 235.6,170.5 235.5,171.1C235.8,170.8 236.1,169.2 235.9,168.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M236.5,165.2C236.8,164.5 236.7,165.4 236.9,164.9C237.1,164.1 237.3,163.3 237.4,162.5C237.5,161.7 237.5,161.1 237.4,160.6C237.2,161 236.6,161.5 236.5,160.8L236.5,163.9C236.5,164.7 236.4,165.4 236,166C236.1,166.8 236.2,167.5 236.3,168.3C237,166.3 236.2,166.6 236.5,165.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M234.1,170.1L234.6,168.8C234.3,169 234.5,168 234.6,167.3C234,167.5 234.3,169.3 234.1,170.1Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M237.5,150.8C237.5,149.8 237.4,148.8 237.3,147.8L237.3,148.8C237.4,149.5 237.5,150.1 237.5,150.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M237.7,148.9L237.8,148.8L237.5,146.5L237.7,148.9Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M237.8,145.8L237.8,146.1L237.9,147.9L237.8,145.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M237.3,139.6L237.1,140.2C237.2,140.6 237.2,141.1 237.2,141.6C237.2,142.1 237.3,142.4 237.4,142.3C237.4,141.6 237.2,140 237.3,139.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M227.3,121.6C227.6,122 227.6,121.7 227.6,121.4L227,120.8C227.1,120.9 227.3,121.4 227.3,121.6Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M226.6,118.2L225.4,116.5C226.3,118.7 226.8,118.9 227.5,120.8C227.3,119.9 226.6,118.9 226.3,117.8L226.6,118.2Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M202,85C202.3,84.9 201.9,84.6 203.3,85.5C202.4,84.9 201.6,84.3 200.8,83.7C200.4,83.4 200,83.1 199.5,82.7C199.1,82.4 198.6,82.1 198.1,81.7C198.3,82.1 196.7,81.3 197.5,81.8C198.3,82.3 199.1,82.7 199.8,83.2L199.4,83.1C200.7,84.4 200.5,83.6 202,85Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3Cpath d='M98.6,80.8C98.7,80.5 98.4,80.6 98,80.8C96.8,81.9 98.8,80.6 98.6,80.8Z' style='fill:rgb(49,47,51);fill-rule:nonzero;'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}.team{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.team__container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;grid-column-gap:var(--gutterSpace);grid-row-gap:var(--gutterSpace);width:100%;max-width:var(--wrapperBig);margin:0 auto}.team__item{position:relative;display:block;width:100%;padding:var(--gutterSpace);background-color:#fff}.team__item h2{margin:0;font:300 2rem/1.3em var(--fontHead);color:var(--colorSecond)}.team__item h3{margin:0 0 2rem 0;font:700 1.5rem/1.3em var(--fontHead);color:var(--colorPrime)}.team__item .button,.team__item .button--book-purple,.team__item .button--book-yellow,.team__item .button--cta,.team__item .button--green,.team__item .button--intern{position:absolute;bottom:-1.25rem;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.team__image-container{position:relative;display:block;width:13.75rem;height:13.75rem;margin:0 auto 2rem auto;border-radius:50%;border:1px solid var(--colorBorder);overflow:hidden}.team__image{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.team__skills-list{padding-left:1.75rem}.team.white .team__item{background-color:var(--greyLight)}@media screen and (max-width:870px){.team__container{grid-template-columns:repeat(2,1fr)}.team__item h2{font-size:1.25rem}.team__item h3{font-size:1rem;margin-bottom:1rem}}@media screen and (max-width:680px){.team__container{grid-template-columns:repeat(1,1fr)}}.tooltip,.tooltip--onlinemarketing-basic{position:relative;display:inline-block;padding:0 0 0 2.3rem}.tooltip--onlinemarketing-basic::before,.tooltip::before{content:'';position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%) rotate(-20deg);transform:translate(0,-50%) rotate(-20deg);display:inline-block;background-position:center;background-size:cover}.tooltip--onlinemarketing-basic::before{width:2rem;height:2.3rem;background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 122 143' style='enable-background:new 0 0 122 143;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23A82530;%7D .st1%7Bfill:%23159FDB;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M61.38,17.19c-1.38,0-2.5-1.12-2.5-2.5V2.99c0-1.38,1.12-2.5,2.5-2.5s2.5,1.12,2.5,2.5v11.69 C63.88,16.07,62.77,17.19,61.38,17.19z'/%3E%3Cpath class='st0' d='M94.46,30.89c-0.64,0-1.28-0.24-1.77-0.73c-0.98-0.98-0.98-2.56,0-3.54l8.27-8.27c0.98-0.98,2.56-0.98,3.54,0 c0.98,0.98,0.98,2.56,0,3.54l-8.27,8.27C95.74,30.65,95.1,30.89,94.46,30.89z'/%3E%3Cpath class='st0' d='M20.04,105.31c-0.64,0-1.28-0.24-1.77-0.73c-0.98-0.98-0.98-2.56,0-3.54l8.27-8.27c0.98-0.98,2.56-0.98,3.54,0 c0.98,0.98,0.98,2.56,0,3.54l-8.27,8.27C21.32,105.07,20.68,105.31,20.04,105.31z'/%3E%3Cpath class='st0' d='M119.86,63.97h-11.69c-1.38,0-2.5-1.12-2.5-2.5s1.12-2.5,2.5-2.5h11.69c1.38,0,2.5,1.12,2.5,2.5 S121.24,63.97,119.86,63.97z'/%3E%3Cpath class='st0' d='M14.61,63.97H2.91c-1.38,0-2.5-1.12-2.5-2.5s1.12-2.5,2.5-2.5h11.69c1.38,0,2.5,1.12,2.5,2.5 S15.99,63.97,14.61,63.97z'/%3E%3Cpath class='st0' d='M102.73,105.31c-0.64,0-1.28-0.24-1.77-0.73l-8.27-8.27c-0.98-0.98-0.98-2.56,0-3.54s2.56-0.98,3.54,0 l8.27,8.27c0.98,0.98,0.98,2.56,0,3.54C104.01,105.07,103.37,105.31,102.73,105.31z'/%3E%3Cpath class='st0' d='M28.31,30.89c-0.64,0-1.28-0.24-1.77-0.73l-8.27-8.27c-0.98-0.98-0.98-2.56,0-3.54c0.98-0.98,2.56-0.98,3.54,0 l8.27,8.27c0.98,0.98,0.98,2.56,0,3.54C29.59,30.65,28.95,30.89,28.31,30.89z'/%3E%3Cpath class='st0' d='M63.7,142.9h-4.64c-4.94,0-8.95-4.02-8.95-8.95v-5.24c0-1.38,1.12-2.5,2.5-2.5s2.5,1.12,2.5,2.5v5.24 c0,2.18,1.77,3.95,3.95,3.95h4.64c2.18,0,3.95-1.77,3.95-3.95v-5.24c0-1.38,1.12-2.5,2.5-2.5s2.5,1.12,2.5,2.5v5.24 C72.66,138.89,68.64,142.9,63.7,142.9z'/%3E%3Cpath class='st1' d='M84.73,101.97H38.04l-0.48-1.88c-1.09-4.25-3.21-8.19-6.12-11.39c-6.81-7.46-10.56-17.14-10.56-27.24 c0-22.34,18.17-40.51,40.51-40.51c22.34,0,40.51,18.17,40.51,40.51c0,10.1-3.75,19.77-10.56,27.24c-2.92,3.2-5.04,7.14-6.12,11.39 L84.73,101.97z M41.86,96.97h39.05c1.39-4.32,3.7-8.31,6.73-11.64c5.97-6.54,9.25-15.02,9.25-23.87 c0-19.58-15.93-35.51-35.51-35.51S25.88,41.89,25.88,61.47c0,8.85,3.29,17.32,9.25,23.87C38.16,88.66,40.47,92.65,41.86,96.97z'/%3E%3Cpath class='st0' d='M70.16,131.21H52.61c-7.83,0-14.19-6.37-14.19-14.19v-8.77c0-1.38,1.12-2.5,2.5-2.5s2.5,1.12,2.5,2.5v8.77 c0,5.07,4.12,9.19,9.19,9.19h17.54c5.07,0,9.19-4.12,9.19-9.19v-8.77c0-1.38,1.12-2.5,2.5-2.5s2.5,1.12,2.5,2.5v8.77 C84.35,124.84,77.98,131.21,70.16,131.21z'/%3E%3C/g%3E%3C/svg%3E%0A")}p{margin:0 0 .75em 0;font:300 1.125rem/1.5em var(--fontBody)}p.small{font-size:1rem}strong{font-weight:600}a{font:inherit;font-weight:600;color:var(--colorSecond);text-decoration:none;outline:0}a:hover{color:var(--colorPrime);text-decoration:underline}a.ghost{font:inherit!important;color:inherit!important}h1,h2,h3,h4{display:inline-block;width:100%;margin:0 0 .5em 0}h1 a,h2 a,h3 a,h4 a{font:inherit;color:inherit}h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover{color:inherit;text-decoration:none}.h1,h1{font-size:3.125rem;line-height:1.3em;font-weight:700;font-family:var(--fontHead);word-wrap:break-word;color:var(--colorSecond)}.h1+h2,.h1+h3,.h1+h4,h1+h2,h1+h3,h1+h4{display:block;margin-top:-1rem}.h2,h2{font-size:2.25rem;line-height:1.3em;font-weight:300;font-family:var(--fontHead);word-wrap:break-word;color:var(--colorPrime)}.h2+h3,.h2+h4,h2+h3,h2+h4{display:block;margin-top:-.5rem}.h2-overline{margin:0;font:300 1.25rem/1.5em var(--fontHead);color:var(--colorSecond)}.h2-overline+h2{padding-top:0!important}.h2-overline+h3{padding-top:0!important}.h3,h3{font-size:1.5rem;line-height:1.3em;font-weight:700;font-family:var(--fontHead);color:var(--colorSecond)}.h3+h4,h3+h4{display:block;margin-top:-1rem}.h4,h4{font-size:1.2rem;line-height:1.3em;font-weight:700;font-family:var(--fontHead);color:var(--black)}ol,ul{padding:0 0 .75em 3.75rem}ol li,ul li{font-size:1.125rem;line-height:1.3em;font-weight:300;font-family:var(--fontBody);margin:0 0 .3em 0}ol li:last-of-type,ul li:last-of-type{margin:0}ol ol,ol ul,ul ol,ul ul{padding-bottom:0}ul.checkmark{list-style:none}ul.checkmark>li{position:relative}ul.checkmark>li::before{content:"";position:absolute;top:.15rem;left:-1.75rem;width:1.25rem;height:1.3rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.02' height='25.241' viewBox='0 0 24.02 25.241'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:%2382d621;fill-rule:evenodd;%7D%3C/style%3E%3C/defs%3E%3Cpath class='a' d='M1.7,11.8a11.948,11.948,0,0,1,4,1.4l1.8.9c.3.2.5.1.8-.2l7.8-9A39.816,39.816,0,0,1,20.4,1a5.381,5.381,0,0,1,2-1,2.161,2.161,0,0,1,1.1.1,1.012,1.012,0,0,1,.4,1.4,6.42,6.42,0,0,1-1,1.3,52.432,52.432,0,0,0-9.6,12.7,71.11,71.11,0,0,0-4,8.9,1.387,1.387,0,0,1-.7.8c-.2,0-.6-.4-.8-.7a50.092,50.092,0,0,0-5-7.9A27.25,27.25,0,0,0,.5,14.1a1.094,1.094,0,0,1-.4-1.3,1.176,1.176,0,0,1,1.2-.9c.1-.1.2-.1.4-.1' transform='translate(-0.021 0.041)'/%3E%3C/svg%3E");background-size:cover;background-position:center center}ul.error{list-style:none}ul.error>li{position:relative}ul.error>li::before{content:"";position:absolute;top:.15rem;left:-1.75rem;width:1.25rem;height:1.3rem;background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25.2' enable-background='new 0 0 24 25.2'%3E%3Cg fill='%23FF6666'%3E%3Cpath d='m18.8 10.8h-13.4c-.3 0-.6.2-.6.4v2.7c0 .2.3.4.6.4h13.3c.3 0 .6-.2.6-.4v-2.7c.1-.2-.2-.4-.5-.4'/%3E%3Cpath d='m12.1 1.3c-6.2 0-11.3 5-11.3 11.3s5 11.3 11.3 11.3 11.3-5 11.3-11.3-5.1-11.3-11.3-11.3zm0 21.1c-5.4 0-9.8-4.4-9.8-9.8s4.4-9.8 9.8-9.8 9.8 4.4 9.8 9.8-4.4 9.8-9.8 9.8z' stroke='%23FF6666' stroke-miterlimit='10'/%3E%3C/g%3E%3C/svg%3E");background-size:cover;background-position:center center}small{font-size:.75rem;line-height:1.5em}blockquote{position:relative;margin:2rem calc(-2 * var(--gutterSpace)) 2rem calc(-2 * var(--gutterSpace));text-align:center}blockquote:before{color:#ccc;content:'”';font-size:8em;line-height:.1em;position:absolute;margin-left:-54px;margin-top:33px}blockquote p{display:inline;font-size:2rem;line-height:1.3em;font-weight:300;font-family:var(--fontHead);word-wrap:break-word;color:var(--colorPrime);text-align:center}.color-white{color:#fff}.color-white *{color:#fff}.color-prime{color:var(--colorPrime)}.color-second{color:var(--colorSecond)}.text-center{text-align:center}.text-right{text-align:right}.lh-80{line-height:.8em!important}.lh-100{line-height:1em!important}.lh-110{line-height:1.1em!important}.lh-120{line-height:1.2em!important}.lh-130{line-height:1.3em!important}.lh-140{line-height:1.4em!important}.lh-150{line-height:1.5em!important}.lh-160{line-height:1.6em!important}.lh-170{line-height:1.7em!important}.lh-180{line-height:1.8em!important}.lh-190{line-height:1.9em!important}.lh-200{line-height:2em!important}@media screen and (max-width:870px){p{font-size:1.125rem}.h1,h1{font-size:2.25rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.375rem}.h4,h4{font-size:1.125rem}ol,ul{padding-left:2.75rem}ol li,ul li{font-size:1.125rem}.h2+h3,.h2+h4,h2+h3,h2+h4{margin-top:0}blockquote{margin:0 0 1rem 0}blockquote:before{font-size:5em;left:-32px;top:28px}blockquote p{font:300 1.875rem/1.3em var(--fontHead)}}.top-news{display:block;width:100%;margin-top:-.75rem;margin-bottom:.75rem;padding:.5rem;font-size:1rem;line-height:1.2em;text-align:center;background-color:var(--colorCTA)}.onscroll .top-news{margin:0}@media screen and (max-width:1000px){.top-news{margin:0;font-size:.875rem}}@media screen and (max-width:768px){.top-news{position:fixed;top:49px;left:0;right:0}.hide-mobile{display:none}}.blog-detail-hero{display:inline-block;width:100%;margin:0 auto;padding:calc(var(--gutterSpace) * 2) var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.blog-detail-hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:var(--wrapperBig);margin:0 auto}.blog-detail-hero__fraction{display:block;width:100%;padding:0 calc(var(--gutterSpace)/ 2)}.blog-detail-hero__tags{padding:0;font:600 1.125rem/1em var(--fontBody);text-transform:uppercase}.blog-detail-hero__tag{display:inline-block;margin:0 .5rem 0 0;padding:0 .5rem 0 0;border-right:1px solid var(--colorBorder)}.blog-detail-hero__tag:last-of-type{margin:0;padding:0;border:none}.blog-detail-hero__headline{padding:0 0 2rem 0;font:600 2.125rem/1.3em var(--fontHead)}.blog-detail-hero__meta,.blog-detail-hero__meta--reading-time,.blog-detail-hero__meta--target-group,.blog-detail-hero__meta--updated{position:relative;display:block;margin:0 0 1.5rem 0;padding:0 0 0 2.5rem;font:300 1rem/1.3em var(--fontBody)}.blog-detail-hero__meta--reading-time::before,.blog-detail-hero__meta--target-group::before,.blog-detail-hero__meta--updated::before,.blog-detail-hero__meta::before{content:'';position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);background-repeat:no-repeat;background-size:cover;opacity:.75}.blog-detail-hero__meta--target-group::before{width:2rem;height:1.75rem;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231A181C;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3Cg%3E%3Cpath class='st0' d='M40.7,174.8c-2.7,0-5-2.2-5-5c-0.1-17.4-0.2-36.1-0.2-42.4c-0.1-10.8,8-22.2,18.1-25.4 c29.6-9.1,60.8-9.3,90.4-0.7c10.1,2.9,18.5,14.2,18.6,25c0.1,7,0.2,25.1,0.2,43.5c0,2.8-2.2,5-5,5s-5-2.2-5-5 c0-18.3-0.1-36.4-0.2-43.3c-0.1-6.5-5.5-13.9-11.4-15.6c-27.7-8-57-7.8-84.6,0.7c-5.8,1.9-11.1,9.4-11.1,15.8 c0,6.4,0.1,25,0.2,42.4C45.7,172.5,43.5,174.8,40.7,174.8C40.7,174.8,40.7,174.8,40.7,174.8z'/%3E%3C/g%3E%3Cg%3E%3Cpolyline class='st1' points='131,169.8 130.8,131.6 131.1,169.8 '/%3E%3Cpath class='st0' d='M131,174.8c-2.7,0-5-2.2-5-5l-0.2-38.2c0-2.8,2.2-5,5-5c2.7,0,5,2.2,5,5l0.3,38.2c0,2.8-2.2,5-5,5 C131.1,174.8,131.1,174.8,131,174.8C131,174.8,131,174.8,131,174.8z'/%3E%3C/g%3E%3Cg%3E%3Cpolyline class='st1' points='67.7,169.8 67.5,132.2 67.8,169.8 '/%3E%3Cpath class='st0' d='M67.8,174.8C67.8,174.8,67.8,174.8,67.8,174.8C67.7,174.8,67.7,174.8,67.8,174.8c-2.8,0-5.1-2.2-5.1-5 l-0.2-37.6c0-2.8,2.2-5,5-5c0,0,0,0,0,0c2.7,0,5,2.2,5,5l0.3,37.6C72.8,172.5,70.6,174.8,67.8,174.8 C67.8,174.8,67.8,174.8,67.8,174.8z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M98.5,96.4C79.6,96.4,64.1,81,63.9,62c-0.1-9.3,3.5-18.1,10-24.7c6.5-6.6,15.2-10.3,24.5-10.4 c9.2-0.1,18,3.4,24.6,9.9c6.6,6.5,10.3,15.2,10.4,24.5c0.1,9.3-3.4,18-9.9,24.7c-6.5,6.7-15.2,10.3-24.5,10.4 C98.8,96.4,98.6,96.4,98.5,96.4z M98.8,36.9c-0.1,0-0.2,0-0.3,0c-13.6,0.1-24.6,11.3-24.5,25c0.1,6.6,2.7,12.8,7.4,17.4 c4.7,4.6,10.9,7.2,17.5,7.1c6.6,0,12.8-2.7,17.5-7.4c4.6-4.7,7.2-11,7.1-17.5c-0.1-6.7-2.7-12.9-7.4-17.5 C111.3,39.4,105.2,36.9,98.8,36.9z M98.4,31.9L98.4,31.9L98.4,31.9z'/%3E%3C/g%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3C/g%3E%3C/svg%3E%0A")}.blog-detail-hero__meta--reading-time::before{width:2rem;height:2rem;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231A181C;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3Cg%3E%3Cpath class='st0' d='M99.2,170.9c-34.4,0-62.4-28-62.4-62.4s28-62.4,62.4-62.4c34.4,0,62.4,28,62.4,62.4S133.6,170.9,99.2,170.9z M99.2,56.1c-28.9,0-52.4,23.5-52.4,52.4s23.5,52.4,52.4,52.4s52.4-23.5,52.4-52.4S128.1,56.1,99.2,56.1z'/%3E%3Cpath class='st0' d='M99.2,115.9c-2.8,0-5-2.2-5-5V69.3c0-2.8,2.2-5,5-5c2.8,0,5,2.2,5,5v41.6C104.2,113.7,102,115.9,99.2,115.9z' /%3E%3Cpath class='st0' d='M144.1,75.4c-1.4,0-2.8-0.6-3.8-1.8c-1.8-2.1-1.5-5.3,0.6-7l9.2-7.7c2.1-1.8,5.3-1.5,7,0.6 c1.8,2.1,1.5,5.3-0.6,7l-9.2,7.7C146.4,75,145.2,75.4,144.1,75.4z'/%3E%3Cpath class='st0' d='M99.2,56.1c-2.8,0-5-2.2-5-5V33c0-2.8,2.2-5,5-5c2.8,0,5,2.2,5,5v18.1C104.2,53.9,102,56.1,99.2,56.1z'/%3E%3Cpath class='st0' d='M114.5,34.7H84c-2.8,0-5-2.2-5-5s2.2-5,5-5h30.5c2.8,0,5,2.2,5,5S117.3,34.7,114.5,34.7z'/%3E%3C/g%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3C/g%3E%3C/svg%3E%0A")}.blog-detail-hero__meta--updated::before{width:2rem;height:2rem;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231A1A18;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3Cg%3E%3Cpath class='st0' d='M164.9,162.3H33.5c-2.6,0-4.7-2.1-4.7-4.7v-108c0-2.6,2.1-4.7,4.7-4.7h21v-4.1c0-2.6,2.1-4.7,4.7-4.7 s4.7,2.1,4.7,4.7v4.1h17.3v-4.1c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v4.1h17.2v-4.1c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v4.1 h17.3v-4.1c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v4.1h21c2.6,0,4.7,2.1,4.7,4.7v108C169.6,160.2,167.5,162.3,164.9,162.3z M38.2,152.9h122V54.3h-16.3v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7v-4.9h-17.3v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7 v-4.9H90.6v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7v-4.9H63.9v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7v-4.9H38.2V152.9z M117.3,135.9h-9.6c-4.8,0-8.7-3.9-8.7-8.7v-9.6c0-4.8,3.9-8.7,8.7-8.7h9.6c4.8,0,8.7,3.9,8.7,8.7v9.6 C126,132,122.1,135.9,117.3,135.9z M108.4,126.5h8.2v-8.2h-8.2V126.5z M117.3,118.3L117.3,118.3L117.3,118.3z M139.7,127.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.9c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.9C144.4,125.3,142.3,127.4,139.7,127.4z M85.7,127.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.9c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.9C90.4,125.3,88.3,127.4,85.7,127.4z M58.7,127.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.9c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.9C63.4,125.3,61.3,127.4,58.7,127.4z M112.9,97.5 c-2.6,0-4.7-2.1-4.7-4.7V92c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C117.6,95.4,115.5,97.5,112.9,97.5z M85.9,97.5 c-2.6,0-4.7-2.1-4.7-4.7V92c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C90.6,95.4,88.5,97.5,85.9,97.5z M58.9,97.5 c-2.6,0-4.7-2.1-4.7-4.7V92c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C63.6,95.4,61.5,97.5,58.9,97.5z M139.7,97.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.8c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C144.4,95.3,142.3,97.4,139.7,97.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}@media screen and (max-width:870px){.blog-detail-hero__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.blog-detail-hero__headline{padding-bottom:0;font-size:1.875rem}}.blog-overview__filter{display:inline-block;margin:0 .5rem .5rem 0;padding:.5rem .625rem;font:600 1rem/1em var(--fontBody);text-transform:uppercase;white-space:nowrap;color:var(--black);background-color:var(--greyLight)}.blog-overview__filter:hover{text-decoration:none;color:#fff;background-color:var(--colorPrime)}.blog-overview__filter.active{text-decoration:none;color:#fff;background-color:var(--colorPrime)!important}.blog-overview__filter.red{text-decoration:none;color:#fff;background-color:var(--colorSecond)}.blog-teaser{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.blog-teaser__container{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;grid-column-gap:var(--gutterSpace);grid-row-gap:var(--gutterSpace);width:100%;max-width:var(--wrapperBig);margin:0 auto}.blog-teaser__item{position:relative;display:block;width:100%;background-color:#fff}.blog-teaser__image-container{position:relative;display:inline-block;width:100%;margin:0 0 .5rem 0;padding:75% 0 0 0;overflow:hidden;background-size:cover;background-repeat:no-repeat;background-position:center;-webkit-transition:all ease 1s;transition:all ease 1s}.blog-teaser__image-container:hover{-webkit-transform:scale(1.03);transform:scale(1.03);-webkit-box-shadow:0 .25rem .5rem .25rem rgba(0,0,0,.1);box-shadow:0 .25rem .5rem .25rem rgba(0,0,0,.1)}.blog-teaser__tags{display:inline-block;width:100%;font:600 .875rem/1.3em var(--fontBody);color:var(--black);text-transform:uppercase}.blog-teaser__tag{display:inline-block;margin:0 .5rem 0 0;padding:0 .5rem 0 0;border-right:1px solid var(--colorBorder)}.blog-teaser__tag:last-of-type{margin:0;padding:0;border:none}.blog-teaser__headline{font:300 1.625rem/1.3em var(--fontHead)}.blog-teaser__meta,.blog-teaser__meta--reading-time,.blog-teaser__meta--target-group,.blog-teaser__meta--updated{position:relative;display:block;margin:0 0 .75rem 0;padding:0 0 0 2rem;font:300 1rem/1.3em var(--fontBody);color:var(--black)}.blog-teaser__meta--reading-time::before,.blog-teaser__meta--target-group::before,.blog-teaser__meta--updated::before,.blog-teaser__meta::before{content:'';position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:cover;opacity:.75}.blog-teaser__meta--target-group::before{width:1.5rem;height:1.25rem;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231A181C;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3Cg%3E%3Cpath class='st0' d='M40.7,174.8c-2.7,0-5-2.2-5-5c-0.1-17.4-0.2-36.1-0.2-42.4c-0.1-10.8,8-22.2,18.1-25.4 c29.6-9.1,60.8-9.3,90.4-0.7c10.1,2.9,18.5,14.2,18.6,25c0.1,7,0.2,25.1,0.2,43.5c0,2.8-2.2,5-5,5s-5-2.2-5-5 c0-18.3-0.1-36.4-0.2-43.3c-0.1-6.5-5.5-13.9-11.4-15.6c-27.7-8-57-7.8-84.6,0.7c-5.8,1.9-11.1,9.4-11.1,15.8 c0,6.4,0.1,25,0.2,42.4C45.7,172.5,43.5,174.8,40.7,174.8C40.7,174.8,40.7,174.8,40.7,174.8z'/%3E%3C/g%3E%3Cg%3E%3Cpolyline class='st1' points='131,169.8 130.8,131.6 131.1,169.8 '/%3E%3Cpath class='st0' d='M131,174.8c-2.7,0-5-2.2-5-5l-0.2-38.2c0-2.8,2.2-5,5-5c2.7,0,5,2.2,5,5l0.3,38.2c0,2.8-2.2,5-5,5 C131.1,174.8,131.1,174.8,131,174.8C131,174.8,131,174.8,131,174.8z'/%3E%3C/g%3E%3Cg%3E%3Cpolyline class='st1' points='67.7,169.8 67.5,132.2 67.8,169.8 '/%3E%3Cpath class='st0' d='M67.8,174.8C67.8,174.8,67.8,174.8,67.8,174.8C67.7,174.8,67.7,174.8,67.8,174.8c-2.8,0-5.1-2.2-5.1-5 l-0.2-37.6c0-2.8,2.2-5,5-5c0,0,0,0,0,0c2.7,0,5,2.2,5,5l0.3,37.6C72.8,172.5,70.6,174.8,67.8,174.8 C67.8,174.8,67.8,174.8,67.8,174.8z'/%3E%3C/g%3E%3Cg%3E%3Cpath class='st0' d='M98.5,96.4C79.6,96.4,64.1,81,63.9,62c-0.1-9.3,3.5-18.1,10-24.7c6.5-6.6,15.2-10.3,24.5-10.4 c9.2-0.1,18,3.4,24.6,9.9c6.6,6.5,10.3,15.2,10.4,24.5c0.1,9.3-3.4,18-9.9,24.7c-6.5,6.7-15.2,10.3-24.5,10.4 C98.8,96.4,98.6,96.4,98.5,96.4z M98.8,36.9c-0.1,0-0.2,0-0.3,0c-13.6,0.1-24.6,11.3-24.5,25c0.1,6.6,2.7,12.8,7.4,17.4 c4.7,4.6,10.9,7.2,17.5,7.1c6.6,0,12.8-2.7,17.5-7.4c4.6-4.7,7.2-11,7.1-17.5c-0.1-6.7-2.7-12.9-7.4-17.5 C111.3,39.4,105.2,36.9,98.8,36.9z M98.4,31.9L98.4,31.9L98.4,31.9z'/%3E%3C/g%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3C/g%3E%3C/svg%3E%0A")}.blog-teaser__meta--reading-time::before{width:1.5rem;height:1.5rem;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231A181C;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3Cg%3E%3Cpath class='st0' d='M99.2,170.9c-34.4,0-62.4-28-62.4-62.4s28-62.4,62.4-62.4c34.4,0,62.4,28,62.4,62.4S133.6,170.9,99.2,170.9z M99.2,56.1c-28.9,0-52.4,23.5-52.4,52.4s23.5,52.4,52.4,52.4s52.4-23.5,52.4-52.4S128.1,56.1,99.2,56.1z'/%3E%3Cpath class='st0' d='M99.2,115.9c-2.8,0-5-2.2-5-5V69.3c0-2.8,2.2-5,5-5c2.8,0,5,2.2,5,5v41.6C104.2,113.7,102,115.9,99.2,115.9z' /%3E%3Cpath class='st0' d='M144.1,75.4c-1.4,0-2.8-0.6-3.8-1.8c-1.8-2.1-1.5-5.3,0.6-7l9.2-7.7c2.1-1.8,5.3-1.5,7,0.6 c1.8,2.1,1.5,5.3-0.6,7l-9.2,7.7C146.4,75,145.2,75.4,144.1,75.4z'/%3E%3Cpath class='st0' d='M99.2,56.1c-2.8,0-5-2.2-5-5V33c0-2.8,2.2-5,5-5c2.8,0,5,2.2,5,5v18.1C104.2,53.9,102,56.1,99.2,56.1z'/%3E%3Cpath class='st0' d='M114.5,34.7H84c-2.8,0-5-2.2-5-5s2.2-5,5-5h30.5c2.8,0,5,2.2,5,5S117.3,34.7,114.5,34.7z'/%3E%3C/g%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3C/g%3E%3C/svg%3E%0A")}.blog-teaser__meta--updated::before{width:1.5rem;height:1.5rem;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231A1A18;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3Cg%3E%3Cpath class='st0' d='M164.9,162.3H33.5c-2.6,0-4.7-2.1-4.7-4.7v-108c0-2.6,2.1-4.7,4.7-4.7h21v-4.1c0-2.6,2.1-4.7,4.7-4.7 s4.7,2.1,4.7,4.7v4.1h17.3v-4.1c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v4.1h17.2v-4.1c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v4.1 h17.3v-4.1c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v4.1h21c2.6,0,4.7,2.1,4.7,4.7v108C169.6,160.2,167.5,162.3,164.9,162.3z M38.2,152.9h122V54.3h-16.3v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7v-4.9h-17.3v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7 v-4.9H90.6v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7v-4.9H63.9v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7v-4.9H38.2V152.9z M117.3,135.9h-9.6c-4.8,0-8.7-3.9-8.7-8.7v-9.6c0-4.8,3.9-8.7,8.7-8.7h9.6c4.8,0,8.7,3.9,8.7,8.7v9.6 C126,132,122.1,135.9,117.3,135.9z M108.4,126.5h8.2v-8.2h-8.2V126.5z M117.3,118.3L117.3,118.3L117.3,118.3z M139.7,127.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.9c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.9C144.4,125.3,142.3,127.4,139.7,127.4z M85.7,127.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.9c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.9C90.4,125.3,88.3,127.4,85.7,127.4z M58.7,127.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.9c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.9C63.4,125.3,61.3,127.4,58.7,127.4z M112.9,97.5 c-2.6,0-4.7-2.1-4.7-4.7V92c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C117.6,95.4,115.5,97.5,112.9,97.5z M85.9,97.5 c-2.6,0-4.7-2.1-4.7-4.7V92c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C90.6,95.4,88.5,97.5,85.9,97.5z M58.9,97.5 c-2.6,0-4.7-2.1-4.7-4.7V92c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C63.6,95.4,61.5,97.5,58.9,97.5z M139.7,97.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.8c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C144.4,95.3,142.3,97.4,139.7,97.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")}.blog-teaser__teaser-text{display:block;margin:0;font:700 1rem/1.5em var(--fontBody);color:var(--black)}.blog-teaser__content{display:inline-block;width:100%;padding:0 1rem 1rem 1rem}.blog-teaser.white .blog-teaser__item{background-color:var(--greyLight)}@media screen and (max-width:870px){.blog-teaser__container{grid-template-columns:repeat(2,1fr)}.blog-teaser__headline{font-size:1.5rem}.blog-teaser__tags{font-size:.75rem}}@media screen and (max-width:680px){.blog-teaser__container{grid-template-columns:repeat(1,1fr);grid-row-gap:2rem}}.calendly{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.calendly__container{position:relative;display:block;width:100%;max-width:var(--wrapperSmall);margin:0 auto}.calendly__overlay{position:absolute;top:50%;left:50%;z-index:2;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:90%;text-align:center;padding:1rem}.calendly__dummy{opacity:.5}.content-index{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace) 0;background-size:cover;background-repeat:no-repeat;background-position:center}.content-index__container{width:100%;max-width:var(--wrapperSmall);margin:0 auto}.content-index__headline{font-size:2rem;margin-bottom:.5rem;color:var(--colorSecond)}.content-index__link{position:relative;display:block;padding:.5rem 0 .5rem 1.5rem;font:400 1.25rem/1.3em var(--fontHead);color:var(--colorPrime)}.content-index__link::before{content:'';position:absolute;top:50%;left:0;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);width:1rem;height:1rem;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3Elink-2%3C/title%3E%3Cpath d='M14 6.414V9a1 1 0 0 1-.907.996C6.922 10.574 4 13.496 4 19a1 1 0 0 1-2 0c0-6.295 3.43-9.996 10-10.892V4c0-.89 1.077-1.337 1.707-.707l8 8a1 1 0 0 1 0 1.414l-8 8c-.63.63-1.707.184-1.707-.707v-4H9a1 1 0 0 1 0-2h4a1 1 0 0 1 1 1v2.586L19.586 12 14 6.414z' fill='%23000' fill-rule='nonzero'/%3E%3C/svg%3E");background-position:center;background-size:cover;background-repeat:no-repeat}.content-index__link:last-of-type{margin:0}@media all and (max-width:696px){.content-index{padding:var(--gutterSpace)}}.cta-section{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.cta-section__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:calc(var(--wrapperSmall) + 18rem);margin:0 auto}.cta-section__fraction{display:block;width:100%;padding:0 calc(var(--gutterSpace)/ 2)}.cta-section__image-container{position:relative;display:block;width:10rem;height:10rem;margin:0 auto 1rem auto;border-radius:50%;border:1px solid var(--colorBorder);overflow:hidden}.cta-section__image{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:100%}@media screen and (max-width:870px){.cta-section__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cta-section__fraction{text-align:center}.cta-section__fraction:first-of-type{margin-bottom:calc(var(--gutterSpace) * 2)}.cta-section__fraction a,.cta-section__fraction li,.cta-section__fraction p,.cta-section__fraction strong{font-size:1.125rem}}.dropdown{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.dropdown__container{display:block;width:100%;max-width:var(--wrapperSmall);margin:0 auto}.dropdown__detail{position:relative;display:inline-block;width:100%;margin:0 auto 1rem auto;padding:1.5rem 1.5rem .75rem 1.5rem;border:1px solid var(--colorBorder);background:#fff;overflow:hidden;-webkit-transition:all ease 1s;transition:all ease 1s}.dropdown__detail:last-of-type{margin-bottom:0}.dropdown__detail:hover{cursor:pointer;-webkit-box-shadow:0 .05rem 1rem .1rem rgba(0,0,0,.1);box-shadow:0 .05rem 1rem .1rem rgba(0,0,0,.1)}.dropdown__detail::after{content:"";position:absolute;top:2.5rem;right:1rem;-webkit-transform:translate(0,-50%);transform:translate(0,-50%);z-index:1;display:block;width:2rem;height:2rem;background-size:cover;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36' enable-background='new 0 0 36 36'%3E%3Cg transform='matrix(0 1-1 0 36.01-.001)'%3E%3Ccircle cx='18' cy='18' r='16.5' fill='none' stroke='%23a8242f' stroke-width='3' transform='translate(.001.001)'/%3E%3Cpath fill='%234d4d4c' d='m17.6 8.6l-2.6 1.5 4.7 8-4.7 8 2.6 1.5 5.6-9.4-.1-.1h.1z'/%3E%3C/g%3E%3C/svg%3E");-webkit-transition:all .2s ease-out 0s;transition:all .2s ease-out 0s}.dropdown__detail[open]{-webkit-box-shadow:0 .5rem 1rem .25rem rgba(0,0,0,.2),0 .05rem 1rem .1rem rgba(0,0,0,.1);box-shadow:0 .5rem 1rem .25rem rgba(0,0,0,.2),0 .05rem 1rem .1rem rgba(0,0,0,.1)}.dropdown__detail[open]::after{-webkit-transform:translate(0,-50%) rotate(180deg);transform:translate(0,-50%) rotate(180deg)}.dropdown__detail[open] .dropdown__title{color:var(--colorSecond)}.dropdown__summary{list-style:none;outline:0}.dropdown__summary::-webkit-details-marker{display:none;font-size:0}.dropdown__meta,.dropdown__meta--left,.dropdown__meta--right{display:inline-block;width:50%;font:700 1rem/1.3em var(--fontHead)}.dropdown__meta--left{color:var(--colorSecond)}.dropdown__meta--right{color:var(--colorPrime);text-align:right}.dropdown__title{display:inline-block;width:calc(100% - 2.5rem);margin:0;padding:0 0 .75rem 0;color:var(--black);font:700 1.3125rem/1.5em var(--fontHead)}.dropdown__content{width:calc(100% - 1rem);margin:1.5rem auto 0}.dropdown__content:hover{cursor:auto}.dropdown.white .dropdown__detail{background-color:var(--greyLight)}@media screen and (max-width:870px){.dropdown__detail{margin-bottom:.25rem;padding:.75rem .75rem .375rem .75rem}.dropdown__detail::after{top:1.75rem;rigth:.5rem}.dropdown__content{margin-top:.75rem}.dropdown__content>*{font-size:1rem}.dropdown__title{font-size:1.125rem}.dropdown__meta,.dropdown__meta--left,.dropdown__meta--right{margin-top:1rem}}.form-wrapper{position:relative;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.form-wrapper.inline{display:inline-block}.form{position:relative;display:block;width:100%;max-width:var(--wrapperSmall);margin:0 auto}.form.multi.error::before{content:' ';position:absolute;top:100%;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);z-index:1;border-width:.5rem;border-style:solid;border-color:transparent transparent red transparent}.form.multi.error::after{content:'Bitte Angaben überprüfen';position:absolute;top:calc(100% + 1rem);left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);padding:.25rem .5rem;font:700 1rem/1.5em var(--fontBody);color:#fff;border:1px solid red;border-radius:.5rem;background-color:red;-webkit-box-shadow:var(--boxShadow);box-shadow:var(--boxShadow)}.form.multi .form__scene{opacity:0;-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.5s;transition-duration:.5s}.form.multi .form__scene.active{opacity:1}.form.multi .form__scene.hidden{overflow:hidden;height:0!important}.form.complete .form__scene{margin:0 0 .5rem 0}.form.complete .form__heading{display:none}.form--response{display:block;width:100%;max-width:var(--wrapperSmall);margin:0 auto;padding:2rem;border-radius:.5rem;-webkit-box-shadow:var(--boxShadow);box-shadow:var(--boxShadow)}.form--response *{color:var(--black)!important}.form--response.success{background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 5px var(--colorSuccess);box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 5px var(--colorSuccess)}.form--response.error{background-color:#fff;-webkit-box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 5px var(--colorError);box-shadow:inset 0 0 0 1px #fff,inset 0 0 0 5px var(--colorError)}.form__leadmagnet-cover{position:absolute;width:13rem;bottom:1rem;left:calc(50% - (var(--wrapperSmall)/ 2) - 6.5rem - 1rem);-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.form__heading{display:block;width:100%;margin:0 0 2rem 0;font:300 1.5rem/1.3em var(--fontHead);color:#fff;text-align:center}.form__row{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto}.form__item{position:relative;display:inline-block;margin:.25rem;white-space:nowrap .form__item __name;white-space-display:block;white-space-width:100%;white-space-margin:1rem 0 0 0;white-space-font:300 .875rem/1.3em var(--fontBody);white-space-color:#fff;white-space-text-align:center}.form__input{display:inline-block;width:100%;margin:.25rem 0 .25rem 0;padding:.5rem;font:300 1rem/1em var(--fontBody);color:var(--black);vertical-align:middle;border-radius:.5rem;border:1px solid var(--colorBorder);-webkit-box-shadow:inset 2px 2px 6px 0 rgba(0,0,0,.33);box-shadow:inset 2px 2px 6px 0 rgba(0,0,0,.33);background-color:#fff;-webkit-appearance:none;-webkit-transition:all ease .5s;transition:all ease .5s}.form__input::-webkit-input-placeholder{color:var(--black);opacity:.7;font:300 1rem/1em var(--fontBody);vertical-align:middle}.form__input::-moz-placeholder{color:var(--black);opacity:.7;font:300 1rem/1em var(--fontBody);vertical-align:middle}.form__input:-ms-input-placeholder{color:var(--black);opacity:.7;font:300 1rem/1em var(--fontBody);vertical-align:middle}.form__input::-ms-input-placeholder{color:var(--black);opacity:.7;font:300 1rem/1em var(--fontBody);vertical-align:middle}.form__input::placeholder{color:var(--black);opacity:.7;font:300 1rem/1em var(--fontBody);vertical-align:middle}.form__input::-webkit-input-placeholder{line-height:normal!important}.form__input:focus{border-color:var(--colorSuccess);outline:0;-webkit-transform:scale(1.03);transform:scale(1.03);-webkit-box-shadow:inset 2px 2px 6px 0 rgba(0,0,0,.05),0 .5rem 1rem .25rem rgba(0,0,0,.25);box-shadow:inset 2px 2px 6px 0 rgba(0,0,0,.05),0 .5rem 1rem .25rem rgba(0,0,0,.25)}.form__input.error{border-color:red;background-color:var(--colorError)}.form__input.error::-webkit-input-placeholder{color:#fff}.form__input.error::-moz-placeholder{color:#fff}.form__input.error:-ms-input-placeholder{color:#fff}.form__input.error::-ms-input-placeholder{color:#fff}.form__input.error::placeholder{color:#fff}.form__checkbox{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:0;height:0;border:none;outline:0}.form__checkbox:checked+label{-webkit-box-shadow:0 0 .25rem 3px var(--colorSuccess);box-shadow:0 0 .25rem 3px var(--colorSuccess)}.form__checkbox.error+label{color:#fff;border-color:red;background-color:var(--colorError)}.form__label{position:relative;display:inline-block;padding:.5rem .75rem;font:300 1rem/1em var(--fontBody);color:var(--black);border-radius:.5rem;border:1px solid var(--colorBorder);background-color:#fff;cursor:pointer;-webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,.25);box-shadow:2px 2px 5px 1px rgba(0,0,0,.25)}.form__label img{display:inline-block;width:1.5rem;height:1.5rem;margin:0 .5rem 0 0;fill:var(--black);stroke:var(--black);vertical-align:middle}.form__navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:1rem auto 0 auto}.form__navigation__button{position:relative;display:block;width:2rem;height:2rem;border-radius:.5rem;border:1px solid var(--colorBorder);background-color:#fff;cursor:pointer}.form__navigation__button img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:1rem;height:1rem;fill:none;stroke:var(--contrast)}.form__navigation__button.left{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.form__navigation__button.next{-webkit-box-shadow:0 0 .25rem 3px var(--colorPrime);box-shadow:0 0 .25rem 3px var(--colorPrime)}.form__navigation__bar{position:relative;display:block;width:calc(100% - 5rem);height:.5rem;border-radius:.5rem;border:1px solid var(--colorBorder);-webkit-box-shadow:inset 2px 2px 6px 0 rgba(0,0,0,.05);box-shadow:inset 2px 2px 6px 0 rgba(0,0,0,.05);background-color:#fff;overflow:hidden}.form__navigation__percentage{position:absolute;top:0;right:100%;bottom:0;left:0;background-color:var(--colorSuccess);-webkit-transition-property:all;transition-property:all;-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-transition-duration:.5s;transition-duration:.5s}.form__navigation__percentage.full{background:-webkit-gradient(linear,right top, left top,from(var(--colorPrime)),to(var(--colorSuccess)));background:linear-gradient(270deg,var(--colorPrime),var(--colorSuccess));background-size:400% 400%;-webkit-animation:gradientShift 5s ease infinite;animation:gradientShift 5s ease infinite}.form__legal-notice{display:block;width:100%;max-width:var(--wrapperSmall);margin:.5rem auto 0 auto;padding:.5rem;font:300 .875rem/1.3em var(--fontBody);color:#fff;text-align:center}.form__legal-notice a{color:inherit!important;font-size:inherit!important}.form__responses{display:none}@media (max-width:860px){.form__leadmagnet-cover{position:relative;width:13rem;bottom:auto;left:auto;-webkit-transform:none;transform:none;margin:1rem auto}}@media all and (max-width:640px){.form__item{width:100%;margin:.25rem 0}.form__label{width:100%}.form__label img{width:1rem;height:1rem}}@-webkit-keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}100%{background-position:0 50%}}.glossar-entry{display:block;margin:0 -4rem var(--gutterSpace) 3rem;padding:1rem;border-top:3px solid var(--yellow);border-bottom:3px solid var(--colorPrime);-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}.glossar-entry.pinned{position:absolute;top:2rem;right:-2rem;width:400px;margin:0;padding:.5rem 1rem .25rem 1rem;-webkit-transform:rotate(-6deg);transform:rotate(-6deg)}.glossar-entry__headline{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.125rem;text-transform:uppercase;padding-top:0}.glossar-entry__lamp{height:3rem;width:auto;margin:0 1rem 0 0}.glossar-entry .text-editor{padding:0}.glossar-entry .text-editor p{font-size:1rem}@media all and (max-width:1412px){.glossar-entry.pinned{position:relative;top:unset;right:unset;width:100%;-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}}@media all and (max-width:768px){.glossar-entry{margin:0;padding:1rem 0}}.grid{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.grid__container{display:grid;grid-template-columns:repeat(var(--gridColumns),minmax(0,1fr));grid-template-rows:auto;grid-column-gap:calc(var(--gutterSpace) * var(--gapColumn));grid-row-gap:calc(var(--gutterSpace) * var(--gapRow));width:100%;max-width:var(--wrapperWidth);margin:0 auto}.grid__item{position:relative;display:block;width:100%;padding:var(--gutterSpace);background-color:#fff}.grid__item h2{font-size:1.875rem!important}.grid__item h3{font-size:1.375rem!important}.grid__item ol,.grid__item ul{padding-left:1.75rem}.grid__item .button,.grid__item .button--book-purple,.grid__item .button--book-yellow,.grid__item .button--cta,.grid__item .button--green,.grid__item .button--intern{position:absolute;bottom:-1.25rem;left:50%;-webkit-transform:translate(-50%,0);transform:translate(-50%,0)}.grid.white .grid__item{background-color:var(--greyLight)}@media screen and (max-width:870px){.grid__container{grid-template-columns:repeat(2,1fr)}.grid__item h2{font-size:1.625rem}.grid__item .button,.grid__item .button--book-purple,.grid__item .button--book-yellow,.grid__item .button--cta,.grid__item .button--green,.grid__item .button--intern{position:relative;bottom:unset;left:unset;-webkit-transform:unset;transform:unset}}@media screen and (max-width:680px){.grid__container{grid-template-columns:repeat(1,1fr)}}.hero{display:inline-block;width:100%;margin:0 auto;padding:calc(var(--gutterSpace) * 2) var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:var(--wrapperBig);margin:0 auto}.hero__fraction{display:block;width:100%;padding:0 calc(var(--gutterSpace)/ 2)}.hero__fraction a,.hero__fraction li,.hero__fraction p{font-size:1.25rem}.hero .button,.hero .button--book-purple,.hero .button--book-yellow,.hero .button--cta,.hero .button--green,.hero .button--intern{font-size:110%}.hero.copy-big a,.hero.copy-big li,.hero.copy-big p{font-size:1.25rem!important}.hero.copy-normal a,.hero.copy-normal li,.hero.copy-normal p{font-size:1.125rem!important}.hero.copy-small a,.hero.copy-small li,.hero.copy-small p{font-size:1rem!important}.hero.copy-small h2{font-size:1.875rem!important}.hero.copy-small h3{font-size:1.375rem!important}@media screen and (max-width:870px){.hero__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.hero__fraction ol,.hero__fraction ul{padding-left:2.75rem}.hero__fraction a,.hero__fraction li,.hero__fraction p{font-size:1.125rem}.hero__fraction img{width:100%;max-width:300px;margin:0 auto}}.block-kunden-logos{display:block;width:100%;margin:0 auto;padding:var(--gutterSpace);opacity:.7}.block-kunden-logos__container{display:block;width:100%;max-width:var(--wrapperBig);margin:0 auto}.block-kunden-logos__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 0 .75rem 0;text-align:center}.block-kunden-logos__row>*{width:10%;height:auto;float:left;padding:0 1rem}.block-kunden-logos__row:last-of-type{margin-bottom:0}.block-kunden-logos .size-4{width:4%}.block-kunden-logos .size-6{width:6%}.block-kunden-logos .size-8{width:8%}.block-kunden-logos .size-12{width:12%}.block-kunden-logos .size-14{width:14%}.block-kunden-logos .size-16{width:16%}.block-kunden-logos .size-18{width:18%}.block-kunden-logos .size-20{width:20%}.block-trust-banners{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center;width:100%;max-width:var(--wrapperSmall);margin:var(--gutterSpace) auto}.block-trust-banners .provenexperts_widget img{width:136px!important;height:136px!important}@media only screen and (max-width:768px){.block-trust-banners{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto;grid-column-gap:0;grid-row-gap:var(--gutterSpace);width:100%;margin:var(--gutterSpace) auto}.block-trust-banners img{width:100%!important;height:auto!important;margin:0;padding:0 1rem}}@media only screen and (max-width:640px){.block-kunden-logos{display:none}}.logos{display:block;width:100%;margin:0 auto;padding:var(--gutterSpace);opacity:.7}.logos__container{display:block;width:100%;max-width:var(--wrapperBig);margin:0 auto}.logos__row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0 0 .75rem 0;text-align:center}.logos__row>*{width:10%;height:auto;float:left;padding:0 1rem}.logos__row:last-of-type{margin-bottom:0}.logos__image{-webkit-filter:grayscale(1);filter:grayscale(1)}.logos .size-1{width:4%}.logos .size-2{width:6%}.logos .size-3{width:8%}.logos .size-4{width:12%}.logos .size-5{width:14%}.logos .size-6{width:16%}.logos .size-7{width:18%}.logos .size-8{width:20%}@media all and (max-width:870px){.logos{display:none}}.reference-grid{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.reference-grid__text-container{display:block;width:100%;max-width:var(--wrapperMid);margin:0 auto}.reference-grid__container{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;grid-column-gap:var(--gutterSpace);grid-row-gap:calc(var(--gutterSpace) * 2);width:100%;max-width:var(--wrapperBig);margin:0 auto var(--gutterSpace) auto}.reference-grid__image{display:block;width:100%;-webkit-transition:all ease .5s;transition:all ease .5s}.reference-grid__image:hover{-webkit-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 .5rem 1rem .25rem rgba(0,0,0,.2),0 .05rem 1rem .1rem rgba(0,0,0,.1);box-shadow:0 .5rem 1rem .25rem rgba(0,0,0,.2),0 .05rem 1rem .1rem rgba(0,0,0,.1)}.reference-grid__headline,.reference-grid__teaser{color:var(--black);text-decoration:none}.reference-grid__headline{margin:1rem 0 0 0}.reference-grid__teaser{margin:0}.reference-grid a{text-decoration:none}.reference-grid a:hover{text-decoration:none}@media only screen and (max-width:680px){.reference-grid__container{grid-template-columns:repeat(1,1fr)}}.reference-hero{display:inline-block;width:100%;margin:0 auto;padding:calc(var(--gutterSpace) * 2) var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.reference-hero__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:var(--wrapperBig);margin:0 auto}.reference-hero__fraction{display:block;width:100%;padding:0 calc(var(--gutterSpace)/ 2)}.reference-hero__client{padding:0;font:600 1.125rem/1em var(--fontBody);text-transform:uppercase}.reference-hero__headline{padding:0 0 2rem 0;font:600 2.125rem/1.3em var(--fontHead)}.reference-hero__meta,.reference-hero__meta--meta,.reference-hero__meta--year{position:relative;display:block;margin:0 0 .75rem 0;padding:0 0 0 2.5rem}.reference-hero__meta--meta::before,.reference-hero__meta--year::before,.reference-hero__meta::before{content:'';position:absolute;top:0;left:0;background-repeat:no-repeat;background-size:cover;opacity:.75}.reference-hero__meta--meta::before{width:2rem;height:1.75rem;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23030304;%7D .st1%7Bfill:%231A181C;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cpath class='st0' d='M94.6,57.4c2.7,0,4.9,0.8,6.6,2.3s2.5,3.5,2.5,5.9c0,2.4-0.8,4.4-2.5,6c-1.7,1.5-3.9,2.3-6.6,2.3 s-4.8-0.8-6.6-2.3c-1.7-1.5-2.6-3.5-2.6-6c0-2.4,0.9-4.4,2.6-5.9S92,57.4,94.6,57.4 M102.6,94.7V135H86.8V94.7H102.6 M94.6,49.4 c-4.6,0-8.7,1.5-11.8,4.2c-3.5,3-5.3,7.2-5.3,11.9s1.8,8.9,5.2,11.9c3.2,2.8,7.3,4.3,11.9,4.3c4.7,0,8.9-1.5,12-4.4 c3.4-3.1,5.1-7.2,5.1-11.9s-1.8-8.8-5.2-11.9C103.4,50.8,99.3,49.4,94.6,49.4L94.6,49.4z M102.6,86.7H86.8c-4.4,0-8,3.6-8,8V135 c0,4.4,3.6,8,8,8h15.8c4.4,0,8-3.6,8-8V94.7C110.6,90.2,107,86.7,102.6,86.7L102.6,86.7z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3Cpath class='st1' d='M151.7,180.6c-0.6,0-1.1-0.1-1.7-0.3c-12.2-4.9-22.9-11.4-31.8-19.2c-7.2,1.9-14.6,2.8-22,2.8 c-43,0-77.9-31.2-77.9-69.5c0-38.3,35-69.5,77.9-69.5s77.9,31.2,77.9,69.5c0,18.1-8,35.7-22.1,48.6l4.1,32.7 c0.2,1.6-0.4,3.1-1.7,4.1C153.6,180.3,152.7,180.6,151.7,180.6z M119.4,151.8c1.1,0,2.2,0.4,3,1.2c6.8,6.3,14.8,11.6,23.9,16 l-3.4-27.2c-0.2-1.5,0.4-3,1.5-3.9c13.2-11.3,20.8-27.2,20.8-43.4c0-33.5-31-60.7-69.1-60.7c-38.1,0-69.1,27.2-69.1,60.7 s31,60.7,69.1,60.7c7.4,0,14.8-1.1,22-3.1C118.6,151.8,119,151.8,119.4,151.8z'/%3E%3C/g%3E%3C/svg%3E%0A")}.reference-hero__meta--year::before{width:2rem;height:2rem;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 198.4 198.4' style='enable-background:new 0 0 198.4 198.4;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%231A1A18;%7D%0A%3C/style%3E%3Cg id='infografiken'%3E%3C/g%3E%3Cg id='blauer_kreis'%3E%3C/g%3E%3Cg id='icons_1_'%3E%3C/g%3E%3Cg id='roter_ring'%3E%3C/g%3E%3Cg id='sammelsorium'%3E%3Cg%3E%3Cpath class='st0' d='M164.9,162.3H33.5c-2.6,0-4.7-2.1-4.7-4.7v-108c0-2.6,2.1-4.7,4.7-4.7h21v-4.1c0-2.6,2.1-4.7,4.7-4.7 s4.7,2.1,4.7,4.7v4.1h17.3v-4.1c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v4.1h17.2v-4.1c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v4.1 h17.3v-4.1c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v4.1h21c2.6,0,4.7,2.1,4.7,4.7v108C169.6,160.2,167.5,162.3,164.9,162.3z M38.2,152.9h122V54.3h-16.3v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7v-4.9h-17.3v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7 v-4.9H90.6v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7v-4.9H63.9v4.9c0,2.6-2.1,4.7-4.7,4.7s-4.7-2.1-4.7-4.7v-4.9H38.2V152.9z M117.3,135.9h-9.6c-4.8,0-8.7-3.9-8.7-8.7v-9.6c0-4.8,3.9-8.7,8.7-8.7h9.6c4.8,0,8.7,3.9,8.7,8.7v9.6 C126,132,122.1,135.9,117.3,135.9z M108.4,126.5h8.2v-8.2h-8.2V126.5z M117.3,118.3L117.3,118.3L117.3,118.3z M139.7,127.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.9c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.9C144.4,125.3,142.3,127.4,139.7,127.4z M85.7,127.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.9c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.9C90.4,125.3,88.3,127.4,85.7,127.4z M58.7,127.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.9c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.9C63.4,125.3,61.3,127.4,58.7,127.4z M112.9,97.5 c-2.6,0-4.7-2.1-4.7-4.7V92c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C117.6,95.4,115.5,97.5,112.9,97.5z M85.9,97.5 c-2.6,0-4.7-2.1-4.7-4.7V92c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C90.6,95.4,88.5,97.5,85.9,97.5z M58.9,97.5 c-2.6,0-4.7-2.1-4.7-4.7V92c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C63.6,95.4,61.5,97.5,58.9,97.5z M139.7,97.4 c-2.6,0-4.7-2.1-4.7-4.7v-0.8c0-2.6,2.1-4.7,4.7-4.7s4.7,2.1,4.7,4.7v0.8C144.4,95.3,142.3,97.4,139.7,97.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");background-position:0 -3px}@media screen and (max-width:870px){.reference-hero__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.reference-hero__headline{padding-bottom:0;font-size:2rem}}.reference-meta{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.reference-meta__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:var(--wrapperBig);margin:0 auto}.reference-meta__fraction{display:block;width:100%;padding:0 calc(var(--gutterSpace)/ 2)}.reference-meta__image{max-width:13.5rem;margin:0 auto}@media screen and (max-width:870px){.reference-meta__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.reference-meta__fraction:first-of-type{margin-bottom:1rem}}.shadow{display:block;width:100%;margin:0 auto;padding:var(--gutterSpace) var(--gutterSpace) 0 var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.shadow__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;max-width:1000px;margin:0 auto}.shadow .h2,.shadow h2{padding:0;font-size:2rem;margin-bottom:.5rem}.shadow .h3,.shadow h3{font-size:1.6rem}.shadow .h2,.shadow .h3,.shadow h2,.shadow h3{font-family:var(--fontHead);font-weight:300}.shadow__image-container{position:relative;display:block;width:275px}.shadow__image-container.right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.shadow__image-container.left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.shadow__image{position:absolute;right:0;bottom:0;width:auto;height:100%;margin:0}.shadow__content{width:calc(100% - 275px)}.shadow__content.right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.shadow__content.left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}@media screen and (max-width:870px){.shadow h2{font-size:1.875rem}.shadow h2>*{font-size:1.875rem!important}.shadow h3{font-size:1.375rem}.shadow h3>*{font-size:1.375rem!important}.shadow__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.shadow__image-container{width:100%;-webkit-box-ordinal-group:3!important;-ms-flex-order:2!important;order:2!important}.shadow__content{width:100%;-webkit-box-ordinal-group:2!important;-ms-flex-order:1!important;order:1!important}.shadow__image{position:relative;bottom:unset;max-width:300px;height:auto;margin:0 auto}}.slider{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.slider__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:calc(var(--wrapperSmall) + var(--gutterSpace) * 4);margin:0 auto}.slider__description{font:300 1rem/1.5em var(--fontBody);margin:.75rem 0 0 0}.slider .js-tiny-slider__controls{max-width:calc(var(--wrapperSmall) + var(--gutterSpace) * 4)}.team-row{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.team-row__text-container{display:block;width:100%;max-width:var(--wrapperSmall);margin:0 auto}.team-row__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:var(--wrapperBig);margin:0 auto}.team-row__item{display:block;width:100%;padding:0 calc(var(--gutterSpace)/ 2)}.team-row__image-container{position:relative;display:block;width:100%;padding:100% 0 0 0;border-radius:50%;border:1px solid var(--colorBorder);overflow:hidden}.team-row__image{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:768px){.team-row__container{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.team-row__item{max-width:90px;margin:.25rem}}.testimonial-slider{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.testimonial-slider__text-container{display:block;width:100%;max-width:var(--wrapperSmall);margin:0 auto}.testimonial-slider__container{display:block;width:100%;max-width:var(--wrapperBig);margin:0 auto}.testimonial-slider__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;max-width:var(--wrapperBig);margin:0 auto}.testimonial-slider__image-container{position:relative;display:block;width:13.5rem;height:13.5rem;border-radius:50%;border:1px solid var(--colorBorder);overflow:hidden}.testimonial-slider__image{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:block;width:100%;height:auto}.testimonial-slider__content-container{position:relative;display:block;width:calc(100% - 13.5rem - var(--gutterSpace));max-width:var(--wrapperSmall);padding:1rem 0 0 0}.testimonial-slider__content-container::after{content:'';position:absolute;top:0;left:-2rem;width:4rem;height:3.5rem;background-image:url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.6, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Ebene_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 61.92 53.82' style='enable-background:new 0 0 61.92 53.82;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23D2D2D2;%7D%0A%3C/style%3E%3Cpath id='Pfad_63' class='st0' d='M48.6,0c3.65-0.03,7.13,1.59,9.45,4.41c2.58,2.94,3.87,6.81,3.87,11.61 c0,6.72-2.22,13.74-6.66,21.06c-4.08,6.96-9.91,12.74-16.92,16.74l-5.22-10.98c2.71-2.36,5.29-4.85,7.74-7.47 c2.3-2.63,3.86-5.83,4.5-9.27c-2.16,0-4.38-1.32-6.66-3.96c-2.19-2.41-3.41-5.56-3.42-8.82c0-3.12,1.29-6.12,3.87-9 C41.5,1.55,44.96-0.04,48.6,0z M15.12,0c3.7-0.01,7.22,1.6,9.63,4.41c2.7,2.94,4.05,6.81,4.05,11.61c0,6.72-2.25,13.74-6.75,21.06 c-4.13,6.96-9.99,12.72-17.01,16.74L0,42.84c2.69-2.34,5.25-4.83,7.65-7.47c2.25-2.65,3.77-5.85,4.41-9.27 c-2.04,0-4.23-1.32-6.57-3.96c-2.24-2.39-3.5-5.54-3.51-8.82c0.1-3.37,1.45-6.57,3.78-9C8.07,1.54,11.51-0.05,15.12,0z'/%3E%3C/svg%3E");background-position:center center;background-size:cover;z-index:1}.testimonial-slider__content-container>*{position:relative;z-index:2}.testimonial-slider__name{display:block;color:var(--colorPrime);font:600 1rem/1.5em var(--fontBody);text-transform:uppercase}.testimonial-slider__meta{display:block;font:300 1rem/1.5em var(--fontBody)}.testimonial-slider .js-tiny-slider__controls{max-width:var(--wrapperBig)}@media screen and (max-width:768px){.testimonial-slider__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.testimonial-slider__content-container{width:90%;padding:1rem}.testimonial-slider__content-container::after{left:-1rem}}.text-editor{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.text-editor__container{display:grid;grid-template-columns:repeat(var(--gridColumns),1fr);grid-template-rows:auto;grid-column-gap:calc(var(--gutterSpace) * var(--gapColumn));grid-row-gap:calc(var(--gutterSpace) * var(--gapRow));width:100%;max-width:var(--wrapperWidth);margin:0 auto}.text-editor__item{position:relative;display:block;width:100%}.text-editor__item>:last-child{margin-bottom:0}.text-editor__item ol+.h2,.text-editor__item ol+.h3,.text-editor__item ol+.h4,.text-editor__item ol+h2,.text-editor__item ol+h3,.text-editor__item ol+h4,.text-editor__item p+.h2,.text-editor__item p+.h3,.text-editor__item p+.h4,.text-editor__item p+h2,.text-editor__item p+h3,.text-editor__item p+h4,.text-editor__item ul+.h2,.text-editor__item ul+.h3,.text-editor__item ul+.h4,.text-editor__item ul+h2,.text-editor__item ul+h3,.text-editor__item ul+h4{padding-top:1em}.text-editor.copy-small li,.text-editor.copy-small p{font-size:1rem!important}.text-editor.copy-small h2{font-size:1.875rem!important}.text-editor.copy-small h3{font-size:1.375rem!important}@media screen and (max-width:768px){.text-editor__container.columns-1 if $i>1{grid-template-columns:repeat(2,1fr)}.text-editor__container.columns-1 else{grid-template-columns:repeat(1,1fr)}.text-editor__container.columns-2 if $i>1{grid-template-columns:repeat(2,1fr)}.text-editor__container.columns-2 else{grid-template-columns:repeat(1,1fr)}.text-editor__container.columns-3 if $i>1{grid-template-columns:repeat(2,1fr)}.text-editor__container.columns-3 else{grid-template-columns:repeat(1,1fr)}.text-editor__container.columns-4 if $i>1{grid-template-columns:repeat(2,1fr)}.text-editor__container.columns-4 else{grid-template-columns:repeat(1,1fr)}.text-editor__container.columns-5 if $i>1{grid-template-columns:repeat(2,1fr)}.text-editor__container.columns-5 else{grid-template-columns:repeat(1,1fr)}.text-editor__container.columns-6 if $i>1{grid-template-columns:repeat(2,1fr)}.text-editor__container.columns-6 else{grid-template-columns:repeat(1,1fr)}.text-editor__container.columns-7 if $i>1{grid-template-columns:repeat(2,1fr)}.text-editor__container.columns-7 else{grid-template-columns:repeat(1,1fr)}.text-editor__container.columns-8 if $i>1{grid-template-columns:repeat(2,1fr)}.text-editor__container.columns-8 else{grid-template-columns:repeat(1,1fr)}.text-editor__container.columns-9 if $i>1{grid-template-columns:repeat(2,1fr)}.text-editor__container.columns-9 else{grid-template-columns:repeat(1,1fr)}.text-editor__container.columns-10 if $i>1{grid-template-columns:repeat(2,1fr)}.text-editor__container.columns-10 else{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:680px){.text-editor{padding-right:2rem;padding-left:2rem}.text-editor__container{grid-template-columns:repeat(1,1fr)}.text-editor__item img{max-width:300px!important;height:auto!important;margin:0 auto}.layout-block .text-editor{padding-right:0;padding-left:0}}.video{display:inline-block;width:100%;margin:0 auto;padding:var(--gutterSpace);background-size:cover;background-repeat:no-repeat;background-position:center}.video__container{position:relative;display:block;width:100%;max-width:var(--wrapperSmall);margin:0 auto}.video__button{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:5;width:288px;height:288px;cursor:pointer;opacity:1;-webkit-transition:opacity .125s 0s ease-in;transition:opacity .125s 0s ease-in}.video__button::before{content:'';position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:72px solid transparent;border-left-color:#fafafa;border-left-width:144px;border-right:0}.video__button:hover{opacity:.5}.video__placeholder{width:100%;padding-bottom:calc(56%);background-position:center;background-size:cover;background-color:#000}.video__disclaimer{position:absolute;bottom:0;padding:1rem;background-color:rgba(0,0,0,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.video__disclaimer p{margin:0;padding:0;font-size:.875rem;color:#fff}.video__disclaimer a{color:var(--colorPrime)}.video__iframe{position:absolute;width:100%;height:100%}.video .hidden{display:none!important}@media all and (max-width:680px){.video__button{top:0;-webkit-transform:translate(-50%,0);transform:translate(-50%,0);width:340px;height:190px}.video__button::before{border:36px solid transparent;border-left-color:#fafafa;border-left-width:144px;border-right:0;border-left-width:72px}.video__disclaimer{position:relative;background-color:#000}}.columns{display:-webkit-box;display:-ms-flexbox;display:flex}.column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media all and (max-width:680px){.columns:not(.is-mobile){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.columns:not(.is-mobile) .column{width:100%}}.column{display:block;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;padding:.75rem}.columns.is-mobile>.column.is-narrow{-webkit-box-flex:0;-ms-flex:none;flex:none;width:unset}.columns.is-mobile>.column.is-full{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.columns.is-mobile>.column.is-three-quarters{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.columns.is-mobile>.column.is-two-thirds{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666%}.columns.is-mobile>.column.is-half{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.columns.is-mobile>.column.is-one-third{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333%}.columns.is-mobile>.column.is-one-quarter{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.columns.is-mobile>.column.is-one-fifth{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.columns.is-mobile>.column.is-two-fifths{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.columns.is-mobile>.column.is-three-fifths{-webkit-box-flex:0;-ms-flex:none;flex:none;width:60%}.columns.is-mobile>.column.is-four-fifths{-webkit-box-flex:0;-ms-flex:none;flex:none;width:80%}.columns.is-mobile>.column.is-offset-three-quarters{margin-left:75%}.columns.is-mobile>.column.is-offset-two-thirds{margin-left:66.6666%}.columns.is-mobile>.column.is-offset-half{margin-left:50%}.columns.is-mobile>.column.is-offset-one-third{margin-left:33.3333%}.columns.is-mobile>.column.is-offset-one-quarter{margin-left:25%}.columns.is-mobile>.column.is-offset-one-fifth{margin-left:20%}.columns.is-mobile>.column.is-offset-two-fifths{margin-left:40%}.columns.is-mobile>.column.is-offset-three-fifths{margin-left:60%}.columns.is-mobile>.column.is-offset-four-fifths{margin-left:80%}.columns.is-mobile>.column.is-0{-webkit-box-flex:0;-ms-flex:none;flex:none;width:0%}.columns.is-mobile>.column.is-offset-0{margin-left:0}.columns.is-mobile>.column.is-1{-webkit-box-flex:0;-ms-flex:none;flex:none;width:8.33333%}.columns.is-mobile>.column.is-offset-1{margin-left:8.33333%}.columns.is-mobile>.column.is-2{-webkit-box-flex:0;-ms-flex:none;flex:none;width:16.66667%}.columns.is-mobile>.column.is-offset-2{margin-left:16.66667%}.columns.is-mobile>.column.is-3{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.columns.is-mobile>.column.is-offset-3{margin-left:25%}.columns.is-mobile>.column.is-4{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.33333%}.columns.is-mobile>.column.is-offset-4{margin-left:33.33333%}.columns.is-mobile>.column.is-5{-webkit-box-flex:0;-ms-flex:none;flex:none;width:41.66667%}.columns.is-mobile>.column.is-offset-5{margin-left:41.66667%}.columns.is-mobile>.column.is-6{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.columns.is-mobile>.column.is-offset-6{margin-left:50%}.columns.is-mobile>.column.is-7{-webkit-box-flex:0;-ms-flex:none;flex:none;width:58.33333%}.columns.is-mobile>.column.is-offset-7{margin-left:58.33333%}.columns.is-mobile>.column.is-8{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.66667%}.columns.is-mobile>.column.is-offset-8{margin-left:66.66667%}.columns.is-mobile>.column.is-9{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.columns.is-mobile>.column.is-offset-9{margin-left:75%}.columns.is-mobile>.column.is-10{-webkit-box-flex:0;-ms-flex:none;flex:none;width:83.33333%}.columns.is-mobile>.column.is-offset-10{margin-left:83.33333%}.columns.is-mobile>.column.is-11{-webkit-box-flex:0;-ms-flex:none;flex:none;width:91.66667%}.columns.is-mobile>.column.is-offset-11{margin-left:91.66667%}.columns.is-mobile>.column.is-12{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.columns.is-mobile>.column.is-offset-12{margin-left:100%}@media screen and (max-width:768px){.column.is-narrow-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:unset}.column.is-full-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-three-quarters-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666%}.column.is-half-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-one-third-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-mobile{margin-left:75%}.column.is-offset-two-thirds-mobile{margin-left:66.6666%}.column.is-offset-half-mobile{margin-left:50%}.column.is-offset-one-third-mobile{margin-left:33.3333%}.column.is-offset-one-quarter-mobile{margin-left:25%}.column.is-offset-one-fifth-mobile{margin-left:20%}.column.is-offset-two-fifths-mobile{margin-left:40%}.column.is-offset-three-fifths-mobile{margin-left:60%}.column.is-offset-four-fifths-mobile{margin-left:80%}.column.is-0-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:0%}.column.is-offset-0-mobile{margin-left:0}.column.is-1-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-mobile{margin-left:8.33333%}.column.is-2-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-mobile{margin-left:16.66667%}.column.is-3-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-offset-3-mobile{margin-left:25%}.column.is-4-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-mobile{margin-left:33.33333%}.column.is-5-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-mobile{margin-left:41.66667%}.column.is-6-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-offset-6-mobile{margin-left:50%}.column.is-7-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-mobile{margin-left:58.33333%}.column.is-8-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-mobile{margin-left:66.66667%}.column.is-9-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-offset-9-mobile{margin-left:75%}.column.is-10-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-mobile{margin-left:83.33333%}.column.is-11-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-mobile{margin-left:91.66667%}.column.is-12-mobile{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-offset-12-mobile{margin-left:100%}}@media screen and (min-width:769px),print{.column.is-narrow,.column.is-narrow-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:unset}.column.is-full,.column.is-full-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-three-quarters,.column.is-three-quarters-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-two-thirds,.column.is-two-thirds-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666%}.column.is-half,.column.is-half-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-one-third,.column.is-one-third-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter,.column.is-one-quarter-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-one-fifth,.column.is-one-fifth-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.column.is-two-fifths,.column.is-two-fifths-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.column.is-three-fifths,.column.is-three-fifths-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:60%}.column.is-four-fifths,.column.is-four-fifths-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters,.column.is-offset-three-quarters-tablet{margin-left:75%}.column.is-offset-two-thirds,.column.is-offset-two-thirds-tablet{margin-left:66.6666%}.column.is-offset-half,.column.is-offset-half-tablet{margin-left:50%}.column.is-offset-one-third,.column.is-offset-one-third-tablet{margin-left:33.3333%}.column.is-offset-one-quarter,.column.is-offset-one-quarter-tablet{margin-left:25%}.column.is-offset-one-fifth,.column.is-offset-one-fifth-tablet{margin-left:20%}.column.is-offset-two-fifths,.column.is-offset-two-fifths-tablet{margin-left:40%}.column.is-offset-three-fifths,.column.is-offset-three-fifths-tablet{margin-left:60%}.column.is-offset-four-fifths,.column.is-offset-four-fifths-tablet{margin-left:80%}.column.is-0,.column.is-0-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:0%}.column.is-offset-0,.column.is-offset-0-tablet{margin-left:0}.column.is-1,.column.is-1-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1,.column.is-offset-1-tablet{margin-left:8.33333%}.column.is-2,.column.is-2-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2,.column.is-offset-2-tablet{margin-left:16.66667%}.column.is-3,.column.is-3-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-offset-3,.column.is-offset-3-tablet{margin-left:25%}.column.is-4,.column.is-4-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4,.column.is-offset-4-tablet{margin-left:33.33333%}.column.is-5,.column.is-5-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5,.column.is-offset-5-tablet{margin-left:41.66667%}.column.is-6,.column.is-6-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-offset-6,.column.is-offset-6-tablet{margin-left:50%}.column.is-7,.column.is-7-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7,.column.is-offset-7-tablet{margin-left:58.33333%}.column.is-8,.column.is-8-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8,.column.is-offset-8-tablet{margin-left:66.66667%}.column.is-9,.column.is-9-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-offset-9,.column.is-offset-9-tablet{margin-left:75%}.column.is-10,.column.is-10-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10,.column.is-offset-10-tablet{margin-left:83.33333%}.column.is-11,.column.is-11-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11,.column.is-offset-11-tablet{margin-left:91.66667%}.column.is-12,.column.is-12-tablet{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-offset-12,.column.is-offset-12-tablet{margin-left:100%}}@media screen and (max-width:1023px){.column.is-narrow-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:unset}.column.is-full-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-three-quarters-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666%}.column.is-half-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-one-third-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-touch{margin-left:75%}.column.is-offset-two-thirds-touch{margin-left:66.6666%}.column.is-offset-half-touch{margin-left:50%}.column.is-offset-one-third-touch{margin-left:33.3333%}.column.is-offset-one-quarter-touch{margin-left:25%}.column.is-offset-one-fifth-touch{margin-left:20%}.column.is-offset-two-fifths-touch{margin-left:40%}.column.is-offset-three-fifths-touch{margin-left:60%}.column.is-offset-four-fifths-touch{margin-left:80%}.column.is-0-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:0%}.column.is-offset-0-touch{margin-left:0}.column.is-1-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-touch{margin-left:8.33333%}.column.is-2-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-touch{margin-left:16.66667%}.column.is-3-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-offset-3-touch{margin-left:25%}.column.is-4-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-touch{margin-left:33.33333%}.column.is-5-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-touch{margin-left:41.66667%}.column.is-6-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-offset-6-touch{margin-left:50%}.column.is-7-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-touch{margin-left:58.33333%}.column.is-8-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-touch{margin-left:66.66667%}.column.is-9-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-offset-9-touch{margin-left:75%}.column.is-10-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-touch{margin-left:83.33333%}.column.is-11-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-touch{margin-left:91.66667%}.column.is-12-touch{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-offset-12-touch{margin-left:100%}}@media screen and (min-width:1024px){.column.is-narrow-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:unset}.column.is-full-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-three-quarters-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666%}.column.is-half-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-one-third-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-desktop{margin-left:75%}.column.is-offset-two-thirds-desktop{margin-left:66.6666%}.column.is-offset-half-desktop{margin-left:50%}.column.is-offset-one-third-desktop{margin-left:33.3333%}.column.is-offset-one-quarter-desktop{margin-left:25%}.column.is-offset-one-fifth-desktop{margin-left:20%}.column.is-offset-two-fifths-desktop{margin-left:40%}.column.is-offset-three-fifths-desktop{margin-left:60%}.column.is-offset-four-fifths-desktop{margin-left:80%}.column.is-0-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:0%}.column.is-offset-0-desktop{margin-left:0}.column.is-1-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-desktop{margin-left:8.33333%}.column.is-2-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-desktop{margin-left:16.66667%}.column.is-3-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-offset-3-desktop{margin-left:25%}.column.is-4-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-desktop{margin-left:33.33333%}.column.is-5-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-desktop{margin-left:41.66667%}.column.is-6-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-offset-6-desktop{margin-left:50%}.column.is-7-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-desktop{margin-left:58.33333%}.column.is-8-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-desktop{margin-left:66.66667%}.column.is-9-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-offset-9-desktop{margin-left:75%}.column.is-10-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-desktop{margin-left:83.33333%}.column.is-11-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-desktop{margin-left:91.66667%}.column.is-12-desktop{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-offset-12-desktop{margin-left:100%}}@media screen and (min-width:1216px){.column.is-narrow-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:unset}.column.is-full-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-three-quarters-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666%}.column.is-half-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-one-third-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-widescreen{margin-left:75%}.column.is-offset-two-thirds-widescreen{margin-left:66.6666%}.column.is-offset-half-widescreen{margin-left:50%}.column.is-offset-one-third-widescreen{margin-left:33.3333%}.column.is-offset-one-quarter-widescreen{margin-left:25%}.column.is-offset-one-fifth-widescreen{margin-left:20%}.column.is-offset-two-fifths-widescreen{margin-left:40%}.column.is-offset-three-fifths-widescreen{margin-left:60%}.column.is-offset-four-fifths-widescreen{margin-left:80%}.column.is-0-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:0%}.column.is-offset-0-widescreen{margin-left:0}.column.is-1-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-widescreen{margin-left:8.33333%}.column.is-2-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-widescreen{margin-left:16.66667%}.column.is-3-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-offset-3-widescreen{margin-left:25%}.column.is-4-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-widescreen{margin-left:33.33333%}.column.is-5-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-widescreen{margin-left:41.66667%}.column.is-6-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-offset-6-widescreen{margin-left:50%}.column.is-7-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-widescreen{margin-left:58.33333%}.column.is-8-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-widescreen{margin-left:66.66667%}.column.is-9-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-offset-9-widescreen{margin-left:75%}.column.is-10-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-widescreen{margin-left:83.33333%}.column.is-11-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-widescreen{margin-left:91.66667%}.column.is-12-widescreen{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-offset-12-widescreen{margin-left:100%}}@media screen and (min-width:1408px){.column.is-narrow-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:unset}.column.is-full-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-three-quarters-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-two-thirds-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.6666%}.column.is-half-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-one-third-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.3333%}.column.is-one-quarter-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-one-fifth-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:20%}.column.is-two-fifths-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:40%}.column.is-three-fifths-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:60%}.column.is-four-fifths-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:80%}.column.is-offset-three-quarters-fullhd{margin-left:75%}.column.is-offset-two-thirds-fullhd{margin-left:66.6666%}.column.is-offset-half-fullhd{margin-left:50%}.column.is-offset-one-third-fullhd{margin-left:33.3333%}.column.is-offset-one-quarter-fullhd{margin-left:25%}.column.is-offset-one-fifth-fullhd{margin-left:20%}.column.is-offset-two-fifths-fullhd{margin-left:40%}.column.is-offset-three-fifths-fullhd{margin-left:60%}.column.is-offset-four-fifths-fullhd{margin-left:80%}.column.is-0-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:0%}.column.is-offset-0-fullhd{margin-left:0}.column.is-1-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:8.33333%}.column.is-offset-1-fullhd{margin-left:8.33333%}.column.is-2-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:16.66667%}.column.is-offset-2-fullhd{margin-left:16.66667%}.column.is-3-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:25%}.column.is-offset-3-fullhd{margin-left:25%}.column.is-4-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:33.33333%}.column.is-offset-4-fullhd{margin-left:33.33333%}.column.is-5-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:41.66667%}.column.is-offset-5-fullhd{margin-left:41.66667%}.column.is-6-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:50%}.column.is-offset-6-fullhd{margin-left:50%}.column.is-7-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:58.33333%}.column.is-offset-7-fullhd{margin-left:58.33333%}.column.is-8-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:66.66667%}.column.is-offset-8-fullhd{margin-left:66.66667%}.column.is-9-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:75%}.column.is-offset-9-fullhd{margin-left:75%}.column.is-10-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:83.33333%}.column.is-offset-10-fullhd{margin-left:83.33333%}.column.is-11-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:91.66667%}.column.is-offset-11-fullhd{margin-left:91.66667%}.column.is-12-fullhd{-webkit-box-flex:0;-ms-flex:none;flex:none;width:100%}.column.is-offset-12-fullhd{margin-left:100%}}.columns{margin-left:-.75rem;margin-right:-.75rem;margin-top:-.75rem}.columns:last-child{margin-bottom:-.75rem}.columns:not(:last-child){margin-bottom:calc(1.5rem - .75rem)}.columns.is-centered{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.columns.is-gapless{margin-left:0;margin-right:0;margin-top:0}.columns.is-gapless>.column{margin:0;padding:0!important}.columns.is-gapless:not(:last-child){margin-bottom:1.5rem}.columns.is-gapless:last-child{margin-bottom:0}.columns.is-mobile{display:-webkit-box;display:-ms-flexbox;display:flex}.columns.is-multiline{-ms-flex-wrap:wrap;flex-wrap:wrap}.columns.is-vcentered{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:769px),print{.columns:not(.is-desktop){display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width:1024px){.columns.is-desktop{display:-webkit-box;display:-ms-flexbox;display:flex}}.columns.is-variable{--columnGap:0.75rem;margin-left:calc(-1 * var(--columnGap));margin-right:calc(-1 * var(--columnGap))}.columns.is-variable>.column{padding-left:var(--columnGap);padding-right:var(--columnGap)}.columns.is-variable.is-0{--columnGap:0rem}@media screen and (max-width:768px){.columns.is-variable.is-0-mobile{--columnGap:0rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-0-tablet{--columnGap:0rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-0-tablet-only{--columnGap:0rem}}@media screen and (max-width:1023px){.columns.is-variable.is-0-touch{--columnGap:0rem}}@media screen and (min-width:1024px){.columns.is-variable.is-0-desktop{--columnGap:0rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-0-desktop-only{--columnGap:0rem}}@media screen and (min-width:1216px){.columns.is-variable.is-0-widescreen{--columnGap:0rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-0-widescreen-only{--columnGap:0rem}}@media screen and (min-width:1408px){.columns.is-variable.is-0-fullhd{--columnGap:0rem}}.columns.is-variable.is-1{--columnGap:0.25rem}@media screen and (max-width:768px){.columns.is-variable.is-1-mobile{--columnGap:0.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-1-tablet{--columnGap:0.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-1-tablet-only{--columnGap:0.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-1-touch{--columnGap:0.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-1-desktop{--columnGap:0.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-1-desktop-only{--columnGap:0.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-1-widescreen{--columnGap:0.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-1-widescreen-only{--columnGap:0.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-1-fullhd{--columnGap:0.25rem}}.columns.is-variable.is-2{--columnGap:0.5rem}@media screen and (max-width:768px){.columns.is-variable.is-2-mobile{--columnGap:0.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-2-tablet{--columnGap:0.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-2-tablet-only{--columnGap:0.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-2-touch{--columnGap:0.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-2-desktop{--columnGap:0.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-2-desktop-only{--columnGap:0.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-2-widescreen{--columnGap:0.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-2-widescreen-only{--columnGap:0.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-2-fullhd{--columnGap:0.5rem}}.columns.is-variable.is-3{--columnGap:0.75rem}@media screen and (max-width:768px){.columns.is-variable.is-3-mobile{--columnGap:0.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-3-tablet{--columnGap:0.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-3-tablet-only{--columnGap:0.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-3-touch{--columnGap:0.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-3-desktop{--columnGap:0.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-3-desktop-only{--columnGap:0.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-3-widescreen{--columnGap:0.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-3-widescreen-only{--columnGap:0.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-3-fullhd{--columnGap:0.75rem}}.columns.is-variable.is-4{--columnGap:1rem}@media screen and (max-width:768px){.columns.is-variable.is-4-mobile{--columnGap:1rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-4-tablet{--columnGap:1rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-4-tablet-only{--columnGap:1rem}}@media screen and (max-width:1023px){.columns.is-variable.is-4-touch{--columnGap:1rem}}@media screen and (min-width:1024px){.columns.is-variable.is-4-desktop{--columnGap:1rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-4-desktop-only{--columnGap:1rem}}@media screen and (min-width:1216px){.columns.is-variable.is-4-widescreen{--columnGap:1rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-4-widescreen-only{--columnGap:1rem}}@media screen and (min-width:1408px){.columns.is-variable.is-4-fullhd{--columnGap:1rem}}.columns.is-variable.is-5{--columnGap:1.25rem}@media screen and (max-width:768px){.columns.is-variable.is-5-mobile{--columnGap:1.25rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-5-tablet{--columnGap:1.25rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-5-tablet-only{--columnGap:1.25rem}}@media screen and (max-width:1023px){.columns.is-variable.is-5-touch{--columnGap:1.25rem}}@media screen and (min-width:1024px){.columns.is-variable.is-5-desktop{--columnGap:1.25rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-5-desktop-only{--columnGap:1.25rem}}@media screen and (min-width:1216px){.columns.is-variable.is-5-widescreen{--columnGap:1.25rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-5-widescreen-only{--columnGap:1.25rem}}@media screen and (min-width:1408px){.columns.is-variable.is-5-fullhd{--columnGap:1.25rem}}.columns.is-variable.is-6{--columnGap:1.5rem}@media screen and (max-width:768px){.columns.is-variable.is-6-mobile{--columnGap:1.5rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-6-tablet{--columnGap:1.5rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-6-tablet-only{--columnGap:1.5rem}}@media screen and (max-width:1023px){.columns.is-variable.is-6-touch{--columnGap:1.5rem}}@media screen and (min-width:1024px){.columns.is-variable.is-6-desktop{--columnGap:1.5rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-6-desktop-only{--columnGap:1.5rem}}@media screen and (min-width:1216px){.columns.is-variable.is-6-widescreen{--columnGap:1.5rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-6-widescreen-only{--columnGap:1.5rem}}@media screen and (min-width:1408px){.columns.is-variable.is-6-fullhd{--columnGap:1.5rem}}.columns.is-variable.is-7{--columnGap:1.75rem}@media screen and (max-width:768px){.columns.is-variable.is-7-mobile{--columnGap:1.75rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-7-tablet{--columnGap:1.75rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-7-tablet-only{--columnGap:1.75rem}}@media screen and (max-width:1023px){.columns.is-variable.is-7-touch{--columnGap:1.75rem}}@media screen and (min-width:1024px){.columns.is-variable.is-7-desktop{--columnGap:1.75rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-7-desktop-only{--columnGap:1.75rem}}@media screen and (min-width:1216px){.columns.is-variable.is-7-widescreen{--columnGap:1.75rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-7-widescreen-only{--columnGap:1.75rem}}@media screen and (min-width:1408px){.columns.is-variable.is-7-fullhd{--columnGap:1.75rem}}.columns.is-variable.is-8{--columnGap:2rem}@media screen and (max-width:768px){.columns.is-variable.is-8-mobile{--columnGap:2rem}}@media screen and (min-width:769px),print{.columns.is-variable.is-8-tablet{--columnGap:2rem}}@media screen and (min-width:769px) and (max-width:1023px){.columns.is-variable.is-8-tablet-only{--columnGap:2rem}}@media screen and (max-width:1023px){.columns.is-variable.is-8-touch{--columnGap:2rem}}@media screen and (min-width:1024px){.columns.is-variable.is-8-desktop{--columnGap:2rem}}@media screen and (min-width:1024px) and (max-width:1215px){.columns.is-variable.is-8-desktop-only{--columnGap:2rem}}@media screen and (min-width:1216px){.columns.is-variable.is-8-widescreen{--columnGap:2rem}}@media screen and (min-width:1216px) and (max-width:1407px){.columns.is-variable.is-8-widescreen-only{--columnGap:2rem}}@media screen and (min-width:1408px){.columns.is-variable.is-8-fullhd{--columnGap:2rem}}.is-flex-direction-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.is-flex-direction-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.is-flex-direction-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.is-flex-direction-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.is-flex-wrap-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.is-flex-wrap-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.is-flex-wrap-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.is-justify-content-flex-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.is-justify-content-flex-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.is-justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.is-justify-content-space-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.is-justify-content-space-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.is-justify-content-space-evenly{-webkit-box-pack:space-evenly!important;-ms-flex-pack:space-evenly!important;justify-content:space-evenly!important}.is-justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:start!important}.is-justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:end!important}.is-justify-content-left{-webkit-box-pack:left!important;-ms-flex-pack:left!important;justify-content:left!important}.is-justify-content-right{-webkit-box-pack:right!important;-ms-flex-pack:right!important;justify-content:right!important}.is-align-content-flex-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.is-align-content-flex-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.is-align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.is-align-content-space-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.is-align-content-space-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.is-align-content-space-evenly{-ms-flex-line-pack:space-evenly!important;align-content:space-evenly!important}.is-align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.is-align-content-start{-ms-flex-line-pack:start!important;align-content:start!important}.is-align-content-end{-ms-flex-line-pack:end!important;align-content:end!important}.is-align-content-baseline{-ms-flex-line-pack:baseline!important;align-content:baseline!important}.is-align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.is-align-items-flex-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.is-align-items-flex-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.is-align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.is-align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.is-align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:start!important}.is-align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:end!important}.is-align-items-self-start{-webkit-box-align:self-start!important;-ms-flex-align:self-start!important;align-items:self-start!important}.is-align-items-self-end{-webkit-box-align:self-end!important;-ms-flex-align:self-end!important;align-items:self-end!important}.is-align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.is-align-self-flex-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.is-align-self-flex-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.is-align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.is-align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.is-align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}.is-flex-grow-0{-webkit-box-flex:0!important;-ms-flex-positive:0!important;flex-grow:0!important}.is-flex-grow-1{-webkit-box-flex:1!important;-ms-flex-positive:1!important;flex-grow:1!important}.is-flex-grow-2{-webkit-box-flex:2!important;-ms-flex-positive:2!important;flex-grow:2!important}.is-flex-grow-3{-webkit-box-flex:3!important;-ms-flex-positive:3!important;flex-grow:3!important}.is-flex-grow-4{-webkit-box-flex:4!important;-ms-flex-positive:4!important;flex-grow:4!important}.is-flex-grow-5{-webkit-box-flex:5!important;-ms-flex-positive:5!important;flex-grow:5!important}.is-flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.is-flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.is-flex-shrink-2{-ms-flex-negative:2!important;flex-shrink:2!important}.is-flex-shrink-3{-ms-flex-negative:3!important;flex-shrink:3!important}.is-flex-shrink-4{-ms-flex-negative:4!important;flex-shrink:4!important}.is-flex-shrink-5{-ms-flex-negative:5!important;flex-shrink:5!important}
/*# sourceMappingURL=style.css.map */
