/**
 * Swiper 11.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 28, 2024
 */
 :root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}

 :root {
    --header-lg: 5rem;    
 
    --white:#FFFFFF;
    --black:#000000;
    --body:#F5EFE6;
    
    --border-radius: 1.25rem;
 
    --rubik: 'Rubik', 'Helvetica', 'Arial', sans-serif;
    --peachy-keen-jf: 'peachy-keen-jf', 'Helvetica', 'Arial', sans-serif;

    --azzurro: rgba(0, 159, 227, 1);
    --rosso:rgba(227, 6, 19, 1);
    --rosa:#FF595A;
    --giallo:#FECD0D;
    --blu:#1B3B72;
    --azzurro:#009FE3;
    --verde:#83BF00;

    --link:#007BC3;

    --box-shadow:3px 4px 0px 0px #E6E6E6;


     --rainbow-gradient:linear-gradient(90deg, #00B2E3 0%, #93D500 28%,#FFCD00 75%,#E30613 100%);

 }
 
 /* - GENERIC FONT FAMILY - */
 
 html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
     font-family: var(--rubik);
 }
 
 h1, h2, h3, h4, h5, h6 {
     font-family: var(--rubik);
     margin-bottom: 0 !important
 }
 
 html body {
     width: 100%;
     margin: 0 auto;
     color: var(--black);
     font-size: 16px;
     /* background-color:var(--body); */
 }

 /* @media ( max-width: 1800.1px ) {
     html body .container {
        width: 100%;
        max-width: 100%;
        padding-left: 4rem;
        padding-right: 4rem;
     }
 } */

 @media ( max-width: 992px ) {
    html body .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
 }
     
@media ( max-width: 400px ) {
    html {
        font-size: 14px;
    }
 }
@media ( max-width: 360px ) {
    html {
        font-size: 12px;
    }
 }
 
 /* - Colored text - */
 .white-text, .white-text * { color:var(--white) }
 .black-text, .black-text * { color:var(--black) }
 .main-text, .main-text * { color:var(--main) }
 .blue-text, .blue-text * { color:var(--blue) }
 .red-text, .red-text * { color:var(--red) }
 
 .rosa-text, .rosa-text * { color:var(--rosa) }
 .azzurro-text, .azzurro-text * { color:var(--azzurro) }
 .giallo-text, .giallo-text * { color:var(--giallo) }
 .blu-text, .blu-text * { color:var(--blu) }
 .rosso-text, .rosso-text * { color:var(--rosso) }
 .verde-text, .verde-text * { color:var(--verde) }
 
 /* - Colored backgrounds - */
 .black-bcg { background-color: var(--black) }
 .white-bcg { background-color: var(--white) }
 .main-bcg { background-color: var(--main) }
 .secondary-bcg { background-color: var(--secondary) }

 .blu-bcg { background-color: var(--blu); }
 .giallo-bcg { background-color: var(--giallo); }
 .rosa-bcg { background-color: var(--rosa); }
 .azzurro-bcg { background-color: var(--azzurro); }
 .verde-bcg { background-color: var(--verde); }
 .rosso-bcg { background-color: var(--rosso); }
 .body-bcg { background-color: var(--body); }
 
 .pattern-bcg {
    background-repeat: repeat;
    background-size: 48rem;
 }
 .profile-generic-bcg { background-image: url('../img/bcg/pattern_neutro.svg'); }
 .bianco-bcg { background-image: url('../img/bcg/pattern_bianco.svg'); }
 .rosso-pattern { background-image: url('../img/bcg/pattern_rosso.svg'); }
 .blu-pattern { background-image: url('../img/bcg/pattern_blu.svg'); }
 .giallo-pattern { background-image: url('../img/bcg/pattern_giallo.svg'); }
 .verde-pattern { background-image: url('../img/bcg/pattern_verde.svg'); }
 .azzurro-pattern { background-image: url('../img/bcg/pattern_azzurro.svg'); }
 .rosa-pattern { background-image: url('../img/bcg/pattern_rosa.svg'); }
 
 /* - Uppercase, lowercase, centered text, right text, font weights- */
 
 .no-uppercase, .no-uppercase * { text-transform: none !important }
 .all-uppercase, .all-uppercase * { text-transform: uppercase !important }
 .all-lowercase, .all-lowercase * { text-transform: lowercase !important }
 .centered-text, .centered-text * { text-align: center !important }
 .right-text, .right-text * { text-align: right !important; float: right !important }
 
 .font-4,
 .font-4 > * { font-weight: 400 }
 .font-5,
 .font-5 > * { font-weight: 500 }
 .font-6,
 .font-6 > * { font-weight: 600 }
 .font-7,
 .font-7 > * { font-weight: 700 }
 .font-9,
 .font-9 > * { font-weight: 900 }
 .font-u,
 .font-u > * { text-decoration: underline }
 .font-i,
 .font-i > * { font-style: italic; }
 .cap-text,
 .cap-text > * { text-transform: capitalize }
 
 .poppins, .poppins * { font-family: var(--rubik) }
 .noto, .noto * { font-family: var(--rubik) }
 .yanone, .yanone * { font-family: var(--rubik) }
 .made-tommy-soft, .made-tommy-soft * { font-family: var(--rubik) }
 .rubik, .rubik * { font-family: var(--rubik) }
 .peachy-keen-jf, .peachy-keen-jf * { font-family: var(--peachy-keen-jf) }
 
 
 .title-075, .title-075 * {
     font-size: .75rem;
     line-height: 1em;
 }
 .title-09, .title-09 * {
     font-size: .9rem;
     line-height: 1em;
 }
 .title-p, .title-p * {
     font-size: 1rem;
     line-height: 1em;
 }
 .title-11, .title-11 * {
     font-size: 1.1rem;
     line-height: 1em;
 }
 .title-125, .title-125 * {
     font-size: 1.25rem;
     line-height: 1em;
 }
 .title-15, .title-15 * {
     font-size: 1.5rem;
     line-height: 1em;
 }
 .title-2, .title-2 * {
     font-size: 2rem;
     line-height: 1em;
 }
 .title-25, .title-25 * {
     font-size: 2.5rem;
     line-height: 1em;
 }
 .title-3, .title-3 * {
     font-size: 3rem;
     line-height: 1em;
 }
 .title-35, .title-35 * {
     font-size: 3.5rem;
     line-height: 1em;
 }
 .title-4, .title-4 * {
     font-size: 4rem;
     line-height: 1em;
 }
 .title-45, .title-45 * {
     font-size: 4.5rem;
     line-height: 1em;
 }
 .title-5, .title-5 * {
     font-size: 5rem;
     line-height: 1em;
 }
 .title-6, .title-6 * {
     font-size: 6rem;
     line-height: 1em;
 }

 @media ( min-width: 768px ) {
    .title-md-p, .title-md-p * {
        font-size: 1rem;
        line-height: 1em;
    }
    .title-md-11, .title-md-11 * {
        font-size: 1.1rem;
        line-height: 1em;
    }
    .title-md-125, .title-md-125 * {
        font-size: 1.25rem;
        line-height: 1em;
    }
    .title-md-15, .title-md-15 * {
        font-size: 1.5rem;
        line-height: 1em;
    }
    .title-md-2, .title-md-2 * {
        font-size: 2rem;
        line-height: 1em;
    }
    .title-md-25, .title-md-25 * {
        font-size: 2.5rem;
        line-height: 1em;
    }
    .title-md-3, .title-md-3 * {
        font-size: 3rem;
        line-height: 1em;
    }
    .title-md-35, .title-md-35 * {
        font-size: 3.5rem;
        line-height: 1em;
    }
    .title-md-4, .title-md-4 * {
        font-size: 4rem;
        line-height: 1em;
    }
    .title-md-45, .title-md-45 * {
        font-size: 4.5rem;
        line-height: 1em;
    }
    .title-md-5, .title-md-5 * {
        font-size: 5rem;
        line-height: 1em;
    }
    .title-md-6, .title-md-6 * {
        font-size: 6rem;
        line-height: 1em;
    }
}
@media ( min-width: 992px ) {
    .title-lg-p, .title-lg-p * {
        font-size: 1rem;
        line-height: 1em;
    }
    .title-lg-11, .title-lg-11 * {
        font-size: 1.1rem;
        line-height: 1em;
    }
    .title-lg-125, .title-lg-125 * {
        font-size: 1.25rem;
        line-height: 1em;
    }
    .title-lg-15, .title-lg-15 * {
        font-size: 1.5rem;
        line-height: 1em;
    }
    .title-lg-2, .title-lg-2 * {
        font-size: 2rem;
        line-height: 1em;
    }
    .title-lg-25, .title-lg-25 * {
        font-size: 2.5rem;
        line-height: 1em;
    }
    .title-lg-3, .title-lg-3 * {
        font-size: 3rem;
        line-height: 1em;
    }
    .title-lg-35, .title-lg-35 * {
        font-size: 3.5rem;
        line-height: 1em;
    }
    .title-lg-4, .title-lg-4 * {
        font-size: 4rem;
        line-height: 1em;
    }
    .title-lg-45, .title-lg-45 * {
        font-size: 4.5rem;
        line-height: 1em;
    }
    .title-lg-5, .title-lg-5 * {
        font-size: 5rem;
        line-height: 1em;
    }
    .title-lg-6, .title-lg-6 * {
        font-size: 6rem;
        line-height: 1em;
    }
}
 
 button, input:not([type="submit"], [type="file"]), optgroup, select, textarea {
     width: 100%;
     padding: .75rem;
     /* border: none; */
     border: 1px solid var(--black);
     border-radius: 1rem;
     margin-top: 0.25rem;
     border: 1px solid var(--Neutrals-200, #CCC);
    background: var(--Neutrals-50, #F7F7F7);
 }
 input[type="submit"][disabled],
 input.disabled {
    opacity: 0.5;
    pointer-events: none;
 }
 body.body-scontrino select {
    padding: 1rem;
 }
 input[type="checkbox"],
 input[type="radio"] {
     display: none;
 }
 input[type="checkbox"] ~ label,
 input[type="radio"] ~ label {
     display: flex;
     align-items: flex-start;
 }
 input[type="checkbox"] ~ label::before,
 input[type="radio"] ~ label::before {
     content: ' ';
     width: 1rem;
     flex: 0 0 1rem;
     height: 1rem;
     border: 1px var(--azzurro) solid;
     margin-right: .5rem;
 }
 input[type="checkbox"]:focus ~ label::before,
 input[type="radio"]:focus ~ label::before,
 input[type="checkbox"]:focus-visible ~ label::before,
 input[type="radio"]:focus-visible ~ label::before {
    border-width: 2px;
 }
 input[type="checkbox"]:checked ~ label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L5.4 11L12 1' stroke='%233AABE2' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
 }
 input[type="radio"]:checked ~ label::before {
     /* background-color: var(--azzurro); 
     background-clip: content-box; */
     padding: 2px;
 }
 /* input[type="radio"] ~ label::before {
     border-radius: 50%;
 } */
 .consents .mandatory-field,
 .consents .consents-input-col { display: none; }
 .consents input[type="checkbox"] {
    display: block;
    width: auto;
    opacity: 0;
    position: absolute;
    top: 0;
 }
 .consents-input-col input { width: 100% !important;}
 select {
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    -webkit-appearance: none;
}
body.body-scontrino select {
    -webkit-appearance: auto;
}
input[type="date"] {
     -webkit-appearance: none;
 }
 select[name="private-area"] {
    padding-top: 0.5rem;
 }
 .input--placeholder {
     position: relative;
 }
 .input--placeholder p {
     position: absolute;
     left: 1rem;
     top: 50%;
     transform: translate(0, -50%);
     opacity: .5;
     pointer-events: none;
     transition: all 250ms ease;
 }
 .input--placeholder.focused p,
 .input--placeholder.focused--always p {
     font-size: .7rem;
     top: 33%;
 }
 .input--placeholder.textarea p {
     transform: translate(0, -1rem);
 }
 
 
 .lh-125, .lh-125 * { line-height: 1.25em; }
 .lh-15, .lh-15 * { line-height: 1.5em; }
 .ls-2 { letter-spacing: 2px; }
 
 /* - Titles, text, inline elements - */
 h1, h2, h3, h4, h5, h6 { margin-bottom: 0; }
 
 a,
 a:hover { color: var(--black); }
 a.link,
 a.link:hover {
    color: var(--link);
}
 
 .main-text a,
 .main-text a:hover { color: var(--main) }

 .border-radius { border-radius: var(--border-radius); }
 
 strong,
 strong a,
 b,
 b a {
     font-size: inherit;
     font-weight: 700 !important;
 }
 .white-text strong,
 .white-text strong a,
 .white-text b,
 .white-text b a {
     color: var(--white) !important;
 }
 
 /* --- GENERIC --- */
 
 /* - Images - */
 
 img, a img {
     display: block;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
     width: 100%;
     height: auto;
 }
 
 /* - Hidden elements - */
 .hidden-element { display: none !important }
 .hidden-title {
     display: none;
     position: fixed;
     top: -300px;
     left: -300px;
 }
 
 /* - Selection - */
 ::-moz-selection {
     background-color:var(--black);
     color:var(--white);
 }
 
 ::selection {
     background-color:var(--black);
     color:var(--white);
 }
 
 /* - Buttons - 
 TODO RIPULIRE
 */
 
 button.submit,
 input[type="submit"],
 body div .btn {
     /* min-width: 200px; */
     position: relative;
     font-size: inherit;
     line-height: inherit;
     text-align: center;
     /* 
     Choose:
     width: auto;
     padding: 0; */
     display: inline-flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
     text-decoration: none;
     background-image: var(--rainbow-gradient);
     border-radius: 6rem;
     width: auto;
     min-width: auto !important;
     padding: .75rem 1rem .7rem;
     transition: all 250ms ease, outline 0ms linear;
     font-weight: 500;
     border: none;
     line-height: 2;
     min-width: 24rem;
     font-size: 1.5rem;

 }
 button.submit,
 input[type="submit"] {
    /* background-color: var(--rosso); */
    background-color:#E30613;
    color: var(--white);
    padding: .5rem 5rem !important;
    font-size: 1rem;
    background-image: none;
 }
 input[type="submit"] {
    padding-top: 1rem;
    padding-bottom: 1rem;
 }
  input[type="submit"]:hover {
    background-color:#C00D0E;
  }
 .outer-submit {
    position: relative;
 }
 .outer-submit span {
     background-image: var(--rainbow-gradient);
     position: absolute;
     top: 0;
     left: 0;
     border-radius: 5rem;
     width: 100%;
     height: 100%;
     transform: translate(0, 1px);
     z-index: 1;
    }
.outer-submit input[type="submit"] {
    transform: translate(0, -1px);
    position: relative;
    z-index: 5;

}
.outer-submit input[type="submit"][disabled],
.outer-submit input[type="submit"][disabled] ~ span {
    opacity: 1;
}
.submit-to-btn {
    position: relative;
}
.submit-to-btn input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0 !important;
    z-index: 5;
}
.submit-to-btn a iframe {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
}
.submit-to-btn input[disabled] ~ .btn {
    opacity: .5;

    position: relative;
    z-index: 1;
}
.submit-to-btn input ~ .btn {
    pointer-events: none;
}
 @media (max-width: 1279px) {
    button.submit,
    input[type="submit"],
    body div .btn { 
        min-width: auto;
    }
 }
@media ( max-width: 992px ) {
    button.submit,
    input[type="submit"],
    body div .btn {
        /* font-size: 1.5rem; */
        white-space: normal;
        /* line-height: 1.3; */
    }
}

 body div .btn.rainbow-border-btn,
 body div .btn.black-border-btn,
 body div .btn.gray-border-btn,
 body div .btn.red-border-btn {
     position: relative;
}
body div .btn.red-border-btn {
    background-color:#90040C !important;
    /* background-color: var(--rosso) !important; */
    background-image: none;
}
body div .btn.black-border-btn {
    /* background-color: var(--black) !important; */
    background-image: none;
}
body div .btn.gray-border-btn {
    /* background-color: #717171 !important; */
    background-image: none;
}
body div .btn::after {
    content: ' ';
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 100%;
    /* top: 4px;
    left: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px); */
    border-radius: 5rem;
    z-index: 2;
    background-color:#E30613;
    /* background-color: var(--rosso); */
    transition: all 250ms ease, outline 0ms linear;
}

/* body div .btn.black-border-btn::after {
    background-color: var(--white);
}
body div .btn.black-border-btn span {
    color: var(--black);
} */

body div .btn.rainbow-border-btn::after,
body div .btn.black-border-btn::after,
body div .btn.gray-border-btn::after,
body div .btn.red-border-btn::after {
    content: none
}

body div .btn.black-border-btn {
    border: 1px var(--black) solid;
}
body div .btn.gray-border-btn {
    border: 1px #ccc solid;
}
body div .btn.black-border-btn span,
body div .btn.gray-border-btn span {
    color: var(--black);
}
.consents-input-col input[data-redirect="profilo"]:hover,
body div .btn.black-border-btn:hover,
body div .btn.gray-border-btn:hover, 
body div input.black-border-btn:hover,
body div input.gray-border-btn:hover {
    background-color:#F7F7F7;
}
body div .btn.black-border-btn:active,
body div .btn.gray-border-btn:active {
    outline-offset: 2px;
    outline: 1.5px solid var(--black);
}


body div .btn.white-btn::after {
    background-color: var(--white);
}
/* 
body div .btn.rainbow-border-btn::after,
body div .btn.black-border-btn::after,
body div .btn.gray-border-btn::after,
body div .btn.red-border-btn::after { opacity: 1; }
body div .btn.black-border-btn:hover::after,
body div .btn.gray-border-btn:hover::after,
body div .btn.rainbow-border-btn:hover::after,
body div .btn.red-border-btn:hover::after { opacity: 0; }

body div .btn.gray-border-btn:hover span,
body div .btn.red-border-btn:hover span,
body div .btn.black-border-btn:hover span {
    color: var(--white);
} */

body div .btn.rainbow-border-btn span,
body div .btn.black-border-btn span,
body div .btn.red-border-btn span {
    position: relative;
    z-index: 5;
}

body div .btn.transparent-btn {
    background-color: var(--white);
    background-image: none;
}
body div .btn.transparent-btn span {
    color: var(--black);
}
body div .btn.transparent-btn::after,
body div .btn.transparent-btn:hover::after {
    background-color: var(--white);
}

body div .btn:active::after,
body div .btn.transparent-btn:active::after {
    outline-offset: 2px;
    outline: 1.5px solid var(--black);
}

body div .btn span {
     font-family: var(--rubik);
     font-weight: 500;
     font-size: 1rem;
     line-height: 1.5;
     transition: all 250ms ease, outline 0ms linear;;
     position: relative;
     z-index: 10;
     color: var(--white);
     transform: translate(0, -1px);
}

body div .btn.white-btn span {
    color: var(--black);
}

 body div .btn[disabled] {
    opacity: 0.5;
    pointer-events: none;
 }

 body div .btn.red-text span {
     color: var(--red);
 }
 /* body div .btn:hover {
     background-color: var(--blue);
     color: var(--white);
 } */
 /* body div .btn:hover span {
     color: var(--white);
 } */
 body div .btn.btn-auto {
     width: auto;
 }
 body div .btn.main-btn {
     background-color: var(--main);
 }
 body div .btn.main-btn span {
     color: var(--white);
     padding: 0 2rem;
 }
 body div .btn.blue-btn {
     background-color: var(--blue);
 }
 body div .btn.blue-btn span {
     color: var(--white);
     padding: 0 2rem;
 }
 body div .btn.white-btn {
     background-color: var(--white);
     border: 1px var(--blue) solid
 }

 body div .btn:hover::after {
    background-color:#C00D0E;
 }

 body div .btn.white-btn:hover span {
    color: var(--white);
 }

 body div .btn.icon-l {
    padding-left: 2.75rem;
 }
 body div .btn.icon-r {
    padding-right: 2.75rem;
 }
 body div .btn.icon-l.w-100:not(.w-md-auto),
 body div .btn.icon-r.w-100:not(.w-md-auto) {
    padding-left: 0;
    padding-right: 0;
 }
 
 body div .btn.icon-l::before,
 body div .btn.icon-r::before {
    content: ' ';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    right: .75rem;
    top: calc(50% - 1px);
    transform: translate(0, -50%);
 }
 body div .gen--link.icon-l,
 body div .gen--link.icon-r {
    display: inline-flex;
 }
 body div .gen--link.icon-l::before {
    content: ' ';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
 }
 body div .btn.icon-l.w-100:not(.w-md-auto)::before,
 body div .btn.icon-r.w-100:not(.w-md-auto)::before {
    content: none;
 }
 body div .btn.icon-l.w-100:not(.w-md-auto) span::before,
 body div .btn.icon-r.w-100:not(.w-md-auto) span::before {
    content: ' ';
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    z-index: 10;
    pointer-events: none;
    right: -2rem;
    top: calc(50% - 1px);
    transform: translate(0, -50%);
 }

 body div .btn.icon-l::before {
    right: auto;
    left: 0.75rem;
 }
 body div .btn.icon-l.w-100:not(.w-md-auto) span::before {
    right: auto;
    left: -2rem;
 }

body div .btn.icon-r.r-arr-down::before {
     background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7969 16.21L12.7969 8.20996M12.7969 16.21L9.79687 13.21M12.7969 16.21L15.7969 13.21M21.7969 12.21C21.7969 7.23896 17.7679 3.20996 12.7969 3.20996C7.82587 3.20996 3.79687 7.23896 3.79687 12.21C3.79687 17.181 7.82587 21.21 12.7969 21.21C17.7679 21.21 21.7969 17.181 21.7969 12.21Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body div .btn.icon-r.white-btn.r-arr-down:hover::before {
     background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7969 16.21L12.7969 8.20996M12.7969 16.21L9.79687 13.21M12.7969 16.21L15.7969 13.21M21.7969 12.21C21.7969 7.23896 17.7679 3.20996 12.7969 3.20996C7.82587 3.20996 3.79687 7.23896 3.79687 12.21C3.79687 17.181 7.82587 21.21 12.7969 21.21C17.7679 21.21 21.7969 17.181 21.7969 12.21Z' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body div .btn.icon-r.ext-link {
    padding-right: 2.5rem;
}
body div .btn.icon-r.ext-link::before {
    right: 0.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.859 7.0498L7.95898 16.9498' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.9082 7L17.8582 7.049L17.9082 14' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
/* body div .btn.icon-l::before, */
body div .btn.icon-l.upload-icon::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 17.0366V19.0366C4 19.5671 4.21071 20.0758 4.58579 20.4508C4.96086 20.8259 5.46957 21.0366 6 21.0366H18C18.5304 21.0366 19.0391 20.8259 19.4142 20.4508C19.7893 20.0758 20 19.5671 20 19.0366V17.0366M7 9.03662L12 4.03662M12 4.03662L17 9.03662M12 4.03662V16.0366' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body div .btn.icon-l.dl::before,
body div .btn.icon-l.dl span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M4 17.4121V19.4121C4 19.9425 4.21071 20.4512 4.58579 20.8263C4.96086 21.2014 5.46957 21.4121 6 21.4121H18C18.5304 21.4121 19.0391 21.2014 19.4142 20.8263C19.7893 20.4512 20 19.9425 20 19.4121V17.4121M7 11.4121L12 16.4121M12 16.4121L17 11.4121M12 16.4121V4.41211' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
body div .gen--link.icon-l.info-link::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.1253 16.0267C12.1252 16.0958 12.0692 16.1517 12.0002 16.1516C11.9311 16.1516 11.8752 16.0957 11.8752 16.0266C11.8751 15.9576 11.931 15.9016 12 15.9015C12.0333 15.9015 12.0651 15.9147 12.0886 15.9382C12.1121 15.9616 12.1253 15.9935 12.1253 16.0267' stroke='%23007BC3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.68467 9.95971C9.9217 8.93815 10.8521 8.22985 11.8999 8.27334C13.0726 8.20839 14.0779 9.10198 14.1509 10.2742C14.1509 11.7787 12 12.275 12 13.2754M4.62837 17.4354C1.94527 13.6057 2.63478 8.36036 6.21648 5.35416C9.79818 2.34795 15.0836 2.57837 18.3901 5.88487C21.6966 9.19137 21.927 14.4768 18.9208 18.0585C15.9146 21.6402 10.6693 22.3297 6.83956 19.6466L3.99663 20.2783L4.62837 17.4354Z' stroke='%23007BC3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body div .btn.icon-l.dl.white-btn::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 17V19C4 19.5304 4.21071 20.0391 4.58579 20.4142C4.96086 20.7893 5.46957 21 6 21H18C18.5304 21 19.0391 20.7893 19.4142 20.4142C19.7893 20.0391 20 19.5304 20 19V17M7 11L12 16M12 16L17 11M12 16V4' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body div .btn.icon-l.dl.white-btn:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 17V19C4 19.5304 4.21071 20.0391 4.58579 20.4142C4.96086 20.7893 5.46957 21 6 21H18C18.5304 21 19.0391 20.7893 19.4142 20.4142C19.7893 20.0391 20 19.5304 20 19V17M7 11L12 16M12 16L17 11M12 16V4' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
body div .btn.icon-l.gift::before {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.5 16.6826L14.5 12.6826L10.5 8.68262' fill='url(%23pattern0_3047_3248)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.5 0.682617H24.5V24.6826H0.5V0.682617Z' fill='url(%23pattern1_3047_3248)'/%3E%3Cdefs%3E%3Cpattern id='pattern0_3047_3248' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_3047_3248' transform='translate(-0.624629 -0.624629) scale(0.00265243)'/%3E%3C/pattern%3E%3Cpattern id='pattern1_3047_3248' patternContentUnits='objectBoundingBox' width='1' height='1'%3E%3Cuse xlink:href='%23image0_3047_3248' transform='translate(-0.624629 -0.624629) scale(0.00265243)'/%3E%3C/pattern%3E%3Cimage id='image0_3047_3248' width='848' height='848' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA1AAAANQCAYAAAAmG44xAAAAAXNSR0IArs4c6QAAIABJREFUeF7t3dGy3bZyBFD7/z/6po4T5dqy5T3AIdkz4MqrwA1g9UhBl6uS33/zPwQIECBAgAABAgQIECBQEvi9tMoiAgQIECBAgAABAgQIEPhNgTIEBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAAECBAgQIECAAIGigAJVhLKMAAECBAgQIECAAAECCpQZIECAAAECBAgQIECAQFFAgSpCWUaAAAECBAgQIECAAAEFygwQIECAAAECBAgQIECgKKBAFaEsI0CAAAECBAgQIECAgAJlBggQIECAAAECBAgQIFAUUKCKUJYRIECAAAECBAgQIEBAgTIDBAgQIECAAAECBAgQKAooUEUoywgQIECAAAECBAgQIKBAmQECBAgQIECAAAECBAgUBRSoIpRlBAgQIECAAAECBAgQUKDMAAECBAgQIECAAAECBIoCClQRyjICBAgQIECAAAECBAgoUGaAAAECBAgQIECAAAECRQEFqghlGQECBAgQIECAAAECBBQoM0CAAIGmAv/5z3/+c8XRfv/9d//WXwH522+/yeQiSD9DgACBwQL+l+rg8BydAIHzBK56oFdkFKt/V5JFZYqsIUCAwPsEFKj3Ze7GBAg0Enjykf7p2m8vVF2yeHsOn+bUnxMgQCAtoEClE7A/AQKvFOjyWP8V/lse8XJ45V8/lyZAgMC3BBSob/H5mAABAmsC3R/s/3Sb08qUDNZm1moCBAgQ+KuAAmUiCBAg8IDAxEf7zyzTi9T0DKb7P/DXzBYECBB4RECBeoTZJgQIvFVg+qP9hP8idVoGitRb/zVxbwIEuggoUF2ScA4CBI4TOO3hPu2/SJ3sr0Qd98+FCxEgMEhAgRoUlqMSIDBH4OTHe/cixX7O3xMnJUCAwEQBBWpias5MgEBrgTc94H8E0eG/iLzR/cu/g33rv5AOR4AAgYsFFKiLQf0cAQLvFXjrA/7Piace82+3T7m/92+7mxMg8GYBBerN6bs7AQKXCbz9AZ8qUdz/K69EXfbX2Q8RIEDgXwUUKANCgACBbwp4xP8z4N0Peu5/d7/b/Jt/VXxOgACBIwQUqCNidAkCBJICHvK/1r/rQc/8efPk3zF7EyBAoJOAAtUpDWchQGCcgIf858iuLFG8P3t/rbjSvLajVQQIEHiPgAL1nqzdlACBiwU85tdAv/uo5133/q51fScrCRAg8D4BBep9mbsxAQIXCHjM7yHuPux5r3vvWq/v5AsCBAi8S0CBelfebkuAwAUCHvPfQ1x92PPe91613t/JlwQIEHiPgAL1nqzdlACBiwQ86L8PWX3Ys37O+vs7+QUCBAi8Q0CBekfObkmAwEUCHvQXQRb+Dx2wvsa6Wlav2c2vECBA4HwBBer8jN2QAIGLBDzoL4L808/86nHP+lprJepaT79GgMC7BRSod+fv9gQILAh41C9gLSz9+XHPeQGvuFSBKkJZRoAAgYKAAlVAsoQAAQIe9ffOwI8HPuf7nJWo+2z9MgEC7xJQoN6Vt9sSILAp4GG/CeezVgJKVKs4HIYAgaECCtTQ4BybAIHnBJSn56ztdK+AAnWvr18nQOAdAgrUO3J2SwIEviGgQH0Dz6ftBJSodpE4EAECwwQUqGGBOS4BAs8LKFDPm9vxPgEF6j5bv0yAwDsEFKh35OyWBAhsCihPm3A+ayugQLWNxsEIEBgioEANCcoxCRDICChQGXe73iegQN1n65cJEHiHgAL1jpzdkgCBTQEFahPOZ60FlKjW8TgcAQLNBRSo5gE5HgECOQHlKWdv53sFFKh7ff06AQJnCyhQZ+frdgQIfEOgW4FaffR2O/83omj36WoWXxfolMfO+duF4EAECBAICShQIXjbEiDQX6DLg/eqx26X+/RP/p9PeEUOnTK44j5Ts3RuAgQIfEdAgfqOnm8JEDhaoMNj965Hboe7TRieO/y72N9xtwmZOiMBAgS+K6BAfVfQ9wQIHCnQ4ZH7xAO3wz07DtDd9h3c775jx1ydiQABAlcIKFBXKPoNAgSOE0g/cJ9+3Kbv22WAnnRPmz951y75OgcBAgSuEFCgrlD0GwQIHCfwxsdt+s7pIUoUiqR54r7pjO1PgACBKwQUqCsU/QYBAscJvPVhm7x3aoiSRSLpnbx3Kmv7EiBA4AoBBeoKRb9BgMBxAm9/2Cbv/+QwpUtE0jl99ydzthcBAgSuFFCgrtT0WwQIHCPgYdvr/2/RHYPVoUCYszuS9ZsECBC4V0CButfXrxMgMFTAw/Z/g0s63DU6HYrTn++WMu7mcFfefpcAAQJXCyhQV4v6PQIEjhBIPWq/8Lo9bJMWVw9TN9tkSe1ocXXefo8AAQJ3CChQd6j6TQIExgskS0PHh23S48ph6mabdO1mcWXOfosAAQJ3CihQd+r6bQIExgp42P49uqTJFYPUsTAkTTt6XJGz3yBAgMDdAgrU3cJ+nwCBkQIetv8cW9LlO4PUtSwkPbuafCdn3xIgQOAJAQXqCWV7ECAwTsDD9teRJW12BqlzUUhadnbZydk3BAgQeEpAgXpK2j4ECIwS8LD997iSPiuD1L0kJB2726zkbC0BAgSeFFCgntS2FwECYwQ8bBWoJ4bVnD2hbA8CBAhcK6BAXevp1wgQOEQg+bD9IpzwXwfSRp9GjeG/C03w+ZSxPydAgEBCQIFKqNuTAIH2AulyMOFxmzb6NETdDdN+3X0+5evPCRAgkBJQoFLy9iVAoL1A8oE75XGbNPq3AZrgl7abYNT+HwkHJEDglQIK1Ctjd2kCBCoCyQfulMdt0kiBqkzxr9dMmbHv3dLXBAgQuF5Agbre1C8SIHCIQLocTHngpp1+Hjdun/8CTjH6fBMrCBAg8LyAAvW8uR0JEBgikC4GUx65aaeJBSptNmW2hvxT4ZgECLxMQIF6WeCuS4BAXcAjt2aVdvrzKacUg7TZFKfaBFpFgACBZwUUqGe97UaAwCCB9CP3i2rKQ7eDFa/6X64pc1W/kZUECBB4TkCBes7aTgQIDBRIF4MpD92004/RmuDVwWqC08B/LhyZAIGXCChQLwnaNQkQ2BPw2K25ceJUE7CKAAEC8wUUqPkZugEBAjcKKAZ13LTVhP+qkjb6SnOCU33qrCRAgMDzAgrU8+Z2JEBgkECHB++UR2/aqnsxSPv8+GvX3WnQPw+OSoDASwUUqJcG79oECNQFPHxrVmmn7sUg7aNA1ebYKgIECHwSUKA+CflzAgReL+DhWxuBtFPnApW2UZ5qM2wVAQIEKgIKVEXJGgIEXi3Q5fH7FYKS8OtR7Gpjfl79z4fLEyBwoIACdWCorkSAwPUCHsGfTdNGHQtU2uTn1DoafZ4sKwgQINBLQIHqlYfTECDQVMBD+HMwSaOOxSDp8U9pdTT6PFVWECBAoJ+AAtUvEyciQKChQLfH8BdRtwdx0qibxVc+SQ8FquE/Io5EgMAxAgrUMVG6CAECdwt0exB3K1FJn24FKmmhPN39L4HfJ0Dg7QIK1NsnwP0JECgLdHsU/zh4l/KQ9Oli0PG/PHUr2uW/cBYSIECgqYAC1TQYxyJAoKdAsiT8m0iHApG0efv9u89Gz7/NTkWAAIE9AQVqz81XBAi8VCBZEj6Rp0tE0ubNd+8+F5/O588JECAwTUCBmpaY8xIgEBdIFoVPl08WiaTLW+/9aR6+/jxpUzmfNQQIEJgmoEBNS8x5CRCICySLQvXyiUdz0uVt9+08B9WzWUeAAIGpAgrU1OScmwCBqECyLKxc/MlikTR5yz1Xsvdfn1a1rCdAgEBNQIGqOVlFgACBvwgky8JOFE8UjKTJE/f7ck/ecTX3p0xWz2U9AQIEpgsoUNMTdH4CBGICkx7TP5DufFQnPU691+5w3+mxeybfESBA4BQBBeqUJN2DAIGIQLI0fPfCVz+ykxYn3eW7uX59f7XHFWfyGwQIEDhFQIE6JUn3IEAgIpAsDU9c+OshftodT7zTn2dBeXrib4Y9CBB4s4AC9eb03Z3AAQKnPe4PiMQVCPgvYGaAAIGjBRSoo+N1OQJnCihNZ+bqVmcK+C9iZ+bqVgTeLKBAvTl9dycwSEBpGhSWoxL4hYAyZTQIEDhBQIE6IUV3IHCwgOJ0cLiu9koBJeqVsbs0gaMEFKij4nQZAmcJKE9n5ek2BP4soEiZBwIEpgooUFOTc24CBwsoTgeH62oEfhJQpIwEAQLTBBSoaYk5L4HDBZSnwwN2PQL/IKBEGQsCBCYJKFCT0nJWAocLKE+HB+x6BP5FQIkyHgQITBFQoKYk5ZwEDhZQnA4O19UILAgoUQtYlhIgEBNQoGL0NiZA4IeAAmUWCBD4IaBEmQUCBLoLKFDdE3I+AocLKE+HB+x6BDYElKgNNJ8QIPCYgAL1GLWNCBD4WUB5MhMECPxKQIkyGwQIdBVQoLom41wEDhdQng4P2PUIXCCgRF2A6CcIELhcQIG6nNQPEiDwSUB5+iTkzwkQ+BJQoMwBAQIdBRSojqk4E4HDBRSowwN2PQIXCihRF2L6KQIELhFQoC5h9CMECFQFlKeqlHUECPwQUKLMAgECnQQUqE5pOAuBFwgoUC8I2RUJXCygQF0M6ucIEPiWgAL1LT4fEyCwIqA8rWhZS4DAnwWUKPNAgEAXAQWqSxLOQeBwAeXp8IBdj8DNAgrUzcB+ngCBsoACVaaykACB7wgoUN/R8y0BAl8CSpQ5IECgg4AC1SEFZyDwAgEF6gUhuyKBmwUUqJuB/TwBAiUBBarEZBEBAt8VUKC+K+h7AgQUKDNAgEAHAQWqQwrOQOBwAeXp8IBdj8CDAkrUg9i2IkDgHwUUKINBgMDtAgrU7cQ2IPAaAQXqNVG7KIG2AgpU22gcjMA5AgrUOVm6CYG0gAKVTsD+BAgoUGaAAIHbBRSo24ltQOA1AgrUa6J2UQJtBRSottE4GIFzBBSoc7J0EwJpAQUqnYD9CRBQoMwAAQK3CihPt/L6cQKvE1CgXhe5CxNoJ6BAtYvEgQicJaBAnZWn2xBICyhQ6QTsT4CAAmUGCBC4VUCBupXXjxN4pYAS9crYXZpAGwEFqk0UDkLgTAEF6sxc3YpAUkCBSurbmwABBcoMECBwq0CyQHlk3Rrt335c1s96p3eTdzoB+xMgkBJQoFLy9iXwEgGPrJcE/dtvv8n6PVl/3VTe78rbbQkQ+K+AAmUaCBC4VcAj61beVj8u61Zx3H7Xf370AAAgAElEQVQYed9ObAMCBJoKKFBNg3EsAqcIeGSdkuTne8j6s9FJK+R9UpruQoDAioACtaJlLQECywIeWctkYz+Q9djotg4u7y02HxEgcICAAnVAiK5AoLOAR1bndK49m6yv9ez+a/LunpDzESBwl4ACdZes3yVA4A8Bj6z3DIKs35O1v9vvytptCRD4q4ACZSIIELhVwKP6Vt5WPy7rVnHcfhh5305sAwIEmgooUE2DcSwCpwh4ZJ2S5Od7yPqz0Ukr5H1Smu5CgMCKgAK1omUtAQLLAh5Zy2RjP5D12Oi2Di7vLTYfESBwgIACdUCIrkCgs4BHVud0rj2brK/17P5r8u6ekPMRIHCXgAJ1l6zfJUDgDwGPrPcMgqzfk7W/2+/K2m0JEPirgAJlIggQuFXAo/pW3lY/LutWcdx+GHnfTmwDAgSaCihQTYNxLAKnCHhknZLk53vI+rPRSSvkfVKa7kKAwIqAArWiZS0BAssCHlnLZGM/kPXY6LYOLu8tNh8RIHCAgAJ1QIiuQKCzgEdW53SuPZusr/Xs/mvy7p6Q8xEgcJeAAnWXrN8lQOAPAY+s9wyCrN+Ttb/b78rabQkQ+KuAAmUiCBC4VcCj+lbeVj8u61Zx3H4Yed9ObAMCBJoKKFBNg3EsAqcIeGSdkuTne8j6s9FJK+R9UpruQoDAioACtaJlLQECywIeWctkYz+Q9djotg4u7y02HxEgcICAAnVAiK5AoLOAR1bndK49m6yv9ez+a/LunpDzESBwl4ACdZes3yVA4A8Bj6z3DIKs35O1v9vvytptCRD4q4ACZSIIELhVwKP6Vt5WPy7rVnHcfhh5305sAwIEmgooUE2DcSwCpwh4ZJ2S5Od7yPqz0Ukr5H1Smu5CgMCKgAK1omUtAQLLAh5Zy2RjP5D12Oi2Di7vLTYfESBwgIACdUCIrkCgs4BHVud0rj2brK/17P5r8u6ekPMRIHCXgAJ1l6zfJUDgDwGPrPcMgqzfk7W/2+/K2m0JEPirgAJlIggQuFXAo/pW3lY/LutWcdx+GHnfTmwDAgSaCihQTYNxLAKnCHhknZLk53vI+rPRSSvkfVKa7kKAwIqAArWiZS0BAssCHlnLZGM/kPXY6LYOLu8tNh8RIHCAgAJ1QIiuQKCzQPKR1dnF2QgQ2Bf4/fffvV/2+XxJgMA3BfwD9E1AnxMg8O8CCpQJIUDgagEF6mpRv0eAwIqAArWiZS0BAssCCtQymQ8IEPgXAeXJeBAgkBZQoNIJ2J/A4QIK1OEBux6BhwUUqIfBbUeAwN8EFChDQYDArQIK1K28fpzA6wQUqNdF7sIE2gkoUO0icSAC5wkoUedl6kYEUgIKVErevgQI/BBQoMwCAQK3CyhQtxPbgMBrBBSo10TtogTaCihQbaNxMALnCChQ52TpJgTSAgpUOgH7EyCgQJkBAgRuF1Cgbie2AYHXCChQr4naRQm0FVCg2kbjYATOElCizsrTbQgkBJSnhLo9CRD4WUCBMhMECDwioEA9wmwTAkcLKFBHx+tyBMYIKFBjonJQArMFFKjZ+Tk9gQ4CClSHFJyBAAEFygwQIPCYgBL1GLWNCBwnoDwdF6kLERgroECNjc7BCcwTUKDmZebEBLoIKFBdknAOAgQUKDNAgMCjAkrUo9w2I3CEgPJ0RIwuQeAYAQXqmChdhMAMAQVqRk5OSaCTgALVKQ1nIUBAgTIDBAg8LqBEPU5uQwJjBZSnsdE5OIFjBRSoY6N1MQJ9BRSovtk4GYFuAgpUt0SchwABBcoMECAQEVCiIuw2JTBKQHkaFZfDEniNgAL1mqhdlEA/ASWqXyZORKCLgPLUJQnnIEDgZwEFykwQIBAVUKKi/DYn0FJAeWoZi0MRIPB/AgqUUSBAIC6gRMUjcAACbQSUpzZROAgBAr8QUKCMBgECcQEFKh6BAxBoIaA8tYjBIQgQ+CCgQBkRAgTaCChSbaJwEAKPCyhPj5PbkACBTQEFahPOZwQI3COgRN3j6lcJdBZQnjqn42wECPwsoECZCQIE2gkoUe0icSACtwkoT7fR+mECBG4SUKBugvWzBAh8X0CR+r6hXyDQVUBx6pqMcxEg8ElAgfok5M8JEIgKKFFRfpsTuEVAebqF1Y8SIPCQgAL1ELRtCBDYE1Cg9tx8RaCzgALVOR1nI0Dgk4AC9UnInxMgEBVQoKL8Nidwi4ACdQurHyVA4CEBBeohaNsQILAnoEDtufmKQGcBBapzOs5GgMAnAQXqk5A/J0AgKpAsUB55a9Ens/o6qbzm5CWrtaysJkCgl4AC1SsPpyFA4CeB1KPcA299FFNZKU/rWX19Ia89N18RIEBAgTIDBAi0Fkg98hSo9bFIZaVArWelQO2Z+YoAAQJ//O8cDAQIEOgskHqUK1DrU5HKSoFaz0qB2jPzFQECBBQoM0CAQHuB1KNcgVofjVRWCtR6VgrUnpmvCBAgoECZAQIE2gukHuUK1PpopLJSoNazUqD2zHxFgAABBcoMECDQXiD1KFeg1kcjlZUCtZ6VArVn5isCBAgoUGaAAIH2AqlHuQK1PhqprBSo9awUqD0zXxEgQECBMgMECLQXSD3KFaj10UhlpUCtZ6VA7Zn5igABAgqUGSBAoL1A6lGuQK2PRiorBWo9KwVqz8xXBAgQUKDMAAEC7QVSj3IFan00UlkpUOtZKVB7Zr4iQICAAmUGCBBoL5B6lCtQ66ORykqBWs9Kgdoz8xUBAgQUKDNAgEB7gdSjXIFaH41UVgrUelYK1J6ZrwgQIKBAmQECBNoLpB7lCtT6aKSyUqDWs1Kg9sx8RYAAAQXKDBAg0F4g9ShXoNZHI5WVArWelQK1Z+YrAgQIKFBmgACB9gKpR7kCtT4aqawUqPWsFKg9M18RIEBAgTIDBAi0F0g9yhWo9dFIZaVArWelQO2Z+YoAAQIKlBkgQKC9QOpRrkCtj0YqKwVqPSsFas/MVwQIEFCgzAABAu0FUo9yBWp9NFJZKVDrWSlQe2a+IkCAgAJlBggQaC+QepQrUOujkcpKgVrPSoHaM/MVAQIEFCgzQIBAe4HUo1yBWh+NVFYK1HpWCtSema8IECCgQJkBAgTaC6Qe5QrU+mikslKg1rNSoPbMfEWAAAEFygwQINBeIPUoV6DWRyOVlQK1npUCtWfmKwIECChQZoAAgfYCqUe5ArU+GqmsFKj1rBSoPTNfESBAQIEyAwQItBdIPcoVqPXRSGWlQK1npUDtmfmKAAECCpQZIECgvUDqUa5ArY9GKisFaj0rBWrPzFcECBBQoMwAAQLtBVKPcgVqfTRSWSlQ61kpUHtmviJAgIACZQYIEGgvkHqUK1Dro5HKSoFaz0qB2jPzFQECBBQoM0CAQHuB1KNcgVofjVRWCtR6VgrUnpmvCBAgoECZAQIE2gukHuUK1PpopLJSoNazUqD2zHxFgAABBcoMECDQXiD1KFeg1kcjlZUCtZ6VArVn5isCBAgoUGaAAIH2AqlHuQK1PhqprBSo9awUqD0zXxEgQECBMgMECLQXSD3KFaj10UhlpUCtZ6VA7Zn5igABAgqUGSBAoL1A6lGuQK2PRiorBWo9KwVqz8xXBAgQUKDMAAEC7QVSj3IFan00UlkpUOtZKVB7Zr4iQICAAmUGCBBoL5B6lCtQ66ORykqBWs9Kgdoz8xUBAgQUKDNAgEB7gdSjXIFaH41UVgrUelYK1J6ZrwgQIKBAmQECBNoLpB7lCtT6aKSyUqDWs1Kg9sx8RYAAAQXKDBAg0F4g9ShXoNZHI5WVArWelQK1Z+YrAgQIKFBmgACB9gKpR7kCtT4aqawUqPWsFKg9M18RIEBAgTIDBAi0F0g9yhWo9dFIZaVArWelQO2Z+YoAAQIKlBkgQKC9QOpRrkCtj0YqKwVqPSsFas/MVwQIEFCgzAABAu0FUo9yBWp9NFJZKVDrWSlQe2a+IkCAgAJlBggQaC+QepQrUOujkcpKgVrPSoHaM/MVAQIEFCgzQIBAe4HUo1yBWh+NVFYK1HpWCtSema8IECCgQJkBAgTaC6Qe5QrU+mikslKg1rNSoPbMfEWAAAEFygwQINBeIPUoV6DWRyOVlQK1npUCtWfmKwIECChQZoAAgfYCqUe5ArU+GqmsFKj1rBSoPTNfESBAQIEyAwQItBdIPcoVqPXRSGWlQK1npUDtmfmKAAECCpQZIECgvUDqUa5ArY9GKisFaj0rBWrPzFcECBBQoMwAAQLtBVKPcgVqfTRSWSlQ61kpUHtmviJAgIACZQYIEGgvkHqUK1Dro5HKSoFaz0qB2jPzFQECBBQoM0CAQHuB1KNcgVofjVRWCtR6VgrUnpmvCBAgoECZAQIE2gukHuUK1PpopLJSoNazUqD2zHxFgAABBcoMECDQXiD1KFeg1kcjlZUCtZ6VArVn5isCBAgoUGaAAIH2AqlHuQK1PhqprBSo9awUqD0zXxEgQECBMgMECLQXSD3KFaj10UhlpUCtZ6VA7Zn5igABAgqUGSBAoL1A6lGuQK2PRiorBWo9KwVqz8xXBAgQUKDMAAEC7QVSj3IFan00UlkpUOtZKVB7Zr4iQICAAmUGCBBoL5B6lCtQ66ORykqBWs9Kgdoz8xUBAgQUKDNAgEB7gdSjXIFaH41UVgrUelYK1J6ZrwgQIKBAmQECBNoLpB7lCtT6aKSyUqDWs1Kg9sx8RYAAAQXKDBAg0F4g9ShXoNZHI5WVArWelQK1Z+YrAgQIKFBmgACB9gKpR7kCtT4aqawUqPWsFKg9M18RIEBAgTIDBAi0F0g9yhWo9dFIZaVArWelQO2Z+YoAAQIKlBkgQKC9QOpRrkCtj0YqKwVqPSsFas/MVwQIEFCgzAABAu0FUo9yBWp9NFJZKVDrWSlQe2a+IkCAgAJlBggQaC+QepQrUOujkcpKgVrPSoHaM/MVAQIEFCgzQIBAe4HUo1yBWh+NVFYK1HpWCtSema8IECCgQJkBAgTaC6Qe5QrU+mikslKg1rNSoPbMfEWAAAEFygwQINBeIPUoV6DWRyOVlQK1npUCtWfmKwIECChQZoAAgfYCqUe5ArU+GqmsFKj1rBSoPTNfESBAQIEyAwQItBdIPcoVqPXRSGWlQK1npUDtmfmKAAECCpQZIECgvUDqUa5ArY9GKisFaj0rBWrPzFcECBBQoMwAAQLtBVKPcgVqfTRSWSlQ61kpUHtmviJAgIACZQYIEGgvkHqUK1Dro5HKSoFaz0qB2jPzFQECBBQoM0CAQHuB1KNcgVofjVRWCtR6VgrUnpmvCBAgoECZAQIE2gukHuUK1PpopLJSoNazUqD2zHxFgAABBcoMECDQXiD1KFeg1kcjlZUCtZ6VArVn5isCBAgoUGaAAIH2AqlHuQK1PhqprBSo9awUqD0zXxEgQECBMgMECLQXSD3KFaj10UhlpUCtZ6VA7Zn5igABAgqUGSBAoL1A6lGuQK2PRiorBWo9KwVqz8xXBAgQUKDMAAEC7QVSj3IFan00UlkpUOtZKVB7Zr4iQICAAmUGCBBoL5B6lCtQ66ORykqBWs9Kgdoz8xUBAgQUKDNAgEB7gdSjXIFaH41UVgrUelYK1J6ZrwgQIKBAmQECBNoLpB7lCtT6aKSyUqDWs1Kg9sx8RYAAAQXKDBAg0F4g9ShXoNZHI5WVArWelQK1Z+YrAgQIKFBmgACB9gKpR7kCtT4aqawUqPWsFKg9M18RIEBAgTIDBAi0F0g9yhWo9dFIZaVArWelQO2Z+YoAAQIKlBkgQKC9QOpRrkCtj0YqKwVqPSsFas/MVwQIEFCgzAABAu0FUo9yBWp9NFJZKVDrWSlQe2a+IkCAgAJlBggQaC+QepQrUOujkcpKgVrPSoHaM/MVAQIEFCgzQIBAewGP8vYR/f8BZTUnKwVqVlZOS4BAL4Hfex3HaQgQIPBXgeSjXBYECNwj4L/w3uPqVwkQeEZAgXrG2S4ECGwKKFCbcD4j0FhAgWocjqMRIPBRQIH6SGQBAQJJAQUqqW9vAvcIKFD3uPpVAgSeEVCgnnG2CwECmwIK1Caczwg0FlCgGofjaAQIfBRQoD4SWUCAQFJAgUrq25vAPQIK1D2ufpUAgWcEFKhnnO1CgMCmgAK1CeczAo0FFKjG4TgaAQIfBRSoj0QWECCQFFCgkvr2JnC9gPJ0valfJEDgWQEF6llvuxEgsCGgRG2g+YRAUwEFqmkwjkWAQFlAgSpTWUiAQEpAgUrJ25fA9QIK1PWmfpEAgWcFFKhnve1GgMCGgAK1geYTAk0FFKimwTgWAQJlAQWqTGUhAQIpAQUqJW9fAtcKKE/Xevo1AgQyAgpUxt2uBAgsCihRi2CWE2gooEA1DMWRCBBYFlCglsl8QIBAQkCBSqjbk8C1AgrUtZ5+jQCBjIAClXG3KwECGwJK1AaaTwg0EVCemgThGAQIfFtAgfo2oR8gQOApAQXqKWn7ELhWQHm61tOvESCQFVCgsv52J0BgUUCJWgSznEADAQWqQQiOQIDAZQIK1GWUfogAgScEFKgnlO1B4DoB5ek6S79EgEAPAQWqRw5OQYDAgoAStYBlKYGwgAIVDsD2BAhcLqBAXU7qBwkQeEJAiXpC2R4EviegPH3Pz9cECPQUUKB65uJUBAgUBJSoApIlBEICylMI3rYECNwuoEDdTmwDAgTuFFCi7tT12wT2BJSnPTdfESAwQ0CBmpGTUxIg8AsBBcpoEOgloDz1ysNpCBC4XkCBut7ULxIg8LCAEvUwuO0I/EJAeTIaBAi8QUCBekPK7kjgJQKK1EuCds2WAspTy1gcigCBGwQUqBtQ/SQBAjkBJSpnb+f3CihP783ezQm8UUCBemPq7kzgcAEl6vCAXa+VgPLUKg6HIUDgAQEF6gFkWxAgkBFQpDLudn2HgOL0jpzdkgCBvwsoUKaCAIHjBRSp4yN2wQcFFKcHsW1FgEBLAQWqZSwORYDAHQKK1B2qfvMtAorTW5J2TwIEPgkoUJ+E/DkBAscJKFLHRepCNwkoTTfB+lkCBEYLKFCj43N4AgSuFFCsrtT0W9MElKVpiTkvAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIEGmdj9YAAAmfSURBVCBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCShQ4yJzYAIECBAgQIAAAQIEUgIKVErevgQIECBAgAABAgQIjBNQoMZF5sAECBAgQIAAAQIECKQEFKiUvH0JECBAgAABAgQIEBgnoECNi8yBCRAgQIAAAQIECBBICShQKXn7EiBAgAABAgQIECAwTkCBGheZAxMgQIAAAQIECBAgkBJQoFLy9iVAgAABAgQIECBAYJyAAjUuMgcmQIAAAQIECBAgQCAloECl5O1LgAABAgQIECBAgMA4AQVqXGQOTIAAAQIECBAgQIBASkCBSsnblwABAgQIECBAgACBcQIK1LjIHJgAAQIECBAgQIAAgZSAApWSty8BAgQIECBAgAABAuMEFKhxkTkwAQIECBAgQIAAAQIpAQUqJW9fAgQIECBAgAABAgTGCfwP9PU754MK2TYAAAAASUVORK5CYII='/%3E%3C/defs%3E%3C/svg%3E%0A");
}

body div .btn.wc-backward {
    padding-left: 3rem;
     padding-right: 3rem;
 }
 body div .btn.main-btn:hover {
     background-color: transparent;
 }
 body div .btn.main-btn span:hover {
     color: var(--main);
 }
 body div .btn.disabled-btn {
     pointer-events: none;    
}   
 /* body.address div .btn:not(.disabled-btn) {
     opacity: 0.5;
 } */
 body.address section.scontrino-kfl div .thank-you .btn:not(.disabled-btn),
 body.address section.scontrino-kfl .btn,
 body.address div .thank-you .btn:not(.disabled-btn) {
     opacity: 1;
 }
 body.address div .btn:not(.disabled-btn) span {
    font-weight: 400;
 }
 body div .btn.more {
     position: relative;
 }
 body div .btn.more span.loader {
     position: absolute;
     display: none;
     width: 100%;
     height: 100%;
     align-items: center;
     justify-content: center;
     background: var(--main);
     top: 0;
     left: 0;
     border-radius: 3rem;
 }
 body div .btn.more span.loader::after {
     content: ' ';
     width: 2rem;
     height: 2rem;
     border-radius: 50%;
     background-color: var(--white);
     animation: pulse 1s infinite
 }
 
 @keyframes pulse {
     0%, 100% {
         opacity: 0;
     }
     50% {
         opacity: 1;
     }
 }
 
 .cmb-0 { margin-bottom: 0rem !important }
 .cmb-1 { margin-bottom: 1rem !important }
 .cmb-2 { margin-bottom: 2rem !important }
 .cmb-3 { margin-bottom: 3rem !important }
 .cmb-4 { margin-bottom: 4rem !important }
 .cmb-5 { margin-bottom: 5rem !important }
 .cmb-6 { margin-bottom: 6rem !important }
 
 .cmt-0 { margin-top: 0rem !important }
 .cmt-1 { margin-top: 1rem !important }
 .cmt-15 { margin-top: 1.5rem !important }
 .cmt-2 { margin-top: 2rem !important }
 .cmt-3 { margin-top: 3rem !important }
 .cmt-4 { margin-top: 4rem !important }
 .cmt-5 { margin-top: 5rem !important }
 .cmt-6 { margin-top: 6rem !important }
 .cmt-7 { margin-top: 7rem !important }
 .cmt-8 { margin-top: 8rem !important }
 
 .cpb-0 { padding-bottom: 0rem !important }
 .cpb-1 { padding-bottom: 1rem !important }
 .cpb-2 { padding-bottom: 2rem !important }
 .cpb-3 { padding-bottom: 3rem !important }
 .cpb-4 { padding-bottom: 4rem !important }
 .cpb-5 { padding-bottom: 5rem !important }
 .cpb-6 { padding-bottom: 6rem !important }
 
 .cpt-0 { padding-top: 0rem !important }
 .cpt-1 { padding-top: 1rem !important }
 .cpt-2 { padding-top: 2rem !important }
 .cpt-3 { padding-top: 3rem !important }
 .cpt-4 { padding-top: 4rem !important }
 .cpt-5 { padding-top: 5rem !important }
 .cpt-6 { padding-top: 6rem !important }

@media ( min-width: 768px ) {
    .cmb-md-0 { margin-bottom: 0rem !important }
    .cmb-md-1 { margin-bottom: 1rem !important }
    .cmb-md-2 { margin-bottom: 2rem !important }
    .cmb-md-3 { margin-bottom: 3rem !important }
    .cmb-md-4 { margin-bottom: 4rem !important }
    .cmb-md-5 { margin-bottom: 5rem !important }
    .cmb-md-6 { margin-bottom: 6rem !important }
    
    .cmt-md-0 { margin-top: 0rem !important }
    .cmt-md-1 { margin-top: 1rem !important }
    .cmt-md-2 { margin-top: 2rem !important }
    .cmt-md-3 { margin-top: 3rem !important }
    .cmt-md-4 { margin-top: 4rem !important }
    .cmt-md-5 { margin-top: 5rem !important }
    .cmt-md-6 { margin-top: 6rem !important }
    
    .cpb-md-0 { padding-bottom: 0rem !important }
    .cpb-md-1 { padding-bottom: 1rem !important }
    .cpb-md-2 { padding-bottom: 2rem !important }
    .cpb-md-3 { padding-bottom: 3rem !important }
    .cpb-md-4 { padding-bottom: 4rem !important }
    .cpb-md-5 { padding-bottom: 5rem !important }
    .cpb-md-6 { padding-bottom: 6rem !important }
    
    .cpt-md-0 { padding-top: 0rem !important }
    .cpt-md-1 { padding-top: 1rem !important }
    .cpt-md-2 { padding-top: 2rem !important }
    .cpt-md-3 { padding-top: 3rem !important }
    .cpt-md-4 { padding-top: 4rem !important }
    .cpt-md-5 { padding-top: 5rem !important }
    .cpt-md-6 { padding-top: 6rem !important }
    
    .w-md-auto { width: auto !important; }
}
@media ( min-width: 992px ) {
    .cmb-lg-0 { margin-bottom: 0rem !important }
    .cmb-lg-1 { margin-bottom: 1rem !important }
    .cmb-lg-2 { margin-bottom: 2rem !important }
    .cmb-lg-3 { margin-bottom: 3rem !important }
    .cmb-lg-4 { margin-bottom: 4rem !important }
    .cmb-lg-5 { margin-bottom: 5rem !important }
    .cmb-lg-6 { margin-bottom: 6rem !important }
    
    .cmt-lg-0 { margin-top: 0rem !important }
    .cmt-lg-1 { margin-top: 1rem !important }
    .cmt-lg-2 { margin-top: 2rem !important }
    .cmt-lg-3 { margin-top: 3rem !important }
    .cmt-lg-4 { margin-top: 4rem !important }
    .cmt-lg-5 { margin-top: 5rem !important }
    .cmt-lg-6 { margin-top: 6rem !important }
    
    .cpb-lg-0 { padding-bottom: 0rem !important }
    .cpb-lg-1 { padding-bottom: 1rem !important }
    .cpb-lg-2 { padding-bottom: 2rem !important }
    .cpb-lg-3 { padding-bottom: 3rem !important }
    .cpb-lg-4 { padding-bottom: 4rem !important }
    .cpb-lg-5 { padding-bottom: 5rem !important }
    .cpb-lg-6 { padding-bottom: 6rem !important }
    
    .cpt-lg-0 { padding-top: 0rem !important }
    .cpt-lg-1 { padding-top: 1rem !important }
    .cpt-lg-2 { padding-top: 2rem !important }
    .cpt-lg-3 { padding-top: 3rem !important }
    .cpt-lg-4 { padding-top: 4rem !important }
    .cpt-lg-5 { padding-top: 5rem !important }
    .cpt-lg-6 { padding-top: 6rem !important }

    .w-lg-auto { width: auto !important; }
}


 
 section {
     overflow: hidden;
     position: relative;
     margin-bottom: 6rem;
 }
 section.no-margin {
     margin-bottom: 0;
 }

.gen--loader {
    background-color: var(--giallo) !important;
    z-index: 10000 !important;
}
.gen--loader .position-relative {
    padding: 4rem 0 7rem
}
.gen--loader .position-relative * {
    position: relative;
    z-index: 5;
}
.gen--loader .position-relative img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.gen--loader iframe {
    width: 8rem;
    height: 8rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='61' height='57' viewBox='0 0 61 57' fill='none'%3E%3Cpath d='M0.396804 18.5054C-0.319452 9.9258 6.15488 2.43309 14.7476 1.89728L43.9361 0.0771883C53.0389 -0.490427 60.6282 6.95245 60.238 16.0645L59.2228 39.7728C58.8863 47.6296 52.6701 53.9633 44.8209 54.4466L18.6097 56.0608C10.2728 56.5742 3.05376 50.3314 2.35886 42.0077L0.396804 18.5054Z' fill='%23009FE3' fill-opacity='0.3'/%3E%3C/svg%3E");
    background-size: 6rem;
    background-repeat: no-repeat;
    background-position: center;
}
.gen--loader p {
    padding: 0 2rem;
}
 
 .gen--title {
    font-family: var(--rubik);
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 700;
    padding: 1rem 2rem;
    width: auto;
    background-color: var(--white);
    color: var(--black);
    text-transform: uppercase;
    display: inline-block;
 }

 .gen--title.gen--title-rainbow-bcg { background-image: var(--rainbow-gradient);}

 .gen--title.white-bcg {background-color: var(--white);}
 .gen--title-azzurro { color: var(--azzurro);}
 .gen--title-rosa { color: var(--rosa);}
 .gen--title-giallo { color: var(--giallo);}
 .gen--title-verde { color: var(--verde);}
 .gen--title-blu { color: var(--blu);}
 .gen--title-rosso { color: var(--rosso);}

 .week-color-section .gen--title.white-bcg {color: var(--white);}
 .week-color-section .gen--title-azzurro { background-color: var(--azzurro);}
 .week-color-section .gen--title-rosa { background-color: var(--rosa);}
 .week-color-section .gen--title-giallo { background-color: var(--giallo);}
 .week-color-section .gen--title-verde { background-color: var(--verde);}
 .week-color-section .gen--title-blu { background-color: var(--blu);}
 .week-color-section .gen--title-rosso { background-color: var(--rosso);}

 .gen--title.blu-bcg { background-color: var(--blu); }
 .gen--title.giallo-bcg { background-color: var(--giallo); }
 .gen--title.rosa-bcg { background-color: var(--rosa); }
 .gen--title.azzurro-bcg { background-color: var(--azzurro); }
 .gen--title.verde-bcg { background-color: var(--verde); }
 .gen--title.rosso-bcg { background-color: var(--rosso); }
 .gen--p p {
     margin-bottom: 1em;
 }
 .gen--p p:last-child {
     margin-bottom: 0px;
 }
 .gen--bcg {
     background-size: cover;
     background-position: center;
     background-repeat: no-repeat;
 }
 .gen--bcg-contain {
     background-size: contain;
     background-position: center;
     background-repeat: no-repeat;
 }
 .gen--body-bcg {
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat repeat;
 }
 .gen--bcg.gen--bcg-overlay {
     z-index: 1;
     position: relative;
 }
 .gen--bcg.gen--bcg-overlay::after {
     content: ' ';
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     z-index: 2;
     opacity: 0.75;
     background-color:var(--black)
 }
 .gen--bcg.gen--bcg-overlay > * {
     position: relative;
     z-index: 5;
 }
 .gen--bef_aft-contain::before,
 .gen--bef_aft-contain::after {
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
 }
 .gen--img-cover {
     width: 100%;
     height: 100%;
     object-fit: cover;
 }
 .gen--img-contain {
     width: 100%;
     height: 100%;
     object-fit: contain;
 }
 .gen--hero-video {
     width: 100%;
     height: 100vh;
     position: relative;
 }
 .gen--hero-video iframe {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 100%;
 }
.gen--box {
    position: relative;
}
.gen--box > img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.gen--box-inner {
    position: relative;
    z-index: 5;
    padding: 5rem;
}
.gen--box-inner.no-bcg {
    background-color: transparent;
}
.white-box {
    padding: 2rem;
    background-color: var(--white);
    border-radius: var(--border-radius);
}

 /* .no-preference .gen--box { background-image: none; } */
 .no-preference.verde .gen--box { background-color: var(--verde); background-image: none; }
 .no-preference.azzurro .gen--box { background-color: var(--azzurro); background-image: none;}
 .no-preference.rosso .gen--box { background-color: var(--rosso); background-image: none;}
 .no-preference.giallo .gen--box { background-color: var(--giallo); background-image: none;}
 .no-preference.rosa .gen--box { background-color: var(--rosa); background-image: none;}
 .no-preference.blu .gen--box { background-color: var(--blu); background-image: none;}
 
 .gen--box.rainbow-box {
    background-image: var(--rainbow-gradient) !important;
 }

 .gen--box-white {
    background-color: var(--white);
    padding: 1rem;
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius);
 }
 
 .gen--swiper-section {
     position: relative;
 }
 .gen--swiper-section .swiper-button-next::after,
 .gen--swiper-section .swiper-button-prev::after {
     font-size: 1.25rem;
 }
 .gen--popup-gallery-wrapper .swiper-button-next::after,
 .gen--popup-gallery-wrapper .swiper-button-prev::after {
     color:var(--white)
 }
 .gen--swiper-section .swiper-button-next, .gen--swiper-section .swiper-container-rtl .swiper-button-prev { right: -40px; }
 .gen--swiper-section .swiper-button-prev, .gen--swiper-section .swiper-container-rtl .swiper-button-next { left: -40px; }
 

.gen--video {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: var(--border-radius);
}
.gen--video iframe,
.gen--video video {
    border-radius: var(--border-radius);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.gen--video img {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    border-radius: var(--border-radius);
    cursor: pointer;
}

.gen--selector {
    box-shadow: 2px 2px 0px 0px #E6E6E6;
    border: 1.5px #e6e6e6 solid;
    padding: 0.25rem;
    display: flex;
    width: fit-content;
    margin-top: 1rem;
    border-radius: 10rem;
}
.gen--selector span {
    display: block;
    font-weight: 500;
    padding: 1rem;
    border-radius: 10rem;
    margin-right: .5rem;
    cursor: pointer;
}
.gen--selector span:last-child {
    margin-right: 0;
}
.gen--selector span.active {
    background-color:var(--link);
    color: var(--white);
}
.gen--link,
.gen--link:hover {
    display: inline-flex;
    color: var(--link);
}
.gen--link.ext-link::after {
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    margin-left: .5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.9508 7.0498L7.05078 16.9498' stroke='%23007BC3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 7L16.95 7.049L17 14' stroke='%23007BC3' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
/* 
.rainbow-hr {
    height: 4px;
    background-image: var(--rainbow-gradient);
    border-top: none;
    opacity: 1;
    margin-bottom: 0;
} */

 .swiper-navigation > div {
     position: absolute;
     top: 50%;
     z-index: 10;
     width: 4rem;
     height: 4.25rem;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     background-image: url("data:image/svg+xml,%3Csvg width='103' height='107' viewBox='0 0 103 107' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-1.12e-05 55.5728C-1.28332e-05 74.2544 14.866 91.1314 70.6134 100.154C83.3557 102.216 86.435 103.869 92.3814 97.5002C99.8144 89.5392 103 64.5951 103 51.3269C103 38.0587 98.2217 15.2374 92.3815 6.74579C87.7093 -0.0475248 86.4557 -1.49416 70.6134 1.43851C13.2732 12.0531 -9.36629e-06 34.5976 -1.02478e-05 44.6814L-1.12e-05 55.5728Z' fill='%23E20613'/%3E%3Cpath d='M38.448 47.072C42.288 43.04 50.448 32.672 52.944 28.256C56.976 31.232 59.76 32.48 63.888 34.4C60.624 38.336 54.672 46.496 52.08 50.432C55.152 54.176 62.64 62.912 66.096 66.272C61.68 68.288 59.376 69.824 55.632 72.704C51.792 67.808 41.136 56.096 38.448 53.792L38.448 47.072Z' fill='white'/%3E%3C/svg%3E%0A");
 }
 .swiper-navigation > .prev {
     left: 0;
     transform: translate(0, -50%);
 }
 .swiper-navigation > .next {
     right: 0;
     transform: translate(0, -50%) rotate(180deg);
 }
 
 .swiper-navigation .swiper-button-disabled {
     opacity: 0.5;
     pointer-events: none;
 }
 
 .gen--ice {
     padding-bottom: 6rem;
 }
 .gen--ice-1 {
     background-color: var(--main);
     clip-path: polygon(30% 100%, 85% 75%, 100% 0, 0 0);
 }
 .gen--ice-2 {
     background-color: var(--secondary);
     clip-path: polygon(0 100%, 100% 100%, 80% 20%, 15% 0);
 }
 .gen--ice-3 {
     background-color: var(--secondary);
     clip-path: polygon(0 0, 100% 0, 85% 100%, 20% 80%);
 }
 .gen--ice-4 {
     background-color: var(--main);
     clip-path: polygon(0 100%, 100% 100%, 80% 20%, 15% 0);
 }
 
 .gen--overlay {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1001;
     background-color: #00000055;
     display: none;
     z-index: 9999;
 }
 .gen--overlay > .container {
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100%;
 }
 .gen--overlay > .container .row {
     width: 100%;
 }
 .gen--overlay-title {
    font-weight: 500;
 }
.gen--overlay-panel {
    padding: .75rem;
    background-color: var(--white);
    border-radius: var(--border-radius);
    max-height: 80vh;
    overflow: scroll;
}
.gen--overlay-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.spacer {
    width: 3rem;
}
.gen--overlay-content {
    margin-top: 1rem;
    /* padding: 1rem; */
    padding-top: 1rem;
}
.gen--overlay-content-title {
    font-family: var(--peachy-keen-jf);
    font-size: 2rem;
    line-height: 1.25;
}
.gen--overlay-btns {
    position: relative;
    margin-top: 2rem !important;
    padding-top: 1rem;
}
#product--add .gen--overlay-btns::after {
    content: ' ';
    display: block;
    height: 1px;
    position: absolute;
    width: calc(100% + 1.5rem);
    left: -.75rem;
    top: 0;
    background-color: var(--Neutrals-200,#CCC);
}

body.overlay-body {
    overflow: hidden;
}
@media ( orientation: portrait ), ( max-height: 700px ) {
    .gen--overlay > .container .row {
        width: auto;
    }
    body.overlay-body .gen--overlay {
        padding-top: 2rem;
        padding-bottom: 2rem;
        overflow: scroll;
    }
    /* body.overlay-body .gen--overlay > .container {
        height: auto;
    } */
    .gen--overlay .popup .close-overlay {
        right: 1rem;
        top: 1rem;
        width: 1rem;
        height: 1rem;
    }
}
@media ( orientation: landscape ) and ( max-height: 900px ) {
    body.overlay-body.home .gen--overlay {
        padding-top: 2rem;
        padding-bottom: 2rem;
        overflow: scroll;
    }
    body.overlay-body.home .gen--overlay > .container {
        height: auto;
    }
    .home .gen--overlay .popup .close-overlay {
        right: 1rem;
        top: 1rem;
        width: 1rem;
        height: 1rem;
    }
}

 .gen--overlay .popup {
     border-radius: var(--border-radius);
     position: relative;
    padding: 2rem;
 }
 .gen--overlay .popup ul {
    list-style: none;
 }

 
 .gen--overlay .popup img {
     width: 95%;
     margin: 2rem auto;
}
.gen--overlay.kfl-popup-2 > .container .row {
    width: 100% !important;
}
.gen--overlay.kfl-popup-2 .popup {
    height: 90vh;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.gen--overlay.kfl-popup-2 .popup > .d-flex {
    width: 100% !important;
}
.gen--overlay.kfl-popup-2 .popup img {
    margin-top: 0;
    height: 95%;
}
@media (orientation: portrait) {
    .gen--overlay.kfl-popup-2 .popup { height: auto; }
}
 .gen--overlay .popup .close-overlay {
     position: absolute;
     right: 2rem;
     top: 2rem;
     width: 2rem;
     height: 2rem;
     cursor: pointer;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     background-image: url("data:image/svg+xml,%3Csvg width='44' height='44' viewBox='0 0 44 44' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='22' cy='22' r='22' fill='%23E30613'/%3E%3Cpath d='M29.3168 27.7742C29.6457 28.3124 29.257 29 28.6292 29H25.4002C24.9219 29 24.4734 28.7309 24.2342 28.3124L21.9919 24.3061L19.7197 28.3124C19.5105 28.7309 19.062 29 18.5836 29H15.3248C14.697 29 14.3382 28.3124 14.6671 27.7742L18.7032 21.4061L14.8763 15.0678C14.5475 14.5296 14.9361 13.842 15.564 13.842H18.7929C19.3012 13.842 19.7496 14.141 19.9589 14.5894L21.9919 18.5658L23.9951 14.5894C24.2342 14.141 24.6827 13.842 25.191 13.842H28.4199C29.0477 13.842 29.4065 14.5296 29.1075 15.0678L25.2807 21.4061L29.3168 27.7742Z' fill='white'/%3E%3C/svg%3E%0A");
     /* background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 11.25L11.25 18.75M11.25 11.25L18.75 18.75M27.5 15C27.5 21.9036 21.9036 27.5 15 27.5C8.09644 27.5 2.5 21.9036 2.5 15C2.5 8.09644 8.09644 2.5 15 2.5C21.9036 2.5 27.5 8.09644 27.5 15Z' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); */
 }
 .gen--overlay .popup-title,
 .gen--overlay .popup-content {
     text-align: center;
     padding: 2rem;
 }

 .popup-close {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='25' viewBox='0 0 25 25' fill='none'%3E%3Cpath d='M18.7474 6.87939L6.74744 18.8794M6.74744 6.87939L18.7474 18.8794' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    width: 1.5rem;
    height: 1.5rem;
    cursor: pointer;
}
 
 .custom-loader {
     width: 3rem;
     height: 3rem;
     border-radius: 50%;
     -webkit-animation: rotate 1s linear infinite;
             animation: rotate 1s linear infinite;
     display: block;
     top: 50%;
     left: 50%;
 }
 .custom-loader {
     width: 6rem;
     height: 6rem;
 }
 .custom-loader::before {
     border-color: var(--black);
 }
 .custom-loader::before ,
 .custom-loader::after {
     content: ' ';
     -webkit-box-sizing: border-box;
             box-sizing: border-box;
     position: absolute;
     inset: 0px;
     border-radius: 50%;
     border: 5px solid var(--white);
     -webkit-animation: prixClipFix 2s linear infinite;
             animation: prixClipFix 2s linear infinite;
 }
 .custom-loader-wrapper .custom-loader::before {
     border-color: var(--white);
 }


 .custom-loader::after{
     border-color: var(--white);
     animation: prixClipFix 2s linear infinite, rotate 0.5s linear infinite reverse;
     inset: 6px;
 }

 /* body .custom-loader-wrapper .custom-loader::before { border-color: var(--blu); }
 body .custom-loader-wrapper .custom-loader::after { border-color: var(--azzurro); } */
 
 @-webkit-keyframes rotate {
     0%   {-webkit-transform: rotate(0deg);transform: rotate(0deg) }
     100%   {-webkit-transform: rotate(360deg);transform: rotate(360deg) }
 }
 
 @keyframes rotate {
     0%   {-webkit-transform: rotate(0deg);transform: rotate(0deg) }
     100%   {-webkit-transform: rotate(360deg);transform: rotate(360deg) }
 }
 @-webkit-keyframes prixClipFix {
     0%   {-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
     25%  {-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
     50%  {-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
     75%  {-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
     100% {-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
 }
 
 @keyframes prixClipFix {
     0%   {-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
     25%  {-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
     50%  {-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
     75%  {-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}
     100% {-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}
 }
 @keyframes fiocco-loader {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(.75);
    }
}

.code--loader .custom-loader-wrapper {
    width: 15rem;
    height: 15rem;
    margin: 0 auto;
}
.code--loader .custom-loader-wrapper img {
    object-fit: cover;
    width: 75%;
    animation: fiocco-loader 2s ease infinite
}
.code--loader .gen--title {
    text-transform: none;
    color: var(--main);
}
 
 .giocate-loader .custom-loader {
    margin: 0 auto;
 }
 .giocate-loader .custom-loader::before,
 .giocate-loader .custom-loader::after {
    border-color: var(--blue);
 }
 @media ( max-width: 992px ) {
    .gen--title {
        font-size: 2.5rem;
    }
    .swiper-navigation {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
    }
    .swiper-navigation > div {
        position: relative;
        margin: 0 1rem;
        top: 0;
    }
    .swiper-navigation > .prev { transform: none; }
    .swiper-navigation > .next { transform: rotate(180deg); }
    .code--loader .custom-loader-wrapper {
        width: 10rem;
        height: 10rem;
    }
 }
 
 /* --- HEADER --- */
 
 header {
     position: sticky;
     top: 0;
     width: 100%;
     height: var(--header-lg);
     display: flex;
     align-items: center;
     z-index: 1000;
     background-color: var(--white);
 }
 header::after {
    content: ' ';
    position: absolute;
    height: .5rem;
    bottom: 0;
    width: 100%;
    background-image: linear-gradient(to right, var(--red) 0%, var(--red) 50%, var(--light-blue) 50%,var(--light-blue) 100%);
 }
 .navbar-brand {
    width: 13rem;
 }
 .navbar-mobile {
     position: fixed;
     height: calc(100% - var(--header-lg));
     width: 18rem;
     background-color: var(--white);
     top: var(--header-lg);
     right: 0;
     padding: 2rem 3rem;
     transform: translateX(100%);
     transition: transform 250ms ease;
     pointer-events: none;
 }
 .navbar-mobile.active {
     transform: translateX(0%);
     pointer-events: all;
 }
 .hamburger {
     width: 3rem;
     height: 3rem;
     border: none;
     background-color: transparent;
     background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='47' height='47' rx='15.5' stroke='%23CCCCCC'/%3E%3Cpath d='M33.0036 17.9976H14.9961M15.2842 24.0001H33.0036M33.0036 30.0026H15.2842' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
 }
 .hamburger.active {
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='47' height='47' rx='15.5' stroke='%23CCCCCC'/%3E%3Cpath d='M18.8223 18.8223L29.1782 29.1782M29.1782 18.8223L18.8223 29.1782' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
 }
 /* main#content {
     padding-top: var(--header-lg);
 } */

 header .btn span {
    font-size: 1.5rem;
    font-family: var(--rubik) !important;
 }

 header .login,
 header .logout {
    display: none;
 }
 
 @media ( max-width: 1200px ) {
    header > .container {
        width: 100%;
        max-width: 100%;
    }
 }

 header .account a {
     display: flex;
     padding: .75rem 1rem;
     border: 1px #CCC solid;
     border-radius: 2rem;
}
header .account a::before {
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.25rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 21V19C6 17.9391 6.42143 16.9217 7.17157 16.1716C7.92172 15.4214 8.93913 15 10 15H14C15.0609 15 16.0783 15.4214 16.8284 16.1716C17.5786 16.9217 18 17.9391 18 19V21M8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
header .account a:active {
    outline: 1.5px var(--black) solid;
    outline-offset: 2px;
}

/* --- HOMEPAGE --- */
.home-hero--img-container {
    position: relative;
}
.img-moka,
.img-sveglia {
    position: absolute;
}
.img-moka {
    bottom: -5%;
    right: 0%;
    width: 62%;
    animation: moka-rotation 4000ms ease infinite;
}

.img-moka img:nth-child(2),
.img-moka img:nth-child(3) {
    position: absolute;
    top: 0;
    left: 0;
    animation: moka-frames 2000ms ease infinite;
}
.img-moka img:last-child {
    animation-delay: 1000ms;
}
.after-final-extr {
    display: none;
}
@keyframes moka-rotation {
    0%, 100% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(10deg);
    }
}
@keyframes moka-frames {
    0%, 100% {
       opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.img-sveglia {
    width: 59%;
    bottom: 5%;
    left: -5%;
}
.img-sveglia img:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    animation-duration: 6s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.img-sveglia img:nth-of-type(2) {
    animation-name: fade1;
  }
  
  .img-sveglia img:nth-of-type(3) {
    animation-name: fade2;
  }
  
@keyframes fade1 {
  0%   { opacity: 0; }
  16.6666%   { opacity: 0; }
  33% { opacity: 0; }
  50% { opacity: 1; }
  66.6666% { opacity: 1; }
  83% { opacity: 0; }
  100% { opacity: 0; }
}

@keyframes fade2 {
    0%   { opacity: 0; }
    16.6666%   { opacity: 1; }
    33% { opacity: 1; }
    50% { opacity: 0; }
    66.6666% { opacity: 0; }
    83% { opacity: 0; }
    100% { opacity: 0; }
}


.home--rainbow {
    position: relative;
    z-index: 15;
    background-image: linear-gradient(to bottom, var(--azzurro) 0%, var(--azzurro) 50%, transparent 50%, transparent 100% );
    margin-top: -1px;
    overflow: visible;
}
.home--rainbow-els {
    position: absolute;
    top: 50%;
    width: 100%;
}
.home--rainbow-els img {
    position: absolute;
    top: 0%;
    /* transform: translate(0, -50%); */
    animation: home-el 5s infinite ease;
}
.home--rainbow-el-1 { left: 5%; width: 25%; animation-name: home-el-1 !important; }
.home--rainbow-el-1-1 { position: absolute; right: 0%; width: 25%; }
.home--rainbow-el-2 { position: absolute; left: 0%; width: 23%; }
.home--rainbow-el-3 { position: absolute; right: 0; width: 23%;  transform: translate(0, -50%) rotate(-10deg); animation-name: home-el-3 !important; animation-delay: -2s !important; }
.home--rainbow-el-4 { left: 63%; width: 25%;  transform: translate(0, -50%) rotate(-10deg); animation-name: home-el-4 !important; animation-delay: -3s !important; }
/* @keyframes home-el-1 {
    0%, 100% {
        left: 5%;
        transform: translate(0, -50%) rotate(10deg);
    }
    50% {
        left: 8%;
        transform: translate(0, -50%) rotate(-10deg);
    }  
}
@keyframes home-el-2 {
    0%, 100% {
        left: 20%;
        transform: translate(0, -50%) rotate(-10deg);
    }
    50% {
        left: 25%;
        transform: translate(0, -50%) rotate(10deg);
    }  
}
@keyframes home-el-3 {
    0%, 100% {
        left: 40%;
        transform: translate(0, -50%) rotate(-10deg);
    }
    50% {
        left: 45%;
        transform: translate(0, -50%) rotate(10deg);
    }  
}
@keyframes home-el-4 {
    0%, 100% {
        left: 68%;
        transform: translate(0, -50%) rotate(-10deg);
    }
    50% {
        left: 71%;
        transform: translate(0, -50%) rotate(10deg);
    }  
} */
.home--how-to {
    position: relative;
    z-index: 5;
    margin-top: -10%;
    padding-top: calc(10% + 6rem) !important;
    border-bottom-right-radius: 3rem;
    border-bottom-left-radius: 3rem;
}
.home--how-to img ~ a {
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translate(-50%, 0);
    color:var(--link);
    width: 100%;
    justify-content: center;
}
.home--prize-moka {
    margin-top: -3rem;
    padding-top: 9rem;
    position: relative;
    z-index: 3;
    overflow: visible;
}
.prize-features {
    display: flex;
}
.prize-features > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 2rem;
}   
.prize-features img {
    height: 2rem;
    width: auto;
}
.prize-features p {
    font-weight: 600;
    margin-bottom: 0;
    margin-top: .5rem;
}
.prize-features div:first-child {
    margin-left: 0;
}

.home--how-to {
    overflow: visible;
}
.home--prize-alarm {
    position: relative;
    z-index: 2;
    overflow: visible;
}

/* --- QUIZ --- */
.page--quiz {
    min-height: 100vh;
}
.page--quiz .prefooter {
    margin-top: -6rem;
}
.quiz--no-quiz {
    padding-bottom: 12rem;
    margin-bottom: -6rem;
}
.progress {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-lg);
    z-index: 2500;
    background-color: var(--white);
}
.close {
    cursor: pointer;
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='47' height='47' rx='15.5' stroke='%23CCCCCC'/%3E%3Cpath d='M18.8223 18.8223L29.1782 29.1782M29.1782 18.8223L18.8223 29.1782' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
a.btn.help {
    border: 1px solid#CCC;
    background-color: var(--white);
    background: none;
    opacity: 0;
    pointer-events: none;
    width: 3rem; /* spacer dimension */
}
a.btn.help span {
    color: var(--black);
}
a.btn.help::after {
    content: none    
}
a.btn.help::before {
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 17H18C17.448 17 17 16.552 17 16V11C17 10.448 17.448 10 18 10H19C20.105 10 21 10.895 21 12V15C21 16.105 20.105 17 19 17Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6 17H5C3.895 17 3 16.105 3 15V12C3 10.895 3.895 10 5 10H6C6.552 10 7 10.448 7 11V16C7 16.552 6.552 17 6 17Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.5 10V9.5C18.5 5.91 15.59 3 12 3V3C8.41 3 5.5 5.91 5.5 9.5V10' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.625 21.25H11.375C10.685 21.25 10.125 20.69 10.125 20V20C10.125 19.31 10.685 18.75 11.375 18.75H12.625C13.315 18.75 13.875 19.31 13.875 20V20C13.875 20.69 13.315 21.25 12.625 21.25Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.875 20H16C17.105 20 18 19.105 18 18V17' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.progress-bar {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: transparent;
    flex-direction: row;
    height: 2rem;
    padding: 0 1rem;
}
.progress-bar span {
    display: block;
    width: 3rem;
    height: 0.5rem;
    border-radius: 1rem;
    margin: 0 .25rem;
    background-color: rgba(0, 159, 227, 0.4);
    transition: all 250ms ease;
}
.progress-bar span.active {
    width: 14rem;
    background-color: rgba(0, 159, 227, 1);
    border: 1.5px var(--white) solid;
    outline: 1px rgba(0, 159, 227, 1) solid;
}


.happy-face {
    width: 4.5rem;
    margin-top: 1rem;
    margin-left: 7rem;
}
.quiz--hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3rem;
    background-image: url('../img/quiz/bg_quiz.jpg');
}
@media ( max-width: 992px ) {
    .quiz--hero {
        background-image: url('../img/quiz/bg_quiz_mobile.svg');
        background-size: contain;
        background-position: bottom center;
    }
}
.quiz--hero > .d-flex {
    height: calc(100vh - 6rem);
}
.quiz--hero > div > img {
    position: absolute;
    left: 0;
    width: calc(50% - 3rem);
    top: 0;
    height: 100%;
    object-fit: contain;
    object-position: left;
}

/* .q--1,
.q--7 {
    background-image: url('../img/quelli_bg_verde.svg');
    background-color: var(--verde);
}

.q--2 {
    background-image: url('../img/quelli_bg_giallo.svg');
    background-color: var(--giallo);
}
.q--3 {
    background-image: url('../img/quelli_bg_azzurro.svg');
    background-color: var(--azzurro);
}
.q--4 {
    background-image: url('../img/quelli_bg_blu.svg');
    background-color: var(--blu);
}
.q--5 {
    background-image: url('../img/quelli_bg_rosa.svg');
    background-color: var(--rosa);
}
.q--6 {
    background-image: url('../img/quelli_bg_rosso.svg');
    background-color: var(--rosso);
} */

.question {
    padding-top: 3rem;
    padding-bottom: 4rem;
    min-height: 100vh;
    margin-bottom: 0;
    background-position: top center;
    background-repeat: repeat-y;
    background-size: cover;
}
.q--1 .col-md-10 {
    position: relative;
}
.q--1 img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media ( max-width: 992px ) {
    .q--1 img {
        position: relative;
    }
}
.question-number {
    font-size: 1rem;
    color:#007BC3;
    font-weight: 500;
}
.question-number strong{
    font-family: var(--peachy-keen-jf);
    font-size: 2rem;
}
.question-text {
    margin-top: 1rem;
    font-family: var(--peachy-keen-jf);
    font-size: 2.5rem;
    line-height: 1.25;
    font-weight: 700;
}
.answers--area {
    margin-top: 3rem;
    background: white;
    padding: 2rem;
    border-radius: var(--border-radius);
}
.answers--area.triggered .answer:not(.active) {
    opacity: 0.5;
}
.answer {
    cursor: pointer;
    width: calc(50% - .5rem);
    margin-top: 1rem;
    border-radius: 1.25rem;
    background-color: var(--white);
    padding: 0.5rem;
    border: 1.5px #e6e6e6 solid;
    box-shadow: var(--box-shadow);
}
.question.img .answer {
    width: 100%;
}
.question.img .answer,
.question.img .answer-inner {
    padding: 0;
}
.question.img .answer-inner img {
    border-radius: var(--border-radius);
}
.answer:hover span::before,
.answer.active span::before,
.question-img .answer.active::before,
.question-img .answer:hover::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='6.5' fill='white' stroke='%23007BC3' stroke-width='5'/%3E%3C/svg%3E");
}
.answer-inner {
    border-radius: var(--border-radius);
    padding: 1rem;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: start;
    height: 100%;
}
.question.img-text .answer-inner {
    justify-content: center;
    padding-bottom: 0.5rem;
    position: relative;
}
.question.img-text .answer,
.question.img .answer {
    position: relative;
}
.question.img-text .answer::before,
.question.img .answer::before {
    content: ' ';
    position: absolute;
    top: 2rem;
    left: 2rem;
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8' fill='white' stroke='%23E6E6E6' stroke-width='2'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.question.img-text .answer.active::before,
.question.img .answer.active::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='6.5' fill='white' stroke='%23007BC3' stroke-width='5'/%3E%3C/svg%3E%0A");
}
.img-text .answer-inner span {
    font-weight: 700;
    font-size: 1.25rem;
}
.question-img .answer,
.question-img .answer-inner {
    padding: 0;
}
.question-img .answer-inner img {
    border-radius: var(--border-radius);
}
.question-img .answer {
    position: relative;
}
.question-img .answer::before {
    content: ' ';
    position: absolute;
    top: 1rem;
    left: 1rem;

}

/* .answer-inner.ai-img {
    padding: 0;
}
.answer-inner.ai-img img {
    border-radius: 1rem;
} */
.answer span {
    font-weight: 500;
    font-size: 1rem;
    display: flex;
    align-items: center;
}
.question-img .answer::before,
.answer span::before {
    content: ' ';
    width: 2rem;
    height: 2rem;
    margin-right: .5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8.25' stroke='%23CCCCCC' stroke-width='1.5'/%3E%3C/svg%3E");
}
.img-text .answer-inner span::before {
    content: none
}

.answer-slider {
    width: 100%;
    position: relative;
    height: 1px;
    background-color: var(--black);
}
.answer-slider-point {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    background-color: var(--black);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    cursor: grabbing;
}


.result .white-bcg {
    border-radius: var(--border-radius);
}
.result .logo-fumetto {
    position: absolute;
    width: 50%;
    height: 10rem;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
}

.result--color img {
    height: 6rem;
}


@media ( max-width: 992px ) {
    .quiz--hero > .d-flex {
        flex-wrap: wrap;
    }
    .quiz--hero > div > img {
        position: relative;
        width: 95%;
        /* margin-top: -1rem; */
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    
    .answer {
        width: 49%;
        margin-top: 2rem;
    }
    .q--2 .answer {
        width: 49%;
    }
    .question-text {
        line-height: 1;
    }
}
@media ( max-width: 767px ) {
    .answer {
        width: 100%;
        margin-top: 2rem;
    }
        .q--2 .answer {
        width: 49%;
    }
}
/* --- CONSENSI --- */
/* .consents--section,
.consents--response {
    background-color: var(--blu);
}
.consents--section .container,
.consents--response .container {
    background-color: var(--white);
} */
 
.consents-header img {
    width: 12rem;
    margin: 0 auto;
}

.logo-consensi {
    position: absolute;
    width: 50%;
    height: 10rem;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    object-fit: contain;
}

.consents--section label a {
    color: var(--azzurro) !important
}

.consents--section .consents .row {
    justify-content: center;
}
.consents--section .btn {
    display: none !important;
}

.consents--section .consents-input-col {display: block !important;}
.consents--section .consents-input-col ~ .col-12 {display: none !important;}

.consents-input-col input[data-redirect="profilo"] {
    border: 1px solid #ccc;
    color: #0D0D0D;
    background: var(--white);
}

body.consents--page .consents--section .consents-descr {
    display: none !important;
}

/* .consents input[type="checkbox"] ~ label,
.consents input[type="radio"] ~ label {
    align-items: center;
} */
.consents input[type="checkbox"] ~ label::before,
.consents input[type="radio"] ~ label::before {
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    border: none;
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_2396_6942)'%3E%3Cpath d='M0.509768 7.61337C0.229981 4.26197 2.75902 1.33514 6.11555 1.12584L17.5173 0.414864C21.0731 0.193139 24.0376 3.10051 23.8852 6.65992L23.4887 15.921C23.3572 18.99 20.929 21.4641 17.8629 21.6529L7.62418 22.2834C4.36758 22.484 1.54764 20.0454 1.2762 16.794L0.509768 7.61337Z' fill='%23F7F7F7'/%3E%3Cpath d='M6.14667 1.62487L17.5484 0.913895C20.8079 0.710647 23.5254 3.37574 23.3857 6.63853L22.9891 15.8996C22.8687 18.7129 20.6428 20.9808 17.8322 21.1539L7.59345 21.7844C4.60823 21.9682 2.02329 19.7329 1.77446 16.7524L1.00803 7.57178C0.751563 4.49966 3.06985 1.81673 6.14667 1.62487Z' stroke='%23CCCCCC'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_2396_6942' x='0.488281' y='0.402832' width='24.4023' height='22.8921' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_2396_6942'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_2396_6942' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.consents input[type="checkbox"]:checked ~ label::before,
.consents input[type="radio"]:checked ~ label::before {
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='24' viewBox='0 0 26 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_3012_8027)'%3E%3Cpath d='M0.680178 7.61337C0.400391 4.26197 2.92943 1.33514 6.28596 1.12584L17.6877 0.414864C21.2435 0.193139 24.2081 3.10051 24.0556 6.65992L23.6591 15.921C23.5277 18.99 21.0994 21.4641 18.0334 21.6529L7.79459 22.2834C4.53799 22.484 1.71805 20.0454 1.44661 16.794L0.680178 7.61337Z' fill='%23F7F7F7'/%3E%3Cpath d='M17.7192 0.914062C20.8765 0.717408 23.5253 3.21185 23.561 6.33398L23.5562 6.63867L23.1597 15.8994C23.043 18.6249 20.9502 20.8389 18.2642 21.1318L18.0024 21.1543L7.76416 21.7842C4.77894 21.968 2.19365 19.7325 1.94482 16.752L1.17822 7.57129C0.92205 4.49945 3.24033 1.81695 6.31689 1.625L17.7192 0.914062Z' stroke='%231A1A1A'/%3E%3C/g%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.5321 7.65476C18.7228 7.85451 18.7154 8.17101 18.5156 8.36168L11.1823 15.3617C10.9891 15.5461 10.6851 15.5461 10.4918 15.3617L6.82517 11.8617C6.62542 11.671 6.61806 11.3545 6.80873 11.1548C6.9994 10.955 7.3159 10.9477 7.51565 11.1383L10.8371 14.3088L17.8252 7.63832C18.0249 7.44765 18.3414 7.45501 18.5321 7.65476Z' fill='%231A1A1A'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_3012_8027' x='0.65918' y='0.402954' width='24.4019' height='22.892' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_3012_8027'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_3012_8027' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.consents br {
    display: none;
}
.consents strong {
    font-weight: 500 !important;
    display: block;
}
.consents strong p {
    font-size: .85rem;
}

@media ( max-width: 768px ) {
    .logo-consensi {
        width: calc(100% - 4rem);
    }
}

 /* --- FAQ | ACCORDION --- */
 .faq .gen--title {
    color: var(--white);
 }
 .faq .col-12.cmt-2 > p {
    font-weight: 600;
    font-size: 1.75rem;
 }
 body .accordion-button,
 body .accordion-body {
    padding-left: 0;
    padding-right: 0;
    background-color: transparent;
 }
 body .accordion-item,
 body .accordion-button {
    border: none;
    background-color: transparent !important;
 }
 body .accordion-button:not(.collapsed) {
    box-shadow: none;
    background-color: transparent;
 }
 

section.faq {
    padding-bottom: 12rem;
    margin-bottom: -6rem;
} 
 /* --- GAME --- */
 /* .code--loader, */
 .gen--loader,
 .code--form,
 .code--played,
 .code--win,
 .code--lose,
 .code--fail,
 .code--retry {
     display: none;
 }
 .code--form,
 .code--win,
 .code--lose {
    margin-bottom: 0;
 }
 
 .gen--loader,
 .code--loader,
 .code--retry,
 .code--fail,
 .not-enough-credit,
 .file-too-big,
 .already-won,
 .scontrino-kfl {
     position: fixed;
     z-index: 1000;
     width: 100%;
     background-color: rgba(0, 0, 0, .8);
     height: 100%;
     top: 0;
     left: 0;
 }
 .gen--loader.full-loader,
 .not-enough-credit,
 .file-too-big,
 .already-won {
    background-color: var(--verde);
 }
 .scontrino-kfl {
    background-color: transparent;
    backdrop-filter: blur(8px);
 }

 .gen--loader > div,
 .code--loader > div,
 .code--fail > div,
 .code--retry > div,
 .already-won > div,
 .not-enough-credit > div,
 .file-too-big > div,
 .scontrino-kfl > div {
     height: 100%;
 }
 .already-won .gen--box,
 .not-enough-credit .gen--box,
 .file-too-big .gen--box { padding: 0; }
 .code--retry .white-bcg,
 .code--fail .white-bcg {
    border-radius: var(--border-radius);
 }
 .scontrino-kfl .gen--box {
    padding: 4px;
 }
 .scontrino-kfl .gen--box-inner {
    position: relative;
    padding-top: 9rem !important;
}
 .scontrino-kfl img {
    position: absolute;
    width: 80%;
    height: 14rem;
    object-fit: contain;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
 }

/* --- PROFILO | AREA PERSONALE --- */

/* body.profile,
.profile-generic-bcg {
    background-image: url('../img/profilo/quelli_bg_generic.svg');
}
body.profile.profile-giallo,
.profile-giallo {
    background-image: url('../img/profilo/quelli_bg_giallo.svg');
    background-color: var(--giallo);
}
body.profile.profile-azzurro,
.profile-azzurro {
    background-image: url('../img/profilo/quelli_bg_azzurro.svg');
    background-color: var(--azzurro);
}
body.profile.profile-rosa,
.profile-rosa {
    background-image: url('../img/profilo/quelli_bg_rosa.svg');
    background-color: var(--rosa);
}
body.profile.profile-blu,
.profile-blu {
    background-image: url('../img/profilo/quelli_bg_blu.svg');
    background-color: var(--blu);
}
body.profile.profile-rosso,
.profile-rosso {
    background-image: url('../img/profilo/quelli_bg_rosso.svg');
    background-color: var(--rosso);
}
body.profile.profile-verde,
.profile-verde {
    background-image: url('../img/profilo/quelli_bg_verde.svg');
    background-color: var(--verde);
} */



.private-area--menu {
    display: flex;
    flex-direction: column;
}
.private-area--menu a {
    display: block;
}
 
.profile-box {
    border-radius: 1.25rem;
    background-color: var(--white);
    padding: 0.5rem;
    border: 1.5px #e6e6e6 solid;
    box-shadow:var(--box-shadow)
}
.private-area--content .profile-box {
    padding: 2rem;
}
.profile-box-inner {
    border-radius: 1.5rem;
    border: 1.5px #e6e6e6 solid;
    margin-top: 2rem;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}
.profile-box-inner.has-logo-fumetto {
    padding-top: 6rem;
    overflow: visible;
}
.profile-box-inner.has-logo-fumetto .logo-fumetto {
        position: absolute;
        width: 50%;
        height: 10rem;
        left: 50%;
        top: 0;
        transform: translate(-50%, -50%);
    }
    
.profile-presentation .col-12 {
    position: relative;
    z-index: 10;
}
.profile-presentation img {
    position: absolute;
    height: 100%;
    width: auto;
    right: -1rem;
    top: 0;
}
.profile-box > a,
.profile-box-mobile-selection > a {
    padding: 0.75rem;
    border-radius: 1.25rem;
    margin-top: 1rem;
    font-weight: 500;
    text-decoration: none;
    display: flex;
    position: relative;
}
.profile-box-mobile-selection > a { margin-top: 0; }
.profile-box > a.active {
    border: 1.5px #e6e6e6 solid;
    box-shadow: var(--box-shadow);
}
.profile-box > a::before,
.profile-box-mobile-selection > a::before {
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.75rem;
    display: block;
    position: relative;
    z-index: 5;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.profile-box > a[data-content="profilo"]::before,
.profile-box-mobile-selection > a[data-content="profilo"]::before { background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4H9C9.26522 4 9.51957 4.10536 9.70711 4.29289C9.89464 4.48043 10 4.73478 10 5V11C10 11.2652 9.89464 11.5196 9.70711 11.7071C9.51957 11.8946 9.26522 12 9 12H5C4.73478 12 4.48043 11.8946 4.29289 11.7071C4.10536 11.5196 4 11.2652 4 11V5C4 4.73478 4.10536 4.48043 4.29289 4.29289C4.48043 4.10536 4.73478 4 5 4Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 16H9C9.26522 16 9.51957 16.1054 9.70711 16.2929C9.89464 16.4804 10 16.7348 10 17V19C10 19.2652 9.89464 19.5196 9.70711 19.7071C9.51957 19.8946 9.26522 20 9 20H5C4.73478 20 4.48043 19.8946 4.29289 19.7071C4.10536 19.5196 4 19.2652 4 19V17C4 16.7348 4.10536 16.4804 4.29289 16.2929C4.48043 16.1054 4.73478 16 5 16Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 12H19C19.2652 12 19.5196 12.1054 19.7071 12.2929C19.8946 12.4804 20 12.7348 20 13V19C20 19.2652 19.8946 19.5196 19.7071 19.7071C19.5196 19.8946 19.2652 20 19 20H15C14.7348 20 14.4804 19.8946 14.2929 19.7071C14.1054 19.5196 14 19.2652 14 19V13C14 12.7348 14.1054 12.4804 14.2929 12.2929C14.4804 12.1054 14.7348 12 15 12Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15 4H19C19.2652 4 19.5196 4.10536 19.7071 4.29289C19.8946 4.48043 20 4.73478 20 5V7C20 7.26522 19.8946 7.51957 19.7071 7.70711C19.5196 7.89464 19.2652 8 19 8H15C14.7348 8 14.4804 7.89464 14.2929 7.70711C14.1054 7.51957 14 7.26522 14 7V5C14 4.73478 14.1054 4.48043 14.2929 4.29289C14.4804 4.10536 14.7348 4 15 4Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
.profile-box > a[data-content="le-mie-giocate"]::before,
.profile-box-mobile-selection > a[data-content="le-mie-giocate"]::before { background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0008 8.00007V12.0001L14.0008 14.0001M3.05078 11.0001C3.27487 8.80013 4.30105 6.75968 5.93351 5.26803C7.56598 3.77639 9.69048 2.93795 11.9017 2.9127C14.1128 2.88744 16.2559 3.67713 17.922 5.1311C19.5882 6.58507 20.6607 8.60155 20.935 10.7958C21.2092 12.99 20.6661 15.2085 19.4091 17.0278C18.1522 18.8472 16.2694 20.1401 14.1201 20.6599C11.9707 21.1797 9.70519 20.89 7.75578 19.8461C5.80636 18.8022 4.3095 17.0772 3.55078 15.0001M3.05078 20.0001V15.0001H8.05078' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
.profile-box > a[data-content="dati-personali"]::before,
.profile-box-mobile-selection > a[data-content="dati-personali"]::before { background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 21V19C6 17.9391 6.42143 16.9217 7.17157 16.1716C7.92172 15.4214 8.93913 15 10 15H14C15.0609 15 16.0783 15.4214 16.8284 16.1716C17.5786 16.9217 18 17.9391 18 19V21M8 7C8 8.06087 8.42143 9.07828 9.17157 9.82843C9.92172 10.5786 10.9391 11 12 11C13.0609 11 14.0783 10.5786 14.8284 9.82843C15.5786 9.07828 16 8.06087 16 7C16 5.93913 15.5786 4.92172 14.8284 4.17157C14.0783 3.42143 13.0609 3 12 3C10.9391 3 9.92172 3.42143 9.17157 4.17157C8.42143 4.92172 8 5.93913 8 7Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
.profile-logout {
    margin-top: 15rem !important;
    color: var(--rosso);
}
.profile-logout:hover {
    color: var(--rosso);
}
.profile-logout::before { background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 8V6C15 5.46957 14.7893 4.96086 14.4142 4.58579C14.0391 4.21071 13.5304 4 13 4H6C5.46957 4 4.96086 4.21071 4.58579 4.58579C4.21071 4.96086 4 5.46957 4 6V18C4 18.5304 4.21071 19.0391 4.58579 19.4142C4.96086 19.7893 5.46957 20 6 20H13C13.5304 20 14.0391 19.7893 14.4142 19.4142C14.7893 19.0391 15 18.5304 15 18V16M21 12H8M8 12L11 9M8 12L11 15' stroke='%23C00D0E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
div[data-area="dati-personali"] label,
div[data-area="dati-personali"] input {
    pointer-events: none;
}
div[data-area="dati-personali"] .consents .btn {
    max-width: 192px;
}
.no-quiz {
    padding: 2rem;
    border-radius: 1rem;
    background-size: 12rem;
}
.quiz {
    position: relative;
    padding: 2rem;
    /* margin-top: 2rem; */
}
.quiz .col-12,
.no-quiz .col-12 {
    position: relative;
    z-index: 5;
}
.quiz .peachy-keen-jf,
.no-quiz .peachy-keen-jf {
    -webkit-text-stroke: var(--white) 2px;
}
.quiz img.bcg,
.no-quiz img.bcg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.quiz img.breakfast,
.no-quiz img.breakfast {
    position: absolute;
    right: 2rem;
    top: 50%;
    transform: translate(0, -50%) scale(1.2);
    height: 100%;
    width: 45%;
    object-fit: contain;
    z-index: 15;
}
.quiz .btn,
.no-quiz .btn {
    position: relative;
}
/* .no-quiz .btn::before { */
.quiz .btn::before {
    content: ' ';
    right: -8rem;
    top: -2.5rem;
    width: 7rem;
    height: 5.5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='92' height='78' viewBox='0 0 92 78' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_431_26949)'%3E%3Cpath d='M84.7108 34.3756C84.7514 34.3259 84.6565 34.2899 84.7134 34.2659C84.7125 34.3025 84.7708 34.3376 84.7108 34.3756Z' fill='white'/%3E%3Cpath d='M78.8511 14.0041L78.822 13.9976L78.8398 13.9863L78.8568 14.013L78.8511 14.0041Z' fill='white'/%3E%3Cpath d='M78.6777 21.2603L78.674 21.2767L78.6777 21.2603Z' fill='white'/%3E%3Cpath d='M82.6022 28.949C82.6022 28.949 82.6095 28.8837 82.6387 28.853C82.6497 28.8704 82.6433 28.8987 82.6022 28.949Z' fill='white'/%3E%3Cpath d='M84.6422 34.5739C84.6422 34.5739 84.6847 34.5834 84.6965 34.5637C84.6792 34.5747 84.6705 34.5802 84.6422 34.5739Z' fill='white'/%3E%3Cpath d='M82.5936 28.6296C82.5936 28.6296 82.611 28.6185 82.6055 28.6099L82.5881 28.6209L82.5936 28.6296Z' fill='white'/%3E%3Cpath d='M78.9119 14.1572C78.9495 14.2549 78.8812 14.128 78.8653 14.1989C78.8749 14.1563 78.9182 14.1288 78.9119 14.1572Z' fill='white'/%3E%3Cpath d='M83.2297 30.1844L83.2077 30.1497C83.2077 30.1497 83.2424 30.1277 83.2598 30.1167L83.2352 30.1931L83.2297 30.1844Z' fill='white'/%3E%3Cpath d='M82.4245 27.931C82.4245 27.931 82.4592 27.9089 82.4931 27.924C82.4922 27.961 82.4584 27.946 82.4245 27.931Z' fill='white'/%3E%3Cpath d='M84.4041 33.8743L84.3818 33.8391L84.3906 33.8335L84.4041 33.8743Z' fill='white'/%3E%3Cpath d='M84.4666 33.6525L84.4785 33.6328L84.4666 33.6525Z' fill='white'/%3E%3Cpath d='M84.7124 34.2662C84.7124 34.2662 84.7069 34.2575 84.7188 34.2378L84.7298 34.2552C84.7298 34.2552 84.7211 34.2607 84.7124 34.2662Z' fill='white'/%3E%3Cpath d='M36.7148 35.7447C36.7148 35.7447 36.635 35.7711 36.5498 35.789L36.7148 35.7447Z' fill='white'/%3E%3Cpath d='M33.9455 36.4789C33.9455 36.4789 33.8769 36.4859 33.8746 36.463C33.8888 36.4662 33.9171 36.4726 33.9455 36.4789Z' fill='white'/%3E%3Cpath d='M78.8564 12.9539L78.6756 13.0685C78.7164 13.0186 78.7962 12.9921 78.8564 12.9539Z' fill='white'/%3E%3Cpath d='M36.9026 36.6701C36.9893 36.7116 37.1302 36.6103 37.1402 36.6642C37.0581 36.668 36.9548 36.7335 36.9026 36.6701Z' fill='white'/%3E%3Cpath d='M79.1059 13.3255L79.0894 13.2995C79.0894 13.2995 79.1241 13.2775 79.1328 13.272L79.1059 13.3255Z' fill='white'/%3E%3Cpath d='M66.359 22.6449L66.3503 22.6504L66.3361 22.6473L66.359 22.6449Z' fill='white'/%3E%3Cpath d='M49.846 32.3797C49.7943 32.4124 49.7349 32.4139 49.6505 32.395C49.7022 32.3623 49.7897 32.3671 49.846 32.3797Z' fill='white'/%3E%3Cpath d='M50.343 32.1972C50.343 32.1972 50.3715 32.2036 50.3802 32.198L50.3343 32.2028L50.343 32.1972Z' fill='white'/%3E%3Cpath d='M46.7865 33.7917L46.864 33.7425C46.864 33.7425 46.8858 33.7769 46.9366 33.7809L46.7865 33.7917Z' fill='white'/%3E%3Cpath d='M51.8828 31.5698C51.8828 31.5698 51.9048 31.6045 51.8811 31.6438C51.8039 31.6563 51.8591 31.6092 51.8828 31.5698Z' fill='white'/%3E%3Cpath d='M38.1806 36.2931L38.2741 36.2698L38.285 36.287L38.1806 36.2931Z' fill='white'/%3E%3Cpath d='M41.8982 35.2206C41.9835 35.2396 41.9321 35.2357 41.8982 35.2206V35.2206Z' fill='white'/%3E%3Cpath d='M38.6298 36.3429L38.6442 36.3461L38.6786 36.3614L38.6298 36.3429Z' fill='white'/%3E%3Cpath d='M37.1391 36.6641C37.1391 36.6641 37.1761 36.6649 37.1903 36.6681C37.173 36.6791 37.1643 36.6846 37.1328 36.6924C37.1328 36.6924 37.1359 36.6783 37.1391 36.6641Z' fill='white'/%3E%3Cpath d='M40.5412 35.77C40.5412 35.77 40.4909 35.729 40.4854 35.7203C40.5114 35.7038 40.5453 35.7188 40.5412 35.77Z' fill='white'/%3E%3Cpath d='M31.3424 38.4051C31.3424 38.4051 31.3602 38.3938 31.3691 38.3882C31.3691 38.3882 31.3659 38.4027 31.3424 38.4051Z' fill='white'/%3E%3Cpath d='M32.6883 35.3896L32.6773 35.3722C32.6773 35.3722 32.7198 35.3817 32.7372 35.3707L32.6938 35.3982L32.6883 35.3896Z' fill='white'/%3E%3Cpath d='M4.87695 45.4644C4.87695 45.4644 4.83094 45.5055 4.78492 45.5467L4.87695 45.4644Z' fill='white'/%3E%3Cpath d='M32.0095 25.993C32.0095 25.993 32.1011 25.947 32.155 25.9369L32.0095 25.993Z' fill='white'/%3E%3Cpath d='M5.43337 46.2288C5.50369 46.2446 5.55159 46.1298 5.58432 46.1814C5.54128 46.2087 5.48877 46.2781 5.43337 46.2288Z' fill='white'/%3E%3Cpath d='M32.3899 26.2928L32.3734 26.2667C32.3734 26.2667 32.3995 26.2502 32.4082 26.2446L32.3844 26.2841L32.3899 26.2928Z' fill='white'/%3E%3Cpath d='M23.6286 33.0238L23.6056 33.0262L23.6286 33.0238Z' fill='white'/%3E%3Cpath d='M13.333 41.3764C13.333 41.3764 13.2675 41.4059 13.192 41.3816C13.2263 41.3599 13.2855 41.3584 13.333 41.3764Z' fill='white'/%3E%3Cpath d='M13.6677 41.2242C13.6677 41.2242 13.6879 41.2363 13.6968 41.2307L13.6588 41.2298L13.6677 41.2242Z' fill='white'/%3E%3Cpath d='M11.4053 42.6231L11.4567 42.5905C11.4567 42.5905 11.473 42.6162 11.5096 42.6171L11.3967 42.6286L11.4053 42.6231Z' fill='white'/%3E%3Cpath d='M14.6953 40.7183C14.6953 40.7183 14.7118 40.7443 14.7109 40.7813C14.6566 40.7914 14.689 40.7466 14.6953 40.7183Z' fill='white'/%3E%3Cpath d='M6.10883 45.6448L6.16406 45.5977L6.16956 45.6063L6.10883 45.6448Z' fill='white'/%3E%3Cpath d='M6.42812 45.5991L6.43139 45.5845L6.46614 45.5999L6.42812 45.5991Z' fill='white'/%3E%3Cpath d='M5.5852 46.1811C5.5852 46.1811 5.60262 46.1701 5.61684 46.1732L5.582 46.1953C5.582 46.1953 5.582 46.1953 5.57649 46.1866L5.5852 46.1811Z' fill='white'/%3E%3Cpath d='M24.6489 60.8013C24.6489 60.8013 24.6882 60.825 24.7276 60.8487L24.6489 60.8013Z' fill='white'/%3E%3Cpath d='M25.2276 60.0624C25.2293 59.989 25.1191 59.9865 25.1567 59.9506C25.1785 59.985 25.2575 59.9953 25.2276 60.0624Z' fill='white'/%3E%3Cpath d='M1.65776 48.0236L1.63102 48.0406C1.63102 48.0406 1.62539 48.0317 1.61975 48.0228L1.65776 48.0236Z' fill='white'/%3E%3Cpath d='M9.07617 52.8457L9.07247 52.8621L9.07617 52.8457Z' fill='white'/%3E%3Cpath d='M20.6763 56.7503L20.6662 56.7567L20.6699 56.7402L20.6763 56.7503Z' fill='white'/%3E%3Cpath d='M1.44188 48.219C1.38984 48.1559 1.29467 48.2523 1.31895 48.1768C1.43415 48.1879 1.3878 48.001 1.51786 47.9786L1.48527 47.9272C1.48527 47.9272 1.52245 48.0238 1.5553 47.9429L1.49901 48.0626C1.49901 48.0626 1.59477 48.062 1.63764 48.0348C1.65309 48.0971 1.58424 48.2729 1.72516 48.2677L1.70886 48.2419C1.77805 48.2942 1.80004 48.1962 1.82261 48.1939L1.81175 48.1767L1.90208 48.1675C1.82576 48.1798 1.79257 48.0327 1.83688 48.0647C1.94894 48.0897 1.79716 48.0778 1.85777 48.1355C1.90208 48.1675 1.91779 48.0975 1.94665 48.0672L2.02441 48.114C2.05098 48.0611 1.97152 48.0874 2.03154 48.0494L2.10217 48.1608C2.19505 48.0418 2.17509 48.2948 2.29284 48.1961C2.24395 48.119 2.32485 48.1518 2.34284 48.1043L2.52324 48.2182C2.52324 48.2182 2.50236 48.1473 2.51866 48.173C2.58097 48.1576 2.55669 48.233 2.56755 48.2502C2.61043 48.223 2.70363 48.3321 2.75364 48.2403C2.914 48.2468 2.73623 48.3835 2.87945 48.4008C2.92546 48.3596 2.79081 48.3369 2.87885 48.3051L2.98377 48.3947C2.98377 48.3947 3.01434 48.2913 2.95831 48.2787C3.32165 48.3968 3.65834 48.2073 3.90622 48.4466C3.98338 48.3977 3.90477 48.3875 3.89476 48.3338C4.06174 48.5403 4.27151 48.3592 4.44333 48.4785L4.41676 48.5314C4.76092 48.5054 4.9908 48.7922 5.32697 48.8674L5.27552 48.9C5.27696 48.9591 5.34071 49.0028 5.36788 49.0457C5.38817 49.0208 5.39615 48.9196 5.47077 48.9804C5.44505 48.9967 5.39445 48.9928 5.3936 49.0294C5.43019 49.0302 5.48622 49.0427 5.52281 49.0436C5.56025 49.0078 5.67859 49.0049 5.58682 48.9549C5.68029 48.9317 5.67774 49.0414 5.73062 49.068C5.79608 49.0385 5.79005 48.9342 5.73487 48.8851L5.80092 48.9513L5.8095 48.9459L5.8561 49.0004C5.9387 48.9601 5.89209 48.9055 5.97385 48.9018L5.97443 48.9975L6.03445 48.9594C6.03445 48.9594 6.04991 49.0217 6.09736 49.0397L6.10594 49.0343L6.16197 49.0468C6.1185 48.9782 6.22972 49.0399 6.20883 48.969C6.26486 48.9816 6.26486 48.9816 6.36834 49.0121L6.33319 49.0704C6.45526 49.1492 6.36062 48.9809 6.46724 48.9974L6.4461 49.0589C6.63388 48.9759 6.6911 49.1798 6.82744 49.1295C6.76912 49.0943 6.8074 49.022 6.79569 49.0415C6.8906 49.0774 7.05011 49.1204 7.12931 49.2264C7.19332 49.1378 7.20818 49.1043 7.32652 49.1014C7.39342 49.131 7.40428 49.1482 7.41973 49.2105C7.50462 49.1927 7.62041 49.2995 7.64469 49.224C7.64614 49.2832 7.7093 49.2311 7.73875 49.2965L7.76448 49.2802L7.72933 49.3385C7.90082 49.2298 7.92288 49.4921 8.09123 49.3974L8.07493 49.3717L8.10752 49.4231C8.10752 49.4231 8.12009 49.3671 8.12952 49.3251L8.38707 49.3901L8.31848 49.4335C8.31848 49.4335 8.38368 49.5364 8.4577 49.5015C8.38479 49.3675 8.54174 49.5203 8.58003 49.4479L8.54744 49.3965C8.58631 49.4199 8.59585 49.4539 8.57604 49.4985C8.66781 49.5485 8.68836 49.3913 8.74812 49.4855L8.67808 49.4699C8.67808 49.4699 8.6701 49.571 8.71756 49.589C8.7347 49.5781 8.769 49.5564 8.73556 49.5415C8.80474 49.5938 8.92308 49.5908 8.95025 49.6337C8.99541 49.6291 8.9994 49.5785 8.9831 49.5528C9.12691 49.6658 9.06171 49.563 9.20552 49.6761L9.21494 49.6341L9.25297 49.694L9.35587 49.6288L9.30442 49.6614C9.36274 49.6965 9.38447 49.7308 9.45222 49.7239L9.44533 49.6562C9.58142 49.7381 9.64628 49.6129 9.76436 49.7422C9.77294 49.7368 9.75664 49.7111 9.74577 49.694C9.84671 49.8342 9.87983 49.621 9.97762 49.7752C9.96675 49.7581 10.001 49.7364 9.99875 49.7138L10.0368 49.7738L10.0696 49.6929L10.078 49.8197L10.1443 49.7537L10.166 49.788C10.2471 49.6884 10.3046 49.7601 10.395 49.7509L10.4121 49.74C10.3366 49.7158 10.2471 49.6884 10.2083 49.665C10.2177 49.623 10.2451 49.5336 10.2054 49.5467C10.1954 49.493 10.1714 49.4362 10.1036 49.4431C10.0833 49.4679 10.0716 49.4874 10.0685 49.5014C10.1068 49.4291 10.0522 49.4757 10.0382 49.4726L10.081 49.4454C10.1053 49.3699 10.0507 49.4165 10.0133 49.4523L10.0376 49.3768C10.0376 49.3768 10.0204 49.3877 10.0118 49.3931L10.0267 49.3597L9.96583 49.4343C9.96583 49.4343 9.96438 49.3752 10.0027 49.3028C9.98238 49.3277 9.95123 49.3354 9.95352 49.358L9.86404 49.3307L9.89834 49.3089C9.94207 49.2451 9.94606 49.1946 9.91176 49.2163C9.89919 49.2723 9.85632 49.2995 9.82431 49.3438C9.83374 49.3018 9.87032 49.3026 9.88832 49.2552C9.90633 49.2077 9.89317 49.168 9.8643 49.1983L9.85802 49.2264C9.85802 49.2264 9.77771 49.2893 9.77227 49.2807C9.79342 49.2193 9.75597 49.255 9.82856 49.1609C9.82084 49.1298 9.77084 49.2216 9.76226 49.227C9.78884 49.1741 9.7351 49.1841 9.69451 49.2339C9.78824 49.0784 9.59562 49.2486 9.68306 49.121L9.61676 49.1871C9.61676 49.1871 9.68706 49.0704 9.68476 49.0479C9.64189 49.0751 9.61217 49.1419 9.58331 49.1723L9.65674 49.0416C9.49154 49.1223 9.45292 48.9666 9.29086 49.0333C9.27227 48.985 9.2631 48.8947 9.20707 48.8822L9.18993 48.8931L9.12762 48.9085L9.19621 48.8651C9.19621 48.8651 9.20564 48.823 9.20021 48.8145C9.11531 48.8323 9.01327 48.8609 8.99324 48.7535C9.05352 48.5831 8.88635 48.8693 8.91462 48.7432C8.90605 48.7487 8.89119 48.7821 8.88806 48.7961C8.88118 48.7284 8.87659 48.6833 8.89315 48.5767C8.808 48.7267 8.87686 48.5509 8.82142 48.6341L8.85656 48.5758C8.85656 48.5758 8.79654 48.6139 8.77312 48.6528L8.80597 48.5719L8.77083 48.6302C8.77083 48.6302 8.72507 48.5391 8.63219 48.658C8.63246 48.5257 8.52897 48.4952 8.44492 48.4764C8.46606 48.4149 8.44663 48.4032 8.43576 48.3861L8.36946 48.4522C8.36946 48.4522 8.41488 48.3152 8.36343 48.3479C8.36343 48.3479 8.34629 48.3587 8.35172 48.3673C8.33542 48.3416 8.30655 48.3719 8.33083 48.2964C8.31139 48.2847 8.26852 48.3119 8.23023 48.3842C8.3091 48.2622 8.17964 48.3803 8.17964 48.3803C8.17964 48.3803 7.05762 48.0705 7.22583 47.255C7.25555 47.1882 7.25954 47.1376 7.31183 47.0684C7.31268 47.0318 7.23695 47.1399 7.26667 47.073C7.30954 47.0458 7.35497 46.9089 7.4267 46.8514L7.41584 46.8342C7.44784 46.7899 7.41728 46.8934 7.45871 46.8071L7.39699 46.9183C7.39699 46.9183 7.43986 46.8911 7.46329 46.8522C7.45072 46.9082 7.35699 47.0638 7.42559 47.0203C7.42559 47.0203 7.47246 46.9425 7.4896 46.9316L7.54419 46.885C7.53562 46.8905 7.54419 46.885 7.53876 46.8764C7.54419 46.885 7.57934 46.8267 7.60277 46.7878L7.61364 46.8049C7.64879 46.7466 7.6082 46.7964 7.6402 46.7521L7.63851 46.8252C7.72595 46.6977 7.62823 46.9038 7.71253 46.7903C7.70795 46.7452 7.74454 46.746 7.76254 46.6985L7.78971 46.7414C7.78971 46.7414 7.81628 46.6885 7.82171 46.6971C7.85601 46.6753 7.81229 46.7391 7.81772 46.7476C7.84658 46.7173 7.8566 46.771 7.91204 46.6878C7.98063 46.6444 7.85575 46.8076 7.9212 46.7781C7.96178 46.7284 7.9049 46.7524 7.95949 46.7058L7.98122 46.7401C7.98122 46.7401 8.02266 46.6538 8.00008 46.6561C8.12156 46.6391 8.34704 46.388 8.37794 46.5126C8.4271 46.4574 8.39594 46.4651 8.41394 46.4177C8.41682 46.536 8.57371 46.3284 8.62345 46.369L8.59688 46.4219C8.76836 46.3131 8.78211 46.4486 8.9036 46.4316L8.8693 46.4534C8.8693 46.4534 8.8676 46.5265 8.86675 46.5631C8.88704 46.5382 8.92303 46.4433 8.93619 46.483C8.91904 46.4939 8.90189 46.5048 8.88704 46.5382C9.0328 46.4458 9.15403 46.5612 9.30038 46.5645C9.41846 46.6939 9.638 46.6988 9.76465 46.8228C9.74835 46.7971 9.67177 46.9417 9.70607 46.92C9.88783 46.7327 9.7604 47.0057 9.90387 46.8907C9.93476 47.0153 10.1351 46.8762 10.102 47.0894L10.1371 47.0311C10.1371 47.0311 10.148 47.0483 10.1589 47.0654L10.176 47.0545C10.176 47.0545 10.2109 47.1285 10.2452 47.1068L10.2069 47.1791C10.2069 47.1791 10.2475 47.1293 10.2435 47.1799L10.2669 47.141L10.2427 47.2165C10.3215 47.0944 10.2901 47.2345 10.3447 47.1878C10.3579 47.2276 10.3562 47.3007 10.4153 47.2992C10.4645 47.2441 10.5034 47.2675 10.5517 47.2489C10.5843 47.3003 10.6503 47.3665 10.7344 47.3853L10.6875 47.4631L10.6984 47.4802C10.6984 47.4802 10.7241 47.4639 10.7218 47.4413C10.7912 47.3613 10.7404 47.4896 10.7864 47.4484C10.7341 47.5176 10.7692 47.4593 10.7584 47.4422C10.7155 47.4693 10.6827 47.5502 10.731 47.5316L10.7481 47.5208L10.7247 47.5596C10.7738 47.5045 10.7941 47.4796 10.8433 47.4244C10.8899 47.4789 10.8616 47.605 10.9348 47.6066C10.9731 47.5343 10.9619 47.6495 11.0268 47.5243C11.0337 47.592 10.9628 47.6129 10.9128 47.7047C10.9128 47.7047 10.9119 47.7413 10.9408 47.7109C10.9557 47.6775 10.9931 47.6417 10.9962 47.6277L11.0125 47.6534L11.0274 47.62C11.028 47.7157 11.1574 47.5976 11.158 47.6933C11.1346 47.7322 11.1355 47.6957 11.1035 47.74C11.0869 47.8466 11.1892 47.6856 11.1844 47.7728L11.2141 47.7059C11.2141 47.7059 11.1695 47.8062 11.2209 47.7736C11.2732 47.7044 11.2421 47.7121 11.2515 47.6701C11.2569 47.6787 11.2841 47.7215 11.235 47.7767C11.2341 47.8133 11.2778 47.7496 11.3036 47.7332C11.2864 47.7441 11.2521 47.7659 11.2427 47.8079C11.2855 47.7807 11.3299 47.8127 11.3579 47.8189C11.375 47.8081 11.3899 47.7746 11.3985 47.7692C11.3593 47.8781 11.4671 47.7257 11.4802 47.7654C11.5517 47.8402 11.5872 48.01 11.6821 48.0459C11.6375 48.1462 11.6624 48.1665 11.6755 48.2062L11.7598 48.0927L11.7558 48.1433C11.7558 48.1433 11.7567 48.1067 11.7996 48.0795L11.7527 48.1573C11.7527 48.1573 11.8313 48.1675 11.8479 48.0609L11.9311 48.1163C11.9311 48.1163 11.8779 48.2221 11.9176 48.2089C11.9465 48.1786 11.9239 48.1809 11.9559 48.1366C12.0751 48.097 11.8619 48.4244 11.9554 48.4012L11.9726 48.3903C11.9726 48.3903 11.9717 48.4269 11.96 48.4463C11.8671 48.5653 11.9983 48.374 11.9265 48.4315C11.8594 48.5341 11.9108 48.5015 11.85 48.5762C11.8928 48.549 11.8577 48.6073 11.8686 48.6244C11.9372 48.5809 11.9246 48.637 12.0049 48.574C11.9955 48.6161 11.9283 48.7187 11.9532 48.739C12.0281 48.6675 12.0001 48.6612 12.0398 48.648L12.0046 48.7064C12.0046 48.7064 12.0389 48.6846 12.0561 48.6737C12.0755 48.6854 12.0147 48.7601 12.063 48.7415L12.0927 48.6746C12.0927 48.6746 12.109 48.7003 12.1338 48.7205C12.1573 48.6817 12.1433 48.6785 12.1347 48.684C12.2096 48.6125 12.1307 48.7346 12.1393 48.7291C12.1136 48.7454 12.0964 48.7563 12.0613 48.8146C12.0784 48.8037 12.0253 48.9095 12.083 48.8489L12.1127 48.782C12.1127 48.782 12.0713 48.8683 12.1164 48.8637C12.1164 48.8637 12.1336 48.8529 12.1313 48.8303C12.0899 48.9166 12.1585 48.8731 12.195 48.874C12.1888 48.902 12.1653 48.9409 12.1739 48.9354C12.1396 48.9572 12.1279 48.9766 12.0787 49.0318C12.1708 48.9494 12.0279 49.1601 12.1019 49.1252C12.1253 49.0863 12.1488 49.0475 12.1145 49.0692C12.1676 48.9634 12.2371 48.8834 12.2442 48.8188C12.2379 48.8468 12.2456 48.8779 12.2722 48.825L12.2082 48.9137C12.2082 48.9137 12.2136 48.9222 12.2276 48.9254C12.1925 48.9837 12.1496 49.0109 12.1316 49.0583C12.1276 49.1089 12.2096 48.9728 12.1831 49.0257C12.1845 49.0849 12.1214 49.1369 12.1697 49.1183C12.1697 49.1183 12.1759 49.0903 12.1674 49.0957C12.2102 49.0686 12.2 49.1472 12.2843 49.0336C12.3046 49.0088 12.3194 48.9753 12.3108 48.9808L12.2937 48.9916C12.3351 48.9053 12.2983 49.0368 12.36 48.9256C12.3163 48.9893 12.3529 48.9902 12.3754 48.9879L12.3177 49.0485C12.2083 49.274 12.4137 48.9155 12.4378 48.9724C12.4306 49.037 12.4206 48.9832 12.3995 49.0447C12.422 49.0424 12.4766 48.9958 12.4758 49.0324C12.5015 49.016 12.5444 48.9889 12.5998 48.9057C12.5904 48.9477 12.6676 48.8988 12.6261 48.9851C12.5575 49.0286 12.6621 48.8902 12.5647 48.964L12.5178 49.0418C12.5178 49.0418 12.5387 49.1126 12.573 49.0909C12.5558 49.1017 12.5387 49.1126 12.5324 49.1406C12.5424 49.1943 12.4955 49.2721 12.5407 49.2675C12.593 49.1983 12.5704 49.2006 12.565 49.192C12.625 49.154 12.5844 49.2037 12.6296 49.1991C12.6788 49.1439 12.6102 49.1874 12.6453 49.1291L12.667 49.1634C12.5999 49.266 12.6951 49.1696 12.6996 49.2148C12.7439 49.2468 12.6479 49.3797 12.6119 49.4746C12.6377 49.4583 12.6579 49.4334 12.6728 49.4C12.6214 49.4326 12.6642 49.4054 12.6705 49.3774C12.6814 49.3946 12.7734 49.3122 12.8 49.2593C12.8046 49.3045 12.754 49.3005 12.7445 49.3425L12.778 49.3573C12.7374 49.4071 12.7094 49.4008 12.7108 49.46C12.7217 49.4771 12.7217 49.4771 12.7497 49.4834C12.77 49.4585 12.8106 49.4088 12.7966 49.4056C12.8223 49.3893 12.8417 49.401 12.8012 49.4508C12.7497 49.4834 12.808 49.5185 12.7277 49.5814L12.7792 49.5488C12.7792 49.5488 12.8026 49.5099 12.7855 49.5208C12.8463 49.4462 12.7846 49.5574 12.79 49.5659C12.8072 49.5551 12.8352 49.5613 12.8501 49.5279C12.8438 49.5559 12.8664 49.5536 12.8984 49.5093C12.9007 49.5319 12.8578 49.559 12.8461 49.5785L12.8795 49.5933C12.8795 49.5933 13.0013 49.444 13.0075 49.416C12.9895 49.4635 12.9201 49.5436 12.9395 49.5553C12.9895 49.4635 13.0081 49.5118 13.0698 49.4006C13.1244 49.3539 13.1493 49.3742 13.157 49.4054C13.1187 49.4777 13.1142 49.4325 13.065 49.4877C13.0976 49.5391 12.961 49.7219 13.0202 49.7204L12.9945 49.7367C12.9945 49.7367 12.9936 49.7733 12.9639 49.8402C13.0193 49.757 13.1488 49.6388 13.176 49.6817C13.1439 49.726 13.0956 49.7446 13.0519 49.8084L13.0682 49.8341C13.0682 49.8341 13.0854 49.8232 13.0831 49.8006C13.0877 49.8458 13.2031 49.7245 13.136 49.8272L13.2483 49.7199L13.1968 49.7525C13.1968 49.7525 13.192 49.8397 13.1888 49.8537C13.1763 49.9097 13.2106 49.888 13.2652 49.8414C13.2309 49.8631 13.1614 49.9432 13.1777 49.9689C13.2737 49.8359 13.2572 49.9425 13.3063 49.8873C13.3063 49.8873 13.3578 49.8547 13.3226 49.9131L13.3781 49.8299C13.2938 49.9434 13.3272 49.9582 13.3264 49.9948C13.4427 49.8369 13.3427 50.0205 13.4527 49.8907C13.377 49.9987 13.4596 49.9584 13.3956 50.047C13.4064 50.0642 13.479 49.9701 13.5079 49.9398L13.4844 49.9787C13.5305 49.9375 13.5639 49.9523 13.6122 49.9337L13.5591 50.0395L13.6019 50.0123C13.6019 50.0123 13.5785 50.0512 13.5496 50.0815L13.5582 50.0761C13.4825 50.1841 13.5542 50.1266 13.5362 50.1741C13.5534 50.1632 13.5737 50.1383 13.5768 50.1243C13.5768 50.1243 13.6174 50.0746 13.6517 50.0528C13.626 50.0691 13.5399 50.2558 13.4831 50.2799C13.4456 50.3156 13.4362 50.3576 13.4674 50.3499L13.5454 50.2644L13.4782 50.367C13.4782 50.367 13.5297 50.3344 13.5523 50.3321C13.5468 50.3235 13.6694 50.1377 13.6943 50.158C13.6834 50.1408 13.7186 50.0825 13.7249 50.0545C13.7249 50.0545 13.742 50.0436 13.7654 50.0047C13.77 50.0499 13.7303 50.0631 13.7466 50.0888C13.802 50.0056 13.8363 49.9838 13.8761 49.9707L13.8075 50.0141L13.8012 50.0421C13.7926 50.0476 13.7755 50.0585 13.7466 50.0888C13.7466 50.0888 13.6903 50.2086 13.7363 50.1674C13.6154 50.2801 13.6995 50.2989 13.6277 50.3563C13.6074 50.3812 13.6269 50.3929 13.6557 50.3626C13.68 50.2871 13.7392 50.2857 13.7829 50.2219C13.7766 50.2499 13.7143 50.2654 13.7049 50.3074C13.7158 50.3246 13.7563 50.2748 13.7821 50.2585L13.7992 50.2476L13.8421 50.2204C13.8101 50.2648 13.7649 50.2694 13.7695 50.3145C13.7866 50.3036 13.7858 50.3402 13.8092 50.3013C13.8444 50.243 13.9053 50.1684 13.903 50.1458C13.9084 50.1544 13.9356 50.1972 13.8638 50.2547C13.8638 50.2547 13.7632 50.3425 13.7795 50.3682L13.7967 50.3574L13.7669 50.4243L13.8098 50.3971C13.8098 50.3971 13.781 50.4274 13.7864 50.436C13.8121 50.4196 13.8207 50.4142 13.8441 50.3753C13.855 50.3925 13.8315 50.4314 13.8113 50.4562C13.8221 50.4734 13.8338 50.4539 13.8658 50.4096C13.8884 50.4073 13.9102 50.4416 13.9562 50.4004C13.9522 50.451 13.939 50.4113 13.9093 50.4782C14.0419 50.346 14.0276 50.4752 14.0408 50.5149C13.9339 50.6307 14.0431 50.5375 13.9588 50.651C13.9822 50.6121 14.0703 50.5804 14.0688 50.5212L14.0851 50.5469C14.1483 50.4948 14.0923 50.4823 14.1843 50.3999C14.1951 50.4171 14.1046 50.5586 14.17 50.5291C14.234 50.4405 14.1606 50.5711 14.2332 50.4771C14.2566 50.4382 14.2395 50.4491 14.2426 50.435L14.2598 50.4242C14.3244 50.4313 14.1895 50.5408 14.1597 50.6077C14.1815 50.642 14.2369 50.5588 14.2689 50.5145C14.2775 50.509 14.2743 50.523 14.2798 50.5316C14.2626 50.5425 14.1995 50.5945 14.1729 50.6474C14.2595 50.5565 14.2203 50.6654 14.1938 50.7183C14.0737 50.7944 14.1603 50.7034 14.0317 50.785C14.0551 50.7461 14.1246 50.666 14.0763 50.6846C14.0583 50.7321 14.0357 50.7344 14.0186 50.7453C14.0591 50.6955 14.0194 50.7087 14.0311 50.6893C13.9882 50.7164 13.9523 50.8113 13.9125 50.8245L14.0054 50.7056C14.0054 50.7056 13.9414 50.7942 13.9368 50.7491C13.8985 50.8214 13.8556 50.8486 13.8634 50.8797C13.7433 50.9558 13.8628 50.784 13.8753 50.728C13.8753 50.728 13.8551 50.7528 13.8519 50.7668C13.8753 50.728 13.8613 50.7248 13.8559 50.7163C13.8216 50.738 13.8262 50.7831 13.7973 50.8135L13.781 50.7878L13.7639 50.7986C13.7756 50.7792 13.7787 50.7652 13.7584 50.79C13.735 50.8289 13.703 50.8733 13.6881 50.9067L13.7327 50.8064C13.7327 50.8064 13.6556 50.8553 13.6516 50.9059C13.8016 50.9909 14.0028 50.8153 14.0749 50.9859C14.0835 50.9804 14.0952 50.961 14.0758 50.9493L14.1793 50.9798L14.1864 50.9152L14.3208 51.0703L14.3302 51.0282C14.4477 51.0619 14.6203 51.1446 14.751 51.218L14.7347 51.1923C14.8614 51.3162 14.9028 51.2299 14.9937 51.3164C14.9937 51.3164 14.9883 51.3078 14.9828 51.2992L15.0832 51.3437L15.0786 51.2986C15.1181 51.4177 15.3379 51.2904 15.2607 51.3393C15.2933 51.3907 15.3422 51.4679 15.3296 51.5239C15.4354 51.577 15.3811 51.4913 15.4628 51.4875C15.5437 51.5203 15.528 51.5903 15.6486 51.61L15.6635 51.5765C15.7078 51.6085 15.735 51.6513 15.7933 51.6864L15.777 51.6607C15.8585 51.7893 15.9779 51.6174 15.99 51.826C16.0577 51.8191 16.1323 51.8799 16.1621 51.813C16.2833 51.9284 16.3828 52.0095 16.5103 52.0968C16.586 51.9888 16.5351 52.1171 16.6512 52.0916L16.6161 52.1499C16.8136 52.2529 17.1189 52.2036 17.3327 52.3323L17.3679 52.274L17.377 52.3642C17.6314 52.4432 17.9496 52.5659 18.1417 52.6603C18.1852 52.7289 18.2472 52.8457 18.3593 52.8708C18.5117 52.9784 18.6781 53.0891 18.8764 53.1556C18.8773 53.119 18.9085 53.1113 18.8922 53.0856C18.9013 53.1759 19.0034 53.1472 19.0368 53.162L18.9659 53.1829C18.9837 53.2678 19.0911 53.2477 19.1426 53.2151L19.1906 53.3288C19.1906 53.3288 19.2078 53.3179 19.2164 53.3125L19.2209 53.3577L19.3067 53.3033C19.3067 53.3033 19.4085 53.407 19.4091 53.5027C19.4348 53.4864 19.5274 53.4997 19.4722 53.4506L19.7872 53.5873L19.7281 53.5888C19.6929 53.6471 19.7613 53.7359 19.8204 53.7344C19.7887 53.6464 19.8704 53.6427 19.9165 53.6015C19.9405 53.6583 19.8564 53.6395 19.8524 53.6901C19.8873 53.7641 19.9814 53.8366 20.0211 53.8234L19.9994 53.7892C20.06 53.8468 20.1552 53.7505 20.2189 53.7941C20.2507 53.8821 20.3215 53.8612 20.249 53.9553C20.329 54.0247 20.3261 53.9064 20.3627 53.9072C20.375 53.9835 20.5151 54.0148 20.5697 53.9682C20.5288 54.1503 20.8413 54.0363 20.7873 54.1787L20.9065 54.1391C20.9065 54.1391 20.8556 54.2675 20.9108 54.3166C20.9871 54.3042 21.0082 54.2428 21.0457 54.207L21.0111 54.3611C21.4159 54.3928 21.7858 54.7109 22.2038 54.7823C22.3476 54.8954 22.51 55.0567 22.6935 55.1566L22.6772 55.1309L22.8842 55.1919L22.7184 55.1768C22.7184 55.1768 22.7673 55.254 22.7976 55.2828C23.0185 55.3469 23.329 55.4384 23.524 55.6512C23.5943 55.8949 23.7086 55.5822 23.797 55.7785C23.7861 55.7613 23.801 55.7279 23.7987 55.7053C23.9276 55.8518 23.9991 55.9266 24.1101 56.1206C24.1758 55.9588 24.2127 56.1877 24.2401 56.0982L24.219 56.1596C24.2813 56.1442 24.3676 56.1855 24.3802 56.1295L24.4057 56.2455L24.4548 56.1903C24.5131 56.2254 24.6018 56.2894 24.6827 56.3222C24.4005 56.1046 24.1237 55.8957 23.8813 55.6649C23.9559 55.7258 24.0099 55.5834 23.9399 55.5677C23.6283 55.6451 23.706 55.3316 23.4467 55.3398C23.2223 55.0616 22.8315 55.033 22.7045 54.681L22.6554 54.7362C22.6554 54.7362 22.6228 54.6848 22.5871 54.6474L22.5699 54.6583C22.4556 54.6106 22.3944 54.4572 22.3157 54.447L22.368 54.3778C22.3129 54.3287 22.2972 54.3987 22.2708 54.3193L22.2474 54.3582L22.2219 54.2422C22.1376 54.3557 22.0501 54.1228 21.9652 54.1406C21.9109 54.0549 21.8131 53.9007 21.6793 53.8413C21.6107 53.8848 21.4809 53.7749 21.372 53.7358C21.2151 53.5831 20.9889 53.3781 20.7556 53.2376L20.8165 53.163L20.7613 53.1139C20.7613 53.1139 20.7356 53.1302 20.7325 53.1442C20.6241 53.2009 20.6198 53.0234 20.5349 53.0412C20.6121 52.9923 20.5824 53.0591 20.6127 53.088C20.6859 53.0896 20.6938 52.9885 20.6012 52.9751L20.5841 52.986L20.5772 52.9183C20.528 52.9735 20.4689 52.9749 20.4143 53.0215C20.2347 52.8711 20.1915 52.6702 19.9606 52.5524C19.9277 52.6333 19.8339 52.4284 19.7853 52.5794C19.7038 52.4508 19.8688 52.5024 19.8799 52.3872C19.841 52.3638 19.831 52.3101 19.7936 52.3459C19.7927 52.3825 19.7164 52.3948 19.7381 52.4291L19.6635 52.3683C19.6635 52.3683 19.6572 52.3963 19.6595 52.4188C19.5454 52.2389 19.3219 52.2845 19.2218 52.1077C19.2398 52.0602 19.2887 52.1373 19.3067 52.0899C19.2238 51.9022 19.1269 52.0717 19.0377 51.9121L19.0274 51.9907C19.0151 51.9144 19.0277 51.8583 18.9265 51.8504C18.8688 51.911 18.9411 51.9493 18.9651 52.0061C18.9122 51.9796 18.805 51.8674 18.8791 51.8324C18.8356 51.7639 18.767 51.8074 18.7304 51.8066C18.7476 51.7957 18.8207 51.7973 18.8107 51.7436C18.6987 51.7186 18.5797 51.6258 18.4771 51.5587C18.4599 51.5696 18.4396 51.5944 18.4451 51.603C18.4259 51.459 18.3322 51.6145 18.2358 51.5194C17.9739 51.277 17.6414 50.9232 17.3358 50.7445C17.3361 50.6122 17.2475 50.5482 17.1566 50.4617L17.0582 50.5721L17.0039 50.4864C17.0039 50.4864 17.0474 50.555 16.9602 50.5502L16.9822 50.4521C16.9447 50.4879 16.7652 50.3374 16.8341 50.522L16.5294 50.3067C16.457 50.2685 16.5576 50.1807 16.4596 50.1588C16.4167 50.1859 16.4727 50.1985 16.4353 50.2342C16.1497 50.163 16.3349 49.8294 16.0922 49.7309L16.1085 49.7566C16.0813 49.7138 16.0121 49.6616 16.0324 49.6367C16.1362 49.5349 16.019 49.7293 16.1351 49.7038C16.2022 49.6011 16.0924 49.5986 16.1533 49.524C16.0801 49.5223 16.0904 49.4437 16.0461 49.4118C15.9332 49.4233 15.8571 49.3033 15.752 49.346C15.7419 49.2923 15.7702 49.1662 15.6956 49.1054C15.5904 49.1481 15.6542 49.1917 15.5561 49.1698L15.5858 49.1029C15.5189 49.0732 15.5212 49.0958 15.5009 49.1207C15.4372 49.077 15.4981 49.0024 15.4 48.9804L15.4092 49.0707C15.3657 49.0022 15.3291 49.0014 15.2459 48.946C15.2225 48.9849 15.2559 48.9997 15.2894 49.0145C15.1811 49.0712 15.2351 48.9288 15.2016 48.914C15.2273 48.8977 15.2942 48.9274 15.3045 48.8488C15.257 48.8308 15.2713 48.7016 15.1941 48.7506L15.2033 48.8409C15.1381 48.738 15.2059 48.7311 15.0915 48.6835C15.0915 48.6835 15.0798 48.7029 15.0767 48.7169C15.0598 48.5955 14.9329 48.6039 14.8325 48.5594C14.8194 48.5196 14.8233 48.4691 14.8093 48.4659C14.8825 48.4676 14.8888 48.4396 14.9294 48.3898C14.793 48.4402 14.897 48.2061 14.7398 48.1856C14.7164 48.2245 14.7178 48.2837 14.7747 48.2596C14.7464 48.3857 14.6964 48.4774 14.7336 48.574C14.701 48.5226 14.6684 48.4712 14.6418 48.5241L14.6864 48.4237C14.6864 48.4237 14.6421 48.3917 14.6141 48.3855C14.6438 48.3186 14.731 48.3234 14.6961 48.2494C14.6472 48.1723 14.5932 48.3146 14.6112 48.2672C14.546 48.1643 14.6395 48.1411 14.522 48.1075C14.5274 48.1161 14.5351 48.1472 14.5492 48.1503C14.462 48.1455 14.3999 48.0287 14.3048 48.1251C14.2985 48.1531 14.275 48.192 14.303 48.1982L14.3202 48.1874C14.3371 48.3088 14.2713 48.1103 14.229 48.2332C14.2782 48.178 14.1638 48.1303 14.1164 48.1124L14.1741 48.0517C14.1755 47.7505 14.0921 48.1878 13.9709 48.0725C13.9057 47.9696 14.0215 48.0764 13.9897 47.9884C13.9228 47.9588 13.8597 48.0108 13.7913 47.922C13.7516 47.9352 13.6698 47.9389 13.6175 48.0081C13.5795 47.9482 13.4363 47.9308 13.4551 47.8468C13.5961 47.8416 13.4915 47.9799 13.6667 47.953L13.6887 47.8549C13.6109 47.8081 13.5457 47.7053 13.4726 47.7036C13.4897 47.6927 13.5069 47.6819 13.5186 47.6624C13.4308 47.5619 13.4528 47.4639 13.3353 47.4302C13.2776 47.4909 13.3445 47.5205 13.3802 47.5579C13.2813 47.5726 13.3079 47.5197 13.1935 47.4721C13.1444 47.5273 13.2659 47.5103 13.2361 47.5772L13.1398 47.4821L13.1312 47.4875C13.1844 47.3818 13.0449 47.4462 12.996 47.369C12.835 47.2669 12.8922 47.1105 12.8644 46.9719C12.8247 46.9851 12.8044 47.01 12.7927 47.0294C12.8636 47.0085 12.8347 47.0388 12.8253 47.0808C12.7787 47.0263 12.6446 47.0993 12.6461 47.1584C12.5777 47.0696 12.7061 47.1204 12.6766 47.0549L12.5546 46.9762C12.606 46.9435 12.648 46.9529 12.6217 46.8735C12.5891 46.8221 12.5471 46.8127 12.4748 46.7745C12.4685 46.8025 12.403 46.832 12.4528 46.8725C12.4022 46.8685 12.3579 46.8366 12.365 46.772C12.4748 46.7745 12.2749 46.6489 12.3801 46.6062L12.2703 46.6037C12.2703 46.6037 12.2664 46.6543 12.3029 46.6551C12.2312 46.7126 12.2595 46.5866 12.2432 46.5609C12.2066 46.56 12.1343 46.5218 12.114 46.5467C12.1008 46.507 12.0394 46.4859 12.0019 46.5216C11.9748 46.4788 12.0285 46.4687 12.0434 46.4353L11.9181 46.3705C11.9181 46.3705 11.7964 46.5198 11.8041 46.5509C11.7832 46.4801 11.8721 46.4117 11.7998 46.3734C11.7832 46.4801 11.6643 46.3873 11.664 46.5196C11.5814 46.5599 11.4734 46.4843 11.4214 46.4212C11.4262 46.334 11.5085 46.426 11.5468 46.3536C11.3867 46.2149 11.5039 46.0205 11.3529 45.972L11.4035 45.9759C11.3492 45.8903 11.3546 45.8988 11.3455 45.8085C11.3149 45.912 11.1077 45.9833 10.9833 45.882C11.0013 45.8345 11.1079 45.851 11.1354 45.7615L11.0553 45.6922C11.0553 45.6922 11.0436 45.7116 11.0459 45.7342C10.9916 45.6485 10.8287 45.7518 10.8678 45.6428L10.7112 45.7181L10.7712 45.6801C10.7712 45.6801 10.706 45.5772 10.7068 45.5407C10.6416 45.4378 10.5933 45.4564 10.5084 45.4742C10.5513 45.447 10.6371 45.3927 10.5765 45.335C10.4859 45.4765 10.3944 45.2943 10.3561 45.3666C10.3312 45.3463 10.2549 45.3587 10.2846 45.2918L10.2346 45.3836C10.308 45.2529 10.2022 45.1998 10.1308 45.125C10.0393 45.3031 10.0507 45.0556 9.91811 45.1878C9.9744 45.068 9.80861 45.0529 9.85318 44.9526C9.798 44.9035 9.74171 45.0233 9.69884 45.0505L9.6974 44.9913C9.63738 45.0294 9.52074 44.9591 9.41955 44.9512L9.41438 44.8103L9.36293 44.8429C9.36293 44.8429 9.3226 44.7604 9.38492 44.7449L9.35148 44.7301C9.41319 44.6189 9.31344 44.6701 9.2817 44.5821C9.25597 44.5984 9.24426 44.6178 9.24655 44.6404C9.20767 44.617 9.18653 44.6785 9.15223 44.7002C9.19196 44.687 9.14731 44.427 9.27652 44.4412C9.31396 44.4055 9.27908 44.3315 9.23391 44.3361L9.1559 44.4216L9.17559 44.301C9.13443 44.255 9.07126 44.3071 9.02381 44.2891C9.06812 44.3211 9.01241 44.5366 8.89577 44.4664C8.95096 44.5155 8.94926 44.5886 8.96241 44.6283C8.9344 44.6221 8.92039 44.6189 8.92726 44.6867C8.85893 44.5978 8.93754 44.6081 8.85748 44.5387C8.80748 44.6305 8.76776 44.6436 8.6697 44.6217L8.77175 44.5931C8.77175 44.5931 8.78347 44.5736 8.77803 44.565C8.80605 44.5713 8.82319 44.5604 8.84662 44.5216C8.83575 44.5044 8.81115 44.3518 8.76513 44.393C8.93891 44.3069 8.67677 44.1968 8.78509 44.1401C8.79137 44.1121 8.7362 44.063 8.69876 44.0987C8.72508 44.1781 8.6519 44.1765 8.59501 44.2005C8.62074 44.1842 8.63789 44.1733 8.63559 44.1508C8.59128 44.1188 8.52583 44.1483 8.4861 44.1615L8.5024 44.1872L8.42064 44.1909C8.40349 44.2018 8.39492 44.2073 8.37777 44.2181C8.35604 44.1838 8.3686 44.1278 8.36403 44.0827C8.35375 44.1613 8.28745 44.2273 8.32862 44.2733C8.29831 44.2445 8.21512 44.1891 8.21911 44.1385C8.15281 44.2046 8.14169 44.3197 8.06164 44.2504L8.04023 44.4441L8.05051 44.3655C8.05051 44.3655 7.88929 44.3957 7.85271 44.3948C7.7055 44.4281 7.69293 44.4841 7.65694 44.579C7.65235 44.5339 7.64947 44.4156 7.5583 44.4614C7.64522 44.5985 7.40225 44.6324 7.45115 44.7095C7.41685 44.7312 7.37542 44.8176 7.33739 44.7576L7.39172 44.8433C7.31566 44.7233 7.18391 44.8189 7.06471 44.8584C7.19366 45.0049 6.94781 44.9205 6.9973 45.0933C6.90952 44.9928 6.79007 45.1647 6.70459 45.0867C6.62742 45.1356 6.70118 45.233 6.70576 45.2782L6.64431 45.2571C6.63403 45.3357 6.4937 45.4366 6.43512 45.5339L6.28961 45.494L6.29106 45.5531C6.29106 45.5531 6.18358 45.5732 6.19929 45.5032L6.15642 45.5303C6.09122 45.4275 6.08553 45.5513 5.96405 45.5682C5.95777 45.5962 5.97406 45.6219 6.00208 45.6282C5.95921 45.6554 6.01438 45.7045 6.01896 45.7496C6.03696 45.7022 5.73653 45.6644 5.82397 45.5369C5.79681 45.494 5.71506 45.4978 5.68849 45.5507L5.72796 45.6698L5.61132 45.5996C5.53729 45.6345 5.5496 45.7108 5.50044 45.766C5.56046 45.728 5.74314 45.8644 5.59738 45.9569C5.67998 45.9165 5.74687 45.9462 5.80061 45.9361C5.77489 45.9524 5.7686 45.9804 5.83321 45.9875C5.70544 46.0325 5.7523 45.9547 5.63541 46.0168C5.69831 46.0971 5.68889 46.1391 5.60773 46.2386L5.63286 46.1266C5.63286 46.1266 5.622 46.1094 5.59942 46.1117C5.61971 46.0869 5.61741 46.0643 5.60425 46.0246C5.57853 46.0409 5.40187 46.0087 5.41732 46.071C5.44186 45.8632 5.15177 46.1072 5.17461 45.9726C5.14117 45.9578 5.064 46.0067 5.08259 46.055C5.21493 46.0552 5.07918 46.2013 5.13436 46.2504C5.08377 46.2464 5.1595 46.1384 5.09175 46.1453C5.03173 46.1833 5.03003 46.2565 5.01203 46.3039L5.04862 46.3048L4.99004 46.402C4.99004 46.402 5.01831 46.2759 4.93028 46.3077C4.924 46.3357 4.82739 46.3729 4.85769 46.4018C4.93859 46.4346 4.96177 46.528 5.03579 46.4931C4.97577 46.5312 4.79571 46.6453 4.80455 46.5076L4.73595 46.551C4.73595 46.551 4.8251 46.3504 4.68248 46.4288L4.69334 46.4459L4.56099 46.4457L4.54528 46.5158C4.54528 46.5158 4.50097 46.4838 4.4721 46.5141C4.4884 46.5398 4.45097 46.5755 4.48127 46.6044C4.37838 46.6696 4.35979 46.6213 4.32635 46.6065C4.26632 46.6446 4.26004 46.6726 4.31836 46.7077C4.25205 46.7737 4.11486 46.8607 4.10459 46.9393C3.97996 46.9703 4.11087 46.9113 4.01825 46.8979C4.03887 47.1011 3.73818 47.1956 3.56126 47.2958C3.50864 47.1369 3.51295 47.3144 3.39402 47.2216C3.46406 47.2373 3.31031 47.4309 3.48094 47.3587L3.38662 47.4185C3.37007 47.5251 3.5627 47.355 3.54758 47.5207C3.44469 47.5859 3.2806 47.4978 3.20716 47.6284C3.31837 47.6901 3.09654 47.6625 3.2046 47.7382C3.25206 47.7561 3.27549 47.7172 3.31522 47.7041L3.30894 47.7321C3.12175 47.9108 3.17515 47.6727 3.00851 47.6943C2.87131 47.7813 2.95994 47.8452 2.98711 47.8881C2.98082 47.9161 2.9068 47.951 2.85306 47.961C2.9714 47.9581 2.95535 47.8001 2.87445 47.7673C2.89364 47.9113 2.69354 47.918 2.62351 47.9023C2.72208 47.6596 2.74126 47.8037 2.82583 47.5578C2.87328 47.5758 2.94161 47.6646 3.0119 47.548C2.90757 47.5541 2.97931 47.4966 2.98559 47.4685C3.00647 47.5394 3.07363 47.4368 3.11879 47.4322C3.11735 47.373 2.96557 47.3611 3.0553 47.2562L3.17109 47.363C3.17109 47.363 3.0856 47.285 3.19622 47.2509C3.09817 47.229 3.13103 47.1481 3.00012 47.2071C3.06125 47.0001 3.25879 47.1031 3.40057 47.0613C3.39199 47.0667 3.36712 47.0465 3.35311 47.0433C3.40057 47.0613 3.438 47.0255 3.47773 47.0124C3.53317 46.9292 3.38512 46.999 3.37511 46.9453L3.49515 46.8692L3.48428 46.852C3.52944 46.8474 3.56917 46.8343 3.56144 46.8031C3.49684 46.796 3.45253 46.764 3.40508 46.7461L3.59116 46.7362C3.59116 46.7362 3.64517 46.5939 3.52597 46.6334L3.72318 46.5084L3.67743 46.4172C3.73431 46.3932 3.74517 46.4103 3.70459 46.4601C3.75689 46.3909 4.08618 46.3984 3.94009 46.2627C4.13246 46.2249 4.16218 46.158 4.37798 46.0812C4.18332 46.0965 4.46712 45.8805 4.29105 45.9441C4.34963 45.8469 4.43512 45.9249 4.51457 45.8985C4.54743 45.8176 4.4588 45.7537 4.37392 45.7714L4.48138 45.7514L4.47052 45.7342L4.56628 45.7336C4.60228 45.6387 4.52053 45.6424 4.59541 45.5709L4.66145 45.6372L4.68574 45.5617C4.68574 45.5617 4.75263 45.5914 4.80407 45.5588L4.79321 45.5417L4.86724 45.5067C4.77148 45.5074 4.91639 45.4515 4.8495 45.4219C4.90952 45.3838 4.90952 45.3838 5.02098 45.3131L5.03643 45.3754C5.20936 45.3259 4.98753 45.2983 5.09357 45.2191L5.1316 45.2791C5.21531 45.0698 5.43858 45.1565 5.50972 45.0033C5.4357 45.0382 5.40395 44.9502 5.41482 44.9673C5.52857 44.9193 5.68919 44.7934 5.84412 44.7913C5.81866 44.6753 5.81094 44.6441 5.90067 44.5392C5.97784 44.4903 6.00586 44.4965 6.05874 44.5231C6.11418 44.4399 6.29254 44.3989 6.24908 44.3303C6.29883 44.3709 6.31224 44.2783 6.38228 44.2939L6.36598 44.2682L6.40401 44.3282C6.45427 44.1041 6.68441 44.2585 6.74554 44.0516L6.70896 44.0508L6.78528 44.0384C6.78528 44.0384 6.74097 44.0064 6.71923 43.9722L6.98275 43.7811L6.95847 43.8565C7.01849 43.8185 7.09624 43.8653 7.13768 43.779C6.97188 43.7639 7.22342 43.7246 7.20025 43.6312L7.12393 43.6435C7.17538 43.6109 7.21558 43.6174 7.24456 43.6631C7.35832 43.615 7.2371 43.4997 7.37488 43.5084L7.30628 43.5519C7.30628 43.5519 7.38633 43.6213 7.43778 43.5887C7.44092 43.5747 7.45891 43.5272 7.41061 43.5459C7.41919 43.5404 7.43634 43.5295 7.44491 43.5241C7.39516 43.4836 7.34856 43.429 7.30425 43.397C7.42514 43.2844 7.28252 43.3628 7.32795 43.2258C7.32939 43.285 7.13872 43.2497 7.23192 43.3588L7.17131 43.3011C7.08013 43.3469 7.2528 43.4297 7.11646 43.4801C7.03871 43.4332 7.07955 43.2512 6.96434 43.2401C6.93921 43.3522 6.91545 43.163 6.87317 43.2859C6.87775 43.3311 6.90577 43.3373 6.92207 43.363L6.89634 43.3793C6.69566 43.2903 6.90832 43.2276 6.85484 43.1053C6.75535 43.0242 6.72478 43.1277 6.69278 43.172C6.66706 43.1883 6.62045 43.1338 6.6073 43.0941C6.6359 43.1961 6.76452 43.1145 6.76936 43.0274C6.64932 43.1035 6.60526 42.9392 6.60382 42.88C6.82964 42.857 6.71503 42.9417 6.92998 42.9015C6.92599 42.9521 6.86197 43.0407 6.97717 43.0518C6.95086 42.9724 7.01776 43.002 7.0349 42.9912C6.98031 43.0378 7.07293 43.0511 7.09466 43.0854C7.14611 43.0528 7.12378 42.9228 7.2187 42.9587L7.15069 43.0979C7.15069 43.0979 7.19526 42.9976 7.25274 43.0693C7.25214 42.9736 7.3339 42.9698 7.24841 42.8918C7.42677 42.8508 7.39366 43.064 7.45342 43.1583C7.44798 43.1497 7.4597 43.1303 7.45741 43.1077C7.45342 43.1583 7.49544 43.1677 7.51717 43.202C7.59578 43.2122 7.50801 43.1117 7.5423 43.0899L7.63093 43.1539L7.6395 43.1485C7.6395 43.1485 7.6721 43.1999 7.69782 43.1836C7.69638 43.1244 7.70895 43.0684 7.7098 43.0318L7.75699 43.1821C7.75699 43.1821 7.88705 43.1597 7.83816 43.0826L7.95708 43.1754L7.99936 43.0525L8.0008 43.1116C8.06083 43.0736 8.11686 43.0861 8.17459 43.0255L8.11627 42.9903C8.29548 42.9128 8.25058 42.7851 8.44524 42.7698C8.45381 42.7643 8.41179 42.7549 8.39778 42.7518C8.58387 42.7419 8.44949 42.5869 8.64644 42.5942C8.63557 42.577 8.62471 42.5599 8.61384 42.5427L8.70416 42.5335L8.6607 42.465L8.76877 42.5406L8.76818 42.4449L8.81564 42.4629C8.80274 42.2908 8.96539 42.3199 8.99995 42.1658L9.03713 42.2624C9.38273 42.2955 9.52612 41.8202 9.87742 41.7296L9.83395 41.6611L9.99976 41.6761C10.0358 41.5812 9.92742 41.6379 9.92284 41.5927C10.0786 41.554 10.0395 41.6629 10.2015 41.5962C10.2515 41.5044 10.1432 41.5611 10.0926 41.5571C10.2515 41.5044 10.4845 41.4168 10.5571 41.3228C10.5625 41.3313 10.5734 41.3485 10.5734 41.3485C10.6894 41.3229 10.7877 41.2126 10.8961 41.1559C10.8743 41.1216 10.8486 41.1379 10.8175 41.1457C10.8518 41.1239 10.8869 41.0656 10.9429 41.0781L10.8706 41.0399C10.9423 40.9824 11.1347 40.9445 11.103 40.8565C11.1107 40.8877 11.1519 40.9337 11.2119 40.8956C11.1896 40.7656 11.4245 40.8329 11.5034 40.7108C11.47 40.6959 11.3874 40.7363 11.4131 40.72C11.4482 40.6617 11.5323 40.6805 11.5969 40.6876L11.5697 40.6447L11.8533 40.561C11.8309 40.431 12.1096 40.4345 12.0436 40.3683C12.1379 40.3085 11.9936 40.4601 12.1159 40.4065C12.1231 40.3419 12.2351 40.367 12.1917 40.2985L12.1831 40.3039L12.2602 40.255L12.1653 40.219C12.2448 40.1927 12.3397 40.2286 12.3723 40.28C12.4192 40.2023 12.5266 40.1822 12.5229 40.1005L12.4863 40.0996C12.6881 40.0197 12.6809 39.724 12.8942 39.757C12.9027 39.7515 12.8864 39.7258 12.8693 39.7367L12.9808 39.666L12.9224 39.6309L13.1568 39.6024L13.1351 39.5682C13.2497 39.4835 13.4632 39.3842 13.6284 39.3035L13.5918 39.3026C13.8013 39.2539 13.747 39.1682 13.8942 39.1349C13.8942 39.1349 13.8834 39.1178 13.8748 39.1232L13.9863 39.0526L13.9442 39.0432C14.0703 39.0714 14.13 38.8053 14.1166 38.8979C14.1812 38.905 14.2941 38.8935 14.3298 38.9309C14.4499 38.8548 14.337 38.8663 14.3978 38.7916C14.4921 38.7318 14.5387 38.7864 14.6425 38.6846L14.6208 38.6503C14.6808 38.6122 14.7282 38.6302 14.8194 38.5844L14.7828 38.5836C14.9603 38.5792 14.886 38.386 15.0867 38.4751C15.1218 38.4167 15.241 38.3772 15.1975 38.3087C15.393 38.2568 15.5294 38.2064 15.714 38.1374C15.6691 38.0097 15.7483 38.1156 15.81 38.0044L15.8481 38.0644C16.0733 37.9456 16.2467 37.6314 16.5171 37.5081L16.4791 37.4481L16.5826 37.4786C16.8375 37.2929 17.1782 37.0529 17.3926 36.917C17.4829 36.9078 17.6347 36.9197 17.7299 36.8233L17.7213 36.8287C17.9316 36.7434 18.1537 36.6387 18.3464 36.4685C18.3129 36.4537 18.3192 36.4256 18.2912 36.4194C18.3861 36.4553 18.4112 36.3433 18.4627 36.3107L18.4384 36.3861C18.5364 36.408 18.5842 36.2937 18.5913 36.2291L18.7291 36.2379C18.7291 36.2379 18.7354 36.2099 18.7299 36.2013L18.7688 36.2247L18.7713 36.115C18.7713 36.115 18.9443 36.0654 19.036 36.1153C19.0283 36.0842 19.1032 36.0127 19.0237 36.039L19.3558 35.8045L19.3207 35.8628C19.3587 35.9228 19.4802 35.9058 19.5239 35.842C19.4227 35.8341 19.4696 35.7564 19.4682 35.6972C19.5328 35.7043 19.4579 35.7758 19.5053 35.7938C19.5925 35.7986 19.7289 35.7482 19.7414 35.6921L19.6908 35.6882C19.7843 35.665 19.7566 35.5264 19.8392 35.486C19.9403 35.494 19.9592 35.4099 20.0127 35.5322C20.1264 35.4841 20.0121 35.4365 20.0269 35.403C20.111 35.4218 20.2264 35.3006 20.211 35.2383C20.3602 35.3599 20.4473 35.0043 20.5546 35.1166L20.5914 34.9851C20.5914 34.9851 20.6792 35.0856 20.7586 35.0593C20.8055 34.9815 20.7503 34.9324 20.7403 34.8787L20.8647 34.98C21.1465 34.6092 21.6895 34.385 22.011 34.0009C22.202 33.9039 22.4661 33.8086 22.661 33.661L22.6244 33.6601L22.803 33.4868L22.7007 33.6478C22.749 33.6292 22.8082 33.6277 22.8511 33.6005C23.036 33.3992 23.3012 33.1349 23.6113 32.9984C23.8869 33.0159 23.6358 32.7906 23.8757 32.7707C23.8476 32.7645 23.8282 32.7528 23.8088 32.7411C24.0191 32.6557 24.1383 32.6162 24.379 32.5597C24.2523 32.4358 24.499 32.4836 24.433 32.4174L24.4882 32.4665C24.4882 32.4665 24.5873 32.3195 24.543 32.2876L24.6722 32.3017L24.6342 32.2418C24.7402 32.1625 25.002 32.0446 24.972 31.8834C25.3038 31.7812 25.6751 31.4377 25.9715 31.1657C26.0501 31.1759 26.1475 31.1021 26.2247 31.0532L26.2476 30.9186C26.3442 30.8813 26.4788 30.9041 26.5148 30.8092C26.5094 30.8006 26.5039 30.7921 26.4954 30.7975C26.5811 30.7431 26.6225 30.6568 26.7463 30.6624C26.8212 30.5909 26.8712 30.4992 26.7934 30.4523C26.8952 30.556 26.9518 30.3039 26.9518 30.3039C26.9518 30.3039 27.9306 29.383 29.0101 28.3743C30.1035 27.3687 31.2681 26.2098 31.9918 25.9672C32.0705 25.9775 32.1874 25.9154 32.2245 26.0119C32.3103 25.9576 32.2397 25.8462 32.3065 25.8758C32.2557 26.0042 32.4706 25.964 32.4587 26.1158L32.5273 26.0723C32.5273 26.0723 32.4081 26.1118 32.4858 26.1586L32.3692 26.0884C32.3395 26.1553 32.3386 26.1919 32.3572 26.2402C32.2809 26.2525 32.1168 26.1643 32.0737 26.3238L32.108 26.3021C32.0245 26.379 32.1194 26.415 32.1217 26.4375L32.1389 26.4267L32.1137 26.5387C32.1326 26.4547 32.2938 26.4245 32.2478 26.4657C32.1743 26.5964 32.2518 26.4151 32.1629 26.4835C32.1169 26.5247 32.1752 26.5598 32.2141 26.5832L32.1275 26.6741C32.1772 26.7147 32.1852 26.6135 32.1975 26.6898L32.0495 26.7597C32.1535 26.8859 31.8788 26.8318 31.9486 26.9798C32.0429 26.92 31.9758 27.0226 32.0372 27.0437L31.8469 27.2365C31.8469 27.2365 31.9318 27.2187 31.8975 27.2404C31.8935 27.291 31.8429 27.2871 31.8203 27.2894C31.8203 27.2894 31.8117 27.2948 31.7946 27.3057C31.8086 27.3088 31.8538 27.3042 31.8849 27.2965L31.8841 27.333C31.9464 27.3176 31.8732 27.3159 31.9409 27.309L31.8832 27.3696C32.0413 27.3535 31.8169 27.4357 31.9664 27.425C31.9984 27.3807 32.0201 27.415 32.0739 27.4049L32.0776 27.4866C32.0776 27.4866 32.1205 27.4595 32.1119 27.4649C32.1539 27.4743 32.0776 27.4866 32.0799 27.5092C32.1165 27.51 32.0813 27.5684 32.1888 27.5483C32.2611 27.5865 32.0611 27.5932 32.1248 27.6369C32.184 27.6354 32.1342 27.5949 32.1988 27.602L32.1863 27.658C32.1863 27.658 32.2883 27.6294 32.2634 27.6091C32.3675 27.7353 32.7077 27.7599 32.6505 27.9163C32.7292 27.9265 32.6934 27.8891 32.7417 27.8705C32.6574 27.984 32.9221 27.9844 32.9313 28.0747L32.869 28.0902C33.0837 28.1823 32.9899 28.3379 33.08 28.461L33.038 28.4516C32.9811 28.4756 32.9748 28.5036 32.9545 28.5285C32.9911 28.5293 33.0791 28.4975 33.0611 28.545C33.0331 28.5387 33.0137 28.527 32.9825 28.5348C33.1521 28.6315 33.1352 28.8704 33.2267 29.0527C33.1982 29.311 33.3526 29.5736 33.3241 29.8319C33.3249 29.7953 33.1723 29.82 33.2112 29.8434C33.4687 29.9084 33.1743 29.9749 33.347 30.0577C33.2704 30.2023 33.4928 30.3256 33.2979 30.4732L33.3711 30.4749C33.3711 30.4749 33.3508 30.4997 33.3445 30.5278L33.3617 30.5169C33.3997 30.5769 33.328 30.6344 33.3583 30.6632L33.2765 30.667C33.2765 30.667 33.3325 30.6795 33.3037 30.7098L33.3488 30.7052L33.2802 30.7487C33.4157 30.7349 33.2926 30.825 33.3454 30.8515C33.322 30.8904 33.2611 30.9651 33.2937 31.0165C33.3723 31.0267 33.3706 31.0999 33.4118 31.1458C33.393 31.2299 33.3787 31.359 33.3902 31.4719L33.2944 31.4726L33.2881 31.5006C33.2881 31.5006 33.3161 31.5068 33.3333 31.496C33.4368 31.5265 33.295 31.5683 33.365 31.584C33.281 31.5652 33.3542 31.5668 33.3433 31.5497C33.3044 31.5263 33.2109 31.5495 33.2553 31.5815L33.2724 31.5706L33.2295 31.5978C33.3027 31.5994 33.333 31.6283 33.4062 31.6299C33.3842 31.728 33.2587 31.7955 33.2873 31.8975C33.3691 31.8937 33.2631 31.973 33.4071 31.9537C33.3494 32.0143 33.2919 31.9427 33.1985 31.9659C33.2039 31.9744 33.1556 31.9931 33.2202 32.0002C33.2513 31.9924 33.3042 32.019 33.3159 31.9995L33.3065 32.0415C33.3065 32.0415 33.3377 32.0338 33.3462 32.0284C33.2628 32.1053 33.4386 32.174 33.3411 32.2478C33.296 32.2524 33.3248 32.2221 33.2742 32.2182C33.1714 32.2834 33.3629 32.2821 33.288 32.3536L33.3557 32.3467C33.3074 32.3653 33.2483 32.3668 33.3034 32.4159C33.3821 32.4261 33.3689 32.3864 33.4086 32.3732C33.4109 32.3958 33.3898 32.4573 33.3143 32.433C33.28 32.4548 33.3555 32.479 33.3804 32.4993C33.3578 32.5016 33.3275 32.4727 33.2877 32.4859C33.3289 32.5319 33.3303 32.5911 33.3264 32.6416C33.3489 32.6393 33.377 32.6456 33.391 32.6487C33.2803 32.6828 33.4633 32.687 33.4453 32.7344C33.4193 32.8831 33.2967 33.0689 33.3073 33.2183C33.1998 33.2384 33.1873 33.2945 33.1584 33.3248L33.3016 33.3421L33.2502 33.3747C33.2502 33.3747 33.2845 33.353 33.3288 33.3849L33.2385 33.3942C33.2385 33.3942 33.2585 33.5016 33.3754 33.4395L33.3634 33.5912C33.3634 33.5912 33.2365 33.5996 33.2777 33.6456C33.3197 33.655 33.3034 33.6293 33.3594 33.6418C33.4495 33.7649 33.0642 33.7449 33.1208 33.8532L33.1379 33.8423C33.1379 33.8423 33.1028 33.9006 33.0833 33.8889C32.9433 33.8576 33.1597 33.8766 33.0873 33.8384C32.9636 33.8327 33.0219 33.8678 32.9293 33.8545C32.9736 33.8865 32.9004 33.8848 32.8887 33.9042C32.9664 33.951 32.8978 33.9945 32.9928 34.0305C32.953 34.0436 32.8347 34.0466 32.8198 34.08C32.9147 34.116 32.907 34.0848 32.9482 34.1308L32.875 34.1291C32.875 34.1291 32.8967 34.1634 32.9333 34.1643C32.9325 34.2008 32.8344 34.1789 32.8756 34.2249L32.9519 34.2125C32.9519 34.2125 32.9285 34.2514 32.9331 34.2966C32.9697 34.2974 32.9674 34.2748 32.9674 34.2748C33.0763 34.3139 32.9159 34.3074 32.9268 34.3246C32.8988 34.3183 32.8825 34.2926 32.8093 34.2909C32.8202 34.3081 32.7072 34.3196 32.7882 34.3524L32.8645 34.3401C32.8044 34.3781 32.7741 34.3493 32.7982 34.4061C32.7982 34.4061 32.8208 34.4038 32.8348 34.4069C32.7359 34.4216 32.819 34.477 32.8236 34.5221C32.7979 34.5384 32.7473 34.5345 32.7527 34.543C32.7224 34.5142 32.6999 34.5165 32.6298 34.5008C32.7356 34.5539 32.4826 34.5341 32.5432 34.5918C32.5853 34.6012 32.639 34.5911 32.5861 34.5646C32.7044 34.5617 32.8111 34.5781 32.8765 34.5487C32.8422 34.5704 32.8251 34.5813 32.8757 34.5852L32.7605 34.5742C32.7605 34.5742 32.7628 34.5968 32.7596 34.6108C32.6864 34.6091 32.6507 34.5717 32.6024 34.5903C32.5595 34.6175 32.7113 34.6294 32.6607 34.6254C32.6093 34.658 32.5369 34.6198 32.5664 34.6852C32.575 34.6798 32.5921 34.6689 32.5921 34.6689C32.6279 34.7063 32.5538 34.7412 32.6853 34.778C32.7133 34.7843 32.7585 34.7797 32.7476 34.7625L32.7305 34.7734C32.8325 34.7447 32.6962 34.7951 32.8145 34.7922C32.7445 34.7765 32.7545 34.8302 32.7568 34.8528L32.6728 34.834C32.4104 34.8562 32.8354 34.863 32.7863 34.9182C32.7262 34.9563 32.77 34.8925 32.6991 34.9134C32.7068 34.9446 32.7823 34.9688 32.7363 35.01C32.7611 35.0303 32.8054 35.0623 32.8981 35.0756C32.8552 35.1028 32.9212 35.169 32.8286 35.1557C32.768 35.098 32.9307 35.127 32.828 35.0599L32.7323 35.0606C32.7323 35.0606 32.6714 35.1352 32.7017 35.1641C32.6908 35.1469 32.6597 35.1547 32.6457 35.1515C32.5997 35.1927 32.5125 35.1879 32.5279 35.2502C32.6034 35.2744 32.5957 35.2433 32.6074 35.2239C32.6711 35.2675 32.6065 35.2604 32.6251 35.3087C32.6952 35.3244 32.626 35.2721 32.696 35.2878L32.664 35.3321L32.6726 35.3267C32.5574 35.3156 32.6826 35.3804 32.6397 35.4076C32.6294 35.4862 32.4582 35.4626 32.3647 35.4858C32.3896 35.5061 32.4231 35.5209 32.4542 35.5132C32.4099 35.4812 32.4434 35.496 32.4799 35.4969C32.4542 35.5132 32.5794 35.578 32.6386 35.5765C32.5957 35.6037 32.5857 35.5499 32.5374 35.5686L32.5389 35.6277C32.5389 35.6277 32.4751 35.584 32.4182 35.6081C32.3925 35.6244 32.4034 35.6415 32.4025 35.6781C32.4305 35.6844 32.4974 35.714 32.4897 35.6829C32.506 35.7086 32.5083 35.7312 32.4437 35.7241C32.3971 35.6695 32.3751 35.7676 32.2973 35.7208L32.3354 35.7808C32.3354 35.7808 32.3891 35.7707 32.3782 35.7536C32.4677 35.7809 32.3439 35.7753 32.3354 35.7808C32.3462 35.7979 32.354 35.829 32.3788 35.8493C32.3477 35.857 32.3694 35.8913 32.4114 35.9007C32.3943 35.9116 32.3554 35.8882 32.3188 35.8874L32.3202 35.9465C32.3202 35.9465 32.5132 36.0044 32.5304 35.9935C32.4766 36.0036 32.3817 35.9676 32.3754 35.9956C32.4486 35.9973 32.4649 36.023 32.5038 36.0464C32.5295 36.0301 32.5381 36.0247 32.5561 35.9772C32.5607 36.0223 32.6378 35.9734 32.605 36.0543C32.5278 36.1032 32.6215 35.9477 32.5209 36.0355C32.5209 36.0355 32.5372 36.0612 32.5684 36.0535C32.6407 36.0917 32.6141 36.1446 32.5798 36.1664C32.5432 36.1655 32.5324 36.1484 32.5269 36.1398C32.5378 36.157 32.5487 36.1741 32.5744 36.1578C32.5573 36.1687 32.5455 36.1881 32.5424 36.2021C32.5696 36.245 32.5336 36.3399 32.5787 36.3353C32.631 36.2661 32.5944 36.2652 32.5836 36.2481C32.6436 36.21 32.6116 36.2544 32.6622 36.2583C32.6973 36.2 32.6342 36.2521 32.6639 36.1852L32.691 36.228L32.7082 36.2171C32.655 36.3229 32.7502 36.2265 32.7462 36.2771C32.8045 36.3122 32.728 36.4569 32.72 36.5581C32.7457 36.5417 32.7606 36.5083 32.7754 36.4749C32.724 36.5075 32.7583 36.4857 32.7591 36.4491C32.7754 36.4749 32.8706 36.3785 32.8746 36.3279C32.8932 36.3762 32.834 36.3776 32.8331 36.4142L32.8806 36.4322C32.84 36.482 32.8174 36.4843 32.8189 36.5434C32.8352 36.5691 32.8438 36.5637 32.8718 36.5699C32.8866 36.5365 32.9326 36.4953 32.9046 36.489C32.9303 36.4727 32.9498 36.4844 32.9318 36.5319C32.8889 36.5591 32.9161 36.6019 32.8895 36.6548C32.8895 36.6548 32.8895 36.6548 32.8949 36.6634L32.9378 36.6362C32.9378 36.6362 32.9527 36.6027 32.9387 36.5996C32.9995 36.525 32.9464 36.6308 32.9487 36.6533C32.9658 36.6425 32.9938 36.6487 33.0087 36.6153C33.0024 36.6433 33.0336 36.6356 33.0624 36.6052C33.0733 36.6224 33.0359 36.6581 33.0156 36.683C33.0382 36.6807 33.0522 36.6838 33.0716 36.6955C33.1208 36.6403 32.9512 36.5436 33.1405 36.5197L33.1622 36.554L33.1685 36.526C33.1685 36.526 33.1622 36.554 33.1536 36.5594L33.1636 36.6132C33.1636 36.6132 33.2151 36.5805 33.2394 36.5051C33.2479 36.4996 33.2479 36.4996 33.2565 36.4942C33.2402 36.4685 33.2239 36.4428 33.1141 36.4403C33.3651 36.3052 33.5095 36.514 33.7142 36.5525C33.6947 36.5408 33.6924 36.5182 33.6698 36.5205C33.7142 36.5525 33.7905 36.5401 33.8551 36.5472C33.9828 36.5022 33.7439 36.4856 33.7845 36.4358L34.0017 36.4182C34.0577 36.4307 34.1138 36.4433 34.1372 36.4044C34.0734 36.3607 34.0408 36.3093 33.9965 36.2773L34.2284 36.3586C34.1958 36.3072 34.3999 36.2499 34.2426 36.2294L34.5751 36.2229L34.5916 36.1163C34.6702 36.1265 34.6725 36.1491 34.5876 36.1669C34.6983 36.1328 35.1028 36.2968 35.0198 36.1091C35.2914 36.1772 35.3717 36.1143 35.6924 36.1272C35.4403 36.0708 35.9497 35.9641 35.6935 35.9583C35.833 35.8939 35.8842 35.9936 36.0026 35.9906C36.1054 35.9254 36.0371 35.8366 35.9165 35.8169L36.0651 35.8428L36.0543 35.8257L36.1858 35.8625C36.3058 35.7864 36.1937 35.7613 36.3269 35.7249L36.3758 35.802L36.4476 35.7445C36.4156 35.7889 36.5027 35.7936 36.5985 35.793L36.5876 35.7759L36.7146 35.7675C36.5916 35.7253 36.8112 35.7303 36.7506 35.6726C36.8495 35.6579 36.8495 35.6579 37.0301 35.6395L37.009 35.701C37.2511 35.7036 36.9998 35.6107 37.1867 35.5642L37.185 35.6374C37.4314 35.4572 37.6561 35.603 37.8362 35.4889C37.7233 35.5004 37.7281 35.4132 37.739 35.4304C37.911 35.4174 38.186 35.3391 38.3876 35.3916C38.4298 35.2687 38.4361 35.2407 38.6045 35.1459C38.7345 35.1235 38.7571 35.1212 38.8123 35.1704C38.9323 35.0943 39.183 35.0915 39.1707 35.0152C39.2173 35.0698 39.2759 34.9725 39.3654 34.9999L39.3716 34.9719L39.384 35.0482C39.572 34.8329 39.7841 35.0347 39.9745 34.842L39.9325 34.8326L40.0336 34.8405C40.0336 34.8405 40.0065 34.7977 39.9848 34.7634L40.4218 34.6185L40.3523 34.6985C40.4458 34.6753 40.529 34.7307 40.621 34.6483C40.4195 34.5959 40.7714 34.6011 40.7708 34.5053L40.6665 34.5114C40.7552 34.4871 40.8038 34.5004 40.812 34.5513C40.9872 34.5243 40.8862 34.3841 41.0629 34.4162L40.9523 34.4503C40.9523 34.4503 41.0292 34.5337 41.1001 34.5128C41.1172 34.5019 41.1578 34.4522 41.0986 34.4536C41.2341 34.4398 41.4251 34.3428 41.4897 34.3499C41.5583 34.3064 41.5171 34.2604 41.4665 34.2565C41.7655 34.2351 41.5888 34.2029 41.8878 34.1816L41.8661 34.1473L41.9813 34.1584L42.0913 34.0285L42.0616 34.0954C42.1551 34.0722 42.2197 34.0793 42.3226 34.0141L42.2588 33.9704C42.5221 33.9116 42.5255 33.7653 42.7956 33.7742C42.8127 33.7634 42.7653 33.7454 42.7427 33.7477C43.0043 33.7621 42.8816 33.5876 43.14 33.6159C43.1291 33.5988 43.1354 33.5708 43.1246 33.5537L43.2429 33.5507L43.1994 33.4822L43.3355 33.5641L43.3661 33.4606L43.419 33.4871C43.4824 33.3028 43.6699 33.3521 43.7808 33.1857L43.7868 33.29C44.2445 33.3482 44.6137 32.8498 45.1082 32.7766L45.0647 32.708L45.2897 32.7216C45.3709 32.6221 45.2034 32.6802 45.2299 32.6273C45.4449 32.5872 45.352 32.7061 45.5958 32.6356C45.6996 32.5338 45.5321 32.5919 45.4589 32.5903C45.691 32.5392 46.0337 32.4541 46.1686 32.3446C46.174 32.3531 46.1849 32.3703 46.1849 32.3703C46.3461 32.3401 46.5176 32.2314 46.6851 32.1733C46.6634 32.139 46.6236 32.1522 46.5785 32.1568C46.6299 32.1242 46.7071 32.0752 46.7717 32.0823L46.6854 32.041C46.8023 31.9789 47.0624 31.9341 47.0586 31.8524C47.0578 31.8889 47.0904 31.9404 47.1901 31.8891C47.199 31.7514 47.5017 31.8117 47.6429 31.6742C47.6094 31.6593 47.4817 31.7043 47.5214 31.6911C47.5877 31.6251 47.6943 31.6416 47.7815 31.6464L47.7372 31.6144L48.1648 31.5115C48.1736 31.3737 48.5427 31.368 48.4852 31.2963C48.6247 31.2319 48.3955 31.4013 48.5715 31.3377C48.6013 31.2708 48.7445 31.2881 48.701 31.2196L48.6839 31.2304L48.8008 31.1683L48.6918 31.1293C48.8025 31.0952 48.9114 31.1343 48.944 31.1857C49.022 31.1002 49.1832 31.07 49.2021 30.986L49.1515 30.982C49.4521 30.8875 49.5298 30.574 49.8108 30.6C49.828 30.5892 49.8117 30.5635 49.772 30.5766L49.9457 30.4905L49.8788 30.4608L50.2067 30.4091L50.185 30.3749C50.365 30.2607 50.6774 30.1467 50.9275 30.0482L50.8824 30.0528C51.1768 29.9863 51.1225 29.9006 51.3405 29.8465C51.3351 29.8379 51.3211 29.8348 51.3125 29.8402L51.4863 29.754L51.4303 29.7415C51.5961 29.7565 51.7524 29.4532 51.7047 29.5676C51.8004 29.5669 51.9445 29.5477 51.9802 29.5851C52.1766 29.4966 52.0099 29.5182 52.1105 29.4304C52.2446 29.3574 52.2998 29.4065 52.4744 29.2838L52.4527 29.2495C52.5407 29.2177 52.6084 29.2108 52.7308 29.1573L52.6856 29.1619C52.9254 29.142 52.8768 28.9326 53.1141 29.0224C53.1804 28.9563 53.3479 28.8982 53.3044 28.8296C53.5708 28.7569 53.778 28.6855 54.0421 28.5902C54.023 28.4462 54.099 28.5661 54.2176 28.4309L54.2385 28.5017C54.5915 28.338 54.9067 27.982 55.3049 27.8136L55.284 27.7428L55.4015 27.7764C55.7873 27.5318 56.3149 27.2453 56.6485 27.0699C56.7786 27.0475 56.9786 27.0408 57.1416 26.9375L57.1244 26.9484C57.4345 26.8118 57.7695 26.6956 58.0836 26.5084C58.0502 26.4936 58.0736 26.4547 58.0285 26.4593C58.1374 26.4984 58.2248 26.3709 58.2988 26.336L58.2348 26.4246C58.3555 26.4442 58.4709 26.323 58.5006 26.2561L58.6836 26.2602C58.6836 26.2602 58.7039 26.2353 58.6984 26.2268L58.7373 26.2502L58.7796 26.1273C58.7796 26.1273 59.0374 26.0599 59.1346 26.1184C59.1355 26.0819 59.2641 26.0003 59.148 26.0258L59.6811 25.7479L59.6148 25.814C59.6357 25.8849 59.8195 25.8524 59.8858 25.7864C59.7534 25.7862 59.8314 25.7007 59.8557 25.6252C59.9429 25.63 59.8143 25.7116 59.8757 25.7327C59.9855 25.7351 60.1982 25.6724 60.2333 25.6141L60.1687 25.607C60.3019 25.5706 60.3107 25.4328 60.4385 25.3879C60.5709 25.3881 60.6349 25.2994 60.6658 25.424C60.8387 25.3744 60.6963 25.3205 60.7424 25.2793C60.8404 25.3013 61.0548 25.1654 61.051 25.0836C61.2143 25.2084 61.454 24.8281 61.5527 24.9458L61.6433 24.8043C61.6433 24.8043 61.7225 24.9102 61.8471 24.8793C61.9251 24.7938 61.8785 24.7392 61.8911 24.6832L62.0209 24.7931C62.5262 24.3767 63.3402 24.1249 63.9132 23.7015C64.2085 23.5984 64.5855 23.4915 64.9051 23.313L64.8599 23.3176L65.1686 23.1219L64.9674 23.2975C65.0523 23.2797 65.1114 23.2782 65.1855 23.2433C65.509 23.0142 65.9386 22.7058 66.4122 22.5617C66.7695 22.5754 66.5302 22.3307 66.8463 22.2984C66.8183 22.2922 66.7989 22.2805 66.7709 22.2742C67.0801 22.1742 67.2476 22.1161 67.5841 22.059C67.4746 21.9242 67.775 21.962 67.7004 21.9012L67.7556 21.9503C67.7939 21.8779 67.9396 21.7855 67.8953 21.7535L68.0557 21.76L68.0348 21.6891C68.1977 21.5859 68.5756 21.4424 68.5938 21.2626C69.0557 21.138 69.6708 20.724 70.1487 20.397C70.2499 20.4049 70.4011 20.3211 70.5125 20.2504L70.5891 20.1058C70.7169 20.0608 70.8912 20.0704 70.9701 19.9483C70.9701 19.9483 70.9592 19.9312 70.9421 19.942C71.059 19.8799 71.1433 19.7664 71.2982 19.7643C71.4268 19.6828 71.5143 19.5552 71.4279 19.5139C71.5212 19.623 71.6775 19.3196 71.6775 19.3196C71.6775 19.3196 73.222 18.1722 74.7927 16.7439C76.3829 15.3273 77.9053 13.5572 78.7324 12.9848C78.8227 12.9755 78.9662 12.8606 79.0034 12.9571C79.0985 12.8607 79.0365 12.7439 79.1065 12.7596C79.0377 12.9354 79.294 12.8089 79.2641 13.0081L79.3421 12.9226C79.3421 12.9226 79.1963 13.015 79.2912 13.0509L79.1629 13.0002C79.1214 13.0865 79.1229 13.1456 79.1329 13.1994C79.0417 13.2452 78.8628 13.1904 78.7985 13.4114L78.8499 13.3788C78.7399 13.5086 78.8528 13.4971 78.8488 13.5476L78.8637 13.5142L78.8291 13.6683C78.8543 13.5562 79.0506 13.4678 78.9898 13.5424C78.9038 13.7291 78.9969 13.4778 78.8954 13.6022C78.8346 13.6768 78.9046 13.6925 78.9435 13.7159L78.8623 13.8154C78.8623 13.8154 78.8678 13.824 78.8903 13.8217C78.8903 13.8217 78.8903 13.8217 78.9066 13.8474L78.838 13.8909L78.8489 13.908C78.8318 13.9189 78.8146 13.9298 78.7889 13.9461L78.7289 13.9841C78.7289 13.9841 78.7583 14.0495 78.738 14.0744C78.7629 14.0947 78.7995 14.0955 78.8189 14.1072L78.8795 14.1649C78.8687 14.1478 78.8772 14.1423 78.889 14.1229C78.8795 14.1649 78.9559 14.1526 78.9924 14.1534L78.9907 14.2265C79.0499 14.2251 78.9862 14.1814 79.0531 14.2111L78.9945 14.3083C79.1517 14.3287 78.9188 14.4163 79.0697 14.4648C79.108 14.3925 79.1203 14.4688 79.174 14.4587L79.1643 14.6331C79.1643 14.6331 79.2104 14.5919 79.1986 14.6113C79.2429 14.6433 79.1581 14.6611 79.1603 14.6837C79.2078 14.7016 79.1547 14.8074 79.2644 14.8099C79.335 14.9213 79.1367 14.8549 79.1933 14.9631C79.2633 14.9788 79.2121 14.8791 79.2759 14.9228L79.2507 15.0348C79.2507 15.0348 79.3582 15.0147 79.3451 14.975C79.4254 15.2724 79.7653 15.4294 79.6831 15.6978C79.7554 15.736 79.7345 15.6651 79.7774 15.638C79.6742 15.8355 79.9458 15.9036 79.9307 16.0694L79.8715 16.0708C80.0719 16.2922 79.9359 16.5706 80.0483 16.8237L80.004 16.7917C79.944 16.8298 79.9454 16.889 79.9274 16.9364C79.9554 16.9427 80.0552 16.8914 80.0363 16.9755C80.0169 16.9638 79.9866 16.9349 79.9554 16.9427C80.1364 17.1523 80.1565 17.6201 80.2664 17.9829C80.2802 18.4788 80.4512 18.995 80.4682 19.4768C80.4559 19.4005 80.311 19.4564 80.3576 19.5109C80.6423 19.6187 80.3711 19.7787 80.5709 19.9043C80.5415 20.1992 80.8128 20.3996 80.6651 20.6975L80.7414 20.6852C80.7414 20.6852 80.7374 20.7357 80.7366 20.7723L80.7537 20.7614C80.7995 20.8526 80.754 20.9895 80.7952 21.0355L80.7158 21.0618C80.7158 21.0618 80.7858 21.0775 80.7475 21.1498L80.7818 21.1281L80.7232 21.2253C80.8564 21.1889 80.7618 21.381 80.8427 21.4138C80.8325 21.4924 80.7979 21.6465 80.8545 21.7547C80.9277 21.7564 80.9555 21.895 81.0098 21.9807C81.0227 22.1527 81.0705 22.3987 81.1557 22.609L81.0622 22.6322L81.0722 22.6859C81.0722 22.6859 81.1088 22.6867 81.112 22.6727C81.2326 22.6924 81.1171 22.8136 81.1926 22.8378C81.1054 22.833 81.1709 22.8036 81.1546 22.7779C81.0963 22.7428 81.03 22.8088 81.0851 22.8579L81.1023 22.8471L81.0671 22.9054C81.1435 22.893 81.1878 22.925 81.2501 22.9095C81.2824 23.0933 81.1941 23.2574 81.2856 23.4396C81.3542 23.3961 81.3048 23.5836 81.4249 23.5075C81.4106 23.6367 81.3119 23.519 81.2285 23.596C81.2448 23.6217 81.2128 23.666 81.2665 23.656C81.3008 23.6342 81.3537 23.6608 81.36 23.6327L81.3723 23.709C81.3723 23.709 81.398 23.6927 81.4066 23.6873C81.394 23.7433 81.4072 23.783 81.4343 23.8259C81.4615 23.8687 81.4832 23.903 81.5104 23.9458C81.4941 23.9201 81.5152 23.8587 81.5215 23.8307C81.5215 23.8307 81.5387 23.8198 81.5567 23.7723C81.5753 23.8206 81.527 23.8392 81.5573 23.8681C81.6073 23.7763 81.633 23.76 81.6813 23.7414L81.6127 23.7849L81.6119 23.8214C81.6033 23.8269 81.5861 23.8378 81.5713 23.8712C81.5713 23.8712 81.543 23.9973 81.5836 23.9475C81.5579 23.9638 81.5516 23.9918 81.5484 24.0058C81.5647 24.0315 81.5585 24.0595 81.5522 24.0875C81.535 24.0984 81.5382 24.0844 81.5327 24.0758C81.535 24.0984 81.5373 24.121 81.5084 24.1513C81.5022 24.1793 81.513 24.1965 81.545 24.1521C81.5553 24.0735 81.6231 24.0666 81.6528 23.9997C81.6465 24.0278 81.5896 24.0518 81.5888 24.0884C81.5996 24.1055 81.6402 24.0558 81.6745 24.034L81.6831 24.0286L81.7205 23.9928C81.7025 24.0403 81.6488 24.0503 81.6619 24.09C81.6791 24.0792 81.6868 24.1103 81.7102 24.0714C81.74 24.0045 81.7868 23.9268 81.7845 23.9042C81.7954 23.9213 81.8451 23.9619 81.7703 24.0334L81.7811 24.0505C81.7811 24.0505 81.6782 24.1157 81.714 24.1532L81.7311 24.1423L81.7154 24.2123L81.7583 24.1851C81.7583 24.1851 81.7294 24.2154 81.7349 24.224C81.7551 24.1991 81.7692 24.2023 81.7871 24.1548C81.812 24.1751 81.7886 24.214 81.7737 24.2474C81.7846 24.2646 81.8017 24.2537 81.8229 24.1922C81.8455 24.1899 81.8812 24.2273 81.9272 24.1861C81.9287 24.2453 81.9101 24.197 81.8944 24.267C82.013 24.1318 82.0267 24.2672 82.0624 24.3046C81.975 24.4322 82.0733 24.3218 81.9999 24.4524C82.0179 24.405 82.1113 24.3818 82.0905 24.3109L82.1068 24.3366C82.1731 24.2706 82.103 24.2549 82.1865 24.178C82.2028 24.2037 82.1402 24.3515 82.2057 24.322C82.2502 24.2216 82.2102 24.3671 82.2634 24.2613C82.2783 24.2279 82.2642 24.2248 82.2588 24.2162L82.276 24.2053C82.3491 24.207 82.2197 24.3251 82.2234 24.4068C82.2451 24.4411 82.3006 24.3579 82.3271 24.305C82.3357 24.2996 82.338 24.3222 82.338 24.3222C82.3209 24.333 82.2631 24.3937 82.2451 24.4411C82.3263 24.3416 82.3066 24.4622 82.2886 24.5097C82.16 24.5912 82.2411 24.4917 82.1234 24.5904C82.1382 24.5569 82.1968 24.4597 82.14 24.4838C82.1274 24.5398 82.1048 24.5421 82.0962 24.5475C82.1368 24.4978 82.0831 24.5078 82.0894 24.4798C82.0573 24.5241 82.0299 24.6136 81.9902 24.6268L82.0636 24.4961C82.0636 24.4961 82.0051 24.5933 82.0005 24.5482C81.9762 24.6236 81.9333 24.6508 81.9519 24.6991C81.8427 24.7923 81.9287 24.6057 81.9219 24.5379C81.9219 24.5379 81.9156 24.5659 81.907 24.5714C81.9219 24.5379 81.9024 24.5262 81.9056 24.5122C81.8713 24.534 81.8899 24.5823 81.861 24.6126L81.8393 24.5783L81.8221 24.5892C81.8198 24.5666 81.823 24.5526 81.8027 24.5775C81.7847 24.6249 81.7667 24.6724 81.7518 24.7058L81.7684 24.5992C81.7684 24.5992 81.7449 24.6381 81.7278 24.649C81.7464 24.6972 81.7595 24.737 81.7781 24.7852C81.7953 24.7744 81.8319 24.7752 81.835 24.7612C81.7538 24.8607 81.9213 24.8026 81.9328 24.9154C81.9937 25.2012 82.0155 25.5958 82.1334 25.8575C82.0468 25.9484 82.0785 26.0364 82.0791 26.1322L82.2123 26.0958L82.1935 26.1798C82.1935 26.1798 82.2006 26.1152 82.2729 26.1534L82.1957 26.2024C82.1957 26.2024 82.2958 26.3792 82.3584 26.2314L82.4559 26.518C82.4799 26.5748 82.3445 26.5886 82.4105 26.6549C82.4557 26.6503 82.4339 26.616 82.4791 26.6114C82.6469 26.7813 82.2939 26.945 82.4166 27.1195L82.4337 27.1087C82.4337 27.1087 82.4258 27.2098 82.4032 27.2121C82.2591 27.2314 82.4609 27.1515 82.366 27.1156C82.2522 27.1637 82.33 27.2105 82.2365 27.2337C82.2949 27.2688 82.2403 27.3154 82.2448 27.3606C82.3398 27.3965 82.3201 27.5171 82.4321 27.5422C82.4001 27.5865 82.3026 27.6603 82.329 27.7397C82.4356 27.7562 82.4061 27.6908 82.4722 27.7571L82.4122 27.7951C82.4448 27.8465 82.4565 27.8271 82.4876 27.8193C82.5202 27.8708 82.4182 27.8994 82.4842 27.9657L82.5365 27.8965C82.5294 27.9611 82.5543 27.9813 82.5891 28.0553C82.6234 28.0336 82.6071 28.0079 82.5963 27.9907C82.7115 28.0018 82.5829 28.0833 82.6023 28.095C82.5711 28.1028 82.5386 28.0514 82.484 28.098C82.5057 28.1323 82.4222 28.2092 82.5094 28.214L82.5617 28.1448C82.5397 28.2428 82.5009 28.2194 82.5552 28.3051C82.5552 28.3051 82.5723 28.2942 82.5895 28.2834C82.5255 28.372 82.6312 28.4251 82.6716 28.5076C82.6567 28.5411 82.6278 28.5714 82.6387 28.5885C82.5804 28.5534 82.5687 28.5729 82.4978 28.5938C82.6324 28.6165 82.4072 28.7353 82.5121 28.825C82.5464 28.8032 82.5893 28.776 82.5364 28.7495C82.6339 28.6757 82.725 28.6299 82.7579 28.549C82.7399 28.5965 82.7499 28.6502 82.7928 28.623L82.6985 28.6828C82.6985 28.6828 82.7202 28.7171 82.7171 28.7311C82.657 28.7691 82.5933 28.7255 82.5636 28.7923C82.5533 28.8709 82.6819 28.7894 82.639 28.8166C82.6311 28.9178 82.5416 28.8904 82.6045 28.9706C82.6131 28.9652 82.6193 28.9372 82.6053 28.9341C82.6691 28.9777 82.6439 29.0898 82.774 29.0674C82.7997 29.0511 82.834 29.0293 82.8146 29.0176L82.7974 29.0285C82.8646 28.9259 82.7903 29.0931 82.9018 29.0224C82.8309 29.0433 82.8798 29.1205 82.9069 29.1633L82.822 29.1811C82.634 29.3964 82.9755 29.1198 82.9893 29.2553C82.9673 29.3533 82.9504 29.2319 82.9207 29.2988C82.9533 29.3502 83.035 29.3464 83.0302 29.4336C83.0722 29.443 83.1251 29.4695 83.2186 29.4463C83.1974 29.5077 83.3055 29.5834 83.2338 29.6409C83.128 29.5878 83.29 29.5211 83.1477 29.4672L83.0705 29.5161C83.114 29.5847 83.0974 29.6913 83.1417 29.7233C83.1192 29.7256 83.0966 29.7279 83.0794 29.7387C83.0854 29.843 83.0051 29.906 83.0735 29.9948C83.1584 29.977 83.1172 29.931 83.1126 29.8859C83.1989 29.9273 83.1506 29.9459 83.205 30.0316C83.2759 30.0106 83.1724 29.9801 83.241 29.9367L83.261 30.0441L83.2696 30.0387C83.1667 30.1039 83.3185 30.1158 83.2942 30.1912C83.35 30.3361 83.2128 30.4231 83.1425 30.5397C83.1845 30.5491 83.2156 30.5414 83.2414 30.5251C83.1799 30.504 83.2251 30.4994 83.2454 30.4745C83.2554 30.5282 83.3986 30.5455 83.4306 30.5012C83.4312 30.5969 83.3574 30.4995 83.3448 30.5556L83.41 30.6584C83.3337 30.6707 83.3034 30.6419 83.2877 30.7119C83.2892 30.7711 83.3086 30.7828 83.338 30.8482C83.3638 30.8319 83.4369 30.8336 83.4098 30.7907C83.4487 30.8141 83.4618 30.8538 83.4158 30.895C83.338 30.8482 83.4155 31.0273 83.3003 31.0163L83.3781 31.0631C83.3781 31.0631 83.407 31.0328 83.3821 31.0125C83.481 30.9978 83.375 31.0771 83.3827 31.1082C83.4076 31.1285 83.4316 31.1853 83.4767 31.1807C83.4619 31.2142 83.5031 31.2602 83.5428 31.247C83.5419 31.2836 83.4913 31.2796 83.4656 31.2959L83.5308 31.3987C83.5308 31.3987 83.7037 31.3492 83.724 31.3243C83.6975 31.3772 83.59 31.3973 83.614 31.4541C83.6889 31.3826 83.7198 31.5072 83.815 31.4108C83.8936 31.421 83.9362 31.5262 83.929 31.5908C83.8713 31.6514 83.8653 31.5471 83.7913 31.582C83.8267 31.7517 83.6218 31.8456 83.701 31.9516L83.6621 31.9282C83.6487 32.0208 83.6518 32.0068 83.6081 32.0705C83.6939 32.0162 83.8985 32.0546 83.9209 32.1846C83.878 32.2118 83.8034 32.151 83.7402 32.203L83.758 32.2879C83.758 32.2879 83.7837 32.2716 83.7923 32.2662C83.7874 32.3533 83.9649 32.3489 83.862 32.4141L84.0278 32.4292L83.9546 32.4275C83.9118 32.4547 83.9295 32.5395 83.9178 32.559C83.8958 32.657 83.9518 32.6696 84.0273 32.6938C83.9821 32.6984 83.8809 32.6905 83.8933 32.7668C84.0467 32.7055 84.0005 32.879 84.0885 32.8472C84.1048 32.8729 84.1577 32.8994 84.1008 32.9235L84.1866 32.8691C84.0665 32.9452 84.1068 33.0278 84.1106 33.1095C84.2843 33.0234 84.1283 33.1944 84.3067 33.1534C84.1952 33.2241 84.3033 33.2997 84.2089 33.3595C84.2244 33.4218 84.3327 33.3651 84.3779 33.3605L84.3459 33.4048C84.4105 33.4119 84.4617 33.5116 84.5254 33.5553L84.4443 33.6548L84.5034 33.6533C84.5034 33.6533 84.4791 33.7288 84.4317 33.7108L84.448 33.7365C84.3342 33.7846 84.4354 33.7926 84.408 33.882C84.436 33.8883 84.4617 33.872 84.468 33.844C84.4843 33.8697 84.5358 33.8371 84.5864 33.841C84.5443 33.8316 84.424 34.0401 84.3354 33.9761C84.2817 33.9862 84.266 34.0562 84.3048 34.0796L84.4209 34.0541L84.3289 34.1364C84.3289 34.1364 84.4066 34.1832 84.4369 34.2121C84.4238 34.1724 84.607 34.0442 84.6496 34.1493C84.6482 34.0902 84.6887 34.0404 84.7036 34.007C84.7145 34.0241 84.7253 34.0413 84.7605 33.9829C84.7611 34.0787 84.7059 34.0296 84.7236 34.1144C84.8202 34.0772 84.8568 34.078 84.9174 34.1357L84.828 34.1083C84.828 34.1083 84.8108 34.1192 84.8022 34.1247C84.7914 34.1075 84.7688 34.1098 84.7291 34.123C84.7399 34.1401 84.647 34.2591 84.7148 34.2522C84.535 34.234 84.6514 34.4365 84.5447 34.42C84.519 34.4364 84.5345 34.4986 84.5828 34.48C84.6125 34.4131 84.6708 34.4482 84.7214 34.4522C84.6934 34.4459 84.6708 34.4482 84.6591 34.4677C84.6722 34.5074 84.7368 34.5145 84.7789 34.5239L84.796 34.513L84.8543 34.5481C84.8115 34.5753 84.7509 34.5176 84.7492 34.5908C84.7772 34.5971 84.77 34.6616 84.8098 34.6485C84.8589 34.5933 84.9578 34.5786 84.9618 34.528C84.975 34.5678 85.0113 34.7009 84.9047 34.6844L84.9318 34.7273C84.9318 34.7273 84.77 34.6616 84.7986 34.7636L84.8158 34.7528L84.7712 34.8531L84.8358 34.8602C84.8358 34.8602 84.7929 34.8874 84.8092 34.9131C84.8404 34.9054 84.8567 34.9311 84.8996 34.9039C84.9205 34.9747 84.8721 34.9933 84.8464 35.0097C84.8596 35.0494 84.879 35.0611 84.925 35.0199C84.9576 35.0713 84.9862 35.1733 85.0508 35.1804C85.0374 35.273 85.0228 35.1741 84.9791 35.2379C85.0889 35.2404 85.1238 35.3144 85.1361 35.3907C85.1812 35.3861 85.2435 35.3706 85.2887 35.366C85.3836 35.4019 85.5846 35.3586 85.5454 35.4675C85.6958 35.4203 85.7046 35.2825 85.7598 35.3316C85.5906 35.4629 85.8973 35.4727 85.7498 35.6383L85.8776 35.5933C85.9219 35.6253 85.6884 35.6172 85.7544 35.6834L85.6666 35.5829C85.5723 35.6427 85.5372 35.701 85.5192 35.7485C85.46 35.7499 85.3962 35.7062 85.3176 35.696C85.2911 35.7489 85.2645 35.8018 85.3228 35.8369C85.4171 35.7771 85.3125 35.9155 85.4154 35.8503C85.4443 35.82 85.4194 35.7997 85.4257 35.7717L85.4537 35.7779C85.5461 35.9236 85.3445 35.8712 85.3108 35.9887C85.3394 36.0907 85.4198 36.0277 85.4735 36.0177C85.5015 36.024 85.5115 36.0777 85.4881 36.1166C85.5295 36.0302 85.38 36.0409 85.3254 36.0875C85.4578 36.0877 85.3898 36.2269 85.3578 36.2713C85.1797 36.1799 85.312 36.1801 85.1308 36.1028C85.1565 36.0865 85.2025 36.0453 85.1979 36.0002C85.0779 36.0763 85.141 36.0242 85.1388 36.0016C85.1388 36.0016 85.1248 35.9985 85.085 36.0117C84.9884 36.0489 85.0436 36.098 85.0653 36.1323L84.8861 36.2099C84.9187 36.2613 84.9944 36.1532 84.953 36.2396L84.7069 36.2875C84.7369 36.4486 84.4328 36.3291 84.3919 36.5112C84.5703 36.4702 84.402 36.5649 84.4463 36.5969L84.0535 36.7738C84.0535 36.7738 84.1719 36.7708 84.115 36.7949C84.0627 36.8641 83.9849 36.8173 83.9366 36.8359C83.9241 36.8919 83.6491 36.9701 83.7034 37.0558C83.4711 37.2392 83.5416 36.9902 83.321 37.1541C83.3193 37.2273 83.5228 37.0742 83.4385 37.1877L83.1744 37.2831C83.1744 37.2831 83.2684 37.3556 83.3542 37.3013C82.7111 37.709 82.4805 38.1795 81.8331 38.4098C81.78 38.5155 81.9172 38.4286 82.0043 38.4334C81.5113 38.5658 81.439 38.8879 81.0603 39.0679L81.0277 39.0165C80.5784 39.4455 79.889 39.6663 79.32 40.0391L79.3723 39.9699C79.2571 39.9589 79.1262 40.0178 79.0101 40.0434C79.0093 40.0799 79.1376 40.1307 78.9561 40.1857C78.9795 40.1468 79.0513 40.0893 79.0093 40.0799C78.5663 40.4809 77.459 40.9907 76.6421 41.4846C75.478 42.0184 74.2838 42.7515 73.1337 43.2884C73.3075 43.2023 73.166 43.1118 73.0568 43.205C72.8107 43.6133 72.4225 43.475 72.133 43.8147C71.4373 44.0636 70.9498 44.5649 70.2458 44.6869L70.2666 44.7577C70.1918 44.8292 70.1474 44.7973 70.0423 44.8399L70.0531 44.8571C69.8388 44.993 69.5218 45.0618 69.4126 45.155L69.3691 45.0865C69.2297 45.1509 69.3277 45.1728 69.1665 45.2029L69.1882 45.2372L68.9936 45.2525C69.0696 45.3725 68.6117 45.4465 68.536 45.5546C68.3459 45.6151 67.9829 45.7251 67.7342 45.8827C67.7208 45.9753 67.3904 46.1367 67.1986 46.2703C66.7888 46.4581 66.1943 46.7149 65.6869 46.9765L65.6552 46.8885L65.5103 46.9443C65.5103 46.9443 65.5094 46.9809 65.532 46.9786C65.4694 47.1264 65.197 47.0949 65.1213 47.2029C65.1518 47.0995 65.207 47.1486 65.2842 47.0997C65.3794 47.0033 65.2307 46.9774 65.0958 47.0869L65.1067 47.1041L64.9883 47.107C65.0092 47.1779 64.9258 47.2548 64.9466 47.3257C64.4916 47.518 64.1303 47.5549 63.6853 47.801C63.763 47.8478 63.3386 47.9367 63.4972 48.0163C63.1997 48.0968 63.4944 47.898 63.3263 47.8604C63.2577 47.9039 63.1479 47.9014 63.1634 47.9637C63.2108 47.9817 63.1382 48.0757 63.2091 48.0548L63.0159 48.1293C63.0159 48.1293 63.0493 48.1441 63.0719 48.1418C62.6583 48.2479 62.4406 48.5301 62.0613 48.6144C62.0169 48.5824 62.1899 48.5328 62.1456 48.5009C61.7585 48.554 61.8758 48.72 61.5276 48.7965L61.6225 48.8325C61.5042 48.8354 61.4319 48.7972 61.2852 48.9262C61.2944 49.0165 61.4627 48.9217 61.5585 48.9211C61.4448 48.9692 61.1378 49.0917 61.1995 48.9805C61.0523 49.0138 61.0249 49.1033 60.9617 49.1553C60.9508 49.1382 61.074 49.0481 60.9783 49.0487C60.8091 49.18 60.5161 49.3057 60.2854 49.4159C60.2963 49.433 60.2955 49.4696 60.318 49.4673C60.0931 49.4537 60.1823 49.6134 59.9127 49.7002C59.2162 49.9856 58.2635 50.2653 57.5833 50.5764C57.3926 50.5411 57.1682 50.6233 56.9384 50.6969L56.9716 50.8441L56.7652 50.8788C56.7129 50.948 56.9124 50.8455 56.8087 50.9474L56.7029 50.8943C56.7029 50.8943 56.247 51.1232 56.5912 51.0973L55.8775 51.3936C55.7208 51.4689 55.7382 51.3257 55.5753 51.429C55.5542 51.4904 55.6485 51.4306 55.6585 51.4843C55.1752 51.8028 54.9493 51.4654 54.4732 51.7193L54.5238 51.7232C54.4226 51.7153 54.2605 51.782 54.2582 51.7594C54.2648 51.5991 54.3757 51.7931 54.4997 51.6664C54.4431 51.5581 54.2911 51.6785 54.2679 51.5851C54.1673 51.6729 54.067 51.6284 53.9703 51.6656C53.8292 51.8032 53.555 51.8448 53.4645 51.9864C53.3633 51.9784 53.2326 51.9051 53.0425 51.9655C52.9465 52.0985 53.1 52.0372 52.9371 52.1405L52.8936 52.0719C52.737 52.1472 52.765 52.1535 52.7867 52.1878C52.6333 52.249 52.6272 52.1447 52.4472 52.2589L52.5818 52.2817C52.4292 52.3063 52.3692 52.3444 52.1814 52.4274C52.2031 52.4617 52.2771 52.4268 52.334 52.4027C52.2574 52.5474 52.1308 52.4234 52.0708 52.4615C52.0716 52.4249 52.2165 52.3691 52.1247 52.3191C52.039 52.3735 51.8772 52.3079 51.8381 52.4168L51.9727 52.4396C51.7469 52.4626 51.8272 52.3997 51.602 52.5184C51.6105 52.513 51.6128 52.5356 51.6237 52.5527C51.447 52.5206 51.2716 52.6799 51.0558 52.7566C50.9826 52.7549 50.9211 52.7338 50.8814 52.747C51.0014 52.6709 50.954 52.653 50.9385 52.5907C50.8051 52.7594 50.6327 52.5443 50.384 52.702C50.4057 52.7362 50.4812 52.7605 50.5475 52.6944C50.6836 52.7763 50.7293 52.8674 50.9123 52.8716C50.7994 52.8831 50.6693 52.9055 50.7051 52.9429L50.6399 52.8401C50.5744 52.8696 50.5207 52.8796 50.4724 52.8982C50.4203 52.8351 50.5661 52.7427 50.4026 52.7502C50.2219 52.7687 50.3486 52.8926 50.3074 52.8466C50.0645 52.8805 50.1713 52.7647 49.9633 52.8726C49.9859 52.8703 50.0364 52.8742 50.0536 52.8634C49.9078 52.9558 49.654 52.9726 49.6592 53.1134C49.6926 53.1283 49.7058 53.168 49.7627 53.1439L49.7518 53.1268C49.9565 53.1652 49.5992 53.1515 49.6955 53.2466C49.6832 53.1703 49.4643 53.261 49.3731 53.3068L49.3779 53.2197C48.9726 53.0922 49.4477 53.3677 49.105 53.4528C48.8737 53.4672 49.1736 53.4093 49.0304 53.392C48.8909 53.4564 48.858 53.5373 48.6431 53.5774C48.5939 53.6326 48.4879 53.7119 48.5056 53.7967C48.3647 53.802 48.13 53.9628 48.0328 53.9042C48.2278 53.7566 48.2773 53.9295 48.4988 53.729L48.4015 53.6705C48.2255 53.7341 47.9911 53.7625 47.8796 53.8332C47.8999 53.8083 47.9062 53.7803 47.8868 53.7686C47.6266 53.8134 47.5349 53.7634 47.2934 53.8565C47.2885 53.9437 47.4249 53.8933 47.5269 53.8646C47.392 53.9742 47.368 53.9173 47.1264 54.0104C47.1333 54.0781 47.2908 53.9662 47.3374 54.0208L47.0547 54.0679C46.9949 53.9736 46.8529 54.1478 46.6808 54.1607C46.2812 54.2699 46.1803 54.1297 45.939 54.0904C45.8845 54.137 45.8836 54.1736 45.9085 54.1939C45.9919 54.117 45.9825 54.159 46.0214 54.1824C45.8828 54.2102 45.7579 54.3735 45.8474 54.4008C45.6215 54.4239 45.9028 54.3176 45.7704 54.3175L45.4869 54.4011C45.5026 54.3311 45.5992 54.2939 45.4389 54.2874C45.3088 54.3098 45.2519 54.3338 45.0876 54.378C45.1124 54.3982 45.057 54.4814 45.1762 54.4419C45.1076 54.4854 44.9744 54.5218 44.9106 54.4781C45.0736 54.3748 44.6031 54.5049 44.7131 54.3751L44.5502 54.4784C44.5502 54.4784 44.6031 54.5049 44.6685 54.4755C44.638 54.5789 44.5105 54.4916 44.4513 54.493C44.3913 54.5311 44.2323 54.5838 44.2229 54.6258C44.1583 54.6187 44.0274 54.6777 44.0094 54.7251C43.9191 54.7344 43.9854 54.6683 43.9605 54.648L43.6715 54.7231C43.6715 54.7231 43.6782 54.9231 43.7202 54.9325C43.5941 54.9043 43.6418 54.79 43.4775 54.8341C43.5995 54.9129 43.2717 54.9646 43.4389 55.0388C43.3523 55.1297 43.0836 55.1799 42.9201 55.1875C42.8089 55.1258 43.0768 55.1122 43.0504 55.0328C42.6183 55.0905 42.5416 54.8748 42.2409 54.9694L42.3095 54.9259C42.1094 54.9326 42.132 54.9303 42.0091 54.8881C42.086 54.9715 41.8442 55.1969 41.5109 55.24C41.4783 55.1886 41.6715 55.1141 41.6001 55.0393L41.3882 55.0655C41.3882 55.0655 41.3991 55.0826 41.4326 55.0974C41.2325 55.1041 41.1067 55.304 41.0221 55.1895L40.8489 55.3713L40.9184 55.2913C40.8858 55.2399 40.6654 55.2715 40.6234 55.2621C40.3984 55.2485 40.3267 55.306 40.2175 55.3993C40.2495 55.3549 40.3284 55.2328 40.1531 55.2598C40.1832 55.421 39.7987 55.3644 39.811 55.4407C39.7433 55.4476 39.6264 55.5097 39.6055 55.4389L39.6341 55.5409C39.5923 55.3991 39.3408 55.4385 39.1438 55.4312C39.2128 55.6158 38.9212 55.4402 38.8577 55.6246C38.8043 55.5023 38.5004 55.6109 38.4578 55.5057C38.3083 55.5164 38.3338 55.6324 38.3018 55.6767L38.2294 55.6385C38.1546 55.71 37.8804 55.7516 37.713 55.8098L37.5434 55.713L37.4943 55.7682C37.4943 55.7682 37.3316 55.7392 37.4088 55.6903L37.3239 55.7081C37.307 55.5866 37.2033 55.6884 37.0266 55.6563C36.9837 55.6834 37 55.7092 37.0335 55.724C36.9432 55.7332 36.9952 55.7963 36.9406 55.8429C37.0006 55.8049 36.6241 55.6471 36.8485 55.5649C36.8611 55.5089 36.7264 55.4862 36.647 55.5125L36.5992 55.6269L36.4866 55.5061C36.3574 55.4919 36.3051 55.5611 36.1976 55.5812C36.3074 55.5836 36.4572 55.801 36.1699 55.8029C36.3217 55.8148 36.3963 55.8756 36.4718 55.8999C36.4126 55.9013 36.3869 55.9177 36.4787 55.9676C36.2514 55.9315 36.3986 55.8982 36.1877 55.8878C36.2023 55.9867 36.1423 56.0247 35.9499 56.0626L36.0871 55.9756C36.0871 55.9756 36.0762 55.9585 36.0708 55.9499C36.1245 55.9399 36.1362 55.9204 36.1511 55.887C36.1059 55.8916 35.8921 55.7628 35.8569 55.8212C36.069 55.6627 35.471 55.7054 35.6114 55.6045C35.5896 55.5702 35.4347 55.5723 35.4167 55.6197C35.5979 55.6971 35.2872 55.7379 35.3081 55.8087C35.2412 55.7791 35.4507 55.7303 35.3558 55.6944C35.2461 55.6919 35.1657 55.7548 35.1089 55.7789L35.1563 55.7968L34.992 55.841C34.9594 55.7895 35.1517 55.7517 35.0031 55.7258C34.9688 55.7475 34.8061 55.7185 34.8107 55.7637C34.8822 55.8385 34.8322 55.9302 34.9614 55.9444C34.8516 55.9419 34.5029 55.9228 34.6487 55.8304L34.5163 55.8302C34.5935 55.7812 34.8319 55.7022 34.5617 55.6933L34.5726 55.7104L34.3828 55.6385L34.297 55.6929C34.297 55.6929 34.2699 55.65 34.2107 55.6515C34.1959 55.685 34.1335 55.7004 34.1327 55.737C33.9412 55.7383 33.9537 55.6823 33.932 55.648C33.8222 55.6455 33.7825 55.6587 33.8291 55.7132C33.685 55.7325 33.4235 55.7181 33.3129 55.7522C33.1145 55.6858 33.3472 55.7305 33.2477 55.6494C33.0582 55.8055 32.5805 55.6399 32.2583 55.5678C32.3715 55.424 32.1689 55.5404 32.1302 55.3847C32.1465 55.4104 32.1068 55.4236 32.0671 55.4368C32.0414 55.4531 32.0545 55.4928 32.0677 55.5325C32.0677 55.5325 32.0677 55.5325 32.0871 55.5442L32.0591 55.5379C32.0591 55.5379 32.0637 55.5831 32.0325 55.5908C31.9851 55.5729 32.0162 55.5651 31.9828 55.5503C31.9571 55.5666 31.9485 55.572 31.9399 55.5775C32.0068 55.6071 32.0597 55.6337 32.0277 55.678C32.0191 55.6834 32.0331 55.6866 32.0074 55.7029C31.9934 55.6997 31.9794 55.6966 31.9599 55.6849C31.9599 55.6849 31.9428 55.6958 31.9622 55.7075C32.0431 55.7403 32.0354 55.7091 32.0806 55.7045C32.0829 55.7271 32.0369 55.7683 31.9731 55.7246C31.9388 55.7464 32.0057 55.776 32.0166 55.7932C31.9971 55.7815 31.9668 55.7526 31.9302 55.7518C31.9628 55.8032 31.9448 55.8507 31.93 55.8841C31.9494 55.8958 31.9774 55.9021 31.9914 55.9052C31.8817 55.9027 32.0606 55.9575 32.0177 55.9846C31.942 56.0927 31.8125 56.2108 31.8069 56.3346C31.6971 56.3321 31.6822 56.3655 31.6448 56.4013L31.7817 56.4466L31.7388 56.4738C31.7388 56.4738 31.7731 56.4521 31.8175 56.484L31.7248 56.4707C31.7248 56.4707 31.734 56.561 31.8501 56.5355L31.8163 56.6529C31.8163 56.6529 31.6957 56.6333 31.7229 56.6762C31.7563 56.691 31.754 56.6684 31.8015 56.6864C31.8776 56.8063 31.4994 56.7218 31.5451 56.8129L31.5623 56.802C31.5623 56.802 31.5248 56.8378 31.5022 56.8401C31.3653 56.7947 31.5894 56.8449 31.5117 56.798C31.3856 56.7699 31.4353 56.8104 31.3513 56.7916C31.3956 56.8236 31.317 56.8133 31.3053 56.8328C31.369 56.8765 31.3036 56.9059 31.3954 56.9559C31.3502 56.9605 31.235 56.9494 31.2201 56.9829C31.3065 57.0242 31.3128 56.9962 31.3345 57.0305L31.2644 57.0148C31.2644 57.0148 31.2862 57.0491 31.3228 57.05C31.3165 57.078 31.227 57.0506 31.2542 57.0934L31.3274 57.0951C31.3274 57.0951 31.2985 57.1254 31.2976 57.162C31.3397 57.1714 31.3374 57.1488 31.3319 57.1403C31.4323 57.1848 31.2891 57.1674 31.2891 57.1674C31.261 57.1612 31.2533 57.13 31.1801 57.1284C31.191 57.1455 31.0812 57.143 31.1621 57.1758L31.2299 57.1689C31.1784 57.2015 31.1341 57.1696 31.1613 57.2124C31.1613 57.2124 31.1893 57.2187 31.2033 57.2218C31.113 57.231 31.1822 57.2833 31.1813 57.3198C31.1502 57.3276 31.1136 57.3267 31.119 57.3353C31.0887 57.3065 31.0661 57.3088 30.9961 57.2931C31.1019 57.3462 30.852 57.3124 30.9126 57.37C30.9547 57.3794 30.9998 57.3748 30.9609 57.3514C31.0847 57.3571 31.1828 57.379 31.2396 57.3549C31.2139 57.3712 31.1882 57.3876 31.2388 57.3915L31.1322 57.375C31.1322 57.375 31.143 57.3922 31.1259 57.403C31.0613 57.3959 31.017 57.364 30.9632 57.374C30.9289 57.3958 31.0721 57.4131 31.0216 57.4091C30.9701 57.4417 30.8978 57.4035 30.9304 57.4549C30.9304 57.4549 30.9561 57.4386 30.9475 57.444C30.9833 57.4814 30.9178 57.5109 31.0439 57.5391C31.0719 57.5454 31.1085 57.5462 31.103 57.5377L31.0859 57.5485C31.1794 57.5253 31.0547 57.5563 31.1699 57.5673C31.0999 57.5517 31.1185 57.5999 31.1154 57.6139L31.0313 57.5951C30.7775 57.6119 31.194 57.6242 31.1534 57.6739C31.0965 57.698 31.1371 57.6482 31.0748 57.6637C31.0911 57.6894 31.1525 57.7105 31.1182 57.7323C31.1517 57.7471 31.1906 57.7705 31.2746 57.7893C31.2403 57.811 31.3095 57.8633 31.2137 57.8639C31.1446 57.8117 31.3158 57.8353 31.196 57.7791L31.1088 57.7743C31.1088 57.7743 31.0511 57.8349 31.0814 57.8637C31.076 57.8552 31.0394 57.8543 31.0254 57.8512C30.9825 57.8784 30.8922 57.8876 30.9108 57.9359C30.9948 57.9547 30.9785 57.929 30.9902 57.9095C31.0485 57.9446 30.9839 57.9375 31.0111 57.9804C31.0811 57.9961 31.0119 57.9438 31.082 57.9595L31.05 58.0038L31.0585 57.9984C30.9402 58.0013 31.0717 58.0381 31.0288 58.0652C31.0217 58.1298 30.8613 58.1234 30.7539 58.1435C30.7873 58.1583 30.8153 58.1646 30.8433 58.1708C30.7904 58.1443 30.8325 58.1537 30.8691 58.1545C30.8519 58.1654 30.9803 58.2162 31.0254 58.2116C30.9826 58.2387 30.964 58.1905 30.9242 58.2036L30.9202 58.2542C30.9202 58.2542 30.8534 58.2246 30.7965 58.2486C30.7708 58.2649 30.7816 58.282 30.7839 58.3046C30.8205 58.3055 30.882 58.3266 30.8797 58.304C30.8905 58.3211 30.9014 58.3383 30.8422 58.3397C30.7839 58.3046 30.7822 58.3778 30.6927 58.3504L30.7425 58.391C30.7425 58.391 30.7876 58.3864 30.7682 58.3746C30.8608 58.388 30.7339 58.3964 30.7253 58.4018C30.7362 58.419 30.7525 58.4447 30.7805 58.4509C30.7548 58.4672 30.7742 58.4789 30.8217 58.4969C30.8045 58.5078 30.7571 58.4898 30.7345 58.4921L30.7445 58.5458C30.7445 58.5458 30.9383 58.5671 30.9609 58.5648C30.9126 58.5834 30.8091 58.5529 30.8083 58.5895C30.9126 58.5834 30.886 58.6363 31.0075 58.6194C31.083 58.6436 31.0735 58.6856 31.0447 58.7159C30.9629 58.7197 31.0004 58.684 30.9218 58.6737C30.892 58.7406 30.6585 58.7325 30.6965 58.7925L30.6802 58.7668C30.6202 58.8048 30.6288 58.7994 30.5665 58.8149C30.6708 58.8088 30.8412 58.869 30.8146 58.9219C30.7694 58.9265 30.7197 58.8859 30.638 58.8897L30.6231 58.9232C30.6231 58.9232 30.6457 58.9209 30.6683 58.9185C30.6254 58.9457 30.7935 58.9833 30.6751 58.9863L30.8206 59.0262L30.7646 59.0136C30.7646 59.0136 30.696 59.0571 30.6734 59.0594C30.6134 59.0975 30.6609 59.1155 30.7223 59.1366C30.6803 59.1272 30.5822 59.1052 30.5674 59.1387C30.7278 59.1451 30.6194 59.2018 30.7066 59.2066C30.7066 59.2066 30.7509 59.2386 30.6832 59.2455L30.7875 59.2394C30.6412 59.2361 30.6457 59.2812 30.6169 59.3115C30.8084 59.3102 30.5934 59.3504 30.7733 59.3686C30.6409 59.3684 30.7155 59.4292 30.6058 59.4267C30.5995 59.4547 30.7178 59.4518 30.7598 59.4612L30.7061 59.4712C30.7061 59.4712 30.7721 59.5375 30.811 59.5609L30.695 59.5864L30.751 59.5989C30.751 59.5989 30.7081 59.6261 30.6607 59.6081C30.5392 59.6251 30.6318 59.6384 30.5749 59.6625C30.5944 59.6742 30.6255 59.6665 30.6427 59.6556C30.6481 59.6642 30.7073 59.6627 30.7493 59.6721C30.7159 59.6572 30.5258 59.7177 30.4675 59.6826C30.4169 59.6786 30.3826 59.7004 30.4074 59.7206L30.5226 59.7317L30.4011 59.7486C30.4011 59.7486 30.4595 59.7837 30.4703 59.8009C30.4821 59.7814 30.6939 59.7553 30.6899 59.8059C30.7016 59.7864 30.7585 59.7624 30.7842 59.7461C30.7842 59.7461 30.7951 59.7632 30.8434 59.7446C30.8059 59.7803 30.7756 59.7515 30.7662 59.7935C30.8705 59.7874 30.904 59.8023 30.9343 59.8311L30.8588 59.8069C30.8588 59.8069 30.8417 59.8178 30.8362 59.8092C30.8308 59.8006 30.8082 59.8029 30.7716 59.8021C30.7716 59.8021 30.6439 59.847 30.703 59.8456C30.5404 59.8165 30.5916 59.9162 30.4881 59.8857C30.4569 59.8935 30.4538 59.9075 30.5098 59.92C30.5838 59.8851 30.6304 59.9396 30.6982 59.9327C30.6725 59.949 30.6227 59.9085 30.583 59.9217C30.5798 59.9357 30.6413 59.9568 30.6779 59.9576L30.695 59.9467L30.7479 59.9733C30.6942 59.9833 30.6585 59.9459 30.6296 59.9762C30.649 59.9879 30.6287 60.0128 30.6653 60.0136C30.7362 59.9927 30.8288 60.0061 30.8491 59.9812C30.846 59.9952 30.8334 60.0512 30.7408 60.0379L30.7517 60.055C30.7517 60.055 30.6233 60.0042 30.6107 60.0603L30.6279 60.0494L30.5593 60.0929L30.6153 60.1054C30.6153 60.1054 30.5702 60.11 30.567 60.124C30.6036 60.1248 30.609 60.1334 30.6542 60.1288C30.6479 60.1568 30.6028 60.1614 30.5716 60.1692C30.5599 60.1886 30.5879 60.1949 30.6502 60.1794C30.6665 60.2051 30.6571 60.2471 30.7045 60.2651C30.6617 60.2923 30.682 60.2674 30.6196 60.2829C30.7263 60.2994 30.7168 60.3414 30.6988 60.3888C30.7206 60.4231 30.7423 60.4574 30.7726 60.4862C30.7898 60.4754 30.7983 60.4699 30.8404 60.4793C30.8404 60.4793 30.8146 60.4956 30.7889 60.5119C30.8052 60.5376 30.8161 60.5548 30.8324 60.5805C30.8324 60.5805 30.8324 60.5805 30.8355 60.5665L30.8635 60.5728C30.8635 60.5728 30.8713 60.6039 30.8487 60.6062C30.9682 60.7947 31.0768 60.9661 31.11 61.1132C31.0943 61.1833 31.1455 61.283 31.0543 61.3288C31.0978 61.3973 31.2093 61.3267 31.1741 61.385C31.0566 61.3513 31.0804 61.5405 30.934 61.5372L30.9721 61.5972C30.9721 61.5972 30.9435 61.4952 30.8966 61.5729L30.9723 61.4649C30.9723 61.4649 30.8743 61.4429 30.8314 61.4701C30.8245 61.4024 30.9183 61.2469 30.775 61.2295L30.7913 61.2552C30.7199 61.1804 30.6893 61.2839 30.6613 61.2776L30.6722 61.2948L30.571 61.2868C30.6496 61.2971 30.6633 61.4325 30.619 61.4005C30.5047 61.3529 30.6642 61.3959 30.6067 61.3242C30.571 61.2868 30.5358 61.3452 30.5124 61.384L30.4378 61.3232C30.3972 61.373 30.4875 61.3638 30.4166 61.3847L30.3631 61.2624C30.2454 61.3611 30.3074 61.1176 30.1648 61.196C30.2136 61.2731 30.1219 61.2232 30.1093 61.2792L29.9438 61.1318C29.9438 61.1318 29.9561 61.2081 29.9398 61.1824C29.8806 61.1839 29.9049 61.1084 29.8855 61.0967C29.8426 61.1239 29.7611 60.9954 29.7002 61.07C29.5687 61.0332 29.6716 60.968 29.625 60.9135C29.625 60.9135 29.6079 60.9243 29.5993 60.9298C29.625 60.9135 29.6056 60.9018 29.583 60.9041C29.5821 60.9406 29.6436 60.9617 29.5673 60.9741L29.5012 60.9078C29.5012 60.9078 29.4701 60.9156 29.4475 60.9179C29.5293 60.9141 29.5058 60.953 29.4715 60.9747C29.4544 60.9856 29.4372 60.9965 29.4287 61.0019C29.2831 60.962 29.4155 60.9622 29.27 60.9223C29.27 60.9223 29.2871 60.9114 29.2957 60.906C29.0101 60.8348 28.7306 60.8678 28.5527 60.6442C28.4733 60.6706 28.5456 60.7088 28.547 60.768C28.4089 60.5311 28.1774 60.6779 28.0173 60.5392L28.0525 60.4808C27.6897 60.4585 27.4599 60.1718 27.1363 60.0406L27.1986 60.0251C27.1948 59.9434 27.1365 59.9083 27.1071 59.8428C27.0813 59.8591 27.0616 59.9797 26.9987 59.8995C27.0245 59.8832 27.0805 59.8957 27.0868 59.8677C26.7552 59.8377 26.2686 59.4494 25.8283 59.2479C25.3254 58.834 24.6674 58.5544 24.1433 58.2018C24.2265 58.2572 24.2751 58.1063 24.1879 58.1015C23.8755 58.2155 23.9143 57.8785 23.6456 57.9287C23.3729 57.6692 22.9727 57.6826 22.778 57.3375L22.7342 57.4013C22.6751 57.4028 22.6876 57.3468 22.6433 57.3148L22.6262 57.3257C22.5087 57.292 22.4163 57.1463 22.3291 57.1415L22.3674 57.0692C22.3037 57.0255 22.3074 57.1073 22.2531 57.0216L22.2296 57.0605L22.1956 56.9499C22.1307 57.0751 22.0035 56.8554 21.9186 56.8732C21.8471 56.7984 21.7268 56.6465 21.5758 56.598C21.5127 56.6501 21.3571 56.5564 21.2365 56.5368C21.0507 56.4144 20.7731 56.242 20.5055 56.1233L20.5524 56.0455L20.4886 56.0018C20.4886 56.0018 20.4629 56.0181 20.4652 56.0407C20.3623 56.1059 20.3268 55.9362 20.2419 55.954C20.3191 55.9051 20.298 55.9665 20.3368 55.9899C20.4132 55.9776 20.4071 55.8733 20.3114 55.8739L20.2942 55.8848L20.2788 55.8225C20.2351 55.8863 20.1759 55.8878 20.1322 55.9515C19.9183 55.8228 19.83 55.6265 19.5927 55.5367C19.5738 55.6207 19.4403 55.4291 19.4143 55.5777C19.3017 55.4569 19.4923 55.4922 19.4755 55.3707C19.428 55.3528 19.418 55.2991 19.386 55.3434C19.3851 55.3799 19.3142 55.4009 19.3445 55.4297L19.2613 55.3743C19.2613 55.3743 19.2551 55.4023 19.2659 55.4195C19.1207 55.2473 18.8909 55.3209 18.7651 55.1604C18.7776 55.1043 18.8405 55.1846 18.8445 55.134C18.7304 54.9541 18.653 55.1353 18.5326 54.9834L18.5364 55.0651C18.5069 54.9997 18.5086 54.9265 18.4043 54.9326C18.352 55.0018 18.4415 55.0292 18.4655 55.086C18.404 55.0649 18.2711 54.969 18.3568 54.9146C18.3048 54.8515 18.2416 54.9036 18.1965 54.9082C18.2082 54.8887 18.2814 54.8904 18.2574 54.8335C18.1421 54.8225 18.0061 54.7406 17.8831 54.6984C17.8714 54.7178 17.8511 54.7427 17.8566 54.7512C17.8148 54.6095 17.7405 54.7768 17.6184 54.698C17.585 54.6832 17.5407 54.6512 17.5018 54.6278C17.515 54.6675 17.5624 54.6855 17.5218 54.7352C17.5982 54.7229 17.5965 54.796 17.6408 54.828C17.7568 54.8025 17.8446 54.903 17.9529 54.8463C17.9769 54.9032 17.9627 55.0324 18.049 55.0737C18.1519 55.0085 18.0764 54.9843 18.1776 54.9922L18.1619 55.0622C18.2374 55.0865 18.2351 55.0639 18.2414 55.0359C18.3137 55.0741 18.2583 55.1573 18.368 55.1598L18.3503 55.0749C18.4023 55.1381 18.4389 55.1389 18.5307 55.1888C18.5455 55.1554 18.5067 55.132 18.4787 55.1257C18.5815 55.0605 18.5384 55.22 18.575 55.2208C18.5493 55.2371 18.4792 55.2215 18.483 55.3032C18.539 55.3157 18.5333 55.4395 18.6105 55.3905L18.5927 55.3057C18.6579 55.4085 18.5988 55.41 18.7217 55.4522C18.7217 55.4522 18.7334 55.4327 18.7365 55.4187C18.762 55.5347 18.8921 55.5123 18.9978 55.5654C19.0196 55.5997 19.0156 55.6503 19.035 55.662C18.9533 55.6658 18.961 55.6969 18.9204 55.7467C19.0513 55.6877 18.9668 55.9335 19.1271 55.94C19.1505 55.9011 19.1351 55.8388 19.0782 55.8629C19.0925 55.7337 19.1425 55.6419 19.0827 55.5476C19.1153 55.5991 19.1651 55.6396 19.1745 55.5976L19.1354 55.7065C19.1354 55.7065 19.1882 55.733 19.2077 55.7447C19.1834 55.8202 19.0962 55.8154 19.1311 55.8894C19.18 55.9665 19.2286 55.8156 19.2106 55.863C19.2929 55.955 19.1963 55.9922 19.3084 56.0173C19.3029 56.0087 19.2866 55.983 19.2812 55.9744C19.377 55.9738 19.4476 56.0852 19.5287 55.9857C19.535 55.9577 19.553 55.9102 19.5164 55.9094L19.4993 55.9203C19.4738 55.8043 19.5568 55.992 19.585 55.8659C19.5413 55.9297 19.6502 55.9687 19.7063 55.9813L19.6485 56.0419C19.6697 56.3408 19.7251 55.8972 19.8549 56.0072C19.9201 56.11 19.8043 56.0032 19.836 56.0912C19.9115 56.1154 19.9661 56.0688 20.043 56.1522C20.0827 56.139 20.1591 56.1267 20.2059 56.0489C20.244 56.1089 20.3989 56.1068 20.3909 56.2079C20.2554 56.2218 20.3406 56.0717 20.1708 56.1072L20.1574 56.1998C20.2437 56.2412 20.3175 56.3386 20.3906 56.3403C20.3735 56.3511 20.3563 56.362 20.3501 56.39C20.4464 56.4851 20.433 56.5777 20.5559 56.6199C20.6136 56.5593 20.5382 56.535 20.5024 56.4976C20.6099 56.4776 20.5748 56.5359 20.6977 56.5781C20.7414 56.5143 20.6254 56.5398 20.6411 56.4698L20.746 56.5595L20.7546 56.554C20.7069 56.6684 20.8495 56.59 20.9069 56.6617C21.0819 56.767 21.0279 56.9093 21.0697 57.051C21.1094 57.0379 21.1297 57.013 21.1446 56.9795C21.0737 57.0005 21.1025 56.9701 21.112 56.9281C21.1617 56.9687 21.3012 56.9043 21.2943 56.8365C21.3712 56.9199 21.2343 56.8746 21.2637 56.94L21.3944 57.0134C21.3484 57.0546 21.2923 57.042 21.3327 57.1246C21.3707 57.1846 21.4073 57.1854 21.4796 57.2236C21.4859 57.1956 21.5459 57.1576 21.5016 57.1256C21.5522 57.1296 21.5965 57.1615 21.5894 57.2261C21.4796 57.2236 21.6849 57.3578 21.5797 57.4005L21.6895 57.4029C21.6895 57.4029 21.6935 57.3524 21.6569 57.3515C21.7286 57.294 21.7003 57.4201 21.7252 57.4404C21.7618 57.4412 21.8341 57.4794 21.863 57.4491C21.8761 57.4888 21.9462 57.5045 21.975 57.4742C22.0022 57.517 21.9485 57.5271 21.9422 57.5551L22.0728 57.6284C22.0728 57.6284 22.1946 57.4791 22.1868 57.448C22.2077 57.5189 22.1188 57.5872 22.1966 57.634C22.2077 57.5189 22.3375 57.6288 22.3378 57.4965C22.4118 57.4616 22.5339 57.5403 22.5773 57.6089C22.5725 57.6961 22.4847 57.5955 22.4464 57.6679C22.612 57.8152 22.4948 58.0096 22.6458 58.0581L22.5952 58.0541C22.6549 58.1484 22.644 58.1312 22.6532 58.2215C22.6838 58.1181 22.9019 58.0639 23.0262 58.1652C23.0082 58.2127 22.9016 58.1962 22.8688 58.2771L22.9488 58.3465C22.9488 58.3465 22.9605 58.327 22.9582 58.3045C23.0126 58.3902 23.1809 58.2954 23.1332 58.4098L23.2953 58.3431L23.2352 58.3811C23.2352 58.3811 23.2919 58.4894 23.2996 58.5205C23.3648 58.6234 23.4185 58.6133 23.5034 58.5956C23.4691 58.6173 23.3748 58.6771 23.4354 58.7348C23.5314 58.6018 23.6229 58.7841 23.6666 58.7203C23.6915 58.7406 23.7733 58.7368 23.7381 58.7951L23.7936 58.7119C23.7147 58.834 23.8259 58.8957 23.8974 58.9705C23.9942 58.8009 23.9774 59.0399 24.1209 58.9249C24.0592 59.0361 24.2304 59.0597 24.1773 59.1654C24.2324 59.2146 24.2996 59.1119 24.3425 59.0847L24.3439 59.1439C24.4094 59.1144 24.5229 59.1986 24.6209 59.2206L24.6121 59.3583L24.6635 59.3257C24.6635 59.3257 24.6953 59.4137 24.6415 59.4237L24.6804 59.4471C24.6047 59.5552 24.7099 59.5126 24.733 59.606C24.7556 59.6037 24.7759 59.5788 24.7682 59.5477C24.7985 59.5765 24.8282 59.5096 24.8711 59.4824C24.8259 59.487 24.8448 59.7634 24.7273 59.7297C24.6899 59.7655 24.7162 59.8449 24.7668 59.8489L24.8611 59.7891L24.8134 59.9034C24.8514 59.9634 24.92 59.9199 24.9675 59.9379C24.9403 59.895 25.0155 59.6912 25.1204 59.7809C25.0824 59.7209 25.0841 59.6477 25.0709 59.608C25.0958 59.6283 25.1184 59.626 25.1115 59.5583C25.1712 59.6525 25.1012 59.6369 25.1727 59.7117C25.2281 59.6285 25.2733 59.6239 25.3713 59.6458L25.2724 59.6605L25.2662 59.6885C25.2381 59.6822 25.221 59.6931 25.1953 59.7094C25.2061 59.7265 25.2136 59.89 25.2596 59.8488C25.0781 59.9038 25.3277 60.0699 25.2116 60.0954C25.2054 60.1235 25.2605 60.1726 25.2894 60.1423C25.2717 60.0574 25.3503 60.0676 25.404 60.0576C25.3869 60.0685 25.3503 60.0676 25.358 60.0988C25.3852 60.1416 25.4646 60.1153 25.5098 60.1107L25.4935 60.0849L25.5947 60.0929C25.5767 60.1403 25.4818 60.1044 25.5167 60.1784C25.5478 60.1706 25.5913 60.2392 25.6201 60.2089C25.6304 60.1303 25.7162 60.0759 25.6781 60.0159C25.7053 60.0588 25.8405 60.1773 25.7245 60.2028L25.7742 60.2433C25.715 60.2448 25.5773 60.2361 25.6736 60.3311L25.6908 60.3203L25.7108 60.4277L25.7731 60.4122C25.7731 60.4122 25.7551 60.4597 25.78 60.48C25.8057 60.4636 25.8337 60.4699 25.8572 60.431C25.9232 60.4973 25.8858 60.533 25.8795 60.561C25.9066 60.6039 25.9464 60.5907 25.9589 60.5347C26.0258 60.5644 26.1136 60.6649 26.1899 60.6525C26.2411 60.7522 26.1588 60.6603 26.1625 60.742C26.3417 60.6644 26.4604 60.8895 26.5645 61.0158C26.4273 61.1027 26.5916 61.0586 26.5128 61.1807C26.5199 61.1161 26.7097 61.188 26.6282 61.0594L26.6771 61.1366C26.7877 61.1025 26.6213 60.9917 26.7685 60.9585C26.8432 61.0193 26.7743 61.1951 26.9004 61.2233C26.9395 61.1144 26.9493 61.3004 27.0024 61.1946C27.0118 61.1526 26.9784 61.1378 26.9535 61.1175L26.9792 61.1012C27.1736 61.2182 26.9392 61.2467 26.9842 61.3744C27.0751 61.4609 27.1251 61.3691 27.1679 61.342C27.1991 61.3342 27.2371 61.3942 27.2417 61.4394C27.2271 61.3405 27.0822 61.3963 27.0665 61.4663C27.1974 61.4074 27.2243 61.5825 27.2117 61.6386C26.9868 61.625 27.1037 61.5629 26.8841 61.5579C26.8936 61.5159 26.9716 61.4304 26.8595 61.4053C26.8773 61.4902 26.8135 61.4465 26.7824 61.4543C26.8424 61.4162 26.7443 61.3943 26.7397 61.3491C26.6829 61.3732 26.6912 61.5001 26.5854 61.447L26.6728 61.3195C26.6728 61.3195 26.6143 61.4167 26.574 61.3341C26.5605 61.4267 26.4819 61.4165 26.5557 61.5139C26.361 61.5292 26.4362 61.3254 26.3881 61.2117C26.3936 61.2202 26.3818 61.2397 26.3787 61.2537C26.3881 61.2117 26.3492 61.1882 26.3329 61.1625C26.2489 61.1437 26.3281 61.2497 26.2938 61.2715L26.2083 61.1935L26.1998 61.1989C26.1998 61.1989 26.1703 61.1335 26.1414 61.1638C26.1343 61.2284 26.1109 61.2673 26.1069 61.3179L26.0823 61.1653C26.0823 61.1653 25.9499 61.1651 25.9902 61.2477L25.8636 61.1237L25.7887 61.1952C25.7887 61.1952 25.7787 61.1415 25.8316 61.1681C25.7701 61.147 25.7403 60.8535 25.6349 61.0285C25.5823 60.8696 25.5231 60.8711 25.4253 60.7168C25.4639 60.8726 25.2338 60.7181 25.3098 60.8381C25.2172 60.8247 25.2758 60.7275 25.2378 60.6675C25.1646 60.6659 25.1232 60.7522 25.1495 60.8316L25.1232 60.7522L25.106 60.7631L25.0937 60.6868C25.0065 60.682 25.0188 60.7583 24.9465 60.7201L24.9934 60.6423L24.917 60.6546C24.917 60.6546 24.9382 60.5932 24.9024 60.5558L24.8853 60.5666L24.8527 60.5152C24.8704 60.6001 24.7912 60.4941 24.7755 60.5642C24.7312 60.5322 24.7312 60.5322 24.6597 60.4574L24.7198 60.4193C24.6437 60.2993 24.6535 60.4854 24.5703 60.43L24.6194 60.3748C24.4279 60.3761 24.4696 60.1574 24.3318 60.1487C24.3644 60.2001 24.3067 60.2607 24.3184 60.2413C24.2641 60.1556 24.1334 60.0822 24.1057 59.9437C24.0113 60.0035 23.9856 60.0198 23.8876 59.9978C23.8324 59.9487 23.8355 59.9347 23.8512 59.8647C23.7726 59.8545 23.6966 59.7345 23.6474 59.7897C23.6686 59.7282 23.586 59.7686 23.5877 59.6954L23.5619 59.7117L23.6111 59.6565C23.4124 59.7224 23.4916 59.468 23.2992 59.5059L23.3155 59.5316L23.2829 59.4802C23.2572 59.4965 23.2649 59.5276 23.2415 59.5665L23.0276 59.4378L23.0985 59.4169C23.0985 59.4169 23.0731 59.3009 22.9967 59.3132C23.0159 59.4572 22.9244 59.275 22.8612 59.327L22.8938 59.3785C22.8513 59.3493 22.8465 59.3164 22.8792 59.2796C22.8078 59.2048 22.7506 59.3611 22.7252 59.2451L22.778 59.2717C22.778 59.2717 22.8141 59.1768 22.7752 59.1534C22.7666 59.1588 22.7129 59.1688 22.7377 59.1891C22.6943 59.1206 22.5822 59.0955 22.5691 59.0558C22.5185 59.0518 22.5005 59.0993 22.5082 59.1304C22.4158 58.9847 22.4413 59.1007 22.3404 58.9605L22.3169 58.9994L22.296 58.9285L22.1854 58.9626L22.2369 58.93C22.2369 58.93 22.188 58.8529 22.1234 58.8458L22.1108 58.9018C22.009 58.7981 21.9139 58.8945 21.8441 58.7465C21.8355 58.752 21.8378 58.7745 21.8401 58.7971C21.7875 58.6383 21.7069 58.8335 21.6574 58.6607C21.6511 58.6887 21.6285 58.691 21.6168 58.7104L21.5788 58.6504L21.5491 58.7173L21.5774 58.5913L21.5002 58.6402L21.5042 58.5896C21.3584 58.682 21.3532 58.5411 21.2255 58.5861L21.2949 58.506C21.2285 58.2117 20.8204 58.3264 20.6511 58.0973L20.6128 58.1696L20.5711 58.0279C20.4916 58.0543 20.5694 58.1011 20.5265 58.1282C20.4527 58.0309 20.5462 58.0076 20.4413 57.918C20.3509 57.9272 20.4341 57.9826 20.4473 58.0223C20.3595 57.9218 20.2188 57.7947 20.1177 57.7868L20.1239 57.7588C20.075 57.6816 19.9544 57.662 19.8767 57.6152C19.8618 57.6486 19.8727 57.6658 19.8921 57.6775C19.8641 57.6712 19.8135 57.6673 19.8035 57.6135L19.8018 57.6867C19.7349 57.657 19.6502 57.5425 19.5925 57.6031C19.6182 57.5868 19.6394 57.5254 19.5865 57.4988C19.4999 57.5898 19.4684 57.3695 19.3415 57.3778C19.3352 57.4058 19.3904 57.455 19.3795 57.4378C19.3204 57.4393 19.3135 57.3716 19.298 57.3093L19.28 57.3567L19.1122 57.1868C19.017 57.2832 18.9264 57.0644 18.899 57.1538C18.8266 57.1156 18.9893 57.1446 18.9007 57.0807C18.8492 57.1133 18.8346 57.0144 18.7963 57.0868L18.7434 57.0602L18.744 57.1559C18.7029 57.11 18.6937 57.0197 18.7288 56.9613C18.6525 56.9737 18.5951 56.902 18.5405 56.9486L18.5568 56.9743C18.4184 56.8698 18.1977 57.0338 18.1568 56.8555C18.1483 56.8609 18.1311 56.8718 18.1505 56.8835L18.0588 56.8335L18.0517 56.8981L17.9484 56.7353L17.9336 56.7688C17.8332 56.7242 17.6863 56.6252 17.5642 56.5464L17.5805 56.5721C17.4624 56.4428 17.421 56.5291 17.3441 56.4457C17.3441 56.4457 17.3495 56.4543 17.355 56.4628L17.2632 56.4129L17.2678 56.458C17.2423 56.342 17.0171 56.4608 17.0943 56.4119C17.0702 56.355 17.0268 56.2865 17.0393 56.2304C16.9421 56.1719 16.9879 56.2631 16.9147 56.2614C16.8424 56.2232 16.855 56.1672 16.7429 56.1421L16.7195 56.181C16.7195 56.181 16.662 56.1093 16.6037 56.0742L16.62 56.0999C16.5439 55.9799 16.433 56.1463 16.4264 55.9463C16.3673 55.9478 16.2926 55.8869 16.2598 55.9678C16.1526 55.8556 16.0585 55.7831 15.9481 55.6849C15.8638 55.7984 15.9318 55.6592 15.8072 55.6901L15.8424 55.6318C15.6588 55.5319 15.3676 55.5844 15.1763 55.4534L15.1412 55.5117L15.132 55.4214C14.9002 55.3402 14.596 55.2206 14.4233 55.1379C14.3853 55.0779 14.3318 54.9556 14.2338 54.9337C14.0954 54.8292 13.943 54.7216 13.7469 54.6777C13.7461 54.7143 13.7149 54.7221 13.7312 54.7478C13.722 54.6575 13.634 54.6892 13.592 54.6798L13.652 54.6418C13.6397 54.5655 13.5377 54.5942 13.4862 54.6268L13.4382 54.5131C13.4382 54.5131 13.421 54.5239 13.4039 54.5348L13.4047 54.4982L13.319 54.5526C13.319 54.5526 13.2141 54.4629 13.2275 54.3703C13.2017 54.3866 13.1146 54.3819 13.1697 54.431L12.871 54.32L12.9333 54.3045C12.9685 54.2462 12.9001 54.1574 12.8464 54.1674C12.8813 54.2414 12.8104 54.2623 12.7589 54.295C12.7349 54.2381 12.819 54.2569 12.8144 54.2118C12.7849 54.1463 12.6909 54.0738 12.6511 54.087L12.6729 54.1213C12.6037 54.069 12.5225 54.1685 12.4642 54.1334C12.4239 54.0509 12.3584 54.0804 12.4256 53.9777C12.351 53.9169 12.3538 54.0352 12.3227 54.0429C12.3104 53.9667 12.1672 53.9493 12.1266 53.9991C12.1534 53.8139 11.8659 53.9481 11.9145 53.7972L11.8093 53.8399C11.8093 53.8399 11.8515 53.7169 11.7964 53.6678C11.7201 53.6802 11.7043 53.7502 11.6669 53.786L11.696 53.6233C11.313 53.6259 10.9508 53.339 10.5491 53.2933C10.4108 53.1888 10.2452 53.0414 10.0554 52.9696L10.0717 52.9953L9.87562 52.9514L10.036 52.9579C10.036 52.9579 9.98708 52.8807 9.94506 52.8713C9.71781 52.8352 9.42909 52.778 9.21924 52.5987C9.1403 52.3604 9.0509 52.6934 8.95395 52.5026C8.96482 52.5197 8.95854 52.5477 8.96083 52.5703C8.82017 52.4432 8.75412 52.377 8.63146 52.2025C8.57975 52.3674 8.52568 52.1494 8.50683 52.2334L8.52254 52.1634C8.46566 52.1874 8.37619 52.1601 8.37219 52.2107L8.33816 52.1001L8.30301 52.1584C8.2081 52.1225 8.02856 51.972 7.91624 52.0793C7.72668 51.8751 7.35019 51.7173 7.04603 51.5978C7.03372 51.5215 6.94738 51.4801 6.88363 51.4365L6.77844 51.4791C6.71783 51.4214 6.69552 51.2914 6.61062 51.3092C6.61062 51.3092 6.60748 51.3232 6.61291 51.3318C6.55773 51.2827 6.4674 51.2919 6.43337 51.1813C6.36104 51.1431 6.26528 51.1437 6.25187 51.2363C6.31129 51.1025 6.08149 51.1762 6.08149 51.1762C6.08149 51.1762 5.07408 50.7817 4.00089 50.1886C2.94255 49.5622 1.81988 48.7963 1.56335 48.202C1.57363 48.1235 1.5053 48.0346 1.59105 47.9803L1.44188 48.219ZM29.278 59.2474L29.3534 59.2716C29.3534 59.2716 29.3208 59.2202 29.2928 59.2139C29.3177 59.2342 29.3371 59.2459 29.278 59.2474ZM8.26971 44.1425L8.25884 44.1253L8.24169 44.1362C8.24169 44.1362 8.25256 44.1533 8.26971 44.1425ZM21.1026 37.0997C21.1718 37.1519 20.8946 37.2076 21.0306 37.2895C20.8406 37.35 20.9966 37.1789 20.8737 37.1367C20.8308 37.1639 20.7576 37.1623 20.7762 37.2105C20.8097 37.2254 20.7908 37.3094 20.8305 37.2962L20.7191 37.3669C20.7191 37.3669 20.7471 37.3732 20.7611 37.3763C20.4947 37.4491 20.4101 37.6949 20.1695 37.7514C20.1252 37.7194 20.2412 37.6939 20.2055 37.6565C19.9539 37.6958 20.0743 37.8478 19.8508 37.8934L19.9231 37.9316C19.8359 37.9268 19.7776 37.8917 19.7159 38.0029C19.7422 38.0824 19.8397 38.0086 19.9043 38.0156C19.8357 38.0591 19.6533 38.1507 19.6613 38.0496C19.5678 38.0728 19.577 38.1631 19.545 38.2074C19.5341 38.1902 19.595 38.1156 19.5218 38.114C19.4321 38.2189 19.2606 38.3276 19.1234 38.4146C19.1343 38.4317 19.142 38.4629 19.156 38.466C18.9848 38.4424 19.1051 38.5944 18.9345 38.6665C18.7833 38.7504 18.6041 38.8279 18.4249 38.9055C18.4592 38.8838 18.5329 38.9812 18.5829 38.8894C18.7207 38.8981 18.5461 39.0209 18.6753 39.0351C18.7213 38.9939 18.6147 38.9774 18.6942 38.951L18.7711 39.0344C18.7711 39.0344 18.8071 38.9395 18.765 38.9301C19.0583 39.0325 19.3779 38.8539 19.5557 39.0776C19.6243 39.0341 19.5683 39.0215 19.5668 38.9624C19.6778 39.1563 19.893 38.9839 20.0174 39.0852L19.9908 39.1381C20.2984 39.1113 20.4614 39.3684 20.7298 39.4505L20.6869 39.4777C20.6869 39.4777 20.7241 39.5742 20.7427 39.6225C20.7684 39.6062 20.7935 39.4941 20.837 39.5627C20.8113 39.579 20.7747 39.5782 20.7684 39.6062C21.0502 39.5957 21.4288 39.9083 21.7804 40.0458C22.1784 40.3702 22.7058 40.5764 23.0929 40.8836C23.0377 40.8345 22.9751 40.9823 23.0483 40.9839C23.3187 40.8606 23.2496 41.1687 23.4817 41.1176C23.679 41.353 24.0208 41.3044 24.1401 41.6252L24.1892 41.57C24.1892 41.57 24.2164 41.6129 24.2607 41.6449L24.2779 41.634C24.3759 41.6559 24.4348 41.7868 24.4994 41.7939L24.4611 41.8662C24.5109 41.9067 24.5212 41.8281 24.5475 41.9076L24.5709 41.8687L24.5855 41.9676C24.6644 41.8455 24.7356 42.0526 24.8065 42.0317C24.8499 42.1002 24.9454 42.2319 25.0544 42.271C25.1175 42.2189 25.231 42.3031 25.3291 42.3251C25.4643 42.4436 25.6633 42.6057 25.8694 42.7033L25.8171 42.7725L25.8669 42.8131C25.8669 42.8131 25.8926 42.7967 25.8903 42.7742C25.9846 42.7144 25.9921 42.8778 26.0629 42.8569C25.9858 42.9058 26.0209 42.8475 25.9961 42.8272C25.9283 42.8342 25.9203 42.9353 26.0021 42.9315L26.0192 42.9207L26.0207 42.9798C26.0698 42.9246 26.115 42.92 26.1641 42.8648C26.3134 42.9865 26.3543 43.1648 26.541 43.2506C26.5652 43.1752 26.6513 43.3489 26.6967 43.2119C26.7674 43.3233 26.6187 43.2975 26.6076 43.4126C26.641 43.4275 26.6511 43.4812 26.6745 43.4423C26.6753 43.4057 26.7517 43.3934 26.7299 43.3591L26.7905 43.4168C26.7905 43.4168 26.7968 43.3888 26.8 43.3748C26.8978 43.529 27.0964 43.4631 27.1716 43.6197C27.1536 43.6671 27.1102 43.5986 27.0922 43.646C27.1588 43.808 27.2471 43.6439 27.3254 43.7865L27.3411 43.7164C27.348 43.7842 27.3355 43.8402 27.4172 43.8364C27.4749 43.7758 27.408 43.7461 27.398 43.6924C27.4369 43.7158 27.5333 43.8109 27.4592 43.8458C27.4973 43.9058 27.5604 43.8537 27.597 43.8546C27.5853 43.874 27.5207 43.8669 27.5307 43.9206C27.6233 43.934 27.726 44.0011 27.8177 44.051C27.8349 44.0401 27.8552 44.0152 27.8443 43.9981C27.8495 44.139 27.9518 43.978 28.0287 44.0614C28.258 44.2524 28.5127 44.5594 28.774 44.7061C28.7683 44.8299 28.8429 44.8907 28.9004 44.9624L28.9933 44.8434L29.0422 44.9206C29.0422 44.9206 28.9956 44.866 29.0719 44.8537L29.0445 44.9431C29.0819 44.9074 29.2311 45.029 29.1785 44.8702L29.4335 45.0449C29.4918 45.08 29.3998 45.1623 29.4839 45.1811C29.5182 45.1594 29.4793 45.136 29.5167 45.1002C29.7634 45.1481 29.5642 45.4786 29.7766 45.5481L29.7658 45.531C29.7658 45.531 29.8427 45.6144 29.831 45.6338C29.7272 45.7356 29.8498 45.5498 29.7392 45.5839C29.6721 45.6865 29.7678 45.6859 29.7069 45.7605C29.7747 45.7536 29.7504 45.8291 29.7893 45.8525C29.8968 45.8324 29.9479 45.9321 30.0531 45.8894C30.0631 45.9431 30.0209 46.0661 30.0846 46.1097C30.1844 46.0585 30.126 46.0234 30.2047 46.0336L30.1749 46.1005C30.2278 46.1271 30.2395 46.1076 30.2544 46.0742C30.3127 46.1093 30.2433 46.1893 30.3305 46.1941L30.3353 46.107C30.3733 46.167 30.3959 46.1647 30.4737 46.2115C30.4971 46.1726 30.4637 46.1577 30.4356 46.1515C30.53 46.0917 30.476 46.234 30.4954 46.2457C30.4697 46.2621 30.4137 46.2495 30.3925 46.311C30.4345 46.3204 30.4148 46.441 30.478 46.3889L30.4743 46.3072C30.5114 46.4038 30.4608 46.3998 30.5612 46.4443C30.5612 46.4443 30.5729 46.4249 30.576 46.4109C30.5735 46.5206 30.695 46.5036 30.7727 46.5505C30.7773 46.5956 30.7679 46.6376 30.7819 46.6408C30.7087 46.6391 30.7165 46.6702 30.6704 46.7114C30.7928 46.6579 30.6748 46.8889 30.8125 46.8976C30.836 46.8588 30.84 46.8082 30.7917 46.8268C30.8339 46.7039 30.8894 46.6207 30.8662 46.5272C30.8934 46.5701 30.926 46.6215 30.944 46.5741L30.8854 46.6713C30.8854 46.6713 30.9243 46.6947 30.9437 46.7064C30.914 46.7733 30.8408 46.7716 30.8531 46.8479C30.8966 46.9164 30.956 46.7827 30.9326 46.8215C30.9923 46.9158 30.8903 46.9445 30.9884 46.9664C30.9829 46.9578 30.9838 46.9212 30.9666 46.9321C31.0484 46.9283 31.0878 47.0475 31.183 46.9511C31.1893 46.9231 31.2127 46.8842 31.1847 46.8779L31.1676 46.8888C31.1701 46.7791 31.211 46.9574 31.2587 46.843C31.2096 46.8982 31.2959 46.9396 31.3294 46.9544L31.2716 47.015C31.2368 47.3014 31.3622 46.8735 31.4469 46.988C31.484 47.0846 31.4103 46.9872 31.414 47.0689C31.4669 47.0955 31.53 47.0434 31.5789 47.1205C31.6187 47.1074 31.6864 47.1005 31.7387 47.0313C31.7542 47.0936 31.8865 47.0937 31.8591 47.1832C31.7407 47.1862 31.8453 47.0478 31.6896 47.0865L31.6621 47.1759C31.7259 47.2196 31.7716 47.3107 31.8308 47.3093C31.8137 47.3201 31.7965 47.331 31.7848 47.3504C31.8446 47.4447 31.8171 47.5342 31.9206 47.5647C31.9783 47.504 31.9255 47.4775 31.8952 47.4487C31.9855 47.4395 31.9535 47.4838 32.0484 47.5197C32.0975 47.4645 31.9901 47.4846 32.0198 47.4177L32.0967 47.5011L32.1053 47.4957C32.0467 47.5929 32.1776 47.5339 32.207 47.5993C32.34 47.6952 32.2634 47.8399 32.2717 47.9668C32.306 47.945 32.3317 47.9287 32.3435 47.9093C32.2811 47.9248 32.31 47.8944 32.3163 47.8664C32.3435 47.9093 32.4829 47.8449 32.4901 47.7803C32.539 47.8574 32.4301 47.8183 32.4541 47.8752L32.5567 47.9423C32.5053 47.9749 32.4632 47.9655 32.4896 48.0449C32.5167 48.0878 32.5447 48.094 32.603 48.1291C32.6179 48.0957 32.6748 48.0716 32.6305 48.0397C32.6671 48.0405 32.7114 48.0725 32.6902 48.1339C32.5945 48.1346 32.7609 48.2453 32.6471 48.2934L32.7429 48.2928C32.7429 48.2928 32.7523 48.2508 32.7243 48.2445C32.796 48.187 32.7569 48.2959 32.7732 48.3216C32.8098 48.3225 32.8681 48.3576 32.8884 48.3327C32.8875 48.3693 32.949 48.3904 32.9864 48.3546C33.0082 48.3889 32.9544 48.3989 32.9396 48.4324L33.0422 48.4995C33.0796 48.4637 33.1779 48.3533 33.1756 48.3307C33.1825 48.3985 33.0936 48.4668 33.152 48.5019C33.1825 48.3985 33.2703 48.499 33.2986 48.373C33.3726 48.338 33.4581 48.416 33.4907 48.4674C33.4718 48.5514 33.4121 48.4572 33.3598 48.5264C33.4779 48.6557 33.3413 48.8384 33.4696 48.8892L33.433 48.8884C33.4648 48.9764 33.4679 48.9624 33.4576 49.041C33.5076 48.9492 33.6977 48.8888 33.7801 48.9807C33.7621 49.0282 33.664 49.0062 33.6257 49.0786L33.6692 49.1471C33.6692 49.1471 33.698 49.1168 33.6872 49.0997C33.7306 49.1682 33.8818 49.0844 33.8201 49.1956L33.9736 49.1343L33.9136 49.1724C33.9136 49.1724 33.9422 49.2744 33.9445 49.2969C33.9817 49.3935 34.0354 49.3835 34.1063 49.3626C34.072 49.3843 33.9862 49.4387 34.0188 49.4901C34.1203 49.3657 34.1698 49.5385 34.2221 49.4693C34.2384 49.4951 34.3147 49.4827 34.2655 49.5379L34.3295 49.4493C34.2452 49.5628 34.3284 49.6182 34.3719 49.6867C34.4828 49.5203 34.4239 49.7498 34.5674 49.6348C34.4917 49.7429 34.6489 49.7634 34.5763 49.8575C34.6175 49.9034 34.6986 49.8039 34.7329 49.7822L34.7204 49.8382C34.7804 49.8001 34.8745 49.8727 34.9531 49.8829L34.9248 50.0089L34.9762 49.9763C34.9762 49.9763 35.0026 50.0557 34.9488 50.0658L34.9823 50.0806C34.9011 50.1801 34.9923 50.1343 35.01 50.2192C35.0272 50.2083 35.0529 50.192 35.0506 50.1694C35.0669 50.1952 35.1106 50.1314 35.1449 50.1096C35.1052 50.1228 35.0884 50.3617 34.9817 50.3453C34.9389 50.3724 34.9598 50.4433 34.9963 50.4441L35.0907 50.3843L35.0375 50.4901C35.0647 50.5329 35.1247 50.4949 35.1721 50.5129C35.1504 50.4786 35.2396 50.2779 35.325 50.3559C35.2925 50.3044 35.3082 50.2344 35.309 50.1978C35.3199 50.215 35.3425 50.2127 35.3496 50.1481C35.3899 50.2306 35.3253 50.2235 35.3773 50.2867C35.4468 50.2066 35.478 50.1988 35.562 50.2176L35.4685 50.2409C35.4685 50.2409 35.4568 50.2603 35.4622 50.2689C35.4342 50.2626 35.4257 50.268 35.3968 50.2984C35.4077 50.3155 35.3902 50.4587 35.4417 50.4261C35.2742 50.4842 35.4709 50.6238 35.3688 50.6525C35.354 50.6859 35.3952 50.7319 35.4412 50.6907C35.4374 50.609 35.5075 50.6246 35.5612 50.6146C35.5441 50.6255 35.5129 50.6332 35.5098 50.6472C35.5315 50.6815 35.6024 50.6606 35.6421 50.6474L35.6312 50.6303L35.7184 50.635C35.6864 50.6794 35.611 50.6551 35.6404 50.7206C35.6576 50.7097 35.687 50.7751 35.7159 50.7448C35.7402 50.6693 35.8173 50.6204 35.7933 50.5635C35.815 50.5978 35.9168 50.7015 35.8062 50.7356L35.8505 50.7676C35.8505 50.7676 35.673 50.772 35.7499 50.8554L35.7671 50.8445L35.7677 50.9402L35.83 50.9247C35.83 50.9247 35.798 50.9691 35.8228 50.9893C35.8486 50.973 35.8766 50.9793 35.9 50.9404C35.9552 50.9895 35.9177 51.0253 35.9029 51.0587C35.9246 51.093 35.9558 51.0852 35.9823 51.0324C36.0352 51.0589 36.0981 51.1392 36.1659 51.1322C36.1976 51.2202 36.1487 51.1431 36.1244 51.2186C36.2982 51.1324 36.3609 51.345 36.4486 51.4455C36.3115 51.5325 36.4704 51.4798 36.3829 51.6073C36.3955 51.5513 36.5604 51.6029 36.5038 51.4946L36.5419 51.5546C36.6385 51.5174 36.511 51.43 36.6442 51.3937C36.7048 51.4513 36.611 51.6069 36.7231 51.6319C36.7762 51.5262 36.7494 51.7114 36.8111 51.6001C36.8206 51.5581 36.8011 51.5464 36.7848 51.5207L36.802 51.5098C36.9575 51.6035 36.7565 51.6468 36.768 51.7596C36.8309 51.8399 36.8863 51.7567 36.9324 51.7155C36.9495 51.7046 36.9821 51.7561 36.9867 51.8012C36.9861 51.7055 36.8466 51.7699 36.8223 51.8453C36.9392 51.7832 36.9467 51.9467 36.9201 51.9996C36.7146 51.9977 36.8401 51.9302 36.6454 51.9455C36.6548 51.9035 36.7383 51.8265 36.6488 51.7992C36.6471 51.8723 36.6028 51.8404 36.5802 51.8427C36.6317 51.81 36.5562 51.7858 36.557 51.7492C36.5056 51.7818 36.489 51.8884 36.4027 51.8471L36.4956 51.7281C36.4956 51.7281 36.4316 51.8168 36.4021 51.7513C36.3747 51.8408 36.3101 51.8337 36.359 51.9108C36.1869 51.9238 36.2783 51.7457 36.2497 51.6437C36.2497 51.6437 36.2349 51.6772 36.2403 51.6857C36.2497 51.6437 36.2249 51.6234 36.2086 51.5977C36.1385 51.5821 36.1983 51.6763 36.1554 51.7035L36.0894 51.6373L36.0808 51.6427C36.0808 51.6427 36.0708 51.589 36.0365 51.6107C36.0239 51.6667 36.0005 51.7056 35.9825 51.7531L35.9859 51.6068C35.9859 51.6068 35.873 51.6183 35.8939 51.6891L35.8007 51.58L35.7149 51.6344C35.7149 51.6344 35.7243 51.5924 35.7578 51.6072C35.7018 51.5947 35.7163 51.3332 35.6 51.491C35.5722 51.3525 35.513 51.3539 35.4541 51.2231C35.4733 51.3671 35.2821 51.2361 35.3387 51.3443C35.2601 51.3341 35.3241 51.2455 35.2915 51.1941C35.2323 51.1955 35.1769 51.2787 35.1837 51.3465L35.1714 51.2702L35.1543 51.281L35.156 51.2079C35.0742 51.2116 35.0811 51.2794 35.0228 51.2443L35.0697 51.1665L35.0073 51.182C35.0073 51.182 35.0285 51.1205 35.0068 51.0862L34.9896 51.0971L34.9624 51.0543C34.9607 51.1274 34.915 51.0363 34.8853 51.1032C34.8464 51.0798 34.855 51.0744 34.8029 51.0112L34.8544 50.9786C34.8063 50.8649 34.7881 51.0447 34.7189 50.9924L34.768 50.9372C34.6045 50.9448 34.6625 50.7519 34.5388 50.7462C34.5659 50.7891 34.5082 50.8497 34.5113 50.8357C34.4679 50.7671 34.3652 50.7001 34.3538 50.5872C34.2595 50.647 34.2337 50.6633 34.1411 50.6499C34.1 50.604 34.1031 50.59 34.1297 50.5371C34.0565 50.5354 34.017 50.4163 33.9593 50.4769C33.9859 50.424 33.9118 50.4589 33.919 50.3943L33.8932 50.4106L33.9478 50.364C33.7663 50.419 33.8703 50.1849 33.706 50.229L33.7168 50.2462L33.6897 50.2033C33.664 50.2196 33.6717 50.2508 33.6428 50.2811L33.4764 50.1703L33.5387 50.1549C33.5387 50.1549 33.5327 50.0506 33.4736 50.052C33.4647 50.1898 33.4152 50.0169 33.3521 50.069L33.3792 50.1118C33.3404 50.0884 33.3373 50.0583 33.3701 50.0215C33.3266 49.953 33.2415 50.1031 33.23 49.9902L33.2743 50.0222C33.2743 50.0222 33.3243 49.9304 33.2909 49.9156C33.2823 49.921 33.2371 49.9256 33.248 49.9427C33.2154 49.8913 33.1205 49.8554 33.1213 49.8188C33.0847 49.818 33.0527 49.8623 33.055 49.8849C32.9961 49.754 33.0021 49.8583 32.9432 49.7275L32.9198 49.7664L32.9129 49.6987L32.8109 49.7273L32.8623 49.6947C32.8623 49.6947 32.8329 49.6293 32.7854 49.6113L32.7643 49.6728C32.6991 49.5699 32.5953 49.6717 32.5536 49.53C32.545 49.5355 32.5473 49.558 32.5442 49.5721C32.525 49.428 32.411 49.6084 32.4035 49.445C32.3918 49.4644 32.3746 49.4753 32.3629 49.4947L32.3475 49.4325L32.2952 49.5017L32.3375 49.3787L32.2603 49.4277L32.2697 49.3856C32.1325 49.4726 32.1554 49.338 32.019 49.3884L32.0939 49.3169C32.075 49.0406 31.6917 49.1755 31.5839 48.9675L31.5402 49.0313L31.5318 48.9044C31.4524 48.9307 31.5161 48.9744 31.4733 49.0016C31.4189 48.9159 31.5155 48.8787 31.4386 48.7953C31.3623 48.8076 31.4175 48.8567 31.4166 48.8933C31.3569 48.7991 31.2668 48.676 31.1742 48.6626C31.1742 48.6626 31.1859 48.6432 31.1945 48.6377C31.1596 48.5637 31.0615 48.5418 31.0064 48.4927C30.9915 48.5261 30.9969 48.5347 31.0078 48.5518C30.9884 48.5401 30.9378 48.5362 30.9472 48.4942L30.9315 48.5642C30.9315 48.5642 30.822 48.4294 30.7588 48.4814C30.7845 48.4651 30.8197 48.4068 30.7808 48.3834C30.6802 48.4712 30.6993 48.2549 30.595 48.2609C30.5887 48.289 30.6385 48.3295 30.6104 48.3232C30.5598 48.3193 30.567 48.2547 30.557 48.201L30.539 48.2484L30.4303 48.077C30.3297 48.1648 30.2951 47.9585 30.2536 48.0449C30.1953 48.0098 30.33 48.0325 30.2694 47.9748C30.2179 48.0075 30.2259 47.9063 30.1736 47.9755L30.1293 47.9435L30.1104 48.0275C30.0833 47.9847 30.0967 47.8921 30.1287 47.8478C30.0609 47.8547 30.0315 47.7893 29.9715 47.8273L29.9823 47.8445C29.886 47.7494 29.6685 47.8993 29.6642 47.7218C29.6556 47.7273 29.6384 47.7381 29.6579 47.7498L29.5856 47.7116L29.5644 47.773L29.5032 47.6196L29.4798 47.6585C29.3934 47.6171 29.2917 47.5135 29.1976 47.441L29.2085 47.4581C29.1324 47.3381 29.077 47.4213 29.0226 47.3356C29.0226 47.3356 29.0195 47.3496 29.0249 47.3582L28.9557 47.306L28.9463 47.348C28.9489 47.2382 28.7354 47.3376 28.8094 47.3027C28.7994 47.2489 28.7785 47.1781 28.7965 47.1306C28.7219 47.0698 28.7451 47.1632 28.6804 47.1561C28.6221 47.121 28.6518 47.0541 28.5538 47.0322L28.5304 47.0711C28.5304 47.0711 28.4869 47.0025 28.4597 46.9597L28.4706 46.9768C28.4311 46.8577 28.2922 47.0178 28.3362 46.8218C28.2911 46.8264 28.2336 46.7547 28.1953 46.827C28.1247 46.7156 28.0758 46.6385 27.988 46.538C27.8983 46.6429 27.9717 46.5123 27.8697 46.5409L27.9188 46.4857C27.7804 46.3812 27.5235 46.412 27.3914 46.2795L27.3422 46.3347L27.3611 46.2507C27.183 46.1593 26.952 46.0415 26.8105 45.951C26.7865 45.8942 26.7696 45.7727 26.6855 45.7539C26.5923 45.6448 26.4851 45.5326 26.3342 45.4841C26.3279 45.5121 26.3022 45.5284 26.3044 45.551C26.3233 45.467 26.2298 45.4902 26.1964 45.4754L26.2478 45.4427C26.255 45.3782 26.1646 45.3874 26.1132 45.42L26.0986 45.3211C26.0986 45.3211 26.0814 45.332 26.0729 45.3374L26.0823 45.2954L25.9965 45.3498C25.9965 45.3498 25.9314 45.2469 25.9588 45.1575C25.9331 45.1738 25.8685 45.1667 25.8988 45.1955L25.6678 45.0777L25.7215 45.0676C25.7707 45.0124 25.7303 44.9299 25.6712 44.9314C25.6835 45.0077 25.6157 45.0146 25.5643 45.0472C25.5543 44.9935 25.6243 45.0091 25.6337 44.9671C25.6269 44.8994 25.5608 44.8331 25.5211 44.8463L25.5257 44.8915C25.4931 44.84 25.401 44.9224 25.3513 44.8819C25.339 44.8056 25.2767 44.8211 25.3547 44.7356C25.3112 44.667 25.2775 44.7845 25.2549 44.7868C25.2566 44.7136 25.1446 44.6886 25.0986 44.7297C25.1674 44.5539 24.8916 44.6687 24.9682 44.5241L24.8716 44.5613C24.8716 44.5613 24.9364 44.4361 24.9007 44.3987C24.833 44.4056 24.8032 44.4725 24.7744 44.5028L24.8284 44.3604C24.5022 44.339 24.2583 44.0491 23.9276 43.9825C23.8258 43.8788 23.728 43.7246 23.5888 43.6566L23.5997 43.6738L23.4347 43.6222L23.5725 43.6309C23.5725 43.6309 23.5516 43.5601 23.5182 43.5452C23.3361 43.5045 23.1011 43.4373 22.973 43.2542C22.9501 43.0284 22.8078 43.3349 22.7755 43.1511C22.7778 43.1737 22.766 43.1932 22.7683 43.2157C22.6868 43.0872 22.6434 43.0186 22.5713 42.8481C22.4862 42.9982 22.4967 42.7873 22.4553 42.8736L22.485 42.8067C22.4367 42.8253 22.3612 42.8011 22.3432 42.8485L22.3372 42.7442L22.288 42.7994C22.2157 42.7612 22.0953 42.6093 21.9776 42.7079C21.8698 42.5 21.5805 42.347 21.344 42.2206C21.3457 42.1474 21.282 42.1038 21.2462 42.0663L21.1496 42.1036C21.1116 42.0436 21.1227 41.9284 21.041 41.9322C21.041 41.9322 21.0238 41.9431 21.0293 41.9516C20.9967 41.9002 20.9149 41.904 20.9143 41.8083C20.856 41.7732 20.7743 41.7769 20.75 41.8524C20.8288 41.7303 20.6162 41.793 20.6162 41.793C20.6162 41.793 19.84 41.3841 19.0447 40.8312C18.3574 40.3539 17.6641 39.7723 17.3973 39.2566C17.2627 39.2339 17.1403 39.2874 17.018 39.3409L17.0769 39.4718L16.9469 39.4942C16.9257 39.5556 17.0403 39.4709 16.9903 39.5627L16.9071 39.5073C16.9257 39.5556 16.6522 39.693 16.8834 39.6785L16.4719 39.9395C16.3807 39.9853 16.3498 39.8607 16.2718 39.9462C16.2678 39.9968 16.3224 39.9502 16.341 39.9984C16.0898 40.2658 15.849 39.9619 15.5932 40.1842L15.6298 40.185C15.5652 40.1779 15.4709 40.2377 15.46 40.2206C15.4268 40.0734 15.5464 40.2619 15.5972 40.1336C15.532 40.0308 15.4563 40.1388 15.416 40.0563C15.3691 40.134 15.2968 40.0958 15.2313 40.1253C15.175 40.2451 14.9967 40.2861 14.9824 40.4153C14.9092 40.4136 14.8012 40.3379 14.6928 40.3946C14.6646 40.5207 14.7589 40.4609 14.6723 40.5518L14.6171 40.5027C14.5399 40.5516 14.5648 40.5719 14.5811 40.5976C14.4954 40.652 14.4582 40.5554 14.3685 40.6603L14.4665 40.6823C14.373 40.7055 14.3442 40.7358 14.2327 40.8065C14.2544 40.8407 14.2973 40.8136 14.3262 40.7832C14.3205 40.907 14.1961 40.8056 14.1673 40.836C14.1595 40.8048 14.2313 40.7473 14.1589 40.7091C14.1043 40.7557 13.9846 40.6995 13.9937 40.7898L14.0918 40.8117C13.9477 40.831 13.9829 40.7726 13.8565 40.8768C13.8565 40.8768 13.8674 40.8939 13.8783 40.911C13.7436 40.8883 13.6702 41.0189 13.5556 41.1036C13.505 41.0996 13.4575 41.0817 13.4404 41.0925C13.4873 41.0148 13.4592 41.0085 13.4298 40.9431C13.3952 41.0972 13.2165 40.9101 13.0948 41.0594C13.1165 41.0936 13.178 41.1147 13.1991 41.0533C13.3158 41.1235 13.3701 41.2092 13.497 41.2008C13.4207 41.2132 13.3412 41.2395 13.3856 41.2715L13.3086 41.1881C13.3086 41.1881 13.2486 41.2261 13.2143 41.2479C13.1677 41.1933 13.2317 41.1047 13.1274 41.1108C13.0113 41.1363 13.1357 41.2377 13.0914 41.2057C12.9356 41.2444 12.9748 41.1355 12.871 41.2373C12.8796 41.2319 12.9216 41.2412 12.9247 41.2272C12.8607 41.3159 12.6941 41.3374 12.7359 41.4792C12.7693 41.494 12.791 41.5283 12.8199 41.498L12.809 41.4808C12.9577 41.5067 12.7156 41.504 12.8065 41.5906C12.7684 41.5306 12.6624 41.6098 12.6078 41.6564L12.5815 41.577C12.2656 41.4769 12.6684 41.7141 12.4752 41.7886C12.3312 41.8078 12.5072 41.7442 12.406 41.7363C12.3343 41.7938 12.338 41.8755 12.2048 41.9119C12.1868 41.9594 12.1485 42.0317 12.1889 42.1143C12.0985 42.1235 11.9962 42.2844 11.9076 42.2205C11.9896 42.0844 12.0734 42.2355 12.1594 42.0488L12.0762 41.9935C11.9819 42.0533 11.8261 42.092 11.7824 42.1557C11.7887 42.1277 11.7778 42.1106 11.7584 42.0989C11.5995 42.1516 11.5163 42.0962 11.3954 42.2089C11.4217 42.2883 11.4934 42.2308 11.5589 42.2013C11.5057 42.3071 11.4645 42.2611 11.3468 42.3598C11.3763 42.4252 11.4325 42.3054 11.4877 42.3546L11.3311 42.4298C11.2542 42.3464 11.2305 42.5176 11.1144 42.5432C10.9001 42.6791 10.782 42.5497 10.6076 42.5401C10.5896 42.5876 10.5974 42.6187 10.6222 42.639C10.6465 42.5635 10.6597 42.6032 10.6931 42.6181C10.6191 42.653 10.59 42.8156 10.66 42.8313C10.5268 42.8677 10.6703 42.7527 10.58 42.7619L10.4256 42.8597C10.4102 42.7975 10.4647 42.7508 10.3604 42.7569C10.281 42.7833 10.2575 42.8221 10.1718 42.8765C10.1966 42.8968 10.1864 42.9754 10.255 42.9319C10.223 42.9762 10.1544 43.0197 10.0961 42.9846C10.1663 42.8679 9.90054 43.0365 9.92881 42.9104L9.85309 43.0185C9.85309 43.0185 9.90055 43.0365 9.92941 43.0061C9.95258 43.0996 9.83593 43.0294 9.79621 43.0425C9.77277 43.0814 9.68389 43.1498 9.69161 43.1809C9.64102 43.177 9.58872 43.2462 9.5933 43.2913C9.53957 43.3014 9.56071 43.2399 9.52726 43.2251L9.37292 43.3229C9.39694 43.3798 9.45585 43.5106 9.49244 43.5114C9.40526 43.5066 9.3938 43.3938 9.29948 43.4536C9.40526 43.5066 9.22291 43.5982 9.35984 43.6436C9.36213 43.6661 9.3364 43.6824 9.31611 43.7073C9.41645 43.7518 9.42477 43.8787 9.5291 43.8726C9.48793 43.8266 9.54566 43.766 9.53395 43.7855C9.59999 43.8517 9.74465 43.9282 9.77554 44.0528C9.86443 43.9844 9.88472 43.9595 9.99134 43.976C10.0465 44.0251 10.0519 44.0337 10.0448 44.0983C10.1234 44.1085 10.2081 44.223 10.2518 44.1593C10.2306 44.2207 10.3132 44.1804 10.3115 44.2535L10.3373 44.2372L10.2881 44.2924C10.4813 44.218 10.4131 44.4895 10.6031 44.4291L10.5868 44.4034L10.6194 44.4548C10.6452 44.4385 10.6374 44.4073 10.6609 44.3684L10.8779 44.4832L10.807 44.5041C10.807 44.5041 10.841 44.6147 10.9142 44.6163C10.8864 44.4777 10.9865 44.6546 11.0442 44.5939L11.0116 44.5425C11.0541 44.5716 11.059 44.6046 11.0262 44.6414C11.0977 44.7162 11.1549 44.5598 11.1889 44.6704L11.136 44.6439C11.136 44.6439 11.1054 44.7473 11.1389 44.7622C11.1475 44.7567 11.1926 44.7521 11.1709 44.7179C11.2144 44.7864 11.3264 44.8115 11.3396 44.8512C11.3902 44.8552 11.4082 44.8077 11.3919 44.782C11.4842 44.9277 11.4588 44.8117 11.5597 44.9519L11.5831 44.913L11.604 44.9839L11.7146 44.9498L11.6632 44.9824C11.6632 44.9824 11.7121 45.0595 11.7767 45.0666L11.7838 45.002C11.891 45.1143 11.9808 45.0093 12.0505 45.1573C12.0677 45.1464 12.0568 45.1293 12.0545 45.1067C12.1157 45.2601 12.1963 45.0649 12.2458 45.2377C12.2435 45.2152 12.2747 45.2074 12.2809 45.1794L12.319 45.2394L12.3487 45.1725L12.3204 45.2985L12.3976 45.2496L12.3967 45.2862C12.5425 45.1938 12.5477 45.3347 12.684 45.2843L12.6146 45.3643C12.6864 45.6672 13.0977 45.5386 13.2669 45.7677L13.3052 45.6953L13.347 45.837C13.4319 45.8193 13.3573 45.7584 13.3916 45.7367C13.4568 45.8395 13.3633 45.8627 13.4682 45.9524C13.5585 45.9432 13.4754 45.8878 13.4708 45.8427C13.5585 45.9432 13.6875 46.0897 13.7887 46.0976C13.7887 46.0976 13.7824 46.1256 13.7738 46.1311C13.8227 46.2082 13.9402 46.2418 14.0094 46.2941C14.0243 46.2606 14.0134 46.2435 14.0025 46.2263C14.036 46.2412 14.0866 46.2451 14.0911 46.2903L14.1014 46.2117C14.1683 46.2414 14.2498 46.3699 14.3075 46.3093C14.2818 46.3256 14.2552 46.3785 14.305 46.419C14.4056 46.3312 14.4145 46.5538 14.5383 46.5594C14.5445 46.5314 14.4894 46.4823 14.5002 46.4995C14.5594 46.498 14.5717 46.5743 14.5817 46.628L14.5997 46.5805L14.7558 46.7699C14.8564 46.6821 14.93 46.9118 14.9659 46.8169C15.0383 46.8551 14.8756 46.8261 14.9557 46.8955C15.0071 46.8629 15.0131 46.9672 15.0654 46.898L15.1152 46.9385L15.1286 46.8459C15.1612 46.8973 15.1704 46.9876 15.1298 47.0374C15.203 47.039 15.2604 47.1107 15.315 47.0641L15.2987 47.0384C15.4285 47.1483 15.66 47.0016 15.6978 47.1939C15.7064 47.1884 15.7235 47.1775 15.7041 47.1658L15.7958 47.2158L15.803 47.1512L15.889 47.3249L15.9125 47.286C16.0183 47.3391 16.1535 47.4576 16.2584 47.5472L16.2421 47.5215C16.343 47.6618 16.393 47.57 16.4722 47.6759C16.4722 47.6759 16.4754 47.6619 16.47 47.6534L16.5531 47.7088L16.5571 47.6582C16.574 47.7796 16.807 47.692 16.7189 47.7238C16.729 47.7775 16.7693 47.86 16.7513 47.9075C16.8453 47.98 16.8027 47.8749 16.8868 47.8937C16.9591 47.9319 16.9294 47.9988 17.0383 48.0379L17.0617 47.999C17.0617 47.999 17.1106 48.0761 17.1658 48.1252L17.1495 48.0995C17.2084 48.2304 17.3442 48.0842 17.3228 48.278C17.3819 48.2765 17.4448 48.3568 17.4917 48.279C17.5732 48.4076 17.6641 48.4941 17.7628 48.6117C17.8579 48.5154 17.779 48.6375 17.9005 48.6205L17.8514 48.6757C18.0146 48.8005 18.3105 48.7931 18.4814 48.949L18.5306 48.8938L18.5258 48.981C18.7427 49.0957 19.0235 49.2541 19.1813 49.3703C19.2107 49.4357 19.2385 49.5743 19.3334 49.6102C19.4429 49.745 19.575 49.8775 19.7617 49.9634C19.768 49.9354 19.7991 49.9276 19.7914 49.8965C19.778 49.9891 19.8854 49.969 19.9103 49.9893L19.834 50.0016C19.8432 50.0919 19.9421 50.0773 19.9989 50.0532L20.0244 50.1692C20.0244 50.1692 20.0416 50.1584 20.0501 50.1529L20.0407 50.195L20.135 50.1352C20.135 50.1352 20.2165 50.2637 20.2031 50.3563C20.2288 50.34 20.3043 50.3642 20.2717 50.3128L20.5493 50.4852L20.4901 50.4867C20.441 50.5419 20.4867 50.633 20.5513 50.6401C20.5336 50.5552 20.6068 50.5569 20.6636 50.5328C20.6736 50.5866 20.5982 50.5623 20.5888 50.6043C20.6096 50.6752 20.6865 50.7586 20.7231 50.7594L20.7185 50.7143C20.762 50.7828 20.8626 50.695 20.9178 50.7441C20.9355 50.829 21.0118 50.8166 20.9253 50.9076C20.9796 50.9933 21.0024 50.8587 21.0359 50.8735C21.0342 50.9467 21.1625 50.9974 21.2171 50.9508C21.1483 51.1266 21.4598 51.0492 21.3918 51.1884L21.5079 51.1629C21.5079 51.1629 21.4376 51.2796 21.4842 51.3341C21.5574 51.3358 21.5871 51.2689 21.6299 51.2417L21.5674 51.3895C21.9401 51.4655 22.236 51.8185 22.6188 51.9482C22.7283 52.0831 22.8564 52.2661 23.0228 52.3769L23.0065 52.3512L23.1932 52.4371L23.0391 52.4026C23.0391 52.4026 23.0709 52.4906 23.1043 52.5054C23.3136 52.589 23.5811 52.7077 23.745 52.9282C23.7702 53.1765 23.9319 52.8818 23.9751 53.0826C23.9728 53.06 23.9845 53.0406 23.9822 53.018C24.08 53.1723 24.1344 53.258 24.2173 53.4457C24.3165 53.2987 24.3028 53.5236 24.3496 53.4458L24.3199 53.5127C24.3737 53.5027 24.4654 53.5526 24.4834 53.5052L24.4863 53.6235L24.5355 53.5683C24.6187 53.6237 24.7522 53.8153 24.8948 53.7369C25.0244 53.9792 25.3626 54.2092 25.6199 54.4065C25.6182 54.4797 25.6842 54.5459 25.7394 54.595L25.8523 54.5835C25.8958 54.6521 25.8815 54.7813 25.9687 54.7861C25.9687 54.7861 25.9858 54.7752 25.9804 54.7666C26.0239 54.8352 26.111 54.84 26.1085 54.9497C26.1777 55.0019 26.2617 55.0207 26.2946 54.9398C26.2103 55.0534 26.4415 55.0389 26.4415 55.0389C26.4415 55.0389 27.3138 55.6752 28.2043 56.4922C28.2206 56.5179 28.2455 56.5381 28.2704 56.5584C28.2852 56.525 28.3055 56.5001 28.3204 56.4667L28.3032 56.4775C28.3804 56.4286 28.2855 56.3927 28.3369 56.36L28.3284 56.3655L28.3464 56.318L28.3043 56.3086C28.4001 56.308 28.2229 56.1801 28.2952 56.2183C28.3403 56.2137 28.3941 56.2037 28.4447 56.2076C28.4681 56.1688 28.4004 56.1757 28.3786 56.1414C28.3935 56.1079 28.455 56.129 28.4395 56.0668L28.3975 56.0574C28.3975 56.0574 28.4404 56.0302 28.4661 56.0139L28.4489 56.0247C28.5424 56.0015 28.3557 55.9157 28.541 55.9424C28.5192 55.9081 28.5621 55.8809 28.4812 55.8481C28.5498 55.8046 28.6012 55.772 28.6473 55.7308C28.522 55.666 28.6644 55.7199 28.5984 55.6537L28.6653 55.6834C28.7121 55.6056 28.5863 55.4451 28.6558 55.365L28.5889 55.3354L28.6675 55.3456C28.684 55.239 28.7155 55.0989 28.7397 55.0235C28.7849 55.0189 28.8807 55.0182 28.8792 54.9591C28.951 54.9016 29.0087 54.8409 29.0049 54.7592C28.9769 54.7529 28.9661 54.7358 28.9381 54.7295C29.0221 54.7483 28.9615 54.6907 28.9732 54.6712L29.0058 54.7226C29.093 54.7274 29.0409 54.6643 28.9966 54.6323L29.0838 54.6371C29.0838 54.6371 29.073 54.62 29.0675 54.6114L29.101 54.6262L29.0263 54.5654C29.0263 54.5654 29.0864 54.5274 29.1813 54.5633C29.1564 54.543 29.1432 54.5033 29.1175 54.5196L29.1544 54.3882L29.1761 54.4224C29.2344 54.4575 29.2967 54.4421 29.275 54.4078C29.2104 54.4007 29.1832 54.3579 29.1389 54.3259C29.1841 54.3213 29.1887 54.3664 29.2307 54.3758C29.2813 54.3798 29.3327 54.3472 29.3079 54.3269L29.2713 54.3261C29.2713 54.3261 29.2029 54.2372 29.2232 54.2124C29.2878 54.2195 29.2467 54.1735 29.3579 54.2351C29.4007 54.2079 29.2887 54.1829 29.2833 54.1743C29.3479 54.1814 29.3324 54.1191 29.2827 54.0786C29.453 54.1387 29.2743 53.9517 29.4136 54.0196L29.3475 53.9534C29.3475 53.9534 29.4673 54.0096 29.493 53.9933C29.4659 53.9504 29.399 53.9207 29.3601 53.8973L29.5024 53.9512C29.4227 53.7495 29.6027 53.6354 29.5509 53.44C29.611 53.4019 29.7107 53.3507 29.7296 53.2666L29.7124 53.2775L29.7064 53.1732L29.7553 53.2503C29.7553 53.2503 29.7919 53.2512 29.8036 53.2317C29.7836 53.1243 29.7698 52.9888 29.8867 52.9267C30.0805 52.948 29.7655 52.8114 29.9118 52.8147C29.9033 52.8201 29.8698 52.8053 29.8558 52.8022C29.9384 52.7618 29.9867 52.7432 30.1082 52.7262C29.9464 52.6606 30.1316 52.6874 30.0507 52.6546L30.1176 52.6842C30.1176 52.6842 30.085 52.6328 30.0687 52.6071C30.0687 52.6071 30.0579 52.59 30.0524 52.5814L30.089 52.5822L30.1062 52.5714L30.0813 52.5511C29.9801 52.5432 30.0458 52.3814 29.8986 52.4146L29.9095 52.4318L29.8823 52.3889C29.8566 52.4052 29.8503 52.4332 29.8269 52.4721L29.6776 52.3505L29.74 52.335C29.74 52.335 29.7479 52.2338 29.6748 52.2322C29.6605 52.3614 29.625 52.1916 29.5619 52.2437L29.5719 52.2974C29.5538 52.2689 29.5582 52.238 29.5853 52.2048C29.5418 52.1363 29.4652 52.2809 29.4678 52.1712L29.4895 52.2055C29.541 52.1728 29.5567 52.1028 29.5318 52.0825C29.5232 52.088 29.4781 52.0926 29.4889 52.1097C29.4649 52.0529 29.384 52.0201 29.3709 51.9804C29.3343 51.9795 29.3023 52.0238 29.3046 52.0464C29.2511 51.9241 29.2517 52.0199 29.2068 51.8922L29.1725 51.9139L29.185 51.8579L29.083 51.8865L29.1344 51.8539C29.1344 51.8539 29.105 51.7885 29.063 51.7791L29.0364 51.832C28.9712 51.7292 28.8675 51.831 28.8397 51.6924C28.8311 51.6978 28.8248 51.7259 28.8303 51.7344C28.8165 51.599 28.7056 51.7654 28.695 51.6159C28.6833 51.6354 28.6607 51.6377 28.6545 51.6657L28.6444 51.612L28.5921 51.6812L28.6399 51.5668L28.5627 51.6157L28.5721 51.5737C28.4349 51.6607 28.4578 51.5261 28.33 51.571L28.4049 51.4995C28.414 51.2295 28.0284 51.3418 27.94 51.1455L27.8877 51.2147L27.888 51.0824C27.8171 51.1033 27.8637 51.1579 27.8294 51.1796C27.7837 51.0885 27.8771 51.0653 27.8088 50.9765C27.7325 50.9888 27.7876 51.0379 27.7868 51.0745C27.7325 50.9888 27.651 50.8603 27.5724 50.85C27.5724 50.85 27.5841 50.8306 27.5927 50.8252C27.5632 50.7597 27.4737 50.7324 27.4271 50.6778C27.4068 50.7027 27.4091 50.7253 27.42 50.7424C27.4005 50.7307 27.3499 50.7267 27.3594 50.6847L27.3351 50.7602C27.3351 50.7602 27.2427 50.6145 27.185 50.6751C27.2107 50.6588 27.2459 50.6005 27.207 50.5771C27.115 50.6595 27.1309 50.4571 27.0352 50.4578C27.0289 50.4858 27.0646 50.5232 27.0506 50.5201C27 50.5161 27.0072 50.4515 27.0026 50.4064L26.9846 50.4538L26.8814 50.291C26.7893 50.3734 26.7601 50.1756 26.7133 50.2534C26.655 50.2183 26.7896 50.2411 26.7376 50.1779C26.6861 50.2106 26.6941 50.1094 26.6472 50.1872L26.6169 50.1583L26.5981 50.2423C26.5981 50.2423 26.5898 50.1155 26.6303 50.0657C26.5626 50.0726 26.5331 50.0072 26.4731 50.0453L26.484 50.0624C26.3876 49.9673 26.1701 50.1172 26.1712 49.9483C26.1627 49.9538 26.1455 49.9646 26.165 49.9763L26.1012 49.9327L26.0801 49.9941L26.0329 49.8438L26.0094 49.8827C25.9371 49.8445 25.8353 49.7408 25.7553 49.6714L25.7661 49.6886C25.6955 49.5772 25.6401 49.6604 25.5943 49.5692L25.5912 49.5832L25.5274 49.5396L25.518 49.5816C25.5206 49.4718 25.3156 49.5657 25.3897 49.5308C25.3851 49.4857 25.3728 49.4094 25.3908 49.3619C25.3302 49.3042 25.3393 49.3945 25.2747 49.3874C25.2164 49.3523 25.2601 49.2886 25.1621 49.2666L25.1386 49.3055C25.1386 49.3055 25.1092 49.2401 25.068 49.1941L25.0789 49.2113C25.048 49.0867 24.9091 49.2468 24.9499 49.0648C24.9048 49.0694 24.8527 49.0062 24.809 49.07C24.7438 48.9672 24.6949 48.8901 24.6126 48.7981C24.5174 48.8945 24.5963 48.7724 24.4942 48.801L24.5434 48.7459C24.419 48.6445 24.1675 48.6838 24.0408 48.5599L23.9917 48.6151L24.0105 48.5311C23.8379 48.4483 23.6209 48.3336 23.4934 48.2462C23.4779 48.184 23.4665 48.0711 23.3824 48.0523C23.3032 47.9463 23.2014 47.8427 23.0536 47.7802C23.0388 47.8136 23.0216 47.8245 23.0239 47.8471C23.0428 47.7631 22.9547 47.7948 22.9299 47.7746L22.9813 47.742C22.997 47.6719 22.9121 47.6897 22.8607 47.7223L22.8461 47.6235C22.8461 47.6235 22.8289 47.6343 22.8204 47.6398L22.8298 47.5978L22.744 47.6521C22.744 47.6521 22.6843 47.5579 22.7117 47.4684C22.686 47.4847 22.6214 47.4776 22.6517 47.5064L22.4347 47.3917L22.4884 47.3817C22.5376 47.3265 22.4973 47.2439 22.4521 47.2485C22.4644 47.3248 22.3967 47.3317 22.3452 47.3643C22.3352 47.3106 22.4052 47.3263 22.4147 47.2843C22.4078 47.2166 22.3503 47.1449 22.316 47.1666L22.3152 47.2032C22.2826 47.1518 22.1906 47.2342 22.1462 47.2022C22.1339 47.1259 22.0771 47.1499 22.1582 47.0504C22.1148 46.9819 22.0811 47.0994 22.0585 47.1017C22.0656 47.0371 21.9621 47.0066 21.9075 47.0532C21.9764 46.8774 21.706 47.0008 21.7826 46.8561L21.686 46.8933C21.686 46.8933 21.7563 46.7767 21.7205 46.7393C21.6528 46.7462 21.6231 46.8131 21.5942 46.8434L21.6568 46.6956C21.3446 46.6772 21.1147 46.3905 20.8089 46.3441C20.7211 46.2436 20.6233 46.0894 20.4895 46.03L20.5004 46.0472L20.3409 46.0041L20.4732 46.0043C20.4732 46.0043 20.4523 45.9335 20.4189 45.9186C20.2508 45.881 20.0213 45.8223 19.8932 45.6392C19.8843 45.4166 19.7365 45.7145 19.7011 45.5448C19.7034 45.5674 19.6916 45.5868 19.6939 45.6094C19.6124 45.4809 19.569 45.4123 19.5163 45.2534C19.4312 45.4035 19.4472 45.2012 19.4003 45.279L19.43 45.2121C19.3871 45.2393 19.3148 45.201 19.2882 45.2539L19.2908 45.1442L19.2416 45.1994C19.1693 45.1611 19.0629 45.0123 18.9452 45.111C18.8428 44.9116 18.5589 44.7672 18.342 44.6525C18.3437 44.5793 18.2939 44.5388 18.2442 44.4982L18.1476 44.5355C18.115 44.4841 18.1292 44.3549 18.0443 44.3727C18.0443 44.3727 18.0358 44.3781 18.0381 44.4007C18.0055 44.3492 17.9291 44.3616 17.9285 44.2659C17.8702 44.2308 17.7939 44.2431 17.7696 44.3186C17.8485 44.1965 17.6444 44.2538 17.6444 44.2538C17.6444 44.2538 16.9071 43.8683 16.1421 43.3441C15.3802 42.806 14.5906 42.1293 14.485 41.5836C14.5007 41.5136 14.4689 41.4256 14.5461 41.3766C14.5135 41.3252 14.4215 41.4076 14.4512 41.3407C14.5384 41.3455 14.5395 41.1766 14.6555 41.1511L14.6284 41.1082C14.6284 41.1082 14.6461 41.1931 14.693 41.1153L14.6313 41.2265C14.6313 41.2265 14.713 41.2228 14.7419 41.1925C14.7433 41.2516 14.655 41.4157 14.7819 41.4073L14.7656 41.3816C14.8208 41.4307 14.8428 41.3327 14.874 41.325L14.9534 41.2986C14.9449 41.304 14.9426 41.2815 14.9317 41.2643C14.9534 41.2986 14.9917 41.2263 15.0206 41.196L15.0758 41.2451C15.1163 41.1953 15.0369 41.2217 15.0969 41.1836L15.1395 41.2887C15.2464 41.1729 15.179 41.4079 15.2967 41.3092C15.2587 41.2492 15.3342 41.2735 15.3522 41.226L15.4765 41.3274C15.4765 41.3274 15.4697 41.2596 15.486 41.2853C15.5343 41.2667 15.51 41.3422 15.524 41.3453C15.5583 41.3236 15.6266 41.4124 15.6821 41.3292C15.8144 41.3294 15.6452 41.4607 15.769 41.4663C15.815 41.4251 15.7084 41.4086 15.7878 41.3823L15.8647 41.4657C15.8647 41.4657 15.9007 41.3708 15.8673 41.3559C16.1552 41.4497 16.4607 41.268 16.6331 41.4831C16.7017 41.4396 16.6457 41.4271 16.6442 41.3679C16.7412 41.5588 16.9564 41.3863 17.0808 41.4876L17.0542 41.5405C17.3477 41.5106 17.5053 41.7591 17.7543 41.8295L17.7114 41.8567C17.7114 41.8567 17.7486 41.9532 17.7672 42.0015C17.7929 41.9852 17.818 41.8732 17.8615 41.9417C17.8358 41.958 17.7992 41.9572 17.7929 41.9852C18.0607 41.9716 18.423 42.2585 18.766 42.4014C19.1445 42.7141 19.6385 42.9054 20.0202 43.2041C19.965 43.155 19.9024 43.3028 19.967 43.3098C20.232 43.1779 20.1629 43.486 20.381 43.4319C20.5674 43.65 20.9007 43.6069 21.0005 43.9161L21.0496 43.8609C21.0496 43.8609 21.0768 43.9037 21.1071 43.9326L21.1243 43.9217C21.2137 43.9491 21.2672 44.0713 21.3404 44.073L21.2967 44.1367C21.341 44.1687 21.3567 44.0987 21.3776 44.1695L21.401 44.1307L21.4156 44.2295C21.4945 44.1074 21.5603 44.306 21.6311 44.2851C21.6746 44.3537 21.7561 44.4822 21.8736 44.5158C21.9282 44.4692 22.0448 44.5394 22.1343 44.5668C22.2641 44.6767 22.4491 44.8357 22.6466 44.9388L22.5857 45.0134L22.63 45.0454C22.63 45.0454 22.6558 45.0291 22.6535 45.0065C22.7478 44.9467 22.7413 45.107 22.8207 45.0807C22.7436 45.1296 22.7787 45.0713 22.7538 45.051C22.6915 45.0665 22.6781 45.1591 22.7513 45.1607L22.7684 45.1499L22.7699 45.209C22.819 45.1538 22.8642 45.1492 22.9079 45.0855C23.0571 45.2071 23.0926 45.3768 23.2653 45.4596C23.2896 45.3841 23.3702 45.5492 23.4156 45.4123C23.4808 45.5151 23.3376 45.4978 23.3211 45.6044C23.3459 45.6247 23.3591 45.6644 23.388 45.6341C23.3888 45.5975 23.4651 45.5851 23.4434 45.5509L23.504 45.6085C23.504 45.6085 23.5103 45.5805 23.5134 45.5665C23.5972 45.7176 23.7959 45.6518 23.8656 45.7997C23.8476 45.8472 23.8096 45.7872 23.7862 45.8261C23.8442 45.9935 23.9411 45.824 24.014 45.958L24.0297 45.8879C24.0366 45.9556 24.0155 46.0171 24.1058 46.0079C24.1635 45.9473 24.0966 45.9176 24.0866 45.8639C24.1255 45.8873 24.2164 45.9738 24.1478 46.0173C24.1804 46.0687 24.235 46.0221 24.277 46.0315C24.2599 46.0424 24.2007 46.0438 24.2107 46.0975C24.3033 46.1109 24.406 46.178 24.4837 46.2248C24.5009 46.2139 24.5212 46.1891 24.5189 46.1665C24.5186 46.2988 24.6263 46.1464 24.6892 46.2266C24.9045 46.4145 25.1453 46.7184 25.3926 46.862C25.3783 46.9912 25.4475 47.0434 25.5135 47.1096L25.6118 46.9993L25.6607 47.0764C25.6607 47.0764 25.6196 47.0304 25.6959 47.0181L25.6685 47.1075C25.7059 47.0718 25.8411 47.1903 25.7971 47.026L26.0381 47.1976C26.0964 47.2327 25.9958 47.3205 26.0744 47.3307C26.1087 47.309 26.0753 47.2941 26.1073 47.2498C26.3485 47.2891 26.1494 47.6196 26.3477 47.686L26.3369 47.6689C26.3369 47.6689 26.3998 47.7491 26.3966 47.7631C26.2929 47.8649 26.4155 47.6791 26.3134 47.7077C26.2463 47.8104 26.3366 47.8012 26.2757 47.8758C26.3435 47.8689 26.3192 47.9444 26.3409 47.9786C26.4484 47.9586 26.491 48.0637 26.5962 48.021C26.6008 48.0662 26.5585 48.1891 26.6137 48.2382C26.7134 48.187 26.6606 48.1604 26.7337 48.1621L26.704 48.229C26.704 48.229 26.7632 48.2275 26.7835 48.2026C26.8332 48.2432 26.7669 48.3092 26.8595 48.3226L26.8698 48.244C26.9024 48.2954 26.9218 48.3071 26.9942 48.3454C27.0176 48.3065 26.9896 48.3002 26.9616 48.294C27.0559 48.2342 26.9933 48.382 27.0213 48.3882C26.9956 48.4045 26.9482 48.3866 26.9184 48.4534C26.9519 48.4683 26.9268 48.5803 27.0039 48.5314L27.0142 48.4528C27.0514 48.5494 26.9922 48.5508 27.0957 48.5813C27.0957 48.5813 27.1074 48.5619 27.1106 48.5479C27.108 48.6576 27.2155 48.6376 27.2932 48.6844C27.2924 48.7209 27.283 48.763 27.3024 48.7747C27.2432 48.7761 27.237 48.8041 27.1824 48.8508C27.3047 48.7972 27.1813 49.0197 27.3105 49.0338C27.3339 48.995 27.3379 48.9444 27.2896 48.963C27.3319 48.8401 27.3873 48.7569 27.3696 48.672C27.3881 48.7203 27.4153 48.7631 27.4333 48.7157L27.3747 48.8129C27.3747 48.8129 27.4136 48.8363 27.4331 48.848C27.3979 48.9063 27.3216 48.9187 27.337 48.981C27.3665 49.0464 27.4399 48.9157 27.4165 48.9546C27.4708 49.0403 27.3742 49.0775 27.4668 49.0909C27.4614 49.0823 27.4622 49.0457 27.4451 49.0566C27.5183 49.0583 27.5523 49.1688 27.6561 49.067C27.6709 49.0336 27.6912 49.0087 27.6632 49.0024L27.646 49.0133C27.6572 48.8981 27.6841 49.0733 27.7318 48.9589C27.6826 49.0141 27.769 49.0555 27.8024 49.0703L27.7447 49.131C27.699 49.4002 27.8407 48.998 27.9199 49.104C27.9571 49.2005 27.8833 49.1031 27.8816 49.1763C27.9345 49.2028 27.9977 49.1508 28.038 49.2333C28.0723 49.2116 28.1455 49.2133 28.1978 49.1441C28.2132 49.2064 28.3456 49.2065 28.3127 49.2874C28.1998 49.299 28.3044 49.1606 28.1432 49.1907L28.1103 49.2716C28.1686 49.3067 28.2144 49.3978 28.2704 49.4104C28.2533 49.4212 28.2361 49.4321 28.2244 49.4515C28.2787 49.5372 28.2427 49.6321 28.3376 49.6681C28.4008 49.616 28.3479 49.5895 28.3262 49.5552C28.4165 49.546 28.3759 49.5957 28.4708 49.6317C28.52 49.5765 28.4211 49.5911 28.4562 49.5328L28.516 49.6271L28.5331 49.6162C28.466 49.7188 28.5969 49.6599 28.6318 49.7339C28.7562 49.8352 28.6656 49.9767 28.6739 50.1036C28.7136 50.0905 28.7339 50.0656 28.7596 50.0493C28.6973 50.0647 28.7262 50.0344 28.7325 50.0064C28.7596 50.0493 28.8991 49.9849 28.9031 49.9343C28.952 50.0114 28.8431 49.9723 28.8531 50.026L28.9417 50.09C28.8903 50.1226 28.8482 50.1132 28.8691 50.1841C28.8963 50.2269 28.9243 50.2332 28.9741 50.2737C28.9889 50.2403 29.0512 50.2248 29.0155 50.1874C29.0521 50.1882 29.0964 50.2202 29.0698 50.2731C28.9826 50.2683 29.1179 50.3868 29.0212 50.424L29.1084 50.4288C29.1084 50.4288 29.1179 50.3868 29.0898 50.3805C29.1756 50.3262 29.1224 50.4319 29.1387 50.4576C29.1668 50.4639 29.2251 50.499 29.2539 50.4687C29.2531 50.5053 29.3145 50.5264 29.3434 50.4961C29.3651 50.5303 29.3028 50.5458 29.2965 50.5738L29.3852 50.6378C29.428 50.6106 29.5264 50.5002 29.5241 50.4776C29.5255 50.5368 29.4366 50.6052 29.4864 50.6457C29.5169 50.5422 29.6047 50.6428 29.6416 50.5113C29.7156 50.4764 29.7956 50.5457 29.8251 50.6112C29.8062 50.6952 29.7465 50.6009 29.6942 50.6701C29.7983 50.7964 29.6617 50.9791 29.776 51.0267L29.7394 51.0259C29.7657 51.1053 29.7689 51.0913 29.75 51.1753C29.8 51.0836 29.9901 51.0231 30.0779 51.1236C30.0459 51.168 29.9618 51.1492 29.9235 51.2215L29.967 51.2901C29.967 51.2901 29.9927 51.2737 29.9904 51.2512C30.0253 51.3252 30.1851 51.2359 30.1179 51.3385L30.2714 51.2773L30.2114 51.3153C30.2114 51.3153 30.226 51.4142 30.2337 51.4453C30.2623 51.5473 30.3106 51.5287 30.387 51.5164C30.3527 51.5381 30.2615 51.5839 30.2995 51.6439C30.3807 51.5444 30.4264 51.6355 30.463 51.6363C30.4724 51.5943 30.5541 51.2302 30.7067 50.8451C30.871 50.4406 31.0944 50.0347 31.5135 49.9372C31.5866 49.9388 31.6435 49.9148 31.7244 49.9476C31.7587 49.9259 31.6358 49.8837 31.7058 49.8993C31.7384 49.9507 31.8911 49.926 31.9657 49.9869L31.9914 49.9705C31.9914 49.9705 31.9291 49.986 32.0131 50.0048L31.8785 49.9821C31.8785 49.9821 31.9142 50.0195 31.9617 50.0374C31.908 50.0475 31.7313 50.0153 31.7919 50.073L31.8005 50.0676C31.8005 50.0676 31.8728 50.1058 31.8922 50.1175L31.942 50.1581C31.9366 50.1495 31.9506 50.1526 31.9591 50.1472C31.942 50.1581 32.012 50.1737 32.0541 50.1831L32.0392 50.2166C32.0392 50.2166 32.0455 50.1886 32.1038 50.2237L32.0352 50.2671C32.1753 50.2985 31.9417 50.2904 32.0787 50.3357C32.1215 50.3085 32.1261 50.3537 32.1767 50.3576L32.1439 50.4385C32.1439 50.4385 32.1976 50.4285 32.1804 50.4394C32.2193 50.4628 32.1461 50.4611 32.1376 50.4665C32.1765 50.4899 32.1164 50.528 32.2199 50.5585C32.2688 50.6356 32.0907 50.5443 32.1342 50.6129C32.1956 50.634 32.1576 50.574 32.2128 50.6231L32.1722 50.6728C32.1722 50.6728 32.2703 50.6948 32.2625 50.6636C32.2734 50.6808 32.2897 50.7065 32.3006 50.7236C32.4626 50.6569 32.6238 50.6268 32.7748 50.6753C32.8331 50.7104 32.8891 50.7229 32.9412 50.786C32.9777 50.7868 32.8985 50.6809 32.9537 50.73C32.9606 50.7977 33.089 50.8485 33.1347 50.9396L33.1604 50.9233C33.2102 50.9638 33.1044 50.9108 33.1704 50.977L33.071 50.8959C33.071 50.8959 33.081 50.9497 33.1167 50.9871C33.0693 50.9691 32.934 50.8506 32.9603 50.93L32.9689 50.9246C32.9689 50.9246 33.0178 51.0017 33.0341 51.0274L33.0636 51.0928C33.0581 51.0843 33.0721 51.0874 33.0807 51.082C33.0636 51.0928 33.1133 51.1334 33.1436 51.1622L33.1093 51.184C33.1591 51.2245 33.1265 51.1731 33.1591 51.2245L33.0805 51.2143C33.1877 51.3265 32.9964 51.1955 33.0865 51.3186C33.1371 51.3225 33.1136 51.3614 33.1665 51.388L33.1065 51.426C33.1065 51.426 33.1594 51.4526 33.1508 51.458C33.178 51.5008 33.1088 51.4486 33.1002 51.454C33.122 51.4883 33.0628 51.4898 33.1428 51.5592C33.1606 51.644 33.0348 51.4835 33.0471 51.5598C33.0882 51.6058 33.0814 51.5381 33.1194 51.598L33.0765 51.6252C33.0765 51.6252 33.1543 51.672 33.1574 51.658C33.1369 51.8152 33.3419 52.0817 33.1947 52.115C33.2381 52.1835 33.2476 52.1415 33.2864 52.1649C33.2639 52.1672 33.2693 52.1758 33.2607 52.1812C33.2887 52.1875 33.3027 52.1906 33.3222 52.2023C33.3822 52.1643 33.2361 52.0286 33.4385 52.0445L33.446 52.2079C33.5277 52.2042 33.4345 52.0951 33.5877 52.1661C33.514 52.0687 33.6354 52.0518 33.423 51.9822C33.712 51.9071 33.8081 52.1345 34.0002 52.2289C33.9894 52.2118 33.9785 52.1947 33.9676 52.1775C34.0002 52.2289 34.0874 52.2337 34.1434 52.2463C34.2875 52.227 34.0439 52.1652 34.09 52.124L34.3118 52.1516C34.3118 52.1516 34.3118 52.1516 34.3204 52.1461C34.3732 52.1727 34.4347 52.1938 34.4496 52.1603C34.389 52.1026 34.3789 52.0489 34.3292 52.0084L34.543 52.1371C34.5244 52.0888 34.7417 52.0712 34.5853 52.0142L34.9246 52.0754L34.9692 51.975C35.0447 51.9993 35.047 52.0218 34.9512 52.0225C35.0641 52.011 35.4498 52.259 35.4011 52.0496C35.6547 52.1651 35.7567 52.1365 36.0735 52.2C35.8308 52.1016 36.3633 52.0883 36.1026 52.0373C36.2584 51.9986 36.2838 52.1146 36.4045 52.1343C36.5237 52.0948 36.4725 51.9951 36.3496 51.9529L36.4919 52.0068L36.4811 51.9896L36.6148 52.049C36.7512 51.9986 36.6454 51.9455 36.7863 51.9402L36.8095 52.0337L36.8952 51.9793C36.8632 52.0236 36.9387 52.0479 37.0399 52.0558L37.029 52.0386L37.1582 52.0528C37.0385 51.9966 37.2657 52.0328 37.2137 51.9696C37.318 51.9636 37.3234 51.9721 37.5032 51.9903L37.4735 52.0572C37.7202 52.105 37.487 51.9646 37.6816 51.9493L37.6659 52.0193C37.9449 51.8905 38.1407 52.0667 38.3511 51.9814C38.2359 51.9703 38.2547 51.8863 38.257 51.9088C38.4368 51.927 38.7304 51.8971 38.9256 51.9775C38.9874 51.8663 39.0022 51.8328 39.1891 51.7864C39.3301 51.7812 39.3495 51.7929 39.4047 51.842C39.5356 51.783 39.7909 51.8254 39.7871 51.7437C39.8252 51.8037 39.9032 51.7181 39.9809 51.765L39.9958 51.7315L39.9941 51.8047C40.2124 51.6182 40.4097 51.8535 40.6304 51.6896L40.5829 51.6716L40.6895 51.6881C40.6895 51.6881 40.6569 51.6367 40.6438 51.597L41.1071 51.5315L41.0128 51.5913C41.1226 51.5938 41.1972 51.6546 41.3001 51.5894C41.0963 51.5144 41.4527 51.5647 41.4716 51.4806L41.365 51.4641C41.4553 51.4549 41.4999 51.4747 41.4987 51.5235C41.6763 51.5191 41.6065 51.3711 41.7714 51.4227L41.6554 51.4482C41.6554 51.4482 41.7151 51.5425 41.8 51.5247C41.8172 51.5138 41.8686 51.4812 41.804 51.4741C41.9504 51.4774 42.149 51.4116 42.2191 51.4272C42.2877 51.3837 42.2605 51.3409 42.2185 51.3315C42.5306 51.3498 42.3517 51.2951 42.6638 51.3134L42.6421 51.2792L42.7596 51.3128L42.889 51.1947L42.8453 51.2584C42.9442 51.2438 43.0057 51.2649 43.1194 51.2168L43.0643 51.1677C43.3493 51.1432 43.3581 51.0054 43.6391 51.0315C43.6562 51.0206 43.6088 51.0027 43.5862 51.005C43.8469 51.0559 43.75 50.8651 44.0161 50.9246C43.9998 50.8989 44.0201 50.874 44.0006 50.8623L44.1213 50.882L44.095 50.8025L44.2053 50.9008L44.2553 50.809L44.3082 50.8355C44.3082 50.8355 44.3488 50.7858 44.3691 50.7609C44.2299 50.693 44.0852 50.6165 43.9343 50.568L43.9857 50.5354C43.9788 50.4677 43.9151 50.424 43.8825 50.3726C43.8568 50.3889 43.8597 50.5072 43.7796 50.4378C43.8053 50.4215 43.8559 50.4255 43.8568 50.3889C43.5189 50.3869 42.9691 50.0507 42.4915 49.885C41.9168 49.5285 41.2213 49.2847 40.6521 48.9367C40.7353 48.9921 40.7699 48.838 40.6913 48.8278C40.3789 48.9418 40.4037 48.6017 40.135 48.6519C39.8428 48.3806 39.4426 48.3941 39.2339 48.0459L39.1901 48.1096C39.131 48.1111 39.135 48.0605 39.0992 48.0231L39.0821 48.034C38.9646 48.0004 38.8582 47.8515 38.7796 47.8413L38.8179 47.769C38.7541 47.7253 38.7579 47.807 38.7035 47.7214L38.6801 47.7602L38.6406 47.6411C38.5758 47.7663 38.4431 47.5381 38.3582 47.5559C38.2867 47.481 38.1524 47.326 38.0014 47.2775C37.9328 47.321 37.7773 47.2274 37.6512 47.1992C37.4545 47.0596 37.1887 46.8677 36.9157 46.7405L36.9711 46.6573L36.9073 46.6136C36.9073 46.6136 36.8816 46.6299 36.8839 46.6525C36.781 46.7177 36.7487 46.534 36.6552 46.5572C36.7324 46.5083 36.7112 46.5697 36.7501 46.5931C36.8319 46.5894 36.8204 46.4765 36.7247 46.4771L36.7075 46.488L36.6921 46.4257C36.6429 46.4809 36.5892 46.491 36.54 46.5461C36.3293 46.4034 36.241 46.2072 36.0014 46.0947C35.9825 46.1788 35.8436 45.9786 35.8176 46.1272C35.7135 46.0009 35.8956 46.0417 35.8873 45.9148C35.8484 45.8914 35.8384 45.8377 35.7924 45.8789C35.7915 45.9154 35.7152 45.9278 35.737 45.9621L35.6483 45.8981C35.6483 45.8981 35.6475 45.9347 35.6529 45.9433C35.5022 45.7625 35.2756 45.8221 35.1443 45.653C35.1569 45.597 35.2198 45.6772 35.2378 45.6298C35.1183 45.4413 35.0408 45.6225 34.9236 45.4566L34.9133 45.5352C34.8925 45.4643 34.8996 45.3997 34.7898 45.3972C34.7321 45.4578 34.827 45.4938 34.8425 45.5561C34.7841 45.521 34.6458 45.4165 34.7338 45.3847C34.6818 45.3216 34.6132 45.3651 34.568 45.3697C34.5797 45.3502 34.6583 45.3604 34.6343 45.3036C34.5191 45.2925 34.3776 45.2021 34.2524 45.1373C34.2352 45.1481 34.2204 45.1816 34.2258 45.1902C34.1926 45.043 34.1043 45.2071 33.994 45.1089C33.6783 44.8765 33.3038 44.5133 32.9616 44.3338C32.9479 44.1983 32.8452 44.1313 32.7543 44.0447L32.67 44.1583L32.6103 44.064C32.5479 44.0795 32.6537 44.1325 32.572 44.1363L32.5854 44.0437C32.5854 44.0437 32.3458 43.9313 32.4373 44.1136L32.1014 43.9061C32.0237 43.8592 32.1243 43.7714 32.0176 43.7549C31.9748 43.7821 32.0308 43.7947 31.9988 43.839C31.6961 43.7786 31.8563 43.4247 31.5911 43.3286L31.6074 43.3543C31.5748 43.3029 31.511 43.2592 31.5142 43.2452C31.6265 43.138 31.5147 43.3409 31.6254 43.3069C31.6871 43.1956 31.5773 43.1932 31.6242 43.1154C31.5424 43.1192 31.5527 43.0406 31.5084 43.0086C31.3869 43.0255 31.2968 42.9024 31.1831 42.9505C31.1676 42.8883 31.1819 42.7591 31.0987 42.7037C30.985 42.7518 31.0659 42.7846 30.9592 42.7681L30.9889 42.7012C30.9166 42.663 30.9103 42.691 30.9041 42.719C30.8263 42.6722 30.8957 42.5921 30.7805 42.581L30.7983 42.6659C30.7462 42.6028 30.7182 42.5965 30.6124 42.5435C30.5976 42.5769 30.6365 42.6003 30.6645 42.6066C30.5616 42.6718 30.6047 42.5123 30.5681 42.5115C30.5939 42.4952 30.6693 42.5194 30.671 42.4462C30.6236 42.4283 30.6293 42.3045 30.5435 42.3589L30.5613 42.4438C30.4906 42.3324 30.5552 42.3395 30.4269 42.2887C30.4269 42.2887 30.4152 42.3081 30.412 42.3221C30.3951 42.2007 30.2597 42.2145 30.1484 42.1529C30.1353 42.1131 30.1307 42.068 30.1113 42.0563C30.1844 42.058 30.1907 42.0299 30.2313 41.9802C30.095 42.0306 30.185 41.7933 30.0223 41.7643C29.9989 41.8032 30.0089 41.8569 30.0712 41.8414C30.0569 41.9706 30.0069 42.0624 30.0527 42.1535C30.0201 42.1021 29.9735 42.0475 29.9609 42.1036L30.0001 41.9947C30.0001 41.9947 29.9472 41.9681 29.9223 41.9478C29.952 41.881 30.0392 41.8857 29.9989 41.8032C29.9445 41.7175 29.896 41.8684 29.914 41.821C29.8348 41.715 29.9368 41.6864 29.8108 41.6582C29.8162 41.6667 29.8239 41.6979 29.8379 41.701C29.7367 41.6931 29.6692 41.5677 29.5795 41.6726C29.5732 41.7006 29.5498 41.7395 29.5918 41.7489L29.609 41.738C29.6313 41.868 29.5515 41.6663 29.5092 41.7893C29.5529 41.7255 29.4386 41.6779 29.3911 41.6599L29.4489 41.5993C29.4222 41.2918 29.3723 41.7439 29.2371 41.6254C29.1719 41.5226 29.2876 41.6294 29.2559 41.5414C29.1804 41.5172 29.1258 41.5638 29.0435 41.4718C29.0038 41.485 28.922 41.4888 28.8697 41.558C28.8263 41.4894 28.6745 41.4775 28.6879 41.3849C28.8288 41.3797 28.7351 41.5352 28.9189 41.5028L28.9323 41.4102C28.8545 41.3634 28.7753 41.2574 28.7022 41.2558C28.7193 41.2449 28.7365 41.234 28.7427 41.206C28.6464 41.1109 28.6629 41.0043 28.54 40.9621C28.4823 41.0227 28.5578 41.047 28.5935 41.0844C28.4892 41.0905 28.5157 41.0376 28.3928 40.9954C28.3437 41.0506 28.4706 41.0422 28.4494 41.1036L28.3391 41.0054L28.3305 41.0108C28.3837 40.9051 28.2302 40.9663 28.1813 40.8892C28.0009 40.7753 28.058 40.619 28.0163 40.4772C27.9765 40.4904 27.9562 40.5153 27.9359 40.5402C28.0068 40.5193 27.978 40.5496 27.9685 40.5916C27.9134 40.5425 27.7739 40.6069 27.7808 40.6746C27.6984 40.5826 27.8408 40.6366 27.8113 40.5711L27.6807 40.4978C27.7321 40.4652 27.7827 40.4691 27.7424 40.3866C27.6958 40.332 27.6592 40.3312 27.5814 40.2844C27.5752 40.3124 27.5011 40.3473 27.568 40.377C27.5174 40.373 27.4591 40.3379 27.4717 40.2819C27.5814 40.2844 27.3676 40.1557 27.4814 40.1076L27.3716 40.1051C27.3716 40.1051 27.3676 40.1557 27.4042 40.1565C27.3293 40.228 27.3522 40.0934 27.3218 40.0645C27.2853 40.0637 27.1989 40.0223 27.1786 40.0472C27.1569 40.0129 27.09 39.9833 27.0526 40.019C27.0254 39.9762 27.0791 39.9661 27.0854 39.9381L26.9548 39.8648C26.9548 39.8648 26.833 40.014 26.8408 40.0452C26.8199 39.9743 26.9088 39.906 26.8224 39.8646C26.8113 39.9798 26.6815 39.8698 26.6867 40.0107C26.6041 40.0511 26.482 39.9723 26.43 39.9092C26.4294 39.8134 26.5312 39.9171 26.5695 39.8448C26.3953 39.7029 26.5071 39.4999 26.3421 39.4483L26.3927 39.4522C26.333 39.358 26.3384 39.3666 26.3207 39.2817C26.2901 39.3852 26.0774 39.4479 25.9531 39.3466C25.9656 39.2905 26.0863 39.3102 26.1051 39.2261L26.0251 39.1567C26.0251 39.1567 26.0133 39.1762 26.0156 39.1988C25.9527 39.1185 25.7844 39.2132 25.8267 39.0903L25.6615 39.171L25.7215 39.133C25.7215 39.133 25.6509 39.0216 25.6431 38.9904C25.5779 38.8876 25.5156 38.9031 25.4307 38.9209C25.4736 38.8937 25.5594 38.8393 25.4987 38.7816C25.4082 38.9232 25.3026 38.7378 25.2644 38.8101C25.2395 38.7898 25.1492 38.799 25.1843 38.7407L25.1343 38.8325C25.1992 38.7073 25.088 38.6456 25.011 38.5622C24.9336 38.7435 24.931 38.4929 24.7929 38.6164C24.8492 38.4966 24.6694 38.4785 24.7086 38.3696C24.6448 38.3259 24.5917 38.4317 24.5488 38.4588L24.5474 38.3997C24.4873 38.4377 24.3567 38.3644 24.2555 38.3565L24.2503 38.2156L24.1989 38.2482C24.1989 38.2482 24.15 38.1711 24.2069 38.147L24.168 38.1236C24.2297 38.0124 24.13 38.0636 24.0842 37.9725C24.053 37.9803 24.0413 37.9997 24.0491 38.0308C24.0102 38.0074 23.989 38.0689 23.9462 38.0961C23.9859 38.0829 23.9272 37.8197 24.065 37.8285C24.097 37.7842 24.059 37.7242 24.0084 37.7202L23.9304 37.8057L23.9447 37.6766C23.898 37.622 23.8349 37.6741 23.7789 37.6615C23.8232 37.6935 23.7675 37.909 23.6508 37.8388C23.706 37.8879 23.7043 37.9611 23.7229 38.0094C23.6949 38.0031 23.6809 38 23.6878 38.0677C23.6054 37.9757 23.698 37.9891 23.604 37.9166C23.554 38.0083 23.5142 38.0215 23.4162 37.9996L23.5182 37.9709C23.5182 37.9709 23.5245 37.9429 23.5191 37.9344C23.5471 37.9406 23.5642 37.9298 23.5877 37.8909C23.5768 37.8737 23.5468 37.7126 23.5007 37.7538C23.68 37.6762 23.3929 37.5458 23.5067 37.4977C23.5075 37.4611 23.4524 37.412 23.4118 37.4618C23.4435 37.5498 23.3649 37.5395 23.308 37.5636C23.3338 37.5473 23.3564 37.545 23.3486 37.5138C23.3043 37.4819 23.2389 37.5113 23.1937 37.5159L23.21 37.5417L23.1088 37.5337C23.1268 37.4863 23.2249 37.5082 23.1674 37.4365C23.1362 37.4443 23.0842 37.3811 23.0693 37.4146C23.0591 37.4932 22.9928 37.5592 23.0394 37.6138C22.995 37.5818 22.8567 37.4773 22.9619 37.4347L22.9035 37.3996C22.9659 37.3841 23.1068 37.3788 22.9933 37.2946L22.9761 37.3055L22.9421 37.1949L22.8906 37.2275C22.8906 37.2275 22.8978 37.1629 22.8643 37.1481C22.8386 37.1644 22.802 37.1636 22.7872 37.197C22.704 37.1417 22.736 37.0973 22.7423 37.0693C22.6979 37.0374 22.6668 37.0451 22.6597 37.1097C22.5842 37.0855 22.4793 36.9958 22.4084 37.0167C22.3486 36.9225 22.4341 37.0004 22.4218 36.9241C22.2503 37.0328 22.095 36.8069 21.9652 36.697C22.0861 36.5843 21.9381 36.6541 21.9835 36.5172C21.9849 36.5764 21.7803 36.5379 21.8875 36.6502L21.8129 36.5894C21.7163 36.6266 21.8998 36.7265 21.772 36.7714C21.7137 36.7363 21.7077 36.632 21.6697 36.572C21.6268 36.5992 21.5871 36.6124 21.5387 36.631C21.5387 36.631 21.5442 36.6396 21.5496 36.6481L21.5239 36.6644C21.5239 36.6644 21.513 36.6473 21.5076 36.6387C21.3401 36.6969 21.1866 36.7581 21.026 36.884L21.1026 37.0997ZM21.8955 36.549L21.8658 36.6159C21.8658 36.6159 21.9049 36.507 21.9678 36.5872C21.9718 36.5367 21.9835 36.5172 21.9898 36.4892C21.9672 36.4915 21.9306 36.4907 21.9126 36.5381L21.9235 36.5553L21.8955 36.549ZM24.9208 34.5709L24.9588 34.6309C24.9205 34.7032 24.8762 34.6712 24.8248 34.7039L24.8356 34.721C24.7202 34.8422 24.5192 34.8855 24.4584 34.9602L24.4149 34.8916C24.3292 34.946 24.396 34.9757 24.2886 34.9957L24.3103 35.03L24.178 35.0298C24.2712 35.1389 23.9659 35.1883 23.9353 35.2918C23.8216 35.3399 23.5832 35.4189 23.4506 35.5511C23.4629 35.6273 23.2711 35.7609 23.1728 35.8713C22.9327 36.0235 22.5789 36.2238 22.2811 36.4367L22.2322 36.3596L22.155 36.4085C22.1659 36.4256 22.1627 36.4396 22.1767 36.4428C22.1813 36.4879 22.147 36.5097 22.1213 36.526C22.1313 36.5797 22.1468 36.642 22.1739 36.6848C22.1685 36.6762 22.1802 36.6568 22.1693 36.6397C22.1739 36.6848 22.2128 36.7082 22.2291 36.7339C22.3077 36.7442 22.2114 36.6491 22.2542 36.6219L22.3569 36.689L22.3654 36.6835C22.3654 36.6835 22.4035 36.7435 22.4238 36.7186C22.4169 36.6509 22.4349 36.6035 22.4303 36.5583L22.4829 36.7172C22.4829 36.7172 22.6184 36.7033 22.5641 36.6177L22.7133 36.7393L22.7828 36.6592C22.7828 36.6592 22.8068 36.7161 22.7508 36.7035C22.8208 36.7192 22.9043 37.0026 22.9763 36.8128C23.0601 36.9639 23.1193 36.9625 23.2428 37.1004C23.1761 36.9384 23.446 37.0797 23.3388 36.9674C23.44 36.9754 23.3868 37.0811 23.442 37.1302C23.5238 37.1265 23.5458 37.0284 23.5109 36.9544L23.5598 37.0316L23.5629 37.0176L23.5947 37.1056C23.685 37.0963 23.6641 37.0255 23.731 37.0552L23.6981 37.1361L23.769 37.1151C23.769 37.1151 23.7619 37.1797 23.8062 37.2117L23.8234 37.2008L23.8645 37.2468C23.8382 37.1674 23.926 37.2679 23.9417 37.1979C23.9946 37.2244 23.9946 37.2244 24.0746 37.2938L24.0232 37.3264C24.1187 37.4581 24.0809 37.2658 24.1813 37.3103L24.1321 37.3655C24.3353 37.3448 24.3302 37.5642 24.4712 37.559C24.4246 37.5045 24.4823 37.4438 24.4706 37.4633C24.5421 37.5381 24.6953 37.6091 24.7402 37.7368C24.8291 37.6685 24.8494 37.6436 24.97 37.6632C25.0337 37.7069 25.0446 37.724 25.0235 37.7855C25.1106 37.7903 25.2007 37.9134 25.2444 37.8496C25.2233 37.9111 25.3059 37.8707 25.3128 37.9384L25.3385 37.9221L25.2893 37.9773C25.488 37.9115 25.4369 38.1721 25.6238 38.1257L25.6075 38.1L25.6401 38.1514C25.6658 38.1351 25.6581 38.1039 25.673 38.0705L25.9094 38.1969L25.8385 38.2178C25.8828 38.2498 25.878 38.337 25.9543 38.3246C25.9211 38.1775 26.0321 38.3714 26.0898 38.3108L26.0572 38.2594C26.0997 38.2885 26.1064 38.3243 26.0772 38.3668C26.1487 38.4416 26.2058 38.2853 26.2453 38.4044L26.187 38.3693C26.187 38.3693 26.1564 38.4728 26.1953 38.4962C26.2039 38.4908 26.2576 38.4807 26.2273 38.4519C26.2793 38.515 26.4054 38.5432 26.4154 38.5969C26.466 38.6009 26.484 38.5534 26.4709 38.5137C26.5858 38.6571 26.5378 38.5434 26.6527 38.6867L26.6675 38.6533L26.6884 38.7242L26.8045 38.6986L26.753 38.7313C26.753 38.7313 26.8019 38.8084 26.8805 38.8186L26.8877 38.754C27.0035 38.8608 27.0986 38.7644 27.1824 38.9155C27.191 38.9101 27.1833 38.879 27.1778 38.8704C27.2476 39.0184 27.325 38.8371 27.3831 39.0046C27.3894 38.9765 27.412 38.9742 27.4182 38.9462L27.4563 39.0062L27.486 38.9393L27.4717 39.0685L27.5489 39.0196L27.5535 39.0647C27.6992 38.9723 27.7098 39.1218 27.8548 39.0659L27.7853 39.146C27.8711 39.452 28.305 39.3211 28.4937 39.5618L28.532 39.4895L28.5738 39.6312C28.6587 39.6134 28.5841 39.5526 28.6184 39.5309C28.6976 39.6368 28.5955 39.6655 28.7059 39.7637C28.7962 39.7545 28.713 39.6991 28.6998 39.6594C28.7931 39.7685 28.9446 39.9127 29.0458 39.9206C29.0458 39.9206 29.0395 39.9487 29.0341 39.9401C29.0884 40.0258 29.2144 40.054 29.2976 40.1094C29.3125 40.0759 29.3016 40.0588 29.2768 40.0385C29.3102 40.0533 29.3608 40.0573 29.3708 40.111L29.3811 40.0324C29.4566 40.0567 29.5435 40.1938 29.6012 40.1331C29.5755 40.1494 29.5458 40.2163 29.6072 40.2374C29.7078 40.1496 29.7308 40.3754 29.8631 40.3756C29.8694 40.3476 29.8088 40.2899 29.8196 40.307C29.8788 40.3055 29.8911 40.3818 29.9066 40.4441L29.9191 40.3881L30.0893 40.5806C30.1899 40.4928 30.2774 40.7256 30.3134 40.6307C30.3911 40.6775 30.223 40.6399 30.3117 40.7039C30.3631 40.6712 30.3831 40.7787 30.4214 40.7064L30.4797 40.7415L30.4792 40.6457C30.5258 40.7003 30.5209 40.7874 30.4943 40.8403C30.5761 40.8366 30.625 40.9137 30.6936 40.8702L30.6773 40.8445C30.8211 40.9575 31.0526 40.8108 31.0989 40.9976C31.1161 40.9868 31.1247 40.9813 31.0998 40.961L31.197 41.0196L31.2041 40.955L31.3128 41.1263L31.3276 41.0929C31.442 41.1405 31.5912 41.2622 31.7102 41.355L31.6939 41.3293C31.8088 41.4726 31.8588 41.3809 31.9466 41.4814C31.9466 41.4814 31.9412 41.4728 31.9357 41.4642L32.0329 41.5228L32.0283 41.4776C32.0538 41.5936 32.2867 41.506 32.2127 41.5409C32.2367 41.5978 32.2771 41.6803 32.2591 41.7278C32.3617 41.7948 32.3105 41.6952 32.3891 41.7054C32.4669 41.7522 32.4457 41.8136 32.5632 41.8473L32.5781 41.8138C32.6224 41.8458 32.6324 41.8995 32.7047 41.9378L32.6884 41.9121C32.7528 42.0515 32.8917 41.8913 32.8843 42.0882C32.9435 42.0868 33.0149 42.1616 33.0532 42.0893C33.1573 42.2155 33.2482 42.302 33.3694 42.4174C33.4592 42.3124 33.3857 42.4431 33.5212 42.4293L33.4721 42.4844C33.6579 42.6069 33.9623 42.5941 34.1559 42.7477L34.1996 42.6839L34.2002 42.7797C34.4397 42.8921 34.7431 43.0482 34.9235 43.1621C34.9669 43.2306 35.0032 43.3638 35.1122 43.4028L35.1013 43.3857C35.2474 43.5213 35.4021 43.6515 35.6005 43.718C35.6013 43.6814 35.6325 43.6737 35.6302 43.6511C35.6308 43.7468 35.7328 43.7182 35.7717 43.7416L35.7008 43.7625C35.71 43.8528 35.8229 43.8413 35.8743 43.8086L35.9138 43.9278C35.9138 43.9278 35.9309 43.9169 35.9395 43.9115L35.9301 43.9535L36.0158 43.8991C36.0158 43.8991 36.123 44.0114 36.101 44.1094C36.1268 44.0931 36.2108 44.1119 36.1696 44.0659L36.4815 44.2166L36.4224 44.218C36.3786 44.2818 36.447 44.3706 36.5147 44.3637C36.483 44.2757 36.5647 44.2719 36.6162 44.2393C36.6316 44.3016 36.5561 44.2774 36.5467 44.3194C36.5676 44.3903 36.6671 44.4713 36.7068 44.4582L36.6851 44.4239C36.7457 44.4816 36.8463 44.3938 36.9101 44.4374C36.9418 44.5254 37.0127 44.5045 36.9315 44.604C37.003 44.6788 37.0087 44.5551 37.0453 44.5559C37.0576 44.6322 37.2031 44.6721 37.2437 44.6224C37.1943 44.8099 37.5121 44.7045 37.4495 44.8523L37.5656 44.8267C37.5656 44.8267 37.5147 44.9551 37.5645 44.9956C37.6462 44.9919 37.6674 44.9304 37.7102 44.9032L37.6703 45.0487C38.0719 45.0944 38.4215 45.4374 38.8363 45.5228C38.9716 45.6413 39.1308 45.8166 39.3175 45.9025L39.3012 45.8768L39.5081 45.9378L39.3424 45.9228C39.3424 45.9228 39.3912 45.9999 39.4301 46.0233C39.6597 46.082 39.9561 46.1704 40.1511 46.3831C40.2215 46.6268 40.3358 46.3141 40.4241 46.5104C40.4133 46.4932 40.4281 46.4598 40.4312 46.4458C40.5602 46.5923 40.6317 46.6671 40.7426 46.8611C40.8083 46.6993 40.8453 46.9282 40.8727 46.8387L40.857 46.9087C40.9193 46.8932 41.0056 46.9346 41.0182 46.8786L41.0436 46.9946L41.0874 46.9308C41.1791 46.9808 41.361 47.1538 41.4787 47.0551C41.6534 47.2928 42.0494 47.4622 42.3644 47.5989C42.3767 47.6752 42.4685 47.7251 42.5322 47.7688L42.6514 47.7293C42.712 47.7869 42.7258 47.9224 42.8161 47.9132C42.8161 47.9132 42.8192 47.8992 42.8224 47.8852C42.883 47.9428 42.9733 47.9336 43.0019 48.0356C43.0828 48.0684 43.1786 48.0678 43.1888 47.9892C43.1294 48.123 43.3647 48.0579 43.3647 48.0579C43.3647 48.0579 45.8009 49.1323 47.2072 50.1749C47.2329 50.1586 47.278 50.154 47.3038 50.1377C47.3092 50.1463 47.3201 50.1634 47.3201 50.1634C47.4836 50.1559 47.6799 50.0674 47.8529 50.0179C47.8311 49.9836 47.7945 49.9827 47.7494 49.9874C47.8063 49.9633 47.8834 49.9144 47.9503 49.9441L47.8671 49.8887C47.9949 49.8437 48.2627 49.8301 48.2676 49.7429C48.2613 49.7709 48.2822 49.8418 48.3959 49.7937C48.4273 49.6536 48.7152 49.7474 48.8813 49.6301C48.8564 49.6099 48.7178 49.6377 48.7489 49.63C48.8347 49.5756 48.9241 49.603 49.0168 49.6163L48.9842 49.5649L49.4164 49.5072C49.4392 49.3725 49.8214 49.4065 49.7671 49.3209C49.9174 49.2736 49.6579 49.4141 49.8534 49.3622C49.8831 49.2953 50.0372 49.3298 50.0077 49.2644L49.9797 49.2581L50.1129 49.2217L50.0071 49.1686C50.1286 49.1517 50.229 49.1962 50.2616 49.2476C50.3536 49.1652 50.5171 49.1577 50.5445 49.0682L50.4939 49.0643C50.8109 48.9954 50.9252 48.6827 51.2085 48.7314C51.2256 48.7205 51.2093 48.6948 51.175 48.7165L51.3597 48.6475L51.2959 48.6038L51.6369 48.5919L51.6152 48.5576C51.8201 48.4637 52.1488 48.3754 52.4098 48.2941L52.3592 48.2901C52.6699 48.2493 52.6242 48.1582 52.8445 48.1266C52.8391 48.118 52.8251 48.1149 52.8165 48.1203L53.0012 48.0513L52.9483 48.0248C53.0183 48.0404 53.0955 47.9915 53.1501 47.9449C53.0637 47.9035 52.9829 47.8707 52.8902 47.8574L52.9331 47.8302C52.9262 47.7625 52.8679 47.7273 52.8407 47.6845C52.815 47.7008 52.8179 47.8191 52.7433 47.7583C52.769 47.742 52.8056 47.7428 52.8119 47.7148C52.5129 47.7362 52.0292 47.4662 51.6238 47.3388C51.1527 47.0128 50.5489 46.8189 50.0864 46.4874C50.1555 46.5397 50.2041 46.3888 50.1309 46.3871C49.852 46.5159 49.8962 46.1875 49.6555 46.244C49.4302 46.0024 49.0549 46.0361 48.9077 45.709L48.8585 45.7642C48.8585 45.7642 48.8259 45.7128 48.787 45.6894L48.7699 45.7003C48.6664 45.6698 48.5935 45.5358 48.5203 45.5341L48.5586 45.4618C48.5088 45.4213 48.4986 45.4999 48.4668 45.4119L48.4434 45.4507L48.4234 45.3433C48.3445 45.4654 48.2678 45.2497 48.1884 45.276C48.1309 45.2044 48.03 45.0641 47.9071 45.0219C47.8385 45.0654 47.711 44.978 47.6129 44.9561C47.4637 44.8345 47.2398 44.652 47.0228 44.5373L47.0837 44.4627L47.034 44.4222C47.034 44.4222 47.0082 44.4385 47.0105 44.461C46.9076 44.5263 46.9033 44.3488 46.8238 44.3752C46.901 44.3262 46.8713 44.3931 46.8962 44.4134C46.9639 44.4065 46.9719 44.3053 46.8847 44.3005L46.8676 44.3114L46.8576 44.2577C46.8084 44.3129 46.7632 44.3175 46.7141 44.3727C46.5454 44.2393 46.4991 44.0525 46.3015 43.9495C46.2772 44.0249 46.1857 43.8427 46.1403 43.9796C46.0642 43.8596 46.2238 43.9027 46.2294 43.7789C46.196 43.7641 46.186 43.7104 46.1485 43.7461C46.1477 43.7827 46.0714 43.795 46.0931 43.8293L46.0325 43.7716C46.0325 43.7716 46.0262 43.7996 46.0231 43.8136C45.9199 43.6508 45.7018 43.705 45.6266 43.5484C45.6445 43.501 45.688 43.5696 45.706 43.5221C45.6285 43.343 45.5371 43.5211 45.4533 43.37L45.443 43.4486C45.4361 43.3808 45.4487 43.3248 45.3561 43.3115C45.2984 43.3721 45.3707 43.4103 45.3807 43.464C45.3364 43.4321 45.2315 43.3424 45.3141 43.3021C45.276 43.2421 45.2074 43.2856 45.1709 43.2847C45.188 43.2739 45.2472 43.2724 45.2426 43.2272C45.1414 43.2193 45.0279 43.1351 44.9307 43.0766C44.9136 43.0875 44.8933 43.1123 44.9041 43.1295C44.8904 42.994 44.7967 43.1496 44.7143 43.0576C44.4687 42.8409 44.1805 42.519 43.9052 42.3692C43.9055 42.2369 43.8309 42.1761 43.7594 42.1013L43.6665 42.2202L43.6176 42.1431C43.6176 42.1431 43.6556 42.2031 43.5879 42.21L43.6153 42.1205C43.5779 42.1563 43.4146 42.0315 43.4758 42.1849L43.2014 41.9985C43.1376 41.9548 43.2297 41.8725 43.1456 41.8537C43.1113 41.8754 43.1502 41.8988 43.1213 41.9291C42.8606 41.8782 43.0489 41.5305 42.828 41.4664L42.8388 41.4835C42.8388 41.4835 42.7619 41.4001 42.7736 41.3807C42.8774 41.2789 42.7688 41.4679 42.8654 41.4306C42.9326 41.328 42.8368 41.3286 42.8891 41.2594C42.8214 41.2664 42.8371 41.1963 42.8013 41.1589C42.6939 41.179 42.6287 41.0762 42.5235 41.1188C42.5135 41.0651 42.5417 40.9391 42.478 40.8954C42.3782 40.9466 42.4365 40.9817 42.3579 40.9715L42.3877 40.9046C42.3208 40.8749 42.3231 40.8975 42.3082 40.931C42.2499 40.8958 42.3107 40.8212 42.2181 40.8079L42.2219 40.8896C42.1838 40.8296 42.1558 40.8233 42.0695 40.782C42.046 40.8208 42.0795 40.8357 42.1075 40.8419C42.0132 40.9017 42.0586 40.7648 42.0392 40.7531C42.0649 40.7368 42.1264 40.7579 42.1366 40.6793C42.0892 40.6613 42.1089 40.5407 42.0371 40.5982L42.0409 40.68C41.9897 40.5803 42.0489 40.5788 41.9485 40.5343C41.9485 40.5343 41.9368 40.5537 41.9337 40.5677C41.9222 40.4549 41.8147 40.4749 41.723 40.425C41.7184 40.3799 41.7192 40.3433 41.6998 40.3316C41.773 40.3332 41.7652 40.3021 41.8058 40.2523C41.6835 40.3059 41.7789 40.0772 41.6411 40.0684C41.6263 40.1019 41.6137 40.1579 41.676 40.1424C41.6478 40.2685 41.5923 40.3517 41.6295 40.4482C41.6023 40.4054 41.5697 40.354 41.5517 40.4014L41.5963 40.3011C41.5963 40.3011 41.5574 40.2777 41.5294 40.2714C41.5591 40.2045 41.6409 40.2007 41.606 40.1267C41.5625 40.0582 41.5085 40.2005 41.5265 40.1531C41.4668 40.0588 41.5548 40.027 41.4482 40.0105C41.4536 40.0191 41.4613 40.0503 41.4699 40.0448C41.3882 40.0486 41.3315 39.9403 41.2418 40.0453C41.2355 40.0733 41.2121 40.1122 41.2401 40.1184L41.2573 40.1076C41.2687 40.2204 41.2138 40.039 41.1715 40.1619C41.2152 40.0982 41.1117 40.0677 41.0783 40.0528L41.136 39.9922C41.1343 39.705 41.0595 40.1369 40.9437 40.0301C40.8979 39.9389 40.9888 40.0255 40.9679 39.9546C40.9065 39.9335 40.8433 39.9856 40.7944 39.9084C40.7601 39.9302 40.687 39.9285 40.6315 40.0117C40.5935 39.9517 40.4666 39.9601 40.4886 39.8621C40.61 39.8451 40.5249 39.9952 40.6752 39.948L40.6887 39.8554C40.6163 39.8171 40.562 39.7314 40.4974 39.7243C40.5145 39.7135 40.5317 39.7026 40.538 39.6746C40.4611 39.5912 40.4831 39.4932 40.3796 39.4627C40.3218 39.5233 40.3833 39.5444 40.419 39.5818C40.3256 39.605 40.3521 39.5521 40.2487 39.5216C40.2049 39.5854 40.3156 39.5513 40.2858 39.6182L40.1949 39.5317L40.1864 39.5371C40.2395 39.4313 40.1054 39.5043 40.0674 39.4443C39.9173 39.3593 39.9799 39.2115 39.9436 39.0783C39.9093 39.1001 39.8836 39.1164 39.8827 39.153C39.9482 39.1235 39.9247 39.1624 39.9099 39.1958C39.8656 39.1638 39.7455 39.2399 39.747 39.2991C39.6895 39.2274 39.807 39.261 39.7775 39.1956L39.6632 39.148C39.7038 39.0982 39.7512 39.1162 39.7163 39.0422C39.6752 38.9962 39.6526 38.9985 39.5857 38.9689C39.5794 38.9969 39.5248 39.0435 39.5723 39.0615C39.5271 39.0661 39.4882 39.0427 39.4953 38.9781C39.5942 38.9634 39.4021 38.869 39.5019 38.8178L39.403 38.8324C39.403 38.8324 39.4076 38.8775 39.4302 38.8752C39.3693 38.9499 39.3921 38.8153 39.3673 38.795C39.3361 38.8027 39.2692 38.7731 39.2489 38.7979C39.2326 38.7722 39.1712 38.7511 39.1477 38.79C39.126 38.7557 39.1743 38.7371 39.1751 38.7005L39.0608 38.6529C39.0608 38.6529 38.9585 38.8139 38.9662 38.845C38.9453 38.7742 39.0202 38.7027 38.9533 38.673C38.9453 38.7742 38.8373 38.6985 38.837 38.8308C38.7684 38.8743 38.6681 38.8298 38.6215 38.7753C38.6263 38.6881 38.7032 38.7715 38.7415 38.6992C38.5946 38.6001 38.6783 38.3908 38.5436 38.3681L38.5888 38.3635C38.5399 38.2864 38.5453 38.2949 38.519 38.2155C38.497 38.3135 38.317 38.4277 38.2035 38.3435C38.2075 38.2929 38.3118 38.2868 38.3307 38.2028L38.2529 38.156C38.2529 38.156 38.2466 38.184 38.252 38.1926C38.1946 38.1209 38.062 38.253 38.0902 38.1269L37.9445 38.2194L38.0045 38.1813C38.0085 38.1307 37.9393 38.0785 37.923 38.0528C37.8632 37.9585 37.8118 37.9911 37.7378 38.026C37.7666 37.9957 37.8415 37.9242 37.7863 37.8751C37.7238 38.0229 37.6205 37.8601 37.5931 37.9496C37.5597 37.9347 37.4942 37.9642 37.5154 37.9028L37.4794 37.9977C37.5248 37.8607 37.4213 37.8302 37.3575 37.7866C37.3081 37.9741 37.2798 37.7398 37.1861 37.8953C37.2143 37.7692 37.0671 37.8025 37.0923 37.6905C37.0394 37.6639 37.0057 37.7814 36.9682 37.8171L36.9582 37.7634C36.9036 37.8101 36.8001 37.7796 36.7152 37.7973L36.6929 37.6673L36.6609 37.7116C36.6609 37.7116 36.6175 37.6431 36.6603 37.6159L36.6237 37.6151C36.6574 37.4976 36.5911 37.5637 36.5422 37.4865C36.5251 37.4974 36.5102 37.5309 36.5211 37.548C36.4877 37.5332 36.486 37.6063 36.4485 37.6421C36.4828 37.6203 36.4039 37.382 36.5059 37.3534C36.5239 37.3059 36.4859 37.246 36.4462 37.2591L36.393 37.3649L36.3847 37.238C36.3847 37.238 36.2881 37.2753 36.2429 37.2799C36.2904 37.2978 36.2798 37.5087 36.1678 37.4837C36.2207 37.5102 36.2275 37.5779 36.2493 37.6122C36.2267 37.6145 36.2095 37.6254 36.2281 37.6737C36.1449 37.6183 36.2158 37.5974 36.1349 37.5646C36.1129 37.6626 36.0841 37.6929 35.9992 37.7107L36.0763 37.6618C36.0763 37.6618 36.0686 37.6306 36.0632 37.6221C36.0803 37.6112 36.0975 37.6003 36.1123 37.5669C36.0983 37.5637 36.048 37.4275 36.0214 37.4804C36.154 37.3482 35.9011 37.3284 35.9791 37.2429C35.9713 37.2118 35.9099 37.1907 35.8919 37.2381C35.9516 37.3324 35.8107 37.3376 35.809 37.4108C35.7873 37.3765 35.8808 37.3533 35.8622 37.305C35.8147 37.287 35.7741 37.3368 35.7453 37.3671L35.7616 37.3928L35.6875 37.4277C35.6915 37.3772 35.771 37.3508 35.7127 37.3157C35.687 37.332 35.6372 37.2915 35.6278 37.3335C35.6401 37.4098 35.5987 37.4961 35.6515 37.5226C35.6041 37.5047 35.4812 37.4625 35.5592 37.377L35.5032 37.3644C35.546 37.3373 35.6489 37.272 35.554 37.2361L35.5454 37.2415L35.4965 37.1644L35.456 37.2142C35.456 37.2142 35.46 37.1636 35.4234 37.1627C35.4085 37.1962 35.3805 37.1899 35.3765 37.2405C35.301 37.2163 35.319 37.1688 35.3113 37.1377C35.2639 37.1197 35.2521 37.1391 35.259 37.2069C35.1998 37.2083 35.0995 37.1638 35.0503 37.219C34.9812 37.1668 35.0761 37.2027 35.0326 37.1342C34.9357 37.3037 34.7639 37.1844 34.6379 37.1562C34.6864 37.0053 34.6044 37.1413 34.5938 36.9919C34.6264 37.0433 34.4589 37.1014 34.5647 37.1545L34.4946 37.1389C34.4392 37.2221 34.6027 37.2145 34.527 37.3226C34.4484 37.3124 34.4075 37.1341 34.3217 37.1884C34.3472 37.3044 34.2494 37.1502 34.2748 37.2662C34.2966 37.3005 34.3192 37.2982 34.3386 37.3099L34.3215 37.3207C34.3215 37.3207 34.2677 37.3308 34.2569 37.3136L34.214 37.3408L34.2077 37.3688C34.1991 37.3743 34.182 37.3851 34.1531 37.4155C34.1531 37.4155 34.1163 37.5469 34.1568 37.4972C34.0359 37.6099 34.1394 37.6404 34.0677 37.6979C34.0614 37.7259 34.0723 37.743 34.1043 37.6987C34.1231 37.6147 34.1963 37.6163 34.2315 37.558C34.2252 37.586 34.1629 37.6015 34.1589 37.6521C34.1697 37.6692 34.2103 37.6195 34.2446 37.5977L34.2337 37.5806L34.2938 37.5425C34.2703 37.5814 34.2166 37.5914 34.2298 37.6312C34.2469 37.6203 34.2461 37.6569 34.2695 37.618C34.2992 37.5511 34.3601 37.4765 34.3492 37.4593C34.3601 37.4765 34.4012 37.5224 34.3295 37.5799L34.3404 37.5971C34.3404 37.5971 34.2375 37.6623 34.2678 37.6911L34.2849 37.6803L34.2607 37.7557L34.3035 37.7285C34.3035 37.7285 34.2801 37.7674 34.2855 37.776C34.3113 37.7597 34.3198 37.7543 34.3433 37.7154C34.3596 37.7411 34.3361 37.78 34.3213 37.8134C34.3321 37.8305 34.3493 37.8197 34.3759 37.7668C34.4039 37.7731 34.4342 37.8019 34.477 37.7747C34.4785 37.8339 34.4599 37.7856 34.4356 37.861C34.5596 37.7344 34.5734 37.8698 34.6006 37.9126C34.4937 38.0285 34.6028 37.9352 34.524 38.0573C34.542 38.0099 34.6354 37.9866 34.62 37.9244L34.6363 37.9501C34.6995 37.898 34.6326 37.8683 34.73 37.7945C34.7463 37.8202 34.6697 37.9649 34.7406 37.944C34.7992 37.8468 34.7452 37.9891 34.8124 37.8865C34.8272 37.853 34.8132 37.8499 34.8078 37.8413L34.8249 37.8305C34.9035 37.8407 34.7632 37.9417 34.7498 38.0343C34.7715 38.0686 34.827 37.9854 34.859 37.941C34.8675 37.9356 34.8698 37.9582 34.8698 37.9582C34.8527 37.969 34.7895 38.0211 34.7629 38.074C34.8495 37.9831 34.8213 38.1091 34.8064 38.1425C34.6778 38.2241 34.7675 38.1191 34.6303 38.2061C34.6452 38.1727 34.7178 38.0786 34.6555 38.0941C34.6429 38.1501 34.6149 38.1438 34.5977 38.1547C34.6383 38.1049 34.5986 38.1181 34.6049 38.0901C34.5674 38.1259 34.5314 38.2208 34.4863 38.2254L34.5737 38.0979C34.5737 38.0979 34.5097 38.1865 34.5051 38.1413C34.4668 38.2137 34.424 38.2409 34.4511 38.2837C34.3311 38.3598 34.4365 38.1848 34.4297 38.1171C34.4297 38.1171 34.4234 38.1451 34.4148 38.1506C34.4297 38.1171 34.4242 38.1085 34.4134 38.0914C34.3791 38.1131 34.3836 38.1583 34.3548 38.1886L34.3331 38.1543L34.3159 38.1652C34.3136 38.1426 34.3168 38.1286 34.2965 38.1535C34.2785 38.201 34.2465 38.2453 34.2316 38.2787L34.2567 38.1667C34.2567 38.1667 34.1796 38.2156 34.1756 38.2662L34.143 38.2148L34.0735 38.2948C34.0712 38.2723 34.083 38.2528 34.1055 38.2505C34.0744 38.2583 34.1355 38.0513 34.0246 38.2177C34.038 38.1251 33.9983 38.1383 33.986 38.062C33.9695 38.1686 33.8745 38.1327 33.89 38.195C33.8471 38.2221 33.9003 38.1164 33.898 38.0938C33.8551 38.121 33.8051 38.2127 33.8043 38.2493L33.8082 38.1987L33.7911 38.2096L33.8037 38.1536C33.7522 38.1862 33.7482 38.2368 33.7116 38.236L33.7585 38.1582L33.7156 38.1854C33.7156 38.1854 33.7422 38.1325 33.7368 38.1239L33.7196 38.1348L33.7088 38.1176C33.6962 38.1737 33.683 38.134 33.651 38.1783C33.6316 38.1666 33.6316 38.1666 33.6239 38.1354L33.6644 38.0857C33.6576 38.0179 33.6176 38.1634 33.5787 38.14L33.6224 38.0763C33.5109 38.1469 33.5884 37.9657 33.5112 38.0146C33.5275 38.0403 33.4752 38.1095 33.4784 38.0955C33.4652 38.0558 33.4092 38.0433 33.4312 37.9452C33.3617 38.0253 33.3414 38.0502 33.2931 38.0688C33.2768 38.0431 33.2768 38.0431 33.298 37.9816C33.2551 38.0088 33.2514 37.9271 33.2076 37.9909C33.2342 37.938 33.1851 37.9932 33.1976 37.9371L33.1719 37.9534L33.2211 37.8982C33.1002 38.0109 33.2096 37.7854 33.1004 37.8786L33.0833 37.8895L33.095 37.8701C33.0747 37.8949 33.0716 37.9089 33.0481 37.9478L32.9672 37.915L33.0187 37.8824C33.0187 37.8824 33.0321 37.7898 32.9806 37.8224C32.9555 37.9345 32.9526 37.8161 32.9035 37.8713L32.9026 37.9079C32.9026 37.9079 32.8863 37.8822 32.9269 37.8325C32.9052 37.7982 32.8372 37.9374 32.8474 37.8588L32.8583 37.8759C32.8957 37.8402 32.9169 37.7787 32.9029 37.7756C32.8943 37.781 32.8686 37.7973 32.8709 37.8199C32.8631 37.7888 32.8094 37.7988 32.8157 37.7708C32.79 37.7871 32.7665 37.826 32.7688 37.8486C32.7565 37.7723 32.7462 37.8509 32.7199 37.7715L32.6965 37.8103L32.7091 37.7543L32.6319 37.8032L32.6748 37.7761C32.6639 37.7589 32.6702 37.7309 32.6476 37.7332L32.621 37.7861C32.5884 37.7347 32.5181 37.8513 32.5207 37.7416C32.5121 37.747 32.5144 37.7696 32.5058 37.775C32.5224 37.6684 32.4224 37.852 32.4421 37.7314C32.4249 37.7422 32.4186 37.7703 32.4069 37.7897L32.4109 37.7391L32.3726 37.8114L32.4203 37.6971L32.3681 37.7663L32.3829 37.7328C32.2815 37.8572 32.3152 37.7398 32.2371 37.8253L32.2926 37.7421C32.3428 37.518 32.0839 37.7542 32.0616 37.6242L32.0233 37.6965L32.0399 37.5899C31.9853 37.6365 32.0101 37.6568 31.9867 37.6957C31.9713 37.6334 32.0344 37.5814 32.0073 37.5385C31.9558 37.5711 31.9807 37.5914 31.9798 37.628C31.9644 37.5657 31.9264 37.5057 31.8781 37.5243C31.8781 37.5243 31.8843 37.4963 31.8929 37.4909C31.8906 37.4683 31.8712 37.4566 31.8572 37.4535C31.8626 37.462 31.8509 37.4815 31.8034 37.4635C31.8034 37.4635 31.7917 37.4829 31.7972 37.4915C31.7972 37.4915 31.7629 37.5133 31.7669 37.4627L31.7371 37.5296C31.7371 37.5296 31.6968 37.447 31.65 37.5248C31.65 37.5248 31.6585 37.5193 31.6671 37.5139C31.6391 37.5076 31.6119 37.4648 31.5753 37.464C31.5582 37.4748 31.6134 37.5239 31.6297 37.5497L31.6468 37.5388L31.6848 37.5988C31.6374 37.5808 31.6188 37.5325 31.5791 37.5457C31.5899 37.5628 31.5502 37.576 31.5977 37.594C31.6677 37.6096 31.7455 37.6564 31.7766 37.6487C31.7595 37.6596 31.7157 37.7233 31.6411 37.6625L31.6348 37.6905C31.6348 37.6905 31.5642 37.5791 31.5182 37.6203L31.5291 37.6375L31.4505 37.6272L31.4776 37.6701C31.4776 37.6701 31.4387 37.6467 31.4356 37.6607C31.4605 37.6809 31.4573 37.695 31.5048 37.7129C31.4759 37.7432 31.437 37.7198 31.409 37.7136C31.3919 37.7244 31.4082 37.7501 31.4642 37.7627C31.4634 37.7993 31.4259 37.835 31.4671 37.881C31.4048 37.8965 31.4562 37.8638 31.3776 37.8536C31.5128 37.9721 31.3796 38.0085 31.325 38.0551C31.2007 37.9538 31.3079 38.066 31.1687 37.9981C31.2161 38.0161 31.2447 38.1181 31.3102 38.0886L31.2759 38.1103C31.3419 38.1766 31.3608 38.0925 31.4431 38.1845C31.4197 38.2234 31.2665 38.1523 31.2873 38.2232C31.3877 38.2677 31.2336 38.2332 31.3448 38.2949C31.3783 38.3097 31.376 38.2871 31.3931 38.2763L31.404 38.2934C31.3906 38.386 31.2896 38.2458 31.2025 38.241C31.165 38.2767 31.2568 38.3267 31.3011 38.3586C31.3065 38.3672 31.2839 38.3695 31.2839 38.3695C31.2677 38.3438 31.2156 38.2807 31.1682 38.2627C31.2591 38.3492 31.1439 38.3382 31.091 38.3116C31.0126 38.1691 31.109 38.2642 31.0221 38.1271C31.0555 38.1419 31.1527 38.2004 31.1287 38.1436C31.0727 38.131 31.0789 38.103 31.0681 38.0859C31.1178 38.1264 31.1078 38.0727 31.1358 38.079C31.1001 38.0416 31.002 38.0196 30.992 37.9659L31.1227 38.0393C31.1227 38.0393 31.0255 37.9808 31.0792 37.9707C31.0037 37.9465 30.9766 37.9036 30.9337 37.9308C30.8576 37.8109 31.0303 37.8936 31.098 37.8867C31.098 37.8867 31.0646 37.8719 31.056 37.8773C31.098 37.8867 31.1012 37.8727 31.1098 37.8672C31.088 37.833 31.0397 37.8516 31.0094 37.8227L31.0329 37.7839C31.0329 37.7839 31.0672 37.7621 31.0337 37.7473C30.9863 37.7293 30.9388 37.7113 30.8968 37.7019L31.012 37.713C31.012 37.713 30.9576 37.6273 30.9093 37.6459L30.9694 37.6079L30.8753 37.5354C30.8925 37.5245 30.9173 37.5448 30.9196 37.5673C30.9033 37.5416 31.1197 37.5606 30.947 37.4779C31.0459 37.4632 31.0242 37.4289 31.1037 37.4026C30.9993 37.4087 31.0245 37.2966 30.959 37.3261C30.9319 37.2833 31.0408 37.3223 31.0665 37.306C31.0393 37.2632 30.9358 37.2327 30.8993 37.2318L30.9584 37.2304L30.9476 37.2132L31.0036 37.2258C30.9927 37.2086 30.9787 37.2055 30.9593 37.1938C30.947 37.1175 30.897 37.2093 30.887 37.1556C30.887 37.1556 30.8784 37.161 30.8838 37.1696L30.8504 37.1547L30.8355 37.1882C30.8544 37.1041 30.7186 37.2503 30.7678 37.1951C30.7772 37.1531 30.7757 37.0939 30.7992 37.055C30.7689 37.0262 30.7672 37.0993 30.7274 37.1125C30.6994 37.1063 30.7291 37.0394 30.684 37.044L30.6605 37.0828C30.6605 37.0828 30.656 37.0377 30.6311 37.0174L30.642 37.0346C30.6328 36.9443 30.5273 37.1192 30.5876 36.9489C30.5533 36.9706 30.5402 36.9309 30.5019 37.0032C30.481 36.9324 30.4678 36.8927 30.4352 36.8413C30.365 36.9579 30.4298 36.8327 30.3667 36.8847L30.4018 36.8264C30.338 36.7827 30.1806 36.8946 30.1285 36.8315L30.0934 36.8898L30.1177 36.8143C30.025 36.801 29.9216 36.7705 29.8547 36.7408C29.8501 36.6957 29.8635 36.6031 29.8238 36.6162C29.7857 36.5562 29.7477 36.4963 29.6745 36.4946C29.6683 36.5226 29.6425 36.5389 29.6448 36.5615C29.6691 36.486 29.6059 36.5381 29.6005 36.5295L29.6434 36.5023C29.6537 36.4237 29.5991 36.4704 29.5616 36.5061L29.5719 36.4275C29.5719 36.4275 29.5548 36.4384 29.5462 36.4438L29.561 36.4104L29.5002 36.485C29.5002 36.485 29.4847 36.4227 29.5121 36.3333C29.4919 36.3581 29.4607 36.3659 29.463 36.3885L29.3455 36.3548L29.3798 36.3331C29.4149 36.2748 29.4135 36.2156 29.3792 36.2373C29.3721 36.3019 29.3292 36.3291 29.2918 36.3649C29.3012 36.3228 29.3323 36.3151 29.3472 36.2817C29.3512 36.2311 29.3326 36.1828 29.3037 36.2131L29.2975 36.2411C29.2975 36.2411 29.2117 36.2955 29.1977 36.2923C29.2048 36.2278 29.1588 36.2689 29.2346 36.1609C29.2128 36.1266 29.1823 36.2301 29.1682 36.2269C29.1808 36.1709 29.1216 36.1724 29.0865 36.2307C29.1608 36.0635 28.9736 36.2422 29.047 36.1116L28.9699 36.1605C28.9699 36.1605 29.037 36.0578 29.0293 36.0267C28.9864 36.0539 28.9567 36.1208 28.9278 36.1511L28.9958 36.0119C28.8081 36.0949 28.722 35.9212 28.5436 35.9622C28.5056 35.9022 28.477 35.8002 28.4155 35.7791L28.4264 35.7962L28.3361 35.8055L28.4047 35.762C28.4047 35.762 28.4141 35.72 28.4001 35.7168C28.3012 35.7315 28.1743 35.7399 28.1402 35.6293C28.1811 35.4472 28.0193 35.742 28.0367 35.5988C28.0336 35.6128 28.0219 35.6322 28.0156 35.6602C27.9893 35.5808 27.9847 35.5357 27.9818 35.4174C27.8967 35.5675 27.9515 35.3885 27.9047 35.4663L27.9344 35.3994C27.9344 35.3994 27.8635 35.4203 27.8315 35.4646L27.8589 35.3752L27.8152 35.4389C27.8152 35.4389 27.75 35.3361 27.6517 35.4465C27.6379 35.311 27.4956 35.2571 27.3812 35.2095C27.4024 35.148 27.3775 35.1277 27.3526 35.1075L27.2754 35.1564C27.2754 35.1564 27.3123 35.0249 27.2554 35.049C27.2554 35.049 27.2383 35.0598 27.2437 35.0684C27.2274 35.0427 27.1791 35.0613 27.2119 34.9804C27.1785 34.9656 27.1356 34.9928 27.0919 35.0565C27.1708 34.9344 27.0304 35.0354 27.0304 35.0354C27.0304 35.0354 26.6594 34.8862 26.3112 34.6024C26.085 34.3974 25.8769 34.1449 25.7956 33.8841C25.4667 34.1047 25.2535 34.432 24.8516 34.5187L24.9208 34.5709ZM77.083 37.7812C77.083 37.7812 77.0939 37.7983 77.1165 37.796C77.1111 37.7874 77.1002 37.7703 77.083 37.7812ZM77.1631 37.8506C77.1631 37.8506 77.174 37.8677 77.1794 37.8763C77.1794 37.8763 77.1685 37.8591 77.1631 37.8506ZM34.4569 36.9466C34.4569 36.9466 34.4454 36.8337 34.5177 36.8719C34.5069 36.8548 34.51 36.8408 34.5132 36.8268C34.496 36.8376 34.4789 36.8485 34.4531 36.8648L34.4569 36.9466ZM34.7779 36.8271C34.7779 36.8271 34.7381 36.8403 34.7241 36.8372C34.735 36.8543 34.7544 36.866 34.7684 36.8692C34.7942 36.8529 34.7887 36.8443 34.7724 36.8186L34.7779 36.8271ZM34.693 36.8449C34.693 36.8449 34.6984 36.8535 34.7038 36.8621C34.7038 36.8621 34.7038 36.8621 34.693 36.8449ZM31.7637 37.4767C31.6966 37.5793 31.7428 37.4058 31.6828 37.4439C31.6765 37.4719 31.6874 37.489 31.6874 37.489C31.6617 37.5053 31.6711 37.4633 31.6719 37.4267L31.6657 37.4547L31.6548 37.4376C31.6548 37.4376 31.6268 37.4313 31.6159 37.4142C31.5879 37.4079 31.5676 37.4328 31.6151 37.4508C31.6968 37.447 31.7037 37.5147 31.7706 37.5444C31.7909 37.5195 31.8003 37.4775 31.7863 37.4744L31.7637 37.4767ZM31.8875 37.4823C31.8875 37.4823 31.8758 37.5017 31.8812 37.5103C31.9038 37.508 31.9069 37.494 31.9155 37.4886C31.9155 37.4886 31.9015 37.4854 31.8875 37.4823ZM32.2497 36.1955C32.2497 36.1955 32.2488 36.2321 32.2668 36.1846C32.2668 36.1846 32.2583 36.19 32.2497 36.1955ZM33.2095 37.0647C33.2095 37.0647 33.2415 37.0203 33.2617 36.9955C33.2563 36.9869 33.2337 36.9892 33.2283 36.9806C33.2252 36.9946 33.2275 37.0172 33.218 37.0592L33.2095 37.0647ZM33.3481 37.0368C33.3481 37.0368 33.3372 37.0197 33.3201 37.0306C33.3201 37.0306 33.3115 37.036 33.3029 37.0414L33.3247 37.0757C33.3247 37.0757 33.3364 37.0563 33.3395 37.0423C33.3449 37.0508 33.3504 37.0594 33.3675 37.0485C33.3675 37.0485 33.3621 37.04 33.3481 37.0368ZM31.226 34.2015L31.1839 34.1921C31.1839 34.1921 31.2005 34.0855 31.2185 34.0381L31.2013 34.049C31.2645 33.9969 31.1633 33.989 31.2179 33.9423C31.2179 33.9423 31.2093 33.9478 31.2008 33.9532L31.2102 33.9112L31.165 33.9158C31.2499 33.898 31.0601 33.8262 31.1216 33.8473C31.1613 33.8341 31.2096 33.8155 31.2602 33.8194C31.2696 33.7774 31.2127 33.8015 31.1824 33.7726C31.1833 33.736 31.2479 33.7431 31.2207 33.7003L31.1787 33.6909C31.1787 33.6909 31.2216 33.6637 31.2279 33.6357L31.2107 33.6466C31.2933 33.6062 31.0941 33.5764 31.2747 33.5579C31.2444 33.5291 31.2733 33.4988 31.1861 33.494C31.2461 33.4559 31.2727 33.4031 31.3133 33.3533C31.1786 33.3305 31.3304 33.3424 31.2527 33.2956L31.3227 33.3113C31.347 33.2358 31.172 33.1305 31.2049 33.0496L31.1403 33.0425L31.222 33.0387C31.1988 32.9453 31.182 32.8239 31.1837 32.7507C31.218 32.7289 31.306 32.6972 31.2843 32.6629C31.328 32.5991 31.3577 32.5322 31.3174 32.4497C31.2862 32.4574 31.2668 32.4457 31.2442 32.448C31.3205 32.4357 31.2536 32.406 31.2428 32.3889L31.2956 32.4154C31.3665 32.3945 31.2996 32.3648 31.2522 32.3468L31.3316 32.3205C31.3316 32.3205 31.3122 32.3088 31.3036 32.3142L31.3402 32.3151L31.2422 32.2931C31.2422 32.2931 31.2827 32.2434 31.3731 32.2342C31.3451 32.2279 31.3148 32.1991 31.303 32.2185L31.2776 32.1025L31.3165 32.1259C31.3896 32.1276 31.4325 32.1004 31.4022 32.0715C31.3453 32.0956 31.301 32.0636 31.2504 32.0596C31.2847 32.0379 31.3119 32.0807 31.3516 32.0676C31.3999 32.049 31.4233 32.0101 31.3985 31.9898L31.3727 32.0061C31.3727 32.0061 31.2724 31.9616 31.2787 31.9336C31.3356 31.9095 31.2881 31.8916 31.4119 31.8972C31.4353 31.8583 31.3278 31.8784 31.317 31.8613C31.3793 31.8458 31.3381 31.7998 31.2735 31.7927C31.4542 31.7743 31.2138 31.6985 31.3632 31.6878L31.2823 31.655C31.2823 31.655 31.4147 31.6551 31.435 31.6303C31.3961 31.6069 31.3144 31.6106 31.2778 31.6098L31.4273 31.5991C31.2726 31.4689 31.3835 31.3025 31.2459 31.1615C31.2757 31.0946 31.3451 31.0145 31.3242 30.9436L31.3071 30.9545L31.2636 30.886L31.3328 30.9382C31.3328 30.9382 31.3757 30.911 31.3788 30.897C31.3159 30.8168 31.2281 30.7162 31.3093 30.6167C31.4854 30.5532 31.1552 30.5823 31.2807 30.5147C31.2635 30.5256 31.241 30.5279 31.227 30.5248C31.2793 30.4556 31.3167 30.4198 31.4196 30.3546C31.2475 30.3676 31.4236 30.304 31.3247 30.3187L31.3924 30.3117C31.3924 30.3117 31.3372 30.2626 31.2835 30.2727L31.3715 30.2409L31.2984 30.2392C31.2984 30.2392 31.3492 30.1109 31.2114 30.1021C31.3238 29.9949 31.282 29.8532 31.2425 29.734C31.2994 29.71 31.3057 29.682 31.3065 29.6454L31.2225 29.6266C31.2225 29.6266 31.348 29.559 31.2951 29.5325L31.2779 29.5434C31.2928 29.5099 31.2453 29.492 31.3194 29.457C31.3031 29.4313 31.2587 29.3994 31.1824 29.4117C31.3265 29.3925 31.1584 29.3549 31.1584 29.3549C31.1584 29.3549 31.1112 29.2046 31.0712 28.9897C30.9494 29.139 30.97 29.3421 30.8063 29.482L30.7565 29.4415C30.6148 29.8437 30.2204 30.0937 29.9449 30.4366L29.952 30.372C29.8649 30.3672 29.7931 30.4247 29.7222 30.4456C29.7385 30.4713 29.8474 30.5104 29.7391 30.567C29.74 30.5305 29.7665 30.4776 29.7385 30.4713C29.5697 30.8306 28.9529 31.3178 28.5479 31.7787C27.9952 32.1772 27.4796 32.6723 26.9432 33.0965C27.0849 33.0547 27.2393 32.9568 27.2679 33.0588C27.3279 33.0208 27.2859 33.0114 27.3093 32.9725C27.3036 33.0962 27.4994 32.9121 27.546 32.9666L27.5054 33.0164C27.6932 32.9333 27.7092 33.0914 27.8502 33.0861L27.8159 33.1079C27.8159 33.1079 27.8056 33.1865 27.8133 33.2176C27.839 33.2013 27.8836 33.1009 27.8882 33.1461C27.871 33.157 27.8453 33.1733 27.8336 33.1927C28.0042 33.1206 28.1418 33.2616 28.3044 33.2907C28.4388 33.4457 28.6886 33.4796 28.8347 33.6152C28.8184 33.5895 28.7364 33.7256 28.7761 33.7124C28.9719 33.5282 28.8413 33.8152 28.9934 33.6948C29.0523 33.8257 29.2581 33.6952 29.2444 33.9201L29.2881 33.8563C29.2881 33.8563 29.3044 33.882 29.3099 33.8906L29.327 33.8797C29.327 33.8797 29.3759 33.9569 29.4156 33.9437L29.3773 34.016C29.3773 34.016 29.4179 33.9663 29.4194 34.0254L29.4428 33.9865L29.4239 34.0706C29.5028 33.9485 29.4908 34.1002 29.5454 34.0536C29.5672 34.0879 29.5763 34.1782 29.6269 34.1822C29.6761 34.127 29.7204 34.1589 29.7741 34.1489C29.8207 34.2034 29.9062 34.2814 30.0043 34.3033L29.9574 34.3811L29.9683 34.3982C29.9683 34.3982 29.9971 34.3679 29.9917 34.3593C30.0611 34.2793 30.0243 34.4108 30.0703 34.3696C30.018 34.4388 30.0532 34.3805 30.0337 34.3687C29.9908 34.3959 29.9634 34.4854 30.0063 34.4582L30.0234 34.4473L30.014 34.4894C30.0577 34.4256 30.078 34.4007 30.1272 34.3455C30.1878 34.4032 30.1735 34.5324 30.2576 34.5512C30.2959 34.4789 30.2902 34.6026 30.3496 34.4688C30.3705 34.5397 30.2856 34.5575 30.255 34.6609C30.2605 34.6695 30.2596 34.7061 30.2916 34.6618C30.3065 34.6283 30.3439 34.5926 30.3416 34.57L30.3579 34.5957C30.3579 34.5957 30.3728 34.5623 30.3759 34.5482C30.3959 34.6557 30.52 34.529 30.54 34.6364C30.522 34.6839 30.5174 34.6387 30.4854 34.683C30.4883 34.8014 30.5712 34.6287 30.5943 34.7221L30.6241 34.6552C30.6241 34.6552 30.5935 34.7587 30.6449 34.7261C30.6887 34.6623 30.6606 34.6561 30.6615 34.6195C30.6809 34.6312 30.7167 34.6686 30.6675 34.7238C30.6807 34.7635 30.719 34.6912 30.7415 34.6889C30.7244 34.6997 30.6901 34.7215 30.6861 34.7721C30.7376 34.7394 30.7873 34.78 30.8293 34.7894C30.841 34.7699 30.8613 34.7451 30.8559 34.7365C30.8308 34.8485 30.9245 34.693 30.9462 34.7273C31.0371 34.8138 31.1286 34.9961 31.2547 35.0243C31.2421 35.0803 31.2413 35.1169 31.2522 35.134C31.2724 35.1091 31.2787 35.0811 31.2539 35.0608C31.2539 35.0608 31.2764 35.0585 31.2819 35.0671C31.3247 35.0399 31.2976 34.9971 31.3124 34.9636C31.2704 34.9542 31.2673 34.9682 31.2587 34.9737C31.2533 34.9651 31.237 34.9394 31.2736 34.9402L31.2004 34.9386C31.2004 34.9386 31.2667 34.8725 31.1826 34.8537C31.2107 34.86 31.2753 34.8671 31.2784 34.8531C31.1609 34.8194 31.347 34.8096 31.2864 34.7519C31.2498 34.7511 31.2435 34.7791 31.2521 34.7736C31.2272 34.7534 31.2864 34.7519 31.3207 34.7301L31.2701 34.7262L31.3644 34.6664C31.236 34.6156 31.3918 34.5769 31.2992 34.5636C31.3001 34.527 31.3435 34.5955 31.3724 34.5652C31.3249 34.5473 31.4067 34.5435 31.3226 34.5247L31.3289 34.4967L31.2472 34.5004C31.2472 34.5004 31.3546 34.4804 31.4052 34.4843C31.3664 34.4609 31.4092 34.4337 31.3338 34.4095L31.3166 34.4204C31.3603 34.3566 31.1199 34.2808 31.2586 34.253C31.2531 34.2444 31.2305 34.2467 31.222 34.2521L31.2228 34.2155L31.1636 34.217L31.258 34.1572L31.226 34.2015ZM33.2694 36.6662C33.2694 36.6662 33.278 36.6608 33.306 36.6671C33.3006 36.6585 33.3006 36.6585 33.2951 36.6499L33.278 36.6608L33.2694 36.6662ZM33.7174 36.8988C33.7831 36.737 33.6302 36.894 33.5744 36.7492C33.6436 36.8014 33.2955 36.878 33.5593 36.9149L33.3989 36.9085L33.4161 36.8976C33.4075 36.903 33.3989 36.9085 33.3872 36.9279C33.4035 36.9536 33.437 36.9685 33.479 36.9779C33.5264 36.9958 33.5653 37.0192 33.4882 37.0682C33.4796 37.0736 33.4601 37.0619 33.4461 37.0588C33.4516 37.0673 33.457 37.0759 33.4539 37.0899C33.4607 37.1576 33.4896 37.1273 33.5442 37.0807C33.5153 37.111 33.4544 37.1856 33.4707 37.2113C33.5613 37.0698 33.5556 37.1936 33.6079 37.1244C33.6134 37.1329 33.6594 37.0918 33.6297 37.1586L33.6851 37.0754C33.6062 37.1975 33.6537 37.2155 33.6668 37.2552C33.7637 37.0857 33.6886 37.2895 33.8017 37.1457C33.74 37.2569 33.8226 37.2165 33.7695 37.3223C33.7803 37.3394 33.8475 37.2368 33.8849 37.201L33.8669 37.2485C33.9075 37.1987 33.955 37.2167 34.0033 37.1981L33.9641 37.307L34.007 37.2798C34.007 37.2798 33.9976 37.3218 33.9601 37.3576L33.9687 37.3521C33.907 37.4634 33.9733 37.3973 33.9662 37.4619C33.9833 37.451 33.9982 37.4176 34.0013 37.4036C34.0068 37.4121 34.0419 37.3538 34.0708 37.3235C34.045 37.3398 33.9839 37.5467 33.927 37.5708C33.895 37.6151 33.8942 37.6517 33.9168 37.6494L33.9893 37.5553L33.9362 37.6611C33.9362 37.6611 33.9876 37.6285 34.0157 37.6347C34.0048 37.6176 34.1048 37.4341 34.1437 37.4575C34.1274 37.4318 34.1571 37.3649 34.1548 37.3423C34.1548 37.3423 34.172 37.3314 34.19 37.284C34.2 37.3377 34.1602 37.3509 34.182 37.3851C34.2257 37.3214 34.246 37.2965 34.2857 37.2833C34.25 37.2459 34.3031 37.1401 34.2285 37.0793C34.1219 37.0628 34.1451 37.1563 34.1411 37.2068C34.1239 37.2177 34.0733 37.2138 34.0462 37.1709C34.1122 37.2372 34.1576 37.1002 34.1282 37.0348C34.0859 37.1577 33.9732 37.0369 33.9406 36.9855C34.0755 36.876 34.0598 36.946 34.1541 36.8862C33.9992 36.8883 33.8389 36.8819 33.7065 36.8817L33.7174 36.8988ZM34.2016 36.9042C34.2016 36.9042 34.2271 37.0202 34.2925 36.9907C34.2405 36.9276 34.2997 36.9261 34.3114 36.9067C34.2902 36.9681 34.3697 36.9418 34.3946 36.962C34.4063 36.9426 34.3931 36.9029 34.3854 36.8717C34.3231 36.8872 34.2608 36.9027 34.1876 36.901L34.2016 36.9042ZM35.5699 36.6734C35.5699 36.6734 35.5373 36.622 35.475 36.6374C35.475 36.6374 35.4579 36.6483 35.4493 36.6538C35.5076 36.6889 35.5691 36.71 35.6523 36.7653C35.5731 36.6594 35.7474 36.669 35.7063 36.623L35.6168 36.5956L35.5505 36.6617L35.5699 36.6734ZM35.8012 36.6589L35.7731 36.6527C35.7731 36.6527 35.8026 36.7181 35.822 36.7298C35.8478 36.7135 35.8712 36.6746 35.872 36.638C35.858 36.6349 35.8386 36.6232 35.7934 36.6278L35.8043 36.6449L35.8012 36.6589ZM36.1002 36.6375C36.1002 36.6375 36.1273 36.6804 36.1522 36.7007L36.1693 36.6898L36.2168 36.7078C36.1896 36.6649 36.2176 36.6712 36.2402 36.6689C36.2574 36.658 36.2745 36.6471 36.2637 36.63C36.2551 36.6354 36.2271 36.6292 36.1991 36.6229C36.1819 36.6338 36.1508 36.6415 36.1142 36.6407L36.1002 36.6375ZM56.1114 29.8252C55.9347 29.793 55.7383 29.8815 55.5365 29.9614L55.5783 30.1031L55.3999 30.1441C55.3531 30.2218 55.5331 30.1077 55.4434 30.2126L55.3431 30.1681C55.3431 30.1681 54.9378 30.401 55.2625 30.3634L54.6328 30.6785C54.4988 30.7514 54.4936 30.6106 54.3587 30.7201C54.3461 30.7761 54.4265 30.7132 54.4365 30.7669C54.0178 31.0924 53.7802 30.7745 53.374 31.044L53.4192 31.0394C53.3234 31.0401 53.1894 31.1131 53.1785 31.0959C53.171 30.9325 53.2874 31.135 53.3866 30.988C53.3214 30.8852 53.1919 31.0033 53.1602 30.9153C53.0822 31.0008 52.9873 30.9649 52.8961 31.0107C52.7829 31.1545 52.5368 31.2024 52.4742 31.3502C52.3785 31.3509 52.2478 31.2775 52.0912 31.3528C52.0232 31.492 52.1572 31.419 52.0223 31.5286L51.9672 31.4795C51.8471 31.5556 51.8751 31.5618 51.8914 31.5876C51.752 31.652 51.7374 31.5531 51.5853 31.6735L51.7059 31.6931C51.5727 31.7295 51.5213 31.7622 51.3475 31.8483C51.3692 31.8826 51.4433 31.8477 51.4807 31.8119C51.4267 31.9543 51.2969 31.8443 51.2509 31.8855C51.2518 31.8489 51.3632 31.7783 51.2823 31.7455C51.1966 31.7998 51.0542 31.7459 51.0236 31.8494L51.1443 31.869C50.9379 31.9038 51.0128 31.8323 50.8156 31.9573C50.8241 31.9519 50.8264 31.9744 50.8373 31.9916C50.6661 31.968 50.5272 32.1281 50.3308 32.2166C50.2662 32.2095 50.2102 32.1969 50.1759 32.2187C50.2765 32.1309 50.2345 32.1215 50.219 32.0592C50.1222 32.2287 49.938 32.0331 49.7228 32.2056C49.7446 32.2399 49.82 32.2641 49.8669 32.1863C49.9975 32.2597 50.0519 32.3454 50.2239 32.3324C50.125 32.347 50.0058 32.3866 50.0502 32.4185L49.9732 32.3351C49.9218 32.3678 49.8735 32.3864 49.8338 32.3995C49.7786 32.3504 49.8995 32.2378 49.7468 32.2624C49.5856 32.2926 49.7154 32.4025 49.6711 32.3705C49.453 32.4247 49.5405 32.2972 49.3658 32.4199C49.3884 32.4176 49.439 32.4216 49.4507 32.4021C49.333 32.5008 49.104 32.5378 49.1178 32.6733C49.1512 32.6881 49.1729 32.7224 49.2158 32.6952L49.205 32.6781C49.3988 32.6994 49.0663 32.7059 49.1627 32.801C49.1418 32.7301 48.9563 32.8357 48.8737 32.8761L48.8645 32.7858C48.4755 32.6841 48.9515 32.9229 48.6422 33.0229C48.4304 33.049 48.7054 32.9708 48.5676 32.962C48.4561 33.0327 48.4373 33.1167 48.2363 33.16C48.1957 33.2098 48.1177 33.2953 48.1409 33.3887C48.014 33.3971 47.8213 33.5673 47.7156 33.5142C47.8739 33.3658 47.9405 33.5278 48.12 33.3179L48.0228 33.2594C47.8747 33.3292 47.6598 33.3694 47.5678 33.4517C47.5881 33.4269 47.5858 33.4043 47.5609 33.384C47.3342 33.4436 47.237 33.3851 47.0344 33.5016C47.0435 33.5919 47.1604 33.5298 47.2485 33.498C47.133 33.6192 47.109 33.5624 46.9009 33.6703C46.9218 33.7411 47.0404 33.6059 47.101 33.6636L46.8572 33.734L46.8681 33.7512C46.7857 33.6592 46.6889 33.8288 46.5276 33.8589C46.1809 33.9946 46.0683 33.8738 45.8519 33.8548C45.8113 33.9046 45.8105 33.9412 45.8439 33.956C45.9079 33.8674 45.9125 33.9125 45.9514 33.9359C45.8322 33.9754 45.7408 34.1535 45.8194 34.1638C45.6184 34.2071 45.8608 34.0774 45.7339 34.0858L45.4806 34.1983C45.4878 34.1337 45.5735 34.0794 45.424 34.0901C45.308 34.1156 45.2565 34.1482 45.1116 34.204C45.1451 34.2189 45.1036 34.3052 45.2088 34.2625C45.1402 34.306 45.0405 34.3573 44.9767 34.3136C45.1116 34.204 44.694 34.3607 44.776 34.2246L44.6326 34.3396C44.6326 34.3396 44.6855 34.3661 44.7369 34.3335C44.7203 34.4401 44.5983 34.3613 44.5445 34.3713C44.4931 34.404 44.3536 34.4684 44.3528 34.5049C44.2881 34.4978 44.1767 34.5685 44.1727 34.6191C44.0964 34.6314 44.1401 34.5677 44.1238 34.542L43.8737 34.6405C43.8737 34.6405 43.9029 34.8382 43.9535 34.8422C43.8383 34.8311 43.872 34.7136 43.7271 34.7695C43.8437 34.8397 43.5633 34.9093 43.7165 34.9804C43.658 35.0776 43.411 35.1621 43.2669 35.1813C43.1612 35.1282 43.4041 35.0943 43.3638 35.0118C42.9814 35.1101 42.8876 34.9053 42.6312 35.0318L42.6998 34.9883C42.5137 34.9981 42.5363 34.9958 42.4102 34.9676C42.4871 35.051 42.3068 35.2975 42.0124 35.364C41.9712 35.318 42.1396 35.2233 42.0735 35.1571L41.8812 35.1949C41.8812 35.1949 41.8975 35.2206 41.92 35.2183C41.7394 35.2368 41.6502 35.4374 41.5625 35.3369L41.4313 35.5282L41.4782 35.4504C41.451 35.4076 41.2501 35.4509 41.1995 35.4469C40.9854 35.4505 40.9331 35.5197 40.8465 35.6106C40.8645 35.5632 40.9208 35.4434 40.7595 35.4735C40.8122 35.6324 40.4603 35.6272 40.4866 35.7066C40.4243 35.7221 40.3323 35.8045 40.3028 35.7391L40.34 35.8356C40.2897 35.6994 40.063 35.759 39.8878 35.786C39.9738 35.9597 39.6954 35.8238 39.66 36.0145C39.5894 35.9031 39.3438 36.0467 39.2787 35.9439C39.14 35.9717 39.1881 36.0854 39.1615 36.1383L39.0892 36.1001C39.0423 36.1778 38.7899 36.2537 38.6473 36.3322L38.4832 36.244L38.4395 36.3077C38.4395 36.3077 38.2877 36.2958 38.354 36.2298L38.2831 36.2507C38.2522 36.1261 38.1679 36.2396 38.0052 36.2106C37.971 36.2324 37.9927 36.2666 38.0261 36.2815C37.9552 36.3024 38.0018 36.3569 37.9613 36.4067C38.0073 36.3655 37.6385 36.2389 37.8294 36.1419C37.8334 36.0913 37.7042 36.0771 37.6356 36.1206L37.6159 36.2412L37.5056 36.143C37.3872 36.1459 37.3512 36.2408 37.2578 36.264C37.3567 36.2494 37.5128 36.4387 37.2667 36.4866C37.4022 36.4728 37.4799 36.5196 37.55 36.5353C37.5017 36.5539 37.4759 36.5702 37.5654 36.5976C37.3653 36.6043 37.4822 36.5422 37.293 36.5661C37.3216 36.6681 37.2756 36.7093 37.1135 36.776L37.2313 36.6773C37.2313 36.6773 37.2204 36.6601 37.2064 36.657C37.2493 36.6298 37.2664 36.619 37.2618 36.5738C37.2221 36.587 37.0074 36.4948 36.9917 36.5649C37.1595 36.3744 36.6244 36.4974 36.7313 36.3816C36.7095 36.3473 36.5709 36.3751 36.5669 36.4257C36.7459 36.4805 36.4623 36.5641 36.5003 36.6241C36.4303 36.6084 36.6181 36.5254 36.5286 36.4981C36.4383 36.5073 36.372 36.5733 36.326 36.6145C36.34 36.6177 36.3594 36.6294 36.4069 36.6473L36.3717 36.7056C36.4712 36.7867 36.3991 36.6162 36.4918 36.6295L36.462 36.6964C36.6304 36.6017 36.6619 36.822 36.7811 36.7825C36.7313 36.742 36.7696 36.6696 36.7719 36.6922C36.8411 36.7444 36.9812 36.7758 37.0378 36.884C37.1018 36.7954 37.1221 36.7705 37.2264 36.7644C37.2933 36.7941 37.2902 36.8081 37.2916 36.8673C37.3679 36.8549 37.4643 36.95 37.4886 36.8746C37.4814 36.9392 37.5532 36.8817 37.5686 36.9439L37.5943 36.9276L37.5538 36.9774C37.7252 36.8687 37.7021 37.1356 37.8651 37.0323L37.8488 37.0066L37.8845 37.044C37.9048 37.0191 37.8885 36.9934 37.9034 36.96C37.9034 36.96 38.1243 37.0241 38.1157 37.0296L38.0557 37.0676C38.0557 37.0676 38.0929 37.1642 38.1552 37.1487C38.1189 37.0155 38.2221 37.1784 38.2744 37.1092L38.2418 37.0578C38.2807 37.0812 38.2884 37.1123 38.265 37.1512C38.331 37.2174 38.3687 37.0494 38.4113 37.1545L38.3639 37.1365C38.3639 37.1365 38.3473 37.2431 38.3753 37.2494C38.3839 37.244 38.4182 37.2222 38.4073 37.2051C38.454 37.2596 38.5637 37.2621 38.5769 37.3018C38.622 37.2972 38.626 37.2466 38.6183 37.2155C38.7169 37.3332 38.6883 37.2312 38.787 37.3488L38.8018 37.3154L38.8399 37.3754L38.931 37.3296L38.8796 37.3622C38.8796 37.3622 38.9371 37.4339 38.9962 37.4324L39.0034 37.3678C39.1083 37.4575 39.1926 37.344 39.2655 37.4779C39.2741 37.4725 39.2718 37.4499 39.2609 37.4328C39.3253 37.5722 39.3918 37.3738 39.4445 37.5327C39.4422 37.5101 39.4679 37.4938 39.471 37.4798L39.5036 37.5312L39.5279 37.4557L39.5137 37.5849L39.5908 37.536L39.5845 37.564C39.7054 37.4513 39.7246 37.5953 39.8501 37.5278L39.7947 37.611C39.8696 37.8999 40.2537 37.7284 40.4153 37.9263L40.4536 37.854L40.4899 37.9871C40.5694 37.9608 40.5002 37.9085 40.529 37.8782C40.5974 37.967 40.5148 38.0074 40.6003 38.0853C40.6852 38.0676 40.6074 38.0208 40.5942 37.981C40.6766 38.073 40.8032 38.1969 40.899 38.1963L40.8927 38.2243C40.9362 38.2929 41.0428 38.3093 41.112 38.3616C41.1268 38.3281 41.116 38.311 41.1051 38.2939C41.1331 38.3001 41.1837 38.3041 41.1797 38.3547L41.19 38.2761C41.2515 38.2972 41.3275 38.4172 41.3853 38.3565C41.3595 38.3728 41.3384 38.4343 41.3773 38.4577C41.4639 38.3668 41.4813 38.5839 41.5943 38.5724C41.6005 38.5444 41.5454 38.4953 41.5562 38.5124C41.6154 38.511 41.6223 38.5787 41.6323 38.6324L41.6503 38.585L41.7955 38.7572C41.8821 38.6662 41.9533 38.8734 41.9862 38.7925C42.0531 38.8221 41.9013 38.8102 41.9759 38.8711C42.0274 38.8384 42.042 38.9373 42.0717 38.8704L42.116 38.9024L42.1208 38.8152C42.1534 38.8666 42.1572 38.9484 42.122 39.0067C42.1898 38.9998 42.2332 39.0683 42.2964 39.0163L42.2801 38.9906C42.4045 39.0919 42.6251 38.928 42.6434 39.1086C42.652 39.1032 42.6691 39.0923 42.6497 39.0806L42.7275 39.1274L42.7486 39.066L42.8293 39.2311L42.8527 39.1922C42.9476 39.2281 43.0688 39.3435 43.1683 39.4246L43.152 39.3989C43.2421 39.522 43.2975 39.4388 43.3573 39.533C43.3573 39.533 43.3604 39.519 43.355 39.5104L43.4382 39.5658L43.4476 39.5238C43.459 39.6367 43.6726 39.5374 43.5985 39.5723C43.6085 39.626 43.6434 39.7 43.6254 39.7474C43.7086 39.8028 43.6769 39.7148 43.7469 39.7305C43.8138 39.7602 43.7841 39.827 43.8876 39.8575L43.911 39.8187C43.911 39.8187 43.9545 39.8872 44.0042 39.9278L43.9934 39.9106C44.0383 40.0383 44.1771 39.8782 44.1472 40.0774C44.2063 40.0759 44.2584 40.139 44.3021 40.0753C44.3782 40.1953 44.4496 40.2701 44.5428 40.3792C44.638 40.2828 44.5591 40.4049 44.6666 40.3848L44.6175 40.44C44.7613 40.553 45.0463 40.5285 45.1924 40.6642L45.2415 40.609L45.2281 40.7016C45.4342 40.7992 45.6815 40.9427 45.823 41.0332C45.8525 41.0986 45.8693 41.2201 45.9588 41.2474C46.0575 41.3651 46.1787 41.4805 46.3405 41.5461C46.3468 41.5181 46.3779 41.5103 46.3702 41.4792C46.3568 41.5718 46.4448 41.54 46.4837 41.5634L46.4128 41.5843C46.4165 41.666 46.5069 41.6568 46.5583 41.6242L46.5784 41.7316C46.5784 41.7316 46.5955 41.7208 46.6041 41.7153L46.5947 41.7574L46.6804 41.703C46.6804 41.703 46.751 41.8144 46.7322 41.8984C46.7579 41.8821 46.8279 41.8978 46.8008 41.8549L47.0481 41.9985L46.9889 42C46.9397 42.0552 46.9855 42.1463 47.0392 42.1362C47.0269 42.06 47.0947 42.053 47.1461 42.0204C47.1561 42.0741 47.0861 42.0585 47.0767 42.1005C47.0921 42.1628 47.1636 42.2376 47.1947 42.2299L47.1902 42.1847C47.2282 42.2447 47.3288 42.1569 47.3785 42.1974C47.3908 42.2737 47.4532 42.2582 47.3806 42.3523C47.4295 42.4294 47.4577 42.3034 47.4858 42.3097C47.4841 42.3828 47.6015 42.4165 47.6476 42.3753C47.5787 42.5511 47.874 42.448 47.7919 42.5841L47.894 42.5554C47.894 42.5554 47.8291 42.6806 47.8649 42.718C47.9326 42.7111 47.9678 42.6528 48.0106 42.6256L47.9566 42.768C48.2937 42.8066 48.5678 43.1253 48.9126 43.1951C49.0144 43.2987 49.1316 43.4647 49.2903 43.5443L49.274 43.5186L49.4529 43.5733L49.3097 43.556C49.3097 43.556 49.336 43.6354 49.3695 43.6502C49.557 43.6995 49.8114 43.7785 49.9589 43.9733C49.9904 44.1936 50.1242 43.8926 50.1791 44.074C50.1682 44.0569 50.1885 44.032 50.1862 44.0094C50.2817 44.1411 50.3392 44.2128 50.4144 44.3693C50.4941 44.2107 50.4976 44.4247 50.5304 44.3438L50.5007 44.4107C50.549 44.3921 50.6299 44.4249 50.6479 44.3774L50.6594 44.4903L50.7031 44.4266C50.7809 44.4734 50.9098 44.6199 51.0276 44.5212C51.1634 44.7354 51.4753 44.8861 51.7234 44.9931C51.7303 45.0608 51.794 45.1045 51.8438 45.145L51.949 45.1023C51.987 45.1623 51.9953 45.2892 52.0748 45.2629C52.0748 45.2629 52.0779 45.2488 52.0811 45.2348C52.1277 45.2894 52.204 45.277 52.2186 45.3759C52.2855 45.4056 52.3672 45.4018 52.3861 45.3178C52.3212 45.443 52.5284 45.3717 52.5284 45.3717C52.5284 45.3717 52.74 45.4778 53.0636 45.609C53.3872 45.7403 53.8189 45.9471 54.27 46.1657C54.7219 46.3477 55.1893 46.5919 55.5899 46.8065C55.7096 46.8628 55.7983 46.9267 55.9009 46.9938C55.9181 46.9829 55.9352 46.972 55.9609 46.9557L55.9732 47.032C56.3425 46.894 56.7106 46.5645 57.1305 46.4305L57.1182 46.3542L57.2271 46.3932C57.6487 46.186 58.2121 45.937 58.5533 45.7927C58.6803 45.7843 58.8912 45.7947 59.0541 45.6914L59.037 45.7023C59.3548 45.5969 59.7061 45.5063 60.0288 45.3138C59.9954 45.2989 60.0188 45.2601 59.9682 45.2561C60.0771 45.2952 60.17 45.1762 60.244 45.1413L60.18 45.2299C60.3006 45.2496 60.4161 45.1283 60.4544 45.056L60.6373 45.0601C60.6373 45.0601 60.6576 45.0352 60.6608 45.0212L60.6996 45.0446L60.7419 44.9217C60.7419 44.9217 60.9997 44.8544 61.0969 44.9129C61.0978 44.8763 61.235 44.7893 61.1158 44.8289L61.6823 44.5658L61.5965 44.6202C61.6229 44.6996 61.8121 44.6757 61.8924 44.6128C61.7546 44.6041 61.8381 44.5271 61.8764 44.4548C61.9635 44.4596 61.8349 44.5411 61.8824 44.5591C61.9976 44.5701 62.2188 44.502 62.2594 44.4522L62.1862 44.4506C62.3248 44.4227 62.3423 44.2795 62.4786 44.2291C62.6164 44.2379 62.6804 44.1493 62.7113 44.2738C62.8896 44.2328 62.7504 44.1649 62.7933 44.1378C62.8633 44.1534 62.9685 44.1108 63.0403 44.0533L63.0294 44.0361C62.9616 44.043 62.9685 44.1108 62.9211 44.0928L62.9625 44.0065L62.911 44.0391C62.911 44.0391 62.9213 43.9605 62.8964 43.9402L62.8793 43.9511L62.8576 43.9168C62.8699 43.9931 62.807 43.9128 62.7944 43.9689C62.7555 43.9455 62.7555 43.9455 62.7003 43.8963L62.7518 43.8637C62.6812 43.7523 62.6941 43.9244 62.6217 43.8861L62.6655 43.8224C62.5097 43.861 62.5342 43.6533 62.4267 43.6734C62.4539 43.7162 62.4102 43.78 62.4133 43.766C62.3699 43.6974 62.2555 43.6498 62.2301 43.5338C62.1552 43.6053 62.1349 43.6301 62.0391 43.6308C61.9948 43.5988 61.9894 43.5902 62.0051 43.5202C61.9373 43.5271 61.8722 43.4243 61.8284 43.4881C61.8496 43.4266 61.781 43.4701 61.7795 43.4109L61.7538 43.4272L61.7944 43.3775C61.626 43.4722 61.6966 43.2232 61.5345 43.2899L61.5454 43.3071L61.5182 43.2642C61.4925 43.2805 61.5002 43.3117 61.4854 43.3451L61.3127 43.2624L61.3727 43.2243C61.3727 43.2243 61.3636 43.134 61.2958 43.1409C61.3096 43.2764 61.2344 43.1198 61.1852 43.175L61.2124 43.2179C61.1771 43.2002 61.1741 43.1701 61.2032 43.1276C61.1512 43.0645 61.094 43.2208 61.0654 43.1188L61.1129 43.1368C61.1129 43.1368 61.1434 43.0333 61.1154 43.0271C61.1069 43.0325 61.0726 43.0542 61.0834 43.0714C61.0508 43.02 60.9496 43.012 60.9451 42.9669C60.9085 42.9661 60.8959 43.0221 60.8982 43.0447C60.8221 42.9247 60.8422 43.0321 60.7661 42.9122L60.7427 42.951L60.7272 42.8887L60.6415 42.9431L60.6821 42.8934C60.6518 42.8645 60.644 42.8334 60.588 42.8208L60.5809 42.8854C60.49 42.7989 60.4142 42.907 60.3607 42.7847C60.3522 42.7901 60.3545 42.8127 60.3513 42.8267C60.315 42.6936 60.2344 42.8888 60.1958 42.7331C60.1841 42.7526 60.1724 42.772 60.1692 42.786L60.1366 42.7346L60.1069 42.8015L60.1266 42.6809L60.0689 42.7415L60.0729 42.6909C59.952 42.8036 59.9522 42.6713 59.8408 42.7419L59.8962 42.6587C59.8461 42.3902 59.504 42.571 59.3588 42.3988L59.3205 42.4711L59.2896 42.3466C59.221 42.3901 59.2793 42.4252 59.2504 42.4555C59.1961 42.3698 59.2701 42.3349 59.1901 42.2655C59.1106 42.2918 59.183 42.3301 59.1907 42.3612C59.1192 42.2864 59.012 42.1742 58.9217 42.1834L58.9279 42.1554C58.8845 42.0868 58.7887 42.0875 58.725 42.0438C58.7101 42.0772 58.721 42.0944 58.7404 42.1061C58.7124 42.0998 58.6672 42.1044 58.6627 42.0593L58.661 42.1324C58.661 42.1324 58.5343 42.0085 58.4874 42.0863C58.5132 42.0699 58.5343 42.0085 58.4869 41.9905C58.4057 42.09 58.3936 41.8814 58.2916 41.9101C58.2853 41.9381 58.3296 41.9701 58.3242 41.9615C58.2759 41.9801 58.2636 41.9038 58.259 41.8587L58.241 41.9061L58.1035 41.765C58.0223 41.8646 57.962 41.6746 57.9291 41.7555C57.8677 41.7344 58 41.7345 57.9394 41.6769C57.8879 41.7095 57.8788 41.6192 57.8459 41.7001L57.807 41.6767L57.8022 41.7638C57.7665 41.7264 57.7713 41.6393 57.7924 41.5778C57.7301 41.5933 57.6835 41.5387 57.6344 41.5939L57.6507 41.6196C57.5372 41.5354 57.3554 41.7227 57.3199 41.553C57.3114 41.5585 57.2996 41.5779 57.3191 41.5896L57.2382 41.5568L57.231 41.6214L57.1441 41.4843L57.1378 41.5123C57.0484 41.4849 56.9403 41.4093 56.8377 41.3422L56.854 41.3679C56.7608 41.2588 56.7248 41.3537 56.6533 41.2789C56.6533 41.2789 56.6587 41.2875 56.6641 41.296L56.5918 41.2578L56.5964 41.3029C56.5764 41.1955 56.39 41.3377 56.4532 41.2856C56.4346 41.2373 56.4051 41.1719 56.4177 41.1159C56.3399 41.0691 56.3748 41.1431 56.3125 41.1585C56.2511 41.1374 56.2668 41.0674 56.1796 41.0626L56.1647 41.0961C56.1647 41.0961 56.1213 41.0275 56.0738 41.0095L56.0847 41.0267C56.0281 40.9184 55.9226 41.0934 55.93 40.8965C55.8817 40.9151 55.8211 40.8574 55.7968 40.9329C55.7145 40.8409 55.6398 40.7801 55.5489 40.6936C55.4786 40.8102 55.5381 40.6764 55.4329 40.7191L55.468 40.6608C55.3234 40.5843 55.0764 40.6688 54.9295 40.5697L54.8943 40.6281L54.8992 40.5409C54.7116 40.4916 54.4712 40.4158 54.332 40.3479C54.2994 40.2964 54.2654 40.1859 54.1813 40.1671C54.0818 40.086 53.9543 39.9986 53.7917 39.9696C53.7854 39.9976 53.7597 40.0139 53.776 40.0396C53.7808 39.9525 53.6896 39.9983 53.6616 39.992L53.7216 39.9539C53.7093 39.8776 53.6213 39.9094 53.5839 39.9452L53.5553 39.8432C53.5553 39.8432 53.5381 39.8541 53.5295 39.8595L53.539 39.8175L53.4641 39.889C53.4641 39.889 53.3872 39.8056 53.3866 39.7099C53.3663 39.7347 53.2931 39.7331 53.3374 39.765L53.097 39.6892L53.1399 39.662C53.1805 39.6123 53.1316 39.5351 53.0747 39.5592C53.0956 39.6301 53.0387 39.6541 52.9927 39.6953C52.9741 39.647 53.0527 39.6572 53.0427 39.6035C53.0187 39.5467 52.944 39.4858 52.9183 39.5022L52.9401 39.5364C52.8903 39.4959 52.8146 39.604 52.7648 39.5634C52.7439 39.4926 52.6785 39.5221 52.7457 39.4194C52.685 39.3617 52.6879 39.48 52.6513 39.4792C52.6445 39.4115 52.5293 39.4004 52.4941 39.4588C52.535 39.2767 52.2777 39.4398 52.3263 39.2888L52.2405 39.3432C52.2405 39.3432 52.2774 39.2117 52.2417 39.1743C52.1848 39.1984 52.1636 39.2598 52.1316 39.3041L52.1662 39.1501C51.8555 39.1909 51.571 38.9508 51.2417 38.9433C51.1282 38.8591 51.0101 38.7297 50.8592 38.6812L50.8755 38.7069L50.7128 38.6779L50.8429 38.6555C50.8429 38.6555 50.8049 38.5955 50.78 38.5753C50.5916 38.5626 50.3612 38.5404 50.2043 38.3877C50.1502 38.1697 50.0554 38.4941 49.9919 38.3181C50.0027 38.3352 49.9879 38.3687 49.9933 38.3772C49.8861 38.265 49.8395 38.2105 49.7417 38.0562C49.69 38.2212 49.6554 38.0149 49.6365 38.0989L49.6522 38.0289C49.6093 38.056 49.5339 38.0318 49.5213 38.0878L49.5013 37.9804L49.4716 38.0473C49.3961 38.0231 49.2554 37.896 49.1571 38.0064C49.0205 37.8287 48.7131 37.7232 48.4673 37.6388C48.4604 37.5711 48.3967 37.5274 48.3438 37.5009L48.258 37.5552C48.22 37.4952 48.2031 37.3738 48.1237 37.4002C48.1237 37.4002 48.1205 37.4142 48.1174 37.4282C48.0676 37.3876 48.0053 37.4031 47.9821 37.3097C47.9207 37.2886 47.8444 37.3009 47.8255 37.3849C47.8849 37.2512 47.6886 37.3396 47.6886 37.3396C47.6886 37.3396 46.8756 37.0622 46.024 36.629C45.1786 36.1678 44.2829 35.5704 44.101 35.037C44.1113 34.9584 44.0678 34.8898 44.1341 34.8237C44.1015 34.7723 44.0064 34.8687 44.0361 34.8018C44.1318 34.8012 44.1049 34.626 44.2156 34.5919L44.1884 34.5491C44.1884 34.5491 44.2116 34.6425 44.2476 34.5476L44.1913 34.6674C44.1913 34.6674 44.2676 34.655 44.305 34.6193C44.3119 34.687 44.2462 34.8488 44.3622 34.8233L44.3459 34.7976C44.4097 34.8413 44.4231 34.7487 44.4488 34.7323L44.526 34.6834C44.5089 34.6943 44.5066 34.6717 44.4957 34.6546C44.5346 34.678 44.5557 34.6165 44.5737 34.5691L44.6375 34.6127C44.6641 34.5599 44.59 34.5948 44.65 34.5567L44.7098 34.651C44.7887 34.5289 44.7493 34.7701 44.8616 34.6629C44.8181 34.5943 44.8936 34.6186 44.903 34.5765L45.0391 34.6585C45.0391 34.6585 45.0237 34.5962 45.04 34.6219C45.0828 34.5947 45.0725 34.6733 45.0834 34.6904C45.1177 34.6687 45.1946 34.7521 45.2306 34.6572C45.3575 34.6488 45.2078 34.7918 45.3261 34.7888C45.3667 34.7391 45.2569 34.7366 45.331 34.7017L45.411 34.7711C45.411 34.7711 45.4416 34.6676 45.405 34.6668C45.6991 34.7326 45.9915 34.5111 46.1897 34.7099C46.2582 34.6664 46.1882 34.6507 46.1922 34.6002C46.3063 34.7801 46.5052 34.5819 46.6413 34.6638L46.6147 34.7167C46.9005 34.6556 47.0838 34.8878 47.3562 34.9194L47.3134 34.9465C47.3202 35.0143 47.3731 35.0408 47.4003 35.0836C47.4206 35.0588 47.4286 34.9576 47.4837 35.0067C47.458 35.023 47.4214 35.0222 47.4152 35.0502C47.6838 35 48.0866 35.2372 48.4508 35.3186C48.8731 35.5675 49.3968 35.692 49.8222 35.9269C49.7553 35.8972 49.7239 36.0373 49.783 36.0358C50.0348 35.8641 50.0077 36.1816 50.2212 36.0823C50.4505 36.2733 50.7684 36.1679 50.9251 36.453L50.9602 36.3947C50.9602 36.3947 50.996 36.4321 51.0348 36.4555L51.052 36.4446C51.1477 36.444 51.2238 36.564 51.2916 36.557L51.2673 36.6325C51.3202 36.659 51.3273 36.5945 51.3513 36.6513L51.3662 36.6179L51.3948 36.7199C51.4456 36.5915 51.5511 36.7769 51.6197 36.7334C51.6804 36.7911 51.7821 36.8947 51.8942 36.9198C51.9433 36.8646 52.0717 36.9154 52.1675 36.9148C52.3175 36.9998 52.5314 37.1285 52.7469 37.1841L52.7055 37.2704L52.7584 37.297C52.7584 37.297 52.7841 37.2806 52.7732 37.2635C52.8567 37.1866 52.8867 37.3477 52.9553 37.3042C52.8976 37.3649 52.9133 37.2948 52.8853 37.2886C52.823 37.3041 52.829 37.4084 52.9053 37.396L52.9225 37.3851L52.9325 37.4389C52.9622 37.372 53.0159 37.3619 53.0457 37.295C53.2098 37.3832 53.2818 37.5538 53.4779 37.5976C53.4882 37.519 53.6 37.6764 53.6174 37.5332C53.7052 37.6338 53.5588 37.6304 53.5649 37.7347C53.5983 37.7496 53.6083 37.8033 53.6349 37.7504C53.6357 37.7138 53.6958 37.6758 53.6709 37.6555L53.7346 37.6992C53.7346 37.6992 53.7355 37.6626 53.7301 37.654C53.845 37.7974 54.0251 37.6832 54.1206 37.8149C54.108 37.8709 54.0645 37.8024 54.052 37.8584C54.1443 38.0041 54.2077 37.8197 54.3032 37.9514L54.3049 37.8782C54.3204 37.9405 54.3218 37.9997 54.4067 37.9819C54.445 37.9095 54.375 37.8939 54.3564 37.8456C54.4038 37.8636 54.5065 37.9306 54.4433 37.9827C54.4845 38.0287 54.5336 37.9735 54.5734 37.9603C54.5702 37.9743 54.5025 37.9812 54.5179 38.0435C54.6083 38.0343 54.7226 38.0819 54.8175 38.1179C54.8292 38.0984 54.8409 38.079 54.8387 38.0564C54.8695 38.181 54.9298 38.0106 55.0239 38.0831C55.2712 38.2267 55.5751 38.4785 55.8544 38.5778C55.8627 38.7047 55.9576 38.7406 56.0236 38.8068L56.0885 38.6816L56.1374 38.7587C56.1888 38.7261 56.1048 38.7073 56.1703 38.6778L56.1568 38.7704C56.1568 38.7704 56.3584 38.8229 56.2746 38.6718L56.5476 38.799C56.6091 38.8201 56.5333 38.9282 56.6151 38.9244C56.6494 38.9027 56.6019 38.8847 56.6339 38.8404C56.8792 38.8291 56.7438 39.2032 56.9602 39.2222L56.9493 39.2051C56.9493 39.2051 57.0294 39.2745 57.0262 39.2885C56.9333 39.4074 57.031 39.2013 56.9313 39.2525C56.8836 39.3669 56.9771 39.3437 56.9356 39.43C56.9979 39.4145 56.9962 39.4877 57.0297 39.5025C57.1263 39.4653 57.1946 39.5541 57.2835 39.4858C57.3021 39.534 57.2878 39.6632 57.3462 39.6983C57.4405 39.6385 57.3736 39.6089 57.4553 39.6051L57.4396 39.6751C57.4396 39.6751 57.4988 39.6736 57.5082 39.6316C57.5697 39.6527 57.5197 39.7445 57.61 39.7353L57.5977 39.659C57.6303 39.7104 57.6669 39.7112 57.7423 39.7355C57.7572 39.702 57.7238 39.6872 57.7098 39.684C57.7932 39.6071 57.7586 39.7612 57.7812 39.7589C57.7555 39.7752 57.7049 39.7712 57.7032 39.8444C57.7452 39.8538 57.7341 39.9689 57.8004 39.9029L57.7967 39.8212C57.851 39.9068 57.8027 39.9255 57.9007 39.9474C57.9007 39.9474 57.907 39.9194 57.9102 39.9054C57.9302 40.0128 58.0354 39.9701 58.1217 40.0115C58.1349 40.0512 58.134 40.0878 58.148 40.0909C58.0857 40.1064 58.088 40.129 58.0529 40.1873C58.1643 40.1167 58.0883 40.357 58.2238 40.3432C58.2387 40.3098 58.2372 40.2506 58.1804 40.2747C58.2001 40.1541 58.2361 40.0592 58.2043 39.9712C58.2315 40.014 58.2587 40.0569 58.2852 40.004L58.2461 40.1129C58.2461 40.1129 58.2935 40.1308 58.3075 40.134C58.2918 40.204 58.2155 40.2164 58.245 40.2818C58.2884 40.3503 58.323 40.1963 58.3136 40.2383C58.3765 40.3185 58.2993 40.3675 58.3951 40.3668C58.3896 40.3583 58.3819 40.3271 58.3733 40.3325C58.4497 40.3202 58.5008 40.4199 58.5851 40.3064C58.586 40.2698 58.6008 40.2364 58.5783 40.2387L58.5611 40.2495C58.5497 40.1367 58.5991 40.3095 58.6469 40.1952C58.6117 40.2535 58.7012 40.2809 58.7432 40.2903L58.6909 40.3595C58.7013 40.6412 58.7535 40.2117 58.867 40.2959C58.9213 40.3816 58.8304 40.2951 58.8481 40.3799C58.9042 40.3924 58.9533 40.3373 59.0194 40.4035C59.0537 40.3818 59.116 40.3663 59.1628 40.2885C59.1954 40.3399 59.3169 40.323 59.3035 40.4156C59.1929 40.4497 59.2726 40.291 59.1191 40.3523L59.1057 40.4449C59.1726 40.4745 59.2355 40.5548 59.2892 40.5448C59.2721 40.5556 59.2549 40.5665 59.2487 40.5945C59.3201 40.6693 59.3067 40.7619 59.4133 40.7784C59.4656 40.7092 59.4096 40.6967 59.3707 40.6733C59.4588 40.6415 59.4322 40.6944 59.5302 40.7163C59.5654 40.658 59.4688 40.6952 59.4931 40.6198L59.5817 40.6837L59.5903 40.6783C59.5425 40.7926 59.6657 40.7025 59.7123 40.7571C59.8515 40.825 59.803 40.9759 59.8339 41.1005C59.8682 41.0787 59.8939 41.0624 59.8948 41.0258C59.8347 41.0639 59.8582 41.025 59.8676 40.983C59.9119 41.015 60.0265 40.9303 60.0251 40.8711C60.0825 40.9428 59.965 40.9092 59.9945 40.9746L60.1034 41.0137C60.0628 41.0634 60.0263 41.0626 60.0557 41.128C60.0914 41.1654 60.114 41.1631 60.1809 41.1928C60.1872 41.1648 60.2418 41.1182 60.1943 41.1002C60.2395 41.0956 60.2784 41.119 60.2658 41.175C60.1755 41.1842 60.345 41.281 60.2507 41.3408L60.3356 41.323C60.3356 41.323 60.345 41.281 60.3084 41.2802C60.3693 41.2055 60.341 41.3316 60.3573 41.3573C60.3885 41.3495 60.4554 41.3792 60.4702 41.3458C60.478 41.3769 60.534 41.3894 60.5714 41.3537C60.5932 41.388 60.5448 41.4066 60.5386 41.4346L60.6443 41.4877C60.6443 41.4877 60.7552 41.3213 60.7389 41.2955C60.7544 41.3578 60.6849 41.4379 60.7378 41.4644C60.7544 41.3578 60.8539 41.4389 60.8627 41.3012C60.9313 41.2577 61.023 41.3076 61.0697 41.3622C61.0648 41.4493 60.9933 41.3745 60.9496 41.4383C61.0794 41.5482 60.9817 41.7543 61.1023 41.7739L61.0572 41.7786C61.1061 41.8557 61.1006 41.8471 61.1044 41.9288C61.1349 41.8254 61.3173 41.7338 61.4168 41.8149C61.3988 41.8623 61.303 41.863 61.2842 41.947L61.3448 42.0047C61.3448 42.0047 61.3565 41.9852 61.3542 41.9627C61.3977 42.0312 61.5411 41.9162 61.502 42.0251L61.6392 41.9382L61.5792 41.9762C61.5612 42.0237 61.6303 42.0759 61.6381 42.107C61.6924 42.1927 61.7321 42.1796 61.8062 42.1446C61.7719 42.1664 61.697 42.2379 61.7382 42.2839C61.8147 42.1392 61.8954 42.3043 61.9337 42.232C61.9531 42.2437 62.024 42.2228 61.9943 42.2897L62.0443 42.1979C61.9794 42.3231 62.0657 42.3645 62.1178 42.4276C62.2006 42.2549 62.187 42.4799 62.3056 42.3446C62.2493 42.4644 62.3988 42.4537 62.3456 42.5595C62.3899 42.5914 62.4571 42.4888 62.486 42.4585L62.4874 42.5176C62.5474 42.4796 62.6478 42.5241 62.7295 42.5203L62.7207 42.6581L62.7721 42.6255C62.7721 42.6255 62.793 42.6963 62.7447 42.7149L62.7782 42.7298C62.7164 42.841 62.8022 42.7866 62.8285 42.866C62.8456 42.8552 62.8659 42.8303 62.8636 42.8077C62.8885 42.828 62.9182 42.7611 62.9525 42.7393C62.9182 42.7611 62.924 42.9977 62.8282 42.9983C62.7962 43.0427 62.8202 43.0995 62.8568 43.1003L62.9349 43.0148L62.9011 43.1323C62.9283 43.1752 62.9915 43.1231 63.0335 43.1325C63.0118 43.0982 63.0729 42.8913 63.1615 42.9552C63.1204 42.9092 63.1275 42.8447 63.1143 42.8049C63.1338 42.8166 63.1509 42.8058 63.1495 42.7466C63.1984 42.8237 63.1338 42.8166 63.1998 42.8829C63.2498 42.7911 63.2895 42.778 63.3682 42.7882L63.2801 42.82C63.2801 42.82 63.2684 42.8394 63.2738 42.848C63.2513 42.8503 63.2341 42.8612 63.2138 42.886C63.2193 42.8946 63.2299 43.0441 63.2759 43.0029C63.1161 43.0921 63.3308 43.1843 63.231 43.2355C63.2248 43.2635 63.2745 43.3041 63.2979 43.2652C63.2856 43.1889 63.3448 43.1874 63.4017 43.1634C63.3845 43.1743 63.3588 43.1906 63.3611 43.2131C63.3828 43.2474 63.4514 43.2039 63.4911 43.1907L63.4803 43.1736L63.5706 43.1644C63.5526 43.2118 63.474 43.2016 63.5066 43.253C63.5237 43.2422 63.5618 43.3021 63.5852 43.2633C63.5955 43.1847 63.6672 43.1272 63.6346 43.0758C63.6564 43.11 63.7699 43.1943 63.6787 43.24L63.7176 43.2634C63.6693 43.2821 63.5478 43.299 63.6278 43.3684L63.645 43.3575L63.6541 43.4478L63.7056 43.4152C63.7056 43.4152 63.6876 43.4627 63.7125 43.4829C63.7382 43.4666 63.7608 43.4643 63.7896 43.434C63.8394 43.4745 63.8245 43.508 63.8097 43.5414L63.8502 43.4917C63.8502 43.4917 63.8611 43.5088 63.872 43.526C63.9194 43.5439 63.9832 43.5876 64.0423 43.5861C64.1344 43.5038 64.0878 43.4492 64.1003 43.3932L64.2216 43.5086C64.7852 43.1272 65.6404 42.9214 66.2772 42.5417C66.5887 42.4643 66.9961 42.3863 67.3459 42.2365L67.2953 42.2326L67.6343 42.0657L67.3942 42.2179C67.4845 42.2087 67.5546 42.2244 67.6286 42.1895C67.991 41.9837 68.4758 41.7244 68.9766 41.6232C69.347 41.6766 69.128 41.407 69.4659 41.4091C69.4379 41.4028 69.413 41.3825 69.385 41.3763C69.716 41.3106 69.8998 41.2781 70.2525 41.2467C70.1547 41.0925 70.4597 41.1754 70.3968 41.0952L70.4077 41.1123C70.4077 41.1123 70.4257 41.0648 70.3783 41.0469C70.3625 41.1169 70.3268 41.0795 70.3097 41.0904C70.3697 41.0523 70.2996 41.0366 70.3005 41.0001C70.2436 41.0241 70.213 41.1276 70.1462 41.0979L70.2585 40.9907C70.2585 40.9907 70.175 41.0676 70.1681 40.9999C70.1299 41.0722 70.0652 41.0651 70.1056 41.1477C69.9335 41.1607 70.0529 40.9888 70.0438 40.8985C70.0438 40.8985 70.0235 40.9234 70.0203 40.9374C70.0438 40.8985 70.0189 40.8782 70.008 40.8611C69.9466 40.84 69.9838 40.9366 69.944 40.9497L69.9006 40.8812L69.8834 40.8921C69.8834 40.8921 69.882 40.8329 69.8477 40.8547C69.8297 40.9021 69.7977 40.9464 69.7742 40.9853L69.7971 40.8507C69.7971 40.8507 69.6787 40.8536 69.6942 40.9159L69.6236 40.8045L69.5378 40.8589C69.5301 40.8277 69.5418 40.8083 69.5807 40.8317C69.5387 40.8223 69.5812 40.5671 69.4509 40.7218C69.4426 40.5949 69.392 40.5909 69.3471 40.4632C69.3468 40.5955 69.1836 40.4708 69.2262 40.5759C69.1561 40.5602 69.2256 40.4802 69.207 40.4319C69.1478 40.4334 69.0924 40.5166 69.0938 40.5757L69.0955 40.5026L69.0784 40.5134L69.0941 40.4434C69.0209 40.4418 69.0138 40.5063 68.9749 40.4829L69.0272 40.4137L68.9649 40.4292C68.9649 40.4292 69 40.3709 68.9783 40.3366L68.9612 40.3475L68.9394 40.3132C68.9292 40.3918 68.8974 40.3038 68.8623 40.3621C68.832 40.3333 68.832 40.3333 68.8025 40.2679L68.8539 40.2353C68.8253 40.1333 68.7876 40.3013 68.7239 40.2577L68.7839 40.2196C68.6118 40.2326 68.6838 40.0428 68.5709 40.0543C68.5981 40.0971 68.5263 40.1546 68.5381 40.1352C68.5 40.0752 68.4028 40.0167 68.4054 39.907C68.3111 39.9668 68.2853 39.9831 68.1982 39.9783C68.171 39.9354 68.1656 39.9269 68.1921 39.874C68.1275 39.8669 68.0904 39.7703 68.0412 39.8255C68.0678 39.7726 67.9937 39.8075 68.0063 39.7515L67.9806 39.7678L68.0352 39.7212C67.8645 39.7933 67.9825 39.5623 67.8182 39.6065L67.8291 39.6236L67.8073 39.5893C67.7816 39.6056 67.7753 39.6337 67.7605 39.6671L67.6135 39.5681L67.665 39.5354C67.665 39.5354 67.6698 39.4483 67.6161 39.4583C67.6018 39.5875 67.5718 39.4263 67.5086 39.4784L67.5132 39.5235C67.5132 39.5235 67.486 39.4807 67.5266 39.4309C67.4886 39.371 67.4066 39.5071 67.406 39.4113L67.4448 39.4347C67.4448 39.4347 67.4948 39.343 67.47 39.3227C67.4614 39.3281 67.4217 39.3413 67.4325 39.3584C67.3999 39.307 67.3245 39.2828 67.3253 39.2462C67.2887 39.2454 67.2653 39.2843 67.2644 39.3208C67.211 39.1986 67.217 39.3029 67.1721 39.1752L67.1378 39.1969L67.1418 39.1463L67.0452 39.1835L67.0966 39.1509C67.0966 39.1509 67.0757 39.0801 67.0251 39.0761L67.004 39.1376C66.9442 39.0433 66.8491 39.1397 66.8268 39.0097C66.8182 39.0151 66.8119 39.0431 66.8173 39.0517C66.8036 38.9162 66.6981 39.0912 66.693 38.9503C66.6812 38.9698 66.6641 38.9806 66.6524 39.0001L66.6424 38.9464L66.5986 39.0101L66.6464 38.8958L66.5692 38.9447L66.584 38.9113C66.4577 39.0154 66.472 38.8862 66.3497 38.9397L66.4191 38.8597C66.4196 38.595 66.0612 38.7502 65.9611 38.5734L65.9174 38.6371L65.9091 38.5102C65.8351 38.5452 65.8848 38.5857 65.8505 38.6075C65.8016 38.5303 65.8928 38.4845 65.8267 38.4183C65.7559 38.4392 65.8056 38.4797 65.8047 38.5163C65.7504 38.4306 65.6798 38.3192 65.598 38.323C65.6066 38.3176 65.6098 38.3036 65.6183 38.2981C65.5889 38.2327 65.5048 38.2139 65.4551 38.1734C65.4402 38.2068 65.4457 38.2154 65.4565 38.2325C65.4371 38.2208 65.3919 38.2254 65.4014 38.1834L65.3856 38.2534C65.3856 38.2534 65.2956 38.1303 65.2378 38.191C65.2636 38.1747 65.2987 38.1163 65.2598 38.0929C65.1732 38.1839 65.1892 37.9815 65.0903 37.9962C65.084 38.0242 65.1283 38.0562 65.1058 38.0585C65.0606 38.0631 65.0677 37.9985 65.0631 37.9533L65.0451 38.0008L64.9474 37.8465C64.8608 37.9375 64.8316 37.7397 64.7901 37.8261C64.7373 37.7995 64.861 37.8052 64.8058 37.7561C64.7544 37.7887 64.7678 37.6961 64.7155 37.7653L64.6852 37.7364L64.6664 37.8205C64.6664 37.8205 64.658 37.6936 64.6901 37.6493C64.6277 37.6647 64.5983 37.5993 64.5437 37.6459L64.5546 37.6631C64.4636 37.5766 64.2624 37.7522 64.255 37.5887C64.2464 37.5942 64.2293 37.605 64.2487 37.6167L64.1818 37.5871L64.1607 37.6485L64.1049 37.5037L64.0815 37.5426C64.006 37.5183 63.9151 37.4318 63.8265 37.3678L63.8373 37.385C63.7667 37.2736 63.7167 37.3654 63.6678 37.2882C63.6678 37.2882 63.6646 37.3022 63.6701 37.3108L63.6063 37.2671L63.5969 37.3092C63.5909 37.2048 63.4022 37.3244 63.4708 37.281C63.4663 37.2358 63.4454 37.1649 63.4634 37.1175C63.3996 37.0738 63.4205 37.1447 63.3528 37.1516C63.2999 37.125 63.3296 37.0582 63.2424 37.0534L63.219 37.0922C63.219 37.0922 63.1809 37.0323 63.1452 36.9949L63.1561 37.012C63.122 36.9014 62.9971 37.0647 63.0326 36.8741C62.9788 36.8841 62.9408 36.8241 62.9025 36.8964C62.8373 36.7936 62.7853 36.7305 62.7084 36.6471C62.6186 36.7521 62.6975 36.63 62.6009 36.6672L62.6446 36.6034C62.5171 36.5161 62.2819 36.5811 62.1661 36.4743L62.1309 36.5327L62.1498 36.4486C61.988 36.383 61.7701 36.3049 61.6535 36.2347C61.6295 36.1778 61.6094 36.0704 61.5394 36.0547C61.4571 35.9628 61.3521 35.8731 61.2121 35.8418C61.2058 35.8698 61.1801 35.8861 61.1824 35.9087C61.1872 35.8215 61.1186 35.865 61.0852 35.8502L61.1366 35.8175C61.1383 35.7444 61.0588 35.7707 61.0128 35.8119L60.9982 35.713C60.9982 35.713 60.9811 35.7239 60.9725 35.7294L60.9819 35.6873L60.8962 35.7417C60.8962 35.7417 60.8473 35.6646 60.8661 35.5805C60.8404 35.5969 60.7812 35.5983 60.817 35.6357L60.6077 35.5522L60.6615 35.5421C60.6966 35.4838 60.6617 35.4098 60.6166 35.4144C60.6289 35.4907 60.5666 35.5062 60.5291 35.5419C60.5191 35.4882 60.5891 35.5039 60.5846 35.4587C60.5691 35.3964 60.5085 35.3388 60.4828 35.3551L60.5045 35.3893C60.4548 35.3488 60.3736 35.4483 60.3293 35.4163C60.317 35.34 60.2655 35.3727 60.3327 35.27C60.2861 35.2155 60.2664 35.3361 60.2384 35.3298C60.2401 35.2567 60.1389 35.2487 60.0983 35.2985C60.1531 35.1196 59.9076 35.2632 59.9756 35.124L59.8899 35.1783C59.8899 35.1783 59.9407 35.05 59.905 35.0126C59.8427 35.0281 59.8184 35.1035 59.7895 35.1338L59.8381 34.9829C59.5531 35.0074 59.3224 34.7572 59.0125 34.7615C58.9216 34.675 58.8175 34.5487 58.6892 34.4979L58.7001 34.5151L58.5514 34.4892L58.6729 34.4722C58.6729 34.4722 58.6434 34.4068 58.624 34.3951C58.4582 34.3801 58.2418 34.3611 58.1074 34.206C58.0814 33.9943 57.9617 34.2984 57.923 34.1427C57.9339 34.1599 57.9136 34.1847 57.9159 34.2073C57.8367 34.1014 57.7847 34.0382 57.7149 33.8903C57.6492 34.0521 57.6426 33.852 57.6152 33.9415L57.6309 33.8715C57.588 33.8986 57.518 33.883 57.514 33.9336L57.5079 33.8293L57.4728 33.8876C57.4059 33.8579 57.2932 33.7371 57.1949 33.8475C57.0808 33.6675 56.8156 33.5714 56.5892 33.4987C56.5823 33.431 56.5294 33.4045 56.4851 33.3725L56.3993 33.4269C56.3667 33.3754 56.3553 33.2626 56.2898 33.2921C56.2898 33.2921 56.2867 33.3061 56.2835 33.3201C56.2478 33.2827 56.1769 33.3036 56.1623 33.2047C56.1009 33.1836 56.0386 33.1991 56.0197 33.2831C56.0791 33.1493 55.9022 33.2495 55.9022 33.2495C55.9022 33.2495 55.1895 33.0165 54.4265 32.6473C53.6541 32.3201 52.8508 31.8683 52.6455 31.3738C52.6472 31.3006 52.6037 31.2321 52.656 31.1629C52.6234 31.1115 52.5531 31.2281 52.5688 31.1581C52.6537 31.1403 52.6097 30.976 52.7094 30.9248L52.6877 30.8905C52.6877 30.8905 52.714 30.97 52.7328 30.8859L52.696 31.0174C52.696 31.0174 52.7669 30.9965 52.7903 30.9576C52.8058 31.0199 52.7595 31.1934 52.8647 31.1507L52.8538 31.1336C52.9121 31.1687 52.9201 31.0675 52.9372 31.0567L53.0144 31.0077C52.9973 31.0186 52.995 30.996 52.981 30.9929C53.0144 31.0077 53.0301 30.9377 53.045 30.9043L53.1033 30.9394C53.1033 30.9394 53.0613 30.93 53.1104 30.8748L53.1702 30.969C53.2382 30.8298 53.2268 31.0773 53.3143 30.9498C53.2762 30.8898 53.3323 30.9023 53.3503 30.8549L53.484 30.9142C53.484 30.9142 53.4686 30.8519 53.4795 30.8691C53.5223 30.8419 53.5121 30.9205 53.5175 30.9291C53.5464 30.8987 53.6178 30.9736 53.6538 30.8787C53.7699 30.8531 53.645 31.0164 53.7525 30.9963C53.7876 30.938 53.6887 30.9527 53.7487 30.9146L53.8319 30.97C53.8319 30.97 53.8539 30.8719 53.8173 30.8711C54.0929 30.8886 54.3604 30.6469 54.5508 30.8146C54.614 30.7625 54.5494 30.7554 54.5448 30.7102C54.6706 30.8708 54.8361 30.6577 54.9753 30.7256L54.9541 30.7871C55.2268 30.6863 55.4132 30.9045 55.6576 30.9297L55.6148 30.9569C55.6216 31.0247 55.6745 31.0512 55.6963 31.0855C55.7166 31.0606 55.7245 30.9594 55.7797 31.0085C55.754 31.0248 55.7228 31.0326 55.7166 31.0606C55.9658 30.9987 56.3437 31.2156 56.6799 31.2908C57.0687 31.5248 57.5761 31.6236 57.9595 31.8491C57.9012 31.814 57.8612 31.9595 57.9203 31.958C58.1636 31.7918 58.1225 32.1062 58.3274 32.0123C58.5201 32.2024 58.8262 32.1165 58.9549 32.3953L58.9901 32.337C58.9901 32.337 59.0172 32.3798 59.0507 32.3947L59.0678 32.3838C59.155 32.3886 59.2171 32.5054 59.2848 32.4985L59.2465 32.5708C59.2908 32.6028 59.3065 32.5328 59.322 32.5951L59.3368 32.5616L59.36 32.6551C59.4194 32.5213 59.5024 32.709 59.5678 32.6795C59.6144 32.734 59.7076 32.8431 59.8111 32.8736C59.8603 32.8184 59.9715 32.8801 60.0672 32.8794C60.2002 32.9754 60.3946 33.0924 60.5844 33.1642L60.5375 33.242L60.5818 33.274C60.5818 33.274 60.6076 33.2577 60.5967 33.2405C60.6802 33.1636 60.6876 33.3271 60.7616 33.2921C60.6953 33.3582 60.7196 33.2827 60.6916 33.2765C60.6293 33.292 60.6213 33.3931 60.6976 33.3808L60.7148 33.3699L60.7248 33.4236C60.7599 33.3653 60.8137 33.3553 60.8434 33.2884C60.9903 33.3874 61.0344 33.5517 61.2048 33.6119C61.2291 33.5364 61.3043 33.693 61.3443 33.5475C61.4094 33.6503 61.2717 33.6416 61.2691 33.7513C61.3026 33.7661 61.3071 33.8113 61.3306 33.7724C61.3314 33.7358 61.3883 33.7118 61.372 33.6861L61.4272 33.7352C61.4272 33.7352 61.4335 33.7072 61.4366 33.6932C61.529 33.8388 61.7059 33.7387 61.7842 33.8812C61.7662 33.9287 61.7282 33.8687 61.7156 33.9247C61.7768 34.0781 61.8683 33.9 61.9358 34.0254L61.9515 33.9554C61.9669 34.0177 61.9458 34.0791 62.0307 34.0614C62.083 33.9922 62.0129 33.9765 62.0084 33.9313C62.0472 33.9548 62.1413 34.0273 62.0727 34.0708C62.1053 34.1222 62.1544 34.067 62.1996 34.0624C62.1825 34.0732 62.1287 34.0833 62.1333 34.1284C62.2151 34.1247 62.3208 34.1777 62.3986 34.2245C62.4103 34.2051 62.4306 34.1802 62.4252 34.1717C62.4335 34.2985 62.5218 34.1344 62.5933 34.2093C62.8148 34.3691 63.0596 34.6224 63.2905 34.7403C63.2849 34.864 63.354 34.9163 63.4146 34.9739L63.4935 34.8519L63.537 34.9204C63.537 34.9204 63.5044 34.869 63.5667 34.8535L63.5393 34.943C63.5393 34.943 63.7151 35.0117 63.6679 34.8614L63.9012 35.0019C63.9541 35.0284 63.8675 35.1193 63.9461 35.1296C63.9804 35.1078 63.9469 35.093 63.9704 35.0541C64.1953 35.0677 64.021 35.4184 64.2117 35.4537L64.2008 35.4366C64.2008 35.4366 64.2723 35.5114 64.2606 35.5309C64.1623 35.6412 64.2794 35.4468 64.1828 35.484C64.1211 35.5953 64.206 35.5775 64.1591 35.6552C64.2214 35.6398 64.1972 35.7152 64.236 35.7386C64.3381 35.71 64.3838 35.8011 64.4696 35.7467C64.4742 35.7919 64.4459 35.9179 64.4956 35.9585C64.59 35.8987 64.5371 35.8721 64.6157 35.8824L64.586 35.9493C64.586 35.9493 64.6451 35.9478 64.66 35.9144C64.7129 35.9409 64.6434 36.021 64.7306 36.0258L64.7269 35.944C64.7595 35.9954 64.7821 35.9931 64.8544 36.0314C64.8778 35.9925 64.8498 35.9862 64.8218 35.98C64.9161 35.9202 64.8567 36.0539 64.8761 36.0657C64.8504 36.082 64.7998 36.078 64.7841 36.148C64.8261 36.1574 64.801 36.2695 64.8641 36.2174L64.8604 36.1357C64.8922 36.2237 64.847 36.2283 64.9365 36.2556C64.9365 36.2556 64.9482 36.2362 64.9513 36.2222C64.9488 36.3319 65.0594 36.2978 65.1317 36.3361C65.1309 36.3727 65.13 36.4092 65.1495 36.4209C65.0817 36.4279 65.0894 36.459 65.0489 36.5088C65.1603 36.4381 65.0563 36.6722 65.1887 36.6724C65.2035 36.639 65.2161 36.5829 65.1678 36.6015C65.2015 36.4841 65.2515 36.3923 65.2338 36.3074C65.2609 36.3503 65.2827 36.3846 65.3007 36.3371L65.2561 36.4374C65.2561 36.4374 65.295 36.4608 65.309 36.464C65.2793 36.5309 65.2061 36.5292 65.227 36.6001C65.265 36.6601 65.319 36.5177 65.301 36.5652C65.3553 36.6508 65.2587 36.6881 65.3513 36.7014C65.3459 36.6929 65.3522 36.6648 65.3296 36.6672C65.4028 36.6688 65.4399 36.7654 65.5211 36.6659C65.5274 36.6379 65.5508 36.599 65.5228 36.5927L65.5057 36.6036C65.5082 36.4938 65.5437 36.6636 65.5914 36.5492C65.5423 36.6044 65.6232 36.6372 65.6566 36.652L65.5989 36.7127C65.5672 36.985 65.6895 36.5711 65.7632 36.6685C65.795 36.7565 65.7266 36.6677 65.7304 36.7494C65.7778 36.7674 65.841 36.7154 65.8813 36.7979C65.9156 36.7762 65.9748 36.7747 66.0356 36.7001C66.0511 36.7623 66.1726 36.7454 66.1452 36.8349C66.0377 36.8549 66.1368 36.708 65.9865 36.7553L65.9591 36.8447C66.0174 36.8798 66.0577 36.9624 66.1169 36.9609C66.0997 36.9718 66.0826 36.9827 66.0763 37.0107C66.1306 37.0964 66.1032 37.1858 66.2012 37.2078C66.259 37.1471 66.2115 37.1292 66.1812 37.1003C66.2661 37.0825 66.2341 37.1269 66.3236 37.1542C66.3727 37.099 66.2707 37.1277 66.3004 37.0608L66.3719 37.1356L66.3805 37.1302C66.3219 37.2274 66.4474 37.1598 66.4768 37.2253C66.5989 37.3041 66.5223 37.4487 66.5306 37.5756C66.5649 37.5538 66.5906 37.5375 66.5969 37.5095C66.54 37.5336 66.5689 37.5033 66.5752 37.4752C66.6024 37.5181 66.731 37.4366 66.7295 37.3774C66.773 37.446 66.6695 37.4155 66.6881 37.4637L66.7799 37.5137C66.7339 37.5549 66.6918 37.5455 66.7127 37.6163C66.7399 37.6592 66.7625 37.6569 66.8208 37.692C66.8271 37.664 66.8871 37.6259 66.8482 37.6025C66.8848 37.6033 66.9237 37.6267 66.8971 37.6796C66.8068 37.6888 66.9623 37.7825 66.8625 37.8337L66.9529 37.8245C66.9529 37.8245 66.9623 37.7825 66.9257 37.7816C66.992 37.7156 66.9583 37.833 66.9692 37.8502C67.0003 37.8424 67.0586 37.8775 67.0789 37.8527C67.0781 37.8892 67.1341 37.9018 67.1715 37.866C67.1933 37.9003 67.131 37.9158 67.1247 37.9438L67.2165 37.9937C67.2165 37.9937 67.3468 37.839 67.3445 37.8165C67.3459 37.8756 67.2625 37.9525 67.3154 37.9791C67.3459 37.8756 67.4283 37.9676 67.4565 37.8415C67.5251 37.798 67.6138 37.862 67.6378 37.9188C67.6189 38.0029 67.5646 37.9172 67.5177 37.9949C67.625 38.1072 67.4938 38.2984 67.6027 38.3375L67.5661 38.3367C67.5924 38.4161 67.5956 38.4021 67.5767 38.4861C67.6267 38.3944 67.8059 38.3168 67.8797 38.4142C67.8531 38.4671 67.7691 38.4483 67.7362 38.5292L67.7797 38.5977C67.7797 38.5977 67.8054 38.5814 67.8031 38.5588C67.838 38.6328 67.9838 38.5404 67.9252 38.6376L68.0733 38.5678L68.0132 38.6058C68.0132 38.6058 68.0333 38.7133 68.0356 38.7358C68.0587 38.8293 68.107 38.8107 68.1779 38.7898C68.1436 38.8115 68.0579 38.8659 68.0905 38.9173C68.1919 38.7929 68.2305 38.9486 68.2828 38.8794C68.2937 38.8965 68.37 38.8842 68.3209 38.9394L68.3763 38.8562C68.292 38.9697 68.3612 39.022 68.4047 39.0905C68.521 38.9327 68.4481 39.1591 68.5947 39.0301C68.519 39.1381 68.6568 39.1469 68.5928 39.2355C68.6285 39.2729 68.7097 39.1734 68.744 39.1517L68.7314 39.2077C68.7914 39.1697 68.88 39.2336 68.9446 39.2407L68.9109 39.3582L68.9624 39.3256C68.9624 39.3256 68.9747 39.4019 68.921 39.4119L68.9544 39.4267C68.8732 39.5262 68.9644 39.4805 68.9767 39.5567C68.9939 39.5459 69.0196 39.5296 69.0173 39.507C69.0336 39.5327 69.0773 39.4689 69.1116 39.4472C69.0773 39.4689 69.0442 39.6822 68.943 39.6742C68.9001 39.7014 68.9156 39.7637 68.9522 39.7645L69.0465 39.7047L68.9879 39.8019C69.0151 39.8448 69.0751 39.8067 69.1171 39.8161C69.0954 39.7818 69.1954 39.5983 69.2755 39.6677C69.2483 39.6248 69.2694 39.5634 69.2703 39.5268C69.2897 39.5385 69.2983 39.5331 69.3109 39.4771C69.3458 39.551 69.2812 39.5439 69.3332 39.6071C69.4026 39.527 69.4424 39.5138 69.5093 39.5435L69.4244 39.5613L69.4127 39.5807C69.3901 39.583 69.3815 39.5885 69.3526 39.6188C69.3581 39.6273 69.3321 39.776 69.3835 39.7433C69.216 39.8015 69.3933 39.9294 69.2967 39.9666C69.2764 39.9915 69.3176 40.0375 69.355 40.0017C69.3653 39.9231 69.4213 39.9356 69.475 39.9256C69.4579 39.9365 69.4267 39.9442 69.4236 39.9582C69.4453 39.9925 69.5108 39.963 69.5419 39.9553L69.5482 39.9273L69.6268 39.9375C69.6268 39.9375 69.5193 39.9576 69.5434 40.0144C69.5605 40.0035 69.5814 40.0744 69.6188 40.0387C69.6486 39.9718 69.7343 39.9174 69.7071 39.8746C69.7289 39.9088 69.8081 40.0148 69.706 40.0434L69.7332 40.0863C69.7332 40.0863 69.5868 40.083 69.6357 40.1601L69.6529 40.1492L69.6395 40.2418L69.7018 40.2263C69.7018 40.2263 69.6698 40.2707 69.6892 40.2824C69.7149 40.2661 69.7429 40.2723 69.7718 40.242C69.8098 40.302 69.7755 40.3237 69.7607 40.3572C69.7824 40.3915 69.805 40.3892 69.8401 40.3308C69.8845 40.3628 69.9419 40.4345 70.0097 40.4276C70.0274 40.5124 69.9871 40.4299 69.9628 40.5054C70.142 40.4278 70.1766 40.6341 70.2364 40.7283C70.0992 40.8153 70.2441 40.7595 70.1458 40.8699C70.1638 40.8224 70.3148 40.8709 70.2776 40.7743L70.3102 40.8257C70.4036 40.8025 70.2847 40.7097 70.4233 40.6819C70.4614 40.7419 70.3708 40.8834 70.4688 40.9053C70.5328 40.8167 70.4897 40.9762 70.5623 40.8821C70.5772 40.8487 70.5577 40.837 70.5414 40.8113L70.5586 40.8004C70.6969 40.9049 70.4937 40.9256 70.4912 41.0354C70.5129 41.0696 70.53 41.0588 70.5526 41.0565C70.5955 41.0293 70.6244 40.999 70.5995 40.9787L70.7707 41.0023L70.7584 40.926C70.943 40.857 71.3566 40.7509 71.4029 40.5774C71.892 40.4956 72.6003 40.1907 73.1442 39.93C73.2422 39.9519 73.4097 39.8938 73.5461 39.8434L73.6507 39.705C73.7893 39.6772 73.9714 39.7179 74.0751 39.6161C74.0697 39.6075 74.0643 39.599 74.0503 39.5958C74.192 39.554 74.2926 39.4662 74.4444 39.4781C74.5839 39.4137 74.7102 39.3096 74.627 39.2542C74.7031 39.3741 74.9263 39.1005 74.9263 39.1005C74.9263 39.1005 75.792 38.6838 76.9579 38.0768C76.9073 38.0728 76.8458 38.0517 76.821 38.0314C76.7432 37.9846 76.6912 37.9215 76.6414 37.881C76.7429 37.7566 76.6197 37.8467 76.6651 37.7098C76.6611 37.7603 76.5116 37.771 76.5831 37.8459L76.5334 37.8053C76.4562 37.8542 76.5986 37.9081 76.4785 37.9842C76.4256 37.9577 76.4579 37.7811 76.3699 37.8129C76.3447 37.9249 76.3373 37.7614 76.309 37.8875C76.2996 37.9295 76.3307 37.9218 76.3361 37.9303L76.319 37.9412C76.2232 37.9419 76.3473 37.8152 76.3241 37.7217C76.2938 37.6929 76.2795 37.8221 76.2764 37.8361C76.2741 37.8135 76.2804 37.7855 76.2867 37.7575C76.2867 37.7575 76.2992 37.7015 76.3024 37.6875C76.3024 37.6875 76.2992 37.7015 76.2961 37.7155C76.2992 37.7015 76.3024 37.6875 76.3055 37.6735C76.3118 37.6454 76.3095 37.6229 76.3072 37.6003C76.3135 37.5723 76.3112 37.5497 76.3035 37.5186C76.3089 37.5271 76.3143 37.5357 76.3058 37.5411C76.3058 37.5411 76.3081 37.5637 76.3166 37.5583C76.3166 37.5583 76.3166 37.5583 76.3775 37.4836C76.3821 37.5288 76.3375 37.6291 76.4084 37.6082C76.393 37.5459 76.4295 37.5468 76.4467 37.5359C76.4115 37.5942 76.4739 37.5787 76.4956 37.613C76.533 37.5773 76.5161 37.4558 76.5948 37.466L76.5408 37.6084C76.5408 37.6084 76.5799 37.4995 76.6179 37.5595C76.6228 37.4723 76.6796 37.4483 76.6105 37.396C76.7671 37.3207 76.7285 37.5254 76.7743 37.6165C76.7689 37.6079 76.7806 37.5885 76.7837 37.5745C76.7743 37.6165 76.8163 37.6259 76.8326 37.6516C76.9004 37.6447 76.8289 37.5699 76.8577 37.5396L76.9355 37.5864L76.9441 37.581C76.9441 37.581 76.9712 37.6238 76.9915 37.5989C76.9901 37.5398 76.9995 37.4978 77.0035 37.4472L77.0398 37.5803C77.0398 37.5803 77.1342 37.5205 77.093 37.4745C77.0844 37.48 77.0704 37.4768 77.0447 37.4931C77.0698 37.3811 77.0341 37.3437 77.0055 37.2417L76.9892 37.216C76.9892 37.216 76.9517 37.2517 76.9377 37.2486L76.9649 37.2915C76.9649 37.2915 76.8637 37.2835 76.9017 37.3435C76.82 37.3473 76.8786 37.2501 76.846 37.1987C76.7782 37.2056 76.7422 37.3005 76.7577 37.3628L76.7368 37.2919L76.7196 37.3028L76.7128 37.2351C76.6364 37.2474 76.6433 37.3151 76.5904 37.2886L76.6373 37.2108L76.5858 37.2434C76.5858 37.2434 76.6016 37.1734 76.5712 37.1446L76.5541 37.1554L76.5324 37.1212C76.5447 37.1975 76.4818 37.1172 76.4606 37.1787C76.4218 37.1553 76.4218 37.1553 76.3751 37.1007L76.4266 37.0681C76.37 36.9598 76.3689 37.1287 76.2965 37.0905L76.3457 37.0353C76.1845 37.0654 76.2145 36.8662 76.1015 36.8777C76.1287 36.9206 76.071 36.9812 76.0827 36.9618C76.0392 36.8932 75.9249 36.8456 75.9134 36.7327C75.8331 36.7956 75.8043 36.8259 75.7171 36.8211C75.6673 36.7806 75.6705 36.7666 75.6916 36.7051C75.6184 36.7035 75.5758 36.5983 75.5267 36.6535C75.5478 36.5921 75.4792 36.6356 75.4778 36.5764L75.452 36.5927L75.5012 36.5375C75.3306 36.6097 75.4151 36.3638 75.2531 36.4305L75.2639 36.4477L75.2368 36.4048C75.211 36.4211 75.2188 36.4523 75.1953 36.4912L75.0258 36.3944L75.0772 36.3618C75.0772 36.3618 75.0681 36.2715 75.0003 36.2784C75.0001 36.4107 74.942 36.2433 74.8843 36.3039L74.9115 36.3468C74.8762 36.3291 74.8731 36.299 74.9023 36.2565C74.8588 36.1879 74.7822 36.3326 74.7731 36.2423L74.812 36.2657C74.812 36.2657 74.848 36.1708 74.8231 36.1505C74.8145 36.156 74.7802 36.1777 74.7911 36.1948C74.7585 36.1434 74.669 36.1161 74.6613 36.0849C74.6247 36.0841 74.6013 36.123 74.6004 36.1596C74.5244 36.0396 74.5444 36.147 74.4769 36.0216L74.4535 36.0605L74.4466 35.9928L74.35 36.03L74.4014 35.9974C74.4014 35.9974 74.358 35.9288 74.3074 35.9249L74.2862 35.9863C74.2039 35.8944 74.1142 35.9993 74.0778 35.8662C74.0693 35.8716 74.0715 35.8942 74.0684 35.9082C74.0321 35.775 73.9406 35.9531 73.916 35.8006C73.9043 35.82 73.8872 35.8309 73.8809 35.8589L73.8654 35.7966L73.8271 35.8689L73.8608 35.7514L73.7837 35.8004L73.7985 35.7669C73.6722 35.871 73.681 35.7333 73.5556 35.8008L73.625 35.7208C73.5975 35.4499 73.2305 35.6105 73.1056 35.4134L73.0673 35.4857L73.045 35.3557C72.9709 35.3906 73.0292 35.4257 72.9918 35.4615C72.9375 35.3758 73.0255 35.344 72.9486 35.2606C72.8723 35.2729 72.9275 35.3221 72.9406 35.3618C72.8809 35.2675 72.7736 35.1553 72.6919 35.1591C72.6919 35.1591 72.6982 35.131 72.7122 35.1342C72.6687 35.0656 72.5847 35.0468 72.5209 35.0031C72.5061 35.0366 72.5169 35.0537 72.5278 35.0709C72.5084 35.0592 72.4632 35.0638 72.4586 35.0186L72.4429 35.0887C72.4429 35.0887 72.3334 34.9538 72.2757 35.0145C72.3014 34.9982 72.328 34.9453 72.2837 34.9133C72.1971 35.0042 72.2076 34.7933 72.1001 34.8134C72.0938 34.8414 72.1382 34.8734 72.1241 34.8703C72.0704 34.8803 72.0721 34.8072 72.0589 34.7674L72.0409 34.8149L71.9206 34.663C71.834 34.7539 71.7822 34.5585 71.7493 34.6394C71.6965 34.6128 71.8257 34.627 71.7651 34.5693C71.7136 34.602 71.7216 34.5008 71.6747 34.5785L71.6359 34.5551L71.631 34.6423C71.6038 34.5995 71.6087 34.5123 71.6353 34.4594C71.5729 34.4749 71.5295 34.4063 71.4803 34.4615L71.4912 34.4787C71.3863 34.389 71.1796 34.5561 71.1667 34.384C71.1582 34.3895 71.141 34.4003 71.1605 34.412L71.0881 34.3738L71.0756 34.4298L71.0058 34.2818L70.9909 34.3153C70.91 34.2825 70.7965 34.1983 70.711 34.1203L70.7219 34.1375C70.6459 34.0175 70.5873 34.1147 70.5329 34.029C70.5329 34.029 70.5298 34.043 70.5352 34.0516L70.4629 34.0133L70.4535 34.0553C70.4475 33.951 70.2448 34.0675 70.3134 34.024C70.3034 33.9703 70.2739 33.9049 70.3005 33.852C70.2228 33.8052 70.2491 33.8846 70.1899 33.8861C70.137 33.8595 70.1527 33.7895 70.0601 33.7762L70.0452 33.8096C70.0452 33.8096 70.0018 33.7411 69.9575 33.7091L69.9683 33.7262C69.9203 33.6125 69.804 33.7703 69.8308 33.5851C69.7771 33.5952 69.7305 33.5406 69.6922 33.613C69.627 33.5101 69.5524 33.4493 69.47 33.3574C69.3857 33.4709 69.4537 33.3317 69.3571 33.3689L69.4008 33.3051C69.2593 33.2146 69.0155 33.2851 68.8717 33.1721L68.8366 33.2304L68.8414 33.1432C68.657 33.0799 68.4283 32.9846 68.2977 32.9113C68.2651 32.8599 68.2482 32.7384 68.1641 32.7196C68.0678 32.6245 67.9574 32.5263 67.8034 32.4919C67.7971 32.5199 67.7714 32.5362 67.7736 32.5588C67.7785 32.4716 67.6959 32.5119 67.6624 32.4971L67.7139 32.4645C67.7102 32.3828 67.6276 32.4231 67.5847 32.4503L67.5561 32.3483C67.5561 32.3483 67.5389 32.3592 67.5304 32.3646L67.5398 32.3226L67.4649 32.3941C67.4649 32.3941 67.388 32.3107 67.41 32.2127C67.3897 32.2375 67.3251 32.2304 67.3608 32.2679L67.129 32.1866L67.1827 32.1765C67.2179 32.1182 67.169 32.0411 67.1292 32.0543C67.1501 32.1251 67.0792 32.146 67.0418 32.1818C67.0318 32.1281 67.1018 32.1437 67.0972 32.0986C67.0818 32.0363 67.0157 31.9701 66.9729 31.9972L66.9946 32.0315C66.9449 31.991 66.8637 32.0905 66.8194 32.0585C66.7985 31.9876 66.7416 32.0117 66.8088 31.9091C66.7536 31.8599 66.7425 31.9751 66.7145 31.9688C66.7076 31.9011 66.601 31.8846 66.5604 31.9344C66.6012 31.7523 66.3526 31.91 66.4066 31.7676L66.3208 31.822C66.3208 31.822 66.3577 31.6905 66.3219 31.6531C66.2596 31.6686 66.2353 31.744 66.2065 31.7743L66.2465 31.6288C65.9389 31.6556 65.6716 31.4047 65.3509 31.3917C65.2459 31.3021 65.1364 31.1673 64.9823 31.1328L64.9932 31.15L64.8274 31.1349L64.9575 31.1126C64.9575 31.1126 64.9194 31.0526 64.8946 31.0323C64.7116 31.0281 64.4867 31.0146 64.3297 30.8618C64.2811 30.6524 64.1808 30.9682 64.1227 30.8008C64.1336 30.818 64.1133 30.8428 64.1156 30.8654C64.0138 30.7618 63.9618 30.6986 63.8694 30.553C63.8177 30.7179 63.7831 30.5116 63.7697 30.6042L63.7854 30.5342C63.7425 30.5613 63.6725 30.5457 63.6599 30.6017L63.6399 30.4943L63.6102 30.5612C63.5347 30.5369 63.3995 30.4184 63.3066 30.5374C63.1613 30.3652 62.868 30.2628 62.6299 30.2095C62.623 30.1418 62.5561 30.1121 62.5033 30.0856L62.4175 30.14C62.3818 30.1026 62.3509 29.978 62.2909 30.016C62.2909 30.016 62.2877 30.03 62.2932 30.0386C62.2434 29.9981 62.178 30.0275 62.1548 29.9341C62.0988 29.9216 62.0139 29.9394 62.009 30.0265C62.0544 29.8896 61.8744 30.0038 61.8744 30.0038C61.8744 30.0038 61.0791 29.8112 60.2132 29.5072C59.4242 29.2866 58.5926 28.9609 58.2221 28.547C58.2049 28.5579 58.1964 28.5634 58.1706 28.5797C57.5644 28.8559 56.7324 29.1551 56.1362 29.4851L56.1114 29.8252ZM76.2964 37.9435C76.2964 37.9435 76.3019 37.9521 76.2987 37.9661C76.2987 37.9661 76.2987 37.9661 76.2933 37.9575L76.2964 37.9435ZM65.1499 25.5004C65.1499 25.5004 65.1725 25.4981 65.1928 25.4732C65.1819 25.4561 65.185 25.4421 65.1936 25.4366C65.1905 25.4506 65.1702 25.4755 65.1445 25.4918L65.1499 25.5004ZM77.9271 15.5256C77.9271 15.5256 77.9279 15.489 77.9311 15.475L77.8796 15.5076C77.8796 15.5076 77.9131 15.5225 77.9271 15.5256ZM78.8575 13.9026L78.8209 13.9017L78.7952 13.9181C78.7952 13.9181 78.8489 13.908 78.8661 13.8971L78.8575 13.9026ZM78.3388 19.1329L78.2471 19.083C78.2682 19.0215 78.3688 18.9337 78.3051 18.89L78.2879 18.9009C78.295 18.8363 78.2484 18.7818 78.3147 18.7157C78.3079 18.648 78.2558 18.5849 78.1678 18.6166C78.3064 18.5888 78.1346 18.4695 78.1346 18.4695C78.1346 18.4695 78.0891 18.2461 78.0267 17.9012C77.9869 17.554 77.8711 17.0868 77.8744 16.5802C77.8781 16.3015 77.8903 16.0175 77.908 15.742C77.6688 16.2179 77.5691 16.6295 77.1441 16.9831C77.133 17.0982 77.2205 16.9707 77.3053 16.9529C76.9078 17.217 76.9787 17.5565 76.6769 17.8199L76.6272 17.7793C76.3452 18.2825 75.7978 18.6896 75.3594 19.1357L75.3923 19.0548C75.288 19.0609 75.1734 19.1456 75.0822 19.1914C75.0899 19.2225 75.2245 19.2453 75.0702 19.3431C75.0882 19.2957 75.1319 19.2319 75.0899 19.2225C75.0313 19.3197 74.933 19.4301 74.8293 19.5319C74.8861 19.5079 74.9602 19.4729 74.985 19.4932L74.9445 19.543C75.1408 19.4545 75.1569 19.6125 75.2946 19.6213L75.2603 19.643C75.2338 19.6959 75.2501 19.7216 75.2438 19.7496C75.2695 19.7333 75.3195 19.6416 75.3187 19.6781C75.3015 19.689 75.2758 19.7053 75.2586 19.7162C75.4347 19.6526 75.5551 19.8046 75.7177 19.8336C75.849 20.0027 76.0817 20.0474 76.2332 20.1916C76.2169 20.1659 76.1349 20.3019 76.1746 20.2888C76.3758 20.1132 76.2398 20.3916 76.3973 20.2797C76.4476 20.416 76.6674 20.2887 76.6483 20.505L76.692 20.4413C76.692 20.4413 76.7029 20.4584 76.7138 20.4755L76.7309 20.4647C76.7309 20.4647 76.7798 20.5418 76.8195 20.5286L76.7758 20.5924C76.7758 20.5924 76.8218 20.5512 76.8178 20.6018L76.8413 20.5629L76.8224 20.6469C76.9013 20.5248 76.8893 20.6766 76.9439 20.63C76.9571 20.6697 76.9748 20.7546 77.0254 20.7585C77.0745 20.7033 77.1189 20.7353 77.1726 20.7253C77.2192 20.7798 77.3047 20.8578 77.3942 20.8851L77.3473 20.9629L77.3582 20.98C77.3582 20.98 77.3785 20.9552 77.3816 20.9411C77.451 20.8611 77.4142 20.9926 77.4602 20.9514C77.4025 21.012 77.4431 20.9622 77.4236 20.9505C77.3807 20.9777 77.3479 21.0586 77.3962 21.04L77.4133 21.0291L77.3953 21.0766C77.4445 21.0214 77.4648 20.9965 77.5139 20.9413C77.5746 20.999 77.5517 21.1336 77.6443 21.147C77.6826 21.0747 77.6769 21.1984 77.7418 21.0732C77.7541 21.1495 77.6778 21.1618 77.6418 21.2567C77.6472 21.2653 77.6464 21.3019 77.6784 21.2576C77.6932 21.2241 77.7307 21.1884 77.7338 21.1744L77.7501 21.2001C77.7501 21.2001 77.765 21.1666 77.7735 21.1612C77.7936 21.2686 77.923 21.1505 77.9291 21.2548C77.9111 21.3023 77.9065 21.2571 77.8745 21.3014C77.8688 21.4252 77.9602 21.2471 77.9748 21.3459L78.0045 21.279C78.0045 21.279 77.974 21.3825 78.0254 21.3499C78.0777 21.2807 78.0411 21.2799 78.0505 21.2379C78.07 21.2496 78.0971 21.2924 78.048 21.3476C78.0471 21.3842 78.0909 21.3204 78.122 21.3127C78.1049 21.3235 78.0706 21.3453 78.0611 21.3873C78.1094 21.3687 78.1538 21.4007 78.1958 21.4101C78.2129 21.3992 78.2278 21.3657 78.2224 21.3572C78.1972 21.4692 78.291 21.3137 78.3127 21.348C78.4036 21.4345 78.4811 21.6136 78.6126 21.6504C78.582 21.7538 78.6123 21.7827 78.6341 21.817L78.7129 21.6949L78.723 21.7486C78.723 21.7486 78.7152 21.7175 78.7612 21.6763L78.7284 21.7572C78.7284 21.7572 78.8101 21.7534 78.8204 21.6748C78.7561 21.5354 78.6863 21.3874 78.7154 21.2248C78.8575 21.0506 78.545 21.1646 78.6473 21.0036C78.6302 21.0145 78.613 21.0254 78.5959 21.0363C78.6164 20.8791 78.6353 20.795 78.7096 20.6278C78.5367 20.6774 78.695 20.5289 78.607 20.5607L78.667 20.5227C78.667 20.5227 78.5986 20.4338 78.5503 20.4525L78.6198 20.3724L78.552 20.3793C78.5257 20.2999 78.5557 20.1007 78.3985 20.0802C78.4573 19.8507 78.3832 19.5252 78.3331 19.2567C78.3932 19.2186 78.384 19.1283 78.3826 19.0692L78.3388 19.1329ZM80.3885 27.1439C80.2585 27.1663 80.3862 27.1213 80.2944 27.0714L80.3653 27.0505C80.3213 26.8862 80.088 26.7458 80.0557 26.562L79.9848 26.583L80.0425 26.5223C79.951 26.3401 79.8355 26.101 79.7828 25.9421C79.804 25.8807 79.8571 25.7749 79.8137 25.7063L79.8051 25.7118C79.7945 25.5623 79.7925 25.4074 79.7087 25.2563C79.683 25.2726 79.6549 25.2664 79.6487 25.2944C79.7204 25.2369 79.6255 25.2009 79.6178 25.1698L79.6792 25.1909C79.737 25.1303 79.6506 25.0889 79.6032 25.0709L79.6532 24.9792C79.6532 24.9792 79.6337 24.9675 79.6252 24.9729L79.6594 24.9511L79.5528 24.9346C79.5645 24.9152 79.564 24.8195 79.6443 24.7565C79.6131 24.7643 79.5696 24.6957 79.5711 24.7549L79.4727 24.5049L79.517 24.5369C79.5879 24.516 79.6068 24.4319 79.5679 24.4085C79.5241 24.4723 79.4658 24.4372 79.4152 24.4332C79.4472 24.3889 79.4853 24.4489 79.5141 24.4186C79.5344 24.3937 79.5438 24.3517 79.5361 24.3205C79.5307 24.312 79.5081 24.3143 79.4972 24.2971L79.459 24.3695L79.4724 24.2769C79.4349 24.3126 79.4512 24.3383 79.4224 24.3686C79.4178 24.3235 79.4358 24.276 79.4366 24.2394C79.4366 24.2394 79.4312 24.2309 79.4258 24.2223C79.4 24.2386 79.4163 24.2643 79.4101 24.2923C79.3946 24.23 79.3511 24.1615 79.3083 24.1887C79.3083 24.1887 79.32 24.1692 79.3286 24.1638C79.324 24.1186 79.2702 24.1287 79.2454 24.1084C79.2305 24.1419 79.236 24.1504 79.2328 24.1644C79.2242 24.1699 79.1985 24.1862 79.2025 24.1356L79.1728 24.2025C79.1728 24.2025 79.1239 24.1254 79.0942 24.1923C79.1145 24.1674 79.141 24.1145 79.1216 24.1028C79.0544 24.2054 79.0953 24.0234 79.0353 24.0614C79.029 24.0894 79.0398 24.1066 79.0398 24.1066C79.0056 24.1283 79.0181 24.0723 79.0361 24.0248L79.0181 24.0723L78.9809 23.9757C78.9084 24.0698 78.9203 23.918 78.8789 24.0044C78.8509 23.9981 78.9303 23.9718 78.9 23.9429C78.868 23.9872 78.8783 23.9087 78.8486 23.9755L78.8377 23.9584L78.8134 24.0339C78.8134 24.0339 78.83 23.9273 78.8566 23.8744C78.8137 23.9016 78.8091 23.8564 78.7654 23.9202L78.7568 23.9256C78.7568 23.9256 78.5673 24.0818 78.5988 23.9417C78.5902 23.9472 78.5785 23.9666 78.5839 23.9752L78.5504 23.9603L78.5239 24.0132L78.5179 23.9089L78.4944 23.9478C78.4944 23.9478 78.4112 23.8924 78.3755 23.855L78.3669 23.8605C78.36 23.7927 78.31 23.8845 78.2946 23.8222C78.2946 23.8222 78.286 23.8276 78.2914 23.8362L78.258 23.8214L78.2486 23.8634C78.2674 23.7794 78.1231 23.9309 78.1754 23.8617C78.1848 23.8197 78.1888 23.7691 78.2068 23.7217C78.1765 23.6928 78.1748 23.766 78.1296 23.7706C78.1016 23.7643 78.1313 23.6975 78.0862 23.7021L78.0627 23.7409C78.0627 23.7409 78.0582 23.6958 78.0333 23.6755L78.0442 23.6927C78.0404 23.6109 77.9241 23.7688 77.9898 23.607C77.9555 23.6287 77.9424 23.589 77.9041 23.6613C77.8832 23.5905 77.8646 23.5422 77.8375 23.4993C77.7617 23.6074 77.832 23.4908 77.7689 23.5428L77.804 23.4845C77.7488 23.4354 77.5828 23.5527 77.5307 23.4896L77.4956 23.5479L77.5199 23.4724C77.4273 23.4591 77.3238 23.4286 77.2514 23.3903C77.2523 23.3537 77.2657 23.2611 77.2205 23.2658C77.1879 23.2143 77.1445 23.1458 77.0713 23.1441C77.065 23.1721 77.0393 23.1884 77.0416 23.211C77.0659 23.1356 77.0113 23.1822 76.9973 23.179L77.0487 23.1464C77.059 23.0678 77.0044 23.1145 76.967 23.1502L76.9858 23.0662C76.9858 23.0662 76.9687 23.077 76.9601 23.0825L76.975 23.049L76.9141 23.1237C76.9141 23.1237 76.8986 23.0614 76.9315 22.9805C76.9112 23.0054 76.8801 23.0131 76.8823 23.0357L76.7734 22.9966L76.8077 22.9749C76.8429 22.9165 76.8414 22.8574 76.8157 22.8737C76.8086 22.9383 76.7657 22.9655 76.7283 23.0012C76.7377 22.9592 76.7743 22.96 76.7837 22.918C76.7963 22.862 76.7691 22.8191 76.7402 22.8495L76.734 22.8775C76.734 22.8775 76.6482 22.9318 76.6288 22.9201C76.6359 22.8555 76.5985 22.8913 76.6656 22.7886C76.6439 22.7544 76.6079 22.8493 76.5993 22.8547C76.6205 22.7932 76.5667 22.8033 76.5176 22.8585C76.6059 22.6944 76.4047 22.87 76.4867 22.7339L76.4095 22.7828C76.4095 22.7828 76.4852 22.6748 76.4689 22.649C76.4261 22.6762 76.3909 22.7345 76.362 22.7649L76.43 22.6256C76.2368 22.7001 76.1593 22.521 75.9755 22.5534C75.9375 22.4934 75.9229 22.3945 75.8474 22.3703L75.8583 22.3874L75.7625 22.3881L75.842 22.3617C75.842 22.3617 75.846 22.3112 75.8266 22.2995C75.7277 22.3141 75.6007 22.3225 75.5613 22.2033C75.6075 22.0298 75.4349 22.3075 75.4578 22.1728C75.4492 22.1783 75.4429 22.2063 75.4312 22.2257C75.4135 22.1409 75.4003 22.1012 75.406 21.9774C75.3154 22.1189 75.3757 21.9486 75.3288 22.0263L75.364 21.968C75.364 21.968 75.2931 21.9889 75.2611 22.0332L75.2885 21.9438L75.2448 22.0075C75.2448 22.0075 75.1796 21.9047 75.0813 22.0151C75.0675 21.8796 74.9252 21.8257 74.8194 21.7727C74.8406 21.7112 74.8157 21.6909 74.7994 21.6652L74.7222 21.7142C74.7222 21.7142 74.7622 21.5687 74.7108 21.6013C74.7108 21.6013 74.6936 21.6122 74.699 21.6207C74.6827 21.595 74.643 21.6082 74.6673 21.5327C74.6424 21.5125 74.5855 21.5365 74.5473 21.6088C74.6316 21.4953 74.4858 21.5877 74.4858 21.5877C74.4858 21.5877 74.1296 21.4051 73.7954 21.1244C73.6601 21.0059 73.5366 20.868 73.4357 20.7278C73.3468 20.7961 73.2634 20.8731 73.1745 20.9414C72.72 21.2295 72.2647 21.5542 71.804 21.8704C71.9652 21.8402 72.1507 21.7346 72.2011 21.8709C72.2697 21.8274 72.2191 21.8235 72.2371 21.776C72.2702 21.9232 72.4574 21.7444 72.5266 21.7967L72.486 21.8464C72.7018 21.7697 72.7568 21.9511 72.928 21.9747L72.8851 22.0019C72.8851 22.0019 72.8889 22.0836 72.888 22.1202C72.9137 22.1039 72.9497 22.009 72.9629 22.0487C72.9457 22.0596 72.92 22.0759 72.8943 22.0922C73.0898 22.0403 73.2771 22.2219 73.4926 22.2775C73.6907 22.4762 74.0129 22.5483 74.2282 22.7362C74.1979 22.7073 74.1299 22.8465 74.1696 22.8334C74.3902 22.6695 74.2737 22.9596 74.4506 22.8595C74.5398 23.0191 74.7845 22.9121 74.7957 23.1573L74.8394 23.0935C74.8394 23.0935 74.8557 23.1192 74.872 23.1449L74.8891 23.134C74.8891 23.134 74.9543 23.2369 75.0081 23.2268L74.9698 23.2992C74.9698 23.2992 75.0212 23.2665 75.0172 23.3171L75.0407 23.2782L75.0358 23.3654C75.1147 23.2433 75.1222 23.4068 75.1822 23.3687C75.2093 23.4116 75.238 23.5136 75.308 23.5292C75.3571 23.474 75.4209 23.5177 75.4886 23.5108C75.5601 23.5856 75.6705 23.6839 75.7848 23.7315L75.7325 23.8007L75.7488 23.8264C75.7488 23.8264 75.7831 23.8047 75.7723 23.7875C75.8471 23.716 75.8157 23.8561 75.8757 23.818C75.818 23.8786 75.8477 23.8118 75.8337 23.8086C75.7908 23.8358 75.758 23.9167 75.8203 23.9012L75.8374 23.8903L75.828 23.9324C75.8717 23.8686 75.9115 23.8554 75.9521 23.8057C76.0375 23.8836 76.0287 24.0214 76.1376 24.0604C76.1759 23.9881 76.1897 24.1236 76.2491 23.9898C76.2754 24.0692 76.1765 24.0838 76.1491 24.1733C76.1599 24.1905 76.1591 24.227 76.1911 24.1827C76.206 24.1493 76.2488 24.1221 76.2465 24.0995L76.2683 24.1338C76.2683 24.1338 76.2831 24.1003 76.2917 24.0949C76.3312 24.214 76.4801 24.1076 76.5055 24.2236C76.4875 24.2711 76.4635 24.2142 76.4455 24.2617C76.4593 24.3971 76.5561 24.2276 76.5847 24.3296L76.6145 24.2627C76.6145 24.2627 76.5893 24.3747 76.6462 24.3507C76.6985 24.2815 76.6565 24.2721 76.6573 24.2355C76.6768 24.2472 76.7288 24.3103 76.6742 24.357C76.6874 24.3967 76.7365 24.3415 76.7677 24.3337C76.7505 24.3446 76.7162 24.3664 76.7068 24.4084C76.7691 24.3929 76.8329 24.4366 76.8858 24.4631C76.9029 24.4522 76.9178 24.4188 76.9209 24.4048C76.8958 24.5168 76.9895 24.3613 77.0361 24.4158C77.1628 24.5398 77.2791 24.7423 77.4378 24.8219C77.4041 24.9394 77.4484 24.9714 77.4756 25.0142L77.5599 24.9007L77.5753 24.963C77.5753 24.963 77.5622 24.9233 77.6191 24.8992L77.5776 24.9856C77.5776 24.9856 77.6865 25.0246 77.6868 24.8923L77.8337 24.9914C77.8337 24.9914 77.786 25.1057 77.8398 25.0957C77.8741 25.0739 77.8406 25.0591 77.8781 25.0233C78.0501 25.0104 77.837 25.3377 77.9662 25.3519L77.9553 25.3348C77.9553 25.3348 77.9933 25.3948 77.9848 25.4002C77.8864 25.5106 78.009 25.3247 77.9319 25.3737C77.8647 25.4763 77.9356 25.4554 77.8747 25.53C77.9176 25.5028 77.9019 25.5729 77.9128 25.59C77.9954 25.5497 78.0131 25.6345 78.0934 25.5716C78.084 25.6136 78.0363 25.7279 78.0666 25.7568C78.1523 25.7024 78.1134 25.679 78.1726 25.6775L78.1375 25.7359C78.1375 25.7359 78.1772 25.7227 78.1975 25.6978C78.2309 25.7127 78.1615 25.7927 78.2292 25.7858L78.2449 25.7158C78.2449 25.7158 78.2721 25.7586 78.3196 25.7766C78.3484 25.7463 78.329 25.7346 78.3064 25.7369C78.3953 25.6685 78.3133 25.8046 78.3359 25.8023C78.3101 25.8186 78.2735 25.8178 78.2524 25.8792C78.2804 25.8855 78.2358 25.9859 78.299 25.9338L78.3147 25.8638C78.327 25.9401 78.2873 25.9532 78.3433 25.9658C78.3433 25.9658 78.355 25.9463 78.3582 25.9323C78.3362 26.0304 78.4188 25.99 78.4717 26.0165C78.4654 26.0445 78.456 26.0866 78.456 26.0866C78.4077 26.1052 78.3959 26.1246 78.3554 26.1744C78.4583 26.1091 78.3239 26.3144 78.4143 26.3052C78.4431 26.2749 78.4557 26.2189 78.4128 26.2461C78.466 26.1403 78.53 26.0516 78.5317 25.9785C78.5308 26.0151 78.5526 26.0493 78.5706 26.0019L78.512 26.0991C78.512 26.0991 78.5314 26.1108 78.5509 26.1225C78.5157 26.1808 78.4534 26.1963 78.4549 26.2555C78.4649 26.3092 78.5383 26.1785 78.5149 26.2174C78.5358 26.2883 78.4617 26.3232 78.5263 26.3303C78.5263 26.3303 78.5326 26.3023 78.5186 26.2991C78.5723 26.2891 78.5761 26.3708 78.6712 26.2744C78.6861 26.241 78.7064 26.2161 78.6924 26.213L78.6752 26.2239C78.7112 26.129 78.6938 26.2721 78.761 26.1695C78.7118 26.2247 78.7647 26.2512 78.7873 26.2489L78.7296 26.3095C78.6396 26.5468 78.8256 26.1766 78.8745 26.2537C78.8868 26.33 78.8488 26.27 78.8362 26.326C78.8782 26.3354 78.9274 26.2803 78.9428 26.3425C78.9771 26.3208 79.0254 26.3022 79.0831 26.2416C79.0877 26.2867 79.1812 26.2635 79.1483 26.3444C79.0603 26.3762 79.1649 26.2378 79.0426 26.2913L78.9957 26.3691C78.9957 26.3691 79.05 26.4548 79.0866 26.4556C79.0695 26.4665 79.0523 26.4773 79.046 26.5054C79.0701 26.5622 79.0286 26.6485 79.0847 26.6611C79.1424 26.6004 79.1144 26.5942 79.0895 26.5739C79.155 26.5444 79.1284 26.5973 79.1844 26.6098C79.2336 26.5547 79.1455 26.5864 79.1947 26.5312L79.2327 26.5912L79.2413 26.5858C79.1687 26.6799 79.2802 26.6092 79.2902 26.6629C79.3648 26.7237 79.2688 26.8567 79.2437 26.9687C79.2694 26.9524 79.2951 26.9361 79.31 26.9027C79.2585 26.9353 79.2874 26.905 79.3022 26.8715C79.3185 26.8972 79.43 26.8266 79.448 26.7791C79.4634 26.8414 79.388 26.8172 79.3926 26.8623L79.4509 26.8974C79.4049 26.9386 79.3823 26.9409 79.3783 26.9915C79.4 27.0258 79.4 27.0258 79.4389 27.0492C79.4592 27.0243 79.5106 26.9917 79.4858 26.9714C79.5169 26.9637 79.5418 26.9839 79.5066 27.0423C79.4303 27.0546 79.5244 27.1271 79.4386 27.1815L79.5095 27.1606C79.5095 27.1606 79.5244 27.1271 79.5104 27.124C79.5767 27.0579 79.515 27.1691 79.5258 27.1863C79.543 27.1754 79.5819 27.1988 79.6162 27.1771C79.6099 27.2051 79.6433 27.2199 79.6893 27.1787C79.6916 27.2013 79.6487 27.2285 79.637 27.2479L79.6954 27.283C79.7382 27.2559 79.8365 27.1455 79.8428 27.1175C79.8303 27.1735 79.7499 27.2364 79.7802 27.2653C79.8303 27.1735 79.8737 27.242 79.9269 27.1363C79.9955 27.0928 80.0421 27.1473 80.0466 27.1925C80.0084 27.2648 79.9875 27.1939 79.9352 27.2631C79.9895 27.3488 79.8335 27.5198 79.9175 27.5386L79.8918 27.5549C79.8918 27.5549 79.8824 27.597 79.8581 27.6724C79.9135 27.5892 80.0787 27.5085 80.1222 27.5771C80.0902 27.6214 80.0256 27.6143 79.9733 27.6835L80.0004 27.7263C80.0004 27.7263 80.0176 27.7155 80.0153 27.6929C80.0253 27.7466 80.1711 27.6542 80.0985 27.7483L80.2271 27.6667L80.1671 27.7048C80.1351 27.7491 80.1622 27.7919 80.1505 27.8114C80.1488 27.8845 80.1886 27.8714 80.254 27.8419C80.2197 27.8636 80.134 27.918 80.1471 27.9577C80.268 27.845 80.2537 27.9742 80.3115 27.9136C80.3223 27.9307 80.3847 27.9152 80.3386 27.9564L80.4135 27.8849C80.3098 27.9867 80.3595 28.0273 80.3695 28.081C80.5107 27.9434 80.3967 28.1238 80.537 28.0228C80.4419 28.1192 80.5516 28.1217 80.4736 28.2072C80.4953 28.2415 80.5819 28.1506 80.6217 28.1374L80.5982 28.1763C80.5982 28.1763 80.6348 28.1771 80.6434 28.1717C80.6583 28.1382 80.6785 28.1133 80.7043 28.097C80.6811 28.0036 80.6397 28.0899 80.5985 28.0439C80.569 27.9785 80.6345 27.949 80.5716 27.8688L80.5373 27.8905C80.5373 27.8905 80.5421 27.8034 80.5321 27.7496L80.515 27.7605C80.5767 27.6493 80.3672 27.698 80.5084 27.5605C80.464 27.5285 80.4603 27.4468 80.3863 27.4817C80.3951 27.344 80.3945 27.2482 80.3862 27.1213L80.3885 27.1439ZM80.6981 28.4854C80.6981 28.4854 80.7409 28.4582 80.7526 28.4388L80.7255 28.3959L80.7146 28.3788L80.7318 28.3679L80.7372 28.3765L80.7263 28.3593L80.7092 28.3702C80.6172 28.4526 80.7052 28.4208 80.6841 28.4823L80.6981 28.4854ZM81.316 29.4031C81.316 29.4031 81.3408 29.4234 81.2605 29.4863C81.2894 29.456 81.34 29.46 81.3743 29.4382C81.3634 29.4211 81.344 29.4094 81.3245 29.3977L81.316 29.4031ZM80.8648 28.8242C80.8648 28.8242 80.8905 28.8079 80.9076 28.797C80.8913 28.7713 80.8922 28.7347 80.8845 28.7036C80.875 28.7456 80.8882 28.7853 80.8259 28.8008C80.8002 28.8171 80.8219 28.8514 80.8648 28.8242ZM80.7241 28.6971C80.7241 28.6971 80.7795 28.6139 80.8396 28.5759C80.8296 28.5222 80.7961 28.5073 80.7744 28.473C80.7252 28.5282 80.6815 28.592 80.6309 28.588C80.588 28.6152 80.584 28.6658 80.6066 28.6635L80.7009 28.6037L80.6198 28.7032C80.6275 28.7344 80.6875 28.6963 80.7124 28.7166L80.7241 28.6971ZM81.8027 30.5121C81.8027 30.5121 81.7652 30.5479 81.7675 30.5705C81.7512 30.5447 81.7124 30.5213 81.7498 30.4856L81.6898 30.5236C81.6898 30.5236 81.6823 30.3602 81.5974 30.378C81.6286 30.3702 81.6855 30.3462 81.6669 30.2979C81.5454 30.3149 81.6703 30.1516 81.5731 30.0931C81.5473 30.1094 81.5628 30.1717 81.5519 30.1545C81.5076 30.1226 81.5482 30.0728 81.5748 30.0199L81.5319 30.0471L81.5339 29.8416C81.4661 29.8485 81.4615 29.8034 81.4484 29.7637C81.4149 29.7488 81.4492 29.7271 81.3255 29.7215C81.3597 29.6997 81.4541 29.6399 81.3926 29.6188C81.3575 29.6771 81.3412 29.6514 81.3131 29.6452C81.37 29.6211 81.3226 29.6032 81.3343 29.5837L81.2914 29.6109L81.3086 29.6C81.2657 29.6272 81.2111 29.6738 81.1722 29.6504L81.3008 29.5689C81.3008 29.5689 81.2065 29.6287 81.2191 29.5727C81.1614 29.6333 81.1108 29.6293 81.1122 29.6885C80.9627 29.6992 81.1233 29.5733 81.1476 29.4978C81.139 29.5033 81.1219 29.5141 81.1133 29.5196C81.1476 29.4978 81.1313 29.4721 81.1345 29.4581C81.0924 29.4487 81.0907 29.5219 81.051 29.5351L81.0238 29.4922C81.0356 29.4728 81.0418 29.4448 81.0075 29.4665C80.9701 29.5023 80.9327 29.538 80.9038 29.5683L80.9709 29.4657C80.9281 29.4929 80.8666 29.4718 80.8681 29.5309L80.8417 29.4515L80.756 29.5058C80.756 29.5058 80.774 29.4584 80.7989 29.4787C80.7709 29.4724 80.8794 29.2834 80.7188 29.4093C80.7548 29.3144 80.7042 29.3104 80.7036 29.2147C80.6591 29.315 80.5681 29.2285 80.5664 29.3017C80.5073 29.3031 80.5962 29.2348 80.5916 29.1896C80.5378 29.1997 80.4715 29.2657 80.4535 29.3132L80.4661 29.2572L80.449 29.268L80.4755 29.2151C80.4078 29.222 80.3898 29.2695 80.3563 29.2547L80.4335 29.2057L80.3743 29.2072C80.4086 29.1855 80.4149 29.1575 80.404 29.1403L80.3869 29.1512L80.3877 29.1146C80.3612 29.1675 80.3597 29.1083 80.3106 29.1635C80.2997 29.1464 80.2997 29.1464 80.2726 29.1036L80.324 29.0709C80.3343 28.9923 80.2468 29.1199 80.2165 29.091L80.2765 29.053C80.1465 29.0754 80.2628 28.9175 80.1639 28.9322C80.1716 28.9633 80.103 29.0068 80.1202 28.9959C80.1156 28.9508 80.0518 28.9071 80.0847 28.8262C79.999 28.8806 79.9732 28.8969 79.9 28.8952C79.8838 28.8695 79.8783 28.8609 79.9275 28.8057C79.8769 28.8018 79.8786 28.7286 79.824 28.7752C79.8646 28.7255 79.796 28.769 79.8225 28.7161L79.7968 28.7324L79.8568 28.6943C79.6948 28.7611 79.8571 28.562 79.7208 28.6124L79.7036 28.6233L79.7153 28.6039C79.6896 28.6202 79.6779 28.6396 79.649 28.6699L79.569 28.6005L79.6204 28.5679C79.6204 28.5679 79.6587 28.4956 79.605 28.5056C79.5604 28.606 79.5801 28.4854 79.5169 28.5374L79.5161 28.574C79.5161 28.574 79.4998 28.5483 79.5489 28.4931C79.5358 28.4534 79.4289 28.5692 79.4618 28.4883L79.4781 28.514C79.5209 28.4868 79.5561 28.4285 79.5366 28.4168C79.5281 28.4223 79.4938 28.444 79.4938 28.444C79.4892 28.3988 79.4246 28.3918 79.4394 28.3583C79.4083 28.366 79.3794 28.3964 79.3731 28.4244C79.364 28.3341 79.3397 28.4095 79.3305 28.3192L79.2962 28.341L79.3197 28.3021L79.2425 28.351L79.2799 28.3153C79.2691 28.2981 79.2839 28.2647 79.2473 28.2639L79.2068 28.3136C79.1859 28.2428 79.0853 28.3306 79.0987 28.238C79.0901 28.2434 79.0784 28.2628 79.0753 28.2768C79.1004 28.1648 78.9755 28.3281 79.0038 28.202C78.9866 28.2129 78.9695 28.2238 78.9578 28.2432L78.9672 28.2012L78.9095 28.2618L78.9766 28.1592L78.908 28.2027L78.9283 28.1778C78.802 28.2819 78.8497 28.1676 78.7414 28.2242L78.8163 28.1527C78.8891 27.9263 78.5696 28.1049 78.5449 27.9523L78.4926 28.0215L78.5232 27.918C78.4632 27.9561 78.4881 27.9764 78.4592 28.0067C78.4523 27.939 78.5209 27.8955 78.4883 27.8441C78.4314 27.8681 78.4618 27.8969 78.4469 27.9304C78.4314 27.8681 78.3943 27.7715 78.3405 27.7816C78.3405 27.7816 78.3522 27.7621 78.3608 27.7567C78.3562 27.7115 78.3002 27.699 78.2613 27.6756C78.241 27.7005 78.2379 27.7145 78.2488 27.7316C78.2348 27.7285 78.2036 27.7362 78.2216 27.6888L78.1919 27.7557C78.1919 27.7557 78.1547 27.6591 78.097 27.7197C78.1227 27.7034 78.1578 27.6451 78.1384 27.6334C78.0464 27.7158 78.1067 27.5454 78.0358 27.5663C78.0155 27.5912 78.0404 27.6115 78.0318 27.6169C77.9975 27.6387 78.0046 27.5741 78.0226 27.5266L77.9992 27.5655L77.9597 27.4464C77.8731 27.5373 77.8882 27.3715 77.8414 27.4493C77.8079 27.4345 77.8928 27.4167 77.8711 27.3824C77.8282 27.4096 77.8439 27.3396 77.8002 27.4033L77.7893 27.3862L77.7565 27.4671C77.7565 27.4671 77.7816 27.355 77.8136 27.3107C77.7707 27.3379 77.7553 27.2756 77.7061 27.3308L77.6976 27.3363C77.6595 27.2763 77.4809 27.4496 77.5123 27.3095C77.5038 27.315 77.4866 27.3258 77.492 27.3344L77.4532 27.311L77.4266 27.3639L77.4237 27.2456L77.3894 27.2673C77.3894 27.2673 77.2954 27.1948 77.2542 27.1488L77.2456 27.1543C77.2333 27.078 77.1779 27.1612 77.157 27.0903C77.157 27.0903 77.1484 27.0958 77.1538 27.1043L77.115 27.0809L77.1055 27.1229C77.133 27.0335 76.9583 27.1562 77.0129 27.1096C77.0223 27.0676 77.0209 27.0084 77.0443 26.9695C77.0086 26.9321 77.0015 26.9967 76.9586 27.0239C76.9251 27.009 76.9689 26.9453 76.9043 26.9382L76.87 26.9599C76.87 26.9599 76.8708 26.9234 76.8545 26.8976L76.8482 26.9257C76.8562 26.8245 76.7173 26.9846 76.7916 26.8174C76.7573 26.8391 76.7387 26.7909 76.6864 26.86C76.6601 26.7806 76.6361 26.7238 76.5981 26.6638C76.5083 26.7687 76.5872 26.6466 76.5186 26.6901L76.5678 26.6349C76.4931 26.5741 76.3054 26.6571 76.2424 26.5769L76.1933 26.6321L76.2176 26.5566C76.1087 26.5176 75.9749 26.4582 75.8971 26.4114C75.8925 26.3663 75.9005 26.2651 75.8499 26.2611C75.8065 26.1926 75.7576 26.1154 75.6649 26.1021C75.6501 26.1355 75.6329 26.1464 75.6298 26.1604C75.6541 26.0849 75.5855 26.1284 75.5715 26.1253L75.6229 26.0927C75.6386 26.0227 75.5732 26.0521 75.5357 26.0879L75.5406 26.0007C75.5406 26.0007 75.5234 26.0116 75.5149 26.017L75.5297 25.9836L75.4634 26.0496C75.4634 26.0496 75.4425 25.9788 75.4754 25.8979C75.4497 25.9142 75.4099 25.9274 75.4262 25.9531L75.2924 25.8937L75.3267 25.872C75.3759 25.8168 75.3604 25.7545 75.3261 25.7763C75.319 25.8409 75.2707 25.8595 75.2247 25.9007C75.2341 25.8586 75.2707 25.8595 75.2887 25.812C75.3013 25.756 75.2687 25.7046 75.2344 25.7263L75.2335 25.7629C75.2335 25.7629 75.1392 25.8227 75.1089 25.7939C75.116 25.7293 75.0646 25.7619 75.1458 25.6624C75.1186 25.6195 75.088 25.723 75.0654 25.7253C75.0866 25.6638 75.0134 25.6622 74.9728 25.7119C75.0525 25.5533 74.835 25.7032 74.9171 25.5671L74.8399 25.616C74.8399 25.616 74.9102 25.4994 74.8939 25.4737C74.851 25.5008 74.8159 25.5592 74.787 25.5895L74.855 25.4503C74.6369 25.5044 74.5291 25.2965 74.3119 25.3141C74.2684 25.2455 74.2204 25.1318 74.1395 25.099L74.1503 25.1161L74.0406 25.1137L74.134 25.0904C74.134 25.0904 74.1326 25.0313 74.1131 25.0196C73.9948 25.0225 73.843 25.0106 73.7841 24.8798C73.8109 24.6946 73.6578 24.9839 73.6612 24.8376C73.6526 24.843 73.6463 24.871 73.64 24.8991C73.6029 24.8025 73.5843 24.7542 73.576 24.6273C73.4908 24.7774 73.5316 24.5954 73.4902 24.6817L73.5254 24.6234C73.5254 24.6234 73.4405 24.6412 73.4225 24.6886L73.4445 24.5906L73.4007 24.6543C73.4007 24.6543 73.3052 24.5227 73.2069 24.633C73.1683 24.4773 72.9956 24.3946 72.8619 24.3352C72.883 24.2738 72.8441 24.2504 72.8224 24.2161L72.7452 24.265C72.7452 24.265 72.7572 24.1133 72.7057 24.1459C72.7057 24.1459 72.6886 24.1568 72.694 24.1653C72.6723 24.131 72.624 24.1497 72.6343 24.0711C72.6008 24.0562 72.5385 24.0717 72.5142 24.1472C72.5931 24.0251 72.4333 24.1144 72.4333 24.1144C72.4333 24.1144 71.9736 23.9012 71.5282 23.5589C71.2017 23.3094 70.8801 22.9727 70.75 22.6347C70.5527 22.7598 70.3641 22.8794 70.1646 22.9818C70.3158 22.898 70.1829 22.8021 70.0791 22.9039C69.8923 23.3107 69.5095 23.1809 69.2651 23.516C68.6395 23.7806 68.2034 24.2493 67.5499 24.3752L67.5708 24.4461C67.5045 24.5121 67.4516 24.4856 67.369 24.5259L67.3799 24.5431C67.1827 24.6681 66.8968 24.7292 66.7962 24.817L66.7528 24.7485C66.6304 24.802 66.7114 24.8348 66.5727 24.8626L66.5945 24.8969L66.4169 24.9013C66.493 25.0213 66.0748 25.0822 66.0045 25.1988C65.8456 25.2515 65.5706 25.3297 65.3454 25.4485L65.434 25.5125C65.434 25.5125 65.4326 25.4533 65.4435 25.4704C65.4863 25.4433 65.4535 25.5242 65.4815 25.5304C65.5158 25.5087 65.5647 25.5858 65.6147 25.494C65.7276 25.4825 65.5778 25.6255 65.6907 25.614C65.7313 25.5642 65.6356 25.5649 65.7096 25.53L65.7756 25.5962C65.7756 25.5962 65.8116 25.5013 65.7696 25.4919C66.0217 25.5483 66.3055 25.3323 66.4476 25.5186C66.5162 25.4751 66.4516 25.468 66.4642 25.412C66.5503 25.5856 66.7406 25.3929 66.8573 25.4631L66.8307 25.516C67.0939 25.4572 67.2383 25.666 67.4624 25.7161L67.4196 25.7433C67.4196 25.7433 67.4513 25.8313 67.4699 25.8796C67.4956 25.8633 67.5208 25.7512 67.5588 25.8112C67.5416 25.8221 67.4965 25.8267 67.4902 25.8547C67.7277 25.8122 68.0488 26.0532 68.3507 26.1501C68.6826 26.4082 69.1245 26.5365 69.4596 26.7806C69.4098 26.74 69.3473 26.8878 69.415 26.8809C69.6551 26.7287 69.5806 27.0282 69.7823 26.9484C69.9439 27.1463 70.2414 27.0658 70.325 27.3492L70.3687 27.2854C70.3687 27.2854 70.3904 27.3197 70.4207 27.3485L70.4379 27.3377C70.5165 27.3479 70.5645 27.4616 70.6237 27.4601L70.5854 27.5325C70.5854 27.5325 70.6454 27.4944 70.6609 27.5567L70.6843 27.5178L70.6935 27.6081C70.7583 27.4829 70.8187 27.6729 70.8787 27.6348C70.9167 27.6948 70.9874 27.8062 71.0854 27.8281C71.1346 27.773 71.2372 27.84 71.3244 27.8448C71.4433 27.9376 71.6066 28.0624 71.7738 28.1366L71.7269 28.2143L71.7712 28.2463C71.7712 28.2463 71.797 28.23 71.7947 28.2074C71.8836 28.139 71.8716 28.2908 71.937 28.2613C71.8793 28.3219 71.9005 28.2605 71.8756 28.2402C71.8133 28.2557 71.8053 28.3569 71.8676 28.3414L71.8847 28.3305L71.8808 28.3811C71.9245 28.3173 71.9696 28.3127 72.0048 28.2544C72.1292 28.3558 72.1678 28.5115 72.3156 28.574C72.3399 28.4985 72.4011 28.6519 72.4465 28.515C72.5062 28.6092 72.3739 28.6091 72.3573 28.7157C72.3853 28.7219 72.3954 28.7757 72.4188 28.7368C72.4196 28.7002 72.4765 28.6761 72.4742 28.6536L72.524 28.6941C72.524 28.6941 72.5303 28.6661 72.5334 28.6521C72.6063 28.7861 72.7801 28.6999 72.839 28.8308C72.821 28.8782 72.7916 28.8128 72.779 28.8688C72.8262 29.0191 72.9231 28.8496 72.9765 28.9718L72.9922 28.9018C72.9937 28.961 72.9811 29.017 73.0574 29.0046C73.1097 28.9354 73.0537 28.9229 73.0437 28.8692C73.0771 28.884 73.1626 28.962 73.0854 29.0109C73.118 29.0623 73.1672 29.0071 73.1984 28.9994C73.1812 29.0103 73.1275 29.0203 73.132 29.0654C73.2138 29.0617 73.297 29.1171 73.3693 29.1553C73.3865 29.1444 73.4013 29.111 73.3959 29.1024C73.3902 29.2261 73.4839 29.0706 73.55 29.1369C73.7435 29.2905 73.9517 29.5429 74.1687 29.6577C74.1575 29.7728 74.2127 29.8219 74.2647 29.8851L74.349 29.7715L74.3925 29.8401C74.3925 29.8401 74.3513 29.7941 74.4222 29.7732L74.3948 29.8627C74.3948 29.8627 74.5512 29.9197 74.5234 29.7811L74.7287 29.9153C74.7287 29.9153 74.695 30.0328 74.7596 30.0399C74.7939 30.0181 74.7604 30.0033 74.7839 29.9644C74.9948 29.9748 74.8097 30.3085 74.9917 30.3492L74.9809 30.332C74.9809 30.332 75.0469 30.3983 75.0352 30.4177C74.9369 30.5281 75.0541 30.3337 74.9629 30.3795C74.9012 30.4907 74.9861 30.4729 74.9252 30.5476C74.9875 30.5321 74.9632 30.6075 74.9881 30.6278C75.0761 30.596 75.1219 30.6872 75.2076 30.6328C75.2122 30.6779 75.1699 30.8009 75.2282 30.836C75.3226 30.7762 75.2697 30.7496 75.3483 30.7599L75.3186 30.8268C75.3186 30.8268 75.3637 30.8221 75.3786 30.7887C75.4229 30.8207 75.362 30.8953 75.4438 30.8915L75.4541 30.8129C75.4867 30.8644 75.5092 30.8621 75.5676 30.8972C75.591 30.8583 75.563 30.852 75.5404 30.8543C75.6293 30.7859 75.5753 30.9283 75.5893 30.9314C75.5636 30.9477 75.5215 30.9383 75.4973 31.0138C75.5253 31.0201 75.5056 31.1407 75.5719 31.0746L75.5821 30.996C75.6139 31.084 75.5687 31.0886 75.6528 31.1074C75.6528 31.1074 75.6645 31.088 75.6676 31.074C75.6651 31.1837 75.7617 31.1465 75.8286 31.1762C75.8277 31.2127 75.8269 31.2493 75.8323 31.2579C75.7786 31.2679 75.7723 31.2959 75.7317 31.3457C75.8432 31.275 75.7252 31.506 75.8521 31.4976C75.8669 31.4642 75.8795 31.4082 75.8366 31.4354C75.8789 31.3124 75.9344 31.2292 75.908 31.1498C75.9212 31.1895 75.9569 31.2269 75.9664 31.1849L75.9218 31.2853C75.9218 31.2853 75.9552 31.3001 75.9747 31.3118C75.945 31.3787 75.8718 31.377 75.8927 31.4479C75.9307 31.5079 75.9761 31.371 75.9527 31.4098C76.0016 31.487 75.919 31.5273 75.9976 31.5375C75.9922 31.529 75.9984 31.501 75.9813 31.5118C76.049 31.5049 76.0808 31.5929 76.1619 31.4934C76.1682 31.4654 76.1917 31.4265 76.1691 31.4288L76.1519 31.4397C76.1599 31.3385 76.1845 31.4911 76.2377 31.3853C76.194 31.4491 76.2694 31.4733 76.2974 31.4796L76.2397 31.5402C76.208 31.8126 76.3217 31.4041 76.3986 31.4875C76.4304 31.5755 76.3675 31.4953 76.3658 31.5684C76.4132 31.5864 76.471 31.5258 76.5058 31.5997C76.5401 31.578 76.5939 31.568 76.6548 31.4933C76.6648 31.547 76.7862 31.5301 76.7588 31.6196C76.6568 31.6482 76.7505 31.4927 76.611 31.5571L76.5836 31.6466C76.5836 31.6466 76.6768 31.7557 76.7305 31.7456C76.7134 31.7565 76.6963 31.7674 76.69 31.7954C76.7389 31.8725 76.7114 31.962 76.8041 31.9753C76.8564 31.9061 76.8143 31.8967 76.784 31.8679C76.8635 31.8415 76.8369 31.8944 76.9124 31.9187C76.9561 31.8549 76.8595 31.8921 76.8892 31.8252L76.9553 31.8915L76.9638 31.886C76.9107 31.9918 77.0253 31.9071 77.0547 31.9726C77.1628 32.0482 77.0948 32.1874 77.1031 32.3143C77.1374 32.2926 77.1631 32.2763 77.1694 32.2482C77.118 32.2809 77.1414 32.242 77.1477 32.214C77.1694 32.2482 77.298 32.1667 77.302 32.1161C77.3455 32.1847 77.242 32.1542 77.266 32.211L77.3524 32.2524C77.3118 32.3021 77.2838 32.2959 77.2906 32.3636C77.3124 32.3979 77.3404 32.4041 77.3878 32.4221C77.3941 32.3941 77.4542 32.3561 77.4153 32.3326C77.4464 32.3249 77.4853 32.3483 77.4642 32.4098C77.3878 32.4221 77.5239 32.504 77.4296 32.5638L77.5059 32.5515C77.5059 32.5515 77.5154 32.5095 77.4928 32.5118C77.5591 32.4457 77.5199 32.5546 77.5362 32.5803C77.5588 32.578 77.6117 32.6046 77.6406 32.5742C77.6397 32.6108 77.6903 32.6148 77.7278 32.579C77.744 32.6047 77.7012 32.6319 77.6863 32.6654L77.7727 32.7067C77.7727 32.7067 77.889 32.5489 77.8867 32.5263C77.8881 32.5855 77.8132 32.657 77.8575 32.689C77.8881 32.5855 77.9596 32.6603 77.9879 32.5343C78.0565 32.4908 78.1256 32.543 78.1582 32.5944C78.1394 32.6785 78.0905 32.6013 78.0382 32.6705C78.14 32.7742 78.0228 32.9686 78.1294 32.9851L78.1037 33.0014C78.1192 33.0637 78.1309 33.0443 78.112 33.1283C78.148 33.0334 78.325 32.9332 78.4019 33.0166C78.3839 33.0641 78.3021 33.0679 78.2638 33.1402L78.319 33.1893C78.319 33.1893 78.3307 33.1699 78.3284 33.1473C78.3665 33.2073 78.5014 33.0977 78.4536 33.2121L78.5908 33.1251L78.5308 33.1631C78.5128 33.2106 78.5594 33.2651 78.5617 33.2877C78.5935 33.3757 78.6363 33.3485 78.7018 33.319C78.6675 33.3408 78.5926 33.4123 78.6283 33.4497C78.7189 33.3082 78.7576 33.4639 78.8098 33.3947C78.8207 33.4118 78.8916 33.3909 78.8479 33.4547L78.9033 33.3715C78.8244 33.4936 78.8968 33.5318 78.9348 33.5918C79.0317 33.4222 78.9814 33.6463 79.1054 33.5196C79.0437 33.6308 79.1706 33.6225 79.1175 33.7282C79.1532 33.7656 79.2204 33.663 79.2578 33.6273L79.2538 33.6778C79.3138 33.6398 79.3916 33.6866 79.4594 33.6797L79.4311 33.8057L79.4739 33.7786C79.4739 33.7786 79.4894 33.8408 79.4411 33.8595L79.4691 33.8657C79.402 33.9684 79.4791 33.9194 79.4914 33.9957C79.5086 33.9849 79.5343 33.9686 79.5266 33.9374C79.546 33.9491 79.5812 33.8908 79.6155 33.869C79.5812 33.8908 79.5621 34.1071 79.4717 34.1163C79.4343 34.1521 79.4497 34.2144 79.4863 34.2152L79.5643 34.1297L79.5166 34.2441C79.5166 34.2441 79.593 34.2317 79.635 34.2411C79.6132 34.2068 79.6992 34.0202 79.7684 34.0724C79.7413 34.0296 79.7538 33.9735 79.7493 33.9284C79.7687 33.9401 79.7773 33.9346 79.7844 33.8701C79.8279 33.9386 79.7601 33.9455 79.8153 33.9946C79.8707 33.9114 79.905 33.8897 79.9782 33.8913L79.901 33.9403L79.8839 33.9511C79.8613 33.9534 79.8527 33.9589 79.8239 33.9892C79.8293 33.9978 79.8205 34.1355 79.8665 34.0943C79.7207 34.1867 79.8934 34.2695 79.8022 34.3153C79.7959 34.3433 79.8262 34.3721 79.8637 34.3364C79.8631 34.2406 79.9666 34.2711 80.0049 34.1988C80.004 34.2354 79.9223 34.2392 79.9214 34.2758C79.9431 34.31 80.0032 34.272 80.0375 34.2502L80.0266 34.2331L80.1029 34.2207C80.0849 34.2682 80.0063 34.258 80.0303 34.3148C80.0475 34.304 80.0801 34.3554 80.1035 34.3165C80.1278 34.241 80.1995 34.1835 80.1723 34.1407C80.1941 34.175 80.2796 34.2529 80.1884 34.2987L80.2273 34.3221C80.2273 34.3221 80.0715 34.3608 80.1321 34.4185L80.1492 34.4076L80.1444 34.4948L80.1958 34.4622C80.1958 34.4622 80.1779 34.5096 80.1887 34.5268C80.2144 34.5104 80.2316 34.4996 80.2659 34.4778C80.3156 34.5184 80.2782 34.5541 80.2633 34.5876C80.2851 34.6218 80.3108 34.6055 80.3319 34.5441C80.3794 34.562 80.4454 34.6283 80.5023 34.6042C80.5286 34.6837 80.4852 34.6151 80.4609 34.6906C80.6238 34.5873 80.6787 34.7687 80.7525 34.8661C80.6347 34.9648 80.7688 34.8918 80.6813 35.0193C80.6939 34.9633 80.8394 35.0032 80.7968 34.8981L80.8294 34.9495C80.9174 34.9177 80.7985 34.8249 80.9177 34.7854C80.9729 34.8345 80.8791 34.99 80.9912 35.0151C81.0498 34.9179 81.0175 35.0945 81.0847 34.9919C81.1027 34.9444 81.0746 34.9382 81.0583 34.9125L81.0755 34.9016C81.2333 35.0178 81.0301 35.0385 81.0384 35.1654C81.1036 35.2682 81.1839 35.2053 81.2268 35.1781C81.2408 35.1812 81.2571 35.207 81.2702 35.2467C81.3028 35.2981 81.3097 35.3658 81.3143 35.411C81.2836 35.1541 81.127 35.2293 81.0919 35.2877C81.1573 35.2582 81.2171 35.3524 81.2285 35.4653C81.24 35.5782 81.2289 35.6934 81.1734 35.7766C81.1117 35.8878 81.012 35.939 80.9722 35.9522C81.1914 35.7291 81.1045 35.592 81.0922 35.5157C81.0542 35.4557 81.0487 35.4472 81.0464 35.4246C81.0138 35.3732 81.003 35.356 80.8964 35.3395C80.9198 35.3007 81.0032 35.2237 80.9138 35.1963C80.9035 35.2749 80.8623 35.229 80.8452 35.2398C80.9052 35.2018 80.8297 35.1775 80.836 35.1495C80.7846 35.1822 80.7594 35.2942 80.6871 35.256L80.78 35.137C80.78 35.137 80.716 35.2256 80.6951 35.1548C80.6622 35.2357 80.6031 35.2372 80.6465 35.3057C80.4907 35.3444 80.5907 35.1609 80.5676 35.0674C80.5676 35.0674 80.5527 35.1009 80.5581 35.1095C80.5676 35.0674 80.5481 35.0557 80.5373 35.0386C80.4727 35.0315 80.5216 35.1086 80.4787 35.1358L80.4235 35.0867L80.4149 35.0921C80.4149 35.0921 80.4049 35.0384 80.3761 35.0687C80.3635 35.1247 80.3401 35.1636 80.3221 35.2111L80.3309 35.0733C80.3309 35.0733 80.2288 35.102 80.2443 35.1643L80.1674 35.0809L80.0925 35.1524C80.0925 35.1524 80.0965 35.1018 80.1299 35.1166C80.0794 35.1127 80.1047 34.8683 79.9939 35.0347C79.977 34.9133 79.9232 34.9233 79.8666 34.8151C79.8749 34.9419 79.7108 34.8537 79.7652 34.9394C79.6974 34.9464 79.756 34.8491 79.7288 34.8063C79.6751 34.8163 79.6251 34.9081 79.6351 34.9618L79.6282 34.8941L79.6111 34.905L79.6182 34.8404C79.5473 34.8613 79.5488 34.9205 79.5013 34.9025L79.5482 34.8247L79.4967 34.8573C79.4967 34.8573 79.5125 34.7873 79.4876 34.767L79.4704 34.7779L79.4487 34.7436C79.447 34.8168 79.4067 34.7342 79.377 34.8011C79.3435 34.7863 79.3435 34.7863 79.3055 34.7263L79.3569 34.6937C79.3143 34.5886 79.2906 34.7598 79.2323 34.7247L79.2815 34.6695C79.1311 34.7167 79.1837 34.5152 79.0816 34.5439C79.1034 34.5781 79.0511 34.6473 79.0628 34.6279C79.0248 34.5679 78.9298 34.532 78.9324 34.4222C78.8575 34.4937 78.8286 34.524 78.75 34.5138C78.7197 34.485 78.7174 34.4624 78.7354 34.415C78.6763 34.4164 78.6391 34.3199 78.5954 34.3836C78.6219 34.3307 78.5533 34.3742 78.5605 34.3096L78.5348 34.3259L78.5839 34.2708C78.4241 34.36 78.5227 34.1173 78.3747 34.1872L78.3855 34.2043L78.3638 34.17C78.3381 34.1863 78.3458 34.2175 78.3169 34.2478L78.1723 34.1713L78.2237 34.1387C78.2237 34.1387 78.2286 34.0515 78.1748 34.0616C78.1691 34.1853 78.1219 34.035 78.0782 34.0988L78.0999 34.1331C78.0999 34.1331 78.0471 34.1065 78.0962 34.0514C78.0582 33.9914 77.987 34.1446 77.981 34.0403L78.0145 34.0551C78.0145 34.0551 78.0505 33.9602 78.031 33.9485C78.0224 33.954 77.9881 33.9757 77.999 33.9928C77.9718 33.95 77.8878 33.9312 77.8887 33.8946C77.8575 33.9024 77.8341 33.9412 77.8278 33.9693C77.7797 33.8556 77.7803 33.9513 77.7237 33.843L77.7003 33.8819L77.6988 33.8227L77.6131 33.8771L77.6451 33.8328C77.6288 33.8071 77.6125 33.7814 77.5705 33.772L77.5493 33.8334C77.495 33.7477 77.3967 33.8581 77.3658 33.7335C77.3572 33.739 77.3595 33.7616 77.3564 33.7756C77.3341 33.6456 77.2481 33.8322 77.2375 33.6828C77.2257 33.7022 77.2086 33.7131 77.1969 33.7325L77.1869 33.6788L77.1486 33.7511L77.1908 33.6282L77.1137 33.6772L77.1285 33.6437C77.0076 33.7564 77.0219 33.6272 76.9136 33.6839L76.983 33.6038C76.975 33.3446 76.6414 33.52 76.5413 33.3432L76.5031 33.4156L76.5002 33.2972C76.4402 33.3353 76.4845 33.3673 76.447 33.403C76.3981 33.3259 76.4807 33.2855 76.4233 33.2139C76.3524 33.2348 76.4021 33.2753 76.4013 33.3119C76.3524 33.2348 76.2818 33.1234 76.2054 33.1357C76.2054 33.1357 76.2117 33.1077 76.2203 33.1023C76.1823 33.0423 76.1122 33.0266 76.0593 33.0001C76.0445 33.0335 76.0499 33.0421 76.0608 33.0592C76.0413 33.0475 75.9962 33.0521 76.0056 33.0101L75.9899 33.0802C75.9899 33.0802 75.9053 32.9656 75.8475 33.0262C75.8733 33.0099 75.8944 32.9485 75.8609 32.9336C75.7744 33.0246 75.7958 32.8308 75.7023 32.854C75.696 32.882 75.7349 32.9055 75.7123 32.9078C75.6671 32.9124 75.6743 32.8478 75.6697 32.8026L75.6517 32.8501L75.5593 32.7044C75.4727 32.7953 75.4404 32.6116 75.4075 32.6925C75.3547 32.666 75.4784 32.6716 75.4232 32.6225C75.3804 32.6497 75.3852 32.5625 75.3469 32.6348L75.3166 32.606L75.2978 32.69C75.2978 32.69 75.2949 32.5717 75.3215 32.5188C75.2592 32.5343 75.2351 32.4775 75.1805 32.5241L75.1914 32.5412C75.1059 32.4633 74.9133 32.6334 74.9058 32.47C74.8973 32.4754 74.8801 32.4863 74.8996 32.498L74.8412 32.4629L74.8201 32.5243L74.7698 32.3881L74.7549 32.4215C74.6794 32.3973 74.5939 32.3193 74.5193 32.2585L74.5302 32.2756C74.465 32.1728 74.415 32.2646 74.3747 32.182L74.3715 32.196L74.3132 32.1609L74.3038 32.2029C74.3118 32.1018 74.1231 32.2214 74.1863 32.1693C74.1817 32.1242 74.1608 32.0533 74.1788 32.0059C74.1151 31.9622 74.1274 32.0385 74.0736 32.0485C74.0208 32.022 74.0505 31.9551 73.9719 31.9449L73.9484 31.9837C73.9484 31.9837 73.9104 31.9238 73.8887 31.8895L73.8995 31.9066C73.8655 31.796 73.7406 31.9593 73.7815 31.7772C73.7363 31.7819 73.6951 31.7359 73.6514 31.7996C73.5916 31.7054 73.5482 31.6368 73.4767 31.562C73.387 31.6669 73.4658 31.5449 73.3692 31.5821L73.4129 31.5183C73.2995 31.4341 73.0782 31.5023 72.9624 31.3955L72.9273 31.4538L72.9461 31.3698C72.7898 31.3127 72.5976 31.2183 72.4864 31.1567C72.4679 31.1084 72.4564 30.9955 72.3864 30.9798C72.318 30.891 72.2217 30.7959 72.0956 30.7677C72.0893 30.7957 72.0636 30.812 72.0659 30.8346C72.0847 30.7506 72.0021 30.7909 71.9827 30.7792L72.0341 30.7466C72.0444 30.668 71.9564 30.6998 71.919 30.7356L71.9098 30.6453C71.9098 30.6453 71.8926 30.6561 71.8841 30.6616L71.8935 30.6196L71.8077 30.6739C71.8077 30.6739 71.7588 30.5968 71.7863 30.5073C71.7605 30.5236 71.71 30.5197 71.7317 30.5539L71.5364 30.4735L71.5707 30.4518C71.6253 30.4051 71.5904 30.3312 71.5507 30.3443C71.5576 30.4121 71.5007 30.4361 71.4578 30.4633C71.4532 30.4181 71.5178 30.4252 71.5218 30.3746C71.5204 30.3155 71.4684 30.2524 71.4341 30.2741L71.4332 30.3107C71.406 30.2678 71.3195 30.3588 71.2837 30.3214C71.2768 30.2537 71.22 30.2777 71.2925 30.1836C71.2545 30.1236 71.2348 30.2443 71.2068 30.238C71.2139 30.1734 71.1213 30.16 71.0753 30.2012C71.1442 30.0254 70.8986 30.1691 70.9667 30.0298L70.8809 30.0842C70.8809 30.0842 70.9318 29.9559 70.91 29.9216C70.8477 29.9371 70.818 30.0039 70.7891 30.0343L70.8431 29.8919C70.5667 29.911 70.364 29.6671 70.083 29.641C70.0061 29.5576 69.9192 29.4205 69.8048 29.3729L69.8157 29.39L69.6756 29.3587L69.7885 29.3471C69.7885 29.3471 69.7731 29.2849 69.7396 29.27C69.5824 29.2496 69.3832 29.2197 69.28 29.0569C69.2765 28.8429 69.1342 29.1493 69.1127 28.9827C69.1096 28.9967 69.1033 29.0247 69.1002 29.0387C69.0295 28.9273 68.9915 28.8674 68.9497 28.7256C68.87 28.8843 68.886 28.682 68.8446 28.7683L68.8743 28.7014C68.8314 28.7286 68.7699 28.7075 68.7519 28.7549L68.7599 28.6538L68.7162 28.7175C68.6579 28.6824 68.5592 28.5648 68.4555 28.6666C68.364 28.4843 68.1244 28.3719 67.9292 28.2915C67.9363 28.2269 67.8866 28.1863 67.8422 28.1544L67.7565 28.2087C67.7239 28.1573 67.7382 28.0281 67.6641 28.063C67.6641 28.063 67.6556 28.0685 67.6524 28.0825C67.6253 28.0396 67.5544 28.0605 67.5538 27.9648C67.5009 27.9383 67.4386 27.9538 67.4143 28.0292C67.4792 27.904 67.3054 27.9901 67.3054 27.9901C67.3054 27.9901 64.814 26.8666 64.5528 25.8669C64.1944 26.0221 63.7479 26.209 63.3489 26.4139L63.3172 26.3259L63.1894 26.3709C63.1894 26.3709 63.1886 26.4075 63.2112 26.4052C63.1572 26.5475 62.9159 26.5083 62.8402 26.6163C62.8707 26.5129 62.9259 26.562 62.9859 26.5239C63.064 26.4384 62.9325 26.4017 62.8147 26.5003L62.8256 26.5175L62.7158 26.515C62.7367 26.5858 62.6618 26.6573 62.6827 26.7282C62.2705 26.8934 61.9349 26.9139 61.5328 27.1329C61.6074 27.1937 61.2204 27.2468 61.3619 27.3373C61.0901 27.4015 61.359 27.219 61.1995 27.176C61.1255 27.2109 61.0383 27.2061 61.0483 27.2598C61.0958 27.2778 61.0318 27.3664 61.0941 27.3509L60.918 27.4145C60.918 27.4145 60.9514 27.4293 60.974 27.427C60.5947 27.5113 60.4081 27.7858 60.0631 27.8484C60.0188 27.8164 60.1746 27.7777 60.1388 27.7403C59.927 27.7665 59.8802 27.8442 59.8084 27.9017C59.8847 27.8894 59.9665 27.8856 60.0357 27.9379C60.0934 27.8772 60.0257 27.8841 60.0157 27.8304C60.1812 27.9778 60.3218 27.7445 60.4867 27.7961L60.4742 27.8521C60.7531 27.7233 60.9964 27.9174 61.272 27.9349L61.2291 27.9621C61.25 28.033 61.2943 28.0649 61.3386 28.0969C61.3589 28.072 61.3474 27.9592 61.4166 28.0114C61.3909 28.0277 61.3652 28.044 61.3589 28.072C61.6253 27.9992 62.0687 28.1867 62.4392 28.2401C62.8988 28.4532 63.4694 28.5 63.9057 28.752C63.8388 28.7223 63.8128 28.8709 63.8805 28.864C64.1183 28.6892 64.1138 29.0045 64.3273 28.9051C64.5566 29.0961 64.8885 28.9939 65.0592 29.2821L65.0889 29.2152C65.0889 29.2152 65.1246 29.2526 65.1635 29.276L65.1806 29.2651C65.2764 29.2645 65.361 29.379 65.4288 29.3721L65.3959 29.453C65.4488 29.4796 65.4559 29.415 65.4854 29.4804L65.5003 29.4469L65.5374 29.5435C65.5883 29.4152 65.6938 29.6005 65.7624 29.5571C65.823 29.6147 65.9302 29.727 66.0509 29.7466C66.1 29.6914 66.2252 29.7562 66.321 29.7555C66.4765 29.8492 66.6818 29.9833 66.8996 30.0615L66.8527 30.1392L66.9056 30.1658C66.9056 30.1658 66.9259 30.1409 66.9205 30.1323C67.0039 30.0554 67.0254 30.222 67.0994 30.187C67.0331 30.2531 67.0574 30.1776 67.0294 30.1714C66.9671 30.1869 66.9731 30.2912 67.0494 30.2788L67.0666 30.2679L67.0766 30.3217C67.1117 30.2633 67.16 30.2447 67.2038 30.181C67.3647 30.2832 67.4314 30.4451 67.6243 30.503C67.6432 30.419 67.7464 30.5818 67.7692 30.4472C67.857 30.5477 67.6966 30.5412 67.7081 30.6541C67.7415 30.669 67.7516 30.7227 67.7836 30.6784C67.7844 30.6418 67.8499 30.6123 67.825 30.592L67.8888 30.6357C67.8888 30.6357 67.895 30.6077 67.8842 30.5905C67.9905 30.7394 68.19 30.6369 68.277 30.774C68.2644 30.83 68.2209 30.7615 68.2084 30.8175C68.2922 30.9686 68.361 30.7928 68.4511 30.9159L68.4528 30.8427C68.4682 30.905 68.4611 30.9696 68.546 30.9518C68.5983 30.8826 68.5228 30.8584 68.5182 30.8133C68.5657 30.8312 68.6652 30.9123 68.5966 30.9558C68.6292 31.0072 68.6923 30.9552 68.7235 30.9474C68.7063 30.9583 68.6526 30.9683 68.6626 31.0221C68.7584 31.0214 68.8696 31.0831 68.9559 31.1244C68.9676 31.105 68.9879 31.0801 68.9825 31.0715C69.0048 31.2016 69.0791 31.0343 69.1646 31.1123C69.4056 31.2838 69.6892 31.5605 69.9568 31.6792C69.9511 31.803 70.0343 31.8583 70.1089 31.9192L70.1878 31.7971L70.2367 31.8742C70.2367 31.8742 70.1986 31.8142 70.275 31.8019L70.253 31.8999C70.253 31.8999 70.4374 31.9632 70.3816 31.8184L70.6429 31.9651C70.7012 32.0002 70.6146 32.0911 70.7018 32.0959C70.7361 32.0742 70.6886 32.0562 70.7261 32.0204C70.9736 32.0317 70.8133 32.3856 71.0149 32.438L71.004 32.4209C71.004 32.4209 71.0755 32.4957 71.0638 32.5151C70.9654 32.6255 71.0686 32.428 70.9774 32.4738C70.9243 32.5795 71.0146 32.5703 70.9592 32.6535C71.0215 32.6381 71.0112 32.7167 71.0415 32.7455C71.1435 32.7168 71.2033 32.8111 71.2945 32.7653C71.3045 32.819 71.2762 32.9451 71.3345 32.9802C71.4289 32.9204 71.3674 32.8993 71.4546 32.9041L71.4249 32.971C71.4249 32.971 71.484 32.9695 71.4989 32.936C71.5572 32.9712 71.4963 33.0458 71.5835 33.0506L71.5798 32.9689C71.6124 33.0203 71.6404 33.0265 71.7127 33.0648C71.7362 33.0259 71.7027 33.0111 71.6801 33.0134C71.7745 32.9536 71.729 33.0905 71.7485 33.1022C71.7228 33.1185 71.6667 33.106 71.6564 33.1846C71.6985 33.194 71.6788 33.3146 71.7505 33.2571L71.7468 33.1753C71.7925 33.2665 71.7388 33.2765 71.8283 33.3039C71.8283 33.3039 71.84 33.2844 71.8431 33.2704C71.8491 33.3747 71.9566 33.3547 72.043 33.396C72.0561 33.4357 72.0467 33.4778 72.0607 33.4809C71.993 33.4878 72.0007 33.5189 71.9515 33.5741C72.0716 33.498 71.973 33.7407 72.1053 33.7409C72.1202 33.7075 72.1328 33.6514 72.0845 33.6701C72.1182 33.5526 72.1682 33.4608 72.1364 33.3728C72.1636 33.4157 72.1908 33.4585 72.2088 33.411L72.1642 33.5114C72.1642 33.5114 72.2031 33.5348 72.2225 33.5465C72.1928 33.6134 72.111 33.6172 72.1459 33.6912C72.1894 33.7597 72.2379 33.6088 72.2199 33.6562C72.2743 33.7419 72.1917 33.7823 72.2843 33.7956C72.2789 33.7871 72.2711 33.7559 72.2626 33.7614C72.3443 33.7576 72.3869 33.8627 72.4767 33.7578C72.4829 33.7298 72.5064 33.6909 72.4784 33.6846L72.4612 33.6955C72.4638 33.5858 72.4992 33.7555 72.547 33.6411C72.5064 33.6909 72.5927 33.7323 72.6347 33.7417L72.577 33.8023C72.5648 34.0864 72.6536 33.6576 72.7499 33.7527C72.7957 33.8438 72.7048 33.7573 72.7256 33.8282C72.7817 33.8407 72.8363 33.7941 72.8937 33.8658C72.928 33.844 72.9958 33.8371 73.0481 33.7679C73.0807 33.8193 73.199 33.8164 73.1802 33.9004C73.0587 33.9174 73.1578 33.7704 73.0075 33.8177L72.9801 33.9071C73.047 33.9368 73.0927 34.0279 73.1519 34.0265C73.1347 34.0373 73.1176 34.0482 73.1113 34.0762C73.1742 34.1565 73.1522 34.2545 73.2417 34.2819C73.2994 34.2213 73.238 34.2002 73.2077 34.1713C73.3011 34.1481 73.266 34.2064 73.364 34.2284C73.4077 34.1646 73.3057 34.1932 73.3354 34.1264L73.4123 34.2097L73.4209 34.2043C73.3678 34.3101 73.4878 34.234 73.5313 34.3025C73.6588 34.3899 73.5962 34.5377 73.6185 34.6677C73.6528 34.6459 73.6785 34.6296 73.6848 34.6016C73.6279 34.6257 73.6568 34.5954 73.6577 34.5588C73.6934 34.5962 73.8189 34.5287 73.812 34.4609C73.8609 34.538 73.752 34.499 73.776 34.5558L73.8732 34.6143C73.8272 34.6555 73.7852 34.6461 73.8115 34.7256C73.8386 34.7684 73.8752 34.7692 73.9335 34.8043C73.9398 34.7763 73.9999 34.7383 73.961 34.7149C73.9976 34.7157 74.045 34.7337 74.0239 34.7951C73.9335 34.8043 74.0945 34.9065 73.9948 34.9578L74.0851 34.9485C74.0851 34.9485 74.0945 34.9065 74.0579 34.9057C74.1242 34.8396 74.0905 34.9571 74.1068 34.9828C74.138 34.9751 74.1963 35.0102 74.2251 34.9799C74.2329 35.011 74.2889 35.0235 74.3178 34.9932C74.3395 35.0275 74.2912 35.0461 74.2763 35.0796L74.3735 35.1381C74.3735 35.1381 74.4953 34.9888 74.4876 34.9577C74.4944 35.0254 74.4195 35.0969 74.4724 35.1234C74.4944 35.0254 74.5853 35.1119 74.6082 34.9773C74.6768 34.9338 74.7654 34.9978 74.8034 35.0577C74.7846 35.1418 74.7217 35.0615 74.6834 35.1338C74.8046 35.2492 74.6875 35.4436 74.8135 35.4718L74.7769 35.471C74.8258 35.5481 74.815 35.531 74.8101 35.6181C74.8461 35.5232 75.0339 35.4402 75.1248 35.5267C75.1068 35.5742 75.0111 35.5748 74.9868 35.6503L75.0474 35.708C75.0474 35.708 75.0591 35.6885 75.0568 35.666C75.1003 35.7345 75.2406 35.6335 75.1929 35.7479L75.3301 35.6609L75.2701 35.699C75.2521 35.7464 75.3127 35.8041 75.315 35.8267C75.3521 35.9232 75.4005 35.9046 75.4799 35.8783C75.4456 35.9 75.3599 35.9544 75.4065 36.0089C75.4971 35.8674 75.5551 36.0348 75.6074 35.9656C75.6237 35.9913 75.6946 35.9704 75.6595 36.0287L75.7149 35.9455C75.636 36.0676 75.7278 36.1176 75.7713 36.1861C75.8681 36.0166 75.8319 36.2438 75.9559 36.1171C75.8942 36.2283 76.032 36.2371 75.9874 36.3374C76.0371 36.378 76.0903 36.2722 76.1332 36.245L76.1206 36.301C76.1806 36.263 76.2778 36.3215 76.351 36.3231L76.3367 36.4523L76.3882 36.4197C76.3882 36.4197 76.409 36.4906 76.3607 36.5092L76.3942 36.524C76.3185 36.6321 76.4182 36.5809 76.4305 36.6571C76.4477 36.6463 76.4734 36.63 76.4657 36.5988C76.4905 36.6191 76.5257 36.5608 76.56 36.539C76.5257 36.5608 76.526 36.7888 76.4217 36.7949C76.3842 36.8306 76.4083 36.8875 76.4449 36.8883L76.5229 36.8028L76.4806 36.9257C76.5078 36.9686 76.5709 36.9165 76.6184 36.9345C76.5966 36.9002 76.6718 36.6964 76.7518 36.7658C76.7192 36.7144 76.7264 36.6498 76.7186 36.6186C76.7381 36.6303 76.7552 36.6195 76.7538 36.5603C76.8027 36.6374 76.7381 36.6303 76.7987 36.688C76.8541 36.6048 76.8884 36.5831 76.9725 36.6019L76.8844 36.6337C76.8844 36.6337 76.8727 36.6531 76.8782 36.6617C76.8556 36.664 76.847 36.6694 76.8181 36.6997C76.829 36.7169 76.8256 36.8632 76.8662 36.8134C76.7064 36.9027 76.9125 37.0003 76.8213 37.0461C76.8151 37.0741 76.8594 37.1061 76.8882 37.0757C76.8759 36.9995 76.9491 37.0011 76.992 36.9739C76.9663 36.9902 76.9491 37.0011 76.9514 37.0237C76.9731 37.058 77.0417 37.0145 77.0815 37.0013L77.0706 36.9842L77.1609 36.975C77.1429 37.0224 77.0643 37.0122 77.0969 37.0636C77.1141 37.0527 77.1521 37.1127 77.1755 37.0738C77.1912 37.0038 77.2661 36.9323 77.2304 36.8949C77.2521 36.9292 77.3602 37.0048 77.2604 37.056L77.2993 37.0794C77.251 37.0981 77.1295 37.115 77.2041 37.1758L77.2213 37.1649L77.2227 37.2241L77.3245 37.3278L77.3151 37.3698L77.3742 37.3683C77.3742 37.3683 77.3314 37.3955 77.3531 37.4298C77.3788 37.4135 77.4091 37.4423 77.4434 37.4206C77.4869 37.4891 77.43 37.5131 77.4097 37.538C77.4283 37.5863 77.4477 37.598 77.4969 37.5428C77.5241 37.5857 77.5349 37.6028 77.5807 37.6939C77.6024 37.7282 77.6016 37.7648 77.6202 37.8131C77.6356 37.8754 77.6339 37.9485 77.6213 38.0045C77.9463 37.8345 78.283 37.6451 78.6197 37.4557C80.565 36.3906 82.4953 34.9986 83.4008 34.5686C83.502 34.5766 83.6618 34.4873 83.6678 34.5916C83.7021 34.5699 83.7278 34.5535 83.7341 34.5255C83.6626 34.4507 83.7469 34.3372 83.6552 34.2873C83.6566 34.3464 83.5803 34.3588 83.5974 34.3479C83.5937 34.2662 83.5231 34.1548 83.5762 34.049C83.4633 34.0605 83.4407 34.0628 83.3661 34.002C83.3507 33.9397 83.3592 33.9343 83.4052 33.8931C83.3469 33.858 83.3612 33.7288 83.2957 33.7583C83.3472 33.7257 83.2686 33.7154 83.3006 33.6711L83.2749 33.6874L83.3349 33.6494C83.1442 33.6141 83.3563 33.4556 83.1828 33.4094L83.1656 33.4203L83.189 33.3814C83.1579 33.3892 83.1462 33.4086 83.1119 33.4303L83.0204 33.2481L83.0818 33.2692C83.0818 33.2692 83.1264 33.1688 83.0649 33.1477C82.9946 33.2644 83.0269 33.0878 82.956 33.1087L82.9435 33.1647C82.9332 33.1232 82.9516 33.0954 82.9989 33.0815C82.9952 32.9998 82.8525 33.0782 82.9025 32.9864L82.9297 33.0292C82.9297 33.0292 83.0069 32.9803 82.9937 32.9406C82.9937 32.9406 82.9377 32.9281 82.9454 32.9592C82.9526 32.8946 82.8811 32.8198 82.8959 32.7864C82.8656 32.7575 82.8142 32.7901 82.8079 32.8182C82.8253 32.675 82.7753 32.7667 82.7841 32.629L82.7498 32.6507L82.771 32.5893L82.6675 32.5588L82.7267 32.5573C82.7267 32.5573 82.7369 32.4787 82.6926 32.4467L82.6412 32.4793C82.6297 32.3665 82.4997 32.3889 82.5365 32.2574C82.5279 32.2628 82.5108 32.2737 82.5077 32.2877C82.5585 32.1593 82.3762 32.2509 82.4442 32.1117C82.427 32.1226 82.4044 32.1249 82.3873 32.1357L82.4084 32.0743L82.3398 32.1178L82.4264 32.0268L82.3307 32.0275L82.365 32.0057C82.196 32.0047 82.2718 31.8966 82.1371 31.8739L82.2392 31.8452C82.3743 31.6034 81.9767 31.5071 81.9849 31.2736L81.9163 31.3171L81.9672 31.1887C81.8917 31.1645 81.9126 31.2353 81.8729 31.2485C81.8808 31.1474 81.9735 31.1607 81.9534 31.0533C81.8865 31.0236 81.902 31.0859 81.884 31.1333C81.8865 31.0236 81.8705 30.8656 81.8099 30.8079C81.8185 30.8025 81.827 30.797 81.8356 30.7916C81.8459 30.713 81.7744 30.6382 81.7621 30.5619L81.8027 30.5121ZM84.959 35.9835L84.9933 35.9617C84.9933 35.9617 84.9761 35.9726 84.9675 35.9781L84.959 35.9835ZM85.0179 36.1143C85.0802 36.0989 85.025 36.0497 85.0399 36.0163C85.0173 36.0186 84.997 36.0435 84.9798 36.0543C84.9798 36.0543 84.9798 36.0543 84.9853 36.0629L85.0196 36.0412L84.901 36.1764C84.9438 36.1493 84.9867 36.1221 85.0319 36.1175L85.0179 36.1143ZM84.4629 35.6372L84.4398 35.5438L84.3377 35.5724C84.3377 35.5724 84.3557 35.525 84.386 35.5538C84.3503 35.5164 84.4769 35.28 84.2914 35.3856C84.3282 35.2541 84.2839 35.2221 84.2787 35.0812C84.2333 35.2182 84.1255 35.0102 84.1198 35.1339C84.0561 35.0903 84.1504 35.0305 84.1458 34.9853C84.0843 34.9642 83.9986 35.0186 83.9915 35.0832L84.0158 35.0077L83.9986 35.0186L84.0369 34.9462C83.97 34.9166 83.9348 34.9749 83.9023 34.9235L83.9794 34.8746L83.9148 34.8675C83.96 34.8629 83.9663 34.8349 83.9562 34.7811L83.9391 34.792L83.9377 34.7329C83.9079 34.7997 83.9019 34.6954 83.8473 34.7421C83.8419 34.7335 83.8419 34.7335 83.8365 34.7249C83.8185 34.7724 83.795 34.8113 83.8082 34.851C83.7062 34.8796 83.5421 34.7914 83.4389 34.989L83.4904 34.9564C83.3609 35.0745 83.4675 35.091 83.4581 35.133L83.4924 35.1113L83.4298 35.2591C83.4775 35.1447 83.6956 35.0905 83.6153 35.1535C83.4873 35.3307 83.6364 35.092 83.5047 35.1876C83.4244 35.2505 83.4967 35.2887 83.527 35.3176L83.3975 35.4357C83.4473 35.4762 83.4756 35.3502 83.4762 35.4459L83.2681 35.5538C83.3379 35.7018 83.0429 35.6726 83.0558 35.8446C83.2124 35.7693 83.0829 35.8874 83.1358 35.914L82.8091 36.1571C82.8091 36.1571 82.9252 36.1316 82.8737 36.1642C82.8409 36.2451 82.746 36.2092 82.7171 36.2395C82.7171 36.2395 82.7085 36.2449 82.6999 36.2504C83.3708 35.9813 83.9753 35.7782 84.4738 35.6544L84.4629 35.6372ZM32.2952 55.4363C32.4393 55.4171 32.1817 55.3521 32.2246 55.3249L32.4604 55.3556C32.4604 55.3556 32.4604 55.3556 32.469 55.3502C32.5359 55.3798 32.5833 55.3978 32.6122 55.3675C32.5516 55.3098 32.5276 55.253 32.4778 55.2124L32.7111 55.3529C32.6871 55.296 32.9237 55.2901 32.7448 55.2354L33.0981 55.2997L33.1341 55.2048C33.2236 55.2322 33.2259 55.2547 33.1161 55.2522C33.2399 55.2579 33.649 55.467 33.6003 55.2576C33.8828 55.3428 33.9934 55.3087 34.3359 55.3559C34.0706 55.2598 34.6428 55.2334 34.365 55.1933C34.5293 55.1492 34.5634 55.2597 34.6926 55.2739C34.8118 55.2344 34.7551 55.1261 34.6236 55.0894L34.7746 55.1378L34.7637 55.1207L34.9061 55.1746C35.051 55.1188 34.9367 55.0711 35.0861 55.0604L35.1179 55.1484L35.2122 55.0886C35.1802 55.133 35.2642 55.1518 35.374 55.1542L35.3631 55.1371L35.5009 55.1459C35.3726 55.0951 35.617 55.1203 35.5564 55.0627C35.6607 55.0566 35.6747 55.0597 35.8631 55.0724L35.8334 55.1393C36.0941 55.1903 35.8413 55.0382 36.0469 55.04L36.0366 55.1186C36.3296 54.9929 36.5503 55.1894 36.7724 55.0846C36.64 55.0844 36.6674 54.995 36.6697 55.0175C36.8667 55.0248 37.1751 54.9614 37.3789 55.0364C37.4407 54.9252 37.4555 54.8918 37.6542 54.8259C37.8037 54.8152 37.8231 54.8269 37.8783 54.876C38.0146 54.8256 38.2956 54.8517 38.2919 54.77C38.3299 54.83 38.4219 54.7476 38.5028 54.7804L38.5177 54.747L38.516 54.8201C38.7484 54.6368 38.9628 54.8612 39.192 54.6919L39.1445 54.6739L39.2512 54.6904C39.2512 54.6904 39.2186 54.639 39.1968 54.6047L39.6913 54.5315L39.597 54.5913C39.7068 54.5938 39.7954 54.6577 39.8983 54.5925C39.6859 54.5229 40.0595 54.5623 40.0869 54.4729L39.9772 54.4704C40.0732 54.4575 40.1207 54.4755 40.1195 54.5243C40.3142 54.509 40.2218 54.3633 40.4179 54.4072L40.2933 54.4381C40.2933 54.4381 40.3617 54.527 40.4466 54.5092C40.4637 54.4983 40.5183 54.4517 40.4505 54.4586C40.6055 54.4565 40.8158 54.3712 40.8913 54.3954C40.9599 54.3519 40.9327 54.3091 40.8821 54.3051C41.2146 54.2986 41.0239 54.2633 41.3478 54.2622L41.3261 54.2279L41.4467 54.2475L41.5902 54.1325L41.5464 54.1963C41.6453 54.1816 41.7239 54.1919 41.8431 54.1524L41.788 54.1032C42.087 54.0819 42.1044 53.9387 42.4079 53.9625C42.4251 53.9516 42.3776 53.9336 42.3551 53.9359C42.6329 53.976 42.5274 53.7906 42.8075 53.8533C42.7967 53.8361 42.8115 53.8027 42.7921 53.791L42.9213 53.8052L42.895 53.7258L43.0193 53.8271L43.0779 53.7299L43.1308 53.7565C43.2222 53.5783 43.4261 53.6533 43.5681 53.4792L43.5655 53.5889C44.0449 53.6815 44.5262 53.2081 45.065 53.1669L45.0387 53.0875L45.2745 53.1181C45.3751 53.0303 45.1828 53.0682 45.2094 53.0153C45.4492 52.9954 45.3369 53.1027 45.611 53.061C45.7342 52.9709 45.5472 53.0173 45.4772 53.0017C45.7342 52.9709 46.1212 52.9178 46.281 52.8285C46.2864 52.837 46.2973 52.8542 46.2973 52.8542C46.4693 52.8412 46.6883 52.7504 46.8752 52.704C46.8535 52.6697 46.8083 52.6743 46.7632 52.6789C46.834 52.658 46.9112 52.6091 46.9813 52.6248L46.8949 52.5834C47.0258 52.5244 47.3194 52.4945 47.3242 52.4073C47.3148 52.4493 47.3388 52.5062 47.4612 52.4527C47.4926 52.3126 47.7976 52.3955 47.9808 52.2674C47.9419 52.244 47.8001 52.2858 47.8399 52.2726C47.9342 52.2128 48.0322 52.2348 48.1249 52.2481L48.0977 52.2053L48.5556 52.1312C48.587 51.9911 48.9864 52.0143 48.9235 51.934C49.0824 51.8813 48.8057 52.0327 49.0098 51.9754C49.0481 51.9031 49.2022 51.9375 49.1727 51.8721L49.1556 51.883L49.2919 51.8326L49.1775 51.7849C49.3076 51.7626 49.4219 51.8102 49.446 51.8671C49.552 51.7878 49.7187 51.7663 49.7461 51.6768L49.6955 51.6728C50.0296 51.5931 50.1633 51.2921 50.4638 51.3299C50.4809 51.319 50.4646 51.2933 50.4303 51.3151L50.6235 51.2406L50.5598 51.1969L50.9211 51.1601L50.8994 51.1258C51.1129 51.0265 51.4619 50.9133 51.7454 50.8297L51.6948 50.8257C52.0227 50.774 51.9715 50.6743 52.2145 50.6404C52.209 50.6319 52.195 50.6287 52.1864 50.6342L52.3882 50.5543L52.3268 50.5332C52.512 50.5599 52.7103 50.266 52.6432 50.3686C52.7389 50.368 52.9024 50.3604 52.9436 50.4064C53.168 50.3242 52.9819 50.3341 53.1019 50.258C53.2554 50.1967 53.3106 50.2458 53.5187 50.1379L53.497 50.1037C53.6076 50.0696 53.6722 50.0767 53.8225 50.0294L53.7719 50.0254C54.0312 50.0172 54.0051 49.8055 54.2533 49.9125C54.3336 49.8496 54.5237 49.7891 54.4802 49.7206C54.7746 49.654 55.0098 49.589 55.2934 49.5053C55.2857 49.4742 55.2942 49.4688 55.2974 49.4547C55.1682 49.4406 55.0218 49.4372 54.8449 49.5374L54.8955 49.5413C54.8083 49.5366 54.6548 49.5978 54.644 49.5807C54.6505 49.4204 54.7583 49.6283 54.8629 49.4899C54.8063 49.3817 54.6628 49.4967 54.6396 49.4032C54.5476 49.4856 54.4613 49.4442 54.3592 49.4729C54.2266 49.605 53.9751 49.6443 53.8876 49.7719C53.795 49.7585 53.6644 49.6852 53.4915 49.7347C53.4094 49.8708 53.5544 49.815 53.3946 49.9043L53.3566 49.8443C53.2171 49.9087 53.2451 49.9149 53.2582 49.9547C53.1133 50.0105 53.1073 49.9062 52.9358 50.0149L53.0619 50.0431C52.9178 50.0624 52.8664 50.095 52.6732 50.1694C52.6949 50.2037 52.7658 50.1828 52.8172 50.1502C52.7492 50.2894 52.628 50.174 52.5765 50.2067C52.5774 50.1701 52.7137 50.1197 52.622 50.0697C52.5362 50.1241 52.3916 50.0476 52.3524 50.1565L52.4785 50.1847C52.2698 50.1969 52.3501 50.134 52.1281 50.2387C52.1366 50.2333 52.1444 50.2644 52.1498 50.273C51.9817 50.2354 51.8179 50.3753 51.6107 50.4466C51.5461 50.4395 51.4846 50.4184 51.4449 50.4315C51.5564 50.3609 51.5089 50.3429 51.5021 50.2752C51.3772 50.4385 51.2188 50.2265 50.9787 50.3787C51.0004 50.413 51.0759 50.4372 51.1336 50.3766C51.2611 50.464 51.3069 50.5551 51.4758 50.5561C51.3715 50.5622 51.2414 50.5846 51.2912 50.6251L51.226 50.5223C51.1691 50.5463 51.1208 50.565 51.0671 50.575C51.029 50.515 51.1522 50.4249 50.9973 50.427C50.8252 50.44 50.9519 50.5639 50.9107 50.518C50.6849 50.541 50.7832 50.4306 50.5837 50.5331C50.6063 50.5308 50.6483 50.5402 50.6654 50.5293C50.5282 50.6163 50.297 50.6307 50.2882 50.7685C50.3185 50.7973 50.3262 50.8285 50.3916 50.799L50.3808 50.7818C50.5769 50.8257 50.2367 50.8011 50.3245 50.9016C50.3122 50.8253 50.1104 50.9052 50.0192 50.951L50.024 50.8638C49.6358 50.7255 50.0852 51.0173 49.7683 51.0861C49.5542 51.0897 49.8369 51.0426 49.6936 51.0253C49.5627 51.0842 49.5299 51.1651 49.3321 51.1944C49.2915 51.2442 49.1855 51.3234 49.2032 51.4083C49.0708 51.4081 48.8533 51.558 48.7647 51.4941C48.9425 51.3573 49.0006 51.5247 49.1963 51.3406L49.1077 51.2766C48.9402 51.3347 48.723 51.3523 48.6201 51.4176C48.6458 51.4013 48.6381 51.3701 48.6272 51.353C48.3982 51.39 48.301 51.3315 48.1024 51.3974C48.0938 51.4028 48.1101 51.4285 48.093 51.4394C48.1038 51.4565 48.1178 51.4597 48.1404 51.4574C48.1856 51.4528 48.2479 51.4373 48.2876 51.4241C48.2619 51.4404 48.2362 51.4567 48.219 51.4676C48.1038 51.4565 48.1642 51.6465 48.0396 51.6775L48.0947 51.7266C48.0947 51.7266 48.035 51.6323 48.0161 51.7164L48.053 51.5849C48.053 51.5849 47.9572 51.5855 47.9198 51.6213C47.9198 51.6213 47.9143 51.6127 47.9089 51.6041L47.8466 51.6196C47.7868 51.5254 47.6674 51.6972 47.4899 51.7016C47.1214 51.8031 47.0205 51.6628 46.7933 51.6267C46.7472 51.6679 46.7378 51.7099 46.7627 51.7302C46.8376 51.6587 46.8367 51.6952 46.8756 51.7187C46.7455 51.741 46.6347 51.9074 46.7156 51.9402C46.5069 51.9524 46.771 51.857 46.6387 51.8569L46.3637 51.9351C46.3637 51.9351 46.476 51.8278 46.3242 51.8159C46.1973 51.8243 46.1458 51.8569 45.9901 51.8956C46.0204 51.9245 45.9595 51.9991 46.0841 51.9682C46.0155 52.0116 45.8995 52.0372 45.8357 51.9935C45.9901 51.8956 45.5453 52.0094 45.6468 51.885L45.4924 51.9829C45.4924 51.9829 45.5453 52.0094 45.5968 51.9768C45.5662 52.0803 45.4473 51.9875 45.3881 51.989C45.3366 52.0216 45.1809 52.0603 45.1714 52.1023C45.1154 52.0898 44.9791 52.1402 44.9665 52.1962C44.8848 52.2 44.9425 52.1393 44.9176 52.1191L44.6458 52.1833C44.6458 52.1833 44.6524 52.3833 44.6944 52.3927C44.5824 52.3676 44.6246 52.2447 44.4689 52.2834C44.5769 52.3591 44.2802 52.403 44.4357 52.4966C44.3632 52.5907 44.103 52.6355 43.9481 52.6376C43.8455 52.5705 44.0907 52.5592 44.0699 52.4883C43.6688 52.5384 43.5922 52.3227 43.3141 52.4149L43.3827 52.3714C43.1997 52.3673 43.2137 52.3704 43.0994 52.3227C43.1677 52.4116 42.9399 52.6401 42.6269 52.6583C42.5943 52.6069 42.779 52.5379 42.7215 52.4662L42.5128 52.4784C42.5128 52.4784 42.5291 52.5041 42.5572 52.5103C42.3742 52.5062 42.243 52.6975 42.1724 52.5861L42.0078 52.7625L42.0687 52.6879C42.0415 52.645 41.8328 52.6572 41.7908 52.6478C41.5744 52.6288 41.5113 52.6809 41.4052 52.7601C41.4372 52.7158 41.513 52.6077 41.3495 52.6153C41.3795 52.7764 41.0145 52.7315 41.0322 52.8164C40.9645 52.8233 40.8561 52.88 40.8407 52.8177L40.8639 52.9111C40.8361 52.7725 40.5877 52.7979 40.4048 52.7937C40.4651 52.9837 40.2047 52.8004 40.1413 52.9848C40.0963 52.8571 39.8065 52.9688 39.7639 52.8636C39.623 52.8689 39.6399 52.9903 39.6133 53.0432L39.541 53.005C39.4747 53.071 39.2146 53.1158 39.0502 53.1599L38.8978 53.0523L38.8487 53.1075C38.8487 53.1075 38.7032 53.0676 38.7718 53.0241L38.69 53.0279C38.6817 52.901 38.578 53.0028 38.413 52.9512C38.3787 52.973 38.3864 53.0041 38.4199 53.019C38.3381 53.0227 38.3762 53.0827 38.3356 53.1325C38.387 53.0999 38.0394 52.9118 38.2521 52.849C38.2646 52.793 38.1386 52.7648 38.0591 52.7912L38.0114 52.9055L37.9127 52.7879C37.7835 52.7737 37.7367 52.8514 37.6378 52.8661C37.739 52.874 37.8693 53.0797 37.6101 53.0879C37.7479 53.0966 37.8225 53.1574 37.8839 53.1785C37.8302 53.1886 37.7991 53.1963 37.8908 53.2463C37.683 53.2218 37.8248 53.18 37.6138 53.1696C37.6284 53.2685 37.5684 53.3065 37.39 53.3475L37.5186 53.266C37.5186 53.266 37.5078 53.2488 37.5023 53.2403C37.5561 53.2302 37.5624 53.2022 37.5772 53.1688C37.5321 53.1734 37.3377 53.0563 37.3057 53.1007C37.5092 52.9476 36.9455 52.9686 37.0772 52.8731C37.0555 52.8388 36.9091 52.8355 36.8911 52.8829C37.0638 52.9657 36.7617 53.001 36.7911 53.0665C36.7242 53.0368 36.9197 52.9849 36.8388 52.9521C36.7377 52.9442 36.6659 53.0017 36.6005 53.0312L36.6393 53.0546L36.4836 53.0933C36.451 53.0419 36.6348 53.0094 36.4947 52.9781C36.4604 52.9998 36.3063 52.9654 36.3109 53.0105C36.3824 53.0853 36.3184 53.174 36.453 53.1967C36.3518 53.1888 36.0256 53.1673 36.1574 53.0718L36.0391 53.0747C36.1162 53.0258 36.3375 52.9576 36.0899 52.9464L36.1008 52.9635L35.9281 52.8808L35.8509 52.9297C35.8509 52.9297 35.8238 52.8869 35.7677 52.8743C35.7529 52.9078 35.6906 52.9233 35.6897 52.9598C35.5099 52.9417 35.5225 52.8857 35.5062 52.86C35.4081 52.838 35.3598 52.8566 35.4033 52.9252C35.257 52.9219 35.0157 52.8826 34.9245 52.9284C34.7401 52.8651 34.9588 52.9067 34.8593 52.8256C34.6753 52.9903 34.2342 52.8255 33.9229 52.7705C34.0275 52.6322 33.842 52.7377 33.8088 52.5906C33.8694 52.6483 33.5004 52.654 33.7656 52.7501L33.6061 52.7071C33.4807 52.7746 33.8597 52.8226 33.6719 52.9056C33.5178 52.8712 33.4169 52.7309 33.2628 52.6965C33.2628 52.6965 33.2294 52.6816 33.2208 52.6871C33.2789 52.8545 33.1294 52.8652 33.1345 53.006L33.1074 52.9632C33.1074 52.9632 33.0342 52.9615 32.9976 52.9607C33.0139 52.9864 33.1142 53.0309 33.0745 53.0441C33.0637 53.027 33.0474 53.0013 33.0225 52.981C33.0946 53.1515 32.9588 53.2977 32.9351 53.4689C32.7768 53.6173 32.7568 53.8702 32.6071 54.0132C32.6328 53.9969 32.4881 53.9204 32.5099 53.9547C32.7026 54.1449 32.4264 54.0316 32.5468 54.1836C32.4213 54.2511 32.5688 54.4459 32.3462 54.4549L32.4099 54.4986C32.4099 54.4986 32.3842 54.5149 32.3756 54.5204L32.3865 54.5375C32.3865 54.5375 32.3093 54.5864 32.3365 54.6293L32.2642 54.591C32.2642 54.591 32.3139 54.6316 32.2633 54.6276L32.3022 54.651L32.2236 54.6408C32.3574 54.7001 32.2024 54.7022 32.249 54.7568C32.2147 54.7785 32.1298 54.7963 32.1313 54.8555C32.195 54.8991 32.163 54.9435 32.1816 54.9917C32.1325 55.0469 32.063 55.127 32.055 55.2282L31.9687 55.1868L31.9516 55.1977C31.9516 55.1977 31.9819 55.2265 31.9904 55.2211C32.0791 55.285 31.939 55.2537 31.9942 55.3028C31.9164 55.256 31.9833 55.2857 31.995 55.2662C31.9679 55.2234 31.8752 55.21 31.9024 55.2529L31.9133 55.27L31.8712 55.2606C31.9296 55.2957 31.963 55.3105 32.0268 55.3542C32.0033 55.3931 31.9496 55.4031 31.9153 55.4249C31.9596 55.4569 32.0125 55.4834 32.0654 55.5099C32.0459 55.4982 32.0437 55.4757 32.0242 55.464C32.0654 55.5099 32.1526 55.5147 32.214 55.5358L32.2952 55.4363ZM29.6285 59.5537C29.6876 59.5523 29.6176 59.5366 29.6713 59.5266L29.6433 59.5203L29.7165 59.522C29.5656 59.4735 29.814 59.4482 29.6716 59.3943C29.6716 59.3943 29.6948 59.4877 29.6785 59.462C29.5727 59.4089 29.7096 59.4542 29.6716 59.3943L29.663 59.3997L29.6802 59.3888L29.6973 59.3779C29.6973 59.3779 29.6887 59.3834 29.6747 59.3802C29.6747 59.3802 29.6747 59.3802 29.6802 59.3888C29.653 59.346 29.6093 59.4097 29.5804 59.44L29.5144 59.3738C29.4684 59.415 29.5641 59.4143 29.4932 59.4352L29.4623 59.3107C29.4023 59.3487 29.3914 59.3316 29.3783 59.2919C29.3557 59.2942 29.3386 59.3051 29.3214 59.3159C29.4512 59.4259 29.581 59.5358 29.6968 59.6426C29.6665 59.6137 29.7211 59.5671 29.6479 59.5654L29.6285 59.5537ZM29.3795 61.0571L29.3741 61.0485C29.3741 61.0485 29.3741 61.0485 29.3795 61.0571ZM8.80377 50.4834C8.80377 50.4834 8.79834 50.4748 8.78433 50.4717C8.78433 50.4717 8.7929 50.4663 8.80377 50.4834ZM8.84894 50.4788C8.84894 50.4788 8.89096 50.4882 8.92212 50.4805L8.84979 50.4422C8.84979 50.4422 8.85208 50.4648 8.85751 50.4734L8.84894 50.4788ZM9.16966 50.4917C9.16966 50.4917 9.12908 50.5415 9.10021 50.5718C9.1531 50.5983 9.20055 50.6163 9.24801 50.6342L9.26516 50.6234C9.19054 50.5626 9.19598 50.5711 9.16423 50.4831L9.16966 50.4917ZM9.7846 50.9308C9.7846 50.9308 9.7846 50.9308 9.77917 50.9222L9.7846 50.9308ZM11.5519 51.7085C11.6491 51.767 11.7494 51.8115 11.8552 51.8646C11.8638 51.8591 11.8809 51.8482 11.8786 51.8257C11.7706 51.75 11.7645 51.6457 11.6439 51.6261C11.597 51.7039 11.6756 51.7141 11.72 51.7461C11.6405 51.7724 11.6188 51.7381 11.5519 51.7085ZM11.5361 50.2047C11.5361 50.2047 11.5284 50.1736 11.505 50.2125C11.4996 50.2039 11.5167 50.193 11.5284 50.1736C11.5284 50.1736 11.523 50.165 11.5175 50.1565C11.5175 50.1565 11.5176 50.1564 11.4833 50.1782L11.4778 50.1696C11.4778 50.1696 11.491 50.2093 11.5213 50.2382C11.547 50.2219 11.547 50.2219 11.5416 50.2133L11.5361 50.2047ZM12.0619 52.0579L12.1008 52.0813L12.097 51.9995L12.0673 52.0664L12.0619 52.0579ZM10.7629 49.9141C10.7646 49.8409 10.7568 49.8098 10.7383 49.7615C10.6571 49.861 10.7328 49.753 10.6782 49.7996L10.722 49.7358C10.722 49.7358 10.5833 49.7636 10.5327 49.7597L10.503 49.8266C10.5899 49.9637 10.7331 49.981 10.8935 49.9875C10.8881 49.9789 10.8944 49.9509 10.8835 49.9337L10.8663 49.9446C10.8992 49.8637 10.7743 50.027 10.854 49.8683C10.8197 49.8901 10.8206 49.8535 10.7683 49.9227L10.7629 49.9141ZM10.9029 49.9454L10.8772 49.9617C10.8772 49.9617 10.9107 49.9766 10.9247 49.9797C10.9192 49.9711 10.9255 49.9431 10.9029 49.9454ZM10.9527 49.986C10.9527 49.986 10.9753 49.9837 10.9893 49.9868C10.9978 49.9814 11.001 49.9674 11.0041 49.9534C10.9933 49.9362 10.9784 49.9697 10.9613 49.9805L10.9527 49.986ZM11.4367 50.1236C11.4367 50.1236 11.4529 50.1494 11.4638 50.1665C11.4755 50.147 11.4904 50.1136 11.5075 50.1027C11.4732 50.1245 11.4678 50.1159 11.4421 50.1322L11.4367 50.1236ZM11.5261 50.151C11.509 50.1619 11.5175 50.1565 11.5175 50.1565L11.5261 50.151ZM11.5844 50.1861C11.5844 50.1861 11.5844 50.1861 11.5899 50.1947C11.5899 50.1947 11.5845 50.1861 11.5759 50.1916L11.5844 50.1861ZM13.0235 50.7875C13.0235 50.7875 13.0547 50.7797 13.0687 50.7828C13.0633 50.7743 13.0578 50.7657 13.0695 50.7463C13.0438 50.7626 13.0321 50.782 13.0204 50.8015L13.0235 50.7875ZM13.2974 50.8781L13.2865 50.861L13.2748 50.8804C13.2834 50.875 13.292 50.8696 13.3028 50.8867C13.3028 50.8867 13.32 50.8758 13.3145 50.8673L13.2974 50.8781ZM13.4071 50.8806L13.418 50.8978C13.418 50.8978 13.4352 50.8869 13.4383 50.8729L13.4274 50.8557C13.4274 50.8557 13.4189 50.8612 13.4017 50.8721L13.4071 50.8806ZM13.657 50.9144L13.5875 50.9945C13.5875 50.9945 13.6024 50.9611 13.625 50.9588C13.5993 50.9751 13.6798 50.7798 13.5635 50.9377C13.5909 50.8482 13.5567 50.8699 13.5498 50.8022C13.5318 50.8497 13.506 50.866 13.4803 50.8823C13.5021 50.9166 13.4981 50.9671 13.4832 51.0006C13.5595 50.9882 13.6341 51.0491 13.6833 50.9939L13.667 50.9682C13.667 50.9682 13.667 50.9682 13.6756 50.9627L13.6484 50.9199L13.657 50.9144ZM16.2783 54.082C16.2783 54.082 16.2091 54.0298 16.1702 54.0064L16.1351 54.0647C16.1351 54.0647 16.2042 54.1169 16.24 54.1543L16.2751 54.096L16.2783 54.082ZM13.0201 52.5075C13.0304 52.4289 13.1757 52.6012 13.1876 52.4494C13.3034 52.5562 13.1151 52.5435 13.1319 52.6649C13.1654 52.6797 13.198 52.7312 13.2214 52.6923C13.2223 52.6557 13.2877 52.6262 13.2629 52.6059L13.346 52.6613C13.346 52.6613 13.3469 52.6247 13.3415 52.6162C13.4898 52.7744 13.7088 52.6836 13.8346 52.8441C13.822 52.9002 13.7646 52.8285 13.752 52.8845C13.8747 53.059 13.9381 52.8746 14.0616 53.0126L14.0579 52.9308C14.0873 52.9963 14.0802 53.0609 14.1931 53.0493C14.2165 53.0105 14.2057 52.9933 14.1894 52.9676C14.1894 52.9676 14.1894 52.9676 14.1722 52.9785C14.1613 52.9614 14.1559 52.9528 14.1645 52.9473C14.1536 52.9302 14.1342 52.9185 14.1233 52.9014C14.1428 52.9131 14.1622 52.9248 14.1816 52.9365C14.1816 52.9365 14.1988 52.9256 14.2074 52.9202C14.2074 52.9202 14.1988 52.9256 14.1902 52.931C14.24 52.9716 14.2897 53.0121 14.2383 53.0447C14.2989 53.1024 14.348 53.0472 14.3932 53.0426C14.3815 53.0621 14.3083 53.0604 14.3323 53.1173C14.4421 53.1197 14.5813 53.1877 14.7042 53.2299C14.7159 53.2104 14.7362 53.1855 14.7254 53.1684C14.7671 53.3101 14.8383 53.1569 14.944 53.21C14.8677 53.2223 14.864 53.1406 14.8251 53.1172C14.7091 53.1427 14.6073 53.039 14.513 53.0988C14.4804 53.0474 14.4892 52.9097 14.4029 52.8683C14.3 52.9335 14.3754 52.9578 14.2742 52.9498L14.29 52.8798C14.2145 52.8556 14.2168 52.8781 14.2105 52.9062C14.1296 52.8734 14.185 52.7901 14.0753 52.7877L14.0984 52.8811C14.0378 52.8234 14.0012 52.8226 13.9063 52.7866C13.8915 52.8201 13.9389 52.8381 13.9669 52.8443C13.8695 52.9181 13.89 52.7609 13.8589 52.7687C13.8846 52.7524 13.9492 52.7595 13.9455 52.6777C13.8894 52.6652 13.878 52.5523 13.8063 52.6098L13.8326 52.6892C13.7502 52.5973 13.8125 52.5818 13.6833 52.5676C13.6833 52.5676 13.677 52.5956 13.6739 52.6096C13.6344 52.4905 13.5067 52.5355 13.3923 52.4878C13.3706 52.4535 13.366 52.4084 13.338 52.4021C13.4143 52.3898 13.4066 52.3586 13.4417 52.3003C13.3131 52.3819 13.3642 52.1212 13.2007 52.1288C13.1859 52.1622 13.2013 52.2245 13.2496 52.2059C13.2494 52.3382 13.2134 52.4331 13.2763 52.5133C13.2351 52.4674 13.1768 52.4323 13.1728 52.4828L13.1979 52.3708C13.1979 52.3708 13.1365 52.3497 13.117 52.338C13.1327 52.268 13.2285 52.2673 13.1742 52.1816C13.1081 52.1154 13.0876 52.2726 13.0916 52.222C12.9921 52.1409 13.0918 52.0897 12.968 52.0841C12.9735 52.0926 12.9952 52.1269 12.9952 52.1269C12.9049 52.1361 12.8117 52.027 12.7414 52.1437C12.7405 52.1802 12.7257 52.2137 12.7623 52.2145L12.7794 52.2037C12.8274 52.3174 12.7134 52.1374 12.6937 52.258C12.7234 52.1911 12.6113 52.1661 12.5553 52.1535L12.6076 52.0843C12.5512 51.8437 12.5484 52.0858 12.4627 52.1402C12.6571 52.2572 12.7572 52.434 12.9921 52.5013L13.0201 52.5075ZM12.3232 52.2046L12.3472 52.2614C12.3824 52.2031 12.4307 52.1845 12.4627 52.1402C12.4627 52.1402 12.4455 52.151 12.4401 52.1425C12.3577 52.0505 12.4853 52.1379 12.4449 52.0553C12.3749 52.0396 12.3172 52.1003 12.2317 52.0223C12.2317 52.0223 12.2145 52.0332 12.206 52.0386C12.2706 52.0457 12.3077 52.1423 12.3786 52.1214C12.3069 52.1789 12.3226 52.1088 12.2892 52.094C12.2128 52.1063 12.2329 52.2138 12.3232 52.2046ZM12.1374 52.0821C12.1374 52.0821 12.1288 52.0875 12.1202 52.093C12.1202 52.093 12.1202 52.093 12.1288 52.0875L12.1374 52.0821ZM11.0368 51.5785C11.0368 51.5785 11.1076 51.5576 11.1722 51.5647C11.0953 51.4813 11.0925 51.363 11.0358 51.2548C11.0015 51.2765 10.9758 51.2928 10.975 51.3294C11.035 51.2913 11.017 51.3388 11.0247 51.3699C10.9664 51.3348 10.8603 51.4141 10.8618 51.4732C10.9201 51.5083 10.9699 51.5489 11.0399 51.5645L11.0368 51.5785ZM10.2403 51.1945C10.3041 51.2382 10.3003 51.1564 10.3492 51.2335L10.3641 51.2001L10.4067 51.3052C10.4575 51.1769 10.6019 51.3857 10.676 51.3508C10.7117 51.3882 10.7755 51.4318 10.8361 51.4895C10.8035 51.4381 10.8961 51.4515 10.8635 51.4001L10.7211 51.3462C10.7617 51.2964 10.8123 51.3004 10.7548 51.2287C10.7051 51.1881 10.6685 51.1873 10.579 51.1599C10.5782 51.1965 10.5236 51.2431 10.5796 51.2557C10.5345 51.2603 10.473 51.2392 10.4715 51.18C10.579 51.1599 10.3418 51.0701 10.4446 51.0049L10.3372 51.0249C10.3372 51.0249 10.3417 51.0701 10.3783 51.0709C10.3175 51.1456 10.3092 51.0187 10.2843 50.9984C10.2446 51.0116 10.1605 50.9928 10.1402 51.0177C10.1239 50.992 10.0733 50.988 10.039 51.0097C10.1168 51.0565 10.1914 51.1174 10.2506 51.1159L10.2177 51.1968L10.2403 51.1945ZM9.96984 50.9575C9.96984 50.9575 10.0087 50.9809 10.0367 50.9872C10.0344 50.9646 10.0602 50.9483 10.0579 50.9257L9.91237 50.8858C9.91237 50.8858 9.90065 50.9052 9.90609 50.9138C9.92553 50.9255 9.93326 50.9567 9.97213 50.9801L9.98928 50.9692L9.96984 50.9575ZM8.4007 50.3785C8.4007 50.3785 8.42329 50.3762 8.43186 50.3708C8.41556 50.3451 8.38755 50.3388 8.35953 50.3326C8.3704 50.3497 8.38127 50.3668 8.39527 50.37L8.4007 50.3785Z' fill='white'/%3E%3Cpath d='M25.3004 60.2926C25.3004 60.2926 25.3461 60.288 25.3438 60.2651C25.3264 60.2761 25.3177 60.2816 25.3004 60.2926Z' fill='white'/%3E%3Cpath d='M20.7169 56.7583L20.6608 56.7457C20.6608 56.7457 20.6757 56.7123 20.668 56.6812L20.7169 56.7583Z' fill='white'/%3E%3Cpath d='M18.1074 55.2413C18.1074 55.2413 18.1224 55.2074 18.1484 55.1909C18.1759 55.2343 18.1334 55.2248 18.1074 55.2413Z' fill='white'/%3E%3Cpath d='M24.6154 59.682L24.5705 59.6497L24.5792 59.6442L24.6154 59.682Z' fill='white'/%3E%3Cpath d='M22.8645 58.5331C22.8489 58.4699 22.8567 58.5015 22.8645 58.5331V58.5331Z' fill='white'/%3E%3Cpath d='M24.5197 59.4186L24.5108 59.4242L24.5117 59.3862L24.5197 59.4186Z' fill='white'/%3E%3Cpath d='M25.1514 59.9428C25.1514 59.9428 25.1402 59.925 25.1345 59.9161L25.1636 59.9226C25.1636 59.9226 25.1458 59.9339 25.1369 59.9395L25.1514 59.9428Z' fill='white'/%3E%3Cpath d='M23.5918 58.8643C23.5918 58.8643 23.5791 58.9209 23.5704 58.9264C23.5594 58.9091 23.5539 58.9004 23.5918 58.8643Z' fill='white'/%3E%3Cpath d='M37.2737 52.1375C37.2737 52.1375 37.183 52.1467 37.0955 52.1419L37.2737 52.1375Z' fill='white'/%3E%3Cpath d='M34.2719 52.2974C34.2719 52.2974 34.32 52.3156 34.3396 52.3274C34.3113 52.3211 34.2688 52.3116 34.2719 52.2974Z' fill='white'/%3E%3Cpath d='M83.4439 34.5417C83.4933 34.4863 83.5699 34.4739 83.6411 34.4529L83.4439 34.5417Z' fill='white'/%3E%3Cpath d='M37.2967 53.0836C37.3802 53.1392 37.5343 53.0776 37.5444 53.1316C37.4568 53.1268 37.3458 53.161 37.2967 53.0836Z' fill='white'/%3E%3Cpath d='M83.814 34.8598L83.7976 34.8338C83.7976 34.8338 83.8323 34.8118 83.8496 34.8008L83.814 34.8598Z' fill='white'/%3E%3Cpath d='M68.9684 41.893L68.9597 41.8985L68.9455 41.8953L68.9684 41.893Z' fill='white'/%3E%3Cpath d='M51.1303 50.5004C51.0732 50.5245 51.0138 50.526 50.9326 50.4931C50.9842 50.4603 51.0772 50.4738 51.1303 50.5004Z' fill='white'/%3E%3Cpath d='M51.6575 50.3691C51.6575 50.3691 51.6859 50.3754 51.7001 50.3786L51.6488 50.3746L51.6575 50.3691Z' fill='white'/%3E%3Cpath d='M47.8362 51.6026L47.9136 51.5535C47.9136 51.5535 47.9409 51.5965 47.9885 51.6145L47.8275 51.6081L47.8362 51.6026Z' fill='white'/%3E%3Cpath d='M53.3027 49.8906C53.3027 49.8906 53.3247 49.9253 53.2955 49.956C53.2128 49.9598 53.2735 49.9213 53.3027 49.8906Z' fill='white'/%3E%3Cpath d='M38.6592 52.94L38.7635 52.934L38.7689 52.9425L38.6592 52.94Z' fill='white'/%3E%3Cpath d='M42.632 52.4392C42.7247 52.4676 42.6723 52.4635 42.632 52.4392V52.4392Z' fill='white'/%3E%3Cpath d='M39.1139 53.0721L39.1317 53.0608L39.1575 53.0819L39.1139 53.0721Z' fill='white'/%3E%3Cpath d='M37.5278 53.1284C37.5278 53.1284 37.5648 53.1293 37.5845 53.1411C37.5671 53.1521 37.553 53.149 37.5301 53.1513C37.5301 53.1513 37.5333 53.1371 37.5365 53.1229L37.5278 53.1284Z' fill='white'/%3E%3Cpath d='M41.1637 52.7943C41.1637 52.7943 41.122 52.7478 41.1197 52.725C41.1567 52.7258 41.1764 52.7376 41.1637 52.7943Z' fill='white'/%3E%3Cpath d='M32.9314 50.9011L32.8464 50.8821C32.8464 50.8821 32.8976 50.8861 32.9314 50.9011Z' fill='white'/%3E%3Cpath d='M30.6823 60.0398C30.7311 60.021 30.669 59.9996 30.7233 59.9895C30.7146 59.995 30.7508 60.0328 30.6823 60.0398Z' fill='white'/%3E%3Cpath d='M33.1923 51.3128C33.1923 51.3128 33.1756 51.2864 33.1435 51.2944C33.1612 51.2832 33.2099 51.3017 33.1923 51.3128Z' fill='white'/%3E%3Cpath d='M30.9461 58.1791L30.9351 58.1618C30.9351 58.1618 30.9777 58.1713 30.995 58.1603L30.9516 58.1878L30.9461 58.1791Z' fill='white'/%3E%3Cpath d='M30.5765 59.7949L30.5655 59.7775L30.5797 59.7807L30.5765 59.7949Z' fill='white'/%3E%3Cpath d='M30.7287 59.9983C30.7287 59.9983 30.7287 59.9983 30.7461 59.9873L30.7571 60.0047C30.7571 60.0047 30.7429 60.0015 30.7287 59.9983Z' fill='white'/%3E%3Cpath d='M35.5593 55.0493C35.5593 55.0493 35.46 55.064 35.3693 55.0732L35.5507 55.0548L35.5593 55.0493Z' fill='white'/%3E%3Cpath d='M32.357 55.2887C32.357 55.2887 32.405 55.3069 32.4389 55.3219C32.4018 55.3211 32.3593 55.3116 32.357 55.2887Z' fill='white'/%3E%3Cpath d='M35.6128 55.9879C35.6964 56.0435 35.8731 55.9796 35.8691 56.0304C35.7816 56.0256 35.6479 56.0621 35.6128 55.9879Z' fill='white'/%3E%3Cpath d='M85.4238 35.918L85.4301 35.8897C85.4301 35.8897 85.4672 35.8905 85.4758 35.885L85.4151 35.9235L85.4238 35.918Z' fill='white'/%3E%3Cpath d='M50.3373 52.9853C50.2748 53.0008 50.2208 53.0109 50.131 52.9834C50.1827 52.9507 50.2842 52.9586 50.3373 52.9853Z' fill='white'/%3E%3Cpath d='M50.9046 52.8404C50.9046 52.8404 50.9331 52.8468 50.956 52.8444L50.9046 52.8404Z' fill='white'/%3E%3Cpath d='M46.8256 54.2013L46.9226 54.164C46.9226 54.164 46.9444 54.1984 46.9866 54.2078L46.8256 54.2013Z' fill='white'/%3E%3Cpath d='M52.6562 52.2832C52.6562 52.2832 52.6782 52.3179 52.649 52.3486C52.5631 52.3665 52.627 52.3139 52.6562 52.2832Z' fill='white'/%3E%3Cpath d='M37.0686 55.8337L37.1706 55.805L37.1815 55.8221L37.0686 55.8337Z' fill='white'/%3E%3Cpath d='M41.2961 55.1848C41.3887 55.2132 41.3363 55.2091 41.2961 55.1848V55.1848Z' fill='white'/%3E%3Cpath d='M37.5497 55.9132L37.5641 55.9165L37.5985 55.9317L37.5497 55.9132Z' fill='white'/%3E%3Cpath d='M35.8637 56.0215C35.8637 56.0215 35.9063 56.031 35.9204 56.0342C35.9031 56.0452 35.8889 56.042 35.8574 56.0499C35.8661 56.0444 35.8606 56.0357 35.8637 56.0215Z' fill='white'/%3E%3Cpath d='M39.7257 55.5919C39.7257 55.5919 39.6754 55.5509 39.6731 55.5281C39.7101 55.5289 39.7384 55.5353 39.7257 55.5919Z' fill='white'/%3E%3Cpath d='M30.0376 53.1223L30.0212 53.1187L30.0376 53.1223Z' fill='white'/%3E%3Cpath d='M32.0863 50.3447C32.1138 50.388 32.0611 50.3241 32.0319 50.3548C32.0493 50.3438 32.0895 50.3305 32.0863 50.3447Z' fill='white'/%3E%3Cpath d='M6.2615 48.9368C6.2615 48.9368 6.2158 48.9414 6.15911 48.9288L6.2615 48.9368Z' fill='white'/%3E%3Cpath d='M31.0059 61.2876C31.0059 61.2876 31.0409 61.3619 31.0509 61.4158L31.0059 61.2876Z' fill='white'/%3E%3Cpath d='M30.6998 61.661L30.7266 61.644C30.7266 61.644 30.7378 61.6618 30.7435 61.6707L30.7087 61.6553L30.6998 61.661Z' fill='white'/%3E%3Cpath d='M81.5867 23.9702C81.5867 23.9702 81.5442 23.9607 81.5766 23.9159C81.5876 23.9332 81.6223 23.9112 81.5867 23.9702Z' fill='white'/%3E%3Cpath d='M75.5391 22.2051L75.5354 22.2215L75.5391 22.2051Z' fill='white'/%3E%3Cpath d='M82.2975 24.4448C82.2975 24.4448 82.2919 24.4362 82.2864 24.4275C82.2951 24.422 82.2951 24.422 82.2975 24.4448Z' fill='white'/%3E%3Cpath d='M81.571 23.9073C81.571 23.9073 81.571 23.9073 81.5655 23.8986L81.5742 23.8931L81.5623 23.9128L81.571 23.9073Z' fill='white'/%3E%3Cpath d='M80.2939 29.1745C80.2939 29.1745 80.3051 29.1921 80.3251 29.2042L80.2851 29.1801L80.2939 29.1745Z' fill='white'/%3E%3Cpath d='M73.7383 24.8618L73.7346 24.8782L73.7383 24.8618Z' fill='white'/%3E%3Cpath d='M78.5645 26.1621C78.5645 26.1621 78.5809 26.1881 78.5596 26.2503C78.5367 26.2526 78.5462 26.2101 78.5645 26.1621Z' fill='white'/%3E%3Cpath d='M78.4789 26.0483C78.4789 26.0483 78.4821 26.0341 78.4766 26.0254L78.4876 26.0428L78.4789 26.0483Z' fill='white'/%3E%3Cpath d='M79.2866 26.618L79.2583 26.6116C79.2583 26.6116 79.2875 26.5809 79.2852 26.5581L79.2866 26.618Z' fill='white'/%3E%3Cpath d='M79.3509 34.7582C79.3509 34.7582 79.3706 34.77 79.4044 34.785L79.3423 34.7637L79.3509 34.7582Z' fill='white'/%3E%3Cpath d='M79.899 33.9901C79.899 33.9901 79.8267 33.9518 79.8501 33.913C79.8664 33.9387 79.9201 33.9286 79.899 33.9901Z' fill='white'/%3E%3Cpath d='M75.7699 31.1186C75.7699 31.1186 75.7731 31.1044 75.7676 31.0957L75.7786 31.1131L75.7699 31.1186Z' fill='white'/%3E%3Cpath d='M76.9581 31.8185L76.9298 31.8122C76.9298 31.8122 76.9448 31.7783 76.9512 31.75L76.9668 31.813L76.9581 31.8185Z' fill='white'/%3E%3Cpath d='M75.3086 30.7369C75.3086 30.7369 75.3236 30.703 75.3496 30.6865C75.3661 30.7125 75.3346 30.7204 75.3086 30.7369Z' fill='white'/%3E%3Cpath d='M79.4486 33.7957L79.4195 33.7892L79.4316 33.769L79.4486 33.7957Z' fill='white'/%3E%3Cpath d='M79.4066 33.5947L79.4043 33.5718L79.4066 33.5947Z' fill='white'/%3E%3Cpath d='M79.8569 33.9078C79.8569 33.9078 79.8514 33.8991 79.8459 33.8904L79.8743 33.8968L79.8569 33.9078Z' fill='white'/%3E%3Cpath d='M76.4321 37.5098C76.4321 37.5098 76.4659 37.5248 76.4998 37.5398L76.4321 37.5098Z' fill='white'/%3E%3Cpath d='M76.969 36.7252C76.969 36.7252 76.8826 36.6838 76.9146 36.6395C76.9309 36.6652 76.9987 36.6583 76.969 36.7252Z' fill='white'/%3E%3Cpath d='M72.0238 33.3613C72.0238 33.3613 72.0183 33.3526 72.0215 33.3384L72.0325 33.3557L72.0238 33.3613Z' fill='white'/%3E%3Cpath d='M76.2891 37.9854C76.2891 37.9854 76.2795 38.0279 76.2818 38.0507C76.2795 38.0279 76.2914 38.0082 76.2891 37.9854Z' fill='white'/%3E%3Cpath d='M76.2908 37.8024C76.2893 37.7433 76.2784 37.7261 76.2676 37.709C76.2947 37.7518 76.2916 37.7658 76.2908 37.8024Z' fill='white'/%3E%3Cpath d='M73.4575 34.1834L73.415 34.1739C73.415 34.1739 73.4301 34.14 73.4277 34.1172L73.4489 34.1889L73.4575 34.1834Z' fill='white'/%3E%3Cpath d='M71.4668 32.9209C71.4668 32.9209 71.4818 32.8871 71.5078 32.8706C71.5298 32.9053 71.4841 32.9099 71.4668 32.9209Z' fill='white'/%3E%3Cpath d='M76.4618 36.4952L76.4186 36.4855L76.4306 36.4655L76.4618 36.4952Z' fill='white'/%3E%3Cpath d='M76.3851 36.2787L76.3828 36.2559L76.3851 36.2787Z' fill='white'/%3E%3Cpath d='M76.9135 36.6397C76.9135 36.6397 76.908 36.631 76.9025 36.6224L76.9309 36.6287L76.9135 36.6397Z' fill='white'/%3E%3Cpath d='M68.844 40.6736C68.844 40.6736 68.8605 40.6996 68.8943 40.7146L68.8353 40.6791L68.844 40.6736Z' fill='white'/%3E%3Cpath d='M69.485 39.9792C69.485 39.9792 69.4103 39.9183 69.4478 39.8826C69.4695 39.9169 69.5201 39.9208 69.485 39.9792Z' fill='white'/%3E%3Cpath d='M52.7985 31.2167L52.7811 31.2277C52.7811 31.2277 52.7811 31.2277 52.7756 31.219L52.793 31.208L52.7985 31.2167Z' fill='white'/%3E%3Cpath d='M52.9402 31.2108C53.0229 31.207 52.9142 31.2273 52.9558 31.2738C52.9338 31.2391 52.9118 31.2044 52.9402 31.2108Z' fill='white'/%3E%3Cpath d='M69.4976 40.1881C69.4976 40.1881 69.5378 40.1748 69.541 40.1606C69.5237 40.1716 69.515 40.1771 69.4976 40.1881Z' fill='white'/%3E%3Cpath d='M65.1527 36.5756C65.1527 36.5756 65.1472 36.5669 65.1504 36.5527L65.1614 36.5701L65.1527 36.5756Z' fill='white'/%3E%3Cpath d='M66.4352 37.3852L66.3927 37.3757C66.3927 37.3757 66.4164 37.3363 66.4141 37.3135L66.4352 37.3852Z' fill='white'/%3E%3Cpath d='M64.6503 36.1622C64.6503 36.1622 64.6654 36.1283 64.6914 36.1118C64.7079 36.1378 64.6764 36.1457 64.6503 36.1622Z' fill='white'/%3E%3Cpath d='M69.0321 39.7164L68.9921 39.6923L69.0098 39.6812L69.0321 39.7164Z' fill='white'/%3E%3Cpath d='M68.9984 39.4955L68.9897 39.5011L68.9961 39.4727L68.9984 39.4955Z' fill='white'/%3E%3Cpath d='M69.4574 39.8774C69.4574 39.8774 69.4519 39.8687 69.4551 39.8545L69.4661 39.8719C69.4661 39.8719 69.4661 39.8719 69.4574 39.8774Z' fill='white'/%3E%3Cpath d='M62.8364 44.0513C62.8364 44.0513 62.8702 44.0663 62.9041 44.0813L62.8364 44.0513Z' fill='white'/%3E%3Cpath d='M63.3377 43.2518C63.3362 43.1927 63.2459 43.2019 63.2779 43.1576C63.2996 43.1918 63.362 43.1764 63.3377 43.2518Z' fill='white'/%3E%3Cpath d='M44.3082 34.8108L44.2814 34.8277C44.2814 34.8277 44.2814 34.8277 44.2701 34.8099L44.2992 34.8164L44.3082 34.8108Z' fill='white'/%3E%3Cpath d='M63.3941 43.4562C63.3941 43.4562 63.4288 43.4342 63.4375 43.4287C63.4288 43.4342 63.417 43.4539 63.3941 43.4562Z' fill='white'/%3E%3Cpath d='M44.4639 34.8317C44.5663 34.8397 44.4379 34.8482 44.4796 34.8947C44.4576 34.86 44.4388 34.8112 44.4639 34.8317Z' fill='white'/%3E%3Cpath d='M59.6056 40.9469L59.5631 40.9374C59.5631 40.9374 59.5781 40.9036 59.5703 40.8721L59.6088 40.9328L59.6056 40.9469Z' fill='white'/%3E%3Cpath d='M57.4921 39.8711C57.4921 39.8711 57.5072 39.8373 57.5332 39.8208C57.5552 39.8555 57.5182 39.8546 57.4921 39.8711Z' fill='white'/%3E%3Cpath d='M62.8075 43.0245L62.7731 43.0092L62.7763 42.9948L62.8075 43.0245Z' fill='white'/%3E%3Cpath d='M61.3545 42.2651C61.3442 42.2093 61.3465 42.2327 61.3545 42.2651V42.2651Z' fill='white'/%3E%3Cpath d='M62.7404 42.8033L62.7259 42.8001L62.7324 42.771L62.7404 42.8033Z' fill='white'/%3E%3Cpath d='M63.2788 43.1578L63.2678 43.1404L63.2962 43.1468L63.2788 43.1578Z' fill='white'/%3E%3Cpath d='M36.0337 37.5338C36.0491 37.5961 36.1349 37.5417 36.1223 37.5977C36.0889 37.5829 36.032 37.6069 36.0337 37.5338Z' fill='white'/%3E%3Cpath d='M40.2025 39.5634L40.245 39.5729C40.245 39.5729 40.23 39.6067 40.2378 39.6382L40.1938 39.5689L40.2025 39.5634Z' fill='white'/%3E%3Cpath d='M42.367 40.9652C42.367 40.9652 42.3465 40.9904 42.3205 41.0069C42.2985 40.9722 42.3355 40.973 42.367 40.9652Z' fill='white'/%3E%3Cpath d='M36.6132 37.598L36.6652 37.6021L36.662 37.6165L36.6132 37.598Z' fill='white'/%3E%3Cpath d='M38.2812 38.1982C38.2893 38.2306 38.3005 38.2484 38.2812 38.1982V38.1982Z' fill='white'/%3E%3Cpath d='M36.7528 37.7981L36.7617 37.7925L36.7697 37.8248L36.7528 37.7981Z' fill='white'/%3E%3Cpath d='M36.1152 37.5894C36.1152 37.5894 36.1209 37.5982 36.1322 37.616L36.1143 37.6273C36.1143 37.6273 36.112 37.6039 36.1152 37.5894Z' fill='white'/%3E%3Cpath d='M23.9552 37.1794C23.9552 37.1794 23.9072 37.1612 23.8679 37.1375L23.9639 37.1739L23.9552 37.1794Z' fill='white'/%3E%3Cpath d='M23.4764 37.9977C23.4833 38.0657 23.5966 38.0541 23.5645 38.0986C23.5341 38.0697 23.4606 38.068 23.4764 37.9977Z' fill='white'/%3E%3Cpath d='M47.9615 51.5716L47.9883 51.5547C47.9883 51.5547 47.9939 51.5636 47.9996 51.5725L47.9615 51.5716Z' fill='white'/%3E%3Cpath d='M40.229 46.4085L40.219 46.4149L40.2227 46.3984L40.229 46.4085Z' fill='white'/%3E%3Cpath d='M23.3733 37.7624C23.3733 37.7624 23.3244 37.7812 23.3299 37.7899C23.3417 37.7702 23.3504 37.7647 23.3733 37.7624Z' fill='white'/%3E%3Cpath d='M28.3505 41.1912L28.4065 41.2037C28.4065 41.2037 28.3831 41.2426 28.3994 41.2683L28.3505 41.1912Z' fill='white'/%3E%3Cpath d='M31.0099 42.9043C31.0099 42.9043 30.9894 42.9295 30.9634 42.946C30.9359 42.9027 30.9784 42.9122 31.0099 42.9043Z' fill='white'/%3E%3Cpath d='M24.1587 38.2979L24.2208 38.3192L24.209 38.3389L24.1587 38.2979Z' fill='white'/%3E%3Cpath d='M26.0684 39.394C26.0762 39.4256 26.0927 39.4517 26.0684 39.394V39.394Z' fill='white'/%3E%3Cpath d='M24.2938 38.5486L24.3027 38.543L24.3107 38.5753L24.2938 38.5486Z' fill='white'/%3E%3Cpath d='M23.5645 38.0981C23.5645 38.0981 23.5757 38.1159 23.5814 38.1248L23.5523 38.1183L23.5701 38.107L23.5645 38.0981Z' fill='white'/%3E%3Cpath d='M34.9623 51.1864C34.9623 51.1864 34.9874 51.2069 35.0268 51.2306L34.9623 51.1864Z' fill='white'/%3E%3Cpath d='M35.5735 50.4629C35.5735 50.4629 35.4903 50.4075 35.5223 50.3632C35.544 50.3974 35.6032 50.396 35.5735 50.4629Z' fill='white'/%3E%3Cpath d='M23.0996 43.355L23.0959 43.3714L23.0996 43.355Z' fill='white'/%3E%3Cpath d='M30.9414 46.7207C30.9414 46.7207 30.9686 46.7636 30.97 46.8227C30.942 46.8164 30.932 46.7627 30.9414 46.7207Z' fill='white'/%3E%3Cpath d='M35.607 50.6833C35.607 50.6833 35.6472 50.6699 35.6504 50.6558C35.633 50.6668 35.6244 50.6723 35.607 50.6833Z' fill='white'/%3E%3Cpath d='M30.7738 46.5502C30.7738 46.5502 30.7628 46.5329 30.7715 46.5273L30.7825 46.5447L30.7738 46.5502Z' fill='white'/%3E%3Cpath d='M32.1735 47.5258L32.131 47.5163C32.131 47.5163 32.1547 47.4769 32.1523 47.4541L32.1735 47.5258Z' fill='white'/%3E%3Cpath d='M30.2347 46.0627C30.2347 46.0627 30.2552 46.0375 30.2812 46.021C30.3032 46.0557 30.2662 46.0548 30.2347 46.0627Z' fill='white'/%3E%3Cpath d='M35.077 50.1539L35.0427 50.1386L35.0547 50.1187L35.077 50.1539Z' fill='white'/%3E%3Cpath d='M35.0316 49.9296L35.0174 49.9265L35.0293 49.9067L35.0316 49.9296Z' fill='white'/%3E%3Cpath d='M35.5362 50.3676C35.5362 50.3676 35.5249 50.3498 35.5193 50.3409L35.5484 50.3474L35.5306 50.3587L35.5362 50.3676Z' fill='white'/%3E%3Cpath d='M14.8628 41.3816L14.8361 41.3985C14.8361 41.3985 14.8305 41.3896 14.8248 41.3807L14.8539 41.3872L14.8628 41.3816Z' fill='white'/%3E%3Cpath d='M27.4668 49.0679C27.4668 49.0679 27.494 49.1107 27.4814 49.1667C27.4534 49.1605 27.4488 49.1153 27.4668 49.0679Z' fill='white'/%3E%3Cpath d='M15.0165 41.4158C15.1102 41.4293 14.9905 41.4323 15.0235 41.4843C15.0015 41.4496 14.9968 41.4039 15.0165 41.4158Z' fill='white'/%3E%3Cpath d='M27.3187 48.9096L27.3164 48.8867L27.3274 48.9041L27.3187 48.9096Z' fill='white'/%3E%3Cpath d='M28.6316 49.8667L28.5978 49.8517C28.5978 49.8517 28.627 49.8211 28.6191 49.7896L28.6316 49.8667Z' fill='white'/%3E%3Cpath d='M26.8098 48.4148C26.8098 48.4148 26.8303 48.3896 26.8618 48.3818C26.8838 48.4165 26.8381 48.4211 26.8098 48.4148Z' fill='white'/%3E%3Cpath d='M8.68289 44.4692C8.68976 44.5369 8.78866 44.5223 8.76523 44.5611C8.7435 44.5269 8.66175 44.5306 8.68289 44.4692Z' fill='white'/%3E%3Cpath d='M23.9027 53.1171L23.9004 53.0942L23.9027 53.1171Z' fill='white'/%3E%3Cpath d='M8.59201 44.2506C8.59201 44.2506 8.54314 44.2695 8.54864 44.2781C8.55182 44.264 8.56917 44.253 8.59201 44.2506Z' fill='white'/%3E%3Cpath d='M13.154 47.5217L13.2014 47.5396C13.2014 47.5396 13.1866 47.5731 13.1943 47.6042L13.1454 47.5271L13.154 47.5217Z' fill='white'/%3E%3Cpath d='M15.5596 49.1919C15.5596 49.1919 15.539 49.2171 15.5075 49.2249C15.4855 49.1902 15.5225 49.1911 15.5596 49.1919Z' fill='white'/%3E%3Cpath d='M9.33335 44.7543L9.38136 44.7725L9.37818 44.7866L9.33335 44.7543Z' fill='white'/%3E%3Cpath d='M11.0859 45.7939C11.0938 45.8255 11.1103 45.8516 11.0859 45.7939V45.7939Z' fill='white'/%3E%3Cpath d='M9.44226 44.9856L9.45681 44.9889L9.45027 45.018L9.44226 44.9856Z' fill='white'/%3E%3Cpath d='M8.76953 44.5703C8.76953 44.5703 8.78081 44.5881 8.78645 44.597L8.75735 44.5905L8.77517 44.5792L8.76953 44.5703Z' fill='white'/%3E%3Cpath d='M13.8139 50.1926C13.8139 50.1926 13.78 50.1776 13.8124 50.1327C13.8179 50.1414 13.8581 50.1281 13.8139 50.1926Z' fill='white'/%3E%3Cpath d='M9.04883 48.7661L9.04514 48.7825L9.04883 48.7661Z' fill='white'/%3E%3Cpath d='M12.2676 48.9482C12.2676 48.9482 12.2786 48.9656 12.2517 49.0191C12.243 49.0246 12.2525 48.9821 12.2676 48.9482Z' fill='white'/%3E%3Cpath d='M12.2322 48.8747C12.2322 48.8747 12.2409 48.8692 12.2441 48.855L12.2267 48.866L12.2322 48.8747Z' fill='white'/%3E%3Cpath d='M7.5993 46.802C7.5993 46.802 7.57267 46.8189 7.59517 46.8544C7.58392 46.8366 7.60255 46.7875 7.5993 46.802Z' fill='white'/%3E%3Cpath d='M12.7186 49.1679L12.7013 49.1789C12.7013 49.1789 12.725 49.1395 12.7227 49.1167L12.7099 49.1734L12.7186 49.1679Z' fill='white'/%3E%3Cpath d='M13.5945 50.1499L13.5802 50.1468L13.5977 50.1357L13.5945 50.1499Z' fill='white'/%3E%3Cpath d='M13.6346 50.0046L13.6465 49.9849L13.6346 50.0046Z' fill='white'/%3E%3Cpath d='M13.8104 50.133C13.8104 50.133 13.8104 50.133 13.8136 50.1188L13.8223 50.1133C13.8223 50.1133 13.8049 50.1243 13.8104 50.133Z' fill='white'/%3E%3Cpath d='M33.7185 38.2081C33.7185 38.2081 33.7185 38.2081 33.7476 38.2146L33.7096 38.2137L33.7185 38.2081Z' fill='white'/%3E%3Cpath d='M34.2563 37.4237C34.2563 37.4237 34.2137 37.4142 34.2406 37.3607C34.2516 37.378 34.2863 37.356 34.2563 37.4237Z' fill='white'/%3E%3Cpath d='M34.9271 37.971C34.9271 37.971 34.9216 37.9623 34.9161 37.9536C34.9161 37.9536 34.9248 37.9481 34.9271 37.971Z' fill='white'/%3E%3Cpath d='M32.7049 36.2685L32.6876 36.2795C32.6876 36.2795 32.6971 36.237 32.709 36.2173L32.7049 36.2685Z' fill='white'/%3E%3Cpath d='M33.9895 37.364L33.9666 37.3664L33.9785 37.3467L33.9895 37.364Z' fill='white'/%3E%3Cpath d='M34.0046 37.1978L33.9959 37.2033L34.0078 37.1836L34.0046 37.1978Z' fill='white'/%3E%3Cpath d='M34.2401 37.3605C34.2401 37.3605 34.2401 37.3605 34.2433 37.3463L34.252 37.3408L34.2401 37.3605Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_431_26949'%3E%3Crect width='84.7625' height='37.4091' fill='white' transform='matrix(-0.844567 0.53545 0.53545 0.844567 71.5879 0.840332)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    position: absolute;
    pointer-events: none;
}
body .quiz-done img.breakfast {
    transform: translate(-5%, -50%) scale(1.2);
    pointer-events: none;
}
#change-color-overlay {
    display: none;
    background-image: url('../img/bcg/pattern_neutro.svg');
    background-size: 40rem;
    background-repeat: repeat;
    padding-bottom: 12rem;
    margin-bottom: -6rem;
}
#change-color-overlay .profile-box-inner .row .col-12 {
    padding: 2rem 2rem 0;
}
#change-color-overlay input[type="radio"] {
    display: none;
}
/* #change-color-overlay input[type="radio"] ~ label::before {
    content: none
} */
#change-color-overlay input[type="radio"] ~ label::before {
    content: none
}
#change-color-overlay input[type="radio"] ~ label {
    flex-direction: column;
    align-items: center;
    display: block;
    border-radius: .5rem;
    width: 5.5rem;
    height: 5.5rem;
    flex: auto;
    border: none;
    margin: 0 3rem 1rem;
    position: relative;
    box-shadow: var(--box-shadow);
}

#change-color-overlay input[type="radio"] ~ label[for="green"] { background-color: var(--verde); }
#change-color-overlay input[type="radio"] ~ label[for="yellow"]{ background-color: var(--giallo); }
#change-color-overlay input[type="radio"] ~ label[for="sky_blue"] { background-color: var(--azzurro); }
#change-color-overlay input[type="radio"] ~ label[for="blue"] { background-color: var(--blu); }
#change-color-overlay input[type="radio"] ~ label[for="red"] { background-color: var(--rosso); }
#change-color-overlay input[type="radio"] ~ label[for="pink"] { background-color: var(--rosa); }

#change-color-overlay input[type="radio"] ~ label::after {
    /* content: none; */
    position: absolute;
    left: 1rem;
    top: .5rem;
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    margin-top: .5rem;
    display: block;
    border-radius: 50%;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='8' fill='white' stroke='%23E6E6E6' stroke-width='2'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}
#change-color-overlay input[type="radio"]:checked ~ label::after {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='6.5' fill='white' stroke='%23007BC3' stroke-width='5'/%3E%3C/svg%3E%0A");
}
#change-color-overlay .btn::after {
    border: 1px solid var(--Neutrals-200, #CCC);
}
.profile-box a.active::after {
    content: ' ';
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
    transform: translate(-50%, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='30' height='32' viewBox='0 0 30 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.207532 8.69111C-0.0652751 5.03142 2.68979 1.84764 6.35072 1.59198L22.9254 0.434492C26.8559 0.160002 30.1553 3.35709 30.0048 7.29434L29.3592 24.1792C29.2299 27.5605 26.5726 30.3005 23.1968 30.5333L8.51564 31.5459C4.88089 31.7965 1.72623 29.0643 1.45539 25.431L0.207532 8.69111Z' fill='%2394C11F'/%3E%3C/svg%3E%0A");
} 
.profile-rosso .profile-box a.active::after { background-image: url("data:image/svg+xml,%3Csvg width='30' height='32' viewBox='0 0 30 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.207532 8.69111C-0.0652751 5.03142 2.68979 1.84764 6.35072 1.59198L22.9254 0.434492C26.8559 0.160002 30.1553 3.35709 30.0048 7.29434L29.3592 24.1792C29.2299 27.5605 26.5726 30.3005 23.1968 30.5333L8.51564 31.5459C4.88089 31.7965 1.72623 29.0643 1.45539 25.431L0.207532 8.69111Z' fill='%23E30613'/%3E%3C/svg%3E%0A"); }
.breakfast-planner {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}
.consents-descr,
.delete-btn {
    display: flex;
    align-items: center;
    margin-left: 1rem;
}
.delete-btn,
.delete-btn:hover {
    color: var(--rosso);
    text-decoration: none;
    display: inline-flex;
}
.consents-descr::before,
.delete-btn::before {
    content: ' ';
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: .5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.9082 6H8.91487' stroke='%234D4D4D' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.24154 8H8.9082V10.6667H9.57487M2.9082 8C2.9082 8.78793 3.0634 9.56815 3.36493 10.2961C3.66645 11.0241 4.10841 11.6855 4.66556 12.2426C5.22271 12.7998 5.88415 13.2417 6.6121 13.5433C7.34006 13.8448 8.12027 14 8.9082 14C9.69613 14 10.4764 13.8448 11.2043 13.5433C11.9323 13.2417 12.5937 12.7998 13.1508 12.2426C13.708 11.6855 14.15 11.0241 14.4515 10.2961C14.753 9.56815 14.9082 8.78793 14.9082 8C14.9082 6.4087 14.2761 4.88258 13.1508 3.75736C12.0256 2.63214 10.4995 2 8.9082 2C7.3169 2 5.79078 2.63214 4.66556 3.75736C3.54034 4.88258 2.9082 6.4087 2.9082 8Z' stroke='%234D4D4D' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.delete-btn::before {
    width: 1.5rem;
    height: 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.9082 7H20.9082M10.9082 11V17M14.9082 11V17M5.9082 7L6.9082 19C6.9082 19.5304 7.11892 20.0391 7.49399 20.4142C7.86906 20.7893 8.37777 21 8.9082 21H16.9082C17.4386 21 17.9473 20.7893 18.3224 20.4142C18.6975 20.0391 18.9082 19.5304 18.9082 19L19.9082 7M9.9082 7V4C9.9082 3.73478 10.0136 3.48043 10.2011 3.29289C10.3886 3.10536 10.643 3 10.9082 3H14.9082C15.1734 3 15.4278 3.10536 15.6153 3.29289C15.8028 3.48043 15.9082 3.73478 15.9082 4V7' stroke='%23C00D0E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.box-giocate img {
    margin: 2rem auto;
    width: 4rem;
}

.giocata {
    border: 1.5px solid var(--Neutrals-100, #E6E6E6);
    border-radius: 1rem;
    padding: 1.5rem;
    margin-top: 1rem;
}
.details {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-weight: 500;
}
.details::after {
    content: ' ';
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8 14L12 10L16 14' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: .5rem;
    display: inline-block;
    transform: rotate(180deg);
}
.details.active::after {
    transform: rotate(0deg);
}
.giocata img {
    height: 1.5rem;
    width: auto;
    margin: 0;
}
.giocata-info-box {
    display: none;
    margin-top: 1.5rem;
}
.giocata-info-box .paragraph {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;   
    border-width: 1.5px;
    border-style: solid;
}
.giocata-info-box .paragraph::before {
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    margin-right: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.indirizzo-mancante .paragraph {
    border-color:var(--giallo);
    background-color:rgba(254, 205, 13, 0.15);
}
.indirizzo-mancante .paragraph::before{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.57 17.4999H16.25M14.91 17.4999V12.4999L13.45 13.8199M21 8.99988H3M8 2.87988V5.11988M16 2.87988V5.11988M8.25 13.4599C8.409 12.9099 8.895 12.4999 9.496 12.4999C10.224 12.4999 10.815 13.0899 10.815 13.8189C10.815 14.4709 10.286 14.9999 9.634 14.9999C10.286 14.9999 10.815 15.5289 10.815 16.1809C10.815 16.9089 10.225 17.4999 9.496 17.4999C8.895 17.4999 8.409 17.0899 8.25 16.5399M18 20.9999H6C4.343 20.9999 3 19.6569 3 17.9999V6.99988C3 5.34288 4.343 3.99988 6 3.99988H18C19.657 3.99988 21 5.34288 21 6.99988V17.9999C21 19.6569 19.657 20.9999 18 20.9999Z' stroke='%23F9B000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
a.btn.track-order {
    border: 1px solid#CCC;
    background-color: var(--white);
    background: none;
}
a.btn.track-order span {
    color: var(--black);
}
a.btn.track-order::after {
    content: none    
}
a.btn.track-order::before {
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 17C5 17.5304 5.21071 18.0391 5.58579 18.4142C5.96086 18.7893 6.46957 19 7 19C7.53043 19 8.03914 18.7893 8.41421 18.4142C8.78929 18.0391 9 17.5304 9 17M5 17C5 16.4696 5.21071 15.9609 5.58579 15.5858C5.96086 15.2107 6.46957 15 7 15C7.53043 15 8.03914 15.2107 8.41421 15.5858C8.78929 15.9609 9 16.4696 9 17M5 17H3V13M9 17H15M15 17C15 17.5304 15.2107 18.0391 15.5858 18.4142C15.9609 18.7893 16.4696 19 17 19C17.5304 19 18.0391 18.7893 18.4142 18.4142C18.7893 18.0391 19 17.5304 19 17M15 17C15 16.4696 15.2107 15.9609 15.5858 15.5858C15.9609 15.2107 16.4696 15 17 15C17.5304 15 18.0391 15.2107 18.4142 15.5858C18.7893 15.9609 19 16.4696 19 17M19 17H21V11M2 5H13V17M21 11H13M21 11L18 6H13M3 9H7' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.scaduta .paragraph {
    border-color:#C00D0E;
    background-color: rgba(227, 6, 19, 0.20);    
}
.scaduta .paragraph::before{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.57 17.4999H16.25M14.91 17.4999V12.4999L13.45 13.8199M21 8.99988H3M8 2.87988V5.11988M16 2.87988V5.11988M8.25 13.4599C8.409 12.9099 8.895 12.4999 9.496 12.4999C10.224 12.4999 10.815 13.0899 10.815 13.8189C10.815 14.4709 10.286 14.9999 9.634 14.9999C10.286 14.9999 10.815 15.5289 10.815 16.1809C10.815 16.9089 10.225 17.4999 9.496 17.4999C8.895 17.4999 8.409 17.0899 8.25 16.5399M18 20.9999H6C4.343 20.9999 3 19.6569 3 17.9999V6.99988C3 5.34288 4.343 3.99988 6 3.99988H18C19.657 3.99988 21 5.34288 21 6.99988V17.9999C21 19.6569 19.657 20.9999 18 20.9999Z' stroke='%23C00D0E' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.private-area--item:not(:first-child):not(.profile-logout) {
    margin-top: 1rem;
}

.playlist .playlist--inner {
    height: 100%;
}
.playlist iframe {
    height: calc(100% - 1.5rem);
    border-radius: 1rem;
}

.recipe-container {
    position: relative;
}
.recipe-container .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    min-width: 80%;
}
.recipe-container:hover .btn {
    opacity: 1;
}

@media ( max-width: 768px ) {
    .private-area--menu .profile-box {
        flex-direction: column;
        align-items: start;
    }
    .profile-presentation {
        padding-bottom: 0;
    }
    .profile-presentation img {
        position: relative;
        padding-right: 0;
        padding-left: 0;
        right: 0;
        width: calc(100% + 4rem);
        left: -2rem;
    }
    .quiz img.breakfast {
        position: relative;
        margin-top: 3rem;
        transform: scale(1.33);
        right: 0;
        height: 100%;
        width: auto;
        z-index: 15;
        padding-bottom: 2rem;
    }
}

.profile-box.profile-box-mobile-selector::before {
    content: ' ';
    width: 3rem;
    height: 3rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='47' height='47' rx='15.5' stroke='%23CCCCCC'/%3E%3Cpath d='M20 22L24 26L28 22' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.profile-box.profile-box-mobile-selector.active::before {
    transform: rotate(180deg);
}

.private-area--menu .profile-box-desktop { display: block; }
.private-area--menu .profile-box-mobile,
.private-area--menu .profile-box-mobile-selector { display: none; }
@media ( max-width: 992px ) {
    .private-area--menu .profile-box-desktop {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .profile-logout { margin-top: 0; }
    .profile-box > a { margin-top: 0 !important; }
    .track-order { width: 100%; }

    .recipe-container .btn {
        opacity: 1;
    }
}

@media ( max-width: 768px ) {
    .private-area--menu .profile-box-desktop { display: none; }
    .private-area--menu .profile-box-mobile { display: none; }
    .private-area--menu .profile-box-mobile-selector {
        display: flex;
        flex-direction: row;
    }
    .breakfast-planner {
        position: relative;
        top: 0;
        transform: none;
        margin-top: 2rem;
    }
}

body .thank-you {
    padding-bottom: 12rem;
    margin-bottom: -9rem;
}


/* - PRATICHE - */
#pratica,
#pratica-bonus {
    padding-top: .7rem;
    text-align: center;
}
.private-area--entry {
    padding: 2rem;
    margin-top: 2rem;
    border-radius: var(--border-radius);
    background-color: var(--white);
    cursor: pointer;
    border: 2px var(--black) solid;
    display: none;
}
.private-area--entry > p {
    display: flex;
    justify-content: space-between;
}
/* .private-area--entry > p::after {
    content: ' ';
    width: .5rem;
    height: .5rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.757938 0.0559993H4.98194L10.2379 5.456L4.98194 10.832H0.757938L5.98994 5.456L0.757938 0.0559993Z' fill='%23282828'/%3E%3C/svg%3E%0A");
    transform: rotate(90deg);
}
.private-area--entry.active > p::after {
   transform: rotate(-90deg);
} */
.private-area--entry ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
}
.private-area--entry ul li {
    display: flex;
    flex-direction: column;
    list-style: none;
    width: 50%;
    margin-top: 1rem;
}
.private-area--entry ul li span {
    font-weight: 700;
    margin-right: 1rem;
    text-transform: uppercase;
}
.private-area--specific-entry .p-4 {
   border-radius: var(--border-radius);
}

@media ( max-width: 992px ) {
    .private-area {
        background-image: none;
   }
   .private-area::before {
       content: none
   }
   .private-area .secondary-bcg {
       
       background-color: transparent;
   }
    body.profilo {
       background-image: none !important;
    }
}
/* 
#pratica,
#richiesta-ordine {
    max-width: 30rem;
    text-align: center;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    padding-top: 0.5rem;
}
.gen--pratica,
.gen--ordine {
    display: none;
    background-color: #eee;
    padding: 3rem 1.5rem;
    text-align: center;
}

.gen--pratica ul {
    list-style-type: none;
    padding-left: 0;
}
.gen--pratica li {
    margin-top: 1rem;
}
.gen--pratica span {
    font-size: .75rem;
    display: block;
}

@media (max-width: 768px) {
    .area-menu {
        flex-direction: column;
        border-radius: 2rem;
    }

    .area-menu span {
        font-size: 1.5rem;
        padding: 1rem;
    }

    .area-menu span:not(:last-child) {
        border-right: none;
    }

    .area-table .table-heading+.table-entry {
        border-top-width: 0;

    }
}
  */
/* --- ADDRESSES --- */
.area-menu {
    display: flex;
    justify-content: center;
}
.area-menu > div {
    margin: 0 1rem;
    border-radius: 12px;
    border: 1.5px solid #E6E6E6;
    background: var(--white);
    box-shadow: 1px 2px 0px 0px #E6E6E6;
    padding: .5rem;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
}
.area-menu > div.active {
    border-color:#007BC3;
    background-color: transparent;
    background: linear-gradient(0deg, rgba(0, 123, 195, 0.05) 0%, rgba(0, 123, 195, 0.05) 100%), #FFF;
}
.area-menu > div::before {
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='8.25' stroke='%23CCCCCC' stroke-width='1.5'/%3E%3C/svg%3E");
}
.area-menu > div.active::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='6.5' stroke='%23007BC3' stroke-width='5'/%3E%3C/svg%3E");
}
.area-menu > div span {
    display: flex;
    align-items: center;
}
.area-menu > div span::before {
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.area-menu > div[data-address="edicola"] span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M3 20.9996H21M3 6.84961V7.84961C3 8.64526 3.31607 9.40832 3.87868 9.97093C4.44129 10.5335 5.20435 10.8496 6 10.8496C6.79565 10.8496 7.55871 10.5335 8.12132 9.97093C8.68393 9.40832 9 8.64526 9 7.84961M3 6.84961H21M3 6.84961L5 2.84961H19L21 6.84961M9 7.84961V6.84961M9 7.84961C9 8.64526 9.31607 9.40832 9.87868 9.97093C10.4413 10.5335 11.2044 10.8496 12 10.8496C12.7956 10.8496 13.5587 10.5335 14.1213 9.97093C14.6839 9.40832 15 8.64526 15 7.84961M15 7.84961V6.84961M15 7.84961C15 8.64526 15.3161 9.40832 15.8787 9.97093C16.4413 10.5335 17.2044 10.8496 18 10.8496C18.7956 10.8496 19.5587 10.5335 20.1213 9.97093C20.6839 9.40832 21 8.64526 21 7.84961V6.84961M5 20.9996V10.8496M19 20.9996V10.8496M9 20.9996V16.9996C9 16.4692 9.21071 15.9605 9.58579 15.5854C9.96086 15.2103 10.4696 14.9996 11 14.9996H13C13.5304 14.9996 14.0391 15.2103 14.4142 15.5854C14.7893 15.9605 15 16.4692 15 16.9996V20.9996' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.area-menu > div[data-address="personale"] span::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9 10.9997C9 11.7954 9.31607 12.5584 9.87868 13.121C10.4413 13.6836 11.2044 13.9997 12 13.9997C12.7957 13.9997 13.5587 13.6836 14.1213 13.121C14.6839 12.5584 15 11.7954 15 10.9997C15 10.2041 14.6839 9.441 14.1213 8.87839C13.5587 8.31578 12.7957 7.99971 12 7.99971C11.2044 7.99971 10.4413 8.31578 9.87868 8.87839C9.31607 9.441 9 10.2041 9 10.9997Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.657 16.6567L13.414 20.8997C13.039 21.2743 12.5306 21.4848 12.0005 21.4848C11.4704 21.4848 10.962 21.2743 10.587 20.8997L6.343 16.6567C5.22422 15.5379 4.46234 14.1124 4.15369 12.5606C3.84504 11.0087 4.00349 9.40022 4.60901 7.93844C5.21452 6.47665 6.2399 5.22725 7.55548 4.34821C8.87107 3.46918 10.4178 3 12 3C13.5822 3 15.1289 3.46918 16.4445 4.34821C17.7601 5.22725 18.7855 6.47665 19.391 7.93844C19.9965 9.40022 20.155 11.0087 19.8463 12.5606C19.5377 14.1124 18.7758 15.5379 17.657 16.6567Z' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.search-newsstand-btn input {
/* .address--submit { */
    padding: .55rem 0 !important;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 700;
    background: var(--white) !important;
    color: var(--black) !important;
    border: 1px var(--black) solid !important;
}

.address--submit-btn {
    background-color: var(--white);
    color: var(--black);
    border:1px gray solid
}

.thank-you {
    background-color: var(--giallo);
    margin-bottom: 0;
    padding: 3rem 0;
}
.thank-you .consents-descr { margin-left: 0; }
.thank-you .consents-descr::before {
    width: 1.5rem;
    height: 1.5rem;
}
.thank-you ol {
    list-style-type: none;
    padding-left: 0;
}
.thank-you li {
    display: flex;
    margin-top: 2rem;
}
.thank-you li > span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    flex: 0 0 2rem;
    margin-right: 1rem;
    font-family: var(--peachy-keen-jf);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25' height='24' viewBox='0 0 25 24' fill='none'%3E%3Cg filter='url(%23filter0_d_119_2369)'%3E%3Cpath d='M0.154299 7.51572C-0.125488 4.16432 2.40355 1.23748 5.76009 1.02818L17.1618 0.317208C20.7176 0.0954831 23.6822 3.00286 23.5298 6.56226L23.1332 15.8233C23.0018 18.8924 20.5736 21.3665 17.5075 21.5553L7.26872 22.1858C4.01211 22.3863 1.19217 19.9478 0.92073 16.6963L0.154299 7.51572Z' fill='%23F7F7F7'/%3E%3Cpath d='M0.652566 7.47412C0.396094 4.402 2.71438 1.71907 5.7912 1.52721L17.193 0.816239C20.4524 0.612991 23.1699 3.27808 23.0302 6.54087L22.6337 15.8019C22.5132 18.6152 20.2873 20.8831 17.4767 21.0562L7.23798 21.6867C4.25276 21.8706 1.66782 19.6352 1.419 16.6547L0.652566 7.47412Z' stroke='%23E6E6E6'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_119_2369' x='0.132812' y='0.305664' width='24.4023' height='22.8916' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_119_2369'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_119_2369' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    content: counter(list-item);
}
.thank-you li.active > span {
    background-image: url("data:image/svg+xml,%3Csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_119_2362)'%3E%3Cpath d='M0.154299 7.51572C-0.125488 4.16432 2.40355 1.23748 5.76009 1.02818L17.1618 0.317208C20.7176 0.0954831 23.6822 3.00286 23.5298 6.56226L23.1332 15.8233C23.0018 18.8924 20.5736 21.3665 17.5075 21.5553L7.26872 22.1858C4.01211 22.3863 1.19217 19.9478 0.92073 16.6963L0.154299 7.51572Z' fill='%23FECD0D' fill-opacity='0.3' shape-rendering='crispEdges'/%3E%3Cpath d='M0.652566 7.47412C0.396094 4.402 2.71438 1.71907 5.7912 1.52721L17.193 0.816239C20.4524 0.612991 23.1699 3.27808 23.0302 6.54087L22.6337 15.8019C22.5132 18.6152 20.2873 20.8831 17.4767 21.0562L7.23798 21.6867C4.25276 21.8706 1.66782 19.6352 1.419 16.6547L0.652566 7.47412Z' stroke='%23FECD0D' shape-rendering='crispEdges'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d_119_2362' x='0.132812' y='0.305664' width='24.4023' height='22.8916' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_119_2362'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_119_2362' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.thank-you li.active.done > span {
background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d_119_2694)'%3E%3Cpath d='M0.154299 8.79111C-0.125488 5.43971 2.40355 2.51287 5.76009 2.30357L17.1618 1.5926C20.7176 1.37087 23.6822 4.27825 23.5298 7.83766L23.1332 17.0987C23.0018 20.1678 20.5736 22.6418 17.5075 22.8307L7.26872 23.4612C4.01211 23.6617 1.19217 21.2232 0.92073 17.9717L0.154299 8.79111Z' fill='%2394C11F'/%3E%3Cpath d='M17.1934 2.0918C20.3506 1.89514 22.9994 4.38958 23.0352 7.51172L23.0303 7.81641L22.6338 17.0771C22.5171 19.8026 20.4243 22.0166 17.7383 22.3096L17.4766 22.332L7.23828 22.9619C4.34627 23.14 1.82977 21.0478 1.44922 18.207L1.41895 17.9297L0.652344 8.74902C0.404177 5.77318 2.57211 3.16289 5.50488 2.82812L5.79102 2.80273L17.1934 2.0918Z' stroke='%237FA51B'/%3E%3C/g%3E%3Cpath d='M10.776 12.1522C10.8597 12.2485 10.9349 12.3359 11.0012 12.4133C11.1543 12.1918 11.3625 11.8915 11.6205 11.5214C12.2153 10.6682 13.0747 9.4444 14.1334 7.96113C14.5481 7.38003 15.3485 7.04053 16.0712 7.44152C16.5009 7.67996 17.0138 8.04989 17.4177 8.60044C17.8183 9.14649 17.7003 9.83298 17.3881 10.3059C15.0448 13.8561 13.3534 16.0185 12.4119 17.1436C11.796 17.8796 10.7202 17.9307 10.0289 17.2752C9.12078 16.4141 7.67285 14.959 6.16674 13.1145C5.74309 12.5957 5.61768 11.8084 6.08392 11.211C6.3863 10.8235 6.72811 10.4952 7.0322 10.2384C7.70392 9.67132 8.64255 9.8243 9.19891 10.4137C9.86882 11.1233 10.4059 11.7261 10.776 12.1522Z' fill='white'/%3E%3Cdefs%3E%3Cfilter id='filter0_d_119_2694' x='0.132812' y='1.58057' width='24.4023' height='22.8921' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dx='1' dy='1'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 0 0.901961 0 0 0 1 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow_119_2694'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow_119_2694' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
}
.thank-you .btn {
    opacity: 1 !important;
    pointer-events: all !important;
}

 /* - CONFIRM ADDRESS - */
 .addresses-confirm input[disabled],
 .addresses-confirm textarea[disabled],
 .addresses-confirm select[disabled] {
     background-color: var(--disabled);
     border-color: var(--disabled);
 }
 .addresses-confirm select[disabled] {
     color: var(--black);
 }

 #newsstand::placeholder {
    opacity: 0;
 }
 
 .get--shops input[type="submit"] {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
 }

 .load-more-shops {
    opacity: 1 !important
}

 @media ( max-width: 992px ) {
    .get--shops input[type="submit"] {
        width: 100%;
    }
    .addresses.shops .input--placeholder.focused p {
        line-height: 0.8;
    }
    .confirm-newsstand {
        width: 100% !important;
    }
    .shop-hours .d-flex > * {
        flex: 1 0 0 !important
    }
    .load-more-shops {
        width: 100% !important;
    }
 }

 .addresses.shops fieldset > div:nth-child(n + 4) {
    display: none;
 }


 /* --- DATI PERSONALI --- */
 body.personal-data main > .container {
     background-color: var(--blu);
    }
body.personal-data main > .container > .row {
    background-color: var(--white);
    padding-bottom: 12rem;
}
body.personal-data .col-lg-6 {
    width: 100%;
    text-align: left !important;
}
body.personal-data main .consents input[type="submit"] {
    display: none;
}
/* body.personal-data form .col-lg-6 .btn {
    display: none;
} */
body.personal-data .gen--loader .col-lg-6 {
    width: 50%;
}


 
body.personal-data .btn,
body.personal-data input[type="submit"] {
    width: 50%;
    /* width: 100%; */
}

@media ( max-width:992px ) {
    body.personal-data .gen--loader .col-lg-6 {
        width: 100%;
    }
}
@media ( max-width:768px ) {
    body.personal-data .btn,
    body.personal-data input[type="submit"] {
        width: 100%;
    }
}

 /* - SHOP - */
 .shops fieldset > div,
 .shop-hours {
     margin-top: 2rem;
 }
 
 /* .shop-hours {
     padding-left: 1.5rem;
 } */
 .shop-hours .d-flex > *:nth-child(1) { flex: 2 0 0 }
 .shop-hours .d-flex > *:nth-child(2),
 .shop-hours .d-flex > *:nth-child(3) {
    flex: 1 0 0;
    display: flex;
    justify-content: center;
}
.get--shops label::before {
    content: none !important
}
 
 /* --- FOOTER --- */
.prefooter {
    margin-bottom: 0;
}
.prefooter .white-text {
    overflow: visible;
    padding-bottom: 6rem;
    margin-bottom: 0;
    margin-top: -3rem;
}
 .hr-break {
    overflow: hidden;
 }
 .hr-break-inner {
    background-color: var(--rosso);
    height: 6rem;
    border-top: 4px white solid;
    transform: rotate(2.5deg);
    margin-top: 4rem;
    width: 120%;
    left: -10%;
    position: relative;
 }
.prefooter p {
    font-size: 1.25rem;
    line-height: 1.5;
}


.menu--main-wrapper .nav-panel-content .menu--footer .visually-hidden {
    display: none;
}

.menu--main-wrapper .nav-panel-content .menu--footer ul.menu {
    padding-bottom: 0;
}

.menu--main-wrapper .nav-panel-content .menu--footer ul.menu li.menu-item {
    width: auto;
    margin: 1.5em 0 .5em;
    font-size: 1.2rem;
    text-align: left;
}

@media (min-width: 900px) {
    .menu--main-wrapper .nav-panel-content .menu--footer ul.menu li.menu-item {
        margin:0 1.04167vw 1vw;
    }
}

.menu--main-wrapper .nav-panel-content .menu--footer ul.menu li.menu-item a {
    display: inline-block;
    font-weight: 700;
    font-size: 1.1rem;
    line-height: 1;
    color: #fff;
    text-decoration: none;
}

.menu--main-wrapper .nav-panel-content .menu--footer ul.menu li.menu-item a:hover {
    text-decoration: underline;
}

.menu--main-wrapper .nav-panel-content .region-footer-content a {
    position: static;
}

.menu--main-wrapper .nav-panel-content .block-language li a {
    font-weight: 400;
    color: #fff;
}

@media (min-width: 900px) {
    .menu--main-wrapper .nav-panel-content .block-language li a {
        padding:0 1.31944vw;
    }
}

@media (max-width: 899px) {
    .menu--main-wrapper .nav-panel-content .block-language {
        position:absolute;
        width: auto;
    }

    .menu--main-wrapper .nav-panel-content .block-language li a {
        font-weight: 700;
    }

    .menu--main-wrapper .nav-panel-content .block-language ul.is-opened {
        padding-bottom: 0;
    }

    .menu--main-wrapper .nav-panel-content .block-language ul.is-opened li a {
        color: #424242;
        text-transform: none;
    }
}

.menu--main-wrapper .nav-panel-content .block-international-globe a {
    display: inline;
    padding: 0;
}

.block-language {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
}

@media (min-width: 900px) {
    .block-language {
        position:static;
        min-width: 7vw;
    }
}

@media (min-width: 900px) {
    .block-language li {
        border-right:1px solid #fff;
    }

    .block-language li:last-child {
        border-right: 0;
    }
}

@media (min-width: 900px) {
    .block-language a {
        padding:0 1.31944vw;
    }
}

@media (max-width: 899px) {
    .block-language .open-language {
        position:absolute;
        right: 0;
        bottom: 0;
        border-radius: 0 15px 15px 0;
        width: 45px;
        background: transparent;
        height: 45px;
        z-index: 1;
    }

    .block-language ul {
        position: relative;
        border: 2px solid #fff;
        border-radius: 15px;
        width: 90px;
        height: 45px;
        overflow: hidden;
    }

    .block-language ul:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -0.4rem;
        width: 12px;
        height: 11px;
        background: no-repeat url(https://www.kinder.com/it/it/brands/kinder/themes/custom/kinder_theme/assets/images/png/b47a47768f98d2edecd2462b8fa3da01.png?t=1715178086);
    }

    .block-language ul.is-opened {
        height: auto;
        background-color: #fff;
    }

    .block-language ul.is-opened li {
        display: block;
    }

    .block-language ul.is-opened li a {
        color: #424242;
        text-transform: none;
    }

    .block-language li {
        display: none;
        width: 50px;
    }

    .block-language li a {
        display: block;
        font-weight: 700;
        font-size: 16px;
        line-height: 2.5625;
        text-transform: lowercase;
        text-align: center;
    }

    .block-language li.is-active {
        display: block;
    }
}

@media (max-width: 899px) {
    [dir='rtl'] .block-language,[dir='rtl'] .globe {
        left:0;
        right: inherit;
    }
}

[dir='rtl'] .block-language ul:after {
    right: inherit;
    left: 15px;
}

@media (min-width: 900px) {
    [dir='rtl'] .block-language li {
        border-right:0;
        border-left: 1px solid #fff;
    }

    [dir='rtl'] .block-language li:last-child {
        border-left: 0;
    }
}

@media (max-width: 899px) {
    [dir='rtl'] .block-language .open-language {
        right:auto;
        left: 0;
        border-radius: 15px 0 0 15px;
    }
}

[dir='rtl'] .main-header .menu--main-wrapper .menu--footer .menu {
    margin-right: 0;
    margin-left: auto;
}

[dir='rtl'] .menu--main-wrapper .nav-panel-content .menu--footer ul.menu li.menu-item {
    text-align: right;
}

[dir='rtl'] .region-footer-content {
    padding-right: 0;
    padding-left: 8rem;
    text-align: right;
}

@media (min-width: 900px) {
    [dir='rtl'] .region-footer-content {
        display:flex;
        margin: 0 auto;
        padding-left: 0;
        max-width: 1056px;
    }
}

[dir='rtl'] .region-footer-content .block--copywrite {
    margin-right: 0;
    margin-left: auto;
}

@keyframes buttonCtaBounce {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scaleX(1.2) scaleY(0.8);
    }

    50% {
        transform: scaleX(0.8) scaleY(1.2);
    }

    75% {
        transform: scaleX(1.1) scaleY(1.1);
    }
}

div#sliding-popup,div#sliding-popup .eu-cookie-withdraw-banner,.eu-cookie-withdraw-tab {
    background: transparent;
}

.sliding-popup-bottom {
    position: fixed;
    right: -2vw;
    bottom: 3vw !important;
    width: auto !important;
    z-index: 999;
}

@media (min-width: 600px) {
    .sliding-popup-bottom {
        right:3vw;
    }
}

.eu-cookie-compliance-buttons {
    text-align: right;
}

.eu-cookie-compliance-buttons .agree-button {
    position: relative;
    left: -35px;
    font-family: "Chronic",sans-serif;
    color: #fff;
}

.eu-cookie-compliance-buttons .agree-button:hover {
    animation: buttonCtaBounce 0.5s;
}

.eu-cookie-compliance-buttons .agree-button svg {
    display: block;
    width: 60px;
    height: 53px;
}

@media (min-width: 600px) {
    .eu-cookie-compliance-buttons .agree-button svg {
        width:95px;
        height: 80px;
    }
}

.eu-cookie-compliance-buttons .agree-button svg .carousel-button-body {
    fill: #009fe5;
}

.eu-cookie-compliance-buttons .agree-button svg .carousel-button-shadow {
    fill: rgba(0,0,0,0.1);
}

.eu-cookie-compliance-buttons .agree-button svg .carousel-button-text {
    font-size: 2.777rem;
    line-height: 32px;
}

.eu-cookie-compliance-message {
    position: absolute;
    right: 74%;
    bottom: 62%;
    border-radius: 25px 0;
    padding: 2vw;
    width: 69vw;
    background-color: #fff;
}

@media (min-width: 900px) {
    .eu-cookie-compliance-message {
        width:30vw;
    }
}

.eu-cookie-compliance-message h2 {
    position: relative;
    top: -7.5px;
    margin: 1rem 0;
    font-size: 2.75rem;
}

.eu-cookie-compliance-message p {
    margin: 0;
    line-height: 1.15;
}

@media (min-width: 600px) {
    .eu-cookie-compliance-message p {
        font-size:1.6rem;
    }
}

.eu-cookie-compliance-message p a {
    color: #009fe5;
}

.eu-cookie-compliance-message p a:hover {
    color: #f3410e;
}

[dir='rtl'] .sliding-popup-bottom {
    right: inherit;
    left: -2vw;
}

@media (min-width: 600px) {
    [dir='rtl'] .sliding-popup-bottom {
        right:inherit;
        left: 3vw;
    }
}

[dir='rtl'] .eu-cookie-compliance-buttons {
    text-align: left;
}

[dir='rtl'] .eu-cookie-compliance-buttons .agree-button {
    left: inherit;
    right: -35px;
}

[dir='rtl'] .eu-cookie-compliance-buttons svg {
    direction: ltr;
}

[dir='rtl'] .eu-cookie-compliance-message {
    right: inherit;
    left: 74%;
    border-radius: 0 25px;
}

@media (max-width: 479px) {
    .eu-cookie-compliance-message p {
        font-size:1.6286rem;
    }
}

@media (max-width: 599px) {
    .eu-cookie-compliance-message p {
        font-size:2.0366rem;
    }
}

.menu--footer li a, .block-language li a {
    display: inline-block;
    font-size: .7rem;
    line-height: 1;
    font-weight: 400;
}


/* --- FRAGMENTS --- */
/* --- INTERNAL PAGES - LOGIN --- */

.login--hero {
    padding-top: 2rem;
    background-repeat: repeat;
    background-size: 48rem;
    background-image: url('../img/bcg/pattern_neutro.svg');
    padding-bottom: 9rem;
    margin-bottom: -12rem;
}

.login--hero > .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.login--hero .profile-box-inner {
    border: none;
}
/* body.internal-page {
    background-color: var(--giallo);
} */
.idp_form_error {
    text-align: center;
    padding: 1rem;
    font-size: 1.25rem;
    margin-bottom: 2rem;
}
#login {
    width: 100% !important;
    margin: 0 auto;
}

#idp_account_access {
    flex-direction: column;
}
#idp_account_access h3 {
    padding-top: 0 !important
}
#idp_account_access .col.sx h3 {
    display: none;
}
section.internal-page .container {
    /* padding-top: 2rem; */
    padding-bottom: 6rem;
    margin-bottom: 0;
    background-clip: content-box;
}
section.internal-page .container > .row {
    padding-bottom: 5rem;
}
#idp_account_access .lost {
    text-align: left;
}
/* #idp_account_access .lost > .btn {
    background-color: transparent;
    text-decoration: underline;
    display: inline-block;
    text-transform: none;
    text-align: right;
    padding: 0;
    margin-bottom: 1rem;
    font-weight: 400;
    font-size: 1.5rem;
}
#idp_account_access .lost > .btn:hover {
    color: #ffc107 !important;
} */

#idp_account_access .lost > .btn {
    background: none;
    display: inline-block;
    margin: 0 0 1rem 0;
    padding: 0;
    color: #007BC3;
    text-decoration: underline;
    font-weight: 400;
    font-size: 1.1rem;
 }
 #idp_account_access .lost > .btn::after:hover {
    opacity: 0 !important;
    background-color: transparent !important;
    border: none !important
 }
.idp_main h3 {
    /* color: var(--blue); */
    font-size: 1rem;
    font-weight: 600;
    padding: 2rem 0;
    /* text-transform: uppercase; */
    text-align: center;
    font-family: var(--rubik);
    width: 100%;
}

.idp_main input,
.idp_main select {
    border: 1px solid var(--Neutrals-200, #CCC);
    margin-bottom: 2rem;
    padding-top: 0.75rem;
}

.gigya-login-provider-row button {
    background: none;
    border: none
}

.idp_field_container {
    text-align: left;
    font-size: 1.1rem;
    font-weight: 500;
}

.idp_registration_link {
    display: flex;
    justify-content: center;
    /* margin-bottom: 12rem; */
}
.idp_registration_link a {
    display: block;
    border: 1px solid black;
    width: 100%;
    padding: 1rem;
    border-radius: 3rem;
    text-decoration: none;
}
/* 
input[type="submit"],
.idp_registration_link a,
a.btn-link,
a.btn-link:hover {
    display: inline-block;
    padding: 3rem 12rem;
    background: var(--red);
    color: var(--white) !important;
    font-size: 3rem !important;
    font-weight: 800;
    border-radius: 9rem;
    border: none;
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    max-width: 100%;
}

/* input[type="submit"] {
    white-space: normal;
} */

.idp_registration_link a:hover {
    text-decoration: none;
}

.idp_form_submit_button.btn {
    /* font-size: 1rem; */
    margin-top: 1rem;
    display: inline-block;
    position: relative;
}

.tooltiptext-login ~ .idp_form_submit_button.btn {
    font-size: 1rem;
    background-image: none;
}
.tooltiptext-login ~ .idp_form_submit_button.btn:hover {
    color: var(--white);
    background-color:#C00D0E;
}

.tooltip-login {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse;
}
.tooltip-login.submit {
    display: flex !important;
}
#socialLogin {
    margin: 0 auto;
}

.gigya-login-provider-row {
    display: flex;
    justify-content: center;
    margin-bottom: 5px;
}
/* .idp_registration_link.cta_default.redbg a {
   
     position: relative;
     font-size: inherit;
     line-height: inherit;
     text-align: center;

     display: inline-flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: center;
         -ms-flex-pack: center;
             justify-content: center;
     -webkit-user-select: none;
        -moz-user-select: none;
         -ms-user-select: none;
             user-select: none;
     text-decoration: none;
     background-image: var(--rainbow-gradient);
     border-radius: 6rem;
     width: 100%;
     padding: 1rem 3rem 0.95rem;
     transition: all 250ms ease;
     text-transform: uppercase;
     font-weight: 700;
     border: none;
     line-height: 2;
     min-width: 24rem;
     font-size: 1.5rem;
} */
/* .idp_registration_link.cta_default.redbg a:hover {
    background-color: var(--blue);
    color: var(--white);
} */

#registration .row.idp_form_submit_container input[type="submit"] {
    margin: 3rem auto 0;
    background-image: none;
    font-size: 1rem;
    color: var(--white);
    background-color: var(--rosso);
}



/* @media (max-width: 767.9px) {
    .idp_main#login {
        padding-top: 120px;
    }
} */

@media ( max-width: 992px ) {
    .login--hero .col-12 {
        width: 100% !important;
    }
}

/* --- INTERNAL PAGES - REGISTRATION --- */
/* #registration .row {
     margin-left: 0;
     margin-right: 0;
} */

.idp_field_errorMessage {
    color: var(--red);
}

#registration .idp_instructions {
    /* color: var(--blue);
    font-family: var(--rubik);
    font-size: 3rem;
    font-weight: 800;
    padding: 2rem 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1em; */
    display: none;
}

/* #registration form label {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2.5rem;
} */

/* #registration form .idp_field_container input,
#registration form .idp_field_container select {
    font-size: 3rem;
} */

#registration form a {
    color: var(-blue) !important;
}

#registration form .row .field {

    width: 33.3333%;
    /* width: calc(33.3333% - 30px); */
    /* margin-left: 15px !important;
    margin-right: 15px !important; */
    /* margin-top: 2rem; */
}

#registration form .row .field.idp_field_basicprof_birthday {
    /* width: calc(66.6666% - 30px); */
    width: 66.6666%;
}
#registration form .row .field.idp_field_basicprof_birthday .clearfix {
    display: flex;
}
#registration form .row .field.idp_field_basicprof_birthday .clearfix >span{
    /* width: calc(33.3333% - 5px); */
    width: auto;
    margin-right: 1rem;
}
#registration form .row .field.full {
    width: 100%;
}

#registration form .row .field.city ~ .form-container{
    width: 66%;
    display: flex;
    
}
#registration form .row .field.city ~ .form-container > div {
    width: calc(50% - 5px);
}
#registration form .row .field.city ~ .form-container > .idp_field_extprof_region {
    margin-top: 0 !important;
    margin-right: 18px !important;
}
#registration .row.idp_field_cons.idp_field_cons_text:not(.sep) {
    margin-top: 2rem;
}

.idp_field_container.field.idp_field_extprof.idp_field_extprof_region {
    max-width: 100% !important;
    margin-top: 3rem !important;
}
.idp_field_container.field.idp_field_extprof.idp_field_extprof_region select {
    margin-bottom: 0;
}
/* #registration form .row-wrapper-1 .idp_field_basicprof_birthday .clearfix {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

#registration form .row-wrapper-1 .idp_field_basicprof_birthday .clearfix span {
    display: block;
    flex: 0 0 calc(33.3333% - 5px);
    width: calc(33.3333% - 5px);
} */

#registration form .row-wrapper-2 .row .field,
#registration form .row-wrapper-3 .row .field {
    width: calc(33.3333% - 30px);
    /* width: calc(50% - 30px); */
}

#registration form .row-wrapper-4 .row {
    flex-wrap: wrap;
}

#registration form .row-wrapper-4 .row .field,
#registration form .row-wrapper-5 .row .field {
    width: calc(33.3333% - 30px);
    /* width: calc(50% - 30px); */
}

#registration form .row-wrapper-4 .row .field:first-child {
    width: 100%;
}

#registration form .row-wrapper-6 .row .field,
#registration form .row-wrapper-7 .row .field,
#registration form .row-wrapper-8 .row .field,
#registration form .row-wrapper-9 .row .field {
    width: 100%;
}

#registration form .row-wrapper-9 {
    margin-bottom: 3rem;
}

#registration form .row .radio {
    display: flex;
    align-items: center;
    margin-right: 9rem;
    width: auto;
}

#registration form .row .radio input {
    width: 3rem;
}

#registration form .row-wrapper-10 .row .field {
    width: 100%;
}

#registration form .row-wrapper-7 .row .field,
#registration form .row-wrapper-9 .row .field,
#registration form .row-wrapper-10 .row .field {
    display: flex;
}

#registration form .row-wrapper-11 .row {
    justify-content: center;
    margin: 6rem 0;
}

@media (max-width: 767.9px) {

    #registration form .row .field,
    #registration form .row-wrapper-2 .row .field,
    #registration form .row-wrapper-3 .row .field,
    #registration form .row .field.city ~ .form-container {
        width: 100%;
    }

    #registration form .row-wrapper-4 .row .field,
    #registration form .row-wrapper-5 .row .field {
        width: calc(50% - 30px);
    }
}

/* --- INTERNAL PAGE - THANK YOU PAGE --- */
#registration_thanks {
    padding-bottom: 4rem;
}

#registration_thanks .idp_title {
    font-size: 2rem;
    font-family: var(--rubik);
    font-weight: 800;
    padding: 2rem 0;
    text-align: center;
}
#registration_thanks .idp_text {
    text-align: center;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
/* --- INTERNAL PAGE - RECUPERA PASSWORD --- */
#get_email{
    width: 50%;
    margin: 3rem auto;
    text-align: center;
}
#get_email h1 {
    font-size: 1rem;
    /* font-family: var(--rubik) !important;
    text-transform: uppercase;
    color: var(--blue);
    font-weight: 800; */
}
#get_email .idp_field_container {
    text-align: left;
    margin-top: 2rem;
}
#get_email .idp_form_submit_button {
    border-bottom: none !important;
}
@media ( max-width: 992px ) {
    #get_email {
        width: 100%;
    }
}
/* --- INTERNAL PAGE - SOCIAL LOGIN--- */
/* body[cz-shortcut-listen="true"] {
    padding-top: 2rem;
    background-repeat: repeat;
    background-size: 48rem;
    background-image: url('../img/bcg/pattern_neutro.svg');
} */
#socialRegistrationInfo {
    max-width: 680px;
    margin: 0 auto;
    padding: 0 1rem;
    background-color: var(--white);
}
#socialRegistrationInfo > .row {
    flex-wrap: wrap;
}
#socialRegistrationInfo > .row .fieldContainer {
    flex: 0 0 48% !important
}
#socialRegistrationInfo > .row .fieldContainer label {
    font-weight: 500;
}
#socialRegistrationInfo .radio {
    display: flex;
    align-items: center;
}
#socialRegistrationInfo .radio input {
    display: block !important;
    margin-bottom: 5px;
    margin-right: .5rem;
    width: auto;
}
#socialRegistrationInfo .radio input ~ label::before {
    content: none !important
}
#socialRegistrationInfo .idp_form_submit_button.btn {
    background-image: none;
    font-size: 1rem !important;
}
#socialRegistrationInfo .idp_form_submit_button.btn:hover {
    color: var(--white);
}
@media ( max-width: 992px ) {
    #socialRegistrationInfo > .row .fieldContainer {
        flex: 0 0 100% !important
    }
}
/* --- INTERNAL PAGE - RECUPERA PASSWORD RIUSCITO--- */
#reset_password_goal {
    padding: 3rem 0;
    text-align: center;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
#reset_password_goal .idp_content .idp_title {
    font-size: 3rem;
    font-family: var(--rubik);
    text-transform: uppercase;
    font-weight: 800;
    color: var(--blue);
}
#reset_password_goal .idp_content strong {
    font-weight: 400 !important;
    margin-top: 2rem;
    display: block;
    font-size: 1.5rem;
}
@media ( max-width: 992px ) {
    #reset_password_goal {
        max-width: 100%;
    }
}

/* --- SCONTRINO --- */

.scontrino-scelta-header img {
    width: 12rem;
    margin: 0 auto;
}

.choice-1 input[type="radio"] ~ label::before {
    content: none;
}
.choice-1 label {
    position: relative;
}
.choice-1 label img:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.choice-1 label:hover img:first-child,
.choice-1 input:checked ~ label img:first-child {
    opacity: 1;
}
/* .choice-2 .col-md-6 > div {
} */
 .choice-2 img {
    width: 80%;
    margin: 0 auto;
 }
.choice-2 .col-md-6 > div label {
    cursor: pointer;
    width: 100%;
    margin-top: 1rem;
    border-radius: 1.25rem;
    background-color: var(--white);
    padding: 0.5rem;
    border: 2px #e6e6e6 solid;
    box-shadow: var(--box-shadow);
    align-items: center;
    font-size: 1.1rem;
    padding: 1.25rem;
}
.choice-2 .col-md-6 > div label::before {
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    border: none;
    border-radius: 50%;
}
.choice-2 .col-md-6 > div label[for="yellowAlarm"]::before { background-color: #FECD0D; }
.choice-2 .col-md-6 > div label[for="redAlarm"]::before { background-color:#E30613; }
.choice-2 .col-md-6 > div label[for="blueAlarm"]::before { background-color:#009FE3; }
.choice-2 .col-md-6 > div input:checked ~ label {
    border-color:#007BC3;
    background-color:#F2F8FC;
}
.choice-2 .col-md-6 > div input:checked ~ label::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none'%3E%3Cpath d='M1.39502 4.04962L4.13167 6.78625L9.60495 1.31299' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
}
.choice-2-clicked input:not(:checked) ~ label {
    opacity: 0.5;
}
.scontrino-0 {
    margin-bottom: -14rem;
    padding-bottom: 6rem;
}
.scontrino-1 .paragraph {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;   
    border: 1.5px var(--giallo) solid;
    background-color:rgba(254, 205, 13, 0.15);
}
.scontrino-1 .paragraph::before {
    content: ' ';
    width: 1.5rem;
    height: 1.5rem;
    flex: 0 0 1.5rem;
    margin-right: 1rem;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.57 17.4999H16.25M14.91 17.4999V12.4999L13.45 13.8199M21 8.99988H3M8 2.87988V5.11988M16 2.87988V5.11988M8.25 13.4599C8.409 12.9099 8.895 12.4999 9.496 12.4999C10.224 12.4999 10.815 13.0899 10.815 13.8189C10.815 14.4709 10.286 14.9999 9.634 14.9999C10.286 14.9999 10.815 15.5289 10.815 16.1809C10.815 16.9089 10.225 17.4999 9.496 17.4999C8.895 17.4999 8.409 17.0899 8.25 16.5399M18 20.9999H6C4.343 20.9999 3 19.6569 3 17.9999V6.99988C3 5.34288 4.343 3.99988 6 3.99988H18C19.657 3.99988 21 5.34288 21 6.99988V17.9999C21 19.6569 19.657 20.9999 18 20.9999Z' stroke='%23F9B000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.scontrino-1 .profile-box-inner {
    padding-top: 0;
    margin-top: 5rem;
    overflow: visible;
}
.scontrino-1 .profile-box-inner .bubble-products {
    transform: translate(0, -3rem);
    position: relative;
}
.scontrino-1 .profile-box-inner .bubble-products a {
    position: absolute;
    width: auto;
    bottom: 33%;
    left: 50%;
    transform: translate(-50%, 0);
    /* font-size: 1vw; */
    /* font-size: 1.4vw; container-fluid */
    
}
.scontrino-1 .profile-box-inner .bubble-products a img {
    width: 87%;
    margin: 0 auto;
}

.scontrino-documento-header .profile-box {
    padding: 0;
}
.scontrino-documento-header .profile-box img {
    border-top-right-radius: 1.25rem;
    border-top-left-radius: 1.25rem;
}
.floating-imgs img {
    position: absolute;
    width: 25%;
}
.floating-imgs img:nth-child(1) { left: 0; top: 50%; transform: translate(-100%, -50%);}
.floating-imgs img:nth-child(2) { left: 0; top: 0%; transform: translate(-50%, -50%);}
.floating-imgs img:nth-child(3) { right: 0; top: 0; transform: translate(50%, -50%); width: 20%;}

@media ( max-width: 992px ) {
    .floating-imgs img:nth-child(1) { top:auto; bottom: 0; transform: translate(-75%, -50%);}
    .floating-imgs img:nth-child(2) { left: 0; top: 0%; transform: translate(-70%, -50%);}
    .floating-imgs img:nth-child(3) { right: 0; top: 0; transform: translate(70%, -50%); width: 20%;}
    .scontrino-1 .profile-box-inner .bubble-products a {
        font-size: 2vw;
    }
    
}
@media ( max-width: 768px ) {
    .floating-imgs { display: none; }
    .scontrino-1 .profile-box-inner .bubble-products a {
        bottom: 30%;
        font-size: 2.5vw;
    }
}


.scontrino-2--img a {
    padding: 1rem;
    margin-top: -1rem;
}

#guide .gen--p div {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
#guide .gen--p div img {
    height: 4rem;
    width: 4rem;
    flex: 0 0 4rem;
    object-fit: contain;
    margin-right: 1rem;
}
#product--delete-success img {
    margin: 0rem auto 1rem;
    width: 4rem;
}
.product-list--results {
    height: 18rem;
    overflow: scroll;
}

.product-list--result {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}
.product-list--result img {
    width: 4rem;
    margin-right: 1rem;
}
.product-list--result.is-boost span::before {
    content: ' ';
    display: block;
    height: 1.5rem;
    width: auto;
    background-image: url("data:image/svg+xml,%3Csvg width='111' height='25' viewBox='0 0 111 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.920654' y='0.242188' width='110' height='24' rx='12' fill='%23FFC6C9'/%3E%3Crect x='4.92065' y='5.74219' width='13' height='13' rx='6.5' fill='%23C00D0E'/%3E%3Cpath d='M11.8357 8.24219L8.13895 12.5173C7.99417 12.6848 7.92178 12.7685 7.92068 12.8392C7.91972 12.9006 7.94814 12.9591 7.99775 12.9977C8.05481 13.0422 8.16789 13.0422 8.39404 13.0422H11.4207L11.0056 16.2422L14.7024 11.967C14.8471 11.7996 14.9195 11.7159 14.9206 11.6452C14.9216 11.5837 14.8932 11.5253 14.8436 11.4866C14.7865 11.4422 14.6734 11.4422 14.4473 11.4422H11.4207L11.8357 8.24219Z' fill='%23FFE6E7'/%3E%3Cpath d='M23.4999 16.2422C23.4199 16.2422 23.3559 16.2182 23.3079 16.1702C23.2599 16.1142 23.2359 16.0462 23.2359 15.9662V8.13019C23.2359 8.04219 23.2599 7.97419 23.3079 7.92619C23.3559 7.87019 23.4199 7.84219 23.4999 7.84219H26.5359C27.4399 7.84219 28.1479 8.06219 28.6599 8.50219C29.1799 8.93419 29.4399 9.56619 29.4399 10.3982C29.4399 11.2302 29.1799 11.8622 28.6599 12.2942C28.1479 12.7262 27.4399 12.9422 26.5359 12.9422H24.3759V15.9662C24.3759 16.0462 24.3479 16.1142 24.2919 16.1702C24.2439 16.2182 24.1799 16.2422 24.0999 16.2422H23.4999ZM26.4759 11.9702C27.6839 11.9702 28.2879 11.4462 28.2879 10.3982C28.2879 9.88619 28.1359 9.49419 27.8319 9.22219C27.5359 8.95019 27.0839 8.81419 26.4759 8.81419H24.3759V11.9702H26.4759ZM30.8034 16.2422C30.7234 16.2422 30.6554 16.2182 30.5994 16.1702C30.5514 16.1142 30.5274 16.0462 30.5274 15.9662V10.2902C30.5274 10.2102 30.5514 10.1422 30.5994 10.0862C30.6554 10.0302 30.7234 10.0022 30.8034 10.0022H31.3074C31.3954 10.0022 31.4634 10.0302 31.5114 10.0862C31.5674 10.1342 31.5954 10.2022 31.5954 10.2902V10.8182C31.9234 10.2742 32.4794 10.0022 33.2634 10.0022H33.7314C33.8194 10.0022 33.8874 10.0262 33.9354 10.0742C33.9834 10.1222 34.0074 10.1902 34.0074 10.2782V10.7222C34.0074 10.8022 33.9834 10.8702 33.9354 10.9262C33.8874 10.9742 33.8194 10.9982 33.7314 10.9982H33.0474C32.6074 10.9982 32.2594 11.1262 32.0034 11.3822C31.7554 11.6382 31.6314 11.9862 31.6314 12.4262V15.9662C31.6314 16.0462 31.6034 16.1142 31.5474 16.1702C31.4914 16.2182 31.4234 16.2422 31.3434 16.2422H30.8034ZM37.2139 16.3622C36.3339 16.3622 35.6539 16.1142 35.1739 15.6182C34.7019 15.1222 34.4499 14.4622 34.4179 13.6382L34.4059 13.1222L34.4179 12.6062C34.4499 11.7822 34.7059 11.1222 35.1859 10.6262C35.6739 10.1302 36.3499 9.88219 37.2139 9.88219C38.0779 9.88219 38.7499 10.1302 39.2299 10.6262C39.7179 11.1222 39.9779 11.7822 40.0099 12.6062C40.0259 12.7822 40.0339 12.9542 40.0339 13.1222C40.0339 13.2902 40.0259 13.4622 40.0099 13.6382C39.9779 14.4622 39.7219 15.1222 39.2419 15.6182C38.7699 16.1142 38.0939 16.3622 37.2139 16.3622ZM37.2139 15.4622C37.7259 15.4622 38.1299 15.3022 38.4259 14.9822C38.7299 14.6542 38.8939 14.1862 38.9179 13.5782C38.9259 13.4982 38.9299 13.3462 38.9299 13.1222C38.9299 12.8982 38.9259 12.7462 38.9179 12.6662C38.8939 12.0582 38.7299 11.5942 38.4259 11.2742C38.1299 10.9462 37.7259 10.7822 37.2139 10.7822C36.7019 10.7822 36.2939 10.9462 35.9899 11.2742C35.6939 11.5942 35.5339 12.0582 35.5099 12.6662L35.4979 13.1222L35.5099 13.5782C35.5339 14.1862 35.6939 14.6542 35.9899 14.9822C36.2939 15.3022 36.7019 15.4622 37.2139 15.4622ZM43.5891 16.3622C42.7491 16.3622 42.1171 16.0902 41.6931 15.5462C41.2771 15.0022 41.0531 14.3142 41.0211 13.4822L41.0091 13.1222L41.0211 12.7622C41.0531 11.9382 41.2811 11.2542 41.7051 10.7102C42.1291 10.1582 42.7571 9.88219 43.5891 9.88219C44.4211 9.88219 45.0691 10.1782 45.5331 10.7702V7.99819C45.5331 7.91819 45.5571 7.85419 45.6051 7.80619C45.6611 7.75019 45.7291 7.72219 45.8091 7.72219H46.3491C46.4291 7.72219 46.4931 7.75019 46.5411 7.80619C46.5971 7.85419 46.6251 7.91819 46.6251 7.99819V15.9662C46.6251 16.0462 46.5971 16.1142 46.5411 16.1702C46.4931 16.2182 46.4291 16.2422 46.3491 16.2422H45.8331C45.7531 16.2422 45.6891 16.2182 45.6411 16.1702C45.5931 16.1142 45.5691 16.0462 45.5691 15.9662V15.4502C45.1131 16.0582 44.4531 16.3622 43.5891 16.3622ZM43.8171 15.4262C44.3771 15.4262 44.7971 15.2422 45.0771 14.8742C45.3571 14.4982 45.5091 14.0542 45.5331 13.5422C45.5411 13.4542 45.5451 13.3022 45.5451 13.0862C45.5451 12.8622 45.5411 12.7062 45.5331 12.6182C45.5171 12.1302 45.3611 11.7102 45.0651 11.3582C44.7771 10.9982 44.3611 10.8182 43.8171 10.8182C43.2411 10.8182 42.8211 10.9982 42.5571 11.3582C42.2931 11.7182 42.1491 12.1902 42.1251 12.7742L42.1131 13.1222C42.1131 14.6582 42.6811 15.4262 43.8171 15.4262ZM50.7261 16.3622C49.8461 16.3622 49.1661 16.1142 48.6861 15.6182C48.2141 15.1222 47.9621 14.4622 47.9301 13.6382L47.9181 13.1222L47.9301 12.6062C47.9621 11.7822 48.2181 11.1222 48.6981 10.6262C49.1861 10.1302 49.8621 9.88219 50.7261 9.88219C51.5901 9.88219 52.2621 10.1302 52.7421 10.6262C53.2301 11.1222 53.4901 11.7822 53.5221 12.6062C53.5381 12.7822 53.5461 12.9542 53.5461 13.1222C53.5461 13.2902 53.5381 13.4622 53.5221 13.6382C53.4901 14.4622 53.2341 15.1222 52.7541 15.6182C52.2821 16.1142 51.6061 16.3622 50.7261 16.3622ZM50.7261 15.4622C51.2381 15.4622 51.6421 15.3022 51.9381 14.9822C52.2421 14.6542 52.4061 14.1862 52.4301 13.5782C52.4381 13.4982 52.4421 13.3462 52.4421 13.1222C52.4421 12.8982 52.4381 12.7462 52.4301 12.6662C52.4061 12.0582 52.2421 11.5942 51.9381 11.2742C51.6421 10.9462 51.2381 10.7822 50.7261 10.7822C50.2141 10.7822 49.8061 10.9462 49.5021 11.2742C49.2061 11.5942 49.0461 12.0582 49.0221 12.6662L49.0101 13.1222L49.0221 13.5782C49.0461 14.1862 49.2061 14.6542 49.5021 14.9822C49.8061 15.3022 50.2141 15.4622 50.7261 15.4622ZM57.1627 16.2422C55.9227 16.2422 55.3027 15.5422 55.3027 14.1422V10.9262H54.3547C54.2747 10.9262 54.2107 10.9022 54.1627 10.8542C54.1147 10.8062 54.0907 10.7422 54.0907 10.6622V10.2782C54.0907 10.1982 54.1147 10.1342 54.1627 10.0862C54.2107 10.0302 54.2747 10.0022 54.3547 10.0022H55.3027V7.99819C55.3027 7.91819 55.3267 7.85419 55.3747 7.80619C55.4227 7.75019 55.4867 7.72219 55.5667 7.72219H56.0947C56.1747 7.72219 56.2387 7.75019 56.2867 7.80619C56.3427 7.85419 56.3707 7.91819 56.3707 7.99819V10.0022H57.8587C57.9387 10.0022 58.0027 10.0302 58.0507 10.0862C58.1067 10.1342 58.1347 10.1982 58.1347 10.2782V10.6622C58.1347 10.7422 58.1067 10.8062 58.0507 10.8542C58.0027 10.9022 57.9387 10.9262 57.8587 10.9262H56.3707V14.0582C56.3707 14.4662 56.4347 14.7742 56.5627 14.9822C56.6987 15.1902 56.9267 15.2942 57.2467 15.2942H57.9787C58.0587 15.2942 58.1227 15.3222 58.1707 15.3782C58.2187 15.4262 58.2427 15.4902 58.2427 15.5702V15.9662C58.2427 16.0462 58.2187 16.1142 58.1707 16.1702C58.1227 16.2182 58.0587 16.2422 57.9787 16.2422H57.1627ZM61.575 16.2422C60.335 16.2422 59.715 15.5422 59.715 14.1422V10.9262H58.767C58.687 10.9262 58.623 10.9022 58.575 10.8542C58.527 10.8062 58.503 10.7422 58.503 10.6622V10.2782C58.503 10.1982 58.527 10.1342 58.575 10.0862C58.623 10.0302 58.687 10.0022 58.767 10.0022H59.715V7.99819C59.715 7.91819 59.739 7.85419 59.787 7.80619C59.835 7.75019 59.899 7.72219 59.979 7.72219H60.507C60.587 7.72219 60.651 7.75019 60.699 7.80619C60.755 7.85419 60.783 7.91819 60.783 7.99819V10.0022H62.271C62.351 10.0022 62.415 10.0302 62.463 10.0862C62.519 10.1342 62.547 10.1982 62.547 10.2782V10.6622C62.547 10.7422 62.519 10.8062 62.463 10.8542C62.415 10.9022 62.351 10.9262 62.271 10.9262H60.783V14.0582C60.783 14.4662 60.847 14.7742 60.975 14.9822C61.111 15.1902 61.339 15.2942 61.659 15.2942H62.391C62.471 15.2942 62.535 15.3222 62.583 15.3782C62.631 15.4262 62.655 15.4902 62.655 15.5702V15.9662C62.655 16.0462 62.631 16.1142 62.583 16.1702C62.535 16.2182 62.471 16.2422 62.391 16.2422H61.575ZM66.1194 16.3622C65.2394 16.3622 64.5594 16.1142 64.0794 15.6182C63.6074 15.1222 63.3554 14.4622 63.3234 13.6382L63.3114 13.1222L63.3234 12.6062C63.3554 11.7822 63.6114 11.1222 64.0914 10.6262C64.5794 10.1302 65.2554 9.88219 66.1194 9.88219C66.9834 9.88219 67.6554 10.1302 68.1354 10.6262C68.6234 11.1222 68.8834 11.7822 68.9154 12.6062C68.9314 12.7822 68.9394 12.9542 68.9394 13.1222C68.9394 13.2902 68.9314 13.4622 68.9154 13.6382C68.8834 14.4622 68.6274 15.1222 68.1474 15.6182C67.6754 16.1142 66.9994 16.3622 66.1194 16.3622ZM66.1194 15.4622C66.6314 15.4622 67.0354 15.3022 67.3314 14.9822C67.6354 14.6542 67.7994 14.1862 67.8234 13.5782C67.8314 13.4982 67.8354 13.3462 67.8354 13.1222C67.8354 12.8982 67.8314 12.7462 67.8234 12.6662C67.7994 12.0582 67.6354 11.5942 67.3314 11.2742C67.0354 10.9462 66.6314 10.7822 66.1194 10.7822C65.6074 10.7822 65.1994 10.9462 64.8954 11.2742C64.5994 11.5942 64.4394 12.0582 64.4154 12.6662L64.4034 13.1222L64.4154 13.5782C64.4394 14.1862 64.5994 14.6542 64.8954 14.9822C65.1994 15.3022 65.6074 15.4622 66.1194 15.4622ZM75.9757 16.3622C75.1117 16.3622 74.4517 16.0582 73.9957 15.4502V15.9662C73.9957 16.0462 73.9677 16.1142 73.9117 16.1702C73.8637 16.2182 73.7997 16.2422 73.7197 16.2422H73.2157C73.1357 16.2422 73.0677 16.2182 73.0117 16.1702C72.9637 16.1142 72.9397 16.0462 72.9397 15.9662V7.99819C72.9397 7.91019 72.9637 7.84219 73.0117 7.79419C73.0677 7.74619 73.1357 7.72219 73.2157 7.72219H73.7557C73.8357 7.72219 73.8997 7.75019 73.9477 7.80619C74.0037 7.85419 74.0317 7.91819 74.0317 7.99819V10.7702C74.4797 10.1782 75.1277 9.88219 75.9757 9.88219C76.8157 9.88219 77.4437 10.1582 77.8597 10.7102C78.2837 11.2542 78.5077 11.9382 78.5317 12.7622C78.5397 12.8502 78.5437 12.9702 78.5437 13.1222C78.5437 13.2742 78.5397 13.3942 78.5317 13.4822C78.5077 14.3062 78.2837 14.9942 77.8597 15.5462C77.4437 16.0902 76.8157 16.3622 75.9757 16.3622ZM75.7477 15.4262C76.3237 15.4262 76.7437 15.2462 77.0077 14.8862C77.2717 14.5262 77.4157 14.0542 77.4397 13.4702C77.4477 13.3902 77.4517 13.2742 77.4517 13.1222C77.4517 11.5862 76.8837 10.8182 75.7477 10.8182C75.2037 10.8182 74.7837 10.9982 74.4877 11.3582C74.1997 11.7102 74.0477 12.1302 74.0317 12.6182C74.0237 12.7062 74.0197 12.8622 74.0197 13.0862C74.0197 13.3022 74.0237 13.4542 74.0317 13.5422C74.0477 14.0542 74.1957 14.4982 74.4757 14.8742C74.7637 15.2422 75.1877 15.4262 75.7477 15.4262ZM82.3447 16.3622C81.4647 16.3622 80.7847 16.1142 80.3047 15.6182C79.8327 15.1222 79.5807 14.4622 79.5487 13.6382L79.5367 13.1222L79.5487 12.6062C79.5807 11.7822 79.8367 11.1222 80.3167 10.6262C80.8047 10.1302 81.4807 9.88219 82.3447 9.88219C83.2087 9.88219 83.8807 10.1302 84.3607 10.6262C84.8487 11.1222 85.1087 11.7822 85.1407 12.6062C85.1567 12.7822 85.1647 12.9542 85.1647 13.1222C85.1647 13.2902 85.1567 13.4622 85.1407 13.6382C85.1087 14.4622 84.8527 15.1222 84.3727 15.6182C83.9007 16.1142 83.2247 16.3622 82.3447 16.3622ZM82.3447 15.4622C82.8567 15.4622 83.2607 15.3022 83.5567 14.9822C83.8607 14.6542 84.0247 14.1862 84.0487 13.5782C84.0567 13.4982 84.0607 13.3462 84.0607 13.1222C84.0607 12.8982 84.0567 12.7462 84.0487 12.6662C84.0247 12.0582 83.8607 11.5942 83.5567 11.2742C83.2607 10.9462 82.8567 10.7822 82.3447 10.7822C81.8327 10.7822 81.4247 10.9462 81.1207 11.2742C80.8247 11.5942 80.6647 12.0582 80.6407 12.6662L80.6287 13.1222L80.6407 13.5782C80.6647 14.1862 80.8247 14.6542 81.1207 14.9822C81.4247 15.3022 81.8327 15.4622 82.3447 15.4622ZM88.9719 16.3622C88.0919 16.3622 87.4119 16.1142 86.9319 15.6182C86.4599 15.1222 86.2079 14.4622 86.1759 13.6382L86.1639 13.1222L86.1759 12.6062C86.2079 11.7822 86.4639 11.1222 86.9439 10.6262C87.4319 10.1302 88.1079 9.88219 88.9719 9.88219C89.8359 9.88219 90.5079 10.1302 90.9879 10.6262C91.4759 11.1222 91.7359 11.7822 91.7679 12.6062C91.7839 12.7822 91.7919 12.9542 91.7919 13.1222C91.7919 13.2902 91.7839 13.4622 91.7679 13.6382C91.7359 14.4622 91.4799 15.1222 90.9999 15.6182C90.5279 16.1142 89.8519 16.3622 88.9719 16.3622ZM88.9719 15.4622C89.4839 15.4622 89.8879 15.3022 90.1839 14.9822C90.4879 14.6542 90.6519 14.1862 90.6759 13.5782C90.6839 13.4982 90.6879 13.3462 90.6879 13.1222C90.6879 12.8982 90.6839 12.7462 90.6759 12.6662C90.6519 12.0582 90.4879 11.5942 90.1839 11.2742C89.8879 10.9462 89.4839 10.7822 88.9719 10.7822C88.4599 10.7822 88.0519 10.9462 87.7479 11.2742C87.4519 11.5942 87.2919 12.0582 87.2679 12.6662L87.2559 13.1222L87.2679 13.5782C87.2919 14.1862 87.4519 14.6542 87.7479 14.9822C88.0519 15.3022 88.4599 15.4622 88.9719 15.4622ZM95.2031 16.3622C94.6511 16.3622 94.1831 16.2742 93.7991 16.0982C93.4231 15.9142 93.1431 15.7062 92.9591 15.4742C92.7751 15.2422 92.6831 15.0502 92.6831 14.8982C92.6831 14.8182 92.7111 14.7582 92.7671 14.7182C92.8231 14.6702 92.8831 14.6462 92.9471 14.6462H93.4511C93.4991 14.6462 93.5351 14.6542 93.5591 14.6702C93.5911 14.6862 93.6311 14.7222 93.6791 14.7782C93.8631 15.0022 94.0671 15.1782 94.2911 15.3062C94.5231 15.4342 94.8311 15.4982 95.2151 15.4982C95.6471 15.4982 95.9911 15.4182 96.2471 15.2582C96.5111 15.0982 96.6431 14.8662 96.6431 14.5622C96.6431 14.3622 96.5871 14.2022 96.4751 14.0822C96.3631 13.9622 96.1751 13.8542 95.9111 13.7582C95.6551 13.6622 95.2711 13.5582 94.7591 13.4462C94.0631 13.2942 93.5711 13.0742 93.2831 12.7862C92.9951 12.4982 92.8511 12.1262 92.8511 11.6702C92.8511 11.3742 92.9391 11.0902 93.1151 10.8182C93.2911 10.5382 93.5511 10.3142 93.8951 10.1462C94.2471 9.97019 94.6631 9.88219 95.1431 9.88219C95.6471 9.88219 96.0751 9.96619 96.4271 10.1342C96.7871 10.3022 97.0551 10.4982 97.2311 10.7222C97.4151 10.9462 97.5071 11.1342 97.5071 11.2862C97.5071 11.3582 97.4791 11.4182 97.4231 11.4662C97.3751 11.5142 97.3151 11.5382 97.2431 11.5382H96.7871C96.6751 11.5382 96.5951 11.4942 96.5471 11.4062C96.4111 11.2542 96.2951 11.1382 96.1991 11.0582C96.1111 10.9702 95.9791 10.8982 95.8031 10.8422C95.6271 10.7782 95.4071 10.7462 95.1431 10.7462C94.7511 10.7462 94.4511 10.8302 94.2431 10.9982C94.0351 11.1582 93.9311 11.3742 93.9311 11.6462C93.9311 11.8142 93.9751 11.9582 94.0631 12.0782C94.1511 12.1902 94.3191 12.2982 94.5671 12.4022C94.8151 12.4982 95.1831 12.5982 95.6711 12.7022C96.4311 12.8622 96.9671 13.0902 97.2791 13.3862C97.5991 13.6822 97.7591 14.0622 97.7591 14.5262C97.7591 14.8702 97.6591 15.1822 97.4591 15.4622C97.2671 15.7422 96.9751 15.9622 96.5831 16.1222C96.1991 16.2822 95.7391 16.3622 95.2031 16.3622ZM101.309 16.2422C100.069 16.2422 99.4491 15.5422 99.4491 14.1422V10.9262H98.5011C98.4211 10.9262 98.3571 10.9022 98.3091 10.8542C98.2611 10.8062 98.2371 10.7422 98.2371 10.6622V10.2782C98.2371 10.1982 98.2611 10.1342 98.3091 10.0862C98.3571 10.0302 98.4211 10.0022 98.5011 10.0022H99.4491V7.99819C99.4491 7.91819 99.4731 7.85419 99.5211 7.80619C99.5691 7.75019 99.6331 7.72219 99.7131 7.72219H100.241C100.321 7.72219 100.385 7.75019 100.433 7.80619C100.489 7.85419 100.517 7.91819 100.517 7.99819V10.0022H102.005C102.085 10.0022 102.149 10.0302 102.197 10.0862C102.253 10.1342 102.281 10.1982 102.281 10.2782V10.6622C102.281 10.7422 102.253 10.8062 102.197 10.8542C102.149 10.9022 102.085 10.9262 102.005 10.9262H100.517V14.0582C100.517 14.4662 100.581 14.7742 100.709 14.9822C100.845 15.1902 101.073 15.2942 101.393 15.2942H102.125C102.205 15.2942 102.269 15.3222 102.317 15.3782C102.365 15.4262 102.389 15.4902 102.389 15.5702V15.9662C102.389 16.0462 102.365 16.1142 102.317 16.1702C102.269 16.2182 102.205 16.2422 102.125 16.2422H101.309Z' fill='%236C0101'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.quantity-row {
    display: flex;
    align-items: center;
}
.quantity-row .quant {
    padding: .75rem 1.25rem;
    border: 1px solid#CCC;
    cursor: pointer;
}
.quantity-row .quant span {
    transform: scale(1.75);
    user-select: none;
}
.quantity-row .quant.sub {
    border-right: none;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
}
.quantity-row .quant.sub.disabled {
    pointer-events: none;
}
.quantity-row .quant.sub.disabled span {
    opacity: .25;
}
.quantity-row .quant.add {
    border-left: none;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
}
.quantity-row input {
    width: 3rem;
    margin-top: 0;
    text-align: center;
    background-color: transparent;
    border: none;
    border-top: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    border-radius: 0;
}

.upload-area {
    position: relative;
}
.upload-area input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.upload-icon {
    padding: 1rem;
    border-radius: .5rem;
    border: 1.5px dashed var(--Neutrals-100, #E6E6E6);
    background: var(--Neutrals-50, #F7F7F7);
}
.upload-icon.uploaded {
    background-color: var(--verde);
    border: 1.5px solid var(--verde);
}

.added-by-you img {
    max-width: 100%;
    width: 7rem;
}
ul.product-list {
    padding-left: 0;
}
ul.product-list li:not(:first-child) {
    margin-top: 2rem;
}
ul.product-list input,
ul.product-list select {
    padding: 0;
    border: none;
    pointer-events: none;
    background-color: transparent;
    border-radius: 0;
}
ul.product-list select {
    font-weight: 700;
    opacity: 0;
    position: absolute;
}
ul.product-list .col-6 span {
    font-weight: 700;
}
.price {
    display: flex;
    align-items: center;
    justify-content: end;
    border-radius: .75rem;
    border: 1px solid var(--Neutrals-200, #CCC);
    background: var(--Neutrals-50, #F7F7F7);
    padding: 0.75rem;
}
.price input {
    width: 3rem;
    margin-top: 0;
    text-align: right;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

span.remove {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M4 7.23535H20M10 11.2354V17.2354M14 11.2354V17.2354M5 7.23535L6 19.2354C6 19.7658 6.21071 20.2745 6.58579 20.6496C6.96086 21.0246 7.46957 21.2354 8 21.2354H16C16.5304 21.2354 17.0391 21.0246 17.4142 20.6496C17.7893 20.2745 18 19.7658 18 19.2354L19 7.23535M9 7.23535V4.23535C9 3.97014 9.10536 3.71578 9.29289 3.52824C9.48043 3.34071 9.73478 3.23535 10 3.23535H14C14.2652 3.23535 14.5196 3.34071 14.7071 3.52824C14.8946 3.71578 15 3.97014 15 4.23535V7.23535' stroke='%230D0D0D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 1.5rem;
    height: 1.5rem;
    display: block;
    cursor: pointer;
}

body.scontrino .thank-you {
    margin-bottom: -14rem;
}

@media ( max-width: 767px ) {
    .upload-icon {
        padding-left: 33%;
        padding-right: 33%;
    }
}

/* --- SCONTRINO | SLOT --- */
.slot-col {
    position: relative;
    overflow: hidden;
    /* box-shadow: var(--box-shadow); */
    border: 1.5px #e6e6e6 solid;
    border-radius: var(--border-radius);
    /* padding: 2rem 0; */
}
.slot-col::after {
    content: ' ';
    display: block;
    position: absolute;
    pointer-events: none;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.00) 10%, rgba(255, 255, 255, 0.00) 90%, #FFF 100%);
}
.slot-col > img {
    opacity: 0;
}
.slot-scroll {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    pointer-events: none;
}
.slot-scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
.slot-scroll img {
    height: 100%;
    object-fit: contain;
    object-position: center;
}

/* --- 20220119 - TANDU' --- */
input.hidden {
    display: none !important;
}

/* --- TAZZE KINDER 2025 --- */
header.gigya-header ~ main#content {
    /* background-image: url('https://quality.prod.kinder.com/it/it/xp/tazzenutella2024/img/bollicine.jpg'); QA */
     background-image: url('https://kinder.com/it/it/xp/tazzenutella2024/img/bollicine.jpg');/* PROD */
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
}
section.internal-page > .container {
    background-color: var(--white);
}
header.gigya-header ~ main#content section.prefooter > .container {
    background-color: var(--white);
    padding-top: 3rem;
    padding-bottom: 3rem;
}
section.internal-page ~ .prefooter .gen--p {
    padding-left: 3rem;
    padding-right: 3rem;
}
@media(max-width:992px){
    section.internal-page ~ .prefooter .gen--p {
        padding-left: 0rem;
        padding-right: 0rem;
    }
}

/* #idp_account_access .facebook-logo {
    height: 2rem;
} */
#idp_account_access .col.dx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
#idp_account_access .col.dx > div {
    width: 48%;
}
/* 
#idp_account_access .col.dx > div button {
    width: 100%;
    border-radius: 10rem;
    padding: 2rem 0;
    color: var(--black);
    font-size: 1rem;
    font-weight: 700;
} */

#idp_account_access .col.dx > div button {
    width: 100%;
    border-radius: 10rem;
    padding: 2rem 0;
    color: var(--black);
    font-size: 1rem;
    font-weight: 700;
    height: auto;
    padding: 1rem 0;
    background-image: none;
    min-width: auto;
    color: var(--white);
}

body #idp_account_access .col.dx {
    display: flex;
    flex-wrap: wrap;
    /* display: none !important; */
}
body div #login .btn::after {
    content: none !important
}
body #facebookSocialLoginContainer {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
}
body #facebookSocialLoginButton {
    display: flex;
    justify-content: center;
    width: 80%;
    min-width: auto;
    padding: 0.5rem 0;
    height: auto;
    border-radius: 10rem;
    background-color:#3F51B5;
    background-image: none;
}
body #facebookSocialLoginButton:hover {
    background-image: none;
    background-color:#3F51B5;
}
body #facebookSocialLoginButton:hover::after {
    opacity: 0;
}
body #facebookSocialLoginButton .facebook-logo {
    height: 2rem;
}
body #googleSocialLoginContainer {
    width: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
}
body #googleSocialLoginButton {
    display: flex;
    justify-content: center;
    width: 80%;
    min-width: auto;
    padding: 0.5rem 0;
    height: auto;
    border-radius: 10rem;
    background-color: var(--white) !important;
    background-image: none;
}
body #googleSocialLoginButton:hover {
    background-color: var(--white) !important;
    background-image: none;
}
body #googleSocialLoginButton:hover::after {
    opacity: 0;
}
body #googleSocialLoginButton .google-logo {
    height: 2rem;
    width: 2rem;
}
body #googleSocialLoginButton span {
    margin-bottom: 0 !important;
    font-size: 1rem;
    color: var(--black);
    font-weight: 700;
}
