/*!
Theme Name: x
Theme URI: https://www.facebook.com/Web.SoftProGroup
Author: Web.SoftProGroup
Author URI: https://www.facebook.com/Web.SoftProGroup
Description: Description
Version: 111111.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: default
*/


@font-face {
   font-family: 'Play';
   font-display: swap;
   src: url("/wp-content/themes/x/fonts/Play-Regular.woff2") format("woff2"), url("/wp-content/themes/x/fonts/Play-Regular.woff") format("woff");
   font-weight: 400;
   font-style: normal;
}

@font-face {
   font-family: 'Play';
   font-display: swap;
   src: url("/wp-content/themes/x/fonts/Play-Bold.woff2") format("woff2"), url("/wp-content/themes/x/fonts/Play-Bold.woff") format("woff");
   font-weight: 700;
   font-style: normal;
}

* {
   box-sizing: border-box;
}

html.lock {
   overflow: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 100%;
   font: inherit;
   vertical-align: baseline;
}

html {
   font-size: 13px;
}

body {
   max-width: 1920px;
   min-width: 320px;
   margin: 0 auto;
   display: flex;
   min-height: 100vh;
   flex-direction: column;
   font-family: 'Play';
   justify-content: space-between;
   line-height: 1;
}

button {
   font-family: 'Play';
}

main {
   flex-grow: 1;
}

ol,
ul {
   list-style: none;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

caption,
th,
td {
   text-align: left;
   font-weight: normal;
   vertical-align: middle;
}

q,
blockquote {
   quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
   content: "";
   content: none;
}

a img {
   border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
   display: block;
}

textarea {
   resize: vertical;
}


/*---custom css---*/

a {
   text-decoration: none;
}

.alignleft {
   float: left;
   margin-right: 10px;
}

.alignright {
   float: right;
   margin-left: 10px;
}

.aligncenter {
   margin: 20px auto;
   display: block;
}

.container {
   width: 100%;
   max-width: 1310px;
   padding: 0 50px;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   margin: 0 auto;
   justify-content: space-between;
   align-items: center;
   height: 100%;
}

header {
   background-color: #fff;
   color: #444444;
   padding: 11px 0;
}

.header_left {
   display: flex;
   align-items: center;
   height: 100%;
   border-left: 1px solid #EBEBEB;
   border-right: 1px solid #EBEBEB;
   width: 465px;
   padding-left: 20px;
}

.logo,
.logo_en {
   width: 77px;
   height: 95px;
   min-width: 77px;
   background-size: contain;
   background-position: center;
   background-repeat: no-repeat;
}

.logo {
   background-image: url(/wp-content/themes/x/img/logo.png);
}

.logo_en {
   background-image: url(/wp-content/themes/x/img/logo.png);
}

.header_title {
   font-size: 1.5625rem;
   text-transform: uppercase;
   width: 38%;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   padding: 0 0 0 25px !important;
   width: auto !important;
}

.header_title span {
   line-height: 1.9em;
   letter-spacing: 1px;
}

.header_title span:last-child {
   color: #444;
   font-size: 16px;
   font-weight: 400;
   text-transform: none;
}

nav {
   font-size: 1.5rem;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   justify-content: space-between;
   width: 28%;
}

nav a:hover {
   color: #90281B;
}

nav a {
   color: #444444;
   font-weight: 700;
   font-size: 18px;
   padding: 3px 8px;
   transition: all .3s;
}

#top_menu {
   min-width: 370px;
   z-index: 5;
}

#top_menu .menu_wrapper {
   position: relative;
   z-index: 10;
   display: flex;
   align-items: center;
}

.top_menu_overlay {
   position: fixed;
   opacity: 0;
   z-index: 4;
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   bottom: 0;
   right: 0;
   display: none;
}

#top_menu ul {
   display: flex;
   align-items: center;
   min-width: 300px;
   gap: 10px;
}

#top_menu li {
   list-style: none;
}

.header_contacts {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
   height: 100%;
   border-left: 1px solid #EBEBEB;
   border-right: 1px solid #EBEBEB;
   padding: 0 16px;
   justify-content: center;
}

nav .tel {
   display: none;
}

.tel {
   color: #C53022;
   text-align: right;
   font-size: 18px;
   font-weight: 700;
   line-height: normal;
   display: flex;
   align-items: center;
   gap: 10px;
}

