/*
font-family: "Poppins", serif;
font-family: "Luckiest Guy", serif;
*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  overflow-x: clip;
}

*,
:after,
:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

a,
aside,
body,
del,
div,
dl,
footer,
header,
li,
main,
ol,
p,
section,
span,
ul {
  padding: 0;
  margin: 0;
  text-shadow: none;
  outline: 0;
  box-shadow: none;
  text-decoration: none;
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

body {
  font-size: 16px;
  line-height: 26px;
  font-family: "poppins", sans-serif;
  font-weight: 400;
  color: #404040;
  background: #FFFDF4;
  overflow-x: clip;
}

p {
  font-family: "poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #373435;
}

a {
  color: #000;
  font-family: "DM Sans", sans-serif;
  -webkit-transition: 0.5s all ease;
  -ms-transition: 0.5s all ease;
  transition: 0.5s all ease;
}


h1 {
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #611973;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #611973;
}

img {
  max-width: 100%;
}

.mt-120 {
  margin: 120px 0px 0px;
}

.mt-109 {
  margin: 109px 0px 0px;
}

.mtb-120 {
  margin: 120px 0px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-120 {
  padding-top: 120px;
}

.ptb-120 {
  padding: 120px 0px;
}

.pb-120 {
  padding: 0px 0px 120px 0px;
}

.product-template-default:has(.key) .abt-pro.mtb-120 {
  margin-bottom: 0;
}

/* Header section */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  padding: 23px 0;
  background-color: transparent;
  transition: all 0.3s;
}

header.sticky {
  padding: 10px 0px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  background-color: #FFFDF4;
}

.navbar-nav .menu-item:not(:last-child) a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  padding: 24px 0;
  display: inline-block;
  cursor: pointer;
}

.navbar-nav .menu-item:not(:last-child) a:hover,
.navbar-nav .menu-item.current-menu-item>a {
  font-family: 'Poppins';
  font-style: normal;
  /*     font-size: 18px;
  line-height: 24px; */
  color: #611973;
  transition: 0.5s all;
}

.navbar-nav>.menu-item+.menu-item {
  margin-left: 60px;
}

.navbar-nav>.menu-item:last-child a {
  padding: 13px 25px;
  font-size: 16px;
  font-family: "Poppins", serif;
  font-weight: 500;
  color: #333333;
  background-color: #FFD445;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  display: inline-flex;
  z-index: 1;
  transition: all 0.3s;
}

.menu-item-has-children>a {
  position: relative;
}

.menu-item-has-children>a::before {
  content: '';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.87698 8.5C7.70261 8.5 7.52806 8.43483 7.39494 8.30467L0.576768 1.63804C0.310348 1.37754 0.310348 0.955706 0.576768 0.695374C0.843188 0.435042 1.27461 0.434875 1.54086 0.695374L7.87698 6.89068L14.2131 0.695374C14.4795 0.434875 14.911 0.434875 15.1772 0.695374C15.4435 0.955873 15.4436 1.3777 15.1772 1.63804L8.35903 8.30467C8.2259 8.43483 8.05136 8.5 7.87698 8.5Z' fill='black'%3E%3C/path%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.5s;
}

.menu-item.menu-item-has-children:hover>a::before {
  transform: translateY(-50%) rotate(180deg);
}

.sub-menu .menu-item-has-children::before {
  transform: rotate(-90deg);
  top: 15px;
  right: 5px;
}

.sub-menu {
  position: absolute;
  -ms-transition: .5s ease-out;
  -webkit-transition: .5s ease-out;
  transition: all .5s ease-out;
  -ms-transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  top: 100%;
  transform: rotateX(90deg);
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  display: block;
  width: 230px;
  background: #fff;
  box-shadow: 0px -2px 0px #FFD445;
  border: 1px solid #FFD445;
  border-radius: 0px 0px 10px 10px;
  padding: 8px 0;
}

.menu-item.menu-item-has-children:hover>.sub-menu {
  display: block;
  opacity: 1;
  -ms-transform: rotateX(0);
  -webkit-transform: rotateX(0);
  transform: rotateX(0);
  top: 100%;
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
}

.menu-item.menu-item-has-children:hover .sub-menu .menu-item+.menu-item {
  margin: 0;
}

.navbar-nav .menu-item-has-children .sub-menu .menu-item > a {
	font-family: 'Poppins', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	display: block;
	line-height: 20px;
	color: #373435;
	display: block;
	padding: 12px 12px !important;
	display: block;
	width: 100%;
	transition: 0.5s all ease;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.navbar-nav .menu-item-has-children .sub-menu .menu-item > a::before {
	content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
    transform: translateX(-50%) translateY(-50%);
    height: 21px;
    width: 21px;
	background-image: url("data:image/svg+xml,%3Csvg width='293' height='292' viewBox='0 0 293 292' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M63.859 248.696C64.6567 248.935 65.4543 249.414 65.9861 249.892C66.5179 250.37 67.0496 251.088 67.5814 251.806C68.1132 252.523 68.1132 253.241 68.1132 253.958C68.1132 254.676 68.1132 255.394 67.8473 256.111C67.5814 256.829 67.0496 257.546 66.5179 258.025C65.9861 258.503 65.1884 258.982 64.3908 259.46C63.5931 259.938 62.7954 259.938 61.9978 259.938C61.2001 259.938 60.4025 259.938 59.6048 259.699C58.8071 259.46 58.0095 258.982 57.4777 258.503C56.9459 258.025 56.4141 257.307 55.8824 256.59C55.3506 255.872 55.3506 255.154 55.3506 254.437C55.3506 253.719 55.3506 253.002 55.6165 252.284C55.8824 251.566 56.4141 250.849 56.9459 250.37C57.4777 249.892 58.2754 249.414 59.073 248.935C59.8707 248.457 60.6683 248.457 61.466 248.457C62.2637 248.457 63.0613 248.457 63.859 248.696Z' fill='%23611973'/%3E%3Cpath d='M144.424 22.8886C145.221 23.1278 146.019 23.6063 146.551 24.0847C147.083 24.5631 147.614 25.2807 148.146 25.9983C148.678 26.7159 148.678 27.4335 148.678 28.1511C148.678 28.8687 148.678 29.5863 148.412 30.3039C148.146 31.0215 147.614 31.7391 147.083 32.2176C146.551 32.696 145.753 33.1744 144.955 33.6528C144.158 34.1312 143.36 34.1312 142.562 34.1312C141.765 34.1312 140.967 34.1312 140.169 33.892C139.372 33.6528 138.574 33.1744 138.042 32.696C137.511 32.2176 136.979 31.4999 136.447 30.7823C135.915 30.0647 135.915 29.3471 135.915 28.6295C135.915 27.9119 135.915 27.1943 136.181 26.4767C136.447 25.7591 136.979 25.0415 137.511 24.5631C138.042 24.0847 138.84 23.6063 139.638 23.1278C140.435 22.6494 141.233 22.6494 142.031 22.6494C142.828 22.6494 143.626 22.6494 144.424 22.8886Z' fill='%23611973'/%3E%3Cpath d='M54.8198 73.5993C54.8198 73.5993 6.16235 52.7887 17.0638 41.7854C27.6993 31.0212 54.8198 73.5993 54.8198 73.5993Z' fill='%23611973'/%3E%3Cpath d='M194.677 41.7858C194.677 41.7858 204.249 -6.05476 218.873 0.642916C233.231 7.10139 194.677 41.7858 194.677 41.7858Z' fill='%23611973'/%3E%3Cpath d='M161.44 245.586C161.44 245.586 179.52 291.274 163.301 291.992C147.348 292.709 161.44 245.586 161.44 245.586Z' fill='%23611973'/%3E%3Cpath d='M213.288 105.892C222.594 128.377 270.986 73.1215 276.836 98.7162C281.621 119.766 217.277 101.826 224.19 125.746C227.646 137.706 254.501 121.44 255.564 133.64C256.628 147.035 225.785 134.357 223.658 147.992C219.936 170.477 299.17 150.862 292.523 175.979C286.142 200.377 227.38 145.839 219.138 164.736C214.352 175.979 246.79 179.567 239.611 190.331C231.635 202.052 216.213 173.826 204.78 182.676C169.949 210.663 259.553 229.799 236.686 248.457C209.034 271.181 215.15 191.527 179.255 195.354C154.793 197.985 204.248 225.254 181.116 233.627C161.706 240.803 182.711 191.049 153.464 204.205C141.233 209.706 167.024 232.431 153.464 232.191C138.308 232.191 153.198 204.683 138.84 199.66C104.806 187.939 126.875 267.115 104.008 261.374C76.622 254.437 139.372 203.726 111.985 190.809C100.02 185.308 81.1421 250.371 70.5066 243.195C58.8075 235.301 107.731 193.919 96.0318 185.308C85.3963 177.414 68.6454 203.726 60.4029 194.158C51.0968 183.633 83.0033 179.567 75.8244 167.846C69.1772 157.082 50.0332 177.653 45.779 166.171C40.9931 153.494 79.2809 157.082 75.2926 144.165C67.3159 116.896 1.37578 160.909 0.019751 137.228C-1.30969 110.916 64.8964 149.906 71.0118 120.723C73.4048 108.763 39.1053 118.092 42.8277 106.371C46.816 93.4538 69.6823 119.048 76.0637 106.371C82.1791 95.1282 50.0067 91.0617 57.4515 81.0152C65.9599 70.0119 86.1674 99.673 95.2076 89.3873C103.45 80.0584 69.1506 62.5966 79.7861 54.2245C91.2193 45.1348 102.918 81.0152 115.681 74.3175C127.38 68.0983 79.5202 28.869 103.184 20.9753C127.912 12.6032 111.427 74.5567 131.368 63.075C142.801 56.6165 128.444 38.6763 142.004 38.4371C156.628 38.1979 141.472 66.9023 156.096 68.5767C187.205 72.1647 152.639 18.1049 175.772 20.4969C213.528 24.5634 166.2 50.6365 182.153 68.3375C196.777 84.6033 218.314 22.4105 229.747 29.3474C250.22 41.786 173.91 65.7062 203.158 84.1249C212.73 106.371 247.561 55.6597 258.197 68.3375C260.324 84.3641 209.539 86.7561 214.059 105.414L213.262 105.892H213.288Z' fill='%23611973'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
}
.navbar-nav .menu-item-has-children .sub-menu .menu-item:hover > a, .navbar-nav .menu-item-has-children .sub-menu .menu-item.current-menu-item > a {
	color: #FFFFFF !important;
}
.navbar-nav .menu-item-has-children .sub-menu .menu-item:hover > a::before, .navbar-nav .menu-item-has-children .sub-menu .menu-item.current-menu-item > a::before {
	opacity: 1;
	color: #FFFFFF !important;
	transform: scale(24);
}
.navbar-nav>.menu-item:last-child a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  transform: translateX(-50%) translateY(-50%);
  height: 21px;
  width: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00889 17.5594C5.06521 17.5763 5.12153 17.6101 5.15907 17.6439C5.19662 17.6777 5.23416 17.7283 5.27171 17.779C5.30926 17.8297 5.30926 17.8803 5.30926 17.931C5.30926 17.9817 5.30926 18.0323 5.29048 18.083C5.27171 18.1337 5.23416 18.1843 5.19662 18.2181C5.15907 18.2519 5.10275 18.2857 5.04643 18.3194C4.99011 18.3532 4.93379 18.3532 4.87747 18.3532C4.82115 18.3532 4.76483 18.3532 4.70851 18.3363C4.65219 18.3194 4.59587 18.2857 4.55833 18.2519C4.52078 18.2181 4.48324 18.1674 4.44569 18.1168C4.40814 18.0661 4.40814 18.0154 4.40814 17.9648C4.40814 17.9141 4.40814 17.8634 4.42692 17.8128C4.44569 17.7621 4.48324 17.7114 4.52078 17.6777C4.55833 17.6439 4.61465 17.6101 4.67097 17.5763C4.72729 17.5425 4.78361 17.5425 4.83993 17.5425C4.89625 17.5425 4.95257 17.5425 5.00889 17.5594Z' fill='%23FFD445'/%3E%3Cpath d='M10.6972 1.61607C10.7535 1.63296 10.8098 1.66674 10.8474 1.70052C10.8849 1.7343 10.9225 1.78496 10.96 1.83563C10.9976 1.8863 10.9976 1.93696 10.9976 1.98763C10.9976 2.0383 10.9976 2.08897 10.9788 2.13963C10.96 2.1903 10.9225 2.24097 10.8849 2.27475C10.8474 2.30853 10.791 2.3423 10.7347 2.37608C10.6784 2.40986 10.6221 2.40986 10.5658 2.40986C10.5094 2.40986 10.4531 2.40986 10.3968 2.39297C10.3405 2.37608 10.2842 2.3423 10.2466 2.30853C10.2091 2.27475 10.1715 2.22408 10.134 2.17341C10.0964 2.12274 10.0964 2.07208 10.0964 2.02141C10.0964 1.97074 10.0964 1.92008 10.1152 1.86941C10.134 1.81874 10.1715 1.76807 10.2091 1.7343C10.2466 1.70052 10.3029 1.66674 10.3593 1.63296C10.4156 1.59918 10.4719 1.59918 10.5282 1.59918C10.5845 1.59918 10.6409 1.59918 10.6972 1.61607Z' fill='%23FFD445'/%3E%3Cpath d='M4.37059 5.19655C4.37059 5.19655 0.93509 3.72719 1.70479 2.95029C2.45572 2.19028 4.37059 5.19655 4.37059 5.19655Z' fill='%23FFD445'/%3E%3Cpath d='M14.2453 2.95032C14.2453 2.95032 14.9212 -0.427502 15.9537 0.0453937C16.9674 0.5014 14.2453 2.95032 14.2453 2.95032Z' fill='%23FFD445'/%3E%3Cpath d='M11.8987 17.3398C11.8987 17.3398 13.1753 20.5657 12.0301 20.6163C10.9037 20.667 11.8987 17.3398 11.8987 17.3398Z' fill='%23FFD445'/%3E%3Cpath d='M15.5594 7.47662C16.2165 9.0642 19.6332 5.16281 20.0462 6.96995C20.3842 8.45619 15.841 7.18951 16.3291 8.87842C16.5732 9.72288 18.4693 8.57442 18.5444 9.43576C18.6195 10.3816 16.4418 9.48643 16.2916 10.4491C16.0288 12.0367 21.6232 10.6518 21.1539 12.4251C20.7033 14.1478 16.5544 10.2971 15.9724 11.6313C15.6345 12.4251 17.9249 12.6785 17.418 13.4385C16.8548 14.2661 15.7659 12.2731 14.9587 12.898C12.4994 14.8741 18.826 16.2252 17.2115 17.5425C15.2591 19.147 15.6908 13.5229 13.1565 13.7932C11.4293 13.9789 14.9211 15.9043 13.2879 16.4954C11.9174 17.0021 13.4005 13.4892 11.3354 14.4181C10.4719 14.8065 12.2929 16.411 11.3354 16.3941C10.2654 16.3941 11.3167 14.4518 10.3029 14.0972C7.89994 13.2696 9.45812 18.8599 7.84363 18.4546C5.90998 17.9648 10.3405 14.3843 8.40682 13.4723C7.56203 13.0838 6.22913 17.6777 5.4782 17.171C4.65217 16.6136 8.10645 13.6918 7.28043 13.0838C6.5295 12.5265 5.34678 14.3843 4.76481 13.7087C4.10775 12.9656 6.36054 12.6785 5.85366 11.8509C5.38433 11.0909 4.03266 12.5434 3.73228 11.7327C3.39437 10.8376 6.09771 11.0909 5.81611 10.1789C5.25292 8.25352 0.597153 11.3611 0.50141 9.6891C0.407544 7.8313 5.08208 10.5842 5.51387 8.52375C5.68283 7.67929 3.26108 8.33797 3.5239 7.5104C3.8055 6.59839 5.42 8.40553 5.87056 7.5104C6.30234 6.71661 4.03078 6.4295 4.55643 5.72015C5.15717 4.94325 6.58394 7.03751 7.22223 6.31127C7.8042 5.6526 5.38245 4.41969 6.13338 3.82857C6.94063 3.18679 7.76665 5.72015 8.66777 5.24726C9.49379 4.80814 6.11461 2.03833 7.78543 1.48098C9.53134 0.889865 8.3674 5.26415 9.77539 4.45347C10.5826 3.99746 9.56889 2.73078 10.5263 2.71389C11.5589 2.697 10.4888 4.7237 11.5213 4.84192C13.7178 5.09526 11.2773 1.27831 12.9105 1.44721C15.5763 1.73432 12.2347 3.57524 13.3611 4.82503C14.3936 5.97349 15.9142 1.58232 16.7215 2.0721C18.167 2.95034 12.7791 4.63925 14.8442 5.93971C15.52 7.5104 17.9793 3.92991 18.7302 4.82503C18.8804 5.9566 15.2947 6.12549 15.6139 7.44285L15.5576 7.47662H15.5594Z' fill='%23611973'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}

.navbar-nav>.menu-item:last-child a:hover {
  color: #FFFFFF;
}

.navbar-nav>.menu-item:last-child a:hover::before {
  opacity: 1;
  color: #FFFFFF;
  transform: scale(15);
}


/* Banner */


.swiper-banner .swiper-slide {
  min-height: 840px;
  display: flex;
  align-items: center;
}

.swiper-banner .swiper-pagination {
  bottom: 30px;
}

.swiper-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 30px;
  border-radius: 15px;
  background: #FFD445;
  transition: all 0.3s;
}

.banner-desc h1 {
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  color: #611973;
  margin-bottom: 25px;
}

.banner-desc p {
  font-family: "Poppins", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin-bottom: 0;
}

.deflaut-button {
  padding: 13px 25px;
  font-size: 16px;
  font-family: "Poppins", serif;
  font-weight: 500;
  color: #333333;
  background-color: #FFD445;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  display: inline-block;
  z-index: 1;
  transition: all 0.5s;
  border: none;
}

header .navbar {
  padding: 0;
}

.deflaut-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  transform: translateX(-50%) translateY(-50%);
  height: 21px;
  width: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00889 17.5594C5.06521 17.5763 5.12153 17.6101 5.15907 17.6439C5.19662 17.6777 5.23416 17.7283 5.27171 17.779C5.30926 17.8297 5.30926 17.8803 5.30926 17.931C5.30926 17.9817 5.30926 18.0323 5.29048 18.083C5.27171 18.1337 5.23416 18.1843 5.19662 18.2181C5.15907 18.2519 5.10275 18.2857 5.04643 18.3194C4.99011 18.3532 4.93379 18.3532 4.87747 18.3532C4.82115 18.3532 4.76483 18.3532 4.70851 18.3363C4.65219 18.3194 4.59587 18.2857 4.55833 18.2519C4.52078 18.2181 4.48324 18.1674 4.44569 18.1168C4.40814 18.0661 4.40814 18.0154 4.40814 17.9648C4.40814 17.9141 4.40814 17.8634 4.42692 17.8128C4.44569 17.7621 4.48324 17.7114 4.52078 17.6777C4.55833 17.6439 4.61465 17.6101 4.67097 17.5763C4.72729 17.5425 4.78361 17.5425 4.83993 17.5425C4.89625 17.5425 4.95257 17.5425 5.00889 17.5594Z' fill='%23FFD445'/%3E%3Cpath d='M10.6972 1.61607C10.7535 1.63296 10.8098 1.66674 10.8474 1.70052C10.8849 1.7343 10.9225 1.78496 10.96 1.83563C10.9976 1.8863 10.9976 1.93696 10.9976 1.98763C10.9976 2.0383 10.9976 2.08897 10.9788 2.13963C10.96 2.1903 10.9225 2.24097 10.8849 2.27475C10.8474 2.30853 10.791 2.3423 10.7347 2.37608C10.6784 2.40986 10.6221 2.40986 10.5658 2.40986C10.5094 2.40986 10.4531 2.40986 10.3968 2.39297C10.3405 2.37608 10.2842 2.3423 10.2466 2.30853C10.2091 2.27475 10.1715 2.22408 10.134 2.17341C10.0964 2.12274 10.0964 2.07208 10.0964 2.02141C10.0964 1.97074 10.0964 1.92008 10.1152 1.86941C10.134 1.81874 10.1715 1.76807 10.2091 1.7343C10.2466 1.70052 10.3029 1.66674 10.3593 1.63296C10.4156 1.59918 10.4719 1.59918 10.5282 1.59918C10.5845 1.59918 10.6409 1.59918 10.6972 1.61607Z' fill='%23FFD445'/%3E%3Cpath d='M4.37059 5.19655C4.37059 5.19655 0.93509 3.72719 1.70479 2.95029C2.45572 2.19028 4.37059 5.19655 4.37059 5.19655Z' fill='%23FFD445'/%3E%3Cpath d='M14.2453 2.95032C14.2453 2.95032 14.9212 -0.427502 15.9537 0.0453937C16.9674 0.5014 14.2453 2.95032 14.2453 2.95032Z' fill='%23FFD445'/%3E%3Cpath d='M11.8987 17.3398C11.8987 17.3398 13.1753 20.5657 12.0301 20.6163C10.9037 20.667 11.8987 17.3398 11.8987 17.3398Z' fill='%23FFD445'/%3E%3Cpath d='M15.5594 7.47662C16.2165 9.0642 19.6332 5.16281 20.0462 6.96995C20.3842 8.45619 15.841 7.18951 16.3291 8.87842C16.5732 9.72288 18.4693 8.57442 18.5444 9.43576C18.6195 10.3816 16.4418 9.48643 16.2916 10.4491C16.0288 12.0367 21.6232 10.6518 21.1539 12.4251C20.7033 14.1478 16.5544 10.2971 15.9724 11.6313C15.6345 12.4251 17.9249 12.6785 17.418 13.4385C16.8548 14.2661 15.7659 12.2731 14.9587 12.898C12.4994 14.8741 18.826 16.2252 17.2115 17.5425C15.2591 19.147 15.6908 13.5229 13.1565 13.7932C11.4293 13.9789 14.9211 15.9043 13.2879 16.4954C11.9174 17.0021 13.4005 13.4892 11.3354 14.4181C10.4719 14.8065 12.2929 16.411 11.3354 16.3941C10.2654 16.3941 11.3167 14.4518 10.3029 14.0972C7.89994 13.2696 9.45812 18.8599 7.84363 18.4546C5.90998 17.9648 10.3405 14.3843 8.40682 13.4723C7.56203 13.0838 6.22913 17.6777 5.4782 17.171C4.65217 16.6136 8.10645 13.6918 7.28043 13.0838C6.5295 12.5265 5.34678 14.3843 4.76481 13.7087C4.10775 12.9656 6.36054 12.6785 5.85366 11.8509C5.38433 11.0909 4.03266 12.5434 3.73228 11.7327C3.39437 10.8376 6.09771 11.0909 5.81611 10.1789C5.25292 8.25352 0.597153 11.3611 0.50141 9.6891C0.407544 7.8313 5.08208 10.5842 5.51387 8.52375C5.68283 7.67929 3.26108 8.33797 3.5239 7.5104C3.8055 6.59839 5.42 8.40553 5.87056 7.5104C6.30234 6.71661 4.03078 6.4295 4.55643 5.72015C5.15717 4.94325 6.58394 7.03751 7.22223 6.31127C7.8042 5.6526 5.38245 4.41969 6.13338 3.82857C6.94063 3.18679 7.76665 5.72015 8.66777 5.24726C9.49379 4.80814 6.11461 2.03833 7.78543 1.48098C9.53134 0.889865 8.3674 5.26415 9.77539 4.45347C10.5826 3.99746 9.56889 2.73078 10.5263 2.71389C11.5589 2.697 10.4888 4.7237 11.5213 4.84192C13.7178 5.09526 11.2773 1.27831 12.9105 1.44721C15.5763 1.73432 12.2347 3.57524 13.3611 4.82503C14.3936 5.97349 15.9142 1.58232 16.7215 2.0721C18.167 2.95034 12.7791 4.63925 14.8442 5.93971C15.52 7.5104 17.9793 3.92991 18.7302 4.82503C18.8804 5.9566 15.2947 6.12549 15.6139 7.44285L15.5576 7.47662H15.5594Z' fill='%23611973'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}

.deflaut-button:hover {
  color: #FFFFFF;
}

.deflaut-button:hover::before {
  opacity: 1;
  color: #FFFFFF;
  transform: scale(15);
}



/* Journey */


.drop-shape-jrn {
  position: absolute;
  top: -27px;
  left: 10px;
  z-index: -2;
}

.journey-title h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #611973;
  margin-bottom: 80px;
  margin-left: 40px;
}

.journey-desc h3 {
  font-weight: 400;
  font-size: 33px;
  line-height: 33px;
  text-align: center;
  color: #611973;
  margin-bottom: 10px;
}

.journey-desc h3 #yr-img2,
.journey-desc h3 #yr-img1,
.journey-desc h3 #yr-img3 {
  display: none;
}

.journey-desc {
  max-width: 375px;
}

.journey-desc p {
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #404040;
}

.journey .col-lg-4:nth-child(2) {
  margin-top: 256px;
}

.journey-time-shape {
  position: absolute;
  right: 0;
  left: 0;
  top: 35%;
}

.journey-time-shape img {
  width: 100%;
}


.chobo {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='858' viewBox='0 0 1440 858' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3.36183C215.5 341.107 1020 -39.106 1440 3.36183V858H0V3.36183Z' fill='%23FEF5E5'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
}

.chobo .chobo-title-img {
  margin-bottom: 0px;
}

.chobo .row {
  row-gap: 30px;
}

.prod-main {
  border: 2px solid #611973;
  border-radius: 57px 57px 50px 50px;
  overflow: hidden;
}

.prod-main img {
  width: 100%;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.prod-img-desc {
  background-color: #F7F2FF;
  padding: 40px;
  border-radius: 0 0 50px 50px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.prod-main .deflaut-button {
  width: fit-content;
}

.prod-img-desc h3 {
  font-family: 'Luckiest Guy';
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  color: #611973;
  margin-bottom: 10px;
  flex: 1;
}

.prod-price {
  display: flex;
  align-items: center;
  gap: 27px;
  margin-bottom: 25px;
}

.prod-price s {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
}

.prod-price p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
}

.prod-price p span {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #611973;
  margin-right: 13px;
}

/* key ingredients */

.drop-shape-key {
  position: absolute;
  left: 10px;
  top: -27px;
  z-index: -2;
}

.key-title h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #611973;
  margin-bottom: 82px;
  margin-left: 40px;
}

.key-img {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
}

.key-img img {
  width: 100%;
  height: 100%;
}

.key-box img {
  margin-bottom: 20px;
}

.key-box h3 {
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  color: #611973;
  margin-bottom: 12px;
}

.key-box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #404040;
}

.key-box ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #404040;
  list-style-type: disc;
  list-style-position: inside;
}

.key-shape {
  position: absolute;
  right: 0;
  top: -75px;
}

.why {
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='696' viewBox='0 0 1440 696' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='1440' height='696' fill='%23FFF0BC'/%3E%3Cg opacity='0.2' clip-path='url(%23clip0_117_55)'%3E%3Cpath d='M756.54 664.553C760.484 674.633 767.198 693.388 766.932 693.832C762.988 700.463 746.219 724.799 741.157 729.315C740.961 729.492 740.428 729.261 740.393 729.261C711.314 728.746 569.31 714.506 569.239 714.133C568.919 713.973 577.055 685.779 577.41 685.708C593.877 636.946 670.848 614.707 687.297 654.047C696.818 645.337 708.027 639.31 721.936 640.839C736.343 642.439 749.701 646.581 756.54 664.553ZM764.143 693.334C764.143 693.334 764.125 693.299 764.125 693.281C762.669 684.499 759.436 676.837 756.505 668.678C750.82 679.913 744.123 691.325 735.33 700.374C735.472 700.8 735.454 701.28 735.241 701.672C736.645 705.476 737.373 709.511 738.297 713.458C739.309 717.795 740.535 722.151 741.086 726.577C741.192 726.648 741.281 726.737 741.352 726.826C742.347 724.728 743.537 722.702 744.834 720.711C744.123 715.502 743.182 710.329 742.329 705.138C742.258 704.711 742.88 704.516 742.986 704.943C744.194 709.849 744.905 714.862 745.367 719.893C746.628 717.991 747.96 716.124 749.292 714.293C749.221 714.24 749.168 714.187 749.133 714.08C748.617 711.093 748.227 708.089 747.978 705.067C747.942 704.658 748.617 704.569 748.688 704.96C749.204 707.805 749.559 710.684 749.825 713.564C750.589 712.498 751.353 711.431 752.081 710.382C752.97 709.12 753.822 707.858 754.693 706.578C753.716 700.818 752.419 695.112 751.033 689.441C750.927 688.979 751.584 688.801 751.726 689.246C753.414 694.667 754.479 700.214 755.19 705.849C756.505 703.894 757.855 701.956 759.205 700.036C758.512 696.303 757.819 692.552 757.41 688.783C757.357 688.286 758.174 688.179 758.263 688.659C758.974 692.072 759.453 695.556 759.915 699.023C760.768 697.814 761.656 696.623 762.544 695.432C762.349 695.45 762.153 695.343 762.153 695.094C762.1 691.983 761.123 689.263 760.572 686.259C760.484 685.832 761.034 685.566 761.265 685.957C762.793 688.534 762.97 692.036 762.882 694.987C763.308 694.436 763.717 693.868 764.143 693.334ZM730.161 725.51C732.968 725.741 735.774 725.955 738.581 726.186C737.231 721.937 733.785 705.938 733.412 702.276C708.915 700.836 625.355 693.05 578.245 688.801C577.268 693.014 575.972 697.156 574.746 701.298C573.627 705.12 572.774 709.173 571.122 712.8C574.995 712.96 578.867 713.191 582.74 713.44C584.107 707.965 585.777 702.489 587.589 697.138C587.713 696.765 588.282 696.925 588.193 697.298C586.772 702.738 585.155 708.178 583.29 713.475C585.351 713.618 587.411 713.778 589.472 713.938C589.863 709.262 591 704.623 592.687 700.249C592.865 699.787 593.575 699.965 593.433 700.445C592.119 704.943 591.071 709.422 590.094 713.991C591.87 714.115 593.647 714.275 595.423 714.435C595.903 711.182 596.631 708 597.803 704.925C597.999 704.445 598.762 704.64 598.603 705.156C597.608 708.231 596.773 711.324 596.205 714.506C600.894 714.915 605.584 715.36 610.273 715.84C611.694 709.956 612.938 704.054 614.235 698.152C614.324 697.725 615.052 697.814 614.999 698.258C614.199 704.231 612.814 710.133 611.091 715.911C613.169 716.124 615.265 716.355 617.343 716.569C618.036 713.013 618.853 709.458 619.901 706.009C620.061 705.476 620.807 705.707 620.718 706.222C620.097 709.742 619.244 713.227 618.285 716.675C620.612 716.906 622.921 717.155 625.248 717.404C625.675 714.471 626.065 711.502 626.9 708.676C626.989 708.338 627.54 708.391 627.522 708.747C627.327 711.68 626.669 714.595 626.065 717.493C627.486 717.635 628.925 717.795 630.346 717.937C630.666 714.649 630.933 711.36 631.43 708.089C631.519 707.485 632.514 707.627 632.46 708.231C632.194 711.502 631.714 714.773 631.27 718.044C632.958 718.222 634.627 718.382 636.315 718.56C635.747 713.102 636.049 707.698 637.097 702.312C637.203 701.76 638.02 701.992 637.932 702.543C637.097 707.893 636.812 713.209 636.866 718.613L643.101 719.253C642.923 715.573 642.852 711.893 643.047 708.213C643.065 707.769 643.723 707.769 643.74 708.213C643.936 711.893 643.865 715.573 643.687 719.235C643.687 719.271 643.669 719.288 643.669 719.306C645.73 719.502 647.79 719.697 649.851 719.875C649.78 717.049 649.709 714.204 649.869 711.36C649.887 710.916 650.544 710.916 650.562 711.36C650.721 714.222 650.65 717.084 650.562 719.946C651.983 720.071 653.386 720.213 654.807 720.337C655.322 720.373 655.82 720.408 656.317 720.462C656.281 720.408 656.246 720.355 656.228 720.284C655.98 717.795 656.033 715.289 656.69 712.853C656.797 712.48 657.312 712.64 657.258 713.013C656.868 715.449 656.619 717.831 656.797 720.284C656.814 720.373 656.779 720.444 656.726 720.497C662.303 720.96 667.881 721.368 673.459 721.759C673.299 718.773 673.388 715.786 673.992 712.853C674.063 712.498 674.649 712.587 674.614 712.942C674.312 715.893 674.081 718.826 674.116 721.795C678.078 722.079 682.039 722.328 686 722.595C685.965 722.524 685.929 722.471 685.929 722.382C686.267 719.235 686.249 716.071 686.604 712.942C686.657 712.498 687.244 712.498 687.297 712.942C687.634 716.106 687.155 719.36 686.675 722.471C686.675 722.542 686.604 722.577 686.569 722.631C689.18 722.791 691.809 722.951 694.42 723.111C694.136 719.573 693.727 715.982 693.816 712.427C693.834 711.982 694.545 711.858 694.616 712.32C695.113 715.893 695.131 719.555 695.273 723.164C697.191 723.288 699.092 723.413 701.011 723.537C700.087 719.537 699.483 715.466 699.661 711.36C699.678 710.898 700.318 710.916 700.371 711.36C700.744 715.466 701.117 719.537 701.952 723.59C706.322 723.857 710.674 724.142 715.044 724.426C714.102 721.226 713.587 717.831 713.445 714.506C713.445 714.186 713.907 714.204 713.943 714.506C714.387 717.849 714.973 721.155 715.541 724.462C717.442 724.586 719.325 724.728 721.226 724.87C720.142 720.444 719.716 715.946 720.213 711.36C720.266 710.969 720.853 710.951 720.835 711.36C720.764 715.946 721.048 720.426 721.883 724.906C724.388 725.084 726.91 725.262 729.433 725.457C728.669 720.248 727.869 715.04 727.372 709.796C727.319 709.333 728.1 709.227 728.189 709.689C729.024 714.933 729.557 720.231 730.143 725.51H730.161ZM734.566 698.045C741.476 687.77 748.546 677.904 754.195 666.829C751.673 647.896 725.809 640.164 709.413 643.594C691.471 647.381 680.351 664.82 677.065 668.091C682.838 664.589 689.731 662.9 697.724 663.931C715.914 666.26 730.019 680.766 734.566 698.045ZM731.777 699.147C727.798 683.592 715.914 670.295 699.732 667.096C689.89 665.14 679.712 667.327 672.446 674.526C667.046 679.859 664.311 686.952 660.651 693.441C684.348 695.574 708.045 697.636 731.777 699.147ZM659.213 692.445C661.842 684.517 680.334 660.767 685.254 655.967C675.751 636.448 653.084 632.182 634.095 639.026C602.724 650.332 598.656 659.309 593.877 663.842C601.09 659.647 609.669 657.567 617.699 658.154C637.754 659.647 652.853 674.153 659.213 692.445ZM656.335 693.05C650.81 677.317 638.678 664.358 621.607 661.3C601.427 657.692 586.648 669.14 578.974 686.597C604.784 688.357 630.56 690.721 656.335 693.05Z' fill='%23261512'/%3E%3Cpath d='M764.125 693.281C764.125 693.281 764.125 693.317 764.143 693.334C763.717 693.868 763.308 694.436 762.882 694.988C762.97 692.037 762.793 688.535 761.265 685.957C761.034 685.566 760.484 685.832 760.572 686.259C761.123 689.263 762.1 691.983 762.153 695.094C762.153 695.343 762.349 695.45 762.544 695.432C761.656 696.623 760.768 697.814 759.915 699.023C759.453 695.556 758.974 692.072 758.263 688.659C758.174 688.179 757.357 688.286 757.41 688.783C757.819 692.552 758.512 696.303 759.205 700.036C757.855 701.956 756.504 703.894 755.19 705.849C754.479 700.214 753.414 694.668 751.726 689.246C751.584 688.801 750.927 688.979 751.033 689.441C752.419 695.112 753.716 700.818 754.693 706.578C753.822 707.858 752.97 709.12 752.081 710.382C751.353 711.431 750.589 712.498 749.825 713.564C749.559 710.685 749.204 707.805 748.688 704.96C748.617 704.569 747.942 704.658 747.978 705.067C748.227 708.089 748.617 711.093 749.133 714.08C749.168 714.187 749.221 714.24 749.292 714.293C747.96 716.124 746.628 717.991 745.367 719.893C744.905 714.862 744.194 709.849 742.986 704.943C742.88 704.516 742.258 704.712 742.329 705.138C743.182 710.329 744.123 715.502 744.834 720.711C743.537 722.702 742.347 724.728 741.352 726.826C741.281 726.737 741.192 726.648 741.086 726.577C740.535 722.151 739.309 717.795 738.297 713.458C737.373 709.511 736.645 705.476 735.241 701.672C735.454 701.281 735.472 700.801 735.33 700.374C744.123 691.325 750.82 679.913 756.504 668.678C759.435 676.837 762.669 684.499 764.125 693.281Z' fill='%23FFE9A0'/%3E%3Cpath d='M738.581 726.186C735.774 725.955 732.968 725.741 730.161 725.51C729.575 720.231 729.042 714.933 728.207 709.689C728.118 709.227 727.336 709.333 727.39 709.796C727.887 715.04 728.686 720.248 729.45 725.457C726.928 725.261 724.405 725.084 721.901 724.906C721.066 720.426 720.782 715.946 720.853 711.36C720.87 710.951 720.284 710.969 720.231 711.36C719.734 715.946 720.16 720.444 721.243 724.87C719.343 724.728 717.46 724.586 715.559 724.461C714.991 721.155 714.404 717.848 713.96 714.506C713.925 714.204 713.445 714.186 713.463 714.506C713.605 717.831 714.12 721.226 715.062 724.426C710.692 724.141 706.34 723.857 701.97 723.59C701.135 719.537 700.762 715.466 700.389 711.36C700.336 710.915 699.696 710.898 699.678 711.36C699.501 715.466 700.105 719.537 701.028 723.537C699.11 723.413 697.209 723.288 695.291 723.164C695.149 719.555 695.131 715.893 694.633 712.32C694.562 711.858 693.852 711.982 693.834 712.427C693.745 715.982 694.154 719.573 694.438 723.11C691.827 722.95 689.198 722.79 686.586 722.63C686.622 722.577 686.675 722.542 686.693 722.47C687.173 719.36 687.652 716.106 687.315 712.942C687.261 712.498 686.675 712.498 686.622 712.942C686.267 716.071 686.284 719.235 685.947 722.382C685.947 722.47 685.982 722.524 686.018 722.595C682.057 722.328 678.095 722.079 674.134 721.795C674.098 718.826 674.329 715.893 674.631 712.942C674.667 712.587 674.081 712.498 674.01 712.853C673.406 715.786 673.317 718.773 673.477 721.759C667.899 721.368 662.321 720.959 656.743 720.497C656.797 720.444 656.832 720.373 656.814 720.284C656.637 717.831 656.885 715.449 657.276 713.013C657.33 712.64 656.814 712.48 656.708 712.853C656.051 715.289 655.997 717.795 656.246 720.284C656.264 720.355 656.299 720.408 656.335 720.462C655.837 720.408 655.34 720.373 654.825 720.337C653.404 720.213 652 720.071 650.579 719.946C650.65 717.084 650.721 714.222 650.579 711.36C650.561 710.915 649.904 710.915 649.886 711.36C649.727 714.204 649.798 717.049 649.869 719.875C647.808 719.697 645.748 719.502 643.687 719.306C643.687 719.306 643.705 719.271 643.705 719.235C643.882 715.573 643.953 711.893 643.758 708.213C643.74 707.769 643.083 707.769 643.065 708.213C642.87 711.893 642.941 715.573 643.119 719.235C641.04 719.04 638.962 718.826 636.883 718.613C636.83 713.209 637.114 707.893 637.949 702.543C638.038 701.991 637.221 701.76 637.114 702.311C636.066 707.698 635.764 713.102 636.333 718.56C634.645 718.382 632.975 718.222 631.288 718.044C631.732 714.773 632.212 711.502 632.478 708.231C632.531 707.627 631.537 707.485 631.448 708.089C630.95 711.36 630.684 714.649 630.364 717.937C628.943 717.795 627.504 717.635 626.083 717.493C626.687 714.595 627.344 711.68 627.54 708.747C627.557 708.391 627.007 708.338 626.918 708.676C626.083 711.502 625.692 714.471 625.266 717.404C622.939 717.155 620.63 716.906 618.303 716.675C619.262 713.226 620.114 709.742 620.736 706.222C620.825 705.707 620.079 705.476 619.919 706.009C618.871 709.458 618.054 713.013 617.361 716.569C615.283 716.355 613.187 716.124 611.108 715.911C612.831 710.133 614.217 704.231 615.016 698.258C615.07 697.814 614.341 697.725 614.252 698.152C612.956 704.054 611.712 709.956 610.291 715.84C605.601 715.36 600.912 714.915 596.222 714.506C596.791 711.324 597.626 708.231 598.62 705.156C598.78 704.64 598.016 704.445 597.821 704.925C596.649 708 595.92 711.182 595.441 714.435C593.664 714.275 591.888 714.115 590.112 713.991C591.089 709.422 592.137 704.942 593.451 700.445C593.593 699.965 592.883 699.787 592.705 700.249C591.017 704.622 589.881 709.262 589.49 713.938C587.429 713.778 585.369 713.618 583.308 713.475C585.173 708.178 586.79 702.738 588.211 697.298C588.3 696.925 587.731 696.765 587.607 697.138C585.795 702.489 584.125 707.965 582.757 713.44C578.885 713.191 575.012 712.96 571.14 712.8C572.792 709.173 573.645 705.12 574.764 701.298C575.989 697.156 577.286 693.014 578.263 688.801C625.373 693.05 708.933 700.836 733.429 702.276C733.802 705.938 737.249 721.937 738.599 726.186H738.581ZM708.205 723.519C708.294 723.964 708.951 723.768 708.88 723.324C708.045 718.613 707.37 713.813 706.162 709.173C706.002 708.587 705.203 708.853 705.292 709.404C705.949 714.151 707.157 718.844 708.205 723.519ZM680.387 720.284C680.476 717.333 680.689 714.311 680.405 711.36C680.369 711.004 679.872 711.004 679.836 711.36C679.552 714.311 679.765 717.333 679.854 720.284C679.854 720.639 680.387 720.639 680.387 720.284ZM667.899 704.018C667.917 703.574 667.277 703.609 667.224 704.018C666.478 709.564 666.318 715.217 666.584 720.817C666.62 721.351 667.437 721.368 667.437 720.817C667.384 715.2 667.597 709.636 667.899 704.018ZM604.944 704.64C605.015 704.196 604.358 704 604.269 704.445C603.665 707.591 603.168 710.738 602.653 713.902C602.582 714.311 603.203 714.489 603.274 714.08C603.861 710.933 604.447 707.787 604.944 704.64ZM581.585 699.84C581.585 699.84 581.496 699.734 581.478 699.805C580.199 703.982 578.707 708.142 577.535 712.338C577.428 712.746 578.032 712.906 578.157 712.515C579.435 708.338 580.412 704.054 581.585 699.84Z' fill='%23FFE9A0'/%3E%3Cpath d='M754.195 666.829C748.546 677.904 741.476 687.77 734.566 698.045C730.019 680.766 715.914 666.26 697.724 663.931C689.731 662.9 682.838 664.589 677.065 668.091C680.351 664.82 691.471 647.381 709.413 643.594C725.809 640.163 751.673 647.896 754.195 666.829Z' fill='%23FFE9A0'/%3E%3Cpath d='M699.732 667.095C715.914 670.295 727.798 683.592 731.777 699.147C708.045 697.636 684.348 695.574 660.651 693.441C664.311 686.952 667.046 679.859 672.446 674.526C679.712 667.327 689.89 665.14 699.732 667.095Z' fill='%23FFE9A0'/%3E%3Cpath d='M685.254 655.967C680.334 660.767 661.842 684.517 659.212 692.445C652.853 674.153 637.754 659.647 617.699 658.154C609.669 657.567 601.09 659.647 593.877 663.842C598.656 659.309 602.724 650.332 634.095 639.026C653.084 632.182 675.751 636.448 685.254 655.967Z' fill='%23FFE9A0'/%3E%3Cpath d='M621.607 661.3C638.678 664.358 650.81 677.317 656.335 693.05C630.56 690.721 604.784 688.357 578.974 686.597C586.648 669.14 601.427 657.691 621.607 661.3Z' fill='%23FFE9A0'/%3E%3Cpath d='M856.656 658.687C857.207 669.495 857.633 689.423 857.225 689.761C851.381 694.792 827.773 712.551 821.538 715.235C821.289 715.342 820.862 714.951 820.827 714.951C793.417 705.227 663.263 646.652 663.298 646.279C663.049 646.03 679.694 621.871 680.049 621.907C711.118 580.895 791.162 584.237 794.288 626.76C806.083 621.516 818.624 619.365 831.325 625.231C844.488 631.328 855.839 639.488 856.621 658.705L856.656 658.687ZM854.756 688.392C854.756 688.392 854.756 688.357 854.756 688.339C856.159 679.539 855.52 671.255 855.324 662.58C846.371 671.433 836.406 680.126 825.197 685.921C825.197 686.366 825.019 686.828 824.699 687.13C824.824 691.183 824.238 695.236 823.865 699.272C823.456 703.698 823.225 708.231 822.355 712.604C822.426 712.711 822.497 712.818 822.532 712.924C824.149 711.253 825.907 709.707 827.773 708.231C828.75 703.058 829.496 697.867 830.331 692.677C830.402 692.25 831.059 692.268 831.023 692.694C830.615 697.725 829.691 702.703 828.536 707.627C830.331 706.223 832.196 704.871 834.043 703.556C833.99 703.485 833.954 703.414 833.954 703.307C834.416 700.303 835.002 697.334 835.713 694.401C835.802 694.01 836.477 694.134 836.424 694.525C836.015 697.387 835.429 700.232 834.771 703.04C835.837 702.276 836.903 701.494 837.916 700.747C839.159 699.841 840.367 698.898 841.593 697.974C842.499 692.197 843.067 686.384 843.547 680.553C843.6 680.073 844.275 680.126 844.257 680.588C844.133 686.259 843.387 691.859 842.286 697.441C844.151 696.001 846.051 694.596 847.934 693.21C848.467 689.441 849 685.672 849.8 681.975C849.906 681.477 850.723 681.637 850.652 682.135C850.244 685.601 849.586 689.05 848.929 692.481C850.119 691.61 851.345 690.757 852.553 689.903C852.358 689.85 852.216 689.69 852.287 689.459C853.228 686.49 853.157 683.61 853.583 680.57C853.637 680.144 854.241 680.055 854.329 680.499C854.969 683.433 854.027 686.81 852.997 689.583C853.583 689.192 854.152 688.783 854.72 688.41L854.756 688.392ZM812.318 708.125C814.912 709.227 817.505 710.329 820.081 711.431C820.152 706.969 821.946 690.703 822.763 687.112C799.99 677.975 723.215 644.057 679.872 625.089C677.616 628.769 675.075 632.288 672.589 635.826C670.315 639.097 668.219 642.67 665.501 645.586C669.125 646.972 672.731 648.412 676.319 649.888C679.357 645.123 682.678 640.466 686.089 635.968C686.32 635.648 686.817 635.968 686.604 636.306C683.531 641.017 680.28 645.657 676.834 650.083C678.735 650.865 680.653 651.683 682.554 652.483C684.401 648.181 686.959 644.128 689.944 640.519C690.263 640.146 690.867 640.519 690.583 640.946C687.919 644.786 685.503 648.714 683.122 652.732C684.774 653.407 686.409 654.136 688.043 654.847C689.535 651.914 691.223 649.123 693.319 646.581C693.656 646.19 694.314 646.617 694.012 647.061C692.093 649.656 690.317 652.323 688.771 655.167C693.088 657.052 697.405 658.954 701.686 660.891C704.901 655.754 707.956 650.563 711.047 645.372C711.26 644.999 711.935 645.319 711.74 645.71C709.093 651.114 705.896 656.269 702.432 661.211C704.332 662.065 706.251 662.954 708.152 663.825C709.928 660.678 711.829 657.567 713.925 654.616C714.245 654.154 714.884 654.616 714.635 655.078C712.93 658.225 711.012 661.247 709.022 664.216C711.154 665.176 713.268 666.136 715.399 667.113C716.731 664.465 718.046 661.78 719.734 659.363C719.929 659.078 720.426 659.292 720.302 659.629C719.183 662.349 717.637 664.909 716.145 667.469C717.442 668.056 718.756 668.66 720.071 669.247C721.421 666.225 722.718 663.202 724.228 660.251C724.512 659.7 725.4 660.163 725.151 660.714C723.855 663.736 722.363 666.687 720.906 669.638C722.451 670.349 723.979 671.024 725.524 671.735C726.715 666.385 728.722 661.354 731.422 656.572C731.706 656.092 732.399 656.572 732.133 657.052C729.646 661.869 727.692 666.811 726.022 671.949L731.724 674.526C732.719 670.989 733.82 667.469 735.17 664.038C735.33 663.629 735.952 663.825 735.827 664.251C734.85 667.807 733.607 671.273 732.275 674.686C732.275 674.722 732.239 674.74 732.239 674.74C734.14 675.575 736.023 676.411 737.924 677.246C738.758 674.544 739.593 671.824 740.641 669.175C740.801 668.767 741.423 668.962 741.299 669.389C740.535 672.162 739.576 674.846 738.599 677.531C739.913 678.099 741.192 678.686 742.507 679.255C742.986 679.451 743.448 679.646 743.892 679.859C743.892 679.806 743.857 679.735 743.857 679.664C744.407 677.228 745.26 674.864 746.646 672.766C746.859 672.446 747.303 672.766 747.125 673.104C745.988 675.291 744.994 677.477 744.39 679.859C744.39 679.948 744.319 680.002 744.247 680.037C749.399 682.241 754.55 684.41 759.72 686.544C760.519 683.664 761.549 680.855 763.042 678.259C763.219 677.939 763.752 678.224 763.61 678.544C762.384 681.246 761.247 683.948 760.324 686.775C763.983 688.303 767.66 689.797 771.337 691.308C771.337 691.237 771.302 691.166 771.337 691.077C772.652 688.197 773.646 685.192 774.961 682.33C775.156 681.922 775.707 682.117 775.618 682.544C774.943 685.655 773.451 688.588 772.012 691.379C771.977 691.432 771.906 691.45 771.852 691.503C774.286 692.481 776.72 693.476 779.153 694.454C780.006 691.006 780.752 687.468 781.96 684.126C782.12 683.717 782.83 683.824 782.759 684.286C782.102 687.841 780.947 691.308 779.953 694.774C781.729 695.503 783.488 696.214 785.282 696.943C785.673 692.854 786.383 688.801 787.857 684.961C788.017 684.535 788.621 684.748 788.532 685.192C787.591 689.21 786.65 693.192 786.152 697.299C790.22 698.934 794.252 700.587 798.303 702.241C798.427 698.898 799.013 695.521 799.937 692.321C800.026 692.019 800.47 692.179 800.416 692.481C799.777 695.787 799.28 699.112 798.782 702.436C800.541 703.165 802.282 703.894 804.04 704.623C804.413 700.089 805.444 695.681 807.362 691.485C807.54 691.13 808.09 691.308 807.948 691.681C806.421 696.001 805.284 700.338 804.644 704.854C806.971 705.814 809.298 706.791 811.625 707.769C812.549 702.578 813.437 697.387 814.627 692.268C814.716 691.805 815.498 691.965 815.445 692.428C814.574 697.672 813.402 702.863 812.283 708.054L812.318 708.125ZM825.197 683.468C835.002 675.913 844.844 668.802 853.708 660.091C857.314 641.337 835.233 625.8 818.606 623.844C800.399 621.747 784.322 634.742 780.166 636.804C786.756 635.31 793.826 635.897 801.074 639.417C817.594 647.399 826.369 665.638 825.197 683.468ZM822.213 683.628C823.367 667.611 816.315 651.239 801.98 643.061C793.258 638.084 782.919 636.928 773.753 641.444C766.95 644.786 762.1 650.652 756.576 655.629C778.372 665.176 800.185 674.651 822.213 683.61V683.628ZM755.51 654.243C760.519 647.559 785.584 630.902 791.766 627.915C788.941 606.387 768.797 595.152 748.617 595.615C715.275 596.379 708.578 603.597 702.609 606.387C710.781 604.699 719.574 605.445 726.999 608.556C745.544 616.343 755.261 634.884 755.492 654.261L755.51 654.243ZM752.596 653.905C752.348 637.23 744.94 621.089 729.717 612.769C711.722 602.939 694.083 609.107 681.275 623.222C705.203 633.088 728.882 643.506 752.596 653.905Z' fill='%23261512'/%3E%3Cpath d='M854.756 688.339C854.756 688.339 854.756 688.375 854.756 688.392C854.187 688.766 853.619 689.174 853.033 689.566C854.045 686.792 854.987 683.415 854.365 680.482C854.276 680.037 853.654 680.108 853.619 680.553C853.193 683.575 853.246 686.472 852.322 689.441C852.251 689.672 852.393 689.832 852.589 689.886C851.363 690.739 850.155 691.574 848.965 692.463C849.622 689.032 850.279 685.566 850.688 682.117C850.759 681.637 849.942 681.477 849.835 681.957C849.036 685.655 848.503 689.441 847.97 693.192C846.087 694.579 844.186 696.001 842.321 697.423C843.44 691.859 844.186 686.259 844.293 680.57C844.293 680.108 843.618 680.073 843.582 680.535C843.103 686.348 842.517 692.179 841.628 697.956C840.403 698.898 839.195 699.823 837.951 700.729C836.921 701.494 835.873 702.258 834.807 703.023C835.464 700.214 836.051 697.37 836.459 694.508C836.512 694.116 835.855 693.992 835.749 694.383C835.02 697.334 834.452 700.303 833.99 703.289C833.99 703.396 834.025 703.467 834.079 703.538C832.231 704.854 830.384 706.205 828.572 707.609C829.727 702.685 830.65 697.707 831.059 692.677C831.094 692.232 830.437 692.232 830.366 692.659C829.531 697.85 828.785 703.058 827.808 708.214C825.943 709.689 824.184 711.236 822.568 712.907C822.532 712.8 822.479 712.693 822.39 712.587C823.278 708.214 823.492 703.698 823.9 699.254C824.273 695.219 824.859 691.166 824.735 687.112C825.055 686.81 825.232 686.366 825.232 685.904C836.441 680.108 846.407 671.415 855.36 662.562C855.555 671.238 856.195 679.522 854.791 688.321L854.756 688.339Z' fill='%23FFE9A0'/%3E%3Cpath d='M820.099 711.431C817.505 710.329 814.912 709.227 812.336 708.125C813.455 702.934 814.627 697.743 815.498 692.499C815.569 692.037 814.787 691.877 814.681 692.339C813.491 697.476 812.602 702.667 811.679 707.84C809.352 706.862 807.007 705.885 804.698 704.925C805.319 700.409 806.474 696.072 808.002 691.752C808.144 691.379 807.593 691.201 807.415 691.557C805.497 695.752 804.467 700.143 804.094 704.694C802.335 703.947 800.594 703.218 798.835 702.507C799.351 699.183 799.83 695.876 800.47 692.552C800.523 692.25 800.079 692.09 799.99 692.392C799.066 695.592 798.48 698.97 798.356 702.312C794.306 700.658 790.273 699.005 786.205 697.37C786.703 693.263 787.627 689.281 788.586 685.264C788.675 684.819 788.071 684.606 787.911 685.032C786.436 688.872 785.726 692.925 785.335 697.014C783.559 696.285 781.8 695.574 780.006 694.845C781.018 691.379 782.155 687.895 782.813 684.357C782.884 683.895 782.173 683.788 782.013 684.197C780.805 687.539 780.059 691.077 779.207 694.525C776.773 693.548 774.339 692.552 771.906 691.574C771.959 691.539 772.012 691.521 772.066 691.45C773.504 688.659 774.997 685.726 775.672 682.615C775.76 682.17 775.21 681.993 775.014 682.401C773.682 685.264 772.705 688.268 771.39 691.148C771.355 691.237 771.39 691.29 771.39 691.379C767.713 689.868 764.036 688.375 760.377 686.846C761.283 684.019 762.438 681.317 763.663 678.615C763.805 678.295 763.29 678.011 763.095 678.331C761.585 680.926 760.555 683.717 759.773 686.615C754.604 684.481 749.452 682.313 744.301 680.108C744.372 680.073 744.425 680.019 744.443 679.93C745.047 677.548 746.042 675.362 747.178 673.175C747.356 672.837 746.912 672.518 746.699 672.837C745.296 674.935 744.461 677.299 743.91 679.735C743.91 679.806 743.91 679.877 743.945 679.93C743.484 679.717 743.022 679.522 742.56 679.326C741.245 678.757 739.966 678.171 738.652 677.602C739.629 674.917 740.606 672.215 741.352 669.46C741.476 669.033 740.855 668.82 740.695 669.247C739.647 671.895 738.812 674.615 737.977 677.317C736.076 676.5 734.193 675.646 732.292 674.811C732.292 674.811 732.328 674.775 732.328 674.757C733.66 671.344 734.886 667.878 735.881 664.322C736.005 663.896 735.383 663.682 735.224 664.109C733.873 667.54 732.772 671.042 731.777 674.58C729.877 673.726 727.976 672.873 726.075 672.002C727.745 666.864 729.699 661.905 732.186 657.105C732.452 656.607 731.742 656.127 731.475 656.625C728.775 661.407 726.768 666.438 725.578 671.789C724.032 671.078 722.505 670.402 720.959 669.691C722.416 666.722 723.908 663.771 725.205 660.767C725.453 660.216 724.548 659.754 724.281 660.305C722.771 663.256 721.474 666.278 720.124 669.3C718.828 668.713 717.513 668.109 716.199 667.522C717.691 664.962 719.236 662.402 720.355 659.683C720.48 659.345 719.982 659.132 719.787 659.416C718.099 661.834 716.785 664.518 715.452 667.167C713.321 666.189 711.207 665.229 709.075 664.269C711.083 661.3 712.983 658.26 714.689 655.132C714.937 654.67 714.298 654.207 713.978 654.67C711.9 657.603 709.981 660.714 708.205 663.878C706.304 663.025 704.386 662.136 702.485 661.265C705.949 656.341 709.129 651.167 711.793 645.763C711.989 645.354 711.314 645.034 711.1 645.426C707.992 650.616 704.954 655.807 701.739 660.945C697.44 659.007 693.141 657.087 688.825 655.221C690.37 652.376 692.146 649.71 694.065 647.114C694.385 646.67 693.71 646.243 693.372 646.634C691.294 649.176 689.588 651.967 688.096 654.901C686.462 654.19 684.828 653.461 683.176 652.785C685.556 648.768 687.972 644.839 690.637 640.999C690.921 640.59 690.299 640.199 689.997 640.572C687.013 644.181 684.455 648.217 682.607 652.536C680.707 651.736 678.806 650.919 676.887 650.136C680.334 645.71 683.584 641.052 686.657 636.359C686.853 636.039 686.373 635.702 686.142 636.022C682.732 640.519 679.41 645.177 676.372 649.941C672.784 648.483 669.178 647.025 665.554 645.639C668.272 642.723 670.368 639.15 672.642 635.879C675.111 632.342 677.651 628.822 679.925 625.142C723.251 644.128 800.026 678.028 822.817 687.166C822.017 690.757 820.205 707.022 820.134 711.484L820.099 711.431ZM792.139 699.254C792.085 699.698 792.76 699.734 792.849 699.29C793.542 694.561 794.43 689.797 794.75 685.015C794.785 684.41 793.933 684.41 793.844 684.961C792.956 689.672 792.618 694.508 792.139 699.272V699.254ZM766.772 687.361C767.784 684.588 768.957 681.797 769.614 678.899C769.685 678.544 769.223 678.402 769.081 678.722C767.873 681.424 767.127 684.357 766.275 687.183C766.168 687.521 766.665 687.681 766.772 687.361ZM760.093 667.967C760.253 667.558 759.631 667.38 759.453 667.753C756.984 672.784 755.048 678.082 753.52 683.486C753.378 684.001 754.16 684.286 754.337 683.752C756.06 678.402 758.032 673.193 760.093 667.967ZM700.193 648.572C700.407 648.181 699.838 647.772 699.607 648.181C698.044 650.972 696.57 653.798 695.077 656.643C694.882 657.016 695.415 657.372 695.61 657.016C697.156 654.225 698.719 651.416 700.193 648.59V648.572ZM679.552 636.608C679.552 636.608 679.499 636.484 679.463 636.537C676.923 640.092 674.187 643.559 671.754 647.168C671.523 647.523 672.038 647.861 672.287 647.541C674.827 643.986 677.101 640.235 679.552 636.608Z' fill='%23FFE9A0'/%3E%3Cpath d='M853.708 660.092C844.844 668.802 835.002 675.913 825.197 683.468C826.369 665.638 817.576 647.399 801.074 639.417C793.826 635.897 786.756 635.311 780.166 636.804C784.322 634.742 800.399 621.729 818.606 623.844C835.251 625.8 857.314 641.337 853.708 660.092Z' fill='%23FFE9A0'/%3E%3Cpath d='M801.98 643.061C816.315 651.239 823.367 667.611 822.213 683.628C800.186 674.668 778.372 665.176 756.576 655.647C762.1 650.652 766.95 644.803 773.753 641.461C782.919 636.946 793.275 638.101 801.98 643.079V643.061Z' fill='%23FFE9A0'/%3E%3Cpath d='M792.831 699.289C792.76 699.734 792.067 699.716 792.121 699.254C792.6 694.49 792.956 689.654 793.826 684.943C793.915 684.392 794.768 684.392 794.732 684.997C794.412 689.779 793.524 694.543 792.831 699.272V699.289Z' fill='%23261512'/%3E%3Cpath d='M769.614 678.9C768.957 681.797 767.784 684.588 766.772 687.361C766.665 687.699 766.15 687.521 766.274 687.184C767.127 684.357 767.873 681.424 769.081 678.722C769.223 678.402 769.703 678.562 769.614 678.9Z' fill='%23261512'/%3E%3Cpath d='M791.783 627.915C785.601 630.902 760.537 647.559 755.527 654.243C755.297 634.884 745.58 616.325 727.034 608.539C719.609 605.428 710.816 604.681 702.645 606.37C708.613 603.579 715.31 596.361 748.653 595.597C768.833 595.135 788.977 606.37 791.801 627.898L791.783 627.915Z' fill='%23FFE9A0'/%3E%3Cpath d='M759.453 667.753C759.631 667.38 760.253 667.558 760.093 667.967C758.032 673.193 756.06 678.402 754.337 683.752C754.16 684.268 753.396 684.001 753.52 683.486C755.048 678.099 756.984 672.784 759.453 667.753Z' fill='%23261512'/%3E%3Cpath d='M729.717 612.769C744.94 621.089 752.33 637.23 752.596 653.905C728.882 643.523 705.203 633.088 681.275 623.222C694.083 609.107 711.722 602.939 729.717 612.769Z' fill='%23FFE9A0'/%3E%3Cpath d='M699.607 648.181C699.838 647.79 700.389 648.181 700.193 648.572C698.719 651.399 697.174 654.19 695.61 656.998C695.415 657.372 694.882 656.998 695.077 656.625C696.57 653.781 698.044 650.954 699.607 648.163V648.181Z' fill='%23261512'/%3E%3Cpath d='M679.463 636.537C679.463 636.537 679.605 636.537 679.552 636.608C677.101 640.235 674.827 643.986 672.287 647.541C672.038 647.879 671.523 647.541 671.754 647.168C674.187 643.559 676.923 640.092 679.463 636.537Z' fill='%23261512'/%3E%3Cpath d='M1062.45 517.236C1072.43 526.089 1080.07 527.405 1079.15 528.88C1063.99 552.79 1049.32 577.091 1033.49 600.557C1033.12 601.09 925.349 576.38 873.514 564.452C884.137 551.759 889.981 538.391 895.683 524.543C895.772 524.311 929.648 479.603 930.536 479.603C949.881 482.074 969.101 486.909 988.215 490.731C1008.43 494.784 1050.3 502.321 1050.8 503.015C1054.42 508.028 1057.81 513.094 1062.45 517.236ZM1072.84 533.555C1073.71 532.169 1074.56 530.818 1075.38 529.556C1064.83 524.791 1054.7 515.547 1049.75 505.006C1049.68 505.13 1049.61 505.237 1049.52 505.326C1049.85 505.663 1050.05 506.215 1049.78 506.695C1041.26 522.392 1030.39 537.342 1020.62 552.328C1020.31 552.79 1013.6 563.669 1030.74 598.139C1031.04 598.21 1031.35 598.281 1031.65 598.37C1031.65 598.37 1032.85 596.521 1034.83 593.428C1028.66 584.22 1024.72 573.411 1023.83 562.354C1023.83 562.194 1024.08 562.158 1024.12 562.318C1026.03 573.376 1029.52 583.135 1035.29 592.717C1036.3 591.117 1037.53 589.215 1038.88 587.064C1036.32 584.948 1034.74 580.824 1034.12 577.695C1034.06 577.358 1034.52 577.233 1034.63 577.553C1035.22 579.313 1035.86 581.038 1036.76 582.691C1037.49 584.024 1038.5 585.197 1039.25 586.495C1040.16 585.055 1041.13 583.526 1042.16 581.909C1040.35 580.326 1039.13 577.624 1038.57 575.527C1038.45 575.1 1039.11 574.922 1039.23 575.349C1039.64 576.718 1040.24 578.033 1041.1 579.206C1041.58 579.882 1042.16 580.433 1042.75 580.984C1044.13 578.798 1045.61 576.469 1047.14 574.069C1041.99 570.265 1038.04 565.145 1035.43 559.296C1035.31 559.03 1035.7 558.799 1035.82 559.065C1038.61 564.772 1042.68 569.358 1047.76 573.091C1049.13 570.922 1050.55 568.7 1051.99 566.425C1048.38 563.581 1046.14 558.816 1045.06 554.461C1045.01 554.248 1045.34 554.141 1045.41 554.372C1046.78 558.994 1049.38 562.194 1052.45 565.696C1053.76 563.634 1055.08 561.554 1056.41 559.456C1051.58 554.017 1048.1 547.101 1045.15 540.524C1044.99 540.186 1045.47 539.884 1045.64 540.222C1048.9 546.764 1053.05 552.541 1056.89 558.692C1058.7 555.83 1060.53 552.968 1062.31 550.141C1056.96 548.417 1052.38 542.657 1050.16 537.751C1050.01 537.413 1050.48 537.129 1050.65 537.466C1052.02 540.08 1053.69 542.497 1055.82 544.524C1057.96 546.568 1060.44 547.741 1062.82 549.341C1063.76 547.848 1064.71 546.39 1065.61 544.933C1063.05 544.755 1060.34 540.915 1059.07 539.386C1055.95 535.546 1053.53 531.262 1051.72 526.658C1051.6 526.338 1052.15 526.107 1052.27 526.427C1053.62 529.502 1055.2 532.471 1057.16 535.209C1058.33 536.844 1059.61 538.391 1060.98 539.848C1061.6 540.524 1062.24 541.271 1062.95 541.839C1063.71 542.462 1065.26 543.528 1066.43 543.653C1068.52 540.364 1070.51 537.217 1072.36 534.302C1071.4 533.787 1070.53 533.022 1069.66 532.364C1068.7 531.653 1067.76 530.924 1066.8 530.213C1066.41 529.929 1066.78 529.253 1067.19 529.538C1068.22 530.267 1069.27 530.978 1070.3 531.707C1071.15 532.293 1072.08 532.862 1072.84 533.555ZM1018.86 550.426C1027.77 535.333 1036.85 519.423 1047.76 505.717C1028.13 502.517 1008.64 497.931 989.138 494.002C969.812 490.109 949.969 487.122 930.944 481.914C925.953 489.575 918.421 498.215 912.985 505.326C908.225 511.548 903.677 518.107 898.419 523.92H898.526C938.743 531.991 978.96 541.004 1018.86 550.426ZM1027.26 597.303C1019.43 584.024 1015.02 568.38 1017.12 552.95C977.308 544.648 937.393 535.866 897.904 526.231C897.762 526.196 897.655 526.16 897.549 526.089C893.179 539.422 886.375 551.777 878.168 563.118C927.854 574.496 977.734 585.233 1027.26 597.303Z' fill='%23261512'/%3E%3Cpath d='M1075.38 529.556C1074.56 530.818 1073.71 532.169 1072.84 533.555C1072.08 532.862 1071.15 532.293 1070.3 531.707C1069.27 530.978 1068.22 530.267 1067.19 529.538C1066.78 529.253 1066.41 529.929 1066.8 530.213C1067.76 530.924 1068.7 531.653 1069.66 532.364C1070.53 533.022 1071.4 533.786 1072.36 534.302C1070.51 537.217 1068.52 540.364 1066.43 543.653C1065.26 543.528 1063.71 542.462 1062.95 541.839C1062.24 541.27 1061.6 540.524 1060.98 539.848C1059.61 538.391 1058.33 536.844 1057.16 535.209C1055.2 532.471 1053.62 529.502 1052.27 526.427C1052.15 526.107 1051.6 526.338 1051.72 526.658C1053.53 531.262 1055.95 535.546 1059.07 539.386C1060.34 540.915 1063.05 544.755 1065.61 544.933C1064.71 546.39 1063.76 547.848 1062.82 549.341C1060.44 547.741 1057.96 546.568 1055.82 544.524C1053.69 542.497 1052.02 540.079 1050.65 537.466C1050.48 537.128 1050.01 537.413 1050.16 537.751C1052.38 542.657 1056.96 548.417 1062.31 550.141C1060.53 552.968 1058.7 555.83 1056.89 558.692C1053.05 552.541 1048.9 546.764 1045.64 540.222C1045.47 539.884 1044.99 540.186 1045.15 540.524C1048.1 547.101 1051.58 554.017 1056.41 559.456C1055.08 561.554 1053.76 563.634 1052.45 565.696C1049.38 562.194 1046.78 558.994 1045.41 554.372C1045.34 554.141 1045.01 554.248 1045.06 554.461C1046.14 558.816 1048.38 563.58 1051.99 566.425C1050.55 568.7 1049.13 570.922 1047.76 573.091C1042.68 569.358 1038.61 564.772 1035.82 559.065C1035.7 558.798 1035.31 559.03 1035.43 559.296C1038.04 565.145 1041.99 570.265 1047.14 574.069C1045.61 576.469 1044.13 578.798 1042.75 580.984C1042.16 580.433 1041.58 579.882 1041.1 579.206C1040.24 578.033 1039.64 576.718 1039.23 575.349C1039.11 574.922 1038.45 575.1 1038.57 575.527C1039.13 577.624 1040.35 580.326 1042.16 581.908C1041.13 583.526 1040.16 585.055 1039.25 586.495C1038.5 585.197 1037.49 584.024 1036.76 582.691C1035.86 581.037 1035.22 579.313 1034.63 577.553C1034.52 577.233 1034.06 577.358 1034.12 577.695C1034.74 580.824 1036.32 584.948 1038.88 587.064C1037.53 589.215 1036.3 591.117 1035.29 592.717C1029.52 583.135 1026.03 573.376 1024.12 562.318C1024.08 562.158 1023.81 562.194 1023.83 562.354C1024.72 573.411 1028.66 584.219 1034.83 593.428C1032.85 596.521 1031.66 598.37 1031.65 598.37C1031.35 598.281 1031.04 598.21 1030.74 598.139C1013.6 563.669 1020.31 552.79 1020.62 552.328C1030.39 537.342 1041.26 522.391 1049.78 506.694C1050.05 506.214 1049.85 505.663 1049.52 505.326C1049.61 505.237 1049.68 505.13 1049.75 505.006C1054.7 515.547 1064.83 524.791 1075.38 529.556ZM1068.95 538.568C1069.38 538.782 1069.89 538.213 1069.48 537.857C1067.96 536.453 1066.2 535.315 1064.69 533.875C1063.05 532.293 1061.61 530.587 1060.32 528.702C1060.16 528.453 1059.77 528.667 1059.93 528.933C1062.04 532.524 1065.11 536.666 1068.95 538.568ZM1049.39 569.518C1049.64 569.731 1050.12 569.465 1049.89 569.145C1047.4 565.518 1044.29 562.372 1041.83 558.71C1039.36 555.048 1037.28 551.172 1035.48 547.137C1035.43 547.03 1035.22 547.137 1035.27 547.244C1038.36 554.994 1042.75 564.149 1049.39 569.518Z' fill='%23FFE9A0'/%3E%3Cpath d='M1069.48 537.858C1069.89 538.213 1069.38 538.782 1068.95 538.569C1065.11 536.666 1062.04 532.524 1059.93 528.934C1059.77 528.667 1060.16 528.454 1060.32 528.702C1061.61 530.587 1063.05 532.293 1064.69 533.876C1066.2 535.315 1067.96 536.453 1069.48 537.858Z' fill='%23261512'/%3E%3Cpath d='M1049.89 569.145C1050.12 569.465 1049.64 569.731 1049.39 569.518C1042.75 564.149 1038.36 554.994 1035.27 547.244C1035.22 547.119 1035.43 547.03 1035.48 547.137C1037.28 551.172 1039.36 555.048 1041.83 558.71C1044.29 562.372 1047.4 565.518 1049.89 569.145Z' fill='%23261512'/%3E%3Cpath d='M1036.73 509.255C1037.95 509.61 1022.55 532.151 1019.02 535.529C1018.31 536.204 1017.06 535.315 1017.63 534.462C1020.38 530.213 1030.71 514.232 1033.53 510.979C1018.09 507.85 1002.8 503.904 987.38 500.651C971.606 497.308 955.299 495.157 939.755 490.909C939.134 490.749 939.258 489.718 939.915 489.771C955.423 490.998 971.108 494.82 986.332 497.877C1002.73 501.202 1020.62 504.721 1036.73 509.255Z' fill='%23261512'/%3E%3Cpath d='M1047.76 505.717C1036.85 519.423 1027.77 535.333 1018.86 550.426C978.96 541.004 938.743 531.991 898.526 523.92H898.419C903.677 518.107 908.225 511.548 912.985 505.326C918.421 498.215 925.953 489.575 930.944 481.914C949.969 487.122 969.812 490.109 989.138 494.002C1008.64 497.931 1028.13 502.517 1047.76 505.717ZM1019.02 535.529C1022.55 532.151 1037.95 509.61 1036.73 509.254C1020.62 504.721 1002.73 501.202 986.332 497.877C971.108 494.82 955.423 490.998 939.915 489.771C939.258 489.718 939.134 490.749 939.755 490.909C955.299 495.157 971.606 497.308 987.38 500.65C1002.8 503.904 1018.09 507.85 1033.53 510.979C1030.71 514.232 1020.38 530.213 1017.63 534.462C1017.06 535.315 1018.31 536.204 1019.02 535.529ZM1014.4 542.657C1015.87 542.977 1016.49 540.72 1015.02 540.4C981.838 532.969 948.104 524.4 914.424 519.654C921.743 511.068 927.711 501.024 933.733 491.478C934.622 490.073 932.383 488.775 931.495 490.18C925.42 499.868 912.523 519.387 912.523 519.761C912.523 519.778 913.145 519.938 914.3 520.223C925.242 522.836 983.934 535.831 1014.4 542.657Z' fill='%23FFE9A0'/%3E%3Cpath d='M1017.12 552.95C1015.02 568.38 1019.43 584.024 1027.26 597.303C977.734 585.233 927.854 574.496 878.168 563.118C886.375 551.777 893.179 539.422 897.549 526.089C897.655 526.16 897.762 526.196 897.904 526.231C937.393 535.866 977.308 544.648 1017.12 552.95Z' fill='%23FFE9A0'/%3E%3Cpath d='M1015.02 540.399C1016.49 540.719 1015.87 542.977 1014.4 542.657C983.934 535.831 925.242 522.836 914.3 520.223L914.424 519.654C948.104 524.4 981.838 532.969 1015.02 540.399Z' fill='%23261512'/%3E%3Cpath d='M931.495 490.18C932.383 488.775 934.622 490.073 933.733 491.477C927.711 501.024 921.743 511.068 914.424 519.654L914.3 520.223C913.145 519.938 912.523 519.778 912.523 519.761C912.523 519.387 925.42 499.868 931.495 490.18Z' fill='%23261512'/%3E%3Cpath d='M403.983 664.18C405.635 675.415 406.577 689.477 402.26 700.285C398.174 710.525 387.836 712.391 378.083 714.329C361.776 717.546 345.487 721.208 329.091 723.946C319.214 725.599 314.17 722.773 308.929 714.524C301.824 703.36 296.264 691.023 292.711 678.242C292.409 678.171 292.16 677.922 292.125 677.513C292.071 676.926 292.071 676.357 292.036 675.771C292.018 675.7 292 675.628 291.983 675.575C291.912 675.309 291.929 675.077 291.983 674.864C291.503 666.242 291.787 657.532 292.444 648.928C292.942 642.297 293.155 634.528 295.642 628.235C300.261 616.52 316.728 615.063 327.332 612.467C335.468 610.494 343.675 608.805 351.935 607.419C357.193 606.53 363.286 604.876 368.651 605.481C379.149 606.672 386.255 619.062 391.104 627.329C397.73 638.617 402.1 651.239 403.983 664.18ZM400.057 696.854C402.562 688.535 402.686 678.882 401.62 669.691C401.105 665.105 400.288 660.66 399.329 656.536C396.416 644.039 391.122 632.146 383.679 621.676C381.636 618.796 379.345 615.631 376.769 613.143C371.102 607.65 364.903 608.521 357.708 609.57C350.514 610.618 343.373 611.934 336.285 613.445C329.731 614.849 323.211 616.431 316.763 618.209C307.917 620.645 300.207 622.689 297.205 632.591C297.028 633.195 296.85 633.817 296.69 634.439C294.203 643.737 293.99 654.172 293.937 664.251C294.363 658.918 295.269 653.638 296.743 648.483C296.797 648.288 297.063 648.359 297.028 648.554C295.464 657.514 294.594 666.313 294.789 675.362C295.5 677.584 296.246 679.788 297.01 681.975C296.441 676.446 297.454 670.544 298.875 665.282C298.928 665.087 299.212 665.176 299.177 665.371C297.969 671.735 298.111 677.815 297.827 684.215H297.809C298.573 686.312 299.355 688.392 300.189 690.472C299.923 687.148 300.083 683.753 300.332 680.499C300.349 680.304 300.669 680.304 300.651 680.499C300.545 684.535 300.882 688.499 301.024 692.481C304.186 700.054 307.881 707.396 312.5 714.24C313.317 715.467 314.187 716.48 315.093 717.315C312.873 710.169 315.449 702.045 314.756 694.685C314.738 694.525 315.004 694.49 315.04 694.65C316.514 702.472 314.525 710.258 316.052 718.133C317.189 719.022 318.38 719.662 319.623 720.106L320.44 720.071C320.44 720.177 320.458 720.284 320.458 720.391C321.986 720.817 323.567 720.96 325.201 720.942C324.81 719.253 324.721 717.386 324.473 715.715C324.437 715.502 324.775 715.395 324.828 715.627C325.165 717.315 325.751 719.164 325.929 720.924C327.421 720.871 328.949 720.675 330.512 720.409C330.459 719.893 330.423 719.377 330.335 718.862C330.175 717.973 329.926 717.12 329.642 716.266C329.535 716 329.944 715.911 330.05 716.16C330.53 717.369 331.063 718.88 331.169 720.284C332.75 720.017 334.367 719.68 336.019 719.36C335.468 714.435 334.9 709.582 333.798 704.729C333.727 704.409 334.189 704.285 334.278 704.587C335.61 709.316 336.641 714.24 336.978 719.164C338.595 718.844 340.229 718.524 341.845 718.204C341.082 715.662 341.419 712.498 341.668 709.92C341.703 709.547 342.272 709.529 342.254 709.92C342.165 711.324 342.13 712.729 342.183 714.133C342.236 715.449 342.503 716.782 342.467 718.097C344.297 717.724 346.127 717.369 347.956 717.013C346.944 712.498 346.659 707.609 346.748 703.076C346.766 702.667 347.37 702.667 347.406 703.076C347.708 707.716 348.347 712.249 348.951 716.818C350.55 716.498 352.166 716.178 353.765 715.875C353.374 711.431 353.179 706.987 352.948 702.543C352.93 702.258 353.339 702.276 353.374 702.543C353.871 706.898 354.404 711.271 354.76 715.644C354.831 715.609 354.902 715.591 354.973 715.555C355.062 715.52 355.151 715.538 355.222 715.591L358.472 714.951C359.041 714.827 359.627 714.72 360.213 714.631C360.213 708.836 359.84 703.112 359.467 697.316C359.467 697.103 359.787 697.067 359.822 697.263C361.119 702.845 361.51 708.711 361.386 714.435C362.665 714.222 363.997 714.027 365.382 713.831C364.903 711.84 365.009 709.76 365.294 707.734C365.347 707.431 365.862 707.502 365.844 707.822C365.72 709.813 365.951 711.751 366.075 713.724C367.674 713.511 369.326 713.262 371.014 713.013C370.925 712.053 371.085 711.076 371.031 710.116C370.996 708.996 370.836 707.894 370.587 706.809C370.516 706.543 370.925 706.436 370.996 706.702C371.511 708.569 372.044 710.987 371.546 712.924C372.666 712.747 373.82 712.569 374.957 712.356C374.957 711.467 375.312 710.596 375.472 709.725C375.668 708.569 375.739 707.414 375.739 706.24C375.739 705.885 376.254 705.903 376.289 706.24C376.396 707.431 376.431 708.64 376.343 709.849C376.289 710.596 376.272 711.431 376.041 712.16C377.426 711.893 378.794 711.591 380.162 711.271C380.339 706.258 380.411 701.263 380.126 696.25C380.109 695.947 380.535 695.965 380.57 696.25C381.139 701.138 381.441 706.063 381.299 710.987C382.844 710.596 384.372 710.133 385.846 709.6C385.669 708.32 386.024 706.756 386.042 705.636C386.077 702.329 385.882 699.041 385.598 695.752C385.562 695.485 386.024 695.432 386.077 695.699C386.45 698.027 386.734 700.356 386.877 702.72C386.912 703.289 386.859 707.236 386.788 709.262C388.191 708.729 389.523 708.125 390.785 707.449C390.127 702.098 390.731 696.356 390.5 690.988C390.483 690.49 391.211 690.508 391.264 690.988C391.797 695.983 392.579 701.796 391.744 706.898C393.431 705.885 394.941 704.712 396.238 703.36C396.007 698.578 396.469 693.583 396.664 688.908C396.682 688.481 397.304 688.481 397.322 688.908C397.499 692.979 397.855 697.263 397.801 701.441C398.76 700.072 399.542 698.561 400.057 696.836V696.854Z' fill='%23261512'/%3E%3Cpath d='M401.62 669.691C402.686 678.882 402.562 688.534 400.057 696.854C399.542 698.578 398.76 700.089 397.801 701.458C397.855 697.281 397.499 692.996 397.322 688.926C397.304 688.499 396.682 688.499 396.664 688.926C396.469 693.601 396.007 698.596 396.238 703.378C394.941 704.729 393.431 705.902 391.744 706.916C392.579 701.814 391.797 696.001 391.264 691.005C391.211 690.525 390.483 690.508 390.5 691.005C390.731 696.374 390.127 702.116 390.785 707.467C389.523 708.142 388.191 708.747 386.788 709.28C386.859 707.253 386.912 703.307 386.877 702.738C386.734 700.374 386.45 698.045 386.077 695.716C386.024 695.45 385.562 695.503 385.598 695.77C385.882 699.058 386.077 702.347 386.042 705.654C386.024 706.774 385.669 708.338 385.846 709.618C384.372 710.151 382.844 710.613 381.299 711.004C381.441 706.08 381.139 701.156 380.57 696.267C380.535 695.983 380.109 695.965 380.126 696.267C380.411 701.28 380.339 706.276 380.162 711.289C378.794 711.609 377.426 711.911 376.041 712.178C376.272 711.449 376.289 710.613 376.343 709.867C376.431 708.658 376.396 707.449 376.289 706.258C376.254 705.92 375.756 705.902 375.739 706.258C375.739 707.431 375.668 708.587 375.472 709.742C375.312 710.613 374.957 711.484 374.957 712.373C373.82 712.587 372.666 712.764 371.546 712.942C372.044 711.004 371.511 708.587 370.996 706.72C370.925 706.454 370.516 706.56 370.587 706.827C370.836 707.911 370.996 709.013 371.031 710.133C371.085 711.093 370.925 712.071 371.014 713.031C369.326 713.28 367.674 713.529 366.075 713.742C365.951 711.769 365.72 709.831 365.844 707.84C365.862 707.52 365.347 707.449 365.294 707.751C365.009 709.778 364.903 711.858 365.382 713.849C363.997 714.044 362.665 714.24 361.386 714.453C361.51 708.729 361.119 702.863 359.822 697.281C359.787 697.085 359.449 697.121 359.467 697.334C359.84 703.129 360.213 708.853 360.213 714.649C359.627 714.738 359.041 714.844 358.472 714.969L355.222 715.609C355.222 715.609 355.062 715.538 354.973 715.573C354.902 715.609 354.831 715.626 354.76 715.662C354.404 711.289 353.871 706.916 353.374 702.56C353.339 702.294 352.93 702.276 352.948 702.56C353.179 707.005 353.374 711.449 353.765 715.893C352.166 716.195 350.55 716.515 348.951 716.835C348.347 712.267 347.707 707.733 347.406 703.094C347.37 702.685 346.766 702.685 346.748 703.094C346.659 707.627 346.944 712.515 347.956 717.031C346.127 717.386 344.297 717.742 342.467 718.115C342.503 716.8 342.236 715.466 342.183 714.151C342.13 712.747 342.165 711.342 342.254 709.938C342.254 709.547 341.703 709.565 341.668 709.938C341.419 712.515 341.082 715.68 341.845 718.222C340.229 718.542 338.595 718.862 336.978 719.182C336.641 714.258 335.61 709.333 334.278 704.605C334.189 704.303 333.727 704.427 333.798 704.747C334.9 709.6 335.468 714.453 336.019 719.377C334.367 719.697 332.75 720.035 331.169 720.302C331.063 718.897 330.53 717.386 330.05 716.178C329.944 715.929 329.535 716.018 329.642 716.284C329.926 717.137 330.175 717.991 330.335 718.88C330.423 719.395 330.459 719.911 330.512 720.426C328.949 720.693 327.421 720.888 325.929 720.942C325.751 719.182 325.165 717.333 324.828 715.644C324.774 715.413 324.437 715.52 324.473 715.733C324.721 717.404 324.81 719.271 325.201 720.959C323.567 720.977 321.986 720.835 320.458 720.408C320.458 720.302 320.44 720.195 320.44 720.088C319.818 709.156 320.742 699.005 324.011 688.552C325.041 689.192 326.142 689.672 327.315 689.957C331.436 690.97 335.966 689.423 339.874 688.357C346.482 686.543 353.037 684.57 359.609 682.668C373.305 678.668 387.161 675.166 400.75 670.864C401.336 670.686 401.532 670.171 401.461 669.709H401.62V669.691Z' fill='%23FFE9A0'/%3E%3Cpath d='M401.62 669.691H401.461C401.354 669.176 400.892 668.696 400.199 668.873C379.718 673.869 359.432 679.913 339.074 685.459C336.925 686.046 334.722 686.81 332.466 686.899C327.226 687.112 322.074 682.064 319.179 677.851C316.55 674.029 314.472 669.513 312.411 665.371C307.49 655.505 304.009 645.212 300.385 634.813C300.243 634.368 299.621 634.511 299.621 634.919L296.69 634.439C296.85 633.817 297.028 633.195 297.205 632.591C300.207 622.689 307.917 620.645 316.763 618.209C323.211 616.431 329.731 614.849 336.285 613.445C343.373 611.934 350.514 610.618 357.708 609.57C364.903 608.521 371.102 607.65 376.769 613.143C379.345 615.632 381.636 618.796 383.679 621.676C391.122 632.146 396.416 644.039 399.329 656.536C400.288 660.66 401.105 665.105 401.62 669.691Z' fill='%23FFE9A0'/%3E%3Cpath d='M401.461 669.709C401.532 670.171 401.336 670.686 400.75 670.864C387.161 675.166 373.305 678.668 359.609 682.668C353.037 684.57 346.482 686.543 339.874 688.357C335.966 689.423 331.436 690.97 327.315 689.957C326.142 689.672 325.041 689.192 324.011 688.552C320.742 699.005 319.818 709.156 320.44 720.088L319.623 720.124C317.385 709.227 318.504 697.672 322.128 687.183C316.656 682.561 313.423 673.78 310.794 668.144C305.874 657.603 301.753 646.474 299.639 635.026C299.639 634.99 299.639 634.955 299.639 634.919C299.639 634.51 300.261 634.368 300.403 634.813C304.026 645.212 307.508 655.505 312.429 665.371C314.489 669.513 316.568 674.028 319.197 677.851C322.092 682.064 327.244 687.112 332.484 686.899C334.74 686.81 336.943 686.046 339.092 685.459C359.449 679.913 379.736 673.868 400.217 668.873C400.91 668.695 401.372 669.175 401.478 669.709H401.461Z' fill='%23261512'/%3E%3Cpath d='M322.128 687.184C318.504 697.672 317.385 709.227 319.623 720.124C318.38 719.68 317.189 719.04 316.052 718.151C314.525 710.276 316.514 702.489 315.04 694.668C315.004 694.508 314.738 694.543 314.756 694.703C315.449 702.063 312.873 710.187 315.093 717.333C314.187 716.498 313.317 715.484 312.5 714.258C307.881 707.414 304.186 700.072 301.024 692.499C300.882 688.517 300.545 684.553 300.651 680.517C300.651 680.322 300.349 680.322 300.332 680.517C300.083 683.77 299.923 687.166 300.189 690.49C299.355 688.41 298.573 686.33 297.809 684.233H297.827C298.111 677.833 297.969 671.753 299.177 665.389C299.212 665.194 298.928 665.105 298.875 665.3C297.454 670.562 296.441 676.464 297.01 681.993C296.246 679.806 295.5 677.602 294.789 675.38C294.594 666.331 295.464 657.532 297.028 648.572C297.063 648.377 296.797 648.305 296.743 648.501C295.269 653.656 294.363 658.936 293.937 664.269C293.99 654.19 294.203 643.755 296.69 634.457L299.621 634.937C299.621 634.937 299.621 635.008 299.621 635.044C301.735 646.492 305.856 657.621 310.777 668.162C313.406 673.798 316.639 682.579 322.11 687.201L322.128 687.184ZM310.812 709.014C310.865 709.262 311.274 709.209 311.256 708.96C310.741 704.143 310.262 699.574 310.723 694.721C310.759 694.49 310.404 694.49 310.386 694.721C309.835 699.414 309.693 704.392 310.812 709.014ZM306.975 704.747C307.046 705.032 307.455 704.907 307.402 704.64C306.584 700.09 306.123 695.645 306.442 691.023C306.46 690.828 306.158 690.828 306.14 691.023C305.696 695.61 305.821 700.285 306.975 704.747ZM303.742 697.939C303.76 698.027 303.902 697.992 303.884 697.885C302.623 690.988 302.659 683.842 303.6 676.891C303.636 676.642 303.192 676.589 303.156 676.837C302.037 684.019 302.357 690.828 303.742 697.939Z' fill='%23FFE9A0'/%3E%3Cpath d='M311.256 708.96C311.274 709.209 310.865 709.262 310.812 709.014C309.693 704.392 309.835 699.414 310.386 694.721C310.404 694.49 310.759 694.49 310.723 694.721C310.262 699.574 310.723 704.143 311.256 708.96Z' fill='%23261512'/%3E%3Cpath d='M307.402 704.64C307.455 704.907 307.046 705.032 306.975 704.747C305.821 700.285 305.696 695.61 306.14 691.023C306.158 690.828 306.46 690.828 306.442 691.023C306.123 695.645 306.584 700.09 307.402 704.64Z' fill='%23261512'/%3E%3Cpath d='M303.884 697.885C303.902 697.992 303.76 698.027 303.742 697.939C302.357 690.828 302.037 684.019 303.156 676.837C303.192 676.589 303.636 676.642 303.6 676.891C302.659 683.842 302.623 690.988 303.884 697.885Z' fill='%23261512'/%3E%3Cpath d='M322.963 673.157C324.615 684.392 325.556 698.454 321.24 709.262C317.154 719.502 306.815 721.368 297.063 723.306C280.756 726.524 264.467 730.186 248.071 732.923C238.194 734.577 233.149 731.75 227.909 723.502C220.803 712.338 215.243 700.001 211.691 687.219C211.389 687.148 211.14 686.899 211.104 686.49C211.051 685.904 211.051 685.335 211.015 684.748C210.998 684.677 210.98 684.606 210.962 684.552C210.891 684.286 210.909 684.055 210.962 683.841C210.483 675.22 210.767 666.509 211.424 657.905C211.921 651.274 212.135 643.506 214.622 637.213C219.24 625.498 235.707 624.04 246.312 621.444C254.448 619.471 262.655 617.782 270.915 616.396C276.173 615.507 282.266 613.854 287.631 614.458C298.129 615.649 305.234 628.04 310.084 636.306C316.71 647.594 321.08 660.216 322.963 673.157ZM319.037 705.831C321.542 697.512 321.666 687.859 320.6 678.668C320.085 674.082 319.268 669.638 318.308 665.513C315.395 653.016 310.102 641.124 302.659 630.653C300.616 627.773 298.324 624.609 295.749 622.12C290.082 616.627 283.882 617.498 276.688 618.547C269.494 619.596 262.353 620.911 255.265 622.422C248.71 623.827 242.191 625.409 235.743 627.186C226.896 629.622 219.187 631.666 216.185 641.568C216.007 642.172 215.829 642.795 215.67 643.417C213.183 652.714 212.969 663.149 212.916 673.229C213.343 667.896 214.248 662.616 215.723 657.46C215.776 657.265 216.043 657.336 216.007 657.532C214.444 666.491 213.573 675.291 213.769 684.339C214.479 686.561 215.225 688.766 215.989 690.952C215.421 685.424 216.433 679.522 217.855 674.26C217.908 674.064 218.192 674.153 218.157 674.349C216.949 680.713 217.091 686.792 216.806 693.192H216.789C217.553 695.29 218.334 697.37 219.169 699.45C218.903 696.125 219.062 692.73 219.311 689.477C219.329 689.281 219.649 689.281 219.631 689.477C219.524 693.512 219.862 697.476 220.004 701.458C223.166 709.031 226.861 716.373 231.479 723.217C232.296 724.444 233.167 725.457 234.073 726.293C231.852 719.146 234.428 711.022 233.735 703.663C233.718 703.503 233.984 703.467 234.02 703.627C235.494 711.449 233.504 719.235 235.032 727.11C236.169 727.999 237.359 728.639 238.603 729.084L239.42 729.048C239.42 729.155 239.437 729.261 239.437 729.368C240.965 729.795 242.546 729.937 244.18 729.919C243.79 728.23 243.701 726.364 243.452 724.693C243.417 724.479 243.754 724.373 243.807 724.604C244.145 726.293 244.731 728.141 244.909 729.901C246.401 729.848 247.929 729.652 249.492 729.386C249.438 728.87 249.403 728.355 249.314 727.839C249.154 726.95 248.906 726.097 248.621 725.244C248.515 724.977 248.923 724.888 249.03 725.137C249.51 726.346 250.042 727.857 250.149 729.261C251.73 728.995 253.346 728.657 254.999 728.337C254.448 723.413 253.879 718.56 252.778 713.707C252.707 713.387 253.169 713.262 253.258 713.564C254.59 718.293 255.62 723.217 255.958 728.141C257.574 727.821 259.209 727.501 260.825 727.181C260.061 724.639 260.399 721.475 260.647 718.897C260.683 718.524 261.251 718.506 261.234 718.897C261.145 720.302 261.109 721.706 261.163 723.111C261.216 724.426 261.482 725.759 261.447 727.075C263.276 726.701 265.106 726.346 266.936 725.99C265.923 721.475 265.639 716.586 265.728 712.053C265.746 711.644 266.35 711.644 266.385 712.053C266.687 716.693 267.327 721.226 267.931 725.795C269.529 725.475 271.146 725.155 272.744 724.853C272.354 720.408 272.158 715.964 271.927 711.52C271.91 711.236 272.318 711.253 272.354 711.52C272.851 715.875 273.384 720.248 273.739 724.622C273.81 724.586 273.881 724.568 273.952 724.533C274.041 724.497 274.13 724.515 274.201 724.568L277.452 723.928C278.02 723.804 278.607 723.697 279.193 723.608C279.193 717.813 278.82 712.089 278.447 706.294C278.429 706.08 278.766 706.045 278.802 706.24C280.099 711.822 280.489 717.689 280.365 723.413C281.644 723.199 282.976 723.004 284.362 722.808C283.882 720.817 283.989 718.737 284.273 716.711C284.326 716.409 284.842 716.48 284.824 716.8C284.699 718.791 284.93 720.728 285.055 722.702C286.654 722.488 288.306 722.239 289.993 721.991C289.904 721.031 290.064 720.053 290.011 719.093C289.975 717.973 289.815 716.871 289.567 715.786C289.496 715.52 289.904 715.413 289.975 715.68C290.49 717.546 291.023 719.964 290.526 721.902C291.645 721.724 292.8 721.546 293.937 721.333C293.937 720.444 294.292 719.573 294.452 718.702C294.647 717.546 294.718 716.391 294.718 715.218C294.736 714.862 295.233 714.88 295.269 715.218C295.376 716.409 295.411 717.618 295.322 718.826C295.269 719.573 295.251 720.408 295.02 721.137C296.406 720.871 297.774 720.568 299.141 720.248C299.319 715.235 299.39 710.24 299.106 705.227C299.088 704.925 299.514 704.943 299.55 705.227C300.118 710.116 300.42 715.04 300.278 719.964C301.824 719.573 303.351 719.111 304.826 718.577C304.648 717.298 305.003 715.733 305.021 714.613C305.057 711.307 304.861 708.018 304.577 704.729C304.542 704.463 305.003 704.409 305.057 704.676C305.43 707.005 305.714 709.333 305.856 711.698C305.892 712.267 305.838 716.213 305.767 718.24C307.171 717.706 308.503 717.102 309.764 716.426C309.107 711.076 309.711 705.334 309.48 699.965C309.462 699.467 310.19 699.485 310.244 699.965C310.777 704.96 311.558 710.773 310.723 715.875C312.411 714.862 313.921 713.689 315.218 712.338C314.987 707.556 315.449 702.56 315.644 697.885C315.662 697.459 316.283 697.459 316.301 697.885C316.479 701.956 316.834 706.24 316.781 710.418C317.74 709.049 318.522 707.538 319.037 705.814V705.831Z' fill='%23261512'/%3E%3Cpath d='M320.6 678.668C321.666 687.859 321.541 697.512 319.037 705.832C318.522 707.556 317.74 709.067 316.781 710.436C316.834 706.258 316.479 701.974 316.301 697.903C316.283 697.476 315.662 697.476 315.644 697.903C315.449 702.578 314.987 707.574 315.218 712.356C313.921 713.707 312.411 714.88 310.723 715.893C311.558 710.791 310.777 704.978 310.244 699.983C310.19 699.503 309.462 699.485 309.48 699.983C309.711 705.352 309.107 711.094 309.764 716.444C308.503 717.12 307.171 717.724 305.767 718.258C305.838 716.231 305.892 712.285 305.856 711.716C305.714 709.351 305.43 707.023 305.057 704.694C305.003 704.427 304.542 704.481 304.577 704.747C304.861 708.036 305.057 711.325 305.021 714.631C305.003 715.751 304.648 717.315 304.826 718.595C303.351 719.129 301.824 719.591 300.278 719.982C300.42 715.058 300.118 710.134 299.55 705.245C299.514 704.96 299.088 704.943 299.106 705.245C299.39 710.258 299.319 715.253 299.141 720.266C297.774 720.586 296.406 720.889 295.02 721.155C295.251 720.426 295.269 719.591 295.322 718.844C295.411 717.635 295.375 716.427 295.269 715.236C295.233 714.898 294.736 714.88 294.718 715.236C294.718 716.409 294.647 717.564 294.452 718.72C294.292 719.591 293.937 720.462 293.937 721.351C292.8 721.564 291.645 721.742 290.526 721.92C291.023 719.982 290.49 717.564 289.975 715.698C289.904 715.431 289.496 715.538 289.567 715.804C289.815 716.889 289.975 717.991 290.011 719.111C290.064 720.071 289.904 721.049 289.993 722.009C288.306 722.257 286.653 722.506 285.055 722.72C284.93 720.746 284.699 718.809 284.824 716.818C284.842 716.498 284.326 716.427 284.273 716.729C283.989 718.755 283.882 720.835 284.362 722.826C282.976 723.022 281.644 723.217 280.365 723.431C280.489 717.707 280.099 711.84 278.802 706.258C278.766 706.063 278.429 706.098 278.447 706.312C278.82 712.107 279.193 717.831 279.193 723.626C278.607 723.715 278.02 723.822 277.452 723.946L274.201 724.586C274.201 724.586 274.041 724.515 273.952 724.551C273.881 724.586 273.81 724.604 273.739 724.639C273.384 720.266 272.851 715.893 272.354 711.538C272.318 711.271 271.91 711.253 271.927 711.538C272.158 715.982 272.354 720.426 272.744 724.871C271.146 725.173 269.529 725.493 267.931 725.813C267.327 721.244 266.687 716.711 266.385 712.071C266.35 711.662 265.746 711.662 265.728 712.071C265.639 716.604 265.923 721.493 266.936 726.008C265.106 726.364 263.276 726.719 261.447 727.093C261.482 725.777 261.216 724.444 261.163 723.128C261.109 721.724 261.145 720.32 261.234 718.915C261.234 718.524 260.683 718.542 260.647 718.915C260.399 721.493 260.061 724.657 260.825 727.199C259.209 727.519 257.574 727.839 255.958 728.159C255.62 723.235 254.59 718.311 253.258 713.582C253.169 713.28 252.707 713.404 252.778 713.724C253.879 718.578 254.448 723.431 254.999 728.355C253.346 728.675 251.73 729.013 250.149 729.279C250.042 727.875 249.51 726.364 249.03 725.155C248.923 724.906 248.515 724.995 248.621 725.262C248.906 726.115 249.154 726.968 249.314 727.857C249.403 728.373 249.438 728.888 249.492 729.404C247.929 729.67 246.401 729.866 244.909 729.919C244.731 728.159 244.145 726.311 243.807 724.622C243.754 724.391 243.417 724.497 243.452 724.711C243.701 726.382 243.79 728.248 244.18 729.937C242.546 729.955 240.965 729.813 239.437 729.386C239.437 729.279 239.42 729.173 239.42 729.066C238.798 718.133 239.722 707.983 242.99 697.53C244.021 698.17 245.122 698.65 246.294 698.934C250.415 699.947 254.945 698.401 258.853 697.334C265.461 695.521 272.016 693.548 278.589 691.646C292.285 687.646 306.14 684.144 319.73 679.842C320.316 679.664 320.511 679.148 320.44 678.686H320.6V678.668Z' fill='%23FFE9A0'/%3E%3Cpath d='M320.6 678.668H320.44C320.334 678.153 319.872 677.673 319.179 677.851C298.697 682.846 278.411 688.89 258.054 694.436C255.904 695.023 253.702 695.788 251.446 695.876C246.205 696.09 241.054 691.041 238.159 686.828C235.529 683.006 233.451 678.491 231.39 674.349C226.47 664.482 222.988 654.19 219.364 643.79C219.222 643.346 218.601 643.488 218.601 643.897L215.67 643.417C215.829 642.795 216.007 642.172 216.185 641.568C219.187 631.666 226.896 629.622 235.743 627.186C242.191 625.409 248.71 623.827 255.265 622.422C262.353 620.911 269.494 619.596 276.688 618.547C283.882 617.498 290.082 616.627 295.749 622.12C298.324 624.609 300.616 627.773 302.659 630.653C310.102 641.124 315.395 653.016 318.309 665.513C319.268 669.638 320.085 674.082 320.6 678.668Z' fill='%23FFE9A0'/%3E%3Cpath d='M320.44 678.686C320.511 679.148 320.316 679.664 319.73 679.841C306.14 684.143 292.285 687.646 278.589 691.645C272.016 693.547 265.461 695.521 258.853 697.334C254.945 698.401 250.415 699.947 246.294 698.934C245.122 698.649 244.021 698.169 242.99 697.529C239.722 707.982 238.798 718.133 239.42 729.066L238.603 729.101C236.364 718.204 237.483 706.649 241.107 696.161C235.636 691.539 232.403 682.757 229.774 677.122C224.853 666.58 220.732 655.452 218.618 644.003C218.618 643.968 218.618 643.932 218.618 643.897C218.618 643.488 219.24 643.346 219.382 643.79C223.006 654.189 226.488 664.482 231.408 674.348C233.469 678.49 235.547 683.006 238.176 686.828C241.072 691.041 246.223 696.09 251.464 695.876C253.72 695.787 255.922 695.023 258.072 694.436C278.429 688.89 298.715 682.846 319.197 677.85C319.889 677.673 320.351 678.153 320.458 678.686H320.44Z' fill='%23261512'/%3E%3Cpath d='M241.107 696.161C237.483 706.649 236.364 718.204 238.603 729.101C237.359 728.657 236.169 728.017 235.032 727.128C233.504 719.253 235.494 711.467 234.02 703.645C233.984 703.485 233.718 703.52 233.735 703.68C234.428 711.04 231.852 719.164 234.073 726.31C233.167 725.475 232.296 724.462 231.479 723.235C226.861 716.391 223.166 709.049 220.004 701.476C219.862 697.494 219.524 693.53 219.631 689.495C219.631 689.299 219.329 689.299 219.311 689.495C219.062 692.748 218.903 696.143 219.169 699.467C218.334 697.387 217.553 695.308 216.789 693.21H216.806C217.091 686.81 216.949 680.73 218.157 674.366C218.192 674.171 217.908 674.082 217.855 674.277C216.433 679.539 215.421 685.441 215.989 690.97C215.225 688.783 214.479 686.579 213.769 684.357C213.573 675.309 214.444 666.509 216.007 657.549C216.043 657.354 215.776 657.283 215.723 657.478C214.248 662.634 213.343 667.913 212.916 673.246C212.97 663.167 213.183 652.732 215.67 643.435L218.601 643.915C218.601 643.915 218.601 643.986 218.601 644.021C220.714 655.47 224.836 666.598 229.756 677.14C232.385 682.775 235.618 691.557 241.09 696.179L241.107 696.161ZM229.792 717.991C229.845 718.24 230.254 718.186 230.236 717.938C229.721 713.12 229.241 708.551 229.703 703.698C229.738 703.467 229.383 703.467 229.365 703.698C228.815 708.391 228.673 713.369 229.792 717.991ZM225.955 713.724C226.026 714.009 226.434 713.884 226.381 713.618C225.564 709.067 225.102 704.623 225.422 700.001C225.44 699.805 225.138 699.805 225.12 700.001C224.676 704.587 224.8 709.262 225.955 713.724ZM222.722 706.916C222.74 707.005 222.882 706.969 222.864 706.863C221.603 699.965 221.638 692.819 222.58 685.868C222.615 685.619 222.171 685.566 222.136 685.815C221.016 692.997 221.336 699.805 222.722 706.916Z' fill='%23FFE9A0'/%3E%3Cpath d='M222.864 706.863C222.882 706.969 222.74 707.005 222.722 706.916C221.336 699.805 221.016 692.997 222.136 685.815C222.171 685.566 222.615 685.619 222.58 685.868C221.638 692.819 221.603 699.965 222.864 706.863Z' fill='%23261512'/%3E%3Cpath d='M366.679 617.267C368.331 628.502 369.273 642.563 364.956 653.372C360.87 663.611 350.532 665.478 340.78 667.415C324.473 670.633 308.183 674.295 291.787 677.033C281.911 678.686 276.866 675.859 271.625 667.611C264.52 656.447 258.96 644.11 255.407 631.328C255.105 631.257 254.856 631.008 254.821 630.6C254.768 630.013 254.768 629.444 254.732 628.857C254.714 628.786 254.697 628.715 254.679 628.662C254.608 628.395 254.625 628.164 254.679 627.951C254.199 619.329 254.483 610.618 255.141 602.014C255.638 595.383 255.851 587.615 258.338 581.322C262.957 569.607 279.424 568.149 290.029 565.554C298.164 563.581 306.371 561.892 314.631 560.505C319.889 559.616 325.982 557.963 331.347 558.568C341.845 559.759 348.951 572.149 353.8 580.415C360.426 591.704 364.796 604.325 366.679 617.267ZM362.753 649.941C365.258 641.621 365.382 631.968 364.317 622.778C363.801 618.191 362.984 613.747 362.025 609.623C359.112 597.126 353.818 585.233 346.375 574.762C344.332 571.882 342.041 568.718 339.465 566.229C333.799 560.736 327.599 561.607 320.405 562.656C313.21 563.705 306.069 565.021 298.982 566.532C292.427 567.936 285.907 569.518 279.459 571.296C270.613 573.731 262.903 575.776 259.901 585.677C259.724 586.282 259.546 586.904 259.386 587.526C256.899 596.823 256.686 607.258 256.633 617.338C257.059 612.005 257.965 606.725 259.439 601.57C259.493 601.374 259.759 601.445 259.724 601.641C258.16 610.601 257.29 619.4 257.485 628.449C258.196 630.671 258.942 632.875 259.706 635.062C259.137 629.533 260.15 623.631 261.571 618.369C261.624 618.173 261.909 618.262 261.873 618.458C260.665 624.822 260.807 630.902 260.523 637.301C261.287 639.399 262.069 641.479 262.903 643.559C262.637 640.235 262.797 636.839 263.046 633.586C263.063 633.39 263.383 633.39 263.365 633.586C263.259 637.621 263.596 641.586 263.738 645.568C266.9 653.141 270.595 660.482 275.214 667.327C276.031 668.553 276.901 669.566 277.807 670.402C275.587 663.256 278.162 655.132 277.47 647.772C277.452 647.612 277.718 647.576 277.754 647.736C279.228 655.558 277.239 663.345 278.766 671.22C279.903 672.109 281.093 672.749 282.337 673.193L283.154 673.157C283.154 673.264 283.172 673.371 283.172 673.477C284.7 673.904 286.28 674.046 287.915 674.028C287.524 672.34 287.435 670.473 287.186 668.802C287.151 668.589 287.488 668.482 287.542 668.713C287.879 670.402 288.465 672.251 288.643 674.011C290.135 673.957 291.663 673.762 293.226 673.495C293.173 672.98 293.137 672.464 293.048 671.949C292.889 671.06 292.64 670.206 292.356 669.353C292.249 669.086 292.658 668.998 292.764 669.246C293.244 670.455 293.777 671.966 293.883 673.371C295.464 673.104 297.081 672.766 298.733 672.446C298.182 667.522 297.614 662.669 296.512 657.816C296.441 657.496 296.903 657.372 296.992 657.674C298.324 662.402 299.355 667.327 299.692 672.251C301.309 671.931 302.943 671.611 304.559 671.291C303.796 668.749 304.133 665.584 304.382 663.007C304.417 662.633 304.986 662.616 304.968 663.007C304.879 664.411 304.844 665.816 304.897 667.22C304.95 668.535 305.217 669.869 305.181 671.184C307.011 670.811 308.84 670.455 310.67 670.1C309.658 665.584 309.373 660.696 309.462 656.163C309.48 655.754 310.084 655.754 310.119 656.163C310.421 660.802 311.061 665.336 311.665 669.904C313.264 669.584 314.88 669.264 316.479 668.962C316.088 664.518 315.893 660.074 315.662 655.629C315.644 655.345 316.053 655.363 316.088 655.629C316.585 659.985 317.118 664.358 317.474 668.731C317.545 668.695 317.616 668.678 317.687 668.642C317.776 668.607 317.864 668.624 317.935 668.678L321.186 668.038C321.755 667.913 322.341 667.807 322.927 667.718C322.927 661.922 322.554 656.198 322.181 650.403C322.163 650.19 322.501 650.154 322.536 650.35C323.833 655.932 324.224 661.798 324.099 667.522C325.378 667.309 326.711 667.113 328.096 666.918C327.617 664.927 327.723 662.847 328.007 660.82C328.061 660.518 328.576 660.589 328.558 660.909C328.434 662.9 328.665 664.838 328.789 666.811C330.388 666.598 332.04 666.349 333.727 666.1C333.639 665.14 333.799 664.162 333.745 663.202C333.71 662.082 333.55 660.98 333.301 659.896C333.23 659.629 333.639 659.523 333.71 659.789C334.225 661.656 334.758 664.073 334.26 666.011C335.379 665.833 336.534 665.656 337.671 665.442C337.671 664.553 338.026 663.682 338.186 662.811C338.382 661.656 338.453 660.5 338.453 659.327C338.47 658.971 338.968 658.989 339.003 659.327C339.11 660.518 339.145 661.727 339.057 662.936C339.003 663.682 338.986 664.518 338.755 665.247C340.14 664.98 341.508 664.678 342.876 664.358C343.053 659.345 343.124 654.349 342.84 649.336C342.822 649.034 343.249 649.052 343.284 649.336C343.853 654.225 344.155 659.149 344.013 664.073C345.558 663.682 347.086 663.22 348.56 662.687C348.383 661.407 348.738 659.842 348.756 658.723C348.791 655.416 348.596 652.127 348.311 648.839C348.276 648.572 348.738 648.519 348.791 648.785C349.164 651.114 349.448 653.443 349.59 655.807C349.626 656.376 349.573 660.322 349.502 662.349C350.905 661.816 352.237 661.211 353.498 660.536C352.841 655.185 353.445 649.443 353.214 644.074C353.196 643.577 353.925 643.594 353.978 644.074C354.511 649.07 355.293 654.883 354.458 659.985C356.145 658.971 357.655 657.798 358.952 656.447C358.721 651.665 359.183 646.67 359.378 641.995C359.396 641.568 360.018 641.568 360.036 641.995C360.213 646.065 360.568 650.35 360.515 654.527C361.474 653.158 362.256 651.647 362.771 649.923L362.753 649.941Z' fill='%23261512'/%3E%3Cpath d='M364.317 622.778C365.382 631.968 365.258 641.621 362.753 649.941C362.238 651.665 361.457 653.176 360.497 654.545C360.551 650.367 360.195 646.083 360.018 642.012C360 641.586 359.378 641.586 359.36 642.012C359.165 646.688 358.703 651.683 358.934 656.465C357.637 657.816 356.127 658.989 354.44 660.002C355.275 654.9 354.493 649.087 353.96 644.092C353.907 643.612 353.179 643.594 353.196 644.092C353.427 649.461 352.823 655.203 353.481 660.553C352.219 661.229 350.887 661.833 349.484 662.367C349.555 660.34 349.608 656.394 349.573 655.825C349.431 653.461 349.146 651.132 348.773 648.803C348.72 648.536 348.258 648.59 348.294 648.856C348.578 652.145 348.773 655.434 348.738 658.74C348.72 659.86 348.365 661.425 348.542 662.704C347.068 663.238 345.54 663.7 343.995 664.091C344.137 659.167 343.835 654.243 343.267 649.354C343.231 649.07 342.805 649.052 342.822 649.354C343.107 654.367 343.036 659.362 342.858 664.376C341.49 664.696 340.122 664.998 338.737 665.264C338.968 664.536 338.985 663.7 339.039 662.953C339.128 661.745 339.092 660.536 338.985 659.345C338.95 659.007 338.453 658.989 338.435 659.345C338.435 660.518 338.364 661.673 338.168 662.829C338.008 663.7 337.653 664.571 337.653 665.46C336.516 665.673 335.362 665.851 334.243 666.029C334.74 664.091 334.207 661.673 333.692 659.807C333.621 659.54 333.212 659.647 333.283 659.914C333.532 660.998 333.692 662.1 333.727 663.22C333.781 664.18 333.621 665.158 333.71 666.118C332.022 666.367 330.37 666.615 328.771 666.829C328.647 664.856 328.416 662.918 328.54 660.927C328.558 660.607 328.043 660.536 327.99 660.838C327.706 662.864 327.599 664.944 328.079 666.935C326.693 667.131 325.361 667.326 324.082 667.54C324.206 661.816 323.815 655.949 322.518 650.367C322.483 650.172 322.145 650.207 322.163 650.421C322.536 656.216 322.909 661.94 322.909 667.735C322.323 667.824 321.737 667.931 321.168 668.055L317.918 668.695C317.918 668.695 317.758 668.624 317.669 668.66C317.598 668.695 317.527 668.713 317.456 668.749C317.101 664.376 316.568 660.002 316.07 655.647C316.035 655.38 315.626 655.363 315.644 655.647C315.875 660.091 316.07 664.536 316.461 668.98C314.862 669.282 313.246 669.602 311.647 669.922C311.043 665.353 310.404 660.82 310.102 656.18C310.066 655.772 309.462 655.772 309.444 656.18C309.356 660.713 309.64 665.602 310.652 670.117C308.823 670.473 306.993 670.829 305.163 671.202C305.199 669.886 304.932 668.553 304.879 667.238C304.826 665.833 304.879 664.429 304.95 663.024C304.95 662.633 304.399 662.651 304.364 663.024C304.115 665.602 303.778 668.766 304.542 671.309C302.925 671.628 301.291 671.948 299.674 672.268C299.337 667.344 298.306 662.42 296.974 657.691C296.885 657.389 296.424 657.514 296.495 657.834C297.596 662.687 298.164 667.54 298.715 672.464C297.063 672.784 295.447 673.122 293.866 673.388C293.759 671.984 293.226 670.473 292.746 669.264C292.64 669.015 292.231 669.104 292.338 669.371C292.622 670.224 292.871 671.077 293.031 671.966C293.12 672.482 293.155 672.997 293.208 673.513C291.645 673.779 290.117 673.975 288.625 674.028C288.448 672.268 287.861 670.42 287.524 668.731C287.471 668.5 287.133 668.606 287.169 668.82C287.417 670.491 287.506 672.357 287.897 674.046C286.263 674.064 284.682 673.922 283.154 673.495C283.154 673.388 283.136 673.282 283.136 673.175C282.515 662.242 283.438 652.092 286.707 641.639C287.737 642.279 288.838 642.759 290.011 643.043C294.132 644.057 298.662 642.51 302.57 641.443C309.178 639.63 315.733 637.657 322.305 635.755C336.001 631.755 349.857 628.253 363.446 623.951C364.032 623.773 364.228 623.258 364.157 622.795H364.317V622.778Z' fill='%23FFE9A0'/%3E%3Cpath d='M364.317 622.778H364.157C364.05 622.262 363.588 621.782 362.895 621.96C342.414 626.955 322.128 632.999 301.77 638.546C299.621 639.132 297.418 639.897 295.162 639.986C289.922 640.199 284.771 635.15 281.875 630.937C279.246 627.115 277.168 622.6 275.107 618.458C270.187 608.592 266.705 598.299 263.081 587.899C262.939 587.455 262.317 587.597 262.317 588.006L259.386 587.526C259.546 586.904 259.724 586.282 259.901 585.677C262.903 575.776 270.613 573.731 279.459 571.296C285.907 569.518 292.427 567.936 298.982 566.532C306.069 565.021 313.21 563.705 320.405 562.656C327.599 561.607 333.798 560.736 339.465 566.229C342.041 568.718 344.332 571.882 346.375 574.762C353.818 585.233 359.112 597.126 362.025 609.623C362.984 613.747 363.801 618.191 364.317 622.778Z' fill='%23FFE9A0'/%3E%3Cpath d='M364.157 622.795C364.228 623.258 364.032 623.773 363.446 623.951C349.857 628.253 336.001 631.755 322.305 635.755C315.733 637.657 309.178 639.63 302.57 641.443C298.662 642.51 294.132 644.057 290.011 643.043C288.838 642.759 287.737 642.279 286.707 641.639C283.438 652.092 282.515 662.242 283.136 673.175L282.319 673.211C280.081 662.313 281.2 650.758 284.824 640.27C279.353 635.648 276.12 626.866 273.491 621.231C268.57 610.689 264.449 599.561 262.335 588.113C262.335 588.077 262.335 588.042 262.335 588.006C262.335 587.597 262.957 587.455 263.099 587.899C266.723 598.299 270.204 608.592 275.125 618.458C277.185 622.6 279.264 627.115 281.893 630.937C284.788 635.15 289.94 640.199 295.18 639.986C297.436 639.897 299.639 639.132 301.788 638.546C322.145 632.999 342.432 626.955 362.913 621.96C363.606 621.782 364.068 622.262 364.174 622.795H364.157Z' fill='%23261512'/%3E%3Cpath d='M284.824 640.27C281.2 650.759 280.081 662.314 282.319 673.211C281.076 672.766 279.886 672.126 278.749 671.238C277.221 663.362 279.21 655.576 277.736 647.754C277.701 647.594 277.434 647.63 277.452 647.79C278.145 655.149 275.569 663.274 277.789 670.42C276.883 669.584 276.013 668.571 275.196 667.344C270.577 660.5 266.882 653.158 263.721 645.586C263.578 641.603 263.241 637.639 263.347 633.604C263.347 633.408 263.045 633.408 263.028 633.604C262.779 636.857 262.619 640.252 262.886 643.577C262.051 641.497 261.269 639.417 260.505 637.319C260.789 630.92 260.647 624.84 261.855 618.476C261.891 618.28 261.607 618.191 261.553 618.387C260.132 623.649 259.12 629.551 259.688 635.079C258.924 632.893 258.178 630.688 257.468 628.466C257.272 619.418 258.143 610.618 259.706 601.659C259.741 601.463 259.475 601.392 259.422 601.588C257.947 606.743 257.041 612.023 256.615 617.356C256.668 607.276 256.881 596.841 259.368 587.544L262.299 588.024C262.299 588.024 262.299 588.095 262.299 588.131C264.413 599.579 268.534 610.707 273.455 621.249C276.084 626.884 279.317 635.666 284.788 640.288L284.824 640.27ZM273.508 662.1C273.562 662.349 273.97 662.296 273.952 662.047C273.437 657.229 272.958 652.661 273.42 647.808C273.455 647.577 273.1 647.577 273.082 647.808C272.531 652.501 272.389 657.478 273.508 662.1ZM269.671 657.834C269.742 658.118 270.151 657.994 270.098 657.727C269.281 653.176 268.819 648.732 269.138 644.11C269.156 643.914 268.854 643.914 268.836 644.11C268.392 648.696 268.517 653.372 269.671 657.834ZM266.438 651.025C266.456 651.114 266.598 651.079 266.58 650.972C265.319 644.074 265.355 636.928 266.296 629.977C266.332 629.729 265.888 629.675 265.852 629.924C264.733 637.106 265.053 643.914 266.438 651.025Z' fill='%23FFE9A0'/%3E%3Cpath d='M273.952 662.047C273.97 662.296 273.562 662.349 273.508 662.1C272.389 657.478 272.531 652.501 273.082 647.808C273.1 647.577 273.455 647.577 273.42 647.808C272.958 652.661 273.42 657.229 273.952 662.047Z' fill='%23261512'/%3E%3Cpath d='M270.098 657.727C270.151 657.994 269.742 658.118 269.671 657.834C268.517 653.372 268.392 648.696 268.836 644.11C268.836 643.914 269.156 643.914 269.138 644.11C268.819 648.732 269.281 653.176 270.098 657.727Z' fill='%23261512'/%3E%3Cpath d='M266.58 650.972C266.598 651.079 266.456 651.114 266.438 651.025C265.053 643.914 264.733 637.106 265.852 629.924C265.888 629.675 266.332 629.729 266.296 629.977C265.355 636.928 265.319 644.074 266.58 650.972Z' fill='%23261512'/%3E%3Cpath d='M546.502 516.419C561.405 520.294 572.401 534.071 571.033 549.573C570.785 549.093 570.465 548.648 570.198 548.204C569.719 547.368 569.221 546.533 568.742 545.715C568.546 545.395 568.067 545.679 568.227 546.017L569.559 548.577C569.95 549.306 570.269 550.177 570.873 550.764C570.802 551.35 570.749 551.919 570.642 552.488C570.518 553.163 570.358 553.821 570.181 554.479C569.914 553.839 569.452 553.306 569.133 552.683C568.706 551.83 568.422 550.924 568.227 549.999C568.138 549.626 567.623 549.786 567.676 550.141C567.889 551.688 568.422 554.194 569.825 555.119C569.896 555.154 569.967 555.154 570.038 555.154C569.648 556.594 569.15 558.034 568.582 559.439C568.244 558.656 567.729 557.91 567.303 557.181C566.699 556.168 566.113 555.154 565.526 554.159C565.384 553.928 565.047 554.123 565.171 554.354C565.686 555.421 566.202 556.47 566.717 557.519C567.179 558.443 567.552 559.492 568.227 560.292C568.227 560.292 568.244 560.292 568.262 560.292C567.569 561.927 566.77 563.545 565.882 565.127C565.509 563.225 564.336 561.323 563.413 559.67C562.187 557.501 560.766 555.492 559.22 553.555C559.132 553.448 558.989 553.466 558.901 553.555L557.32 552.79C565.988 533.644 550.498 521.503 533.889 517.539L534.813 513.699C538.472 514.57 542.345 515.316 546.502 516.401V516.419Z' fill='%23FFE9A0'/%3E%3Cpath d='M549.823 514.801C570.962 521.485 578.743 545.288 568.973 564.274C557.639 586.264 535.612 603.259 512.715 611.685C501.737 615.738 487.331 619.969 475.979 614.92C466.618 610.761 462.23 601.179 459.797 591.793C453.348 566.798 450.169 538.462 455.054 512.614C456.439 503.993 461.84 493.486 468.394 490.34C480.172 484.705 495.786 484.598 507.048 492.864C513.798 497.842 518.168 505.113 525.878 508.899C533.374 512.561 541.954 512.33 549.823 514.801ZM571.033 549.573C572.401 534.071 561.405 520.294 546.502 516.419C542.345 515.334 538.472 514.588 534.813 513.717C527.494 512.01 520.993 509.788 514.669 503.442C508.416 497.148 502.892 491.353 493.708 489.86C490.706 489.362 487.704 489.291 484.719 489.451C495.36 492.011 505.716 500.259 510.157 510.055C510.406 510.623 509.695 511.032 509.322 510.534C501.968 500.828 492.855 491.069 479.603 491.407C463.669 491.833 457.878 505.521 457.505 519.441C456.83 544.151 463.065 567.367 471.734 590.246C471.983 590.868 470.952 591.295 470.65 590.691C462.976 575.456 458.518 558.425 456.315 541.555C455.889 538.32 455.427 534.871 455.089 531.333C454.823 539.031 455.107 546.746 455.906 554.55C457.381 569.163 458.82 587.028 465.428 600.486C468.075 605.854 471.716 609.427 475.997 611.632C473.421 608.805 471.308 605.659 469.691 602.121C469.656 602.032 469.78 601.961 469.833 602.05C471.805 605.819 474.327 609.267 477.329 612.289C479.053 613.054 480.882 613.587 482.801 613.96C479.923 610.707 477.543 606.939 475.535 603.152C475.429 602.957 475.713 602.797 475.82 602.974C478.253 606.992 481.131 610.565 484.097 614.174C485.963 614.44 487.917 614.565 489.906 614.512C487.135 612.129 484.915 608.77 482.872 605.765C482.73 605.57 483.032 605.41 483.174 605.588C485.412 608.556 488.094 611.134 490.368 614.049C490.492 614.209 490.457 614.387 490.368 614.494C492.038 614.44 493.725 614.28 495.431 614.032C494.827 613.534 494.312 612.894 493.868 612.325C493.033 611.276 492.358 610.138 491.825 608.912C491.754 608.734 492.002 608.574 492.109 608.77C492.695 609.925 493.406 611.01 494.294 611.952C494.951 612.645 495.786 613.178 496.426 613.872C498.77 613.48 501.168 612.929 503.567 612.236C502.785 611.685 502.181 610.796 501.63 610.032C500.92 609.001 500.28 607.916 499.73 606.796C499.641 606.619 499.907 606.441 500.014 606.636C500.565 607.632 501.151 608.574 501.843 609.481C502.501 610.352 503.424 611.134 503.975 612.076V612.112C506.427 611.401 508.878 610.547 511.329 609.587C509.571 607.899 508.114 605.836 506.604 603.97C505.059 602.014 503.567 600.041 502.11 598.032C501.95 597.801 502.305 597.535 502.483 597.73C504.224 599.863 505.965 602.014 507.741 604.13C509.162 605.836 510.761 607.472 512.022 609.303C513.727 608.61 515.397 607.899 517.067 607.116C516.339 605.961 515.61 604.823 514.864 603.685C514.74 603.472 515.06 603.277 515.202 603.49C515.983 604.628 516.783 605.748 517.582 606.867C519.27 606.068 520.922 605.25 522.556 604.379C522.52 604.325 522.485 604.254 522.449 604.201C521.828 603.17 521.188 602.139 520.566 601.108C520.371 600.806 520.833 600.539 521.046 600.823C521.686 601.766 522.325 602.708 522.982 603.65C523.071 603.757 523.16 603.881 523.249 604.005C525.363 602.885 527.405 601.694 529.395 600.503C526.677 596.468 524.261 592.29 521.277 588.433C521.082 588.184 521.419 587.846 521.615 588.077C524.705 591.739 527.938 595.704 530.194 600.006C532.344 598.69 534.387 597.339 536.323 596.006C536.305 595.988 536.287 595.988 536.252 595.97C535.666 595.508 535.239 594.761 534.777 594.157C534.245 593.481 533.729 592.806 533.214 592.13C533.054 591.935 533.392 591.686 533.552 591.864L535.222 593.801C535.719 594.37 536.358 594.957 536.696 595.632C536.696 595.668 536.696 595.686 536.696 595.721C538.188 594.673 539.609 593.641 540.924 592.628C540.568 592.202 540.249 591.722 539.947 591.295C539.343 590.388 538.845 589.428 538.419 588.415C538.312 588.148 538.757 587.971 538.881 588.22C539.307 589.144 539.805 590.015 540.409 590.833C540.728 591.295 541.155 591.722 541.545 592.148C542.86 591.135 544.068 590.139 545.187 589.179C543.997 587.988 543.162 586.264 542.558 584.771C542.451 584.504 542.913 584.309 543.02 584.575C543.411 585.446 543.855 586.282 544.388 587.082C544.778 587.668 545.24 588.202 545.684 588.753C545.826 588.628 545.986 588.486 546.128 588.362C547.585 587.064 549.077 585.695 550.552 584.255C552.95 581.944 555.348 579.456 557.604 576.825C556.982 576.025 556.591 575.029 556.147 574.122C555.597 572.985 555.046 571.865 554.495 570.745C554.335 570.407 554.815 570.105 555.01 570.443C555.614 571.527 556.236 572.611 556.858 573.696C557.302 574.478 557.853 575.278 558.19 576.113C559.345 574.745 560.464 573.34 561.512 571.9C561.192 571.26 560.908 570.603 560.606 569.963C559.984 568.629 559.362 567.314 558.741 565.981C558.599 565.661 559.043 565.394 559.22 565.714L561.299 569.554C561.565 570.052 561.849 570.549 562.116 571.065C563.324 569.376 564.443 567.652 565.455 565.892C564.176 564.061 563.59 561.714 562.542 559.723C561.459 557.679 560.215 555.723 558.865 553.839C558.794 553.75 558.83 553.643 558.901 553.572C558.989 553.483 559.132 553.466 559.22 553.572C560.766 555.51 562.187 557.519 563.413 559.688C564.336 561.341 565.509 563.243 565.882 565.145C566.77 563.563 567.569 561.945 568.262 560.31C568.244 560.31 568.227 560.31 568.227 560.31C567.552 559.51 567.179 558.461 566.717 557.537C566.202 556.488 565.686 555.439 565.171 554.372C565.047 554.141 565.384 553.946 565.526 554.177C566.113 555.172 566.699 556.186 567.303 557.199C567.729 557.928 568.244 558.674 568.582 559.457C569.15 558.052 569.648 556.612 570.038 555.172C569.967 555.172 569.896 555.172 569.825 555.137C568.422 554.212 567.889 551.706 567.676 550.159C567.623 549.804 568.138 549.644 568.227 550.017C568.422 550.941 568.706 551.848 569.133 552.701C569.452 553.323 569.914 553.857 570.181 554.497C570.358 553.839 570.518 553.181 570.642 552.506C570.749 551.937 570.802 551.368 570.873 550.781C570.269 550.195 569.95 549.324 569.559 548.595L568.227 546.035C568.067 545.697 568.546 545.413 568.742 545.733C569.221 546.55 569.719 547.386 570.198 548.222C570.465 548.666 570.785 549.11 571.033 549.59V549.573Z' fill='%23261512'/%3E%3Cpath d='M565.455 565.892C564.443 567.652 563.324 569.376 562.116 571.065C561.849 570.549 561.565 570.051 561.299 569.554L559.22 565.714C559.043 565.394 558.599 565.661 558.741 565.981C559.362 567.314 559.984 568.629 560.606 569.963C560.908 570.603 561.192 571.26 561.512 571.9C560.464 573.34 559.345 574.745 558.19 576.113C557.853 575.278 557.302 574.478 556.858 573.696C556.236 572.611 555.614 571.527 555.01 570.443C554.815 570.105 554.335 570.407 554.495 570.745C555.046 571.865 555.597 572.985 556.147 574.122C556.591 575.029 556.982 576.024 557.604 576.824C555.348 579.455 552.95 581.944 550.552 584.255L550.41 584.095C550.534 583.989 550.623 583.793 550.534 583.562C548.953 579.278 546.466 575.385 543.535 571.9C543.446 571.794 543.304 571.829 543.197 571.9L541.528 569.358C548.1 565.074 554.087 559.901 557.32 552.808L558.901 553.572C558.901 553.572 558.794 553.75 558.865 553.839C560.215 555.723 561.459 557.679 562.542 559.723C563.59 561.714 564.176 564.061 565.455 565.892ZM553.607 580.184C553.856 580.486 554.246 580.113 554.104 579.811C553.198 577.784 551.617 575.9 550.392 574.051C550.267 573.838 549.93 574.033 550.054 574.247C551.191 576.184 552.186 578.46 553.607 580.184Z' fill='%23FFE9A0'/%3E%3Cpath d='M533.889 517.556C550.498 521.521 565.988 533.662 557.32 552.79C554.087 559.901 548.1 565.074 541.528 569.358C537.513 571.989 533.25 574.283 529.288 576.469C515.646 584.024 501.435 591.028 486.62 595.953C485.945 596.184 485.501 595.117 486.14 594.815C504.988 585.98 524.794 577.98 541.936 565.963C552.364 558.639 562.56 545.537 555.224 532.418C548.704 520.792 534.742 518.783 522.787 517.716C521.792 517.628 521.757 516.134 522.787 516.134C526.375 516.188 530.159 516.668 533.889 517.556Z' fill='%23261512'/%3E%3Cpath d='M555.224 532.418C562.56 545.537 552.364 558.639 541.936 565.963C524.794 577.98 504.988 585.98 486.14 594.815C485.501 595.117 485.945 596.184 486.62 595.952C501.435 591.028 515.646 584.024 529.288 576.469C533.25 574.282 537.513 571.989 541.528 569.358L543.197 571.9C543.197 571.9 543.091 572.078 543.162 572.167C545.88 575.776 547.834 579.669 549.486 583.846C549.646 584.255 550.143 584.309 550.41 584.095L550.552 584.255C549.077 585.695 547.585 587.064 546.128 588.362C545.986 588.486 545.826 588.628 545.684 588.753C545.24 588.202 544.778 587.668 544.388 587.082C543.855 586.282 543.411 585.446 543.02 584.575C542.913 584.309 542.451 584.504 542.558 584.771C543.162 586.264 543.997 587.988 545.187 589.179C544.068 590.139 542.86 591.135 541.545 592.148C541.155 591.722 540.728 591.295 540.409 590.833C539.805 590.015 539.307 589.144 538.881 588.22C538.756 587.971 538.312 588.148 538.419 588.415C538.845 589.428 539.343 590.388 539.947 591.295C540.249 591.722 540.568 592.202 540.924 592.628C539.609 593.641 538.188 594.673 536.696 595.721C536.696 595.686 536.696 595.668 536.696 595.633C536.358 594.957 535.719 594.37 535.222 593.801L533.552 591.864C533.392 591.686 533.054 591.935 533.214 592.13C533.729 592.806 534.245 593.481 534.777 594.157C535.239 594.761 535.666 595.508 536.252 595.97C536.287 595.988 536.305 595.988 536.323 596.006C534.387 597.339 532.344 598.69 530.194 600.006C527.938 595.704 524.705 591.739 521.615 588.077C521.419 587.846 521.082 588.184 521.277 588.433C524.261 592.29 526.677 596.468 529.395 600.503C527.405 601.694 525.363 602.885 523.249 604.005C523.16 603.881 523.071 603.757 522.982 603.65C522.325 602.708 521.686 601.766 521.046 600.823C520.833 600.539 520.371 600.823 520.566 601.108C521.188 602.139 521.828 603.17 522.449 604.201C522.485 604.254 522.52 604.325 522.556 604.379C520.922 605.25 519.27 606.068 517.582 606.867C516.783 605.748 515.983 604.628 515.202 603.49C515.06 603.277 514.74 603.49 514.864 603.685C515.61 604.823 516.339 605.961 517.067 607.116C515.397 607.899 513.727 608.61 512.022 609.303C510.761 607.472 509.162 605.836 507.741 604.13C505.965 602.014 504.224 599.863 502.483 597.73C502.305 597.535 501.95 597.801 502.11 598.032C503.567 600.041 505.059 602.014 506.604 603.97C508.114 605.836 509.571 607.899 511.329 609.587C508.878 610.547 506.426 611.401 503.975 612.112V612.076C503.424 611.134 502.501 610.352 501.843 609.481C501.151 608.574 500.564 607.632 500.014 606.636C499.907 606.441 499.641 606.619 499.73 606.796C500.28 607.916 500.92 609.001 501.63 610.032C502.181 610.796 502.785 611.685 503.567 612.236C501.168 612.929 498.77 613.481 496.426 613.872C495.786 613.178 494.951 612.645 494.294 611.952C493.406 611.01 492.695 609.925 492.109 608.77C492.002 608.574 491.754 608.734 491.825 608.912C492.358 610.138 493.033 611.276 493.868 612.325C494.312 612.894 494.827 613.534 495.431 614.032C493.725 614.28 492.038 614.44 490.368 614.494C490.475 614.387 490.51 614.209 490.368 614.049C488.094 611.134 485.412 608.556 483.174 605.588C483.032 605.41 482.73 605.57 482.872 605.765C484.915 608.77 487.135 612.129 489.906 614.512C487.917 614.565 485.963 614.44 484.097 614.174C481.131 610.565 478.253 606.992 475.82 602.974C475.713 602.797 475.429 602.974 475.535 603.152C477.543 606.939 479.923 610.707 482.801 613.96C480.882 613.587 479.053 613.054 477.329 612.289C474.327 609.267 471.805 605.819 469.833 602.05C469.78 601.961 469.656 602.032 469.691 602.121C471.308 605.659 473.421 608.805 475.997 611.632C471.716 609.427 468.075 605.854 465.428 600.486C458.82 587.028 457.381 569.163 455.906 554.55C455.107 546.746 454.823 539.031 455.089 531.333C455.427 534.871 455.889 538.32 456.315 541.555C458.518 558.425 462.976 575.456 470.65 590.691C470.952 591.295 471.983 590.868 471.734 590.246C463.065 567.367 456.83 544.151 457.505 519.441C457.878 505.521 463.669 491.833 479.603 491.407C492.855 491.069 501.968 500.828 509.322 510.535C509.695 511.032 510.406 510.623 510.157 510.055C505.716 500.259 495.36 492.011 484.719 489.451C487.704 489.291 490.706 489.362 493.708 489.86C502.892 491.353 508.416 497.149 514.669 503.442C520.993 509.788 527.494 512.01 534.813 513.717L533.889 517.556C530.159 516.668 526.375 516.188 522.787 516.134C521.757 516.134 521.792 517.627 522.787 517.716C534.742 518.783 548.704 520.792 555.224 532.418Z' fill='%23FFE9A0'/%3E%3Cpath d='M554.104 579.811C554.247 580.113 553.856 580.487 553.607 580.184C552.186 578.46 551.191 576.185 550.054 574.247C549.93 574.034 550.267 573.838 550.392 574.051C551.617 575.9 553.198 577.785 554.104 579.811Z' fill='%23261512'/%3E%3Cpath d='M550.534 583.562C550.623 583.793 550.534 583.989 550.41 584.095C550.143 584.309 549.646 584.255 549.486 583.846C547.834 579.669 545.88 575.776 543.162 572.167C543.091 572.078 543.126 571.971 543.197 571.9C543.304 571.829 543.446 571.794 543.535 571.9C546.466 575.385 548.953 579.278 550.534 583.562Z' fill='%23261512'/%3E%3Cpath d='M480.101 480.651C495.484 479.923 510.068 489.824 513.354 505.024C512.981 504.632 512.537 504.313 512.146 503.957C511.436 503.299 510.725 502.659 510.015 502.019C509.731 501.77 509.358 502.179 509.606 502.464L511.631 504.508C512.217 505.095 512.786 505.824 513.532 506.215C513.639 506.801 513.763 507.352 513.816 507.921C513.905 508.597 513.941 509.272 513.958 509.966C513.514 509.432 512.91 509.059 512.431 508.561C511.773 507.868 511.223 507.086 510.761 506.268C510.565 505.93 510.121 506.25 510.281 506.57C510.939 507.992 512.2 510.214 513.816 510.677C513.887 510.677 513.958 510.677 514.029 510.641C514.083 512.134 514.029 513.663 513.905 515.156C513.354 514.516 512.644 513.948 512.022 513.379C511.152 512.597 510.281 511.797 509.429 511.014C509.233 510.837 508.967 511.121 509.144 511.299C509.944 512.17 510.761 513.005 511.56 513.859C512.271 514.605 512.946 515.494 513.816 516.063C513.816 516.063 513.816 516.063 513.852 516.063C513.674 517.823 513.39 519.618 513.017 521.396C512.093 519.69 510.406 518.214 509.038 516.916C507.226 515.21 505.272 513.716 503.229 512.33C503.105 512.259 502.98 512.33 502.927 512.419L501.186 512.152C503.798 491.3 485.394 484.296 468.359 485.451L468.11 481.505C471.858 481.256 475.784 480.811 480.065 480.616L480.101 480.651Z' fill='%23FFE9A0'/%3E%3Cpath d='M482.801 478.127C504.97 478.234 519.465 498.659 515.752 519.689C511.454 544.062 495.449 566.834 476.086 581.678C466.796 588.806 454.308 597.126 441.962 595.668C431.783 594.477 424.749 586.637 419.651 578.389C406.079 556.434 394.639 530.32 391.637 504.188C390.412 495.548 392.437 483.905 397.766 478.963C407.34 470.092 422.226 465.346 435.425 469.896C443.347 472.652 449.671 478.287 458.162 479.62C466.405 480.883 474.541 478.127 482.783 478.145L482.801 478.127ZM513.354 505.041C510.068 489.824 495.484 479.94 480.101 480.669C475.802 480.865 471.894 481.309 468.146 481.558C460.649 482.109 453.775 481.914 445.87 477.736C438.036 473.576 431.037 469.683 421.818 470.999C418.798 471.407 415.92 472.243 413.114 473.274C424.038 472.563 436.366 477.363 443.507 485.398C443.916 485.86 443.347 486.464 442.85 486.109C432.956 479.016 421.356 472.403 408.797 476.669C393.716 481.807 392.241 496.597 396.007 510.001C402.686 533.804 415.529 554.123 430.593 573.393C431.019 573.909 430.149 574.62 429.687 574.14C417.839 561.874 408.531 546.924 401.425 531.476C400.057 528.507 398.601 525.36 397.215 522.072C399.24 529.502 401.798 536.791 404.871 544.008C410.609 557.519 417.288 574.158 427.591 585.055C431.712 589.393 436.242 591.721 440.985 592.557C437.681 590.619 434.732 588.237 432.139 585.34C432.085 585.268 432.174 585.162 432.245 585.233C435.247 588.255 438.676 590.797 442.442 592.788C444.307 593.001 446.225 592.966 448.161 592.753C444.449 590.495 441.056 587.615 438.018 584.593C437.858 584.433 438.089 584.202 438.232 584.344C441.749 587.455 445.55 590.015 449.458 592.575C451.323 592.273 453.224 591.81 455.107 591.17C451.75 589.713 448.641 587.171 445.799 584.913C445.603 584.771 445.852 584.522 446.03 584.646C449.05 586.815 452.371 588.486 455.409 590.584C455.569 590.708 455.587 590.886 455.516 591.01C457.097 590.459 458.66 589.802 460.205 589.073C459.477 588.77 458.802 588.326 458.198 587.899C457.097 587.153 456.102 586.264 455.231 585.251C455.107 585.108 455.302 584.877 455.462 585.037C456.368 585.962 457.363 586.797 458.5 587.419C459.335 587.882 460.294 588.148 461.111 588.628C463.243 587.562 465.357 586.317 467.453 584.948C466.547 584.646 465.694 583.989 464.948 583.42C463.971 582.637 463.03 581.802 462.177 580.895C462.035 580.753 462.248 580.504 462.408 580.664C463.225 581.446 464.06 582.175 465.001 582.833C465.89 583.473 467.009 583.935 467.808 584.682V584.717C469.958 583.313 472.036 581.766 474.097 580.131C471.912 579.047 469.922 577.5 467.915 576.167C465.854 574.762 463.847 573.322 461.857 571.829C461.644 571.651 461.893 571.296 462.124 571.438C464.415 572.967 466.725 574.496 469.034 575.989C470.899 577.198 472.906 578.282 474.647 579.651C476.068 578.478 477.454 577.304 478.822 576.06C477.791 575.171 476.743 574.3 475.695 573.429C475.518 573.269 475.766 572.985 475.962 573.145C477.045 573.998 478.147 574.833 479.23 575.669C480.598 574.407 481.948 573.127 483.245 571.811C483.192 571.776 483.138 571.722 483.085 571.669C482.179 570.869 481.273 570.069 480.367 569.269C480.083 569.038 480.456 568.647 480.74 568.86C481.628 569.571 482.517 570.283 483.423 570.976C483.547 571.047 483.653 571.136 483.778 571.242C485.465 569.554 487.064 567.794 488.609 566.069C484.826 563.03 481.273 559.759 477.276 556.95C477.01 556.772 477.241 556.345 477.489 556.505C481.522 559.083 485.785 561.91 489.213 565.341C490.883 563.438 492.429 561.554 493.885 559.705C493.868 559.705 493.85 559.705 493.814 559.705C493.121 559.439 492.482 558.852 491.86 558.408C491.15 557.928 490.457 557.43 489.764 556.932C489.551 556.79 489.8 556.452 490.013 556.577L492.18 557.928C492.82 558.319 493.601 558.692 494.134 559.243C494.17 559.279 494.17 559.296 494.17 559.314C495.289 557.874 496.337 556.47 497.296 555.101C496.834 554.799 496.39 554.443 495.964 554.123C495.111 553.43 494.365 552.666 493.654 551.83C493.477 551.599 493.85 551.297 494.045 551.51C494.72 552.275 495.466 552.95 496.283 553.554C496.728 553.892 497.26 554.177 497.758 554.479C498.717 553.128 499.57 551.812 500.351 550.568C498.859 549.786 497.545 548.381 496.532 547.137C496.354 546.906 496.728 546.586 496.923 546.817C497.562 547.528 498.22 548.204 498.966 548.808C499.516 549.252 500.12 549.626 500.707 550.017C500.813 549.857 500.92 549.679 501.009 549.519C502.021 547.848 503.034 546.088 504.011 544.293C505.609 541.377 507.173 538.284 508.54 535.102C507.706 534.515 507.048 533.68 506.355 532.951C505.485 532.027 504.632 531.12 503.78 530.213C503.531 529.947 503.904 529.502 504.188 529.769C505.094 530.622 506 531.476 506.924 532.329C507.581 532.951 508.345 533.538 508.913 534.249C509.606 532.596 510.264 530.924 510.832 529.236C510.335 528.72 509.873 528.169 509.393 527.654C508.398 526.569 507.421 525.485 506.427 524.4C506.196 524.134 506.533 523.743 506.8 524.009L509.926 527.067C510.335 527.458 510.743 527.849 511.152 528.276C511.809 526.302 512.36 524.329 512.804 522.338C511.045 520.969 509.784 518.907 508.185 517.307C506.551 515.672 504.774 514.179 502.927 512.774C502.838 512.703 502.838 512.596 502.874 512.508C502.927 512.401 503.069 512.33 503.176 512.419C505.219 513.805 507.173 515.299 508.985 517.005C510.352 518.303 512.04 519.778 512.964 521.485C513.337 519.707 513.621 517.93 513.798 516.152C513.781 516.152 513.763 516.152 513.763 516.152C512.875 515.583 512.218 514.694 511.507 513.948C510.708 513.094 509.908 512.259 509.091 511.388C508.896 511.21 509.162 510.925 509.375 511.103C510.228 511.885 511.098 512.668 511.969 513.468C512.591 514.036 513.301 514.605 513.852 515.245C513.976 513.734 514.029 512.205 513.976 510.73C513.905 510.748 513.834 510.765 513.763 510.765C512.146 510.303 510.903 508.063 510.228 506.659C510.068 506.339 510.512 506.037 510.708 506.357C511.169 507.175 511.702 507.957 512.377 508.65C512.875 509.148 513.461 509.521 513.905 510.054C513.887 509.379 513.834 508.703 513.763 508.01C513.692 507.441 513.585 506.872 513.479 506.303C512.733 505.93 512.164 505.184 511.578 504.597L509.553 502.553C509.304 502.286 509.677 501.859 509.961 502.108C510.654 502.748 511.383 503.388 512.093 504.046C512.484 504.384 512.91 504.721 513.301 505.112L513.354 505.041Z' fill='%23261512'/%3E%3Cpath d='M512.875 522.267C512.431 524.24 511.88 526.231 511.223 528.205C510.814 527.796 510.388 527.405 509.997 526.996L506.871 523.938C506.604 523.689 506.267 524.08 506.498 524.329C507.492 525.414 508.469 526.498 509.464 527.582C509.944 528.098 510.406 528.649 510.903 529.165C510.335 530.853 509.677 532.524 508.984 534.178C508.416 533.484 507.652 532.88 506.995 532.258C506.071 531.405 505.165 530.551 504.259 529.698C503.975 529.431 503.602 529.858 503.851 530.142C504.703 531.049 505.574 531.956 506.427 532.88C507.119 533.609 507.794 534.444 508.611 535.031C507.244 538.213 505.68 541.306 504.082 544.222L503.904 544.115C503.993 543.973 504.011 543.759 503.869 543.564C501.08 539.937 497.562 536.969 493.725 534.498C493.601 534.427 493.477 534.498 493.406 534.604L491.061 532.667C496.07 526.623 500.245 519.903 501.24 512.17L502.98 512.437C502.927 512.525 502.927 512.632 503.034 512.703C504.881 514.108 506.657 515.601 508.292 517.236C509.89 518.818 511.134 520.898 512.91 522.267H512.875ZM505.805 539.44C506.125 539.653 506.391 539.173 506.178 538.942C504.703 537.271 502.643 535.938 500.92 534.551C500.742 534.391 500.476 534.675 500.653 534.835C502.305 536.346 503.94 538.231 505.805 539.457V539.44Z' fill='%23FFE9A0'/%3E%3Cpath d='M468.394 485.487C485.43 484.331 503.815 491.335 501.222 512.17C500.245 519.921 496.052 526.64 491.043 532.684C487.988 536.382 484.595 539.848 481.468 543.102C470.686 554.372 459.193 565.269 446.492 574.371C445.923 574.798 445.177 573.909 445.692 573.429C461.076 559.403 477.614 545.875 490.421 529.307C498.202 519.21 504.064 503.673 493.157 493.326C483.476 484.153 469.549 486.393 457.825 488.918C456.848 489.131 456.368 487.709 457.363 487.407C460.809 486.393 464.557 485.718 468.394 485.469V485.487Z' fill='%23261512'/%3E%3Cpath d='M493.175 493.344C504.064 503.69 498.22 519.227 490.439 529.324C477.631 545.893 461.093 559.421 445.71 573.447C445.195 573.927 445.923 574.816 446.509 574.389C459.193 565.287 470.686 554.372 481.486 543.119C484.613 539.848 488.006 536.4 491.061 532.702L493.406 534.64C493.352 534.729 493.352 534.835 493.459 534.906C497.118 537.537 500.138 540.684 502.963 544.186C503.229 544.524 503.726 544.435 503.922 544.15L504.099 544.257C503.122 546.07 502.092 547.812 501.097 549.483C500.991 549.643 500.884 549.821 500.795 549.981C500.209 549.59 499.605 549.217 499.055 548.772C498.309 548.168 497.633 547.492 497.012 546.781C496.834 546.55 496.443 546.888 496.621 547.101C497.633 548.346 498.948 549.75 500.44 550.532C499.659 551.777 498.806 553.092 497.847 554.443C497.349 554.159 496.816 553.874 496.372 553.519C495.555 552.914 494.827 552.239 494.134 551.474C493.939 551.279 493.566 551.581 493.743 551.794C494.454 552.63 495.218 553.412 496.052 554.088C496.461 554.408 496.923 554.763 497.385 555.065C496.426 556.416 495.377 557.839 494.258 559.279C494.258 559.243 494.258 559.225 494.223 559.207C493.708 558.656 492.908 558.301 492.269 557.892L490.102 556.541C489.888 556.416 489.64 556.754 489.853 556.896C490.546 557.394 491.239 557.874 491.949 558.372C492.571 558.816 493.193 559.403 493.903 559.67C493.939 559.67 493.956 559.67 493.974 559.67C492.517 561.518 490.972 563.421 489.302 565.305C485.874 561.874 481.611 559.047 477.578 556.47C477.33 556.31 477.099 556.736 477.365 556.914C481.362 559.705 484.897 562.976 488.698 566.034C487.153 567.758 485.554 569.5 483.867 571.207C483.742 571.118 483.618 571.029 483.511 570.94C482.605 570.229 481.717 569.518 480.829 568.825C480.545 568.611 480.172 569.003 480.456 569.234C481.362 570.034 482.268 570.834 483.174 571.633C483.227 571.669 483.28 571.722 483.334 571.776C482.037 573.091 480.705 574.371 479.319 575.633C478.218 574.798 477.134 573.962 476.051 573.109C475.855 572.949 475.606 573.233 475.784 573.393C476.832 574.264 477.862 575.136 478.91 576.024C477.543 577.269 476.157 578.442 474.736 579.615C472.995 578.246 470.97 577.162 469.123 575.953C466.796 574.46 464.504 572.931 462.213 571.402C461.982 571.26 461.733 571.633 461.946 571.793C463.936 573.287 465.943 574.727 468.004 576.131C469.993 577.464 472 578.993 474.185 580.095C472.125 581.749 470.046 583.277 467.915 584.682V584.646C467.098 583.917 465.978 583.437 465.09 582.797C464.167 582.14 463.314 581.411 462.497 580.629C462.337 580.469 462.142 580.717 462.266 580.86C463.119 581.766 464.06 582.62 465.037 583.384C465.783 583.953 466.636 584.628 467.542 584.913C465.463 586.282 463.332 587.526 461.2 588.593C460.383 588.113 459.424 587.864 458.589 587.384C457.47 586.744 456.457 585.926 455.551 585.002C455.391 584.842 455.196 585.073 455.32 585.215C456.191 586.228 457.168 587.117 458.287 587.864C458.873 588.273 459.566 588.735 460.294 589.037C458.731 589.784 457.168 590.441 455.604 590.975C455.676 590.833 455.658 590.655 455.498 590.548C452.46 588.433 449.138 586.779 446.119 584.611C445.923 584.486 445.692 584.717 445.888 584.877C448.73 587.135 451.839 589.695 455.196 591.135C453.313 591.775 451.412 592.237 449.547 592.539C445.639 589.979 441.838 587.419 438.32 584.308C438.16 584.166 437.947 584.415 438.107 584.557C441.145 587.579 444.538 590.477 448.25 592.717C446.314 592.93 444.396 592.966 442.53 592.752C438.764 590.761 435.336 588.219 432.334 585.197C432.263 585.126 432.156 585.233 432.227 585.304C434.821 588.202 437.77 590.584 441.074 592.521C436.331 591.686 431.801 589.357 427.68 585.019C417.377 574.122 410.715 557.501 404.96 543.973C401.887 536.755 399.329 529.467 397.304 522.036C398.672 525.307 400.146 528.471 401.514 531.44C408.619 546.888 417.928 561.838 429.776 574.104C430.238 574.584 431.108 573.873 430.682 573.358C415.618 554.088 402.775 533.769 396.096 509.965C392.33 496.562 393.804 481.771 408.886 476.634C421.445 472.367 433.045 478.998 442.939 486.073C443.436 486.447 444.005 485.842 443.596 485.362C436.455 477.327 424.109 472.527 413.202 473.238C416.009 472.207 418.887 471.372 421.907 470.963C431.126 469.665 438.107 473.558 445.959 477.7C453.881 481.878 460.756 482.073 468.234 481.522L468.483 485.469C464.664 485.736 460.898 486.393 457.452 487.407C456.475 487.709 456.937 489.131 457.914 488.918C469.638 486.393 483.582 484.153 493.246 493.326L493.175 493.344Z' fill='%23FFE9A0'/%3E%3Cpath d='M506.16 538.942C506.391 539.191 506.125 539.653 505.787 539.44C503.922 538.213 502.288 536.329 500.635 534.818C500.458 534.658 500.724 534.356 500.902 534.533C502.625 535.938 504.686 537.271 506.16 538.924V538.942Z' fill='%23261512'/%3E%3Cpath d='M503.869 543.582C504.028 543.777 503.993 543.991 503.904 544.133C503.709 544.417 503.229 544.506 502.945 544.168C500.12 540.666 497.101 537.538 493.441 534.889C493.352 534.818 493.352 534.711 493.388 534.622C493.477 534.515 493.601 534.444 493.708 534.515C497.545 536.969 501.062 539.955 503.851 543.582H503.869Z' fill='%23261512'/%3E%3Cpath d='M537.708 698.418C540.746 715.733 542.114 738.736 526.553 752.371C507.954 751.98 488.041 747.34 471.894 738.167C457.772 730.132 438.356 715.129 433.364 702.56C442.033 686.757 456.883 672.268 472.729 663.842C480.669 659.629 489.213 656.358 498.007 654.527C504.366 653.212 514.616 650.296 520.637 653.478C522.751 654.616 523.497 656.003 524.19 658.136C525.984 663.718 525.487 668.766 528.418 674.402C532.539 682.312 536.145 689.512 537.708 698.418ZM528.116 746.949C529.217 745.545 530.212 744.034 531.083 742.469C520.868 741.225 510.761 738.079 501.026 734.861C500.866 734.808 500.937 734.594 501.08 734.63C511.116 737.563 521.313 739.376 531.438 741.829C532.255 740.265 532.948 738.647 533.552 736.976C528.649 736.799 523.711 734.932 519.376 732.817C519.074 732.674 519.323 732.248 519.607 732.372C524.297 734.416 528.915 735.181 533.836 736.141C534.316 734.683 534.76 733.19 535.097 731.643C532.308 732.23 529.253 731.466 526.802 730.097C526.571 729.972 526.766 729.599 527.015 729.706C529.768 731.146 532.362 731.234 535.275 730.861C535.701 728.959 536.003 727.057 536.252 725.101C533.907 725.137 531.42 724.088 529.59 722.79C529.324 722.613 529.573 722.133 529.839 722.328C532.006 723.733 534.014 724.035 536.341 724.195C536.501 722.542 536.643 720.888 536.678 719.235C535.044 718.791 533.463 717.991 532.095 717.066C531.775 716.835 532.06 716.284 532.397 716.497C533.765 717.422 535.204 718.008 536.696 718.453C536.909 710.631 535.95 702.774 534.511 696.018C532.752 687.699 530.159 681.69 526.606 674.135C523.515 667.611 526.038 655.7 516.96 653.958C509.979 652.607 497.669 657.14 491.008 659.185C483.458 661.531 476.228 664.767 469.442 668.855C455.675 677.157 444.999 688.534 436.242 701.938C456.777 731.786 489.462 747.198 524.954 750.416C524.99 750.398 524.99 750.345 525.043 750.291C525.913 749.474 526.73 748.602 527.494 747.696C506.409 745.989 485.039 737.065 468.199 724.497C468.128 724.444 468.234 724.337 468.288 724.373C487.082 736.461 506.213 743.056 528.081 746.949H528.116Z' fill='%23261512'/%3E%3Cpath d='M531.065 742.469C530.194 744.034 529.217 745.545 528.098 746.949C506.231 743.056 487.082 736.461 468.306 724.372C468.234 724.337 468.146 724.444 468.217 724.497C485.057 737.065 506.444 745.989 527.512 747.696C526.748 748.585 525.931 749.456 525.061 750.291C525.025 750.327 525.007 750.38 524.972 750.416C489.48 747.18 456.795 731.785 436.26 701.938C445.017 688.534 455.693 677.157 469.46 668.855C476.228 664.766 483.476 661.531 491.025 659.185C497.669 657.14 509.997 652.625 516.978 653.958C526.038 655.7 523.533 667.629 526.624 674.135C530.177 681.69 532.77 687.699 534.529 696.018C535.968 702.773 536.927 710.631 536.714 718.453C535.222 718.008 533.8 717.422 532.415 716.497C532.077 716.266 531.793 716.817 532.113 717.066C533.481 717.991 535.062 718.79 536.696 719.235C536.643 720.888 536.518 722.541 536.358 724.195C534.014 724.035 532.024 723.732 529.857 722.328C529.573 722.133 529.342 722.613 529.608 722.79C531.456 724.088 533.925 725.137 536.27 725.101C536.039 727.057 535.719 728.977 535.293 730.861C532.379 731.234 529.786 731.145 527.032 729.705C526.784 729.599 526.588 729.972 526.819 730.097C529.271 731.465 532.326 732.23 535.115 731.643C534.76 733.172 534.333 734.683 533.854 736.141C528.933 735.181 524.315 734.434 519.625 732.372C519.341 732.23 519.074 732.656 519.394 732.816C523.728 734.932 528.684 736.798 533.57 736.976C532.966 738.647 532.255 740.265 531.456 741.829C521.33 739.376 511.134 737.563 501.097 734.63C500.955 734.594 500.884 734.825 501.044 734.861C510.779 738.096 520.886 741.225 531.1 742.469H531.065Z' fill='%23FFE9A0'/%3E%3Cpath d='M535.701 669.246C540.355 672.411 538.739 688.854 533.25 691.699C521.313 697.867 512.129 658.865 505.716 659.807C500.103 660.5 510.583 677.833 509.961 682.81C509.713 684.766 508.896 686.543 507.599 687.823C505.503 690.703 501.684 691.343 498.841 688.73C496.514 686.579 495.857 682.348 494.987 679.468C493.814 675.682 493.264 662.136 487.846 664.091C478.715 667.931 492.162 690.685 486.194 696.872C481.717 701.512 471.947 685.512 466.263 682.295C464.184 682.259 462.408 682.561 461.182 684.89C459.832 687.397 460.134 690.632 460.187 693.37C460.294 697.565 454.166 696.445 454.201 692.765C453.224 686.988 454.468 677.175 460.667 674.9C467.222 672.5 474.274 678.615 479.141 683.859C475.677 674.366 473.279 658.936 483.316 655.345C488.059 653.638 491.967 655.612 495.058 659.203C494.525 657.034 494.543 654.776 495.697 653.016C497.918 649.71 502.625 651.256 505.663 652.501C524.084 660.074 526.215 683.948 530.443 683.575C533.037 683.521 530.816 675.699 531.42 670.651C531.651 668.678 534.387 668.322 535.737 669.229L535.701 669.246ZM531.314 690.543C537.904 687.948 536.767 678.206 536.358 672.606C536.127 669.175 531.669 670.1 532.628 673.708C533.054 681.193 533.161 685.655 530.532 685.903C527.512 686.188 523.426 674.473 520.229 667.771C514.971 656.767 495.839 645.017 497.243 657.585C497.314 659.789 503.478 676.873 504.384 680.837C504.668 682.135 502.767 682.704 502.394 681.406C500.263 673.851 494.898 653.016 483.92 657.052C474.043 660.678 478.609 674.384 480.03 682.597C481.095 686.454 479.621 686.117 478.591 685.086C474.185 680.659 471.45 676.624 464.771 676.073C452.851 675.077 454.414 694.294 456.954 695.13C460.241 696.214 457.878 684.783 460.578 682.046C462.319 680.286 465.499 678.864 468.092 680.944C475.535 687.326 483.174 699.112 485.146 694.934C489.125 686.792 476.921 661.194 489.142 662.527C489.196 662.527 489.249 662.562 489.285 662.58C491.221 662.918 492.464 664.553 493.37 666.74C494.845 670.242 496.497 693.494 504.899 687.574C515.273 680.393 495.324 659.914 505.805 658.527C513.621 657.478 522.751 691.628 531.314 690.525V690.543Z' fill='%23261512'/%3E%3Cpath d='M536.358 672.606C536.749 678.206 537.904 687.93 531.313 690.543C522.751 691.645 513.603 657.496 505.805 658.545C495.324 659.949 515.273 680.41 504.899 687.592C496.514 693.512 494.845 670.242 493.37 666.758C492.464 664.571 491.221 662.918 489.284 662.598C489.231 662.58 489.196 662.545 489.142 662.545C476.903 661.211 489.125 686.81 485.146 694.952C483.174 699.129 475.535 687.326 468.092 680.961C465.499 678.881 462.319 680.304 460.578 682.064C457.896 684.819 460.241 696.232 456.954 695.147C454.414 694.312 452.851 675.095 464.771 676.09C471.467 676.659 474.185 680.695 478.591 685.103C479.621 686.117 481.095 686.454 480.03 682.615C478.608 674.419 474.043 660.696 483.92 657.069C494.88 653.034 500.245 673.868 502.394 681.424C502.767 682.721 504.668 682.135 504.384 680.855C503.495 676.89 497.314 659.807 497.243 657.603C495.839 645.034 514.971 656.785 520.229 667.789C523.426 674.491 527.512 686.206 530.532 685.921C533.161 685.672 533.054 681.21 532.628 673.726C531.687 670.117 536.127 669.193 536.358 672.624V672.606Z' fill='%23FFE9A0'/%3E%3Cpath d='M1319.49 477.416C1341.36 476.972 1360.68 499.193 1364.77 519.387C1369.98 545.164 1346.69 569.536 1324.48 578.442C1302.67 587.188 1276.61 582.833 1265.84 560.363C1244.94 516.65 1275.24 486.269 1275.49 486.34C1277.27 482.678 1279.9 479.336 1283.38 476.758C1290.94 471.159 1300.77 470.839 1308.62 474.892C1312.51 473.843 1316.22 475.087 1319.51 477.416H1319.49ZM1360.13 513.699C1359.33 511.459 1358.36 509.219 1357.22 507.032C1355.8 508.472 1353.05 508.757 1351.25 508.437C1350.63 508.348 1350.75 507.388 1351.38 507.477C1352.53 507.672 1353.67 507.601 1354.77 507.192C1355.5 506.926 1356.1 506.464 1356.76 506.09C1355.82 504.348 1354.79 502.642 1353.65 500.988C1352.07 501.842 1350.12 502.268 1348.43 502.57C1347.98 502.659 1347.89 501.948 1348.36 501.877C1350.06 501.539 1351.59 500.864 1353.21 500.313C1351.73 498.215 1350.12 496.224 1348.39 494.322C1347.2 495.477 1344.98 495.477 1343.47 495.229C1342.76 495.122 1342.9 494.038 1343.61 494.126C1344.45 494.215 1345.25 494.215 1346.07 494.055C1346.62 493.949 1347.15 493.718 1347.72 493.575C1346.23 491.993 1344.66 490.518 1343.01 489.149C1341.43 489.878 1339.72 490.162 1337.97 490.091C1337.34 490.056 1337.47 489.078 1338.07 489.113C1339.51 489.167 1340.88 488.918 1342.23 488.509C1336.21 483.674 1329.3 480.332 1322.12 479.532C1325.92 483.158 1328.87 488.1 1330.38 492.082C1334.73 503.495 1332.3 516.028 1323.95 524.898C1307.14 542.728 1274.71 536.187 1269.72 510.89C1269.63 510.463 1270.29 510.303 1270.43 510.694C1278.28 530.409 1300.47 540.755 1318.71 526.818C1327.2 520.33 1331.43 509.343 1329.56 498.837C1328.44 492.633 1323.26 476.67 1310.29 475.745C1312.94 477.398 1315.32 479.585 1317.22 482.251C1317.66 482.909 1316.76 483.62 1316.24 483.016C1314.96 481.505 1313.52 480.154 1311.99 478.998C1303.66 472.687 1292.19 471.816 1283.48 478.892C1273.57 486.945 1272.27 501.788 1279.95 511.761C1287.8 521.983 1303.25 526.498 1312.24 515.014C1320.24 504.793 1316.08 491.975 1309.58 482.305C1309.38 482.02 1309.53 481.754 1309.76 481.647C1309.9 481.594 1310.09 481.594 1310.27 481.754C1320.4 491.975 1323.54 509.255 1312.01 519.778C1301.35 529.502 1285.37 524.472 1277.69 513.503C1276.61 511.957 1275.72 510.339 1274.99 508.65C1272.59 503.015 1272.22 496.775 1273.75 490.998C1268.24 500.188 1262.68 509.148 1260.98 520.027C1259.2 531.227 1262.08 543.528 1266.15 553.91C1275.26 577.145 1298.17 584.415 1320.86 576.611C1321.11 576.522 1321.36 576.433 1321.59 576.345C1311.51 576.913 1301.64 574.087 1292.92 569.038C1292.83 568.985 1292.92 568.825 1293.01 568.878C1302.44 574.122 1312.6 575.953 1323.33 575.509C1323.42 575.509 1323.47 575.545 1323.56 575.58C1326.58 574.354 1329.62 572.86 1332.62 571.083C1325.87 571.651 1319.1 570.869 1312.55 569.18C1312.23 569.092 1312.28 568.541 1312.62 568.629C1319.4 570.318 1326.15 570.78 1333.12 570.549C1333.2 570.549 1333.29 570.585 1333.33 570.656C1349.76 560.612 1364.27 542.693 1362.5 523.778C1362.48 523.529 1362.43 523.281 1362.41 523.049C1359.51 525.912 1354.75 526.605 1350.97 525.378C1350.4 525.2 1350.75 524.312 1351.32 524.489C1355.53 525.876 1359.14 524.489 1362.25 521.823C1361.89 519.387 1361.29 516.916 1360.47 514.445C1358 516.276 1354.66 516.721 1351.7 516.188C1351.06 516.063 1351.18 515.032 1351.84 515.139C1354.93 515.708 1357.49 514.961 1360.19 513.61L1360.13 513.699Z' fill='%23261512'/%3E%3Cpath d='M1357.24 507.033C1358.38 509.219 1359.35 511.441 1360.15 513.699C1357.45 515.05 1354.89 515.797 1351.8 515.228C1351.15 515.121 1351.02 516.152 1351.66 516.277C1354.63 516.81 1357.98 516.383 1360.44 514.534C1361.25 517.005 1361.86 519.494 1362.21 521.912C1359.12 524.596 1355.52 525.965 1351.29 524.578C1350.72 524.401 1350.35 525.272 1350.93 525.467C1354.72 526.694 1359.49 526 1362.37 523.138C1362.39 523.387 1362.44 523.636 1362.46 523.867C1364.24 542.782 1349.72 560.701 1333.29 570.745C1333.26 570.692 1333.17 570.638 1333.08 570.638C1326.12 570.887 1319.37 570.407 1312.58 568.718C1312.24 568.629 1312.17 569.181 1312.51 569.269C1319.06 570.958 1325.83 571.74 1332.58 571.172C1329.6 572.949 1326.54 574.46 1323.52 575.669C1323.45 575.616 1323.4 575.58 1323.29 575.598C1312.56 576.025 1302.42 574.211 1292.97 568.967C1292.86 568.914 1292.79 569.056 1292.88 569.127C1301.6 574.176 1311.48 577.002 1321.55 576.434C1321.32 576.522 1321.07 576.611 1320.82 576.7C1298.14 584.504 1275.22 577.233 1266.11 553.999C1262.04 543.6 1259.17 531.298 1260.94 520.116C1262.65 509.237 1268.21 500.277 1273.71 491.087C1272.19 496.864 1272.56 503.104 1274.96 508.739L1270.41 510.766C1270.27 510.375 1269.63 510.535 1269.7 510.961C1274.69 536.24 1307.11 542.8 1323.93 524.969C1332.28 516.099 1334.71 503.566 1330.36 492.153C1328.83 488.171 1325.9 483.229 1322.1 479.603C1329.28 480.403 1336.21 483.745 1342.21 488.58C1340.86 488.989 1339.49 489.238 1338.05 489.185C1337.45 489.149 1337.31 490.127 1337.95 490.162C1339.71 490.216 1341.41 489.949 1342.99 489.22C1344.64 490.589 1346.23 492.064 1347.7 493.647C1347.15 493.789 1346.6 494.002 1346.05 494.127C1345.23 494.286 1344.43 494.304 1343.6 494.198C1342.89 494.109 1342.74 495.193 1343.45 495.3C1344.96 495.531 1347.17 495.549 1348.37 494.393C1350.12 496.295 1351.71 498.269 1353.19 500.384C1351.57 500.917 1350.04 501.593 1348.34 501.948C1347.89 502.019 1347.97 502.731 1348.41 502.642C1350.12 502.339 1352.05 501.913 1353.63 501.059C1354.77 502.713 1355.8 504.419 1356.74 506.161C1356.08 506.535 1355.5 506.997 1354.75 507.264C1353.65 507.673 1352.51 507.726 1351.36 507.548C1350.74 507.459 1350.63 508.419 1351.23 508.508C1353.03 508.81 1355.78 508.544 1357.2 507.104L1357.24 507.033ZM1361.68 532.578C1361.96 532.329 1361.63 531.938 1361.32 532.134C1358.16 534.036 1355.11 535.227 1351.36 535.049C1351.06 535.049 1350.99 535.493 1351.29 535.529C1354.91 535.796 1358.82 534.96 1361.68 532.578ZM1359.28 540.435C1359.44 540.275 1359.25 540.009 1359.05 540.151C1355.76 542.284 1352.67 543.671 1348.64 543.44C1348.41 543.44 1348.34 543.795 1348.61 543.813C1352.34 544.062 1356.53 543.102 1359.28 540.418V540.435ZM1353.99 549.893C1354.4 549.697 1354.13 549.11 1353.72 549.253C1347.65 551.439 1341.82 552.399 1335.39 551.528C1334.89 551.457 1334.8 552.204 1335.28 552.257C1341.57 553.146 1348.14 552.559 1353.99 549.893ZM1346.95 558.959C1347.36 558.746 1347.11 558.123 1346.69 558.301C1341.73 560.185 1337.04 561.074 1331.73 560.239C1331.27 560.168 1331.16 560.879 1331.64 560.95C1336.77 561.803 1342.26 561.323 1346.95 558.959ZM1339.32 565.234C1339.62 565.11 1339.49 564.594 1339.16 564.683C1334.04 565.75 1329.56 566.567 1324.3 565.625C1324.04 565.572 1323.97 566.016 1324.25 566.07C1329.07 567.012 1334.7 567.172 1339.3 565.252L1339.32 565.234ZM1303.93 577.536C1304.23 577.536 1304.28 577.109 1303.98 577.073C1298.67 576.469 1293.77 574.922 1289.26 571.989C1289.2 571.936 1289.11 572.043 1289.19 572.096C1293.52 575.154 1298.6 577.18 1303.93 577.553V577.536Z' fill='%23FFE9A0'/%3E%3Cpath d='M1361.31 532.134C1361.61 531.956 1361.95 532.329 1361.66 532.578C1358.8 534.96 1354.89 535.778 1351.27 535.529C1350.97 535.493 1351.04 535.049 1351.34 535.049C1355.09 535.227 1358.14 534.018 1361.31 532.134Z' fill='%23261512'/%3E%3Cpath d='M1359.05 540.151C1359.25 540.009 1359.44 540.275 1359.28 540.435C1356.53 543.119 1352.34 544.079 1348.61 543.831C1348.34 543.813 1348.41 543.439 1348.64 543.457C1352.66 543.688 1355.76 542.302 1359.05 540.169V540.151Z' fill='%23261512'/%3E%3Cpath d='M1353.72 549.252C1354.13 549.11 1354.4 549.697 1353.99 549.892C1348.14 552.559 1341.59 553.146 1335.28 552.257C1334.79 552.186 1334.89 551.457 1335.39 551.528C1341.82 552.417 1347.65 551.439 1353.72 549.252Z' fill='%23261512'/%3E%3Cpath d='M1310.27 475.816C1323.24 476.741 1328.43 492.704 1329.55 498.908C1331.41 509.414 1327.18 520.401 1318.69 526.889C1300.47 540.826 1278.28 530.48 1270.41 510.766L1274.96 508.739C1275.69 510.428 1276.56 512.045 1277.66 513.592C1285.35 524.56 1301.32 529.591 1311.98 519.867C1323.51 509.343 1320.36 492.064 1310.24 481.843C1310.08 481.683 1309.88 481.665 1309.72 481.736L1311.96 479.087C1313.5 480.26 1314.93 481.611 1316.2 483.105C1316.7 483.709 1317.63 482.998 1317.18 482.34C1315.28 479.674 1312.9 477.487 1310.25 475.834L1310.27 475.816Z' fill='%23FFE9A0'/%3E%3Cpath d='M1346.69 558.301C1347.11 558.123 1347.38 558.745 1346.95 558.959C1342.26 561.323 1336.76 561.803 1331.64 560.95C1331.16 560.879 1331.27 560.168 1331.73 560.239C1337.04 561.074 1341.73 560.185 1346.69 558.301Z' fill='%23261512'/%3E%3Cpath d='M1311.98 479.087L1309.74 481.736C1309.51 481.825 1309.37 482.109 1309.56 482.394C1316.06 492.064 1320.22 504.864 1312.23 515.103C1303.24 526.587 1287.78 522.072 1279.93 511.85C1272.26 501.877 1273.57 487.034 1283.47 478.981C1292.17 471.905 1303.63 472.794 1311.98 479.087ZM1303.98 483.318C1304.6 483.443 1304.71 482.5 1304.11 482.323C1294.92 479.941 1285.24 485.86 1283.87 495.495C1282.61 504.473 1289.56 513.006 1298.85 512.828C1306.97 512.668 1312.4 504.348 1309.33 496.775C1307.38 491.922 1298.16 488.011 1296.88 495.3C1296.77 495.869 1297.66 496.118 1297.85 495.566C1299.44 491.318 1305.12 494.038 1306.52 496.704C1307.66 498.873 1307.61 501.593 1306.83 503.85C1304.57 510.463 1296.59 511.032 1291.5 507.193C1286.91 503.779 1285.35 497.184 1287.21 491.869C1289.68 484.794 1297.02 481.967 1303.97 483.3L1303.98 483.318Z' fill='%23FFE9A0'/%3E%3Cpath d='M1339.16 564.665C1339.49 564.576 1339.6 565.092 1339.32 565.216C1334.71 567.136 1329.08 566.976 1324.27 566.034C1323.98 565.981 1324.04 565.536 1324.32 565.59C1329.58 566.532 1334.06 565.732 1339.17 564.647L1339.16 564.665Z' fill='%23261512'/%3E%3Cpath d='M1304.11 482.323C1304.71 482.5 1304.6 483.442 1303.98 483.318C1297.04 481.985 1289.68 484.811 1287.23 491.886C1285.37 497.184 1286.93 503.797 1291.51 507.21C1296.61 511.032 1304.59 510.481 1306.84 503.868C1307.62 501.593 1307.68 498.873 1306.54 496.722C1305.14 494.055 1299.45 491.335 1297.87 495.584C1297.68 496.135 1296.79 495.886 1296.9 495.317C1298.17 488.029 1307.38 491.94 1309.35 496.793C1312.42 504.366 1306.99 512.685 1298.87 512.845C1289.59 513.023 1282.63 504.49 1283.89 495.513C1285.24 485.878 1294.92 479.958 1304.13 482.34L1304.11 482.323Z' fill='%23261512'/%3E%3Cpath d='M1303.98 577.056C1304.28 577.109 1304.21 577.536 1303.93 577.518C1298.6 577.162 1293.52 575.136 1289.19 572.06C1289.11 572.007 1289.19 571.9 1289.26 571.954C1293.77 574.887 1298.67 576.451 1303.98 577.038V577.056Z' fill='%23261512'/%3E%3Cpath d='M1426.75 524.685C1443.39 538.871 1443.11 568.345 1432.77 586.14C1419.57 608.876 1385.96 611.632 1363.46 603.543C1341.34 595.597 1324.73 575.029 1331.61 551.066C1344.96 504.49 1387.79 501.895 1387.92 502.108C1391.68 500.544 1395.86 499.797 1400.17 500.17C1409.54 501.006 1417.1 507.299 1420.28 515.53C1423.89 517.343 1425.84 520.738 1426.75 524.649V524.685ZM1433.09 578.815C1433.98 576.611 1434.74 574.282 1435.33 571.9C1433.3 572.025 1431.06 570.407 1429.93 568.985C1429.52 568.505 1430.25 567.883 1430.66 568.345C1431.4 569.251 1432.27 569.963 1433.37 570.389C1434.1 570.674 1434.85 570.727 1435.59 570.887C1436.06 568.949 1436.41 566.994 1436.66 565.003C1434.9 564.594 1433.18 563.616 1431.7 562.71C1431.31 562.478 1431.72 561.892 1432.11 562.141C1433.62 563.012 1435.2 563.527 1436.78 564.203C1437.09 561.661 1437.19 559.101 1437.16 556.523C1435.51 556.594 1433.85 555.119 1432.88 553.946C1432.41 553.394 1433.23 552.683 1433.71 553.217C1434.26 553.839 1434.87 554.372 1435.59 554.781C1436.07 555.066 1436.64 555.243 1437.14 555.528C1437.07 553.359 1436.87 551.208 1436.55 549.092C1434.88 548.595 1433.43 547.653 1432.15 546.444C1431.7 545.999 1432.45 545.359 1432.88 545.786C1433.92 546.781 1435.1 547.51 1436.38 548.097C1435.08 540.488 1432.13 533.395 1427.28 528.027C1427.71 533.271 1426.64 538.924 1425.13 542.906C1420.82 554.337 1410.69 562.087 1398.56 563.172C1374.17 565.341 1354.25 538.889 1367.29 516.667C1367.52 516.294 1368.11 516.614 1367.95 516.987C1360.76 536.951 1370.47 559.421 1393.35 561.11C1403.99 561.892 1414.46 556.488 1420.03 547.386C1423.3 542.017 1430.02 526.622 1420.94 517.325C1421.83 520.312 1422.15 523.529 1421.79 526.8C1421.69 527.6 1420.53 527.511 1420.55 526.729C1420.58 524.756 1420.42 522.8 1420.03 520.898C1417.97 510.641 1409.98 502.357 1398.79 501.877C1386.03 501.326 1375.22 511.548 1374.35 524.098C1373.44 536.969 1381.98 550.604 1396.34 547.99C1409.11 545.662 1414.49 533.324 1416.04 521.769C1416.07 521.432 1416.36 521.325 1416.61 521.396C1416.77 521.449 1416.89 521.592 1416.91 521.823C1417.69 536.186 1408.59 551.208 1392.98 551.421C1378.56 551.617 1369.94 537.235 1371.47 523.92C1371.68 522.036 1372.09 520.241 1372.68 518.498C1374.61 512.685 1378.48 507.779 1383.46 504.455C1373.24 507.672 1363.14 510.677 1354.65 517.681C1345.91 524.88 1339.88 535.991 1336.03 546.461C1327.43 569.891 1339.76 590.548 1361.89 599.792C1362.14 599.899 1362.39 600.006 1362.62 600.077C1354.72 593.801 1349.19 585.144 1346.03 575.562C1346.01 575.456 1346.15 575.402 1346.21 575.509C1349.78 585.713 1356.17 593.801 1364.49 600.61C1364.56 600.681 1364.58 600.734 1364.61 600.823C1367.67 601.908 1370.95 602.814 1374.36 603.472C1368.93 599.419 1364.4 594.335 1360.61 588.717C1360.44 588.433 1360.84 588.059 1361.04 588.362C1365 594.121 1369.74 598.974 1375.11 603.419C1375.18 603.49 1375.22 603.561 1375.2 603.632C1394.15 607.027 1416.89 603.276 1428.12 587.953C1428.26 587.757 1428.38 587.544 1428.52 587.348C1424.47 587.562 1420.44 584.913 1418.42 581.482C1418.12 580.966 1418.97 580.54 1419.27 581.055C1421.51 584.895 1425.11 586.264 1429.2 586.317C1430.55 584.255 1431.74 581.998 1432.77 579.615C1429.7 579.349 1426.93 577.447 1425.04 575.082C1424.63 574.567 1425.42 573.873 1425.84 574.407C1427.78 576.878 1430.18 578.015 1433.11 578.798L1433.09 578.815Z' fill='%23261512'/%3E%3Cpath d='M1435.35 571.9C1434.74 574.282 1434 576.611 1433.11 578.815C1430.18 578.033 1427.78 576.895 1425.84 574.424C1425.42 573.909 1424.63 574.584 1425.04 575.1C1426.91 577.482 1429.7 579.366 1432.77 579.633C1431.74 582.015 1430.55 584.291 1429.2 586.335C1425.1 586.282 1421.51 584.913 1419.27 581.073C1418.97 580.558 1418.1 580.966 1418.42 581.5C1420.42 584.931 1424.46 587.579 1428.52 587.366C1428.38 587.562 1428.26 587.775 1428.12 587.97C1416.89 603.294 1394.15 607.045 1375.2 603.65C1375.2 603.579 1375.18 603.49 1375.11 603.436C1369.74 598.992 1365 594.157 1361.04 588.379C1360.84 588.077 1360.44 588.45 1360.61 588.735C1364.4 594.335 1368.94 599.437 1374.36 603.49C1370.93 602.832 1367.67 601.943 1364.61 600.841C1364.58 600.752 1364.58 600.699 1364.49 600.628C1356.17 593.819 1349.8 585.713 1346.21 575.527C1346.17 575.42 1346.01 575.473 1346.03 575.58C1349.21 585.144 1354.72 593.819 1362.62 600.094C1362.39 600.005 1362.14 599.917 1361.89 599.81C1339.76 590.584 1327.43 569.927 1336.03 546.479C1339.88 535.991 1345.89 524.898 1354.65 517.698C1363.14 510.694 1373.24 507.69 1383.46 504.472C1378.48 507.779 1374.63 512.685 1372.68 518.516L1367.93 517.023C1368.07 516.65 1367.49 516.33 1367.28 516.703C1354.22 538.924 1374.15 565.376 1398.54 563.207C1410.67 562.123 1420.8 554.354 1425.11 542.942C1426.62 538.942 1427.69 533.307 1427.26 528.062C1432.11 533.431 1435.06 540.524 1436.36 548.132C1435.08 547.546 1433.91 546.817 1432.86 545.821C1432.43 545.395 1431.67 546.035 1432.13 546.479C1433.41 547.688 1434.87 548.63 1436.54 549.128C1436.86 551.243 1437.05 553.412 1437.12 555.563C1436.61 555.297 1436.06 555.101 1435.58 554.817C1434.85 554.408 1434.24 553.874 1433.69 553.252C1433.21 552.719 1432.4 553.43 1432.86 553.981C1433.82 555.154 1435.49 556.63 1437.14 556.559C1437.18 559.136 1437.07 561.678 1436.77 564.238C1435.19 563.563 1433.6 563.047 1432.1 562.176C1431.7 561.927 1431.3 562.514 1431.69 562.745C1433.16 563.652 1434.9 564.612 1436.64 565.038C1436.39 567.012 1436.04 568.985 1435.58 570.922C1434.85 570.762 1434.08 570.709 1433.36 570.425C1432.27 569.998 1431.38 569.287 1430.64 568.38C1430.23 567.9 1429.52 568.54 1429.91 569.02C1431.05 570.442 1433.3 572.06 1435.31 571.936L1435.35 571.9ZM1421.7 593.961C1422.08 593.961 1422.08 593.446 1421.74 593.392C1418.11 592.717 1415.04 591.579 1412.34 588.966C1412.11 588.753 1411.77 589.055 1411.97 589.268C1414.51 591.881 1417.97 593.855 1421.7 593.979V593.961ZM1414.72 598.246C1414.95 598.246 1414.97 597.908 1414.72 597.872C1410.85 597.286 1407.62 596.272 1404.76 593.428C1404.6 593.25 1404.29 593.499 1404.47 593.695C1407.08 596.361 1410.87 598.441 1414.7 598.246H1414.72ZM1404.47 601.801C1404.9 601.925 1405.09 601.303 1404.7 601.143C1398.72 598.743 1393.71 595.597 1389.48 590.655C1389.16 590.281 1388.59 590.761 1388.91 591.135C1393.03 595.97 1398.33 599.899 1404.47 601.783V601.801ZM1393.21 603.916C1393.65 604.041 1393.89 603.401 1393.44 603.241C1388.49 601.374 1384.4 598.903 1380.97 594.761C1380.69 594.406 1380.14 594.868 1380.44 595.241C1383.71 599.277 1388.13 602.565 1393.21 603.916ZM1383.33 603.525C1383.64 603.632 1383.88 603.17 1383.58 603.01C1379.05 600.414 1375.16 598.05 1371.86 593.837C1371.7 593.606 1371.34 593.908 1371.52 594.139C1374.51 598.032 1378.61 601.89 1383.32 603.525H1383.33ZM1348.71 589.215C1348.93 589.41 1349.26 589.144 1349.07 588.895C1345.5 584.913 1342.87 580.504 1341.43 575.313C1341.43 575.242 1341.27 575.26 1341.3 575.349C1342.51 580.522 1344.96 585.411 1348.71 589.215Z' fill='%23FFE9A0'/%3E%3Cpath d='M1421.74 593.393C1422.09 593.464 1422.09 593.961 1421.7 593.961C1417.99 593.855 1414.51 591.864 1411.97 589.251C1411.76 589.037 1412.11 588.735 1412.34 588.948C1415.02 591.562 1418.11 592.699 1421.74 593.375V593.393Z' fill='%23261512'/%3E%3Cpath d='M1414.72 597.872C1414.95 597.89 1414.94 598.228 1414.72 598.246C1410.89 598.423 1407.1 596.361 1404.49 593.695C1404.31 593.499 1404.6 593.268 1404.77 593.428C1407.63 596.272 1410.87 597.286 1414.74 597.872H1414.72Z' fill='%23261512'/%3E%3Cpath d='M1404.7 601.143C1405.09 601.303 1404.9 601.925 1404.47 601.801C1398.34 599.917 1393.03 595.988 1388.91 591.153C1388.59 590.779 1389.14 590.299 1389.48 590.673C1393.71 595.597 1398.7 598.761 1404.7 601.161V601.143Z' fill='%23261512'/%3E%3Cpath d='M1420.92 517.361C1430 526.676 1423.3 542.053 1420.02 547.421C1414.44 556.523 1403.99 561.927 1393.33 561.145C1370.45 559.456 1360.72 536.986 1367.93 517.023L1372.68 518.516C1372.09 520.258 1371.68 522.054 1371.47 523.938C1369.94 537.253 1378.56 551.635 1392.98 551.439C1408.59 551.226 1417.69 536.222 1416.91 521.84C1416.91 521.609 1416.75 521.467 1416.61 521.414L1420.03 520.916C1420.41 522.818 1420.58 524.774 1420.55 526.747C1420.53 527.529 1421.69 527.6 1421.79 526.818C1422.15 523.547 1421.83 520.347 1420.94 517.343L1420.92 517.361Z' fill='%23FFE9A0'/%3E%3Cpath d='M1393.44 603.241C1393.89 603.383 1393.65 604.023 1393.21 603.916C1388.13 602.565 1383.71 599.277 1380.44 595.241C1380.14 594.868 1380.69 594.406 1380.97 594.761C1384.4 598.903 1388.49 601.374 1393.44 603.241Z' fill='%23261512'/%3E%3Cpath d='M1420.03 520.934L1416.6 521.432C1416.37 521.343 1416.09 521.467 1416.04 521.805C1414.49 533.36 1409.11 545.697 1396.34 548.026C1381.98 550.639 1373.44 537.004 1374.35 524.134C1375.22 511.583 1386.05 501.362 1398.79 501.913C1409.98 502.41 1417.97 510.677 1420.03 520.934ZM1411.26 518.801C1411.65 519.316 1412.36 518.676 1412 518.143C1406.71 510.25 1395.56 508.241 1388.15 514.552C1381.24 520.436 1380.79 531.422 1387.85 537.466C1394.03 542.728 1403.62 540.133 1406.34 532.418C1408.08 527.494 1403.8 518.445 1398.01 523.049C1397.54 523.405 1398.06 524.169 1398.56 523.903C1402.55 521.787 1405.01 527.582 1404.28 530.516C1403.69 532.88 1401.86 534.889 1399.76 536.062C1393.69 539.511 1387.35 534.622 1386.09 528.382C1384.93 522.8 1388.13 516.81 1393.05 514.09C1399.59 510.428 1406.96 513.201 1411.26 518.818V518.801Z' fill='%23FFE9A0'/%3E%3Cpath d='M1383.58 603.01C1383.88 603.17 1383.64 603.632 1383.33 603.525C1378.61 601.908 1374.5 598.05 1371.54 594.139C1371.36 593.908 1371.7 593.606 1371.88 593.837C1375.18 598.032 1379.07 600.414 1383.6 603.01H1383.58Z' fill='%23261512'/%3E%3Cpath d='M1412 518.125C1412.34 518.658 1411.63 519.298 1411.26 518.783C1406.96 513.165 1399.59 510.41 1393.05 514.054C1388.13 516.774 1384.93 522.765 1386.09 528.347C1387.37 534.587 1393.71 539.475 1399.77 536.026C1401.86 534.853 1403.69 532.844 1404.28 530.48C1405.01 527.547 1402.55 521.752 1398.56 523.867C1398.04 524.151 1397.54 523.369 1398.01 523.014C1403.8 518.41 1408.08 527.458 1406.34 532.382C1403.62 540.097 1394.03 542.693 1387.85 537.431C1380.79 531.387 1381.24 520.401 1388.15 514.516C1395.56 508.206 1406.73 510.214 1412 518.107V518.125Z' fill='%23261512'/%3E%3Cpath d='M1349.07 588.895C1349.26 589.126 1348.93 589.41 1348.71 589.215C1344.96 585.411 1342.51 580.522 1341.3 575.349C1341.27 575.26 1341.41 575.242 1341.43 575.313C1342.85 580.504 1345.5 584.931 1349.07 588.895Z' fill='%23261512'/%3E%3Cpath d='M1142.08 757.082C1142.08 757.082 1141.98 757.029 1141.91 757.029C1136.93 756.513 1129.08 758.593 1103.55 707.52C1103.39 707.218 1102.88 707.485 1102.88 707.805L1098.63 707.52C1099.26 707.129 1098.88 706.276 1098.28 706.276L1100.71 704.551C1100.78 704.694 1101.03 704.676 1101.12 704.551C1104.07 700.658 1104.69 695.005 1104.69 690.277C1104.69 689.814 1106.31 692.499 1107.3 694.116C1119.88 714.613 1130.18 736.23 1142.08 757.082Z' fill='%23FFE9A0'/%3E%3Cpath d='M1109.81 694.543C1121.9 714.737 1142.51 752.816 1144.34 758.682C1144.41 759.34 1014.82 835.691 1014.58 836.118C1013.39 838.251 1010.15 843.104 1009.94 843.353C1009.37 843.353 982.672 798.129 969.865 776.086C957.039 754.078 929.275 707.076 929.275 706.898C972.494 678.579 1063.87 627.577 1064.71 627.577C1065.27 628.822 1097.73 674.402 1109.81 694.543ZM1141.91 757.029C1141.91 757.029 1142.01 757.064 1142.08 757.082C1130.18 736.23 1119.88 714.613 1107.3 694.116C1106.31 692.499 1104.69 689.814 1104.69 690.277C1104.69 695.005 1104.07 700.658 1101.12 704.551C1101.03 704.676 1100.78 704.694 1100.71 704.551C1100.71 704.516 1100.71 704.48 1100.71 704.427C1101.33 699.627 1102.74 695.201 1102.68 690.277C1102.68 690.241 1102.7 690.223 1102.7 690.188C1080.41 702.987 1058.45 716.177 1036.66 729.67C1042.59 728.746 1048.91 729.119 1054.37 731.803C1054.4 731.75 1054.42 731.697 1054.49 731.661C1068.58 722.79 1083.25 714.169 1097.98 706.365C1098.08 706.311 1098.21 706.276 1098.3 706.276C1098.9 706.276 1099.27 707.129 1098.65 707.52C1084.78 716.337 1070.25 724.675 1055.77 732.443C1055.82 732.497 1055.88 732.514 1055.93 732.585C1066.13 746.398 1074.92 763.251 1081.78 778.983C1081.85 779.161 1081.67 779.392 1081.53 779.392C1081.46 779.392 1081.4 779.357 1081.37 779.285C1069.82 754.558 1053.57 733.332 1053.57 733.012C1048.24 731.928 1043.21 731.252 1037.81 731.892C1050.14 753.136 1062.24 774.539 1074.58 795.658C1074.96 795.765 1075.19 796.031 1075.26 796.369C1075.58 796.173 1075.88 795.996 1076.2 795.818C1078.77 791.356 1080.69 786.876 1081.37 781.632C1081.42 781.312 1081.67 781.152 1081.92 781.152C1082.15 781.152 1082.38 781.312 1082.38 781.632C1082.56 785.721 1081.79 789.863 1080.05 793.542C1081.81 792.511 1083.55 791.498 1085.31 790.467C1085.4 787.427 1085.63 784.37 1085.92 781.33C1085.93 781.081 1086.31 781.081 1086.29 781.33C1086.25 784.245 1086.16 787.178 1085.95 790.094C1088.54 788.565 1091.14 787.054 1093.73 785.543C1093.38 782.076 1093.93 778.077 1094.34 774.699C1094.34 774.575 1094.42 774.503 1094.51 774.486C1094.64 774.432 1094.81 774.503 1094.81 774.699C1094.94 777.917 1095.15 781.739 1094.6 785.027C1095.85 784.298 1097.07 783.587 1098.31 782.859C1097.82 780.654 1098.15 777.952 1098.31 775.801C1098.31 775.428 1098.9 775.428 1098.88 775.801C1098.83 777.188 1098.81 778.574 1098.85 779.979C1098.88 780.796 1098.97 781.65 1098.99 782.467C1100.73 781.454 1102.47 780.441 1104.21 779.41C1103.93 777.17 1104.16 774.752 1104.18 772.477C1104.18 772.121 1104.73 772.121 1104.73 772.477C1104.73 774.646 1104.96 776.939 1104.73 779.108C1105.92 778.414 1107.11 777.703 1108.32 777.01C1108.14 774.45 1108.53 771.677 1108.65 769.17C1108.67 768.815 1109.2 768.815 1109.2 769.17C1109.15 771.535 1109.35 774.148 1109.06 776.566C1110.2 775.908 1111.32 775.232 1112.45 774.575C1112.38 773.615 1112.54 772.619 1112.61 771.659C1112.74 770.326 1112.85 769.01 1112.95 767.695C1112.99 767.339 1113.52 767.322 1113.5 767.695C1113.47 769.01 1113.43 770.326 1113.4 771.659C1113.38 772.441 1113.41 773.259 1113.32 774.059C1114.46 773.401 1115.58 772.726 1116.7 772.068C1116.04 768.566 1116.5 764.566 1116.7 761.064C1116.7 760.869 1116.88 760.762 1117.02 760.762C1117.18 760.762 1117.34 760.869 1117.32 761.064C1117.29 764.513 1117.77 768.157 1117.48 771.624C1118.58 770.984 1119.65 770.344 1120.75 769.704C1120.04 767.659 1120.66 764.815 1121.07 762.806C1121.16 762.397 1121.76 762.575 1121.69 762.984C1121.46 764.299 1121.35 765.615 1121.41 766.948C1121.42 767.713 1121.57 768.459 1121.57 769.206C1122.54 768.637 1123.5 768.068 1124.46 767.499C1124.43 767.393 1124.39 767.286 1124.37 767.162C1124.3 766.379 1124.55 765.473 1124.62 764.673L1124.84 762.166C1124.87 761.722 1125.58 761.722 1125.55 762.166C1125.49 763.073 1125.42 763.98 1125.37 764.886C1125.33 765.366 1125.28 765.846 1125.28 766.344C1125.28 766.468 1125.26 766.61 1125.26 766.753C1125.32 766.842 1125.33 766.895 1125.37 766.966C1126.42 766.362 1127.46 765.739 1128.5 765.117C1128.28 764.282 1128.3 763.411 1128.3 762.54C1128.3 761.189 1128.32 759.837 1128.41 758.486C1128.44 757.971 1129.24 757.971 1129.21 758.486C1129.13 759.749 1129.1 761.011 1129.15 762.273C1129.19 763.037 1129.33 763.855 1129.33 764.637C1132.58 762.717 1135.85 760.815 1139.08 758.878C1135.01 757.882 1131.28 755.713 1128.81 752.265C1128.78 752.282 1128.74 752.3 1128.71 752.3C1128.71 752.496 1123.65 755.855 1116.7 760.246C1110 764.477 1101.55 769.668 1094.19 773.881C1091.08 775.677 1088.17 777.277 1085.67 778.574C1085.15 778.859 1084.74 778.13 1085.22 777.792C1098.6 768.335 1112.95 759.802 1127.09 751.536C1127.14 751.5 1127.2 751.5 1127.25 751.482C1118.92 737.581 1108.6 723.11 1102.95 707.911C1102.95 707.876 1102.95 707.84 1102.95 707.805C1102.95 707.485 1103.47 707.218 1103.63 707.52C1129.15 758.593 1137 756.513 1141.98 757.029H1141.91ZM1103.57 688.303C1103.57 688.303 1103.61 688.285 1103.63 688.268C1091.94 669.602 1065.84 632.004 1065.68 631.435C1065.08 632.217 1064.33 632.946 1063.76 633.657C1062.56 635.186 1061.29 636.679 1060.03 638.155C1069.06 652.518 1078.21 666.989 1086.86 681.548C1087.09 681.975 1086.75 682.312 1086.39 682.312C1086.31 682.312 1086.24 682.295 1086.16 682.259C1086.09 682.224 1086.02 682.152 1085.95 682.081C1075.88 668.802 1066.77 653.745 1059.15 638.866C1059.15 638.866 1059.15 638.883 1059.13 638.883C1043.34 645.585 1031.27 654.687 1013.74 663.309C1023.72 677.708 1031.66 693.334 1042.25 707.449C1042.87 708.284 1041.65 709.067 1040.94 708.498C1040.88 708.444 1040.83 708.391 1040.78 708.32C1030.24 694.525 1019.03 679.273 1012.57 663.042C1012.53 662.971 1012.57 662.918 1012.57 662.865C1012.57 662.527 1058.58 636.875 1059.15 636.875C1059.15 636.875 1059.15 636.892 1059.16 636.892C1060.12 635.577 1061.08 634.262 1062.09 632.964C1062.59 632.306 1063.12 631.471 1063.69 630.688C1042.86 642.439 1022.23 654.492 1001.72 666.704C1003.03 666.491 1004.43 666.509 1005.73 666.224C1007.44 665.851 1009.03 665.158 1010.72 664.784C1011.38 664.642 1011.65 665.424 1011.15 665.798C1009.64 666.935 1007.67 667.504 1005.84 667.931C1004.22 668.304 999.388 668.091 999.033 668.304C999.033 668.304 999.033 668.31 999.033 668.322C1011.54 687.45 1023.33 707.111 1034.9 726.932C1035.84 724.39 1037.07 721.937 1037.88 719.324C1038.91 715.964 1039.52 712.515 1040.28 709.067C1040.33 708.853 1040.48 708.747 1040.65 708.747H1040.67C1040.88 708.764 1041.12 708.924 1041.13 709.191C1041.61 714.773 1040.49 721.884 1037.6 727.181C1058.43 714.311 1079.59 701.974 1100.82 689.868C1096.18 689.797 1091.53 686.952 1088.88 683.326C1088.85 683.272 1088.83 683.219 1088.83 683.148C1088.83 682.917 1089.2 682.721 1089.41 682.917C1093.61 686.597 1103.43 688.179 1103.55 688.303H1103.57ZM1064.42 802.822C1067.26 801.115 1070.11 799.409 1072.95 797.72C1067.97 797.578 1062.79 796.085 1059.07 792.707C1058.9 792.529 1039.16 761.917 1030.79 746.523C1030.71 746.736 999.299 767.677 982.637 773.348C982.353 773.437 982.211 773.028 982.441 772.886C982.441 772.868 982.477 772.868 982.495 772.85C997.647 762.966 1030.03 744.425 1030.17 744.318C1028.98 740.407 1030 736.088 1031.98 732.568C1015.04 743.074 998.18 753.758 981.358 764.566C981.234 764.637 981.145 764.459 981.251 764.371C997.114 753.082 1013.39 742.363 1029.91 731.999C1025.66 731.181 1021.45 728.639 1018.95 725.155C1018.91 725.173 1018.89 725.19 1018.86 725.208C1003.78 732.888 989.369 741.474 974.785 750.007C974.466 750.202 974.181 749.936 974.181 749.651C974.181 749.527 974.252 749.385 974.377 749.296C987.859 739.287 1002.71 730.79 1017.63 723.128C1017.67 723.11 1017.7 723.11 1017.72 723.11C1017.72 723.093 1017.7 723.075 1017.7 723.075C1017.67 723.022 1017.7 722.968 1017.7 722.897C1007.63 710.044 997.7 696.285 991.075 681.299C990.986 681.086 991.039 680.908 991.163 680.801C991.323 680.641 991.608 680.624 991.785 680.873C1001.47 694.419 1010.08 708.587 1020.19 721.848C1020.67 722.506 1027.28 729.279 1032.54 730.363C1032.84 730.168 1033.12 729.972 1033.42 729.795C1021.38 709.618 1009.58 689.299 998.642 668.624C998.66 668.713 998.66 668.784 998.66 668.873C998.127 672.464 994.681 675.344 991.448 676.393C991.11 676.499 990.95 676.019 991.217 675.859C992.638 674.971 993.935 673.797 994.965 672.464C995.604 671.629 996.049 670.757 996.457 669.851C975.585 682.33 954.783 694.934 933.964 707.573C935.012 707.502 936.06 707.431 937.091 707.111C939.222 706.436 942.384 703.218 942.615 703.094C958.443 695.61 973.648 687.059 988.197 677.317C988.996 676.766 989.742 678.064 988.943 678.615C974.608 688.303 959.686 696.854 944.018 704.196C944.018 704.285 960.699 734.061 969.581 750.185C969.865 750.7 970.149 751.198 970.415 751.696C970.54 751.909 970.38 752.087 970.184 752.087C970.113 752.087 970.025 752.051 969.954 751.962C959.509 737.687 950.484 722.079 942.136 706.489C939.791 708.569 936.202 710.08 933.307 709.404C946.079 728.639 957.128 749.225 968.692 769.259C969.776 771.144 970.859 773.01 971.961 774.877C984.768 796.671 997.931 818.323 1010.24 840.42C1011.13 838.767 1012.16 837.185 1013.15 835.638C1013.1 835.603 1013.03 835.567 1013 835.496C1011.01 831.372 1011.45 825.932 1012.32 821.47C1012.16 821.381 1012.02 821.257 1011.89 821.061C1003.14 806.822 994.148 792.636 986.065 777.988C985.923 777.721 986.296 777.508 986.474 777.739C996.102 791.374 1004.91 805.631 1013.87 819.71C1028.24 810.839 1043.12 802.769 1057.62 794.129C1057.76 794.04 1057.88 794.005 1058.01 794.005C1058.67 794.005 1059.11 795.018 1058.4 795.445C1052.82 798.787 1047.24 802.182 1041.63 805.524C1032.7 810.839 1023.69 816.03 1014.47 820.741C1014.51 820.883 1014.51 821.043 1014.47 821.203C1014.01 823.639 1013.72 826.074 1013.78 828.563C1013.81 830.376 1014.15 832.189 1014.26 833.985C1014.58 833.772 1014.91 833.576 1015.23 833.363C1014.38 829.594 1015.06 825.008 1016.37 821.452C1016.44 821.292 1016.65 821.363 1016.62 821.523C1016.26 823.674 1015.86 825.79 1015.75 827.959C1015.64 829.647 1015.78 831.336 1015.78 833.007C1016.78 832.349 1017.79 831.709 1018.8 831.069C1017.79 829.203 1017.83 826.785 1018.16 824.759C1018.2 824.545 1018.54 824.599 1018.52 824.812C1018.25 826.945 1018.72 828.812 1019.05 830.892C1023.1 828.279 1027.15 825.665 1031.24 823.105C1030.12 820.954 1030.35 817.79 1030.69 815.55C1030.72 815.372 1031.03 815.408 1031.01 815.586C1030.94 817.061 1031.01 818.555 1031.22 820.012C1031.38 820.937 1031.68 821.826 1031.84 822.732C1033.58 821.63 1035.32 820.546 1037.08 819.461C1036.69 819.212 1036.46 818.661 1036.37 818.146C1036.07 816.297 1036.46 814.146 1036.55 812.262C1036.55 812.066 1036.85 812.066 1036.87 812.262L1036.98 815.888C1037.01 816.901 1036.82 818.412 1037.81 818.999C1039.3 818.075 1040.8 817.132 1042.31 816.208C1041.38 815.444 1041.77 813.861 1041.79 812.83C1041.83 810.679 1041.86 808.528 1041.91 806.377C1041.91 806.271 1041.95 806.2 1042 806.164C1042.18 806.004 1042.52 806.093 1042.52 806.377C1042.55 807.924 1042.59 809.488 1042.63 811.035C1042.63 811.799 1042.27 815.248 1043.09 815.639C1043.1 815.639 1043.09 815.675 1043.1 815.692L1046.99 813.346C1046.78 812.67 1046.99 811.728 1047.01 811.053C1047.05 809.862 1047.1 808.671 1047.14 807.48C1047.14 807.177 1047.63 807.177 1047.63 807.48C1047.65 808.457 1047.67 809.417 1047.69 810.395C1047.71 810.91 1047.71 811.426 1047.72 811.959C1047.72 812.226 1047.76 812.564 1047.76 812.866C1048.49 812.439 1049.2 811.995 1049.93 811.55C1049.62 810.982 1049.68 810.182 1049.62 809.577C1049.54 808.262 1049.57 806.946 1049.66 805.631C1049.68 805.24 1050.3 805.24 1050.28 805.631C1050.25 806.573 1050.25 807.497 1050.28 808.422C1050.32 808.884 1050.35 809.346 1050.41 809.808C1050.44 810.111 1050.48 810.395 1050.51 810.679C1050.57 810.839 1050.58 810.982 1050.55 811.124C1050.58 811.124 1050.6 811.142 1050.62 811.142C1051.54 810.573 1052.47 810.022 1053.39 809.453C1052.68 807.302 1053.51 804.298 1054.15 802.271C1054.24 802.004 1054.62 802.111 1054.56 802.378C1054.28 803.746 1054.12 805.133 1054.08 806.52C1054.06 807.337 1054.19 808.173 1054.15 808.991C1054.85 808.564 1055.52 808.155 1056.21 807.728C1055.77 806.129 1056.18 804.102 1056.59 802.591C1056.71 802.146 1057.39 802.324 1057.28 802.786C1057.07 803.729 1056.92 804.689 1056.94 805.666C1056.94 806.182 1057.01 806.697 1057.05 807.231C1058.19 806.537 1059.32 805.862 1060.46 805.186C1060.14 804.386 1060.18 803.498 1060.19 802.644C1060.19 801.418 1060.26 800.209 1060.39 799C1060.42 798.68 1060.92 798.662 1060.9 799C1060.9 800.138 1060.9 801.258 1060.99 802.395C1061.05 803.178 1061.21 804.013 1061.12 804.795C1061.93 804.298 1062.77 803.8 1063.59 803.32C1063.52 802.84 1063.52 802.342 1063.52 801.844C1063.5 800.778 1063.57 799.711 1063.71 798.644C1063.76 798.324 1064.26 798.289 1064.24 798.644C1064.19 799.64 1064.19 800.635 1064.26 801.631C1064.3 802.022 1064.37 802.431 1064.44 802.822H1064.42ZM1059.64 790.734C1059.93 791.249 1068.17 795.32 1073.04 795.533C1060.42 774.343 1047.42 753.224 1034.7 731.963C1031.82 735.945 1031.36 740.052 1031.33 744.852C1031.33 744.923 1031.29 744.958 1031.27 745.012C1042.52 758.7 1051.12 775.268 1059.64 790.734Z' fill='%23261512'/%3E%3Cpath d='M1103.63 688.268C1103.63 688.268 1103.59 688.303 1103.57 688.303C1103.45 688.179 1093.62 686.597 1089.43 682.917C1089.22 682.721 1088.85 682.917 1088.85 683.148L1086.39 682.313C1086.75 682.313 1087.09 681.975 1086.86 681.548C1078.21 666.989 1069.06 652.518 1060.03 638.155C1061.29 636.679 1062.56 635.186 1063.76 633.657C1064.33 632.946 1065.08 632.217 1065.68 631.435C1065.84 632.004 1091.94 669.602 1103.63 688.268Z' fill='%23FFE9A0'/%3E%3Cpath d='M1102.68 690.188C1102.68 690.188 1102.67 690.241 1102.67 690.276C1102.72 695.201 1101.32 699.627 1100.69 704.427C1100.69 704.48 1100.69 704.516 1100.69 704.551L1098.26 706.276C1098.26 706.276 1098.05 706.311 1097.94 706.364C1083.22 714.169 1068.54 722.79 1054.46 731.661C1054.38 731.697 1054.37 731.75 1054.33 731.803C1048.88 729.119 1042.55 728.746 1036.62 729.67C1058.42 716.177 1080.37 702.987 1102.67 690.188H1102.68Z' fill='%23FFE9A0'/%3E%3Cpath d='M1088.9 683.326C1091.55 686.952 1096.2 689.796 1100.84 689.868C1079.61 701.974 1058.45 714.311 1037.62 727.181C1040.51 721.884 1041.63 714.773 1041.15 709.191C1041.13 708.924 1040.9 708.764 1040.69 708.747L1040.94 708.498C1041.65 709.067 1042.87 708.284 1042.25 707.449L1046.8 706.631C1046.8 706.756 1046.91 706.88 1047.05 706.827C1059.73 701.511 1072.63 694.383 1084.26 687.077C1085.31 686.419 1084.69 685.014 1083.69 685.014L1086.16 682.259C1086.16 682.259 1086.31 682.312 1086.39 682.312L1088.85 683.148C1088.85 683.148 1088.86 683.272 1088.9 683.326Z' fill='%23FFE9A0'/%3E%3Cpath d='M1086.16 682.259L1083.69 685.015C1083.52 685.015 1083.34 685.068 1083.14 685.157C1070.9 691.201 1057.97 698.489 1046.89 706.453C1046.84 706.489 1046.8 706.56 1046.8 706.631L1042.25 707.449C1031.66 693.334 1023.72 677.708 1013.74 663.309C1031.27 654.687 1043.34 645.585 1059.13 638.884C1059.15 638.884 1059.15 638.866 1059.15 638.866C1066.77 653.745 1075.88 668.802 1085.95 682.081C1086.02 682.152 1086.09 682.224 1086.16 682.259Z' fill='%23FFE9A0'/%3E%3Cpath d='M1083.69 685.015C1084.69 685.015 1085.31 686.419 1084.26 687.077C1072.63 694.383 1059.73 701.512 1047.05 706.827C1046.91 706.88 1046.8 706.756 1046.8 706.631C1046.8 706.56 1046.84 706.489 1046.89 706.454C1057.97 698.49 1070.9 691.201 1083.14 685.157C1083.34 685.068 1083.52 685.015 1083.69 685.015Z' fill='%23261512'/%3E%3Cpath d='M1063.69 630.688C1063.12 631.47 1062.59 632.306 1062.09 632.964C1061.08 634.261 1060.12 635.577 1059.16 636.892C1059.15 636.892 1059.15 636.875 1059.15 636.875C1058.58 636.875 1012.57 662.527 1012.57 662.864C1012.57 662.918 1012.53 662.971 1012.57 663.042C1019.03 679.272 1030.24 694.525 1040.78 708.32C1040.83 708.391 1040.88 708.444 1040.94 708.498L1040.69 708.747H1040.67C1040.49 708.747 1040.35 708.853 1040.3 709.067C1039.53 712.515 1038.93 715.964 1037.9 719.324C1037.08 721.937 1035.86 724.39 1034.92 726.932C1023.35 707.111 1011.56 687.45 999.051 668.322C999.051 668.322 999.051 668.316 999.051 668.304C999.406 668.091 1004.24 668.304 1005.85 667.931C1007.68 667.504 1009.66 666.935 1011.17 665.798C1011.66 665.424 1011.4 664.642 1010.74 664.784C1009.05 665.158 1007.45 665.851 1005.75 666.224C1004.45 666.509 1003.05 666.491 1001.73 666.704C1022.25 654.491 1042.87 642.439 1063.71 630.688H1063.69Z' fill='%23FFE9A0'/%3E%3Cpath d='M1033.41 729.795C1033.1 729.972 1032.82 730.168 1032.52 730.363C1027.26 729.279 1020.65 722.506 1020.17 721.848C1010.06 708.587 1001.45 694.419 991.767 680.873C991.59 680.624 991.306 680.641 991.146 680.801L988.925 678.615C989.725 678.064 988.979 676.766 988.179 677.317C973.631 687.059 958.425 695.61 942.597 703.094C942.367 703.218 939.205 706.436 937.073 707.111C936.043 707.431 934.995 707.502 933.947 707.573C954.766 694.934 975.567 682.33 996.439 669.851C996.031 670.757 995.587 671.629 994.947 672.464C993.917 673.797 992.62 674.971 991.199 675.859C990.933 676.019 991.092 676.499 991.43 676.393C994.663 675.344 998.109 672.464 998.642 668.873C998.642 668.784 998.642 668.713 998.624 668.624C1009.57 689.299 1021.36 709.618 1033.41 729.795Z' fill='%23FFE9A0'/%3E%3Cpath d='M1017.7 723.075C1017.7 723.075 1017.72 723.075 1017.72 723.11C1017.7 723.11 1017.67 723.11 1017.63 723.128C1002.71 730.79 987.859 739.287 974.377 749.296C974.252 749.385 974.181 749.527 974.181 749.651L969.563 750.185C960.681 734.061 944.001 704.285 944.001 704.196C959.668 696.854 974.59 688.303 988.925 678.615L991.146 680.801C991.021 680.908 990.968 681.086 991.057 681.299C997.683 696.285 1007.61 710.044 1017.68 722.897C1017.68 722.968 1017.67 723.021 1017.68 723.075H1017.7Z' fill='%23FFE9A0'/%3E%3Cpath d='M217.837 502.819C219.222 508.615 220.128 515.992 219.08 521.823C218.974 522.392 146.036 580.238 144.934 580.238C141.168 579.438 137.331 578.638 133.477 577.82C133.441 578.069 133.033 577.998 133.05 577.767V577.731C130.564 577.198 128.059 576.665 125.554 576.113H125.501C107.79 572.309 89.5293 568.309 72.5116 564.558C49.2944 559.421 2.68232 549.626 2.55798 549.11C0.67502 541.129 -0.337514 530.551 0.0888162 522.392C0.124344 521.485 8.24237 515.548 9.21938 514.517C13.0031 510.481 18.5098 500.633 18.9717 500.366C26.237 495.94 42.5442 488.171 42.8639 488.402C45.6706 488.918 48.4417 489.504 51.1951 490.091C51.1951 490.091 51.1773 490.055 51.1951 490.038C53.611 486.625 58.7447 480.9 59.1 480.634C65.0686 476.243 72.1741 473.025 78.6756 469.47C79.5638 468.972 124.257 476.687 124.559 477.043C126.336 479.105 127.775 481.345 129.853 483.14C130.954 484.1 136.728 487.798 136.745 487.922C137.314 487.567 147.954 481.558 148.452 481.558C166.571 485.309 176.287 487.282 197.728 490.731C198.208 490.802 206.326 498.411 207.374 499.335C207.516 498.873 207.942 498.517 208.529 498.713C211.442 499.691 214.337 500.704 217.251 501.699C217.783 501.895 217.926 502.375 217.837 502.819ZM217.375 520.65C217.073 518.072 216.611 507.424 216.469 504.686C210.145 509.806 201.672 516.294 192.879 522.889C185.471 528.436 177.833 534.089 171.065 539.049C158.808 548.044 149.375 554.799 149.269 554.888C148.292 559.474 146.622 572.523 145.805 575.722C147.279 574.496 148.807 573.322 150.317 572.131C150.885 566.069 151.827 559.99 153.425 554.141C153.55 553.732 154.136 553.91 154.047 554.319C153.017 560.061 151.951 565.767 151.045 571.545C152.786 570.158 154.509 568.772 156.285 567.421C156.552 563.723 157.387 559.936 158.133 556.328C158.204 556.008 158.772 556.079 158.719 556.417C158.275 559.848 157.866 563.456 157.014 566.869C158.453 565.767 159.891 564.683 161.348 563.599C161.543 561.785 161.792 559.972 162.094 558.159C162.147 557.821 162.716 557.91 162.68 558.248C162.467 559.883 162.236 561.501 161.952 563.119C164.581 561.163 167.21 559.19 169.857 557.234C169.91 551.386 170.461 545.502 171.278 539.724C171.278 539.617 171.331 539.564 171.385 539.511C171.616 539.351 172.06 539.511 172.024 539.831C171.438 545.448 171.029 551.048 170.603 556.683C172.219 555.474 173.836 554.23 175.452 553.021C175.772 549.821 176.092 546.622 176.536 543.44C176.589 543.12 177.122 543.208 177.087 543.511C176.82 546.533 176.447 549.555 176.056 552.559C177.797 551.244 179.556 549.928 181.261 548.595C180.924 544.986 181.066 541.235 181.208 537.626C181.208 537.111 181.972 537.111 181.99 537.626C182.114 541.057 182.238 544.613 181.99 548.062C183.517 546.853 185.258 545.502 187.105 544.062C186.999 540.453 187.177 536.773 187.496 533.2C187.532 532.809 188.1 532.791 188.118 533.2C188.207 536.595 188.154 540.062 187.869 543.457C190.001 541.804 192.257 540.026 194.549 538.249C193.767 533.644 193.341 529.058 193.518 524.365C193.536 524.152 193.749 524.098 193.873 524.205C193.909 524.24 193.927 524.294 193.945 524.365C194.14 528.88 194.46 533.396 195.01 537.875C196.503 536.72 198.012 535.547 199.487 534.391C199.487 534.373 199.487 534.373 199.487 534.356C199.167 532.187 199.274 529.858 199.362 527.671C199.38 527.28 199.966 527.28 199.984 527.671C200.073 529.769 200.162 532.009 199.878 534.089C201.618 532.738 203.306 531.422 204.923 530.16C204.621 527.031 204.727 523.796 204.887 520.667C204.887 520.276 205.491 520.276 205.509 520.667C205.651 523.654 205.757 526.729 205.491 529.716C207.232 528.365 208.866 527.085 210.34 525.947C210.323 525.911 210.287 525.894 210.287 525.84C209.879 521.361 209.63 516.685 209.879 512.206C209.914 511.743 210.554 511.761 210.589 512.206C211.087 516.543 211.122 521.076 210.98 525.449C212.17 524.543 213.236 523.725 214.142 523.032C214.106 522.996 214.071 522.943 214.071 522.889C213.964 520.81 213.804 518.676 214.071 516.614C214.124 516.17 214.71 516.17 214.764 516.614C214.995 518.587 214.87 520.596 214.764 522.569C216.345 521.378 217.322 520.65 217.428 520.65H217.375ZM215.083 502.962C213.005 502.286 210.927 501.593 208.866 500.899C209.239 501.415 209.594 503.139 209.31 503.228C209.275 503.37 188.527 518.232 184.21 521.396C183.73 521.752 173.534 518.836 171.616 518.694C173.481 520.187 177.904 524.703 177.211 525.023C177.211 525.023 177.193 525.076 177.176 525.094C173.463 529.84 152.893 545.893 148.292 549.11C147.883 549.395 80.1145 532.791 80.6651 532.365C85.3903 528.631 86.6871 523.263 86.9357 522.552C80.6651 526.551 74.3768 530.64 67.8575 534.142C67.3956 534.391 46.5765 527.867 36.2025 525.556C26.7344 523.458 17.0177 521.912 7.67393 519.227C6.99891 519.85 6.30613 520.472 5.56005 521.005C5.47123 521.076 4.51199 521.876 3.57051 522.463C14.211 523.334 25.2067 527.351 35.5452 529.716C47.9621 532.578 60.3967 535.351 72.8669 537.982C97.8249 543.244 148.363 552.524 148.505 552.63C169.892 535.209 193.358 520.063 215.083 502.962ZM207.267 502.588C205.686 501.593 204.301 499.815 203.057 498.677C201.299 497.077 199.54 495.477 197.906 493.771C193.11 497.842 187.976 501.753 182.345 504.597C182.274 504.757 182.167 504.881 182.043 504.988C183.34 509.45 184.032 514.09 184.761 518.676C190.996 512.454 199.327 506.001 207.267 502.588ZM182.203 502.517C186.804 499.388 191.369 496.313 195.668 492.775C179.964 489.984 164.101 486.873 148.54 483.425C145.929 485.345 134.649 491.798 131.985 493.611C140.298 494.997 182.025 502.233 182.203 502.517ZM182.665 519.814C181.847 515.103 180.746 509.272 180.48 504.49C179.662 504.437 138.699 497.415 130.119 495.246C130.119 495.246 130.108 495.24 130.084 495.229C129.231 498.606 126.904 501.61 124.577 504.206C136.763 506.464 161.774 510.588 162.254 510.979C164.634 512.899 166.944 514.89 169.288 516.81C169.413 516.756 179.272 517.165 182.665 519.814ZM163.142 534.444C167.104 531.12 171.029 527.049 175.524 524.436C171.1 521.432 166.677 518.09 163.071 514.108C163.071 514.25 163.071 514.374 162.947 514.517C158.684 520.578 150.406 525.929 143.638 528.934C143.726 529.022 143.798 529.129 143.851 529.271C146 534.622 148.576 540.151 149.962 545.768C154.118 541.751 158.737 538.16 163.142 534.444ZM161.757 513.343C161.597 513.468 130.368 509.343 116.281 504.49C116.104 504.597 100.614 514.481 92.3892 517.147C100.401 518.143 142.98 527.227 143.069 527.316C146.249 525.272 149.482 523.316 152.52 521.058C155.735 518.659 158.488 515.601 161.757 513.343ZM144.934 566.194C145.521 562.372 145.716 558.301 147.279 554.763C124.364 551.599 101.555 546.817 78.9065 541.982C76.6505 541.502 74.4123 541.022 72.1741 540.542C59.7039 537.893 47.2693 535.12 34.8702 532.151C30.1628 531.013 25.1712 530.089 20.1796 528.987C14.2288 527.689 8.29566 526.143 2.94878 523.76C2.82443 523.849 2.70009 523.885 2.55798 523.903C2.98431 531.529 3.80144 539.457 3.57051 547.03C6.30613 547.457 9.02398 547.919 11.7596 548.417C11.8662 544.186 12.1149 539.973 12.4879 535.778C12.4879 535.635 12.7366 535.618 12.7366 535.778C12.8077 540.044 12.7721 544.311 12.5945 548.559C14.9038 548.986 17.2131 549.43 19.5224 549.893C18.9184 543.884 19.0427 537.751 19.4158 531.725C19.4335 531.582 19.5224 531.529 19.6289 531.529C19.7178 531.529 19.8243 531.582 19.8243 531.725C19.9842 537.84 20.375 543.973 20.4994 550.088C22.2047 550.426 23.91 550.799 25.6153 551.155C25.3311 548.381 25.2245 545.591 25.3133 542.782C25.3133 542.568 25.5975 542.586 25.6153 542.782C25.8107 545.644 26.1127 548.506 26.5035 551.35C28.6884 551.812 30.8734 552.292 33.0406 552.79C32.9695 547.884 32.8274 542.835 33.4491 537.982C33.4669 537.786 33.7333 537.786 33.7511 537.982C34.3728 542.924 34.2307 548.062 34.1419 553.039C35.4387 553.323 36.7354 553.608 38.0322 553.91C37.8368 552.186 38.0855 550.248 38.2453 548.684C38.2809 548.47 38.6006 548.453 38.5828 548.684C38.5473 549.857 38.5651 551.012 38.6184 552.186C38.6539 552.808 38.7427 553.448 38.8138 554.088C39.8796 554.337 40.9632 554.603 42.0468 554.852C41.8158 552.683 41.8158 550.426 41.6382 548.31C41.6204 547.937 42.1889 547.955 42.2244 548.31C42.4553 550.515 42.8994 552.826 43.0415 555.083C44.4626 555.421 45.8837 555.741 47.3048 556.079C47.3048 556.061 47.2871 556.043 47.2693 556.026C46.8608 551.279 47.1805 546.426 46.7897 541.644C46.7719 541.395 47.216 541.342 47.2516 541.591C48.0154 546.266 48.7259 551.421 47.9621 556.114C47.9621 556.168 47.9266 556.186 47.9088 556.221C49.7207 556.648 51.5326 557.074 53.3445 557.519C52.0655 552.488 52.6162 546.462 52.5451 541.306C52.5451 540.951 53.0603 540.951 53.0958 541.306C53.5222 546.462 54.6768 552.435 53.8774 557.59C53.8774 557.59 53.8774 557.59 53.8419 557.625C55.4584 558.017 57.0571 558.39 58.6736 558.763C57.9276 555.759 58.7447 551.919 59.2776 549.004C59.3131 548.755 59.7217 548.808 59.7039 549.057C59.5441 550.906 59.473 552.755 59.473 554.603C59.473 556.043 59.6862 557.537 59.5085 558.977C61.2139 559.368 62.9014 559.776 64.589 560.168C64.4646 560.079 64.3758 559.936 64.3758 559.723C64.5357 554.195 64.6245 548.648 65.1219 543.155C65.1396 542.835 65.6015 542.817 65.6193 543.155C65.8324 548.666 65.6193 554.212 65.4949 559.723C65.4949 560.043 65.2462 560.221 64.9975 560.256L71.126 561.643C70.4155 557.394 71.0194 552.595 71.2148 548.31C71.2326 547.919 71.801 547.919 71.8188 548.31C72.0142 552.595 72.6359 557.412 71.9076 561.679C71.9076 561.732 71.8543 561.767 71.8188 561.803C72.2807 561.892 72.7425 562.016 73.1866 562.105L77.29 563.012C76.6328 556.754 77.4144 549.715 78.2315 543.528C78.267 543.28 78.4624 543.155 78.6578 543.155C78.8355 543.155 79.0131 543.28 79.0131 543.528C79.0842 550.088 77.8407 556.683 78.3381 563.225C82.9211 564.238 87.4864 565.234 92.0695 566.229C91.6609 560.968 92.4248 555.403 92.7978 550.141C92.8333 549.821 93.2952 549.821 93.2952 550.141C93.2952 555.474 93.6149 561.11 92.78 566.389C94.5209 566.763 96.2617 567.136 98.0026 567.527C98.0203 564.558 98.1447 561.59 98.1802 558.621C98.1802 558.337 98.6065 558.337 98.6065 558.621C98.6421 561.643 98.7664 564.665 98.7842 567.687C100.596 568.078 102.408 568.469 104.238 568.878C104.167 563.812 104.788 558.372 105.605 553.412C105.641 553.199 105.978 553.27 105.978 553.466C106.103 558.514 105.925 564.043 105.126 569.074C107.488 569.572 109.869 570.105 112.231 570.62C112.16 570.549 112.107 570.46 112.125 570.336C112.498 567.883 112.444 565.501 112.533 563.047C112.551 562.834 112.871 562.781 112.906 562.994C113.333 565.447 113.084 568.061 112.729 570.496C112.711 570.603 112.675 570.674 112.604 570.691C114.523 571.118 116.459 571.545 118.378 571.971C118.2 567.225 118.893 562.319 120.154 557.785C120.261 557.394 120.865 557.554 120.776 557.963C119.816 562.674 119.301 567.332 118.928 572.096C121.078 572.558 123.245 573.038 125.394 573.518C125.607 567.741 126.62 561.91 127.952 556.328C128.059 555.901 128.698 556.079 128.609 556.523C127.473 562.212 126.78 567.918 126.052 573.66C128.45 574.194 130.83 574.745 133.228 575.296C133.53 571.42 133.992 567.527 134.56 563.705C134.596 563.385 135.147 563.456 135.111 563.776C134.809 567.652 134.365 571.563 133.814 575.42C135.431 575.793 137.065 576.149 138.699 576.522C138.841 574.958 139.001 573.376 139.339 571.811C139.392 571.58 139.765 571.634 139.747 571.865C139.676 573.482 139.428 575.065 139.179 576.629C140.511 576.949 141.861 577.251 143.211 577.553C143.371 577.589 143.478 577.66 143.584 577.731C143.602 577.678 143.602 577.642 143.62 577.589C143.353 573.838 144.384 569.892 144.934 566.194ZM148.292 545.733C145.627 540.737 143.797 535.102 141.772 529.84C141.63 529.431 141.737 529.111 141.95 528.88C141.95 528.88 107.364 522.676 90.2753 518.996C90.4885 521.254 89.1207 523.903 88.1437 525.734C87.0423 527.778 85.4258 530.32 83.3652 531.778C94.1656 534.036 104.753 537.466 115.535 539.813C126.407 542.195 137.349 543.831 148.292 545.733ZM135.413 488.829C133.068 488.633 130.546 486.5 128.894 485.114C127.046 483.567 125.217 481.594 124.133 479.354C123.867 479.62 112.125 487.211 105.925 490.802C107.222 496.1 107.329 501.788 107.115 507.228C109.531 505.735 120.03 499.851 121.913 498.553C124.009 497.113 129.373 493.486 129.64 493.255C131.452 491.638 133.406 490.198 135.413 488.829ZM126.602 497.593C125.43 498.286 124.222 498.926 123.138 499.655C121.486 500.757 119.905 501.913 118.289 503.068C119.55 503.299 120.793 503.53 122.055 503.744C122.108 503.601 122.179 503.441 122.321 503.299C123.973 501.539 125.27 499.566 126.602 497.593ZM112.924 484.065C115.322 482.536 117.738 480.669 120.314 479.354C106.813 477.167 92.5313 475.763 79.546 471.71C73.5774 474.963 67.6266 478.714 61.3204 481.345C75.7624 482.731 105.268 488.811 105.41 489.024C107.648 487.069 110.473 485.629 112.924 484.065ZM104.93 508.561C104.895 508.455 104.557 496.953 104.433 491.3C103.811 491.3 59.5618 482.34 59.5263 482.038H59.4375C59.4375 482.34 53.9307 489.682 52.705 490.429C64.1093 492.9 88.4634 497.664 88.4634 498.357C90.2043 500.491 91.9451 502.624 93.9169 504.544C96.1907 506.784 98.9263 508.401 101.289 510.499C101.307 510.517 101.324 510.534 101.342 510.57C102.55 509.912 103.74 509.255 104.93 508.561ZM90.4352 515.761C93.455 514.445 96.3861 513.077 99.246 511.619C94.663 509.343 90.3819 504.864 87.6818 500.384C84.5909 503.122 80.3809 504.668 76.7216 506.57C72.778 508.597 68.87 510.748 64.8377 512.597C67.4312 518.303 68.4615 526.196 67.893 532.347C74.1814 527.938 87.7174 519.867 87.8595 519.85C88.2147 518.979 89.9556 515.974 90.4352 515.761ZM75.6202 504.668C78.9598 502.908 82.3705 500.597 86.012 499.477C71.6056 498.091 56.2045 496.064 42.8461 490.287C42.8461 490.304 42.8461 490.304 42.8461 490.304C35.4564 494.251 28.0134 498.411 20.375 501.824C34.6215 502.979 49.2233 507.512 63.1501 510.552C63.4698 510.623 63.7008 510.783 63.8606 510.979C67.6976 508.721 71.7122 506.748 75.638 504.668H75.6202ZM65.868 531.6C65.5127 528.134 65.4416 524.632 64.9087 521.165C64.5001 518.463 63.8784 515.796 63.612 513.077H63.5764C63.2567 513.325 62.8481 513.468 62.3685 513.361C48.2641 510.179 32.9162 508.152 19.4158 502.997C18.3144 506.748 15.792 510.161 13.4116 513.165C12.0971 514.801 10.6582 516.348 9.14832 517.823C18.4388 519.121 27.6759 521.378 36.7887 523.405C46.541 525.592 56.613 527.725 65.868 531.6Z' fill='%23261512'/%3E%3Cpath d='M216.469 504.686C216.611 507.423 217.073 518.072 217.375 520.649C217.268 520.649 216.291 521.378 214.71 522.569C214.817 520.596 214.941 518.587 214.71 516.614C214.657 516.17 214.071 516.17 214.018 516.614C213.769 518.676 213.929 520.809 214.018 522.889C214.018 522.943 214.053 522.996 214.089 523.032C213.183 523.725 212.117 524.543 210.927 525.449C211.069 521.076 211.033 516.543 210.536 512.205C210.5 511.761 209.861 511.743 209.825 512.205C209.577 516.685 209.825 521.361 210.234 525.84C210.234 525.894 210.269 525.911 210.287 525.947C208.813 527.085 207.179 528.365 205.438 529.716C205.704 526.729 205.598 523.654 205.455 520.667C205.438 520.276 204.851 520.276 204.834 520.667C204.674 523.796 204.567 527.031 204.869 530.16C203.253 531.422 201.565 532.738 199.824 534.089C200.109 532.009 200.02 529.769 199.931 527.671C199.913 527.28 199.327 527.28 199.309 527.671C199.22 529.858 199.114 532.187 199.434 534.355C199.434 534.355 199.434 534.355 199.434 534.391C197.959 535.546 196.449 536.72 194.957 537.875C194.406 533.395 194.087 528.88 193.891 524.365C193.873 524.294 193.856 524.24 193.82 524.205L192.843 522.889C201.636 516.294 210.11 509.806 216.433 504.686H216.469Z' fill='%23FFE9A0'/%3E%3Cpath d='M208.866 500.899C210.927 501.593 213.005 502.286 215.083 502.962C193.358 520.063 169.892 535.209 148.505 552.63C148.363 552.524 97.8249 543.244 72.8669 537.982C60.3967 535.351 47.9621 532.578 35.5452 529.716C25.2067 527.351 14.211 523.334 3.57051 522.481C4.51199 521.876 5.47123 521.076 5.56005 521.005C6.30613 520.472 6.99891 519.85 7.67394 519.227C17.0177 521.912 26.7344 523.458 36.2025 525.556C46.5765 527.867 67.3956 534.391 67.8575 534.142C74.3768 530.64 80.6651 526.551 86.9357 522.552C86.6871 523.263 85.3903 528.631 80.6651 532.365C80.1145 532.791 147.883 549.395 148.292 549.11C152.893 545.893 173.463 529.84 177.176 525.094C177.193 525.076 177.211 525.04 177.211 525.023C177.904 524.703 173.481 520.187 171.615 518.694C173.534 518.836 183.73 521.752 184.21 521.396C188.527 518.232 209.275 503.37 209.31 503.228C209.594 503.139 209.239 501.415 208.866 500.899Z' fill='%23FFE9A0'/%3E%3Cpath d='M203.057 498.677C204.301 499.815 205.686 501.593 207.267 502.588C199.327 506.001 190.996 512.454 184.761 518.676C184.032 514.09 183.34 509.45 182.043 504.988C182.167 504.881 182.274 504.757 182.345 504.597C187.976 501.753 193.11 497.842 197.906 493.771C199.54 495.477 201.299 497.077 203.057 498.677Z' fill='%23FFE9A0'/%3E%3Cpath d='M192.879 522.889L193.856 524.205C193.731 524.098 193.518 524.152 193.5 524.365C193.323 529.058 193.749 533.644 194.531 538.249C192.239 540.026 189.983 541.804 187.852 543.457C188.136 540.062 188.189 536.595 188.1 533.2C188.082 532.791 187.514 532.809 187.479 533.2C187.159 536.773 186.981 540.453 187.088 544.062C185.24 545.502 183.499 546.853 181.972 548.061C182.238 544.613 182.114 541.057 181.972 537.626C181.972 537.111 181.208 537.111 181.19 537.626C181.048 541.235 180.906 544.986 181.243 548.595C179.538 549.928 177.78 551.244 176.039 552.559C176.429 549.555 176.803 546.533 177.069 543.511C177.105 543.208 176.572 543.12 176.518 543.439C176.074 546.622 175.754 549.821 175.435 553.021C173.818 554.23 172.202 555.474 170.585 556.683C171.012 551.048 171.42 545.448 172.006 539.831C172.042 539.493 171.598 539.351 171.367 539.511L171.047 539.049C177.815 534.089 185.453 528.436 192.861 522.889H192.879Z' fill='%23FFE9A0'/%3E%3Cpath d='M195.668 492.775C191.369 496.313 186.804 499.388 182.203 502.517C182.025 502.233 140.298 494.998 131.985 493.611C134.649 491.798 145.929 485.345 148.54 483.425C164.101 486.874 179.964 489.984 195.668 492.775Z' fill='%23FFE9A0'/%3E%3Cpath d='M180.48 504.49C180.746 509.272 181.847 515.103 182.665 519.814C179.272 517.165 169.413 516.756 169.288 516.81C166.944 514.89 164.634 512.899 162.254 510.979C161.774 510.588 136.763 506.464 124.577 504.206C126.904 501.61 129.231 498.606 130.084 495.229C130.084 495.229 130.096 495.234 130.119 495.246C138.699 497.415 179.662 504.437 180.48 504.49Z' fill='%23FFE9A0'/%3E%3Cpath d='M171.065 539.049L171.385 539.511C171.385 539.511 171.278 539.617 171.278 539.724C170.461 545.502 169.91 551.386 169.857 557.234C167.21 559.19 164.581 561.163 161.952 563.118C162.236 561.501 162.467 559.883 162.68 558.248C162.716 557.91 162.147 557.821 162.094 558.159C161.792 559.972 161.543 561.785 161.348 563.598C159.891 564.683 158.453 565.767 157.014 566.869C157.866 563.456 158.275 559.848 158.719 556.417C158.772 556.079 158.204 556.008 158.133 556.328C157.387 559.936 156.552 563.723 156.285 567.421C154.509 568.772 152.786 570.158 151.045 571.545C151.951 565.767 153.017 560.061 154.047 554.319C154.136 553.91 153.55 553.732 153.425 554.141C151.827 559.99 150.885 566.069 150.317 572.131C148.807 573.322 147.279 574.496 145.805 575.722C146.622 572.522 148.292 559.474 149.269 554.888C149.375 554.799 158.808 548.044 171.065 539.049Z' fill='%23FFE9A0'/%3E%3Cpath d='M175.524 524.436C171.029 527.049 167.104 531.12 163.142 534.444C158.737 538.16 154.118 541.751 149.962 545.768C148.576 540.151 146 534.622 143.851 529.271C143.797 529.129 143.726 529.022 143.638 528.934C150.406 525.929 158.684 520.578 162.947 514.517C163.053 514.374 163.071 514.25 163.071 514.108C166.677 518.09 171.1 521.432 175.524 524.436Z' fill='%23FFE9A0'/%3E%3Cpath d='M116.281 504.49C130.368 509.343 161.597 513.468 161.757 513.343C158.488 515.601 155.735 518.658 152.519 521.058C149.482 523.316 146.249 525.271 143.069 527.316C142.98 527.227 100.401 518.143 92.3892 517.147C100.614 514.481 116.104 504.597 116.281 504.49Z' fill='%23FFE9A0'/%3E%3Cpath d='M147.279 554.763C145.716 558.301 145.521 562.372 144.934 566.194C144.384 569.891 143.353 573.838 143.62 577.589C143.602 577.642 143.602 577.678 143.584 577.731C143.478 577.66 143.371 577.589 143.211 577.553C141.861 577.251 140.511 576.949 139.179 576.629C139.428 575.064 139.676 573.482 139.747 571.865C139.765 571.634 139.392 571.58 139.339 571.811C139.001 573.376 138.841 574.958 138.699 576.522C137.065 576.149 135.431 575.793 133.814 575.42C134.365 571.562 134.809 567.652 135.111 563.776C135.147 563.456 134.596 563.385 134.56 563.705C133.992 567.527 133.53 571.42 133.228 575.296C130.83 574.744 128.45 574.193 126.052 573.66C126.78 567.918 127.473 562.212 128.609 556.523C128.698 556.079 128.059 555.901 127.952 556.328C126.62 561.91 125.607 567.74 125.394 573.518C123.245 573.038 121.078 572.558 118.928 572.096C119.301 567.332 119.816 562.674 120.776 557.963C120.864 557.554 120.261 557.394 120.154 557.785C118.893 562.318 118.2 567.225 118.378 571.971C116.459 571.545 114.523 571.118 112.604 570.691C112.675 570.691 112.711 570.602 112.729 570.496C113.084 568.06 113.333 565.447 112.906 562.994C112.871 562.781 112.551 562.834 112.533 563.047C112.444 565.501 112.498 567.883 112.125 570.336C112.125 570.46 112.16 570.549 112.231 570.62C109.869 570.105 107.488 569.571 105.126 569.074C105.925 564.043 106.103 558.514 105.978 553.466C105.978 553.27 105.641 553.199 105.605 553.412C104.788 558.372 104.167 563.812 104.238 568.878C102.408 568.469 100.596 568.078 98.7842 567.687C98.7664 564.665 98.642 561.643 98.6065 558.621C98.6065 558.336 98.1802 558.336 98.1802 558.621C98.1447 561.59 98.0203 564.558 98.0026 567.527C96.2617 567.136 94.5209 566.763 92.78 566.389C93.6149 561.11 93.2774 555.474 93.2952 550.141C93.2952 549.821 92.8333 549.821 92.7978 550.141C92.4247 555.403 91.6609 560.967 92.0695 566.229C87.4864 565.234 82.9211 564.238 78.3381 563.225C77.8407 556.683 79.0842 550.088 79.0131 543.528C79.0131 543.279 78.8355 543.155 78.6578 543.155L78.9065 541.982C101.555 546.817 124.364 551.599 147.279 554.763ZM84.3067 564.221C84.8219 561.021 84.4133 557.43 84.3067 554.194C84.2889 553.857 83.7916 553.857 83.7738 554.194C83.6672 557.43 83.2409 561.021 83.7738 564.221C83.8271 564.505 84.2889 564.505 84.3245 564.221H84.3067Z' fill='%23FFE9A0'/%3E%3Cpath d='M141.772 529.84C143.797 535.102 145.627 540.737 148.292 545.733C137.349 543.831 126.407 542.195 115.535 539.813C104.753 537.467 94.1656 534.036 83.3652 531.778C85.4258 530.32 87.0423 527.778 88.1437 525.734C89.1207 523.903 90.4885 521.254 90.2753 518.996C107.364 522.676 141.95 528.88 141.95 528.88C141.737 529.111 141.63 529.431 141.772 529.84Z' fill='%23FFE9A0'/%3E%3Cpath d='M128.894 485.113C130.546 486.5 133.068 488.633 135.413 488.829C133.406 490.198 131.452 491.638 129.64 493.255C129.373 493.486 124.009 497.113 121.913 498.553C120.03 499.851 109.531 505.735 107.115 507.228C107.329 501.788 107.222 496.1 105.925 490.802C112.125 487.211 123.867 479.62 124.133 479.354C125.217 481.594 127.046 483.567 128.894 485.113Z' fill='%23FFE9A0'/%3E%3Cpath d='M123.138 499.655C124.222 498.926 125.43 498.286 126.602 497.593C125.27 499.566 123.973 501.539 122.321 503.299C122.179 503.442 122.108 503.602 122.055 503.744C120.793 503.53 119.55 503.299 118.289 503.068C119.905 501.913 121.486 500.757 123.138 499.655Z' fill='%23FFE9A0'/%3E%3Cpath d='M120.314 479.354C117.738 480.669 115.322 482.536 112.924 484.065C110.473 485.629 107.648 487.069 105.41 489.024C105.268 488.811 75.7624 482.731 61.3204 481.345C67.6266 478.714 73.5774 474.963 79.546 471.71C92.5313 475.763 106.813 477.167 120.314 479.354Z' fill='%23FFE9A0'/%3E%3Cpath d='M104.433 491.3C104.557 496.953 104.895 508.455 104.93 508.561C103.74 509.255 102.55 509.912 101.342 510.57C101.342 510.534 101.307 510.517 101.289 510.499C98.9263 508.401 96.1907 506.784 93.9169 504.544C91.9451 502.624 90.2043 500.491 88.4634 498.357C88.4634 497.664 64.1093 492.9 52.705 490.429C53.9307 489.682 59.4375 482.34 59.4375 482.038H59.5263C59.5618 482.34 103.811 491.3 104.433 491.3Z' fill='%23FFE9A0'/%3E%3Cpath d='M99.246 511.619C96.3861 513.076 93.455 514.445 90.4352 515.761C89.9556 515.974 88.2147 518.978 87.8595 519.849C87.7174 519.849 74.1814 527.938 67.893 532.347C68.4615 526.196 67.4312 518.303 64.8377 512.597C68.87 510.748 72.778 508.597 76.7216 506.57C80.3809 504.668 84.5909 503.121 87.6818 500.384C90.3819 504.864 94.663 509.343 99.246 511.619Z' fill='%23FFE9A0'/%3E%3Cpath d='M84.3067 554.194C84.4133 557.43 84.8219 561.021 84.3067 564.221C84.2712 564.505 83.8093 564.505 83.756 564.221C83.2409 561.021 83.6672 557.43 83.756 554.194C83.7738 553.857 84.2712 553.857 84.289 554.194H84.3067Z' fill='%23261512'/%3E%3Cpath d='M78.9065 541.982L78.6578 543.155C78.4624 543.155 78.267 543.279 78.2315 543.528C77.4144 549.715 76.6328 556.754 77.29 563.012L73.1866 562.105C72.7425 562.016 72.2807 561.892 71.8188 561.803C71.8543 561.767 71.8899 561.732 71.9076 561.679C72.6359 557.412 72.0142 552.595 71.8188 548.31C71.801 547.919 71.2326 547.919 71.2148 548.31C71.0194 552.595 70.4155 557.394 71.126 561.643L64.9975 560.256C65.2462 560.221 65.4771 560.043 65.4949 559.723C65.6193 554.212 65.8324 548.666 65.6193 543.155C65.6015 542.817 65.1396 542.835 65.1219 543.155C64.6245 548.648 64.5357 554.194 64.3758 559.723C64.3758 559.936 64.4646 560.079 64.589 560.167C62.9014 559.776 61.2139 559.368 59.5085 558.976C59.6862 557.537 59.473 556.043 59.473 554.603C59.473 552.755 59.5441 550.906 59.7039 549.057C59.7039 548.808 59.3131 548.755 59.2776 549.004C58.7447 551.919 57.9276 555.759 58.6736 558.763C57.0571 558.39 55.4584 558.016 53.8419 557.625C53.8597 557.608 53.8774 557.608 53.8774 557.59C54.6768 552.435 53.5222 546.462 53.0958 541.306C53.0603 540.951 52.5451 540.951 52.5451 541.306C52.6162 546.462 52.0655 552.488 53.3445 557.519C51.5326 557.074 49.7207 556.648 47.9088 556.221C47.9088 556.185 47.9621 556.168 47.9621 556.114C48.7259 551.421 48.0154 546.266 47.2516 541.591C47.216 541.342 46.7719 541.395 46.7897 541.644C47.1805 546.426 46.8608 551.279 47.2693 556.025C47.2693 556.043 47.3048 556.061 47.3048 556.079C45.8837 555.741 44.4626 555.421 43.0415 555.083C42.8994 552.826 42.4553 550.515 42.2244 548.31C42.1889 547.955 41.6204 547.937 41.6382 548.31C41.8158 550.426 41.8158 552.683 42.0468 554.852C40.9632 554.603 39.8796 554.337 38.8138 554.088C38.7427 553.448 38.6539 552.808 38.6184 552.186C38.5651 551.012 38.5473 549.857 38.5828 548.684C38.5828 548.453 38.2809 548.47 38.2453 548.684C38.0855 550.248 37.8368 552.186 38.0322 553.91C36.7354 553.608 35.4387 553.323 34.1419 553.039C34.2307 548.061 34.3728 542.924 33.7511 537.982C33.7333 537.786 33.4669 537.786 33.4491 537.982C32.8274 542.835 32.9695 547.884 33.0406 552.79C30.8734 552.292 28.6884 551.812 26.5035 551.35C26.1127 548.506 25.8107 545.644 25.6153 542.782C25.5975 542.586 25.3133 542.568 25.3133 542.782C25.2245 545.59 25.3311 548.381 25.6153 551.155C23.91 550.799 22.2047 550.426 20.4994 550.088C20.375 543.973 19.9842 537.84 19.8243 531.724C19.8243 531.582 19.7178 531.529 19.6289 531.529L20.1796 528.987C25.1712 530.089 30.1628 531.013 34.8702 532.151C47.2693 535.12 59.7039 537.893 72.1741 540.542C74.4123 541.022 76.6505 541.502 78.9065 541.982Z' fill='%23FFE9A0'/%3E%3Cpath d='M86.012 499.477C82.3705 500.597 78.9598 502.908 75.6203 504.668C71.6945 506.748 67.6799 508.721 63.8429 510.979C63.683 510.783 63.4521 510.623 63.1323 510.552C49.2056 507.512 34.6038 502.979 20.3572 501.824C27.9957 498.411 35.4387 494.251 42.8284 490.304C42.8284 490.304 42.8284 490.304 42.8284 490.287C56.1867 496.064 71.5879 498.091 85.9943 499.477H86.012Z' fill='%23FFE9A0'/%3E%3Cpath d='M64.9087 521.165C65.4416 524.632 65.5127 528.134 65.868 531.6C56.613 527.725 46.541 525.592 36.7887 523.405C27.6759 521.378 18.4388 519.121 9.14832 517.823C10.6582 516.348 12.0971 514.801 13.4116 513.165C15.792 510.161 18.3144 506.748 19.4158 502.997C32.9162 508.152 48.2641 510.179 62.3685 513.361C62.8481 513.468 63.2567 513.325 63.5764 513.077H63.612C63.8784 515.796 64.5001 518.463 64.9087 521.165Z' fill='%23FFE9A0'/%3E%3Cpath d='M20.1796 528.987L19.6289 531.529C19.5224 531.529 19.4335 531.582 19.4158 531.725C19.0427 537.751 18.9184 543.884 19.5223 549.893C17.2131 549.43 14.9038 548.986 12.5945 548.559C12.7721 544.311 12.8077 540.044 12.7366 535.778C12.7366 535.618 12.5057 535.635 12.4879 535.778C12.1149 539.973 11.8662 544.186 11.7596 548.417C9.02398 547.919 6.30612 547.457 3.57051 547.03C3.80144 539.457 2.98431 531.529 2.55798 523.903C2.70009 523.885 2.82443 523.849 2.94878 523.76C8.29566 526.143 14.2288 527.689 20.1796 528.987ZM7.19431 546.835C7.19431 547.244 7.86933 547.244 7.83381 546.835C7.46077 541.057 7.38971 535.28 6.89233 529.52C6.89233 529.342 6.62587 529.342 6.62587 529.52C6.62587 535.298 7.06997 541.057 7.19431 546.835Z' fill='%23FFE9A0'/%3E%3Cpath d='M7.83381 546.835C7.86934 547.244 7.19431 547.244 7.19431 546.835C7.06997 541.057 6.64364 535.298 6.62587 529.52C6.62587 529.343 6.89233 529.343 6.89233 529.52C7.38971 535.28 7.46077 541.057 7.83381 546.835Z' fill='%23261512'/%3E%3Cpath d='M975.602 497.202C975.976 497.22 984.786 515.992 984.467 516.259C984.467 517.005 928.902 607.899 928.156 607.899C915.881 605.641 864.117 598.655 851.665 597.197C849.64 593.606 847.668 589.339 845.909 586.122C844.098 582.851 841.984 579.669 840.616 576.185C840.509 575.918 840.616 575.669 840.829 575.527C840.882 575.438 845.856 568.025 845.98 567.883C849.427 564.043 851.665 560.274 852.713 555.19C852.802 554.692 902.078 486.269 902.309 486.269C911.831 486.376 953.114 494.126 953.238 494.269H953.273C955.831 495.531 958.407 496.526 961.285 496.704C963.452 496.846 968.053 495.691 968.479 495.797C970.185 496.206 973.862 497.166 975.602 497.202ZM982.637 516.081C982.566 515.974 982.495 515.868 982.441 515.725C980.505 509.539 977.414 504.579 973.968 499.317C972.138 503.548 970.096 507.672 967.929 511.726C964.784 517.574 961.374 523.281 957.856 528.934C954.641 534.124 951.355 539.262 948.158 544.417L947.305 545.804C947.394 545.786 947.482 545.804 947.553 545.875C949.472 548.488 951.408 551.084 953.327 553.697C953.966 554.586 956.098 556.719 956.489 558.159C957.217 557.021 957.927 555.901 958.638 554.763C958.638 554.763 958.585 554.763 958.567 554.763C957.608 554.035 957.146 552.79 956.577 551.741C955.849 550.426 955.121 549.11 954.41 547.795C954.25 547.51 954.659 547.279 954.837 547.546C955.618 548.719 956.382 549.91 957.164 551.084C957.803 552.061 958.727 553.092 958.976 554.23C959.882 552.808 960.77 551.386 961.676 549.964C960.93 549.235 960.468 548.133 959.953 547.262C959.278 546.106 958.603 544.968 957.928 543.831C957.732 543.475 958.265 543.173 958.478 543.511C959.224 544.613 959.953 545.715 960.699 546.817C961.178 547.546 961.818 548.293 962.226 549.093C963.861 546.479 965.495 543.866 967.147 541.253C967.875 540.08 968.621 538.889 969.367 537.698C968.302 536.613 967.555 535.156 966.756 533.893C965.815 532.4 964.855 530.889 963.914 529.396C963.754 529.147 964.145 528.934 964.322 529.165C965.371 530.587 966.436 532.027 967.502 533.449C968.302 534.551 969.243 535.635 969.883 536.844C972.21 533.111 974.519 529.36 976.81 525.609C976.686 525.627 976.526 525.609 976.384 525.467C972.441 522.018 969.811 516.845 968.017 512.01C967.982 511.921 968 511.85 968.035 511.797C968.142 511.601 968.479 511.512 968.586 511.761C970.735 516.668 973.879 520.525 977.13 524.703C977.183 524.774 977.219 524.845 977.237 524.916C978.054 523.583 978.853 522.249 979.653 520.916C977.734 518.943 976.295 516.312 974.714 514.09C974.466 513.717 975.07 513.254 975.336 513.61C976.935 515.636 978.907 517.699 980.239 519.956C980.967 518.73 981.713 517.539 982.441 516.312C982.495 516.223 982.566 516.17 982.637 516.099V516.081ZM972.689 498.073C971.677 498.144 970.629 498.073 969.634 497.824C960.059 513.734 950.378 529.591 940.661 545.431C933.502 557.057 926.699 573.109 915.135 581.18C914.957 581.642 914.531 581.998 913.82 581.909C891.811 578.833 867.919 576.576 846.744 569.536C846.442 571.954 845.021 574.211 843.245 575.9C867.546 579.509 894.529 584.842 918.51 589.144H918.528C927.534 573.731 937.162 558.657 946.559 543.475C955.725 528.667 965.726 514.09 972.689 498.073ZM967.005 498.446C962.67 500.153 956.382 498.482 952.758 496.064C952.687 496.064 952.012 495.94 950.84 495.726C944.001 494.411 920.304 489.753 902.487 487.567C902.469 487.709 871.578 533.004 855.218 554.586C863.3 555.208 871.365 557.234 879.323 558.763C888.613 560.541 898.135 562.159 907.194 564.896C907.407 564.967 907.372 565.287 907.141 565.287C898.721 564.772 890.265 563.261 881.952 561.874C872.875 560.363 863.371 559.421 854.543 556.843C853.654 561.608 850.937 566.283 846.851 568.896C869.144 570.958 891.42 576.629 913.678 579.562C912.523 578.371 911.777 576.593 911.173 575.136C910.232 572.807 909.681 570.318 910.001 567.812C910.001 567.723 910.037 567.652 910.072 567.598C910.285 567.225 910.889 567.136 911.031 567.669C911.582 569.856 912.026 572.043 912.896 574.122C913.607 575.847 914.921 577.376 915.579 579.082C935.154 554.23 950.289 525.307 967.005 498.446ZM951.106 566.709C952.741 564.132 954.375 561.536 956.009 558.941C954.517 558.194 953.327 555.421 952.492 554.177C950.698 551.492 948.939 548.808 947.163 546.106V546.053C938.903 559.385 930.802 572.843 922.276 585.98C921.459 587.242 920.641 588.504 919.824 589.748C919.824 589.802 919.878 589.837 919.895 589.891C920.535 592.522 921.387 595.153 922.56 597.606C923.626 599.863 926.237 603.312 927.374 605.534C928.209 604.077 929.097 602.637 929.95 601.197C927.232 596.432 924.727 591.704 922.862 586.513C922.862 586.46 922.862 586.424 922.862 586.371C922.951 586.246 923.164 586.211 923.253 586.353C925.491 591.153 927.694 596.041 930.252 600.663C931.193 599.099 932.117 597.535 933.058 595.988C931.708 593.873 930.589 591.597 929.186 589.517C928.955 589.179 929.488 588.877 929.737 589.197C931.104 591.046 932.561 593.002 933.556 595.135C934.391 593.748 935.226 592.379 936.06 591.011C934.408 589.126 933.289 586.549 932.064 584.397C931.904 584.131 932.312 583.9 932.472 584.166C933.751 586.157 935.421 588.273 936.362 590.513C938.796 586.531 941.23 582.549 943.699 578.584C941.656 576.185 940.022 573.429 938.263 570.816C938.068 570.532 938.512 570.3 938.707 570.567C940.519 572.985 942.509 575.385 944.072 577.98C945.102 576.345 946.115 574.691 947.145 573.056C946.63 572.629 946.203 572.06 945.83 571.545C945.262 570.816 944.782 570.034 944.374 569.198C944.214 568.914 944.64 568.665 944.8 568.949C945.262 569.732 945.759 570.46 946.346 571.154C946.719 571.58 947.145 571.989 947.536 572.416C948.548 570.78 949.579 569.145 950.609 567.509C948.388 565.305 946.31 562.23 945.191 559.581C945.084 559.35 945.369 559.065 945.564 559.279C946.701 560.683 947.625 562.23 948.708 563.687C949.472 564.718 950.325 565.696 951.106 566.709ZM923.466 604.752C920.819 600.663 918.901 594.584 917.906 590.868C890.319 586.904 843.245 577.287 843.049 577.162C844.968 579.544 852.855 595.313 852.855 595.455C854.951 595.828 857.793 596.255 861.115 596.717C858.966 593.428 857.847 589.002 856.443 585.34C856.39 585.162 856.674 585.037 856.745 585.197C858.362 588.806 860.724 592.788 861.524 596.681C861.524 596.717 861.524 596.752 861.506 596.77C863.176 597.001 864.988 597.25 866.871 597.499C866.604 597.09 866.409 596.664 866.231 596.255C865.805 595.366 865.485 594.424 865.254 593.446C865.201 593.197 865.574 593.09 865.645 593.339C865.911 594.317 866.284 595.241 866.764 596.13C867.048 596.628 867.439 597.108 867.723 597.606C870.281 597.943 872.999 598.299 875.788 598.637C874.58 597.019 873.905 594.939 873.123 593.073C872.306 591.153 871.489 589.215 870.672 587.277C870.565 587.028 870.938 586.797 871.063 587.064C872.04 589.055 873.035 591.064 874.029 593.055C874.882 594.815 875.966 596.575 876.356 598.495C876.374 598.583 876.356 598.655 876.321 598.708C878.115 598.921 879.945 599.152 881.81 599.383C880.744 597.072 879.856 594.673 878.879 592.344C878.808 592.148 879.128 592.024 879.199 592.202C880.353 594.619 881.614 597.019 882.627 599.49C884.794 599.757 886.979 600.023 889.146 600.272C888.827 599.401 888.613 598.477 888.276 597.588C887.707 596.059 886.997 594.584 886.198 593.144C886.055 592.913 886.428 592.682 886.571 592.93C887.885 595.064 889.502 597.784 889.928 600.379C891.989 600.628 894.031 600.877 896.056 601.126C894.245 597.801 893.001 594.015 891.598 590.531C891.42 590.086 892.166 589.784 892.362 590.211C893.996 593.784 895.985 597.481 897.122 601.25C899.36 601.517 901.545 601.783 903.677 602.05C902.807 600.29 902.256 598.317 901.794 596.468C901.652 595.881 902.54 595.65 902.7 596.219C903.251 598.281 904.103 600.201 904.814 602.192C906.768 602.441 908.633 602.672 910.41 602.903C909.61 601.499 909.077 599.899 908.438 598.441C907.621 596.539 906.839 594.637 906.022 592.717C905.898 592.397 906.448 592.166 906.608 592.486C907.55 594.441 908.509 596.397 909.433 598.352C910.161 599.863 911.067 601.41 911.511 603.045C913.127 603.259 914.655 603.454 916.076 603.65C915.188 601.481 914.779 598.975 914.442 596.824C914.353 596.326 915.064 596.112 915.188 596.61C915.526 598.139 915.934 599.632 916.449 601.108C916.751 602.014 917.16 602.921 917.497 603.845C919.931 604.183 921.974 604.485 923.466 604.752Z' fill='%23261512'/%3E%3Cpath d='M982.442 515.725C982.495 515.868 982.566 515.974 982.637 516.081C982.566 516.152 982.495 516.205 982.442 516.294C981.713 517.521 980.967 518.712 980.239 519.939C978.907 517.681 976.935 515.619 975.336 513.592C975.07 513.237 974.466 513.699 974.714 514.072C976.295 516.294 977.734 518.925 979.653 520.899C978.853 522.232 978.054 523.565 977.237 524.898C977.219 524.827 977.183 524.756 977.13 524.685C973.879 520.507 970.735 516.65 968.586 511.743C968.479 511.495 968.142 511.583 968.035 511.779L967.929 511.726C970.096 507.673 972.139 503.548 973.968 499.317C977.414 504.579 980.505 509.539 982.442 515.725Z' fill='%23FFE9A0'/%3E%3Cpath d='M976.81 525.592C974.519 529.342 972.21 533.093 969.883 536.827C969.243 535.618 968.302 534.533 967.502 533.431C966.436 532.009 965.371 530.569 964.322 529.147C964.145 528.916 963.754 529.147 963.914 529.378C964.855 530.871 965.815 532.382 966.756 533.876C967.555 535.138 968.302 536.595 969.367 537.68C968.621 538.871 967.875 540.062 967.147 541.235L966.738 540.986C966.809 540.844 966.827 540.666 966.703 540.471C964.323 536.56 961.48 532.88 958.816 529.147C958.656 528.916 958.354 528.987 958.265 529.182L957.856 528.934C961.374 523.281 964.784 517.574 967.929 511.726L968.035 511.779C968.035 511.779 967.982 511.903 968.017 511.992C969.812 516.828 972.441 522.001 976.384 525.449C976.526 525.574 976.686 525.609 976.81 525.592ZM972.316 531.369C972.583 531.565 972.956 531.387 972.885 531.049C972.654 530.054 971.908 529.182 971.357 528.347L969.474 525.467C969.243 525.129 968.71 525.432 968.923 525.787L970.629 528.774C971.126 529.645 971.535 530.729 972.316 531.369Z' fill='%23FFE9A0'/%3E%3Cpath d='M972.885 531.049C972.956 531.387 972.583 531.565 972.316 531.369C971.535 530.729 971.126 529.645 970.629 528.774L968.923 525.787C968.71 525.432 969.243 525.129 969.474 525.467L971.357 528.347C971.908 529.183 972.654 530.054 972.885 531.049Z' fill='%23261512'/%3E%3Cpath d='M969.634 497.824C970.629 498.055 971.677 498.144 972.689 498.073C965.726 514.09 955.725 528.667 946.559 543.475C937.162 558.657 927.534 573.731 918.528 589.144H918.51C894.529 584.842 867.546 579.509 843.245 575.9C845.021 574.211 846.442 571.954 846.744 569.536C867.919 576.576 891.811 578.833 913.82 581.909C914.531 581.998 914.957 581.642 915.135 581.18C926.699 573.109 933.502 557.057 940.661 545.43C950.378 529.591 960.059 513.734 969.634 497.824Z' fill='%23FFE9A0'/%3E%3Cpath d='M967.147 541.235C965.495 543.848 963.861 546.462 962.226 549.075C961.818 548.275 961.178 547.528 960.699 546.799C959.953 545.697 959.224 544.595 958.478 543.493C958.265 543.155 957.732 543.457 957.928 543.813C958.603 544.951 959.278 546.088 959.953 547.244C960.468 548.115 960.93 549.217 961.676 549.946C960.77 551.368 959.882 552.79 958.976 554.212C958.727 553.075 957.803 552.044 957.164 551.066C956.382 549.893 955.618 548.701 954.837 547.528C954.659 547.262 954.25 547.493 954.41 547.777C955.121 549.093 955.849 550.408 956.577 551.724C957.146 552.772 957.608 554.017 958.567 554.746C958.585 554.746 958.62 554.746 958.638 554.746C957.927 555.883 957.217 557.003 956.489 558.141C956.098 556.701 953.966 554.568 953.327 553.679C951.408 551.066 949.472 548.47 947.553 545.857C947.482 545.786 947.394 545.768 947.305 545.786L948.157 544.399C951.355 539.244 954.641 534.107 957.856 528.916L958.265 529.165C958.265 529.165 958.212 529.325 958.283 529.431C960.699 533.324 963.026 537.342 965.726 541.04C966.01 541.431 966.578 541.306 966.738 540.969L967.147 541.217V541.235Z' fill='%23FFE9A0'/%3E%3Cpath d='M966.703 540.471C966.827 540.666 966.809 540.844 966.738 540.986C966.578 541.324 966.01 541.448 965.726 541.057C963.026 537.36 960.699 533.342 958.283 529.449C958.212 529.342 958.212 529.254 958.265 529.182C958.354 528.987 958.656 528.916 958.816 529.147C961.48 532.88 964.323 536.56 966.703 540.471Z' fill='%23261512'/%3E%3Cpath d='M952.758 496.064C956.382 498.482 962.67 500.153 967.005 498.446C950.289 525.307 935.154 554.23 915.579 579.082C914.922 577.376 913.607 575.847 912.896 574.122C912.026 572.043 911.582 569.856 911.031 567.669C910.889 567.136 910.285 567.225 910.072 567.598L907.141 565.287C907.372 565.287 907.408 564.967 907.194 564.896L909.823 563.314C909.912 563.51 910.25 563.581 910.427 563.35C925.846 543.297 939.151 520.916 951.675 498.962C952.19 498.055 951.373 497.202 950.573 497.202L950.84 495.726C952.012 495.94 952.687 496.064 952.758 496.064Z' fill='%23FFE9A0'/%3E%3Cpath d='M956.009 558.941C954.375 561.536 952.74 564.132 951.106 566.709C950.325 565.696 949.472 564.718 948.708 563.687C947.625 562.23 946.701 560.683 945.564 559.279C945.369 559.065 945.084 559.35 945.191 559.581C946.31 562.23 948.388 565.305 950.609 567.509C949.579 569.145 948.548 570.78 947.536 572.416C947.145 571.989 946.719 571.58 946.346 571.154C945.759 570.46 945.262 569.732 944.8 568.949C944.64 568.665 944.214 568.914 944.374 569.198C944.782 570.034 945.262 570.816 945.83 571.545C946.203 572.06 946.63 572.629 947.145 573.056C946.115 574.691 945.102 576.345 944.072 577.98C942.509 575.385 940.519 572.985 938.707 570.567C938.512 570.3 938.068 570.532 938.263 570.816C940.022 573.429 941.656 576.185 943.699 578.584C941.23 582.549 938.796 586.531 936.362 590.513C935.421 588.273 933.751 586.157 932.472 584.166C932.312 583.9 931.904 584.131 932.064 584.397C933.289 586.548 934.408 589.126 936.06 591.01C935.225 592.379 934.391 593.748 933.556 595.135C932.561 593.002 931.104 591.046 929.736 589.197C929.488 588.877 928.955 589.179 929.186 589.517C930.589 591.597 931.708 593.873 933.058 595.988C932.117 597.535 931.193 599.099 930.252 600.663C927.694 596.041 925.491 591.153 923.253 586.353C923.164 586.211 922.951 586.246 922.862 586.371L922.276 585.98C930.802 572.843 938.903 559.385 947.163 546.053V546.106C948.939 548.808 950.698 551.492 952.492 554.177C953.327 555.421 954.517 558.194 956.009 558.941ZM938.636 585.517C938.778 585.731 939.169 585.606 939.08 585.322C937.89 581.607 935.403 577.838 933.023 574.762C932.898 574.585 932.632 574.816 932.721 575.011C934.622 578.478 936.416 582.246 938.636 585.517Z' fill='%23FFE9A0'/%3E%3Cpath d='M950.573 497.202C951.373 497.202 952.19 498.055 951.675 498.962C939.151 520.916 925.846 543.297 910.427 563.35C910.25 563.581 909.912 563.51 909.823 563.314C909.77 563.225 909.77 563.119 909.841 562.994C922.755 541.058 936.789 519.796 949.632 497.771C949.863 497.362 950.218 497.202 950.573 497.202Z' fill='%23261512'/%3E%3Cpath d='M950.84 495.726L950.573 497.202C950.218 497.202 949.863 497.362 949.632 497.771C936.789 519.796 922.755 541.057 909.841 562.994C909.77 563.118 909.77 563.225 909.823 563.314L907.194 564.896C898.135 562.159 888.613 560.541 879.323 558.763C871.365 557.234 863.3 555.208 855.218 554.586C871.578 533.004 902.469 487.709 902.487 487.567C920.304 489.753 944.001 494.411 950.84 495.726Z' fill='%23FFE9A0'/%3E%3Cpath d='M939.08 585.322C939.169 585.606 938.778 585.731 938.636 585.517C936.416 582.246 934.622 578.478 932.721 575.011C932.632 574.816 932.898 574.585 933.023 574.762C935.403 577.838 937.89 581.606 939.08 585.322Z' fill='%23261512'/%3E%3Cpath d='M929.95 601.197C929.097 602.637 928.209 604.077 927.374 605.534C926.237 603.312 923.626 599.863 922.56 597.606C921.388 595.153 920.535 592.522 919.895 589.891C919.878 589.837 919.842 589.802 919.824 589.748C920.641 588.504 921.459 587.242 922.276 585.98L922.862 586.371C922.862 586.371 922.862 586.46 922.862 586.513C924.727 591.704 927.232 596.433 929.95 601.197Z' fill='%23FFE9A0'/%3E%3Cpath d='M917.906 590.868C918.901 594.584 920.819 600.663 923.466 604.752C921.974 604.485 919.931 604.183 917.497 603.845C917.16 602.921 916.751 602.014 916.449 601.108C915.934 599.632 915.526 598.139 915.188 596.61C915.064 596.113 914.353 596.326 914.442 596.824C914.779 598.975 915.188 601.481 916.076 603.65C914.655 603.454 913.127 603.259 911.511 603.046C911.067 601.41 910.161 599.863 909.433 598.352C908.509 596.397 907.55 594.441 906.608 592.486C906.448 592.166 905.898 592.397 906.022 592.717C906.839 594.637 907.621 596.539 908.438 598.441C909.077 599.899 909.61 601.499 910.41 602.903C908.633 602.672 906.768 602.441 904.814 602.192C904.103 600.201 903.251 598.281 902.7 596.219C902.54 595.65 901.652 595.881 901.794 596.468C902.256 598.317 902.807 600.29 903.677 602.05C901.545 601.783 899.361 601.517 897.122 601.25C895.985 597.481 893.996 593.784 892.362 590.211C892.166 589.784 891.42 590.086 891.598 590.531C893.001 594.015 894.245 597.801 896.056 601.126C894.031 600.877 891.989 600.628 889.928 600.379C889.502 597.784 887.885 595.064 886.571 592.93C886.428 592.682 886.055 592.913 886.198 593.144C886.997 594.584 887.707 596.059 888.276 597.588C888.613 598.477 888.827 599.401 889.146 600.272C886.979 600.023 884.794 599.757 882.627 599.49C881.615 597.019 880.353 594.619 879.199 592.202C879.128 592.024 878.808 592.148 878.879 592.344C879.856 594.673 880.744 597.072 881.81 599.383C879.945 599.152 878.115 598.921 876.321 598.708C876.356 598.655 876.374 598.584 876.356 598.495C875.966 596.575 874.882 594.815 874.029 593.055C873.035 591.064 872.04 589.055 871.063 587.064C870.938 586.797 870.566 587.029 870.672 587.277C871.489 589.215 872.306 591.153 873.123 593.073C873.905 594.939 874.58 597.019 875.788 598.637C872.999 598.299 870.281 597.944 867.723 597.606C867.439 597.108 867.048 596.628 866.764 596.13C866.284 595.241 865.911 594.317 865.645 593.339C865.574 593.09 865.201 593.197 865.254 593.446C865.485 594.424 865.805 595.366 866.231 596.255C866.409 596.664 866.604 597.09 866.871 597.499C864.988 597.25 863.176 597.001 861.506 596.77C861.524 596.752 861.524 596.717 861.524 596.681C860.724 592.788 858.362 588.806 856.745 585.198C856.674 585.038 856.39 585.162 856.443 585.34C857.847 589.002 858.966 593.428 861.115 596.717C857.793 596.255 854.951 595.828 852.855 595.455C852.855 595.313 844.968 579.544 843.049 577.162C843.245 577.287 890.319 586.904 917.906 590.868ZM855.555 595.757C855.679 595.953 855.981 595.828 855.91 595.615C855.324 593.57 854.134 591.633 853.246 589.713C853.21 589.66 853.121 589.713 853.139 589.766C853.921 591.739 854.507 593.926 855.555 595.757Z' fill='%23FFE9A0'/%3E%3Cpath d='M911.173 575.136C911.777 576.593 912.523 578.371 913.678 579.562C891.42 576.629 869.144 570.958 846.851 568.896C850.937 566.283 853.654 561.607 854.543 556.843C863.371 559.421 872.875 560.363 881.952 561.874C890.265 563.261 898.721 564.772 907.141 565.287L910.072 567.598C910.072 567.598 910.001 567.723 910.001 567.812C909.681 570.318 910.232 572.807 911.173 575.136Z' fill='%23FFE9A0'/%3E%3Cpath d='M855.91 595.615C855.981 595.828 855.679 595.952 855.555 595.757C854.507 593.926 853.921 591.739 853.139 589.766C853.139 589.713 853.21 589.659 853.246 589.713C854.134 591.633 855.324 593.57 855.91 595.615Z' fill='%23261512'/%3E%3Cpath d='M1223.9 699.343C1223.32 699.041 1231.83 694.49 1240.89 674.349C1243.82 667.86 1248.95 662.811 1254.64 658.509C1267.53 648.696 1285.3 644.146 1301.34 646.421C1301.37 646.421 1301.37 646.421 1301.41 646.457C1307.54 645.408 1313.74 648.11 1318.71 653.781C1318.74 653.816 1318.73 653.852 1318.74 653.905C1322.92 651.701 1327.73 650.421 1333.24 650.154C1345.76 649.585 1377.31 650.421 1393.51 669.549C1407.49 686.081 1406.2 718.773 1386.21 730.737C1385.8 730.986 1379.87 727.27 1378.75 724.693C1378.64 724.444 1373.71 714.649 1371.43 710.205C1369.39 706.223 1365.2 697.014 1365.2 695.965C1365.2 695.93 1365.21 695.912 1365.21 695.894C1371.29 684.57 1370.99 673.14 1366.96 661.318C1362.94 660.963 1358.77 661.674 1354.7 663.825C1354.34 664.002 1354.01 664.233 1353.67 664.447C1360.29 673.602 1363.83 684.606 1363.88 695.983C1363.88 697.281 1363.85 698.578 1363.76 699.894C1362.62 717.102 1348.61 719.129 1347.98 719.022C1337.63 717.315 1327.29 715.378 1317.04 713.138C1311.57 711.964 1306.01 710.4 1302.35 705.885C1297.48 699.876 1297.52 691.628 1299.26 683.913C1296.2 679.771 1291.69 677.353 1286.49 677.584C1286.34 677.584 1286.24 677.548 1286.13 677.513C1285.92 678.348 1285.7 679.184 1285.49 680.002C1283.71 686.988 1283.11 694.863 1276.36 698.898C1269.24 703.183 1257.9 703.36 1249.8 703.787C1240.87 704.249 1231.92 703.627 1223.9 699.343ZM1248.97 667.007C1240.28 676.766 1238.1 692.108 1226.32 698.916C1239.27 703.076 1252.2 702.4 1265.61 700.196C1269.73 699.521 1273.07 698.187 1275.72 696.107C1281.42 682.01 1280.13 663.291 1291.12 652.181C1293.43 649.852 1295.86 648.252 1298.37 647.292C1279.9 649.159 1262.08 652.27 1248.97 667.007ZM1284.16 670.26C1282.29 678.099 1281.55 686.437 1278.15 693.725C1280.04 691.45 1281.41 688.588 1282.26 685.015C1283.59 679.379 1284.94 673.762 1286.89 668.304C1289.4 661.336 1293.2 653.496 1300.86 651.15C1305.85 649.621 1311.99 652.003 1315.51 655.914C1316.33 655.345 1317.15 654.812 1318.02 654.332C1302.62 639.061 1288.12 653.816 1284.16 670.26ZM1286.61 675.628C1286.89 675.628 1287.18 675.664 1287.46 675.682C1287.37 675.557 1287.34 675.433 1287.44 675.291C1289.58 672.5 1291.69 669.709 1293.63 666.758C1293.77 666.544 1294.11 666.758 1293.96 666.953C1292.19 669.993 1290.29 672.944 1288.1 675.7C1289.22 675.788 1290.32 676.002 1291.39 676.304C1295.62 671.504 1299.81 666.776 1304.53 662.456C1304.64 662.349 1304.8 662.509 1304.69 662.598C1300.29 666.989 1295.9 671.558 1292.12 676.5C1293.15 676.855 1294.14 677.335 1295.08 677.886C1296.27 676.677 1297.64 675.7 1299.22 674.989C1299.45 674.864 1299.67 675.202 1299.44 675.344C1298.03 676.108 1296.79 677.086 1295.69 678.242C1297.23 679.237 1298.6 680.517 1299.72 682.046C1300.63 678.544 1301.83 675.22 1303.06 672.322C1305.81 665.727 1309.61 660.465 1314.5 656.696C1306.47 649.159 1295.55 654.865 1291.34 662.687C1289.22 666.633 1287.8 671.184 1286.61 675.628ZM1306.91 670.064C1300.91 682.046 1294.91 703.307 1311.55 709.582C1320.95 713.138 1331.59 714.453 1341.7 716.391C1336.28 713.333 1332.99 706.631 1331.96 700.516C1330.17 689.779 1332.85 677.886 1339.44 669.175C1345.71 660.874 1354.56 656.518 1363.63 655.878C1342.14 650.225 1317.64 648.59 1306.91 670.064ZM1334.64 683.13C1331.89 693.334 1331.94 712.053 1344.77 715.733C1359.67 720.017 1362.94 701.334 1362.23 691.45C1361.54 681.833 1357.86 673.086 1352.25 665.336C1351.63 665.762 1351.04 666.225 1350.45 666.687C1355.53 675.273 1369.71 711.733 1348.98 712.427C1329.51 713.049 1337.72 678.082 1344.08 669.655C1355.07 655.096 1376.37 655.807 1387.54 669.869C1400.85 686.615 1394.45 710.24 1380.22 724.017C1381.15 724.835 1381.98 725.742 1382.96 726.506C1384.06 727.359 1385.23 727.964 1386.44 728.639C1386.48 728.639 1386.48 728.675 1386.51 728.675C1400.71 717.706 1403.73 696.374 1397.46 680.144C1394.28 671.913 1387.93 661.603 1369.46 657.514C1363.12 656.749 1356.49 657.958 1350.31 661.691C1342.42 666.438 1337.02 674.295 1334.64 683.13ZM1338.23 694.988C1338 699.165 1338.43 702.685 1339.67 704.498C1340.36 705.511 1341.07 706.4 1341.8 707.147C1345.5 704.907 1349.4 703.094 1353.45 701.636C1353.61 701.583 1353.7 701.832 1353.56 701.885C1349.67 703.556 1345.96 705.547 1342.33 707.716C1350.56 715.698 1359.14 707.325 1358.82 698.063C1358.7 694.383 1355.82 678.846 1348.94 668.056C1344.15 671.326 1340.61 680.144 1339.05 688.428C1339.71 687.77 1340.47 687.201 1341.2 686.597C1341.43 686.401 1341.77 686.739 1341.54 686.935C1340.79 687.575 1340.08 688.268 1339.28 688.819C1339.17 688.908 1339.05 688.837 1339 688.748C1338.66 690.543 1338.43 692.321 1338.3 694.01C1339.01 693.405 1339.83 692.872 1340.56 692.321C1341.78 691.397 1342.99 690.49 1344.22 689.566C1344.36 689.459 1344.54 689.69 1344.41 689.814C1343.24 690.792 1342.09 691.788 1340.91 692.783C1340.06 693.512 1339.19 694.365 1338.23 694.988ZM1367.29 697.103C1367.29 697.103 1367.24 697.156 1367.22 697.192C1370.19 701.263 1372.14 706.258 1374.38 710.756C1376.25 714.489 1378.08 718.222 1379.59 722.115C1387.29 712.551 1393.17 701.174 1392.16 688.89C1392.02 687.041 1391.7 685.175 1391.22 683.273C1388.5 672.695 1379.48 663.54 1369.03 661.603C1370.15 663.878 1370.97 666.242 1371.54 668.66C1371.59 668.429 1371.8 668.251 1372.09 668.322C1374.93 669.158 1377.72 670.135 1380.51 671.095C1380.76 671.184 1380.67 671.558 1380.4 671.486C1377.54 670.775 1374.66 670.082 1371.84 669.247C1371.75 669.211 1371.68 669.158 1371.63 669.104C1372.46 672.891 1372.68 676.766 1372.32 680.642H1372.41C1378.41 682.455 1384.1 685.53 1389.37 688.872C1389.44 688.926 1389.48 688.997 1389.48 689.068C1389.48 689.21 1389.32 689.37 1389.14 689.263C1383.64 686.348 1377.93 684.126 1372.21 681.726C1372 683.415 1371.7 685.104 1371.29 686.757C1372.78 687.77 1374.11 689.174 1375.45 690.366C1377.19 691.93 1378.91 693.512 1380.62 695.13C1380.79 695.29 1380.53 695.556 1380.33 695.396C1378.5 693.921 1376.67 692.445 1374.86 690.934C1373.62 689.903 1372.2 688.89 1371.04 687.699C1370.72 688.872 1370.35 690.046 1369.94 691.183C1372.3 693.832 1374.27 696.854 1376.3 699.734C1378.86 703.378 1381.56 707.04 1383.6 711.004C1383.71 711.2 1383.44 711.431 1383.3 711.253C1380.7 708.214 1378.48 704.871 1376.12 701.672C1373.9 698.685 1371.45 695.77 1369.37 692.659C1368.77 694.188 1368.07 695.663 1367.29 697.103Z' fill='%23261512'/%3E%3Cpath d='M1226.32 698.916C1238.1 692.108 1240.28 676.766 1248.97 667.007C1262.08 652.27 1279.9 649.159 1298.37 647.292C1295.86 648.252 1293.43 649.852 1291.12 652.181C1280.13 663.291 1281.42 682.01 1275.72 696.107C1273.07 698.187 1269.73 699.521 1265.61 700.196C1252.2 702.4 1239.27 703.076 1226.32 698.916Z' fill='%23FFE9A0'/%3E%3Cpath d='M1278.15 693.725C1281.55 686.437 1282.29 678.1 1284.16 670.26C1288.12 653.816 1302.62 639.062 1318.02 654.332C1317.15 654.812 1316.33 655.345 1315.51 655.914C1311.99 652.003 1305.85 649.621 1300.86 651.15C1293.2 653.496 1289.4 661.336 1286.89 668.305C1284.94 673.762 1283.59 679.38 1282.26 685.015C1281.41 688.588 1280.04 691.45 1278.15 693.725Z' fill='%23FFE9A0'/%3E%3Cpath d='M1287.46 675.682C1287.18 675.664 1286.89 675.628 1286.61 675.628C1287.8 671.184 1289.22 666.633 1291.34 662.687C1295.55 654.865 1306.47 649.159 1314.5 656.696C1309.61 660.465 1305.81 665.727 1303.06 672.322C1301.83 675.22 1300.63 678.544 1299.72 682.046C1298.6 680.517 1297.23 679.237 1295.69 678.242C1296.79 677.086 1298.03 676.108 1299.44 675.344C1299.67 675.202 1299.45 674.864 1299.22 674.989C1297.64 675.7 1296.27 676.677 1295.08 677.886C1294.14 677.335 1293.15 676.855 1292.12 676.5C1295.9 671.558 1300.29 666.989 1304.69 662.598C1304.8 662.509 1304.64 662.349 1304.53 662.456C1299.81 666.776 1295.62 671.504 1291.39 676.304C1290.32 676.002 1289.22 675.788 1288.1 675.7C1290.29 672.944 1292.19 669.993 1293.96 666.953C1294.11 666.74 1293.77 666.545 1293.63 666.758C1291.69 669.709 1289.58 672.5 1287.44 675.291C1287.34 675.433 1287.37 675.557 1287.46 675.682Z' fill='%23FFE9A0'/%3E%3Cpath d='M1311.55 709.582C1294.91 703.307 1300.91 682.046 1306.91 670.064C1317.64 648.59 1342.14 650.225 1363.63 655.878C1354.56 656.518 1345.71 660.874 1339.44 669.175C1332.85 677.886 1330.17 689.779 1331.96 700.516C1332.99 706.631 1336.28 713.333 1341.7 716.391C1331.59 714.453 1320.95 713.138 1311.55 709.582Z' fill='%23FFE9A0'/%3E%3Cpath d='M1344.77 715.733C1331.94 712.053 1331.89 693.334 1334.64 683.13C1337.02 674.295 1342.42 666.438 1350.31 661.691C1356.49 657.958 1363.12 656.749 1369.46 657.514C1387.93 661.603 1394.28 671.913 1397.46 680.144C1403.73 696.374 1400.71 717.706 1386.51 728.675C1386.48 728.675 1386.48 728.639 1386.44 728.639C1385.23 727.964 1384.06 727.359 1382.96 726.506C1381.98 725.742 1381.15 724.835 1380.22 724.017C1394.45 710.24 1400.85 686.615 1387.54 669.869C1376.37 655.807 1355.07 655.096 1344.08 669.656C1337.72 678.082 1329.51 713.049 1348.98 712.427C1369.71 711.733 1355.53 675.273 1350.45 666.687C1351.04 666.225 1351.63 665.762 1352.25 665.336C1357.86 673.086 1361.54 681.833 1362.23 691.45C1362.94 701.334 1359.67 720.017 1344.77 715.733Z' fill='%23FFE9A0'/%3E%3Cpath d='M1339.67 704.498C1338.43 702.685 1338 699.165 1338.23 694.987C1339.19 694.365 1340.06 693.512 1340.91 692.783C1342.09 691.788 1343.24 690.792 1344.41 689.814C1344.54 689.69 1344.36 689.459 1344.22 689.565C1342.99 690.49 1341.78 691.396 1340.56 692.321C1339.83 692.872 1339.01 693.405 1338.3 694.01C1338.43 692.321 1338.66 690.543 1339 688.748C1339.05 688.837 1339.17 688.908 1339.28 688.819C1340.08 688.268 1340.79 687.574 1341.54 686.934C1341.77 686.739 1341.43 686.401 1341.2 686.597C1340.47 687.201 1339.71 687.77 1339.05 688.428C1340.61 680.144 1344.15 671.326 1348.94 668.055C1355.82 678.846 1358.7 694.383 1358.82 698.063C1359.14 707.325 1350.56 715.698 1342.33 707.716C1345.96 705.547 1349.67 703.556 1353.56 701.885C1353.7 701.832 1353.61 701.583 1353.45 701.636C1349.4 703.094 1345.5 704.907 1341.8 707.147C1341.07 706.4 1340.36 705.511 1339.67 704.498ZM1339.35 700.96C1339.16 701.174 1339.4 701.458 1339.65 701.352C1341.2 700.605 1342.57 699.414 1344 698.472C1345.46 697.512 1346.94 696.605 1348.46 695.734C1348.68 695.61 1348.48 695.307 1348.27 695.414C1345.27 696.836 1341.61 698.454 1339.35 700.96Z' fill='%23FFE9A0'/%3E%3Cpath d='M1367.22 697.192C1367.22 697.192 1367.28 697.138 1367.29 697.103C1368.07 695.663 1368.77 694.187 1369.37 692.659C1371.45 695.77 1373.9 698.685 1376.12 701.672C1378.48 704.871 1380.7 708.213 1383.3 711.253C1383.44 711.431 1383.71 711.2 1383.6 711.004C1381.56 707.04 1378.86 703.378 1376.3 699.734C1374.27 696.854 1372.3 693.832 1369.94 691.183C1370.35 690.045 1370.72 688.872 1371.04 687.699C1372.2 688.89 1373.62 689.903 1374.86 690.934C1376.67 692.445 1378.5 693.921 1380.33 695.396C1380.53 695.556 1380.79 695.29 1380.62 695.13C1378.91 693.512 1377.19 691.93 1375.45 690.365C1374.11 689.174 1372.78 687.77 1371.29 686.757C1371.7 685.103 1372 683.415 1372.21 681.726C1377.93 684.126 1383.64 686.348 1389.14 689.263C1389.32 689.37 1389.48 689.21 1389.48 689.068L1392.16 688.89C1393.17 701.174 1387.29 712.551 1379.59 722.115C1378.08 718.222 1376.25 714.489 1374.38 710.756C1372.14 706.258 1370.19 701.263 1367.22 697.192Z' fill='%23FFE9A0'/%3E%3Cpath d='M1371.54 668.66C1370.97 666.242 1370.15 663.878 1369.03 661.603C1379.48 663.54 1388.5 672.695 1391.22 683.273C1391.7 685.175 1392.02 687.041 1392.16 688.89L1389.48 689.068C1389.48 689.068 1389.44 688.926 1389.37 688.872C1384.1 685.53 1378.41 682.455 1372.41 680.642H1372.32C1372.68 676.766 1372.46 672.891 1371.63 669.104C1371.68 669.158 1371.75 669.211 1371.84 669.247C1374.66 670.082 1377.54 670.775 1380.4 671.486C1380.67 671.558 1380.76 671.184 1380.51 671.095C1377.72 670.135 1374.93 669.158 1372.09 668.322C1371.8 668.251 1371.59 668.429 1371.54 668.66ZM1372.73 674.509C1372.5 674.473 1372.34 674.722 1372.5 674.917C1373.3 675.824 1374.59 676.251 1375.7 676.713C1377.1 677.3 1378.56 677.78 1380.01 678.206C1380.35 678.313 1380.49 677.797 1380.15 677.673C1378.75 677.157 1377.36 676.588 1376.01 675.931C1374.97 675.433 1373.9 674.669 1372.73 674.509Z' fill='%23FFE9A0'/%3E%3Cpath d='M1372.5 674.917C1372.34 674.722 1372.5 674.473 1372.73 674.509C1373.9 674.669 1374.97 675.433 1376.01 675.931C1377.37 676.588 1378.75 677.157 1380.15 677.673C1380.49 677.797 1380.35 678.313 1380.01 678.206C1378.56 677.779 1377.1 677.3 1375.7 676.713C1374.59 676.251 1373.3 675.824 1372.5 674.917Z' fill='%23261512'/%3E%3Cpath d='M806.367 506.019C806.954 506.321 798.445 510.872 789.385 531.013C786.454 537.502 781.32 542.551 775.636 546.853C762.74 556.666 744.976 561.216 728.935 558.941C728.9 558.941 728.9 558.941 728.864 558.905C722.736 559.954 716.536 557.252 711.562 551.581C711.527 551.546 711.562 551.51 711.527 551.457C707.352 553.661 702.538 554.941 697.031 555.208C684.508 555.777 652.96 554.941 636.759 535.813C622.779 519.281 624.076 486.589 644.06 474.625C644.469 474.376 650.402 478.092 651.521 480.669C651.627 480.918 656.566 490.713 658.839 495.157C660.882 499.139 665.074 508.348 665.074 509.397C665.074 509.432 665.057 509.45 665.057 509.468C658.982 520.792 659.284 532.222 663.316 544.044C667.33 544.399 671.505 543.688 675.573 541.537C675.928 541.36 676.266 541.129 676.603 540.915C669.977 531.76 666.442 520.756 666.389 509.379C666.389 508.081 666.425 506.784 666.513 505.468C667.65 488.26 681.666 486.233 682.288 486.34C692.644 488.047 702.982 489.984 713.232 492.224C718.703 493.398 724.263 494.962 727.923 499.477C732.79 505.486 732.754 513.734 731.013 521.45C734.069 525.592 738.581 528.009 743.786 527.778C743.928 527.778 744.034 527.814 744.141 527.849C744.354 527.014 744.567 526.178 744.78 525.36C746.557 518.374 747.161 510.499 753.911 506.464C761.034 502.179 772.367 502.002 780.468 501.575C789.403 501.113 798.356 501.735 806.367 506.019ZM781.303 538.355C789.989 528.596 792.174 513.254 803.951 506.446C791.002 502.286 778.07 502.962 764.658 505.166C760.537 505.841 757.197 507.175 754.55 509.255C748.848 523.352 750.145 542.071 739.149 553.181C736.84 555.51 734.406 557.11 731.902 558.07C750.376 556.203 768.193 553.092 781.303 538.355ZM746.113 535.102C747.978 527.263 748.724 518.925 752.117 511.637C750.234 513.912 748.866 516.774 748.013 520.347C746.681 525.983 745.331 531.6 743.377 537.058C740.872 544.026 737.071 551.866 729.415 554.212C724.423 555.741 718.277 553.359 714.76 549.448C713.943 550.017 713.125 550.55 712.255 551.03C727.656 566.301 742.151 551.546 746.113 535.102ZM743.661 529.734C743.377 529.734 743.093 529.698 742.809 529.68C742.897 529.805 742.933 529.929 742.826 530.071C740.695 532.862 738.581 535.653 736.645 538.604C736.503 538.818 736.165 538.604 736.307 538.409C738.083 535.369 739.984 532.418 742.169 529.662C741.05 529.574 739.949 529.36 738.883 529.058C734.655 533.858 730.463 538.586 725.738 542.906C725.631 543.013 725.471 542.853 725.578 542.764C729.983 538.373 734.371 533.804 738.155 528.862C737.124 528.507 736.129 528.027 735.188 527.476C733.998 528.685 732.63 529.662 731.049 530.374C730.818 530.498 730.605 530.16 730.836 530.018C732.239 529.254 733.483 528.276 734.584 527.12C733.039 526.125 731.671 524.845 730.552 523.316C729.646 526.818 728.438 530.142 727.212 533.04C724.459 539.635 720.657 544.897 715.772 548.666C723.801 556.203 734.726 550.497 738.936 542.675C741.05 538.729 742.471 534.178 743.661 529.734ZM723.357 535.298C729.361 523.316 735.366 502.055 718.721 495.78C709.324 492.224 698.684 490.909 688.576 488.971C693.994 492.029 697.28 498.731 698.31 504.846C700.105 515.583 697.422 527.476 690.832 536.187C684.561 544.488 675.715 548.844 666.638 549.484C688.132 555.137 712.628 556.772 723.357 535.298ZM695.628 522.232C698.382 512.028 698.328 493.309 685.503 489.629C670.599 485.345 667.33 504.028 668.041 513.912C668.734 523.529 672.411 532.276 678.024 540.026C678.646 539.6 679.232 539.138 679.818 538.675C674.738 530.089 660.562 493.629 681.293 492.935C700.762 492.313 692.555 527.28 686.196 535.707C675.2 550.266 653.901 549.555 642.728 535.493C629.423 518.747 635.818 495.122 650.046 481.345C649.123 480.527 648.288 479.62 647.311 478.856C646.209 478.003 645.037 477.398 643.829 476.723C643.794 476.723 643.794 476.687 643.758 476.687C629.565 487.656 626.545 508.988 632.816 525.218C635.995 533.449 642.337 543.76 660.811 547.848C667.153 548.613 673.779 547.404 679.961 543.671C687.848 538.924 693.248 531.067 695.628 522.232ZM692.04 510.374C692.271 506.197 691.844 502.677 690.601 500.864C689.908 499.851 689.198 498.962 688.469 498.215C684.774 500.455 680.866 502.268 676.816 503.726C676.656 503.779 676.568 503.53 676.71 503.477C680.6 501.806 684.313 499.815 687.936 497.646C679.712 489.664 671.132 498.037 671.452 507.299C671.576 510.979 674.454 526.516 681.328 537.306C686.125 534.036 689.66 525.218 691.223 516.934C690.565 517.592 689.802 518.161 689.073 518.765C688.842 518.961 688.505 518.623 688.736 518.427C689.482 517.787 690.192 517.094 690.992 516.543C691.098 516.454 691.223 516.525 691.276 516.614C691.614 514.819 691.844 513.041 691.969 511.352C691.258 511.957 690.441 512.49 689.713 513.041C688.487 513.965 687.279 514.872 686.053 515.796C685.911 515.903 685.734 515.672 685.858 515.548C687.03 514.57 688.185 513.574 689.358 512.579C690.21 511.85 691.081 510.997 692.04 510.374ZM662.978 508.259C662.978 508.259 663.032 508.206 663.049 508.17C660.083 504.099 658.129 499.104 655.891 494.606C654.025 490.873 652.196 487.14 650.686 483.247C642.976 492.811 637.097 504.188 638.109 516.472C638.251 518.321 638.571 520.187 639.051 522.089C641.768 532.667 650.792 541.822 661.238 543.76C660.118 541.484 659.301 539.12 658.733 536.702C658.68 536.933 658.466 537.111 658.182 537.04C655.34 536.204 652.551 535.227 649.762 534.267C649.513 534.178 649.602 533.804 649.869 533.876C652.729 534.587 655.606 535.28 658.431 536.115C658.52 536.151 658.591 536.204 658.644 536.258C657.809 532.471 657.596 528.596 657.951 524.72H657.862C651.858 522.907 646.174 519.832 640.898 516.49C640.827 516.436 640.791 516.365 640.791 516.294C640.791 516.152 640.951 515.992 641.129 516.099C646.636 519.014 652.338 521.236 658.058 523.636C658.271 521.947 658.573 520.258 658.982 518.605C657.489 517.592 656.157 516.188 654.825 514.996C653.084 513.432 651.361 511.85 649.656 510.232C649.478 510.072 649.744 509.806 649.94 509.966C651.769 511.441 653.599 512.917 655.411 514.428C656.654 515.459 658.076 516.472 659.23 517.663C659.55 516.49 659.923 515.316 660.332 514.179C657.969 511.53 655.997 508.508 653.972 505.628C651.414 501.984 648.714 498.322 646.671 494.358C646.565 494.162 646.831 493.931 646.973 494.109C649.567 497.148 651.787 500.491 654.15 503.69C656.37 506.677 658.822 509.592 660.9 512.703C661.504 511.174 662.197 509.699 662.978 508.259Z' fill='%23261512'/%3E%3Cpath d='M803.951 506.446C792.174 513.254 789.989 528.596 781.303 538.355C768.193 553.092 750.376 556.203 731.902 558.07C734.406 557.11 736.84 555.51 739.149 553.181C750.145 542.071 748.848 523.352 754.55 509.255C757.197 507.175 760.537 505.841 764.658 505.166C778.07 502.961 791.002 502.286 803.951 506.446Z' fill='%23FFE9A0'/%3E%3Cpath d='M752.117 511.637C748.724 518.925 747.978 527.263 746.113 535.102C742.151 551.546 727.656 566.301 712.255 551.03C713.125 550.55 713.943 550.017 714.76 549.448C718.277 553.359 724.423 555.741 729.415 554.212C737.071 551.866 740.872 544.026 743.377 537.058C745.331 531.6 746.681 525.983 748.013 520.347C748.866 516.774 750.234 513.912 752.117 511.637Z' fill='%23FFE9A0'/%3E%3Cpath d='M742.809 529.68C743.093 529.698 743.377 529.734 743.661 529.734C742.471 534.178 741.05 538.729 738.936 542.675C734.726 550.497 723.801 556.203 715.772 548.666C720.657 544.897 724.459 539.635 727.212 533.04C728.438 530.142 729.646 526.818 730.552 523.316C731.671 524.845 733.039 526.125 734.584 527.12C733.483 528.276 732.239 529.254 730.836 530.018C730.605 530.16 730.818 530.498 731.049 530.374C732.63 529.663 733.998 528.685 735.188 527.476C736.129 528.027 737.124 528.507 738.155 528.863C734.371 533.805 729.983 538.373 725.578 542.764C725.471 542.853 725.631 543.013 725.738 542.906C730.463 538.587 734.655 533.858 738.883 529.058C739.949 529.36 741.05 529.574 742.169 529.663C739.984 532.418 738.083 535.369 736.307 538.409C736.165 538.622 736.503 538.818 736.645 538.604C738.581 535.653 740.695 532.862 742.826 530.071C742.933 529.929 742.897 529.805 742.809 529.68Z' fill='%23FFE9A0'/%3E%3Cpath d='M718.721 495.78C735.366 502.055 729.361 523.316 723.357 535.298C712.628 556.772 688.132 555.137 666.638 549.484C675.715 548.844 684.561 544.488 690.832 536.187C697.422 527.476 700.105 515.583 698.31 504.846C697.28 498.731 693.994 492.029 688.576 488.971C698.683 490.909 709.324 492.224 718.721 495.78Z' fill='%23FFE9A0'/%3E%3Cpath d='M685.503 489.629C698.328 493.309 698.382 512.028 695.628 522.232C693.248 531.067 687.848 538.924 679.961 543.671C673.779 547.404 667.153 548.613 660.811 547.848C642.337 543.759 635.995 533.449 632.816 525.218C626.545 508.988 629.565 487.656 643.758 476.687C643.794 476.687 643.794 476.723 643.829 476.723C645.037 477.398 646.209 478.003 647.311 478.856C648.288 479.62 649.123 480.527 650.046 481.345C635.818 495.122 629.423 518.747 642.728 535.493C653.901 549.555 675.2 550.266 686.196 535.707C692.555 527.28 700.762 492.313 681.293 492.935C660.563 493.629 674.738 530.089 679.818 538.675C679.232 539.137 678.646 539.6 678.024 540.026C672.411 532.276 668.734 523.529 668.041 513.912C667.331 504.028 670.599 485.345 685.503 489.629Z' fill='%23FFE9A0'/%3E%3Cpath d='M690.601 500.864C691.844 502.677 692.271 506.197 692.04 510.374C691.081 510.997 690.21 511.85 689.358 512.579C688.185 513.574 687.03 514.57 685.858 515.548C685.734 515.672 685.911 515.903 686.053 515.796C687.279 514.872 688.487 513.965 689.713 513.041C690.441 512.49 691.258 511.957 691.969 511.352C691.844 513.041 691.614 514.819 691.276 516.614C691.223 516.525 691.098 516.454 690.992 516.543C690.192 517.094 689.482 517.787 688.736 518.427C688.505 518.623 688.842 518.961 689.073 518.765C689.802 518.161 690.565 517.592 691.223 516.934C689.66 525.218 686.125 534.035 681.328 537.306C674.454 526.516 671.576 510.979 671.452 507.299C671.132 498.037 679.712 489.664 687.936 497.646C684.313 499.815 680.6 501.806 676.71 503.477C676.568 503.53 676.656 503.779 676.816 503.726C680.866 502.268 684.774 500.455 688.469 498.215C689.198 498.962 689.908 499.851 690.601 500.864ZM690.921 504.401C691.116 504.188 690.867 503.904 690.619 504.01C689.073 504.757 687.705 505.948 686.267 506.89C684.81 507.85 683.336 508.757 681.808 509.628C681.595 509.752 681.79 510.054 682.003 509.948C685.005 508.526 688.665 506.908 690.921 504.401Z' fill='%23FFE9A0'/%3E%3Cpath d='M690.619 504.01C690.867 503.904 691.116 504.188 690.921 504.402C688.665 506.908 685.005 508.526 682.003 509.948C681.79 510.055 681.595 509.752 681.808 509.628C683.336 508.757 684.81 507.85 686.267 506.89C687.705 505.948 689.073 504.757 690.619 504.01Z' fill='%23261512'/%3E%3Cpath d='M663.049 508.17C663.049 508.17 662.996 508.224 662.978 508.259C662.197 509.699 661.504 511.175 660.9 512.703C658.822 509.592 656.37 506.677 654.15 503.69C651.787 500.491 649.567 497.149 646.973 494.109C646.831 493.931 646.565 494.162 646.671 494.358C648.714 498.322 651.414 501.984 653.972 505.628C655.997 508.508 657.969 511.53 660.332 514.179C659.923 515.317 659.55 516.49 659.23 517.663C658.076 516.472 656.654 515.459 655.411 514.428C653.599 512.917 651.769 511.441 649.94 509.966C649.744 509.806 649.478 510.072 649.656 510.232C651.361 511.85 653.084 513.432 654.825 514.997C656.157 516.188 657.489 517.592 658.982 518.605C658.573 520.259 658.271 521.947 658.058 523.636C652.338 521.236 646.636 519.014 641.129 516.099C640.951 515.992 640.791 516.152 640.791 516.294L638.109 516.472C637.097 504.188 642.976 492.811 650.686 483.247C652.196 487.14 654.025 490.873 655.891 494.607C658.129 499.104 660.083 504.099 663.049 508.17Z' fill='%23FFE9A0'/%3E%3Cpath d='M658.733 536.702C659.301 539.12 660.118 541.484 661.238 543.759C650.792 541.822 641.768 532.667 639.051 522.089C638.571 520.187 638.251 518.321 638.109 516.472L640.791 516.294C640.791 516.294 640.827 516.436 640.898 516.49C646.174 519.832 651.858 522.907 657.862 524.72H657.951C657.596 528.596 657.809 532.471 658.644 536.258C658.591 536.204 658.52 536.151 658.431 536.115C655.606 535.28 652.729 534.587 649.869 533.876C649.602 533.804 649.513 534.178 649.762 534.267C652.551 535.227 655.34 536.204 658.182 537.04C658.466 537.111 658.68 536.933 658.733 536.702ZM657.543 530.853C657.774 530.889 657.933 530.64 657.774 530.445C656.974 529.538 655.677 529.111 654.576 528.649C653.173 528.062 651.716 527.583 650.26 527.156C649.922 527.049 649.78 527.565 650.117 527.689C651.521 528.205 652.906 528.774 654.256 529.431C655.304 529.929 656.37 530.693 657.543 530.853Z' fill='%23FFE9A0'/%3E%3Cpath d='M657.774 530.445C657.933 530.64 657.774 530.889 657.543 530.853C656.37 530.693 655.304 529.929 654.256 529.431C652.906 528.773 651.521 528.205 650.117 527.689C649.78 527.565 649.922 527.049 650.26 527.156C651.716 527.582 653.173 528.062 654.576 528.649C655.677 529.111 656.974 529.538 657.774 530.445Z' fill='%23261512'/%3E%3Cpath d='M176.412 603.17C177.069 603.081 172.61 611.649 176.518 633.391C177.762 640.395 176.376 647.47 174.12 654.225C169.022 669.62 156.925 683.415 142.412 690.597C142.376 690.614 142.376 690.597 142.341 690.597C137.882 694.934 131.239 696.196 123.938 694.33C123.884 694.33 123.884 694.276 123.831 694.241C121.628 698.418 118.378 702.205 113.99 705.529C103.971 713.084 77.4677 730.221 53.309 723.608C32.4366 717.866 15.0459 690.17 24.7804 668.998C24.9758 668.553 31.9747 668.269 34.3551 669.762C34.586 669.904 44.1962 675.202 48.5661 677.584C52.4919 679.717 61.1606 684.944 61.7468 685.815C61.7645 685.85 61.7468 685.868 61.7645 685.886C63.1501 698.667 69.847 707.929 79.848 715.395C83.3652 713.422 86.4028 710.471 88.5522 706.4C88.7476 706.045 88.8898 705.671 89.0496 705.298C78.4092 701.494 69.2786 694.419 62.8126 685.05C62.0843 683.984 61.3737 682.881 60.6987 681.761C51.9234 666.918 62.333 657.318 62.9192 657.052C72.4228 652.607 82.0507 648.359 91.7675 644.412C96.9367 642.279 102.408 640.43 107.986 642.083C115.393 644.288 120.03 651.114 122.943 658.474C127.81 660.163 132.891 659.611 137.047 656.465C137.172 656.376 137.278 656.358 137.385 656.323C137.083 655.505 136.799 654.705 136.514 653.905C134.027 647.132 130.084 640.306 133.388 633.159C136.852 625.604 146.089 619.045 152.537 614.103C159.643 608.663 167.388 604.112 176.412 603.134V603.17ZM173.978 644.021C175.63 631.062 168.773 617.16 174.653 604.894C161.615 608.787 151.329 616.645 141.506 626.049C138.486 628.929 136.479 631.933 135.466 635.133C138.717 649.994 150.352 664.696 147.563 680.09C146.977 683.326 145.876 686.01 144.348 688.214C158.541 676.233 171.473 663.593 173.978 644.021ZM143.105 661.229C140.209 653.71 136.124 646.403 134.809 638.475C134.543 641.426 135.022 644.554 136.337 647.985C138.415 653.39 140.476 658.794 141.95 664.393C143.815 671.558 145.112 680.179 140.12 686.437C136.87 690.525 130.457 692.037 125.341 690.792C124.986 691.717 124.613 692.623 124.169 693.512C145.503 697.405 149.127 677.033 143.105 661.229ZM138.06 658.189C137.829 658.349 137.562 658.474 137.331 658.634C137.474 658.687 137.58 658.776 137.562 658.954C137.385 662.456 137.207 665.958 137.278 669.495C137.278 669.744 136.887 669.78 136.887 669.531C136.639 666.011 136.532 662.509 136.781 659.007C135.804 659.558 134.773 660.02 133.725 660.358C132.944 666.704 132.162 672.98 130.706 679.219C130.67 679.362 130.457 679.326 130.492 679.184C131.647 673.069 132.695 666.811 133.015 660.607C131.967 660.891 130.865 661.069 129.782 661.14C129.48 662.811 128.911 664.393 128.006 665.869C127.881 666.1 127.526 665.94 127.632 665.691C128.361 664.269 128.84 662.758 129.089 661.176C127.259 661.229 125.394 660.945 123.618 660.323C124.844 663.718 125.732 667.149 126.353 670.242C127.81 677.246 127.632 683.735 125.732 689.601C136.621 691.272 142.412 680.393 141.47 671.558C140.991 667.113 139.587 662.545 138.06 658.207V658.189ZM124.453 674.26C122.641 660.98 115.589 640.039 98.3223 644.27C88.57 646.652 79.0309 651.576 69.5983 655.701C75.7979 655.167 82.2816 658.829 86.5982 663.291C94.1478 671.131 98.6421 682.473 98.1269 693.388C97.6473 703.787 92.7978 712.373 85.6745 718.044C106.6 710.56 127.739 698.063 124.471 674.277L124.453 674.26ZM94.1833 679.166C90.7017 669.193 80.0789 653.781 67.4134 657.994C52.705 662.882 60.5566 680.144 66.7206 687.895C72.7248 695.432 80.7007 700.569 89.7069 703.805C89.9733 703.094 90.2043 702.383 90.4174 701.672C81.3757 697.458 49.099 675.397 65.8147 663.096C81.5356 651.576 94.5031 685.068 94.0057 695.61C93.1531 713.831 75.1762 725.297 58.0164 720.017C37.5881 713.724 29.5233 690.614 33.4847 671.202C32.259 671.042 31.0688 670.775 29.8253 670.686C28.4398 670.598 27.1252 670.775 25.7397 670.9C25.7041 670.918 25.6864 670.9 25.6686 670.9C20.1441 687.983 29.701 707.289 44.0363 717.138C51.3017 722.133 62.3685 727.057 79.9191 719.982C85.5857 717.031 90.3642 712.284 93.3662 705.707C97.1854 697.334 97.221 687.788 94.1833 679.166ZM84.5376 671.398C82.3705 667.824 80.0257 665.158 77.9828 664.358C76.8459 663.913 75.7446 663.576 74.7321 663.38C72.9557 667.309 70.753 671.024 68.2305 674.508C68.1239 674.651 67.9108 674.491 67.9996 674.366C70.2734 670.793 72.2096 667.042 73.9682 663.202C62.6705 661.265 60.3257 673.033 65.8147 680.482C67.9996 683.45 79.1375 694.632 90.8971 699.663C93.0109 694.259 90.9504 684.979 87.5575 677.264C87.3798 678.171 87.0779 679.077 86.8114 679.984C86.7226 680.268 86.2607 680.179 86.3495 679.895C86.5982 678.953 86.7936 677.975 87.1489 677.068C87.1844 676.926 87.3265 676.926 87.4154 676.962C86.687 675.291 85.8699 673.691 85.0173 672.233C84.7686 673.14 84.3955 674.029 84.1113 674.9C83.6139 676.357 83.1343 677.779 82.6547 679.237C82.6014 679.397 82.3172 679.308 82.3527 679.148C82.7613 677.673 83.1521 676.197 83.5606 674.722C83.8449 673.637 84.0935 672.446 84.5376 671.38V671.398ZM59.3664 686.081C59.3664 686.081 59.3664 686.01 59.3664 685.975C54.6235 684.286 50.1826 681.282 45.7949 678.828C42.1534 676.802 38.5296 674.757 35.0834 672.393C34.1241 684.641 35.6874 697.352 43.4679 706.916C44.6225 708.356 45.9548 709.725 47.4114 711.022C55.6183 718.204 68.2483 720.657 77.9473 716.355C75.7446 715.111 73.7373 713.618 71.8899 711.947C71.9787 712.16 71.8899 712.427 71.6234 712.533C68.799 713.458 65.9568 714.222 63.1146 715.004C62.8659 715.075 62.7238 714.72 62.9902 714.613C65.7436 713.582 68.5148 712.533 71.3214 711.627C71.4102 711.609 71.4991 711.627 71.5701 711.627C68.7457 708.978 66.3831 705.902 64.4824 702.507L64.4113 702.56C58.4249 704.463 52.0122 705.138 45.7594 705.369C45.6706 705.369 45.5995 705.334 45.564 705.263C45.4752 705.138 45.5285 704.925 45.7239 704.907C51.9057 704.196 57.8743 702.809 63.9495 701.547C63.1679 700.036 62.4751 698.472 61.8711 696.872C60.0592 696.872 58.1763 696.481 56.3999 696.25C54.0728 695.947 51.7635 695.61 49.4365 695.236C49.2056 695.201 49.2766 694.827 49.5253 694.863C51.8701 695.041 54.2149 695.236 56.5598 695.45C58.1763 695.592 59.9171 695.627 61.5336 695.965C61.1428 694.81 60.7875 693.636 60.4678 692.463C57.0216 691.61 53.682 690.241 50.3957 688.997C46.2213 687.432 41.9402 685.939 38.0144 683.824C37.819 683.717 37.9078 683.379 38.121 683.45C41.9757 684.499 45.6883 685.992 49.4543 687.29C52.9715 688.499 56.6486 689.512 60.1125 690.917C59.7395 689.317 59.4908 687.699 59.3131 686.081H59.3664Z' fill='%23261512'/%3E%3Cpath d='M174.653 604.876C168.773 617.16 175.63 631.044 173.978 644.003C171.473 663.576 158.541 676.215 144.348 688.197C145.876 685.992 146.977 683.29 147.563 680.073C150.37 664.696 138.717 649.976 135.466 635.115C136.479 631.897 138.486 628.911 141.506 626.031C151.329 616.627 161.615 608.752 174.653 604.876Z' fill='%23FFE9A0'/%3E%3Cpath d='M134.827 638.475C136.141 646.403 140.227 653.71 143.122 661.229C149.144 677.033 145.503 697.405 124.186 693.512C124.63 692.623 125.003 691.717 125.359 690.792C130.475 692.037 136.887 690.526 140.138 686.437C145.13 680.179 143.833 671.558 141.968 664.394C140.493 658.794 138.433 653.39 136.354 647.985C135.04 644.555 134.56 641.426 134.827 638.475Z' fill='%23FFE9A0'/%3E%3Cpath d='M137.331 658.634C137.58 658.491 137.829 658.349 138.06 658.189C139.587 662.527 140.991 667.095 141.47 671.54C142.412 680.375 136.621 691.254 125.732 689.583C127.632 683.717 127.792 677.228 126.353 670.224C125.732 667.149 124.844 663.718 123.618 660.305C125.412 660.927 127.259 661.211 129.089 661.158C128.84 662.74 128.361 664.251 127.632 665.673C127.526 665.922 127.881 666.082 128.006 665.851C128.911 664.376 129.48 662.793 129.782 661.122C130.865 661.051 131.967 660.874 133.015 660.589C132.677 666.811 131.647 673.051 130.492 679.166C130.457 679.308 130.67 679.344 130.706 679.201C132.162 672.962 132.962 666.687 133.725 660.34C134.774 659.985 135.804 659.54 136.781 658.989C136.532 662.491 136.639 666.011 136.887 669.513C136.887 669.762 137.278 669.744 137.278 669.478C137.207 665.94 137.385 662.456 137.562 658.936C137.562 658.758 137.474 658.669 137.331 658.616V658.634Z' fill='%23FFE9A0'/%3E%3Cpath d='M98.3045 644.27C115.589 640.039 122.623 660.98 124.435 674.26C127.704 698.045 106.565 710.542 85.639 718.026C92.7623 712.373 97.6118 703.769 98.0914 693.37C98.6065 682.455 94.1123 671.131 86.5627 663.273C82.2639 658.811 75.7624 655.132 69.5628 655.683C78.9954 651.558 88.5167 646.634 98.2868 644.252L98.3045 644.27Z' fill='%23FFE9A0'/%3E%3Cpath d='M67.4312 657.976C80.0967 653.763 90.7017 669.175 94.2011 679.148C97.221 687.788 97.2032 697.316 93.384 705.689C90.3997 712.267 85.6035 717.013 79.9368 719.964C62.3863 727.039 51.3372 722.115 44.0541 717.12C29.7187 707.271 20.1618 687.966 25.6864 670.882C25.7219 670.864 25.7397 670.882 25.7574 670.882C27.143 670.758 28.4397 670.598 29.8431 670.669C31.0865 670.74 32.2767 671.024 33.5024 671.184C29.5411 690.597 37.6058 713.707 58.0341 720C75.1939 725.279 93.1708 713.831 94.0235 695.592C94.5209 685.05 81.5356 651.559 65.8324 663.078C49.1167 675.38 81.3935 697.441 90.4352 701.654C90.2043 702.365 89.9911 703.076 89.7247 703.787C80.7184 700.569 72.7425 695.432 66.7384 687.877C60.5744 680.126 52.7228 662.865 67.4312 657.976Z' fill='%23FFE9A0'/%3E%3Cpath d='M77.9828 664.376C80.0257 665.176 82.3705 667.824 84.5376 671.415C84.0936 672.464 83.8626 673.673 83.5606 674.757C83.1521 676.233 82.7613 677.708 82.3527 679.184C82.3172 679.362 82.6014 679.451 82.6547 679.273C83.1521 677.815 83.6317 676.393 84.1113 674.935C84.3955 674.064 84.7686 673.175 85.0173 672.269C85.8699 673.726 86.6871 675.326 87.4154 676.997C87.3266 676.962 87.1844 676.962 87.1489 677.104C86.7936 678.011 86.5982 678.988 86.3495 679.93C86.2607 680.215 86.7403 680.304 86.8114 680.019C87.0779 679.113 87.3798 678.206 87.5575 677.3C90.9504 685.015 93.0109 694.294 90.8971 699.698C79.1375 694.685 67.9818 683.486 65.8147 680.517C60.3257 673.051 62.6705 661.3 73.9682 663.238C72.2096 667.078 70.2556 670.811 67.9996 674.402C67.9108 674.526 68.1239 674.686 68.2305 674.544C70.753 671.06 72.9557 667.344 74.7321 663.416C75.7624 663.611 76.8459 663.949 77.9828 664.393V664.376ZM80.2388 667.113C80.2743 666.829 79.9191 666.74 79.777 666.953C78.9243 668.447 78.4624 670.207 77.8052 671.789C77.1479 673.406 76.4374 674.989 75.6735 676.571C75.567 676.802 75.9045 676.926 76.0111 676.731C77.6808 673.869 79.7947 670.455 80.2388 667.113Z' fill='%23FFE9A0'/%3E%3Cpath d='M79.777 666.953C79.9191 666.722 80.2921 666.811 80.2388 667.113C79.7947 670.455 77.6808 673.868 76.011 676.731C75.8867 676.944 75.567 676.802 75.6735 676.571C76.4374 674.988 77.1479 673.406 77.8052 671.789C78.4624 670.206 78.9243 668.446 79.777 666.953Z' fill='%23261512'/%3E%3Cpath d='M59.3664 685.975C59.3664 685.975 59.3664 686.046 59.3664 686.081C59.5263 687.717 59.7928 689.317 60.1658 690.917C56.7019 689.53 53.0248 688.499 49.5076 687.29C45.7594 685.992 42.029 684.481 38.1743 683.45C37.9611 683.379 37.8723 683.717 38.0677 683.824C41.9935 685.939 46.2923 687.432 50.449 688.997C53.7531 690.223 57.0749 691.61 60.5211 692.463C60.8231 693.636 61.1783 694.81 61.5869 695.965C59.9704 695.628 58.2118 695.61 56.613 695.45C54.2682 695.219 51.9234 695.041 49.5786 694.863C49.3299 694.845 49.2589 695.219 49.4898 695.236C51.8168 695.61 54.1261 695.93 56.4532 696.25C58.2295 696.481 60.1125 696.89 61.9244 696.872C62.5284 698.472 63.2212 700.036 64.0028 701.547C57.9276 702.809 51.9767 704.196 45.7772 704.907C45.564 704.907 45.5285 705.138 45.6173 705.263L43.5034 706.934C35.7406 697.37 34.1597 684.659 35.1189 672.411C38.5651 674.775 42.1889 676.82 45.8305 678.846C50.2181 681.299 54.6413 684.304 59.402 685.992L59.3664 685.975Z' fill='%23FFE9A0'/%3E%3Cpath d='M1204.84 576.949C1204.65 577.411 1173.47 573.66 1158.48 572.38C1158.12 572.345 1154.16 569.34 1152.44 568.114C1152.44 568.114 1152.43 568.108 1152.41 568.096C1152.41 568.096 1152.21 568.043 1152.26 567.989C1158.25 558.016 1156.58 555.119 1153.84 548.559C1150.18 550.426 1146.49 552.203 1142.79 553.821C1133.66 557.856 1125.97 558.745 1118.14 551.652C1111.74 545.857 1106.1 539.084 1109.7 530.48C1115.05 517.752 1124.87 505.326 1132.39 493.771C1132.47 493.646 1132.56 493.593 1132.65 493.557C1135.58 488.651 1140.34 484.527 1146.93 481.967C1167.95 473.861 1188.77 486.838 1199.62 504.65C1212.7 526.142 1214.67 553.874 1204.83 576.931L1204.84 576.949ZM1158.18 570.798C1158.3 570.727 1187.06 572.736 1201.01 575.171C1200.53 574.869 1193.95 571.598 1193.71 571.136C1193.65 571.189 1193.58 571.242 1193.47 571.242C1180.53 569.785 1169.03 568.078 1154.84 568.292C1156.01 569.056 1157.13 569.909 1158.18 570.798ZM1194.43 569.465C1197.45 570.656 1202.2 572.771 1204.38 575.153C1210.26 554.283 1212.55 535.689 1200.65 511.974C1191.73 494.215 1174.38 478.696 1153.29 482.518C1142.17 484.545 1131.05 493.077 1130.54 505.237C1129.97 518.747 1142.42 530.231 1154.32 534C1168.2 538.391 1185.23 532.329 1184.59 515.583C1184.33 508.472 1180.84 501.61 1175.18 497.219C1167.98 491.638 1155.67 491.282 1152.85 502.108C1153.52 502.481 1154.18 502.908 1154.86 503.299V503.264C1157.82 495.495 1166.62 493.344 1173.58 497.486C1181.06 501.948 1185.39 511.974 1183.72 520.489C1180.03 539.351 1152.44 532.364 1142.24 523.903C1137.39 519.885 1133.86 515.69 1133.58 507.601C1132.94 498.268 1138.43 489.042 1149.44 485.7C1168.13 480.065 1187.91 495.122 1196.87 510.41C1207.67 528.845 1206.5 552.008 1194.4 569.465H1194.43ZM1154.34 566.549C1166.86 566.318 1180.42 567.954 1192.76 569.838C1192.75 569.731 1201.91 557.465 1202.68 540.293C1203 533.235 1201.89 525.325 1198.13 517.112C1191.33 502.268 1177.33 488.349 1160.59 486.411C1149.08 485.078 1135.49 491.318 1134.32 504.188C1134.21 505.219 1134.23 506.215 1134.3 507.192C1142.14 502.748 1148.23 498.926 1155.76 494.037C1160.98 490.66 1168.29 491.566 1173.54 494.713C1182.18 499.815 1187.6 510.677 1185.55 520.632C1184.91 523.689 1183.83 526.267 1182.39 528.4C1183.97 527.902 1185.57 527.405 1187.15 526.96C1187.28 526.925 1187.33 527.12 1187.22 527.156C1185.61 527.831 1183.97 528.471 1182.34 529.058C1182.19 529.093 1182.09 529.058 1182 528.969C1180.83 530.604 1179.44 531.973 1177.9 533.093C1177.88 533.093 1177.88 533.129 1177.86 533.147C1176.05 534.64 1174.17 536.08 1172.21 537.466C1176.21 536.009 1180.99 535.724 1185.14 535.12C1185.3 535.102 1185.34 535.333 1185.2 535.369C1180.99 536.453 1176.26 538.124 1171.91 538.213C1171.7 538.213 1171.61 538.035 1171.64 537.857C1167.2 540.986 1162.49 543.866 1157.68 546.497C1171.16 543.99 1184.79 541.715 1198.38 539.884C1198.5 539.866 1198.57 539.973 1198.56 540.062C1198.56 540.115 1198.5 540.186 1198.43 540.186C1184.52 543.119 1170.56 545.857 1156.6 548.559C1156.4 548.595 1156.22 548.559 1156.06 548.488C1156.56 549.857 1156.95 551.332 1157.2 552.861C1164.8 552.986 1172.41 553.181 1179.99 553.341C1180.21 553.341 1180.17 553.679 1179.96 553.679C1172.41 553.608 1164.86 553.608 1157.31 553.501C1157.61 555.794 1157.57 558.159 1157.11 560.399C1168.14 561.127 1179.09 561.91 1190.14 562.194C1190.33 562.194 1190.33 562.496 1190.14 562.514C1179.12 563.261 1167.84 563.065 1156.92 561.376C1156.92 561.376 1156.91 561.37 1156.88 561.359C1156.38 563.278 1155.53 565.038 1154.29 566.549H1154.34ZM1121.51 551.955C1131.23 559.528 1144.16 551.795 1153.65 546.675C1153.83 546.479 1154.07 546.337 1154.34 546.319C1154.45 546.248 1154.61 546.159 1154.71 546.088C1160.74 542.906 1166.49 539.333 1172.35 535.866C1161.77 539.226 1147.61 535.031 1139.35 527.547C1130.98 519.992 1127.86 509.93 1129.77 500.953C1126.03 507.53 1121.19 513.45 1117.34 519.956C1116.24 521.84 1108.74 533.449 1111.12 539.511C1112.44 542.871 1118.81 549.875 1121.5 551.972L1121.51 551.955ZM1160.59 530.764C1169.12 532.24 1178.68 531.156 1181.86 522.48C1184.01 516.632 1181.36 509.486 1178.34 504.348C1173.47 496.046 1158.34 492.757 1156.15 505.504C1150.77 510.054 1144.13 513.485 1138.18 517.201C1138.09 517.254 1137.98 517.29 1137.91 517.307C1139.49 519.672 1141.48 521.787 1143.75 523.6C1147.72 520.241 1152.76 517.894 1157.09 515.067C1161.68 512.081 1166.1 508.863 1170.67 505.859C1170.88 505.717 1171.11 506.019 1170.91 506.179C1166.56 509.948 1161.82 513.29 1157.06 516.49C1153.13 519.121 1148.85 522.374 1144.38 524.08C1145.35 524.827 1146.37 525.52 1147.43 526.142C1150.86 524.063 1154.34 522.125 1157.86 520.205C1158.05 520.098 1158.23 520.401 1158.05 520.525C1154.89 522.64 1151.69 524.72 1148.46 526.694C1149.44 527.227 1150.43 527.725 1151.45 528.134C1152.39 528.525 1153.4 528.898 1154.48 529.236C1154.47 529.147 1154.48 529.058 1154.55 528.987C1158.27 526.356 1162.28 524.169 1166.01 521.592C1166.28 521.396 1166.6 521.769 1166.35 522C1162.92 524.88 1159.17 527.725 1154.96 529.396C1156.42 529.858 1157.95 530.249 1159.55 530.587C1160.15 529.769 1161.13 529.36 1162 528.88C1163.06 528.293 1164.16 527.76 1165.25 527.174C1165.43 527.085 1165.57 527.351 1165.41 527.458C1164.41 528.151 1163.44 528.898 1162.44 529.609C1161.86 530.018 1161.27 530.462 1160.61 530.782L1160.59 530.764ZM1137.09 516.027C1137.09 516.027 1137.13 515.974 1137.16 515.956C1143.01 512.312 1148.85 507.957 1155.14 505.059C1154.29 504.401 1153.33 503.815 1152.44 503.157C1147.18 506.908 1141.36 509.93 1135.83 513.236C1135.78 513.236 1135.76 513.236 1135.72 513.272C1136.12 514.214 1136.58 515.121 1137.09 516.01V516.027ZM1134.57 509.237C1134.73 510.108 1134.93 510.997 1135.19 511.814C1140.7 508.579 1146.13 504.952 1151.89 502.161C1151.84 502.055 1151.8 501.93 1151.84 501.788C1152.33 499.833 1153.15 498.215 1154.2 496.846C1148.32 501.788 1141.23 505.806 1134.55 509.219L1134.57 509.237Z' fill='%23261512'/%3E%3Cpath d='M1201.02 575.171C1187.08 572.736 1158.32 570.709 1158.2 570.798C1157.17 569.909 1156.03 569.056 1154.86 568.292C1169.05 568.078 1180.54 569.785 1193.49 571.243C1193.6 571.243 1193.65 571.189 1193.72 571.136C1193.97 571.616 1200.53 574.869 1201.02 575.171Z' fill='%23FFE9A0'/%3E%3Cpath d='M1204.4 575.153C1202.21 572.771 1197.47 570.656 1194.45 569.465C1206.55 552.008 1207.72 528.827 1196.92 510.41C1187.97 495.122 1168.18 480.065 1149.49 485.7C1138.5 489.042 1132.99 498.268 1133.63 507.601C1133.9 515.69 1137.43 519.885 1142.3 523.903C1152.49 532.364 1180.08 539.351 1183.78 520.489C1185.45 511.974 1181.11 501.948 1173.63 497.486C1166.67 493.344 1157.88 495.495 1154.91 503.264V503.299C1154.23 502.908 1153.58 502.481 1152.9 502.108C1155.73 491.282 1168.04 491.638 1175.23 497.22C1180.9 501.61 1184.38 508.472 1184.65 515.583C1185.29 532.329 1168.25 538.391 1154.38 534C1142.46 530.231 1130.02 518.747 1130.59 505.237C1131.09 493.077 1142.23 484.562 1153.35 482.518C1174.43 478.678 1191.79 494.215 1200.7 511.974C1212.61 535.706 1210.31 554.283 1204.44 575.153H1204.4Z' fill='%23FFE9A0'/%3E%3Cpath d='M1192.78 569.838C1180.42 567.954 1166.88 566.336 1154.36 566.549C1155.6 565.056 1156.44 563.278 1156.95 561.358C1156.95 561.358 1156.96 561.364 1156.99 561.376C1167.93 563.065 1179.21 563.261 1190.21 562.514C1190.4 562.514 1190.4 562.194 1190.21 562.194C1179.14 561.91 1168.21 561.127 1157.18 560.399C1157.65 558.159 1157.68 555.794 1157.38 553.501C1164.93 553.608 1172.48 553.608 1180.03 553.679C1180.24 553.679 1180.28 553.341 1180.06 553.341C1172.48 553.181 1164.88 552.986 1157.27 552.861C1157.02 551.332 1156.63 549.857 1156.14 548.488C1156.3 548.559 1156.46 548.595 1156.67 548.559C1170.63 545.857 1184.59 543.102 1198.5 540.186C1198.57 540.186 1198.61 540.115 1198.63 540.062L1202.75 540.293C1201.98 557.465 1192.82 569.714 1192.84 569.838H1192.78Z' fill='%23FFE9A0'/%3E%3Cpath d='M1153.65 546.657C1144.16 551.794 1131.23 559.527 1121.51 551.937C1118.81 549.857 1112.45 542.835 1111.14 539.475C1108.76 533.431 1116.26 521.805 1117.36 519.92C1121.23 513.414 1126.04 507.494 1129.79 500.917C1127.87 509.894 1131 519.956 1139.37 527.511C1147.63 534.995 1161.77 539.191 1172.37 535.831C1166.51 539.297 1160.75 542.87 1154.73 546.053C1154.63 546.124 1154.47 546.213 1154.36 546.284C1154.09 546.301 1153.84 546.444 1153.67 546.639L1153.65 546.657Z' fill='%23FFE9A0'/%3E%3Cpath d='M1157.7 546.515C1162.51 543.884 1167.22 541.004 1171.66 537.875C1171.63 538.053 1171.71 538.231 1171.93 538.231C1176.3 538.142 1181 536.471 1185.21 535.386C1185.36 535.351 1185.34 535.12 1185.16 535.138C1180.99 535.742 1176.21 536.026 1172.23 537.484C1174.18 536.098 1176.05 534.658 1177.88 533.164C1177.9 533.164 1177.9 533.129 1177.91 533.111C1179.46 532.009 1180.84 530.622 1182.02 528.987C1182.11 529.058 1182.19 529.111 1182.35 529.076C1184.01 528.471 1185.62 527.831 1187.24 527.174C1187.35 527.138 1187.29 526.925 1187.17 526.978C1185.59 527.422 1184.01 527.92 1182.41 528.418C1183.85 526.285 1184.93 523.707 1185.57 520.649C1187.61 510.694 1182.19 499.833 1173.56 494.731C1168.29 491.602 1161 490.678 1155.78 494.055C1148.25 498.944 1142.16 502.766 1134.32 507.21C1134.27 506.232 1134.23 505.237 1134.34 504.206C1135.53 491.335 1149.1 485.113 1160.61 486.429C1177.35 488.349 1191.36 502.286 1198.15 517.13C1201.91 525.343 1203.01 533.253 1202.69 540.311L1198.57 540.08C1198.57 540.08 1198.52 539.884 1198.4 539.902C1184.79 541.733 1171.18 544.008 1157.7 546.515Z' fill='%23FFE9A0'/%3E%3Cpath d='M1181.86 522.48C1178.68 531.155 1169.12 532.222 1160.59 530.764C1161.25 530.462 1161.86 530 1162.42 529.591C1163.42 528.898 1164.4 528.151 1165.39 527.44C1165.55 527.333 1165.39 527.067 1165.23 527.156C1164.15 527.742 1163.05 528.276 1161.98 528.862C1161.11 529.342 1160.13 529.769 1159.53 530.569C1157.93 530.249 1156.4 529.84 1154.95 529.378C1159.16 527.725 1162.9 524.88 1166.33 521.983C1166.58 521.751 1166.26 521.378 1165.99 521.574C1162.26 524.151 1158.25 526.338 1154.54 528.969C1154.45 529.022 1154.43 529.111 1154.47 529.218C1153.4 528.88 1152.39 528.507 1151.43 528.116C1150.42 527.707 1149.44 527.209 1148.44 526.676C1151.68 524.685 1154.87 522.623 1158.04 520.507C1158.21 520.383 1158.04 520.08 1157.84 520.187C1154.32 522.089 1150.84 524.045 1147.41 526.125C1146.35 525.502 1145.34 524.809 1144.36 524.062C1148.83 522.356 1153.12 519.103 1157.04 516.472C1161.8 513.254 1166.55 509.93 1170.9 506.161C1171.09 506.001 1170.86 505.717 1170.65 505.841C1166.08 508.863 1161.64 512.081 1157.08 515.05C1152.72 517.876 1147.68 520.205 1143.74 523.583C1141.48 521.769 1139.47 519.654 1137.89 517.289C1137.96 517.289 1138.05 517.254 1138.16 517.183C1144.11 513.467 1150.75 510.037 1156.14 505.486C1158.32 492.74 1173.47 496.011 1178.32 504.33C1181.32 509.468 1183.99 516.596 1181.84 522.463L1181.86 522.48Z' fill='%23FFE9A0'/%3E%3Cpath d='M1137.18 515.956C1137.18 515.956 1137.13 516.01 1137.11 516.028C1136.6 515.156 1136.13 514.232 1135.74 513.29C1135.78 513.254 1135.8 513.254 1135.85 513.254C1141.37 509.948 1147.2 506.926 1152.46 503.175C1153.33 503.833 1154.29 504.419 1155.16 505.077C1148.85 507.975 1143.03 512.312 1137.18 515.974V515.956Z' fill='%23FFE9A0'/%3E%3Cpath d='M1135.19 511.832C1134.93 510.997 1134.73 510.126 1134.57 509.255C1141.25 505.824 1148.34 501.806 1154.22 496.882C1153.17 498.233 1152.35 499.868 1151.85 501.824C1151.82 501.966 1151.85 502.09 1151.91 502.197C1146.15 504.988 1140.73 508.597 1135.21 511.85L1135.19 511.832Z' fill='%23FFE9A0'/%3E%3Cpath d='M358.259 535.529C358.117 536.009 326.711 535.475 311.665 535.742C311.31 535.742 307.064 533.164 305.217 532.116C305.217 532.116 305.205 532.11 305.181 532.098C305.181 532.098 304.986 532.062 305.021 532.009C309.96 521.467 308.006 518.765 304.613 512.525C301.166 514.765 297.667 516.899 294.168 518.89C285.499 523.832 277.932 525.52 269.423 519.263C262.477 514.161 256.153 507.992 258.871 499.068C262.886 485.86 271.394 472.492 277.683 460.226C277.754 460.101 277.843 460.03 277.932 459.977C280.347 454.804 284.664 450.2 290.952 446.982C311.025 436.76 333.07 447.533 345.682 464.155C360.888 484.189 365.684 511.583 358.259 535.529ZM311.203 534.178C311.327 534.089 340.14 533.147 354.262 534.142C353.747 533.893 346.89 531.316 346.588 530.871C346.535 530.925 346.482 530.996 346.375 530.996C333.337 530.871 321.737 530.356 307.632 532.027C308.876 532.667 310.084 533.396 311.203 534.178ZM347.139 529.147C350.265 530.018 355.204 531.636 357.62 533.787C361.332 512.419 361.705 493.7 347.441 471.319C336.747 454.573 317.9 440.902 297.312 446.875C286.458 450.04 276.262 459.657 277.008 471.799C277.825 485.291 291.379 495.442 303.618 497.966C317.864 500.917 334.189 493.131 331.844 476.545C330.85 469.505 326.693 463.035 320.6 459.248C312.873 454.431 300.598 455.337 298.893 466.394H298.91C299.621 466.697 300.314 467.052 301.024 467.372V467.337C303.174 459.301 311.7 456.262 319.055 459.675C326.959 463.355 332.289 472.883 331.507 481.523C329.766 500.668 301.611 496.544 290.597 489.167C285.357 485.665 281.413 481.86 280.312 473.843C278.713 464.617 283.243 454.875 293.848 450.431C311.86 442.911 333.088 455.853 343.551 470.145C356.181 487.371 357.389 510.534 347.139 529.147ZM306.957 530.356C319.392 528.845 333.035 529.076 345.523 529.68C345.487 529.574 353.356 516.436 352.362 499.282C351.953 492.224 350.052 484.474 345.469 476.687C337.191 462.626 321.826 450.2 304.986 450.004C293.404 449.862 280.525 457.453 280.667 470.376C280.667 471.408 280.791 472.403 280.951 473.363C288.288 468.137 293.954 463.71 300.953 458.075C305.803 454.182 313.157 454.342 318.717 456.919C327.83 461.115 334.331 471.354 333.319 481.469C332.999 484.58 332.182 487.247 330.974 489.522C332.502 488.864 334.029 488.207 335.557 487.602C335.681 487.549 335.752 487.744 335.646 487.798C334.1 488.633 332.555 489.433 330.974 490.198C330.832 490.251 330.725 490.215 330.637 490.144C329.642 491.886 328.398 493.398 326.977 494.66C326.959 494.66 326.959 494.695 326.942 494.713C325.29 496.384 323.567 498.002 321.772 499.584C325.592 497.717 330.317 496.953 334.402 495.922C334.562 495.886 334.616 496.117 334.473 496.171C330.388 497.682 325.876 499.833 321.541 500.366C321.328 500.402 321.222 500.224 321.24 500.046C317.136 503.619 312.748 506.961 308.236 510.072C321.399 506.197 334.704 502.535 348.045 499.317C348.169 499.282 348.24 499.388 348.24 499.477C348.24 499.531 348.205 499.602 348.134 499.619C334.598 503.957 320.991 508.117 307.384 512.241C307.188 512.294 307.011 512.277 306.851 512.223C307.49 513.539 308.023 514.961 308.432 516.454C315.999 515.796 323.584 515.21 331.152 514.588C331.365 514.57 331.365 514.908 331.152 514.925C323.638 515.636 316.124 516.401 308.609 517.076C309.142 519.334 309.356 521.681 309.125 523.956C320.174 523.547 331.134 523.209 342.165 522.356C342.361 522.356 342.396 522.641 342.201 522.676C331.329 524.543 320.085 525.503 309.036 524.952C309.036 524.952 309.024 524.946 309 524.934C308.698 526.889 308.041 528.738 306.957 530.356ZM272.798 519.192C283.243 525.734 295.304 516.721 304.222 510.641C304.382 510.428 304.613 510.268 304.879 510.214C304.986 510.126 305.128 510.037 305.234 509.948C310.901 506.161 316.266 502.019 321.737 497.966C311.541 502.393 297.045 499.673 288.057 493.078C278.962 486.411 274.823 476.723 275.818 467.603C272.762 474.536 268.57 480.918 265.39 487.78C264.484 489.771 258.214 502.09 261.198 507.868C262.85 511.068 269.902 517.396 272.798 519.192ZM309.515 494.109C318.149 494.695 327.546 492.651 329.819 483.691C331.365 477.647 327.99 470.821 324.473 466.021C318.788 458.253 303.387 456.546 302.517 469.452C297.632 474.536 291.379 478.625 285.836 482.927C285.748 482.998 285.659 483.034 285.588 483.051C287.4 485.238 289.602 487.14 292.036 488.704C295.624 484.954 300.403 482.109 304.435 478.856C308.681 475.425 312.766 471.763 316.994 468.297C317.189 468.137 317.456 468.403 317.278 468.581C313.335 472.776 308.965 476.581 304.559 480.26C300.918 483.282 296.992 486.962 292.711 489.113C293.759 489.753 294.843 490.34 295.962 490.855C299.159 488.438 302.428 486.145 305.732 483.887C305.909 483.762 306.123 484.047 305.963 484.189C303.032 486.625 300.065 489.007 297.045 491.318C298.076 491.744 299.106 492.135 300.154 492.438C301.131 492.722 302.179 492.989 303.28 493.22C303.245 493.131 303.245 493.042 303.334 492.971C306.762 489.967 310.528 487.389 313.974 484.438C314.223 484.225 314.578 484.562 314.347 484.811C311.239 488.029 307.792 491.247 303.778 493.326C305.27 493.629 306.833 493.878 308.45 494.037C308.965 493.166 309.888 492.651 310.706 492.082C311.7 491.389 312.748 490.749 313.761 490.055C313.921 489.949 314.098 490.198 313.956 490.322C313.033 491.122 312.144 491.958 311.221 492.758C310.688 493.22 310.137 493.735 309.515 494.109ZM284.628 481.86C284.628 481.86 284.664 481.807 284.7 481.789C290.135 477.558 295.5 472.634 301.468 469.114C300.545 468.545 299.532 468.065 298.591 467.497C293.741 471.763 288.252 475.372 283.101 479.229C283.047 479.229 283.03 479.229 282.994 479.283C283.474 480.172 284.024 481.043 284.628 481.86ZM281.413 475.372C281.662 476.225 281.946 477.078 282.301 477.878C287.453 474.092 292.48 469.932 297.916 466.572C297.845 466.466 297.809 466.341 297.827 466.199C298.129 464.208 298.768 462.501 299.674 461.044C294.327 466.554 287.684 471.283 281.395 475.372H281.413Z' fill='%23261512'/%3E%3Cpath d='M354.262 534.142C340.14 533.147 311.327 534.089 311.203 534.178C310.084 533.395 308.876 532.667 307.632 532.027C321.737 530.356 333.337 530.871 346.375 530.996C346.482 530.996 346.535 530.924 346.588 530.871C346.89 531.316 353.747 533.893 354.262 534.142Z' fill='%23FFE9A0'/%3E%3Cpath d='M357.62 533.787C355.204 531.636 350.265 530.018 347.139 529.147C357.389 510.534 356.181 487.371 343.551 470.145C333.088 455.853 311.86 442.911 293.848 450.431C283.243 454.875 278.713 464.617 280.312 473.843C281.413 481.86 285.357 485.665 290.597 489.167C301.611 496.544 329.766 500.668 331.507 481.523C332.289 472.883 326.959 463.355 319.055 459.675C311.7 456.262 303.174 459.301 301.024 467.337V467.372C300.314 467.052 299.621 466.697 298.91 466.394H298.893C300.598 455.337 312.873 454.431 320.6 459.248C326.693 463.035 330.85 469.505 331.844 476.545C334.189 493.131 317.864 500.917 303.618 497.966C291.379 495.442 277.825 485.291 277.008 471.799C276.262 459.657 286.458 450.04 297.312 446.875C317.9 440.902 336.747 454.573 347.441 471.319C361.705 493.7 361.332 512.419 357.62 533.787Z' fill='%23FFE9A0'/%3E%3Cpath d='M345.523 529.68C333.035 529.076 319.392 528.845 306.957 530.356C308.041 528.738 308.698 526.889 309 524.934C309 524.934 309.012 524.94 309.036 524.952C320.085 525.503 331.329 524.543 342.201 522.676C342.396 522.641 342.361 522.338 342.165 522.356C331.134 523.209 320.174 523.547 309.125 523.956C309.356 521.681 309.125 519.334 308.609 517.076C316.124 516.401 323.638 515.636 331.152 514.925C331.365 514.908 331.365 514.57 331.152 514.588C323.584 515.21 315.999 515.796 308.432 516.454C308.023 514.961 307.49 513.539 306.851 512.223C307.011 512.277 307.188 512.294 307.384 512.241C320.991 508.117 334.598 503.957 348.134 499.62C348.205 499.602 348.24 499.531 348.24 499.477L352.362 499.282C353.356 516.436 345.487 529.574 345.523 529.68Z' fill='%23FFE9A0'/%3E%3Cpath d='M304.222 510.641C295.304 516.721 283.243 525.734 272.798 519.192C269.902 517.396 262.85 511.068 261.198 507.868C258.214 502.09 264.484 489.771 265.39 487.78C268.57 480.918 272.762 474.536 275.818 467.603C274.823 476.723 278.962 486.411 288.057 493.078C297.045 499.673 311.54 502.393 321.737 497.966C316.266 502.019 310.901 506.161 305.234 509.948C305.128 510.037 304.986 510.126 304.879 510.214C304.613 510.268 304.382 510.428 304.222 510.641Z' fill='%23FFE9A0'/%3E%3Cpath d='M308.236 510.072C312.748 506.961 317.136 503.619 321.24 500.046C321.222 500.224 321.328 500.402 321.541 500.366C325.876 499.833 330.388 497.682 334.473 496.171C334.616 496.117 334.562 495.886 334.402 495.922C330.317 496.953 325.592 497.717 321.772 499.584C323.567 498.002 325.29 496.384 326.942 494.713C326.959 494.713 326.959 494.677 326.977 494.66C328.398 493.398 329.642 491.887 330.637 490.144C330.725 490.215 330.832 490.251 330.974 490.198C332.555 489.433 334.1 488.633 335.646 487.798C335.752 487.745 335.681 487.549 335.557 487.602C334.029 488.207 332.502 488.864 330.974 489.522C332.182 487.247 332.999 484.58 333.319 481.469C334.331 471.354 327.83 461.115 318.717 456.919C313.157 454.342 305.803 454.182 300.953 458.075C293.954 463.71 288.288 468.137 280.951 473.363C280.791 472.403 280.667 471.408 280.667 470.376C280.525 457.453 293.404 449.862 304.986 450.004C321.826 450.2 337.191 462.626 345.469 476.687C350.052 484.474 351.953 492.224 352.362 499.282L348.24 499.477C348.24 499.477 348.169 499.282 348.045 499.317C334.704 502.535 321.399 506.197 308.236 510.072Z' fill='%23FFE9A0'/%3E%3Cpath d='M329.819 483.691C327.546 492.651 318.149 494.695 309.515 494.109C310.137 493.735 310.688 493.22 311.221 492.757C312.144 491.958 313.033 491.122 313.956 490.322C314.099 490.198 313.921 489.949 313.761 490.055C312.748 490.749 311.7 491.389 310.706 492.082C309.888 492.651 308.965 493.166 308.45 494.037C306.833 493.877 305.27 493.629 303.778 493.326C307.792 491.246 311.239 488.029 314.347 484.811C314.578 484.562 314.223 484.225 313.974 484.438C310.528 487.389 306.762 489.966 303.334 492.971C303.245 493.042 303.245 493.131 303.28 493.22C302.179 492.989 301.131 492.722 300.154 492.437C299.106 492.135 298.076 491.744 297.045 491.318C300.065 489.007 303.032 486.624 305.963 484.189C306.123 484.047 305.909 483.762 305.732 483.887C302.428 486.144 299.159 488.438 295.962 490.855C294.843 490.34 293.759 489.753 292.711 489.113C296.992 486.962 300.918 483.282 304.559 480.26C308.965 476.58 313.335 472.776 317.278 468.581C317.456 468.403 317.189 468.136 316.994 468.296C312.766 471.763 308.681 475.425 304.435 478.856C300.403 482.109 295.624 484.953 292.036 488.704C289.602 487.14 287.4 485.238 285.588 483.051C285.659 483.034 285.748 482.998 285.836 482.927C291.379 478.625 297.632 474.536 302.517 469.452C303.387 456.546 318.788 458.253 324.473 466.021C327.99 470.821 331.365 477.647 329.819 483.691Z' fill='%23FFE9A0'/%3E%3Cpath d='M284.7 481.789C284.7 481.789 284.646 481.843 284.628 481.86C284.024 481.043 283.474 480.172 282.994 479.283C283.03 479.247 283.047 479.247 283.101 479.229C288.252 475.372 293.741 471.763 298.591 467.497C299.532 468.065 300.545 468.545 301.468 469.114C295.5 472.634 290.135 477.558 284.7 481.789Z' fill='%23FFE9A0'/%3E%3Cpath d='M282.301 477.878C281.946 477.078 281.662 476.225 281.413 475.372C287.702 471.283 294.345 466.555 299.692 461.044C298.786 462.501 298.147 464.208 297.845 466.199C297.845 466.341 297.862 466.466 297.933 466.572C292.498 469.932 287.471 474.092 282.319 477.878H282.301Z' fill='%23FFE9A0'/%3E%3Cpath d='M1175.57 692.836C1175.8 695.467 1174.49 698.027 1172.73 700.125C1169.94 703.485 1165.16 704.8 1163.15 708.925C1152.23 707.787 1149.58 697.583 1152.17 689.477C1155.25 680.002 1170.42 681.85 1173.6 686.49C1175.09 688.659 1175.41 690.294 1175.57 692.836ZM1172.48 692.481C1172.58 691.93 1172.62 691.361 1172.6 690.81C1169.72 690.419 1166.85 690.348 1163.97 690.703C1163.7 690.739 1163.65 690.294 1163.9 690.241C1166.76 689.548 1169.62 689.406 1172.5 689.868C1172.39 689.246 1172.18 688.641 1171.87 688.072H1171.86C1168.13 686.775 1164.16 686.312 1160.24 686.686C1160.06 686.703 1160.03 686.419 1160.2 686.366C1163.79 685.459 1167.22 685.53 1170.68 686.543C1169.56 685.495 1168 684.73 1165.85 684.499C1163.83 684.286 1161.13 684.161 1159.14 684.712C1156.77 685.352 1155.28 686.81 1154.31 688.677C1152.3 694.276 1158.59 700.587 1166.01 698.774C1167.18 698.49 1168.2 698.01 1169.09 697.423C1166.85 697.423 1164.54 697.05 1162.41 696.552C1162.09 696.481 1162.16 695.947 1162.48 695.983C1165.28 696.179 1168 695.983 1170.81 695.876C1171.39 695.183 1171.84 694.401 1172.16 693.601C1169.09 694.134 1166.1 693.921 1163.13 692.908C1162.8 692.783 1162.92 692.303 1163.28 692.374C1166.26 693.05 1169.28 693.085 1172.28 692.481C1172.35 692.463 1172.42 692.463 1172.48 692.481ZM1167.26 702.489C1169.6 700.925 1171.41 699.236 1172.53 697.174C1169.88 699.876 1165.69 701.476 1161.93 700.961C1157.89 700.427 1154.38 697.636 1152.87 694.276C1152.44 700.552 1155.89 706.382 1162.39 707.485C1163.31 705.209 1165.23 703.858 1167.26 702.489Z' fill='%23261512'/%3E%3Cpath d='M1172.6 690.81C1172.62 691.361 1172.58 691.93 1172.48 692.481C1172.42 692.463 1172.35 692.463 1172.28 692.481C1169.28 693.085 1166.26 693.05 1163.28 692.374C1162.92 692.303 1162.8 692.783 1163.13 692.908C1166.1 693.921 1169.09 694.134 1172.16 693.601C1171.84 694.401 1171.39 695.183 1170.81 695.876C1168 695.965 1165.28 696.178 1162.48 695.983C1162.16 695.947 1162.09 696.481 1162.41 696.552C1164.54 697.05 1166.85 697.423 1169.09 697.423C1168.2 698.01 1167.18 698.49 1166.01 698.774C1158.59 700.587 1152.3 694.276 1154.31 688.677C1155.28 686.81 1156.77 685.352 1159.14 684.712C1161.13 684.161 1163.83 684.286 1165.85 684.499C1168 684.73 1169.56 685.495 1170.68 686.543C1167.22 685.53 1163.79 685.459 1160.2 686.366C1160.03 686.419 1160.06 686.703 1160.24 686.686C1164.16 686.312 1168.13 686.775 1171.86 688.072H1171.87C1172.18 688.641 1172.39 689.246 1172.5 689.868C1169.62 689.405 1166.76 689.548 1163.9 690.241C1163.65 690.294 1163.7 690.739 1163.97 690.703C1166.85 690.348 1169.72 690.419 1172.6 690.81Z' fill='%23FFE9A0'/%3E%3Cpath d='M1172.53 697.174C1171.41 699.236 1169.6 700.925 1167.26 702.489C1165.23 703.858 1163.31 705.209 1162.39 707.485C1155.89 706.382 1152.44 700.552 1152.87 694.276C1154.38 697.636 1157.89 700.427 1161.93 700.96C1165.69 701.476 1169.88 699.876 1172.53 697.174Z' fill='%23FFE9A0'/%3E%3Cpath d='M1123.54 613.587C1124.69 620.413 1120.09 625.658 1113.52 626.724C1107.59 627.702 1100.11 625.675 1098.07 619.329C1097.3 616.929 1097.46 614.085 1098.79 611.916C1099.33 611.045 1100 610.298 1100.85 609.712C1101.83 609.018 1102.12 609.072 1103.04 608.663C1104.16 608.236 1105.24 607.774 1106.34 607.294C1109.04 606.387 1108.24 603.117 1108.81 601.712C1114.35 604.112 1122.4 606.867 1123.54 613.587ZM1121.57 615.667C1121.62 608.592 1115.4 605.481 1109.47 604.059C1109.7 605.819 1108.72 607.365 1107.04 608.503C1103.79 610.707 1099.42 610.921 1099.18 615.863C1099.13 616.911 1099.31 617.925 1099.66 618.867C1099.95 618.28 1100.59 617.907 1100.96 617.374C1101.42 616.751 1101.67 616.04 1102.03 615.347C1102.06 615.258 1102.22 615.311 1102.22 615.4C1102.15 616.2 1101.8 616.947 1101.39 617.622C1101.03 618.209 1100.61 619.116 1099.88 619.294C1099.88 619.294 1099.82 619.294 1099.81 619.276C1100.61 621.125 1102.08 622.636 1103.96 623.596C1104.28 623.756 1104.62 623.898 1104.98 624.04C1104.71 623.756 1104.64 623.24 1105.05 622.938C1107.02 621.48 1108.62 619.454 1109.51 617.16C1109.61 616.84 1110.06 616.965 1110 617.285C1109.49 620.129 1108.05 622.404 1105.7 624.093C1105.62 624.164 1105.51 624.2 1105.42 624.2C1106.59 624.609 1107.84 624.858 1109.11 624.947C1110.13 623.898 1111.21 622.92 1112.24 621.907C1112.49 621.676 1112.83 622.031 1112.61 622.28C1111.89 623.169 1111.16 624.093 1110.41 624.982C1111.37 624.964 1112.29 624.875 1113.22 624.68C1113.54 624.093 1114.16 623.649 1114.51 623.062C1114.94 622.387 1115.19 621.64 1115.31 620.84C1115.37 620.538 1115.86 620.609 1115.85 620.911C1115.81 621.818 1115.62 622.671 1115.24 623.489C1115.14 623.738 1114.99 623.987 1114.85 624.253C1118.58 622.991 1121.53 620.147 1121.57 615.667Z' fill='%23261512'/%3E%3Cpath d='M1109.47 604.059C1115.4 605.481 1121.62 608.592 1121.57 615.667C1121.53 620.147 1118.58 622.991 1114.85 624.253C1114.99 623.986 1115.14 623.738 1115.24 623.489C1115.62 622.671 1115.81 621.818 1115.85 620.911C1115.85 620.609 1115.37 620.538 1115.31 620.84C1115.19 621.64 1114.94 622.387 1114.51 623.062C1114.16 623.649 1113.54 624.093 1113.22 624.68C1112.29 624.875 1111.37 624.964 1110.41 624.982C1111.16 624.093 1111.89 623.169 1112.61 622.28C1112.83 622.031 1112.49 621.675 1112.24 621.907C1111.21 622.92 1110.13 623.898 1109.11 624.946C1107.84 624.858 1106.59 624.609 1105.42 624.2C1105.51 624.2 1105.62 624.164 1105.7 624.093C1108.05 622.404 1109.49 620.129 1110 617.285C1110.06 616.965 1109.61 616.84 1109.51 617.16C1108.62 619.453 1107.02 621.48 1105.05 622.938C1104.64 623.24 1104.71 623.755 1104.98 624.04C1104.62 623.898 1104.28 623.755 1103.96 623.595C1102.08 622.635 1100.61 621.124 1099.81 619.276C1099.82 619.293 1099.86 619.293 1099.88 619.293C1100.61 619.116 1101.03 618.209 1101.39 617.622C1101.8 616.947 1102.15 616.2 1102.22 615.4C1102.22 615.311 1102.06 615.258 1102.03 615.347C1101.67 616.04 1101.42 616.751 1100.96 617.373C1100.59 617.907 1099.95 618.28 1099.66 618.867C1099.31 617.925 1099.13 616.911 1099.18 615.862C1099.42 610.92 1103.79 610.707 1107.04 608.503C1108.72 607.365 1109.7 605.819 1109.47 604.059ZM1105.46 617.213C1105.47 617.089 1105.26 617.036 1105.21 617.16C1104.8 618.067 1104.16 618.92 1103.34 619.524C1102.68 620.004 1101.55 620.147 1101.23 620.947C1101.14 621.16 1101.28 621.427 1101.48 621.533C1102.4 622.084 1103.68 620.787 1104.23 620.129C1104.94 619.276 1105.35 618.333 1105.46 617.213Z' fill='%23FFE9A0'/%3E%3Cpath d='M1105.21 617.16C1105.26 617.036 1105.47 617.089 1105.46 617.214C1105.35 618.333 1104.94 619.276 1104.23 620.129C1103.68 620.787 1102.4 622.084 1101.48 621.533C1101.28 621.427 1101.14 621.16 1101.23 620.947C1101.55 620.147 1102.68 620.004 1103.34 619.525C1104.16 618.92 1104.8 618.067 1105.21 617.16Z' fill='%23261512'/%3E%3Cpath d='M779.509 453.755C781.48 461.808 780.983 474.27 769.365 471.976C765.795 471.283 761.478 469.843 759.72 466.359C757.801 462.519 759.364 458.199 762.242 455.39C765.209 452.475 770.502 449.133 774.854 449.968C777.022 450.377 778.887 451.195 779.509 453.755ZM772.137 471.336C779.064 471.123 779.58 464.119 779.011 458.306C778.354 460.244 777.181 461.915 775.689 463.283C775.778 463.514 775.831 463.746 775.956 463.941C776.258 464.474 776.666 464.901 777.181 465.239C777.519 465.452 777.217 466.003 776.862 465.79C776.258 465.434 775.76 464.972 775.37 464.386C775.263 464.226 775.156 464.048 775.068 463.834C774.464 464.314 773.806 464.741 773.131 465.132C773.22 465.346 773.309 465.559 773.433 465.754C773.753 466.288 774.162 466.75 774.659 467.141C774.89 467.319 774.588 467.71 774.339 467.55C773.771 467.177 773.256 466.732 772.883 466.163C772.758 465.968 772.616 465.737 772.492 465.488C771.888 465.79 771.231 466.021 770.591 466.234C770.911 466.554 771.248 466.874 771.621 467.141C771.906 467.337 771.675 467.781 771.355 467.603C770.822 467.337 770.36 467.017 769.934 466.608C769.881 466.572 769.845 466.519 769.792 466.483C768.602 466.768 767.394 466.892 766.186 466.821C767.305 467.621 768.477 468.314 769.774 468.954C770.04 469.096 769.845 469.434 769.596 469.399C767.554 469.096 765.635 467.994 764.161 466.537C762.882 466.217 761.638 465.665 760.537 464.812C761.798 468.883 767.305 471.496 772.137 471.336ZM775.778 460.208C777.288 457.826 779.242 452.866 773.433 451.96C771.692 451.693 769.401 452.955 767.998 453.648C765.617 454.804 763.468 456.244 761.922 458.43C760.679 460.19 760.217 461.843 760.288 463.354C765.777 465.772 772.101 465.968 775.778 460.208Z' fill='%23261512'/%3E%3Cpath d='M779.011 458.306C779.58 464.119 779.064 471.123 772.137 471.336C767.305 471.496 761.798 468.883 760.537 464.812C761.638 465.666 762.882 466.217 764.161 466.537C765.635 467.994 767.554 469.096 769.596 469.399C769.845 469.434 770.04 469.096 769.774 468.954C768.477 468.314 767.305 467.621 766.186 466.821C767.394 466.892 768.602 466.768 769.792 466.483C769.845 466.519 769.881 466.572 769.934 466.608C770.36 467.017 770.822 467.337 771.355 467.603C771.675 467.781 771.906 467.337 771.621 467.141C771.248 466.874 770.911 466.554 770.591 466.234C771.231 466.021 771.888 465.79 772.492 465.488C772.616 465.737 772.758 465.968 772.883 466.163C773.256 466.732 773.771 467.177 774.339 467.55C774.588 467.71 774.89 467.319 774.659 467.141C774.162 466.75 773.753 466.288 773.433 465.754C773.309 465.559 773.22 465.346 773.131 465.132C773.806 464.741 774.464 464.314 775.068 463.835C775.156 464.048 775.263 464.226 775.37 464.386C775.76 464.972 776.258 465.434 776.862 465.79C777.217 466.003 777.519 465.452 777.181 465.239C776.666 464.901 776.258 464.474 775.956 463.941C775.831 463.746 775.778 463.515 775.689 463.283C777.181 461.915 778.354 460.244 779.011 458.306Z' fill='%23FFE9A0'/%3E%3Cpath d='M773.433 451.96C779.242 452.866 777.288 457.826 775.778 460.208C772.101 465.968 765.777 465.772 760.288 463.355C760.217 461.843 760.679 460.19 761.922 458.43C763.468 456.244 765.617 454.804 767.998 453.648C769.401 452.955 771.692 451.693 773.433 451.96Z' fill='%23FFE9A0'/%3E%3Cpath d='M1095.77 466.128C1097.37 471.639 1093.39 479.141 1088.53 481.843C1083.06 484.9 1077.21 482.66 1074.74 477.096C1072.5 472.03 1072.89 464.208 1078.54 461.31C1082.15 465.968 1087.18 460.315 1091.55 461.559C1093.68 462.164 1095.17 464.066 1095.77 466.128ZM1094.12 470.128C1094.25 469.417 1094.3 468.705 1094.28 468.012C1092.93 467.746 1091.62 467.426 1090.29 467.123C1089.98 467.07 1090.05 466.554 1090.36 466.59C1091.64 466.75 1092.91 466.874 1094.19 467.052C1093.91 465.328 1093.04 463.87 1091.1 463.212C1088.47 462.306 1085.33 464.635 1082.72 464.848C1080.87 464.99 1079.27 464.635 1078.22 463.266C1073.78 467.532 1073.53 475.727 1078.77 479.763C1081.4 481.772 1084.26 481.718 1086.77 480.527C1083.53 481.043 1080.36 478.981 1078.56 476.438C1078.47 476.296 1078.69 476.19 1078.79 476.314C1080.94 479.123 1084.09 479.763 1087.41 479.834C1087.55 479.834 1087.64 479.94 1087.66 480.047C1088.6 479.478 1089.47 478.767 1090.25 477.949C1087.48 477.843 1084.81 476.794 1082.93 474.661C1082.79 474.519 1082.98 474.341 1083.14 474.465C1085.42 476.278 1088.01 477.31 1090.94 477.167C1091.62 476.367 1092.2 475.478 1092.67 474.572C1092.7 474.501 1092.74 474.394 1092.79 474.305C1091.23 474.43 1089.73 474.127 1088.4 473.327C1088.15 473.185 1088.31 472.794 1088.58 472.883C1090 473.345 1091.44 473.559 1092.93 473.416C1093.02 473.416 1093.09 473.452 1093.15 473.487C1093.46 472.705 1093.75 471.852 1093.96 470.945C1091.14 470.981 1088.26 470.057 1086.08 468.243C1085.92 468.119 1086.11 467.888 1086.29 467.977C1088.79 469.292 1091.19 470.003 1094.03 470.092C1094.07 470.092 1094.09 470.128 1094.12 470.128Z' fill='%23261512'/%3E%3Cpath d='M1094.28 468.012C1094.28 468.706 1094.25 469.417 1094.12 470.128C1094.09 470.128 1094.07 470.092 1094.03 470.092C1091.19 470.003 1088.79 469.292 1086.29 467.977C1086.11 467.888 1085.92 468.119 1086.08 468.243C1088.26 470.057 1091.14 470.981 1093.96 470.945C1093.75 471.852 1093.46 472.705 1093.15 473.488C1093.09 473.452 1093.02 473.416 1092.93 473.416C1091.44 473.559 1090 473.345 1088.58 472.883C1088.31 472.794 1088.15 473.185 1088.4 473.328C1089.73 474.128 1091.23 474.43 1092.79 474.305C1092.74 474.394 1092.7 474.501 1092.67 474.572C1092.2 475.479 1091.62 476.367 1090.94 477.167C1088.01 477.31 1085.42 476.279 1083.14 474.465C1082.98 474.341 1082.79 474.519 1082.93 474.661C1084.81 476.794 1087.48 477.843 1090.25 477.95C1089.47 478.767 1088.6 479.478 1087.66 480.047C1087.64 479.941 1087.55 479.834 1087.41 479.834C1084.09 479.763 1080.94 479.123 1078.79 476.314C1078.69 476.19 1078.47 476.296 1078.56 476.439C1080.36 478.981 1083.53 481.043 1086.77 480.527C1084.26 481.718 1081.4 481.772 1078.77 479.763C1073.53 475.727 1073.78 467.532 1078.22 463.266C1079.27 464.635 1080.87 464.99 1082.72 464.848C1085.33 464.635 1088.47 462.306 1091.1 463.213C1093.04 463.87 1093.91 465.328 1094.19 467.052C1092.91 466.875 1091.64 466.75 1090.36 466.59C1090.05 466.555 1089.98 467.07 1090.29 467.123C1091.62 467.426 1092.93 467.746 1094.28 468.012Z' fill='%23FFE9A0'/%3E%3Cpath d='M825.019 544.915C827.915 546.07 831.13 546.106 834.025 544.399C837.063 542.604 838.608 539.475 838.91 536.186C838.182 538.249 836.903 540.168 835.216 541.662C832.444 544.097 828.572 545.377 825.019 544.915ZM839.337 530.356C841.38 537.306 839.994 542.693 834.789 545.679C829.584 548.666 822.586 547.564 818.464 541.022C815.267 535.938 817.576 530.071 823.243 526.231C828.714 521.929 832.604 522.392 836.122 525.254C837.898 526.676 838.91 528.471 839.337 530.356ZM833.084 541.057C837.703 537.733 840.065 530.658 834.967 526.569C833.83 525.663 832.729 525.129 831.663 524.916C831.787 525.307 831.912 525.698 832.089 526.071C832.498 526.996 833.031 527.849 833.652 528.649C833.83 528.88 833.528 529.218 833.315 528.987C832.338 527.938 831.165 526.374 830.81 524.809C829.975 524.756 829.158 524.88 828.341 525.147C829.478 527.209 830.384 529.289 831.876 531.173C832.089 531.44 831.734 531.831 831.485 531.564C829.886 529.84 828.359 527.654 827.986 525.271C827.186 525.574 826.387 526 825.623 526.516C825.748 527.067 825.819 527.636 826.014 528.169C826.298 528.916 826.778 529.609 827.293 530.231C827.435 530.391 827.24 530.587 827.062 530.462C826.049 529.662 825.179 528.187 825.215 526.8C824.415 527.369 823.651 527.991 822.888 528.649C823.367 529.378 823.687 530.267 824.167 531.013C824.842 532.044 825.659 533.075 826.547 533.929C826.6 534 826.511 534.107 826.44 534.053C825.41 533.324 824.504 532.56 823.74 531.529C823.136 530.711 822.372 529.627 822.23 528.578C820.134 531.244 818.056 534.071 818.944 537.715C820.543 544.222 828.607 544.293 833.084 541.057Z' fill='%23261512'/%3E%3Cpath d='M835.216 541.662C836.903 540.169 838.182 538.249 838.91 536.187C838.609 539.475 837.063 542.604 834.025 544.399C831.13 546.106 827.915 546.07 825.019 544.915C828.572 545.377 832.444 544.097 835.216 541.662Z' fill='%23FFE9A0'/%3E%3Cpath d='M834.967 526.569C840.065 530.658 837.703 537.733 833.084 541.057C828.607 544.293 820.543 544.222 818.944 537.715C818.056 534.071 820.134 531.244 822.23 528.578C822.372 529.627 823.136 530.711 823.74 531.529C824.504 532.56 825.41 533.324 826.44 534.053C826.511 534.107 826.6 534 826.547 533.929C825.659 533.075 824.842 532.044 824.167 531.013C823.687 530.267 823.367 529.378 822.888 528.649C823.651 527.991 824.415 527.369 825.215 526.8C825.179 528.187 826.049 529.662 827.062 530.462C827.24 530.587 827.435 530.391 827.293 530.231C826.778 529.609 826.298 528.916 826.014 528.169C825.819 527.636 825.748 527.067 825.623 526.516C826.387 526 827.186 525.574 827.986 525.271C828.359 527.654 829.886 529.84 831.485 531.564C831.734 531.831 832.089 531.44 831.876 531.173C830.384 529.289 829.478 527.209 828.341 525.147C829.158 524.88 829.975 524.756 830.81 524.809C831.165 526.374 832.338 527.938 833.315 528.987C833.528 529.218 833.83 528.88 833.652 528.649C833.031 527.849 832.498 526.996 832.089 526.071C831.912 525.698 831.787 525.307 831.663 524.916C832.729 525.129 833.83 525.663 834.967 526.569Z' fill='%23FFE9A0'/%3E%3Cpath d='M934.426 652.003C934.657 654.634 933.342 657.194 931.584 659.291C928.795 662.651 924.016 663.967 922.009 668.091C911.084 666.953 908.438 656.749 911.031 648.643C914.104 639.168 929.275 641.017 932.454 645.657C933.946 647.825 934.266 649.461 934.426 652.003ZM931.335 651.647C931.442 651.096 931.477 650.527 931.46 649.976C928.582 649.585 925.704 649.514 922.826 649.87C922.56 649.905 922.507 649.461 922.755 649.408C925.615 648.714 928.475 648.572 931.353 649.034C931.246 648.412 931.033 647.808 930.731 647.239C927.001 645.941 923.039 645.479 919.114 645.852C918.936 645.87 918.901 645.586 919.078 645.532C922.667 644.626 926.095 644.697 929.559 645.71C928.44 644.661 926.877 643.897 924.727 643.666C922.702 643.452 920.002 643.328 918.012 643.879C915.65 644.519 914.158 645.977 913.181 647.843C911.173 653.443 917.462 659.754 924.887 657.94C926.059 657.656 927.072 657.176 927.96 656.589C925.722 656.589 923.413 656.216 921.281 655.718C920.961 655.647 921.032 655.114 921.352 655.149C924.159 655.345 926.876 655.149 929.683 655.043C930.269 654.35 930.713 653.567 931.033 652.767C927.96 653.301 924.976 653.087 922.009 652.074C921.672 651.95 921.796 651.47 922.151 651.541C925.136 652.216 928.155 652.252 931.158 651.647C931.229 651.63 931.3 651.63 931.353 651.647H931.335ZM926.113 661.656C928.457 660.091 930.269 658.403 931.389 656.341C928.742 659.043 924.549 660.643 920.783 660.127C916.751 659.594 913.234 656.803 911.724 653.443C911.298 659.718 914.744 665.549 921.245 666.651C922.169 664.376 924.088 663.025 926.113 661.656Z' fill='%23261512'/%3E%3Cpath d='M931.46 649.976C931.477 650.527 931.46 651.096 931.335 651.647C931.282 651.63 931.211 651.63 931.14 651.647C928.138 652.252 925.118 652.216 922.134 651.541C921.778 651.47 921.654 651.95 921.992 652.074C924.958 653.087 927.942 653.301 931.015 652.767C930.696 653.567 930.252 654.35 929.665 655.043C926.859 655.132 924.141 655.345 921.334 655.149C921.014 655.114 920.943 655.647 921.263 655.718C923.395 656.216 925.704 656.589 927.942 656.589C927.054 657.176 926.042 657.656 924.869 657.94C917.444 659.754 911.156 653.443 913.163 647.843C914.14 645.977 915.632 644.519 917.995 643.879C919.984 643.328 922.684 643.452 924.709 643.666C926.859 643.897 928.422 644.661 929.541 645.71C926.077 644.697 922.649 644.626 919.06 645.532C918.883 645.586 918.918 645.87 919.096 645.852C923.022 645.479 926.983 645.941 930.714 647.239C931.015 647.808 931.229 648.412 931.335 649.034C928.457 648.572 925.598 648.714 922.738 649.408C922.489 649.461 922.542 649.905 922.809 649.87C925.686 649.514 928.564 649.585 931.442 649.976H931.46Z' fill='%23FFE9A0'/%3E%3Cpath d='M931.389 656.341C930.269 658.403 928.457 660.091 926.113 661.656C924.088 663.025 922.169 664.376 921.245 666.651C914.744 665.549 911.298 659.718 911.724 653.443C913.234 656.803 916.751 659.594 920.784 660.127C924.549 660.643 928.742 659.043 931.389 656.341Z' fill='%23FFE9A0'/%3E%3Cpath d='M589.934 463.337C591.533 468.848 587.553 476.35 582.686 479.052C577.215 482.109 571.371 479.869 568.902 474.305C566.663 469.239 567.054 461.417 572.703 458.519C576.309 463.177 581.336 457.524 585.706 458.768C587.838 459.373 589.33 461.275 589.934 463.337ZM588.282 467.337C588.406 466.626 588.459 465.914 588.442 465.221C587.092 464.955 585.777 464.635 584.445 464.332C584.143 464.279 584.214 463.763 584.516 463.799C585.795 463.959 587.074 464.083 588.353 464.261C588.069 462.537 587.198 461.079 585.262 460.421C582.633 459.515 579.489 461.844 576.877 462.057C575.03 462.199 573.431 461.844 572.383 460.475C567.942 464.741 567.694 472.936 572.934 476.972C575.563 478.98 578.423 478.927 580.928 477.736C577.695 478.252 574.515 476.19 572.721 473.647C572.632 473.505 572.845 473.399 572.952 473.523C575.101 476.332 578.245 476.972 581.567 477.043C581.709 477.043 581.798 477.149 581.816 477.256C582.757 476.687 583.628 475.976 584.409 475.158C581.638 475.052 578.974 474.003 577.091 471.87C576.949 471.728 577.144 471.55 577.304 471.674C579.578 473.487 582.171 474.518 585.102 474.376C585.777 473.576 586.363 472.687 586.825 471.781C586.861 471.71 586.896 471.603 586.95 471.514C585.386 471.639 583.894 471.336 582.562 470.536C582.313 470.394 582.473 470.003 582.739 470.092C584.161 470.554 585.599 470.768 587.092 470.625C587.18 470.625 587.251 470.661 587.305 470.696C587.625 469.914 587.909 469.061 588.122 468.154C585.297 468.19 582.42 467.266 580.235 465.452C580.075 465.328 580.27 465.097 580.448 465.186C582.953 466.501 585.351 467.212 588.193 467.301C588.228 467.301 588.246 467.337 588.282 467.337Z' fill='%23261512'/%3E%3Cpath d='M588.442 465.221C588.459 465.915 588.406 466.626 588.282 467.337C588.246 467.337 588.229 467.301 588.193 467.301C585.351 467.212 582.953 466.501 580.448 465.186C580.27 465.097 580.075 465.328 580.235 465.452C582.42 467.266 585.298 468.19 588.122 468.154C587.909 469.061 587.625 469.914 587.305 470.697C587.252 470.661 587.18 470.625 587.092 470.625C585.6 470.768 584.161 470.554 582.74 470.092C582.473 470.003 582.313 470.394 582.562 470.537C583.894 471.337 585.386 471.639 586.95 471.514C586.896 471.603 586.861 471.71 586.825 471.781C586.363 472.688 585.777 473.576 585.102 474.376C582.171 474.519 579.578 473.488 577.304 471.674C577.144 471.55 576.949 471.728 577.091 471.87C578.974 474.003 581.638 475.052 584.409 475.159C583.628 475.976 582.757 476.687 581.816 477.256C581.816 477.15 581.709 477.043 581.567 477.043C578.245 476.972 575.101 476.332 572.952 473.523C572.845 473.399 572.632 473.505 572.721 473.648C574.515 476.19 577.695 478.252 580.928 477.736C578.423 478.927 575.563 478.981 572.934 476.972C567.694 472.936 567.942 464.741 572.383 460.475C573.431 461.844 575.03 462.199 576.878 462.057C579.489 461.844 582.633 459.515 585.262 460.422C587.198 461.079 588.069 462.537 588.353 464.261C587.074 464.084 585.795 463.959 584.516 463.799C584.214 463.764 584.143 464.279 584.445 464.332C585.777 464.635 587.092 464.955 588.442 465.221Z' fill='%23FFE9A0'/%3E%3Cpath d='M623.188 586.317C623.418 588.948 622.104 591.508 620.345 593.606C617.556 596.966 612.778 598.281 610.771 602.406C599.846 601.268 597.199 591.064 599.793 582.958C602.866 573.483 618.036 575.331 621.216 579.971C622.708 582.14 623.028 583.775 623.188 586.317ZM620.097 585.962C620.203 585.411 620.239 584.842 620.221 584.291C617.343 583.9 614.466 583.829 611.588 584.184C611.321 584.22 611.268 583.775 611.517 583.722C614.377 583.029 617.237 582.886 620.114 583.349C620.008 582.726 619.795 582.122 619.493 581.553H619.475C615.745 580.256 611.783 579.793 607.857 580.167C607.68 580.184 607.644 579.9 607.822 579.847C611.41 578.94 614.839 579.011 618.303 580.024C617.183 578.976 615.62 578.211 613.471 577.98C611.446 577.767 608.746 577.642 606.756 578.193C604.394 578.833 602.901 580.291 601.924 582.158C599.917 587.757 606.205 594.068 613.631 592.255C614.803 591.97 615.816 591.49 616.704 590.904C614.466 590.904 612.156 590.531 610.025 590.033C609.705 589.962 609.776 589.428 610.096 589.464C612.902 589.659 615.62 589.464 618.427 589.357C619.013 588.664 619.457 587.882 619.777 587.082C616.704 587.615 613.719 587.402 610.753 586.389C610.415 586.264 610.54 585.784 610.895 585.855C613.879 586.531 616.899 586.566 619.901 585.962C619.972 585.944 620.043 585.944 620.097 585.962ZM614.874 595.97C617.219 594.406 619.031 592.717 620.15 590.655C617.503 593.357 613.311 594.957 609.545 594.441C605.513 593.908 601.995 591.117 600.486 587.757C600.059 594.033 603.505 599.863 610.007 600.966C610.931 598.69 612.849 597.339 614.874 595.97Z' fill='%23261512'/%3E%3Cpath d='M620.221 584.291C620.221 584.842 620.203 585.411 620.097 585.962C620.043 585.944 619.972 585.944 619.901 585.962C616.899 586.566 613.879 586.531 610.895 585.855C610.54 585.784 610.415 586.264 610.753 586.389C613.72 587.402 616.704 587.615 619.777 587.082C619.457 587.882 619.013 588.664 618.427 589.357C615.62 589.446 612.902 589.659 610.096 589.464C609.776 589.428 609.705 589.962 610.025 590.033C612.156 590.531 614.466 590.904 616.704 590.904C615.816 591.49 614.803 591.97 613.631 592.255C606.205 594.068 599.917 587.757 601.924 582.158C602.901 580.291 604.394 578.833 606.756 578.193C608.746 577.642 611.446 577.767 613.471 577.98C615.62 578.211 617.183 578.976 618.303 580.024C614.839 579.011 611.41 578.94 607.822 579.847C607.644 579.9 607.68 580.184 607.857 580.167C611.783 579.793 615.745 580.255 619.475 581.553H619.493C619.795 582.122 620.008 582.726 620.114 583.349C617.237 582.886 614.377 583.029 611.517 583.722C611.268 583.775 611.321 584.22 611.588 584.184C614.466 583.829 617.343 583.9 620.221 584.291Z' fill='%23FFE9A0'/%3E%3Cpath d='M620.15 590.655C619.031 592.717 617.219 594.406 614.874 595.97C612.849 597.339 610.931 598.69 610.007 600.966C603.505 599.863 600.059 594.033 600.486 587.757C601.995 591.117 605.513 593.908 609.545 594.441C613.311 594.957 617.503 593.357 620.15 590.655Z' fill='%23FFE9A0'/%3E%3Cpath d='M586.026 646.883C587.18 653.71 582.58 658.954 576.007 660.02C570.074 660.998 562.595 658.972 560.553 652.625C559.789 650.225 559.949 647.381 561.281 645.212C561.814 644.341 562.489 643.595 563.342 643.008C564.319 642.315 564.603 642.368 565.526 641.959C566.646 641.532 567.729 641.07 568.831 640.59C571.531 639.684 570.731 636.413 571.3 635.008C576.842 637.408 584.889 640.164 586.026 646.883ZM584.054 648.963C584.107 641.888 577.89 638.777 571.957 637.355C572.188 639.115 571.211 640.661 569.523 641.799C566.273 644.003 561.903 644.217 561.672 649.159C561.618 650.208 561.796 651.221 562.151 652.163C562.436 651.576 563.075 651.203 563.448 650.67C563.91 650.048 564.159 649.336 564.514 648.643C564.549 648.554 564.709 648.608 564.709 648.697C564.638 649.496 564.283 650.243 563.874 650.919C563.519 651.505 563.093 652.412 562.365 652.59C562.347 652.59 562.311 652.59 562.293 652.572C563.093 654.421 564.567 655.932 566.45 656.892C566.77 657.052 567.107 657.194 567.463 657.336C567.196 657.052 567.125 656.536 567.534 656.234C569.506 654.776 571.104 652.75 571.992 650.456C572.099 650.136 572.543 650.261 572.49 650.581C571.975 653.425 570.536 655.701 568.191 657.389C568.102 657.461 567.996 657.496 567.907 657.496C569.079 657.905 570.323 658.154 571.602 658.243C572.614 657.194 573.698 656.216 574.728 655.203C574.977 654.972 575.314 655.327 575.101 655.576C574.373 656.465 573.645 657.389 572.898 658.278C573.858 658.26 574.781 658.172 575.705 657.976C576.025 657.389 576.647 656.945 577.002 656.358C577.428 655.683 577.677 654.936 577.801 654.136C577.854 653.834 578.352 653.905 578.334 654.207C578.299 655.114 578.103 655.967 577.73 656.785C577.624 657.034 577.481 657.283 577.339 657.549C581.07 656.287 584.019 653.443 584.054 648.963Z' fill='%23261512'/%3E%3Cpath d='M571.957 637.355C577.89 638.777 584.107 641.888 584.054 648.963C584.019 653.443 581.07 656.287 577.339 657.549C577.481 657.283 577.624 657.034 577.73 656.785C578.103 655.967 578.299 655.114 578.334 654.207C578.352 653.905 577.854 653.834 577.801 654.136C577.677 654.936 577.428 655.683 577.002 656.358C576.647 656.945 576.025 657.389 575.705 657.976C574.781 658.171 573.858 658.26 572.898 658.278C573.645 657.389 574.373 656.465 575.101 655.576C575.314 655.327 574.977 654.972 574.728 655.203C573.698 656.216 572.614 657.194 571.602 658.243C570.323 658.154 569.079 657.905 567.907 657.496C567.996 657.496 568.102 657.46 568.191 657.389C570.536 655.7 571.975 653.425 572.49 650.581C572.543 650.261 572.099 650.136 571.992 650.456C571.104 652.75 569.506 654.776 567.534 656.234C567.125 656.536 567.196 657.052 567.463 657.336C567.107 657.194 566.77 657.052 566.45 656.892C564.567 655.932 563.093 654.421 562.293 652.572C562.293 652.59 562.347 652.59 562.365 652.59C563.093 652.412 563.519 651.505 563.874 650.919C564.283 650.243 564.638 649.496 564.709 648.696C564.709 648.608 564.549 648.554 564.514 648.643C564.159 649.336 563.91 650.047 563.448 650.67C563.075 651.203 562.436 651.576 562.151 652.163C561.796 651.221 561.618 650.207 561.672 649.159C561.903 644.217 566.273 644.003 569.523 641.799C571.211 640.661 572.188 639.115 571.957 637.355ZM567.942 650.51C567.96 650.385 567.747 650.332 567.694 650.456C567.285 651.363 566.646 652.216 565.828 652.821C565.171 653.301 564.034 653.443 563.715 654.243C563.626 654.456 563.768 654.723 563.963 654.829C564.887 655.381 566.166 654.083 566.717 653.425C567.427 652.572 567.836 651.63 567.942 650.51Z' fill='%23FFE9A0'/%3E%3Cpath d='M567.694 650.456C567.747 650.332 567.96 650.385 567.942 650.51C567.836 651.63 567.427 652.572 566.717 653.425C566.166 654.083 564.887 655.381 563.963 654.829C563.768 654.723 563.626 654.456 563.715 654.243C564.034 653.443 565.171 653.301 565.828 652.821C566.646 652.216 567.285 651.363 567.694 650.456Z' fill='%23261512'/%3E%3Cpath d='M438.8 624.147C440.772 632.2 440.274 644.661 428.657 642.368C425.086 641.675 420.77 640.235 419.011 636.75C417.093 632.911 418.656 628.591 421.534 625.782C424.5 622.867 429.794 619.525 434.146 620.36C436.313 620.769 438.178 621.587 438.8 624.147ZM431.428 641.728C438.356 641.515 438.871 634.511 438.303 628.697C437.645 630.635 436.473 632.306 434.981 633.675C435.07 633.906 435.123 634.137 435.247 634.333C435.549 634.866 435.958 635.293 436.473 635.63C436.81 635.844 436.508 636.395 436.153 636.182C435.549 635.826 435.052 635.364 434.661 634.777C434.554 634.617 434.448 634.439 434.359 634.226C433.755 634.706 433.098 635.133 432.423 635.524C432.512 635.737 432.6 635.95 432.725 636.146C433.045 636.679 433.453 637.141 433.95 637.533C434.181 637.71 433.879 638.101 433.631 637.941C433.062 637.568 432.547 637.124 432.174 636.555C432.05 636.359 431.908 636.128 431.783 635.879C431.179 636.182 430.522 636.413 429.883 636.626C430.202 636.946 430.54 637.266 430.913 637.533C431.197 637.728 430.966 638.173 430.646 637.995C430.113 637.728 429.652 637.408 429.225 636.999C429.172 636.964 429.137 636.91 429.083 636.875C427.893 637.159 426.685 637.284 425.477 637.213C426.596 638.013 427.769 638.706 429.065 639.346C429.332 639.488 429.137 639.826 428.888 639.79C426.845 639.488 424.927 638.386 423.452 636.928C422.173 636.608 420.93 636.057 419.828 635.204C421.09 639.275 426.596 641.888 431.428 641.728ZM435.07 630.6C436.58 628.217 438.534 623.258 432.725 622.351C430.984 622.084 428.692 623.347 427.289 624.04C424.909 625.195 422.759 626.635 421.214 628.822C419.97 630.582 419.509 632.235 419.58 633.746C425.069 636.164 431.392 636.359 435.07 630.6Z' fill='%23261512'/%3E%3Cpath d='M438.303 628.698C438.871 634.511 438.356 641.515 431.428 641.728C426.596 641.888 421.09 639.275 419.828 635.204C420.93 636.057 422.173 636.608 423.452 636.928C424.926 638.386 426.845 639.488 428.888 639.79C429.136 639.826 429.332 639.488 429.065 639.346C427.769 638.706 426.596 638.013 425.477 637.213C426.685 637.284 427.893 637.159 429.083 636.875C429.136 636.91 429.172 636.964 429.225 636.999C429.652 637.408 430.113 637.728 430.646 637.995C430.966 638.173 431.197 637.728 430.913 637.533C430.54 637.266 430.202 636.946 429.883 636.626C430.522 636.413 431.179 636.182 431.783 635.879C431.908 636.128 432.05 636.359 432.174 636.555C432.547 637.124 433.062 637.568 433.631 637.942C433.879 638.101 434.181 637.71 433.95 637.533C433.453 637.142 433.045 636.679 432.725 636.146C432.6 635.95 432.512 635.737 432.423 635.524C433.098 635.133 433.755 634.706 434.359 634.226C434.448 634.439 434.554 634.617 434.661 634.777C435.052 635.364 435.549 635.826 436.153 636.182C436.508 636.395 436.81 635.844 436.473 635.631C435.958 635.293 435.549 634.866 435.247 634.333C435.123 634.137 435.07 633.906 434.981 633.675C436.473 632.306 437.645 630.635 438.303 628.698Z' fill='%23FFE9A0'/%3E%3Cpath d='M432.725 622.351C438.534 623.258 436.58 628.217 435.07 630.6C431.392 636.359 425.069 636.164 419.58 633.746C419.509 632.235 419.97 630.582 421.214 628.822C422.759 626.635 424.909 625.195 427.289 624.04C428.692 623.347 430.984 622.084 432.725 622.351Z' fill='%23FFE9A0'/%3E%3Cpath d='M390.909 569.66C392.508 575.171 388.529 582.673 383.661 585.375C378.19 588.433 372.346 586.193 369.877 580.629C367.638 575.562 368.029 567.74 373.678 564.843C377.284 569.5 382.311 563.847 386.681 565.092C388.813 565.696 390.305 567.598 390.909 569.66ZM389.257 573.66C389.381 572.949 389.435 572.238 389.417 571.545C388.067 571.278 386.752 570.958 385.42 570.656C385.118 570.602 385.189 570.087 385.491 570.123C386.77 570.283 388.049 570.407 389.328 570.585C389.044 568.86 388.173 567.403 386.237 566.745C383.608 565.838 380.464 568.167 377.853 568.38C376.005 568.523 374.406 568.167 373.358 566.798C368.917 571.065 368.669 579.26 373.909 583.295C376.538 585.304 379.398 585.251 381.903 584.06C378.67 584.575 375.49 582.513 373.696 579.971C373.607 579.829 373.82 579.722 373.927 579.846C376.076 582.655 379.22 583.295 382.542 583.366C382.684 583.366 382.773 583.473 382.791 583.58C383.732 583.011 384.603 582.3 385.384 581.482C382.613 581.375 379.949 580.326 378.066 578.193C377.924 578.051 378.119 577.873 378.279 577.998C380.553 579.811 383.146 580.842 386.077 580.7C386.752 579.9 387.338 579.011 387.8 578.104C387.836 578.033 387.871 577.927 387.925 577.838C386.361 577.962 384.869 577.66 383.537 576.86C383.288 576.718 383.448 576.327 383.715 576.416C385.136 576.878 386.575 577.091 388.067 576.949C388.156 576.949 388.227 576.984 388.28 577.02C388.6 576.238 388.884 575.384 389.097 574.478C386.273 574.513 383.395 573.589 381.21 571.776C381.05 571.651 381.245 571.42 381.423 571.509C383.928 572.825 386.326 573.536 389.168 573.625C389.204 573.625 389.221 573.66 389.257 573.66Z' fill='%23261512'/%3E%3Cpath d='M389.417 571.545C389.435 572.238 389.381 572.949 389.257 573.66C389.221 573.66 389.204 573.625 389.168 573.625C386.326 573.536 383.928 572.825 381.423 571.509C381.245 571.42 381.05 571.651 381.21 571.776C383.395 573.589 386.273 574.514 389.097 574.478C388.884 575.385 388.6 576.238 388.28 577.02C388.227 576.985 388.156 576.949 388.067 576.949C386.575 577.091 385.136 576.878 383.715 576.416C383.448 576.327 383.288 576.718 383.537 576.86C384.869 577.66 386.361 577.962 387.925 577.838C387.871 577.927 387.836 578.033 387.8 578.104C387.338 579.011 386.752 579.9 386.077 580.7C383.146 580.842 380.553 579.811 378.279 577.998C378.119 577.873 377.924 578.051 378.066 578.193C379.949 580.327 382.613 581.375 385.384 581.482C384.603 582.3 383.732 583.011 382.791 583.58C382.773 583.473 382.684 583.366 382.542 583.366C379.22 583.295 376.076 582.655 373.927 579.847C373.82 579.722 373.607 579.829 373.696 579.971C375.49 582.513 378.67 584.575 381.903 584.06C379.398 585.251 376.538 585.304 373.909 583.295C368.669 579.26 368.917 571.065 373.358 566.798C374.406 568.167 376.005 568.523 377.853 568.38C380.464 568.167 383.608 565.838 386.237 566.745C388.173 567.403 389.044 568.86 389.328 570.585C388.049 570.407 386.77 570.283 385.491 570.123C385.189 570.087 385.118 570.603 385.42 570.656C386.752 570.958 388.067 571.278 389.417 571.545Z' fill='%23FFE9A0'/%3E%3Cpath d='M1251.74 467.799C1253.34 473.31 1249.36 480.811 1244.49 483.514C1239.02 486.571 1233.18 484.331 1230.71 478.767C1228.47 473.701 1228.86 465.879 1234.51 462.981C1238.12 467.639 1243.14 461.986 1247.51 463.23C1249.64 463.834 1251.14 465.737 1251.74 467.799ZM1250.09 471.799C1250.21 471.087 1250.27 470.376 1250.25 469.683C1248.9 469.416 1247.58 469.096 1246.25 468.794C1245.95 468.741 1246.02 468.225 1246.32 468.261C1247.6 468.421 1248.88 468.545 1250.16 468.723C1249.87 466.999 1249 465.541 1247.07 464.883C1244.44 463.977 1241.29 466.305 1238.68 466.519C1236.84 466.661 1235.24 466.305 1234.19 464.937C1229.75 469.203 1229.5 477.398 1234.74 481.434C1237.37 483.442 1240.23 483.389 1242.73 482.198C1239.5 482.714 1236.32 480.651 1234.53 478.109C1234.44 477.967 1234.65 477.86 1234.76 477.985C1236.91 480.794 1240.05 481.434 1243.37 481.505C1243.52 481.505 1243.6 481.611 1243.62 481.718C1244.56 481.149 1245.43 480.438 1246.22 479.62C1243.44 479.514 1240.78 478.465 1238.9 476.332C1238.75 476.189 1238.95 476.012 1239.11 476.136C1241.38 477.949 1243.98 478.98 1246.91 478.838C1247.58 478.038 1248.17 477.149 1248.63 476.243C1248.67 476.172 1248.7 476.065 1248.76 475.976C1247.19 476.101 1245.7 475.798 1244.37 474.998C1244.12 474.856 1244.28 474.465 1244.55 474.554C1245.97 475.016 1247.41 475.229 1248.9 475.087C1248.99 475.087 1249.06 475.123 1249.11 475.158C1249.43 474.376 1249.71 473.523 1249.93 472.616C1247.1 472.652 1244.23 471.727 1242.04 469.914C1241.88 469.79 1242.08 469.559 1242.25 469.648C1244.76 470.963 1247.16 471.674 1250 471.763C1250.03 471.763 1250.05 471.799 1250.09 471.799Z' fill='%23261512'/%3E%3Cpath d='M1250.25 469.683C1250.27 470.377 1250.21 471.088 1250.09 471.799C1250.05 471.799 1250.03 471.763 1250 471.763C1247.16 471.674 1244.76 470.963 1242.25 469.648C1242.08 469.559 1241.88 469.79 1242.04 469.914C1244.23 471.728 1247.1 472.652 1249.93 472.616C1249.71 473.523 1249.43 474.376 1249.11 475.158C1249.06 475.123 1248.99 475.087 1248.9 475.087C1247.41 475.23 1245.97 475.016 1244.55 474.554C1244.28 474.465 1244.12 474.856 1244.37 474.998C1245.7 475.798 1247.19 476.101 1248.76 475.976C1248.7 476.065 1248.67 476.172 1248.63 476.243C1248.17 477.15 1247.58 478.038 1246.91 478.838C1243.98 478.981 1241.38 477.949 1239.11 476.136C1238.95 476.012 1238.75 476.19 1238.9 476.332C1240.78 478.465 1243.44 479.514 1246.22 479.62C1245.43 480.438 1244.56 481.149 1243.62 481.718C1243.6 481.612 1243.52 481.505 1243.37 481.505C1240.05 481.434 1236.91 480.794 1234.76 477.985C1234.65 477.861 1234.44 477.967 1234.53 478.109C1236.32 480.652 1239.5 482.714 1242.73 482.198C1240.23 483.389 1237.37 483.443 1234.74 481.434C1229.5 477.398 1229.75 469.203 1234.19 464.937C1235.24 466.306 1236.84 466.661 1238.68 466.519C1241.29 466.306 1244.44 463.977 1247.07 464.883C1249 465.541 1249.87 466.999 1250.16 468.723C1248.88 468.545 1247.6 468.421 1246.32 468.261C1246.02 468.225 1245.95 468.741 1246.25 468.794C1247.58 469.097 1248.9 469.417 1250.25 469.683Z' fill='%23FFE9A0'/%3E%3Cpath d='M214.675 574.993C216.647 583.046 216.149 595.508 204.532 593.215C200.961 592.522 196.645 591.082 194.886 587.597C192.968 583.757 194.531 579.438 197.408 576.629C200.375 573.714 205.669 570.372 210.021 571.207C212.188 571.616 214.053 572.434 214.675 574.993ZM207.303 592.575C214.231 592.362 214.746 585.357 214.177 579.544C213.52 581.482 212.348 583.153 210.856 584.522C210.944 584.753 210.998 584.984 211.122 585.18C211.424 585.713 211.833 586.14 212.348 586.477C212.685 586.691 212.383 587.242 212.028 587.028C211.424 586.673 210.927 586.211 210.536 585.624C210.429 585.464 210.323 585.286 210.234 585.073C209.63 585.553 208.973 585.98 208.298 586.371C208.386 586.584 208.475 586.797 208.6 586.993C208.919 587.526 209.328 587.988 209.825 588.379C210.056 588.557 209.754 588.948 209.506 588.788C208.937 588.415 208.422 587.971 208.049 587.402C207.925 587.206 207.782 586.975 207.658 586.726C207.054 587.028 206.397 587.26 205.757 587.473C206.077 587.793 206.415 588.113 206.788 588.379C207.072 588.575 206.841 589.019 206.521 588.842C205.988 588.575 205.526 588.255 205.1 587.846C205.047 587.811 205.011 587.757 204.958 587.722C203.768 588.006 202.56 588.131 201.352 588.06C202.471 588.859 203.644 589.553 204.94 590.193C205.207 590.335 205.011 590.673 204.763 590.637C202.72 590.335 200.801 589.233 199.327 587.775C198.048 587.455 196.804 586.904 195.703 586.051C196.964 590.122 202.471 592.735 207.303 592.575ZM210.944 581.447C212.454 579.064 214.408 574.105 208.6 573.198C206.859 572.931 204.567 574.194 203.164 574.887C200.784 576.042 198.634 577.482 197.089 579.669C195.845 581.429 195.383 583.082 195.454 584.593C200.943 587.011 207.267 587.206 210.944 581.447Z' fill='%23261512'/%3E%3Cpath d='M214.177 579.544C214.746 585.357 214.231 592.362 207.303 592.575C202.471 592.735 196.964 590.122 195.703 586.051C196.804 586.904 198.048 587.455 199.327 587.775C200.801 589.233 202.72 590.335 204.763 590.637C205.011 590.673 205.207 590.335 204.94 590.193C203.644 589.553 202.471 588.86 201.352 588.06C202.56 588.131 203.768 588.006 204.958 587.722C205.011 587.757 205.047 587.811 205.1 587.846C205.526 588.255 205.988 588.575 206.521 588.842C206.841 589.02 207.072 588.575 206.788 588.38C206.415 588.113 206.077 587.793 205.757 587.473C206.397 587.26 207.054 587.029 207.658 586.726C207.782 586.975 207.925 587.206 208.049 587.402C208.422 587.971 208.937 588.415 209.506 588.788C209.754 588.948 210.056 588.557 209.825 588.38C209.328 587.988 208.919 587.526 208.6 586.993C208.475 586.797 208.386 586.584 208.298 586.371C208.973 585.98 209.63 585.553 210.234 585.073C210.323 585.286 210.429 585.464 210.536 585.624C210.927 586.211 211.424 586.673 212.028 587.029C212.383 587.242 212.685 586.691 212.348 586.477C211.833 586.14 211.424 585.713 211.122 585.18C210.998 584.984 210.944 584.753 210.856 584.522C212.348 583.153 213.52 581.482 214.177 579.544Z' fill='%23FFE9A0'/%3E%3Cpath d='M208.6 573.198C214.408 574.105 212.454 579.064 210.944 581.447C207.267 587.206 200.943 587.011 195.454 584.593C195.383 583.082 195.845 581.429 197.089 579.669C198.634 577.482 200.784 576.042 203.164 574.887C204.567 574.194 206.859 572.931 208.6 573.198Z' fill='%23FFE9A0'/%3E%3Cpath d='M80.5586 592.237C82.1573 597.748 78.1782 605.25 73.311 607.952C67.8397 611.009 61.9955 608.769 59.5263 603.205C57.2881 598.139 57.6789 590.317 63.3277 587.419C66.9338 592.077 71.9609 586.424 76.3308 587.668C78.4624 588.273 79.9546 590.175 80.5586 592.237ZM78.9065 596.237C79.0309 595.526 79.0842 594.815 79.0664 594.121C77.7164 593.855 76.4018 593.535 75.0696 593.232C74.7676 593.179 74.8386 592.664 75.1406 592.699C76.4196 592.859 77.6986 592.984 78.9776 593.161C78.6934 591.437 77.823 589.979 75.8867 589.322C73.2577 588.415 70.1135 590.744 67.5022 590.957C65.6548 591.099 64.0561 590.744 63.008 589.375C58.5671 593.641 58.3184 601.837 63.5587 605.872C66.1877 607.881 69.0477 607.827 71.5523 606.636C68.3193 607.152 65.1396 605.09 63.3455 602.548C63.2567 602.405 63.4698 602.299 63.5764 602.423C65.7258 605.232 68.87 605.872 72.1918 605.943C72.334 605.943 72.4228 606.05 72.4405 606.156C73.382 605.587 74.2524 604.876 75.034 604.059C72.2629 603.952 69.5983 602.903 67.7154 600.77C67.5733 600.628 67.7687 600.45 67.9286 600.574C70.2023 602.388 72.7958 603.419 75.7268 603.276C76.4019 602.476 76.9881 601.588 77.4499 600.681C77.4854 600.61 77.521 600.503 77.5743 600.414C76.011 600.539 74.5189 600.237 73.1866 599.437C72.9379 599.294 73.0978 598.903 73.3643 598.992C74.7854 599.454 76.2242 599.668 77.7164 599.526C77.8052 599.526 77.8762 599.561 77.9295 599.597C78.2493 598.814 78.5335 597.961 78.7467 597.055C75.9222 597.09 73.0445 596.166 70.8596 594.352C70.6997 594.228 70.8951 593.997 71.0727 594.086C73.5774 595.401 75.9755 596.112 78.8177 596.201C78.8532 596.201 78.871 596.237 78.9065 596.237Z' fill='%23261512'/%3E%3Cpath d='M79.0664 594.121C79.0664 594.815 79.0309 595.526 78.9065 596.237C78.871 596.237 78.8533 596.201 78.8177 596.201C75.9755 596.112 73.5774 595.401 71.0727 594.086C70.8951 593.997 70.6997 594.228 70.8596 594.353C73.0445 596.166 75.9222 597.09 78.7467 597.055C78.5335 597.961 78.2493 598.815 77.9295 599.597C77.8762 599.561 77.8052 599.526 77.7164 599.526C76.2242 599.668 74.7854 599.455 73.3643 598.992C73.0978 598.903 72.9379 599.295 73.1866 599.437C74.5189 600.237 76.011 600.539 77.5743 600.414C77.521 600.503 77.4854 600.61 77.4499 600.681C76.9881 601.588 76.4019 602.477 75.7268 603.277C72.7958 603.419 70.2023 602.388 67.9286 600.574C67.7687 600.45 67.5733 600.628 67.7154 600.77C69.5983 602.903 72.2629 603.952 75.0341 604.059C74.2524 604.876 73.382 605.588 72.4405 606.156C72.4228 606.05 72.334 605.943 72.1918 605.943C68.87 605.872 65.7258 605.232 63.5764 602.423C63.4699 602.299 63.2567 602.405 63.3455 602.548C65.1396 605.09 68.3194 607.152 71.5524 606.636C69.0477 607.827 66.1877 607.881 63.5587 605.872C58.3184 601.837 58.5671 593.641 63.008 589.375C64.0561 590.744 65.6548 591.099 67.5022 590.957C70.1135 590.744 73.2577 588.415 75.8867 589.322C77.823 589.979 78.6934 591.437 78.9776 593.161C77.6986 592.984 76.4196 592.859 75.1406 592.699C74.8386 592.664 74.7676 593.179 75.0696 593.233C76.4019 593.535 77.7164 593.855 79.0664 594.121Z' fill='%23FFE9A0'/%3E%3Cpath d='M1258.12 606.796C1259.72 612.307 1255.74 619.809 1250.87 622.511C1245.4 625.569 1239.55 623.329 1237.08 617.765C1234.85 612.698 1235.24 604.876 1240.89 601.979C1244.49 606.636 1249.52 600.983 1253.89 602.228C1256.02 602.832 1257.51 604.734 1258.12 606.796ZM1256.47 610.796C1256.59 610.085 1256.64 609.374 1256.62 608.681C1255.27 608.414 1253.96 608.094 1252.63 607.792C1252.33 607.738 1252.4 607.223 1252.7 607.258C1253.98 607.418 1255.26 607.543 1256.54 607.721C1256.25 605.996 1255.38 604.539 1253.45 603.881C1250.82 602.974 1247.67 605.303 1245.06 605.516C1243.21 605.659 1241.61 605.303 1240.57 603.934C1236.13 608.201 1235.88 616.396 1241.12 620.431C1243.75 622.44 1246.61 622.387 1249.11 621.196C1245.88 621.711 1242.7 619.649 1240.9 617.107C1240.82 616.965 1241.03 616.858 1241.13 616.982C1243.28 619.791 1246.43 620.431 1249.75 620.502C1249.89 620.502 1249.98 620.609 1250 620.716C1250.94 620.147 1251.81 619.436 1252.59 618.618C1249.82 618.511 1247.16 617.462 1245.27 615.329C1245.13 615.187 1245.33 615.009 1245.49 615.134C1247.76 616.947 1250.35 617.978 1253.29 617.836C1253.96 617.036 1254.55 616.147 1255.01 615.24C1255.04 615.169 1255.08 615.063 1255.13 614.974C1253.57 615.098 1252.08 614.796 1250.75 613.996C1250.5 613.854 1250.66 613.463 1250.92 613.552C1252.34 614.014 1253.78 614.227 1255.27 614.085C1255.36 614.085 1255.43 614.12 1255.49 614.156C1255.81 613.374 1256.09 612.52 1256.31 611.614C1253.48 611.649 1250.6 610.725 1248.42 608.912C1248.26 608.787 1248.45 608.556 1248.63 608.645C1251.14 609.961 1253.53 610.672 1256.38 610.761C1256.41 610.761 1256.43 610.796 1256.47 610.796Z' fill='%23261512'/%3E%3Cpath d='M1256.62 608.681C1256.64 609.374 1256.59 610.085 1256.47 610.796C1256.43 610.796 1256.41 610.761 1256.38 610.761C1253.53 610.672 1251.14 609.961 1248.63 608.645C1248.45 608.556 1248.26 608.787 1248.42 608.912C1250.6 610.725 1253.48 611.65 1256.31 611.614C1256.09 612.521 1255.81 613.374 1255.49 614.156C1255.43 614.12 1255.36 614.085 1255.27 614.085C1253.78 614.227 1252.34 614.014 1250.92 613.552C1250.66 613.463 1250.5 613.854 1250.75 613.996C1252.08 614.796 1253.57 615.098 1255.13 614.974C1255.08 615.063 1255.04 615.169 1255.01 615.24C1254.55 616.147 1253.96 617.036 1253.29 617.836C1250.35 617.978 1247.76 616.947 1245.49 615.134C1245.33 615.009 1245.13 615.187 1245.27 615.329C1247.16 617.463 1249.82 618.511 1252.59 618.618C1251.81 619.436 1250.94 620.147 1250 620.716C1249.98 620.609 1249.89 620.502 1249.75 620.502C1246.43 620.431 1243.28 619.791 1241.13 616.983C1241.03 616.858 1240.82 616.965 1240.9 617.107C1242.7 619.649 1245.88 621.711 1249.11 621.196C1246.61 622.387 1243.75 622.44 1241.12 620.431C1235.88 616.396 1236.13 608.201 1240.57 603.934C1241.61 605.303 1243.21 605.659 1245.06 605.516C1247.67 605.303 1250.82 602.974 1253.45 603.881C1255.38 604.539 1256.25 605.996 1256.54 607.721C1255.26 607.543 1253.98 607.419 1252.7 607.259C1252.4 607.223 1252.33 607.739 1252.63 607.792C1253.96 608.094 1255.27 608.414 1256.62 608.681Z' fill='%23FFE9A0'/%3E%3Cpath d='M201.53 477.896C204.425 479.052 207.64 479.087 210.536 477.381C213.573 475.585 215.119 472.456 215.421 469.168C214.693 471.23 213.414 473.15 211.726 474.643C208.955 477.078 205.082 478.358 201.53 477.896ZM215.847 463.337C217.89 470.288 216.504 475.674 211.3 478.661C206.095 481.647 199.096 480.545 194.975 474.003C191.777 468.919 194.087 463.052 199.753 459.213C205.225 454.911 209.115 455.373 212.632 458.235C214.408 459.657 215.421 461.452 215.847 463.337ZM209.594 474.039C214.213 470.714 216.576 463.639 211.477 459.55C210.34 458.644 209.239 458.11 208.173 457.897C208.298 458.288 208.422 458.679 208.6 459.053C209.008 459.977 209.541 460.83 210.163 461.63C210.34 461.861 210.038 462.199 209.825 461.968C208.848 460.919 207.676 459.355 207.321 457.79C206.486 457.737 205.669 457.862 204.851 458.128C205.988 460.19 206.894 462.27 208.386 464.155C208.6 464.421 208.244 464.812 207.996 464.546C206.397 462.821 204.869 460.635 204.496 458.253C203.697 458.555 202.897 458.981 202.134 459.497C202.258 460.048 202.329 460.617 202.524 461.15C202.809 461.897 203.288 462.59 203.803 463.212C203.946 463.372 203.75 463.568 203.572 463.443C202.56 462.644 201.69 461.168 201.725 459.781C200.926 460.35 200.162 460.972 199.398 461.63C199.878 462.359 200.197 463.248 200.677 463.995C201.352 465.026 202.169 466.057 203.057 466.91C203.111 466.981 203.022 467.088 202.951 467.034C201.92 466.306 201.015 465.541 200.251 464.51C199.647 463.692 198.883 462.608 198.741 461.559C196.645 464.226 194.566 467.052 195.454 470.696C197.053 477.203 205.118 477.274 209.594 474.039Z' fill='%23261512'/%3E%3Cpath d='M211.726 474.643C213.414 473.15 214.693 471.23 215.421 469.168C215.119 472.456 213.573 475.585 210.536 477.381C207.64 479.087 204.425 479.052 201.53 477.896C205.082 478.358 208.955 477.078 211.726 474.643Z' fill='%23FFE9A0'/%3E%3Cpath d='M211.477 459.55C216.576 463.639 214.213 470.714 209.594 474.039C205.118 477.274 197.053 477.203 195.454 470.696C194.566 467.052 196.645 464.226 198.741 461.559C198.883 462.608 199.647 463.692 200.251 464.51C201.015 465.541 201.92 466.306 202.951 467.034C203.022 467.088 203.111 466.981 203.057 466.91C202.169 466.057 201.352 465.026 200.677 463.995C200.197 463.248 199.878 462.359 199.398 461.63C200.162 460.973 200.926 460.35 201.725 459.781C201.69 461.168 202.56 462.644 203.572 463.443C203.75 463.568 203.946 463.372 203.803 463.212C203.288 462.59 202.809 461.897 202.524 461.15C202.329 460.617 202.258 460.048 202.134 459.497C202.897 458.981 203.697 458.555 204.496 458.253C204.869 460.635 206.397 462.821 207.996 464.546C208.244 464.812 208.6 464.421 208.386 464.155C206.894 462.27 205.988 460.19 204.851 458.128C205.669 457.862 206.486 457.737 207.321 457.79C207.676 459.355 208.848 460.919 209.825 461.968C210.038 462.199 210.34 461.861 210.163 461.63C209.541 460.83 209.008 459.977 208.6 459.053C208.422 458.679 208.298 458.288 208.173 457.897C209.239 458.11 210.34 458.644 211.477 459.55Z' fill='%23FFE9A0'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_117_55'%3E%3Crect width='1440' height='252' fill='white' transform='translate(0 443)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
}

.drop-shape-why {
  position: absolute;
  left: 10px;
  top: -27px;
  z-index: -2;
}

.why-title {
  z-index: 1;
}

.why-title h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #611973;
  margin: 0px 40px 82px;
  z-index: 2;
}

.why .row {
  row-gap: 30px;
}

.why-box {
  padding: 30px 20px 20px 20px;
  background: #FFFFFF;
  border-radius: 20px;
  height: 100%;
}

.why-box img {
  margin-bottom: 25px;
}

.why-desc h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  color: #611973;
  margin-bottom: 10px;
}

.why-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}

.cta-main {
  display: flex;
  align-items: center;
  gap: 15px;
}

.cta-main .cta-img {
  position: relative;
  z-index: -1;
}

.drop-shape-cta {
  position: absolute;
  left: -35px;
  top: -27px;
  z-index: -1;
}

.cta-desc h2 {
  margin-bottom: 30px;
}

.cta-desc p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #404040;
  margin-bottom: 0;
}

.cta-desc p b {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #611973;
}

.cta-desc .deflaut-button {
  margin-top: 30px;
}

.product-template-default .cta-desc .deflaut-button,
.page-template .cta-desc .deflaut-button {
  margin-bottom: 60px;
}

.footer {
  padding-top: 50px;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: -130px;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1440' height='561' viewBox='0 0 1440 561' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 2.19812C215.5 223.032 1020 -25.5693 1440 2.19812V561H0V2.19812Z' fill='%23611973'/%3E%3C/svg%3E%0A");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: -1;
}

.drop-shape-footer {
  position: absolute;
  right: 0;
  top: -25%;
  z-index: 1;
}

.ft-main {
  display: flex;
}

.ft-logo {
  margin-bottom: 15px;
}

.ft-logo-desc p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.ft-social {
  display: flex;
  gap: 30px;
}

.ft-social a:hover {
  opacity: .75;
}

.ft-right {
  display: flex;
}

.ft-quick h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 25px;
}

.ft-quick ul li {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
  margin-bottom: 12px;
}

.ft-quick ul li a {
  color: #fff;
}

.ft-quick ul li a:hover,
.ft-quick ul li a:focus,
.ft-quick ul li a:active,
.ft-touch ul li a:hover,
.ft-touch ul li a:focus,
.ft-touch ul li a:active {
  color: #FFD445;
}

.ft-touch h3 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

.ft-touch ul li {
  margin-bottom: 20px;
  display: flex;
  gap: 15px;
}

.ft-touch ul li svg {
  max-width: 25px;
  flex: 100%;
  position: relative;
  top: 3px;
}

.ft-touch ul li a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #FFFFFF;
}

.footer .ft-right-quick {
  margin-left: 160px;
}

.ft-rights {
  position: relative;
  margin-top: 75px;
  margin-bottom: 40px;
}

.ft-rights::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #FFD445;
  top: -30px;
  left: 0;
  right: 0;
}

.ft-rights p {
  font-family: 'Red Hat Display';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
}



/* about css */
.abt-banner {
  padding-top: 210px;
  min-height: 600px;
}

.ab-desc h1 {
  line-height: 58px;
  margin-bottom: 30px;
}

.abt-banner p {
  /* font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  line-height: 30px; */
  color: #000000;
}

.pr-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #404040;
}

.pr-desc h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 20px;
}

.abt-pro .forminator-ui:not(.select2-dropdown) {
  margin-top: 15px;
}

.abt-pro .forminator-ui .forminator-row:has(.forminator-number--field) {
  float: left;
}

.abt-pro .forminator-ui .forminator-row {
  margin-bottom: 0 !important;
}

.abt-pro .forminator-ui.forminator-design--default .forminator-button-submit {
  margin-top: 0 !important;
}

.pro-modal .modal-title {
  font-size: 35px;
  line-height: 35px;
}

.pro-modal .modal-body {
  padding-top: 25px;
}

.pro-modal input,
.pro-modal textarea {
  background: #fff !important;
  border: 1px solid rgba(97, 25, 115, 0.5) !important;
  padding: 12px 18px !important;
  border-radius: 10px !important;
}

.pro-modal .forminator-row:nth-child(3):has(.d-none) {
  margin-bottom: 0 !important;
}

.pro-modal .forminator-ui.forminator-design--default .forminator-label {
  display: none !important;
}

.pro-modal .forminator-row .forminator-button {
  width: auto !important;
  margin: 0;
  padding: 10px 28px !important;
  border-radius: 6px !important;
  background-color: #611973 !important;
  transition: .3s ease !important;
  color: #FFF !important;
}

.mvv-img img {
  margin-bottom: 20px;
}

.mvv-desc h4 {
  font-size: 33px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 15px;
}

.mvv-desc p {
  font-size: 16px;
  line-height: 24px;
}

.values-desc h4 {
  text-align: center;
  font-size: 33px;
  line-height: 33px;
  margin-bottom: 20px;
}

.value-data {
  column-count: 2;
  column-gap: 50px;
}

.value-data li {
  position: relative;
  padding-left: 40px;
}

.value-data li+li {
  margin-top: 17px;
}

.value-data li::after {
  content: "";
  height: 20px;
  width: 20px;
  position: absolute;
  top: 6px;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23611973'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.vaules-img img {
  margin-bottom: 20px;
}

.par-box {
  position: relative;
  width: 100%;
  padding: 0px 30px 30px;
  height: 100%;
}

.par-box::before {
  content: '';
  background: #F7F2FF;
  top: 90px;
  right: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  border-radius: 20px;
}

.abt-parents .row {
  row-gap: 50px;
}

.abt-parents .row .col-lg-6 {
  margin-bottom: 0 !important;
}

.par-desc h3 {
  font-size: 33px;
  line-height: 33px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.par-desc p {
  font-size: 16px;
  line-height: 24px;
}

.desc-list li {
  position: relative;
}

.desc-list li:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%23611973'/%3E%3C/svg%3E%0A");
  left: 0;
  right: 0;
  top: 2px;
  bottom: 0;
  background-repeat: no-repeat;

}

.desc-list {
  display: none;
}

.probeni-swiper {
  margin-bottom: 50px;
}

.probeni-swiper .swiper-slide {
  width: fit-content;
}

.bene-box a {
  font-size: 16px;
  line-height: 16px;
  color: #611973;
  border: 1px solid #611973;
  border-radius: 35px;
  padding: 18px 60px;
  display: block;
  text-align: center;
  font-family: "Luckiest Guy", serif;
  font-weight: 400;
  white-space: nowrap;
}

.bene-box a:hover,
.bene-box a.active {
  color: #ffff;
  background-color: #611973;
}

.desc-list ul li {
  padding-left: 40px;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
  vertical-align: middle;
}

.desc-list ul li+li {
  margin-top: 20px;
}

.bene-desc {
  width: 60%;
}

.bene-desc .desc-list>p {
  margin-bottom: 20px;
}

.bene-desc .desc-list ul+p {
  margin-top: 20px;
}

.drop-list {
  position: relative;
  right: 50px;
}

.faq-deac {
  margin-bottom: 50px;
}

.faq-deac h2 {
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: #611973;
  margin-bottom: 80px;
  margin-left: 40px;
}

.faq-deac .drop-shape-why {
  left: 0;
}

.pro-faqs .accordion-item {
  background-color: #F7F2FF;
  border: none;
  border-radius: 30px;
  padding: 30px 30px 30px 25px;
  overflow: hidden;
}

.pro-faqs .accordion-item+.accordion-item {
  margin-top: 20px;
}

.pro-faqs .accordion-button {
  background-color: #F7F2FF;
  border: none;
  padding: 0;
  font-weight: 400;
  font-size: 25px;
  line-height: 25px;
  color: #611973;
}

.pro-faqs .accordion-body p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #404040;
}

.pro-faqs .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.pro-faqs .accordion-button:focus {
  box-shadow: none;
}

.pro-faqs .accordion-body {
  padding: 0;
  margin-top: 12px;
}

.pro-faqs .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='16' viewBox='0 0 30 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0001 0.499923C14.6804 0.499923 14.3604 0.622109 14.1163 0.866172L1.61633 13.3662C1.12789 13.8546 1.12789 14.6455 1.61633 15.1337C2.10477 15.6218 2.8957 15.6221 3.38383 15.1337L15.0001 3.51742L26.6163 15.1337C27.1048 15.6221 27.8957 15.6221 28.3838 15.1337C28.872 14.6452 28.8723 13.8543 28.3838 13.3662L15.8838 0.866172C15.6398 0.622109 15.3198 0.499923 15.0001 0.499923Z' fill='%23611973' stroke='%23611973'/%3E%3C/svg%3E%0A");
  transform: rotate(180deg);
  background-position: center;
}

.pro-faqs .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
}



.product-gallery {
  position: relative;
}

.main-slider {
  width: 100%;
}

.main-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.thumb-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  margin-right: 8px !important
}

.thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}

.thumb-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: unset;
  border: 2px solid transparent;
  padding: 1px;
}

.thumb-slider .swiper-slide-thumb-active img {
  border-color: #611973;
}

.zoom-in-pro {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 15px;
  top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFD445;
  border-radius: 6px;
}

.zoom-in-pro:hover,
.zoom-in-pro:focus,
.zoom-in-pro:active {
  color: #611973;
}

/* Contact Us */
.cont-desc h2 {
  font-size: 48px;
  line-height: 48px;
  color: #611973;
  margin-bottom: 12px;
}

.cont-desc p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 40px;
}

.cont-desc ul li {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px;
}

.cont-desc ul li a {
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #404040;
}

.cont-desc li a:hover {
  color: #611973;
}

.cont-desc ul li svg {
  max-width: 40px;
  flex: 100%;
}

.cont-desc ul li:first-child {
  align-items: start;
}

.cont-form input,
.cont-form textarea {
  background: #fff !important;
  border: 1px solid rgba(97, 25, 115, 0.5) !important;
  padding: 10px 20px !important;
  border-radius: 15px !important;
}

.cont-form textarea::placeholder {
  color: #611973 !important;
}

.cont-form label {
  font-size: 16px !important;
  line-height: 22px !important;
  margin-bottom: 12px !important;
  text-transform: uppercase;
  color: #611973;
  font-weight: 600 !important;
}

.cont-form .forminator-button {
  padding: 13px 40px !important;
  background: #FFD445 !important;
  font-size: 16px !important;
  line-height: 22px !important;
  font-weight: 500 !important;
  color: #333333 !important;
  border-radius: 50px !important;
  box-shadow: 0 0 0 !important;
}

.priva-cont ul {
  padding-left: 1.5rem;
}

.priva-cont {
  padding: 50px 0;
}

#zoomContainer {
  position: absolute;
  top: 0 !important;
  left: 12px !important;
  height: 100%;
  width: 100%;
  max-width: 526px;
  max-height: 526px;
  background-repeat: no-repeat;
  display: none;
  pointer-events: none;
  z-index: 10;
}

.zoomable-image {
  cursor: pointer;
}

.zoom-effect {
  position: absolute;
  width: 200px;
  height: 200px;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 300px 300px;
  background-position: 0% 0%;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  transform: translate(-50%, -50%);
}

html.with-fancybox {
  overflow: hidden;
}

.baal-top header {
  position: relative;
}


/* My account page General Styles */
.woocommerce-account {
  font-family: 'Poppins', sans-serif;
  background-color: #fff8ee;
  padding: 40px 0;
}

/* Page Title Styling */
.woocommerce-account h1 {
  font-size: 2.5rem;
  font-weight: bold;
  color: #611973;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

/* Sidebar Navigation */
.woocommerce-MyAccount-navigation {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  color: #611973;
  border: 2px solid #611973;
  transition: all 0.3s ease-in-out;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #611973;
  color: #fff;
}

/* Cart Page */
.page-template-template-cart .abt-banner {
  padding-top: 140px !important;
  padding-bottom: 110px !important;
  min-height: auto !important;
  margin-bottom: 80px !important;
}

.page-template-template-cart .woocommerce {
  margin-bottom: 150px;
}

/* CART TABLE STYLING */
.woocommerce-cart table.cart {
  border-collapse: collapse;
  background: #fff !important;
  border-radius: 10px !important;
  overflow: hidden !important;
}

.woocommerce-cart table.cart th {
  background: #611973;
  color: #fff;
  text-align: left;
  padding: 14px !important;
  font-size: 18px;
  font-weight: 500;
}

.woocommerce-cart table.cart td {
  padding: 15px !important;
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.page-template-template-cart .woocommerce table.shop_table tr:last-child td {
  border: none;
}

.woocommerce-cart table.cart td.product-remove .remove {
  margin: 0 auto;
  font-size: 27px;
  height: 30px;
  width: 30px;
}

.woocommerce-cart table.cart td.product-thumbnail img {
  width: 80px;
  height: auto;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

.woocommerce-cart table.cart td.actions {
  text-align: left;
}

.woocommerce-cart table.cart td.product-subtotal {
  font-weight: 600;
  color: #611973;
}

.woocommerce-cart table.cart input {
  max-width: 80px !important;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 5px;
  margin-left: 0 !important;
}

.coupon {
  gap: 20px;
}

.woocommerce-cart .coupon .input-text {
  width: auto !important;
  max-width: 100% !important;
  padding: 8px 12px !important;
}

/* COUPON SECTION */
.woocommerce-cart .cart-collaterals .cart_totals {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.woocommerce-cart .cart-collaterals h2 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  color: #611973;
  text-align: center;
  font-family: "poppins", sans-serif;
}

.woocommerce-cart .cart-collaterals table {
  width: 100%;
  border: none !important;
}

.woocommerce-cart .cart-collaterals table th,
.woocommerce-cart .cart-collaterals table td {
  border: none !important;
}

.woocommerce-cart .cart-collaterals table td {
  text-align: end;
}

.woocommerce-cart .cart-collaterals table th,
.woocommerce-cart .cart-collaterals table td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/* COUPON & UPDATE BUTTON */
.woocommerce-cart .actions .coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.woocommerce-cart .actions .coupon input {
  flex: 1;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.woocommerce-cart .actions .button {
  background: transparent;
  color: #611973 !important;
  padding: 12px 20px !important;
  border: none;
  border-radius: 5px;
  font-weight: 400;
  cursor: pointer;
  transition: 0.3s;
  text-wrap: nowrap;
  outline: 1px solid #611973;

}

.woocommerce-cart .actions .button:hover {
  background: #611973;
  color: #fff !important;
}

/* Coupon Section */
.woocommerce-form-coupon-toggle {
  background: #f5ebff;
  padding: 10px;
  border-left: 5px solid #611973;
}

.woocommerce-info {
  color: #611973;
}

.woocommerce-info a {
  color: #611973;
  font-weight: bold;
}

.woocommerce-info a:hover {
  text-decoration: underline;
}

/* Order Notes */
.woocommerce-additional-fields textarea {
  border: 2px solid #611973;
  border-radius: 6px;
  padding: 10px;
  font-size: 14px;
}

.woocommerce-additional-fields textarea:focus {
  border-color: #611973;
  box-shadow: 0 0 5px rgba(97, 25, 115, 0.5);
}

/* Checkout page0 */
.woocommerce-checkout header.entry-header {
  z-index: 1;
}

.wc-block-components-form .wc-block-components-title.wc-block-components-title {
  font-size: 38px;
  line-height: 46px;
  margin-bottom: 15px;
}

.wc-block-components-address-form .wc-blocks-components-select .wc-blocks-components-select__select {
  border: 1px solid #ddd;
  border-radius: 5px;
}

.wc-block-components-form .wc-block-components-text-input input {
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
}

.wc-block-components-button:not(.is-link) {
  background-color: #611973 !important;
  color: #FFFFFF !important;
  border-radius: 10px !important;
  border: none;
}

.wc-block-components-form .wc-block-components-checkout-step#contact-fields {
  margin-top: 50px !important;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  background-color: #611973 !important;
  width: fit-content;
  margin: 0 auto;
  font-size: 18px !important;
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  padding: 12px 30px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: transparent !important;
  color: #611973 !important;
  outline: 1px solid #611973;
}

/* Product price and Add to cart*/
p.price {
  margin-top: 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.quantity {
  margin: 20px 0 15px;
}

.quantity .screen-reader-text {
  clip: auto;
  clip-path: none;
  overflow: visible;
  position: static !important;
  height: auto;
  width: auto;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  color: #611973;
  text-transform: capitalize;
}

.woocommerce .quantity .qty {
  max-width: 120px;
  width: auto !important;
  float: left;
  margin-right: 20px;
  padding: 11px 0;
  border: 1px solid #dee2e6;
  border-radius: 5px;
}

.woocommerce .product_meta {
  display: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
  background-color: transparent !important;
}

.woocommerce .summary .single_add_to_cart_button {
  width: 164px;
  height: 50px;
  /* padding: 18px 25px; */
  font-size: 16px;
  font-family: "Poppins", serif;
  font-weight: 500;
  color: #333333 !important;
  background-color: #FFD445 !important;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  z-index: 1;
  transition: all 0.5s;
  border: none;
  margin-right: 20px;
}

.woocommerce .summary .added_to_cart {
  padding: 11px 25px;
  font-size: 16px;
  font-family: "Poppins", serif;
  font-weight: 500;
  color: #611973 !important;
  background-color: transparent !important;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: all 0.5s;
  border: 1px solid #611973;
}

.woocommerce .single_add_to_cart_button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  transform: translateX(-50%) translateY(-50%);
  height: 21px;
  width: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00889 17.5594C5.06521 17.5763 5.12153 17.6101 5.15907 17.6439C5.19662 17.6777 5.23416 17.7283 5.27171 17.779C5.30926 17.8297 5.30926 17.8803 5.30926 17.931C5.30926 17.9817 5.30926 18.0323 5.29048 18.083C5.27171 18.1337 5.23416 18.1843 5.19662 18.2181C5.15907 18.2519 5.10275 18.2857 5.04643 18.3194C4.99011 18.3532 4.93379 18.3532 4.87747 18.3532C4.82115 18.3532 4.76483 18.3532 4.70851 18.3363C4.65219 18.3194 4.59587 18.2857 4.55833 18.2519C4.52078 18.2181 4.48324 18.1674 4.44569 18.1168C4.40814 18.0661 4.40814 18.0154 4.40814 17.9648C4.40814 17.9141 4.40814 17.8634 4.42692 17.8128C4.44569 17.7621 4.48324 17.7114 4.52078 17.6777C4.55833 17.6439 4.61465 17.6101 4.67097 17.5763C4.72729 17.5425 4.78361 17.5425 4.83993 17.5425C4.89625 17.5425 4.95257 17.5425 5.00889 17.5594Z' fill='%23FFD445'/%3E%3Cpath d='M10.6972 1.61607C10.7535 1.63296 10.8098 1.66674 10.8474 1.70052C10.8849 1.7343 10.9225 1.78496 10.96 1.83563C10.9976 1.8863 10.9976 1.93696 10.9976 1.98763C10.9976 2.0383 10.9976 2.08897 10.9788 2.13963C10.96 2.1903 10.9225 2.24097 10.8849 2.27475C10.8474 2.30853 10.791 2.3423 10.7347 2.37608C10.6784 2.40986 10.6221 2.40986 10.5658 2.40986C10.5094 2.40986 10.4531 2.40986 10.3968 2.39297C10.3405 2.37608 10.2842 2.3423 10.2466 2.30853C10.2091 2.27475 10.1715 2.22408 10.134 2.17341C10.0964 2.12274 10.0964 2.07208 10.0964 2.02141C10.0964 1.97074 10.0964 1.92008 10.1152 1.86941C10.134 1.81874 10.1715 1.76807 10.2091 1.7343C10.2466 1.70052 10.3029 1.66674 10.3593 1.63296C10.4156 1.59918 10.4719 1.59918 10.5282 1.59918C10.5845 1.59918 10.6409 1.59918 10.6972 1.61607Z' fill='%23FFD445'/%3E%3Cpath d='M4.37059 5.19655C4.37059 5.19655 0.93509 3.72719 1.70479 2.95029C2.45572 2.19028 4.37059 5.19655 4.37059 5.19655Z' fill='%23FFD445'/%3E%3Cpath d='M14.2453 2.95032C14.2453 2.95032 14.9212 -0.427502 15.9537 0.0453937C16.9674 0.5014 14.2453 2.95032 14.2453 2.95032Z' fill='%23FFD445'/%3E%3Cpath d='M11.8987 17.3398C11.8987 17.3398 13.1753 20.5657 12.0301 20.6163C10.9037 20.667 11.8987 17.3398 11.8987 17.3398Z' fill='%23FFD445'/%3E%3Cpath d='M15.5594 7.47662C16.2165 9.0642 19.6332 5.16281 20.0462 6.96995C20.3842 8.45619 15.841 7.18951 16.3291 8.87842C16.5732 9.72288 18.4693 8.57442 18.5444 9.43576C18.6195 10.3816 16.4418 9.48643 16.2916 10.4491C16.0288 12.0367 21.6232 10.6518 21.1539 12.4251C20.7033 14.1478 16.5544 10.2971 15.9724 11.6313C15.6345 12.4251 17.9249 12.6785 17.418 13.4385C16.8548 14.2661 15.7659 12.2731 14.9587 12.898C12.4994 14.8741 18.826 16.2252 17.2115 17.5425C15.2591 19.147 15.6908 13.5229 13.1565 13.7932C11.4293 13.9789 14.9211 15.9043 13.2879 16.4954C11.9174 17.0021 13.4005 13.4892 11.3354 14.4181C10.4719 14.8065 12.2929 16.411 11.3354 16.3941C10.2654 16.3941 11.3167 14.4518 10.3029 14.0972C7.89994 13.2696 9.45812 18.8599 7.84363 18.4546C5.90998 17.9648 10.3405 14.3843 8.40682 13.4723C7.56203 13.0838 6.22913 17.6777 5.4782 17.171C4.65217 16.6136 8.10645 13.6918 7.28043 13.0838C6.5295 12.5265 5.34678 14.3843 4.76481 13.7087C4.10775 12.9656 6.36054 12.6785 5.85366 11.8509C5.38433 11.0909 4.03266 12.5434 3.73228 11.7327C3.39437 10.8376 6.09771 11.0909 5.81611 10.1789C5.25292 8.25352 0.597153 11.3611 0.50141 9.6891C0.407544 7.8313 5.08208 10.5842 5.51387 8.52375C5.68283 7.67929 3.26108 8.33797 3.5239 7.5104C3.8055 6.59839 5.42 8.40553 5.87056 7.5104C6.30234 6.71661 4.03078 6.4295 4.55643 5.72015C5.15717 4.94325 6.58394 7.03751 7.22223 6.31127C7.8042 5.6526 5.38245 4.41969 6.13338 3.82857C6.94063 3.18679 7.76665 5.72015 8.66777 5.24726C9.49379 4.80814 6.11461 2.03833 7.78543 1.48098C9.53134 0.889865 8.3674 5.26415 9.77539 4.45347C10.5826 3.99746 9.56889 2.73078 10.5263 2.71389C11.5589 2.697 10.4888 4.7237 11.5213 4.84192C13.7178 5.09526 11.2773 1.27831 12.9105 1.44721C15.5763 1.73432 12.2347 3.57524 13.3611 4.82503C14.3936 5.97349 15.9142 1.58232 16.7215 2.0721C18.167 2.95034 12.7791 4.63925 14.8442 5.93971C15.52 7.5104 17.9793 3.92991 18.7302 4.82503C18.8804 5.9566 15.2947 6.12549 15.6139 7.44285L15.5576 7.47662H15.5594Z' fill='%23611973'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}

.woocommerce .single_add_to_cart_button:hover {
  color: #FFFFFF !important;
}

.woocommerce .single_add_to_cart_button:hover::before {
  opacity: 1;
  transform: scale(18);
}
.woocommerce .woocommerce-product-rating {
	    display: flex !important;
    margin-bottom: 15px;
    align-items: end;
	font-size: 20px !important;
}
.woocommerce .woocommerce-product-rating .star-rating {
	margin-top: 0 !important;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
    font-size: 16px;
    line-height: 16px;
}
}
.price del .woocommerce-Price-amount.amount {
  text-decoration: line-through;
  color: #f22c2c;
  margin-right: 10px;
	font-weight: 500;
}

.price ins {
  text-decoration-color: #611973;
}

.price ins .woocommerce-Price-amount.amount {
  color: #611973;
  font-weight: 700;
}

.wc-block-components-product-price .wc-block-components-product-price__regular {
  text-decoration: line-through;
  color: #f22c2c;
}

.wc-block-components-product-price .wc-block-components-product-price__value.is-discounted {
  color: #611973;
  font-weight: 500;
}

.baal-top {
  margin: 120px 0 150px;
}

.is-large .wc-block-checkout__sidebar.is-sticky {
  top: 120px;
}

.wc-block-components-product-name {
  font-size: 20px !important;
  line-height: 28px;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:last-child>div {
  padding-bottom: 16px !important;
}

.woocommerce-info .wc-forward {
  padding: 16px 23px !important;
  font-size: 16px;
  font-family: "Poppins", serif;
  font-weight: 500 !important;
  color: #333333 !important;
  background-color: #FFD445 !important;
  text-decoration: none;
  border-radius: 50px !important;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  z-index: 1;
  transition: all 0.5s;
  border: none;
  margin-right: 20px;
}

.woocommerce-info .wc-forward::before {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(50% - 8px);
  transform: translateX(-50%) translateY(-50%);
  height: 21px;
  width: 21px;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00889 17.5594C5.06521 17.5763 5.12153 17.6101 5.15907 17.6439C5.19662 17.6777 5.23416 17.7283 5.27171 17.779C5.30926 17.8297 5.30926 17.8803 5.30926 17.931C5.30926 17.9817 5.30926 18.0323 5.29048 18.083C5.27171 18.1337 5.23416 18.1843 5.19662 18.2181C5.15907 18.2519 5.10275 18.2857 5.04643 18.3194C4.99011 18.3532 4.93379 18.3532 4.87747 18.3532C4.82115 18.3532 4.76483 18.3532 4.70851 18.3363C4.65219 18.3194 4.59587 18.2857 4.55833 18.2519C4.52078 18.2181 4.48324 18.1674 4.44569 18.1168C4.40814 18.0661 4.40814 18.0154 4.40814 17.9648C4.40814 17.9141 4.40814 17.8634 4.42692 17.8128C4.44569 17.7621 4.48324 17.7114 4.52078 17.6777C4.55833 17.6439 4.61465 17.6101 4.67097 17.5763C4.72729 17.5425 4.78361 17.5425 4.83993 17.5425C4.89625 17.5425 4.95257 17.5425 5.00889 17.5594Z' fill='%23FFD445'/%3E%3Cpath d='M10.6972 1.61607C10.7535 1.63296 10.8098 1.66674 10.8474 1.70052C10.8849 1.7343 10.9225 1.78496 10.96 1.83563C10.9976 1.8863 10.9976 1.93696 10.9976 1.98763C10.9976 2.0383 10.9976 2.08897 10.9788 2.13963C10.96 2.1903 10.9225 2.24097 10.8849 2.27475C10.8474 2.30853 10.791 2.3423 10.7347 2.37608C10.6784 2.40986 10.6221 2.40986 10.5658 2.40986C10.5094 2.40986 10.4531 2.40986 10.3968 2.39297C10.3405 2.37608 10.2842 2.3423 10.2466 2.30853C10.2091 2.27475 10.1715 2.22408 10.134 2.17341C10.0964 2.12274 10.0964 2.07208 10.0964 2.02141C10.0964 1.97074 10.0964 1.92008 10.1152 1.86941C10.134 1.81874 10.1715 1.76807 10.2091 1.7343C10.2466 1.70052 10.3029 1.66674 10.3593 1.63296C10.4156 1.59918 10.4719 1.59918 10.5282 1.59918C10.5845 1.59918 10.6409 1.59918 10.6972 1.61607Z' fill='%23FFD445'/%3E%3Cpath d='M4.37059 5.19655C4.37059 5.19655 0.93509 3.72719 1.70479 2.95029C2.45572 2.19028 4.37059 5.19655 4.37059 5.19655Z' fill='%23FFD445'/%3E%3Cpath d='M14.2453 2.95032C14.2453 2.95032 14.9212 -0.427502 15.9537 0.0453937C16.9674 0.5014 14.2453 2.95032 14.2453 2.95032Z' fill='%23FFD445'/%3E%3Cpath d='M11.8987 17.3398C11.8987 17.3398 13.1753 20.5657 12.0301 20.6163C10.9037 20.667 11.8987 17.3398 11.8987 17.3398Z' fill='%23FFD445'/%3E%3Cpath d='M15.5594 7.47662C16.2165 9.0642 19.6332 5.16281 20.0462 6.96995C20.3842 8.45619 15.841 7.18951 16.3291 8.87842C16.5732 9.72288 18.4693 8.57442 18.5444 9.43576C18.6195 10.3816 16.4418 9.48643 16.2916 10.4491C16.0288 12.0367 21.6232 10.6518 21.1539 12.4251C20.7033 14.1478 16.5544 10.2971 15.9724 11.6313C15.6345 12.4251 17.9249 12.6785 17.418 13.4385C16.8548 14.2661 15.7659 12.2731 14.9587 12.898C12.4994 14.8741 18.826 16.2252 17.2115 17.5425C15.2591 19.147 15.6908 13.5229 13.1565 13.7932C11.4293 13.9789 14.9211 15.9043 13.2879 16.4954C11.9174 17.0021 13.4005 13.4892 11.3354 14.4181C10.4719 14.8065 12.2929 16.411 11.3354 16.3941C10.2654 16.3941 11.3167 14.4518 10.3029 14.0972C7.89994 13.2696 9.45812 18.8599 7.84363 18.4546C5.90998 17.9648 10.3405 14.3843 8.40682 13.4723C7.56203 13.0838 6.22913 17.6777 5.4782 17.171C4.65217 16.6136 8.10645 13.6918 7.28043 13.0838C6.5295 12.5265 5.34678 14.3843 4.76481 13.7087C4.10775 12.9656 6.36054 12.6785 5.85366 11.8509C5.38433 11.0909 4.03266 12.5434 3.73228 11.7327C3.39437 10.8376 6.09771 11.0909 5.81611 10.1789C5.25292 8.25352 0.597153 11.3611 0.50141 9.6891C0.407544 7.8313 5.08208 10.5842 5.51387 8.52375C5.68283 7.67929 3.26108 8.33797 3.5239 7.5104C3.8055 6.59839 5.42 8.40553 5.87056 7.5104C6.30234 6.71661 4.03078 6.4295 4.55643 5.72015C5.15717 4.94325 6.58394 7.03751 7.22223 6.31127C7.8042 5.6526 5.38245 4.41969 6.13338 3.82857C6.94063 3.18679 7.76665 5.72015 8.66777 5.24726C9.49379 4.80814 6.11461 2.03833 7.78543 1.48098C9.53134 0.889865 8.3674 5.26415 9.77539 4.45347C10.5826 3.99746 9.56889 2.73078 10.5263 2.71389C11.5589 2.697 10.4888 4.7237 11.5213 4.84192C13.7178 5.09526 11.2773 1.27831 12.9105 1.44721C15.5763 1.73432 12.2347 3.57524 13.3611 4.82503C14.3936 5.97349 15.9142 1.58232 16.7215 2.0721C18.167 2.95034 12.7791 4.63925 14.8442 5.93971C15.52 7.5104 17.9793 3.92991 18.7302 4.82503C18.8804 5.9566 15.2947 6.12549 15.6139 7.44285L15.5576 7.47662H15.5594Z' fill='%23611973'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
  z-index: -1;
  opacity: 0;
}

.woocommerce-info .wc-forward:hover {
  color: #FFFFFF !important;
}

.woocommerce-info .wc-forward:hover::before {
  opacity: 1;
  transform: scale(20);
}

/* Account Content Section */
.woocommerce-MyAccount-content {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.woocommerce-MyAccount-content p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.woocommerce-Addresses {
  margin-top: 20px;
}

.woocommerce-Address {
  width: 48%;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #611973;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);

}

.woocommerce-Address-title h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #611973;
  text-align: center;
  font-family: "poppins", sans-serif;
}

.woocommerce-Address a {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #611973;
  font-weight: 600;
}

.woocommerce-Address p {
  text-align: center;
}

.woocommerce-EditAccountForm fieldset {
  margin-top: 20px;
}

.woocommerce-EditAccountForm fieldset legend {
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #611973;
}

.woocommerce-EditAccountForm fieldset .woocommerce-Button {
  margin-top: 15px;
  padding: 16px 30px;
  font-size: 16px;
  font-weight: 400;
  background: #611973;
  color: #fff;
  border-radius: 50px;
}

.entry-content .u-columns .u-column1,
.entry-content .u-columns .u-column2,
.entry-content .woocommerce-ResetPassword {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.entry-content .woocommerce-ResetPassword {
  max-width: 600px;
  margin: 0 auto;
}

.woocommerce-ResetPassword .woocommerce-form-row {
  width: 100% !important;
}

.entry-content .woocommerce-form {
  border: none !important;
  padding: 0 !important;
}

.baal-top header {
  z-index: 1;
}

.entry-content .u-column1 h2,
.entry-content .u-column2 h2 {
  text-align: center;
  font-size: 35px;
  line-height: 45px;
}

.entry-content .u-columns .woocommerce-form {
  margin-bottom: 0px !important;
}

.entry-content .u-columns .woocommerce-button {
  float: none !important;
  display: block;
  margin-top: 15px;
  background: #611973;
  color: #fff;
  font-weight: 400;
  transition: all 0.5s;
  padding: 17px 50px;
}

.entry-content .u-columns .woocommerce-button:hover {
  outline: 1px solid #611973;
  color: #611973;
  background: transparent;
}

.entry-content .u-column2 .woocommerce-button {
  background: transparent;
  outline: 1px solid #611973;
  color: #611973;
}

.entry-content .u-column2 .woocommerce-button:hover {
  background: #611973;
  outline: 1px solid #611973;
  color: #fff;
}

.woocommerce-ResetPassword .woocommerce-Button {
  float: none !important;
  display: block !important;
  margin-top: 15px !important;
  background: #611973 !important;
  color: #fff !important;
  font-weight: 400 !important;
  transition: all 0.5s;
  padding: 17px 50px !important;
}

.woocommerce-ResetPassword .woocommerce-Button:hover {
  outline: 1px solid #611973;
  color: #611973 !important;
  background: transparent !important;
}

.woocommerce-ResetPassword .woocommerce-Input {
  width: 100%;
}

.woocommerce-LostPassword.lost_password a {
  color: #611973;
}

.woocommerce-LostPassword.lost_password a:hover {
  color: #e70b0b;
}

.woocommerce-account {
  padding: 40px 0 0 !important;
}

/* Order Received */
.woocommerce-thankyou-order-details {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin: 20px 0 30px !important;
}
.woocommerce-thankyou-order-details.order_details li {
  line-height: 24px !important;
  border-color: #611973 !important;
}
.woocommerce-notice--success {
  text-align: center;
  padding: 12px;
  background: rgba(179, 236, 173, 60%);
  margin-bottom: 30px;
  color: #004c00;
  border-radius: 5px;
}
.woocommerce-order .woocommerce-order-overview + p {
  margin-bottom: 20px;
}
.woocommerce-order-details__title, .woocommerce-column__title {
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 20px
}
.woocommerce span.onsale {
	display: none;
}

/* Shop Product */
.shop-pro {
	margin-bottom: 180px !important;
}
.shop-pro .products {
	margin: 0 !important;
    padding: 0 !important;
    list-style: none outside;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.shop-pro .woocommerce ul.products::after, .woocommerce ul.products::before,  .shop-pro .woocommerce-page ul.products::after, .woocommerce-page ul.products::before {
	display: none !important;
}
.shop-pro .products li {
	width: 100% !important;
	float: none !important;
	margin: 0 !important;
    border: 2px solid #611973;
    border-radius: 57px 57px 50px 50px;
    overflow: hidden;
	background-color: #F7F2FF;
}
.shop-pro .products li img {
    width: 100%;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	margin-bottom: 0 !important;
}
.shop-pro .products li h2 {
	font-weight: 400;
    font-size: 25px !important;
    line-height: 25px;
    color: #611973;
    margin: 40px 40px 20px !important;
    padding: 0 !important;
}
.shop-pro .products li .price {
	margin: 0 40px 10px;
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 0 !important;
}
.shop-pro .products li .price del {
	opacity: 1 !important;
}
.shop-pro .products li .product_type_simple {
	margin: 20px 40px 35px !important;
	padding: 13px 25px !important;
    font-size: 16px !important;
    font-family: "Poppins", serif;
    font-weight: 500;
    color: #333333;
    background-color: #FFD445;
    text-decoration: none;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    display: inline-block;
    z-index: 1;
    transition: all 0.5s;
    border: none;
}
.shop-pro .products li .product_type_simple::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
    transform: translateX(-50%) translateY(-50%);
    height: 21px;
    width: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00889 17.5594C5.06521 17.5763 5.12153 17.6101 5.15907 17.6439C5.19662 17.6777 5.23416 17.7283 5.27171 17.779C5.30926 17.8297 5.30926 17.8803 5.30926 17.931C5.30926 17.9817 5.30926 18.0323 5.29048 18.083C5.27171 18.1337 5.23416 18.1843 5.19662 18.2181C5.15907 18.2519 5.10275 18.2857 5.04643 18.3194C4.99011 18.3532 4.93379 18.3532 4.87747 18.3532C4.82115 18.3532 4.76483 18.3532 4.70851 18.3363C4.65219 18.3194 4.59587 18.2857 4.55833 18.2519C4.52078 18.2181 4.48324 18.1674 4.44569 18.1168C4.40814 18.0661 4.40814 18.0154 4.40814 17.9648C4.40814 17.9141 4.40814 17.8634 4.42692 17.8128C4.44569 17.7621 4.48324 17.7114 4.52078 17.6777C4.55833 17.6439 4.61465 17.6101 4.67097 17.5763C4.72729 17.5425 4.78361 17.5425 4.83993 17.5425C4.89625 17.5425 4.95257 17.5425 5.00889 17.5594Z' fill='%23FFD445'/%3E%3Cpath d='M10.6972 1.61607C10.7535 1.63296 10.8098 1.66674 10.8474 1.70052C10.8849 1.7343 10.9225 1.78496 10.96 1.83563C10.9976 1.8863 10.9976 1.93696 10.9976 1.98763C10.9976 2.0383 10.9976 2.08897 10.9788 2.13963C10.96 2.1903 10.9225 2.24097 10.8849 2.27475C10.8474 2.30853 10.791 2.3423 10.7347 2.37608C10.6784 2.40986 10.6221 2.40986 10.5658 2.40986C10.5094 2.40986 10.4531 2.40986 10.3968 2.39297C10.3405 2.37608 10.2842 2.3423 10.2466 2.30853C10.2091 2.27475 10.1715 2.22408 10.134 2.17341C10.0964 2.12274 10.0964 2.07208 10.0964 2.02141C10.0964 1.97074 10.0964 1.92008 10.1152 1.86941C10.134 1.81874 10.1715 1.76807 10.2091 1.7343C10.2466 1.70052 10.3029 1.66674 10.3593 1.63296C10.4156 1.59918 10.4719 1.59918 10.5282 1.59918C10.5845 1.59918 10.6409 1.59918 10.6972 1.61607Z' fill='%23FFD445'/%3E%3Cpath d='M4.37059 5.19655C4.37059 5.19655 0.93509 3.72719 1.70479 2.95029C2.45572 2.19028 4.37059 5.19655 4.37059 5.19655Z' fill='%23FFD445'/%3E%3Cpath d='M14.2453 2.95032C14.2453 2.95032 14.9212 -0.427502 15.9537 0.0453937C16.9674 0.5014 14.2453 2.95032 14.2453 2.95032Z' fill='%23FFD445'/%3E%3Cpath d='M11.8987 17.3398C11.8987 17.3398 13.1753 20.5657 12.0301 20.6163C10.9037 20.667 11.8987 17.3398 11.8987 17.3398Z' fill='%23FFD445'/%3E%3Cpath d='M15.5594 7.47662C16.2165 9.0642 19.6332 5.16281 20.0462 6.96995C20.3842 8.45619 15.841 7.18951 16.3291 8.87842C16.5732 9.72288 18.4693 8.57442 18.5444 9.43576C18.6195 10.3816 16.4418 9.48643 16.2916 10.4491C16.0288 12.0367 21.6232 10.6518 21.1539 12.4251C20.7033 14.1478 16.5544 10.2971 15.9724 11.6313C15.6345 12.4251 17.9249 12.6785 17.418 13.4385C16.8548 14.2661 15.7659 12.2731 14.9587 12.898C12.4994 14.8741 18.826 16.2252 17.2115 17.5425C15.2591 19.147 15.6908 13.5229 13.1565 13.7932C11.4293 13.9789 14.9211 15.9043 13.2879 16.4954C11.9174 17.0021 13.4005 13.4892 11.3354 14.4181C10.4719 14.8065 12.2929 16.411 11.3354 16.3941C10.2654 16.3941 11.3167 14.4518 10.3029 14.0972C7.89994 13.2696 9.45812 18.8599 7.84363 18.4546C5.90998 17.9648 10.3405 14.3843 8.40682 13.4723C7.56203 13.0838 6.22913 17.6777 5.4782 17.171C4.65217 16.6136 8.10645 13.6918 7.28043 13.0838C6.5295 12.5265 5.34678 14.3843 4.76481 13.7087C4.10775 12.9656 6.36054 12.6785 5.85366 11.8509C5.38433 11.0909 4.03266 12.5434 3.73228 11.7327C3.39437 10.8376 6.09771 11.0909 5.81611 10.1789C5.25292 8.25352 0.597153 11.3611 0.50141 9.6891C0.407544 7.8313 5.08208 10.5842 5.51387 8.52375C5.68283 7.67929 3.26108 8.33797 3.5239 7.5104C3.8055 6.59839 5.42 8.40553 5.87056 7.5104C6.30234 6.71661 4.03078 6.4295 4.55643 5.72015C5.15717 4.94325 6.58394 7.03751 7.22223 6.31127C7.8042 5.6526 5.38245 4.41969 6.13338 3.82857C6.94063 3.18679 7.76665 5.72015 8.66777 5.24726C9.49379 4.80814 6.11461 2.03833 7.78543 1.48098C9.53134 0.889865 8.3674 5.26415 9.77539 4.45347C10.5826 3.99746 9.56889 2.73078 10.5263 2.71389C11.5589 2.697 10.4888 4.7237 11.5213 4.84192C13.7178 5.09526 11.2773 1.27831 12.9105 1.44721C15.5763 1.73432 12.2347 3.57524 13.3611 4.82503C14.3936 5.97349 15.9142 1.58232 16.7215 2.0721C18.167 2.95034 12.7791 4.63925 14.8442 5.93971C15.52 7.5104 17.9793 3.92991 18.7302 4.82503C18.8804 5.9566 15.2947 6.12549 15.6139 7.44285L15.5576 7.47662H15.5594Z' fill='%23611973'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
}
.shop-pro .products li .product_type_simple:hover {
	color: #FFFFFF;
}
.shop-pro .products li .product_type_simple:hover::before {
    opacity: 1;
    color: #FFFFFF;
    transform: scale(15);
}
.shop-pro .woocommerce-ordering .orderby {
	  background: transparent;
	  -webkit-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M7 10L12 15L17 10' stroke='%23000000' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
	  background-repeat: no-repeat;
    background-size: 30px;
    background-position: right 5px center;
    font-family: inherit;
    font-weight: 400;
    letter-spacing: normal;
    padding: 8px 30px 8px 8px !important;
    display: block;
    background-color: #FFF;
    border: 1px solid rgba(32, 7, 7, 0.8);
    border-radius: 4px;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    line-height: normal;
    height: auto;
}
.shop-pro .woocommerce-breadcrumb {
	font-size: 16px !important;
}
.shop-pro .woocommerce-breadcrumb a {
	color: #611973 !important;
	font-weight: 500 !important;
}
.shop-pro .woocommerce-result-count {
	margin-right: 10px !important;
}
.shop-pro .woocommerce-ordering {
	margin-bottom: 30px !important;
}
.archive .abt-banner {
	padding-top: 0px !important;
	display:flex;
	align-items: center;
	justify-content: center;
		text-align: center;
}
.single-product .out-of-stock {
	margin-top: 10px;
    color: #ff0000;
}

.single-product .abt-banner {
	padding-top: 0px !important;
	display:flex;
	align-items: center;
}

.page-template-events .abt-banner {
	padding-top: 0px !important;
	display:flex;
	align-items: center;
		justify-content: center;
	text-align: center;
}

.admin-bar .woocommerce-Button {
    padding: 16px 23px !important;
    font-size: 16px !important;
    font-family: "Poppins", serif;
    font-weight: 500 !important;
    color: #333333 !important;
    background-color: #FFD445 !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    position: relative !important;
    overflow: hidden !important;
    display: inline-block !important;
    z-index: 1;
    transition: all 0.5s;
    border: none !important;
    margin-top: 20px !important;
}
.admin-bar .woocommerce-Button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% - 8px);
    transform: translateX(-50%) translateY(-50%);
    height: 21px;
    width: 21px;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00889 17.5594C5.06521 17.5763 5.12153 17.6101 5.15907 17.6439C5.19662 17.6777 5.23416 17.7283 5.27171 17.779C5.30926 17.8297 5.30926 17.8803 5.30926 17.931C5.30926 17.9817 5.30926 18.0323 5.29048 18.083C5.27171 18.1337 5.23416 18.1843 5.19662 18.2181C5.15907 18.2519 5.10275 18.2857 5.04643 18.3194C4.99011 18.3532 4.93379 18.3532 4.87747 18.3532C4.82115 18.3532 4.76483 18.3532 4.70851 18.3363C4.65219 18.3194 4.59587 18.2857 4.55833 18.2519C4.52078 18.2181 4.48324 18.1674 4.44569 18.1168C4.40814 18.0661 4.40814 18.0154 4.40814 17.9648C4.40814 17.9141 4.40814 17.8634 4.42692 17.8128C4.44569 17.7621 4.48324 17.7114 4.52078 17.6777C4.55833 17.6439 4.61465 17.6101 4.67097 17.5763C4.72729 17.5425 4.78361 17.5425 4.83993 17.5425C4.89625 17.5425 4.95257 17.5425 5.00889 17.5594Z' fill='%23FFD445'/%3E%3Cpath d='M10.6972 1.61607C10.7535 1.63296 10.8098 1.66674 10.8474 1.70052C10.8849 1.7343 10.9225 1.78496 10.96 1.83563C10.9976 1.8863 10.9976 1.93696 10.9976 1.98763C10.9976 2.0383 10.9976 2.08897 10.9788 2.13963C10.96 2.1903 10.9225 2.24097 10.8849 2.27475C10.8474 2.30853 10.791 2.3423 10.7347 2.37608C10.6784 2.40986 10.6221 2.40986 10.5658 2.40986C10.5094 2.40986 10.4531 2.40986 10.3968 2.39297C10.3405 2.37608 10.2842 2.3423 10.2466 2.30853C10.2091 2.27475 10.1715 2.22408 10.134 2.17341C10.0964 2.12274 10.0964 2.07208 10.0964 2.02141C10.0964 1.97074 10.0964 1.92008 10.1152 1.86941C10.134 1.81874 10.1715 1.76807 10.2091 1.7343C10.2466 1.70052 10.3029 1.66674 10.3593 1.63296C10.4156 1.59918 10.4719 1.59918 10.5282 1.59918C10.5845 1.59918 10.6409 1.59918 10.6972 1.61607Z' fill='%23FFD445'/%3E%3Cpath d='M4.37059 5.19655C4.37059 5.19655 0.93509 3.72719 1.70479 2.95029C2.45572 2.19028 4.37059 5.19655 4.37059 5.19655Z' fill='%23FFD445'/%3E%3Cpath d='M14.2453 2.95032C14.2453 2.95032 14.9212 -0.427502 15.9537 0.0453937C16.9674 0.5014 14.2453 2.95032 14.2453 2.95032Z' fill='%23FFD445'/%3E%3Cpath d='M11.8987 17.3398C11.8987 17.3398 13.1753 20.5657 12.0301 20.6163C10.9037 20.667 11.8987 17.3398 11.8987 17.3398Z' fill='%23FFD445'/%3E%3Cpath d='M15.5594 7.47662C16.2165 9.0642 19.6332 5.16281 20.0462 6.96995C20.3842 8.45619 15.841 7.18951 16.3291 8.87842C16.5732 9.72288 18.4693 8.57442 18.5444 9.43576C18.6195 10.3816 16.4418 9.48643 16.2916 10.4491C16.0288 12.0367 21.6232 10.6518 21.1539 12.4251C20.7033 14.1478 16.5544 10.2971 15.9724 11.6313C15.6345 12.4251 17.9249 12.6785 17.418 13.4385C16.8548 14.2661 15.7659 12.2731 14.9587 12.898C12.4994 14.8741 18.826 16.2252 17.2115 17.5425C15.2591 19.147 15.6908 13.5229 13.1565 13.7932C11.4293 13.9789 14.9211 15.9043 13.2879 16.4954C11.9174 17.0021 13.4005 13.4892 11.3354 14.4181C10.4719 14.8065 12.2929 16.411 11.3354 16.3941C10.2654 16.3941 11.3167 14.4518 10.3029 14.0972C7.89994 13.2696 9.45812 18.8599 7.84363 18.4546C5.90998 17.9648 10.3405 14.3843 8.40682 13.4723C7.56203 13.0838 6.22913 17.6777 5.4782 17.171C4.65217 16.6136 8.10645 13.6918 7.28043 13.0838C6.5295 12.5265 5.34678 14.3843 4.76481 13.7087C4.10775 12.9656 6.36054 12.6785 5.85366 11.8509C5.38433 11.0909 4.03266 12.5434 3.73228 11.7327C3.39437 10.8376 6.09771 11.0909 5.81611 10.1789C5.25292 8.25352 0.597153 11.3611 0.50141 9.6891C0.407544 7.8313 5.08208 10.5842 5.51387 8.52375C5.68283 7.67929 3.26108 8.33797 3.5239 7.5104C3.8055 6.59839 5.42 8.40553 5.87056 7.5104C6.30234 6.71661 4.03078 6.4295 4.55643 5.72015C5.15717 4.94325 6.58394 7.03751 7.22223 6.31127C7.8042 5.6526 5.38245 4.41969 6.13338 3.82857C6.94063 3.18679 7.76665 5.72015 8.66777 5.24726C9.49379 4.80814 6.11461 2.03833 7.78543 1.48098C9.53134 0.889865 8.3674 5.26415 9.77539 4.45347C10.5826 3.99746 9.56889 2.73078 10.5263 2.71389C11.5589 2.697 10.4888 4.7237 11.5213 4.84192C13.7178 5.09526 11.2773 1.27831 12.9105 1.44721C15.5763 1.73432 12.2347 3.57524 13.3611 4.82503C14.3936 5.97349 15.9142 1.58232 16.7215 2.0721C18.167 2.95034 12.7791 4.63925 14.8442 5.93971C15.52 7.5104 17.9793 3.92991 18.7302 4.82503C18.8804 5.9566 15.2947 6.12549 15.6139 7.44285L15.5576 7.47662H15.5594Z' fill='%23611973'/%3E%3C/svg%3E%0A");
    background-size: 100%;
    background-repeat: no-repeat;
    transition: all 0.3s;
    z-index: -1;
    opacity: 0;
}

.admin-bar .woocommerce-Button:hover {
  color: #FFFFFF !important;
}

.admin-bar .woocommerce-Button:hover::before {
  opacity: 1;
  transform: scale(20);
}
/* Product Review */
.pro-review .woocommerce-Reviews-title {
	font-size: 34px;
	line-height: 42px;
	margin-bottom: 40px;
}
.pro-review .woocommerce-noreviews {
	margin-bottom: 15px;
}
.pro-review .commentlist {
	margin-bottom: 50px !important;
}
.pro-review .commentlist li {
	margin-bottom: 0px !important;
}
.pro-review .commentlist li + li{
	margin-top: 50px !important;
}
.pro-review .commentlist .comment_container img {
	width: 60px !important;
	border-radius: 60px;
	padding: 0 !important;
}
.pro-review .commentlist .comment_container .comment-text {
	margin: 0px !important;
	padding: 0px !important;
	padding-left: 90px !important;
	border: none !important;
}
.pro-review .commentlist .comment_container .comment-text .meta {
	margin-bottom: 25px !important;
}
.pro-review .commentlist .comment_container .comment-text .meta .woocommerce-review__author{
	font-size: 22px;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 6px;
    font-weight: 600;
    color: #404040;
    display: inline-block;
	margin-right: 5px;
}
.pro-review .commentlist .comment_container .comment-text .meta .woocommerce-review__dash {
	display: none !important;
}
.pro-review .commentlist .comment_container .comment-text .meta .woocommerce-review__verified {
    font-size: 10px;
    line-height: 16px;
    color: #611973;
}
.pro-review .commentlist .comment_container .comment-text .meta .woocommerce-review__published-date {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #404040;
}
.pro-review .commentlist .comment_container .comment-text .star-rating {
    height: 24px !important;
    font-size: 24px !important;
    width: 130px !important;
	color: #611973;
}
.pro-review .commentlist .comment_container .comment-text .description p {
	margin-bottom: 0 !important;
	font-size: 15px !important;
	line-height: 27px !important;
}
.pro-review #review_form .comment-reply-title {
	font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    color: #611973;
}
.pro-review #review_form .comment-form-rating #comment-form-rating-label {
    font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
}
.pro-review .comment-form-rating {
	margin-bottom: 20px;
}
.pro-review .comment-form-rating p.stars {
	width: fit-content;
}
.pro-review .comment-form-rating p.stars a {
	width: 24px;
	height: 24px;
	margin-right: 5px;
}
.pro-review .comment-form-rating p.stars a::before {
	width: 24px;
	height: 24px;
	font-size: 24px;
	color: #611973;
}
.pro-review .comment-respond .comment-form-comment {
	margin-bottom: 30px !important;
}
.pro-review .comment-respond .comment-form-comment label {
	font-weight: 600;
}
.pro-review .comment-respond .comment-form-comment textarea {
	min-height: 150px;
	height: auto;
	margin-top: 10px;
    padding: 11px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
}
.pro-review .comment-respond .comment-form-author {
    float: left;
    width: 50%;
	padding-right: 15px;
	margin-bottom: 20px !important;
}
.pro-review .comment-respond .comment-form-author label, .pro-review .comment-respond .comment-form-email label {
	font-weight: 600;
}
.pro-review .comment-respond .comment-form-author input, .pro-review .comment-respond .comment-form-email input {
	width: 100%;
	display: block;
    padding: 11px;
    border: 1px solid #dee2e6;
    border-radius: 5px;
	margin-top: 5px;
}
.pro-review .comment-respond .comment-form-email {
    float: right;
    width: 50%;
	padding-left: 15px;
	margin-bottom: 20px !important;
}
.pro-review .comment-respond .comment-form-cookies-consent {
	display: flex;
    width: 100%;
    align-items: center;
    column-gap: 8px;
	margin-bottom: 20px !important;
}
.pro-review .comment-respond .comment-form-cookies-consent input {
	height: 16px !important;
	width: 16px !important;
}
.pro-review .comment-respond .comment-form-cookies-consent label {
	font-size: 14px;
}
.pro-review .comment-respond .form-submit input.submit {
	padding: 16px 40px !important;
    font-size: 16px !important;
    font-family: "Poppins", serif;
    font-weight: 500 !important;
    color: #333333 !important;
    background-color: #FFD445 !important;
    border-radius: 50px !important;
    transition: all 0.3s;
}
.pro-review .comment-respond .form-submit input.submit:hover {
    color: #FFFFFF !important;
	background: #611973 !important;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 20px;
  }
}

@media (min-width: 1900px) {
  .footer::before {
    top: -110px;
  }
}

@media (max-width: 1399px) {
  .swiper-banner .swiper-slide {
    min-height: 780px
  }

  .prod-main {
    height: 100%;
    border-radius: 48px 48px 50px 50px;
    display: flex;
    flex-direction: column;
  }

  .prod-img-desc {
    padding: 30px;
  }

  .why-desc p {
    font-size: 14px;
  }

  .drop-shape-footer {
    top: -12%;
  }

  .footer::before {
    top: -145px;
  }

  .cta-desc a {
    margin-bottom: 60px;
  }

  .journey-time-shape {
    top: 39%
  }

  .wc-block-components-order-summary .wc-block-components-order-summary-item {
    flex-wrap: wrap;
  }

  .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    text-align: left !important;
    margin-left: 0 !important;
  }

	.shop-pro .products li h2 {
		margin: 30px 20px 20px !important;
	}
	.shop-pro .products li .price {
    margin: 0 20px 10px;
}
	.shop-pro .products li .product_type_simple {
		margin: 20px 20px 20px !important;
	}
}

@media (max-width: 1199px) {
  .ptb-120 {
    padding: 80px 0;
  }

  .pt-120 {
    padding-top: 80px;
  }

  .navbar-nav>.menu-item+.menu-item {
    margin-left: 50px;
  }

  .navbar-nav>.menu-item:last-child a {
    font-size: 15px;
    padding: 11px 19px;
  }

  .navbar-nav .menu-item:not(:last-child) a {
    font-size: 16px;
  }

  .deflaut-button {
    font-size: 14px;
    padding: 11px 22px;
  }

  .banner-desc h1 {
    font-size: 42px;
    line-height: 45px;
  }

  .banner-desc p {
    font-size: 16px;
    line-height: 30px;
  }

  .swiper-banner .swiper-slide {
    min-height: 705px;
  }

  .journey-title h2 {
    font-size: 42px;
    margin-bottom: 60px;
    margin-left: 33px;
  }

  .journey-desc h3 {
    font-size: 27px;
  }

  .journey-desc p {
    font-size: 13px;
    line-height: 20px;
  }

  .prod-main {
    border-radius: 41px 41px 50px 50px;
    width: 95%;
  }

  .prod-price h3 {
    font-size: 24px;
  }

  .prod-price s {
    font-size: 15px;
  }

  .prod-price p {
    font-size: 15px;
  }

  .prod-price p span {
    font-size: 17px;
  }

  .prod-img-desc a {
    font-size: 14px;
    padding: 11px 32px;
  }

  .prod-img-desc {
    padding: 24px 33px 30px 29px;
  }

  .prod-img-desc h3 {
    margin-bottom: 5px;
  }

  .prod-price {
    margin-bottom: 20px;
  }

  .key-shape {
    right: -25px;
  }

  .key-shape img {
    width: 90%;
  }

  .key-title h2 {
    font-size: 42px;
    margin-bottom: 60px;
  }

  .key-box p {
    font-size: 15px;
  }

  .why-title h2 {
    font-size: 42px;
  }

  .why-desc p {
    font-size: 13px;
    line-height: 19px;
  }

  .why-desc h3 {
    font-size: 19px;
    line-height: 17px;
  }

  .cta-desc p {
    font-size: 17px;
  }

  .cta-desc a {
    font-size: 14px;
  }

  .ft-logo-desc p {
    font-size: 15px;
    line-height: 26px;
  }

  .ft-social {
    gap: 25px;
  }

  .ft-quick h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .ft-quick ul li {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .ft-touch ul li a {
    font-size: 15px;
  }

  .ft-touch h3 {
    margin-bottom: 10px;
  }

  .ft-rights {
    margin-top: 65px;
    margin-bottom: 20px;
  }

  .ft-rights p {
    font-size: 18px;
  }

  .key {
    padding-top: 90px;
    padding-bottom: 70px;
  }

  .why {
    padding: 70px 0px;
  }

  header {
    padding: 15px 0;
  }

  .abt-banner {
    padding-top: 140px;
    min-height: 450px;
  }

  .pr-desc h2 {
    font-size: 29px;
    line-height: 37px;
  }

  .pr-desc p {
    font-size: 15px !important;
    line-height: 23px !important;
  }

  .abt-mvv .row.mt-50 {
    margin-top: 30px;
  }

  .mvv-desc h4 {
    font-size: 28px;
    line-height: 30px;
  }

  .mvv-desc p,
  .value-data li {
    font-size: 15px !important;
    line-height: 22px !important;
  }

  .abt-parents .row {
    row-gap: 30px;
  }

  .values-desc h4 {
    font-size: 28px;
    line-height: 30px;
  }

  .par-desc h3 {
    font-size: 28px;
    line-height: 30px;
  }

  .par-desc p {
    font-size: 15px;
    line-height: 22px;
  }

  .journey-desc h3 {
    font-size: 25px;
  }

  .cta-desc h2 {
    font-size: 35px;
  }

  .cont-desc h2 {
    font-size: 35px;
    line-height: 40px;
  }

  .cont-desc p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 31px;
  }

  .cont-desc ul li {
    margin-bottom: 15px;
  }

  .pro-faqs .accordion-button {
    font-size: 22px;
    line-height: 22px;
  }

  .mtb-120 {
    margin: 80px 0px;
  }

  .mt-120 {
    margin-top: 80px;
  }

  .mb-120 {
    margin-bottom: 80px;
  }

  .ab-desc h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  .priva-cont h1 {
    font-size: 42px;
    line-height: 50px;
  }

  .priva-cont h2 {
    font-size: 25px !important;
    line-height: 35px !important;
  }

	.shop-pro .products {
		grid-template-columns: repeat(2, 1fr);
	}

		.single-product .entry-summary .woocommerce-product-details__short-description h2 {
  font-size: 42px;
  line-height: 48px;
}
	.pro-review .woocommerce-Reviews-title {
		font-size: 42px;
		line-height: 48px;
	}
}

@media (max-width: 991px) {
  .ptb-120 {
    padding: 70px 0;
  }

  .mtb-120 {
    margin: 70px 0px;
  }

  .mt-120 {
    margin-top: 70px;
  }

  .pt-120 {
    padding-top: 70px;
  }

  .mb-120 {
    margin-bottom: 70px;
  }

  .navbar-collapse {
    padding: 0;
    float: left;
    width: 50%;
    position: fixed;
    left: auto;
    right: -100%;
    top: 0;
    z-index: 11;
    -ms-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    height: 100vh !important;
    border: 0;
    display: block;
    background: #FFFBF1;
    overflow: auto;
  }

  .navbar-collapse.show {
    right: 0;
  }

  .close-btn {
    padding: 0;
    width: 40px;
    height: 40px;
    background: #611973;
    border-radius: 50%;
    border: 0;
    outline: 0;
    display: block;
    display: flex;
    flex-direction: column;
    margin-left: auto;
    align-items: center;
    justify-content: center;
    margin: 12px 12px 0px auto;
  }

  .close-btn svg {
    max-width: 13px;
  }

  .close-btn svg path {
    fill: #fff;
  }

  header .navbar .menu-item {
    max-width: 100%;
    width: 100%;
  }

  header .navbar .menu-item+.menu-item {
    padding: 0 !important;
    margin-left: 0;
    border-top: 1px solid #beb4b4;
  }

  header .navbar .menu-item:not(:last-child) a {
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 5px;
    line-height: 1;
    border: 0;
    /* text-align: left  ; */
  }

  .menu-item-has-children>a::before {
    right: 20px;
  }

  .navbar-toggler {
    display: block;
    right: 5%;
    position: absolute;
    border: none;
    border-radius: 10px;
    width: 30px;
    height: 30px;
    padding: 0px;
    box-shadow: none !important;
  }

  .navbar-toggler .icon-bar {
    width: 100%;
    height: 4px;
    background-color: #611973;
    display: block;
    border-radius: 5px;
  }

  .navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
  }

  .navbar-nav>.menu-item:last-child a {
    width: 100%;
    display: inline-block;
    border-radius: 0;
    padding: 14px 20px;
    font-size: 18px !important;
    line-height: 28px !important;
    font-weight: 600;
    background: transparent;
  }

  .navbar-nav>.menu-item:last-child a:hover,
  .navbar-nav .menu-item.current-menu-item:last-child>a {
    color: #611973;
  }

  .navbar-nav>.menu-item:last-child a::before {
    display: none;
  }

  header ul {
    gap: 0px !important;
    margin-left: auto;
  }

  header .navbar .menu-item:not(:last-child) a {
    padding: 14px 20px;
    font-size: 18px !important;
    line-height: 28px !important;
  }
	.navbar-nav .menu-item-has-children .sub-menu .menu-item > a {
		    font-size: 16px !important;
    line-height: 26px !important;
		padding: 12px 20px !important;
	}

  header ul .menu-item:last-child {
    padding: 0;
  }

  .navbar-nav {
    height: auto;
    margin-top: 15px;
  }

  header ul li {
    padding: 0px;
  }

  .navbar-nav .menu-item+.menu-item {
    margin: 0;
  }

  .menu-item.menu-item-has-children:hover>a::before {
    transform: translateY(-50%) rotate(0deg);
  }

  .menu-item.menu-item-has-children.sub-open>a::before {
    transform: translateY(-50%) rotate(180deg);
  }

  header ul .menu-item:last-child {
    padding: 0px;
  }

  .navbar-nav .menu-item a:hover {
    color: #611973;
    font-size: 12px;
  }

  .swiper-banner .swiper-slide {
    min-height: 450px;
  }

  .swiper-banner .banner-desc {
    padding-top: 60px;
  }

  .banner-desc h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }

  .banner-desc a {
    margin-top: 20px;
  }

  .journey-time-shape {
    display: none;
  }

  .journey-desc h3 #yr-img2,
  .journey-desc h3 #yr-img1,
  .journey-desc h3 #yr-img3 {
    display: block;
  }

  #about {
    text-align: center;
  }

  .journey-desc {
    max-width: 100%;
  }

  #journey678 .col-lg-4 {
    margin: auto;
    row-gap: 30px;
  }

  .journey .col-lg-4:nth-child(2) {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .prod-main {
    width: 100%;
    margin: 0px auto;
  }

  .chobo {
    background: #fef5e5;
  }

  .blk-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.25);
    z-index: -1;
    display: none;
  }

  .key-shape {
    display: none;
  }

  .key .row+.row,
  .why .row+.row {
    row-gap: 30px;
  }

  .why .row+.row .col-lg-3 {
    display: inherit;
  }

  .cta-img {
    flex: 100%;
  }

  .product-template-default .cta .cta-img,
  .page-template .cta .cta-img {
    flex: auto;
  }

  .footer .row {
    row-gap: 30px;
  }

  .abt-banner {
    padding: 0 !important;
    margin: 0 !important;
    padding-top: 120px !important;
    min-height: 400px;
  }

  .ab-desc h1 {
    font-size: 32px;
    line-height: 42px;
  }

  .ab-desc p {
    font-size: 15px;
    line-height: 22px;
  }

  .pr-desc h2 {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .pr-desc p {
    font-size: 12px;
    line-height: 14px;
  }

  .mvv-desc h4 {
    font-size: 22px;
    line-height: 25px;
  }

  .mvv-desc p {
    font-size: 14px;
    line-height: 20px;
  }

  .values-desc h4 {
    font-size: 24px;
    line-height: 25px;
  }

  .value-data {
    column-count: 1;
  }

  .par-desc h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .par-desc p {
    font-size: 13px;
    line-height: 18px;
  }

  .par-img img {
    width: 60%;
  }

  .par-box::before {
    top: 200px;
  }

  .journey-desc h3 {
    font-size: 20px;
    line-height: 25px;
  }

  .cont-desc h2 {
    font-size: 25px;
    line-height: 35px;
  }

  .cont-desc p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 25px;
  }

  .cont-desc ul li a {
    font-size: 14px;
    line-height: 22px;
  }

  .sub-menu {
    position: relative !important;
    display: none !important;
    top: 0 !important;
    min-width: 100% !important;
    padding: 0 !important;
    box-shadow: none !important;
    background: #fff3f3 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
  }

  .sub-menu li a {
    padding: 14px 18px !important;
  }

  .sub-open .sub-menu {
    display: block !important;
    opacity: 1 !important;
    -ms-transform: rotateX(0) !important;
    -webkit-transform: rotateX(0) !important;
    transform: rotateX(0) !important;

  }

  header .menu-item {
    position: relative;
  }

  .menu-item-has-children::before {
    right: 20px;
    top: 25px;
  }

  .menu-item-has-children::before {
    transition: .5s all
  }

  .menu-item-has-children.sub-open::before {
    transform: rotate(180deg);
  }

  .deflaut-button {
    margin-top: 30px;
  }

  .faq-deac::after {
    left: 0;
  }

  .social-icon {
    height: 40px;
  }

  .journey .journey-title,
  .abt-parents .journey-title {
    padding: 0 !important;
    text-align: left !important;
  }

  .journey-title h2 {
    margin-left: 40px;
  }

  .drop-shape-jrn {
    top: -27px !important;
    left: 0 !important;
  }

  .journey-desc,
  .journey-desc h3,
  .journey-desc p {
    text-align: left !important;
  }

  .priva-cont h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 20px;
  }

  .page-template-contact .abt-banner {
    background-position: center right -80px !important;
  }

  .woocommerce-cart .actions .coupon input {
    margin-left: -10px !important;
  }
  .quantity .screen-reader-text {
    display: none;
  }

  .woocommerce .quantity .qty {
    width: auto !important;
    float: none;
    margin-right: 0;
    padding: 5px;
  }

  .page-template-template-cart .abt-banner {
    padding-top: 120px !important;
    padding-bottom: 90px !important;
    margin-bottom: 50px !important;
  }

  .page-template-template-cart .abt-banner .ab-desc h1,
  .woocommerce-checkout .entry-header .entry-title,
  .entry-header h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .baal-top {
    margin: 90px 0 100px;
  }

  .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-bottom: 16px !important;
    padding-left: 24px !important;
  }

  .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    text-align: right !important;
    margin-left: auto !important;
  }

  .entry-content .u-columns .u-column1 {
    margin-bottom: 30px;
  }

  .entry-content .u-columns .woocommerce-button {
    width: 100% !important;
  }
  .navbar-nav .menu-item-has-children .sub-menu .menu-item:hover > a::before, .navbar-nav .menu-item-has-children .sub-menu .menu-item.current-menu-item > a::before {
		transform: scale(50);
	}
	.product-gallery {
	margin-bottom: 30px;
}
	.shop-pro .products li {
		border-radius: 40px;
	}
	.shop-pro .products li h2 {
		margin: 30px 10px 10px !important;
	}
	.shop-pro .products li .price {
    margin: 0 10px 10px;
}
	.shop-pro .products li .product_type_simple {
		margin: 20px 10px 10px !important;
	}

	.single-product .entry-summary .woocommerce-product-details__short-description h2 {
  font-size: 32px;
  line-height: 42px;
}
	  .wp-block-woocommerce-checkout .css-0 {
    display: none;
  }
}

@media (max-width: 767px) {
  .mtb-120 {
    margin: 50px 0;
  }

  .ptb-120 {
    padding: 50px 0;
  }

  .mt-120 {
    margin-top: 50px;
  }

  .pt-120 {
    padding-top: 50px;
  }

  .mb-120 {
    margin-bottom: 50px;
  }

  .navbar-brand img {
    max-width: 150px;
  }

  .blk-banner {
    background: #FFFFFF;
    padding-top: 120px;
  }

  .swiper-banner .swiper-slide {
    background: none !important;
    min-height: auto;
  }

  .swiper-banner .banner-desc {
    padding-top: 0px;
  }

  .swiper-banner .swiper-slide .row {
    max-width: 98%;
  }

  .banner-desc h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .probeni-swiper {
    margin-bottom: 30px;
  }

  .drop-list {
    display: none;
  }

  .cta-desc h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  .drop-shape-cta {
    top: -30px;
  }

  .faq-deac h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 50px;
  }

  .drop-shape-why {
    top: -32px;
  }

  .key-title h2 {
    font-size: 30px;
    margin-bottom: 70px;
    line-height: 30px;
  }

  .drop-shape-key {
    top: -35px;
  }

  .journey-title h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .par-box {
    padding: 0px 15px 20px;
  }

  .par-box::before {
    top: 100px;
  }

  .why-title h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  .why-title .drop-shape-why {
    top: -27px;
  }

  .page-template-about .abt-banner,
  .page-template-contact .abt-banner {
    min-height: auto;
    background: none !important;
    background-color: #ffefd8 !important;
  }

  .page-template-contact .abt-banner {
    background-color: #c0b192 !important;
  }

  .bene-desc {
    width: 100%;
  }

  .priva-cont {
    padding: 70px 0;
  }

  .priva-cont h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .priva-cont h2 {
    font-size: 20px !important;
    line-height: 30px !important;
  }

  .key-img {
    width: 60px;
    height: 60px;
  }

  .desc-list li:after {
    background-size: 15px;
    top: 4px;
  }

  .desc-list ul li {
    padding-left: 25px;
  }

  .desc-list ul li+li {
    margin-top: 15px;
  }

  .page-template-template-cart .abt-banner {
    padding-top: 90px !important;
    padding-bottom: 60px !important;
  }

  .page-template-template-cart .woocommerce {
    margin-bottom: 80px;
  }

  .baal-top {
    margin: 80px 0 80px;
  }

  .wc-block-components-form .wc-block-components-title.wc-block-components-title {
    font-size: 28px;
    line-height: 38px;
  }

  .wc-block-components-order-summary .wc-block-components-order-summary-item {
    flex-wrap: wrap;
	  flex-direction: column;
	  border-bottom: 1px solid #611973;
	  padding-bottom: 16px !important;
  }

  .wc-block-components-order-summary .wc-block-components-order-summary-item__description {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
    text-align: left !important;
    margin-left: 0 !important;
  }

  .entry-content .u-columns .woocommerce-form {
    margin-top: 10px !important;
  }

  .entry-content .u-columns .u-column1,
  .entry-content .u-columns .u-column2,
  .entry-content .woocommerce-ResetPassword {
    padding: 20px;
  }
	.shop-pro {
	margin-bottom: 50px !important;
}
	.shop-pro .products {
		grid-template-columns: repeat(1, 1fr);
	}
	.archive .abt-banner .ab-desc h1 {
		margin-bottom: 0;
	}
	.page-template-events .abt-banner .ab-desc h1 {
		margin-bottom: 0;
	}
	  .single-product .entry-summary .woocommerce-product-details__short-description h2 {
    font-size: 28px;
    line-height: 36px;
  }
	.product-template-default:has(.key) .abt-pro.mtb-120 {
		margin-bottom: 40px;
	}
	.admin-bar.woocommerce-page form .woocommerce-form-row {
		width: 100% !important;
	}
	/* Review Page */
	.pro-review .woocommerce-Reviews-title {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 30px;
	}
	.pro-review .commentlist .comment_container .comment-text {
		padding-left: 0 !important;
		padding-top: 80px !important;
	}
	.pro-review .commentlist .comment_container .comment-text .star-rating {
		position: absolute;
		top: 20px;
		right: 0;
	}
	.pro-review .commentlist .comment_container .comment-text .meta {
		margin-bottom: 15px !important;
	}
	.pro-review .commentlist .comment_container .comment-text .meta .woocommerce-review__author {
		font-size: 20px;
		line-height: 26px;
	}
	.pro-review .commentlist .comment_container .comment-text .description p {
		font-size: 14px !important;
		line-height: 26px !important;
	}
	.pro-review .commentlist li + li {
		margin-top: 30px !important;
	}
	.pro-review .comment-respond .comment-form-author {
		width: 100%;
		padding-right: 0;
	}
	.pro-review .comment-respond .comment-form-email {
		width: 100%;
		padding-left: 0;
	}
	.pro-review .comment-respond .comment-form-cookies-consent {
		align-items: baseline;
	}
}

@media (max-width: 576px) {
  .navbar-collapse {
    width: 100%;
  }

  .cta-main {
    display: block;
  }

  .cta-img {
    margin-bottom: 30px;
    text-align: center;
  }

  .drop-shape-footer {
    display: none;
  }

  .ab-desc h1 {
    font-size: 26px;
    line-height: 38px;
  }

  .ab-desc p {
    font-size: 12px;
    line-height: 21px;
  }

  .pro-img img {
    margin-bottom: 40px;
  }

  .pr-desc h2 {
    font-size: 22px;
    line-height: 32px;
  }

  .pr-desc p {
    font-size: 11px;
    line-height: 18px;
  }

  .mvv-desc p {
    font-size: 12px;
    line-height: 18px;
  }

  .mvv-desc h4 {
    font-size: 20px;
    line-height: 28px;
  }

  .value-data {
    column-count: 1;
  }

  .par-desc h3 {
    line-height: 28px;
  }

  .par-desc p {
    font-size: 12px;
    line-height: 18px;
  }

  .drop-shape-jrn {
    top: -21px;
    left: 12%;
  }

  .journey-desc h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .journey-desc p {
    font-size: 12px;
    line-height: 18px;
  }

  .pro-faqs .accordion-button {
    font-size: 18px;
    line-height: 28px;
    display: flex;
    column-gap: 8px;
  }

  .pro-faqs .accordion-body p {
    font-size: 14px !important;
    line-height: 25px !important;
  }

  .cont-form {
    margin: 50px 0px;
  }

  .cont-desc h2 {
    font-size: 22px;
    line-height: 28px;
  }

  .cont-form .row {
    row-gap: 30px;
  }

  .woocommerce-cart .actions .button {
    width: 100% !important;
  }

	.shop-pro .woocommerce-ordering {
		float: left !important;
	}
	
}
