.h1,
h1,
.h2,
h2 {
	color: #7d2824;
}

p {
    font-size: 16px;
	
}

body {
	font-family: Roboto;
	color: #3e3d3d;
	background-color: #ffffff;
}

body.md-default-theme, body, html.md-default-theme, html {
    background-color: rgb(255, 255, 255) !important;
}

/*-------------------------------------------------------------------
[1. Fixed Body style]
*------------------------------------------------------------------*/

.m-body-fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}

.mg-fixed-trust-logo {
    position: fixed;    
	  left:-100px;
    z-index: 9999;
}

.mg-fixed-trust-logo img {
    width: 380px;
    height: auto;
		animation: trustLogoZoom 2s ease-in-out;
}
@media (min-width: 1000px) {
    .mg-fixed-trust-logo {
        top: 55px;
    }
	.mg-fixed-trust-logo img {   
			max-width: 80%;
	}
}

@media (min-width:700px and max-width: 910px) {
    .mg-fixed-trust-logo {
        top: 50%;
    }
	.mg-fixed-trust-logo img {   
			max-width: 70%;
	}
}

@media (max-width: 500px) {
    .mg-fixed-trust-logo {
        top:20%;
			left:-50px;
    }
	.mg-fixed-trust-logo img {   
			max-width: 50%;
	}
}

/*end of part 1----------------------------------------------------*/


/*-------------------------------------------------------------------
[2. Header]
*------------------------------------------------------------------*/

.m-header {
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	font-size: 14px;
	height: 75px;
	font-weight: 400;
	background: #ffffff;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: top 300ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	/* easeOutCubic */
}

.m-header a {
	color: #282828;
}

.m-header.hide {
	top: -60px;
}

.m-toggle-sidebar {
	width: 60px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	color: #772824;
	float: left;
}

.m-bottom {
		    width: 27px;
		    height: 27px;
		    display: block;
		    margin: auto;
		    background-repeat: no-repeat;
	}


.social_icon  li{
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.social_icon li a {
    color: #fff;
    padding: 10px;
}
	

.m-toggle-sidebar i {
	position: absolute;
	left: 18px;
	top: 18px;
	-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	/* easeOutCubic */
}

.m-toggle-sidebar .m-open-icon {
	transform: scale(1);
}

.m-toggle-sidebar .m-close-icon {
	transform: scale(0);
}

.m-opened-sidebar .m-toggle-sidebar .m-open-icon {
	transform: scale(0);
}

.m-opened-sidebar .m-toggle-sidebar .m-close-icon {
	transform: scale(1);
}

.m-logo-box {
	height: 27px;
	display: block;
	float: left;
	margin: 10px 0px 0px 0px;
}

.m-logo-box h1 {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.m-logo {
	font-size: 18px;
	color: #FFF;
}

.m-logo img {
	display: block;
	float: left;
}

.m-logo .m-logo-mobile {
	display: none;
}

.m-logo .m-logo-desktop {
	display: block;
	width: 120px;
}

.m-logo .m-logo-name {
	display: inline-block;
	float: left;
	font-weight: 400;
	line-height: 30px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: solid 1px #FFF;
}

.m-header-menu {
	display: inline-block;
	float: left;
}

.m-header-navigation,
.m-header-navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.m-header-navigation>li {
	float: left;
	position: relative;
}

.m-header-navigation>li>a {
	display: table-cell !important;
	vertical-align: middle;
	height: 50px;
	line-height: normal;
	font-weight: 500 !important;
	text-decoration: none;
	font-size: 18px;
}

.m-header-navigation>li>a .material-icons {
	vertical-align: middle;
	top: -1px;
	position: relative;
}

.m-header-navigation>li>a.active {
	box-shadow: inset 0 -2px 0 0 #fff;
}

.m-header-submenu {
	background-color: #fff;
	position: absolute;
	top: 100%;
	min-width: 100%;
	left: 0;
	-webkit-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 2px 2px 20px 0px rgba(0, 0, 0, 0.3);
	transform-origin: left top 0px;
	display: none;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
	-webkit-transform: scale(0);
	-khtml-transform: scale(0);
	transform: scale(0);
	-ms-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
	-o-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .16), 0 2px 8px 0 rgba(0, 0, 0, .12);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, SizingMethod='auto expand');
}

.m-header-submenu.m-extra-menu {
	width: 280px;
}

.current-menu-item a {
	color: #762824 !important;
	font-weight: 500 !important;
}

.m-extra-menu a {
	display: block;
	width: 50%;
	float: left;
	height: 80px;
	text-align: center;
	border-bottom: solid 1px #EEE;
	padding: 15px 0;
	color: #333 !important;
}

.m-extra-menu a:hover {
	background-color: #f2f2f2;
	text-decoration: none;
}

.m-extra-menu a span {
	display: block;
}

.m-extra-menu a:nth-child(odd) {
	border-right: solid 1px #EEE;
}

.m-header-submenu.m-notify-list {
	width: 360px;
}

.m-notify-header {
	width: 100%;
	padding: 15px 10px;
	color: #333;
	background-color: #f4f4f4;
}

.m-notify-header .m-notify-text-top {
	display: block;
	font-size: 20px;
	text-align: center;
}

.m-notify-header .m-notify-text {
	display: block;
	text-align: center;
	font-size: 15px;
}

.m-notify-tab {
	padding: 15px;
}

.m-notify-tab .nav {
	margin-bottom: 15px;
	border-bottom: solid 1px #eee;
}

.m-notify-tab .nav li {
	display: inline-block;
	float: left;
	width: auto;
	border-left: none !important;
	margin-right: 20px;
}

.m-notify-tab .nav li a:hover {
	background-color: transparent;
	border-bottom: solid 1px #9D50BB;
}

.m-notify-tab .nav li a {
	padding: 6px 0;
	font-weight: 500;
	font-size: 16px;
}

.m-notify-tab .nav li a.active {
	border-bottom: solid 1px #9D50BB;
	color: #9D50BB;
}

.m-header-submenu ul li {
	display: block;
	width: 100%;
}

.m-header-submenu ul li a {
	display: block;
	text-decoration: none;
	padding: 10px 15px;
	color: #444;
	white-space: nowrap;
}

.m-header-submenu ul li a:hover {
	background-color: #EEE;
}

.m-header-submenu.active {
	-webkit-transform: scale(1);
	-khtml-transform: scale(1);
	transform: scale(1);
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand')";
	filter: progid:DXImageTransform.Microsoft.Matrix( M11=1, M12=0, M21=0, M22=1, SizingMethod='auto expand');
}

.m-header-right {
	display: inline-block;
	float: right;
}

.m-header-right.m-with-seperator .m-header-navigation li {
	border-left: solid 1px rgba(0, 0, 0, 0.05);
}

.m-header-right .m-header-navigation .m-header-submenu {
	transform-origin: right top 0px;
	left: auto;
	right: 0;
}

.m-user-avatar {
	display: block;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	overflow: hidden;
}

.m-search-bar {
	position: absolute;
	width: 100%;
	height: 60px;
	top: -70px;
	left: 0;
	background: #DC2424;
	background: -webkit-linear-gradient(to right, #4A569D, #DC2424);
	background: linear-gradient(to right, #4A569D, #DC2424);
	-webkit-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: top 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	/* easeOutCubic */
}

.m-search-bar.active {
	top: 0;
}

.m-search-form {
	max-width: 1160px;
	width: 100%;
	height: 40px;
	margin: 10px auto;
	display: block;
	font-size: 14px;
	position: relative;
}

.m-search-input-wrapper {
	left: 20px;
	top: 0;
	right: 60px;
	bottom: 0;
	height: 40px;
	position: absolute;
}

.m-search-input {
	width: 100%;
	height: 40px;
	background-color: rgba(255, 255, 255, .2);
	border: none;
	padding: 0 54px 0 14px;
	display: block;
	color: #FFF;
	outline: none;
	font-size: 14px;
	font-family: inherit;
}

.m-search-input::placeholder {
	color: #FFF;
	opacity: .5;
}

.m-search-input:-ms-input-placeholder {
	color: #FFF;
}

.m-search-input::-ms-input-placeholder {
	color: #FFF;
}

.m-search-input:focus {
	background-color: rgba(255, 255, 255, .3);
}

.m-search-submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	padding: 8px;
	background: none;
	color: #FFF;
	border: none;
	cursor: pointer;
	outline: none;
}

.m-search-submit:hover {
	background-color: rgba(255, 255, 255, .1);
}

.m-search-close {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	top: 0;
	background: none;
	border: none;
	padding: 8px;
	outline: none;
	cursor: pointer;
	color: #FFF;
}


/*end of part 2----------------------------------------------------*/


/*-------------------------------------------------------------------
[3. Sidebar]
*------------------------------------------------------------------*/

.m-sidebar {
	position: fixed;
	width: 300px;
	top: 0;
	bottom: 0;
	left: 0;
	background-color: #fafafa;
	height: 100%;
	z-index: 1111111;
	left: -310px;
	color: #455a64;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	/* easeOutCubic */
}

.m-opened-sidebar .m-sidebar {
	left: 0;
}

.m-sidebar-wrapper {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	padding-bottom: 60px;
}

.m-sidebar-wrapper::-webkit-scrollbar {
	width: 2px;
}

.m-sidebar-wrapper::-webkit-scrollbar-thumb {
	background: #9b2826;
}

.m-sidebar-wrapper::-webkit-scrollbar-track {
	background: #9b2826;
}

.m-sidebar-logo {
	width: 100%;
	height: 60px;
	border-bottom: solid 1px #cfd8dc;
}

.m-sidebar-logo a {
	display: inline-block;
	float: left;
	margin: 12px 11px;
}

.m-sidebar-logo a img {
	display: block;
}

.m-sidebar-toggle-button {
	width: 24px;
	height: 24px;
	float: right;
	margin: 14px;
	cursor: pointer;
}

.m-sidebar-pin-button {
	width: 24px;
	height: 24px;
	float: right;
	margin: 18px;
	cursor: pointer;
}

.m-sidebar-pin-button i {
	position: absolute;
	transform: scale(1);
	-webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	/* easeOutCubic */
}

.m-sidebar-pin-button .m-fixed-icon {
	transform: scale(0);
}

.m-pinned-sidebar .m-sidebar-pin-button .m-fixed-icon {
	transform: scale(1);
}

.m-pinned-sidebar .m-sidebar-pin-button .m-not-fixed-icon {
	transform: scale(0);
}

.m-sidebar-navi ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.m-sidebar-navi>ul ul {
	display: none;
}

.m-sidebar-navi .inner {
	overflow: hidden;
	display: none;
}

.m-sidebar-navi .m-seperate {
	width: 100%;
	height: 1px;
	background-color: #cfd8dc;
}

.m-sidebar-navi li {
	margin: 2px 0;
	display: block;
	width: 100%;
}

.m-sidebar-navi a {
	line-height: 50px;
	text-decoration: none;
	height: 50px;
	padding: 0 20px;
	color: #455a64;
	white-space: nowrap;
	display: table;
	width: 100%;
}

.m-sidebar-navi a:hover {
	background-color: #EEE;
}

.m-sidebar-navi a>span {
	display: table-cell;
	font-size: 16px;
}

.m-sidebar-navi a>span.m-icon {
	width: 40px;
	height: 50px;
	line-height: 0;
	vertical-align: middle;
	background-position: left;
	background-repeat: no-repeat;
}

.m-sidebar-navi a>span.m-arrow-icon {
	width: 40px;
	height: 50px;
	line-height: 0;
	vertical-align: middle;
	background-position: left;
	background-repeat: no-repeat;
}

.vastu-icon{
background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' id='body_1' width='19' height='22'%3E%3Cg transform='matrix(0.3653846 0 0 0.3728814 0 0)'%3E%3Cg transform='matrix(1.005258 0 0 1.006654 -273.203 -394.246)'%3E%3C/g%3E%3Cpath transform='matrix(1.005258 0 0 1.006654 -273.203 -394.246)' d='M297.638 397.978C 303.1158 397.978 307.8307 401.8474 308.8994 407.2199C 309.968 412.5925 307.0928 417.9717 302.032 420.068C 296.9712 422.1642 291.1344 420.3936 288.0911 415.8391C 285.0478 411.2845 285.6456 405.2144 289.519 401.341C 291.6701 399.1844 294.592 397.9741 297.638 397.978zM305.26 401.837C 301.6234 398.1998 295.9239 397.6379 291.6471 400.4951C 287.3703 403.3524 285.7074 408.8328 287.6754 413.5848C 289.6434 418.3368 294.6942 421.0368 299.7388 420.0336C 304.7834 419.0304 308.4169 414.6034 308.417 409.46C 308.421 406.6001 307.2848 403.8567 305.26 401.837z' stroke='none' fill='%23560A0A' fill-rule='nonzero' /%3E%3Cg transform='matrix(1.005258 0 0 1.006654 -273.203 -394.246)'%3E%3C/g%3E%3Cpath transform='matrix(1.005258 0 0 1.006654 -273.203 -394.246)' d='M318.955 415.116L318.744 429.461L310.983 436.994C 310.983 436.994 308.595 437.749 309.017 435.133L309.017 435.133L315.829 428.162C 315.829 428.162 317.392 423.579 312.686 424.843L312.686 424.843L301.5 432.727C 299.305 434.9096 298.1416 437.9226 298.3 441.014C 298.37 446.563 298.265 450.25 298.265 450.25L298.265 450.25L314.665 450.075L314.559 441.927L323.359 431.375L323.5 415.449C 323.5 415.449 321.657 412.008 318.953 415.116L318.953 415.116L318.955 415.116zM276.32 415.116L276.531 429.461L284.292 436.994C 284.292 436.994 286.68 437.749 286.259 435.133L286.259 435.133L279.446 428.162C 279.446 428.162 277.884 423.579 282.589 424.843L282.589 424.843L293.774 432.727C 295.969 434.9096 297.1324 437.9226 296.974 441.014C 296.904 446.563 297.01 450.25 297.01 450.25L297.01 450.25L280.61 450.075L280.716 441.927L271.916 431.375L271.776 415.449C 271.776 415.449 273.616 412.008 276.32 415.116z' stroke='none' fill='%23560A0A' fill-rule='nonzero' /%3E%3Cg transform='matrix(1.005258 0 0 1.006654 -273.203 -394.246)'%3E%3C/g%3E%3Cpath transform='matrix(1.005258 0 0 1.006654 -273.203 -394.246)' d='M299.874 393.876C 306.7915 394.8713 312.2262 400.3055 313.222 407.223L313.222 407.223L315.458 409.46L313.222 411.696C 312.741 415.0653 311.1782 418.187 308.769 420.591C 308.1866 421.172 307.5601 421.7069 306.895 422.191L306.895 422.191L306.375 420.601C 311.9196 416.249 313.42 408.4821 309.8954 402.378C 306.3708 396.274 298.894 393.6907 292.353 396.317L292.353 396.317L291.237 395.072C 292.5626 394.4807 293.9641 394.0768 295.401 393.872L295.401 393.872L297.638 391.636L299.874 393.872L299.874 393.876zM304.038 423.846L302.922 422.6C 296.3803 425.2304 288.9001 422.648 285.3744 416.542C 281.8487 410.4361 283.3516 402.6667 288.9 398.316L288.9 398.316L288.379 396.727C 287.7142 397.2112 287.088 397.7461 286.506 398.327C 284.097 400.7307 282.5342 403.8521 282.053 407.221L282.053 407.221L279.816 409.458L282.053 411.694C 283.047 418.6124 288.4818 424.048 295.4 425.043L295.4 425.043L297.637 427.28L299.873 425.043C 301.3102 424.8393 302.712 424.4364 304.038 423.846z' stroke='none' fill='%23560A0A' fill-rule='nonzero' /%3E%3Cg transform='matrix(1.005258 0 0 1.006654 -273.203 -394.246)'%3E%3C/g%3E%3Cpath transform='matrix(1.005258 0 0 1.006654 -273.203 -394.246)' d='M287.388 391.707L301.368 407.307L299.642 408.307C 300.281 409.4138 299.9018 410.829 298.795 411.468C 297.6882 412.107 296.273 411.7278 295.634 410.621L295.634 410.621L293.908 411.621L307.887 427.221L301.368 407.314L299.642 408.314C 298.994 407.2276 297.5937 406.8628 296.498 407.4951C 295.4024 408.1274 295.0175 409.5223 295.634 410.627L295.634 410.627L293.908 411.627L287.388 391.707z' stroke='none' fill='%23560A0A' fill-rule='nonzero' /%3E%3C/g%3E%3C/svg%3E");
}



.vs-icon{
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0'?%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 509.343 509.343' style='enable-background:new 0 0 512 512' xml:space='preserve' class=''%3E%3Cg transform='matrix(1,0,0,1,1.7053025658242404e-13,0)'%3E%3Cg xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cpath d='m258.617 81.591c95.83 0 173.52 77.69 173.52 173.52s-77.69 173.52-173.52 173.52-173.52-77.69-173.52-173.52 77.69-173.52 173.52-173.52zm143.43 173.52c0-79.21-64.22-143.43-143.43-143.43s-143.43 64.22-143.43 143.43 64.22 143.43 143.43 143.43 143.43-64.22 143.43-143.43z' fill='%237d2824' data-original='%23dcebfc' style='' class=''/%3E%3C/g%3E%3Ccircle cx='258.617' cy='255.111' fill='%23ecf6fe' r='98.526' data-original='%23ecf6fe' style='' class=''/%3E%3Cpath d='m218.343 314.55-31.068 18.309c-4.163 2.453-8.86-2.244-6.407-6.407l18.309-31.068 25.769-42.944 38.765 33.62z' fill='%23a9aeb3' data-original='%23badafb' style='' class=''/%3E%3Cpath d='m214.664 301.435 22.856-38.09-12.573-10.904-25.769 42.944-18.309 31.068c-2.453 4.163 2.244 8.86 6.407 6.407l13.588-8.008z' fill='%23a9aeb3' data-original='%2397c9f9' style='' class=''/%3E%3Cpath d='m298.891 314.55 31.068 18.309c4.163 2.453 8.86-2.244 6.407-6.407l-18.309-31.068-29.441-51.999-35.033 49.036z' fill='%23a9aeb3' data-original='%23badafb' style='' class=''/%3E%3Cpath d='m258.617 255.111-16.119-4.763-4.461 25.343 18.71 162.84c.26 2.22 3.48 2.22 3.74 0l18.71-162.84 5.417-23.691z' fill='%23ffffff' data-original='%23ee878a' style='' class=''/%3E%3Cpath d='m251.628 260.266.772-6.993-9.902-2.926-4.461 25.343 18.71 162.84c.26 2.22 3.48 2.22 3.74 0l5.554-48.342z' fill='%23c0c0c0' data-original='%23ec6e73' style='' class=''/%3E%3Cpath d='m318.057 214.837 18.309-31.068c2.453-4.163-2.244-8.86-6.407-6.407l-31.068 18.309-49.256 25.769 40.279 44.217z' fill='%23a9aeb3' data-original='%23badafb' style='' class=''/%3E%3Cg%3E%3Cpath d='m218.343 195.671-31.068-18.309c-4.163-2.453-8.86 2.244-6.407 6.407l18.309 31.068 25.769 50.82 47.707-42.163z' fill='%23a9aeb3' data-original='%23badafb' style='' class=''/%3E%3C/g%3E%3Cpath d='m209.927 210.752-18.095-30.704-4.556-2.685c-4.163-2.453-8.86 2.244-6.407 6.407l18.309 31.068 25.769 50.82 8.853-7.824z' fill='%23a9aeb3' data-original='%2397c9f9' style='' class=''/%3E%3Cpath d='m260.487 71.691c-.26-2.22-3.48-2.22-3.74 0l-18.71 162.84v25.511l20.58-4.931 20.58 2.841v-23.421z' fill='%23ffffff' data-original='%23ee878a' style='' class=''/%3E%3Cg%3E%3Cpath d='m266.439 123.492-5.952-51.801c-.26-2.22-3.48-2.22-3.74 0l-18.71 162.84v25.511l15.546-3.725z' fill='%23c0c0c0' data-original='%23ec6e73' style='' class=''/%3E%3C/g%3E%3Cg%3E%3Cg id='XMLID_107_'%3E%3Cg%3E%3Cpath d='m258.617 255.111-20.58 20.58-162.84-18.71c-2.22-.26-2.22-3.48 0-3.74l162.84-18.71z' fill='%23c0c0c0' data-original='%23f09ea2' style='' class=''/%3E%3Cpath d='m125.576 247.452-50.379 5.789c-2.22.26-2.22 3.48 0 3.74l162.84 18.71 13.739-13.738z' fill='%23ffffff' data-original='%23ee878a' style='' class=''/%3E%3Cpath d='m442.037 253.241c2.22.26 2.22 3.48 0 3.74l-162.84 18.71-20.58-20.58 20.58-20.58z' fill='%23c0c0c0' data-original='%23f09ea2' style='' class=''/%3E%3C/g%3E%3C/g%3E%3Cg fill='%23e1dee2'%3E%3Cpath d='m272.256 0c-.025 0-.05 0-.074 0-4.143.04-7.468 3.43-7.428 7.572l.161 16.606-14.409-20.864c-1.865-2.701-5.271-3.874-8.403-2.898-3.134.977-5.268 3.878-5.268 7.16v40.304c0 4.142 3.358 7.5 7.5 7.5s7.5-3.358 7.5-7.5v-16.246l13.583 19.669c2.074 2.997 5.708 4.311 9.051 3.267 3.387-1.058 5.662-4.293 5.662-8.123l-.377-39.02c-.04-4.117-3.39-7.427-7.498-7.427z' fill='%23a7a1a9' data-original='%23e1dee2' style='' class=''/%3E%3Cpath d='m498.519 269.697h-9.359v-7.086h6.479c4.143 0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-6.479v-7.086h9.359c4.143 0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-14.782c-5.281 0-9.577 4.296-9.577 9.578v40.018c0 5.281 4.296 9.578 9.577 9.578h14.782c4.143 0 7.5-3.358 7.5-7.5s-3.358-7.502-7.5-7.502z' fill='%23a7a1a9' data-original='%23e1dee2' style='' class=''/%3E%3Cpath d='m265.18 474.935c-4.452-1.642-8.63-3.419-10.399-4.188-.016-.056-.02-.13-.005-.233.075-.522.618-.972 1.491-1.235 4.372-1.315 8.662 1.971 8.86 2.126 3.172 2.61 7.858 2.186 10.508-.965 2.665-3.171 2.256-7.902-.915-10.567-3.844-3.231-12.97-7.911-22.779-4.957-6.499 1.958-11.102 7.118-12.013 13.467-.863 6.016 1.748 11.805 6.814 15.107.331.216.679.405 1.04.566.236.105 5.869 2.613 12.207 4.951 2.703.997 3.823 2.239 3.729 2.765-.155.868-1.722 2.57-4.64 2.57-4.939 0-7.765-2.695-8.514-3.521-2.782-3.069-7.524-3.303-10.594-.521s-3.303 7.524-.521 10.594c4.866 5.37 12.02 8.449 19.629 8.449 9.7 0 17.861-6.28 19.406-14.933 1.801-10.088-6.042-16.796-13.304-19.475z' fill='%23a7a1a9' data-original='%23e1dee2' style='' class=''/%3E%3Cpath d='m56.037 227.973c-4.061-.806-8.011 1.829-8.82 5.892l-2.786 13.998-4.564-14.816c-1.219-3.958-5.419-6.179-9.375-4.959-2.62.807-4.47 2.921-5.074 5.404l-4.451 14.378-2.783-14.071c-.803-4.063-4.747-6.705-8.813-5.902-4.063.804-6.706 4.75-5.902 8.813l7.868 39.773c.071.357.167.709.29 1.053 1.19 3.354 4.371 5.598 7.926 5.598h.056c3.578-.024 6.756-2.316 7.908-5.703.022-.065.043-.131.064-.197l5.114-16.523 5.091 16.525c.031.102.065.204.101.304 1.192 3.353 4.372 5.594 7.925 5.594h.058c3.577-.025 6.754-2.317 7.906-5.703.106-.311.191-.629.255-.951l7.899-39.688c.807-4.062-1.831-8.011-5.893-8.819z' fill='%23a7a1a9' data-original='%23e1dee2' style='' class=''/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.fp-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' width='29px' height='22px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 2744 1201'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 %7Bfill:%23802723%7D .fil1 %7Bfill:%23802723;fill-rule:nonzero%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'%3E%3C/metadata%3E%3Cpath class='fil0' d='M0 0l2244 0 500 600 -500 601 -2244 0 0 -1201zm80 80l0 1041 2127 0 433 -521 -433 -520 -2127 0z'%3E%3C/path%3E%3Cpolygon class='fil1' points='617,644 378,644 378,897 279,897 279,304 658,304 658,383 378,383 378,565 617,565 '%3E%3C/polygon%3E%3Cpath id='1' class='fil1' d='M839 651l0 246 -99 0 0 -593 204 0c66,0 117,15 154,45 36,30 54,72 54,128 0,30 -8,57 -24,79 -16,22 -39,40 -70,53 34,11 58,28 73,52 15,24 22,53 22,88l0 50c0,17 2,34 6,51 5,16 12,29 22,38l0 9 -102 0c-11,-9 -18,-23 -21,-42 -2,-19 -4,-38 -4,-57l0 -48c0,-30 -9,-54 -26,-72 -18,-18 -42,-27 -72,-27l-117 0zm0 -80l100 0c40,0 69,-7 87,-22 18,-15 27,-39 27,-70 0,-30 -9,-53 -27,-70 -18,-17 -45,-26 -82,-26l-105 0 0 188z'%3E%3C/path%3E%3Cpolygon id='2' class='fil1' points='1602,630 1370,630 1370,818 1644,818 1644,897 1271,897 1271,304 1641,304 1641,383 1370,383 1370,551 1602,551 '%3E%3C/polygon%3E%3Cpolygon id='3' class='fil1' points='2064,630 1832,630 1832,818 2105,818 2105,897 1733,897 1733,304 2102,304 2102,383 1832,383 1832,551 2064,551 '%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");
}

.vfh-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20px' height='22px' viewBox='0 0 25.549 24'%3E%3Cpath id='Path_1' data-name='Path 1' d='M450.763,389.1l-8.749,7.549a.783.783,0,0,0-.271.587v10.916a.776.776,0,0,0,.775.775h17.5a.773.773,0,0,0,.775-.775V397.241a.779.779,0,0,0-.267-.587l-8.749-7.549a.777.777,0,0,0-1.012,0Zm-2.516,14.957a.567.567,0,0,1-.567-.567v-1.933a.567.567,0,0,1,.567-.567h1.9a.567.567,0,0,1,.567.567v1.933a.567.567,0,0,1-.567.567Zm4.145,0a.566.566,0,0,1-.562-.567v-1.933a.566.566,0,0,1,.563-.567h1.9a.566.566,0,0,1,.563.567v1.933a.566.566,0,0,1-.562.567Zm-4.145-4.183a.566.566,0,0,1-.567-.562v-1.933a.571.571,0,0,1,.567-.571h1.9a.571.571,0,0,1,.567.571v1.933a.566.566,0,0,1-.567.563Zm4.145,0a.565.565,0,0,1-.562-.562v-1.933a.57.57,0,0,1,.563-.571h1.9a.57.57,0,0,1,.563.571v1.933a.565.565,0,0,1-.562.563Zm-11.978-2.921A1.161,1.161,0,1,1,438.9,395.2l11.616-9.987a1.157,1.157,0,0,1,1.512,0l11.612,9.987a1.16,1.16,0,1,1-1.512,1.758l-10.853-9.333-10.857,9.333Zm10.853-5.662,7.537,6.5v9.141h-15.07V397.8Z' transform='translate(-438.493 -384.932)' fill='%236a1010' fill-rule='evenodd' style=' fill: rgb(128, 39, 35);%0A'%3E%3C/path%3E%3C/svg%3E");
}

