/**
 * General.
 */
 
.bg-purple{
	background-color: #8A37E9 !important;	
}

.bg-light-blue{
	background-color:#ECF2FF !important;
}

b, strong {
	font-weight: bold;
}
.underlined {
	text-decoration: underline;
}

.no-margin {
	margin: 0px !important;
}

.flow-row.disabled:not(.flow-row--active):hover,
.disabled {
	opacity: 0.4 !important;
}

.padding-top {
	padding-top: 20px;
}

.align-right {
	text-align: right;
}

.inline-block {
	display: inline-block;
}

.no-wrap {
	white-space: nowrap;
}

.pointer {
	cursor: pointer;
}

.display-none {
	display: none;
}

.align-center {
	text-align: center;
}

.background-white{
	background: #ffffff;
}

.no-margins {
	margin-left:0;
	margin-right:0;
	width:100%;
	max-width:none;
	padding-left:0;
	padding-right: 0;
}

/**
 * Theme & Body Fixes.
 */
body {
  	overflow-x: unset;
}

.main {
	background-color: #ebebeb;
	overflow-y: hidden;
}

.main.theme--blue {
	height: auto;
}

.main-content.main {
    margin-top: 0px;
}

.page-footer {
	z-index: 1;
}

/**
 * Menu and Message bar Fixes.
 */
.menu-bar .logo, .menu-bar-landing .logo {
  	background-image: url('../images/anytime_by_interamerican_logo.svg');
}

@media (max-width: 1179.98px){
	.menu-bar-landing .logo {
	    background-image: url('../images/logo-icon-only.svg');
	}
}

@media (min-width: 1180px){
	.menu-bar-landing .logo {
    	width: 280px;
   		height: 60px;
	}
}

@media (min-width: 800px) and (max-width: 1179.98px) {
	.logo.menu-bar-landing__logo {
		height: 47px;
	}
}

.menu-bar .logo-width {
	width: 280px;
    height: 60px;
}

.menu-bar .menu-bar__container {
	margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1170px;
}

@media (min-width: 800px) {
	.menu-bar .menu-bar__container {
	   padding-bottom: 20px;
	   padding-top: 20px;
	}
	.menu-bar.menu-bar--sticky-steps.menu-bar--fixed {
	    left: 0;
	    position: fixed;
	    top: 0;
	    width: 100%;
	}
}

.message-bar {
	padding: 5px 0;
	z-index: 50;
}

@media (min-width: 800px) {
	.message-bar-component {
   		margin-top: 100px;
	}
}

/**
 * Form Element fixes.
 */
.user-channel {
	position: absolute;
	right: 0;
	margin-top: 1em;
	margin-right: 20%;
	color: #175FFF;
	font-size: 16px;
	z-index: 2;
	font-weight: bold;
}
.user-channel-padding-fix {
	top: 200px;
}
@media (max-width: 499px) {
	.user-channel-padding-fix {
		top: 70px;
	}
}

@media (min-width: 800px) {
	.menu-bar + .user-channel {
	    margin-top: 9em;
	}
}

.article-header {
	margin-top: 0px;
}

.article-header.back-link-header {
	margin-top: 50px;
	margin-bottom: 0px;
}

@media (min-width : 800px) {
	.article-header.back-link-header {
    	margin-top: 150px;
	}
	.message-bar-component ~.article-header.back-link-header {
    	margin-top: 50px;
	}
}

.backlink .backlink__span,
.backlink .backlink__icon {
  	vertical-align: initial;
}

.button--selected {
	cursor: unset;
}

.form .form-field:not(.is-required) .form-field__label::after {
	content: '';
}

.form .form__fieldset+div {
	margin-top: 20px;
	display: block !important;
}

.background-logo {
	z-index: -1;
}

.background-logo--corner-bottom-right-fixed {
	bottom: 0;
	left: auto;
	position: fixed;
	right: -24%;
	top: auto;
	width: 100%;
	height: 100%;
}

.background-logo--corner-bottom-right-fixed .background-logo__svg {
	height: 2700px;
	transform: translate3d(-30%, -55%, 0) scale(.5) translateX(-30%)
		translateY(30%) rotate(45deg);
	width: 2700px;
}

select {
	appearance: auto;
}

select + .form-field__icon{
	display: none !important;
}

.form-field.form-field--dropdown .form-field__select-container .form-field__icon {
	display: none;
}

/**
 * Profile Page.
 */

.flow-form {
	padding-top: 20px;
}

.flow-row .flow-row__text {
	font-weight: normal;
}

.informative-label-padding-fix {
	padding-right: 5px !important;
}

.button.arrow-icon {
	display: inline-block;
	pointer-events: all;
}

.flow-row:not(.flow-row--active) > * {
	pointer-events: all;
}

.dropdown-item strong {
	background-color: #bfbfbf;
}

.flow-form .flow-form__part.flow-fieldset {
	display: contents;
}

.flow-form .flow-form__part.flow-fieldset .flow-fieldset__row {
	margin-top: 40px;
}

.flow-form .flow-form__part.flow-form__part--inactive:not(.flow-fieldset) {
	opacity: 0.35;
	transform: scale(0.75) !important;
}

.form-field.form-field--radio-buttons-as-toggle .form-field__field-wrapper input[type=radio]:focus + label {
	background-color: #241f24;
	border-color: #241f24;
	color: #fff;
}

.flow-row.flow-row--wide-label:not(.inline-elements) .form-field__title-wrapper {
	display: unset !important;
}

.speech-bubble-deluxe__content .button {
    pointer-events: auto;
}

.inline-elements .simple-field .form-field--single-line {
	display: block;
}

.simple-field .form-field--single-line {
	display: inline-block;
}

.form-field__title-wrapper{
	width:100%;
	display: block!important
}

.background-logo--corner-bottom-left-flow {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto
}

.background-logo--corner-bottom-left-flow .background-logo__svg {
    height: 2700px;
    width: 2700px;
    transform: translate3d(-30%, -35%, 0) scale(1) translateX(-30%) translateY(21%) rotate(180deg);
}

.owner-tenant-container,.usage-container{
	flex: auto;
}

.flow-row.flow-row--activated .flow-row__speech-bubble-deluxe {
	z-index: 0;
}

.registration-date-sentence .tooltip-icon__icon{
	vertical-align: super !important;
}

.form-clonable-autocomplete-fields .form-clonable-autocomplete-fields__add-field-hidden {
	opacity: unset;
}

@media (max-width: 1024px){
	.registration-date-sentence .form-field__field-wrapper{
		width: 90%;
	}
}

@media (min-width: 1480px) {
	.background-logo--corner-bottom-left-flow .background-logo__svg {
	    transform: translate3d(-35%, -40%, 0) scale(1.6) translateX(-30%) translateY(21%) rotate( 180deg);
	}
}

@media (min-width: 800px) {
	.background-logo--corner-bottom-left-flow .background-logo__svg {
	    transform: translate3d(-35%, -40%, 0) scale(1.6) translateX(-30%) translateY(21%) rotate( 180deg);
	}
}

@media (min-width: 530px) {
	.background-logo--corner-bottom-left-flow .background-logo__svg {
	    transform: translate3d(-30%, -37%, 0) scale(1) translateX(-30%) translateY(21%) rotate(180deg);
	}
}

.background-logo--corner-top-right-flow {
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    z-index: 0;
}

.background-logo--corner-top-right-flow .background-logo__svg {
    height: 2700px;
    width: 2700px;
	transform: translate3d(25%, -138%, 0) scale(1.6) translateX(-30%) translateY(21%) rotate(-100deg);
} 
    
@media (min-width: 1480px) {
	.background-logo--corner-top-right-flow .background-logo__svg {
	    transform: translate3d(25%, -138%, 0) scale(1.6) translateX(-30%) translateY(21%) rotate(-100deg);            
	}
}

@media (min-width: 800px) {
	.background-logo--corner-top-right-flow .background-logo__svg {
	    transform: translate3d(25%, -138%, 0) scale(1.6) translateX(-30%) translateY(21%) rotate(-100deg);
	}
}

@media (min-width: 530px) {
	.background-logo--corner-top-right-flow .background-logo__svg {
	    transform: translate3d(25%, -138%, 0) scale(1) translateX(-30%) translateY(21%) rotate(-100deg);
	}
}

.flow-form__part--inactive .flow-row--wide-label {
	opacity: 0.35;
}

@media (min-width: 1180px) {
	.flow-form .backlink.flow-form__backlink {
		margin-top: 20px;
	}
}

.email-consent-label{
	font-size: 14px;
	font-weight: 100;
	position: relative;
}

.email-consent-icon::after{
	border: 1px solid currentColor;
    color: currentColor;
    content: "";
    display: inline-block;
    height: 22px;
    line-height: 20px;
    margin-top: 2px;
    text-align: center;
    transition: border-color 0.15s cubic-bezier(0.26, 0.88, 0.57, 0.9), color 0.1s cubic-bezier(0.26, 0.88, 0.57, 0.9), border-width 0.1s cubic-bezier(0.26, 0.88, 0.57, 0.9);
    width: 22px;
    margin-left: 5px;
}

.email-consent-label .form-field__icon{
	position:relative;
	display:inline-block;
}

.email-consent-label .form-field__icon svg {
	position: absolute;
	fill: transparent;
	top: 0;
    left: 3px;
}
.email-consent-label .inline-block{
	display:unset;
}
.email-consent-label .informative-label-padding-fix{
	display:block;
}

@media (max-width: 529.99px) {
	.email-consent-label .form-field__icon svg {
		bottom:2px;
		top:unset;
	}
}

.email-consent-label input[type='checkbox']:checked + .email-consent-icon svg {
	fill: #FFFFFF;
}

.email-consent-label input[type='checkbox']:checked + .email-consent-icon::after {
	background-color: black;
}

/**
* Product Selection Page.
*/
.toolbar:not(.toolbar--open) .form__fieldset.container {
  	padding: 20px;
}

.toolbar.toolbar--open .form__row:first-child {
	max-height: unset;
	opacity: unset;
}

.toolbar:not(.toolbar--open) .form__row.control-row {
	display: contents;
}

.toolbar.toolbar--open .form__row.control-row {
	max-height: 0;
	opacity: 0;
}

.toolbar.toolbar--pricerange:not(.toolbar--open) .form__fieldset.container {
    padding: 20px;
}

.toolbar.toolbar--pricerange.toolbar--exposed.toolbar--open .form__row:first-child {
    max-height: unset;
    opacity: 1;
}

.toolbar.toolbar--pricerange.toolbar--exposed .form__row.form__row--footer {
    max-height: 0;
    opacity: 0;
    padding: 0;
}

.toolbar.toolbar--pricerange.toolbar--exposed.toolbar--open .form__row:last-child {
    max-height: 100%;
    opacity: 1;
}

.toolbar.toolbar--pricerange.toolbar--exposed .form-field--single-line {
	display: flex;
}

.toolbar.toolbar--pricerange.toolbar--exposed .form-field .form-field__field-wrapper input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=range]):not([type=range]) {
    border-color: transparent;
    width: 113px;
    -moz-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    pointer-events: none;
}

.toolbar.toolbar--pricerange.toolbar--exposed.toolbar--open .form-field .form-field__field-wrapper input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=range]):not([type=range]) {
    border-color: inherit;
    padding-left: 25px;
    pointer-events: auto;
    background: none;
}

.toolbar.toolbar--pricerange.toolbar--exposed.toolbar--open .toggle{
    display: none;
}

.toolbar.toolbar--duration.toolbar--exposed .form__row + .form__row {
    max-height: unset;
    opacity: 1;
}

.toolbar.toolbar--duration.toolbar--exposed.toolbar--open .form__row:first-child {
    max-height: unset;
    opacity: 1;
}

.toolbar.toolbar--duration.toolbar--exposed .form__row.form__row--footer {
    max-height: 0;
    opacity: 0;
}

.toolbar.toolbar--duration.toolbar--exposed.toolbar--open .form__row:last-child {
    max-height: 100%;
    opacity: 1;
}

.toolbar.toolbar--duration.toolbar--exposed:not(.toolbar--open) .form__fieldset.container {
    padding: 20px;
}

.toolbar.toolbar--duration.toolbar--exposed .form__legend-wrapper legend + p {
    font-size: 16px;
}

.toolbar.toolbar--duration.toolbar--exposed input:hover:read-only {
    cursor: pointer;
}

.toolbar.toolbar--pricerange .form-field__field-wrapper:after {
    display: block;
    content: '€';
    top: 7px;
    left: -6px;
    position: absolute;
}

.toolbar.toolbar--pricerange.toolbar--open .form-field__field-wrapper:after {
    display: none;
}

.toolbar.toolbar--pricerange .form-field__field-wrapper,
.toolbar.toolbar--pricerange.toolbar--exposed.toolbar--open .form-field .form-field__field-wrapper input:not([type=radio]):not([type=checkbox]):not([type=file]):not([type=range]):not([type=range]){
    padding-left: 10px;
}

.toolbar.toolbar--pricerange .value-wrapper {
    padding-left: 10px;
}

.toolbar--open.toolbar.toolbar--pricerange .value-wrapper {
    padding-left: 0;
}

.toolbar::before {
	background: rgba(0, 0, 0, 0.4);
}

.richtext ul > li::before {
  	content: ' ';
  	background-image: url('../images/checkmark.svg');
  	background-repeat: no-repeat;
  	background-size: 17px 17px;
}

.product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-start {
  	margin-bottom: unset;
  	flex-grow: unset;
}

.product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-field input[type='radio']:not(:checked) ~ .product-choice-carousel__item-field-label--selected,
.product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-field input[type='radio']:checked ~ .product-choice-carousel__item-field-label--unselected {
  	display: inline-block;
}

.product-choice-carousel .product-choice-carousel__item-container.product-choice-carousel__item-container--highlighted .product-choice-carousel__item-text {
	padding-right: 0;
}

.product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-field {
	font-size: 12px;
	line-height: normal;
}

.tooltip-link.tooltip-link--click .tooltip-link__close {
	font-size: 0.5em;
	width: 25px;
	right: 10px;
}

.price .tooltip-link__title,
.price .link__span {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    vertical-align: top;
    text-decoration: underline;
}
.product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-field.title {
	border-top: 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: auto;
    padding-bottom: 5%;
    margin-top: -10%;
}

.product-choice-carousel__item-container.product-choice-carousel__item-container--two-plan-recommended {
	order: 0 !important;
}

.product-choice-carousel__item-container.product-choice-carousel__item-container--two-plan-not-recommended {
	order: 1 !important;
}
.product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-price .price__duration {
	vertical-align: unset;
}

.total_price{
	color: #5F5F5F;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
}

.main.theme--blue .product-choice-carousel .product-choice-carousel__item-container.product-choice-carousel__item-container--selected .product-choice-carousel__item .total_price{
	color: #fff;
}

.basic-plan-title {
	color: #A0A0A0;
	margin-bottom: 4%;
    font-size: 21px;
    font-weight: 400;
}

.checklist .checklist__item.checklist__item--crossed {
	opacity: 0.5;
}

.status-bar .status-bar__overlay-row {
	margin-bottom: unset;
}

.product-choice-carousel .product-choice-carousel__item-container.product-choice-carousel__item-container--disabled .product-choice-carousel__item-end {
	display: unset;
}

@media (min-width: 1180px) {
	.product-choice-carousel__item-container.product-choice-carousel__item-container--recommended {
		order: 1;
	}
	.product-choice-carousel__item-container:not(.product-choice-carousel__item-container--recommended) {
		order: 0;
	}
	.product-choice-carousel__item-container:not(.product-choice-carousel__item-container--recommended) ~.product-choice-carousel__item-container:not(.product-choice-carousel__item-container--recommended) {
		order: 99;
	}
	.product-choice-carousel .product-choice-carousel__item-container .product-choice-carousel__item-field.title {
    	margin-top: -5%;
	}
}

@media (max-width: 1179.98px) {
	.product-choice-carousel__item-container.product-choice-carousel__item-container--recommended {
		order: 0;
	}
	.product-choice-carousel__item-container:not(.product-choice-carousel__item-container--recommended) {
		order: 1;
	}
	.product-choice-carousel__item-container:not(.product-choice-carousel__item-container--recommended) ~.product-choice-carousel__item-container:not(.product-choice-carousel__item-container--recommended) {
		order: 99;
	}
	.toolbar .form__text > .button {
		margin-top: initial;
	}
}

@media (max-width: 529.98px) {
	.form .form__fieldset {
		margin-left: 0px;
		width: inherit;
	}
	.form .form__row.row .col-12 + .col-12 {
		margin-top: 10px;
	}
}

@media (min-width: 530px) and (max-width: 799.98px) {
	.form .form__row.row .col-sm-12 + .col-sm-12 {
  		margin-top: 10px;
  	}
}

@media (min-width: 800px) {
	.progress-steps .progress-steps__steps {
		margin-top: auto;
	}
	.toolbar:not(.toolbar--open) .form__fieldset.container {
		padding: 25px 30px;
	}
	.flow-row .flow-row__text {
   	   	font-size: 22px;
	}
}

@media (min-width : 800px) and (max-width: 1179.98px) {
	.form .form__row.row .col-md-12+.col-md-12 {
		margin-top: 10px;
	}
}

.details-overlay--visiblesss .product-choice-carousel__item-checklist li.checklist__item--crossed{
	display: none;
}

.module-choice .module-choice__item-container .module-choice__item-text {
	width: 95%;
}

/* Prompt fixes. */
.prompt .form__text > p {
	max-width: unset;
}

@media (min-width: 530px) {
	.prompt .prompt__button + .prompt__button {
		margin-left: 15px;
	}
}

@media (max-width : 529.98px) {
	.prompt .button {
		width: 100%;
	}
	.basic-plan-title {
	    font-size: 18px;
	}
}
	
/* Extra Covers. */
.product-selection-page .form-step .module-choice {
	padding-bottom: 40px;
}

.richtext .module-choice__item-title p {
	font-size: 25px;
	font-weight: 700;
    line-height: 1.2em;
}

.module-choice__item-container--toggle-more .control-label {
	white-space: normal;
}

.module-choice .module-choice__item-container .module-choice__item-price .price__duration {
	display: inline-block;
}

.module-choice .module-choice__item-container .module-choice__item-expander-link {
  	color: #0046e3 !important;
}

/* Extra driver fixes */
.main .module-choice .module-choice__item-container.module-choice__item-container--selected .module-choice__item-wrapper {
  	background-color: #fff !important;
  	color: #241f24 !important;
}

.module-choice .module-choice__item-container.module-choice__item-container--toggle-more {
	margin-top: 1px;
}

/* Sticky bar and Policy duration overlay. */
.status-bar__overlay-row {
	padding-bottom: 15px;
}

.status-bar__overlay-row > div {
	display: inline-block;
}

.status-bar .status-bar__duration {
	cursor :unset !important;
}

.status-bar .status-bar__overlay-row .form-field.form-field--single-line {
	width: 100%;
}

.status-bar .status-bar__overlay-row .simple-field:first-child .form-calendar-field {
	margin-right: 10px;
}

.status-bar__product {
	display: block !important;
}

.status-bar .status-bar__overlay-row .form-field.form-field--radio-buttons.form-field--inline .form-field__field-wrapper input[type=radio] + label {
  	max-width: 350px !important;
  	width: auto;
  	display: flex;
}

.status-bar .status-bar__overlay-row .form-field.form-field--radio-buttons.form-field--inline .form-field__field-wrapper input[type=radio]:disabled + label {
  	color: #c7c7c7;
	cursor: not-allowed;
}

.status-bar .status-bar__overlay-row .form-field.form-field--radio-buttons.form-field--inline .form-field__field-wrapper input[type=radio]:disabled + label:before {
  	border: 1px solid #c7c7c7;
	background-color: #f3f3f3;
}

.status-bar .status-bar__item + .status-bar__item::before {
	content: '';
    padding: 0 3px;
}

.status-bar .status-bar__outer-container.status-bar--highlighted {
	border-top-width: 2px;
    padding-top: 13px;
}

.status-bar {
	opacity: unset;
}

@media (max-width : 799.98px) {
	.status-bar__product {
		margin-top: unset !important;
	}
	.sticky-insurance-start {
		display: none;
	}
}

@media (max-width: 529.98px) {
	.status-bar .status-bar__duration, 
	.status-bar .status-bar__duration-title {
		display: block !important;
	}
}

@media (min-width: 530px) {
	.status-bar .status-bar__outer-container.status-bar--highlighted {
	    padding-top: 18px;
	}
}

@media (min-width: 800px) {
	.status-bar .status-bar__items {
	    display: flex !important;
	}
	.status-bar .status-bar__product {
		position: relative;
		top: -10px;
	}
}

@media (min-width: 1180px) {
	.status-bar .status-bar__outer-container {
	    height: 70px;
	    line-height: 30px;
	    padding-bottom: 25px;
	    padding-top: 20px;
  	}
}

@media (min-width: 1180px) and (max-width: 1480.98px) {
	.status-bar-price-margin {
		margin-right: 8%;
	}
}

/* Fixes for Policy duration overlay white background. */
.status-bar .form-field.form-field--radio-buttons .form-field__field-wrapper input[type=radio] + label::before {
	border-color: #241f24;
}

.status-bar .status-bar__outer-container {
	background: #fff;
	color: #241f24;
}

.status-bar .button--primary {
	background-color: #241f24;
    border-color: #241f24;
    color: #fff;
}

.status-bar .button--secondary {
	background-color: transparent;
    border-color: #241f24;
    color: #241f24;
}

.status-bar .button--primary:not(:disabled):not(.button--disabled):focus, 
.status-bar .button--primary:not(:disabled):not(.button--disabled):hover {
	background-color: transparent;
    border-color: #241f24;
    color: #241f24;
}

.status-bar .button--secondary:not(:disabled):not(.button--disabled):focus, 
.status-bar .button--secondary:not(:disabled):not(.button--disabled):hover {
	background-color: #241f24;
    border-color: #241f24;
    color: #fff;
}

/**
* Summary Page.
*/
.summary-items__item-content .link__span,
.summary__category-title .link__span,
.summary-items__title .link__span,
.summary-items__link-change-duration .link__span {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    vertical-align: top;
    text-decoration: underline;
}

/* Plan description fixes. */
.summary-items__item-text * {
	padding-left: 0px;
}

.summary-items__item-content h5:not(:last-child){
    margin-right: 5px;
}

.summary-items__item-content .row {
	margin-left: 0px;
}

/* Coupon fixes. */
.summary-items__item-text-wrapper .summary-items__item-image {
	margin-top: auto;
    margin-bottom: auto;
    margin-left: 10px;
}

.coupon-warning-disclaimer {
	color: #737373;
	text-align: right;
	font-size: 12px;
	line-height: 16px;
}

@media (max-width: 529.98px) {
	.summary-items__item-text-wrapper .summary-items__item-image {
		margin: auto;
	}
	.summary-items .summary-items__item-image+.summary-items__item-text {
		margin-left: auto;
	    margin-right: auto;
	    margin-top: 15px;
	    text-align: center;
	}
	.summary .summary__coupon {
		flex-direction: column !important;
	}
	.summary .summary__coupon .button {
  		flex: unset !important;
	}
	.summary .summary__button--add-coupon {
		margin-left: unset !important;
	}
	.summary .summary__coupon {
    	max-width: 100% !important;
	}
	.summary__coupon .button.summary__button--add-coupon {
		margin-top: 5px;
	}
	.coupon-warning-disclaimer {
		margin-top: 5px;
		text-align: center;
		font-size: 0.6em;
		line-height: 12px;
	}
}
.summary .summary__content .summary__coupon .summary__form-field--coupon input {
	background: #DDDDDD !important;
}
.summary .summary__coupon {
    max-width: 80%;
}
.summary .summary__coupon .button {
  	flex: 1 1 350px;
}
.coupon-banner-details {
    padding-bottom: 15px;
}
.coupon-banner-details .coupon-banner-details__title {
    display: flex;
}
.coupon-banner-details .coupon-banner-details__title svg {
    fill: white;
}
.coupon-banner-details .coupon-banner__title-text {
    padding-left: 5px;
    font-weight: 700;
    font-size: 25px;
    padding-top: 10px;
}
.coupon-banner-details .coupon-banner-details__description {
    color: #8A37E9;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    padding-top: 15px;
}
.button.summary__button--add-coupon svg {
	fill: white;
}
.summary__button--add-coupon.button.button--primary:not(:disabled):not(.button--disabled):focus, .summary__button--add-coupon.button.button--primary:not(:disabled):not(.button--disabled):hover svg {
    fill: black !important;
}
.summary__content .summary__coupon .summary__button--add-coupon .button__span svg {
	margin-bottom: 2px;
}

/* Price section fixes. */
.summary .summary__content + .summary__content {
  	margin-top: 10px;
}


.price__old .price__content {
	font-size: 90%
}

.summary-items__item-title + .price.summary__total-price {
	display: contents;
}

.total-price-container {
	display: contents;
}

.summary-label {
	margin-bottom: 20px;
}

.summary .summary__total-title {
	flex: 1 1 calc(100% - 160px);
}

.summary-items .summary-items__item-text .link.summary-items__link-change-duration {
	margin-left: 0px;
}

.error-section ~ .summary__footer {
	margin-top: 15px;
}

@media (max-width : 799px) {
	.summary .summary__total-price {
    	margin-top: 0;
	}
}

.summary-items__item--coverages .summary-items__item-content {
	margin-bottom: 10px;
}

/**
* Included covers (footer).
*/
.usp-grid .usp-grid__illustration {
  	display: block;
}

@media (min-width: 800px) {
	.usp-grid__usp svg {
    	width: 85px;
    	height: 85px;
	}
	.summary .summary__total-price {
		font-size: 20px; 
	}
	.summary-items .summary-items__item-price {
		font-size: 20px;
	}
}

@media (min-width: 1180px) {
	.usp-grid .usp-grid__usp {
		flex-basis: unset;
	}
}

@media (max-width: 799.98px) {
	.article-form .article-form__container {
		padding-left: 20px;
    	padding-right: 20px;
	}
}

/**
* Checkout Page.
*/

.owner-view + .owner-view{
	padding-top : 20px;
}

.bank + ul {
	overflow-x: hidden;
}

/* Card icons. */
.card-icon {
	width: 65px;
	height: 42px;
	margin-left: 10px;
}

.card-icon-inline {
	position: absolute; 
	top: 6px; 
	right: 3px;
	width: 43px;
	height: 28px;
}