.tel::before {
   content: "";
   width: 24px;
   height: 24px;
   display: inline-block;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23C53022' d='M9.366 10.682a10.555 10.555 0 0 0 3.952 3.952l.884-1.238a1 1 0 0 1 1.294-.296 11.422 11.422 0 0 0 4.583 1.364 1 1 0 0 1 .921.997v4.462a1 1 0 0 1-.898.995A15.51 15.51 0 0 1 18.5 21C9.94 21 3 14.06 3 5.5c0-.538.027-1.072.082-1.602A1 1 0 0 1 4.077 3h4.462a1 1 0 0 1 .997.921A11.422 11.422 0 0 0 10.9 8.504a1 1 0 0 1-.296 1.294l-1.238.884Zm-2.522-.657 1.9-1.357A13.41 13.41 0 0 1 7.647 5H5.01c-.006.166-.009.333-.009.5C5 12.956 11.044 19 18.5 19c.167 0 .334-.003.5-.01v-2.637a13.413 13.413 0 0 1-3.668-1.097l-1.357 1.9a12.445 12.445 0 0 1-1.588-.75l-.058-.033a12.556 12.556 0 0 1-4.702-4.702l-.033-.058a12.444 12.444 0 0 1-.75-1.588Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.header_share {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   width: 13.5%;
}

.header_btn {
   border: 0;
   background-color: transparent;
   cursor: pointer;
   outline: none;
   padding: 0;
   margin-top: 14px;
   color: #C53022;
   text-align: right;
   font-size: 16px;
   font-weight: 400;
   line-height: normal;
   position: relative;
}

.header_btn.header_adaptive_btn {
   display: none;
}

.header_btn::after {
   content: "";
   position: absolute;
   bottom: -6px;
   left: 0;
   right: 0;
   width: 100%;
   background-color: #C53022;
   height: 1px;
}

.consultation {
   height: 606px;
   background-position: center;
   background-image: url(/wp-content/themes/x/img/consultation.jpg);
}

.consultation .container {
   justify-content: space-between;
}

.consultation_box {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-direction: column;
   align-items: center;
   background: rgba(255, 255, 255, 0.90);
   backdrop-filter: blur(5px);
   width: 100%;
   max-width: 465px;
   color: #1E1E1E;
   padding: 90px 50px 30px;
   height: 100%;
}

.consult_logo {
   width: 107px;
   height: 105px;
   margin-bottom: 23px;
   background-image: url(/wp-content/themes/x/img/logo.png);
   background-size: 107px;
}

.consult_name {
   font-size: 36px;
   font-style: normal;
   font-weight: 700;
   position: relative;
   padding-bottom: 13px;
   margin-bottom: 13px;
   position: relative;
}

.consult_name::after {
   content: "";
   position: absolute;
   background: #444;
   width: 246px;
   height: 1px;
   bottom: 0;
   left: 50%;
   transform: translateX(-50%);
}

.consult_position {
   color: #1E1E1E;
   text-align: center;
   font-size: 30px;
   font-weight: 700;
   line-height: normal;
   margin-bottom: 60px;
}

.consult_descr {
   color: #1E1E1E;
   text-align: center;
   font-size: 18px;
   font-weight: 400;
   line-height: 150%;
   margin-bottom: 60px;
}

.callback .btn::before,
.btn_callback::before,
.modal_wrapper .btn.send::before {
   content: "";
   width: 24px;
   height: 24px;
   display: inline-block;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23EBEBEB' d='M5.455 15 1 18.5V3a1 1 0 0 1 1-1h15a1 1 0 0 1 1 1v12H5.455Zm-.692-2H16V4H3v10.385L4.763 13ZM8 17h10.237L20 18.385V8h1a1 1 0 0 1 1 1v13.5L17.545 19H9a1 1 0 0 1-1-1v-1Z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.header_btn.btn_callback::before {
   content: none;
}

.modal_wrapper .btn.send {
   display: flex;
   align-items: center;
   gap: 10px;
}

.btn {
   border-radius: 3px;
   background: #C53022;
   display: flex;
   padding: 15px 5px;
   justify-content: center;
   align-items: center;
   gap: 10px;
   color: #FFF;
   text-align: center;
   font-size: 20px;
   font-weight: 700;
   line-height: 150%;
   cursor: pointer;
   outline: none;
   transition: all 0.3s;
   max-width: 311px;
   width: 100%;
   border: none;
}

.btn:hover {
   background-color: #90281B;
}


aside {
   max-width: 492px;
   width: 100%;
}

aside b {
   display: block;
   margin-bottom: 20px;
   color: #444;
   font-family: Play;
   font-size: 20px;
   font-weight: 700;
   line-height: normal;
}

aside .services_list {
   flex-direction: column;
}

aside .services_list li {
   height: auto;
   width: 100%;
   max-width: 100%;
   display: flex;
   align-items: center;
   gap: 0;
   padding: 0;

}

aside .services_list li a {
   height: auto;
   width: 100%;
   max-width: 100%;
   display: flex;
   align-items: center;
   gap: 20px;
   padding: 20px;
   flex-direction: row;
   justify-content: flex-start;
}

aside .services_list li span {
   color: #444;
   font-size: 18px;
   font-weight: 700;
   line-height: normal;
   text-align: left;
   max-width: 100%;
}

aside .services_list li br {
   display: none;
}

.faq {
   display: flex;
   gap: 30px;
   flex-direction: column;
}

.faq li.active .faq_button::after {
   transform: rotate(-180deg);
}

.faq_button {
   display: block;
   width: 100%;
   padding-right: 30px;
   cursor: pointer;
   position: relative;
}

.faq_button::after {
   content: "";
   position: absolute;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12.0001 15L7.75708 10.757L9.17208 9.34302L12.0001 12.172L14.8281 9.34302L16.2431 10.757L12.0001 15Z' fill='%23C53022'/%3E%3C/svg%3E");
   top: 0;
   right: 0;
   width: 24px;
   height: 24px;
   display: inline-block;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   transition: all .4s ease;
}

.faq_text {
   margin-top: 20px;
   display: none;
}

.about.about_service {
   padding: 0 0 70px;
   display: block;
}

.about.about_service .container {
   display: block;
}

.about_service .about_service_wrapper {
   width: 100%;
}

.about_service_header {
   background-image: url(/wp-content/themes/x/img/about_service_header.jpg);
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}

.about_service_header h1 {
   color: #FFF;
   font-family: Play;
   font-size: 40px;
   font-weight: 700;
   line-height: normal;
   padding: 35px 0;
   text-align: left;
}

.about_service_path,
.about_service_path a {
   color: #444;
   font-family: Play;
   font-size: 16px;
   font-weight: 400;
   line-height: normal;
   display: inline-block;
}

.about_service_path {
   margin: 13px 0 43px;
}

.about_service .about_service_body {
   display: flex;
   justify-content: space-between;
   gap: 30px;
}

.about_service .about_descr {
   max-width: 593px;
   width: 100%;
   display: block;
}

.about_service .about_descr ul li {
   line-height: 20px;
}

.about_service .about_descr,
.about_service .about_descr p {
   color: #1E1E1E;
   font-size: 18px;
   font-weight: 400;
   line-height: 130%;
   font-family: Play;
}

.about_service .about_descr a {
   color: #C53022;
   font-size: 18px;
   font-weight: 400;
   line-height: 130%;
   font-family: Play;
   transition: all .4s ease;
}

.about_service .about_descr a:hover {
   color: #90281B;
}


.about_service .about_descr b {
   color: #444;
   font-size: 18px;
   font-weight: 700;
   line-height: 130%;
   font-family: Play;
}

.about_service .about_descr h3 {
   color: #444;
   font-size: 30px;
   font-weight: 700;
   line-height: normal;
   margin-bottom: 30px;
   font-family: Play;
}

.about_service .about_descr img {
   margin-top: 20px;
   margin-bottom: 20px;
   max-width: 100%;
   object-fit: contain;
}

.about_service .about_descr strong {
   color: #C53022;
   font-size: 20px;
   font-weight: 700;
   line-height: 130%;
   font-family: Play;
}

.services_title {
   text-align: center;
   text-transform: uppercase;
   width: 100%;
   font-size: 40px;
   color: #444444;
   padding: 100px 0 50px;
   font-weight: bold;
}

.services_list {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-wrap: wrap;
   width: 100%;
   margin: 0 auto;
}

.services_list>li {
   width: calc(100% / 4);
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   height: 300px;
   cursor: pointer;
   position: relative;
   border: 1px solid #EBEBEB;
   background-color: #fff;
   transition: all .4s ease;
}

.services_list>li> a {
   display: flex;
   align-items: center;
   flex-direction: column;
}
.services_list>li:hover {
   background-color: #C53022;
}

.services_list>li:hover img {
   filter: brightness(0) invert(1);
}

.services_list>li:hover span {
   color: #fff;
}

.services_list>li img {
   width: 67px;
   height: 67px;
   background-position: center;
   background-repeat: no-repeat;
   transition: all .4s ease;
   filter: none;
}

.services_list>li span {
   color: #444;
   text-align: center;
   font-size: 18px;
   font-weight: 700;
   line-height: normal;
   max-width: 220px;
}

.services_help .icon {
   background-image: url(/wp-content/themes/x/img/help.png);
}

.services_doc .icon {
   background-image: url(/wp-content/themes/x/img/doc.png);
}

.services_register .icon {
   background-image: url("/wp-content/themes/x/img/icon_registration.png");
}

.services_out .icon {
   background-image: url("/wp-content/themes/x/img/icon_vn_econom.png");
}

.services_outsource .icon {
   background-image: url("/wp-content/themes/x/img/icon_buh_aytsorsing.png");
}

.services_consult,
.services_patron,
.services_register {
   background-color: rgb(97, 108, 131);
}

.services_consult .icon {
   background-image: url(/wp-content/themes/x/img/consult.png);
}

.services_busines .icon {
   background-image: url(/wp-content/themes/x/img/business.png);
}

.services_patron .icon {
   background-image: url(/wp-content/themes/x/img/patron.png);
}

.services_capital .icon {
   background-image: url(/wp-content/themes/x/img/capital.png);
}

.services_descr {
   width: 100%;
   background-color: #595959;
   color: white;
   font-size: 1.2rem;
   position: absolute;
   top: 0;
   min-height: 100%;
   display: none;
   padding: 25px;
   z-index: 2;
}

.services_descr li {
   width: 100%;
   height: auto;
   line-height: 1.5;
   align-items: flex-start;
}

/*.services_list li:hover .services_descr{*/
/*height: 100%;*/
/*padding: 10px 20px;*/
/*}*/
.about {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   justify-content: space-between;
   padding-top: 109px;
   padding-bottom: 107px;
}

.about .container {
   align-items: flex-start;
}

.about_descr b {
   font-weight: 700;
}

.photo {
   width: 45.8%;
}

.photo img {
   width: 100%;
}

.about_descr {
   /*width: 50.2%;*/
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-direction: column;
}

.about_row {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.about_row img.about_img {
   max-width: 559px;
}

.about_row:first-child img {
   margin-left: -56px;
}

.about_row:first-child .about_text {
   margin-left: 45px;
}

.about_row:last-child .about_text {
   margin-right: 115px;
}

.about_row {
   margin-bottom: 120px;
}

.about_name,
.about_special {
   color: #444;
   font-size: 40px;
   margin-bottom: 50px;
   font-weight: 700;
   line-height: normal;
}

.about_text {
   max-width: 710px;
   width: 100%;
}



.about_text h2,
.about_text h3 {
    font-size: 20px;
    font-weight: 700;
}

.about_text ul {
    
}
.about_text ul li {
    
}



.about_descr p {
   color: #1E1E1E;
   font-size: 18px;
   font-weight: 400;
   line-height: 130%;
   margin-bottom: 15px;
}

.about_descr strong {
   font-weight: 700;
   color: #C53022;
}

/* .about_descr .bg-red {
   background-color: #C53022;
   color: #fff;
} */

.about_special {
   margin-top: 15px;
}

.about_descr ul {

   font-size: 1.25rem;
   color: #444444;
   font-family: 'Arial';
   margin-bottom: 39px;
}

.about_descr ul li {
   line-height: 33px;
   margin-bottom: 3px;
   max-width: 600px;
}

.about_descr a {
   color: #d66062;
   font-family: 'Arial', sans-serif;
   position: relative;
   font-size: 1.25rem;
   margin-bottom: 30px;
   width: fit-content;
}

.about_descr a:after {
   content: '';
   width: 100%;
   height: 1px;
   background-color: #d66062;
   left: 0;
   bottom: 0;
   position: absolute;
   transition: all, 0.3s;
}

.about_descr a:hover:after {
   opacity: 0;
}

.about_descr .btn_white {
   border: 2px solid rgb(150, 152, 158);
   color: #4b566c;
   font-size: 1.375rem;
   background-color: white;
   transition: all, 0.3s;
   cursor: pointer;
   height: 60px;
   line-height: 22px;
   display: block;
   width: 100%;
   text-align: center;
   padding: 19px 0;
   max-width: 385px;
   font-family: 'MyriadPro-Regular', sans-serif;
}

.about_descr .btn_white:hover {
   background-color: rgb(150, 152, 158);
   color: white;
}

.about_descr .btn_white:after {
   display: none;
}

footer {
   background-color: #fff;
   padding: 39px 0 45px;
}

footer .container {
   align-items: flex-start;
}

.contacts,
.callback {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-direction: column;
}

.callback {
   width: 50%;
}


footer .callback,
footer .callback .btn {
   max-width: 425px;
   width: 100%;
}

.contacts {
   width: calc(785/1210 * 100%);
}

.contacts_title {
   color: #444;
   font-size: 40px;
   font-weight: 700;
   line-height: normal;
   margin-bottom: 30px;
}

.contacts_name {
   color: #1E1E1E;
   font-size: 20px;
   font-weight: 700;
   line-height: normal;
   margin-bottom: 27px;
}

.contacts_block {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-direction: column;
}

#contacts .contacts_block {
   margin-bottom: 27px;
}

.contacts_block span,
.contacts_block a {
   color: #1E1E1E;
   font-size: 16px;
   font-weight: 400;
   width: fit-content;
}

.contacts_block span:first-child {
   color: #1E1E1E;
   font-size: 20px;
   font-weight: 700;
   margin-bottom: 10px;
   line-height: normal;
}

.callback_form_inside {
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   flex-direction: column;
   align-items: flex-end;
}

input,
textarea {
   color: #1E1E1E;
   font-size: 16px;
   font-weight: 400;
   line-height: normal;
   border: 1px solid #EBEBEB;
   background-color: transparent;
   width: 100%;
   font-family: 'Play';
   outline: none;
   padding: 15px;
   margin-bottom: 20px;
}

input::-webkit-input-placeholder {
   color: #1E1E1E;
}

input::-moz-placeholder {
   color: #1E1E1E;
}

input:-moz-placeholder {
   color: #1E1E1E;
}

input:-ms-input-placeholder {
   color: #1E1E1E;
}

textarea::-webkit-input-placeholder {
   color: #1E1E1E;
}

textarea::-moz-placeholder {
   color: #1E1E1E;
}

textarea:-moz-placeholder {
   color: #1E1E1E;
}

textarea:-ms-input-placeholder {
   color: #1E1E1E;
}

textarea {
   height: 106px;
}

input:focus,
textarea:focus {
   border: 1px solid rgb(97, 97, 97);
}


.modal_wrapper {
   position: relative;
   height: 100%;
   width: 100%;
   max-width: 400px;
   align-items: center;
   display: none;
}

.modal,
.modal_done {
   align-items: center;
   justify-content: center;
   transition: all .3s;
   visibility: hidden;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   width: 100%;
   max-width: 400px;
   transform: scale(0);
   position: absolute;
}

.modal.on,
.modal_done.on {
   width: 100%;
   max-width: 400px;
   transform: scale(1);
   visibility: visible;
}

.modal_form_wrapper_inside {
   background: rgb(255, 255, 255);
   width: 100%;
   flex-direction: column;
   padding: 40px 30px;
   position: relative;

}

.modal_done {
   font-size: 1.2rem;
   text-align: center;
   line-height: 2;
}

.close_btn {
   width: 30px;
   height: 30px;
   position: absolute;
   top: 0;
   right: 0;
   background-position: center;
   background-repeat: no-repeat;
   background-size: 15px;
   cursor: pointer;
   background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' ?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3Csvg height='512px' id='Layer_1' style='enable-background:new 0 0 512 512;' version='1.1' viewBox='0 0 512 512' width='512px' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M437.5,386.6L306.9,256l130.6-130.6c14.1-14.1,14.1-36.8,0-50.9c-14.1-14.1-36.8-14.1-50.9,0L256,205.1L125.4,74.5 c-14.1-14.1-36.8-14.1-50.9,0c-14.1,14.1-14.1,36.8,0,50.9L205.1,256L74.5,386.6c-14.1,14.1-14.1,36.8,0,50.9 c14.1,14.1,36.8,14.1,50.9,0L256,306.9l130.6,130.6c14.1,14.1,36.8,14.1,50.9,0C451.5,423.4,451.5,400.6,437.5,386.6z'/%3E%3C/svg%3E");

}

.btn_menu {
   display: none;
}

.mob_photo {
   display: none;
}

.modal input,
.modal textarea {
   height: 50px;
   border: 1px solid rgb(196, 196, 196);
   font-size: 1.0625rem;
   width: 100%;
   color: #565656;
   font-family: 'Arial', sans-serif;
   margin-bottom: 18px;
   padding: 0 16px;
}

.modal textarea {
   height: 90px;
   resize: none;
   margin-bottom: 40px;
   padding: 12px 16px;
}

.modal .send {
   margin: 0 auto;
   display: block;
}

.bottom_line {
   height: 58px;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;

}

.copy,
.copy_link {
   color: #c4c4c4;
   font-size: 1.2rem;
}

.popup {
   left: -100%;
   opacity: 0;
   position: fixed;
   top: 50%;
   transform: translate(-50%, -50%);
   max-width: 840px;
   width: 100%;
   background: #FFF;
   transition: all .4s ease;
   z-index: 5;
   pointer-events: none;
}

.modal_form_wrapper_inside,
.popup {
   -webkit-box-shadow: 1px 7px 42px -11px rgba(0, 0, 0, 0.63);
   -moz-box-shadow: 1px 7px 42px -11px rgba(0, 0, 0, 0.63);
   box-shadow: 1px 7px 42px -11px rgba(0, 0, 0, 0.63);
}

.popup.show {
   opacity: 1;
   left: 50%;
   pointer-events: auto;
}

.popup_overlay.show {
   opacity: 1;
   z-index: 4;
   pointer-events: auto;
}

.popup_overlay {
   z-index: -1;
   pointer-events: none;
   opacity: 0;
   position: fixed;
   width: 100%;
   height: 100%;
   background-color: rgba(220, 136, 128, 0.5);
   transition: opacity .4s ease;
}

.popup_footer {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.popup_footer .service_link {
   color: #C53022;
   transition: color .4s ease;
   display: block !important;
   text-align: left;
   order: 1;
   font-size: 18px;
}

.popup .service_link:hover {
   color: #90281B;
}

.popup_wrapper,
.modal_form_wrapper_inside {
   background-repeat: no-repeat;
   background-size: 445px;
   background-position: center center;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='446' height='414' fill='none' viewBox='0 0 446 414'%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M114.763 188.235a153.28 153.28 0 0 0-22.24 3.58 40.643 40.643 0 0 1-11.19 1.31c-3.74-.2-7.41-1-11.11-1.57a92.68 92.68 0 0 0-22.44-.37c-8.53.79-17 2.39-25.36 4-.24 0-.25.45 0 .4 14.85-2.85 30-5.75 45.21-4 3.73.43 7.4 1.26 11.12 1.69 3.566.4 7.172.244 10.69-.46 3.63-.7 7.2-1.66 10.83-2.36s7.27-1.24 10.93-1.63a136.42 136.42 0 0 1 25.6-.33c.11 0 .16-.18 0-.19a136.406 136.406 0 0 0-22.04-.07Zm-96.38-24.97c-.088 5.313.199 10.626.86 15.9a83.534 83.534 0 0 0 3.31 15.89c0 .07.13 0 .11 0-.58-2.56-1.29-5.08-1.82-7.65-.53-2.57-1-5.27-1.31-7.93a105.363 105.363 0 0 1-.82-16.19c.01-.31-.33-.24-.33-.02Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M13.303 152.784c1.78 6.69 3.47 13.42 5.33 20.09.05.19.34.051.29-.119-1.75-6.69-3.68-13.34-5.52-20-.01-.08-.12-.031-.1.029Zm-1.3-5.019c.16 1 .3 2 .49 3 0 .07.12 0 .12 0-.07-.85-.19-1.7-.29-2.54.23.224.519.381.833.452.314.07.642.052.947-.052a.14.14 0 0 0 .048-.022.13.13 0 0 0 .05-.14.134.134 0 0 0-.025-.047.122.122 0 0 0-.04-.033.113.113 0 0 0-.051-.015.132.132 0 0 0-.052.007 1.54 1.54 0 0 1-1.78-.71c-.13-.18-.25-.02-.25.1Zm16.69 1.01c-4.69-.22-9.36-.61-14-1-.05 0-.08.08 0 .09a200.33 200.33 0 0 0 49.64.1c4.65-.53 9.3-1.2 13.9-2.06.22 0 .24-.42 0-.38a224.928 224.928 0 0 1-49.54 3.25Zm15 47.02a164.124 164.124 0 0 0-19.08 3.44c-.15 0-.17.3 0 .26 6.27-1.36 12.53-2.6 18.9-3.42 6.37-.82 12.74-1.26 19.15-1.56.06 0 .08-.12 0-.12a160.73 160.73 0 0 0-18.97 1.4Zm-20.82 3.779-.56.26c-.07 0 0 .17 0 .13l.55-.29c.14-.04.08-.13.01-.1Zm-11.08-43.029c2.2 6.88 4.2 13.79 5.7 20.87a190.896 190.896 0 0 1 3.36 21.69c0 .06.09 0 .09 0a176.365 176.365 0 0 0-8.94-42.66c0-.15-.25-.04-.21.1Zm94.84 36.3h-.31c-8.52 1-17.07 1.74-25.69 2-4.22.14-8.444.196-12.67.17-.07 0-.11.12 0 .12a275.807 275.807 0 0 0 41.82-2.31c11.12-.27 22.24-.68 33.36-1 .2 0 .21-.33 0-.33-10.47.36-20.94.68-31.4 1.11 4.18-.57 8.36-1.21 12.5-2 .21 0 .23-.41 0-.37a380.156 380.156 0 0 1-17.61 2.61Zm32.83-4.12c-.05 0-.06.1 0 .09 3-.34 6.12-.74 9.12-1.29.14 0 .16-.26 0-.24-3.04.35-6.11.87-9.12 1.44Zm-12.69-44.19c5.62 11 11.46 21.89 17.21 32.81 1.63 3.1 3.22 6.22 4.91 9.28 0 .08.16 0 .12-.09-2.72-5.51-5.65-10.93-8.49-16.38l-8.61-16.52c-1.62-3.11-3.22-6.23-4.87-9.31-.09-.17-.35.04-.27.21Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M9.283 159.515a297.635 297.635 0 0 1 7.49 44.32c0 .06.09 0 .09 0 3.63-.84 7.25-1.72 10.87-2.61.16 0 .18-.33 0-.28-3.62.9-7.25 1.81-10.86 2.76a249.31 249.31 0 0 0-7.2-44.32c-.09-.26-.45-.09-.39.13Zm1.72-7.2a.12.12 0 0 0-.12.14c.12.93.25 1.9.46 2.81 0 .07.11 0 .11 0-.05-.94-.18-1.89-.33-2.82a.131.131 0 0 0 0-.05c.53.15 1.07.29 1.61.41.13 0 .19-.19 0-.22a31.8 31.8 0 0 0-1.7-.31c-.03-.04-.03.01-.03.04Zm-2.65 1.839c.213 1.114.423 2.231.63 3.351 0 .06.11 0 .1 0-.174-1.1-.337-2.201-.49-3.301.76.09 1.52.17 2.28.22.12 0 .17-.189 0-.199-.78-.06-1.56-.111-2.34-.131-.01-.12-.21-.12-.18.06Zm53.88 47.931-15.42 1c-4.69.3-9.42.47-14.08 1.07-4.66.6-9.09 1.73-12.87 4.39-.23-1.39-.48-2.78-.73-4.17 0-.06-.11 0-.1 0 .21 1.44.43 2.89.66 4.33 0 .14.2.08.19 0 7.56-5 17.28-4.78 26-5.31l30.12-1.87c5.69-.35 11.39-.65 17.07-1.08.18 0 .19-.31 0-.3-10.29.51-20.57 1.28-30.84 1.94Zm42.45-3.11c-4 0-8 .13-12 .18 0 0-.07.08 0 .08 14.06-.06 28.123-.134 42.19-.22 4 0 8 0 12-.1.25 0 .38-.43.09-.43-14.11-.07-28.2.34-42.28.49Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M145.913 196.364c.251.718.538 1.422.86 2.11l-.17-.12s-.09 0-.05.07c.04.07.25.22.37.34.12.12.15 0 .13-.1a25.735 25.735 0 0 0-.94-2.41c-.11-.09-.23.02-.2.11Zm-.91-8.179a49.313 49.313 0 0 0 2.85 4.66c-3.64.22-7.29.66-10.93 1-.09 0-.09.16 0 .15 3.75-.29 7.52-.45 11.26-.85.18 0 .19-.3 0-.29h-.18a50.156 50.156 0 0 0-2.73-4.85c-.1-.18-.34.02-.27.18Zm-100.05 11.44c-3.61.36-7.21.73-10.82 1.08-.06 0-.07.11 0 .11 12.65-1.18 25.31-2.27 38-3.45 3.61-.34 7.21-.67 10.82-1 .19 0 .21-.34 0-.32-12.71 1.05-25.36 2.32-38 3.58Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M118.813 194.695c-6.24.353-12.477.713-18.71 1.08-3.55.21-7.09.45-10.64.65-.06 0-.06.1 0 .1 12.48-.66 25-1.26 37.43-1.92 3.55-.19 7.1-.32 10.64-.58.22 0 .23-.37 0-.36-6.25.22-12.53.68-18.72 1.03Zm23.86-5.821a31.35 31.35 0 0 0 1.77 2.801c0 .06.12 0 .09-.07a31.79 31.79 0 0 0-1.64-2.9c-.08-.14-.29.039-.22.169Zm-101.04 16.17a69.47 69.47 0 0 0-15.63 4.5c-.06 0 0 .12 0 .1a86.393 86.393 0 0 1 15.58-4.32 89.965 89.965 0 0 1 16.14-1c.15 0 .24-.26.06-.27a67.505 67.505 0 0 0-16.15.99Zm-16.47 1.731c.13.906.313 1.805.55 2.69 0 .06.11 0 .11 0a23.984 23.984 0 0 0-.45-2.75c-.03-.17-.23-.06-.21.06Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M128.433 204.725a128.196 128.196 0 0 1-17.57-1.62 98.053 98.053 0 0 0-17.2-.87c-5.81.24-11.59.88-17.39 1.36-6.697.622-13.434.675-20.14.16-.08 0-.12.12 0 .14 11.61 1.78 23.47-.43 35.08-1.09a97.067 97.067 0 0 1 17.76.55c6 .75 11.9 1.76 17.94 1.85a76.521 76.521 0 0 0 19.47-2.23c.28-.07.3-.56 0-.49a76.274 76.274 0 0 1-17.95 2.24Zm17.09-5.841a38.954 38.954 0 0 0 2 4c0 .08.16 0 .14-.08a39.846 39.846 0 0 0-1.81-4.07c-.1-.21-.41-.02-.33.15Zm-1.26-5.249a8.502 8.502 0 0 0 2 3.18s.09 0 .07-.07a33.695 33.695 0 0 1-1.77-3.27c-.11-.16-.34.01-.3.16Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M145.783 199.025a21.075 21.075 0 0 0 1.78 4c-1.33.14-2.66.33-4 .51-.05 0-.06.09 0 .09 1.37-.11 2.75-.19 4.12-.34.14 0 .17-.22.05-.26a21.124 21.124 0 0 0-1.74-4.07c-.05-.19-.25-.05-.21.07Zm-37.68-53.29c-6.08-.31-12.14-1.13-18.23-1.16a45.98 45.98 0 0 0-10.1.94c-.07 0-.08.14 0 .13 6.17-1.1 12.38-.81 18.59-.29a155.77 155.77 0 0 0 18.12.87 84.432 84.432 0 0 0 10.41-.92c.24 0 .26-.43 0-.4a107.497 107.497 0 0 1-18.79.83Zm-78.82 43.06c0 .05.08 0 .08 0s-.08-.05-.08 0Zm-.28.32s-.05.09 0 .08c6.22-.667 12.437-1.377 18.65-2.13.07 0 .08-.13 0-.12-6.227.686-12.444 1.41-18.65 2.17Zm-2.29.55c-.07 0 0 .14 0 .11.31-.11.62-.26.92-.38v-.08c-.3.11-.63.21-.92.35Zm-9.61-36.94c2.53 8.73 5 17.5 7.61 26.2.55 3.55 1.1 7.1 1.74 10.63h.08c-.43-3.13-.94-6.25-1.45-9.38l.48 1.57c0 .05.09 0 .08 0-.253-.94-.51-1.877-.77-2.81-.294-1.76-.584-3.524-.87-5.29 0-.07-.12 0-.11 0 .2 1.273.396 2.546.59 3.82-2.3-8.29-4.78-16.55-7.18-24.81-.03-.15-.23-.05-.2.07Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M17.293 152.545v-.08s.13-.09.06-.12-.23.27-.06.2Zm23.25-.091c-3.4.27-6.8.56-10.2.91l-12.66-1.13c-.06 0-.08.09 0 .1l12 1.11-2.29.25c-.05 0-.06.09 0 .09l3.08-.27 6.62.6c.08 0 .12-.13 0-.14l-5.87-.53c14-1.21 28.09-2.12 42.19-2.33 4.35-.06 8.71-.05 13.06 0 .12 0 .18-.2 0-.21-15.29-.26-30.65.35-45.93 1.55Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M123.323 149.974c-14.72.77-29.47.84-44.2.35-.06 0-.09.1 0 .1 14.74.69 29.5.58 44.23-.19a.114.114 0 0 0 .059-.021.115.115 0 0 0 .041-.049c2.69 5.61 5.71 11.09 8.57 16.63 2.86 5.54 5.54 10.79 8.4 16.13-6.4.25-12.8.76-19.2 1.16-6.4.4-12.85.8-19.28 1.19-3.67.22-7.34.43-11 .68-.1 0-.11.17 0 .16 12.85-.73 25.7-1.57 38.55-2.36 3.67-.22 7.34-.39 11-.7l.17.31c0 .06.11 0 .09-.06-2.77-5.59-5.66-11.12-8.52-16.66-2.86-5.54-5.57-11.17-8.58-16.62 0-.09-.14 0-.18 0a.113.113 0 0 0-.027-.034.097.097 0 0 0-.038-.022.104.104 0 0 0-.043-.006.145.145 0 0 0-.042.012Zm-75.89 36.521 38.67.28s.07-.08 0-.08l-38.65-.39c-.09-.01-.15.19-.02.19Zm-20.3-3.61c-2-8.95-4.13-17.881-6.28-26.801a30.016 30.016 0 0 0 1.48-2.74c0-.07-.09-.15-.13-.09-.52.78-1 1.621-1.45 2.461h-.09v.11l-.2.369c-.06.11.14.241.2.131l.08-.131c2 8.907 4.036 17.797 6.11 26.67.06.17.32.181.28.021Zm.35.579c0-.07-.12-.07-.12 0 0 1 .06 2 .13 3 0 .12.21.13.2 0-.03-1.03-.13-2.01-.21-3Zm3.16 4.201c-.88-.72-1.86-1.36-2.8-2-.08-.05-.16 0-.08.1.89.7 1.8 1.44 2.75 2.06.12.08.25-.06.13-.16Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M136.213 179.565c-.38.546-.757 1.096-1.13 1.65-7.57.35-15.13.9-22.69 1.34l-22.85 1.34c-4.134.246-8.264.503-12.39.77a268.965 268.965 0 0 0-34.49 1.41c-4 .41-8 .87-11.92 1.54-.1 0 0 .18.05.17 7.1-.89 14.19-1.75 21.34-2.24 7.15-.49 14.41-.7 21.62-.63 4.06 0 8.11.17 12.17.35.15 0 .09-.21 0-.22-2.454-.154-4.91-.267-7.37-.34 14.63-.76 29.25-1.67 43.88-2.51 4.3-.25 8.61-.44 12.9-.74.17 0 .11-.24 0-.25.353-.527.703-1.054 1.05-1.58-.03-.04-.12-.12-.17-.06Zm-13.61-26.521a12.39 12.39 0 0 0-2.08-1.27.065.065 0 0 0-.041-.008.054.054 0 0 0-.019.098c.621.511 1.291.96 2 1.34a.109.109 0 0 0 .077.027.106.106 0 0 0 .073-.037.106.106 0 0 0-.01-.15Zm13.03 25.93c-4.29-8.52-8.46-17.13-12.94-25.56 0-.06-.13 0-.1 0 4.08 8.62 8.48 17.09 12.74 25.62.1.21.4.14.3-.06Zm-15.35-27.91c-20.19.74-40.38 1.31-60.57 2l-17.11.61c-3.48 0-7 .17-10.43.26-3.43.09-7.1.12-10.63.35-.09 0-.05.12 0 .12 3.55 0 7.11-.12 10.65-.21s7.09-.15 10.64-.29c.09 0 .11-.08.09-.15 20.1-.586 40.196-1.213 60.29-1.88 5.71-.18 11.42-.38 17.13-.54.19.02.12-.27-.06-.27Zm-21.65 12.251a12.867 12.867 0 0 0-14.18-8.2c-.18 0 0 .29.11.26a12.3 12.3 0 0 1 10.75 20.93c-4.15 4-10.78 5-16.25 3.69-5.47-1.31-10.48-5.47-11.52-11.33-1.04-5.86 3.16-12.31 9.48-12.48.07 0 0-.11 0-.1-5.45.11-9.77 5-9.88 10.34-.12 5.92 4.09 11 9.44 13.09 5.5 2.14 12.5 1.79 17.41-1.67a12.937 12.937 0 0 0 4.64-14.53Zm-51.19 2.14a.108.108 0 0 0-.078.032.108.108 0 0 0-.032.078c0 .029.011.057.032.077a.11.11 0 0 0 .078.033 3.474 3.474 0 0 1 2.84 3.17 5.176 5.176 0 0 1-1.58 4c-2.16 2.32-5.88 3.77-9 2.7-3.12-1.07-4.8-4.32-3.25-7.28 1.64-3.13 5.31-4 8.55-4.21.06 0 0-.1 0-.09-2.92.19-6.06.79-8 3.17a5.15 5.15 0 0 0-.21 6.57c3.45 4.43 11.29 2.25 13.37-2.53.95-2.2-.03-5.4-2.72-5.72Zm73.2-.03c-1.1-2.65-3.92-4-6.59-4.5-.16 0-.17.2 0 .23 2.67.51 5.5 1.87 6.48 4.59a4.708 4.708 0 0 1-3.42 6.39c-2.73.68-6.06-.1-7.64-2.58s-.49-6.54 2.91-6.74c.06 0 0-.1 0-.09a4.186 4.186 0 0 0-3.89 4.28 5.782 5.782 0 0 0 3.92 5.11 7.606 7.606 0 0 0 7-.76 5.004 5.004 0 0 0 1.23-5.93Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M126.543 143.875a47.253 47.253 0 0 1-12.13 2.3 93.772 93.772 0 0 1-12.56-.58c-7.87-.77-15.64-1.64-23.48-.17a.307.307 0 0 0-.097-.249.315.315 0 0 0-.253-.081 181.172 181.172 0 0 1-32.72 4.06 192.7 192.7 0 0 1-32.86-2.35v-.17c0-.15-.3-.18-.27 0 .07.45.08.91.14 1.37l-.48-.3c-.21-.14-.57-.08-.52.25a42.59 42.59 0 0 0 .8 4.23c-.37-.17-.77-.3-1.14-.43-.18-.07-.5 0-.43.28.123.659.187 1.329.19 2h-.86a7.671 7.671 0 0 0-1.5 0 .26.26 0 0 0-.23.24.132.132 0 0 0-.056.003.12.12 0 0 0-.05.027.13.13 0 0 0-.045.1c.415 4.034 1.062 8.04 1.94 12l2.22 12.31c1.45 8.08 2.87 16.17 4.34 24.25.1.53 1 .57.89 0-1.49-8.21-3-16.41-4.54-24.61-.732-4-1.46-7.98-2.18-11.94a112.918 112.918 0 0 0-2.35-11.77h.09c.45.042.902.042 1.35 0h1.06v.17c.07.27.6.46.62.06 0-.75-.25-1.49-.29-2.24.439.148.891.249 1.35.3a.11.11 0 0 0 .052-.003.1.1 0 0 0 .044-.025.108.108 0 0 0 .035-.092.253.253 0 0 0 .13-.28 35.118 35.118 0 0 0-.71-3.93l.35.1v.06c.09.28.55.23.52-.08a5.99 5.99 0 0 0-.34-1.29 144.472 144.472 0 0 0 32.85 2.64 151.232 151.232 0 0 0 32.58-4.42.15.15 0 0 0 .16.09c8.81-1.6 17.81.07 26.61.89 7.14.66 15.47 1.09 22.14-2.07.41-.17-.01-.76-.37-.65Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M150.203 188.814c-3.81-7.5-7.57-15-11.36-22.56-3.79-7.56-7.36-15.2-11.55-22.5-.14-.25-.59-.18-.45.14 3.28 7.71 7.26 15.17 11 22.67l10.39 21c-.587.025-1.171.086-1.75.18l-.1-.21c-.19-.36-.9-.4-.8.13 0 .08 0 .16.05.23-1.46.29-2.93.71-4.27 1.07-.18 0-.07.32.09.31 1.4-.11 2.94-.18 4.43-.39.45 1.423.975 2.822 1.57 4.19l-1.86.47v-.12c-.21-.56-1.12-.35-.89.27v.1h-.17c-.17 0-.07.29.08.28h.21c.54 1.45 1.07 2.94 1.7 4.35a13.65 13.65 0 0 0-1.4.09.175.175 0 0 0-.175.175.174.174 0 0 0 .175.175c.31.07.62.12.94.15.108.896.299 1.78.57 2.64-1.92.44-3.8 1.07-5.73 1.49a75.076 75.076 0 0 1-21.26 1.49c-7.06-.52-14-2.06-21.1-2.22 1.56-.39 3.11-.85 4.64-1.39.45-.16.12-.8-.3-.69-13.41 3.69-27 3.34-40.81 3.36-11.78 0-25.05.29-35.78 5.85a16.172 16.172 0 0 0-.69-2.93l.41-.18c.41-.2 0-.85-.41-.71a38.654 38.654 0 0 0-5.39 2.37c-.36-1.51-.75-3-1.19-4.51a.311.311 0 0 0-.37-.2.33.33 0 0 0-.14 0 10.98 10.98 0 0 0-2.07.5c-.27.09-.11.45.13.45.695-.01 1.388-.084 2.07-.22.253 1.447.54 2.887.86 4.32.08.38.63.46.77.21a40.912 40.912 0 0 0 4.81-1.76c.068 1.019.256 2.026.56 3l-.11.06c-.23.12 0 .48.23.4a79.842 79.842 0 0 1 18.75-4.82 158.86 158.86 0 0 1 19.36-.87c10.6 0 21.64.5 32.12-1.67 8.21 0 16.3 2.18 24.51 2.7 4.619.291 9.256.154 13.85-.41 4.46-.55 9.5-1.2 13.63-3 .52-.23.14-.9-.35-.8l-.25.05a15.5 15.5 0 0 0-.9-2.42l.53.07c.21 0 .49-.12.41-.38-.45-1.61-1.07-3.19-1.67-4.76.77-.07 1.53-.14 2.3-.23a.369.369 0 0 0 .32-.53c-.44-1.47-.88-3.08-1.48-4.55.52-.093 1.034-.217 1.54-.37a.354.354 0 0 0 .12-.07l.43.88c.37.74 1.63.44 1.22-.35Zm-131.47-14.97a.2.2 0 0 0 0-.15c-.7-4.39-2-8.75-3.1-13.05-1.1-4.3-2.14-8.72-3.36-13 0-.17-.36-.2-.31 0 .93 4.49 2 8.95 3.1 13.41 1 4.21 1.83 8.56 3.18 12.68 1.14 7.4 2.61 14.76 3.94 22.13.07.41.77.44.69 0-1.35-7.38-2.59-14.73-4.14-22.02Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M146.213 188.504c-11.36-.49-22.87-1.25-34.21-.23-9.62.87-18.83 3.94-28.42 4.46a153.464 153.464 0 0 0-45.88-.16c-2.34.35-4.68.75-7 1.22a41.06 41.06 0 0 0-8.13 2 .111.111 0 0 0-.004.178c.018.014.04.022.064.022a66.611 66.611 0 0 0 7-1.36 162.37 162.37 0 0 1 23.6-2.84c8.57-.36 17.154-.025 25.67 1a.157.157 0 0 0 .01.117c.01.017.022.033.037.046a.148.148 0 0 0 .053.027 27.2 27.2 0 0 0 4.06.34l1.57.22a.293.293 0 0 0 .24-.042.302.302 0 0 0 .13-.208 64.133 64.133 0 0 0 9.41-1.26c5.79-1.12 11.51-2.49 17.4-3 11.49-1.06 23.08-.11 34.58.24.48.02.29-.75-.18-.77Zm-134.88-35.59c0-.12-.26-.1-.23 0 1.9 7.63 3.95 15.19 5.37 22.93a223.523 223.523 0 0 1 3 23.41c0 .47.82.5.78 0-1.17-15.55-3.66-31.6-8.92-46.34Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M145.803 191.064h-.74a23.845 23.845 0 0 0-.89-2.32c0-.11-.26-.11-.23 0 .16.75.33 1.54.58 2.29-6.84.07-13.73.71-20.55 1.06-3.574.18-7.147.384-10.72.61 1.2-.24 2.4-.5 3.58-.8.34-.08.08-.54-.21-.49-4.59.8-9.16 1.43-13.74 1.93h-.71a.085.085 0 0 0-.035-.008.085.085 0 0 0-.035.008c-7.93.84-15.89 1.27-23.94 1.44-12.57.27-25.17.26-37.67 1.7a103.506 103.506 0 0 0-20.37 4.14c-.14 0 0 .25.09.22a182.062 182.062 0 0 1 38.1-5c12.6-.44 25.22-.25 37.81-1.16 4.54-.33 9.12-.74 13.64-1.46 4.77-.17 9.55-.35 14.32-.58 6.88-.33 13.86-.36 20.72-1 .1.19.45.19.44 0l.67-.06c.44.08.28-.52-.11-.52Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M145.813 193.574c-16.8 0-33.66.9-50.42 1.93-16.76 1.03-33.56 2.47-50.27 4.32-9.44 1-18.89 2.18-28.28 3.66-.18 0-.12.29 0 .27 16.72-1.87 33.42-3.9 50.18-5.38 16.76-1.48 33.54-2.57 50.35-3.3 9.5-.41 19-.53 28.5-.86.5 0 .34-.64-.06-.64Zm.47 5.161a719.57 719.57 0 0 0-96.85 4.1c-8.94 1-17.92 2-26.76 3.68-.15 0-.06.27.07.25 16-1.71 31.85-3.91 47.87-5.19 16.02-1.28 32.28-2 48.45-2.24 9.12-.12 18.236-.064 27.35.17.52.02.34-.76-.13-.77Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M144.083 196.134c-6-.17-12.09.46-18.08.68l-18.08.66c-12 .43-24.11.77-36.15 1.43-.13 0-.08.19 0 .19 12.07-.2 24.13-.72 36.19-1.15l17.72-.62c6.11-.21 12.38 0 18.46-.62.43-.04.29-.56-.06-.57Zm2.46 4.431a183.962 183.962 0 0 1-41.21.29.137.137 0 0 0-.099.041.135.135 0 0 0-.041.099c0 .037.014.072.041.098a.138.138 0 0 0 .099.042 142.182 142.182 0 0 0 41.34.06c.39-.06.25-.67-.13-.63Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M75.533 198.245c-9.3.81-18.58 2.31-27.84 3.49-9.26 1.18-18.56 2.34-27.83 3.58-.21 0-.14.34.05.32 9.41-1.11 18.82-2.29 28.22-3.46 9.16-1.14 18.42-2 27.53-3.48.28-.04.11-.47-.13-.45Zm20.53 2.87c-11.84.16-23.69.92-35.47 2.09a333.873 333.873 0 0 0-34.5 4.88c-.14 0-.06.25.07.23 11.62-1.69 23.18-3.5 34.87-4.63 11.69-1.13 23.39-1.73 35.12-2 .36-.05.23-.58-.09-.57Zm-8.85-7.501a211.683 211.683 0 0 0-33.12.19 199.128 199.128 0 0 0-32.09 4.69c-.18 0 0 .29.11.26a320.61 320.61 0 0 1 32.79-4.48 296.085 296.085 0 0 1 32.39-.199c.32.01.19-.441-.08-.461Zm55.36-3.639a132.328 132.328 0 0 0-50.17 3.79c-.12 0 0 .21.08.18a137.047 137.047 0 0 1 50-3.46.264.264 0 0 0 .263-.116.264.264 0 0 0-.006-.288.256.256 0 0 0-.167-.106Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M72.813 192.405a142.289 142.289 0 0 0-23.93.31 129.886 129.886 0 0 0-22.88 3.84c-.14 0 0 .23.09.2a221.519 221.519 0 0 1 23.64-3.55c7.712-.533 15.449-.61 23.17-.23.38 0 .23-.54-.09-.57Zm-57.74-14.58c-1.48-7.85-2.78-15.85-4.47-23.63 0-.11-.2-.12-.19 0 1.19 7.91 2.77 15.77 4.18 23.64 1.41 7.87 2.73 15.78 4.26 23.64.07.36.68.39.61 0-1.36-7.92-2.92-15.78-4.39-23.65Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M22.513 201.725a31.222 31.222 0 0 0-3.28.11c-.14 0-.09.19 0 .2 1.102.057 2.207.057 3.31 0 .27.03.18-.31-.03-.31Zm3.05-4.64c-1.13.23-2.26.47-3.38.75-3.06-15-6-30-9.12-45 0-.1-.2-.11-.18 0 2.82 15.14 5.88 30.14 8.78 45.14-.12.09-.06.27.07.36v.17c.06.33.63.35.55 0v-.18c1.16-.25 2.3-.54 3.45-.83.27-.09.06-.46-.17-.41Zm59.91-1.211a247.898 247.898 0 0 0-59 4.8c-.11 0 0 .21.06.19a356.624 356.624 0 0 1 59-4.56c.31.01.2-.42-.06-.43Zm57.81 3.951c-5.92.34-11.79.84-17.72.88-5.93.04-11.82-.2-17.71-.68-.15 0-.13.24 0 .25 11.67 1.11 23.84 1.5 35.49-.06.27-.03.19-.4-.06-.39Zm.29 1.83a95.925 95.925 0 0 1-19.08 2.12 89.183 89.183 0 0 1-19.06-2.23c-.14 0-.14.17 0 .2a77.017 77.017 0 0 0 38.34.35c.28-.12.06-.49-.2-.44Zm1.76-6.821c-9.18.45-18.36.77-27.54 1.12-9.18.35-18.42.3-27.53 1.18-.16 0-.1.23 0 .23 9.16.18 18.42-.58 27.57-.93 9.15-.35 18.37-.75 27.56-1 .45-.01.31-.61-.06-.6Zm1.35-2.509c-13.77 1.13-27.57 1.59-41.38 1.73-.19 0-.12.27 0 .28 13.82.13 27.64-.5 41.41-1.53.38-.02.29-.5-.03-.48Zm-.06-1.59a112.376 112.376 0 0 0-21.59.32c-.13 0-.09.21 0 .2a148.578 148.578 0 0 1 21.64-.05c.33.02.23-.44-.05-.47Zm-24.56-.55a167.528 167.528 0 0 0-25.83 3.24c-.13 0 0 .21.08.19 8.57-1.39 17.15-2.38 25.81-3 .28-.05.19-.45-.06-.43Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M138.533 189.834a100.72 100.72 0 0 0-47.53 3.52c-.13 0 0 .22.08.19a116.524 116.524 0 0 1 47.36-3.29c.35.04.36-.37.09-.42Zm-98.83-40.639a155.297 155.297 0 0 1 24.08-4.16 159.619 159.619 0 0 1 38.16 1h4.42a158.924 158.924 0 0 0-32.48-2.47 156.987 156.987 0 0 0-37.17 5.48c.999-.012 1.997.038 2.99.15Zm-24.63 43.2a29.01 29.01 0 0 1-8.4-7.74 15.57 15.57 0 0 1-2.8-8.68.823.823 0 0 1-.22-.35 14.312 14.312 0 0 0 .15 3.35 35.85 35.85 0 0 1-1.42-8.33 26.319 26.319 0 0 1 .2-5.26c.28-1.74 1.88-4.68 4-2.07l.06.09c-1.12 0-1.48 1.44-1.58 2.39-.1.95-.18 2.08-.2 3.14.1 2.07.16 4.14.45 6.19a32.778 32.778 0 0 0 1.69 6.36c0 .1.23.09.2 0a49.182 49.182 0 0 1-1.5-8.53 35.045 35.045 0 0 1-.1-2.37 18.821 18.821 0 0 1 1.61-3.7.31.31 0 0 0 .46-.09c.23.07.51 0 .47-.35-.04-.35-.06-.5-.1-.75v-.21a21.513 21.513 0 0 1 1.96-2.51l-.25-1.1c-.67.695-1.297 1.43-1.88 2.2a1.272 1.272 0 0 0-.35-.39 3.118 3.118 0 0 0-1.74-1.71c-1.89-.73-3.26 1-3.64 2.64-1.2 5.24.09 11.68 2.09 16.56.01.024.03.044.053.057.023.013.05.017.077.013 1.72 5 6.14 9 11 12.16a2.997 2.997 0 0 1-.29-1.01Zm-8.07-27.05a19.35 19.35 0 0 0-1.34 2.45c0-.49.06-1 .12-1.48a5.992 5.992 0 0 1 .28-1.51c.356.092.68.279.94.54Zm142.8-2.371c-.18-.18-.37-.34-.56-.51.368.636.673 1.306.91 2l.46.51c-.29-.66-.61-1.32-.81-2Zm-2.23-1.999-.12-.1a3.6 3.6 0 0 1 3.44 0c.39.21.56-.34.22-.55a3.46 3.46 0 0 0-4 .26c-.64-.49-1.29-1-2-1.39a64.778 64.778 0 0 0-14-6.5l.36.86c1.24.46 2.47.92 3.69 1.41a47.59 47.59 0 0 1 11.87 6.6.74.74 0 0 1 .54-.59Zm7.99 12.129c0 .91-.1 1.8-.09 2.73a9.01 9.01 0 0 1-.07 2.81.91.91 0 0 1-.42.54c-.78 6.53-4.48 11.86-9.36 16 .13.327.24.661.33 1a27.994 27.994 0 0 0 8.19-10.81 21.332 21.332 0 0 0 1.42-12.27Zm-30.56 32.8a127.872 127.872 0 0 1-56.73 5.491 130.797 130.797 0 0 1-26.6-6.161l-1.42.271a130.62 130.62 0 0 0 86.82.509l-2.07-.11Zm-112.39-1.63c-4-7.17-7.26-14.24-8.93-22.33 0-.12-.22-.13-.2 0 1.53 7.8 4.21 15.89 8.72 22.51.15.22.55.07.41-.18Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M134.723 214.774a129.228 129.228 0 0 1-89.83 7.11 122.115 122.115 0 0 1-24.25-9.74c-.12-.06-.18.11-.07.17a127.085 127.085 0 0 0 89.76 12 116.043 116.043 0 0 0 24.8-8.81c.38-.23-.05-.9-.41-.73Zm20.83-34.41c-1.66 6.28-3.49 12.56-4.86 18.91-.06.29.42.52.51.2 1.76-6.26 3.09-12.69 4.56-19 .03-.15-.18-.24-.21-.11Zm-145.62-14.54a13.848 13.848 0 0 0-3.5 11c0 .1.2.14.2 0a16.092 16.092 0 0 1 3.9-10.56c.28-.29-.3-.76-.6-.44Zm4.31 23.151c-3.33-2.71-5.81-5.44-7.36-9.52 0-.11-.25-.1-.22 0 .94 4 3.57 8.07 7.24 10a.338.338 0 0 0 .317-.136.33.33 0 0 0 .023-.344Zm102.62 16.079a122.296 122.296 0 0 1-34.21 4.92c-11.72 0-22.87-2.18-34.2-4.94-.21-.05-.27.26-.08.33 10.75 3.87 22.68 5.27 34.06 5.35a118.234 118.234 0 0 0 34.75-4.88c.48-.2.12-.86-.32-.78Zm30.69-40.329c-4.09-3.87-9.57-6.25-14.79-8.23a.136.136 0 0 0-.056-.011.155.155 0 0 0-.056.011.163.163 0 0 0-.047.032.152.152 0 0 0-.042.103c0 .02.004.038.011.056a.155.155 0 0 0 .08.079c5.38 2.55 11.14 5.06 15.24 9.46-.12-.5-.24-1-.34-1.5Zm4.23 5.609c.301 1.244.432 2.522.39 3.8a14.655 14.655 0 0 1-3.95 13.3c-.39.39.36 1 .75.62a15.51 15.51 0 0 0 2.81-17.72Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M155.003 165.705c-.79-2.14-3.59-7.22-6.39-5.08-.6-.47-1.36-.65-1.86.19-.5.84 0 1.94.1 2.64.168.78.389 1.548.66 2.3l.24.29.19.18c-.14-.56-.27-1.11-.37-1.67v-.17c-.11-.42-.19-.84-.26-1.27-.07-.43-.22-.79 0-.91 0-.11 0-.22-.06-.34-.17-1.12 1.57-1.29 1.74-.18v.2a12.006 12.006 0 0 1 1.69 4c.14.41.28.82.41 1.23a49.761 49.761 0 0 1 1.83 11.9c0 .28.53.38.55.05a31.875 31.875 0 0 0-1-9.2 28.352 28.352 0 0 0-3.11-8.5 3.033 3.033 0 0 0-.41-.5c3.71-1.88 5.9 5.76 6.38 8.23a23.005 23.005 0 0 1-.59 10.86c-.12.41.55.77.69.33a22.733 22.733 0 0 0-.43-14.58Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='m151.473 171.134-.24-.56a.197.197 0 0 0 .247-.153.206.206 0 0 0-.007-.107 28.225 28.225 0 0 0-1.27-4.91c-.28-.81-.54-2.49-1.43-2.89-1.68-.76-.72 2.45-.3 3.73a.102.102 0 0 0-.021.03.084.084 0 0 0-.007.035.086.086 0 0 0 .028.065c.76 1.67 1.67 3.28 2.49 4.92.12.34.67.23.51-.16Zm-2.56-7.66c.2.08.42 1.11.49 1.3.55 1.55.94 3.13 1.33 4.72a15.625 15.625 0 0 0-1.87-2.93c-.11-.74-.27-1.47-.42-2.2-.07-.39-.27-1.19.48-.88l-.01-.01Zm2.02 35.27a42.242 42.242 0 0 1-13 14.55c-.13.09 0 .28.16.21a36.794 36.794 0 0 0 13.4-14.53c.17-.27-.39-.56-.56-.23Zm-130.38 13.43a47.756 47.756 0 0 1-7.29-7c-.09-.11-.28 0-.18.12a27.815 27.815 0 0 0 7.16 7.21c.28.24.59-.11.31-.33Zm-16.94-31.069a18.79 18.79 0 0 1-.48-2.23 10.316 10.316 0 0 1 .15-2.56c0-.31-.49-.54-.6-.21a5.888 5.888 0 0 0 .63 5.08c.08.13.34.11.3-.08Zm77.18-131.621c-25.09 38.78-51.7 76.971-77.47 115.491-.19.28.43.54.63.24 26.05-38.42 51.23-77.24 77.9-115.32.32-.46-.73-.92-1.06-.41Zm68.14 112.031c-4.93-8.62-10.73-16.83-16-25.28a1406.833 1406.833 0 0 1-16.13-26.75 1473.824 1473.824 0 0 1-31.08-55.78.29.29 0 0 0 .25-.45c-.45-.94-.88-1.89-1.36-2.81a.52.52 0 0 0-.43-.28l-.18-.24c-.16-.27-.65-.08-.49.23l.2.39a.457.457 0 0 0 0 .13c.46.94 1 1.85 1.47 2.78a.43.43 0 0 0 .13.15.159.159 0 0 0-.097.174.158.158 0 0 0 .027.065c9.59 18.49 19.53 36.8 30 54.811a1323.984 1323.984 0 0 0 15.65 26.25c5.54 9 10.85 18.47 17.08 27 .38.49 1.29.18.96-.39Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M86.863 41.565c-.36.072-.73.072-1.09 0a3.69 3.69 0 0 1-1.6 1.54 5.473 5.473 0 0 0-.27-.92 2 2 0 0 0 1.21-.8 2.373 2.373 0 0 1-.82-.51 1.37 1.37 0 0 1-.78.5l-.09-.16a.408.408 0 0 0-.479-.157.41.41 0 0 0-.151.097 5 5 0 0 0-.42.69 1.841 1.841 0 0 1 .32-3c-.27.41.09 1.08.53 1.29a.4.4 0 0 0 .41-.68c-.24-.17-.25-.42-.33-.68a.196.196 0 0 0 0-.07 1.12 1.12 0 0 1 1.31.78.77.77 0 0 1 .88.33h.09a2.14 2.14 0 0 0-2.32-2 2.36 2.36 0 0 0-2.3 2.28 2.55 2.55 0 0 0 1.24 2.17c-.067.18-.124.363-.17.55-1.74-.8-2.57-2.6-1.41-4.32a3.11 3.11 0 0 1 3.56-1.31 2.79 2.79 0 0 1 2.02 2.79h.26a.9.9 0 0 1 .57-.27 3.92 3.92 0 0 0-3.5-3.53 4.1 4.1 0 0 0-4.31 2.94c-.5 1.81.57 4.29 2.64 4.28-.06.44-.06.888 0 1.33a2.249 2.249 0 0 0-1.08 1.78 1.76 1.76 0 0 0-2.18 1 1.66 1.66 0 0 0 .64 1.94c-12.24 18.68-24.32 37.41-36.51 56.09-12.61 19.32-25.56 38.44-37.73 58.03-.15.24.22.56.38.32 13.1-19 25.47-38.45 38.17-57.7 12.7-19.25 25.45-38.44 38.15-57.7a.646.646 0 0 0 .06-.15.138.138 0 0 0 0-.07.79.79 0 0 0-.2-.69.44.44 0 0 0 0-.54 1.695 1.695 0 0 0-.23-.19 1.84 1.84 0 0 1 .67-1.37c.08.299.186.59.32.87.11.23.47.15.38-.11a5.162 5.162 0 0 1-.22-1 1.66 1.66 0 0 1 .81 0 6.795 6.795 0 0 1-.29.74.4.4 0 0 0 .7.34 4 4 0 0 0 .33-.75 1.58 1.58 0 0 1 .33 1.84l-.05-.08a.508.508 0 0 0-.43-.25l-.12-.13a.21.21 0 0 0-.34.22v.09a.51.51 0 0 0-.09.5c.06.18.13.35.19.52l-.16.09c-.42.19-.12.8.29.67l.13-.06c.08.2.16.4.23.6a.63.63 0 0 0 .29.33l-.46.18a.51.51 0 0 0 .15 1 2.24 2.24 0 0 0 2.41-1.84 2.32 2.32 0 0 0-1.19-2.44v-.08a2.219 2.219 0 0 0-1.08-1.8 4.62 4.62 0 0 0 .05-.77 3.74 3.74 0 0 0 2.68-2.59Zm-7.17 7.17a.68.68 0 0 1 0-.81.84.84 0 0 1 .74-.32l-.74 1.13Zm3.72-4.2a2.28 2.28 0 0 0-1 0 4.83 4.83 0 0 1 .42-1.86l.34.09a.17.17 0 0 0 .1 0c.058.216.098.437.12.66-.36.11-.26.6 0 .77.04.1.03.22.02.34Zm1.77 3c.25.32.372.724.34 1.13l-.41-.55a.662.662 0 0 0-.11-.14c.07-.145.127-.296.17-.45l.01.01Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M149.593 162.434a11820.692 11820.692 0 0 0-32.74-56.83 5260.601 5260.601 0 0 0-15.66-26.93c-5.57-9.5-10.9-19.31-17-28.44-.22-.33-.83-.12-.63.29 4.7 9.64 10.39 18.9 15.68 28.23a3501.459 3501.459 0 0 0 16.5 28.77 36056.135 36056.135 0 0 0 32.22 55.68c.49.94 2.22.26 1.63-.77Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M84.343 51.315c-1 1.07-2.58 1.07-3.27-.41-.12-.26-.59-.26-.54.09.31 2.22 3.55 3.18 4.78 1.12.37-.61-.45-1.34-.97-.8Zm116.97 29.949c-19.89-7.65-38.86-15.12-55.88-22-17.89-7.25-41-16.37-58.76-23.85a.31.31 0 0 0-.43.41.31.31 0 0 0 .2.16c36.9 16 76 31.78 115 46.72-.06-.5-.1-.97-.13-1.44Zm164.33 59.54c-43.57-14.58-98.57-34.48-149.32-53.83v1.3c23.13 8.72 46.16 17.13 68.63 25.1 18 6.39 62.47 22.63 80.6 28.7.84.33.88-1.01.09-1.27Zm-107.86 203.171c-.19.44-.36.89-.52 1.35a1.165 1.165 0 0 1-.47.64l.09.46c.17.91 1.73 1 1.54 0-.16-.86-.32-1.74-.48-2.63l-.16.18Zm-54.63-253.41c-19.52-7.62-38-15.29-54.5-22.61-16.84-7.49-42.34-20-59.34-28.15a3.006 3.006 0 0 1-.2.37 1160.336 1160.336 0 0 0 114.64 52.25c-.21-.6-.41-1.22-.6-1.86Zm163.05 53.939c-44.33-11.4-100.11-29.88-150.68-49.16-.09.48-.19 1-.31 1.42 22.71 8.46 45.66 16.23 68.69 23.37 18.45 5.72 63.44 21 82.15 25.77.95.24 1.02-1.18.15-1.4Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M88.483 36.285c-1.19-1.54-3.87-1.18-4.86.3-.11.17.21.32.35.2a3.22 3.22 0 0 1 2-.8 3.39 3.39 0 0 1 2 .72c.34.22.78-.08.51-.42Zm.63 3.39c-.86.7-1.43 1.54-2.65 1.65a3.71 3.71 0 0 1-3.16-1.6c-.11-.14-.45-.12-.38.12a3.64 3.64 0 0 0 3.22 2.59c1.39.12 3.37-.64 3.75-2.12.11-.34-.37-.98-.78-.64Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M87.663 38.545c-.59 0-1.09.39-1.7.41a9.519 9.519 0 0 1-1.7-.34.23.23 0 0 0-.26.36c.52 1.36 3.6 1.76 4.25.37.16-.37-.25-.8-.59-.8Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M87.263 37.295c-.42-.25-1.45-.53-1.74 0a.13.13 0 0 0 .07.16c.183.063.376.094.57.09.27.026.529.122.75.28a2 2 0 0 1 .61 1.17.36.36 0 0 0 .69 0 1.9 1.9 0 0 0-.95-1.7Zm352.34 233.509c-4.93-8.62-10.73-16.83-16-25.28a1408.905 1408.905 0 0 1-16.13-26.75 1494.936 1494.936 0 0 1-31.08-55.8.29.29 0 0 0 .262-.149.295.295 0 0 0-.012-.301c-.45-.94-.88-1.89-1.36-2.81a.532.532 0 0 0-.43-.28l-.13-.22c-.16-.27-.65-.08-.49.23l.2.39a.472.472 0 0 0 0 .13c.46.94 1 1.85 1.47 2.78.031.06.075.111.13.15a.185.185 0 0 0-.058.041.17.17 0 0 0-.035.063.155.155 0 0 0 .023.136c9.59 18.49 19.53 36.8 30 54.81a1318.243 1318.243 0 0 0 15.65 26.25c5.54 9 10.85 18.47 17.08 27 .31.49 1.24.19.91-.39Zm-136.24 32.341a29 29 0 0 1-8.4-7.74 15.569 15.569 0 0 1-2.79-8.64.821.821 0 0 1-.22-.35 14.258 14.258 0 0 0 .15 3.34 35.838 35.838 0 0 1-1.42-8.33 26.21 26.21 0 0 1 .2-5.26c.28-1.74 1.88-4.68 4-2.07l.06.09c-1.12 0-1.48 1.44-1.58 2.39-.1.95-.18 2.08-.2 3.14.1 2.07.16 4.14.45 6.19.35 2.164.916 4.288 1.69 6.34 0 .1.23.09.2 0a49.172 49.172 0 0 1-1.5-8.53 34.613 34.613 0 0 1-.1-2.37 18.757 18.757 0 0 1 1.61-3.7.306.306 0 0 0 .25.06.313.313 0 0 0 .21-.15c.23.07.51 0 .47-.35-.04-.35-.06-.5-.1-.75v-.21a21.303 21.303 0 0 1 1.93-2.44l-.25-1.1a24.626 24.626 0 0 0-1.88 2.2 1.282 1.282 0 0 0-.35-.39 3.116 3.116 0 0 0-1.74-1.79c-1.89-.73-3.26 1-3.64 2.64-1.2 5.24.09 11.68 2.09 16.56a.122.122 0 0 0 .053.057c.023.013.05.017.077.013 1.72 5 6.14 9 11 12.16a2.992 2.992 0 0 1-.27-1.01Zm-8.05-27a19.32 19.32 0 0 0-1.34 2.45c0-.49.06-1 .12-1.48a5.964 5.964 0 0 1 .28-1.51c.35.078.675.247.94.49v.05Zm142.78-2.421c-.18-.18-.37-.34-.56-.51.368.636.673 1.306.91 2l.46.51c-.29-.67-.57-1.33-.81-2Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M439.413 271.145a3.46 3.46 0 0 0-4 .26c-.64-.49-1.29-1-2-1.39a53.519 53.519 0 0 0-9.37-4.76 1.312 1.312 0 0 1-.09.24l-.2.39a47.205 47.205 0 0 1 11.63 6.5.73.73 0 0 1 .143-.375.73.73 0 0 1 .317-.245l-.12-.1a3.6 3.6 0 0 1 3.44 0c.41.23.58-.31.25-.52Zm4.44 12.709c0 .91-.1 1.8-.09 2.73.124.935.1 1.883-.07 2.811a.91.91 0 0 1-.42.539c-.78 6.53-4.48 11.86-9.36 16 .13.327.24.661.33 1a27.994 27.994 0 0 0 8.19-10.81 21.332 21.332 0 0 0 1.42-12.27Zm-30.52 32.8a127.87 127.87 0 0 1-56.73 5.491 130.735 130.735 0 0 1-26.6-6.171l-1.42.27a130.612 130.612 0 0 0 86.82.51l-2.07-.1Zm-115.98-7.05c.17-.139.35-.269.52-.399a68.455 68.455 0 0 1-5.87-16.511c0-.12-.22-.13-.2 0a68.162 68.162 0 0 0 5.51 17l.04-.09Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M423.003 325.524a129.228 129.228 0 0 1-89.83 7.11 122.1 122.1 0 0 1-24.25-9.74c-.12-.06-.18.11-.07.17a127.083 127.083 0 0 0 89.76 12 116.043 116.043 0 0 0 24.8-8.81c.39-.23-.03-.9-.41-.73Zm20.84-34.409c-1.66 6.28-3.49 12.56-4.86 18.91-.06.29.42.52.51.2 1.76-6.26 3.09-12.69 4.56-19 .03-.15-.17-.25-.21-.11Zm-145.61-14.54a13.833 13.833 0 0 0-3.5 11c0 .1.2.14.2 0a16.089 16.089 0 0 1 3.9-10.56c.28-.29-.3-.76-.6-.44Zm4.31 23.119c-3.33-2.71-5.81-5.44-7.36-9.52 0-.11-.25-.1-.22 0 .94 4 3.57 8.07 7.24 10a.33.33 0 0 0 .34-.48Zm102.62 16.11a122.27 122.27 0 0 1-34.22 4.88c-11.72 0-22.87-2.18-34.2-4.94-.21-.05-.27.26-.08.33 10.75 3.87 22.68 5.27 34.06 5.35a118.236 118.236 0 0 0 34.75-4.88c.53-.16.12-.87-.31-.74Zm17.84-47.339c4.77 2.25 9.63 4.65 13.22 8.5-.12-.5-.24-1-.34-1.49-3.57-3.38-8.19-5.61-12.78-7.44l-.1.43Zm17.07 12.619c.301 1.244.432 2.522.39 3.8a14.655 14.655 0 0 1-3.95 13.3c-.39.39.36 1 .75.62a15.51 15.51 0 0 0 2.81-17.72Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M443.253 276.455c-.79-2.14-3.59-7.22-6.39-5.08-.6-.47-1.36-.65-1.86.19-.5.84 0 1.94.1 2.64.168.78.389 1.548.66 2.3l.24.29.19.18c-.14-.56-.27-1.11-.37-1.67v-.17c-.11-.42-.19-.84-.26-1.27-.07-.43-.22-.79 0-.91 0-.11 0-.22-.06-.34-.17-1.12 1.57-1.29 1.74-.18v.2a12.006 12.006 0 0 1 1.69 4c.14.41.28.82.41 1.23a49.769 49.769 0 0 1 1.83 11.9c0 .28.53.38.55.05a31.875 31.875 0 0 0-1-9.2 28.352 28.352 0 0 0-3.11-8.5 3.033 3.033 0 0 0-.41-.5c3.71-1.88 5.9 5.76 6.38 8.23a23.005 23.005 0 0 1-.59 10.86c-.12.41.55.77.69.33a22.733 22.733 0 0 0-.43-14.58Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='m439.773 281.885-.24-.56a.195.195 0 0 0 .107-.002.197.197 0 0 0 .133-.258 28.178 28.178 0 0 0-1.27-4.91c-.28-.81-.54-2.49-1.43-2.89-1.68-.76-.72 2.45-.3 3.73a.086.086 0 0 0-.021.029.105.105 0 0 0-.007.036c0 .012.003.024.007.035a.102.102 0 0 0 .021.03c.76 1.67 1.67 3.28 2.49 4.92.12.34.67.23.51-.16Zm-2.56-7.66c.2.08.42 1.11.49 1.3.55 1.55.94 3.13 1.33 4.72a15.593 15.593 0 0 0-1.87-2.93c-.11-.74-.27-1.47-.42-2.2-.08-.36-.28-1.14.47-.89Zm2.01 35.269a42.242 42.242 0 0 1-13 14.55c-.13.09 0 .28.16.21a36.81 36.81 0 0 0 13.44-14.49c.13-.31-.43-.6-.6-.27Zm-130.38 13.43a47.751 47.751 0 0 1-7.29-7c-.09-.12-.28 0-.18.12a27.81 27.81 0 0 0 7.16 7.21c.29.24.6-.11.31-.33Zm-16.94-31.069a18.675 18.675 0 0 1-.48-2.23 10.31 10.31 0 0 1 .15-2.56c0-.31-.49-.54-.6-.21a5.89 5.89 0 0 0 .63 5.08c.09.13.34.1.3-.08Zm79.56-133.08c-25.1 38.78-51.71 77-77.47 115.47-.19.28.43.54.63.24 26-38.4 51.22-77.19 77.89-115.3.33-.46-.72-.91-1.05-.41Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M377.533 150.855c-.36.072-.73.072-1.09 0a3.695 3.695 0 0 1-1.6 1.54 5.451 5.451 0 0 0-.27-.92 2.004 2.004 0 0 0 1.21-.8 2.369 2.369 0 0 1-.82-.51c-.194.252-.47.429-.78.5l-.1-.16a.412.412 0 0 0-.479-.157.417.417 0 0 0-.151.097 5 5 0 0 0-.42.69 1.835 1.835 0 0 1-.622-1.584 1.84 1.84 0 0 1 .942-1.416c-.27.41.09 1.08.53 1.29a.4.4 0 0 0 .506-.159c.05-.084.068-.183.05-.279a.394.394 0 0 0-.146-.242c-.24-.17-.25-.42-.33-.68a.206.206 0 0 0 0-.07 1.12 1.12 0 0 1 1.31.78.767.767 0 0 1 .88.33h.09a2.14 2.14 0 0 0-2.32-2 2.36 2.36 0 0 0-2.3 2.28 2.552 2.552 0 0 0 1.24 2.17c-.067.18-.124.363-.17.55-1.74-.8-2.57-2.6-1.41-4.32a3.108 3.108 0 0 1 3.56-1.31 2.787 2.787 0 0 1 2.08 2.75h.26a.896.896 0 0 1 .57-.27 3.922 3.922 0 0 0-3.5-3.53 4.093 4.093 0 0 0-2.683.696 4.09 4.09 0 0 0-1.627 2.244c-.5 1.81.57 4.29 2.64 4.28a5.019 5.019 0 0 0 0 1.33 2.24 2.24 0 0 0-1.08 1.78 1.757 1.757 0 0 0-2.18 1 1.659 1.659 0 0 0 .64 1.94c-12.2 18.67-24.3 37.41-36.49 56.08-12.61 19.33-25.56 38.44-37.76 58-.15.24.22.56.38.32 13.1-19 25.47-38.45 38.17-57.7 12.7-19.25 25.49-38.44 38.17-57.7a.691.691 0 0 0 .06-.15.138.138 0 0 0 0-.07.793.793 0 0 0-.2-.69.443.443 0 0 0 0-.54 1.67 1.67 0 0 0-.23-.19 1.84 1.84 0 0 1 .67-1.36c.079.299.186.59.32.87.11.23.47.15.38-.11a5.135 5.135 0 0 1-.22-1c.266-.067.544-.067.81 0a6.777 6.777 0 0 1-.25.77.396.396 0 0 0 .216.446.401.401 0 0 0 .484-.106 4.04 4.04 0 0 0 .33-.75 1.579 1.579 0 0 1 .33 1.84l-.05-.08a.504.504 0 0 0-.43-.25l-.12-.13a.207.207 0 0 0-.124-.053.212.212 0 0 0-.214.138.215.215 0 0 0-.002.135v.09a.504.504 0 0 0-.09.5c.06.18.13.35.19.52l-.16.09c-.42.19-.12.8.29.67l.13-.06c.08.2.16.4.23.6a.633.633 0 0 0 .29.33l-.46.18a.508.508 0 0 0-.188.879c.094.08.214.123.338.121a2.239 2.239 0 0 0 2.41-1.84 2.319 2.319 0 0 0-1.19-2.44v-.08a2.23 2.23 0 0 0-1.08-1.8 4.62 4.62 0 0 0 .05-.77 3.746 3.746 0 0 0 2.58-2.55Zm-7.17 7.17a.683.683 0 0 1 0-.81.831.831 0 0 1 .74-.32l-.74 1.13Zm3.72-4.2a2.28 2.28 0 0 0-1 0 4.829 4.829 0 0 1 .42-1.86l.34.09a.17.17 0 0 0 .1 0c.058.216.098.437.12.66-.36.11-.25.6 0 .77.04.1.03.22.02.34Zm1.77 3c.25.321.372.724.34 1.13l-.41-.55a.64.64 0 0 0-.13-.13 2.65 2.65 0 0 0 .19-.45h.01Zm-60.06 108.53c-6.22 1.85-12.69 5.4-16.7 10.61-.14.19.15.41.31.26 5-4.82 9.88-8.36 16.7-10.14.48-.11.13-.86-.31-.73Zm-1.2-1.79a28.99 28.99 0 0 0-14.92 8c-.15.15.13.37.28.23a31.347 31.347 0 0 1 15-7.45c.53-.09.13-.88-.36-.78Zm-9.87 37.78a6.745 6.745 0 0 0-1.44-1 .202.202 0 0 0-.132-.019.205.205 0 0 0-.114.068.202.202 0 0 0-.004.251c.371.446.797.843 1.27 1.18.39.3.77-.15.42-.48Zm22.48 13.83a48.024 48.024 0 0 1-13.68-5.61c-.19-.12-.33.16-.18.3a26.242 26.242 0 0 0 13.77 6.2c.62.07.64-.74.09-.89Zm11.43.8a88.45 88.45 0 0 1-22.38-8.23.202.202 0 0 0-.28.07.203.203 0 0 0 .07.28 51.336 51.336 0 0 0 22.5 8.72c.59.08.62-.73.09-.84Zm98.49-18.52a118.166 118.166 0 0 1-32.45 18.87c-.25.1-.07.47.17.39a94.848 94.848 0 0 0 32.91-18.42c.47-.41-.17-1.22-.63-.84Zm-2.12 6.609a134.721 134.721 0 0 1-19.7 12.54c-.2.1 0 .44.21.36 7.12-3.27 14.09-7 20.18-12 .52-.42-.16-1.29-.69-.9Zm-107.21-26.639c-11.16 1.34-27.87 5.61-29.68 19.05 0 .26.42.47.51.18a22.386 22.386 0 0 1 10.55-13.15c5.82-3.37 12.36-4.08 18.81-5.47.36-.06.14-.65-.19-.61Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M430.783 290.145a25.608 25.608 0 0 0-15.25-10.42c-.28-.06-.26.31 0 .38a29.107 29.107 0 0 1 11.39 6.72c3 3 9.81 11.79 4.08 15.15-.47.27 0 1.07.5.86 5.34-2.43 1.65-9.3-.72-12.69Zm9.48-18.42a8934.013 8934.013 0 0 0-32.74-56.82 5213.863 5213.863 0 0 0-15.66-26.93c-5.57-9.5-10.9-19.31-17-28.44-.22-.33-.83-.12-.63.29 4.7 9.64 10.39 18.9 15.68 28.23a3511.14 3511.14 0 0 0 16.5 28.77 37025.55 37025.55 0 0 0 32.22 55.68c.49.94 2.22.26 1.63-.78Zm-90.71-3.21c-15 11-40.66 31.1-55.41 42.45-.13.1 0 .31.16.22 14.88-11.18 40.88-30.82 55.48-42.36.22-.14-.05-.44-.23-.31Zm6.89 5.61c-17.44 12.85-42.66 33.06-59.78 46.41-.16.12 0 .38.2.27 17.76-12.48 42.7-33 60.11-46 .43-.29-.13-.98-.53-.68Zm52.31-44.15c-14.49-.31-12.61-.161-27-1.491s-28.65-3.409-43-5.369c-.18 0-.19.229 0 .259 14.33 2.82 28.88 4.391 43.4 5.771 14.35 1.36 12.39 1.219 26.8 1.559.42.01.24-.729-.2-.729Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='m338.423 278.025.95-.71c-3.17-.34.27.29-5.12 0-.2 0-.16.3 0 .32 4.68.52 2.68.34 4.17.39Zm67.86 5.95c-11.24-.77-6.1-.9-17.32-2l-16.2-1.53c-5.39-.51-10.83-1.23-16.25-1.43-.18 0-.14.26 0 .28 5.59.89 11.31 1.25 16.95 1.82l16.54 1.68c10.86 1.09 5.43 1.61 16.35 1.87.53.01.34-.69-.07-.69Zm-69.28-61.4a30.064 30.064 0 0 0-19.69 16.64 29.096 29.096 0 0 0 1.22 25.94 28.566 28.566 0 0 0 10.08 10.679c.15.09.28-.139.14-.239-9.3-6.4-14.71-18-12.74-29.24 1.94-11.08 10.63-20 21.33-23 .57-.12.17-.9-.34-.78Zm-46.43 91.48c1.39-1 2.71-2.1 4.07-3.14.09-.07 0-.22-.12-.16-1.53 1.14-3.13 2.21-4.6 3.42-4.16.26-5.31 6-2.82 8.82a5.747 5.747 0 0 0 5.281 1.853 5.743 5.743 0 0 0 4.349-3.523.371.371 0 0 0 .017-.195.35.35 0 0 0-.087-.175 5.261 5.261 0 0 0-6.09-6.9Zm5.5 6.77a.255.255 0 0 0 0 .11c-1.53 3-5.07 4.43-7.93 2.13-2.86-2.3-2.16-7.58 1.46-8.63a.116.116 0 0 0-.032.075.12.12 0 0 0 .091.123.12.12 0 0 0 .081-.008l.5-.35h.14a.08.08 0 0 0 .06 0 .127.127 0 0 0 .09 0 4.863 4.863 0 0 1 4.727 1.619 4.864 4.864 0 0 1 .813 4.931Zm61.93-52.09c-1.42-2.31-5.24-3.111-7-.681a.097.097 0 0 0-.005.058.095.095 0 0 0 .027.05.099.099 0 0 0 .051.028.093.093 0 0 0 .057-.006c2.15-1.37 4.88-1.75 6.39.81a4.013 4.013 0 0 1 .212 3.498 4 4 0 0 1-2.622 2.323c-.41.14-.1.739.27.619a4.537 4.537 0 0 0 2.62-6.699Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M342.633 224.034c-8.85 1-16.88 7.38-20.84 15.19a27.096 27.096 0 0 0 1.13 25.851c2.49 4.27 6.28 8.349 10.87 10.369.12.05.23-.11.11-.19-4.85-3.12-8.81-6.859-11.38-12.119a26.92 26.92 0 0 1-2.52-16.401c2-11.53 11.63-19.779 22.81-21.909.51-.09.19-.851-.18-.791Zm68.37 5.761c-.52-.15-.68.68-.2.85 10 3.69 12.72 17.35 11.85 27.07a36.686 36.686 0 0 1-5 15.48c-2.66 4.45-6.14 7.63-9.86 11.07a.142.142 0 0 0-.007.172.143.143 0 0 0 .075.053.152.152 0 0 0 .092-.005c4.46-2.39 8.2-7 10.75-11.34a37.174 37.174 0 0 0 5-17c.3-9.24-2.7-23.5-12.7-26.35Zm-10.52 54.639a28.25 28.25 0 0 1-15.64-30.92c0-.13-.19-.19-.22 0-3 12.78 3.47 26.8 15.55 31.75a.444.444 0 0 0 .479-.113.438.438 0 0 0 .079-.485.456.456 0 0 0-.248-.232Zm4.79-55.169c-10.1 2.69-19.13 11.83-20.42 22.43 0 .16.26.29.31.11 2.86-10.35 9.93-18.69 20.44-21.76.53-.14.14-.9-.33-.78Zm-81.46 42.12c-4.54-1-6.91-5-8.39-9.06a47.352 47.352 0 0 1-2.65-13.35c0-.15-.29-.2-.29 0a42.142 42.142 0 0 0 2.82 15c1.51 3.78 4.19 7.39 8.43 8.13.52.1.54-.62.08-.72Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M334.113 223.275c-11.06.17-20.82 9.51-21.2 20.6 0 .17.26.25.29.06 1.66-11.09 9.84-18.94 21.05-19.8.59-.04.38-.86-.14-.86Zm80.24 10.339c-9.51-4.71-15.36 9.44-17.07 16.26a42.346 42.346 0 0 0-.9 15.86c.62 4.69 1.93 10.07 4.79 13.93 2.33 3.15 7.19 5.14 10.26 1.77.33-.36-.32-.88-.65-.54-2.12 2.17-5.47 1.65-7.61-.19-2.14-1.84-3.24-4.66-4.15-7.24a41.408 41.408 0 0 1 1.72-31.31c2.36-4.91 7.28-11.37 13.55-8.37.11.07.18-.11.06-.17Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M408.303 230.974c-5.52.19-10.39 3.51-13.57 7.9-3.84 5.3-5.11 12-5.19 18.43-.08 6.43.61 13.47 3.9 19.21 2.58 4.52 7.12 8.38 12.47 8.82.44 0 .35-.63 0-.7-13.07-2.38-16-16.94-15.72-28.22.13-5.82 1.26-11.88 4.62-16.74a19.196 19.196 0 0 1 13.56-8.43c.15-.02.09-.27-.07-.27Zm-55.89 48.001c.07-.65-.73-1.37-1.35-.9-17.39 13.21-35.24 26-52.08 40a.746.746 0 0 0-1.02.179.749.749 0 0 0-.14.351 5.491 5.491 0 0 1-.16.56l-.42.34a.829.829 0 0 0-.83.42c-1.79 3.08-6.15 4.82-8.76 1.58a4.002 4.002 0 0 1 0-5.09c.87-1.11 2-1.29 3.17-1.94.17-.1.08-.35-.07-.42 16.33-11 31.4-24 47.22-35.74a.75.75 0 0 0 .25-.31c.84-.11.46-1.28-.3-1.35a45.048 45.048 0 0 0-4.59-.05 16.266 16.266 0 0 0-3.94.26 15.12 15.12 0 0 0-2.68-3c-.87-.83-1.75-1.69-2.68-2.47a.492.492 0 0 0-.24-.58c-9.43-5.43-13.26-17.72-10.25-27.94 2.73-9.24 10.23-15.07 19.2-17.65 1-.3.24-1.67-.65-1.52-10.33 1.77-18.9 10.75-20.8 20.94-1.79 9.6 1.87 21.65 11 26.36a.61.61 0 0 0 0 .91 40.77 40.77 0 0 0 3.29 2.94 15.369 15.369 0 0 0 3.48 2.49.275.275 0 0 0 .229.025.282.282 0 0 0 .171-.155c1.331.312 2.693.477 4.06.49h.13c-14.79 11.59-29.93 22.89-44.27 35a4.996 4.996 0 0 0-5.29 2.86 6.538 6.538 0 0 0 1.55 7.39c3.68 3.72 13 2.62 13.88-3.13 9.07-5.72 17.56-12.71 26.15-19.1 9.12-6.79 18.6-13.3 27.38-20.52.55-.36-.05-1.23-.64-1.23Zm-62.19 34.46a.341.341 0 0 0-.09.4 2.678 2.678 0 0 0-.58 0l.4-.29h.13a.18.18 0 0 0 .099-.062.178.178 0 0 0 .041-.108l1-.75-1 .81Zm-4.93 3.59a4.762 4.762 0 0 1 3.64-3.26.548.548 0 0 0 .12.11 5.27 5.27 0 0 0-2.881 2.072 5.273 5.273 0 0 0-.919 3.428 4.721 4.721 0 0 1 .04-2.32v-.03Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M425.393 254.975c-.28-10.55-7.07-28.18-20.55-25-11.52-2.21-23.51-3.07-35.15-4.29-11.64-1.22-23.51-2.76-35.25-2.82-.72 0-.59 1.07 0 1.16 12.1 1.73 24.39 2.319 36.55 3.629 11.71 1.26 23.43 3.361 35.17 4.241a.58.58 0 0 0 .67-.43c13.43-.92 18.05 18.759 16.57 29.059-1.34 9.3-6.74 16.901-14 22.371-19.45.22-38.69-1.75-57.89-4.78-.63-.1-.65.76-.09.89a245.404 245.404 0 0 0 55.31 5.739l-.44.291c-.44.279 0 1 .48.83.76-.347 1.496-.727 2.21-1.14h1.33c.76 0 .89-.681.64-1.201a33.572 33.572 0 0 0 14.44-28.549Zm-87.53 20.72a25.278 25.278 0 0 1-13.54-23.5c0-.2-.32-.3-.34-.07a25.167 25.167 0 0 0 13.44 24.65c.76.39 1.14-.71.44-1.08Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M346.833 224.244c-11.16 2.12-20.73 11.14-22.85 22.38 0 .22.36.39.43.15v-.13c1.89 1.62 2.08 4.07-.38 5.26-.52.25 0 1.1.53.91 2.84-1.11 3.37-5.77.06-6.67 3.54-10.55 11.73-18.33 22.77-20.58.9-.19.24-1.47-.56-1.32Zm38.17 26.551a3.53 3.53 0 0 0-3.58 3.21 3.933 3.933 0 0 0 2.91 3.95c.68.18.87-.84.26-1.07-3-1.1-2.43-4.89.56-5.56.33-.07.1-.52-.15-.53Zm-16.85-23.361c-5.49.86-10 5.36-12.44 10.13-3.62 6.93-3.16 14.85-2.36 22.37 0 .21.37.22.34 0-1.31-12.88.95-27 14.74-31.52.57-.2.25-1.07-.28-.98Zm-1.73 53.451c-2.35-1.74-4.9-3.25-7.4-4.76-.25-.15-.46.22-.24.4 2.34 1.77 4.69 3.58 7.18 5.12.49.33.89-.44.46-.76Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M376.853 227.305a23.278 23.278 0 0 0-20.06 22c0 .3.48.44.51.11a23.483 23.483 0 0 1 19.77-21.37c.44-.07.18-.8-.22-.74Zm-2.85 55.019c-6.51-3.42-11.62-8.42-13.85-15.58-.06-.2-.44-.17-.37.06 1.91 7.17 6.77 13.69 13.89 16.34.56.23.84-.53.33-.82Zm-22-14.889a17.857 17.857 0 0 1-3.09-15.24c0-.19-.26-.37-.33-.16a17.17 17.17 0 0 0-.57 8.249 17.17 17.17 0 0 0 3.35 7.561c.29.42.94.04.64-.41Zm11.89-41.08c-7.91 2.51-13.5 10-15 18 0 .19.31.33.36.13 2.07-8.16 7.64-13.66 15.09-17.11.57-.33.14-1.21-.45-1.02Zm-16.75 42.139c-5.94-.64-12-.84-17.94-1.16-.25 0-.21.39 0 .41 6 .58 12 1.3 17.95 1.54.51.04.43-.74-.01-.79Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M388.103 274.974c-8.68-1.16-17.39-2.14-26.08-3.25a.234.234 0 0 0-.193.047.228.228 0 0 0 .091.402.22.22 0 0 0 .102.001c8.67 1.33 17.32 2.77 26 4 .83.16.88-1.11.08-1.2Zm-56.74.37c-9.22-7-14.08-16.34-13.72-28.07 0-.24-.37-.36-.41-.09-1.68 10.9 4 23.45 13.62 29 .56.35 1.01-.46.51-.84Zm8.15-51.819c-9.9 1.86-18.88 10.55-21.5 20.18-.06.22.27.42.38.18 4.41-9.89 11.38-15.89 21.54-19.38.67-.23.16-1.09-.42-.98Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M342.123 224.884c-9.55 2.11-17 10.55-19.67 19.68-.08.27.35.51.45.22 3.36-9.52 10.46-15.39 19.62-19 .63-.2.17-1.03-.4-.9Zm-7.42 49.99c-7.62-5.72-11.46-13.17-12.78-22.51 0-.21-.42-.3-.43 0-.28 9.13 5 18.37 12.47 23.45.68.42 1.42-.43.74-.94Zm-13.27-4.959a29.074 29.074 0 0 1-7.27-23.77c0-.24-.35-.35-.41-.09a26.586 26.586 0 0 0 6.84 24.61c.49.49 1.32-.21.84-.75Zm11.06-46.12a24.181 24.181 0 0 0-10.533 5.763 24.186 24.186 0 0 0-6.467 10.117c-.11.37.44.68.62.3 3.55-7.52 9.09-12.23 16.91-14.91.87-.29.23-1.44-.53-1.27Zm66.6 58.87a26.206 26.206 0 0 1-10.38-24.86c0-.26-.38-.37-.44-.1a26.053 26.053 0 0 0 9.92 26 .712.712 0 0 0 .533.265.703.703 0 0 0 .69-.511.69.69 0 0 0-.323-.794Zm9.75-53.831c-10.34 2.87-19.84 11.93-21.84 22.73 0 .25.38.43.48.17 4.13-10.46 10.92-18.16 21.8-21.8.72-.25.22-1.28-.44-1.1Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M404.843 284.275c-12.12-8.53-11.72-21.57-10.74-35 0-.24-.34-.34-.4-.09-2.63 11.95-2 29.61 10.58 36a.562.562 0 0 0 .56-.91Zm8.16-52.76c-9.28-1.25-15.83 6.44-17.76 14.76-.05.22.34.38.43.15 2.87-7.67 8.53-14.1 17.38-13.33.95.08.77-1.46-.05-1.58Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M399.353 283.165c-8.16-5.3-13.26-13.56-12.62-23.5 0-.3-.47-.44-.51-.11-1 9.64 3.74 20 12.6 24.49a.514.514 0 0 0 .53-.88Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M401.803 229.974c-8.93 2.46-15.85 10.64-17.52 19.62a4.492 4.492 0 0 0-3.39 4.491c.07 1.58 1.23 3.569 2.87 3.999-2.33 9.67 4 22.361 12.87 26.621a.682.682 0 0 0 .941-.75.677.677 0 0 0-.251-.41c-4.19-3.27-7.75-6.44-10.15-11.31-2.25-4.56-2.62-9.11-2.81-14.07h.18a.242.242 0 0 0 .214-.337.25.25 0 0 0-.104-.114c-1.24-1-2.56-1.92-2.41-3.73.15-1.81 1.55-2.62 3-3.2.63-.25.39-1-.14-1.19 2.9-8.62 8.9-14.62 17.39-17.98 1.03-.42.28-1.86-.69-1.64Zm-107.17 83.81a.21.21 0 0 0-.082-.034.206.206 0 0 0-.167.048.204.204 0 0 0-.052.072.204.204 0 0 0 .009.174.2.2 0 0 0 .142.1 3.867 3.867 0 0 1 1.95 2.09.575.575 0 0 0-.487.211.564.564 0 0 0-.103.519c.91 3.78-2 7.93-6.16 6.74-4.69-1.33-4.33-6.93-1.21-9.64.24-.21 0-.67-.31-.54-5.22 2.24-4.27 9.55.64 11.48a6.492 6.492 0 0 0 5.818-.519 6.494 6.494 0 0 0 3.052-4.981 4.814 4.814 0 0 0-3.04-5.72Zm-94.2-69.279c.213-13.58.59-27.154 1.13-40.72a1.103 1.103 0 0 1-.36-.21 5.55 5.55 0 0 0-.72-.55c-1.12 26.866-1.62 53.75-1.5 80.65.08 17.4-.23 35 1.1 52.39 0 .62 1.23.88 1.23.15.09-14.93-.82-29.91-1-44.84-.167-15.6-.127-31.224.12-46.87Zm7.57-144.031c-3.74 30.54-5.56 61.43-7 92.15-.13 2.63-.24 5.27-.35 7.9.35-.137.74-.137 1.09 0a1894.71 1894.71 0 0 1 2.6-47.66c1.19-17.44 2.84-34.85 4.16-52.28-.04-.28-.5-.43-.5-.11Zm12.77 100.28c.225-.026.453.008.66.1l-4-44.68c-1.52-16.64-2.61-33.39-4.7-50-.06-.46-.8-.52-.77 0 1.51 29.23 4.92 58.48 7.47 87.64l.63 7.24c.205-.162.45-.265.71-.3Zm8.55 87.641-4-43.82c-1.24-13.72-2.477-27.437-3.71-41.15-.182.115-.387.19-.6.22a1.339 1.339 0 0 1-.84-.19l6.9 78.8c1.45 16.6 2.14 33.48 4.51 50 .13.9 1.54 1 1.5 0-.44-14.63-2.45-29.28-3.76-43.86Zm-32.51 38.25c-6.84 1.13-13 6.73-14 13.74 0 .3.46.53.58.2 2.31-6.51 7.07-11.26 14-12.65.84-.18.18-1.41-.58-1.29Zm34.19 8.61c-6.51 11.47-20.6 13-29.69 3.44-.24-.25-.65 0-.43.28 7.7 11.65 26.17 9.79 31.69-3a.872.872 0 0 0-.466-1.056.874.874 0 0 0-1.104.336Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M233.103 326.325a.8.8 0 0 0-1.1.28.799.799 0 0 0 .28 1.1 11.709 11.709 0 0 1 4.784 7.865 11.722 11.722 0 0 1-2.374 8.895c-3.79 5.19-10.25 7.37-16.46 7.56-5.55.17-12.12-.55-17-3.4-5.52-3.2-8.22-11.8-1.76-15.66.29-.17 0-.63-.3-.52-5.33 2-6 9-3.12 13.38 4.28 6.53 14 7.94 21.16 8 7.87.09 16.53-2.81 20.37-10.22 3.01-5.86 1.53-13.96-4.48-17.28Zm24.67 15.9c-3-9.53-12-17.51-22.09-18.29-.27 0-.18.36 0 .41 9.62 2.87 16.89 8.86 20.46 18.37a.85.85 0 0 0 1.63-.49Zm-73.37-13.81c-15.1 8.37-25.08 27.44-23.21 44.65.06.54 1.09.74 1.07.1-.57-18.35 7.2-34 22.41-44.4.22-.15-.05-.47-.27-.35Zm-2.4 71.11c-.76-.51-1.5-1-2.22-1.6a33.182 33.182 0 0 1-12.86-15.63c-.1-.26-.5-.16-.41.12a32.654 32.654 0 0 0 18.49 19.79 27.536 27.536 0 0 1-3-2.68Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M249.593 327.615c-.91-.49-1.31.8-.52 1.28 16.45 10.12 25.14 31.41 18.22 49.92a38.606 38.606 0 0 1-8.72 13.57 44.612 44.612 0 0 1-5.39 6.63 41.32 41.32 0 0 0 16-20.46c6.34-18.58-2.18-41.53-19.59-50.94Zm-36.87-226.961c-.1-.55-1.14-.83-1.16-.11a6.624 6.624 0 0 0 .51 2.57c.08.18.45.31.52 0a6.145 6.145 0 0 0 .13-2.46Zm-6.43-41.5a54 54 0 0 0-1.35 41.071c.12.33.64.199.52-.161a54.735 54.735 0 0 1 1.94-40.37c.29-.64-.8-1.21-1.11-.54Zm6.66-.879c-.32-.76-1.57-.47-1.22.37 5.92 14.11 5.92 27.9 3.19 42.699 0 .25.39.43.48.17 5.08-13.65 3.16-30.08-2.45-43.24Zm-9.02.099a5.588 5.588 0 0 1-2.3-7.49.558.558 0 0 0-.291-.675.56.56 0 0 0-.709.195 6.26 6.26 0 0 0 .907 7.212 6.253 6.253 0 0 0 2.093 1.489c.53.23.76-.48.3-.73Zm5.13-35.009c-3.49-.51-3.6 3.81-4.06 6.27-1.19 6.38-2.88 13-3.29 19.45 0 .18.29.33.35.12.93-2.78 3.93-25 6.87-24.71a.569.569 0 1 0 .13-1.13Zm1.52.679c-.29-.05-.28.32 0 .4a2.879 2.879 0 0 1 1.76 3.35c-.1.48.8.84.93.32a3.331 3.331 0 0 0-.454-2.623 3.323 3.323 0 0 0-2.236-1.447Zm6.69 25.76a.547.547 0 0 0 0-.14 137.148 137.148 0 0 1-4.38-18.49c0-.23-.41-.25-.39 0a81.226 81.226 0 0 0 3.8 18.8.5.5 0 0 0 .55.34 7 7 0 0 1-2 8.29c-.57.46.21 1.42.73 1a7.28 7.28 0 0 0 1.69-9.8Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M214.003 58.645a11.081 11.081 0 0 0-9 .36c-.18.09 0 .39.18.32a9.51 9.51 0 0 1 8.36.36c.79.37 1.21-.76.46-1.04Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='m206.343 60.794-.1-.12a.327.327 0 0 0 .09-.15c.021-.082.038-.165.05-.25.03-.309.03-.62 0-.93a.423.423 0 0 0-.09-.22v-.15c0-.36-.68-.49-.71-.07v.26a.3.3 0 0 0 0 .06c0 .18-.06.36-.07.53l-1.14-1.23c-.18-.2-.5 0-.34.22.5.861 1.044 1.696 1.63 2.5.34.45 1.04.04.68-.45Zm8.71-1.43a.219.219 0 0 0-.308-.181.219.219 0 0 0-.102.092c-.053.11-.1.224-.14.34a.643.643 0 0 0-.54 0 .55.55 0 0 0-.71.2.891.891 0 0 0 .29 1.12.623.623 0 0 0 .29.13l.07.6c.07.54 1 .72 1.05.1.06-.41 0-.83.08-1.24.044-.386.051-.774.02-1.16Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M207.773 102.285c-3.44-7.5-5.54-15.16-5.21-23.48a51.748 51.748 0 0 1 1.92-11.45c.8-3 1.44-5.61.43-8.57a.365.365 0 0 0-.147-.234.356.356 0 0 0-.399-.012.359.359 0 0 0-.164.365c.32 4.36-1.45 8.27-2.34 12.46a46.16 46.16 0 0 0-1 11.09 44.442 44.442 0 0 0 5.42 20.271c.49.82 1.95.58 1.49-.44Zm6.3-41.79c-.14-.4-.89-.35-.78.13 3.52 14.3 3.65 28.3-.6 42.46-.3 1 1.35 1.88 1.68.81 4.31-13.92 4.51-29.57-.3-43.4Zm-16.32 263.829a40.008 40.008 0 0 0-31.92 19.51 38.697 38.697 0 0 0 .42 39.13c.19.31.74.1.56-.26-5.94-11.79-6.12-26.45.66-37.95 6.45-10.93 18.06-17.55 30.57-18.58 1.27-.1.84-1.91-.29-1.85Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M270.663 355.565c-4.25-16.59-19.23-31.24-36.66-32.69-.38 0-.28.52 0 .6 16.8 4.19 31.41 16.22 35.06 33.76a43.286 43.286 0 0 1-8.35 34.88.77.77 0 0 0-.39.22c-14.71 15.25-36.35 23.06-57.31 18-20.34-4.89-35.39-20.58-42.69-39.69a.317.317 0 0 0-.23-.18c.16 1.23.36 2.46.6 3.68 5.92 18.59 22.9 33.25 41.57 38a61.18 61.18 0 0 0 48.13-8.56.887.887 0 0 0 .95 0c15.66-9.84 23.94-30.07 19.32-48.02Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M257.763 349.435c0-.61-1.15-.8-1.2-.11-1.22 17.76-25.37 27.64-41.21 26.83-18.48-.95-33.8-15-33.06-33.58 0-.35-.57-.53-.61-.13-2.17 18.69 14.51 33.24 32.47 34.78a48.009 48.009 0 0 0 27.9-6.69c7.73-4.49 16.1-11.47 15.71-21.1Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M246.003 348.815c-4.76 13.13-19.91 18.92-33.07 17.3a30.553 30.553 0 0 1-16.19-7c-5.43-4.64-11-13.3-6.52-20.27.14-.21-.2-.5-.35-.29-8.29 11.85 8.94 25.15 19 27.69 13.87 3.49 33.49-1.91 37.94-17 .13-.51-.64-.95-.81-.43Zm-11.08-23.84c-.44-.13-.58.57-.18.71a15.807 15.807 0 0 1 10.89 17.29c0 .27.41.39.45.1a15.87 15.87 0 0 0-11.16-18.1Zm-35.43 3a11.828 11.828 0 0 0-7 6.8c-.09.26.3.57.48.31a16.194 16.194 0 0 1 7-6c.7-.33.18-1.39-.48-1.11Zm-19.32 13.799a26.73 26.73 0 0 0-18.86 20.75c-.07.38.57.56.66.14a26.626 26.626 0 0 1 18.53-20.14c.5-.15.13-.88-.33-.75Zm90.09 15.471a14.906 14.906 0 0 0-11.73-8.8c-.35 0-.37.43-.05.49a14.995 14.995 0 0 1 10.84 8.59c.27.56 1.21.37.94-.28Zm-54 23.46c-.64 10.17-1 20.4-1.26 30.58 0 .44.73.66.76.16.52-10.19.84-20.45.94-30.65 0-.25-.42-.38-.44-.09Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M216.753 353.885c-.52 4-.63 8.05-.89 12.07 0 .24.39.36.42.09.47-4 1.09-8 1.3-12 .03-.46-.76-.71-.83-.16Zm-.23 14.849c0-.48-.91-.63-.92-.09-.07 2.6.28 5.2.31 7.8 0 .26.45.39.45.1-.02-2.57.28-5.2.16-7.81Zm.93-22.849c0-.57-1-.6-.94 0 .12 1.94.39 3.879.65 5.799 0 .25.5.35.5 0-.02-1.88-.04-3.849-.21-5.799Zm13.99-14.59c-2.7 4.69-6.69 8.31-12 9.69-6.76 1.75-18.63-.4-18.38-9.42 0-.24-.36-.36-.42-.09-1.7 7.88 7.64 11.67 14 11.8a20.31 20.31 0 0 0 18.44-11.17c.49-.95-1.08-1.75-1.64-.81Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M212.333 348.205c-3.93-.7-8.08-.82-11.41-3.36a8.29 8.29 0 0 1-2.63-10.38c.11-.2-.24-.43-.38-.25-2.5 3.13-1.5 7.52.94 10.39 3.16 3.7 8.87 5 13.52 5 .89.03.71-1.26-.04-1.4Zm23.4-18.9c-.25-.82-1.6-.67-1.5.24 1.05 9.84-3.92 17.68-14 19.35-.34.06-.11.54.16.54 10.09-.09 18.35-10.17 15.34-20.13Zm-74.73-304.7 1 .33c2.919.966 5.938 1.6 9 1.89a41.64 41.64 0 0 0 32.29-11.41c.68-.66-.6-1.72-1.28-1.06a40.063 40.063 0 0 1-23 10.85 39.311 39.311 0 0 1-12.4-.46c-2-.4-6.56-3-8.52-1.56-4.94 3.64 8.1 6.09 8.87 6.24a82.301 82.301 0 0 0 27.53.59c.32 0 .21-.5-.08-.47a84.81 84.81 0 0 1-25.26-.75 83.652 83.652 0 0 1-5.53-1.23c-.67-.17-2.22-.31-2.73-.76-1.46-2.24-1.423-2.974.11-2.2Zm96.25-1.63-1 .33a40.93 40.93 0 0 1-9.09 1.88 41.643 41.643 0 0 1-32.29-11.41c-.68-.66.6-1.72 1.28-1.06a40.057 40.057 0 0 0 23 10.85c4.131.504 8.317.348 12.4-.46 2-.4 6.56-3 8.52-1.56 4.94 3.64-8.1 6.09-8.87 6.24a82.302 82.302 0 0 1-27.53.59c-.32 0-.21-.5.08-.47a84.813 84.813 0 0 0 25.25-.74 83.794 83.794 0 0 0 5.53-1.23c.67-.17 2.22-.31 2.73-.76 1.513-2.234 1.51-2.967-.01-2.2Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M208.523.685c-6.21.1-7.31 7.52-5.51 12 .09.23.5.21.45-.07-.66-3.87-.23-10.64 5.27-10.64 5.24 0 5.29 6.51 5.92 10.1.11.65 1.3 1 1.34.12.25-4.51-1.76-11.6-7.47-11.51Zm-5.11 33.499c-3-.31-5.47-1.43-6.67-4.42-.09-.22-.47-.21-.43.07.48 3.28 3.89 6.28 7.31 5.64.71-.12.38-1.22-.21-1.29Zm17.59-3.719c-1.76 2.37-3.94 3.7-7 3.39a.78.78 0 1 0-.16 1.54c3.16.63 7-1.41 7.69-4.65.07-.28-.39-.52-.53-.28Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M208.553 3.484a3.002 3.002 0 0 0-2.54 2c-.6 1.61.09 3.25.65 4.77a.227.227 0 0 0 .325.092.23.23 0 0 0 .085-.092c1.381.094 2.766.117 4.15.07h.12c.25.18.63.2.73-.14.7-2.42-.2-6.84-3.52-6.7Zm-1.55 6.38c-.47-1.75-.89-5.33 1.72-5.4 1.31 0 2.14 1.31 2.36 2.43a11.7 11.7 0 0 1 0 2.51 39.598 39.598 0 0 0-4.08.46Zm-3.3 24.22a10.21 10.21 0 0 1-4-1.31 14.966 14.966 0 0 1-2.44-2.33.534.534 0 0 0-.12-.45 1.89 1.89 0 0 0-1.11-.53l-.46-.11a1.069 1.069 0 0 0-1-.37 66.521 66.521 0 0 1-17.12 1.18c-3-.2-18.18-1.29-18.08-5.55 0-.3-.46-.45-.52-.11-.91 5 10 6.17 13.11 6.71a61.17 61.17 0 0 0 23.35-.51.835.835 0 0 0 .31-.13h.1c.242.125.502.213.77.26.47 2.41 3.39 4.43 5.89 4.85a68.608 68.608 0 0 1-1.69 14.37c-.21.82 1.13 1.56 1.38.67a34.629 34.629 0 0 0 1.2-15h.46c1.07-.03.91-1.46-.03-1.64Zm15.3 18.121c-.86-5.76-3.64-11.46-3.77-17.29 0-.24-.33-.41-.47-.16-1.26 2.26-.09 5.06.44 7.41.72 3.16 1.34 6.38 2.31 9.48.11 3.49-1.5 6.11-4.2 8.44-.72.62.15 1.65.94 1.25 3-1.5 4.47-5.17 4.23-8.48a.54.54 0 0 0 .52-.65Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M205.403 59.255c-4-1.75-5.4-5.56-3.47-9.55.16-.34-.39-.71-.63-.41a7.303 7.303 0 0 0 .7 9.635 7.297 7.297 0 0 0 3 1.775c1 .27 1.19-1.1.4-1.45Zm-.61-9.491c-.54.23-1.07.48-1.61.74-.22.1 0 .48.23.39.54-.24 1.08-.48 1.6-.74.22-.11-.01-.48-.22-.39Zm12.79.4a13.065 13.065 0 0 0-10.22-1.06c-.25.09-.06.4.16.37a13 13 0 0 1 9.66 1.69c.65.41 1.07-.65.4-1Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M206.673 58.974a8.001 8.001 0 0 1-4-6.44c0-.1-.2-.13-.2 0a7.583 7.583 0 0 0 4 6.79.2.2 0 0 0 .294-.227.202.202 0 0 0-.094-.123Zm1.91-1.229a18.478 18.478 0 0 1-2-5.91c0-.12-.21-.13-.2 0a14.18 14.18 0 0 0 1.94 6c.06.21.36.14.26-.09Zm1.97-.161c-.16-2.2-.33-4.4-.51-6.6 0-.11-.19-.12-.19 0 .1 2.36.2 4.71.32 7.07 0 .21.41.28.41 0v-.41a.216.216 0 0 0-.03-.06Zm.98 1.22a11.161 11.161 0 0 0 1.57-7.55c0-.13-.23-.14-.22 0 .2 2.567-.412 5.131-1.75 7.33-.15.22.22.51.35.29l.05-.07Zm4.61-7.539c0-.11-.21-.15-.21 0a10.79 10.79 0 0 1-3.14 7.13c-.16.18.14.5.33.35a8.85 8.85 0 0 0 3.02-7.48Zm-7.7-31.5c-2.68-.59-5 .6-6.93 2.45-2.61 2.54-4.36 5.55-7.49 7.58-.13.09 0 .29.14.25 5.63-1.74 7.25-11.27 14.21-9.68.42.08.44-.52.07-.6Zm49.83 3.919a48.839 48.839 0 0 1-42.76-6.06c-.11-.08-.24.06-.12.15a47 47 0 0 0 35.82 8.56 74.77 74.77 0 0 1-26.92 1.92c.25-.23-.08-.7-.45-.63-4.15.83-5.24-4.2-7.7-6.36a5.784 5.784 0 0 0-5.88-1.19c-.14.05 0 .23.09.21a5.868 5.868 0 0 1 6.25 2.31c.92 1.23 1.49 2.68 2.49 3.85a5.8 5.8 0 0 0 3 2c-.33.56-.52 1.21-.87 1.76a6.307 6.307 0 0 1-1.37 1.53c-.23-.15-.65-.13-.65.21a2.1 2.1 0 0 0 .1.62.53.53 0 0 0 .35.31v.07c-.16.25.21.57.4.33l1.75-2.18c.35-.44.82-1.34 1.31-1.64 1.13-.68 3.06 0 4.36.09a70.05 70.05 0 0 0 10.32.1 66.282 66.282 0 0 0 19.22-4 .403.403 0 0 0 .176-.337.395.395 0 0 0-.186-.332c.52-.16 1-.33 1.56-.51s.16-.93-.29-.78Zm-56.01-5.07a36.123 36.123 0 0 1-19.46 8.3c-8.15.95-15.91-.72-23.75-2.73-.46-.12-.6.58-.18.73 14.17 5 32.15 4.77 43.59-6.11.1-.08-.09-.28-.2-.19Zm6.74-1.94a3.098 3.098 0 0 0-2.878-1.19 3.093 3.093 0 0 0-2.452 1.92c0 .09.11.21.18.11a2.898 2.898 0 0 1 4.75-.49.268.268 0 0 0 .346-.007.27.27 0 0 0 .054-.343Zm5.75-.25a3.419 3.419 0 0 0-5.17.17c-.08.1.07.27.18.18a3.479 3.479 0 0 1 4.5.08c.31.24.74-.09.49-.43Zm5.87 183.941c-3.14 1.08-5.81 2.19-9.22 2.23a22.3 22.3 0 0 1-9.78-2.19c-.14-.06-.19.12-.08.19a19.245 19.245 0 0 0 9.67 2.8c3.19.06 7.13-.49 9.79-2.37.35-.24 0-.79-.38-.66Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M222.813 201.564c-.33-1-1.81-1.84-2.73-1a.105.105 0 0 0-.032.058.108.108 0 0 0 .112.132 1.704 1.704 0 0 1 1.9.85c.37 1-.65 1.75-1.52 1.71a.261.261 0 0 0-.118.009.278.278 0 0 0-.172.155.273.273 0 0 0-.02.116h-.07a22.048 22.048 0 0 1-9.34 2.27c-3.49 0-6.47-1.12-9.68-2.32a2.509 2.509 0 0 1-.83-2 3 3 0 0 1 1-1.68c.31-.35-.23-.75-.57-.59-1.92.9-1.48 3.86.25 4.66a.177.177 0 0 0 .22 0c5.22 3.94 14 3.64 19.39.44a.304.304 0 0 0 .119-.117.319.319 0 0 0 .041-.163 1.993 1.993 0 0 0 1.676-.737 2.001 2.001 0 0 0 .374-1.793Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M207.003 102.445a.23.23 0 0 0-.45 0c-1.69 7.74-1.75 16-2.38 23.9-.63 7.9-1.22 16-1.83 24-1.213 16-2.413 32.02-3.6 48.06-.009.169.026.337.1.49a4.061 4.061 0 0 0 .31 6.07.306.306 0 0 0-.26.3c-1.1 19.67-1.1 39.43-1.35 59.13-.25 19.7-.91 39.54-.66 59.28 0 1.4 2.4 2.15 2.45.53.67-20 .41-40.17.56-60.23.15-19.53.53-39.11-.15-58.63l.3.15c1.06.43 1.52-.93.59-1.45-2-1.07-1.75-3.15-.42-4.39a.744.744 0 0 0 .59-.44c.166-.104.34-.194.52-.27.45-.18.19-.76-.23-.77h-.14a9760.839 9760.839 0 0 0 3.38-48.35c.55-8 1.13-16 1.65-24.06.47-7.7 1.53-15.62 1.02-23.32Zm20.84 163.03c-2.18-20-3.63-40.25-7-60.05h.15a3.263 3.263 0 0 0 2.85-4 4.005 4.005 0 0 0-2.16-2.52c.061-.135.092-.282.09-.43 0-15.79-2.35-31.9-3.59-47.64-1.29-16.35-2.05-33-4.46-49.19-.06-.39-.8-.56-.8-.07 0 15.8 1.72 31.72 2.84 47.48.58 8 1.19 16.09 1.74 24.14.57 8.31.7 16.84 2 25.07.022.12.066.235.13.34a2.51 2.51 0 0 0-.39.11c-1 .39-.47 1.89.53 1.83 1-.06 2.12.14 2.34 1.33a2.616 2.616 0 0 1-.363 1.52c-.274.457-.681.82-1.167 1.04a.458.458 0 0 0-.15.15c-.07-.029-.145-.039-.22-.029a.429.429 0 0 0-.37.479c.8 20.18 3.64 40.43 5.67 60.52 1.95 19.26 3.89 38.54 6 57.78a.997.997 0 0 0-.989 1.186c.037.194.131.373.269.514l1.27 1.61c.73.92 2.35.67 2.22-.68-2.01-20.17-4.28-40.33-6.44-60.49Zm-18.07-184.721a.239.239 0 0 0-.249.184.239.239 0 0 0 .139.276c3 1.21 2.79 5.88-.8 5.79-3.41-.09-2.9-4.24-.44-5.41.71-.34-.08-1.3-.68-1.16a4 4 0 0 0 1.32 7.87 3.72 3.72 0 0 0 3.81-3.5 4.002 4.002 0 0 0-3.1-4.05Zm-194.15 125.99c-3.36-4.13-6.38-8.18-8.37-13.19-1.8-4.54-2.36-9.1-2.93-13.84a.595.595 0 0 0 .498-.659.603.603 0 0 0-.108-.281c-2.94-5.7-6.18-13.45 1.34-17.13.42-.21-.06-.72-.39-.66-9 1.5-5.24 13.19-2.48 18.25l.06.07c-1.13 10.12 3.86 21.75 11.13 28.55a.837.837 0 0 0 1.127.011.838.838 0 0 0 .123-1.121Zm123.77 3.41c-19.72 9.24-39.58 15.47-61.59 15.44-22.01-.03-41.74-6.51-61.7-15a.273.273 0 0 0-.332.115.27.27 0 0 0 .062.345c35.15 23.17 89.07 22.27 124.73.61 1.02-.58-.22-1.95-1.17-1.51Zm13.3-12.519c3.66-8.53 11-40.54-3.1-38.57-1.17.16-.75 1.65.27 1.69 1.83.08 4.85 4.22 5.27 5.93.278 1.741.379 3.507.3 5.27a70.993 70.993 0 0 1-.44 9.57c-.64 5.47-2.12 10.74-3.25 16.1a.665.665 0 0 0-.2.26 28.495 28.495 0 0 1-2.88 5.88 24.01 24.01 0 0 1-4.71 4.6c-.26.21 0 .7.32.56 4-1.83 7.9-6.08 8.84-10.49a.754.754 0 0 0-.42-.8Zm-6.5-38.381a38.185 38.185 0 0 0-7.1-4.77c-2-1-4.41-2.32-6.71-2.48a59.114 59.114 0 0 0-4.63-8 .387.387 0 0 0-.214-.197.378.378 0 0 0-.476.517 61.184 61.184 0 0 0 4.05 9.42c.55 1.08 2.42.68 1.83-.55 1.63 1 3.48 1.69 5.13 2.6a58.73 58.73 0 0 1 7 4.81.888.888 0 0 0 .641.199.878.878 0 0 0 .479-1.549Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M127.413 143.375a6.975 6.975 0 0 1-.9.37.916.916 0 0 0-.85-.32c-16.44 3.19-32.08.75-48.58-.4-11.69-.82-25.73-1-36.4 5a.925.925 0 0 0-.82-.39c-8 .9-15.44.18-23.39-.75a.382.382 0 0 0-.46.28.382.382 0 0 0 .28.46c6.74 2.67 14.35 3.1 21.55 2.24a.45.45 0 0 0 .54.56c7.28-2.72 14.11-4.92 21.95-5.51a138.435 138.435 0 0 1 21.52.41c14.59 1.17 30.08 3.71 44.43-.43a.771.771 0 0 0 .15-.08c.502-.084 1.01-.131 1.52-.14 1.05-.01.53-1.85-.54-1.3Zm-113.94 3.6-1.57-.46a.467.467 0 0 0-.615.129.472.472 0 0 0-.085.211c0 .17-.05.34-.08.51-.49-.27-1.14 0-1.07.62.1.89.18 1.77.27 2.66a.547.547 0 0 0-.62.37l-.47 1.83a1.996 1.996 0 0 0-2.38 1c-1.72 3 2.54 7.23.12 9.91-.72.8.66 1.86 1.41 1.16 1.18-1.08 1.2-1.06 1.19-2.43a17.165 17.165 0 0 0-.72-3.18c-.09-.41-.91-6 .46-4.9.3.25 1 .3 1.12-.19l.45-1.66a.657.657 0 0 0 .691.009.654.654 0 0 0 .309-.619c-.09-.91-.17-1.83-.24-2.74a.638.638 0 0 0 .513-.185.625.625 0 0 0 .177-.515c-.32-.847.043-1.197 1.09-1.05a.241.241 0 0 0 .05-.48Zm283.44 159.109c-2.1-5.14-13.57-32.43-1.87-32.45.41 0 .3-.56 0-.63-13.76-3.11-2.26 29.32 0 33.67.52 1.13 2.42.77 1.87-.59Zm148.09-22.009a17.08 17.08 0 0 0-3.17-11.66c-1.62-2.34-5-5.09-7.22-2.63a23.104 23.104 0 0 0-5.11-3.34c-1.62-.76-3.75-1.75-5.56-1.39-.34.07-.29.53-.08.7 1.4 1.11 3.35 1.58 4.92 2.46a25.223 25.223 0 0 1 5.11 3.86 1 1 0 0 0 1.4.13c.254-.015.494-.125.67-.31l.14-.15c2-2.14 5.79 5.56 6.21 6.69a30.547 30.547 0 0 1 1.71 7.78.292.292 0 0 0 .23.25c-2.17 7.44-3.94 15.1-5.41 22.71a1.233 1.233 0 0 0-.25.52c-2.91 12.6-20.18 17.18-31 20.36a134.443 134.443 0 0 1-35.43 5.37c-24.6.44-47.08-6.32-69-16.92a.707.707 0 0 0-.891.289.706.706 0 0 0 .171.921c21.5 14 49.11 19.33 74.47 18.09a135.616 135.616 0 0 0 38.32-7.44c9.54-3.36 21.6-7.58 25.28-17.77a1.145 1.145 0 0 0 .52-.77 252.823 252.823 0 0 0 4.47-27.43c.02-.3-.35-.5-.5-.32Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M313.373 262.485a33.65 33.65 0 0 0-10.85 4.729c-2.71 1.77-6.43 4.331-7.62 7.431-.11.29.23.51.48.4 3-1.42 5.55-4.28 8.49-6a50.695 50.695 0 0 1 10.41-4.4c1.44-.49.36-2.44-.91-2.16Zm-107.87-201.99c-9.93-5.28.23-17.58-.21-25.63-.05-.95-1.79-1.26-1.84-.17-.33 6.84-10.08 23.57 1.84 26.62.56.14.63-.59.21-.82Zm9.93 1.39c3.36-2 4.05-5.47 3.57-9.14-.75-5.81-2.74-12-4.66-17.56-.14-.4-.82-.35-.76.12.73 6.05 6.89 20.7.4 24.65-.86.52-.39 1.58.37 2 2.59 12.41 3.62 24 .11 36.31a.88.88 0 0 0-.84 1.36l.45 1c.36.76 1.87 1.31 2.21.21 3.85-12.42 4.53-26.95-.85-38.95Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M207.363 101.904c-4-15-4-29.11-1.63-44.41 0-.28-.42-.48-.54-.19-5.63 14-5.1 30.84-.24 45 .069.193.19.363.35.49-3.69 15.08-5.05 31.07-6.43 46.46-1.49 16.67-2.62 33.5-2.57 50.25-2.58 2.32-1.63 6.88 1.77 8.59-1.76 9.46-1.78 19.42-2.16 29-.38 9.58-.59 19.46-.69 29.2-.19 18.87-.31 37.88.87 56.72.09 1.5 2.94 2 2.91.27-.31-19.5-1.11-39-1-58.48.05-9.75.24-19.51.47-29.26.21-9 1-18.19.34-27.2.196.074.397.138.6.19a1.087 1.087 0 0 0 1.35-1.29 1.062 1.062 0 0 0-.47-1.3c-.55-.351-.99-.85-1.27-1.44a3.565 3.565 0 0 1 .11-2.14 1.312 1.312 0 0 0-.35-1.41v-.05l.4-1.71.13-.07c.53-.24.23-.87-.24-.91a1.531 1.531 0 0 0-.19-.22l.12-3.65a1.093 1.093 0 0 0 .41-.8c2.8-28 5.54-56 7.39-84.06 0-.42-.66-.63-.72-.16-.28 2.06-.54 4.12-.81 6.18.45-4.14.86-8.28 1.16-12.42.57-.01 1.14-.42.93-1.18Zm24.69 201.07c-1.22-12.78-2.65-25.54-3.9-38.29-.467-4.78-.927-9.56-1.38-14.34-1-14.52-1.61-29.12-3.53-43.47a4.285 4.285 0 0 0 1-1.08 3.002 3.002 0 0 0 1.14-1.17c.466-.758.692-1.64.65-2.53a5.127 5.127 0 0 0-3.13-4.27c-1.28-.57-2.09 1-1.1 1.85a3.455 3.455 0 0 1 .93 3.33 3.659 3.659 0 0 1-1.18 1.92.448.448 0 0 0-.496-.07.447.447 0 0 0-.254.43v.38l-.13.14a1.058 1.058 0 0 0 .21 1.44c.27 5.28.62 10.56 1 15.83.48 13.76 2 27.62 3.25 41.16.847 9.387 1.806 18.76 2.88 28.12.93 10.64 1.93 21.28 3.24 31.86a1.307 1.307 0 0 0 1.09 1.13c.29 1.37 2.45 1.53 2.35-.08-.46-7.39-1.6-14.84-2.64-22.29Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M227.323 202.385a7.254 7.254 0 0 0-3.11-5.13c-.66-8.72-1.55-17.43-2.5-26.13-.65-8.3-1.4-16.6-2-24.88-1.18-15.83-2.17-31.73-4-47.5-.08-.66-1.33-.9-1.31-.12.09 3.11.21 6.22.35 9.34-.38-2.43-.79-4.84-1.25-7.25-.07-.34-.74-.52-.73-.07.13 15.88 2.46 31.92 4 47.72.56 5.89 1.09 11.8 1.64 17.7.56 9.28 1.18 18.56 2.18 27.77a1.25 1.25 0 0 0 .8 1c.13 1.05.25 2.11.39 3.16.035.215.121.419.251.594a1.367 1.367 0 0 0 1.122.562c.219-.002.433-.056.627-.156a6.263 6.263 0 0 1 1.21 3 5.853 5.853 0 0 1-1.68 4.64c-.66-.21-1.42 0-1.47.83l-.05.87c-.06 1 1.2 2.08 2.13 1.38a8.138 8.138 0 0 0 3.4-7.33Zm-24.75-168.74a6.164 6.164 0 0 1-5.33-1.44c-.67-.63-.94-1.6-1.57-2.19l-.06-.05a64.216 64.216 0 0 0 6.2-2.13c1.17-.47.3-2.23-.79-1.83a65.594 65.594 0 0 1-20.9 4.27c-6.13.19-19.3.45-22.54-6.15-.2-.42-.9-.42-.85.14.6 6.77 11.39 7.49 16.37 7.93a60.863 60.863 0 0 0 21.37-1.91.676.676 0 0 0 0 .09c.31 3.71 5.33 6.41 8.67 5.2 1.09-.39.5-2.05-.57-1.93Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M259.503 21.974c-1-2.33-3.18-2.51-4.85-1.22-14.29 2.75-26.36-.68-38.58-8.52a.4.4 0 0 0-.49 0c.19-3.12.19-6.42-1.63-9.1a6.76 6.76 0 0 0-6.48-3.09c-6.05.91-8.07 8.92-6 14a.772.772 0 0 0-.3.15c-11.86 9.9-27.17 12.78-41.94 8.46-.74-.22-1 .93-.29 1.18a43.35 43.35 0 0 0 43.39-8.12.88.88 0 0 0 .21-1c1.15-3.82-.45-8 3-11.06a4.127 4.127 0 0 1 5.226-.557c.531.35.974.818 1.294 1.368 1.54 2.38 1.2 5.48 1 8.16-.12 1.44 2.34 2.12 2.45.53v-.18c9.52 10.11 26 13.72 39.34 10.34a.796.796 0 0 0 .61-.17l-.62 1.73c-.86.32-1.727.61-2.6.87a79.89 79.89 0 0 1-3.53 1 57.889 57.889 0 0 1-10.54 1.51 88.854 88.854 0 0 1-18.75-1.45.399.399 0 0 0-.399.581.395.395 0 0 0 .209.189c.75.3 1.5.57 2.26.83a9.813 9.813 0 0 1-3.27 3.95c-1.73 1.13-3.43 1.09-5.37 1.42-1.37.23-.48 2 .36 2.23 4.28 1.33 9.12-3 9.54-7.2a51.78 51.78 0 0 0 32.25-1.23c2.46-.91 5.77-2.46 4.5-5.6Zm-54.44 68.471c-19.46-7.47-39-14.47-58.06-22.96a746.848 746.848 0 0 1-28.19-13.23c-9.51-4.71-18.8-10.45-28.66-14.36a.63.63 0 1 0-.65 1.08c8.14 5.89 17.68 10.17 26.65 14.66a749.89 749.89 0 0 0 29.91 14.14c19.25 8.57 39 17 59.16 23.27.101.03.205.046.31.05a23.111 23.111 0 0 1-.47-2.65Zm-3.79-11.09c-19.61-6.62-39-13.85-58.27-21.46-9.367-3.7-18.7-7.51-28-11.43-8.65-3.65-17.22-7.94-26.19-10.75-.53-.17-.56.56-.19.78 8.58 5.17 18.23 8.81 27.43 12.74 9.2 3.93 18.58 7.8 27.93 11.52 18.72 7.46 37.64 14.36 56.67 21 1.91.64 2.35-1.78.62-2.4Zm163.73 60.77c-24.92-9.08-49.84-18.167-74.76-27.26l-36.4-13.26-18.7-6.79c-5.86-2.13-11.93-5-18.12-5.87-.76-.11-.83.77-.28 1.11 5.61 3.4 12.29 5.2 18.43 7.44l17.7 6.46 37.39 13.61c24.6 8.953 49.2 17.896 73.8 26.83a1.229 1.229 0 0 0 1.385-.232 1.217 1.217 0 0 0 .372-.895 1.257 1.257 0 0 0-.106-.484 1.23 1.23 0 0 0-.711-.659Zm2.15 4.67c-25.36-6.54-50.46-14.061-75.34-22.221-24.88-8.16-49-18.3-73.91-26.28-.86-.28-1 1-.33 1.33 23.3 11.001 48.58 18.87 73 26.91 25.2 8.29 50.68 15.65 76.3 22.53 1.61.42 1.7-1.899.28-2.269Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M372.003 142.754a21.489 21.489 0 0 0-6.21-2c-.82-.16-.89.85-.3 1.2a34.823 34.823 0 0 0 3.84 1.86c1.28.55 2.4.66 2.78 2.18a.9.9 0 0 0 1.64.36c.79-1.38-.59-2.94-1.75-3.6Zm-2 6.07c-.37-.39-.8-.54-.84-1.13-.04-.59-1.21-.86-1.26-.12-.07.94.59 2.3 1.7 2.19a.569.569 0 0 0 .4-.94Zm-152.53-50.659a.576.576 0 0 0-.387-.614.578.578 0 0 0-.683.244c-.08.15-.14.3-.21.45a1 1 0 0 0-.76 0l-.58.24a1.002 1.002 0 0 0-.71 1.211c.043.169.129.323.25.449v.18a.81.81 0 0 0-.15.29l-.94 3.6c-.29 1.12 1.15 2.15 1.92 1.63a.895.895 0 0 0 .51-.67c.18-.84.42-1.67.66-2.5.24-.83.54-1.77.8-2.66a1.244 1.244 0 0 0 0-.43c.1-.46.21-.94.28-1.42Zm-10.77 3.229c-.05-.67-1.11-1-1.23-.23a6.666 6.666 0 0 0 .45 3.55c-.06.59-.12 1.18-.17 1.77-.11 1.37 2.18 2 2.34.51v-.47a.643.643 0 0 0 .29-.56v-3.45a1.233 1.233 0 0 0-1.099-1.198 1.237 1.237 0 0 0-.581.078Zm1.3-4.179c-.123.428-.21.866-.26 1.31 0 .4.64.75.81.28.137-.461.234-.933.29-1.41.09-.49-.7-.71-.84-.18Zm3-.981c-.07-.24-.56-.42-.56-.05-.019.64.032 1.281.15 1.91.1.46.83.51.79 0a8.943 8.943 0 0 0-.38-1.86Zm-1.74-38.039c0-.7-1.34-.93-1.36-.13-.187 6.529.061 13.063.74 19.56 0 .3.56.41.59.05.446-6.486.456-12.994.03-19.48Z'/%3E%3Cpath fill='%23C53022' fill-opacity='.05' d='M210.003 91.775c-.07-.24-.46-.37-.52 0-.57 3.43-.07 7.64.33 11.079.08.65 1.31.901 1.3.121-.01-3.58-.11-7.81-1.11-11.2Zm.3-7.401v-.12a1.541 1.541 0 0 0-1.3-1.39 1.293 1.293 0 0 0-1.361.712c-.08.165-.124.345-.129.529a1.534 1.534 0 0 0 1.011 1.452c.198.072.409.101.619.087a1.272 1.272 0 0 0 1.2-1.24l-.04-.03Z'/%3E%3C/svg%3E%0A");
}

.popup_wrapper {
   max-height: calc(100vh - 40px);
   overflow-y: scroll;

   height: auto;
   padding: 50px;

}

.popup_footer .btn_callback {
   order: 2;
}

.popup_header,
.modal_header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 50px;
}

.popup_header h2,
.modal_header h2 {
   color: #444;
   font-size: 40px;
   font-weight: 700;
   line-height: normal;
}

.popup_close,
.close_btn {
   cursor: pointer;
   position: static;
   outline: none;
   border: none;
   background: transparent;
   width: 26px;
   min-width: 26px;
   height: 26px;
   display: inline-block;
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='26' fill='none' viewBox='0 0 26 26'%3E%3Cpath fill='%23444' d='m20.869 4.333 1.532 1.532L6.315 21.952 4.782 20.42z'/%3E%3Cpath fill='%23444' d='m21.952 20.583-1.532 1.532L4.333 6.03l1.532-1.533z'/%3E%3C/svg%3E%0A");
}

.popup .services_descr,
.popup ul {
   position: static;
   display: flex;
   flex-direction: column;
   background-color: transparent;
   gap: 15px;
   padding: 0;
   margin-bottom: 50px;
}

.popup ul li,
.popup .services_descr li {
   display: flex;
   align-items: center;
   gap: 23px;
   color: #1E1E1E;
   font-size: 18px;
   font-weight: 400;
   line-height: 130%;
}

.popup .services_descr p {
   gap: 23px;
   color: #1E1E1E;
   font-size: 18px;
   font-weight: 400;
   line-height: 130%;
}

.popup ul li::before,
.popup .services_descr li::before {
   content: "";
   width: 18px;
   height: 18px;
   min-width: 18px;
   display: inline-block;
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' viewBox='0 0 18 18'%3E%3Cpath fill='%233F9F11' d='M1 0h16a1 1 0 0 1 1 1v16a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V1a1 1 0 0 1 1-1Zm1 2v14h14V2H2Zm6.003 11L3.76 8.757l1.414-1.414 2.829 2.829 5.656-5.657 1.415 1.414L8.003 13Z'/%3E%3C/svg%3E%0A");
}


.language_switcher {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 15px;
   margin-left: 10px;
}

.language_switcher label {
   display: inline-block;
   cursor: pointer;
   position: relative;
   color: #444;
   font-size: 18px;
}

.language_switcher label:not(:last-child):after {
   content: "|";
   font-size: 18px;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   right: -10px;
}

.language_switcher input[type="radio"] {
   display: none;
}

.language_switcher li.active {
   color: #C53022;
}

.label_message {
   width: 100%;
}

.label_message span {
   display: none;
}

.label_message.error {
   position: relative;
}

.label_message.error span {
   display: block;
   position: absolute;
   bottom: 5px;
   left: 0;
   font-size: 10px;
   color: #C53022;
}


.checked-form {
   font-size: 25px;
   color: #1E1E1E;
   padding: 20px;
   z-index: 10;
   position: fixed;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
   -webkit-box-shadow: 1px 25px 63px -21px rgba(0, 0, 0, 0.63);
   -moz-box-shadow: 1px 25px 63px -21px rgba(0, 0, 0, 0.63);
   box-shadow: 1px 25px 63px -21px rgba(0, 0, 0, 0.63);
   max-width: 250px;
   width: 100%;
   display: none;
   background-color: #fff;
   text-align: center;
}




@media (max-width: 1600px) {
   .present {
      background-position: 82% 64px;
   }
}

@media (max-width: 1440px) {
   .present {
      background-position: 96% 64px;
   }

}

@media (max-width: 1200px) {

   .header_contacts,
   .header_left {
      border-left: none;
      border-right: none;
   }

   .container {
      padding: 0 30px;
   }

   nav {
      width: 34%;
   }

   .header_contacts {
      width: 24%;
   }

   .header_title {
      font-size: 1.3125rem;
   }

   .tel {
      font-size: 16px;
   }

   .present {
      min-height: 560px;
      background-position: 90% 100px;
      background-size: 257px;
   }

   .present_position {
      font-size: 45px;
   }

   .present_name {
      font-size: 35px;
   }
}

@media (max-width: 1023px) {

   .logo,
   .logo_en {
      height: 100%;
   }

   .header_left,
   .header_contacts {
      width: auto;
      padding: 0;
   }

   .logo,
   .logo_en {
      width: 60px;
      min-width: 60px;
   }

   .header_title {
      display: none;
   }

   .popup {
      max-width: calc(100% - 40px);
   }

   .header_btn {
      margin-top: 0;
   }

   .about_row {
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }

   .about_row:last-child {
      flex-direction: column-reverse;
   }

   .present_position:after {
      height: 17px;
      bottom: -17px;
   }

   nav {
      font-size: 16px;
      width: 33%;
   }

   .header_title {
      font-size: 20px;
   }

   .tel {
      font-size: 14px;
      line-height: 20px;
   }

   .container {
      padding: 0 15px;
   }

   .header_share {
      width: 12.5%;
   }

   header {
      height: 90px;
   }

   .present {
      min-height: 500px;
      background-size: 185px;
   }

   .services .container {
      flex-direction: column;
   }

   .section_title {
      margin-bottom: 65px;
   }

   .services_list {
      width: 100%;
      justify-content: space-around;
   }

   .services_list li {
      width: calc(100% / 3);
   }

   .certificate {
      margin-bottom: 40px;
   }

   .question p {
      width: 63%;
      padding-right: 5%;
      font-size: 27px;
   }

   .about_descr {
      width: 100%;
   }

   .about .section_title,
   .present_descr {
      margin-bottom: 40px;
   }

   .about {
      background-position: 85% 87%;
      background-size: 100%;
   }

   .contacts_block ul {
      margin-bottom: 20px;
   }

   .contacts_block {
      width: 80%;
   }

   .form_wrapper {
      width: 45%;
   }

   .present_wrapper_inside {
      width: 75%;
   }

   .present_name {
      text-align: center;
      font-size: 27px;
   }

   .present_position {
      font-size: 35px;
      margin-bottom: 20px;
   }

   .present_descr {
      width: 85%;
   }

   .present {
      min-height: 430px;
   }

   .min_width {
      width: 80%;
   }

   .header_title span:last-child {
      font-size: 14px;
   }

   .header_title {
      font-size: 15px;
   }

   .consultation_box {
      padding: 60px 25px 30px;
      max-width: 350px;
   }

   .consult_name {
      font-size: 50px;
   }

   .modal.on {
      max-width: 350px;
   }

   .services_title {
      padding: 30px 0;
      font-size: 40px;
   }

   .services_list li {
      height: 250px;
   }

   .services_list li span {
      font-size: 18px;
   }

   .services_descr li {
      height: auto;
      font-size: 14px;
      line-height: 1.5;
   }

   .about {
      padding: 0;
   }

   .about_name,
   .about_special {
      font-size: 27px;
      margin-bottom: 20px;
      padding-bottom: 20px;
   }

   .about_descr p,
   .about_descr ul {
      font-size: 14px;
      line-height: 22px;
      margin-bottom: 15px;
   }

   .about_row {
      margin-bottom: 60px;
   }

   .about_text {
      margin: 0 0 20px 0 !important;
   }

   .about_descr ul li {
      line-height: 25px;
   }

   .btn_white {
      max-width: 300px;
      padding: 0;
      height: 40px;
      font-size: 18px;

   }

   .about_descr a {
      font-size: 13px;
      line-height: 1.5;
      margin-bottom: 20px;
   }

   footer {
      padding-top: 40px;
   }

   .modal_wrapper {
      justify-content: center;
      position: absolute;
   }

   .about_descr .btn_white {
      padding: 12px 0;
      height: 50px;
   }

   .services {
      padding-bottom: 60px;
   }

   .header_title {
      padding: 0 2%;
   }

   .services_list li:hover .services_descr {
      padding: 10px 25px;
   }
}

@media (max-width: 767px) {

   .services_list li {
      height: auto;
      padding: 20px;
   }

   .about_service .about_descr strong {
      font-size: 18px;
   }

   .about.about_service {
      padding: 0 0 40px;
   }

   .about_service_body {
      flex-direction: column;
   }

   .about_service .about_descr,
   .about_service aside,
   .about_service .about_descr ul li {
      max-width: 100%;
   }

   #top_menu .menu_wrapper {
      flex-direction: column;
      align-items: flex-start;
   }

   #top_menu {
      -webkit-box-shadow: 1px 25px 63px -21px rgba(0, 0, 0, 0.63);
      -moz-box-shadow: 1px 25px 63px -21px rgba(0, 0, 0, 0.63);
      box-shadow: 1px 25px 63px -21px rgba(0, 0, 0, 0.63);
   }

   #top_menu ul {
      align-items: flex-start;

      width: 100%;
   }

   #top_menu ul:not(.language-chooser) {
      flex-direction: column;
   }

   #top_menu ul li:not(.language-chooser li) {
      width: 100%;
   }

   #top_menu .language-chooser {
      align-items: center;
   }

   #top_menu .language-chooser a {
      border: 0;
   }

   .top_menu_overlay {
      display: block;
   }

   .language_switcher {
      justify-content: start;
      margin: 8px 0 0 8px;
   }

   header {
      position: relative;
   }

   .header_contacts {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
   }

   .header_contacts .tel,
   .header_contacts .header_btn {
      text-align: center;
   }

   .popup_header h2,
   .modal_header h2 {
      font-size: 24px;
   }

   .popup_wrapper {
      padding: 20px;
   }

   .popup_content ul li,
   .popup .services_descr li {
      font-size: 16px;
   }

   nav .tel {
      display: flex;
   }

   .header_contacts .tel:first-child {
      display: none;
   }

   .services {
      padding-bottom: 40px;
   }

   .about .container {
      flex-direction: column;
   }

   .about_descr a:after {
      display: none;
   }

   .consultation .container {
      justify-content: center;
      flex-wrap: wrap;
   }

   .services_list li {
      width: 100%;
      max-width: 400px;
   }

   .mob_photo {
      display: block;
      width: 100%;
      margin-top: 50px;
   }

   .container {
      padding: 0 10px;
   }

   nav {
      height: 420px;
      position: absolute;
      flex-direction: column;
      background-color: white;
      right: 0;
      top: 70px;
      display: none;
      width: 100%;
      max-width: 400px;
      z-index: 2;
   }

   nav a {
      width: 100%;
      line-height: 40px !important;
      display: block;
      border-bottom: 1px solid rgb(243, 243, 243);
   }

   .present_wrapper_inside,
   .present_descr {
      padding-top: 0;
      width: 85%;

   }

   .present_position:after {
      left: 30px;
   }

   .present_position {
      font-size: 27px;
      margin-bottom: 22px;
   }

   .present_name {
      font-size: 22px;
      text-align: left;
      margin-bottom: 20px;
   }

   .present_descr {
      font-size: 12px;
   }

   .section_title {
      margin-bottom: 40px;
   }

   .certificate img {
      max-width: 90%;
      margin: 0 auto;
   }

   .certificate a {
      width: 100%;
      font-size: 14px;
   }

   .services_list ul {
      width: 100%;
   }

   .question .container {
      flex-direction: column;
   }

   .question p {
      width: 100%;
      text-align: center;
      font-size: 22px;
   }

   .section_title {
      font-size: 27px;
   }

   .about_descr,
   .contacts_block,
   .form_wrapper,
   .form_wrapper_inside {
      width: 100%;
   }

   .about {
      flex-direction: column;
   }

   .photo {
      width: 100%;
      margin-bottom: 30px;
   }

   .photo img {
      max-width: 400px;
      margin: 0 auto;
      display: block;
   }

   .about_descr {
      padding: 0px;
   }

   .contacts_title {
      margin-bottom: 15px;
   }

   .contacts .container {
      flex-direction: column;
   }

   .contacts_block {
      position: relative;
   }

   .form_wrapper_inside {
      padding-top: 40px;
      position: relative;
   }

   .contacts_block .section_title,
   .form_wrapper_inside {
      margin-bottom: 40px;
   }

   .form_wrapper_inside {
      align-items: center;
   }

   .copy {
      text-align: center;
      margin-bottom: 5px;
   }

   .header_title {
      display: none;
   }

   .header_share {
      width: 20%;
      order: 2;
   }

   .header_contacts {
      width: 75%;
      order: 1;
      align-items: center
   }

   header {
      height: 70px;
   }

   .present {
      min-height: 327px;
      background-size: 146px;
      background-position: 100% 61px;
      background-color: rgb(243, 243, 243);
   }

   .btn_menu {
      transition: all .3s;
      order: 3;
      display: block;
      outline: none;
      width: 30px;
      height: 30px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 20px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='32' height='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23444444' id='svg_1' d='m4,10l24,0c1.104,0 2,-0.896 2,-2s-0.896,-2 -2,-2l-24,0c-1.104,0 -2,0.896 -2,2s0.896,2 2,2zm24,4l-24,0c-1.104,0 -2,0.896 -2,2s0.896,2 2,2l24,0c1.104,0 2,-0.896 2,-2s-0.896,-2 -2,-2zm0,8l-24,0c-1.104,0 -2,0.896 -2,2s0.896,2 2,2l24,0c1.104,0 2,-0.896 2,-2s-0.896,-2 -2,-2z'/%3E%3C/g%3E%3C/svg%3E");

   }

   .btn_menu.on {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='512' height='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Ctitle%3Ebackground%3C/title%3E%3Crect fill='none' id='canvas_background' height='402' width='582' y='-1' x='-1'/%3E%3C/g%3E%3Cg%3E%3Ctitle%3ELayer 1%3C/title%3E%3Cpath fill='%23444444' id='svg_1' d='m437.5,386.6l-130.6,-130.6l130.6,-130.6c14.1,-14.1 14.1,-36.8 0,-50.9c-14.1,-14.1 -36.8,-14.1 -50.9,0l-130.6,130.6l-130.6,-130.6c-14.1,-14.1 -36.8,-14.1 -50.9,0c-14.1,14.1 -14.1,36.8 0,50.9l130.6,130.6l-130.6,130.6c-14.1,14.1 -14.1,36.8 0,50.9c14.1,14.1 36.8,14.1 50.9,0l130.6,-130.6l130.6,130.6c14.1,14.1 36.8,14.1 50.9,0c14,-14.1 14,-36.9 0,-50.9z'/%3E%3C/g%3E%3C/svg%3E");
   }

   header .container {
      justify-content: space-between;
   }

   .form_wrapper {
      max-width: 400px;
      margin: 0 auto;
   }

   footer .container {
      justify-content: space-around;
      flex-direction: column;
      align-items: flex-start;
   }

   .arrow {
      background-position: -3px 50%;
      width: 20px;
   }

   .contacts,
   .callback {
      width: 100%;
   }

   .services_list li .icon {
      background-size: 60%;
   }

   nav a {
      color: black;
   }

}