.vfo-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' width='17px' height='24px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 1715 2375'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 %7Bfill:%23802723%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'%3E%3C/metadata%3E%3Cpath class='fil0' d='M918 1899l0 -1432 175 -43 5 1396 -180 79zm-833 -169c0,112 -27,69 139,194l576 433c38,30 37,21 109,-15l115 -55c19,-10 39,-17 58,-27 20,-10 36,-18 58,-27l574 -270 0 -69c-31,3 -511,220 -591,253l-274 119c-9,0 -438,-310 -465,-331l-256 -184c-7,-9 -4,2 -6,-16 -1,-4 0,-16 0,-21 -20,5 -13,10 -37,16zm1103 58l0 -1395c57,-14 114,-30 170,-43 0,462 6,907 6,1369l-176 69zm266 -106l0 -1353c38,-9 143,-42 175,-43l0 1322c0,18 -17,17 -35,23 -40,15 -106,43 -140,51zm-1152 -340l138 59c0,98 6,180 6,281 -28,-14 -124,-75 -144,-80l0 -260zm377 499l-138 -85 0 -292c25,6 48,23 73,34 30,13 46,19 70,35 0,24 -5,38 -5,69l0 239zm-138 -721c18,4 54,21 71,30 26,13 48,21 72,33l0 228c-37,-3 -102,-54 -143,-63l0 -228zm-239 -128l68 28c19,10 51,26 70,31l0 233 -137 -66 -1 -226zm239 -239c17,4 19,7 34,14l109 50 0 228c-37,-3 -102,-54 -143,-63l0 -229zm-239 -111l138 58 0 234 -137 -66 -1 -226zm239 -255c17,4 19,7 34,14l109 50 0 228c-37,-3 -102,-54 -143,-63l0 -229zm-239 -95c44,23 94,40 138,63l0 234 -138 -69 0 -228zm-37 -143c63,0 588,-70 669,-80 78,-9 91,3 155,20l296 75c37,10 116,37 154,38l0 10c-27,1 -62,12 -89,17l-622 137c-21,0 -373,-141 -424,-160l-139 -57zm-122 -38l0 303c-45,10 -88,37 -132,48l0 84c20,5 107,53 132,59l0 101 -132 69 0 106 132 58 0 53 -131 66 -1 104c22,12 40,23 65,35 24,12 45,22 67,34l0 106c-24,6 -49,17 -69,26 -21,8 -54,22 -74,27l0 96 143 79c0,205 -38,144 149,276l557 393c19,-5 33,-14 52,-22 19,-8 36,-18 55,-25 135,-55 335,-150 477,-213 75,-34 201,-86 270,-122l0 -1480c5,-31 2,-6 7,-20 7,-21 4,-129 4,-156l-722 -196c-43,0 -570,74 -633,83 -39,6 -67,9 -107,15 -36,5 -74,13 -109,13z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.srv-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='21px' height='24px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 1593 1794' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 %7Bfill:%23802723%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'%3E%3C/metadata%3E%3Cg id='_2608558849600'%3E%3Cpath class='fil0' d='M1381 1057l-2 3c-7,14 -71,83 -88,103l-45 49c-38,45 -25,20 -35,55l-2 5c3,19 -10,45 -18,59 -12,22 -20,30 -34,45 -26,26 -54,42 -100,53l-69 3 -61 0 -70 0c-20,0 -53,5 -61,-11 -10,-5 -16,-10 -16,-29 0,-47 53,-39 82,-39l60 0 71 0 58 -2c7,-7 21,-10 30,-16 9,-6 15,-12 22,-20 16,-17 23,-31 27,-59 3,-56 -32,-103 -76,-111 -32,-8 -122,-4 -162,-4 -55,0 -110,0 -165,0 -38,0 -38,-1 -69,-12 -16,-5 -44,-12 -57,-18l-71 -9 -55 -2c-1,1 -2,1 -3,2l-5 2c-1,0 -2,0 -3,0l-65 14c-7,4 -24,9 -33,13 -12,4 -23,9 -34,16 -21,11 -39,23 -57,37 -6,6 -7,7 -16,11 -6,11 -15,19 -24,27 -8,9 -16,19 -26,23 -5,8 -8,12 -18,17 -4,10 -38,43 -47,48 -6,9 -9,12 -18,18 -4,8 -14,16 -23,25l-25 21c-6,10 -9,13 -18,18 -4,10 -27,30 -36,38l-12 9c-5,10 -4,6 -8,11 -5,8 -3,0 -4,11 8,5 29,27 38,36 11,10 29,26 34,37 12,6 20,15 29,25 5,5 8,7 13,12 9,9 8,5 13,16 6,2 -1,-4 7,4 8,7 3,1 4,7 13,6 21,16 32,26 9,9 18,17 24,29l9 9c12,6 20,16 30,26 6,6 9,8 16,14 8,8 7,5 12,15 5,2 1,-1 6,3 4,4 1,1 2,5 14,7 22,17 33,28 9,9 20,20 26,31 6,1 4,0 6,5l8 5c9,-6 32,-33 42,-43 26,-24 50,-54 69,-55 14,-1 30,0 43,0l416 0c134,0 180,3 264,-69 16,-12 97,-112 118,-134l40 -43c3,-8 15,-19 21,-27 6,-7 18,-20 24,-25 5,-8 4,-6 12,-11 4,-13 16,-21 26,-33l54 -63c12,-13 16,-19 26,-30 11,-10 17,-19 28,-31 35,-39 50,-50 67,-100 3,-35 0,-38 -8,-68l-4 -12 -11 -11c-9,-12 -14,-18 -32,-27 -85,-43 -144,39 -156,45z'%3E%3C/path%3E%3Cpath class='fil0' d='M1263 154c102,102 153,236 153,370 0,134 -51,268 -153,371 -102,102 -237,153 -371,153 -134,0 -268,-51 -370,-153 -103,-103 -154,-237 -154,-371 0,-134 51,-268 154,-370 102,-103 236,-154 370,-154 134,0 269,51 371,154zm86 370c0,-117 -44,-234 -134,-323 -89,-89 -206,-134 -323,-134 -117,0 -234,45 -323,134 -89,89 -134,206 -134,323 0,117 45,234 134,323 89,89 206,134 323,134 117,0 234,-45 323,-134 90,-89 134,-206 134,-323z'%3E%3C/path%3E%3Cpath class='fil0' d='M1092 324c56,55 83,128 83,200 0,72 -27,145 -83,200 -55,55 -127,83 -200,83 -72,0 -145,-28 -200,-83 -55,-55 -83,-128 -83,-200 0,-72 28,-145 83,-200 55,-55 128,-83 200,-83 73,0 145,28 200,83zm50 200c0,-64 -25,-128 -73,-176 -49,-49 -113,-73 -177,-73 -64,0 -127,24 -176,73 -49,48 -73,112 -73,176 0,64 24,128 73,176 49,49 112,74 176,74 64,0 128,-25 177,-74 48,-48 73,-112 73,-176z'%3E%3C/path%3E%3Cg%3E%3Cpath class='fil0' d='M1185 232l-224 339 -16 -17c13,-23 9,-53 -10,-73 -20,-19 -50,-22 -73,-9l-17 -17 340 -223z'%3E%3C/path%3E%3Cpath class='fil0' d='M600 816l339 -223 -17 -17c-23,13 -53,10 -72,-9 -20,-20 -23,-50 -10,-73l-17 -17 -223 339z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.vt-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' width='23px' height='24px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 1565 1621'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 %7Bfill:%23802723%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'%3E%3C/metadata%3E%3Cg id='_2608558855424'%3E%3Cg%3E%3Cpath class='fil0' d='M595 1098c-29,-25 -57,-39 -80,-66 -76,-86 -119,-204 -91,-327 33,-147 143,-256 296,-285 333,-63 579,348 327,617 -151,161 -351,92 -470,113 -81,13 -116,116 -58,178 47,51 179,33 259,33 49,0 97,0 146,0 20,0 52,-5 62,9 16,21 -2,34 -25,35 -95,4 -198,-5 -292,0 -82,4 -137,93 -86,168 9,12 25,27 39,34 39,18 164,14 205,10l-1 -83c-26,0 -159,4 -171,-7 -31,-30 26,-38 46,-38l264 0c124,-1 140,-149 64,-194 -44,-27 -99,-19 -155,-19 -59,0 -118,0 -178,0 -78,0 -139,14 -115,-40 117,-20 226,26 386,-42 302,-130 388,-583 49,-800 -314,-201 -749,79 -678,468 24,126 78,191 158,270 39,-16 42,-30 99,-34z'%3E%3C/path%3E%3Cpath class='fil0' d='M86 428c21,18 85,50 112,66 37,22 78,42 111,65 14,-10 40,-60 43,-72 -16,-14 -211,-126 -230,-131 -8,28 -27,46 -36,72z'%3E%3C/path%3E%3Cpath class='fil0' d='M1007 313c14,9 55,34 71,40l16 -27c29,-54 98,-152 114,-199 -13,-12 -60,-37 -73,-42 -18,50 -103,169 -128,228z'%3E%3C/path%3E%3Cpath class='fil0' d='M1214 487c5,18 28,61 43,72l223 -130c-6,-16 -34,-65 -42,-72 -37,18 -73,42 -112,63l-112 67z'%3E%3C/path%3E%3Cpolygon class='fil0' points='740,264 825,264 825,0 741,0 '%3E%3C/polygon%3E%3Cpolygon class='fil0' points='1301,825 1565,825 1565,740 1302,741 '%3E%3C/polygon%3E%3Cpolygon class='fil0' points='2,825 264,824 264,740 0,740 '%3E%3C/polygon%3E%3Cpath class='fil0' d='M1438 1208c11,-9 37,-54 41,-71l-224 -131c-9,10 -37,58 -42,72l225 130z'%3E%3C/path%3E%3Cpath class='fil0' d='M353 1077l-42 -71 -112 65c-30,18 -86,53 -114,63 7,20 30,64 43,74l225 -131z'%3E%3C/path%3E%3Cpath class='fil0' d='M358 127l129 225c29,-10 44,-30 72,-35l-131 -231c-13,5 -61,31 -70,41z'%3E%3C/path%3E%3C/g%3E%3Cg%3E%3Cpath class='fil0' d='M941 619c43,44 65,101 65,158 0,57 -22,115 -65,158 -44,44 -101,66 -158,66 -57,0 -115,-22 -158,-66 -44,-43 -66,-101 -66,-158 0,-57 22,-114 66,-158 43,-43 101,-65 158,-65 57,0 114,22 158,65zm37 158c0,-50 -19,-99 -57,-138 -38,-38 -88,-57 -138,-57 -50,0 -100,19 -138,57 -38,39 -57,88 -57,138 0,50 19,100 57,138 38,38 88,57 138,57 50,0 100,-19 138,-57 38,-38 57,-88 57,-138z'%3E%3C/path%3E%3Cpath class='fil0' d='M868 692c24,23 35,54 35,85 0,31 -11,62 -35,86 -23,23 -54,35 -85,35 -31,0 -62,-12 -86,-35 -23,-24 -35,-55 -35,-86 0,-31 12,-62 35,-85 24,-24 55,-35 86,-35 31,0 62,11 85,35zm21 85c0,-27 -10,-54 -31,-75 -21,-21 -48,-31 -75,-31 -27,0 -55,10 -76,31 -20,21 -31,48 -31,75 0,27 11,55 31,76 21,20 49,31 76,31 27,0 54,-11 75,-31 21,-21 31,-49 31,-76z'%3E%3C/path%3E%3Cg%3E%3Cpath class='fil0' d='M907 653l-95 144 -7 -7c6,-10 4,-23 -4,-31 -8,-8 -21,-10 -31,-4l-7 -7 144 -95z'%3E%3C/path%3E%3Cpath class='fil0' d='M658 902l145 -95 -8 -7c-9,5 -22,4 -30,-5 -9,-8 -10,-21 -5,-30l-7 -8 -95 145z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.gr-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cdefs%3E%3CradialGradient id='a' cx='10.46' cy='10.46' r='14.792' gradientTransform='matrix(0.987, 0.16, -0.16, 0.987, 1.81, -1.54)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23a41515'%3E%3C/stop%3E%3Cstop offset='0.369' stop-color='%238c1414'%3E%3C/stop%3E%3Cstop offset='1' stop-color='%235d1212'%3E%3C/stop%3E%3C/radialGradient%3E%3CclipPath id='b'%3E%3Ccircle cx='10.46' cy='10.46' r='10.46' transform='translate(0 3.351) rotate(-9.217)' fill='none'%3E%3C/circle%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-364.058 187.769)'%3E%3Cg transform='translate(364.058 -187.769)'%3E%3Cellipse cx='10.46' cy='10.46' rx='10.46' ry='10.46' transform='translate(0 3.351) rotate(-9.217)' fill='url(%23a)'%3E%3C/ellipse%3E%3Cpath d='M378.4-176.741l7.316.865c.495.059.495.155,0,.214l-7.316.865,4.56,5.784c.31.392.241.459-.149.151l-5.785-4.56-.866,7.314c-.059.5-.154.5-.212,0l-.865-7.314-5.785,4.56c-.392.308-.461.241-.151-.151l4.56-5.784-7.316-.865c-.495-.059-.495-.155,0-.214l7.316-.865-4.56-5.784c-.31-.391-.241-.459.151-.151l5.785,4.562.865-7.316c.058-.5.154-.5.212,0l.866,7.316,5.785-4.56c.391-.31.459-.241.149.151Z' transform='translate(-364.058 187.769)' fill='%235d1212' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.083-178.058l3.223-5.612c.269-.469.364-.429.212.091l-1.824,6.209,6.247-1.691c.521-.141.56-.045.086.214l-5.68,3.1,5.612,3.221c.469.27.429.365-.091.212l-6.209-1.823,1.691,6.246c.141.523.045.562-.214.086l-3.1-5.68-3.221,5.613c-.269.469-.365.428-.212-.091l1.823-6.209-6.247,1.689c-.522.143-.56.046-.086-.214l5.681-3.1-5.613-3.223c-.469-.269-.428-.366.091-.212l6.209,1.824-1.689-6.247c-.143-.522-.045-.56.214-.086Z' transform='translate(-364.058 187.769)' fill='%23b40d19' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.931-180.016l-.013,0Z' transform='translate(-360.883 190.034)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.6-180.467l0,.015Z' transform='translate(-360.685 189.905)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.463-180.323h0Z' transform='translate(-361.309 189.945)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.664-180.539l.013,0C373.687-180.544,373.68-180.542,373.664-180.539Z' transform='translate(-361.249 189.881)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.354-181.01v0h.007Z' transform='translate(-361.633 189.745)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.428-180.777Z' transform='translate(-360.736 189.813)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.948-180.884l0-.017C372.948-180.889,372.946-180.881,372.948-180.884Z' transform='translate(-361.46 189.778)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.163-180.484l-.006-.011S375.154-180.489,375.163-180.484Z' transform='translate(-360.814 189.896)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3Cg transform='translate(364.058 -187.769)'%3E%3Cg clip-path='url(%23b)'%3E%3Cg transform='translate(5.666 5.218)'%3E%3Cpath d='M373.971-178.466a.752.752,0,0,1,.764.858l-.989,8.355c-.056.472-.147.472-.2,0l-.988-8.355a.752.752,0,0,1,.764-.858Z' transform='translate(-367.243 185.27)' fill='%23f27300' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.213-178.391a.752.752,0,0,1,.366,1.089l-3.336,5.812c-.236.412-.32.377-.187-.08l1.889-6.43a.751.751,0,0,1,1.039-.49Z' transform='translate(-367.698 185.244)' fill='%23ffb200' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.649-178.488a.753.753,0,0,1,1.03.512l1.75,6.469c.124.46.04.494-.189.076l-3.211-5.882a.752.752,0,0,1,.389-1.082Z' transform='translate(-367.132 185.246)' fill='%23ffb200' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M369.637-167.68c-.16-.581-.385-1.383-.457-1.614a.564.564,0,0,1,0-.4.449.449,0,0,0,.026-.131.172.172,0,0,0,0-.045.319.319,0,0,0-.023-.07,3.7,3.7,0,0,1-.14-.868.229.229,0,0,0-.018-.072l-.107-.253a.24.24,0,0,0-.026-.048.332.332,0,0,1-.067-.142.2.2,0,0,0-.017-.062c-.03-.074-.061-.151-.09-.227a2.006,2.006,0,0,1-.079-.3l-.039-.152v-.039a.2.2,0,0,0,0-.039c-.036-.224-.067-.467-.094-.682l-.032-.252a2.37,2.37,0,0,1,.115-.991,3.7,3.7,0,0,1,.256-.61l.012-.023a.875.875,0,0,1,.18-.269.454.454,0,0,0,.036-.034.867.867,0,0,1,.084-.094c.057-.045.2-.174.332-.288l.021-.019a.231.231,0,0,0,.075-.028,2.233,2.233,0,0,1,.248-.136,1.5,1.5,0,0,1,.231-.083,1.835,1.835,0,0,0,.256-.089.281.281,0,0,0,.039-.025,1.509,1.509,0,0,1,.153-.094.211.211,0,0,0,.039-.027c.03-.025.088-.078.147-.136a1.745,1.745,0,0,1,.368-.238.677.677,0,0,0,.119-.074l.047-.031c.056-.035.246-.19.266-.207a.7.7,0,0,1,.217-.134c.013,0,.039-.005.07-.012a1.653,1.653,0,0,1,.226-.036l.061.008c.012,0,.074.065.087.065.059,0,.068-.084.112-.124a.241.241,0,0,1,.025-.018.261.261,0,0,0,.068-.062l.022-.031a.282.282,0,0,1,.048-.056l.031-.014a.285.285,0,0,1,.076-.027c.088-.01.138.061.171-.021l.1-.31.009-.028.092-.349.021-.04a.239.239,0,0,0,.026-.107v-.1l.014-.277c0-.056.039-.177.006-.22s-.109.008-.147-.01a.293.293,0,0,1-.048-.028.228.228,0,0,1-.085-.185.643.643,0,0,0-.01-.112.208.208,0,0,0-.023-.067,1.208,1.208,0,0,1-.047-.12c-.013-.037-.027-.075-.043-.116-.03-.078-.061-.183-.084-.26,0,0-.023-.076-.028-.09l0-.022v-.026l-.016-.2c0-.034,0-.092,0-.109s0-.076-.005-.121a.571.571,0,0,1,0-.185.372.372,0,0,0,.021-.061.64.64,0,0,1,.054-.145l.021-.039a.21.21,0,0,1,.089-.107c.079-.045.194,0,.187-.087-.009-.146-.089-.485-.092-.569l0-.066a2.36,2.36,0,0,1,.145-.894,3.5,3.5,0,0,1,.333-.77c.048-.041.093-.075.128-.1l.031-.023.053-.043a1.341,1.341,0,0,0,.1-.124.425.425,0,0,1,.147-.121,3.125,3.125,0,0,1,.328-.129c.158-.056.207-.078.233-.089l.025-.013a.208.208,0,0,1,.078-.032c.014,0,.031,0,.057,0,.047,0,.1,0,.1,0h.045a.228.228,0,0,0,.043,0,1.392,1.392,0,0,0,.354-.143.282.282,0,0,1,.156-.048h.021a.489.489,0,0,1,.053,0,.624.624,0,0,0,.071.005h0a.278.278,0,0,0,.065-.009.374.374,0,0,1,.1-.01.793.793,0,0,1,.137.012c.043.008.093.022.146.037s.12.032.145.037a1.321,1.321,0,0,1,.181.04l.08.021a2.643,2.643,0,0,1,.392.164c.045.023.279.172.349.216h0a.708.708,0,0,0,.249.171,1.551,1.551,0,0,1,.352.183.955.955,0,0,1,.094.115h0a.161.161,0,0,0,.022.03,1.157,1.157,0,0,1,.152.266.23.23,0,0,0,.04.132c.021.067.043.138.053.164s.032.092.085.269l.022.4c-.005.079-.022.314-.04.43a.557.557,0,0,0-.008.08.222.222,0,0,0,.013.083.7.7,0,0,1-.027.2,1.346,1.346,0,0,1-.072.251l-.027.058c-.019.04-.032.068-.036.078a.154.154,0,0,1-.022.047,2.049,2.049,0,0,0-.092.257c-.025.116.014.072-.041.142l-.049.035-.008.09-.048.2-.028.218-.005.22.061.151c-.061.013-.012.093-.014.154a1.239,1.239,0,0,1-.013.136c-.01.05-.093.367-.114.42l-.046.1c-.071.159-.252.56-.269.6s-.174.392-.2.439l-.012.023a1.468,1.468,0,0,1-.33.438l-.035.028-.019.019a1.549,1.549,0,0,1-.147.125.241.241,0,0,0-.074.286l.019.1a.248.248,0,0,0,.079.134l.121.1.163.2a.169.169,0,0,0,.023.03.435.435,0,0,0,.255.123,1.261,1.261,0,0,1,.317.088.238.238,0,0,0,.1.019h.005a.377.377,0,0,0,.078-.005h.028a1.739,1.739,0,0,1,.284.048c.039.009.061.014.074.016.049.006.185.043.261.062l.18.112.074.037.229.154.124.158a.25.25,0,0,0,.1.074l.234.094.163.1c.017.021.1.125.127.167s.14.151.224.234l.161.252.3.452c.058.081.127.171.151.2a1.42,1.42,0,0,1,.115.163,3.526,3.526,0,0,0,.26.364.3.3,0,0,1,.083.129.261.261,0,0,0,.061.1l.185.19.457.414.133.134a.2.2,0,0,0,.037.03l.231.152.509.622a.719.719,0,0,1,.109.225.219.219,0,0,0,.023.08l.049.1.389.717a10.579,10.579,0,0,1-7.842,3.463h0A10.563,10.563,0,0,1,369.637-167.68Z' transform='translate(-368.44 183.732)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M368.81-173.656a1.8,1.8,0,0,0-.156-.251l-.025-.1h0l-.035-.137v-.079l.006-.1c0-.026-.041-.535-.052-.57s-.012-.123,0-.125a1.128,1.128,0,0,0-.01-.15c0-.04-.009-.246,0-.211s.067-.028.03-.088a.164.164,0,0,1-.032-.1l.032.053s.028.018.074-.018.023-.158,0-.181-.106-.094-.106-.094.035-.022.058-.035a.043.043,0,0,1,.041,0,.2.2,0,0,0-.041-.158c-.057-.065.045-.014.075-.047s-.027-.065,0-.093.008-.164.008-.164l.035-.131h0a.769.769,0,0,1,.044-.173l-.1.173a3.123,3.123,0,0,0-.216,1.054c-.005.2.093,1.056.093,1.056s.147.525.152.548.129.32.129.32h0C368.824-173.555,368.851-173.564,368.81-173.656Z' transform='translate(-368.443 185.814)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M368.86-176.911l0,0,0,0Z' transform='translate(-368.322 185.724)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.44-174.084a.028.028,0,0,0,.022,0l-.01-.005c-.035-.012-.07-.013-.08.005h.015C374.44-174.084,374.406-174.1,374.44-174.084Z' transform='translate(-366.71 186.546)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.95-176.247l.009.01Z' transform='translate(-366.541 185.918)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.958-176.238l0,.013Z' transform='translate(-366.539 185.921)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.8-170.393c.03-.036.059-.075.059-.075l-.062.074Z' transform='translate(-367.462 187.607)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M378.96-170.868l-.485-.151-.2-.031-.009,0h-.295l-.37-.1-.1-.028.045,0H377.5l-.4-.01s-.218-.062-.243-.074-.15.037-.205,0-.313-.119-.344-.138-.62-.311-.62-.311h.021l-.012-.009c-.021-.013-.288-.121-.425-.182s-.461-.134-.563-.176a4.518,4.518,0,0,0-.532-.134c-.054-.008-.508-.2-.508-.2l-.279-.41-.045-.057-.05.005.3.457s-1.1.538-1.29.593-.749.264-.749.264-.182.083-.218.1-.42.265-.447.283l-.083.056.066.067.146-.124c.074-.062,1.056-.488,1.164-.526.18-.063.372-.14.55-.208a6.051,6.051,0,0,0,.693-.358c.026-.013.129-.043.155-.057,0,0,1.027.345,1.53.5.149.045.562.212.562.212l1.02.451.97.118.34.056.344.05.472.124.269.12c.031-.016.062-.031.092-.048C379.082-170.8,378.973-170.864,378.96-170.868Z' transform='translate(-367.751 186.9)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M369.241-177.26h0Z' transform='translate(-368.21 185.622)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.961-176.194l0-.016v-.01l-.008.019Z' transform='translate(-366.54 185.926)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.025-169.323l-.089-.032a1.644,1.644,0,0,1-.167-.079l-.052.057c.1.019.206.037.308.054Zm-1.035-.22.222-.236,0,0a3.372,3.372,0,0,1-.328-.428l0,.006-.284.284-.177.205c.185.059.371.115.56.165Zm-.594-.177a10.491,10.491,0,0,1-1.891-.835c-.155-.56-.384-1.377-.457-1.611a.6.6,0,0,1,.009-.426v.044a3.672,3.672,0,0,0,.1.721c.079.243.23.684.23.684a1.421,1.421,0,0,0,.385.267.953.953,0,0,0,.574.12c.137-.056-.1-.32-.171-.479s-.377-.252-.446-.31a2.493,2.493,0,0,1-.445-.7c-.07-.227-.128-.492-.128-.492l-.1-.049v.008l-.009-.023a6.012,6.012,0,0,1-.159-1.1c.027.027.274.211.3.238s.11.146.193.247a.926.926,0,0,0,.128.137l.693,1.314.5.914s.283.694.292.757.071.019.143.005h0s-.028.158.028.209a.192.192,0,0,0,.132.071.06.06,0,0,0,.022.012h-.009a.652.652,0,0,1,.143.127A.477.477,0,0,1,371.4-169.72Z' transform='translate(-368.313 186.604)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M370.877-171.131a.127.127,0,0,1,.061.089.219.219,0,0,0,.036-.026c.059-.049.083-.068.1-.083s.048-.044.054-.047.032-.035.032-.035l.037.032-.018-.032-.019-.019s-.2.083-.354.137Z' transform='translate(-367.753 187.378)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.881-174.921l-.137-.137C371.761-175.013,371.881-174.921,371.881-174.921Z' transform='translate(-367.478 186.266)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.116-171.169l.01-.009.035.061.037.065-.088-.154A.084.084,0,0,1,371.116-171.169Z' transform='translate(-367.663 187.391)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.456-177.106l0-.006v.007Z' transform='translate(-367.271 185.666)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.3-177.318l0,.009Z' transform='translate(-367.316 185.605)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.87-178.946l-.052.19,0-.008C371.839-178.826,371.855-178.889,371.87-178.946Z' transform='translate(-367.457 185.13)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.386-171.486h.07l-.177-.027Z' transform='translate(-366.153 187.302)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.777-175.367h0l-.016,0Z' transform='translate(-366.889 186.176)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.157-171.546l.053.014-.036-.015Z' transform='translate(-366.189 187.292)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.962-178.042c.016-.05.05-.028.084-.044s.053.008.069.019a.249.249,0,0,1,.035-.1c.021-.017.056-.081.1-.054s.068,0,.068.044v.048a.113.113,0,0,0-.168.039.168.168,0,0,1-.023.031h0l0,0h-.008s-.061.005-.08.009-.017.008-.031.03.006.031.031.047.036.009.05.017-.018.041-.05.045-.043-.023-.072-.049-.017-.039,0-.089Zm.262.288c0-.006.032,0,.037.019s.041.032.048.035l-.025.014c-.008.005-.039-.021-.061-.032s0-.03,0-.036Zm.392,3.176a.769.769,0,0,1,.118.342c.034.234.07.468.084.706-.059-.23-.1-.464-.138-.7a.773.773,0,0,0-.1-.327.716.716,0,0,0-.243-.247.613.613,0,0,1,.279.224Zm.013-2.737c.044-.044.065-.062.11-.054s.074-.019.079.028a.168.168,0,0,1-.01.078l-.049.028a.448.448,0,0,1-.018.065l-.017.05c0-.006-.094-.081-.094-.081s-.044-.068,0-.114Zm.613.291c-.118-.1-.452-.424-.452-.424l.036.136s-.025.065.056.065c.057,0,.1.072.121.114a.273.273,0,0,1-.045.005c-.047,0-.065,0-.1.054a.062.062,0,0,0-.014.049l-.027.009.1.087.01.006a.2.2,0,0,0,0-.049l-.013-.034h.063s.012-.028.022-.062c0,.027,0,.057.052.044s.1.079.123.134c-.012-.039-.026,0-.074,0s-.067.027-.085.071.038.056.038.056h.01a.67.67,0,0,0,.05.052h.012c.006,0,.013-.017.019-.032l.008,0,.026-.044h0c0,.032.013.059.059.044s.1.04.123.084c-.013,0-.035.023-.065.023s-.054.023-.081.063.137.066.137.066l.013-.016a.309.309,0,0,0,.114.016c.132,0,.1.15.093.193,0-.014,0-.037-.035-.054-.056-.027-.075.019-.075.019s.065.068.075.084l.032-.036s-.01.152.112.115a.1.1,0,0,1,.14.092l0,.023a.059.059,0,0,0-.035-.041c-.039-.018-.069.027-.069.027l.085.085a.122.122,0,0,0,.019-.037c0,.026.013.048.04.037.236-.08.154.172.154.172.006-.049-.072.006-.072.006l.07.061v0c.008.035.037.067.13.047s.114.059.106.131c-.028-.017-.088.028-.088.028l.069.063a.174.174,0,0,0,.168.1c.1-.016.039.155.032.205a.253.253,0,0,0,0-.076c-.008-.045-.056,0-.056,0l.056.085c0,.039.12.031.12.031s-.025-.167-.057-.341-.247-.326-.349-.54a7.123,7.123,0,0,0-.9-.992Zm1.4,2c.023.035.061.045.031.089l-.031.045-.072-.09s.048-.078.072-.044Zm.222.267c.045.027.052.048.048.058s.005.048,0,.062.013.04.013.04h-.005a.069.069,0,0,1,.005.039l-.04.062-.057-.1c-.009,0-.018,0-.019-.006s-.037-.081-.037-.081.048-.1.092-.072Zm.253.23a.106.106,0,0,0-.065.081.542.542,0,0,1-.023.076c-.045-.006-.1-.018-.1-.018l.132.26.485.915v.039s.03.037.039.04.005-.013.012-.027.005-.026,0-.072-.018-.028-.037-.031-.014.018-.014.045c-.005-.043-.03-.24-.09-.265s-.183-.5-.264-.525-.262-.379-.262-.379.072.115.075.121-.006.014.038-.009-.009-.031-.014-.044.017-.026.057-.028.04,0,.048.021a.315.315,0,0,1,.012.071c0,.021.032.009.031,0a.273.273,0,0,1,0-.063.259.259,0,0,0,.013-.037l.016-.037s0-.013-.022-.021-.008-.023,0-.054.008-.035,0-.058-.031-.008-.062,0Zm.346.3c0-.026.012-.053.023-.034s-.006.019-.023.034a.107.107,0,0,0,0,.028.14.14,0,0,0,.012.035c.012-.014.026-.026.04-.023.034.009.058-.032.071,0s.068.084,0,.119-.068.068-.119.068-.059-.018-.059-.018l.026-.072a.179.179,0,0,1-.026.049c-.016.023.027.058.036.067s.006.054.006.054.013.035-.054-.058a.1.1,0,0,1,.026-.154l-.013-.019s-.01.017-.079.014c-.01,0,.087-.052.133-.09Zm.092-1.516.035.473.067.945.041.22h0l.006.1c.015,0,.067-.016.08,0a.1.1,0,0,0,.054.019.672.672,0,0,0-.031.061c-.027.057-.027.07-.061.08l-.034.008.005.1a.074.074,0,0,0,.049.006l.071-.022.014.013a.12.12,0,0,0-.061.106.129.129,0,0,0,.047.092l0,0,0-.012s-.05-.116.1-.109.171-.008.147.053-.041.093-.083.107a.252.252,0,0,1-.132,0c.008.013.014.025.008.025s-.168-.013-.121-.193a.083.083,0,0,0-.035-.047c.008.158.016.317.025.474l.01.217v0c0-.01.008-.021.014-.021s.034-.027.047.023.008.063,0,.08,0,.031-.019.041a.035.035,0,0,0-.017.013c.006.022.014.044.021.066l.006.022.017-.006a.563.563,0,0,1,.079-.013c.016,0,.014-.039.053,0s.058.041.047.072-.01.065-.018.053a.064.064,0,0,0-.027-.03l0,.006c.01.027.025-.009.01.027a.119.119,0,0,1-.034.057c-.018.019,0-.012-.018.019a.167.167,0,0,0-.016.058l-.012-.034c0-.008-.038-.062-.038-.1a.063.063,0,0,0-.006-.026l-.009.009c.034.1.066.2.1.292.121.257.236.518.354.777-.125-.256-.253-.509-.376-.768h0c-.036-.1-.07-.2-.1-.292-.018,0-.053-.005-.045-.036a.158.158,0,0,1,.017-.045l-.014-.036c-.005-.019-.01-.037-.017-.056h0c-.028,0-.043.031-.05,0a.2.2,0,0,0-.023-.049.068.068,0,0,1,.027-.037l-.028.019-.034-.056c-.022-.034-.05-.045-.043-.075s-.006-.059.021-.028.019.053.048.04.037-.045.053-.025l-.01-.165-.031-.5c-.023-.017-.022-.028-.022-.028v-.01l.021.017,0-.068a.069.069,0,0,1-.056-.013l.028-.08a.32.32,0,0,1,.021-.039c0-.048-.006-.094-.008-.142l-.039-.22h0l-.057-.946-.027-.473-.052-.47.069.469Zm.257-.495a.469.469,0,0,0-.087-.019.418.418,0,0,0,.079.066l.008.005.012-.005a.546.546,0,0,0,.057-.025.09.09,0,0,0,.028-.023l.017-.013a.594.594,0,0,0,.093-.074.305.305,0,0,0-.118.031.141.141,0,0,0-.031.021l-.018.012a.3.3,0,0,1-.04.025Zm.182-.974.025-.009a.092.092,0,0,1-.009-.043c.005-.014.028-.023.047,0s.017.022.017.035a.181.181,0,0,1-.008.036.1.1,0,0,1,0,.087.179.179,0,0,1-.026.027.285.285,0,0,0,.049.023h0c.01,0,.019,0,.028.023a.171.171,0,0,1,.014.118c-.008.019-.013.065-.031.075s-.044.04-.061-.017l-.017-.058s-.049-.03,0-.076L376-177.04a.116.116,0,0,1,0-.028l-.01-.03s-.021-.1,0-.106Zm.5,1.648a.224.224,0,0,1-.022-.062s-.015-.05,0-.065a.159.159,0,0,0-.027-.056c-.013-.009-.008-.017.016-.018a.1.1,0,0,1,.061.012c.017.01.017-.013.028.016s.016.036.012.041l-.013.035c.006.015-.031.036-.041.066s.006.061-.01.031Zm-.022-.367a.178.178,0,0,1-.053.079s-.11-.069-.059-.093h0c-.021-.015-.05-.037-.044-.052a.044.044,0,0,1,.044-.034c.028,0,.034-.025.065,0s.061.027.061.045a.058.058,0,0,1-.009.025s0,.008-.008.031Zm-.317-.912c-.036-.023-.074.014-.094.032a.187.187,0,0,0-.045.056.243.243,0,0,0,0,.075c0,.005.016,0,.03,0-.012.039.074.048.084.056a.327.327,0,0,0,.013.058h-.013c-.008,0-.013.018-.021.04v-.017c.006-.034-.075-.021-.094-.017s0,.071,0,.11c0,0,.044-.012.07-.022-.021.04.035.022.035.022l.07.072.014.026.021-.018a.411.411,0,0,1,.028.045c.008.019.018-.023.037-.04v.061s.127-.052.115.048a.3.3,0,0,1-.03.093l.012-.027c.014-.027.008-.035,0-.037l0-.005c.017-.036-.005-.019-.023-.037s-.019-.016-.044-.018a.166.166,0,0,0-.084.018l-.026.012c.008-.018-.017-.025-.026-.066s-.059-.01-.128,0-.04,0-.04.057a.087.087,0,0,0,.053.078h.062c.039,0,.019-.005.053-.039,0,.005.035.023.061.036a.51.51,0,0,0,.047.074l.058.027c.021.018.065.018.09.041s.078.059.066.106-.062.053-.066.1.067.083.067.083.08-.006.062.07-.07.094-.058.112.04.03.062.052a.1.1,0,0,0,.025.018.094.094,0,0,0-.062-.016.511.511,0,0,0-.063,0h0a.275.275,0,0,0-.032-.068c-.035-.061-.035-.014-.08-.021s-.057.031-.1.07l-.006.01-.005-.005c-.025-.048-.017-.054.01-.14a.153.153,0,0,1,.026-.059l.014,0h0l.012,0,.087-.01.01-.043c.009-.041,0-.039-.043-.053a.236.236,0,0,0-.116,0c-.041.006-.034.041-.034.088,0,.031.041.028.07.025h0l-.052.012v.013a.372.372,0,0,1-.018.054.3.3,0,0,0,.009.11.224.224,0,0,0,.054.088l-.03.027c-.008.006-.028.021-.034.092a.205.205,0,0,0,.07.147c.012.009,0,.021,0,.021s-.062.026-.071.032,0,.043-.018.1.065.118.065.118l-.036.04a.341.341,0,0,0-.035.049.5.5,0,0,1-.021.065c-.006.012.01.059.014.092a.067.067,0,0,0,.034.048.119.119,0,0,0-.027.018c-.014.012-.027.03-.031.032l-.034.114s.021.048,0,.075a.966.966,0,0,0-.068.124s-.013.07-.016.076-.013.016-.061.044-.034.136-.031.12c.034-.162.13-.129.125-.146s.01-.043.019-.121.118-.088.121-.089a.491.491,0,0,1,.11.063.2.2,0,0,0,.035-.065c.013-.041-.008-.052-.045-.1s-.072-.021-.125,0a.044.044,0,0,0-.023.019.165.165,0,0,1-.008-.045c0-.062.112-.114.15-.131a.544.544,0,0,1,.056.032.307.307,0,0,0,.061-.1c0-.026-.037-.039-.106-.059s-.076.012-.114.045a.137.137,0,0,1-.009-.035c-.006-.1.136-.164.143-.168a.169.169,0,0,1,.048.012.253.253,0,0,0,.058.017h0a.37.37,0,0,1,0,.037c-.005.022.057.1.057.1l.014,0,.01.018a.577.577,0,0,0,.072-.028.044.044,0,0,0,.028-.044l.01-.009a.175.175,0,0,0,0-.1.1.1,0,0,0-.065-.043.273.273,0,0,0-.1.01l-.009.008a.5.5,0,0,0,0-.057c0-.027-.071-.031-.129-.032s-.067.008-.089.045a.126.126,0,0,1-.014-.083c.018-.125.193-.078.12-.115a.293.293,0,0,0,.093-.009c-.023.016.065.076.076.107s.021.076.026.087-.006-.021.038-.052.027-.023.035-.048l.005-.013.021-.005a.122.122,0,0,0,.016-.056c0-.031-.017-.035-.045-.067s-.056-.019-.094-.008a.125.125,0,0,0-.054.034c.005-.014,0-.032,0-.056s-.05-.062-.1-.066-.078.041-.1.059a.178.178,0,0,1-.019-.081c0-.043.057-.085.087-.106l.09.012a.123.123,0,0,0,.028-.019h0c.006,0,.019.013.031.026l-.006.012c-.021.023.075.081.075.081l-.005.017a.342.342,0,0,1,.058-.083h0c-.01.014-.014.023.018.052a.648.648,0,0,1,.1.182s.1.5.1.517v.311a4.928,4.928,0,0,0-.03-.952c-.063-.176-.146-.169-.152-.328s-.005-.146-.005-.247.013-.169-.074-.229-.111-.088-.121-.141.054,0-.034-.106c-.07-.083-.1-.1-.11-.079a.5.5,0,0,1,0-.067c0-.04-.009-.047-.025-.043l-.027-.016a.155.155,0,0,0-.067-.005c.005-.016.01-.036.016-.054a.26.26,0,0,0,.021-.079l0-.019a.157.157,0,0,0,.013-.047c0-.023-.038-.05-.072-.072Zm.426,0a.157.157,0,0,1,.034.032c.01.019.012.025.021.039a.664.664,0,0,0,.048.057l.2-.032a1.611,1.611,0,0,1,.224,0c.145.008.289.018.433.031h.008c.1.045.193.088.287.137h0l.1.039-.1-.026h0c-.1-.034-.2-.072-.295-.109-.143-.005-.287-.013-.432-.019a1.456,1.456,0,0,0-.211-.005c-.072.009-.145.015-.218.022h-.01l-.005-.006a.627.627,0,0,1-.053-.074.294.294,0,0,1-.017-.039.285.285,0,0,0-.026-.032c-.039-.041-.084-.079-.127-.118a1.062,1.062,0,0,1,.142.1Zm1.636,1.169a3.3,3.3,0,0,1,.164.5,3.7,3.7,0,0,1,.085.516c-.039-.169-.076-.339-.125-.5a4.039,4.039,0,0,0-.174-.487,3.27,3.27,0,0,0-.234-.46,2.39,2.39,0,0,0-.142-.216c-.047-.074-.106-.138-.158-.208a2.5,2.5,0,0,1,.336.4,2.988,2.988,0,0,1,.248.461Zm-.174,2.5c-.014.262.021.411-.035.456a1.319,1.319,0,0,1-.141.1s.065-.054.067-.388a13.668,13.668,0,0,0-.554-2.077,7.045,7.045,0,0,0-.473-1.122c-.225-.279-.323-.576-.112-.375a3.064,3.064,0,0,1,.479.726,5.5,5.5,0,0,1,.734,1.729c.021.512.049.691.035.954Zm-1.434-1.348h0c.006.022,0,.04-.03.048s-.08.025-.08.025a.316.316,0,0,0-.036-.019h0l0-.005c-.006,0-.013-.006-.016-.013s-.021-.022-.021-.035c-.021-.028-.037-.063-.026-.083.022-.036.08-.1.143-.057a.149.149,0,0,1,.072.079v.059Zm-.018.526a.208.208,0,0,1-.017.07h0s-.008.006-.026.013a.124.124,0,0,1-.089,0l-.032,0c-.014,0-.1-.012-.079-.066s.013-.119.089-.12.079-.034.116.021.047.036.039.08Zm-.054-.2c.053-.016.005-.01.025-.063l0-.005.01-.012c.012-.019,0-.017,0-.081s-.027-.016-.123-.021-.049.022-.1.089.058.081.059.093l.016-.006c.014,0,.032,0,.045.006s.017.013.07,0Zm-.053.532c.01-.013,0-.036.012-.071s-.023-.052-.112-.083-.066.021-.112.083.048.114.048.114l.022,0a.119.119,0,0,0-.01.054l.028.022v-.022l.009-.03.05-.021c.05-.021.014-.01.049-.027.013-.006.013-.009.008-.01l.009-.005Zm-.32.384c-.03,0-.061.027-.1.081s.025.087.028.088l.005,0v.006l-.005.045.026.026.017-.026a.04.04,0,0,1,.022-.018l.01.006a.382.382,0,0,0,.071-.031c.032,0,0-.013.021-.016l.009-.008.016-.014a.194.194,0,0,0-.008-.076c-.008-.021-.006-.014-.03-.048s-.048-.023-.079-.021Zm-.075-.916c.08-.022.165.092.165.092a.181.181,0,0,0,.025-.092c0-.047-.021-.048-.1-.069s-.094.069-.094.069Zm.292.818c.041,0,.016-.018.025-.074s0-.053-.1-.078-.087.039-.121.076.031.089.043.1h.01c0,.014-.008.013,0,.023s-.017.045-.017.045a.041.041,0,0,0,.044,0c.021-.017,0,0,.018-.035s0-.01.026-.04l.008-.006a.514.514,0,0,1,.067-.008Zm-.406-.654c.138-.054.171.14.171.14a.172.172,0,0,0,.017-.112c-.006-.079-.017-.065-.074-.093s-.114.066-.114.066Zm-.075.079v.181a1.173,1.173,0,0,0,.133-.031c.039-.013,0-.044,0-.111s-.028-.039-.067-.063-.066.025-.066.025ZM376.1-176c-.034.066.059.072.059.072l.1-.045s.034-.019.036-.031a.131.131,0,0,0,0-.054c0-.037-.027-.017-.107-.019s-.056.013-.09.078Zm-.128,1.02c.18-.03.118-.172.118-.172s-.03-.3-.215-.249.1.421.1.421Zm-.031,2.039.013.009a.051.051,0,0,1-.025.022l-.023-.013v.031a.044.044,0,0,1,.05,0c.027.019.017-.018.025,0s.013.013.05.045.025.009.028-.006c0,.006.023-.027.035-.034a.119.119,0,0,0,.04-.039c.014-.021-.005-.037-.006-.076s-.019-.026-.053-.065-.034,0-.076.012a.235.235,0,0,0-.087.041c-.032.022.013.061.028.07Zm.505.4a.246.246,0,0,0-.026-.271c-.067-.071-.078-.07-.218-.074s-.134.1-.142.224.186.182.186.182.149.074.2-.061Zm-.256.868a3.255,3.255,0,0,0-.734.08c-.056.03.036-.638-.081-1.005s-.24-.97-.313-1.2-.019-.2.057-.092.377.718.5,1,.351.771.416.917.181.289.151.3Zm-1,.081a.244.244,0,0,1-.2-.03,1.58,1.58,0,0,1-.309-.877,9.539,9.539,0,0,0-.419-1.752c-.048-.187.1-.132.2.127a3.931,3.931,0,0,1,.461,1.163,3.087,3.087,0,0,0,0,.665.809.809,0,0,0,.189.563c.061.072.186.11.074.141Zm-5.413-5.351a.937.937,0,0,1,.3.036c.093-.037.181-.074.273-.116.1-.021.2-.032.292-.049l.289-.047a1.184,1.184,0,0,0,.141-.031c.037-.012.088-.041.132-.058.09-.039.182-.075.267-.12a1.107,1.107,0,0,0,.229-.174,1.575,1.575,0,0,1,.235-.181.167.167,0,0,1,.152.008.694.694,0,0,1,.109.062c-.008-.016-.015-.034-.026-.057a.184.184,0,0,0-.044-.05l.044-.034s.041.019.043.034.009.009.009.035-.026.061,0,.05a.127.127,0,0,0,.039-.022c.016-.009,0-.014.023-.013a.412.412,0,0,0,.043,0l.008,0c-.006-.013-.057-.106,0-.142s.035-.043.118-.037.048.008.068.035,0,.071,0,.071l-.107.041-.034.016.019-.009a.073.073,0,0,1,0,.048s.017.039-.01.028-.048-.025-.074-.013-.044.018-.044.027v.008h0c0,.027-.016.1-.07,0a.719.719,0,0,0-.12-.056.155.155,0,0,0-.133,0,1.74,1.74,0,0,0-.22.189,1.149,1.149,0,0,1-.234.186c-.088.048-.18.085-.269.124-.049.018-.083.041-.138.058a1.248,1.248,0,0,1-.147.031c-.1.016-.2.03-.293.039s-.2.019-.291.034c-.088.032-.186.062-.279.09a1.631,1.631,0,0,1,.393.173,4.73,4.73,0,0,1,.995.813,6.274,6.274,0,0,1,.467.659c.137.28.2.61.238.637s.118.42.146.448a1.3,1.3,0,0,1,.146.209,1.012,1.012,0,0,0,.04-.411l.1.548a.505.505,0,0,1,.109.249,1.171,1.171,0,0,0,0,.2.177.177,0,0,0,.063.119,1.164,1.164,0,0,1,.164.191l.11.128s.119.11.127.146-.054.083,0,.2a.705.705,0,0,1,.065.209v.247a.1.1,0,0,0,.074.092s.246.063.292.191c.009.025.018.045.027.066a4.452,4.452,0,0,1,.553.171c.319.12.492.183.565.207l.006.008.278-.03s.319-.068.463-.1a5.55,5.55,0,0,1,.589-.039l.685.045,1.219.021.025-.018v-.054l-.209.034-.165-.735.477-.083.475-.032v.725l-.061.01.056.006.146.008h0l.041.018h.006c-.017-.24-.048-.721-.061-.9l-.058.138-.023-.295s-.005-.128,0-.155v-.09c0-.142-.01-.4,0-.421l0-.021v-.244l-.068-.512-.016-.09s-.036-.191-.036-.247c0-.028-.012-.136-.023-.234v-.005h0c-.01-.09-.021-.172-.021-.172v-.3s-.005-.047-.014-.1-.019-.087-.031-.134a.548.548,0,0,1-.019-.074,2.837,2.837,0,0,0-.279-.766c-.092-.154-.2-.311-.2-.311l-.19-.119s-.212-.054-.26-.062a2.061,2.061,0,0,0-.384-.061.567.567,0,0,1-.151,0,1.214,1.214,0,0,0-.349-.1.4.4,0,0,1-.28-.158l-.158-.191-.184-.158-.036-.177-.078-.174h0a2.442,2.442,0,0,1,.114.393,2.165,2.165,0,0,1-.056.355l-.106-.041a.964.964,0,0,1,.01.1c0,.036-.018.068-.016.1,0,.068.006.138.01.208a.48.48,0,0,1-.021.209,1,1,0,0,1-.08.2l0,.006H375.5a1.444,1.444,0,0,1-.2-.037l-.4-.093a2.707,2.707,0,0,1-.759-.3c-.121-.061-.243-.12-.366-.177a2.607,2.607,0,0,1-.353-.208,5.618,5.618,0,0,1-.632-.513,7.408,7.408,0,0,0,.646.492,5.136,5.136,0,0,0,.72.375c.123.058.244.118.368.172.062.026.124.052.187.074.037.012.078.021.118.03a3.587,3.587,0,0,1-.394-.159s-.1-.151-.059-.235.076-.035.1-.209a1.855,1.855,0,0,1,.205-.468l.3.121.744.317s.038.048.039.265a1.656,1.656,0,0,1-.111.525,3.688,3.688,0,0,0-.51-.081l-.034,0,.186.047a1.388,1.388,0,0,0,.2.039h.2a.729.729,0,0,0,.1-.386c0-.068-.006-.138,0-.208,0-.037.023-.068.019-.1a.707.707,0,0,0-.005-.1,13.525,13.525,0,0,1-2.34-1.122,2.274,2.274,0,0,1-.239-.239l0,.045s-.081.121-.093.151a1.427,1.427,0,0,1-.185.3,1.953,1.953,0,0,0-.168.393l.009.145-.056-.081h-.087c-.052,0,.03-.034.03-.034l.005-.036-.01-.019-.025.057-.079.034-.005,0c.013-.005.021-.005.023,0s.014.037-.009.056-.019.05-.019.071v.056l-.056-.044s.037-.044.019-.063a.049.049,0,0,0-.062-.017c-.03.009-.026.018-.053-.018s-.026-.045-.04-.049a.1.1,0,0,1-.03-.017s-.047-.022-.019-.031.023-.015.045,0,.022-.008.032.01.012.009.021.021.01.018.022.022l.013,0c.016.006.047.043.058.03s-.012,0,.023-.018h0c-.025.009-.054.014-.052-.017,0-.05-.031-.058.027-.09a.2.2,0,0,1,.116-.032l.027,0a.694.694,0,0,0-.062-.1c-.023-.023-.046-.012-.046-.028a.477.477,0,0,0-.012-.14c-.018-.063-.1-.093-.116-.1,0,0-.084-.054-.119,0a.515.515,0,0,0-.048.089h-.006a.082.082,0,0,1,0,.022l-.043-.014a.22.22,0,0,0-.069.014c-.027.005,0,.028,0,.068s-.025.032-.031.023-.025-.034-.035-.047-.043-.025-.048-.045.032-.032.04-.027.022.031.026.027.039-.047.061-.05a.3.3,0,0,1,.061,0,.04.04,0,0,1,0-.026c.014-.059.045-.129.065-.119s.021-.026.075.014a.464.464,0,0,1,.063.054.653.653,0,0,1-.059-.138.506.506,0,0,1,.047-.24c.017-.027.045-.078.045-.078s.072-.181.124-.357l-.136.34a.63.63,0,0,1-.116,0c-.035-.006-.1.035-.124.041s-.069.089-.1.123-.046.017-.094.084c.005,0,.01,0,.016,0a.1.1,0,0,1,.041-.018c.022-.006.013-.014.025-.023s.013.023.013.023l.006.025c.009-.018.027-.052.037-.076a.1.1,0,0,1,.075-.058c.021,0,.037-.048.075,0a.238.238,0,0,1,.045.071c-.014-.006-.147-.027-.164,0a.517.517,0,0,1-.075.076l.006-.013h-.026c-.026,0-.013,0-.049.025s-.012.026-.006.048.035.028.028.039-.036-.021-.054-.04a.041.041,0,0,1-.012-.052c-.041.059-.019.019-.045.013s-.1-.019-.151-.027a2.338,2.338,0,0,0-.308.049.94.94,0,0,0-.218.134s-.213.173-.267.207a1.133,1.133,0,0,1-.165.1,1.8,1.8,0,0,0-.368.239c-.083.083-.165.151-.165.151a1.756,1.756,0,0,0-.178.11,1.291,1.291,0,0,1-.287.109,1.767,1.767,0,0,0-.234.083c-.066.03-.211.114-.291.163a.287.287,0,0,1,.053-.017A2.457,2.457,0,0,1,369.777-176.942Z' transform='translate(-368.196 185.174)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.284-174.248a.309.309,0,0,1-.008-.048l-.012.021c-.01.022,0,.014-.01.022C374.266-174.26,374.272-174.244,374.284-174.248Z' transform='translate(-366.745 186.488)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.688-170.381a.041.041,0,0,1,.025-.018c.021-.008.028-.025.041-.043s.034-.041.034-.041l.023-.015h0c-.05-.03-.18-.11-.28-.185l-.177.224C371.466-170.432,371.577-170.405,371.688-170.381Z' transform='translate(-367.592 187.544)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.9-170.439l-.071-.037.019.012Z' transform='translate(-367.453 187.605)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M378.808-170.95l-.472-.124-.344-.05-.34-.056-.97-.118-1.018-.451s-.415-.167-.563-.212c-.5-.152-1.53-.5-1.53-.5-.026.014-.128.044-.155.057a6.161,6.161,0,0,1-.693.358c-.178.068-.371.145-.55.208-.109.039-1.091.464-1.164.526l-.146.124.28.287h0l.019.019.018.032,0,.006.088.154.04.061a3.375,3.375,0,0,0,.328.428l.036.034c.1.075.23.155.28.185,0,0,.111.059.158.083l.071.037.008,0h0c.079.04.152.076.167.08s.044.014.09.031a10.669,10.669,0,0,0,1.686.133h0a10.56,10.56,0,0,0,4.94-1.219Z' transform='translate(-367.736 187.026)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.692-174.036l-.012.007h0Z' transform='translate(-365.744 186.564)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.006-171.947a.278.278,0,0,1-.031.07.088.088,0,0,1-.028.03.026.026,0,0,1-.027,0l-.016,0a.449.449,0,0,0-.072,0,1.178,1.178,0,0,1-.154,0,.049.049,0,0,1-.021-.044.177.177,0,0,1,.005-.039.356.356,0,0,1,.022-.062l-.107-.006c0,.035-.006.07-.012.1-.009.05-.018.1-.031.152l.028,0h.053l0,.01-.028.081a.348.348,0,0,1,.089-.009.285.285,0,0,1,.109.026l.05.022c.019.008.025.015.035,0a.715.715,0,0,0,.062-.088h.045l-.04.006a.478.478,0,0,1-.052.094.038.038,0,0,1-.031.018.074.074,0,0,1-.028-.009l-.05-.021a.33.33,0,0,0-.2-.013l-.025.005.01-.021.04-.09-.034-.005h-.03a.478.478,0,0,1-.045.111c-.026.027-.05.052-.076.076l.026,0,.044.01.01,0-.006.009c-.016.023-.036.066-.012.066a.638.638,0,0,0,.092.019.619.619,0,0,0,.09.012.4.4,0,0,0,.087-.034h0c.025-.009.048-.018.072-.026h0l.05,0-.049,0c-.022.013-.045.023-.068.035h0a.341.341,0,0,1-.09.041.412.412,0,0,1-.1-.009.649.649,0,0,1-.1-.025c-.006,0-.022-.01-.023-.025a.044.044,0,0,1,.005-.03.2.2,0,0,1,.022-.035l-.034-.013-.026-.009a1.063,1.063,0,0,0-.109.12l0,.006h-.008l-.119.005.036.015.106.027.176.028h.213a.319.319,0,0,0,.18-.129.659.659,0,0,0,.1-.213c.026-.089.049-.178.07-.269h-.019C377.019-171.956,377-171.96,377.006-171.947Z' transform='translate(-366.185 187.16)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.845-173.88a.023.023,0,0,0,.022,0c.008-.006.005-.005.006-.006h-.039Z' transform='translate(-365.991 186.608)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.774-173.691l0,.021s.019.027.078.019a.719.719,0,0,1,.076-.008l.085-.044s.017-.09.034-.061.053.076.059.1l0,.014a.1.1,0,0,0,0-.019c0-.013-.017-.025-.017-.045a.064.064,0,0,0-.018-.036.508.508,0,0,0-.065-.065.3.3,0,0,0-.079-.012l-.03.012-.019,0h-.014l-.013.026A.465.465,0,0,0,377.774-173.691Z' transform='translate(-365.717 186.625)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.154-175.969l-.035-.053h0A.281.281,0,0,0,377.154-175.969Z' transform='translate(-365.908 185.984)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.521-173.722l.1-.151.044-.063-.006,0,.1-.176v-.1c-.012-.031-.019-.069-.034-.1a.046.046,0,0,0-.03.04,1.75,1.75,0,0,1-.213.3l-.165.345-.24.513.275-.354Z' transform='translate(-365.92 186.483)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.8-173.722c-.053.075-.291.379-.308.386a2.408,2.408,0,0,1-.174.231l.107-.023.089-.075a.768.768,0,0,0,.114-.118c.039-.05.084-.1.1-.121a.83.83,0,0,0,.054-.083.392.392,0,0,1,.05-.088c.027-.035.027-.061.062-.074s.065-.056.085-.078l.009-.01a.031.031,0,0,1,0-.022.2.2,0,0,0,.026-.061c.01-.043.017-.087.023-.131v0l-.017.044A2.577,2.577,0,0,0,377.8-173.722Z' transform='translate(-365.849 186.578)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.637-173.981c.013-.008.059-.039.071-.035a.268.268,0,0,0,.07-.016c.035-.025.092-.025.092-.061a.191.191,0,0,1,.031-.083.091.091,0,0,0-.083-.022.324.324,0,0,0-.059.009.17.17,0,0,0-.043.034,1.465,1.465,0,0,0-.146.183A.106.106,0,0,0,377.637-173.981Z' transform='translate(-365.776 186.517)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.133-172.945l0,.035c0,.022-.01.045-.016.067a.563.563,0,0,1-.05.127c.006-.045.01-.09.016-.133l0-.067,0-.032v-.009h-.005c-.013-.034-.028-.067-.039-.1a.492.492,0,0,0-.11-.085c-.034-.017-.087.01-.127.039a.207.207,0,0,1,.054-.057.1.1,0,0,1,.085-.018.362.362,0,0,1,.137.088h0l0,.008c.013.03.022.059.034.09l.009.008a.042.042,0,0,1,0,.021v.019Zm.543,3.415a10.625,10.625,0,0,0,2.813-2.2l-.386-.712-.083-.169.012.025-.085,0-.106-.016c-.036-.008-.182-.027-.182-.027s-.242-.023-.315-.023a.444.444,0,0,1-.212-.061.144.144,0,0,0-.172.061c-.031.048-.074.127-.074.127a.434.434,0,0,1,.053-.163c.047-.083.216-.09.216-.09s.415.112.432.109.434.063.434.063c.043-.006-.1-.24-.1-.24l-.51-.623-.252-.165-.155-.155-.054-.05-.295.056a.086.086,0,0,1-.054,0,.09.09,0,0,1-.037-.032,1.154,1.154,0,0,1-.171-.3c-.027-.066-.045-.172-.133-.181-.107-.01-.191.027-.2.075s-.044.18-.044.1.039-.238.044-.363.111-.065,0-.243-.019-.132-.176-.27-.15-.258-.248-.309-.083-.111-.149-.085-.066-.047-.1.129a1.15,1.15,0,0,1-.244.468c-.043.032.023-.354.094-.512s.032-.13-.014-.282-.066-.182-.1-.315a.8.8,0,0,0-.093-.221,1.913,1.913,0,0,0-.2-.284l.128.05.022.025c-.039-.053-.1-.127-.1-.127l-.164-.1-.291-.118-.164-.207-.226-.154-.067-.032c.067.034.115.182.226.346a1.331,1.331,0,0,1,.164.348c.009.036.072.256.072.256a1.218,1.218,0,0,0,.018.128.483.483,0,0,0,.019.072.963.963,0,0,1,.031.136c.009.056.014.1.014.1v.3s.01.081.021.172v.005c.012.1.023.205.023.234,0,.056.036.247.036.247l.017.09c.023.137.066.385.066.415s.006.269,0,.341l0,.021c-.006.021,0,.279,0,.421,0,.048,0,.083,0,.09,0,.027,0,.155,0,.155s.034-.056.094,0c.088.079.03.057.03.057l-.043.1c.013.184.044.664.061.9v0l.09.04.015-.028c-.053-.01-.092-.05-.03-.172.047-.092-.061-.1,0-.185s.021-.111.071-.162.132-.121.132-.121.063,0,.036.043v0c.1-.141.446-.622.446-.622l.063-.059s-.037.047,0,.052a.465.465,0,0,1,.057,0l.019,0a.406.406,0,0,1,.088-.023.192.192,0,0,1,.062,0,.148.148,0,0,0,.031-.032c.062-.093.092-.13.092-.13a.094.094,0,0,1,.021-.027h0a.178.178,0,0,0-.141-.044.255.255,0,0,0-.132.087l-.109.128.1-.138a.268.268,0,0,1,.137-.106.139.139,0,0,1,.092,0,.294.294,0,0,1,.081.039.113.113,0,0,1,.034.036.3.3,0,0,1,.019.041.613.613,0,0,1,.028.081v.088l.017-.021a.206.206,0,0,1,.063-.047.33.33,0,0,1,.074-.012.2.2,0,0,1,.076.008.105.105,0,0,1,.063.053.331.331,0,0,1,.058.132.5.5,0,0,1-.01.141.944.944,0,0,1-.031.133l-.013.034,0,.008.022-.008.005,0h0a.256.256,0,0,1,.1.023.634.634,0,0,1,.061.074.079.079,0,0,1,.017.048c0,.013.01.027.012.044a.1.1,0,0,1,0,.04.16.16,0,0,1-.009.123c-.023.04-.035.075-.047.1h0c.109-.025.174-.078.247-.059a2.191,2.191,0,0,0,.438.052,3.874,3.874,0,0,1,.547.093,4.867,4.867,0,0,0-.629.013.691.691,0,0,0-.379.123c-.1.076-.149.04-.328.045a2.427,2.427,0,0,0-.531.2.6.6,0,0,1-.411.032.493.493,0,0,0-.352,0c-.018.018-.147-.056-.176-.071l.125.15.067.079.034.04c.009.013.031.031.021.059a.045.045,0,0,1-.044.026l.118.035-.008,0,.008,0v.017a2.233,2.233,0,0,1-.017.244,1.154,1.154,0,0,0-.05.236l-.032.242-.043.24c-.031.159-.065.319-.11.476a.674.674,0,0,1-.1.226.343.343,0,0,1-.2.142l.2.031.485.151C377.465-169.641,377.575-169.581,377.675-169.529Z' transform='translate(-366.243 185.677)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.742-175.147a.506.506,0,0,0,.047.087A.262.262,0,0,0,377.742-175.147Z' transform='translate(-365.726 186.24)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.879-172.919h0Z' transform='translate(-365.979 186.891)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.465-173.328l.03-.031c-.03.014-.062.032-.084.045Z' transform='translate(-365.822 186.762)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M378.286-174.564l-.216-.194h0A.68.68,0,0,0,378.286-174.564Z' transform='translate(-365.63 186.353)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.954-176.279l-.025-.026.03.034Z' transform='translate(-365.963 185.901)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.766-173.678h0Z' transform='translate(-365.721 186.669)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.02-173.265h0l0,0Z' transform='translate(-365.937 186.789)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.771-173.182h0Z' transform='translate(-366.009 186.814)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.259-173.072a1.448,1.448,0,0,1-.094-.155l-.032,0C376.157-173.191,376.2-173.134,376.259-173.072Z' transform='translate(-366.196 186.801)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.409-172.919c.054.041.11.094.178.076a.18.18,0,0,0,.036-.017c.01-.016.026-.032.1-.035a.407.407,0,0,1,.067-.006,1.011,1.011,0,0,1,.208.032c.035.008.068.017.1.027a.29.29,0,0,1,.048.017.034.034,0,0,0,.031-.008c.005-.016-.031-.047-.049-.074l-.066-.081-.13-.159-.211-.1-.143-.009a.716.716,0,0,1-.074-.01l-.018-.005-.326.052A.924.924,0,0,0,376.409-172.919Z' transform='translate(-366.188 186.789)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.648-172.025h.008v.009a.318.318,0,0,0,0,.111c0,.008.008.012.01.012a.1.1,0,0,0,.027,0l.058,0c.04,0,.079,0,.12,0s.058-.025.074-.057a.18.18,0,0,1,0-.026c0-.008,0-.019.017-.023l.053,0-.052.005s-.005.012-.005.018v.025h0v0a.186.186,0,0,1-.03.054.062.062,0,0,1-.062.021.878.878,0,0,0-.116,0h-.089a.037.037,0,0,1-.03-.028.28.28,0,0,1,0-.114l-.087-.006.1-.008Zm-.156-.569h0c.044,0,.089-.008.133-.008h.006v.006c.017.047.035.094.05.142a.972.972,0,0,1,.182-.03.35.35,0,0,1,.177.027.236.236,0,0,1-.006-.074.036.036,0,0,1,.028-.036.133.133,0,0,1,.045-.008.117.117,0,0,0-.043.013.028.028,0,0,0-.021.031.341.341,0,0,0,.017.088l.008.023-.022-.013a.316.316,0,0,0-.181-.026,1.348,1.348,0,0,0-.19.03l-.012,0,0-.012c-.016-.049-.03-.1-.044-.15l-.128-.006.048.4h0c0,.147-.016.295-.032.441.039,0,.079-.006.118-.008h.012l0,.013a.618.618,0,0,0-.018.07c0,.021-.005.053,0,.056.036,0,.1-.008.143-.006a.518.518,0,0,1,.076,0,.069.069,0,0,1,.021.005c.005,0,0,0,.008,0a.057.057,0,0,0,.023-.021.385.385,0,0,0,.036-.063s0,0,0-.01l.012,0h.019l.019,0c.016-.067.03-.133.044-.2l.045-.239.018-.128a.1.1,0,0,0-.059.005.172.172,0,0,1-.012.078.077.077,0,0,1-.028.039c-.028.005-.028-.005-.044,0h-.08l-.159.006c-.01,0-.04,0-.045-.019a.1.1,0,0,1-.017-.041.491.491,0,0,1-.005-.075l-.1-.006.107-.008h.008v.008a.4.4,0,0,0,.012.078c.009.025.016.048.039.04.054,0,.109-.009.161-.008a.574.574,0,0,1,.081,0c.013,0,.036.009.034.006s.016-.014.019-.025a.259.259,0,0,0,.021-.078.085.085,0,0,1,.068,0l.017-.11a1.1,1.1,0,0,1,.053-.236c.01-.074.014-.15.018-.225l-.079.026-.017.041-.014.062,0,.016-.013-.009c-.019-.013-.04-.025-.059-.036l-.143-.061h0a.451.451,0,0,0-.11.04c-.035.018-.07.036-.1.056l-.008.005,0-.006-.059-.131-.072-.008-.078.044Z' transform='translate(-366.115 186.909)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.52-171.624c.125-.013-.106-.193.162-.106s.269.168.4.2a.791.791,0,0,0,.274.037c.081-.005.112.026.174.032s.181.08.256.068.2-.063.251-.063.075,0,.118.075a.3.3,0,0,1,.057.132c0,.019-.008.115-.012.152l.074,0a2.141,2.141,0,0,1,.184-.19.756.756,0,0,0,.075-.255,4.754,4.754,0,0,0,.049-.543l-.036-.4-.075-.221-.053.057c-.019-.005-.269-.23-.269-.23l.063-.068s-.068-.063-.063-.07-.074,0-.074,0l-.081-.076v-.058l-.025.018-1.219-.021-.685-.045a5.55,5.55,0,0,0-.589.039c-.143.027-.463.1-.463.1l-.278.03a3.265,3.265,0,0,1-.443.182,4.285,4.285,0,0,1-.518.065l.045.057.279.41s.454.2.508.2a4.518,4.518,0,0,1,.532.134c.1.041.426.114.563.176s.4.169.425.184l.012.008A3.77,3.77,0,0,0,375.52-171.624Z' transform='translate(-367.177 186.808)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.561-175.881l-.063-.062-.07.043.016-.043.015-.035-.031-.056.066.056.067-.056-.03.076.03.076Zm-.164-.284c-.185.047.1.421.1.421.181-.03.118-.172.118-.172S374.582-176.211,374.4-176.165Z' transform='translate(-366.721 185.941)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.822-173.911l-.081-.08-.089.056.019-.056.021-.045-.04-.071.085.071.085-.071-.037.1.037.1Zm-.154-.311c-.142-.005-.134.1-.142.224s.186.182.186.182.149.074.2-.061a.246.246,0,0,0-.026-.271C374.819-174.219,374.809-174.218,374.668-174.222Z' transform='translate(-366.665 186.51)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.226-173.068l.018.025.032,0-.012-.021.013.021.324-.052a.287.287,0,0,0-.05-.012.6.6,0,0,0-.287.028.624.624,0,0,1,.288-.041.2.2,0,0,1,.071.017h.017l.061-.01v-.725l-.475.032-.477.083.165.735.209-.034v-.016Z' transform='translate(-366.308 186.621)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.966-176.644l.034,0a3.69,3.69,0,0,1,.51.081,1.655,1.655,0,0,0,.111-.525c0-.217-.039-.265-.039-.265l-.744-.317-.3-.121a1.853,1.853,0,0,0-.205.468c-.028.174-.067.125-.1.209s.059.235.059.235a3.587,3.587,0,0,0,.394.159l.079.019Z' transform='translate(-367.048 185.469)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.323-173.978c-.127-.283-.429-.9-.5-1s-.129-.136-.057.09.2.832.313,1.2.026,1.034.081,1a3.247,3.247,0,0,1,.734-.08c.03-.006-.087-.149-.151-.3S374.451-173.7,374.323-173.978Z' transform='translate(-366.899 186.266)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.992-172.734a.816.816,0,0,1-.189-.563,3.087,3.087,0,0,1,0-.665,3.931,3.931,0,0,0-.461-1.163c-.1-.258-.247-.314-.2-.127a9.539,9.539,0,0,1,.419,1.752,1.58,1.58,0,0,0,.309.877.25.25,0,0,0,.2.03C374.178-172.625,374.053-172.662,373.992-172.734Z' transform='translate(-367.072 186.176)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.606-176.339a3.064,3.064,0,0,0-.479-.726c-.211-.2-.112.1.112.375a7.1,7.1,0,0,1,.473,1.122,13.6,13.6,0,0,1,.554,2.078c0,.332-.067.386-.067.386a1.319,1.319,0,0,0,.141-.1c.056-.045.021-.194.035-.456s-.014-.442-.035-.955A5.509,5.509,0,0,0,375.606-176.339Z' transform='translate(-366.524 185.66)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.907-176.836a2.39,2.39,0,0,1,.142.216,3.27,3.27,0,0,1,.234.46,4.039,4.039,0,0,1,.174.487c.049.165.087.335.125.5a3.7,3.7,0,0,0-.085-.516,3.235,3.235,0,0,0-.164-.5,2.943,2.943,0,0,0-.248-.463,2.433,2.433,0,0,0-.336-.4C375.8-176.975,375.86-176.91,375.907-176.836Z' transform='translate(-366.308 185.686)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.89-175.457a.791.791,0,0,1,.1.327c.04.234.079.468.138.7-.014-.238-.05-.472-.084-.706a.769.769,0,0,0-.118-.342.608.608,0,0,0-.278-.224A.724.724,0,0,1,371.89-175.457Z' transform='translate(-367.506 186.077)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.244-180.795l.006-.012,0,0s.018-.016.032-.025.028-.016.039-.023a.757.757,0,0,1,.066-.041.369.369,0,0,1,.087-.021l.026-.009c.01,0,.027-.013.021,0l0,.008c.028,0,.075-.012.1-.014a.969.969,0,0,1,.211.018v.006c.018,0,.036,0,.053.008l.026.006v-.009l.049.019a.138.138,0,0,1,.04.017l.012.018c.026.031.04.054.07.085s.058.047.08.071c0,.006.015.017.022.027a.081.081,0,0,1,0-.026.118.118,0,0,0,0-.043.236.236,0,0,0-.154-.182,1.094,1.094,0,0,0-.169-.026l-.072-.009c-.025-.005-.205,0-.218,0s-.193.031-.193.031-.088.047-.1.056l-.058.066h.012Z' transform='translate(-367.045 184.545)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.5-180.7c-.069-.054-.038-.213-.038-.213l.026-.005,0-.008c.006-.014-.01,0-.021,0l-.026.009h.009l-.013.013a.3.3,0,0,0-.045.052c-.013.019-.018.014-.021.032s.044.09.044.09l-.069-.039-.019-.005c.044.025.087.052.131.078l.054.027,0-.019Z' transform='translate(-367.014 184.55)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.416-179.513a.118.118,0,0,0,0,.089c.022.031.065.032.1.048s.044.027.066.04c.053.034.116.041.172.071a.681.681,0,0,1,.15.115.7.7,0,0,1,.162.23c.006.018.066.159.054.173a.973.973,0,0,0,0-.251,1.208,1.208,0,0,0-.019-.151,1.113,1.113,0,0,0-.078-.265.378.378,0,0,0-.19-.2c-.04-.01-.222,0-.287-.041-.035-.025-.048-.01-.093-.026S374.417-179.522,374.416-179.513Z' transform='translate(-366.7 184.916)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.2-179.516c-.078-.027-.182.052-.258.084a1.142,1.142,0,0,0-.158.1c-.009.006-.211.107-.222.109a2.257,2.257,0,0,0,.3-.133.387.387,0,0,1,.138-.032c.034,0,.065-.014.1-.018a.571.571,0,0,1,.326.037c.028.018.043.054.079.058s.066-.03.1-.025a.427.427,0,0,1,.2.035,1.585,1.585,0,0,1,.229.208c-.01-.009-.01-.044-.016-.057a.6.6,0,0,0-.134-.168.4.4,0,0,0-.2-.089c-.079-.019-.12-.1-.2-.1A.46.46,0,0,1,374.2-179.516Z' transform='translate(-366.948 184.962)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.206-180.62c-.027.039-.018.085-.03.121a.68.68,0,0,0,0,.156.685.685,0,0,1-.057-.177.262.262,0,0,1,.025-.1c.012-.039.019-.087.045-.092a.372.372,0,0,1,.07-.006.764.764,0,0,1-.053.1Zm.071-.121c-.006-.009-.032-.01-.032-.01a.2.2,0,0,1,0-.062l.056.017a.11.11,0,0,1,.03,0,.528.528,0,0,0,.053,0l.017-.087a.416.416,0,0,0-.062-.035c-.018-.006-.072.021-.1.035a.123.123,0,0,0-.066.072.284.284,0,0,1-.045.076.28.28,0,0,0-.026.09.2.2,0,0,0,0,.138c.021.04-.035.072-.062.087-.11.058-.11.028-.211.074a.743.743,0,0,0-.16.093c-.087.054-.017.085-.017.085a.762.762,0,0,0,.2.032c.074-.005.081-.031.14-.078a.925.925,0,0,1,.125-.031l.07-.114.1-.169.076-.182.008-.04h-.057S374.283-180.733,374.277-180.741Z' transform='translate(-366.928 184.552)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.831-180.714a.332.332,0,0,1-.066,0l.008-.022-.049-.03-.008-.006-.032-.023-.03-.016-.023-.01s-.039-.005-.093-.008a.618.618,0,0,0-.081,0l-.07.008h-.142a.409.409,0,0,1-.053,0,.22.22,0,0,0-.03,0l-.056-.016a.2.2,0,0,0,0,.062s.026,0,.032.01.041-.01.041-.01h.068l.034.017c.008-.025.058,0,.11-.01a1.457,1.457,0,0,1,.177-.005.151.151,0,0,1,.106.027l.028.025.021.016.066.028h.159a.061.061,0,0,0-.014-.04c-.013-.012-.074-.009-.081-.016h0C374.846-180.724,374.847-180.717,374.831-180.714Z' transform='translate(-366.789 184.577)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.508-179.912l0-.081-.034-.019s-.071,0-.087,0-.178-.035-.2-.03a.777.777,0,0,1-.132-.034l.381.133.022.062a.137.137,0,0,1,.045.1A.631.631,0,0,0,375.508-179.912Z' transform='translate(-366.509 184.8)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375-180.017l-.017-.006Z' transform='translate(-366.53 184.815)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.971-180.09c-.041-.009-.052-.009-.093-.018s-.07-.017-.084-.021-.1-.034-.1-.034l.012.044a.433.433,0,0,1,.014.1s.026,0,.028-.013,0-.061,0-.068.019.006.054.021.031.049.092.061a1.2,1.2,0,0,1,.128.017l.147-.05Z' transform='translate(-366.617 184.774)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.566-179.97l-.017-.078v-.309l-.005.01c-.027.006-.056.018-.084.027a.2.2,0,0,0-.12.093c-.01.016-.043.036-.049.053l.009-.028-.009.01c-.036.014-.111.058-.118.085s.043.021,0,.037a.436.436,0,0,1-.243-.07.061.061,0,0,0-.079,0,.7.7,0,0,0,.106.07,2.822,2.822,0,0,0,.282.08c.032,0,.286.028.286.028l.048.017Z' transform='translate(-366.57 184.718)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.222-180.3a.2.2,0,0,0,.006-.061S375.227-180.334,375.222-180.3Z' transform='translate(-366.462 184.716)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.681-180.473l0,.019Z' transform='translate(-366.329 184.684)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.717-180.362l-.026.056a.29.29,0,0,0,.067.017.7.7,0,0,0,.018-.132c0-.045.017-.142.017-.169s-.039-.012-.074,0v.012A.417.417,0,0,1,375.717-180.362Z' transform='translate(-366.325 184.645)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.328-174.178a.465.465,0,0,0-.057,0A.179.179,0,0,0,377.328-174.178Z' transform='translate(-365.863 186.522)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.783-172.85l0,0,.005.005h0c.013,0,.136-.032.284-.065l.026-.016.012-.028h0v0l.05-.125.021-.026.238-.513.167-.345a1.75,1.75,0,0,0,.213-.3.048.048,0,0,1,.03-.04.1.1,0,0,0-.026-.037.094.094,0,0,0-.021.027s-.03.037-.092.131a.148.148,0,0,1-.031.032c.013,0,.012.013-.017.034-.05.036-.133.031-.169.062s-.056-.016-.057.07.019.109-.019.12-.058,0-.1.027-.074.023-.085.047a.983.983,0,0,1-.081.1s-.023.112-.063.142-.08.009-.076.085a.666.666,0,0,1,0,.106s-.109.037-.078.092.085.054.054.12a.653.653,0,0,0-.039.112c-.015.047-.054.143-.054.143h-.07v-.022a.261.261,0,0,1-.09,0l-.015.028.078.034Z' transform='translate(-366.029 186.474)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.906-174.037a.455.455,0,0,1-.054.043l-.009.006h0a.172.172,0,0,1-.062.027c-.054.008-.062-.012-.093.016s-.027.062-.05.089-.053.047-.062.074,0,.062-.035.093-.066.05-.066.05a1.354,1.354,0,0,1-.07.12c-.022.031-.085.1-.112.142s-.092.116-.08.132.171-.008.1.016a.277.277,0,0,0-.116.066c-.019.019-.085.07-.054.093s.019.043.05.047.131-.022.165-.022l.017,0a2.408,2.408,0,0,0,.174-.231c.016-.008.255-.311.308-.386a2.577,2.577,0,0,1,.213-.224s.008-.018.017-.044a.516.516,0,0,0,.008-.124.323.323,0,0,0-.053-.111l-.01-.012a.191.191,0,0,0-.031.083C378-174.061,377.941-174.061,377.906-174.037Z' transform='translate(-365.904 186.522)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M378.2-173.664l0-.014c-.006-.022-.044-.067-.059-.1s-.034.061-.034.061l-.084.044a.34.34,0,0,1-.074.025.194.194,0,0,1-.089,0h-.008c-.005,0-.009.014-.035.04s-.074.05-.066.07a.205.205,0,0,0,.023.039c.012.018.016.018-.023.041s-.074.013-.074.054a.089.089,0,0,1-.085.078c-.036,0-.027.066-.043.062a.248.248,0,0,0-.062.027l-.03.031c.186-.05.6-.2.7-.222.012-.021.023-.056.047-.1a.16.16,0,0,0,.009-.123.337.337,0,0,1-.016.052A.27.27,0,0,0,378.2-173.664Z' transform='translate(-365.81 186.639)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.475-179.943l-.381-.133-.147.05.053.018.017.006.066.026a.475.475,0,0,1,.16.1c.076.053.071.084.121.218a1.542,1.542,0,0,1-.022.526,1.529,1.529,0,0,0,.154-.43c.009-.037.037-.158.046-.215v0a.137.137,0,0,0-.045-.1Z' transform='translate(-366.542 184.8)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.516-180.328h0Z' transform='translate(-366.96 184.726)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.236-180.741c-.009.023-.018.058-.025.08h0l0-.008C374.224-180.691,374.223-180.7,374.236-180.741Z' transform='translate(-366.757 184.605)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.795-180.712c-.019-.04-.134-.058-.176-.047a.6.6,0,0,0-.111.05c-.006,0-.014.005-.017.01a.345.345,0,0,0-.008.109s-.053.137-.061.171a.169.169,0,0,1-.094.089c-.044.019-.074.076-.1.085s0-.047.009-.067l-.028.028c-.1.1-.143.15-.143.15s-.242-.018-.274-.022h0c-.008,0-.226-.019-.306-.014a.577.577,0,0,0-.083.012.441.441,0,0,1,.1.048.532.532,0,0,0,.169.084c.1.035.068-.027.116-.058a.66.66,0,0,1,.22-.035s.1,0,.094.03a.562.562,0,0,1-.021.068c.028-.05.063-.119.063-.119l0,.094a1.528,1.528,0,0,1-.1.187.291.291,0,0,0-.074.128.248.248,0,0,0,.035.143c.01.023.036.076.049.1l.017.014a.239.239,0,0,0,.057-.017c.036-.01.058-.031.04-.052-.2-.236.071-.289.142-.277s.224.045.244.005a.263.263,0,0,1,.216-.12c.111-.005.167.088.224.137s.063.056.079.162-.112.137-.19.182a.372.372,0,0,0-.063.043.807.807,0,0,1,.09-.04.182.182,0,0,1,.088-.008c.013-.006.019-.045.063-.063.013-.006.1-.048.11.039.01.058.01.039.01.039a.339.339,0,0,0-.037-.289.476.476,0,0,1-.058-.094.543.543,0,0,1-.034-.134.745.745,0,0,0-.056-.174.831.831,0,0,1-.078-.234.946.946,0,0,1-.034-.178v-.081a.256.256,0,0,0-.019.037C374.831-180.612,374.813-180.676,374.795-180.712Z' transform='translate(-366.995 184.599)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.491-180.678a.522.522,0,0,0-.121-.072l-.059-.021a1.206,1.206,0,0,0-.155-.031c-.012,0-.066-.019-.066-.019a.093.093,0,0,1,.049-.009.081.081,0,0,0-.018-.023.254.254,0,0,0-.039-.009c-.025,0-.048.006-.072.006a1.144,1.144,0,0,0-.116.01.671.671,0,0,0-.152.016c-.047.018-.109.053-.109.078l-.009.025-.008.022a.329.329,0,0,0,.066,0c.017,0,.016-.01.019-.022a.052.052,0,0,1,.028-.03.107.107,0,0,1,.066-.017c.043,0,.085-.008.128-.008a1.808,1.808,0,0,1,.205.015.41.41,0,0,1,.1.028,1.3,1.3,0,0,1,.324.184c.034.028.049.031.056.023a.33.33,0,0,0-.022-.04A.247.247,0,0,0,375.491-180.678Z' transform='translate(-366.639 184.57)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.882-180.7l0,.016h.063l.138.013a.188.188,0,0,1,.081.05l.027.013c.047.025.05.027.07.039l-.016-.017s.079.022.087.059l.005.017.01.014c.01,0,.012,0,.013.01h0l.019.008a.042.042,0,0,0,0-.068.535.535,0,0,0-.142-.075.749.749,0,0,1-.085-.062.145.145,0,0,0-.074-.022c-.062,0-.093-.009-.149-.01h-.059a.551.551,0,0,0-.1.01l-.013.018Z' transform='translate(-366.599 184.612)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.239-180.381c-.031-.014-.028-.017-.05-.017a.516.516,0,0,1-.092-.025h0a.7.7,0,0,1-.076-.021.327.327,0,0,1-.1-.022l-.016-.013,0,.05a.979.979,0,0,1-.233-.059c-.005-.023-.022-.11-.022-.11l-.006-.005a.125.125,0,0,1-.016.041c-.005.009-.021.014-.022.023h-.025a.671.671,0,0,0,.025.066,1.457,1.457,0,0,0,.08.257c.032.05.039.084.2.127.028.006.083-.017.129-.012a.268.268,0,0,0,.1-.018q-.045-.012-.089-.027a.43.43,0,0,1-.149-.072l.006,0c-.022-.008-.008-.032-.005-.049a.076.076,0,0,0,0-.041c0-.01-.018-.023-.018-.036,0-.034.072.013.084.019a.294.294,0,0,0,.16.03c.027,0,.056,0,.083,0s.045,0,.063-.018c0,0,.035-.039.031-.045l-.023.018A.048.048,0,0,0,375.239-180.381Z' transform='translate(-366.647 184.646)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.843-180.579a.168.168,0,0,1,.066-.111h0l0-.016-.129.014a.7.7,0,0,0-.056.089c0,.013,0,.021,0,.021s-.005.021.043.072a.517.517,0,0,0,.072.053v.017s-.156-.1-.2-.127c0,0,.017.087.022.11a.979.979,0,0,0,.233.059l0-.05A.192.192,0,0,1,374.843-180.579Z' transform='translate(-366.631 184.615)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.669-180.818l.021-.016.032-.021h-.014a.756.756,0,0,1,.149-.084.282.282,0,0,1,.063-.006.579.579,0,0,1-.094-.018c-.008-.008-.125.019-.187.021s-.061.07-.063.088a.219.219,0,0,0,.005.047l.013-.022C374.606-180.855,374.678-180.833,374.669-180.818Z' transform='translate(-366.651 184.54)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.782-180.656c.071-.018.1-.037.124-.034s.031.008.044,0,.008,0,.008-.023c0-.053-.074-.089-.085-.1a.131.131,0,0,0-.028-.032.138.138,0,0,1-.03-.041.108.108,0,0,1,.08.032l0,.005-.012-.018a.186.186,0,0,0-.04-.017l-.049-.019v.019c.008.044.058.056.07.1s.01.1-.043.112l-.2.022h.034l.112.008.013,0Z' transform='translate(-366.928 184.556)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.719-180.545l.017,0Z' transform='translate(-366.901 184.661)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.042-180.755l0,0' transform='translate(-367.099 184.6)' fill='none' stroke='%23555554' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.216' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.482-181.081a1.512,1.512,0,0,1-.211-.031.413.413,0,0,0-.125.035h0a1.028,1.028,0,0,0-.1.339l0,.039v.043a1.043,1.043,0,0,0,.04.318c.032.089.046.1.087.114a2.2,2.2,0,0,0,.264.058.438.438,0,0,0,.187.016c.025-.009.005-.019-.009-.026s-.04-.005-.057-.013-.032-.028-.047-.044-.043-.026-.054-.045.022-.053,0-.07a.1.1,0,0,0-.034-.009.3.3,0,0,0,.085-.012c.027-.008,0-.032-.016-.04a.391.391,0,0,0-.079-.034.563.563,0,0,1-.071-.031.071.071,0,0,1-.035-.062c0-.017,0-.05.023-.053s.035.015.044.026a.135.135,0,0,0,.037.034c.043.023.081.052.123.075.079.044.1.03.187.07a.356.356,0,0,0,.2,0,.576.576,0,0,1-.2-.052.827.827,0,0,0-.112-.025.154.154,0,0,1-.072-.04c-.014-.014-.052-.047-.052-.067,0-.054.083-.03.111-.021a.26.26,0,0,0,.07.016.309.309,0,0,0,.084-.013l.057-.017h0c-.013,0-.028,0-.04,0l-.052.005a.207.207,0,0,1-.093-.019l-.014-.008c-.019-.009-.037-.017-.056-.027-.044-.026-.087-.053-.131-.078l-.022-.005c-.016,0,0,.019-.034.028s-.057-.053-.057-.053l0,0,0,0-.006.012,0,0h-.015l-.168-.014a.7.7,0,0,0-.028-.076c.019.006.079.01.089.023s.1,0,.1,0v-.05a.337.337,0,0,0-.1-.031h-.045l.016-.006a.215.215,0,0,0,.066-.072c.014-.027.048-.019.119-.008a.9.9,0,0,0,.217-.034c.078-.012.022-.045.035-.065v-.006l-.043-.005A.456.456,0,0,0,373.482-181.081Z' transform='translate(-367.099 184.497)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.021-180.957c-.008.018-.016.036-.021.052l.013.005.026.006,0,.028.009-.089Z' transform='translate(-367.111 184.542)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.319-180.815a.206.206,0,0,1,.034.01c0-.014,0-.028,0-.043s-.014-.054-.008-.081a.174.174,0,0,1,.044-.066c.014-.019.013-.027-.012-.017-.062.025-.074.041-.107.041l-.057-.04h0c.028.026.047.045.047.045h-.1a.372.372,0,0,1,.04.017c.021.01.048.005.059.035a.3.3,0,0,1,.01.053v.044h0A.169.169,0,0,1,374.319-180.815Z' transform='translate(-366.772 184.525)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.395-181.023v0l.009,0Z' transform='translate(-367.288 184.523)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.006-179.479a.5.5,0,0,0-.059.074s-.109.044-.08-.028a.135.135,0,0,0-.005-.127c-.012-.036-.045-.081-.021-.111l.026-.031a.14.14,0,0,0,.121,0c.066-.031.076.043.12,0s.127-.053.061-.008-.078.057-.1.09a.98.98,0,0,1-.066.141Zm-.32-.408c-.076-.1-.018-.119-.075-.2s-.034-.094-.034-.164a.577.577,0,0,1,.04-.194.82.82,0,0,1,.068-.169.739.739,0,0,0,.056-.178c.021-.09.019-.11.09-.138s.009.125,0,.182a.561.561,0,0,1-.125.218c-.043.039-.049.172-.078.251s0,.081.022.18a.7.7,0,0,0,.145.267s-.035.052-.11-.052Zm.355-.61a.7.7,0,0,0-.181.26.165.165,0,0,0-.017.041.221.221,0,0,0,0,.05.487.487,0,0,0,.047.165.513.513,0,0,0,.217.189c.039.018.072-.093.092-.124s-.081-.187-.081-.3a.159.159,0,0,1,.052-.116c.031-.031.076-.039.106-.07s.041-.071.022-.093-.057.013-.087.009a.047.047,0,0,1-.044-.047.271.271,0,0,0-.127.036Zm-.035-.275c.028-.061.08.014.1.021a.231.231,0,0,1,0,.085c-.012.018-.006.043-.058.043s-.022.023-.04-.021a.128.128,0,0,1,0-.128Zm.234,1.212,0-.048s.025-.151.025-.181a1.13,1.13,0,0,1,0-.209c.013-.053.052-.092.035-.164a.446.446,0,0,1,0-.156c0-.045,0-.124,0-.124l.036-.107c.014-.158.063-.311-.048-.448-.1-.12-.327-.142-.428-.24h-.022c-.045-.005-.036.006-.114.045s-.088.093-.124.152a1.985,1.985,0,0,0-.075.207,1.719,1.719,0,0,0,0,.308s0,.075,0,.109.01.142.017.208v.016a.085.085,0,0,0,0,.027c.019.057.068.236.111.348s.072.2.093.24a.383.383,0,0,1,.03.172.233.233,0,0,0,.088.19.238.238,0,0,0,.119.048h.076l0,.081.006-.057C372.078-179.162,372.24-179.561,372.24-179.561Z' transform='translate(-367.544 184.459)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.187-180.486c.008-.061.019-.111.036-.112s.053-.027.081-.047a.16.16,0,0,1,.078-.074c.1-.047.14-.019.209-.08a.34.34,0,0,0,.1-.134c.034-.085-.138-.5-.122-.746a.816.816,0,0,1,.2-.455,1,1,0,0,1,.383-.289,1.313,1.313,0,0,1,.671-.047,4.478,4.478,0,0,0,.581.066.878.878,0,0,1,.793.481,3.3,3.3,0,0,1,.123.478.735.735,0,0,1,0,.424c-.049.092-.1.248-.056.279s.018.094.018.2a1.086,1.086,0,0,0,.031.213c0,.04.041.171.039.19s.026.039.04.049l.008-.034h0c.014-.238.04-.474.054-.712a3.056,3.056,0,0,0-.194-1.456c-.15-.329-.385-.747-.792-.784a1.089,1.089,0,0,0-.224.027c-.054.005-.123-.006-.164.04-.019.022-.03.05-.048.072s-.045.039-.053.067a.088.088,0,0,0,0,.026c0,.013.075.054.1.021l.016-.025c.11-.167.5.005.6.11a.357.357,0,0,1-.337.14c-.165-.025-.326-.04-.494-.049a.682.682,0,0,1-.366-.063c-.155-.1-.247-.256-.438-.3-.116-.025-.191.057-.295.088a1.671,1.671,0,0,0-.345.1,1.461,1.461,0,0,0-.578.623c-.037.074-.1.3-.163.333a1.009,1.009,0,0,1,.2-.131c-.006.03.013.075.006.1.017,0,.034,0,.049,0-.048.114-.164.216-.165.342a.506.506,0,0,1,.138-.143.293.293,0,0,1-.05.42c-.111.093-.2.114-.276.253a1.905,1.905,0,0,0-.154.375l.174.023Z' transform='translate(-367.278 183.924)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.984-180.868l-.19-.047,0,.047c-.032,0-.107.034-.143.155s-.075.143-.107.03c-.026-.1-.018-.123-.053-.152-.017.068-.041.134-.079.152-.087.041-.093-.094-.115.062a1.218,1.218,0,0,1-.071.271c-.026.084-.019.159-.037.2s-.115.491-.115.491a3.7,3.7,0,0,0,.15.978,2.861,2.861,0,0,0,.611.886,2.724,2.724,0,0,0,1.065.774,1.33,1.33,0,0,0,.689.071,2.4,2.4,0,0,0,.448-.208v0h0c.027-.018.056-.036.087-.059a1.442,1.442,0,0,0,.213-.177s.247-.182.234-.255a1.8,1.8,0,0,0-.129-.215.356.356,0,0,1-.023-.164c.009-.092.036-.09.063-.145a.723.723,0,0,0,0-.269c-.012-.112-.04-.087-.04-.087l-.052.09s.056.407-.146.461a1.153,1.153,0,0,1-.454-.018,1.41,1.41,0,0,1-.3-.07.784.784,0,0,0-.342-.009s.238.058.4.089a1.337,1.337,0,0,1,.441.164.225.225,0,0,1,.12.243.222.222,0,0,1-.112.227.336.336,0,0,1-.189.052c-.125,0-.252.008-.377,0a.938.938,0,0,1-.292-.063c-.1-.043-.2-.1-.3-.143a.269.269,0,0,1-.116-.076.371.371,0,0,1-.1-.243c0-.074-.008-.129.061-.173a1.444,1.444,0,0,1,.136-.081s.216-.087,0-.11c-.093-.01-.184-.01-.277-.014-.078,0-.155-.035-.231-.031a.292.292,0,0,1-.074.008c-.066-.012-.072-.107-.088-.159a.968.968,0,0,1-.037-.182,2.322,2.322,0,0,1,0-.315,1.654,1.654,0,0,0-.006-.2,3.931,3.931,0,0,0-.151-.706,1.908,1.908,0,0,1,0-.257c.061-.174.036-.107.114-.193a.326.326,0,0,0,.075-.134c-.014-.023-.075-.017-.075-.017a.192.192,0,0,1,.03-.12c.036-.043.093-.085.083-.129a.189.189,0,0,1,.013-.107c.006-.006,0-.027.005-.026s.059,0,.067,0l.01.005,0-.049v0Z' transform='translate(-367.381 184.554)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.109-180.839s0-.006.005-.023.006-.076.013-.129l0,.013-.186-.025-.284-.081s-.056.048-.048.081,0,.052.031.059.2.044.2.044l.274.07v-.034h0Z' transform='translate(-367.227 184.505)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.5-180.787h0Z' transform='translate(-366.38 184.591)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.652-179.069a.28.28,0,0,1,.04.01.218.218,0,0,0-.027-.019Z' transform='translate(-366.629 185.091)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.876-179.065Zm.977.1c0-.019-.028-.041.006-.059.01-.005,0-.022-.009-.023a.214.214,0,0,1-.1-.05.083.083,0,0,0-.046-.019h0l-.01.023c0,.019.039.034.049.05a.157.157,0,0,1,.009.088c-.009.1-.141.1-.212.075-.044-.013-.079-.019-.1-.061-.012-.022-.026-.019-.047-.017a.739.739,0,0,1-.141.012.394.394,0,0,1-.112-.036.619.619,0,0,1-.134-.049.923.923,0,0,1-.083-.056l-.017,0a.923.923,0,0,1-.237-.132.473.473,0,0,0-.115-.048h0c-.025,0-.072,0-.063.017.009,0,.066.066.074.074.067.056.163.045.24.081a1.4,1.4,0,0,1,.174.106.537.537,0,0,0,.158.087,1.223,1.223,0,0,0,.138.019c.049.008.1.025.147.031a1.3,1.3,0,0,0,.317.009c.053,0,.088-.05.109-.065a.142.142,0,0,0,.027-.032h0C374.858-178.936,374.852-178.946,374.853-178.962Z' transform='translate(-366.968 185.037)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.286-179.2a.62.62,0,0,1,.169.012l.22.089.01.005c.041-.026.057.021.084.034l.012.008.054.023c0-.025,0-.05,0-.076a.1.1,0,0,0-.066-.072.489.489,0,0,0-.061.008c-.021,0-.04-.01-.059-.012s-.158-.027-.174-.027h-.226A.062.062,0,0,0,374.286-179.2Z' transform='translate(-366.747 185.051)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.019-179.738s-.04,0-.085-.061l-.025-.035a.171.171,0,0,0-.056.006.407.407,0,0,0-.186.061l-.014.013a.628.628,0,0,0-.093.052l-.019.013a.458.458,0,0,0,.057-.014.134.134,0,0,1,.075,0c.022.008.039.026.062.034.043.015.125.021.137.076,0,.019-.014.031-.026.043a.622.622,0,0,0-.075.089c-.052.084.093.043.151.032s.171-.092.279-.032c.132.071.083-.057.083-.057a.21.21,0,0,1,.027-.11c.03-.044.138-.026.154-.017a.5.5,0,0,0-.044-.041.191.191,0,0,0-.1-.036,1.105,1.105,0,0,0-.11.022.361.361,0,0,1-.177-.032l-.006-.005-.017-.013Z' transform='translate(-366.953 184.87)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.542-181.272c-.039,0-.08.009-.1.09a.147.147,0,0,0,.065.169c.078.023.118-.044.118-.127C374.625-181.191,374.594-181.267,374.542-181.272Z' transform='translate(-366.691 184.45)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.939-180.725c.052,0,.047-.025.058-.043a.231.231,0,0,0,0-.085c-.017-.006-.069-.081-.1-.019a.126.126,0,0,0,0,.127C371.917-180.7,371.887-180.725,371.939-180.725Z' transform='translate(-367.438 184.56)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.77-180.357a.219.219,0,0,0,0,.05.486.486,0,0,0,.047.165.5.5,0,0,0,.217.189c.039.018.072-.093.092-.124s-.08-.187-.08-.3a.158.158,0,0,1,.05-.116c.031-.03.076-.039.106-.07s.041-.07.022-.093-.057.013-.087.009-.048-.023-.044-.047a.271.271,0,0,0-.127.036.7.7,0,0,0-.181.26A.165.165,0,0,0,371.77-180.357Z' transform='translate(-367.471 184.619)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.1-180.05c.066-.045-.017-.034-.061.008s-.054-.031-.12,0a.14.14,0,0,1-.121,0l-.026.031c-.025.03.009.075.021.111a.135.135,0,0,1,.005.127c-.028.072.08.028.08.028a.536.536,0,0,1,.061-.074,1.16,1.16,0,0,0,.065-.141C372.021-179.994,372.032-180,372.1-180.05Z' transform='translate(-367.473 184.799)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.495-180.879s-.018-.019-.047-.045a.426.426,0,0,0-.142-.083c-.109-.031-.112-.067-.213-.087a.649.649,0,0,1-.205-.11.524.524,0,0,0-.1-.049c-.045-.009-.087.023-.123,0s.014-.078-.087-.041l.049.111-.266.111a1.972,1.972,0,0,0,.2.017l.039.006.085.005.084.022.156.025a.4.4,0,0,1,.093.013l.008,0a1.274,1.274,0,0,1,.32.084h0l.05.018h.1Z' transform='translate(-367.006 184.44)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.272-180.8l.393.075c.038.006,0-.025,0-.025a.392.392,0,0,0-.05-.054c-.028-.025-.048-.071-.069-.085a.7.7,0,0,1-.066-.068.483.483,0,0,0-.11-.016c-.036,0-.084,0-.109,0s-.205.021-.253.028a.84.84,0,0,1-.119.005.282.282,0,0,0-.063.006.8.8,0,0,0-.149.084h.014l.149,0c.041,0,.081,0,.123,0a.6.6,0,0,1,.1.013.254.254,0,0,1,.039.009h.006A1.541,1.541,0,0,0,375.272-180.8Z' transform='translate(-366.621 184.537)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.7-180.915c-.035-.009-.025-.025-.031-.059s.048-.081.048-.081l.284.081.186.025,0-.013a.738.738,0,0,1,.009-.075l-.583-.125-.174-.023c0,.014-.008.027-.01.04-.016.072-.025.125-.035.171l.008.005Z' transform='translate(-367.288 184.475)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.833-180.932s-.171-.035-.205-.044l.005.079.191.048.283.063v-.075h0Z' transform='translate(-367.22 184.537)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.476-180.679a.112.112,0,0,0-.006.044c0,.037-.05.045-.034.08s.018.045,0,.062a.529.529,0,0,0-.025.106h.05l.16.056.1.028h0l.026-.061a.169.169,0,0,0,.008-.03l0-.019a.47.47,0,0,0-.012-.14v-.048l-.023-.006Z' transform='translate(-366.407 184.623)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.978-180.589l.014-.059h.031a.587.587,0,0,1,0,.084c0,.018-.014.025-.031.031s-.018-.041-.014-.056Zm-.049.11.012-.019.027.013a.046.046,0,0,1-.039.006Zm-.039-.084c-.01-.01,0-.026,0-.027l.018-.031s.026.027.031.031-.017.04-.017.04a.091.091,0,0,1-.032-.013Zm.133.137c.058-.03.155-.159.132-.2l-.006-.006a.188.188,0,0,0-.081-.05l-.138-.013h-.065a.168.168,0,0,0-.066.111.192.192,0,0,0,.05.132l.016.013a.363.363,0,0,0,.1.023A.122.122,0,0,0,375.023-180.427Z' transform='translate(-366.586 184.619)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.291-179.8a.25.25,0,0,0-.152-.052c-.023,0-.08,0-.085.028a.026.026,0,0,0,0,.019c.016.04.1.018.128.023a.73.73,0,0,0,.074.013.729.729,0,0,1,.1.028C374.339-179.742,374.309-179.78,374.291-179.8Z' transform='translate(-366.804 184.866)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.6-179.743c-.031.012-.061.027-.09.041l-.018.008-.057.04.071-.018.034-.009c.049-.012.136.014.158-.048a.015.015,0,0,0-.009-.021A.2.2,0,0,0,374.6-179.743Z' transform='translate(-366.691 184.894)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.95-179.608l-.008-.016c-.013-.027-.039-.08-.049-.1a.248.248,0,0,1-.035-.143.291.291,0,0,1,.074-.128,1.52,1.52,0,0,0,.1-.187l0-.094s-.035.068-.063.118a.213.213,0,0,1-.031.048.768.768,0,0,0-.083.072.458.458,0,0,0-.075.172c0,.008.039.119.041.129a.273.273,0,0,0,.021.037l.025.035C373.91-179.608,373.95-179.608,373.95-179.608Z' transform='translate(-366.884 184.74)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.59-180.789a1.457,1.457,0,0,0-.177.005c-.052.006-.1-.014-.11.012l-.014.045c-.013.045-.012.05-.021.074l0,.008a3.506,3.506,0,0,1-.212.335l0,.008c-.01.021-.036.074-.01.067s.061-.066.106-.085a.169.169,0,0,0,.094-.089c.008-.034.061-.171.061-.171a.343.343,0,0,1,.008-.109l.017-.01a.6.6,0,0,1,.111-.05c.041-.012.156.006.176.047a.378.378,0,0,0,.069.123.25.25,0,0,1,.019-.037.162.162,0,0,0,.034-.093c0-.015.005-.015-.008-.026l-.028-.025A.151.151,0,0,0,374.59-180.789Z' transform='translate(-366.811 184.591)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.933-180.772c-.03-.031-.044-.054-.07-.085l0-.005a.108.108,0,0,0-.08-.032.138.138,0,0,0,.03.041.111.111,0,0,1,.028.032c.012.014.085.05.085.1,0,.026-.006.022-.009.023s-.019.005-.043,0-.053.016-.124.034h.005a.846.846,0,0,0,.1-.01c.032-.005.036.01.069.028s.031.013.068.009.017,0,.036,0,.017-.023.006-.039-.018-.021-.022-.027C373.991-180.726,373.964-180.74,373.933-180.772Z' transform='translate(-366.893 184.56)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.684-180.834a.051.051,0,0,1-.025.036c-.013.012-.019-.01-.019-.026a.184.184,0,0,1,.008-.049c0-.014.013-.016.016-.018l.021,0a.177.177,0,0,1,0,.053Zm-.07.115c-.006.008-.017.006-.026-.013s.006-.021.022-.026.012.01.014.016a.049.049,0,0,1-.01.023Zm-.037-.083c0,.026-.028.021-.035.014s0-.035,0-.052.027-.031.035-.025,0,.035,0,.062Zm-.1.1.012.008a.206.206,0,0,0,.235-.008.285.285,0,0,0,.058-.208v-.006a.969.969,0,0,0-.211-.018c-.03,0-.076.01-.1.014l-.026.005S373.4-180.752,373.473-180.7Z' transform='translate(-366.986 184.549)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.445-180.735s-.047-.071-.044-.09.008-.013.021-.032a.3.3,0,0,1,.045-.052l.013-.012h-.009a.384.384,0,0,0-.087.021.766.766,0,0,0-.066.041c-.009.008-.022.013-.037.023a.22.22,0,0,0-.034.025l0,0s.025.061.057.053.018-.031.034-.028l.022.005.019.005Z' transform='translate(-367.04 184.553)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.057-180.917a.171.171,0,0,1,.022-.049.59.59,0,0,1,.066-.092.148.148,0,0,1,.022-.018l.022-.009.01,0,.022,0,.025,0h.037a.931.931,0,0,1,.181.021l.267-.111-.049-.111-.066.005a.374.374,0,0,1-.1.058,1.883,1.883,0,0,1-.193.027,1.3,1.3,0,0,0-.132.021.1.1,0,0,0-.052.022c-.028.019-.052.044-.081.047s-.028.052-.036.112c0,.025-.006.05-.009.075-.006.053-.009.1-.013.129h0v0c.005-.016.013-.034.021-.052C373.034-180.891,373.049-180.921,373.057-180.917Z' transform='translate(-367.112 184.443)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373-180.89l.005-.023C373-180.9,372.993-180.886,373-180.89Z' transform='translate(-367.113 184.555)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.039-180.8c-.008,0-.062,0-.067,0s0,.019-.005.026a.188.188,0,0,0-.013.107c.01.044-.047.087-.083.129a.192.192,0,0,0-.03.12s.061-.006.075.017h0c.012.025,0,.025-.012.08s.044-.008.057-.025.054-.025.107.03.037.014.084.019.022-.027.013-.025-.023-.023-.032-.04a.4.4,0,0,1-.032-.093c-.005-.035-.032-.172-.032-.172l-.014-.133,0-.012c0-.006-.005-.019-.012-.026Z' transform='translate(-367.158 184.589)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.99-179.018c.005-.005,0-.013,0-.019l-.012-.008c-.027-.013-.043-.059-.084-.034h0l-.009-.005-.218-.089a.62.62,0,0,0-.169-.012.062.062,0,0,1-.038-.008h0a.449.449,0,0,0-.209-.056,2.293,2.293,0,0,0-.27-.035.58.58,0,0,0-.114.018.183.183,0,0,1-.125.01.281.281,0,0,0-.193,0h0a.485.485,0,0,1,.114.048.886.886,0,0,0,.237.132l.017,0a.025.025,0,0,0,.012-.014c0-.016-.022-.019-.034-.025l-.009-.005a.738.738,0,0,0-.048-.061.019.019,0,0,1-.006-.025c.013-.019.059,0,.08-.005s.027-.03.057-.028.074.005.11.005a.694.694,0,0,1,.225.043.7.7,0,0,0,.151.039.394.394,0,0,1,.227.044l.018,0h0a.083.083,0,0,1,.046.019.214.214,0,0,0,.1.05c.013,0,.019.018.009.023-.035.018,0,.04-.006.059a.021.021,0,0,0,.022.026h0c.013,0,.026,0,.031-.014a.1.1,0,0,1,.078-.061l.006,0Z' transform='translate(-366.953 185.031)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.033-180.666a.262.262,0,0,0-.025.1.685.685,0,0,0,.057.177.68.68,0,0,1,0-.156c.012-.036,0-.083.03-.121a.763.763,0,0,0,.053-.1.372.372,0,0,0-.07.006C374.052-180.752,374.044-180.7,374.033-180.666Z' transform='translate(-366.817 184.598)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.827-180.268h-.014l-.043-.009a1.585,1.585,0,0,0-.164-.035h-.017c-.043-.006-.147-.031-.191-.039s-.088-.013-.131-.021a.113.113,0,0,0,.027.053c.025.03.025.006.065.039a.092.092,0,0,0,.079.012.577.577,0,0,1,.083-.012C373.6-180.287,373.819-180.268,373.827-180.268Z' transform='translate(-367.033 184.712)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.29-180.489l-.03-.04.03.013h0c0-.008,0-.014-.012-.012s-.005,0-.01-.013l-.005-.017c-.008-.037-.087-.059-.087-.059l.016.017c.028.036.078.118-.027.156-.026.009-.15.022-.18.027h0a.516.516,0,0,0,.092.025c.022,0,.019,0,.05.016a.05.05,0,0,1,.028.043l.023-.018.027-.018c.012-.006.092-.034.092-.034l-.061-.01Z' transform='translate(-366.532 184.641)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.238-180.488l-.008-.014S375.227-180.494,375.238-180.488Z' transform='translate(-366.46 184.675)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.848-180.439v-.017a.517.517,0,0,1-.072-.053c-.048-.052-.043-.072-.043-.072s0-.009,0-.021a.7.7,0,0,1,.056-.089l.013-.018h0l-.048.01a.521.521,0,0,1-.107.094c-.028.009-.03.017-.006.034l.006.005C374.692-180.536,374.848-180.439,374.848-180.439Z' transform='translate(-366.636 184.615)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.416-180.824h0s-.038-.03-.056-.022a.047.047,0,0,1-.032,0l-.032-.01a.11.11,0,0,0-.048,0h0l-.01.043h.109Z' transform='translate(-366.749 184.57)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.682-180.842l.006,0c.009-.016-.063-.037-.076-.012l-.013.022c-.01.017-.021.028-.028.027s-.059,0-.059,0l.023.01.03.016a.347.347,0,0,1,.032.023h0A.3.3,0,0,1,374.682-180.842Z' transform='translate(-366.67 184.568)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.4-180.805c.035.03.027.057.053.152.032.114.068.092.106-.03s.112-.154.145-.155l0-.047-.005-.078-.293-.057h-.009v.005l.037.013A1.386,1.386,0,0,1,372.4-180.805Z' transform='translate(-367.289 184.524)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.253-180.474c-.012-.006-.012-.01-.008-.014a.063.063,0,0,1,.025-.009.385.385,0,0,0,.044-.019l-.061-.012-.019-.008h0l-.031-.012.03.039-.056.074.061.01a.2.2,0,0,0,.04-.018C375.284-180.45,375.282-180.46,375.253-180.474Z' transform='translate(-366.475 184.662)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.3-180.084a.2.2,0,0,1,.12-.093.82.82,0,0,1,.085-.027l0-.009c.006-.022.016-.075.023-.127a.651.651,0,0,1,.025-.106c.018-.017.017-.026,0-.062s.035-.041.034-.08a.144.144,0,0,1,.006-.044.625.625,0,0,1,.026-.076l-.106-.049c-.014-.009-.217-.039-.229-.044s-.143-.028-.227-.036a.145.145,0,0,0-.034,0,.093.093,0,0,0-.049.009s.054.018.066.019a1.207,1.207,0,0,1,.155.031l.059.021a.5.5,0,0,1,.121.072.247.247,0,0,1,.1.106.328.328,0,0,1,.022.04.146.146,0,0,1,.014.093v.049a.082.082,0,0,1-.034,0c-.012-.009-.027.026-.028.032s0,.041-.013.057-.089.009-.115-.006l-.032-.022-.04.037.023.017a.163.163,0,0,1,.021.065.2.2,0,0,1-.006.061.71.71,0,0,1-.028.1l-.009.028C375.261-180.048,375.293-180.069,375.3-180.084Z' transform='translate(-366.532 184.577)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.617-180.352c.028-.079.035-.212.078-.251a.561.561,0,0,0,.125-.218c.009-.057.071-.211,0-.182s-.07.048-.09.138a.669.669,0,0,1-.057.178.916.916,0,0,0-.067.169.577.577,0,0,0-.04.194c0,.07-.023.079.034.164s0,.1.074.2.111.052.111.052a.7.7,0,0,1-.145-.267C371.617-180.271,371.588-180.273,371.617-180.352Z' transform='translate(-367.532 184.528)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.228-180.272c.111.137.062.291.048.448v0l.114-.257.127-.164.07.025v-.009c.01-.045.019-.1.035-.171,0-.013.006-.026.01-.04a1.905,1.905,0,0,1,.154-.375c.071-.14.165-.16.276-.253a.293.293,0,0,0,.05-.42.506.506,0,0,0-.138.143c0-.127.118-.229.165-.342-.016,0-.032-.005-.049,0,.006-.03-.014-.075-.006-.1a1.009,1.009,0,0,0-.2.13c.061-.037.125-.26.163-.332a1.457,1.457,0,0,1,.578-.624,1.67,1.67,0,0,1,.345-.1c.1-.031.178-.112.295-.088.191.043.283.2.438.3a.682.682,0,0,0,.366.063c.167.009.328.025.494.049a.355.355,0,0,0,.337-.141c-.1-.1-.494-.275-.6-.109l-.016.025c-.023.034-.1-.008-.1-.021a.088.088,0,0,1,0-.026c.008-.028.034-.045.053-.066s.028-.052.048-.075c.041-.045.11-.034.164-.039a1.09,1.09,0,0,1,.224-.027c.406.037.642.455.792.784a3.056,3.056,0,0,1,.194,1.456c-.014.238-.04.474-.056.712h0c.062-.249.193-.469.249-.718a2.164,2.164,0,0,0,.039-.386c0-.068.005-.137.012-.2a2.144,2.144,0,0,0-.1-.923,1.459,1.459,0,0,0-.357-.689,1.6,1.6,0,0,0-.354-.183.7.7,0,0,1-.247-.171s-.306-.194-.355-.22a3.538,3.538,0,0,0-.368-.158c-.036,0-.211-.058-.265-.063s-.225-.062-.3-.076a.632.632,0,0,0-.247,0,1,1,0,0,1-.207,0,.277.277,0,0,0-.152.045,1.4,1.4,0,0,1-.355.146c-.089.012-.089,0-.089,0a1.551,1.551,0,0,0-.158,0,.369.369,0,0,0-.1.044,1.821,1.821,0,0,1-.234.09,2.906,2.906,0,0,0-.327.131.425.425,0,0,0-.149.121s-.067.089-.094.116-.112.085-.22.174a1.75,1.75,0,0,0-.381.775,2.74,2.74,0,0,0-.1,1.009,1.912,1.912,0,0,0,.025.513.179.179,0,0,0,.031.039C371.9-180.414,372.131-180.392,372.228-180.272Z' transform='translate(-367.481 183.731)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.529-180.788h0l-.008.034-.005.019.168.039a.461.461,0,0,1,.062.035c0,.019,0,.057,0,.093v.048a.471.471,0,0,1,.012.14l0,.019a.166.166,0,0,1-.008.03l-.026.061h0a3.226,3.226,0,0,1-.169.35.082.082,0,0,0-.035.027.144.144,0,0,1-.109.05l0,.027,0,.027a.19.19,0,0,0,.143-.068l.008-.01c.027,0,.048-.021.208-.381v0l.025-.056a.416.416,0,0,0,0-.218v-.012c0-.053,0-.114,0-.123s.008-.037-.1-.087l-.171-.039h0Z' transform='translate(-366.407 184.591)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.7-174.19v.1l-.1.176.006,0,.076-.111.045-.061-.053.111s-.035.047-.019.058l.005,0a1.465,1.465,0,0,1,.146-.184.17.17,0,0,1,.043-.034.324.324,0,0,1,.059-.009.091.091,0,0,1,.083.022l.01.012a.323.323,0,0,1,.053.111.516.516,0,0,1-.008.124v0c-.006.044-.013.088-.023.13a.238.238,0,0,1-.026.061.031.031,0,0,0,0,.022.47.47,0,0,0,.035-.05s-.012.032-.023.058h.014l.019,0,.03-.012a.3.3,0,0,1,.079.012.5.5,0,0,1,.065.065.064.064,0,0,1,.018.037c0,.019.013.031.017.044a.1.1,0,0,1,0,.019.225.225,0,0,1-.01.071.337.337,0,0,0,.016-.052.1.1,0,0,0,0-.04c0-.017-.013-.031-.012-.043a.08.08,0,0,0-.017-.049.533.533,0,0,0-.061-.072.238.238,0,0,0-.1-.025h0l-.005,0-.022.006,0-.006.013-.034a.989.989,0,0,0,.031-.133.5.5,0,0,0,.01-.141.317.317,0,0,0-.058-.131.1.1,0,0,0-.063-.054.2.2,0,0,0-.076-.008.429.429,0,0,0-.074.012.206.206,0,0,0-.063.047l-.017.021v-.088a.613.613,0,0,0-.028-.081.3.3,0,0,0-.019-.041.113.113,0,0,0-.034-.036.294.294,0,0,0-.081-.039.139.139,0,0,0-.092,0,.268.268,0,0,0-.137.106l-.1.138.11-.128a.255.255,0,0,1,.132-.087.183.183,0,0,1,.141.044h0a.1.1,0,0,1,.026.037A.866.866,0,0,1,377.7-174.19Z' transform='translate(-365.866 186.456)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.938-173.836s0,0-.006.005a.022.022,0,0,1-.022,0l-.01-.008h.039Zm-.005-.036c-.012-.031-.021-.061-.034-.09l0-.008h0a.362.362,0,0,0-.137-.088.1.1,0,0,0-.085.018.207.207,0,0,0-.054.057c.04-.028.093-.056.127-.037a.452.452,0,0,1,.11.084c.01.034.026.067.039.1h.005v.009l0,.034,0,.066c-.005.043-.009.088-.016.133a.564.564,0,0,0,.05-.127c.005-.022.012-.045.016-.067l0-.035v-.019a.042.042,0,0,0,0-.021Z' transform='translate(-366.055 186.557)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.849-172.786a.224.224,0,0,0-.1-.035l.143.061Z' transform='translate(-366.016 186.919)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.174-172.806c-.022-.008-.031-.013-.049-.018h0c-.031-.01-.065-.018-.1-.026a1.017,1.017,0,0,0-.2-.036.326.326,0,0,0-.1.014c-.032.008-.058.032-.1.041a.145.145,0,0,1-.106-.019,1.02,1.02,0,0,1-.085-.062.666.666,0,0,1-.147-.154c-.056-.062-.1-.119-.127-.151l-.018-.025-.1.028.093.05.366.412-.035.11.053-.056-.018-.054.171.016h0l.066.116.1-.054a.441.441,0,0,1,.114-.043.225.225,0,0,1,.118.036,1.039,1.039,0,0,1,.089.056l.021-.093v-.006l.005,0,.109-.036.009,0,.008,0-.118-.035Z' transform='translate(-366.223 186.796)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.936-172.828l-.009.038.017-.041Z' transform='translate(-365.963 186.917)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.518-172.944a.263.263,0,0,1,.058-.025.189.189,0,0,1,.039-.01C376.544-172.976,376.53-172.96,376.518-172.944Z' transform='translate(-366.083 186.873)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.491-172.854l-.1-.01.02.053Z' transform='translate(-366.12 186.907)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.635-176.557a2.016,2.016,0,0,1,.2.284.8.8,0,0,1,.093.221c.038.133.057.163.1.315s.085.125.014.282-.137.544-.094.512a1.15,1.15,0,0,0,.244-.468c.03-.176.03-.1.1-.129s.049.035.147.085.093.171.249.309.065.092.176.27,0,.119,0,.243-.044.288-.044.363.038-.056.044-.1.089-.085.2-.075c.087.009.1.115.132.181a1.153,1.153,0,0,0,.171.3.09.09,0,0,0,.037.032.086.086,0,0,0,.054,0l.295-.056.013,0-.062-.041a.694.694,0,0,1-.216-.194h0c-.112-.165-.275-.258-.377-.416a.506.506,0,0,1-.047-.087h0c-.034-.078-.128-.222-.16-.3a.58.58,0,0,0-.154-.186,2.528,2.528,0,0,1-.231-.288,1.873,1.873,0,0,0-.225-.3.326.326,0,0,1-.035-.05v0c-.035-.071-.211-.327-.211-.327l-.005-.005-.03-.034-.23-.251-.022-.025Z' transform='translate(-366.049 185.828)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.229-180.315a1.218,1.218,0,0,0,.071-.271c.022-.156.028-.021.116-.062.036-.018.061-.084.078-.152a1.386,1.386,0,0,0,.028-.2l-.037-.013-.068-.025-.128.164-.114.258h0l-.035.107s0,.079,0,.124a.454.454,0,0,0,0,.158c.017.071-.022.11-.035.163a1.13,1.13,0,0,0,0,.209c0,.03-.025.181-.025.181l0,.048s.1-.448.115-.491S372.2-180.231,372.229-180.315Z' transform='translate(-367.381 184.519)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.7-178.026a.506.506,0,0,0-.047.24.653.653,0,0,0,.059.138l.016.018c.017.005.1.035.116.1a.477.477,0,0,1,.012.14c0,.017.023.005.046.028a.694.694,0,0,1,.062.1c.021,0,.036-.006.019.035h0l.01.019-.005.036s-.081.034-.03.034h.087l.056.081-.009-.145a1.953,1.953,0,0,1,.168-.393,1.427,1.427,0,0,0,.185-.3c.012-.03.093-.151.093-.151l0-.045a2.274,2.274,0,0,0,.239.239,13.525,13.525,0,0,0,2.34,1.122l.106.041a2.165,2.165,0,0,0,.056-.355,2.442,2.442,0,0,0-.114-.393v0a2.4,2.4,0,0,1-.448.208,1.331,1.331,0,0,1-.689-.071,2.724,2.724,0,0,1-1.065-.774,2.861,2.861,0,0,1-.611-.886,3.7,3.7,0,0,1-.15-.978s-.162.4-.168.413l-.006.057-.066.623c0,.006-.018.088-.043.193-.014.057-.031.12-.049.182l0,.008v.005c-.052.176-.124.357-.124.357S371.714-178.053,371.7-178.026Z' transform='translate(-367.507 184.839)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.822-173.094a1.751,1.751,0,0,1,0-.218,2.722,2.722,0,0,1,.09-.335l.026-.037v0c.027-.041-.036-.043-.036-.043s-.081.071-.132.121-.009.081-.071.162.047.093,0,.185c-.063.121-.025.162.03.172A.27.27,0,0,0,376.822-173.094Z' transform='translate(-366.04 186.654)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.788-173.169a1.752,1.752,0,0,0,0,.218v.022h.07s.039-.1.054-.143a.653.653,0,0,1,.039-.112c.031-.066-.023-.066-.054-.12s.078-.092.078-.092a.653.653,0,0,0,0-.1c0-.078.035-.058.076-.087s.063-.142.063-.142a.983.983,0,0,0,.081-.1c.012-.023.047-.019.085-.047s.058-.016.1-.027.019-.035.019-.12.023-.039.057-.07.119-.026.169-.062c.028-.021.03-.03.017-.034a.189.189,0,0,0-.062,0,.407.407,0,0,0-.088.023l-.019,0a.179.179,0,0,1-.057,0c-.037-.005,0-.052,0-.052l-.063.058s-.346.482-.446.623l-.026.037A2.507,2.507,0,0,0,376.788-173.169Z' transform='translate(-366.005 186.51)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.4-173.051c-.035,0-.145.025-.165.022s-.019-.023-.05-.047.035-.074.054-.093a.277.277,0,0,1,.116-.066c.07-.022-.089,0-.1-.016s.054-.084.081-.132.089-.111.111-.142a1.164,1.164,0,0,0,.071-.12s.027-.019.065-.05.027-.066.035-.093.039-.047.062-.074.019-.062.05-.089.039-.008.093-.016a.172.172,0,0,0,.062-.027l.012-.008a.638.638,0,0,0,.054-.043.268.268,0,0,1-.07.016c-.012,0-.058.027-.071.035a.106.106,0,0,1-.067.01l-.005,0c-.016-.012.019-.058.019-.058l.053-.111-.045.061-.076.111-.044.063-.1.151-.171.256-.275.353-.019.026-.05.125v0l-.012.028-.026.014Z' transform='translate(-365.945 186.53)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.866-173.723c-.035.013-.035.039-.062.074a.392.392,0,0,0-.05.088.83.83,0,0,1-.054.083c-.012.019-.057.071-.1.121a.768.768,0,0,1-.114.118l-.089.075.012,0h0c.022-.013.054-.031.084-.045a.248.248,0,0,1,.062-.027c.016,0,.006-.062.043-.062a.089.089,0,0,0,.085-.078c0-.041.035-.03.074-.054s.035-.023.023-.041a.205.205,0,0,1-.023-.039c-.008-.019.031-.035.066-.07s.03-.036.036-.04h.006a.194.194,0,0,0,.089,0,.312.312,0,0,0,.072-.025.717.717,0,0,0-.076.008c-.058.008-.078-.019-.078-.019l0-.021a.465.465,0,0,1,.078-.1l.013-.026c.012-.025.023-.058.023-.058s-.018.028-.035.05l-.009.01C377.931-173.778,377.9-173.736,377.866-173.723Z' transform='translate(-365.825 186.616)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.228-171.184l-.01.009c-.005.044-.04.127-.19.257s-.217.14-.255.129h-.009a.6.6,0,0,1,.142.128.438.438,0,0,1-.058.146l.035.012.177-.205.284-.284,0-.006-.04-.061-.037-.065Z' transform='translate(-367.765 187.398)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.374-170.453l.177-.224-.036-.032,0,0-.222.236Z' transform='translate(-367.611 187.536)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.859-170.468l-.059.075.067.013.052-.057h0l-.008,0Z' transform='translate(-367.462 187.607)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M368.656-176.34s.017.134-.009.164.03.061,0,.093-.131-.018-.072.047a.2.2,0,0,1,.04.159.037.037,0,0,0-.04,0c-.025.012-.059.034-.059.034s.083.071.106.094.045.146,0,.181-.074.018-.074.018l-.032-.053a.164.164,0,0,0,.032.1c.037.059-.021.123-.03.088s0,.171,0,.211.021.146.008.15a.248.248,0,0,0,0,.125c.013.035.056.544.053.57a5.432,5.432,0,0,1,.054-.576c.027-.092.045-.1.036-.184a1.581,1.581,0,0,1-.047-.236c.01-.047.068-.092.049-.173s.01-.558,0-.585a1.788,1.788,0,0,1,.014-.355h0Z' transform='translate(-368.422 185.853)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M368.587-174.592Z' transform='translate(-368.401 186.402)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M369.116-172.079c.079.243.229.684.229.684a1.414,1.414,0,0,0,.386.267.948.948,0,0,0,.572.12c.137-.056-.1-.32-.171-.479s-.377-.252-.446-.31a2.494,2.494,0,0,1-.445-.7c-.07-.227-.127-.492-.127-.492l-.1-.049v.24A3.606,3.606,0,0,0,369.116-172.079Z' transform='translate(-368.274 186.855)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.772-172.99l-.006-.008c-.072-.023-.246-.087-.565-.207a4.623,4.623,0,0,0-.553-.172.509.509,0,0,1,.063.264v.3l.049.074.05-.005a4.709,4.709,0,0,0,.518-.063A3.44,3.44,0,0,0,373.772-172.99Z' transform='translate(-367.214 186.757)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.089-177.552c.057,0,.1.072.121.114.014,0,.021,0,.013.028l-.012.038c0,.027,0,.057.052.044s.1.079.123.134h0v0l0,.009a.094.094,0,0,1,0,.094c0,.032.014.059.059.044s.1.04.124.084c.006,0,.01.005.013.023v.012l0,.006h0a.475.475,0,0,1,0,.076l-.01.019a.349.349,0,0,0,.114.014c.133,0,.1.15.093.193l0,.013s-.01.152.112.115a.105.105,0,0,1,.14.092l0,.023a.065.065,0,0,1,0,.031v0c0,.026.013.048.04.038.236-.08.154.171.154.171a.482.482,0,0,0,0,.066c.008.035.037.067.13.047s.114.059.106.13a.034.034,0,0,1,.016.028c.006.076-.035.063-.035.063a.174.174,0,0,0,.168.1c.106-.016.039.155.032.205v.009c0,.039.119.031.119.031s-.023-.167-.056-.341-.247-.326-.349-.54a7.124,7.124,0,0,0-.9-.992c-.118-.1-.452-.424-.452-.424l.036.136S372.009-177.552,372.089-177.552Z' transform='translate(-367.404 185.479)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.71-176.891v.062s.127-.052.115.048a.3.3,0,0,1-.03.093.518.518,0,0,0-.027.071c.021.018.065.018.09.041s.078.059.066.106-.062.053-.066.1.067.083.067.083.08-.006.062.07-.07.094-.058.112.04.03.062.052a.1.1,0,0,0,.025.018h0l.009.01h0l0,.013,0,.006,0,0s0,.006,0,.012l0,.014c0,.005,0,.013-.014.026s-.014.025.018.053a.647.647,0,0,1,.1.182s.1.5.1.517v.311a5.032,5.032,0,0,0-.03-.952c-.065-.176-.146-.169-.152-.328s-.006-.146-.006-.247.013-.169-.072-.229-.111-.088-.121-.141.054,0-.034-.106c-.07-.083-.1-.1-.11-.079C374.719-176.924,374.724-176.9,374.71-176.891Z' transform='translate(-366.612 185.706)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.708-174.062l-.085-.071.04.071-.02.045-.02.055.09-.055.08.08-.037-.1.037-.1Z' transform='translate(-366.637 186.536)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.474-176.009l-.067-.055.031.055-.015.035-.015.043.07-.043.062.062-.029-.076.029-.076Z' transform='translate(-366.7 185.972)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.373-178.252c.018.019.049.05.056.04s-.023-.016-.03-.039-.03-.025.006-.048.023-.026.049-.025h.026l-.006-.025s0-.031-.014-.023,0,.017-.023.023a.126.126,0,0,0-.041.018c-.005,0-.01,0-.017,0s-.01,0-.016.019v.006A.041.041,0,0,0,371.373-178.252Z' transform='translate(-367.591 185.297)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.485-178.223h0l0,0Z' transform='translate(-367.555 185.341)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.434-178.063c.032,0,.063-.037.05-.045s-.025,0-.05-.017-.044-.023-.03-.047.01-.026.03-.03.08-.009.08-.009h0s0-.006,0-.013c-.016-.013-.044-.032-.069-.021s-.068-.006-.084.044-.031.063,0,.089S371.4-178.059,371.434-178.063Z' transform='translate(-367.595 185.333)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.583-178.107a.3.3,0,0,0-.061,0c-.022,0-.058.045-.061.05s-.018-.022-.026-.027-.047.005-.04.027.039.031.048.044.028.037.035.048.031.018.031-.023-.026-.063,0-.068a.22.22,0,0,1,.069-.014l.043.014a.082.082,0,0,0,0-.022A.045.045,0,0,1,371.583-178.107Z' transform='translate(-367.58 185.375)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.623-177.92l.025-.014c-.005,0-.043-.012-.048-.035s-.035-.026-.037-.019-.022.025,0,.036S371.615-177.915,371.623-177.92Z' transform='translate(-367.534 185.409)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.63-177.835v-.008c0-.009.018-.014.044-.027s.047,0,.074.013.01-.028.01-.028a.073.073,0,0,0,0-.048l-.019.009-.044.019,0,0-.008,0a.412.412,0,0,1-.043,0c-.019,0-.008,0-.023.013a.105.105,0,0,1-.039.022c-.026.01,0-.023,0-.05s-.006-.022-.009-.035-.043-.034-.043-.034l-.044.034a.184.184,0,0,1,.044.05c.01.023.018.041.026.057l.019.012Z' transform='translate(-367.554 185.409)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.556-177.866h0l-.012-.005c.053.1.067.031.07,0l-.057,0Z' transform='translate(-367.537 185.444)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.848-177.74c-.035.016-.012,0-.023.018s-.043-.023-.058-.028,0,0-.013,0-.012-.01-.022-.023-.01,0-.021-.021-.01.005-.032-.01-.018-.009-.045,0,.019.031.019.031a.1.1,0,0,0,.03.017c.014,0,.013.012.04.048s.023.028.053.019a.049.049,0,0,1,.062.017c.018.019-.019.063-.019.063l.056.044v-.056c0-.021-.005-.053.019-.071s.013-.04.009-.054-.01-.008-.023,0l-.03.014Z' transform='translate(-367.513 185.459)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.873-177.553s.09.075.094.081l.017-.05a.448.448,0,0,0,.018-.065l-.03.016S371.873-177.543,371.873-177.553Z' transform='translate(-367.441 185.527)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.046-177.425l-.027.009s.076.065.1.085l.01.008a.2.2,0,0,0,0-.049l-.013-.034h-.059A.037.037,0,0,1,372.046-177.425Z' transform='translate(-367.398 185.574)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.262-177.169h.012c.006,0,.013-.017.019-.032l-.081-.019A.671.671,0,0,0,372.262-177.169Z' transform='translate(-367.341 185.634)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.646-175.523l-.035-.025a.241.241,0,0,1-.035.006l.057.1.04-.062a.068.068,0,0,0-.005-.039h-.03Z' transform='translate(-366.943 186.123)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.808-175.363h0l-.016,0-.043.009,0-.013c-.045-.006-.1-.018-.1-.018s.072.115.075.121-.006.014.038-.009-.009-.031-.014-.044.017-.026.057-.028.04,0,.048.021a.326.326,0,0,1,.012.072c0,.019.032.006.031,0a.225.225,0,0,1,.005-.065c0-.009.012-.037.012-.037l-.072-.021Z' transform='translate(-366.921 186.171)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.046-175.18a.1.1,0,0,0-.026.154c.067.093.054.058.054.058s0-.045-.006-.054-.052-.044-.036-.067a.147.147,0,0,0,.026-.049l.005-.017Z' transform='translate(-366.82 186.23)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.3-174.8c-.047.18.107.191.121.193s0-.012-.008-.025h0a.052.052,0,0,1-.026-.04l0,0a.129.129,0,0,1-.047-.092.123.123,0,0,1,.061-.107l-.014-.012-.071.022a.074.074,0,0,1-.049-.006v.023A.083.083,0,0,1,374.3-174.8Z' transform='translate(-366.742 186.316)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.218-174.9v.01s0,.012.022.028v-.022Z' transform='translate(-366.755 186.311)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.26-174.263a.068.068,0,0,0-.027.037.2.2,0,0,1,.023.049c.008.031.022,0,.05,0h0c-.008-.027-.016-.053-.021-.08C374.278-174.254,374.272-174.269,374.26-174.263Z' transform='translate(-366.751 186.498)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.334-174.188c.022-.01.012-.025.019-.041s.013-.03,0-.08-.037-.023-.047-.023-.012.009-.014.021a.518.518,0,0,0,.025.137A.035.035,0,0,1,374.334-174.188Z' transform='translate(-366.733 186.476)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.3-174.081c-.008.031.027.035.044.036-.008-.027-.019-.054-.028-.081A.208.208,0,0,0,374.3-174.081Z' transform='translate(-366.73 186.538)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.373-174.049c-.006-.01-.009-.013.01-.014.009-.017.045-.016.08,0l.01,0c.005,0,.006,0,.009,0a.069.069,0,0,1,.027.028c.008.013.005-.021.018-.052s-.008-.034-.047-.072-.037,0-.053,0a.767.767,0,0,0-.079.012l-.017.008.031.1Z' transform='translate(-366.722 186.525)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.483-174.3c.013,0,.017-.01.04,0s.026,0,.039.027.04.028.031.052.012.041-.016.056c-.01,0-.013.014-.016.022s.025-.027.035-.034a.126.126,0,0,0,.04-.037c.014-.022-.005-.039-.006-.078s-.019-.026-.053-.065-.034,0-.076.012a.235.235,0,0,0-.087.041c-.032.022.013.061.028.07l.013.009a.034.034,0,0,0,0-.023C374.452-174.279,374.47-174.3,374.483-174.3Z' transform='translate(-366.701 186.467)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.563-174.353l.005,0v-.031s-.023-.025,0-.035.014-.021.045-.027-.008-.017.031-.006.037.013.044.03.039.008.041.021a.117.117,0,0,1,.009.035l.014-.014a.167.167,0,0,0-.006-.076c-.008-.021-.006-.014-.03-.048s-.049-.023-.079-.021-.061.027-.1.081S374.559-174.354,374.563-174.353Z' transform='translate(-366.667 186.421)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.624-174.368a.072.072,0,0,1-.021.01l.01.006a.5.5,0,0,0,.071-.031C374.65-174.382,374.652-174.388,374.624-174.368Z' transform='translate(-366.643 186.463)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.751-174.715c-.1-.023-.087.039-.121.075s.031.09.043.1h.01l0-.018c-.009-.034-.026-.044-.016-.048s.018-.027.037-.021.021-.005.05,0,.035.008.044.026.08.013.031.031-.05,0-.067.014a.54.54,0,0,1,.067-.008c.041,0,.016-.018.025-.074S374.848-174.69,374.751-174.715Z' transform='translate(-366.638 186.365)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.809-174.938c-.089-.031-.066.022-.112.084s.048.114.048.114l.022,0c0-.008,0-.014-.01-.031-.027-.037-.062-.037-.027-.037s.006.021.034,0,0-.048.027-.019-.013.03.031.027.058-.01.057.01.016.013.023.017l.009-.005c.01-.013,0-.036.012-.071S374.9-174.906,374.809-174.938Z' transform='translate(-366.619 186.298)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.843-175.154c-.076,0-.067.063-.089.12s.065.065.079.066l.032,0c-.031-.01-.054-.028-.057-.045s-.027-.041.018-.045a.374.374,0,0,1,.078.008c.041,0,.057.022.05.049s.03.014.026.021h0c.006,0,.009-.026.017-.07s0-.027-.039-.08S374.921-175.154,374.843-175.154Z' transform='translate(-366.6 186.235)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.808-175.219c0-.045-.041-.062,0-.072s.03.014.068,0,.058-.039.07,0,.041,0,.027.037l.01-.012c.012-.019,0-.017,0-.081s-.027-.016-.123-.021-.049.022-.1.089.058.081.059.092l.016-.005C374.818-175.194,374.808-175.2,374.808-175.219Z' transform='translate(-366.602 186.171)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.715-176.428l-.014,0h0Z' transform='translate(-366.614 185.866)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.747-176.221l-.005-.005c-.025-.048-.017-.054.01-.14a.152.152,0,0,1,.026-.059l-.053.012v.013a.336.336,0,0,1-.017.054.3.3,0,0,0,.009.11.223.223,0,0,0,.054.088l-.03.027c-.008.006-.028.021-.034.092a.2.2,0,0,0,.07.147c.012.009,0,.021,0,.021s-.062.026-.071.032,0,.043-.018.1.065.119.065.119l-.036.039c-.016.018-.036.049-.036.049a.464.464,0,0,1-.019.065c-.006.012.01.061.014.092a.067.067,0,0,0,.034.048.145.145,0,0,0-.028.018c-.012.012-.026.03-.03.032l-.034.114s.021.048,0,.075a.97.97,0,0,0-.068.124s-.013.07-.016.076-.013.016-.061.044-.034.136-.031.12c.034-.162.13-.131.125-.146s.012-.043.019-.121.118-.088.121-.089a.065.065,0,0,0-.047,0,.1.1,0,0,1,0-.076.165.165,0,0,1-.008-.045c0-.062.112-.114.15-.131a.045.045,0,0,0-.048,0s-.093-.049-.056-.083a.136.136,0,0,1-.009-.035c-.006-.1.136-.164.143-.168a.041.041,0,0,0-.028.008s-.092-.027-.068-.07l0-.006a.126.126,0,0,1-.014-.083c.018-.125.193-.078.12-.115,0,0-.111-.072-.092-.085l.006-.006a.178.178,0,0,1-.019-.081c0-.043.058-.085.087-.106h-.009S374.726-176.186,374.747-176.221Z' transform='translate(-366.691 185.866)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.933-175.59c-.063-.037-.121.022-.143.058-.012.019.005.054.026.083,0-.009.006-.019.032-.034.059-.035.058-.027.094-.025s.034.009.052.039l.009.019h0v-.059A.147.147,0,0,0,374.933-175.59Z' transform='translate(-366.589 186.107)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.842-175.442h0l-.006,0Z' transform='translate(-366.574 186.152)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.825-175.754a.362.362,0,0,1,0,.037c-.005.022.057.1.057.1l.014,0a.42.42,0,0,1-.039-.067c0-.01-.048-.03,0-.041s.05.008.089,0,.057.008.059.035v.019l.01-.009a.175.175,0,0,0,0-.1.1.1,0,0,0-.065-.043.272.272,0,0,0-.1.01l-.009.008C374.839-175.779,374.834-175.755,374.825-175.754Z' transform='translate(-366.578 186.041)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.826-175.99c-.023.016.065.076.076.106l-.012-.03c-.01-.019-.01-.027,0-.035a.054.054,0,0,1,.057-.019c.032.01.044-.01.053.019s.009.028.005.04l.021-.005a.122.122,0,0,0,.016-.056c0-.031-.017-.035-.045-.067s-.056-.019-.094-.008a.114.114,0,0,0-.054.034C374.847-176,374.84-175.994,374.826-175.99Z' transform='translate(-366.579 185.974)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.9-176.205c.035.013.071.01.085.017l.009-.019,0,0,0-.006,0-.013h0l-.009-.01h0a.092.092,0,0,0-.062-.016.511.511,0,0,0-.063,0h0a.064.064,0,0,1-.006.028.086.086,0,0,1-.018.023h0c.006,0,.021.013.031.026C374.87-176.2,374.856-176.222,374.9-176.205Z' transform='translate(-366.576 185.914)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.932-176.341l.013-.035c0-.006,0-.013-.013-.041s-.01-.005-.027-.016a.1.1,0,0,0-.061-.012c-.023,0-.028.009-.016.018a.159.159,0,0,1,.027.056l0,0A.091.091,0,0,1,374.932-176.341Z' transform='translate(-366.579 185.861)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.841-176.648c-.031-.025-.036,0-.065,0a.044.044,0,0,0-.044.034c-.006.014.023.035.044.052.044-.022.043-.028.076-.015s.035,0,.04,0a.058.058,0,0,0,.009-.025C374.9-176.623,374.87-176.624,374.841-176.648Z' transform='translate(-366.605 185.798)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.686-176.772a.212.212,0,0,1,.1-.021.362.362,0,0,0,.037,0l0-.005c.017-.036-.005-.019-.023-.039s-.019-.014-.044-.017a.176.176,0,0,0-.084.017l-.026.013a.081.081,0,0,1-.019.023l-.006.006c0,.005.035.023.061.036C374.685-176.763,374.684-176.77,374.686-176.772Z' transform='translate(-366.636 185.742)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.543-177.245a.187.187,0,0,0-.045.056.243.243,0,0,0,0,.075c0,.005.016,0,.03,0a.042.042,0,0,1,.016-.023c.063-.058.045-.1.1-.068s.058.012.053.049a.128.128,0,0,0,.012-.047c.005-.023-.036-.05-.071-.074S374.564-177.263,374.543-177.245Z' transform='translate(-366.674 185.615)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.618-177.04a.116.116,0,0,1-.01-.025H374.6c-.008,0-.013.018-.021.04s0,.047-.023.054c-.021.04.035.023.035.023l.07.071.014.026.021-.018-.016-.023c0-.01-.061-.017-.054-.056s.026-.078.054-.074.041-.023.059-.028l-.027-.016a.155.155,0,0,0-.067-.005C374.633-177.044,374.627-177.027,374.618-177.04Z' transform='translate(-366.659 185.678)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.486-177.458a.116.116,0,0,0,0,.028l.013.058,0,0c.031-.03.05-.058.066-.062h0a.285.285,0,0,1-.049-.023.2.2,0,0,1-.026.018Z' transform='translate(-366.677 185.564)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.542-177.549l0,.019a.181.181,0,0,0,.008-.036c0-.013,0-.013-.017-.035s-.041-.014-.047,0a.093.093,0,0,0,.009.043C374.519-177.566,374.539-177.572,374.542-177.549Z' transform='translate(-366.676 185.519)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.67-171.424c0-.037.012-.133.012-.152a.3.3,0,0,0-.057-.132c-.043-.075-.068-.075-.118-.075s-.176.05-.251.063-.193-.063-.256-.068-.093-.037-.174-.032a.791.791,0,0,1-.274-.037c-.132-.031-.132-.112-.4-.2s-.036.093-.161.106a3.77,3.77,0,0,1-.381,0h-.021s.589.293.62.311.287.1.344.138.181-.013.205,0,.243.074.243.074l.4.01h.11Z' transform='translate(-366.647 187.136)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.2-172.835l-.005,0v.006l-.021.093a1.039,1.039,0,0,0-.089-.056.226.226,0,0,0-.119-.036.48.48,0,0,0-.114.043l-.1.054-.066-.116h0l-.171-.016.1.009.074.008.058.131,0,.006.008-.005c.034-.019.069-.039.1-.056a.451.451,0,0,1,.11-.04h0a.2.2,0,0,1,.1.036c.014.006.027.017.041.025s.04.023.059.036l.013.009,0-.016.014-.062.008-.039.009,0,.079-.026c0,.075-.008.151-.018.225a1.186,1.186,0,0,0-.054.236l-.016.11.014,0h-.014l-.018.128-.045.239c-.014.067-.028.133-.044.2l.018,0H377.1c-.022.09-.044.18-.07.269a.659.659,0,0,1-.1.213.313.313,0,0,1-.18.129h-.283l-.106-.028-.106-.027-.053-.014h.017l.119-.005h.008l0-.006a1.063,1.063,0,0,1,.109-.12l-.017,0h.019c.026-.025.05-.049.076-.076a.478.478,0,0,0,.045-.111h-.014l.016,0c.013-.05.022-.1.031-.152.005-.035.008-.07.012-.1h0c.018-.146.028-.293.032-.441h0l-.048-.4h0l-.083-.218-.019-.053.018.054.075.22.036.4a4.754,4.754,0,0,1-.049.543.756.756,0,0,1-.075.255,2.141,2.141,0,0,0-.184.19l-.074,0-.164.006h-.059l-.045,0,.1.028.37.1h.295l.009,0a.343.343,0,0,0,.2-.142.674.674,0,0,0,.1-.226c.045-.156.079-.317.11-.476l.043-.24.032-.242a1.154,1.154,0,0,1,.05-.236,2.233,2.233,0,0,0,.017-.244v-.017l-.008,0-.009,0Z' transform='translate(-366.237 186.903)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.646-172.493l0,.012.012,0a1.347,1.347,0,0,1,.19-.03.316.316,0,0,1,.181.026l.022.013-.008-.023a.341.341,0,0,1-.017-.088.028.028,0,0,1,.021-.031.118.118,0,0,1,.043-.013.133.133,0,0,0-.045.008.036.036,0,0,0-.028.036.237.237,0,0,0,.006.074.35.35,0,0,0-.177-.027.973.973,0,0,0-.182.03c-.016-.048-.034-.1-.05-.142v-.005h-.006c-.044,0-.089,0-.133.008h0l.128.006C376.616-172.592,376.631-172.542,376.646-172.493Z' transform='translate(-366.098 186.967)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.99-172.4a.259.259,0,0,1-.021.078c0,.01-.013.023-.019.025s-.021-.008-.034-.008-.054,0-.081,0a1.364,1.364,0,0,0-.161.008c-.023.008-.03-.016-.039-.04a.4.4,0,0,1-.012-.078v-.008h-.008l-.107.008.1.006a.491.491,0,0,0,.005.075.1.1,0,0,0,.017.041c.005.015.035.023.045.019l.159-.006c.027,0,.054,0,.08,0s.016.009.044,0a.077.077,0,0,0,.028-.039A.172.172,0,0,0,377-172.4a.1.1,0,0,1,.059-.005h.014l-.014,0A.085.085,0,0,0,376.99-172.4Z' transform='translate(-366.086 187.034)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.6-172.085a.037.037,0,0,0,.03.028l.031,0h.058c.039,0,.079-.005.116,0a.062.062,0,0,0,.062-.021.155.155,0,0,0,.03-.056h0a.161.161,0,0,1,0-.025.027.027,0,0,1,.005-.018l.052-.005-.052,0c-.014,0-.014.015-.018.023l0,.025c-.016.034-.039.07-.074.057s-.08,0-.12,0l-.058,0a.1.1,0,0,1-.027,0s-.008,0-.01-.012a.318.318,0,0,1,0-.111v-.009h-.008l-.1.008.087.006A.28.28,0,0,0,376.6-172.085Z' transform='translate(-366.083 187.097)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.922-171.962l-.01,0c-.005.009,0,.006-.005.01a.385.385,0,0,1-.036.063.069.069,0,0,1-.023.021s0,0-.008,0a.068.068,0,0,0-.021-.005.518.518,0,0,0-.076,0c-.048,0-.107.006-.143.006-.009,0-.008-.035,0-.056s.012-.048.018-.07l0-.013H376.6l-.118.006h0l.107.006a.356.356,0,0,0-.022.062.177.177,0,0,0-.005.039.049.049,0,0,0,.021.044,1.178,1.178,0,0,0,.154,0,.448.448,0,0,1,.072,0l.016,0a.026.026,0,0,0,.027,0,.089.089,0,0,0,.028-.03.278.278,0,0,0,.031-.07c0-.013.013-.009.025-.012h.037l-.018,0-.019,0Z' transform='translate(-366.095 187.158)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.484-171.793l.034.005-.04.09-.01.021.023-.005a.334.334,0,0,1,.2.013l.05.021a.074.074,0,0,0,.028.009.038.038,0,0,0,.031-.018.475.475,0,0,0,.052-.094l.04-.006h-.045a.718.718,0,0,1-.062.088c-.01.014-.016.006-.035,0l-.05-.022a.311.311,0,0,0-.109-.026.348.348,0,0,0-.089.009l.028-.081,0-.01h-.053l-.028,0-.016,0h.044Z' transform='translate(-366.106 187.218)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.418-171.626a.2.2,0,0,0-.022.035.044.044,0,0,0-.005.03c0,.014.017.022.023.025a.649.649,0,0,0,.1.025.412.412,0,0,0,.1.009.3.3,0,0,0,.09-.041h0c.023-.012.047-.022.068-.035l.049,0-.05,0h0l-.071.026h0a.4.4,0,0,1-.087.034.619.619,0,0,1-.09-.012.6.6,0,0,1-.092-.019c-.025,0,0-.043.012-.066l.006-.009-.01,0-.044-.01-.026,0h-.019l.017,0,.026.009Z' transform='translate(-366.135 187.261)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.728-173.253h0l-.146-.008-.056-.006h-.017a.2.2,0,0,0-.071-.017.641.641,0,0,0-.288.04.616.616,0,0,1,.287-.027.23.23,0,0,1,.052.012l.018.005a.716.716,0,0,0,.074.01l.145.009.209.1.13.159.066.081c.018.027.054.058.049.074a.034.034,0,0,1-.031.008.29.29,0,0,0-.048-.017c-.034-.01-.067-.019-.1-.027a1,1,0,0,0-.208-.032.38.38,0,0,0-.066.006.169.169,0,0,0-.039.01.263.263,0,0,0-.058.025.141.141,0,0,1-.037.017c-.066.018-.123-.035-.177-.076a.924.924,0,0,1-.251-.3l-.013-.021.012.021a1.449,1.449,0,0,0,.094.155.666.666,0,0,0,.147.154,1.02,1.02,0,0,0,.085.062.145.145,0,0,0,.106.019c.039-.009.065-.034.1-.041a.326.326,0,0,1,.1-.014,1.017,1.017,0,0,1,.2.036c.032.008.066.016.1.026h0c.018.005.027.01.049.018h.017a.045.045,0,0,0,.044-.026c.01-.028-.012-.048-.021-.059l-.034-.04-.067-.08-.124-.149-.006,0h0l-.005-.005,0,0h0l-.078-.034-.09-.04-.006,0Z' transform='translate(-366.191 186.783)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.12-173.017a.349.349,0,0,1,.074,0c-.005.006.063.07.063.07l-.063.068s.251.225.269.23l.035-.11-.366-.412-.093-.05v.128Z' transform='translate(-366.223 186.803)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.164-175.847l.057.947h0l.039.22c0,.048.005.094.008.142.012-.022.025-.044.031-.043h.005l-.006-.1h0l-.041-.22-.067-.945-.035-.473-.069-.469.052.47Z' transform='translate(-366.794 185.76)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.231-174.943l0,.068v.022l.031.5.009.165h0c.017.025.037.017.028.037s-.015.028-.025.043a.306.306,0,0,0,.008.048c.005.027.013.053.021.08l.017.056.014.036c.008.027.019.054.028.081.034.1.067.2.1.291h0c.123.257.251.512.376.768-.118-.26-.233-.519-.354-.777-.036-.1-.07-.2-.1-.292l-.031-.1-.006-.022c-.006-.022-.014-.044-.021-.066a.518.518,0,0,1-.025-.137v0l-.01-.217c-.009-.158-.017-.317-.025-.474v-.023l-.005-.1Z' transform='translate(-366.751 186.298)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M375.016-177.342a.682.682,0,0,1,.005.1c0,.035-.019.066-.019.1,0,.071,0,.141,0,.209a.726.726,0,0,1-.1.386h-.2a1.388,1.388,0,0,1-.2-.039l-.186-.047-.208-.052-.079-.019a1.119,1.119,0,0,1-.118-.031c-.063-.021-.125-.047-.187-.072-.124-.054-.246-.114-.368-.172a5.136,5.136,0,0,1-.72-.375,7.408,7.408,0,0,1-.646-.492,5.618,5.618,0,0,0,.632.513,2.607,2.607,0,0,0,.353.208c.123.057.244.116.366.178a2.743,2.743,0,0,0,.759.3l.4.093a1.444,1.444,0,0,0,.2.037l.2,0h.006l0-.005a1.017,1.017,0,0,0,.08-.2.488.488,0,0,0,.021-.211c0-.07-.012-.14-.01-.208,0-.035.019-.066.016-.1A.911.911,0,0,0,375.016-177.342Z' transform='translate(-367.404 185.453)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.357-176.738l.012-.005a.549.549,0,0,0,.057-.025.09.09,0,0,0,.028-.023l.017-.013a.591.591,0,0,0,.093-.074.305.305,0,0,0-.118.031.141.141,0,0,0-.031.021l-.018.012a.3.3,0,0,1-.04.025.469.469,0,0,0-.087-.019.419.419,0,0,0,.079.066Z' transform='translate(-366.74 185.734)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.977-177.211a.2.2,0,0,0,.018.039.5.5,0,0,0,.052.074l.005.006h.01l.218-.022a1.459,1.459,0,0,1,.211.005c.143.006.288.014.432.019.1.036.2.075.295.109h0l.1.026-.1-.039h0c-.094-.048-.191-.092-.287-.137h-.008q-.215-.019-.434-.031a1.423,1.423,0,0,0-.222,0c-.067.009-.136.019-.2.031a.666.666,0,0,1-.048-.057c-.009-.014-.01-.019-.021-.039a.156.156,0,0,0-.034-.032,1.06,1.06,0,0,0-.142-.1c.043.039.088.076.127.118A.285.285,0,0,1,374.977-177.211Z' transform='translate(-366.578 185.593)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M370.469-177.278c.1-.009.2-.023.293-.039a1.03,1.03,0,0,0,.147-.031c.056-.017.089-.04.138-.058.089-.039.181-.076.269-.124a1.149,1.149,0,0,0,.234-.186,1.74,1.74,0,0,1,.22-.189.155.155,0,0,1,.133,0,.719.719,0,0,1,.12.056l.012.005h0l.057,0h-.056l-.019-.012a.694.694,0,0,0-.109-.062.167.167,0,0,0-.152-.008,1.575,1.575,0,0,0-.235.181,1.107,1.107,0,0,1-.229.174c-.085.045-.177.081-.267.12-.044.017-.094.047-.132.058a1.184,1.184,0,0,1-.141.031l-.289.047c-.1.017-.194.028-.291.049-.093.043-.181.079-.274.116.093-.028.191-.058.279-.09C370.274-177.259,370.372-177.266,370.469-177.278Z' transform='translate(-368.017 185.422)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.744-174.965l.137.137-.1-.548A1.012,1.012,0,0,1,371.744-174.965Z' transform='translate(-367.478 186.173)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M376.605-173.907l.043-.1s.058.022-.03-.057c-.061-.053-.094,0-.094,0l.023.295Z' transform='translate(-366.081 186.549)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M377.6-173.256h0l-.012,0-.107.023-.017,0-.406.089-.284.066h0l.006,0c.027.016.156.089.174.071a.488.488,0,0,1,.352,0,.6.6,0,0,0,.411-.034,2.364,2.364,0,0,1,.531-.2c.18-.006.233.03.328-.047a.7.7,0,0,1,.379-.123,4.866,4.866,0,0,1,.629-.013,3.872,3.872,0,0,0-.547-.093,2.2,2.2,0,0,1-.438-.052c-.072-.018-.14.035-.247.059h0c-.1.023-.509.172-.7.222Z' transform='translate(-366.01 186.705)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M378.926-173.643c-.017,0-.432-.109-.432-.109s-.169.008-.216.09a.434.434,0,0,0-.053.163s.043-.079.074-.127a.144.144,0,0,1,.172-.061.444.444,0,0,0,.212.061c.074,0,.315.023.315.023s.146.019.182.027l.106.016.085,0-.012-.025S378.942-173.649,378.926-173.643Z' transform='translate(-365.584 186.647)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.268-174.2v-.008c-.005-.043-.03-.24-.09-.265s-.183-.5-.264-.525-.262-.38-.262-.38l.132.261Z' transform='translate(-366.921 186.171)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.13-174.421s.03.037.039.04.005-.013.012-.027.005-.026,0-.072-.018-.028-.037-.031-.014.018-.014.045v.045Z' transform='translate(-366.781 186.425)' fill='%23262525' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M370.521-171.068c.008.053.071.019.143.005l.224-.052c.158-.053.354-.136.354-.137h0Z' transform='translate(-367.836 187.378)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M369.478-172.4a.927.927,0,0,0,.128.137l.693,1.315.5.912s.284.694.292.757l.375-.538.083-.056c.027-.018.411-.265.447-.283s.218-.1.218-.1.557-.209.749-.264,1.29-.593,1.29-.593l-.3-.457-.049-.074v-.3a.509.509,0,0,0-.063-.264c-.009-.019-.018-.04-.027-.065-.047-.128-.292-.191-.292-.191a.1.1,0,0,1-.074-.092v-.247a.735.735,0,0,0-.063-.209c-.056-.119.009-.164,0-.2a.707.707,0,0,0-.128-.147l-.11-.128a1.163,1.163,0,0,0-.164-.191.177.177,0,0,1-.063-.119,1.171,1.171,0,0,1,0-.2.505.505,0,0,0-.109-.249s-.12-.092-.137-.137a1.3,1.3,0,0,0-.146-.209c-.028-.028-.11-.421-.146-.448s-.1-.355-.238-.637a6.272,6.272,0,0,0-.467-.659,4.689,4.689,0,0,0-.995-.813,1.63,1.63,0,0,0-.393-.173.975.975,0,0,0-.3-.036,2.437,2.437,0,0,0-.437.079.288.288,0,0,0-.053.017.16.16,0,0,0-.058.035h0a.583.583,0,0,1-.081.092c-.083.062-.2.252-.317.286a.2.2,0,0,0-.094.074l0,0a3.945,3.945,0,0,0-.205.354c-.006.012-.012.025-.018.037a.763.763,0,0,0-.044.174,1.775,1.775,0,0,0-.014.354c.006.027-.026.5,0,.585s-.039.127-.049.172a1.6,1.6,0,0,0,.047.239c.009.081-.009.09-.036.182a5.432,5.432,0,0,0-.054.576l-.005.1v.079l.034.137h0l.025.1a1.8,1.8,0,0,1,.156.251c.041.092.014.1.009.2v.028c0,.132.174.289.2.315s.274.211.3.238S369.4-172.5,369.478-172.4Z' transform='translate(-368.408 185.593)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.447-178.286a.517.517,0,0,0,.075-.076c.017-.027.15-.006.164,0a.238.238,0,0,0-.045-.071c-.037-.048-.054,0-.075,0a.1.1,0,0,0-.075.058c-.01.023-.028.059-.037.076Z' transform='translate(-367.565 185.273)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.478-178.181h.005l0,0a.167.167,0,0,0,.023-.031.113.113,0,0,1,.168-.037v-.049c0-.048-.025-.017-.068-.044s-.079.037-.1.054a.249.249,0,0,0-.035.1C371.475-178.188,371.475-178.182,371.478-178.181Z' transform='translate(-367.557 185.303)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.679-178.2c-.054-.04-.054,0-.075-.014s-.05.059-.065.119a.04.04,0,0,0,0,.026.043.043,0,0,0,.043.031h.006a.515.515,0,0,1,.048-.089c.034-.054.119,0,.119,0l-.016-.018A.559.559,0,0,0,371.679-178.2Z' transform='translate(-367.538 185.341)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.7-177.9l.034-.016.107-.041s.021-.045,0-.071.014-.028-.068-.035-.056,0-.118.037-.008.129,0,.142v0Z' transform='translate(-367.513 185.387)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.931-177.868a.1.1,0,0,1-.027,0,.193.193,0,0,0-.116.032c-.058.032-.023.04-.027.09,0,.031.027.026.052.017l.03-.014,0,0,.08-.034.025-.057h0C371.967-177.873,371.952-177.871,371.931-177.868Z' transform='translate(-367.475 185.444)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.977-177.541l.03-.016.049-.028a.168.168,0,0,0,.01-.078c-.005-.048-.035-.022-.079-.028s-.066.01-.11.054,0,.1,0,.114S371.977-177.541,371.977-177.541Z' transform='translate(-367.445 185.496)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.2-177.509a.292.292,0,0,1-.045.005c-.047,0-.065,0-.1.054a.062.062,0,0,0-.014.049.037.037,0,0,0,.014.019h.123s.012-.028.022-.062l.012-.037C372.219-177.508,372.212-177.511,372.2-177.509Z' transform='translate(-367.392 185.549)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.339-177.3l0-.009v0h0c-.012-.039-.026,0-.074,0s-.067.027-.085.071.038.056.038.056h.01l.081.019.008,0,.026-.044h0A.094.094,0,0,0,372.339-177.3Z' transform='translate(-367.353 185.601)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.493-177.1v-.019c0-.018-.006-.023-.014-.023s-.035.023-.065.023-.054.023-.081.063.137.066.137.066l.013-.016.01-.018A.476.476,0,0,0,372.493-177.1Z' transform='translate(-367.308 185.658)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.595-176.913a.052.052,0,0,0-.075.021s.065.068.075.084l.032-.036,0-.013C372.632-176.871,372.631-176.9,372.595-176.913Z' transform='translate(-367.251 185.722)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.819-176.674a.059.059,0,0,0-.035-.041c-.039-.018-.069.027-.069.027l.085.085a.126.126,0,0,0,.019-.036v0A.065.065,0,0,0,372.819-176.674Z' transform='translate(-367.194 185.78)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M372.963-176.491c.006-.049-.072.006-.072.006l.07.061v0A.3.3,0,0,1,372.963-176.491Z' transform='translate(-367.143 185.841)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.163-176.28a.034.034,0,0,0-.016-.028c-.028-.017-.088.028-.088.028l.069.063S373.17-176.2,373.163-176.28Z' transform='translate(-367.094 185.899)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.28-176.059c-.008-.045-.056,0-.056,0l.056.085v-.009A.253.253,0,0,0,373.28-176.059Z' transform='translate(-367.046 185.967)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.478-175.783c.03-.044-.008-.054-.031-.088s-.072.043-.072.043l.072.09Z' transform='translate(-367.002 186.026)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.589-175.506a.241.241,0,0,0,.035-.006l.035.025-.008-.018h.035s-.017-.026-.013-.04,0-.052,0-.062,0-.031-.049-.058-.092.072-.092.072.034.068.037.081S373.579-175.506,373.589-175.506Z' transform='translate(-366.956 186.087)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.728-175.316l.043-.009.016,0,.034-.008.072.021.016-.037s0-.013-.022-.021-.008-.025,0-.054a.125.125,0,0,0,0-.058c-.006-.025-.031-.008-.062,0a.106.106,0,0,0-.065.081.6.6,0,0,1-.023.076Z' transform='translate(-366.898 186.137)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.09-175.279c-.012-.019-.021.008-.023.034C374.084-175.259,374.1-175.271,374.09-175.279Z' transform='translate(-366.799 186.199)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.056-175.158l.017.025a.311.311,0,0,1,.036-.057.14.14,0,0,1-.012-.035.107.107,0,0,1,0-.028c-.047.039-.143.089-.133.09.068,0,.079-.014.079-.014Z' transform='translate(-366.83 186.209)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.055-175.14l-.005.017-.026.072s.008.017.059.017.05-.034.119-.069.014-.085,0-.118-.037.009-.071,0a.045.045,0,0,0-.04.023A.311.311,0,0,0,374.055-175.14Z' transform='translate(-366.812 186.215)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.236-175.035l-.019.039-.028.08a.069.069,0,0,0,.056.013l.039-.005.034-.008c.034-.01.034-.023.061-.08s.031-.061.031-.061a.1.1,0,0,1-.054-.021c-.013-.016-.065,0-.08,0h-.005C374.262-175.079,374.249-175.057,374.236-175.035Z' transform='translate(-366.764 186.258)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.388-174.652h0a.268.268,0,0,0,.132,0c.041-.014.058-.044.083-.106s0-.048-.147-.056-.1.11-.1.11l0,.012A.052.052,0,0,0,374.388-174.652Z' transform='translate(-366.716 186.337)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.54-175c0-.067-.028-.039-.067-.063s-.066.025-.066.025v.181a1.173,1.173,0,0,0,.133-.031C374.579-174.9,374.543-174.931,374.54-175Z' transform='translate(-366.7 186.263)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.636-174.948a.178.178,0,0,0,.017-.114c-.006-.079-.017-.065-.074-.093s-.114.066-.114.066C374.6-175.143,374.636-174.948,374.636-174.948Z' transform='translate(-366.683 186.236)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.647-175.284c-.075-.021-.094.067-.094.067.08-.021.165.093.165.093a.183.183,0,0,0,.025-.093C374.74-175.262,374.722-175.264,374.647-175.284Z' transform='translate(-366.657 186.199)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.613-175.351a.065.065,0,0,1,.047,0,.476.476,0,0,1,.11.065.223.223,0,0,0,.035-.066c.013-.041-.008-.052-.045-.1s-.072-.021-.125,0a.039.039,0,0,0-.023.019A.1.1,0,0,0,374.613-175.351Z' transform='translate(-366.643 186.145)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.7-175.54a.043.043,0,0,1,.048,0,.417.417,0,0,1,.056.031.307.307,0,0,0,.061-.1c0-.026-.037-.039-.106-.059s-.076.012-.114.045S374.7-175.54,374.7-175.54Z' transform='translate(-366.634 186.085)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.737-175.758a.043.043,0,0,1,.03-.008.169.169,0,0,1,.047.012.253.253,0,0,0,.058.017h0c.009,0,.014-.026.017-.053a.5.5,0,0,0,0-.057c0-.027-.071-.031-.129-.032s-.067.008-.089.045l0,.006C374.646-175.786,374.737-175.758,374.737-175.758Z' transform='translate(-366.625 186.026)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.774-175.964a.293.293,0,0,0,.093-.009c.016,0,.021-.012.022-.021s0-.032,0-.056-.05-.062-.1-.066-.076.041-.1.059l-.006.006C374.663-176.035,374.774-175.964,374.774-175.964Z' transform='translate(-366.62 185.957)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.895-176.209a.064.064,0,0,0,.006-.028.275.275,0,0,0-.032-.068c-.035-.061-.035-.014-.08-.021s-.057.031-.1.07l-.006.01c-.021.035.071.067.071.067h.009l.09.012a.123.123,0,0,0,.028-.019A.112.112,0,0,0,374.895-176.209Z' transform='translate(-366.622 185.892)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.743-176.4l.087-.01.01-.043c.01-.041,0-.039-.043-.053a.236.236,0,0,0-.116,0c-.041.006-.034.041-.034.088,0,.031.043.028.07.023l.014,0Z' transform='translate(-366.63 185.839)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.618-176.538l.1-.045s.034-.019.036-.031a.133.133,0,0,0,0-.054c0-.037-.027-.017-.107-.019s-.056.013-.089.078S374.618-176.538,374.618-176.538Z' transform='translate(-366.658 185.788)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.692-176.806c.008-.018-.017-.025-.027-.066s-.058-.01-.127,0-.041,0-.041.057a.087.087,0,0,0,.054.078h.062c.039,0,.019-.005.053-.039l.006-.006A.08.08,0,0,0,374.692-176.806Z' transform='translate(-366.675 185.728)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.592-177.025v-.017c.006-.034-.075-.021-.094-.017s0,.071,0,.11c0,0,.044-.012.07-.022S374.589-177,374.592-177.025Z' transform='translate(-366.676 185.68)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.49-177.425l.005.016a.2.2,0,0,0,.026-.018.179.179,0,0,0,.026-.027.1.1,0,0,0,0-.087l0-.019c0-.023-.023-.018-.043-.009l-.025.009c-.021.008,0,.106,0,.106Z' transform='translate(-366.681 185.53)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.5-177.38l0,0c-.046.047,0,.076,0,.076l.017.058c.018.057.044.027.062.017s.022-.056.03-.075a.171.171,0,0,0-.014-.118c-.009-.021-.018-.027-.028-.023S374.533-177.409,374.5-177.38Z' transform='translate(-366.679 185.569)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.637-177.223c-.056-.03-.037.01-.1.069a.042.042,0,0,0-.016.023c-.012.039.074.048.084.056a.327.327,0,0,0,.013.058.075.075,0,0,0,.009.025c.009.013.016,0,.023-.028s.01-.036.016-.054a.26.26,0,0,0,.021-.079l0-.019C374.695-177.211,374.684-177.2,374.637-177.223Z' transform='translate(-366.667 185.63)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.605-176.952c-.006.04.052.047.054.057l.016.023a.406.406,0,0,1,.028.045c.008.019.018-.023.037-.04s.009-.034,0-.076c0-.018,0-.039,0-.067s-.009-.047-.025-.043-.044.03-.059.028S374.612-176.991,374.605-176.952Z' transform='translate(-366.642 185.683)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.818-176.764c.014-.027.008-.035,0-.037a.362.362,0,0,1-.037,0,.212.212,0,0,0-.1.021s0,.009,0,.018a.51.51,0,0,0,.047.074l.058.027a.516.516,0,0,1,.027-.071Z' transform='translate(-366.623 185.755)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.846-176.6c-.034-.013-.032-.006-.076.015h0c-.05.025.059.093.059.093a.178.178,0,0,0,.053-.079c.01-.025.012-.03.008-.031S374.866-176.586,374.846-176.6Z' transform='translate(-366.599 185.815)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.925-176.356a.091.091,0,0,0-.074-.034l0,0c-.013.014,0,.065,0,.065a.224.224,0,0,0,.022.062c.017.03,0,0,.01-.031S374.932-176.341,374.925-176.356Z' transform='translate(-366.572 185.876)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.993-176.193l-.006-.006c-.016-.006-.052-.005-.087-.017s-.035,0-.043.023l-.006.012c-.021.023.075.081.075.081l-.005.017a.343.343,0,0,1,.058-.083h0C374.992-176.18,374.994-176.188,374.993-176.193Z' transform='translate(-366.571 185.925)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.988-175.968c-.01-.03-.022-.009-.054-.019a.054.054,0,0,0-.057.019c-.01.008-.01.016,0,.035l.012.03c.009.034.022.078.026.088s-.006-.021.038-.052.028-.023.036-.048l0-.013C375-175.94,374.994-175.945,374.988-175.968Z' transform='translate(-366.565 185.994)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.944-175.75c-.039.006-.04-.01-.089,0s0,.03,0,.04a.421.421,0,0,0,.039.067l.01.018a.577.577,0,0,0,.072-.028A.044.044,0,0,0,375-175.7v-.019C375-175.744,374.983-175.758,374.944-175.75Z' transform='translate(-366.575 186.063)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.936-175.528c-.036,0-.035-.01-.094.025-.026.014-.034.025-.032.034s.014.022.021.035.009.009.016.013l.005.005a.314.314,0,0,1,.036.019s.039-.014.08-.025.036-.026.03-.048l-.009-.019C374.969-175.518,374.973-175.524,374.936-175.528Z' transform='translate(-366.583 186.127)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.963-175.272c.014-.041-.016,0-.027-.037s-.032-.01-.07,0-.027-.01-.068,0,0,.027,0,.072c0,.021.01.025.023.025a.107.107,0,0,1,.045.005s.017.014.07,0,.005-.009.025-.062Z' transform='translate(-366.591 186.187)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.942-175.027c.008-.027-.008-.047-.049-.049s-.034-.012-.078-.008-.021.014-.017.045.025.035.056.045a.121.121,0,0,0,.088,0c.019-.006.026-.01.027-.013S374.937-175.009,374.942-175.027Z' transform='translate(-366.589 186.258)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.871-174.818c0-.021-.012-.014-.057-.01s0,0-.031-.027,0,0-.027.019,0,0-.034,0,0,0,.027.037c.012.017.013.023.012.031a.1.1,0,0,0-.012.054l.028.022v-.022l.009-.03.05-.021c.05-.021.014-.01.049-.027.013-.006.013-.009.008-.01S374.87-174.806,374.871-174.818Z' transform='translate(-366.612 186.322)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.817-174.591c.049-.018-.023-.014-.031-.031s-.017-.021-.044-.026-.031.008-.05,0-.027.018-.037.021.006.014.017.049l0,.017c0,.014-.008.013,0,.023s-.017.045-.017.045a.041.041,0,0,0,.044,0c.021-.017,0,0,.018-.035s0-.01.026-.04l.008-.006C374.766-174.592,374.773-174.577,374.817-174.591Z' transform='translate(-366.629 186.385)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.68-174.435c-.006-.017-.006-.021-.044-.03s0,0-.031.006-.022.017-.045.027,0,.035,0,.035v.036s0,.039-.005.048l.026.025.017-.025c.012-.017.014-.016.022-.019a.072.072,0,0,0,.021-.01c.028-.021.026-.014.059-.014s0-.013.022-.016l.009-.008a.117.117,0,0,0-.009-.035C374.718-174.429,374.686-174.417,374.68-174.435Z' transform='translate(-366.659 186.438)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.43-174.215l-.023-.013v.031a.044.044,0,0,1,.05,0c.027.018.017-.018.025,0s.013.013.05.044.025.01.028-.005a.034.034,0,0,1,.016-.023c.027-.013,0-.03.014-.054s-.017-.021-.03-.052-.014-.017-.039-.027-.027,0-.04,0-.032.017-.025.052a.034.034,0,0,1,0,.023A.051.051,0,0,1,374.43-174.215Z' transform='translate(-366.7 186.483)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.466-174.086a.028.028,0,0,1-.022,0c-.035-.012,0,0-.053,0h-.016c-.019,0-.017,0-.01.013a.063.063,0,0,1,.006.026c0,.036.038.09.038.1l.012.034a.223.223,0,0,1,.016-.058c.014-.031,0,0,.018-.019a.119.119,0,0,0,.034-.057c.014-.036,0,0-.01-.027l0-.006C374.472-174.09,374.471-174.088,374.466-174.086Z' transform='translate(-366.714 186.548)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.288-174.25l.012-.021c.009-.014.017-.028.025-.043s-.012-.012-.028-.037h0c-.014-.021-.025.013-.052.025s-.022-.008-.048-.039-.013,0-.021.026.021.043.043.076l.034.057.028-.021C374.287-174.236,374.278-174.229,374.288-174.25Z' transform='translate(-366.769 186.464)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M370.779-170.827l.026-.084.008-.057a1.732,1.732,0,0,0,.178-.1.127.127,0,0,0-.061-.089l-.072.017-.224.052h0s-.028.158.028.209a.193.193,0,0,0,.132.071A.042.042,0,0,1,370.779-170.827Z' transform='translate(-367.805 187.405)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.712-170.523s-.027.031-.034.04-.021.035-.041.043a.046.046,0,0,0-.025.018l.239.049.062-.074-.019-.01c-.046-.023-.159-.083-.158-.083h0Z' transform='translate(-367.517 187.586)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.177-171.236a.19.19,0,0,1-.032.035c-.006,0-.039.034-.054.047s-.039.034-.1.083c-.009.008-.022.017-.035.026a1.844,1.844,0,0,1-.18.1l-.008.057-.026.084a.04.04,0,0,0,.014.019.046.046,0,0,0,.021.012c.037.01.111-.005.255-.129s.185-.213.19-.257a.074.074,0,0,0-.005-.036l0-.008Z' transform='translate(-367.77 187.383)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M371.242-171.17l-.281-.288-.066-.067-.375.538Z' transform='translate(-367.836 187.298)' fill='%23555554' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.952-180.544c.017-.006.028-.013.031-.031a.587.587,0,0,0,0-.084h-.031l-.014.059C374.935-180.585,374.935-180.539,374.952-180.544Z' transform='translate(-366.545 184.629)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.888-180.638l-.018.031s-.01.017,0,.026a.079.079,0,0,0,.032.014s.023-.036.017-.04S374.888-180.638,374.888-180.638Z' transform='translate(-366.566 184.635)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.9-180.524a.046.046,0,0,0,.039-.006l-.027-.013Z' transform='translate(-366.556 184.663)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.517-180.854c0,.017-.008.041,0,.052s.038.012.035-.014.012-.052,0-.062S373.521-180.871,373.517-180.854Z' transform='translate(-366.961 184.565)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.615-180.9s-.013,0-.016.018a.184.184,0,0,0-.008.049c0,.016.006.037.019.026a.057.057,0,0,0,.026-.036.353.353,0,0,0,0-.053Z' transform='translate(-366.938 184.559)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M373.575-180.8c-.016.005-.032.008-.022.027s.019.019.026.012a.036.036,0,0,0,.009-.023C373.586-180.787,373.581-180.8,373.575-180.8Z' transform='translate(-366.951 184.589)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3Cpath d='M374.123-181.029l-.1-.017h0l-.155-.025-.169-.027-.039-.006s-.152-.006-.2-.017a.932.932,0,0,0-.181-.021h-.037l-.025,0-.022,0-.01,0-.022.009-.022.018a.59.59,0,0,0-.066.092.171.171,0,0,0-.022.049c0,.006,0,.03-.005.062l-.009.089-.018.164.019-.014s0-.027.009-.067a1.028,1.028,0,0,1,.1-.339.134.134,0,0,1,.035-.036c.034-.021.14,0,.156,0s.128.014.2.023l.043.005.023,0,.377.068s.507.1.455.058h0A1.23,1.23,0,0,0,374.123-181.029Z' transform='translate(-367.106 184.488)' fill='%23fff' fill-rule='evenodd'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.abt-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' width='22px' height='22px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 521 521'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 %7Bfill:%23802723;fill-rule:nonzero%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'%3E%3C/metadata%3E%3Cpath class='fil0' d='M261 0c72,0 137,29 184,76 47,48 76,113 76,185 0,72 -29,137 -76,184 -47,47 -112,76 -184,76 -72,0 -137,-29 -185,-76 -47,-47 -76,-112 -76,-184 0,-72 29,-137 76,-185 48,-47 113,-76 185,-76zm166 95c-43,-43 -101,-69 -166,-69 -65,0 -124,26 -166,69 -43,42 -69,101 -69,166 0,65 26,123 69,166 42,42 101,69 166,69 65,0 123,-27 166,-69 42,-43 69,-101 69,-166 0,-65 -27,-124 -69,-166z'%3E%3C/path%3E%3Cpath class='fil0' d='M160 343c6,0 13,-2 19,-5 6,-3 11,-7 14,-13 4,-7 6,-14 6,-23l0 -1c0,-9 -4,-16 -10,-21 -3,-2 -7,-4 -11,-5 -9,-3 -19,-4 -29,-5 -9,-2 -19,-4 -28,-9 -8,-4 -15,-9 -19,-17 -4,-7 -6,-16 -6,-24 0,-17 6,-31 18,-42 13,-12 28,-17 47,-17l4 0c21,1 38,6 54,16l-4 29c0,3 -2,4 -6,4l0 0c-3,0 -5,-2 -7,-5 -3,-8 -8,-14 -15,-19 -7,-5 -14,-8 -21,-8l-2 0c-8,0 -14,1 -20,4 -4,2 -7,4 -9,6 -2,2 -4,5 -6,8 -1,3 -2,6 -3,10 0,3 -1,5 -1,7 0,4 1,7 2,9 1,6 4,10 8,12 3,3 7,4 10,5 2,1 5,1 8,2 3,0 6,1 10,1 5,1 10,2 16,3 6,1 11,2 16,4 10,3 17,7 22,12 3,3 6,8 8,12 2,6 4,13 4,20 0,19 -8,35 -24,48 -9,7 -18,12 -28,15 -8,3 -16,4 -26,5 -1,0 -3,0 -5,0 -13,0 -25,-2 -38,-6l-13 -36c0,-1 0,-1 0,-2 0,-1 0,-2 1,-4 1,-2 3,-3 6,-3 2,1 4,3 6,6 5,11 12,19 20,23 6,3 15,4 25,4 2,0 4,0 7,0z'%3E%3C/path%3E%3Cpath id='1' class='fil0' d='M289 187l53 135 57 -115c1,-2 1,-4 1,-5 0,-1 0,-2 -1,-3 -1,-3 -4,-6 -7,-10l-8 -9 18 -14c1,-1 3,-2 4,-2 2,0 4,1 6,2l11 12c3,2 4,6 4,10 0,2 -1,4 -1,7 -2,6 -6,13 -10,22l-64 133c-1,1 -2,3 -3,4 -1,1 -3,2 -4,2l-20 0c-2,0 -4,-1 -5,-3 -1,0 -1,-1 -2,-3 -1,-2 -1,-3 -1,-4l-50 -138c-4,-9 -6,-15 -8,-19 -1,-3 -3,-5 -6,-7 -2,-2 -4,-3 -6,-3 -2,-1 -4,-2 -5,-3 -2,-1 -3,-2 -3,-3 0,-1 -1,-1 -1,-2 0,-1 1,-2 1,-2 1,-2 3,-2 5,-2l44 0c2,0 3,0 5,1 1,1 2,2 2,3 1,1 1,1 1,2 0,1 -1,3 -3,4 -1,1 -2,2 -2,2 -1,1 -2,2 -2,3 -1,1 -1,1 -1,2 0,1 1,2 1,3z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.cht-icon {
	background-image: url("data:image/svg+xml,%3Csvg height='25px' viewBox='-1 0 512 512' width='25px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.894531 512c-2.875 0-5.671875-1.136719-7.746093-3.234375-2.734376-2.765625-3.789063-6.78125-2.761719-10.535156l33.285156-121.546875c-20.722656-37.472656-31.648437-79.863282-31.632813-122.894532.058594-139.941406 113.941407-253.789062 253.871094-253.789062 67.871094.0273438 131.644532 26.464844 179.578125 74.433594 47.925781 47.972656 74.308594 111.742187 74.289063 179.558594-.0625 139.945312-113.945313 253.800781-253.867188 253.800781 0 0-.105468 0-.109375 0-40.871093-.015625-81.390625-9.976563-117.46875-28.84375l-124.675781 32.695312c-.914062.238281-1.84375.355469-2.761719.355469zm0 0' fill='%23e5e5e5'/%3E%3Cpath d='m10.894531 501.105469 34.46875-125.871094c-21.261719-36.839844-32.445312-78.628906-32.429687-121.441406.054687-133.933594 109.046875-242.898438 242.976562-242.898438 64.992188.027344 125.996094 25.324219 171.871094 71.238281 45.871094 45.914063 71.125 106.945313 71.101562 171.855469-.058593 133.929688-109.066406 242.910157-242.972656 242.910157-.007812 0 .003906 0 0 0h-.105468c-40.664063-.015626-80.617188-10.214844-116.105469-29.570313zm134.769531-77.75 7.378907 4.371093c31 18.398438 66.542969 28.128907 102.789062 28.148438h.078125c111.304688 0 201.898438-90.578125 201.945313-201.902344.019531-53.949218-20.964844-104.679687-59.09375-142.839844-38.132813-38.160156-88.832031-59.1875-142.777344-59.210937-111.394531 0-201.984375 90.566406-202.027344 201.886719-.015625 38.148437 10.65625 75.296875 30.875 107.445312l4.804688 7.640625-20.40625 74.5zm0 0' fill='%23fff'/%3E%3Cpath d='m19.34375 492.625 33.277344-121.519531c-20.53125-35.5625-31.324219-75.910157-31.3125-117.234375.050781-129.296875 105.273437-234.488282 234.558594-234.488282 62.75.027344 121.644531 24.449219 165.921874 68.773438 44.289063 44.324219 68.664063 103.242188 68.640626 165.898438-.054688 129.300781-105.28125 234.503906-234.550782 234.503906-.011718 0 .003906 0 0 0h-.105468c-39.253907-.015625-77.828126-9.867188-112.085938-28.539063zm0 0' fill='%2364b161'/%3E%3Cg fill='%23fff'%3E%3Cpath d='m10.894531 501.105469 34.46875-125.871094c-21.261719-36.839844-32.445312-78.628906-32.429687-121.441406.054687-133.933594 109.046875-242.898438 242.976562-242.898438 64.992188.027344 125.996094 25.324219 171.871094 71.238281 45.871094 45.914063 71.125 106.945313 71.101562 171.855469-.058593 133.929688-109.066406 242.910157-242.972656 242.910157-.007812 0 .003906 0 0 0h-.105468c-40.664063-.015626-80.617188-10.214844-116.105469-29.570313zm134.769531-77.75 7.378907 4.371093c31 18.398438 66.542969 28.128907 102.789062 28.148438h.078125c111.304688 0 201.898438-90.578125 201.945313-201.902344.019531-53.949218-20.964844-104.679687-59.09375-142.839844-38.132813-38.160156-88.832031-59.1875-142.777344-59.210937-111.394531 0-201.984375 90.566406-202.027344 201.886719-.015625 38.148437 10.65625 75.296875 30.875 107.445312l4.804688 7.640625-20.40625 74.5zm0 0'/%3E%3Cpath d='m195.183594 152.246094c-4.546875-10.109375-9.335938-10.3125-13.664063-10.488282-3.539062-.152343-7.589843-.144531-11.632812-.144531-4.046875 0-10.625 1.523438-16.1875 7.597657-5.566407 6.074218-21.253907 20.761718-21.253907 50.632812 0 29.875 21.757813 58.738281 24.792969 62.792969 3.035157 4.050781 42 67.308593 103.707031 91.644531 51.285157 20.226562 61.71875 16.203125 72.851563 15.191406 11.132813-1.011718 35.917969-14.6875 40.976563-28.863281 5.0625-14.175781 5.0625-26.324219 3.542968-28.867187-1.519531-2.527344-5.566406-4.046876-11.636718-7.082032-6.070313-3.035156-35.917969-17.726562-41.484376-19.75-5.566406-2.027344-9.613281-3.035156-13.660156 3.042969-4.050781 6.070313-15.675781 19.742187-19.21875 23.789063-3.542968 4.058593-7.085937 4.566406-13.15625 1.527343-6.070312-3.042969-25.625-9.449219-48.820312-30.132812-18.046875-16.089844-30.234375-35.964844-33.777344-42.042969-3.539062-6.070312-.058594-9.070312 2.667969-12.386719 4.910156-5.972656 13.148437-16.710937 15.171875-20.757812 2.023437-4.054688 1.011718-7.597657-.503906-10.636719-1.519532-3.035156-13.320313-33.058594-18.714844-45.066406zm0 0' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}

.blg-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' width='22px' height='22px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 19860 20370'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 %7Bfill:%23802723%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'%3E%3C/metadata%3E%3Cg id='_2608231038528'%3E%3Cpath class='fil0' d='M0 849l0 18587c0,486 448,934 933,934l12435 0c327,0 597,-240 740,-447 210,-306 151,-566 151,-1039 0,-806 0,-1612 0,-2419l-473 589c-269,355 -207,269 -206,855 0,352 -2,706 0,1060 1,398 7,722 -382,722l-12137 0c-231,0 -382,-151 -382,-382l0 -18248c0,-231 151,-382 382,-382l8402 0c518,0 382,659 382,1189 0,523 -5,1048 -2,1571 6,1235 1487,975 2166,975 1809,0 1571,-238 1571,1570 0,1060 0,2122 0,3182 120,-139 679,-1535 679,-1697l0 -3055c0,-348 -189,-508 -371,-690l-1910 -1953c-99,-103 -174,-174 -277,-275l-1102 -1103c-121,-122 -144,-161 -299,-254 -133,-80 -212,-139 -412,-139l-9039 0c-365,0 -849,484 -849,849z'%3E%3C/path%3E%3Cpath class='fil0' d='M11882 15108c157,13 345,114 468,168l932 383c162,63 316,166 510,170l3274 -7930c58,-143 191,-381 206,-557 -163,-38 -323,-107 -466,-172l-1444 -592c-63,272 -1125,2748 -1292,3164l-1763 4262c-88,223 -407,894 -425,1104z'%3E%3C/path%3E%3Cpath class='fil0' d='M15362 5856c202,47 800,289 976,382 31,-134 123,-306 182,-455 71,-179 133,-309 200,-478 130,-328 261,-629 394,-964l594 -1444c251,-656 625,-261 625,-11 0,214 -1259,3266 -1443,3649 202,47 800,289 975,382l1007 -2473c161,-406 988,-2270 988,-2534 0,-454 -72,-767 -510,-1018 -554,-317 -1354,-657 -1878,-55 -175,201 -781,1761 -928,2127l-1182 2892z'%3E%3C/path%3E%3Cpolygon class='fil0' points='2037,6790 12222,6790 12222,6111 2037,6111 '%3E%3C/polygon%3E%3Cpolygon class='fil0' points='2037,12900 12222,12900 12222,12222 2037,12222 '%3E%3C/polygon%3E%3Cpolygon class='fil0' points='2037,8826 12222,8826 12222,8148 2037,8148 '%3E%3C/polygon%3E%3Cpolygon class='fil0' points='2037,10863 12222,10863 12222,10185 2037,10185 '%3E%3C/polygon%3E%3Cpolygon class='fil0' points='2037,14937 11203,14937 11203,14259 2037,14259 '%3E%3C/polygon%3E%3Cpolygon class='fil0' points='2037,4753 9166,4753 9166,4074 2037,4074 '%3E%3C/polygon%3E%3Cpolygon class='fil0' points='2037,2716 9166,2716 9166,2037 2037,2037 '%3E%3C/polygon%3E%3Cpolygon class='fil0' points='2037,16974 7469,16974 7469,16296 2037,16296 '%3E%3C/polygon%3E%3Cpath class='fil0' d='M11755 18375c255,0 299,-190 480,-411l981 -1268c107,-137 110,-116 194,-273l-1697 -679 -312 2195c-24,210 67,436 354,436z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.stg-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' width='22px' height='22px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 1636 1473'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 %7Bfill:%23802723%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'%3E%3C/metadata%3E%3Cg id='_2608552198512'%3E%3Cpath class='fil0' d='M438 747c146,-20 263,90 281,214 11,75 -19,149 -54,192 -33,39 -82,79 -157,90 -146,22 -266,-89 -283,-212 -20,-133 71,-264 213,-284zm-385 42c2,16 45,56 55,85 5,16 -3,46 -6,62 -5,25 -5,34 -21,47 -32,25 -73,40 -79,59 -5,17 -1,44 8,57 10,14 28,16 48,20 58,12 62,15 84,54 25,44 30,50 11,105 -6,17 -19,38 -11,56 5,12 22,28 34,34 21,11 35,0 52,-9 52,-27 58,-32 103,-16 16,6 38,12 49,22 24,21 28,71 44,93 10,13 36,17 57,14 24,-5 26,-13 34,-34 15,-38 24,-67 58,-80 44,-17 62,-30 107,-7 34,18 54,46 93,15 38,-31 14,-57 4,-101 -11,-42 0,-53 31,-100 21,-32 56,-29 101,-39 34,-8 45,-70 17,-89 -80,-52 -77,-41 -88,-120 -9,-71 72,-85 57,-137 -6,-19 -17,-35 -28,-43 -15,-13 -35,-5 -55,-2 -78,11 -55,1 -122,-48 -6,-5 -11,-10 -13,-20 -16,-54 9,-91 -26,-113 -12,-8 -38,-17 -55,-9 -7,3 -28,28 -34,36 -35,42 -53,40 -99,39 -56,-1 -60,-21 -103,-69 -19,-22 -60,-5 -76,10 -13,13 -9,38 -10,59 -3,76 -19,59 -48,89 -36,36 -45,26 -104,18 -24,-3 -38,-5 -52,13 -8,9 -20,31 -17,49z'%3E%3C/path%3E%3Cpath class='fil0' d='M1315 829c81,-10 149,53 158,123 10,84 -51,152 -122,162 -85,11 -154,-53 -162,-126 -10,-86 51,-151 126,-159zm-167 -86c4,27 18,52 -1,72 -8,9 -12,15 -19,26 -21,30 -80,-8 -89,44 -7,40 48,40 52,79 1,10 2,33 1,42 -3,19 -30,38 -40,49 -15,16 -1,52 22,54 38,3 48,-9 72,16 18,19 31,22 28,61 0,13 -6,29 -1,40 3,7 28,36 58,10 29,-26 53,-41 97,-21 16,7 26,34 39,48 9,10 22,10 37,5 13,-5 16,-10 19,-25 5,-30 4,-48 26,-62 22,-14 31,-27 64,-19 29,8 44,18 61,-5 17,-25 -2,-40 -12,-60 -15,-29 -7,-39 3,-69 14,-40 68,-24 71,-63 4,-53 -51,-31 -73,-61 -9,-14 -23,-47 -16,-66 6,-21 28,-43 16,-64 -19,-32 -37,-24 -55,-16 -33,13 -35,15 -64,-1 -30,-17 -32,-7 -43,-46 -8,-27 -7,-47 -45,-43 -15,1 -18,9 -24,20 -14,27 -19,40 -43,46 -9,3 -27,8 -37,8 -23,-1 -42,-25 -58,-32 -17,-8 -49,9 -46,33z'%3E%3C/path%3E%3Cpath class='fil0' d='M985 165c117,-16 210,73 225,171 9,60 -15,120 -43,154 -27,31 -66,63 -126,72 -117,18 -212,-71 -227,-170 -15,-106 57,-211 171,-227zm-308 34c2,13 36,45 44,68 4,13 -2,36 -5,49 -4,21 -4,28 -17,38 -25,20 -58,32 -63,47 -4,14 0,35 7,46 8,11 22,13 38,16 46,9 50,12 67,43 21,36 24,40 9,84 -5,14 -15,31 -9,45 4,10 18,23 27,27 17,9 29,0 42,-7 42,-21 46,-26 83,-13 12,5 30,10 39,18 19,16 23,56 35,74 8,11 29,14 46,11 19,-3 20,-10 27,-27 12,-30 19,-54 46,-64 35,-14 50,-24 86,-5 27,14 43,36 75,11 30,-24 11,-45 2,-80 -8,-34 0,-43 25,-80 17,-26 45,-23 81,-32 27,-6 36,-56 14,-70 -65,-42 -62,-33 -71,-97 -7,-56 58,-68 46,-110 -5,-14 -14,-27 -22,-34 -12,-10 -29,-4 -45,-2 -62,9 -44,1 -97,-38 -5,-4 -9,-8 -11,-16 -12,-43 8,-72 -20,-90 -10,-7 -31,-13 -44,-8 -6,3 -23,23 -28,29 -28,34 -42,32 -79,32 -45,-1 -48,-17 -82,-56 -16,-17 -48,-3 -61,9 -10,9 -7,30 -8,47 -3,60 -16,47 -39,70 -28,30 -35,22 -83,15 -19,-2 -30,-3 -42,10 -6,8 -16,26 -13,40z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.cont {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='24px' height='24px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 379 379' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 %7Bfill:%23802723%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'%3E%3C/metadata%3E%3Cpath id='XMLID_298_' class='fil0' d='M190 0c-105,0 -190,85 -190,190 0,104 85,189 190,189 50,0 99,-20 135,-56 5,-6 5,-16 -1,-22l-30 -29c6,-9 7,-20 2,-30 -7,-14 -18,-25 -32,-33 -6,-3 -11,-5 -16,-5 -2,0 -4,0 -6,1 -6,1 -12,4 -19,9 -2,2 -4,2 -7,2 -3,0 -7,-1 -10,-3 -18,-13 -34,-29 -48,-48 -2,-3 -4,-11 0,-16 4,-7 7,-13 9,-19 2,-7 0,-14 -4,-22 -8,-14 -19,-25 -33,-32 -5,-2 -9,-4 -14,-4 -8,0 -15,4 -21,10 -5,6 -10,12 -16,19 -5,7 -4,15 -4,22l0 0c1,9 4,19 10,32 10,21 25,42 45,62 4,4 21,20 25,25 20,20 40,34 62,45 12,6 23,9 32,10l0 0c2,0 3,0 5,0 5,0 11,-1 16,-4l19 19c-28,23 -62,36 -99,36 -87,0 -158,-71 -158,-158 0,-87 71,-158 158,-158 87,0 158,71 158,158 0,9 7,16 16,16 8,0 15,-7 15,-16 0,-105 -85,-190 -189,-190z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.lang{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.545' height='28' viewBox='0 0 25.545 28'%3E%3Cg id='Group_1' data-name='Group 1' transform='translate(-267 -295.858)'%3E%3Crect id='Rectangle_3' data-name='Rectangle 3' width='15' height='15' rx='4' transform='translate(267 308.858)' fill='%23701e1e'/%3E%3Cpath id='Path_4' data-name='Path 4' d='M3.3.266h11a3,3,0,0,1,3,3v11a3,3,0,0,1-3,3H3.3a3,3,0,0,1-3-3v-11A3,3,0,0,1,3.3.266Z' transform='translate(274.958 296)' fill='%23fff'/%3E%3Cpath id='Path_1' data-name='Path 1' d='M255.954,245.923H266.8a3.4,3.4,0,0,1,2.407,1l0,0a3.4,3.4,0,0,1,1,2.407v10.844a3.4,3.4,0,0,1-1,2.407l0,0a3.4,3.4,0,0,1-2.407,1H255.954a3.4,3.4,0,0,1-2.407-1l0,0a3.4,3.4,0,0,1-1-2.407V249.333a3.4,3.4,0,0,1,1-2.407l0,0a3.4,3.4,0,0,1,2.407-1Zm10.844.982H255.954a2.433,2.433,0,0,0-2.429,2.428v10.844a2.433,2.433,0,0,0,2.429,2.429H266.8a2.433,2.433,0,0,0,2.429-2.429V249.333A2.433,2.433,0,0,0,266.8,246.9Z' transform='translate(22.336 49.935)' fill='%23701e1e' fill-rule='evenodd'/%3E%3Cpath id='Path_2' data-name='Path 2' d='M210.366,426.68h2.455l-1.185-3.512-1.27,3.512ZM208,430.4l-.006-.4h.1a.823.823,0,0,0,.515-.137,1.237,1.237,0,0,0,.32-.544l2.939-7.975h.262l2.877,7.975a1.244,1.244,0,0,0,.322.542.82.82,0,0,0,.517.139h.1v.4c-.289-.021-.559-.035-.81-.046s-.492-.015-.722-.015-.475,0-.733.015-.531.025-.818.046l-.006-.4h.06a1.1,1.1,0,0,0,.6-.124.441.441,0,0,0,.189-.4,1.641,1.641,0,0,0-.008-.181.754.754,0,0,0-.029-.141l-.693-2.069h-2.717l-.488,1.357q-.162.467-.212.666a1.425,1.425,0,0,0-.05.342.5.5,0,0,0,.15.415,1.055,1.055,0,0,0,.548.139l-.006.392c-.2-.021-.4-.035-.581-.046s-.357-.015-.519-.015-.345,0-.523.015S208.2,430.383,208,430.4Z' transform='translate(62.706 -110.013)' fill='%23fff' fill-rule='evenodd'/%3E%3Cpath id='Path_3' data-name='Path 3' d='M292.04,296.43c-.076.012-.653.189-.791.189a2.294,2.294,0,0,1-1.039-.246,4.859,4.859,0,0,1,.2.52,1.874,1.874,0,0,1,.066.539,1.594,1.594,0,0,1-.718,1.4,2.7,2.7,0,0,1-1.531.416,4.258,4.258,0,0,1-2.816-1.587,7.658,7.658,0,0,1-1.474-1.909l.491-.567a4.811,4.811,0,0,0,1.077,1.455,3.094,3.094,0,0,0,2.154.869,2.134,2.134,0,0,0,1.124-.3.945.945,0,0,0,.5-.85,1.448,1.448,0,0,0-.142-.671,1.779,1.779,0,0,0-.312-.444q-.17.057-.406.123t-.416.113q-.179.047-.5.1a3.065,3.065,0,0,1-.491.057l-.661-1.72a6.329,6.329,0,0,0,1.852-.265q1.171-.359,1.172-1.021a.442.442,0,0,0-.227-.425,1.319,1.319,0,0,0-.624-.123,4.223,4.223,0,0,0-1.493.34,6.552,6.552,0,0,0-1.153.567l-1.039-1.361a4.061,4.061,0,0,1,1.219-.548,4.914,4.914,0,0,1,1.295-.189,2.8,2.8,0,0,1,1.918.671,2.194,2.194,0,0,1,.765,1.729,2.442,2.442,0,0,1-.161.888,1.757,1.757,0,0,1-.52.718,1.845,1.845,0,0,0,.151.318.986.986,0,0,0,.529.494h.28a2.18,2.18,0,0,0,.935-.246c.34-.164.476-.41.785-.7v1.663Zm3.612-4.062v-1.3h-5.386v1.3h1.776v6.406l1.814,1.263v-7.669Z' transform='translate(-6.081 9.225)' fill='%23701e1e' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.svg-call {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='24px' height='24px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 379 379' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 %7Bfill:%23802723%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'%3E%3C/metadata%3E%3Cpath id='XMLID_298_' class='fil0' d='M190 0c-105,0 -190,85 -190,190 0,104 85,189 190,189 50,0 99,-20 135,-56 5,-6 5,-16 -1,-22l-30 -29c6,-9 7,-20 2,-30 -7,-14 -18,-25 -32,-33 -6,-3 -11,-5 -16,-5 -2,0 -4,0 -6,1 -6,1 -12,4 -19,9 -2,2 -4,2 -7,2 -3,0 -7,-1 -10,-3 -18,-13 -34,-29 -48,-48 -2,-3 -4,-11 0,-16 4,-7 7,-13 9,-19 2,-7 0,-14 -4,-22 -8,-14 -19,-25 -33,-32 -5,-2 -9,-4 -14,-4 -8,0 -15,4 -21,10 -5,6 -10,12 -16,19 -5,7 -4,15 -4,22l0 0c1,9 4,19 10,32 10,21 25,42 45,62 4,4 21,20 25,25 20,20 40,34 62,45 12,6 23,9 32,10l0 0c2,0 3,0 5,0 5,0 11,-1 16,-4l19 19c-28,23 -62,36 -99,36 -87,0 -158,-71 -158,-158 0,-87 71,-158 158,-158 87,0 158,71 158,158 0,9 7,16 16,16 8,0 15,-7 15,-16 0,-105 -85,-190 -189,-190z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.m-sidebar-navi>ul>li>ul>li>a {
	padding: 0 20px 0 18px;
	line-height: 40px;
	height: 40px;
	font-size: 95%;
}

.m-sidebar-navi>ul>li>ul>li>a span.m-arrow-icon {
	height: 40px;
}

.m-sidebar-navi>ul>li>ul>li>ul>li>a {
	padding: 0 20px 0 80px;
	line-height: 40px;
	height: 40px;
}

.m-sidebar-navi ul li.show>a>.m-arrow-icon {
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-ms-transform-origin: 50% 50%;
	/* IE 9 */
	-webkit-transform: rotate(180deg);
	/* Safari 3-8 */
	-webkit-transform-origin: 50% 50%;
	/* Safari 3-8 */
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}

.m-sidebar-navi ul li.show>a {
	background-color: #EEEEEE;
}

.m-sidebar-navi>ul>li>ul>li.show>a {
	background-color: #f4f4f4;
}

.m-sidebar-navi ul li.show>a {
	color: #4A569D;
}

.m-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	z-index: 100;
	cursor: pointer;
	display: none;
	z-index: 111111;
}


/*pinned sidebar styles */

.m-opened-sidebar .m-overlay {
	display: block;
}

.m-pinned-sidebar .m-overlay {
	display: none !important;
}

.m-pinned-sidebar .m-sidebar {
	top: 60px;
}

.m-pinned-sidebar.m-opened-sidebar .m-wrapper {
	margin-left: 300px;
}

.m-pinned-sidebar .m-wrapper {
	margin-left: 0;
}


.sticky-top {
  z-index: 1;
}

/*-------------------------------------------------------------------
[4. Material effect class helpers]
*------------------------------------------------------------------*/

.m-material-button {
	position: relative;
	overflow: hidden;
}

.m-wave-effect {
	display: block;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	width: 0px;
	height: 0px;
	background-color: #fff;
	border-radius: 50%;
	opacity: 0.7;
}


/*-------------------------------------------------------------------
[5. Mobile fixer styles]
*------------------------------------------------------------------*/

@media (max-width: 768px) {
	.sv-h4-heading
    {
    font-size:18px !important;
    text-align: left !important;
    }
    .sv-heading
    {
    text-align:left !important;
    }
	.m-header-submenu.m-notify-list {
		width: 300px;
	}
	.m-logo .m-logo-mobile {
		display: block;
		position: relative;
		top: 0px;
	}
	.m-logo .m-logo-desktop {
		display: none;
	}
	.m-header-menu {
		display: none;
	}
	.m-hide-on-mobile {
		display: none;
	}
	.m-header-right .m-header-navigation .m-header-submenu.m-notify-list {
		right: -60px;
	}
	.m-header {
		height: 55px !important;
		position: fixed;
	}
}


/*-------------------------------------------------------------------
[6. Easy color change with CSS ]
[open the section below to see the color change]
*------------------------------------------------------------------*/


/*
.m-header, .m-search-bar{
background: #159957;
background: -webkit-linear-gradient(to right, #155799, #159957);
background: linear-gradient(to right, #155799, #159957);
}
.m-notify-tab .nav li a.active{
border-color: #155799;
color: #155799;
}
.m-notify-tab .nav li a:hover{
border-color: #155799;
}
.m-sidebar-navi ul li.show > a, .m-header a{
color: #155799;
}
.m-sidebar-wrapper::-webkit-scrollbar-thumb {
background: #155799;
}
*/


/*-------------------------------------------------------------------
[7. And your code starts here]
*------------------------------------------------------------------*/

.m-wrapper {
	padding-top: 80px;
	-webkit-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: margin 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	/* easeOutCubic */
}


/* tabber */

.svg-home {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' width='26px' height='25px' version='1.1' style='shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd;' viewBox='0 0 484 465'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .str0 %7Bstroke:%23802723;stroke-width:16.7909%7D .fil0 %7Bfill:%23802723%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'%3E%3C/metadata%3E%3Cpath class='fil0 str0' d='M182 436c-4,1 -92,0 -98,0 -21,0 -18,4 -18,-32l0 -147c0,-8 0,-16 0,-24 0,-7 -6,-13 -13,-10 -5,1 -15,5 -20,3 -5,-2 -6,-13 -3,-18 2,-4 22,-20 25,-23l20 -17c8,-8 21,-18 30,-26l49 -43c2,-2 5,-4 7,-5l32 -29c3,-2 5,-4 7,-6l33 -28c9,-7 19,0 25,6l158 137c7,5 18,16 26,22 3,3 11,9 12,12 3,6 2,17 -3,18 -7,2 -15,-2 -20,-3 -8,-3 -13,3 -13,10 -1,57 0,115 0,172 0,35 3,31 -18,31 -8,0 -93,1 -98,0l0 -145c0,-29 2,-26 -31,-26 -20,0 -39,0 -58,0 -33,0 -31,-3 -31,27l0 144zm-136 -191l0 168c0,10 -1,22 4,30 3,6 10,12 20,13 11,0 23,0 34,0 22,0 44,0 67,0 34,0 30,3 30,-37 0,-45 0,-90 0,-134l82 -1c0,45 0,90 0,134 0,7 -1,29 1,33 4,7 19,5 29,5 22,0 44,0 67,0 11,0 22,0 33,0 10,-1 17,-6 21,-13 5,-8 4,-19 4,-29l0 -169c10,1 19,2 26,-4 12,-9 16,-31 5,-45 -3,-5 -4,-5 -7,-8 -8,-7 -19,-17 -26,-23 -3,-2 -5,-5 -8,-7 -3,-2 -6,-5 -9,-8 -3,-2 -6,-5 -9,-7 -3,-2 -5,-5 -8,-7l-17 -15c-3,-2 -6,-5 -9,-7l-25 -23c-12,-10 -31,-26 -43,-37 -11,-10 -31,-26 -43,-37 -2,-1 -7,-4 -10,-6 -18,-8 -32,2 -44,13 -11,11 -31,27 -43,37 -6,6 -11,10 -17,15l-17 15c-6,5 -11,10 -17,15l-18 15c-10,8 -32,29 -42,36 -3,3 -6,5 -9,8 -3,2 -5,5 -8,7 -5,4 -22,18 -25,23 -11,15 -8,36 5,46 7,6 16,6 26,4z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
} 


.svg-tips{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' class='svg-icon' xml:space='preserve' width='23px' height='24px' version='1.1' style='shape-rendering:geometricPrecision;text-rendering:geometricPrecision;image-rendering:optimizeQuality;fill-rule:evenodd;clip-rule:evenodd;' viewBox='0 0 405 417' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E .fil0 %7Bfill:%23802723%7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'%3E%3C/metadata%3E%3Cg id='_2608308373872'%3E%3Cpath class='fil0' d='M123 207c0,-27 6,-44 23,-61 7,-7 12,-11 22,-16 34,-17 76,-6 99,26 9,11 15,28 15,43 0,17 -2,29 -10,43 -6,10 -8,10 -14,19 -2,2 -4,3 -5,6 -11,14 -20,24 -26,42 -1,2 -2,6 -3,9 -1,11 9,9 -44,9 0,-28 -20,-52 -38,-73 -10,-11 -19,-30 -19,-47zm-29 -3c0,24 9,44 21,62 2,3 4,5 6,8l19 23c16,21 10,29 12,44 1,5 1,7 4,10 2,2 6,4 11,4l71 0c20,0 11,-26 16,-39 3,-7 6,-12 10,-18 2,-3 4,-5 6,-8 5,-7 14,-16 19,-23 2,-3 4,-5 6,-8 26,-43 20,-97 -16,-133 -2,-2 -4,-4 -6,-6 -13,-12 -30,-19 -46,-23 -22,-5 -49,-4 -69,6 -29,15 -47,35 -58,65 -4,10 -6,25 -6,36z'%3E%3C/path%3E%3Cpath class='fil0' d='M166 386l74 0c16,0 16,-28 0,-28l-74 0c-18,0 -18,28 0,28z'%3E%3C/path%3E%3Cpath class='fil0' d='M55 68c0,9 12,19 20,27 11,11 25,31 38,17 11,-12 -6,-25 -10,-29l-23 -23c-2,-2 -2,-3 -4,-4 -12,-5 -21,4 -21,12z'%3E%3C/path%3E%3Cpath class='fil0' d='M335 350c9,0 15,-7 15,-15 0,-8 -14,-19 -21,-26 -4,-4 -7,-7 -11,-11 -7,-7 -7,-10 -18,-10 -7,0 -13,9 -11,17 1,7 22,26 28,32 5,5 10,13 18,13z'%3E%3C/path%3E%3Cpath class='fil0' d='M55 335c0,8 6,15 15,15 7,0 13,-8 17,-13 6,-6 27,-25 29,-32 2,-8 -3,-17 -15,-17 -7,0 -10,5 -14,9 -4,4 -7,8 -12,12 -7,7 -20,18 -20,26z'%3E%3C/path%3E%3Cpath class='fil0' d='M302 117c7,0 11,-5 15,-9l23 -24c5,-5 16,-14 6,-25 -2,-2 -8,-4 -10,-4 -8,0 -14,7 -19,12 -5,5 -10,10 -15,15 -4,5 -21,17 -11,29 3,3 8,6 11,6z'%3E%3C/path%3E%3Cpath class='fil0' d='M12 216l51 0c15,0 17,-28 -2,-28l-48 0c-18,0 -16,28 -1,28z'%3E%3C/path%3E%3Cpath class='fil0' d='M329 202c0,7 6,14 13,14l51 0c15,0 17,-28 -2,-28l-48 0c-7,0 -14,7 -14,14z'%3E%3C/path%3E%3Cpath class='fil0' d='M189 13l0 50c0,16 27,16 27,0l0 -50c0,-6 -5,-13 -11,-13l-5 0c-6,0 -11,7 -11,13z'%3E%3C/path%3E%3Cpath class='fil0' d='M182 417l39 0c18,0 17,-28 -1,-28l-36 0c-19,0 -17,28 -2,28z'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.svg-chat {
	background-image: url("data:image/svg+xml,%3Csvg height='25px' viewBox='-1 0 512 512' width='25px' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.894531 512c-2.875 0-5.671875-1.136719-7.746093-3.234375-2.734376-2.765625-3.789063-6.78125-2.761719-10.535156l33.285156-121.546875c-20.722656-37.472656-31.648437-79.863282-31.632813-122.894532.058594-139.941406 113.941407-253.789062 253.871094-253.789062 67.871094.0273438 131.644532 26.464844 179.578125 74.433594 47.925781 47.972656 74.308594 111.742187 74.289063 179.558594-.0625 139.945312-113.945313 253.800781-253.867188 253.800781 0 0-.105468 0-.109375 0-40.871093-.015625-81.390625-9.976563-117.46875-28.84375l-124.675781 32.695312c-.914062.238281-1.84375.355469-2.761719.355469zm0 0' fill='%23e5e5e5'/%3E%3Cpath d='m10.894531 501.105469 34.46875-125.871094c-21.261719-36.839844-32.445312-78.628906-32.429687-121.441406.054687-133.933594 109.046875-242.898438 242.976562-242.898438 64.992188.027344 125.996094 25.324219 171.871094 71.238281 45.871094 45.914063 71.125 106.945313 71.101562 171.855469-.058593 133.929688-109.066406 242.910157-242.972656 242.910157-.007812 0 .003906 0 0 0h-.105468c-40.664063-.015626-80.617188-10.214844-116.105469-29.570313zm134.769531-77.75 7.378907 4.371093c31 18.398438 66.542969 28.128907 102.789062 28.148438h.078125c111.304688 0 201.898438-90.578125 201.945313-201.902344.019531-53.949218-20.964844-104.679687-59.09375-142.839844-38.132813-38.160156-88.832031-59.1875-142.777344-59.210937-111.394531 0-201.984375 90.566406-202.027344 201.886719-.015625 38.148437 10.65625 75.296875 30.875 107.445312l4.804688 7.640625-20.40625 74.5zm0 0' fill='%23fff'/%3E%3Cpath d='m19.34375 492.625 33.277344-121.519531c-20.53125-35.5625-31.324219-75.910157-31.3125-117.234375.050781-129.296875 105.273437-234.488282 234.558594-234.488282 62.75.027344 121.644531 24.449219 165.921874 68.773438 44.289063 44.324219 68.664063 103.242188 68.640626 165.898438-.054688 129.300781-105.28125 234.503906-234.550782 234.503906-.011718 0 .003906 0 0 0h-.105468c-39.253907-.015625-77.828126-9.867188-112.085938-28.539063zm0 0' fill='%2364b161'/%3E%3Cg fill='%23fff'%3E%3Cpath d='m10.894531 501.105469 34.46875-125.871094c-21.261719-36.839844-32.445312-78.628906-32.429687-121.441406.054687-133.933594 109.046875-242.898438 242.976562-242.898438 64.992188.027344 125.996094 25.324219 171.871094 71.238281 45.871094 45.914063 71.125 106.945313 71.101562 171.855469-.058593 133.929688-109.066406 242.910157-242.972656 242.910157-.007812 0 .003906 0 0 0h-.105468c-40.664063-.015626-80.617188-10.214844-116.105469-29.570313zm134.769531-77.75 7.378907 4.371093c31 18.398438 66.542969 28.128907 102.789062 28.148438h.078125c111.304688 0 201.898438-90.578125 201.945313-201.902344.019531-53.949218-20.964844-104.679687-59.09375-142.839844-38.132813-38.160156-88.832031-59.1875-142.777344-59.210937-111.394531 0-201.984375 90.566406-202.027344 201.886719-.015625 38.148437 10.65625 75.296875 30.875 107.445312l4.804688 7.640625-20.40625 74.5zm0 0'/%3E%3Cpath d='m195.183594 152.246094c-4.546875-10.109375-9.335938-10.3125-13.664063-10.488282-3.539062-.152343-7.589843-.144531-11.632812-.144531-4.046875 0-10.625 1.523438-16.1875 7.597657-5.566407 6.074218-21.253907 20.761718-21.253907 50.632812 0 29.875 21.757813 58.738281 24.792969 62.792969 3.035157 4.050781 42 67.308593 103.707031 91.644531 51.285157 20.226562 61.71875 16.203125 72.851563 15.191406 11.132813-1.011718 35.917969-14.6875 40.976563-28.863281 5.0625-14.175781 5.0625-26.324219 3.542968-28.867187-1.519531-2.527344-5.566406-4.046876-11.636718-7.082032-6.070313-3.035156-35.917969-17.726562-41.484376-19.75-5.566406-2.027344-9.613281-3.035156-13.660156 3.042969-4.050781 6.070313-15.675781 19.742187-19.21875 23.789063-3.542968 4.058593-7.085937 4.566406-13.15625 1.527343-6.070312-3.042969-25.625-9.449219-48.820312-30.132812-18.046875-16.089844-30.234375-35.964844-33.777344-42.042969-3.539062-6.070312-.058594-9.070312 2.667969-12.386719 4.910156-5.972656 13.148437-16.710937 15.171875-20.757812 2.023437-4.054688 1.011718-7.597657-.503906-10.636719-1.519532-3.035156-13.320313-33.058594-18.714844-45.066406zm0 0' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E");
}


.tabber {
	padding: 0;
	z-index: 9;
	width: 100%;
	left: 0;
}

.nav-link {
	display: block;
	padding: 10px;
}

.tabber-bottom .nav-tabs .nav-link img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a {
	color: #9b2826;
	text-decoration: none !important;
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

.tabber-bottom {
	position: fixed;
	bottom: 0px;
	overflow: hidden;
	padding-top: 10px;
	left: 0;
}

.ios .tabber-bottom {
	border-top: 1px solid #dddddd;
}

.tabber-bottom .nav-tabs {
	background: #ffffff;
	width: 100%;
	left: 0;
	margin-bottom: 0;
	border-bottom: 0
}

.tabber-bottom:after {
	content: '';
	position: absolute;
	right: 0;
	width: 100%;
	top: 0px;
	height: 10px;
	pointer-events: none;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .3)), color-stop(40%, rgba(0, 0, 0, .1)), color-stop(50%, rgba(0, 0, 0, .05)), color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0)));
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .3) 0%, rgba(0, 0, 0, .1) 40%, rgba(0, 0, 0, .05) 50%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
	opacity: 0.5;
}

