:root {
    --default-font: "Segoe UI",Roboto,"Open Sans",system-ui,-apple-system,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --heading-font: "Segoe UI";
    --nav-font: Poppins,sans-serif;
    --background-color: #e9dce1;
    --background-dark-color: #340516;
    --default-color: #444;
    --heading-color: #340516;
    --accent-color: #cf3f73;
    --surface-color: #fff;
    --contrast-color: #fff;
    --nav-color: #c3d0e1;
    --nav-hover-color: #fff;
    --nav-mobile-background-color: #c3d0e1;
    --nav-dropdown-background-color: #c3d0e1;
    --nav-dropdown-color: #444;
    --nav-dropdown-hover-color: #fff;
    --btn-bg: #340516;
    --btn-bg-hover: #cf3f73;
    --btn-hover-color: #c3d0e1;
    --section-border-color: #340516;
    --bonus-c: #340516;
    --sec-btn-border: #C1C1C1;
    --sec-btn-bg-hover: #f3f2ff;
    --sec-btn-color: #2E174F;
    --transition: all .2s ease-in-out;
    --icon-rating-star: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' data-name='Layer 1' viewBox='0 0 16.627 15.888'%3E%3Cg data-name='Group 15'%3E%3Cpath d='M12.074 15.152c-.227 0-.455-.055-.659-.161L8.31 13.359l-3.102 1.63A1.42 1.42 0 0 1 3.15 13.5l.593-3.455-2.513-2.451a1.423 1.423 0 0 1-.016-2.01c.215-.218.498-.36.798-.406l3.473-.504 1.551-3.147A1.423 1.423 0 0 1 8.94.882c.277.138.504.366.64.64l1.555 3.15 3.468.504c.372.053.705.249.932.551.228.303.324.676.272 1.052a1.424 1.424 0 0 1-.42.823l-.002-.002-2.504 2.438.59 3.459a1.418 1.418 0 0 1-1.396 1.655Zm2.298-8.38h.002-.002Z' data-name='Path 47' style='fill:%23fbe269;stroke-width:0'/%3E%3C/g%3E%3C/svg%3E");
}

.light-background {
    --background-color: #f5f6f8;
    --surface-color: #fff
}

.dark-background {
    --background-color: var(--background-dark-color);
    --default-color: #fff;
    --heading-color: #fff;
    --surface-color: #4668a2;
    --contrast-color: #fff
}