@media (max-width: 587px) {

   .popup_footer .service_link {
      max-width: 311px;
      width: 100%;
   }

   .popup_footer {
      flex-direction: column;
      gap: 15px;
   }

   .header_btn.btn_callback {
      display: none;
   }

   .header_btn.header_adaptive_btn {
      display: inline-block;
   }

   .about_row img {
      max-width: 300px;
      width: 100%;
   }

   .btn {
      font-size: 16px;
   }

   .header_contacts {
      width: 50%;

   }

   .present_descr {
      font-size: 10px;
      margin-bottom: 20px;
   }

   .present {
      min-height: 220px;
      background-size: 93px;
      background-position: 100% 54px;
   }

   .arrow {
      display: none;
   }

   .present .btn {
      min-width: 150px;
      font-size: 10px;
      height: 25px;
   }

   .header_btn {
      margin-top: 0;
   }

   .present_wrapper_inside {
      width: 76%;
   }

   .present_name {
      font-size: 12px;
      margin-bottom: 13px;
   }

   .present_position {
      font-size: 16px;
      margin-bottom: 15px;
   }

   .present_position:after {
      left: 50%;
      height: 9px;
      bottom: -11px;
   }

   .consultation_box {
      padding: 40px 15px 15px;
   }

   .consult_descr {
      line-height: 25px;
   }

   .consult_position {
      font-size: 25px;
      margin-bottom: 30px;
   }

   .consult_name {
      font-size: 35px;
   }

   .consultation {
      height: 420px;
   }

   .callback_form_inside {
      align-items: center;
   }

   input,
   textarea {
      font-size: 1.2rem;
      padding: 0 10px;
      height: 50px;
      line-height: 50px;
      margin-bottom: 25px;
   }

   .contacts_name {
      font-size: 1.3rem;
   }

   .contacts_block span,
   .contacts_block a {
      font-size: 1.2rem;
   }

   .bottom_line .container {
      flex-direction: column;
      padding: 7px 0;
   }

   .bottom_line {
      height: 68px;
   }
}