.tabber-bottom .nav-tabs .nav-link {
	height: 60px;
	color: #999999;
}

.tabber-bottom+.tab-content {
	padding-bottom: 60px;
}

.tabber-bottom .nav-tabs .nav-link i {
	display: block;
	text-align: center;
	height: 22px;
	font-size: 22px;
}

.tabber-bottom .nav-tabs .nav-link .badge {
	position: fixed;
	background: red;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 10px;
}

.tab-content.h-100 .tab-pane {
	height: 100%;
	overflow-y: auto
}

.nav-tabs {
	border: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	display: flex
}

.nav-tabs .nav-item {
	border: 0;
	margin-bottom: -2px;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
	text-align: center;
	font-size: 12px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #7e2622;
	background-color: transparent;
	border-top: 2px solid #7e2622;
	border-radius: 0px;
}

.nav-tabs .nav-item .nav-link {
	border: 0;
	opacity: 0.6;
	padding: 5px 10px;
	line-height: 30px;
	border-radius: 0;
	-ms-border-radius: 0;
	-moz-border-radius: 0;
	color: #222222;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 38px;
	font-weight: 500;
}

.ios .nav-tabs .nav-item .nav-link {
	color: #999999 !important
}

.theme-dark .nav-tabs .nav-item .nav-link {
	color: #ffffff
}