.disable-card-icon {
	position: absolute; 
	top: 6px; 
	right: 3px;
	width: 43px;
	height: 28px;
	background-image: url('../images/illustrations/disable_card.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.card-icon.visa-icon, 
.card-icon-inline.visa-icon {
	background-image: url('../images/illustrations/card_visa.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.card-icon.mastercard-icon, 
.card-icon-inline.mastercard-icon {
	background-image: url('../images/illustrations/card_master.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.card-icon-inline.error-card-icon {
	background-image: url('../images/illustrations/card_error.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.clear-token-link {
	position: absolute; 
	top: 4px; 
	right: -25px;
	width: 43px;
	height: 28px;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 20px;
	display: flex;
	align-items: center;
	letter-spacing: 0.2px;
	color: #175FFF;
	cursor: pointer;
}

.disclaimer-section-with-bullets ul {
	list-style: unset;
}

/**
* ThankYou Page.
*/
.card-grid .card-grid__item {
  	height: 50%;
}

.card-grid .card-grid__item .card-grid__item-illustration svg {
	width: 150px;
}

.hero .hero__buttons {
  	margin-top: 32px;
}

.hero .hero__column--illustration--uume + .hero__column .hero__buttons {
  	margin-bottom: 40px;
}

/**
 * Error Display.
 */
.flow-row-error-text {
	color: #f0386b;
	font-size: 20px !important;
}

.product-choice-carousel__items .error-section {
	padding-top: 10px;
}

.error-border>input,
.error-border select,
.error-border>input[type='checkbox']:not(:checked)+label::before,
.error-border input[type='radio']:not(:checked)+label::before {
	border-color: #f0386b !important;
}

.form-field .form-field__error {
	font-family: "Anytime Sans Webfont", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-feature-settings: "kern" 1, "calt" 0;
	font-size-adjust: initial;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5em;
	background-color: #f0386b;
	color: #fff;
	display: inline-block;
	max-width: 100%;
	padding: 5px 10px;
	width: auto;
}

.form__text.form__text--error {
	background-color: #f0386b;
	color: #fff;
	padding: 1em 30px 1em 60px;
	position: relative;
}

.form__text.form__text--error::before {
	border-bottom: 20px solid currentColor;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 0;
	content: '';
	display: block;
	height: 0;
	left: 22px;
	position: absolute;
	top: 22px;
	width: 0;
}

.form__text.form__text--error::after {
	color: #f0386b;
	content: '!';
	display: block;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	left: 22px;
	line-height: 20px;
	position: absolute;
	text-align: center;
	top: 24px;
	width: 20px;
}

.pe-none {
	pointer-events: none;
}

.free-cover-label {
	margin-left: -40px;
}

.error-section {
	display: inline-block !important;
	width: 100%;
}

/**
 * Date Picker & Typing.
 */
.datepicker	{ 
	z-index: 1030 !important;
} 

.datepicker .disabled {
	opacity: 0.2;
}

.datepicker .prev.disabled,
.datepicker .next.disabled {
	visibility: hidden;
}

@media only screen and (max-width: 419.98px) {
	.datepicker .prev {
		font-size: 50px;
		width: 50px;
	}
	.datepicker .next {
		font-size: 50px;
		width: 50px;
	}
	.datepicker .datepicker-switch {
		font-size: 25px;
	}
	.datepicker .table-condensed {
		width: 230px;
	}
}

.date-typing::after {
	font-family: 'Anytime Sans Webfont';
	font-size: 22px;
    position: absolute;
    left: 11px;
    top: 5px;
    content: attr(date-template);
    pointer-events: none;
    opacity: 0.5;
    z-index: 1;
    white-space: nowrap;
}

.card-details .date-typing::after {
	font-size: 20px;
    top: 6px;
}

@media (max-width : 799.98px) {
  	.date-typing::after {
  		font-size: 20px;
	    top: 2px;
  	}
  	.card-details .date-typing::after {
	    font-size: 18px;
	    top: 7px;
	}
}

@media (max-width: 529.98px) {
	.date-typing::after {
  		font-size: 18px;
	    top: 3px;
  	}
	.card-details .date-typing::after {
		font-size: 16px;
	    top: 9px;
	}
	.free-cover-label{
		margin-left: -20px;
	}
}

/** 
 * Block UI.
 */
.ajax-loading-indicator {
	display: none;
}

input ~.ajax-loading-indicator{
	position: absolute;
	top: 16px;
	right: 5px;
}

.loan ~.ajax-loading-indicator {
    position: absolute;
    top: 16px;
    left: 160px;
}

input.bank ~.ajax-loading-indicator {
    position: absolute;
    top: 12px;
    right: 5px;
}

input.vat ~.ajax-loading-indicator {
	top: 13px;
}

select.policy-holder-selection ~.ajax-loading-indicator {
	position: absolute;
	top: 13px;
	right: -25px;
}

@media (min-width: 800px) {
	input ~ .ajax-loading-indicator {
		top: 20px;
	}
}

.premium-module-choice__item-title{
	color: #175fff;
}

.anytime-loader-img{
	background-image: url('../images/mark.svg');
	background-position: center;
	top: 40%;
	height: 60px;
}

.loader-align {
	margin: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/**
* Accordeon.
*/
.accordeon-container:not(.accordeon-container--expanded) .accordeon-expander-link--less {
    display: none;
}
.accordeon-container.accordeon-container--expanded .accordeon-expander-link--more {
    display: none;
}

.accordeon-container div.accordeon-expander {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    position: relative;
    transition: max-height 0.15s cubic-bezier(0.26, 0.88, 0.57, 0.9), opacity 0.1s cubic-bezier(0.26, 0.88, 0.57, 0.9);
}

.accordeon-container.accordeon-container--expanded div.accordeon-expander {
    max-height: unset;
    opacity: 1;
}

.card-info-label {
	padding-bottom: 34px;
}

.package-choice-carousel__wrapper {
  position: relative;
}

@media (max-width: 799.98px) {
  .package-choice-carousel__column-container {
    margin-left: 0;
  }
}

@media (min-width: 800px) {
	.product-choice-carousel .product-choice-carousel__items {
	     margin-bottom: 0px; 
	}
	
	.product-choice-carousel .product-choice-carousel__container{
		padding-bottom: 20px;
	}
}

/* Black Friday */
.main.theme--black-friday .comparison-table-flow .comparison-table-flow__preheadings-description-recommended {
	background-color: #540087;
	border-left: 2px solid #540087;
	border-right: 2px solid #540087;
	border-top: 2px solid #540087;
}

.main.theme--black-friday .comparison-table-flow .comparison-table-flow__option-selected {
	border-left: 2px solid #540087;
	border-right: 2px solid #540087;
}

.main.theme--black-friday .comparison-table-flow .comparison-table-flow__description.comparison-table-flow__option-selected {
	border-top: 2px solid #540087;
}

.main.theme--black-friday .comparison-table-flow .comparison-table-flow__item:last-child .comparison-table-flow__option-selected {
	border-bottom: 2px solid #540087;
}

.main.theme--black-friday .summary .summary__total {
	border-top: 0px;
	background: #8A37E9;
	margin-top: 0px !important;
	padding-top: 10px;
	padding-bottom: 10px;
}

.main.theme--black-friday .summary .summary__borderline {
	border-top: 2px solid;
	margin-top: 30px;
}

.main.theme--black-friday .summary .total-summary-banner-container {
	background: #000000;
	margin-top: 30px;
	padding: 5px 20px 5px 5px;
}

.main.theme--black-friday .status-bar:not(.status-bar--expanded) .status-bar__outer-container {
	background: #2D2D2D;
	color: #fff;
}

.main.theme--black-friday .price.status-bar__price {
	color: #FFFF71;
}

.main.theme--black-friday .flow-form::after {
	background: unset;
}

.main.theme--black-friday .product-choice-carousel::before {
	background: unset;
}

.main.theme--black-friday .article-form::after {
	background: unset;
}

.main.theme--black-friday .background-logo--blue .background-logo__path2 {
	fill: #C8C8C8;
}

.main.theme--black-friday .background-logo--blue .background-logo__path3 {
	fill: #C8C8C8;
}

.main.theme--black-friday .background-logo--blue .background-logo__path4 {
	fill: #C8C8C8;
}

.main.theme--black-friday .form-field.form-field--large-toggle-buttons .form-field__field-wrapper input[type="radio"]:checked + label, 
.main.theme--black-friday .form-field.form-field--large-toggle-buttons .button.button--default:not(:disabled):not(.button--disabled):hover {
	background-color: #540087;
}

@media (min-width: 806px) and (max-width: 994px) {
	.main.theme--black-friday .comparison-table-flow .comparison-table-flow__preheadings-title {
		margin-top: 30px;
	}
}

@media (min-width: 995px) and (max-width: 1497px) {
	.main.theme--black-friday .comparison-table-flow .comparison-table-flow__preheadings-title {
		margin-top: 20px;
	}
}
.main.theme--black-friday .price.status-bar__price {
	color: #A14EFF;
}

/* End of Black Friday */

.summary .summary__total-price {
	margin-left: 0px;	
}

@media (max-width : 1025px) {
	.summary .summary__total-title {
		line-height: 18px;
	}
}

.spludge {
  display: inline-block;
  height: 123px;
  position: absolute;
  vertical-align: bottom;
  width: 134px;
  z-index: 10;
    
  right: 5%;
  transform: scale(1.25);
} 
.spludge__motor{
  bottom: 65%;
}

.spludge__property{
  bottom: 60%;
}
.spludge .spludge__background {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%22109%22%20height%3D%22102%22%20viewBox%3D%220%200%20109%20102%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M67.0916%2094.2034C77.3765%2086.5934%2072.8212%2081.6435%2081.9509%2077.5613C88.91%2074.445%20105.223%2079.0584%20106.328%2071.143C107.747%2060.9836%2090.636%2058.7598%2088.6877%2048.6299C86.5352%2037.4832%2094.9565%2030.2064%2089.8884%2021.841C84.8285%2013.4826%2071.8692%2021.6738%2061.6792%2018.2135C54.1936%2015.6739%2048.1456%204.90336%2038.0058%205.83061C21.3584%207.35308%2030.2711%2018.5756%2025.2%2025.2392C20.1359%2031.8947%2011.5394%2028.5334%2010.0924%2034.8581C8.64526%2041.1828%2014.706%2040.6237%2016.528%2049.3811C18.0739%2056.8007%20-1.00165%2074.6578%209.49554%2084.1717C20.4447%2094.0896%2025.4964%2072.0264%2039.1646%2076.6411C52.9267%2081.2863%2056.7998%20101.822%2067.0922%2094.2109L67.0916%2094.2034Z%22%20fill%3D%22%23000082%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M31.9196%2067.2705L32.8348%2066.3628L32.4983%2066.0224L31.2466%2067.2705H29.2871L30.9534%2065.6037L30.6084%2065.2633L28.6064%2067.2705H27.1303L28.0362%2066.3628L27.6997%2066.0224L26.448%2067.2705H23.4704L25.577%2065.1671H27.3462V64.6865H26.0596L27.104%2063.6395H29.9439V63.1676H27.579L28.9684%2061.7802H30.7376V61.2996H29.4519L30.9543%2059.7988L30.6093%2059.4583L29.1069%2060.9592V59.6681H28.6319V61.4398L27.2425%2062.828V60.4624H26.7667V63.3086L25.7147%2064.3556V63.0636H25.2396V64.8275L23.1339%2066.931V63.9627L24.3848%2062.7146L24.0483%2062.3742L23.1339%2063.2819V61.7982L25.1436%2059.7996L24.7995%2059.4592L23.1339%2061.126V59.1618L24.3848%2057.9145L24.0483%2057.5741L23.1339%2058.4818V56.3611H22.6581V58.4818L21.7437%2057.5741L21.4072%2057.9145L22.6581%2059.1618V61.126L20.9841%2059.4592L20.6476%2059.7996L22.6581%2061.7982V63.2819L21.7437%2062.3742L21.4072%2062.7146L22.6581%2063.9627V66.931L20.5524%2064.8275V63.0636H20.0688V64.3556L19.0254%2063.3086V60.4624H18.5418V62.828L17.161%2061.4398V59.6681H16.6775V60.9592L15.1759%2059.4583L14.8394%2059.7988L16.3418%2061.2996H15.0561V61.7802H16.8253L18.2062%2063.1676H15.8498V63.6395H18.6897L19.734%2064.6865H18.4475V65.1671H20.2167L22.3148%2067.2705H19.3457L18.094%2066.0224L17.7575%2066.3628L18.6625%2067.2705H17.1873L15.1768%2065.2633L14.8403%2065.6037L16.5058%2067.2705H14.5471L13.2954%2066.0224L12.9589%2066.3628L13.8648%2067.2705H11.742V67.7511H13.8648L12.9589%2068.6597L13.2954%2069.0001L14.5471%2067.7519H16.5058L14.8403%2069.4187L15.1768%2069.7591L17.1873%2067.7511H18.6625L17.7575%2068.6597L18.094%2069.0001L19.3457%2067.7519H22.3148L20.2167%2069.8554H18.4475V70.3359H19.734L18.6897%2071.3838H15.8498V71.8643H18.2062L16.816%2073.2517H15.0561V73.7323H16.3418L14.8394%2075.2332L15.1759%2075.5736L16.6775%2074.0632V75.3552H17.161V73.5827L18.5418%2072.2039V74.5609H19.0254V71.7225L20.0688%2070.6746V71.958H20.5524V70.1949L22.6581%2068.0915V71.0675L21.4072%2072.3156L21.7437%2072.656L22.6581%2071.7397V73.2242L20.6476%2075.2314L20.9841%2075.5718L22.6581%2073.905V75.8598L21.4072%2077.108L21.7437%2077.4484L22.6581%2076.5406V78.6708H23.1339V76.5406L24.0483%2077.4484L24.3848%2077.108L23.1339%2075.8598V73.905L24.7995%2075.5718L25.1436%2075.2314L23.1339%2073.2242V71.7397L24.0483%2072.656L24.3848%2072.3156L23.1339%2071.0675V68.0915L25.2396%2070.1949V71.958H25.7147V70.6746L26.7667%2071.7225V74.5601H27.2425V72.203L28.6319%2073.5818V75.3544H29.1069V74.0624L30.6093%2075.5727L30.9543%2075.2323L29.4519%2073.7314H30.7376V73.2509H28.9684L27.579%2071.8635H29.9439V71.3829H27.104L26.0596%2070.3351H27.3462V69.8545H25.577L23.4704%2067.7511H26.448L27.6997%2068.9992L28.0362%2068.6588L27.1303%2067.7502H28.6064L30.6084%2069.7583L30.9534%2069.4179L29.2871%2067.7511H31.2466L32.4983%2068.9992L32.8348%2068.6588L31.9196%2067.7502H34.0516V67.2697H31.9196V67.2705Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M43.5017%2019.8337L43.978%2019.3556L43.8009%2019.1765L43.1421%2019.8333H42.1108L42.9874%2018.9562L42.8103%2018.7771L41.7521%2019.8337H40.9752L41.4524%2019.3556L41.2753%2019.1765L40.6165%2019.8333H39.0543L40.1577%2018.7264H41.0888V18.4735H40.4121L40.9618%2017.9221H42.4565V17.6742H41.2167L41.9435%2016.9442H42.8746V16.6913H42.1975L42.9878%2015.9011L42.8107%2015.7219L42.0159%2016.5117V15.8368H41.766V16.7646L41.0342%2017.4947V16.2498H40.7847V17.7475L40.2306%2018.2989V17.6191H39.9806V18.5468L38.8718%2019.6537V18.0922L39.5311%2017.4354L39.354%2017.2563L38.8723%2017.7339V16.9577L39.9309%2015.9011L39.7538%2015.7219L38.8718%2016.599V15.5654L39.5311%2014.9086L39.354%2014.7295L38.8723%2015.2117V14.0903H38.6227V15.2117L38.141%2014.7295L37.9639%2014.9086L38.6227%2015.5654V16.599L37.7416%2015.7219L37.5641%2015.9011L38.6227%2016.9577V17.7339L38.141%2017.2563L37.9639%2017.4354L38.6227%2018.0922V19.6537L37.514%2018.5468V17.6191H37.26V18.2989L36.7103%2017.7475V16.2498H36.4608V17.4947L35.7295%2016.7646V15.8368H35.475V16.5117L34.6848%2015.7219L34.5077%2015.9011L35.2979%2016.6913H34.6208V16.9446H35.5519L36.2787%2017.6747H35.0394V17.9226H36.5336L37.0833%2018.474H36.4066V18.7268H37.3378L38.4416%2019.8337H36.8789L36.2201%2019.1769L36.043%2019.356L36.5207%2019.8337H35.7438L34.6861%2018.7771L34.509%2018.9562L35.3856%2019.8333H34.3542L33.6954%2019.1765L33.5183%2019.3556L33.9996%2019.8337H32.8774V20.0866H33.9996L33.5183%2020.5643L33.6954%2020.7434L34.3542%2020.0866H35.3856L34.509%2020.9637L34.6861%2021.1428L35.7438%2020.0866H36.5207L36.0435%2020.5643L36.2206%2020.7434L36.8794%2020.0866H38.442L37.3382%2021.1935H36.4071V21.4463H37.0837L36.5341%2021.9973H35.0399V22.2501H36.2792L35.5524%2022.9807H34.6212V23.2331H35.2984L34.5081%2024.0233L34.6852%2024.2024L35.4755%2023.4077V24.0875H35.73V23.1548L36.4612%2022.4293V23.6691H36.7108V22.1764L37.2604%2021.625V22.3003H37.5144V21.3721L38.6232%2020.2653V21.8317L37.9644%2022.4885L38.1415%2022.6676L38.6232%2022.19V22.9662L37.5645%2024.0229L37.7421%2024.202L38.6232%2023.3244V24.3535L37.9644%2025.0103L38.1415%2025.1895L38.6232%2024.7118V25.8322H38.8727V24.7118L39.3544%2025.1895L39.5315%2025.0103L38.8723%2024.3535V23.3244L39.7542%2024.202L39.9313%2024.0229L38.8727%2022.9662V22.19L39.3544%2022.6676L39.5315%2022.4885L38.8723%2021.8317V20.2653L39.981%2021.3721V22.3003H40.231V21.625L40.7851%2022.1764V23.6691H41.0347V22.4293L41.7664%2023.1548V24.0875H42.0164V23.4122L42.8112%2024.2024L42.9883%2024.0233L42.198%2023.2331H42.8751V22.9807H41.9439L41.2172%2022.2501H42.4569V21.9973H40.9623L40.4126%2021.4463H41.0893V21.1935H40.1581L39.0548%2020.0866H40.617L41.2758%2020.7434L41.4529%2020.5643L40.9757%2020.0866H41.7525L42.8107%2021.1428L42.9878%2020.9637L42.1112%2020.0866H43.1426L43.8013%2020.7434L43.9785%2020.5643L43.5021%2020.0866H44.6193V19.8337H43.5017Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M89.793%2026.8077L90.5633%2026.0369L90.2734%2025.7575L89.2189%2026.8077H87.5682L88.9784%2025.4043L88.6877%2025.1177L87.0019%2026.8077H85.7513L86.5223%2026.0369L86.2316%2025.7575L85.1843%2026.8077H82.6759L84.4499%2025.0373H85.9331V24.6328H84.85L85.7298%2023.7505H88.1215V23.3459H86.1378L87.3083%2022.1777H88.7908V21.7731H87.7077L88.9791%2020.5087L88.6885%2020.2221L87.4235%2021.4937V20.4059H87.0162V21.8983L85.853%2023.0593V21.0754H85.4471V23.4639L84.5673%2024.3461V23.2663H84.1585V24.75L82.391%2026.5211V24.0146L83.4391%2022.9637L83.1556%2022.6771L82.3917%2023.4487V22.1987L84.0783%2020.508L83.7949%2020.2213L82.3917%2021.6247V19.9789L83.4398%2018.928L83.1563%2018.6413L82.3924%2019.4064V17.6129H81.9866V19.4064L81.2227%2018.6413L80.9321%2018.928L81.9873%2019.9789V21.6247L80.5842%2020.2213L80.3%2020.508L81.9873%2022.1987V23.4487L81.2234%2022.6771L80.9328%2022.9637L81.988%2024.0146V26.5211L80.2134%2024.75V23.2663H79.8132V24.3461L78.9334%2023.4639V21.0754H78.5268V23.0593L77.3556%2021.8983V20.4059H76.9562V21.4937L75.6913%2020.2221L75.3999%2020.5087L76.6727%2021.7731H75.5818V22.1777H77.0722L78.2426%2023.3459H76.2589V23.7505H78.6435L79.5297%2024.6328H78.4402V25.0373H79.9306L81.7045%2026.8077H79.1961L78.1417%2025.7575L77.8582%2026.0369L78.6292%2026.8077H77.3786L75.6927%2025.1177L75.4013%2025.4043L76.8123%2026.8077H75.1551L74.1078%2025.7575L73.8171%2026.0369L74.5881%2026.8077H72.7999V27.2123H74.5881L73.8171%2027.9773L74.1078%2028.2639L75.1551%2027.213H76.8123L75.4013%2028.6164L75.6927%2028.903L77.3786%2027.2123H78.6292L77.8582%2027.9773L78.1417%2028.2639L79.1961%2027.213H81.7045L79.9306%2028.9841H78.4402V29.3887H79.5297L78.6435%2030.2637H76.2589V30.6676H78.2426L77.0722%2031.8365H75.5818V32.2411H76.6727L75.3999%2033.5048L75.6913%2033.7914L76.9562%2032.5277V33.6083H77.3556V32.1231L78.5268%2030.9549V32.9468H78.9334V30.5503L79.8132%2029.6681V30.7559H80.2134V29.2714L81.988%2027.5004V29.9988L80.9328%2031.0497L81.2234%2031.3364L81.9873%2030.5713V31.8213L80.3%2033.5041L80.5842%2033.7907L81.9873%2032.388V34.0411L80.9321%2035.092L81.2227%2035.3786L81.9866%2034.6136V36.3999H82.3924V34.6064L83.1563%2035.3779L83.4398%2035.0913L82.3917%2034.0404V32.3873L83.7949%2033.79L84.0783%2033.5033L82.3917%2031.8206V30.5706L83.1556%2031.3356L83.4391%2031.049L82.391%2029.9981V27.4996L84.1585%2029.2707V30.7552H84.5651V29.6673L85.4449%2030.5496V32.946H85.8508V30.9542L87.014%2032.1224V33.6076H87.4214V32.527L88.6863%2033.7907L88.9769%2033.5041L87.7056%2032.2404H88.7887V31.8358H87.3061L86.1357%2030.6669H88.1193V30.263H85.7276L84.8478%2029.388H85.9309V28.9834H84.4477L82.6738%2027.2123H85.1822L86.2295%2028.2632L86.5201%2027.9766L85.7491%2027.2116H86.9998L88.6856%2028.9023L88.9762%2028.6157L87.566%2027.2123H89.2168L90.2713%2028.2632L90.5612%2027.9766L89.7909%2027.2116H91.587V26.807H89.793V26.8077Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M65.7096%2088.2343C65.7096%2088.8811%2065.1839%2089.4127%2064.5358%2089.4127C63.8877%2089.4127%2063.3613%2088.8811%2063.3613%2088.2343C63.3613%2087.5867%2063.8877%2087.0643%2064.5358%2087.0643C65.1839%2087.0643%2065.7096%2087.5875%2065.7096%2088.2343Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M69.2773%2024.6497C69.2773%2025.9448%2068.2277%2027.0064%2066.9221%2027.0064C65.6286%2027.0064%2064.5806%2025.9448%2064.5806%2024.6497C64.5806%2023.3561%2065.6286%2022.3096%2066.9221%2022.3096C68.2262%2022.3096%2069.2773%2023.3561%2069.2773%2024.6497Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M79.845%2073.9778C79.845%2073.3244%2080.3698%2072.7998%2081.0159%2072.7998C81.6612%2072.7998%2082.1934%2073.3236%2082.1934%2073.9778C82.1934%2074.6251%2081.6612%2075.1482%2081.0159%2075.1482C80.3698%2075.1482%2079.845%2074.6251%2079.845%2073.9778Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M89.2386%2063.4063C89.2386%2064.7001%2090.2901%2065.7547%2091.5866%2065.7547C92.883%2065.7547%2093.9353%2064.7001%2093.9353%2063.4063C93.9353%2062.1029%2092.883%2061.0579%2091.5866%2061.0579C90.2901%2061.0579%2089.2386%2062.1029%2089.2386%2063.4063Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M58.7096%2078.6746C58.7096%2079.3219%2059.2344%2079.845%2059.888%2079.845C60.534%2079.845%2061.058%2079.3219%2061.058%2078.6746C61.058%2078.0211%2060.534%2077.4966%2059.888%2077.4966C59.2344%2077.4973%2058.7096%2078.0211%2058.7096%2078.6746Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M97.4579%2071.6294C97.4579%2072.2768%2097.9836%2072.7998%2098.6317%2072.7998C99.2798%2072.7998%2099.8063%2072.2768%2099.8063%2071.6294C99.8063%2070.9752%2099.2798%2070.4514%2098.6317%2070.4514C97.9836%2070.4514%2097.4579%2070.9745%2097.4579%2071.6294Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M86.6031%2055.6131L87.2274%2054.9915L86.9969%2054.7582L86.1422%2055.614H84.8004L85.9445%2054.4729L85.7148%2054.2396L84.3385%2055.614H83.3223L83.9456%2054.9924L83.7151%2054.7591L82.8604%2055.6148H80.8271L82.2623%2054.1715H83.4754V53.8428H82.5954L83.3046%2053.1335H85.2521V52.8048H83.6369L84.5859%2051.8537H85.7914V51.525H84.9114L85.9445%2050.4963L85.7148%2050.263L84.6809%2051.2916V50.4103H84.3562V51.6203L83.4081%2052.5715V50.9553H83.075V52.9002L82.3574%2053.618V52.7367H82.0318V53.9467L80.5967%2055.3824V53.3506L81.4514%2052.4949L81.2124%2052.2615L80.5975%2052.8831V51.8715L81.9645%2050.4972L81.7348%2050.2638L80.5975%2051.4049V50.062L81.4522%2049.2054L81.2133%2048.9729L80.5983%2049.5946V48.1418H80.2652V49.5946L79.6409%2048.9729L79.4113%2049.2054L80.266%2050.062V51.4015L79.1295%2050.2604L78.8906%2050.4938L80.266%2051.8681V52.8797L79.6418%2052.2581L79.4122%2052.4914L80.2669%2053.3472V55.379L78.8317%2053.9433V52.7333H78.4986V53.6146L77.7801%2052.8968V50.9519H77.4562V52.5681L76.5073%2051.6169V50.4069H76.1826V51.2882L75.1487%2050.2596L74.9182%2050.4929L75.9445%2051.5216H75.0645V51.8502H76.2768L77.2249%2052.8014H75.6106V53.1301H77.5505L78.2681%2053.8394H77.3881V54.1681H78.5928L80.0372%2055.6114H78.0031L77.1492%2054.7557L76.9187%2054.989L77.5337%2055.6106H76.5258L75.1495%2054.2362L74.919%2054.4695L76.064%2055.6106H74.723L73.8675%2054.7548L73.6294%2054.9881L74.2519%2055.6097H72.7999V55.9384H74.2519L73.6294%2056.5609L73.8675%2056.7942L74.723%2055.9376H76.064L74.919%2057.0795L75.1495%2057.3128L76.5258%2055.9376H77.5337L76.9187%2056.56L77.1492%2056.7934L78.0031%2055.9367H80.0372L78.5928%2057.3724H77.3881V57.7019H78.2681L77.5505%2058.4198H75.6106V58.7485H77.2249L76.2768%2059.6996H75.0645V60.0283H75.9445L74.9182%2061.057L75.1487%2061.2903L76.1826%2060.2608V61.143H76.5073V59.9321L77.4562%2058.9818V60.598H77.7801V58.6522L78.4986%2057.9344V58.8166H78.8317V57.6057L80.2669%2056.17V58.2026L79.4122%2059.0584L79.6418%2059.2917L80.266%2058.6693V59.6809L78.8906%2061.0553L79.1295%2061.2886L80.266%2060.1467V61.487L79.4113%2062.3428L79.6409%2062.5761L80.2652%2061.9536V63.4063H80.5983V61.9536L81.2133%2062.5761L81.4522%2062.3428L80.5975%2061.487V60.1526L81.7348%2061.2945L81.9645%2061.0612L80.5975%2059.6868V58.6752L81.2124%2059.2977L81.4514%2059.0644L80.5967%2058.2086V56.176L82.0318%2057.6117V58.8225H82.3574V57.9387L83.075%2058.6565V60.6022H83.4081V58.986L84.3562%2059.9363V61.1472H84.6809V60.265L85.7148%2061.2945L85.9445%2061.0612L84.9114%2060.0326H85.7914V59.7039H84.5859L83.6369%2058.7527H85.2521V58.424H83.3046L82.5954%2057.7062H83.4754V57.3767H82.2623L80.8271%2055.941H82.8604L83.7151%2056.7976L83.9456%2056.5643L83.3223%2055.9418H84.3385L85.7148%2057.317L85.9445%2057.0837L84.8004%2055.9418H86.1422L86.9969%2056.7985L87.2274%2056.5651L86.6031%2055.9427H88.0644V55.614H86.6031V55.6131Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M30.5642%2075.6397L30.6918%2087.9708L40.1634%2092.7611L50.0632%2087.1034L50.1183%2074.8597L40.1634%2071.6576L30.5642%2075.6397Z%22%20fill%3D%22%231E9438%22%2F%3E%0A%3Cpath%20d%3D%22M40.106%2080.2225L40.1629%2092.7605L50.0627%2087.1029L50.1178%2074.8592L40.106%2080.2225Z%22%20fill%3D%22%231E9438%22%2F%3E%0A%3Cpath%20d%3D%22M30.564%2075.6396L30.529%2087.9161L40.1627%2092.761L40.1058%2080.223L30.564%2075.6396Z%22%20fill%3D%22%231E9438%22%2F%3E%0A%3Cpath%20d%3D%22M44.4045%2090.409V78.0027L34.1639%2074.047L37.0636%2072.8525L46.8536%2076.7025V88.999L44.4045%2090.409Z%22%20fill%3D%22%23C2152C%22%2F%3E%0A%3Cpath%20d%3D%22M36.1631%2090.7693L36.1872%2078.3274L46.6624%2073.4497L43.2621%2072.6525L33.6301%2077.0801L33.6853%2089.4859L36.1631%2090.7693Z%22%20fill%3D%22%23C2152C%22%2F%3E%0A%3Cpath%20d%3D%22M36.6414%2075.7908C37.4209%2075.8569%2038.1548%2076.1357%2038.9015%2076.3398C39.4395%2076.4847%2040.2964%2076.7129%2040.6454%2076.1006C40.9816%2075.512%2040.2281%2074.8446%2039.9119%2074.4073C39.455%2073.7745%2038.9721%2073.16%2038.4295%2072.5973C37.7266%2071.8703%2036.9776%2071.2511%2036.0638%2070.812C35.5672%2070.5728%2035.0775%2070.423%2034.5814%2070.7327C34.1377%2071.0093%2034.0584%2071.4972%2033.7445%2071.8794C33.1181%2072.6347%2031.8949%2072.4703%2031.6863%2073.6251C31.4776%2074.7872%2032.8922%2075.681%2033.8716%2075.8587C34.724%2076.0127%2035.5741%2075.7512%2036.4219%2075.7772C36.4943%2075.7799%2036.569%2075.784%2036.6414%2075.7908Z%22%20fill%3D%22%23C2152C%22%2F%3E%0A%3Cpath%20d%3D%22M34.9065%2074.8133C35.6687%2074.8133%2036.4158%2074.9978%2037.1424%2075.2064C37.4832%2075.303%2037.8454%2075.3886%2038.1748%2075.5226C38.3397%2075.59%2038.7506%2075.6738%2038.8622%2075.7536C37.6322%2074.9012%2036.0837%2074.0224%2034.5744%2073.8775C34.1439%2073.8361%2033.0852%2074.1591%2033.7203%2074.688C33.9731%2074.9016%2034.6013%2074.8155%2034.9065%2074.8133Z%22%20fill%3D%22%23A11123%22%2F%3E%0A%3Cpath%20d%3D%22M36.6663%2071.5518C36.3829%2071.0667%2035.1748%2070.2936%2034.6477%2070.7919C34.2833%2071.1391%2034.3206%2071.7805%2033.8523%2072.0766C34.3771%2071.745%2034.799%2071.6771%2035.4076%2071.6466C35.3438%2071.6489%2035.4996%2071.3523%2035.537%2071.3259C35.6422%2071.2489%2035.8007%2071.2794%2035.9192%2071.2954C36.1784%2071.3259%2036.4203%2071.4712%2036.6663%2071.5518Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M33.1361%2073.0037C33.5557%2072.9577%2034.0017%2072.9773%2034.4276%2073.0014C35.3483%2073.0566%2036.1565%2073.5727%2036.9646%2073.8866C36.7646%2073.7372%2036.4152%2073.5859%2036.2704%2073.4078C36.8371%2073.206%2037.5687%2074.1918%2038.0935%2074.3435C37.2872%2073.5745%2036.3496%2072.8762%2035.295%2072.4876C34.6886%2072.2639%2034.0449%2072.1978%2033.4167%2072.3668C32.9971%2072.4812%2032.0573%2072.7686%2032.0965%2073.3244C32.4509%2073.241%2032.7648%2073.0433%2033.1361%2073.0037Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M36.8526%2072.038C36.7647%2071.9874%2036.6745%2071.9387%2036.5847%2071.8954C36.6749%2071.9478%2036.7296%2072.0357%2036.8043%2072.1058C36.8813%2072.1806%2036.971%2072.2202%2037.0612%2072.2748C37.182%2072.345%2037.3906%2072.5104%2037.3906%2072.6657C37.3906%2072.8548%2037.1141%2072.7669%2036.9975%2072.7363C36.7779%2072.6789%2036.5843%2072.4876%2036.402%2072.3605C36.09%2072.1414%2035.7474%2071.9501%2035.3524%2071.9701C35.4886%2071.9628%2035.6271%2072.0794%2035.7365%2072.1455C36.1916%2072.4156%2036.6284%2072.7122%2037.0503%2073.0302C37.2412%2073.1728%2037.428%2073.3231%2037.6125%2073.4721C37.7159%2073.5514%2037.8166%2073.6329%2037.9222%2073.7094C37.9947%2073.7646%2038.1746%2073.8411%2038.2211%2073.9158C38.1049%2073.7226%2037.9136%2073.5933%2037.8366%2073.3819C38.032%2073.4325%2038.309%2073.7709%2038.478%2073.9158C38.6826%2074.0916%2038.8999%2074.2584%2039.104%2074.4233C38.6603%2074.0675%2038.1947%2073.3755%2037.8699%2072.9122C37.6084%2072.5405%2037.2457%2072.2594%2036.8526%2072.038Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M34.5904%2075.6195C34.2656%2075.6305%2033.9536%2075.6305%2033.611%2075.5494C33.1431%2075.4373%2032.6971%2075.2687%2032.3873%2074.8965C32.1678%2074.6314%2031.7022%2074.1194%2032.0315%2073.7663C31.9637%2074.0118%2032.1833%2074.4246%2032.3281%2074.6246C32.55%2074.9302%2032.9545%2075.1234%2033.2748%2075.2988C33.8196%2075.5954%2034.5289%2075.5074%2035.1221%2075.4528C35.6319%2075.4063%2036.0974%2075.4528%2036.5671%2075.6309C36.3826%2075.6327%2036.1981%2075.578%2036.0091%2075.5694C35.8378%2075.5621%2035.6729%2075.5935%2035.5061%2075.6022C35.3348%2075.6113%2035.1635%2075.5954%2034.9922%2075.6022C34.8542%2075.6063%2034.7221%2075.6127%2034.5904%2075.6195Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M32.7017%2074.2711C32.8028%2074.328%2032.9673%2074.1504%2033.0311%2074.1021C33.1937%2073.9768%2033.3604%2073.8757%2033.5449%2073.7882C34.1996%2073.483%2035.0187%2073.5969%2035.6779%2073.8256C35.3285%2073.6611%2035.0169%2073.5003%2034.6237%2073.4215C34.134%2073.3226%2033.6178%2073.1905%2033.1167%2073.2807C32.9149%2073.318%2032.5896%2073.3882%2032.4753%2073.5814C32.3017%2073.8775%2032.7345%2073.8757%2032.9167%2073.9044C32.8466%2073.959%2032.5322%2074.1768%2032.7017%2074.2711Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M44.754%2075.6833C43.9746%2075.7494%2043.2407%2076.0282%2042.4917%2076.2323C41.956%2076.3772%2041.0991%2076.6059%2040.7501%2075.9931C40.4139%2075.4046%2041.1674%2074.7371%2041.4836%2074.2998C41.9405%2073.667%2042.4234%2073.0525%2042.966%2072.4899C43.6689%2071.7651%2044.4178%2071.1437%2045.3317%2070.7045C45.8283%2070.4653%2046.318%2070.3177%2046.8141%2070.6252C47.2578%2070.9018%2047.3371%2071.3897%2047.6532%2071.7719C48.2774%2072.5272%2049.5005%2072.3627%2049.7092%2073.518C49.9178%2074.6797%2048.5056%2075.5736%2047.5239%2075.7512C46.6715%2075.9048%2045.8214%2075.6437%2044.9759%2075.672C44.9012%2075.6742%2044.8265%2075.6788%2044.754%2075.6833Z%22%20fill%3D%22%23C2152C%22%2F%3E%0A%3Cpath%20d%3D%22M46.4893%2074.7056C45.7271%2074.7056%2044.98%2074.8902%2044.2529%2075.0988C43.9126%2075.1954%2043.55%2075.2806%2043.2229%2075.415C43.0562%2075.4828%2042.6452%2075.569%2042.5332%2075.6455C43.7632%2074.7936%2045.3116%2073.9148%2046.8209%2073.7699C47.2514%2073.728%2048.3102%2074.051%2047.6751%2074.5827C47.4227%2074.7936%2046.7945%2074.7079%2046.4893%2074.7056Z%22%20fill%3D%22%23A11123%22%2F%3E%0A%3Cpath%20d%3D%22M44.7293%2071.4443C45.0127%2070.9591%2046.2208%2070.186%2046.7479%2070.6867C47.1146%2071.032%2047.0755%2071.6752%2047.5433%2071.9695C47.0185%2071.6374%2046.5967%2071.5695%2045.988%2071.539C46.0518%2071.5413%2045.8983%2071.2466%2045.8586%2071.2183C45.7534%2071.1418%2045.5949%2071.1741%2045.4764%2071.1878C45.2172%2071.2206%2044.9753%2071.3632%2044.7293%2071.4443Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M48.2594%2072.8958C47.8399%2072.852%2047.3939%2072.8693%2046.9679%2072.8939C46.0472%2072.9486%2045.2391%2073.4648%2044.4309%2073.7786C44.6309%2073.6292%2044.9803%2073.478%2045.1252%2073.2998C44.5584%2073.098%2043.8268%2074.0839%2043.302%2074.2356C44.1083%2073.4689%2045.0463%2072.7682%2046.1005%2072.3801C46.7092%2072.1559%2047.3506%2072.0899%2047.9788%2072.2589C48.3984%2072.3728%2049.3382%2072.6607%2049.3008%2073.2165C48.9469%2073.1358%2048.6307%2072.9377%2048.2594%2072.8958Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M44.543%2071.9296C44.6309%2071.8795%2044.7211%2071.8307%2044.8109%2071.787C44.7207%2071.8398%2044.666%2071.9282%2044.5913%2071.9984C44.5148%2072.0726%2044.4246%2072.1145%2044.3344%2072.1674C44.2136%2072.2375%2044.005%2072.4025%2044.005%2072.5578C44.0073%2072.7469%2044.2815%2072.6589%2044.3981%2072.628C44.6177%2072.571%2044.8113%2072.3801%2044.9936%2072.2526C45.3056%2072.0335%2045.6505%2071.8421%2046.0436%2071.8622C45.9074%2071.8553%2045.7689%2071.9715%2045.6591%2072.038C45.2045%2072.3082%2044.7672%2072.6043%2044.3458%2072.9227C44.1549%2073.0653%2043.9704%2073.2147%2043.7836%2073.3642C43.6802%2073.4434%2043.5795%2073.5245%2043.4738%2073.6015C43.4014%2073.6566%2043.2214%2073.7332%2043.1772%2073.8083C43.2911%2073.617%2043.4825%2073.4853%2043.5595%2073.274C43.364%2073.3245%2043.087%2073.663%2042.918%2073.8083C42.7135%2073.9837%2042.4962%2074.1509%2042.2921%2074.3154C42.7358%2073.9596%2043.2014%2073.2676%2043.5262%2072.8043C43.7872%2072.433%2044.1499%2072.1542%2044.543%2071.9296Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M46.8055%2075.5121C47.1303%2075.5253%2047.4424%2075.5253%2047.7849%2075.4419C48.2528%2075.3298%2048.6988%2075.1608%2049.0086%2074.7895C49.2304%2074.5239%2049.6937%2074.0142%2049.3644%2073.6584C49.4323%2073.9048%2049.2127%2074.3176%2049.0678%2074.5176C48.8459%2074.8228%2048.4419%2075.0182%2048.1211%2075.1936C47.5763%2075.4879%2046.8688%2075.4%2046.2738%2075.3453C45.7641%2075.2989%2045.2985%2075.3453%2044.8288%2075.5235C45.0133%2075.5257%2045.2001%2075.4706%2045.3869%2075.4615C45.5604%2075.4551%2045.7231%2075.4861%2045.8898%2075.4948C46.0611%2075.5034%2046.2324%2075.4879%2046.4037%2075.4948C46.5417%2075.4989%2046.6738%2075.5052%2046.8055%2075.5121Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M48.6939%2074.1635C48.5928%2074.2204%2048.4283%2074.0451%2048.3646%2073.9945C48.2019%2073.8692%2048.0352%2073.7681%2047.8507%2073.6824C47.196%2073.3749%2046.3792%2073.4911%2045.7177%2073.7175C46.0672%2073.5531%2046.3788%2073.3927%2046.7719%2073.3134C47.2639%2073.2141%2047.7778%2073.0825%2048.2789%2073.1722C48.4807%2073.2096%2048.8083%2073.2802%2048.9203%2073.4733C49.0939%2073.7695%2048.6611%2073.7676%2048.4789%2073.7959C48.5491%2073.8515%2048.8652%2074.0692%2048.6939%2074.1635Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M42.0694%2075.3033C42.0694%2076.1511%2041.4171%2076.8409%2040.6089%2076.8409C39.8026%2076.8409%2039.1479%2076.1511%2039.1479%2075.3033C39.1479%2074.4533%2039.8026%2073.7663%2040.6089%2073.7663C41.4175%2073.7663%2042.0694%2074.4528%2042.0694%2075.3033Z%22%20fill%3D%22%23A11123%22%2F%3E%0A%3Cpath%20d%3D%22M41.8629%2075.277C41.8629%2076.1006%2041.2807%2076.7703%2040.5627%2076.7703C39.8448%2076.7703%2039.2626%2076.1002%2039.2626%2075.277C39.2626%2074.451%2039.8443%2073.7836%2040.5627%2073.7836C41.2812%2073.7836%2041.8629%2074.4515%2041.8629%2075.277Z%22%20fill%3D%22%23C2152C%22%2F%3E%0A%3Cpath%20d%3D%22M41.2901%2074.1986C41.1976%2074.1175%2041.0901%2074.056%2040.9716%2074.0228C40.9101%2074.005%2040.6618%2073.9749%2040.7079%2074.1239C40.7429%2074.2405%2040.9252%2074.3458%2041.0154%2074.4228C41.1274%2074.5171%2041.2085%2074.6241%2041.255%2074.7653C41.4153%2075.2523%2041.3734%2075.861%2040.9826%2076.2259C41.5907%2075.912%2041.8304%2075.0965%2041.5183%2074.4929C41.4614%2074.3827%2041.3821%2074.2802%2041.2901%2074.1986Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M39.6401%2075.9006C39.7654%2076.1334%2039.9982%2076.3329%2040.2265%2076.465C40.354%2076.5375%2040.5207%2076.5288%2040.646%2076.5858C40.3167%2076.7284%2039.939%2076.507%2039.7326%2076.2628C39.5481%2076.0473%2039.3304%2075.7029%2039.3677%2075.4041C39.4976%2075.5448%2039.5522%2075.7362%2039.6401%2075.9006Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M40.1057%2076.8646L37.114%2078.3798L40.1781%2079.8622L43.0974%2078.1097L40.1057%2076.8646Z%22%20fill%3D%22%2336B750%22%2F%3E%0A%3Cpath%20d%3D%22M32.8465%2076.4823C32.9604%2076.5438%2033.0925%2076.6272%2033.2%2076.6559C33.4943%2076.7352%2033.8264%2076.434%2034.0897%2076.3397C34.307%2076.2605%2034.5134%2076.1707%2034.7288%2076.081C34.1311%2076.0896%2033.5316%2076.0787%2032.9672%2075.9069C32.7672%2075.8459%2032.5891%2075.7625%2032.431%2075.6309C32.1545%2075.4026%2032.093%2075.2268%2031.7107%2075.3229C31.4429%2075.3894%2031.1613%2075.5188%2030.9263%2075.6632C31.2866%2075.6787%2031.5303%2075.8436%2031.8315%2076.0108C32.139%2076.1798%2032.4706%2076.2965%2032.7845%2076.45C32.8046%2076.4586%2032.8264%2076.4696%2032.8465%2076.4823Z%22%20fill%3D%22%2336B750%22%2F%3E%0A%3Cpath%20d%3D%22M34.3373%2076.9726L36.3318%2077.84L39.4159%2076.43L36.9864%2075.8168L34.3373%2076.9726Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M46.5722%2076.7681L44.6306%2077.7476L41.4722%2076.5198L43.8621%2075.7668L46.5722%2076.7681Z%22%20fill%3D%22%23EB1F38%22%2F%3E%0A%3Cpath%20d%3D%22M38.7592%2072.591L40.1783%2072.0024L42.2319%2072.6639L40.2092%2073.6625L38.7592%2072.591Z%22%20fill%3D%22%2336B750%22%2F%3E%0A%3Cpath%20d%3D%22M37.712%2079.4913C37.712%2079.4913%2039.9524%2080.3761%2039.8249%2080.4599C39.6978%2080.5455%2039.7834%2084.503%2039.7834%2084.503L39.234%2080.8817L37.712%2079.4913Z%22%20fill%3D%22%2336B750%22%2F%3E%0A%3Cpath%20d%3D%22M42.4078%2079.4564C42.4078%2079.4564%2040.1651%2080.3392%2040.2927%2080.4249C40.4198%2080.5087%2040.3341%2084.468%2040.3341%2084.468L40.8835%2080.8467L42.4078%2079.4564Z%22%20fill%3D%22%2336B750%22%2F%3E%0A%3Cpath%20d%3D%22M37.4763%2090.9251C37.4763%2090.9251%2040.0352%2092.3437%2039.91%2092.2585C39.7829%2092.1747%2039.8662%2088.2172%2039.8662%2088.2172L39.4995%2091.7487L37.4763%2090.9251Z%22%20fill%3D%22%2336B750%22%2F%3E%0A%3Cpath%20d%3D%22M42.7371%2091.0153C40.1627%2092.4275%2040.1582%2092.4403%2040.3759%2092.2959C40.503%2092.2102%2040.4196%2088.2523%2040.4196%2088.2523L40.9226%2091.6034L42.7371%2091.0153Z%22%20fill%3D%22%2336B750%22%2F%3E%0A%3Cpath%20d%3D%22M47.7806%2076.5179C47.7806%2076.5179%2050.0229%2075.1453%2049.8958%2075.2286C49.7682%2075.3124%2049.8539%2079.2722%2049.8539%2079.2722L49.3728%2076.0259L47.7806%2076.5179Z%22%20fill%3D%22%2336B750%22%2F%3E%0A%3Cpath%20d%3D%22M47.8354%2088.0478C47.8354%2088.0478%2050.1574%2086.8752%2050.0298%2086.7891C49.9045%2086.7057%2049.9373%2082.9851%2049.9373%2082.9851L49.5706%2086.5148L47.8354%2088.0478Z%22%20fill%3D%22%2336B750%22%2F%3E%0A%3Cpath%20d%3D%22M33.0178%2077.3921C33.0178%2077.3921%2030.775%2076.019%2030.9026%2076.1029C31.0274%2076.1885%2030.944%2080.146%2030.944%2080.146L31.4251%2076.9001L33.0178%2077.3921Z%22%20fill%3D%22%2336B750%22%2F%3E%0A%3Cpath%20d%3D%22M32.9626%2088.9221C32.9626%2088.9221%2030.6384%2087.7494%2030.7659%2087.6656C30.8935%2087.58%2030.8584%2083.8599%2030.8584%2083.8599L31.2274%2087.3891L32.9626%2088.9221Z%22%20fill%3D%22%2336B750%22%2F%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Crect%20width%3D%22101.815%22%20height%3D%2293.1504%22%20fill%3D%22white%22%20transform%3D%22translate%28109%2092.8466%29%20rotate%28175.372%29%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat;
}

.spludge .spludge__text {
  font-size: 17px;
  line-height: 20px;
  color: #84F22E;
  left: 41%;
  top: 36%;
}

.product-choice-carousel__item-container.product-choice-carousel__item-container--selected  .spludge .spludge__background {
  background: url("data:image/svg+xml;charset=utf8, %3Csvg%20width%3D%22109%22%20height%3D%22102%22%20viewBox%3D%220%200%20109%20102%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url%28%23clip0%29%22%3E%0A%3Cpath%20d%3D%22M67.0916%2094.2034C77.3765%2086.5934%2072.8212%2081.6435%2081.9509%2077.5613C88.91%2074.445%20105.223%2079.0584%20106.328%2071.143C107.747%2060.9836%2090.636%2058.7598%2088.6877%2048.6299C86.5352%2037.4832%2094.9565%2030.2064%2089.8884%2021.841C84.8285%2013.4826%2071.8692%2021.6738%2061.6792%2018.2135C54.1936%2015.6739%2048.1456%204.90336%2038.0058%205.83061C21.3584%207.35308%2030.2711%2018.5756%2025.2%2025.2392C20.1359%2031.8947%2011.5394%2028.5334%2010.0924%2034.8581C8.64526%2041.1828%2014.706%2040.6237%2016.528%2049.3811C18.0739%2056.8007%20-1.00165%2074.6578%209.49554%2084.1717C20.4447%2094.0896%2025.4964%2072.0264%2039.1646%2076.6411C52.9267%2081.2863%2056.7998%20101.822%2067.0922%2094.2109L67.0916%2094.2034Z%22%20fill%3D%22%2300B02E%22%2F%3E%0A%3C%2Fg%3E%0A%3Cpath%20d%3D%22M31.9196%2067.2705L32.8348%2066.3628L32.4983%2066.0224L31.2465%2067.2705H29.287L30.9534%2065.6037L30.6084%2065.2633L28.6063%2067.2705H27.1303L28.0362%2066.3628L27.6997%2066.0224L26.448%2067.2705H23.4704L25.5769%2065.1671H27.3462V64.6865H26.0596L27.104%2063.6395H29.9439V63.1676H27.579L28.9684%2061.7802H30.7375V61.2996H29.4518L30.9542%2059.7988L30.6092%2059.4583L29.1069%2060.9592V59.6681H28.6319V61.4398L27.2425%2062.828V60.4624H26.7666V63.3086L25.7146%2064.3556V63.0636H25.2396V64.8275L23.1339%2066.931V63.9627L24.3848%2062.7146L24.0483%2062.3742L23.1339%2063.2819V61.7982L25.1436%2059.7996L24.7994%2059.4592L23.1339%2061.126V59.1618L24.3848%2057.9145L24.0483%2057.5741L23.1339%2058.4818V56.3611H22.658V58.4818L21.7437%2057.5741L21.4072%2057.9145L22.658%2059.1618V61.126L20.984%2059.4592L20.6475%2059.7996L22.658%2061.7982V63.2819L21.7437%2062.3742L21.4072%2062.7146L22.658%2063.9627V66.931L20.5523%2064.8275V63.0636H20.0688V64.3556L19.0253%2063.3086V60.4624H18.5418V62.828L17.1609%2061.4398V59.6681H16.6774V60.9592L15.1759%2059.4583L14.8394%2059.7988L16.3418%2061.2996H15.0561V61.7802H16.8253L18.2062%2063.1676H15.8498V63.6395H18.6897L19.734%2064.6865H18.4475V65.1671H20.2167L22.3147%2067.2705H19.3457L18.094%2066.0224L17.7575%2066.3628L18.6625%2067.2705H17.1873L15.1768%2065.2633L14.8403%2065.6037L16.5058%2067.2705H14.5471L13.2954%2066.0224L12.9589%2066.3628L13.8647%2067.2705H11.742V67.7511H13.8647L12.9589%2068.6597L13.2954%2069.0001L14.5471%2067.7519H16.5058L14.8403%2069.4187L15.1768%2069.7591L17.1873%2067.7511H18.6625L17.7575%2068.6597L18.094%2069.0001L19.3457%2067.7519H22.3147L20.2167%2069.8554H18.4475V70.3359H19.734L18.6897%2071.3838H15.8498V71.8643H18.2062L16.8159%2073.2517H15.0561V73.7323H16.3418L14.8394%2075.2332L15.1759%2075.5736L16.6774%2074.0632V75.3552H17.1609V73.5827L18.5418%2072.2039V74.5609H19.0253V71.7225L20.0688%2070.6746V71.958H20.5523V70.1949L22.658%2068.0915V71.0675L21.4072%2072.3156L21.7437%2072.656L22.658%2071.7397V73.2242L20.6475%2075.2314L20.984%2075.5718L22.658%2073.905V75.8598L21.4072%2077.108L21.7437%2077.4484L22.658%2076.5406V78.6708H23.1339V76.5406L24.0483%2077.4484L24.3848%2077.108L23.1339%2075.8598V73.905L24.7994%2075.5718L25.1436%2075.2314L23.1339%2073.2242V71.7397L24.0483%2072.656L24.3848%2072.3156L23.1339%2071.0675V68.0915L25.2396%2070.1949V71.958H25.7146V70.6746L26.7666%2071.7225V74.5601H27.2425V72.203L28.6319%2073.5818V75.3544H29.1069V74.0624L30.6092%2075.5727L30.9542%2075.2323L29.4518%2073.7314H30.7375V73.2509H28.9684L27.579%2071.8635H29.9439V71.3829H27.104L26.0596%2070.3351H27.3462V69.8545H25.5769L23.4704%2067.7511H26.448L27.6997%2068.9992L28.0362%2068.6588L27.1303%2067.7502H28.6063L30.6084%2069.7583L30.9534%2069.4179L29.287%2067.7511H31.2465L32.4983%2068.9992L32.8348%2068.6588L31.9196%2067.7502H34.0516V67.2697H31.9196V67.2705Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M43.5017%2019.8337L43.978%2019.3556L43.8009%2019.1765L43.1421%2019.8333H42.1108L42.9874%2018.9562L42.8103%2018.7771L41.7521%2019.8337H40.9752L41.4524%2019.3556L41.2753%2019.1765L40.6165%2019.8333H39.0543L40.1577%2018.7264H41.0888V18.4735H40.4121L40.9618%2017.9221H42.4565V17.6742H41.2167L41.9435%2016.9442H42.8746V16.6913H42.1975L42.9878%2015.9011L42.8107%2015.7219L42.0159%2016.5117V15.8368H41.766V16.7646L41.0342%2017.4947V16.2498H40.7847V17.7475L40.2306%2018.2989V17.6191H39.9806V18.5468L38.8718%2019.6537V18.0922L39.5311%2017.4354L39.354%2017.2563L38.8723%2017.7339V16.9577L39.9309%2015.9011L39.7538%2015.7219L38.8718%2016.599V15.5654L39.5311%2014.9086L39.354%2014.7295L38.8723%2015.2117V14.0903H38.6227V15.2117L38.141%2014.7295L37.9639%2014.9086L38.6227%2015.5654V16.599L37.7416%2015.7219L37.5641%2015.9011L38.6227%2016.9577V17.7339L38.141%2017.2563L37.9639%2017.4354L38.6227%2018.0922V19.6537L37.514%2018.5468V17.6191H37.26V18.2989L36.7103%2017.7475V16.2498H36.4608V17.4947L35.7295%2016.7646V15.8368H35.475V16.5117L34.6848%2015.7219L34.5077%2015.9011L35.2979%2016.6913H34.6208V16.9446H35.5519L36.2787%2017.6747H35.0394V17.9226H36.5336L37.0833%2018.474H36.4066V18.7268H37.3378L38.4416%2019.8337H36.8789L36.2201%2019.1769L36.043%2019.356L36.5207%2019.8337H35.7438L34.6861%2018.7771L34.509%2018.9562L35.3856%2019.8333H34.3542L33.6954%2019.1765L33.5183%2019.3556L33.9996%2019.8337H32.8774V20.0866H33.9996L33.5183%2020.5643L33.6954%2020.7434L34.3542%2020.0866H35.3856L34.509%2020.9637L34.6861%2021.1428L35.7438%2020.0866H36.5207L36.0435%2020.5643L36.2206%2020.7434L36.8794%2020.0866H38.442L37.3382%2021.1935H36.4071V21.4463H37.0837L36.5341%2021.9973H35.0399V22.2501H36.2792L35.5524%2022.9807H34.6212V23.2331H35.2984L34.5081%2024.0233L34.6852%2024.2024L35.4755%2023.4077V24.0875H35.73V23.1548L36.4612%2022.4293V23.6691H36.7108V22.1764L37.2604%2021.625V22.3003H37.5144V21.3721L38.6232%2020.2653V21.8317L37.9644%2022.4885L38.1415%2022.6676L38.6232%2022.19V22.9662L37.5645%2024.0229L37.7421%2024.202L38.6232%2023.3244V24.3535L37.9644%2025.0103L38.1415%2025.1895L38.6232%2024.7118V25.8322H38.8727V24.7118L39.3544%2025.1895L39.5315%2025.0103L38.8723%2024.3535V23.3244L39.7542%2024.202L39.9313%2024.0229L38.8727%2022.9662V22.19L39.3544%2022.6676L39.5315%2022.4885L38.8723%2021.8317V20.2653L39.981%2021.3721V22.3003H40.231V21.625L40.7851%2022.1764V23.6691H41.0347V22.4293L41.7664%2023.1548V24.0875H42.0164V23.4122L42.8112%2024.2024L42.9883%2024.0233L42.198%2023.2331H42.8751V22.9807H41.9439L41.2172%2022.2501H42.4569V21.9973H40.9623L40.4126%2021.4463H41.0893V21.1935H40.1581L39.0548%2020.0866H40.617L41.2758%2020.7434L41.4529%2020.5643L40.9757%2020.0866H41.7525L42.8107%2021.1428L42.9878%2020.9637L42.1112%2020.0866H43.1426L43.8013%2020.7434L43.9785%2020.5643L43.5021%2020.0866H44.6193V19.8337H43.5017Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M89.793%2026.8077L90.5633%2026.0369L90.2734%2025.7575L89.2189%2026.8077H87.5681L88.9784%2025.4043L88.6877%2025.1177L87.0019%2026.8077H85.7513L86.5223%2026.0369L86.2316%2025.7575L85.1843%2026.8077H82.6759L84.4498%2025.0373H85.9331V24.6328H84.85L85.7298%2023.7505H88.1215V23.3459H86.1378L87.3083%2022.1777H88.7908V21.7731H87.7077L88.9791%2020.5087L88.6885%2020.2221L87.4235%2021.4937V20.4059H87.0162V21.8983L85.8529%2023.0593V21.0754H85.447V23.4639L84.5672%2024.3461V23.2663H84.1585V24.75L82.391%2026.5211V24.0146L83.439%2022.9637L83.1556%2022.6771L82.3917%2023.4487V22.1987L84.0783%2020.508L83.7948%2020.2213L82.3917%2021.6247V19.9789L83.4397%2018.928L83.1563%2018.6413L82.3924%2019.4064V17.6129H81.9866V19.4064L81.2227%2018.6413L80.9321%2018.928L81.9873%2019.9789V21.6247L80.5842%2020.2213L80.3%2020.508L81.9873%2022.1987V23.4487L81.2234%2022.6771L80.9328%2022.9637L81.988%2024.0146V26.5211L80.2133%2024.75V23.2663H79.8132V24.3461L78.9334%2023.4639V21.0754H78.5268V23.0593L77.3556%2021.8983V20.4059H76.9562V21.4937L75.6913%2020.2221L75.3999%2020.5087L76.6727%2021.7731H75.5817V22.1777H77.0721L78.2426%2023.3459H76.2589V23.7505H78.6435L79.5297%2024.6328H78.4402V25.0373H79.9306L81.7045%2026.8077H79.1961L78.1417%2025.7575L77.8582%2026.0369L78.6292%2026.8077H77.3786L75.6927%2025.1177L75.4013%2025.4043L76.8123%2026.8077H75.1551L74.1078%2025.7575L73.8171%2026.0369L74.5881%2026.8077H72.7999V27.2123H74.5881L73.8171%2027.9773L74.1078%2028.2639L75.1551%2027.213H76.8123L75.4013%2028.6164L75.6927%2028.903L77.3786%2027.2123H78.6292L77.8582%2027.9773L78.1417%2028.2639L79.1961%2027.213H81.7045L79.9306%2028.9841H78.4402V29.3887H79.5297L78.6435%2030.2637H76.2589V30.6676H78.2426L77.0721%2031.8365H75.5817V32.2411H76.6727L75.3999%2033.5048L75.6913%2033.7914L76.9562%2032.5277V33.6083H77.3556V32.1231L78.5268%2030.9549V32.9468H78.9334V30.5503L79.8132%2029.6681V30.7559H80.2133V29.2714L81.988%2027.5004V29.9988L80.9328%2031.0497L81.2234%2031.3364L81.9873%2030.5713V31.8213L80.3%2033.5041L80.5842%2033.7907L81.9873%2032.388V34.0411L80.9321%2035.092L81.2227%2035.3786L81.9866%2034.6136V36.3999H82.3924V34.6064L83.1563%2035.3779L83.4397%2035.0913L82.3917%2034.0404V32.3873L83.7948%2033.79L84.0783%2033.5033L82.3917%2031.8206V30.5706L83.1556%2031.3356L83.439%2031.049L82.391%2029.9981V27.4996L84.1585%2029.2707V30.7552H84.5651V29.6673L85.4449%2030.5496V32.946H85.8508V30.9542L87.014%2032.1224V33.6076H87.4214V32.527L88.6863%2033.7907L88.9769%2033.5041L87.7056%2032.2404H88.7887V31.8358H87.3061L86.1357%2030.6669H88.1193V30.263H85.7276L84.8478%2029.388H85.9309V28.9834H84.4477L82.6738%2027.2123H85.1822L86.2295%2028.2632L86.5201%2027.9766L85.7491%2027.2116H86.9997L88.6856%2028.9023L88.9762%2028.6157L87.566%2027.2123H89.2168L90.2712%2028.2632L90.5611%2027.9766L89.7909%2027.2116H91.587V26.807H89.793V26.8077Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M65.7096%2089.2343C65.7096%2089.8811%2065.1839%2090.4127%2064.5358%2090.4127C63.8877%2090.4127%2063.3613%2089.8811%2063.3613%2089.2343C63.3613%2088.5867%2063.8877%2088.0643%2064.5358%2088.0643C65.1839%2088.0643%2065.7096%2088.5875%2065.7096%2089.2343Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M69.2773%2024.6497C69.2773%2025.9448%2068.2277%2027.0064%2066.9221%2027.0064C65.6286%2027.0064%2064.5806%2025.9448%2064.5806%2024.6497C64.5806%2023.3561%2065.6286%2022.3096%2066.9221%2022.3096C68.2262%2022.3096%2069.2773%2023.3561%2069.2773%2024.6497Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M79.845%2073.9778C79.845%2073.3244%2080.3698%2072.7998%2081.0159%2072.7998C81.6612%2072.7998%2082.1934%2073.3236%2082.1934%2073.9778C82.1934%2074.6251%2081.6612%2075.1482%2081.0159%2075.1482C80.3698%2075.1482%2079.845%2074.6251%2079.845%2073.9778Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M89.2386%2063.4063C89.2386%2064.7001%2090.2901%2065.7547%2091.5866%2065.7547C92.883%2065.7547%2093.9353%2064.7001%2093.9353%2063.4063C93.9353%2062.1029%2092.883%2061.0579%2091.5866%2061.0579C90.2901%2061.0579%2089.2386%2062.1029%2089.2386%2063.4063Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M58.7096%2078.6746C58.7096%2079.3219%2059.2344%2079.845%2059.888%2079.845C60.534%2079.845%2061.058%2079.3219%2061.058%2078.6746C61.058%2078.0211%2060.534%2077.4966%2059.888%2077.4966C59.2344%2077.4973%2058.7096%2078.0211%2058.7096%2078.6746Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M97.4579%2071.6294C97.4579%2072.2768%2097.9836%2072.7998%2098.6317%2072.7998C99.2798%2072.7998%2099.8063%2072.2768%2099.8063%2071.6294C99.8063%2070.9752%2099.2798%2070.4514%2098.6317%2070.4514C97.9836%2070.4514%2097.4579%2070.9745%2097.4579%2071.6294Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M86.6031%2055.6131L87.2273%2054.9915L86.9969%2054.7582L86.1421%2055.614H84.8004L85.9445%2054.4729L85.7148%2054.2396L84.3385%2055.614H83.3223L83.9456%2054.9924L83.7151%2054.7591L82.8604%2055.6148H80.8271L82.2623%2054.1715H83.4754V53.8428H82.5954L83.3046%2053.1335H85.2521V52.8048H83.6369L84.5859%2051.8537H85.7914V51.525H84.9114L85.9445%2050.4963L85.7148%2050.263L84.6809%2051.2916V50.4103H84.3562V51.6203L83.4081%2052.5715V50.9553H83.0749V52.9002L82.3573%2053.618V52.7367H82.0318V53.9467L80.5966%2055.3824V53.3506L81.4513%2052.4949L81.2124%2052.2615L80.5975%2052.8831V51.8715L81.9645%2050.4972L81.7348%2050.2638L80.5975%2051.4049V50.062L81.4522%2049.2054L81.2132%2048.9729L80.5983%2049.5946V48.1418H80.2651V49.5946L79.6409%2048.9729L79.4113%2049.2054L80.266%2050.062V51.4015L79.1295%2050.2604L78.8906%2050.4938L80.266%2051.8681V52.8797L79.6418%2052.2581L79.4121%2052.4914L80.2668%2053.3472V55.379L78.8317%2053.9433V52.7333H78.4985V53.6146L77.7801%2052.8968V50.9519H77.4562V52.5681L76.5073%2051.6169V50.4069H76.1826V51.2882L75.1487%2050.2596L74.9182%2050.4929L75.9445%2051.5216H75.0645V51.8502H76.2768L77.2249%2052.8014H75.6105V53.1301H77.5504L78.268%2053.8394H77.3881V54.1681H78.5928L80.0372%2055.6114H78.003L77.1492%2054.7557L76.9187%2054.989L77.5336%2055.6106H76.5258L75.1495%2054.2362L74.919%2054.4695L76.064%2055.6106H74.723L73.8674%2054.7548L73.6294%2054.9881L74.2519%2055.6097H72.7999V55.9384H74.2519L73.6294%2056.5609L73.8674%2056.7942L74.723%2055.9376H76.064L74.919%2057.0795L75.1495%2057.3128L76.5258%2055.9376H77.5336L76.9187%2056.56L77.1492%2056.7934L78.003%2055.9367H80.0372L78.5928%2057.3724H77.3881V57.7019H78.268L77.5504%2058.4198H75.6105V58.7485H77.2249L76.2768%2059.6996H75.0645V60.0283H75.9445L74.9182%2061.057L75.1487%2061.2903L76.1826%2060.2608V61.143H76.5073V59.9321L77.4562%2058.9818V60.598H77.7801V58.6522L78.4985%2057.9344V58.8166H78.8317V57.6057L80.2668%2056.17V58.2026L79.4121%2059.0584L79.6418%2059.2917L80.266%2058.6693V59.6809L78.8906%2061.0553L79.1295%2061.2886L80.266%2060.1467V61.487L79.4113%2062.3428L79.6409%2062.5761L80.2651%2061.9536V63.4063H80.5983V61.9536L81.2132%2062.5761L81.4522%2062.3428L80.5975%2061.487V60.1526L81.7348%2061.2945L81.9645%2061.0612L80.5975%2059.6868V58.6752L81.2124%2059.2977L81.4513%2059.0644L80.5966%2058.2086V56.176L82.0318%2057.6117V58.8225H82.3573V57.9387L83.0749%2058.6565V60.6022H83.4081V58.986L84.3562%2059.9363V61.1472H84.6809V60.265L85.7148%2061.2945L85.9445%2061.0612L84.9114%2060.0326H85.7914V59.7039H84.5859L83.6369%2058.7527H85.2521V58.424H83.3046L82.5954%2057.7062H83.4754V57.3767H82.2623L80.8271%2055.941H82.8604L83.7151%2056.7976L83.9456%2056.5643L83.3223%2055.9418H84.3385L85.7148%2057.317L85.9445%2057.0837L84.8004%2055.9418H86.1421L86.9969%2056.7985L87.2273%2056.5651L86.6031%2055.9427H88.0644V55.614H86.6031V55.6131Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M46.8415%2092.7795H31.0969L31.0455%2079.1334L34.3904%2078.5563L49.5421%2075.9563L49.2657%2089.5261L46.8415%2092.7795Z%22%20fill%3D%22%23EA0000%22%2F%3E%0A%3Cpath%20d%3D%22M47.6767%2090.2158C47.0693%2090.1164%2046.8811%2088.9708%2046.8719%2088.9037L46.9179%2086.1306L46.9508%2086.1036L46.9206%2086.1003L46.9995%2081.3959C47.0022%2081.5479%2046.9929%2081.6453%2046.9929%2081.6453C46.9929%2081.6453%2047.3911%2080.5582%2047.9103%2079.5277C47.9169%2080.0811%2047.9261%2080.7978%2047.9438%2081.5637L47.88%2081.6874L47.4825%2081.721L47.6372%2082.2553L47.4128%2082.9331L47.8227%2082.6686L47.9866%2082.9121C48.0018%2083.9538%2047.9195%2085.9286%2047.8168%2087.835L47.5069%2088.1054L47.6286%2088.443L47.4095%2089.1688L47.7708%2088.6707C47.7412%2089.2103%2047.7076%2089.7354%2047.6767%2090.2158ZM48.698%2089.6841L48.798%2085.4719L48.898%2085.5357L49.0046%2084.8856L49.354%2084.2486L49.0533%2084.3545V83.8195L48.8223%2084.3874L48.9316%2079.6883L49.0895%2079.9469L49.1204%2079.246L49.3784%2078.7657L49.1112%2078.6413L49.0566%2077.9951L48.9658%2078.2774L48.9743%2077.9438C49.1204%2077.8135%2049.2659%2077.7371%2049.4027%2077.7312C49.4152%2077.7312%2049.4238%2077.7312%2049.4337%2077.7312C49.4613%2077.7312%2049.485%2077.7312%2049.5093%2077.7345L49.2659%2089.5275L49.281%2088.8563C49.1264%2089.1287%2048.9316%2089.4321%2048.698%2089.6841Z%22%20fill%3D%22%23CC000B%22%2F%3E%0A%3Cpath%20d%3D%22M32.9499%2082.6014L32.8045%2081.815L31.9812%2081.4748L32.7893%2081.1096L32.9045%2080.3199L33.5487%2080.8819L34.4417%2080.7332L34.0317%2081.4432L34.4687%2082.1427L33.5698%2082.0203L32.9499%2082.6014Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M35.0761%2086.4286L34.3746%2085.9245L33.5027%2086.1457L33.8343%2085.402L33.3237%2084.7427L34.2318%2084.7907L34.7878%2084.1623L35.0188%2084.9342L35.8723%2085.204L35.1063%2085.6324L35.0761%2086.4286Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M31.6471%2089.7183L31.3339%2088.9707L31.0825%2088.9128V88.3383L31.1674%2088.2778L31.1095%2087.4855L31.863%2087.929L32.7079%2087.6348L32.4618%2088.4002L33.0389%2089.0135L32.1334%2089.0437L31.6471%2089.7183Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M36.5652%2090.954L35.9427%2090.8145L36.608%2090.3525C36.5948%2090.5618%2036.5797%2090.7632%2036.5652%2090.954ZM36.6284%2089.9762L36.5948%2089.5254L36.6494%2089.5556C36.6442%2089.6991%2036.635%2089.8393%2036.6284%2089.9762Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M34.2629%2092.0774C34.2477%2092.0741%2034.2352%2092.0714%2034.2201%2092.0714L34.2721%2092.053L34.2629%2092.0774Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M36.6326%2082.6862L36.7049%2082.5224C36.7049%2082.5711%2036.7049%2082.6191%2036.7049%2082.6678L36.6326%2082.6862ZM36.699%2081.6018L36.4555%2081.2833L36.699%2081.2984C36.699%2081.3984%2036.699%2081.4991%2036.699%2081.6018Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M47.4125%2082.9323L47.6369%2082.2546L47.4823%2081.7202L47.8797%2081.6866L47.9436%2081.5629C47.9561%2081.9308%2047.9646%2082.3131%2047.9804%2082.6928C47.9831%2082.7599%2047.9831%2082.8317%2047.9864%2082.9113L47.8225%2082.6678L47.4125%2082.9323Z%22%20fill%3D%22%23EE454D%22%2F%3E%0A%3Cpath%20d%3D%22M49.0893%2079.9469L48.9313%2079.6883L48.9655%2078.2761L49.0563%2077.9938L49.111%2078.64L49.3781%2078.7644L49.1202%2079.2447L49.0893%2079.9469Z%22%20fill%3D%22%23EE454D%22%2F%3E%0A%3Cpath%20d%3D%22M47.4094%2089.1681L47.6285%2088.4422L47.5068%2088.1047L47.8167%2087.8342C47.8016%2088.1139%2047.7865%2088.3935%2047.7707%2088.6699L47.4094%2089.1681Z%22%20fill%3D%22%23EE454D%22%2F%3E%0A%3Cpath%20d%3D%22M48.898%2085.535L48.798%2085.4712L48.8223%2084.3873L49.0533%2083.8195V84.3544L49.354%2084.2485L49.0046%2084.8855L48.898%2085.535Z%22%20fill%3D%22%23EE454D%22%2F%3E%0A%3Cpath%20d%3D%22M42.2666%2090.7172L41.7231%2090.0788L41.4283%2090.0914C41.398%2089.7143%2041.371%2089.2859%2041.3466%2088.8002L41.8935%2088.949L42.6049%2088.4541L42.62%2089.2537L43.3735%2089.6932L42.514%2089.9525L42.2666%2090.7172Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M41.775%2092.4716C41.7539%2092.3972%2041.7296%2092.3084%2041.7053%2092.2083L41.8415%2092.1136L41.8481%2092.4696C41.8231%2092.4696%2041.7987%2092.4716%2041.775%2092.4716Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M45.3808%2091.8865L45.4505%2091.5312L44.803%2090.9751L45.7019%2090.8626L46.1066%2090.1486L46.5047%2090.8626L46.5771%2090.8718L46.562%2090.9725C46.4008%2091.3575%2045.9822%2091.6588%2045.3808%2091.8865Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M46.4498%2087.4427L45.6477%2087.0722L44.8429%2087.4401L45.0008%2086.6563L44.3506%2086.0976L45.2495%2085.9851L45.6536%2085.2711L46.0544%2085.9877L46.9197%2086.1003L46.9171%2086.1305L46.2972%2086.6596L46.4498%2087.4427Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M46.9177%2086.1305L46.9204%2086.1003L46.9507%2086.1036L46.9177%2086.1305Z%22%20fill%3D%22%23EE454D%22%2F%3E%0A%3Cpath%20d%3D%22M43.005%2084.1268L42.7925%2083.3516L41.9449%2083.066L42.7188%2082.6501L42.7649%2081.8539L43.4571%2082.3698L44.3323%2082.1638L43.9862%2082.9008L44.481%2083.5694L43.5762%2083.5056L43.005%2084.1268Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M41.3587%2080.514C41.3764%2080.0567%2041.389%2079.7586%2041.389%2079.679C41.5805%2079.679%2041.7693%2079.6816%2041.9536%2079.6849L41.9351%2079.727L42.4274%2080.3956L41.5225%2080.3344L41.3587%2080.514Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M45.9911%2080.8035L45.7779%2080.0284L45.0343%2079.7803C45.8483%2079.8316%2046.3919%2079.904%2046.5044%2080.0047C46.5683%2080.0626%2046.6255%2080.1231%2046.6709%2080.1935L46.561%2080.1863L45.9911%2080.8035Z%22%20fill%3D%22%23F84545%22%2F%3E%0A%3Cpath%20d%3D%22M46.8053%2092.7795H41.8963C41.8811%2092.7493%2041.866%2092.7183%2041.8509%2092.6795L41.8482%2092.4703C43.2578%2092.3979%2044.5087%2092.2182%2045.3806%2091.8866L45.2958%2092.3176L46.1012%2091.9471L46.8146%2092.2814L46.8053%2092.7795ZM36.2613%2092.7795H34.0351L34.2628%2092.0774C34.3596%2092.0958%2034.4635%2092.1142%2034.5662%2092.1267C35.1341%2092.2024%2035.7448%2092.2695%2036.3798%2092.3268C36.3429%2092.4966%2036.3041%2092.6486%2036.2613%2092.7795ZM32.6131%2092.7795H31.0969L31.0851%2089.7505C31.6504%2090.7896%2032.6072%2091.7517%2034.2201%2092.0708L33.4271%2092.3472L32.6736%2091.9037L32.7315%2092.696L32.6131%2092.7795ZM46.8205%2091.9017L46.7507%2091.5338L46.8297%2091.47L46.8205%2091.9017ZM46.8389%2090.908L46.5776%2090.8712L46.8725%2088.9003C46.8725%2088.9003%2046.8725%2088.9003%2046.8725%2088.9029L46.8389%2090.908Z%22%20fill%3D%22%23C70000%22%2F%3E%0A%3Cpath%20d%3D%22M46.8416%2092.7795H46.8054L46.8146%2092.2814L46.9028%2092.3209L46.8205%2091.9017L46.8297%2091.4707L47.4042%2090.9811L46.8396%2090.9087L46.8725%2088.9036C46.8817%2088.9714%2047.0699%2090.1164%2047.6773%2090.2158C47.6378%2090.8357%2047.6016%2091.3819%2047.5681%2091.805L46.8416%2092.7795ZM47.7227%2091.5977L47.7898%2091.5095L47.7227%2091.5977ZM48.6828%2090.3099L48.6979%2089.6841C48.9309%2089.432%2049.1263%2089.1287%2049.281%2088.8549L49.2658%2089.5261L48.6828%2090.3099Z%22%20fill%3D%22%23AD0008%22%2F%3E%0A%3Cpath%20d%3D%22M34.0345%2092.7795H32.6125L32.7316%2092.6966L32.6736%2091.9043L33.4271%2092.3478L34.2201%2092.0714C34.2352%2092.0714%2034.2477%2092.0741%2034.2629%2092.0774L34.0345%2092.7795Z%22%20fill%3D%22%23D33334%22%2F%3E%0A%3Cpath%20d%3D%22M41.8509%2092.6795C41.8259%2092.6242%2041.8022%2092.5558%2041.7752%2092.4735C41.7989%2092.4735%2041.8233%2092.4702%2041.8483%2092.4702L41.8509%2092.6795Z%22%20fill%3D%22%23D33334%22%2F%3E%0A%3Cpath%20d%3D%22M45.2949%2092.3176L45.3798%2091.8866C45.9819%2091.6589%2046.4005%2091.3575%2046.561%2090.9726L46.5762%2090.8719L46.8374%2090.9088L46.8282%2091.4707L46.7492%2091.5346L46.819%2091.9024L46.8131%2092.2821L46.0997%2091.9478L45.2949%2092.3176Z%22%20fill%3D%22%23D33334%22%2F%3E%0A%3Cpath%20d%3D%22M46.9027%2092.3209L46.8145%2092.2814L46.8205%2091.9017L46.9027%2092.3209ZM46.8297%2091.4707L46.8389%2090.9087L47.4035%2090.9811L46.8297%2091.4707Z%22%20fill%3D%22%23CA333A%22%2F%3E%0A%3Cpath%20d%3D%22M49.5421%2077.7357C49.5329%2077.7357%2049.5211%2077.7331%2049.5092%2077.7331L49.5336%2076.5143L49.5428%2076.4992V77.7357H49.5421Z%22%20fill%3D%22%23D9BEC1%22%2F%3E%0A%3Cpath%20d%3D%22M47.0002%2081.3952C46.9909%2081.0911%2046.9363%2080.5667%2046.6718%2080.1936L47.0186%2080.2173L47.0002%2081.3952ZM31.0759%2080.3087V79.5822H36.6773C36.6773%2079.6191%2036.6773%2079.6546%2036.6806%2079.6908C34.7058%2079.7152%2033.0409%2079.752%2032.4098%2079.7731C31.6649%2079.8014%2031.2766%2080.0323%2031.0759%2080.3087ZM45.0346%2079.7803C44.2232%2079.7277%2043.1446%2079.6974%2041.9542%2079.6849L42.0062%2079.5822H45.2346L44.9312%2079.7428L45.0346%2079.7803ZM47.0298%2079.6553L46.9752%2079.5829H47.0298V79.6553Z%22%20fill%3D%22%23C70000%22%2F%3E%0A%3Cpath%20d%3D%22M46.9934%2081.6446C46.9934%2081.6446%2047.0026%2081.5479%2047%2081.3952L47.0184%2080.2173L47.4679%2080.2469L47.0303%2079.6553V79.5829H47.3369L47.9048%2078.8209C47.9048%2079.0025%2047.9074%2079.246%2047.9107%2079.5276C47.3915%2080.5575%2046.9934%2081.6446%2046.9934%2081.6446ZM48.9742%2077.9424L48.9867%2077.3679L49.5302%2076.6421L49.5328%2076.5144L49.5085%2077.7331C49.4842%2077.7298%2049.4598%2077.7298%2049.4328%2077.7298C49.423%2077.7298%2049.4144%2077.7298%2049.4019%2077.7298C49.265%2077.7357%2049.1202%2077.8121%2048.9742%2077.9424Z%22%20fill%3D%22%23AD0008%22%2F%3E%0A%3Cpath%20d%3D%22M41.954%2079.6856C41.7691%2079.6823%2041.5809%2079.6796%2041.3894%2079.6796C41.3894%2079.6763%2041.3894%2079.6763%2041.3894%2079.6763C41.3894%2079.6553%2041.3894%2079.6224%2041.3868%2079.5822H42.0067L41.954%2079.6856Z%22%20fill%3D%22%23D33334%22%2F%3E%0A%3Cpath%20d%3D%22M47.0178%2080.2173L46.671%2080.1936C46.6256%2080.1231%2046.5684%2080.0626%2046.5046%2080.0047C46.392%2079.9047%2045.8485%2079.8316%2045.0345%2079.7803L44.9312%2079.7428L45.2345%2079.5822H46.9757L47.0303%2079.6546L47.0178%2080.2173Z%22%20fill%3D%22%23D33334%22%2F%3E%0A%3Cpath%20d%3D%22M47.4673%2080.2475L47.0178%2080.2173L47.0296%2079.6553L47.4673%2080.2475Z%22%20fill%3D%22%23CA333A%22%2F%3E%0A%3Cpath%20d%3D%22M47.762%2090.2216C47.7317%2090.2216%2047.7048%2090.2183%2047.6771%2090.215C47.7074%2089.7353%2047.7409%2089.2102%2047.7712%2088.6692L47.7811%2088.6568L47.8778%2088.7206L47.8291%2090.2176C47.8074%2090.2216%2047.7831%2090.2216%2047.762%2090.2216ZM47.8166%2087.8348C47.9193%2085.9285%2048.0015%2083.9536%2047.9864%2082.9119L48.0562%2083.0179L47.9101%2087.671L47.8555%2087.798L47.8166%2087.8348ZM47.9443%2081.5629C47.9265%2080.7969%2047.9173%2080.0803%2047.9107%2079.5269C47.9996%2079.3538%2048.0904%2079.1781%2048.1845%2079.0143L48.1147%2081.2438L47.9443%2081.5629Z%22%20fill%3D%22%23B30006%22%2F%3E%0A%3Cpath%20d%3D%22M48.0562%2083.0174L47.9865%2082.9114C47.9839%2082.8318%2047.9839%2082.76%2047.9806%2082.6929C47.9654%2082.3132%2047.9562%2081.9309%2047.9437%2081.563L48.1142%2081.2439L48.0562%2083.0174Z%22%20fill%3D%22%23D0252B%22%2F%3E%0A%3Cpath%20d%3D%22M47.8781%2088.7213L47.7813%2088.6575L47.7714%2088.67C47.7866%2088.3936%2047.8024%2088.114%2047.8175%2087.8343L47.857%2087.7974L47.9123%2087.6704L47.8781%2088.7213Z%22%20fill%3D%22%23D0252B%22%2F%3E%0A%3Cpath%20d%3D%22M47.5673%2091.8049C47.6009%2091.3818%2047.6371%2090.8356%2047.6772%2090.2157C47.7049%2090.219%2047.7319%2090.2223%2047.7621%2090.2223C47.7839%2090.2223%2047.8075%2090.2223%2047.8292%2090.219L47.7891%2091.5101L47.722%2091.5983L47.5673%2091.8049Z%22%20fill%3D%22%23980005%22%2F%3E%0A%3Cpath%20d%3D%22M47.9101%2079.527C47.9075%2079.2453%2047.9042%2079.0019%2047.9042%2078.8203L48.2023%2078.4195L48.1845%2079.0058V79.015C48.0904%2079.1782%2047.9989%2079.3546%2047.9101%2079.527Z%22%20fill%3D%22%23980005%22%2F%3E%0A%3Cpath%20d%3D%22M47.0296%2079.5823H46.9749L46.9717%2079.579L47.0296%2079.4579H47.0322L47.0296%2079.5823ZM45.2344%2079.5823H42.006L42.0606%2079.4586H45.4601L45.2344%2079.5823Z%22%20fill%3D%22%23A90000%22%2F%3E%0A%3Cpath%20d%3D%22M47.3371%2079.5823H47.0304L47.033%2079.4586H47.3371L47.6312%2079.0624L47.3733%2079.4092L47.6312%2079.0624L47.905%2078.6985C47.905%2078.7354%2047.905%2078.7769%2047.905%2078.8203L47.3371%2079.5823Z%22%20fill%3D%22%23930006%22%2F%3E%0A%3Cpath%20d%3D%22M42.0061%2079.5822H41.3862C41.3836%2079.5454%2041.3836%2079.5065%2041.3796%2079.4585H42.06L42.0061%2079.5822Z%22%20fill%3D%22%23B32627%22%2F%3E%0A%3Cpath%20d%3D%22M46.9751%2079.5822H45.2339L45.4589%2079.4585H47.0297L46.9718%2079.5796L46.9751%2079.5822Z%22%20fill%3D%22%23B32627%22%2F%3E%0A%3Cpath%20d%3D%22M31.076%2079.5822H31.049V79.4585H31.076V79.5822Z%22%20fill%3D%22%23C70000%22%2F%3E%0A%3Cpath%20d%3D%22M36.6773%2079.5822H31.0759V79.4585H36.674C36.6773%2079.5006%2036.6773%2079.5401%2036.6773%2079.5822Z%22%20fill%3D%22%23A90000%22%2F%3E%0A%3Cpath%20d%3D%22M48.9866%2077.3679L48.9892%2077.2409L49.5328%2076.5144L49.5302%2076.6421L48.9866%2077.3679Z%22%20fill%3D%22%23930006%22%2F%3E%0A%3Cpath%20d%3D%22M47.905%2078.8203C47.905%2078.7775%2047.905%2078.7354%2047.905%2078.6985L48.2091%2078.2912L48.2031%2078.4188L47.905%2078.8203Z%22%20fill%3D%22%23810004%22%2F%3E%0A%3Cpath%20d%3D%22M47.337%2079.4585H30.529V76.7763L34.2075%2076.1077L49.8363%2073.4261V76.1077L47.337%2079.4585Z%22%20fill%3D%22%23F40303%22%2F%3E%0A%3Cpath%20d%3D%22M47.337%2079.3032C47.1304%2078.732%2046.623%2077.8239%2045.4451%2077.4324C44.9647%2077.2712%2044.0467%2077.156%2042.9024%2077.0764L43.1544%2076.7763H41.833H47.337V79.3032ZM30.529%2078.7261V76.7763H32.2294L32.2268%2076.8098L31.4187%2077.1738L31.9556%2077.3988C31.0725%2077.7147%2030.6902%2078.2576%2030.529%2078.7261ZM33.4823%2077.1218L33.6797%2076.7763H36.6114C36.614%2076.8211%2036.614%2076.8888%2036.6173%2076.9704C35.417%2076.9948%2034.3174%2077.0494%2033.4823%2077.1218Z%22%20fill%3D%22%23D90202%22%2F%3E%0A%3Cpath%20d%3D%22M47.3733%2079.4099L47.6312%2079.063L47.3733%2079.4099Z%22%20fill%3D%22%23E12729%22%2F%3E%0A%3Cpath%20d%3D%22M47.6313%2079.0625L47.8747%2078.7354L47.6313%2079.0625Z%22%20fill%3D%22%23FC2828%22%2F%3E%0A%3Cpath%20d%3D%22M47.3369%2079.4585L49.8368%2076.1077V73.4261L47.3369%2073.8539V79.4585Z%22%20fill%3D%22%23BC0010%22%2F%3E%0A%3Cpath%20d%3D%22M47.337%2076.7763H30.529L34.2075%2073.4261H49.8363L47.337%2076.7763Z%22%20fill%3D%22%23FF3636%22%2F%3E%0A%3Cpath%20d%3D%22M32.3852%2078.3009L32.2398%2077.5146L31.9568%2077.3981C32.2339%2077.2987%2032.559%2077.2224%2032.9413%2077.177C33.1058%2077.1585%2033.2874%2077.1375%2033.4822%2077.1217L33.4697%2077.1428L33.904%2077.8416L33.0078%2077.7199L32.3852%2078.3009Z%22%20fill%3D%22%23FB4848%22%2F%3E%0A%3Cpath%20d%3D%22M31.9563%2077.3982L31.4193%2077.1731L32.2275%2076.8092L32.2301%2076.7757H33.6798L33.4823%2077.1212C33.2876%2077.1369%2033.1053%2077.158%2032.9414%2077.1764C32.5584%2077.2231%2032.2334%2077.2988%2031.9563%2077.3982Z%22%20fill%3D%22%23F24747%22%2F%3E%0A%3Cpath%20d%3D%22M36.6747%2079.4585H35.4053L34.8946%2079.2874L35.6692%2078.8715L35.7146%2078.0759L36.4068%2078.5918L36.6589%2078.5307C36.6654%2078.8117%2036.6714%2079.1203%2036.6747%2079.4585Z%22%20fill%3D%22%23FB4848%22%2F%3E%0A%3Cpath%20d%3D%22M45.9307%2079.4585H44.3481L43.9046%2079.1848L44.7699%2078.9446L45.0344%2078.1859L45.5629%2078.8327L46.471%2078.8176L45.9307%2079.4585Z%22%20fill%3D%22%23FB4848%22%2F%3E%0A%3Cpath%20d%3D%22M42.0876%2076.4328C42.0021%2076.4328%2041.9172%2076.4295%2041.8297%2076.4295L41.8692%2076.3749C41.9113%2076.369%2041.9514%2076.3657%2041.9903%2076.3597L42.0876%2076.4328Z%22%20fill%3D%22%23FF6D6D%22%2F%3E%0A%3Cpath%20d%3D%22M46.173%2076.2808L45.8387%2076.1867C46.0552%2076.1011%2046.2243%2075.98%2046.3369%2075.8043C46.3494%2075.8004%2046.3586%2075.7945%2046.3737%2075.7892C46.425%2075.7622%2046.4922%2075.7129%2046.5586%2075.6431L46.9811%2075.6879L46.3165%2075.9471L46.4106%2076.2419C46.3342%2076.2564%2046.2559%2076.2683%2046.173%2076.2808Z%22%20fill%3D%22%23FF6D6D%22%2F%3E%0A%3Cpath%20d%3D%22M47.8352%2077.9641L47.9629%2077.2685L47.8141%2076.7552L48.105%2076.6763L48.1359%2076.5848C48.1359%2076.6243%2048.1359%2076.6605%2048.1359%2076.6848C48.1359%2076.7763%2048.1208%2077.21%2048.1083%2077.6719L47.8352%2077.9641Z%22%20fill%3D%22%23E84551%22%2F%3E%0A%3Cpath%20d%3D%22M34.8274%2073.8052L34.1653%2073.5656L34.9734%2073.4597C34.9247%2073.563%2034.8761%2073.6788%2034.8274%2073.8052Z%22%20fill%3D%22%23FF6D6D%22%2F%3E%0A%3Cpath%20d%3D%22M47.7161%2074.2671L47.0324%2074.0275L46.5309%2074.0604C46.4737%2074.015%2046.4125%2073.9781%2046.3579%2073.9479L46.4915%2073.784L46.3757%2073.7169C46.4336%2073.6597%2046.4941%2073.5952%2046.5546%2073.5287L46.8008%2073.5472L47.0343%2073.4254H47.3502L47.5318%2073.6406L48.334%2073.7906L47.672%2073.9361L47.7161%2074.2671Z%22%20fill%3D%22%23FF6D6D%22%2F%3E%0A%3Cpath%20d%3D%22M49.4053%2076.1991L49.433%2075.4726L49.1836%2075.0804L49.4994%2074.831L49.6212%2074.1269L49.7877%2074.7014L49.8363%2074.6948V75.8431L49.6784%2075.7365L49.4053%2076.1991Z%22%20fill%3D%22%23E84551%22%2F%3E%0A%3Cpath%20d%3D%22M41.4803%2078.2155L41.4862%2077.4166L41.3441%2077.3278C41.3585%2077.1916%2041.3835%2077.0757%2041.4165%2076.9974C41.9383%2077.0185%2042.4404%2077.0429%2042.9023%2077.0758L42.7714%2077.2337L43.0662%2077.9878L42.2061%2077.7351L41.4803%2078.2155Z%22%20fill%3D%22%23FB4848%22%2F%3E%0A%3Cpath%20d%3D%22M42.9016%2077.0764C42.4397%2077.0435%2041.9382%2077.0191%2041.4157%2076.9981C41.446%2076.9283%2041.4855%2076.8855%2041.5342%2076.879C41.9198%2076.8369%2041.9198%2076.8368%2041.9198%2076.8368C41.9198%2076.8368%2041.8803%2076.8217%2041.8323%2076.7763H43.1537L42.9016%2077.0764Z%22%20fill%3D%22%23F24747%22%2F%3E%0A%3Cpath%20d%3D%22M47.3369%2076.7764H43.1543L43.3188%2076.6698L42.41%2076.679L42.0882%2076.4335C42.3857%2076.4394%2042.6864%2076.4427%2042.9845%2076.4427C44.1565%2076.4427%2045.2897%2076.4%2046.1195%2076.2874C46.1372%2076.2848%2046.1557%2076.2815%2046.1734%2076.2815L46.4472%2076.3572L46.411%2076.2427C47.1158%2076.1203%2047.5863%2075.9347%2047.939%2075.686C47.9758%2075.7314%2048.0054%2075.786%2048.0298%2075.8498L47.3369%2076.7764ZM41.7105%2076.6C41.6927%2076.5513%2041.6769%2076.4934%2041.6743%2076.4263C41.7256%2076.4263%2041.777%2076.4296%2041.8296%2076.4296L41.7105%2076.6Z%22%20fill%3D%22%23FF6B6B%22%2F%3E%0A%3Cpath%20d%3D%22M43.1538%2076.7763H41.8325C41.7897%2076.7395%2041.7443%2076.6816%2041.7107%2076.6L41.8298%2076.4296C41.9174%2076.4296%2042.0022%2076.4328%2042.0878%2076.4328L42.4096%2076.6783L43.3183%2076.6691L43.1538%2076.7763Z%22%20fill%3D%22%23FF9494%22%2F%3E%0A%3Cpath%20d%3D%22M46.4467%2076.3565L46.173%2076.2808C46.2552%2076.2683%2046.3342%2076.2564%2046.4105%2076.2419L46.4467%2076.3565Z%22%20fill%3D%22%23FF9494%22%2F%3E%0A%3Cpath%20d%3D%22M30.529%2076.7763L31.753%2075.6583C31.753%2075.6583%2031.753%2075.6583%2031.7562%2075.6583L30.529%2076.7763Z%22%20fill%3D%22%23FFB2B2%22%2F%3E%0A%3Cpath%20d%3D%22M36.6107%2076.7764H33.6791L34.1009%2076.5724L33.1138%2076.6605L32.8341%2076.3295L32.2294%2076.7764H30.529L31.7562%2075.6583C31.7957%2075.6583%2031.8385%2075.6557%2031.8839%2075.6557C31.8201%2075.9564%2031.9326%2076.2473%2032.5551%2076.2868C33.3783%2076.3381%2035.265%2076.3269%2037.0476%2076.3295L36.6081%2076.6915C36.6081%2076.6915%2036.6081%2076.7211%2036.6107%2076.7764Z%22%20fill%3D%22%23FF6B6B%22%2F%3E%0A%3Cpath%20d%3D%22M33.6792%2076.7762H32.2295L32.8342%2076.3294L33.1139%2076.6604L34.101%2076.5722L33.6792%2076.7762Z%22%20fill%3D%22%23FF9494%22%2F%3E%0A%3Cpath%20d%3D%22M49.0558%2074.4711H48.9282C49.1927%2073.9697%2049.2164%2073.5749%2048.7432%2073.4261H49.8369L49.0558%2074.4711Z%22%20fill%3D%22%23FF6B6B%22%2F%3E%0A%3Cpath%20d%3D%22M48.0871%2078.453C48.093%2078.2247%2048.0989%2077.943%2048.1081%2077.6719L48.1232%2077.6541L48.2239%2077.818L48.2088%2078.2918L48.0871%2078.453ZM48.1358%2076.5848C48.1325%2076.3966%2048.1173%2076.0748%2048.0292%2075.8497L48.297%2075.4885L48.2753%2076.1327L48.1358%2076.5848Z%22%20fill%3D%22%23980007%22%2F%3E%0A%3Cpath%20d%3D%22M48.2241%2077.818L48.1234%2077.6541L48.1083%2077.6719C48.1208%2077.2099%2048.1359%2076.7763%2048.1359%2076.6848C48.1359%2076.6605%2048.1359%2076.6236%2048.1359%2076.5848L48.2754%2076.132L48.2241%2077.818Z%22%20fill%3D%22%23AC2025%22%2F%3E%0A%3Cpath%20d%3D%22M48.9895%2077.2409L48.9921%2077.1923C48.9947%2077.2021%2049.0013%2077.21%2049.0046%2077.2232L48.9895%2077.2409Z%22%20fill%3D%22%23980007%22%2F%3E%0A%3Cpath%20d%3D%22M47.9385%2075.6859C47.9076%2075.6523%2047.8747%2075.6253%2047.8352%2075.6102C47.6832%2075.5457%2047.3949%2075.5312%2046.9238%2075.5312C46.8415%2075.5312%2046.7507%2075.5345%2046.6566%2075.5345C46.6744%2075.5135%2046.6928%2075.4891%2046.7079%2075.4648H48.2089C48.1267%2075.5437%2048.0352%2075.6181%2047.9385%2075.6859Z%22%20fill%3D%22%23B61919%22%2F%3E%0A%3Cpath%20d%3D%22M31.753%2075.6582L31.9689%2075.4641L31.9268%2075.5035L31.753%2075.6582Z%22%20fill%3D%22%23B67575%22%2F%3E%0A%3Cpath%20d%3D%22M31.884%2075.6556C31.8926%2075.6042%2031.9084%2075.5516%2031.9261%2075.5035L31.9683%2075.4641H33.9187C33.9187%2075.4917%2033.9161%2075.5187%2033.9187%2075.5437C33.4995%2075.5516%2033.1435%2075.5641%2032.9007%2075.5884C32.5368%2075.622%2032.1881%2075.6431%2031.884%2075.6556Z%22%20fill%3D%22%23B61919%22%2F%3E%0A%3Cpath%20d%3D%22M48.0294%2075.8497C48.005%2075.7858%2047.9748%2075.7312%2047.9386%2075.6858C48.0353%2075.6181%2048.1268%2075.5437%2048.209%2075.4641H48.2972V75.4884L48.0294%2075.8497Z%22%20fill%3D%22%23B63131%22%2F%3E%0A%3Cpath%20d%3D%22M31.753%2075.6583L31.9268%2075.5037L31.7563%2075.6583C31.753%2075.6583%2031.753%2075.6583%2031.753%2075.6583Z%22%20fill%3D%22%23B75151%22%2F%3E%0A%3Cpath%20d%3D%22M31.7562%2075.6583L31.9266%2075.5037C31.9082%2075.5517%2031.8931%2075.6044%2031.8845%2075.6557C31.8384%2075.6557%2031.7957%2075.6583%2031.7562%2075.6583Z%22%20fill%3D%22%23B63131%22%2F%3E%0A%3Cpath%20d%3D%22M31.9689%2075.4635H48.3149L49.0559%2074.4712H33.0592C33.0592%2074.4712%2032.9566%2074.4982%2032.6789%2074.7265C31.8932%2075.3727%2031.9689%2075.4635%2031.9689%2075.4635Z%22%20fill%3D%22%2374B72C%22%2F%3E%0A%3Cpath%20d%3D%22M33.6003%2074.4712H33.0593C33.0593%2074.4712%2032.9567%2074.4982%2032.679%2074.7265C31.8926%2075.3727%2031.9683%2075.4635%2031.9683%2075.4635H33.2653C33.1107%2075.3642%2032.9521%2075.249%2032.8468%2075.1332C32.6494%2074.9226%2033.2298%2074.6311%2033.6003%2074.4712Z%22%20fill%3D%22%238CD32F%22%2F%3E%0A%3Cpath%20d%3D%22M48.1755%2074.9417C47.8293%2075.1608%2046.6718%2075.3668%2045.9881%2075.4635H48.315L49.0559%2074.4712H47.832C48.1327%2074.5804%2048.4611%2074.7561%2048.1755%2074.9417Z%22%20fill%3D%22%238CD32F%22%2F%3E%0A%3Cpath%20d%3D%22M32.0024%2075.3759C32.0051%2075.37%2032.0117%2075.3608%2032.0176%2075.3549C32.0117%2075.3601%2032.0051%2075.37%2032.0024%2075.3759Z%22%20fill%3D%22%23C8D9C1%22%2F%3E%0A%3Cpath%20d%3D%22M33.9191%2075.464H33.2657C33.2262%2075.439%2033.1841%2075.4127%2033.144%2075.3818L33.931%2075.3858C33.9251%2075.4127%2033.9218%2075.4364%2033.9191%2075.464Z%22%20fill%3D%22%235B9C21%22%2F%3E%0A%3Cpath%20d%3D%22M33.2658%2075.4635H31.9688C31.9688%2075.4635%2031.9537%2075.449%2032.0024%2075.3759C32.005%2075.37%2032.0116%2075.3608%2032.0175%2075.3549C32.0393%2075.37%2032.0721%2075.3818%2032.1175%2075.3818C32.1241%2075.3818%2032.1301%2075.3818%2032.1327%2075.3818H33.1441C33.1843%2075.4128%2033.2264%2075.4391%2033.2658%2075.4635Z%22%20fill%3D%22%236EB423%22%2F%3E%0A%3Cpath%20d%3D%22M48.2971%2075.4635H46.7079C46.723%2075.4464%2046.7382%2075.4241%2046.7533%2075.403L48.3425%2075.407L48.2971%2075.4609V75.4635Z%22%20fill%3D%22%236EB423%22%2F%3E%0A%3Cpath%20d%3D%22M40.9881%2092.4999L40.9821%2090.1059L41.4283%2090.0914C41.5106%2091.1423%2041.6079%2091.7918%2041.7053%2092.2083L41.2921%2092.4946C41.1914%2092.4966%2041.0914%2092.4999%2040.9881%2092.4999ZM40.9821%2089.9065L40.9696%2085.8575L41.1486%2085.7575L40.9663%2085.6995L40.9545%2080.9523L41.3585%2080.5147C41.3013%2082.0855%2041.1921%2085.5475%2041.3408%2088.6614C41.3441%2088.7068%2041.3467%2088.7555%2041.3467%2088.801L41.0242%2088.7128L41.3401%2089.4596L40.9821%2089.9065Z%22%20fill%3D%22%23C10000%22%2F%3E%0A%3Cpath%20d%3D%22M40.9698%2085.8575L40.9665%2085.6995L41.1488%2085.7574L40.9698%2085.8575Z%22%20fill%3D%22%23CD3032%22%2F%3E%0A%3Cpath%20d%3D%22M40.9823%2090.1066V89.9065L41.3403%2089.4591L41.0244%2088.7122L41.3469%2088.8003C41.3712%2089.286%2041.3982%2089.7144%2041.4285%2090.0914L40.9823%2090.1066Z%22%20fill%3D%22%23CD3032%22%2F%3E%0A%3Cpath%20d%3D%22M41.2913%2092.4946L41.7046%2092.2083C41.7289%2092.3083%2041.7533%2092.3972%2041.7743%2092.4716C41.6164%2092.4814%2041.4558%2092.4873%2041.2913%2092.4946Z%22%20fill%3D%22%23CD3032%22%2F%3E%0A%3Cpath%20d%3D%22M40.9545%2080.9524L40.9479%2079.71V79.6764C41.0973%2079.6764%2041.2434%2079.6764%2041.3888%2079.6797C41.3888%2079.7587%2041.3763%2080.0567%2041.3585%2080.5147L40.9545%2080.9524Z%22%20fill%3D%22%23CD3032%22%2F%3E%0A%3Cpath%20d%3D%22M41.8963%2092.7795H41.8509V92.6794C41.866%2092.7183%2041.8812%2092.7492%2041.8963%2092.7795Z%22%20fill%3D%22%23A40000%22%2F%3E%0A%3Cpath%20d%3D%22M41.1275%2092.6059L40.988%2092.5697V92.4999C41.0914%2092.4999%2041.192%2092.4967%2041.2914%2092.494L41.1275%2092.6059Z%22%20fill%3D%22%23A40000%22%2F%3E%0A%3Cpath%20d%3D%22M41.8507%2092.7795H40.9907L40.988%2092.5703L41.1275%2092.6065L41.2914%2092.4946C41.4559%2092.4874%2041.6165%2092.4814%2041.7744%2092.4722C41.8014%2092.5558%2041.8257%2092.6242%2041.8501%2092.6795V92.7795H41.8507Z%22%20fill%3D%22%23AE2425%22%2F%3E%0A%3Cpath%20d%3D%22M41.3888%2079.6796C41.2434%2079.6763%2041.0973%2079.6763%2040.9479%2079.6763V79.5822H41.3862C41.3888%2079.6224%2041.3888%2079.6546%2041.3888%2079.6763C41.3888%2079.6763%2041.3888%2079.6763%2041.3888%2079.6796Z%22%20fill%3D%22%23AE2425%22%2F%3E%0A%3Cpath%20d%3D%22M41.3862%2079.5822H40.9479V79.4585H41.3796C41.3829%2079.5065%2041.3829%2079.546%2041.3862%2079.5822Z%22%20fill%3D%22%23941B1C%22%2F%3E%0A%3Cpath%20d%3D%22M41.3795%2079.4586H40.9478L40.9419%2077.083L41.3433%2077.3285C41.2735%2077.9299%2041.3492%2078.9789%2041.3795%2079.4586Z%22%20fill%3D%22%23C90202%22%2F%3E%0A%3Cpath%20d%3D%22M40.9419%2076.9066L40.9393%2076.7763H41.4072H41.4039H41.8323H41.4039L40.9419%2076.9066Z%22%20fill%3D%22%23B30101%22%2F%3E%0A%3Cpath%20d%3D%22M41.6746%2076.4269C41.6015%2076.4236%2041.5285%2076.4236%2041.4587%2076.421C41.5318%2076.4144%2041.6015%2076.4058%2041.672%2076.3966C41.672%2076.4085%2041.6746%2076.4177%2041.6746%2076.4269Z%22%20fill%3D%22%23D22627%22%2F%3E%0A%3Cpath%20d%3D%22M41.3433%2077.3284L40.9419%2077.0829V76.9836C41.0998%2076.9895%2041.2577%2076.9921%2041.4157%2076.998C41.3828%2077.0763%2041.3584%2077.1922%2041.3433%2077.3284Z%22%20fill%3D%22%23CF3334%22%2F%3E%0A%3Cpath%20d%3D%22M41.4165%2076.9981C41.2586%2076.9916%2041.1007%2076.9889%2040.9427%2076.9837V76.9073L41.4047%2076.777H41.8331C41.8818%2076.8218%2041.9206%2076.8376%2041.9206%2076.8376C41.9206%2076.8376%2041.9206%2076.8376%2041.535%2076.8797C41.4863%2076.8856%2041.4468%2076.9277%2041.4165%2076.9981Z%22%20fill%3D%22%23C83233%22%2F%3E%0A%3Cpath%20d%3D%22M41.4073%2076.7763H40.9453L41.1921%2076.4479C41.2829%2076.4387%2041.3711%2076.4302%2041.4593%2076.421C41.529%2076.4236%2041.6021%2076.4236%2041.6751%2076.4269C41.6777%2076.494%2041.6935%2076.5512%2041.7113%2076.6006L41.6113%2076.746L41.4073%2076.7763Z%22%20fill%3D%22%23D24B4D%22%2F%3E%0A%3Cpath%20d%3D%22M41.8325%2076.7763H41.4074L41.6107%2076.7454L41.7108%2076.6C41.7443%2076.6816%2041.7904%2076.7395%2041.8325%2076.7763Z%22%20fill%3D%22%23D2686A%22%2F%3E%0A%3Cpath%20d%3D%22M36.9267%2092.3723C36.7411%2092.3578%2036.5588%2092.342%2036.3799%2092.3269C36.4595%2091.9505%2036.5167%2091.4859%2036.5654%2090.9542L36.8207%2091.0115L36.9214%2091.2516L36.9267%2092.3723ZM36.6082%2090.3527C36.6174%2090.2316%2036.6233%2090.1033%2036.6293%2089.977L36.6536%2090.3218L36.6082%2090.3527ZM36.9142%2089.7118L36.6503%2089.5565C36.726%2087.6672%2036.7049%2085.3594%2036.7049%2083.3649C36.7049%2083.1273%2036.7049%2082.893%2036.7049%2082.668L36.8839%2082.6232L36.9142%2089.7118ZM36.7049%2082.5225C36.7049%2082.2034%2036.7023%2081.8967%2036.699%2081.6019L36.878%2081.8355L36.8806%2082.127L36.7049%2082.5225ZM36.878%2081.3078L36.699%2081.2986C36.6924%2080.7096%2036.6865%2080.1753%2036.6806%2079.6916C36.7411%2079.6916%2036.8043%2079.6916%2036.8688%2079.6916L36.8714%2080.3753L36.878%2081.3078Z%22%20fill%3D%22%23C10000%22%2F%3E%0A%3Cpath%20d%3D%22M36.9208%2091.2515L36.8201%2091.0114L36.5648%2090.9541C36.5792%2090.7632%2036.595%2090.5619%2036.6075%2090.3526L36.6529%2090.3217L36.6286%2089.9769C36.6352%2089.84%2036.6437%2089.6999%2036.6503%2089.5564L36.9142%2089.7117L36.9208%2091.2515Z%22%20fill%3D%22%23CD3032%22%2F%3E%0A%3Cpath%20d%3D%22M36.7048%2082.6679C36.7048%2082.6198%2036.7048%2082.5718%2036.7048%2082.5224L36.8812%2082.1269L36.8845%2082.6224L36.7048%2082.6679ZM36.8779%2081.8354L36.6989%2081.6018C36.6989%2081.4992%2036.6989%2081.3985%2036.6989%2081.2985L36.8779%2081.3077V81.8354Z%22%20fill%3D%22%23CD3032%22%2F%3E%0A%3Cpath%20d%3D%22M36.9292%2092.7795H36.2606C36.3034%2092.6485%2036.3428%2092.4965%2036.379%2092.3267C36.558%2092.3419%2036.7403%2092.3577%2036.9259%2092.3721L36.9292%2092.7795Z%22%20fill%3D%22%23A40000%22%2F%3E%0A%3Cpath%20d%3D%22M36.6804%2079.6915C36.6771%2079.6553%2036.6771%2079.6197%2036.6771%2079.5829H36.8686V79.6915C36.8048%2079.6915%2036.741%2079.6915%2036.6804%2079.6915Z%22%20fill%3D%22%23A40000%22%2F%3E%0A%3Cpath%20d%3D%22M36.8686%2079.5822H36.6772C36.6772%2079.5401%2036.6772%2079.5006%2036.6745%2079.4585H36.8686V79.5822Z%22%20fill%3D%22%238B0000%22%2F%3E%0A%3Cpath%20d%3D%22M36.6593%2078.5313C36.6442%2077.7943%2036.6258%2077.2652%2036.6172%2076.9704C36.6962%2076.9677%2036.7784%2076.9645%2036.8574%2076.9645L36.8633%2078.4826L36.6593%2078.5313Z%22%20fill%3D%22%23C90202%22%2F%3E%0A%3Cpath%20d%3D%22M36.6166%2076.9704C36.6133%2076.8888%2036.6133%2076.8211%2036.6106%2076.7763H36.8574V76.9645C36.7778%2076.9645%2036.6955%2076.9678%2036.6166%2076.9704Z%22%20fill%3D%22%23B30101%22%2F%3E%0A%3Cpath%20d%3D%22M36.8686%2079.4585H36.6745C36.6718%2079.1203%2036.6653%2078.8117%2036.6593%2078.5313L36.8633%2078.4827L36.8686%2079.4585Z%22%20fill%3D%22%23CF3334%22%2F%3E%0A%3Cpath%20d%3D%22M37.367%2076.3295C37.261%2076.3295%2037.1544%2076.3295%2037.0478%2076.3295L37.334%2076.0959C37.4676%2076.0841%2037.5861%2076.0716%2037.6861%2076.0598L37.367%2076.3295Z%22%20fill%3D%22%23D22627%22%2F%3E%0A%3Cpath%20d%3D%22M36.8569%2076.7762H36.6101C36.6075%2076.721%2036.6075%2076.6913%2036.6075%2076.6913L37.047%2076.3294C37.1536%2076.3294%2037.2603%2076.3294%2037.3662%2076.3294L36.8569%2076.7605H37.1385H36.8569V76.7762Z%22%20fill%3D%22%23D24B4D%22%2F%3E%0A%3Cpath%20d%3D%22M40.9908%2092.8223C40.9908%2092.8223%2040.9579%2092.8677%2040.748%2092.8704C40.4347%2092.877%2039.9524%2092.8678%2039.4266%2092.8579C38.604%2092.846%2037.6801%2092.8309%2037.1543%2092.8704C37.0115%2092.8829%2036.9293%2092.8223%2036.9293%2092.8223L36.8569%2076.7612H40.9394L40.9908%2092.8223Z%22%20fill%3D%22%236CA028%22%2F%3E%0A%3Cpath%20d%3D%22M36.8713%2080.3753L36.8686%2079.6916L36.8713%2080.3753Z%22%20fill%3D%22%239D0000%22%2F%3E%0A%3Cpath%20d%3D%22M36.8628%2078.4826L36.8569%2076.9645L36.8628%2078.4826Z%22%20fill%3D%22%23A30201%22%2F%3E%0A%3Cpath%20d%3D%22M36.8688%2079.4585L36.8629%2078.4827L36.8688%2079.4585Z%22%20fill%3D%22%23A82C29%22%2F%3E%0A%3Cpath%20d%3D%22M40.9478%2079.4586L40.9419%2077.083L40.9478%2079.4586Z%22%20fill%3D%22%23A30201%22%2F%3E%0A%3Cpath%20d%3D%22M40.9419%2076.9066L40.9393%2076.7763L40.9419%2076.9066Z%22%20fill%3D%22%23920101%22%2F%3E%0A%3Cpath%20d%3D%22M36.8714%2080.3752L36.8687%2079.6915V79.4586L36.8628%2078.4827L36.8569%2076.9646V76.7606H37.1385L40.9388%2076.7757L40.9414%2076.906V77.0823L40.9473%2079.4579V79.7093C40.6348%2077.92%2040.0998%2077.285%2039.3042%2077.285C39.1127%2077.285%2038.9061%2077.3219%2038.6843%2077.3883C37.5801%2077.7174%2037.0602%2078.8532%2036.8714%2080.3752Z%22%20fill%3D%22%23588B1F%22%2F%3E%0A%3Cpath%20d%3D%22M48.297%2075.4609L47.7863%2091.5734L48.6793%2090.404L49.0557%2074.4712L48.297%2075.4609Z%22%20fill%3D%22%236CA028%22%2F%3E%0A%3Cpath%20d%3D%22M48.184%2079.0058L48.2024%2078.4195L48.184%2079.0058Z%22%20fill%3D%22%23890004%22%2F%3E%0A%3Cpath%20d%3D%22M48.2023%2078.4194L48.2082%2078.2917L48.2023%2078.4194Z%22%20fill%3D%22%23750004%22%2F%3E%0A%3Cpath%20d%3D%22M48.2083%2078.2918L48.2235%2077.818L48.2083%2078.2918ZM48.2754%2076.1321L48.2972%2075.4879L48.2754%2076.1321Z%22%20fill%3D%22%23890006%22%2F%3E%0A%3Cpath%20d%3D%22M48.2235%2077.818L48.2755%2076.132L48.2235%2077.818Z%22%20fill%3D%22%239B1E21%22%2F%3E%0A%3Cpath%20d%3D%22M48.2906%2078.8499C48.3274%2077.1857%2048.3544%2075.8886%2048.3636%2075.376L49.0559%2074.4712L49.0349%2075.3852C48.8401%2075.5221%2048.6308%2075.7952%2048.6032%2076.342C48.5512%2077.387%2048.3426%2078.5715%2048.3176%2078.7775C48.3149%2078.7959%2048.3057%2078.8203%2048.2906%2078.8499Z%22%20fill%3D%22%23629524%22%2F%3E%0A%3Cpath%20d%3D%22M40.9453%2076.7763L36.8574%2076.7611L40.809%2073.4268H43.4452L40.9453%2076.7763Z%22%20fill%3D%22%2374B72C%22%2F%3E%0A%3Cpath%20d%3D%22M41.6711%2076.3965C41.6711%2076.3241%2041.681%2076.2386%2041.708%2076.1412C42.3187%2076.101%2042.8833%2076.0385%2043.263%2075.9346C43.263%2075.9346%2043.3209%2075.8707%2043.3966%2075.747C43.667%2075.8464%2043.9065%2075.9319%2044.05%2075.9721C44.1652%2076.005%2044.333%2076.0175%2044.5212%2076.0175C44.6607%2076.0175%2044.8153%2076.0102%2044.9706%2075.999L44.843%2076.2938L45.6543%2076.1359L45.8393%2076.1873C45.5754%2076.2866%2045.2411%2076.3268%2044.8673%2076.3268C44.7765%2076.3268%2044.6857%2076.3268%2044.5909%2076.3208C43.7894%2076.284%2043.6618%2075.9504%2043.6618%2075.9504C43.6618%2075.9504%2043.5769%2076.136%2042.8168%2076.2478C42.5891%2076.2814%2042.3095%2076.3208%2041.9903%2076.3603L41.9179%2076.3057L41.8692%2076.3755C41.8047%2076.3807%2041.7383%2076.3906%2041.6711%2076.3965Z%22%20fill%3D%22%23C82828%22%2F%3E%0A%3Cpath%20d%3D%22M41.8692%2076.3749L41.9179%2076.3052L41.9903%2076.3598C41.9508%2076.3664%2041.9113%2076.3697%2041.8692%2076.3749Z%22%20fill%3D%22%23C85151%22%2F%3E%0A%3Cpath%20d%3D%22M44.8428%2076.2932L44.9705%2075.9984C45.5568%2075.953%2046.1886%2075.8438%2046.3373%2075.8043C46.2247%2075.98%2046.055%2076.1011%2045.8391%2076.1866L45.6542%2076.1353L44.8428%2076.2932Z%22%20fill%3D%22%23C85151%22%2F%3E%0A%3Cpath%20d%3D%22M41.4585%2076.4211C41.3763%2076.4178%2041.2973%2076.4178%2041.2151%2076.4145L41.4072%2076.1592C41.5072%2076.1532%2041.6079%2076.1466%2041.7079%2076.1414C41.6803%2076.2381%2041.6717%2076.3236%2041.6717%2076.3967C41.6013%2076.4052%2041.5316%2076.4145%2041.4585%2076.4211Z%22%20fill%3D%22%23A51C1D%22%2F%3E%0A%3Cpath%20d%3D%22M41.1916%2076.4479L41.2153%2076.4144C41.2975%2076.4177%2041.3765%2076.4177%2041.4587%2076.421C41.3706%2076.4295%2041.283%2076.4387%2041.1916%2076.4479Z%22%20fill%3D%22%23A53739%22%2F%3E%0A%3Cpath%20d%3D%22M35.3408%2076.211C34.7729%2076.211%2034.2991%2076.1656%2034.1589%2076.0228C33.9977%2075.8649%2033.9279%2075.7036%2033.9194%2075.5431C34.0681%2075.5398%2034.226%2075.5398%2034.3866%2075.5372L34.5807%2075.6063C34.5899%2075.6122%2034.5991%2075.6181%2034.6084%2075.6208L34.4899%2076.0281L35.2552%2075.7912C35.3039%2075.7978%2035.3526%2075.8043%2035.4046%2075.807L36.0942%2075.9221L36.0515%2075.8339C36.0541%2075.8339%2036.0607%2075.8339%2036.064%2075.8339C36.5654%2075.8339%2037.1603%2075.7938%2037.8045%2075.7089L37.334%2076.0952C36.7898%2076.1472%2036.0001%2076.211%2035.3408%2076.211Z%22%20fill%3D%22%23C82828%22%2F%3E%0A%3Cpath%20d%3D%22M34.4905%2076.0287L34.609%2075.6214C34.7366%2075.6977%2034.9584%2075.755%2035.2558%2075.7918L34.4905%2076.0287ZM36.0942%2075.9228L35.4052%2075.8076C35.5967%2075.8247%2035.8119%2075.8346%2036.0521%2075.8346L36.0942%2075.9228ZM34.5813%2075.6063L34.3872%2075.5372C34.43%2075.5372%2034.4695%2075.5372%2034.5116%2075.5372C34.5267%2075.5582%2034.5419%2075.576%2034.5603%2075.5911H34.5636C34.5636%2075.5944%2034.5636%2075.5944%2034.5636%2075.5944C34.5695%2075.597%2034.5754%2075.6043%2034.5813%2075.6063Z%22%20fill%3D%22%23C85151%22%2F%3E%0A%3Cpath%20d%3D%22M33.9194%2075.5437C33.9168%2075.5187%2033.9194%2075.4917%2033.9194%2075.4641H34.1866L34.3866%2075.5371C34.2261%2075.5397%2034.0681%2075.5397%2033.9194%2075.5437Z%22%20fill%3D%22%238F1213%22%2F%3E%0A%3Cpath%20d%3D%22M34.3872%2075.5371L34.1871%2075.4641H34.4786C34.4872%2075.4917%2034.4997%2075.5154%2034.5115%2075.5371C34.4688%2075.5371%2034.4293%2075.5371%2034.3872%2075.5371Z%22%20fill%3D%22%238F2525%22%2F%3E%0A%3Cpath%20d%3D%22M34.4601%2075.3852H33.9317C33.9922%2075.0634%2034.2811%2074.7594%2034.5786%2074.5251C34.5542%2074.608%2034.5332%2074.6922%2034.5114%2074.7804C34.4627%2075.0028%2034.4325%2075.2213%2034.4601%2075.3852Z%22%20fill%3D%22%235B8721%22%2F%3E%0A%3Cpath%20d%3D%22M34.4787%2075.464H33.9194C33.922%2075.4364%2033.9253%2075.4127%2033.9319%2075.3851H34.4603C34.4629%2075.4127%2034.4689%2075.439%2034.4787%2075.464Z%22%20fill%3D%22%23477319%22%2F%3E%0A%3Cpath%20d%3D%22M37.3339%2076.0959L37.8044%2075.7096C37.9228%2075.6951%2038.0413%2075.6767%2038.163%2075.6583L37.6859%2076.0597C37.5852%2076.0716%2037.4674%2076.0841%2037.3339%2076.0959Z%22%20fill%3D%22%23A51C1D%22%2F%3E%0A%3Cpath%20d%3D%22M39.2264%2076.5415C37.7043%2076.5415%2038.0018%2076.0229%2038.0018%2076.0229C38.0018%2076.0229%2037.8833%2076.0381%2037.6859%2076.0598L38.163%2075.6583C38.1874%2075.6557%2038.211%2075.6524%2038.2354%2075.6465C38.3084%2075.634%2038.3815%2075.6255%2038.4479%2075.6123C38.3933%2076.1532%2038.4539%2076.1868%2038.469%2076.1868C38.4723%2076.1868%2038.4723%2076.1868%2038.4723%2076.1868H38.4756L38.4723%2076.1894C38.4723%2076.1894%2038.8553%2076.1993%2039.4113%2076.2019C39.4567%2076.2019%2039.5054%2076.2019%2039.5535%2076.2019C40.0885%2076.2019%2040.7597%2076.1933%2041.4065%2076.1598L41.2144%2076.4151L41.1907%2076.4487C40.6083%2076.5033%2039.9398%2076.5415%2039.2264%2076.5415Z%22%20fill%3D%22%235B8721%22%2F%3E%0A%3Cpath%20d%3D%22M39.0593%2068.6914C39.0593%2068.6914%2039.1534%2068.4934%2040.0523%2068.2598C40.9512%2068.0261%2041.7626%2068.1229%2041.7626%2068.1229C41.7626%2068.1229%2042.3127%2068.1229%2042.3397%2069.4568C42.3699%2070.792%2041.0887%2072.5687%2041.0065%2072.7095C40.9242%2072.8451%2040.1806%2073.5801%2039.8647%2072.4996C39.5482%2071.421%2039.0468%2068.958%2039.0593%2068.6914Z%22%20fill%3D%22%2374B72C%22%2F%3E%0A%3Cpath%20d%3D%22M40.1128%2068.3808C40.1128%2068.3808%2040.5472%2068.5631%2040.7386%2069.0797C40.9295%2069.5996%2041.3098%2070.149%2041.4316%2069.7055C41.556%2069.2653%2041.6079%2069.4929%2041.7988%2069.6601C41.9876%2069.8272%2042.1633%2069.9641%2042.2153%2069.5844C42.2666%2069.2021%2042.2298%2068.8217%2042.0238%2068.5032C41.8146%2068.1814%2041.6928%2068.3183%2041.6593%2068.5177C41.6224%2068.7151%2041.4316%2068.5328%2041.2585%2068.4262C41.0848%2068.3176%2041.2072%2068.5329%2041.173%2068.7145C41.1519%2068.8178%2040.9663%2068.6908%2040.7261%2068.5651C40.5353%2068.4664%2040.3135%2068.3664%2040.1128%2068.3808Z%22%20fill%3D%22%238CD32F%22%2F%3E%0A%3Cpath%20d%3D%22M39.308%2071.5402C39.308%2071.5402%2038.2176%2068.8705%2039.2225%2068.6026C40.2313%2068.3355%2040.7024%2069.5963%2040.505%2070.7288C40.3076%2071.862%2040.1615%2072.3779%2040.149%2072.5661C40.1405%2072.7523%2039.7575%2073.4676%2039.308%2071.5402Z%22%20fill%3D%22%236BA025%22%2F%3E%0A%3Cpath%20d%3D%22M39.6759%2068.5868C39.5391%2068.5571%2039.3903%2068.5598%2039.2232%2068.6019C38.346%2068.8355%2039.0659%2070.9038%2039.2633%2071.4204C39.6128%2071.4177%2039.8279%2071.3111%2039.7648%2071.244C39.6647%2071.1473%2038.802%2069.6706%2038.9567%2069.0599C39.0435%2068.7269%2039.3838%2068.6177%2039.6759%2068.5868Z%22%20fill%3D%22%2374B72C%22%2F%3E%0A%3Cpath%20d%3D%22M38.7974%2069.4054C38.7974%2069.4054%2038.7974%2069.4054%2038.7947%2069.4021C38.7888%2069.2073%2038.8132%2069.0336%2038.8895%2068.8948C38.825%2069.0336%2038.7974%2069.21%2038.7974%2069.4054Z%22%20fill%3D%22%23C8D9C1%22%2F%3E%0A%3Cpath%20d%3D%22M40.7144%2069.7786C40.648%2069.7114%2040.5624%2069.6384%2040.4716%2069.566C40.3288%2068.9948%2039.9945%2068.5658%2039.4872%2068.5658C39.4049%2068.5658%2039.3167%2068.5789%2039.2226%2068.6026H39.22C39.22%2068.6026%2039.22%2068.6059%2039.2174%2068.6059C39.2174%2068.6059%2039.2174%2068.6059%2039.2147%2068.6059C39.2147%2068.6059%2039.2147%2068.6059%2039.2114%2068.6059H39.2088C39.2088%2068.6059%2039.2088%2068.6059%2039.2088%2068.6092C39.2055%2068.6092%2039.2055%2068.6092%2039.2055%2068.6092C39.2055%2068.6092%2039.2055%2068.6092%2039.2029%2068.6092C39.2002%2068.6092%2039.2002%2068.6092%2039.2002%2068.6092V68.6119H39.197C39.197%2068.6119%2039.197%2068.6119%2039.1943%2068.6119C39.1943%2068.6119%2039.1943%2068.6119%2039.1911%2068.6119V68.6158H39.1884C39.1851%2068.6158%2039.1851%2068.6158%2039.1851%2068.6158H39.1825V68.6184H39.1798C39.1463%2068.6309%2039.1121%2068.6461%2039.0831%2068.6671C39.1226%2068.625%2039.2286%2068.5394%2039.5023%2068.4328C39.5418%2068.4296%2039.5813%2068.4269%2039.6208%2068.4269C39.7517%2068.4269%2039.8912%2068.4579%2040.0307%2068.5335C40.3472%2068.7125%2040.5749%2069.2376%2040.7144%2069.7786Z%22%20fill%3D%22%235B9C21%22%2F%3E%0A%3Cpath%20d%3D%22M39.2777%2070.1767C39.2014%2070.0398%2039.1197%2069.9062%2039.0408%2069.7792C38.9559%2069.5028%2038.9098%2069.2442%2038.9559%2069.0613C39.0441%2068.7276%2039.3836%2068.6184%2039.6758%2068.5875C39.6153%2068.5756%2039.5514%2068.5664%2039.4843%2068.5664C39.4021%2068.5664%2039.3145%2068.5796%2039.2231%2068.6033C39.3178%2068.5796%2039.4054%2068.5664%2039.4876%2068.5664C39.995%2068.5664%2040.3293%2068.9948%2040.4721%2069.5667C40.2681%2069.4028%2040.0226%2069.2534%2039.8186%2069.2534C39.7153%2069.2534%2039.6212%2069.2929%2039.5514%2069.3903C39.4297%2069.5601%2039.3935%2069.7878%2039.408%2070.0273C39.3685%2070.0694%2039.3264%2070.1221%2039.2777%2070.1767ZM38.7973%2069.4054C38.7973%2069.21%2038.8249%2069.0343%2038.8888%2068.8954C38.8249%2069.0303%2038.7973%2069.21%2038.7973%2069.4054ZM39.0803%2068.6671C39.1099%2068.646%2039.1441%2068.6302%2039.177%2068.6184C39.1408%2068.6302%2039.1099%2068.6454%2039.0803%2068.6671ZM39.1803%2068.6151H39.1829H39.1803ZM39.1836%2068.6151C39.1836%2068.6151%2039.1836%2068.6151%2039.1869%2068.6151C39.1836%2068.6151%2039.1836%2068.6151%2039.1836%2068.6151ZM39.1862%2068.6151H39.1888H39.1862ZM39.1895%2068.6151V68.6111V68.6151ZM39.2014%2068.6092C39.204%2068.6092%2039.204%2068.6092%2039.204%2068.6092C39.204%2068.6092%2039.2046%2068.6092%2039.2014%2068.6092ZM39.2079%2068.6059H39.2106H39.2079Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M39.0408%2069.7785C39.0316%2069.7601%2039.0197%2069.741%2039.0072%2069.7239C38.9342%2069.6015%2038.8644%2069.4989%2038.7973%2069.4054C38.7973%2069.21%2038.8249%2069.031%2038.8888%2068.8954C38.9309%2068.8158%2038.9855%2068.7487%2039.0586%2068.6914C39.0586%2068.6914%2039.0645%2068.6815%2039.0803%2068.6671C39.1099%2068.646%2039.1408%2068.6302%2039.177%2068.6184H39.1796V68.6157H39.1823C39.1823%2068.6157%2039.1823%2068.6157%2039.1856%2068.6157H39.1882V68.6118C39.1915%2068.6118%2039.1915%2068.6118%2039.1915%2068.6118C39.1941%2068.6118%2039.1941%2068.6118%2039.1941%2068.6118H39.1974V68.6092C39.1974%2068.6092%2039.1974%2068.6092%2039.2%2068.6092C39.2027%2068.6092%2039.2027%2068.6092%2039.2027%2068.6092C39.2027%2068.6092%2039.2027%2068.6092%2039.206%2068.6092C39.206%2068.6059%2039.206%2068.6059%2039.206%2068.6059H39.2086C39.2119%2068.6059%2039.2119%2068.6059%2039.2119%2068.6059C39.2145%2068.6059%2039.2145%2068.6059%2039.2145%2068.6059C39.2171%2068.6059%2039.2171%2068.6026%2039.2171%2068.6026H39.2198C39.3112%2068.5789%2039.3994%2068.5657%2039.481%2068.5657C39.5481%2068.5657%2039.612%2068.5756%2039.6725%2068.5868C39.3803%2068.6177%2039.0408%2068.727%2038.9526%2069.0606C38.9098%2069.2442%2038.9552%2069.5021%2039.0408%2069.7785Z%22%20fill%3D%22%235B9C21%22%2F%3E%0A%3Cpath%20d%3D%22M40.9093%2069.9963C40.8546%2069.9634%2040.8%2069.9325%2040.7454%2069.9055C40.7362%2069.8627%2040.727%2069.8199%2040.7151%2069.7784C40.8276%2069.8811%2040.8974%2069.9601%2040.8974%2069.9601C40.9027%2069.9726%2040.906%2069.9851%2040.9093%2069.9963Z%22%20fill%3D%22%235B9C21%22%2F%3E%0A%3Cpath%20d%3D%22M40.7451%2069.9056C40.6688%2069.8655%2040.5931%2069.8326%2040.5201%2069.8089C40.5082%2069.724%2040.4924%2069.6443%2040.472%2069.566C40.5628%2069.6384%2040.6484%2069.7121%2040.7148%2069.7786C40.726%2069.8207%2040.7352%2069.8629%2040.7451%2069.9056Z%22%20fill%3D%22%23478519%22%2F%3E%0A%3Cpath%20d%3D%22M39.408%2070.0267C39.3929%2069.7872%2039.4291%2069.5595%2039.5508%2069.3897C39.6199%2069.2924%2039.7146%2069.2529%2039.818%2069.2529C40.022%2069.2529%2040.2674%2069.4022%2040.4714%2069.5661C40.4925%2069.6444%2040.5076%2069.724%2040.5194%2069.8089C40.3648%2069.7536%2040.2246%2069.7326%2040.0943%2069.7326C39.8213%2069.7326%2039.6054%2069.8366%2039.4633%2069.9728C39.4475%2069.9879%2039.4297%2070.0057%2039.408%2070.0267Z%22%20fill%3D%22%23427415%22%2F%3E%0A%3Cpath%20d%3D%22M42.8714%2068.7909C42.8714%2068.7909%2043.5972%2068.706%2044.6152%2069.441C45.2621%2069.9083%2045.6115%2070.5519%2045.6115%2070.5519C45.6115%2070.5519%2045.8853%2071.1744%2044.9982%2072.199C44.1079%2073.2196%2042.1791%2073.6631%2041.9843%2073.7144C41.7929%2073.7664%2041.119%2069.0798%2042.8714%2068.7909Z%22%20fill%3D%22%2374B72C%22%2F%3E%0A%3Cpath%20d%3D%22M44.2657%2071.1605C43.6584%2071.2%2043.0385%2071.8706%2042.8042%2071.9693C42.5673%2072.0686%2042.589%2071.8416%2042.589%2071.8416L41.7053%2072.0054C41.7447%2072.9557%2041.906%2073.7368%2041.9843%2073.7157C42.1784%2073.6644%2044.1078%2073.2209%2044.9982%2072.2002C45.32%2071.8298%2045.4871%2071.5106%2045.572%2071.2553C45.3923%2071.2645%2045.1798%2071.2342%2044.9613%2071.2066C44.727%2071.175%2044.4875%2071.1447%2044.2657%2071.1605Z%22%20fill%3D%22%236BA025%22%2F%3E%0A%3Cpath%20d%3D%22M41.1092%2073.5657C41.1092%2073.5657%2041.7048%2068.7184%2042.9715%2068.9369C44.1626%2069.1429%2043.9987%2070.3886%2043.1479%2071.273C42.2944%2072.1542%2041.3981%2073.569%2041.3981%2073.569C41.3981%2073.569%2041.0638%2074.0697%2041.1092%2073.5657Z%22%20fill%3D%22%236BA025%22%2F%3E%0A%3Cpath%20d%3D%22M42.3153%2069.0916C42.464%2068.937%2042.6437%2068.831%2042.8589%2068.7909C42.643%2068.831%2042.464%2068.937%2042.3153%2069.0916Z%22%20fill%3D%22%23C8D9C1%22%2F%3E%0A%3Cpath%20d%3D%22M41.7752%2070.4497C41.8147%2070.2102%2041.866%2069.9785%2041.9358%2069.7732C41.866%2069.9785%2041.8147%2070.2095%2041.7752%2070.4497ZM42.2332%2069.1889C42.2609%2069.156%2042.2878%2069.1218%2042.3155%2069.0922C42.2878%2069.1218%2042.2609%2069.156%2042.2332%2069.1889Z%22%20fill%3D%22%235B9C21%22%2F%3E%0A%3Cpath%20d%3D%22M41.9358%2069.7726C42.0121%2069.5469%2042.1095%2069.3495%2042.2339%2069.1882C42.1088%2069.3501%2042.0114%2069.5469%2041.9358%2069.7726Z%22%20fill%3D%22%236EB423%22%2F%3E%0A%3Cpath%20d%3D%22M42.7009%2071.9955C42.6278%2071.9955%2042.6042%2071.9441%2042.5943%2071.9014C42.7733%2071.6789%2042.9621%2071.4631%2043.1471%2071.2723C43.9979%2070.3879%2044.1618%2069.1428%2042.9707%2068.9362C42.9431%2068.9303%2042.9161%2068.9302%2042.8891%2068.9302C42.4239%2068.9302%2042.0534%2069.6107%2041.7744%2070.4491C41.8138%2070.2095%2041.8652%2069.9779%2041.9349%2069.7726C42.0112%2069.5469%2042.1086%2069.3494%2042.233%2069.1882C42.2606%2069.1553%2042.2876%2069.1211%2042.3153%2069.0915C42.464%2068.9369%2042.643%2068.8309%2042.8588%2068.7908C42.8621%2068.7908%2042.8621%2068.7908%2042.8654%2068.7908C42.8654%2068.7908%2042.8654%2068.7908%2042.868%2068.7908C42.868%2068.7908%2042.868%2068.7908%2042.8713%2068.7908C42.8713%2068.7908%2042.8957%2068.7881%2042.9437%2068.7881C42.9621%2068.7881%2042.9865%2068.7881%2043.0102%2068.7881C43.2352%2068.8303%2043.5024%2068.9401%2043.7031%2069.2159C44.119%2069.7864%2043.9821%2070.401%2043.5452%2070.9926C43.3471%2071.2598%2043.0286%2071.6388%2042.7187%2071.9922C42.7134%2071.9922%2042.7075%2071.9955%2042.7009%2071.9955Z%22%20fill%3D%22%235B9C21%22%2F%3E%0A%3Cpath%20d%3D%22M42.1608%2072.6055C42.1733%2072.545%2042.1852%2072.4845%2042.1944%2072.4206C42.2701%2072.318%2042.349%2072.2147%2042.4313%2072.1081C42.4833%2072.0409%2042.5379%2071.9712%2042.5958%2071.9021C42.605%2071.9442%2042.6294%2071.9962%2042.7024%2071.9962C42.7083%2071.9962%2042.7149%2071.9929%2042.7201%2071.9929C42.5188%2072.2226%2042.3214%2072.4391%2042.1608%2072.6055Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M43.1478%2071.273C43.3847%2071.0243%2043.5703%2070.7472%2043.6887%2070.4741C43.6038%2070.3247%2043.4946%2070.1977%2043.3669%2070.1036C43.2814%2070.0457%2043.1938%2070.0188%2043.1024%2070.0188C42.722%2070.0188%2042.291%2070.4866%2041.9271%2071.0151C41.8725%2070.9236%2041.8113%2070.8361%2041.7382%2070.7479C41.7474%2070.6485%2041.7593%2070.5472%2041.7751%2070.4505C42.0547%2069.6128%2042.4252%2068.9316%2042.8898%2068.9316C42.9168%2068.9316%2042.9444%2068.9317%2042.9714%2068.9376C44.1625%2069.1429%2043.998%2070.3886%2043.1478%2071.273Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M42.4306%2072.1081C42.6582%2071.8166%2042.905%2071.5211%2043.1472%2071.2724C42.905%2071.5211%2042.6582%2071.8166%2042.4306%2072.1081ZM42.1818%2071.6916C42.1397%2071.4698%2042.0601%2071.2388%2041.9272%2071.0144C42.2911%2070.486%2042.7221%2070.0181%2043.1024%2070.0181C43.1939%2070.0181%2043.2814%2070.0451%2043.367%2070.103C43.4946%2070.1978%2043.6039%2070.3248%2043.6888%2070.4735C43.5697%2070.7466%2043.3847%2071.0236%2043.1478%2071.2724C43.163%2071.2546%2043.1814%2071.2329%2043.1965%2071.2145C43.1788%2071.2145%2043.1445%2071.2112%2043.1024%2071.2112C42.9109%2071.2118%2042.5102%2071.2698%2042.1818%2071.6916Z%22%20fill%3D%22%23427415%22%2F%3E%0A%3Cpath%20d%3D%22M42.1938%2072.4206C42.2694%2072.3179%2042.3484%2072.2146%2042.4306%2072.108C42.349%2072.214%2042.2701%2072.3173%2042.1938%2072.4206Z%22%20fill%3D%22%23427415%22%2F%3E%0A%3Cpath%20d%3D%22M42.1936%2072.4205C42.2239%2072.1955%2042.2272%2071.9467%2042.1811%2071.6921C42.5095%2071.2696%2042.9103%2071.2123%2043.1018%2071.2123C43.1439%2071.2123%2043.1781%2071.2156%2043.1959%2071.2156C43.1807%2071.2341%2043.1623%2071.2558%2043.1472%2071.2736C42.9043%2071.5223%2042.6582%2071.8171%2042.4305%2072.1093C42.3489%2072.2139%2042.27%2072.3172%2042.1936%2072.4205Z%22%20fill%3D%22%23346310%22%2F%3E%0A%3Cpath%20d%3D%22M36.8291%2069.2133C36.8291%2069.2133%2037.4701%2068.6303%2037.9439%2068.7797C38.415%2068.9284%2038.6579%2069.1501%2039.0073%2069.7246C39.3593%2070.2978%2039.77%2070.9874%2039.7575%2071.5191C39.745%2072.0515%2040.2675%2072.3391%2039.1409%2072.0515C38.0169%2071.7659%2036.8897%2071.4981%2036.7811%2071.0736C36.6745%2070.6472%2035.9487%2070.0852%2036.8291%2069.2133Z%22%20fill%3D%22%2374B72C%22%2F%3E%0A%3Cpath%20d%3D%22M39.1588%2070.3247C38.7857%2069.6048%2038.3448%2069.0093%2037.8953%2068.9251C37.8131%2068.9126%2037.7381%2068.9034%2037.6644%2068.9034C37.4669%2068.9034%2037.3064%2068.958%2037.1873%2069.058C37.1781%2069.058%2037.1662%2069.058%2037.1511%2069.058C37.1452%2069.058%2037.1359%2069.058%2037.1261%2069.058C37.0287%2069.0646%2036.8832%2069.1705%2036.7161%2069.3344C36.7497%2069.2949%2036.7891%2069.2554%2036.8286%2069.2126C36.8286%2069.2126%2037.3333%2068.7546%2037.7762%2068.7546C37.8341%2068.7546%2037.8888%2068.7606%2037.9427%2068.779C38.4139%2068.9277%2038.6567%2069.1495%2039.0061%2069.724C39.0976%2069.8687%2039.1884%2070.0207%2039.2766%2070.1767C39.241%2070.2214%2039.1989%2070.2734%2039.1588%2070.3247Z%22%20fill%3D%22%23A0D54B%22%2F%3E%0A%3Cpath%20d%3D%22M39.1224%2074.7718C39.1224%2074.7718%2035.328%2072.1047%2035.3952%2071.4552C35.4649%2070.8077%2036.7382%2069.0797%2037.1272%2069.0579C37.5128%2069.0375%2037.039%2069.4317%2037.601%2070.328C38.1596%2071.2203%2039.6541%2072.7575%2039.8304%2072.8891C40.0035%2073.0188%2040.2312%2074.7132%2039.1224%2074.7718Z%22%20fill%3D%22%2374B72C%22%2F%3E%0A%3Cpath%20d%3D%22M38.1419%2072.6056C37.8984%2072.4996%2037.6372%2072.3627%2037.3608%2072.1956C37.6859%2072.193%2037.8412%2071.9442%2037.9083%2071.7462C37.9748%2071.7949%2038.0452%2071.8409%2038.1209%2071.883C38.0932%2071.9685%2038.0722%2072.0679%2038.0722%2072.1778C38.0722%2072.2351%2038.0748%2072.2963%2038.084%2072.3588C38.0991%2072.4417%2038.1169%2072.5272%2038.1419%2072.6056Z%22%20fill%3D%22%235B9C21%22%2F%3E%0A%3Cpath%20d%3D%22M36.0094%2072.3055C35.6534%2071.962%2035.4106%2071.6678%2035.3954%2071.4915C35.4106%2071.6678%2035.6534%2071.9613%2036.0094%2072.3055ZM35.3954%2071.4915C35.3954%2071.4915%2035.3954%2071.4914%2035.3954%2071.4888C35.3954%2071.4914%2035.3954%2071.4915%2035.3954%2071.4915ZM35.3954%2071.4888C35.3954%2071.4888%2035.3954%2071.4888%2035.3954%2071.4849C35.3954%2071.4888%2035.3954%2071.4888%2035.3954%2071.4888ZM35.3954%2071.4849C35.3954%2071.4849%2035.3954%2071.4849%2035.3954%2071.4816C35.3954%2071.4849%2035.3954%2071.4849%2035.3954%2071.4849ZM35.3954%2071.4816C35.3954%2071.4789%2035.3954%2071.479%2035.3954%2071.479C35.3954%2071.479%2035.3954%2071.4789%2035.3954%2071.4816ZM35.3954%2071.479V71.4757V71.479ZM35.3954%2071.4757V71.473V71.4757ZM35.3954%2071.473V71.4697V71.473ZM35.3954%2071.4697V71.4664V71.4697ZM35.3954%2071.4664C35.3954%2071.4664%2035.3954%2071.4664%2035.3954%2071.4631C35.3954%2071.4664%2035.3954%2071.4664%2035.3954%2071.4664ZM35.3954%2071.4638C35.3954%2071.4638%2035.3954%2071.4638%2035.3954%2071.4605C35.3954%2071.4638%2035.3954%2071.4638%2035.3954%2071.4638ZM35.3954%2071.4605C35.3954%2071.4605%2035.3954%2071.4605%2035.3954%2071.4579C35.3954%2071.4605%2035.3954%2071.4605%2035.3954%2071.4605ZM35.3954%2071.4579C35.3954%2071.4579%2035.3954%2071.4579%2035.3954%2071.4553C35.3954%2071.4579%2035.3954%2071.4579%2035.3954%2071.4579ZM35.3954%2071.4553C35.4046%2071.373%2035.4349%2071.273%2035.4777%2071.1605C35.4349%2071.273%2035.4046%2071.373%2035.3954%2071.4553Z%22%20fill%3D%22%23C8D9C1%22%2F%3E%0A%3Cpath%20d%3D%22M36.0094%2072.3055C35.6534%2071.962%2035.4106%2071.6678%2035.3954%2071.4915C35.3954%2071.4915%2035.3954%2071.4915%2035.3954%2071.4888C35.3954%2071.4888%2035.3954%2071.4888%2035.3954%2071.4849C35.3954%2071.4849%2035.3954%2071.4849%2035.3954%2071.4816C35.3954%2071.479%2035.3954%2071.479%2035.3954%2071.479V71.4757V71.473V71.4697V71.4665C35.3954%2071.4665%2035.3954%2071.4664%2035.3954%2071.4632C35.3954%2071.4632%2035.3954%2071.4632%2035.3954%2071.4599C35.3954%2071.4599%2035.3954%2071.4599%2035.3954%2071.4573C35.3954%2071.4573%2035.3954%2071.4573%2035.3954%2071.4546C35.4046%2071.3724%2035.4349%2071.2723%2035.4777%2071.1598C35.5902%2070.8683%2035.806%2070.4978%2036.0489%2070.1484C36.0153%2070.6919%2036.1706%2071.3724%2036.9359%2071.9159C37.082%2072.0166%2037.2215%2072.1114%2037.361%2072.1956C37.3584%2072.1956%2037.3584%2072.1956%2037.3584%2072.1956C37.3433%2072.1956%2037.3281%2072.1929%2037.313%2072.1929C37.0971%2072.1804%2036.7997%2072.1627%2036.5082%2072.1627C36.2923%2072.1627%2036.0772%2072.1712%2035.9008%2072.1995C35.9363%2072.2324%2035.9692%2072.268%2036.0094%2072.3055Z%22%20fill%3D%22%235B9C21%22%2F%3E%0A%3Cpath%20d%3D%22M38.2875%2072.9885C37.5557%2072.6029%2036.7687%2072.2601%2036.3159%2072.2601C36.2521%2072.2601%2036.1916%2072.2686%2036.1396%2072.2837C36.1396%2072.2837%2036.1369%2072.2837%2036.1336%2072.2837C36.1211%2072.2837%2036.1001%2072.2837%2036.0692%2072.2903C36.0514%2072.2929%2036.0297%2072.2995%2036.0093%2072.3054C35.9691%2072.2679%2035.9362%2072.2324%2035.8994%2072.1995C36.0757%2072.1712%2036.2909%2072.1627%2036.5068%2072.1627C36.7983%2072.1627%2037.0964%2072.1804%2037.3116%2072.1929C37.3267%2072.1929%2037.3418%2072.1962%2037.357%2072.1962C37.357%2072.1962%2037.357%2072.1962%2037.3596%2072.1962C37.636%2072.3627%2037.8972%2072.4996%2038.1407%2072.6055C38.1815%2072.7398%2038.2296%2072.8674%2038.2875%2072.9885Z%22%20fill%3D%22%23478519%22%2F%3E%0A%3Cpath%20d%3D%22M37.9078%2071.7461C37.2702%2071.2789%2036.9576%2070.559%2036.8326%2069.8989C36.772%2069.5837%2036.8536%2069.3218%2036.978%2069.1158C37.0359%2069.0816%2037.0846%2069.0606%2037.1267%2069.0579C37.1359%2069.0579%2037.1451%2069.0579%2037.1517%2069.0579C37.1662%2069.0579%2037.1794%2069.0579%2037.1879%2069.0579C36.7536%2069.4317%2036.9175%2070.4313%2037.9565%2071.5697C37.9473%2071.6125%2037.9322%2071.6763%2037.9078%2071.7461Z%22%20fill%3D%22%23A0D54B%22%2F%3E%0A%3Cpath%20d%3D%22M38.1204%2071.8829C38.0441%2071.8408%2037.9743%2071.7948%2037.9072%2071.7461C37.9322%2071.6763%2037.9467%2071.6125%2037.9559%2071.5697C38.0046%2071.621%2038.0559%2071.6756%2038.1079%2071.7302C38.123%2071.7487%2038.1415%2071.7645%2038.1566%2071.779C38.1474%2071.7941%2038.1415%2071.8125%2038.1349%2071.8309C38.1296%2071.8467%2038.1237%2071.8645%2038.1204%2071.8829Z%22%20fill%3D%22%238FC642%22%2F%3E%0A%3Cpath%20d%3D%22M40.2379%2073.1432C40.1832%2072.9003%2039.0777%2069.1428%2037.8952%2068.925C36.714%2068.7118%2036.5231%2070.1062%2038.1084%2071.731C39.6937%2073.3557%2040.5564%2074.604%2040.2379%2073.1432Z%22%20fill%3D%22%236BA025%22%2F%3E%0A%3Cpath%20d%3D%22M38.1572%2071.7796C38.142%2071.7652%2038.1236%2071.7494%2038.1085%2071.731C38.1236%2071.7494%2038.142%2071.7652%2038.1572%2071.7796Z%22%20fill%3D%22%2370A832%22%2F%3E%0A%3Cpath%20d%3D%22M38.1573%2071.7796C38.1421%2071.7652%2038.1237%2071.7494%2038.1086%2071.731C38.1237%2071.7494%2038.1421%2071.7652%2038.1573%2071.7796ZM38.1086%2071.731C37.5189%2071.1269%2037.1728%2070.5524%2037.0366%2070.0819C37.1425%2069.9081%2037.3005%2069.787%2037.5407%2069.787C37.6288%2069.787%2037.7262%2069.8022%2037.8328%2069.8384C38.2915%2069.9812%2038.6738%2070.2589%2038.9693%2070.5767C38.8114%2070.7919%2038.6495%2071.0209%2038.5258%2071.2025C38.4955%2071.1749%2038.4679%2071.1479%2038.4376%2071.1209C38.1401%2070.8472%2037.9092%2070.7531%2037.7328%2070.7531C37.5992%2070.7531%2037.4992%2070.807%2037.4202%2070.8801C37.5953%2071.1505%2037.823%2071.4362%2038.1086%2071.731Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M38.1571%2071.7797C38.1419%2071.7652%2038.1235%2071.7495%2038.1084%2071.731C37.8228%2071.4362%2037.5951%2071.1506%2037.4187%2070.8808C37.4977%2070.8078%2037.5977%2070.7538%2037.7313%2070.7538C37.9077%2070.7538%2038.1387%2070.8479%2038.4361%2071.1217C38.4664%2071.1487%2038.494%2071.1756%2038.5243%2071.2033C38.3815%2071.4125%2038.2814%2071.5586%2038.2814%2071.5586C38.2814%2071.5586%2038.2143%2071.6396%2038.1571%2071.7797Z%22%20fill%3D%22%23427415%22%2F%3E%0A%3Cpath%20d%3D%22M44.1532%2071.3822C44.1532%2071.3822%2045.8089%2071.3908%2046.4834%2071.6428C46.9183%2071.8047%2047.304%2072.67%2046.5624%2073.5228C45.8188%2074.3737%2044.9587%2074.5343%2044.9587%2074.5343L41.9606%2074.531L41.113%2074.1664C41.1123%2074.1671%2042.6647%2071.4144%2044.1532%2071.3822Z%22%20fill%3D%22%238CD32F%22%2F%3E%0A%3Cpath%20d%3D%22M46.5618%2073.5229C46.6322%2073.4373%2046.6927%2073.3551%2046.7447%2073.2735C46.3038%2073.5683%2046.14%2073.538%2045.9031%2073.5071C45.7879%2073.492%2045.657%2073.4768%2045.4688%2073.4979C44.7489%2073.5867%2043.9743%2073.5768%2043.3084%2073.9171C42.8313%2074.1599%2042.264%2074.3757%2042.6431%2074.531L44.9581%2074.5343C44.9581%2074.535%2045.8182%2074.3737%2046.5618%2073.5229Z%22%20fill%3D%22%2374B72C%22%2F%3E%0A%3Cpath%20d%3D%22M41.4647%2074.0756C41.4647%2074.0756%2046.6225%2073.3774%2046.0915%2074.835C45.6236%2076.1136%2043.9982%2076.0984%2042.9019%2075.4812C41.6384%2074.7718%2040.1071%2073.9611%2041.4647%2074.0756Z%22%20fill%3D%22%236BA025%22%2F%3E%0A%3Cpath%20d%3D%22M44.1653%2075.6254C43.9593%2075.6254%2043.7277%2075.5971%2043.5007%2075.5583C43.5132%2075.534%2043.5217%2075.5096%2043.5336%2075.482C44.0502%2075.482%2044.5029%2075.2977%2044.5693%2074.8443C44.5996%2074.6403%2044.2015%2074.5193%2043.7461%2074.4469C43.7488%2074.3159%2043.7402%2074.1731%2043.7218%2074.0217C43.7705%2074.0217%2043.8159%2074.0217%2043.8613%2074.0217C44.11%2074.0217%2044.3048%2074.0316%2044.3897%2074.0494C44.6753%2074.1159%2045.0155%2074.5712%2045.0181%2074.9904C45.0181%2075.1674%2044.9576%2075.3365%2044.8023%2075.4642C44.6812%2075.5708%2044.4805%2075.6162%2044.2403%2075.6261C44.2173%2075.6254%2044.193%2075.6254%2044.1653%2075.6254Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M43.5334%2075.482C43.5459%2075.4543%2043.561%2075.4214%2043.5728%2075.3911C43.5761%2075.376%2043.582%2075.3635%2043.5886%2075.349C43.6735%2075.1154%2043.7433%2074.814%2043.7459%2074.4468C44.2013%2074.5186%2044.5994%2074.6409%2044.5691%2074.8443C44.5027%2075.2977%2044.0499%2075.482%2043.5334%2075.482Z%22%20fill%3D%22%23427415%22%2F%3E%0A%3Cpath%20d%3D%22M41.2495%2074.1269C41.2495%2074.1269%2043.9896%2073.9565%2044.3904%2074.0486C44.7944%2074.142%2045.3163%2075.0265%2044.803%2075.4627C44.293%2075.9043%2042.4004%2075.314%2042.2609%2075.2055C42.1214%2075.0956%2041.7325%2075.0857%2041.7325%2075.0857C41.7325%2075.0857%2043.525%2075.8207%2044.0501%2075.9708C44.5726%2076.1195%2046.0947%2075.8701%2046.3376%2075.8036C46.5804%2075.7332%2047.2523%2074.8981%2046.8633%2074.3881C46.4777%2073.8782%2045.9829%2073.8117%2045.9829%2073.8117C45.9829%2073.8117%2044.88%2073.8236%2043.8383%2073.8196C42.7952%2073.8176%2041.3679%2074.0308%2041.2495%2074.1269Z%22%20fill%3D%22%238CD32F%22%2F%3E%0A%3Cpath%20d%3D%22M46.2465%2075.6465C45.9458%2075.5096%2045.8241%2075.5734%2045.0041%2075.7011C44.7462%2075.7405%2044.4816%2075.6978%2044.2414%2075.6254C43.4853%2075.6464%2042.3673%2075.2878%2042.2607%2075.2062C42.2271%2075.1819%2042.1817%2075.1608%2042.1304%2075.145C42.1515%2075.1852%2042.1758%2075.2299%2042.2061%2075.2786C42.774%2075.5096%2043.6972%2075.8702%2044.0499%2075.9715C44.5724%2076.1202%2046.0945%2075.8709%2046.3373%2075.8044C46.4045%2075.7833%2046.5045%2075.7037%2046.6078%2075.5912C46.5012%2075.6609%2046.3735%2075.707%2046.2465%2075.6465Z%22%20fill%3D%22%2374B72C%22%2F%3E%0A%3Cpath%20d%3D%22M44.5968%2075.7038C44.475%2075.6886%2044.3566%2075.6583%2044.2414%2075.6254C44.4816%2075.6156%2044.6816%2075.5702%2044.8034%2075.4636C44.9587%2075.3366%2045.0192%2075.1668%2045.0192%2074.9898C45.0166%2074.5706%2044.6764%2074.1152%2044.3908%2074.0487C44.3059%2074.031%2044.1111%2074.0211%2043.8624%2074.0211C43.817%2074.0211%2043.7709%2074.0211%2043.7229%2074.0211C43.7136%2073.9566%2043.7011%2073.8908%2043.6893%2073.8198C43.7314%2073.8198%2043.7742%2073.8198%2043.817%2073.8198C43.8229%2073.8198%2043.8321%2073.8198%2043.838%2073.8198C43.8624%2073.8198%2043.8834%2073.8198%2043.9051%2073.8198C43.9657%2073.8198%2044.0269%2073.8198%2044.0867%2073.8198C44.09%2073.8198%2044.09%2073.8198%2044.0933%2073.8198C44.3243%2073.8408%2044.5152%2073.8783%2044.6158%2073.9395C45.0047%2074.1705%2045.3265%2074.6081%2045.1048%2075.2122C45.01%2075.4609%2044.8218%2075.6156%2044.5968%2075.7038Z%22%20fill%3D%22%236EB423%22%2F%3E%0A%3Cpath%20d%3D%22M44.0896%2075.7892C43.9099%2075.7892%2043.7369%2075.7622%2043.5849%2075.7161C43.5362%2075.7017%2043.4881%2075.6885%2043.4362%2075.6793C43.4572%2075.6431%2043.4789%2075.6043%2043.5%2075.5609C43.7277%2075.6003%2043.9587%2075.6253%2044.1686%2075.6253C44.1929%2075.6253%2044.2173%2075.6253%2044.241%2075.6253C44.3561%2075.6582%2044.4746%2075.6885%2044.5963%2075.7036C44.439%2075.7648%2044.2627%2075.7892%2044.0896%2075.7892Z%22%20fill%3D%22%235B9C21%22%2F%3E%0A%3Cpath%20d%3D%22M41.3377%2073.6815C41.3377%2073.6815%2043.4243%2070.9565%2044.4759%2071.5672C45.5268%2072.1785%2045.1656%2072.9195%2044.2088%2073.4196C43.2519%2073.921%2041.5996%2074.0579%2041.5996%2074.0579C41.5996%2074.0579%2040.7263%2074.258%2041.3377%2073.6815Z%22%20fill%3D%22%236BA025%22%2F%3E%0A%3Cpath%20d%3D%22M44.3382%2071.3843C44.2776%2071.3816%2044.2263%2071.3817%2044.1954%2071.3817C44.2263%2071.3823%2044.2743%2071.3823%2044.3382%2071.3843ZM44.15%2071.3823C44.15%2071.3823%2044.15%2071.3823%2044.1526%2071.3823C44.15%2071.3823%2044.15%2071.3823%2044.15%2071.3823Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M43.6763%2073.7664C43.6736%2073.7388%2043.6671%2073.7151%2043.6611%2073.6875C43.9165%2073.6052%2044.156%2073.4835%2044.335%2073.3499C45.1951%2072.8524%2045.4767%2072.1502%2044.4745%2071.5672C44.3679%2071.506%2044.2527%2071.4791%2044.1284%2071.4791C43.5085%2071.4791%2042.707%2072.1713%2042.1206%2072.782C42.1266%2072.7576%2042.1325%2072.734%2042.1384%2072.7096C42.7004%2072.0437%2043.4302%2071.4001%2044.1468%2071.3817C44.1501%2071.3817%2044.1501%2071.3817%2044.1501%2071.3817C44.1501%2071.3817%2044.1501%2071.3817%2044.1527%2071.3817C44.1527%2071.3817%2044.1678%2071.3817%2044.1948%2071.3817C44.2251%2071.3817%2044.2771%2071.3816%2044.3376%2071.3843C44.3955%2071.4053%2044.4561%2071.4304%2044.514%2071.46C45.3254%2071.9127%2045.4129%2072.5912%2044.8759%2073.1156C44.6719%2073.317%2044.356%2073.5131%2043.9948%2073.6809C43.8888%2073.7026%2043.7829%2073.7329%2043.6763%2073.7664Z%22%20fill%3D%22%236EB423%22%2F%3E%0A%3Cpath%20d%3D%22M43.6856%2073.8085C43.6823%2073.794%2043.679%2073.7815%2043.6764%2073.7663C43.783%2073.7328%2043.8889%2073.7025%2043.9949%2073.6815C43.8955%2073.7269%2043.7922%2073.769%2043.6856%2073.8085Z%22%20fill%3D%22%235B9C21%22%2F%3E%0A%3Cpath%20d%3D%22M44.3357%2073.3499C44.6699%2073.0978%2044.7851%2072.7879%2044.3633%2072.5517C44.2659%2072.4964%2044.1567%2072.4753%2044.0408%2072.4753C43.5578%2072.4753%2042.9412%2072.8708%2042.5128%2073.1979C42.3483%2073.186%2042.1726%2073.1775%2041.9871%2073.165C42.0325%2073.0617%2042.0785%2072.9313%2042.1213%2072.7826C42.7076%2072.1713%2043.5091%2071.4797%2044.129%2071.4797C44.2534%2071.4797%2044.3692%2071.5067%2044.4752%2071.5679C45.4774%2072.1503%2045.1951%2072.8524%2044.3357%2073.3499Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M43.6613%2073.6868C43.658%2073.6749%2043.6553%2073.6631%2043.652%2073.6499C43.8495%2073.5828%2044.0409%2073.5071%2044.2081%2073.4189C44.2535%2073.3946%2044.293%2073.3735%2044.3358%2073.3492C44.1561%2073.4834%2043.9166%2073.6045%2043.6613%2073.6868Z%22%20fill%3D%22%2356991A%22%2F%3E%0A%3Cpath%20d%3D%22M43.6519%2073.6505C43.6309%2073.5722%2043.6098%2073.4866%2043.5822%2073.4017C43.5822%2073.4017%2043.521%2073.2958%2043.1965%2073.2583C43.0175%2073.2412%2042.7833%2073.2188%2042.5128%2073.1971C42.9412%2072.87%2043.5572%2072.4745%2044.0408%2072.4745C44.156%2072.4745%2044.2659%2072.4956%2044.3633%2072.5509C44.7851%2072.7871%2044.6699%2073.0971%2044.3356%2073.3491C44.2929%2073.3734%2044.2534%2073.3945%2044.208%2073.4189C44.0408%2073.5077%2043.8493%2073.5834%2043.6519%2073.6505Z%22%20fill%3D%22%23427415%22%2F%3E%0A%3Cpath%20d%3D%22M36.1402%2072.2837C36.1402%2072.2837%2035.3926%2072.2324%2034.7846%2073.9243C34.7846%2073.9243%2034.2108%2075.3187%2034.5635%2075.5944C34.9155%2075.8675%2036.4225%2075.9373%2038.2361%2075.6464C40.053%2075.3575%2040.4267%2075.1417%2040.4267%2075.1417C40.4267%2075.1417%2040.3748%2074.325%2039.9648%2074.0052C39.5542%2073.6848%2036.9022%2072.0501%2036.1402%2072.2837Z%22%20fill%3D%22%238CD32F%22%2F%3E%0A%3Cpath%20d%3D%22M35.5566%2075.1818C35.4717%2075.1818%2035.3624%2075.1634%2035.2381%2075.1265C34.7945%2074.9929%2034.6517%2074.7073%2034.6215%2074.6106C34.5879%2074.5165%2034.9248%2073.7999%2035.065%2073.4866C35.1341%2073.332%2035.1433%2073.2682%2035.1466%2073.2682C35.1525%2073.2682%2035.1525%2073.3346%2035.2071%2073.438C35.2071%2073.438%2035.4684%2073.9243%2035.8816%2074.1921C36.2949%2074.4586%2036.793%2074.5843%2036.6956%2074.6317C36.5983%2074.6777%2035.6415%2074.6415%2035.7724%2074.8877C35.8665%2075.0653%2035.7783%2075.1818%2035.5566%2075.1818ZM35.0374%2073.6657C34.9702%2073.6657%2034.9426%2073.9782%2034.8584%2074.173C34.761%2074.4014%2034.6215%2074.631%2034.8163%2074.7745C34.938%2074.8627%2035.1229%2074.9015%2035.2631%2074.9015C35.3473%2074.9015%2035.4177%2074.887%2035.4447%2074.86C35.5237%2074.7837%2035.3473%2074.5737%2035.4993%2074.4586C35.6513%2074.3434%2035.9369%2074.3257%2035.6303%2074.2105C35.3262%2074.098%2035.0768%2073.6966%2035.0768%2073.6966C35.061%2073.6755%2035.0492%2073.6657%2035.0374%2073.6657Z%22%20fill%3D%22%23B0E54E%22%2F%3E%0A%3Cpath%20d%3D%22M38.1632%2075.6583C38.1876%2075.6557%2038.2112%2075.6524%2038.2356%2075.6465C38.3086%2075.634%2038.3817%2075.6255%2038.4481%2075.6123C38.3817%2075.6255%2038.3086%2075.634%2038.2356%2075.6465C38.2112%2075.6524%2038.1876%2075.6557%2038.1632%2075.6583Z%22%20fill%3D%22%23477319%22%2F%3E%0A%3Cpath%20d%3D%22M34.5636%2075.5911H34.5603H34.5636ZM34.5603%2075.5911C34.5426%2075.576%2034.5274%2075.5582%2034.5116%2075.5372C34.5268%2075.5582%2034.5419%2075.576%2034.5603%2075.5911Z%22%20fill%3D%22%239D453D%22%2F%3E%0A%3Cpath%20d%3D%22M34.5116%2075.5371C34.4991%2075.5154%2034.4872%2075.4917%2034.4787%2075.4641C34.4872%2075.4917%2034.4991%2075.5154%2034.5116%2075.5371Z%22%20fill%3D%22%23701F1C%22%2F%3E%0A%3Cpath%20d%3D%22M34.4602%2075.3852C34.4326%2075.2213%2034.4628%2075.0028%2034.5115%2074.7804C34.4628%2075.0028%2034.4326%2075.2213%2034.4602%2075.3852Z%22%20fill%3D%22%23477319%22%2F%3E%0A%3Cpath%20d%3D%22M34.4788%2075.464C34.4689%2075.439%2034.4636%2075.4127%2034.4603%2075.3851C34.463%2075.4127%2034.4715%2075.439%2034.4788%2075.464Z%22%20fill%3D%22%23386213%22%2F%3E%0A%3Cpath%20d%3D%22M36.064%2075.8345C36.0613%2075.8345%2036.0554%2075.8345%2036.0515%2075.8345C35.8113%2075.8345%2035.5961%2075.8247%2035.4046%2075.8076C35.3533%2075.8043%2035.3046%2075.7977%2035.2552%2075.7917C34.9578%2075.7549%2034.7354%2075.6977%2034.6083%2075.6213C34.5906%2075.6121%2034.5754%2075.6042%2034.5629%2075.5943C34.5629%2075.5943%2034.5629%2075.5943%2034.5629%2075.591H34.5596C34.5419%2075.5759%2034.5267%2075.5582%2034.5109%2075.5371C34.4984%2075.5154%2034.4866%2075.4917%2034.4781%2075.4634C34.4715%2075.4391%2034.4629%2075.4127%2034.4596%2075.3851C34.432%2075.2212%2034.4623%2075.0027%2034.5109%2074.7803C34.5202%2074.7435%2034.5261%2074.7112%2034.5353%2074.6777C34.6051%2074.9929%2034.8696%2075.291%2035.5803%2075.3462C35.7843%2075.3607%2035.9784%2075.3673%2036.1666%2075.3673C37.4426%2075.3673%2038.3112%2075.0356%2038.2323%2074.6382C38.3329%2074.6448%2038.4303%2074.6481%2038.5244%2074.6481C38.5271%2074.6481%2038.5303%2074.6481%2038.5336%2074.6481C38.5303%2074.8481%2038.5192%2075.064%2038.4876%2075.2831C38.4731%2075.4108%2038.458%2075.5193%2038.4481%2075.6134C38.3816%2075.6266%2038.3086%2075.6351%2038.2355%2075.6476C38.2112%2075.6536%2038.1875%2075.6569%2038.1632%2075.6595C38.0414%2075.6779%2037.923%2075.6963%2037.8045%2075.7108C37.1603%2075.795%2036.5654%2075.8345%2036.064%2075.8345Z%22%20fill%3D%22%236EB423%22%2F%3E%0A%3Cpath%20d%3D%22M35.2524%2072.9549C35.559%2072.493%2035.8486%2072.3502%2036.0091%2072.3054C35.8486%2072.3502%2035.559%2072.493%2035.2524%2072.9549Z%22%20fill%3D%22%23E4FFBA%22%2F%3E%0A%3Cpath%20d%3D%22M36.0092%2072.3055C36.0302%2072.299%2036.0513%2072.2924%2036.0691%2072.2904C36.0513%2072.2924%2036.0302%2072.299%2036.0092%2072.3055Z%22%20fill%3D%22%2381B83B%22%2F%3E%0A%3Cpath%20d%3D%22M38.2322%2074.6376C37.2451%2074.5895%2035.9902%2074.2974%2035.4532%2073.6604C35.2407%2073.4083%2035.2038%2073.1675%2035.2525%2072.9556C35.5592%2072.4936%2035.8487%2072.3508%2036.0093%2072.3061C36.0303%2072.2995%2036.0514%2072.2929%2036.0692%2072.291C36.0994%2072.2844%2036.1212%2072.2844%2036.1337%2072.2844C36.137%2072.2844%2036.1396%2072.2844%2036.1396%2072.2844C36.1909%2072.2692%2036.2521%2072.2607%2036.3159%2072.2607C36.7687%2072.2607%2037.5551%2072.6035%2038.2875%2072.9891C38.3085%2073.0378%2038.3329%2073.0839%2038.3572%2073.1293C37.7163%2072.7773%2036.8503%2072.3732%2036.237%2072.3732C36.0429%2072.3732%2035.8724%2072.412%2035.7447%2072.5068C34.8972%2073.1385%2035.6296%2074.0743%2037.2576%2074.3316C37.6038%2074.3862%2037.9163%2074.4316%2038.1986%2074.4684C38.196%2074.5046%2038.2026%2074.5501%2038.2204%2074.5994C38.2269%2074.6106%2038.2296%2074.6257%2038.2322%2074.6376Z%22%20fill%3D%22%23B0E54E%22%2F%3E%0A%3Cpath%20d%3D%22M38.5244%2074.6468C38.4303%2074.6468%2038.3329%2074.6436%2038.2322%2074.637C38.2296%2074.6251%2038.227%2074.61%2038.2204%2074.5981C38.2026%2074.5488%2038.1954%2074.5027%2038.1986%2074.4672C38.3145%2074.4823%2038.427%2074.4974%2038.533%2074.5099C38.533%2074.554%2038.533%2074.6008%2038.533%2074.6462C38.5303%2074.6468%2038.5277%2074.6468%2038.5244%2074.6468Z%22%20fill%3D%22%239CD344%22%2F%3E%0A%3Cpath%20d%3D%22M39.2139%2073.6447C39.2139%2073.6447%2036.5922%2071.8765%2035.7446%2072.5063C34.8971%2073.138%2035.6295%2074.0738%2037.2575%2074.3311C38.8888%2074.5897%2039.8364%2074.6377%2040.0582%2074.6259C40.28%2074.614%2039.791%2073.9573%2039.2139%2073.6447Z%22%20fill%3D%22%236BA025%22%2F%3E%0A%3Cpath%20d%3D%22M38.5336%2074.5105C38.169%2074.4651%2037.7439%2074.4066%2037.2583%2074.3309C37.7439%2074.4066%2038.169%2074.4651%2038.5336%2074.5105ZM37.255%2074.3309C36.4798%2074.2065%2035.9086%2073.9301%2035.6144%2073.6077C35.7421%2073.5202%2035.9211%2073.4649%2036.1639%2073.459C36.1883%2073.4557%2036.2126%2073.4557%2036.237%2073.4557C36.6772%2073.4557%2037.1517%2073.5774%2037.5432%2073.6952C37.9347%2073.8143%2038.2421%2073.9354%2038.3447%2073.9354C38.4053%2073.9354%2038.3967%2073.8933%2038.296%2073.786C38.0045%2073.4853%2038.1894%2073.2642%2038.3658%2073.1418C38.4237%2073.251%2038.4869%2073.3537%2038.5507%2073.4491C38.4934%2073.4761%2038.4994%2073.6676%2038.5145%2073.9532C38.1618%2073.9137%2037.6972%2073.8716%2037.3024%2073.8716C36.8226%2073.8716%2036.4423%2073.9315%2036.4791%2074.1348C36.7075%2074.2184%2036.9654%2074.2855%2037.255%2074.3309Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M38.5335%2074.5106C38.1689%2074.4652%2037.7438%2074.4066%2037.2582%2074.3309C37.2582%2074.3309%2037.2582%2074.3309%2037.2555%2074.3309C36.9667%2074.2855%2036.708%2074.2184%2036.4803%2074.1361C36.4435%2073.9321%2036.8232%2073.8729%2037.3036%2073.8729C37.6984%2073.8729%2038.1637%2073.915%2038.5157%2073.9545C38.5216%2074.1151%2038.5335%2074.3039%2038.5335%2074.5106Z%22%20fill%3D%22%23427415%22%2F%3E%0A%3Cpath%20d%3D%22M39.1443%2074.1421C39.1443%2074.1421%2038.2481%2073.3499%2038.0835%2072.3595C38.0079%2071.889%2038.2816%2071.558%2038.2816%2071.558C38.2816%2071.558%2039.1022%2070.3215%2039.4635%2069.9727C39.8247%2069.6233%2040.6598%2069.495%2041.7081%2070.7104C42.7557%2071.9291%2041.8595%2073.4354%2041.8595%2073.4354C41.8595%2073.4354%2039.3174%2074.1336%2039.1443%2074.1421Z%22%20fill%3D%22%238CD32F%22%2F%3E%0A%3Cpath%20d%3D%22M39.5272%2074.5527C39.5272%2074.5527%2037.5096%2072.0317%2038.4908%2071.6336C39.4752%2071.2361%2040.5472%2073.384%2039.5272%2074.5527Z%22%20fill%3D%22%236BA025%22%2F%3E%0A%3Cpath%20d%3D%22M38.0723%2072.1784C38.0723%2072.0685%2038.0934%2071.9692%2038.121%2071.8836C38.0934%2071.9685%2038.0723%2072.0685%2038.0723%2072.1784Z%22%20fill%3D%22%23478519%22%2F%3E%0A%3Cpath%20d%3D%22M38.1202%2071.883C38.1228%2071.8646%2038.1294%2071.8462%2038.1347%2071.8317C38.1294%2071.8469%2038.1235%2071.8646%2038.1202%2071.883Z%22%20fill%3D%22%2370A832%22%2F%3E%0A%3Cpath%20d%3D%22M38.5519%2073.4504C38.3479%2073.1497%2038.1537%2072.77%2038.0833%2072.3594C38.0748%2072.2962%2038.0715%2072.2357%2038.0715%2072.1784C38.0715%2072.0685%2038.0925%2071.9691%2038.1202%2071.8836C38.1228%2071.8652%2038.1294%2071.8467%2038.1347%2071.8323C38.1741%2071.7257%2038.2202%2071.6473%2038.2505%2071.6033C38.3472%2071.5276%2038.4939%2071.446%2038.6696%2071.4216C38.6479%2071.4348%2038.6302%2071.446%2038.6117%2071.4585C38.6117%2071.4585%2038.7124%2071.4282%2038.8605%2071.4282C38.8789%2071.4282%2038.8967%2071.4282%2038.9177%2071.4315C39.0823%2071.4644%2039.2672%2071.5559%2039.4587%2071.7448C39.9265%2072.2021%2040.1029%2072.7621%2040.1549%2073.1543C40.0785%2073.1569%2040.0029%2073.1628%2039.9272%2073.1661C39.8423%2072.3396%2039.3047%2071.5875%2038.7361%2071.5875C38.6545%2071.5875%2038.5723%2071.6013%2038.49%2071.6355C37.9642%2071.8481%2038.2985%2072.6654%2038.721%2073.382C38.6664%2073.403%2038.6209%2073.4234%2038.5755%2073.4484C38.5722%2073.4484%2038.569%2073.4484%2038.5663%2073.4484C38.5604%2073.4465%2038.5551%2073.4465%2038.5519%2073.4504Z%22%20fill%3D%22%236EB423%22%2F%3E%0A%3Cpath%20d%3D%22M38.7216%2073.3807C38.2991%2072.6641%2037.9655%2071.8468%2038.4906%2071.6342C38.5729%2071.6%2038.6552%2071.5862%2038.7368%2071.5862C39.3053%2071.5862%2039.8429%2072.339%2039.9278%2073.1649C39.8699%2072.5917%2039.5909%2072.0534%2039.2349%2071.777C39.1744%2071.9238%2039.1408%2072.1087%2039.1625%2072.3423C39.1928%2072.676%2039.281%2072.9707%2039.408%2073.2195C39.1408%2073.2557%2038.9039%2073.3096%2038.7216%2073.3807Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M41.9869%2073.165C41.6802%2073.1505%2041.3485%2073.1406%2041.0175%2073.138C41.0208%2073.1347%2041.0208%2073.1347%2041.0235%2073.1347C41.5585%2072.9465%2041.9658%2072.6846%2042.1567%2072.3628C42.1718%2072.3384%2042.1902%2072.3147%2042.2054%2072.2838C42.1784%2072.6451%2042.0751%2072.9577%2041.9869%2073.165Z%22%20fill%3D%22%236EB423%22%2F%3E%0A%3Cpath%20d%3D%22M39.408%2073.2195C39.281%2072.9708%2039.1928%2072.676%2039.1626%2072.3424C39.1409%2072.1088%2039.1744%2071.9232%2039.235%2071.7771C39.591%2072.0535%2039.87%2072.5918%2039.9279%2073.1649C39.7456%2073.1768%2039.5719%2073.1945%2039.408%2073.2195Z%22%20fill%3D%22%23396B12%22%2F%3E%0A%3Cpath%20d%3D%22M43.5822%2073.4017C43.5822%2073.4017%2043.521%2073.2958%2043.1966%2073.2583C42.197%2073.1497%2039.4358%2072.976%2038.5764%2073.4465C38.5764%2073.4465%2039.3351%2074.7744%2038.4731%2076.1892C38.4731%2076.1892%2041.9634%2076.286%2043.2637%2075.9339C43.2631%2075.9346%2044.0896%2075.0238%2043.5822%2073.4017Z%22%20fill%3D%22%238CD32F%22%2F%3E%0A%3Cpath%20d%3D%22M41.7081%2076.1412C42.3188%2076.1011%2042.8834%2076.0386%2043.2631%2075.9346C42.8834%2076.0386%2042.3188%2076.1011%2041.7081%2076.1412Z%22%20fill%3D%22%239D221E%22%2F%3E%0A%3Cpath%20d%3D%22M41.4074%2076.1592C41.5074%2076.1532%2041.6081%2076.1466%2041.7081%2076.1414C41.6081%2076.1473%2041.5074%2076.1539%2041.4074%2076.1592Z%22%20fill%3D%22%23811816%22%2F%3E%0A%3Cpath%20d%3D%22M39.554%2076.2018C39.5054%2076.2018%2039.4573%2076.2018%2039.4119%2076.2018C39.4573%2076.2018%2039.5027%2076.2018%2039.5514%2076.2018C40.089%2076.2018%2040.7603%2076.1932%2041.4071%2076.1597C40.7603%2076.1932%2040.089%2076.2018%2039.554%2076.2018Z%22%20fill%3D%22%23477319%22%2F%3E%0A%3Cpath%20d%3D%22M43.5729%2075.3911C43.5762%2075.376%2043.5821%2075.3635%2043.5887%2075.349C43.5821%2075.3635%2043.5762%2075.376%2043.5729%2075.3911Z%22%20fill%3D%22%23346310%22%2F%3E%0A%3Cpath%20d%3D%22M39.5514%2076.2018C39.5027%2076.2018%2039.4567%2076.2018%2039.4119%2076.2018C39.102%2076.2018%2038.8434%2076.1965%2038.6795%2076.1932C38.871%2076.0465%2039.0658%2075.8346%2039.1869%2075.6095C39.2145%2075.5608%2039.2356%2075.5068%2039.2474%2075.4417C39.3909%2075.6365%2039.6791%2075.8372%2040.2713%2075.901C40.5964%2075.9372%2040.9274%2075.9556%2041.2492%2075.9556C42.1698%2075.9556%2043.0141%2075.8069%2043.3964%2075.5088C43.4668%2075.4535%2043.5307%2075.3996%2043.5886%2075.3483C43.582%2075.3627%2043.5761%2075.3752%2043.5728%2075.3904C43.4339%2075.7457%2043.2635%2075.9333%2043.2635%2075.9333C42.8838%2076.0372%2042.3185%2076.1004%2041.7085%2076.1399C41.6085%2076.1458%2041.5078%2076.1524%2041.4078%2076.1577C40.7603%2076.1932%2040.089%2076.2018%2039.5514%2076.2018Z%22%20fill%3D%22%236EB423%22%2F%3E%0A%3Cpath%20d%3D%22M38.679%2076.1933C38.5481%2076.1893%2038.4731%2076.1893%2038.4731%2076.1893L38.4764%2076.1867C38.5007%2076.1867%2038.5277%2076.1807%2038.5527%2076.1715C38.5705%2076.1781%2038.5856%2076.1867%2038.6007%2076.1933C38.6244%2076.1933%2038.6488%2076.1933%2038.679%2076.1933ZM39.247%2075.4417C39.1805%2075.3542%2039.1469%2075.266%2039.1318%2075.193C39.1318%2075.1904%2039.1318%2075.1904%2039.1318%2075.1871C39.1318%2075.1812%2039.1318%2075.1719%2039.1318%2075.1627C39.1318%2075.1601%2039.1318%2075.1568%2039.1291%2075.1535C39.1291%2075.1502%2039.1291%2075.1502%2039.1291%2075.1502C39.1291%2075.1358%2039.1292%2075.1232%2039.1265%2075.1081C39.1265%2075.1048%2039.1265%2075.0989%2039.1265%2075.0956V75.093C39.1265%2075.0831%2039.1232%2075.0746%2039.1232%2075.0647C39.1206%2075.0502%2039.1206%2075.0377%2039.1173%2075.0232C39.114%2074.9989%2039.1107%2074.9778%2039.1074%2074.9561C39.1048%2074.9528%2039.1048%2074.9462%2039.1048%2074.941C39.1022%2074.9225%2039.0949%2074.9041%2039.0923%2074.8837C39.0864%2074.8528%2039.0805%2074.8225%2039.0739%2074.7916C39.0739%2074.7883%2039.0739%2074.7883%2039.0713%2074.7857C39.0653%2074.7462%2039.0561%2074.7067%2039.0436%2074.6639C39.0436%2074.658%2039.041%2074.6488%2039.0377%2074.6396C38.9949%2074.4639%2038.9403%2074.2691%2038.8857%2074.0927C38.8771%2074.0684%2038.8705%2074.0441%2038.8613%2074.0204C38.758%2073.7104%2038.6481%2073.461%2038.5757%2073.4459C38.606%2073.4287%2038.6422%2073.413%2038.6758%2073.3985C38.7087%2073.44%2038.7455%2073.4946%2038.7876%2073.5716C39.0351%2074.0026%2039.3595%2074.9225%2039.247%2075.4417Z%22%20fill%3D%22%236EB423%22%2F%3E%0A%3Cpath%20d%3D%22M38.679%2076.1933C38.6488%2076.1933%2038.6244%2076.1933%2038.6001%2076.1933C38.5856%2076.1868%2038.5698%2076.1782%2038.5514%2076.1716C38.706%2076.1144%2038.8554%2075.9018%2038.962%2075.6827C39.0502%2075.507%2039.1107%2075.3273%2039.1291%2075.224C39.1291%2075.2181%2039.1291%2075.2069%2039.1318%2075.1937C39.1469%2075.2668%2039.1805%2075.355%2039.2469%2075.4425C39.2351%2075.5077%2039.214%2075.5616%2039.1864%2075.6103C39.0653%2075.8347%2038.8705%2076.0466%2038.679%2076.1933Z%22%20fill%3D%22%2356991A%22%2F%3E%0A%3Cpath%20d%3D%22M40.2378%2073.1433C40.2378%2073.1433%2040.3319%2072.8945%2039.8548%2072.0594C39.5725%2071.5613%2039.1869%2071.4429%2038.9191%2071.431C38.8677%2071.4185%2038.819%2071.4152%2038.7703%2071.4152C38.7368%2071.4152%2038.7032%2071.4192%2038.6703%2071.4218C38.8342%2071.3251%2039.05%2071.258%2039.2685%2071.258C39.2902%2071.258%2039.3145%2071.258%2039.3356%2071.2613C39.3481%2071.2613%2039.354%2071.2613%2039.3633%2071.2613C39.5844%2071.2613%2039.306%2071.025%2039.5844%2071.025C39.6515%2071.025%2039.7035%2071.025%2039.7456%2071.025C39.8943%2071.025%2039.9068%2071.0033%2039.7943%2070.8059C39.6489%2070.5505%2039.5238%2070.3867%2039.6488%2070.2412C39.6732%2070.2143%2039.6969%2070.2011%2039.7252%2070.2011C39.7706%2070.2011%2039.8219%2070.2386%2039.8831%2070.2742C39.9436%2070.3071%2040.0108%2070.3433%2040.0897%2070.3433C40.1141%2070.3433%2040.1384%2070.3406%2040.1654%2070.3314C40.3753%2070.2702%2039.8772%2069.8484%2040.1411%2069.8484C40.1898%2069.8484%2040.2628%2069.8609%2040.372%2069.8971C41.0768%2070.1123%2041.3473%2070.459%2041.8237%2071.0605C42.2126%2071.5488%2042.1731%2072.0055%2042.1126%2072.0055C42.0975%2072.0055%2042.085%2071.9811%2042.0731%2071.9324C42.0336%2071.762%2041.9547%2071.6225%2041.8908%2071.6225C41.8514%2071.6225%2041.8185%2071.6745%2041.8027%2071.8054C41.7816%2071.993%2041.7454%2072.0687%2041.6842%2072.0687C41.6355%2072.0687%2041.5657%2072.0134%2041.4716%2071.9318C41.4322%2071.8949%2041.3986%2071.8805%2041.3683%2071.8805C41.2466%2071.8805%2041.2078%2072.1444%2041.14%2072.351C41.1005%2072.4701%2041.0709%2072.5181%2041.0308%2072.5181C40.9854%2072.5181%2040.9268%2072.4549%2040.8301%2072.3694C40.7847%2072.3292%2040.7452%2072.3115%2040.7083%2072.3115C40.5958%2072.3115%2040.5293%2072.4931%2040.4984%2072.7669C40.4556%2073.1314%2040.2378%2073.1433%2040.2378%2073.1433ZM39.8153%2071.4968C39.8153%2071.4968%2039.6817%2071.5883%2039.8917%2071.816C40.0799%2072.0127%2040.3352%2072.5326%2040.4234%2072.5326C40.4352%2072.5326%2040.4444%2072.5227%2040.4503%2072.5023C40.4905%2072.3503%2040.3628%2071.8462%2040.4747%2071.8462C40.4898%2071.8462%2040.505%2071.8522%2040.5267%2071.8673C40.6636%2071.9706%2040.7728%2072.1378%2040.8393%2072.1378C40.8669%2072.1378%2040.8913%2072.1075%2040.9031%2072.0252C40.9459%2071.7817%2040.8853%2071.4902%2041.0551%2071.4902C41.0669%2071.4902%2041.0827%2071.4935%2041.1005%2071.4962C41.2433%2071.5304%2041.4315%2071.6515%2041.5348%2071.6515C41.596%2071.6515%2041.6263%2071.6087%2041.5987%2071.4836C41.5381%2071.2106%2041.3407%2070.9737%2041.3894%2070.9737C41.4019%2070.9737%2041.4348%2070.9921%2041.4921%2071.0316C41.6842%2071.1625%2041.875%2071.3895%2041.8875%2071.3895C41.8935%2071.3895%2041.8665%2071.3507%2041.7934%2071.2441C41.5533%2070.8862%2041.1762%2070.3571%2040.8274%2070.2123C40.6906%2070.1538%2040.6267%2070.1169%2040.6083%2070.1169C40.5807%2070.1169%2040.6603%2070.1991%2040.7511%2070.4084C40.8458%2070.6216%2040.7932%2070.7032%2040.6813%2070.7032C40.6116%2070.7032%2040.5168%2070.6723%2040.4201%2070.6216C40.3174%2070.5663%2040.2352%2070.5334%2040.1891%2070.5334C40.1161%2070.5334%2040.1226%2070.6091%2040.2378%2070.8059C40.4142%2071.104%2040.7392%2071.4014%2040.5932%2071.4014C40.578%2071.4014%2040.5537%2071.3981%2040.5267%2071.3883C40.3326%2071.3343%2040.1134%2071.204%2040.0345%2071.204C39.9983%2071.204%2039.9917%2071.2375%2040.0437%2071.3224C40.1404%2071.4955%2040.1562%2071.6324%2040.0647%2071.6324C40.0127%2071.6337%2039.9338%2071.5942%2039.8153%2071.4968Z%22%20fill%3D%22%23B0E54E%22%2F%3E%0A%3Cpath%20d%3D%22M38.6124%2071.4579C38.6309%2071.4454%2038.6493%2071.4342%2038.6703%2071.4211C38.7032%2071.4184%2038.7368%2071.4145%2038.7704%2071.4145C38.8191%2071.4145%2038.8678%2071.4184%2038.9191%2071.4303C38.898%2071.427%2038.8796%2071.427%2038.8618%2071.427C38.7131%2071.4276%2038.6124%2071.4579%2038.6124%2071.4579Z%22%20fill%3D%22%239CD344%22%2F%3E%0A%3Cpath%20d%3D%22M40.4227%2072.5331C40.3346%2072.5331%2040.0793%2072.0133%2039.8911%2071.8165C39.6811%2071.5882%2039.8147%2071.4973%2039.8147%2071.4973C39.9332%2071.5941%2040.0121%2071.6342%2040.0641%2071.6342C40.1556%2071.6342%2040.1398%2071.4973%2040.0431%2071.3242C39.9911%2071.2394%2039.9976%2071.2058%2040.0338%2071.2058C40.1128%2071.2058%2040.3313%2071.3361%2040.5261%2071.3901C40.5537%2071.3999%2040.5774%2071.4033%2040.5925%2071.4033C40.7386%2071.4033%2040.4135%2071.1058%2040.2372%2070.8077C40.122%2070.6109%2040.1154%2070.5353%2040.1885%2070.5353C40.2346%2070.5353%2040.3161%2070.5682%2040.4195%2070.6235C40.5168%2070.6741%2040.611%2070.705%2040.6807%2070.705C40.7926%2070.705%2040.8452%2070.6234%2040.7505%2070.4102C40.6597%2070.201%2040.5807%2070.1187%2040.6077%2070.1187C40.6261%2070.1187%2040.6899%2070.1556%2040.8268%2070.2141C41.1762%2070.3596%2041.5526%2070.888%2041.7928%2071.246C41.8652%2071.3526%2041.8928%2071.3914%2041.8869%2071.3914C41.8744%2071.3914%2041.6836%2071.1644%2041.4914%2071.0334C41.4342%2070.9939%2041.4006%2070.9755%2041.3888%2070.9755C41.3401%2070.9755%2041.5375%2071.2124%2041.598%2071.4855C41.6257%2071.6099%2041.5954%2071.6533%2041.5342%2071.6533C41.4315%2071.6533%2041.2427%2071.5316%2041.0999%2071.498C41.0815%2071.4954%2041.0663%2071.4921%2041.0545%2071.4921C40.884%2071.4921%2040.9446%2071.7829%2040.9025%2072.0271C40.8906%2072.1093%2040.8663%2072.1396%2040.8387%2072.1396C40.7715%2072.1396%2040.6629%2071.9724%2040.5261%2071.8691C40.505%2071.854%2040.4899%2071.8481%2040.4741%2071.8481C40.3622%2071.8481%2040.4892%2072.3521%2040.4497%2072.5042C40.4445%2072.5232%2040.4346%2072.5331%2040.4227%2072.5331Z%22%20fill%3D%22%23C9F068%22%2F%3E%0A%3Cpath%20d%3D%22M46.3738%2073.4295C46.2856%2073.4295%2046.2461%2073.3071%2046.2461%2073.2656C46.2461%2073.1972%2046.3132%2073.0886%2046.258%2073.0886C46.2487%2073.0886%2046.2402%2073.0919%2046.2244%2073.0978C46.1671%2073.1156%2046.0329%2073.1499%2045.9144%2073.1499C45.8177%2073.1499%2045.7328%2073.1288%2045.7111%2073.0577C45.696%2073.007%2045.6716%2072.986%2045.6348%2072.986C45.5624%2072.986%2045.4374%2073.0735%2045.2399%2073.2104C45.1761%2073.2558%2045.1333%2073.2775%2045.1156%2073.2775C45.0392%2073.2775%2045.2037%2072.9979%2045.3038%2072.5155C45.4196%2071.9654%2045.0787%2071.7258%2045.0004%2071.6771C45.213%2071.7988%2045.3558%2071.8324%2045.4709%2071.8324C45.5835%2071.8324%2045.6716%2071.8015%2045.7743%2071.7837C45.8019%2071.7772%2045.823%2071.7739%2045.8414%2071.7739C45.9783%2071.7739%2045.948%2071.8864%2046.1573%2071.9693C46.175%2071.9752%2046.1908%2071.9779%2046.206%2071.9779C46.2665%2071.9779%2046.2876%2071.914%2046.306%2071.8502C46.3277%2071.7837%2046.3428%2071.7206%2046.3942%2071.7206C46.4277%2071.7206%2046.4731%2071.7475%2046.5462%2071.8199C46.868%2072.1391%2047.0173%2072.476%2046.6949%2073.0774C46.5534%2073.3472%2046.4468%2073.4295%2046.3738%2073.4295ZM46.5074%2072.603C46.5317%2072.603%2046.5475%2072.6155%2046.5475%2072.6511C46.5593%2072.8123%2046.5231%2072.9492%2046.5745%2072.9492C46.5837%2072.9492%2046.5988%2072.9419%2046.6172%2072.9307C46.7298%2072.8583%2046.839%2072.3477%2046.6995%2072.1049C46.6666%2072.041%2046.6357%2072.0167%2046.6113%2072.0167C46.5416%2072.0167%2046.4988%2072.2141%2046.3988%2072.2753C46.381%2072.2838%2046.3685%2072.2898%2046.3534%2072.2898C46.308%2072.2898%2046.281%2072.2351%2046.2501%2072.1805C46.2198%2072.1252%2046.1928%2072.0739%2046.1467%2072.0739C46.1408%2072.0739%2046.1316%2072.0739%2046.1224%2072.0772C46.0461%2072.1082%2046%2072.1713%2045.9309%2072.1713C45.8855%2072.1713%2045.8276%2072.1443%2045.7486%2072.0687C45.6269%2071.9561%2045.5176%2071.8739%2045.4604%2071.8739C45.4183%2071.8739%2045.3999%2071.914%2045.4183%2072.0075C45.4183%2072.0075%2045.5427%2072.141%2045.4729%2072.4082C45.4117%2072.6359%2045.3933%2072.8392%2045.4703%2072.8392C45.4828%2072.8392%2045.4979%2072.8333%2045.5157%2072.8215C45.6157%2072.7524%2045.7644%2072.576%2045.8283%2072.576C45.8434%2072.576%2045.8526%2072.582%2045.8585%2072.603C45.8862%2072.7057%2045.85%2072.9189%2045.977%2072.9189C45.9835%2072.9189%2045.9895%2072.9189%2045.998%2072.9189C46.1224%2072.8978%2046.4007%2072.603%2046.5074%2072.603ZM45.0011%2071.6765C44.9951%2071.6738%2044.9886%2071.6705%2044.9859%2071.6679C44.9853%2071.6679%2044.9919%2071.6705%2045.0011%2071.6765Z%22%20fill%3D%22%23B0E54E%22%2F%3E%0A%3Cpath%20d%3D%22M38.4729%2076.1867C38.4729%2076.1867%2038.3578%2076.2499%2038.4874%2075.2819C38.6216%2074.3152%2038.3999%2073.4078%2038.5762%2073.4466C38.7526%2073.4867%2039.1711%2074.9752%2039.129%2075.2233C39.0836%2075.476%2038.7822%2076.1867%2038.4729%2076.1867Z%22%20fill%3D%22%236BA025%22%2F%3E%0A%3Cpath%20d%3D%22M39.7036%2075.3456C39.5759%2075.3456%2039.5331%2075.0751%2039.5029%2074.6829C39.4575%2074.1242%2039.1054%2073.6017%2039.1054%2073.6017C39.0685%2073.5129%2039.0955%2073.4616%2039.2113%2073.4616C39.366%2073.4616%2039.6733%2073.5498%2040.1866%2073.7623C40.2537%2073.7867%2040.3175%2073.7992%2040.3781%2073.7992C40.6393%2073.7992%2040.8275%2073.5741%2040.8914%2073.4859C40.9887%2073.3464%2041.1618%2073.2464%2041.323%2073.2464C41.45%2073.2464%2041.5659%2073.3096%2041.6231%2073.4649C41.6935%2073.6439%2041.7751%2073.7261%2041.8574%2073.7261C41.933%2073.7261%2042.0028%2073.6537%2042.0581%2073.5221C42.0916%2073.4399%2042.1522%2073.407%2042.2279%2073.407C42.4042%2073.407%2042.6655%2073.5794%2042.8931%2073.7557C42.9326%2073.786%2042.9655%2073.7979%2042.9899%2073.7979C43.0596%2073.7979%2043.0781%2073.6886%2043.0899%2073.5787C43.105%2073.4695%2043.1149%2073.3635%2043.1755%2073.3635C43.2051%2073.3635%2043.2478%2073.3912%2043.3117%2073.4636C43.6644%2073.8709%2043.5973%2074.6816%2043.4209%2074.9738C43.3722%2075.0547%2043.336%2075.0889%2043.3058%2075.0889C43.2301%2075.0889%2043.1998%2074.8672%2043.136%2074.6422C43.1208%2074.5875%2043.1024%2074.5632%2043.0814%2074.5632C42.9899%2074.5632%2042.8293%2075.0396%2042.4312%2075.0889C42.4036%2075.0922%2042.3799%2075.0922%2042.3582%2075.0922C41.9725%2075.0922%2042.1818%2074.654%2042.0791%2074.527C42.0666%2074.5125%2042.0515%2074.5059%2042.0364%2074.5059C41.912%2074.5059%2041.6784%2074.9251%2041.3079%2075.1469C41.2138%2075.2054%2041.1348%2075.2291%2041.071%2075.2291C40.8552%2075.2291%2040.7854%2074.9593%2040.6485%2074.779C40.6031%2074.7191%2040.5538%2074.6941%2040.4991%2074.6941C40.3412%2074.6941%2040.1497%2074.9132%2039.922%2075.1863C39.8273%2075.2976%2039.7575%2075.3456%2039.7036%2075.3456ZM39.7911%2073.8051C39.7608%2073.8051%2039.5844%2073.8235%2039.6963%2074.3309C39.7727%2074.6737%2039.8332%2074.86%2039.9398%2074.86C40.0063%2074.86%2040.0892%2074.7896%2040.2043%2074.6441C40.3379%2074.4711%2040.484%2074.4013%2040.6143%2074.4013C40.7722%2074.4013%2040.9124%2074.5013%2040.9947%2074.6316C41.0769%2074.7593%2041.1526%2074.8448%2041.2526%2074.8448C41.3375%2074.8448%2041.4441%2074.7803%2041.581%2074.6316C41.7903%2074.4046%2041.9758%2074.1677%2042.1278%2074.1677C42.1917%2074.1677%2042.2522%2074.2131%2042.3042%2074.319C42.4312%2074.5744%2042.474%2074.7803%2042.5687%2074.7803C42.6049%2074.7803%2042.6503%2074.7474%2042.7148%2074.6678C42.8912%2074.4467%2042.9425%2074.2157%2043.0116%2074.2157C43.0307%2074.2157%2043.0484%2074.2302%2043.0695%2074.2611C43.1485%2074.3697%2043.2182%2074.5309%2043.2821%2074.5309C43.3097%2074.5309%2043.334%2074.5033%2043.3551%2074.4394C43.4341%2074.2243%2043.4005%2073.6537%2043.2847%2073.6537C43.2761%2073.6537%2043.2696%2073.6564%2043.2603%2073.6597C43.1544%2073.7268%2043.0478%2073.9321%2042.9267%2073.9321C42.8931%2073.9321%2042.8596%2073.915%2042.8234%2073.8749C42.7109%2073.7531%2042.5621%2073.6195%2042.4312%2073.6195C42.3674%2073.6195%2042.3128%2073.6465%2042.2647%2073.7195C42.1614%2073.8775%2042.0824%2074.0328%2041.9607%2074.0328C41.9061%2074.0328%2041.839%2074.0018%2041.76%2073.9235C41.5869%2073.7564%2041.4382%2073.5925%2041.2921%2073.5925C41.2191%2073.5925%2041.1493%2073.6314%2041.0763%2073.7321C40.9183%2073.9505%2040.6966%2074.2848%2040.4597%2074.2848C40.3715%2074.2848%2040.28%2074.2368%2040.1892%2074.1144C39.9826%2073.8354%2039.9155%2073.7748%2039.8733%2073.7748C39.849%2073.7748%2039.8279%2073.7952%2039.7944%2073.8044H39.7911V73.8051Z%22%20fill%3D%22%23B0E54E%22%2F%3E%0A%3Cpath%20d%3D%22M38.8856%2074.0941C38.877%2074.0698%2038.8704%2074.0454%2038.8612%2074.0217C38.8704%2074.0448%2038.877%2074.0698%2038.8856%2074.0941Z%22%20fill%3D%22%2356991A%22%2F%3E%0A%3Cpath%20d%3D%22M38.7338%2076.0386C38.6943%2075.932%2038.8035%2075.549%2038.7765%2075.1476C38.7397%2074.631%2038.8101%2074.1032%2038.8338%2073.942C38.843%2073.9664%2038.8522%2073.9933%2038.8614%2074.021C38.8706%2074.0447%2038.8766%2074.069%2038.8858%2074.0934C38.8983%2074.1335%2038.9101%2074.1789%2038.9259%2074.221C38.9536%2074.3151%2038.9805%2074.4119%2039.0082%2074.5158C39.0174%2074.5428%2039.0233%2074.5698%2039.0292%2074.5981C39.0292%2074.6034%2039.0325%2074.6073%2039.0325%2074.6126C38.9779%2074.6876%2038.9351%2074.8008%2038.9444%2074.9673C38.9588%2075.2476%2038.8956%2075.6089%2038.9345%2075.7326C38.9411%2075.7267%2038.9443%2075.7208%2038.947%2075.7148C38.8858%2075.8346%2038.8134%2075.9497%2038.7338%2076.0386Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M39.1316%2075.1937C39.1316%2075.191%2039.1316%2075.191%2039.1316%2075.1878C39.1316%2075.191%2039.1316%2075.191%2039.1316%2075.1937ZM39.1316%2075.1634C39.1316%2075.1608%2039.1316%2075.1575%2039.129%2075.1542C39.1316%2075.1575%2039.1316%2075.1608%2039.1316%2075.1634Z%22%20fill%3D%22%2356991A%22%2F%3E%0A%3Cpath%20d%3D%22M39.0711%2074.7863C39.0652%2074.756%2039.0593%2074.7283%2039.0534%2074.6981C39.0507%2074.6915%2039.0507%2074.6856%2039.0507%2074.6803C39.0507%2074.6862%2039.0507%2074.6921%2039.0534%2074.6981C39.0593%2074.7283%2039.0652%2074.756%2039.0711%2074.7863Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M38.9619%2075.6827C38.9796%2075.6465%2038.9981%2075.607%2039.0138%2075.5701C39.0744%2075.4339%2039.1139%2075.3063%2039.1297%2075.224C39.1297%2075.2181%2039.1297%2075.2069%2039.1323%2075.1937C39.1297%2075.2069%2039.1297%2075.2181%2039.1297%2075.224C39.1099%2075.3273%2039.05%2075.507%2038.9619%2075.6827Z%22%20fill%3D%22%23438214%22%2F%3E%0A%3Cpath%20d%3D%22M38.947%2075.7155C38.9713%2075.6674%2038.9956%2075.6155%2039.0141%2075.5694C38.9983%2075.6062%2038.9805%2075.6457%2038.9621%2075.6819C38.9555%2075.6944%2038.9529%2075.7036%2038.947%2075.7155Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M39.129%2075.1542C39.129%2075.1509%2039.129%2075.1509%2039.129%2075.1509C39.129%2075.1509%2039.129%2075.1509%2039.129%2075.1542ZM39.0434%2074.6653C39.0434%2074.6593%2039.0408%2074.6501%2039.0375%2074.6409C39.0408%2074.6495%2039.0434%2074.6593%2039.0434%2074.6653Z%22%20fill%3D%22%2356991A%22%2F%3E%0A%3Cpath%20d%3D%22M39.0502%2074.6803C39.0436%2074.6593%2039.0377%2074.6349%2039.0318%2074.6132C39.0344%2074.6231%2039.0377%2074.6303%2039.0377%2074.6402C39.0404%2074.6494%2039.0436%2074.6586%2039.0436%2074.6646C39.0469%2074.6711%2039.0469%2074.677%2039.0502%2074.6803Z%22%20fill%3D%22%2354881C%22%2F%3E%0A%3Cpath%20d%3D%22M39.1316%2075.1937C39.1316%2075.1937%2039.1316%2075.1911%2039.1316%2075.1878C39.1316%2075.1911%2039.1316%2075.1911%2039.1316%2075.1937ZM39.1316%2075.1634C39.1316%2075.1575%2039.129%2075.1542%2039.129%2075.1509C39.129%2075.1509%2039.129%2075.1509%2039.129%2075.1542C39.1316%2075.1575%2039.1316%2075.1608%2039.1316%2075.1634ZM39.1263%2075.1088C39.1263%2075.1022%2039.1263%2075.0963%2039.1263%2075.0943V75.097C39.1263%2075.0996%2039.1263%2075.1055%2039.1263%2075.1088ZM39.1224%2075.0654C39.1165%2075.0266%2039.1099%2074.9871%2039.1046%2074.9417C39.1046%2074.9476%2039.1046%2074.9542%2039.1073%2074.9568C39.1099%2074.9779%2039.1138%2074.9989%2039.1165%2075.0239C39.1198%2075.0384%2039.1198%2075.0509%2039.1224%2075.0654ZM39.0737%2074.7923C39.0737%2074.7923%2039.0737%2074.789%2039.0711%2074.7864C39.0737%2074.789%2039.0737%2074.789%2039.0737%2074.7923Z%22%20fill%3D%22%23438214%22%2F%3E%0A%3Cpath%20d%3D%22M39.0132%2075.5701C39.0737%2075.4339%2039.1132%2075.3063%2039.129%2075.224C39.129%2075.2148%2039.129%2075.2069%2039.1316%2075.1937C39.129%2075.2069%2039.129%2075.2181%2039.129%2075.224C39.1139%2075.3056%2039.0737%2075.4339%2039.0132%2075.5701Z%22%20fill%3D%22%23346F0F%22%2F%3E%0A%3Cpath%20d%3D%22M38.9342%2075.734C38.8947%2075.6103%2038.9586%2075.249%2038.9441%2074.9686C38.9342%2074.8022%2038.977%2074.689%2039.0323%2074.614C39.0382%2074.635%2039.0441%2074.6594%2039.0507%2074.6811C39.0507%2074.687%2039.0507%2074.6929%2039.0533%2074.6989C39.0593%2074.7291%2039.0658%2074.7568%2039.0711%2074.787C39.0737%2074.7897%2039.0737%2074.793%2039.0737%2074.793C39.0803%2074.818%2039.0836%2074.8416%2039.0889%2074.866C39.0889%2074.8719%2039.0915%2074.8778%2039.0915%2074.8844C39.0941%2074.9015%2039.0981%2074.9206%2039.1014%2074.9384L39.104%2074.9417C39.1093%2074.9871%2039.1159%2075.0272%2039.1218%2075.0654C39.1218%2075.0726%2039.1218%2075.0785%2039.1251%2075.0838C39.1251%2075.0864%2039.1251%2075.0904%2039.1251%2075.0937C39.1251%2075.0963%2039.1251%2075.1022%2039.1251%2075.1081C39.1277%2075.1173%2039.1277%2075.1259%2039.1277%2075.1358C39.1277%2075.1391%2039.1277%2075.145%2039.1277%2075.1503C39.1277%2075.1536%2039.1303%2075.1568%2039.1303%2075.1628C39.1303%2075.1693%2039.1303%2075.1773%2039.1303%2075.1871C39.1303%2075.1904%2039.1303%2075.193%2039.1303%2075.193C39.1277%2075.2062%2039.1277%2075.2141%2039.1277%2075.2233C39.1126%2075.3056%2039.0724%2075.4332%2039.0119%2075.5695C38.9935%2075.6149%2038.9698%2075.6668%2038.9448%2075.7155C38.9434%2075.7221%2038.9402%2075.7281%2038.9342%2075.734Z%22%20fill%3D%22%23427415%22%2F%3E%0A%3Cpath%20d%3D%22M40.9907%2092.8222L40.9848%2091.5739C40.8874%2091.7832%2040.7657%2091.9931%2040.617%2092.0931C40.259%2092.3267%2039.4048%2092.561%2038.3203%2092.5636C38.2354%2092.5636%2038.1473%2092.561%2038.0564%2092.5577C37.376%2092.534%2037.0628%2091.9292%2036.9233%2091.41L36.9292%2092.8222L36.9016%2087.1873C37.4938%2089.3773%2038.4355%2091.9529%2039.6049%2091.9529C39.7444%2091.9529%2039.8904%2091.9161%2040.0365%2091.8372C40.3945%2091.6424%2040.7078%2091.418%2040.9841%2091.1817L40.9907%2092.8222Z%22%20fill%3D%22%2356891F%22%2F%3E%0A%3Cpath%20d%3D%22M40.532%2092.8737C40.5293%2092.8737%2040.5293%2092.8737%2040.5293%2092.8737C40.5293%2092.8737%2040.5293%2092.8737%2040.532%2092.8737ZM40.532%2092.8737C40.6083%2092.8737%2040.6814%2092.8704%2040.7452%2092.8704C40.6807%2092.8704%2040.6083%2092.8737%2040.532%2092.8737ZM37.1206%2092.8737C37.1331%2092.8737%2037.1417%2092.8704%2037.1542%2092.8704C37.1417%2092.8704%2037.1331%2092.8737%2037.1206%2092.8737ZM37.1601%2092.8704C37.1601%2092.8704%2037.1601%2092.8704%2037.1634%2092.8704C37.1601%2092.8704%2037.1601%2092.8704%2037.1601%2092.8704ZM37.1634%2092.8704C37.4154%2092.8526%2037.7616%2092.8467%2038.1419%2092.8467C37.7616%2092.8467%2037.4154%2092.8526%2037.1634%2092.8704ZM39.7206%2092.8639C39.6633%2092.8612%2039.6021%2092.8612%2039.5416%2092.8612C39.6021%2092.8612%2039.6633%2092.8612%2039.7206%2092.8639ZM39.5324%2092.8612C39.5146%2092.8612%2039.4962%2092.8579%2039.4751%2092.8579C39.4962%2092.8579%2039.5146%2092.8612%2039.5324%2092.8612ZM39.4692%2092.8579C39.4541%2092.8579%2039.4389%2092.8579%2039.4264%2092.8579C39.4231%2092.8579%2039.4205%2092.8579%2039.4205%2092.8579C39.4205%2092.8579%2039.4231%2092.8579%2039.4264%2092.8579C39.4389%2092.8579%2039.4541%2092.8579%2039.4692%2092.8579ZM39.3962%2092.8579C39.3935%2092.8579%2039.3902%2092.8579%2039.3902%2092.8579C39.3902%2092.8579%2039.3929%2092.8579%2039.3962%2092.8579ZM39.3593%2092.8579C39.3534%2092.8579%2039.3468%2092.8579%2039.3442%2092.8579C39.3475%2092.8579%2039.3534%2092.8579%2039.3593%2092.8579ZM39.2468%2092.8546C39.2409%2092.8546%2039.2376%2092.8546%2039.2316%2092.8546C39.2382%2092.8546%2039.2409%2092.8546%2039.2468%2092.8546ZM38.1959%2092.8467C38.1873%2092.8467%2038.1748%2092.8467%2038.163%2092.8467C38.1748%2092.8467%2038.1873%2092.8467%2038.1959%2092.8467Z%22%20fill%3D%22%239FBA94%22%2F%3E%0A%3Cpath%20d%3D%22M40.5321%2092.8737C40.5294%2092.8737%2040.5294%2092.8737%2040.5294%2092.8737C40.3044%2092.8737%2040.0254%2092.8678%2039.7207%2092.8639C39.6634%2092.8612%2039.6022%2092.8612%2039.5417%2092.8612C39.5391%2092.8612%2039.5358%2092.8612%2039.5325%2092.8612C39.5147%2092.8612%2039.4963%2092.8579%2039.4752%2092.8579C39.4752%2092.8579%2039.4719%2092.8579%2039.4693%2092.8579C39.4542%2092.8579%2039.439%2092.8579%2039.4265%2092.8579C39.4232%2092.8579%2039.4206%2092.8579%2039.4206%2092.8579C39.4114%2092.8579%2039.4022%2092.8579%2039.3963%2092.8579C39.3936%2092.8579%2039.3903%2092.8579%2039.3903%2092.8579C39.3811%2092.8579%2039.3693%2092.8579%2039.3601%2092.8579C39.3541%2092.8579%2039.3476%2092.8579%2039.3449%2092.8579C39.3114%2092.8546%2039.2811%2092.8546%2039.2475%2092.8546C39.2416%2092.8546%2039.2383%2092.8546%2039.2324%2092.8546C38.8863%2092.8487%2038.5309%2092.8461%2038.1966%2092.8461C38.1881%2092.8461%2038.1756%2092.8461%2038.1637%2092.8461C38.1578%2092.8461%2038.1486%2092.8461%2038.1427%2092.8461C37.7623%2092.8461%2037.4162%2092.852%2037.1641%2092.8698C37.1608%2092.8698%2037.1608%2092.8698%2037.1608%2092.8698C37.1608%2092.8698%2037.1582%2092.8698%2037.1549%2092.8698C37.1424%2092.8698%2037.1339%2092.8731%2037.1214%2092.8731C36.9996%2092.8731%2036.9299%2092.8217%2036.9299%2092.8217L36.924%2091.4095C37.0635%2091.9288%2037.3767%2092.5335%2038.0571%2092.5572C38.1479%2092.5605%2038.2361%2092.5631%2038.321%2092.5631C39.4055%2092.5605%2040.259%2092.3269%2040.6176%2092.0926C40.767%2091.9926%2040.8881%2091.7827%2040.9855%2091.5734L40.9914%2092.8217C40.9914%2092.8217%2040.9585%2092.8671%2040.7485%2092.8698H40.7459C40.6808%2092.8704%2040.6084%2092.8737%2040.5321%2092.8737Z%22%20fill%3D%22%23437517%22%2F%3E%0A%3Cpath%20d%3D%22M43.9099%2069.1218C43.9099%2069.1218%2044.0349%2069.6318%2044.05%2070.1306C44.0625%2070.6255%2043.6618%2070.8808%2044.0079%2070.9657C44.1599%2071.0025%2044.3087%2070.9045%2044.4363%2070.8078C44.6008%2070.6801%2044.7278%2070.5558%2044.7798%2070.7111C44.8766%2070.9907%2045.2234%2071.0388%2045.3477%2070.8328C45.4083%2070.7361%2045.4603%2070.7966%2045.4997%2070.8604C45.5451%2070.9269%2045.5761%2070.9973%2045.582%2070.8571C45.582%2070.8571%2045.6123%2070.5505%2045.1964%2070.0944C44.6851%2069.5351%2044.1442%2069.2436%2043.9099%2069.1218Z%22%20fill%3D%22%238CD32F%22%2F%3E%0A%3Cpath%20d%3D%22M46.5744%2072.9491C46.5231%2072.9491%2046.5593%2072.8122%2046.5475%2072.651C46.5475%2072.6148%2046.5323%2072.603%2046.508%2072.603C46.4014%2072.603%2046.1224%2072.8978%2045.9973%2072.9188C45.9881%2072.9188%2045.9829%2072.9188%2045.9763%2072.9188C45.8493%2072.9188%2045.8855%2072.7056%2045.8578%2072.603C45.8519%2072.5819%2045.8427%2072.576%2045.8276%2072.576C45.7637%2072.576%2045.615%2072.7523%2045.515%2072.8214C45.4966%2072.8339%2045.4814%2072.8392%2045.4696%2072.8392C45.3932%2072.8392%2045.4117%2072.6352%2045.4722%2072.4082C45.542%2072.141%2045.4176%2072.0074%2045.4176%2072.0074C45.3998%2071.9133%2045.4176%2071.8738%2045.4597%2071.8738C45.5176%2071.8738%2045.6269%2071.9561%2045.7479%2072.0686C45.8269%2072.1443%2045.8848%2072.1713%2045.9302%2072.1713C46%2072.1713%2046.0454%2072.1081%2046.1217%2072.0772C46.1303%2072.0739%2046.1395%2072.0739%2046.146%2072.0739C46.1915%2072.0739%2046.2191%2072.1252%2046.2494%2072.1805C46.2796%2072.2351%2046.3066%2072.2897%2046.3527%2072.2897C46.3678%2072.2897%2046.3803%2072.2832%2046.3981%2072.2746C46.4981%2072.2141%2046.5409%2072.0166%2046.6106%2072.0166C46.635%2072.0166%2046.6653%2072.041%2046.6988%2072.1048C46.839%2072.3476%2046.7291%2072.8583%2046.6166%2072.9307C46.5981%2072.9425%2046.5837%2072.9491%2046.5744%2072.9491Z%22%20fill%3D%22%23C9F068%22%2F%3E%0A%3Cpath%20d%3D%22M45.6084%2072.1534C45.6084%2072.1534%2045.4287%2072.566%2045.6084%2072.5298C45.7874%2072.493%2045.8025%2071.9231%2045.6084%2072.1534Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M46.1459%2072.1292C46.1459%2072.1292%2046.0308%2072.1292%2046.0308%2072.5023C46.0308%2072.8728%2046.1335%2072.7721%2046.2703%2072.6116C46.4105%2072.451%2046.3401%2072.0772%2046.1459%2072.1292Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M46.6381%2072.2081C46.6381%2072.2081%2046.5256%2072.2989%2046.5473%2072.5115C46.5716%2072.724%2046.6295%2072.7122%2046.6868%2072.6425C46.7414%2072.5727%2046.7901%2072.1199%2046.6381%2072.2081Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M40.9177%2070.3247C40.9177%2070.3247%2040.6539%2070.2945%2041.0119%2070.6162C41.3679%2070.938%2041.4916%2070.9683%2041.4468%2070.8163C41.4014%2070.6682%2041.1369%2070.3247%2040.9177%2070.3247Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M40.7814%2070.8077C40.7814%2070.8077%2040.5287%2070.8386%2040.7689%2071.0907C41.0117%2071.3434%2041.2637%2071.5645%2041.3677%2071.4039C41.471%2071.242%2041.1157%2070.7163%2040.7814%2070.8077Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M40.265%2071.4211C40.265%2071.4211%2040.1157%2071.4942%2040.3683%2071.7153C40.621%2071.9377%2040.8606%2072.0469%2040.7691%2071.8252C40.6783%2071.6027%2040.4019%2071.2605%2040.265%2071.4211Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M45.0371%2070.6893C44.9456%2070.6893%2044.843%2070.4985%2044.7666%2070.303C44.7337%2070.2155%2044.7094%2070.1846%2044.6877%2070.1846C44.6508%2070.1846%2044.633%2070.307%2044.5929%2070.3557C44.5626%2070.3945%2044.4501%2070.4649%2044.3652%2070.4649C44.3014%2070.4649%2044.2527%2070.4228%2044.2711%2070.282C44.3191%2069.9727%2044.1678%2069.5081%2044.1678%2069.5081C44.1645%2069.468%2044.1856%2069.4502%2044.2191%2069.4502C44.404%2069.4502%2045.0239%2069.9029%2045.2246%2070.1734C45.401%2070.407%2045.449%2070.5557%2045.4122%2070.5557C45.4003%2070.5557%2045.376%2070.5314%2045.3398%2070.4866C45.2944%2070.4254%2045.2674%2070.3984%2045.2457%2070.3984C45.2062%2070.3984%2045.1878%2070.4866%2045.1206%2070.6169C45.0976%2070.6683%2045.0673%2070.6893%2045.0371%2070.6893ZM44.9153%2069.9325C44.9002%2069.9325%2044.8857%2069.9391%2044.8706%2069.9477C44.8706%2069.9477%2044.7488%2069.9779%2044.8554%2070.2392C44.9278%2070.4215%2044.9772%2070.5583%2045.0344%2070.5583C45.0588%2070.5583%2045.0831%2070.536%2045.1134%2070.482C45.2075%2070.3188%2045.0496%2069.9325%2044.9153%2069.9325ZM44.4534%2069.6384C44.4389%2069.6384%2044.4198%2069.6443%2044.402%2069.6595C44.402%2069.6595%2044.2803%2069.7654%2044.3323%2070.0392C44.3659%2070.2182%2044.4238%2070.3576%2044.4718%2070.3576C44.4995%2070.3576%2044.5238%2070.3181%2044.5416%2070.224C44.5876%2069.9852%2044.5666%2069.6384%2044.4534%2069.6384Z%22%20fill%3D%22%23B0E54E%22%2F%3E%0A%3Cpath%20d%3D%22M44.4727%2070.3584C44.424%2070.3584%2044.3661%2070.2189%2044.3332%2070.0399C44.2812%2069.7662%2044.4029%2069.6602%2044.4029%2069.6602C44.4213%2069.6451%2044.4398%2069.6392%2044.4542%2069.6392C44.5668%2069.6392%2044.5885%2069.9853%2044.5424%2070.2255C44.524%2070.3189%2044.4996%2070.3584%2044.4727%2070.3584Z%22%20fill%3D%22%23E4FC84%22%2F%3E%0A%3Cpath%20d%3D%22M45.0343%2070.5596C44.9764%2070.5596%2044.9277%2070.4228%2044.8553%2070.2405C44.7487%2069.9792%2044.8705%2069.949%2044.8705%2069.949C44.8856%2069.9398%2044.9001%2069.9338%2044.9152%2069.9338C45.0495%2069.9338%2045.2074%2070.3201%2045.1133%2070.484C45.0824%2070.5366%2045.058%2070.5596%2045.0343%2070.5596Z%22%20fill%3D%22%23E4FC84%22%2F%3E%0A%3Cpath%20d%3D%22M45.3042%2075.151C45.2496%2075.151%2045.2917%2075.0115%2045.2437%2074.6193C45.1858%2074.1337%2044.8581%2073.9849%2044.8581%2073.9849C44.8094%2073.9264%2044.8126%2073.9053%2044.8515%2073.9053C44.9396%2073.9053%2045.2252%2074.033%2045.4134%2074.1001C45.4589%2074.1179%2045.4957%2074.1244%2045.5194%2074.1244C45.647%2074.1244%2045.5891%2073.9632%2045.7385%2073.9204C45.7477%2073.9171%2045.757%2073.9171%2045.7655%2073.9171C45.8451%2073.9171%2045.957%2074.0119%2046.0577%2074.1054C46.161%2074.2021%2046.2492%2074.2969%2046.2821%2074.2969C46.2946%2074.2969%2046.2972%2074.2844%2046.2946%2074.2607C46.2794%2074.1238%2046.2064%2074.008%2046.2577%2074.008C46.2794%2074.008%2046.3189%2074.0264%2046.392%2074.0685C46.644%2074.2179%2046.85%2074.6397%2046.8019%2074.874C46.7809%2074.9832%2046.7289%2075.0286%2046.6802%2075.0286C46.6223%2075.0286%2046.5683%2074.9746%2046.5499%2074.8832C46.5407%2074.8457%2046.5282%2074.8305%2046.5098%2074.8305C46.4492%2074.8305%2046.3367%2075.0194%2046.234%2075.0858C46.209%2075.101%2046.188%2075.1076%2046.1669%2075.1076C46.0695%2075.1076%2045.9932%2074.9648%2045.884%2074.8095C45.8589%2074.7766%2045.8353%2074.7614%2045.805%2074.7614C45.6681%2074.7614%2045.4825%2075.0648%2045.3641%2075.1293C45.3384%2075.1418%2045.32%2075.151%2045.3042%2075.151Z%22%20fill%3D%22%23B0E54E%22%2F%3E%0A%3Cpath%20d%3D%22M36.6678%2069.5048C36.6678%2069.5048%2036.2033%2069.7574%2036.2579%2070.4648C36.3125%2071.169%2036.8863%2071.6243%2036.9416%2071.421C36.9962%2071.2177%2036.7501%2070.9413%2036.9962%2071.2176C37.243%2071.494%2037.4457%2071.4697%2037.1456%2071.0018C36.8475%2070.5346%2036.8047%2070.3793%2036.7659%2070.1516C36.7231%2069.9239%2036.7501%2069.3982%2036.6678%2069.5048Z%22%20fill%3D%22%238CD32F%22%2F%3E%0A%3Cpath%20d%3D%22M39.9399%2074.86C39.8333%2074.86%2039.7734%2074.6738%2039.6964%2074.3309C39.5839%2073.8236%2039.7603%2073.8051%2039.7912%2073.8051H39.7938C39.8274%2073.7959%2039.8485%2073.7755%2039.8728%2073.7755C39.9156%2073.7755%2039.982%2073.8361%2040.1887%2074.1151C40.2795%2074.2375%2040.3709%2074.2855%2040.4591%2074.2855C40.696%2074.2855%2040.9178%2073.9512%2041.0757%2073.7328C41.1488%2073.6321%2041.2185%2073.5933%2041.2916%2073.5933C41.4377%2073.5933%2041.5864%2073.7571%2041.7594%2073.9243C41.8384%2074.0026%2041.9055%2074.0335%2041.9601%2074.0335C42.0819%2074.0335%2042.1609%2073.8789%2042.2642%2073.7203C42.3129%2073.6472%2042.3675%2073.6202%2042.4307%2073.6202C42.5616%2073.6202%2042.7103%2073.7538%2042.8229%2073.8755C42.8591%2073.9157%2042.8926%2073.9328%2042.9262%2073.9328C43.0479%2073.9328%2043.1539%2073.7268%2043.2598%2073.6604C43.269%2073.6571%2043.2749%2073.6544%2043.2841%2073.6544C43.4%2073.6544%2043.4335%2074.225%2043.3546%2074.4408C43.3329%2074.504%2043.3085%2074.5316%2043.2815%2074.5316C43.2177%2074.5316%2043.1479%2074.3704%2043.069%2074.2618C43.0479%2074.2309%2043.0295%2074.2164%2043.0111%2074.2164C42.942%2074.2164%2042.89%2074.4474%2042.7143%2074.6685C42.6498%2074.7481%2042.6044%2074.781%2042.5682%2074.781C42.4741%2074.781%2042.4313%2074.575%2042.3043%2074.3197C42.2523%2074.2138%2042.1918%2074.1684%2042.128%2074.1684C41.9766%2074.1684%2041.791%2074.4053%2041.5811%2074.6323C41.4442%2074.7817%2041.3376%2074.8455%2041.2528%2074.8455C41.1527%2074.8455%2041.0764%2074.76%2040.9948%2074.6323C40.9125%2074.5027%2040.773%2074.402%2040.6144%2074.402C40.4841%2074.402%2040.3387%2074.4717%2040.2045%2074.6448C40.0893%2074.7889%2040.0064%2074.86%2039.9399%2074.86Z%22%20fill%3D%22%23C9F068%22%2F%3E%0A%3Cpath%20d%3D%22M40.0793%2073.9723C40.0793%2073.9723%2039.8609%2073.9118%2039.9155%2074.1881C39.9701%2074.4652%2039.9582%2074.656%2040.1221%2074.5106C40.286%2074.3671%2040.2044%2073.9479%2040.0793%2073.9723Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M41.4165%2073.6506C41.4165%2073.6506%2041.173%2073.6026%2041.2006%2073.9967C41.2283%2074.3916%2041.2006%2074.7864%2041.4322%2074.6081C41.6626%2074.4278%2041.6895%2073.6144%2041.4165%2073.6506Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M42.4944%2073.8658C42.4944%2073.8658%2042.2753%2073.9%2042.3845%2074.2488C42.4944%2074.5949%2042.5365%2074.8108%2042.6859%2074.6081C42.8379%2074.4041%2042.6859%2073.6598%2042.4944%2073.8658Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M43.0958%2073.9118C43.0958%2073.9118%2042.9865%2073.8868%2043.0293%2074.0822C43.0688%2074.273%2043.1352%2074.4158%2043.2596%2074.3553C43.3813%2074.2941%2043.2326%2073.794%2043.0958%2073.9118Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M35.2623%2074.9015C35.1221%2074.9015%2034.9372%2074.862%2034.8154%2074.7745C34.6213%2074.631%2034.7602%2074.4014%2034.8576%2074.173C34.9424%2073.9782%2034.9701%2073.6656%2035.0365%2073.6656C35.049%2073.6656%2035.0609%2073.6755%2035.076%2073.6959C35.076%2073.6959%2035.3254%2074.0973%2035.6295%2074.2098C35.9361%2074.325%2035.6505%2074.3428%2035.4985%2074.4579C35.3465%2074.5738%2035.5229%2074.783%2035.4439%2074.8593C35.4169%2074.887%2035.3465%2074.9015%2035.2623%2074.9015Z%22%20fill%3D%22%23C9F068%22%2F%3E%0A%3Cpath%20d%3D%22M45.3832%2074.1606C45.3832%2074.1606%2045.2437%2074.1606%2045.3312%2074.4008C45.4194%2074.6436%2045.2766%2075.0476%2045.4707%2074.8594C45.6629%2074.6712%2045.5141%2074.0981%2045.3832%2074.1606Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M45.8148%2074.1856C45.8148%2074.1856%2045.7509%2074.2251%2045.8115%2074.431C45.8727%2074.637%2045.976%2075.0483%2046.1188%2074.8535C46.2609%2074.662%2045.9424%2074.0027%2045.8148%2074.1856Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M46.4643%2074.2671C46.4643%2074.2671%2046.3919%2074.2914%2046.4373%2074.473C46.4795%2074.6553%2046.5861%2074.9165%2046.6433%2074.7494C46.7045%2074.5803%2046.5314%2074.2006%2046.4643%2074.2671Z%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M39.6392%2090.1427C38.5968%2090.1427%2037.9776%2083.1147%2038.3448%2080.4601C38.5238%2079.1848%2038.9311%2078.8203%2039.3444%2078.8203C39.8886%2078.8203%2040.4315%2079.4612%2040.4315%2079.4612C40.8757%2080.4878%2041.285%2087.8079%2040.0222%2089.8328C39.8886%2090.0453%2039.7609%2090.1427%2039.6392%2090.1427Z%22%20fill%3D%22%2375AF2A%22%2F%3E%0A%3Cpath%20d%3D%22M48.3425%2075.4068L48.3635%2075.3759L48.3425%2075.4068Z%22%20fill%3D%22%23539819%22%2F%3E%0A%3Cpath%20d%3D%22M48.2972%2075.4608L48.3426%2075.4069L48.2972%2075.4608Z%22%20fill%3D%22%23418113%22%2F%3E%0A%3Cpath%20d%3D%22M47.7863%2091.5733L48.1845%2079.0051C48.2299%2078.9505%2048.2667%2078.8952%2048.2904%2078.8498C48.2055%2082.7402%2048.0779%2088.6423%2048.0022%2091.2903L47.7863%2091.5733Z%22%20fill%3D%22%23407315%22%2F%3E%0A%3Cpath%20d%3D%22M48.184%2079.0057L48.2965%2075.4608L48.3636%2075.3759C48.3537%2075.8885%2048.3267%2077.1856%2048.2906%2078.8498C48.2662%2078.8958%2048.23%2078.9511%2048.184%2079.0057Z%22%20fill%3D%22%233A6B14%22%2F%3E%0A%3Cpath%20d%3D%22M41.015%2076.6848C40.9578%2076.6572%2040.8972%2076.6401%2040.8485%2076.6361C40.5629%2076.6157%2038.7223%2076.7526%2037.8136%2076.6815C37.3668%2076.648%2037.2305%2076.5545%2037.2029%2076.469L36.8574%2076.7605L40.9453%2076.7756L41.015%2076.6848Z%22%20fill%3D%22%238CD32F%22%2F%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0%22%3E%0A%3Crect%20width%3D%22101.815%22%20height%3D%2293.1504%22%20fill%3D%22white%22%20transform%3D%22translate%28109%2092.8466%29%20rotate%28175.372%29%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A") no-repeat;
}

.product-choice-carousel__item-container.product-choice-carousel__item-container--selected  .spludge .spludge__text {
 color: #000082;
}

.module-choice .module-choice__item-container .spludge .spludge__text {
  top: 18%;
}

.module-choice .module-choice__item-container .spludge {
	right: -2%;
    bottom: -25px;
    transform: scale(1);
    top: unset;
}

.toolbar--duration span.padFix {
    padding-top: 10px;
}

@media (max-width: 1359px) {
	.spludge {
      transform: scale(1);
	}
	.spludge__motor{
 	  bottom: 68%;
	}
}

@media (max-width: 1179px) {
	.spludge__motor{
 	  bottom: 65%;
	}
}

@media (max-width: 799px) {
	
	.module-choice .module-choice__item-container .spludge {
	  right: 10%;
    }
}

@media (max-width: 650px) {
	.product-choice-carousel__item-container--selected .spludge {
		top: 25%;
	}
}

@media (max-width: 529px) {
	.product-choice-carousel__item-container--selected .spludge {
		top: unset;
	}
}

@media (max-width: 500px) {
	.module-choice .module-choice__item-container .spludge {
	   right: -8%;
	}
}

@media (max-width: 450px) {
	.spludge {
      transform: scale(0.7);
	}
	.spludge__motor{
 	  bottom: 68%;
	}
}

@media (max-width: 376px) {
	.product-choice-carousel__item-container--selected .spludge {
		right: -15%;
	}
	.spludge {
		top: 20%;
    	right: -2%;
	 }
}

.product-choice-carousel__item-container--disabled .price.product-choice-carousel__item-price {
	display: none;
}

.product-choice-carousel .product-choice-carousel__item-container.product-choice-carousel__item-container--disabled .product-choice-carousel__item-checklist {
    opacity: .65;
}

.product-choice-carousel .product-choice-carousel__item-container.product-choice-carousel__item-container--disabled .product-choice-carousel__item-wrapper{
	color: #A8A8A8;
}
.product-choice-carousel .product-choice-carousel__item-container.product-choice-carousel__item-container--disabled .product-choice-carousel__item-disabled-text.product-choice__item-end {
	color: #F0386B;
}

.product-choice-carousel .product-choice-carousel__item-container.product-choice-carousel__item-container--disabled .speech-bubble__canvas {
	mix-blend-mode: luminosity;
    opacity: 0.6;
}

.product-choice-carousel__item-container.swiper-slide.product-choice-carousel__item-container--disabled {
	background-color: #F2F2F2;
}

.product-choice-carousel__item-container.swiper-slide.product-choice-carousel__item-container--disabled .product-container {
    background-color: transparent;
}

.product-choice-carousel__item-container.swiper-slide.product-choice-carousel__item-container--disabled .product-container .product-choice-carousel__item {
    background-color: transparent;
}

.disable-text-url {
	color: #f0386b;
	font-size: 14px;
	text-align: center;
	line-height: normal;
	font-weight: bold;
}

.product-choice-carousel__item-container--disabled .product-disabled-balloon {
	padding: 30px 0px 30px 0px;
}

@media (max-width: 620px) {
	.product-choice-carousel__item-container--disabled .product-disabled-balloon {
		padding: 15px 0px 15px 0px;
	}
}

.simple-field-help-link .form-field__icon {
	width: 17px;
    height: 17px;
    display: inline-block;
    border-radius: 50%;
    margin-left: 2px;
    background-color: #DFE0E3;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    right: -19px;
    cursor: pointer;
    min-height: initial;
}

.simple-field-help-link .form-field__icon:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 2.7 10.9' style='enable-background:new 0 0 2.7 10.9;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M1.3,4.1c-0.6,0-1,0.4-1,1v4.8c0,0.6,0.4,1,1,1s1-0.4,1-1V5.1C2.3,4.6,1.9,4.1,1.3,4.1z'/%3E%3Cpath d='M1.3,2.7c0.7,0,1.3-0.6,1.3-1.3C2.7,0.6,2.1,0,1.3,0S0,0.6,0,1.3C0,2.1,0.6,2.7,1.3,2.7z'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 100%;
    content: '';
    background-size: auto;
    height: 11px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    top: 3px;
    left: 7px;
    position: absolute;
}

.comma-list {
  display: inline;
  list-style: none;
  padding: 0px;
}

.comma-list li {
  display: inline;
}

.comma-list li:not(:last-child)::after {
	content: ",";
}

/* Comparison table */
.comparison-table-flow .comparison-table-flow__headings-descriptions .comparison-table-flow__description-active input {
	left: -3000px;
	position: absolute;
}
.comparison-table-travel-flow .comparison-table-flow__headings-descriptions .comparison-table-flow__description-active input {
	left: -3000px;
	position: absolute;
}
.one-column-show .comparison-table-flow .comparison-table-flow__preheadings-description, .one-column-show .comparison-table-flow .comparison-table-flow__description, .one-column-show .comparison-table-flow .comparison-table-flow__item-option{
	width:100% !important;
}
.one-column-show .comparison-table-travel-flow .comparison-table-flow__preheadings-description, .one-column-show .comparison-table-flow .comparison-table-flow__description, .one-column-show .comparison-table-flow .comparison-table-flow__item-option{
	width:100% !important;
}
.two-column-show .comparison-table-flow .comparison-table-flow__preheadings-description, .two-column-show .comparison-table-flow .comparison-table-flow__description, .two-column-show .comparison-table-flow .comparison-table-flow__item-option{
	width:50% !important;
}
.two-column-show .comparison-table-travel-flow .comparison-table-flow__preheadings-description, .two-column-show .comparison-table-flow .comparison-table-flow__description, .two-column-show .comparison-table-flow .comparison-table-flow__item-option{
	width:50% !important;
}
.comparison-table-flow .comparison-table-flow__headings-fixed {
	top: 60px !important;
	z-index: 10 !important;
}
.comparison-table-flow .comparison-table-flow__headings-fixed .comparison-table-flow__description-price {
	display: none;
}
.comparison-table-travel-flow .comparison-table-flow__headings-fixed .comparison-table-flow__description-price {
	display: none;
}
.comparison-table-flow .comparison-table-flow__description-na .comparison-table-flow__description-na__sticky-text {
	display: none;
}
.comparison-table-travel-flow .comparison-table-flow__description-na .comparison-table-flow__description-na__sticky-text {
	display: none;
}
.comparison-table-flow .comparison-table-flow__headings-fixed .comparison-table-flow__description-na .comparison-table-flow__description-na__sticky-text {
	display: block;
}
.comparison-table-travel-flow .comparison-table-flow__headings-fixed .comparison-table-flow__description-na .comparison-table-flow__description-na__sticky-text {
	display: block;
}
.comparison-table-flow .comparison-table-flow__headings-fixed .comparison-table-flow__description-na .comparison-table-flow__description-na__text {
	display: none;
}
.comparison-table-travel-flow .comparison-table-flow__headings-fixed .comparison-table-flow__description-na .comparison-table-flow__description-na__text {
	display: none;
}
@media (max-width: 999px) {
	.comparison-table-flow .comparison-table-flow__headings .button .button__span {
		font-size: 13px;
	}
	.comparison-table-travel-flow .comparison-table-flow__headings .button .button__span {
		font-size: 13px;
	}
	.comparison-table-flow .product-choice-carousel__item-field-label--selected .button__icon--before {
		display: none;
	}
	.comparison-table-travel-flow .product-choice-carousel__item-field-label--selected .button__icon--before {
		display: none;
	}
}
@media (max-width: 449px) {
	.comparison-table-flow .comparison-table-flow__description {
		padding-left: 5px;
    	padding-right: 5px;
	}
	.comparison-table-travel-flow .comparison-table-flow__description {
		padding-left: 5px;
    	padding-right: 5px;
	}
}
@media (min-width: 799px) {
	.comparison-table-flow .comparison-table-flow__item-icon svg{
		padding-bottom: 2px;	
	}
	.comparison-table-travel-flow .comparison-table-flow__item-icon svg{
		padding-bottom: 2px;	
	}
}
.comparison-table-flow .comparison-table-flow__preheadings .left {
	margin-left: auto;
    padding-right: 5px;
}
.comparison-table-travel-flow .comparison-table-flow__preheadings .left {
	margin-left: auto;
    padding-right: 5px;
}
.comparison-table-flow .comparison-table-flow__preheadings .right {
	margin-right: auto;
}
.comparison-table-travel-flow .comparison-table-flow__preheadings .right {
	margin-right: auto;
}
@media (max-width: 399px) {
	.comparison-table-flow .comparison-table-flow__preheadings-description-recommended, .comparison-table-travel-flow .comparison-table-flow__preheadings-description-recommended {
		padding-left: 3px;
    	padding-right: 3px;
	}
	.comparison-table-travel-flow .comparison-table-flow__preheadings-description-recommended, .comparison-table-travel-flow .comparison-table-flow__preheadings-description-recommended {
		padding-left: 3px;
    	padding-right: 3px;
	}
}
.comparison-table-travel-flow .comparison-table-travel-flow__category--expanded .comparison-table-travel-flow__category-items {
	max-height: unset;
}

.form__fieldset-group .ekomi-checklist {
	margin-top: 100px !important
}

.home-backlink-position {
	margin-bottom: 0px !important;
	z-index: 10;
}

.plate-number-sentence .form-field__field-before, .trailer-plate-number-sentence .form-field__field-before, .towing-vehicle-plate-number-sentence .form-field__field-before {
    height: 45px;
    top: 5px;
}

.plate-number-sentence .form-field__field-icon, .trailer-plate-number-sentence .form-field__field-icon, .towing-vehicle-plate-number-sentence .form-field__field-icon {
    margin-top: -15px;
}

.plate-number-sentence .form-field__field-before-countrycode, .trailer-plate-number-sentence .form-field__field-before-countrycode, .towing-vehicle-plate-number-sentence .form-field__field-before-countrycode {
    margin-top: -22px;
}

.plate-number-sentence input, .trailer-plate-number-sentence input, .towing-vehicle-plate-number-sentence input {
    text-indent: 40px;
}

@media (max-width: 799px) {
    .plate-number-sentence .form-field__field-before, .trailer-plate-number-sentence .form-field__field-before, .towing-vehicle-plate-number-sentence .form-field__field-before {
        height: 42px;
    }
    .plate-number-sentence .form-field__field-icon, .trailer-plate-number-sentence .form-field__field-icon, .towing-vehicle-plate-number-sentence .form-field__field-icon {
        margin-top: -13px;
    }
}

/**
 *  Css for cc field and hp field and arrow 
 **/
.motorbike .cc-field .form-field.form-field--single-line {
	display: inline-block;
	width: 250px;
}

.truck .hp-field .form-field.form-field--single-line {
	display: inline-block;
	width: 250px;
}

@media (max-width: 520px) {
	.motorbike .cc-field .form-field.form-field--single-line {
		width: 200px;
	}
	.truck .hp-field .form-field.form-field--single-line {
		width: 200px;
	}
}
/**
 *  Css fix col-form-label
 **/
.form-field__label-toggle.col-form-label {
	padding-top: unset;
    padding-bottom: unset;
}
/**
 *  Css fix for button container
 **/
@media (max-width: 529.98px) {
	.market-value-section .form .form__row--footer, .toolbar--duration .form .form__row--footer{
	    flex-direction: unset;
	}
}
.market-value-section .form .form__row--footer .button+.button, .toolbar--duration .form .form__row--footer .button+.button{
    margin-left: 20px;
}

.customer-details-container {
	width: 100%;
}
.module-choice.ekomi-checklist{
	display: none;
}

.extra-cover-container-step + .module-choice.ekomi-checklist{
	display: block;
}

@media (max-width: 529.98px) {
	.profile-page .flow-form__container.container{
		padding-bottom: 30vh;
	}
}
/**
 *  Css fix for updating the policy duration
 **/
.comparison-table-flow__filler-show {
	height: 0px !important;
}

/**
 *  Css for the datepicker with the typing
 **/
.datepicker-wrapper {
	display: flex;
	width: 50%;
	float: right;
	white-space: nowrap;
}
.simple-field-date .datepicker-wrapper {
	float: left;
}
.simple-field-date .datepicker-wrapper {
	width: 100%;
}
@media (max-width: 499px) {
	.datepicker-wrapper {
		width: 80%;
	} 
	.simple-field-date .datepicker-wrapper {
		width: 100%;
	}
}

.datepicker-wrapper .datepicker-container {
	width: 33%;
	display: inline-block;
}
.no-day-datepicker .datepicker-wrapper .datepicker-container {
	width: 50%;
}

.datepicker-wrapper .datepicker-label {
	text-align: center;
    font-size: 13px;
    height: 20px;
    font-weight: bold;
    line-height: 17px;
    letter-spacing: 0.2px;
    color: #5F5F5F;
}

.datepicker-wrapper .datepicker-separator {
	border: solid 1px;
    height: 26px;
    top: 29px;
    color: #EBEBEB;
	position: absolute;
	z-index: 1;
}
.simple-field-date .datepicker-wrapper .datepicker-separator {
	top: 22px;
}

.datepicker-wrapper input {
	text-align: center;	
}
.simple-field-date .datepicker-wrapper .day-field input {
	border-right: 0 !important;
	border-radius: 0px 0px 0px 0px !important;
}
.simple-field-date .datepicker-wrapper .month-field input {
	border-right: 0 !important;
	border-left: 0 !important;
	border-radius: 0px 0px 0px 0px !important;
}
.no-day-datepicker.simple-field-date .datepicker-wrapper .month-field input {
	border-left: 1px solid !important;
	border-radius: 0px 0px 0px 0px !important;
}
.simple-field-date .datepicker-wrapper .year-field input {
	border-left: 0 !important;
	border-radius: 0px 0px 0px 0px !important;
}
.datepicker-wrapper .day-field input {
	border-radius: 10px 0px 0px 10px !important;
}
.datepicker-wrapper .month-field input {
	border-radius: 0px 0px 0px 0px !important;
}
.no-day-datepicker .datepicker-wrapper .month-field input {
	border-radius: 10px 0px 0px 10px !important;
}
.datepicker-wrapper .year-field input {
	border-radius: 0px 10px 10px 0px !important;
}

.container-focused input, .container-hovered input{
    background-color: #fff !important;
    border-color: #fff !important;
}

.theme--black-friday .anytime-loader-img{
	top: 38%;
	height: 75px;
}

/* AB Test Motor third page for extra cover*/
.summary__content.extra-cover {
    padding: 0px;
    margin-top: 20px !important;
    margin-bottom: 20px;
    background-color: transparent;
}
.extra-cover-title {
	background: #000082;
	border-radius: 10px 10px 0px 0px;
    height: 69px;
    border: solid #000082 0.5px;
}
.extra-cover-description {
    padding: 10px 10px;
    display: inline-block;
    max-width: 80%;
}
.extra-cover-description__wrapper {
	background: #F3F3F4;
	 position: relative;
	 border-radius: 0px 0px 10px 10px;
	 border: solid #000082 0.5px;
}
.image-toggle-button__wrapper {
	display: inline-block;
	position: absolute;
	bottom: 15px;
	right: 15px;
}
.extra-cover-banner-image {
	text-align: center;
}
@media(max-width: 1024px){
	.image-toggle-button__wrapper{
		width: 100%;
        margin-bottom: 20px;
        margin-top: -10px;
        position: unset;
	}
	.toggle-primary-button{
		text-align: center;
	}
	.toggle-primary-button .form-field.form-field--labeled-toggle.status-bar__toggle-duration{
		width: 264px;
	}
	.extra-cover-title .title {
		font-size: 18px;
	}
	.extra-cover-title {
		background: #000082;
		border-radius: 10px 10px 0px 0px;
	    height: 48px;
	}
	.extra-cover-description{
		 max-width: 100%;
	}
	.extra-cover-banner-image svg {
		width: 70px;
		height: 53px;
	}
}

/**
 * Css for toggle primary button
 **/
.toggle-primary-button .form-field__field-wrapper {
	background-color: #241f24;
	border-color: #241f24;
	border-radius: 20px;
	color: #fff;
	padding: 3px 18px;
	height: 40px;
}
.toggle-primary-button .form-field__field-wrapper .form-field__label .form-field__label-span--off, .toggle-primary-button .form-field__field-wrapper .form-field__label .form-field__label-span--on {
	font-family: "Anytime Sans Webfont","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-feature-settings: "kern" 1,"calt" 0;
	font-size-adjust: initial;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	position: relative;
	text-align: center;
	vertical-align: bottom;
	white-space: nowrap;
	transition: color .15s cubic-bezier(.26,.88,.57,.9),background-color .15s cubic-bezier(.26,.88,.57,.9),border-color .15s cubic-bezier(.26,.88,.57,.9);
	border: 2px solid transparent;
	display: inline-block;
	line-height: 30px;
	margin: 0;
	max-width: 100%;
	overflow: hidden;
	min-width: 110px;
}
.toggle-primary-button .form-field__field-wrapper:hover, .toggle-primary-button .form-field__field-wrapper:focus {
	background-color: #fff;
	border-color: #241f24;
	color: #241f24;
}
.toggle-primary-button .form-field__label-toggle {
	display: none !important;
}
.toggle-primary-button .form-field__field-wrapper input[type=checkbox]:checked~.form-field__label .form-field__label-span--off {
	display: inline-block !important;
}
.toggle-primary-button .form-field__field-wrapper input[type=checkbox]:checked~.form-field__label .form-field__label-span--on {
	display: none !important;
}
.toggle-primary-button .form-field__field-wrapper .form-field__label .form-field__label-span--off {
	display: none !important;
}

/**
* Css for Travel 1st page
**/
.travel-age-content.simple-field .form-field--large-toggle-buttons .form-field__field-wrapper>span {
	display: flex;
	flex-direction: column;
}
.travel-age-content.simple-field .form-field--large-toggle-buttons .form-field__field-wrapper input {
	display: none;
}
@media (min-width: 1024px) {
	.flow-message__column .speech-bubble-deluxe.flow-message__speech-bubble-deluxe.speech-bubble-deluxe--large.traveller-details-balloon .speech-bubble-deluxe__content {
		width: max-content;
	}
}
.travel-page .input-daterange input { 
    text-align: left; 
}

.travel .form-field__title-wrapper{
	width:unset;
	display: unset !important;
}

@media (min-width: 800px) {
  .progress-steps-landing .progress-steps-desktop {
    display: block !important;
  }
  .progress-steps-landing .progress-steps-landing__step-title-part-a-desktop{
  	display: block !important;
  }
  .progress-steps-landing .progress-steps-mobile {
    display: none !important;
  }
}
@media (max-width: 799.99px) {
  .progress-steps-landing .progress-steps-desktop {
    display: none !important;
  }
  .progress-steps-landing .progress-steps-landing__step-title-part-a-desktop{
  	display: none !important;
  }
  .progress-steps-landing .progress-steps-mobile {
    display: block !important;
  }
}

@media(max-width: 580px){
	.destinations-sentence .travel-illustration-airplane.travel-flow__step-one-mobile{
		display: none;
	}
}

@media(min-width: 608px){
 	.individual-number-field .form-field {
    	right: -11px;
	}
 	.individual-number-field .tooltip-icon {
	    right: -15px;
	    bottom: 25px;
	}   
}

@media(max-width: 607px){
	.individual-number-field .form-field {
	    right: 5px;
	}
	
	.individual-number-field .tooltip-icon {
	    position: absolute;
	} 
}  
/**
* Css for Travel 2nd page
**/
.form .form__row.row .form-field.form-field--single-line.is-required.w-100 .tooltip-icon.form-field__item-label-tooltip {
	bottom: 75px;
	left: 150px;
}

.module-choice__item-toggle-form .form-field__field-wrapper input {
	padding: 0 30px!important;
}

.travel-price-currency-symbol{
	font-weight: 700;
    position: absolute;
    text-align: center;
    width: 30px;
    z-index: 1;
    top: 5px;
}

@media (max-width: 529.98px) {
	.main--travel .product-plans-container {
		margin-top: -25%;
	}
}
.main--travel .page-content.summary-page .flow-form__form {
  margin-top: 40px;
}

/**
* Css for Travel 3rd page
**/
.form .form__fieldset.container.transparent {
	background: transparent;
}

.simple-field .is-required.w-100 .datepicker-wrapper .datepicker-label {
	line-height: 7px;
}

@media (min-width: 800px) {
.travel-illustration-birds.travel-flow__step-three {
		top: -120px!important;
	}
}

/**
* Css for Travel 4rd page
**/
.main--travel .summary-page .flow-form__container {
	margin-top: -170px;
}

@media (max-width: 529px) {
	.main--travel .summary-page .flow-form__container {
		margin-top: -120px;
	}
}

@media (min-width: 530px) and (max-width: 1440px) {
	.main--travel .summary-page .flow-form__container {
		margin-top: -150px;
	}
}

.insurers-list {
	display: flex;
	flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.more-insurers-container {
	display:flex;
}

.overlay-title-container {
	display: flex;
}

.insurers-list-items {
	margin-top: 35px;
}

.insurers-details {
	margin-left: 20px;
}

.summary-items__item.summary-items__item--coverages {
	min-height: 150px;
}

/** 
* CSS for travel 5th page
**/
@media (min-width: 800px) {
	.travel-illustration-clouds.travel-flow__step-five {
		bottom: -70px;
	}
}

/**
 * End of css for toggle primary button
 **/
@media (min-width: 1180px) {
	.menu-bar-landing .menu-bar-landing__logo {
		background-size: unset;
	}
}
 
 /**
* Css for SVG block UI loader
**/
@media (min-width: 530px) {
	.loading-overlay .loading-overlay__title {
	    top: 42%;
	}
}

@media (max-height: 770px) {
	.loading-overlay .loading-overlay__title {
	    top: 25%;
	}
}

@media (max-height: 600px) {
	.loading-overlay .loading-overlay__title {
	    top: 10%;
	}
}

.form-field.form-field--single-line .form-field__field-wrapper input {
	text-overflow: ellipsis;
}

@media (max-width: 1179.98px) {
	.button__span.button.button--primary.flow-form__button.flow-form__button--submit {
	    width: 100%;
	}
}

.article-header.insurers-introduction {
	margin-bottom: -70px;
}

.flow-form .flow-form__container {
	padding-bottom: 0vh !important;
	margin-top: -40px;
}
.flow-form .flow-form__container.backlink-container{
    padding-top: 15vh;
    margin-top: 0;
}

/**
 * Recommendation label ab test
 **/
.comparison-table-flow .comparison-table-flow__preheadings .right {
	margin-right: unset;
	right: unset;
}
.recommendation-overlay__speaker-jump {
	position: absolute;
    top: -40px;
    left: 85px;
}
.left {
	position: relative;
}
.comparison-table-flow .comparison-table-flow__preheadings .left {
	margin-left: unset;
    padding-right: unset;
    left: unset;
}
@media (min-width: 800px) {
	.comparison-table-flow__preheadings {
		height: 45px;
	}
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.recommendation-overlay__speaker-jump {
	    left: 65px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.recommendation-overlay__speaker-jump {
	    top: -25px;
	    left: 55px;
	}
	.recommendation-overlay__speaker-jump svg {
		width: 60px;
    	height: 40px;
	}
}
@media (min-width: 800px) and (max-width: 991.9px) {
	.recommendation-overlay__speaker-jump {
	    top: -33px;
    	left: 45px;
	}
	.recommendation-overlay__speaker-jump svg {
		width: 60px;
    	height: 40px;
	}
	.tooltip-icon__icon {
		font-size: 10px;
	    height: 16px;
	    width: 16px;
	    line-height: 14px;
	    position: absolute;
	    bottom: -5px;
	    left: -11px;
	}
	.ab	.comparison-table-flow__preheadings-description-recommended{
	   	font-size: 10px;
	}
}
@media (min-width: 700px) and (max-width: 799.9px) {
	.recommendation-overlay__speaker-jump {
	    top: -30px;
	    left: 85px;
	}
	.recommendation-overlay__speaker-jump svg {
		width: 60px;
    	height: 40px;
	}
}
@media (min-width: 584px) and (max-width: 699.9px) {
	.recommendation-overlay__speaker-jump {
	    top: -30px;
	    left: 76px;
	}
	.recommendation-overlay__speaker-jump svg {
		width: 66px;
    	height: 45.5px;
	}
	.tooltip-icon__icon {
	    font-size: 10px;
	    height: 16px;
	    width: 16px;
	    line-height: 14px;
	    position: absolute;
	    bottom: -5px;
		left: -8px;
	}
}
@media (max-width: 584px) {
	.recommendation-overlay__speaker-jump {
	    top: -33px;
    	left: 45px;
	}
	.recommendation-overlay__speaker-jump svg {
		width: 60px;
    	height: 40px;
	}
	.tooltip-icon__icon {
		font-size: 10px;
	    height: 16px;
	    width: 16px;
	    line-height: 14px;
	    position: absolute;
	    bottom: -5px;
	    left: -11px;
	}
	.comparison-table-flow__preheadings-description-recommended{
	   	font-size: 10px;
	}
}

.comparison-table-flow__preheadings-description{
	line-height: 29px;
   	display: flex;
   	padding: 8px 10px;
   	width: 33.34%;
   	flex-direction: row;
   	flex-wrap: nowrap;
	align-items: flex-end;
	justify-content: space-between;
}
.comparison-table-flow__preheadings-description-recommended{
	background-color: #175fff;
   	border-left: 2px solid #175fff;
 	border-right: 2px solid #175fff;
   	border-top: 2px solid #175fff;
   	border-radius: 10px 10px 0 0;
   	color: #fff;
   	font-size: 12px;
}
.left{
	padding-right: 5px;
	margin-left: 5px;
	line-height: 24px;
}
.comparison-table-flow__headings{
	margin-top: 5px;
}

.form-clonable-autocomplete-fields .form-clonable-autocomplete-fields__form-field {
	width: 90%;
}

/* Fix coupon banner */

.row .coupon-summary-items__item-text-wrapper{
	display: flex;
    flex-direction: row;
    max-width: 100%;
    margin-left:0px;
	margin-top: 20px;
}

.coupon-image-container{
	width:50%;
}

.coupon-description-container{
	width:50%;
}

.coupon-image-container+.coupon-description-container {
    font-family: "Anytime Sans Webfont","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-feature-settings: "kern" 1,"calt" 0;
    font-size-adjust: initial;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    margin: 0.5rem 0 0.5rem auto;
    text-align: right;
}

@media (min-width: 800px){
	.coupon-image-container+.coupon-description-container {
	    font-size: 16px;
	    line-height: 22px;
	}
}

@media (max-width: 529.98px){
	.coupon-image-container{
		width:unset;
	}
	
	.coupon-image-container+.coupon-description-container {
		width:unset;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 15px;
	    text-align: center;
	}
}

.main .anytime-loader-container .loader__items-container svg{
    animation: none !important;
    width: 30% !important;
    left: 35% !important;
}

.svg-icon-info-container{
		font-family: 'Anytime Sans Webfont';
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0.2px;
		color: #2D2D2D;
}

@media (min-width: 800px) {
	.grid-quotation-container {
		margin-bottom: 100px;
		display: inline-block;
		width: 45%;
	}
	.grid-single-quotation-table{
		display: inline-block;
		max-width: 340px;
	}
	.grid-svg-icon{
		display: inline-block;
		max-width: 320px;
	}
}

@media (max-width: 1470px) {
	.grid-quotation-container {
		width: initial;
	}
}

@media (max-width: 799.98px) {
	.grid-quotation-container {
		display: block;
		margin-bottom: 50px;
		width: 100%;
	}
	.grid-single-quotation-table{
		display: block;
	}
	.grid-svg-icon{
		display: block;
	}
	.svg-icon-container{
		display: none;
	}
	.plan-title-single-quotation-table {
		margin: auto;
		max-width: 320px;
	}
	.svg-icon-info-container{
		text-align: center;
		max-width: initial;
	}
	
	.grid-quotation-container {
		height: 40vh;
	}
}

/** 
* CSS for CYBER 2nd page
**/

.cyber .comparison-table-flow.comparison-table-flow-- {
	padding-bottom: 10px;
	padding-top: 10px;
}

.accordeon .accordeon__item-body {
	margin-bottom: 20px;
	margin-top: 20px;
}

.cyber-covers-container .comparison-table-flow__item-title {
	width: 80%;
}

.cyber-covers-container .comparison-table-flow__item-options {
	width: 20%;
}

.cyber-covers-container .covers-row {
	padding-bottom: 50px;
}

.product-selection-page.cyber .button {
	margin-bottom: 3.5rem !important;
}

@media (max-width: 799.98px) {
	.cyber .comparison-table-flow .comparison-table-flow__item {
	    flex-direction: unset;
	}
	.cyber .comparison-table-flow .comparison-table-flow__item-title {
    	box-shadow: unset;
	}
	.cyber-covers-container {
		margin-top: 175px;	
	}
}

/** 
* CSS for CYBER Checkout page
**/

.cyber.checkout-page .form .form__fieldset-expander fieldset .form__row.row .form__legend-wrapper {
	display: none;
}

.cyber.checkout-page .closable-disclaimer-section .form__legend-wrapper {
	display: block !important;
}

.form__fieldset-expander--disable{
	opacity: 0.3;
}

.total-summary-cyber{
	margin-top: 0px !important;
	border-top: 0px !important;
	padding-top: 0px !important;
}

.policy-holder-section-closable .closable-tick{
	padding-left: 150px;
}


.flow-form .flow-form__part.flow-form__part--active~.flow-form__part:not(.flow-form__part--active):not(.flow-form__part--inactive), .flow-form .flow-form__part.flow-form__part--inactive~.flow-form__part:not(.flow-form__part--active):not(.flow-form__part--inactive){
	display: contents;
	pointer-events: auto;
}

.cyber-profile-page-section .tooltip-label-with-info .form-field__label{
	font-size: 30px;
}

.tooltip-label-with-info{
	display: inline-flex;
}

.tooltip-icon__icon{
	vertical-align: middle;
	margin-left: 10px;
	border: 2px solid #2D2D2D !important;
	color: #2D2D2D !important;
}

.comparison-table-flow__preheadings-description-recommended .tooltip-icon__icon{
	border: 2px solid #fff !important;
	color: #fff !important;
}

.recomendation-code .tooltip-icon{
	display:none;
}

/** 
* CSS for floors multiple choice
**/

.floors-multiple-choice{
	display: inline-block;
}

.selectize-input{
	min-width: 240px !important;
	min-height: 49px !important;
	max-width: 270px !important;
}

.selectize-input .item{
	border: 0px !important;
	color: #175FFF !important;
	background-image: none !important;
	background-color: #175FFF33 !important;
}

.selectize-input input[type="text"] {
    width: 0px !important;
    display: none !important;
  }
  
.floors-container button[type="button"]{
	margin-bottom: 10px !important;
}

.floors-container .button.button--secondary:disabled{
	opacity:0.4;
}

.selectize-input .item .remove{
	border-left: 0px !important;
}

/** 
* CSS for extra covers new design
**/

.extra-cover-description-text {
     font-size: 14px;
     line-height: 17px;
     font-weight: 700;
     color: #5F5F5F;
     height: 70px;
     display:block;
}

.extra-cover-title-container{
	height: 120px;
}

.extra-cover-container{
	max-width: 360px;   
	background: white;
	padding: 20px 30px 0px 30px;
}

.extra-cover-container .cover-image{
	margin-top: .25rem;
}

.extra-cover-recommendation-label {
    color: white;
    display: block;
    font-weight: 700;
    left: 0;
    line-height: 17.3px;
    padding: 8px 40px 8px 25px;
    width: 100%;
    font-size: 14px;
    height: 34px;
    position: absolute;
    top: -34px;
    border-top-left-radius: 25px;
}

.extra-cover-recommendation-label, .extra-cover-recommendation-label::before {
    background: #175FFF radial-gradient(62.65% 100% at 91.85% 53.68%, #00CBFF 6.66%, rgba(0, 203, 255, 0.5) 65.03%, rgba(51, 213, 255, 0.39952) 73.3%, rgba(181, 240, 255, 0.14364) 90.82%, rgba(255, 255, 255, 0) 100%);
}

.extra-cover-recommendation-label::before {
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    width: 33px;
    height: 33px;
    /*noinspection CssInvalidPropertyValue*/
    clip-path: path("M2.23257 33C0.999589 33 0 32.0004 0 30.7674C0 22.5492 3.20042 14.8228 9.01154 9.01154C14.8228 3.20042 22.5492 0 30.7674 0C32.0004 0 33 0.999589 33 2.23257C33 3.46556 32.0004 4.46515 30.7674 4.46515C16.2643 4.46515 4.46515 16.2643 4.46515 30.7674C4.46515 32.0004 3.46556 33 2.23257 33Z z");
}

.extra-cover-recommendation-label.legally-required, .extra-cover-recommendation-label.legally-required::before {
    background: linear-gradient(to right, #F0386B 21.7%, #A14EFF 100%);
}

.extra-cover-container .cover-title {
     font-size: 25px;
     line-height: 30px;
     font-weight: 700;
     padding-left: 20px;
}

@media (max-width: 729.98px) {
	.extra-cover-title-container{
		height: 125px;
		text-align:center;
		padding: 0px;
	}
	
	.extra-cover-container{
		padding-top:0px;
	}
	
	.extra-cover-description-text{
		display:none;
	}
	
	.extra-cover-container .cover-title {
	   font-size: 23px;
	   line-height: 25px;
	   height: 50px;
	}
	
	.extra-cover-container .cover-image {
	   height: 75px;
	   margin-top: .50rem;
	}
	
	.cover-title, .cover-image{
		min-width:320px;
	}
	
}

.extra-covers-wrapper {
    gap: 20px 0px;
    max-width: 1200px;
}

@media (max-width: 730px){
	.extra-covers-wrapper .module-choice__item-container:nth-child(2) {
		margin-top: 35px;
	}
}

.extra-covers-wrapper .module-choice .module-choice__item-container{
	min-width: 360px;
}

.toggle-price-container{
	position:relative;
	height: 60px !important;
}

.toggle-price-container .price{
	position: absolute!important;
    right: 0px !important;
    top: 0px !important;
}

.toggle-price-container .module-choice__item-field{
	left: 0px !important;
	top: 0px !important;
}

.link-overlay-container{
	height: 40px !important;
}

.toggle-price-container .price__content{
	font-size: 30px;
    color: #175FFF;
    margin-top: .2rem;
}

.toggle-price-container .price__duration{
	font-size: 20px;
}

.extra-cover-selected {
  background-color: #E2EBFF !important;
}

.extra-cover-overlay .price__content{
	color: #175FFF;
}

.extra-cover-details-overlay .details-overlay__container.container{
	margin-left:0;
	padding-left:0;
}

.toggle-price-container .no-price-label{
	position: absolute!important;
    right: 0px !important;
    top: 0px !important;
	font-size: 19px;
    color: #175FFF;
    margin-top: .4rem;
}

.extra-cover-height-fit-content {
    height: fit-content;
    min-height: 225px;
}

.extra-cover-container .module-choice__item-field.form-field--toggle input[type=checkbox]+label::before{
	height: 32px;
	width: 56px;
}

.extra-cover-container .module-choice__item-field.form-field--toggle input[type=checkbox]+label::after{
	height: 28px;
	width: 28px;
}

@media (max-width: 1179.98px) {
	.extra-cover-container .module-choice__item-field.form-field--toggle input[type=checkbox]+label::before{
		height: 32px;
		width: 54px;
	}

	.extra-cover-container .module-choice__item-field.form-field--toggle input[type=checkbox]+label::after{
		height: 30px;
		width: 28px;
	}
}

.extra-cover-container .module-choice__item-price{
	margin-top:0px !important;
}

.extra-cover-container .form-field.form-field--toggle .form-field__field-wrapper input[type=checkbox]:checked+label::after{
	left: 25px !important;
}

/** 
* CSS for motor extra covers overlay
**/

.extra-cover-details-title {
	font-weight: 300;
	font-size: 20px;
	line-height: 32px;
}

.title-overlay-label {
	font-weight: 700;
    font-size: 30px;
    line-height: 31px;
}

.extra-cover-overlay .price__currency, .extra-cover-overlay .price__amount {
	font-weight: 700;
	font-size: 21px;
	line-height: 26px;
}

.extra-cover-overlay .price__duration {
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	padding-top: 7px !important;
    padding-left: 3px;
}

.description-overlay-label {
	margin-bottom: 120px;
	font-weight: 400;
	font-size: 12px;
	line-height: 17px;
}

.recommendation-overlay-title, .recommendation-overlay-label {
    padding: 0px 20px;
  }

@media (min-width: 530px) {
  .recommendation-overlay-title, .recommendation-overlay-label {
    padding: 0px 30px;
  }
}

@media (min-width: 800px) {
  .recommendation-overlay-title, .recommendation-overlay-label {
    padding: 0px 40px;
  }
}

.recommendation-container{
	width: 100%;
    position: absolute;
    bottom: 0px;
    background-color: #175FFF;
    left: 0;
    padding: 10px;
    height: 120px;
    color: #fff;
}

.recommendation-container.legally-required {
	background: linear-gradient(180deg, #A14EFF 0%, #F0386B 129.39%);
	display: flex;
	align-items: center;
}

.recommendation-overlay-title {
	font-weight: 300;
	font-size: 22px;
	line-height: 24px;
}

.recommendation-overlay-label{
 	border: 1px solid #175FFF;
 	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
}

.description-overlay-label{
	margin-bottom: 120px;
}

.toggle-price-container .no-price-label{
	position: absolute!important;
    right: 0px !important;
    top: 0px !important;
	font-size: 19px;
    color: #175FFF;
    font-weight: 700;
}

.extra-cover-selected-border {
  	outline: 1px solid #175FFF;
    outline-offset: -1px;
}

@media (max-width: 800px) {
	.extra-covers-module-choice .module-choice__container.container {
    padding: 0px 5px !important;
	}
}

.extra-covers-wrapper .module-choice__item-container {
    min-width: 360px;
}

@media (min-width:530px) and (max-width: 730px) {
	.extra-covers-wrapper {
    	justify-content: center;
	}
	
	.extra-covers-wrapper .module-choice__item-container, .extra-cover-height-fit-content{
		min-width: 430px;
	}
}

.module-choice.extra-covers-module-choice:not(:last-child) {
    margin-bottom: 0px;
}

.module-choice.extra-covers-module-choice {
    padding-bottom: 0px !important;
}

.price.module-choice__item-price.align-center {
	line-height: 30px;
}

.extra-covers-link-label{
	font-size: 13px;
    font-weight: 700;
    color: #175FFF;	
}

.extra-driver-container label{
	font-size:16px !important;
}

.extra-cover-toggle .form-field__field-wrapper{
	margin-top: .5rem;
}

.extra-driver-container button {
	background-color: white !important;
	color: black !important;
}

.extra-driver-container button:hover {
	background-color: black !important;
	color: white !important;
}

.module-choice .module-choice__item-container .module-choice__item-field.form-field--toggle input[type=checkbox]+label::before {
	background-color:#919191;
}

@media (max-width: 530px) {
	.module-choice .module-choice__item-container .module-choice__item-price .price__duration {
		margin-top: 1px;
	}
}

@media (max-width: 800px) {
	.details-overlay .details-overlay__close {
	  	right: 4px;
	}
	
	.description-overlay-label {
		margin-bottom: 120px;
		font-weight: 400;
		font-size: 12px;
		line-height: 17px;
		margin-right: 5px;
	}
}

.toggle-price-container .module-choice__item-price{
	margin-top: 5px;
}

.margin-right-minus-5 {
	margin-right: -5px;
}

.text-align-end {
	text-align: end;
}

/**
* kya flow
**/

.plate-number-disable .form-field__field-before, .plate-number-disable .form-field__field-before svg{
	background-color:#9D9D9D;
	color: #FFFFFF;
}

.dark-gray-disable,
.plate-number-disable input{
	background-color: #CDCDCD !important;
    border-color: #CDCDCD !important;
	opacity: 1 !important;
	color: #787878 !important;
}

.standard-flow .flow-fieldset__wrapper{
    margin-bottom: 10px;
}

.vehicle-details-confirmation-container{
	opacity: 0.35;
}

.kya-banner-container{
	opacity: 0.35;
}

.cross-sell-modal .cross-sell-modal-form-size, .info-modal .form__fieldset-group  {
    max-width: 940px;
    margin: 0 auto;
}

.nat-cat-info-modal .info-modal-title{
	background: linear-gradient(180deg,rgba(161, 78, 255, 1) 0%, rgba(240, 56, 107, 1) 100%);
	position: relative;
 	height: 168px;	
}

.info-modal-prompt {
    top: -50px;
    position: absolute;
    width: 100%;
}
.info-modal-prompt::before {
    opacity: 65% !important;
    background-color: #000000;
}

.attica-kya-send-link-info-modal .info-modal-title {
	background: #8A37E9;
	height: 168px;
	position: relative; /* so as the close button will remain in the right corner*/
}

.attica-kya-send-link-info-modal .info-modal-prompt {
	top: -370px;
	position: relative;
}

.attica-kya-send-link-error-section {
	font-size: 20px;
	padding: 5px;
	text-align: left;
}
