@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,500;0,700;1,500;1,700&display=swap');
html {
    color: #1A1A1A;
    font-size: 18px;
    font-family:'Raleway', Arial, Helvetica, sans-serif;
    line-height: 1.4;
    font-weight: 500;
    font-variant-numeric: lining-nums;
    font-feature-settings: 'lnum';
    -moz-font-feature-settings: 'lnum=1';
    -ms-font-feature-settings: 'lnum';
    -webkit-font-feature-settings: 'lnum';
    -o-font-feature-settings: 'lnum';
}
body{
    position: relative;
    overflow-x: hidden;
}
em{
    color: #1A1A1A;
}
h1,h2,h3,h4,h5,h6 {
    color: #1A1A1A;
    font-family:'Raleway', Arial, Helvetica, sans-serif;
    line-height: 1.2;
    font-weight: 700;
    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    text-wrap: balance;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
    text-transform: none;
}
h1{
	font-size: 48px;
}
h2{
    font-size: 38px;
    width: 80%;
    font-weight: 500;
}
h3{
    font-size: 32px;
    width: 50%;
    font-weight: 500;
}
a{
    color: #1A1A1A;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}
a:hover{
    color: #820024;
}
blockquote{
    color: #1A1A1A;
    position: relative;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    font-style: normal;
    padding: 0px;
}
blockquote p{
    padding: 0px;
    margin: 0px;
}
label{
    display: block;
    font-weight: 700;
    padding: 4px 0px;
}
label.required span:after{
    content: "*";
    color: #cc0000;
    padding-left: 8px;
    display: inline-block;
}
.transition{
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}
.logo{
    display:block;
    width:60px;
    height:80px;
    text-indent:120%;
    white-space:nowrap;
    overflow:hidden;
    padding:0px;
    position:relative;
    background-color:transparent;
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    background-image: url('/assets/upload/site/bionutria-logo.webp');
    text-decoration:none;
    border-bottom: 4px solid #820024;
}
.button{
    display: block;
    padding: 16px;
    font-family:'Raleway', Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #87DD33;
    border: none;
    cursor: pointer;
    text-align: center;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
    text-decoration: none !important;
}
.button:hover{
    text-decoration: none;
    background-color: #74C623;
    color: #fff;
}


header{
    background-color: rgba(255, 255, 255, .9);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}
header a:hover{
    text-decoration: none;
}
.header-top{
    position: relative;
}
.header-top:after{
    display: block;
    position: absolute;
    height: 2px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    content: "";
    background-position: center;
    background-repeat: repeat-x;
    background-image: url("data:image/svg+xml,%3Csvg width='943' height='10' viewBox='0 0 943 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='943' height='10' fill='url(%23paint0_linear_602_641)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_602_641' x1='-6.61221e-07' y1='10' x2='930.821' y2='-96.4718' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.130208' stop-color='%239FE25D' stop-opacity='0'/%3E%3Cstop offset='0.505208' stop-color='%239FE25D'/%3E%3Cstop offset='0.864583' stop-color='%239FE25D' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.header-top ul{
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
    list-style: none;
    width: 100%;
}
.header-top ul li{
    padding: 21px 0px;
    margin: 0px;
}
.header.uk-active{
    background-color: rgba(255, 255, 255, .9);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
}
.header ul{
    display: flex;
    align-items: center;
    justify-content: start;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.header ul .header-menu{
    flex: 1;
    text-transform: uppercase;
    font-weight: 700;
}
.header ul .header-menu ul{
    justify-content: center;
	flex-wrap: wrap;
}
.header ul .header-menu ul li{
    padding-left: 0px;
}
.header ul .header-menu ul li a{
    display: block;
    padding: 2px 8px;
    text-align: center;
    font-size: 16px;
}
.header ul .header-lang ul li a{
    display: block;
    padding: 8px 12px;
    background-color: transparent;
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}
.header ul .header-lang ul li a:hover{
    background-color: #eee;
}
.header ul .header-lang ul li a.active{    
    background-color: #87DD33;
    color: #fff;
}
.header-mobile-link{
    padding-left: 24px;
}
.header-mobile-link a{
    display: block;
    width: 48px;
    height: 48px;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='5' y='22' width='38' height='4' fill='%23232323'/%3E%3Crect x='5' y='32' width='38' height='4' fill='%23232323'/%3E%3Crect x='5' y='12' width='38' height='4' fill='%23232323'/%3E%3C/svg%3E%0A");
}

.footer{
    padding: 24px 0px;
}
.footer .logo{
    width:160px;
    height:220px;
}
.footer-contacts{
    padding: 0px;
    margin: 0px 0px 0px 190px;
    list-style: none;
}
.footer-contacts li p{
    padding: 0px;
    margin: 0px;
}
.footer-contacts li{
    padding: 4px 0px;
    margin: 0px;
}
.footer-contacts li ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}
.footer-contacts li ul li{
    padding-right: 24px;
}
.footer-contacts-phones-container{
    display: grid;
    grid-template-columns: auto 1fr;
}
.footer-contacts-phones{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
}
.footer-contacts-phones div{
    padding-left: 8px;
}
.footer-contacts-phones div a{
    display: inline-block;
}

.footer-menu{
    padding: 0px;
    margin: 0px;
    list-style: none;  
}
.footer-menu li{
    padding: 6px 0px;
    margin: 0px;
}
.footer-menu a{
    text-transform: uppercase;
}
.footer-subtitle{
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}
.footer-bottom{
    color: #fff;
    background-color: #1A1A1A;
    padding: 6px 0px;
    text-align: center;
}

main{
    position: relative;
    overflow: hidden;
}
main .uk-container{
    position: relative;
    z-index: 10;
}
main:before{
    content: "";
    position: absolute;
    display: block;
    left: 0px;
    top: 1000px;
    width: 300px;
    height: 800px;
    z-index: 1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}
main:after{
    content: "";
    position: absolute;
    display: block;
    right: 0px;
    top: 1000px;
    width: 300px;
    height: 800px;
    z-index: 1;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
}

main.main-homepage:before{
    background-image: url('/assets/upload/site/main-back-05.webp');
}
main.main-homepage:after{
    background-image: url('/assets/upload/site/main-back-19.webp');
}
main.main-bio-ph-control:before{
    top: 1300px;
    background-image: url('/assets/upload/site/main-back-16.webp');
}
main.main-bio-ph-control:after{
    top: 800px;
    background-image: url('/assets/upload/site/main-back-17.webp');
}
main.main-bio-crop-opti-ml:before{
    top: 800px;
    background-image: url('/assets/upload/site/main-back-05.webp');
}
main.main-bio-crop-opti-ml:after{
    top: 1300px;
    background-image: url('/assets/upload/site/main-back-18.webp');
}
main.main-bio-crop-opti-xl:before{
    top: 800px;
    background-image: url('/assets/upload/site/main-back-10.webp');
}
main.main-bio-crop-opti-xl:after{
    top: 1300px;
    background-image: url('/assets/upload/site/main-back-04.webp');
}
main.main-bio-bor-150:before{
    top: 800px;
    background-image: url('/assets/upload/site/main-back-01.webp');
}
main.main-bio-bor-150:after{
    top: 1300px;
    background-image: url('/assets/upload/site/main-back-11.webp');
}
main.main-bio-mangan-170-ns-cu:before{
    top: 800px;
    background-image: url('/assets/upload/site/main-back-14.webp');
}
main.main-bio-mangan-170-ns-cu:after{
    top: 1300px;
    background-image: url('/assets/upload/site/main-back-13.webp');
}
main.main-bio-mangan-180-ns:before{
    top: 800px;
    background-image: url('/assets/upload/site/main-back-14.webp');
}
main.main-bio-mangan-180-ns:after{
    top: 1300px;
    background-image: url('/assets/upload/site/main-back-13.webp');
}

.content{
    padding-bottom: 48px;
}
.content a{
    text-decoration: underline;
}
.content a:hover{
    text-decoration: none;
}
.content table{
    color: #fff;
    text-align: center;
    border: none;
    border-collapse: separate !important;
    background-color: #fff;
}
.content table tr{
    border-color: #fff;
    border: none;
}
.content table td{
    background-color: #B4D297;
    padding: 4px;
    border-color: #fff;
    border: none;
}
.content table thead td{
    background-color: #87DD33;
}
.content table td p{
    margin: 0px;
    padding: 4px;
    text-wrap: balance;
}
.content-prod-image-container{
    width: 400px;
    padding-right: 24px;
}
.content-field-3{
    width: 400px;
    text-align: right;
}
.content-field-3 h2{
    text-align: right;
    width: 100%;
}
.content-field-3 ul li, .content-field-3 ol li{
    float: right;
    clear: right;
}
.content-items{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
}
.content-item{
    padding: 16px;
    background-color: #B4D297;
    color: #fff;
}
.content-item a,
.content-item h2,
.content-item h3,
.content-item h4{
    color: #fff;
}

/* Blog */
.blog-item{
    overflow: hidden;
    display: block;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 0px;
    border-radius: 4px;
    text-decoration: none !important;
}
.blog-item:hover{
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
}
.blog-item-image{}
.blog-item-date{
    padding: 8px 16px 0px 16px;
    font-size: .8rem;
    color: #666;
}
.blog-item-title{
    padding: 8px 16px 24px 16px;
    font-weight: 700;
}
.blog-container{
    padding: 0px 0px 48px 0px;
}
.blog-date{
    font-size: .8rem;
    color: #666;
}
.blog-blockquote{
    font-weight: 700;
    font-style: italic;
    padding: 0px 0px 0px 16px;
}

.last-news{
    padding: 0px 0px 48px 0px;
}

/* Pagination */
.paginataion-container{
    display: grid;
    gap: 8px;
    justify-content: center;
    justify-items: center;
    padding: 16px 0px 32px 0px;
}
.paginataion-header{
    font-size: .8rem;
    color: #666;
}
.pagination{
    list-style:none;
    padding:10px 0px 0px 0px;
    margin:0px;
    display:flex;
}
.pagination li{
    padding: 4px;
    margin: 0px;
}
.pagination li a{
    padding:0px;
    margin:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:#eee;
    text-decoration:none;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
}
.pagination li a:hover{
    background: #111;
    color: #fff;
}
.pagination li.active a{
    background: #111;
    color: #fff;
}

/* Breadcrumbs */
.breadcrumbs{
    padding: 12px 0px;
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.breadcrumbs a{
    display: block;
    position: relative;
    color: #999;

}
.breadcrumbs .icon{
    background-color: #999;
}
.breadcrumbs ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
}
.breadcrumbs ul li{
    position: relative;
    padding-right: 22px;
}
.breadcrumbs ul li a:after{
    position: absolute;
    right: -14px;
    top: 1px;
    content: "/";
    color: #999;
}
.breadcrumbs ul li .breadcrumbs-homepage{

}

/* Banner */
.main-banner{
    color: #fff;
}
.main-banner h1{
    color: #fff;
    font-weight: 400;
}
.main-banner-image{
    background-position: center;
    background-size: cover;
}
.main-banner-content{
    padding: 24px 24px;
    width: 50%;
    min-height: 180px;
    /*
    opacity: .7;
    background-color: #87DD33;
    */
    background-color: rgba(135, 221, 51, 0.4);
    backdrop-filter: blur(3px) brightness(.8);
    -webkit-backdrop-filter: blur(3px) brightness(.8);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    box-sizing: border-box;
}

/* Page */
.page-image{
    width: 300px;
}
.page-image-desc{
    background-color: #B4D297;
    color: #fff;
    padding: 24px;
    margin-top: 8px;
}

/* Slider Nav */
.slider-nav{
    position: absolute;
    margin-top: -16px;
    top: 50%;
    left: -55px;
    display: block;
    padding: 8px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px 0px;
}
.slider-nav-right{
    left: auto;
    right: -55px;
}

/* Blocks */
.block-banner{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 24px;
    z-index: 10;
}
.block-banner-callback{
    position: absolute;
    z-index: 30;
    right:100px;
    bottom: 120px;
}
.block-banner-callback-mobile{
    right:60px;
    bottom: -30px;   
}
.block-banner-callback a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background-color: #87DD33;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
    border-radius: 100%;
}
.block-banner-callback a .icon{
    transform: scale(1.5);
    background-color: #fff;
}
.block-banner-mobile{
    margin: 0px;
}
.block-banner > .uk-container{
    position: relative;
    z-index: 20 !important;
}
.block-banner-container{
    position: relative;
    width: 50%;
    padding: 24px 0px;
    text-transform: uppercase;
}
.block-banner-container:before{
    position: absolute;
    display: block;
    content: "";
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(255, 255, 255, .6);
    width: 500%;
    z-index: 1;
}
.block-banner-container:after{
    position: absolute;
    display: none;
    content: "";
    top: 0px;
    bottom: 0px;
    left: 100%;
    background-color: rgba(255, 255, 255, .6);
    width: 500%;
    z-index: 1;
}
.block-banner-content{
    position: relative;
    z-index: 2;
    font-weight: 700;
}
.block-banner-container h1{
    font-size: 66px;
    text-transform: uppercase;
    text-wrap: balance;
}
.block-banner-bottom{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 40px;
    color: #fff;
    text-align: right;
    font-size: 44px;
}
.block-banner-map{
    padding: 36px 0px 24px 0px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
    background-color: #fff;
}
.block-banner-map img{
    padding-top: 24px;
}

.block-products{
    padding: 64px 0px 88px 0px;
    position: relative;
}
.block-products h3{
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    padding-bottom: 12px;
}
.block-products-container{
    padding: 0px;
    position: relative;
    z-index: 10;
}
.block-products-container .uk-slider-container{
    padding: 10px;
}
.block-products-link{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 0px;
    border-radius: 4px;
    text-decoration: none !important;
}
.block-products-link:hover{
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
}
.block-products-link-image{
    display: block;
    background-position: center;
    background-size: contain;
    width: 60%;
    margin: 24px;
}
.block-products-link-title{
    display: block;
    text-transform: uppercase;
    padding: 12px 0px;
    text-align: center;
    background-color: #B4D297;
    color: #fff;
    min-width: 100%;
    font-weight: 700;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.block-culture{
    background-color: #B4D297;
    padding: 64px 0px 88px 0px;
    color: #fff;
    position: relative;
    z-index: 10;
    overflow: hidden;
}
.block-culture:after{
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 300px;
    content: "";
    z-index: 1;
    background-position: center right;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='401' height='600' viewBox='0 0 401 600' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M341.276 512.61C341.246 512.63 341.226 512.65 341.196 512.67L341.086 512.76L314.826 531.516C314.106 532.026 313.397 532.545 312.677 533.035C311.668 533.715 310.509 534.214 309.37 534.084C308.93 534.574 308.49 535.044 308.051 535.503C302.875 541.019 276.974 551.311 268.97 553.849C261.826 556.118 253.812 557.846 246.477 559.375C239.922 560.734 232.188 562.323 225.513 562.563C223.644 562.633 221.186 563.003 219.597 561.913C211.344 564.731 191.428 561.164 184.584 559.795C175.99 558.086 159.832 554.319 152.878 548.993C152.348 548.593 151.808 548.184 151.319 547.754C150.469 547.005 149.87 546.045 149.76 544.996C149.53 544.646 149.35 544.227 149.24 543.727C148.671 541.169 150.659 539.67 152.608 538.681L164.049 532.865C164.579 532.006 165.378 531.436 166.357 531.007C178.468 524.532 189.91 516.927 201.151 509.073C205.978 505.706 211.024 501.469 215.95 498.431C217.569 497.432 219.347 496.543 221.196 495.733C221.496 494.944 222.065 494.234 222.765 493.665C223.404 493.145 224.094 492.675 224.773 492.226C255.031 472.061 302.415 446.97 340.037 459.331L313.647 426.206L313.607 426.156C306.302 416.253 299.677 405.611 292.812 395.389C285.927 385.106 277.434 372.406 268.411 363.972C267.941 363.543 267.661 363.063 267.421 362.493L265.573 358.686C265.293 358.606 265.013 358.526 264.733 358.447C271.358 368.859 276.115 388.764 276.874 396.348C277.094 398.556 277.454 401.044 275.146 402.433C273.017 403.712 271.139 402.423 269.25 401.524C261.386 397.797 253.242 392.691 247.007 386.615C244.958 384.627 242.41 381.869 240.222 378.861C241.511 394.729 242.11 410.717 242.81 426.156C242.93 428.774 244.069 432.311 241.381 434.03C238.673 435.768 236.085 433.37 234.026 431.861C226.092 426.086 218.948 419.87 212.762 412.985C212.523 420.85 208.656 430.492 206.357 435.778C204.589 439.845 201.161 440.884 198.024 437.537C194.236 433.48 190.439 429.433 187.112 424.976C184.214 421.089 181.026 415.104 179.358 409.108C177.909 415.104 176.869 421.309 176.23 428.574C176.04 430.742 176.06 433.11 173.692 434.199C171.054 435.429 168.995 433.4 167.277 431.741C162.24 426.865 154.386 415.923 150.909 409.758C149.89 407.959 148.781 405.701 147.661 403.143C146.502 409.958 144.164 416.403 141.156 422.568L138.738 427.764C137.639 430.103 136.79 433.49 133.662 433.69C130.364 433.9 129.115 430.352 128.016 427.934C125.128 421.559 122.63 411.916 122.92 403.363L108.821 427.385C107.482 429.663 106.073 433.07 102.905 432.901C99.6276 432.721 98.5384 428.814 97.4193 426.315C88.0463 405.351 83.2399 383.268 88.5659 360.905C82.2107 369.668 76.6649 373.685 67.9714 380.58L56.6799 390.682C54.9212 392.251 53.0427 394.499 50.3547 393.52C47.7666 392.581 47.7267 389.953 47.3769 387.714C44.679 370.567 47.4968 352.981 54.2917 337.113C49.2655 342.269 44.3592 347.894 39.4329 353.151C34.6165 358.287 29.4904 363.912 24.2543 368.599C22.4557 370.208 20.1574 372.126 17.5993 370.717C14.8914 369.218 15.4709 366.121 16.0605 363.683C20.657 344.467 27.1421 325.991 38.2938 309.513C39.7427 307.375 41.2815 305.287 42.9003 303.258C33.5973 306.965 21.5564 309.453 14.9813 309.623C7.55689 309.823 4.13946 306.885 8.37627 299.931C16.7999 286.141 28.3313 275.579 42.6904 268.194C45.4883 266.746 48.5061 265.317 51.6237 264.108C47.9965 264.058 44.3792 264.018 40.7619 264.028C29.0307 264.058 17.5993 264.737 5.99806 266.546C3.84968 266.885 1.45148 266.885 0.362301 264.497C-0.746864 262.049 0.911888 260.38 2.3608 258.772C6.83743 253.825 13.7722 248.869 19.2381 245.012C25.5933 240.525 32.3482 235.989 39.0532 232.052C40.9817 230.922 42.9702 229.813 45.0087 228.754C36.4851 228.055 27.8516 225.966 20.1274 222.809C15.7607 221.02 3.04029 215.434 5.21865 208.929C5.56838 207.88 6.25786 207.03 7.17717 206.421C23.285 195.739 39.0132 189.394 58.4286 187.945C61.0366 187.755 63.5048 187.715 65.893 187.945C49.0656 172.347 38.2938 152.751 31.299 130.198C30.0799 126.261 29.0707 121.135 34.8663 120.376C44.9987 119.057 62.1558 121.905 72.2482 124.253C80.8217 126.241 88.9656 128.949 96.5799 132.407C88.5659 120.146 83.5097 100.161 81.8909 89.429C81.1415 84.4327 83.7196 81.9246 88.6359 83.6333C99.3278 87.3405 108.681 92.9663 116.085 101.31C115.855 96.8134 115.705 92.3168 115.496 87.8102C115.256 82.3343 114.986 76.2489 113.747 70.9029C113.247 68.7945 112.388 66.5762 114.536 64.8675C116.885 62.9989 119.233 64.7975 121.281 65.9466C134.212 73.1812 147.851 78.3873 159.083 87.7902C156.914 78.3973 157.054 64.3679 157.694 58.4823C157.914 56.4838 158.363 54.5053 160.612 53.8058C162.93 53.0763 164.449 54.6552 165.908 56.0941C168.945 59.0718 171.843 63.0788 174.191 66.6262C175.411 68.4648 177.309 71.4026 178.808 74.4703C181.346 67.0758 184.664 59.9012 188.191 53.0564C189.9 49.7389 191.528 46.2615 193.367 43.0239C194.646 40.7556 196.285 38.2575 199.153 38.0177C201.291 37.8378 203.01 39.0569 204.459 40.4658C211.933 47.7204 221.506 64.3079 227.901 78.2774C232.158 68.2749 245.008 57.3431 250.804 52.4368C254.071 49.6689 260.137 43.2138 264.813 44.7626C267.221 45.562 268.381 47.7703 268.97 50.0686C270.829 57.2232 271.518 64.5077 270.439 71.8522C270.329 72.5916 270.259 73.2512 270.199 73.8607C280.222 66.5562 291.703 59.2417 299.797 56.124C301.026 55.6444 302.355 55.6044 303.574 56.134C308.61 58.3324 306.882 68.2449 306.252 72.4718C305.633 76.6186 304.793 80.7255 303.864 84.8224C298.858 106.916 290.534 125.812 279.023 143.029C290.654 135.404 304.344 130.028 316.894 126.441L336.1 121.445C338.758 120.745 342.705 118.987 344.693 121.875C346.682 124.772 343.474 128.01 341.935 130.348L327.976 151.512L327.886 151.622C325.048 155.249 322.08 159.176 318.723 162.344C317.314 163.673 315.805 164.952 314.276 166.211C325.118 164.103 336.08 162.344 347.031 160.945C349.959 160.575 354.346 159.406 356.404 162.214C357.294 163.413 357.404 164.862 357.004 166.271C355.005 173.336 346.132 184.807 341.366 190.403C337.768 194.61 331.243 201.824 324.668 205.851C331.903 206.621 339.427 208.04 347.331 209.998C352.797 211.357 354.296 214.655 350.829 219.251C339.617 234.1 329.455 242.624 315.345 251.917C317.823 252.176 320.631 252.726 323.919 253.645C328.775 255.004 333.811 256.753 338.578 258.402C341.875 259.541 345.213 260.73 348.44 262.089C350.908 263.138 354.905 264.657 354.975 267.855C355.055 271.342 349.729 273.76 347.131 275.099C342.725 277.368 338.048 279.366 333.422 281.125C330.054 282.404 323.639 284.812 317.943 285.621C319.242 286.651 320.531 287.71 321.8 288.779C325.887 292.236 346.981 311.652 346.002 317.677L345.552 320.435L316.474 322.613H316.345C307.791 322.603 298.738 321.534 289.864 319.366C297.229 324.902 302.165 329.139 307.801 339.101C310.679 344.187 320.282 363.243 320.421 368.249L320.551 373.115L297.519 366.351C294.191 365.371 290.864 364.532 287.566 363.772C291.093 367.769 294.971 373.545 296.34 375.444C303.644 385.556 310.769 395.798 318.003 405.961C320.651 409.678 323.309 413.395 325.987 417.092C329.405 421.799 332.922 426.435 336.509 431.012C336.09 429.293 335.75 427.554 335.47 425.786C328.585 383.248 350.459 354.24 379.817 326.56C380.176 326.211 380.536 325.851 380.896 325.501C381.805 324.632 382.934 324.042 384.133 324.142C384.233 323.932 384.333 323.723 384.433 323.513C384.923 322.464 385.482 321.364 386.152 320.425C387.261 318.856 388.89 317.737 390.918 318.277C394.036 319.096 394.126 322.534 393.946 325.112C393.626 329.888 393.626 334.574 393.616 339.351C393.596 347.625 392.987 354.999 391.518 363.173C391.348 364.102 390.898 365.032 390.289 365.941L390.758 366.61L390.419 368.129C387.661 380.67 381.585 391.941 373.342 401.714C365.218 411.337 353.367 423.907 348.58 435.499L346.672 440.095L346.492 439.935C346.432 440.135 346.362 440.335 346.282 440.515L345.523 442.253C346.722 443.752 347.901 445.271 349.02 446.79C353.706 453.195 358.543 459.361 363.399 465.626C364.718 467.315 366.577 469.483 367.326 471.761C368.925 470.712 370.494 469.763 371.853 468.883L388.46 456.673C389.649 455.803 390.798 454.844 392.177 454.814C393.037 452.716 394.306 451.626 396.544 449.028C397.144 448.329 397.693 447.599 398.253 446.87C398.912 446.021 399.051 445.37 400 445V451C397.764 453.883 395.262 455.376 394.616 459.8C391.728 479.515 386.512 492.935 396.314 513.8C398.233 517.886 398.991 518.801 400 520V524C383.792 502.366 387.861 486.02 392.177 460.36C392.647 457.632 392.477 458.111 390.559 459.53L373.871 471.791C367.546 475.918 360.99 478.796 361.5 484.172C364.298 513.732 381 520.5 400 526V529C387.799 523.854 380.486 525.92 371.563 515.748C364.718 507.944 359.442 494.184 359.352 484.172C354.496 485.851 346.552 506.095 344.683 513.59C341.735 525.421 351.448 537.991 364.009 542.318C375.16 546.155 389.588 544.777 399.78 553.81L400 554L400.03 560.01L400 560C399.64 560.09 399.241 560.16 398.811 560.19C389.818 560.839 381.485 564.162 372.152 564.971C357.484 566.25 347.041 559.026 342.225 545.356C340.726 541.099 337.449 525.471 340.856 521.474C340.416 518.636 340.506 515.708 341.246 512.73C341.256 512.69 341.266 512.65 341.276 512.61ZM237.684 213.326C236.555 214.045 235.186 213.885 234.596 212.956C234.006 212.037 234.316 210.988 235.335 210.368C236.505 209.678 237.834 209.898 238.393 210.878C238.893 211.747 238.593 212.736 237.684 213.326ZM200.242 266.586C199.532 265.476 199.622 264.297 200.482 263.708C201.341 263.108 202.59 263.448 203.28 264.467C203.979 265.506 203.849 266.736 202.98 267.345C202.07 267.975 200.951 267.665 200.242 266.586ZM144.084 249.878C142.675 250.708 141.076 250.528 140.477 249.459C139.987 248.569 140.357 247.44 141.336 246.89C142.555 246.201 144.234 246.391 144.834 247.31C145.393 248.15 145.053 249.289 144.084 249.878ZM202.18 189.104C203.06 190.353 202.11 193.051 200.642 193.521C199.692 193.81 198.703 193.251 198.543 192.222C198.353 190.973 198.693 189.803 199.572 188.894C200.382 188.065 201.551 188.205 202.18 189.114V189.104ZM137.889 239.626C138.408 240.365 138.269 241.395 137.549 241.994C136.58 242.804 134.262 242.624 133.412 241.674C132.773 240.955 132.793 239.936 133.422 239.286C134.341 238.337 137.109 238.557 137.889 239.626ZM219.467 261.38C220.237 262.609 220.177 263.558 219.367 264.207C218.498 264.927 217.489 264.767 216.52 263.728C216.22 263.378 215.92 262.998 215.7 262.579C215.211 261.609 215.45 260.54 216.21 260.031C216.909 259.571 217.869 259.691 218.618 260.4C218.958 260.72 219.228 261.11 219.447 261.38H219.467ZM168.076 284.642C167.207 285.232 165.978 284.922 165.488 283.983C164.978 283.023 165.348 280.925 166.138 280.215C166.977 279.466 168.156 279.546 168.806 280.395C169.535 281.345 169.065 283.983 168.076 284.642ZM230.279 238.277C229.46 238.517 228.541 238.757 227.591 238.687C226.792 238.617 226.192 238.197 225.992 237.368C225.793 236.528 226.122 235.849 226.792 235.439C227.791 234.82 228.92 234.59 230.099 234.9C230.879 235.099 231.388 235.609 231.458 236.478C231.518 237.308 231.099 237.877 230.279 238.297V238.277ZM226.862 255.344C227.451 256.253 227.401 257.253 226.822 257.842C226.242 258.442 225.273 258.542 224.414 258.012C223.654 257.542 223.025 256.933 222.575 256.173C222.095 255.404 222.145 254.625 222.765 253.945C223.404 253.256 224.194 253.296 224.973 253.685C225.773 254.085 226.332 254.775 226.862 255.344ZM166.597 192.661C167.067 193.461 167.157 194.24 166.527 194.95C165.918 195.639 165.138 195.819 164.329 195.399C163.42 194.93 162.65 194.24 162.051 193.441C161.501 192.721 161.511 191.912 162.101 191.192C162.7 190.453 163.51 190.413 164.299 190.773C165.238 191.202 165.928 191.952 166.587 192.661H166.597ZM159.483 283.483C158.693 283.993 158.014 284.132 157.304 283.653C156.655 283.213 156.545 282.544 156.705 281.874C156.984 280.745 157.534 279.736 158.383 278.946C158.993 278.407 159.732 278.297 160.432 278.707C161.221 279.166 161.521 279.916 161.251 280.785C160.911 281.874 160.242 282.803 159.473 283.493L159.483 283.483ZM192.118 285.721C192.338 286.221 192.698 286.95 192.927 287.73C193.177 288.579 192.907 289.349 192.108 289.808C191.279 290.288 190.529 290.048 189.89 289.438C189.24 288.809 188.95 287.96 188.671 287.13C188.251 285.851 188.521 284.922 189.39 284.492C190.269 284.053 191.259 284.452 192.118 285.721ZM218.148 220.49C217.309 220.95 216.44 221.32 215.49 221.42C214.641 221.51 213.842 221.3 213.492 220.42C213.152 219.561 213.522 218.822 214.191 218.282C215.101 217.583 216.2 217.183 217.289 216.883C218.248 216.643 219.158 217.143 219.477 217.912C219.807 218.702 219.507 219.541 218.648 220.171C218.468 220.281 218.308 220.38 218.138 220.5L218.148 220.49ZM169.945 192.551C169.635 191.902 169.245 191.192 168.975 190.443C168.626 189.514 168.865 188.704 169.715 188.145C170.494 187.645 171.563 187.865 172.173 188.804C172.783 189.684 173.262 190.673 173.692 191.662C174.152 192.771 173.742 193.85 172.852 194.25C171.983 194.63 171.134 194.3 170.434 193.331C170.294 193.111 170.145 192.871 169.945 192.561V192.551ZM222.115 214.495C221.216 215.004 220.647 215.494 219.897 215.674C219.098 215.874 218.378 215.704 217.929 215.024C217.419 214.285 217.439 213.416 218.098 212.806C219.168 211.797 220.367 210.868 221.776 210.378C222.615 210.078 223.384 210.288 223.904 211.077C224.414 211.877 224.214 212.656 223.614 213.286C223.115 213.815 222.485 214.215 222.135 214.495H222.115ZM190.05 307.115C188.591 308.334 188.711 311.432 186.732 313.011L188.86 318.686C190.629 306.865 192.718 310.183 190.06 307.135L190.05 307.115ZM144.983 394.649C144.024 390.482 141.296 382.908 140.787 374.614C140.767 374.355 140.767 374.075 140.317 374.045L128.956 393.48C123.929 401.804 127.357 417.882 131.244 426.465C133.732 431.961 133.402 430.822 135.521 426.265L137.949 421.069C140.996 414.814 143.325 408.339 144.344 401.424C145.313 398.087 145.303 396.018 144.983 394.649ZM231.928 310.333C229.85 307.195 224.024 297.892 223.794 294.075C223.614 291.077 221.896 290.907 219.857 290.078C220.607 297.193 220.327 298.432 212.962 295.194C212.313 297.502 213.602 297.263 215.131 298.981C231.588 317.477 231.518 330.617 234.696 334.914C250.794 356.758 275.735 356.038 298.518 362.943L316.884 368.349C316.764 364.332 306.952 344.807 304.713 340.84C297.778 328.569 291.853 325.341 282.04 317.937C276.594 313.83 249.944 308.914 239.702 280.635C238.163 276.388 240.022 277.917 235.595 278.007C235.535 278.007 235.495 278.067 235.405 278.147C237.344 289.608 230.669 285.082 228.291 285.541C228.92 288.249 239.462 300.2 243.13 305.097C238.613 302.708 235.056 299.201 231.348 295.864C237.334 306.805 245.298 316.168 253.981 324.992C243.899 317.467 235.705 308.144 228.191 297.692C227.971 300.24 231.508 306.496 231.928 310.333ZM195.535 307.195C196.295 294.095 200.052 302.778 202.49 303.978C207.027 306.226 201.431 293.475 206.967 298.382C214.591 305.127 207.007 289.558 212.383 291.727L216.859 293.645C216.779 292.516 213.272 281.974 219.347 285.901C220.916 286.92 224.074 289.309 225.283 288.469C224.574 283.703 220.786 281.674 222.365 280.225C223.794 278.896 233.027 287.66 233.517 282.034C233.807 278.796 229.57 274.58 233.827 275.099C247.816 276.828 231.368 266.046 237.664 266.226C238.023 266.236 252.822 270.383 242.37 260.62C238.253 256.773 246.117 258.772 247.227 258.811C251.204 258.961 247.137 255.234 245.038 253.775C238.463 249.189 251.623 252.706 250.744 248.579C250.464 247.29 247.057 248.19 246.857 246.171C246.317 240.685 252.622 242.144 255.011 238.047C257.868 233.151 246.477 232.671 252.972 228.234C259.347 223.878 252.772 220.95 248.915 219.251C244.229 217.193 249.755 214.195 251.064 209.159C253.372 200.246 240.552 206.791 244.059 201.445C245.308 199.536 245.038 197.478 244.948 195.389C241.541 195.659 236.065 200.415 237.854 193.051C242.27 174.935 231.189 196.998 232.568 184.108C233.567 174.705 229.38 179.441 226.372 183.088C226.072 183.458 225.703 183.788 225.113 183.438C225.093 182.859 229.72 171.337 223.874 173.975C218.738 176.294 220.207 180.56 218.618 180.401C217.149 180.251 219.757 177.543 216.5 171.407C213.932 166.581 214.061 177.293 211.164 177.443C207.886 177.623 208.176 164.902 203 170.058C200.132 172.916 200.382 177.313 198.203 170.488C196.794 166.091 194.906 165.112 192.288 169.329C189.34 174.075 188.021 156.968 185.173 172.337C183.964 178.872 178.119 167.16 176.61 173.086C175.5 177.493 176.979 179.341 176.16 180.341C173.442 180.311 167.956 167.49 164.419 177.333C162.28 183.278 158.164 171.837 157.424 183.128C157.004 189.474 149.44 179.721 146.992 185.277C144.983 189.863 150.25 191.562 143.065 189.943C137.029 188.574 144.194 197.827 139.278 198.647C135.461 199.276 136.999 201.035 138.249 204.512C140.277 210.148 129.145 202.564 129.835 207.9C130.285 211.387 132.473 212.846 132.813 213.975C131.504 214.515 120.402 209.768 124.409 216.473C129.295 224.647 110.31 220.161 120.562 227.765C121.511 228.474 124.079 231.722 121.771 232.371C120.832 232.631 115.626 235.219 119.013 237.617C122.69 240.206 123.769 239.706 120.562 243.403C114.227 250.698 129.405 247.75 126.587 253.116C125.078 255.994 122.86 253.685 120.032 256.094C116.655 258.981 124.489 258.991 123.17 262.749C121.821 266.586 119.523 269.943 127.057 271.172C129.315 271.532 128.086 275.799 127.806 276.908C126.018 283.823 135.191 275.419 130.704 285.252C126.308 294.874 137.159 287.77 139.268 290.448C140.627 292.166 134.871 298.542 140.367 297.073C143.585 296.213 146.013 292.066 147.781 293.975C149.91 296.273 143.065 298.072 144.534 303.678C145.973 309.154 150.969 299.211 152.278 299.761C154.316 300.61 149.34 313.141 158.044 302.778C164.559 295.024 158.593 314.47 162.86 309.543C172.203 298.791 169.465 305.117 171.883 310.553C175.321 318.287 178.158 298.362 182.615 307.315C188.221 318.607 184.604 298.242 192.018 303.928C196.215 307.145 194.087 306.995 195.635 307.095L195.535 307.195ZM145.143 188.544C144.973 187.285 145.393 186.306 144.894 185.197C130.694 153.87 104.424 135.354 71.4488 127.7C62.2857 125.572 44.619 122.674 35.326 123.893C33.1077 124.183 33.6772 125.912 34.6865 129.149C42.8503 155.499 56.2802 177.763 79.0531 194.13C107.252 214.385 124.419 201.575 134.451 203.623C134.042 200.475 134.391 200.006 132.773 199.496C126.118 197.388 119.563 194.9 112.628 193.701C112.368 193.661 111.928 193.76 111.888 193.151C128.256 193.241 119.682 193.521 132.233 195.419C123.66 187.335 113.008 181.16 101.986 177.073C111.579 178.912 120.322 182.739 128.296 188.375L112.798 175.284C122.011 179.601 130.165 185.417 137.559 192.421C140.137 185.227 140.907 188.444 145.143 188.544ZM234.876 177.663C236.145 176.104 250.564 148.904 255.071 146.356L236.495 177.623C235.575 179.301 235.625 180.92 235.895 182.869C237.674 181.48 237.494 184.487 245.888 176.424C273.327 150.053 291.793 122.014 300.406 84.033C300.736 82.5741 306.692 57.2532 301.066 59.4216C289.315 63.9681 267.032 79.9961 257.309 88.6196C239.073 104.817 225.443 127.48 221.995 151.852L220.936 173.865C223.344 172.147 225.703 170.498 228.79 173.046C231.598 158.117 242.47 132.696 252.672 122.634C252.533 125.252 236.375 145.946 230.419 170.928C230.259 171.607 230.009 172.277 230.249 173.006C236.325 158.467 242.9 144.238 253.222 132.107C244.888 146.366 236.734 160.715 230.489 176.314C232.228 176.214 233.707 176.543 234.916 177.693L234.876 177.663ZM182.245 168.989C184.044 162.314 188.481 161.235 185.643 144.478C182.865 128.11 174.191 109.194 163.1 96.6236C151.389 83.3535 135.381 77.9077 119.553 69.0343C116.005 67.0658 116.455 66.9059 117.194 70.1035C121.691 89.409 114.936 127.191 134.401 158.337C139.198 166.021 145.083 172.367 154.316 174.655C159.453 175.914 155.006 173.136 160.542 175.754C162.21 176.543 160.931 174.745 165.358 171.967C154.366 160.785 148.271 147.076 143.515 132.187C144.284 132.656 144.314 133.086 144.454 133.466C148.611 144.458 154.306 154.58 161.661 163.773C163.18 165.672 168.226 172.546 169.955 171.737L159.133 148.235C157.874 145.027 150.759 126.521 151.938 124.083C155.905 139.102 162.95 152.761 170.244 166.321C168.865 159.087 167.826 141.959 169.895 137.413C169.695 148.974 170.364 160.156 174.161 170.968C178.109 167.65 182.086 169.089 182.245 168.989ZM208.406 166.891C207.766 158.087 208.735 140.78 212.233 135.594C210.754 149.334 209.955 154.91 211.893 169.129C216.23 165.162 218.009 169.649 219.118 171.427C219.407 159.936 218.508 154.62 221.026 142.429C224.154 127.251 232.598 112.951 232.588 112.122C232.498 103.918 233.207 103.458 230.279 93.8956C226.232 80.6756 211.863 52.5867 201.991 43.0139C198.313 39.4466 197.854 42.0446 191.339 54.6851C182.445 71.9321 174.671 91.7172 178.588 111.542C179.737 117.348 194.486 142.469 189.21 161.795C188.711 163.643 189.88 164.592 191.598 167.29C198.613 159.906 199.183 171.637 200.811 169.509L199.892 165.642C196.774 153.271 194.776 130.178 197.634 117.568C197.824 116.698 197.974 115.779 198.833 115.15C196.365 128.35 199.083 148.335 202.37 161.355L202.57 159.726C201.551 146.866 204.029 124.403 209.055 112.652C209.225 112.242 209.325 111.712 209.995 111.912L209.825 113.501C202.4 137.653 207.047 163.064 205.648 166.101L208.406 166.891ZM142.785 302.798C122.65 313.021 100.327 334.754 93.5322 356.248C86.0478 379.91 90.8842 403.033 100.657 424.867C103.265 430.702 102.735 430.762 105.763 425.596L137.749 371.097C145.993 356.248 151.229 340.45 153.977 323.753C154.786 318.786 154.536 313.76 155.266 308.654C150.879 309.483 152.598 307.365 150.23 310.333C142.076 320.485 134.731 331.117 129.945 343.338C129.775 343.798 129.645 344.347 128.926 344.777C130.374 332.596 144.424 314.37 144.524 313.42C141.216 314.669 130.235 328.369 127.207 333.815L119.922 347.595C121.031 338.941 129.535 324.352 135.91 317.277L146.003 306.815C144.044 306.376 143.235 304.867 142.795 302.748L142.785 302.798ZM239.273 426.315C237.993 397.967 236.694 365.171 231.239 338.372C228.441 324.632 222.275 312.581 213.232 301.939C211.044 299.391 213.432 304.357 206.617 301.06C206.117 302.019 207.167 304.367 206.087 305.626C203.09 309.144 210.134 339.691 209.585 340.68C206.667 338.981 203.649 314.15 202.76 313.211C201.641 319.945 201.461 326.57 201.091 333.176C196.445 313.56 203.639 305.796 198.623 303.638C198.223 304.477 199.832 314.44 194.436 311.212C193.867 310.872 193.497 310.243 192.777 310.093C191.768 310.892 190.08 322.094 191.558 326.191C198.133 344.437 190.08 358.516 195.006 374.724C202.1 398.037 216.64 414.824 236.115 429.003C240.831 432.441 239.512 431.681 239.273 426.315ZM172.563 344.157L170.085 334.375C167.127 317.567 172.543 315.059 169.395 311.312C168.596 319.686 167.517 327.919 165.878 336.043C165.688 336.023 165.508 336.023 165.338 335.993C165.688 327.02 166.048 318.067 166.427 308.644C160.132 315.249 159.453 313.111 158.963 305.127C156.155 306.156 159.053 313.79 156.825 326.69C152.148 353.84 142.585 367.23 142.485 371.227C142.256 380.06 149.17 399.466 153.997 408.019C156.045 411.666 164.729 424.337 169.745 429.193C172.713 432.061 172.423 431.382 172.703 428.264C175.92 391.951 187.531 385.786 190.599 354.659C191.718 343.268 190.439 324.722 184.943 315.239C183.454 312.661 181.336 310.503 180.187 307.665C178.608 308.604 176.56 314.43 173.682 314.49C169.395 314.57 173.312 342.119 172.533 344.167L172.563 344.157ZM250.334 259.931C271.248 258.672 265.263 267.365 293.871 259.201L306.072 253.645C324.259 242.254 334.771 234.64 348.001 217.113C349.689 214.875 349.749 214.255 346.482 213.436C310.829 204.612 283.879 206.931 254.851 230.453C263.434 236.848 251.373 234.979 274.306 229.564C277.274 228.864 296.419 226.316 297.039 227.575L279.272 230.763C273.017 232.361 267.022 234.76 260.976 236.978C259.178 237.637 258.218 238.617 257.938 240.545C270.809 238.867 282.66 239.906 294.141 235.349C294.581 235.169 295.15 234.79 295.97 235.259C269.65 246.041 270.679 240.445 255.73 244.712C255.33 244.822 254.771 244.622 254.581 245.232C266.672 248.609 272.048 250.957 284.149 248.639L271.168 251.277C263.194 251.177 254.101 248.499 253.022 248.809C252.662 251.797 250.174 252.346 247.646 252.996C249.735 254.994 251.673 256.793 250.364 259.951L250.334 259.931ZM247.696 267.865C252.762 269.943 283 281.335 284.189 286.331C275.096 280.485 255.081 272.571 244.668 269.853C245.518 271.982 263.864 284.212 266.882 286.301C274.966 291.887 282.3 293.815 282.23 294.994C270.399 291.457 251.663 279.566 242.05 271.662C241.261 272.901 243.11 274.72 240.601 276.618C238.653 278.107 247.067 290.448 249.345 292.996C265.373 310.922 293.082 319.026 316.345 319.076L342.505 317.118C342.885 314.739 308.79 269.284 258.528 262.679C254.811 262.189 251.114 262.229 247.266 262.818C247.886 264.497 248.266 266.126 247.666 267.875L247.696 267.865ZM225.383 559.026C235.785 558.646 260.726 552.75 267.901 550.472C275.135 548.184 300.996 537.832 305.473 533.075C316.984 520.854 329.025 502.608 344.693 497.892C347.221 497.132 348.34 491.217 353.946 484.062C354.226 483.712 354.706 483.442 354.516 482.793C336.659 481.404 311.848 493.475 296.04 501.089C286.597 505.636 276.764 514.259 268.011 520.864C251.563 533.255 240.122 544.736 223.774 557.227C220.976 559.355 220.377 559.205 225.383 559.026ZM100.437 313.94C100.377 313.001 100.937 312.481 101.396 311.941C108.691 303.648 117.434 297.372 127.577 293.006C127.996 292.826 128.516 292.806 128.726 292.166C127.946 291.547 127.567 290.638 127.197 289.688C126.907 289.808 126.687 289.858 126.537 289.968C112.658 300.28 69.7301 313.69 59.9575 333.305C51.6937 349.903 47.9765 368.739 50.8743 387.165C51.4938 391.152 51.0342 390.982 54.3217 388.044L65.6831 377.862C74.9462 370.527 79.8625 367.37 86.9571 357.038C91.3838 350.582 96.7098 344.737 100.497 337.842C105.393 328.829 121.761 314.959 130.414 308.764C135.481 305.127 143.455 301.899 143.035 300.64C142.675 299.571 138.398 302.778 135.68 298.572C134.931 297.392 134.901 297.402 133.702 298.092C117.454 307.515 114.516 311.782 102.495 322.124L102.216 321.794C109.84 310.353 119.253 303.748 130.165 296.173C118.743 300.31 109.05 305.267 100.407 313.95L100.437 313.94ZM21.8861 365.961C29.3705 359.266 50.0649 336.323 53.1726 333.206C87.3568 298.951 113.867 298.472 127.956 284.862C128.766 284.072 129.285 283.273 129.445 282.104C122.241 281.025 126.327 278.507 125.568 275.489C113.567 280.305 103.015 287 94.2117 296.353C100.717 287.84 108.571 280.865 117.684 275.179C104.004 278.107 98.3286 281.574 88.1862 290.548C90.8442 282.903 108.861 273.57 119.762 271.052C116.925 267.455 119.992 268.564 107.112 270.233C80.8317 273.63 56.0504 289.578 41.2215 311.492C30.2898 327.66 23.9945 345.726 19.4979 364.512C18.5186 368.579 19.2781 368.289 21.8861 365.961ZM257.559 224.697C277.893 211.707 289.525 204.612 316.045 205.252C327.166 205.522 350.958 174.635 353.596 165.302C354.146 163.353 352.068 163.873 347.481 164.463C327.966 166.961 299.117 171.947 280.591 178.322C268.491 182.499 258.348 189.494 249.695 198.827C248.885 199.696 247.996 200.555 247.566 201.814C252.163 202.764 252.702 204.113 253.352 207.68C257.049 203.533 260.576 199.666 265.533 197.488C260.886 202.294 256.18 206.991 252.373 212.946C253.252 212.496 270.359 200.465 271.378 202.974L251.483 218.102C254.681 219.521 257.679 220.83 257.549 224.737L257.559 224.697ZM117.644 220.191C92.413 213.655 62.5655 222.349 40.8518 235.109C34.5366 238.817 12.2034 253.176 4.98882 261.14C3.42 262.888 2.64059 263.508 5.44847 263.048C47.3869 256.503 71.6486 266.016 105.863 254.655C108.261 253.855 115.975 250.698 115.546 247.42C114.956 242.953 118.973 241.704 119.373 240.725C114.217 236.368 118.054 236.458 101.566 241.375C89.725 244.912 86.6973 249.948 84.1992 250.808C83.7795 249.648 92.7728 243.503 96.0403 242.094L114.047 234.19C112.498 233.261 86.1278 237.997 79.7925 240.465L67.0022 246.551C79.7825 236.908 92.0033 234.7 106.922 231.922C107.422 231.832 108.081 231.962 108.551 231.242C88.9057 229.474 61.1066 234.2 44.669 245.551C44.3292 245.781 43.9795 246.251 43.27 245.851C46.8073 241.415 67.0921 233.501 74.5365 231.722C98.2386 226.086 117.054 230.083 118.923 229.524C115.316 226.206 113.107 224.307 117.674 220.171L117.644 220.191ZM311.918 491.916L287.216 492.975C268.95 492.656 249.045 489.358 233.247 494.984C215.121 501.429 219.597 500.51 203.18 511.981C191.828 519.925 180.287 527.579 168.036 534.124C167.646 534.344 167.067 534.414 166.977 535.064C197.634 524.851 223.175 534.394 232.198 530.397C256.979 519.415 286.397 504.087 311.908 491.896L311.918 491.916ZM227.082 496.083C254.211 483.902 278.283 495.743 313.007 490.487C323.509 488.898 334.97 480.075 355.395 481.054C357.124 481.134 357.154 480.425 356.344 479.306C353.087 474.809 348.211 466.555 344.853 465.016C307.761 447.979 257.469 474.669 226.742 495.174C223.404 497.382 224.124 497.412 227.082 496.083ZM336.999 124.872L317.783 129.869C299.407 135.125 277.784 144.557 265.203 159.696C257.599 168.839 250.974 175.394 241.691 182.739C240.542 183.648 242.03 182.679 242.33 188.904C248.615 180.251 255.32 172.796 264.813 169.029C257.029 175.334 250.004 182.729 244.279 191.482C247.896 192.262 248.286 192.711 248.416 196.069C251.413 194.48 256.03 183.338 280.811 174.365L307.681 167.031C316.934 159.256 316.574 160.346 325.088 149.444L338.977 128.39C342.635 122.834 343.474 123.184 336.999 124.872ZM127.577 205.761C118.204 207.27 115.216 209.569 102.366 207.22C75.4358 202.314 80.3521 189.863 58.6884 191.482C39.7726 192.891 24.734 199.027 9.1357 209.369C4.35929 212.536 27.9815 226.146 53.1026 225.447C56.53 225.357 85.0685 209.479 120.962 218.412C120.962 218.412 116.185 208.17 127.247 211.067C127.796 211.207 128.316 211.647 129.075 211.367C128.136 209.609 127.267 207.93 127.597 205.751L127.577 205.761ZM119.073 252.156C119.073 252.147 117.214 249.538 115.755 251.167C106.442 261.519 79.5527 264.487 66.8722 264.407C59.228 264.357 50.9143 267.945 44.3092 271.342C30.5096 278.447 19.4879 288.519 11.404 301.779C9.3955 305.037 8.87589 306.246 14.8814 306.086C25.1736 305.806 45.4883 300.17 51.1041 294.565C61.0966 284.562 74.6464 275.779 87.8365 270.952C97.5092 267.405 107.692 266.576 117.744 265.067C119.543 264.797 119.982 263.838 120.672 262.599C116.755 260.94 113.237 258.262 116.955 253.905C117.544 253.216 118.344 252.816 119.053 252.127L119.073 252.156ZM155.026 546.175C165.858 554.469 212.583 562.733 219.527 558.066C225.743 553.899 231.618 549.303 237.184 544.297C254.141 529.068 265.853 520.624 283.499 507.514L244.249 526.52C218.308 538.671 191.428 550.042 162.151 546.405C160.042 546.135 157.934 545.835 155.695 545.266C153.447 544.706 151.978 543.847 155.026 546.175ZM127.397 153.581C125.848 148.774 123.41 144.967 120.902 135.874C116.805 120.975 118.823 110.563 116.325 107.206C108.921 97.2931 99.0081 90.9678 87.4767 86.9808C85.2684 86.2014 85.0286 86.4612 85.3983 88.8994C87.3668 101.96 95.2309 131.437 106.832 138.122C117.124 144.048 126.078 153.271 127.397 153.581ZM235.605 107.236C236.115 107.236 236.215 106.756 236.415 106.456C243.439 96.004 254.501 85.1522 264.653 77.6479C267.022 75.9092 266.312 75.5694 266.932 71.3326C267.951 64.4478 267.281 57.6529 265.543 50.9579C264.014 45.0624 260.437 48.9195 253.092 55.1448C247.706 59.7013 226.672 77.5079 230.489 86.6611C233.127 93.0163 235.006 99.5913 235.335 106.516L235.605 107.236ZM277.863 264.237C277.853 264.337 277.843 264.437 277.833 264.537C291.733 269.733 298.598 273.011 310.989 281.654C317.084 285.901 351.488 270.343 351.438 267.935C351.388 265.856 324.858 257.592 322.97 257.063C303.994 251.757 303.074 259.651 284.638 262.978L277.863 264.237ZM273.347 396.698C272.398 387.255 264.663 358.486 257.179 355.589C247.476 351.831 242.2 347.525 235.505 340.13L238.853 367.859C239.302 373.105 245.937 380.64 249.475 384.077C256.849 391.252 266.322 396.218 270.769 398.326C273.667 399.695 273.717 400.395 273.347 396.698ZM382.245 329.139C353.596 356.158 332.292 384.027 338.967 425.216C339.737 429.983 340.926 434.609 343.034 439.096C344.453 435.868 335.09 421.319 362.14 371.417C364.558 366.95 379.927 338.002 383.214 329.698C384.393 326.72 383.974 327.51 382.245 329.139ZM191.389 370.368L182.395 397.157C179.737 404.342 185.503 416.902 189.95 422.858C193.197 427.205 196.914 431.152 200.622 435.119C201.601 436.168 202.14 436.578 203.11 434.369C205.648 428.544 212.233 412.066 207.716 406.3C199.782 396.128 194.786 384.587 192.078 372.026C191.958 371.477 192.098 370.767 191.389 370.368ZM270.649 361.015C270.709 361.144 270.739 361.304 270.829 361.384C285.708 375.284 303.634 406.68 316.454 424.047L359.422 477.967C366.976 471.741 367.296 477.787 346.152 448.878C343.334 445.021 333.472 433.45 323.119 419.171C305.033 394.23 284.508 363.753 281.95 363.223C279.033 362.643 273.637 361.614 270.609 361.015H270.649ZM386.951 367.35C386.652 367.27 355.235 389.383 352.247 396.238C346.882 408.449 344.613 419.471 344.913 432.87C344.923 433.25 344.773 433.68 345.303 434.14C350.179 422.348 362.48 409.088 370.634 399.436C378.518 390.083 384.323 379.341 386.961 367.36L386.951 367.35ZM398 554.869C395.572 552.53 389.38 549.832 386.522 549.013C367.596 543.587 352.467 546.335 343.544 523.772C342.205 525.281 340.846 564.132 371.843 561.444C381.485 560.614 389.396 556.467 397.73 555.858C398.849 555.788 399.069 555.898 398 554.869ZM354.836 390.273C355.345 390.392 355.535 390.193 355.695 390.013C365.817 379.281 387.121 367.57 388.031 362.543C391.188 344.937 389.469 338.871 390.419 324.872C390.719 320.335 389.609 320.875 387.631 325.032C382.035 336.793 376.559 348.614 370.394 360.085L354.836 390.273ZM156.145 543.817C180.207 549.453 202.31 542.618 224.883 533.495C225.183 533.375 225.673 533.305 225.633 532.735C200.332 531.946 192.388 530.187 165.708 535.993L154.217 541.838C151.159 543.387 153.167 543.128 156.145 543.817ZM175.91 107.955C176.21 106.946 174.581 96.2438 177.559 82.754C178.488 78.5472 168.716 63.8282 163.42 58.6222C161.631 56.8635 161.491 56.4438 161.221 58.872C160.482 65.6469 160.562 88.5297 165.058 93.1962C168.116 96.3738 170.754 99.9011 173.132 103.618L175.91 107.955ZM345.423 498.651C330.734 504.157 322 517.187 311.808 528.249C308.82 531.486 309.43 531.017 312.767 528.638L339.027 509.873C344.773 505.416 344.313 499.311 345.423 498.651ZM142.375 173.226L146.372 182.249C147.062 183.738 147.631 181.55 151.638 182.069C155.815 182.609 153.827 183.178 154.516 179.701C154.986 177.263 149.87 178.642 142.365 173.246L142.375 173.226ZM134.871 294.075C134.921 293.935 134.981 293.795 135.031 293.665C134.371 293.775 133.692 293.895 133.012 293.965L133.242 294.395C133.812 294.185 134.351 294.075 134.871 294.075Z' fill='white'/%3E%3C/svg%3E%0A");
}
.block-culture:before{
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    display: block;
    width: 300px;
    content: "";
    z-index: 1;
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='400' height='700' viewBox='0 0 400 700' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M138.52 246.256C137.68 247.346 134.958 248.671 132.669 249.131L132.686 249.1C128.107 250.02 129.17 251.58 134.356 251.561C136.131 251.594 138.483 252.065 139.755 252.719C142.049 253.891 144.674 251.699 145.136 248.243C145.533 245.28 140.451 243.766 138.52 246.256ZM142.436 249.008C142.093 249.636 141.365 249.849 140.737 249.506C140.109 249.163 139.896 248.435 140.239 247.808C140.582 247.18 141.31 246.966 141.938 247.31C142.565 247.653 142.779 248.381 142.436 249.008Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M106.314 252.088C109.258 251.251 111.451 249.923 111.403 249.041L111.386 249.073C111.324 248.142 109.609 248.223 107.25 249.257C103.836 250.733 102.768 250.598 100.179 248.327C97.7151 246.124 96.7307 245.912 94.763 247.2C91.9585 249.05 91.2877 252.066 93.2206 254.346C95.1819 256.722 99.1486 257.219 100.229 255.242C100.744 254.301 103.42 252.91 106.314 252.088ZM95.8286 249.128C96.4825 248.751 97.3473 248.735 97.9749 249.078C99.23 249.764 98.7981 253.686 97.422 254.115C95.9974 254.559 94.4721 249.894 95.8286 249.128Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 631.668C4.04564 629.302 7.60516 627.047 10.117 625.191C13.8014 622.477 20.6404 615.781 25.3863 610.305L33.9609 600.36L34.7167 606.806C36.1494 618.797 39.4476 631.85 42.7715 638.966C46.5142 646.881 63.5264 668.693 65.4878 668.013C67.9517 667.159 72.9229 635.027 71.9926 625.918C70.6893 613.019 65.8326 597.077 61.1071 590.214L57.0059 584.222L64.9721 577.776C73.9437 570.534 75.1002 566.927 67.8604 568.839C58.9078 571.2 58.5768 571.06 61.0814 566.478C62.3508 564.156 63.6663 558.394 64.0476 553.671L64.7151 545.069L88.2181 503.788C106.979 470.827 111.172 462.573 117.644 459.956C120.401 458.841 123.572 458.75 128.459 458.206C138.614 457.074 151.341 451.313 156.224 445.586C157.695 443.863 161.573 441.541 164.668 440.501C173.19 437.66 189.577 430.273 192.77 427.862C196.326 425.159 195.38 423.012 189.073 419.564C183.613 416.579 163.823 414.239 155.961 415.648L150.049 416.696L148.398 412.858C146.837 409.152 146.986 408.581 153.165 397.204C160.41 383.801 166.484 368.291 172.755 346.978C175.149 338.871 177.915 331.498 178.927 330.543C182.161 327.46 186.201 331.625 189.305 341.229L191.03 346.574L177.921 367.125L181.886 381.642C184.104 389.661 186.51 396.519 187.325 396.965C189.522 398.166 192.804 395.069 198.832 386.055C206.738 374.277 206.858 364.886 199.24 350.94C197.185 347.167 195.09 341.457 194.58 338.366C193.726 332.845 187.685 322.573 184.202 320.669C182.915 319.966 182.908 319.309 184.196 318.22C189.377 313.96 197.725 305.399 198.994 303.077C200.264 300.754 200.113 300.509 197.743 300.966C196.276 301.265 192.47 302.934 189.366 304.661C184.04 307.619 183.721 307.607 184.525 304.868C184.777 304.012 185.362 302.046 186.078 299.635C186.714 297.495 187.455 295.004 188.159 292.629C191.406 281.769 197.157 251.49 198.965 235.808C200.628 221.432 204.305 214.109 210.457 213.069C218.524 211.732 222.815 216.482 226.588 230.977L229.028 240.381L221.633 252.194C213.953 264.38 213.407 267.465 219.659 263.261L222.695 261.211L223.338 265.924C224.024 270.783 229.626 280.366 231.519 279.811C232.07 279.623 232.457 278.245 232.39 276.578C232.292 273.998 232.586 273.833 235.003 275.153C240.494 278.155 246.491 271.732 248.83 260.295C249.292 258.183 250.012 257.761 252.169 258.288C259.399 260.121 252.952 250.891 243.045 245.231C238.045 242.375 237.669 241.721 233.099 227.566C230.512 219.549 227.172 211.12 225.776 209.053C222.148 203.686 216.773 200.993 211.176 201.764C208.521 202.147 206.406 202.214 206.338 201.891C206.253 201.6 207.576 193.438 209.247 183.673C212.24 166.193 212.315 165.908 218.105 157.701C221.329 153.145 227.417 146.406 231.599 142.782L239.251 136.164L243.276 138.568C246.879 140.7 250.327 145.724 255.705 156.612C257.924 161.126 255.378 164.666 248.389 166.715C243.002 168.295 242.028 169.107 239.095 174.473C232.542 186.461 234.056 193.159 242.414 189.127C247.791 186.523 260.688 172.623 262.259 167.735L263.524 163.78L264.388 168.165C264.845 170.534 264.761 175.012 264.173 177.952C262.742 185.117 263.555 191.757 266.337 195.316C267.497 196.847 269.745 200.562 271.269 203.515C272.776 206.499 275.233 209.758 276.668 210.786C278.853 212.307 279.644 212.128 281.298 209.771C284.151 205.746 286.562 191.046 285.068 186.846C282.921 180.782 278.584 174.254 275.634 172.641C273.877 171.681 271.205 166.878 268.158 159.18C265.522 152.522 261.536 145.126 259.201 142.463C256.835 139.784 255.147 137.354 255.37 136.946C255.593 136.538 257.899 136.942 260.538 137.855C264.49 139.2 266.178 140.734 270.499 146.846C275.444 153.829 276.128 154.366 285.075 158.278C290.273 160.549 295.54 162.246 296.939 162.073C300.604 161.631 301.102 157.216 298.019 151.822C296.637 149.355 295.714 147.016 295.972 146.545C296.915 144.819 292.102 139.906 286.423 136.801C282.03 134.4 279.396 133.775 276.013 134.372C272.357 135.022 270.408 134.487 266.044 131.735C260.867 128.456 260.213 128.384 252.06 130.327C247.347 131.419 243.79 131.961 244.082 131.427C244.388 130.942 246.962 127.948 249.848 124.756C255.885 118.111 259.21 112.551 258.187 110.769C257.811 110.115 255.03 110.878 252.109 112.419C247.277 114.995 246.669 114.989 246.4 112.723C246.111 110.567 247.194 109.855 253.466 108.148C262.116 105.743 264.139 102.936 266.209 90.1284C267.76 80.5823 266.22 73.2598 262.062 70.1308C253.448 63.6699 240.313 61.829 229.524 65.3874C225.15 66.8279 221.313 68.48 220.987 69.0763C220.661 69.6725 219.599 69.3776 218.593 68.4605C217.586 67.5435 216.145 67.1226 215.394 67.5273C214.675 67.9491 213.034 67.745 211.873 67.1104C210.555 66.39 208.716 66.7708 207.263 68.014C205.891 69.1802 203.893 70.0034 202.714 69.8482C201.567 69.7102 200.234 70.2856 199.753 71.1643C199.273 72.043 197.232 72.2724 195.126 71.6512C186.829 69.2351 178.203 73.6089 170.455 84.1286C166.129 89.9561 163.308 99.2156 165.164 101.412C165.809 102.172 165.769 104.555 165.116 106.644C163.651 111.264 167.253 123.015 172.107 129.418C175.206 133.517 176.036 134.011 180.995 134.929C187.085 136.016 197.752 134.022 200.655 131.247C203.143 128.857 204.469 129.786 203.59 133.259C203.194 134.877 203.76 140.403 204.848 145.644C205.936 150.886 206.442 155.85 205.962 156.728C204.95 158.58 201.765 176.037 199.076 194.376C197.99 201.73 196.287 209.766 195.231 212.368C194.224 214.956 192.422 221.756 191.318 227.43C190.197 233.134 187.726 241.158 185.864 245.235C180.579 256.693 180.226 258.457 183.048 259.185C185.219 259.76 185.206 261.424 182.97 272.225C175.36 308.662 172.676 319.015 169.024 326.515C167.674 329.283 165.039 336.565 163.184 342.642C161.328 348.72 159.671 353.765 159.46 353.854C159.248 353.942 158.437 349.015 157.655 342.84C155.528 326.23 154.092 320.431 152.23 321.004C149.558 321.866 148.532 335 150.019 349.875C152.105 371.11 151.762 374.794 146.629 385.602C144.149 390.808 141.902 394.919 141.651 394.782C141.4 394.645 139.627 392.372 137.694 389.644C132.823 382.824 124.794 377.457 118.482 376.778L113.445 376.225L114.265 371.742C114.693 369.245 114.741 367.07 114.333 366.847C113.925 366.624 112.999 364.814 112.253 362.898C111.057 359.717 111.662 357.643 118.103 342.578C125.106 326.189 125.275 325.507 125.426 313.525C125.498 306.758 125.932 300.596 126.379 299.78C126.825 298.964 128.749 298.426 130.584 298.573C132.912 298.787 135.148 297.604 137.78 294.803C140.728 291.646 142.535 290.8 145.937 290.989C152.404 291.385 159.878 286.137 165.598 277.24C170.111 270.251 170.226 269.743 168.761 264.744C167.833 261.669 166.109 258.933 164.446 258.024L161.654 256.497L166.186 253.798C176.38 247.673 178.217 234.697 170.657 221.76C163.021 208.741 150.861 203.847 142.267 210.399C138.117 213.592 137.909 213.6 137.917 210.752C137.96 202.175 124.89 193.726 115.484 196.247C112.606 197.038 108.645 199.438 106.4 201.756C103.289 204.988 101.644 205.76 98.796 205.303C93.9277 204.517 89.3438 207.758 83.8305 215.831C81.3783 219.422 78.2926 222.831 77.0421 223.329C74.638 224.297 63.9514 234.229 60.0252 239.175C54.6417 245.892 58.9612 256.405 70.0595 263.613C75.3277 267.023 75.9205 267.877 75.7911 271.842C75.5671 279.259 80.8696 285.663 92.3398 291.893C102.241 297.264 107.32 298.41 112.337 296.465C114.512 295.617 114.893 297.455 115.294 310.514L115.768 325.527L109.376 339.234C105.884 346.74 102.706 353.97 102.388 355.223C101.136 360.122 99.7174 351.684 100.291 342.582C100.946 332.139 98.4092 328.877 95.2628 336.124L93.3406 340.535L89.9649 333.962C86.7656 327.811 83.1187 324.269 80.6435 324.995C78.685 325.595 79.3995 330.551 81.9729 334.566L84.4865 338.467L80.2867 336.905C75.1541 335.037 72.1948 337.617 75.3108 341.236C77.0299 343.236 76.4705 343.215 71.4407 341.159C68.2083 339.84 61.3871 336.886 56.349 334.621C43.865 328.979 34.8199 326.439 31.3996 327.626C28.8701 328.526 28.801 329.1 30.6075 335.264C33.0966 343.757 38.6961 349.916 51.0069 357.664C60.9701 363.966 81.6343 372.165 85.0316 371.169C89.4481 369.874 89.0979 372.006 83.8282 379.111C77.1953 388.039 74.8136 395.378 74.0209 409.577C73.4433 419.655 75.2512 433.197 77.2908 434.312C77.7928 434.586 80.7078 430.596 83.8295 425.333L89.4269 415.838L89.317 426.253C89.2516 431.965 90.535 441.919 92.1414 448.299C93.7164 454.663 94.7845 460.015 94.479 460.052C94.1736 460.089 90.2931 458.987 85.9905 457.613C72.5918 453.346 51.9383 454.895 40.2707 461.03C31.7527 465.504 25.5262 470.333 19.2691 477.307C16.6491 480.236 13.5295 483.258 12.3643 484.048C8.526 486.596 10.4547 487.243 22.2762 487.388C40.465 487.589 59.3421 484.294 72.7561 478.543C79.1947 475.786 86.8181 472.576 89.5477 471.459L94.5671 469.434L72.4352 509.549C44.0265 560.98 40.0559 568.377 39.0783 568.001C38.8384 567.909 38.7787 567.348 38.5824 566.855C38.0983 565.653 38.1248 561.877 38.6332 558.487C39.1416 555.096 40.6251 543.883 41.9336 533.512C45.7643 503.243 45.5725 491.889 41.2092 491.297C37.4195 490.774 27.3354 497.367 22.0749 503.785C15.8429 511.383 11.6696 523.938 11.576 535.218C11.4845 547.314 18.8087 567.54 24.4396 570.659C25.2555 571.105 27.1252 573.798 28.4982 576.505L31.082 581.545L26.6562 589.642C20.7933 600.367 11.9417 609.888 0 618.302V621.581C10.4128 614.334 20.7302 603.602 27.1866 593.07L33.5869 582.629L31.8909 577.382C30.4794 573.105 30.6208 571.429 32.7187 568.337L35.2738 564.558L36.7811 570.15C37.6145 573.174 37.9926 577.701 37.6193 580.024C37.2431 582.427 37.3582 584.528 37.8288 584.785C38.2995 585.042 37.8518 587.651 36.7873 590.492C34.5124 596.667 17.7573 616.284 9.02881 623.007L8.98032 623.021C6.51482 624.919 3.43578 626.941 0 628.974V631.668ZM82.0492 329.431C82.0015 328.549 82.5897 328.219 83.437 328.682C85.2255 329.66 90.5074 339.68 89.3911 340.007C88.3548 340.337 82.1529 331.404 82.0492 329.431ZM77.1019 339.525C75.7372 337.027 86.326 342.856 88.7575 345.937C89.9804 347.503 88.7592 347.202 84.3177 344.815C80.943 343.011 77.7173 340.636 77.1019 339.525ZM91.6383 353.789C90.0728 352.403 88.6215 350.958 88.5047 350.65C87.9211 349.108 92.5672 352.463 93.493 354.273C94.2536 355.789 93.7628 355.643 91.6383 353.789ZM96.1777 340.415C97.5384 335.167 98.3936 336.287 97.5972 342.292L97.6286 342.309C97.0737 346.53 96.7248 347.317 96.127 345.727C95.7057 344.559 95.7279 342.207 96.1777 340.415ZM95.0541 351.417C95.5516 350.507 97.428 352.144 97.5037 353.572L97.4865 353.603C97.5543 354.374 96.9493 354.288 96.1966 353.428C95.444 352.568 94.934 351.637 95.0541 351.417ZM53.8382 336.754C55.8908 336.205 84.0611 350.503 88.6067 354.414C99.3891 363.691 96.8352 366.127 83.7646 359.023C74.0515 353.754 51.914 337.291 53.8382 336.754ZM60.9638 346.681C68.008 352.284 76.0116 357.475 82.9864 361.043L82.9692 361.074C88.9713 364.111 93.732 366.958 93.509 367.366C92.3312 369.371 81.698 368.246 72.2284 365.067C51.8026 358.222 34.9735 344.946 32.2844 333.612C31.5937 330.626 31.7883 330.121 33.6007 330.012C36.9373 329.798 48.8661 337.052 60.9638 346.681ZM144.921 288.151C140.592 287.944 139.193 288.565 136.704 291.851L136.684 291.962C133.523 296.104 129.192 297.242 126.86 294.5C126.185 293.723 125.095 293.331 124.506 293.662C122.724 294.685 116.792 287.122 115.852 282.654C114.872 277.961 115.99 272.336 119.87 262.555L122.445 256.055L123.114 260.049C123.512 262.304 123.321 265.338 122.7 266.996C121.335 270.611 124.988 273.993 127.73 271.661C129.018 270.572 128.769 268.194 126.83 263.018C125.228 258.718 124.811 255.678 125.782 255.393C128.146 254.647 131.696 260.379 130.632 263.221C129.936 265.164 130.461 266.143 132.971 267.515C138.556 270.569 139.716 266.882 135.104 260.856C132.966 258.057 130.363 255.288 129.264 254.688C128.166 254.088 127.671 252.309 128.121 250.517C129.038 246.902 133.922 242.887 135.993 244.019C136.809 244.465 138.616 244.067 139.961 243.172C143.094 241.094 142.547 237.249 138.932 235.884C136.926 235.155 135.927 235.79 133.966 239.08C129.601 246.394 123.604 246.703 127.584 239.422C128.905 237.006 130.41 235.22 130.944 235.512C132.607 236.421 135.213 233.443 135.221 230.595C135.233 227.218 131.302 225.314 128.084 227.101C126.336 228.061 126.027 229.074 126.612 231.432C127.056 233.305 126.419 236.259 124.978 238.895L122.594 243.257L121.956 239.28C121.595 236.882 122.083 234.5 123.266 233.23C125.548 230.769 124.073 224.297 121.16 223.887C117.259 223.344 115.74 226.345 117.52 231.068C119.624 236.538 119.639 241.804 117.618 241.922C115.326 242.015 113.147 236.829 114.468 234.413C116.836 230.082 113.162 225.099 108.873 226.83C106.161 227.915 106.679 231.663 110.282 236.853C114.551 243.059 113.077 260.146 108.495 257.641C107.711 257.213 106.03 257.231 104.876 257.701C101.627 259.023 101.856 264.121 105.214 265.956C108.352 267.671 110.464 266.788 110.416 263.745C110.393 260.432 114.617 255.241 116.499 256.27C118.508 257.368 117.961 261.797 115.878 261.433C113.541 261.011 111.925 264.937 113.246 267.738C113.884 269.106 113.895 272.739 113.276 275.662C112.542 279.092 112.94 283.059 114.364 286.569C116.548 292.042 116.545 292.122 113.108 293.341C107.075 295.505 102.498 294.633 93.4779 289.662C83.0946 283.904 77.8147 277.757 77.9634 271.521L78.053 267.331L84.8681 267.836C91.9856 268.385 100.978 265.801 100.815 263.266C100.779 262.513 98.2699 262.853 95.3633 263.995C89.2733 266.413 77.7753 265.304 71.1544 261.685C65.977 258.855 59.9291 250.087 60.076 245.643C60.1619 242.429 65.9056 235.053 73.0581 228.977C75.7174 226.722 76.1341 226.705 76.1349 228.865C76.154 232.707 80.1876 237.928 85.2395 240.69C89.5697 243.057 99.3837 244.264 102.031 242.777C102.799 242.341 105.082 242.936 107.184 244.085C109.286 245.235 111.238 245.69 111.581 245.063C111.924 244.435 110.55 243.072 108.448 241.923C106.031 240.602 104.82 239.166 105.03 237.813C105.219 236.571 104.21 235.286 102.615 234.7C100.578 233.953 99.3416 234.5 97.7697 236.779C94.9802 240.838 91.6177 241.323 86.252 238.39C77.3092 233.502 76.8453 229.132 84.1869 219.205C92.1172 208.5 92.8942 207.824 97.6119 207.917C102.729 208.024 107.757 212.321 111.671 219.923C114.508 225.468 114.956 225.916 115.831 224.316C116.654 222.81 110.15 211.224 107.733 209.904C106.698 209.338 105.828 208.169 105.764 207.319C105.609 204.544 112.127 199.629 117.351 198.572C121.784 197.694 123.117 198.015 128.148 201.336C135.179 205.994 136.16 209.343 132.922 217.803C131.648 221.102 131.029 224.024 131.562 224.315C132.096 224.607 134.118 222.696 136.17 219.987C142.023 212.262 146.204 209.534 151.48 210.096C157.171 210.72 158.851 211.598 164 216.939C172.466 225.684 174.849 237.054 170.08 245.778C167.559 250.391 166.422 251.278 160.615 252.954C156.944 254.004 149.876 254.706 144.668 254.467C139.442 254.26 135.081 254.485 134.79 255.018C134.481 255.583 134.526 256.097 134.902 256.303C136.095 256.955 153.113 257.209 155.76 256.618C157.858 256.134 159.102 256.692 162.07 259.537C167.822 265.045 168.098 268.416 163.33 275.796C157.934 284.177 151.551 288.473 144.921 288.151ZM99.9386 240.043C99.311 239.7 99.252 238.69 99.7666 237.748C100.298 236.776 101.164 236.311 101.791 236.654C102.419 236.997 102.495 237.976 101.963 238.949C101.431 239.922 100.566 240.386 99.9386 240.043ZM115.577 250.426C114.784 247.628 115.062 246.598 116.964 245.356C120.259 243.203 122.845 243.842 124.514 247.2C126.465 251.161 124.341 254.524 120.16 254.195C117.112 253.955 116.445 253.387 115.577 250.426ZM131.681 228.945C132.508 229.071 132.716 229.959 132.133 231.026C131.549 232.093 130.673 232.429 130.103 231.832C129.547 231.284 129.342 230.316 129.651 229.751C129.96 229.186 130.933 228.822 131.681 228.945ZM104.853 261.397C104.732 259.008 107.457 259.764 107.926 262.262C108.286 264.212 108.035 264.523 106.654 263.768C105.713 263.253 104.889 262.151 104.853 261.397ZM109.955 229.623C110.315 228.964 110.977 228.796 111.605 229.139C112.86 229.825 113.089 232.762 111.875 233.118C110.662 233.474 109.269 230.878 109.955 229.623ZM119.466 228.626C118.686 225.877 118.738 225.783 120.432 226.709C122.44 227.807 123.054 230.71 121.404 231.194C120.773 231.379 119.918 230.259 119.466 228.626ZM138.139 241.361C136.792 241.44 136.006 239.746 136.761 238.366C137.069 237.801 137.715 237.664 138.342 238.007C139.817 238.813 139.646 241.288 138.139 241.361ZM134.936 265.859C134.043 265.778 133.042 265.149 132.885 264.615L132.902 264.584C132.732 264.002 133.497 264.094 134.623 264.791C135.844 265.54 135.972 265.977 134.936 265.859ZM125.483 269.658C124.824 269.298 124.551 268.456 124.859 267.891C125.202 267.263 125.679 266.913 125.993 267.084C126.307 267.256 126.583 268.018 126.617 268.851C126.653 269.605 126.142 270.018 125.483 269.658ZM122.437 314.744C123.163 322.437 122.315 325.479 114.861 342.843L114.847 342.795C109.335 355.637 107.236 359.625 105.937 359.69C103.114 359.859 104.543 354.933 111.441 340.525L117.819 327.219L117.614 310.967C117.477 302.047 117.599 294.369 117.856 293.898C118.319 293.051 119.811 293.826 122.534 296.374C123.447 297.24 123.675 300.625 123.087 304.013C122.498 307.4 122.194 312.206 122.437 314.744ZM109.595 362.909C109.6 362.887 109.596 362.872 109.582 362.864L109.595 362.909ZM109.594 362.912C109.401 362.808 108.197 362.557 107.053 362.419C105.906 362.281 104.527 362.791 104.116 363.544C103.67 364.36 102.579 364.865 101.56 364.715C98.4238 364.264 88.4552 375.567 82.6255 386.157C77.4449 395.634 77.0842 396.741 76.4655 407.938C76.0997 414.423 76.1899 421.564 76.6045 423.788L77.3997 427.85L79.0684 419.877C83.8884 396.67 94.4665 374.859 104.723 367.056C107.455 364.977 109.507 363.235 109.594 362.912ZM109.706 376.056C108.872 376.986 108.405 378.362 108.781 379.016C109.819 380.846 96.9451 403.278 91.2566 409.584C88.3709 412.775 85.2476 416.774 84.1899 418.56C81.1168 423.809 81.6779 418.98 85.6952 405.443C90.0275 390.733 97.347 377.045 104.183 370.877C106.931 368.385 109.798 366.569 110.688 366.73C112.643 367.105 111.92 373.721 109.706 376.056ZM216.979 123.826C216.204 122.261 215.509 117.194 215.499 112.664L215.514 112.713C215.455 108.197 215.16 103.145 214.816 101.612C213.907 97.6097 215.751 97.069 222.939 99.2045C232.343 101.981 243.552 109.657 243.891 113.511C244.224 117.076 232.124 130.638 228.451 130.871C225.131 131.054 218.619 127.087 216.979 123.826ZM216.62 146.251C214.552 148.544 214.007 148.572 212.641 146.522C209.535 141.767 212.687 128.694 216.753 129.531C217.658 129.74 220.502 130.725 223.167 131.814L227.977 133.751L223.492 138.676C221.846 140.494 219.933 142.601 218.446 144.24C217.702 145.059 217.065 145.761 216.62 146.251ZM203.466 125.284C194.505 133.103 180.142 135.074 174.964 129.187L175.013 129.173L172.832 126.676L177.039 126.734C183.229 126.816 191.403 123.866 198.349 119.063C201.633 116.782 205.984 112.924 207.892 110.626L211.361 106.367L210.895 110.351C210.035 117.666 208.41 120.936 203.466 125.284ZM209.346 86.2716C212.514 85.8433 216.114 87.6075 217.63 90.3518C218.59 92.0994 218.316 92.6015 215.286 94.4912C212.501 96.2299 211.203 96.2944 208.065 94.5792C204.927 92.8639 204.477 92.0472 205.415 89.5848C206.122 87.7701 207.624 86.5127 209.346 86.2716ZM226.897 81.152C226.554 81.7796 225.826 81.9931 225.199 81.65C224.571 81.307 224.358 80.5789 224.701 79.9513C225.044 79.3237 225.772 79.1102 226.4 79.4533C227.027 79.7963 227.24 80.5244 226.897 81.152ZM218.933 82.7492C221.18 78.6382 222.048 78.5419 221.262 82.5143C220.984 83.9926 219.889 85.473 218.87 85.7718C217.463 86.1844 217.492 85.3853 218.933 82.7492ZM220.459 74.7386C220.785 74.1424 221.593 73.9319 222.22 74.2749C222.848 74.618 222.793 75.2402 222.091 75.6306C221.34 76.0352 220.612 76.2487 220.329 76.0943C220.047 75.9399 220.133 75.3349 220.459 74.7386ZM174.638 124.117C170.98 123.503 170.598 123.009 168.493 115.826L168.541 115.812C165.497 105.426 166.669 104.028 177.725 104.528C184.754 104.866 189.122 104.033 196.468 100.957C203.278 98.1171 206.778 97.3809 208.566 98.3586C210.826 99.5936 210.785 100.264 208.023 105.317C202.276 115.83 184.629 125.747 174.638 124.117ZM202.601 72.0687C203.352 71.6641 204.08 71.4506 204.362 71.605C204.645 71.7594 204.558 72.3644 204.232 72.9607C203.906 73.5569 203.099 73.7674 202.471 73.4244C201.843 73.0813 201.898 72.4592 202.601 72.0687ZM168.068 100.35C163.16 96.2814 177.616 75.652 186.642 73.9016L186.625 73.933C194.586 72.4157 202.423 76.0474 204.187 82.0657C205.851 87.7442 202.588 85.5122 199.706 79.0049C198.08 75.3443 194.678 74.7077 193.014 77.7518C191.693 80.1682 193.788 83.7178 196.285 83.249C199.557 82.6325 202.589 87.2247 202.199 92.1879C201.896 96.098 201.581 96.3746 193.467 99.4387C185.076 102.637 171.439 103.13 168.068 100.35ZM209.182 69.7967C210.193 68.8414 210.461 68.9473 210.534 70.4544C210.637 72.4268 208.721 73.621 208.223 71.9223C208.081 71.437 208.536 70.3813 209.182 69.7967ZM205.955 80.0978C205.386 78.1564 205.448 76.03 206.08 75.3969L206.065 75.3484C206.811 74.6555 207.518 75.8977 207.994 78.6039C208.931 84.0478 207.434 85.1453 205.955 80.0978ZM214.195 70.5403C215.173 68.7516 217.088 69.3498 217.217 71.4991L217.248 71.5163C217.352 73.4886 214.916 74.888 214.044 73.3516C213.668 72.6977 213.732 71.3876 214.195 70.5403ZM212.301 75.9446C213.368 76.5278 215.166 76.8177 216.088 76.5473L216.056 76.5301C218.497 75.8672 218.761 77.8454 216.754 81.5171C214.575 85.5026 211.02 83.8041 210.589 78.5548C210.329 75.1523 210.45 74.9326 212.301 75.9446ZM246.074 66.201C260.424 69.3987 264.807 73.3842 264.33 82.9055L264.375 82.9712C263.765 94.8244 263.682 94.9014 257.03 91.265C249.216 86.994 237.281 86.4613 228.399 89.9615C223.299 91.9836 221.518 92.1105 220.886 90.5829C219.727 87.7077 220.71 86.6553 225.62 85.4265C229.272 84.4878 229.886 83.8861 229.865 81.3886C229.83 79.7388 229.218 78.1 228.465 77.6883C226.551 76.642 222.483 71.0356 222.964 70.1569C223.961 68.2568 241.677 65.2239 246.074 66.201ZM244.57 90.201C254.784 90.5267 263.161 96.4508 260.45 101.409L260.419 101.392C258.858 104.248 247.187 107.854 244.006 106.441C243.045 106.038 237.816 103.302 232.416 100.431L222.574 95.174L226.403 93.3135C230.672 91.245 238 89.9926 244.57 90.201ZM297.487 158.908C296.873 159.51 294.125 158.946 291.292 157.642L291.243 157.656C286.901 155.608 286.009 154.631 284.866 150.46L283.555 145.627L287.986 146.541C291.861 147.355 292.825 148.127 295.523 152.659C297.228 155.506 298.101 158.307 297.487 158.908ZM280.225 206.739C278.998 209.207 278.413 209.458 277.167 208.084L277.15 208.115C273.093 203.533 270.287 194.948 271.009 189.229C271.452 185.884 272.239 183.176 272.816 183.165C273.361 183.137 275.987 185.714 278.53 188.816C282.407 193.503 283.093 195.305 282.49 199.092C282.094 201.606 281.055 205.073 280.225 206.739ZM267.024 177.88C268.153 173.28 267.746 169.552 265.202 161.232L265.122 161.229C263.324 155.274 262.056 150.586 262.275 150.706C262.495 150.826 264.314 155.326 266.37 160.811C268.425 166.296 271.22 171.696 272.663 172.933C276.912 176.641 281.544 183.004 282.351 186.299C283.241 189.965 282.973 189.859 278.189 184.594C274.636 180.655 271.033 178.971 270.038 180.791C269.781 181.262 269.159 184.264 268.628 187.397L267.68 193.156L266.62 188.46C266.043 185.862 266.216 181.147 267.024 177.88ZM246.979 173.321C245.658 175.738 244.764 179.162 244.965 181.106L244.948 181.137C245.264 184.286 244.99 184.788 242.1 186.347C240.338 187.259 238.477 187.831 237.943 187.539C236.688 186.853 238.581 180.632 241.857 174.639C243.35 171.908 245.395 169.807 246.863 169.508C248.975 169.073 248.986 169.65 246.979 173.321ZM250.064 140.689C248.588 138.17 246.617 136.481 244.089 135.589L244.107 135.557C242.052 134.842 241.254 134.365 242.37 134.486C243.517 134.624 247.996 133.811 252.438 132.693C260.16 130.719 260.653 130.785 265.651 134.169C269.96 137.095 271.704 137.559 275.805 136.989C279.296 136.493 282.218 137.112 285.796 139.067C292.619 142.838 294.246 146.05 288.362 144.138C281.988 142.081 279.878 143.332 281.474 148.24C282.194 150.427 282.557 152.745 282.283 153.247C281.271 155.098 276.668 150.993 272.644 144.636C269 138.853 267.728 137.75 262.413 135.619C258.264 133.963 255.108 133.623 252.436 134.486L248.516 135.767L251.714 139.757C253.522 141.968 255.133 143.867 255.352 143.987C257.203 144.999 262.125 159.183 261.52 161.706C259.746 169.051 248.933 183.316 247.309 180.472C246.317 178.707 250.948 170.682 254.968 167.132C259.367 163.26 259.47 156.958 255.255 149.681C254.524 148.406 253.667 146.93 252.835 145.494C251.767 143.654 250.739 141.882 250.064 140.689ZM213.043 159.132C211.296 159.644 206.874 178.992 204.697 195.574L204.711 195.622C204.148 200.083 202.951 203.912 201.863 204.785C200.377 206.011 200.127 205.425 200.636 201.587C202.283 188.955 205.903 167.049 207.419 160.623C208.557 155.783 208.565 150.774 207.442 145.595C205.14 135.044 205.83 127.595 209.542 122.817C212.296 119.269 212.491 119.212 213.475 122.033C214.198 124.14 213.645 126.569 211.518 130.46C208.07 136.768 207.838 140.024 210.183 147.664C210.922 150.064 211.391 151.665 212.333 152.024C214.181 152.728 217.85 148.652 228.951 136.443C236.339 128.295 244.729 120.328 248.665 117.751L255.504 113.216L251.729 118.407C247.834 123.818 230.993 140.535 224.09 145.932C221.882 147.66 218.87 151.231 217.446 153.836C216.023 156.44 214.014 158.848 213.043 159.132ZM243.974 267.911C241.244 272.981 239.145 274.361 236.509 272.92C232.119 270.438 231.716 267.447 234.176 256.238C234.949 252.736 235.305 250.904 236.224 250.556C237.242 250.17 238.951 251.607 242.685 254.612C246.524 257.73 246.996 262.308 243.974 267.911ZM229.831 266.05C229.298 274.481 228.01 274.673 226.229 266.526L226.243 266.574C225.28 262.298 225.565 259.764 227.26 256.737C228.509 254.526 230.527 251.879 231.632 250.975C233.266 249.626 233.371 250.254 232 254.029C231.073 256.62 230.089 262.074 229.831 266.05ZM196.647 233.114C194.431 257.744 185.922 295.156 178.762 311.907L178.793 311.924C176.03 318.321 174.598 317.661 176.796 310.955C178.617 305.388 188.889 256.998 188.52 255.736C188.363 255.202 187.236 254.952 186.011 255.18C184.173 255.561 184.466 254.131 187.812 246.667C190.009 241.754 192.745 233.02 193.85 227.346C194.954 221.673 196.772 215.29 197.87 213.281C200.155 209.027 206.746 204.723 211.776 204.171C220.099 203.259 225.016 209.697 230.911 229.182L234.792 242.064L242.435 247.465C246.662 250.469 250.421 253.135 250.923 253.409C251.44 253.732 251.294 254.223 250.574 254.645C248.923 255.577 243.053 252.449 239.052 248.51C235.052 244.57 232.515 244.365 230.516 247.797C229.593 249.412 227.053 252.344 224.885 254.297C221.126 257.745 221.197 257.539 226.562 249.141L232.165 240.383L228.68 228.492C225.01 215.971 221.478 211.472 214.373 210.156C204.788 208.381 198.066 217.097 196.647 233.114ZM188.7 394.823L185.69 384.822C182.612 374.498 182.989 371.647 188.09 367.833C192.434 364.583 196.048 366.395 199.609 373.6C201.472 377.349 201.374 377.826 197.49 383.365C195.278 386.517 192.349 390.459 191.06 391.997L188.7 394.823ZM182.771 369.287C181.711 371.152 181.631 371.15 181.587 368.843C181.571 367.53 184.314 361.693 187.596 355.987C190.878 350.282 193.611 345.58 193.594 345.612C193.581 345.635 194.482 347.331 195.745 349.711C196.18 350.529 196.657 351.428 197.155 352.368C200.673 358.978 203.398 368.457 202.335 370.403C202.043 370.936 200.458 369.662 198.759 367.551C197.028 365.423 194.615 363.574 193.217 363.299C190.483 362.783 184.567 366.151 182.771 369.287ZM32.5728 497.255C38.6959 493.062 39.7774 493.245 37.3753 498.087L37.3582 498.118C34.4386 503.981 27.4991 543.963 27.0181 557.517C26.7447 565.846 26.2484 568.469 25.1736 567.229C24.3297 566.238 23.2917 565.304 22.7583 565.012C22.2249 564.72 20.1059 560.097 18.0333 554.644C15.3174 547.535 14.318 542.057 14.4474 535.035C14.7579 517.841 20.7863 505.322 32.5728 497.255ZM41.5819 510.372C40.1986 533.256 37.2674 551.219 33.4858 560.075C30.1762 567.844 29.959 568.092 29.5169 564.875C28.454 557.202 34.5216 515.684 38.9058 500.432C41.0849 492.941 42.3362 497.66 41.5819 510.372ZM82.7381 471.242C62.8533 480.63 48.0972 484.139 27.1709 484.398L27.1537 484.429L18.7484 484.522L25.51 481.248C35.384 476.456 50.1556 471.651 63.3782 468.933C69.667 467.643 78.9409 466.558 83.79 466.559L92.6719 466.564L82.7381 471.242ZM24.937 474.617C39.923 460.473 59.1905 454.824 80.1845 458.393L80.1703 458.344C87.6924 459.644 96.2709 463.559 92.4318 463.946C91.1787 464.077 86.889 464.096 82.9876 464.001C70.0532 463.656 44.4493 469.713 29.7785 476.571C20.3501 480.995 18.8523 480.38 24.937 474.617ZM91.7626 420.661C91.8857 417.305 92.4711 413.997 93.1397 413.221L93.1225 413.253C93.7426 412.491 94.2107 415.437 94.1324 419.756C94.0226 424.057 94.3622 430.071 94.8161 432.969C95.267 435.946 96.0894 441.45 96.5993 445.437C97.3217 451.05 98.1848 452.826 100.536 453.744C102.918 454.679 104.445 454.047 108.125 450.596L112.733 446.268L111.745 452.697C110.86 458.491 108.461 463.253 86.9818 501.278C69.2336 532.702 61.704 545.134 57.2925 550.223C54.0666 553.962 48.8057 560.827 45.6619 565.386C42.195 570.46 51.6078 552.495 69.7343 519.485L99.5058 465.246L96.3682 454.36C93.0599 442.891 91.4473 431.005 91.7626 420.661ZM130.849 424.012C131.507 424.82 130.401 426.172 127.428 428.256L127.46 428.273C124.981 429.975 121.436 433.254 119.378 435.676C115.998 439.697 116.038 439.475 120.046 433.187C122.424 429.433 125.028 425.191 125.783 423.81C127.121 421.363 128.719 421.421 130.849 424.012ZM109.228 413.538L111.703 421.535L111.72 421.503C114.619 431.036 113.352 434.623 103.95 443.546L99.2912 447.969L98.7097 444.186C98.3692 442.125 98.4103 437.949 98.7898 435.018C99.2271 431.385 101.035 427.034 104.34 421.586L109.228 413.538ZM110.361 442.852C104.879 450.942 103.254 452.499 101.371 451.47L101.385 451.518C100.13 450.832 100.362 450.184 102.624 448.283C104.161 446.962 107.478 443.803 110.02 441.239L114.608 436.574L110.361 442.852ZM123.284 423.015C120.631 427.719 113.841 436.113 115.471 432.684L115.454 432.715C117.882 427.603 111.896 410.595 108.062 411.719C107.254 411.929 104.377 415.777 101.718 420.193L96.8299 428.241L96.6422 421.576C96.5343 417.971 97.1248 412.343 97.8755 409.33C98.6433 406.285 101.457 400.242 104.065 395.92L108.85 388.061L110.773 394.981C112.442 400.948 118.791 411.551 124.074 417.17C125.215 418.364 124.979 419.988 123.284 423.015ZM118.859 406.208C114.986 400.545 109.838 384.688 111.124 382.334L111.138 382.383C112.116 380.594 113.978 382.182 120.535 390.169C127.505 398.666 132.868 407.345 137.288 417.301C140.823 425.225 145.077 431.83 150.48 437.678L154.158 441.685L148.882 438.067C142.684 433.824 124.815 414.844 118.859 406.208ZM181.286 314.224C182.854 312.473 186.336 309.608 188.975 307.912L188.992 307.88C193.941 304.716 193.529 305.469 186.516 312.559C181.596 317.533 177.111 318.953 181.286 314.224ZM171.557 342.533C164.064 367.946 162.041 373.362 153.965 389.775L153.997 389.792L145.938 406.174L144.329 402.482C142.823 399.05 143.115 398.069 148.288 387.487C153.461 376.905 153.831 375.558 153.594 366.747C153.433 361.523 152.819 352.506 152.126 346.543C151.065 337.078 151.279 328.187 152.597 328.907C153.412 329.353 156.231 351.559 156.075 356.242C155.734 367.305 160.223 360.956 165.826 342.579C167.848 335.899 170.966 328.107 172.801 325.197C175.371 321.018 176.625 319.991 178.743 320.293C182.261 320.79 190.19 329.77 191.218 334.449L192.031 338.032L189.367 333.437C185.979 327.632 183.266 326.108 178.987 327.6C175.681 328.727 175.575 328.996 171.557 342.533ZM115.963 378.702C119.214 377.749 129.421 383.532 133.788 388.813L133.771 388.844C137.77 393.68 151.25 424.118 153.501 433.419L154.63 437.99L152.329 435.713C147.727 431.159 142.987 423.8 138.598 414.308C133.526 403.384 125.993 391.889 118.925 384.316C115.629 380.803 114.749 379.058 115.963 378.702ZM171.348 418.067C178.16 418.653 185.123 419.932 186.943 420.926L186.96 420.895C190.192 422.662 190.126 422.707 183.93 422.785C180.391 422.847 172.57 424.034 166.324 425.47L155.073 428.083L151.531 419.055L155.297 418.056C157.398 417.493 164.567 417.499 171.348 418.067ZM189.223 426.82C185.38 429.08 165.69 437.514 162.007 438.436L162.056 438.421L157.936 439.471L155.696 430.746L166.324 428.078C172.17 426.628 179.818 425.387 183.371 425.373C190.766 425.34 191.448 425.509 189.223 426.82ZM131.718 454.853C127.908 455.337 122.841 456.032 120.346 456.421L115.856 457.105L118.653 453.702C120.194 451.854 125.852 447.244 131.27 443.521C136.687 439.798 141.796 437.088 142.709 437.505C146.5 439.293 153.291 444.391 152.896 445.112C151.472 447.717 137.587 454.107 131.718 454.853ZM132.701 439.412C128.782 441.957 122.939 446.385 119.582 449.319L119.551 449.302L113.515 454.603L115.029 449.969C117.03 443.848 124.255 433.613 129.122 430.078C131.275 428.525 133.251 427.445 133.562 427.696C134.233 428.185 139.416 433.912 139.607 434.383C139.709 434.643 136.602 436.898 132.701 439.412ZM62.5252 548.926L61.6515 555.296C60.43 564.165 54.7051 572.775 47.5778 576.419C44.6252 577.943 41.7271 579.294 41.2104 579.419C40.6936 579.544 43.4183 574.634 47.3115 568.407C51.1876 562.211 56.1774 555.319 58.4371 553.049L62.5252 548.926ZM60.8121 594.332C68.4732 608.425 71.5678 631.393 68.0388 647.764L68.0701 647.781C66.978 652.687 65.8069 656.693 65.4186 656.807C64.999 656.904 63.1461 648.514 61.2838 638.202C57.7179 618.482 52.6142 598.37 49.4129 591.403C47.5616 587.334 47.5847 587.142 50.6966 586.072C55.0734 584.552 55.8348 585.172 60.8121 594.332ZM59.4612 657.789C46.5122 643.008 42.3507 634.293 38.8276 614.718L38.7962 614.701C36.8543 603.939 37.4726 593.19 40.2859 588.044C40.7319 587.228 42.3787 587.272 43.9476 588.13C47.5875 590.119 54.2413 612.913 58.6408 638.266C60.3836 648.348 62.5916 658.4 63.537 660.547C65.149 664.159 64.8524 663.956 59.4612 657.789ZM66.4407 573.076C59.333 580.114 49.1507 585.023 43.5833 584.099L43.5519 584.082C40.0848 583.491 41.5215 582.279 51.7896 577.213C57.0379 574.621 63.051 572.12 65.0693 571.633L68.749 570.792L66.4407 573.076Z' fill='white'/%3E%3Cpath d='M0 581.53C0.6792 579.772 1.29092 578.007 1.89865 576.108C11.3482 546.669 11.2774 545.978 0.116516 550.516C0.0776609 550.531 0.0388222 550.547 0 550.563V553.001C1.17757 552.421 2.17865 552.009 2.85233 551.848L6.45212 551.003L3.5405 554.466C2.26054 555.986 1.09253 557.395 0 558.752V562.866C0.955305 561.419 1.63933 560.497 2.01953 560.156L4.99893 557.464L3.17502 563.559C1.96876 567.595 0.95643 570.909 0 573.814V581.53Z' fill='white'/%3E%3Cpath d='M0 510.334C12.031 514.871 15.5749 513.182 13.1776 505.076C11.5458 499.591 7.44906 495.054 0 490.561V493.162C2.0533 494.602 4.02481 496.379 5.8974 498.488C10.325 503.435 12.8398 509.049 10.8985 509.618C10.4132 509.76 8.79616 508.469 7.16534 506.681C5.79443 505.174 3.16554 503.267 0 501.351V504.428C2.22386 505.835 4.0511 507.175 5.09177 508.237C7.23593 510.428 7.12172 510.488 3.12451 509.077C2.41996 508.828 1.33184 508.396 0 507.84V510.334Z' fill='white'/%3E%3C/svg%3E%0A");
}
.block-culture h3{
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 10;
    padding-bottom: 12px;
}
.block-culture-container{
    padding: 0px;
    position: relative;
    z-index: 10;
}
.block-culture-container .uk-slider-container{
    padding: 10px;
}
.block-culture-link{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 8px 0px;
    border-radius: 4px;
    text-decoration: none !important;
}
.block-culture-link:hover{
    text-decoration: none;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 8px 0px;
}
.block-culture-link-image{
    display: block;
    background-position: center;
    background-size: contain;
    width: 60%;
    margin: 24px;
}
.block-culture-link-title{
    display: block;
    text-transform: uppercase;
    padding: 12px;
    text-align: center;
}

.block-delivery-logo{
    background-color: #B4D297;
    padding: 12px 68px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; 
}
.block-delivery-logo a{
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    flex: 1;
    min-height: 100px;
}

.block-advantages{
    padding: 24px 0px;
}
.block-advantages-items{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    font-size: 16px;
}
.block-advantages-item{
    display: flex;
    align-items: center;
    justify-content: start;
}
.block-advantages-image{
    display: block;
    padding: 16px;
    background-color: #87DD33;
    border-radius: 100%;
    margin-right: 24px;
}
.block-advantages-image span{
    display: block;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.block-advantages h3{
    position: relative;
    z-index: 10;
    padding-bottom: 12px;
}

.block-presentation{
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 10;
}
.block-presentation-content{
    padding: 36px 0px 36px 0px;
    background-color: rgba(0, 0, 0, .5);
    color: #fff;
}
.block-presentation-content h3{
    color: #fff;
    width: auto;
}
.block-presentation-width{
    width: 360px;
}
.block-presentation-form{
    padding: 36px 0px 36px 0px;
}

.block-undercontent{
    background-color: #B4D297;
    color: #fff;
    padding: 16px;
    display: flex;
    align-items: start;
    justify-content: center;
    line-height: 1.2;
    margin-top: 12px;
}
.block-undercontent-item{
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100px;
    text-align: center;
    margin: 0px 2px;
    position: relative;
}
.block-undercontent-item:after{
    position: absolute;
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    top: 28px;
    right: -16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 16L16 30V22H1V10H16V2L31 16Z' fill='white'/%3E%3C/svg%3E%0A");
}
.block-undercontent-icon{
    display: block;
    width: 56px;
    height: 56px;
    background-color: #fff;
    border-radius: 100%;
    margin-bottom: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 32px;
}
.undercontent-1 .block-undercontent-icon{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 20C5 28 10.018 32 16 32C21.984 32 27 28 27 20C27 12 16 0 16 0C16 0 5 12 5 20Z' fill='%2387DD33'/%3E%3C/svg%3E%0A");
}
.undercontent-2 .block-undercontent-icon{
    background-color: #959595;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 20C5 28 10.018 32 16 32C21.984 32 27 28 27 20C27 12 16 0 16 0C16 0 5 12 5 20Z' fill='%2387DD33'/%3E%3C/svg%3E%0A");
}
.undercontent-2:after{
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M31 16L16 30V22H1V10H16V2L31 16Z' fill='%23959595'/%3E%3C/svg%3E%0A");    
}
.undercontent-3 .block-undercontent-icon{ 
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29 3V6C29 11.3157 24.3157 15 19 15H18V18H25V28C25 29.5194 23.5194 31 22 31H10C8.48063 31 7 29.5194 7 28V18H15V12.5C15 7.18425 19.6843 3 25 3H29ZM7 2C10.4774 2 13.6314 3.36275 15.5 6C14 7.5 13 10.0044 13 12.5V14H12C6.30475 14 3 9.69525 3 4V2H7Z' fill='%2387DD33'/%3E%3C/svg%3E%0A");
}
.block-undercontent-item:last-child:after{
    display: none;
}
.block-testing{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
}
.block-testing-item-image{
    background-position: center;
    background-size: cover;
}
.block-testing-item-title{
    padding-top: 4px;
}
.block-calc{
    display: grid;
    gap: 12px;
    max-width: 500px;
    background-color: #eee;
    margin: 0 auto;
    padding: 24px;
    box-sizing: border-box;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
}
.block-calc-title{
    text-wrap: balance;
    text-align: center;
    font-weight: 700;
}
.block-calc-input{
    display: grid;
    gap: 8px;
    grid-template-columns: 1fr 90px;
    align-items: center;
}
.block-calc input{}
.block-calc-input-desc{
    font-style: italic;
    text-align: center;
    font-size: 14px;
    text-wrap: balance;
}
.block-calc-result{
    display: flex;
    align-items: end;
    justify-content: center;
    border-top: 1px dashed #666;
    padding-top: 8px;
    text-align: center;
    font-size: 18px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.block-calc-result span{
    padding: 0px 0px;
}
.block-calc-result .calc-result-l{
    line-height: 56px;
    font-weight: 700;
    font-size: 66px;
    padding: 0px 12px 0px 0px;
}

.form-error{
    padding: 8px 16px;
    background-color: #fff;
    border: 2px solid #cc0000;
    margin-bottom: 24px;
    font-size: 16px;
}
.form-error ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.form-error ul li{
    padding: 2px 0px;
}
.form-error-title{
    font-weight: 700;
    line-height: 1.2;
    text-wrap: balance;
}

.culture-items{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    /*padding-bottom: 48px;*/
}
.products-items{
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    padding-bottom: 24px;
}


/* Icons */
.icon-link{
    display: flex;
    align-items: center;
    justify-content: center;
}
.icon-link-left{
    justify-content: start;
}
.icon-link span.icon{
    margin: 0px 8px 0px 0px;
}
.icon-link-right span.icon{
    margin: 0px 0px 0px 8px;
}
.icon{
    width: 24px;
    height: 24px;
    display: block;
    background-color: #7F001C;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
    transition:all 0.2s ease-in;
}
.icon-32{
    width: 32px;
    height: 32px;
}
.icon-home{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.45975C5 9.16783 5.12756 8.89048 5.34921 8.7005L11.3492 3.55764C11.7237 3.23665 12.2763 3.23665 12.6508 3.55764L18.6508 8.70049C18.8724 8.89048 19 9.16783 19 9.45975V18.9998C19 19.5521 18.5523 19.9998 18 19.9998H15C14.4477 19.9998 14 19.5521 14 18.9998V14.9998C14 14.4475 13.5523 13.9998 13 13.9998H11C10.4477 13.9998 10 14.4475 10 14.9998V18.9998C10 19.5521 9.55228 19.9998 9 19.9998H6C5.44772 19.9998 5 19.5521 5 18.9998V9.45975Z' fill='black'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 9.45975C5 9.16783 5.12756 8.89048 5.34921 8.7005L11.3492 3.55764C11.7237 3.23665 12.2763 3.23665 12.6508 3.55764L18.6508 8.70049C18.8724 8.89048 19 9.16783 19 9.45975V18.9998C19 19.5521 18.5523 19.9998 18 19.9998H15C14.4477 19.9998 14 19.5521 14 18.9998V14.9998C14 14.4475 13.5523 13.9998 13 13.9998H11C10.4477 13.9998 10 14.4475 10 14.9998V18.9998C10 19.5521 9.55228 19.9998 9 19.9998H6C5.44772 19.9998 5 19.5521 5 18.9998V9.45975Z' fill='black'/%3E%3C/svg%3E%0A");
}
.icon-location{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 10C5 6.135 8.135 3 12 3C15.865 3 19 6.135 19 10C19 14.2431 14.4276 19.466 12.6737 21.3133C12.3032 21.7036 11.6968 21.7036 11.3263 21.3133C9.57244 19.466 5 14.2431 5 10ZM12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z' fill='%23000000'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 10C5 6.135 8.135 3 12 3C15.865 3 19 6.135 19 10C19 14.2431 14.4276 19.466 12.6737 21.3133C12.3032 21.7036 11.6968 21.7036 11.3263 21.3133C9.57244 19.466 5 14.2431 5 10ZM12 13C13.6569 13 15 11.6569 15 10C15 8.34315 13.6569 7 12 7C10.3431 7 9 8.34315 9 10C9 11.6569 10.3431 13 12 13Z' fill='%23000000'/%3E%3C/svg%3E%0A");
}
.icon-phone{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.22223 10.795C8.50223 13.625 10.56 15.94 13.08 17.38L15.0356 15.175C15.28 14.9 15.6311 14.82 15.9378 14.93C16.9334 15.3 18.0044 15.5 19.1111 15.5C19.6044 15.5 20 15.945 20 16.5V20C20 20.555 19.6044 21 19.1111 21C10.7644 21 4 13.39 4 4C4 3.445 4.40003 3 4.88892 3H8C8.49333 3 8.88892 3.445 8.88892 4C8.88892 5.245 9.06668 6.45 9.39557 7.57C9.49335 7.915 9.42224 8.31 9.1778 8.585L7.22223 10.795Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.22223 10.795C8.50223 13.625 10.56 15.94 13.08 17.38L15.0356 15.175C15.28 14.9 15.6311 14.82 15.9378 14.93C16.9334 15.3 18.0044 15.5 19.1111 15.5C19.6044 15.5 20 15.945 20 16.5V20C20 20.555 19.6044 21 19.1111 21C10.7644 21 4 13.39 4 4C4 3.445 4.40003 3 4.88892 3H8C8.49333 3 8.88892 3.445 8.88892 4C8.88892 5.245 9.06668 6.45 9.39557 7.57C9.49335 7.915 9.42224 8.31 9.1778 8.585L7.22223 10.795Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
}
.icon-email{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 5H5C3.95505 5 3 5.96406 3 7V18C3 19 4 20 5.00006 20H19C20 20 21 19 21 18V7C21 6 20 5 19 5ZM19 8.58124C19 8.84403 18.8731 9.09065 18.6592 9.2434L12.5812 13.5848C12.2335 13.8332 11.7665 13.8332 11.4188 13.5848L5.34076 9.2434C5.12691 9.09065 5 8.84403 5 8.58124C5 7.91937 5.74812 7.53437 6.28671 7.91908L11.4188 11.5848C11.7665 11.8332 12.2335 11.8332 12.5812 11.5848L17.7133 7.91908C18.2519 7.53437 19 7.91937 19 8.58124Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 5H5C3.95505 5 3 5.96406 3 7V18C3 19 4 20 5.00006 20H19C20 20 21 19 21 18V7C21 6 20 5 19 5ZM19 8.58124C19 8.84403 18.8731 9.09065 18.6592 9.2434L12.5812 13.5848C12.2335 13.8332 11.7665 13.8332 11.4188 13.5848L5.34076 9.2434C5.12691 9.09065 5 8.84403 5 8.58124C5 7.91937 5.74812 7.53437 6.28671 7.91908L11.4188 11.5848C11.7665 11.8332 12.2335 11.8332 12.5812 11.5848L17.7133 7.91908C18.2519 7.53437 19 7.91937 19 8.58124Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
}
.icon-arrow-left{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 6L8 12L14 18' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 6L8 12L14 18' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-arrow-right{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6L16 12L10 18' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6L16 12L10 18' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-arrow-left-big{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3L6.99992 11.9999L16 21' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 3L6.99992 11.9999L16 21' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-arrow-right-big{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.14233 3L17.1424 11.9999L8.14233 21' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.14233 3L17.1424 11.9999L8.14233 21' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.icon-arrow-long-left{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 6.5L1.5 12.5L7.5 18.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.5 12.5H2' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 6.5L1.5 12.5L7.5 18.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.5 12.5H2' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.icon-arrow-long-right{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 6.5L22.5 12.5L16.5 18.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 12.5H22' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 6.5L22.5 12.5L16.5 18.5' stroke='black' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.5 12.5H22' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.icon-facebook{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 15L17 11H14V8.99977C14 7.99484 14 7 15.3558 6.99997H17V4C16.0425 3.84745 15.075 3.63525 14.1053 3.62341C11.17 3.62341 10 5.5 10 8.99977V11H7V14.9998H10V22.9998H14V14.9998L16.5 15Z' fill='%23111A22'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5 15L17 11H14V8.99977C14 7.99484 14 7 15.3558 6.99997H17V4C16.0425 3.84745 15.075 3.63525 14.1053 3.62341C11.17 3.62341 10 5.5 10 8.99977V11H7V14.9998H10V22.9998H14V14.9998L16.5 15Z' fill='%23111A22'/%3E%3C/svg%3E%0A");
}
.icon-instagram{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z' fill='%23111A22'/%3E%3Cpath d='M17.5 8C18.3284 8 19 7.32843 19 6.5C19 5.67157 18.3284 5 17.5 5C16.6716 5 16 5.67157 16 6.5C16 7.32843 16.6716 8 17.5 8Z' fill='%23111A22'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 1H17C20.3137 1 23 3.68629 23 7V17C23 20.3137 20.3137 23 17 23H7C3.68629 23 1 20.3137 1 17V7C1 3.68629 3.68629 1 7 1ZM7 3C4.79086 3 3 4.79086 3 7V17C3 19.2091 4.79086 21 7 21H17C19.2091 21 21 19.2091 21 17V7C21 4.79086 19.2091 3 17 3H7Z' fill='%23111A22'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 12C17 14.7614 14.7614 17 12 17C9.23858 17 7 14.7614 7 12C7 9.23858 9.23858 7 12 7C14.7614 7 17 9.23858 17 12ZM12 15C13.6569 15 15 13.6569 15 12C15 10.3431 13.6569 9 12 9C10.3431 9 9 10.3431 9 12C9 13.6569 10.3431 15 12 15Z' fill='%23111A22'/%3E%3Cpath d='M17.5 8C18.3284 8 19 7.32843 19 6.5C19 5.67157 18.3284 5 17.5 5C16.6716 5 16 5.67157 16 6.5C16 7.32843 16.6716 8 17.5 8Z' fill='%23111A22'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 1H17C20.3137 1 23 3.68629 23 7V17C23 20.3137 20.3137 23 17 23H7C3.68629 23 1 20.3137 1 17V7C1 3.68629 3.68629 1 7 1ZM7 3C4.79086 3 3 4.79086 3 7V17C3 19.2091 4.79086 21 7 21H17C19.2091 21 21 19.2091 21 17V7C21 4.79086 19.2091 3 17 3H7Z' fill='%23111A22'/%3E%3C/svg%3E%0A");
}
.icon-youtube{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5956 4.47636C21.5441 4.74182 22.2895 5.51636 22.5415 6.49818C23 8.28 23 12 23 12C23 12 23 15.72 22.5415 17.5018C22.286 18.4873 21.5406 19.2618 20.5956 19.5236C18.8807 20 12 20 12 20C12 20 5.12281 20 3.40439 19.5236C2.45593 19.2582 1.71047 18.4836 1.45848 17.5018C1 15.72 1 12 1 12C1 12 1 8.28 1.45848 6.49818C1.71397 5.51273 2.45943 4.73818 3.40439 4.47636C5.12281 4 12 4 12 4C12 4 18.8807 4 20.5956 4.47636ZM16 12L10 8V16L16 12Z' fill='%23111A22'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5956 4.47636C21.5441 4.74182 22.2895 5.51636 22.5415 6.49818C23 8.28 23 12 23 12C23 12 23 15.72 22.5415 17.5018C22.286 18.4873 21.5406 19.2618 20.5956 19.5236C18.8807 20 12 20 12 20C12 20 5.12281 20 3.40439 19.5236C2.45593 19.2582 1.71047 18.4836 1.45848 17.5018C1 15.72 1 12 1 12C1 12 1 8.28 1.45848 6.49818C1.71397 5.51273 2.45943 4.73818 3.40439 4.47636C5.12281 4 12 4 12 4C12 4 18.8807 4 20.5956 4.47636ZM16 12L10 8V16L16 12Z' fill='%23111A22'/%3E%3C/svg%3E%0A");
}
.icon-messenger{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 12C23 18.0751 18.0751 23 12 23C10.3661 23 8.81531 22.6438 7.4212 22.0047L5.31195 23.3469C4.59488 23.8033 3.67151 23.2136 3.78384 22.3711L4.14053 19.696C2.19775 17.7123 1 14.996 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM11.2816 9.38568C10.3344 8.64895 8.95615 8.9064 8.33875 9.93539L5.17075 15.2154C5.0704 15.3826 5.09676 15.5967 5.23467 15.7346C5.38625 15.8862 5.62698 15.9012 5.79619 15.7696L9.38606 12.9775C9.74717 12.6966 10.2528 12.6966 10.6139 12.9775L12.7184 14.6143C13.6656 15.351 15.0439 15.0936 15.6613 14.0646L18.8293 8.78456C18.9296 8.61731 18.9032 8.40323 18.7653 8.26531C18.6138 8.11373 18.373 8.09874 18.2038 8.23035L14.6139 11.0225C14.2528 11.3033 13.7472 11.3033 13.3861 11.0225L11.2816 9.38568Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 12C23 18.0751 18.0751 23 12 23C10.3661 23 8.81531 22.6438 7.4212 22.0047L5.31195 23.3469C4.59488 23.8033 3.67151 23.2136 3.78384 22.3711L4.14053 19.696C2.19775 17.7123 1 14.996 1 12C1 5.92487 5.92487 1 12 1C18.0751 1 23 5.92487 23 12ZM11.2816 9.38568C10.3344 8.64895 8.95615 8.9064 8.33875 9.93539L5.17075 15.2154C5.0704 15.3826 5.09676 15.5967 5.23467 15.7346C5.38625 15.8862 5.62698 15.9012 5.79619 15.7696L9.38606 12.9775C9.74717 12.6966 10.2528 12.6966 10.6139 12.9775L12.7184 14.6143C13.6656 15.351 15.0439 15.0936 15.6613 14.0646L18.8293 8.78456C18.9296 8.61731 18.9032 8.40323 18.7653 8.26531C18.6138 8.11373 18.373 8.09874 18.2038 8.23035L14.6139 11.0225C14.2528 11.3033 13.7472 11.3033 13.3861 11.0225L11.2816 9.38568Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
}
.icon-viber{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.91954 7.62273C5.90752 7.25048 6.11184 6.98022 6.35909 6.73716C6.68519 6.42792 7.04447 6.1549 7.43052 5.92298C7.60656 5.8155 7.81587 5.77455 8.01997 5.80766C8.22408 5.84076 8.40925 5.94569 8.54144 6.10315C9.00853 6.5892 9.4266 7.1192 9.78972 7.68562C9.96953 7.94042 10.1053 8.22303 10.1915 8.5219C10.2259 8.63853 10.2282 8.76217 10.198 8.87995C10.1678 8.99773 10.1063 9.10535 10.0198 9.1916C9.82172 9.38409 9.6106 9.56298 9.38793 9.72703C9.27574 9.81554 9.19231 9.93477 9.14805 10.0699C9.10378 10.205 9.10062 10.35 9.13896 10.4868C9.27647 11.1295 9.58809 11.7229 10.0404 12.2036C10.59 12.8678 11.2982 13.386 12.1008 13.7112C12.2981 13.8116 12.5241 13.8422 12.7413 13.7979C12.8603 13.7658 12.966 13.6974 13.0435 13.6025C13.0788 13.5581 13.1149 13.5141 13.1511 13.4701C13.2383 13.3641 13.3259 13.2576 13.4023 13.1435C13.5426 12.9421 13.7569 12.8029 13.9994 12.7556C14.2418 12.7083 14.4934 12.7566 14.7004 12.8903C15.2824 13.2246 15.832 13.6115 16.3419 14.0461C16.396 14.092 16.4511 14.1372 16.5063 14.1825C16.5738 14.2378 16.6416 14.2934 16.7076 14.3504C16.8498 14.4577 16.9525 14.6083 17 14.779C17.0475 14.9497 17.037 15.1311 16.9703 15.2954C16.8642 15.5717 16.7096 15.8272 16.5136 16.0501C16.27 16.3853 15.9597 16.6675 15.6019 16.8796C15.4308 16.979 15.2386 17.0374 15.0406 17.0501C14.8426 17.0628 14.6444 17.0295 14.4618 16.9527C13.0726 16.399 11.7745 15.6434 10.6105 14.7107C9.4719 13.7828 8.47689 12.6948 7.65717 11.4812C6.96742 10.4765 6.41868 9.38379 6.02599 8.23294C5.98418 8.09375 5.94979 7.95247 5.92297 7.8097C5.91534 7.74766 5.91419 7.68501 5.91954 7.62273Z' fill='%23111A22'/%3E%3Cpath d='M16.2254 6.77468C15.2432 5.79254 13.7126 5.30007 11.5 5.30007C11.3343 5.30007 11.2 5.16576 11.2 5.00007C11.2 4.83439 11.3343 4.70007 11.5 4.70007C13.7874 4.70007 15.5068 5.20757 16.6496 6.35041C17.7925 7.49326 18.3 9.21268 18.2999 11.5001C18.2999 11.6658 18.1656 11.8001 17.9999 11.8001C17.8343 11.8001 17.6999 11.6658 17.6999 11.5001C17.7 9.28741 17.2075 7.75681 16.2254 6.77468Z' fill='%23111A22'/%3E%3Cpath d='M15.1629 7.83715C14.489 7.16326 13.4538 6.80004 12 6.80005C11.8344 6.80005 11.7 6.66574 11.7 6.50005C11.7 6.33437 11.8344 6.20005 12 6.20005C13.5463 6.20004 14.7611 6.58678 15.5872 7.41288C16.4133 8.23898 16.8 9.45377 16.8 11C16.8 11.1657 16.6657 11.3 16.5 11.3C16.3344 11.3 16.2 11.1657 16.2 11C16.2 9.54626 15.8368 8.51104 15.1629 7.83715Z' fill='%23111A22'/%3E%3Cpath d='M14.1003 8.89965C13.7267 8.52598 13.1818 8.30002 12.5 8.30002C12.3343 8.30001 12.2 8.1657 12.2 8.00001C12.2 7.83433 12.3343 7.70002 12.5 7.70002C13.3181 7.70002 14.0233 7.97405 14.5246 8.47539C15.0259 8.97672 15.3 9.68184 15.3 10.5C15.3 10.6657 15.1657 10.8 15 10.8C14.8343 10.8 14.7 10.6657 14.7 10.5C14.7 9.81819 14.474 9.27332 14.1003 8.89965Z' fill='%23111A22'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4703 3.27012C22.5101 5.12442 23 7.89344 23 11C23 14.1066 22.5101 16.8756 20.4703 18.7299C18.4945 20.5261 15.5517 21 12 21C11.1324 21 10.3011 20.9717 9.51142 20.9028L7.70711 22.7071C7.42111 22.9931 6.99099 23.0787 6.61732 22.9239C6.24364 22.7691 6 22.4045 6 22V20.1869C5.06412 19.8441 4.23523 19.3713 3.52965 18.7299C1.48993 16.8756 1 14.1066 1 11C1 7.89344 1.48993 5.12442 3.52965 3.27012C5.5055 1.47389 8.44829 1 12 1C15.5517 1 18.4945 1.47389 20.4703 3.27012ZM7 18.416C3.98677 17.4554 3 15.2145 3 11C3 5 5 3 12 3C19 3 21 5 21 11C21 17 19 19 12 19C11.3054 19 10.6601 18.9803 10.061 18.939L7 22V18.416Z' fill='%23111A22'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.91954 7.62273C5.90752 7.25048 6.11184 6.98022 6.35909 6.73716C6.68519 6.42792 7.04447 6.1549 7.43052 5.92298C7.60656 5.8155 7.81587 5.77455 8.01997 5.80766C8.22408 5.84076 8.40925 5.94569 8.54144 6.10315C9.00853 6.5892 9.4266 7.1192 9.78972 7.68562C9.96953 7.94042 10.1053 8.22303 10.1915 8.5219C10.2259 8.63853 10.2282 8.76217 10.198 8.87995C10.1678 8.99773 10.1063 9.10535 10.0198 9.1916C9.82172 9.38409 9.6106 9.56298 9.38793 9.72703C9.27574 9.81554 9.19231 9.93477 9.14805 10.0699C9.10378 10.205 9.10062 10.35 9.13896 10.4868C9.27647 11.1295 9.58809 11.7229 10.0404 12.2036C10.59 12.8678 11.2982 13.386 12.1008 13.7112C12.2981 13.8116 12.5241 13.8422 12.7413 13.7979C12.8603 13.7658 12.966 13.6974 13.0435 13.6025C13.0788 13.5581 13.1149 13.5141 13.1511 13.4701C13.2383 13.3641 13.3259 13.2576 13.4023 13.1435C13.5426 12.9421 13.7569 12.8029 13.9994 12.7556C14.2418 12.7083 14.4934 12.7566 14.7004 12.8903C15.2824 13.2246 15.832 13.6115 16.3419 14.0461C16.396 14.092 16.4511 14.1372 16.5063 14.1825C16.5738 14.2378 16.6416 14.2934 16.7076 14.3504C16.8498 14.4577 16.9525 14.6083 17 14.779C17.0475 14.9497 17.037 15.1311 16.9703 15.2954C16.8642 15.5717 16.7096 15.8272 16.5136 16.0501C16.27 16.3853 15.9597 16.6675 15.6019 16.8796C15.4308 16.979 15.2386 17.0374 15.0406 17.0501C14.8426 17.0628 14.6444 17.0295 14.4618 16.9527C13.0726 16.399 11.7745 15.6434 10.6105 14.7107C9.4719 13.7828 8.47689 12.6948 7.65717 11.4812C6.96742 10.4765 6.41868 9.38379 6.02599 8.23294C5.98418 8.09375 5.94979 7.95247 5.92297 7.8097C5.91534 7.74766 5.91419 7.68501 5.91954 7.62273Z' fill='%23111A22'/%3E%3Cpath d='M16.2254 6.77468C15.2432 5.79254 13.7126 5.30007 11.5 5.30007C11.3343 5.30007 11.2 5.16576 11.2 5.00007C11.2 4.83439 11.3343 4.70007 11.5 4.70007C13.7874 4.70007 15.5068 5.20757 16.6496 6.35041C17.7925 7.49326 18.3 9.21268 18.2999 11.5001C18.2999 11.6658 18.1656 11.8001 17.9999 11.8001C17.8343 11.8001 17.6999 11.6658 17.6999 11.5001C17.7 9.28741 17.2075 7.75681 16.2254 6.77468Z' fill='%23111A22'/%3E%3Cpath d='M15.1629 7.83715C14.489 7.16326 13.4538 6.80004 12 6.80005C11.8344 6.80005 11.7 6.66574 11.7 6.50005C11.7 6.33437 11.8344 6.20005 12 6.20005C13.5463 6.20004 14.7611 6.58678 15.5872 7.41288C16.4133 8.23898 16.8 9.45377 16.8 11C16.8 11.1657 16.6657 11.3 16.5 11.3C16.3344 11.3 16.2 11.1657 16.2 11C16.2 9.54626 15.8368 8.51104 15.1629 7.83715Z' fill='%23111A22'/%3E%3Cpath d='M14.1003 8.89965C13.7267 8.52598 13.1818 8.30002 12.5 8.30002C12.3343 8.30001 12.2 8.1657 12.2 8.00001C12.2 7.83433 12.3343 7.70002 12.5 7.70002C13.3181 7.70002 14.0233 7.97405 14.5246 8.47539C15.0259 8.97672 15.3 9.68184 15.3 10.5C15.3 10.6657 15.1657 10.8 15 10.8C14.8343 10.8 14.7 10.6657 14.7 10.5C14.7 9.81819 14.474 9.27332 14.1003 8.89965Z' fill='%23111A22'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.4703 3.27012C22.5101 5.12442 23 7.89344 23 11C23 14.1066 22.5101 16.8756 20.4703 18.7299C18.4945 20.5261 15.5517 21 12 21C11.1324 21 10.3011 20.9717 9.51142 20.9028L7.70711 22.7071C7.42111 22.9931 6.99099 23.0787 6.61732 22.9239C6.24364 22.7691 6 22.4045 6 22V20.1869C5.06412 19.8441 4.23523 19.3713 3.52965 18.7299C1.48993 16.8756 1 14.1066 1 11C1 7.89344 1.48993 5.12442 3.52965 3.27012C5.5055 1.47389 8.44829 1 12 1C15.5517 1 18.4945 1.47389 20.4703 3.27012ZM7 18.416C3.98677 17.4554 3 15.2145 3 11C3 5 5 3 12 3C19 3 21 5 21 11C21 17 19 19 12 19C11.3054 19 10.6601 18.9803 10.061 18.939L7 22V18.416Z' fill='%23111A22'/%3E%3C/svg%3E%0A");
}
.icon-telegram{
    mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 12C23 18.0751 18.0751 23 12 23C5.92488 23 1 18.0751 1 12C1 5.92488 5.92488 1 12 1C18.0751 1 23 5.92488 23 12ZM13.0541 8.62468C11.1644 9.44094 5.71552 11.7591 5.71552 11.7591C4.42419 12.2815 5.18005 12.7712 5.18005 12.7712C5.18005 12.7712 6.28242 13.163 7.22734 13.4568C8.17221 13.7507 8.67616 13.4242 8.67616 13.4242C8.67616 13.4242 10.8809 11.9223 13.1171 10.3225C14.6919 9.21239 14.314 10.1266 13.936 10.5184C13.1171 11.3673 11.7628 12.7059 10.6289 13.7834C10.125 14.2405 10.3769 14.6323 10.5974 14.8281C11.2386 15.3906 12.7488 16.4135 13.4345 16.8779C13.6245 17.0066 13.7512 17.0924 13.7785 17.1136C13.936 17.2443 14.8179 17.8319 15.3533 17.7013C15.8888 17.5708 15.9518 16.8198 15.9518 16.8198C15.9518 16.8198 16.3612 14.1425 16.7392 11.6938C16.8092 11.2129 16.8792 10.7422 16.9445 10.3033C17.1141 9.16249 17.2519 8.23648 17.2746 7.90638C17.3691 6.7963 16.2352 7.25337 16.2352 7.25337C16.2352 7.25337 13.7785 8.2982 13.0541 8.62468Z' fill='%23111A22'/%3E%3C/svg%3E%0A");
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23 12C23 18.0751 18.0751 23 12 23C5.92488 23 1 18.0751 1 12C1 5.92488 5.92488 1 12 1C18.0751 1 23 5.92488 23 12ZM13.0541 8.62468C11.1644 9.44094 5.71552 11.7591 5.71552 11.7591C4.42419 12.2815 5.18005 12.7712 5.18005 12.7712C5.18005 12.7712 6.28242 13.163 7.22734 13.4568C8.17221 13.7507 8.67616 13.4242 8.67616 13.4242C8.67616 13.4242 10.8809 11.9223 13.1171 10.3225C14.6919 9.21239 14.314 10.1266 13.936 10.5184C13.1171 11.3673 11.7628 12.7059 10.6289 13.7834C10.125 14.2405 10.3769 14.6323 10.5974 14.8281C11.2386 15.3906 12.7488 16.4135 13.4345 16.8779C13.6245 17.0066 13.7512 17.0924 13.7785 17.1136C13.936 17.2443 14.8179 17.8319 15.3533 17.7013C15.8888 17.5708 15.9518 16.8198 15.9518 16.8198C15.9518 16.8198 16.3612 14.1425 16.7392 11.6938C16.8092 11.2129 16.8792 10.7422 16.9445 10.3033C17.1141 9.16249 17.2519 8.23648 17.2746 7.90638C17.3691 6.7963 16.2352 7.25337 16.2352 7.25337C16.2352 7.25337 13.7785 8.2982 13.0541 8.62468Z' fill='%23111A22'/%3E%3C/svg%3E%0A");
}

/* Auth */
.auth-container{
    padding: 15px;
    max-width:400px;
}
.auth-container a{
    text-decoration: underline;
}
.auth-container a:hover{
    text-decoration: none;
}
.auth-container-large{
    max-width:500px;
}
.auth-form{
    padding: 20px 20px;
    border:1px solid #D9DEE2;
    border-radius: 8px;
}
.auth-message{
    background-color: #fff;
    padding: 20px;
    border: 2px solid #facb0c;
    border-radius: 4px;
}
.auth-message p{
    margin: 0px;
    padding: 5px 0px;
}

/* Accesss Denied */
.accesss-denied{
    max-width: 400px;
    background-color: #fff;
    padding: 15px 15px 15px 115px;
    margin:20px;
    position: relative;
    border-radius: 8px;
}
.accesss-denied:before{
    content:"";
    display:block;
    width:80px;
    height: 80px;
    position: absolute;
    top:50%;
    left: 15px;
    margin-top: -40px;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='200' height='170' viewBox='0 0 200 170' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M94.607 2.91499C96.9084 -0.96601 102.538 -0.973041 104.85 2.90221L199.155 161.03C201.514 164.987 198.654 170 194.037 170H5.96286C1.35225 170 -1.50868 165 0.837776 161.043L94.607 2.91499Z' fill='%23FACB0C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M96.6537 13.6999C98.0349 11.3751 101.408 11.3703 102.796 13.6912L188.781 157.492C190.2 159.866 188.485 162.877 185.712 162.877H14.297C11.5293 162.877 9.81293 159.874 11.2234 157.5L96.6537 13.6999Z' fill='%231A1A1A'/%3E%3Cpath d='M98.9926 23.9659C99.4527 23.19 100.578 23.1882 101.041 23.9626L178.722 154.007C179.195 154.798 178.623 155.802 177.699 155.802H22.9157C21.9936 155.802 21.4214 154.802 21.8907 154.01L98.9926 23.9659Z' fill='%23FACB0C'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M107.458 69.0895C107.458 66.7946 105.592 64.9343 103.29 64.9343C100.988 64.9343 99.1222 66.7946 99.1222 69.0895V101.143C99.1222 102.127 98.3226 102.924 97.3361 102.924C96.3496 102.924 95.55 102.127 95.55 101.143V71.4638C95.55 69.169 93.684 67.3087 91.3823 67.3087C89.0806 67.3087 87.2147 69.169 87.2147 71.4638V104.111C87.2147 105.095 86.415 105.892 85.4285 105.892C84.4421 105.892 83.6424 105.095 83.6424 104.111V85.71C83.6424 83.4152 81.7765 81.5549 79.4748 81.5549C77.173 81.5549 75.3071 83.4152 75.3071 85.71V123.996C75.3071 136.946 85.8364 147.444 98.8249 147.444C107.129 147.444 114.818 143.077 119.053 135.956L134.701 109.648C135.871 107.682 135.246 105.144 133.295 103.942C131.32 102.724 128.728 103.334 127.506 105.304L120.467 116.655C120.151 117.164 119.365 116.941 119.365 116.343V75.0254C119.365 72.7306 117.499 70.8702 115.197 70.8702C112.896 70.8702 111.03 72.7306 111.03 75.0254V101.143C111.03 102.127 110.23 102.924 109.244 102.924C108.257 102.924 107.458 102.127 107.458 101.143V69.0895Z' fill='%231A1A1A'/%3E%3C/svg%3E%0A");
}
.accesss-denied-content{
    padding: 15px 0px;
}
.accesss-denied h1{
    font-size: 1.6rem;
    font-weight: 700;
    color: #627482;
}
.accesss-denied a{
    text-decoration: underline;
}
.accesss-denied a:hover{
    text-decoration: none;
}

/* Error 404 */
.error-404{
    max-width: 400px;
    padding: 20px;
    margin:20px;
    position: relative;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    border: 2px solid #D9DEE2;
}
.error-404-content{
    padding: 15px 0px;
}
.error-404 h1{
    font-size: 1.6rem;
    font-weight: 700;
    color: #627482;
}
.error-404 a{
    text-decoration: underline;
}
.error-404 a:hover{
    text-decoration: none;
}

/* Alert */
.alert-message{
    background-color: #fcecc6;
    padding: 15px;
}
.alert-message-success{
    background-color: #ccffcc;
    color: #003300;
    font-weight: 700;
}
.alert-message-warning{
    color: #660000;
    font-weight: 700;
}
.alert-message ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.alert-message-title{
    font-weight: 700;
}

/* Mobile Menu */
.mobile-menu{
    background-color: #B4D297;
    left: -100%;
    width:100%;
}
.mobile-menu a:hover{
    color: #fff;
    text-decoration: none;
}
.mobile-menu-ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.mobile-menu-ul li{
    padding: 4px 0px;
    margin: 0px;
}
.mobile-menu-ul li a{
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    padding: 12px 12px;
    margin: 0px;
}
.mobile-menu-close{
    position: absolute;
    width: 32px;
    height: 32px;
    top: 24px;
    right: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 27L27 5' stroke='white' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M27 27L5 5' stroke='white' stroke-width='2.6' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

/* Modal */
.modal-container .uk-modal-body{
    position: relative;
    background-color: #B4D297;
    color: #fff;
}
.modal-container .uk-modal-body:before{
    position: absolute;
    display: block;
    content: "";
    left:0px;
    top: 0px;
    bottom: 0px;
    width: 30%;
    z-index: 1;
    background-position: left top;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='320' height='500' viewBox='0 0 320 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 492.866L7.21808 480.188C8.89034 477.25 10.4469 474.509 11.8996 471.95L11.9407 471.877C26.752 445.787 30.7541 438.738 36.6437 436.357C38.8242 435.475 41.2634 435.233 44.6058 434.902C45.4895 434.814 46.4366 434.72 47.4585 434.607C57.6144 433.474 70.3406 427.714 75.2237 421.987C76.6952 420.264 80.5732 417.941 83.668 416.902C92.1902 414.061 108.577 406.674 111.77 404.262C115.326 401.559 114.38 399.412 108.073 395.964C102.613 392.98 82.8227 390.639 74.9612 392.048L69.0494 393.096L67.3977 389.259C65.8372 385.553 65.9862 384.982 72.1648 373.604C79.4099 360.202 85.4839 344.691 91.7548 323.378C94.1485 315.271 96.9155 307.898 97.9268 306.943C101.161 303.861 105.201 308.025 108.305 317.63L110.03 322.974L96.9213 343.525L100.886 358.042C103.104 366.062 105.51 372.92 106.325 373.366C108.522 374.566 111.804 371.47 117.832 362.455C125.738 350.677 125.858 341.287 118.24 327.34C116.185 323.568 114.09 317.858 113.58 314.766C112.726 309.245 106.685 298.973 103.202 297.069C101.915 296.366 101.908 295.709 103.196 294.62C108.377 290.36 116.725 281.799 117.994 279.477C119.264 277.155 119.113 276.909 116.743 277.367C115.276 277.665 111.47 279.334 108.366 281.061C103.04 284.019 102.721 284.008 103.525 281.268C103.777 280.413 104.362 278.447 105.078 276.036C105.714 273.895 106.455 271.405 107.159 269.03C110.406 258.169 116.157 227.891 117.965 212.208C119.628 197.833 123.305 190.509 129.457 189.47C137.524 188.132 141.815 192.883 145.588 207.377L148.028 216.781L140.633 228.594C132.953 240.781 132.407 243.866 138.659 239.661L141.695 237.612L142.338 242.324C143.024 247.183 148.626 256.767 150.519 256.212C151.07 256.024 151.457 254.646 151.39 252.979C151.292 250.398 151.586 250.233 154.003 251.554C159.494 254.555 165.491 248.133 167.83 236.695C168.292 234.583 169.012 234.162 171.169 234.689C178.399 236.522 171.952 227.291 162.045 221.631C157.045 218.775 156.669 218.121 152.099 203.966C149.512 195.949 146.172 187.521 144.776 185.453C141.148 180.087 135.773 177.393 130.176 178.165C127.521 178.548 125.406 178.614 125.338 178.292C125.253 178.001 126.576 169.839 128.247 160.073C131.24 142.593 131.315 142.308 137.105 134.101C140.329 129.546 146.417 122.807 150.599 119.182L158.251 112.564L162.276 114.968C165.879 117.101 169.327 122.124 174.705 133.012C176.924 137.527 174.378 141.067 167.389 143.116C162.002 144.695 161.028 145.508 158.095 150.874C151.542 162.862 153.056 169.559 161.414 165.528C166.791 162.923 179.688 149.023 181.259 144.135L182.524 140.18L183.388 144.565C183.845 146.934 183.761 151.413 183.173 154.352C181.742 161.518 182.555 168.158 185.337 171.716C186.497 173.247 188.745 176.963 190.269 179.915C191.776 182.899 194.233 186.158 195.668 187.187C197.853 188.707 198.644 188.528 200.298 186.172C203.151 182.147 205.562 167.447 204.068 163.247C201.921 157.183 197.584 150.654 194.634 149.042C192.877 148.081 190.205 143.278 187.158 135.58C184.522 128.922 180.536 121.526 178.201 118.864C175.835 116.184 174.147 113.754 174.37 113.346C174.593 112.938 176.899 113.343 179.538 114.255C183.49 115.6 185.178 117.134 189.499 123.246C194.444 130.229 195.128 130.766 204.075 134.679C209.273 136.95 214.54 138.647 215.939 138.474C219.604 138.032 220.102 133.617 217.019 128.222C215.637 125.755 214.714 123.417 214.972 122.946C215.915 121.22 211.102 116.306 205.423 113.202C201.03 110.8 198.396 110.176 195.013 110.772C191.357 111.423 189.408 110.887 185.044 108.135C179.867 104.857 179.213 104.785 171.06 106.727C166.347 107.819 162.79 108.361 163.082 107.828C163.388 107.343 165.962 104.348 168.848 101.157C174.885 94.5114 178.21 88.9514 177.187 87.1694C176.811 86.5155 174.03 87.278 171.109 88.8196C166.277 91.3957 165.669 91.3894 165.4 89.1229C165.111 86.9677 166.194 86.2551 172.466 84.548C181.116 82.1437 183.139 79.3368 185.209 66.5288C186.76 56.9827 185.22 49.6602 181.062 46.5312C172.448 40.0703 159.313 38.2294 148.524 41.7878C144.15 43.2283 140.313 44.8804 139.987 45.4767C139.661 46.0729 138.599 45.778 137.593 44.8609C136.586 43.9439 135.145 43.523 134.394 43.9277C133.675 44.3495 132.034 44.1454 130.873 43.5108C129.555 42.7904 127.716 43.1712 126.263 44.4144C124.891 45.5806 122.893 46.4038 121.714 46.2486C120.567 46.1106 119.234 46.686 118.753 47.5647C118.273 48.4434 116.232 48.6728 114.126 48.0516C105.829 45.6355 97.2027 50.0093 89.4552 60.529C85.1285 66.3565 82.3084 75.616 84.1643 77.8126C84.8086 78.5723 84.7692 80.9556 84.1165 83.0443C82.6507 87.6641 86.2527 99.4153 91.1071 105.819C94.2055 109.917 95.0356 110.412 99.9951 111.329C106.085 112.416 116.752 110.422 119.655 107.647C122.143 105.258 123.469 106.186 122.59 109.659C122.194 111.277 122.76 116.804 123.848 122.045C124.936 127.286 125.442 132.25 124.962 133.129C123.95 134.98 120.765 152.437 118.076 170.776C116.99 178.131 115.287 186.167 114.231 188.769C113.224 191.357 111.422 198.157 110.318 203.83C109.197 209.535 106.726 217.559 104.864 221.636C99.5787 233.094 99.226 234.857 102.048 235.585C104.219 236.16 104.206 237.825 101.97 248.626C94.3602 285.062 91.676 295.415 88.0241 302.916C86.6744 305.683 84.0388 312.965 82.1835 319.043C80.3283 325.121 78.6709 330.166 78.4596 330.254C78.2483 330.342 77.4368 325.415 76.655 319.241C74.5275 302.63 73.0918 296.832 71.2303 297.404C68.5581 298.266 67.5323 311.401 69.0193 326.276C71.1053 347.51 70.7621 351.195 65.6287 362.002C63.1492 367.209 60.902 371.32 60.6509 371.183C60.3999 371.045 58.6268 368.772 56.6944 366.044C51.8233 359.224 43.7943 353.857 37.4817 353.178L32.4448 352.626L33.2654 348.142C33.693 345.645 33.7407 343.47 33.3328 343.247C32.9249 343.024 31.9991 341.214 31.2531 339.298C30.0575 336.117 30.6617 334.043 37.1035 318.978C44.106 302.589 44.275 301.907 44.4263 289.925C44.4985 283.158 44.9325 276.996 45.3785 276.18C45.8245 275.364 47.7487 274.827 49.5837 274.974C51.9124 275.187 54.1483 274.004 56.7796 271.204C59.728 268.047 61.5355 267.2 64.9373 267.389C71.4043 267.786 78.8784 262.537 84.598 253.64C89.1112 246.651 89.2259 246.143 87.7608 241.144C86.8334 238.069 85.1093 235.333 83.4462 234.424L80.6535 232.898L85.1855 230.199C95.3805 224.074 97.2167 211.097 89.6572 198.161C82.0208 185.142 69.8614 180.248 61.2672 186.799C57.1172 189.992 56.9088 190.001 56.9172 187.152C56.9597 178.575 43.8904 170.127 34.4839 172.647C31.6062 173.438 27.6453 175.838 25.3997 178.157C22.2886 181.388 20.6439 182.16 17.796 181.704C12.9277 180.917 8.34378 184.159 2.83054 192.231C1.93161 193.548 0.947563 194.84 0 195.973V200.434C0.809925 198.979 1.87352 197.381 3.18692 195.606C11.1172 184.9 11.8942 184.225 16.6119 184.317C21.7291 184.424 26.7567 188.722 30.671 196.323C33.5083 201.868 33.956 202.317 34.8308 200.716C35.6543 199.21 29.1495 187.625 26.7334 186.304C25.6979 185.738 24.8285 184.57 24.7637 183.719C24.6094 180.945 31.1271 176.03 36.351 174.972C40.7843 174.094 42.1168 174.415 47.1482 177.736C54.179 182.395 55.1605 185.743 51.9216 194.203C50.6483 197.502 50.0291 200.424 50.5625 200.716C51.0959 201.007 53.1184 199.097 55.1703 196.387C61.0228 188.663 65.2038 185.935 70.4804 186.496C76.1709 187.12 77.8511 187.998 83.0004 193.34C91.4658 202.084 93.8494 213.455 89.0805 222.179C86.5588 226.792 85.422 227.679 79.6152 229.355C75.9439 230.405 68.8765 231.106 63.668 230.868C58.4424 230.661 54.0812 230.885 53.7896 231.419C53.4808 231.984 53.526 232.497 53.9025 232.703C55.0949 233.355 72.1135 233.61 74.7598 233.018C76.858 232.535 78.1018 233.092 81.0702 235.938C86.8215 241.446 87.098 244.817 82.3304 252.197C76.9338 260.578 70.5509 264.874 63.9212 264.551C59.5917 264.345 58.1926 264.966 55.7036 268.252L55.6835 268.363C52.5229 272.504 48.1922 273.642 45.8602 270.9C45.1845 270.123 44.0946 269.731 43.5064 270.062C41.7245 271.085 35.7924 263.522 34.852 259.054C33.8718 254.361 34.9903 248.736 38.8698 238.955L41.4447 232.456L42.1144 236.449C42.5118 238.704 42.3206 241.738 41.6996 243.396C40.3348 247.011 43.9876 250.394 46.7298 248.061C48.018 246.972 47.7691 244.594 45.8304 239.418C44.2277 235.118 43.8111 232.078 44.7817 231.793C47.1456 231.048 50.6963 236.779 49.6319 239.621C48.9365 241.564 49.4607 242.544 51.9709 243.916C57.5563 246.969 58.7157 243.282 54.1036 237.256C51.9657 234.457 49.3626 231.689 48.2644 231.089C47.1662 230.488 46.6713 228.71 47.1211 226.918C48.0378 223.302 52.9221 219.287 54.9931 220.42C55.8089 220.865 57.616 220.467 58.9611 219.572C62.094 217.494 61.5468 213.649 57.932 212.285C55.9263 211.555 54.9268 212.191 52.9657 215.48C48.6005 222.794 42.6039 223.103 46.5837 215.823C47.9046 213.406 49.4104 211.621 49.9438 211.912C51.6069 212.821 54.2127 209.844 54.2211 206.995C54.2329 203.619 50.3018 201.714 47.0836 203.501C45.3359 204.462 45.0267 205.475 45.6124 207.833C46.0559 209.705 45.4194 212.659 43.9784 215.295L41.594 219.657L40.9556 215.681C40.5954 213.283 41.0829 210.9 42.2657 209.631C44.5485 207.17 43.0734 200.698 40.1598 200.287C36.2588 199.744 34.7404 202.746 36.5197 207.468C38.6236 212.939 38.6385 218.205 36.6177 218.323C34.3258 218.415 32.1474 213.23 33.4683 210.813C35.8356 206.483 32.1615 201.499 27.873 203.231C25.1606 204.316 25.6793 208.064 29.2819 213.253C33.5514 219.459 32.0766 236.546 27.4953 234.042C26.7109 233.613 25.0298 233.632 23.8763 234.101C20.6271 235.423 20.8562 240.521 24.2137 242.356C27.3516 244.072 29.4644 243.189 29.416 240.146C29.3935 236.832 33.6167 231.641 35.4995 232.67C37.5077 233.768 36.9611 238.197 34.878 237.833C32.5409 237.411 30.9246 241.337 32.2462 244.139C32.8842 245.506 32.895 249.14 32.2758 252.062C31.5418 255.492 31.9404 259.46 33.3641 262.969C35.5479 268.442 35.545 268.522 32.1075 269.741C26.0748 271.905 21.4977 271.033 12.4779 266.062C6.74411 262.883 2.56657 259.585 0 256.218V260.183C2.69655 262.961 6.46004 265.643 11.3398 268.293C21.2412 273.665 26.3203 274.811 31.3368 272.866C33.5124 272.017 33.8931 273.855 34.2944 286.914L34.7681 301.928L28.3761 315.634C24.884 323.14 21.7062 330.37 21.3882 331.623C20.1363 336.523 18.7174 328.084 19.2912 318.983C19.9462 308.54 17.4092 305.278 14.2628 312.525L12.3406 316.936L8.96487 310.362C5.91597 304.501 2.46041 301.008 0 301.321V309.232C0.286041 309.819 0.611085 310.402 0.97287 310.966L3.48645 314.867L0 313.571V316.766C2.87934 318.293 6.46712 320.702 7.75754 322.338C8.98044 323.903 7.75919 323.602 3.31769 321.215C2.16129 320.597 1.02238 319.912 0 319.233V326.02C3.56952 328.031 6.40866 329.784 7.60672 330.815C18.3891 340.092 15.8352 342.527 2.76462 335.423C1.92757 334.969 0.998243 334.432 0 333.829V336.398C0.670074 336.76 1.33275 337.109 1.98639 337.443L1.96924 337.475C7.9713 340.511 12.732 343.358 12.509 343.766C11.694 345.154 6.35153 345.042 0 343.789V347.116C1.90995 347.591 3.3344 347.773 4.03162 347.569C8.44811 346.274 8.09788 348.406 2.82816 355.511C1.78344 356.918 0.844189 358.284 0 359.645V365.564C0.481535 364.656 1.02069 363.664 1.62555 362.557C7.45515 351.967 17.4238 340.665 20.56 341.116C21.5788 341.265 22.6695 340.761 23.1155 339.945C23.5272 339.192 24.9063 338.682 26.0535 338.82C27.1973 338.957 28.4006 339.209 28.5943 339.312C28.5069 339.636 26.455 341.377 23.723 343.456C14.6738 350.341 5.3743 368.13 0 388.161V406.249C0.875999 404.934 1.84241 403.397 2.8295 401.733L8.42688 392.239L8.31702 402.654C8.25161 408.365 9.53495 418.319 11.1414 424.7C12.7164 431.063 13.7845 436.416 13.479 436.453C13.1736 436.489 9.29311 435.387 4.99048 434.013C3.41815 433.513 1.7459 433.092 0 432.749V434.898C7.30385 436.326 15.1304 439.973 11.4318 440.347C10.1787 440.477 5.88901 440.496 1.98758 440.401C1.35448 440.385 0.691035 440.383 0 440.396V443.047C1.03184 442.99 1.97361 442.959 2.78998 442.96L11.6719 442.964L1.73807 447.642C1.15439 447.918 0.575127 448.188 0 448.454V451.438C3.70859 449.87 6.95804 448.51 8.54767 447.86L13.5671 445.835L0 470.425V475.361L18.5058 441.646L15.3682 430.76C12.0599 419.292 10.4473 407.405 10.7626 397.062C10.8857 393.705 11.4711 390.398 12.1397 389.622L12.1225 389.653C12.7426 388.892 13.2107 391.838 13.1324 396.156C13.0226 400.457 13.3622 406.472 13.8161 409.369C14.267 412.346 15.0894 417.85 15.5993 421.838C16.3217 427.45 17.1848 429.226 19.5357 430.144C21.918 431.08 23.4455 430.447 27.1248 426.997L31.7326 422.668L30.7447 429.098C29.8601 434.891 27.4609 439.653 5.98181 477.678C3.84371 481.464 1.85391 484.974 0 488.229V492.866ZM2.43695 305.082C1.58974 304.619 1.00149 304.95 1.04916 305.832C1.15287 307.804 7.35477 316.737 8.39111 316.407C9.50737 316.08 4.22552 306.06 2.43695 305.082ZM7.50473 327.05C7.62145 327.358 9.07278 328.804 10.6383 330.19C12.7628 332.044 13.2536 332.19 12.493 330.673C11.5672 328.863 6.92112 325.508 7.50473 327.05ZM16.5972 318.692C17.3936 312.687 16.5384 311.568 15.1777 316.816C14.7279 318.608 14.7057 320.96 15.127 322.127C15.7248 323.718 16.0737 322.93 16.6286 318.709L16.5972 318.692ZM16.5037 329.972C16.428 328.545 14.5516 326.908 14.0541 327.818C13.934 328.037 14.444 328.968 15.1966 329.828C15.9493 330.688 16.5543 330.774 16.4865 330.003L16.5037 329.972ZM35.9637 221.756C34.0617 222.999 33.7839 224.029 34.5775 226.827C35.4451 229.787 36.1124 230.356 39.1604 230.595C43.3413 230.924 45.4651 227.561 43.5138 223.601C41.8446 220.243 39.2594 219.604 35.9637 221.756ZM51.1326 207.427C51.7158 206.36 51.5083 205.472 50.6808 205.345C49.9331 205.222 48.9595 205.586 48.6508 206.151C48.342 206.716 48.5466 207.684 49.1026 208.233C49.6728 208.83 50.5493 208.493 51.1326 207.427ZM26.9258 238.662C26.4573 236.164 23.7323 235.409 23.8528 237.798C23.8892 238.551 24.7129 239.654 25.6543 240.168C27.0349 240.923 27.2864 240.612 26.9258 238.662ZM30.605 205.539C29.9775 205.196 29.3152 205.364 28.9549 206.023C28.2687 207.278 29.6619 209.874 30.8752 209.518C32.0885 209.163 31.8602 206.225 30.605 205.539ZM39.4322 203.109C37.7377 202.183 37.6863 202.277 38.4656 205.027C38.9179 206.66 39.773 207.779 40.404 207.594C42.0541 207.11 41.4404 204.207 39.4322 203.109ZM55.7606 214.766C55.0058 216.147 55.7919 217.84 57.1391 217.761C58.6461 217.688 58.8168 215.214 57.3421 214.408C56.7145 214.065 56.0693 214.201 55.7606 214.766ZM51.8853 241.016C52.0417 241.55 53.0429 242.179 53.9362 242.259C54.9721 242.377 54.8441 241.94 53.6232 241.191C52.4965 240.494 51.7317 240.402 51.9024 240.984L51.8853 241.016ZM43.8593 244.291C43.5505 244.856 43.8237 245.698 44.4827 246.059C45.1416 246.419 45.6529 246.005 45.6165 245.252C45.5831 244.418 45.3069 243.656 44.9932 243.485C44.6794 243.313 44.2024 243.664 43.8593 244.291ZM33.861 319.244C41.3154 301.879 42.1631 298.837 41.437 291.144C41.1939 288.607 41.4982 283.801 42.0866 280.413C42.6749 277.026 42.447 273.64 41.5345 272.775C38.8113 270.226 37.3193 269.451 36.8562 270.299C36.5989 270.77 36.4773 278.447 36.6143 287.367L36.8185 303.619L30.4412 316.926C23.5434 331.334 22.1144 336.259 24.9373 336.09C26.236 336.026 28.3347 332.037 33.8468 319.195L33.861 319.244ZM28.595 339.309C28.6003 339.287 28.5961 339.272 28.5818 339.264L28.595 339.309ZM27.7814 355.416C27.4053 354.762 27.8718 353.387 28.7061 352.457C30.9203 350.121 31.643 343.506 29.6883 343.13C28.798 342.969 25.9307 344.785 23.1827 347.277C16.347 353.445 9.02747 367.133 4.69516 381.843C0.677917 395.38 0.116753 400.209 3.18991 394.96C4.24763 393.174 7.37095 389.175 10.2566 385.984C15.9451 379.678 28.8185 357.246 27.7814 355.416ZM134.499 89.0648C134.509 93.5945 135.204 98.6613 135.979 100.226C137.619 103.487 144.131 107.454 147.451 107.272C151.124 107.038 163.224 93.4766 162.891 89.9114C162.552 86.0579 151.343 78.3817 141.939 75.6049C134.751 73.4694 132.907 74.0101 133.816 78.0126C134.16 79.5456 134.455 84.5978 134.514 89.1133L134.499 89.0648ZM131.641 122.922C133.007 124.973 133.552 124.945 135.62 122.652C136.065 122.161 136.702 121.459 137.446 120.64C138.933 119.001 140.846 116.895 142.492 115.077L146.977 110.151L142.167 108.215C139.502 107.125 136.658 106.141 135.753 105.932C131.687 105.095 128.535 118.167 131.641 122.922ZM93.9642 105.587C99.1416 111.474 113.505 109.503 122.466 101.684C127.41 97.3359 129.035 94.0664 129.895 86.7517L130.361 82.7676L126.892 87.026C124.984 89.3248 120.633 93.1828 117.349 95.4634C110.403 100.267 102.229 103.217 96.0387 103.134L91.8318 103.076L94.0128 105.573L93.9642 105.587ZM136.63 66.7521C135.114 64.0079 131.514 62.2437 128.346 62.672C126.624 62.9131 125.122 64.1705 124.415 65.9852C123.477 68.4476 123.927 69.2643 127.065 70.9796C130.203 72.6948 131.501 72.6303 134.286 70.8916C137.316 69.0019 137.59 68.4998 136.63 66.7521ZM144.199 58.0504C144.826 58.3935 145.554 58.18 145.897 57.5524C146.24 56.9248 146.027 56.1967 145.4 55.8537C144.772 55.5106 144.044 55.7241 143.701 56.3517C143.358 56.9793 143.571 57.7074 144.199 58.0504ZM140.262 58.9147C141.048 54.9423 140.18 55.0386 137.933 59.1496C136.492 61.7856 136.463 62.5848 137.87 62.1722C138.889 61.8733 139.984 60.3929 140.262 58.9147ZM141.22 50.6753C140.593 50.3323 139.785 50.5428 139.459 51.139C139.133 51.7353 139.047 52.3403 139.329 52.4947C139.612 52.6491 140.34 52.4356 141.091 52.031C141.793 51.6405 141.848 51.0184 141.22 50.6753ZM87.4926 92.2265C89.5977 99.4096 89.9797 99.9037 93.638 100.518C103.629 102.148 121.276 92.2301 127.023 81.7172C129.785 76.6647 129.826 75.994 127.566 74.759C125.778 73.7813 122.278 74.5175 115.468 77.3573C108.122 80.4335 103.754 81.266 96.7249 80.9289C85.6687 80.4283 84.4972 81.8259 87.5411 92.2123L87.4926 92.2265ZM123.362 48.0054C123.08 47.851 122.352 48.0645 121.601 48.4691C120.898 48.8595 120.843 49.4817 121.471 49.8248C122.099 50.1678 122.906 49.9573 123.232 49.3611C123.558 48.7648 123.645 48.1598 123.362 48.0054ZM105.642 50.302C96.6156 52.0524 82.1599 72.6817 87.0679 76.7504C90.4388 79.5305 104.076 79.0371 112.467 75.8391C120.581 72.775 120.896 72.4984 121.199 68.5883C121.589 63.6251 118.557 59.0329 115.285 59.6494C112.788 60.1182 110.693 56.5686 112.014 54.1522C113.678 51.1081 117.08 51.7447 118.706 55.4053C121.588 61.9126 124.851 64.1446 123.187 58.4661C121.423 52.4478 113.586 48.8161 105.625 50.3334L105.642 50.302ZM129.534 46.8548C129.461 45.3477 129.193 45.2418 128.182 46.1971C127.536 46.7817 127.081 47.8374 127.223 48.3227C127.721 50.0214 129.637 48.8272 129.534 46.8548ZM125.08 51.7973C124.448 52.4304 124.386 54.5568 124.955 56.4982C126.434 61.5457 127.931 60.4481 126.994 55.0043C126.518 52.2981 125.811 51.0559 125.065 51.7488L125.08 51.7973ZM136.217 47.8995C136.088 45.7502 134.173 45.152 133.195 46.9407C132.732 47.788 132.668 49.0981 133.044 49.752C133.916 51.2884 136.352 49.889 136.248 47.9167L136.217 47.8995ZM135.088 52.9477C134.166 53.218 132.368 52.9282 131.301 52.345C129.45 51.333 129.329 51.5527 129.589 54.9552C130.02 60.2045 133.575 61.903 135.754 57.9175C137.761 54.2458 137.497 52.2676 135.056 52.9305L135.088 52.9477ZM183.33 59.3059C183.807 49.7846 179.424 45.7991 165.074 42.6013C160.677 41.6242 142.961 44.6572 141.964 46.5573C141.483 47.436 145.551 53.0424 147.465 54.0887C148.218 54.5004 148.83 56.1392 148.865 57.789C148.886 60.2865 148.272 60.8882 144.62 61.8269C139.71 63.0557 138.727 64.1081 139.886 66.9833C140.518 68.5109 142.299 68.384 147.399 66.3619C156.281 62.8617 168.216 63.3944 176.03 67.6654C182.682 71.3017 182.765 71.2248 183.375 59.3716L183.33 59.3059ZM179.45 77.8095C182.161 72.8511 173.784 66.927 163.57 66.6014C157 66.393 149.672 67.6454 145.403 69.7139L141.574 71.5744L151.416 76.8319C156.816 79.7022 162.045 82.4382 163.006 82.8415C166.187 84.2543 177.858 80.6481 179.419 77.7923L179.45 77.8095ZM210.292 134.042C213.125 135.346 215.873 135.911 216.487 135.309C217.101 134.707 216.228 131.906 214.523 129.059C211.825 124.527 210.861 123.756 206.986 122.942L202.555 122.027L203.866 126.861C205.009 131.032 205.901 132.009 210.243 134.056L210.292 134.042ZM196.167 184.484C197.413 185.858 197.998 185.607 199.225 183.14C200.055 181.473 201.094 178.006 201.49 175.492C202.093 171.705 201.407 169.904 197.53 165.216C194.987 162.114 192.361 159.538 191.816 159.566C191.239 159.577 190.452 162.285 190.009 165.629C189.287 171.349 192.093 179.934 196.15 184.516L196.167 184.484ZM184.202 137.633C186.746 145.952 187.153 149.68 186.024 154.28C185.216 157.548 185.043 162.263 185.62 164.861L186.68 169.557L187.628 163.798C188.159 160.664 188.781 157.662 189.038 157.191C190.033 155.371 193.636 157.056 197.189 160.995C201.973 166.259 202.241 166.365 201.351 162.699C200.544 159.405 195.912 153.042 191.663 149.333C190.22 148.096 187.425 142.696 185.37 137.211C183.314 131.727 181.495 127.227 181.275 127.107C181.056 126.987 182.324 131.674 184.122 137.63L184.202 137.633ZM163.965 157.507C163.764 155.563 164.658 152.138 165.979 149.722C167.986 146.05 167.975 145.474 165.863 145.909C164.395 146.207 162.35 148.309 160.857 151.039C157.581 157.033 155.688 163.253 156.943 163.94C157.477 164.231 159.338 163.659 161.1 162.747C163.99 161.188 164.264 160.686 163.948 157.538L163.965 157.507ZM163.089 111.989C165.617 112.882 167.588 114.57 169.064 117.089C169.739 118.282 170.766 120.053 171.833 121.892L171.835 121.895C172.667 123.33 173.524 124.806 174.255 126.082C178.47 133.358 178.367 139.66 173.968 143.532C169.948 147.082 165.317 155.107 166.309 156.872C167.933 159.716 178.746 145.452 180.52 138.106C181.125 135.584 176.203 121.4 174.352 120.388C174.133 120.267 172.522 118.368 170.714 116.157L167.516 112.167L171.436 110.886C174.108 110.024 177.264 110.363 181.413 112.019C186.728 114.15 188 115.253 191.644 121.036C195.668 127.393 200.271 131.499 201.283 129.647C201.557 129.145 201.194 126.827 200.474 124.64C198.878 119.732 200.988 118.481 207.362 120.539C213.246 122.451 211.619 119.238 204.796 115.467C201.218 113.512 198.296 112.893 194.805 113.389C190.704 113.96 188.96 113.496 184.651 110.569C179.653 107.186 179.16 107.119 171.438 109.094C166.996 110.211 162.517 111.024 161.37 110.886C160.254 110.765 161.052 111.242 163.107 111.958L163.089 111.989ZM123.697 171.974C125.874 155.393 130.296 136.045 132.043 135.533C133.014 135.248 135.023 132.841 136.446 130.236C137.87 127.631 140.882 124.06 143.09 122.333C149.993 116.936 166.834 100.219 170.729 94.8075L174.504 89.616L167.665 94.1512C163.729 96.728 155.339 104.696 147.951 112.844L147.471 113.371C136.744 125.17 133.154 129.118 131.333 128.424C130.417 128.075 129.948 126.552 129.244 124.263L129.183 124.065C126.838 116.425 127.07 113.168 130.518 106.86C132.645 102.969 133.198 100.541 132.475 98.4335C131.491 95.6126 131.296 95.6696 128.542 99.2179C124.83 103.995 124.14 111.444 126.442 121.996C127.565 127.174 127.557 132.184 126.419 137.023C124.903 143.45 121.283 165.356 119.636 177.987C119.127 181.826 119.377 182.411 120.863 181.185C121.951 180.313 123.148 176.483 123.711 172.023L123.697 171.974ZM155.509 249.32C158.145 250.761 160.244 249.381 162.974 244.312C165.996 238.709 165.524 234.13 161.685 231.013L161.17 230.597C157.791 227.875 156.194 226.589 155.224 226.956C154.354 227.286 153.989 228.945 153.296 232.092L153.176 232.638C150.716 243.847 151.119 246.839 155.509 249.32ZM145.229 242.926C147.01 251.074 148.298 250.881 148.831 242.45C149.089 238.474 150.073 233.021 151 230.43C152.371 226.655 152.266 226.027 150.632 227.375C149.527 228.279 147.509 230.926 146.26 233.137C144.565 236.164 144.28 238.698 145.243 242.975L145.229 242.926ZM97.762 288.308C104.922 271.557 113.431 234.145 115.647 209.515C117.066 193.498 123.788 184.781 133.373 186.556C140.478 187.872 144.01 192.371 147.68 204.893L151.165 216.784L145.562 225.541C140.197 233.94 140.126 234.145 143.885 230.698C146.053 228.744 148.593 225.812 149.516 224.198C151.515 220.766 154.052 220.971 158.052 224.91C162.053 228.85 167.923 231.977 169.574 231.045C170.294 230.623 170.44 230.133 169.923 229.81C169.421 229.535 165.662 226.869 161.435 223.865L153.792 218.464L149.911 205.583C144.016 186.097 139.099 179.66 130.776 180.571C125.746 181.124 119.155 185.428 116.87 189.682C115.772 191.69 113.954 198.073 112.85 203.747C111.745 209.42 109.009 218.154 106.812 223.067C103.466 230.531 103.173 231.961 105.011 231.58C106.236 231.353 107.363 231.602 107.52 232.136C107.889 233.398 97.6169 281.788 95.7964 287.355C93.5981 294.061 95.0302 294.722 97.7933 288.325L97.762 288.308ZM104.69 361.222L107.7 371.223L110.06 368.397C111.349 366.86 114.278 362.918 116.49 359.766C120.374 354.226 120.472 353.749 118.609 350C115.048 342.796 111.434 340.983 107.09 344.233C101.989 348.048 101.612 350.899 104.69 361.222ZM100.587 345.244C100.631 347.55 100.711 347.553 101.771 345.687C103.567 342.552 109.483 339.183 112.217 339.699C113.615 339.975 116.028 341.823 117.759 343.951C119.458 346.062 121.043 347.336 121.335 346.803C122.398 344.857 119.673 335.379 116.155 328.768L115.514 327.56C115.247 327.057 114.989 326.571 114.745 326.111C113.482 323.732 112.581 322.035 112.594 322.012C112.611 321.981 109.878 326.682 106.596 332.388C103.314 338.093 100.571 343.931 100.587 345.244ZM46.4284 404.656C49.4015 402.572 50.5073 401.22 49.8488 400.412C47.7193 397.822 46.121 397.763 44.783 400.211C44.0282 401.592 41.4241 405.834 39.0459 409.588C35.0385 415.875 34.9983 416.098 38.3785 412.076C40.4357 409.655 43.9808 406.375 46.4598 404.673L46.4284 404.656ZM30.7032 397.935L28.2278 389.938L23.3396 397.986C20.0351 403.435 18.2271 407.786 17.7898 411.419C17.4103 414.35 17.3692 418.526 17.7097 420.587L18.2912 424.369L22.9504 419.946C32.3517 411.023 33.6195 407.437 30.7203 397.904L30.7032 397.935ZM20.3713 427.87C22.254 428.899 23.8794 427.342 29.3613 419.252L33.6085 412.974L29.0204 417.639C26.4778 420.203 23.1612 423.363 21.6244 424.683C19.3622 426.585 19.1304 427.233 20.3855 427.919L20.3713 427.87ZM34.4713 409.084C32.8412 412.514 39.6305 404.12 42.2836 399.415C43.979 396.388 44.2146 394.764 43.0741 393.57C37.7909 387.952 31.4421 377.348 29.7725 371.381L27.8498 364.461L23.0645 372.32C20.4575 376.642 17.6433 382.685 16.8755 385.73C16.1248 388.743 15.5343 394.371 15.6422 397.976L15.8299 404.641L20.718 396.594C23.3766 392.178 26.2543 388.33 27.0622 388.119C30.8963 386.995 36.8821 404.003 34.4541 409.116L34.4713 409.084ZM30.1243 358.735C28.8377 361.088 33.9855 376.945 37.8588 382.608C43.8155 391.245 61.6838 410.224 67.8816 414.468L73.1582 418.086L69.4803 414.078C64.0774 408.231 59.8226 401.625 56.2883 393.702C51.8683 383.745 46.5052 375.066 39.5352 366.569C32.9785 358.583 31.1163 356.994 30.1385 358.783L30.1243 358.735ZM107.975 284.312C105.336 286.008 101.854 288.873 100.286 290.625C96.1113 295.353 100.596 293.933 105.516 288.959C112.529 281.87 112.941 281.117 107.992 284.281L107.975 284.312ZM72.9653 366.176C81.041 349.762 83.064 344.346 90.5575 318.933C94.5747 305.396 94.6806 305.128 97.9867 304C102.266 302.509 104.979 304.032 108.367 309.838L111.031 314.433L110.218 310.85C109.19 306.171 101.261 297.19 97.7425 296.693C95.6251 296.392 94.3712 297.418 91.8014 301.598C89.9663 304.507 86.8478 312.299 84.8264 318.98C79.2234 337.356 74.7336 343.706 75.0753 332.643C75.231 327.959 72.4125 305.754 71.5966 305.308C70.2788 304.587 70.0647 313.478 71.1259 322.944C71.8195 328.907 72.433 337.924 72.5936 343.147C72.8306 351.958 72.4611 353.305 67.2879 363.887C62.1148 374.469 61.8227 375.451 63.3292 378.883L64.9382 382.575L72.9967 366.193L72.9653 366.176ZM52.788 365.213C48.4206 359.932 38.2143 354.149 34.9626 355.102C33.7492 355.458 34.6295 357.203 37.9254 360.716C44.9934 368.289 52.5257 379.784 57.5983 390.709C61.9874 400.2 66.7266 407.56 71.3287 412.113L73.6298 414.39L72.5011 409.819C70.2496 400.518 56.7704 370.08 52.7708 365.245L52.788 365.213ZM105.943 397.327C104.123 396.332 97.1602 395.053 90.3481 394.468C83.5674 393.899 76.3979 393.893 74.2968 394.457L70.5313 395.455L74.0731 404.483L85.3235 401.87C91.5696 400.434 99.3909 399.248 102.93 399.185C109.126 399.108 109.192 399.062 105.96 397.295L105.943 397.327ZM81.0071 414.836C84.6898 413.914 104.38 405.48 108.223 403.22C110.448 401.909 109.766 401.74 102.371 401.773C98.8177 401.788 91.1704 403.028 85.3239 404.479L74.6956 407.147L76.9362 415.871L81.0557 414.822L81.0071 414.836ZM39.3461 432.822C41.841 432.433 46.9076 431.738 50.7183 431.253C56.5869 430.507 70.4724 424.117 71.8962 421.513C72.2908 420.791 65.5002 415.693 61.7088 413.906C60.7959 413.488 55.6873 416.198 50.2696 419.921C44.8518 423.644 39.1935 428.255 37.6534 430.103L34.856 433.506L39.3461 432.822ZM38.5823 425.72C41.9387 422.785 47.7824 418.358 51.7006 415.812C55.6017 413.298 58.709 411.043 58.6065 410.784C58.4158 410.312 53.2326 404.585 52.5623 404.096C52.2515 403.845 50.2754 404.925 48.1219 406.479C43.2552 410.014 36.0303 420.249 34.0294 426.369L32.5152 431.003L38.5509 425.702L38.5823 425.72Z' fill='white'/%3E%3Cpath d='M0 243.95L3.8681 244.237C10.9856 244.785 19.9784 242.201 19.8153 239.667C19.779 238.913 17.2699 239.253 14.3633 240.395C10.7591 241.826 5.26061 242.022 0 241.193V243.95Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 213.999C1.26305 215.185 2.70424 216.251 4.23947 217.09C8.56969 219.457 18.3837 220.665 21.0308 219.177C21.799 218.741 24.0817 219.337 26.184 220.486C28.2864 221.635 30.2381 222.091 30.5812 221.463C30.9243 220.835 29.5499 219.473 27.4476 218.323C25.0315 217.003 23.8199 215.566 24.0295 214.213C24.2191 212.972 23.2099 211.687 21.6151 211.1C19.578 210.353 18.3416 210.9 16.7697 213.179C13.9802 217.239 10.6177 217.724 5.25198 214.791C2.93706 213.525 1.1903 212.295 0 210.993V213.999ZM18.7666 214.149C18.252 215.09 18.311 216.101 18.9386 216.444C19.5661 216.787 20.4313 216.322 20.9631 215.349C21.4949 214.377 21.4188 213.398 20.7912 213.054C20.1637 212.711 19.2984 213.176 18.7666 214.149Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M57.5197 222.657C56.6795 223.746 53.9583 225.071 51.6689 225.531L51.6861 225.5C47.1073 226.421 48.1703 227.98 53.3562 227.962C55.1314 227.995 57.4827 228.465 58.755 229.12C61.0486 230.292 63.6735 228.099 64.1364 224.643C64.5331 221.681 59.4514 220.167 57.5197 222.657ZM61.4357 225.409C61.0926 226.036 60.3646 226.25 59.737 225.907C59.1095 225.564 58.8961 224.836 59.2392 224.208C59.5823 223.58 60.3103 223.367 60.9378 223.71C61.5654 224.053 61.7788 224.781 61.4357 225.409Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.3144 228.488C28.2578 227.652 30.451 226.324 30.4033 225.442L30.3861 225.473C30.3242 224.542 28.6089 224.624 26.2504 225.658C22.8355 227.133 21.7682 226.998 19.1789 224.727C16.7151 222.524 15.7307 222.312 13.763 223.601C10.9585 225.45 10.2877 228.467 12.2206 230.746C14.1819 233.123 18.1486 233.62 19.2294 231.643C19.744 230.701 22.4196 229.311 25.3144 228.488ZM14.8286 225.528C15.4825 225.152 16.3473 225.135 16.9749 225.479C18.23 226.165 17.7981 230.086 16.422 230.516C14.9974 230.96 13.4721 226.295 14.8286 225.528Z' fill='white'/%3E%3C/svg%3E%0A");
}
.modal-container .uk-modal-body:after{
    position: absolute;
    display: block;
    content: "";
    right:0px;
    top: 0px;
    bottom: 0px;
    width: 25%;
    z-index: 1;
    background-position: right bottom;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='320' height='500' viewBox='0 0 320 500' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M238.684 194.326C237.555 195.045 236.186 194.885 235.596 193.956C235.006 193.037 235.316 191.988 236.335 191.368C237.505 190.678 238.834 190.898 239.393 191.878C239.893 192.747 239.593 193.736 238.684 194.326Z' fill='white'/%3E%3Cpath d='M201.242 247.586C200.532 246.476 200.622 245.297 201.482 244.708C202.341 244.108 203.59 244.448 204.28 245.467C204.979 246.506 204.849 247.736 203.98 248.345C203.07 248.975 201.951 248.665 201.242 247.586Z' fill='white'/%3E%3Cpath d='M145.084 230.878C143.675 231.708 142.076 231.528 141.477 230.459C140.987 229.569 141.357 228.44 142.336 227.89C143.555 227.201 145.234 227.391 145.834 228.31C146.393 229.15 146.053 230.289 145.084 230.878Z' fill='white'/%3E%3Cpath d='M203.18 170.104C204.06 171.353 203.11 174.051 201.642 174.521C200.692 174.81 199.703 174.251 199.543 173.222C199.353 171.973 199.693 170.803 200.572 169.894C201.382 169.065 202.551 169.205 203.18 170.114V170.104Z' fill='white'/%3E%3Cpath d='M138.889 220.626C139.408 221.365 139.269 222.395 138.549 222.994C137.58 223.804 135.262 223.624 134.412 222.674C133.773 221.955 133.793 220.936 134.422 220.286C135.341 219.337 138.109 219.557 138.889 220.626Z' fill='white'/%3E%3Cpath d='M220.467 242.38C221.237 243.609 221.177 244.558 220.367 245.207C219.498 245.927 218.489 245.767 217.52 244.728C217.22 244.378 216.92 243.998 216.7 243.579C216.211 242.609 216.45 241.54 217.21 241.031C217.909 240.571 218.869 240.691 219.618 241.4C219.871 241.638 220.084 241.914 220.268 242.151C220.331 242.233 220.391 242.31 220.447 242.38H220.467Z' fill='white'/%3E%3Cpath d='M169.076 265.642C168.207 266.232 166.978 265.922 166.488 264.983C165.978 264.023 166.348 261.925 167.138 261.215C167.977 260.466 169.156 260.546 169.806 261.395C170.535 262.345 170.065 264.983 169.076 265.642Z' fill='white'/%3E%3Cpath d='M231.279 219.277C230.46 219.517 229.541 219.757 228.591 219.687C227.792 219.617 227.192 219.197 226.992 218.368C226.793 217.528 227.122 216.849 227.792 216.439C228.791 215.82 229.92 215.59 231.099 215.899C231.879 216.099 232.388 216.609 232.458 217.478C232.518 218.308 232.099 218.877 231.279 219.297V219.277Z' fill='white'/%3E%3Cpath d='M227.862 236.344C228.451 237.253 228.401 238.253 227.822 238.842C227.242 239.442 226.273 239.542 225.414 239.012C224.654 238.542 224.025 237.933 223.575 237.173C223.095 236.404 223.145 235.625 223.765 234.945C224.404 234.256 225.194 234.296 225.973 234.685C226.664 235.031 227.176 235.592 227.644 236.106L227.646 236.108C227.719 236.188 227.79 236.267 227.862 236.344Z' fill='white'/%3E%3Cpath d='M167.597 173.661C168.067 174.461 168.157 175.24 167.527 175.95C166.918 176.639 166.138 176.819 165.329 176.399C164.42 175.93 163.65 175.24 163.051 174.441C162.501 173.721 162.511 172.912 163.101 172.192C163.7 171.453 164.51 171.413 165.299 171.773C166.226 172.197 166.91 172.932 167.562 173.634L167.587 173.661H167.597Z' fill='white'/%3E%3Cpath d='M160.483 264.483C159.693 264.993 159.014 265.132 158.304 264.653C157.655 264.213 157.545 263.544 157.705 262.874C157.984 261.745 158.534 260.736 159.383 259.946C159.993 259.407 160.732 259.297 161.432 259.707C162.221 260.166 162.521 260.916 162.251 261.785C161.911 262.874 161.242 263.803 160.473 264.493L160.483 264.483Z' fill='white'/%3E%3Cpath d='M193.118 266.721C193.16 266.816 193.206 266.919 193.256 267.029C193.469 267.499 193.741 268.098 193.927 268.73C194.177 269.579 193.907 270.349 193.108 270.808C192.279 271.288 191.529 271.048 190.89 270.438C190.24 269.809 189.95 268.96 189.671 268.13C189.251 266.851 189.521 265.922 190.39 265.492C191.269 265.052 192.259 265.452 193.118 266.721Z' fill='white'/%3E%3Cpath d='M219.148 201.49C218.309 201.95 217.44 202.32 216.49 202.42C215.641 202.51 214.842 202.3 214.492 201.42C214.152 200.561 214.522 199.822 215.191 199.282C216.101 198.583 217.2 198.183 218.289 197.883C219.248 197.643 220.158 198.143 220.477 198.912C220.807 199.702 220.507 200.541 219.648 201.171C219.468 201.281 219.308 201.38 219.138 201.5L219.148 201.49Z' fill='white'/%3E%3Cpath d='M170.945 173.551C170.863 173.38 170.776 173.204 170.686 173.025C170.437 172.524 170.174 171.995 169.975 171.443C169.626 170.514 169.865 169.704 170.715 169.145C171.494 168.645 172.563 168.865 173.173 169.804C173.783 170.684 174.262 171.673 174.692 172.662C175.151 173.771 174.742 174.85 173.852 175.25C172.983 175.63 172.134 175.3 171.434 174.331C171.362 174.218 171.288 174.1 171.206 173.97C171.173 173.919 171.14 173.867 171.105 173.812C171.055 173.733 171.002 173.65 170.945 173.561V173.551Z' fill='white'/%3E%3Cpath d='M223.115 195.495C222.839 195.652 222.593 195.807 222.364 195.951C221.849 196.276 221.416 196.549 220.897 196.674C220.098 196.874 219.378 196.704 218.929 196.024C218.419 195.285 218.439 194.416 219.098 193.806C220.168 192.797 221.367 191.868 222.776 191.378C223.615 191.078 224.384 191.288 224.904 192.077C225.414 192.877 225.214 193.656 224.614 194.286C224.252 194.67 223.821 194.986 223.478 195.237C223.41 195.287 223.345 195.335 223.285 195.38C223.231 195.42 223.181 195.458 223.135 195.495H223.115Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M317.894 107.441L320 106.893V110.552L318.783 110.869C300.407 116.125 278.784 125.557 266.203 140.696C258.599 149.839 251.974 156.394 242.691 163.739C242.177 164.145 242.19 164.176 242.389 164.642C242.635 165.219 243.164 166.461 243.33 169.904C249.615 161.251 256.32 153.796 265.813 150.029C258.029 156.334 251.004 163.729 245.279 172.482C248.896 173.262 249.286 173.711 249.416 177.069C250.121 176.695 250.916 175.792 252.043 174.513C255.703 170.356 262.862 162.227 281.811 155.365L308.681 148.031C310.246 146.716 311.536 145.655 312.64 144.746C315.96 142.014 317.604 140.662 320 137.949V143.08C319.908 143.169 319.815 143.257 319.723 143.344C318.314 144.673 316.805 145.952 315.276 147.211C316.848 146.905 318.423 146.607 320 146.316V149.921C306.275 152.458 292.231 155.661 281.591 159.322C269.491 163.499 259.348 170.494 250.695 179.827C250.616 179.911 250.538 179.994 250.458 180.079C249.718 180.866 248.954 181.677 248.566 182.814C253.163 183.764 253.702 185.113 254.352 188.68C258.049 184.533 261.576 180.666 266.533 178.488C266.194 178.838 265.856 179.187 265.517 179.536C261.206 183.985 256.902 188.424 253.373 193.946C253.523 193.869 254.146 193.455 255.081 192.833C259.625 189.812 271.533 181.894 272.378 183.973L252.483 199.102L252.534 199.125C255.713 200.535 258.678 201.851 258.549 205.737L258.559 205.697C278.893 192.707 290.525 185.612 317.045 186.252C317.952 186.274 318.943 186.089 320 185.725V189.905C296.954 188.46 276.952 194.354 255.851 211.453C258.35 213.315 259.099 214.477 259.471 215.054C259.627 215.295 259.717 215.434 259.841 215.48C260.01 215.542 260.244 215.431 260.796 215.166C262.197 214.496 265.649 212.844 275.306 210.564C278.274 209.864 297.419 207.316 298.039 208.575L280.272 211.763C275.151 213.072 270.204 214.916 265.261 216.759L265.26 216.76C264.166 217.168 263.072 217.576 261.976 217.978C260.178 218.637 259.218 219.617 258.938 221.545C263.065 221.007 267.087 220.748 271.026 220.495C279.371 219.958 287.341 219.445 295.141 216.349C295.197 216.326 295.255 216.3 295.316 216.273L295.317 216.272C295.731 216.086 296.255 215.85 296.97 216.259C280.563 222.98 274.784 223.337 269.137 223.686C265.724 223.897 262.361 224.105 256.73 225.712C256.619 225.743 256.496 225.749 256.372 225.756C256.048 225.773 255.718 225.791 255.581 226.232C257.04 226.639 258.401 227.032 259.688 227.403L259.691 227.404C269.068 230.108 274.509 231.677 285.149 229.639L272.168 232.277C267.169 232.215 261.731 231.139 258.102 230.421C255.943 229.994 254.425 229.693 254.022 229.809C253.673 232.71 251.318 233.312 248.867 233.939L248.646 233.996L248.724 234.071C250.778 236.035 252.648 237.824 251.373 240.928L251.334 240.931L251.364 240.951L251.373 240.928C259.63 240.435 263.687 241.496 267.345 242.453C272.934 243.914 277.593 245.132 294.871 240.201L307.072 234.645C311.848 231.654 316.094 228.923 320 226.205V230.464C318.81 231.279 317.593 232.095 316.345 232.917C317.488 233.037 318.702 233.218 320 233.469V237.086C310.749 235.16 306.353 236.977 300.512 239.391C296.73 240.955 292.342 242.768 285.638 243.978L278.863 245.237L278.833 245.537C292.733 250.733 299.598 254.011 311.989 262.654C313.4 263.638 316.331 263.559 320 262.827V266.455C319.646 266.516 319.293 266.572 318.943 266.621C319.296 266.901 319.649 267.183 320 267.467V272.056C305.267 259.701 284.373 246.943 259.528 243.679C255.811 243.189 252.114 243.229 248.266 243.818C248.886 245.497 249.266 247.126 248.666 248.875L248.696 248.865C249.268 249.099 250.159 249.452 251.294 249.901L251.297 249.902C260.22 253.434 284.134 262.899 285.189 267.331C276.096 261.485 256.081 253.571 245.668 250.853C246.404 252.696 260.262 262.116 265.922 265.964C266.798 266.559 267.477 267.021 267.882 267.301C272.335 270.378 276.56 272.345 279.446 273.688C281.799 274.784 283.262 275.465 283.23 275.994C271.399 272.457 252.663 260.566 243.05 252.662C242.758 253.12 242.827 253.658 242.903 254.249C243.032 255.257 243.182 256.422 241.601 257.618C239.653 259.107 248.067 271.448 250.345 273.996C266.373 291.922 294.082 300.026 317.345 300.076L320 299.877V303.424L317.474 303.613H317.345C308.791 303.603 299.738 302.534 290.864 300.366C298.229 305.902 303.165 310.139 308.801 320.101C311.012 324.008 317.19 336.158 320 343.851V353.66L298.519 347.351C295.191 346.371 291.864 345.532 288.566 344.772C291.43 348.017 294.523 352.434 296.319 354.997C296.735 355.592 297.082 356.086 297.34 356.444C301.869 362.715 306.33 369.036 310.791 375.357L310.794 375.362C313.525 379.232 316.256 383.102 319.003 386.961L319.496 387.652C319.664 387.888 319.832 388.124 320 388.359V394.456C315.591 388.307 311.129 381.992 306.899 376.005C294.863 358.968 284.701 344.585 282.95 344.223C281.463 343.927 279.331 343.515 277.197 343.102L277.184 343.1C275.157 342.708 273.13 342.316 271.653 342.023L271.649 342.015H271.609L271.653 342.023C271.67 342.062 271.685 342.102 271.699 342.143C271.734 342.237 271.767 342.33 271.829 342.384C281.825 351.722 293.196 368.958 303.471 384.531C308.49 392.137 313.247 399.348 317.454 405.047L320 408.242V413.925L314.647 407.206L314.607 407.156C309.543 400.29 304.805 393.07 300.088 385.88L300.087 385.879C298.001 382.699 295.917 379.524 293.812 376.389L293.749 376.294C286.875 366.029 278.406 353.38 269.411 344.972C268.941 344.543 268.661 344.063 268.421 343.493L266.573 339.686L265.733 339.447C272.358 349.859 277.115 369.764 277.874 377.348C277.883 377.436 277.892 377.524 277.901 377.613L277.902 377.626C278.119 379.762 278.357 382.102 276.146 383.433C274.289 384.549 272.623 383.711 270.974 382.882C270.733 382.76 270.491 382.639 270.25 382.524C262.386 378.797 254.242 373.691 248.007 367.615C245.958 365.627 243.41 362.869 241.222 359.861C242.315 373.324 242.913 386.872 243.496 400.099L243.496 400.1C243.6 402.463 243.704 404.816 243.81 407.156C243.834 407.683 243.9 408.248 243.967 408.827C244.233 411.125 244.527 413.657 242.381 415.03C239.953 416.588 237.622 414.822 235.682 413.353C235.583 413.277 235.484 413.203 235.387 413.129C235.265 413.038 235.145 412.948 235.026 412.861C227.092 407.086 219.948 400.87 213.762 393.985C213.523 401.85 209.656 411.492 207.357 416.778C205.589 420.845 202.161 421.884 199.024 418.537L198.771 418.267L198.77 418.266C195.067 414.299 191.365 410.334 188.112 405.976C185.214 402.089 182.026 396.104 180.358 390.108C178.909 396.104 177.869 402.309 177.23 409.574C177.214 409.754 177.2 409.936 177.185 410.118C177.027 412.127 176.863 414.201 174.692 415.199C172.082 416.415 170.04 414.444 168.333 412.795L168.277 412.741C163.24 407.865 155.386 396.923 151.909 390.758C150.89 388.959 149.781 386.701 148.661 384.143C147.502 390.958 145.164 397.403 142.156 403.568L139.738 408.764C139.562 409.139 139.392 409.541 139.218 409.953L139.218 409.954C138.308 412.108 137.288 414.522 134.662 414.69C131.648 414.882 130.346 411.935 129.305 409.581C129.207 409.359 129.111 409.142 129.016 408.934C126.128 402.559 123.63 392.916 123.92 384.363L109.821 408.385C109.647 408.68 109.473 408.993 109.293 409.316L109.293 409.317C108.087 411.486 106.662 414.048 103.905 413.901C101.09 413.746 99.8892 410.842 98.8973 408.442C98.7344 408.048 98.5771 407.668 98.4193 407.315C89.0463 386.351 84.2399 364.268 89.5659 341.905C83.7668 349.901 78.6416 353.946 71.1838 359.831C70.4687 360.395 69.7321 360.977 68.9714 361.58L57.6799 371.682C57.4605 371.878 57.2392 372.084 57.0147 372.294C55.4399 373.762 53.7073 375.377 51.3547 374.52C49.0658 373.689 48.7699 371.538 48.4902 369.503C48.4536 369.237 48.4173 368.973 48.3769 368.714C45.679 351.567 48.4968 333.981 55.2917 318.113C52.248 321.235 49.2483 324.53 46.2615 327.81L46.2581 327.814C44.3138 329.949 42.3749 332.079 40.4329 334.151C39.8084 334.817 39.1786 335.491 38.5441 336.17L38.5392 336.175C34.282 340.733 29.8094 345.522 25.2543 349.599C23.4557 351.208 21.1574 353.126 18.5993 351.717C15.8914 350.218 16.4709 347.121 17.0605 344.683C21.657 325.467 28.1421 306.991 39.2938 290.513C40.7427 288.375 42.2815 286.287 43.9003 284.258C34.5973 287.965 22.5564 290.453 15.9813 290.623C8.55689 290.823 5.13946 287.885 9.37627 280.931C17.7999 267.141 29.3313 256.579 43.6904 249.194C46.4883 247.746 49.5061 246.317 52.6237 245.108C48.9965 245.058 45.3792 245.018 41.7619 245.028C30.0307 245.058 18.5993 245.737 6.99806 247.546C4.84968 247.885 2.45148 247.885 1.3623 245.497C0.300694 243.154 1.77473 241.525 3.1735 239.979C3.23616 239.91 3.29867 239.84 3.3608 239.771C7.83743 234.825 14.7722 229.869 20.2381 226.012C26.5933 221.525 33.3482 216.989 40.0532 213.052C41.9817 211.922 43.9702 210.813 46.0087 209.754C37.4851 209.055 28.8516 206.966 21.1274 203.809C16.7607 202.02 4.04029 196.434 6.21865 189.929C6.56838 188.88 7.25786 188.03 8.17717 187.421C24.2851 176.739 40.0132 170.394 59.4286 168.945C62.0366 168.755 64.5048 168.715 66.893 168.945C50.0657 153.347 39.2938 133.751 32.299 111.198C31.0799 107.261 30.0707 102.135 35.8663 101.376C45.9987 100.057 63.1558 102.905 73.2482 105.253C81.8217 107.241 89.9656 109.949 97.5799 113.407C89.5659 101.146 84.5097 81.1609 82.8909 70.429C82.1415 65.4327 84.7196 62.9246 89.6359 64.6333C100.328 68.3405 109.681 73.9663 117.085 82.31C116.953 79.7329 116.848 77.1557 116.742 74.5766L116.742 74.5743C116.664 72.6542 116.585 70.7331 116.496 68.8102C116.256 63.3343 115.986 57.2489 114.747 51.9029C114.695 51.685 114.64 51.4659 114.584 51.2463C114.102 49.3413 113.61 47.3995 115.536 45.8675C117.616 44.2125 119.696 45.4342 121.567 46.5335C121.809 46.6754 122.047 46.8153 122.281 46.9466C126.239 49.1609 130.263 51.1851 134.264 53.1978C143.335 57.7611 152.289 62.2652 160.083 68.7902C157.914 59.3973 158.054 45.3679 158.694 39.4823C158.914 37.4838 159.363 35.5053 161.612 34.8058C163.871 34.0948 165.371 35.5765 166.796 36.9843L166.908 37.0941C169.945 40.0718 172.843 44.0788 175.191 47.6262C176.411 49.4648 178.309 52.4026 179.808 55.4702C182.346 48.0758 185.664 40.9012 189.191 34.0564C189.749 32.9732 190.298 31.8729 190.849 30.7696C191.986 28.4939 193.129 26.2041 194.367 24.0239C195.646 21.7556 197.285 19.2575 200.153 19.0177C202.291 18.8378 204.01 20.0569 205.459 21.4658C212.933 28.7204 222.506 45.3079 228.901 59.2774C233.158 49.2749 246.008 38.3431 251.804 33.4368C252.286 33.0284 252.829 32.5396 253.42 32.0081C256.831 28.938 261.827 24.4424 265.813 25.7626C268.221 26.562 269.381 28.7703 269.97 31.0686C271.829 38.2232 272.518 45.5077 271.439 52.8522C271.329 53.5916 271.259 54.2512 271.199 54.8607C281.222 47.5562 292.703 40.2417 300.797 37.124C302.026 36.6444 303.355 36.6044 304.574 37.134C309.404 39.2423 308.012 48.4454 307.334 52.9244C307.306 53.1158 307.278 53.2985 307.252 53.4718C306.633 57.6186 305.793 61.7255 304.864 65.8224C299.858 87.9158 291.534 106.812 280.023 124.029C291.654 116.404 305.344 111.028 317.894 107.441ZM191.05 288.115C190.379 288.676 190.042 289.633 189.681 290.657C189.257 291.861 188.801 293.158 187.732 294.011L189.86 299.686C190.689 294.147 191.588 291.932 192.036 290.828C192.242 290.322 192.352 290.049 192.317 289.797C192.277 289.504 192.039 289.238 191.526 288.662C191.39 288.51 191.235 288.337 191.06 288.135L191.05 288.115ZM145.983 375.649C145.742 374.598 145.387 373.331 144.984 371.89C143.789 367.616 142.168 361.816 141.787 355.614L141.784 355.58C141.766 355.331 141.747 355.073 141.317 355.045L129.956 374.48C124.929 382.804 128.357 398.882 132.244 407.465C134.372 412.166 134.439 412.013 135.739 409.019C135.959 408.512 136.214 407.925 136.521 407.265L138.949 402.069C141.996 395.814 144.325 389.339 145.344 382.424C146.313 379.087 146.303 377.018 145.983 375.649ZM232.928 291.333C230.85 288.195 225.024 278.892 224.794 275.075C224.639 272.489 223.339 272.007 221.676 271.391C221.411 271.293 221.137 271.192 220.857 271.078C221.607 278.193 221.327 279.432 213.962 276.194C213.511 277.798 213.996 278.172 214.847 278.827C215.22 279.115 215.664 279.457 216.131 279.981C227.777 293.07 231.147 303.477 233.248 309.966C234.116 312.646 234.767 314.658 235.696 315.914C247.794 332.33 264.887 336.003 282.304 339.745C288.063 340.983 293.857 342.228 299.518 343.943L317.884 349.349C317.764 345.332 307.952 325.807 305.713 321.84C299.727 311.247 294.493 307.393 286.861 301.774C285.652 300.884 284.382 299.95 283.04 298.937C281.874 298.058 279.737 297.141 276.996 295.967C266.936 291.654 248.752 283.86 240.702 261.635C240.318 260.574 240.145 259.873 240.034 259.42C239.927 258.986 239.876 258.781 239.748 258.704C239.633 258.635 239.455 258.67 239.117 258.738C238.657 258.829 237.898 258.981 236.595 259.007C236.551 259.007 236.518 259.039 236.468 259.088C236.45 259.106 236.429 259.126 236.405 259.147C237.909 268.034 234.233 267.309 231.397 266.749C230.576 266.586 229.825 266.438 229.291 266.541C229.72 268.387 234.753 274.526 239.077 279.799C241.097 282.263 242.962 284.537 244.13 286.097C240.215 284.027 237.021 281.116 233.825 278.204C233.334 277.756 232.843 277.308 232.348 276.864C238.334 287.805 246.298 297.168 254.981 305.992C244.899 298.467 236.705 289.144 229.191 278.692C229.077 280.007 229.964 282.307 230.906 284.754C231.791 287.05 232.725 289.475 232.928 291.333ZM196.535 288.195L196.542 288.089L196.635 288.095L196.535 288.195ZM196.542 288.089C197.124 278.336 199.392 280.832 201.515 283.169C202.21 283.934 202.89 284.682 203.49 284.978C205.66 286.053 205.512 283.697 205.372 281.482C205.22 279.068 205.079 276.822 207.967 279.382C212.061 283.003 211.77 280.192 211.455 277.147C211.183 274.522 210.893 271.723 213.383 272.727L217.859 274.645C217.846 274.463 217.744 274.036 217.608 273.465C216.897 270.492 215.252 263.607 220.347 266.901C220.454 266.971 220.569 267.046 220.689 267.127C220.806 267.205 220.929 267.288 221.056 267.374C222.729 268.503 225.236 270.196 226.283 269.469C225.933 267.116 224.832 265.43 223.997 264.151C223.142 262.841 222.566 261.959 223.365 261.225C223.902 260.726 225.54 261.651 227.401 262.702C230.497 264.449 234.211 266.547 234.517 263.034C234.629 261.786 234.068 260.392 233.58 259.181C232.802 257.249 232.211 255.78 234.827 256.099C243.081 257.119 240.739 253.784 238.724 250.915C237.325 248.921 236.083 247.152 238.664 247.226C238.696 247.227 238.847 247.262 239.087 247.317C241.498 247.873 252.875 250.498 243.37 241.62C239.982 238.454 244.708 239.247 247.106 239.649C247.622 239.736 248.03 239.804 248.226 239.811C252.204 239.961 248.137 236.234 246.038 234.775C242.583 232.365 244.578 232.193 247.121 231.973C249.417 231.775 252.161 231.537 251.744 229.579C251.62 229.01 250.888 228.868 250.091 228.712C249.082 228.516 247.968 228.299 247.857 227.171C247.545 224.004 249.516 223.151 251.696 222.208C253.292 221.518 255.001 220.779 256.011 219.047C257.339 216.77 255.588 215.449 253.985 214.24C252.142 212.849 250.497 211.608 253.972 209.234C260.347 204.878 253.772 201.95 249.915 200.251C246.952 198.95 248.071 197.273 249.626 194.943C250.53 193.588 251.582 192.011 252.064 190.159C253.36 185.152 249.883 185.023 247.207 184.924C245.12 184.847 243.522 184.787 245.059 182.445C246.174 180.741 246.079 178.917 245.981 177.06C245.97 176.837 245.958 176.613 245.948 176.389C244.982 176.466 243.849 176.903 242.763 177.323C240.019 178.382 237.572 179.327 238.854 174.051C241.178 164.516 239.209 166.111 237.024 167.883C235.057 169.477 232.914 171.213 233.568 165.108C234.567 155.705 230.38 160.441 227.372 164.088C227.072 164.458 226.703 164.788 226.113 164.438C226.11 164.341 226.236 163.939 226.422 163.348C227.347 160.403 229.743 152.778 224.874 154.975C221.674 156.42 221.038 158.62 220.629 160.036C220.381 160.892 220.217 161.461 219.618 161.4C219.053 161.343 219.091 160.907 219.167 160.043C219.288 158.661 219.504 156.183 217.5 152.407C216.104 149.785 215.505 151.75 214.785 154.116C214.179 156.104 213.487 158.374 212.164 158.443C210.826 158.516 210.082 156.44 209.319 154.307C208.212 151.216 207.063 148.007 204 151.058C203.105 151.95 202.513 152.992 202.057 153.796C201.051 155.567 200.702 156.183 199.203 151.488C197.794 147.091 195.906 146.112 193.288 150.329C192.069 152.291 191.129 150.518 190.244 148.849C188.988 146.481 187.844 144.322 186.173 153.337C185.561 156.647 183.758 155.275 181.933 153.886C180.155 152.532 178.354 151.162 177.61 154.086C176.978 156.597 177.186 158.278 177.331 159.444C177.44 160.324 177.512 160.911 177.16 161.341C176.29 161.331 175.136 160.01 173.853 158.542C171.129 155.424 167.824 151.641 165.419 158.333C164.481 160.94 163.163 160.204 161.916 159.507C160.319 158.615 158.839 157.789 158.424 164.128C158.215 167.293 156.229 166.454 153.986 165.506C151.732 164.554 149.219 163.492 147.992 166.277C147.158 168.181 147.578 169.588 147.841 170.466C148.21 171.702 148.266 171.89 144.065 170.943C140.949 170.237 141.351 172.361 141.793 174.694C142.207 176.881 142.656 179.25 140.278 179.647C137.102 180.17 137.633 181.476 138.621 183.902C138.82 184.392 139.039 184.928 139.249 185.512C140.263 188.332 137.984 187.843 135.539 187.318C133.098 186.793 130.49 186.233 130.835 188.9C131.137 191.247 132.228 192.675 133.012 193.702C133.393 194.202 133.702 194.606 133.813 194.975C133.452 195.124 132.346 194.871 131.017 194.567C127.529 193.768 122.507 192.618 125.409 197.473C127.79 201.457 124.502 202.434 121.691 203.268C118.734 204.146 116.306 204.867 121.562 208.765C122.511 209.474 125.079 212.722 122.771 213.371C121.832 213.631 116.626 216.219 120.013 218.617C120.643 219.061 121.197 219.414 121.666 219.712C123.934 221.157 124.22 221.339 121.562 224.403C118.084 228.408 121.09 229.326 124.043 230.227C126.469 230.967 128.858 231.696 127.587 234.116C126.79 235.637 125.794 235.709 124.615 235.795C123.563 235.871 122.365 235.958 121.032 237.094C119.31 238.566 120.503 239.291 121.912 240.145C123.265 240.966 124.816 241.908 124.17 243.749C124.019 244.177 123.857 244.6 123.697 245.014C122.43 248.309 121.364 251.08 128.057 252.172C130.2 252.514 129.203 256.373 128.856 257.714C128.837 257.786 128.821 257.851 128.806 257.908C127.989 261.066 129.459 261.029 130.87 260.993C132.548 260.95 134.142 260.91 131.704 266.252C128.934 272.315 132.218 271.737 135.554 271.15C137.512 270.805 139.488 270.457 140.268 271.448C140.802 272.123 140.237 273.518 139.688 274.873C138.84 276.966 138.031 278.964 141.367 278.073C142.693 277.719 143.885 276.806 144.952 275.989C146.474 274.824 147.742 273.853 148.781 274.975C149.729 275.998 148.898 276.923 147.813 278.128C146.462 279.63 144.719 281.568 145.534 284.678C146.466 288.226 148.892 285.3 150.841 282.95C151.899 281.674 152.817 280.567 153.278 280.761C153.969 281.049 153.854 282.68 153.739 284.306C153.515 287.476 153.292 290.627 159.044 283.778C162.643 279.495 162.433 283.512 162.244 287.136C162.09 290.071 161.95 292.748 163.86 290.543C170.798 282.559 171.074 283.992 171.747 287.485C171.98 288.695 172.261 290.153 172.883 291.553C174.517 295.229 176.016 292.655 177.617 289.904C179.385 286.869 181.277 283.618 183.615 288.315C186.382 293.888 186.902 291.75 187.61 288.839C188.337 285.851 189.263 282.048 193.018 284.928C195.445 286.788 195.757 287.522 195.887 287.831C195.918 287.901 195.938 287.95 195.973 287.984C196.042 288.053 196.168 288.065 196.542 288.089ZM146.143 169.544C146.076 169.047 146.101 168.593 146.125 168.158C146.162 167.491 146.196 166.868 145.894 166.197C131.694 134.87 105.424 116.354 72.4488 108.7C63.2857 106.572 45.619 103.674 36.326 104.893C34.1366 105.179 34.6629 106.867 35.6473 110.023L35.6865 110.149C43.8503 136.499 57.2802 158.763 80.0531 175.13C100.358 189.715 114.943 187.156 125.264 185.345C129.276 184.641 132.643 184.05 135.451 184.623C135.369 183.989 135.317 183.463 135.274 183.024C135.103 181.285 135.065 180.903 133.773 180.496C132.269 180.02 130.771 179.524 129.273 179.029C124.137 177.329 118.996 175.629 113.628 174.7C113.584 174.694 113.534 174.691 113.483 174.688C113.23 174.674 112.922 174.657 112.888 174.151C123.137 174.207 123.607 174.338 125.607 174.894C126.801 175.226 128.541 175.709 133.233 176.419C124.659 168.335 114.008 162.16 102.986 158.073C112.579 159.912 121.322 163.739 129.296 169.375L113.798 156.284C123.011 160.601 131.165 166.417 138.559 173.421C140.431 168.197 141.35 168.463 143.335 169.039C144.083 169.256 144.983 169.517 146.143 169.544ZM235.876 158.663L235.879 158.658L235.916 158.693L235.876 158.663ZM239.146 153.098C243.995 144.587 252.74 129.239 256.071 127.356L237.495 158.623C236.575 160.301 236.625 161.92 236.895 163.869C237.412 163.465 237.764 163.433 238.209 163.392C239.294 163.293 240.934 163.143 246.887 157.424C274.327 131.053 292.793 103.014 301.406 65.033C301.413 65.0056 301.421 64.9697 301.431 64.9257L301.449 64.8473C302.072 62.1293 307.529 38.316 302.066 40.4216C290.315 44.9681 268.032 60.9961 258.309 69.6196C240.073 85.8174 226.443 108.48 222.995 132.852L221.936 154.865C224.344 153.147 226.703 151.498 229.79 154.046C232.598 139.117 243.47 113.696 253.672 103.634C253.633 104.378 252.299 106.582 250.273 109.93C245.172 118.362 235.682 134.047 231.419 151.928C231.394 152.033 231.368 152.137 231.341 152.242C231.194 152.815 231.047 153.39 231.249 154.006C237.325 139.467 243.9 125.238 254.222 113.107C245.888 127.366 237.734 141.715 231.489 157.314C233.21 157.215 234.677 157.537 235.879 158.658C236.216 158.241 237.44 156.092 239.146 153.098ZM185.043 145.472C186.882 141.646 188.73 137.802 186.643 125.478C183.865 109.11 175.191 90.1941 164.1 77.6236C155.44 67.811 144.431 62.2766 132.882 56.471C128.813 54.4255 124.677 52.3462 120.553 50.0343C120.089 49.7769 119.693 49.5504 119.358 49.3583C118.365 48.7897 117.898 48.5225 117.742 48.6463C117.604 48.7561 117.711 49.1737 117.913 49.9618C117.995 50.2804 118.092 50.6596 118.194 51.1035C119.595 57.1175 119.904 64.9244 120.254 73.7651C121.027 93.3042 122 117.893 135.401 139.337C140.198 147.021 146.083 153.367 155.316 155.655C157.729 156.246 158.027 155.947 158.239 155.735C158.478 155.495 158.606 155.366 161.542 156.754C162.332 157.128 162.461 156.922 162.848 156.306C163.278 155.622 164.026 154.43 166.358 152.967C155.366 141.785 149.271 128.076 144.515 113.187C145.17 113.587 145.289 113.958 145.396 114.294C145.415 114.353 145.433 114.41 145.454 114.466C149.611 125.458 155.306 135.58 162.661 144.773C162.836 144.992 163.059 145.278 163.318 145.611C165.301 148.157 169.426 153.453 170.955 152.737L160.133 129.235C158.874 126.027 151.759 107.521 152.938 105.083C156.905 120.102 163.95 133.761 171.244 147.321C169.865 140.087 168.826 122.959 170.895 118.413C170.695 129.974 171.364 141.156 175.161 151.968C178.51 149.153 181.88 149.762 182.923 149.95C183.109 149.984 183.221 150.004 183.245 149.989C183.721 148.223 184.382 146.849 185.043 145.472ZM209.406 147.891C208.766 139.087 209.735 121.78 213.233 116.594C213.154 117.323 213.078 118.028 213.004 118.713C211.677 130.949 211.057 136.663 212.893 150.129C216.769 146.583 218.602 149.791 219.74 151.783C219.875 152.019 220 152.238 220.118 152.427C220.193 149.448 220.188 146.884 220.184 144.507C220.171 137.717 220.161 132.459 222.026 123.429C224.415 111.839 229.903 100.761 232.359 95.8018C233.12 94.2669 233.59 93.318 233.588 93.1219C233.57 91.5668 233.582 90.29 233.592 89.1767C233.636 84.4167 233.652 82.6457 231.279 74.8956C227.232 61.6756 212.863 33.5867 202.991 24.0139C199.808 20.9268 199.036 22.4569 194.663 31.1169C193.983 32.464 193.216 33.9836 192.339 35.6851C183.445 52.9321 175.671 72.7173 179.588 92.5423C179.861 93.9189 180.898 96.3812 182.251 99.5948C186.606 109.935 194.235 128.051 190.21 142.795C189.822 144.23 190.44 145.123 191.54 146.713C191.857 147.171 192.214 147.687 192.598 148.29C197.269 143.373 199.083 146.932 200.254 149.23C200.841 150.384 201.267 151.22 201.811 150.509L200.892 146.642C197.774 134.271 195.776 111.178 198.634 98.5678C198.646 98.5142 198.657 98.4604 198.669 98.4065C198.845 97.5862 199.027 96.7403 199.833 96.1496C197.365 109.35 200.083 129.335 203.37 142.355L203.57 140.726C202.551 127.866 205.029 105.403 210.055 93.6515C210.066 93.6248 210.077 93.5976 210.088 93.5702C210.097 93.547 210.106 93.5236 210.115 93.5002C210.257 93.1252 210.405 92.7362 210.995 92.912L210.825 94.5009C205.616 111.445 206.348 129.009 206.767 139.032C206.944 143.296 207.065 146.195 206.648 147.101L209.406 147.891ZM143.785 283.798C123.65 294.021 101.327 315.754 94.5322 337.248C87.0478 360.91 91.8842 384.033 101.657 405.867C101.905 406.422 102.125 406.925 102.322 407.376C103.186 409.354 103.615 410.336 104.095 410.362C104.568 410.387 105.091 409.483 106.128 407.688C106.321 407.355 106.532 406.991 106.763 406.596L138.749 352.097C146.993 337.248 152.229 321.45 154.977 304.753C155.399 302.163 155.533 299.558 155.668 296.933C155.792 294.523 155.917 292.098 156.266 289.654C154.436 290 153.668 289.833 153.224 289.736C153.054 289.699 152.931 289.673 152.814 289.689C152.508 289.73 152.242 290.063 151.283 291.266L151.229 291.333C143.076 301.485 135.731 312.117 130.945 324.338C130.927 324.385 130.911 324.433 130.893 324.481C130.742 324.908 130.572 325.391 129.926 325.777C131.055 316.28 139.844 303.109 143.71 297.315C144.802 295.678 145.502 294.63 145.524 294.42C142.216 295.669 131.235 309.369 128.207 314.815L120.922 328.595C122.031 319.941 130.535 305.352 136.91 298.277L147.003 287.815C145.044 287.376 144.235 285.867 143.795 283.748L143.785 283.798ZM240.272 407.315C240.223 406.21 240.173 405.098 240.123 403.98C238.886 376.419 237.482 345.127 232.239 319.372C229.441 305.632 223.275 293.581 214.232 282.939C213.357 281.92 213.214 282.103 212.921 282.479C212.482 283.042 211.705 284.038 207.617 282.06C207.411 282.455 207.468 283.086 207.531 283.78C207.621 284.77 207.722 285.886 207.087 286.626C205.016 289.056 207.739 304.387 209.438 313.96C210.199 318.243 210.755 321.374 210.585 321.68C208.672 320.566 206.717 309.515 205.346 301.767C204.625 297.694 204.066 294.534 203.76 294.211C202.831 299.802 202.549 305.318 202.269 310.81C202.211 311.932 202.154 313.054 202.091 314.176C199.589 303.614 200.52 296.489 201.13 291.824C201.652 287.825 201.938 285.634 199.623 284.638C199.536 284.82 199.544 285.431 199.554 286.243C199.592 289.177 199.662 294.74 195.436 292.212C195.225 292.086 195.041 291.92 194.856 291.753C194.544 291.471 194.23 291.187 193.777 291.093C192.768 291.892 191.08 303.094 192.558 307.191C196.057 316.899 195.414 325.428 194.788 333.726C194.238 341.023 193.701 348.14 196.006 355.724C203.1 379.037 217.64 395.824 237.115 410.003C237.293 410.134 237.463 410.258 237.625 410.376C239.399 411.672 240.178 412.241 240.471 412.053C240.701 411.905 240.633 411.296 240.514 410.209C240.432 409.468 240.326 408.505 240.272 407.315ZM173.563 325.157L173.551 325.111C173.768 324.351 173.548 321.204 173.27 317.228C172.654 308.422 171.753 295.544 174.682 295.49C176.495 295.452 177.979 293.126 179.223 291.175C179.954 290.029 180.603 289.012 181.187 288.665C181.888 290.396 182.95 291.875 184.01 293.35C184.687 294.293 185.363 295.234 185.943 296.239C191.439 305.722 192.718 324.268 191.599 335.659C190.138 350.484 186.739 359.647 183.232 369.101C179.375 379.497 175.388 390.246 173.703 409.264C173.688 409.421 173.676 409.572 173.664 409.717C173.653 409.851 173.643 409.979 173.634 410.101C173.448 412.48 173.425 412.783 170.745 410.193C165.729 405.337 157.045 392.666 154.997 389.019C150.17 380.466 143.255 361.06 143.485 352.227C143.518 350.939 144.531 348.678 146.048 345.295C149.239 338.177 154.654 326.095 157.825 307.69C158.911 301.4 158.779 296.362 158.684 292.731C158.583 288.916 158.524 286.654 159.963 286.127C160.453 294.111 161.132 296.249 167.427 289.644C167.048 299.067 166.688 308.02 166.338 316.993C166.442 317.012 166.55 317.019 166.661 317.026C166.731 317.031 166.804 317.036 166.878 317.043C168.517 308.919 169.596 300.686 170.395 292.312C171.782 293.964 171.506 295.374 171.017 297.875C170.395 301.048 169.43 305.975 171.085 315.375L173.551 325.111C173.545 325.132 173.539 325.15 173.533 325.167L173.563 325.157ZM101.437 294.94L101.436 294.921C110.072 286.255 119.756 281.306 131.165 277.173C120.253 284.748 110.84 291.353 103.216 302.794L103.495 303.124C106.333 300.682 108.665 298.579 110.785 296.667L110.786 296.666C117.646 290.479 122.291 286.29 134.702 279.092C135.901 278.402 135.931 278.392 136.68 279.572C138.505 282.395 141.031 281.879 142.604 281.557C143.375 281.399 143.917 281.288 144.035 281.64C144.273 282.354 141.809 283.702 138.707 285.399C136.342 286.693 133.606 288.19 131.414 289.764C122.761 295.959 106.393 309.829 101.497 318.842C99.1049 323.197 96.099 327.133 93.0935 331.069C91.3407 333.364 89.5877 335.66 87.9571 338.038C81.7483 347.08 77.2079 350.627 69.9623 356.288C68.9286 357.095 67.8397 357.946 66.6831 358.862L55.3217 369.044C54.944 369.382 54.6157 369.683 54.3296 369.945C53.3402 370.852 52.8549 371.297 52.5707 371.193C52.2971 371.093 52.2102 370.483 52.0395 369.286C51.9926 368.957 51.9394 368.584 51.8743 368.165C48.9765 349.739 52.6937 330.903 60.9575 314.305C67.507 301.159 88.9486 290.801 106.557 282.293C115.223 278.107 122.96 274.369 127.537 270.968C127.636 270.896 127.764 270.85 127.922 270.793C128.005 270.763 128.097 270.729 128.197 270.688C128.567 271.638 128.946 272.547 129.726 273.166C129.56 273.671 129.202 273.79 128.852 273.906C128.758 273.937 128.665 273.968 128.577 274.006C118.434 278.372 109.691 284.648 102.396 292.941C102.347 292.999 102.297 293.056 102.247 293.114C101.828 293.593 101.39 294.093 101.436 294.921L101.407 294.95L101.437 294.94ZM22.8861 346.961C28.173 342.232 40.0514 329.395 47.6664 321.166C50.8315 317.745 53.2601 315.121 54.1726 314.206C75.2682 293.067 93.4412 284.79 107.576 278.353C116.346 274.359 123.562 271.073 128.956 265.862C129.766 265.072 130.285 264.273 130.445 263.104C125.498 262.363 125.875 260.944 126.351 259.15C126.568 258.331 126.806 257.435 126.568 256.489C114.567 261.305 104.015 268 95.2117 277.353C101.717 268.84 109.571 261.865 118.684 256.179C105.004 259.107 99.3286 262.574 89.1862 271.548C91.8442 263.903 109.861 254.57 120.762 252.052C120.361 251.543 120.078 251.129 119.851 250.796C119.51 250.298 119.296 249.985 119 249.818C118.501 249.537 117.769 249.67 115.801 250.028C114.215 250.317 111.827 250.752 108.112 251.233C81.8317 254.63 57.0504 270.578 42.2215 292.492C31.2898 308.66 24.9945 326.726 20.4979 345.512C19.5186 349.579 20.2781 349.289 22.8861 346.961ZM118.644 201.191C93.413 194.655 63.5655 203.349 41.8518 216.109C35.5366 219.817 13.2034 234.176 5.98882 242.14C5.8587 242.285 5.73401 242.422 5.61635 242.552L5.61563 242.552C4.31522 243.984 3.87395 244.47 6.44847 244.048C24.7706 241.189 39.7188 241.394 53.5971 241.585C71.4855 241.831 87.5962 242.052 106.863 235.655C109.261 234.855 116.975 231.698 116.546 228.42C116.115 225.16 118.139 223.614 119.419 222.636C119.893 222.274 120.265 221.99 120.373 221.725C119.61 221.081 119.044 220.534 118.58 220.085C117.884 219.412 117.417 218.96 116.859 218.735C115.723 218.277 114.21 218.754 109.619 220.201C107.804 220.773 105.509 221.497 102.566 222.375C94.3326 224.834 90.3603 228.019 87.8642 230.019C86.7705 230.896 85.9603 231.546 85.1992 231.807C84.7795 230.648 93.7728 224.503 97.0403 223.094L115.047 215.19C113.498 214.261 87.1277 218.997 80.7925 221.465L68.0022 227.551C80.6663 217.996 92.781 215.74 107.516 212.997L107.922 212.922C108.028 212.903 108.141 212.893 108.258 212.884C108.693 212.849 109.181 212.809 109.551 212.242C89.9057 210.474 62.1066 215.2 45.669 226.551C45.6121 226.59 45.555 226.635 45.4959 226.682C45.2021 226.914 44.8607 227.184 44.27 226.851C47.8074 222.415 68.0921 214.501 75.5365 212.722C93.6812 208.408 108.962 209.738 115.969 210.349C118.115 210.535 119.485 210.655 119.923 210.524L119.756 210.37C116.249 207.147 114.178 205.243 118.674 201.171L118.644 201.191ZM122.646 187.922C117.171 189.112 113.096 189.998 103.366 188.22C90.4621 185.869 84.8701 181.787 80.1623 178.349C75.0447 174.613 70.9719 171.639 59.6884 172.482C40.7726 173.891 25.734 180.027 10.1357 190.369C5.35929 193.536 28.9815 207.146 54.1026 206.447C54.7459 206.43 56.2737 205.857 58.5687 204.996C68.5017 201.271 92.8052 192.155 121.962 199.412C121.962 199.412 117.185 189.17 128.247 192.067C128.399 192.106 128.548 192.168 128.701 192.23C129.102 192.395 129.526 192.57 130.075 192.367C129.136 190.609 128.267 188.93 128.597 186.751L128.577 186.761C126.301 187.128 124.401 187.541 122.646 187.922ZM120.053 233.127C119.847 232.843 118.125 230.638 116.755 232.167C107.442 242.519 80.5527 245.487 67.8722 245.407C60.228 245.357 51.9143 248.945 45.3092 252.342C31.5096 259.447 20.4879 269.519 12.404 282.779C10.3955 286.037 9.87589 287.246 15.8814 287.086C26.1736 286.806 46.4883 281.17 52.1041 275.565C62.0966 265.562 75.6464 256.779 88.8365 251.952C96.5738 249.115 104.637 248.016 112.699 246.918L112.701 246.918C114.717 246.643 116.733 246.369 118.744 246.067C120.449 245.811 120.933 244.935 121.566 243.789C121.601 243.726 121.636 243.663 121.672 243.599C117.755 241.94 114.237 239.262 117.955 234.905C118.282 234.522 118.675 234.228 119.08 233.925C119.405 233.682 119.738 233.433 120.053 233.127ZM128.397 134.581C127.814 132.772 127.105 131.104 126.314 129.243C125.003 126.16 123.466 122.545 121.902 116.874C119.689 108.829 119.26 102.092 118.94 97.0671C118.668 92.7872 118.474 89.75 117.325 88.2056C109.921 78.2931 100.008 71.9678 88.4767 67.9808C86.2684 67.2014 86.0286 67.4612 86.3983 69.8994C88.3668 82.9595 96.2309 112.437 107.832 119.122C114.55 122.99 120.697 128.263 124.524 131.544C126.56 133.291 127.939 134.473 128.397 134.581ZM236.605 88.2356C236.999 88.2356 237.148 87.9489 237.288 87.6803C237.329 87.6015 237.369 87.5242 237.415 87.4562C244.439 77.004 255.501 66.1522 265.653 58.6479C267.429 57.3442 267.474 56.827 267.647 54.8641C267.705 54.209 267.777 53.3926 267.932 52.3326C268.951 45.4478 268.281 38.6529 266.543 31.9579C265.164 26.6403 262.118 29.257 256.145 34.3894L256.142 34.392C255.494 34.9489 254.811 35.5355 254.092 36.1448C248.706 40.7013 227.672 58.5079 231.489 67.6611C234.127 74.0163 236.006 80.5913 236.335 87.5161L236.605 88.2356ZM274.347 377.698C273.398 368.255 265.663 339.486 258.179 336.589C248.476 332.831 243.2 328.525 236.505 321.13L239.853 348.859C240.302 354.105 246.937 361.64 250.475 365.077C257.849 372.252 267.322 377.218 271.769 379.326C272.236 379.547 272.629 379.75 272.958 379.921C273.697 380.303 274.115 380.519 274.326 380.392C274.6 380.227 274.526 379.484 274.355 377.777L274.347 377.698ZM192.389 351.368L183.395 378.157C180.737 385.342 186.503 397.902 190.95 403.858C194.09 408.062 197.67 411.892 201.256 415.728L201.622 416.119C202.601 417.168 203.14 417.578 204.11 415.369C206.648 409.544 213.233 393.066 208.716 387.3C200.782 377.128 195.786 365.587 193.078 353.026C193.049 352.895 193.036 352.755 193.021 352.612C192.977 352.156 192.929 351.672 192.389 351.368ZM176.886 86.7017C176.697 82.7246 176.286 74.0515 178.559 63.754C179.488 59.5472 169.716 44.8282 164.42 39.6222C164.251 39.4569 164.098 39.3034 163.957 39.163C162.603 37.8098 162.466 37.672 162.221 39.872C161.482 46.6469 161.562 69.5297 166.058 74.1961C169.116 77.3738 171.754 80.9011 174.132 84.6183L176.91 88.955C176.981 88.7162 176.944 87.9345 176.886 86.7017ZM143.375 154.226L143.393 154.266L143.365 154.246L143.375 154.226ZM143.393 154.266L147.372 163.249C147.7 163.957 148.001 163.834 148.656 163.566C149.38 163.27 150.536 162.797 152.638 163.069C153.505 163.181 154.106 163.294 154.521 163.373C155.05 163.472 155.276 163.515 155.362 163.424C155.427 163.357 155.414 163.216 155.391 162.971C155.353 162.559 155.288 161.852 155.516 160.701C155.738 159.549 154.712 159.249 152.776 158.684C150.621 158.054 147.338 157.096 143.393 154.266ZM135.972 274.815C135.992 274.764 136.012 274.714 136.031 274.665L135.799 274.704C135.213 274.802 134.612 274.903 134.012 274.965L134.242 275.395C134.812 275.185 135.351 275.075 135.871 275.075C135.902 274.988 135.938 274.9 135.972 274.815Z' fill='white'/%3E%3Cpath d='M320 500V498.601C319.589 499.066 319.179 499.532 318.771 500H320Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M271.446 500C272.743 498.995 274.06 497.96 275.392 496.913C282.4 491.403 289.833 485.559 297.04 482.089L297.597 481.821C303.996 478.738 311.803 474.977 320 471.68V469.965C317.935 470.649 315.955 471.192 314.007 471.487C299.3 473.713 286.504 472.872 274.577 472.089C258.344 471.022 243.721 470.061 228.082 477.083C225.124 478.412 224.404 478.382 227.742 476.174C251.757 460.148 287.725 440.343 320 440.591V437.049C286.964 436.815 250.602 456.679 225.773 473.226C225.094 473.676 224.404 474.145 223.765 474.665C223.065 475.234 222.496 475.944 222.196 476.733C220.347 477.543 218.569 478.432 216.95 479.431C213.936 481.289 210.878 483.597 207.852 485.879L207.851 485.88C205.931 487.328 204.025 488.766 202.151 490.073C197.316 493.452 192.443 496.784 187.496 500H193.943C197.382 497.701 200.789 495.354 204.18 492.981C208.356 490.063 211.18 487.946 213.369 486.307C219.782 481.501 220.732 480.789 234.247 475.984C246.108 471.76 260.284 472.566 274.343 473.366C279.01 473.631 283.664 473.896 288.216 473.975L312.861 472.919C303.444 477.419 293.496 482.346 283.445 487.324C274.83 491.591 266.14 495.896 257.645 500H260.779L284.499 488.514C283.022 489.611 281.587 490.676 280.187 491.714C276.254 494.631 272.597 497.344 269.071 500H271.446ZM312.861 472.919L312.908 472.896L312.918 472.916L312.861 472.919Z' fill='white'/%3E%3C/svg%3E%0A");
}
.modal-container .modal-content{
    padding: 60px 60px;
    position: relative;
    z-index: 10;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}
.modal-title{
    font-size: 46px;
    text-wrap: balance;
    line-height: 1.2;
    padding-bottom: 24px;
}
.modal-container .uk-close svg{
    color: #fff;
}
.modal-callback .uk-modal-dialog{
    width: 320px;
}
.modal-callback .uk-modal-body:before,
.modal-callback .uk-modal-body:after{
    display: none;
}
.modal-callback .modal-content{
    padding: 0px 0px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
}
.modal-callback .modal-title{
    font-size: 32px;
    padding-bottom: 24px;
}

.modal-close{
    cursor: pointer;
    position: absolute;
    z-index: 100;
    right:20px;
    top:20px;
    border: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    width: 32px;
    height: 32px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.99994 26.0002C0.897156 27.1027 0.897156 28.8976 1.99994 30.0002C3.10272 31.1032 4.89716 31.1032 5.99994 30.0002L15.9999 20.0002L26 30.0001C27.1028 31.1031 28.8972 31.1031 30 30.0001C31.1028 28.8975 31.1028 27.1026 30 26.0001L20 16.0001L30 6.00006C31.1028 4.89703 31.1028 3.10254 30 2C28.8972 0.896973 27.1028 0.896973 26 2L15.9999 12.0002L5.99359 2.00018C4.89081 0.897156 3.10272 0.897156 1.99994 2.00018C0.897156 3.10272 0.911377 4.91901 2.01416 6.02203L11.9999 16.0002L1.99994 26.0002Z' fill='white'/%3E%3C/svg%3E%0A");
}
.modal-container .form-error{
    padding: 8px 16px;
    background-color: #98C26E;
    border: 2px solid #fff;
    margin-bottom: 24px;
    font-size: 16px;
}

@media only screen and (max-width: 1800px) {
    main:before{
        width: 250px;
    }
    main:after{
        width: 250px;
    }

}
@media only screen and (max-width: 1599px) {
    .block-culture h3{
        text-align: center;
    }
    .block-products h3{
        text-align: center;
    }
    .block-advantages h3{
        text-align: center;
    }
    main:before{
        width: 160px;
    }
    main:after{
        width: 160px;
    }
}
@media only screen and (max-width: 1299px) {
    .header ul .header-menu ul li a{
        padding: 2px 12px;
        font-size: 14px;
    }
    .block-products-container{
        margin: 0px 40px;
    }
    .block-culture-container{
        margin: 0px 40px;
    }
    main:before{
        display: none;
    }
    main:after{
        display: none;
    }
}
@media only screen and (max-width: 1199px) {
    .block-banner-container{
        width: 60%;
    }
    .block-banner-container h1{
        font-size: 52px;
    }
    .block-banner-bottom{
        font-size: 33px;
        bottom: 30px;
    }
    .block-banner-callback{
        right:40px;
        bottom: 120px;
    }
    .block-banner-callback-mobile{
        right:40px;
        bottom: -30px;   
    }
    .block-banner-callback a{
        width: 64px;
        height: 64px;
    }
    .block-banner-callback a .icon{
        transform: scale(1.5);
    }
    .block-advantages-items{
        gap: 24px;
        grid-template-columns: repeat(2, 1fr);
    }
    .block-testing{
        grid-template-columns: repeat(4, 1fr);
    }
    .footer-contacts{
        margin: 0px;
    }
}
@media only screen and (max-width: 959px) {

    h1{
        font-size: 44px;
    }
    h2{
        font-size: 34px;
        width: 60%;
    }
    h3{
        font-size: 30px;
        width: 60%;
    }
    .block-banner-container{
        width: 100%;
    }
    .block-banner-container h1{
        font-size: 36px;
    }
    .block-banner-container:after{
        display: block;
    }
    .block-banner-callback{
        right:40px;
        bottom: 120px;
    }
    .block-banner-callback-mobile{
        right:40px;
        bottom: -20px;   
    }
    .block-banner-callback a{
        width: 48px;
        height: 48px;
    }
    .block-banner-callback a .icon{
        transform: scale(1.2);
    }
    .block-testing{
        grid-template-columns: repeat(3, 1fr);
    }
    .content-field-3{
        width: auto;
        text-align: left;
    }
    .content-field-3 h2{
        text-align: left;
        width: auto;
    }
    .content-field-3 ul li, .content-field-3 ol li{
        float: left;
        clear: left;
    }
    .block-culture:after{
        width: 200px;
        background-position: bottom right;
    }
    .block-culture:before{
        width: 200px;
        background-position: bottom left;
    }
    .block-delivery-logo{
        padding: 12px 24px;
    }
    .culture-items{
        gap: 24px;
        grid-template-columns: repeat(3, 1fr);
    }
    .products-items{
        gap: 24px;
        grid-template-columns: repeat(3, 1fr);
    }
    .page-image{
        width: auto;
    }
    .content-items{
        grid-template-columns: repeat(2, 1fr);
    }

}
@media only screen and (max-width: 639px) {
    h1{
        font-size: 38px;
    }
    h2{
        font-size: 28px;
        width: auto;
    }
    h3{
        font-size: 26px;
        width: auto;
    }
    .main-banner{
        margin-bottom: 24px;
    }
    .main-banner-content{
        padding: 16;
        width: 70%;
        min-height: 120px;
    }
    .slider-nav{
        left: -12px;
    }
    .slider-nav-right{
        left: auto;
        right: -12px;
    }
    .content-items{
        grid-template-columns: repeat(1, 1fr);
    }
    .block-banner-container h1{
        font-size: 28px;
    }
    .block-banner-bottom{
        font-size: 33px;
        bottom: 30px;
    }
    .block-culture{
        padding: 48px 0px 48px 0px;
    }
    .block-culture:after{
        width: 100px;
    }
    .block-culture:before{
        width: 100px;
    }
    .block-culture h3{
        padding-bottom: 0px;
    }
    .block-products{
        padding: 48px 0px 48px 0px;
    }
    .block-products h3{
        padding-bottom: 0px;
    }
    .block-delivery-logo{
        padding: 12px 12px;
    }
    .block-delivery-logo a{
        min-width: 100%;
        min-height: 60px;
    }
    .block-products-container{
        margin: 0px 10px;
    }
    .block-culture-container{
        margin: 0px 10px;
    }
    .block-testing{
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-menu-column{
        display: flex;
        flex-wrap: wrap;
    }
    .block-advantages-items{
        gap: 24px;
        grid-template-columns: repeat(1, 1fr);
    }
    .block-advantages h3{
        padding-bottom: 0px;
    }
    .block-advantages-image{
        padding: 8px;
        margin-right: 16px;
    }
    .block-advantages-image span{
        width: 32px;
        height: 32px;
    }
    .block-undercontent{
        padding: 11px 0px;
        font-size: 16px;
    }
    .block-undercontent-item{
        padding: 12px;
        width: 100px;
    }
    .block-undercontent-icon{
        width: 48px;
        height: 48px;
    }
    .block-undercontent-item:after{
        width: 32px;
        height: 32px;
        top: 20px;
        right: -16px;
    }
    .culture-items{
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
    .products-items{
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-menu-column li.footer-subtitle{
        min-width: 100%;
    }
    .footer-menu-column li{
        width: 50%;
    }
    .footer-contacts li ul li{
        padding: 0px 0px 12px 0px;
        min-width: 100%;
    }
    .modal-container .modal-content{
        padding: 30px 30px;
    }
    .modal-title{
        font-size: 38px;
        padding-bottom: 16px;
    }
}
@media only screen and (max-width: 400px) {
    h1{
        font-size: 28px;
    }
    h2{
        font-size: 28px;
    }
    h3{
        font-size: 22px;
    }
    .header ul .header-lang ul li{
        padding-left: 12px;
    }
    .header ul .header-lang ul li a{
        padding: 8px 8px;
        font-size: 12px;
    }
    .header-mobile-link{
        padding-left: 12px;
    }
    .main-banner-content{
        padding: 16;
        width: 100%;
        min-height: 120px;
    }
    .footer-menu-column li{
        min-width: 100%;
    }
    .block-presentation-width{
        width: auto;
    }

    .block-undercontent-item:after{
        width: 24px;
        height: 24px;
        top: 24px;
        right: -14px;
    }
    .block-testing{
        grid-template-columns: repeat(1, 1fr);
    }
    .culture-items{
        grid-template-columns: repeat(1, 1fr);
    }
    .products-items{
        grid-template-columns: repeat(1, 1fr);
    }
    .modal-container .modal-content{
        padding: 30px 10px;
    }
    .modal-title{
        font-size: 28px;
    }
    .block-calc-input{
        gap: 4px;
        text-align: center;
        grid-template-columns: 1fr;
    }
    .block-calc-input input{
        text-align: center;
    }
    .block-calc-result .calc-result-l{
        line-height: 40px;
        font-size: 44px;
        padding: 0px 12px 0px 0px;
    }

}