.nav-tabs .nav-item .nav-link.active {
	background: none;
	border: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	opacity: 1;
	line-height: 34px;
}

.ios .nav-tabs .nav-item .nav-link.active {
	border: 0;
	line-height: 38px;
}

.m-prediction-logo {
	width: 142px;
	margin: 10px 0px 0px 0px;
}

.d-prediction-logo {
	width: 200px;
	margin: 14px;
}

footer {
	background: center top #282828;
	margin-top: 30px;
	padding: 40px 0px 40px 0px;
}

footer li a,
footer li a:hover {
	color: #ffffff;
	font-weight: 100 !important;
	text-decoration: none;
}

footer .col h4 {
	text-transform: uppercase;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	font-weight: 300;
}

footer li {
	color: #ffff;
	list-style: none;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	font-family: roboto !important;
}

footer ul {
	padding-inline-start: 0px;
}

footer h4 {
	text-transform: uppercase;
	color: #ffffff;
	text-align: left;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

footer h4 a {
	color: #ffffff !important;
}

.navbar-expand-sm .navbar-nav .nav-link {
	padding-left: 14px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500 !important;
}

.navbar-nav li:hover>ul.dropdown-menu {
	display: block;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
}


/* rotate caret on hover */

.dropdown-menu>li>a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}