[class*='oplogo-'], [class*='game-']{width: 170px;margin: 0 auto; display: block;text-indent: -9999px;background-size: contain;background-position: center center;background-repeat: no-repeat;max-width: 100%; height: 100%;}
.company-size [class*='brand-']{width: 100%;height: 100%;margin: 0 auto; display: block;text-indent: -9999px;background-size: contain;background-position: center center;background-repeat: no-repeat;max-width: 100%; }
:root{scroll-behavior:smooth}
body{color:var(--default-color);background-color:var(--background-color);font-family:var(--default-font)}
a{color:var(--accent-color);text-decoration:none;transition:.3s}
a:hover{color:color-mix(in srgb,var(--accent-color),transparent 25%);text-decoration:none}
h1,h2,h3,h4,h5,h6{color:var(--heading-color);font-family:var(--heading-font)}
.php-email-form .error-message{display:none;background:#df1529;color:#fff;text-align:left;padding:15px;margin-bottom:24px;font-weight:600}
.php-email-form .sent-message{display:none;color:#fff;background:#059652;text-align:center;padding:15px;margin-bottom:24px;font-weight:600}
.php-email-form .loading{display:none;background:var(--surface-color);text-align:center;padding:15px;margin-bottom:24px}
.php-email-form .loading:before{content:"";display:inline-block;border-radius:50%;width:24px;height:24px;margin:0 10px -6px 0;border:3px solid var(--accent-color);border-top-color:var(--surface-color);animation:php-email-form-loading 1s linear infinite}
@keyframes php-email-form-loading {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.header {
    --background-color: var(--background-dark-color);
    --heading-color: #fff;
    color: var(--default-color);
    background-color: var(--background-color);
    padding: 15px 0;
    transition: all .5s;
    z-index: 997
}
.header .logo{line-height:1}
.header .logo img{max-height:48px;margin-right:8px}
.header .logo h1{font-size:30px;margin:0;font-weight:500;color:var(--heading-color);letter-spacing:2px;text-transform:uppercase}
.header .btn-getstarted,.header .btn-getstarted:focus{color:var(--contrast-color);background:var(--accent-color);font-size:14px;padding:8px 25px;margin:0 0 0 30px;border-radius:50px;transition:.3s}
.header .btn-getstarted:hover,.header .btn-getstarted:focus:hover{color:var(--contrast-color);background:color-mix(in srgb,var(--accent-color),transparent 15%)}
@media (max-width: 1200px) {
    .header .logo {
        order:1
    }

    .header .btn-getstarted {
        order: 2;
        margin: 0 15px 0 0;
        padding: 6px 15px
    }

    .header .navmenu {
        order: 2
    }

    .header .navbar-toggler {
        order: 3;
        font-size: 20px;
    }
}
.index-page .header{--heading-color:#fff;--nav-color:#fff}
.index-page.scrolled .header {
    --background-color: var(--background-dark-color)
}
@media (min-width: 1200px) {
.navmenu{padding:0}
.navmenu ul{margin:0;padding:0;display:flex;list-style:none;align-items:center}
.navmenu li{position:relative}
.navmenu a,.navmenu a:focus{color:var(--nav-color);padding:18px 15px;font-size:15px;font-family:var(--nav-font);font-weight:400;display:flex;align-items:center;justify-content:space-between;white-space:nowrap;transition:.3s}
.navmenu a i,.navmenu a:focus i{font-size:12px;line-height:0;margin-left:5px;transition:.3s}
.navmenu li:last-child a{padding-right:0}
.navmenu li:hover>a,.navmenu .active,.navmenu .active:focus{color:var(--nav-hover-color)}
.navmenu .dropdown ul{margin:0;padding:10px 0;background:var(--nav-dropdown-background-color);display:block;position:absolute;visibility:hidden;left:14px;top:130%;opacity:0;transition:.3s;border-radius:4px;z-index:99;box-shadow:0 0 30px #0000001a}
.navmenu .dropdown ul li{min-width:200px}
.navmenu .dropdown ul a{padding:10px 20px;font-size:15px;text-transform:none;color:var(--nav-dropdown-color)}
.navmenu .dropdown ul a i{font-size:12px}
.navmenu .dropdown ul a:hover,.navmenu .dropdown ul .active:hover,.navmenu .dropdown ul li:hover>a{color:var(--nav-dropdown-hover-color)}
.navmenu .dropdown:hover>ul{opacity:1;top:100%;visibility:visible}
.navmenu .dropdown .dropdown ul{top:0;left:-90%;visibility:hidden}
.navmenu .dropdown .dropdown:hover>ul{opacity:1;top:0;left:-100%;visibility:visible}
.navmenu .megamenu{position:static}
.navmenu .megamenu ul{margin:0;padding:10px;background:var(--nav-dropdown-background-color);box-shadow:0 0 20px #0000001a;position:absolute;top:130%;left:0;right:0;visibility:hidden;opacity:0;display:flex;transition:.3s;border-radius:4px;z-index:99}
.navmenu .megamenu ul li{flex:1}
.navmenu .megamenu ul li a,.navmenu .megamenu ul li:hover>a{padding:10px 20px;font-size:15px;color:var(--nav-dropdown-color)}
.navmenu .megamenu ul li a:hover,.navmenu .megamenu ul li .active,.navmenu .megamenu ul li .active:hover{color:var(--nav-dropdown-hover-color)}
.navmenu .megamenu:hover>ul{opacity:1;top:100%;visibility:visible}
.navmenu .dd-box-shadow{box-shadow:0 0 30px #0000001a}
}
@media (max-width: 1199px) {
.mobile-nav-toggle{color:var(--nav-color);font-size:28px;line-height:0;margin-right:10px;cursor:pointer;transition:color .3s;margin-right: 10px;}
.bi-menu-up {color:var(--nav-color);cursor:pointer;transition:color .3s;}
.navmenu{padding:0;z-index:9997}
.navmenu ul{display:none;list-style:none;position:absolute;inset:60px 20px 20px 20px;padding:10px 0;margin:0;border-radius:6px;background-color:var(--nav-mobile-background-color);overflow-y:auto;transition:.3s;z-index:9998;box-shadow:0 0 30px #0000001a}
.navmenu a,.navmenu a:focus{color:var(--nav-dropdown-color);padding:10px 20px;font-family:var(--nav-font);font-size:17px;font-weight:500;display:flex;align-items:center;justify-content:space-between;white-space:nowrap;transition:.3s}
.navmenu a i,.navmenu a:focus i{font-size:12px;line-height:0;margin-left:5px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:.3s;background-color:color-mix(in srgb,var(--accent-color),transparent 90%)}
.navmenu a i:hover,.navmenu a:focus i:hover{background-color:var(--accent-color);color:var(--contrast-color)}
.navmenu a:hover,.navmenu .active,.navmenu .active:focus{color:var(--nav-dropdown-hover-color)}
.navmenu .active i,.navmenu .active:focus i{background-color:var(--accent-color);color:var(--contrast-color);transform:rotate(180deg)}
.navmenu .dropdown ul{position:static;display:none;z-index:99;padding:10px 0;margin:10px 20px;background-color:var(--nav-dropdown-background-color);border:1px solid color-mix(in srgb,var(--default-color),transparent 90%);box-shadow:none;transition:all .5s ease-in-out}
.navmenu .dropdown ul ul{background-color:#2125291a}
.navmenu .dropdown>.dropdown-active{display:block;background-color:#21252908}
.mobile-nav-active{overflow:hidden}
.mobile-nav-active .mobile-nav-toggle{color:#fff;position:absolute;font-size:32px;top:15px;right:15px;margin-right:0;z-index:9999}
.mobile-nav-active .navmenu{position:fixed;overflow:hidden;inset:0;background:#212529cc;transition:.3s}
.mobile-nav-active .navmenu>ul{display:block}
}
.footer{color:var(--default-color);background-color:var(--background-color);font-size:14px;position:relative}
.footer .footer-newsletter{background-color:color-mix(in srgb,var(--heading-color),transparent 95%);padding:50px 0}
.footer .footer-newsletter h4{font-size:24px}
.footer .footer-newsletter .newsletter-form{margin-top:30px;margin-bottom:15px;padding:6px 8px;position:relative;background-color:color-mix(in srgb,var(--background-color),transparent 50%);border:1px solid color-mix(in srgb,var(--default-color),transparent 90%);box-shadow:0 2px 25px #0000001a;display:flex;transition:.3s;border-radius:50px}
.footer .footer-newsletter .newsletter-form:focus-within{border-color:var(--accent-color)}
.footer .footer-newsletter .newsletter-form input[type=email]{border:0;padding:4px;width:100%;background-color:color-mix(in srgb,var(--background-color),transparent 50%);color:var(--default-color)}
.footer .footer-newsletter .newsletter-form input[type=email]:focus-visible{outline:none}
.footer .footer-newsletter .newsletter-form input[type=submit]{border:0;font-size:16px;padding:0 20px;margin:-7px -8px -7px 0;background:var(--accent-color);color:var(--contrast-color);transition:.3s;border-radius:50px}
.footer .footer-newsletter .newsletter-form input[type=submit]:hover{background:color-mix(in srgb,var(--accent-color),transparent 20%)}
.footer .footer-top{padding-top:50px}
.footer .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid color-mix(in srgb,var(--default-color),transparent 50%);font-size:16px;color:color-mix(in srgb,var(--default-color),transparent 20%);margin-right:10px;transition:.3s}
.footer .social-links a:hover{color:var(--accent-color);border-color:var(--accent-color)}
.footer h4{font-size:16px;font-weight:700;position:relative;padding-bottom:12px}
.footer .footer-links{margin-bottom:30px}
.footer .footer-links ul{list-style:none;padding:0;margin:0}
.footer .footer-links ul i{margin-right:3px;font-size:12px;line-height:0;color:var(--accent-color)}
.footer .footer-links ul li{padding:10px 0;display:flex;align-items:center}
.footer .footer-links ul li:first-child{padding-top:0}
.footer .footer-links ul a{display:inline-block;color:color-mix(in srgb,var(--default-color),transparent 20%);line-height:1}
.footer .footer-links ul a:hover{color:var(--accent-color)}
.footer .footer-about a{color:var(--heading-color);font-size:28px;font-weight:600;text-transform:uppercase;font-family:var(--heading-font)}
.footer .footer-contact p{margin-bottom:5px}
.footer .copyright{padding-top:25px;padding-bottom:25px;border-top:1px solid color-mix(in srgb,var(--default-color),transparent 90%)}
.footer .copyright p{margin-bottom:0}
.footer .credits{margin-top:6px;font-size:13px}
#preloader{position:fixed;inset:0;z-index:999999;overflow:hidden;background:var(--background-color);transition:all .6s ease-out}
#preloader:before{content:"";position:fixed;top:calc(50% - 30px);left:calc(50% - 30px);border:6px solid #fff;border-color:var(--accent-color) transparent;border-radius:50%;width:60px;height:60px;animation:animate-preloader 1.5s linear infinite}
@keyframes animate-preloader {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}
.scroll-top{position:fixed;visibility:hidden;opacity:0;right:15px;bottom:-15px;z-index:99999;background-color:var(--accent-color);width:44px;height:44px;border-radius:50px;transition:all .4s}
.scroll-top i{font-size:24px;color:var(--contrast-color);line-height:0}
.scroll-top:hover{background-color:color-mix(in srgb,var(--accent-color),transparent 20%);color:var(--contrast-color)}
.scroll-top.active{visibility:visible;opacity:1;bottom:15px}
@media screen and (max-width: 768px) {
[data-aos-delay]{transition-delay:0!important}
}
.page-title{--background-color:color-mix(in srgb,var(--default-color),transparent 96%);color:var(--default-color);background-color:var(--background-color);padding:20px 0;position:relative}
.page-title h1{font-size:28px;font-weight:700;margin:0}
.page-title .breadcrumbs ol{display:flex;flex-wrap:wrap;list-style:none;padding:0 0 10px;margin:0;font-size:14px}
.page-title .breadcrumbs ol li+li{padding-left:10px}
.page-title .breadcrumbs ol li+li::before{content:"/";display:inline-block;padding-right:10px;color:color-mix(in srgb,var(--default-color),transparent 70%)}
section,.section{color:var(--default-color);background-color:var(--background-color);padding:25px 0;scroll-margin-top:88px;overflow:clip}
@media (max-width: 1199px) {
section,.section{scroll-margin-top:66px}
.hero {padding: 25px 0 30px!important;}
}
.section-title{padding-bottom:15px;position:relative}
.section-title h2{text-align:center;font-size:32px;font-weight:700;margin-bottom:20px;padding-bottom:20px;text-transform:uppercase;position:relative}
.section-title h2:before{content:"";position:absolute;display:block;width:160px;height:1px;background:color-mix(in srgb,var(--default-color),transparent 60%);left:0;right:0;bottom:1px;margin:auto}
.section-title h2::after{content:"";position:absolute;display:block;width:60px;height:3px;background:var(--background-dark-color);left:0;right:0;bottom:0;margin:auto}
.section-title p{margin-bottom:0;}
.hero{width:100%;position:relative;padding:25px 0 30px;display:flex;align-items:center}
.hero h1{margin:0;font-size:48px;font-weight:700;line-height:56px}
.hero p{color:color-mix(in srgb,var(--default-color),transparent 30%);margin:5px 0 30px;font-size:16px;line-height:1.3;font-weight:400}
.hero .btn-get-started{color:var(--contrast-color);background:var(--accent-color);font-family:var(--heading-font);font-weight:500;font-size:15px;letter-spacing:1px;display:inline-block;padding:10px 28px 12px;border-radius:50px;transition:.5s}
.hero .btn-get-started:hover{color:var(--contrast-color);background:color-mix(in srgb,var(--accent-color),transparent 15%)}
.hero .btn-watch-video{font-size:16px;transition:.5s;margin-left:25px;color:var(--default-color);font-weight:600}
.hero .btn-watch-video i{color:var(--contrast-color);font-size:32px;transition:.3s;line-height:0;margin-right:8px}
.hero .btn-watch-video:hover{color:var(--accent-color)}
.hero .btn-watch-video:hover i{color:color-mix(in srgb,var(--accent-color),transparent 15%)}
.hero .animated{animation:up-down 2s ease-in-out infinite alternate-reverse both}
@media (max-width: 640px) {
.hero h1{font-size:28px;line-height:36px}
.hero p{font-size:18px;line-height:24px;margin-bottom:30px}
.hero .btn-get-started,.hero .btn-watch-video{font-size:13px}
}
@keyframes up-down {
0%{transform:translateY(10px)}
100%{transform:translateY(-10px)}
}
.clients{padding:12px 0}
.clients .swiper{padding:10px 0}
.clients .swiper-wrapper{height:auto}
.clients .swiper-slide img{transition:.3s;padding:0 10px}
.clients .swiper-slide img:hover{transform:scale(1.1)}
.section ul.list-box{list-style:none;}
.section ul li{padding-bottom:5px;}
.section ul i{font-size:20px;padding-right:4px;color:var(--background-dark-color);padding-top: 3px;}
.dark-background ul i{color: #fff;}
.bi-x-circle {color:var(--bonus-c)!important;}
.section .read-more{color:var(--accent-color);font-family:var(--heading-font);font-weight:500;font-size:16px;letter-spacing:1px;padding:8px 28px;border-radius:5px;transition:.3s;display:inline-flex;align-items:center;justify-content:center;border:2px solid var(--accent-color)}
.section .read-more i{font-size:18px;margin-left:5px;line-height:0;transition:.3s}
.section .read-more:hover{background:var(--accent-color);color:var(--contrast-color)}
.section .read-more:hover i{transform:translate(5px,0)}
.num-boxes .content h3{font-weight:400;font-size:34px}
.num-boxes .content p{color:color-mix(in srgb,var(--default-color),transparent 30%)}
.num-boxes .faq-container .faq-item{background-color:var(--btn-hover-color);position:relative;padding:20px;margin-bottom:20px;box-shadow:0 5px 25px 0 #0000001a;overflow:hidden}
.num-boxes .faq-container .faq-item:last-child{margin-bottom:0}
.num-boxes .faq-container .faq-item .sub-title{font-weight:500;font-size:17px;line-height:24px;margin:0 30px 0 0;transition:.3s}
.num-boxes .faq-container .faq-item .sub-title span{color:var(--background-dark-color);padding-right:5px;font-weight:600}
.num-boxes .faq-container .faq-item .sub-title:hover{color:var(--accent-color)}
.num-boxes .faq-container .faq-item .faq-content{display:grid;grid-template-rows:0fr;transition:.3s ease-in-out;visibility:hidden;opacity:0}
.num-boxes .faq-container .faq-item .faq-content p{margin-bottom:0;overflow:hidden; color: var(--background-dark-color);}
.num-boxes .faq-container .faq-item .faq-icon{position:absolute;top:22px;left:20px;font-size:22px;line-height:0;transition:.3s;color:var(--accent-color)}
.num-boxes .faq-container .faq-item .faq-toggle{position:absolute;top:20px;right:20px;font-size:16px;line-height:0;transition:.3s;cursor:pointer}
.num-boxes .faq-container .faq-item .faq-toggle:hover{color:var(--accent-color)}
.num-boxes .faq-container .faq-active .sub-title{color:var(--background-dark-color)}
.num-boxes .faq-container .faq-active .faq-content{grid-template-rows:1fr;visibility:visible;opacity:1;padding-top:10px}
.num-boxes .faq-container .faq-active .faq-toggle{transform:rotate(90deg);color:var(--accent-color)}
.why-us .why-us-img{display:flex;align-items:center;justify-content:center}
.why-us .why-us-img img{max-height:70%}
.skills .content h3{font-size:2rem;font-weight:700}
.skills .content p{color:color-mix(in srgb,var(--default-color),transparent 30%)}
.skills .content p:last-child{margin-bottom:0}
.skills .content ul{list-style:none;padding:0}
.skills .content ul li{padding-bottom:10px}
.skills .progress{height:60px;display:block;background:none;border-radius:0}
.skills .progress .skill{color:var(--default-color);padding:0;margin:0 0 6px;text-transform:uppercase;display:block;font-weight:600;font-family:var(--heading-font)}
.skills .progress .skill .val{float:right;font-style:normal}
.skills .progress-bar-wrap{background:color-mix(in srgb,var(--heading-color),transparent 90%);height:10px}
.skills .progress-bar{width:1px;height:10px;transition:.9s;background-color:var(--heading-color)}
.icon-boxes .box{background-color:var(--surface-color);box-shadow:0 5px 90px 0 #0000001a;padding:50px 30px;transition:all ease-in-out .4s;height:100%}
.icon-boxes .box .icon{margin-bottom:10px}
.icon-boxes .box .icon i{color:var(--accent-color);font-size:36px;transition:.3s}
.icon-boxes .box h4{font-weight:700;margin-bottom:15px;font-size:20px}
.icon-boxes .box h4 a{color:var(--heading-color);transition:ease-in-out .3s}
.icon-boxes .box p{line-height:24px;font-size:14px;margin-bottom:0}
.icon-boxes .box:hover{transform:translateY(-10px)}
.icon-boxes .box:hover h4 a{color:var(--accent-color)}
.regs .steps-item{background:var(--surface-color);border-radius:20px;height:100%;transition:all .3s ease-in-out;box-shadow:0 5px 20px color-mix(in srgb,var(--default-color),transparent 92%)}
.regs .steps-item .steps-image{border-radius:20px 20px 0 0;overflow:hidden}
.regs .steps-item:hover{transform:translateY(-10px);box-shadow:0 15px 30px color-mix(in srgb,var(--accent-color),transparent 85%)}
.regs .steps-item:hover .steps-number{background:var(--accent-color);color:var(--contrast-color)}
.regs .steps-item:hover .steps-image img{transform:scale(1.1)}
.regs .steps-image{position:relative;height:280px}
.regs .steps-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}
.regs .steps-content{position:relative;padding:40px 30px 30px}
.regs .steps-content .steps-number{position:absolute;left:30px;top:-30px;width:60px;height:60px;background:var(--accent-color);color:var(--contrast-color);border-radius:50%;font-family:var(--heading-font);font-size:24px;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}
.regs .steps-content h3{font-size:24px;font-weight:700;margin-bottom:15px}
.regs .steps-content p{font-size:15px;color:color-mix(in srgb,var(--default-color),transparent 20%);margin-bottom:25px}
.regs .steps-features .feature-item{display:flex;align-items:center;margin-bottom:12px}
.regs .steps-features .feature-item:last-child{margin-bottom:0}
.regs .steps-features .feature-item i{color:var(--accent-color);font-size:18px;margin-right:10px}
.regs .steps-features .feature-item span{font-size:14px;color:color-mix(in srgb,var(--default-color),transparent 15%)}
@media (max-width: 1199px) {
.regs .steps-image{height:240px}
.regs .steps-content{padding:35px 25px 25px}
.regs .steps-content h3{font-size:22px}
}
@media (max-width: 991px) {
.regs .steps-item{margin-bottom:30px}
.regs .steps-image{height:220px}
.regs .steps-content{padding:30px 20px 20px}
.regs .steps-content .steps-number{width:50px;height:50px;font-size:20px;left:25px;top:-25px}
.regs .steps-content h3{font-size:20px;margin-bottom:12px}
.regs .steps-content p{font-size:14px;margin-bottom:20px}
}
.parall{padding:60px 0;position:relative;clip-path:inset(0)}
.parall img{position:fixed;top:0;left:0;display:block;width:100%;height:100%;object-fit:cover;z-index:1}
.parall:before{content:"";background:color-mix(in srgb,var(--background-dark-color),transparent 35%);position:absolute;inset:0;z-index:2}
.parall .content{position:relative;z-index:3}
.parall h3{color:var(--default-color);font-size:28px;font-weight:700}
.parall p{color:var(--default-color)}
.portfolio .portfolio-filters{padding:0;margin:0 auto 20px;list-style:none;text-align:center}
.portfolio .portfolio-filters li{cursor:pointer;display:inline-block;padding:8px 20px 10px;margin:0;font-size:15px;font-weight:500;line-height:1;margin-bottom:5px;border-radius:50px;transition:all .3s ease-in-out;font-family:var(--heading-font)}
.portfolio .portfolio-filters li:hover,.portfolio .portfolio-filters li.filter-active{color:var(--contrast-color);background-color:var(--accent-color)}
.portfolio .portfolio-filters li:first-child{margin-left:0}
.portfolio .portfolio-filters li:last-child{margin-right:0}
@media (max-width: 575px) {
.portfolio .portfolio-filters li{font-size:14px;margin:0 0 10px}
}
.portfolio .portfolio-item{position:relative;overflow:hidden}
.portfolio .portfolio-item .portfolio-info{opacity:0;position:absolute;left:12px;right:12px;bottom:-100%;z-index:3;transition:all ease-in-out .5s;background:color-mix(in srgb,var(--background-color),transparent 10%);padding:15px}
.portfolio .portfolio-item .portfolio-info h4{font-size:18px;font-weight:600;padding-right:50px}
.portfolio .portfolio-item .portfolio-info p{color:color-mix(in srgb,var(--default-color),transparent 30%);font-size:14px;margin-bottom:0;padding-right:50px}
.portfolio .portfolio-item .portfolio-info .preview-link,.portfolio .portfolio-item .portfolio-info .details-link{position:absolute;right:50px;font-size:24px;top:calc(50% - 14px);color:color-mix(in srgb,var(--default-color),transparent 30%);transition:.3s;line-height:0}
.portfolio .portfolio-item .portfolio-info .preview-link:hover,.portfolio .portfolio-item .portfolio-info .details-link:hover{color:var(--accent-color)}
.portfolio .portfolio-item .portfolio-info .details-link{right:14px;font-size:28px}
.portfolio .portfolio-item:hover .portfolio-info{opacity:1;bottom:0}
.boxes-2 .boxes-2-member{background-color:var(--surface-color);box-shadow:0 2px 15px #0000001a;position:relative;border-radius:5px;transition:.5s;padding:30px;height:100%}
@media (max-width: 468px) {
.boxes-2 .boxes-2-member{flex-direction:column;justify-content:center!important;align-items:center!important}
}
.boxes-2 .boxes-2-member .pic{overflow:hidden;width:150px;border-radius:50%;flex-shrink:0}
.boxes-2 .boxes-2-member .pic img{transition:ease-in-out .3s}
.boxes-2 .boxes-2-member:hover{transform:translateY(-10px)}
.boxes-2 .boxes-2-member .member-info{padding-left:30px}
@media (max-width: 468px) {
.boxes-2 .boxes-2-member .member-info{padding:30px 0 0;text-align:center}
}
.boxes-2 .boxes-2-member .sub-title{font-weight:700;margin-bottom:5px;font-size:20px;color: var(--heading-color);  font-family: var(--heading-font);}
.boxes-2 .boxes-2-member span{display:block;font-size:15px;padding-bottom:10px;position:relative;font-weight:500}
.boxes-2 .boxes-2-member span::after{content:"";position:absolute;display:block;width:50px;height:1px;background:color-mix(in srgb,var(--default-color),transparent 85%);bottom:0;left:0}
@media (max-width: 468px) {
.boxes-2 .boxes-2-member span::after{left:calc(50% - 25px)}
}
.boxes-2 .boxes-2-member p{margin:10px 0 0;font-size:14px}
.boxes-2 .boxes-2-member .social{margin-top:12px;display:flex;align-items:center;justify-content:start;width:100%}
@media (max-width: 468px) {
.boxes-2 .boxes-2-member .social{justify-content:center}
}
.boxes-2 .boxes-2-member .social a{background:color-mix(in srgb,var(--default-color),transparent 94%);transition:ease-in-out .3s;display:flex;align-items:center;justify-content:center;border-radius:50px;width:36px;height:36px}
.boxes-2 .boxes-2-member .social a i{color:color-mix(in srgb,var(--default-color),transparent 20%);font-size:16px;margin:0 2px}
.boxes-2 .boxes-2-member .social a:hover{background:var(--accent-color)}
.boxes-2 .boxes-2-member .social a:hover i{color:var(--contrast-color)}
.boxes-2 .boxes-2-member .social a+a{margin-left:8px}
.pricing .pricing-item{background-color:var(--surface-color);box-shadow:0 3px 20px -2px #0000001a;border-top:4px solid var(--background-color);padding:60px 40px;height:100%;border-radius:5px}
.pricing h3{font-weight:600;margin-bottom:15px;font-size:20px}
.pricing h4{color:var(--accent-color);font-size:48px;font-weight:400;font-family:var(--heading-font);margin-bottom:0}
.pricing h4 sup{font-size:28px}
.pricing h4 span{color:color-mix(in srgb,var(--default-color),transparent 50%);font-size:18px}
.pricing ul{padding:20px 0;list-style:none;color:color-mix(in srgb,var(--default-color),transparent 30%);text-align:left;line-height:20px}
.pricing ul li{padding:10px 0;display:flex;align-items:center}
.pricing ul i{color:#059652;font-size:24px;padding-right:3px}
.pricing ul .na{color:color-mix(in srgb,var(--default-color),transparent 60%)}
.pricing ul .na i{color:color-mix(in srgb,var(--default-color),transparent 60%)}
.pricing ul .na span{text-decoration:line-through}
.pricing .buy-btn{color:var(--accent-color);display:inline-block;padding:8px 35px 10px;border-radius:50px;transition:none;font-size:16px;font-weight:500;font-family:var(--heading-font);transition:.3s;border:1px solid var(--accent-color)}
.pricing .buy-btn:hover{background:var(--accent-color);color:var(--contrast-color)}
.pricing .featured{border-top-color:var(--accent-color)}
.pricing .featured .buy-btn{background:var(--accent-color);color:var(--contrast-color)}
@media (max-width: 992px) {
.pricing .box{max-width:60%;margin:0 auto 30px}
}
@media (max-width: 767px) {
.pricing .box{max-width:80%;margin:0 auto 30px}
}
@media (max-width: 420px) {
.pricing .box{max-width:100%;margin:0 auto 30px}
}
.testimonials .section-header{margin-bottom:40px}
.testimonials .testimonials-carousel,.testimonials .testimonials-slider{overflow:hidden}
.testimonials .testimonial-item{text-align:center}
.testimonials .testimonial-item .testimonial-img{width:120px;border-radius:50%;border:4px solid var(--background-color);margin:0 auto}
.testimonials .testimonial-item h3{font-size:20px;font-weight:700;margin:10px 0 5px}
.testimonials .testimonial-item h4{font-size:14px;color:color-mix(in srgb,var(--default-color),transparent 40%);margin:0 0 15px}
.testimonials .testimonial-item .stars{margin-bottom:15px}
.testimonials .testimonial-item .stars i{color:#ffc107;margin:0 1px}
.testimonials .testimonial-item .quote-icon-left,.testimonials .testimonial-item .quote-icon-right{color:color-mix(in srgb,var(--accent-color),transparent 50%);font-size:26px;line-height:0}
.testimonials .testimonial-item .quote-icon-left{display:inline-block;left:-5px;position:relative}
.testimonials .testimonial-item .quote-icon-right{display:inline-block;right:-5px;position:relative;top:10px;transform:scale(-1,-1)}
.testimonials .testimonial-item p{font-style:italic;margin:0 auto 15px}
.testimonials .swiper-wrapper{height:auto}
.testimonials .swiper-pagination{margin-top:20px;position:relative}
.testimonials .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;opacity:1;background-color:color-mix(in srgb,var(--default-color),transparent 85%)}
.testimonials .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--accent-color)}
@media (min-width: 992px) {
.testimonials .testimonial-item p{width:80%}
}
.faq-2 .faq-container{margin-top:15px}
.faq-2 .faq-container .faq-item{background-color:var(--surface-color);position:relative;padding:20px;margin-bottom:20px;overflow:hidden}
.faq-2 .faq-container .faq-item:last-child{margin-bottom:0}
.faq-2 .faq-container .faq-item h3{font-weight:600;font-size:18px;line-height:24px;margin:0 30px 0 32px;transition:.3s;cursor:pointer}
.faq-2 .faq-container .faq-item h3 span{color:var(--accent-color);padding-right:5px}
.faq-2 .faq-container .faq-item h3:hover{color:var(--accent-color)}
.faq-2 .faq-container .faq-item .faq-content{display:grid;grid-template-rows:0fr;transition:.3s ease-in-out;visibility:hidden;opacity:0}
.faq-2 .faq-container .faq-item .faq-content p{margin-bottom:0;overflow:hidden}
.faq-2 .faq-container .faq-item .faq-icon{position:absolute;top:22px;left:20px;font-size:20px;line-height:0;transition:.3s;color:var(--accent-color)}
.faq-2 .faq-container .faq-item .faq-toggle{position:absolute;top:20px;right:20px;font-size:16px;line-height:0;transition:.3s;cursor:pointer}
.faq-2 .faq-container .faq-item .faq-toggle:hover{color:var(--accent-color)}
.faq-2 .faq-container .faq-active h3{color:var(--accent-color)}
.faq-2 .faq-container .faq-active .faq-content{grid-template-rows:1fr;visibility:visible;opacity:1;padding-top:10px}
.faq-2 .faq-container .faq-active .faq-toggle{transform:rotate(90deg);color:var(--accent-color)}
.boxed-section .container{padding:40px;background:color-mix(in srgb,var(--default-color),transparent 96%);border-radius:15px}
@media (max-width: 992px) {
.boxed-section .container{padding:60px 60px 0}
}
@media (max-width: 575px) {
.boxed-section .container{padding:25px 15px 0;border-radius:0}
}
.boxed-section .cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}
.boxed-section .cta-content p{font-size:1.1rem;margin-bottom:2rem}
.boxed-section .cta-form .form-control{height:50px;border-radius:25px 0 0 25px;border:1px solid var(--accent-color);padding-left:20px}
.boxed-section .cta-form .form-control:focus{box-shadow:none;border-color:var(--accent-color)}
.boxed-section .cta-form .btn{height:50px;border-radius:0 25px 25px 0;background-color:var(--accent-color);border-color:var(--accent-color);color:var(--contrast-color);padding:0 30px;font-weight:600;transition:all .3s ease}
.boxed-section .cta-form .btn:hover{background-color:color-mix(in srgb,var(--accent-color),black 10%);border-color:color-mix(in srgb,var(--accent-color),black 10%)}
@media (max-width: 575px) {
.boxed-section .cta-form .btn{padding:0 15px}
}
@media (max-width: 991px) {
.boxed-section .cta-content{text-align:center;margin-bottom:2rem}
.boxed-section .cta-image{text-align:center}
}
.line-boxes .box-item{background:var(--surface-color);box-shadow:0 2px 20px #0000001a;transition:.3s}
.line-boxes .box-item .post-img img{transition:.5s}
.line-boxes .box-item .post-date{position:absolute;right:0;bottom:0;background-color:var(--accent-color);color:var(--contrast-color);text-transform:uppercase;font-size:13px;padding:6px 12px;font-weight:500}
.line-boxes .box-item .box-content{padding:30px}
.line-boxes .box-item .box-title{color:var(--heading-color);font-size:20px;font-weight:700;transition:.3s;margin-bottom:15px}
.line-boxes .box-item .meta i{font-size:16px;color:var(--accent-color)}
.line-boxes .box-item .meta span{font-size:15px;color:color-mix(in srgb,var(--default-color),transparent 50%)}
.line-boxes .box-item hr{color:color-mix(in srgb,var(--default-color),transparent 80%);margin:20px 0}
.line-boxes .box-item .readmore{display:flex;align-items:center;font-weight:600;line-height:1;transition:.3s;color:color-mix(in srgb,var(--default-color),transparent 40%)}
.line-boxes .box-item .readmore i{line-height:0;margin-left:6px;font-size:16px}
.line-boxes .box-item:hover .box-title,.line-boxes .box-item:hover .readmore{color:var(--accent-color)}
.line-boxes .box-item:hover .post-img img{transform:scale(1.1)}
.contact .info-wrap{background-color:var(--surface-color);box-shadow:0 0 20px #0000001a;border-top:3px solid var(--accent-color);border-bottom:3px solid var(--accent-color);padding:30px;height:100%}
@media (max-width: 575px) {
.contact .info-wrap{padding:20px}
}
.contact .info-item{margin-bottom:40px}
.contact .info-item i{font-size:20px;color:var(--accent-color);background:color-mix(in srgb,var(--accent-color),transparent 92%);width:44px;height:44px;display:flex;justify-content:center;align-items:center;border-radius:50px;transition:all .3s ease-in-out;margin-right:15px}
.contact .info-item h3{padding:0;font-size:18px;font-weight:700;margin-bottom:5px}
.contact .info-item p{padding:0;margin-bottom:0;font-size:14px}
.contact .info-item:hover i{background:var(--accent-color);color:var(--contrast-color)}
.contact .php-email-form{background-color:var(--surface-color);height:100%;padding:30px;border-top:3px solid var(--accent-color);border-bottom:3px solid var(--accent-color);box-shadow:0 0 20px #0000001a}
@media (max-width: 575px) {
.contact .php-email-form{padding:20px}
}
.contact .php-email-form input[type=text],.contact .php-email-form input[type=email],.contact .php-email-form textarea{font-size:14px;padding:10px 15px;box-shadow:none;border-radius:0;color:var(--default-color);background-color:color-mix(in srgb,var(--background-color),transparent 50%);border-color:color-mix(in srgb,var(--default-color),transparent 80%)}
.contact .php-email-form input[type=text]:focus,.contact .php-email-form input[type=email]:focus,.contact .php-email-form textarea:focus{border-color:var(--accent-color)}
.contact .php-email-form input[type=text]::placeholder,.contact .php-email-form input[type=email]::placeholder,.contact .php-email-form textarea::placeholder{color:color-mix(in srgb,var(--default-color),transparent 70%)}
.contact .php-email-form button[type=submit]{color:var(--contrast-color);background:var(--accent-color);border:0;padding:10px 30px;transition:.4s;border-radius:50px}
.contact .php-email-form button[type=submit]:hover{background:color-mix(in srgb,var(--accent-color),transparent 25%)}
.portfolio-details .portfolio-details-slider img{width:100%}
.portfolio-details .portfolio-details-slider .swiper-pagination{margin-top:20px;position:relative}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet{width:12px;height:12px;background-color:color-mix(in srgb,var(--default-color),transparent 85%);opacity:1}
.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active{background-color:var(--accent-color)}
.portfolio-details .portfolio-info{background-color:var(--surface-color);padding:30px;box-shadow:0 0 30px #0000001a}
.portfolio-details .portfolio-info h3{font-size:22px;font-weight:700;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid color-mix(in srgb,var(--default-color),transparent 85%)}
.portfolio-details .portfolio-info ul{list-style:none;padding:0;font-size:15px}
.portfolio-details .portfolio-info ul li+li{margin-top:10px}
.portfolio-details .portfolio-description{padding-top:30px}
.portfolio-details .portfolio-description h2{font-size:26px;font-weight:700;margin-bottom:20px}
.portfolio-details .portfolio-description p{padding:0;color:color-mix(in srgb,var(--default-color),transparent 30%)}
.service-details .services-list{background-color:var(--surface-color);padding:10px 30px;border:1px solid color-mix(in srgb,var(--default-color),transparent 90%);margin-bottom:20px}
.service-details .services-list a{display:block;line-height:1;padding:8px 0 8px 15px;border-left:3px solid color-mix(in srgb,var(--default-color),transparent 70%);margin:20px 0;color:color-mix(in srgb,var(--default-color),transparent 20%);transition:.3s}
.service-details .services-list a.active{color:var(--heading-color);font-weight:700;border-color:var(--accent-color)}
.service-details .services-list a:hover{border-color:var(--accent-color)}
.service-details .services-img{margin-bottom:20px}
.service-details h3{font-size:26px;font-weight:700}
.service-details h4{font-size:20px;font-weight:700}
.service-details p{font-size:15px}
.service-details ul{list-style:none;padding:0;font-size:15px}
.service-details ul li{padding:5px 0;display:flex;align-items:center}
.service-details ul i{font-size:20px;margin-right:8px;color:var(--accent-color)}
.blog-posts article{background-color:var(--surface-color);box-shadow:0 4px 16px #0000001a;padding:30px;height:100%}
.blog-posts .post-img{max-height:440px;margin:-30px -30px 0;overflow:hidden}
.blog-posts .title{font-size:24px;font-weight:700;padding:0;margin:30px 0}
.blog-posts .title a{color:var(--heading-color);transition:.3s}
.blog-posts .title a:hover{color:var(--accent-color)}
.blog-posts .meta-top{margin-top:20px;color:color-mix(in srgb,var(--default-color),transparent 40%)}
.blog-posts .meta-top ul{display:flex;flex-wrap:wrap;list-style:none;align-items:center;padding:0;margin:0}
.blog-posts .meta-top ul li+li{padding-left:20px}
.blog-posts .meta-top i{font-size:16px;margin-right:8px;line-height:0;color:color-mix(in srgb,var(--default-color),transparent 20%)}
.blog-posts .meta-top a{color:color-mix(in srgb,var(--default-color),transparent 40%);font-size:14px;display:inline-block;line-height:1}
.blog-posts .content{margin-top:20px}
.blog-posts .content .read-more{text-align:right}
.blog-posts .content .read-more a{background:var(--accent-color);color:var(--contrast-color);display:inline-block;padding:8px 30px;transition:.3s;font-size:14px;border-radius:4px}
.blog-posts .content .read-more a:hover{background:color-mix(in srgb,var(--accent-color),transparent 20%)}
.pagination-2{padding-top:0;color:color-mix(in srgb,var(--default-color),transparent 40%)}
.pagination-2 ul{display:flex;padding:0;margin:0;list-style:none}
.pagination-2 li{margin:0 5px;transition:.3s}
.pagination-2 li a{color:color-mix(in srgb,var(--default-color),transparent 40%);padding:7px 16px;display:flex;align-items:center;justify-content:center}
.pagination-2 li a.active,.pagination-2 li a:hover{background:var(--accent-color);color:var(--contrast-color)}
.pagination-2 li a.active a,.pagination-2 li a:hover a{color:var(--contrast-color)}
.blog-details{max-width:1000px;margin:0 auto}
.blog-details .hero-img{position:relative;width:100%;height:500px;margin:0 auto 3rem;border-radius:16px;overflow:hidden}
.blog-details .hero-img img{width:100%;height:100%;object-fit:cover}
.blog-details .hero-img .meta-overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem;background:linear-gradient(to top,#000000b3,transparent)}
.blog-details .hero-img .meta-overlay .meta-categories .category{color:var(--contrast-color);background-color:var(--accent-color);padding:.4rem 1rem;border-radius:30px;font-size:.9rem;text-decoration:none;transition:all .3s ease}
.blog-details .hero-img .meta-overlay .meta-categories .category:hover{background-color:color-mix(in srgb,var(--accent-color),transparent 15%)}
.blog-details .hero-img .meta-overlay .meta-categories .divider{color:var(--contrast-color);margin:0 .75rem}
.blog-details .hero-img .meta-overlay .meta-categories .reading-time{color:var(--contrast-color);font-size:.9rem}
.blog-details .hero-img .meta-overlay .meta-categories .reading-time i{margin-right:.3rem}
@media (max-width: 768px) {
.blog-details .hero-img{height:350px;margin-top:-30px;margin-bottom:2rem}
}
.blog-details .article-content{padding:0 1rem}
.blog-details .article-content .content-header{margin-bottom:3rem}
.blog-details .article-content .content-header .title{font-size:2.8rem;line-height:1.2;margin-bottom:2rem;font-weight:700;color:var(--heading-color)}
@media (max-width: 768px) {
.blog-details .article-content .content-header .title{font-size:2rem}
}
.blog-details .article-content .content-header .author-info{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-bottom:2rem;border-bottom:1px solid color-mix(in srgb,var(--default-color),transparent 90%)}
.blog-details .article-content .content-header .author-info .author-details{display:flex;align-items:center;gap:1rem}
.blog-details .article-content .content-header .author-info .author-details .author-img{width:50px;height:50px;border-radius:50%;object-fit:cover}
.blog-details .article-content .content-header .author-info .author-details .info h4{margin:0;font-size:1.1rem;color:var(--heading-color)}
.blog-details .article-content .content-header .author-info .author-details .info .role{font-size:.9rem;color:color-mix(in srgb,var(--default-color),transparent 30%)}
.blog-details .article-content .content-header .author-info .post-meta{color:color-mix(in srgb,var(--default-color),transparent 30%);font-size:.95rem}
.blog-details .article-content .content-header .author-info .post-meta i{margin-right:.3rem}
.blog-details .article-content .content-header .author-info .post-meta .divider{margin:0 .75rem}
.blog-details .article-content .content{font-size:1.15rem;line-height:1.8;color:color-mix(in srgb,var(--default-color),transparent 10%)}
.blog-details .article-content .content .lead{font-size:1.3rem;color:var(--heading-color);margin-bottom:2rem;font-weight:500}
.blog-details .article-content .content h2{font-size:2rem;color:var(--heading-color);margin:3rem 0 1.5rem}
.blog-details .article-content .content p{margin-bottom:1.5rem}
.blog-details .article-content .content ul{margin-bottom:2rem;padding-left:1.2rem}
.blog-details .article-content .content ul li{margin-bottom:.75rem;position:relative}
.blog-details .article-content .content .content-image{margin:2.5rem 0;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #00000014}
.blog-details .article-content .content .content-image.right-aligned{float:right;max-width:450px;margin:1rem 0 2rem 2rem}
@media (max-width: 768px) {
.blog-details .article-content .content .content-image.right-aligned{float:none;max-width:100%;margin:2rem 0}
}
.blog-details .article-content .content .content-image img{width:100%;height:auto}
.blog-details .article-content .content .content-image figcaption{padding:1rem;text-align:center;font-size:.9rem;color:color-mix(in srgb,var(--default-color),transparent 30%);background-color:color-mix(in srgb,var(--surface-color),transparent 50%)}
.blog-details .article-content .content .highlight-box{background:color-mix(in srgb,var(--accent-color),transparent 95%);border-radius:12px;padding:2rem;margin:2.5rem 0}
.blog-details .article-content .content .highlight-box h3{color:var(--heading-color);margin-bottom:1.5rem;font-size:1.5rem}
.blog-details .article-content .content .highlight-box .trend-list{list-style:none;padding:0;margin:0}
.blog-details .article-content .content .highlight-box .trend-list li{display:flex;align-items:center;margin-bottom:1rem;padding:.5rem 0}
.blog-details .article-content .content .highlight-box .trend-list li i{color:var(--accent-color);font-size:1.5rem;margin-right:1rem}
.blog-details .article-content .content .highlight-box .trend-list li span{color:var(--heading-color);font-weight:500}
.blog-details .article-content .content .content-grid{margin:3rem 0}
.blog-details .article-content .content .content-grid .info-card{background:var(--surface-color);border-radius:12px;padding:2rem;height:100%;box-shadow:0 3px 10px #0000000d;transition:transform .3s ease}
.blog-details .article-content .content .content-grid .info-card:hover{transform:translateY(-5px)}
.blog-details .article-content .content .content-grid .info-card i{font-size:2rem;color:var(--accent-color);margin-bottom:1rem}
.blog-details .article-content .content .content-grid .info-card h4{color:var(--heading-color);margin-bottom:1rem;font-size:1.3rem}
.blog-details .article-content .content .content-grid .info-card p{margin:0;font-size:1rem;line-height:1.6}
.blog-details .article-content .content blockquote{position:relative;margin:3rem 0;padding:2rem 3rem;background:var(--surface-color);border-radius:12px;box-shadow:0 3px 15px #0000000d}
.blog-details .article-content .content blockquote::before{content:'"';position:absolute;top:-20px;left:20px;font-size:8rem;color:color-mix(in srgb,var(--accent-color),transparent 85%);font-family:serif;line-height:1}
.blog-details .article-content .content blockquote p{font-size:1.3rem;font-style:italic;color:var(--heading-color);margin:0 0 1rem;position:relative}
.blog-details .article-content .content blockquote cite{font-style:normal;color:color-mix(in srgb,var(--default-color),transparent 30%);font-size:.95rem;display:block}
.blog-details .article-content .meta-bottom{margin-top:4rem;padding-top:2rem;border-top:1px solid color-mix(in srgb,var(--default-color),transparent 90%);display:grid;gap:2rem}
.blog-details .article-content .meta-bottom h4{color:var(--heading-color);font-size:1.1rem;margin-bottom:1rem}
.blog-details .article-content .meta-bottom .tags{display:flex;flex-wrap:wrap;gap:.5rem}
.blog-details .article-content .meta-bottom .tags .tag{background:color-mix(in srgb,var(--accent-color),transparent 90%);color:var(--accent-color);padding:.5rem 1rem;border-radius:30px;font-size:.9rem;text-decoration:none;transition:all .3s ease}
.blog-details .article-content .meta-bottom .tags .tag:hover{background:var(--accent-color);color:var(--contrast-color)}
.blog-details .article-content .meta-bottom .social-links{display:flex;gap:1rem}
.blog-details .article-content .meta-bottom .social-links a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:color-mix(in srgb,var(--accent-color),transparent 90%);color:var(--accent-color);transition:all .3s ease}
.blog-details .article-content .meta-bottom .social-links a:hover{background:var(--accent-color);color:var(--contrast-color);transform:translateY(-2px)}
.blog-details .article-content .meta-bottom .social-links a i{font-size:1.2rem}
.blog-comments{padding:20px 0}
.blog-comments .comments-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid color-mix(in srgb,var(--default-color),transparent 92%)}
.blog-comments .comments-header .title{color:var(--heading-color);font-size:32px;font-weight:700;font-family:var(--heading-font);margin:0}
.blog-comments .comments-header .comments-stats{background:color-mix(in srgb,var(--default-color),transparent 95%);padding:8px 20px;border-radius:30px;display:flex;align-items:center;gap:8px}
.blog-comments .comments-header .comments-stats .count{font-size:18px;font-weight:700}
.blog-comments .comments-header .comments-stats .label{font-size:14px;text-transform:uppercase;letter-spacing:.5px}
.blog-comments .comments-container{display:flex;flex-direction:column;gap:40px}
.blog-comments .comment-thread{position:relative}
.blog-comments .comment-thread:not(:last-child)::after{content:"";position:absolute;left:25px;top:80px;bottom:0;width:2px;background:linear-gradient(to bottom,color-mix(in srgb,var(--accent-color),transparent 40%),color-mix(in srgb,var(--accent-color),transparent 90%));z-index:0}
@media (min-width: 768px) {
.blog-comments .comment-thread:not(:last-child)::after{left:35px}
}
.blog-comments .comment-box{position:relative;transition:all .3s ease}
.blog-comments .comment-box.reply{margin-left:50px;margin-top:25px}
@media (min-width: 768px) {
.blog-comments .comment-box.reply{margin-left:70px}
}
.blog-comments .comment-wrapper{display:flex;gap:20px;position:relative}
.blog-comments .avatar-wrapper{position:relative;flex-shrink:0}
.blog-comments .avatar-wrapper img{width:50px;height:50px;border-radius:15px;object-fit:cover;border:3px solid var(--surface-color);box-shadow:0 3px 15px #0000000d;transition:transform .3s ease}
@media (min-width: 768px) {
.blog-comments .avatar-wrapper img{width:70px;height:70px}
}
.blog-comments .avatar-wrapper img:hover{transform:scale(1.05)}
.blog-comments .avatar-wrapper .status-indicator{position:absolute;bottom:-2px;right:-2px;width:12px;height:12px;border-radius:50%;background-color:#4CAF50;border:2px solid var(--surface-color);z-index:1}
.blog-comments .comment-content{flex:1;background-color:var(--surface-color);border-radius:20px;padding:25px;box-shadow:0 3px 15px #00000008;transition:all .3s ease}
.blog-comments .comment-content:hover{transform:translateY(-2px);box-shadow:0 5px 25px #0000000d}
.blog-comments .comment-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:15px}
.blog-comments .comment-header .user-info h4{color:var(--heading-color);font-size:18px;font-weight:600;margin:0 0 5px}
.blog-comments .comment-header .user-info .time-badge{display:flex;align-items:center;gap:5px;font-size:14px;color:color-mix(in srgb,var(--default-color),transparent 40%)}
.blog-comments .comment-header .user-info .time-badge i{font-size:13px}
.blog-comments .comment-header .engagement .likes{display:flex;align-items:center;gap:5px;padding:6px 12px;background-color:color-mix(in srgb,var(--accent-color),transparent 92%);border-radius:20px;color:var(--accent-color);font-size:14px;font-weight:500}
.blog-comments .comment-header .engagement .likes i{font-size:13px}
.blog-comments .comment-body p{color:var(--default-color);font-size:15px;line-height:1.6;margin-bottom:20px}
.blog-comments .comment-actions{display:flex;gap:15px}
.blog-comments .comment-actions .action-btn{background:none;border:none;padding:8px 15px;border-radius:20px;color:color-mix(in srgb,var(--default-color),transparent 40%);font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;cursor:pointer;transition:all .3s ease}
.blog-comments .comment-actions .action-btn i{font-size:15px;transition:all .3s ease}
.blog-comments .comment-actions .action-btn:hover{color:var(--accent-color);background-color:color-mix(in srgb,var(--accent-color),transparent 92%)}
.blog-comments .comment-actions .action-btn:hover.like-btn i{transform:scale(1.2);color:#ff4b6e}
.blog-comments .comment-actions .action-btn:hover.reply-btn i{transform:translateX(-3px)}
.blog-comments .comment-actions .action-btn:hover.share-btn i{transform:translateY(-2px)}
.blog-comments .comment-actions .action-btn.like-btn.active{color:#ff4b6e}
.blog-comments .replies-container{margin-top:25px;display:flex;flex-direction:column;gap:25px}
@media (max-width: 768px) {
.blog-comments .comments-header{margin-bottom:30px}
.blog-comments .comments-header .title{font-size:24px}
.blog-comments .comments-header .comments-stats{padding:6px 15px}
.blog-comments .comments-header .comments-stats .count{font-size:20px}
.blog-comments .comments-header .comments-stats .label{font-size:12px}
.blog-comments .comment-content{padding:20px}
.blog-comments .comment-header .user-info h4{font-size:16px}
.blog-comments .comment-header .user-info .time-badge{font-size:13px}
.blog-comments .comment-body p{font-size:14px}
.blog-comments .comment-actions .action-btn{padding:6px 12px;font-size:13px}
}
.blog-comment-form{max-width:900px;margin:30px auto 0;padding-top:10px}
.blog-comment-form form{padding:2rem;background-color:var(--surface-color);border-radius:12px;box-shadow:0 4px 16px #0000001a}
.blog-comment-form .form-header{text-align:center;margin-bottom:2rem}
.blog-comment-form .form-header h3{color:var(--heading-color);font-size:1.75rem;margin-bottom:.5rem}
.blog-comment-form .form-header p{color:color-mix(in srgb,var(--default-color),transparent 30%);font-size:.9375rem}
.blog-comment-form .input-group{margin-bottom:1rem;position:relative}
.blog-comment-form .input-group label{display:block;margin-bottom:.5rem;color:var(--heading-color);font-weight:500;font-size:.875rem}
.blog-comment-form .input-group input,.blog-comment-form .input-group textarea{width:100%;padding:.875rem 1rem;border:2px solid color-mix(in srgb,var(--default-color),transparent 85%);border-radius:8px;background-color:var(--surface-color);color:var(--default-color);font-size:.9375rem;transition:all .2s ease}
.blog-comment-form .input-group input::placeholder,.blog-comment-form .input-group textarea::placeholder{color:color-mix(in srgb,var(--default-color),transparent 60%)}
.blog-comment-form .input-group input:hover,.blog-comment-form .input-group textarea:hover{border-color:color-mix(in srgb,var(--default-color),transparent 70%)}
.blog-comment-form .input-group input:focus,.blog-comment-form .input-group textarea:focus{outline:none;border-color:var(--accent-color);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent-color),transparent 90%)}
.blog-comment-form .input-group input:invalid:not(:placeholder-shown),.blog-comment-form .input-group textarea:invalid:not(:placeholder-shown){border-color:#dc3545}
.blog-comment-form .input-group input:invalid:not(:placeholder-shown)+.error-text,.blog-comment-form .input-group textarea:invalid:not(:placeholder-shown)+.error-text{opacity:1;transform:translateY(0)}
.blog-comment-form .input-group textarea{min-height:120px;resize:vertical}
.blog-comment-form .input-group .error-text{position:absolute;bottom:-20px;left:0;color:#dc3545;font-size:.75rem;opacity:0;transform:translateY(-10px);transition:all .2s ease}
.blog-comment-form button[type=submit]{background:var(--accent-color);color:var(--contrast-color);padding:.875rem 2.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}
.blog-comment-form button[type=submit]:hover{background:color-mix(in srgb,var(--accent-color),transparent 15%);transform:translateY(-2px)}
.blog-comment-form button[type=submit]:active{transform:translateY(0)}
@media (max-width: 768px) {
.blog-comment-form{padding:1.5rem}
.blog-comment-form .form-header h3{font-size:1.5rem}
.blog-comment-form button[type=submit]{width:100%;padding:.875rem 1rem}
}
.error-404{padding:80px 0;margin:0 auto}
.error-404 .error-icon{font-size:5rem;color:color-mix(in srgb,var(--accent-color),transparent 15%)}
.error-404 .error-code{font-size:clamp(6rem,15vw,12rem);font-weight:800;color:color-mix(in srgb,var(--heading-color),transparent 10%);font-family:var(--heading-font);line-height:1}
.error-404 .error-title{font-size:2rem;color:var(--heading-color);font-weight:600}
.error-404 .error-text{font-size:1.1rem;color:color-mix(in srgb,var(--default-color),transparent 20%);max-width:600px;margin:0 auto}
.error-404 .search-box{max-width:500px;margin:0 auto}
.error-404 .search-box .input-group{border-radius:50px;overflow:hidden;box-shadow:0 5px 15px #0000000d}
.error-404 .search-box .form-control{border:1px solid color-mix(in srgb,var(--default-color),transparent 90%);padding:.75rem 1.5rem;font-size:1rem;color:var(--default-color);background-color:var(--surface-color);border-radius:50px}
.error-404 .search-box .form-control:focus{box-shadow:none;border-color:var(--accent-color)}
.error-404 .search-box .form-control::placeholder{color:color-mix(in srgb,var(--default-color),transparent 60%)}
.error-404 .search-box .search-btn{background-color:var(--accent-color);color:var(--contrast-color);border:none;padding:.75rem 1.5rem;transition:all .3s ease}
.error-404 .search-box .search-btn:hover{background-color:color-mix(in srgb,var(--accent-color),transparent 15%)}
.error-404 .error-action .btn-primary{padding:.75rem 2rem;font-size:1.1rem;background-color:var(--accent-color);border:none;color:var(--contrast-color);border-radius:50px;transition:all .3s ease}
.error-404 .error-action .btn-primary:hover{background-color:color-mix(in srgb,var(--accent-color),transparent 15%);transform:translateY(-2px)}
@media (max-width: 768px) {
.error-404{padding:60px 0}
.error-404 .error-code{font-size:clamp(4rem,12vw,8rem)}
.error-404 .error-title{font-size:1.5rem}
.error-404 .error-text{font-size:1rem;padding:0 20px}
.error-404 .search-box{margin:0 20px}
}
.widgets-container{margin:60px 0 30px}
.widget-title{color:var(--heading-color);font-size:20px;font-weight:600;padding:0 0 0 10px;margin:0 0 20px;border-left:4px solid var(--accent-color)}
.widget-item{margin-bottom:30px;background-color:color-mix(in srgb,var(--default-color),transparent 98%);border:1px solid color-mix(in srgb,var(--default-color),transparent 90%);padding:30px;border-radius:5px}
.widget-item:last-child{margin-bottom:0}
.search-widget form{background:var(--background-color);border:1px solid color-mix(in srgb,var(--default-color),transparent 75%);padding:3px 10px;position:relative;border-radius:50px;transition:.3s}
.search-widget form input[type=text]{border:0;padding:4px 10px;border-radius:4px;width:calc(100% - 40px);background-color:var(--background-color);color:var(--default-color)}
.search-widget form input[type=text]:focus{outline:none}
.search-widget form button{background:none;color:var(--default-color);position:absolute;top:0;right:0;bottom:0;border:0;font-size:16px;padding:0 16px;transition:.3s;line-height:0}
.search-widget form button i{line-height:0}
.search-widget form button:hover{color:var(--accent-color)}
.search-widget form:is(:focus-within){border-color:var(--accent-color)}
.recent-posts-widget .post-item{display:flex;margin-bottom:15px}
.recent-posts-widget .post-item:last-child{margin-bottom:0}
.recent-posts-widget .post-item img{width:80px;margin-right:15px}
.recent-posts-widget .post-item h4{font-size:15px;font-weight:700;margin-bottom:5px}
.recent-posts-widget .post-item h4 a{color:var(--default-color);transition:.3s}
.recent-posts-widget .post-item h4 a:hover{color:var(--accent-color)}
.recent-posts-widget .post-item time{display:block;font-style:italic;font-size:14px;color:color-mix(in srgb,var(--default-color),transparent 50%)}
.categories-widget ul{list-style:none;padding:0;margin:0}
.categories-widget ul li{padding-bottom:10px}
.categories-widget ul li:last-child{padding-bottom:0}
.categories-widget ul a{color:color-mix(in srgb,var(--default-color),transparent 20%);transition:.3s}
.categories-widget ul a:hover{color:var(--accent-color)}
.categories-widget ul a span{padding-left:5px;color:color-mix(in srgb,var(--default-color),transparent 50%);font-size:14px}
.tags-widget ul{list-style:none;padding:0;margin:0}
.tags-widget ul li{display:inline-block}
.tags-widget ul a{background-color:color-mix(in srgb,var(--default-color),transparent 94%);color:color-mix(in srgb,var(--default-color),transparent 30%);border-radius:50px;font-size:14px;padding:5px 15px;margin:0 6px 8px 0;display:inline-block;transition:.3s}
.tags-widget ul a:hover{background:var(--accent-color);color:var(--contrast-color)}
.tags-widget ul a span{padding-left:5px;color:color-mix(in srgb,var(--default-color),transparent 60%);font-size:14px}
.primary-table .in-btn {border: 1px solid var(--sec-btn-border);color: var(--sec-btn-color);transition: var(--transition);}
.primary-table .in-btn:hover {border: 1px solid var(--sec-btn-bg-hover);background: var(--sec-btn-bg-hover);}
.primary-table .table-row { border: 1px solid var(--section-border-color); border-radius: 8px; background: var(--transparent);}
.primary-table .table-row:first-child { background: var(--white); border-width: 2px; }
.primary-table .brand-logo { border-radius: 4px 0 0 4px; }
.primary-table .brand-rating { border-right: 1px solid #C4C4C4; }
.primary-table .label {color: var(--txt-color); }
.primary-table .brand-cta { gap: 8px; }
.primary-table .rating-value {font-size: 22px; }
@media screen and (min-width: 768px) {
  .primary-table .table-row { height: auto; }
  .primary-table .border-logo, .primary-table .brand-bonus {border-right: 1px solid #C4C4C4;}
  .primary-table [class*='bg-']{border-radius: 6px 0 0 6px;} 
}
@media screen and (max-width:767px) {
	.primary-table { width: 350px; max-width: 100%;}
	.primary-table .brand-logo { border-radius: 4px 4px 0 0; display: block; height: 65px;}
	.primary-table .brand-rating, .primary-table .brand-bonus { border-right: none; border-bottom: 1px solid #C4C4C4; padding: 12px 0;}
	.primary-table .brand-cta { gap: 12px; }
	.primary-table :is(.brand-rating, .brand-bonus, .brand-cta) {max-width: 300px;}
	.primary-table .border-logo {border-bottom: 1px solid #C4C4C4;}
  .primary-table [class*='bg-']{border-radius: 6px 6px 0 0 ;} 
}
.terms, .date{font-size: 12px;}
.cta-btn{font-weight:500;font-size:16px;letter-spacing:1px;display:inline-block;padding:12px 40px;border-radius:50px;transition:.5s;margin:10px;color:var(--contrast-color);background: var(--btn-bg);transition: var(--transition);}
.cta-btn:hover{background:var(--btn-bg-hover);color:var(--contrast-color);}
.brand-bonus { font-weight: 600; line-height: 1.2; min-height: 90px; }
.bonus-amount { font-size: 36px; color: var(--bonus-c); }
.other-detail { font-size: 25px; color: var(--bonus-c); }
.bonus-before { color: var(--bonus-c); font-size: 18px; }
.bonus-after { font-size: 18px; }
.table-responsive-md table, .table-responsive-lg table, .table-responsive-xl table, .table-responsive-xxl table {
  width: 768px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .table-responsive-sm table, .table-responsive-md table, .table-responsive-lg table, .table-responsive-xl table, .table-responsive-xxl table {
      width: 992px;
      max-width: 100%;
  }
}

.brand-intro .go-btn {
    width: 250px;
    max-width: 100%;
    text-align: center;
}
.pro-cons .list-box .heading {
    background: var(--heading-color);
    font-weight: bold;
    color: var(--background-color);
    border-radius: 8px;
}


.author-info .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    column-gap: 5px;
}

@media (max-width: 768px) {
    .author-info .social {
        justify-content:center
    }
}

.author-info .social span {
    background: color-mix(in srgb,var(--default-color),transparent 94%);
    transition: ease-in-out .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 36px;
    height: 36px
}

.author-info .social span i {
    color: color-mix(in srgb,var(--default-color),transparent 20%);
    font-size: 16px;
    margin: 0 2px
}

.author-info .social span:hover {
    background: var(--accent-color)
}

.author-info .social span:hover i {
    color: var(--contrast-color)
}

.author-info .social span+a {
    margin-left: 8px
}


#topics {
    background-color: transparent;
}

.topic-scroll {
    overflow: auto;
    white-space: nowrap;
    width: 1116px;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    -webkit-mask-image: none;
    mask-image: none;
}

.topic-scroll::-webkit-scrollbar {
  height: 6px;
  background-color: none;
}
.topic-scroll:hover::-webkit-scrollbar {
  background-color: #EEE;
}

.topic-scroll::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius:5px;
}
.topic-scroll:hover::-webkit-scrollbar-thumb {
  background-color: #AAA;
  border-radius:5px;
}

.topic-scroll.fade-right {
  -webkit-mask-image: linear-gradient(to right, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, black 90%, transparent 100%);
}

.topic-scroll.fade-left {
  -webkit-mask-image: linear-gradient(to left, black 90%, transparent 100%);
  mask-image: linear-gradient(to left, black 90%, transparent 100%);
}

.topic-scroll.fade-left.fade-right {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}

#topics a:hover {
    color: var(--nav-hover-color);
}

@media (max-width: 1199px) {
    #topics ul a, #topics ul li {
        display: block;
    }

    #topics ul {
        inset: 60px 20px 20px 20px;
        padding: 10px;
        margin: 0;
        border-radius: 6px;
        background-color: var(--nav-mobile-background-color);
        overflow-y: auto;
        transition: .3s;
        z-index: 9998;
        box-shadow: 0 0 30px #0000001a;
        width: 100%;
    }

    .collapse:not(.show) {
        display: none!important;
    }
}

@media (min-width: 1200px) {
    #topics ul a {
        color: var(--background-dark-color);
        padding: 10px;
        font-size: 14px;
        font-family: var(--nav-font);
        font-weight: 400;
        white-space: nowrap;
        transition: .3s;
    }
    #topics {
        background: var(--nav-dropdown-background-color);
    }
}


.team .team-member {
    background-color: var(--surface-color);
    box-shadow: 0 2px 15px #0000001a;
    position: relative;
    border-radius: 5px;
    transition: .5s;
    padding: 30px;
    height: 100%
}

@media (max-width: 468px) {
    .team .team-member {
        flex-direction:column;
        justify-content: center!important;
        align-items: center!important
    }
}

.team .team-member .pic {
    overflow: hidden;
    flex-shrink: 0
}

.team .team-member .pic img {
    transition: ease-in-out .3s
}

.team .team-member:hover {
    transform: translateY(-10px)
}

.team .team-member .member-info {
    padding-left: 30px
}

@media (max-width: 468px) {
    .team .team-member .member-info {
        padding:30px 0 0;
        text-align: center
    }
}

.team .team-member h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 20px
}

.team .team-member span {
    display: block;
    font-size: 15px;
    position: relative;
    font-weight: 600;
}

@media (max-width: 468px) {
    .team .team-member span::after {
        left:calc(50% - 25px)
    }
}

.team .team-member p {
    margin: 10px 0 0;
    font-size: 14px;
    text-align: left;
}

.team .team-member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    gap: 10px;
}

@media (max-width: 468px) {
    .team .team-member .social {
        justify-content:center
    }
}

.team .team-member .social span {
    background: color-mix(in srgb,var(--default-color),transparent 94%);
    transition: ease-in-out .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 36px;
    height: 36px
}

.team .team-member .social span i {
    color: color-mix(in srgb,var(--default-color),transparent 20%);
    font-size: 16px;
    margin: 0 2px
}

.team .team-member .social span:hover {
    background: var(--accent-color)
}

.team .team-member .social span:hover i {
    color: var(--contrast-color)
}

.team .team-member .social span+a {
    margin-left: 8px
}

.footer-menu .list-inline-item:not(:last-child)::after {
  content: " •";
  padding: 0 5px;
}

/*table of contents*/
#toc_container {
    --tocExtColorPrimary: #1B998B;
    --tocExtMainPadding: 6px;
    --tocExtMainToggleBg: transparent;
    --tocExtMainToggleColor: #2A4759;
    --tocExtMainToggleSize: 31px;
    --tocExtMainToggleIconSize: 31px;
    --tocExtContainerBorderColor: #e0e0e0;
    --tocExtContainerBorderRadius: 4px;
    --tocExtContainerBorderWidth: 1px;
    --tocExtProgressLineColor: #2A4759;
    --tocExtTitleFontSize: 14px;
    --tocExtItemFontSize: 12px;
    --tocExtItemNestedFontSize: 12px;
    --tocExtItemNestedToggleBorderColor: #2A4759;
    --tocExtItemToggleBg: #fff;
    --tocExtItemToggleBorderWidth: 1px;
    --tocExtItemToggleBorderRadius: 0;
    --tocExtItemToggleColor: #2A4759;
    --tocExtItemToggleSize: 40px;
    --tocExtItemTogglePos: stretch;
}

#toc_container *,#floating-toc * {
    box-sizing: border-box
}

#toc_container ul,#toc_container li,#floating-toc ul,#floating-toc li {
    position: relative;
    margin: 0!important;
    list-style: none
}

#toc_container ul a,#toc_container li a,#floating-toc ul a,#floating-toc li a {
    margin: 0!important;
    align-items: center;
    display: flex;
    align-self: stretch;
    gap: 8px;
    flex-grow: 1
}

#toc_container ul a:hover,#toc_container li a:hover,#floating-toc ul a:hover,#floating-toc li a:hover {
    text-decoration: none;
    color: var(--tocExtColorPrimary,#006CB0)
}

#toc_container .toc_list,#floating-toc .toc_list {
    display: block;
    padding-left: 10px
}

#toc_container.opened .toc_list,#floating-toc.opened .toc_list {
    display: block!important;
}

#toc_container.opened .toc_toggle_icon,#floating-toc.opened .toc_toggle_icon {
    transform: rotate(180deg);
}

#toc_container {
    position: relative;
    margin-bottom: 20px;
    padding: var(--tocExtMainPadding,0) 0 var(--tocExtMainPadding,0) var(--tocExtMainPadding,0);
    border: 0 solid var(--tocExtContainerBorderColor,#E0E0E0);
    border-width: var(--tocExtContainerBorderWidth,0);
    border-radius: var(--tocExtContainerBorderRadius,4px);
    clear: both;
    transition: max-height .25s ease-in;
    background: var(--tocExtMainBg,#fff)
}

#toc_container:has(.is-initially-hidden) .toc_list {
    display: none;
}

#toc_container:has(.is-initially-hidden) .toc_title {
    margin-bottom: 0!important;
}

#toc_container:has(.toc-ext__more) .toc_title {
    cursor: auto
}

#toc_container:has(.toc-ext__more) .toc_toggle_icon {
    display: none;
}

.toc_title,.floating-toc-title a {
    font-size: var(--tocExtTitleFontSize,16px)!important;
    font-weight: 700;
    cursor: pointer
}

.toc_title {
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px!important;
    padding: 4px
}

.toc_list {
    position: relative;
    background: var(--tocExtMainBg,#fff)
}

.toc_list::before {
    position: absolute;
    top: 14px;
    left: 10px;
    display: block;
    width: 8px;
    height: calc(100% - 34px);
    content: "";
    opacity: .4;
    border-left: 1px dashed var(--dark-bg,#006CB0);
    z-index: 1
}

.toc_list li {
    display: flex;
    flex-direction: column;
    margin-bottom: 0
}

.toc_list li::before {
    content: "";
    width: 1px;
    height: 1000%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #0000
}

.toc_list li::after {
    position: absolute;
    z-index: 1;
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border-radius: 2px;
    border: 1px solid var(--dark-bg,#E0E0E0);
    background: #fff
}

.toc_list li a {
    min-height: 40px;
    margin-bottom: 0;
    color: inherit;
    line-height: 24px
}

@media(max-width: 991px) {
    .toc_list li a {
        padding-top:6px;
        padding-bottom: 6px
    }
}

.toc_list li.has-children.opened {
    background: #f7f7f7!important
}

.toc_list li.has-children.opened::before {
    bottom: calc(100% - 40px)
}

.toc_list li.has-children.opened>ul {
    display: block
}

.toc_list li.has-children.opened>.toc_link_wrap>.toc_toggle_item {
    border-bottom: var(--tocExtItemToggleBorderWidth,0) solid var(--tocExtContainerBorderColor,#E0E0E0)
}

.toc_list li.has-children.opened>.toc_link_wrap>.toc_toggle_item .toc_toggle_item_icon::after {
    transform: rotate(180deg)
}

.toc_list li.has-children.opened .toc_link_wrap,.toc_list li.has-children.opened a {
    border-bottom: 0!important
}

.toc_list li.has-children a {
    border-bottom: 0!important
}

.toc_list li:not(.has-children)>a {
    border-bottom: 1px solid var(--tocExtContainerBorderColor,#E0E0E0)!important
}

.toc_list li:has(~.read)::before,.toc_list li:has(~.read) li::before,.toc_list li.read::before {
    background-color: var(--tocExtColorPrimary,#006CB0)
}

.toc_list li:has(~.read)::after,.toc_list li:has(~.read) li::after,.toc_list li.read::after {
    background-color: var(--tocExtColorPrimary,#006CB0);
    border-color: var(--tocExtColorPrimary,#006CB0)
}

.toc_list>li {
    position: relative;
    padding-left: 24px
}

.toc_list>li::after {
    top: 14px;
    left: -6px
}

.toc_list>li:last-of-type>a,.toc_list>li:last-of-type>.toc_link_wrap {
    border-bottom: 0!important
}

.toc_list>li.has-children.opened {
    border-bottom: var(--tocExtItemToggleBorderWidth,0) solid var(--tocExtContainerBorderColor,#E0E0E0)
}

.toc_list>li a {
    font-size: var(--tocExtItemFontSize,16px)!important
}

.toc_list ul {
    display: none
}

.toc_list ul li {
    padding-left: 22px!important
}

.toc_list ul li::before {
    left: -24px
}

.toc_list ul li::after {
    top: 12px;
    left: 0;
    border-color: var(--tocExtItemNestedToggleBorderColor,#E0E0E0)
}

.toc_list ul li a {
    font-size: var(--tocExtItemNestedFontSize,14px)!important
}

.toc_list ul li ul li::before {
    left: -46px
}

.toc_list .toc-ext__more {
    position: relative;
    z-index: 1;
    display: block;
    padding: 14px 0;
    font-size: 14px;
    background: inherit;
    color: inherit;
    text-decoration: underline;
    cursor: pointer
}

.toc_list .toc-ext__more::after {
    content: attr(data-more)
}

.toc_list .toc-ext__more~li {
    display: none
}

.toc_list .toc-ext__more input {
    display: none
}

.toc_list:has(.toc-ext__more input:checked) {
    padding-bottom: 50px
}

.toc_list:has(.toc-ext__more input:checked) .toc-ext__more {
    position: absolute;
    bottom: 0
}

.toc_list:has(.toc-ext__more input:checked) .toc-ext__more::after {
    content: attr(data-less)
}

.toc_list:has(.toc-ext__more input:checked) .toc-ext__more~li {
    display: flex
}

.toc_toggle_icon {
    background-color: var(--tocExtMainToggleBg,#006CB0);
    border-radius: 50%
}

.toc_toggle_icon::after {
    content: "";
    display: block;
    width: var(--tocExtMainToggleIconSize,24px);
    height: var(--tocExtMainToggleIconSize,24px);
    background-color: var(--tocExtMainToggleColor,#fff);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTYgMTAuNDUgNiA2IDYtNiIvPjwvc3ZnPg==);
    mask-size: cover;
    mask-position: center;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTYgMTAuNDUgNiA2IDYtNiIvPjwvc3ZnPg==);
    -webkit-mask-size: cover;
    -webkit-mask-position: center
}

.toc_link_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--tocExtContainerBorderColor,#E0E0E0)!important
}

.toc_toggle_item {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: var(--tocExtItemTogglePos,center);
    flex-shrink: 0;
    width: var(--tocExtItemToggleSize,24px);
    height: var(--tocExtItemToggleSize,24px);
    border-left: var(--tocExtItemToggleBorderWidth,0) solid var(--tocExtContainerBorderColor,#E0E0E0);
    cursor: pointer
}

.toc_toggle_item .toc_toggle_item_icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: var(--tocExtItemToggleBg,#ccc);
    border-radius: var(--tocExtItemToggleBorderRadius,50%)
}

.toc_toggle_item .toc_toggle_item_icon::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--tocExtItemToggleColor,#fff);
    mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTYgMTAuNDUgNiA2IDYtNiIvPjwvc3ZnPg==);
    mask-size: cover;
    mask-position: center;
    -webkit-mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTYgMTAuNDUgNiA2IDYtNiIvPjwvc3ZnPg==);
    -webkit-mask-size: cover;
    -webkit-mask-position: center
}


.top {
    display: none;
    border-radius: 50%;
    background: var( --background-dark-color);
    width: 40px;
    height: 40px;
    transition: var(--transition)
}

.top:hover {
    cursor: pointer;
    opacity: 1
}

.top svg {
    width: 25px;
    height: 25px;
    display: block;
    margin: 8px auto 0;
    filter: invert(1)
}

.top.fixed {
    position: fixed;
    display: inline-block;
    right: 10px;
    bottom: 10px;
    z-index: 60
}

.darker-bg {
    background-color: var(--background-dark-color);
    color: var(--contrast-color);
}
footer a {
    color: var(--contrast-color);
}
.footer-menu .list-inline-item:not(:last-child)::after {
    content: " •";
    padding: 0 5px;
    color: var(--contrast-color);
}

.author-box {
    border-radius: 15px;
}

.author-box span {
    font-weight: 600;
    color: var(--accent-color);
}

.author-box img {
    border: 6px solid var(--accent-color);
    border-radius: 30px;
    max-width: 200px;
    height: auto;
}

.rating-star {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: center / contain no-repeat var(--icon-rating-star);
    position: relative;
    top: 1px;
}

.bg-duckyluck {
    background-color: #ffffff;
}

.oplogo-duckyluck {
    background-image: var(--logo-duckyluck);
}


.bg-red-dog {
    background-color: #190A1F;
}

.oplogo-red-dog {
    background-image: url("/images/brands/casino/red-dog.webp");
}


.bg-slots-and-casino {
    background-color: #000000;
}

.oplogo-slots-and-casino {
    background-image: var(--logo-slots-and-casino);
}


.bg-ignition {
    background-color: #000000;
}

.oplogo-ignition {
    background-image: var(--logo-ignition);
}


.bg-super-slots {
    background-color: #38004e;
}

.oplogo-super-slots {
    background-image: url("/images/brands/casino/super-slots.svg");
}


.bg-bovada {
    background-color: #000000;
}

.oplogo-bovada {
    background-image: var(--logo-bovada);
}


.bg-slotocash {
    background-color: #014e69;
}

.oplogo-slotocash {
    background-image: url("/images/brands/casino/slotocash.webp");
}


.bg-sun-palace {
    background-color: #030f40;
}

.oplogo-sun-palace {
    background-image: url("/images/brands/casino/sun-palace.webp");
}


.bg-slots-ninja {
    background-color: #0e212a;
}

.oplogo-slots-ninja {
    background-image: url("/images/brands/casino/slots-ninja.svg");
}


.bg-cherry-jackpot {
    background-color: #202133;
}

.oplogo-cherry-jackpot {
    background-image: url("/images/brands/casino/cherry-jackpot.svg");
}


.bg-las-vegas-usa {
    background-color: #02287e;
}

.oplogo-las-vegas-usa {
    background-image: url("/images/brands/casino/las-vegas-usa.webp");
}


.bg-roaring21 {
    background-color: #272727;
}

.oplogo-roaring21 {
    background-image: url("/images/brands/casino/roaring21.svg");
}


.bg-slots-lv {
    background-color: #ce0058;
}

.oplogo-slots-lv {
    background-image: var(--logo-slots-lv);
}


.bg-cafe-casino {
    background-color: #ffffff;
}

.oplogo-cafe-casino {
    background-image: url("/images/brands/casino/cafe-casino.svg");
}


.bg-high-country-casino {
    background-color: #330552;
}

.oplogo-high-country-casino {
    background-image: url("/images/brands/casino/high-country-casino.webp");
}


.bg-casinomax {
    background-color: #09364c;
}

.oplogo-casinomax {
    background-image: var(--logo-casinomax);
}

.bg-lucky-rebel {
    background-color: #1d1e25;
}

.oplogo-lucky-rebel {
    background-image: var(--logo-lucky-rebel);
}

.bg-wild-casino {
    background-color: #051100;
}

.oplogo-wild-casino {
    background-image: var(--logo-wild-casino);
}

.bg-betonline {
    background-color: #2d2d2d;
}

.oplogo-betonline {
    background-image: var(--logo-betonline);
}

:root {
--logo-duckyluck: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='_Слой_1' data-name='Слой 1' version='1.1' viewBox='0 0 403.1 142.1'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23febb01;stroke-width:0%7D%3C/style%3E%3C/defs%3E%3Cpath d='M342.3 122.4c-5.6 0-10 4.4-10 9.9s4.4 9.8 10.1 9.8 10.1-4.3 10.1-9.8c0-5.6-4.4-9.9-10.2-9.9Zm0 15.4c-3.1 0-5.5-2.5-5.5-5.6s2.6-5.5 5.6-5.5c3.1 0 5.6 2.5 5.6 5.6s-2.5 5.5-5.7 5.5Zm-22.6-11.7v3.1c0 1.1.1 2.1-.1 3.3-.3-.3-.6-.5-.8-.7l-9-8.7c-.4-.4-.8-.6-1.4-.4v19h4.4V132c.3.2.5.4.7.4 1.3 1.3 2.7 2.6 4 3.9 1.7 1.7 3.5 3.4 5.2 5.1.4.4.8.7 1.4.4v-19h-4.4v3.3Zm-63.2-2.5c-2.7 5.7-5.3 11.5-8 17.2-.1.2-.2.5-.4.9h4.7c.4-.8.7-1.5 1.1-2.3h7.3c.4.8.7 1.5 1.1 2.3h4.8c-3-6.5-5.9-12.8-8.8-18.9q-1.3-.3-1.8.8Zm-1 12.1c.7-1.5 1.3-2.9 2-4.4h.2c.684 1.467 1.275 2.933 1.956 4.4H255.5Zm-17.6-7.9c.4.2.8.5 1.2.8.9-1.2 1.7-2.2 2.5-3.3-4.1-4-10.6-3.8-14.4.5-3.7 4.1-3.2 10.5 1.1 14 4.2 3.4 10.3 2.8 13.2-.7-.8-1-1.6-2.1-2.4-3.2-.8.5-1.5 1.1-2.3 1.5-2.2 1.1-4.9.3-6.5-1.7-1.5-2-1.5-4.7.1-6.7 1.9-2.4 4.9-2.8 7.5-1.2Zm47 4.3c-.7-.5-1.4-.9-2.1-1.3-.9-.5-1.8-.8-2.7-1.2-.4-.1-.8-.3-1.2-.6-.6-.5-.6-1.1-.1-1.7.4-.4.9-.6 1.5-.6 1.3-.1 2.3.4 3.1 1.4 1-.8 1.8-1.5 2.8-2.3-.4-1.1-1.1-1.9-2-2.5-2.7-1.3-5.4-1.2-7.9.5-1.8 1.2-2.5 3-2.1 5.2.2 1.3 1 2.3 2.1 3 1 .7 2.1 1.1 3.1 1.7.9.5 1.7.9 2.5 1.5 1 .8.8 1.9-.5 2.3-1.6.6-3.2.3-4.5-.9-.2-.2-.4-.4-.6-.7-1 .9-2 1.7-3 2.5.5 1.1 1.2 1.9 2.2 2.4 2.8 1.5 5.7 1.6 8.6.2 3.6-1.8 3.8-6.6.8-8.9Zm10.2 9.6h4.2v-18.8h-4.2c-.2.9-.2 17.9 0 18.8Z' class='cls-1'/%3E%3Cpath d='M224.6 10.8c-4.5-4.5-10.3-5.6-16.3-5-11 1.1-22 2.7-33 4-1 .1-1.5.6-1.5 1.6-.1 4.1-.3 8.3-.4 12.4-.1 4-.3 8.1-.4 12.1-.2 7.5-.4 15-.7 22.5-.1 1.3.5 1.7 1.7 1.7h11.8c7.1.2 14.2-.1 21.2-2 7.9-2.3 14.5-6.6 18.6-14.1 3.5-6.5 4.4-13.5 4-20.8-.3-4.7-1.6-9-5-12.4Zm-24.7 34.8c-1.9.5-3.8.6-4.9.7-4.7.2-5 1-4.6-3.8.4-5.6.7-11.1 1-16.7.1-2.2 1.4-3.6 3.3-4.1 3.4-1 7.1-1.2 10.6-.3 4.5 1.2 6.4 4.1 6.4 9.2 0 6.7-5.4 13.6-11.8 15Zm129.2 6c3.7.2 7.4.6 11.1.9 1.9.1 2.4-.2 2.5-2.1.1-2.6.2-5.2.4-7.8.1-.7.6-1.5.9-2.2.6.4 1.4.7 1.9 1.3 5.5 6.9 12.2 11.3 21.4 11.5 2.8-.5 5.6-.9 8.3-1.3 1.2-.2 1.3-.9.6-1.8-.3-.4-.7-.7-1-1-6.5-5.8-12.9-11.6-19.4-17.4-1.8-1.6-3-2.2.2-4.4.4-.3.7-.7 1.1-1.1 2.3-2.1 4.7-4.3 7-6.5 4.3-4.1 8.7-8.1 13.1-12.2.3-.2.5-.9.4-1.1-.2-.3-.7-.6-1.1-.5-6.3.9-12.7 2-18.6 4.7-4.6 2.2-8.6 5.1-11.7 9.2-.2.3-1 .6-1.4.5-.4-.2-.7-.8-.9-1.3-.1-.5 0-.9 0-1.4.2-5.2.4-10.3.6-15.5.1-2.2-.3-2.4-2.4-1.9-3.6.9-7.2 1.7-10.8 2.5-2.7.6-3.5 1.5-3.6 4.3-.1 2-.2 4-.2 6-.2 12.1-.3 24.3-.5 36.4 0 1.6.6 2.1 2.1 2.2Zm-90.2-1.2c3.3 2 6.9 2.3 10.6 2.3 6.8 0 13.5-.3 20.2-.4 4.5-.1 5.7-1.8 6.1-5.6.7-7.5 1.4-14.9 2.1-22.4.5-5.8.9-11.5 1.4-17.3.1-1.1-.2-1.7-1.4-1.4-4.1.8-8.1 1.6-12.2 2.5-2.3.6-3.4 2.1-3.6 4.5-.5 8.1-1.1 16.2-1.7 24.3-.1 1.9-.6 3.8-2.8 4.4-2.4.7-4.8.6-7-.6-1.5-.8-2.2-2.2-2.3-3.9 0-1.4 0-2.9.1-4.4.5-5.9 1.1-11.9 1.6-17.8.3-2.6 0-2.8-2.5-2.5-3.6.5-7.1 1-10.7 1.4-2.5.3-3.6 1.5-3.6 4.1v14.7c-.1 0-.2 0-.6-.2 0 2.2-.1 4.3 0 6.5.2 4.9 1.9 9.1 6.3 11.8Zm120.4 31.7c.7-.5 1.5-1.2 2.2-1.8 6.4-5.7 12.7-11.3 19.1-17 .3-.4.5-.9.7-1.4-.6-.2-1.1-.7-1.6-.7-1.5 0-2.9.1-4.3.2-5.2.2-10.2 1.3-14.6 4.2l-9.9 6.6c-.4.3-1 .3-1.5.5-.2-.5-.5-1-.5-1.5 0-3 .2-5.9.2-8.9 0-1.9-.3-2.2-2.2-1.9-1.7.3-3.3.6-5 1-5.6 1.5-7 3-7.6 8.8-.1.2-.1.5-.1.7-.4 7.4-.9 14.7-1.3 22-.2 3.3-.3 6.7-.2 10 .1 2.7 1.3 3.9 4 4s5.4-.1 8-.4c.5-.1 1.2-1 1.3-1.6.6-2.9 1-5.9 1.5-8.9.1-.7.5-1.3.8-1.9.5.5 1.1.9 1.4 1.5 1.5 3 3.3 5.8 5.9 8 3.9 3.3 8.5 4.6 13.6 5 3.3-.4 6.7-.7 10.2-.9.5-.1 1.3-.5 1.4-.9 0-.4-.4-1.1-.8-1.5-3.6-3.5-7.1-7-10.7-10.4-3.4-3.2-6.7-6.5-10.1-9.7-1.2-1.1-1.2-2.1.1-3.1Zm-81.4-20.4c-4 .8-8 1.6-12 2.5-2.4.5-3.4 1.9-3.6 4.3-.5 8.1-1.1 16.2-1.7 24.3-.3 3.4-2 5-5.3 5-4.8 0-6.9-2-6.9-6.8 0-.8 0-1.6.1-2.4.5-6.4 1-12.8 1.6-19.2.1-1.4-.5-1.8-1.7-1.6-3.8.6-7.5 1.1-11.3 1.6-3.1.5-3.9 1.4-3.9 4.5v14h-.3c0 2.3-.1 4.5 0 6.7.4 8.9 5 13.4 12.7 13.9 8.5.5 17.1-.1 25.6-.3 3-.1 4.3-1.6 4.6-4.6 1.3-13.5 2.4-26.9 3.7-40.4.1-1.3-.3-1.8-1.6-1.5Zm46.4-.5c-6.4-1.9-12.9-2-19.3.3-6.1 2.2-11 5.9-15.2 10.8-4.4 5.1-6.8 10.9-6.9 17.8.2 4.1.8 8.2 3.1 11.8 4 6 10 8.3 16.8 8.6 5.8.2 11.4-1.1 16.7-3.2 2.9-1.2 5.4-3.2 6.1-6.4.6-2.4.5-5 .5-7.5 0-2-.6-2.2-2.5-1.6-3 1-5.9 2.1-8.9 3-3.5 1.1-7.1 1.8-10.6.1-1.4-.8-3.1-1.8-3.8-3.2-2.9-5.4 0-12.9 5.6-15.4 4.4-2 8.9-1.4 13.4-.2 2.2.6 4.4 1.5 6.6 2.2 1.9.7 2.3.5 2.6-1.4.4-2.1.8-4.3 1.1-6.4.6-4.7-1.3-8.2-5.3-9.3Zm-22.6-8.5c6.5.5 12.3-1.9 17.9-4.8 2.1-1.1 3.2-2.7 3.1-5.2-.1-2.2 0-4.3-.1-6.5 0-.5.1-1.4-.2-1.5-.5-.2-1.2-.1-1.7.1-4.2 1.7-8.3 3.5-12.5 5.1-3.1 1.1-6.6.3-8.1-1.6-3.5-4.4-3-11.9.8-16.1 2.9-3.2 6.4-3.8 10.3-3.1 3.3.6 6.5 1.6 9.8 2.4 1.7.4 2.1.2 2.1-1.5v-4.6c.1-1 0-2 .2-3 .2-3.2-.7-4.8-3.9-5.4-3.6-.7-7.2-1.4-10.8-1.4-12.7-.2-22.2 6.9-25.7 19.1-1.5 5.1-2.2 10.3-.1 15.4 3.5 8.3 10.3 11.9 18.9 12.6Zm87.5-47.5c-.1 3.4-.3 6.6-.2 9.9-.4 4.8-.7 9.6-1.1 14.4-.1.6-.6 1.1-.9 1.7-.6-.3-1.3-.5-1.8-1-3.2-3.3-6.4-6.7-9.6-10-.8-.9-1.3-.8-2.2 0-2.5 2.5-5.1 4.9-7.7 7.3q-1.7 1.6-.1 3.2l.6.6c5.8 5.5 11.6 10.9 17.4 16.4 2.1 2 2.9 4.5 2.6 7.4l-.9 10.5c-.1 1.6.4 2 1.9 1.7 2.9-.5 5.8-1.1 8.7-1.6 2.3-.4 3.1-1.3 3.3-3.6.4-6.5.8-13.1 1.3-19.7.7-10.4 1.4-20.7 2.1-31.1.1-2.7.3-5.4.5-8.3-4.7.7-9.2 1.5-13.9 2.2ZM227 99.5h-5.6c-2 0-4 0-6.2.1-1.2 0-1.8-.6-1.7-1.9.5-4.8.9-9.5 1.3-14.3.5-5.5 1.1-11 1.6-16.5.2-1.9-.2-2.5-1.7-2.4-5.3.3-10.7.7-16 1-1 .1-1.4.4-1.5 1.4-.1 2.2-.4 4.4-.5 6.6-.5 11-1 21.9-1.5 32.9-.1 2.4.6 3.3 3 3.6 6.3.9 12.6 1.7 18.9 2.6 2.6.4 5.2.7 7.8 1 .9.1 1.7 0 1.9-1.2.5-3.7 1.1-7.4 1.7-11.1.2-1.3-.2-1.8-1.5-1.8Z' style='fill:%234a1452;stroke-width:0'/%3E%3Cpath d='M30.8 75.2c-7.8-9.5-9.7-20.7-9.1-32.5 0-.6-.1-.9-.5-1.3-2.3-1.8-4.6-3.6-7.2-5.1-2.8-1.6-5.6-3-8.9-3-.9-.1-1.7-.1-2.5.2-2.9.8-3.1 1.3-2.2 4.1C1.7 41.8 2.7 46 3 50.3c.2 4 .6 8 1.5 12 2.2 9.8 6.5 18.5 13 26.2.5.6.8.5 1.3 0l12-12c.4-.4.5-.7 0-1.3ZM102.5 94c-4-4-8-8.1-12-12.1-.5-.5-.7-.5-1.2-.1-6.2 4.9-13.2 7.9-21 8.8-.9.1-1.1.5-1.1 1.3v8.2c0 2.7.1 5.4 0 8-.1 1.3.5 1.5 1.5 1.3 1.7-.3 3.4-.4 5-.7 10.8-1.9 20.4-6.4 28.7-13.5.5-.4.7-.7.1-1.2Zm-43 6.1v-8.3c0-.9-.3-1.2-1.1-1.3-7.8-.9-14.7-3.8-20.8-8.7-.6-.5-.9-.5-1.4.1-3.9 4-7.9 7.9-11.8 11.8-.7.7-.6 1 .1 1.6 2.2 1.8 4.5 3.5 6.9 5 8.2 5.1 17.1 8 26.7 9 1.2.1 1.5-.2 1.5-1.4-.2-2.5-.1-5.2-.1-7.8Zm65.3-54.6c-.9.1-1-.4-1-1.2V26.7c-.2-.3-.2-.7-.2-1.1-.6-9.9-7.3-18.1-16.7-20.6-.8-.2-3-.6-5.6-.6h-.2c-1.4 0-2.8.1-4.4.3-10.3 2-18.1 11.2-18.2 21.7v17.5c0 2.1 0 2-1.9 1.1-12.3-6.4-25.2-9.1-39-6.4-2.9.6-5.9 1.3-8.6 2.6V47c-.1 3.6.6 7 1.5 10.4 4.8 19.8 26.1 31 45.1 23.5 12.5-5 19.6-14.5 21.4-27.8.5-3.7.1-7.4.2-11.1.1-2.2 1.7-3.9 3.8-4 2.2 0 3.8 1.7 3.8 3.9v7.5c0 9.5-3 18-8.9 25.5-.6.7-.6 1.1.1 1.7 3.9 3.9 7.9 7.8 11.7 11.7.6.6.9.7 1.4 0 3.9-4.5 7-9.5 9.4-15 3.7-8.5 5.3-17.3 4.9-26.6.1-.8.4-1.2 1.4-1.2ZM109 30.6c-2.1.2-3.9-1.1-4.2-3.3-.1-.3-.1-.7-.1-1-.3-1.9-1.8-3.2-3.7-3.1-1.9 0-3.4 1.4-3.6 3.3-.2 2.5-1.6 4.1-3.6 4.2-2.4.1-4.2-1.7-4.1-4.3.2-6 5.3-10.9 11.3-10.9 6.1 0 11.3 5 11.4 11.1.1 2-1.4 3.8-3.4 4Z' class='cls-1'/%3E%3Cpath d='M141 30.6c-1.7 0-3.5.1-5.2-.1-4.3-.4-8.3-1.8-12.1-3.8v17.6c0 .8.2 1.2 1 1.2 5.4-.1 10-2.1 14-5.7 2-1.7 3.8-3.6 4.6-6.3.6-2.1-.1-3-2.3-2.9' style='fill:%23fe7101;stroke-width:0'/%3E%3C/svg%3E");
    --logo-slots-and-casino: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 3984 1725'%3E%3Cpath d='M3750 1718.33c-58.75-8.75-100.833-28.333-134.583-62.5-25-25.416-41.25-54.166-50.834-91.25-26.25-102.916 40.834-209.166 150-237.5 30.834-7.916 84.584-7.916 114.167 0 90.417 23.75 150.417 97.917 151.25 187.5 1.667 110.417-79.583 195-194.583 203.334-13.75.833-29.584 1.25-35.417.416Zm64.583-122.5c7.917-5 20-17.916 26.25-28.333 9.167-16.25 11.25-24.583 11.25-46.667-.416-45.833-23.75-77.083-65-87.5-37.5-9.583-72.916 7.917-89.583 43.334-23.75 50.833-3.333 105.833 46.25 126.25 17.5 7.5 53.333 3.75 70.833-7.084ZM393.75 1217.5 2.5 827.5l391.25-388.75C609.167 225 786.667 50.833 788.333 51.25c1.667.417 177.917 175.417 392.084 389.167l389.166 387.916-331.666 330.834c-182.5 181.666-358.75 357.083-392.084 389.583l-60.416 59.167L393.75 1217.5Zm733.75-51.25 338.333-338.333-337.5-335.834C942.5 307.5 789.583 155.833 787.917 155c-1.667-.417-155.834 150.833-342.5 336.25L106.25 828.333l339.583 337.5C632.5 1351.667 786.25 1503.75 787.5 1503.75c1.25.417 154.167-151.667 340-337.5Z' style='fill:%23ed1664;fill-rule:nonzero'/%3E%3Cpath d='M743.75 1323.75c-45-15-80-45-100.417-85.417-10.833-21.25-12.083-27.916-12.083-65.416 0-38.75.833-43.75 13.75-69.584 27.917-57.083 77.5-87.916 142.917-88.333 32.916-.417 37.5.833 67.083 15.417 80.833 40 112.083 130 73.333 210.833-14.166 29.583-50.833 64.167-80.416 75.417-30.417 11.666-80 15-104.167 7.083Zm80.417-77.5c64.166-32.917 61.666-125-4.167-152.5-30.417-12.5-67.917-5.417-92.083 17.917-18.334 17.083-25 33.75-25 60 0 47.083 35.416 82.5 83.333 82.5 13.75 0 28.333-2.917 37.917-7.917ZM410 983.333c-39.167-7.916-79.167-35.416-100.833-70-52.084-81.25-20-187.5 69.166-229.166 20.417-9.584 29.167-11.25 63.334-11.25 35.833 0 42.083 1.25 66.666 12.916 61.667 29.584 94.584 85 90.834 151.25-5.417 97.084-93.75 165-189.167 146.25Zm67.083-78.75c32.917-15.416 48.334-40.416 48.334-79.166 0-45-35.417-79.584-82.084-79.584-26.666 0-41.666 5.417-57.083 20-34.583 32.5-37.083 87.084-5.833 121.25 22.083 24.167 65.416 32.084 96.666 17.5ZM1097.92 982.083c-47.917-12.5-85.834-43.333-106.25-86.666-28.75-61.25-16.667-128.75 32.083-177.917 32.917-32.917 60.417-44.167 109.583-44.167 36.25-.416 42.084.834 67.5 12.917 34.167 16.25 60.417 41.667 76.667 74.583 10.833 22.5 12.083 28.334 12.083 68.334s-.833 45.833-12.5 67.916c-16.25 32.084-52.916 66.25-83.75 77.917-30 11.25-68.333 13.75-95.416 7.083Zm70.833-77.5c64.167-29.166 67.5-119.166 5.417-150.833-32.917-16.667-80.834-7.083-104.584 20.833-56.666 67.5 19.167 166.667 99.167 130ZM745.833 640c-44.166-12.5-83.333-45.833-102.5-87.083C632.5 530 631.25 522.5 631.25 485.417c0-37.917 1.25-43.75 12.083-65.834 35.417-70 115.834-105 188.334-82.5C937.083 369.583 978.75 492.5 914.583 580c-38.333 52.083-107.916 76.667-168.75 60ZM820 564.583c20.417-8.75 33.75-21.666 42.917-41.666 25.833-55.834-14.167-118.75-75.417-118.75-49.167 0-84.583 35-84.583 83.333 0 33.75 19.166 64.167 49.166 77.5 17.084 7.5 49.167 7.083 67.917-.417ZM2452.08 529.167c-122.5-16.25-201.25-130.417-170.833-247.917 17.5-66.25 78.333-124.583 148.333-141.667 39.167-9.583 100-7.083 133.75 5.834 79.584 30.416 127.084 94.166 131.667 176.25 2.083 42.083-7.083 80-28.333 112.916-43.334 67.917-128.75 105.834-214.584 94.584Zm63.75-114.584c19.584-8.333 32.917-20.833 43.334-41.25 12.5-24.166 9.583-70-6.25-93.333-27.917-42.083-92.917-48.75-126.667-12.5-31.25 33.333-28.75 100.833 4.583 132.083 20.834 19.584 57.917 26.25 85 15Z' style='fill:%23ed1664;fill-rule:nonzero'/%3E%3Cpath d='M1860.42 1716.25c-35.417-5-82.917-29.583-109.167-56.667-12.5-12.916-27.917-35-37.5-53.75-14.167-29.166-15.833-35.416-17.083-73.333-2.084-50.833 5.833-84.583 27.916-119.167 28.75-44.166 77.917-77.916 128.75-88.75 35.417-7.083 89.167-2.916 120.834 9.584 35.833 14.583 75 46.25 82.083 66.25.833 3.75-14.583 17.916-40.833 37.5l-42.917 31.666-17.083-15.833c-22.084-20.417-45-27.083-72.5-20.417-52.084 12.5-77.084 79.584-49.584 133.334 24.584 47.916 86.667 55.833 127.917 15.833l12.917-12.5 14.166 9.583c7.5 5 27.5 19.584 44.167 31.667l30.417 22.5-11.667 15c-38.333 50.417-117.083 78.333-190.833 67.5ZM2167.08 1707.92c-48.75-19.584-75-63.75-70-119.167 5.834-60 43.334-94.583 115-105.417 30.417-5 79.584-1.25 112.917 8.334 7.5 2.083 14.583 3.333 15.417 2.5.833-.834-.417-9.167-2.5-18.75-8.75-39.584-28.334-51.667-83.75-51.25-30.834.416-47.084 3.333-90 15.416-7.917 2.5-9.584-1.25-21.667-42.5-9.583-32.916-11.667-45.416-7.917-47.916 11.25-7.084 73.334-20.834 109.167-24.584 90-9.166 165.833 14.167 197.917 60.417 25 36.667 26.25 46.667 28.333 191.25l1.667 132.083h-134.167v-38.333l-15.417 13.333c-25.833 22.917-48.333 30.417-92.916 32.084-32.5 1.25-43.334-.417-62.084-7.5Zm144.584-81.667c20-15 27.5-29.167 27.916-52.5v-21.667l-23.75-5.833c-27.916-6.667-54.166-3.75-72.916 7.917-28.334 17.083-25.834 63.75 3.75 77.083 17.916 8.333 50.833 5.833 65-5ZM2622.5 1710.42c-38.333-8.334-105.833-39.584-105.833-49.167 0-1.667 10.416-19.583 22.916-40l22.917-37.083 25.833 13.75c34.584 18.333 67.084 27.083 100.417 27.916 31.667.417 40.417-4.583 40.417-22.083 0-15-8.334-19.583-68.75-37.083-98.75-28.75-127.084-55.834-127.084-121.25 0-37.917 12.5-66.667 38.75-89.167 29.167-25 55.834-32.917 113.334-33.333 55.833 0 85.416 6.25 130 27.5l26.25 12.5-15 27.916c-8.75 15.417-19.167 34.167-23.334 41.25l-7.916 13.75-15.417-7.916c-44.583-22.5-109.583-32.5-123.333-18.75-9.584 9.583-8.334 21.25 3.333 28.75 5.833 3.75 32.917 14.166 60.833 23.333 55 17.917 69.584 24.167 90.834 40.417 32.083 24.166 45.416 70.833 32.5 113.75-12.5 44.166-42.917 72.5-90.834 85.416-27.5 7.084-96.666 7.084-130.833-.416ZM2912.5 1708.33v-379.166h129.167v379.166H2912.5ZM3120.83 1708.33v-379.166h133.334v25c0 13.75.833 25 2.083 25 .833 0 10.417-8.334 20.833-18.334 30.417-30 51.25-37.916 97.917-37.916 36.25 0 41.667 1.25 62.083 12.5 13.334 7.5 28.334 20 36.25 31.25 24.584 33.75 26.667 49.166 26.667 203.333v138.333h-128.75l-1.25-115.416c-1.25-111.25-1.667-116.25-10.417-130.834-11.25-17.5-24.583-24.583-47.5-24.583-24.166 0-40.416 10-50 30.417-7.083 15.833-7.916 28.333-7.916 129.166v111.25H3120.83ZM2908.33 1291.67v-100h137.5v100h-137.5ZM1778.75 1119.58c-58.75-16.666-87.083-53.75-87.083-115 0-69.166 47.916-111.666 131.25-116.25 33.75-1.666 71.25 2.084 101.25 10 8.333 2.5 9.166 1.25 9.166-11.25 0-18.333-12.916-38.75-30-48.333-20-10.833-91.666-10-127.083 1.667l-26.25 8.75-8.75-30c-4.583-16.25-10.417-35.834-12.5-42.917-2.5-7.5-3.333-15.417-1.667-17.917 3.334-5.416 51.667-19.583 85.417-25 59.167-9.166 137.5-2.5 171.667 15 28.333 14.167 48.75 35 62.5 63.334l13.75 27.916 1.25 138.334 1.25 138.75h-129.584v-18.75c0-10.417-1.25-18.75-2.5-18.75s-9.166 5.416-17.5 12.5c-35 27.916-92.083 40-134.583 27.916Zm123.75-84.583c19.583-9.583 30.833-29.167 30.833-55 0-12.083-2.083-22.5-5-24.167-2.5-1.666-19.166-4.166-36.666-5-25-1.25-35.417 0-47.5 5.417-33.334 15.833-37.084 62.5-6.25 79.583 13.75 7.5 47.5 7.084 64.583-.833ZM2707.08 1120.83c-79.583-20-132.083-97.083-132.083-193.75.417-87.083 37.5-155.833 101.25-185.416 58.75-27.5 129.167-16.667 169.167 26.666 5.833 5.834 11.666 10.834 13.75 10.834 1.666 0 3.333-40.417 3.333-89.584v-89.583h133.333v516.667h-133.333v-25c0-13.75-.833-25-1.25-25-.833 0-9.583 7.916-19.583 17.083-34.584 32.917-90 48.333-134.584 37.083Zm120-120.416c46.667-30.834 48.334-115 3.334-149.167-11.667-8.75-20.417-11.667-41.25-12.917-35.834-2.5-58.75 10.417-74.167 41.667-40.833 82.083 39.583 169.167 112.083 120.417ZM2137.5 1116.67V733.336h129.167v27.084c0 15 .833 27.083 2.083 27.083.833 0 10.417-8.75 20.833-19.167 36.25-35.833 83.334-49.583 130.417-37.5 33.333 8.334 55.833 23.75 71.25 47.917 21.25 33.75 22.5 42.083 24.167 195.417l2.083 142.5h-134.167v-112.5c0-86.25-1.25-115.834-5.833-126.25-18.75-43.75-76.667-47.917-100.417-7.084-7.916 13.334-8.333 22.917-9.583 130.417l-1.25 115.417H2137.5ZM1806.25 526.667c-40.417-9.584-62.917-17.5-90.417-31.667-17.916-9.167-32.5-18.333-32.5-20 0-1.667 10.417-20 22.917-40.833l23.333-37.5 21.667 12.083c32.083 17.917 71.25 28.75 103.75 29.167 32.5.416 40.833-4.167 40.833-21.667 0-14.583-9.166-20-62.916-35.417-75.834-21.666-105.417-39.583-122.5-73.75-20.834-42.5-11.25-98.333 22.916-132.5 30.417-30 57.084-38.75 120.834-39.166 57.083 0 80.833 5 128.333 27.5l25.833 12.5-21.666 40.416C1975 237.917 1965 256.667 1964.583 257.5c-.416.417-11.666-4.167-24.583-10-65-29.583-123.333-30.417-123.333-1.667 0 12.084 14.583 19.584 71.666 37.917 27.917 9.167 60.417 21.667 71.25 27.917 49.584 26.666 68.334 77.5 50 133.75-9.583 29.583-30 51.666-62.5 67.916-26.25 12.917-30 13.334-80 14.584-28.75.416-56.25 0-60.833-1.25ZM2860.42 525.417c-23.334-5.834-44.167-18.334-56.667-33.334-21.25-25.833-24.583-45.416-24.583-151.25v-95h-45.834V141.667h45.834v-100h129.166v100h91.667v104.166h-92.083l1.25 77.5c1.25 76.667 1.25 77.5 11.666 85.834 8.334 7.083 14.584 7.916 35.417 6.25 13.75-.834 28.333-2.917 32.5-5 6.667-2.917 7.083 1.25 7.083 48.75v51.666l-19.583 7.5c-22.083 8.334-94.167 12.917-115.833 7.084ZM3133.75 520.833c-33.75-9.166-69.167-24.166-87.917-37.5l-12.083-8.75 47.5-77.5 20.833 11.25c41.25 22.917 106.667 36.25 134.584 27.5 11.25-3.75 16.25-20.833 8.75-30-6.667-7.916-15-11.25-68.334-27.5-55.416-16.666-82.916-30.833-102.083-52.083-45.833-52.5-25-140.833 41.667-174.167 57.5-28.75 150-23.333 222.083 12.917 10.833 5.833 19.583 10.833 19.583 12.083 0 .834-9.583 19.584-20.833 40.834l-20.833 39.166L3280 242.5c-23.75-9.583-45.417-15.417-63.75-16.667-32.917-2.083-45.417 2.917-45.417 19.167 0 15 10.834 20.833 66.667 38.333 74.167 22.917 107.917 45 122.5 80 7.917 18.334 8.75 62.917 1.667 82.917-12.084 36.25-46.25 65.417-88.75 76.667-34.584 8.75-100.417 7.916-139.167-2.084ZM2079.17 520.833V4.167h133.333v516.666H2079.17Z' style='fill:%23fff;fill-rule:nonzero'/%3E%3C/svg%3E");
    --logo-ignition: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' version='1.1' viewBox='0 0 188.3 81.018'%3E%3Cdefs%3E%3Cstyle%3E.cls-1,.cls-2%7Bfill:%23fa6d09;stroke-width:0%7D.cls-2%7Bfill:%23fff%7D%3C/style%3E%3C/defs%3E%3Cpath d='M68.15 37.518h2.9v25.3h-2.9zM130.95 37.618l-2.5 1.9v2.4h-4.1v2.6h4.1v12.6c0 2.8.6 5.7 5.1 5.7h2.3v-2.6h-2.3c-2.1 0-2.5-.5-2.5-3.2v-12.5h4.8v-2.6h-4.8l-.1-4.3M83.85 41.918c-5.3 0-9.6 4.7-9.6 10.5s4.3 10.5 9.6 10.5c2.7 0 5.3-1.3 7.1-3.4v3.4c-.1 1.7-.7 3.3-1.8 4.6-1.4 1.3-3.3 2-5.2 1.8v2.6c2.6.1 5.1-.8 7-2.6 1.6-1.7 2.6-4 2.6-6.4v-21l-3.5 2.5c-1.6-1.6-3.9-2.5-6.2-2.5m0 18.3c-3.9 0-7.1-3.5-7.1-7.9s3.2-7.9 7.1-7.9 7.1 3.5 7.1 7.9-3.2 7.9-7.1 7.9ZM154.25 41.918c-5.3 0-9.6 4.7-9.6 10.4s4.3 10.4 9.6 10.4 9.6-4.7 9.6-10.4-4.3-10.4-9.6-10.4m0 18.3c-3.9 0-7.1-3.5-7.1-7.9s3.2-7.9 7.1-7.9 7.1 3.5 7.1 7.9-3.2 7.9-7.1 7.9ZM118.65 41.918h2.6v20.9h-2.6zM118.65 35.218h2.6v2.1h-2.6zM138.95 41.918h2.6v20.9h-2.6zM138.95 35.218h2.6v2.1h-2.6zM105.75 41.918c-2-.1-4 .6-5.6 2v-2h-2.6v21h2.6v-12c0-2.4.8-6.3 5.6-6.3s5.6 4 5.6 6.4v11.8h2.6v-12c-.1-5.5-3.2-9-8.2-8.9M175.25 41.918c-2-.1-4 .6-5.6 2v-2h-2.6v20.9h2.6v-12c0-2.4.8-6.3 5.6-6.3s5.6 4 5.6 6.4v11.9h2.6v-12c-.1-5.5-3.2-9-8.2-8.9M138.45 67.918l-.8.6c-.4-.6-1-1-1.6-1.3s-1.4-.5-2.1-.5c-.8 0-1.6.2-2.3.6s-1.2.9-1.6 1.6-.6 1.5-.6 2.2c0 1.2.4 2.3 1.3 3.1.9.8 2 1.3 3.3 1.3 1.4 0 2.7-.6 3.6-1.7l.8.6c-.5.7-1.2 1.2-2 1.5-.8.4-1.7.5-2.6.5-1.6.1-3.2-.6-4.3-1.8-.9-1-1.3-2.3-1.3-3.7s.5-2.8 1.6-3.8 2.5-1.6 4-1.5c.9 0 1.8.2 2.6.6.8.5 1.5 1 2 1.7M144.35 66.018l4.8 10.3h-1.1l-1.6-3.4h-4.4l-1.6 3.4h-1.1l4.9-10.3h.1m-.1 2.2-1.8 3.7h3.5l-1.7-3.7ZM149.65 74.418l.9-.5c.6 1.1 1.3 1.7 2.1 1.7.3 0 .7-.1 1-.2s.5-.4.7-.7c.2-.3.2-.6.2-.9 0-.4-.1-.7-.4-1-.5-.6-1.1-1.2-1.8-1.7-.6-.4-1.1-.9-1.6-1.4-.4-.5-.5-1-.6-1.6 0-.4.1-.9.3-1.2.2-.4.5-.7.9-.9.4-.2.8-.3 1.3-.3s.9.1 1.4.4 1 .8 1.3 1.3l-.8.6c-.3-.4-.6-.7-1-1-.3-.2-.6-.3-.9-.2-.4 0-.7.1-1 .4-.3.2-.4.6-.4.9 0 .2 0 .4.1.7.1.3.3.5.5.7.1.1.6.5 1.3 1s1.3 1.1 1.8 1.8c.3.5.5 1 .5 1.6 0 .7-.3 1.4-.9 1.9-.5.5-1.3.8-2.1.8-.6 0-1.2-.2-1.7-.5-.3-.5-.8-1.1-1.1-1.7M158.05 66.018h1v10.3h-1zM162.05 76.318v-10.3h.2l6.8 7.9v-7.9h1v10.3h-.2l-6.8-7.8v7.8h-1M177.85 65.718c1.5 0 2.9.5 3.9 1.6 2.1 2.1 2.1 5.5 0 7.7-1 1-2.4 1.6-3.9 1.6s-2.9-.5-3.9-1.6c-1-1-1.6-2.4-1.6-3.8 0-1 .2-1.9.7-2.8 1.1-1.6 2.9-2.7 4.8-2.7m0 1c-1.6 0-3 .9-3.8 2.2-.4.7-.6 1.5-.6 2.2 0 2.4 1.9 4.3 4.3 4.4.8 0 1.5-.2 2.2-.6s1.3-.9 1.7-1.6.6-1.5.6-2.2c0-.8-.2-1.5-.6-2.2s-.9-1.2-1.6-1.6c-.6-.3-1.3-.6-2.2-.6Z' class='cls-2'/%3E%3Cellipse cx='14' cy='46.4' class='cls-1' rx='2.5' ry='2.9'/%3E%3Cellipse cx='22.9' cy='61.3' class='cls-1' rx='2.5' ry='2.9'/%3E%3Cpath d='M53.8 39.2c0-3.6-.6-5-4.1-7.1h-.1l-.1-.1c-9.4-5.4-18-11.6-10.7-27.4 0 0-7.5 4.2-8 16.9 0 7.4 1.5 8.8 1.4 11.1-.1 1.5-1.3 2.6-2.8 2.5-1.5.1-2.8-1-2.9-2.5v-.2c0-2.4 1.4-2.8 1.6-10 .2-3.4-1-6.8-3.3-9.4 2 6.3 0 11.3-3.9 14.1 1.5-2.9 1-6.4-1.1-8.9.5 4.2-1.5 8.4-5.2 10.6l-5.4 3.1c-.9.7-1.4 1.4-1.4 2s.5 1.3 1.4 1.8L25.3 45c1.3.7 2.7 1 4.2 1s2.9-.3 4.2-1L48 38.2l-13.2 8.6c-2.5 1.6-4 4.3-4.2 7.3l-.1 18.4c-.1.7.1 1.4.6 1.9.2.2.6.4.9.4.6 0 1.1-.2 1.6-.5L49.5 65c2.5-1.6 4-4.3 4.2-7.3l.1-18.3v-.2Zm-16.5 28c-1.6-.2-2.7-1.7-2.5-3.2.2-1.3 1.2-2.3 2.5-2.5 1.6.2 2.7 1.7 2.5 3.2-.1 1.3-1.2 2.3-2.5 2.5Zm4.9-9.1c-1.6-.2-2.7-1.7-2.5-3.2.2-1.3 1.2-2.3 2.5-2.5 1.6.2 2.7 1.7 2.5 3.2-.2 1.3-1.2 2.3-2.5 2.5ZM47 49c-1.6.2-3-.9-3.2-2.5s.9-3 2.5-3.2 3 .9 3.2 2.5v.4c.1 1.4-1 2.7-2.5 2.8q0-.1 0 0Z' class='cls-1'/%3E%3Cellipse cx='14' cy='46.4' class='cls-1' rx='2.5' ry='2.9'/%3E%3Cellipse cx='22.9' cy='61.3' class='cls-1' rx='2.5' ry='2.9'/%3E%3Cpath d='M53.8 39.2c0-3.6-.6-5-4.1-7.1h-.1l-.1-.1c-9.4-5.4-18-11.6-10.7-27.4 0 0-7.5 4.2-8 16.9 0 7.4 1.5 8.8 1.4 11.1-.1 1.5-1.3 2.6-2.8 2.5-1.5.1-2.8-1-2.9-2.5v-.2c0-2.4 1.4-2.8 1.6-10 .2-3.4-1-6.8-3.3-9.4 2 6.3 0 11.3-3.9 14.1 1.5-2.9 1-6.4-1.1-8.9.5 4.2-1.5 8.4-5.2 10.6l-5.4 3.1c-.9.7-1.4 1.4-1.4 2s.5 1.3 1.4 1.8L25.3 45c1.3.7 2.7 1 4.2 1s2.9-.3 4.2-1L48 38.2l-13.2 8.6c-2.5 1.6-4 4.3-4.2 7.3l-.1 18.4c-.1.7.1 1.4.6 1.9.2.2.6.4.9.4.6 0 1.1-.2 1.6-.5L49.5 65c2.5-1.6 4-4.3 4.2-7.3l.1-18.3v-.2Zm-16.5 28c-1.6-.2-2.7-1.7-2.5-3.2.2-1.3 1.2-2.3 2.5-2.5 1.6.2 2.7 1.7 2.5 3.2-.1 1.3-1.2 2.3-2.5 2.5Zm4.9-9.1c-1.6-.2-2.7-1.7-2.5-3.2.2-1.3 1.2-2.3 2.5-2.5 1.6.2 2.7 1.7 2.5 3.2-.2 1.3-1.2 2.3-2.5 2.5ZM47 49c-1.6.2-3-.9-3.2-2.5s.9-3 2.5-3.2 3 .9 3.2 2.5v.4c.1 1.4-1 2.7-2.5 2.8q0-.1 0 0Z' class='cls-1'/%3E%3C/svg%3E");
    --logo-bovada: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='Layer_1' data-name='Layer 1' viewBox='0 0 209.28 21.98'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23cb2026%7D%3C/style%3E%3C/defs%3E%3Cpath d='M70.67 15.25c0 4.2-2.73 6.58-6.9 6.58H47c-4.06 0-6.94-2.53-6.94-6.58v-8.9A6.72 6.72 0 0 1 47 .09h16.77c4.55 0 6.9 2.85 6.9 6.91ZM66 8.34C66 5 64.76 5 63.46 4.77H47.53c-1.75 0-2.77.45-2.77 3.14v5.94c0 2.21.76 3.17 2.51 3.27H63.5c1.29.01 2.5-1.12 2.5-3.3ZM144.46.09h23.71c4.05 0 7 2.53 7 6.58v8.9a6.68 6.68 0 0 1-6.93 6.26h-23.78Zm4.7 17h19a2.5 2.5 0 0 0 2.24-2.48V7.23A2.69 2.69 0 0 0 168 4.7h-18.84ZM128.72 5.08C127.31 2.35 125.61 0 122.55 0s-4.64 2.26-6.14 5.08l-8.93 16.84h5.36s1.56-3 3.4-6.38h12.58l3.52 6.38h5.2Zm-10.57 6.82 3-5.56s.8-1.64 1.44-1.64S124 6.33 124 6.33l3 5.57ZM90.76 15.84s.7 1.43 1.35 1.43 1.3-1.43 1.3-1.43L101.78.06h5.36L98.2 16.9c-1.5 2.82-2.89 5.08-6.1 5.08S87.43 19.7 86 17L77.08.06h5.35ZM30.22 10.87c1.23-1.23 1.23-2.65 1.23-4.06 0-3.91-1-6.76-6.85-6.76H.54v21.77h24.1c5.78 0 7.29-2.79 7.29-6.73-.01-1.96-.78-3.63-1.71-4.22Zm-25-6.11H24.8c1.12 0 1.91.56 1.91 2.18s-.81 2.18-1.91 2.18H5.22ZM25.3 17.09H5.22v-4.36H25.3c1.12 0 1.91.57 1.91 2.18s-.82 2.18-1.91 2.18ZM201 5.08C199.57 2.35 197.87 0 194.81 0s-4.64 2.26-6.14 5.08l-8.93 16.84h5.36s1.56-3 3.4-6.38h12.58l3.52 6.38h5.2Zm-10.59 6.82 3-5.56s.81-1.64 1.44-1.64 1.44 1.63 1.44 1.63l3 5.57Z' class='cls-1'/%3E%3C/svg%3E");
    --logo-slots-lv: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2' viewBox='0 0 204 77'%3E%3Cpath d='m2.2 43.5 2.2-3.9c.4-.7 1.3-.6 1.6-.4.2.1 3.6 2.6 6.7 2.6 1.9 0 3.3-1.2 3.3-2.8 0-2-1.7-3.5-4.9-4.8-4-1.6-9.1-4.8-9.1-10.5 0-4.7 3.7-9.4 11-9.4 4.9 0 8.7 2.5 10.2 3.6.6.3.5 1.2.3 1.5L20.9 23c-.3.5-1.2 1-1.6.6-.4-.2-3.9-2.8-6.8-2.8-1.7 0-3 1.1-3 2.4 0 1.8 1.4 3.1 5.2 4.6 3.7 1.5 9.6 4.4 9.6 10.8 0 4.9-4.2 9.8-11.2 9.8-6.2 0-9.6-2.6-10.7-3.7-.4-.4-.6-.6-.2-1.2Zm28.2-27.9c0-.5.4-.9.9-.9h5.6c.5 0 .9.4.9.9V41H48c.5 0 .9.4.9.9v5.2c0 .5-.4.9-.9.9H31.3c-.5 0-.9-.4-.9-.9V15.6ZM69.3 28c9.5 0 17.1 7.6 17.1 17.1 0 9.5-7.6 17-17.1 17-9.5 0-17-7.5-17-17S59.8 28 69.3 28Zm0 26.6c5.2 0 9.5-4.3 9.5-9.4 0-5.2-4.3-9.5-9.5-9.5s-9.4 4.3-9.4 9.5c0 5.1 4.2 9.4 9.4 9.4Z' style='fill:%23fff;fill-rule:nonzero'/%3E%3Cpath d='M69.3 28c9.5 0 17.1 7.6 17.1 17.1 0 9.5-7.6 17-17.1 17-9.5 0-17-7.5-17-17S59.8 28 69.3 28Zm0 26.6c5.2 0 9.5-4.3 9.5-9.4 0-5.2-4.3-9.5-9.5-9.5s-9.4 4.3-9.4 9.5c0 5.1 4.2 9.4 9.4 9.4Zm27.2-32.9h-6.8c-.5 0-.9-.4-.9-.9v-5.2c0-.5.4-.9.9-.9h21.1c.5 0 .9.4.9.9v5.2c0 .5-.4.9-.9.9H104v25.4c0 .5-.4.9-.9.9h-5.7c-.5 0-.9-.4-.9-.9V21.7Zm18.3 21.8 2.2-3.9c.4-.6 1.3-.5 1.6-.3.2.1 3.6 2.6 6.7 2.6 1.9 0 3.3-1.2 3.3-2.8 0-2-1.7-3.5-4.9-4.8-4.1-1.6-9.2-4.8-9.2-10.5 0-4.7 3.7-9.4 11-9.4 4.9 0 8.7 2.5 10.2 3.6.6.3.5 1.2.3 1.5l-2.4 3.7c-.3.5-1.2 1-1.6.6-.4-.2-3.9-2.8-6.8-2.8-1.7 0-3 1.1-3 2.4 0 1.8 1.4 3.1 5.2 4.6 3.7 1.5 9.6 4.4 9.6 10.8 0 4.9-4.2 9.8-11.2 9.8-6.2 0-9.6-2.6-10.7-3.7-.6-.6-.7-.8-.3-1.4Zm29.8-4.1c2.5 0 4.6 2.1 4.6 4.6 0 2.4-2.1 4.5-4.6 4.5-2.4 0-4.5-2-4.5-4.5s2.1-4.6 4.5-4.6Zm9.5-23.8c0-.5.4-.9.9-.9h5.6c.5 0 .9.4.9.9V41h11.3c.5 0 .9.4.9.9v5.2c0 .5-.4.9-.9.9H155c-.5 0-.9-.4-.9-.9V15.6Zm16 .4c-.3-.6.1-1.2.8-1.2h6.3c.4 0 .7.3.8.5l7.8 17.3h.3l7.8-17.3c.1-.2.4-.5.8-.5h6.3c.7 0 1.1.6.8 1.2L187 47.9c-.1.3-.4.5-.8.5h-.5c-.4 0-.7-.2-.8-.5L170.1 16ZM76.9 0c1.2 1.6 1.9 3.6 1.9 5.7 0 5.2-4.3 9.4-9.5 9.4s-9.4-4.3-9.4-9.4c0-2.1.7-4.1 1.9-5.7h-8.5c-.6 1.8-1 3.7-1 5.7 0 9.5 7.5 17 17 17s17.1-7.5 17.1-17c0-2-.4-3.9-1-5.7h-8.5Zm-7.6 75c2 0 3.9.7 5.5 1.8h9.7c-2.8-5.6-8.5-9.4-15.2-9.4-6.7 0-12.3 3.8-15.1 9.4h9.7c1.5-1.1 3.4-1.8 5.4-1.8Z' style='fill:%23fff;fill-rule:nonzero'/%3E%3C/svg%3E");
    --logo-casinomax: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1947' height='416' class='img-fluid' style='transform:none;transform-origin:50%25 50%25;cursor:move;max-height:347.14px' viewBox='0 0 19470 4160'%3E%3Cg fill='%23BD1622' style='transform:none'%3E%3Cpath d='M12349 4130c-52-27-107-96-124-154-13-43-15-296-15-1896 0-2047-5-1906 67-1989 73-86 0-81 1021-81 896 0 903 0 944 21 53 27 85 62 114 124l24 50v3753l-33 62c-21 41-47 73-75 94l-44 31-921 2c-895 2-923 2-958-17zm529-1918 2-712h65l150 713 150 712 44 3c24 2 47 0 51-5 5-4 75-324 157-710l148-703h65l2 708 3 707 103 3 102 3V980h-340l-7 28c-4 15-59 290-122 612l-116 585-35 3-36 3-118-603c-66-332-121-609-124-616-3-9-48-12-178-12h-174v968c0 533 3 972 7 976s50 5 103 4l95-3 3-713zM14889 4130c-52-27-107-96-124-154-13-43-15-296-15-1896 0-2047-5-1906 67-1989 73-86 0-81 1021-81 867 0 904 1 940 19 52 27 91 68 118 126l24 50v3750l-24 50c-27 59-70 105-119 129-32 14-120 16-944 16-877-1-909-2-944-20zm693-1420c20-118 37-216 37-217 2-7 441-2 441 4 0 18 72 418 76 425 3 4 53 8 111 8h105l-6-32c-3-18-82-455-176-970-93-516-170-940-170-943s-72-5-160-5c-119 0-162 3-165 13-4 11-335 1920-335 1933 0 2 46 3 103 2l102-3 37-215z'/%3E%3Cpath d='M15660 2236c0-13 32-218 70-454 39-236 70-435 70-441s15-11 34-11h33l72 433c39 239 71 448 71 465v32h-350v-24zM17429 4130c-19-10-52-37-72-59-72-80-67 62-67-1991 0-2047-5-1906 67-1989 73-86 0-81 1021-81 811 0 906 2 935 16 45 23 95 72 120 119l22 40v3790l-21 40c-28 51-68 92-116 116-36 18-72 19-945 19-870-1-909-2-944-20zm707-1367c32-93 88-253 125-358l66-190 35-3 35-3 135 358 135 358 111 3c62 1 112 0 112-3 0-4-88-225-195-491-140-347-195-496-195-525 0-38 33-127 269-737 39-101 71-185 71-187 0-3-49-5-109-5h-109l-48 138c-26 75-75 216-109 312l-62 175-35 3-35 3-88-238c-48-131-101-273-117-315l-30-78h-226l179 444c134 333 179 455 179 487 0 31-49 169-181 513-100 259-184 479-187 489-4 15 6 17 106 17h110l58-167z'/%3E%3C/g%3E%3Cg fill='%23FAFAFA' style='transform:none'%3E%3Cpath d='M697 3089c-198-27-366-123-482-274-91-118-144-247-182-440-25-128-25-445 0-569 75-373 280-617 593-708 70-20 100-23 264-23 204 0 283 14 416 75l64 29-36 77c-57 126-49 117-92 95-20-10-75-31-122-46-111-36-299-46-403-21-169 40-297 145-386 316-68 132-101 289-101 485 1 205 28 340 97 485 36 74 61 110 112 161 170 171 396 208 749 124 57-14 106-25 108-25 3 0 3 43 2 97l-3 96-54 18c-133 46-397 69-544 48zM4499 3090c-99-11-198-35-260-61l-49-21v-217l44 19c126 53 311 90 455 90 200 0 335-61 395-179 26-49 38-150 27-220-24-151-106-219-412-346-292-121-413-233-464-430-34-134-14-312 48-418 33-55 117-133 184-170 170-92 490-90 734 4l77 30-30 92c-17 51-32 94-34 96s-40-10-86-27c-135-48-236-65-368-60-136 5-194 26-258 91-69 70-93 163-72 278 27 154 110 220 445 359 323 135 445 283 445 543 0 48-7 119-16 157-40 179-198 325-404 375-78 19-296 27-401 15zM10428 3090c-167-27-297-85-402-181-143-131-228-301-272-545-24-134-25-440 0-571 82-447 332-694 736-728 106-9 244 7 348 40 253 80 444 313 512 623 44 202 49 421 14 631-63 376-272 632-581 712-90 23-270 32-355 19zm284-204c105-23 175-61 254-140 138-138 204-352 204-664 0-456-154-732-450-803-77-18-251-16-327 4-216 57-353 218-414 485-12 55-22 145-26 242-20 509 144 814 472 880 65 13 215 11 287-4zM1964 3053c4-10 163-454 354-988l348-970h179l351 985 351 985-95 3c-53 1-100 1-106-1-6-3-60-145-121-316l-110-311h-730l-110 315-110 315h-103c-94 0-103-2-98-17zm1086-816c0-1-53-158-118-347-66-190-132-391-147-447-16-57-30-101-32-99s-17 52-33 112-81 259-145 443c-63 183-115 335-115 337s133 4 295 4 295-1 295-3zM6200 2080v-990h210v1980h-210v-990zM7410 2080v-990h235l490 826c269 454 492 827 495 829s3-370 1-826l-3-829h192v1981l-120-3-119-3-489-824c-436-736-535-894-507-810 4 13 10 387 12 832l5 807h-192v-990zM12647 2954c-4-4-7-457-7-1006V950h204c154 0 205 3 208 12 3 7 58 284 124 615 65 332 121 600 125 595 3-4 57-263 118-577 62-314 117-587 122-607l10-38h399v2011l-132-3-133-3-3-710-4-710-149 700c-82 385-151 706-154 713-3 9-26 12-82 10l-78-3-150-713-150-714-5 714-5 713-126 3c-69 1-128-1-132-4zM15300 2954c0-13 340-1980 345-1992 3-9 52-12 195-12 104 0 190 2 190 5s81 451 180 995 180 994 180 1000c0 12-276 14-284 2-4-7-76-407-76-425 0-6-379-11-381-4 0 1-17 99-37 217l-37 215-137 3c-76 1-138 0-138-4zm676-751c-3-16-36-212-73-438-36-225-68-405-69-400-2 6-33 192-69 415s-67 415-70 428l-5 22h292l-6-27zM17810 2948c0-6 88-239 195-518s195-512 195-519-84-220-186-474c-103-254-188-468-191-475-4-9 30-12 150-12h155l30 78c16 42 69 184 117 315 49 131 92 234 96 230 5-6 102-277 206-580l15-43h149c84 0 149 4 149 9s-25 74-56 153c-167 430-304 788-304 797 0 6 92 240 205 520s205 514 205 520c0 8-43 11-152 9l-151-3-135-358c-74-197-138-354-142-350-6 6-136 373-232 656l-20 57h-149c-107 0-149-3-149-12z'/%3E%3C/g%3E%3C/svg%3E");
        --logo-lucky-rebel: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_2' data-name='Layer 2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 143.82 122.04'%3E%3Cdefs%3E%3Cstyle%3E .cls-1 %7B fill: %2379b4ac; %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cg%3E%3Cpolygon class='cls-1' points='143.82 24.36 143.82 98.39 72.73 122.04 0 98.26 0 23.66 72.18 0 143.82 24.36'/%3E%3Cg%3E%3Cg%3E%3Cpath d='M16.77,46.96s.01.08.02.07c0-.05-.01-.07-.02-.07Z'/%3E%3Cpath d='M16.81,40.77s.02-.09.03-.17l-.03.17Z'/%3E%3Cpath d='M16.77,37.77v-.05s-.02-.03-.04-.04l.04.1Z'/%3E%3Cpath d='M21.5,34.03v.03s.03,0,.05,0l-.05-.04Z'/%3E%3Cpath d='M16.6,50.14s0,0,0,0c0-.05,0-.02,0,0Z'/%3E%3Cpath d='M28.92,56.93c-.21-.07.34-.09.03-.16.03.03-.29.12-.03.16Z'/%3E%3Cpath d='M16.75,56.74s0,.07,0,.11c.02,0,.05,0,.1,0,0,0-.01,0-.02,0-.02,0-.05,0-.07,0,0-.02,0-.06,0-.1Z'/%3E%3Cpolygon points='18.76 56.84 18.72 56.82 18.67 56.83 18.76 56.84'/%3E%3Cpath d='M31.26,56.2s-.02-.07-.04-.1c.02-.04.06-.1.07,0,.02-.57-.14-1.26-.06-1.7l.04.04c-.01-.11-.07-.18-.03-.32.02,0,.04.04.04,0-.01-.06-.07-.28-.05-.42l.04.12c.03-.28,0-.49-.04-.69l-.06-.3c-.02-.11-.03-.29-.04-.45.04-.03.08-.15.1-.33-.1-.02-.25-.03-.41-.05-.14,0-.28-.02-.38-.02v-.02c-.64-.01-1.09.1-1.68.14-.37-.13-1.25-.05-1.85-.12.09.02-.01.09-.12.1-.14-.02-.39.08-.36-.03h.05c-.11-.1-.39-.07-.62-.08l-.04.14c-.59-.2-1.53.07-1.85-.11-.14.03-.32.03-.46.07v-.07c-.38-.02-.58-.03-1.06-.01l.1-.05c-.27,0-.34.22-.6.22-.02-.04-.06-.07-.07-.11-.04,0-.09,0-.12-.02l.02-.08s0,0,0-.12c0-.17,0-.34-.05-.5.02,0,.05.02.05.1,0-.22.08-.87-.08-.79.1,0,0-.49-.03-.75l.07.04c-.09-.22-.12-.22-.15-.53,0-.07.06-.06.04.03.04-.24-.07-.19-.03-.48l.05.11c0-.25-.02-.23-.07-.36-.03-.15.02-.47.09-.5-.04-.03-.09-.17-.08-.31.03-.02.04.03.05.06.05-.41-.09-.61-.01-.9.02,0,.04-.02.04-.05,0,.33,0,.59-.01.57.07,0,.08-.26.17-.05-.05-.21-.16-.58-.13-.83,0-.01.01-.02.02-.03v.03c.01-.06,0-.11,0-.16.01-.08.02-.13.02-.21.06-.03.03-.3.03-.43-.07.01-.06-.16-.12,0,0-.02,0,.02.01.11,0,.02,0,.04,0,.06h0c0,.08,0,.19,0,.32-.04-.1-.07-.21-.03-.36-.05-.07-.1-.14-.12-.18.1-.18.16-.53.22-.58-.04-.4-.03-.95-.17-1.2-.02-.11.04-.13.06-.17.01.07.01.14.03.18-.04-.23-.01-.68-.11-.73.04-.29.09.16.07-.23l.03.05c.16-.78-.25-1.27-.05-2.13-.01.06-.02.09-.03.1.09-.99-.08-2.03.06-3,.03-.28-.03-.31-.08-.47l.08-.06-.09-.29c-.07-.41.2-.71.07-1.23l-.05.07c.01-.19-.03-.59.03-.56,0-.02-.06-.06-.03-.13h.04s-.07-.46-.07-.46c.03-.35.17.06.17-.46-.02-.19-.12-.55-.15-.47,0,.08-.03.2-.07.2l-.02-.18s-.02,0-.02,0v-.03h-.08s-.06-.01-.09,0h-1.91l.02-.02-.06.02h-.26s.03-.03.08-.04c-.2-.05-.17.04-.34-.02-.02,0-.01-.01,0-.02l-.19.03s-.03-.08.09-.06c-.34-.06-.55.08-.68,0h.03c-.35.02-.21.05-.26.11h-.22l-.16-.14-.05.08c-.05,0-.17,0-.15-.04-.19.06.04.04-.05.09-.08-.02-.18-.03-.27-.03,0,.23.03.46-.07.5.06.09.05-.23.09.03-.14.07.02.29-.04.51-.07-.07-.03-.27-.1-.05.12.13-.03.42,0,.6.03,0,.04.05.05.11-.03-.03-.04-.06-.05-.11-.01,0-.03,0-.05.02,0,.05.07.07.1.08.02.14,0,.38.02.59-.03-.02-.05.57-.09.86h-.02c.1.05.08.34.1.55-.06,0-.08-.05-.11-.16v.2s.05.11.06.24l-.07-.05c0,.27.09.54.04.88.05.01.12-.11.17-.08v.18s-.04-.03-.05-.07c0,.03.03.11.01.17l-.06-.14c-.03.16.05.08.05.21-.05,0-.04.09-.08.07,0-.03.02-.11,0-.16,0,.14-.04.31-.08.37.03-.01.07,0,.08.1,0,.27-.06.09-.09.25.04.06,0,.23.08.24,0,.08-.04.09-.06.12.03.14,0,.64.09.49v-.04s0,.02,0,.02c.08.45-.04.94-.01,1.39h-.03c.03.27.02.59.07.79,0,.08-.05.19-.08.15.02.2.05.23,0,.52-.05-.21-.04.07-.03-.21-.02.27-.06.33,0,.61-.07-.1-.08.2-.06.33l.05-.19c0,.14,0,.27,0,.39l-.09-.07c-.11.54.18.98,0,1.39.06.14.04-.3.12-.17-.01.25-.14.51-.14.59-.05.34.13.32.1.68.03-.05.12-.09.14.18-.01.25-.13.31-.16.15,0-.06,0-.09.02-.09-.01-.08-.02-.19-.06-.09l.03.03c-.03.12-.03.47-.08.39.03.19.05.08.07-.06-.05.32,0,.5-.03.83.02-.05.05-.1.05-.05-.04.48.06.21.07.54-.05.19-.11-.07-.07.26-.03.2-.08.04-.11-.04.06.3-.04.56-.05.73l-.03-.16c.02.09.01.17.01.25l.06-.09c-.01.09-.01.17-.04.17.04.1.1-.07.16.12-.03.12.03.38-.05.42.03-.39-.08.04-.1-.29,0,.06,0,.14,0,.24,0,.01-.02-.01-.02-.04-.07.37.09.17.09.56-.05-.05-.09.09-.08.15,0-.16.08-.07.11.07-.04.25.03.27.02.4l.02-.15c.05.05.04.17.06.35-.04.01-.03-.16-.04-.1.08.19-.09.43-.03.7-.03.12-.09.01-.11.12.06.3-.06.33-.01.64.06-.09.05-.11.11.12l-.04-.52.09.33c0-.16-.04-.33-.03-.42.05.16.04.14.09.07-.09.21.06.43,0,.67h-.16c-.07.37.08.65.04,1.14l.03-.16c.06.06,0,.3.03.46-.05-.01-.07.08-.1.15.04,0,0,.35.1.4l-.07.22c-.03.39.15.45.13.82-.06-.11-.09.06-.13-.19,0,.13-.01.23.03.24-.03.12.05.43.03.62.02,0,.04,0,.05.01.1-.02.16-.08.34-.07.02.01-.01.03-.01.03.02-.03.3-.04.15-.09.41.16,1.09-.01,1.43.13.27-.02.6-.03.85-.04-.02.02,0,.03-.05.02.34.05.21-.15.6-.1.2.08-.21.05-.08.08.05.17.47-.02.73.08h-.06c.2.07.49-.06.82-.04,0,0-.02.02,0,.03.22-.09.65-.12.96-.14-.1.07-.14.04-.08.1.14,0-.04-.11.24-.13.09.04.3.07.32.14h-.27c.14.1.34,0,.48.02l-.02.04c.41-.01.41-.12.85-.11l-.05-.03c.24-.1.2.06.44-.02l.07.1c.16-.03.55-.1.84-.12-.16.08-.49.12-.7.16.16,0,.53,0,.61-.06-.06.01-.14.04-.2.02.19-.08.45-.12.76-.12-.06.2.81.05,1.04.21.55-.07,1.1.03,1.74.02-.23-.16.19,0,.15-.17.14-.01.2,0,.21,0,0,0,0,0,0,0h0s.45.1.45.1c.11.05-.14.04-.13.07.33.01.14.07.35.11-.04-.06.11-.08.3-.06l-.26-.07c.46-.09.4.14.86.05l-.15.05s.55-.01.95-.03c0-.2-.02-.4-.03-.57,0-.08-.02-.16-.03-.23ZM21.8,46.15c.01.09,0,.12-.02.13,0-.04,0-.09,0-.15h0s.03,0,.04.02ZM18.76,34.02s0,0,.01.01h-.08s.04,0,.07-.01Z'/%3E%3Cpath d='M21.7,45.99s0-.02,0-.04c0,.02-.01.04-.02.05l.02.03v-.05Z'/%3E%3Cpath d='M16.85,40.53s0-.02.01-.02c0,0,0,0,0,.01h0Z'/%3E%3Cpath d='M16.82,33.89s.01.11.01.24v-.21s.23.01.23.01c-.09-.03-.24-.07-.02-.07-.54-.07-.12.01-.22.04Z'/%3E%3Cpath d='M16.79,35.26c-.01-.18-.04,0-.06,0,.03.12.03.14.06,0Z'/%3E%3Cpath d='M16.79,42.91l-.07-.02c0,.14.03,0,.07.02Z'/%3E%3Cpolygon points='16.66 45.24 16.65 45.18 16.67 45.41 16.66 45.24'/%3E%3Cpath d='M18.43,56.9l-.04-.08c-.1.01-.12.11.04.08Z'/%3E%3Cpath d='M24.29,56.85c-.12,0-.25-.04-.31-.03.06.04.22.07.31.03Z'/%3E%3Cpolygon points='25.68 52 25.47 52.02 25.56 52.03 25.68 52'/%3E%3Cpath d='M48.91,37.5c0,.07.01.12.02.11,0-.07-.01-.1-.02-.11Z'/%3E%3Cpath d='M53.74,35.6l.03-.26s-.02.13-.03.26Z'/%3E%3Cpath d='M53.81,39.95s.02.04.04.07l-.04-.14v.08Z'/%3E%3Cpath d='M53.72,43.01s.05.1.05.16c.01,0,.03,0,.05-.03,0-.07-.07-.1-.1-.13Z'/%3E%3Cpath d='M53.64,52.29v.05s.03.01.04.01l-.04-.06Z'/%3E%3Cpath d='M48.73,42.28s0,0,0-.01c0-.08,0-.03,0,.01Z'/%3E%3Cpath d='M42.31,41.19c-.07.31-.09-.51-.16-.04.03-.04.12.43.16.04Z'/%3E%3Cpath d='M48.81,49.18s-.02.02-.03.07c.01-.01.02-.04.03-.07Z'/%3E%3Cpath d='M48.73,51.97h.02s.02-.07.05-.12c-.03.05-.04.06-.07.12Z'/%3E%3Cpath d='M46.42,52.27h.05s.06.01.09.01h-.14Z'/%3E%3Cpath d='M53.82,39.66c0-.4-.09-.81-.04-1.32-.05-.02-.12.17-.17.13v-.27s.04.04.05.11c0-.05-.03-.17-.01-.26l.06.22c.03-.23-.05-.12-.05-.31.05,0,.04-.14.08-.11,0,.05-.02.16,0,.24,0-.21.04-.47.08-.55-.03.02-.07,0-.08-.16,0-.4.06-.14.09-.37-.04-.1,0-.35-.08-.36,0-.12.04-.14.06-.18-.03-.21,0-.97-.09-.73v.05s0-.02,0-.03c-.03-.28-.03-.56-.02-.85l.02-.43c0-.18.01-.37.02-.55-.16,0-.32,0-.48,0v-.03c-.43.03-.9.02-1.2.07-.12,0-.28-.05-.23-.08-.31.02-.34.05-.79,0,.31-.05-.11-.04.32-.03-.4-.02-.49-.06-.92,0,.15-.07-.3-.08-.49-.06l.28.05c-.21,0-.4,0-.59,0l.1-.09c-.16-.03-.62-.03-.93-.02.01.22.02.44.04.65.01.13.02.27.04.39.02.24.01.47-.05.69.06.22.04-.44.12-.25-.01.38-.14.77-.14.89-.05.52.13.48.1,1.02.03-.07.12-.13.14.27-.01.38-.13.46-.16.23,0-.09,0-.13.02-.13-.01-.12-.02-.28-.06-.13l.03.05c-.03.19-.03.7-.08.58.03.28.05.12.07-.09-.05.48,0,.75-.03,1.25.02-.08.05-.15.05-.07-.04.73.06.32.07.82-.05.28-.11-.1-.07.4-.03.3-.08.06-.11-.06.06.45-.04.85-.05,1.11l-.03-.24c.02.14.01.26.01.38l.06-.14c-.01.14-.01.26-.04.26.04.14.1-.11.16.18-.03.19.03.57-.05.63.03-.59-.08.06-.1-.43,0,.1,0,.21,0,.35,0,.02-.02-.02-.02-.06-.07.56.09.26.09.84-.05-.07-.09.14-.08.23,0-.23.08-.11.11.1-.04.37.03.41.02.6l.02-.22c.05.08.04.26.06.52-.04.02-.03-.24-.04-.14.08.29-.09.65-.03,1.06-.03.19-.09.02-.11.18.06.45-.06.49-.01.96.06-.14.05-.16.11.17l-.04-.78.09.5c0-.24-.04-.5-.03-.64.05.24.04.21.09.1-.09.32.06.64,0,1.01h-.16c-.07.55.08.98.04,1.71l.03-.23c.06.1,0,.45.03.69-.05-.02-.07.13-.1.23.04-.01,0,.53.1.6l-.07.33c-.03.59.15.67.13,1.24-.06-.17-.09.09-.13-.29,0,.19-.01.36.03.36-.02.09.02.47-.11.55-.02.06.02.12-.12.23-.02,0-.01-.02-.01-.02.03.03-.24.16-.06.14-.27.05-.64.02-1.05.03-.4,0-.78.01-1.04-.06-.41.01-.91.03-1.28.04.02-.02,0-.03.07-.02-.52-.05-.32.15-.9.1-.3-.08.31-.05.12-.08-.08-.17-.71.02-1.1-.08h.1c-.31-.08-.75.12-1.04-.16,0,0,.02,0,.02-.02-.12-.04-.26-.21-.31-.45-.05-.23-.04-.53-.06-.76.07.15.04.22.1.13,0-.21-.11.06-.13-.36.04-.14.07-.44.14-.48v.4c.1-.2,0-.52.02-.73l.04.03c-.01-.61-.12-.62-.11-1.28l-.03.07c-.1-.36.06-.3-.02-.66l.1-.11c-.03-.24-.1-.83-.12-1.26.08.24.12.74.16,1.05,0-.24,0-.8-.06-.92.01.09.04.21.02.31-.08-.29-.12-.67-.12-1.14.2.08.05-1.22.21-1.56-.07-.83.03-1.65.02-2.62-.16.34,0-.28-.17-.22-.01-.22,0-.31,0-.33v.05s0-.03,0-.05h0l.1-.68c.05-.16.04.21.07.19.01-.49.07-.21.11-.53-.06.07-.08-.17-.06-.45l-.07.4c-.09-.69.14-.6.05-1.29l.05.22c-.03-.36,0-1.32-.13-1.67.02-.06.06-.15.07.01.02-.85-.14-1.9-.06-2.56l.04.06c0-.08-.02-.15-.04-.22-.01-.09-.02-.11,0-.31.02.01.04.11.04-.02,0-.08-.02-.32-.04-.56-.18,0-.35.01-.49,0l.33-.04c-.19,0-.36,0-.52-.01-.1,0-.19,0-.28,0-.17,0-.32.02-.48.04-.3.04-.59.08-.94.1,0-.12-.65-.15-.98-.17v-.02c-.26,0-.52,0-.76.01-.35.02-.68.03-1.02.05.03.45.05.9.08,1.4-.13.56-.05,1.89-.12,2.78.02-.14.09.02.1.18-.02.21.08.58-.03.55v-.07c-.1.16-.07.59-.08.93l.14.06c-.2.88.07,2.31-.11,2.79.03.21.03.48.07.69h-.07c-.02.58-.03.87-.01,1.6l-.05-.15c0,.41.22.52.22.9l-.11.11c0,.72-.1,1.44,0,2.15-.02-.01-.05-.03-.05-.15,0,.34-.08,1.3.08,1.18-.1,0,0,.74.03,1.13l-.07-.06c.09.33.12.34.15.79,0,.11-.06.09-.04-.05-.04.36.07.28.03.72l-.05-.16c0,.37.02.34.07.55.03.23-.02.7-.08.76.04.05.11.26.1.48-.02.03-.05-.05-.05-.09.01.65.22.93.3,1.36-.02.02-.02.05-.02.09-.18-.49-.24-.9-.23-.86-.07,0,.02.43-.15.12.11.34.4.85.56,1.22,0,.02,0,.04,0,.06l-.03-.03c.04.09.09.16.14.22.05.12.1.19.17.3-.03.08.28.41.43.56.04-.06.24.13.09-.09.02.03-.03-.02-.13-.12-.02-.02-.05-.05-.07-.06h.01c-.1-.09-.21-.23-.32-.4.13.11.25.23.38.43.11.05.22.1.28.12.12.27.54.65.58.73.57.32,1.42.57,1.83.47.18,0,.2.07.26.1-.1,0-.23-.02-.28,0,.36.04,1.06.05,1.13-.05.43.04-.24.09.35.07l-.08.03c1.17.16,1.91-.25,3.21-.05-.09-.01-.14-.02-.15-.03.74.04,1.51.02,2.27,0,.76-.03,1.51.02,2.28-.04.43-.07.46-.14.69-.27l.11.05c.13-.07.25-.17.38-.26.51-.33,1.09-.4,1.52-1.13-.03.02-.07.04-.11.05.2-.21.48-.77.5-.7,0-.03,0-.11.06-.2h.04c.08-.21.13-.45.18-.68.14-.53.16.13.31-.67.04-.31-.07-.86-.09-.75,0,.12-.04.3-.08.31v-.27s-.03,0-.03-.01c0-.01,0-.03,0-.04v-3.12l.02.03-.02-.09v-.4s.03.04.04.12c.05-.29-.04-.26.02-.51,0-.03.01-.02.02.01l-.03-.29c.02.06.08-.05.06.13.06-.51-.08-.83,0-1.02v.04c-.02-.53-.05-.31-.11-.38v-.33l.14-.25-.08-.07c0-.07,0-.22.04-.19-.06-.27-.04.05-.09-.11.07-.35-.03-.98.09-1.06-.06-.13-.05.34-.09-.04.14-.11-.02-.44.04-.76.07.1.03.41.1.08-.12-.2.03-.63,0-.9-.1-.01-.04-.59-.07-1.05.03.03.05-.86.09-1.29h.02c-.1-.07-.08-.51-.1-.83.06.01.08.07.11.24v-.3c-.03-.07-.05-.17-.06-.36l.07.08ZM38.25,55.42h.02s-.04,0-.07-.01c-.09-.11-.11-.16-.11-.18.04.05.08.12.16.19ZM53.63,48.21s0,.03-.01.04v-.16s0,.08.01.12Z'/%3E%3Cpath d='M38.45,55.53s.02.02.04.04c-.02-.03-.03-.05-.04-.07l-.05-.02.05.06Z'/%3E%3Cpath d='M53.73,35.7s0,.03-.01.04c0-.01,0-.01,0-.02v-.02Z'/%3E%3Cpath d='M53.74,45.23l-.02.51c.03-.09.07-.21.07.03.09-.65-.06.13-.05-.54Z'/%3E%3Cpath d='M53.79,43.64c.01.28.04,0,.06.01-.03-.18-.03-.22-.06-.01Z'/%3E%3Cpath d='M51.72,33.86l.03-.07c-.21,0,0,.03-.03.07Z'/%3E%3Cpolygon points='48.79 34.91 48.79 34.82 48.81 35.17 48.79 34.91'/%3E%3Cpath d='M46.92,52.2l.06.08c.14-.01.17-.11-.06-.08Z'/%3E%3Cpath d='M42.23,48.16c0,.19-.04.37-.03.47.04-.09.07-.33.03-.47Z'/%3E%3Cpolygon points='37.16 39.94 37.13 39.77 37.15 40.09 37.16 39.94'/%3E%3Cpath d='M65.48,33.73c-.07,0-.12.02-.11.03.07-.01.1-.02.11-.03Z'/%3E%3Cpath d='M74.82,34.08l-.24-.11s.12.06.24.11Z'/%3E%3Cpath d='M77.59,37.15l.02.08s.03.04.05.06l-.07-.13Z'/%3E%3Cpath d='M77.64,40.24s.05.09.05.16c.01,0,.03,0,.05-.03,0-.07-.07-.1-.1-.12Z'/%3E%3Cpath d='M72.99,39.24v-.05s-.03,0-.05,0l.05.06Z'/%3E%3Cpath d='M61.52,36.27s0,0,0-.01c.03-.08,0-.04,0,.01Z'/%3E%3Cpath d='M69.94,57.06c-.31-.07.5-.09.04-.16.04.03-.42.12-.04.16Z'/%3E%3Cpath d='M61.18,43.08s-.02.02-.03.07c.01-.01.02-.04.03-.07Z'/%3E%3Cpath d='M61.25,45.77c0,.07-.02.09,0,.18v-.03s0-.08,0-.16Z'/%3E%3Cpath d='M61.25,48.5v-.05s.01-.06.01-.09v.14Z'/%3E%3Cpath d='M77.84,49.46c0-.12,0-.26.01-.4,0-.24,0-.49,0-.74-.93,0-1.18,0-1.61-.04.13.02-.02.09-.18.1-.2-.02-.57.08-.53-.03h.07c-.15-.1-.57-.07-.9-.08l-.05.14c-.23-.06-.51-.07-.79-.08-.37,0-.76.01-1.13.02.02.89.03,1.1-.05,1.36.03.21.03.46.07.67h-.07c0,.28-.01.49-.02.72,0,.25.02.47-.06.68,0-.04,0-.07-.02-.11-.04.12-.03.2-.04.29-.01.09-.06.2-.21.25-.04-.03-.08-.05-.11-.08-.24.05-.65,0-.98,0-.35-.01-.7-.01-1.04.04.01-.02.03-.05.14-.05-.33,0-1.27-.08-1.15.08,0-.1-.72,0-1.1.03l.06-.07c-.32.09-.33.12-.77.15-.08,0-.09-.04-.03-.04-.24-.01-.25.09-.58,0,.05,0,.1-.01.14-.03-.3-.06-.27-.04-.44-.07-.09-.04-.19-.15-.23-.27-.04-.12-.03-.24,0-.26-.05-.03-.12-.2-.1-.42.03-.03.04.05.05.09.05-.6-.09-.9-.01-1.31.02,0,.04-.04.04-.07,0,.48,0,.87-.01.83.07,0,.08-.39.17-.08-.05-.31-.16-.84-.13-1.22,0-.02.01-.04.02-.05v.04c.01-.09,0-.17,0-.24.01-.12.02-.2.02-.31.06-.04.03-.44.03-.64-.07.02-.06-.24-.12,0,0-.03,0,.04.01.16,0,.03,0,.06,0,.08h0c0,.11,0,.28,0,.47-.04-.15-.07-.31-.03-.53-.05-.1-.1-.21-.12-.27.1-.26.16-.77.22-.84-.04-.59-.03-1.39-.17-1.76-.02-.17.04-.19.06-.26.01.1.01.21.03.26-.04-.34-.01-.99-.11-1.07.04-.42.09.24.07-.34l.03.08c.16-1.14-.25-1.86-.05-3.12-.01.09-.02.13-.03.15.05-.72.02-1.48.02-2.19.02-.34.2-.63.52-.72.3-.09.68-.02,1.04,0,.41.03.45-.03.7-.08l.09.08.42-.09c.6-.07,1.04.2,1.8.07l-.1-.05c.27,0,.86-.03.82.03.03,0,.09-.06.2-.03v.04c.24-.02.45-.06.66-.04.23.08.18.13.17.16-.02.05.03.06.18.26.15.12.26.61.28.52,0-.11,0-.27.04-.29.03.08.04.16.05.25,0,0,.01,0,.02,0,0,.02,0,.03,0,.04v2.76h.28s-.02.01-.03.02l.09-.02h.39s-.04.03-.12.04c.29.05.25-.04.5.02.03,0,.01.01-.01.02l.28-.03c-.05.02.05.08-.13.06.5.06.81-.08,1,0h-.04c.52-.02.3-.05.37-.11h.32l.24.14.07-.08c.07,0,.21,0,.19.04.27-.06-.05-.04.11-.09.33.07.86-.02,1.1.08,0,0,.01,0,.02,0-.02-.07-.03-.05-.04-.02-.09-.01-.19-.02-.04-.04,0-.01,0-.04,0-.07.07,0,.06-.14.05-.29-.02-.16-.04-.3,0-.46.07.1.03.4.1.08-.12-.19.03-.61,0-.88-.1-.01-.04-.58-.07-1.02.03.03.06-.83.08-1.26h.02c-.09-.07-.11-.5-.2-.81.06,0,.1.05.15.22-.01-.1-.03-.2-.06-.3-.05-.06-.08-.15-.14-.34l.09.05c-.13-.39-.34-.75-.57-1.21-.05.01,0,.22-.09.2-.04-.07-.09-.15-.14-.22.02,0,.06,0,.11.06-.03-.04-.12-.12-.16-.2l.18.14c-.12-.21-.11-.07-.22-.22.05-.03-.05-.13,0-.14.04.03.08.14.14.19-.11-.18-.27-.39-.3-.48-.01.04-.05.04-.17-.06-.3-.27-.06-.14-.22-.32-.1-.03-.29-.21-.34-.15-.1-.07-.1-.1-.13-.15-.19-.1-.89-.42-.7-.25l.05.03s-.02,0-.03-.01c-.65-.18-1.36-.39-2.03-.35v-.03c-.39.03-.87.02-1.15.07-.12,0-.27-.05-.22-.08-.3.02-.33.05-.77,0,.3-.05-.1-.04.31-.03-.39-.02-.48-.06-.9,0,.14-.07-.29-.08-.48-.06l.27.05c-.21,0-.39,0-.57,0l.1-.09c-.8-.11-1.44.18-2.04,0-.21.06.43.04.24.12-.37-.01-.75-.14-.86-.14-.5-.05-.47.13-1,.1.07.03.13.11-.26.16-.37,0-.47-.08-.24-.14.09-.02.14,0,.13,0,.12-.02.28-.04.13-.06l-.05.03c-.19-.03-.72.06-.6-.01-.28.09-.11.06.1.05-.49.04-.76.15-1.24.33.08-.02.16-.01.09.02-.69.28-.27.2-.69.45-.26.13.02-.16-.37.18-.25.18-.11-.02-.02-.12-.32.35-.67.58-.84.81l.13-.22c-.08.13-.15.23-.23.33l.14-.08c-.1.11-.17.22-.18.2-.04.15.15-.04.05.24-.14.14-.22.53-.33.56.27-.54-.11.03.1-.45-.03.1-.08.21-.15.34-.02.02,0-.03,0-.06-.28.53-.03.28-.18.86-.03-.09-.12.12-.13.22.06-.24.09-.1.1.12-.09.37-.03.41-.04.61l.03-.22c.04.08.03.27.03.53-.04.02-.02-.24-.04-.14.07.29-.09.64-.03,1.03-.03.18-.09.02-.11.18.06.44-.06.48-.01.94.06-.13.05-.16.11.17l-.04-.76.09.49c0-.23-.04-.48-.03-.62.05.23.04.21.09.1-.09.31.06.62,0,.99h-.16c-.07.53.08.96.04,1.67l.03-.23c.06.1,0,.44.03.67-.05-.02-.07.12-.1.22.04-.01,0,.52.1.58l-.07.32c-.03.57.15.65.13,1.2-.06-.17-.09.08-.13-.28,0,.18-.01.35.03.35-.03.11.07.51.02.68.02.08.08.1.07.31-.01.02-.03,0-.03,0,.03,0,.04.32.09.14-.16.57.01,1.58-.13,2.07.01.4.03.89.04,1.25-.02-.02-.03,0-.02-.07-.05.5.15.31.1.88-.08.29-.05-.3-.08-.12-.17.08.02.69-.08,1.07v-.09c-.06.3.04.71.05,1.21,0,0-.02-.02-.03,0,.09.34.22.96.41,1.4-.11-.12-.1-.19-.14-.09.08.2.08-.09.24.3.02.14.12.43.08.5-.07-.11-.12-.24-.18-.37,0,.24.24.47.34.66h-.05c.19.25.3.37.44.47.13.11.26.21.51.43l-.03-.07c.34.14.2.24.55.37l.04.15c.22.12.8.28,1.22.35-.25.03-.74-.11-1.05-.21.22.12.77.31.9.28-.1-.01-.22-.03-.3-.08.3.02.68.07,1.14.13-.05.1.26.14.61.15.35,0,.75,0,.92.09.81-.07,1.61.03,2.55.02-.33-.16.28,0,.22-.17.22-.01.3,0,.32,0h-.04s.03,0,.05,0h0s.66.1.66.1c.16.05-.21.04-.19.07.48.01.2.07.52.11-.07-.06.17-.08.44-.06l-.39-.07c.67-.09.58.14,1.26.05l-.21.05c.34-.03,1.29.01,1.65-.17.07.01.16.04,0,.08.44-.03.92-.2,1.34-.39.43-.2.78-.46,1.08-.64l-.03.07c.13-.11.17-.25.35-.35,0,.02-.02.07.04.02.05-.08.26-.36.4-.53l-.08.18c.57-.68.61-1.2.75-1.88.12.03.29-.63.31-.97h.02c.04-.97-.09-1.6-.13-2.48.04-.15.06-.36.07-.61ZM66.3,48.66c.01.13,0,.17-.02.19,0-.06,0-.13,0-.22v-.02s.02.03.03.05ZM74.23,42.01s-.03,0-.03-.01h.16s-.08,0-.12.01Z'/%3E%3Cpath d='M67.33,52.28s.05,0,.08,0c-.04,0-.06,0-.08,0Z'/%3E%3Cpath d='M66.2,48.43s0-.03,0-.05c0,.03-.01.05-.02.08l.02.05s0-.05,0-.07Z'/%3E%3Cpath d='M74.92,34.12s.02.02.03.02c0,0,0-.01-.01-.02h-.02Z'/%3E%3Cpath d='M76.63,42.11c.09.03.2.07-.03.07.63.09-.14-.06.53-.05l-.51-.02Z'/%3E%3Cpath d='M77.7,40.85c.01.27.04,0,.06.01-.03-.17-.03-.21-.06-.01Z'/%3E%3Cpath d='M71.43,33.73l.03-.07c-.21,0,0,.03-.03.07Z'/%3E%3Cpolygon points='68.11 33.59 67.76 33.62 68.02 33.6 68.11 33.59'/%3E%3Cpath d='M61.18,48.02l.08-.06c-.01-.14-.11-.17-.08.06Z'/%3E%3Cpath d='M63.18,56.18c-.15-.12-.29-.25-.37-.31.04.1.22.26.37.31Z'/%3E%3Cpolygon points='74.24 48.32 74.4 48.3 74.1 48.32 74.24 48.32'/%3E%3Cpath d='M100.53,51.18c.04.07.06.09.07.09-.04-.06-.07-.11-.07-.09Z'/%3E%3Cpath d='M99.52,56.77s-.14-.02-.27-.03l.27.03Z'/%3E%3Cpath d='M96.42,53.77l-.04-.07s-.04-.03-.06-.04l.1.12Z'/%3E%3Cpath d='M94.96,50.83s-.09-.07-.12-.12c-.01,0-.02.02-.03.06.03.07.11.06.15.07Z'/%3E%3Cpath d='M89.79,50.85v.05s.03.01.05.01l-.05-.07Z'/%3E%3Cpath d='M98.42,46.8s0,0,0,.01c.05.07.02.03,0-.01Z'/%3E%3Cpath d='M92.77,40.04c.25-.22-.25.48.1.13-.05.02.17-.43-.1-.13Z'/%3E%3Cpath d='M99.61,38.6l-.03.02s-.04.08-.1.13c.05-.05.07-.07.13-.15Z'/%3E%3Cpath d='M101.28,36.44l-.04.03s-.04.05-.05.08l.1-.11Z'/%3E%3Cpath d='M103.1,55.95c-.06-.1-.1-.15-.17-.25.13.1-.07-.32-.18-.48l.09.28c-.11-.19-.2-.37-.29-.54l.13.05c-.31-.8-.88-1.27-1.03-1.92-.16-.17.18.43.02.28-.17-.35-.25-.77-.31-.88-.21-.5-.35-.38-.58-.89,0,.08-.04.18-.26-.18-.17-.35-.11-.49.03-.28.05.08.06.13.05.13.07.11.16.25.12.09l-.05-.03c-.06-.19-.32-.66-.21-.57-.17-.25-.1-.09-.02.11-.2-.46-.37-.69-.58-1.16.02.08.03.16-.01.09-.32-.69-.21-.27-.46-.71-.09-.28.15.04-.13-.4-.12-.29.04-.1.12,0-.27-.39-.38-.8-.5-1.04l.14.21c-.08-.12-.14-.23-.2-.34v.15c-.05-.13-.11-.24-.08-.25-.11-.11-.04.15-.23-.09-.06-.19-.31-.51-.27-.6.26.55.04-.1.3.35-.06-.08-.11-.19-.17-.33,0-.02.02.01.05.04-.21-.55-.21-.19-.49-.73.08.05.01-.17-.04-.25.11.22-.01.14-.15-.04-.15-.36-.22-.36-.31-.54l.09.21c-.08-.05-.16-.22-.3-.45.02-.04.14.21.11.11-.21-.23-.24-.64-.49-.98-.06-.19.07-.06,0-.22-.27-.38-.19-.49-.45-.88,0,.06.01.11,0,.1,0,0-.03-.03-.05-.06-.02-.01-.04-.03-.07-.07l.06.08.11.17.21.35-.33-.42c.11.22.28.44.34.57-.16-.2-.14-.18-.13-.05-.06-.29-.33-.56-.41-.76.02-.02.04-.04.07-.07l.16.05s.02,0,.08-.07l.13-.16c.08-.11.15-.22.23-.34.15-.24.32-.49.57-.78l-.17.18c.01-.12.28-.37.41-.58.03.05.14-.06.23-.12-.04-.01.34-.44.3-.55l.26-.22c.4-.46.31-.64.69-1.09-.06.17.13-.01-.08.32.12-.15.24-.29.21-.31.1-.07.28-.47.43-.58.03-.08,0-.13.14-.31.02-.01.02.02.02.02-.02-.02.18-.29.02-.18.5-.38,1.03-1.34,1.46-1.67.25-.35.56-.76.79-1.07,0,.03.02.02-.03.07.37-.4.07-.33.52-.82.33-.28-.21.34-.03.17.08.01.21-.15.36-.35.15-.2.3-.43.48-.66-.14,0-.25-.01-.35-.03h.17c-.2-.04-.55-.02-.9,0-.13.01-.28.02-.42.03-.12,0-.24.01-.37.01,0,0,.02-.02,0-.03-.35.09-1.01.12-1.51.14.15-.07.22-.04.13-.1-.22,0,.06.11-.38.13-.14-.04-.46-.07-.5-.14h.42c-.21-.1-.54,0-.76-.02l.03-.04c-.31,0-.47.03-.64.06-.08.01-.17.03-.27.04-.05,0-.11,0-.17.01-.09,0-.18,0-.29,0,0,.01-.02.03-.03.04l.04-.03h.05s-.03.02-.03.02c-.19.4-.25.23-.41.58l-.15.03c-.13.21-.43.76-.68,1.13.09-.25.36-.69.52-.98-.15.2-.49.68-.52.81.05-.09.1-.2.17-.27-.11.29-.31.63-.61,1.03-.11-.19-.8.99-1.13,1.19-.45.74-1.04,1.36-1.63,2.18.34-.19-.17.24,0,.29-.13.19-.18.26-.2.27l.03-.03s-.02.02-.04.04h0s-.5.51-.5.51c-.14.11.1-.2.06-.2-.31.41-.18.13-.42.38.09-.02-.04.19-.23.42l.3-.29c-.36.63-.48.42-.84,1.05l.09-.21c-.2.32-.81,1.1-.92,1.47-.05.04-.14.09-.05-.05l-.11.14-.02.03-.05.08c-.05.09-.1.18-.15.27-.02-.07-.04-.27,0-.4.01,0,.03,0,.04,0,0-.03-.02,0-.04-.09-.01-.08-.02-.16,0-.26.02.01.04.07.04,0-.01-.09-.07-.44-.05-.66l.04.19c.05-.86-.11-1.33-.14-2.05.12,0,.15-.68.17-1.02h.02c.01-1-.1-1.7-.14-2.63.06-.28.08-.75.08-1.27,0-.26,0-.53,0-.79,0-.39.02-.76.03-1.11-.05,0-.1,0-.14,0,.24.02-.13.09-.39.1-.08,0-.21,0-.28,0-.07,0-.13.01-.19.02-.12,0-.21,0-.19-.04h.08c-.16-.1-.61-.07-.96-.08l-.06.14c-.4-.09-.91-.09-1.4-.07-.24,0-.49.02-.7.02-.15,0-.28,0-.41,0-.16,0-.31-.01-.44-.02-.01.14-.03.25-.05.35.01.17.02.34.03.51,0,.12.02.25.03.36h-.07c-.02.6-.03.91-.01,1.66l-.05-.15c0,.43.22.54.22.93l-.11.12c0,.75-.1,1.5,0,2.24-.02-.01-.05-.03-.05-.15,0,.35-.08,1.36.08,1.23-.1,0,0,.77.03,1.17l-.07-.06c.09.34.12.35.15.83,0,.11-.06.1-.04-.05-.04.37.07.29.03.75l-.05-.17c0,.39.02.35.07.57.03.24-.02.73-.09.79.04.05.1.26.08.49-.03.03-.04-.05-.05-.09-.05.64.09.96.01,1.4-.02,0-.04.04-.04.07,0-.51,0-.92.01-.89-.07,0-.08.41-.17.08.05.33.16.9.13,1.3,0,.02-.01.04-.02.05v-.04c-.01.09,0,.18,0,.25-.01.13-.02.21-.02.33-.06.05-.03.47-.03.68.07-.02.06.25.12,0,0,.03,0-.04-.01-.18,0-.03,0-.07,0-.09h0c0-.12,0-.3,0-.5.04.16.07.33.03.56.05.11.1.22.12.29-.1.28-.16.83-.22.9.04.63.03,1.48.17,1.88.02.18-.04.21-.06.27-.01-.1-.01-.23-.03-.28.04.36.01,1.06.11,1.15-.04.45-.09-.25-.07.37l-.03-.08c-.16,1.22.25,1.98.05,3.34.01-.09.02-.14.03-.16l-.02.42v.59c.37,0,.74,0,1.12,0l.97-.02c.65,0,1.29,0,1.91.05.15.01.33,0,.46,0,.12-.01.2-.03.29-.05,0-.06-.02-.13-.03-.2.03-.02.05-.05.08-.08l-.05-.32-.05-.23c-.07-.64.2-1.11.07-1.92l-.05.1c.01-.29-.03-.92.03-.87,0-.03-.06-.1-.03-.21h.04s-.07-.72-.07-.72c.03-.55.17.09.17-.72-.02-.3-.12-.86-.15-.74,0,.12-.03.31-.07.32l-.02-.28s-.02,0-.02-.01v-.04l2-2.56v.04s.04-.09.04-.09l.25-.32s0,.05-.05.12c.23-.21.14-.24.34-.41.03-.02.02,0,0,.02l.16-.25c-.02.06.09,0-.03.14.15-.15.2-.23.26-.32.07-.1.12-.2.17-.27.03.05.06.11.07.18l-.02-.02c.14.22.17.23.18.2,0-.01.02-.03.04-.02l.16.31v.29s.11.03.11.03c.03.07.1.21.06.2.18.23,0-.06.13.06.11.36.51.88.43,1.02.12.09-.12-.33.1,0-.07.16.23.39.34.72-.11-.06-.23-.36-.13-.03.2.12.28.59.44.83.09-.03.32.53.58.93-.04-.01.37.82.55,1.23h-.02c.13.03.32.44.5.72-.06.02-.11-.03-.21-.17l.15.28c.06.05.12.13.23.3l-.1-.04c.2.37.47.7.68,1.2.05,0,.02-.21.09-.2l.13.25s-.06-.02-.1-.08c.03.04.11.14.14.23l-.16-.17c.09.23.11.09.19.26-.05.02.03.15-.01.14-.03-.04-.06-.16-.11-.22.09.2.19.45.2.54.02-.03.06-.03.14.11.2.37.01.16.1.38.05.03.21.39.26.37.02,0,.03-.01.03-.02.16,0,.18.04.25.06.26-.03,1.02,0,.79-.09h-.06s.02,0,.04,0c.71-.08,1.47.04,2.17.01v.03c.42-.03.93-.02,1.23-.07.13,0,.36.05.31.08.29-.01.37-.03.61-.03-.04-.08-.09-.2-.17-.36.27.4-.01-.11.26.41h0,0c-.12-.25-.19-.41-.27-.57-.04-.08-.09-.17-.15-.27ZM85,47.89c-.01-.14,0-.18.02-.2,0,.06,0,.14,0,.24v.02s-.02-.03-.03-.05ZM92.38,47.52l.09-.11s-.04.07-.07.1c-.01.01-.01,0-.02,0Z'/%3E%3Cpath d='M85.09,48.14s0,.03,0,.06c0-.03.01-.06.02-.08l-.02-.05s0,.05,0,.07Z'/%3E%3Cpath d='M99.14,56.74s-.03,0-.04-.01c.01,0,.01,0,.02,0h.02Z'/%3E%3Cpath d='M93.55,48.33c.24.64,0-.15.31.47l-.23-.48c.02.1.04.22-.08.01Z'/%3E%3Cpath d='M94.54,50.3c.11.15.13.18.06-.02-.15-.25-.04.02-.06.02Z'/%3E%3Cpath d='M103,56.79v.07c.34,0-.01-.03,0-.07Z'/%3E%3Cpolygon points='101.97 53.6 102.02 53.68 101.83 53.36 101.97 53.6'/%3E%3Cpath d='M101.01,36.89h-.11c-.08.13-.03.21.11,0Z'/%3E%3Cpath d='M97.49,33.84s.04,0,.05,0c-.02,0-.04,0-.06-.01-.05.04-.14.13-.22.23-.05.07-.1.14-.13.2.06-.07.12-.14.17-.2.07-.09.14-.16.18-.22Z'/%3E%3Cpolygon points='87.73 33.67 87.4 33.69 87.56 33.7 87.73 33.67'/%3E%3Cpath d='M122.36,41.87c-.02.05-.02.08-.02.08.02-.05.03-.09.02-.08Z'/%3E%3Cpath d='M119.17,48.52l.11-.17s-.06.08-.11.17Z'/%3E%3Cpath d='M119.09,51.68v.06s.02.03.04.05l-.04-.11Z'/%3E%3Cpath d='M114.36,56.62v-.04s-.03,0-.05,0l.05.05Z'/%3E%3Cpath d='M124.05,38.73h0c-.02.07,0,.04,0,0Z'/%3E%3Cpath d='M116.57,42.78c0,.08-.02.08-.05.07-.03,0-.07-.04-.04.11.02-.02.12-.02.1-.18Z'/%3E%3Cpath d='M125.88,33.71s.03.02.06.03c0,0,0-.02-.06-.03Z'/%3E%3Cpath d='M123.39,33.81h.02s.06,0,.12,0c-.05,0-.07-.02-.14,0Z'/%3E%3Cpath d='M121.4,33.82h.04s.05.01.07.01h-.11Z'/%3E%3Cpath d='M126.08,33.85c.1-.05-.04-.07-.14-.1-.02.04-.69,0-.76.1l-.25-.07c-.45-.03-.51.15-.94.13.13-.06-.07-.09.22-.13-.14,0-.27-.01-.28.03-.08-.03-.4.07-.53.02-.06.02-.08.08-.24.07-.02-.01,0-.03,0-.03,0,.03-.25.04-.11.09-.44-.16-1.24.01-1.62-.13-.21,0-.44.02-.64.03-.08.19-.15.36-.21.51,0-.02-.02-.01,0-.06-.2.34.04.28-.19.67-.17.17.05-.24-.03-.12-.18-.01-.2.5-.41.74l.02-.07c-.15.19-.17.54-.33.88,0,0,0-.02-.02-.01-.02.27-.19.73-.32,1.07-.02-.13.03-.16-.06-.13-.06.15.12,0,0,.3-.08.08-.2.28-.28.28l.12-.28c-.15.1-.16.36-.24.5l-.03-.04c-.18.43-.08.48-.29.94l.05-.03c-.02.29-.15.19-.19.47l-.13.03c-.05.18-.16.62-.28.93,0-.2.12-.56.17-.8-.07.16-.24.56-.23.67.02-.07.03-.16.08-.22-.01.23-.09.52-.24.84-.16-.14-.42.83-.67,1.01-.08.27-.21.56-.33.78-.06.1-.1.14-.14.21l-.02-.05c.01.42-.03-.06-.08.24-.05-.08-.07-.13-.06-.15,0,0,0,0,0,0h0c-.03-.16-.02-.2-.07-.4,0-.13.1.13.13.11-.14-.35,0-.17-.06-.42-.03.07-.13-.09-.19-.29l.05.31c-.29-.45-.06-.47-.35-.92l.11.13c-.14-.24-.4-.92-.63-1.11,0-.05.01-.13.07-.02-.24-.6-.71-1.27-.84-1.76l.06.03c-.06-.11-.15-.16-.18-.32.02,0,.06.03.04-.02-.04-.05-.19-.27-.24-.42l.1.11c-.21-.6-.49-.85-.73-1.32.11-.05-.06-.52-.14-.75h.02c-.29-.68-.59-1.1-.92-1.72-.03-.11-.07-.25-.13-.41-.49-.03-.75-.03-1.09-.04-.33,0-.68,0-.96-.04.1.02-.02.09-.14.1-.16-.02-.44.08-.42-.03h.06c-.12-.1-.45-.07-.71-.08l-.04.14c-.27-.08-.61-.09-.95-.07-.22,0-.44.02-.65.02-.25,0-.47,0-.68,0,.06.16.1.28.11.38.08.14.16.28.23.42l.11.2s.05.07.07.11l-.07.02c.17.41.26.62.51,1.12l-.1-.08c.13.29.36.27.49.52l-.06.13c.23.49.38,1.03.7,1.48-.02,0-.05,0-.1-.08.11.23.36.93.45.78-.09.05.23.51.4.76h-.09c.19.17.22.17.39.47.02.06,0,.08-.03.04.07.18.14.14.24.42l-.1-.09c.12.26.13.23.24.34.1.15.21.49.17.56.05.02.17.13.22.29-.01.03-.05-.02-.07-.04.16.45.38.6.45.92-.02.02-.02.04-.02.07-.16-.34-.28-.62-.27-.59-.06.03.06.31-.13.13.15.2.43.53.53.81,0,.02,0,.03,0,.05l-.02-.02c.02.06.05.12.09.16.03.09.05.15.09.23-.04.06.12.33.18.46.06-.04.14.14.11-.05,0,.02-.02-.02-.07-.11-.01-.02-.02-.04-.03-.06,0,0,0,0,.01,0-.04-.09-.1-.21-.16-.34.09.09.17.19.2.36.08.05.16.11.2.14,0,.23.11.62.08.69.23.4.49.97.74,1.17.07.11.03.15.03.21-.04-.06-.08-.14-.12-.17.14.22.34.7.46.71.1.32-.16-.13.05.27l-.05-.04c.24.87.84,1.21,1.09,2.19-.02-.07-.03-.1-.02-.12l.1.25c-.04.97.09,2.1-.04,3.1-.03.32.03.35.08.54l-.08.07.09.33c.07.47-.2.81-.07,1.41l.05-.08c-.01.21.03.67-.03.64,0,.02.06.07.03.15h-.04s.07.53.07.53c-.03.41-.17-.06-.17.53.02.22.12.63.15.54,0-.09.03-.23.07-.23l.02.2s.02,0,.02,0v.03h.08s.06.01.09,0h2.21l-.02.02.07-.02h.3s-.03.03-.09.04c.22.05.2-.04.39.02.02,0,.01.01,0,.02l.22-.03s.04.08-.1.06c.39.06.63-.08.78,0h-.03c.41-.02.26-.05.29-.11h.27s.08.04.14.06c.02-.01.05-.03.07-.06l-.08-.12c0-.06,0-.19.04-.15-.06-.26-.04.03-.09-.11.07-.27-.03-.74.09-.81-.06-.1-.05.26-.09-.03.14-.08-.02-.33.04-.58.07.08.03.31.1.06-.12-.15.03-.48,0-.69-.03,0-.04-.05-.05-.12.03.03.04.07.05.12.01,0,.03,0,.05-.03,0-.06-.07-.08-.1-.1-.02-.16,0-.44-.02-.68.03.02.05-.66.09-.98h.02c-.1-.05-.08-.39-.1-.63.06,0,.08.05.11.19v-.23c-.03-.05-.05-.13-.06-.27l.07.06c0-.31-.09-.61-.04-1.01-.05-.02-.12.13-.17.1v-.21s.04.03.05.09c0-.04-.03-.13-.01-.2l.06.17c.03-.18-.05-.09-.05-.24.05,0,.04-.11.08-.09,0,.04-.02.12,0,.18,0-.16.04-.36.08-.42-.03.01-.07,0-.08-.12,0-.31.06-.1.09-.28-.04-.07,0-.27-.08-.27,0-.09.04-.11.06-.14-.01-.05-.02-.19-.02-.23.04-.11.15-.36.04-.26l-.02.03v-.02c.16-.5.51-.95.7-1.43h.02c.1-.28.28-.61.32-.84.04-.08.13-.17.15-.12.08-.22.07-.26.25-.54-.06.23.07-.06-.07.23.15-.27.22-.31.29-.64.01.13.17-.17.22-.31l-.13.17c.06-.15.13-.28.19-.41l.05.11c.36-.52.31-1.09.68-1.45.01-.18-.18.29-.19.12.13-.25.37-.47.41-.55.21-.33.04-.39.25-.74-.05.03-.15.04-.04-.25.13-.25.27-.26.22-.09-.03.06-.05.09-.06.08-.03.09-.07.2.01.12v-.05c.08-.11.24-.47.25-.37.07-.21,0-.11-.09.03.2-.31.25-.52.44-.85-.04.05-.1.08-.07.03.27-.49.05-.25.2-.59.13-.17.07.12.2-.24.13-.2.1,0,.08.09.09-.34.31-.57.41-.74l-.05.18c.03-.1.07-.19.11-.27l-.1.07c.06-.09.09-.17.12-.16,0-.12-.13.03-.09-.19.09-.11.15-.41.25-.42-.22.39.1,0-.05.34.02-.07.06-.15.12-.24.02-.01,0,.02,0,.05.25-.36,0-.22.19-.62.02.07.12-.06.15-.12-.08.16-.11.04-.07-.12.15-.24.11-.29.17-.42l-.09.15c-.02-.07.05-.2.12-.38.04,0-.05.17,0,.12.02-.23.29-.41.37-.72.09-.12.09.03.16-.08.09-.34.22-.31.33-.66-.1.07-.1.09-.04-.17l-.21.56.08-.38c-.08.16-.13.36-.18.45.03-.19.04-.16-.05-.11.19-.18.16-.46.34-.69l.14.07c.12-.18.19-.36.25-.55.04-.1.07-.2.11-.31.07-.17.15-.34.25-.54l-.15.25c-.02-.09.16-.39.26-.61h-.08ZM111.53,43.46h.01s-.03,0-.05-.01c-.05-.09-.05-.12-.05-.14.02.04.05.09.08.16ZM117.49,56.64s0,0-.02-.01h.1s-.05,0-.08.01Z'/%3E%3Cpath d='M110.02,40.03s-.02-.03-.03-.06c0,.03.02.05.03.06Z'/%3E%3Cpath d='M111.66,43.57s.01.02.02.04c0-.02,0-.04-.01-.06l-.04-.02.02.05Z'/%3E%3Cpath d='M119.13,48.58s-.01.02-.02.02c0,0,0,0,.01,0h0Z'/%3E%3Cpath d='M119.02,55.77l-.02.39c.03-.07.07-.16.07.02.09-.49-.06.1-.05-.41Z'/%3E%3Cpath d='M119.07,54.55c.01.21.04,0,.06,0-.03-.13-.03-.17-.06,0Z'/%3E%3Cpath d='M120.34,46.14l.05.05c.06-.15-.02-.01-.05-.05Z'/%3E%3Cpolygon points='121.58 43.85 121.67 43.6 121.6 43.79 121.58 43.85'/%3E%3Cpath d='M121.78,33.75l.05.08c.11-.01.13-.11-.05-.08Z'/%3E%3Cpath d='M118.34,39.29c.06-.13.15-.25.17-.32-.07.05-.16.2-.17.32Z'/%3E%3Cpolygon points='109.07 33.67 108.83 33.69 108.94 33.7 109.07 33.67'/%3E%3C/g%3E%3Cg%3E%3Cpath d='M28.45,74.53l-.03.05s.03-.02.03-.05Z'/%3E%3Cpath d='M28.38,73.59v-.02s-.02,0-.04-.01l.04.03Z'/%3E%3Cpolygon points='28.55 70.84 28.55 70.83 28.51 70.83 28.55 70.84'/%3E%3Cpath d='M21.97,73.6c-.07.07-.08-.11-.16,0,.03,0,.12.1.16,0Z'/%3E%3Cpath d='M23.75,75.28s0,0,0,0c0-.01.02-.01.04,0-.02,0-.02-.02-.04,0Z'/%3E%3Cpolygon points='23.17 75.28 23.18 75.3 23.2 75.29 23.17 75.28'/%3E%3Cpath d='M21.87,74.87s-.01-.03-.02-.04c.01,0,.01.03.02.04Z'/%3E%3Cpath d='M25.23,69.98v.02s0,0,0,0c0,0,0,0,.01,0l-.02-.02Z'/%3E%3Cpolygon points='28.47 74.51 28.46 74.51 28.46 74.51 28.47 74.51'/%3E%3Cpath d='M28.39,72.28c-.09.14.06-.03.05.12l.02-.11s-.07.05-.07,0Z'/%3E%3Cpath d='M28.35,72.76s.03.05.06,0c-.01-.06-.04,0-.06,0Z'/%3E%3Cpath d='M28.17,75.11l-.04-.05s.02.02.04.05Z'/%3E%3Cpolygon points='27.56 75.19 27.57 75.18 27.51 75.21 27.56 75.19'/%3E%3Cpath d='M23.28,75.22v.08s.05-.11,0-.08Z'/%3E%3Cpath d='M21.86,75.17s.07-.06.03-.06c0,.02-.04.05-.03.06Z'/%3E%3Cpath d='M22.01,70.11l.02.03s0-.02,0-.02h-.01Z'/%3E%3Cpath d='M33.26,73.2c0-.06-.01-.1-.02-.09,0,.06.01.09.02.09Z'/%3E%3Cpath d='M30.25,79.74l-.03-.13s0,.06.03.13Z'/%3E%3Cpath d='M31.72,82.91l.03.06s.04.03.05.04l-.08-.1Z'/%3E%3Cpath d='M32.69,85.34s.07.06.1.1c.01,0,.03-.02.04-.05-.02-.06-.1-.05-.14-.06Z'/%3E%3Cpath d='M28.9,88.03l-.02-.04s-.03,0-.04,0l.06.03Z'/%3E%3Cpath d='M33.37,69.17s0,0,0,.01c.02.07.01.03,0-.01Z'/%3E%3Cpath d='M16.86,70.87c.07-.26.08.43.16.03-.03.04-.12-.36-.16-.03Z'/%3E%3Cpath d='M29.16,65.24s.03.03.06.04c0,0-.01-.02-.06-.04Z'/%3E%3Cpath d='M26.73,65.31h.02s.07,0,.13,0c-.06,0-.08-.02-.16,0Z'/%3E%3Cpath d='M24.56,65.32h.04s.05.01.07.01h-.12Z'/%3E%3Cpath d='M33.7,87.64c-.17-.24-.02.04-.14-.1-.05-.31-.36-.73-.27-.85-.1-.07.07.28-.1,0,.09-.14-.17-.32-.22-.6.1.05.17.3.12.02-.18-.1-.19-.49-.3-.69-.09.03-.24-.44-.42-.77.04,0-.24-.68-.35-1.02h.02c-.12-.02-.25-.36-.37-.6.06-.01.1.02.18.14l-.1-.23c-.05-.04-.1-.11-.17-.25l.09.03c-.14-.3-.35-.58-.48-.99-.05,0-.05.18-.11.17l-.09-.21s.05.01.08.07c-.02-.03-.08-.11-.1-.19l.13.14c-.05-.19-.09-.07-.15-.22.05-.02-.01-.12.03-.12.02.03.04.13.08.18-.06-.16-.12-.37-.11-.45-.02.03-.06.03-.12-.09-.14-.3.01-.13-.04-.32-.07-.06-.12-.27-.19-.24-.04-.09-.01-.12,0-.16-.05-.07-.13-.26-.2-.39-.07-.13-.1-.16-.12-.11v.03s0-.02,0-.02c-.03-.05-.06-.1-.09-.15l-.04-.08-.02-.04s.02-.01.04-.02c.12-.04.23-.06.35-.11.29-.09.56-.22.79-.39v.02c.28-.22.61-.49.73-.71.07-.07.19-.15.19-.1.15-.22.14-.26.38-.56-.1.25.09-.05-.12.25.21-.28.29-.33.37-.7.01.15.18-.21.21-.38l-.13.21c.06-.18.11-.33.16-.49l.06.11c.3-.68.02-1.3.19-1.8-.06-.18-.04.37-.11.21.01-.31.14-.64.14-.74.05-.43-.13-.4-.09-.85-.03.06-.11.11-.14-.22.01-.31.13-.39.16-.19,0,.08,0,.11-.02.11.01.1.02.23.06.11l-.03-.04c.03-.16.03-.59.08-.49-.03-.24-.05-.1-.07.07.05-.4,0-.63.03-1.04-.02.07-.05.13-.05.06.04-.61-.06-.27-.07-.68.05-.23.11.08.07-.33.03-.25.08-.05.11.05-.06-.38.04-.7.05-.92l.03.2c-.02-.12-.01-.21-.02-.32l-.06.12c0-.12,0-.23.03-.23-.05-.12-.1.1-.17-.15.04-.17-.09-.48-.01-.55.04.51.08-.07.15.36-.02-.08-.03-.19-.04-.31,0-.02.02.01.03.05,0-.51-.13-.21-.24-.71.07.05.05-.14.01-.22.07.2-.04.12-.14-.05-.08-.32-.16-.32-.23-.48l.06.18c-.07-.04-.12-.19-.25-.38.02-.04.12.16.1.09-.19-.18-.22-.54-.5-.77-.09-.14.06-.07-.03-.19-.33-.24-.26-.37-.64-.58.06.12.09.12-.19,0,.19.12.39.24.57.39-.13-.08-.26-.15-.4-.21.17.11.36.25.44.34-.19-.1-.16-.1-.13,0-.14-.26-.45-.31-.69-.53l.09-.13c-.4-.32-.82-.34-1.42-.52l.19.07c-.1.04-.38-.09-.59-.08.03-.05-.1-.08-.18-.13,0,.03-.47-.03-.52.07l-.27-.07c-.49-.03-.56.15-1.03.13.14-.06-.07-.09.24-.13-.16,0-.3-.01-.3.03-.09-.03-.44.07-.58.02-.07.02-.09.08-.26.07-.02-.01,0-.03,0-.03,0,.03-.28.03-.12.09-.48-.16-1.35.01-1.77-.13-.34.02-.76.03-1.07.04.02-.02,0-.03.06-.02-.43-.05-.26.15-.75.1-.25-.08.26-.05.1-.08-.07-.17-.59.02-.92-.08h.08c-.25-.07-.61.05-1.02.04,0,0,.02-.02,0-.03-.28.09-.81.12-1.21.14.12-.07.18-.04.1-.1-.18,0,.05.11-.3.13-.11-.04-.37-.07-.4-.14h.33c-.17-.1-.43,0-.61-.02l.02-.04c-.51.01-.52.12-1.07.11l.06.03c-.31.1-.22-.06-.58.02-.05-.03-.1-.07-.16-.1-.06,0-.14.01-.28.02.01.15.03.35.06.56.02.17.03.31.04.46-.04-.1-.07-.24-.09-.4-.02-.24-.05-.48-.07-.68.02,0,.03,0,.04,0-.01,0-.03,0-.05,0,0,.16,0,.41.01.64,0,.16.02.28.05.34-.01-.08-.04-.18-.02-.26.08.24.12.56.12.95-.2-.07-.05,1.02-.21,1.3.07.69-.03,1.37-.02,2.18.16-.29,0,.24.17.19.01.19,0,.26,0,.27v-.04s0,.03,0,.04h0l-.1.57c-.05.13-.04-.18-.07-.16-.01.41-.07.17-.11.44.06-.06.08.14.06.38l.07-.33c.09.57-.14.5-.05,1.07l-.05-.18c.03.3,0,1.1.13,1.39-.02.05-.06.12-.07,0-.02.71.14,1.58.06,2.13l-.04-.05c.01.13.07.23.03.4-.02,0-.04-.05-.04,0,.01.07.07.35.05.53l-.04-.15c-.05.69.11,1.06.13,1.64-.12,0-.15.54-.17.81h-.02c-.01.8.1,1.36.14,2.11-.13.46-.05,1.57-.12,2.31.02-.11.09.02.1.15-.02.17.08.48-.03.46v-.06c-.1.13-.07.49-.08.77l.14.05c-.2.73.07,1.92-.11,2.32,0,.05.01.07.02.15v.23c.02.15.03.3.04.42.02,0,.04,0,.07,0l-.09.07c.37,0,.64.01.94.02.2,0,.41,0,.71,0l-.12.05c.34,0,.43-.22.75-.22l.09.11c.6,0,1.2.1,1.79,0,0,.02-.03.05-.12.05.09,0,.22,0,.37.01.25,0,.52,0,.73,0,0-.32-.03-.53-.09-.48.05.05.05-.33.04-.47-.02-.19-.05-.43-.07-.59l.07.05c-.09-.27-.12-.28-.15-.66,0-.09.06-.08.04.04.04-.3-.07-.23-.03-.6l.05.14c0-.31-.02-.28-.07-.45-.03-.19.02-.59.08-.63-.04-.04-.09-.21-.08-.39.03-.02.04.04.05.07.05-.52-.09-.77-.01-1.12.02,0,.04-.03.04-.06,0,.41,0,.74-.01.71.07,0,.08-.33.17-.07-.05-.27-.16-.72-.13-1.04,0-.02.01-.03.02-.04v.03c.01-.07,0-.14,0-.2.01-.1.02-.17.02-.27.06-.04.03-.38.03-.54-.07.01-.06-.2-.12,0,0-.03,0,.03.01.14,0,.02,0,.05,0,.07h0c0,.1,0,.24,0,.4-.04-.13-.07-.27-.03-.45-.05-.08-.1-.18-.12-.23.1-.23.16-.66.22-.72-.01-.22-.03-.46-.04-.69-.01-.3-.03-.28-.07-.45.02-.01.04-.03.06-.05.09-.02.13.04.15.06-.04.01-.09.01-.1.03.03,0,.07-.01.12-.02.09,0,.19,0,.28-.01.18-.01.34-.03.38-.08.36.04-.2.09.29.07l-.07.03c.43.07.79.03,1.15-.02.18-.02.36-.05.55-.07.1,0,.19-.01.29-.02.09,0,.16,0,.23,0,.02.07.03.12.05.19,0-.02,0-.03,0-.03.4,1.14,1.08,2.29,1.44,3.46.11.33.18.34.31.51l-.04.1.23.29c.27.44.17.89.55,1.44l.02-.1c.08.22.32.66.25.65.02.02.08.05.09.14l-.04.02.29.5c.15.42-.18,0,.07.6.11.21.38.58.37.49-.04-.09-.08-.24-.04-.26l.11.19s.02,0,.03,0v.03h2.61l-.03.02.08-.02h.33s-.04.03-.1.04c.24.05.22-.04.43.02.02,0,.01.01,0,.02l.24-.03s.04.08-.11.06c.44.06.67-.08.87,0h-.04c.37-.01.36-.03.33-.06-.02-.01-.03-.03-.03-.05h.28s.07-.05.1-.11l-.13-.11c-.02-.06-.07-.19-.03-.16ZM21.99,82.14c.01.11,0,.15-.02.16,0-.05,0-.11,0-.19h0s.03,0,.04.03ZM28.57,71.76s0-.01-.01-.02c0,0,0,0,.01,0v.02ZM28.57,70.84v.69h-.02s.02.01.02.01v.08s-.03,0-.04-.02c-.05.07.04.06-.02.11,0,0-.01,0-.02,0l.03.06s-.08.01-.06-.03c-.06.11.08.18,0,.23h0c.03.11.06.06.11.08v.07l-.14.05.08.02s0,.05-.04.04c.06.06.03-.01.09.02-.07.08.03.22-.09.23.06.03.05-.08.09,0-.14.02.02.1-.04.17-.07-.02-.03-.09-.1-.02.12.04-.03.14,0,.2.03,0,.04.02.05.04-.03,0-.04-.02-.05-.04-.01,0-.03,0-.05,0,0,.02.07.02.1.03.02.05,0,.13.02.2-.03,0-.05.19-.09.29h-.02c.1.02.08.11.1.18-.06,0-.08-.02-.11-.05v.07s.05.04.06.08l-.07-.02c0,.09.09.18.04.29.05,0,.12-.04.17-.03v.06s-.04,0-.05-.02c0,.01.03.04.01.06l-.06-.05c-.03.05.05.03.05.07-.05,0-.04.03-.08.02,0-.01.02-.04,0-.05,0,.05-.04.1-.08.12.03,0,.07,0,.08.03,0,.09-.06.03-.09.08.04.02,0,.08.08.08,0,.03-.04.03-.06.04.04.05,0,.2.09.16h0s0,0,0,0c.07.15-.08.28-.1.41h-.02c0,.07-.06.15-.06.22-.02.02-.07,0-.09-.02-.03.05-.02.08-.11.09.02-.07-.04-.02.03-.06-.07.02-.1,0-.14.09,0-.07-.08-.06-.11-.03l.06.03s-.07.03-.1.03v-.09c-.15-.07-.25.22-.39.04-.05.06.1.04.06.11-.08-.01-.17-.14-.2-.14-.11-.05-.11.13-.23.09.02.03.03.11-.06.14-.08-.01-.1-.13-.05-.16.02,0,.03,0,.03.02.03-.01.06-.02.03-.06v.03c-.05-.03-.17-.03-.14-.08-.06.03-.03.05.02.07-.11-.05-.17,0-.28-.03.02.02.03.05.02.05-.16-.04-.07.06-.18.07-.06-.05.02-.11-.09-.07-.07-.03-.01-.08.01-.11-.1.06-.19-.04-.25-.05l.05-.03s-.06.01-.08.01l.03.06s-.06-.01-.06-.04c-.03.04.02.1-.04.16-.04-.03-.13.03-.14-.05.13.03-.01-.08.1-.1-.02,0-.05,0-.08,0,0,0,0-.02.01-.02-.12-.07-.06.09-.19.09.02-.05-.03-.09-.05-.08.05,0,.02.08-.02.11-.08-.04-.09.03-.13.02l.05.02s-.06.04-.12.06c0-.04.05-.02.03-.04-.06.08-.14-.09-.23-.03-.04-.03,0-.09-.04-.11-.1.06-.11-.06-.21-.01.03.06.04.05-.04.11l.17-.04-.11.09c.05,0,.11-.04.14-.03-.05.05-.05.04-.02.09-.07-.09-.14.05-.22,0v-.16c-.12-.07-.22.08-.38.04l.05.03c-.02.06-.1,0-.15.03,0-.05-.03-.07-.05-.1,0,.04-.12,0-.13.1l-.07-.07c-.13-.03-.15.15-.27.13.04-.06-.02-.09.06-.13-.04,0-.08-.01-.08.03-.02-.03-.12.07-.15.02-.02.02-.02.08-.07.07,0-.01,0-.03,0-.03,0,.03-.07.03-.03.09-.13-.16-.36.01-.47-.13-.09.02-.2.03-.28.04,0-.02,0-.03.02-.02-.11-.05-.07.15-.2.1-.07-.08.07-.05.03-.08-.02-.17-.16.02-.24-.08h.02c-.07-.07-.16.05-.27.04,0,0,0-.02,0-.03-.04.04-.09.07-.15.09-.04.02-.09.03-.14.05.05-.07.05-.04.06-.1-.03,0-.02.11-.11.13,0-.04-.04-.07.02-.14h.05c.04-.1-.06,0-.07-.02l.04-.04h-.02s-.11.04-.1-.06l-.03.02c-.1-.03.06-.06-.02-.11.03,0,.07-.02.1-.02-.03-.04-.1-.18-.12-.27.08.05.12.16.16.23,0-.04-.01-.12-.04-.17,0,.01,0,.02,0,.03-.08-.06-.12-.15-.12-.25.2.02.05-.27.21-.35-.07-.18.03-.37.02-.58-.16.08,0-.06-.17-.05,0-.05,0-.07,0-.07h0s0,0,0,0l.1-.15s.04.05.07.04c.01-.11.07-.05.11-.12-.06.01-.08-.04-.06-.1l-.07.09c-.09-.15.14-.13.05-.29l.05.05c-.03-.08,0-.29-.13-.37.02-.01.06-.03.07,0,.02-.19-.14-.42-.06-.57h.04s-.07-.05-.03-.09c.02,0,.04.01.04,0-.01-.02-.07-.09-.05-.14l.04.04c.05-.18-.11-.28-.13-.44.12,0,.15-.14.17-.22h.02c.01-.21-.1-.36-.14-.56.13-.11.05-.46.12-.58-.02,0-.09,0-.1-.03.02,0-.08-.09.03-.04h0c.1.04.08.02.08,0l-.14-.14h.02c.12.09.12.07.16.05,0-.02.17-.04.21.05.05-.03.11-.03.15-.07v.07c.13.02.19.03.35.01l-.03.05c.09,0,.12-.21.2-.22l.03.11c.16,0,.32.1.48,0,0,.02,0,.05-.03.05.07,0,.29.08.26-.08,0,.1.16,0,.25-.03v.07c.06-.09.06-.12.16-.15.02,0,.02.06-.01.04.08.04.06-.07.16-.03l-.04.05c.08,0,.08-.02.12-.07.05-.03.16.02.17.08.01-.04.06-.09.1-.08,0,.03-.01.04-.02.05.14.05.2-.09.3-.01,0,.02,0,.04.02.04-.11,0-.2,0-.19-.01,0,.07.09.08.02.17.07-.05.19-.16.28-.13,0,0,0,.01.01.02h0s.04,0,.05,0c.03.01.04.02.07.02.01.06.1.03.15.03,0-.07.05-.06,0-.12,0,0,0,0-.04.01,0,0-.01,0-.02,0h0s-.07,0-.11,0c.03-.04.07-.07.12-.03.02-.05.05-.1.06-.12.06.1.18.16.19.22.13-.04.32-.03.4-.17.04-.02.04.04.06.06-.02.01-.05.01-.06.03.08-.04.23-.01.24-.11.1.04-.05.09.08.07l-.02.03c.26.16.42-.25.71-.05-.02-.01-.03-.02-.03-.03.32.1.71-.11.95.09.07.05.09-.01.15-.04v.08s.06-.03.1-.05c.16.02.03.26.2.28l.03-.04s.11.14.05.15c.01,0,.06,0,.04.03l-.04.02s.07.07.1.11c-.01.11-.16.02-.15.16.02.05.13.15.16.13,0-.02.02-.06.07-.07l.02.06s.01,0,.02,0c0,0,0,0,0,0ZM25.14,70.08s.03,0,.05,0h0s0,.02-.01.03c-.03.01-.04,0-.04-.02ZM32.32,88.03s0,0-.02-.01h.1s-.05,0-.09.01Z'/%3E%3Cpath d='M25.28,80.07s-.01-.06-.02-.08c0,.02,0,.04.02.08Z'/%3E%3Cpath d='M21.89,81.94s0-.03,0-.05c0,.02-.01.05-.02.07l.02.04v-.06Z'/%3E%3Cpath d='M30.26,79.8s0,.02,0,.02c0,0,0,0,0-.01h0Z'/%3E%3Cpath d='M33.62,87.43c0-.09-.02-.22.08,0-.16-.58-.02.11-.24-.42l.16.41Z'/%3E%3Cpath d='M32.96,85.79c.1.21.04-.02.06-.01-.08-.12-.1-.15-.06.01Z'/%3E%3Cpath d='M32.3,78.17l.04.06c.11-.15-.02-.02-.04-.06Z'/%3E%3Cpath d='M33.37,75.36v.08s-.01-.31-.01-.31c0,.07,0,.15.01.22Z'/%3E%3Cpath d='M24.97,65.25l.05.08c.12-.01.14-.11-.05-.08Z'/%3E%3Cpath d='M17.63,65.31c.16,0,.31.04.39.03-.08-.04-.27-.07-.39-.03Z'/%3E%3Cpolygon points='16.81 85.37 16.84 85.64 16.84 85.51 16.81 85.37'/%3E%3Cpath d='M41.04,77.38c0,.07.01.13.02.11,0-.07-.01-.11-.02-.11Z'/%3E%3Cpath d='M41.1,67.7l-.03.26s.02-.13.03-.26Z'/%3E%3Cpath d='M43.37,65.34h.08s.05-.02.07-.04l-.15.04Z'/%3E%3Cpath d='M46.55,65.43s.1-.05.16-.05c0-.01,0-.03-.03-.05-.07,0-.1.07-.13.1Z'/%3E%3Cpath d='M55.96,65.53v.05s.03.01.05.01l-.05-.06Z'/%3E%3Cpath d='M40.86,82.22s0,0,0-.01c0-.08,0-.03,0,.01Z'/%3E%3Cpath d='M52.63,83.47c.32.07-.52.09-.04.16-.04-.03.44-.12.04-.16Z'/%3E%3Cpath d='M42.4,88.3s.02.02.07.03c-.01-.01-.04-.02-.07-.03Z'/%3E%3Cpath d='M45.19,88.23c.07,0,.09.02.19,0h-.03s-.08,0-.16,0Z'/%3E%3Cpath d='M48.03,88.23h-.05s-.06-.01-.09-.01h.14Z'/%3E%3Cpath d='M56.2,66.26c-.02-.29-.12-.83-.15-.72,0,.12-.03.3-.07.31l-.02-.27s-.02,0-.02-.01v-.04h-.08s-.06-.02-.09,0h-2.99l.03-.02-.09.02h-.4s.04-.03.12-.04c-.3-.05-.26.04-.52-.02-.03,0-.02-.01.01-.02l-.29.03c.06-.02-.05-.08.13-.06-.52-.06-.84.08-1.04,0h.04c-.54.02-.31.05-.39.11h-.34l-.25-.14-.07.08c-.07,0-.22,0-.19-.04-.28.06.05.04-.11.09-.36-.07-.99.03-1.07-.09-.13.06.34.05-.04.09-.11-.14-.44.02-.77-.04.1-.07.41-.03.08-.1-.2.12-.64-.03-.91,0-.01.1-.6.04-1.06.07.03-.03-.87-.05-1.3-.09v-.02c-.07.1-.52.08-.84.1.01-.06.07-.08.25-.11h-.3c-.07.03-.17.05-.36.06l.08-.07c-.41,0-.82.09-1.34.04-.02.05.17.12.13.17h-.28s.04-.04.11-.05c-.05,0-.17.03-.27.01l.23-.06c-.25-.03-.14.05-.34.05-.02-.05-.19-.04-.19-.08.06,0,.22.02.31,0-.14,0-.31-.02-.46-.03-.01.12-.03.23-.05.29.03-.01.07.04.08.24,0,.43-.06.15-.09.39.04.1,0,.36.08.36,0,.12-.04.14-.06.19.03.21,0,.98.09.74v-.05s0,.02,0,.03c.08.69-.04,1.43-.01,2.11h-.03c.03.41.02.91.07,1.2,0,.12-.05.28-.08.23.02.31.05.35,0,.8-.05-.31-.04.11-.03-.32-.02.4-.06.5,0,.93-.07-.15-.08.3-.06.5l.05-.28c0,.22,0,.41,0,.6l-.09-.1c-.11.83.18,1.49,0,2.12.06.22.04-.45.11-.25-.01.38-.14.78-.14.9-.05.52.13.49.09,1.03.03-.07.11-.14.14.27-.01.38-.13.47-.16.23,0-.09,0-.14.02-.13-.01-.12-.02-.28-.06-.13l.03.05c-.03.19-.03.71-.08.59.03.29.05.12.07-.09-.05.49,0,.76-.03,1.27.02-.08.05-.15.05-.07-.04.74.06.32.07.82-.05.28-.11-.1-.07.4-.03.31-.08.07-.11-.06.06.46-.04.86-.05,1.12l-.03-.24c.01.14.01.26.01.38l.06-.14c-.01.14-.01.26-.04.26.04.15.1-.11.16.18-.03.19.03.58-.05.64.03-.59-.08.07-.1-.44,0,.1,0,.22,0,.36,0,.02-.02-.02-.02-.06-.07.57.09.26.09.85-.05-.07-.09.14-.08.23,0-.24.08-.11.11.1-.04.38.03.41.02.61l.02-.23c.05.08.04.27.06.53-.04.02-.03-.24-.04-.15.08.29-.09.66-.03,1.07-.03.19-.09.02-.11.18.06.46-.06.5-.01.98.06-.14.05-.16.11.18l-.04-.79.09.51c0-.24-.04-.5-.03-.65.05.24.04.22.09.1-.09.33.05.65,0,1.02h-.16c-.05.45.02.66.04,1.49.22,0,.52,0,.73,0l-.33-.03c.22-.06.54,0,.78-.03-.02.05.13.07.23.1-.01-.04.54,0,.61-.1l.33.07c.59.03.68-.15,1.25-.13-.17.06.09.09-.3.13.19,0,.36.01.37-.03.11.03.53-.07.7-.02.08-.02.11-.08.32-.07.02.01,0,.03,0,.03,0-.03.34-.03.15-.09.59.16,1.64-.01,2.15.13.42-.01.92-.03,1.3-.04-.02.02,0,.03-.07.02.52.05.32-.15.91-.1.3.08-.32.05-.13.08.08.17.72-.02,1.12.08h-.1c.31.07.74-.05,1.24-.04,0,0-.02.02,0,.03.34-.09.99-.12,1.47-.14-.15.07-.22.04-.13.1.22,0-.06-.11.37-.13.14.04.45.07.49.14h-.4c.21.1.52,0,.74.02l-.03.04c.6-.01.55-.1,1.33-.11,0-.04,0-.09,0-.15l-.03.06c-.1-.49.06-.4-.02-.77l.1-.11c-.03-.24-.1-.84-.12-1.27.08.24.12.75.16,1.06,0-.24,0-.81-.06-.93.01.1.04.22.02.31-.08-.29-.12-.68-.12-1.15.09.04.11-.21.12-.52,0-.16,0-.33.01-.49,0-.24.02-.48.04-.68-.08-.01-.15-.02-.2-.04-.17,0-.34.01-.51.02h-.32c-.21,0-.42,0-.64,0-.43-.02-.89-.04-1.38-.03.35.16-.29,0-.23.17-.22.01-.31,0-.33,0h.05s-.03,0-.05,0h0s-.69-.1-.69-.1c-.16-.05.22-.04.2-.07-.5-.01-.21-.07-.54-.11.07.06-.17.08-.46.06l.4.07c-.7.09-.6-.14-1.31-.05l.22-.05c-.36.03-1.33,0-1.69.13-.06-.02-.15-.06.01-.07-.86-.02-1.92.14-2.59.06l.06-.04c-.11,0-.07.02-.12.04-.03.01-.07.02-.08,0,.02-.02.05-.04.04-.04-.01-.02-.07,0-.05-.32l.04.18c.05-.84-.11-1.29-.13-2,.12,0,.15-.66.17-.99h.02c0-.31,0-.6-.02-.87,0-.13-.02-.26-.03-.38-.01-.03-.02-.07-.03-.12.03-.01.07-.02.13-.03.15,0,.3-.02.46-.03.56.13,1.91.05,2.81.12-.14-.02.02-.09.18-.1.21.02.59-.08.55.03h-.08c.16.1.6.07.94.08l.06-.14c.45.1,1.03.08,1.56.06.56-.02.91-.05,1.51.05.05,0,.11,0,.17-.01-.02-.32-.03-.79-.06-.91h.07c.02-.58.03-.88.01-1.62l.05.15c0-.42-.22-.52-.22-.91l.11-.12c.01-.49.02-1,.04-1.49-.28,0-.56,0-.84,0-.17,0-.34.02-.5.04.01-.02.03-.05.15-.05-.34,0-1.32-.08-1.2.08,0-.1-.75,0-1.14.03l.06-.07c-.33.09-.34.12-.8.15-.11,0-.1-.06.05-.04-.36-.04-.28.07-.73.03l.16-.05c-.38,0-.35.02-.55.07-.24.03-.71-.02-.77-.08-.05.04-.26.09-.48.08-.03-.02.05-.04.09-.05-.63-.05-.93.09-1.36.01,0-.02-.04-.04-.07-.04.5,0,.9,0,.86.01,0-.07-.4-.08-.08-.17-.16.03-.39.06-.61.1-.22.03-.5.05-.52.03,0,0,0-.01,0-.02h.02s-.04-.01-.06,0h0c.01-.07.02-.09.02-.13.06.01.03-.45.03-.63-.07.02-.06-.25-.12,0,0-.03,0,.04.01.17,0,.03,0,.07,0,.09h0c0,.1,0,.25,0,.42,0-.02-.02-.03-.03-.06,0-.04-.01-.08-.02-.13,0-.09,0-.19.02-.3-.05-.1-.1-.22-.12-.28.1-.27.16-.8.22-.88-.04-.61-.03-1.44-.17-1.83-.02-.17.04-.2.06-.27.01.1.01.22.03.27-.01-.1-.02-.25-.02-.38,0-.08-.01-.16-.02-.23.08-.01.15-.03.16-.07.38.04-.26.09.33.07l-.08.03c1.19.16,1.93-.25,3.24-.05-.09-.01-.14-.02-.16-.03,1.5.09,3.09-.08,4.57.06.42.03.47-.03.72-.08l.09.08.44-.09c.24-.03.5,0,.84.03.01-.11.02-.22.04-.32,0-.11.02-.22.03-.34.01-.19,0-.39-.03-.63l-.05.1c.01-.28-.03-.9.03-.85,0-.03-.06-.09-.03-.2h.04s-.07-.7-.07-.7c.03-.54.17.08.17-.7ZM46.04,73.76c.01.13,0,.18-.02.2,0-.06,0-.14,0-.23v-.02s.02.03.03.05ZM51.8,65.52s.03,0,.04.01h-.16s.08,0,.13-.01Z'/%3E%3Cpath d='M45.94,73.52s0-.03,0-.06c0,.03-.01.05-.02.08l.02.05s0-.05,0-.07Z'/%3E%3Cpath d='M41.11,67.6s0-.03.01-.04c0,.01,0,.01,0,.02v.02Z'/%3E%3Cpath d='M49.32,65.42c-.09-.03-.21-.07.03-.07-.66-.09.14.06-.55.05l.52.02Z'/%3E%3Cpath d='M47.2,65.3c-.18.03-.22.03-.01.06.28-.01,0-.04.01-.06Z'/%3E%3Cpath d='M41.06,71.22l-.07-.03c0,.22.03,0,.07.03Z'/%3E%3Cpolygon points='40.92 74.76 40.91 74.66 40.94 75.02 40.92 74.76'/%3E%3Cpath d='M47.53,88.3l-.07-.08c-.15.01-.18.11.07.08Z'/%3E%3Cpath d='M56.14,87.87c0,.12-.01.22,0,.29.02-.05.04-.16.04-.3,0-.13,0-.3-.02-.36,0,.12-.01.25-.02.36Z'/%3E%3Cpolygon points='51.65 78.98 51.5 78.98 51.33 79 51.65 78.98'/%3E%3Cpath d='M70.52,83.71l-.06-.03s.03.02.06.03Z'/%3E%3Cpath d='M71.45,83.64h.02s0-.02.01-.04l-.03.04Z'/%3E%3Cpolygon points='74.15 83.81 74.16 83.81 74.16 83.77 74.15 83.81'/%3E%3Cpath d='M69.63,78.83c-.07-.07.11-.09,0-.16,0,.03-.09.12,0,.16Z'/%3E%3Cpath d='M68.37,80.94s0,0,0,0c.01,0,.01.02,0,.03,0-.02.02-.02,0-.04Z'/%3E%3Cpolygon points='68.36 80.37 68.35 80.38 68.35 80.4 68.36 80.37'/%3E%3Cpath d='M68.53,83.59s0,.02-.02.03c0,0,0,0,0,0v-.03Z'/%3E%3Cpath d='M75.02,80.57h-.02s0,0,0,0c0,0,0,0,0,.01l.02-.02Z'/%3E%3Cpolygon points='70.55 83.73 70.55 83.72 70.54 83.72 70.55 83.73'/%3E%3Cpath d='M72.62,83.71l.11.02s-.05-.07,0-.07c-.14-.09.03.06-.12.05Z'/%3E%3Cpath d='M72.27,83.67c.06-.01,0-.04,0-.06-.04.03-.05.03,0,.06Z'/%3E%3Cpath d='M69.77,83.66v-.07s0,.03,0,.07Z'/%3E%3Cpolygon points='69 83.53 69.02 83.52 68.95 83.55 69 83.53'/%3E%3Cpath d='M68.43,80.48h-.08s.11.05.08,0Z'/%3E%3Cpath d='M68.35,78.79s.07.02.03-.03c0,.01-.04.01-.03.03Z'/%3E%3Cpolygon points='73.42 78.88 73.49 78.86 73.46 78.85 73.42 78.88'/%3E%3Cpath d='M70.49,74.4l-.05-.03s.03.02.05.03Z'/%3E%3Cpath d='M71.36,74.33h.02s0-.02.01-.04l-.03.04Z'/%3E%3Cpolygon points='73.9 74.51 73.91 74.5 73.91 74.46 73.9 74.51'/%3E%3Cpath d='M69.61,70.02c-.06-.07.1-.08,0-.16,0,.03-.09.12,0,.16Z'/%3E%3Cpath d='M68.37,71.92s0,0,0,0c.01,0,.01.02,0,.03,0-.01.02-.02,0-.04Z'/%3E%3Cpolygon points='68.36 71.38 68.35 71.4 68.35 71.41 68.36 71.38'/%3E%3Cpath d='M68.57,74.28s0,.02,0,.03c0,0,0,0,0,0v-.03Z'/%3E%3Cpath d='M74.77,71.57h-.02s0,0,0,0c0,0,0,0,0,.01l.02-.02Z'/%3E%3Cpolygon points='70.52 74.42 70.52 74.42 70.51 74.41 70.52 74.42'/%3E%3Cpath d='M72.46,74.4l.1.02s-.04-.07,0-.07c-.13-.09.03.06-.11.05Z'/%3E%3Cpath d='M72.13,74.36c.06-.01,0-.04,0-.06-.04.03-.04.03,0,.06Z'/%3E%3Cpath d='M69.78,74.36v-.07s0,.03,0,.07Z'/%3E%3Cpolygon points='69.07 74.23 69.08 74.22 69.01 74.24 69.07 74.23'/%3E%3Cpath d='M68.43,71.49h-.08s.11.05.08,0Z'/%3E%3Cpath d='M68.36,69.93s-.03,0-.02.02c.03.02.05.03.05.01,0,0,0,0,0-.02h-.02Z'/%3E%3Cpolygon points='73.17 70.07 73.23 70.05 73.2 70.04 73.17 70.07'/%3E%3Cpath d='M63.47,72s.01.08.02.07c0-.05-.01-.07-.02-.07Z'/%3E%3Cpath d='M63.53,65.4h.04s-.04,0-.04,0l-.02.18s.02-.07.03-.17Z'/%3E%3Cpath d='M66.58,65.34h.05s.03-.02.04-.04l-.1.04Z'/%3E%3Cpath d='M75.03,65.51h.04s0-.03,0-.04l-.04.04Z'/%3E%3Cpath d='M63.29,75.25h0c0-.06,0-.03,0,0Z'/%3E%3Cpath d='M69.74,88.33c-.21-.07.35-.09.03-.16.03.03-.29.12-.03.16Z'/%3E%3Cpath d='M63.44,81.94v-.02s0-.05,0-.11c0,.05-.02.06,0,.13Z'/%3E%3Cpolygon points='63.44 83.72 63.46 83.69 63.45 83.63 63.44 83.72'/%3E%3Cpath d='M79.89,80.52l.11-.08c0-.46.11-1.03-.12-1.52.02,0,.05.01.08.1-.02-.25-.24-.96-.35-.8.1-.05-.24-.5-.46-.68h.09c-.22-.14-.24-.13-.49-.34-.05-.06,0-.09.05,0-.16-.21-.19-.09-.4-.31l.12.04c-.2-.17-.21-.13-.35-.17-.13-.05-.28-.19-.18-.2-.05,0-.13,0-.21-.03,0-.01.04-.03.08-.05.05,0,.05.02.05.02.14-.05.16-.1.22-.16.06-.08.18-.19.31-.26.02.01.04,0,.07,0-.12.12-.26.23-.33.28-.04.03-.07.04-.07.04.08.03.13,0,.17.09-.06.01.09-.15.18-.28.1-.13.2-.27.31-.36.01,0,.03-.01.04-.01v.03s.07-.1.09-.15c.07-.06.11-.1.16-.18.07,0,.22-.27.28-.4-.07-.02.02-.19-.11-.06.01-.02,0,.03-.05.11,0,.02-.02.04-.02.06,0,0,0,0,0-.01-.04.08-.11.19-.19.3.04-.12.08-.23.19-.34,0-.09,0-.18-.01-.23.19-.12.36-.46.44-.49.1-.44.17-1.03.02-1.3-.02-.12.04-.13.06-.18.01.07.01.15.03.19-.03-.24-.01-.69-.11-.75.04-.29.09.17.07-.24l.03.05c.16-.8-.25-1.3-.05-2.18-.01.06-.02.09-.03.1.12-1.04-.3-2.12-.8-3.02-.15-.26-.23-.24-.38-.34l.02-.1c-.09-.06-.19-.1-.28-.15-.35-.23-.48-.63-1.04-.76l.04.08c-.17-.1-.58-.2-.53-.24-.02,0-.08.03-.14-.02v-.04s-.48-.04-.48-.04c-.36-.08.09-.16-.46-.24-.21,0-.59.1-.51.13.08,0,.21.03.21.08h-.18s0,.03,0,.04c0,0-.02,0-.03,0h-2.12l.02-.02-.06.02h-.27s.03-.03.08-.04c-.2-.05-.18.04-.35-.02-.02,0-.01-.01,0-.02l-.19.03s-.03-.08.09-.06c-.35-.06-.56.08-.7,0h.03c-.36.02-.21.05-.26.11h-.23l-.17-.14-.05.08c-.05,0-.15,0-.13-.04-.19.06.03.04-.08.09-.24-.07-.66.03-.72-.09-.09.06.23.05-.03.09-.07-.14-.3.02-.52-.04.07-.07.28-.03.06-.1-.13.12-.43-.03-.61,0,0,.03-.05.04-.11.05.03-.03.06-.04.11-.05,0-.01,0-.03-.02-.05-.05,0-.07.07-.09.1-.14.02-.39,0-.61.02.02-.03-.59-.05-.88-.09v-.02c-.05.1-.35.08-.56.1,0-.06.05-.08.17-.11h-.2s-.11.05-.24.06l.05-.07c-.27,0-.55.09-.9.04-.01.05.12.12.09.17h-.19s.03-.04.08-.05c-.03,0-.11.03-.18.01l.15-.06c-.16-.03-.08.05-.21.05,0-.05-.09-.04-.08-.08.03,0,.11.02.16,0-.14,0-.32-.04-.38-.08.01.03,0,.07-.11.08-.27,0-.09-.06-.25-.09-.07.04-.24,0-.24.08-.08,0-.09-.04-.13-.06-.04,0-.09.01-.16.02-.09,0-.19,0-.28.01-.18,0-.28.02-.15.06h.05s-.02,0-.03,0c-.05,0-.09.01-.14.02.04.56-.06.95-.03,1.38h-.03c.03.27.02.61.07.8,0,.08-.05.19-.08.16.02.21.05.23,0,.53-.05-.21-.04.07-.03-.22-.02.27-.06.33,0,.63-.07-.1-.08.2-.06.33l.05-.19c0,.15,0,.27,0,.4l-.09-.07c-.11.56.18,1,0,1.43.06.15.04-.3.11-.17-.01.26-.14.52-.14.6-.05.35.13.33.09.69.03-.05.11-.09.14.18-.01.26-.13.31-.16.15,0-.06,0-.09.02-.09-.01-.08-.02-.19-.06-.09l.03.03c-.03.13-.03.48-.08.4.03.19.05.08.07-.06-.05.33,0,.51-.03.85.02-.05.05-.1.05-.05-.04.5.06.22.07.55-.05.19-.11-.07-.07.27-.03.21-.08.04-.11-.04.06.31-.04.58-.05.75l-.03-.16c.02.1.01.18.01.26l.06-.09c-.01.1-.01.18-.04.17.04.1.1-.08.16.12-.03.13.03.39-.05.43.03-.4-.08.04-.1-.29,0,.07,0,.14,0,.24,0,.01-.02-.01-.02-.04-.07.38.09.18.09.57-.05-.05-.09.09-.08.16,0-.16.08-.08.11.07-.04.25.03.28.02.41l.02-.15c.05.05.04.18.06.36-.04.02-.03-.16-.04-.1.08.2-.09.44-.03.72-.03.13-.09.01-.11.12.06.31-.06.33-.01.66.06-.09.05-.11.11.12l-.04-.53.09.34c0-.16-.04-.34-.03-.43.05.16.04.15.09.07-.09.22.05.43,0,.69h-.16c-.07.37.08.67.04,1.16l.03-.16c.06.07,0,.31.03.47-.05-.01-.07.09-.1.15.04,0,0,.36.1.41l-.07.22c-.03.4.15.46.13.84-.06-.12-.09.06-.13-.2,0,.13-.01.24.03.25-.03.07.07.36.02.47.02.05.08.07.07.22-.01.02-.03,0-.03,0,.03,0,.03.23.09.1-.16.39.01,1.1-.13,1.45.02.28.03.62.04.87-.02-.02-.03,0-.02-.05-.05.35.15.22.1.61-.08.2-.05-.21-.08-.08-.17.06.02.48-.08.75v-.07c-.07.21.05.5.04.84,0,0-.02-.02-.03,0,.09.23.12.66.14.99-.07-.1-.04-.15-.1-.09,0,.15.11-.06.13.26-.03.11-.07.37-.13.49,0,0,0,0,0,.01h-.01s0-.38,0-.38c-.05.13-.05.29-.03.42.14-.01.27-.03.37-.02l-.05.04c.37,0,.44-.04.55-.06.11-.03.22-.05.45-.05l-.05-.03c.24-.1.21.06.45-.02l.07.1c.16-.02.57-.1.86-.12-.16.08-.5.12-.71.16.16,0,.54,0,.63-.06-.06.01-.15.04-.21.02.2-.08.45-.12.77-.12-.06.2.83.05,1.06.21.56-.07,1.12.03,1.78.02-.23-.16.19,0,.15-.17.15-.01.2,0,.22,0,0,0,0,0,0,0h0s.46.1.46.1c.11.05-.15.04-.13.07.34.01.14.07.36.11-.05-.06.12-.08.31-.06l-.27-.07c.47-.09.41.14.88.05l-.15.05c.24-.03.89,0,1.13-.13.04.02.1.06,0,.07.58.02,1.29-.14,1.74-.06l-.04.04c.11-.01.19-.07.32-.03,0,.02-.04.04,0,.04.06-.01.29-.07.43-.05l-.12.04c.56.05.89-.09,1.37-.19.01.13.49.07.72.03v.02c.69-.2,1.1-.53,1.57-.97.42-.14,1-.95,1.3-1.54-.06.08-.08-.05-.04-.16.08-.13.06-.42.15-.36l-.02.05c.15-.07.19-.39.24-.63l-.13-.06c.15-.29.16-.72.14-1.08-.02-.36-.05-.68.05-.85-.03-.14-.03-.32-.07-.47h.07c.02-.39.03-.59.01-1.09l.05.1c0-.28-.22-.35-.22-.61ZM79.16,75.34h0s.01.02.01.04c-.04.09-.08.11-.1.11.02-.04.06-.08.09-.15ZM74.1,70.08l-.03.05c.05.02.12-.2.18-.18v.11c.1.04.11.16.24.14-.01.01-.04.03-.05.02.03.03.03.16.15.07-.09.05.04.09.1.15h-.07c.11.03.13.03.17.11,0,.02-.05.02-.04,0-.03.07.08.04.05.12l-.05-.03c0,.07.02.06.08.1.03.04-.02.14-.08.15.04.01.09.05.08.1-.03,0-.04-.01-.05-.02-.05.13.09.19.01.28-.02,0-.04,0-.04.01,0-.1,0-.18.01-.17-.07,0-.08.08-.17.02.05.07.16.18.13.26,0,0-.01,0-.02.01h0s0,.03.01.04c-.01.03-.02.04-.02.07-.06,0-.03.09-.03.13.07,0,.06.05.12,0,0,0,0,0-.01-.03,0,0,0-.01,0-.02h0s0-.06,0-.1c.04.03.07.07.03.11.05.02.1.05.12.06-.1.06-.16.16-.22.18.04.12.03.29.17.37.02.04-.04.04-.06.05-.01-.02-.01-.04-.03-.06.04.07.01.21.11.23-.04.09-.09-.05-.07.07l-.03-.02c-.16.24.25.39.05.66.01-.02.02-.03.03-.03-.09.3.1.64-.1.87-.05.06.01.08.04.14l-.08-.02s.03.07.05.1c-.03.14-.22-.03-.27.12l.03.04s-.15.07-.15.01c0,.01,0,.06-.03.03v-.04s-.09.06-.13.09c-.11-.02,0-.17-.14-.16-.05.02-.16.12-.14.15.02,0,.06.02.06.07l-.05.02s0,.02,0,.02c0,0,0,0,0,0h-.64v-.02s-.01.02-.01.02h-.08s0-.03.02-.04c-.06-.05-.05.04-.1-.02,0,0,0-.01,0-.02l-.06.03s0-.08.03-.06c-.11-.06-.17.08-.21,0h0c-.11.02-.06.05-.08.11h-.07l-.05-.14v.08s-.06,0-.05-.04c-.06.06,0,.04-.02.09-.07-.07-.2.03-.22-.09-.03.06.07.05,0,.09-.02-.14-.09.02-.16-.04.02-.07.08-.03.02-.1-.04.12-.13-.03-.18,0,0,.03-.01.04-.03.05,0-.03.02-.04.03-.05,0-.01,0-.03,0-.05-.02,0-.02.07-.03.1-.04.02-.12,0-.18.02,0-.03-.18-.05-.26-.09v-.02c-.01.1-.1.08-.17.1,0-.06.01-.08.05-.11h-.06s-.03.05-.07.06l.02-.07c-.08,0-.16.09-.27.04,0,.05.03.12.02.17h-.05s0-.04.02-.05c0,0-.03.03-.05.01l.04-.06s-.03.05-.06.05c0-.05-.03-.04-.02-.08,0,0,.03.02.05,0-.04,0-.1-.04-.11-.08,0,.03,0,.07-.03.08-.08,0-.03-.06-.08-.09-.02.04-.07,0-.07.08-.02,0-.03-.04-.04-.06-.04.03-.2,0-.15.09h.01s0,0,0,0c-.14.08-.29-.04-.43-.01v-.03c-.08.03-.18.02-.24.07-.02,0-.06-.05-.05-.08-.06.02-.07.05-.16,0,.06-.05-.02-.04.06-.03-.08-.02-.1-.06-.19,0,.03-.07-.06-.08-.1-.06l.06.05s-.08,0-.12,0l.02-.09c-.17-.11-.3.18-.43,0-.04.06.09.04.05.11-.08-.01-.16-.14-.18-.14-.11-.05-.1.13-.21.09.02.03.02.11-.05.14-.07-.01-.04-.13-.02-.16,0,0,.01,0,.01.02,0,0,0-.02,0-.03-.02-.03-.06-.03-.03-.08-.03.03-.03.05-.01.07-.02-.05-.07,0-.09-.03,0,.02-.03.05-.04.05,0,0-.01,0-.02,0,0-.03-.07.06-.08,0,.05-.07.11-.07.07-.1.03-.05.08-.05.11-.06-.06,0,.04-.06.05-.06h.03s-.01,0-.01,0c-.02.01-.04,0-.06.01.01,0,.01-.04.04-.04-.04-.03-.1.02-.16-.04.03-.04-.03-.12.05-.13-.03.12.08-.01.1.09,0-.02,0-.04,0-.07,0,0,.02,0,.02.01.07-.11-.09-.05-.09-.17.05.02.09-.03.08-.05,0,.05-.08.02-.11-.02.04-.08-.03-.08-.02-.12l-.02.05s-.04-.05-.06-.11c.04,0,.03.05.04.03-.08-.06.09-.13.03-.22.03-.04.09,0,.11-.04-.06-.09.06-.1.01-.2-.06.03-.05.03-.11-.04l.04.16-.09-.1s.04.1.03.13c-.05-.05-.04-.04-.09-.02.09-.07-.05-.13,0-.21h.16c.07-.11-.08-.2-.04-.35l-.03.05c-.06-.02,0-.09-.03-.14.05,0,.07-.03.1-.05-.04,0,0-.11-.1-.12l.07-.07c.03-.12-.15-.14-.13-.25.06.03.09-.02.13.06,0-.04.01-.07-.03-.07.03-.02-.07-.11-.02-.14-.02-.02-.08-.02-.07-.06.01,0,.03,0,.03,0-.03,0-.03-.07-.09-.03.16-.12-.01-.33.13-.44-.02-.08-.03-.19-.04-.26.02,0,.03,0,.02.01.05-.11-.15-.06-.1-.18.08-.06.05.06.08.03.17-.02-.02-.14.08-.23v.02c.07-.06-.05-.15-.04-.25,0,0,.02,0,.03,0-.09-.07-.12-.2-.14-.3.07.03.04.04.1.03,0-.04-.11.01-.13-.07.04-.03.07-.08.14-.08v.06c.1-.05,0-.06.02-.09h.04s-.12-.1-.11-.19l-.03-.02c-.05-.07-.04-.08-.02-.07.03.02.06.04.06,0l.1.1s.04-.1.11-.12c-.03.08-.07.12-.06.16.02,0,.06,0,.07-.06,0,0-.01.04-.03.02,0-.08.05-.12.15-.12-.02.2.25.05.32.21.17-.07.34.03.53.02-.07-.16.06,0,.05-.17.04,0,.06,0,.07,0h0s0,0,0,0l.14.1s-.04.04-.04.07c.1.01.04.07.11.11-.01-.06.04-.08.09-.06l-.08-.07c.14-.09.12.14.26.05l-.04.05c.07-.03.27,0,.34-.13.01.02.03.06,0,.07.17.02.39-.14.52-.06v.04s.04-.07.08-.03c0,.02-.01.04,0,.04.02-.01.09-.07.13-.05l-.04.04c.17.05.26-.11.4-.13,0,.12.13.15.2.17v.02c.2.01.33-.1.52-.14.11.13.39.05.57.12-.03-.02,0-.09.04-.1.04.02.12-.08.11.03h-.02c.03.1.12.07.19.08v-.14c.19.2.48-.07.58.11.04-.03.1-.03.14-.07v.07c.12.02.15.03.27.03ZM74.68,71.54s-.03,0-.04-.01c-.01-.03,0-.04.02-.04,0,.01,0,.03,0,.05h0ZM74.15,83.83h-.68v-.02s-.01.02-.01.02h-.08s0-.03.02-.04c-.06-.05-.06.04-.11-.02,0,0,0-.01,0-.02l-.06.03s-.01-.08.03-.06c-.11-.06-.18.08-.22,0h0c-.12.02-.07.05-.08.11h-.07l-.05-.14-.02.08s-.05,0-.04-.04c-.06.06.01.03-.02.09-.08-.07-.21.03-.23-.09-.03.06.07.05,0,.09-.02-.14-.1.02-.17-.04.02-.07.09-.03.02-.1-.04.12-.14-.03-.2,0,0,.03-.02.04-.03.05,0-.03.02-.04.03-.05,0-.01,0-.03,0-.05-.02,0-.02.07-.03.1-.04.02-.12,0-.19.02,0-.03-.19-.05-.28-.09v-.02c-.02.1-.11.08-.18.1,0-.06.02-.08.05-.11h-.07s-.04.05-.08.06l.02-.07c-.09,0-.18.09-.29.04,0,.05.03.12.03.17h-.06s0-.04.02-.05c-.01,0-.04.03-.06.01l.05-.06c-.05-.03-.03.05-.07.05,0-.05-.03-.04-.02-.08.01,0,.04.02.05,0-.05,0-.1-.04-.12-.08,0,.03,0,.07-.03.08-.09,0-.03-.06-.08-.09-.02.04-.08,0-.08.08-.03,0-.03-.04-.04-.06-.05.03-.21,0-.16.09h.01s0,0,0,0c-.15.08-.31-.04-.45-.01v-.03c-.09.03-.19.02-.26.07-.03,0-.06-.05-.05-.08-.07.02-.07.05-.17,0,.07-.05-.02-.04.07-.03-.09-.02-.11-.06-.2,0,.03-.07-.07-.08-.11-.06l.06.05s-.09,0-.13,0l.02-.09c-.18-.11-.32.18-.46,0-.05.06.1.04.05.11-.08-.01-.17-.14-.19-.14-.1-.05-.13.13-.19.09,0,.03.01.11-.07.14-.07-.01-.02-.13.02-.16.01,0,.01,0,0,.02,0,0,0-.02.02-.03-.01-.03-.05-.03-.01-.08-.04.03-.04.05-.03.07-.02-.03-.04-.02-.07-.02,0-.01,0-.02.01-.04-.02.02-.05.06-.05.05.04-.11-.06,0-.07-.06.05-.06.11-.03.07-.08.03-.04.08-.02.11-.02-.06,0,.04-.09.05-.15l.03.05s-.01-.06-.01-.08l-.06.03s.01-.06.04-.06c-.04-.03-.1.02-.16-.04.03-.04-.03-.12.05-.14-.03.13.08-.01.1.09,0-.02,0-.05,0-.08,0,0,.02,0,.02.01.07-.12-.09-.06-.09-.18.05.02.09-.03.08-.05,0,.05-.08.02-.11-.02.04-.08-.03-.09-.02-.13l-.02.05s-.04-.06-.06-.11c.04,0,.03.05.04.03-.08-.06.09-.14.03-.23.03-.04.09,0,.11-.04-.06-.1.06-.11.01-.21-.06.03-.05.04-.11-.04l.04.17-.09-.11c0,.05.04.11.03.14-.05-.05-.04-.05-.09-.02.09-.07-.05-.14,0-.22h.16c.07-.12-.08-.21-.04-.37l-.03.05c-.06-.02,0-.1-.03-.15.05,0,.07-.03.1-.05-.04,0,0-.12-.1-.13l.07-.07c.03-.13-.15-.15-.13-.27.06.04.09-.02.13.06,0-.04.01-.08-.03-.08.03-.02-.07-.11-.02-.15-.02-.02-.08-.02-.07-.07.01,0,.03,0,.03,0-.03,0-.03-.07-.09-.03.16-.13-.01-.35.13-.46-.02-.09-.03-.2-.04-.28.02,0,.03,0,.02.02.05-.11-.15-.07-.1-.2.08-.07.05.07.08.03.17-.02-.02-.15.08-.24v.02c.07-.07-.05-.16-.04-.27,0,0,.02,0,.03,0-.09-.07-.12-.21-.14-.32.07.03.04.05.1.03,0-.05-.11.01-.13-.08.04-.03.07-.1.14-.11v.09c.1-.04,0-.13.02-.14h.04s-.12-.09-.11-.18h-.03c-.1-.15.05-.02-.01-.12h0s.12.1.12.1c0-.02.03-.1.11-.12-.02.08-.06.12-.05.16.02,0,.07,0,.07-.06,0,.01-.01.04-.03.02,0-.08.05-.12.14-.12-.02.2.27.05.34.21.18-.07.36.03.57.02-.07-.16.06,0,.05-.17.05,0,.06,0,.07,0h0s0,0,0,0l.15.1s-.05.04-.04.07c.11.01.05.07.12.11-.01-.06.04-.08.1-.06l-.09-.07c.15-.09.13.14.28.05l-.05.05c.08-.03.29,0,.36-.13.01.02.03.06,0,.07.19.02.41-.14.56-.06v.04s.05-.07.09-.03c0,.02-.01.04,0,.04.02-.01.09-.07.14-.05l-.04.04c.18.05.28-.11.43-.13,0,.12.14.15.21.17v.02c.21.01.36-.1.55-.14.12.13.41.05.6.12-.03-.02,0-.09.04-.1.05.02.13-.08.12.03h-.02c.03.1.13.07.2.08v-.14c.2.2.52-.07.61.11.04-.03.1-.03.14-.06v.07c.11.03.17.04.3.04l-.03.05c.07.01.13-.2.2-.18v.11c.11.04.11.15.23.14-.01,0-.04.03-.05.02.03.02,0,.15.14.09-.09.03.03.11.07.18h-.07c.1.04.13.05.16.14,0,.02-.06.02-.04,0-.04.07.07.05.03.15l-.05-.04c0,.08.02.07.07.12.03.05-.02.15-.08.16.04.01.09.05.08.1-.03,0-.04-.01-.05-.02-.05.13.09.2.01.29-.02,0-.04,0-.04.02,0-.11,0-.19.01-.19-.07,0-.08.09-.17.02.05.07.16.19.13.27,0,0-.01,0-.02.01h0s0,.03.01.04c-.01.03-.02.04-.02.07-.06,0-.03.1-.03.14.07,0,.06.05.12,0,0,0,0,0-.01-.04,0,0,0-.01,0-.02h0s0-.06,0-.1c.04.03.07.07.03.12.05.02.1.05.12.06-.1.06-.16.17-.22.19.04.13.03.31.17.39.02.04-.04.04-.06.06-.01-.02-.01-.05-.03-.06.04.07.01.22.11.24-.04.09-.09-.05-.07.08l-.03-.02c-.16.26.25.41.05.7.01-.02.02-.03.03-.03-.1.31.11.69-.1.93-.05.06,0,.09.03.15l-.08-.02s.03.07.04.11c-.02.15-.25.02-.28.19l.04.03s-.14.11-.15.04c0,.01,0,.06-.03.04l-.02-.04s-.07.07-.11.1c-.11-.01-.01-.16-.16-.15-.05.02-.15.13-.13.16.02,0,.06.02.07.07l-.06.02s0,.01,0,.02c0,0,0,0,0,0ZM73.07,74.53h-.02s0,0,.02-.01c0,0,0,0,0,.01ZM73.24,83.83s.01,0,.02-.01c0,0,0,0,0,.01h-.02ZM74.93,80.53s-.03,0-.04-.01c-.01-.03,0-.04.02-.04,0,.01,0,.03,0,.05h0ZM72.25,65.52s0,0,.01.01h-.09s.04,0,.07-.01Z'/%3E%3Cpath d='M79.18,75.18s0-.02.02-.04c-.02.01-.03.03-.04.04v.04s.03-.04.03-.04Z'/%3E%3Cpath d='M63.67,65.42s.03,0,.04.01c-.01,0-.01,0-.02,0h-.02Z'/%3E%3Cpath d='M70.23,65.4l.35.02c-.06-.03-.14-.07.02-.07-.44-.09.09.06-.37.05Z'/%3E%3Cpath d='M69.15,65.3c-.12.03-.15.03,0,.06.19-.01,0-.04,0-.06Z'/%3E%3Cpath d='M63.49,67.86l-.07-.02c0,.14.03,0,.07.02Z'/%3E%3Cpolygon points='63.35 70.24 63.34 70.18 63.37 70.42 63.35 70.24'/%3E%3Cpath d='M63.38,83.38l.08-.04c-.01-.1-.11-.12-.08.04Z'/%3E%3Cpath d='M65.01,88.24c-.13,0-.25-.04-.32-.03.06.04.22.07.32.03Z'/%3E%3Cpolygon points='80.01 84.36 80.02 84.13 80 84.24 80.01 84.36'/%3E%3Cpath d='M87.49,77.38c0,.07.01.13.02.11,0-.07-.01-.11-.02-.11Z'/%3E%3Cpath d='M87.56,67.7l-.03.26s.02-.13.03-.26Z'/%3E%3Cpath d='M89.82,65.34h.08s.05-.02.07-.04l-.15.04Z'/%3E%3Cpath d='M93,65.43s.1-.05.16-.05c0-.01,0-.03-.03-.05-.07,0-.1.07-.13.1Z'/%3E%3Cpath d='M102.41,65.53v.05s.03.01.05.01l-.05-.06Z'/%3E%3Cpath d='M87.32,82.22s0,0,0-.01c0-.08,0-.03,0,.01Z'/%3E%3Cpath d='M99.08,83.47c.32.07-.52.09-.04.16-.04-.03.44-.12.04-.16Z'/%3E%3Cpath d='M88.85,88.3s.02.02.07.03c-.01-.01-.04-.02-.07-.03Z'/%3E%3Cpath d='M91.65,88.23c.07,0,.09.02.19,0h-.03s-.08,0-.16,0Z'/%3E%3Cpath d='M94.48,88.23h-.05s-.06-.01-.09-.01h.14Z'/%3E%3Cpath d='M102.65,66.26c-.02-.29-.12-.83-.15-.72,0,.12-.03.3-.07.31l-.02-.27s-.02,0-.02-.01v-.04h-.08s-.06-.02-.09,0h-2.99l.03-.02-.09.02h-.4s.04-.03.12-.04c-.3-.05-.26.04-.52-.02-.03,0-.02-.01.01-.02l-.29.03c.06-.02-.05-.08.13-.06-.52-.06-.84.08-1.04,0h.04c-.54.02-.31.05-.39.11h-.34l-.25-.14-.07.08c-.07,0-.22,0-.19-.04-.28.06.05.04-.11.09-.36-.07-.99.03-1.07-.09-.13.06.34.05-.04.09-.11-.14-.44.02-.77-.04.1-.07.41-.03.08-.1-.2.12-.64-.03-.91,0-.01.1-.6.04-1.06.07.03-.03-.87-.05-1.3-.09v-.02c-.07.1-.52.08-.84.1.01-.06.07-.08.25-.11h-.3c-.07.03-.17.05-.36.06l.08-.07c-.41,0-.82.09-1.34.04-.02.05.17.12.13.17h-.28s.04-.04.11-.05c-.05,0-.17.03-.27.01l.23-.06c-.25-.03-.14.05-.34.05-.02-.05-.19-.04-.19-.08.06,0,.22.02.31,0-.14,0-.31-.02-.46-.03-.01.12-.03.23-.05.29.03-.01.07.04.08.24,0,.43-.06.15-.09.39.04.1,0,.36.08.36,0,.12-.04.14-.06.19.03.21,0,.98.09.74v-.05s0,.02,0,.03c.08.69-.04,1.43-.01,2.11h-.03c.03.41.02.91.07,1.2,0,.12-.05.28-.08.23.02.31.05.35,0,.8-.05-.31-.04.11-.03-.32-.02.4-.06.5,0,.93-.07-.15-.08.3-.06.5l.05-.28c0,.22,0,.41,0,.6l-.09-.1c-.11.83.18,1.49,0,2.12.06.22.04-.45.11-.25-.01.38-.14.78-.14.9-.05.52.13.49.09,1.03.03-.07.11-.14.14.27-.01.38-.13.47-.16.23,0-.09,0-.14.02-.13-.01-.12-.02-.28-.06-.13l.03.05c-.03.19-.03.71-.08.59.03.29.05.12.07-.09-.05.49,0,.76-.03,1.27.02-.08.05-.15.05-.07-.04.74.06.32.07.82-.05.28-.11-.1-.07.4-.03.31-.08.07-.11-.06.06.46-.04.86-.05,1.12l-.03-.24c.01.14.01.26.01.38l.06-.14c-.01.14-.01.26-.04.26.04.15.1-.11.16.18-.03.19.03.58-.05.64.03-.59-.08.07-.1-.44,0,.1,0,.22,0,.36,0,.02-.02-.02-.02-.06-.07.57.09.26.09.85-.05-.07-.09.14-.08.23,0-.24.08-.11.11.1-.04.38.03.41.02.61l.02-.23c.05.08.04.27.06.53-.04.02-.03-.24-.04-.15.08.29-.09.66-.03,1.07-.03.19-.09.02-.11.18.06.46-.06.5-.01.98.06-.14.05-.16.11.18l-.04-.79.09.51c0-.24-.04-.5-.03-.65.05.24.04.22.09.1-.09.33.05.65,0,1.02h-.16c-.05.45.02.66.04,1.49.22,0,.52,0,.73,0l-.33-.03c.22-.06.54,0,.78-.03-.02.05.13.07.23.1-.01-.04.54,0,.61-.1l.33.07c.59.03.68-.15,1.25-.13-.17.06.09.09-.3.13.19,0,.36.01.37-.03.11.03.53-.07.7-.02.08-.02.11-.08.32-.07.02.01,0,.03,0,.03,0-.03.34-.03.15-.09.59.16,1.64-.01,2.15.13.42-.01.92-.03,1.3-.04-.02.02,0,.03-.07.02.52.05.32-.15.91-.1.3.08-.32.05-.13.08.08.17.72-.02,1.12.08h-.1c.31.07.74-.05,1.24-.04,0,0-.02.02,0,.03.34-.09.99-.12,1.47-.14-.15.07-.22.04-.13.1.22,0-.06-.11.37-.13.14.04.45.07.49.14h-.4c.21.1.52,0,.74.02l-.03.04c.6-.01.55-.1,1.33-.11,0-.04,0-.09,0-.15l-.03.06c-.1-.49.06-.4-.02-.77l.1-.11c-.03-.24-.1-.84-.12-1.27.08.24.12.75.16,1.06,0-.24,0-.81-.06-.93.01.1.04.22.02.31-.08-.29-.12-.68-.12-1.15.09.04.11-.21.12-.52,0-.16,0-.33.01-.49,0-.24.02-.48.04-.68-.08-.01-.15-.02-.2-.04-.17,0-.34.01-.51.02h-.32c-.21,0-.42,0-.64,0-.43-.02-.89-.04-1.38-.03.35.16-.29,0-.23.17-.22.01-.31,0-.33,0h.05s-.03,0-.05,0h0s-.69-.1-.69-.1c-.16-.05.22-.04.2-.07-.5-.01-.21-.07-.54-.11.07.06-.17.08-.46.06l.4.07c-.7.09-.6-.14-1.31-.05l.22-.05c-.36.03-1.33,0-1.69.13-.06-.02-.15-.06.01-.07-.86-.02-1.92.14-2.59.06l.06-.04c-.11,0-.07.02-.12.04-.03.01-.07.02-.08,0,.02-.02.05-.04.04-.04-.01-.02-.07,0-.05-.32l.04.18c.05-.84-.11-1.29-.13-2,.12,0,.15-.66.17-.99h.02c0-.31,0-.6-.02-.87,0-.13-.02-.26-.03-.38-.01-.03-.02-.07-.03-.12.03-.01.07-.02.13-.03.15,0,.3-.02.46-.03.56.13,1.91.05,2.81.12-.14-.02.02-.09.18-.1.21.02.59-.08.55.03h-.08c.16.1.6.07.94.08l.06-.14c.45.1,1.03.08,1.56.06.56-.02.91-.05,1.51.05.05,0,.11,0,.17-.01-.02-.32-.03-.79-.06-.91h.07c.02-.58.03-.88.01-1.62l.05.15c0-.42-.21-.52-.22-.91l.11-.12c.01-.49.02-1,.04-1.49-.28,0-.56,0-.84,0-.17,0-.34.02-.5.04.01-.02.03-.05.15-.05-.34,0-1.32-.08-1.2.08,0-.1-.75,0-1.14.03l.06-.07c-.33.09-.34.12-.8.15-.11,0-.1-.06.05-.04-.36-.04-.28.07-.73.03l.16-.05c-.37,0-.35.02-.55.07-.24.03-.71-.02-.77-.08-.05.04-.26.09-.48.08-.03-.02.05-.04.09-.05-.63-.05-.93.09-1.36.01,0-.02-.04-.04-.07-.04.5,0,.9,0,.86.01,0-.07-.4-.08-.08-.17-.16.03-.39.06-.61.1-.22.03-.5.05-.52.03,0,0,0-.01,0-.02h.02s-.04-.01-.06,0h0c.01-.07.02-.09.02-.13.06.01.03-.45.03-.63-.07.02-.06-.25-.12,0,0-.03,0,.04.01.17,0,.03,0,.07,0,.09h0c0,.1,0,.25,0,.42,0-.02-.02-.03-.03-.06,0-.04-.01-.08-.02-.13,0-.09,0-.19.02-.3-.05-.1-.1-.22-.12-.28.1-.27.16-.8.22-.88-.04-.61-.03-1.44-.17-1.83-.02-.17.04-.2.06-.27.01.1.01.22.03.27-.01-.1-.02-.25-.02-.38,0-.08-.01-.16-.02-.23.08-.01.15-.03.16-.07.38.04-.26.09.33.07l-.08.03c1.19.16,1.93-.25,3.24-.05-.09-.01-.14-.02-.16-.03,1.5.09,3.09-.08,4.57.06.42.03.47-.03.72-.08l.09.08.44-.09c.24-.03.5,0,.84.03.01-.11.02-.22.04-.32,0-.11.02-.22.03-.34.01-.19,0-.39-.03-.63l-.05.1c.01-.28-.03-.9.03-.85,0-.03-.06-.09-.03-.2h.04s-.07-.7-.07-.7c.03-.54.17.08.17-.7ZM92.49,73.76c.01.13,0,.18-.02.2,0-.06,0-.14,0-.23v-.02s.02.03.03.05ZM98.26,65.52s.03,0,.04.01h-.16s.08,0,.13-.01Z'/%3E%3Cpath d='M92.4,73.52s0-.03,0-.06c0,.03-.01.05-.02.08l.02.05s0-.05,0-.07Z'/%3E%3Cpath d='M87.57,67.6s0-.03.01-.04c0,.01,0,.01,0,.02v.02Z'/%3E%3Cpath d='M95.77,65.42c-.09-.03-.21-.07.03-.07-.66-.09.14.06-.55.05l.52.02Z'/%3E%3Cpath d='M93.65,65.3c-.18.03-.22.03-.01.06.28-.01,0-.04.01-.06Z'/%3E%3Cpath d='M87.51,71.22l-.07-.03c0,.22.03,0,.07.03Z'/%3E%3Cpolygon points='87.38 74.76 87.37 74.66 87.39 75.02 87.38 74.76'/%3E%3Cpath d='M93.98,88.3l-.07-.08c-.15.01-.18.11.07.08Z'/%3E%3Cpath d='M102.59,87.87c0,.12-.01.22,0,.29.02-.05.04-.16.04-.3,0-.13,0-.3-.02-.36,0,.12-.01.25-.02.36Z'/%3E%3Cpolygon points='98.1 78.98 97.95 78.98 97.78 79 98.1 78.98'/%3E%3Cpath d='M109.92,78.4s.01.08.02.07c0-.05-.01-.07-.02-.07Z'/%3E%3Cpath d='M109.96,72.24s.02-.09.03-.17l-.03.17Z'/%3E%3Cpath d='M109.91,69.25v-.05s-.02-.03-.04-.04l.04.1Z'/%3E%3Cpath d='M114.63,65.53v.03s.03,0,.05,0l-.05-.04Z'/%3E%3Cpath d='M109.75,81.57s0,0,0,0c0-.05,0-.02,0,0Z'/%3E%3Cpath d='M122.01,88.33c-.21-.07.34-.09.03-.16.03.03-.28.12-.03.16Z'/%3E%3Cpath d='M109.9,88.14s0,.07,0,.11c.02,0,.05,0,.1,0,0,0-.01,0-.02,0-.02,0-.05,0-.07,0,0-.02,0-.06,0-.1Z'/%3E%3Cpolygon points='111.9 88.23 111.86 88.22 111.81 88.22 111.9 88.23'/%3E%3Cpath d='M124.4,88.38c0-.2-.02-.4-.03-.56,0-.08-.02-.16-.03-.22-.01-.04-.02-.07-.04-.1.02-.04.06-.1.07,0,.02-.56-.14-1.26-.06-1.69l.04.04c-.01-.11-.07-.18-.03-.31.02,0,.04.04.04,0-.01-.06-.07-.28-.05-.42l.04.12c.03-.28,0-.49-.04-.69l-.06-.3c-.02-.11-.03-.29-.04-.44.04-.03.08-.15.1-.32-.1-.02-.25-.03-.41-.05-.14,0-.28-.02-.38-.02v-.02c-.63-.01-1.08.1-1.67.14-.37-.13-1.25-.05-1.84-.12.09.02-.01.09-.12.1-.14-.02-.38.08-.36-.03h.05c-.1-.1-.39-.07-.61-.08l-.04.14c-.58-.2-1.53.07-1.85-.11-.14.03-.31.03-.45.07v-.07c-.38-.02-.58-.03-1.06-.01l.1-.05c-.27,0-.34.22-.59.22-.02-.04-.06-.07-.07-.11-.04,0-.09,0-.11-.02l.02-.08s0,0,0-.12c0-.17,0-.34-.05-.5.02,0,.05.02.05.1,0-.22.08-.86-.08-.78.1,0,0-.49-.03-.75l.07.04c-.09-.22-.12-.22-.15-.52,0-.07.06-.06.04.03.04-.24-.07-.19-.03-.47l.05.11c0-.25-.02-.23-.07-.36-.03-.15.02-.47.08-.5-.04-.03-.09-.17-.08-.31.03-.02.04.03.05.06.05-.41-.09-.61-.01-.89.02,0,.04-.02.04-.05,0,.33,0,.59-.01.56.07,0,.08-.26.17-.05-.05-.21-.16-.57-.13-.83,0-.01.01-.02.02-.03v.03c.01-.06,0-.11,0-.16.01-.08.02-.13.02-.21.06-.03.03-.3.03-.43-.07.01-.06-.16-.12,0,0-.02,0,.02.01.11,0,.02,0,.04,0,.06h0c0,.08,0,.19,0,.32-.04-.1-.07-.21-.03-.36-.05-.07-.1-.14-.12-.18.1-.18.16-.53.22-.57-.04-.4-.03-.94-.17-1.2-.02-.11.04-.13.06-.17.01.07.01.14.03.18-.04-.23-.01-.67-.11-.73.04-.29.09.16.07-.23l.03.05c.16-.78-.25-1.26-.05-2.12-.01.06-.02.09-.03.1.09-.98-.08-2.02.06-2.99.03-.28-.03-.3-.08-.47l.08-.06-.09-.29c-.07-.41.2-.7.07-1.22l-.05.07c.01-.19-.03-.59.03-.56,0-.02-.06-.06-.03-.13h.04s-.07-.46-.07-.46c.03-.35.17.06.17-.46-.02-.19-.12-.54-.15-.47,0,.08-.03.2-.07.2l-.02-.17s-.02,0-.02,0v-.03h-.08s-.06-.01-.09,0h-1.9l.02-.02-.06.02h-.26s.03-.03.08-.04c-.19-.05-.17.04-.34-.02-.02,0-.01-.01,0-.02l-.19.03s-.03-.08.08-.06c-.34-.06-.55.08-.68,0h.03c-.35.02-.2.05-.25.11h-.22l-.16-.14-.05.08c-.05,0-.17,0-.15-.04-.19.06.04.04-.05.09-.08-.02-.18-.03-.27-.03,0,.23.03.46-.07.5.06.09.05-.23.09.03-.14.07.02.29-.04.5-.07-.07-.03-.27-.1-.05.12.13-.03.42,0,.6.03,0,.04.05.05.1-.03-.03-.04-.06-.05-.1-.01,0-.03,0-.05.02,0,.05.07.07.1.08.02.14,0,.38.02.59-.03-.02-.05.57-.09.85h-.02c.1.05.08.34.1.55-.06,0-.08-.05-.11-.16v.2s.05.11.06.24l-.07-.05c0,.27.09.53.04.87.05.01.12-.11.17-.08v.18s-.04-.03-.05-.07c0,.03.03.11.01.17l-.06-.14c-.03.16.05.08.05.21-.05,0-.04.09-.08.07,0-.03.02-.11,0-.16,0,.14-.04.31-.08.37.03-.01.07,0,.08.1,0,.26-.06.09-.09.25.04.06,0,.23.08.24,0,.08-.04.09-.06.12.03.14,0,.64.09.49v-.04s0,.02,0,.02c.08.45-.04.93-.01,1.38h-.03c.03.27.02.59.07.78,0,.08-.05.19-.08.15.02.2.05.23,0,.52-.05-.2-.04.07-.03-.21-.02.26-.06.32,0,.61-.07-.1-.08.2-.06.32l.05-.19c0,.14,0,.27,0,.39l-.09-.07c-.11.54.18.98,0,1.39.06.14.04-.29.11-.17-.01.25-.14.51-.14.59-.05.34.13.32.09.68.03-.05.11-.09.14.18-.01.25-.13.31-.16.15,0-.06,0-.09.02-.09-.01-.08-.02-.19-.06-.09l.03.03c-.03.12-.03.47-.08.39.03.19.05.08.07-.06-.05.32,0,.5-.03.83.02-.05.05-.1.05-.05-.04.48.06.21.07.54-.05.19-.11-.07-.07.26-.03.2-.08.04-.11-.04.06.3-.04.56-.05.73l-.03-.16c.01.09.01.17.01.25l.06-.09c-.01.09-.01.17-.04.17.04.1.1-.07.16.12-.03.12.03.38-.05.42.03-.39-.08.04-.1-.29,0,.06,0,.14,0,.23,0,.01-.02-.01-.02-.04-.07.37.09.17.09.56-.05-.05-.09.09-.08.15,0-.16.08-.07.11.07-.04.25.03.27.02.4l.02-.15s.04.17.06.35c-.04.01-.03-.16-.04-.09.08.19-.09.43-.03.7-.03.12-.09.01-.11.12.06.3-.06.32-.01.64.06-.09.05-.11.11.12l-.04-.52.09.33c0-.16-.04-.33-.03-.42.05.16.04.14.09.07-.09.21.05.42,0,.67h-.16c-.07.36.08.65.04,1.13l.03-.15c.06.06,0,.3.03.45-.05-.01-.07.08-.1.15.04,0,0,.35.1.4l-.07.21c-.03.39.15.44.13.82-.06-.11-.09.06-.13-.19,0,.13-.01.23.03.24-.03.11.05.42.03.61.02,0,.04,0,.05.01.1-.02.16-.08.34-.07.02.01-.01.03-.01.03.02-.03.29-.03.15-.09.41.16,1.08-.01,1.42.13.27-.02.6-.03.85-.04-.02.02,0,.03-.05.02.34.05.21-.15.6-.1.2.08-.21.05-.08.08.05.17.47-.02.73.08h-.06c.2.07.49-.05.81-.04,0,0-.02.02,0,.03.22-.09.65-.12.96-.14-.1.07-.14.04-.08.1.14,0-.04-.11.24-.13.09.04.29.07.32.14h-.26c.14.1.34,0,.48.02l-.02.04c.41-.01.41-.12.85-.11l-.05-.03c.24-.1.2.06.44-.02l.07.1c.16-.02.55-.1.83-.12-.16.08-.49.12-.69.16.16,0,.53,0,.61-.06-.06.01-.14.04-.2.02.19-.08.44-.12.75-.12-.06.2.81.05,1.04.21.55-.07,1.09.03,1.73.02-.23-.16.19,0,.15-.17.14-.01.2,0,.21,0,0,0,0,0,0,0h0s.45.1.45.1c.11.05-.14.04-.13.07.33.01.14.07.35.11-.04-.06.11-.08.3-.06l-.26-.07c.46-.09.39.14.85.05l-.15.05s.55-.01.94-.03ZM114.92,77.59c.01.09,0,.12-.02.13,0-.04,0-.09,0-.15h0s.03,0,.04.02ZM111.9,65.52s0,0,.01.01h-.08s.04,0,.07-.01Z'/%3E%3Cpath d='M114.83,77.44s0-.02,0-.04c0,.02-.01.04-.02.05l.02.03v-.05Z'/%3E%3Cpath d='M110,72s0-.02.01-.02c0,0,0,0,0,.01h0Z'/%3E%3Cpath d='M109.97,65.39s.01.11.01.23v-.21s.23.01.23.01c-.09-.03-.24-.07-.02-.07-.54-.07-.12.01-.22.04Z'/%3E%3Cpath d='M109.94,66.75c-.01-.18-.04,0-.06,0,.03.12.03.14.06,0Z'/%3E%3Cpath d='M109.94,74.37l-.07-.02c0,.14.03,0,.07.02Z'/%3E%3Cpolygon points='109.81 76.69 109.8 76.63 109.82 76.86 109.81 76.69'/%3E%3Cpath d='M111.57,88.3l-.04-.08c-.1.01-.12.11.04.08Z'/%3E%3Cpath d='M117.4,88.24c-.12,0-.25-.04-.31-.03.06.04.22.07.31.03Z'/%3E%3Cpolygon points='118.78 83.42 118.57 83.44 118.67 83.44 118.78 83.42'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    --logo-wild-casino: url("data:image/svg+xml,%3Csvg width='128' height='72' viewBox='0 0 921 518' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect fill='%23121212'/%3E%3Cpath d='M182 356.457V356.285C182 338.545 195.94 324.63 214.777 324.63C227.484 324.63 235.65 329.848 241.152 337.324L228.187 347.156C224.634 342.813 220.551 340.025 214.592 340.025C205.883 340.025 199.764 347.242 199.764 356.112V356.285C199.764 365.413 205.895 372.544 214.592 372.544C221.081 372.544 224.893 369.583 228.631 365.154L241.596 374.197C235.737 382.104 227.829 387.939 214.062 387.939C196.298 387.939 182 374.641 182 356.457Z' fill='white'/%3E%3Cpath d='M309.916 325.418H326.52L352.994 386.717H334.514L329.987 375.849H306.005L301.564 386.717H283.442L309.916 325.418ZM325.015 362.723L318.082 345.415L311.063 362.723H325.003H325.015Z' fill='white'/%3E%3Cpath d='M393.419 377.681L403.017 366.467C409.148 371.254 415.982 373.77 423.174 373.77C427.788 373.77 430.28 372.204 430.28 369.601V369.428C430.28 366.912 428.232 365.518 419.794 363.605C406.558 360.645 396.343 356.993 396.343 344.472V344.299C396.343 332.999 405.497 324.82 420.411 324.82C430.983 324.82 439.248 327.608 445.996 332.913L437.386 344.83C431.699 340.919 425.481 338.834 419.979 338.834C415.81 338.834 413.762 340.574 413.762 342.745V342.918C413.762 345.706 415.896 346.915 424.507 348.827C438.804 351.874 447.686 356.389 447.686 367.787V367.96C447.686 380.395 437.645 387.784 422.545 387.784C411.529 387.784 401.056 384.392 393.407 377.693L393.419 377.681Z' fill='white'/%3E%3Cpath d='M496.366 325.852H513.686V386.718H496.366V325.852Z' fill='white'/%3E%3Cpath d='M565.024 325.852H581.099L606.684 358.024V325.852H623.732V386.718H608.633L582.073 353.324V386.718H565.024V325.852Z' fill='white'/%3E%3Cpath d='M672.597 356.458V356.285C672.597 338.805 686.993 324.631 706.176 324.631C725.359 324.631 739.57 338.632 739.57 356.113V356.285C739.57 373.766 725.186 387.94 705.991 387.94C686.796 387.94 672.597 373.938 672.597 356.458ZM721.978 356.458V356.285C721.978 347.502 715.49 339.853 705.991 339.853C696.492 339.853 690.262 347.329 690.262 356.113V356.285C690.262 365.069 696.751 372.717 706.163 372.717C715.576 372.717 721.978 365.241 721.978 356.458Z' fill='white'/%3E%3Cpath d='M240.446 178.75C240.228 168.17 240.382 147.781 240.536 134.033C240.561 131.956 238.894 130.25 236.804 130.25C221.3 130.212 195.64 130.097 185.765 130.045C183.585 130.032 181.867 131.879 182.008 134.059C182.431 139.971 183.213 150.974 183.662 157.283C184.675 171.723 185.727 186.649 186.83 201.32C187.214 206.449 187.612 211.592 188.022 216.721C196.576 210.694 204.937 204.359 213.567 198.422C222.698 192.125 231.559 185.431 240.433 178.75H240.446Z' fill='%232FAF16'/%3E%3Cpath d='M293.73 142.056C297.09 139.568 300.283 136.824 303.604 134.297C303.489 133.913 303.386 133.541 303.271 133.156C302.809 131.579 301.386 130.476 299.732 130.45C290.857 130.309 281.894 130.284 273.173 130.271H269.608C267.916 130.271 266.428 131.386 265.992 133.028C263.402 142.543 259.631 155.88 256.464 166.934C261.388 163.523 266.967 160.971 271.968 157.611C279.355 152.623 286.549 147.326 293.73 142.043V142.056Z' fill='%232FAF16'/%3E%3Cpath d='M329.523 292.133C333.318 292.133 337.127 292.171 340.923 292.171H371.867C373.829 292.171 375.457 290.658 375.598 288.709L378.856 245.313L306.26 292.184C314.057 292.069 321.88 292.107 329.51 292.133H329.523Z' fill='%232FAF16'/%3E%3Cpath d='M383.495 130.026H377.212C362.028 130.026 347.127 130.026 332.264 130.026C330.187 130.026 328.52 131.706 328.52 133.783C328.52 135.438 328.52 137.31 328.52 139.31L326.481 208.802L317.62 182.116C317.62 182.116 309.015 152.98 304.616 137.823C298.551 143.709 292.523 149.621 286.073 155.084C280.11 160.123 274.378 165.189 269.197 170.998C264.209 176.64 258.669 182.129 252.5 186.527C241.113 194.671 231.649 204.609 222.031 214.342C212.631 223.857 202.218 231.244 189.6 236.45C189.6 236.45 189.574 236.45 189.561 236.45C189.741 238.733 189.908 241.016 190.1 243.311C191.267 258.212 192.485 273.588 193.639 288.771C193.793 290.733 195.422 292.247 197.397 292.234C215.594 292.131 234.009 292.157 251.859 292.17H266.978C268.735 292.17 270.261 290.951 270.633 289.233C272.095 282.513 275.468 268.869 278.661 256.071C282.457 240.939 286.047 226.974 286.047 226.974L289.651 243.337C292.421 255.943 295.024 269.151 297.922 285.591C314.837 276.486 330.7 265.624 345.742 253.326C357.373 243.811 369.466 234.706 380.418 224.537L387.227 134.065C387.394 131.885 385.675 130.039 383.495 130.039V130.026Z' fill='%232FAF16'/%3E%3Cpath d='M646.511 229.16C651.384 225.672 656.296 222.223 661.246 218.837C661.246 202.371 661.31 183.418 661.387 175.762C661.412 173.377 662.451 171.12 664.221 169.53C665.99 167.939 668.376 167.183 670.735 167.439C674.813 167.875 676.942 169.696 678.07 171.851C679.199 174.005 679.314 176.442 679.404 178.173C679.725 184.546 679.776 195.664 679.673 206.642C698.781 194.113 718.337 182.097 738.022 170.248C737.573 166.695 736.996 163.156 736.329 159.642C733.456 144.664 725.698 135.906 712.631 132.879C708.155 131.84 702.884 130.763 697.742 130.712C675.082 130.443 652.025 130.314 629.738 130.186C621.607 130.148 613.477 130.096 605.359 130.058C603.282 130.058 601.589 131.725 601.589 133.802C601.653 177.134 601.666 221.081 601.692 263.669C616.093 251.679 631.058 240.279 646.511 229.186V229.16Z' fill='%232FAF16'/%3E%3Cpath d='M739.541 197.853C719.151 206.919 698.928 216.306 679.346 226.937C679.192 232.451 679.026 236.555 678.859 238.004C678.397 242.249 674.383 245.506 669.793 245.506C669.6 245.506 669.408 245.506 669.203 245.506C664.586 245.224 661.38 241.748 661.316 237.042C656.11 240.184 650.967 243.454 645.889 246.852C631.911 256.226 616.561 264.19 601.698 272.602V288.427C601.698 290.492 603.365 292.172 605.43 292.172C610.393 292.172 619.1 292.172 624.101 292.172C643.183 292.172 662.932 292.21 682.334 292.082C689.362 292.03 696.748 291.543 704.263 290.607C721.139 288.504 731.193 279.925 735.001 264.344C736.579 257.868 738.233 250.251 738.566 242.928C739.285 226.591 739.592 211.766 739.528 197.853H739.541Z' fill='%232FAF16'/%3E%3Cpath d='M516.848 130.205C505.96 130.167 494.868 130.103 483.185 130C481.095 129.987 479.389 131.667 479.402 133.758C479.402 137.938 479.402 142.132 479.415 146.312C488.623 141.952 498.01 137.964 507.512 134.181C510.667 132.937 513.77 131.578 516.861 130.205H516.848Z' fill='%232FAF16'/%3E%3Cpath d='M580.369 249.104H538.973V244.115C538.973 243.372 538.858 171.443 538.922 133.959C538.922 131.882 537.242 130.215 535.165 130.215C532.998 130.215 530.83 130.215 528.65 130.215C512.261 139.153 495.885 148.117 479.433 156.952C479.471 187.627 479.484 218.301 479.51 248.963L479.535 288.178C479.535 290.243 481.215 291.923 483.28 291.923H562.877C570.033 287.421 577.445 283.074 584.113 278.252V252.836C584.113 250.771 582.433 249.091 580.369 249.091V249.104Z' fill='%232FAF16'/%3E%3Cpath d='M580.369 291.932C582.434 291.932 584.114 290.253 584.114 288.188V283.469C579.035 286.303 573.931 289.124 568.84 291.932H580.369Z' fill='%232FAF16'/%3E%3Cpath d='M457.981 170.159C443.785 177.815 432.243 188.279 421.805 200.077C414.893 207.861 408.263 215.863 401.659 223.878C401.659 238.228 401.659 252.501 401.684 266.633V288.382C401.684 290.446 403.377 292.126 405.442 292.126H416.509C429.871 292.126 443.631 292.126 457.275 292.178C459.353 292.178 461.033 290.498 461.033 288.42C461.033 243.319 461.046 204.232 461.071 168.467C460.045 169.044 459.007 169.608 457.968 170.146L457.981 170.159Z' fill='%232FAF16'/%3E%3Cpath d='M457.362 130.171C441.73 130.197 424.956 130.171 405.375 130.043C403.297 130.043 401.592 131.71 401.604 133.787C401.643 157.088 401.656 180.556 401.656 203.908C416.557 190.109 432.433 177.542 449.424 166.206C453.259 163.641 457.144 161.23 461.094 158.948C461.094 150.433 461.12 142.097 461.132 133.903C461.132 131.825 459.453 130.158 457.375 130.158L457.362 130.171Z' fill='%232FAF16'/%3E%3C/svg%3E%0A");
    --logo-betonline: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 581 77.3' viewBox='0 0 581 77.3' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m107.9 76.9v-76.7h51.4v15.6h-33.5v14.5h31.7v14.9h-31.7v15.9h35.5v15.8z' fill='%23ee3536'/%3E%3Cpath d='m230.3 7.7c3.1-3 6.7-5.6 10.7-7.6h-75v15.9h21.6v61h18.4v-61h17.6c2-3 4.1-5.8 6.7-8.3z' fill='%23ee3536'/%3E%3Cpath d='m101.3 55.1v-.4c0-.6 0-1.2-.1-1.8v-.3-.1c0-.3-.1-.5-.1-.8v-.3l-.1-.7c-1.3-6-5-9.2-5.7-9.9-7.1-6.3-21.2-10.1-41.8-11.3h-.6l-.1-14.7h12.8c1.4 0 2.9.1 4.5.4 1.5.3 2.9.7 4.1 1.2s2.1 1.3 2.8 2.3 1.1 2.2 1.1 3.7c0 1.4-.3 2.7-1 3.7-.1.2-.3.5-.5.7-.4.5-2 2.1-6.2 3.5 4.8.8 11.5 2.3 17.1 4.7.7-.3 1.2-.6 1.8-.9 1.1-.6 1.8-1.1 2.5-1.7.6-.5.9-.9.9-.9.2-.2.4-.5.7-.7 2.8-2.9 4.1-6.5 4.1-10.9 0-4.2-1-7.7-2.9-10.3s-4.4-4.6-7.5-6c-3-1.4-6.5-2.4-10.3-2.8-3.9-.6-7.7-.8-11.4-.8h-32.3l.1 29.2h-.1c-15.4.3-33.4 1.8-33.4 1.8 6.3 0 33.3 1.8 33.3 1.8h.1v44.2h35.9c3.8 0 7.7-.4 11.5-1.1s7.3-1.9 10.4-3.6c3-1.6 5.6-3.8 7.5-6.5 1.9-2.6 2.9-6 2.9-9.9v-.3c0-.2 0-.3 0-.5zm-20.3 1.9-.1.2c0 .1-.1.1-.1.2-.8 1.1-1.8 2.1-2.9 2.8-1.2.7-2.5 1.2-4.1 1.5-1.5.3-3 .4-4.5.4h-15.8l-.7-.1v-1.6c0-5.1.1-16.7.2-19.1 0-.9-.1-1.6-.2-2.4l-.1-.2-.2-.5c-.3-.8-.6-1.2-.7-1.3 0-.1-.1-.1-.1-.2l-1-1.3 8 1.8c12.8 3.4 18.4 7.4 20.9 10.1 3.6 4.7 2 8.6 1.4 9.7z' fill='%23ee3536'/%3E%3Cg fill='%23fff'%3E%3Cpath d='m292.8 11.3c-3.4-3.4-7.6-6.2-12.5-8.1-4.8-2-10.2-3-15.9-3s-11.1 1-15.9 3-9 4.7-12.5 8.1c-3.4 3.4-6.2 7.6-8.1 12.2-1.9 4.7-2.9 9.8-2.9 15.2s1 10.5 2.9 15.2 4.7 8.8 8.1 12.2 7.6 6.2 12.5 8.1c4.8 2 10.2 3 15.9 3s11.1-1 15.9-3 9-4.7 12.5-8.1c3.4-3.4 6.2-7.6 8.1-12.2 1.9-4.7 2.9-9.8 2.9-15.2s-1-10.5-2.9-15.2c-1.9-4.6-4.7-8.7-8.1-12.2zm-.8 27.5c0 3.9-.7 7.6-2 11s-3.2 6.4-5.6 9c-2.4 2.5-5.3 4.6-8.7 6-3.3 1.5-7.2 2.2-11.3 2.2-4.2 0-8-.8-11.3-2.2-3.4-1.5-6.3-3.5-8.7-6s-4.3-5.5-5.6-9c-1.3-3.4-2-7.1-2-11s.7-7.6 2-11 3.2-6.4 5.6-9c2.4-2.5 5.3-4.6 8.7-6 3.3-1.5 7.2-2.2 11.3-2.2 4.2 0 8 .8 11.3 2.2 3.3 1.5 6.3 3.5 8.7 6s4.3 5.5 5.6 9c1.3 3.4 2 7.1 2 11z'/%3E%3Cpath d='m391.1.2h-11.4v76.7h46.1v-10.3h-34.7z'/%3E%3Cpath d='m432.6.2h11.4v76.7h-11.4z'/%3E%3Cpath d='m531.3 66.6v-23.2h35.8v-10.3h-35.8v-22.6h38.5v-10.3h-50v76.7h51.9v-10.3z'/%3E%3Cpath d='m362.2 51.2-51.6-51v76.7h10.8v-50.3l51.5 50.3v-76.7h-10.7z'/%3E%3Cpath d='m502.3 51.5-51.4-51.3v76.7h10.7v-50l51.4 49.7v-76.4h-10.7z'/%3E%3C/g%3E%3C/svg%3E");
}