@media (max-width: 400px) {
   #top_menu {
      min-width: 300px;
   }
}



/*
     FILE ARCHIVED ON 05:49:29 Jun 01, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 16:32:34 Jul 17, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 198.058
  exclusion.robots: 0.157
  exclusion.robots.policy: 0.138
  RedisCDXSource: 13.41
  esindex: 0.011
  LoadShardBlock: 157.695 (3)
  PetaboxLoader3.datanode: 222.789 (5)
  PetaboxLoader3.resolve: 195.854 (3)
  load_resource: 358.022 (2)
*/



.social {
   display: flex;
   align-items: center;
   gap: 20px;
   margin-bottom: 20px;
}
.social__link span {
   width: 24px;
   height: 24px;
   display: inline-block;
   background-repeat: no-repeat;
   background-size: contain;
}

.social__link span.youtube {
   width: 30px;
   height: 30px;
   background-image: url("data:image/svg+xml,%3Csvg enable-background='new 0 0 128 128' id='Social_Icons' version='1.1' viewBox='0 0 128 128' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='_x34__stroke'%3E%3Cg id='Youtube_1_'%3E%3Crect clip-rule='evenodd' fill='none' fill-rule='evenodd' height='128' width='128'/%3E%3Cpath clip-rule='evenodd' d='M126.72,38.224c0,0-1.252-8.883-5.088-12.794 c-4.868-5.136-10.324-5.16-12.824-5.458c-17.912-1.305-44.78-1.305-44.78-1.305h-0.056c0,0-26.868,0-44.78,1.305 c-2.504,0.298-7.956,0.322-12.828,5.458C2.528,29.342,1.28,38.224,1.28,38.224S0,48.658,0,59.087v9.781 c0,10.433,1.28,20.863,1.28,20.863s1.248,8.883,5.084,12.794c4.872,5.136,11.268,4.975,14.116,5.511 c10.24,0.991,43.52,1.297,43.52,1.297s26.896-0.04,44.808-1.345c2.5-0.302,7.956-0.326,12.824-5.462 c3.836-3.912,5.088-12.794,5.088-12.794S128,79.302,128,68.868v-9.781C128,48.658,126.72,38.224,126.72,38.224z M50.784,80.72 L50.78,44.501l34.584,18.172L50.784,80.72z' fill='%23C53022' fill-rule='evenodd' id='Youtube'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.facebook {
   background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg'%0Aaria-label='Facebook' role='img'%0AviewBox='0 0 512 512'%3E%3Crect%0Awidth='512' height='512'%0Arx='15%25'%0Afill='%23C53022'/%3E%3Cpath d='M355.6 330l11.4-74h-71v-48c0-20.2 9.9-40 41.7-40H370v-63s-29.3-5-57.3-5c-58.5 0-96.7 35.4-96.7 99.6V256h-65v74h65v182h80V330h59.6z' fill='%23fff'/%3E%3C/svg%3E");
}

.instagram {
   background-image: url("data:image/svg+xml,%3Csvg fill='%23C53022' enable-background='new 0 0 512 512' id='Layer_1' version='1.1' viewBox='0 0 512 512' xml:space='preserve' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg%3E%3Cpath d='M505,257c0,34.8-0.7,69.7,0.2,104.5c1.5,61.6-37.2,109.2-86.5,130.4c-19.8,8.5-40.6,13-62.1,13c-67.3,0.1-134.7,1-202-0.3 c-50.7-1-92.4-22.2-122.3-64c-15.7-22-23.2-47-23.2-74.1c0-71.7,0-143.3,0-215c0-58.5,28.5-99.4,79.1-126C110.2,14,134.1,9.1,159,9 c65.3,0,130.7-0.4,196,0.2c50.7,0.4,93,19.8,124.2,60.6c17.4,22.8,25.8,49,25.8,77.8C505,184,505,220.5,505,257z M46,257 c0,36.7,0,73.3,0,110c0,16.4,3.8,31.8,12.3,45.7c22.3,36.5,56,54.3,97.8,55c67.1,1,134.3,0.4,201.5,0.2c16.5,0,32.5-3.4,47.4-10.5 c40.6-19.4,63.3-50.3,63.1-96.7c-0.4-71-0.1-142-0.1-213c0-20.1-5.7-38.5-17.6-54.7c-23-31.1-54.8-46.4-92.8-46.8 c-67-0.8-134-0.3-201-0.2c-14.3,0-28.1,2.9-41.5,7.9c-36.8,13.7-71,48.4-69.4,99.5C46.9,188,46,222.5,46,257z'/%3E%3Cpath d='M257.6,363c-64.5,0-116.5-51.4-116.6-115.4c-0.1-63,52.3-114.6,116.4-114.6c64.3-0.1,116.5,51.4,116.6,114.9 C374,311.3,321.9,362.9,257.6,363z M257.6,326c43.9,0,79.5-35.1,79.4-78.3c-0.1-42.8-35.7-77.8-79.4-77.8 c-43.9,0-79.7,34.9-79.7,78C178,291.1,213.7,326.1,257.6,326z'/%3E%3Cpath d='M387.5,98c13.5,0,24.5,11.5,24.5,25.6c-0.1,14.1-11.2,25.5-24.7,25.4c-13.3-0.1-24.2-11.5-24.2-25.3 C363,109.6,374,98,387.5,98z'/%3E%3C/g%3E%3C/svg%3E");
}