.navbar-light .navbar-nav .nav-link a {
	display: table-cell !important;
	vertical-align: middle;
	height: 50px;
	line-height: normal;
	font-weight: 600;
	padding: 0 7px;
	text-decoration: none;
	font-size: 16px;
}

.navbar-light .navbar-nav .nav-link {
	color: #3e3d3d;
	padding-right: 12px;
	padding-left: 12px;
	font-weight: 500;
}


/*-------------------------------------------------------------------
[Footer]
*------------------------------------------------------------------*/

.tabber-bottom .nav-tabs .nav-link svg {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 3px;
	width: 24.5px;
	height: 24px;
}


/*-------------------------------------------------------------------
[Home]
*------------------------------------------------------------------*/

.post-format-standard {
	display: flex;
	align-items: center;
	background: #ffffff;
	padding: 10px;
	border-radius: 8px;
	box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 30px;
}

.services {
	padding: 15px;
	background: #000000de;
	text-align: center;
	min-height: 207px;
}

.services h4 a {
	color: #ffc105;
}

.services p {
	color: #fff;
}

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

.tip-col-benefits {
	width: 22%;
	background-color: #ffffff;
	box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.04), 0 13px 24px -11px rgb(51, 51, 51, 0.6);
	text-align: center;
	float: left;
	margin: 15px;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
}

.lives-trans {
	margin-bottom: 0px;
}

.lives-trans p {
	border: 1px solid;
	color: #ffffff;
	text-align: center;
	padding: 5% 0;
}

.col-benefits {
	box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgb(51, 51, 51, 0.6);
	text-align: center;
	background: #fff;
	margin: 5px;
	width: 23% !important;
	border-radius:5px;
}

.col-benefits p a {
	color: #3e3d3d !important;
}
.col-benefits .col:hover {
    background: #6C220E;
    color: #ffffff !important;
}

.loading:hover {
	-webkit-animation: rotation 10s infinite linear;
}

@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
	}
}

.tip-col {
	width: 22%;
	background-color: #ffffff;
	box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.04), 0 13px 24px -11px rgb(51, 51, 51, 0.6);
	text-align: center;
	float: left;
	margin: 15px;
	border-radius: 5px;
	border: 1px solid #d5d5d5;
	height: 200px;
}

.tip-col img {
	width: 100%;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.vastu-blogs {
	background-color: #FFFFFF;
	padding: 10px 20px 5px 20px;
	box-shadow: 0px 0px 2px rgba(76, 76, 76, 0.3);
	border: 1px solid #A9A9A9;
	border-top:none;
	height: 210px;
}

.entry-title a {
	color: #7D2824;
	text-decoration: none;
}

.btn-primary {
	background-color: #7D2824 !important;
}

.btn-primary a {
	color: #ffffff;
	text-decoration: none;
}

.container {
	margin-right: auto !important;
	margin-left: auto !important;
}

.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.wpb_button {
	margin-bottom: 10px;
}

.m-auto {
	margin: auto;
}

footer li i {
	font-size: inherit !important;
}

.col-benefits-page {
	box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.2), 0 13px 24px -11px rgb(51, 51, 51, 0.6);
	background: #fff;
	margin: 8px;
	width: 47% !important;
	padding-top: 8px !important;
	height: 385px;
	border-radius: 5px;
}


/*-------------------------------------------------------------------
FVP
*------------------------------------------------------------------*/

.ans {
	padding: 16px;
	margin-bottom: 0px !important;
}

.que {
	padding: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 0px !important;
	color: #215ca0;
	font-weight: 500;
}

.quebox {
	border: 1px solid #e2e2e2;
	border-radius: 10px;
}

.dropdown-menu {
	min-width: 11rem;
}


.direction {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    margin-bottom: -30px !important;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xml:space='preserve' width='100px' height='100px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd' viewBox='0 0 58456 58458'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil0 %7Bfill:%23FEFEFE%7D .fil1 %7Bfill:%23FEFEFE;fill-rule:nonzero%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Layer_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'/%3E%3Cg id='_2983332179408'%3E%3Cpath class='fil0' d='M31063 47863l1524 -8441c777,-127 1995,-725 2598,-1063 661,-371 1080,-703 1635,-1140 181,-143 316,-308 494,-425 256,173 5539,5490 5810,5676 -101,256 -1473,1337 -1728,1533 -230,177 -408,300 -640,462 -847,597 -1715,1091 -2750,1592 -1883,913 -4536,1694 -6943,1806zm-14750 -5389l5803 -5685 993 821c958,734 2511,1549 3741,1816l1531 8430c-1732,76 -5367,-984 -6933,-1787 -1699,-871 -2495,-1328 -3985,-2524 -100,-79 -194,-164 -294,-240l-796 -731c-22,-28 -55,-92 -60,-100zm13689 -7592c675,-33 1310,-176 1884,-398 857,-333 1059,-612 1449,-803 -90,798 -644,3596 -827,4582 -283,1521 -542,3047 -829,4569 -101,532 -1561,8857 -1677,9101l0 -17051zm2709 3894c55,-497 399,-2257 514,-2871l391 -2152c67,-368 29,-346 249,-562 231,-226 215,-183 605,-253 242,-44 486,-86 729,-127 1288,-218 3218,-628 4353,-756 -232,1086 -1099,2483 -1767,3333 -655,831 -1764,1813 -2696,2347 -555,318 -1649,909 -2378,1041zm-5982 0c-580,-78 -1919,-758 -2363,-1028 -1411,-862 -2563,-1992 -3436,-3380 -380,-604 -851,-1543 -1053,-2317 1172,154 3057,531 4355,758 1027,179 1437,104 1592,970l391 2151c171,924 385,1922 514,2846zm-13497 -117c-1403,-2366 -2446,-5237 -2596,-8232l8590 1503c192,1102 1144,2789 1843,3674 145,185 276,331 416,505 139,173 316,298 423,479l-5786 5698c-190,-82 -916,-914 -1079,-1115 -727,-885 -1208,-1494 -1811,-2512zm35569 -8225c-158,3346 -1571,6942 -3444,9506 -394,540 -1499,1936 -1996,2338 -156,-67 -270,-229 -397,-353 -664,-653 -5281,-5154 -5431,-5349 123,-173 288,-305 433,-482 449,-551 778,-949 1160,-1605 230,-395 426,-778 621,-1220 108,-244 414,-1220 498,-1343l8556 -1492zm-19718 -6766c3269,-380 5905,2060 6185,4884 317,3194 -2078,5710 -4945,6012 -3260,343 -5854,-2041 -6152,-4859 -340,-3207 2055,-5705 4912,-6037zm-22636 5745c533,-79 1587,-20 2174,-20 5076,0 10151,0 15227,0 35,677 175,1273 406,1849 245,611 514,957 816,1432l-18623 -3261zm29141 -577c-48,-978 -316,-1801 -782,-2610 -138,-239 -339,-465 -441,-671l18618 3260c-527,81 -1590,21 -2172,21 -5074,0 -10149,0 -15223,0zm-6177 -22577c85,490 23,1577 23,2130l0 14959c-987,47 -1841,315 -2658,767 -252,139 -447,294 -680,433l3315 -18289zm11030 12526c199,-195 2755,-2760 2920,-2834 116,96 177,184 283,289l763 833c703,844 1233,1555 1807,2518 1386,2325 2446,5280 2586,8211l-8591 -1506c-189,-1117 -1168,-2794 -1842,-3676l-835 -968 2909 -2867zm-29799 9012c-42,-923 386,-2816 626,-3681 665,-2405 1802,-4566 3294,-6477 259,-333 1309,-1585 1552,-1689l5789 5695 -849 1000c-745,948 -1559,2441 -1832,3653l-8580 1499zm27875 -3916c366,619 856,1517 1039,2298 -1460,-210 -3517,-611 -5086,-888 -351,-61 -376,-26 -588,-234 -234,-231 -194,-190 -267,-584 -45,-240 -87,-479 -130,-716 -219,-1245 -653,-3234 -775,-4304 1447,304 3240,1488 4292,2538 578,577 1092,1177 1515,1890zm-18632 2294c155,-729 725,-1804 1073,-2357 485,-769 609,-853 1104,-1449 290,-350 238,-232 409,-408 1063,-1104 2762,-2147 4258,-2513 -122,916 -343,1931 -513,2850 -89,479 -173,953 -259,1431 -44,237 -88,476 -133,721 -75,408 -8,324 -253,557 -258,246 -113,199 -579,280 -238,42 -488,84 -726,127 -1234,218 -3314,637 -4381,761zm-3573 -10420c91,-202 928,-894 1153,-1071 1674,-1315 2083,-1550 3985,-2523 1617,-829 4801,-1758 6932,-1792l-1530 8438c-1079,161 -2857,1142 -3741,1812l-997 822 -5802 -5686zm16273 3046l-1526 -8424c794,-68 2984,401 3745,614 2411,673 3963,1452 5955,2770 767,508 1200,940 1828,1440 112,89 164,167 270,263 107,96 205,143 268,295 -170,118 -2689,2627 -2908,2841 -217,214 -2735,2721 -2900,2836 -180,-108 -319,-288 -498,-426 -182,-139 -314,-258 -514,-409 -1009,-765 -2416,-1480 -3720,-1800zm-4051 -9321c-1443,0 -3526,422 -4885,865 -715,235 -1421,457 -2100,788 -1760,861 -2380,1151 -3995,2338 -125,92 -201,152 -322,247l-952 788c-205,160 -397,392 -604,568 -417,-275 -2691,-2744 -2829,-2744 -97,0 -99,16 -179,35 -70,287 64,292 278,501 402,396 2313,2211 2480,2455 -179,202 -383,361 -563,573l-1039 1231c-176,233 -325,437 -501,669 -680,891 -1211,1890 -1718,2887 -69,135 -113,248 -179,387 -312,657 -562,1351 -795,2033 -471,1376 -900,3388 -900,4852 -238,19 -554,97 -793,135 -283,46 -542,102 -818,147 -553,89 -1086,196 -1643,286 -468,75 -2898,557 -3300,557l0 71c389,0 4289,745 4907,844 267,44 550,91 820,145 203,39 622,133 827,137 0,1449 421,3439 882,4799 285,843 585,1675 992,2473 897,1762 1532,2680 2731,4179 281,351 934,987 1090,1216 -187,123 -2794,2743 -2794,2745 0,95 17,97 36,176 292,68 297,-64 510,-273 403,-395 2297,-2194 2462,-2436l1316 1135c1760,1541 4622,3036 6966,3678 851,233 1750,471 2684,600 483,66 985,125 1468,176 635,67 393,-203 636,993 324,1600 589,3209 872,4808l92 509c43,163 -47,44 78,134 0,-213 95,-625 134,-818 269,-1354 465,-2676 734,-4029 50,-249 98,-532 144,-807 34,-197 92,-627 170,-785 1657,0 4164,-545 5730,-1160 1079,-425 2147,-874 3136,-1459l2082 -1368c115,-93 212,-154 322,-246l486 -402c74,-68 87,-66 159,-125l595 -543c131,-108 216,-151 311,-291 250,164 2075,2021 2481,2418 105,104 274,326 420,326 109,0 144,-83 144,-176 0,-117 -1286,-1316 -1388,-1416 -302,-296 -1219,-1125 -1406,-1399 155,-101 655,-674 832,-871l263 -305c522,-656 997,-1278 1470,-1969 976,-1431 1682,-3024 2239,-4662 190,-557 371,-1213 494,-1802 69,-330 128,-631 186,-977l190 -1503c30,-201 14,-365 56,-543 259,-21 531,-99 788,-141 278,-45 545,-90 821,-144 1077,-211 2158,-359 3253,-568 343,-66 1334,-273 1657,-273l0 -71c-387,0 -2811,-483 -3264,-557 -548,-91 -1085,-195 -1612,-282 -285,-47 -554,-90 -822,-142l-821 -144c-43,-181 -20,-312 -50,-513l-196 -1533c-56,-335 -116,-636 -180,-948 -66,-325 -152,-616 -233,-933 -150,-588 -334,-1187 -558,-1739 -223,-547 -427,-1086 -692,-1606 -267,-523 -509,-1010 -806,-1497 -606,-994 -1271,-1968 -2056,-2834l-395 -458c-97,-103 -192,-176 -286,-281l-278 -325c247,-163 2063,-2010 2462,-2402 105,-103 332,-270 332,-413 0,-96 -95,-141 -180,-141 -107,0 -291,233 -366,308l-1773 1742c-181,177 -546,576 -726,694 -95,-139 -577,-542 -742,-678 -61,-52 -86,-88 -145,-139l-950 -756c-2711,-1976 -5551,-3259 -8907,-3811 -634,-104 -1390,-210 -2113,-210 -7,-308 -228,-1270 -282,-1589 -102,-613 -864,-4459 -864,-4850l-72 0c0,248 -83,544 -128,788 -249,1348 -459,2708 -728,4035l-219 1193c-23,140 -68,280 -71,423z'/%3E%3Cpath class='fil0' d='M33209 29536c-241,1760 -1834,3275 -3941,3005 -1778,-228 -3299,-1820 -3039,-3861 222,-1748 1857,-3248 3926,-2994 1762,216 3330,1825 3054,3850zm-4026 -4129c-1925,281 -3563,1996 -3239,4252 266,1855 2070,3495 4323,3165 1909,-279 3565,-2011 3226,-4252 -282,-1863 -2044,-3497 -4310,-3165z'/%3E%3Cpolygon class='fil1' points='30778,2946 30197,2946 29245,1067 29233,1069 29233,2946 28652,2946 28652,0 29233,0 30184,1882 30197,1880 30197,0 30778,0 '/%3E%3Cg%3E%3Cpolygon class='fil1' points='58276,29286 57359,29286 57359,30142 58456,30142 58456,30587 56779,30587 56779,27641 58452,27641 58452,28088 57359,28088 57359,28842 58276,28842 '/%3E%3Cpolygon class='fil1' points='2234,29509 2247,29506 2554,27641 3144,27641 2557,30587 2018,30587 1580,28762 1567,28762 1130,30587 591,30587 0,27641 595,27641 902,29511 915,29513 1345,27641 1801,27641 '/%3E%3C/g%3E%3Cpath class='fil1' d='M30126 57651c0,-118 -30,-211 -91,-279 -61,-68 -171,-134 -329,-199 -307,-106 -538,-227 -693,-362 -156,-135 -233,-324 -233,-567 0,-241 89,-438 265,-590 178,-151 403,-227 678,-227 291,0 525,81 702,242 177,162 264,379 257,652l-4 12 -564 0c0,-152 -34,-268 -104,-347 -69,-79 -168,-119 -298,-119 -110,0 -197,37 -259,109 -62,72 -93,162 -93,270 0,100 35,183 106,248 69,64 190,135 359,212 290,94 509,214 658,358 150,144 225,338 225,583 0,252 -89,450 -263,594 -174,144 -405,216 -693,217 -285,-1 -527,-78 -729,-234 -201,-156 -299,-393 -293,-711l5 -12 566 0c0,184 38,317 114,398 76,81 189,122 337,122 125,0 218,-34 281,-102 62,-67 93,-156 93,-268z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

/*-------------------------------------------------------------------
Blog Page
*------------------------------------------------------------------*/

.blog-title {
	color: #333;
}

.blog-main {
	background-color: rgba(119, 119, 119, .04);
	border-bottom: 1px solid rgba(119, 119, 119, .15);
}

.plmr {
	padding-left: 0px;
	margin-right: 10px;
}

.blog-bg {
    margin: 10px;
    width: 30.5% !important;
    float: left;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(76, 76, 76, 0.3);
}


.fancy-list ul {
  list-style: none;
}

.list-divider ul {
  list-style: none;
}

.fancy-list ul li {
  font-size: 16px
}
.fancy-list ol li {
  font-size: 16px
}

.list-divider ul li {
  font-size: 16px
}


.list-divider ul li::before {
  content: "\2022";
    color: #762824;
    font-weight: bold;
    display: inline-block;
    width: 24px;
    margin-left: -24px;
    font-size: 22px
}

.fancy-list ul li::before {
content: "\2022";
    color: #762824;
    font-weight: bold;
    display: inline-block;
    width: 24px;
    margin-left: -24px;
    font-size: 22px
}

.lives-trans :hover {
	background: #ffffff;
	color: #6C220E;
	box-shadow: 0 0 0 4px #8B2323, 0 0 0 5px #ffffff;

 
}

/*-------------------------------------------------------------------
Main Door Direction
*------------------------------------------------------------------*/

.sv-maindoorform {
	background: #330000;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
	width: 27.33%;
	float: left;
	margin: auto !important;
}

.sv-maindoorform h4 {
	color: #fff;
}

.sv-maindoorform h5 {
	color: #ffc105;
	font-size: 24px;
	text-align: center;
}

.sv-maindoorform input,
select {
	width: 100%;
	border-radius: 5px;
	margin-bottom: 15px;
	padding: 5px;
	color: #525151;
}

.sv-maindoorform-btn {
	width: 50% !important;
	background-color: #ffac02;
	color: #330000 !important;
	line-height: 16px;
}

.main-door{
        width: 12.50% !important;
}
|


/*-------------------------------------------------------------------
FVP-form
*------------------------------------------------------------------*/

.ng-isolate-scope h2 {
	    display: none;
	
}

.md-input-messages-animation div {
    font-size: 9px !important;
    line-height: 8px !important;
}


md-card {
    margin: auto !important;
}

#VcLeadForm select:focus, #VcLeadForm select, #VcAppointmentForm select {
  margin-bottom: 0px !important;
  background: white;
}


.md-input-messages-animation div {
    font-size: 9px !important ;
        line-height: 8px;
}

md-input-container .md-input {
  height: 20px !important ;
}

md-input-container .md-placeholder, md-input-container label:not(.md-no-float):not(.md-container-ignore) {
  line-height: 18px  !important;
}

.md-headline {
    margin-bottom: 0px !important;
}

.btn-otp {
  margin-top: -15px !important;
}

.dt-btn, .dt-form button, .nsu-submit, .widget .dt-form .dt-btn, a.button, button.button, button:not(.vc_btn3):not(.ubtn):not(.mfp-close):not(.slick-next):not(.slick-prev), input[type=button], input[type=reset], input[type=submit] {
  line-height: 15px !important;
}


md-card md-card-content>p:last-child {
     margin-bottom: 0px !important;
}

md-card md-card-content {
   padding: 5px 10px !important;
}

md-card md-card-content>p:last-child {
    font-size: 10px !important;
    margin-top: 0px !important;
    letter-spacing: 0px !important;
}


.ng-isolate-scope h2 {
    display:none ;
}

md-input-container .md-errors-spacer {
 
    min-height: 8px !important;
  
}

.form-city{
     margin-bottom: 0px !important;
}

.md-subhead {
    font-size: 14px !important;;
    
}

.md-headline {
    font-size: 18px !important;
}

#error-holder p {
        font-size: 12px !important;
    padding: 5px !important;
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
    margin-top: -10px !important;
    margin-bottom: 18px !important;
    border-radius: 5px !important;
     text-align: center !important;
        line-height: 18px !important;
}



.md-headline {
  color: #702224  !important;
}

md-card.md-default-theme, md-card {
      border-radius: 5px;
      border: 2px solid #7e2e2f;
}

md-input-container.md-default-theme .md-placeholder, md-input-container .md-placeholder, md-input-container.md-default-theme label, md-input-container label {
    color: rgb(62, 62, 62);
    font-size: 12px;
}

md-input-container.md-default-theme .md-input, md-input-container .md-input {
    border-color: rgba(0, 0, 0, 0.32);
}

md-input-container.md-default-theme.md-input-invalid .md-input, md-input-container.md-input-invalid .md-input {
    border-color: rgb(162, 15, 15);
}

.md-subhead {
   margin-bottom: 18px;
}

md-card md-card-content>p:last-child {
   font-size: 10px;
   line-height: 18px;
   color: #3a3a3a;
   letter-spacing: 1px;
   margin-top: 15px;
   font-size: 10px !important;
}


.md-button.md-default-theme.md-primary.md-fab, .md-button.md-primary.md-fab, .md-button.md-default-theme.md-primary.md-raised, .md-button.md-primary.md-raised {
    background-color: rgb(126, 46, 47);
    margin: auto !important;
    margin-top: 25px !important;
}

._md a.md-default-theme:not(.md-button).md-primary, ._md a:not(.md-button).md-primary {
    color: rgb(126, 46, 47);
    font-size: 10px !important;
    line-height: 30px;
}

.ng-scope{
	    margin-bottom: 5px !important;
}

md-input-container.md-input-focused .md-input, md-input-container.md-input-resized .md-input, md-input-container .md-input.ng-invalid.ng-dirty {
    border-width: 0 0 1px !important;
}

md-input-container.md-default-theme.md-input-invalid .md-input, md-input-container.md-input-invalid .md-input {
    border-color: rgb(167, 167, 167);
}

md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused label, md-input-container:not(.md-input-invalid).md-input-focused label, md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused md-icon, md-input-container:not(.md-input-invalid).md-input-focused md-icon {
    color: rgb(0, 0, 0) !important;
}

md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-default-theme .md-select-value, md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value, md-input-container.md-input-focused:not(.md-input-has-value) md-select.md-default-theme .md-select-value.md-select-placeholder, md-input-container.md-input-focused:not(.md-input-has-value) md-select .md-select-value.md-select-placeholder {
    color: rgb(0, 0, 0);
    font-size: 12px;
}
 
md-input-container.md-default-theme.md-input-invalid .md-char-counter, md-input-container.md-input-invalid .md-char-counter, md-input-container.md-default-theme.md-input-invalid .md-input-message-animation, md-input-container.md-input-invalid .md-input-message-animation, md-input-container.md-default-theme.md-input-invalid label, md-input-container.md-input-invalid label {
    color: rgb(58, 58, 58);
}

.text-danger {
    color: #b30101 !important;
   
}

md-card.md-default-theme, md-card {
    color: rgb(58, 58, 58);
   font-size: 13px;
}

md-select-menu.md-default-theme md-content md-option[selected], md-select-menu md-content md-option[selected] {
    color: rgb(126, 46, 47);
}


md-select.md-default-theme:not([disabled]):focus .md-select-value, md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: rgb(167, 167, 167) !important;
    color: rgba(0,0,0,0.87);
}

md-select:not([disabled]):focus .md-select-value {
    border-bottom-width: 1px !important;
   ;
}

md-input-container .md-char-counter, md-input-container .md-input-message-animation {
    overflow: hidden;

}

md-input-container.md-default-theme.md-input-invalid .md-input, md-input-container.md-input-invalid .md-input {
    margin-bottom: 5px !important;
}



/*-------------------------------------------------------------------
Mobile fixer styles]
*------------------------------------------------------------------*/

@media (max-width: 768px) {
	
	.videoWrapper iframe
{
    height:180px;
}

	
	.h2, h2 {
    font-size: 24px;
}
	
		.h1, h1 {
    font-size: 30px;
}
	
.h3, h3 {
    font-size: 22px;
}
.h4, h4 {
    font-size: 19px;
}
	
	
	.fvp-page-title {
	font-size: 23px !important;
}
	
	.sticky-top {
   z-index: 0;
}
	
	.row {
   margin-right: auto;
    margin-left: auto;
}
	
	md-card {
  width: 75%;
}
	
	.ptm-5{
	    padding-bottom: 0px !important;
	    padding-top: 3.5rem !important;
}
	
	.sv-maindoorform {
		width: 88% !important;
		float: none !important;
		margin: auto !important;
	}
	.post-format-standard {
		padding: 12px;
	}
	.chart-form {
		width: 75%;
		margin: auto;
	}
	.services {
		padding: 10px;
		min-height: auto;
	}
	.w-50 {
		width: auto !important;
	}
	.main-door {
		float: left;
		width: 33.33% !important;
		position: relative;
	}
	.sv-benefits {
		width: 33% !important;
		float: left;
	}
	.lives-trans p {
		font-size: 10px;
		height: 70px !important;
	}
	.sv-service {
		width: 50% !important;
		float: left;
	}
	.col-benefits p {
		font-size: 14px;
		color: #212121;
	}
	.col-benefits {
		margin: 5px;
		padding: 2px;
		height: 160px !important;
		border-radius: 5px;
		float: left;
		width: 28.9% !important;
	}
	
	.col-benefits img{
	    max-width: 100% !important;
	}
	.tip-col {
		width: 45%;
		margin: 8px;
	}
	.tip-col {
		height: 160px;
	}
	.blog-title {
		font-size: 18px;
		margin-top: 30px;
		margin-bottom: 0px !important;
	}
	.vastu-tips-home {
		background: #ffff;
		width: 43% !important;
		background-color: #ffffff;
		box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.04), 0 13px 24px -11px rgb(51, 51, 51, 0.6);
		float: left;
		margin: 10px;
	}
	.vastu-tips-home-title {
		font-size: 18px;
		line-height: 24px;
	}
	.vastu-blogs {
		height: 80px;
		padding: 3px;
	}
	.entry-title a {
		font-size: 14px;
	}
	.wb-70 {
		height: 70px;
	}
	.prpl-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.prpl-5 {
		padding-left: 5px !important;
		padding-right: 10px !important;
	}
	.container {
		padding-right: 0px;
		padding-left: 0px;
	}
	footer {
		padding: 35px 0px 60px 0px;
		margin-top: 20px;
	}
	.ptb-5 {
		padding-top: 2.5rem!important;
	}
	.blog-bg {
     width: 26% !important;
     float: left !important;
}
	footer h4 a {
    font-size: 18px;
    font-weight: bold !important;
     }
	
	footer li a {
		font-size: 12px !important;
}
	.contact-form {
    width: 100% !important;
}
	
	.blog-bg h3 {
    font-size: 16px;
    margin-bottom: -20px;
    margin-top: -20px;
}
	
}

@media (max-width: 991.98px) {
	
	.ptm-5 {
    padding-top: 0rem;
}
	.navbar-light .navbar-nav .nav-link {
		padding-left: 2px;
		font-size: 13px;
	}
	.navbar-expand-sm .navbar-nav .nav-link {
		padding-left: 0.5rem;
		font-size: 13px;
	}
	.d-prediction-logo {
		display: none !important;
	}
}


/* Booking Form */

.home-form h1 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .01em;
    color: #1d2327;
    margin-bottom: 26px;
}

.home-form h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
}

button.btn.submit {
line-height: 16px !important;
    font-size: 14px;
    margin-bottom: 16px !important;
    
}

.form-control {
     height: calc(1em + .75rem + 2px) ;
    padding: .1rem .75rem !important;
      font-size: 12px;
}

.home-form {
	border-radius: 5px;
    border: 2px solid #7e2e2f;
    color: rgb(58, 58, 58);
    font-size: 13px;
   margin: auto;
}

.home-form, .form-group {
    margin-bottom: 0rem!important;
}

.home-form img {
   width: 90px !important;
    margin-top: 50%;
    margin-bottom: 30px; 
}


.home-form h3 {
  color: #7d2824;
}


.wp-video {
  
    margin-top: 15px;
}


   #visit {
        width: 98px;
        height: 12%;
        right: 18px;
        bottom: 0;
        z-index: 99;
    }

    #visit {
        position: fixed;
    }


    @media (max-width: 768px) {
        #visit {
            display: none;
        }
    }